|
|
|
| 1 | 2026-05-12T14:23:44.042Z | job assigned to worker 01KRE93PGM010QCBXATME1S7F3 [factory aws, i-0db3406d4c494ec52] (queued for 53 s) |
| |
| 2 | 2026-05-12T14:23:50.281Z | starting task 0: "setup" |
| 3 | 2026-05-12T14:23:50.286Z | ++ uname -s |
| 4 | 2026-05-12T14:23:50.289Z | + kern=SunOS |
| 5 | 2026-05-12T14:23:50.289Z | + build_user=build |
| 6 | 2026-05-12T14:23:50.289Z | + build_uid=12345 |
| 7 | 2026-05-12T14:23:50.289Z | + work_dir=/work |
| 8 | 2026-05-12T14:23:50.289Z | + input_dir=/input |
| 9 | 2026-05-12T14:23:50.289Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-12T14:23:50.289Z | + case "$kern" in |
| 11 | 2026-05-12T14:23:50.289Z | + groupadd -g 12345 build |
| 12 | 2026-05-12T14:23:50.292Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-12T14:23:52.296Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-12T14:23:52.470Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-12T14:23:52.474Z | + home_fs=zfs |
| 16 | 2026-05-12T14:23:52.474Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-12T14:23:52.474Z | + mkdir -p /home/build |
| 18 | 2026-05-12T14:23:52.474Z | + chown build:build /home/build /work |
| 19 | 2026-05-12T14:23:54.474Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-12T14:23:54.478Z | process exited: duration 4198 ms, exit code 0 |
| |
| 21 | 2026-05-12T14:23:54.484Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-12T14:23:54.488Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-12T14:23:54.488Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-12T14:23:54.488Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-12T14:23:54.488Z | * rust toolchain profile = "default" |
| 26 | 2026-05-12T14:23:54.492Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-12T14:23:54.492Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-12T14:23:54.492Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-12T14:23:54.492Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-12T14:23:54.557Z | info: downloading installer |
| 31 | 2026-05-12T14:23:55.941Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-12T14:23:55.941Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-12T14:23:55.941Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-12T14:23:55.941Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-12T14:23:55.954Z | info: profile set to default |
| 36 | 2026-05-12T14:23:55.954Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-12T14:23:55.957Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-12T14:23:56.089Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-12T14:23:56.092Z | info: downloading 6 components |
| 40 | 2026-05-12T14:24:10.192Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-12T14:24:10.192Z | |
| 42 | 2026-05-12T14:24:10.237Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-12T14:24:10.237Z | |
| 44 | 2026-05-12T14:24:10.237Z | |
| 45 | 2026-05-12T14:24:10.237Z | Rust is installed now. Great! |
| 46 | 2026-05-12T14:24:10.237Z | |
| 47 | 2026-05-12T14:24:10.237Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-12T14:24:10.237Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-12T14:24:10.237Z | |
| 50 | 2026-05-12T14:24:10.237Z | To configure your current shell, you need to source |
| 51 | 2026-05-12T14:24:10.237Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-12T14:24:10.237Z | |
| 53 | 2026-05-12T14:24:10.237Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-12T14:24:10.237Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-12T14:24:10.240Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-12T14:24:10.240Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-12T14:24:10.240Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-12T14:24:10.240Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-12T14:24:10.240Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-12T14:24:10.240Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-12T14:24:10.240Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-12T14:24:10.323Z | + rustup --version |
| 63 | 2026-05-12T14:24:10.332Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-12T14:24:10.335Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-12T14:24:10.353Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-12T14:24:10.356Z | + cargo --version |
| 67 | 2026-05-12T14:24:10.369Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-12T14:24:10.372Z | + rustc --version |
| 69 | 2026-05-12T14:24:10.391Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-12T14:24:10.394Z | process exited: duration 15909 ms, exit code 0 |
| |
| 71 | 2026-05-12T14:24:10.400Z | starting task 2: "authentication" |
| 72 | 2026-05-12T14:24:10.416Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-12T14:24:10.422Z | starting task 3: "clone repository" |
| 74 | 2026-05-12T14:24:10.425Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-12T14:24:10.428Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-12T14:24:10.457Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-12T14:24:20.055Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-12T14:24:20.055Z | + git fetch origin 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 79 | 2026-05-12T14:24:20.321Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-12T14:24:20.321Z | * branch 2d1ee5614de81da992bd9d43c8353d39b052fee2 -> FETCH_HEAD |
| 81 | 2026-05-12T14:24:20.332Z | + [[ -n john/fix-wicket-bgp-config-display ]] |
| 82 | 2026-05-12T14:24:20.335Z | ++ git branch --show-current |
| 83 | 2026-05-12T14:24:20.335Z | + current=main |
| 84 | 2026-05-12T14:24:20.335Z | + [[ main != john/fix-wicket-bgp-config-display ]] |
| 85 | 2026-05-12T14:24:20.335Z | + git branch -f john/fix-wicket-bgp-config-display 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 86 | 2026-05-12T14:24:20.337Z | + git checkout -f john/fix-wicket-bgp-config-display |
| 87 | 2026-05-12T14:24:20.572Z | Switched to branch 'john/fix-wicket-bgp-config-display' |
| 88 | 2026-05-12T14:24:20.575Z | + git reset --hard 2d1ee5614de81da992bd9d43c8353d39b052fee2 |
| 89 | 2026-05-12T14:24:20.589Z | HEAD is now at 2d1ee5614 Merge branch 'main' into john/fix-wicket-bgp-config-display |
| 90 | 2026-05-12T14:24:20.592Z | process exited: duration 10167 ms, exit code 0 |
| |
| 91 | 2026-05-12T14:24:20.598Z | starting task 4: "build" |
| 92 | 2026-05-12T14:24:20.602Z | + source ./env.sh |
| 93 | 2026-05-12T14:24:20.602Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-12T14:24:20.602Z | ++ set -o xtrace |
| 95 | 2026-05-12T14:24:20.605Z | ++++ dirname ./env.sh |
| 96 | 2026-05-12T14:24:20.608Z | +++ readlink -f . |
| 97 | 2026-05-12T14:24:20.611Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ 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-12T14:24:20.611Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-12T14:24:20.611Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-12T14:24:20.611Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-12T14:24:20.611Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-12T14:24:20.611Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-12T14:24:20.611Z | + cargo --version |
| 112 | 2026-05-12T14:24:20.618Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-12T14:24:20.621Z | + rustc --version |
| 114 | 2026-05-12T14:24:20.642Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-12T14:24:20.645Z | + banner prerequisites |
| 116 | 2026-05-12T14:24:20.648Z | |
| 117 | 2026-05-12T14:24:20.648Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-12T14:24:20.648Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-12T14:24:20.648Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-12T14:24:20.648Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-12T14:24:20.648Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-12T14:24:20.648Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-12T14:24:20.648Z | |
| 124 | 2026-05-12T14:24:20.648Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-12T14:24:22.051Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-12T14:24:22.100Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-12T14:24:22.277Z | Planning: Solver setup ... Done (0.147s) |
| 128 | 2026-05-12T14:24:22.289Z | Planning: Running solver ... Done (0.012s) |
| 129 | 2026-05-12T14:24:22.293Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-12T14:24:22.305Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-12T14:24:22.321Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-12T14:24:22.334Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-12T14:24:22.337Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-05-12T14:24:22.518Z | Planning: Checking for conflicting actions ... Done (0.182s) |
| 135 | 2026-05-12T14:24:22.521Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-12T14:24:23.338Z | Planning: Evaluating mediators ... Done (0.819s) |
| 137 | 2026-05-12T14:24:23.341Z | Planning: Planning completed in 1.22 seconds |
| 138 | 2026-05-12T14:24:23.347Z | Packages to install: 2 |
| 139 | 2026-05-12T14:24:23.347Z | Estimated space available: 156.10 GB |
| 140 | 2026-05-12T14:24:23.347Z | Estimated space to be consumed: 18.34 MB |
| 141 | 2026-05-12T14:24:23.350Z | Create boot environment: No |
| 142 | 2026-05-12T14:24:23.350Z | Create backup boot environment: No |
| 143 | 2026-05-12T14:24:23.350Z | Rebuild boot archive: No |
| 144 | 2026-05-12T14:24:23.350Z | |
| 145 | 2026-05-12T14:24:23.350Z | Changed packages: |
| 146 | 2026-05-12T14:24:23.350Z | helios |
| 147 | 2026-05-12T14:24:23.350Z | developer/build-essential |
| 148 | 2026-05-12T14:24:23.350Z | None -> 11-3.0 |
| 149 | 2026-05-12T14:24:23.350Z | library/libxmlsec1 |
| 150 | 2026-05-12T14:24:23.351Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-12T14:24:23.372Z | |
| 152 | 2026-05-12T14:24:23.372Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-12T14:24:24.677Z | Download: Completed 1.28 MB in 1.30 seconds (1005k/s) |
| 154 | 2026-05-12T14:24:24.740Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-12T14:24:24.778Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-12T14:24:24.784Z | Finalize: Updating package state database ... Done (0.005s) |
| 157 | 2026-05-12T14:24:24.784Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-12T14:24:24.797Z | Finalize: Updating image state ... Done (0.014s) |
| 159 | 2026-05-12T14:24:27.195Z | Finalize: Creating fast lookup database ... Done (2.377s) |
| 160 | 2026-05-12T14:24:27.265Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-12T14:24:27.268Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-12T14:24:27.368Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-12T14:24:27.658Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-12T14:24:27.763Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-12T14:24:27.766Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-12T14:24:27.923Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-12T14:24:27.926Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-12T14:24:27.949Z | Mediators to change: 2 |
| 169 | 2026-05-12T14:24:27.949Z | Create boot environment: No |
| 170 | 2026-05-12T14:24:27.949Z | Create backup boot environment: No |
| 171 | 2026-05-12T14:24:28.017Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-12T14:24:28.020Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-12T14:24:28.025Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-12T14:24:29.973Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-12T14:24:30.033Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-12T14:24:30.036Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-12T14:24:30.107Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-12T14:24:30.393Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-12T14:24:30.497Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-12T14:24:30.500Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-12T14:24:30.658Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-12T14:24:30.661Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-12T14:24:30.681Z | Mediators to change: 1 |
| 184 | 2026-05-12T14:24:30.681Z | Create boot environment: No |
| 185 | 2026-05-12T14:24:30.681Z | Create backup boot environment: No |
| 186 | 2026-05-12T14:24:30.737Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-12T14:24:30.737Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-12T14:24:30.745Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-12T14:24:32.703Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-12T14:24:32.763Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-12T14:24:32.766Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-12T14:24:32.838Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-12T14:24:33.148Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-12T14:24:33.148Z | apache system 2.4 system |
| 195 | 2026-05-12T14:24:33.148Z | clang system 15 system |
| 196 | 2026-05-12T14:24:33.148Z | csh system system illumos |
| 197 | 2026-05-12T14:24:33.148Z | ctags system system illumos |
| 198 | 2026-05-12T14:24:33.148Z | file vendor vendor darwinsys |
| 199 | 2026-05-12T14:24:33.148Z | file system system illumos |
| 200 | 2026-05-12T14:24:33.148Z | gcc vendor 14 vendor |
| 201 | 2026-05-12T14:24:33.148Z | gcc system 13 system |
| 202 | 2026-05-12T14:24:33.148Z | gcc system 10 system |
| 203 | 2026-05-12T14:24:33.148Z | go system 1.25 system |
| 204 | 2026-05-12T14:24:33.148Z | llvm system 15 system |
| 205 | 2026-05-12T14:24:33.148Z | mariadb system 11.4 system |
| 206 | 2026-05-12T14:24:33.148Z | mta vendor vendor dma |
| 207 | 2026-05-12T14:24:33.148Z | openjdk system 17 system |
| 208 | 2026-05-12T14:24:33.148Z | openjdk system 11 system |
| 209 | 2026-05-12T14:24:33.148Z | openssl vendor 3 vendor |
| 210 | 2026-05-12T14:24:33.148Z | perl system 5.40 system |
| 211 | 2026-05-12T14:24:33.148Z | postgresql system 18 system |
| 212 | 2026-05-12T14:24:33.148Z | postgresql system 17 system |
| 213 | 2026-05-12T14:24:33.148Z | python vendor 3 vendor |
| 214 | 2026-05-12T14:24:33.148Z | python system 2 system |
| 215 | 2026-05-12T14:24:33.148Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-12T14:24:33.149Z | ruby system 3.4 system |
| 217 | 2026-05-12T14:24:33.149Z | ruby system 3.0 system |
| 218 | 2026-05-12T14:24:33.149Z | words vendor vendor american-english |
| 219 | 2026-05-12T14:24:33.149Z | words system system australian-english |
| 220 | 2026-05-12T14:24:33.149Z | words system system british-english |
| 221 | 2026-05-12T14:24:33.149Z | words system system canadian-english |
| 222 | 2026-05-12T14:24:33.149Z | words system system french |
| 223 | 2026-05-12T14:24:33.149Z | words system system italian |
| 224 | 2026-05-12T14:24:33.149Z | words system system ngerman |
| 225 | 2026-05-12T14:24:33.149Z | words system system ogerman |
| 226 | 2026-05-12T14:24:33.149Z | words system system spanish |
| 227 | 2026-05-12T14:24:33.403Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-12T14:24:33.403Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-12T14:24:33.669Z | FMRI IFO |
| 230 | 2026-05-12T14:24:33.669Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-12T14:24:33.669Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-12T14:24:33.669Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-12T14:24:33.669Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-12T14:24:33.669Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-12T14:24:33.669Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-12T14:24:33.669Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-12T14:24:33.669Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-12T14:24:33.669Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-12T14:24:33.910Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-12T14:24:34.187Z | Updating crates.io index |
| 241 | 2026-05-12T14:24:34.221Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-12T14:24:34.608Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-12T14:24:35.035Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-12T14:24:35.624Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-12T14:24:36.418Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-12T14:24:36.998Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-12T14:24:38.396Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-12T14:24:39.190Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-12T14:24:39.554Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-12T14:24:41.110Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-12T14:24:41.504Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-12T14:24:41.959Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-12T14:24:42.322Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-12T14:24:43.426Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-12T14:24:43.997Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-12T14:24:44.490Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-12T14:24:44.846Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-12T14:24:45.268Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-12T14:24:45.644Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-12T14:24:45.919Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-12T14:24:46.316Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-12T14:24:46.823Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-12T14:24:47.346Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-12T14:24:47.905Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-12T14:24:48.269Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-12T14:24:48.924Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-12T14:24:49.408Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-12T14:24:49.760Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-05-12T14:24:50.373Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-12T14:24:50.978Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-12T14:24:51.397Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-12T14:24:51.886Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-12T14:24:52.346Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-12T14:24:52.840Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-12T14:24:53.125Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-12T14:24:53.394Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-12T14:24:53.776Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-12T14:24:54.199Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-12T14:25:06.052Z | Downloading crates ... |
| 280 | 2026-05-12T14:25:06.105Z | Downloaded fnv v1.0.7 |
| 281 | 2026-05-12T14:25:06.108Z | Downloaded equivalent v1.0.2 |
| 282 | 2026-05-12T14:25:06.111Z | Downloaded fs-err v3.3.0 |
| 283 | 2026-05-12T14:25:06.114Z | Downloaded anstyle-parse v0.2.7 |
| 284 | 2026-05-12T14:25:06.117Z | Downloaded unicode-linebreak v0.1.5 |
| 285 | 2026-05-12T14:25:06.117Z | Downloaded utf8parse v0.2.2 |
| 286 | 2026-05-12T14:25:06.120Z | Downloaded erased-serde v0.4.9 |
| 287 | 2026-05-12T14:25:06.120Z | Downloaded colorchoice v1.0.4 |
| 288 | 2026-05-12T14:25:06.123Z | Downloaded anstream v0.6.21 |
| 289 | 2026-05-12T14:25:06.123Z | Downloaded toml_datetime v0.6.11 |
| 290 | 2026-05-12T14:25:06.126Z | Downloaded form_urlencoded v1.2.2 |
| 291 | 2026-05-12T14:25:06.126Z | Downloaded errno v0.3.14 |
| 292 | 2026-05-12T14:25:06.126Z | Downloaded pretty-hex v0.4.1 |
| 293 | 2026-05-12T14:25:06.129Z | Downloaded anstyle v1.0.13 |
| 294 | 2026-05-12T14:25:06.132Z | Downloaded yoke v0.8.1 |
| 295 | 2026-05-12T14:25:06.132Z | Downloaded thiserror-impl v1.0.69 |
| 296 | 2026-05-12T14:25:06.135Z | Downloaded serde-value v0.7.0 |
| 297 | 2026-05-12T14:25:06.135Z | Downloaded proc-macro-error-attr v1.0.4 |
| 298 | 2026-05-12T14:25:06.135Z | Downloaded serde_spanned v0.6.9 |
| 299 | 2026-05-12T14:25:06.135Z | Downloaded cpufeatures v0.2.17 |
| 300 | 2026-05-12T14:25:06.139Z | Downloaded zerofrom v0.1.6 |
| 301 | 2026-05-12T14:25:06.139Z | Downloaded zerofrom-derive v0.1.6 |
| 302 | 2026-05-12T14:25:06.142Z | Downloaded thread-id v4.2.2 |
| 303 | 2026-05-12T14:25:06.142Z | Downloaded yoke-derive v0.8.1 |
| 304 | 2026-05-12T14:25:06.142Z | Downloaded typeid v1.0.3 |
| 305 | 2026-05-12T14:25:06.145Z | Downloaded goblin v0.8.2 |
| 306 | 2026-05-12T14:25:06.148Z | Downloaded version_check v0.9.5 |
| 307 | 2026-05-12T14:25:06.148Z | Downloaded usdt v0.5.0 |
| 308 | 2026-05-12T14:25:06.150Z | Downloaded heck v0.4.1 |
| 309 | 2026-05-12T14:25:06.150Z | Downloaded clap_lex v1.0.0 |
| 310 | 2026-05-12T14:25:06.150Z | Downloaded block-buffer v0.10.4 |
| 311 | 2026-05-12T14:25:06.150Z | Downloaded utf8_iter v1.0.4 |
| 312 | 2026-05-12T14:25:06.153Z | Downloaded serde-untagged v0.1.9 |
| 313 | 2026-05-12T14:25:06.153Z | Downloaded papergrid v0.11.0 |
| 314 | 2026-05-12T14:25:06.156Z | Downloaded generic-array v0.14.7 |
| 315 | 2026-05-12T14:25:06.156Z | Downloaded tinystr v0.8.2 |
| 316 | 2026-05-12T14:25:06.159Z | Downloaded zmij v1.0.21 |
| 317 | 2026-05-12T14:25:06.159Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-05-12T14:25:06.159Z | Downloaded unicode-xid v0.2.6 |
| 319 | 2026-05-12T14:25:06.162Z | Downloaded ucd-trie v0.1.7 |
| 320 | 2026-05-12T14:25:06.162Z | Downloaded is_terminal_polyfill v1.70.2 |
| 321 | 2026-05-12T14:25:06.162Z | Downloaded toml_edit v0.22.27 |
| 322 | 2026-05-12T14:25:06.165Z | Downloaded cargo-platform v0.2.0 |
| 323 | 2026-05-12T14:25:06.165Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-05-12T14:25:06.168Z | Downloaded thiserror-impl v2.0.18 |
| 325 | 2026-05-12T14:25:06.173Z | Downloaded toml v0.8.23 |
| 326 | 2026-05-12T14:25:06.176Z | Downloaded ordered-float v2.10.1 |
| 327 | 2026-05-12T14:25:06.176Z | Downloaded usdt-attr-macro v0.5.0 |
| 328 | 2026-05-12T14:25:06.179Z | Downloaded thiserror v2.0.18 |
| 329 | 2026-05-12T14:25:06.179Z | Downloaded swrite v0.1.0 |
| 330 | 2026-05-12T14:25:06.182Z | Downloaded idna_adapter v1.2.1 |
| 331 | 2026-05-12T14:25:06.182Z | Downloaded zerovec-derive v0.11.2 |
| 332 | 2026-05-12T14:25:06.182Z | Downloaded thiserror v1.0.69 |
| 333 | 2026-05-12T14:25:06.184Z | Downloaded zerocopy-derive v0.7.35 |
| 334 | 2026-05-12T14:25:06.187Z | Downloaded writeable v0.6.2 |
| 335 | 2026-05-12T14:25:06.187Z | Downloaded usdt-impl v0.5.0 |
| 336 | 2026-05-12T14:25:06.187Z | Downloaded percent-encoding v2.3.2 |
| 337 | 2026-05-12T14:25:06.190Z | Downloaded heck v0.5.0 |
| 338 | 2026-05-12T14:25:06.193Z | Downloaded memmap v0.7.0 |
| 339 | 2026-05-12T14:25:06.196Z | Downloaded unicode-ident v1.0.24 |
| 340 | 2026-05-12T14:25:06.196Z | Downloaded typenum v1.19.0 |
| 341 | 2026-05-12T14:25:06.199Z | Downloaded tabled_derive v0.7.0 |
| 342 | 2026-05-12T14:25:06.199Z | Downloaded stable_deref_trait v1.2.1 |
| 343 | 2026-05-12T14:25:06.199Z | Downloaded terminal_size v0.4.3 |
| 344 | 2026-05-12T14:25:06.199Z | Downloaded potential_utf v0.1.4 |
| 345 | 2026-05-12T14:25:06.202Z | Downloaded anstyle-query v1.1.5 |
| 346 | 2026-05-12T14:25:06.202Z | Downloaded plain v0.2.3 |
| 347 | 2026-05-12T14:25:06.202Z | Downloaded dtrace-parser v0.2.0 |
| 348 | 2026-05-12T14:25:06.202Z | Downloaded cfg-if v1.0.4 |
| 349 | 2026-05-12T14:25:06.202Z | Downloaded macaddr v1.0.1 |
| 350 | 2026-05-12T14:25:06.205Z | Downloaded textwrap v0.16.2 |
| 351 | 2026-05-12T14:25:06.205Z | Downloaded fastrand v2.3.0 |
| 352 | 2026-05-12T14:25:06.208Z | Downloaded itoa v1.0.17 |
| 353 | 2026-05-12T14:25:06.208Z | Downloaded scroll_derive v0.12.1 |
| 354 | 2026-05-12T14:25:06.211Z | Downloaded zerotrie v0.2.3 |
| 355 | 2026-05-12T14:25:06.215Z | Downloaded scroll v0.12.0 |
| 356 | 2026-05-12T14:25:06.218Z | Downloaded url v2.5.8 |
| 357 | 2026-05-12T14:25:06.221Z | Downloaded cargo_toml v0.21.0 |
| 358 | 2026-05-12T14:25:06.224Z | Downloaded camino-tempfile v1.4.1 |
| 359 | 2026-05-12T14:25:06.224Z | Downloaded pest_derive v2.8.6 |
| 360 | 2026-05-12T14:25:06.227Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-05-12T14:25:06.230Z | Downloaded dof v0.3.0 |
| 362 | 2026-05-12T14:25:06.233Z | Downloaded zerocopy v0.7.35 |
| 363 | 2026-05-12T14:25:06.241Z | Downloaded zerovec v0.11.5 |
| 364 | 2026-05-12T14:25:06.244Z | Downloaded winnow v0.7.14 |
| 365 | 2026-05-12T14:25:06.247Z | Downloaded sha2 v0.10.9 |
| 366 | 2026-05-12T14:25:06.250Z | Downloaded displaydoc v0.2.5 |
| 367 | 2026-05-12T14:25:06.250Z | Downloaded serde_tokenstream v0.2.3 |
| 368 | 2026-05-12T14:25:06.253Z | Downloaded bytecount v0.6.9 |
| 369 | 2026-05-12T14:25:06.253Z | Downloaded strsim v0.11.1 |
| 370 | 2026-05-12T14:25:06.253Z | Downloaded unicode-width v0.2.0 |
| 371 | 2026-05-12T14:25:06.257Z | Downloaded unicode-width v0.1.14 |
| 372 | 2026-05-12T14:25:06.259Z | Downloaded digest v0.10.7 |
| 373 | 2026-05-12T14:25:06.264Z | Downloaded byteorder v1.5.0 |
| 374 | 2026-05-12T14:25:06.264Z | Downloaded smawk v0.3.2 |
| 375 | 2026-05-12T14:25:06.264Z | Downloaded crypto-common v0.1.7 |
| 376 | 2026-05-12T14:25:06.267Z | Downloaded camino v1.2.2 |
| 377 | 2026-05-12T14:25:06.270Z | Downloaded autocfg v1.5.0 |
| 378 | 2026-05-12T14:25:06.272Z | Downloaded proc-macro2 v1.0.106 |
| 379 | 2026-05-12T14:25:06.275Z | Downloaded quote v1.0.45 |
| 380 | 2026-05-12T14:25:06.278Z | Downloaded cargo_metadata v0.21.0 |
| 381 | 2026-05-12T14:25:06.283Z | Downloaded smallvec v1.15.1 |
| 382 | 2026-05-12T14:25:06.286Z | Downloaded once_cell v1.21.3 |
| 383 | 2026-05-12T14:25:06.286Z | Downloaded tempfile v3.25.0 |
| 384 | 2026-05-12T14:25:06.289Z | Downloaded semver v1.0.28 |
| 385 | 2026-05-12T14:25:06.289Z | Downloaded proc-macro-error v1.0.4 |
| 386 | 2026-05-12T14:25:06.289Z | Downloaded clap_derive v4.5.55 |
| 387 | 2026-05-12T14:25:06.292Z | Downloaded cargo-util-schemas v0.8.2 |
| 388 | 2026-05-12T14:25:06.292Z | Downloaded litemap v0.8.1 |
| 389 | 2026-05-12T14:25:06.295Z | Downloaded synstructure v0.13.2 |
| 390 | 2026-05-12T14:25:06.295Z | Downloaded bitflags v2.11.0 |
| 391 | 2026-05-12T14:25:06.298Z | Downloaded icu_properties v2.1.2 |
| 392 | 2026-05-12T14:25:06.301Z | Downloaded anyhow v1.0.102 |
| 393 | 2026-05-12T14:25:06.304Z | Downloaded icu_provider v2.1.1 |
| 394 | 2026-05-12T14:25:06.310Z | Downloaded serde_derive v1.0.228 |
| 395 | 2026-05-12T14:25:06.313Z | Downloaded num-traits v0.2.19 |
| 396 | 2026-05-12T14:25:06.317Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-05-12T14:25:06.320Z | Downloaded clap v4.5.60 |
| 398 | 2026-05-12T14:25:06.323Z | Downloaded icu_normalizer v2.1.1 |
| 399 | 2026-05-12T14:25:06.326Z | Downloaded getrandom v0.4.1 |
| 400 | 2026-05-12T14:25:06.329Z | Downloaded icu_locale_core v2.1.1 |
| 401 | 2026-05-12T14:25:06.336Z | Downloaded log v0.4.29 |
| 402 | 2026-05-12T14:25:06.343Z | Downloaded serde v1.0.228 |
| 403 | 2026-05-12T14:25:06.345Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-12T14:25:06.348Z | Downloaded memchr v2.8.0 |
| 405 | 2026-05-12T14:25:06.351Z | Downloaded icu_normalizer_data v2.1.1 |
| 406 | 2026-05-12T14:25:06.359Z | Downloaded icu_collections v2.1.1 |
| 407 | 2026-05-12T14:25:06.377Z | Downloaded indexmap v2.14.0 |
| 408 | 2026-05-12T14:25:06.385Z | Downloaded idna v1.1.0 |
| 409 | 2026-05-12T14:25:06.388Z | Downloaded serde_json v1.0.149 |
| 410 | 2026-05-12T14:25:06.391Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-12T14:25:06.394Z | Downloaded icu_properties_data v2.1.2 |
| 412 | 2026-05-12T14:25:06.404Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-12T14:25:06.407Z | Downloaded clap_builder v4.5.60 |
| 414 | 2026-05-12T14:25:06.425Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-12T14:25:06.434Z | Downloaded syn v1.0.109 |
| 416 | 2026-05-12T14:25:06.446Z | Downloaded syn v2.0.117 |
| 417 | 2026-05-12T14:25:06.462Z | Downloaded rustix v1.1.3 |
| 418 | 2026-05-12T14:25:06.489Z | Downloaded libc v0.2.185 |
| 419 | 2026-05-12T14:25:06.557Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-12T14:25:06.557Z | Compiling quote v1.0.45 |
| 421 | 2026-05-12T14:25:06.579Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-12T14:25:06.579Z | Compiling serde_core v1.0.228 |
| 423 | 2026-05-12T14:25:06.579Z | Compiling libc v0.2.185 |
| 424 | 2026-05-12T14:25:06.579Z | Compiling version_check v0.9.5 |
| 425 | 2026-05-12T14:25:06.579Z | Compiling stable_deref_trait v1.2.1 |
| 426 | 2026-05-12T14:25:06.579Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-12T14:25:06.834Z | Compiling serde v1.0.228 |
| 428 | 2026-05-12T14:25:06.882Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-12T14:25:07.152Z | Compiling autocfg v1.5.0 |
| 430 | 2026-05-12T14:25:07.169Z | Compiling ucd-trie v0.1.7 |
| 431 | 2026-05-12T14:25:07.246Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-12T14:25:07.409Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-12T14:25:07.519Z | Compiling pest v2.8.6 |
| 434 | 2026-05-12T14:25:07.573Z | Compiling litemap v0.8.1 |
| 435 | 2026-05-12T14:25:07.595Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-12T14:25:07.612Z | Compiling rustix v1.1.3 |
| 437 | 2026-05-12T14:25:07.725Z | Compiling icu_normalizer_data v2.1.1 |
| 438 | 2026-05-12T14:25:07.762Z | Compiling icu_properties_data v2.1.2 |
| 439 | 2026-05-12T14:25:07.966Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-12T14:25:08.010Z | Compiling syn v2.0.117 |
| 441 | 2026-05-12T14:25:08.152Z | Compiling errno v0.3.14 |
| 442 | 2026-05-12T14:25:08.230Z | Compiling bitflags v2.11.0 |
| 443 | 2026-05-12T14:25:08.312Z | Compiling serde_json v1.0.149 |
| 444 | 2026-05-12T14:25:08.456Z | Compiling num-traits v0.2.19 |
| 445 | 2026-05-12T14:25:08.528Z | Compiling equivalent v1.0.2 |
| 446 | 2026-05-12T14:25:08.621Z | Compiling pest_meta v2.8.6 |
| 447 | 2026-05-12T14:25:08.645Z | Compiling smallvec v1.15.1 |
| 448 | 2026-05-12T14:25:08.680Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-12T14:25:08.816Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-12T14:25:09.078Z | Compiling thread-id v4.2.2 |
| 451 | 2026-05-12T14:25:09.193Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-05-12T14:25:09.252Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-12T14:25:09.252Z | Compiling erased-serde v0.4.9 |
| 454 | 2026-05-12T14:25:09.294Z | Compiling indexmap v2.14.0 |
| 455 | 2026-05-12T14:25:09.331Z | Compiling syn v1.0.109 |
| 456 | 2026-05-12T14:25:09.379Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-12T14:25:09.445Z | Compiling toml_write v0.1.2 |
| 458 | 2026-05-12T14:25:09.809Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-05-12T14:25:09.862Z | Compiling percent-encoding v2.3.2 |
| 460 | 2026-05-12T14:25:09.988Z | Compiling thiserror v2.0.18 |
| 461 | 2026-05-12T14:25:10.059Z | Compiling plain v0.2.3 |
| 462 | 2026-05-12T14:25:10.168Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-05-12T14:25:10.267Z | Compiling getrandom v0.4.1 |
| 464 | 2026-05-12T14:25:10.317Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-12T14:25:10.333Z | Compiling log v0.4.29 |
| 466 | 2026-05-12T14:25:10.365Z | Compiling camino v1.2.2 |
| 467 | 2026-05-12T14:25:10.434Z | Compiling anstyle-parse v0.2.7 |
| 468 | 2026-05-12T14:25:10.608Z | Compiling synstructure v0.13.2 |
| 469 | 2026-05-12T14:25:10.626Z | Compiling pest_generator v2.8.6 |
| 470 | 2026-05-12T14:25:10.663Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-12T14:25:10.724Z | Compiling form_urlencoded v1.2.2 |
| 472 | 2026-05-12T14:25:10.901Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-12T14:25:11.045Z | Compiling pretty-hex v0.4.1 |
| 474 | 2026-05-12T14:25:11.136Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-12T14:25:11.185Z | Compiling colorchoice v1.0.4 |
| 476 | 2026-05-12T14:25:11.217Z | Compiling cfg-if v1.0.4 |
| 477 | 2026-05-12T14:25:11.234Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-12T14:25:11.255Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-12T14:25:11.258Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-05-12T14:25:11.350Z | Compiling semver v1.0.28 |
| 481 | 2026-05-12T14:25:11.420Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-12T14:25:11.480Z | Compiling fs-err v3.3.0 |
| 483 | 2026-05-12T14:25:11.508Z | Compiling clap_lex v1.0.0 |
| 484 | 2026-05-12T14:25:11.668Z | Compiling heck v0.5.0 |
| 485 | 2026-05-12T14:25:11.668Z | Compiling fnv v1.0.7 |
| 486 | 2026-05-12T14:25:11.703Z | Compiling strsim v0.11.1 |
| 487 | 2026-05-12T14:25:11.723Z | Compiling heck v0.4.1 |
| 488 | 2026-05-12T14:25:11.743Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-12T14:25:11.785Z | Compiling unicode-xid v0.2.6 |
| 490 | 2026-05-12T14:25:11.917Z | Compiling once_cell v1.21.3 |
| 491 | 2026-05-12T14:25:11.917Z | Compiling unicode-width v0.1.14 |
| 492 | 2026-05-12T14:25:12.055Z | Compiling fastrand v2.3.0 |
| 493 | 2026-05-12T14:25:12.063Z | Compiling bytecount v0.6.9 |
| 494 | 2026-05-12T14:25:12.200Z | Compiling papergrid v0.11.0 |
| 495 | 2026-05-12T14:25:12.216Z | Compiling clap_builder v4.5.60 |
| 496 | 2026-05-12T14:25:12.262Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-12T14:25:12.321Z | Compiling serde_derive v1.0.228 |
| 498 | 2026-05-12T14:25:12.346Z | Compiling zerofrom-derive v0.1.6 |
| 499 | 2026-05-12T14:25:12.403Z | Compiling yoke-derive v0.8.1 |
| 500 | 2026-05-12T14:25:12.627Z | Compiling zerovec-derive v0.11.2 |
| 501 | 2026-05-12T14:25:12.912Z | Compiling displaydoc v0.2.5 |
| 502 | 2026-05-12T14:25:13.602Z | Compiling thiserror-impl v1.0.69 |
| 503 | 2026-05-12T14:25:13.658Z | Compiling zerocopy-derive v0.7.35 |
| 504 | 2026-05-12T14:25:13.676Z | Compiling pest_derive v2.8.6 |
| 505 | 2026-05-12T14:25:13.730Z | Compiling zerofrom v0.1.6 |
| 506 | 2026-05-12T14:25:13.766Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-12T14:25:13.862Z | Compiling yoke v0.8.1 |
| 508 | 2026-05-12T14:25:14.062Z | Compiling zerovec v0.11.5 |
| 509 | 2026-05-12T14:25:14.100Z | Compiling zerotrie v0.2.3 |
| 510 | 2026-05-12T14:25:14.410Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-12T14:25:14.435Z | Compiling scroll v0.12.0 |
| 512 | 2026-05-12T14:25:14.539Z | Compiling tinystr v0.8.2 |
| 513 | 2026-05-12T14:25:14.579Z | Compiling potential_utf v0.1.4 |
| 514 | 2026-05-12T14:25:14.712Z | Compiling icu_locale_core v2.1.1 |
| 515 | 2026-05-12T14:25:14.745Z | Compiling icu_collections v2.1.1 |
| 516 | 2026-05-12T14:25:14.748Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-12T14:25:14.957Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-05-12T14:25:15.238Z | Compiling goblin v0.8.2 |
| 519 | 2026-05-12T14:25:15.238Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-05-12T14:25:15.326Z | Compiling icu_provider v2.1.1 |
| 521 | 2026-05-12T14:25:15.594Z | Compiling icu_normalizer v2.1.1 |
| 522 | 2026-05-12T14:25:15.622Z | Compiling icu_properties v2.1.2 |
| 523 | 2026-05-12T14:25:15.707Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-12T14:25:15.746Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-05-12T14:25:15.817Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-12T14:25:15.884Z | Compiling dof v0.3.0 |
| 527 | 2026-05-12T14:25:15.901Z | Compiling serde_tokenstream v0.2.3 |
| 528 | 2026-05-12T14:25:16.078Z | Compiling toml_edit v0.22.27 |
| 529 | 2026-05-12T14:25:16.213Z | Compiling serde-value v0.7.0 |
| 530 | 2026-05-12T14:25:16.258Z | Compiling cargo-platform v0.2.0 |
| 531 | 2026-05-12T14:25:16.275Z | Compiling memmap v0.7.0 |
| 532 | 2026-05-12T14:25:16.457Z | Compiling idna_adapter v1.2.1 |
| 533 | 2026-05-12T14:25:16.531Z | Compiling smawk v0.3.2 |
| 534 | 2026-05-12T14:25:16.573Z | Compiling idna v1.1.0 |
| 535 | 2026-05-12T14:25:16.602Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-12T14:25:16.669Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-12T14:25:16.702Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-12T14:25:16.741Z | Compiling usdt-macro v0.5.0 |
| 539 | 2026-05-12T14:25:16.877Z | Compiling url v2.5.8 |
| 540 | 2026-05-12T14:25:16.910Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-05-12T14:25:17.222Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-12T14:25:17.356Z | Compiling macaddr v1.0.1 |
| 543 | 2026-05-12T14:25:17.445Z | Compiling toml v0.8.23 |
| 544 | 2026-05-12T14:25:17.593Z | Compiling clap v4.5.60 |
| 545 | 2026-05-12T14:25:17.620Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-05-12T14:25:17.899Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 547 | 2026-05-12T14:25:18.099Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-12T14:25:18.151Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-12T14:25:18.169Z | Compiling swrite v0.1.0 |
| 550 | 2026-05-12T14:25:18.372Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-12T14:25:19.010Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-05-12T14:25:19.938Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-05-12T14:25:21.985Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.23s |
| 554 | 2026-05-12T14:25:22.218Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-05-12T14:25:22.790Z | Downloading crates ... |
| 556 | 2026-05-12T14:25:22.893Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-05-12T14:25:22.901Z | Downloaded allocator-api2 v0.2.21 |
| 558 | 2026-05-12T14:25:22.907Z | Downloaded darling_macro v0.21.3 |
| 559 | 2026-05-12T14:25:22.911Z | Downloaded bit-vec v0.8.0 |
| 560 | 2026-05-12T14:25:22.917Z | Downloaded dtrace-parser v0.3.0 |
| 561 | 2026-05-12T14:25:22.920Z | Downloaded dirs-next v2.0.0 |
| 562 | 2026-05-12T14:25:22.920Z | Downloaded derive-ex v0.1.8 |
| 563 | 2026-05-12T14:25:22.920Z | Downloaded defmt-macros v1.0.1 |
| 564 | 2026-05-12T14:25:22.924Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 565 | 2026-05-12T14:25:22.924Z | Downloaded bit-set v0.8.0 |
| 566 | 2026-05-12T14:25:22.927Z | Downloaded find-msvc-tools v0.1.9 |
| 567 | 2026-05-12T14:25:22.927Z | Downloaded dropshot_endpoint v0.16.7 |
| 568 | 2026-05-12T14:25:22.930Z | Downloaded bcs v0.1.6 |
| 569 | 2026-05-12T14:25:22.931Z | Downloaded bb8 v0.8.6 |
| 570 | 2026-05-12T14:25:22.933Z | Downloaded aho-corasick v1.1.4 |
| 571 | 2026-05-12T14:25:22.937Z | Downloaded defmt-parser v1.0.0 |
| 572 | 2026-05-12T14:25:22.937Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 573 | 2026-05-12T14:25:22.937Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-05-12T14:25:22.937Z | Downloaded atty v0.2.14 |
| 575 | 2026-05-12T14:25:22.942Z | Downloaded either v1.15.0 |
| 576 | 2026-05-12T14:25:22.942Z | Downloaded crossbeam-deque v0.8.6 |
| 577 | 2026-05-12T14:25:22.942Z | Downloaded crunchy v0.2.4 |
| 578 | 2026-05-12T14:25:22.942Z | Downloaded assert_matches v1.5.0 |
| 579 | 2026-05-12T14:25:22.945Z | Downloaded cfg_aliases v0.1.1 |
| 580 | 2026-05-12T14:25:22.947Z | Downloaded derive_builder_macro v0.20.2 |
| 581 | 2026-05-12T14:25:22.948Z | Downloaded critical-section v1.2.0 |
| 582 | 2026-05-12T14:25:22.950Z | Downloaded daft-derive v0.1.5 |
| 583 | 2026-05-12T14:25:22.953Z | Downloaded atomicwrites v0.4.4 |
| 584 | 2026-05-12T14:25:22.956Z | Downloaded aead v0.5.2 |
| 585 | 2026-05-12T14:25:22.957Z | Downloaded data-encoding v2.10.0 |
| 586 | 2026-05-12T14:25:22.957Z | Downloaded daft v0.1.5 |
| 587 | 2026-05-12T14:25:22.959Z | Downloaded csv-core v0.1.13 |
| 588 | 2026-05-12T14:25:22.960Z | Downloaded foreign-types v0.3.2 |
| 589 | 2026-05-12T14:25:22.960Z | Downloaded ecdsa v0.16.9 |
| 590 | 2026-05-12T14:25:22.962Z | Downloaded crc8 v0.1.1 |
| 591 | 2026-05-12T14:25:22.962Z | Downloaded byte-wrapper v0.1.0 |
| 592 | 2026-05-12T14:25:22.965Z | Downloaded ahash v0.8.12 |
| 593 | 2026-05-12T14:25:22.965Z | Downloaded blowfish v0.9.1 |
| 594 | 2026-05-12T14:25:22.970Z | Downloaded bit-vec v0.6.3 |
| 595 | 2026-05-12T14:25:22.970Z | Downloaded defmt v1.0.1 |
| 596 | 2026-05-12T14:25:22.973Z | Downloaded debug-ignore v1.0.5 |
| 597 | 2026-05-12T14:25:22.973Z | Downloaded darling v0.23.0 |
| 598 | 2026-05-12T14:25:22.977Z | Downloaded cstr-argument v0.1.2 |
| 599 | 2026-05-12T14:25:22.977Z | Downloaded cobs v0.3.0 |
| 600 | 2026-05-12T14:25:22.977Z | Downloaded der_derive v0.7.3 |
| 601 | 2026-05-12T14:25:22.980Z | Downloaded castaway v0.2.4 |
| 602 | 2026-05-12T14:25:22.980Z | Downloaded convert_case v0.4.0 |
| 603 | 2026-05-12T14:25:22.980Z | Downloaded atomic-waker v1.1.2 |
| 604 | 2026-05-12T14:25:22.980Z | Downloaded cpufeatures v0.3.0 |
| 605 | 2026-05-12T14:25:22.985Z | Downloaded ascii-canvas v3.0.0 |
| 606 | 2026-05-12T14:25:22.985Z | Downloaded defmt v0.3.100 |
| 607 | 2026-05-12T14:25:22.985Z | Downloaded darling_macro v0.20.11 |
| 608 | 2026-05-12T14:25:22.988Z | Downloaded darling_macro v0.23.0 |
| 609 | 2026-05-12T14:25:22.988Z | Downloaded block-padding v0.3.3 |
| 610 | 2026-05-12T14:25:22.988Z | Downloaded crossbeam-utils v0.8.21 |
| 611 | 2026-05-12T14:25:22.988Z | Downloaded bitfield-macros v0.19.4 |
| 612 | 2026-05-12T14:25:22.988Z | Downloaded bitfield v0.19.4 |
| 613 | 2026-05-12T14:25:22.991Z | Downloaded crucible-workspace-hack v0.1.0 |
| 614 | 2026-05-12T14:25:22.991Z | Downloaded cargo-platform v0.1.9 |
| 615 | 2026-05-12T14:25:22.994Z | Downloaded float-cmp v0.10.0 |
| 616 | 2026-05-12T14:25:22.994Z | Downloaded async-stream-impl v0.3.6 |
| 617 | 2026-05-12T14:25:22.997Z | Downloaded ciborium-io v0.2.2 |
| 618 | 2026-05-12T14:25:22.997Z | Downloaded ciborium-ll v0.2.2 |
| 619 | 2026-05-12T14:25:23.001Z | Downloaded cfg_aliases v0.2.1 |
| 620 | 2026-05-12T14:25:23.003Z | Downloaded dof v0.4.0 |
| 621 | 2026-05-12T14:25:23.006Z | Downloaded display-error-chain v0.2.2 |
| 622 | 2026-05-12T14:25:23.009Z | Downloaded float-ord v0.3.2 |
| 623 | 2026-05-12T14:25:23.009Z | Downloaded fixedbitset v0.4.2 |
| 624 | 2026-05-12T14:25:23.012Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 625 | 2026-05-12T14:25:23.012Z | Downloaded difflib v0.4.0 |
| 626 | 2026-05-12T14:25:23.012Z | Downloaded async-stream v0.3.6 |
| 627 | 2026-05-12T14:25:23.015Z | Downloaded dyn-clone v1.0.20 |
| 628 | 2026-05-12T14:25:23.018Z | Downloaded const_format_proc_macros v0.2.34 |
| 629 | 2026-05-12T14:25:23.018Z | Downloaded fd-lock v4.0.4 |
| 630 | 2026-05-12T14:25:23.021Z | Downloaded async-bb8-diesel v0.2.1 |
| 631 | 2026-05-12T14:25:23.021Z | Downloaded env_filter v1.0.0 |
| 632 | 2026-05-12T14:25:23.025Z | Downloaded cexpr v0.6.0 |
| 633 | 2026-05-12T14:25:23.025Z | Downloaded ctr v0.9.2 |
| 634 | 2026-05-12T14:25:23.025Z | Downloaded crossbeam-epoch v0.9.18 |
| 635 | 2026-05-12T14:25:23.028Z | Downloaded buf-list v1.1.2 |
| 636 | 2026-05-12T14:25:23.028Z | Downloaded arrayref v0.3.9 |
| 637 | 2026-05-12T14:25:23.031Z | Downloaded base64ct v1.8.3 |
| 638 | 2026-05-12T14:25:23.031Z | Downloaded derive_builder_core v0.20.2 |
| 639 | 2026-05-12T14:25:23.031Z | Downloaded deranged v0.5.8 |
| 640 | 2026-05-12T14:25:23.035Z | Downloaded derive-where v1.6.0 |
| 641 | 2026-05-12T14:25:23.038Z | Downloaded foreign-types v0.5.0 |
| 642 | 2026-05-12T14:25:23.041Z | Downloaded compression-core v0.4.31 |
| 643 | 2026-05-12T14:25:23.044Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 644 | 2026-05-12T14:25:23.044Z | Downloaded flagset v0.4.7 |
| 645 | 2026-05-12T14:25:23.044Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-05-12T14:25:23.047Z | Downloaded enum-as-inner v0.6.1 |
| 647 | 2026-05-12T14:25:23.047Z | Downloaded crc-catalog v2.4.0 |
| 648 | 2026-05-12T14:25:23.050Z | Downloaded futures-macro v0.3.32 |
| 649 | 2026-05-12T14:25:23.052Z | Downloaded futures-io v0.3.32 |
| 650 | 2026-05-12T14:25:23.053Z | Downloaded ghash v0.5.1 |
| 651 | 2026-05-12T14:25:23.053Z | Downloaded funty v2.0.0 |
| 652 | 2026-05-12T14:25:23.055Z | Downloaded document-features v0.2.12 |
| 653 | 2026-05-12T14:25:23.055Z | Downloaded cargo_metadata v0.19.2 |
| 654 | 2026-05-12T14:25:23.055Z | Downloaded endian-type v0.1.2 |
| 655 | 2026-05-12T14:25:23.055Z | Downloaded dunce v1.0.5 |
| 656 | 2026-05-12T14:25:23.058Z | Downloaded dirs-sys-next v0.1.2 |
| 657 | 2026-05-12T14:25:23.058Z | Downloaded crc v3.4.0 |
| 658 | 2026-05-12T14:25:23.058Z | Downloaded globwalk v0.9.1 |
| 659 | 2026-05-12T14:25:23.061Z | Downloaded foreign-types-shared v0.3.1 |
| 660 | 2026-05-12T14:25:23.061Z | Downloaded futures-core v0.3.32 |
| 661 | 2026-05-12T14:25:23.061Z | Downloaded cipher v0.4.4 |
| 662 | 2026-05-12T14:25:23.064Z | Downloaded futures-sink v0.3.32 |
| 663 | 2026-05-12T14:25:23.064Z | Downloaded fxhash v0.2.1 |
| 664 | 2026-05-12T14:25:23.064Z | Downloaded futures-task v0.3.32 |
| 665 | 2026-05-12T14:25:23.064Z | Downloaded git-stub v1.0.0 |
| 666 | 2026-05-12T14:25:23.067Z | Downloaded filetime v0.2.27 |
| 667 | 2026-05-12T14:25:23.067Z | Downloaded ff v0.13.1 |
| 668 | 2026-05-12T14:25:23.067Z | Downloaded arrayvec v0.7.6 |
| 669 | 2026-05-12T14:25:23.070Z | Downloaded array-init v0.0.4 |
| 670 | 2026-05-12T14:25:23.073Z | Downloaded cbc v0.1.2 |
| 671 | 2026-05-12T14:25:23.073Z | Downloaded fixedbitset v0.5.7 |
| 672 | 2026-05-12T14:25:23.076Z | Downloaded fallible-iterator v0.2.0 |
| 673 | 2026-05-12T14:25:23.076Z | Downloaded env_logger v0.11.9 |
| 674 | 2026-05-12T14:25:23.076Z | Downloaded embedded-io v0.4.0 |
| 675 | 2026-05-12T14:25:23.079Z | Downloaded downcast-rs v2.0.2 |
| 676 | 2026-05-12T14:25:23.079Z | Downloaded ena v0.14.4 |
| 677 | 2026-05-12T14:25:23.079Z | Downloaded compression-codecs v0.4.37 |
| 678 | 2026-05-12T14:25:23.082Z | Downloaded base16ct v0.2.0 |
| 679 | 2026-05-12T14:25:23.082Z | Downloaded bitfield-struct v0.6.2 |
| 680 | 2026-05-12T14:25:23.085Z | Downloaded hex-literal v0.4.1 |
| 681 | 2026-05-12T14:25:23.085Z | Downloaded hex v0.4.3 |
| 682 | 2026-05-12T14:25:23.085Z | Downloaded headers-core v0.3.0 |
| 683 | 2026-05-12T14:25:23.088Z | Downloaded chacha20 v0.9.1 |
| 684 | 2026-05-12T14:25:23.088Z | Downloaded corncobs v0.1.4 |
| 685 | 2026-05-12T14:25:23.092Z | Downloaded derive_more v0.99.20 |
| 686 | 2026-05-12T14:25:23.095Z | Downloaded hash32 v0.2.1 |
| 687 | 2026-05-12T14:25:23.095Z | Downloaded crossbeam-channel v0.5.15 |
| 688 | 2026-05-12T14:25:23.099Z | Downloaded hash32 v0.3.1 |
| 689 | 2026-05-12T14:25:23.099Z | Downloaded darling v0.21.3 |
| 690 | 2026-05-12T14:25:23.102Z | Downloaded http-body v1.0.1 |
| 691 | 2026-05-12T14:25:23.102Z | Downloaded hostname v0.3.1 |
| 692 | 2026-05-12T14:25:23.102Z | Downloaded camino-tempfile-ext v0.3.3 |
| 693 | 2026-05-12T14:25:23.105Z | Downloaded bzip2 v0.4.4 |
| 694 | 2026-05-12T14:25:23.105Z | Downloaded derive_builder v0.20.2 |
| 695 | 2026-05-12T14:25:23.108Z | Downloaded hyper-tls v0.6.0 |
| 696 | 2026-05-12T14:25:23.111Z | Downloaded foreign-types-macros v0.2.3 |
| 697 | 2026-05-12T14:25:23.111Z | Downloaded foldhash v0.2.0 |
| 698 | 2026-05-12T14:25:23.115Z | Downloaded backoff v0.4.0 |
| 699 | 2026-05-12T14:25:23.118Z | Downloaded fs_extra v1.3.0 |
| 700 | 2026-05-12T14:25:23.118Z | Downloaded erased-serde v0.3.31 |
| 701 | 2026-05-12T14:25:23.118Z | Downloaded async-recursion v1.1.1 |
| 702 | 2026-05-12T14:25:23.121Z | Downloaded glob v0.3.3 |
| 703 | 2026-05-12T14:25:23.121Z | Downloaded bitflags v1.3.2 |
| 704 | 2026-05-12T14:25:23.124Z | Downloaded globset v0.4.18 |
| 705 | 2026-05-12T14:25:23.124Z | Downloaded ed25519 v2.2.3 |
| 706 | 2026-05-12T14:25:23.127Z | Downloaded convert_case v0.10.0 |
| 707 | 2026-05-12T14:25:23.127Z | Downloaded constant_time_eq v0.4.2 |
| 708 | 2026-05-12T14:25:23.127Z | Downloaded dsl_auto_type v0.2.0 |
| 709 | 2026-05-12T14:25:23.130Z | Downloaded diesel-dtrace v0.5.0 |
| 710 | 2026-05-12T14:25:23.130Z | Downloaded inout v0.1.4 |
| 711 | 2026-05-12T14:25:23.133Z | Downloaded embedded-io v0.6.1 |
| 712 | 2026-05-12T14:25:23.133Z | Downloaded httpdate v1.0.3 |
| 713 | 2026-05-12T14:25:23.136Z | Downloaded colored v2.2.0 |
| 714 | 2026-05-12T14:25:23.136Z | Downloaded ciborium v0.2.2 |
| 715 | 2026-05-12T14:25:23.139Z | Downloaded cassowary v0.3.0 |
| 716 | 2026-05-12T14:25:23.139Z | Downloaded async-trait v0.1.89 |
| 717 | 2026-05-12T14:25:23.143Z | Downloaded git-stub-vcs v0.1.0 |
| 718 | 2026-05-12T14:25:23.143Z | Downloaded hubpack_derive v0.1.1 |
| 719 | 2026-05-12T14:25:23.143Z | Downloaded hubpack v0.1.2 |
| 720 | 2026-05-12T14:25:23.146Z | Downloaded home v0.5.12 |
| 721 | 2026-05-12T14:25:23.146Z | Downloaded indent_write v2.2.0 |
| 722 | 2026-05-12T14:25:23.146Z | Downloaded ident_case v1.0.1 |
| 723 | 2026-05-12T14:25:23.146Z | Downloaded drift v0.1.4 |
| 724 | 2026-05-12T14:25:23.152Z | Downloaded indoc v1.0.9 |
| 725 | 2026-05-12T14:25:23.155Z | Downloaded futures-executor v0.3.32 |
| 726 | 2026-05-12T14:25:23.155Z | Downloaded darling_core v0.21.3 |
| 727 | 2026-05-12T14:25:23.158Z | Downloaded instability v0.3.11 |
| 728 | 2026-05-12T14:25:23.158Z | Downloaded hostname v0.4.2 |
| 729 | 2026-05-12T14:25:23.161Z | Downloaded darling_core v0.20.11 |
| 730 | 2026-05-12T14:25:23.163Z | Downloaded darling v0.20.11 |
| 731 | 2026-05-12T14:25:23.166Z | Downloaded is_ci v1.2.0 |
| 732 | 2026-05-12T14:25:23.166Z | Downloaded internet-checksum v0.2.1 |
| 733 | 2026-05-12T14:25:23.166Z | Downloaded backon v1.6.0 |
| 734 | 2026-05-12T14:25:23.169Z | Downloaded kstat-rs v0.2.4 |
| 735 | 2026-05-12T14:25:23.169Z | Downloaded instant v0.1.13 |
| 736 | 2026-05-12T14:25:23.169Z | Downloaded lazy_static v1.5.0 |
| 737 | 2026-05-12T14:25:23.172Z | Downloaded keccak v0.1.6 |
| 738 | 2026-05-12T14:25:23.172Z | Downloaded cookie_store v0.22.1 |
| 739 | 2026-05-12T14:25:23.172Z | Downloaded humantime v2.3.0 |
| 740 | 2026-05-12T14:25:23.175Z | Downloaded group v0.13.0 |
| 741 | 2026-05-12T14:25:23.175Z | Downloaded highway v1.3.0 |
| 742 | 2026-05-12T14:25:23.178Z | Downloaded cookie v0.18.1 |
| 743 | 2026-05-12T14:25:23.178Z | Downloaded blake2 v0.10.6 |
| 744 | 2026-05-12T14:25:23.181Z | Downloaded diff v0.1.13 |
| 745 | 2026-05-12T14:25:23.181Z | Downloaded gethostname v0.5.0 |
| 746 | 2026-05-12T14:25:23.181Z | Downloaded bzip2 v0.6.1 |
| 747 | 2026-05-12T14:25:23.184Z | Downloaded is-terminal v0.4.17 |
| 748 | 2026-05-12T14:25:23.184Z | Downloaded darling_core v0.23.0 |
| 749 | 2026-05-12T14:25:23.187Z | Downloaded hyper-staticfile v0.10.1 |
| 750 | 2026-05-12T14:25:23.190Z | Downloaded crc32fast v1.5.0 |
| 751 | 2026-05-12T14:25:23.190Z | Downloaded lalrpop-util v0.19.12 |
| 752 | 2026-05-12T14:25:23.190Z | Downloaded console v0.15.11 |
| 753 | 2026-05-12T14:25:23.193Z | Downloaded foldhash v0.1.5 |
| 754 | 2026-05-12T14:25:23.193Z | Downloaded des v0.8.1 |
| 755 | 2026-05-12T14:25:23.196Z | Downloaded linked-hash-map v0.5.6 |
| 756 | 2026-05-12T14:25:23.196Z | Downloaded lru-slab v0.1.2 |
| 757 | 2026-05-12T14:25:23.196Z | Downloaded lru-cache v0.1.2 |
| 758 | 2026-05-12T14:25:23.199Z | Downloaded lru v0.12.5 |
| 759 | 2026-05-12T14:25:23.199Z | Downloaded getrandom v0.2.17 |
| 760 | 2026-05-12T14:25:23.202Z | Downloaded libscf-sys v1.1.0 |
| 761 | 2026-05-12T14:25:23.202Z | Downloaded ingot v0.1.1 |
| 762 | 2026-05-12T14:25:23.202Z | Downloaded indoc v2.0.7 |
| 763 | 2026-05-12T14:25:23.205Z | Downloaded fatfs v0.3.6 |
| 764 | 2026-05-12T14:25:23.208Z | Downloaded console v0.16.2 |
| 765 | 2026-05-12T14:25:23.208Z | Downloaded cmake v0.1.57 |
| 766 | 2026-05-12T14:25:23.208Z | Downloaded elliptic-curve v0.13.8 |
| 767 | 2026-05-12T14:25:23.212Z | Downloaded mime v0.3.17 |
| 768 | 2026-05-12T14:25:23.212Z | Downloaded match_cfg v0.1.0 |
| 769 | 2026-05-12T14:25:23.215Z | Downloaded lzss v0.8.2 |
| 770 | 2026-05-12T14:25:23.215Z | Downloaded ingot-types v0.1.2 |
| 771 | 2026-05-12T14:25:23.215Z | Downloaded colored v3.1.1 |
| 772 | 2026-05-12T14:25:23.215Z | Downloaded clang-sys v1.8.1 |
| 773 | 2026-05-12T14:25:23.218Z | Downloaded multimap v0.10.1 |
| 774 | 2026-05-12T14:25:23.218Z | Downloaded memoffset v0.9.1 |
| 775 | 2026-05-12T14:25:23.218Z | Downloaded md5 v0.7.0 |
| 776 | 2026-05-12T14:25:23.221Z | Downloaded md-5 v0.10.6 |
| 777 | 2026-05-12T14:25:23.221Z | Downloaded maplit v1.0.2 |
| 778 | 2026-05-12T14:25:23.221Z | Downloaded futures-channel v0.3.32 |
| 779 | 2026-05-12T14:25:23.224Z | Downloaded http-body-util v0.1.3 |
| 780 | 2026-05-12T14:25:23.224Z | Downloaded ipnet v2.11.0 |
| 781 | 2026-05-12T14:25:23.227Z | Downloaded jobserver v0.1.34 |
| 782 | 2026-05-12T14:25:23.227Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 783 | 2026-05-12T14:25:23.230Z | Downloaded ipnetwork v0.21.1 |
| 784 | 2026-05-12T14:25:23.230Z | Downloaded httparse v1.10.1 |
| 785 | 2026-05-12T14:25:23.233Z | Downloaded newline-converter v0.3.0 |
| 786 | 2026-05-12T14:25:23.233Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-12T14:25:23.233Z | Downloaded nibble_vec v0.1.0 |
| 788 | 2026-05-12T14:25:23.233Z | Downloaded newtype_derive v0.1.6 |
| 789 | 2026-05-12T14:25:23.236Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-05-12T14:25:23.236Z | Downloaded new_debug_unreachable v1.0.6 |
| 791 | 2026-05-12T14:25:23.236Z | Downloaded der v0.7.10 |
| 792 | 2026-05-12T14:25:23.239Z | Downloaded num v0.4.3 |
| 793 | 2026-05-12T14:25:23.239Z | Downloaded crc-any v2.5.0 |
| 794 | 2026-05-12T14:25:23.242Z | Downloaded dropshot_endpoint v0.17.0 |
| 795 | 2026-05-12T14:25:23.245Z | Downloaded normalize-line-endings v0.3.0 |
| 796 | 2026-05-12T14:25:23.245Z | Downloaded nonempty v0.12.0 |
| 797 | 2026-05-12T14:25:23.245Z | Downloaded iana-time-zone v0.1.65 |
| 798 | 2026-05-12T14:25:23.248Z | Downloaded futures v0.3.32 |
| 799 | 2026-05-12T14:25:23.251Z | Downloaded num-derive v0.4.2 |
| 800 | 2026-05-12T14:25:23.251Z | Downloaded num-conv v0.2.0 |
| 801 | 2026-05-12T14:25:23.254Z | Downloaded libsw-core v0.3.2 |
| 802 | 2026-05-12T14:25:23.254Z | Downloaded getrandom v0.3.4 |
| 803 | 2026-05-12T14:25:23.256Z | Downloaded argon2 v0.5.3 |
| 804 | 2026-05-12T14:25:23.256Z | Downloaded cancel-safe-futures v0.1.5 |
| 805 | 2026-05-12T14:25:23.259Z | Downloaded managed v0.8.0 |
| 806 | 2026-05-12T14:25:23.260Z | Downloaded crypto-bigint v0.5.5 |
| 807 | 2026-05-12T14:25:23.262Z | Downloaded flume v0.11.1 |
| 808 | 2026-05-12T14:25:23.265Z | Downloaded lock_api v0.4.14 |
| 809 | 2026-05-12T14:25:23.268Z | Downloaded libloading v0.8.9 |
| 810 | 2026-05-12T14:25:23.268Z | Downloaded libefi-sys v0.1.0 |
| 811 | 2026-05-12T14:25:23.268Z | Downloaded chacha20 v0.10.0 |
| 812 | 2026-05-12T14:25:23.272Z | Downloaded async-compression v0.4.41 |
| 813 | 2026-05-12T14:25:23.275Z | Downloaded openssl-probe v0.1.6 |
| 814 | 2026-05-12T14:25:23.275Z | Downloaded openssl-macros v0.1.1 |
| 815 | 2026-05-12T14:25:23.275Z | Downloaded maybe-uninit v2.0.0 |
| 816 | 2026-05-12T14:25:23.279Z | Downloaded oso-derive v0.27.3 |
| 817 | 2026-05-12T14:25:23.279Z | Downloaded num-iter v0.1.45 |
| 818 | 2026-05-12T14:25:23.279Z | Downloaded libsw v3.5.0 |
| 819 | 2026-05-12T14:25:23.279Z | Downloaded half v1.8.3 |
| 820 | 2026-05-12T14:25:23.282Z | Downloaded num_enum_derive v0.5.11 |
| 821 | 2026-05-12T14:25:23.282Z | Downloaded openssl-probe v0.2.1 |
| 822 | 2026-05-12T14:25:23.282Z | Downloaded num_threads v0.1.7 |
| 823 | 2026-05-12T14:25:23.285Z | Downloaded http-range v0.1.5 |
| 824 | 2026-05-12T14:25:23.285Z | Downloaded fs-err v2.11.0 |
| 825 | 2026-05-12T14:25:23.285Z | Downloaded nanorand v0.7.0 |
| 826 | 2026-05-12T14:25:23.288Z | Downloaded native-tls v0.2.18 |
| 827 | 2026-05-12T14:25:23.303Z | Downloaded parse-display v0.10.0 |
| 828 | 2026-05-12T14:25:23.307Z | Downloaded packed_struct_codegen v0.10.1 |
| 829 | 2026-05-12T14:25:23.307Z | Downloaded opaque-debug v0.3.1 |
| 830 | 2026-05-12T14:25:23.307Z | Downloaded olpc-cjson v0.1.4 |
| 831 | 2026-05-12T14:25:23.307Z | Downloaded linear-map v1.2.0 |
| 832 | 2026-05-12T14:25:23.307Z | Downloaded const-oid v0.9.6 |
| 833 | 2026-05-12T14:25:23.310Z | Downloaded hmac v0.12.1 |
| 834 | 2026-05-12T14:25:23.310Z | Downloaded indexmap v1.9.3 |
| 835 | 2026-05-12T14:25:23.314Z | Downloaded multer v3.1.0 |
| 836 | 2026-05-12T14:25:23.317Z | Downloaded mime_guess v2.0.5 |
| 837 | 2026-05-12T14:25:23.317Z | Downloaded hyper-rustls v0.27.7 |
| 838 | 2026-05-12T14:25:23.320Z | Downloaded pbkdf2 v0.12.2 |
| 839 | 2026-05-12T14:25:23.324Z | Downloaded parse-size v1.1.0 |
| 840 | 2026-05-12T14:25:23.324Z | Downloaded ar_archive_writer v0.5.1 |
| 841 | 2026-05-12T14:25:23.327Z | Downloaded flate2 v1.1.9 |
| 842 | 2026-05-12T14:25:23.328Z | Downloaded ed25519-dalek v2.2.0 |
| 843 | 2026-05-12T14:25:23.332Z | Downloaded path-slash v0.1.5 |
| 844 | 2026-05-12T14:25:23.332Z | Downloaded newtype-uuid v1.3.2 |
| 845 | 2026-05-12T14:25:23.332Z | Downloaded phf_shared v0.13.1 |
| 846 | 2026-05-12T14:25:23.333Z | Downloaded phf_shared v0.12.1 |
| 847 | 2026-05-12T14:25:23.335Z | Downloaded crossterm v0.28.1 |
| 848 | 2026-05-12T14:25:23.343Z | Downloaded peg-runtime v0.8.5 |
| 849 | 2026-05-12T14:25:23.343Z | Downloaded pin-utils v0.1.0 |
| 850 | 2026-05-12T14:25:23.343Z | Downloaded heapless v0.8.0 |
| 851 | 2026-05-12T14:25:23.346Z | Downloaded num_enum v0.5.11 |
| 852 | 2026-05-12T14:25:23.346Z | Downloaded num-rational v0.4.2 |
| 853 | 2026-05-12T14:25:23.346Z | Downloaded chacha20poly1305 v0.10.1 |
| 854 | 2026-05-12T14:25:23.346Z | Downloaded base64 v0.21.7 |
| 855 | 2026-05-12T14:25:23.349Z | Downloaded precomputed-hash v0.1.1 |
| 856 | 2026-05-12T14:25:23.349Z | Downloaded powerfmt v0.2.0 |
| 857 | 2026-05-12T14:25:23.349Z | Downloaded num-integer v0.1.46 |
| 858 | 2026-05-12T14:25:23.351Z | Downloaded oxnet v0.1.4 |
| 859 | 2026-05-12T14:25:23.359Z | Downloaded parking_lot_core v0.8.6 |
| 860 | 2026-05-12T14:25:23.363Z | Downloaded num_enum_derive v0.7.5 |
| 861 | 2026-05-12T14:25:23.369Z | Downloaded proc-macro-crate v1.3.1 |
| 862 | 2026-05-12T14:25:23.369Z | Downloaded predicates-tree v1.0.13 |
| 863 | 2026-05-12T14:25:23.369Z | Downloaded parse-display-derive v0.10.0 |
| 864 | 2026-05-12T14:25:23.372Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 865 | 2026-05-12T14:25:23.372Z | Downloaded num_enum v0.7.5 |
| 866 | 2026-05-12T14:25:23.372Z | Downloaded num-derive v0.3.3 |
| 867 | 2026-05-12T14:25:23.372Z | Downloaded predicates-core v1.0.10 |
| 868 | 2026-05-12T14:25:23.375Z | Downloaded nu-ansi-term v0.50.3 |
| 869 | 2026-05-12T14:25:23.375Z | Downloaded aes v0.8.4 |
| 870 | 2026-05-12T14:25:23.379Z | Downloaded compact_str v0.8.1 |
| 871 | 2026-05-12T14:25:23.381Z | Downloaded indicatif v0.18.4 |
| 872 | 2026-05-12T14:25:23.385Z | Downloaded libbz2-rs-sys v0.2.2 |
| 873 | 2026-05-12T14:25:23.388Z | Downloaded progenitor-client v0.10.0 |
| 874 | 2026-05-12T14:25:23.388Z | Downloaded peg v0.8.5 |
| 875 | 2026-05-12T14:25:23.391Z | Downloaded progenitor-client v0.14.0 |
| 876 | 2026-05-12T14:25:23.391Z | Downloaded pbkdf2 v0.11.0 |
| 877 | 2026-05-12T14:25:23.391Z | Downloaded packed_struct v0.10.1 |
| 878 | 2026-05-12T14:25:23.394Z | Downloaded oxide-tokio-rt v0.1.4 |
| 879 | 2026-05-12T14:25:23.394Z | Downloaded litrs v1.0.0 |
| 880 | 2026-05-12T14:25:23.399Z | Downloaded proc-macro-crate v3.4.0 |
| 881 | 2026-05-12T14:25:23.399Z | Downloaded phf v0.12.1 |
| 882 | 2026-05-12T14:25:23.399Z | Downloaded pem v3.0.6 |
| 883 | 2026-05-12T14:25:23.402Z | Downloaded expectorate v1.2.0 |
| 884 | 2026-05-12T14:25:23.402Z | Downloaded password-hash v0.5.0 |
| 885 | 2026-05-12T14:25:23.402Z | Downloaded ingot-macros v0.1.1 |
| 886 | 2026-05-12T14:25:23.402Z | Downloaded psl-types v2.0.11 |
| 887 | 2026-05-12T14:25:23.406Z | Downloaded progenitor-macro v0.13.0 |
| 888 | 2026-05-12T14:25:23.406Z | Downloaded progenitor-macro v0.14.0 |
| 889 | 2026-05-12T14:25:23.406Z | Downloaded omicron-zone-package v0.12.2 |
| 890 | 2026-05-12T14:25:23.408Z | Downloaded phf v0.13.1 |
| 891 | 2026-05-12T14:25:23.408Z | Downloaded phf_shared v0.11.3 |
| 892 | 2026-05-12T14:25:23.408Z | Downloaded quick-error v1.2.3 |
| 893 | 2026-05-12T14:25:23.411Z | Downloaded progenitor-macro v0.10.0 |
| 894 | 2026-05-12T14:25:23.411Z | Downloaded paste v1.0.15 |
| 895 | 2026-05-12T14:25:23.411Z | Downloaded polyval v0.6.2 |
| 896 | 2026-05-12T14:25:23.413Z | Downloaded poly1305 v0.8.0 |
| 897 | 2026-05-12T14:25:23.413Z | Downloaded pkg-config v0.3.32 |
| 898 | 2026-05-12T14:25:23.416Z | Downloaded pin-project-internal v1.1.11 |
| 899 | 2026-05-12T14:25:23.417Z | Downloaded progenitor-client v0.11.2 |
| 900 | 2026-05-12T14:25:23.417Z | Downloaded arc-swap v1.8.2 |
| 901 | 2026-05-12T14:25:23.420Z | Downloaded parking_lot v0.12.5 |
| 902 | 2026-05-12T14:25:23.423Z | Downloaded dropshot-api-manager v0.7.1 |
| 903 | 2026-05-12T14:25:23.423Z | Downloaded predicates v3.1.4 |
| 904 | 2026-05-12T14:25:23.426Z | Downloaded derive_more-impl v2.1.1 |
| 905 | 2026-05-12T14:25:23.429Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2026-05-12T14:25:23.432Z | Downloaded pin-project-lite v0.2.17 |
| 907 | 2026-05-12T14:25:23.435Z | Downloaded proc-macro-error2 v2.0.1 |
| 908 | 2026-05-12T14:25:23.435Z | Downloaded parking_lot_core v0.9.12 |
| 909 | 2026-05-12T14:25:23.438Z | Downloaded primeorder v0.13.6 |
| 910 | 2026-05-12T14:25:23.438Z | Downloaded heapless v0.7.17 |
| 911 | 2026-05-12T14:25:23.441Z | Downloaded headers v0.4.1 |
| 912 | 2026-05-12T14:25:23.444Z | Downloaded diesel_derives v2.3.7 |
| 913 | 2026-05-12T14:25:23.448Z | Downloaded derive_more v2.1.1 |
| 914 | 2026-05-12T14:25:23.453Z | Downloaded ref-cast-impl v1.0.25 |
| 915 | 2026-05-12T14:25:23.456Z | Downloaded ref-cast v1.0.25 |
| 916 | 2026-05-12T14:25:23.456Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 917 | 2026-05-12T14:25:23.458Z | Downloaded postgres-protocol v0.6.10 |
| 918 | 2026-05-12T14:25:23.458Z | Downloaded progenitor-extras v0.2.0 |
| 919 | 2026-05-12T14:25:23.458Z | Downloaded peg-macros v0.8.5 |
| 920 | 2026-05-12T14:25:23.461Z | Downloaded recursive v0.1.1 |
| 921 | 2026-05-12T14:25:23.461Z | Downloaded rand_xorshift v0.4.0 |
| 922 | 2026-05-12T14:25:23.464Z | Downloaded rand_chacha v0.3.1 |
| 923 | 2026-05-12T14:25:23.464Z | Downloaded progenitor-macro v0.11.2 |
| 924 | 2026-05-12T14:25:23.464Z | Downloaded pem-rfc7468 v0.7.0 |
| 925 | 2026-05-12T14:25:23.467Z | Downloaded progenitor v0.14.0 |
| 926 | 2026-05-12T14:25:23.467Z | Downloaded crossterm v0.29.0 |
| 927 | 2026-05-12T14:25:23.470Z | Downloaded bytes v1.11.1 |
| 928 | 2026-05-12T14:25:23.472Z | Downloaded oso v0.27.3 |
| 929 | 2026-05-12T14:25:23.475Z | Downloaded hickory-resolver v0.25.2 |
| 930 | 2026-05-12T14:25:23.478Z | Downloaded num-complex v0.4.6 |
| 931 | 2026-05-12T14:25:23.478Z | Downloaded memmap2 v0.9.10 |
| 932 | 2026-05-12T14:25:23.481Z | Downloaded password-hash v0.4.2 |
| 933 | 2026-05-12T14:25:23.481Z | Downloaded const_format v0.2.35 |
| 934 | 2026-05-12T14:25:23.484Z | Downloaded ignore v0.4.25 |
| 935 | 2026-05-12T14:25:23.487Z | Downloaded base64 v0.22.1 |
| 936 | 2026-05-12T14:25:23.491Z | Downloaded rand_core v0.6.4 |
| 937 | 2026-05-12T14:25:23.491Z | Downloaded rfc6979 v0.4.0 |
| 938 | 2026-05-12T14:25:23.491Z | Downloaded progenitor-client v0.13.0 |
| 939 | 2026-05-12T14:25:23.491Z | Downloaded owo-colors v4.3.0 |
| 940 | 2026-05-12T14:25:23.494Z | Downloaded rtoolbox v0.0.3 |
| 941 | 2026-05-12T14:25:23.495Z | Downloaded parking_lot v0.11.2 |
| 942 | 2026-05-12T14:25:23.499Z | Downloaded bumpalo v3.20.2 |
| 943 | 2026-05-12T14:25:23.503Z | Downloaded ppv-lite86 v0.2.21 |
| 944 | 2026-05-12T14:25:23.503Z | Downloaded hyper-util v0.1.20 |
| 945 | 2026-05-12T14:25:23.506Z | Downloaded psm v0.1.30 |
| 946 | 2026-05-12T14:25:23.509Z | Downloaded progenitor v0.13.0 |
| 947 | 2026-05-12T14:25:23.509Z | Downloaded rand_seeder v0.4.0 |
| 948 | 2026-05-12T14:25:23.509Z | Downloaded radium v0.7.0 |
| 949 | 2026-05-12T14:25:23.540Z | Downloaded r2d2 v0.8.10 |
| 950 | 2026-05-12T14:25:23.540Z | Downloaded russh-cryptovec v0.7.3 |
| 951 | 2026-05-12T14:25:23.540Z | Downloaded progenitor v0.10.0 |
| 952 | 2026-05-12T14:25:23.540Z | Downloaded rustc-hash v2.1.1 |
| 953 | 2026-05-12T14:25:23.540Z | Downloaded rustc_version v0.1.7 |
| 954 | 2026-05-12T14:25:23.540Z | Downloaded rustc_version v0.4.1 |
| 955 | 2026-05-12T14:25:23.540Z | Downloaded salsa20 v0.10.2 |
| 956 | 2026-05-12T14:25:23.540Z | Downloaded postcard v1.1.3 |
| 957 | 2026-05-12T14:25:23.540Z | Downloaded pkcs5 v0.7.1 |
| 958 | 2026-05-12T14:25:23.541Z | Downloaded half v2.7.1 |
| 959 | 2026-05-12T14:25:23.541Z | Downloaded scheduled-thread-pool v0.2.7 |
| 960 | 2026-05-12T14:25:23.541Z | Downloaded hickory-resolver v0.24.4 |
| 961 | 2026-05-12T14:25:23.541Z | Downloaded pin-project v1.1.11 |
| 962 | 2026-05-12T14:25:23.545Z | Downloaded openssl-sys v0.9.114 |
| 963 | 2026-05-12T14:25:23.545Z | Downloaded secrecy v0.10.3 |
| 964 | 2026-05-12T14:25:23.545Z | Downloaded pkcs1 v0.7.5 |
| 965 | 2026-05-12T14:25:23.545Z | Downloaded serde-big-array v0.5.1 |
| 966 | 2026-05-12T14:25:23.548Z | Downloaded rand_core v0.10.0 |
| 967 | 2026-05-12T14:25:23.548Z | Downloaded rand_core v0.9.5 |
| 968 | 2026-05-12T14:25:23.548Z | Downloaded rand_chacha v0.9.0 |
| 969 | 2026-05-12T14:25:23.548Z | Downloaded postgres-types v0.2.12 |
| 970 | 2026-05-12T14:25:23.552Z | Downloaded sapling-renderdag v0.1.0 |
| 971 | 2026-05-12T14:25:23.552Z | Downloaded scroll_derive v0.13.1 |
| 972 | 2026-05-12T14:25:23.555Z | Downloaded papergrid v0.17.0 |
| 973 | 2026-05-12T14:25:23.555Z | Downloaded scopeguard v1.2.0 |
| 974 | 2026-05-12T14:25:23.558Z | Downloaded same-file v1.0.6 |
| 975 | 2026-05-12T14:25:23.558Z | Downloaded p256 v0.13.2 |
| 976 | 2026-05-12T14:25:23.561Z | Downloaded jiff-static v0.2.21 |
| 977 | 2026-05-12T14:25:23.564Z | Downloaded progenitor v0.11.2 |
| 978 | 2026-05-12T14:25:23.564Z | Downloaded seq-macro v0.3.6 |
| 979 | 2026-05-12T14:25:23.567Z | Downloaded scrypt v0.11.0 |
| 980 | 2026-05-12T14:25:23.567Z | Downloaded serde_repr v0.1.20 |
| 981 | 2026-05-12T14:25:23.570Z | Downloaded serde_spanned v1.0.4 |
| 982 | 2026-05-12T14:25:23.570Z | Downloaded shell-words v1.1.1 |
| 983 | 2026-05-12T14:25:23.570Z | Downloaded sha1 v0.10.6 |
| 984 | 2026-05-12T14:25:23.570Z | Downloaded signal-hook-mio v0.2.5 |
| 985 | 2026-05-12T14:25:23.573Z | Downloaded miniz_oxide v0.8.9 |
| 986 | 2026-05-12T14:25:23.576Z | Downloaded semver v0.1.20 |
| 987 | 2026-05-12T14:25:23.576Z | Downloaded rustls-pemfile v1.0.4 |
| 988 | 2026-05-12T14:25:23.581Z | Downloaded serde_plain v1.0.2 |
| 989 | 2026-05-12T14:25:23.581Z | Downloaded serde_bytes v0.11.19 |
| 990 | 2026-05-12T14:25:23.585Z | Downloaded rusty-fork v0.3.1 |
| 991 | 2026-05-12T14:25:23.588Z | Downloaded resolv-conf v0.7.6 |
| 992 | 2026-05-12T14:25:23.589Z | Downloaded rustls-pemfile v2.2.0 |
| 993 | 2026-05-12T14:25:23.594Z | Downloaded sigpipe v0.1.3 |
| 994 | 2026-05-12T14:25:23.596Z | Downloaded progenitor-impl v0.11.2 |
| 995 | 2026-05-12T14:25:23.596Z | Downloaded progenitor-impl v0.10.0 |
| 996 | 2026-05-12T14:25:23.599Z | Downloaded quinn-udp v0.5.14 |
| 997 | 2026-05-12T14:25:23.603Z | Downloaded serde_urlencoded v0.7.1 |
| 998 | 2026-05-12T14:25:23.607Z | Downloaded signature v2.2.0 |
| 999 | 2026-05-12T14:25:23.607Z | Downloaded slog-envlogger v2.2.0 |
| 1000 | 2026-05-12T14:25:23.610Z | Downloaded signal-hook-tokio v0.3.1 |
| 1001 | 2026-05-12T14:25:23.617Z | Downloaded secrecy v0.8.0 |
| 1002 | 2026-05-12T14:25:23.621Z | Downloaded sec1 v0.7.3 |
| 1003 | 2026-05-12T14:25:23.621Z | Downloaded sct v0.7.1 |
| 1004 | 2026-05-12T14:25:23.624Z | Downloaded siphasher v1.0.2 |
| 1005 | 2026-05-12T14:25:23.629Z | Downloaded mio v1.2.0 |
| 1006 | 2026-05-12T14:25:23.632Z | Downloaded pretty_assertions v1.4.1 |
| 1007 | 2026-05-12T14:25:23.635Z | Downloaded schemars_derive v0.8.22 |
| 1008 | 2026-05-12T14:25:23.635Z | Downloaded prefix-trie v0.7.0 |
| 1009 | 2026-05-12T14:25:23.638Z | Downloaded slog-bunyan v2.5.0 |
| 1010 | 2026-05-12T14:25:23.641Z | Downloaded russh-keys v0.45.0 |
| 1011 | 2026-05-12T14:25:23.641Z | Downloaded scroll v0.13.0 |
| 1012 | 2026-05-12T14:25:23.645Z | Downloaded hickory-server v0.25.2 |
| 1013 | 2026-05-12T14:25:23.648Z | Downloaded cc v1.2.56 |
| 1014 | 2026-05-12T14:25:23.648Z | Downloaded ssh-encoding v0.2.0 |
| 1015 | 2026-05-12T14:25:23.651Z | Downloaded rustls-native-certs v0.8.3 |
| 1016 | 2026-05-12T14:25:23.651Z | Downloaded prettyplease v0.2.37 |
| 1017 | 2026-05-12T14:25:23.668Z | Downloaded rustversion v1.0.22 |
| 1018 | 2026-05-12T14:25:23.671Z | Downloaded ssh-cipher v0.2.0 |
| 1019 | 2026-05-12T14:25:23.671Z | Downloaded serde_path_to_error v0.1.20 |
| 1020 | 2026-05-12T14:25:23.674Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2026-05-12T14:25:23.674Z | Downloaded sqlparser_derive v0.5.0 |
| 1022 | 2026-05-12T14:25:23.677Z | Downloaded hashbrown v0.15.5 |
| 1023 | 2026-05-12T14:25:23.680Z | Downloaded hashbrown v0.16.1 |
| 1024 | 2026-05-12T14:25:23.683Z | Downloaded signal-hook-registry v1.4.8 |
| 1025 | 2026-05-12T14:25:23.686Z | Downloaded strum v0.26.3 |
| 1026 | 2026-05-12T14:25:23.695Z | Downloaded rustls-pki-types v1.14.0 |
| 1027 | 2026-05-12T14:25:23.699Z | Downloaded simd-adler32 v0.3.8 |
| 1028 | 2026-05-12T14:25:23.702Z | Downloaded shlex v1.3.0 |
| 1029 | 2026-05-12T14:25:23.702Z | Downloaded structmeta v0.3.0 |
| 1030 | 2026-05-12T14:25:23.702Z | Downloaded take_mut v0.2.2 |
| 1031 | 2026-05-12T14:25:23.702Z | Downloaded tabwriter v1.4.1 |
| 1032 | 2026-05-12T14:25:23.705Z | Downloaded sync_wrapper v1.0.2 |
| 1033 | 2026-05-12T14:25:23.705Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1034 | 2026-05-12T14:25:23.705Z | Downloaded subtle v2.6.1 |
| 1035 | 2026-05-12T14:25:23.705Z | Downloaded slog-stdlog v4.1.1 |
| 1036 | 2026-05-12T14:25:23.708Z | Downloaded slog-scope v4.4.1 |
| 1037 | 2026-05-12T14:25:23.708Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-05-12T14:25:23.708Z | Downloaded slog-json v2.6.1 |
| 1039 | 2026-05-12T14:25:23.711Z | Downloaded slog-dtrace v0.3.0 |
| 1040 | 2026-05-12T14:25:23.711Z | Downloaded slog-async v2.8.0 |
| 1041 | 2026-05-12T14:25:23.711Z | Downloaded serde_derive_internals v0.29.1 |
| 1042 | 2026-05-12T14:25:23.714Z | Downloaded strum v0.27.2 |
| 1043 | 2026-05-12T14:25:23.714Z | Downloaded structmeta-derive v0.3.0 |
| 1044 | 2026-05-12T14:25:23.717Z | Downloaded hashbrown v0.12.3 |
| 1045 | 2026-05-12T14:25:23.721Z | Downloaded ron v0.8.1 |
| 1046 | 2026-05-12T14:25:23.724Z | Downloaded serde_cbor v0.11.2 |
| 1047 | 2026-05-12T14:25:23.724Z | Downloaded tabled_derive v0.11.0 |
| 1048 | 2026-05-12T14:25:23.727Z | Downloaded termtree v0.5.1 |
| 1049 | 2026-05-12T14:25:23.727Z | Downloaded serde_with_macros v3.17.0 |
| 1050 | 2026-05-12T14:25:23.730Z | Downloaded nom v7.1.3 |
| 1051 | 2026-05-12T14:25:23.735Z | Downloaded slab v0.4.12 |
| 1052 | 2026-05-12T14:25:23.738Z | Downloaded sync-ptr v0.1.4 |
| 1053 | 2026-05-12T14:25:23.738Z | Downloaded ryu v1.0.23 |
| 1054 | 2026-05-12T14:25:23.740Z | Downloaded thread-id v5.1.0 |
| 1055 | 2026-05-12T14:25:23.741Z | Downloaded tap v1.0.1 |
| 1056 | 2026-05-12T14:25:23.744Z | Downloaded spki v0.7.3 |
| 1057 | 2026-05-12T14:25:23.747Z | Downloaded libxml v0.3.3 |
| 1058 | 2026-05-12T14:25:23.751Z | Downloaded slog-term v2.9.2 |
| 1059 | 2026-05-12T14:25:23.753Z | Downloaded smallvec v0.6.14 |
| 1060 | 2026-05-12T14:25:23.753Z | Downloaded testing_table v0.3.0 |
| 1061 | 2026-05-12T14:25:23.754Z | Downloaded stacker v0.1.23 |
| 1062 | 2026-05-12T14:25:23.754Z | Downloaded smf v0.2.3 |
| 1063 | 2026-05-12T14:25:23.757Z | Downloaded tinyvec_macros v0.1.1 |
| 1064 | 2026-05-12T14:25:23.760Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1065 | 2026-05-12T14:25:23.760Z | Downloaded schemars v0.8.22 |
| 1066 | 2026-05-12T14:25:23.765Z | Downloaded stringprep v0.1.5 |
| 1067 | 2026-05-12T14:25:23.768Z | Downloaded string_cache v0.8.9 |
| 1068 | 2026-05-12T14:25:23.768Z | Downloaded snafu-derive v0.8.9 |
| 1069 | 2026-05-12T14:25:23.771Z | Downloaded minimal-lexical v0.2.1 |
| 1070 | 2026-05-12T14:25:23.771Z | Downloaded sqlformat v0.3.5 |
| 1071 | 2026-05-12T14:25:23.774Z | Downloaded http v1.4.0 |
| 1072 | 2026-05-12T14:25:23.774Z | Downloaded time-core v0.1.8 |
| 1073 | 2026-05-12T14:25:23.777Z | Downloaded support-bundle-viewer v0.1.2 |
| 1074 | 2026-05-12T14:25:23.777Z | Downloaded strum_macros v0.26.4 |
| 1075 | 2026-05-12T14:25:23.781Z | Downloaded aes-gcm v0.10.3 |
| 1076 | 2026-05-12T14:25:23.784Z | Downloaded itertools v0.13.0 |
| 1077 | 2026-05-12T14:25:23.787Z | Downloaded rand v0.8.6 |
| 1078 | 2026-05-12T14:25:23.792Z | Downloaded progenitor-impl v0.13.0 |
| 1079 | 2026-05-12T14:25:23.796Z | Downloaded progenitor-impl v0.14.0 |
| 1080 | 2026-05-12T14:25:23.799Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1081 | 2026-05-12T14:25:23.802Z | Downloaded strum_macros v0.24.3 |
| 1082 | 2026-05-12T14:25:23.802Z | Downloaded hyper v1.8.1 |
| 1083 | 2026-05-12T14:25:23.805Z | Downloaded tagptr v0.2.0 |
| 1084 | 2026-05-12T14:25:23.808Z | Downloaded static_assertions v1.1.0 |
| 1085 | 2026-05-12T14:25:23.808Z | Downloaded signal-hook v0.3.18 |
| 1086 | 2026-05-12T14:25:23.812Z | Downloaded hashbrown v0.13.2 |
| 1087 | 2026-05-12T14:25:23.820Z | Downloaded time-macros v0.2.27 |
| 1088 | 2026-05-12T14:25:23.823Z | Downloaded tower-service v0.3.3 |
| 1089 | 2026-05-12T14:25:23.823Z | Downloaded thiserror-no-std v2.0.2 |
| 1090 | 2026-05-12T14:25:23.827Z | Downloaded tower-layer v0.3.3 |
| 1091 | 2026-05-12T14:25:23.827Z | Downloaded tiny-keccak v2.0.2 |
| 1092 | 2026-05-12T14:25:23.830Z | Downloaded schemars v0.9.0 |
| 1093 | 2026-05-12T14:25:23.834Z | Downloaded quinn v0.11.9 |
| 1094 | 2026-05-12T14:25:23.837Z | Downloaded tokio-dtrace v0.1.1 |
| 1095 | 2026-05-12T14:25:23.840Z | Downloaded strum_macros v0.27.2 |
| 1096 | 2026-05-12T14:25:23.840Z | Downloaded try-lock v0.2.5 |
| 1097 | 2026-05-12T14:25:23.840Z | Downloaded tokio-tungstenite v0.23.1 |
| 1098 | 2026-05-12T14:25:23.843Z | Downloaded rcgen v0.12.1 |
| 1099 | 2026-05-12T14:25:23.843Z | Downloaded tls_codec_derive v0.4.2 |
| 1100 | 2026-05-12T14:25:23.846Z | Downloaded tls_codec v0.4.2 |
| 1101 | 2026-05-12T14:25:23.846Z | Downloaded rsa v0.9.10 |
| 1102 | 2026-05-12T14:25:23.850Z | Downloaded topological-sort v0.2.2 |
| 1103 | 2026-05-12T14:25:23.853Z | Downloaded itertools v0.14.0 |
| 1104 | 2026-05-12T14:25:23.856Z | Downloaded trait-variant v0.1.2 |
| 1105 | 2026-05-12T14:25:23.856Z | Downloaded rand v0.9.2 |
| 1106 | 2026-05-12T14:25:23.859Z | Downloaded hkdf v0.12.4 |
| 1107 | 2026-05-12T14:25:23.862Z | Downloaded spin v0.9.8 |
| 1108 | 2026-05-12T14:25:23.865Z | Downloaded typify-macro v0.6.2 |
| 1109 | 2026-05-12T14:25:23.865Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-05-12T14:25:23.868Z | Downloaded unit-prefix v0.5.2 |
| 1111 | 2026-05-12T14:25:23.868Z | Downloaded typify-macro v0.4.3 |
| 1112 | 2026-05-12T14:25:23.871Z | Downloaded thread_local v1.1.9 |
| 1113 | 2026-05-12T14:25:23.874Z | Downloaded tokio-rustls v0.25.0 |
| 1114 | 2026-05-12T14:25:23.874Z | Downloaded termios v0.3.3 |
| 1115 | 2026-05-12T14:25:23.874Z | Downloaded iddqd v0.3.18 |
| 1116 | 2026-05-12T14:25:23.878Z | Downloaded tokio-native-tls v0.3.1 |
| 1117 | 2026-05-12T14:25:23.882Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1118 | 2026-05-12T14:25:23.885Z | Downloaded untrusted v0.9.0 |
| 1119 | 2026-05-12T14:25:23.885Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1120 | 2026-05-12T14:25:23.888Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-05-12T14:25:23.888Z | Downloaded untrusted v0.7.1 |
| 1122 | 2026-05-12T14:25:23.888Z | Downloaded qorb v0.4.1 |
| 1123 | 2026-05-12T14:25:23.891Z | Downloaded h2 v0.4.13 |
| 1124 | 2026-05-12T14:25:23.896Z | Downloaded publicsuffix v2.3.0 |
| 1125 | 2026-05-12T14:25:23.896Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-05-12T14:25:23.899Z | Downloaded universal-hash v0.5.1 |
| 1127 | 2026-05-12T14:25:23.899Z | Downloaded unicode-truncate v1.1.0 |
| 1128 | 2026-05-12T14:25:23.899Z | Downloaded usdt v0.6.0 |
| 1129 | 2026-05-12T14:25:23.899Z | Downloaded bindgen v0.71.1 |
| 1130 | 2026-05-12T14:25:23.902Z | Downloaded utf-8 v0.7.6 |
| 1131 | 2026-05-12T14:25:23.905Z | Downloaded schemars v1.2.1 |
| 1132 | 2026-05-12T14:25:23.911Z | Downloaded void v1.0.2 |
| 1133 | 2026-05-12T14:25:23.914Z | Downloaded tui-tree-widget v0.23.1 |
| 1134 | 2026-05-12T14:25:23.914Z | Downloaded wait-timeout v0.2.1 |
| 1135 | 2026-05-12T14:25:23.914Z | Downloaded tokio-tungstenite v0.21.0 |
| 1136 | 2026-05-12T14:25:23.917Z | Downloaded similar v2.7.0 |
| 1137 | 2026-05-12T14:25:23.919Z | Downloaded unicase v2.9.0 |
| 1138 | 2026-05-12T14:25:23.919Z | Downloaded tokio-stream v0.1.18 |
| 1139 | 2026-05-12T14:25:23.922Z | Downloaded rayon-core v1.13.0 |
| 1140 | 2026-05-12T14:25:23.926Z | Downloaded num-bigint v0.4.6 |
| 1141 | 2026-05-12T14:25:23.929Z | Downloaded term v0.7.0 |
| 1142 | 2026-05-12T14:25:23.929Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1143 | 2026-05-12T14:25:23.929Z | Downloaded itertools v0.10.5 |
| 1144 | 2026-05-12T14:25:23.932Z | Downloaded xattr v1.6.1 |
| 1145 | 2026-05-12T14:25:23.935Z | Downloaded want v0.3.1 |
| 1146 | 2026-05-12T14:25:23.935Z | Downloaded waitgroup v0.1.2 |
| 1147 | 2026-05-12T14:25:23.938Z | Downloaded term v1.2.1 |
| 1148 | 2026-05-12T14:25:23.938Z | Downloaded socket2 v0.6.3 |
| 1149 | 2026-05-12T14:25:23.941Z | Downloaded xshell-macros v0.2.7 |
| 1150 | 2026-05-12T14:25:23.944Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1151 | 2026-05-12T14:25:23.947Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1152 | 2026-05-12T14:25:23.950Z | Downloaded usdt-impl v0.6.0 |
| 1153 | 2026-05-12T14:25:23.958Z | Downloaded zeroize_derive v1.4.3 |
| 1154 | 2026-05-12T14:25:23.961Z | Downloaded tinyvec v1.10.0 |
| 1155 | 2026-05-12T14:25:23.961Z | Downloaded twox-hash v2.1.2 |
| 1156 | 2026-05-12T14:25:23.964Z | Downloaded tokio-macros v2.7.0 |
| 1157 | 2026-05-12T14:25:23.964Z | Downloaded tokio-rustls v0.24.1 |
| 1158 | 2026-05-12T14:25:23.971Z | Downloaded vergen-lib v0.1.6 |
| 1159 | 2026-05-12T14:25:23.980Z | Downloaded zone_cfg_derive v0.3.1 |
| 1160 | 2026-05-12T14:25:23.983Z | Downloaded rustls-webpki v0.103.9 |
| 1161 | 2026-05-12T14:25:23.983Z | Downloaded tar v0.4.45 |
| 1162 | 2026-05-12T14:25:23.986Z | Downloaded tokio-rustls v0.26.4 |
| 1163 | 2026-05-12T14:25:23.986Z | Downloaded zone v0.3.1 |
| 1164 | 2026-05-12T14:25:23.986Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1165 | 2026-05-12T14:25:23.989Z | Downloaded subprocess v0.2.15 |
| 1166 | 2026-05-12T14:25:23.992Z | Downloaded whoami v2.1.0 |
| 1167 | 2026-05-12T14:25:23.995Z | Downloaded itertools v0.12.1 |
| 1168 | 2026-05-12T14:25:23.999Z | Downloaded uzers v0.12.2 |
| 1169 | 2026-05-12T14:25:24.002Z | Downloaded iri-string v0.7.10 |
| 1170 | 2026-05-12T14:25:24.005Z | Downloaded samael v0.0.19 |
| 1171 | 2026-05-12T14:25:24.008Z | Downloaded slog v2.8.2 |
| 1172 | 2026-05-12T14:25:24.011Z | Downloaded num-bigint-dig v0.8.6 |
| 1173 | 2026-05-12T14:25:24.014Z | Downloaded vergen-git2 v1.0.7 |
| 1174 | 2026-05-12T14:25:24.014Z | Downloaded vergen-gitcl v1.0.8 |
| 1175 | 2026-05-12T14:25:24.017Z | Downloaded walkdir v2.5.0 |
| 1176 | 2026-05-12T14:25:24.020Z | Downloaded rustyline v14.0.0 |
| 1177 | 2026-05-12T14:25:24.023Z | Downloaded vergen v9.0.6 |
| 1178 | 2026-05-12T14:25:24.024Z | Downloaded socket2 v0.5.10 |
| 1179 | 2026-05-12T14:25:24.024Z | Downloaded xshell v0.2.7 |
| 1180 | 2026-05-12T14:25:24.026Z | Downloaded test-strategy v0.4.5 |
| 1181 | 2026-05-12T14:25:24.030Z | Downloaded tracing-attributes v0.1.31 |
| 1182 | 2026-05-12T14:25:24.030Z | Downloaded snafu v0.8.9 |
| 1183 | 2026-05-12T14:25:24.032Z | Downloaded steno v0.4.1 |
| 1184 | 2026-05-12T14:25:24.035Z | Downloaded tungstenite v0.23.0 |
| 1185 | 2026-05-12T14:25:24.038Z | Downloaded tungstenite v0.21.0 |
| 1186 | 2026-05-12T14:25:24.046Z | Downloaded zstd-safe v7.2.4 |
| 1187 | 2026-05-12T14:25:24.049Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-05-12T14:25:24.049Z | Downloaded wyz v0.5.1 |
| 1189 | 2026-05-12T14:25:24.055Z | Downloaded russh v0.45.0 |
| 1190 | 2026-05-12T14:25:24.058Z | Downloaded unicode-properties v0.1.4 |
| 1191 | 2026-05-12T14:25:24.066Z | Downloaded git2 v0.20.4 |
| 1192 | 2026-05-12T14:25:24.071Z | Downloaded zstd v0.13.3 |
| 1193 | 2026-05-12T14:25:24.074Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1194 | 2026-05-12T14:25:24.077Z | Downloaded reedline v0.40.0 |
| 1195 | 2026-05-12T14:25:24.080Z | Downloaded vsss-rs v3.3.4 |
| 1196 | 2026-05-12T14:25:24.083Z | Downloaded zerocopy v0.6.6 |
| 1197 | 2026-05-12T14:25:24.083Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-12T14:25:24.086Z | Downloaded yasna v0.5.2 |
| 1199 | 2026-05-12T14:25:24.086Z | Downloaded rand v0.10.0 |
| 1200 | 2026-05-12T14:25:24.089Z | Downloaded blake3 v1.8.3 |
| 1201 | 2026-05-12T14:25:24.095Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-05-12T14:25:24.098Z | Downloaded whoami v1.6.1 |
| 1203 | 2026-05-12T14:25:24.098Z | Downloaded typify v0.4.3 |
| 1204 | 2026-05-12T14:25:24.101Z | Downloaded p521 v0.13.3 |
| 1205 | 2026-05-12T14:25:24.104Z | Downloaded futures-util v0.3.32 |
| 1206 | 2026-05-12T14:25:24.110Z | Downloaded typify v0.6.2 |
| 1207 | 2026-05-12T14:25:24.112Z | Downloaded unicode-bidi v0.3.18 |
| 1208 | 2026-05-12T14:25:24.115Z | Downloaded rpassword v7.4.0 |
| 1209 | 2026-05-12T14:25:24.124Z | Downloaded regex v1.12.3 |
| 1210 | 2026-05-12T14:25:24.127Z | Downloaded toml_edit v0.19.15 |
| 1211 | 2026-05-12T14:25:24.137Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-05-12T14:25:24.139Z | Downloaded tokio-postgres v0.7.16 |
| 1213 | 2026-05-12T14:25:24.142Z | Downloaded curve25519-dalek v4.1.3 |
| 1214 | 2026-05-12T14:25:24.148Z | Downloaded vte v0.14.1 |
| 1215 | 2026-05-12T14:25:24.151Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-12T14:25:24.172Z | Downloaded uuid v1.23.0 |
| 1217 | 2026-05-12T14:25:24.176Z | Downloaded lalrpop v0.19.12 |
| 1218 | 2026-05-12T14:25:24.182Z | Downloaded libm v0.2.16 |
| 1219 | 2026-05-12T14:25:24.187Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-12T14:25:24.190Z | Downloaded reqwest v0.12.28 |
| 1221 | 2026-05-12T14:25:24.196Z | Downloaded zip v0.6.6 |
| 1222 | 2026-05-12T14:25:24.199Z | Downloaded reqwest v0.13.2 |
| 1223 | 2026-05-12T14:25:24.202Z | Downloaded quick-xml v0.37.5 |
| 1224 | 2026-05-12T14:25:24.212Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-12T14:25:24.216Z | Downloaded unicode_categories v0.1.1 |
| 1226 | 2026-05-12T14:25:24.220Z | Downloaded unsafe-libyaml v0.2.11 |
| 1227 | 2026-05-12T14:25:24.224Z | Downloaded salty v0.3.0 |
| 1228 | 2026-05-12T14:25:24.227Z | Downloaded moka v0.12.13 |
| 1229 | 2026-05-12T14:25:24.230Z | Downloaded bitvec v1.0.1 |
| 1230 | 2026-05-12T14:25:24.244Z | Downloaded x509-cert v0.2.5 |
| 1231 | 2026-05-12T14:25:24.253Z | Downloaded chrono v0.4.44 |
| 1232 | 2026-05-12T14:25:24.257Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-05-12T14:25:24.262Z | Downloaded aws-lc-rs v1.16.3 |
| 1234 | 2026-05-12T14:25:24.268Z | Downloaded portable-atomic v1.13.1 |
| 1235 | 2026-05-12T14:25:24.280Z | Downloaded tokio-util v0.7.18 |
| 1236 | 2026-05-12T14:25:24.287Z | Downloaded typed-path v0.9.3 |
| 1237 | 2026-05-12T14:25:24.292Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-12T14:25:24.296Z | Downloaded zip v4.6.1 |
| 1239 | 2026-05-12T14:25:24.310Z | Downloaded serde_with v3.17.0 |
| 1240 | 2026-05-12T14:25:24.317Z | Downloaded unicode-segmentation v1.12.0 |
| 1241 | 2026-05-12T14:25:24.322Z | Downloaded rayon v1.11.0 |
| 1242 | 2026-05-12T14:25:24.327Z | Downloaded p384 v0.13.1 |
| 1243 | 2026-05-12T14:25:24.339Z | Downloaded unicode-normalization v0.1.25 |
| 1244 | 2026-05-12T14:25:24.345Z | Downloaded rustls-webpki v0.102.8 |
| 1245 | 2026-05-12T14:25:24.355Z | Downloaded polar-core v0.27.3 |
| 1246 | 2026-05-12T14:25:24.360Z | Downloaded petname v2.0.2 |
| 1247 | 2026-05-12T14:25:24.364Z | Downloaded tough v0.22.0 |
| 1248 | 2026-05-12T14:25:24.370Z | Downloaded winnow v0.6.26 |
| 1249 | 2026-05-12T14:25:24.374Z | Downloaded tower-http v0.6.8 |
| 1250 | 2026-05-12T14:25:24.377Z | Downloaded rustls-webpki v0.101.7 |
| 1251 | 2026-05-12T14:25:24.386Z | Downloaded goblin v0.10.5 |
| 1252 | 2026-05-12T14:25:24.390Z | Downloaded nix v0.28.0 |
| 1253 | 2026-05-12T14:25:24.396Z | Downloaded nix v0.27.1 |
| 1254 | 2026-05-12T14:25:24.417Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-05-12T14:25:24.421Z | Downloaded tabled v0.20.0 |
| 1256 | 2026-05-12T14:25:24.431Z | Downloaded winnow v0.5.40 |
| 1257 | 2026-05-12T14:25:24.436Z | Downloaded regex-syntax v0.6.29 |
| 1258 | 2026-05-12T14:25:24.440Z | Downloaded rustls v0.21.12 |
| 1259 | 2026-05-12T14:25:24.446Z | Downloaded openssl v0.10.78 |
| 1260 | 2026-05-12T14:25:24.452Z | Downloaded radix_trie v0.2.1 |
| 1261 | 2026-05-12T14:25:24.455Z | Downloaded time v0.3.47 |
| 1262 | 2026-05-12T14:25:24.461Z | Downloaded quinn-proto v0.11.13 |
| 1263 | 2026-05-12T14:25:24.466Z | Downloaded dropshot v0.17.0 |
| 1264 | 2026-05-12T14:25:24.478Z | Downloaded vcpkg v0.2.15 |
| 1265 | 2026-05-12T14:25:24.502Z | Downloaded zlib-rs v0.6.2 |
| 1266 | 2026-05-12T14:25:24.505Z | Downloaded bstr v1.12.1 |
| 1267 | 2026-05-12T14:25:24.511Z | Downloaded nix v0.29.0 |
| 1268 | 2026-05-12T14:25:24.518Z | Downloaded regress v0.10.5 |
| 1269 | 2026-05-12T14:25:24.523Z | Downloaded rustls v0.22.4 |
| 1270 | 2026-05-12T14:25:24.531Z | Downloaded smoltcp v0.11.0 |
| 1271 | 2026-05-12T14:25:24.539Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-05-12T14:25:24.545Z | Downloaded rustls v0.23.37 |
| 1273 | 2026-05-12T14:25:24.552Z | Downloaded smoltcp v0.9.1 |
| 1274 | 2026-05-12T14:25:24.558Z | Downloaded rustix v0.38.44 |
| 1275 | 2026-05-12T14:25:24.571Z | Downloaded webpki-roots v1.0.6 |
| 1276 | 2026-05-12T14:25:24.574Z | Downloaded hickory-proto v0.24.4 |
| 1277 | 2026-05-12T14:25:24.583Z | Downloaded regress v0.11.1 |
| 1278 | 2026-05-12T14:25:24.589Z | Downloaded diesel v2.3.7 |
| 1279 | 2026-05-12T14:25:24.601Z | Downloaded nix v0.31.2 |
| 1280 | 2026-05-12T14:25:24.608Z | Downloaded object v0.37.3 |
| 1281 | 2026-05-12T14:25:24.615Z | Downloaded regex-syntax v0.8.10 |
| 1282 | 2026-05-12T14:25:24.620Z | Downloaded hickory-proto v0.25.2 |
| 1283 | 2026-05-12T14:25:24.630Z | Downloaded openapiv3 v2.2.0 |
| 1284 | 2026-05-12T14:25:24.637Z | Downloaded dropshot v0.16.7 |
| 1285 | 2026-05-12T14:25:24.649Z | Downloaded typify-impl v0.6.2 |
| 1286 | 2026-05-12T14:25:24.658Z | Downloaded tracing v0.1.44 |
| 1287 | 2026-05-12T14:25:24.672Z | Downloaded typify-impl v0.4.3 |
| 1288 | 2026-05-12T14:25:24.681Z | Downloaded object v0.30.4 |
| 1289 | 2026-05-12T14:25:24.701Z | Downloaded zerocopy-derive v0.6.6 |
| 1290 | 2026-05-12T14:25:24.736Z | Downloaded jiff v0.2.21 |
| 1291 | 2026-05-12T14:25:24.748Z | Downloaded csv v1.4.0 |
| 1292 | 2026-05-12T14:25:24.761Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-12T14:25:24.767Z | Downloaded libz-sys v1.1.24 |
| 1294 | 2026-05-12T14:25:24.781Z | Downloaded sled v0.34.7 |
| 1295 | 2026-05-12T14:25:24.787Z | Downloaded sha3 v0.10.8 |
| 1296 | 2026-05-12T14:25:24.797Z | Downloaded tokio v1.52.1 |
| 1297 | 2026-05-12T14:25:24.821Z | Downloaded ratatui v0.29.0 |
| 1298 | 2026-05-12T14:25:24.832Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1299 | 2026-05-12T14:25:24.847Z | Downloaded encoding_rs v0.8.35 |
| 1300 | 2026-05-12T14:25:24.871Z | Downloaded regex-automata v0.4.14 |
| 1301 | 2026-05-12T14:25:24.889Z | Downloaded petgraph v0.6.5 |
| 1302 | 2026-05-12T14:25:24.900Z | Downloaded chrono-tz v0.10.4 |
| 1303 | 2026-05-12T14:25:24.932Z | Downloaded petgraph v0.8.3 |
| 1304 | 2026-05-12T14:25:24.955Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1305 | 2026-05-12T14:25:25.122Z | Downloaded ring v0.17.14 |
| 1306 | 2026-05-12T14:25:25.172Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1307 | 2026-05-12T14:25:25.784Z | Downloaded aws-lc-sys v0.40.0 |
| 1308 | 2026-05-12T14:25:26.033Z | Compiling libc v0.2.185 |
| 1309 | 2026-05-12T14:25:26.034Z | Compiling serde v1.0.228 |
| 1310 | 2026-05-12T14:25:26.040Z | Compiling log v0.4.29 |
| 1311 | 2026-05-12T14:25:26.040Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-12T14:25:26.193Z | Compiling find-msvc-tools v0.1.9 |
| 1313 | 2026-05-12T14:25:26.203Z | Compiling syn v2.0.117 |
| 1314 | 2026-05-12T14:25:26.206Z | Compiling smallvec v1.15.1 |
| 1315 | 2026-05-12T14:25:26.206Z | Compiling typenum v1.19.0 |
| 1316 | 2026-05-12T14:25:26.354Z | Compiling generic-array v0.14.7 |
| 1317 | 2026-05-12T14:25:26.366Z | Compiling subtle v2.6.1 |
| 1318 | 2026-05-12T14:25:26.410Z | Compiling scopeguard v1.2.0 |
| 1319 | 2026-05-12T14:25:26.454Z | Compiling const-oid v0.9.6 |
| 1320 | 2026-05-12T14:25:26.486Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-05-12T14:25:26.509Z | Compiling portable-atomic v1.13.1 |
| 1322 | 2026-05-12T14:25:26.561Z | Compiling serde_json v1.0.149 |
| 1323 | 2026-05-12T14:25:26.598Z | Compiling critical-section v1.2.0 |
| 1324 | 2026-05-12T14:25:26.696Z | Compiling zerocopy v0.8.40 |
| 1325 | 2026-05-12T14:25:26.709Z | Compiling parking_lot_core v0.9.12 |
| 1326 | 2026-05-12T14:25:26.937Z | Compiling pin-project-lite v0.2.17 |
| 1327 | 2026-05-12T14:25:27.002Z | Compiling getrandom v0.2.17 |
| 1328 | 2026-05-12T14:25:27.031Z | Compiling jobserver v0.1.34 |
| 1329 | 2026-05-12T14:25:27.054Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-12T14:25:27.123Z | Compiling rand_core v0.6.4 |
| 1331 | 2026-05-12T14:25:27.208Z | Compiling pkg-config v0.3.32 |
| 1332 | 2026-05-12T14:25:27.221Z | Compiling cc v1.2.56 |
| 1333 | 2026-05-12T14:25:27.386Z | Compiling signal-hook-registry v1.4.8 |
| 1334 | 2026-05-12T14:25:27.400Z | Compiling bitflags v2.11.0 |
| 1335 | 2026-05-12T14:25:27.508Z | Compiling once_cell v1.21.3 |
| 1336 | 2026-05-12T14:25:27.559Z | Compiling futures-core v0.3.32 |
| 1337 | 2026-05-12T14:25:27.619Z | Compiling libm v0.2.16 |
| 1338 | 2026-05-12T14:25:27.649Z | Compiling parking_lot v0.12.5 |
| 1339 | 2026-05-12T14:25:27.706Z | Compiling mio v1.2.0 |
| 1340 | 2026-05-12T14:25:27.719Z | Compiling num-traits v0.2.19 |
| 1341 | 2026-05-12T14:25:27.741Z | Compiling percent-encoding v2.3.2 |
| 1342 | 2026-05-12T14:25:27.990Z | Compiling socket2 v0.6.3 |
| 1343 | 2026-05-12T14:25:28.053Z | Compiling futures-sink v0.3.32 |
| 1344 | 2026-05-12T14:25:28.067Z | Compiling slab v0.4.12 |
| 1345 | 2026-05-12T14:25:28.113Z | Compiling getrandom v0.4.1 |
| 1346 | 2026-05-12T14:25:28.160Z | Compiling futures-channel v0.3.32 |
| 1347 | 2026-05-12T14:25:28.238Z | Compiling cpufeatures v0.2.17 |
| 1348 | 2026-05-12T14:25:28.252Z | Compiling futures-io v0.3.32 |
| 1349 | 2026-05-12T14:25:28.315Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-12T14:25:28.396Z | Compiling rand_core v0.10.0 |
| 1351 | 2026-05-12T14:25:28.408Z | Compiling indexmap v2.14.0 |
| 1352 | 2026-05-12T14:25:28.411Z | Compiling rustversion v1.0.22 |
| 1353 | 2026-05-12T14:25:28.472Z | Compiling getrandom v0.3.4 |
| 1354 | 2026-05-12T14:25:28.489Z | Compiling cmake v0.1.57 |
| 1355 | 2026-05-12T14:25:28.788Z | Compiling form_urlencoded v1.2.2 |
| 1356 | 2026-05-12T14:25:28.816Z | Compiling dunce v1.0.5 |
| 1357 | 2026-05-12T14:25:28.914Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-05-12T14:25:28.968Z | Compiling base64ct v1.8.3 |
| 1359 | 2026-05-12T14:25:29.079Z | Compiling ident_case v1.0.1 |
| 1360 | 2026-05-12T14:25:29.193Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-05-12T14:25:29.205Z | Compiling aws-lc-sys v0.40.0 |
| 1362 | 2026-05-12T14:25:29.256Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-12T14:25:29.269Z | Compiling flagset v0.4.7 |
| 1364 | 2026-05-12T14:25:29.428Z | Compiling iana-time-zone v0.1.65 |
| 1365 | 2026-05-12T14:25:29.483Z | Compiling regex-syntax v0.8.10 |
| 1366 | 2026-05-12T14:25:29.611Z | Compiling rustix v1.1.3 |
| 1367 | 2026-05-12T14:25:29.625Z | Compiling rand_core v0.9.5 |
| 1368 | 2026-05-12T14:25:29.627Z | Compiling ring v0.17.14 |
| 1369 | 2026-05-12T14:25:29.650Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-05-12T14:25:29.867Z | Compiling aws-lc-rs v1.16.3 |
| 1371 | 2026-05-12T14:25:29.903Z | Compiling uuid v1.23.0 |
| 1372 | 2026-05-12T14:25:30.155Z | Compiling rustc_version v0.4.1 |
| 1373 | 2026-05-12T14:25:30.393Z | Compiling openssl-sys v0.9.114 |
| 1374 | 2026-05-12T14:25:30.482Z | Compiling tracing-core v0.1.36 |
| 1375 | 2026-05-12T14:25:30.617Z | Compiling base64 v0.22.1 |
| 1376 | 2026-05-12T14:25:30.935Z | Compiling serde_derive v1.0.228 |
| 1377 | 2026-05-12T14:25:30.938Z | Compiling zeroize_derive v1.4.3 |
| 1378 | 2026-05-12T14:25:30.990Z | Compiling zerofrom-derive v0.1.6 |
| 1379 | 2026-05-12T14:25:31.035Z | Compiling yoke-derive v0.8.1 |
| 1380 | 2026-05-12T14:25:31.367Z | Compiling zerocopy-derive v0.8.40 |
| 1381 | 2026-05-12T14:25:31.593Z | Compiling zeroize v1.8.2 |
| 1382 | 2026-05-12T14:25:31.852Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-05-12T14:25:32.183Z | Compiling displaydoc v0.2.5 |
| 1384 | 2026-05-12T14:25:32.345Z | Compiling crypto-common v0.1.7 |
| 1385 | 2026-05-12T14:25:32.385Z | Compiling zerofrom v0.1.6 |
| 1386 | 2026-05-12T14:25:32.489Z | Compiling yoke v0.8.1 |
| 1387 | 2026-05-12T14:25:32.510Z | Compiling block-buffer v0.10.4 |
| 1388 | 2026-05-12T14:25:32.671Z | Compiling digest v0.10.7 |
| 1389 | 2026-05-12T14:25:32.671Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-05-12T14:25:32.927Z | Compiling zerotrie v0.2.3 |
| 1391 | 2026-05-12T14:25:32.973Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-05-12T14:25:32.988Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-05-12T14:25:33.218Z | Compiling hmac v0.12.1 |
| 1394 | 2026-05-12T14:25:33.376Z | Compiling block-padding v0.3.3 |
| 1395 | 2026-05-12T14:25:33.456Z | Compiling tinystr v0.8.2 |
| 1396 | 2026-05-12T14:25:33.488Z | Compiling potential_utf v0.1.4 |
| 1397 | 2026-05-12T14:25:33.536Z | Compiling inout v0.1.4 |
| 1398 | 2026-05-12T14:25:33.647Z | Compiling icu_locale_core v2.1.1 |
| 1399 | 2026-05-12T14:25:33.661Z | Compiling icu_collections v2.1.1 |
| 1400 | 2026-05-12T14:25:33.700Z | Compiling cipher v0.4.4 |
| 1401 | 2026-05-12T14:25:33.765Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-12T14:25:33.959Z | Compiling sha2 v0.10.9 |
| 1403 | 2026-05-12T14:25:34.132Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-05-12T14:25:34.292Z | Compiling icu_provider v2.1.1 |
| 1405 | 2026-05-12T14:25:34.425Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-12T14:25:34.520Z | Compiling icu_properties v2.1.2 |
| 1407 | 2026-05-12T14:25:34.589Z | Compiling icu_normalizer v2.1.1 |
| 1408 | 2026-05-12T14:25:35.020Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-12T14:25:35.078Z | Compiling der v0.7.10 |
| 1410 | 2026-05-12T14:25:35.125Z | Compiling http v1.4.0 |
| 1411 | 2026-05-12T14:25:35.328Z | Compiling chrono v0.4.44 |
| 1412 | 2026-05-12T14:25:35.614Z | Compiling idna_adapter v1.2.1 |
| 1413 | 2026-05-12T14:25:35.749Z | Compiling idna v1.1.0 |
| 1414 | 2026-05-12T14:25:35.783Z | Compiling ppv-lite86 v0.2.21 |
| 1415 | 2026-05-12T14:25:35.998Z | Compiling spki v0.7.3 |
| 1416 | 2026-05-12T14:25:36.012Z | Compiling salsa20 v0.10.2 |
| 1417 | 2026-05-12T14:25:36.092Z | Compiling url v2.5.8 |
| 1418 | 2026-05-12T14:25:36.148Z | Compiling pbkdf2 v0.12.2 |
| 1419 | 2026-05-12T14:25:36.195Z | Compiling rustls-pki-types v1.14.0 |
| 1420 | 2026-05-12T14:25:36.250Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-05-12T14:25:36.264Z | Compiling tracing-attributes v0.1.31 |
| 1422 | 2026-05-12T14:25:36.385Z | Compiling scrypt v0.11.0 |
| 1423 | 2026-05-12T14:25:36.632Z | Compiling rand_chacha v0.9.0 |
| 1424 | 2026-05-12T14:25:36.636Z | Compiling http-body v1.0.1 |
| 1425 | 2026-05-12T14:25:36.674Z | Compiling cbc v0.1.2 |
| 1426 | 2026-05-12T14:25:36.792Z | Compiling aes v0.8.4 |
| 1427 | 2026-05-12T14:25:36.819Z | Compiling openssl-probe v0.2.1 |
| 1428 | 2026-05-12T14:25:36.872Z | Compiling untrusted v0.7.1 |
| 1429 | 2026-05-12T14:25:36.991Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-05-12T14:25:36.991Z | Compiling httparse v1.10.1 |
| 1431 | 2026-05-12T14:25:37.061Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-05-12T14:25:37.182Z | Compiling pkcs5 v0.7.1 |
| 1433 | 2026-05-12T14:25:37.374Z | Compiling tinyvec v1.10.0 |
| 1434 | 2026-05-12T14:25:37.556Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-05-12T14:25:37.556Z | Compiling tracing v0.1.44 |
| 1436 | 2026-05-12T14:25:37.654Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-05-12T14:25:37.668Z | Compiling rand v0.9.2 |
| 1438 | 2026-05-12T14:25:37.718Z | Compiling serde_derive_internals v0.29.1 |
| 1439 | 2026-05-12T14:25:37.866Z | Compiling aho-corasick v1.1.4 |
| 1440 | 2026-05-12T14:25:37.880Z | Compiling rustls v0.23.37 |
| 1441 | 2026-05-12T14:25:38.043Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-05-12T14:25:38.180Z | Compiling tower-layer v0.3.3 |
| 1443 | 2026-05-12T14:25:38.342Z | Compiling atomic-waker v1.1.2 |
| 1444 | 2026-05-12T14:25:38.389Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-05-12T14:25:38.466Z | Compiling schemars v0.8.22 |
| 1446 | 2026-05-12T14:25:38.497Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-12T14:25:38.511Z | Compiling want v0.3.1 |
| 1448 | 2026-05-12T14:25:38.591Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-05-12T14:25:38.624Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2026-05-12T14:25:38.672Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-05-12T14:25:38.688Z | Compiling pkcs8 v0.10.2 |
| 1452 | 2026-05-12T14:25:38.994Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-12T14:25:39.127Z | Compiling ipnet v2.11.0 |
| 1454 | 2026-05-12T14:25:39.300Z | Compiling scroll_derive v0.13.1 |
| 1455 | 2026-05-12T14:25:39.550Z | Compiling darling_core v0.20.11 |
| 1456 | 2026-05-12T14:25:39.615Z | Compiling openssl v0.10.78 |
| 1457 | 2026-05-12T14:25:39.840Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-12T14:25:39.858Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-05-12T14:25:40.015Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2026-05-12T14:25:40.077Z | Compiling pin-utils v0.1.0 |
| 1461 | 2026-05-12T14:25:40.100Z | Compiling scroll v0.13.0 |
| 1462 | 2026-05-12T14:25:40.104Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-05-12T14:25:40.148Z | Compiling tempfile v3.25.0 |
| 1464 | 2026-05-12T14:25:40.362Z | Compiling unicode-normalization v0.1.25 |
| 1465 | 2026-05-12T14:25:40.648Z | Compiling openssl-macros v0.1.1 |
| 1466 | 2026-05-12T14:25:40.815Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1467 | 2026-05-12T14:25:41.037Z | Compiling spin v0.9.8 |
| 1468 | 2026-05-12T14:25:41.052Z | Compiling native-tls v0.2.18 |
| 1469 | 2026-05-12T14:25:41.193Z | Compiling crc32fast v1.5.0 |
| 1470 | 2026-05-12T14:25:41.251Z | Compiling time-core v0.1.8 |
| 1471 | 2026-05-12T14:25:41.253Z | Compiling powerfmt v0.2.0 |
| 1472 | 2026-05-12T14:25:41.383Z | Compiling num-conv v0.2.0 |
| 1473 | 2026-05-12T14:25:41.447Z | Compiling deranged v0.5.8 |
| 1474 | 2026-05-12T14:25:41.510Z | Compiling time-macros v0.2.27 |
| 1475 | 2026-05-12T14:25:41.789Z | Compiling darling_macro v0.20.11 |
| 1476 | 2026-05-12T14:25:42.248Z | Compiling darling v0.20.11 |
| 1477 | 2026-05-12T14:25:42.329Z | Compiling goblin v0.10.5 |
| 1478 | 2026-05-12T14:25:42.400Z | Compiling rustls-native-certs v0.8.3 |
| 1479 | 2026-05-12T14:25:42.552Z | Compiling sync_wrapper v1.0.2 |
| 1480 | 2026-05-12T14:25:42.662Z | Compiling wait-timeout v0.2.1 |
| 1481 | 2026-05-12T14:25:42.686Z | Compiling bit-vec v0.8.0 |
| 1482 | 2026-05-12T14:25:42.700Z | Compiling usdt-impl v0.6.0 |
| 1483 | 2026-05-12T14:25:42.925Z | Compiling hyper v1.8.1 |
| 1484 | 2026-05-12T14:25:42.950Z | Compiling quick-error v1.2.3 |
| 1485 | 2026-05-12T14:25:42.969Z | Compiling num_threads v0.1.7 |
| 1486 | 2026-05-12T14:25:43.057Z | Compiling syn v1.0.109 |
| 1487 | 2026-05-12T14:25:43.070Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-12T14:25:43.315Z | Compiling crossbeam-utils v0.8.21 |
| 1489 | 2026-05-12T14:25:43.356Z | Compiling siphasher v1.0.2 |
| 1490 | 2026-05-12T14:25:43.590Z | Compiling time v0.3.47 |
| 1491 | 2026-05-12T14:25:43.620Z | Compiling rusty-fork v0.3.1 |
| 1492 | 2026-05-12T14:25:43.957Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-05-12T14:25:44.083Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-12T14:25:44.120Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-12T14:25:44.498Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-12T14:25:44.589Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-12T14:25:44.696Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-12T14:25:44.944Z | Compiling webpki-roots v1.0.6 |
| 1499 | 2026-05-12T14:25:45.067Z | Compiling dof v0.4.0 |
| 1500 | 2026-05-12T14:25:45.161Z | Compiling signature v2.2.0 |
| 1501 | 2026-05-12T14:25:45.321Z | Compiling thiserror-impl v1.0.69 |
| 1502 | 2026-05-12T14:25:45.336Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-05-12T14:25:45.360Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-12T14:25:45.595Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-12T14:25:45.757Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-12T14:25:45.789Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-12T14:25:45.936Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-12T14:25:45.972Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-12T14:25:46.055Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-12T14:25:46.201Z | Compiling zstd-safe v7.2.4 |
| 1511 | 2026-05-12T14:25:46.214Z | Compiling allocator-api2 v0.2.21 |
| 1512 | 2026-05-12T14:25:46.231Z | Compiling unarray v0.1.4 |
| 1513 | 2026-05-12T14:25:46.339Z | Compiling unicode-bidi v0.3.18 |
| 1514 | 2026-05-12T14:25:46.391Z | Compiling paste v1.0.15 |
| 1515 | 2026-05-12T14:25:46.526Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-05-12T14:25:46.529Z | Compiling iri-string v0.7.10 |
| 1517 | 2026-05-12T14:25:46.578Z | Compiling ryu v1.0.23 |
| 1518 | 2026-05-12T14:25:46.654Z | Compiling anyhow v1.0.102 |
| 1519 | 2026-05-12T14:25:46.729Z | Compiling adler2 v2.0.1 |
| 1520 | 2026-05-12T14:25:46.754Z | Compiling signal-hook v0.3.18 |
| 1521 | 2026-05-12T14:25:46.854Z | Compiling miniz_oxide v0.8.9 |
| 1522 | 2026-05-12T14:25:46.867Z | Compiling serde_urlencoded v0.7.1 |
| 1523 | 2026-05-12T14:25:46.936Z | Compiling stringprep v0.1.5 |
| 1524 | 2026-05-12T14:25:47.149Z | Compiling thiserror v1.0.69 |
| 1525 | 2026-05-12T14:25:47.163Z | Compiling proptest v1.10.0 |
| 1526 | 2026-05-12T14:25:47.447Z | Compiling scroll v0.12.0 |
| 1527 | 2026-05-12T14:25:47.701Z | Compiling tower-http v0.6.8 |
| 1528 | 2026-05-12T14:25:48.036Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-12T14:25:48.048Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-05-12T14:25:48.141Z | Compiling ipnetwork v0.21.1 |
| 1531 | 2026-05-12T14:25:48.211Z | Compiling bstr v1.12.1 |
| 1532 | 2026-05-12T14:25:48.267Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-05-12T14:25:48.481Z | Compiling rand_chacha v0.3.1 |
| 1534 | 2026-05-12T14:25:48.535Z | Compiling serde_spanned v0.6.9 |
| 1535 | 2026-05-12T14:25:48.553Z | Compiling serde_tokenstream v0.2.3 |
| 1536 | 2026-05-12T14:25:48.680Z | Compiling toml_datetime v0.6.11 |
| 1537 | 2026-05-12T14:25:48.737Z | Compiling erased-serde v0.3.31 |
| 1538 | 2026-05-12T14:25:48.857Z | Compiling md-5 v0.10.6 |
| 1539 | 2026-05-12T14:25:48.870Z | Compiling async-trait v0.1.89 |
| 1540 | 2026-05-12T14:25:48.935Z | Compiling pin-project-internal v1.1.11 |
| 1541 | 2026-05-12T14:25:49.023Z | Compiling zerocopy-derive v0.7.35 |
| 1542 | 2026-05-12T14:25:49.223Z | Compiling curve25519-dalek v4.1.3 |
| 1543 | 2026-05-12T14:25:49.286Z | Compiling vergen-lib v0.1.6 |
| 1544 | 2026-05-12T14:25:49.469Z | Compiling num-integer v0.1.46 |
| 1545 | 2026-05-12T14:25:49.550Z | Compiling hash32 v0.2.1 |
| 1546 | 2026-05-12T14:25:49.738Z | Compiling ff v0.13.1 |
| 1547 | 2026-05-12T14:25:49.785Z | Compiling memoffset v0.9.1 |
| 1548 | 2026-05-12T14:25:49.867Z | Compiling num-bigint-dig v0.8.6 |
| 1549 | 2026-05-12T14:25:49.881Z | Compiling rustix v0.38.44 |
| 1550 | 2026-05-12T14:25:49.884Z | Compiling base16ct v0.2.0 |
| 1551 | 2026-05-12T14:25:49.975Z | Compiling smoltcp v0.9.1 |
| 1552 | 2026-05-12T14:25:50.013Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-05-12T14:25:50.054Z | Compiling litrs v1.0.0 |
| 1554 | 2026-05-12T14:25:50.069Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-12T14:25:50.195Z | Compiling cfg_aliases v0.2.1 |
| 1556 | 2026-05-12T14:25:50.220Z | Compiling fallible-iterator v0.2.0 |
| 1557 | 2026-05-12T14:25:50.270Z | Compiling ref-cast v1.0.25 |
| 1558 | 2026-05-12T14:25:50.325Z | Compiling nix v0.31.2 |
| 1559 | 2026-05-12T14:25:50.530Z | Compiling postgres-protocol v0.6.10 |
| 1560 | 2026-05-12T14:25:50.553Z | Compiling document-features v0.2.12 |
| 1561 | 2026-05-12T14:25:50.692Z | Compiling publicsuffix v2.3.0 |
| 1562 | 2026-05-12T14:25:50.723Z | Compiling pin-project v1.1.11 |
| 1563 | 2026-05-12T14:25:50.823Z | Compiling sec1 v0.7.3 |
| 1564 | 2026-05-12T14:25:50.959Z | Compiling zerocopy v0.7.35 |
| 1565 | 2026-05-12T14:25:51.069Z | Compiling group v0.13.0 |
| 1566 | 2026-05-12T14:25:51.094Z | Compiling num-iter v0.1.45 |
| 1567 | 2026-05-12T14:25:51.240Z | Compiling newtype-uuid v1.3.2 |
| 1568 | 2026-05-12T14:25:51.489Z | Compiling darling v0.21.3 |
| 1569 | 2026-05-12T14:25:51.569Z | Compiling rand v0.8.6 |
| 1570 | 2026-05-12T14:25:51.584Z | Compiling derive_builder v0.20.2 |
| 1571 | 2026-05-12T14:25:51.587Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-05-12T14:25:51.682Z | Compiling hyper-tls v0.6.0 |
| 1573 | 2026-05-12T14:25:51.926Z | Compiling goblin v0.8.2 |
| 1574 | 2026-05-12T14:25:51.930Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-05-12T14:25:52.404Z | Compiling phf_shared v0.13.1 |
| 1576 | 2026-05-12T14:25:52.505Z | Compiling lazy_static v1.5.0 |
| 1577 | 2026-05-12T14:25:52.602Z | Compiling regex v1.12.3 |
| 1578 | 2026-05-12T14:25:52.640Z | Compiling futures-executor v0.3.32 |
| 1579 | 2026-05-12T14:25:52.655Z | Compiling hex v0.4.3 |
| 1580 | 2026-05-12T14:25:52.883Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-05-12T14:25:52.951Z | Compiling cargo-platform v0.1.9 |
| 1582 | 2026-05-12T14:25:52.965Z | Compiling hkdf v0.12.4 |
| 1583 | 2026-05-12T14:25:53.084Z | Compiling crypto-bigint v0.5.5 |
| 1584 | 2026-05-12T14:25:53.126Z | Compiling terminal_size v0.4.3 |
| 1585 | 2026-05-12T14:25:53.228Z | Compiling snafu-derive v0.8.9 |
| 1586 | 2026-05-12T14:25:53.264Z | Compiling daft-derive v0.1.5 |
| 1587 | 2026-05-12T14:25:53.264Z | Compiling strum_macros v0.27.2 |
| 1588 | 2026-05-12T14:25:53.304Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-05-12T14:25:53.943Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-12T14:25:53.980Z | Compiling vergen v9.0.6 |
| 1591 | 2026-05-12T14:25:54.161Z | Compiling fs-err v3.3.0 |
| 1592 | 2026-05-12T14:25:54.350Z | Compiling ahash v0.8.12 |
| 1593 | 2026-05-12T14:25:54.473Z | Compiling encoding_rs v0.8.35 |
| 1594 | 2026-05-12T14:25:54.554Z | Compiling winnow v0.5.40 |
| 1595 | 2026-05-12T14:25:55.109Z | Compiling bitflags v1.3.2 |
| 1596 | 2026-05-12T14:25:55.187Z | Compiling same-file v1.0.6 |
| 1597 | 2026-05-12T14:25:55.205Z | Compiling foldhash v0.1.5 |
| 1598 | 2026-05-12T14:25:55.230Z | Compiling mime v0.3.17 |
| 1599 | 2026-05-12T14:25:55.348Z | Compiling object v0.37.3 |
| 1600 | 2026-05-12T14:25:55.372Z | Compiling managed v0.8.0 |
| 1601 | 2026-05-12T14:25:55.409Z | Compiling libbz2-rs-sys v0.2.2 |
| 1602 | 2026-05-12T14:25:55.480Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-12T14:25:55.581Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-12T14:25:55.612Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-05-12T14:25:55.803Z | Compiling zopfli v0.8.3 |
| 1606 | 2026-05-12T14:25:55.862Z | Compiling bzip2 v0.6.1 |
| 1607 | 2026-05-12T14:25:55.862Z | Compiling toml_edit v0.19.15 |
| 1608 | 2026-05-12T14:25:55.961Z | Compiling hashbrown v0.16.1 |
| 1609 | 2026-05-12T14:25:56.064Z | Compiling clap_builder v4.5.60 |
| 1610 | 2026-05-12T14:25:56.088Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-05-12T14:25:56.455Z | Compiling walkdir v2.5.0 |
| 1612 | 2026-05-12T14:25:56.544Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-12T14:25:56.632Z | Compiling snafu v0.8.9 |
| 1614 | 2026-05-12T14:25:56.814Z | Compiling dof v0.3.0 |
| 1615 | 2026-05-12T14:25:56.828Z | Compiling elliptic-curve v0.13.8 |
| 1616 | 2026-05-12T14:25:56.856Z | Compiling daft v0.1.5 |
| 1617 | 2026-05-12T14:25:57.125Z | Compiling cargo_metadata v0.19.2 |
| 1618 | 2026-05-12T14:25:57.216Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-12T14:25:57.299Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-12T14:25:57.515Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-05-12T14:25:57.625Z | Compiling hubpack v0.1.2 |
| 1622 | 2026-05-12T14:25:57.877Z | Compiling cookie_store v0.22.1 |
| 1623 | 2026-05-12T14:25:58.491Z | Compiling bzip2 v0.4.4 |
| 1624 | 2026-05-12T14:25:58.525Z | Compiling zstd v0.13.3 |
| 1625 | 2026-05-12T14:25:58.539Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-12T14:25:58.663Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-12T14:25:58.816Z | Compiling usdt-macro v0.6.0 |
| 1628 | 2026-05-12T14:25:59.091Z | Compiling usdt-attr-macro v0.6.0 |
| 1629 | 2026-05-12T14:25:59.218Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-12T14:25:59.538Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-12T14:25:59.653Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-12T14:25:59.795Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-12T14:25:59.865Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-12T14:25:59.890Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-12T14:25:59.978Z | Compiling serde_plain v1.0.2 |
| 1636 | 2026-05-12T14:26:00.023Z | Compiling serde-big-array v0.5.1 |
| 1637 | 2026-05-12T14:26:00.037Z | Compiling rfc6979 v0.4.0 |
| 1638 | 2026-05-12T14:26:00.158Z | Compiling clap_derive v4.5.55 |
| 1639 | 2026-05-12T14:26:00.161Z | Compiling serde_repr v0.1.20 |
| 1640 | 2026-05-12T14:26:00.185Z | Compiling strum_macros v0.26.4 |
| 1641 | 2026-05-12T14:26:00.281Z | Compiling enum-as-inner v0.6.1 |
| 1642 | 2026-05-12T14:26:00.288Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-05-12T14:26:00.540Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-12T14:26:00.681Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-12T14:26:00.789Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-05-12T14:26:00.832Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-05-12T14:26:00.865Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-12T14:26:00.915Z | Compiling static_assertions v1.1.0 |
| 1649 | 2026-05-12T14:26:00.929Z | Compiling fixedbitset v0.4.2 |
| 1650 | 2026-05-12T14:26:00.990Z | Compiling fixedbitset v0.5.7 |
| 1651 | 2026-05-12T14:26:01.003Z | Compiling whoami v2.1.0 |
| 1652 | 2026-05-12T14:26:01.140Z | Compiling normalize-line-endings v0.3.0 |
| 1653 | 2026-05-12T14:26:01.162Z | Compiling precomputed-hash v0.1.1 |
| 1654 | 2026-05-12T14:26:01.241Z | Compiling jiff v0.2.21 |
| 1655 | 2026-05-12T14:26:01.255Z | Compiling predicates-core v1.0.10 |
| 1656 | 2026-05-12T14:26:01.292Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-05-12T14:26:01.368Z | Compiling either v1.15.0 |
| 1658 | 2026-05-12T14:26:01.427Z | Compiling typed-path v0.9.3 |
| 1659 | 2026-05-12T14:26:01.576Z | Compiling keccak v0.1.6 |
| 1660 | 2026-05-12T14:26:01.907Z | Compiling difflib v0.4.0 |
| 1661 | 2026-05-12T14:26:01.910Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-05-12T14:26:01.978Z | Compiling rustc-hash v2.1.1 |
| 1663 | 2026-05-12T14:26:01.994Z | Compiling string_cache v0.8.9 |
| 1664 | 2026-05-12T14:26:02.100Z | Compiling iddqd v0.3.18 |
| 1665 | 2026-05-12T14:26:02.216Z | Compiling predicates v3.1.4 |
| 1666 | 2026-05-12T14:26:02.383Z | Compiling clap v4.5.60 |
| 1667 | 2026-05-12T14:26:02.472Z | Compiling toml_edit v0.22.27 |
| 1668 | 2026-05-12T14:26:02.475Z | Compiling strum v0.26.3 |
| 1669 | 2026-05-12T14:26:02.619Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-12T14:26:02.634Z | Compiling hickory-proto v0.25.2 |
| 1671 | 2026-05-12T14:26:02.899Z | Compiling itertools v0.13.0 |
| 1672 | 2026-05-12T14:26:03.149Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-05-12T14:26:03.168Z | Compiling petgraph v0.8.3 |
| 1674 | 2026-05-12T14:26:03.302Z | Compiling petgraph v0.6.5 |
| 1675 | 2026-05-12T14:26:04.136Z | Compiling zip v4.6.1 |
| 1676 | 2026-05-12T14:26:04.807Z | Compiling env_logger v0.11.9 |
| 1677 | 2026-05-12T14:26:05.082Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1678 | 2026-05-12T14:26:05.104Z | Compiling usdt v0.6.0 |
| 1679 | 2026-05-12T14:26:05.167Z | Compiling usdt-impl v0.5.0 |
| 1680 | 2026-05-12T14:26:05.201Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-12T14:26:05.345Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-12T14:26:05.364Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-12T14:26:05.469Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-12T14:26:05.589Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-12T14:26:06.021Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-12T14:26:06.897Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-12T14:26:07.292Z | Compiling similar v2.7.0 |
| 1688 | 2026-05-12T14:26:07.391Z | Compiling heck v0.4.1 |
| 1689 | 2026-05-12T14:26:07.405Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1690 | 2026-05-12T14:26:07.504Z | Compiling crossbeam-epoch v0.9.18 |
| 1691 | 2026-05-12T14:26:07.618Z | Compiling tokio-stream v0.1.18 |
| 1692 | 2026-05-12T14:26:07.856Z | Compiling buf-list v1.1.2 |
| 1693 | 2026-05-12T14:26:07.906Z | Compiling x509-cert v0.2.5 |
| 1694 | 2026-05-12T14:26:08.051Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1695 | 2026-05-12T14:26:08.102Z | Compiling openapiv3 v2.2.0 |
| 1696 | 2026-05-12T14:26:08.132Z | Compiling sha1 v0.10.6 |
| 1697 | 2026-05-12T14:26:08.212Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1698 | 2026-05-12T14:26:08.351Z | Compiling peg-runtime v0.8.5 |
| 1699 | 2026-05-12T14:26:08.366Z | Compiling lalrpop-util v0.19.12 |
| 1700 | 2026-05-12T14:26:08.504Z | Compiling thread_local v1.1.9 |
| 1701 | 2026-05-12T14:26:08.561Z | Compiling slog-async v2.8.0 |
| 1702 | 2026-05-12T14:26:08.640Z | Compiling crossbeam-channel v0.5.15 |
| 1703 | 2026-05-12T14:26:08.672Z | Compiling is-terminal v0.4.17 |
| 1704 | 2026-05-12T14:26:08.759Z | Compiling filetime v0.2.27 |
| 1705 | 2026-05-12T14:26:08.773Z | Compiling take_mut v0.2.2 |
| 1706 | 2026-05-12T14:26:08.872Z | Compiling term v1.2.1 |
| 1707 | 2026-05-12T14:26:08.885Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-12T14:26:09.043Z | Compiling tar v0.4.45 |
| 1709 | 2026-05-12T14:26:09.434Z | Compiling slog-term v2.9.2 |
| 1710 | 2026-05-12T14:26:19.174Z | Compiling rustls-webpki v0.103.9 |
| 1711 | 2026-05-12T14:26:21.957Z | Compiling tokio-rustls v0.26.4 |
| 1712 | 2026-05-12T14:26:21.957Z | Compiling rustls-platform-verifier v0.6.2 |
| 1713 | 2026-05-12T14:26:22.160Z | Compiling hyper-rustls v0.27.7 |
| 1714 | 2026-05-12T14:26:22.364Z | Compiling reqwest v0.12.28 |
| 1715 | 2026-05-12T14:26:22.364Z | Compiling reqwest v0.13.2 |
| 1716 | 2026-05-12T14:26:23.624Z | Compiling tough v0.22.0 |
| 1717 | 2026-05-12T14:26:26.152Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1718 | 2026-05-12T14:26:26.363Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1719 | 2026-05-12T14:26:29.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1720 | 2026-05-12T14:26:29.329Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1721 | 2026-05-12T14:26:29.383Z | May 12 14:26:27.885 INFO Starting download, target: Clickhouse |
| 1722 | 2026-05-12T14:26:29.383Z | May 12 14:26:27.886 INFO Starting download, target: Console |
| 1723 | 2026-05-12T14:26:29.383Z | May 12 14:26:27.886 INFO Starting download, target: DendriteStub |
| 1724 | 2026-05-12T14:26:29.386Z | May 12 14:26:27.886 INFO Starting download, target: MaghemiteMgd |
| 1725 | 2026-05-12T14:26:29.386Z | May 12 14:26:27.886 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-12T14:26:29.386Z | May 12 14:26:27.886 INFO Starting download, target: TransceiverControl |
| 1727 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1728 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1729 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1731 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-05-12T14:26:29.387Z | May 12 14:26:27.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1733 | 2026-05-12T14:26:29.870Z | May 12 14:26:28.370 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1734 | 2026-05-12T14:26:30.078Z | May 12 14:26:28.575 INFO Download complete, target: TransceiverControl |
| 1735 | 2026-05-12T14:26:30.418Z | May 12 14:26:28.916 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-05-12T14:26:30.531Z | May 12 14:26:29.024 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-05-12T14:26:30.678Z | May 12 14:26:29.173 INFO Download complete, target: Console |
| 1738 | 2026-05-12T14:26:30.943Z | May 12 14:26:29.442 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1739 | 2026-05-12T14:26:31.307Z | May 12 14:26:29.809 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-05-12T14:26:31.307Z | May 12 14:26:29.809 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-05-12T14:26:31.394Z | May 12 14:26:29.896 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1742 | 2026-05-12T14:26:32.843Z | May 12 14:26:31.345 INFO Download complete, target: DendriteStub |
| 1743 | 2026-05-12T14:26:33.296Z | May 12 14:26:31.798 INFO Download complete, target: MaghemiteMgd |
| 1744 | 2026-05-12T14:26:35.907Z | May 12 14:26:34.410 INFO Checking that binary works, target: Cockroach |
| 1745 | 2026-05-12T14:26:36.020Z | May 12 14:26:34.523 INFO Download complete, target: Cockroach |
| 1746 | 2026-05-12T14:26:38.081Z | May 12 14:26:36.583 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-12T14:26:38.213Z | May 12 14:26:36.715 INFO Download complete, target: Clickhouse |
| 1748 | 2026-05-12T14:26:38.227Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1749 | 2026-05-12T14:26:38.231Z | |
| 1750 | 2026-05-12T14:26:38.231Z | real 2:17.579201029 |
| 1751 | 2026-05-12T14:26:38.231Z | user 6:55.261475299 |
| 1752 | 2026-05-12T14:26:38.231Z | sys 1:22.031683842 |
| 1753 | 2026-05-12T14:26:38.231Z | trap 0.225127736 |
| 1754 | 2026-05-12T14:26:38.231Z | tflt 0.671100156 |
| 1755 | 2026-05-12T14:26:38.231Z | dflt 0.566242947 |
| 1756 | 2026-05-12T14:26:38.231Z | kflt 0.024159704 |
| 1757 | 2026-05-12T14:26:38.231Z | lock 21:59.583111864 |
| 1758 | 2026-05-12T14:26:38.231Z | slp 21:21.699644318 |
| 1759 | 2026-05-12T14:26:38.231Z | lat 43.056368170 |
| 1760 | 2026-05-12T14:26:38.231Z | stop 1:52.985676103 |
| 1761 | 2026-05-12T14:26:38.231Z | + banner clippy |
| 1762 | 2026-05-12T14:26:38.231Z | |
| 1763 | 2026-05-12T14:26:38.231Z | #### # # ##### ##### # # |
| 1764 | 2026-05-12T14:26:38.231Z | # # # # # # # # # # |
| 1765 | 2026-05-12T14:26:38.231Z | # # # # # # # # |
| 1766 | 2026-05-12T14:26:38.231Z | # # # ##### ##### # |
| 1767 | 2026-05-12T14:26:38.231Z | # # # # # # # |
| 1768 | 2026-05-12T14:26:38.231Z | #### ###### # # # # |
| 1769 | 2026-05-12T14:26:38.231Z | |
| 1770 | 2026-05-12T14:26:38.231Z | + export CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-12T14:26:38.231Z | + CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-12T14:26:38.231Z | + ptime -m cargo xtask clippy |
| 1773 | 2026-05-12T14:26:38.751Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1774 | 2026-05-12T14:26:38.971Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1775 | 2026-05-12T14:26:40.818Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.57s |
| 1776 | 2026-05-12T14:26:40.903Z | Running `target/debug/xtask clippy` |
| 1777 | 2026-05-12T14:26:40.929Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1778 | 2026-05-12T14:26:41.536Z | Downloading crates ... |
| 1779 | 2026-05-12T14:26:41.728Z | Downloaded approx v0.5.1 |
| 1780 | 2026-05-12T14:26:41.737Z | Downloaded assert-json-diff v2.0.2 |
| 1781 | 2026-05-12T14:26:41.743Z | Downloaded cargo_metadata v0.23.1 |
| 1782 | 2026-05-12T14:26:41.753Z | Downloaded async-object-pool v0.2.0 |
| 1783 | 2026-05-12T14:26:41.755Z | Downloaded constant_time_eq v0.3.1 |
| 1784 | 2026-05-12T14:26:41.755Z | Downloaded backtrace-ext v0.2.1 |
| 1785 | 2026-05-12T14:26:41.758Z | Downloaded datatest-stable v0.3.3 |
| 1786 | 2026-05-12T14:26:41.761Z | Downloaded nested v0.1.1 |
| 1787 | 2026-05-12T14:26:41.765Z | Downloaded escape8259 v0.5.3 |
| 1788 | 2026-05-12T14:26:41.765Z | Downloaded cast v0.3.0 |
| 1789 | 2026-05-12T14:26:41.776Z | Downloaded supports-color v2.1.0 |
| 1790 | 2026-05-12T14:26:41.779Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1791 | 2026-05-12T14:26:41.782Z | Downloaded concurrent-queue v2.5.0 |
| 1792 | 2026-05-12T14:26:41.785Z | Downloaded target-triple v1.0.0 |
| 1793 | 2026-05-12T14:26:41.785Z | Downloaded similar-asserts v1.7.0 |
| 1794 | 2026-05-12T14:26:41.788Z | Downloaded supports-unicode v2.1.0 |
| 1795 | 2026-05-12T14:26:41.788Z | Downloaded plotters-backend v0.3.7 |
| 1796 | 2026-05-12T14:26:41.788Z | Downloaded cargo-platform v0.3.2 |
| 1797 | 2026-05-12T14:26:41.791Z | Downloaded miette-derive v5.10.0 |
| 1798 | 2026-05-12T14:26:41.793Z | Downloaded supports-hyperlinks v2.1.0 |
| 1799 | 2026-05-12T14:26:41.797Z | Downloaded terminal_size v0.1.17 |
| 1800 | 2026-05-12T14:26:41.800Z | Downloaded serde_regex v1.1.0 |
| 1801 | 2026-05-12T14:26:41.803Z | Downloaded assert_cmd v2.1.2 |
| 1802 | 2026-05-12T14:26:41.805Z | Downloaded futures-timer v3.0.3 |
| 1803 | 2026-05-12T14:26:41.808Z | Downloaded rustc-demangle v0.1.27 |
| 1804 | 2026-05-12T14:26:41.808Z | Downloaded anes v0.1.6 |
| 1805 | 2026-05-12T14:26:41.808Z | Downloaded libtest-mimic v0.8.1 |
| 1806 | 2026-05-12T14:26:41.812Z | Downloaded event-listener-strategy v0.5.4 |
| 1807 | 2026-05-12T14:26:41.815Z | Downloaded blake2b_simd v1.0.4 |
| 1808 | 2026-05-12T14:26:41.815Z | Downloaded async-lock v3.4.2 |
| 1809 | 2026-05-12T14:26:41.817Z | Downloaded tokio-test v0.4.5 |
| 1810 | 2026-05-12T14:26:41.817Z | Downloaded linkme-impl v0.3.35 |
| 1811 | 2026-05-12T14:26:41.817Z | Downloaded event-listener v5.4.1 |
| 1812 | 2026-05-12T14:26:41.820Z | Downloaded pathdiff v0.2.3 |
| 1813 | 2026-05-12T14:26:41.820Z | Downloaded plotters-svg v0.3.7 |
| 1814 | 2026-05-12T14:26:41.827Z | Downloaded knuffel-derive v3.2.0 |
| 1815 | 2026-05-12T14:26:41.830Z | Downloaded owo-colors v3.5.0 |
| 1816 | 2026-05-12T14:26:41.830Z | Downloaded backtrace v0.3.76 |
| 1817 | 2026-05-12T14:26:41.833Z | Downloaded rust-argon2 v2.1.0 |
| 1818 | 2026-05-12T14:26:41.836Z | Downloaded parking v2.2.1 |
| 1819 | 2026-05-12T14:26:41.836Z | Downloaded termcolor v1.4.1 |
| 1820 | 2026-05-12T14:26:41.836Z | Downloaded relative-path v1.9.3 |
| 1821 | 2026-05-12T14:26:41.836Z | Downloaded path-tree v0.8.3 |
| 1822 | 2026-05-12T14:26:41.839Z | Downloaded addr2line v0.25.1 |
| 1823 | 2026-05-12T14:26:41.839Z | Downloaded httptest v0.16.4 |
| 1824 | 2026-05-12T14:26:41.839Z | Downloaded cfg-expr v0.20.6 |
| 1825 | 2026-05-12T14:26:41.841Z | Downloaded criterion-plot v0.6.0 |
| 1826 | 2026-05-12T14:26:41.844Z | Downloaded partial-io v0.5.4 |
| 1827 | 2026-05-12T14:26:41.850Z | Downloaded tinytemplate v1.2.1 |
| 1828 | 2026-05-12T14:26:41.854Z | Downloaded target-lexicon v0.13.3 |
| 1829 | 2026-05-12T14:26:41.854Z | Downloaded target-spec v3.5.7 |
| 1830 | 2026-05-12T14:26:41.854Z | Downloaded stringmetrics v2.2.2 |
| 1831 | 2026-05-12T14:26:41.857Z | Downloaded oorandom v11.1.5 |
| 1832 | 2026-05-12T14:26:41.857Z | Downloaded linkme v0.3.35 |
| 1833 | 2026-05-12T14:26:41.860Z | Downloaded hickory-client v0.25.2 |
| 1834 | 2026-05-12T14:26:41.881Z | Downloaded textwrap v0.15.2 |
| 1835 | 2026-05-12T14:26:41.884Z | Downloaded rstest v0.25.0 |
| 1836 | 2026-05-12T14:26:41.887Z | Downloaded rstest_macros v0.25.0 |
| 1837 | 2026-05-12T14:26:41.890Z | Downloaded trybuild v1.0.116 |
| 1838 | 2026-05-12T14:26:41.892Z | Downloaded fancy-regex v0.14.0 |
| 1839 | 2026-05-12T14:26:41.895Z | Downloaded chumsky v0.9.3 |
| 1840 | 2026-05-12T14:26:41.898Z | Downloaded rand_distr v0.5.1 |
| 1841 | 2026-05-12T14:26:41.901Z | Downloaded miette v5.10.0 |
| 1842 | 2026-05-12T14:26:41.901Z | Downloaded knuffel v3.2.0 |
| 1843 | 2026-05-12T14:26:41.912Z | Downloaded criterion v0.7.0 |
| 1844 | 2026-05-12T14:26:41.916Z | Downloaded guppy v0.17.25 |
| 1845 | 2026-05-12T14:26:41.919Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-05-12T14:26:41.923Z | Downloaded hashbrown v0.14.5 |
| 1847 | 2026-05-12T14:26:41.937Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-05-12T14:26:42.036Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-12T14:26:43.620Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-12T14:26:43.967Z | Checking libc v0.2.185 |
| 1851 | 2026-05-12T14:26:43.970Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-12T14:26:44.034Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-12T14:26:44.071Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-12T14:26:44.107Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-12T14:26:44.107Z | Checking log v0.4.29 |
| 1856 | 2026-05-12T14:26:44.179Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-12T14:26:44.215Z | Checking libm v0.2.16 |
| 1858 | 2026-05-12T14:26:44.271Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-12T14:26:44.310Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-12T14:26:44.346Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-12T14:26:44.382Z | Checking zerofrom v0.1.6 |
| 1862 | 2026-05-12T14:26:44.415Z | Checking lock_api v0.4.14 |
| 1863 | 2026-05-12T14:26:44.446Z | Checking errno v0.3.14 |
| 1864 | 2026-05-12T14:26:44.448Z | Checking getrandom v0.2.17 |
| 1865 | 2026-05-12T14:26:44.524Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-12T14:26:44.566Z | Checking yoke v0.8.1 |
| 1867 | 2026-05-12T14:26:44.625Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-12T14:26:44.662Z | Checking writeable v0.6.2 |
| 1869 | 2026-05-12T14:26:44.695Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-12T14:26:44.695Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-12T14:26:44.757Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-12T14:26:44.791Z | Checking zerovec v0.11.5 |
| 1873 | 2026-05-12T14:26:44.794Z | Checking zerotrie v0.2.3 |
| 1874 | 2026-05-12T14:26:44.853Z | Checking form_urlencoded v1.2.2 |
| 1875 | 2026-05-12T14:26:44.888Z | Checking utf8_iter v1.0.4 |
| 1876 | 2026-05-12T14:26:44.890Z | Checking pin-project-lite v0.2.17 |
| 1877 | 2026-05-12T14:26:44.951Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-12T14:26:44.986Z | Checking parking_lot_core v0.9.12 |
| 1879 | 2026-05-12T14:26:45.019Z | Checking portable-atomic v1.13.1 |
| 1880 | 2026-05-12T14:26:45.053Z | Checking rand_core v0.6.4 |
| 1881 | 2026-05-12T14:26:45.056Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-12T14:26:45.116Z | Checking critical-section v1.2.0 |
| 1883 | 2026-05-12T14:26:45.192Z | Checking parking_lot v0.12.5 |
| 1884 | 2026-05-12T14:26:45.235Z | Checking tinystr v0.8.2 |
| 1885 | 2026-05-12T14:26:45.267Z | Checking potential_utf v0.1.4 |
| 1886 | 2026-05-12T14:26:45.301Z | Checking zerocopy v0.8.40 |
| 1887 | 2026-05-12T14:26:45.334Z | Checking getrandom v0.4.1 |
| 1888 | 2026-05-12T14:26:45.399Z | Checking signal-hook-registry v1.4.8 |
| 1889 | 2026-05-12T14:26:45.434Z | Checking icu_collections v2.1.1 |
| 1890 | 2026-05-12T14:26:45.437Z | Checking icu_locale_core v2.1.1 |
| 1891 | 2026-05-12T14:26:45.437Z | Checking once_cell v1.21.3 |
| 1892 | 2026-05-12T14:26:45.529Z | Checking serde v1.0.228 |
| 1893 | 2026-05-12T14:26:45.529Z | Checking serde_json v1.0.149 |
| 1894 | 2026-05-12T14:26:45.532Z | Checking bitflags v2.11.0 |
| 1895 | 2026-05-12T14:26:45.624Z | Checking mio v1.2.0 |
| 1896 | 2026-05-12T14:26:45.662Z | Checking socket2 v0.6.3 |
| 1897 | 2026-05-12T14:26:45.724Z | Checking typenum v1.19.0 |
| 1898 | 2026-05-12T14:26:45.768Z | Checking iana-time-zone v0.1.65 |
| 1899 | 2026-05-12T14:26:45.909Z | Checking thiserror v2.0.18 |
| 1900 | 2026-05-12T14:26:45.949Z | Checking uuid v1.23.0 |
| 1901 | 2026-05-12T14:26:45.952Z | Checking semver v1.0.28 |
| 1902 | 2026-05-12T14:26:46.016Z | Checking bytes v1.11.1 |
| 1903 | 2026-05-12T14:26:46.049Z | Checking chrono v0.4.44 |
| 1904 | 2026-05-12T14:26:46.083Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-05-12T14:26:46.186Z | Checking futures-core v0.3.32 |
| 1906 | 2026-05-12T14:26:46.267Z | Checking generic-array v0.14.7 |
| 1907 | 2026-05-12T14:26:46.311Z | Checking equivalent v1.0.2 |
| 1908 | 2026-05-12T14:26:46.349Z | Checking icu_normalizer v2.1.1 |
| 1909 | 2026-05-12T14:26:46.349Z | Checking icu_properties v2.1.2 |
| 1910 | 2026-05-12T14:26:46.428Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-05-12T14:26:46.467Z | Checking tokio v1.52.1 |
| 1912 | 2026-05-12T14:26:46.513Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1913 | 2026-05-12T14:26:46.579Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-12T14:26:46.680Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-12T14:26:46.730Z | Checking crypto-common v0.1.7 |
| 1916 | 2026-05-12T14:26:46.806Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-05-12T14:26:46.846Z | Checking block-buffer v0.10.4 |
| 1918 | 2026-05-12T14:26:46.880Z | Checking futures-io v0.3.32 |
| 1919 | 2026-05-12T14:26:46.913Z | Checking slab v0.4.12 |
| 1920 | 2026-05-12T14:26:47.011Z | Checking futures-task v0.3.32 |
| 1921 | 2026-05-12T14:26:47.046Z | Checking byteorder v1.5.0 |
| 1922 | 2026-05-12T14:26:47.049Z | Checking hashbrown v0.17.0 |
| 1923 | 2026-05-12T14:26:47.108Z | Checking rustix v1.1.3 |
| 1924 | 2026-05-12T14:26:47.177Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-12T14:26:47.212Z | Checking idna_adapter v1.2.1 |
| 1926 | 2026-05-12T14:26:47.249Z | Checking digest v0.10.7 |
| 1927 | 2026-05-12T14:26:47.282Z | Checking cpufeatures v0.2.17 |
| 1928 | 2026-05-12T14:26:47.355Z | Checking idna v1.1.0 |
| 1929 | 2026-05-12T14:26:47.389Z | Checking thiserror v1.0.69 |
| 1930 | 2026-05-12T14:26:47.470Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-12T14:26:47.517Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-12T14:26:47.575Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-12T14:26:47.631Z | Checking url v2.5.8 |
| 1934 | 2026-05-12T14:26:47.666Z | Checking regex-syntax v0.8.10 |
| 1935 | 2026-05-12T14:26:47.669Z | Checking http v1.4.0 |
| 1936 | 2026-05-12T14:26:47.966Z | Checking tracing-core v0.1.36 |
| 1937 | 2026-05-12T14:26:48.024Z | Checking ppv-lite86 v0.2.21 |
| 1938 | 2026-05-12T14:26:48.105Z | Checking schemars v0.8.22 |
| 1939 | 2026-05-12T14:26:48.167Z | Checking base64 v0.22.1 |
| 1940 | 2026-05-12T14:26:48.283Z | Checking ipnet v2.11.0 |
| 1941 | 2026-05-12T14:26:48.317Z | Checking tracing v0.1.44 |
| 1942 | 2026-05-12T14:26:48.357Z | Checking unicode-ident v1.0.24 |
| 1943 | 2026-05-12T14:26:48.437Z | Checking untrusted v0.9.0 |
| 1944 | 2026-05-12T14:26:48.494Z | Checking proc-macro2 v1.0.106 |
| 1945 | 2026-05-12T14:26:48.548Z | Checking aho-corasick v1.1.4 |
| 1946 | 2026-05-12T14:26:48.582Z | Checking anstyle v1.0.13 |
| 1947 | 2026-05-12T14:26:48.586Z | Checking ring v0.17.14 |
| 1948 | 2026-05-12T14:26:48.780Z | Checking utf8parse v0.2.2 |
| 1949 | 2026-05-12T14:26:48.816Z | Checking rustls-pki-types v1.14.0 |
| 1950 | 2026-05-12T14:26:48.849Z | Checking quote v1.0.45 |
| 1951 | 2026-05-12T14:26:48.907Z | Checking httparse v1.10.1 |
| 1952 | 2026-05-12T14:26:49.007Z | Checking base64ct v1.8.3 |
| 1953 | 2026-05-12T14:26:49.042Z | Checking syn v2.0.117 |
| 1954 | 2026-05-12T14:26:49.123Z | Checking anstyle-parse v0.2.7 |
| 1955 | 2026-05-12T14:26:49.126Z | Checking block-padding v0.3.3 |
| 1956 | 2026-05-12T14:26:49.187Z | Checking colorchoice v1.0.4 |
| 1957 | 2026-05-12T14:26:49.245Z | Checking regex-automata v0.4.14 |
| 1958 | 2026-05-12T14:26:49.280Z | Checking anstyle-query v1.1.5 |
| 1959 | 2026-05-12T14:26:49.312Z | Checking is_terminal_polyfill v1.70.2 |
| 1960 | 2026-05-12T14:26:49.315Z | Checking inout v0.1.4 |
| 1961 | 2026-05-12T14:26:49.315Z | Checking crossbeam-utils v0.8.21 |
| 1962 | 2026-05-12T14:26:49.406Z | Checking allocator-api2 v0.2.21 |
| 1963 | 2026-05-12T14:26:49.439Z | Checking anstream v0.6.21 |
| 1964 | 2026-05-12T14:26:49.537Z | Checking cipher v0.4.4 |
| 1965 | 2026-05-12T14:26:49.591Z | Checking http-body v1.0.1 |
| 1966 | 2026-05-12T14:26:49.661Z | Checking terminal_size v0.4.3 |
| 1967 | 2026-05-12T14:26:49.698Z | Checking tokio-util v0.7.18 |
| 1968 | 2026-05-12T14:26:49.701Z | Checking atomic-waker v1.1.2 |
| 1969 | 2026-05-12T14:26:49.761Z | Checking clap_lex v1.0.0 |
| 1970 | 2026-05-12T14:26:49.765Z | Checking try-lock v0.2.5 |
| 1971 | 2026-05-12T14:26:49.823Z | Checking strsim v0.11.1 |
| 1972 | 2026-05-12T14:26:49.826Z | Checking httpdate v1.0.3 |
| 1973 | 2026-05-12T14:26:49.885Z | Checking pem-rfc7468 v0.7.0 |
| 1974 | 2026-05-12T14:26:49.917Z | Checking want v0.3.1 |
| 1975 | 2026-05-12T14:26:49.949Z | Checking sha2 v0.10.9 |
| 1976 | 2026-05-12T14:26:50.009Z | Checking clap_builder v4.5.60 |
| 1977 | 2026-05-12T14:26:50.042Z | Checking ryu v1.0.23 |
| 1978 | 2026-05-12T14:26:50.075Z | Checking pin-utils v0.1.0 |
| 1979 | 2026-05-12T14:26:50.078Z | Checking tower-layer v0.3.3 |
| 1980 | 2026-05-12T14:26:50.171Z | Checking tower-service v0.3.3 |
| 1981 | 2026-05-12T14:26:50.204Z | Checking rand_core v0.9.5 |
| 1982 | 2026-05-12T14:26:50.243Z | Checking hmac v0.12.1 |
| 1983 | 2026-05-12T14:26:50.277Z | Checking powerfmt v0.2.0 |
| 1984 | 2026-05-12T14:26:50.309Z | Checking num-conv v0.2.0 |
| 1985 | 2026-05-12T14:26:50.342Z | Checking h2 v0.4.13 |
| 1986 | 2026-05-12T14:26:50.399Z | Checking flagset v0.4.7 |
| 1987 | 2026-05-12T14:26:50.402Z | Checking time-core v0.1.8 |
| 1988 | 2026-05-12T14:26:50.463Z | Checking deranged v0.5.8 |
| 1989 | 2026-05-12T14:26:50.466Z | Checking num_threads v0.1.7 |
| 1990 | 2026-05-12T14:26:50.550Z | Checking der v0.7.10 |
| 1991 | 2026-05-12T14:26:50.595Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-05-12T14:26:50.627Z | Checking rand_chacha v0.9.0 |
| 1993 | 2026-05-12T14:26:50.850Z | Checking http-body-util v0.1.3 |
| 1994 | 2026-05-12T14:26:51.003Z | Checking slog v2.8.2 |
| 1995 | 2026-05-12T14:26:51.037Z | Checking spin v0.9.8 |
| 1996 | 2026-05-12T14:26:51.091Z | Checking rand v0.9.2 |
| 1997 | 2026-05-12T14:26:51.231Z | Checking clap v4.5.60 |
| 1998 | 2026-05-12T14:26:51.264Z | Checking aws-lc-sys v0.40.0 |
| 1999 | 2026-05-12T14:26:51.298Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-12T14:26:51.301Z | Checking untrusted v0.7.1 |
| 2001 | 2026-05-12T14:26:51.331Z | Checking serde_urlencoded v0.7.1 |
| 2002 | 2026-05-12T14:26:51.392Z | Checking openssl-probe v0.2.1 |
| 2003 | 2026-05-12T14:26:51.426Z | Checking time v0.3.47 |
| 2004 | 2026-05-12T14:26:51.467Z | Checking regex v1.12.3 |
| 2005 | 2026-05-12T14:26:51.522Z | Checking fastrand v2.3.0 |
| 2006 | 2026-05-12T14:26:51.555Z | Checking spki v0.7.3 |
| 2007 | 2026-05-12T14:26:51.587Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-12T14:26:51.592Z | Checking aes v0.8.4 |
| 2009 | 2026-05-12T14:26:51.723Z | Checking pretty-hex v0.4.1 |
| 2010 | 2026-05-12T14:26:51.726Z | Checking salsa20 v0.10.2 |
| 2011 | 2026-05-12T14:26:51.788Z | Checking cbc v0.1.2 |
| 2012 | 2026-05-12T14:26:51.791Z | Checking rand_chacha v0.3.1 |
| 2013 | 2026-05-12T14:26:51.849Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-05-12T14:26:51.883Z | Checking hex v0.4.3 |
| 2015 | 2026-05-12T14:26:51.914Z | Checking plain v0.2.3 |
| 2016 | 2026-05-12T14:26:51.947Z | Checking scrypt v0.11.0 |
| 2017 | 2026-05-12T14:26:52.030Z | Checking tempfile v3.25.0 |
| 2018 | 2026-05-12T14:26:52.064Z | Checking rustls-native-certs v0.8.3 |
| 2019 | 2026-05-12T14:26:52.067Z | Checking rand v0.8.6 |
| 2020 | 2026-05-12T14:26:52.126Z | Checking ipnetwork v0.21.1 |
| 2021 | 2026-05-12T14:26:52.129Z | Checking sync_wrapper v1.0.2 |
| 2022 | 2026-05-12T14:26:52.215Z | Checking ucd-trie v0.1.7 |
| 2023 | 2026-05-12T14:26:52.249Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-05-12T14:26:52.284Z | Checking foldhash v0.2.0 |
| 2025 | 2026-05-12T14:26:52.363Z | Checking tower v0.5.3 |
| 2026 | 2026-05-12T14:26:52.397Z | Checking pest v2.8.6 |
| 2027 | 2026-05-12T14:26:52.442Z | Checking pkcs5 v0.7.1 |
| 2028 | 2026-05-12T14:26:52.476Z | Checking hashbrown v0.16.1 |
| 2029 | 2026-05-12T14:26:52.556Z | Checking webpki-roots v1.0.6 |
| 2030 | 2026-05-12T14:26:52.619Z | Checking camino v1.2.2 |
| 2031 | 2026-05-12T14:26:52.700Z | Checking iri-string v0.7.10 |
| 2032 | 2026-05-12T14:26:52.703Z | Checking rustls-webpki v0.103.9 |
| 2033 | 2026-05-12T14:26:52.764Z | Checking adler2 v2.0.1 |
| 2034 | 2026-05-12T14:26:52.797Z | Checking pkcs8 v0.10.2 |
| 2035 | 2026-05-12T14:26:52.902Z | Checking miniz_oxide v0.8.9 |
| 2036 | 2026-05-12T14:26:52.956Z | Checking openapiv3 v2.2.0 |
| 2037 | 2026-05-12T14:26:52.991Z | Checking futures-executor v0.3.32 |
| 2038 | 2026-05-12T14:26:53.038Z | Checking either v1.15.0 |
| 2039 | 2026-05-12T14:26:53.041Z | Checking hyper v1.8.1 |
| 2040 | 2026-05-12T14:26:53.165Z | Checking futures v0.3.32 |
| 2041 | 2026-05-12T14:26:53.198Z | Checking rustls v0.23.37 |
| 2042 | 2026-05-12T14:26:53.254Z | Checking mime v0.3.17 |
| 2043 | 2026-05-12T14:26:53.289Z | Checking winnow v0.7.14 |
| 2044 | 2026-05-12T14:26:53.323Z | Checking crc32fast v1.5.0 |
| 2045 | 2026-05-12T14:26:53.457Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-05-12T14:26:53.491Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-12T14:26:53.525Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-12T14:26:53.560Z | Checking signature v2.2.0 |
| 2049 | 2026-05-12T14:26:53.641Z | Checking hubpack v0.1.2 |
| 2050 | 2026-05-12T14:26:53.710Z | Checking encoding_rs v0.8.35 |
| 2051 | 2026-05-12T14:26:53.748Z | Checking strum v0.26.3 |
| 2052 | 2026-05-12T14:26:53.751Z | Checking tower-http v0.6.8 |
| 2053 | 2026-05-12T14:26:53.834Z | Checking foreign-types-shared v0.1.1 |
| 2054 | 2026-05-12T14:26:53.889Z | Checking zlib-rs v0.6.2 |
| 2055 | 2026-05-12T14:26:53.946Z | Checking foreign-types v0.3.2 |
| 2056 | 2026-05-12T14:26:54.006Z | Checking hyper-util v0.1.20 |
| 2057 | 2026-05-12T14:26:54.043Z | Checking sha1 v0.10.6 |
| 2058 | 2026-05-12T14:26:54.080Z | Checking scroll v0.13.0 |
| 2059 | 2026-05-12T14:26:54.231Z | Checking openssl-sys v0.9.114 |
| 2060 | 2026-05-12T14:26:54.289Z | Checking tinyvec_macros v0.1.1 |
| 2061 | 2026-05-12T14:26:54.331Z | Checking goblin v0.10.5 |
| 2062 | 2026-05-12T14:26:54.383Z | Checking tinyvec v1.10.0 |
| 2063 | 2026-05-12T14:26:54.494Z | Checking serde_spanned v0.6.9 |
| 2064 | 2026-05-12T14:26:54.651Z | Checking toml_datetime v0.6.11 |
| 2065 | 2026-05-12T14:26:54.685Z | Checking num-integer v0.1.46 |
| 2066 | 2026-05-12T14:26:54.727Z | Checking memmap2 v0.9.10 |
| 2067 | 2026-05-12T14:26:54.760Z | Checking openssl v0.10.78 |
| 2068 | 2026-05-12T14:26:54.793Z | Checking flate2 v1.1.9 |
| 2069 | 2026-05-12T14:26:54.860Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-05-12T14:26:54.912Z | Checking dtrace-parser v0.3.0 |
| 2071 | 2026-05-12T14:26:54.946Z | Checking thread-id v5.1.0 |
| 2072 | 2026-05-12T14:26:55.051Z | Checking bit-vec v0.8.0 |
| 2073 | 2026-05-12T14:26:55.111Z | Checking psl-types v2.0.11 |
| 2074 | 2026-05-12T14:26:55.151Z | Checking base16ct v0.2.0 |
| 2075 | 2026-05-12T14:26:55.184Z | Checking cookie v0.18.1 |
| 2076 | 2026-05-12T14:26:55.256Z | Checking publicsuffix v2.3.0 |
| 2077 | 2026-05-12T14:26:55.291Z | Checking bit-set v0.8.0 |
| 2078 | 2026-05-12T14:26:55.293Z | Checking ff v0.13.1 |
| 2079 | 2026-05-12T14:26:55.354Z | Checking sec1 v0.7.3 |
| 2080 | 2026-05-12T14:26:55.437Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-05-12T14:26:55.437Z | Checking cookie_store v0.22.1 |
| 2082 | 2026-05-12T14:26:55.502Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-12T14:26:55.505Z | Checking group v0.13.0 |
| 2084 | 2026-05-12T14:26:55.566Z | Checking tokio-rustls v0.26.4 |
| 2085 | 2026-05-12T14:26:55.601Z | Checking rustls-platform-verifier v0.6.2 |
| 2086 | 2026-05-12T14:26:55.604Z | Checking bstr v1.12.1 |
| 2087 | 2026-05-12T14:26:55.663Z | Checking hkdf v0.12.4 |
| 2088 | 2026-05-12T14:26:55.700Z | Checking crossbeam-epoch v0.9.18 |
| 2089 | 2026-05-12T14:26:55.767Z | Checking ahash v0.8.12 |
| 2090 | 2026-05-12T14:26:55.818Z | Checking hyper-rustls v0.27.7 |
| 2091 | 2026-05-12T14:26:55.821Z | Checking crypto-bigint v0.5.5 |
| 2092 | 2026-05-12T14:26:55.821Z | Checking quick-error v1.2.3 |
| 2093 | 2026-05-12T14:26:55.939Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-05-12T14:26:55.986Z | Checking scroll v0.12.0 |
| 2095 | 2026-05-12T14:26:56.020Z | Checking rusty-fork v0.3.1 |
| 2096 | 2026-05-12T14:26:56.089Z | Checking unarray v0.1.4 |
| 2097 | 2026-05-12T14:26:56.093Z | Checking reqwest v0.13.2 |
| 2098 | 2026-05-12T14:26:56.115Z | Checking num-bigint-dig v0.8.6 |
| 2099 | 2026-05-12T14:26:56.184Z | Checking pkcs1 v0.7.5 |
| 2100 | 2026-05-12T14:26:56.217Z | Checking proptest v1.10.0 |
| 2101 | 2026-05-12T14:26:56.248Z | Checking goblin v0.8.2 |
| 2102 | 2026-05-12T14:26:56.417Z | Checking x509-cert v0.2.5 |
| 2103 | 2026-05-12T14:26:56.671Z | Checking dof v0.4.0 |
| 2104 | 2026-05-12T14:26:56.752Z | Checking elliptic-curve v0.13.8 |
| 2105 | 2026-05-12T14:26:56.787Z | Checking native-tls v0.2.18 |
| 2106 | 2026-05-12T14:26:56.939Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-05-12T14:26:56.974Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2026-05-12T14:26:57.006Z | Checking tokio-native-tls v0.3.1 |
| 2109 | 2026-05-12T14:26:57.080Z | Checking rsa v0.9.10 |
| 2110 | 2026-05-12T14:26:57.083Z | Checking dtrace-parser v0.2.0 |
| 2111 | 2026-05-12T14:26:57.188Z | Checking hyper-tls v0.6.0 |
| 2112 | 2026-05-12T14:26:57.306Z | Checking rfc6979 v0.4.0 |
| 2113 | 2026-05-12T14:26:57.340Z | Checking usdt-impl v0.6.0 |
| 2114 | 2026-05-12T14:26:57.373Z | Checking thread-id v4.2.2 |
| 2115 | 2026-05-12T14:26:57.406Z | Checking reqwest v0.12.28 |
| 2116 | 2026-05-12T14:26:57.443Z | Checking toml_write v0.1.2 |
| 2117 | 2026-05-12T14:26:57.477Z | Checking ecdsa v0.16.9 |
| 2118 | 2026-05-12T14:26:57.480Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2119 | 2026-05-12T14:26:57.573Z | Checking curve25519-dalek v4.1.3 |
| 2120 | 2026-05-12T14:26:57.635Z | Checking toml_edit v0.22.27 |
| 2121 | 2026-05-12T14:26:57.669Z | Checking usdt v0.6.0 |
| 2122 | 2026-05-12T14:26:57.831Z | Checking memoffset v0.9.1 |
| 2123 | 2026-05-12T14:26:57.866Z | Checking rustix v0.38.44 |
| 2124 | 2026-05-12T14:26:57.869Z | Checking env_filter v1.0.0 |
| 2125 | 2026-05-12T14:26:57.940Z | Checking keccak v0.1.6 |
| 2126 | 2026-05-12T14:26:57.996Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-05-12T14:26:58.078Z | Checking same-file v1.0.6 |
| 2128 | 2026-05-12T14:26:58.146Z | Checking sha3 v0.10.8 |
| 2129 | 2026-05-12T14:26:58.180Z | Checking dof v0.3.0 |
| 2130 | 2026-05-12T14:26:58.222Z | Checking walkdir v2.5.0 |
| 2131 | 2026-05-12T14:26:58.254Z | Checking daft v0.1.5 |
| 2132 | 2026-05-12T14:26:58.289Z | Checking env_logger v0.11.9 |
| 2133 | 2026-05-12T14:26:58.374Z | Checking ed25519 v2.2.3 |
| 2134 | 2026-05-12T14:26:58.409Z | Checking itertools v0.13.0 |
| 2135 | 2026-05-12T14:26:58.414Z | Checking serde_with v3.17.0 |
| 2136 | 2026-05-12T14:26:58.487Z | Checking usdt-impl v0.5.0 |
| 2137 | 2026-05-12T14:26:58.522Z | Checking bitflags v1.3.2 |
| 2138 | 2026-05-12T14:26:58.524Z | Checking siphasher v1.0.2 |
| 2139 | 2026-05-12T14:26:58.587Z | Checking ed25519-dalek v2.2.0 |
| 2140 | 2026-05-12T14:26:58.623Z | Checking unicode-normalization v0.1.25 |
| 2141 | 2026-05-12T14:26:58.702Z | Checking signal-hook v0.3.18 |
| 2142 | 2026-05-12T14:26:58.738Z | Checking managed v0.8.0 |
| 2143 | 2026-05-12T14:26:58.771Z | Checking winnow v0.5.40 |
| 2144 | 2026-05-12T14:26:58.805Z | Checking nix v0.31.2 |
| 2145 | 2026-05-12T14:26:58.838Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-12T14:26:58.918Z | Checking object v0.37.3 |
| 2147 | 2026-05-12T14:26:58.955Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-12T14:26:58.957Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-05-12T14:26:59.047Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-05-12T14:26:59.113Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-05-12T14:26:59.172Z | Checking globset v0.4.18 |
| 2152 | 2026-05-12T14:26:59.175Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-12T14:26:59.328Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-12T14:26:59.453Z | Checking zip v0.6.6 |
| 2155 | 2026-05-12T14:26:59.488Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-12T14:26:59.491Z | Checking pin-project v1.1.11 |
| 2157 | 2026-05-12T14:26:59.594Z | Checking libbz2-rs-sys v0.2.2 |
| 2158 | 2026-05-12T14:26:59.639Z | Checking bumpalo v3.20.2 |
| 2159 | 2026-05-12T14:26:59.678Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-12T14:26:59.803Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-12T14:26:59.806Z | Checking similar v2.7.0 |
| 2162 | 2026-05-12T14:26:59.867Z | Checking zopfli v0.8.3 |
| 2163 | 2026-05-12T14:26:59.871Z | Checking tokio-stream v0.1.18 |
| 2164 | 2026-05-12T14:26:59.931Z | Checking toml_edit v0.19.15 |
| 2165 | 2026-05-12T14:26:59.935Z | Checking fs-err v3.3.0 |
| 2166 | 2026-05-12T14:26:59.998Z | Checking bzip2 v0.6.1 |
| 2167 | 2026-05-12T14:27:00.183Z | Checking pem v3.0.6 |
| 2168 | 2026-05-12T14:27:00.216Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-12T14:27:00.248Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-12T14:27:00.288Z | Checking predicates-core v1.0.10 |
| 2171 | 2026-05-12T14:27:00.318Z | Checking jiff v0.2.21 |
| 2172 | 2026-05-12T14:27:00.366Z | Checking unicode-properties v0.1.4 |
| 2173 | 2026-05-12T14:27:00.401Z | Checking unicode-bidi v0.3.18 |
| 2174 | 2026-05-12T14:27:00.433Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-12T14:27:00.435Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-12T14:27:00.521Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-12T14:27:00.576Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-12T14:27:00.681Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-12T14:27:00.717Z | Checking stringprep v0.1.5 |
| 2180 | 2026-05-12T14:27:00.720Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-12T14:27:00.843Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2182 | 2026-05-12T14:27:00.888Z | Checking float-cmp v0.10.0 |
| 2183 | 2026-05-12T14:27:00.921Z | Checking rustc-hash v2.1.1 |
| 2184 | 2026-05-12T14:27:00.953Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-05-12T14:27:00.986Z | Checking toml v0.7.8 |
| 2186 | 2026-05-12T14:27:01.040Z | Checking typed-path v0.9.3 |
| 2187 | 2026-05-12T14:27:01.075Z | Checking normalize-line-endings v0.3.0 |
| 2188 | 2026-05-12T14:27:01.078Z | Checking difflib v0.4.0 |
| 2189 | 2026-05-12T14:27:01.193Z | Checking iddqd v0.3.18 |
| 2190 | 2026-05-12T14:27:01.236Z | Checking smoltcp v0.9.1 |
| 2191 | 2026-05-12T14:27:01.270Z | Checking postgres-protocol v0.6.10 |
| 2192 | 2026-05-12T14:27:01.307Z | Checking predicates v3.1.4 |
| 2193 | 2026-05-12T14:27:01.341Z | Checking phf_shared v0.13.1 |
| 2194 | 2026-05-12T14:27:01.564Z | Checking phf_shared v0.11.3 |
| 2195 | 2026-05-12T14:27:01.605Z | Checking buf-list v1.1.2 |
| 2196 | 2026-05-12T14:27:01.639Z | Checking strum v0.27.2 |
| 2197 | 2026-05-12T14:27:01.734Z | Checking precomputed-hash v0.1.1 |
| 2198 | 2026-05-12T14:27:01.775Z | Checking lalrpop-util v0.19.12 |
| 2199 | 2026-05-12T14:27:01.811Z | Checking fixedbitset v0.5.7 |
| 2200 | 2026-05-12T14:27:01.847Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-05-12T14:27:01.850Z | Checking tough v0.22.0 |
| 2202 | 2026-05-12T14:27:01.850Z | Checking new_debug_unreachable v1.0.6 |
| 2203 | 2026-05-12T14:27:01.960Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2204 | 2026-05-12T14:27:01.994Z | Checking string_cache v0.8.9 |
| 2205 | 2026-05-12T14:27:02.026Z | Checking petgraph v0.6.5 |
| 2206 | 2026-05-12T14:27:02.058Z | Checking petgraph v0.8.3 |
| 2207 | 2026-05-12T14:27:02.092Z | Checking postgres-types v0.2.12 |
| 2208 | 2026-05-12T14:27:02.186Z | Checking phf v0.13.1 |
| 2209 | 2026-05-12T14:27:02.365Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2210 | 2026-05-12T14:27:02.438Z | Checking whoami v2.1.0 |
| 2211 | 2026-05-12T14:27:02.530Z | Checking zip v4.6.1 |
| 2212 | 2026-05-12T14:27:02.652Z | Checking peg-runtime v0.8.5 |
| 2213 | 2026-05-12T14:27:02.686Z | Checking tokio-postgres v0.7.16 |
| 2214 | 2026-05-12T14:27:02.937Z | Checking is-terminal v0.4.17 |
| 2215 | 2026-05-12T14:27:03.076Z | Checking crossbeam-channel v0.5.15 |
| 2216 | 2026-05-12T14:27:03.127Z | Compiling structmeta-derive v0.3.0 |
| 2217 | 2026-05-12T14:27:03.316Z | Checking thread_local v1.1.9 |
| 2218 | 2026-05-12T14:27:03.386Z | Checking take_mut v0.2.2 |
| 2219 | 2026-05-12T14:27:03.440Z | Checking term v1.2.1 |
| 2220 | 2026-05-12T14:27:03.511Z | Compiling newtype-uuid-macros v0.1.0 |
| 2221 | 2026-05-12T14:27:03.544Z | Checking slog-async v2.8.0 |
| 2222 | 2026-05-12T14:27:03.653Z | Compiling rustls v0.22.4 |
| 2223 | 2026-05-12T14:27:03.689Z | Checking slog-term v2.9.2 |
| 2224 | 2026-05-12T14:27:03.740Z | Compiling multer v3.1.0 |
| 2225 | 2026-05-12T14:27:03.903Z | Compiling async-stream-impl v0.3.6 |
| 2226 | 2026-05-12T14:27:03.952Z | Compiling dropshot v0.17.0 |
| 2227 | 2026-05-12T14:27:04.018Z | Compiling dropshot_endpoint v0.17.0 |
| 2228 | 2026-05-12T14:27:04.021Z | Checking match_cfg v0.1.0 |
| 2229 | 2026-05-12T14:27:04.051Z | Checking slog-json v2.6.1 |
| 2230 | 2026-05-12T14:27:04.147Z | Checking hostname v0.3.1 |
| 2231 | 2026-05-12T14:27:04.235Z | Compiling structmeta v0.3.0 |
| 2232 | 2026-05-12T14:27:04.297Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2233 | 2026-05-12T14:27:04.300Z | Checking slog-bunyan v2.5.0 |
| 2234 | 2026-05-12T14:27:04.327Z | Checking debug-ignore v1.0.5 |
| 2235 | 2026-05-12T14:27:04.387Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2236 | 2026-05-12T14:27:04.425Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-05-12T14:27:04.461Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2238 | 2026-05-12T14:27:04.464Z | Compiling derive-ex v0.1.8 |
| 2239 | 2026-05-12T14:27:04.524Z | Checking rustls-webpki v0.102.8 |
| 2240 | 2026-05-12T14:27:04.527Z | Checking serde_path_to_error v0.1.20 |
| 2241 | 2026-05-12T14:27:04.586Z | Checking async-stream v0.3.6 |
| 2242 | 2026-05-12T14:27:04.705Z | Checking waitgroup v0.1.2 |
| 2243 | 2026-05-12T14:27:04.742Z | Checking rustls-pemfile v2.2.0 |
| 2244 | 2026-05-12T14:27:04.823Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2245 | 2026-05-12T14:27:04.855Z | Checking hostname v0.4.2 |
| 2246 | 2026-05-12T14:27:04.887Z | Checking compression-core v0.4.31 |
| 2247 | 2026-05-12T14:27:04.920Z | Checking progenitor-client v0.14.0 |
| 2248 | 2026-05-12T14:27:04.923Z | Checking regress v0.10.5 |
| 2249 | 2026-05-12T14:27:04.983Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-12T14:27:05.047Z | Checking compression-codecs v0.4.37 |
| 2251 | 2026-05-12T14:27:05.050Z | Checking toml v1.0.6+spec-1.1.0 |
| 2252 | 2026-05-12T14:27:05.116Z | Compiling parse-display-derive v0.10.0 |
| 2253 | 2026-05-12T14:27:05.205Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2254 | 2026-05-12T14:27:05.271Z | Checking async-compression v0.4.41 |
| 2255 | 2026-05-12T14:27:05.374Z | Checking itertools v0.14.0 |
| 2256 | 2026-05-12T14:27:05.543Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2257 | 2026-05-12T14:27:05.656Z | Checking macaddr v1.0.1 |
| 2258 | 2026-05-12T14:27:05.779Z | Checking instant v0.1.13 |
| 2259 | 2026-05-12T14:27:05.865Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2260 | 2026-05-12T14:27:05.899Z | Checking progenitor-client v0.10.0 |
| 2261 | 2026-05-12T14:27:05.968Z | Checking backoff v0.4.0 |
| 2262 | 2026-05-12T14:27:06.131Z | Checking backon v1.6.0 |
| 2263 | 2026-05-12T14:27:06.166Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2264 | 2026-05-12T14:27:06.201Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-12T14:27:06.203Z | Checking unicode-width v0.2.0 |
| 2266 | 2026-05-12T14:27:06.325Z | Checking progenitor-extras v0.2.0 |
| 2267 | 2026-05-12T14:27:06.359Z | Checking heck v0.5.0 |
| 2268 | 2026-05-12T14:27:06.448Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-12T14:27:06.480Z | Checking half v2.7.1 |
| 2270 | 2026-05-12T14:27:06.483Z | Checking tokio-rustls v0.25.0 |
| 2271 | 2026-05-12T14:27:06.542Z | Checking ciborium-io v0.2.2 |
| 2272 | 2026-05-12T14:27:06.574Z | Checking secrecy v0.10.3 |
| 2273 | 2026-05-12T14:27:06.657Z | Compiling regress v0.11.1 |
| 2274 | 2026-05-12T14:27:06.690Z | Compiling unsafe-libyaml v0.2.11 |
| 2275 | 2026-05-12T14:27:06.722Z | Checking indent_write v2.2.0 |
| 2276 | 2026-05-12T14:27:06.786Z | Checking ciborium-ll v0.2.2 |
| 2277 | 2026-05-12T14:27:06.818Z | Checking parse-display v0.10.0 |
| 2278 | 2026-05-12T14:27:06.851Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-12T14:27:06.882Z | Checking camino-tempfile v1.4.1 |
| 2280 | 2026-05-12T14:27:06.980Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-12T14:27:07.013Z | Checking universal-hash v0.5.1 |
| 2282 | 2026-05-12T14:27:07.064Z | Checking opaque-debug v0.3.1 |
| 2283 | 2026-05-12T14:27:07.160Z | Compiling crucible-workspace-hack v0.1.0 |
| 2284 | 2026-05-12T14:27:07.193Z | Checking aead v0.5.2 |
| 2285 | 2026-05-12T14:27:07.358Z | Compiling serde_yaml v0.9.34+deprecated |
| 2286 | 2026-05-12T14:27:07.423Z | Checking poly1305 v0.8.0 |
| 2287 | 2026-05-12T14:27:07.562Z | Checking chacha20 v0.9.1 |
| 2288 | 2026-05-12T14:27:07.706Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2289 | 2026-05-12T14:27:07.739Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2290 | 2026-05-12T14:27:07.782Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2291 | 2026-05-12T14:27:08.243Z | Checking password-hash v0.5.0 |
| 2292 | 2026-05-12T14:27:08.248Z | Checking blake2 v0.10.6 |
| 2293 | 2026-05-12T14:27:08.436Z | Compiling typify-impl v0.6.2 |
| 2294 | 2026-05-12T14:27:08.479Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-12T14:27:08.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2296 | 2026-05-12T14:27:08.851Z | Checking chacha20poly1305 v0.10.1 |
| 2297 | 2026-05-12T14:27:08.901Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2298 | 2026-05-12T14:27:08.941Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-12T14:27:09.005Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2300 | 2026-05-12T14:27:09.070Z | Checking vsss-rs v3.3.4 |
| 2301 | 2026-05-12T14:27:09.224Z | Checking byte-wrapper v0.1.0 |
| 2302 | 2026-05-12T14:27:09.333Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2303 | 2026-05-12T14:27:09.466Z | Checking swrite v0.1.0 |
| 2304 | 2026-05-12T14:27:09.469Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-05-12T14:27:09.588Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2306 | 2026-05-12T14:27:09.622Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2307 | 2026-05-12T14:27:09.990Z | Checking crossbeam-deque v0.8.6 |
| 2308 | 2026-05-12T14:27:10.195Z | Compiling rayon-core v1.13.0 |
| 2309 | 2026-05-12T14:27:10.229Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2310 | 2026-05-12T14:27:10.232Z | Checking toml v0.8.23 |
| 2311 | 2026-05-12T14:27:10.294Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-05-12T14:27:10.604Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2313 | 2026-05-12T14:27:10.637Z | Checking unicode-width v0.1.14 |
| 2314 | 2026-05-12T14:27:10.799Z | Checking rayon v1.11.0 |
| 2315 | 2026-05-12T14:27:10.911Z | Checking glob v0.3.3 |
| 2316 | 2026-05-12T14:27:11.072Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2317 | 2026-05-12T14:27:11.105Z | Checking tabwriter v1.4.1 |
| 2318 | 2026-05-12T14:27:11.136Z | Compiling heapless v0.8.0 |
| 2319 | 2026-05-12T14:27:11.194Z | Compiling proc-macro-crate v3.4.0 |
| 2320 | 2026-05-12T14:27:11.277Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-05-12T14:27:11.408Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-12T14:27:11.568Z | Compiling smoltcp v0.11.0 |
| 2323 | 2026-05-12T14:27:11.643Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-05-12T14:27:11.771Z | Checking cobs v0.3.0 |
| 2325 | 2026-05-12T14:27:11.922Z | Compiling usdt-macro v0.5.0 |
| 2326 | 2026-05-12T14:27:11.955Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-05-12T14:27:12.026Z | Checking memmap v0.7.0 |
| 2328 | 2026-05-12T14:27:12.079Z | Checking colored v3.1.1 |
| 2329 | 2026-05-12T14:27:12.186Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-12T14:27:12.312Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-12T14:27:12.436Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-12T14:27:12.629Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-12T14:27:12.673Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2334 | 2026-05-12T14:27:12.776Z | Checking usdt v0.5.0 |
| 2335 | 2026-05-12T14:27:12.911Z | Checking sigpipe v0.1.3 |
| 2336 | 2026-05-12T14:27:12.962Z | Compiling typify-macro v0.6.2 |
| 2337 | 2026-05-12T14:27:12.995Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2338 | 2026-05-12T14:27:13.030Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-12T14:27:13.064Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-12T14:27:13.107Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-12T14:27:13.208Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-12T14:27:13.326Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-12T14:27:13.358Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-12T14:27:13.585Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-12T14:27:13.649Z | Checking foreign-types v0.5.0 |
| 2346 | 2026-05-12T14:27:13.685Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-05-12T14:27:13.727Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-05-12T14:27:13.760Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-12T14:27:13.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2350 | 2026-05-12T14:27:13.837Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-05-12T14:27:14.013Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2352 | 2026-05-12T14:27:14.046Z | Checking rand v0.10.0 |
| 2353 | 2026-05-12T14:27:14.148Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-05-12T14:27:14.180Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-05-12T14:27:14.210Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-12T14:27:14.313Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-12T14:27:14.316Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-12T14:27:14.411Z | Compiling zone_cfg_derive v0.3.1 |
| 2359 | 2026-05-12T14:27:14.414Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2360 | 2026-05-12T14:27:14.474Z | Checking num_enum v0.5.11 |
| 2361 | 2026-05-12T14:27:14.530Z | Checking ingot v0.1.1 |
| 2362 | 2026-05-12T14:27:14.628Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-12T14:27:14.658Z | Checking itertools v0.12.1 |
| 2364 | 2026-05-12T14:27:14.689Z | Compiling num-derive v0.4.2 |
| 2365 | 2026-05-12T14:27:14.779Z | Compiling typify v0.6.2 |
| 2366 | 2026-05-12T14:27:14.915Z | Compiling progenitor-impl v0.14.0 |
| 2367 | 2026-05-12T14:27:15.074Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-12T14:27:15.405Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2369 | 2026-05-12T14:27:15.510Z | Checking smf v0.2.3 |
| 2370 | 2026-05-12T14:27:15.585Z | Checking whoami v1.6.1 |
| 2371 | 2026-05-12T14:27:15.620Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2372 | 2026-05-12T14:27:15.690Z | Checking zone v0.3.1 |
| 2373 | 2026-05-12T14:27:15.762Z | Checking tokio-dtrace v0.1.1 |
| 2374 | 2026-05-12T14:27:15.795Z | Compiling derive-where v1.6.0 |
| 2375 | 2026-05-12T14:27:15.862Z | Checking console v0.15.11 |
| 2376 | 2026-05-12T14:27:15.872Z | Checking atomicwrites v0.4.4 |
| 2377 | 2026-05-12T14:27:15.969Z | Checking oxide-tokio-rt v0.1.4 |
| 2378 | 2026-05-12T14:27:16.045Z | Checking newline-converter v0.3.0 |
| 2379 | 2026-05-12T14:27:16.078Z | Checking num-rational v0.4.2 |
| 2380 | 2026-05-12T14:27:16.156Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2381 | 2026-05-12T14:27:16.159Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-12T14:27:16.220Z | Checking bytecount v0.6.9 |
| 2383 | 2026-05-12T14:27:16.224Z | Checking expectorate v1.2.0 |
| 2384 | 2026-05-12T14:27:16.350Z | Checking float-ord v0.3.2 |
| 2385 | 2026-05-12T14:27:16.383Z | Compiling progenitor-impl v0.13.0 |
| 2386 | 2026-05-12T14:27:16.481Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-05-12T14:27:16.545Z | Checking num v0.4.3 |
| 2388 | 2026-05-12T14:27:16.909Z | Checking progenitor-client v0.13.0 |
| 2389 | 2026-05-12T14:27:17.118Z | Compiling cancel-safe-futures v0.1.5 |
| 2390 | 2026-05-12T14:27:17.305Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2391 | 2026-05-12T14:27:17.401Z | Checking libsw-core v0.3.2 |
| 2392 | 2026-05-12T14:27:17.536Z | Compiling progenitor-macro v0.14.0 |
| 2393 | 2026-05-12T14:27:17.569Z | Compiling prettyplease v0.2.37 |
| 2394 | 2026-05-12T14:27:17.572Z | Checking libsw v3.5.0 |
| 2395 | 2026-05-12T14:27:17.802Z | Checking linear-map v1.2.0 |
| 2396 | 2026-05-12T14:27:17.873Z | Checking gethostname v0.5.0 |
| 2397 | 2026-05-12T14:27:17.991Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2398 | 2026-05-12T14:27:18.039Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2399 | 2026-05-12T14:27:18.121Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2400 | 2026-05-12T14:27:18.420Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-12T14:27:18.660Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2402 | 2026-05-12T14:27:19.109Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-05-12T14:27:20.247Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-12T14:27:21.414Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-12T14:27:21.858Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2406 | 2026-05-12T14:27:22.489Z | Checking progenitor v0.14.0 |
| 2407 | 2026-05-12T14:27:22.878Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2408 | 2026-05-12T14:27:23.599Z | Checking unicode-linebreak v0.1.5 |
| 2409 | 2026-05-12T14:27:23.765Z | Checking resolv-conf v0.7.6 |
| 2410 | 2026-05-12T14:27:23.802Z | Checking smawk v0.3.2 |
| 2411 | 2026-05-12T14:27:23.949Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-12T14:27:23.981Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-12T14:27:23.984Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-12T14:27:24.042Z | Checking progenitor v0.13.0 |
| 2415 | 2026-05-12T14:27:24.147Z | Compiling convert_case v0.10.0 |
| 2416 | 2026-05-12T14:27:24.185Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-05-12T14:27:24.362Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2418 | 2026-05-12T14:27:24.404Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2419 | 2026-05-12T14:27:24.509Z | Compiling derive_more-impl v2.1.1 |
| 2420 | 2026-05-12T14:27:24.597Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2421 | 2026-05-12T14:27:24.997Z | Checking tabled v0.15.0 |
| 2422 | 2026-05-12T14:27:25.110Z | Checking fd-lock v4.0.4 |
| 2423 | 2026-05-12T14:27:25.242Z | Checking vte v0.14.1 |
| 2424 | 2026-05-12T14:27:25.273Z | Checking display-error-chain v0.2.2 |
| 2425 | 2026-05-12T14:27:25.276Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2426 | 2026-05-12T14:27:25.345Z | Checking derive_more v2.1.1 |
| 2427 | 2026-05-12T14:27:25.415Z | Checking termtree v0.5.1 |
| 2428 | 2026-05-12T14:27:25.447Z | Checking strip-ansi-escapes v0.2.1 |
| 2429 | 2026-05-12T14:27:25.451Z | Checking crossterm v0.29.0 |
| 2430 | 2026-05-12T14:27:25.510Z | Checking nu-ansi-term v0.50.3 |
| 2431 | 2026-05-12T14:27:25.515Z | Checking linked-hash-map v0.5.6 |
| 2432 | 2026-05-12T14:27:25.576Z | Checking textwrap v0.16.2 |
| 2433 | 2026-05-12T14:27:25.606Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-05-12T14:27:25.744Z | Checking lru-cache v0.1.2 |
| 2435 | 2026-05-12T14:27:25.746Z | Checking reedline v0.40.0 |
| 2436 | 2026-05-12T14:27:25.815Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-05-12T14:27:25.892Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2438 | 2026-05-12T14:27:26.058Z | Compiling nom v7.1.3 |
| 2439 | 2026-05-12T14:27:26.101Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2026-05-12T14:27:26.154Z | Compiling ar_archive_writer v0.5.1 |
| 2441 | 2026-05-12T14:27:26.455Z | Checking humantime v2.3.0 |
| 2442 | 2026-05-12T14:27:26.674Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2443 | 2026-05-12T14:27:26.707Z | Checking csv-core v0.1.13 |
| 2444 | 2026-05-12T14:27:26.914Z | Checking csv v1.4.0 |
| 2445 | 2026-05-12T14:27:26.947Z | Compiling stacker v0.1.23 |
| 2446 | 2026-05-12T14:27:27.033Z | Compiling psm v0.1.30 |
| 2447 | 2026-05-12T14:27:27.151Z | Compiling semver v0.1.20 |
| 2448 | 2026-05-12T14:27:27.230Z | Compiling cfg_aliases v0.1.1 |
| 2449 | 2026-05-12T14:27:27.266Z | Checking highway v1.3.0 |
| 2450 | 2026-05-12T14:27:27.341Z | Compiling nix v0.28.0 |
| 2451 | 2026-05-12T14:27:27.380Z | Compiling rustc_version v0.1.7 |
| 2452 | 2026-05-12T14:27:27.413Z | Checking nibble_vec v0.1.0 |
| 2453 | 2026-05-12T14:27:27.444Z | Checking hickory-resolver v0.24.4 |
| 2454 | 2026-05-12T14:27:27.479Z | Checking endian-type v0.1.2 |
| 2455 | 2026-05-12T14:27:27.512Z | Checking home v0.5.12 |
| 2456 | 2026-05-12T14:27:27.582Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2457 | 2026-05-12T14:27:27.654Z | Compiling newtype_derive v0.1.6 |
| 2458 | 2026-05-12T14:27:27.657Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-05-12T14:27:27.657Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2460 | 2026-05-12T14:27:27.816Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2461 | 2026-05-12T14:27:27.868Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-05-12T14:27:27.917Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-12T14:27:27.952Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-12T14:27:28.094Z | Checking phf v0.12.1 |
| 2465 | 2026-05-12T14:27:28.200Z | Checking qorb v0.4.1 |
| 2466 | 2026-05-12T14:27:28.326Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2467 | 2026-05-12T14:27:28.356Z | Compiling const_format_proc_macros v0.2.34 |
| 2468 | 2026-05-12T14:27:28.388Z | Checking recursive v0.1.1 |
| 2469 | 2026-05-12T14:27:28.392Z | Compiling peg-macros v0.8.5 |
| 2470 | 2026-05-12T14:27:28.480Z | Checking winnow v0.6.26 |
| 2471 | 2026-05-12T14:27:28.514Z | Compiling sqlparser_derive v0.5.0 |
| 2472 | 2026-05-12T14:27:29.088Z | Checking unicode_categories v0.1.1 |
| 2473 | 2026-05-12T14:27:29.202Z | Checking const_format v0.2.35 |
| 2474 | 2026-05-12T14:27:29.265Z | Checking rustyline v14.0.0 |
| 2475 | 2026-05-12T14:27:29.328Z | Checking sqlparser v0.61.0 |
| 2476 | 2026-05-12T14:27:29.645Z | Checking sqlformat v0.3.5 |
| 2477 | 2026-05-12T14:27:29.821Z | Checking peg v0.8.5 |
| 2478 | 2026-05-12T14:27:29.919Z | Checking bcs v0.1.6 |
| 2479 | 2026-05-12T14:27:29.996Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-12T14:27:30.098Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-12T14:27:30.180Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2482 | 2026-05-12T14:27:30.214Z | Checking steno v0.4.1 |
| 2483 | 2026-05-12T14:27:30.407Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-12T14:27:30.462Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2485 | 2026-05-12T14:27:30.576Z | Checking xattr v1.6.1 |
| 2486 | 2026-05-12T14:27:30.732Z | Checking tar v0.4.45 |
| 2487 | 2026-05-12T14:27:31.085Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-12T14:27:31.135Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-12T14:27:31.167Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-12T14:27:31.244Z | Checking yasna v0.5.2 |
| 2491 | 2026-05-12T14:27:31.303Z | Checking headers v0.4.1 |
| 2492 | 2026-05-12T14:27:31.423Z | Checking dropshot-api-manager-types v0.7.1 |
| 2493 | 2026-05-12T14:27:31.653Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-12T14:27:31.685Z | Checking rcgen v0.12.1 |
| 2495 | 2026-05-12T14:27:31.786Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-05-12T14:27:31.820Z | Checking moka v0.12.13 |
| 2497 | 2026-05-12T14:27:31.985Z | Checking utf-8 v0.7.6 |
| 2498 | 2026-05-12T14:27:32.021Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2499 | 2026-05-12T14:27:32.150Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2500 | 2026-05-12T14:27:32.202Z | Compiling libefi-sys v0.1.0 |
| 2501 | 2026-05-12T14:27:32.449Z | Compiling bitfield-struct v0.6.2 |
| 2502 | 2026-05-12T14:27:32.485Z | Checking hickory-resolver v0.25.2 |
| 2503 | 2026-05-12T14:27:32.615Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2504 | 2026-05-12T14:27:32.722Z | Compiling radium v0.7.0 |
| 2505 | 2026-05-12T14:27:32.753Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2506 | 2026-05-12T14:27:32.935Z | Checking tungstenite v0.21.0 |
| 2507 | 2026-05-12T14:27:33.072Z | Compiling maybe-uninit v2.0.0 |
| 2508 | 2026-05-12T14:27:33.112Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-12T14:27:33.223Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2510 | 2026-05-12T14:27:33.255Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2511 | 2026-05-12T14:27:33.372Z | Checking tap v1.0.1 |
| 2512 | 2026-05-12T14:27:33.402Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-05-12T14:27:33.432Z | Checking tokio-tungstenite v0.21.0 |
| 2514 | 2026-05-12T14:27:33.506Z | Checking wyz v0.5.1 |
| 2515 | 2026-05-12T14:27:33.746Z | Compiling zerocopy-derive v0.6.6 |
| 2516 | 2026-05-12T14:27:33.751Z | Checking crc-catalog v2.4.0 |
| 2517 | 2026-05-12T14:27:33.751Z | Checking funty v2.0.0 |
| 2518 | 2026-05-12T14:27:33.868Z | Compiling packed_struct v0.10.1 |
| 2519 | 2026-05-12T14:27:33.920Z | Checking crc v3.4.0 |
| 2520 | 2026-05-12T14:27:34.111Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2521 | 2026-05-12T14:27:34.139Z | Compiling packed_struct_codegen v0.10.1 |
| 2522 | 2026-05-12T14:27:34.169Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-12T14:27:34.197Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2524 | 2026-05-12T14:27:34.270Z | Compiling bitfield-macros v0.19.4 |
| 2525 | 2026-05-12T14:27:34.648Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-12T14:27:34.976Z | Compiling indexmap v1.9.3 |
| 2527 | 2026-05-12T14:27:35.009Z | Checking nodrop v0.1.14 |
| 2528 | 2026-05-12T14:27:35.077Z | Checking bitfield v0.19.4 |
| 2529 | 2026-05-12T14:27:35.124Z | Checking array-init v0.0.4 |
| 2530 | 2026-05-12T14:27:35.242Z | Checking smallvec v0.6.14 |
| 2531 | 2026-05-12T14:27:35.272Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2532 | 2026-05-12T14:27:35.380Z | Checking hashbrown v0.12.3 |
| 2533 | 2026-05-12T14:27:35.451Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2534 | 2026-05-12T14:27:35.483Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-12T14:27:35.666Z | Checking ron v0.8.1 |
| 2536 | 2026-05-12T14:27:36.196Z | Checking hashbrown v0.13.2 |
| 2537 | 2026-05-12T14:27:36.245Z | Checking crc-any v2.5.0 |
| 2538 | 2026-05-12T14:27:36.446Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2539 | 2026-05-12T14:27:36.478Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2540 | 2026-05-12T14:27:36.592Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2541 | 2026-05-12T14:27:36.633Z | Checking path-slash v0.1.5 |
| 2542 | 2026-05-12T14:27:36.637Z | Checking object v0.30.4 |
| 2543 | 2026-05-12T14:27:36.753Z | Compiling xshell-macros v0.2.7 |
| 2544 | 2026-05-12T14:27:36.784Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2545 | 2026-05-12T14:27:36.973Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2546 | 2026-05-12T14:27:37.152Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-12T14:27:37.183Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2548 | 2026-05-12T14:27:37.291Z | Checking half v1.8.3 |
| 2549 | 2026-05-12T14:27:37.364Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2550 | 2026-05-12T14:27:37.512Z | Checking serde_cbor v0.11.2 |
| 2551 | 2026-05-12T14:27:37.859Z | Compiling num-derive v0.3.3 |
| 2552 | 2026-05-12T14:27:37.927Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-12T14:27:38.216Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2554 | 2026-05-12T14:27:38.401Z | Compiling proc-macro-error2 v2.0.1 |
| 2555 | 2026-05-12T14:27:38.467Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2556 | 2026-05-12T14:27:38.749Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2026-05-12T14:27:38.781Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-12T14:27:38.849Z | Checking libscf-sys v1.1.0 |
| 2559 | 2026-05-12T14:27:38.880Z | Checking testing_table v0.3.0 |
| 2560 | 2026-05-12T14:27:39.001Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2561 | 2026-05-12T14:27:39.031Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2562 | 2026-05-12T14:27:39.262Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2563 | 2026-05-12T14:27:39.537Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-12T14:27:39.606Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2565 | 2026-05-12T14:27:39.665Z | Checking crc8 v0.1.1 |
| 2566 | 2026-05-12T14:27:39.736Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2567 | 2026-05-12T14:27:39.790Z | Checking maplit v1.0.2 |
| 2568 | 2026-05-12T14:27:39.900Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2569 | 2026-05-12T14:27:39.903Z | Checking fxhash v0.2.1 |
| 2570 | 2026-05-12T14:27:39.962Z | Checking tabled v0.20.0 |
| 2571 | 2026-05-12T14:27:40.084Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2572 | 2026-05-12T14:27:40.324Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2573 | 2026-05-12T14:27:40.667Z | Checking unicase v2.9.0 |
| 2574 | 2026-05-12T14:27:40.701Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2575 | 2026-05-12T14:27:40.728Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-05-12T14:27:40.852Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2577 | 2026-05-12T14:27:41.095Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2578 | 2026-05-12T14:27:41.167Z | Compiling typify-impl v0.4.3 |
| 2579 | 2026-05-12T14:27:41.202Z | Checking kstat-rs v0.2.4 |
| 2580 | 2026-05-12T14:27:41.371Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2581 | 2026-05-12T14:27:41.403Z | Compiling diesel_derives v2.3.7 |
| 2582 | 2026-05-12T14:27:41.433Z | Compiling dsl_auto_type v0.2.0 |
| 2583 | 2026-05-12T14:27:41.655Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-05-12T14:27:41.827Z | Checking arc-swap v1.8.2 |
| 2585 | 2026-05-12T14:27:42.030Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-12T14:27:42.082Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-12T14:27:42.113Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-12T14:27:42.178Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2589 | 2026-05-12T14:27:42.288Z | Checking slog-scope v4.4.1 |
| 2590 | 2026-05-12T14:27:42.430Z | Checking r2d2 v0.8.10 |
| 2591 | 2026-05-12T14:27:42.460Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2592 | 2026-05-12T14:27:42.640Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2593 | 2026-05-12T14:27:42.988Z | Compiling git-stub v1.0.0 |
| 2594 | 2026-05-12T14:27:43.197Z | Checking downcast-rs v2.0.2 |
| 2595 | 2026-05-12T14:27:43.292Z | Compiling git-stub-vcs v0.1.0 |
| 2596 | 2026-05-12T14:27:43.324Z | Checking slog-stdlog v4.1.1 |
| 2597 | 2026-05-12T14:27:43.485Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2598 | 2026-05-12T14:27:43.489Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-12T14:27:43.643Z | Checking parking_lot v0.11.2 |
| 2600 | 2026-05-12T14:27:43.677Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2601 | 2026-05-12T14:27:43.708Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2602 | 2026-05-12T14:27:43.806Z | Checking prefix-trie v0.7.0 |
| 2603 | 2026-05-12T14:27:43.866Z | Checking sled v0.34.7 |
| 2604 | 2026-05-12T14:27:44.050Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2605 | 2026-05-12T14:27:44.175Z | Checking hickory-server v0.25.2 |
| 2606 | 2026-05-12T14:27:44.215Z | Checking nanorand v0.7.0 |
| 2607 | 2026-05-12T14:27:44.246Z | Compiling dirs-sys-next v0.1.2 |
| 2608 | 2026-05-12T14:27:44.440Z | Compiling salty v0.3.0 |
| 2609 | 2026-05-12T14:27:44.558Z | Compiling crunchy v0.2.4 |
| 2610 | 2026-05-12T14:27:44.748Z | Checking flume v0.11.1 |
| 2611 | 2026-05-12T14:27:44.890Z | Compiling dirs-next v2.0.0 |
| 2612 | 2026-05-12T14:27:45.020Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2613 | 2026-05-12T14:27:45.051Z | Compiling clang-sys v1.8.1 |
| 2614 | 2026-05-12T14:27:45.098Z | Checking primeorder v0.13.6 |
| 2615 | 2026-05-12T14:27:45.132Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2616 | 2026-05-12T14:27:45.163Z | Compiling tiny-keccak v2.0.2 |
| 2617 | 2026-05-12T14:27:45.367Z | Compiling term v0.7.0 |
| 2618 | 2026-05-12T14:27:45.585Z | Compiling typify-macro v0.4.3 |
| 2619 | 2026-05-12T14:27:45.614Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2620 | 2026-05-12T14:27:45.666Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2621 | 2026-05-12T14:27:45.811Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2622 | 2026-05-12T14:27:45.960Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2623 | 2026-05-12T14:27:46.116Z | Compiling bit-vec v0.6.3 |
| 2624 | 2026-05-12T14:27:46.235Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-05-12T14:27:46.302Z | Compiling bit-set v0.5.3 |
| 2626 | 2026-05-12T14:27:46.490Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-12T14:27:46.521Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-12T14:27:46.622Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-12T14:27:46.765Z | Compiling fs-err v2.11.0 |
| 2630 | 2026-05-12T14:27:46.802Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-12T14:27:46.859Z | Compiling regex-syntax v0.6.29 |
| 2632 | 2026-05-12T14:27:46.987Z | Compiling diff v0.1.13 |
| 2633 | 2026-05-12T14:27:47.286Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2634 | 2026-05-12T14:27:47.315Z | Compiling typify v0.4.3 |
| 2635 | 2026-05-12T14:27:47.454Z | Checking p384 v0.13.1 |
| 2636 | 2026-05-12T14:27:47.486Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2637 | 2026-05-12T14:27:47.589Z | Compiling cexpr v0.6.0 |
| 2638 | 2026-05-12T14:27:47.621Z | Checking diesel v2.3.7 |
| 2639 | 2026-05-12T14:27:47.624Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2640 | 2026-05-12T14:27:48.013Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2641 | 2026-05-12T14:27:48.157Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2642 | 2026-05-12T14:27:48.328Z | Compiling lalrpop v0.19.12 |
| 2643 | 2026-05-12T14:27:48.378Z | Compiling libxml v0.3.3 |
| 2644 | 2026-05-12T14:27:48.445Z | Checking parse-size v1.1.0 |
| 2645 | 2026-05-12T14:27:48.599Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2646 | 2026-05-12T14:27:49.063Z | Compiling progenitor-impl v0.11.2 |
| 2647 | 2026-05-12T14:27:49.486Z | Compiling strum_macros v0.24.3 |
| 2648 | 2026-05-12T14:27:50.009Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2649 | 2026-05-12T14:27:50.627Z | Compiling indoc v1.0.9 |
| 2650 | 2026-05-12T14:27:50.856Z | Checking assert_matches v1.5.0 |
| 2651 | 2026-05-12T14:27:51.084Z | Compiling progenitor-impl v0.10.0 |
| 2652 | 2026-05-12T14:27:51.488Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2653 | 2026-05-12T14:27:51.712Z | Compiling progenitor-macro v0.11.2 |
| 2654 | 2026-05-12T14:27:51.883Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2655 | 2026-05-12T14:27:52.102Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2656 | 2026-05-12T14:27:52.483Z | Checking predicates-tree v1.0.13 |
| 2657 | 2026-05-12T14:27:52.629Z | Checking progenitor-client v0.11.2 |
| 2658 | 2026-05-12T14:27:52.677Z | Checking quick-xml v0.37.5 |
| 2659 | 2026-05-12T14:27:52.905Z | Checking derive_builder v0.20.2 |
| 2660 | 2026-05-12T14:27:53.050Z | Compiling oso-derive v0.27.3 |
| 2661 | 2026-05-12T14:27:53.589Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2662 | 2026-05-12T14:27:53.619Z | Compiling trait-variant v0.1.2 |
| 2663 | 2026-05-12T14:27:53.712Z | Checking openssl-probe v0.1.6 |
| 2664 | 2026-05-12T14:27:53.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2665 | 2026-05-12T14:27:54.120Z | Compiling progenitor-macro v0.10.0 |
| 2666 | 2026-05-12T14:27:54.192Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2667 | 2026-05-12T14:27:54.272Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2668 | 2026-05-12T14:27:54.999Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2669 | 2026-05-12T14:27:55.158Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2670 | 2026-05-12T14:27:56.228Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-05-12T14:27:56.600Z | Checking progenitor v0.11.2 |
| 2672 | 2026-05-12T14:27:56.775Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2673 | 2026-05-12T14:27:56.833Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2674 | 2026-05-12T14:27:57.123Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2675 | 2026-05-12T14:27:57.861Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2676 | 2026-05-12T14:27:58.951Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-05-12T14:27:59.057Z | Checking progenitor v0.10.0 |
| 2678 | 2026-05-12T14:27:59.228Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2679 | 2026-05-12T14:27:59.529Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2680 | 2026-05-12T14:27:59.629Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2681 | 2026-05-12T14:27:59.946Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-05-12T14:27:59.978Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2683 | 2026-05-12T14:28:00.176Z | Checking corncobs v0.1.4 |
| 2684 | 2026-05-12T14:28:00.219Z | Checking http-range v0.1.5 |
| 2685 | 2026-05-12T14:28:00.338Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-05-12T14:28:00.449Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-05-12T14:28:00.703Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2688 | 2026-05-12T14:28:00.706Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2689 | 2026-05-12T14:28:00.815Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2690 | 2026-05-12T14:28:00.952Z | Checking ignore v0.4.25 |
| 2691 | 2026-05-12T14:28:01.386Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2692 | 2026-05-12T14:28:01.450Z | Checking atty v0.2.14 |
| 2693 | 2026-05-12T14:28:01.577Z | Checking secrecy v0.8.0 |
| 2694 | 2026-05-12T14:28:01.941Z | Checking globwalk v0.9.1 |
| 2695 | 2026-05-12T14:28:02.339Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2696 | 2026-05-12T14:28:02.518Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2697 | 2026-05-12T14:28:02.923Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2698 | 2026-05-12T14:28:03.083Z | Checking bb8 v0.8.6 |
| 2699 | 2026-05-12T14:28:03.219Z | Checking hyper-staticfile v0.10.1 |
| 2700 | 2026-05-12T14:28:03.356Z | Checking camino-tempfile-ext v0.3.3 |
| 2701 | 2026-05-12T14:28:03.397Z | Checking async-bb8-diesel v0.2.1 |
| 2702 | 2026-05-12T14:28:03.544Z | Checking diesel-dtrace v0.5.0 |
| 2703 | 2026-05-12T14:28:03.608Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2704 | 2026-05-12T14:28:03.727Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2705 | 2026-05-12T14:28:03.788Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2706 | 2026-05-12T14:28:03.818Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2707 | 2026-05-12T14:28:03.924Z | Checking signal-hook-tokio v0.3.1 |
| 2708 | 2026-05-12T14:28:04.005Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2709 | 2026-05-12T14:28:04.036Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2710 | 2026-05-12T14:28:04.124Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2711 | 2026-05-12T14:28:04.302Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2712 | 2026-05-12T14:28:04.927Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2713 | 2026-05-12T14:28:05.084Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2714 | 2026-05-12T14:28:05.117Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-05-12T14:28:05.336Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2716 | 2026-05-12T14:28:05.463Z | Checking nonempty v0.12.0 |
| 2717 | 2026-05-12T14:28:05.649Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2718 | 2026-05-12T14:28:05.681Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2719 | 2026-05-12T14:28:05.684Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2720 | 2026-05-12T14:28:06.077Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2721 | 2026-05-12T14:28:06.108Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2722 | 2026-05-12T14:28:06.489Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2723 | 2026-05-12T14:28:06.521Z | Checking tungstenite v0.23.0 |
| 2724 | 2026-05-12T14:28:06.775Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2725 | 2026-05-12T14:28:06.977Z | Checking tokio-tungstenite v0.23.1 |
| 2726 | 2026-05-12T14:28:07.280Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2727 | 2026-05-12T14:28:07.591Z | Checking rand_seeder v0.4.0 |
| 2728 | 2026-05-12T14:28:07.658Z | Checking void v1.0.2 |
| 2729 | 2026-05-12T14:28:07.691Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2730 | 2026-05-12T14:28:07.767Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2731 | 2026-05-12T14:28:07.797Z | Checking lzss v0.8.2 |
| 2732 | 2026-05-12T14:28:07.962Z | Checking nix v0.27.1 |
| 2733 | 2026-05-12T14:28:07.994Z | Checking serde_bytes v0.11.19 |
| 2734 | 2026-05-12T14:28:08.026Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2735 | 2026-05-12T14:28:08.146Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2736 | 2026-05-12T14:28:08.224Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2737 | 2026-05-12T14:28:08.273Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2738 | 2026-05-12T14:28:08.547Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2739 | 2026-05-12T14:28:08.884Z | Checking is_ci v1.2.0 |
| 2740 | 2026-05-12T14:28:09.009Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2741 | 2026-05-12T14:28:09.209Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2742 | 2026-05-12T14:28:09.236Z | Checking yansi v1.0.1 |
| 2743 | 2026-05-12T14:28:09.310Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2744 | 2026-05-12T14:28:09.530Z | Checking pretty_assertions v1.4.1 |
| 2745 | 2026-05-12T14:28:09.598Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2746 | 2026-05-12T14:28:09.692Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2747 | 2026-05-12T14:28:09.952Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2748 | 2026-05-12T14:28:09.961Z | Compiling darling_core v0.23.0 |
| 2749 | 2026-05-12T14:28:10.961Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2750 | 2026-05-12T14:28:11.186Z | Compiling indoc v2.0.7 |
| 2751 | 2026-05-12T14:28:11.189Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2752 | 2026-05-12T14:28:11.444Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2753 | 2026-05-12T14:28:11.674Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2754 | 2026-05-12T14:28:11.905Z | Compiling instability v0.3.11 |
| 2755 | 2026-05-12T14:28:12.278Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-12T14:28:12.310Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2757 | 2026-05-12T14:28:12.340Z | Compiling libz-sys v1.1.24 |
| 2758 | 2026-05-12T14:28:12.509Z | Compiling darling_macro v0.23.0 |
| 2759 | 2026-05-12T14:28:12.541Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2760 | 2026-05-12T14:28:12.741Z | Checking castaway v0.2.4 |
| 2761 | 2026-05-12T14:28:12.882Z | Checking compact_str v0.8.1 |
| 2762 | 2026-05-12T14:28:13.074Z | Compiling darling v0.23.0 |
| 2763 | 2026-05-12T14:28:13.355Z | Checking supports-color v3.0.2 |
| 2764 | 2026-05-12T14:28:13.520Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2765 | 2026-05-12T14:28:13.758Z | Checking unicode-truncate v1.1.0 |
| 2766 | 2026-05-12T14:28:13.872Z | Checking console v0.16.2 |
| 2767 | 2026-05-12T14:28:13.933Z | Checking lru v0.12.5 |
| 2768 | 2026-05-12T14:28:13.998Z | Checking cassowary v0.3.0 |
| 2769 | 2026-05-12T14:28:14.040Z | Checking unit-prefix v0.5.2 |
| 2770 | 2026-05-12T14:28:14.162Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2771 | 2026-05-12T14:28:14.203Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2772 | 2026-05-12T14:28:14.234Z | Checking indicatif v0.18.4 |
| 2773 | 2026-05-12T14:28:14.264Z | Checking ratatui v0.29.0 |
| 2774 | 2026-05-12T14:28:14.401Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2775 | 2026-05-12T14:28:14.814Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2776 | 2026-05-12T14:28:15.599Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2777 | 2026-05-12T14:28:15.827Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-05-12T14:28:16.045Z | Compiling vergen-git2 v1.0.7 |
| 2779 | 2026-05-12T14:28:16.106Z | Checking plotters-backend v0.3.7 |
| 2780 | 2026-05-12T14:28:16.150Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2781 | 2026-05-12T14:28:16.308Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2782 | 2026-05-12T14:28:16.340Z | Checking plotters-svg v0.3.7 |
| 2783 | 2026-05-12T14:28:16.370Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2784 | 2026-05-12T14:28:16.507Z | Checking colored v2.2.0 |
| 2785 | 2026-05-12T14:28:16.538Z | Compiling rustls v0.21.12 |
| 2786 | 2026-05-12T14:28:16.737Z | Checking cast v0.3.0 |
| 2787 | 2026-05-12T14:28:16.769Z | Checking shell-words v1.1.1 |
| 2788 | 2026-05-12T14:28:16.921Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-12T14:28:17.027Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-12T14:28:17.110Z | Checking typeid v1.0.3 |
| 2791 | 2026-05-12T14:28:17.194Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2792 | 2026-05-12T14:28:17.242Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-05-12T14:28:17.463Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2794 | 2026-05-12T14:28:17.691Z | Checking sct v0.7.1 |
| 2795 | 2026-05-12T14:28:17.788Z | Checking rustls-webpki v0.101.7 |
| 2796 | 2026-05-12T14:28:17.858Z | Checking tinytemplate v1.2.1 |
| 2797 | 2026-05-12T14:28:18.136Z | Compiling nix v0.29.0 |
| 2798 | 2026-05-12T14:28:18.181Z | Compiling dropshot v0.16.7 |
| 2799 | 2026-05-12T14:28:18.212Z | Checking hex-literal v0.4.1 |
| 2800 | 2026-05-12T14:28:18.341Z | Checking oorandom v11.1.5 |
| 2801 | 2026-05-12T14:28:18.411Z | Checking anes v0.1.6 |
| 2802 | 2026-05-12T14:28:18.578Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-05-12T14:28:18.650Z | Checking criterion v0.7.0 |
| 2804 | 2026-05-12T14:28:19.980Z | Checking erased-serde v0.4.9 |
| 2805 | 2026-05-12T14:28:20.011Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2806 | 2026-05-12T14:28:20.360Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2807 | 2026-05-12T14:28:21.140Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2808 | 2026-05-12T14:28:21.976Z | Checking toml v0.9.12+spec-1.1.0 |
| 2809 | 2026-05-12T14:28:22.588Z | Checking ordered-float v2.10.1 |
| 2810 | 2026-05-12T14:28:22.850Z | Compiling dropshot_endpoint v0.16.7 |
| 2811 | 2026-05-12T14:28:23.060Z | Checking serde-value v0.7.0 |
| 2812 | 2026-05-12T14:28:23.302Z | Checking serde-untagged v0.1.9 |
| 2813 | 2026-05-12T14:28:23.539Z | Checking tokio-rustls v0.24.1 |
| 2814 | 2026-05-12T14:28:24.029Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2815 | 2026-05-12T14:28:24.852Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2816 | 2026-05-12T14:28:24.902Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2817 | 2026-05-12T14:28:25.074Z | Checking rustls-pemfile v1.0.4 |
| 2818 | 2026-05-12T14:28:25.106Z | Checking twox-hash v2.1.2 |
| 2819 | 2026-05-12T14:28:25.245Z | Checking unicode-xid v0.2.6 |
| 2820 | 2026-05-12T14:28:25.385Z | Checking cargo-util-schemas v0.8.2 |
| 2821 | 2026-05-12T14:28:25.432Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2822 | 2026-05-12T14:28:26.331Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2823 | 2026-05-12T14:28:26.558Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2824 | 2026-05-12T14:28:26.739Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2825 | 2026-05-12T14:28:26.773Z | Checking fatfs v0.3.6 |
| 2826 | 2026-05-12T14:28:26.923Z | Checking cargo-platform v0.2.0 |
| 2827 | 2026-05-12T14:28:27.139Z | Compiling petname v2.0.2 |
| 2828 | 2026-05-12T14:28:27.245Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2829 | 2026-05-12T14:28:27.276Z | Compiling seq-macro v0.3.6 |
| 2830 | 2026-05-12T14:28:27.797Z | Checking cargo_metadata v0.21.0 |
| 2831 | 2026-05-12T14:28:27.827Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-12T14:28:28.582Z | Checking concurrent-queue v2.5.0 |
| 2833 | 2026-05-12T14:28:28.614Z | Checking rtoolbox v0.0.3 |
| 2834 | 2026-05-12T14:28:28.779Z | Checking parking v2.2.1 |
| 2835 | 2026-05-12T14:28:28.809Z | Checking rpassword v7.4.0 |
| 2836 | 2026-05-12T14:28:28.931Z | Checking event-listener v5.4.1 |
| 2837 | 2026-05-12T14:28:29.184Z | Checking tui-tree-widget v0.23.1 |
| 2838 | 2026-05-12T14:28:29.372Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2839 | 2026-05-12T14:28:29.403Z | Checking polyval v0.6.2 |
| 2840 | 2026-05-12T14:28:29.564Z | Checking sapling-renderdag v0.1.0 |
| 2841 | 2026-05-12T14:28:29.598Z | Checking sync-ptr v0.1.4 |
| 2842 | 2026-05-12T14:28:29.744Z | Checking ghash v0.5.1 |
| 2843 | 2026-05-12T14:28:29.833Z | Checking event-listener-strategy v0.5.4 |
| 2844 | 2026-05-12T14:28:29.892Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2845 | 2026-05-12T14:28:29.999Z | Checking ctr v0.9.2 |
| 2846 | 2026-05-12T14:28:30.110Z | Checking constant_time_eq v0.4.2 |
| 2847 | 2026-05-12T14:28:30.193Z | Checking futures-timer v3.0.3 |
| 2848 | 2026-05-12T14:28:30.250Z | Compiling samael v0.0.19 |
| 2849 | 2026-05-12T14:28:30.280Z | Checking arrayref v0.3.9 |
| 2850 | 2026-05-12T14:28:30.381Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-05-12T14:28:30.411Z | Checking aes-gcm v0.10.3 |
| 2852 | 2026-05-12T14:28:30.479Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2853 | 2026-05-12T14:28:30.619Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-12T14:28:30.660Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-12T14:28:31.042Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2856 | 2026-05-12T14:28:31.644Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-12T14:28:31.733Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-05-12T14:28:31.956Z | Checking blowfish v0.9.1 |
| 2859 | 2026-05-12T14:28:32.138Z | Checking bcrypt-pbkdf v0.10.0 |
| 2860 | 2026-05-12T14:28:32.333Z | Checking ssh-cipher v0.2.0 |
| 2861 | 2026-05-12T14:28:32.540Z | Checking async-object-pool v0.2.0 |
| 2862 | 2026-05-12T14:28:32.687Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2863 | 2026-05-12T14:28:32.857Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2864 | 2026-05-12T14:28:33.070Z | Checking serde_regex v1.1.0 |
| 2865 | 2026-05-12T14:28:33.179Z | Checking password-hash v0.4.2 |
| 2866 | 2026-05-12T14:28:33.265Z | Checking assert-json-diff v2.0.2 |
| 2867 | 2026-05-12T14:28:33.433Z | Checking path-tree v0.8.3 |
| 2868 | 2026-05-12T14:28:33.464Z | Compiling target-lexicon v0.13.3 |
| 2869 | 2026-05-12T14:28:33.536Z | Checking stringmetrics v2.2.2 |
| 2870 | 2026-05-12T14:28:33.647Z | Checking gimli v0.32.3 |
| 2871 | 2026-05-12T14:28:33.718Z | Checking httpmock v0.8.3 |
| 2872 | 2026-05-12T14:28:34.040Z | Checking pbkdf2 v0.11.0 |
| 2873 | 2026-05-12T14:28:34.242Z | Checking ssh-key v0.6.7 |
| 2874 | 2026-05-12T14:28:35.199Z | Checking addr2line v0.25.1 |
| 2875 | 2026-05-12T14:28:35.371Z | Checking p256 v0.13.2 |
| 2876 | 2026-05-12T14:28:35.496Z | Checking p521 v0.13.3 |
| 2877 | 2026-05-12T14:28:35.652Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2878 | 2026-05-12T14:28:35.884Z | Checking russh-cryptovec v0.7.3 |
| 2879 | 2026-05-12T14:28:35.915Z | Checking md5 v0.7.0 |
| 2880 | 2026-05-12T14:28:36.054Z | Compiling guppy-workspace-hack v0.1.0 |
| 2881 | 2026-05-12T14:28:36.116Z | Checking rustc-demangle v0.1.27 |
| 2882 | 2026-05-12T14:28:36.147Z | Checking russh-keys v0.45.0 |
| 2883 | 2026-05-12T14:28:36.376Z | Checking backtrace v0.3.76 |
| 2884 | 2026-05-12T14:28:36.567Z | Checking num-bigint v0.4.6 |
| 2885 | 2026-05-12T14:28:36.707Z | Checking des v0.8.1 |
| 2886 | 2026-05-12T14:28:36.875Z | Compiling blake3 v1.8.3 |
| 2887 | 2026-05-12T14:28:36.907Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2888 | 2026-05-12T14:28:36.975Z | Compiling target-spec v3.5.7 |
| 2889 | 2026-05-12T14:28:37.359Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2890 | 2026-05-12T14:28:37.458Z | Checking backtrace-ext v0.2.1 |
| 2891 | 2026-05-12T14:28:37.540Z | Checking russh v0.45.0 |
| 2892 | 2026-05-12T14:28:37.600Z | Checking cfg-expr v0.20.6 |
| 2893 | 2026-05-12T14:28:37.860Z | Checking supports-color v2.1.0 |
| 2894 | 2026-05-12T14:28:38.002Z | Checking textwrap v0.15.2 |
| 2895 | 2026-05-12T14:28:38.034Z | Checking supports-unicode v2.1.0 |
| 2896 | 2026-05-12T14:28:38.037Z | Checking supports-hyperlinks v2.1.0 |
| 2897 | 2026-05-12T14:28:38.181Z | Checking hashbrown v0.14.5 |
| 2898 | 2026-05-12T14:28:38.217Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2899 | 2026-05-12T14:28:38.266Z | Checking cargo-platform v0.3.2 |
| 2900 | 2026-05-12T14:28:38.449Z | Checking terminal_size v0.1.17 |
| 2901 | 2026-05-12T14:28:38.480Z | Checking socket2 v0.5.10 |
| 2902 | 2026-05-12T14:28:38.593Z | Compiling miette-derive v5.10.0 |
| 2903 | 2026-05-12T14:28:38.697Z | Checking owo-colors v3.5.0 |
| 2904 | 2026-05-12T14:28:38.758Z | Checking internet-checksum v0.2.1 |
| 2905 | 2026-05-12T14:28:38.909Z | Checking chumsky v0.9.3 |
| 2906 | 2026-05-12T14:28:39.256Z | Checking cargo_metadata v0.23.1 |
| 2907 | 2026-05-12T14:28:39.758Z | Checking miette v5.10.0 |
| 2908 | 2026-05-12T14:28:40.040Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2909 | 2026-05-12T14:28:40.043Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2910 | 2026-05-12T14:28:40.215Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2911 | 2026-05-12T14:28:40.252Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2912 | 2026-05-12T14:28:40.460Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2913 | 2026-05-12T14:28:40.549Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2914 | 2026-05-12T14:28:40.736Z | Compiling knuffel-derive v3.2.0 |
| 2915 | 2026-05-12T14:28:40.874Z | Checking httptest v0.16.4 |
| 2916 | 2026-05-12T14:28:41.033Z | Checking pathdiff v0.2.3 |
| 2917 | 2026-05-12T14:28:41.171Z | Checking nested v0.1.1 |
| 2918 | 2026-05-12T14:28:41.265Z | Checking topological-sort v0.2.2 |
| 2919 | 2026-05-12T14:28:41.338Z | Checking guppy v0.17.25 |
| 2920 | 2026-05-12T14:28:41.407Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2921 | 2026-05-12T14:28:41.438Z | Checking omicron-zone-package v0.12.2 |
| 2922 | 2026-05-12T14:28:41.652Z | Checking similar-asserts v1.7.0 |
| 2923 | 2026-05-12T14:28:41.818Z | Compiling git2 v0.20.4 |
| 2924 | 2026-05-12T14:28:41.848Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2925 | 2026-05-12T14:28:42.013Z | Compiling target-triple v1.0.0 |
| 2926 | 2026-05-12T14:28:42.264Z | Checking knuffel v3.2.0 |
| 2927 | 2026-05-12T14:28:42.305Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2928 | 2026-05-12T14:28:42.366Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2929 | 2026-05-12T14:28:42.406Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2930 | 2026-05-12T14:28:42.632Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2931 | 2026-05-12T14:28:42.911Z | Checking hickory-client v0.25.2 |
| 2932 | 2026-05-12T14:28:43.252Z | Checking tokio-test v0.4.5 |
| 2933 | 2026-05-12T14:28:43.287Z | Compiling assert_cmd v2.1.2 |
| 2934 | 2026-05-12T14:28:43.495Z | Checking escape8259 v0.5.3 |
| 2935 | 2026-05-12T14:28:43.681Z | Checking libtest-mimic v0.8.1 |
| 2936 | 2026-05-12T14:28:43.764Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2937 | 2026-05-12T14:28:43.904Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2938 | 2026-05-12T14:28:43.954Z | Checking blake2b_simd v1.0.4 |
| 2939 | 2026-05-12T14:28:44.378Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2940 | 2026-05-12T14:28:44.622Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2941 | 2026-05-12T14:28:44.748Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2942 | 2026-05-12T14:28:44.812Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2943 | 2026-05-12T14:28:45.039Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2944 | 2026-05-12T14:28:45.070Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2945 | 2026-05-12T14:28:45.175Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2946 | 2026-05-12T14:28:45.302Z | Checking fancy-regex v0.14.0 |
| 2947 | 2026-05-12T14:28:45.467Z | Checking serde_tokenstream v0.2.3 |
| 2948 | 2026-05-12T14:28:45.528Z | Checking approx v0.5.1 |
| 2949 | 2026-05-12T14:28:45.693Z | Compiling rstest_macros v0.25.0 |
| 2950 | 2026-05-12T14:28:45.723Z | Checking uzers v0.12.2 |
| 2951 | 2026-05-12T14:28:45.752Z | Checking constant_time_eq v0.3.1 |
| 2952 | 2026-05-12T14:28:45.789Z | Compiling polar-core v0.27.3 |
| 2953 | 2026-05-12T14:28:45.883Z | Checking termcolor v1.4.1 |
| 2954 | 2026-05-12T14:28:45.981Z | Compiling linkme-impl v0.3.35 |
| 2955 | 2026-05-12T14:28:46.115Z | Checking rust-argon2 v2.1.0 |
| 2956 | 2026-05-12T14:28:46.146Z | Checking trybuild v1.0.116 |
| 2957 | 2026-05-12T14:28:46.369Z | Checking datatest-stable v0.3.3 |
| 2958 | 2026-05-12T14:28:46.704Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2959 | 2026-05-12T14:28:46.804Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2960 | 2026-05-12T14:28:47.024Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2961 | 2026-05-12T14:28:47.061Z | Checking support-bundle-viewer v0.1.2 |
| 2962 | 2026-05-12T14:28:47.324Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2963 | 2026-05-12T14:28:47.553Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2964 | 2026-05-12T14:28:47.679Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2965 | 2026-05-12T14:28:47.783Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2966 | 2026-05-12T14:28:47.910Z | Checking drift v0.1.4 |
| 2967 | 2026-05-12T14:28:48.020Z | Checking rand_distr v0.5.1 |
| 2968 | 2026-05-12T14:28:48.347Z | Checking multimap v0.10.1 |
| 2969 | 2026-05-12T14:28:48.567Z | Compiling linkme v0.3.35 |
| 2970 | 2026-05-12T14:28:48.600Z | Compiling relative-path v1.9.3 |
| 2971 | 2026-05-12T14:28:48.923Z | Checking dropshot-api-manager v0.7.1 |
| 2972 | 2026-05-12T14:28:50.184Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2973 | 2026-05-12T14:28:50.570Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2974 | 2026-05-12T14:28:50.758Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2975 | 2026-05-12T14:28:50.844Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2976 | 2026-05-12T14:28:50.912Z | Checking oso v0.27.3 |
| 2977 | 2026-05-12T14:28:51.111Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2978 | 2026-05-12T14:28:51.361Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2979 | 2026-05-12T14:28:51.431Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2980 | 2026-05-12T14:28:51.481Z | Checking cargo_toml v0.21.0 |
| 2981 | 2026-05-12T14:28:51.807Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2982 | 2026-05-12T14:28:51.894Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2983 | 2026-05-12T14:28:51.926Z | Checking partial-io v0.5.4 |
| 2984 | 2026-05-12T14:28:52.120Z | Checking termios v0.3.3 |
| 2985 | 2026-05-12T14:28:52.160Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2986 | 2026-05-12T14:28:52.349Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2987 | 2026-05-12T14:28:52.488Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2988 | 2026-05-12T14:28:52.638Z | Checking rstest v0.25.0 |
| 2989 | 2026-05-12T14:28:53.087Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2990 | 2026-05-12T14:28:57.158Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2991 | 2026-05-12T14:29:01.006Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2992 | 2026-05-12T14:29:01.455Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2993 | 2026-05-12T14:29:04.483Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2994 | 2026-05-12T14:29:08.338Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2995 | 2026-05-12T14:29:13.988Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2996 | 2026-05-12T14:29:17.007Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2997 | 2026-05-12T14:29:18.034Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2998 | 2026-05-12T14:29:18.102Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2999 | 2026-05-12T14:29:19.200Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3000 | 2026-05-12T14:29:28.177Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3001 | 2026-05-12T14:30:43.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3002 | 2026-05-12T14:30:43.718Z | |
| 3003 | 2026-05-12T14:30:43.718Z | real 4:05.484806937 |
| 3004 | 2026-05-12T14:30:43.718Z | user 20:52.361577886 |
| 3005 | 2026-05-12T14:30:43.718Z | sys 4:47.117286127 |
| 3006 | 2026-05-12T14:30:43.718Z | trap 0.506058344 |
| 3007 | 2026-05-12T14:30:43.718Z | tflt 0.463690165 |
| 3008 | 2026-05-12T14:30:43.718Z | dflt 0.393517585 |
| 3009 | 2026-05-12T14:30:43.721Z | kflt 0.005148673 |
| 3010 | 2026-05-12T14:30:43.721Z | lock 57:44.530833407 |
| 3011 | 2026-05-12T14:30:43.721Z | slp 57:53.395729130 |
| 3012 | 2026-05-12T14:30:43.721Z | lat 1:50.480891359 |
| 3013 | 2026-05-12T14:30:43.721Z | stop 10:12.758626069 |
| 3014 | 2026-05-12T14:30:43.721Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3015 | 2026-05-12T14:30:43.721Z | + ptime -m cargo doc --workspace --no-deps |
| 3016 | 2026-05-12T14:30:44.597Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3017 | 2026-05-12T14:30:44.597Z | | |
| 3018 | 2026-05-12T14:30:44.598Z | = 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)` |
| 3019 | 2026-05-12T14:30:44.598Z | = 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> |
| 3020 | 2026-05-12T14:30:45.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3021 | 2026-05-12T14:30:45.784Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3022 | 2026-05-12T14:30:45.829Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3023 | 2026-05-12T14:30:45.892Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3024 | 2026-05-12T14:30:46.008Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3025 | 2026-05-12T14:30:46.053Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3026 | 2026-05-12T14:30:46.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3027 | 2026-05-12T14:30:46.105Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3028 | 2026-05-12T14:30:46.154Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3029 | 2026-05-12T14:30:46.318Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3030 | 2026-05-12T14:30:46.358Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3031 | 2026-05-12T14:30:46.381Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3032 | 2026-05-12T14:30:46.435Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3033 | 2026-05-12T14:30:46.456Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3034 | 2026-05-12T14:30:46.475Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3035 | 2026-05-12T14:30:46.496Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3036 | 2026-05-12T14:30:46.576Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3037 | 2026-05-12T14:30:46.620Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3038 | 2026-05-12T14:30:46.645Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3039 | 2026-05-12T14:30:46.648Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3040 | 2026-05-12T14:30:47.031Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3041 | 2026-05-12T14:30:47.097Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3042 | 2026-05-12T14:30:47.210Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3043 | 2026-05-12T14:30:47.244Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3044 | 2026-05-12T14:30:47.289Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3045 | 2026-05-12T14:30:47.357Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3046 | 2026-05-12T14:30:47.388Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3047 | 2026-05-12T14:30:47.537Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3048 | 2026-05-12T14:30:47.579Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3049 | 2026-05-12T14:30:47.606Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3050 | 2026-05-12T14:30:47.701Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3051 | 2026-05-12T14:30:47.892Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3052 | 2026-05-12T14:30:47.957Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3053 | 2026-05-12T14:30:48.068Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3054 | 2026-05-12T14:30:48.184Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3055 | 2026-05-12T14:30:48.211Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3056 | 2026-05-12T14:30:48.258Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3057 | 2026-05-12T14:30:48.414Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3058 | 2026-05-12T14:30:48.441Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3059 | 2026-05-12T14:30:48.644Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3060 | 2026-05-12T14:30:48.732Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3061 | 2026-05-12T14:30:48.944Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3062 | 2026-05-12T14:30:48.981Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3063 | 2026-05-12T14:30:49.003Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3064 | 2026-05-12T14:30:49.115Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3065 | 2026-05-12T14:30:49.275Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3066 | 2026-05-12T14:30:49.302Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3067 | 2026-05-12T14:30:49.302Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3068 | 2026-05-12T14:30:49.399Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3069 | 2026-05-12T14:30:49.530Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3070 | 2026-05-12T14:30:49.552Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3071 | 2026-05-12T14:30:49.572Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3072 | 2026-05-12T14:30:49.598Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3073 | 2026-05-12T14:30:49.843Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3074 | 2026-05-12T14:30:49.843Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3075 | 2026-05-12T14:30:49.886Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3076 | 2026-05-12T14:30:49.889Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3077 | 2026-05-12T14:30:50.072Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3078 | 2026-05-12T14:30:50.116Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3079 | 2026-05-12T14:30:50.141Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3080 | 2026-05-12T14:30:50.164Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3081 | 2026-05-12T14:30:50.274Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3082 | 2026-05-12T14:30:50.319Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3083 | 2026-05-12T14:30:50.888Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3084 | 2026-05-12T14:30:51.331Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3085 | 2026-05-12T14:30:51.514Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3086 | 2026-05-12T14:30:51.721Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3087 | 2026-05-12T14:30:51.747Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3088 | 2026-05-12T14:30:51.795Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3089 | 2026-05-12T14:30:51.947Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3090 | 2026-05-12T14:30:52.119Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3091 | 2026-05-12T14:30:52.142Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-05-12T14:30:52.317Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-05-12T14:30:52.485Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3094 | 2026-05-12T14:30:52.753Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3095 | 2026-05-12T14:30:52.896Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3096 | 2026-05-12T14:30:53.214Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-05-12T14:30:53.446Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3098 | 2026-05-12T14:30:53.756Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3099 | 2026-05-12T14:30:54.036Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3100 | 2026-05-12T14:30:54.111Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3101 | 2026-05-12T14:30:54.759Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-05-12T14:30:55.043Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3103 | 2026-05-12T14:30:55.322Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3104 | 2026-05-12T14:30:55.694Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-05-12T14:30:55.754Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-05-12T14:30:55.826Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3107 | 2026-05-12T14:30:56.001Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3108 | 2026-05-12T14:30:56.166Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3109 | 2026-05-12T14:30:56.286Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3110 | 2026-05-12T14:30:56.289Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3111 | 2026-05-12T14:30:56.390Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3112 | 2026-05-12T14:30:56.527Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3113 | 2026-05-12T14:30:56.764Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3114 | 2026-05-12T14:30:56.838Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3115 | 2026-05-12T14:30:56.860Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3116 | 2026-05-12T14:30:56.926Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3117 | 2026-05-12T14:30:56.952Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3118 | 2026-05-12T14:30:57.033Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3119 | 2026-05-12T14:30:57.151Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3120 | 2026-05-12T14:30:57.185Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3121 | 2026-05-12T14:30:57.210Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3122 | 2026-05-12T14:30:57.233Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3123 | 2026-05-12T14:30:57.254Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3124 | 2026-05-12T14:30:57.351Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3125 | 2026-05-12T14:30:57.465Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3126 | 2026-05-12T14:30:57.555Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3127 | 2026-05-12T14:30:57.896Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3128 | 2026-05-12T14:30:58.304Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3129 | 2026-05-12T14:30:58.535Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3130 | 2026-05-12T14:30:59.149Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3131 | 2026-05-12T14:30:59.371Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3132 | 2026-05-12T14:30:59.562Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3133 | 2026-05-12T14:30:59.647Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3134 | 2026-05-12T14:30:59.879Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3135 | 2026-05-12T14:31:00.142Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3136 | 2026-05-12T14:31:00.563Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3137 | 2026-05-12T14:31:00.709Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3138 | 2026-05-12T14:31:00.788Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3139 | 2026-05-12T14:31:00.834Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3140 | 2026-05-12T14:31:01.516Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3141 | 2026-05-12T14:31:01.705Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3142 | 2026-05-12T14:31:02.006Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3143 | 2026-05-12T14:31:02.094Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3144 | 2026-05-12T14:31:02.215Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3145 | 2026-05-12T14:31:02.730Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3146 | 2026-05-12T14:31:03.141Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3147 | 2026-05-12T14:31:03.479Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3148 | 2026-05-12T14:31:04.098Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3149 | 2026-05-12T14:31:04.333Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3150 | 2026-05-12T14:31:04.500Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3151 | 2026-05-12T14:31:05.233Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3152 | 2026-05-12T14:31:05.389Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3153 | 2026-05-12T14:31:05.698Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3154 | 2026-05-12T14:31:05.831Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3155 | 2026-05-12T14:31:06.211Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3156 | 2026-05-12T14:31:06.254Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3157 | 2026-05-12T14:31:06.276Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3158 | 2026-05-12T14:31:06.479Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3159 | 2026-05-12T14:31:06.761Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3160 | 2026-05-12T14:31:06.850Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3161 | 2026-05-12T14:31:07.432Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3162 | 2026-05-12T14:31:07.930Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3163 | 2026-05-12T14:31:07.970Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3164 | 2026-05-12T14:31:08.189Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3165 | 2026-05-12T14:31:08.232Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3166 | 2026-05-12T14:31:08.274Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3167 | 2026-05-12T14:31:08.389Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3168 | 2026-05-12T14:31:08.600Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3169 | 2026-05-12T14:31:08.837Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3170 | 2026-05-12T14:31:09.034Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3171 | 2026-05-12T14:31:10.398Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3172 | 2026-05-12T14:31:10.762Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3173 | 2026-05-12T14:31:13.323Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3174 | 2026-05-12T14:31:13.635Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3175 | 2026-05-12T14:31:13.839Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3176 | 2026-05-12T14:31:14.121Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3177 | 2026-05-12T14:31:14.200Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3178 | 2026-05-12T14:31:14.721Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3179 | 2026-05-12T14:31:15.178Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3180 | 2026-05-12T14:31:15.389Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3181 | 2026-05-12T14:31:15.583Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3182 | 2026-05-12T14:31:15.921Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3183 | 2026-05-12T14:31:16.051Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3184 | 2026-05-12T14:31:16.075Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3185 | 2026-05-12T14:31:16.509Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3186 | 2026-05-12T14:31:16.530Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3187 | 2026-05-12T14:31:16.616Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3188 | 2026-05-12T14:31:16.772Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3189 | 2026-05-12T14:31:17.195Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3190 | 2026-05-12T14:31:18.240Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3191 | 2026-05-12T14:31:18.243Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3192 | 2026-05-12T14:31:18.243Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3193 | 2026-05-12T14:31:18.243Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3194 | 2026-05-12T14:31:18.243Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3195 | 2026-05-12T14:31:18.547Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3196 | 2026-05-12T14:31:18.733Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3197 | 2026-05-12T14:31:19.469Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3198 | 2026-05-12T14:31:19.998Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3199 | 2026-05-12T14:31:20.303Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3200 | 2026-05-12T14:31:20.732Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3201 | 2026-05-12T14:31:22.234Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3202 | 2026-05-12T14:31:22.438Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3203 | 2026-05-12T14:31:23.632Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3204 | 2026-05-12T14:31:23.832Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3205 | 2026-05-12T14:31:24.306Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3206 | 2026-05-12T14:31:24.626Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3207 | 2026-05-12T14:31:26.747Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3208 | 2026-05-12T14:31:27.936Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3209 | 2026-05-12T14:31:28.290Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3210 | 2026-05-12T14:31:28.749Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3211 | 2026-05-12T14:31:29.550Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3212 | 2026-05-12T14:31:30.734Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3213 | 2026-05-12T14:31:31.454Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3214 | 2026-05-12T14:31:32.231Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3215 | 2026-05-12T14:31:32.507Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3216 | 2026-05-12T14:31:33.277Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3217 | 2026-05-12T14:31:34.725Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3218 | 2026-05-12T14:31:34.735Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3219 | 2026-05-12T14:31:35.479Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3220 | 2026-05-12T14:31:36.917Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3221 | 2026-05-12T14:31:37.596Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3222 | 2026-05-12T14:31:37.691Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3223 | 2026-05-12T14:31:39.314Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3224 | 2026-05-12T14:31:39.711Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3225 | 2026-05-12T14:31:42.442Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3226 | 2026-05-12T14:31:43.521Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3227 | 2026-05-12T14:31:43.997Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3228 | 2026-05-12T14:31:44.455Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3229 | 2026-05-12T14:31:45.987Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3230 | 2026-05-12T14:31:46.412Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3231 | 2026-05-12T14:31:47.473Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3232 | 2026-05-12T14:31:47.930Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3233 | 2026-05-12T14:31:48.828Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3234 | 2026-05-12T14:31:49.151Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3235 | 2026-05-12T14:31:49.978Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3236 | 2026-05-12T14:31:50.653Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3237 | 2026-05-12T14:31:50.856Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3238 | 2026-05-12T14:31:52.364Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3239 | 2026-05-12T14:31:55.119Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3240 | 2026-05-12T14:31:56.913Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3241 | 2026-05-12T14:31:56.961Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3242 | 2026-05-12T14:31:58.128Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3243 | 2026-05-12T14:31:58.872Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3244 | 2026-05-12T14:32:01.560Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3245 | 2026-05-12T14:32:01.656Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3246 | 2026-05-12T14:32:02.488Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3247 | 2026-05-12T14:32:03.610Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3248 | 2026-05-12T14:32:04.828Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3249 | 2026-05-12T14:32:06.544Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3250 | 2026-05-12T14:32:07.327Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3251 | 2026-05-12T14:32:08.799Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3252 | 2026-05-12T14:32:10.274Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3253 | 2026-05-12T14:32:12.528Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3254 | 2026-05-12T14:32:13.248Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3255 | 2026-05-12T14:32:14.736Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3256 | 2026-05-12T14:32:16.287Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3257 | 2026-05-12T14:32:18.022Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3258 | 2026-05-12T14:32:19.384Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3259 | 2026-05-12T14:32:20.967Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3260 | 2026-05-12T14:32:22.564Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3261 | 2026-05-12T14:32:26.371Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3262 | 2026-05-12T14:32:27.154Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3263 | 2026-05-12T14:32:28.268Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3264 | 2026-05-12T14:32:28.836Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3265 | 2026-05-12T14:32:30.498Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3266 | 2026-05-12T14:32:32.375Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3267 | 2026-05-12T14:32:34.093Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3268 | 2026-05-12T14:32:35.989Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3269 | 2026-05-12T14:32:37.650Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3270 | 2026-05-12T14:32:39.279Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3271 | 2026-05-12T14:32:41.378Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3272 | 2026-05-12T14:32:42.805Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3273 | 2026-05-12T14:32:44.495Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3274 | 2026-05-12T14:32:46.166Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3275 | 2026-05-12T14:32:47.536Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3276 | 2026-05-12T14:32:49.617Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3277 | 2026-05-12T14:32:51.375Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3278 | 2026-05-12T14:32:52.814Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3279 | 2026-05-12T14:32:54.559Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3280 | 2026-05-12T14:32:56.453Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3281 | 2026-05-12T14:32:58.487Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3282 | 2026-05-12T14:33:00.166Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3283 | 2026-05-12T14:33:02.261Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3284 | 2026-05-12T14:33:04.202Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3285 | 2026-05-12T14:33:06.050Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-12T14:33:08.663Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3287 | 2026-05-12T14:33:10.368Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3288 | 2026-05-12T14:33:12.323Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3289 | 2026-05-12T14:33:14.425Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3290 | 2026-05-12T14:33:17.842Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3291 | 2026-05-12T14:33:18.892Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3292 | 2026-05-12T14:33:21.079Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3293 | 2026-05-12T14:33:23.350Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3294 | 2026-05-12T14:33:25.543Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3295 | 2026-05-12T14:33:27.731Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3296 | 2026-05-12T14:33:29.842Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3297 | 2026-05-12T14:33:32.146Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-05-12T14:33:34.571Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-05-12T14:33:36.522Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-05-12T14:33:39.077Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3301 | 2026-05-12T14:33:40.804Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3302 | 2026-05-12T14:33:43.100Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3303 | 2026-05-12T14:33:45.295Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3304 | 2026-05-12T14:33:47.512Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3305 | 2026-05-12T14:33:49.728Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3306 | 2026-05-12T14:33:52.027Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3307 | 2026-05-12T14:33:54.298Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3308 | 2026-05-12T14:33:56.542Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3309 | 2026-05-12T14:33:58.783Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3310 | 2026-05-12T14:34:01.011Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3311 | 2026-05-12T14:34:03.222Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-05-12T14:34:05.468Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3313 | 2026-05-12T14:34:07.765Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3314 | 2026-05-12T14:34:09.988Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3315 | 2026-05-12T14:34:12.829Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3316 | 2026-05-12T14:34:14.890Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3317 | 2026-05-12T14:34:17.475Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3318 | 2026-05-12T14:34:19.797Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3319 | 2026-05-12T14:34:22.411Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3320 | 2026-05-12T14:34:24.651Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-05-12T14:34:27.086Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3322 | 2026-05-12T14:34:29.497Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3323 | 2026-05-12T14:34:31.982Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3324 | 2026-05-12T14:34:34.320Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3325 | 2026-05-12T14:34:36.845Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3326 | 2026-05-12T14:34:39.281Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3327 | 2026-05-12T14:34:41.680Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3328 | 2026-05-12T14:34:44.160Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3329 | 2026-05-12T14:34:46.879Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3330 | 2026-05-12T14:34:49.349Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3331 | 2026-05-12T14:34:51.899Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3332 | 2026-05-12T14:34:54.422Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3333 | 2026-05-12T14:34:56.952Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3334 | 2026-05-12T14:34:59.501Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3335 | 2026-05-12T14:35:02.423Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3336 | 2026-05-12T14:35:04.791Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3337 | 2026-05-12T14:35:12.154Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3338 | 2026-05-12T14:35:12.274Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3339 | 2026-05-12T14:35:15.629Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3340 | 2026-05-12T14:35:20.226Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3341 | 2026-05-12T14:35:22.976Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3342 | 2026-05-12T14:35:26.737Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3343 | 2026-05-12T14:35:30.314Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3344 | 2026-05-12T14:35:33.834Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3345 | 2026-05-12T14:35:37.446Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3346 | 2026-05-12T14:35:41.094Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3347 | 2026-05-12T14:35:44.698Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3348 | 2026-05-12T14:35:48.348Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3349 | 2026-05-12T14:35:51.942Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3350 | 2026-05-12T14:35:55.793Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3351 | 2026-05-12T14:35:59.386Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3352 | 2026-05-12T14:36:02.985Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-05-12T14:36:06.659Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3354 | 2026-05-12T14:36:10.254Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3355 | 2026-05-12T14:36:13.942Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3356 | 2026-05-12T14:36:17.596Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3357 | 2026-05-12T14:36:21.236Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3358 | 2026-05-12T14:36:24.909Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3359 | 2026-05-12T14:36:28.670Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3360 | 2026-05-12T14:36:32.381Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3361 | 2026-05-12T14:36:35.914Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-05-12T14:36:39.584Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3363 | 2026-05-12T14:36:43.268Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3364 | 2026-05-12T14:37:12.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
| 3365 | 2026-05-12T14:37:12.642Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 194 other files |
| 3366 | 2026-05-12T14:37:12.749Z | |
| 3367 | 2026-05-12T14:37:12.749Z | real 6:28.942559617 |
| 3368 | 2026-05-12T14:37:12.750Z | user 17:24.839638716 |
| 3369 | 2026-05-12T14:37:12.750Z | sys 3:42.235656074 |
| 3370 | 2026-05-12T14:37:12.750Z | trap 0.251256772 |
| 3371 | 2026-05-12T14:37:12.753Z | tflt 0.123439454 |
| 3372 | 2026-05-12T14:37:12.753Z | dflt 0.043271371 |
| 3373 | 2026-05-12T14:37:12.753Z | kflt 0.000030010 |
| 3374 | 2026-05-12T14:37:12.753Z | lock 6:03:15.833139988 |
| 3375 | 2026-05-12T14:37:12.753Z | slp 2:10:28.025481392 |
| 3376 | 2026-05-12T14:37:12.753Z | lat 41.395382998 |
| 3377 | 2026-05-12T14:37:12.753Z | stop 1:47.932651310 |
| 3378 | 2026-05-12T14:37:12.753Z | process exited: duration 772150 ms, exit code 0 |
| |
| 3379 | 2026-05-12T14:37:12.759Z | found 0 output files |