|
|
|
| 1 | 2026-04-23T13:02:56.474Z | job assigned to worker 01KPX6XVJCKG0978A4HXZW6V53 [factory aws, i-0d6947422714f91f7] (queued for 1 m 2 s) |
| |
| 2 | 2026-04-23T13:03:04.659Z | starting task 0: "setup" |
| 3 | 2026-04-23T13:03:04.666Z | ++ uname -s |
| 4 | 2026-04-23T13:03:04.669Z | + kern=SunOS |
| 5 | 2026-04-23T13:03:04.669Z | + build_user=build |
| 6 | 2026-04-23T13:03:04.669Z | + build_uid=12345 |
| 7 | 2026-04-23T13:03:04.669Z | + work_dir=/work |
| 8 | 2026-04-23T13:03:04.669Z | + input_dir=/input |
| 9 | 2026-04-23T13:03:04.669Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-23T13:03:04.669Z | + case "$kern" in |
| 11 | 2026-04-23T13:03:04.669Z | + groupadd -g 12345 build |
| 12 | 2026-04-23T13:03:04.672Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-23T13:03:06.677Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-23T13:03:06.751Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-23T13:03:06.754Z | + home_fs=zfs |
| 16 | 2026-04-23T13:03:06.754Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-23T13:03:06.754Z | + mkdir -p /home/build |
| 18 | 2026-04-23T13:03:06.754Z | + chown build:build /home/build /work |
| 19 | 2026-04-23T13:03:08.757Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-23T13:03:08.760Z | process exited: duration 4098 ms, exit code 0 |
| |
| 21 | 2026-04-23T13:03:08.766Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-23T13:03:08.770Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-04-23T13:03:08.770Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-04-23T13:03:08.770Z | * rust toolchain profile = "default" |
| 25 | 2026-04-23T13:03:08.773Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-23T13:03:08.773Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-23T13:03:08.773Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-23T13:03:08.773Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-23T13:03:08.773Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-04-23T13:03:09.048Z | info: downloading installer |
| 31 | 2026-04-23T13:03:10.758Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-04-23T13:03:10.758Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-04-23T13:03:10.758Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-04-23T13:03:10.758Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-04-23T13:03:10.769Z | info: profile set to default |
| 36 | 2026-04-23T13:03:10.769Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-04-23T13:03:10.772Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-04-23T13:03:10.916Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-04-23T13:03:10.919Z | info: downloading 6 components |
| 40 | 2026-04-23T13:03:26.564Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-04-23T13:03:26.564Z | |
| 42 | 2026-04-23T13:03:26.605Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-04-23T13:03:26.605Z | |
| 44 | 2026-04-23T13:03:26.605Z | |
| 45 | 2026-04-23T13:03:26.605Z | Rust is installed now. Great! |
| 46 | 2026-04-23T13:03:26.605Z | |
| 47 | 2026-04-23T13:03:26.608Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-04-23T13:03:26.608Z | environment variable. This has not been done automatically. |
| 49 | 2026-04-23T13:03:26.608Z | |
| 50 | 2026-04-23T13:03:26.608Z | To configure your current shell, you need to source |
| 51 | 2026-04-23T13:03:26.609Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-04-23T13:03:26.609Z | |
| 53 | 2026-04-23T13:03:26.609Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-04-23T13:03:26.609Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-04-23T13:03:26.609Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-04-23T13:03:26.609Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-04-23T13:03:26.609Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-04-23T13:03:26.609Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-04-23T13:03:26.609Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-04-23T13:03:26.609Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-04-23T13:03:26.609Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-04-23T13:03:26.707Z | + rustup --version |
| 63 | 2026-04-23T13:03:26.718Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-04-23T13:03:26.721Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-04-23T13:03:26.746Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-04-23T13:03:26.749Z | + cargo --version |
| 67 | 2026-04-23T13:03:26.766Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-04-23T13:03:26.769Z | + rustc --version |
| 69 | 2026-04-23T13:03:26.794Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-04-23T13:03:26.798Z | process exited: duration 18029 ms, exit code 0 |
| |
| 71 | 2026-04-23T13:03:26.803Z | starting task 2: "authentication" |
| 72 | 2026-04-23T13:03:26.823Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-04-23T13:03:26.829Z | starting task 3: "clone repository" |
| 74 | 2026-04-23T13:03:26.833Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-04-23T13:03:26.836Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-04-23T13:03:26.870Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-04-23T13:03:36.222Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-04-23T13:03:36.222Z | + git fetch origin 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 79 | 2026-04-23T13:03:36.504Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-04-23T13:03:36.504Z | * branch 08342e897a9e0fbd2e164c1bdc634b8a45184507 -> FETCH_HEAD |
| 81 | 2026-04-23T13:03:36.518Z | + [[ -n helios3 ]] |
| 82 | 2026-04-23T13:03:36.521Z | ++ git branch --show-current |
| 83 | 2026-04-23T13:03:36.524Z | + current=main |
| 84 | 2026-04-23T13:03:36.524Z | + [[ main != helios3 ]] |
| 85 | 2026-04-23T13:03:36.524Z | + git branch -f helios3 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 86 | 2026-04-23T13:03:36.527Z | + git checkout -f helios3 |
| 87 | 2026-04-23T13:03:36.577Z | Switched to branch 'helios3' |
| 88 | 2026-04-23T13:03:36.581Z | + git reset --hard 08342e897a9e0fbd2e164c1bdc634b8a45184507 |
| 89 | 2026-04-23T13:03:36.638Z | HEAD is now at 08342e897 WIP - move to Helios v3 |
| 90 | 2026-04-23T13:03:36.641Z | process exited: duration 9807 ms, exit code 0 |
| |
| 91 | 2026-04-23T13:03:36.647Z | starting task 4: "build" |
| 92 | 2026-04-23T13:03:36.651Z | + source ./env.sh |
| 93 | 2026-04-23T13:03:36.654Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-04-23T13:03:36.654Z | ++ set -o xtrace |
| 95 | 2026-04-23T13:03:36.654Z | ++++ dirname ./env.sh |
| 96 | 2026-04-23T13:03:36.657Z | +++ readlink -f . |
| 97 | 2026-04-23T13:03:36.657Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-04-23T13:03:36.657Z | ++ 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-04-23T13:03:36.657Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ 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-04-23T13:03:36.658Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-04-23T13:03:36.658Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-04-23T13:03:36.658Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-04-23T13:03:36.658Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-04-23T13:03:36.658Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-04-23T13:03:36.658Z | + cargo --version |
| 112 | 2026-04-23T13:03:36.670Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-04-23T13:03:36.674Z | + rustc --version |
| 114 | 2026-04-23T13:03:36.697Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-04-23T13:03:36.701Z | + banner prerequisites |
| 116 | 2026-04-23T13:03:36.704Z | |
| 117 | 2026-04-23T13:03:36.704Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-04-23T13:03:36.704Z | # # # # # # # # # # # # # # # |
| 119 | 2026-04-23T13:03:36.704Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-04-23T13:03:36.704Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-04-23T13:03:36.704Z | # # # # # # # # # # # # # # # |
| 122 | 2026-04-23T13:03:36.704Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-04-23T13:03:36.704Z | |
| 124 | 2026-04-23T13:03:36.704Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-04-23T13:03:38.495Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-04-23T13:03:38.595Z | Startup: Caching catalogs ... Done |
| 127 | 2026-04-23T13:03:39.014Z | Planning: Solver setup ... Done (0.367s) |
| 128 | 2026-04-23T13:03:39.039Z | Planning: Running solver ... Done (0.026s) |
| 129 | 2026-04-23T13:03:39.048Z | Planning: Finding local manifests ... Done (0.002s) |
| 130 | 2026-04-23T13:03:39.060Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-04-23T13:03:39.081Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-04-23T13:03:39.101Z | Planning: Package planning ... Done (0.020s) |
| 133 | 2026-04-23T13:03:39.104Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-04-23T13:03:39.384Z | Planning: Checking for conflicting actions ... Done (0.280s) |
| 135 | 2026-04-23T13:03:39.387Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-04-23T13:03:40.765Z | Planning: Evaluating mediators ... Done (1.380s) |
| 137 | 2026-04-23T13:03:40.768Z | Planning: Planning completed in 2.14 seconds |
| 138 | 2026-04-23T13:03:40.777Z | Packages to install: 2 |
| 139 | 2026-04-23T13:03:40.780Z | Estimated space available: 156.08 GB |
| 140 | 2026-04-23T13:03:40.780Z | Estimated space to be consumed: 22.78 MB |
| 141 | 2026-04-23T13:03:40.780Z | Create boot environment: No |
| 142 | 2026-04-23T13:03:40.780Z | Create backup boot environment: No |
| 143 | 2026-04-23T13:03:40.780Z | Rebuild boot archive: No |
| 144 | 2026-04-23T13:03:40.780Z | |
| 145 | 2026-04-23T13:03:40.780Z | Changed packages: |
| 146 | 2026-04-23T13:03:40.780Z | helios |
| 147 | 2026-04-23T13:03:40.780Z | developer/build-essential |
| 148 | 2026-04-23T13:03:40.780Z | None -> 11-3.0 |
| 149 | 2026-04-23T13:03:40.780Z | library/libxmlsec1 |
| 150 | 2026-04-23T13:03:40.780Z | None -> 1.2.35-3.0 |
| 151 | 2026-04-23T13:03:40.832Z | |
| 152 | 2026-04-23T13:03:40.833Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-04-23T13:03:41.726Z | Download: Completed 1.28 MB in 0.89 seconds (1.4M/s) |
| 154 | 2026-04-23T13:03:41.795Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-04-23T13:03:41.872Z | Actions: Completed 268 actions in 0.08 seconds. |
| 156 | 2026-04-23T13:03:41.882Z | Finalize: Updating package state database ... Done (0.010s) |
| 157 | 2026-04-23T13:03:41.885Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-04-23T13:03:41.912Z | Finalize: Updating image state ... Done (0.029s) |
| 159 | 2026-04-23T13:03:45.104Z | Finalize: Creating fast lookup database ... Done (3.167s) |
| 160 | 2026-04-23T13:03:45.222Z | Finalize: Reading search index ... Done (0.042s) |
| 161 | 2026-04-23T13:03:45.226Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-04-23T13:03:45.329Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-04-23T13:03:45.718Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-04-23T13:03:45.857Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-04-23T13:03:45.860Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-04-23T13:03:46.092Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-04-23T13:03:46.095Z | Planning: Planning completed in 0.37 seconds |
| 168 | 2026-04-23T13:03:46.125Z | Mediators to change: 2 |
| 169 | 2026-04-23T13:03:46.128Z | Create boot environment: No |
| 170 | 2026-04-23T13:03:46.128Z | Create backup boot environment: No |
| 171 | 2026-04-23T13:03:46.187Z | Finalize: Updating package state database ... Done |
| 172 | 2026-04-23T13:03:46.187Z | Finalize: Updating package cache ... Done |
| 173 | 2026-04-23T13:03:46.203Z | Finalize: Updating image state ... Done |
| 174 | 2026-04-23T13:03:48.931Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-04-23T13:03:49.005Z | Finalize: Reading search index ... Done |
| 176 | 2026-04-23T13:03:49.008Z | Finalize: Updating search index ... Done |
| 177 | 2026-04-23T13:03:49.104Z | Finalize: Updating package cache ... Done |
| 178 | 2026-04-23T13:03:49.478Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-04-23T13:03:49.618Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-04-23T13:03:49.621Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-04-23T13:03:49.852Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-04-23T13:03:49.855Z | Planning: Planning completed in 0.38 seconds |
| 183 | 2026-04-23T13:03:49.884Z | Mediators to change: 1 |
| 184 | 2026-04-23T13:03:49.884Z | Create boot environment: No |
| 185 | 2026-04-23T13:03:49.887Z | Create backup boot environment: No |
| 186 | 2026-04-23T13:03:49.960Z | Finalize: Updating package state database ... Done |
| 187 | 2026-04-23T13:03:49.960Z | Finalize: Updating package cache ... Done |
| 188 | 2026-04-23T13:03:49.976Z | Finalize: Updating image state ... Done |
| 189 | 2026-04-23T13:03:52.709Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-04-23T13:03:52.784Z | Finalize: Reading search index ... Done |
| 191 | 2026-04-23T13:03:52.787Z | Finalize: Updating search index ... Done |
| 192 | 2026-04-23T13:03:52.862Z | Finalize: Updating package cache ... Done |
| 193 | 2026-04-23T13:03:53.274Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-04-23T13:03:53.274Z | apache system 2.4 system |
| 195 | 2026-04-23T13:03:53.274Z | clang system 15 system |
| 196 | 2026-04-23T13:03:53.274Z | csh system system illumos |
| 197 | 2026-04-23T13:03:53.274Z | ctags system system illumos |
| 198 | 2026-04-23T13:03:53.274Z | file vendor vendor darwinsys |
| 199 | 2026-04-23T13:03:53.274Z | file system system illumos |
| 200 | 2026-04-23T13:03:53.274Z | gcc vendor 14 vendor |
| 201 | 2026-04-23T13:03:53.274Z | gcc system 13 system |
| 202 | 2026-04-23T13:03:53.274Z | gcc system 10 system |
| 203 | 2026-04-23T13:03:53.274Z | go system 1.25 system |
| 204 | 2026-04-23T13:03:53.274Z | llvm system 15 system |
| 205 | 2026-04-23T13:03:53.274Z | mariadb system 11.4 system |
| 206 | 2026-04-23T13:03:53.274Z | mta vendor vendor dma |
| 207 | 2026-04-23T13:03:53.274Z | openjdk system 17 system |
| 208 | 2026-04-23T13:03:53.274Z | openjdk system 11 system |
| 209 | 2026-04-23T13:03:53.274Z | openssl vendor 3 vendor |
| 210 | 2026-04-23T13:03:53.274Z | perl system 5.40 system |
| 211 | 2026-04-23T13:03:53.274Z | postgresql system 18 system |
| 212 | 2026-04-23T13:03:53.274Z | postgresql system 17 system |
| 213 | 2026-04-23T13:03:53.274Z | python vendor 3 vendor |
| 214 | 2026-04-23T13:03:53.274Z | python system 2 system |
| 215 | 2026-04-23T13:03:53.274Z | python3 vendor 3.13 vendor |
| 216 | 2026-04-23T13:03:53.274Z | ruby system 3.4 system |
| 217 | 2026-04-23T13:03:53.274Z | ruby system 3.0 system |
| 218 | 2026-04-23T13:03:53.274Z | words vendor vendor american-english |
| 219 | 2026-04-23T13:03:53.274Z | words system system australian-english |
| 220 | 2026-04-23T13:03:53.274Z | words system system british-english |
| 221 | 2026-04-23T13:03:53.274Z | words system system canadian-english |
| 222 | 2026-04-23T13:03:53.274Z | words system system french |
| 223 | 2026-04-23T13:03:53.274Z | words system system italian |
| 224 | 2026-04-23T13:03:53.274Z | words system system ngerman |
| 225 | 2026-04-23T13:03:53.274Z | words system system ogerman |
| 226 | 2026-04-23T13:03:53.274Z | words system system spanish |
| 227 | 2026-04-23T13:03:53.608Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-04-23T13:03:53.608Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-04-23T13:03:53.985Z | FMRI IFO |
| 230 | 2026-04-23T13:03:53.985Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-04-23T13:03:53.985Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-04-23T13:03:53.985Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-04-23T13:03:53.985Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-04-23T13:03:53.985Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-04-23T13:03:53.985Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-04-23T13:03:53.985Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-04-23T13:03:53.985Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-04-23T13:03:53.985Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-04-23T13:03:54.294Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-04-23T13:03:54.589Z | Updating crates.io index |
| 241 | 2026-04-23T13:03:54.628Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-04-23T13:03:55.496Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-04-23T13:03:55.979Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-04-23T13:03:56.617Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-04-23T13:03:57.516Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-04-23T13:03:58.044Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-04-23T13:03:59.659Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-04-23T13:04:00.602Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-04-23T13:04:00.916Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-04-23T13:04:01.859Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-04-23T13:04:02.242Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-04-23T13:04:02.648Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-04-23T13:04:03.081Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-04-23T13:04:04.016Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-04-23T13:04:04.586Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-04-23T13:04:04.922Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-04-23T13:04:05.261Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-04-23T13:04:05.693Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-04-23T13:04:05.924Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-04-23T13:04:06.210Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-04-23T13:04:06.518Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-04-23T13:04:06.958Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-04-23T13:04:07.542Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-04-23T13:04:08.104Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-04-23T13:04:08.407Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-04-23T13:04:08.749Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-04-23T13:04:10.001Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-04-23T13:04:10.800Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-04-23T13:04:11.359Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-04-23T13:04:11.897Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-04-23T13:04:12.202Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-04-23T13:04:12.558Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-04-23T13:04:12.865Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-04-23T13:04:13.454Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-04-23T13:04:13.697Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-04-23T13:04:13.977Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-04-23T13:04:14.281Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-04-23T13:04:14.781Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-04-23T13:04:29.105Z | Downloading crates ... |
| 280 | 2026-04-23T13:04:29.159Z | Downloaded anstream v0.6.21 |
| 281 | 2026-04-23T13:04:29.164Z | Downloaded cargo-platform v0.2.0 |
| 282 | 2026-04-23T13:04:29.167Z | Downloaded camino v1.2.2 |
| 283 | 2026-04-23T13:04:29.171Z | Downloaded anyhow v1.0.102 |
| 284 | 2026-04-23T13:04:29.174Z | Downloaded byteorder v1.5.0 |
| 285 | 2026-04-23T13:04:29.177Z | Downloaded anstyle v1.0.13 |
| 286 | 2026-04-23T13:04:29.177Z | Downloaded camino-tempfile v1.4.1 |
| 287 | 2026-04-23T13:04:29.180Z | Downloaded bytecount v0.6.9 |
| 288 | 2026-04-23T13:04:29.182Z | Downloaded plain v0.2.3 |
| 289 | 2026-04-23T13:04:29.182Z | Downloaded dof v0.3.0 |
| 290 | 2026-04-23T13:04:29.187Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-04-23T13:04:29.192Z | Downloaded utf8_iter v1.0.4 |
| 292 | 2026-04-23T13:04:29.192Z | Downloaded thiserror-impl v1.0.69 |
| 293 | 2026-04-23T13:04:29.195Z | Downloaded cargo_toml v0.21.0 |
| 294 | 2026-04-23T13:04:29.195Z | Downloaded is_terminal_polyfill v1.70.2 |
| 295 | 2026-04-23T13:04:29.195Z | Downloaded generic-array v0.14.7 |
| 296 | 2026-04-23T13:04:29.198Z | Downloaded yoke-derive v0.8.1 |
| 297 | 2026-04-23T13:04:29.198Z | Downloaded unicode-xid v0.2.6 |
| 298 | 2026-04-23T13:04:29.198Z | Downloaded zerofrom-derive v0.1.6 |
| 299 | 2026-04-23T13:04:29.200Z | Downloaded toml_write v0.1.2 |
| 300 | 2026-04-23T13:04:29.200Z | Downloaded toml_datetime v0.6.11 |
| 301 | 2026-04-23T13:04:29.201Z | Downloaded fastrand v2.3.0 |
| 302 | 2026-04-23T13:04:29.204Z | Downloaded cfg-if v1.0.4 |
| 303 | 2026-04-23T13:04:29.204Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-04-23T13:04:29.204Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-04-23T13:04:29.204Z | Downloaded version_check v0.9.5 |
| 306 | 2026-04-23T13:04:29.207Z | Downloaded macaddr v1.0.1 |
| 307 | 2026-04-23T13:04:29.207Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-04-23T13:04:29.207Z | Downloaded tinystr v0.8.2 |
| 309 | 2026-04-23T13:04:29.209Z | Downloaded erased-serde v0.4.9 |
| 310 | 2026-04-23T13:04:29.210Z | Downloaded scroll v0.12.0 |
| 311 | 2026-04-23T13:04:29.212Z | Downloaded fs-err v3.3.0 |
| 312 | 2026-04-23T13:04:29.212Z | Downloaded cargo-util-schemas v0.8.2 |
| 313 | 2026-04-23T13:04:29.215Z | Downloaded typeid v1.0.3 |
| 314 | 2026-04-23T13:04:29.215Z | Downloaded unicode-linebreak v0.1.5 |
| 315 | 2026-04-23T13:04:29.218Z | Downloaded itoa v1.0.17 |
| 316 | 2026-04-23T13:04:29.218Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-04-23T13:04:29.218Z | Downloaded form_urlencoded v1.2.2 |
| 318 | 2026-04-23T13:04:29.221Z | Downloaded usdt-attr-macro v0.5.0 |
| 319 | 2026-04-23T13:04:29.221Z | Downloaded usdt-macro v0.5.0 |
| 320 | 2026-04-23T13:04:29.221Z | Downloaded litemap v0.8.1 |
| 321 | 2026-04-23T13:04:29.228Z | Downloaded potential_utf v0.1.4 |
| 322 | 2026-04-23T13:04:29.231Z | Downloaded usdt v0.5.0 |
| 323 | 2026-04-23T13:04:29.231Z | Downloaded zerovec-derive v0.11.2 |
| 324 | 2026-04-23T13:04:29.231Z | Downloaded yoke v0.8.1 |
| 325 | 2026-04-23T13:04:29.234Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-04-23T13:04:29.234Z | Downloaded smawk v0.3.2 |
| 327 | 2026-04-23T13:04:29.234Z | Downloaded scroll_derive v0.12.1 |
| 328 | 2026-04-23T13:04:29.237Z | Downloaded ordered-float v2.10.1 |
| 329 | 2026-04-23T13:04:29.237Z | Downloaded idna_adapter v1.2.1 |
| 330 | 2026-04-23T13:04:29.237Z | Downloaded fnv v1.0.7 |
| 331 | 2026-04-23T13:04:29.240Z | Downloaded heck v0.5.0 |
| 332 | 2026-04-23T13:04:29.240Z | Downloaded errno v0.3.14 |
| 333 | 2026-04-23T13:04:29.240Z | Downloaded dtrace-parser v0.2.0 |
| 334 | 2026-04-23T13:04:29.243Z | Downloaded stable_deref_trait v1.2.1 |
| 335 | 2026-04-23T13:04:29.243Z | Downloaded writeable v0.6.2 |
| 336 | 2026-04-23T13:04:29.246Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-04-23T13:04:29.249Z | Downloaded equivalent v1.0.2 |
| 338 | 2026-04-23T13:04:29.252Z | Downloaded pretty-hex v0.4.1 |
| 339 | 2026-04-23T13:04:29.255Z | Downloaded thiserror v2.0.18 |
| 340 | 2026-04-23T13:04:29.258Z | Downloaded terminal_size v0.4.3 |
| 341 | 2026-04-23T13:04:29.261Z | Downloaded toml v0.8.23 |
| 342 | 2026-04-23T13:04:29.261Z | Downloaded swrite v0.1.0 |
| 343 | 2026-04-23T13:04:29.261Z | Downloaded memmap v0.7.0 |
| 344 | 2026-04-23T13:04:29.264Z | Downloaded cpufeatures v0.2.17 |
| 345 | 2026-04-23T13:04:29.264Z | Downloaded zmij v1.0.21 |
| 346 | 2026-04-23T13:04:29.264Z | Downloaded zerocopy-derive v0.7.35 |
| 347 | 2026-04-23T13:04:29.267Z | Downloaded digest v0.10.7 |
| 348 | 2026-04-23T13:04:29.270Z | Downloaded colorchoice v1.0.4 |
| 349 | 2026-04-23T13:04:29.270Z | Downloaded clap_lex v1.0.0 |
| 350 | 2026-04-23T13:04:29.270Z | Downloaded icu_normalizer_data v2.1.1 |
| 351 | 2026-04-23T13:04:29.272Z | Downloaded ucd-trie v0.1.7 |
| 352 | 2026-04-23T13:04:29.275Z | Downloaded thiserror-impl v2.0.18 |
| 353 | 2026-04-23T13:04:29.275Z | Downloaded unicode-ident v1.0.24 |
| 354 | 2026-04-23T13:04:29.278Z | Downloaded heck v0.4.1 |
| 355 | 2026-04-23T13:04:29.278Z | Downloaded tabled_derive v0.7.0 |
| 356 | 2026-04-23T13:04:29.278Z | Downloaded anstyle-query v1.1.5 |
| 357 | 2026-04-23T13:04:29.280Z | Downloaded percent-encoding v2.3.2 |
| 358 | 2026-04-23T13:04:29.280Z | Downloaded serde_spanned v0.6.9 |
| 359 | 2026-04-23T13:04:29.280Z | Downloaded serde-value v0.7.0 |
| 360 | 2026-04-23T13:04:29.283Z | Downloaded pest_generator v2.8.6 |
| 361 | 2026-04-23T13:04:29.283Z | Downloaded typenum v1.19.0 |
| 362 | 2026-04-23T13:04:29.285Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-04-23T13:04:29.288Z | Downloaded anstyle-parse v0.2.7 |
| 364 | 2026-04-23T13:04:29.292Z | Downloaded icu_normalizer v2.1.1 |
| 365 | 2026-04-23T13:04:29.295Z | Downloaded zerotrie v0.2.3 |
| 366 | 2026-04-23T13:04:29.295Z | Downloaded url v2.5.8 |
| 367 | 2026-04-23T13:04:29.298Z | Downloaded cargo_metadata v0.21.0 |
| 368 | 2026-04-23T13:04:29.298Z | Downloaded strsim v0.11.1 |
| 369 | 2026-04-23T13:04:29.301Z | Downloaded semver v1.0.27 |
| 370 | 2026-04-23T13:04:29.304Z | Downloaded autocfg v1.5.0 |
| 371 | 2026-04-23T13:04:29.307Z | Downloaded zerovec v0.11.5 |
| 372 | 2026-04-23T13:04:29.310Z | Downloaded serde_tokenstream v0.2.3 |
| 373 | 2026-04-23T13:04:29.313Z | Downloaded quote v1.0.44 |
| 374 | 2026-04-23T13:04:29.313Z | Downloaded serde-untagged v0.1.9 |
| 375 | 2026-04-23T13:04:29.316Z | Downloaded proc-macro-error-attr v1.0.4 |
| 376 | 2026-04-23T13:04:29.316Z | Downloaded proc-macro-error v1.0.4 |
| 377 | 2026-04-23T13:04:29.319Z | Downloaded synstructure v0.13.2 |
| 378 | 2026-04-23T13:04:29.319Z | Downloaded zerocopy v0.7.35 |
| 379 | 2026-04-23T13:04:29.328Z | Downloaded smallvec v1.15.1 |
| 380 | 2026-04-23T13:04:29.331Z | Downloaded winnow v0.7.14 |
| 381 | 2026-04-23T13:04:29.336Z | Downloaded thiserror v1.0.69 |
| 382 | 2026-04-23T13:04:29.339Z | Downloaded sha2 v0.10.9 |
| 383 | 2026-04-23T13:04:29.342Z | Downloaded clap_derive v4.5.55 |
| 384 | 2026-04-23T13:04:29.345Z | Downloaded unicode-width v0.2.0 |
| 385 | 2026-04-23T13:04:29.348Z | Downloaded unicode-width v0.1.14 |
| 386 | 2026-04-23T13:04:29.351Z | Downloaded pest_derive v2.8.6 |
| 387 | 2026-04-23T13:04:29.353Z | Downloaded bitflags v2.11.0 |
| 388 | 2026-04-23T13:04:29.356Z | Downloaded tempfile v3.25.0 |
| 389 | 2026-04-23T13:04:29.359Z | Downloaded icu_provider v2.1.1 |
| 390 | 2026-04-23T13:04:29.362Z | Downloaded displaydoc v0.2.5 |
| 391 | 2026-04-23T13:04:29.365Z | Downloaded papergrid v0.11.0 |
| 392 | 2026-04-23T13:04:29.368Z | Downloaded log v0.4.29 |
| 393 | 2026-04-23T13:04:29.371Z | Downloaded num-traits v0.2.19 |
| 394 | 2026-04-23T13:04:29.374Z | Downloaded proc-macro2 v1.0.106 |
| 395 | 2026-04-23T13:04:29.377Z | Downloaded once_cell v1.21.3 |
| 396 | 2026-04-23T13:04:29.379Z | Downloaded icu_properties v2.1.2 |
| 397 | 2026-04-23T13:04:29.382Z | Downloaded serde_core v1.0.228 |
| 398 | 2026-04-23T13:04:29.387Z | Downloaded serde_derive v1.0.228 |
| 399 | 2026-04-23T13:04:29.390Z | Downloaded clap v4.5.60 |
| 400 | 2026-04-23T13:04:29.400Z | Downloaded pest_meta v2.8.6 |
| 401 | 2026-04-23T13:04:29.411Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-04-23T13:04:29.415Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-04-23T13:04:29.419Z | Downloaded icu_collections v2.1.1 |
| 404 | 2026-04-23T13:04:29.423Z | Downloaded serde v1.0.228 |
| 405 | 2026-04-23T13:04:29.426Z | Downloaded memchr v2.8.0 |
| 406 | 2026-04-23T13:04:29.442Z | Downloaded indexmap v2.13.0 |
| 407 | 2026-04-23T13:04:29.446Z | Downloaded idna v1.1.0 |
| 408 | 2026-04-23T13:04:29.457Z | Downloaded icu_properties_data v2.1.2 |
| 409 | 2026-04-23T13:04:29.463Z | Downloaded hashbrown v0.16.1 |
| 410 | 2026-04-23T13:04:29.467Z | Downloaded pest v2.8.6 |
| 411 | 2026-04-23T13:04:29.480Z | Downloaded clap_builder v4.5.60 |
| 412 | 2026-04-23T13:04:29.485Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-04-23T13:04:29.489Z | Downloaded goblin v0.8.2 |
| 414 | 2026-04-23T13:04:29.504Z | Downloaded tabled v0.15.0 |
| 415 | 2026-04-23T13:04:29.515Z | Downloaded syn v1.0.109 |
| 416 | 2026-04-23T13:04:29.527Z | Downloaded syn v2.0.117 |
| 417 | 2026-04-23T13:04:29.535Z | Downloaded rustix v1.1.3 |
| 418 | 2026-04-23T13:04:29.565Z | Downloaded libc v0.2.185 |
| 419 | 2026-04-23T13:04:29.653Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-04-23T13:04:29.656Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-04-23T13:04:29.656Z | Compiling quote v1.0.44 |
| 422 | 2026-04-23T13:04:29.656Z | Compiling serde_core v1.0.228 |
| 423 | 2026-04-23T13:04:29.656Z | Compiling libc v0.2.185 |
| 424 | 2026-04-23T13:04:29.656Z | Compiling version_check v0.9.5 |
| 425 | 2026-04-23T13:04:29.656Z | Compiling stable_deref_trait v1.2.1 |
| 426 | 2026-04-23T13:04:29.656Z | Compiling serde v1.0.228 |
| 427 | 2026-04-23T13:04:30.048Z | Compiling memchr v2.8.0 |
| 428 | 2026-04-23T13:04:30.083Z | Compiling zmij v1.0.21 |
| 429 | 2026-04-23T13:04:30.506Z | Compiling thiserror v1.0.69 |
| 430 | 2026-04-23T13:04:30.529Z | Compiling itoa v1.0.17 |
| 431 | 2026-04-23T13:04:30.699Z | Compiling autocfg v1.5.0 |
| 432 | 2026-04-23T13:04:30.756Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-04-23T13:04:30.926Z | Compiling litemap v0.8.1 |
| 434 | 2026-04-23T13:04:30.949Z | Compiling writeable v0.6.2 |
| 435 | 2026-04-23T13:04:31.048Z | Compiling pest v2.8.6 |
| 436 | 2026-04-23T13:04:31.111Z | Compiling icu_normalizer_data v2.1.1 |
| 437 | 2026-04-23T13:04:31.164Z | Compiling icu_properties_data v2.1.2 |
| 438 | 2026-04-23T13:04:31.197Z | Compiling rustix v1.1.3 |
| 439 | 2026-04-23T13:04:31.258Z | Compiling byteorder v1.5.0 |
| 440 | 2026-04-23T13:04:31.586Z | Compiling syn v2.0.117 |
| 441 | 2026-04-23T13:04:31.701Z | Compiling errno v0.3.14 |
| 442 | 2026-04-23T13:04:31.723Z | Compiling bitflags v2.11.0 |
| 443 | 2026-04-23T13:04:31.817Z | Compiling serde_json v1.0.149 |
| 444 | 2026-04-23T13:04:32.010Z | Compiling num-traits v0.2.19 |
| 445 | 2026-04-23T13:04:32.082Z | Compiling typeid v1.0.3 |
| 446 | 2026-04-23T13:04:32.104Z | Compiling smallvec v1.15.1 |
| 447 | 2026-04-23T13:04:32.229Z | Compiling hashbrown v0.16.1 |
| 448 | 2026-04-23T13:04:32.373Z | Compiling equivalent v1.0.2 |
| 449 | 2026-04-23T13:04:32.480Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-04-23T13:04:32.745Z | Compiling thread-id v4.2.2 |
| 451 | 2026-04-23T13:04:32.907Z | Compiling proc-macro-error-attr v1.0.4 |
| 452 | 2026-04-23T13:04:32.963Z | Compiling indexmap v2.13.0 |
| 453 | 2026-04-23T13:04:32.995Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-04-23T13:04:33.135Z | Compiling winnow v0.7.14 |
| 455 | 2026-04-23T13:04:33.193Z | Compiling erased-serde v0.4.9 |
| 456 | 2026-04-23T13:04:33.261Z | Compiling toml_write v0.1.2 |
| 457 | 2026-04-23T13:04:33.546Z | Compiling syn v1.0.109 |
| 458 | 2026-04-23T13:04:33.966Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-04-23T13:04:33.992Z | Compiling utf8parse v0.2.2 |
| 460 | 2026-04-23T13:04:34.133Z | Compiling utf8_iter v1.0.4 |
| 461 | 2026-04-23T13:04:34.193Z | Compiling percent-encoding v2.3.2 |
| 462 | 2026-04-23T13:04:34.317Z | Compiling camino v1.2.2 |
| 463 | 2026-04-23T13:04:34.431Z | Compiling thiserror v2.0.18 |
| 464 | 2026-04-23T13:04:34.700Z | Compiling getrandom v0.4.1 |
| 465 | 2026-04-23T13:04:34.746Z | Compiling log v0.4.29 |
| 466 | 2026-04-23T13:04:34.857Z | Compiling plain v0.2.3 |
| 467 | 2026-04-23T13:04:34.984Z | Compiling ordered-float v2.10.1 |
| 468 | 2026-04-23T13:04:35.006Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-04-23T13:04:35.145Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-04-23T13:04:35.237Z | Compiling terminal_size v0.4.3 |
| 471 | 2026-04-23T13:04:35.336Z | Compiling synstructure v0.13.2 |
| 472 | 2026-04-23T13:04:35.376Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-04-23T13:04:35.408Z | Compiling cfg-if v1.0.4 |
| 474 | 2026-04-23T13:04:35.501Z | Compiling colorchoice v1.0.4 |
| 475 | 2026-04-23T13:04:35.523Z | Compiling anstyle v1.0.13 |
| 476 | 2026-04-23T13:04:35.643Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-04-23T13:04:35.725Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-04-23T13:04:35.811Z | Compiling is_terminal_polyfill v1.70.2 |
| 479 | 2026-04-23T13:04:35.835Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-04-23T13:04:35.929Z | Compiling anstream v0.6.21 |
| 481 | 2026-04-23T13:04:36.071Z | Compiling semver v1.0.27 |
| 482 | 2026-04-23T13:04:36.167Z | Compiling fs-err v3.3.0 |
| 483 | 2026-04-23T13:04:36.302Z | Compiling heck v0.4.1 |
| 484 | 2026-04-23T13:04:36.338Z | Compiling fastrand v2.3.0 |
| 485 | 2026-04-23T13:04:36.400Z | Compiling bytecount v0.6.9 |
| 486 | 2026-04-23T13:04:36.498Z | Compiling fnv v1.0.7 |
| 487 | 2026-04-23T13:04:36.555Z | Compiling anyhow v1.0.102 |
| 488 | 2026-04-23T13:04:36.584Z | Compiling unicode-xid v0.2.6 |
| 489 | 2026-04-23T13:04:36.608Z | Compiling strsim v0.11.1 |
| 490 | 2026-04-23T13:04:36.629Z | Compiling heck v0.5.0 |
| 491 | 2026-04-23T13:04:36.685Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-04-23T13:04:36.940Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-04-23T13:04:36.963Z | Compiling once_cell v1.21.3 |
| 494 | 2026-04-23T13:04:37.065Z | Compiling clap_builder v4.5.60 |
| 495 | 2026-04-23T13:04:37.236Z | Compiling papergrid v0.11.0 |
| 496 | 2026-04-23T13:04:37.258Z | Compiling tempfile v3.25.0 |
| 497 | 2026-04-23T13:04:37.261Z | Compiling memmap v0.7.0 |
| 498 | 2026-04-23T13:04:37.304Z | Compiling smawk v0.3.2 |
| 499 | 2026-04-23T13:04:37.477Z | Compiling unicode-linebreak v0.1.5 |
| 500 | 2026-04-23T13:04:37.498Z | Compiling unicode-width v0.2.0 |
| 501 | 2026-04-23T13:04:37.777Z | Compiling camino-tempfile v1.4.1 |
| 502 | 2026-04-23T13:04:37.799Z | Compiling textwrap v0.16.2 |
| 503 | 2026-04-23T13:04:37.876Z | Compiling serde_derive v1.0.228 |
| 504 | 2026-04-23T13:04:37.878Z | Compiling zerofrom-derive v0.1.6 |
| 505 | 2026-04-23T13:04:38.077Z | Compiling yoke-derive v0.8.1 |
| 506 | 2026-04-23T13:04:38.131Z | Compiling zerovec-derive v0.11.2 |
| 507 | 2026-04-23T13:04:38.426Z | Compiling displaydoc v0.2.5 |
| 508 | 2026-04-23T13:04:39.273Z | Compiling thiserror-impl v1.0.69 |
| 509 | 2026-04-23T13:04:39.373Z | Compiling zerocopy-derive v0.7.35 |
| 510 | 2026-04-23T13:04:39.604Z | Compiling pest_derive v2.8.6 |
| 511 | 2026-04-23T13:04:39.646Z | Compiling scroll_derive v0.12.1 |
| 512 | 2026-04-23T13:04:39.798Z | Compiling zerofrom v0.1.6 |
| 513 | 2026-04-23T13:04:39.967Z | Compiling yoke v0.8.1 |
| 514 | 2026-04-23T13:04:40.126Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-04-23T13:04:40.210Z | Compiling zerovec v0.11.5 |
| 516 | 2026-04-23T13:04:40.500Z | Compiling zerotrie v0.2.3 |
| 517 | 2026-04-23T13:04:40.522Z | Compiling zerocopy v0.7.35 |
| 518 | 2026-04-23T13:04:40.893Z | Compiling tinystr v0.8.2 |
| 519 | 2026-04-23T13:04:40.916Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-04-23T13:04:41.079Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-04-23T13:04:41.129Z | Compiling icu_locale_core v2.1.1 |
| 522 | 2026-04-23T13:04:41.160Z | Compiling dtrace-parser v0.2.0 |
| 523 | 2026-04-23T13:04:41.306Z | Compiling scroll v0.12.0 |
| 524 | 2026-04-23T13:04:41.330Z | Compiling tabled_derive v0.7.0 |
| 525 | 2026-04-23T13:04:41.654Z | Compiling goblin v0.8.2 |
| 526 | 2026-04-23T13:04:41.718Z | Compiling clap_derive v4.5.55 |
| 527 | 2026-04-23T13:04:42.193Z | Compiling icu_provider v2.1.1 |
| 528 | 2026-04-23T13:04:42.440Z | Compiling swrite v0.1.0 |
| 529 | 2026-04-23T13:04:42.533Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-04-23T13:04:42.557Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-04-23T13:04:42.580Z | Compiling toml_datetime v0.6.11 |
| 532 | 2026-04-23T13:04:42.603Z | Compiling serde_spanned v0.6.9 |
| 533 | 2026-04-23T13:04:42.632Z | Compiling dof v0.3.0 |
| 534 | 2026-04-23T13:04:42.738Z | Compiling serde_tokenstream v0.2.3 |
| 535 | 2026-04-23T13:04:42.781Z | Compiling serde-value v0.7.0 |
| 536 | 2026-04-23T13:04:42.983Z | Compiling toml_edit v0.22.27 |
| 537 | 2026-04-23T13:04:43.214Z | Compiling cargo-platform v0.2.0 |
| 538 | 2026-04-23T13:04:43.271Z | Compiling tabled v0.15.0 |
| 539 | 2026-04-23T13:04:43.313Z | Compiling macaddr v1.0.1 |
| 540 | 2026-04-23T13:04:43.573Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 541 | 2026-04-23T13:04:43.835Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-04-23T13:04:43.908Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-04-23T13:04:43.941Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-04-23T13:04:44.015Z | Compiling idna v1.1.0 |
| 545 | 2026-04-23T13:04:44.099Z | Compiling clap v4.5.60 |
| 546 | 2026-04-23T13:04:44.379Z | Compiling url v2.5.8 |
| 547 | 2026-04-23T13:04:44.926Z | Compiling toml v0.8.23 |
| 548 | 2026-04-23T13:04:45.605Z | Compiling cargo-util-schemas v0.8.2 |
| 549 | 2026-04-23T13:04:45.637Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-04-23T13:04:45.713Z | Compiling usdt v0.5.0 |
| 551 | 2026-04-23T13:04:46.787Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-04-23T13:04:48.076Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-04-23T13:04:50.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.79s |
| 554 | 2026-04-23T13:04:51.178Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-04-23T13:04:51.924Z | Downloading crates ... |
| 556 | 2026-04-23T13:04:52.032Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-04-23T13:04:52.046Z | Downloaded async-stream v0.3.6 |
| 558 | 2026-04-23T13:04:52.049Z | Downloaded cobs v0.3.0 |
| 559 | 2026-04-23T13:04:52.051Z | Downloaded crc32fast v1.5.0 |
| 560 | 2026-04-23T13:04:52.051Z | Downloaded array-init v0.0.4 |
| 561 | 2026-04-23T13:04:52.055Z | Downloaded crc8 v0.1.1 |
| 562 | 2026-04-23T13:04:52.055Z | Downloaded cstr-argument v0.1.2 |
| 563 | 2026-04-23T13:04:52.059Z | Downloaded crossbeam-deque v0.8.6 |
| 564 | 2026-04-23T13:04:52.059Z | Downloaded der_derive v0.7.3 |
| 565 | 2026-04-23T13:04:52.059Z | Downloaded arrayref v0.3.9 |
| 566 | 2026-04-23T13:04:52.062Z | Downloaded arrayvec v0.7.6 |
| 567 | 2026-04-23T13:04:52.062Z | Downloaded critical-section v1.2.0 |
| 568 | 2026-04-23T13:04:52.065Z | Downloaded cargo_metadata v0.19.2 |
| 569 | 2026-04-23T13:04:52.068Z | Downloaded crossbeam-channel v0.5.15 |
| 570 | 2026-04-23T13:04:52.072Z | Downloaded ena v0.14.4 |
| 571 | 2026-04-23T13:04:52.072Z | Downloaded dsl_auto_type v0.2.0 |
| 572 | 2026-04-23T13:04:52.072Z | Downloaded deranged v0.5.8 |
| 573 | 2026-04-23T13:04:52.077Z | Downloaded drift v0.1.3 |
| 574 | 2026-04-23T13:04:52.094Z | Downloaded dof v0.4.0 |
| 575 | 2026-04-23T13:04:52.094Z | Downloaded bitfield-struct v0.6.2 |
| 576 | 2026-04-23T13:04:52.094Z | Downloaded async-recursion v1.1.1 |
| 577 | 2026-04-23T13:04:52.094Z | Downloaded embedded-io v0.6.1 |
| 578 | 2026-04-23T13:04:52.095Z | Downloaded async-stream-impl v0.3.6 |
| 579 | 2026-04-23T13:04:52.095Z | Downloaded dunce v1.0.5 |
| 580 | 2026-04-23T13:04:52.095Z | Downloaded darling v0.20.11 |
| 581 | 2026-04-23T13:04:52.100Z | Downloaded erased-serde v0.3.31 |
| 582 | 2026-04-23T13:04:52.100Z | Downloaded atty v0.2.14 |
| 583 | 2026-04-23T13:04:52.100Z | Downloaded cipher v0.4.4 |
| 584 | 2026-04-23T13:04:52.100Z | Downloaded either v1.15.0 |
| 585 | 2026-04-23T13:04:52.100Z | Downloaded embedded-io v0.4.0 |
| 586 | 2026-04-23T13:04:52.100Z | Downloaded ciborium-ll v0.2.2 |
| 587 | 2026-04-23T13:04:52.103Z | Downloaded bitfield-macros v0.19.4 |
| 588 | 2026-04-23T13:04:52.103Z | Downloaded base16ct v0.2.0 |
| 589 | 2026-04-23T13:04:52.103Z | Downloaded ciborium-io v0.2.2 |
| 590 | 2026-04-23T13:04:52.103Z | Downloaded bb8 v0.8.6 |
| 591 | 2026-04-23T13:04:52.103Z | Downloaded darling_macro v0.23.0 |
| 592 | 2026-04-23T13:04:52.107Z | Downloaded dyn-clone v1.0.20 |
| 593 | 2026-04-23T13:04:52.107Z | Downloaded backoff v0.4.0 |
| 594 | 2026-04-23T13:04:52.110Z | Downloaded bzip2 v0.4.4 |
| 595 | 2026-04-23T13:04:52.110Z | Downloaded async-bb8-diesel v0.2.1 |
| 596 | 2026-04-23T13:04:52.113Z | Downloaded debug-ignore v1.0.5 |
| 597 | 2026-04-23T13:04:52.116Z | Downloaded env_logger v0.11.9 |
| 598 | 2026-04-23T13:04:52.116Z | Downloaded darling_macro v0.20.11 |
| 599 | 2026-04-23T13:04:52.119Z | Downloaded crucible-workspace-hack v0.1.0 |
| 600 | 2026-04-23T13:04:52.119Z | Downloaded base64ct v1.8.3 |
| 601 | 2026-04-23T13:04:52.119Z | Downloaded dirs-next v2.0.0 |
| 602 | 2026-04-23T13:04:52.122Z | Downloaded derive-where v1.6.0 |
| 603 | 2026-04-23T13:04:52.127Z | Downloaded cfg_aliases v0.1.1 |
| 604 | 2026-04-23T13:04:52.127Z | Downloaded assert_matches v1.5.0 |
| 605 | 2026-04-23T13:04:52.134Z | Downloaded fd-lock v4.0.4 |
| 606 | 2026-04-23T13:04:52.134Z | Downloaded downcast-rs v2.0.2 |
| 607 | 2026-04-23T13:04:52.134Z | Downloaded crunchy v0.2.4 |
| 608 | 2026-04-23T13:04:52.134Z | Downloaded crc v3.4.0 |
| 609 | 2026-04-23T13:04:52.134Z | Downloaded float-cmp v0.10.0 |
| 610 | 2026-04-23T13:04:52.142Z | Downloaded endian-type v0.1.2 |
| 611 | 2026-04-23T13:04:52.142Z | Downloaded dirs-sys-next v0.1.2 |
| 612 | 2026-04-23T13:04:52.142Z | Downloaded enum-as-inner v0.6.1 |
| 613 | 2026-04-23T13:04:52.142Z | Downloaded const_format_proc_macros v0.2.34 |
| 614 | 2026-04-23T13:04:52.142Z | Downloaded bit-vec v0.6.3 |
| 615 | 2026-04-23T13:04:52.146Z | Downloaded fixedbitset v0.4.2 |
| 616 | 2026-04-23T13:04:52.146Z | Downloaded derive_builder_macro v0.20.2 |
| 617 | 2026-04-23T13:04:52.146Z | Downloaded async-trait v0.1.89 |
| 618 | 2026-04-23T13:04:52.146Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 619 | 2026-04-23T13:04:52.153Z | Downloaded backon v1.6.0 |
| 620 | 2026-04-23T13:04:52.153Z | Downloaded dtrace-parser v0.3.0 |
| 621 | 2026-04-23T13:04:52.153Z | Downloaded flagset v0.4.7 |
| 622 | 2026-04-23T13:04:52.153Z | Downloaded atomic-waker v1.1.2 |
| 623 | 2026-04-23T13:04:52.157Z | Downloaded block-padding v0.3.3 |
| 624 | 2026-04-23T13:04:52.157Z | Downloaded aead v0.5.2 |
| 625 | 2026-04-23T13:04:52.157Z | Downloaded foreign-types-shared v0.3.1 |
| 626 | 2026-04-23T13:04:52.157Z | Downloaded display-error-chain v0.2.2 |
| 627 | 2026-04-23T13:04:52.157Z | Downloaded ed25519 v2.2.3 |
| 628 | 2026-04-23T13:04:52.160Z | Downloaded foreign-types-shared v0.1.1 |
| 629 | 2026-04-23T13:04:52.160Z | Downloaded foreign-types v0.3.2 |
| 630 | 2026-04-23T13:04:52.160Z | Downloaded bitfield v0.19.4 |
| 631 | 2026-04-23T13:04:52.160Z | Downloaded darling v0.21.3 |
| 632 | 2026-04-23T13:04:52.164Z | Downloaded document-features v0.2.12 |
| 633 | 2026-04-23T13:04:52.168Z | Downloaded foreign-types v0.5.0 |
| 634 | 2026-04-23T13:04:52.168Z | Downloaded futures-sink v0.3.32 |
| 635 | 2026-04-23T13:04:52.171Z | Downloaded futures-core v0.3.32 |
| 636 | 2026-04-23T13:04:52.171Z | Downloaded cpufeatures v0.3.0 |
| 637 | 2026-04-23T13:04:52.171Z | Downloaded ghash v0.5.1 |
| 638 | 2026-04-23T13:04:52.175Z | Downloaded env_filter v1.0.0 |
| 639 | 2026-04-23T13:04:52.175Z | Downloaded futures-task v0.3.32 |
| 640 | 2026-04-23T13:04:52.175Z | Downloaded gethostname v0.5.0 |
| 641 | 2026-04-23T13:04:52.184Z | Downloaded darling_macro v0.21.3 |
| 642 | 2026-04-23T13:04:52.184Z | Downloaded futures-macro v0.3.32 |
| 643 | 2026-04-23T13:04:52.184Z | Downloaded futures-io v0.3.32 |
| 644 | 2026-04-23T13:04:52.184Z | Downloaded cookie_store v0.22.1 |
| 645 | 2026-04-23T13:04:52.184Z | Downloaded cbc v0.1.2 |
| 646 | 2026-04-23T13:04:52.185Z | Downloaded funty v2.0.0 |
| 647 | 2026-04-23T13:04:52.190Z | Downloaded ciborium v0.2.2 |
| 648 | 2026-04-23T13:04:52.191Z | Downloaded cookie v0.18.1 |
| 649 | 2026-04-23T13:04:52.191Z | Downloaded fxhash v0.2.1 |
| 650 | 2026-04-23T13:04:52.191Z | Downloaded corncobs v0.1.4 |
| 651 | 2026-04-23T13:04:52.191Z | Downloaded globwalk v0.9.1 |
| 652 | 2026-04-23T13:04:52.202Z | Downloaded blowfish v0.9.1 |
| 653 | 2026-04-23T13:04:52.202Z | Downloaded byte-wrapper v0.1.0 |
| 654 | 2026-04-23T13:04:52.202Z | Downloaded headers-core v0.3.0 |
| 655 | 2026-04-23T13:04:52.202Z | Downloaded cexpr v0.6.0 |
| 656 | 2026-04-23T13:04:52.209Z | Downloaded float-ord v0.3.2 |
| 657 | 2026-04-23T13:04:52.209Z | Downloaded compact_str v0.8.1 |
| 658 | 2026-04-23T13:04:52.209Z | Downloaded hex v0.4.3 |
| 659 | 2026-04-23T13:04:52.209Z | Downloaded csv-core v0.1.13 |
| 660 | 2026-04-23T13:04:52.209Z | Downloaded derive-ex v0.1.8 |
| 661 | 2026-04-23T13:04:52.209Z | Downloaded hex-literal v0.4.1 |
| 662 | 2026-04-23T13:04:52.209Z | Downloaded defmt v1.0.1 |
| 663 | 2026-04-23T13:04:52.213Z | Downloaded foldhash v0.1.5 |
| 664 | 2026-04-23T13:04:52.213Z | Downloaded defmt-macros v1.0.1 |
| 665 | 2026-04-23T13:04:52.213Z | Downloaded daft-derive v0.1.5 |
| 666 | 2026-04-23T13:04:52.228Z | Downloaded diesel-dtrace v0.5.0 |
| 667 | 2026-04-23T13:04:52.228Z | Downloaded chacha20 v0.9.1 |
| 668 | 2026-04-23T13:04:52.228Z | Downloaded hostname v0.4.2 |
| 669 | 2026-04-23T13:04:52.228Z | Downloaded home v0.5.12 |
| 670 | 2026-04-23T13:04:52.228Z | Downloaded data-encoding v2.10.0 |
| 671 | 2026-04-23T13:04:52.228Z | Downloaded hostname v0.3.1 |
| 672 | 2026-04-23T13:04:52.228Z | Downloaded ident_case v1.0.1 |
| 673 | 2026-04-23T13:04:52.228Z | Downloaded hubpack_derive v0.1.1 |
| 674 | 2026-04-23T13:04:52.228Z | Downloaded http-range v0.1.5 |
| 675 | 2026-04-23T13:04:52.233Z | Downloaded http-body v1.0.1 |
| 676 | 2026-04-23T13:04:52.233Z | Downloaded futures-executor v0.3.32 |
| 677 | 2026-04-23T13:04:52.233Z | Downloaded bit-vec v0.8.0 |
| 678 | 2026-04-23T13:04:52.236Z | Downloaded hubpack v0.1.2 |
| 679 | 2026-04-23T13:04:52.236Z | Downloaded httpdate v1.0.3 |
| 680 | 2026-04-23T13:04:52.236Z | Downloaded find-msvc-tools v0.1.9 |
| 681 | 2026-04-23T13:04:52.236Z | Downloaded der v0.7.10 |
| 682 | 2026-04-23T13:04:52.240Z | Downloaded indent_write v2.2.0 |
| 683 | 2026-04-23T13:04:52.243Z | Downloaded foldhash v0.2.0 |
| 684 | 2026-04-23T13:04:52.243Z | Downloaded filetime v0.2.27 |
| 685 | 2026-04-23T13:04:52.248Z | Downloaded colored v3.1.1 |
| 686 | 2026-04-23T13:04:52.263Z | Downloaded is_ci v1.2.0 |
| 687 | 2026-04-23T13:04:52.274Z | Downloaded instant v0.1.13 |
| 688 | 2026-04-23T13:04:52.274Z | Downloaded inout v0.1.4 |
| 689 | 2026-04-23T13:04:52.274Z | Downloaded indoc v1.0.9 |
| 690 | 2026-04-23T13:04:52.279Z | Downloaded group v0.13.0 |
| 691 | 2026-04-23T13:04:52.279Z | Downloaded kstat-rs v0.2.4 |
| 692 | 2026-04-23T13:04:52.279Z | Downloaded fallible-iterator v0.2.0 |
| 693 | 2026-04-23T13:04:52.279Z | Downloaded des v0.8.1 |
| 694 | 2026-04-23T13:04:52.279Z | Downloaded derive_more v2.1.1 |
| 695 | 2026-04-23T13:04:52.285Z | Downloaded libscf-sys v1.1.0 |
| 696 | 2026-04-23T13:04:52.285Z | Downloaded lru v0.12.5 |
| 697 | 2026-04-23T13:04:52.289Z | Downloaded linked-hash-map v0.5.6 |
| 698 | 2026-04-23T13:04:52.289Z | Downloaded derive_more v0.99.20 |
| 699 | 2026-04-23T13:04:52.292Z | Downloaded git-stub-vcs v0.1.0 |
| 700 | 2026-04-23T13:04:52.292Z | Downloaded humantime v2.3.0 |
| 701 | 2026-04-23T13:04:52.297Z | Downloaded http-body-util v0.1.3 |
| 702 | 2026-04-23T13:04:52.297Z | Downloaded highway v1.3.0 |
| 703 | 2026-04-23T13:04:52.300Z | Downloaded hyper-tls v0.6.0 |
| 704 | 2026-04-23T13:04:52.300Z | Downloaded lzss v0.8.2 |
| 705 | 2026-04-23T13:04:52.300Z | Downloaded maplit v1.0.2 |
| 706 | 2026-04-23T13:04:52.302Z | Downloaded ecdsa v0.16.9 |
| 707 | 2026-04-23T13:04:52.302Z | Downloaded lru-slab v0.1.2 |
| 708 | 2026-04-23T13:04:52.305Z | Downloaded match_cfg v0.1.0 |
| 709 | 2026-04-23T13:04:52.305Z | Downloaded mime v0.3.17 |
| 710 | 2026-04-23T13:04:52.305Z | Downloaded memoffset v0.9.1 |
| 711 | 2026-04-23T13:04:52.309Z | Downloaded md5 v0.7.0 |
| 712 | 2026-04-23T13:04:52.309Z | Downloaded md-5 v0.10.6 |
| 713 | 2026-04-23T13:04:52.312Z | Downloaded futures-channel v0.3.32 |
| 714 | 2026-04-23T13:04:52.312Z | Downloaded getrandom v0.2.17 |
| 715 | 2026-04-23T13:04:52.315Z | Downloaded ingot v0.1.1 |
| 716 | 2026-04-23T13:04:52.318Z | Downloaded ingot-types v0.1.2 |
| 717 | 2026-04-23T13:04:52.318Z | Downloaded instability v0.3.11 |
| 718 | 2026-04-23T13:04:52.318Z | Downloaded multimap v0.10.1 |
| 719 | 2026-04-23T13:04:52.321Z | Downloaded indoc v2.0.7 |
| 720 | 2026-04-23T13:04:52.324Z | Downloaded newline-converter v0.3.0 |
| 721 | 2026-04-23T13:04:52.324Z | Downloaded new_debug_unreachable v1.0.6 |
| 722 | 2026-04-23T13:04:52.324Z | Downloaded maybe-uninit v2.0.0 |
| 723 | 2026-04-23T13:04:52.327Z | Downloaded lru-cache v0.1.2 |
| 724 | 2026-04-23T13:04:52.327Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 725 | 2026-04-23T13:04:52.330Z | Downloaded newtype-uuid-macros v0.1.0 |
| 726 | 2026-04-23T13:04:52.330Z | Downloaded ipnetwork v0.21.1 |
| 727 | 2026-04-23T13:04:52.333Z | Downloaded normalize-line-endings v0.3.0 |
| 728 | 2026-04-23T13:04:52.333Z | Downloaded num-conv v0.2.0 |
| 729 | 2026-04-23T13:04:52.333Z | Downloaded is-terminal v0.4.17 |
| 730 | 2026-04-23T13:04:52.338Z | Downloaded ipnet v2.11.0 |
| 731 | 2026-04-23T13:04:52.339Z | Downloaded nibble_vec v0.1.0 |
| 732 | 2026-04-23T13:04:52.342Z | Downloaded crc-any v2.5.0 |
| 733 | 2026-04-23T13:04:52.342Z | Downloaded dropshot_endpoint v0.16.7 |
| 734 | 2026-04-23T13:04:52.342Z | Downloaded num-derive v0.4.2 |
| 735 | 2026-04-23T13:04:52.347Z | Downloaded linear-map v1.2.0 |
| 736 | 2026-04-23T13:04:52.347Z | Downloaded num_enum_derive v0.5.11 |
| 737 | 2026-04-23T13:04:52.353Z | Downloaded libsw-core v0.3.2 |
| 738 | 2026-04-23T13:04:52.353Z | Downloaded opaque-debug v0.3.1 |
| 739 | 2026-04-23T13:04:52.353Z | Downloaded libefi-sys v0.1.0 |
| 740 | 2026-04-23T13:04:52.353Z | Downloaded olpc-cjson v0.1.4 |
| 741 | 2026-04-23T13:04:52.353Z | Downloaded aes-gcm v0.10.3 |
| 742 | 2026-04-23T13:04:52.359Z | Downloaded libsw v3.5.0 |
| 743 | 2026-04-23T13:04:52.359Z | Downloaded getrandom v0.3.4 |
| 744 | 2026-04-23T13:04:52.363Z | Downloaded hyper-rustls v0.27.7 |
| 745 | 2026-04-23T13:04:52.363Z | Downloaded libloading v0.8.9 |
| 746 | 2026-04-23T13:04:52.366Z | Downloaded openssl-probe v0.2.1 |
| 747 | 2026-04-23T13:04:52.366Z | Downloaded num-iter v0.1.45 |
| 748 | 2026-04-23T13:04:52.366Z | Downloaded managed v0.8.0 |
| 749 | 2026-04-23T13:04:52.370Z | Downloaded oso-derive v0.27.3 |
| 750 | 2026-04-23T13:04:52.370Z | Downloaded lock_api v0.4.14 |
| 751 | 2026-04-23T13:04:52.370Z | Downloaded iana-time-zone v0.1.65 |
| 752 | 2026-04-23T13:04:52.374Z | Downloaded crossbeam-epoch v0.9.18 |
| 753 | 2026-04-23T13:04:52.374Z | Downloaded openssl-macros v0.1.1 |
| 754 | 2026-04-23T13:04:52.377Z | Downloaded ar_archive_writer v0.5.1 |
| 755 | 2026-04-23T13:04:52.380Z | Downloaded half v2.7.1 |
| 756 | 2026-04-23T13:04:52.380Z | Downloaded nanorand v0.7.0 |
| 757 | 2026-04-23T13:04:52.384Z | Downloaded bumpalo v3.20.2 |
| 758 | 2026-04-23T13:04:52.389Z | Downloaded newtype-uuid v1.3.2 |
| 759 | 2026-04-23T13:04:52.389Z | Downloaded native-tls v0.2.18 |
| 760 | 2026-04-23T13:04:52.393Z | Downloaded openssl-probe v0.1.6 |
| 761 | 2026-04-23T13:04:52.393Z | Downloaded packed_struct_codegen v0.10.1 |
| 762 | 2026-04-23T13:04:52.393Z | Downloaded mime_guess v2.0.5 |
| 763 | 2026-04-23T13:04:52.393Z | Downloaded futures v0.3.32 |
| 764 | 2026-04-23T13:04:52.403Z | Downloaded parse-size v1.1.0 |
| 765 | 2026-04-23T13:04:52.403Z | Downloaded parse-display v0.10.0 |
| 766 | 2026-04-23T13:04:52.403Z | Downloaded nonempty v0.12.0 |
| 767 | 2026-04-23T13:04:52.403Z | Downloaded elliptic-curve v0.13.8 |
| 768 | 2026-04-23T13:04:52.408Z | Downloaded darling_core v0.23.0 |
| 769 | 2026-04-23T13:04:52.412Z | Downloaded const_format v0.2.35 |
| 770 | 2026-04-23T13:04:52.412Z | Downloaded peg-runtime v0.8.5 |
| 771 | 2026-04-23T13:04:52.412Z | Downloaded path-slash v0.1.5 |
| 772 | 2026-04-23T13:04:52.415Z | Downloaded pbkdf2 v0.12.2 |
| 773 | 2026-04-23T13:04:52.415Z | Downloaded num_enum v0.7.5 |
| 774 | 2026-04-23T13:04:52.418Z | Downloaded phf_shared v0.13.1 |
| 775 | 2026-04-23T13:04:52.421Z | Downloaded phf_shared v0.12.1 |
| 776 | 2026-04-23T13:04:52.421Z | Downloaded phf_shared v0.11.3 |
| 777 | 2026-04-23T13:04:52.424Z | Downloaded nu-ansi-term v0.50.3 |
| 778 | 2026-04-23T13:04:52.424Z | Downloaded flume v0.11.1 |
| 779 | 2026-04-23T13:04:52.427Z | Downloaded pin-utils v0.1.0 |
| 780 | 2026-04-23T13:04:52.430Z | Downloaded num_enum_derive v0.7.5 |
| 781 | 2026-04-23T13:04:52.430Z | Downloaded num_enum v0.5.11 |
| 782 | 2026-04-23T13:04:52.434Z | Downloaded indexmap v1.9.3 |
| 783 | 2026-04-23T13:04:52.437Z | Downloaded memmap2 v0.9.10 |
| 784 | 2026-04-23T13:04:52.442Z | Downloaded precomputed-hash v0.1.1 |
| 785 | 2026-04-23T13:04:52.442Z | Downloaded multer v3.1.0 |
| 786 | 2026-04-23T13:04:52.442Z | Downloaded litrs v1.0.0 |
| 787 | 2026-04-23T13:04:52.445Z | Downloaded proc-macro-crate v3.4.0 |
| 788 | 2026-04-23T13:04:52.445Z | Downloaded base64 v0.21.7 |
| 789 | 2026-04-23T13:04:52.449Z | Downloaded async-compression v0.4.41 |
| 790 | 2026-04-23T13:04:52.453Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 791 | 2026-04-23T13:04:52.458Z | Downloaded predicates-tree v1.0.13 |
| 792 | 2026-04-23T13:04:52.458Z | Downloaded powerfmt v0.2.0 |
| 793 | 2026-04-23T13:04:52.458Z | Downloaded darling_core v0.21.3 |
| 794 | 2026-04-23T13:04:52.462Z | Downloaded parking_lot_core v0.8.6 |
| 795 | 2026-04-23T13:04:52.465Z | Downloaded packed_struct v0.10.1 |
| 796 | 2026-04-23T13:04:52.465Z | Downloaded proc-macro-crate v1.3.1 |
| 797 | 2026-04-23T13:04:52.465Z | Downloaded pbkdf2 v0.11.0 |
| 798 | 2026-04-23T13:04:52.469Z | Downloaded progenitor-client v0.10.0 |
| 799 | 2026-04-23T13:04:52.469Z | Downloaded paste v1.0.15 |
| 800 | 2026-04-23T13:04:52.472Z | Downloaded psl-types v2.0.11 |
| 801 | 2026-04-23T13:04:52.472Z | Downloaded password-hash v0.4.2 |
| 802 | 2026-04-23T13:04:52.478Z | Downloaded progenitor-client v0.11.2 |
| 803 | 2026-04-23T13:04:52.478Z | Downloaded crossterm v0.29.0 |
| 804 | 2026-04-23T13:04:52.483Z | Downloaded progenitor-macro v0.13.0 |
| 805 | 2026-04-23T13:04:52.483Z | Downloaded password-hash v0.5.0 |
| 806 | 2026-04-23T13:04:52.491Z | Downloaded pem-rfc7468 v0.7.0 |
| 807 | 2026-04-23T13:04:52.491Z | Downloaded pem v3.0.6 |
| 808 | 2026-04-23T13:04:52.491Z | Downloaded progenitor-macro v0.10.0 |
| 809 | 2026-04-23T13:04:52.491Z | Downloaded quick-error v1.2.3 |
| 810 | 2026-04-23T13:04:52.497Z | Downloaded pin-project-internal v1.1.11 |
| 811 | 2026-04-23T13:04:52.497Z | Downloaded phf v0.12.1 |
| 812 | 2026-04-23T13:04:52.497Z | Downloaded ed25519-dalek v2.2.0 |
| 813 | 2026-04-23T13:04:52.497Z | Downloaded libbz2-rs-sys v0.2.2 |
| 814 | 2026-04-23T13:04:52.501Z | Downloaded peg v0.8.5 |
| 815 | 2026-04-23T13:04:52.501Z | Downloaded radium v0.7.0 |
| 816 | 2026-04-23T13:04:52.501Z | Downloaded num-integer v0.1.46 |
| 817 | 2026-04-23T13:04:52.505Z | Downloaded progenitor-macro v0.11.2 |
| 818 | 2026-04-23T13:04:52.505Z | Downloaded headers v0.4.1 |
| 819 | 2026-04-23T13:04:52.507Z | Downloaded omicron-zone-package v0.12.2 |
| 820 | 2026-04-23T13:04:52.510Z | Downloaded indicatif v0.18.4 |
| 821 | 2026-04-23T13:04:52.513Z | Downloaded predicates v3.1.4 |
| 822 | 2026-04-23T13:04:52.516Z | Downloaded rand_chacha v0.3.1 |
| 823 | 2026-04-23T13:04:52.516Z | Downloaded rand_xorshift v0.4.0 |
| 824 | 2026-04-23T13:04:52.519Z | Downloaded poly1305 v0.8.0 |
| 825 | 2026-04-23T13:04:52.519Z | Downloaded primeorder v0.13.6 |
| 826 | 2026-04-23T13:04:52.522Z | Downloaded postgres-protocol v0.6.10 |
| 827 | 2026-04-23T13:04:52.525Z | Downloaded flate2 v1.1.9 |
| 828 | 2026-04-23T13:04:52.528Z | Downloaded ref-cast-impl v1.0.25 |
| 829 | 2026-04-23T13:04:52.528Z | Downloaded ingot-macros v0.1.1 |
| 830 | 2026-04-23T13:04:52.532Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 831 | 2026-04-23T13:04:52.532Z | Downloaded progenitor v0.13.0 |
| 832 | 2026-04-23T13:04:52.532Z | Downloaded owo-colors v4.3.0 |
| 833 | 2026-04-23T13:04:52.535Z | Downloaded parking_lot v0.11.2 |
| 834 | 2026-04-23T13:04:52.538Z | Downloaded ref-cast v1.0.25 |
| 835 | 2026-04-23T13:04:52.538Z | Downloaded rfc6979 v0.4.0 |
| 836 | 2026-04-23T13:04:52.541Z | Downloaded parking_lot_core v0.9.12 |
| 837 | 2026-04-23T13:04:52.544Z | Downloaded proc-macro-error2 v2.0.1 |
| 838 | 2026-04-23T13:04:52.544Z | Downloaded progenitor-client v0.13.0 |
| 839 | 2026-04-23T13:04:52.547Z | Downloaded progenitor v0.11.2 |
| 840 | 2026-04-23T13:04:52.547Z | Downloaded parking_lot v0.12.5 |
| 841 | 2026-04-23T13:04:52.550Z | Downloaded expectorate v1.2.0 |
| 842 | 2026-04-23T13:04:52.553Z | Downloaded heapless v0.8.0 |
| 843 | 2026-04-23T13:04:52.555Z | Downloaded rustc_version v0.4.1 |
| 844 | 2026-04-23T13:04:52.556Z | Downloaded rtoolbox v0.0.3 |
| 845 | 2026-04-23T13:04:52.559Z | Downloaded russh-cryptovec v0.7.3 |
| 846 | 2026-04-23T13:04:52.559Z | Downloaded peg-macros v0.8.5 |
| 847 | 2026-04-23T13:04:52.559Z | Downloaded rustc-hash v2.1.1 |
| 848 | 2026-04-23T13:04:52.569Z | Downloaded pkcs5 v0.7.1 |
| 849 | 2026-04-23T13:04:52.569Z | Downloaded phf v0.13.1 |
| 850 | 2026-04-23T13:04:52.569Z | Downloaded rustc_version v0.1.7 |
| 851 | 2026-04-23T13:04:52.569Z | Downloaded hickory-resolver v0.25.2 |
| 852 | 2026-04-23T13:04:52.594Z | Downloaded progenitor-extras v0.1.1 |
| 853 | 2026-04-23T13:04:52.594Z | Downloaded r2d2 v0.8.10 |
| 854 | 2026-04-23T13:04:52.594Z | Downloaded cc v1.2.56 |
| 855 | 2026-04-23T13:04:52.594Z | Downloaded hickory-resolver v0.24.4 |
| 856 | 2026-04-23T13:04:52.594Z | Downloaded salsa20 v0.10.2 |
| 857 | 2026-04-23T13:04:52.594Z | Downloaded recursive v0.1.1 |
| 858 | 2026-04-23T13:04:52.594Z | Downloaded oxnet v0.1.4 |
| 859 | 2026-04-23T13:04:52.604Z | Downloaded pkcs8 v0.10.2 |
| 860 | 2026-04-23T13:04:52.604Z | Downloaded rand_core v0.6.4 |
| 861 | 2026-04-23T13:04:52.604Z | Downloaded rand_chacha v0.9.0 |
| 862 | 2026-04-23T13:04:52.604Z | Downloaded sapling-renderdag v0.1.0 |
| 863 | 2026-04-23T13:04:52.604Z | Downloaded rand_core v0.10.0 |
| 864 | 2026-04-23T13:04:52.604Z | Downloaded rand_seeder v0.4.0 |
| 865 | 2026-04-23T13:04:52.604Z | Downloaded ppv-lite86 v0.2.21 |
| 866 | 2026-04-23T13:04:52.604Z | Downloaded postgres-types v0.2.12 |
| 867 | 2026-04-23T13:04:52.604Z | Downloaded scheduled-thread-pool v0.2.7 |
| 868 | 2026-04-23T13:04:52.604Z | Downloaded rand_core v0.9.5 |
| 869 | 2026-04-23T13:04:52.604Z | Downloaded p256 v0.13.2 |
| 870 | 2026-04-23T13:04:52.604Z | Downloaded scroll_derive v0.13.1 |
| 871 | 2026-04-23T13:04:52.611Z | Downloaded scopeguard v1.2.0 |
| 872 | 2026-04-23T13:04:52.611Z | Downloaded same-file v1.0.6 |
| 873 | 2026-04-23T13:04:52.611Z | Downloaded scrypt v0.11.0 |
| 874 | 2026-04-23T13:04:52.611Z | Downloaded arc-swap v1.8.2 |
| 875 | 2026-04-23T13:04:52.611Z | Downloaded polyval v0.6.2 |
| 876 | 2026-04-23T13:04:52.621Z | Downloaded oso v0.27.3 |
| 877 | 2026-04-23T13:04:52.621Z | Downloaded pkg-config v0.3.32 |
| 878 | 2026-04-23T13:04:52.621Z | Downloaded progenitor v0.10.0 |
| 879 | 2026-04-23T13:04:52.622Z | Downloaded pin-project-lite v0.2.17 |
| 880 | 2026-04-23T13:04:52.632Z | Downloaded secrecy v0.10.3 |
| 881 | 2026-04-23T13:04:52.632Z | Downloaded seq-macro v0.3.6 |
| 882 | 2026-04-23T13:04:52.632Z | Downloaded serde_plain v1.0.2 |
| 883 | 2026-04-23T13:04:52.632Z | Downloaded jiff-static v0.2.21 |
| 884 | 2026-04-23T13:04:52.632Z | Downloaded dropshot-api-manager v0.6.0 |
| 885 | 2026-04-23T13:04:52.632Z | Downloaded pkcs1 v0.7.5 |
| 886 | 2026-04-23T13:04:52.638Z | Downloaded semver v0.1.20 |
| 887 | 2026-04-23T13:04:52.638Z | Downloaded serde-big-array v0.5.1 |
| 888 | 2026-04-23T13:04:52.638Z | Downloaded serde_spanned v1.0.4 |
| 889 | 2026-04-23T13:04:52.638Z | Downloaded serde_repr v0.1.20 |
| 890 | 2026-04-23T13:04:52.641Z | Downloaded psm v0.1.30 |
| 891 | 2026-04-23T13:04:52.641Z | Downloaded shell-words v1.1.1 |
| 892 | 2026-04-23T13:04:52.641Z | Downloaded sha1 v0.10.6 |
| 893 | 2026-04-23T13:04:52.641Z | Downloaded secrecy v0.8.0 |
| 894 | 2026-04-23T13:04:52.645Z | Downloaded resolv-conf v0.7.6 |
| 895 | 2026-04-23T13:04:52.645Z | Downloaded hashbrown v0.13.2 |
| 896 | 2026-04-23T13:04:52.648Z | Downloaded quinn-udp v0.5.14 |
| 897 | 2026-04-23T13:04:52.651Z | Downloaded pin-project v1.1.11 |
| 898 | 2026-04-23T13:04:52.658Z | Downloaded sigpipe v0.1.3 |
| 899 | 2026-04-23T13:04:52.661Z | Downloaded rusty-fork v0.3.1 |
| 900 | 2026-04-23T13:04:52.661Z | Downloaded siphasher v1.0.2 |
| 901 | 2026-04-23T13:04:52.664Z | Downloaded rustversion v1.0.22 |
| 902 | 2026-04-23T13:04:52.664Z | Downloaded rustls-pemfile v2.2.0 |
| 903 | 2026-04-23T13:04:52.668Z | Downloaded rustls-native-certs v0.8.3 |
| 904 | 2026-04-23T13:04:52.671Z | Downloaded signature v2.2.0 |
| 905 | 2026-04-23T13:04:52.671Z | Downloaded signal-hook-tokio v0.3.1 |
| 906 | 2026-04-23T13:04:52.671Z | Downloaded postcard v1.1.3 |
| 907 | 2026-04-23T13:04:52.675Z | Downloaded derive_more-impl v2.1.1 |
| 908 | 2026-04-23T13:04:52.678Z | Downloaded slog-envlogger v2.2.0 |
| 909 | 2026-04-23T13:04:52.678Z | Downloaded diesel_derives v2.3.7 |
| 910 | 2026-04-23T13:04:52.685Z | Downloaded minimal-lexical v0.2.1 |
| 911 | 2026-04-23T13:04:52.688Z | Downloaded progenitor-impl v0.10.0 |
| 912 | 2026-04-23T13:04:52.691Z | Downloaded prefix-trie v0.7.0 |
| 913 | 2026-04-23T13:04:52.695Z | Downloaded sec1 v0.7.3 |
| 914 | 2026-04-23T13:04:52.695Z | Downloaded schemars_derive v0.8.22 |
| 915 | 2026-04-23T13:04:52.699Z | Downloaded progenitor-impl v0.13.0 |
| 916 | 2026-04-23T13:04:52.699Z | Downloaded serde_path_to_error v0.1.20 |
| 917 | 2026-04-23T13:04:52.699Z | Downloaded papergrid v0.17.0 |
| 918 | 2026-04-23T13:04:52.703Z | Downloaded hashbrown v0.12.3 |
| 919 | 2026-04-23T13:04:52.708Z | Downloaded ssh-encoding v0.2.0 |
| 920 | 2026-04-23T13:04:52.711Z | Downloaded aes v0.8.4 |
| 921 | 2026-04-23T13:04:52.711Z | Downloaded ssh-cipher v0.2.0 |
| 922 | 2026-04-23T13:04:52.715Z | Downloaded serde_derive_internals v0.29.1 |
| 923 | 2026-04-23T13:04:52.715Z | Downloaded serde_bytes v0.11.19 |
| 924 | 2026-04-23T13:04:52.715Z | Downloaded serde-hex v0.1.0 |
| 925 | 2026-04-23T13:04:52.719Z | Downloaded sct v0.7.1 |
| 926 | 2026-04-23T13:04:52.723Z | Downloaded miniz_oxide v0.8.9 |
| 927 | 2026-04-23T13:04:52.723Z | Downloaded signal-hook-registry v1.4.8 |
| 928 | 2026-04-23T13:04:52.727Z | Downloaded signal-hook-mio v0.2.5 |
| 929 | 2026-04-23T13:04:52.727Z | Downloaded structmeta v0.3.0 |
| 930 | 2026-04-23T13:04:52.728Z | Downloaded strip-ansi-escapes v0.2.1 |
| 931 | 2026-04-23T13:04:52.728Z | Downloaded serde_urlencoded v0.7.1 |
| 932 | 2026-04-23T13:04:52.731Z | Downloaded rustls-pemfile v1.0.4 |
| 933 | 2026-04-23T13:04:52.731Z | Downloaded strum v0.27.2 |
| 934 | 2026-04-23T13:04:52.731Z | Downloaded structmeta-derive v0.3.0 |
| 935 | 2026-04-23T13:04:52.734Z | Downloaded slab v0.4.12 |
| 936 | 2026-04-23T13:04:52.734Z | Downloaded hyper-util v0.1.20 |
| 937 | 2026-04-23T13:04:52.738Z | Downloaded hickory-server v0.25.2 |
| 938 | 2026-04-23T13:04:52.742Z | Downloaded subtle v2.6.1 |
| 939 | 2026-04-23T13:04:52.747Z | Downloaded simd-adler32 v0.3.8 |
| 940 | 2026-04-23T13:04:52.747Z | Downloaded russh-keys v0.45.0 |
| 941 | 2026-04-23T13:04:52.753Z | Downloaded strum v0.26.3 |
| 942 | 2026-04-23T13:04:52.753Z | Downloaded tap v1.0.1 |
| 943 | 2026-04-23T13:04:52.753Z | Downloaded tabwriter v1.4.1 |
| 944 | 2026-04-23T13:04:52.754Z | Downloaded tabled_derive v0.11.0 |
| 945 | 2026-04-23T13:04:52.761Z | Downloaded prettyplease v0.2.37 |
| 946 | 2026-04-23T13:04:52.761Z | Downloaded supports-color v3.0.2 |
| 947 | 2026-04-23T13:04:52.761Z | Downloaded openssl-sys v0.9.111 |
| 948 | 2026-04-23T13:04:52.761Z | Downloaded slog-stdlog v4.1.1 |
| 949 | 2026-04-23T13:04:52.771Z | Downloaded tagptr v0.2.0 |
| 950 | 2026-04-23T13:04:52.771Z | Downloaded slog-term v2.9.2 |
| 951 | 2026-04-23T13:04:52.771Z | Downloaded pretty_assertions v1.4.1 |
| 952 | 2026-04-23T13:04:52.774Z | Downloaded itertools v0.10.5 |
| 953 | 2026-04-23T13:04:52.774Z | Downloaded take_mut v0.2.2 |
| 954 | 2026-04-23T13:04:52.774Z | Downloaded sqlformat v0.3.5 |
| 955 | 2026-04-23T13:04:52.774Z | Downloaded crossterm v0.28.1 |
| 956 | 2026-04-23T13:04:52.778Z | Downloaded testing_table v0.3.0 |
| 957 | 2026-04-23T13:04:52.781Z | Downloaded termtree v0.5.1 |
| 958 | 2026-04-23T13:04:52.781Z | Downloaded sqlparser_derive v0.5.0 |
| 959 | 2026-04-23T13:04:52.784Z | Downloaded serde_cbor v0.11.2 |
| 960 | 2026-04-23T13:04:52.784Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 961 | 2026-04-23T13:04:52.787Z | Downloaded string_cache v0.8.9 |
| 962 | 2026-04-23T13:04:52.787Z | Downloaded stacker v0.1.23 |
| 963 | 2026-04-23T13:04:52.790Z | Downloaded spki v0.7.3 |
| 964 | 2026-04-23T13:04:52.790Z | Downloaded rustls-pki-types v1.14.0 |
| 965 | 2026-04-23T13:04:52.794Z | Downloaded time-core v0.1.8 |
| 966 | 2026-04-23T13:04:52.797Z | Downloaded progenitor-impl v0.11.2 |
| 967 | 2026-04-23T13:04:52.797Z | Downloaded stringprep v0.1.5 |
| 968 | 2026-04-23T13:04:52.797Z | Downloaded thread-id v5.1.0 |
| 969 | 2026-04-23T13:04:52.800Z | Downloaded ryu v1.0.23 |
| 970 | 2026-04-23T13:04:52.803Z | Downloaded http v1.4.0 |
| 971 | 2026-04-23T13:04:52.807Z | Downloaded slog-scope v4.4.1 |
| 972 | 2026-04-23T13:04:52.807Z | Downloaded rustls-platform-verifier v0.6.2 |
| 973 | 2026-04-23T13:04:52.810Z | Downloaded tinyvec_macros v0.1.1 |
| 974 | 2026-04-23T13:04:52.810Z | Downloaded slog-dtrace v0.3.0 |
| 975 | 2026-04-23T13:04:52.813Z | Downloaded tokio-macros v2.7.0 |
| 976 | 2026-04-23T13:04:52.813Z | Downloaded strum_macros v0.26.4 |
| 977 | 2026-04-23T13:04:52.816Z | Downloaded support-bundle-viewer v0.1.2 |
| 978 | 2026-04-23T13:04:52.816Z | Downloaded slog-bunyan v2.5.0 |
| 979 | 2026-04-23T13:04:52.820Z | Downloaded strum_macros v0.27.2 |
| 980 | 2026-04-23T13:04:52.820Z | Downloaded smf v0.2.3 |
| 981 | 2026-04-23T13:04:52.840Z | Downloaded schemars v0.8.22 |
| 982 | 2026-04-23T13:04:52.840Z | Downloaded mio v1.2.0 |
| 983 | 2026-04-23T13:04:52.843Z | Downloaded spin v0.9.8 |
| 984 | 2026-04-23T13:04:52.843Z | Downloaded topological-sort v0.2.2 |
| 985 | 2026-04-23T13:04:52.847Z | Downloaded termios v0.3.3 |
| 986 | 2026-04-23T13:04:52.847Z | Downloaded publicsuffix v2.3.0 |
| 987 | 2026-04-23T13:04:52.850Z | Downloaded thiserror-no-std v2.0.2 |
| 988 | 2026-04-23T13:04:52.853Z | Downloaded try-lock v0.2.5 |
| 989 | 2026-04-23T13:04:52.856Z | Downloaded quinn v0.11.9 |
| 990 | 2026-04-23T13:04:52.859Z | Downloaded nom v7.1.3 |
| 991 | 2026-04-23T13:04:52.864Z | Downloaded thread_local v1.1.9 |
| 992 | 2026-04-23T13:04:52.867Z | Downloaded static_assertions v1.1.0 |
| 993 | 2026-04-23T13:04:52.867Z | Downloaded tls_codec v0.4.2 |
| 994 | 2026-04-23T13:04:52.872Z | Downloaded time-macros v0.2.27 |
| 995 | 2026-04-23T13:04:52.872Z | Downloaded trait-variant v0.1.2 |
| 996 | 2026-04-23T13:04:52.878Z | Downloaded tower-service v0.3.3 |
| 997 | 2026-04-23T13:04:52.878Z | Downloaded aho-corasick v1.1.4 |
| 998 | 2026-04-23T13:04:52.887Z | Downloaded signal-hook v0.3.18 |
| 999 | 2026-04-23T13:04:52.887Z | Downloaded tokio-dtrace v0.1.1 |
| 1000 | 2026-04-23T13:04:52.887Z | Downloaded tiny-keccak v2.0.2 |
| 1001 | 2026-04-23T13:04:52.887Z | Downloaded typify-macro v0.6.1 |
| 1002 | 2026-04-23T13:04:52.887Z | Downloaded unarray v0.1.4 |
| 1003 | 2026-04-23T13:04:52.895Z | Downloaded typify-macro v0.4.3 |
| 1004 | 2026-04-23T13:04:52.895Z | Downloaded tls_codec_derive v0.4.2 |
| 1005 | 2026-04-23T13:04:52.895Z | Downloaded schemars v0.9.0 |
| 1006 | 2026-04-23T13:04:52.900Z | Downloaded universal-hash v0.5.1 |
| 1007 | 2026-04-23T13:04:52.904Z | Downloaded iri-string v0.7.10 |
| 1008 | 2026-04-23T13:04:52.911Z | Downloaded unit-prefix v0.5.2 |
| 1009 | 2026-04-23T13:04:52.911Z | Downloaded term v1.2.1 |
| 1010 | 2026-04-23T13:04:52.915Z | Downloaded unicode-truncate v1.1.0 |
| 1011 | 2026-04-23T13:04:52.915Z | Downloaded untrusted v0.9.0 |
| 1012 | 2026-04-23T13:04:52.915Z | Downloaded usdt v0.6.0 |
| 1013 | 2026-04-23T13:04:52.915Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1014 | 2026-04-23T13:04:52.915Z | Downloaded itertools v0.13.0 |
| 1015 | 2026-04-23T13:04:52.921Z | Downloaded usdt-macro v0.6.0 |
| 1016 | 2026-04-23T13:04:52.924Z | Downloaded utf-8 v0.7.6 |
| 1017 | 2026-04-23T13:04:52.924Z | Downloaded socket2 v0.5.10 |
| 1018 | 2026-04-23T13:04:52.924Z | Downloaded tokio-tungstenite v0.23.1 |
| 1019 | 2026-04-23T13:04:52.927Z | Downloaded void v1.0.2 |
| 1020 | 2026-04-23T13:04:52.927Z | Downloaded tokio-tungstenite v0.21.0 |
| 1021 | 2026-04-23T13:04:52.930Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1022 | 2026-04-23T13:04:52.933Z | Downloaded rand v0.9.2 |
| 1023 | 2026-04-23T13:04:52.936Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1024 | 2026-04-23T13:04:52.940Z | Downloaded tui-tree-widget v0.23.1 |
| 1025 | 2026-04-23T13:04:52.940Z | Downloaded tower-layer v0.3.3 |
| 1026 | 2026-04-23T13:04:52.943Z | Downloaded wait-timeout v0.2.1 |
| 1027 | 2026-04-23T13:04:52.943Z | Downloaded qorb v0.4.1 |
| 1028 | 2026-04-23T13:04:52.947Z | Downloaded num-bigint-dig v0.8.6 |
| 1029 | 2026-04-23T13:04:52.950Z | Downloaded hyper v1.8.1 |
| 1030 | 2026-04-23T13:04:52.953Z | Downloaded similar v2.7.0 |
| 1031 | 2026-04-23T13:04:52.957Z | Downloaded waitgroup v0.1.2 |
| 1032 | 2026-04-23T13:04:52.960Z | Downloaded xattr v1.6.1 |
| 1033 | 2026-04-23T13:04:52.960Z | Downloaded want v0.3.1 |
| 1034 | 2026-04-23T13:04:52.963Z | Downloaded rcgen v0.12.1 |
| 1035 | 2026-04-23T13:04:52.963Z | Downloaded unicase v2.9.0 |
| 1036 | 2026-04-23T13:04:52.966Z | Downloaded tokio-stream v0.1.18 |
| 1037 | 2026-04-23T13:04:52.969Z | Downloaded tokio-rustls v0.26.4 |
| 1038 | 2026-04-23T13:04:52.973Z | Downloaded subprocess v0.2.15 |
| 1039 | 2026-04-23T13:04:52.976Z | Downloaded snafu v0.8.9 |
| 1040 | 2026-04-23T13:04:52.979Z | Downloaded futures-util v0.3.32 |
| 1041 | 2026-04-23T13:04:52.985Z | Downloaded zeroize_derive v1.4.3 |
| 1042 | 2026-04-23T13:04:52.988Z | Downloaded xshell-macros v0.2.7 |
| 1043 | 2026-04-23T13:04:52.988Z | Downloaded usdt-attr-macro v0.6.0 |
| 1044 | 2026-04-23T13:04:52.988Z | Downloaded itertools v0.12.1 |
| 1045 | 2026-04-23T13:04:52.992Z | Downloaded vergen-lib v0.1.6 |
| 1046 | 2026-04-23T13:04:52.997Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1047 | 2026-04-23T13:04:53.003Z | Downloaded tokio-rustls v0.24.1 |
| 1048 | 2026-04-23T13:04:53.003Z | Downloaded uzers v0.12.2 |
| 1049 | 2026-04-23T13:04:53.003Z | Downloaded tracing-attributes v0.1.31 |
| 1050 | 2026-04-23T13:04:53.011Z | Downloaded test-strategy v0.4.5 |
| 1051 | 2026-04-23T13:04:53.011Z | Downloaded zone_cfg_derive v0.3.1 |
| 1052 | 2026-04-23T13:04:53.011Z | Downloaded zone v0.3.1 |
| 1053 | 2026-04-23T13:04:53.011Z | Downloaded russh v0.45.0 |
| 1054 | 2026-04-23T13:04:53.019Z | Downloaded rustls-webpki v0.103.9 |
| 1055 | 2026-04-23T13:04:53.019Z | Downloaded twox-hash v2.1.2 |
| 1056 | 2026-04-23T13:04:53.020Z | Downloaded rand v0.10.0 |
| 1057 | 2026-04-23T13:04:53.020Z | Downloaded wyz v0.5.1 |
| 1058 | 2026-04-23T13:04:53.020Z | Downloaded vergen-gitcl v1.0.8 |
| 1059 | 2026-04-23T13:04:53.024Z | Downloaded vergen-git2 v1.0.7 |
| 1060 | 2026-04-23T13:04:53.024Z | Downloaded schemars v1.2.1 |
| 1061 | 2026-04-23T13:04:53.032Z | Downloaded xshell v0.2.7 |
| 1062 | 2026-04-23T13:04:53.036Z | Downloaded usdt-impl v0.6.0 |
| 1063 | 2026-04-23T13:04:53.036Z | Downloaded whoami v1.6.1 |
| 1064 | 2026-04-23T13:04:53.039Z | Downloaded tinyvec v1.10.0 |
| 1065 | 2026-04-23T13:04:53.040Z | Downloaded p521 v0.13.3 |
| 1066 | 2026-04-23T13:04:53.043Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1067 | 2026-04-23T13:04:53.046Z | Downloaded unicode-properties v0.1.4 |
| 1068 | 2026-04-23T13:04:53.048Z | Downloaded aws-lc-rs v1.16.0 |
| 1069 | 2026-04-23T13:04:53.055Z | Downloaded walkdir v2.5.0 |
| 1070 | 2026-04-23T13:04:53.058Z | Downloaded hkdf v0.12.4 |
| 1071 | 2026-04-23T13:04:53.063Z | Downloaded h2 v0.4.13 |
| 1072 | 2026-04-23T13:04:53.066Z | Downloaded vergen v9.0.6 |
| 1073 | 2026-04-23T13:04:53.066Z | Downloaded zstd v0.13.3 |
| 1074 | 2026-04-23T13:04:53.080Z | Downloaded toml v0.7.8 |
| 1075 | 2026-04-23T13:04:53.081Z | Downloaded tar v0.4.45 |
| 1076 | 2026-04-23T13:04:53.087Z | Downloaded bitvec v1.0.1 |
| 1077 | 2026-04-23T13:04:53.087Z | Downloaded zstd-safe v7.2.4 |
| 1078 | 2026-04-23T13:04:53.092Z | Downloaded zerocopy v0.6.6 |
| 1079 | 2026-04-23T13:04:53.092Z | Downloaded tungstenite v0.21.0 |
| 1080 | 2026-04-23T13:04:53.093Z | Downloaded rustyline v14.0.0 |
| 1081 | 2026-04-23T13:04:53.096Z | Downloaded typify v0.6.1 |
| 1082 | 2026-04-23T13:04:53.101Z | Downloaded whoami v2.1.0 |
| 1083 | 2026-04-23T13:04:53.101Z | Downloaded typify v0.4.3 |
| 1084 | 2026-04-23T13:04:53.104Z | Downloaded blake3 v1.8.3 |
| 1085 | 2026-04-23T13:04:53.107Z | Downloaded tracing-core v0.1.36 |
| 1086 | 2026-04-23T13:04:53.110Z | Downloaded tungstenite v0.23.0 |
| 1087 | 2026-04-23T13:04:53.113Z | Downloaded rpassword v7.4.0 |
| 1088 | 2026-04-23T13:04:53.113Z | Downloaded yasna v0.5.2 |
| 1089 | 2026-04-23T13:04:53.116Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1090 | 2026-04-23T13:04:53.120Z | Downloaded zeroize v1.8.2 |
| 1091 | 2026-04-23T13:04:53.120Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1092 | 2026-04-23T13:04:53.124Z | Downloaded steno v0.4.1 |
| 1093 | 2026-04-23T13:04:53.128Z | Downloaded unsafe-libyaml v0.2.11 |
| 1094 | 2026-04-23T13:04:53.128Z | Downloaded vsss-rs v3.3.4 |
| 1095 | 2026-04-23T13:04:53.134Z | Downloaded reedline v0.40.0 |
| 1096 | 2026-04-23T13:04:53.140Z | Downloaded itertools v0.14.0 |
| 1097 | 2026-04-23T13:04:53.145Z | Downloaded uuid v1.23.0 |
| 1098 | 2026-04-23T13:04:53.145Z | Downloaded samael v0.0.19 |
| 1099 | 2026-04-23T13:04:53.149Z | Downloaded zopfli v0.8.3 |
| 1100 | 2026-04-23T13:04:53.153Z | Downloaded libm v0.2.16 |
| 1101 | 2026-04-23T13:04:53.157Z | Downloaded unicode-bidi v0.3.18 |
| 1102 | 2026-04-23T13:04:53.160Z | Downloaded iddqd v0.3.17 |
| 1103 | 2026-04-23T13:04:53.163Z | Downloaded tokio-postgres v0.7.16 |
| 1104 | 2026-04-23T13:04:53.167Z | Downloaded p384 v0.13.1 |
| 1105 | 2026-04-23T13:04:53.171Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1106 | 2026-04-23T13:04:53.174Z | Downloaded socket2 v0.6.3 |
| 1107 | 2026-04-23T13:04:53.177Z | Downloaded zip v0.6.6 |
| 1108 | 2026-04-23T13:04:53.179Z | Downloaded toml_edit v0.19.15 |
| 1109 | 2026-04-23T13:04:53.189Z | Downloaded vte v0.14.1 |
| 1110 | 2026-04-23T13:04:53.193Z | Downloaded bindgen v0.71.1 |
| 1111 | 2026-04-23T13:04:53.196Z | Downloaded unicode-segmentation v1.12.0 |
| 1112 | 2026-04-23T13:04:53.203Z | Downloaded ssh-key v0.6.7 |
| 1113 | 2026-04-23T13:04:53.206Z | Downloaded unicode_categories v0.1.1 |
| 1114 | 2026-04-23T13:04:53.211Z | Downloaded reqwest v0.12.28 |
| 1115 | 2026-04-23T13:04:53.215Z | Downloaded git2 v0.20.4 |
| 1116 | 2026-04-23T13:04:53.218Z | Downloaded untrusted v0.7.1 |
| 1117 | 2026-04-23T13:04:53.218Z | Downloaded term v0.7.0 |
| 1118 | 2026-04-23T13:04:53.223Z | Downloaded rsa v0.9.10 |
| 1119 | 2026-04-23T13:04:53.226Z | Downloaded tokio-rustls v0.25.0 |
| 1120 | 2026-04-23T13:04:53.226Z | Downloaded tokio-native-tls v0.3.1 |
| 1121 | 2026-04-23T13:04:53.230Z | Downloaded slog v2.8.2 |
| 1122 | 2026-04-23T13:04:53.233Z | Downloaded strum_macros v0.24.3 |
| 1123 | 2026-04-23T13:04:53.233Z | Downloaded rustls-webpki v0.101.7 |
| 1124 | 2026-04-23T13:04:53.242Z | Downloaded yansi v1.0.1 |
| 1125 | 2026-04-23T13:04:53.247Z | Downloaded reqwest v0.13.2 |
| 1126 | 2026-04-23T13:04:53.260Z | Downloaded zerocopy-derive v0.8.40 |
| 1127 | 2026-04-23T13:04:53.265Z | Downloaded lalrpop v0.19.12 |
| 1128 | 2026-04-23T13:04:53.265Z | Downloaded curve25519-dalek v4.1.3 |
| 1129 | 2026-04-23T13:04:53.269Z | Downloaded x509-cert v0.2.5 |
| 1130 | 2026-04-23T13:04:53.277Z | Downloaded typed-path v0.9.3 |
| 1131 | 2026-04-23T13:04:53.282Z | Downloaded tower v0.5.3 |
| 1132 | 2026-04-23T13:04:53.288Z | Downloaded moka v0.12.13 |
| 1133 | 2026-04-23T13:04:53.294Z | Downloaded tower-http v0.6.8 |
| 1134 | 2026-04-23T13:04:53.298Z | Downloaded unicode-normalization v0.1.25 |
| 1135 | 2026-04-23T13:04:53.301Z | Downloaded tokio-util v0.7.18 |
| 1136 | 2026-04-23T13:04:53.307Z | Downloaded proptest v1.10.0 |
| 1137 | 2026-04-23T13:04:53.315Z | Downloaded serde_with v3.17.0 |
| 1138 | 2026-04-23T13:04:53.324Z | Downloaded zip v4.6.1 |
| 1139 | 2026-04-23T13:04:53.327Z | Downloaded quick-xml v0.37.5 |
| 1140 | 2026-04-23T13:04:53.332Z | Downloaded petname v2.0.2 |
| 1141 | 2026-04-23T13:04:53.336Z | Downloaded nix v0.27.1 |
| 1142 | 2026-04-23T13:04:53.344Z | Downloaded object v0.30.4 |
| 1143 | 2026-04-23T13:04:53.351Z | Downloaded chrono v0.4.44 |
| 1144 | 2026-04-23T13:04:53.356Z | Downloaded radix_trie v0.2.1 |
| 1145 | 2026-04-23T13:04:53.360Z | Downloaded tough v0.20.0 |
| 1146 | 2026-04-23T13:04:53.368Z | Downloaded salty v0.3.0 |
| 1147 | 2026-04-23T13:04:53.381Z | Downloaded rustls-webpki v0.102.8 |
| 1148 | 2026-04-23T13:04:53.387Z | Downloaded winnow v0.5.40 |
| 1149 | 2026-04-23T13:04:53.392Z | Downloaded openssl v0.10.75 |
| 1150 | 2026-04-23T13:04:53.400Z | Downloaded polar-core v0.27.3 |
| 1151 | 2026-04-23T13:04:53.405Z | Downloaded winnow v0.6.26 |
| 1152 | 2026-04-23T13:04:53.412Z | Downloaded quinn-proto v0.11.13 |
| 1153 | 2026-04-23T13:04:53.419Z | Downloaded regex v1.12.3 |
| 1154 | 2026-04-23T13:04:53.423Z | Downloaded tabled v0.20.0 |
| 1155 | 2026-04-23T13:04:53.434Z | Downloaded time v0.3.47 |
| 1156 | 2026-04-23T13:04:53.442Z | Downloaded nix v0.29.0 |
| 1157 | 2026-04-23T13:04:53.450Z | Downloaded regex-syntax v0.6.29 |
| 1158 | 2026-04-23T13:04:53.455Z | Downloaded smoltcp v0.9.1 |
| 1159 | 2026-04-23T13:04:53.462Z | Downloaded zlib-rs v0.6.2 |
| 1160 | 2026-04-23T13:04:53.466Z | Downloaded hickory-proto v0.24.4 |
| 1161 | 2026-04-23T13:04:53.477Z | Downloaded webpki-roots v1.0.6 |
| 1162 | 2026-04-23T13:04:53.483Z | Downloaded object v0.37.3 |
| 1163 | 2026-04-23T13:04:53.499Z | Downloaded vcpkg v0.2.15 |
| 1164 | 2026-04-23T13:04:53.523Z | Downloaded rustls v0.22.4 |
| 1165 | 2026-04-23T13:04:53.529Z | Downloaded zerocopy v0.8.40 |
| 1166 | 2026-04-23T13:04:53.537Z | Downloaded rustix v0.38.44 |
| 1167 | 2026-04-23T13:04:53.558Z | Downloaded smoltcp v0.11.0 |
| 1168 | 2026-04-23T13:04:53.564Z | Downloaded rustls v0.23.37 |
| 1169 | 2026-04-23T13:04:53.573Z | Downloaded diesel v2.3.7 |
| 1170 | 2026-04-23T13:04:53.590Z | Downloaded regex-syntax v0.8.10 |
| 1171 | 2026-04-23T13:04:53.596Z | Downloaded regress v0.10.5 |
| 1172 | 2026-04-23T13:04:53.603Z | Downloaded openapiv3 v2.2.0 |
| 1173 | 2026-04-23T13:04:53.613Z | Downloaded sqlparser v0.61.0 |
| 1174 | 2026-04-23T13:04:53.622Z | Downloaded hickory-proto v0.25.2 |
| 1175 | 2026-04-23T13:04:53.633Z | Downloaded nix v0.31.2 |
| 1176 | 2026-04-23T13:04:53.642Z | Downloaded nix v0.28.0 |
| 1177 | 2026-04-23T13:04:53.652Z | Downloaded ratatui v0.29.0 |
| 1178 | 2026-04-23T13:04:53.671Z | Downloaded dropshot v0.17.0 |
| 1179 | 2026-04-23T13:04:53.689Z | Downloaded sled v0.34.7 |
| 1180 | 2026-04-23T13:04:53.700Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1181 | 2026-04-23T13:04:53.712Z | Downloaded dropshot v0.16.7 |
| 1182 | 2026-04-23T13:04:53.719Z | Downloaded regex-automata v0.4.14 |
| 1183 | 2026-04-23T13:04:53.731Z | Downloaded bstr v1.12.1 |
| 1184 | 2026-04-23T13:04:53.738Z | Downloaded rustls v0.21.12 |
| 1185 | 2026-04-23T13:04:53.748Z | Downloaded typify-impl v0.6.1 |
| 1186 | 2026-04-23T13:04:53.761Z | Downloaded typify-impl v0.4.3 |
| 1187 | 2026-04-23T13:04:53.770Z | Downloaded tracing v0.1.44 |
| 1188 | 2026-04-23T13:04:53.789Z | Downloaded zerocopy-derive v0.6.6 |
| 1189 | 2026-04-23T13:04:53.797Z | Downloaded chrono-tz v0.10.4 |
| 1190 | 2026-04-23T13:04:53.812Z | Downloaded rayon v1.11.0 |
| 1191 | 2026-04-23T13:04:53.818Z | Downloaded goblin v0.10.5 |
| 1192 | 2026-04-23T13:04:53.830Z | Downloaded petgraph v0.6.5 |
| 1193 | 2026-04-23T13:04:53.836Z | Downloaded portable-atomic v1.13.1 |
| 1194 | 2026-04-23T13:04:53.844Z | Downloaded libxml v0.3.3 |
| 1195 | 2026-04-23T13:04:53.848Z | Downloaded libz-sys v1.1.24 |
| 1196 | 2026-04-23T13:04:53.864Z | Downloaded serde_with_macros v3.17.0 |
| 1197 | 2026-04-23T13:04:53.867Z | Downloaded jiff v0.2.21 |
| 1198 | 2026-04-23T13:04:53.879Z | Downloaded rand v0.8.5 |
| 1199 | 2026-04-23T13:04:53.882Z | Downloaded num-bigint v0.4.6 |
| 1200 | 2026-04-23T13:04:53.887Z | Downloaded sha3 v0.10.8 |
| 1201 | 2026-04-23T13:04:53.890Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1202 | 2026-04-23T13:04:53.909Z | Downloaded snafu-derive v0.8.9 |
| 1203 | 2026-04-23T13:04:53.916Z | Downloaded ron v0.8.1 |
| 1204 | 2026-04-23T13:04:53.916Z | Downloaded csv v1.4.0 |
| 1205 | 2026-04-23T13:04:53.923Z | Downloaded hashbrown v0.15.5 |
| 1206 | 2026-04-23T13:04:53.928Z | Downloaded rayon-core v1.13.0 |
| 1207 | 2026-04-23T13:04:53.931Z | Downloaded slog-async v2.8.0 |
| 1208 | 2026-04-23T13:04:53.934Z | Downloaded scroll v0.13.0 |
| 1209 | 2026-04-23T13:04:53.934Z | Downloaded sync_wrapper v1.0.2 |
| 1210 | 2026-04-23T13:04:53.934Z | Downloaded sync-ptr v0.1.4 |
| 1211 | 2026-04-23T13:04:53.935Z | Downloaded smallvec v0.6.14 |
| 1212 | 2026-04-23T13:04:53.935Z | Downloaded slog-json v2.6.1 |
| 1213 | 2026-04-23T13:04:53.938Z | Downloaded petgraph v0.8.3 |
| 1214 | 2026-04-23T13:04:53.952Z | Downloaded shlex v1.3.0 |
| 1215 | 2026-04-23T13:04:53.957Z | Downloaded parse-display-derive v0.10.0 |
| 1216 | 2026-04-23T13:04:53.957Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1217 | 2026-04-23T13:04:53.957Z | Downloaded heapless v0.7.17 |
| 1218 | 2026-04-23T13:04:53.970Z | Downloaded darling_core v0.20.11 |
| 1219 | 2026-04-23T13:04:53.970Z | Downloaded crossbeam-utils v0.8.21 |
| 1220 | 2026-04-23T13:04:53.970Z | Downloaded predicates-core v1.0.10 |
| 1221 | 2026-04-23T13:04:53.970Z | Downloaded ignore v0.4.25 |
| 1222 | 2026-04-23T13:04:53.970Z | Downloaded num-rational v0.4.2 |
| 1223 | 2026-04-23T13:04:53.975Z | Downloaded fatfs v0.3.6 |
| 1224 | 2026-04-23T13:04:53.975Z | Downloaded num-complex v0.4.6 |
| 1225 | 2026-04-23T13:04:53.975Z | Downloaded tokio v1.52.1 |
| 1226 | 2026-04-23T13:04:54.002Z | Downloaded bytes v1.11.1 |
| 1227 | 2026-04-23T13:04:54.006Z | Downloaded base64 v0.22.1 |
| 1228 | 2026-04-23T13:04:54.006Z | Downloaded dropshot_endpoint v0.17.0 |
| 1229 | 2026-04-23T13:04:54.009Z | Downloaded num_threads v0.1.7 |
| 1230 | 2026-04-23T13:04:54.009Z | Downloaded httparse v1.10.1 |
| 1231 | 2026-04-23T13:04:54.013Z | Downloaded hmac v0.12.1 |
| 1232 | 2026-04-23T13:04:54.016Z | Downloaded crypto-bigint v0.5.5 |
| 1233 | 2026-04-23T13:04:54.020Z | Downloaded num-derive v0.3.3 |
| 1234 | 2026-04-23T13:04:54.020Z | Downloaded num v0.4.3 |
| 1235 | 2026-04-23T13:04:54.020Z | Downloaded newtype_derive v0.1.6 |
| 1236 | 2026-04-23T13:04:54.020Z | Downloaded lazy_static v1.5.0 |
| 1237 | 2026-04-23T13:04:54.023Z | Downloaded jobserver v0.1.34 |
| 1238 | 2026-04-23T13:04:54.023Z | Downloaded allocator-api2 v0.2.21 |
| 1239 | 2026-04-23T13:04:54.026Z | Downloaded nodrop v0.1.14 |
| 1240 | 2026-04-23T13:04:54.026Z | Downloaded half v1.8.3 |
| 1241 | 2026-04-23T13:04:54.029Z | Downloaded hyper-staticfile v0.10.1 |
| 1242 | 2026-04-23T13:04:54.029Z | Downloaded compression-codecs v0.4.37 |
| 1243 | 2026-04-23T13:04:54.032Z | Downloaded lalrpop-util v0.19.12 |
| 1244 | 2026-04-23T13:04:54.032Z | Downloaded keccak v0.1.6 |
| 1245 | 2026-04-23T13:04:54.032Z | Downloaded internet-checksum v0.2.1 |
| 1246 | 2026-04-23T13:04:54.032Z | Downloaded const-oid v0.9.6 |
| 1247 | 2026-04-23T13:04:54.035Z | Downloaded derive_builder v0.20.2 |
| 1248 | 2026-04-23T13:04:54.038Z | Downloaded colored v2.2.0 |
| 1249 | 2026-04-23T13:04:54.038Z | Downloaded globset v0.4.18 |
| 1250 | 2026-04-23T13:04:54.043Z | Downloaded glob v0.3.3 |
| 1251 | 2026-04-23T13:04:54.043Z | Downloaded git-stub v1.0.0 |
| 1252 | 2026-04-23T13:04:54.043Z | Downloaded fs_extra v1.3.0 |
| 1253 | 2026-04-23T13:04:54.046Z | Downloaded fs-err v2.11.0 |
| 1254 | 2026-04-23T13:04:54.046Z | Downloaded fixedbitset v0.5.7 |
| 1255 | 2026-04-23T13:04:54.046Z | Downloaded console v0.16.2 |
| 1256 | 2026-04-23T13:04:54.049Z | Downloaded console v0.15.11 |
| 1257 | 2026-04-23T13:04:54.049Z | Downloaded encoding_rs v0.8.35 |
| 1258 | 2026-04-23T13:04:54.066Z | Downloaded cmake v0.1.57 |
| 1259 | 2026-04-23T13:04:54.069Z | Downloaded clang-sys v1.8.1 |
| 1260 | 2026-04-23T13:04:54.069Z | Downloaded cancel-safe-futures v0.1.5 |
| 1261 | 2026-04-23T13:04:54.072Z | Downloaded blake2 v0.10.6 |
| 1262 | 2026-04-23T13:04:54.072Z | Downloaded chacha20 v0.10.0 |
| 1263 | 2026-04-23T13:04:54.075Z | Downloaded derive_builder_core v0.20.2 |
| 1264 | 2026-04-23T13:04:54.075Z | Downloaded constant_time_eq v0.4.2 |
| 1265 | 2026-04-23T13:04:54.078Z | Downloaded ctr v0.9.2 |
| 1266 | 2026-04-23T13:04:54.078Z | Downloaded buf-list v1.1.2 |
| 1267 | 2026-04-23T13:04:54.081Z | Downloaded daft v0.1.5 |
| 1268 | 2026-04-23T13:04:54.081Z | Downloaded cassowary v0.3.0 |
| 1269 | 2026-04-23T13:04:54.081Z | Downloaded bitflags v1.3.2 |
| 1270 | 2026-04-23T13:04:54.084Z | Downloaded hash32 v0.3.1 |
| 1271 | 2026-04-23T13:04:54.084Z | Downloaded hash32 v0.2.1 |
| 1272 | 2026-04-23T13:04:54.087Z | Downloaded ff v0.13.1 |
| 1273 | 2026-04-23T13:04:54.087Z | Downloaded defmt-parser v1.0.0 |
| 1274 | 2026-04-23T13:04:54.087Z | Downloaded chacha20poly1305 v0.10.1 |
| 1275 | 2026-04-23T13:04:54.090Z | Downloaded bzip2 v0.6.1 |
| 1276 | 2026-04-23T13:04:54.090Z | Downloaded ahash v0.8.12 |
| 1277 | 2026-04-23T13:04:54.093Z | Downloaded ring v0.17.14 |
| 1278 | 2026-04-23T13:04:54.123Z | Downloaded castaway v0.2.4 |
| 1279 | 2026-04-23T13:04:54.132Z | Downloaded argon2 v0.5.3 |
| 1280 | 2026-04-23T13:04:54.132Z | Downloaded foreign-types-macros v0.2.3 |
| 1281 | 2026-04-23T13:04:54.132Z | Downloaded diff v0.1.13 |
| 1282 | 2026-04-23T13:04:54.142Z | Downloaded difflib v0.4.0 |
| 1283 | 2026-04-23T13:04:54.142Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1284 | 2026-04-23T13:04:54.142Z | Downloaded crc-catalog v2.4.0 |
| 1285 | 2026-04-23T13:04:54.142Z | Downloaded bit-set v0.8.0 |
| 1286 | 2026-04-23T13:04:54.142Z | Downloaded convert_case v0.4.0 |
| 1287 | 2026-04-23T13:04:54.142Z | Downloaded compression-core v0.4.31 |
| 1288 | 2026-04-23T13:04:54.142Z | Downloaded cargo-platform v0.1.9 |
| 1289 | 2026-04-23T13:04:54.142Z | Downloaded atomicwrites v0.4.4 |
| 1290 | 2026-04-23T13:04:54.142Z | Downloaded ascii-canvas v3.0.0 |
| 1291 | 2026-04-23T13:04:54.142Z | Downloaded dropshot-api-manager-types v0.6.0 |
| 1292 | 2026-04-23T13:04:54.142Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1293 | 2026-04-23T13:04:54.142Z | Downloaded darling v0.23.0 |
| 1294 | 2026-04-23T13:04:54.142Z | Downloaded bit-set v0.5.3 |
| 1295 | 2026-04-23T13:04:54.142Z | Downloaded convert_case v0.10.0 |
| 1296 | 2026-04-23T13:04:54.143Z | Downloaded camino-tempfile-ext v0.3.3 |
| 1297 | 2026-04-23T13:04:54.146Z | Downloaded bcs v0.1.6 |
| 1298 | 2026-04-23T13:04:54.146Z | Downloaded defmt v0.3.100 |
| 1299 | 2026-04-23T13:04:54.146Z | Downloaded cfg_aliases v0.2.1 |
| 1300 | 2026-04-23T13:04:54.150Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1301 | 2026-04-23T13:04:54.625Z | Downloaded aws-lc-sys v0.37.1 |
| 1302 | 2026-04-23T13:04:54.951Z | Compiling libc v0.2.185 |
| 1303 | 2026-04-23T13:04:54.954Z | Compiling serde v1.0.228 |
| 1304 | 2026-04-23T13:04:54.954Z | Compiling shlex v1.3.0 |
| 1305 | 2026-04-23T13:04:54.954Z | Compiling log v0.4.29 |
| 1306 | 2026-04-23T13:04:55.126Z | Compiling find-msvc-tools v0.1.9 |
| 1307 | 2026-04-23T13:04:55.135Z | Compiling smallvec v1.15.1 |
| 1308 | 2026-04-23T13:04:55.147Z | Compiling syn v2.0.117 |
| 1309 | 2026-04-23T13:04:55.179Z | Compiling typenum v1.19.0 |
| 1310 | 2026-04-23T13:04:55.366Z | Compiling generic-array v0.14.7 |
| 1311 | 2026-04-23T13:04:55.391Z | Compiling subtle v2.6.1 |
| 1312 | 2026-04-23T13:04:55.440Z | Compiling scopeguard v1.2.0 |
| 1313 | 2026-04-23T13:04:55.500Z | Compiling const-oid v0.9.6 |
| 1314 | 2026-04-23T13:04:55.536Z | Compiling portable-atomic v1.13.1 |
| 1315 | 2026-04-23T13:04:55.565Z | Compiling lock_api v0.4.14 |
| 1316 | 2026-04-23T13:04:55.622Z | Compiling zerocopy v0.8.40 |
| 1317 | 2026-04-23T13:04:55.674Z | Compiling critical-section v1.2.0 |
| 1318 | 2026-04-23T13:04:55.798Z | Compiling serde_json v1.0.149 |
| 1319 | 2026-04-23T13:04:55.859Z | Compiling parking_lot_core v0.9.12 |
| 1320 | 2026-04-23T13:04:56.045Z | Compiling pin-project-lite v0.2.17 |
| 1321 | 2026-04-23T13:04:56.169Z | Compiling pkg-config v0.3.32 |
| 1322 | 2026-04-23T13:04:56.195Z | Compiling bitflags v2.11.0 |
| 1323 | 2026-04-23T13:04:56.315Z | Compiling getrandom v0.2.17 |
| 1324 | 2026-04-23T13:04:56.438Z | Compiling jobserver v0.1.34 |
| 1325 | 2026-04-23T13:04:56.482Z | Compiling rand_core v0.6.4 |
| 1326 | 2026-04-23T13:04:56.552Z | Compiling errno v0.3.14 |
| 1327 | 2026-04-23T13:04:56.730Z | Compiling cc v1.2.56 |
| 1328 | 2026-04-23T13:04:56.823Z | Compiling once_cell v1.21.3 |
| 1329 | 2026-04-23T13:04:56.910Z | Compiling signal-hook-registry v1.4.8 |
| 1330 | 2026-04-23T13:04:56.920Z | Compiling libm v0.2.16 |
| 1331 | 2026-04-23T13:04:56.928Z | Compiling parking_lot v0.12.5 |
| 1332 | 2026-04-23T13:04:56.964Z | Compiling mio v1.2.0 |
| 1333 | 2026-04-23T13:04:57.071Z | Compiling num-traits v0.2.19 |
| 1334 | 2026-04-23T13:04:57.252Z | Compiling futures-core v0.3.32 |
| 1335 | 2026-04-23T13:04:57.423Z | Compiling percent-encoding v2.3.2 |
| 1336 | 2026-04-23T13:04:57.445Z | Compiling socket2 v0.6.3 |
| 1337 | 2026-04-23T13:04:57.489Z | Compiling allocator-api2 v0.2.21 |
| 1338 | 2026-04-23T13:04:57.608Z | Compiling cpufeatures v0.2.17 |
| 1339 | 2026-04-23T13:04:57.678Z | Compiling futures-sink v0.3.32 |
| 1340 | 2026-04-23T13:04:57.732Z | Compiling foldhash v0.2.0 |
| 1341 | 2026-04-23T13:04:57.783Z | Compiling futures-io v0.3.32 |
| 1342 | 2026-04-23T13:04:57.809Z | Compiling futures-channel v0.3.32 |
| 1343 | 2026-04-23T13:04:58.010Z | Compiling futures-task v0.3.32 |
| 1344 | 2026-04-23T13:04:58.056Z | Compiling hashbrown v0.16.1 |
| 1345 | 2026-04-23T13:04:58.077Z | Compiling slab v0.4.12 |
| 1346 | 2026-04-23T13:04:58.096Z | Compiling getrandom v0.4.1 |
| 1347 | 2026-04-23T13:04:58.180Z | Compiling rustversion v1.0.22 |
| 1348 | 2026-04-23T13:04:58.207Z | Compiling getrandom v0.3.4 |
| 1349 | 2026-04-23T13:04:58.305Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-04-23T13:04:58.823Z | Compiling indexmap v2.13.0 |
| 1351 | 2026-04-23T13:04:58.883Z | Compiling cmake v0.1.57 |
| 1352 | 2026-04-23T13:04:59.024Z | Compiling form_urlencoded v1.2.2 |
| 1353 | 2026-04-23T13:04:59.030Z | Compiling ident_case v1.0.1 |
| 1354 | 2026-04-23T13:04:59.206Z | Compiling synstructure v0.13.2 |
| 1355 | 2026-04-23T13:04:59.261Z | Compiling base64ct v1.8.3 |
| 1356 | 2026-04-23T13:04:59.417Z | Compiling dunce v1.0.5 |
| 1357 | 2026-04-23T13:04:59.444Z | Compiling fs_extra v1.3.0 |
| 1358 | 2026-04-23T13:04:59.466Z | Compiling flagset v0.4.7 |
| 1359 | 2026-04-23T13:04:59.485Z | Compiling rand_core v0.9.5 |
| 1360 | 2026-04-23T13:04:59.529Z | Compiling iana-time-zone v0.1.65 |
| 1361 | 2026-04-23T13:04:59.632Z | Compiling pem-rfc7468 v0.7.0 |
| 1362 | 2026-04-23T13:04:59.653Z | Compiling rustix v1.1.3 |
| 1363 | 2026-04-23T13:04:59.745Z | Compiling ring v0.17.14 |
| 1364 | 2026-04-23T13:04:59.793Z | Compiling uuid v1.23.0 |
| 1365 | 2026-04-23T13:04:59.811Z | Compiling aws-lc-sys v0.37.1 |
| 1366 | 2026-04-23T13:04:59.834Z | Compiling rustc_version v0.4.1 |
| 1367 | 2026-04-23T13:05:00.044Z | Compiling aws-lc-rs v1.16.0 |
| 1368 | 2026-04-23T13:05:00.059Z | Compiling regex-syntax v0.8.10 |
| 1369 | 2026-04-23T13:05:00.264Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-04-23T13:05:00.412Z | Compiling tracing-core v0.1.36 |
| 1371 | 2026-04-23T13:05:00.717Z | Compiling pest_generator v2.8.6 |
| 1372 | 2026-04-23T13:05:01.182Z | Compiling serde_derive_internals v0.29.1 |
| 1373 | 2026-04-23T13:05:01.288Z | Compiling openssl-sys v0.9.111 |
| 1374 | 2026-04-23T13:05:01.685Z | Compiling httparse v1.10.1 |
| 1375 | 2026-04-23T13:05:01.870Z | Compiling serde_derive v1.0.228 |
| 1376 | 2026-04-23T13:05:01.952Z | Compiling zeroize_derive v1.4.3 |
| 1377 | 2026-04-23T13:05:02.056Z | Compiling zerofrom-derive v0.1.6 |
| 1378 | 2026-04-23T13:05:02.116Z | Compiling yoke-derive v0.8.1 |
| 1379 | 2026-04-23T13:05:02.467Z | Compiling zerocopy-derive v0.8.40 |
| 1380 | 2026-04-23T13:05:02.839Z | Compiling zeroize v1.8.2 |
| 1381 | 2026-04-23T13:05:03.404Z | Compiling zerovec-derive v0.11.2 |
| 1382 | 2026-04-23T13:05:03.768Z | Compiling displaydoc v0.2.5 |
| 1383 | 2026-04-23T13:05:03.923Z | Compiling crypto-common v0.1.7 |
| 1384 | 2026-04-23T13:05:04.055Z | Compiling zerofrom v0.1.6 |
| 1385 | 2026-04-23T13:05:04.096Z | Compiling block-buffer v0.10.4 |
| 1386 | 2026-04-23T13:05:04.207Z | Compiling yoke v0.8.1 |
| 1387 | 2026-04-23T13:05:04.298Z | Compiling digest v0.10.7 |
| 1388 | 2026-04-23T13:05:04.440Z | Compiling tokio-macros v2.7.0 |
| 1389 | 2026-04-23T13:05:04.610Z | Compiling hmac v0.12.1 |
| 1390 | 2026-04-23T13:05:04.720Z | Compiling zerotrie v0.2.3 |
| 1391 | 2026-04-23T13:05:04.804Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-04-23T13:05:04.871Z | Compiling zerovec v0.11.5 |
| 1393 | 2026-04-23T13:05:05.107Z | Compiling block-padding v0.3.3 |
| 1394 | 2026-04-23T13:05:05.306Z | Compiling inout v0.1.4 |
| 1395 | 2026-04-23T13:05:05.359Z | Compiling sha2 v0.10.9 |
| 1396 | 2026-04-23T13:05:05.378Z | Compiling der_derive v0.7.3 |
| 1397 | 2026-04-23T13:05:05.518Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-04-23T13:05:05.552Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-04-23T13:05:05.771Z | Compiling icu_locale_core v2.1.1 |
| 1400 | 2026-04-23T13:05:05.790Z | Compiling icu_collections v2.1.1 |
| 1401 | 2026-04-23T13:05:05.864Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-04-23T13:05:06.424Z | Compiling cipher v0.4.4 |
| 1403 | 2026-04-23T13:05:06.651Z | Compiling bytes v1.11.1 |
| 1404 | 2026-04-23T13:05:06.671Z | Compiling icu_provider v2.1.1 |
| 1405 | 2026-04-23T13:05:06.750Z | Compiling der v0.7.10 |
| 1406 | 2026-04-23T13:05:06.991Z | Compiling icu_normalizer v2.1.1 |
| 1407 | 2026-04-23T13:05:07.044Z | Compiling icu_properties v2.1.2 |
| 1408 | 2026-04-23T13:05:07.207Z | Compiling salsa20 v0.10.2 |
| 1409 | 2026-04-23T13:05:07.380Z | Compiling tokio v1.52.1 |
| 1410 | 2026-04-23T13:05:07.464Z | Compiling http v1.4.0 |
| 1411 | 2026-04-23T13:05:07.686Z | Compiling chrono v0.4.44 |
| 1412 | 2026-04-23T13:05:08.417Z | Compiling idna_adapter v1.2.1 |
| 1413 | 2026-04-23T13:05:08.587Z | Compiling ppv-lite86 v0.2.21 |
| 1414 | 2026-04-23T13:05:08.619Z | Compiling idna v1.1.0 |
| 1415 | 2026-04-23T13:05:08.744Z | Compiling spki v0.7.3 |
| 1416 | 2026-04-23T13:05:08.816Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-04-23T13:05:08.955Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-04-23T13:05:09.002Z | Compiling url v2.5.8 |
| 1419 | 2026-04-23T13:05:09.023Z | Compiling rand_chacha v0.9.0 |
| 1420 | 2026-04-23T13:05:09.041Z | Compiling scrypt v0.11.0 |
| 1421 | 2026-04-23T13:05:09.359Z | Compiling aes v0.8.4 |
| 1422 | 2026-04-23T13:05:09.486Z | Compiling cbc v0.1.2 |
| 1423 | 2026-04-23T13:05:09.593Z | Compiling rustls-pki-types v1.14.0 |
| 1424 | 2026-04-23T13:05:09.663Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-04-23T13:05:09.892Z | Compiling pkcs5 v0.7.1 |
| 1426 | 2026-04-23T13:05:10.045Z | Compiling rand v0.9.2 |
| 1427 | 2026-04-23T13:05:10.193Z | Compiling http-body v1.0.1 |
| 1428 | 2026-04-23T13:05:10.451Z | Compiling schemars v0.8.22 |
| 1429 | 2026-04-23T13:05:10.516Z | Compiling openssl-probe v0.2.1 |
| 1430 | 2026-04-23T13:05:10.690Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-04-23T13:05:10.716Z | Compiling thiserror v2.0.18 |
| 1432 | 2026-04-23T13:05:10.730Z | Compiling base64 v0.22.1 |
| 1433 | 2026-04-23T13:05:10.750Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-04-23T13:05:10.833Z | Compiling pkcs8 v0.10.2 |
| 1435 | 2026-04-23T13:05:10.894Z | Compiling schemars_derive v0.8.22 |
| 1436 | 2026-04-23T13:05:11.123Z | Compiling pest_derive v2.8.6 |
| 1437 | 2026-04-23T13:05:11.148Z | Compiling scroll_derive v0.13.1 |
| 1438 | 2026-04-23T13:05:11.228Z | Compiling darling_core v0.20.11 |
| 1439 | 2026-04-23T13:05:11.446Z | Compiling tracing v0.1.44 |
| 1440 | 2026-04-23T13:05:11.644Z | Compiling try-lock v0.2.5 |
| 1441 | 2026-04-23T13:05:11.781Z | Compiling tower-service v0.3.3 |
| 1442 | 2026-04-23T13:05:11.791Z | Compiling atomic-waker v1.1.2 |
| 1443 | 2026-04-23T13:05:11.887Z | Compiling rustls v0.23.37 |
| 1444 | 2026-04-23T13:05:11.938Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-04-23T13:05:12.022Z | Compiling tower-layer v0.3.3 |
| 1446 | 2026-04-23T13:05:12.097Z | Compiling dyn-clone v1.0.20 |
| 1447 | 2026-04-23T13:05:12.193Z | Compiling scroll v0.13.0 |
| 1448 | 2026-04-23T13:05:12.226Z | Compiling tinyvec v1.10.0 |
| 1449 | 2026-04-23T13:05:12.259Z | Compiling want v0.3.1 |
| 1450 | 2026-04-23T13:05:12.463Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-04-23T13:05:12.679Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-04-23T13:05:12.944Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1453 | 2026-04-23T13:05:13.330Z | Compiling spin v0.9.8 |
| 1454 | 2026-04-23T13:05:13.409Z | Compiling h2 v0.4.13 |
| 1455 | 2026-04-23T13:05:13.430Z | Compiling aho-corasick v1.1.4 |
| 1456 | 2026-04-23T13:05:13.597Z | Compiling time-core v0.1.8 |
| 1457 | 2026-04-23T13:05:13.784Z | Compiling pin-utils v0.1.0 |
| 1458 | 2026-04-23T13:05:13.862Z | Compiling powerfmt v0.2.0 |
| 1459 | 2026-04-23T13:05:13.880Z | Compiling num-conv v0.2.0 |
| 1460 | 2026-04-23T13:05:14.050Z | Compiling openssl v0.10.75 |
| 1461 | 2026-04-23T13:05:14.123Z | Compiling foreign-types-shared v0.1.1 |
| 1462 | 2026-04-23T13:05:14.229Z | Compiling crc32fast v1.5.0 |
| 1463 | 2026-04-23T13:05:14.332Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-04-23T13:05:14.446Z | Compiling foreign-types v0.3.2 |
| 1465 | 2026-04-23T13:05:14.483Z | Compiling darling_macro v0.20.11 |
| 1466 | 2026-04-23T13:05:14.527Z | Compiling time-macros v0.2.27 |
| 1467 | 2026-04-23T13:05:14.617Z | Compiling regex-automata v0.4.14 |
| 1468 | 2026-04-23T13:05:14.635Z | Compiling deranged v0.5.8 |
| 1469 | 2026-04-23T13:05:15.069Z | Compiling darling v0.20.11 |
| 1470 | 2026-04-23T13:05:15.168Z | Compiling tempfile v3.25.0 |
| 1471 | 2026-04-23T13:05:15.652Z | Compiling goblin v0.10.5 |
| 1472 | 2026-04-23T13:05:15.959Z | Compiling openssl-macros v0.1.1 |
| 1473 | 2026-04-23T13:05:15.978Z | Compiling socket2 v0.5.10 |
| 1474 | 2026-04-23T13:05:16.437Z | Compiling wait-timeout v0.2.1 |
| 1475 | 2026-04-23T13:05:16.510Z | Compiling bit-vec v0.8.0 |
| 1476 | 2026-04-23T13:05:16.529Z | Compiling syn v1.0.109 |
| 1477 | 2026-04-23T13:05:16.773Z | Compiling usdt-impl v0.6.0 |
| 1478 | 2026-04-23T13:05:16.805Z | Compiling crossbeam-utils v0.8.21 |
| 1479 | 2026-04-23T13:05:16.903Z | Compiling num_threads v0.1.7 |
| 1480 | 2026-04-23T13:05:17.025Z | Compiling simd-adler32 v0.3.8 |
| 1481 | 2026-04-23T13:05:17.034Z | Compiling native-tls v0.2.18 |
| 1482 | 2026-04-23T13:05:17.157Z | Compiling quick-error v1.2.3 |
| 1483 | 2026-04-23T13:05:17.279Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-04-23T13:05:17.321Z | Compiling rusty-fork v0.3.1 |
| 1485 | 2026-04-23T13:05:17.388Z | Compiling time v0.3.47 |
| 1486 | 2026-04-23T13:05:17.531Z | Compiling hyper v1.8.1 |
| 1487 | 2026-04-23T13:05:17.784Z | Compiling bit-set v0.8.0 |
| 1488 | 2026-04-23T13:05:18.870Z | Compiling derive_builder_core v0.20.2 |
| 1489 | 2026-04-23T13:05:19.598Z | Compiling dof v0.4.0 |
| 1490 | 2026-04-23T13:05:19.694Z | Compiling hyper-util v0.1.20 |
| 1491 | 2026-04-23T13:05:20.282Z | Compiling unicode-normalization v0.1.25 |
| 1492 | 2026-04-23T13:05:20.359Z | Compiling dtrace-parser v0.3.0 |
| 1493 | 2026-04-23T13:05:20.876Z | Compiling rustls-native-certs v0.8.3 |
| 1494 | 2026-04-23T13:05:21.193Z | Compiling signature v2.2.0 |
| 1495 | 2026-04-23T13:05:21.244Z | Compiling scroll_derive v0.12.1 |
| 1496 | 2026-04-23T13:05:21.374Z | Compiling thiserror-impl v1.0.69 |
| 1497 | 2026-04-23T13:05:21.407Z | Compiling heapless v0.7.17 |
| 1498 | 2026-04-23T13:05:21.610Z | Compiling rand_xorshift v0.4.0 |
| 1499 | 2026-04-23T13:05:21.704Z | Compiling slog v2.8.2 |
| 1500 | 2026-04-23T13:05:21.807Z | Compiling darling_core v0.21.3 |
| 1501 | 2026-04-23T13:05:21.919Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1502 | 2026-04-23T13:05:21.965Z | Compiling sync_wrapper v1.0.2 |
| 1503 | 2026-04-23T13:05:22.089Z | Compiling thread-id v5.1.0 |
| 1504 | 2026-04-23T13:05:22.129Z | Compiling cookie v0.18.1 |
| 1505 | 2026-04-23T13:05:22.186Z | Compiling adler2 v2.0.1 |
| 1506 | 2026-04-23T13:05:22.216Z | Compiling zstd-safe v7.2.4 |
| 1507 | 2026-04-23T13:05:22.261Z | Compiling signal-hook v0.3.18 |
| 1508 | 2026-04-23T13:05:22.327Z | Compiling unarray v0.1.4 |
| 1509 | 2026-04-23T13:05:22.345Z | Compiling anyhow v1.0.102 |
| 1510 | 2026-04-23T13:05:22.448Z | Compiling unicode-bidi v0.3.18 |
| 1511 | 2026-04-23T13:05:22.468Z | Compiling paste v1.0.15 |
| 1512 | 2026-04-23T13:05:22.468Z | Compiling unicode-properties v0.1.4 |
| 1513 | 2026-04-23T13:05:22.773Z | Compiling proptest v1.10.0 |
| 1514 | 2026-04-23T13:05:22.956Z | Compiling stringprep v0.1.5 |
| 1515 | 2026-04-23T13:05:23.009Z | Compiling miniz_oxide v0.8.9 |
| 1516 | 2026-04-23T13:05:23.073Z | Compiling thiserror v1.0.69 |
| 1517 | 2026-04-23T13:05:23.548Z | Compiling scroll v0.12.0 |
| 1518 | 2026-04-23T13:05:23.833Z | Compiling tower v0.5.3 |
| 1519 | 2026-04-23T13:05:23.977Z | Compiling derive_builder_macro v0.20.2 |
| 1520 | 2026-04-23T13:05:24.362Z | Compiling ipnetwork v0.21.1 |
| 1521 | 2026-04-23T13:05:24.445Z | Compiling http-body-util v0.1.3 |
| 1522 | 2026-04-23T13:05:24.543Z | Compiling webpki-roots v1.0.6 |
| 1523 | 2026-04-23T13:05:24.693Z | Compiling rand_chacha v0.3.1 |
| 1524 | 2026-04-23T13:05:24.751Z | Compiling serde_spanned v0.6.9 |
| 1525 | 2026-04-23T13:05:24.873Z | Compiling toml_datetime v0.6.11 |
| 1526 | 2026-04-23T13:05:24.906Z | Compiling erased-serde v0.3.31 |
| 1527 | 2026-04-23T13:05:24.927Z | Compiling serde_tokenstream v0.2.3 |
| 1528 | 2026-04-23T13:05:25.204Z | Compiling md-5 v0.10.6 |
| 1529 | 2026-04-23T13:05:25.326Z | Compiling zerocopy-derive v0.7.35 |
| 1530 | 2026-04-23T13:05:25.401Z | Compiling curve25519-dalek v4.1.3 |
| 1531 | 2026-04-23T13:05:25.404Z | Compiling darling_macro v0.21.3 |
| 1532 | 2026-04-23T13:05:25.614Z | Compiling vergen-lib v0.1.6 |
| 1533 | 2026-04-23T13:05:25.708Z | Compiling num-integer v0.1.46 |
| 1534 | 2026-04-23T13:05:25.807Z | Compiling hash32 v0.2.1 |
| 1535 | 2026-04-23T13:05:25.835Z | Compiling ff v0.13.1 |
| 1536 | 2026-04-23T13:05:26.005Z | Compiling memoffset v0.9.1 |
| 1537 | 2026-04-23T13:05:26.023Z | Compiling num-bigint-dig v0.8.6 |
| 1538 | 2026-04-23T13:05:26.051Z | Compiling psl-types v2.0.11 |
| 1539 | 2026-04-23T13:05:26.146Z | Compiling base16ct v0.2.0 |
| 1540 | 2026-04-23T13:05:26.205Z | Compiling zlib-rs v0.6.2 |
| 1541 | 2026-04-23T13:05:26.239Z | Compiling smoltcp v0.9.1 |
| 1542 | 2026-04-23T13:05:26.259Z | Compiling ref-cast v1.0.25 |
| 1543 | 2026-04-23T13:05:26.367Z | Compiling cfg_aliases v0.2.1 |
| 1544 | 2026-04-23T13:05:26.457Z | Compiling litrs v1.0.0 |
| 1545 | 2026-04-23T13:05:26.475Z | Compiling rustix v0.38.44 |
| 1546 | 2026-04-23T13:05:26.634Z | Compiling ryu v1.0.23 |
| 1547 | 2026-04-23T13:05:26.664Z | Compiling fallible-iterator v0.2.0 |
| 1548 | 2026-04-23T13:05:26.862Z | Compiling iri-string v0.7.10 |
| 1549 | 2026-04-23T13:05:27.018Z | Compiling serde_urlencoded v0.7.1 |
| 1550 | 2026-04-23T13:05:27.068Z | Compiling postgres-protocol v0.6.10 |
| 1551 | 2026-04-23T13:05:27.139Z | Compiling document-features v0.2.12 |
| 1552 | 2026-04-23T13:05:27.424Z | Compiling zerocopy v0.7.35 |
| 1553 | 2026-04-23T13:05:27.789Z | Compiling nix v0.31.2 |
| 1554 | 2026-04-23T13:05:27.920Z | Compiling sec1 v0.7.3 |
| 1555 | 2026-04-23T13:05:28.289Z | Compiling publicsuffix v2.3.0 |
| 1556 | 2026-04-23T13:05:28.289Z | Compiling newtype-uuid v1.3.2 |
| 1557 | 2026-04-23T13:05:28.389Z | Compiling darling v0.21.3 |
| 1558 | 2026-04-23T13:05:28.491Z | Compiling num-iter v0.1.45 |
| 1559 | 2026-04-23T13:05:28.509Z | Compiling tower-http v0.6.8 |
| 1560 | 2026-04-23T13:05:28.732Z | Compiling group v0.13.0 |
| 1561 | 2026-04-23T13:05:29.039Z | Compiling rand v0.8.5 |
| 1562 | 2026-04-23T13:05:29.074Z | Compiling oxnet v0.1.4 |
| 1563 | 2026-04-23T13:05:29.272Z | Compiling derive_builder v0.20.2 |
| 1564 | 2026-04-23T13:05:29.559Z | Compiling tokio-native-tls v0.3.1 |
| 1565 | 2026-04-23T13:05:29.644Z | Compiling hubpack_derive v0.1.1 |
| 1566 | 2026-04-23T13:05:29.690Z | Compiling goblin v0.8.2 |
| 1567 | 2026-04-23T13:05:30.199Z | Compiling regex v1.12.3 |
| 1568 | 2026-04-23T13:05:30.517Z | Compiling flate2 v1.1.9 |
| 1569 | 2026-04-23T13:05:30.570Z | Compiling phf_shared v0.13.1 |
| 1570 | 2026-04-23T13:05:30.778Z | Compiling lazy_static v1.5.0 |
| 1571 | 2026-04-23T13:05:30.805Z | Compiling cargo-platform v0.1.9 |
| 1572 | 2026-04-23T13:05:30.850Z | Compiling hkdf v0.12.4 |
| 1573 | 2026-04-23T13:05:30.889Z | Compiling crypto-bigint v0.5.5 |
| 1574 | 2026-04-23T13:05:30.907Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1575 | 2026-04-23T13:05:31.052Z | Compiling ref-cast-impl v1.0.25 |
| 1576 | 2026-04-23T13:05:31.071Z | Compiling daft-derive v0.1.5 |
| 1577 | 2026-04-23T13:05:31.127Z | Compiling strum_macros v0.27.2 |
| 1578 | 2026-04-23T13:05:31.737Z | Compiling async-trait v0.1.89 |
| 1579 | 2026-04-23T13:05:31.756Z | Compiling terminal_size v0.4.3 |
| 1580 | 2026-04-23T13:05:31.929Z | Compiling vergen v9.0.6 |
| 1581 | 2026-04-23T13:05:32.017Z | Compiling fs-err v3.3.0 |
| 1582 | 2026-04-23T13:05:32.154Z | Compiling ahash v0.8.12 |
| 1583 | 2026-04-23T13:05:32.247Z | Compiling managed v0.8.0 |
| 1584 | 2026-04-23T13:05:32.405Z | Compiling bumpalo v3.20.2 |
| 1585 | 2026-04-23T13:05:32.526Z | Compiling winnow v0.5.40 |
| 1586 | 2026-04-23T13:05:32.735Z | Compiling bitflags v1.3.2 |
| 1587 | 2026-04-23T13:05:32.852Z | Compiling foldhash v0.1.5 |
| 1588 | 2026-04-23T13:05:33.108Z | Compiling libbz2-rs-sys v0.2.2 |
| 1589 | 2026-04-23T13:05:33.164Z | Compiling unicode-segmentation v1.12.0 |
| 1590 | 2026-04-23T13:05:33.681Z | Compiling object v0.37.3 |
| 1591 | 2026-04-23T13:05:33.841Z | Compiling bzip2 v0.6.1 |
| 1592 | 2026-04-23T13:05:33.891Z | Compiling strum v0.27.2 |
| 1593 | 2026-04-23T13:05:34.037Z | Compiling hashbrown v0.15.5 |
| 1594 | 2026-04-23T13:05:34.074Z | Compiling dof v0.3.0 |
| 1595 | 2026-04-23T13:05:34.097Z | Compiling zopfli v0.8.3 |
| 1596 | 2026-04-23T13:05:34.556Z | Compiling toml_edit v0.19.15 |
| 1597 | 2026-04-23T13:05:34.694Z | Compiling elliptic-curve v0.13.8 |
| 1598 | 2026-04-23T13:05:34.771Z | Compiling clap_builder v4.5.60 |
| 1599 | 2026-04-23T13:05:35.058Z | Compiling daft v0.1.5 |
| 1600 | 2026-04-23T13:05:35.207Z | Compiling cargo_metadata v0.19.2 |
| 1601 | 2026-04-23T13:05:35.405Z | Compiling phf v0.13.1 |
| 1602 | 2026-04-23T13:05:35.605Z | Compiling signal-hook-mio v0.2.5 |
| 1603 | 2026-04-23T13:05:35.746Z | Compiling hubpack v0.1.2 |
| 1604 | 2026-04-23T13:05:36.023Z | Compiling cookie_store v0.22.1 |
| 1605 | 2026-04-23T13:05:36.981Z | Compiling hyper-tls v0.6.0 |
| 1606 | 2026-04-23T13:05:36.999Z | Compiling bzip2 v0.4.4 |
| 1607 | 2026-04-23T13:05:37.254Z | Compiling zstd v0.13.3 |
| 1608 | 2026-04-23T13:05:37.273Z | Compiling serde_with_macros v3.17.0 |
| 1609 | 2026-04-23T13:05:37.481Z | Compiling postgres-types v0.2.12 |
| 1610 | 2026-04-23T13:05:38.252Z | Compiling usdt-macro v0.6.0 |
| 1611 | 2026-04-23T13:05:38.271Z | Compiling usdt-attr-macro v0.6.0 |
| 1612 | 2026-04-23T13:05:38.814Z | Compiling dtrace-parser v0.2.0 |
| 1613 | 2026-04-23T13:05:38.989Z | Compiling ed25519 v2.2.3 |
| 1614 | 2026-04-23T13:05:39.016Z | Compiling bstr v1.12.1 |
| 1615 | 2026-04-23T13:05:39.209Z | Compiling phf_shared v0.11.3 |
| 1616 | 2026-04-23T13:05:39.226Z | Compiling pkcs1 v0.7.5 |
| 1617 | 2026-04-23T13:05:39.299Z | Compiling serde-big-array v0.5.1 |
| 1618 | 2026-04-23T13:05:39.460Z | Compiling hex v0.4.3 |
| 1619 | 2026-04-23T13:05:39.481Z | Compiling rfc6979 v0.4.0 |
| 1620 | 2026-04-23T13:05:39.632Z | Compiling serde_repr v0.1.20 |
| 1621 | 2026-04-23T13:05:39.779Z | Compiling strum_macros v0.26.4 |
| 1622 | 2026-04-23T13:05:39.810Z | Compiling enum-as-inner v0.6.1 |
| 1623 | 2026-04-23T13:05:39.876Z | Compiling clap_derive v4.5.55 |
| 1624 | 2026-04-23T13:05:39.911Z | Compiling float-cmp v0.10.0 |
| 1625 | 2026-04-23T13:05:40.097Z | Compiling thread-id v4.2.2 |
| 1626 | 2026-04-23T13:05:40.154Z | Compiling memmap2 v0.9.10 |
| 1627 | 2026-04-23T13:05:40.200Z | Compiling env_filter v1.0.0 |
| 1628 | 2026-04-23T13:05:40.330Z | Compiling encoding_rs v0.8.35 |
| 1629 | 2026-04-23T13:05:40.428Z | Compiling data-encoding v2.10.0 |
| 1630 | 2026-04-23T13:05:40.453Z | Compiling fixedbitset v0.5.7 |
| 1631 | 2026-04-23T13:05:40.597Z | Compiling mime v0.3.17 |
| 1632 | 2026-04-23T13:05:40.871Z | Compiling difflib v0.4.0 |
| 1633 | 2026-04-23T13:05:40.933Z | Compiling rustc-hash v2.1.1 |
| 1634 | 2026-04-23T13:05:41.087Z | Compiling keccak v0.1.6 |
| 1635 | 2026-04-23T13:05:41.381Z | Compiling new_debug_unreachable v1.0.6 |
| 1636 | 2026-04-23T13:05:41.472Z | Compiling normalize-line-endings v0.3.0 |
| 1637 | 2026-04-23T13:05:41.589Z | Compiling predicates-core v1.0.10 |
| 1638 | 2026-04-23T13:05:41.608Z | Compiling static_assertions v1.1.0 |
| 1639 | 2026-04-23T13:05:41.700Z | Compiling fixedbitset v0.4.2 |
| 1640 | 2026-04-23T13:05:41.811Z | Compiling jiff v0.2.21 |
| 1641 | 2026-04-23T13:05:41.977Z | Compiling precomputed-hash v0.1.1 |
| 1642 | 2026-04-23T13:05:42.087Z | Compiling either v1.15.0 |
| 1643 | 2026-04-23T13:05:42.148Z | Compiling whoami v2.1.0 |
| 1644 | 2026-04-23T13:05:42.198Z | Compiling strum v0.26.3 |
| 1645 | 2026-04-23T13:05:42.246Z | Compiling clap v4.5.60 |
| 1646 | 2026-04-23T13:05:42.347Z | Compiling itertools v0.13.0 |
| 1647 | 2026-04-23T13:05:42.367Z | Compiling toml_edit v0.22.27 |
| 1648 | 2026-04-23T13:05:42.367Z | Compiling string_cache v0.8.9 |
| 1649 | 2026-04-23T13:05:42.371Z | Compiling petgraph v0.6.5 |
| 1650 | 2026-04-23T13:05:42.424Z | Compiling tokio-postgres v0.7.16 |
| 1651 | 2026-04-23T13:05:42.645Z | Compiling predicates v3.1.4 |
| 1652 | 2026-04-23T13:05:42.697Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1653 | 2026-04-23T13:05:43.533Z | Compiling sha3 v0.10.8 |
| 1654 | 2026-04-23T13:05:44.074Z | Compiling iddqd v0.3.17 |
| 1655 | 2026-04-23T13:05:44.117Z | Compiling hickory-proto v0.25.2 |
| 1656 | 2026-04-23T13:05:44.483Z | Compiling petgraph v0.8.3 |
| 1657 | 2026-04-23T13:05:45.461Z | Compiling zip v4.6.1 |
| 1658 | 2026-04-23T13:05:45.612Z | Compiling env_logger v0.11.9 |
| 1659 | 2026-04-23T13:05:46.081Z | Compiling usdt v0.6.0 |
| 1660 | 2026-04-23T13:05:46.236Z | Compiling usdt-impl v0.5.0 |
| 1661 | 2026-04-23T13:05:46.414Z | Compiling serde_with v3.17.0 |
| 1662 | 2026-04-23T13:05:46.524Z | Compiling ecdsa v0.16.9 |
| 1663 | 2026-04-23T13:05:46.762Z | Compiling similar v2.7.0 |
| 1664 | 2026-04-23T13:05:47.014Z | Compiling rsa v0.9.10 |
| 1665 | 2026-04-23T13:05:47.042Z | Compiling ed25519-dalek v2.2.0 |
| 1666 | 2026-04-23T13:05:47.149Z | Compiling crossterm v0.28.1 |
| 1667 | 2026-04-23T13:05:47.891Z | Compiling zip v0.6.6 |
| 1668 | 2026-04-23T13:05:48.484Z | Compiling toml v0.7.8 |
| 1669 | 2026-04-23T13:05:49.143Z | Compiling heck v0.4.1 |
| 1670 | 2026-04-23T13:05:49.210Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1671 | 2026-04-23T13:05:49.331Z | Compiling crossbeam-epoch v0.9.18 |
| 1672 | 2026-04-23T13:05:49.472Z | Compiling tokio-stream v0.1.18 |
| 1673 | 2026-04-23T13:05:49.726Z | Compiling buf-list v1.1.2 |
| 1674 | 2026-04-23T13:05:49.768Z | Compiling x509-cert v0.2.5 |
| 1675 | 2026-04-23T13:05:50.073Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1676 | 2026-04-23T13:05:50.091Z | Compiling openapiv3 v2.2.0 |
| 1677 | 2026-04-23T13:05:50.094Z | Compiling sha1 v0.10.6 |
| 1678 | 2026-04-23T13:05:50.395Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1679 | 2026-04-23T13:05:50.476Z | Compiling lalrpop-util v0.19.12 |
| 1680 | 2026-04-23T13:05:50.627Z | Compiling peg-runtime v0.8.5 |
| 1681 | 2026-04-23T13:05:50.714Z | Compiling thread_local v1.1.9 |
| 1682 | 2026-04-23T13:05:50.776Z | Compiling slog-async v2.8.0 |
| 1683 | 2026-04-23T13:05:50.995Z | Compiling crossbeam-channel v0.5.15 |
| 1684 | 2026-04-23T13:05:51.039Z | Compiling futures-executor v0.3.32 |
| 1685 | 2026-04-23T13:05:51.177Z | Compiling is-terminal v0.4.17 |
| 1686 | 2026-04-23T13:05:51.220Z | Compiling filetime v0.2.27 |
| 1687 | 2026-04-23T13:05:51.296Z | Compiling take_mut v0.2.2 |
| 1688 | 2026-04-23T13:05:51.371Z | Compiling xattr v1.6.1 |
| 1689 | 2026-04-23T13:05:51.431Z | Compiling term v1.2.1 |
| 1690 | 2026-04-23T13:05:51.431Z | Compiling futures v0.3.32 |
| 1691 | 2026-04-23T13:05:51.554Z | Compiling tar v0.4.45 |
| 1692 | 2026-04-23T13:05:52.047Z | Compiling slog-term v2.9.2 |
| 1693 | 2026-04-23T13:05:59.920Z | Compiling rustls-webpki v0.103.9 |
| 1694 | 2026-04-23T13:06:03.917Z | Compiling tokio-rustls v0.26.4 |
| 1695 | 2026-04-23T13:06:03.917Z | Compiling rustls-platform-verifier v0.6.2 |
| 1696 | 2026-04-23T13:06:04.171Z | Compiling hyper-rustls v0.27.7 |
| 1697 | 2026-04-23T13:06:04.432Z | Compiling reqwest v0.12.28 |
| 1698 | 2026-04-23T13:06:04.448Z | Compiling reqwest v0.13.2 |
| 1699 | 2026-04-23T13:06:07.355Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1700 | 2026-04-23T13:06:07.627Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1701 | 2026-04-23T13:06:11.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
| 1702 | 2026-04-23T13:06:11.622Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1703 | 2026-04-23T13:06:11.682Z | Apr 23 13:06:10.494 INFO Starting download, target: Clickhouse |
| 1704 | 2026-04-23T13:06:11.682Z | Apr 23 13:06:10.495 INFO Starting download, target: MaghemiteMgd |
| 1705 | 2026-04-23T13:06:11.682Z | Apr 23 13:06:10.495 INFO Starting download, target: DendriteStub |
| 1706 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Starting download, target: Cockroach |
| 1707 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Starting download, target: Console |
| 1708 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Starting download, target: TransceiverControl |
| 1709 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1710 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1711 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1712 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1713 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1714 | 2026-04-23T13:06:11.685Z | Apr 23 13:06:10.495 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1715 | 2026-04-23T13:06:12.008Z | Apr 23 13:06:10.811 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1716 | 2026-04-23T13:06:12.335Z | Apr 23 13:06:11.147 INFO Download complete, target: TransceiverControl |
| 1717 | 2026-04-23T13:06:12.766Z | Apr 23 13:06:11.575 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1718 | 2026-04-23T13:06:13.148Z | Apr 23 13:06:11.959 INFO Download complete, target: Console |
| 1719 | 2026-04-23T13:06:13.636Z | Apr 23 13:06:12.444 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1720 | 2026-04-23T13:06:13.722Z | Apr 23 13:06:12.534 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1721 | 2026-04-23T13:06:13.743Z | Apr 23 13:06:12.556 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1722 | 2026-04-23T13:06:14.662Z | Apr 23 13:06:13.474 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1723 | 2026-04-23T13:06:14.662Z | Apr 23 13:06:13.474 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1724 | 2026-04-23T13:06:17.546Z | Apr 23 13:06:16.357 INFO Download complete, target: MaghemiteMgd |
| 1725 | 2026-04-23T13:06:17.579Z | Apr 23 13:06:16.388 INFO Download complete, target: DendriteStub |
| 1726 | 2026-04-23T13:06:22.398Z | Apr 23 13:06:21.209 INFO Checking that binary works, target: Cockroach |
| 1727 | 2026-04-23T13:06:22.537Z | Apr 23 13:06:21.348 INFO Download complete, target: Cockroach |
| 1728 | 2026-04-23T13:06:24.938Z | Apr 23 13:06:23.747 INFO Checking that binary works, target: Clickhouse |
| 1729 | 2026-04-23T13:06:25.091Z | Apr 23 13:06:23.902 INFO Download complete, target: Clickhouse |
| 1730 | 2026-04-23T13:06:25.110Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1731 | 2026-04-23T13:06:25.113Z | |
| 1732 | 2026-04-23T13:06:25.113Z | real 2:48.378370209 |
| 1733 | 2026-04-23T13:06:25.113Z | user 9:25.952382441 |
| 1734 | 2026-04-23T13:06:25.113Z | sys 1:40.692095340 |
| 1735 | 2026-04-23T13:06:25.113Z | trap 0.310355898 |
| 1736 | 2026-04-23T13:06:25.113Z | tflt 0.743988590 |
| 1737 | 2026-04-23T13:06:25.113Z | dflt 0.642180502 |
| 1738 | 2026-04-23T13:06:25.113Z | kflt 0.029245984 |
| 1739 | 2026-04-23T13:06:25.113Z | lock 31:01.815821558 |
| 1740 | 2026-04-23T13:06:25.113Z | slp 27:30.573347152 |
| 1741 | 2026-04-23T13:06:25.113Z | lat 53.856276832 |
| 1742 | 2026-04-23T13:06:25.113Z | stop 2:32.717234263 |
| 1743 | 2026-04-23T13:06:25.113Z | + banner clippy |
| 1744 | 2026-04-23T13:06:25.113Z | |
| 1745 | 2026-04-23T13:06:25.113Z | #### # # ##### ##### # # |
| 1746 | 2026-04-23T13:06:25.113Z | # # # # # # # # # # |
| 1747 | 2026-04-23T13:06:25.113Z | # # # # # # # # |
| 1748 | 2026-04-23T13:06:25.113Z | # # # ##### ##### # |
| 1749 | 2026-04-23T13:06:25.113Z | # # # # # # # |
| 1750 | 2026-04-23T13:06:25.113Z | #### ###### # # # # |
| 1751 | 2026-04-23T13:06:25.113Z | |
| 1752 | 2026-04-23T13:06:25.113Z | + export CARGO_INCREMENTAL=0 |
| 1753 | 2026-04-23T13:06:25.114Z | + CARGO_INCREMENTAL=0 |
| 1754 | 2026-04-23T13:06:25.114Z | + ptime -m cargo xtask clippy |
| 1755 | 2026-04-23T13:06:25.820Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1756 | 2026-04-23T13:06:26.093Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1757 | 2026-04-23T13:06:28.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.47s |
| 1758 | 2026-04-23T13:06:28.701Z | Running `target/debug/xtask clippy` |
| 1759 | 2026-04-23T13:06:28.730Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1760 | 2026-04-23T13:06:29.519Z | Downloading crates ... |
| 1761 | 2026-04-23T13:06:29.776Z | Downloaded approx v0.5.1 |
| 1762 | 2026-04-23T13:06:29.797Z | Downloaded terminal_size v0.1.17 |
| 1763 | 2026-04-23T13:06:29.799Z | Downloaded constant_time_eq v0.3.1 |
| 1764 | 2026-04-23T13:06:29.799Z | Downloaded stringmetrics v2.2.2 |
| 1765 | 2026-04-23T13:06:29.802Z | Downloaded httptest v0.16.4 |
| 1766 | 2026-04-23T13:06:29.802Z | Downloaded event-listener-strategy v0.5.4 |
| 1767 | 2026-04-23T13:06:29.805Z | Downloaded concurrent-queue v2.5.0 |
| 1768 | 2026-04-23T13:06:29.805Z | Downloaded cast v0.3.0 |
| 1769 | 2026-04-23T13:06:29.807Z | Downloaded path-tree v0.8.3 |
| 1770 | 2026-04-23T13:06:29.807Z | Downloaded escape8259 v0.5.3 |
| 1771 | 2026-04-23T13:06:29.807Z | Downloaded blake2b_simd v1.0.4 |
| 1772 | 2026-04-23T13:06:29.812Z | Downloaded cargo-platform v0.3.2 |
| 1773 | 2026-04-23T13:06:29.815Z | Downloaded parking v2.2.1 |
| 1774 | 2026-04-23T13:06:29.818Z | Downloaded owo-colors v3.5.0 |
| 1775 | 2026-04-23T13:06:29.821Z | Downloaded target-triple v1.0.0 |
| 1776 | 2026-04-23T13:06:29.824Z | Downloaded plotters-svg v0.3.7 |
| 1777 | 2026-04-23T13:06:29.824Z | Downloaded nested v0.1.1 |
| 1778 | 2026-04-23T13:06:29.824Z | Downloaded assert_cmd v2.1.2 |
| 1779 | 2026-04-23T13:06:29.827Z | Downloaded futures-timer v3.0.3 |
| 1780 | 2026-04-23T13:06:29.830Z | Downloaded cargo_metadata v0.23.1 |
| 1781 | 2026-04-23T13:06:29.830Z | Downloaded anes v0.1.6 |
| 1782 | 2026-04-23T13:06:29.833Z | Downloaded assert-json-diff v2.0.2 |
| 1783 | 2026-04-23T13:06:29.836Z | Downloaded tokio-test v0.4.5 |
| 1784 | 2026-04-23T13:06:29.840Z | Downloaded async-object-pool v0.2.0 |
| 1785 | 2026-04-23T13:06:29.843Z | Downloaded pathdiff v0.2.3 |
| 1786 | 2026-04-23T13:06:29.847Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1787 | 2026-04-23T13:06:29.847Z | Downloaded backtrace-ext v0.2.1 |
| 1788 | 2026-04-23T13:06:29.850Z | Downloaded addr2line v0.25.1 |
| 1789 | 2026-04-23T13:06:29.850Z | Downloaded miette-derive v5.10.0 |
| 1790 | 2026-04-23T13:06:29.853Z | Downloaded linkme v0.3.35 |
| 1791 | 2026-04-23T13:06:29.856Z | Downloaded supports-hyperlinks v2.1.0 |
| 1792 | 2026-04-23T13:06:29.858Z | Downloaded supports-unicode v2.1.0 |
| 1793 | 2026-04-23T13:06:29.858Z | Downloaded serde_regex v1.1.0 |
| 1794 | 2026-04-23T13:06:29.858Z | Downloaded libtest-mimic v0.8.1 |
| 1795 | 2026-04-23T13:06:29.862Z | Downloaded oorandom v11.1.5 |
| 1796 | 2026-04-23T13:06:30.868Z | Downloaded supports-color v2.1.0 |
| 1797 | 2026-04-23T13:06:30.868Z | Downloaded linkme-impl v0.3.35 |
| 1798 | 2026-04-23T13:06:30.871Z | Downloaded termcolor v1.4.1 |
| 1799 | 2026-04-23T13:06:30.872Z | Downloaded target-lexicon v0.13.3 |
| 1800 | 2026-04-23T13:06:30.872Z | Downloaded similar-asserts v1.7.0 |
| 1801 | 2026-04-23T13:06:30.872Z | Downloaded rand_distr v0.5.1 |
| 1802 | 2026-04-23T13:06:30.872Z | Downloaded criterion-plot v0.6.0 |
| 1803 | 2026-04-23T13:06:30.872Z | Downloaded tinytemplate v1.2.1 |
| 1804 | 2026-04-23T13:06:30.872Z | Downloaded event-listener v5.4.1 |
| 1805 | 2026-04-23T13:06:30.872Z | Downloaded rust-argon2 v2.1.0 |
| 1806 | 2026-04-23T13:06:30.872Z | Downloaded plotters-backend v0.3.7 |
| 1807 | 2026-04-23T13:06:30.872Z | Downloaded knuffel-derive v3.2.0 |
| 1808 | 2026-04-23T13:06:30.872Z | Downloaded cfg-expr v0.20.6 |
| 1809 | 2026-04-23T13:06:30.872Z | Downloaded target-spec v3.5.7 |
| 1810 | 2026-04-23T13:06:30.872Z | Downloaded rustc-demangle v0.1.27 |
| 1811 | 2026-04-23T13:06:30.872Z | Downloaded async-lock v3.4.2 |
| 1812 | 2026-04-23T13:06:30.872Z | Downloaded hickory-client v0.25.2 |
| 1813 | 2026-04-23T13:06:30.872Z | Downloaded datatest-stable v0.3.3 |
| 1814 | 2026-04-23T13:06:30.872Z | Downloaded partial-io v0.5.4 |
| 1815 | 2026-04-23T13:06:30.872Z | Downloaded trybuild v1.0.116 |
| 1816 | 2026-04-23T13:06:30.872Z | Downloaded knuffel v3.2.0 |
| 1817 | 2026-04-23T13:06:30.872Z | Downloaded textwrap v0.15.2 |
| 1818 | 2026-04-23T13:06:30.872Z | Downloaded rstest v0.25.0 |
| 1819 | 2026-04-23T13:06:30.872Z | Downloaded chumsky v0.9.3 |
| 1820 | 2026-04-23T13:06:30.872Z | Downloaded relative-path v1.9.3 |
| 1821 | 2026-04-23T13:06:30.872Z | Downloaded rstest_macros v0.25.0 |
| 1822 | 2026-04-23T13:06:30.872Z | Downloaded fancy-regex v0.14.0 |
| 1823 | 2026-04-23T13:06:30.873Z | Downloaded miette v5.10.0 |
| 1824 | 2026-04-23T13:06:30.873Z | Downloaded backtrace v0.3.76 |
| 1825 | 2026-04-23T13:06:30.873Z | Downloaded hashbrown v0.14.5 |
| 1826 | 2026-04-23T13:06:30.873Z | Downloaded criterion v0.7.0 |
| 1827 | 2026-04-23T13:06:30.873Z | Downloaded guppy v0.17.25 |
| 1828 | 2026-04-23T13:06:30.873Z | Downloaded plotters v0.3.7 |
| 1829 | 2026-04-23T13:06:30.873Z | Downloaded gimli v0.32.3 |
| 1830 | 2026-04-23T13:06:30.873Z | Downloaded httpmock v0.8.3 |
| 1831 | 2026-04-23T13:06:32.204Z | Checking cfg-if v1.0.4 |
| 1832 | 2026-04-23T13:06:32.616Z | Checking libc v0.2.185 |
| 1833 | 2026-04-23T13:06:32.619Z | Checking serde_core v1.0.228 |
| 1834 | 2026-04-23T13:06:32.713Z | Checking memchr v2.8.0 |
| 1835 | 2026-04-23T13:06:32.761Z | Checking smallvec v1.15.1 |
| 1836 | 2026-04-23T13:06:32.811Z | Checking log v0.4.29 |
| 1837 | 2026-04-23T13:06:32.854Z | Checking itoa v1.0.17 |
| 1838 | 2026-04-23T13:06:32.913Z | Checking zeroize v1.8.2 |
| 1839 | 2026-04-23T13:06:32.964Z | Checking libm v0.2.16 |
| 1840 | 2026-04-23T13:06:33.031Z | Checking scopeguard v1.2.0 |
| 1841 | 2026-04-23T13:06:33.084Z | Checking stable_deref_trait v1.2.1 |
| 1842 | 2026-04-23T13:06:33.136Z | Checking zmij v1.0.21 |
| 1843 | 2026-04-23T13:06:33.188Z | Checking zerofrom v0.1.6 |
| 1844 | 2026-04-23T13:06:33.190Z | Checking lock_api v0.4.14 |
| 1845 | 2026-04-23T13:06:33.285Z | Checking errno v0.3.14 |
| 1846 | 2026-04-23T13:06:33.285Z | Checking getrandom v0.2.17 |
| 1847 | 2026-04-23T13:06:33.380Z | Checking percent-encoding v2.3.2 |
| 1848 | 2026-04-23T13:06:33.427Z | Checking yoke v0.8.1 |
| 1849 | 2026-04-23T13:06:33.475Z | Checking litemap v0.8.1 |
| 1850 | 2026-04-23T13:06:33.523Z | Checking writeable v0.6.2 |
| 1851 | 2026-04-23T13:06:33.568Z | Checking icu_properties_data v2.1.2 |
| 1852 | 2026-04-23T13:06:33.571Z | Checking icu_normalizer_data v2.1.1 |
| 1853 | 2026-04-23T13:06:33.658Z | Checking subtle v2.6.1 |
| 1854 | 2026-04-23T13:06:33.705Z | Checking zerovec v0.11.5 |
| 1855 | 2026-04-23T13:06:33.754Z | Checking zerotrie v0.2.3 |
| 1856 | 2026-04-23T13:06:33.803Z | Checking form_urlencoded v1.2.2 |
| 1857 | 2026-04-23T13:06:33.805Z | Checking pin-project-lite v0.2.17 |
| 1858 | 2026-04-23T13:06:33.806Z | Checking utf8_iter v1.0.4 |
| 1859 | 2026-04-23T13:06:33.941Z | Checking num-traits v0.2.19 |
| 1860 | 2026-04-23T13:06:33.990Z | Checking rand_core v0.6.4 |
| 1861 | 2026-04-23T13:06:34.038Z | Checking parking_lot_core v0.9.12 |
| 1862 | 2026-04-23T13:06:34.041Z | Checking portable-atomic v1.13.1 |
| 1863 | 2026-04-23T13:06:34.132Z | Checking zerocopy v0.8.40 |
| 1864 | 2026-04-23T13:06:34.135Z | Checking rand_core v0.10.0 |
| 1865 | 2026-04-23T13:06:34.246Z | Checking critical-section v1.2.0 |
| 1866 | 2026-04-23T13:06:34.328Z | Checking tinystr v0.8.2 |
| 1867 | 2026-04-23T13:06:34.376Z | Checking potential_utf v0.1.4 |
| 1868 | 2026-04-23T13:06:34.424Z | Checking parking_lot v0.12.5 |
| 1869 | 2026-04-23T13:06:34.470Z | Checking getrandom v0.4.1 |
| 1870 | 2026-04-23T13:06:34.571Z | Checking icu_collections v2.1.1 |
| 1871 | 2026-04-23T13:06:34.637Z | Checking icu_locale_core v2.1.1 |
| 1872 | 2026-04-23T13:06:34.685Z | Checking once_cell v1.21.3 |
| 1873 | 2026-04-23T13:06:34.738Z | Checking signal-hook-registry v1.4.8 |
| 1874 | 2026-04-23T13:06:34.791Z | Checking mio v1.2.0 |
| 1875 | 2026-04-23T13:06:34.847Z | Checking serde v1.0.228 |
| 1876 | 2026-04-23T13:06:34.847Z | Checking bitflags v2.11.0 |
| 1877 | 2026-04-23T13:06:34.949Z | Checking serde_json v1.0.149 |
| 1878 | 2026-04-23T13:06:35.000Z | Checking socket2 v0.6.3 |
| 1879 | 2026-04-23T13:06:35.050Z | Checking typenum v1.19.0 |
| 1880 | 2026-04-23T13:06:35.169Z | Checking iana-time-zone v0.1.65 |
| 1881 | 2026-04-23T13:06:35.230Z | Checking thiserror v2.0.18 |
| 1882 | 2026-04-23T13:06:35.351Z | Checking semver v1.0.27 |
| 1883 | 2026-04-23T13:06:35.400Z | Checking uuid v1.23.0 |
| 1884 | 2026-04-23T13:06:35.458Z | Checking allocator-api2 v0.2.21 |
| 1885 | 2026-04-23T13:06:35.510Z | Checking bytes v1.11.1 |
| 1886 | 2026-04-23T13:06:35.513Z | Checking icu_provider v2.1.1 |
| 1887 | 2026-04-23T13:06:35.656Z | Checking chrono v0.4.44 |
| 1888 | 2026-04-23T13:06:35.806Z | Checking generic-array v0.14.7 |
| 1889 | 2026-04-23T13:06:35.855Z | Checking futures-core v0.3.32 |
| 1890 | 2026-04-23T13:06:35.906Z | Checking icu_properties v2.1.2 |
| 1891 | 2026-04-23T13:06:35.906Z | Checking icu_normalizer v2.1.1 |
| 1892 | 2026-04-23T13:06:36.018Z | Checking equivalent v1.0.2 |
| 1893 | 2026-04-23T13:06:36.086Z | Checking dyn-clone v1.0.20 |
| 1894 | 2026-04-23T13:06:36.144Z | Checking tokio v1.52.1 |
| 1895 | 2026-04-23T13:06:36.190Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1896 | 2026-04-23T13:06:36.250Z | Checking const-oid v0.9.6 |
| 1897 | 2026-04-23T13:06:36.338Z | Checking foldhash v0.2.0 |
| 1898 | 2026-04-23T13:06:36.467Z | Checking crypto-common v0.1.7 |
| 1899 | 2026-04-23T13:06:36.566Z | Checking hashbrown v0.16.1 |
| 1900 | 2026-04-23T13:06:36.624Z | Checking block-buffer v0.10.4 |
| 1901 | 2026-04-23T13:06:36.673Z | Checking futures-sink v0.3.32 |
| 1902 | 2026-04-23T13:06:36.834Z | Checking futures-task v0.3.32 |
| 1903 | 2026-04-23T13:06:36.837Z | Checking futures-channel v0.3.32 |
| 1904 | 2026-04-23T13:06:36.924Z | Checking futures-io v0.3.32 |
| 1905 | 2026-04-23T13:06:37.048Z | Checking slab v0.4.12 |
| 1906 | 2026-04-23T13:06:37.103Z | Checking rustix v1.1.3 |
| 1907 | 2026-04-23T13:06:37.151Z | Checking idna_adapter v1.2.1 |
| 1908 | 2026-04-23T13:06:37.199Z | Checking byteorder v1.5.0 |
| 1909 | 2026-04-23T13:06:37.271Z | Checking cpufeatures v0.2.17 |
| 1910 | 2026-04-23T13:06:37.318Z | Checking futures-util v0.3.32 |
| 1911 | 2026-04-23T13:06:37.321Z | Checking digest v0.10.7 |
| 1912 | 2026-04-23T13:06:37.409Z | Checking idna v1.1.0 |
| 1913 | 2026-04-23T13:06:37.412Z | Checking indexmap v2.13.0 |
| 1914 | 2026-04-23T13:06:37.501Z | Checking thiserror v1.0.69 |
| 1915 | 2026-04-23T13:06:37.647Z | Checking getrandom v0.3.4 |
| 1916 | 2026-04-23T13:06:37.694Z | Checking fnv v1.0.7 |
| 1917 | 2026-04-23T13:06:37.752Z | Checking url v2.5.8 |
| 1918 | 2026-04-23T13:06:37.843Z | Checking regex-syntax v0.8.10 |
| 1919 | 2026-04-23T13:06:37.892Z | Checking http v1.4.0 |
| 1920 | 2026-04-23T13:06:38.127Z | Checking ppv-lite86 v0.2.21 |
| 1921 | 2026-04-23T13:06:38.269Z | Checking tracing-core v0.1.36 |
| 1922 | 2026-04-23T13:06:38.319Z | Checking base64 v0.22.1 |
| 1923 | 2026-04-23T13:06:38.366Z | Checking schemars v0.8.22 |
| 1924 | 2026-04-23T13:06:38.567Z | Checking ipnet v2.11.0 |
| 1925 | 2026-04-23T13:06:38.658Z | Checking unicode-ident v1.0.24 |
| 1926 | 2026-04-23T13:06:38.709Z | Checking untrusted v0.9.0 |
| 1927 | 2026-04-23T13:06:38.756Z | Checking tracing v0.1.44 |
| 1928 | 2026-04-23T13:06:38.834Z | Checking anstyle v1.0.13 |
| 1929 | 2026-04-23T13:06:38.884Z | Checking utf8parse v0.2.2 |
| 1930 | 2026-04-23T13:06:38.942Z | Checking ring v0.17.14 |
| 1931 | 2026-04-23T13:06:39.044Z | Checking proc-macro2 v1.0.106 |
| 1932 | 2026-04-23T13:06:39.090Z | Checking base64ct v1.8.3 |
| 1933 | 2026-04-23T13:06:39.135Z | Checking anstyle-parse v0.2.7 |
| 1934 | 2026-04-23T13:06:39.298Z | Checking block-padding v0.3.3 |
| 1935 | 2026-04-23T13:06:39.359Z | Checking aho-corasick v1.1.4 |
| 1936 | 2026-04-23T13:06:39.428Z | Checking anstyle-query v1.1.5 |
| 1937 | 2026-04-23T13:06:39.500Z | Checking is_terminal_polyfill v1.70.2 |
| 1938 | 2026-04-23T13:06:39.503Z | Checking quote v1.0.44 |
| 1939 | 2026-04-23T13:06:39.596Z | Checking colorchoice v1.0.4 |
| 1940 | 2026-04-23T13:06:39.655Z | Checking inout v0.1.4 |
| 1941 | 2026-04-23T13:06:39.703Z | Checking rustls-pki-types v1.14.0 |
| 1942 | 2026-04-23T13:06:39.762Z | Checking anstream v0.6.21 |
| 1943 | 2026-04-23T13:06:39.815Z | Checking syn v2.0.117 |
| 1944 | 2026-04-23T13:06:39.877Z | Checking crossbeam-utils v0.8.21 |
| 1945 | 2026-04-23T13:06:40.007Z | Checking httparse v1.10.1 |
| 1946 | 2026-04-23T13:06:40.061Z | Checking cipher v0.4.4 |
| 1947 | 2026-04-23T13:06:40.127Z | Checking terminal_size v0.4.3 |
| 1948 | 2026-04-23T13:06:40.305Z | Checking strsim v0.11.1 |
| 1949 | 2026-04-23T13:06:40.356Z | Checking clap_lex v1.0.0 |
| 1950 | 2026-04-23T13:06:40.359Z | Checking regex-automata v0.4.14 |
| 1951 | 2026-04-23T13:06:40.359Z | Checking pem-rfc7468 v0.7.0 |
| 1952 | 2026-04-23T13:06:40.447Z | Checking http-body v1.0.1 |
| 1953 | 2026-04-23T13:06:40.495Z | Checking sha2 v0.10.9 |
| 1954 | 2026-04-23T13:06:40.589Z | Checking atomic-waker v1.1.2 |
| 1955 | 2026-04-23T13:06:40.592Z | Checking tokio-util v0.7.18 |
| 1956 | 2026-04-23T13:06:40.636Z | Checking clap_builder v4.5.60 |
| 1957 | 2026-04-23T13:06:40.733Z | Checking rand_core v0.9.5 |
| 1958 | 2026-04-23T13:06:40.733Z | Checking hmac v0.12.1 |
| 1959 | 2026-04-23T13:06:40.743Z | Checking httpdate v1.0.3 |
| 1960 | 2026-04-23T13:06:40.947Z | Checking try-lock v0.2.5 |
| 1961 | 2026-04-23T13:06:41.059Z | Checking pin-utils v0.1.0 |
| 1962 | 2026-04-23T13:06:41.062Z | Checking tower-service v0.3.3 |
| 1963 | 2026-04-23T13:06:41.151Z | Checking ryu v1.0.23 |
| 1964 | 2026-04-23T13:06:41.154Z | Checking want v0.3.1 |
| 1965 | 2026-04-23T13:06:41.243Z | Checking tower-layer v0.3.3 |
| 1966 | 2026-04-23T13:06:41.290Z | Checking flagset v0.4.7 |
| 1967 | 2026-04-23T13:06:41.354Z | Checking erased-serde v0.3.31 |
| 1968 | 2026-04-23T13:06:41.402Z | Checking powerfmt v0.2.0 |
| 1969 | 2026-04-23T13:06:41.465Z | Checking rand_chacha v0.9.0 |
| 1970 | 2026-04-23T13:06:41.515Z | Checking der v0.7.10 |
| 1971 | 2026-04-23T13:06:41.518Z | Checking h2 v0.4.13 |
| 1972 | 2026-04-23T13:06:41.630Z | Checking deranged v0.5.8 |
| 1973 | 2026-04-23T13:06:41.760Z | Checking spin v0.9.8 |
| 1974 | 2026-04-23T13:06:41.950Z | Checking slog v2.8.2 |
| 1975 | 2026-04-23T13:06:42.026Z | Checking socket2 v0.5.10 |
| 1976 | 2026-04-23T13:06:42.340Z | Checking time-core v0.1.8 |
| 1977 | 2026-04-23T13:06:42.391Z | Checking num-conv v0.2.0 |
| 1978 | 2026-04-23T13:06:42.394Z | Checking clap v4.5.60 |
| 1979 | 2026-04-23T13:06:42.555Z | Checking num_threads v0.1.7 |
| 1980 | 2026-04-23T13:06:42.603Z | Checking rand v0.9.2 |
| 1981 | 2026-04-23T13:06:42.605Z | Checking anyhow v1.0.102 |
| 1982 | 2026-04-23T13:06:42.643Z | Checking http-body-util v0.1.3 |
| 1983 | 2026-04-23T13:06:42.737Z | Checking aws-lc-sys v0.37.1 |
| 1984 | 2026-04-23T13:06:42.908Z | Checking fastrand v2.3.0 |
| 1985 | 2026-04-23T13:06:42.962Z | Checking time v0.3.47 |
| 1986 | 2026-04-23T13:06:43.005Z | Checking untrusted v0.7.1 |
| 1987 | 2026-04-23T13:06:43.055Z | Checking spki v0.7.3 |
| 1988 | 2026-04-23T13:06:43.060Z | Checking serde_urlencoded v0.7.1 |
| 1989 | 2026-04-23T13:06:43.185Z | Checking pbkdf2 v0.12.2 |
| 1990 | 2026-04-23T13:06:43.233Z | Checking aes v0.8.4 |
| 1991 | 2026-04-23T13:06:43.273Z | Checking openssl-probe v0.2.1 |
| 1992 | 2026-04-23T13:06:43.322Z | Checking regex v1.12.3 |
| 1993 | 2026-04-23T13:06:43.370Z | Checking salsa20 v0.10.2 |
| 1994 | 2026-04-23T13:06:43.422Z | Checking cbc v0.1.2 |
| 1995 | 2026-04-23T13:06:43.464Z | Checking rand_chacha v0.3.1 |
| 1996 | 2026-04-23T13:06:43.512Z | Checking aws-lc-rs v1.16.0 |
| 1997 | 2026-04-23T13:06:43.572Z | Checking hex v0.4.3 |
| 1998 | 2026-04-23T13:06:43.620Z | Checking pretty-hex v0.4.1 |
| 1999 | 2026-04-23T13:06:43.738Z | Checking scrypt v0.11.0 |
| 2000 | 2026-04-23T13:06:43.795Z | Checking tempfile v3.25.0 |
| 2001 | 2026-04-23T13:06:43.800Z | Checking rand v0.8.5 |
| 2002 | 2026-04-23T13:06:43.877Z | Checking ipnetwork v0.21.1 |
| 2003 | 2026-04-23T13:06:43.928Z | Checking plain v0.2.3 |
| 2004 | 2026-04-23T13:06:43.979Z | Checking pkcs5 v0.7.1 |
| 2005 | 2026-04-23T13:06:44.095Z | Checking camino v1.2.2 |
| 2006 | 2026-04-23T13:06:44.143Z | Checking ucd-trie v0.1.7 |
| 2007 | 2026-04-23T13:06:44.198Z | Checking rustls-native-certs v0.8.3 |
| 2008 | 2026-04-23T13:06:44.339Z | Checking pest v2.8.6 |
| 2009 | 2026-04-23T13:06:44.387Z | Checking pkcs8 v0.10.2 |
| 2010 | 2026-04-23T13:06:44.439Z | Checking sync_wrapper v1.0.2 |
| 2011 | 2026-04-23T13:06:44.486Z | Checking webpki-roots v1.0.6 |
| 2012 | 2026-04-23T13:06:44.534Z | Checking iri-string v0.7.10 |
| 2013 | 2026-04-23T13:06:44.583Z | Checking simd-adler32 v0.3.8 |
| 2014 | 2026-04-23T13:06:44.643Z | Checking tower v0.5.3 |
| 2015 | 2026-04-23T13:06:44.696Z | Checking openapiv3 v2.2.0 |
| 2016 | 2026-04-23T13:06:44.710Z | Checking rustls-webpki v0.103.9 |
| 2017 | 2026-04-23T13:06:44.710Z | Checking mime v0.3.17 |
| 2018 | 2026-04-23T13:06:44.858Z | Checking adler2 v2.0.1 |
| 2019 | 2026-04-23T13:06:45.006Z | Checking either v1.15.0 |
| 2020 | 2026-04-23T13:06:45.055Z | Checking miniz_oxide v0.8.9 |
| 2021 | 2026-04-23T13:06:45.211Z | Checking winnow v0.7.14 |
| 2022 | 2026-04-23T13:06:45.261Z | Checking hyper v1.8.1 |
| 2023 | 2026-04-23T13:06:45.308Z | Checking static_assertions v1.1.0 |
| 2024 | 2026-04-23T13:06:45.372Z | Checking rustls v0.23.37 |
| 2025 | 2026-04-23T13:06:45.430Z | Checking oxnet v0.1.4 |
| 2026 | 2026-04-23T13:06:45.557Z | Checking lazy_static v1.5.0 |
| 2027 | 2026-04-23T13:06:45.706Z | Checking signature v2.2.0 |
| 2028 | 2026-04-23T13:06:45.773Z | Checking hubpack v0.1.2 |
| 2029 | 2026-04-23T13:06:45.862Z | Checking encoding_rs v0.8.35 |
| 2030 | 2026-04-23T13:06:45.912Z | Checking strum v0.26.3 |
| 2031 | 2026-04-23T13:06:46.024Z | Checking crc32fast v1.5.0 |
| 2032 | 2026-04-23T13:06:46.073Z | Checking tower-http v0.6.8 |
| 2033 | 2026-04-23T13:06:46.118Z | Checking foreign-types-shared v0.1.1 |
| 2034 | 2026-04-23T13:06:46.237Z | Checking sha1 v0.10.6 |
| 2035 | 2026-04-23T13:06:46.284Z | Checking foreign-types v0.3.2 |
| 2036 | 2026-04-23T13:06:46.407Z | Checking openssl-sys v0.9.111 |
| 2037 | 2026-04-23T13:06:46.476Z | Checking tinyvec_macros v0.1.1 |
| 2038 | 2026-04-23T13:06:46.479Z | Checking toml_datetime v0.6.11 |
| 2039 | 2026-04-23T13:06:46.571Z | Checking serde_spanned v0.6.9 |
| 2040 | 2026-04-23T13:06:46.574Z | Checking hyper-util v0.1.20 |
| 2041 | 2026-04-23T13:06:46.663Z | Checking tinyvec v1.10.0 |
| 2042 | 2026-04-23T13:06:46.762Z | Checking num-integer v0.1.46 |
| 2043 | 2026-04-23T13:06:46.810Z | Checking data-encoding v2.10.0 |
| 2044 | 2026-04-23T13:06:46.893Z | Checking scroll v0.13.0 |
| 2045 | 2026-04-23T13:06:47.104Z | Checking base16ct v0.2.0 |
| 2046 | 2026-04-23T13:06:47.153Z | Checking zlib-rs v0.6.2 |
| 2047 | 2026-04-23T13:06:47.156Z | Checking openssl v0.10.75 |
| 2048 | 2026-04-23T13:06:47.247Z | Checking bit-vec v0.8.0 |
| 2049 | 2026-04-23T13:06:47.250Z | Checking goblin v0.10.5 |
| 2050 | 2026-04-23T13:06:47.250Z | Checking ff v0.13.1 |
| 2051 | 2026-04-23T13:06:47.384Z | Checking sec1 v0.7.3 |
| 2052 | 2026-04-23T13:06:47.531Z | Checking bit-set v0.8.0 |
| 2053 | 2026-04-23T13:06:47.577Z | Checking memmap2 v0.9.10 |
| 2054 | 2026-04-23T13:06:47.685Z | Checking wait-timeout v0.2.1 |
| 2055 | 2026-04-23T13:06:47.755Z | Checking group v0.13.0 |
| 2056 | 2026-04-23T13:06:47.817Z | Checking num-iter v0.1.45 |
| 2057 | 2026-04-23T13:06:47.871Z | Checking dtrace-parser v0.3.0 |
| 2058 | 2026-04-23T13:06:47.980Z | Checking bstr v1.12.1 |
| 2059 | 2026-04-23T13:06:48.026Z | Checking hkdf v0.12.4 |
| 2060 | 2026-04-23T13:06:48.226Z | Checking crossbeam-epoch v0.9.18 |
| 2061 | 2026-04-23T13:06:48.229Z | Checking ahash v0.8.12 |
| 2062 | 2026-04-23T13:06:48.325Z | Checking crypto-bigint v0.5.5 |
| 2063 | 2026-04-23T13:06:48.401Z | Checking flate2 v1.1.9 |
| 2064 | 2026-04-23T13:06:48.549Z | Checking thread-id v5.1.0 |
| 2065 | 2026-04-23T13:06:48.597Z | Checking quick-error v1.2.3 |
| 2066 | 2026-04-23T13:06:48.600Z | Checking psl-types v2.0.11 |
| 2067 | 2026-04-23T13:06:48.690Z | Checking cookie v0.18.1 |
| 2068 | 2026-04-23T13:06:48.693Z | Checking tokio-rustls v0.26.4 |
| 2069 | 2026-04-23T13:06:48.782Z | Checking rusty-fork v0.3.1 |
| 2070 | 2026-04-23T13:06:48.829Z | Checking publicsuffix v2.3.0 |
| 2071 | 2026-04-23T13:06:48.877Z | Checking rand_xorshift v0.4.0 |
| 2072 | 2026-04-23T13:06:49.021Z | Checking scroll v0.12.0 |
| 2073 | 2026-04-23T13:06:49.069Z | Checking unarray v0.1.4 |
| 2074 | 2026-04-23T13:06:49.073Z | Checking hyper-rustls v0.27.7 |
| 2075 | 2026-04-23T13:06:49.073Z | Checking cookie_store v0.22.1 |
| 2076 | 2026-04-23T13:06:49.073Z | Checking rustls-platform-verifier v0.6.2 |
| 2077 | 2026-04-23T13:06:49.249Z | Checking proptest v1.10.0 |
| 2078 | 2026-04-23T13:06:49.350Z | Checking goblin v0.8.2 |
| 2079 | 2026-04-23T13:06:49.409Z | Checking num-bigint-dig v0.8.6 |
| 2080 | 2026-04-23T13:06:49.459Z | Checking pkcs1 v0.7.5 |
| 2081 | 2026-04-23T13:06:49.571Z | Checking x509-cert v0.2.5 |
| 2082 | 2026-04-23T13:06:49.685Z | Checking elliptic-curve v0.13.8 |
| 2083 | 2026-04-23T13:06:49.780Z | Checking zerocopy v0.7.35 |
| 2084 | 2026-04-23T13:06:50.075Z | Checking native-tls v0.2.18 |
| 2085 | 2026-04-23T13:06:50.141Z | Checking unicode-segmentation v1.12.0 |
| 2086 | 2026-04-23T13:06:50.343Z | Checking tokio-native-tls v0.3.1 |
| 2087 | 2026-04-23T13:06:50.488Z | Checking dof v0.4.0 |
| 2088 | 2026-04-23T13:06:50.537Z | Checking reqwest v0.13.2 |
| 2089 | 2026-04-23T13:06:50.540Z | Checking dtrace-parser v0.2.0 |
| 2090 | 2026-04-23T13:06:50.631Z | Checking rfc6979 v0.4.0 |
| 2091 | 2026-04-23T13:06:50.634Z | Checking hyper-tls v0.6.0 |
| 2092 | 2026-04-23T13:06:50.634Z | Checking rsa v0.9.10 |
| 2093 | 2026-04-23T13:06:50.808Z | Checking thread-id v4.2.2 |
| 2094 | 2026-04-23T13:06:50.924Z | Checking reqwest v0.12.28 |
| 2095 | 2026-04-23T13:06:50.974Z | Checking toml_write v0.1.2 |
| 2096 | 2026-04-23T13:06:50.977Z | Checking ecdsa v0.16.9 |
| 2097 | 2026-04-23T13:06:51.231Z | Checking toml_edit v0.22.27 |
| 2098 | 2026-04-23T13:06:51.363Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2099 | 2026-04-23T13:06:51.410Z | Checking usdt-impl v0.6.0 |
| 2100 | 2026-04-23T13:06:51.501Z | Checking curve25519-dalek v4.1.3 |
| 2101 | 2026-04-23T13:06:51.673Z | Checking memoffset v0.9.1 |
| 2102 | 2026-04-23T13:06:51.807Z | Checking rustix v0.38.44 |
| 2103 | 2026-04-23T13:06:51.811Z | Checking usdt v0.6.0 |
| 2104 | 2026-04-23T13:06:51.811Z | Checking newtype-uuid v1.3.2 |
| 2105 | 2026-04-23T13:06:51.947Z | Checking env_filter v1.0.0 |
| 2106 | 2026-04-23T13:06:52.029Z | Checking dof v0.3.0 |
| 2107 | 2026-04-23T13:06:52.087Z | Checking keccak v0.1.6 |
| 2108 | 2026-04-23T13:06:52.138Z | Checking ed25519 v2.2.3 |
| 2109 | 2026-04-23T13:06:52.141Z | Checking daft v0.1.5 |
| 2110 | 2026-04-23T13:06:52.233Z | Checking env_logger v0.11.9 |
| 2111 | 2026-04-23T13:06:52.335Z | Checking sha3 v0.10.8 |
| 2112 | 2026-04-23T13:06:52.404Z | Checking itertools v0.13.0 |
| 2113 | 2026-04-23T13:06:52.451Z | Checking usdt-impl v0.5.0 |
| 2114 | 2026-04-23T13:06:52.510Z | Checking serde_with v3.17.0 |
| 2115 | 2026-04-23T13:06:52.559Z | Checking bitflags v1.3.2 |
| 2116 | 2026-04-23T13:06:52.607Z | Checking siphasher v1.0.2 |
| 2117 | 2026-04-23T13:06:52.653Z | Checking ed25519-dalek v2.2.0 |
| 2118 | 2026-04-23T13:06:52.701Z | Checking unicode-normalization v0.1.25 |
| 2119 | 2026-04-23T13:06:52.788Z | Checking signal-hook v0.3.18 |
| 2120 | 2026-04-23T13:06:52.847Z | Checking managed v0.8.0 |
| 2121 | 2026-04-23T13:06:52.850Z | Checking winnow v0.5.40 |
| 2122 | 2026-04-23T13:06:52.980Z | Checking nix v0.31.2 |
| 2123 | 2026-04-23T13:06:53.029Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2124 | 2026-04-23T13:06:53.078Z | Checking object v0.37.3 |
| 2125 | 2026-04-23T13:06:53.131Z | Checking foldhash v0.1.5 |
| 2126 | 2026-04-23T13:06:53.179Z | Checking bzip2 v0.4.4 |
| 2127 | 2026-04-23T13:06:53.250Z | Checking signal-hook-mio v0.2.5 |
| 2128 | 2026-04-23T13:06:53.342Z | Checking hashbrown v0.15.5 |
| 2129 | 2026-04-23T13:06:53.415Z | Checking ref-cast v1.0.25 |
| 2130 | 2026-04-23T13:06:53.462Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2131 | 2026-04-23T13:06:53.574Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2132 | 2026-04-23T13:06:53.640Z | Checking zstd-safe v7.2.4 |
| 2133 | 2026-04-23T13:06:53.858Z | Checking zip v0.6.6 |
| 2134 | 2026-04-23T13:06:53.908Z | Checking bumpalo v3.20.2 |
| 2135 | 2026-04-23T13:06:53.910Z | Checking libbz2-rs-sys v0.2.2 |
| 2136 | 2026-04-23T13:06:54.008Z | Checking zstd v0.13.3 |
| 2137 | 2026-04-23T13:06:54.198Z | Checking zopfli v0.8.3 |
| 2138 | 2026-04-23T13:06:54.285Z | Checking crossterm v0.28.1 |
| 2139 | 2026-04-23T13:06:54.333Z | Checking similar v2.7.0 |
| 2140 | 2026-04-23T13:06:54.427Z | Checking tokio-stream v0.1.18 |
| 2141 | 2026-04-23T13:06:54.480Z | Checking toml_edit v0.19.15 |
| 2142 | 2026-04-23T13:06:54.528Z | Checking bzip2 v0.6.1 |
| 2143 | 2026-04-23T13:06:54.579Z | Checking fs-err v3.3.0 |
| 2144 | 2026-04-23T13:06:54.676Z | Checking hash32 v0.2.1 |
| 2145 | 2026-04-23T13:06:54.784Z | Checking serde-big-array v0.5.1 |
| 2146 | 2026-04-23T13:06:54.881Z | Checking unicode-properties v0.1.4 |
| 2147 | 2026-04-23T13:06:54.930Z | Checking predicates-core v1.0.10 |
| 2148 | 2026-04-23T13:06:54.988Z | Checking unicode-bidi v0.3.18 |
| 2149 | 2026-04-23T13:06:55.039Z | Checking jiff v0.2.21 |
| 2150 | 2026-04-23T13:06:55.042Z | Checking heapless v0.7.17 |
| 2151 | 2026-04-23T13:06:55.129Z | Checking hickory-proto v0.25.2 |
| 2152 | 2026-04-23T13:06:55.176Z | Checking md-5 v0.10.6 |
| 2153 | 2026-04-23T13:06:55.339Z | Checking float-cmp v0.10.0 |
| 2154 | 2026-04-23T13:06:55.388Z | Checking difflib v0.4.0 |
| 2155 | 2026-04-23T13:06:55.436Z | Checking stringprep v0.1.5 |
| 2156 | 2026-04-23T13:06:55.538Z | Checking normalize-line-endings v0.3.0 |
| 2157 | 2026-04-23T13:06:55.650Z | Checking fallible-iterator v0.2.0 |
| 2158 | 2026-04-23T13:06:55.699Z | Checking rustc-hash v2.1.1 |
| 2159 | 2026-04-23T13:06:55.702Z | Checking smoltcp v0.9.1 |
| 2160 | 2026-04-23T13:06:55.702Z | Checking predicates v3.1.4 |
| 2161 | 2026-04-23T13:06:55.878Z | Checking iddqd v0.3.17 |
| 2162 | 2026-04-23T13:06:55.952Z | Checking toml v0.7.8 |
| 2163 | 2026-04-23T13:06:56.054Z | Checking postgres-protocol v0.6.10 |
| 2164 | 2026-04-23T13:06:56.185Z | Checking phf_shared v0.11.3 |
| 2165 | 2026-04-23T13:06:56.413Z | Checking phf_shared v0.13.1 |
| 2166 | 2026-04-23T13:06:56.416Z | Checking buf-list v1.1.2 |
| 2167 | 2026-04-23T13:06:56.417Z | Checking strum v0.27.2 |
| 2168 | 2026-04-23T13:06:56.552Z | Checking precomputed-hash v0.1.1 |
| 2169 | 2026-04-23T13:06:56.636Z | Checking new_debug_unreachable v1.0.6 |
| 2170 | 2026-04-23T13:06:56.639Z | Checking fixedbitset v0.4.2 |
| 2171 | 2026-04-23T13:06:56.731Z | Checking fixedbitset v0.5.7 |
| 2172 | 2026-04-23T13:06:56.734Z | Checking lalrpop-util v0.19.12 |
| 2173 | 2026-04-23T13:06:56.823Z | Checking string_cache v0.8.9 |
| 2174 | 2026-04-23T13:06:56.826Z | Checking phf v0.13.1 |
| 2175 | 2026-04-23T13:06:56.917Z | Checking petgraph v0.6.5 |
| 2176 | 2026-04-23T13:06:57.016Z | Checking petgraph v0.8.3 |
| 2177 | 2026-04-23T13:06:57.018Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2178 | 2026-04-23T13:06:57.109Z | Checking postgres-types v0.2.12 |
| 2179 | 2026-04-23T13:06:57.112Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2180 | 2026-04-23T13:06:57.112Z | Checking peg-runtime v0.8.5 |
| 2181 | 2026-04-23T13:06:57.378Z | Checking whoami v2.1.0 |
| 2182 | 2026-04-23T13:06:57.626Z | Checking futures-executor v0.3.32 |
| 2183 | 2026-04-23T13:06:57.674Z | Checking tokio-postgres v0.7.16 |
| 2184 | 2026-04-23T13:06:57.736Z | Checking is-terminal v0.4.17 |
| 2185 | 2026-04-23T13:06:57.843Z | Checking futures v0.3.32 |
| 2186 | 2026-04-23T13:06:57.892Z | Checking crossbeam-channel v0.5.15 |
| 2187 | 2026-04-23T13:06:57.980Z | Compiling structmeta-derive v0.3.0 |
| 2188 | 2026-04-23T13:06:58.191Z | Checking zip v4.6.1 |
| 2189 | 2026-04-23T13:06:58.367Z | Checking thread_local v1.1.9 |
| 2190 | 2026-04-23T13:06:58.612Z | Checking term v1.2.1 |
| 2191 | 2026-04-23T13:06:58.677Z | Checking take_mut v0.2.2 |
| 2192 | 2026-04-23T13:06:58.845Z | Checking slog-async v2.8.0 |
| 2193 | 2026-04-23T13:06:58.893Z | Compiling newtype-uuid-macros v0.1.0 |
| 2194 | 2026-04-23T13:06:58.941Z | Checking slog-term v2.9.2 |
| 2195 | 2026-04-23T13:06:59.006Z | Compiling rustls v0.22.4 |
| 2196 | 2026-04-23T13:06:59.099Z | Compiling multer v3.1.0 |
| 2197 | 2026-04-23T13:06:59.228Z | Checking regress v0.10.5 |
| 2198 | 2026-04-23T13:06:59.325Z | Compiling async-stream-impl v0.3.6 |
| 2199 | 2026-04-23T13:06:59.375Z | Compiling dropshot v0.16.7 |
| 2200 | 2026-04-23T13:06:59.465Z | Compiling dropshot_endpoint v0.16.7 |
| 2201 | 2026-04-23T13:06:59.468Z | Compiling structmeta v0.3.0 |
| 2202 | 2026-04-23T13:06:59.512Z | Checking match_cfg v0.1.0 |
| 2203 | 2026-04-23T13:06:59.681Z | Checking hostname v0.3.1 |
| 2204 | 2026-04-23T13:06:59.827Z | Checking slog-json v2.6.1 |
| 2205 | 2026-04-23T13:06:59.875Z | Compiling derive-ex v0.1.8 |
| 2206 | 2026-04-23T13:06:59.878Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2207 | 2026-04-23T13:06:59.966Z | Checking debug-ignore v1.0.5 |
| 2208 | 2026-04-23T13:07:00.064Z | Checking slog-bunyan v2.5.0 |
| 2209 | 2026-04-23T13:07:00.127Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2210 | 2026-04-23T13:07:00.176Z | Checking serde_spanned v1.0.4 |
| 2211 | 2026-04-23T13:07:00.270Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2212 | 2026-04-23T13:07:00.367Z | Checking progenitor-client v0.13.0 |
| 2213 | 2026-04-23T13:07:00.419Z | Checking rustls-webpki v0.102.8 |
| 2214 | 2026-04-23T13:07:00.467Z | Checking serde_path_to_error v0.1.20 |
| 2215 | 2026-04-23T13:07:00.543Z | Checking async-stream v0.3.6 |
| 2216 | 2026-04-23T13:07:00.750Z | Checking waitgroup v0.1.2 |
| 2217 | 2026-04-23T13:07:00.799Z | Checking rustls-pemfile v2.2.0 |
| 2218 | 2026-04-23T13:07:00.871Z | Checking hostname v0.4.2 |
| 2219 | 2026-04-23T13:07:00.922Z | Checking toml v0.9.12+spec-1.1.0 |
| 2220 | 2026-04-23T13:07:01.024Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2221 | 2026-04-23T13:07:01.080Z | Compiling parse-display-derive v0.10.0 |
| 2222 | 2026-04-23T13:07:01.083Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2223 | 2026-04-23T13:07:01.199Z | Checking itertools v0.14.0 |
| 2224 | 2026-04-23T13:07:01.247Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2225 | 2026-04-23T13:07:01.345Z | Checking macaddr v1.0.1 |
| 2226 | 2026-04-23T13:07:01.613Z | Checking instant v0.1.13 |
| 2227 | 2026-04-23T13:07:01.758Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2228 | 2026-04-23T13:07:01.807Z | Checking progenitor-client v0.10.0 |
| 2229 | 2026-04-23T13:07:01.810Z | Checking backoff v0.4.0 |
| 2230 | 2026-04-23T13:07:01.902Z | Checking backon v1.6.0 |
| 2231 | 2026-04-23T13:07:02.080Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2232 | 2026-04-23T13:07:02.130Z | Checking unicode-width v0.2.0 |
| 2233 | 2026-04-23T13:07:02.223Z | Compiling test-strategy v0.4.5 |
| 2234 | 2026-04-23T13:07:02.225Z | Checking progenitor-extras v0.1.1 |
| 2235 | 2026-04-23T13:07:02.531Z | Checking heck v0.5.0 |
| 2236 | 2026-04-23T13:07:02.534Z | Compiling convert_case v0.4.0 |
| 2237 | 2026-04-23T13:07:02.685Z | Checking half v2.7.1 |
| 2238 | 2026-04-23T13:07:02.734Z | Checking ciborium-io v0.2.2 |
| 2239 | 2026-04-23T13:07:02.782Z | Checking secrecy v0.10.3 |
| 2240 | 2026-04-23T13:07:02.881Z | Checking indent_write v2.2.0 |
| 2241 | 2026-04-23T13:07:02.962Z | Checking universal-hash v0.5.1 |
| 2242 | 2026-04-23T13:07:03.010Z | Checking tokio-rustls v0.25.0 |
| 2243 | 2026-04-23T13:07:03.077Z | Checking opaque-debug v0.3.1 |
| 2244 | 2026-04-23T13:07:03.080Z | Checking ciborium-ll v0.2.2 |
| 2245 | 2026-04-23T13:07:03.172Z | Compiling derive_more v0.99.20 |
| 2246 | 2026-04-23T13:07:03.175Z | Compiling unsafe-libyaml v0.2.11 |
| 2247 | 2026-04-23T13:07:03.264Z | Checking camino-tempfile v1.4.1 |
| 2248 | 2026-04-23T13:07:03.377Z | Checking parse-display v0.10.0 |
| 2249 | 2026-04-23T13:07:03.380Z | Checking ciborium v0.2.2 |
| 2250 | 2026-04-23T13:07:03.503Z | Compiling crucible-workspace-hack v0.1.0 |
| 2251 | 2026-04-23T13:07:03.596Z | Checking aead v0.5.2 |
| 2252 | 2026-04-23T13:07:03.812Z | Checking poly1305 v0.8.0 |
| 2253 | 2026-04-23T13:07:03.997Z | Compiling serde_yaml v0.9.34+deprecated |
| 2254 | 2026-04-23T13:07:04.045Z | Checking chacha20 v0.9.1 |
| 2255 | 2026-04-23T13:07:04.182Z | Checking typify-impl v0.6.1 |
| 2256 | 2026-04-23T13:07:04.319Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2257 | 2026-04-23T13:07:04.366Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2258 | 2026-04-23T13:07:04.852Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2259 | 2026-04-23T13:07:04.915Z | Checking password-hash v0.5.0 |
| 2260 | 2026-04-23T13:07:05.262Z | Checking blake2 v0.10.6 |
| 2261 | 2026-04-23T13:07:05.607Z | Checking argon2 v0.5.3 |
| 2262 | 2026-04-23T13:07:05.773Z | Checking chacha20poly1305 v0.10.1 |
| 2263 | 2026-04-23T13:07:05.910Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2264 | 2026-04-23T13:07:05.964Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2265 | 2026-04-23T13:07:06.083Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2266 | 2026-04-23T13:07:06.131Z | Checking byte-wrapper v0.1.0 |
| 2267 | 2026-04-23T13:07:06.376Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2268 | 2026-04-23T13:07:06.435Z | Checking swrite v0.1.0 |
| 2269 | 2026-04-23T13:07:06.484Z | Checking thiserror-no-std v2.0.2 |
| 2270 | 2026-04-23T13:07:06.533Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2271 | 2026-04-23T13:07:06.626Z | Checking crossbeam-deque v0.8.6 |
| 2272 | 2026-04-23T13:07:06.673Z | Checking vsss-rs v3.3.4 |
| 2273 | 2026-04-23T13:07:06.719Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2274 | 2026-04-23T13:07:06.799Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2275 | 2026-04-23T13:07:06.848Z | Compiling rayon-core v1.13.0 |
| 2276 | 2026-04-23T13:07:06.896Z | Checking toml v0.8.23 |
| 2277 | 2026-04-23T13:07:07.382Z | Compiling proc-macro-error v1.0.4 |
| 2278 | 2026-04-23T13:07:07.630Z | Checking rayon v1.11.0 |
| 2279 | 2026-04-23T13:07:07.777Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2280 | 2026-04-23T13:07:07.824Z | Checking glob v0.3.3 |
| 2281 | 2026-04-23T13:07:08.089Z | Checking unicode-width v0.1.14 |
| 2282 | 2026-04-23T13:07:08.279Z | Checking tabwriter v1.4.1 |
| 2283 | 2026-04-23T13:07:08.338Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2284 | 2026-04-23T13:07:08.452Z | Compiling heapless v0.8.0 |
| 2285 | 2026-04-23T13:07:08.505Z | Compiling ingot-macros v0.1.1 |
| 2286 | 2026-04-23T13:07:08.693Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2287 | 2026-04-23T13:07:08.851Z | Compiling proc-macro-crate v3.4.0 |
| 2288 | 2026-04-23T13:07:09.168Z | Checking hash32 v0.3.1 |
| 2289 | 2026-04-23T13:07:09.280Z | Compiling smoltcp v0.11.0 |
| 2290 | 2026-04-23T13:07:09.364Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2291 | 2026-04-23T13:07:09.745Z | Checking cobs v0.3.0 |
| 2292 | 2026-04-23T13:07:09.837Z | Compiling usdt-macro v0.5.0 |
| 2293 | 2026-04-23T13:07:09.898Z | Compiling usdt-attr-macro v0.5.0 |
| 2294 | 2026-04-23T13:07:09.949Z | Checking memmap v0.7.0 |
| 2295 | 2026-04-23T13:07:09.997Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2296 | 2026-04-23T13:07:10.157Z | Checking colored v3.1.1 |
| 2297 | 2026-04-23T13:07:10.329Z | Checking postcard v1.1.3 |
| 2298 | 2026-04-23T13:07:10.460Z | Compiling num_enum_derive v0.7.5 |
| 2299 | 2026-04-23T13:07:10.669Z | Compiling typify-macro v0.6.1 |
| 2300 | 2026-04-23T13:07:10.761Z | Compiling proc-macro-crate v1.3.1 |
| 2301 | 2026-04-23T13:07:10.821Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2302 | 2026-04-23T13:07:10.933Z | Checking usdt v0.5.0 |
| 2303 | 2026-04-23T13:07:11.134Z | Checking sigpipe v0.1.3 |
| 2304 | 2026-04-23T13:07:11.181Z | Compiling foreign-types-macros v0.2.3 |
| 2305 | 2026-04-23T13:07:11.268Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2306 | 2026-04-23T13:07:11.337Z | Checking cpufeatures v0.3.0 |
| 2307 | 2026-04-23T13:07:11.466Z | Checking foreign-types-shared v0.3.1 |
| 2308 | 2026-04-23T13:07:11.612Z | Checking chacha20 v0.10.0 |
| 2309 | 2026-04-23T13:07:11.660Z | Compiling num_enum_derive v0.5.11 |
| 2310 | 2026-04-23T13:07:11.887Z | Checking num_enum v0.7.5 |
| 2311 | 2026-04-23T13:07:11.982Z | Checking foreign-types v0.5.0 |
| 2312 | 2026-04-23T13:07:12.077Z | Checking cstr-argument v0.1.2 |
| 2313 | 2026-04-23T13:07:12.126Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2314 | 2026-04-23T13:07:12.173Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2315 | 2026-04-23T13:07:12.219Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2316 | 2026-04-23T13:07:12.222Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2317 | 2026-04-23T13:07:12.313Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2318 | 2026-04-23T13:07:12.361Z | Checking ingot-types v0.1.2 |
| 2319 | 2026-04-23T13:07:12.574Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2320 | 2026-04-23T13:07:12.634Z | Checking rand v0.10.0 |
| 2321 | 2026-04-23T13:07:12.687Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2322 | 2026-04-23T13:07:12.814Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2323 | 2026-04-23T13:07:12.863Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2324 | 2026-04-23T13:07:12.866Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2325 | 2026-04-23T13:07:12.957Z | Checking ingot v0.1.1 |
| 2326 | 2026-04-23T13:07:13.041Z | Compiling typify v0.6.1 |
| 2327 | 2026-04-23T13:07:13.140Z | Checking num_enum v0.5.11 |
| 2328 | 2026-04-23T13:07:13.141Z | Compiling zone_cfg_derive v0.3.1 |
| 2329 | 2026-04-23T13:07:13.234Z | Compiling progenitor-impl v0.13.0 |
| 2330 | 2026-04-23T13:07:13.327Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2331 | 2026-04-23T13:07:13.463Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2332 | 2026-04-23T13:07:13.577Z | Checking itertools v0.12.1 |
| 2333 | 2026-04-23T13:07:13.725Z | Compiling num-derive v0.4.2 |
| 2334 | 2026-04-23T13:07:14.036Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2335 | 2026-04-23T13:07:14.370Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2336 | 2026-04-23T13:07:14.575Z | Checking smf v0.2.3 |
| 2337 | 2026-04-23T13:07:14.623Z | Checking whoami v1.6.1 |
| 2338 | 2026-04-23T13:07:14.805Z | Checking tokio-dtrace v0.1.1 |
| 2339 | 2026-04-23T13:07:14.940Z | Compiling derive-where v1.6.0 |
| 2340 | 2026-04-23T13:07:14.987Z | Checking console v0.15.11 |
| 2341 | 2026-04-23T13:07:15.035Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2342 | 2026-04-23T13:07:15.083Z | Checking zone v0.3.1 |
| 2343 | 2026-04-23T13:07:15.086Z | Checking oxide-tokio-rt v0.1.4 |
| 2344 | 2026-04-23T13:07:15.370Z | Checking atomicwrites v0.4.4 |
| 2345 | 2026-04-23T13:07:15.373Z | Checking newline-converter v0.3.0 |
| 2346 | 2026-04-23T13:07:15.460Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2347 | 2026-04-23T13:07:15.460Z | Checking bytecount v0.6.9 |
| 2348 | 2026-04-23T13:07:15.565Z | Compiling owo-colors v4.3.0 |
| 2349 | 2026-04-23T13:07:15.615Z | Compiling cancel-safe-futures v0.1.5 |
| 2350 | 2026-04-23T13:07:15.618Z | Checking expectorate v1.2.0 |
| 2351 | 2026-04-23T13:07:15.705Z | Checking libsw-core v0.3.2 |
| 2352 | 2026-04-23T13:07:15.858Z | Compiling prettyplease v0.2.37 |
| 2353 | 2026-04-23T13:07:15.961Z | Checking libsw v3.5.0 |
| 2354 | 2026-04-23T13:07:16.239Z | Checking num-rational v0.4.2 |
| 2355 | 2026-04-23T13:07:16.299Z | Checking num-complex v0.4.6 |
| 2356 | 2026-04-23T13:07:16.425Z | Checking linear-map v1.2.0 |
| 2357 | 2026-04-23T13:07:16.666Z | Checking same-file v1.0.6 |
| 2358 | 2026-04-23T13:07:16.713Z | Checking float-ord v0.3.2 |
| 2359 | 2026-04-23T13:07:16.771Z | Checking gethostname v0.5.0 |
| 2360 | 2026-04-23T13:07:16.819Z | Checking num v0.4.3 |
| 2361 | 2026-04-23T13:07:16.865Z | Checking walkdir v2.5.0 |
| 2362 | 2026-04-23T13:07:16.914Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2363 | 2026-04-23T13:07:16.914Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2364 | 2026-04-23T13:07:17.008Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2365 | 2026-04-23T13:07:17.011Z | Compiling progenitor-macro v0.13.0 |
| 2366 | 2026-04-23T13:07:17.011Z | Compiling async-recursion v1.1.1 |
| 2367 | 2026-04-23T13:07:17.145Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2368 | 2026-04-23T13:07:17.148Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2369 | 2026-04-23T13:07:18.557Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=bae0440c199b3908c12903a9532854936353433b#bae0440c) |
| 2370 | 2026-04-23T13:07:19.328Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2371 | 2026-04-23T13:07:20.454Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2372 | 2026-04-23T13:07:21.475Z | Checking resolv-conf v0.7.6 |
| 2373 | 2026-04-23T13:07:21.752Z | Checking unicode-linebreak v0.1.5 |
| 2374 | 2026-04-23T13:07:22.051Z | Checking smawk v0.3.2 |
| 2375 | 2026-04-23T13:07:22.228Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2376 | 2026-04-23T13:07:22.275Z | Checking papergrid v0.11.0 |
| 2377 | 2026-04-23T13:07:22.645Z | Compiling tabled_derive v0.7.0 |
| 2378 | 2026-04-23T13:07:22.931Z | Checking globset v0.4.18 |
| 2379 | 2026-04-23T13:07:23.132Z | Compiling convert_case v0.10.0 |
| 2380 | 2026-04-23T13:07:23.579Z | Compiling slog-dtrace v0.3.0 |
| 2381 | 2026-04-23T13:07:23.641Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2382 | 2026-04-23T13:07:23.952Z | Compiling derive_more-impl v2.1.1 |
| 2383 | 2026-04-23T13:07:23.995Z | Checking tabled v0.15.0 |
| 2384 | 2026-04-23T13:07:24.136Z | Checking progenitor v0.13.0 |
| 2385 | 2026-04-23T13:07:24.139Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2386 | 2026-04-23T13:07:24.339Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2387 | 2026-04-23T13:07:24.407Z | Compiling pin-project-internal v1.1.11 |
| 2388 | 2026-04-23T13:07:25.007Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2389 | 2026-04-23T13:07:25.170Z | Checking derive_more v2.1.1 |
| 2390 | 2026-04-23T13:07:25.309Z | Checking crossterm v0.29.0 |
| 2391 | 2026-04-23T13:07:25.684Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2392 | 2026-04-23T13:07:25.916Z | Checking pem v3.0.6 |
| 2393 | 2026-04-23T13:07:25.995Z | Checking fd-lock v4.0.4 |
| 2394 | 2026-04-23T13:07:26.044Z | Checking pin-project v1.1.11 |
| 2395 | 2026-04-23T13:07:26.121Z | Checking vte v0.14.1 |
| 2396 | 2026-04-23T13:07:26.170Z | Checking display-error-chain v0.2.2 |
| 2397 | 2026-04-23T13:07:26.216Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2398 | 2026-04-23T13:07:26.219Z | Compiling snafu-derive v0.8.9 |
| 2399 | 2026-04-23T13:07:26.349Z | Checking linked-hash-map v0.5.6 |
| 2400 | 2026-04-23T13:07:26.352Z | Checking strip-ansi-escapes v0.2.1 |
| 2401 | 2026-04-23T13:07:26.443Z | Checking nu-ansi-term v0.50.3 |
| 2402 | 2026-04-23T13:07:26.563Z | Checking termtree v0.5.1 |
| 2403 | 2026-04-23T13:07:26.611Z | Checking lru-cache v0.1.2 |
| 2404 | 2026-04-23T13:07:26.753Z | Checking reedline v0.40.0 |
| 2405 | 2026-04-23T13:07:26.800Z | Checking textwrap v0.16.2 |
| 2406 | 2026-04-23T13:07:26.803Z | Checking olpc-cjson v0.1.4 |
| 2407 | 2026-04-23T13:07:27.058Z | Checking hickory-proto v0.24.4 |
| 2408 | 2026-04-23T13:07:27.112Z | Checking serde_plain v1.0.2 |
| 2409 | 2026-04-23T13:07:27.337Z | Compiling minimal-lexical v0.2.1 |
| 2410 | 2026-04-23T13:07:27.577Z | Checking typed-path v0.9.3 |
| 2411 | 2026-04-23T13:07:27.701Z | Compiling nom v7.1.3 |
| 2412 | 2026-04-23T13:07:27.929Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2413 | 2026-04-23T13:07:28.381Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2414 | 2026-04-23T13:07:28.653Z | Compiling ar_archive_writer v0.5.1 |
| 2415 | 2026-04-23T13:07:28.701Z | Checking humantime v2.3.0 |
| 2416 | 2026-04-23T13:07:28.748Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2417 | 2026-04-23T13:07:28.918Z | Checking snafu v0.8.9 |
| 2418 | 2026-04-23T13:07:28.978Z | Checking csv-core v0.1.13 |
| 2419 | 2026-04-23T13:07:29.191Z | Compiling stacker v0.1.23 |
| 2420 | 2026-04-23T13:07:29.242Z | Checking csv v1.4.0 |
| 2421 | 2026-04-23T13:07:29.290Z | Checking tough v0.20.0 |
| 2422 | 2026-04-23T13:07:29.347Z | Checking highway v1.3.0 |
| 2423 | 2026-04-23T13:07:29.512Z | Checking hickory-resolver v0.24.4 |
| 2424 | 2026-04-23T13:07:29.561Z | Compiling cfg_aliases v0.1.1 |
| 2425 | 2026-04-23T13:07:29.690Z | Checking nibble_vec v0.1.0 |
| 2426 | 2026-04-23T13:07:29.737Z | Compiling nix v0.28.0 |
| 2427 | 2026-04-23T13:07:29.740Z | Checking home v0.5.12 |
| 2428 | 2026-04-23T13:07:29.831Z | Checking endian-type v0.1.2 |
| 2429 | 2026-04-23T13:07:29.889Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2430 | 2026-04-23T13:07:29.938Z | Compiling psm v0.1.30 |
| 2431 | 2026-04-23T13:07:29.941Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2432 | 2026-04-23T13:07:30.036Z | Checking radix_trie v0.2.1 |
| 2433 | 2026-04-23T13:07:30.350Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2434 | 2026-04-23T13:07:30.396Z | Checking phf_shared v0.12.1 |
| 2435 | 2026-04-23T13:07:30.575Z | Checking qorb v0.4.1 |
| 2436 | 2026-04-23T13:07:30.624Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2437 | 2026-04-23T13:07:30.627Z | Compiling chrono-tz v0.10.4 |
| 2438 | 2026-04-23T13:07:30.971Z | Compiling semver v0.1.20 |
| 2439 | 2026-04-23T13:07:31.082Z | Checking phf v0.12.1 |
| 2440 | 2026-04-23T13:07:31.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2441 | 2026-04-23T13:07:31.224Z | Checking recursive v0.1.1 |
| 2442 | 2026-04-23T13:07:31.302Z | Compiling rustc_version v0.1.7 |
| 2443 | 2026-04-23T13:07:31.378Z | Compiling const_format_proc_macros v0.2.34 |
| 2444 | 2026-04-23T13:07:31.424Z | Compiling peg-macros v0.8.5 |
| 2445 | 2026-04-23T13:07:31.642Z | Checking winnow v0.6.26 |
| 2446 | 2026-04-23T13:07:32.085Z | Compiling sqlparser_derive v0.5.0 |
| 2447 | 2026-04-23T13:07:32.154Z | Checking unicode_categories v0.1.1 |
| 2448 | 2026-04-23T13:07:32.478Z | Checking rustyline v14.0.0 |
| 2449 | 2026-04-23T13:07:32.662Z | Checking const_format v0.2.35 |
| 2450 | 2026-04-23T13:07:33.076Z | Compiling newtype_derive v0.1.6 |
| 2451 | 2026-04-23T13:07:33.122Z | Checking sqlparser v0.61.0 |
| 2452 | 2026-04-23T13:07:33.257Z | Checking sqlformat v0.3.5 |
| 2453 | 2026-04-23T13:07:33.304Z | Checking peg v0.8.5 |
| 2454 | 2026-04-23T13:07:33.432Z | Checking bcs v0.1.6 |
| 2455 | 2026-04-23T13:07:33.709Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2456 | 2026-04-23T13:07:33.771Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2457 | 2026-04-23T13:07:33.869Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2458 | 2026-04-23T13:07:33.982Z | Checking steno v0.4.1 |
| 2459 | 2026-04-23T13:07:34.229Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2460 | 2026-04-23T13:07:34.238Z | Checking filetime v0.2.27 |
| 2461 | 2026-04-23T13:07:34.393Z | Checking xattr v1.6.1 |
| 2462 | 2026-04-23T13:07:34.479Z | Checking subprocess v0.2.15 |
| 2463 | 2026-04-23T13:07:34.610Z | Checking tar v0.4.45 |
| 2464 | 2026-04-23T13:07:34.895Z | Checking base64 v0.21.7 |
| 2465 | 2026-04-23T13:07:35.179Z | Checking headers-core v0.3.0 |
| 2466 | 2026-04-23T13:07:35.252Z | Checking yasna v0.5.2 |
| 2467 | 2026-04-23T13:07:35.350Z | Checking headers v0.4.1 |
| 2468 | 2026-04-23T13:07:35.398Z | Checking dropshot-api-manager-types v0.6.0 |
| 2469 | 2026-04-23T13:07:35.652Z | Checking tagptr v0.2.0 |
| 2470 | 2026-04-23T13:07:35.803Z | Checking rcgen v0.12.1 |
| 2471 | 2026-04-23T13:07:35.873Z | Checking moka v0.12.13 |
| 2472 | 2026-04-23T13:07:36.016Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2473 | 2026-04-23T13:07:36.265Z | Checking utf-8 v0.7.6 |
| 2474 | 2026-04-23T13:07:36.311Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2475 | 2026-04-23T13:07:36.467Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2476 | 2026-04-23T13:07:36.470Z | Compiling radium v0.7.0 |
| 2477 | 2026-04-23T13:07:36.560Z | Compiling libefi-sys v0.1.0 |
| 2478 | 2026-04-23T13:07:36.772Z | Checking hickory-resolver v0.25.2 |
| 2479 | 2026-04-23T13:07:36.932Z | Compiling bitfield-struct v0.6.2 |
| 2480 | 2026-04-23T13:07:37.022Z | Compiling maybe-uninit v2.0.0 |
| 2481 | 2026-04-23T13:07:37.085Z | Checking tap v1.0.1 |
| 2482 | 2026-04-23T13:07:37.263Z | Checking wyz v0.5.1 |
| 2483 | 2026-04-23T13:07:37.313Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2484 | 2026-04-23T13:07:37.759Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2485 | 2026-04-23T13:07:37.806Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2486 | 2026-04-23T13:07:37.809Z | Compiling zerocopy-derive v0.6.6 |
| 2487 | 2026-04-23T13:07:37.897Z | Compiling packed_struct v0.10.1 |
| 2488 | 2026-04-23T13:07:38.168Z | Checking crc-catalog v2.4.0 |
| 2489 | 2026-04-23T13:07:38.254Z | Checking funty v2.0.0 |
| 2490 | 2026-04-23T13:07:38.330Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2491 | 2026-04-23T13:07:38.377Z | Checking crc v3.4.0 |
| 2492 | 2026-04-23T13:07:38.461Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2493 | 2026-04-23T13:07:38.708Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2494 | 2026-04-23T13:07:38.753Z | Checking bitvec v1.0.1 |
| 2495 | 2026-04-23T13:07:38.924Z | Checking tungstenite v0.21.0 |
| 2496 | 2026-04-23T13:07:38.927Z | Compiling packed_struct_codegen v0.10.1 |
| 2497 | 2026-04-23T13:07:39.018Z | Checking zerocopy v0.6.6 |
| 2498 | 2026-04-23T13:07:39.247Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2499 | 2026-04-23T13:07:39.409Z | Compiling bitfield-macros v0.19.4 |
| 2500 | 2026-04-23T13:07:39.456Z | Compiling indexmap v1.9.3 |
| 2501 | 2026-04-23T13:07:39.512Z | Checking nodrop v0.1.14 |
| 2502 | 2026-04-23T13:07:39.668Z | Checking array-init v0.0.4 |
| 2503 | 2026-04-23T13:07:39.833Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-04-23T13:07:40.193Z | Checking smallvec v0.6.14 |
| 2505 | 2026-04-23T13:07:40.239Z | Checking hashbrown v0.12.3 |
| 2506 | 2026-04-23T13:07:40.443Z | Checking bitfield v0.19.4 |
| 2507 | 2026-04-23T13:07:40.491Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2508 | 2026-04-23T13:07:40.536Z | Checking serde-hex v0.1.0 |
| 2509 | 2026-04-23T13:07:40.722Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2510 | 2026-04-23T13:07:40.887Z | Checking ron v0.8.1 |
| 2511 | 2026-04-23T13:07:41.002Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2512 | 2026-04-23T13:07:41.322Z | Checking hashbrown v0.13.2 |
| 2513 | 2026-04-23T13:07:41.370Z | Checking crc-any v2.5.0 |
| 2514 | 2026-04-23T13:07:41.632Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2515 | 2026-04-23T13:07:41.677Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2516 | 2026-04-23T13:07:41.874Z | Checking path-slash v0.1.5 |
| 2517 | 2026-04-23T13:07:41.920Z | Checking object v0.30.4 |
| 2518 | 2026-04-23T13:07:41.994Z | Compiling xshell-macros v0.2.7 |
| 2519 | 2026-04-23T13:07:42.042Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2520 | 2026-04-23T13:07:42.154Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2521 | 2026-04-23T13:07:42.508Z | Checking xshell v0.2.7 |
| 2522 | 2026-04-23T13:07:42.557Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2523 | 2026-04-23T13:07:42.671Z | Checking half v1.8.3 |
| 2524 | 2026-04-23T13:07:42.793Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2525 | 2026-04-23T13:07:42.968Z | Checking serde_cbor v0.11.2 |
| 2526 | 2026-04-23T13:07:43.439Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2527 | 2026-04-23T13:07:43.750Z | Compiling num-derive v0.3.3 |
| 2528 | 2026-04-23T13:07:43.753Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2529 | 2026-04-23T13:07:43.846Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-04-23T13:07:43.848Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2531 | 2026-04-23T13:07:44.108Z | Checking papergrid v0.17.0 |
| 2532 | 2026-04-23T13:07:44.335Z | Compiling proc-macro-error2 v2.0.1 |
| 2533 | 2026-04-23T13:07:44.843Z | Compiling tabled_derive v0.11.0 |
| 2534 | 2026-04-23T13:07:44.902Z | Checking testing_table v0.3.0 |
| 2535 | 2026-04-23T13:07:44.993Z | Checking libscf-sys v1.1.0 |
| 2536 | 2026-04-23T13:07:45.055Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2537 | 2026-04-23T13:07:45.199Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2538 | 2026-04-23T13:07:45.314Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2539 | 2026-04-23T13:07:45.518Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2540 | 2026-04-23T13:07:45.720Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2541 | 2026-04-23T13:07:45.828Z | Checking maplit v1.0.2 |
| 2542 | 2026-04-23T13:07:45.971Z | Checking fxhash v0.2.1 |
| 2543 | 2026-04-23T13:07:46.114Z | Checking crc8 v0.1.1 |
| 2544 | 2026-04-23T13:07:46.162Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2545 | 2026-04-23T13:07:46.273Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2546 | 2026-04-23T13:07:46.381Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2547 | 2026-04-23T13:07:46.492Z | Checking tabled v0.20.0 |
| 2548 | 2026-04-23T13:07:46.613Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2549 | 2026-04-23T13:07:46.965Z | Checking unicase v2.9.0 |
| 2550 | 2026-04-23T13:07:47.201Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2551 | 2026-04-23T13:07:47.247Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2552 | 2026-04-23T13:07:47.737Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2553 | 2026-04-23T13:07:47.785Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2554 | 2026-04-23T13:07:47.788Z | Checking kstat-rs v0.2.4 |
| 2555 | 2026-04-23T13:07:48.081Z | Compiling diesel_derives v2.3.7 |
| 2556 | 2026-04-23T13:07:48.128Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2557 | 2026-04-23T13:07:48.254Z | Compiling typify-impl v0.4.3 |
| 2558 | 2026-04-23T13:07:48.410Z | Checking scheduled-thread-pool v0.2.7 |
| 2559 | 2026-04-23T13:07:48.455Z | Compiling dsl_auto_type v0.2.0 |
| 2560 | 2026-04-23T13:07:48.632Z | Compiling vergen-gitcl v1.0.8 |
| 2561 | 2026-04-23T13:07:48.897Z | Checking arc-swap v1.8.2 |
| 2562 | 2026-04-23T13:07:49.142Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2563 | 2026-04-23T13:07:49.226Z | Compiling parking_lot_core v0.8.6 |
| 2564 | 2026-04-23T13:07:49.341Z | Checking slog-scope v4.4.1 |
| 2565 | 2026-04-23T13:07:49.503Z | Checking r2d2 v0.8.10 |
| 2566 | 2026-04-23T13:07:49.549Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2567 | 2026-04-23T13:07:49.679Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2568 | 2026-04-23T13:07:50.086Z | Compiling git-stub v1.0.0 |
| 2569 | 2026-04-23T13:07:50.134Z | Checking downcast-rs v2.0.2 |
| 2570 | 2026-04-23T13:07:50.455Z | Compiling git-stub-vcs v0.1.0 |
| 2571 | 2026-04-23T13:07:50.584Z | Checking slog-stdlog v4.1.1 |
| 2572 | 2026-04-23T13:07:50.820Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2573 | 2026-04-23T13:07:50.957Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2574 | 2026-04-23T13:07:51.356Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2575 | 2026-04-23T13:07:51.577Z | Checking slog-envlogger v2.2.0 |
| 2576 | 2026-04-23T13:07:51.805Z | Checking parking_lot v0.11.2 |
| 2577 | 2026-04-23T13:07:51.853Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2578 | 2026-04-23T13:07:51.945Z | Checking prefix-trie v0.7.0 |
| 2579 | 2026-04-23T13:07:52.076Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2580 | 2026-04-23T13:07:52.121Z | Checking sled v0.34.7 |
| 2581 | 2026-04-23T13:07:52.231Z | Checking nanorand v0.7.0 |
| 2582 | 2026-04-23T13:07:52.312Z | Compiling dirs-sys-next v0.1.2 |
| 2583 | 2026-04-23T13:07:52.408Z | Checking hickory-server v0.25.2 |
| 2584 | 2026-04-23T13:07:52.523Z | Compiling crunchy v0.2.4 |
| 2585 | 2026-04-23T13:07:52.713Z | Compiling dirs-next v2.0.0 |
| 2586 | 2026-04-23T13:07:52.934Z | Checking flume v0.11.1 |
| 2587 | 2026-04-23T13:07:52.992Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2588 | 2026-04-23T13:07:53.037Z | Compiling clang-sys v1.8.1 |
| 2589 | 2026-04-23T13:07:53.299Z | Compiling tiny-keccak v2.0.2 |
| 2590 | 2026-04-23T13:07:53.678Z | Compiling term v0.7.0 |
| 2591 | 2026-04-23T13:07:53.774Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2592 | 2026-04-23T13:07:53.823Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2593 | 2026-04-23T13:07:53.826Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2594 | 2026-04-23T13:07:54.186Z | Compiling bit-vec v0.6.3 |
| 2595 | 2026-04-23T13:07:54.457Z | Compiling salty v0.3.0 |
| 2596 | 2026-04-23T13:07:54.510Z | Compiling bit-set v0.5.3 |
| 2597 | 2026-04-23T13:07:54.557Z | Compiling typify-macro v0.4.3 |
| 2598 | 2026-04-23T13:07:54.778Z | Compiling ascii-canvas v3.0.0 |
| 2599 | 2026-04-23T13:07:55.068Z | Checking primeorder v0.13.6 |
| 2600 | 2026-04-23T13:07:55.143Z | Compiling itertools v0.10.5 |
| 2601 | 2026-04-23T13:07:55.435Z | Compiling ena v0.14.4 |
| 2602 | 2026-04-23T13:07:55.481Z | Compiling libloading v0.8.9 |
| 2603 | 2026-04-23T13:07:55.530Z | Compiling fs-err v2.11.0 |
| 2604 | 2026-04-23T13:07:55.736Z | Compiling bindgen v0.71.1 |
| 2605 | 2026-04-23T13:07:55.783Z | Compiling regex-syntax v0.6.29 |
| 2606 | 2026-04-23T13:07:55.828Z | Compiling diff v0.1.13 |
| 2607 | 2026-04-23T13:07:56.344Z | Compiling cexpr v0.6.0 |
| 2608 | 2026-04-23T13:07:56.585Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2609 | 2026-04-23T13:07:56.637Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2610 | 2026-04-23T13:07:56.740Z | Checking diesel v2.3.7 |
| 2611 | 2026-04-23T13:07:56.929Z | Compiling typify v0.4.3 |
| 2612 | 2026-04-23T13:07:57.131Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2613 | 2026-04-23T13:07:57.303Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2614 | 2026-04-23T13:07:57.432Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2615 | 2026-04-23T13:07:57.520Z | Compiling libxml v0.3.3 |
| 2616 | 2026-04-23T13:07:57.704Z | Compiling lalrpop v0.19.12 |
| 2617 | 2026-04-23T13:07:57.772Z | Checking parse-size v1.1.0 |
| 2618 | 2026-04-23T13:07:57.960Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2619 | 2026-04-23T13:07:58.005Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2620 | 2026-04-23T13:07:58.052Z | Checking p384 v0.13.1 |
| 2621 | 2026-04-23T13:07:58.644Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2622 | 2026-04-23T13:07:58.719Z | Compiling strum_macros v0.24.3 |
| 2623 | 2026-04-23T13:07:59.082Z | Checking assert_matches v1.5.0 |
| 2624 | 2026-04-23T13:07:59.213Z | Compiling indoc v1.0.9 |
| 2625 | 2026-04-23T13:08:00.648Z | Compiling progenitor-impl v0.10.0 |
| 2626 | 2026-04-23T13:08:00.693Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2627 | 2026-04-23T13:08:01.522Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2628 | 2026-04-23T13:08:01.795Z | Checking predicates-tree v1.0.13 |
| 2629 | 2026-04-23T13:08:01.843Z | Checking quick-xml v0.37.5 |
| 2630 | 2026-04-23T13:08:01.973Z | Checking derive_builder v0.20.2 |
| 2631 | 2026-04-23T13:08:02.018Z | Compiling oso-derive v0.27.3 |
| 2632 | 2026-04-23T13:08:02.147Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2633 | 2026-04-23T13:08:02.684Z | Compiling trait-variant v0.1.2 |
| 2634 | 2026-04-23T13:08:03.079Z | Checking openssl-probe v0.1.6 |
| 2635 | 2026-04-23T13:08:03.258Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=44a949c9bedf4fcd4d280337fa1965b4293c88d1#44a949c9) |
| 2636 | 2026-04-23T13:08:03.409Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2637 | 2026-04-23T13:08:04.195Z | Compiling progenitor-macro v0.10.0 |
| 2638 | 2026-04-23T13:08:04.309Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2639 | 2026-04-23T13:08:05.130Z | Compiling progenitor-impl v0.11.2 |
| 2640 | 2026-04-23T13:08:05.757Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2641 | 2026-04-23T13:08:06.328Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2642 | 2026-04-23T13:08:06.801Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2643 | 2026-04-23T13:08:08.822Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2644 | 2026-04-23T13:08:08.930Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2645 | 2026-04-23T13:08:09.167Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2646 | 2026-04-23T13:08:09.804Z | Compiling mime_guess v2.0.5 |
| 2647 | 2026-04-23T13:08:10.541Z | Checking toml v1.0.6+spec-1.1.0 |
| 2648 | 2026-04-23T13:08:10.589Z | Compiling progenitor-macro v0.11.2 |
| 2649 | 2026-04-23T13:08:11.189Z | Checking progenitor v0.10.0 |
| 2650 | 2026-04-23T13:08:11.458Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2651 | 2026-04-23T13:08:11.527Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2652 | 2026-04-23T13:08:11.864Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2653 | 2026-04-23T13:08:12.068Z | Checking progenitor-client v0.11.2 |
| 2654 | 2026-04-23T13:08:12.391Z | Checking http-range v0.1.5 |
| 2655 | 2026-04-23T13:08:12.437Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2656 | 2026-04-23T13:08:12.587Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2657 | 2026-04-23T13:08:12.681Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2658 | 2026-04-23T13:08:12.772Z | Checking ignore v0.4.25 |
| 2659 | 2026-04-23T13:08:13.363Z | Checking atty v0.2.14 |
| 2660 | 2026-04-23T13:08:13.466Z | Checking globwalk v0.9.1 |
| 2661 | 2026-04-23T13:08:13.773Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2662 | 2026-04-23T13:08:14.199Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2663 | 2026-04-23T13:08:14.504Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2664 | 2026-04-23T13:08:14.763Z | Checking bb8 v0.8.6 |
| 2665 | 2026-04-23T13:08:14.814Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2666 | 2026-04-23T13:08:15.160Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2667 | 2026-04-23T13:08:15.334Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2668 | 2026-04-23T13:08:15.460Z | Checking compression-core v0.4.31 |
| 2669 | 2026-04-23T13:08:15.632Z | Checking corncobs v0.1.4 |
| 2670 | 2026-04-23T13:08:15.678Z | Checking compression-codecs v0.4.37 |
| 2671 | 2026-04-23T13:08:15.834Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2672 | 2026-04-23T13:08:16.257Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2673 | 2026-04-23T13:08:16.317Z | Checking hyper-staticfile v0.10.1 |
| 2674 | 2026-04-23T13:08:16.703Z | Checking async-bb8-diesel v0.2.1 |
| 2675 | 2026-04-23T13:08:16.750Z | Checking diesel-dtrace v0.5.0 |
| 2676 | 2026-04-23T13:08:16.753Z | Checking camino-tempfile-ext v0.3.3 |
| 2677 | 2026-04-23T13:08:16.844Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2678 | 2026-04-23T13:08:17.084Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2679 | 2026-04-23T13:08:17.128Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2680 | 2026-04-23T13:08:17.188Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2681 | 2026-04-23T13:08:17.463Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2682 | 2026-04-23T13:08:17.466Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2683 | 2026-04-23T13:08:17.575Z | Checking progenitor v0.11.2 |
| 2684 | 2026-04-23T13:08:17.809Z | Checking signal-hook-tokio v0.3.1 |
| 2685 | 2026-04-23T13:08:18.001Z | Checking secrecy v0.8.0 |
| 2686 | 2026-04-23T13:08:18.175Z | Compiling dropshot v0.17.0 |
| 2687 | 2026-04-23T13:08:18.221Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2688 | 2026-04-23T13:08:18.673Z | Checking async-compression v0.4.41 |
| 2689 | 2026-04-23T13:08:18.922Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2690 | 2026-04-23T13:08:19.045Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2691 | 2026-04-23T13:08:19.377Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2692 | 2026-04-23T13:08:19.573Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2693 | 2026-04-23T13:08:19.914Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2694 | 2026-04-23T13:08:20.026Z | Compiling dropshot_endpoint v0.17.0 |
| 2695 | 2026-04-23T13:08:20.178Z | Checking nonempty v0.12.0 |
| 2696 | 2026-04-23T13:08:20.427Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2697 | 2026-04-23T13:08:20.515Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2698 | 2026-04-23T13:08:20.561Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2699 | 2026-04-23T13:08:20.910Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2700 | 2026-04-23T13:08:20.976Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2701 | 2026-04-23T13:08:21.060Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2702 | 2026-04-23T13:08:21.543Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2703 | 2026-04-23T13:08:22.085Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2704 | 2026-04-23T13:08:22.174Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2705 | 2026-04-23T13:08:22.452Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2706 | 2026-04-23T13:08:22.601Z | Checking tungstenite v0.23.0 |
| 2707 | 2026-04-23T13:08:23.212Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2708 | 2026-04-23T13:08:23.319Z | Checking tokio-tungstenite v0.23.1 |
| 2709 | 2026-04-23T13:08:23.700Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2710 | 2026-04-23T13:08:24.184Z | Checking rand_seeder v0.4.0 |
| 2711 | 2026-04-23T13:08:24.415Z | Checking void v1.0.2 |
| 2712 | 2026-04-23T13:08:24.593Z | Checking lzss v0.8.2 |
| 2713 | 2026-04-23T13:08:24.868Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2714 | 2026-04-23T13:08:24.912Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2715 | 2026-04-23T13:08:25.152Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2716 | 2026-04-23T13:08:25.197Z | Checking nix v0.27.1 |
| 2717 | 2026-04-23T13:08:25.404Z | Checking serde_bytes v0.11.19 |
| 2718 | 2026-04-23T13:08:25.684Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2719 | 2026-04-23T13:08:25.942Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2720 | 2026-04-23T13:08:25.988Z | Checking gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2721 | 2026-04-23T13:08:26.877Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2722 | 2026-04-23T13:08:27.080Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2723 | 2026-04-23T13:08:27.674Z | Checking is_ci v1.2.0 |
| 2724 | 2026-04-23T13:08:27.806Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2725 | 2026-04-23T13:08:27.853Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2726 | 2026-04-23T13:08:27.900Z | Checking yansi v1.0.1 |
| 2727 | 2026-04-23T13:08:28.285Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2728 | 2026-04-23T13:08:28.436Z | Checking pretty_assertions v1.4.1 |
| 2729 | 2026-04-23T13:08:28.630Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2730 | 2026-04-23T13:08:28.673Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2731 | 2026-04-23T13:08:28.998Z | Compiling darling_core v0.23.0 |
| 2732 | 2026-04-23T13:08:29.715Z | Compiling indoc v2.0.7 |
| 2733 | 2026-04-23T13:08:30.324Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2734 | 2026-04-23T13:08:30.367Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2735 | 2026-04-23T13:08:30.648Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2736 | 2026-04-23T13:08:30.698Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2737 | 2026-04-23T13:08:30.775Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2738 | 2026-04-23T13:08:30.979Z | Compiling instability v0.3.11 |
| 2739 | 2026-04-23T13:08:31.480Z | Compiling libz-sys v1.1.24 |
| 2740 | 2026-04-23T13:08:31.634Z | Checking castaway v0.2.4 |
| 2741 | 2026-04-23T13:08:31.760Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2742 | 2026-04-23T13:08:31.811Z | Checking compact_str v0.8.1 |
| 2743 | 2026-04-23T13:08:32.357Z | Checking supports-color v3.0.2 |
| 2744 | 2026-04-23T13:08:32.558Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2745 | 2026-04-23T13:08:32.657Z | Compiling darling_macro v0.23.0 |
| 2746 | 2026-04-23T13:08:32.836Z | Checking unicode-truncate v1.1.0 |
| 2747 | 2026-04-23T13:08:33.061Z | Checking console v0.16.2 |
| 2748 | 2026-04-23T13:08:33.104Z | Checking lru v0.12.5 |
| 2749 | 2026-04-23T13:08:33.320Z | Compiling darling v0.23.0 |
| 2750 | 2026-04-23T13:08:33.365Z | Checking cassowary v0.3.0 |
| 2751 | 2026-04-23T13:08:33.516Z | Checking unit-prefix v0.5.2 |
| 2752 | 2026-04-23T13:08:33.731Z | Checking indicatif v0.18.4 |
| 2753 | 2026-04-23T13:08:33.793Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2754 | 2026-04-23T13:08:34.081Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2755 | 2026-04-23T13:08:34.128Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2756 | 2026-04-23T13:08:34.423Z | Checking ratatui v0.29.0 |
| 2757 | 2026-04-23T13:08:34.467Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2758 | 2026-04-23T13:08:36.052Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2759 | 2026-04-23T13:08:36.289Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2760 | 2026-04-23T13:08:36.338Z | Compiling vergen-git2 v1.0.7 |
| 2761 | 2026-04-23T13:08:36.442Z | Checking plotters-backend v0.3.7 |
| 2762 | 2026-04-23T13:08:36.624Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2763 | 2026-04-23T13:08:36.733Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2764 | 2026-04-23T13:08:36.778Z | Checking plotters-svg v0.3.7 |
| 2765 | 2026-04-23T13:08:36.898Z | Checking colored v2.2.0 |
| 2766 | 2026-04-23T13:08:36.991Z | Checking shell-words v1.1.1 |
| 2767 | 2026-04-23T13:08:37.037Z | Compiling rustls v0.21.12 |
| 2768 | 2026-04-23T13:08:37.179Z | Checking cast v0.3.0 |
| 2769 | 2026-04-23T13:08:37.288Z | Checking plotters v0.3.7 |
| 2770 | 2026-04-23T13:08:37.441Z | Checking criterion-plot v0.6.0 |
| 2771 | 2026-04-23T13:08:37.502Z | Checking typeid v1.0.3 |
| 2772 | 2026-04-23T13:08:37.672Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2773 | 2026-04-23T13:08:37.808Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2774 | 2026-04-23T13:08:38.127Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2775 | 2026-04-23T13:08:38.353Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2776 | 2026-04-23T13:08:38.408Z | Checking rustls-webpki v0.101.7 |
| 2777 | 2026-04-23T13:08:38.899Z | Checking sct v0.7.1 |
| 2778 | 2026-04-23T13:08:38.989Z | Checking tinytemplate v1.2.1 |
| 2779 | 2026-04-23T13:08:39.035Z | Compiling nix v0.29.0 |
| 2780 | 2026-04-23T13:08:39.101Z | Checking anes v0.1.6 |
| 2781 | 2026-04-23T13:08:39.306Z | Checking hex-literal v0.4.1 |
| 2782 | 2026-04-23T13:08:39.378Z | Checking oorandom v11.1.5 |
| 2783 | 2026-04-23T13:08:39.554Z | Checking criterion v0.7.0 |
| 2784 | 2026-04-23T13:08:39.691Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2785 | 2026-04-23T13:08:41.351Z | Checking erased-serde v0.4.9 |
| 2786 | 2026-04-23T13:08:41.394Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2787 | 2026-04-23T13:08:41.914Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2788 | 2026-04-23T13:08:42.399Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2789 | 2026-04-23T13:08:42.879Z | Checking ordered-float v2.10.1 |
| 2790 | 2026-04-23T13:08:43.245Z | Checking serde-value v0.7.0 |
| 2791 | 2026-04-23T13:08:43.571Z | Checking serde-untagged v0.1.9 |
| 2792 | 2026-04-23T13:08:43.859Z | Checking tokio-rustls v0.24.1 |
| 2793 | 2026-04-23T13:08:44.491Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2794 | 2026-04-23T13:08:45.559Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2795 | 2026-04-23T13:08:45.840Z | Checking rustls-pemfile v1.0.4 |
| 2796 | 2026-04-23T13:08:46.049Z | Checking twox-hash v2.1.2 |
| 2797 | 2026-04-23T13:08:46.423Z | Checking unicode-xid v0.2.6 |
| 2798 | 2026-04-23T13:08:46.554Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2799 | 2026-04-23T13:08:46.606Z | Checking cargo-util-schemas v0.8.2 |
| 2800 | 2026-04-23T13:08:47.866Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2801 | 2026-04-23T13:08:48.038Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2802 | 2026-04-23T13:08:48.260Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2803 | 2026-04-23T13:08:48.753Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2804 | 2026-04-23T13:08:48.990Z | Checking fatfs v0.3.6 |
| 2805 | 2026-04-23T13:08:49.663Z | Checking cargo-platform v0.2.0 |
| 2806 | 2026-04-23T13:08:49.950Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2807 | 2026-04-23T13:08:50.072Z | Compiling petname v2.0.2 |
| 2808 | 2026-04-23T13:08:50.737Z | Compiling seq-macro v0.3.6 |
| 2809 | 2026-04-23T13:08:51.647Z | Checking cargo_metadata v0.21.0 |
| 2810 | 2026-04-23T13:08:51.692Z | Compiling samael v0.0.19 |
| 2811 | 2026-04-23T13:08:51.921Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2812 | 2026-04-23T13:08:52.354Z | Checking concurrent-queue v2.5.0 |
| 2813 | 2026-04-23T13:08:52.588Z | Checking rtoolbox v0.0.3 |
| 2814 | 2026-04-23T13:08:52.635Z | Checking parking v2.2.1 |
| 2815 | 2026-04-23T13:08:52.719Z | Checking futures-timer v3.0.3 |
| 2816 | 2026-04-23T13:08:52.786Z | Checking rpassword v7.4.0 |
| 2817 | 2026-04-23T13:08:52.830Z | Checking event-listener v5.4.1 |
| 2818 | 2026-04-23T13:08:53.009Z | Checking tui-tree-widget v0.23.1 |
| 2819 | 2026-04-23T13:08:53.146Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2820 | 2026-04-23T13:08:53.277Z | Checking polyval v0.6.2 |
| 2821 | 2026-04-23T13:08:53.382Z | Checking sapling-renderdag v0.1.0 |
| 2822 | 2026-04-23T13:08:53.496Z | Checking sync-ptr v0.1.4 |
| 2823 | 2026-04-23T13:08:53.540Z | Checking ghash v0.5.1 |
| 2824 | 2026-04-23T13:08:53.679Z | Checking event-listener-strategy v0.5.4 |
| 2825 | 2026-04-23T13:08:53.725Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2826 | 2026-04-23T13:08:53.727Z | Checking ctr v0.9.2 |
| 2827 | 2026-04-23T13:08:53.879Z | Checking arrayvec v0.7.6 |
| 2828 | 2026-04-23T13:08:53.994Z | Checking arrayref v0.3.9 |
| 2829 | 2026-04-23T13:08:54.038Z | Checking constant_time_eq v0.4.2 |
| 2830 | 2026-04-23T13:08:54.120Z | Checking aes-gcm v0.10.3 |
| 2831 | 2026-04-23T13:08:54.230Z | Checking async-lock v3.4.2 |
| 2832 | 2026-04-23T13:08:54.274Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2833 | 2026-04-23T13:08:54.344Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2834 | 2026-04-23T13:08:54.829Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2835 | 2026-04-23T13:08:55.559Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2836 | 2026-04-23T13:08:55.676Z | Checking ssh-encoding v0.2.0 |
| 2837 | 2026-04-23T13:08:55.963Z | Checking blowfish v0.9.1 |
| 2838 | 2026-04-23T13:08:56.211Z | Checking bcrypt-pbkdf v0.10.0 |
| 2839 | 2026-04-23T13:08:56.442Z | Checking ssh-cipher v0.2.0 |
| 2840 | 2026-04-23T13:08:56.698Z | Checking async-object-pool v0.2.0 |
| 2841 | 2026-04-23T13:08:56.872Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2842 | 2026-04-23T13:08:57.170Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2843 | 2026-04-23T13:08:57.271Z | Checking serde_regex v1.1.0 |
| 2844 | 2026-04-23T13:08:57.509Z | Checking password-hash v0.4.2 |
| 2845 | 2026-04-23T13:08:57.837Z | Checking assert-json-diff v2.0.2 |
| 2846 | 2026-04-23T13:08:58.024Z | Checking path-tree v0.8.3 |
| 2847 | 2026-04-23T13:08:58.073Z | Checking stringmetrics v2.2.2 |
| 2848 | 2026-04-23T13:08:58.117Z | Compiling target-lexicon v0.13.3 |
| 2849 | 2026-04-23T13:08:58.296Z | Checking gimli v0.32.3 |
| 2850 | 2026-04-23T13:08:58.298Z | Checking httpmock v0.8.3 |
| 2851 | 2026-04-23T13:08:58.873Z | Checking pbkdf2 v0.11.0 |
| 2852 | 2026-04-23T13:08:59.048Z | Checking ssh-key v0.6.7 |
| 2853 | 2026-04-23T13:09:00.038Z | Checking p256 v0.13.2 |
| 2854 | 2026-04-23T13:09:00.417Z | Checking p521 v0.13.3 |
| 2855 | 2026-04-23T13:09:00.599Z | Checking addr2line v0.25.1 |
| 2856 | 2026-04-23T13:09:00.980Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-04-23T13:09:01.262Z | Checking russh-cryptovec v0.7.3 |
| 2858 | 2026-04-23T13:09:01.307Z | Checking rustc-demangle v0.1.27 |
| 2859 | 2026-04-23T13:09:01.348Z | Compiling guppy-workspace-hack v0.1.0 |
| 2860 | 2026-04-23T13:09:01.466Z | Checking md5 v0.7.0 |
| 2861 | 2026-04-23T13:09:01.656Z | Checking backtrace v0.3.76 |
| 2862 | 2026-04-23T13:09:01.748Z | Checking russh-keys v0.45.0 |
| 2863 | 2026-04-23T13:09:01.751Z | Checking num-bigint v0.4.6 |
| 2864 | 2026-04-23T13:09:02.035Z | Checking des v0.8.1 |
| 2865 | 2026-04-23T13:09:02.274Z | Compiling blake3 v1.8.3 |
| 2866 | 2026-04-23T13:09:02.277Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2867 | 2026-04-23T13:09:02.638Z | Compiling target-spec v3.5.7 |
| 2868 | 2026-04-23T13:09:02.879Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2869 | 2026-04-23T13:09:03.194Z | Checking russh v0.45.0 |
| 2870 | 2026-04-23T13:09:03.239Z | Checking backtrace-ext v0.2.1 |
| 2871 | 2026-04-23T13:09:03.308Z | Checking cfg-expr v0.20.6 |
| 2872 | 2026-04-23T13:09:03.546Z | Checking supports-color v2.1.0 |
| 2873 | 2026-04-23T13:09:03.746Z | Checking textwrap v0.15.2 |
| 2874 | 2026-04-23T13:09:03.748Z | Checking supports-unicode v2.1.0 |
| 2875 | 2026-04-23T13:09:03.857Z | Checking supports-hyperlinks v2.1.0 |
| 2876 | 2026-04-23T13:09:03.971Z | Checking hashbrown v0.14.5 |
| 2877 | 2026-04-23T13:09:04.037Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2878 | 2026-04-23T13:09:04.040Z | Checking cargo-platform v0.3.2 |
| 2879 | 2026-04-23T13:09:04.332Z | Checking terminal_size v0.1.17 |
| 2880 | 2026-04-23T13:09:04.376Z | Compiling miette-derive v5.10.0 |
| 2881 | 2026-04-23T13:09:04.499Z | Checking owo-colors v3.5.0 |
| 2882 | 2026-04-23T13:09:04.677Z | Checking internet-checksum v0.2.1 |
| 2883 | 2026-04-23T13:09:04.869Z | Checking chumsky v0.9.3 |
| 2884 | 2026-04-23T13:09:05.296Z | Checking cargo_metadata v0.23.1 |
| 2885 | 2026-04-23T13:09:05.944Z | Checking miette v5.10.0 |
| 2886 | 2026-04-23T13:09:06.415Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2887 | 2026-04-23T13:09:06.494Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2888 | 2026-04-23T13:09:06.625Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2889 | 2026-04-23T13:09:06.706Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2890 | 2026-04-23T13:09:07.036Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2891 | 2026-04-23T13:09:07.038Z | Compiling knuffel-derive v3.2.0 |
| 2892 | 2026-04-23T13:09:07.513Z | Checking httptest v0.16.4 |
| 2893 | 2026-04-23T13:09:07.560Z | Checking pathdiff v0.2.3 |
| 2894 | 2026-04-23T13:09:07.729Z | Checking topological-sort v0.2.2 |
| 2895 | 2026-04-23T13:09:07.940Z | Checking nested v0.1.1 |
| 2896 | 2026-04-23T13:09:08.031Z | Checking omicron-zone-package v0.12.2 |
| 2897 | 2026-04-23T13:09:08.151Z | Checking guppy v0.17.25 |
| 2898 | 2026-04-23T13:09:08.199Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2899 | 2026-04-23T13:09:08.505Z | Checking similar-asserts v1.7.0 |
| 2900 | 2026-04-23T13:09:08.731Z | Compiling rstest_macros v0.25.0 |
| 2901 | 2026-04-23T13:09:09.117Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2902 | 2026-04-23T13:09:09.161Z | Checking knuffel v3.2.0 |
| 2903 | 2026-04-23T13:09:09.231Z | Compiling target-triple v1.0.0 |
| 2904 | 2026-04-23T13:09:09.460Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2905 | 2026-04-23T13:09:09.505Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2906 | 2026-04-23T13:09:09.692Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2907 | 2026-04-23T13:09:09.977Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2908 | 2026-04-23T13:09:10.084Z | Checking hickory-client v0.25.2 |
| 2909 | 2026-04-23T13:09:10.186Z | Compiling git2 v0.20.4 |
| 2910 | 2026-04-23T13:09:10.470Z | Checking tokio-test v0.4.5 |
| 2911 | 2026-04-23T13:09:10.769Z | Compiling assert_cmd v2.1.2 |
| 2912 | 2026-04-23T13:09:10.819Z | Compiling polar-core v0.27.3 |
| 2913 | 2026-04-23T13:09:10.822Z | Compiling relative-path v1.9.3 |
| 2914 | 2026-04-23T13:09:11.108Z | Checking escape8259 v0.5.3 |
| 2915 | 2026-04-23T13:09:11.311Z | Checking libtest-mimic v0.8.1 |
| 2916 | 2026-04-23T13:09:11.862Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2917 | 2026-04-23T13:09:11.953Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2918 | 2026-04-23T13:09:12.029Z | Checking blake2b_simd v1.0.4 |
| 2919 | 2026-04-23T13:09:12.573Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2920 | 2026-04-23T13:09:12.799Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2921 | 2026-04-23T13:09:13.055Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2922 | 2026-04-23T13:09:13.750Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2923 | 2026-04-23T13:09:14.030Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2924 | 2026-04-23T13:09:14.139Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2925 | 2026-04-23T13:09:14.422Z | Checking fancy-regex v0.14.0 |
| 2926 | 2026-04-23T13:09:14.794Z | Checking serde_tokenstream v0.2.3 |
| 2927 | 2026-04-23T13:09:14.974Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2928 | 2026-04-23T13:09:15.020Z | Checking uzers v0.12.2 |
| 2929 | 2026-04-23T13:09:15.117Z | Compiling linkme-impl v0.3.35 |
| 2930 | 2026-04-23T13:09:15.343Z | Checking constant_time_eq v0.3.1 |
| 2931 | 2026-04-23T13:09:15.509Z | Checking termcolor v1.4.1 |
| 2932 | 2026-04-23T13:09:15.657Z | Checking rust-argon2 v2.1.0 |
| 2933 | 2026-04-23T13:09:15.834Z | Checking trybuild v1.0.116 |
| 2934 | 2026-04-23T13:09:16.013Z | Checking datatest-stable v0.3.3 |
| 2935 | 2026-04-23T13:09:16.325Z | Checking rstest v0.25.0 |
| 2936 | 2026-04-23T13:09:16.694Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2937 | 2026-04-23T13:09:16.880Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2938 | 2026-04-23T13:09:17.140Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2939 | 2026-04-23T13:09:17.185Z | Checking support-bundle-viewer v0.1.2 |
| 2940 | 2026-04-23T13:09:17.412Z | Checking oso v0.27.3 |
| 2941 | 2026-04-23T13:09:17.524Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2942 | 2026-04-23T13:09:17.810Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2943 | 2026-04-23T13:09:18.030Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2944 | 2026-04-23T13:09:18.093Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2945 | 2026-04-23T13:09:18.332Z | Checking drift v0.1.3 |
| 2946 | 2026-04-23T13:09:18.397Z | Checking rand_distr v0.5.1 |
| 2947 | 2026-04-23T13:09:18.721Z | Checking multimap v0.10.1 |
| 2948 | 2026-04-23T13:09:18.766Z | Checking approx v0.5.1 |
| 2949 | 2026-04-23T13:09:18.984Z | Compiling linkme v0.3.35 |
| 2950 | 2026-04-23T13:09:19.028Z | Checking dropshot-api-manager v0.6.0 |
| 2951 | 2026-04-23T13:09:19.488Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2952 | 2026-04-23T13:09:20.212Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2953 | 2026-04-23T13:09:20.541Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2954 | 2026-04-23T13:09:20.713Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2955 | 2026-04-23T13:09:20.758Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2956 | 2026-04-23T13:09:21.014Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2957 | 2026-04-23T13:09:21.340Z | Checking partial-io v0.5.4 |
| 2958 | 2026-04-23T13:09:21.387Z | Checking cargo_toml v0.21.0 |
| 2959 | 2026-04-23T13:09:21.484Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2960 | 2026-04-23T13:09:21.658Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2961 | 2026-04-23T13:09:21.706Z | Checking termios v0.3.3 |
| 2962 | 2026-04-23T13:09:21.918Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2963 | 2026-04-23T13:09:22.425Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2964 | 2026-04-23T13:09:22.591Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2965 | 2026-04-23T13:09:24.149Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2966 | 2026-04-23T13:09:24.792Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2967 | 2026-04-23T13:09:27.812Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2968 | 2026-04-23T13:09:33.461Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2969 | 2026-04-23T13:09:38.182Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2970 | 2026-04-23T13:09:40.299Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2971 | 2026-04-23T13:09:43.000Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2972 | 2026-04-23T13:09:50.821Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2973 | 2026-04-23T13:09:54.797Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2974 | 2026-04-23T13:09:56.210Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2975 | 2026-04-23T13:09:56.851Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2976 | 2026-04-23T13:09:58.365Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2977 | 2026-04-23T13:10:09.973Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2978 | 2026-04-23T13:12:05.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 36s |
| 2979 | 2026-04-23T13:12:06.373Z | |
| 2980 | 2026-04-23T13:12:06.373Z | real 5:41.204215671 |
| 2981 | 2026-04-23T13:12:06.373Z | user 28:39.566094624 |
| 2982 | 2026-04-23T13:12:06.376Z | sys 5:59.037586972 |
| 2983 | 2026-04-23T13:12:06.376Z | trap 0.733114690 |
| 2984 | 2026-04-23T13:12:06.376Z | tflt 0.944130550 |
| 2985 | 2026-04-23T13:12:06.376Z | dflt 0.567772210 |
| 2986 | 2026-04-23T13:12:06.376Z | kflt 0.027570704 |
| 2987 | 2026-04-23T13:12:06.376Z | lock 1:20:14.273563366 |
| 2988 | 2026-04-23T13:12:06.376Z | slp 1:17:32.521267299 |
| 2989 | 2026-04-23T13:12:06.376Z | lat 1:55.546233383 |
| 2990 | 2026-04-23T13:12:06.377Z | stop 14:11.012774905 |
| 2991 | 2026-04-23T13:12:06.377Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 2992 | 2026-04-23T13:12:06.377Z | + ptime -m cargo doc --workspace --no-deps |
| 2993 | 2026-04-23T13:12:07.586Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2994 | 2026-04-23T13:12:07.586Z | | |
| 2995 | 2026-04-23T13:12:07.586Z | = 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)` |
| 2996 | 2026-04-23T13:12:07.586Z | = 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> |
| 2997 | 2026-04-23T13:12:08.875Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2998 | 2026-04-23T13:12:09.152Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2999 | 2026-04-23T13:12:09.207Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3000 | 2026-04-23T13:12:09.289Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3001 | 2026-04-23T13:12:09.473Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3002 | 2026-04-23T13:12:09.501Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3003 | 2026-04-23T13:12:09.532Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3004 | 2026-04-23T13:12:09.568Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3005 | 2026-04-23T13:12:09.644Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3006 | 2026-04-23T13:12:09.753Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3007 | 2026-04-23T13:12:09.843Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3008 | 2026-04-23T13:12:09.901Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3009 | 2026-04-23T13:12:09.933Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3010 | 2026-04-23T13:12:10.008Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3011 | 2026-04-23T13:12:10.040Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3012 | 2026-04-23T13:12:10.072Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3013 | 2026-04-23T13:12:10.103Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3014 | 2026-04-23T13:12:10.133Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3015 | 2026-04-23T13:12:10.168Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3016 | 2026-04-23T13:12:10.168Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3017 | 2026-04-23T13:12:10.567Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3018 | 2026-04-23T13:12:10.979Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3019 | 2026-04-23T13:12:11.043Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3020 | 2026-04-23T13:12:11.145Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3021 | 2026-04-23T13:12:11.177Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3022 | 2026-04-23T13:12:11.228Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3023 | 2026-04-23T13:12:11.401Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3024 | 2026-04-23T13:12:11.524Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3025 | 2026-04-23T13:12:11.606Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3026 | 2026-04-23T13:12:11.797Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3027 | 2026-04-23T13:12:11.970Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3028 | 2026-04-23T13:12:12.031Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3029 | 2026-04-23T13:12:12.110Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3030 | 2026-04-23T13:12:12.302Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3031 | 2026-04-23T13:12:12.352Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3032 | 2026-04-23T13:12:12.473Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3033 | 2026-04-23T13:12:12.603Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3034 | 2026-04-23T13:12:12.700Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3035 | 2026-04-23T13:12:12.802Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3036 | 2026-04-23T13:12:13.007Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3037 | 2026-04-23T13:12:13.175Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3038 | 2026-04-23T13:12:13.379Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3039 | 2026-04-23T13:12:13.413Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3040 | 2026-04-23T13:12:13.444Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3041 | 2026-04-23T13:12:13.637Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3042 | 2026-04-23T13:12:13.726Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3043 | 2026-04-23T13:12:13.811Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3044 | 2026-04-23T13:12:13.943Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3045 | 2026-04-23T13:12:14.033Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3046 | 2026-04-23T13:12:14.115Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3047 | 2026-04-23T13:12:14.144Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3048 | 2026-04-23T13:12:14.196Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3049 | 2026-04-23T13:12:14.295Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3050 | 2026-04-23T13:12:14.505Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3051 | 2026-04-23T13:12:14.532Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3052 | 2026-04-23T13:12:14.561Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3053 | 2026-04-23T13:12:14.640Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3054 | 2026-04-23T13:12:14.827Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3055 | 2026-04-23T13:12:14.856Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3056 | 2026-04-23T13:12:14.859Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3057 | 2026-04-23T13:12:15.108Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3058 | 2026-04-23T13:12:15.165Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3059 | 2026-04-23T13:12:15.194Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3060 | 2026-04-23T13:12:15.276Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3061 | 2026-04-23T13:12:15.415Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3062 | 2026-04-23T13:12:15.451Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3063 | 2026-04-23T13:12:15.455Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3064 | 2026-04-23T13:12:15.529Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3065 | 2026-04-23T13:12:15.570Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3066 | 2026-04-23T13:12:15.662Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3067 | 2026-04-23T13:12:15.979Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3068 | 2026-04-23T13:12:16.124Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3069 | 2026-04-23T13:12:16.540Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3070 | 2026-04-23T13:12:17.037Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3071 | 2026-04-23T13:12:17.107Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3072 | 2026-04-23T13:12:17.329Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3073 | 2026-04-23T13:12:17.716Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3074 | 2026-04-23T13:12:17.747Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3075 | 2026-04-23T13:12:17.977Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3076 | 2026-04-23T13:12:18.346Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3077 | 2026-04-23T13:12:18.709Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3078 | 2026-04-23T13:12:18.825Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3079 | 2026-04-23T13:12:19.019Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3080 | 2026-04-23T13:12:19.050Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3081 | 2026-04-23T13:12:19.754Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3082 | 2026-04-23T13:12:20.797Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3083 | 2026-04-23T13:12:21.365Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3084 | 2026-04-23T13:12:21.396Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3085 | 2026-04-23T13:12:21.656Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3086 | 2026-04-23T13:12:21.700Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3087 | 2026-04-23T13:12:21.735Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3088 | 2026-04-23T13:12:22.349Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3089 | 2026-04-23T13:12:22.635Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3090 | 2026-04-23T13:12:22.810Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3091 | 2026-04-23T13:12:22.969Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3092 | 2026-04-23T13:12:23.174Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3093 | 2026-04-23T13:12:23.369Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3094 | 2026-04-23T13:12:23.474Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3095 | 2026-04-23T13:12:23.507Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3096 | 2026-04-23T13:12:23.751Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3097 | 2026-04-23T13:12:23.753Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3098 | 2026-04-23T13:12:24.014Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3099 | 2026-04-23T13:12:24.124Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3100 | 2026-04-23T13:12:24.189Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3101 | 2026-04-23T13:12:24.191Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-04-23T13:12:24.736Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3103 | 2026-04-23T13:12:25.186Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3104 | 2026-04-23T13:12:25.218Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3105 | 2026-04-23T13:12:25.247Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3106 | 2026-04-23T13:12:26.998Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3107 | 2026-04-23T13:12:27.213Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3108 | 2026-04-23T13:12:27.954Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3109 | 2026-04-23T13:12:28.007Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3110 | 2026-04-23T13:12:28.516Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3111 | 2026-04-23T13:12:28.776Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3112 | 2026-04-23T13:12:28.870Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3113 | 2026-04-23T13:12:29.153Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3114 | 2026-04-23T13:12:29.795Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3115 | 2026-04-23T13:12:29.982Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3116 | 2026-04-23T13:12:30.025Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3117 | 2026-04-23T13:12:30.169Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3118 | 2026-04-23T13:12:30.393Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3119 | 2026-04-23T13:12:30.558Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3120 | 2026-04-23T13:12:30.897Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3121 | 2026-04-23T13:12:31.524Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3122 | 2026-04-23T13:12:31.619Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3123 | 2026-04-23T13:12:32.118Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3124 | 2026-04-23T13:12:32.419Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3125 | 2026-04-23T13:12:32.463Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3126 | 2026-04-23T13:12:33.506Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3127 | 2026-04-23T13:12:33.575Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3128 | 2026-04-23T13:12:34.066Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3129 | 2026-04-23T13:12:35.833Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3130 | 2026-04-23T13:12:36.378Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3131 | 2026-04-23T13:12:36.973Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3132 | 2026-04-23T13:12:37.092Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3133 | 2026-04-23T13:12:37.400Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3134 | 2026-04-23T13:12:37.621Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3135 | 2026-04-23T13:12:37.713Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3136 | 2026-04-23T13:12:37.919Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3137 | 2026-04-23T13:12:38.345Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3138 | 2026-04-23T13:12:38.827Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3139 | 2026-04-23T13:12:39.166Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-04-23T13:12:39.207Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3141 | 2026-04-23T13:12:39.239Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3142 | 2026-04-23T13:12:39.474Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3143 | 2026-04-23T13:12:39.884Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3144 | 2026-04-23T13:12:39.947Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3145 | 2026-04-23T13:12:40.675Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3146 | 2026-04-23T13:12:40.987Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3147 | 2026-04-23T13:12:42.335Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3148 | 2026-04-23T13:12:43.347Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3149 | 2026-04-23T13:12:45.020Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3150 | 2026-04-23T13:12:45.648Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3151 | 2026-04-23T13:12:46.251Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3152 | 2026-04-23T13:12:47.814Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3153 | 2026-04-23T13:12:47.896Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3154 | 2026-04-23T13:12:48.418Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3155 | 2026-04-23T13:12:48.605Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3156 | 2026-04-23T13:12:49.438Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3157 | 2026-04-23T13:12:49.935Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3158 | 2026-04-23T13:12:50.689Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3159 | 2026-04-23T13:12:51.005Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3160 | 2026-04-23T13:12:51.565Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3161 | 2026-04-23T13:12:51.863Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3162 | 2026-04-23T13:12:51.912Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3163 | 2026-04-23T13:12:52.050Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3164 | 2026-04-23T13:12:52.183Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3165 | 2026-04-23T13:12:52.674Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3166 | 2026-04-23T13:12:53.068Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3167 | 2026-04-23T13:12:53.436Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3168 | 2026-04-23T13:12:54.018Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3169 | 2026-04-23T13:12:54.107Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3170 | 2026-04-23T13:12:54.824Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3171 | 2026-04-23T13:12:54.857Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3172 | 2026-04-23T13:12:54.920Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3173 | 2026-04-23T13:12:54.971Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3174 | 2026-04-23T13:12:55.724Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3175 | 2026-04-23T13:12:55.780Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3176 | 2026-04-23T13:12:57.198Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3177 | 2026-04-23T13:12:58.321Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3178 | 2026-04-23T13:12:58.838Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3179 | 2026-04-23T13:13:00.188Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3180 | 2026-04-23T13:13:01.072Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3181 | 2026-04-23T13:13:02.566Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3182 | 2026-04-23T13:13:04.693Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3183 | 2026-04-23T13:13:05.280Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3184 | 2026-04-23T13:13:05.654Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3185 | 2026-04-23T13:13:07.936Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3186 | 2026-04-23T13:13:09.728Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3187 | 2026-04-23T13:13:11.419Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3188 | 2026-04-23T13:13:11.826Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3189 | 2026-04-23T13:13:12.551Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3190 | 2026-04-23T13:13:15.467Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3191 | 2026-04-23T13:13:15.803Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3192 | 2026-04-23T13:13:16.823Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3193 | 2026-04-23T13:13:17.440Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3194 | 2026-04-23T13:13:18.120Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3195 | 2026-04-23T13:13:20.572Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3196 | 2026-04-23T13:13:20.605Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3197 | 2026-04-23T13:13:21.689Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3198 | 2026-04-23T13:13:23.772Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3199 | 2026-04-23T13:13:24.382Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3200 | 2026-04-23T13:13:29.358Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3201 | 2026-04-23T13:13:30.545Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3202 | 2026-04-23T13:13:31.327Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3203 | 2026-04-23T13:13:32.633Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3204 | 2026-04-23T13:13:33.612Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3205 | 2026-04-23T13:13:34.542Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3206 | 2026-04-23T13:13:36.113Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3207 | 2026-04-23T13:13:37.641Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3208 | 2026-04-23T13:13:39.055Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3209 | 2026-04-23T13:13:39.826Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3210 | 2026-04-23T13:13:40.387Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3211 | 2026-04-23T13:13:40.902Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3212 | 2026-04-23T13:13:42.070Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3213 | 2026-04-23T13:13:43.182Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3214 | 2026-04-23T13:13:47.363Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3215 | 2026-04-23T13:13:48.943Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3216 | 2026-04-23T13:13:49.693Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3217 | 2026-04-23T13:13:50.673Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3218 | 2026-04-23T13:13:52.033Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3219 | 2026-04-23T13:13:55.554Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3220 | 2026-04-23T13:13:55.874Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3221 | 2026-04-23T13:13:56.719Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3222 | 2026-04-23T13:13:58.379Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3223 | 2026-04-23T13:14:00.229Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3224 | 2026-04-23T13:14:01.620Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3225 | 2026-04-23T13:14:03.263Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3226 | 2026-04-23T13:14:04.930Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3227 | 2026-04-23T13:14:07.956Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3228 | 2026-04-23T13:14:09.084Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3229 | 2026-04-23T13:14:10.823Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3230 | 2026-04-23T13:14:16.561Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3231 | 2026-04-23T13:14:18.714Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3232 | 2026-04-23T13:14:20.564Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3233 | 2026-04-23T13:14:22.766Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3234 | 2026-04-23T13:14:24.679Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3235 | 2026-04-23T13:14:26.479Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3236 | 2026-04-23T13:14:31.042Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3237 | 2026-04-23T13:14:32.731Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3238 | 2026-04-23T13:14:33.415Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3239 | 2026-04-23T13:14:35.236Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3240 | 2026-04-23T13:14:37.193Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3241 | 2026-04-23T13:14:39.650Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3242 | 2026-04-23T13:14:41.631Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3243 | 2026-04-23T13:14:44.417Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3244 | 2026-04-23T13:14:46.507Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3245 | 2026-04-23T13:14:49.105Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3246 | 2026-04-23T13:14:50.998Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3247 | 2026-04-23T13:14:53.186Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3248 | 2026-04-23T13:14:55.425Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3249 | 2026-04-23T13:14:57.725Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3250 | 2026-04-23T13:14:59.926Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3251 | 2026-04-23T13:15:01.825Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3252 | 2026-04-23T13:15:04.397Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3253 | 2026-04-23T13:15:06.349Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3254 | 2026-04-23T13:15:08.962Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3255 | 2026-04-23T13:15:11.373Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3256 | 2026-04-23T13:15:13.934Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3257 | 2026-04-23T13:15:16.256Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3258 | 2026-04-23T13:15:18.506Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3259 | 2026-04-23T13:15:20.975Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3260 | 2026-04-23T13:15:24.607Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3261 | 2026-04-23T13:15:26.673Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3262 | 2026-04-23T13:15:29.217Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3263 | 2026-04-23T13:15:31.861Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3264 | 2026-04-23T13:15:34.455Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3265 | 2026-04-23T13:15:37.088Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3266 | 2026-04-23T13:15:39.693Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3267 | 2026-04-23T13:15:42.307Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3268 | 2026-04-23T13:15:46.823Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3269 | 2026-04-23T13:15:48.020Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3270 | 2026-04-23T13:15:50.863Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3271 | 2026-04-23T13:15:53.687Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3272 | 2026-04-23T13:15:56.446Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3273 | 2026-04-23T13:15:59.267Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3274 | 2026-04-23T13:16:02.230Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3275 | 2026-04-23T13:16:05.046Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3276 | 2026-04-23T13:16:07.837Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3277 | 2026-04-23T13:16:10.621Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3278 | 2026-04-23T13:16:13.472Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3279 | 2026-04-23T13:16:16.608Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3280 | 2026-04-23T13:16:19.074Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3281 | 2026-04-23T13:16:22.488Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3282 | 2026-04-23T13:16:24.828Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3283 | 2026-04-23T13:16:27.773Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3284 | 2026-04-23T13:16:30.554Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3285 | 2026-04-23T13:16:33.461Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3286 | 2026-04-23T13:16:36.187Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3287 | 2026-04-23T13:16:39.865Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3288 | 2026-04-23T13:16:42.463Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3289 | 2026-04-23T13:16:45.623Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3290 | 2026-04-23T13:16:48.734Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3291 | 2026-04-23T13:16:51.768Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3292 | 2026-04-23T13:16:54.828Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3293 | 2026-04-23T13:16:57.822Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3294 | 2026-04-23T13:17:00.926Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3295 | 2026-04-23T13:17:04.081Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3296 | 2026-04-23T13:17:07.159Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3297 | 2026-04-23T13:17:10.168Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3298 | 2026-04-23T13:17:13.479Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3299 | 2026-04-23T13:17:16.370Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3300 | 2026-04-23T13:17:19.514Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3301 | 2026-04-23T13:17:22.464Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3302 | 2026-04-23T13:17:25.648Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3303 | 2026-04-23T13:17:28.871Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3304 | 2026-04-23T13:17:31.918Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3305 | 2026-04-23T13:17:35.382Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3306 | 2026-04-23T13:17:38.528Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3307 | 2026-04-23T13:17:41.689Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3308 | 2026-04-23T13:17:44.854Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3309 | 2026-04-23T13:17:48.118Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3310 | 2026-04-23T13:17:51.374Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3311 | 2026-04-23T13:17:55.078Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3312 | 2026-04-23T13:17:58.002Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3313 | 2026-04-23T13:18:01.218Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3314 | 2026-04-23T13:18:04.558Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3315 | 2026-04-23T13:18:14.046Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3316 | 2026-04-23T13:18:14.235Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3317 | 2026-04-23T13:18:19.901Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3318 | 2026-04-23T13:18:23.554Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3319 | 2026-04-23T13:18:28.123Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3320 | 2026-04-23T13:18:32.767Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3321 | 2026-04-23T13:18:37.406Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3322 | 2026-04-23T13:18:42.020Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3323 | 2026-04-23T13:18:46.674Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3324 | 2026-04-23T13:18:51.454Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3325 | 2026-04-23T13:18:56.102Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3326 | 2026-04-23T13:19:00.672Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3327 | 2026-04-23T13:19:05.351Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3328 | 2026-04-23T13:19:10.218Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3329 | 2026-04-23T13:19:14.789Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3330 | 2026-04-23T13:19:19.538Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3331 | 2026-04-23T13:19:24.222Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3332 | 2026-04-23T13:19:28.989Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3333 | 2026-04-23T13:19:33.551Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3334 | 2026-04-23T13:19:38.215Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3335 | 2026-04-23T13:19:42.898Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3336 | 2026-04-23T13:19:47.739Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3337 | 2026-04-23T13:20:25.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 18s |
| 3338 | 2026-04-23T13:20:25.256Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 192 other files |
| 3339 | 2026-04-23T13:20:25.374Z | |
| 3340 | 2026-04-23T13:20:25.377Z | real 8:18.830790336 |
| 3341 | 2026-04-23T13:20:25.377Z | user 24:08.773689380 |
| 3342 | 2026-04-23T13:20:25.377Z | sys 4:39.416081657 |
| 3343 | 2026-04-23T13:20:25.377Z | trap 0.440269037 |
| 3344 | 2026-04-23T13:20:25.377Z | tflt 0.009314057 |
| 3345 | 2026-04-23T13:20:25.377Z | dflt 0.048907724 |
| 3346 | 2026-04-23T13:20:25.377Z | kflt 0.000029163 |
| 3347 | 2026-04-23T13:20:25.377Z | lock 7:31:22.090953779 |
| 3348 | 2026-04-23T13:20:25.377Z | slp 2:45:52.606252883 |
| 3349 | 2026-04-23T13:20:25.377Z | lat 36.355341225 |
| 3350 | 2026-04-23T13:20:25.377Z | stop 2:01.928586507 |
| 3351 | 2026-04-23T13:20:25.377Z | process exited: duration 1008572 ms, exit code 0 |
| |
| 3352 | 2026-04-23T13:20:25.383Z | found 0 output files |