|
|
|
| 1 | 2026-05-27T20:24:54.591Z | job assigned to worker 01KSNHQTE11RG2QDF45W4TQ9MW [factory aws, i-04ce66a12e92e262a] (queued for 52 s) |
| |
| 2 | 2026-05-27T20:25:01.048Z | starting task 0: "setup" |
| 3 | 2026-05-27T20:25:01.052Z | ++ uname -s |
| 4 | 2026-05-27T20:25:01.055Z | + kern=SunOS |
| 5 | 2026-05-27T20:25:01.055Z | + build_user=build |
| 6 | 2026-05-27T20:25:01.055Z | + build_uid=12345 |
| 7 | 2026-05-27T20:25:01.055Z | + work_dir=/work |
| 8 | 2026-05-27T20:25:01.055Z | + input_dir=/input |
| 9 | 2026-05-27T20:25:01.055Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-27T20:25:01.055Z | + case "$kern" in |
| 11 | 2026-05-27T20:25:01.055Z | + groupadd -g 12345 build |
| 12 | 2026-05-27T20:25:01.063Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-27T20:25:03.070Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-27T20:25:03.130Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-27T20:25:03.133Z | + home_fs=zfs |
| 16 | 2026-05-27T20:25:03.134Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-27T20:25:03.134Z | + mkdir -p /home/build |
| 18 | 2026-05-27T20:25:03.134Z | + chown build:build /home/build /work |
| 19 | 2026-05-27T20:25:05.134Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-27T20:25:05.137Z | process exited: duration 4091 ms, exit code 0 |
| |
| 21 | 2026-05-27T20:25:05.143Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-27T20:25:05.148Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-27T20:25:05.148Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-27T20:25:05.148Z | * rust toolchain profile = "default" |
| 25 | 2026-05-27T20:25:05.148Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-27T20:25:05.148Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-27T20:25:05.148Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-27T20:25:05.151Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-27T20:25:05.151Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-27T20:25:05.258Z | info: downloading installer |
| 31 | 2026-05-27T20:25:06.931Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-27T20:25:06.931Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-27T20:25:06.931Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-27T20:25:06.931Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-27T20:25:06.943Z | info: profile set to default |
| 36 | 2026-05-27T20:25:06.943Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-27T20:25:06.946Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-27T20:25:07.081Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-27T20:25:07.084Z | info: downloading 6 components |
| 40 | 2026-05-27T20:25:21.218Z | |
| 41 | 2026-05-27T20:25:21.218Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-27T20:25:21.264Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-27T20:25:21.264Z | |
| 44 | 2026-05-27T20:25:21.264Z | |
| 45 | 2026-05-27T20:25:21.264Z | Rust is installed now. Great! |
| 46 | 2026-05-27T20:25:21.264Z | |
| 47 | 2026-05-27T20:25:21.264Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-27T20:25:21.264Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-27T20:25:21.264Z | |
| 50 | 2026-05-27T20:25:21.264Z | To configure your current shell, you need to source |
| 51 | 2026-05-27T20:25:21.264Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-27T20:25:21.264Z | |
| 53 | 2026-05-27T20:25:21.264Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-27T20:25:21.264Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-27T20:25:21.264Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-27T20:25:21.264Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-27T20:25:21.264Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-27T20:25:21.264Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-27T20:25:21.264Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-27T20:25:21.267Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-27T20:25:21.267Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-27T20:25:21.343Z | + rustup --version |
| 63 | 2026-05-27T20:25:21.352Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-27T20:25:21.354Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-27T20:25:21.382Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-27T20:25:21.382Z | + cargo --version |
| 67 | 2026-05-27T20:25:21.389Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-27T20:25:21.391Z | + rustc --version |
| 69 | 2026-05-27T20:25:21.411Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-27T20:25:21.414Z | process exited: duration 16270 ms, exit code 0 |
| |
| 71 | 2026-05-27T20:25:21.419Z | starting task 2: "authentication" |
| 72 | 2026-05-27T20:25:21.436Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-27T20:25:21.443Z | starting task 3: "clone repository" |
| 74 | 2026-05-27T20:25:21.447Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-27T20:25:21.450Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-27T20:25:21.486Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-27T20:25:33.056Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-27T20:25:33.056Z | + git fetch origin 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 79 | 2026-05-27T20:25:33.347Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-27T20:25:33.347Z | * branch 3787f56bbc7176786e16f0d649a565d5c4013587 -> FETCH_HEAD |
| 81 | 2026-05-27T20:25:33.356Z | + [[ -n sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 82 | 2026-05-27T20:25:33.361Z | ++ git branch --show-current |
| 83 | 2026-05-27T20:25:33.361Z | + current=main |
| 84 | 2026-05-27T20:25:33.361Z | + [[ main != sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback ]] |
| 85 | 2026-05-27T20:25:33.361Z | + git branch -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 86 | 2026-05-27T20:25:33.364Z | + git checkout -f sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback |
| 87 | 2026-05-27T20:25:33.543Z | Switched to branch 'sunshowers/spr/2n-ls-apis-return-walked-dependencies-instead-of-using-a-callback' |
| 88 | 2026-05-27T20:25:33.548Z | + git reset --hard 3787f56bbc7176786e16f0d649a565d5c4013587 |
| 89 | 2026-05-27T20:25:33.720Z | HEAD is now at 3787f56bb switch to IdOrdMap |
| 90 | 2026-05-27T20:25:33.724Z | process exited: duration 12276 ms, exit code 0 |
| |
| 91 | 2026-05-27T20:25:33.736Z | starting task 4: "build" |
| 92 | 2026-05-27T20:25:33.741Z | + source ./env.sh |
| 93 | 2026-05-27T20:25:33.741Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-27T20:25:33.741Z | ++ set -o xtrace |
| 95 | 2026-05-27T20:25:33.744Z | ++++ dirname ./env.sh |
| 96 | 2026-05-27T20:25:33.752Z | +++ readlink -f . |
| 97 | 2026-05-27T20:25:33.758Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-27T20:25:33.758Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-27T20:25:33.758Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-27T20:25:33.758Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-27T20:25:33.758Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-27T20:25:33.758Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-27T20:25:33.758Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-27T20:25:33.758Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-27T20:25:33.758Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-27T20:25:33.758Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-27T20:25:33.758Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-27T20:25:33.758Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-27T20:25:33.758Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-27T20:25:33.758Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-27T20:25:33.758Z | + cargo --version |
| 112 | 2026-05-27T20:25:33.767Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-27T20:25:33.772Z | + rustc --version |
| 114 | 2026-05-27T20:25:33.791Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-27T20:25:33.794Z | + banner prerequisites |
| 116 | 2026-05-27T20:25:33.796Z | |
| 117 | 2026-05-27T20:25:33.797Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-27T20:25:33.797Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-27T20:25:33.797Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-27T20:25:33.797Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-27T20:25:33.797Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-27T20:25:33.797Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-27T20:25:33.797Z | |
| 124 | 2026-05-27T20:25:33.797Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-27T20:25:35.533Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-27T20:25:35.589Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-27T20:25:35.853Z | Planning: Solver setup ... Done (0.229s) |
| 128 | 2026-05-27T20:25:35.873Z | Planning: Running solver ... Done (0.020s) |
| 129 | 2026-05-27T20:25:35.882Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-27T20:25:35.893Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-27T20:25:35.909Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-27T20:25:35.922Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-27T20:25:35.925Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-27T20:25:36.113Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 135 | 2026-05-27T20:25:36.116Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-27T20:25:36.909Z | Planning: Evaluating mediators ... Done (0.795s) |
| 137 | 2026-05-27T20:25:36.914Z | Planning: Planning completed in 1.30 seconds |
| 138 | 2026-05-27T20:25:36.918Z | Packages to install: 2 |
| 139 | 2026-05-27T20:25:36.921Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-27T20:25:36.921Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-27T20:25:36.921Z | Create boot environment: No |
| 142 | 2026-05-27T20:25:36.921Z | Create backup boot environment: No |
| 143 | 2026-05-27T20:25:36.921Z | Rebuild boot archive: No |
| 144 | 2026-05-27T20:25:36.921Z | |
| 145 | 2026-05-27T20:25:36.921Z | Changed packages: |
| 146 | 2026-05-27T20:25:36.921Z | helios |
| 147 | 2026-05-27T20:25:36.921Z | developer/build-essential |
| 148 | 2026-05-27T20:25:36.921Z | None -> 11-3.0 |
| 149 | 2026-05-27T20:25:36.921Z | library/libxmlsec1 |
| 150 | 2026-05-27T20:25:36.921Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-27T20:25:36.943Z | |
| 152 | 2026-05-27T20:25:36.943Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-27T20:25:37.465Z | Download: Completed 1.28 MB in 0.52 seconds (2.5M/s) |
| 154 | 2026-05-27T20:25:37.529Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-27T20:25:37.567Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-27T20:25:37.601Z | Finalize: Updating package state database ... Done (0.033s) |
| 157 | 2026-05-27T20:25:37.603Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-27T20:25:37.619Z | Finalize: Updating image state ... Done (0.019s) |
| 159 | 2026-05-27T20:25:40.001Z | Finalize: Creating fast lookup database ... Done (2.359s) |
| 160 | 2026-05-27T20:25:40.068Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-27T20:25:40.071Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-27T20:25:40.175Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-27T20:25:40.478Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-27T20:25:40.587Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-27T20:25:40.596Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-27T20:25:40.749Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-27T20:25:40.752Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-27T20:25:40.772Z | Mediators to change: 2 |
| 169 | 2026-05-27T20:25:40.772Z | Create boot environment: No |
| 170 | 2026-05-27T20:25:40.772Z | Create backup boot environment: No |
| 171 | 2026-05-27T20:25:40.833Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-27T20:25:40.833Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-27T20:25:40.843Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-27T20:25:42.818Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-27T20:25:42.883Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-27T20:25:42.886Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-27T20:25:42.971Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-27T20:25:43.255Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-27T20:25:43.362Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-27T20:25:43.366Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-27T20:25:43.522Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-27T20:25:43.527Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-27T20:25:43.546Z | Mediators to change: 1 |
| 184 | 2026-05-27T20:25:43.546Z | Create boot environment: No |
| 185 | 2026-05-27T20:25:43.546Z | Create backup boot environment: No |
| 186 | 2026-05-27T20:25:43.597Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-27T20:25:43.597Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-27T20:25:43.608Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-27T20:25:45.594Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-27T20:25:45.656Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-27T20:25:45.660Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-27T20:25:45.733Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-27T20:25:46.050Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-27T20:25:46.050Z | apache system 2.4 system |
| 195 | 2026-05-27T20:25:46.050Z | clang system 15 system |
| 196 | 2026-05-27T20:25:46.050Z | csh system system illumos |
| 197 | 2026-05-27T20:25:46.050Z | ctags system system illumos |
| 198 | 2026-05-27T20:25:46.050Z | file vendor vendor darwinsys |
| 199 | 2026-05-27T20:25:46.050Z | file system system illumos |
| 200 | 2026-05-27T20:25:46.050Z | gcc vendor 14 vendor |
| 201 | 2026-05-27T20:25:46.050Z | gcc system 13 system |
| 202 | 2026-05-27T20:25:46.050Z | gcc system 10 system |
| 203 | 2026-05-27T20:25:46.050Z | go system 1.25 system |
| 204 | 2026-05-27T20:25:46.050Z | llvm system 15 system |
| 205 | 2026-05-27T20:25:46.050Z | mariadb system 11.4 system |
| 206 | 2026-05-27T20:25:46.050Z | mta vendor vendor dma |
| 207 | 2026-05-27T20:25:46.051Z | openjdk system 17 system |
| 208 | 2026-05-27T20:25:46.051Z | openjdk system 11 system |
| 209 | 2026-05-27T20:25:46.051Z | openssl vendor 3 vendor |
| 210 | 2026-05-27T20:25:46.051Z | perl system 5.40 system |
| 211 | 2026-05-27T20:25:46.051Z | postgresql system 18 system |
| 212 | 2026-05-27T20:25:46.051Z | postgresql system 17 system |
| 213 | 2026-05-27T20:25:46.051Z | python vendor 3 vendor |
| 214 | 2026-05-27T20:25:46.051Z | python system 2 system |
| 215 | 2026-05-27T20:25:46.051Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-27T20:25:46.051Z | ruby system 3.4 system |
| 217 | 2026-05-27T20:25:46.051Z | ruby system 3.0 system |
| 218 | 2026-05-27T20:25:46.051Z | words vendor vendor american-english |
| 219 | 2026-05-27T20:25:46.051Z | words system system australian-english |
| 220 | 2026-05-27T20:25:46.051Z | words system system british-english |
| 221 | 2026-05-27T20:25:46.051Z | words system system canadian-english |
| 222 | 2026-05-27T20:25:46.051Z | words system system french |
| 223 | 2026-05-27T20:25:46.051Z | words system system italian |
| 224 | 2026-05-27T20:25:46.051Z | words system system ngerman |
| 225 | 2026-05-27T20:25:46.051Z | words system system ogerman |
| 226 | 2026-05-27T20:25:46.051Z | words system system spanish |
| 227 | 2026-05-27T20:25:46.308Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-27T20:25:46.308Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-27T20:25:46.591Z | FMRI IFO |
| 230 | 2026-05-27T20:25:46.591Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-27T20:25:46.591Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-27T20:25:46.591Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-27T20:25:46.591Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-27T20:25:46.591Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-27T20:25:46.591Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-27T20:25:46.591Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-27T20:25:46.591Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-27T20:25:46.591Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-27T20:25:46.842Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-27T20:25:47.107Z | Updating crates.io index |
| 241 | 2026-05-27T20:25:47.110Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-27T20:25:47.363Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-27T20:25:48.215Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-27T20:25:48.868Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-27T20:25:49.694Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-27T20:25:50.183Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-27T20:25:51.991Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-27T20:25:52.759Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-27T20:25:53.062Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-27T20:25:53.831Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-27T20:25:54.161Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-27T20:25:54.597Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-27T20:25:54.910Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-27T20:25:55.931Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-27T20:25:56.395Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-27T20:25:56.636Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-27T20:25:56.957Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-27T20:25:57.267Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-27T20:25:57.643Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-27T20:25:57.976Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-27T20:25:58.199Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-27T20:25:58.495Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-27T20:25:58.896Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-27T20:26:00.372Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-27T20:26:00.395Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-27T20:26:00.404Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-27T20:26:00.764Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-27T20:26:01.074Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-27T20:26:01.404Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-27T20:26:02.537Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-27T20:26:03.343Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-27T20:26:03.656Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-27T20:26:03.985Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-27T20:26:04.447Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-27T20:26:04.733Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-27T20:26:05.086Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-27T20:26:05.498Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-27T20:26:05.776Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-27T20:26:06.083Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-27T20:26:06.376Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-27T20:26:17.922Z | Downloading crates ... |
| 282 | 2026-05-27T20:26:18.200Z | Downloaded autocfg v1.5.0 |
| 283 | 2026-05-27T20:26:18.200Z | Downloaded colorchoice v1.0.4 |
| 284 | 2026-05-27T20:26:18.200Z | Downloaded pest_generator v2.8.6 |
| 285 | 2026-05-27T20:26:18.200Z | Downloaded smawk v0.3.2 |
| 286 | 2026-05-27T20:26:18.200Z | Downloaded clap_derive v4.5.55 |
| 287 | 2026-05-27T20:26:18.200Z | Downloaded cfg-if v1.0.4 |
| 288 | 2026-05-27T20:26:18.200Z | Downloaded camino v1.2.2 |
| 289 | 2026-05-27T20:26:18.200Z | Downloaded displaydoc v0.2.5 |
| 290 | 2026-05-27T20:26:18.200Z | Downloaded textwrap v0.16.2 |
| 291 | 2026-05-27T20:26:18.200Z | Downloaded zmij v1.0.21 |
| 292 | 2026-05-27T20:26:18.200Z | Downloaded usdt v0.5.0 |
| 293 | 2026-05-27T20:26:18.200Z | Downloaded anstream v0.6.21 |
| 294 | 2026-05-27T20:26:18.200Z | Downloaded proc-macro-error v1.0.4 |
| 295 | 2026-05-27T20:26:18.200Z | Downloaded zerovec-derive v0.11.2 |
| 296 | 2026-05-27T20:26:18.200Z | Downloaded fnv v1.0.7 |
| 297 | 2026-05-27T20:26:18.201Z | Downloaded errno v0.3.14 |
| 298 | 2026-05-27T20:26:18.201Z | Downloaded zerocopy-derive v0.7.35 |
| 299 | 2026-05-27T20:26:18.201Z | Downloaded icu_normalizer v2.1.1 |
| 300 | 2026-05-27T20:26:18.201Z | Downloaded utf8_iter v1.0.4 |
| 301 | 2026-05-27T20:26:18.201Z | Downloaded semver v1.0.28 |
| 302 | 2026-05-27T20:26:18.201Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2026-05-27T20:26:18.201Z | Downloaded typeid v1.0.3 |
| 304 | 2026-05-27T20:26:18.201Z | Downloaded toml_datetime v0.6.11 |
| 305 | 2026-05-27T20:26:18.201Z | Downloaded thread-id v4.2.2 |
| 306 | 2026-05-27T20:26:18.201Z | Downloaded zerofrom-derive v0.1.6 |
| 307 | 2026-05-27T20:26:18.201Z | Downloaded utf8parse v0.2.2 |
| 308 | 2026-05-27T20:26:18.201Z | Downloaded thiserror v1.0.69 |
| 309 | 2026-05-27T20:26:18.201Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2026-05-27T20:26:18.201Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2026-05-27T20:26:18.201Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-05-27T20:26:18.201Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2026-05-27T20:26:18.237Z | Downloaded thiserror v2.0.18 |
| 314 | 2026-05-27T20:26:18.237Z | Downloaded yoke-derive v0.8.1 |
| 315 | 2026-05-27T20:26:18.238Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-05-27T20:26:18.238Z | Downloaded heck v0.5.0 |
| 317 | 2026-05-27T20:26:18.238Z | Downloaded version_check v0.9.5 |
| 318 | 2026-05-27T20:26:18.238Z | Downloaded idna v1.1.0 |
| 319 | 2026-05-27T20:26:18.238Z | Downloaded yoke v0.8.1 |
| 320 | 2026-05-27T20:26:18.238Z | Downloaded thiserror-impl v2.0.18 |
| 321 | 2026-05-27T20:26:18.238Z | Downloaded unicode-ident v1.0.24 |
| 322 | 2026-05-27T20:26:18.238Z | Downloaded strsim v0.11.1 |
| 323 | 2026-05-27T20:26:18.238Z | Downloaded unicode-xid v0.2.6 |
| 324 | 2026-05-27T20:26:18.238Z | Downloaded pest_derive v2.8.6 |
| 325 | 2026-05-27T20:26:18.238Z | Downloaded toml v0.8.23 |
| 326 | 2026-05-27T20:26:18.238Z | Downloaded tinystr v0.8.2 |
| 327 | 2026-05-27T20:26:18.238Z | Downloaded idna_adapter v1.2.1 |
| 328 | 2026-05-27T20:26:18.238Z | Downloaded pretty-hex v0.4.1 |
| 329 | 2026-05-27T20:26:18.238Z | Downloaded generic-array v0.14.7 |
| 330 | 2026-05-27T20:26:18.238Z | Downloaded toml_write v0.1.2 |
| 331 | 2026-05-27T20:26:18.249Z | Downloaded percent-encoding v2.3.2 |
| 332 | 2026-05-27T20:26:18.249Z | Downloaded serde-value v0.7.0 |
| 333 | 2026-05-27T20:26:18.249Z | Downloaded dof v0.3.0 |
| 334 | 2026-05-27T20:26:18.249Z | Downloaded serde_spanned v0.6.9 |
| 335 | 2026-05-27T20:26:18.249Z | Downloaded crypto-common v0.1.7 |
| 336 | 2026-05-27T20:26:18.249Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-05-27T20:26:18.249Z | Downloaded plain v0.2.3 |
| 338 | 2026-05-27T20:26:18.249Z | Downloaded equivalent v1.0.2 |
| 339 | 2026-05-27T20:26:18.249Z | Downloaded stable_deref_trait v1.2.1 |
| 340 | 2026-05-27T20:26:18.249Z | Downloaded zerotrie v0.2.3 |
| 341 | 2026-05-27T20:26:18.249Z | Downloaded writeable v0.6.2 |
| 342 | 2026-05-27T20:26:18.249Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-05-27T20:26:18.249Z | Downloaded anstyle-query v1.1.5 |
| 344 | 2026-05-27T20:26:18.249Z | Downloaded ordered-float v2.10.1 |
| 345 | 2026-05-27T20:26:18.249Z | Downloaded macaddr v1.0.1 |
| 346 | 2026-05-27T20:26:18.249Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2026-05-27T20:26:18.249Z | Downloaded typenum v1.19.0 |
| 348 | 2026-05-27T20:26:18.249Z | Downloaded cargo-platform v0.2.0 |
| 349 | 2026-05-27T20:26:18.249Z | Downloaded sha2 v0.10.9 |
| 350 | 2026-05-27T20:26:18.250Z | Downloaded scroll v0.12.0 |
| 351 | 2026-05-27T20:26:18.250Z | Downloaded toml_edit v0.22.27 |
| 352 | 2026-05-27T20:26:18.250Z | Downloaded url v2.5.8 |
| 353 | 2026-05-27T20:26:18.250Z | Downloaded heck v0.4.1 |
| 354 | 2026-05-27T20:26:18.250Z | Downloaded is_terminal_polyfill v1.70.2 |
| 355 | 2026-05-27T20:26:18.250Z | Downloaded potential_utf v0.1.4 |
| 356 | 2026-05-27T20:26:18.250Z | Downloaded block-buffer v0.10.4 |
| 357 | 2026-05-27T20:26:18.250Z | Downloaded zerocopy v0.7.35 |
| 358 | 2026-05-27T20:26:18.250Z | Downloaded zerovec v0.11.5 |
| 359 | 2026-05-27T20:26:18.250Z | Downloaded memmap v0.7.0 |
| 360 | 2026-05-27T20:26:18.250Z | Downloaded clap_lex v1.0.0 |
| 361 | 2026-05-27T20:26:18.250Z | Downloaded winnow v0.7.14 |
| 362 | 2026-05-27T20:26:18.250Z | Downloaded swrite v0.1.0 |
| 363 | 2026-05-27T20:26:18.250Z | Downloaded cpufeatures v0.2.17 |
| 364 | 2026-05-27T20:26:18.250Z | Downloaded tabled_derive v0.7.0 |
| 365 | 2026-05-27T20:26:18.250Z | Downloaded unicode-width v0.2.0 |
| 366 | 2026-05-27T20:26:18.250Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-05-27T20:26:18.250Z | Downloaded erased-serde v0.4.9 |
| 368 | 2026-05-27T20:26:18.250Z | Downloaded digest v0.10.7 |
| 369 | 2026-05-27T20:26:18.250Z | Downloaded bytecount v0.6.9 |
| 370 | 2026-05-27T20:26:18.250Z | Downloaded once_cell v1.21.3 |
| 371 | 2026-05-27T20:26:18.250Z | Downloaded icu_locale_core v2.1.1 |
| 372 | 2026-05-27T20:26:18.251Z | Downloaded serde v1.0.228 |
| 373 | 2026-05-27T20:26:18.251Z | Downloaded bitflags v2.11.0 |
| 374 | 2026-05-27T20:26:18.251Z | Downloaded serde_tokenstream v0.2.3 |
| 375 | 2026-05-27T20:26:18.251Z | Downloaded serde-untagged v0.1.9 |
| 376 | 2026-05-27T20:26:18.251Z | Downloaded fastrand v2.3.0 |
| 377 | 2026-05-27T20:26:18.251Z | Downloaded cargo_metadata v0.21.0 |
| 378 | 2026-05-27T20:26:18.251Z | Downloaded anstyle-parse v0.2.7 |
| 379 | 2026-05-27T20:26:18.251Z | Downloaded synstructure v0.13.2 |
| 380 | 2026-05-27T20:26:18.251Z | Downloaded itoa v1.0.17 |
| 381 | 2026-05-27T20:26:18.251Z | Downloaded scroll_derive v0.12.1 |
| 382 | 2026-05-27T20:26:18.251Z | Downloaded form_urlencoded v1.2.2 |
| 383 | 2026-05-27T20:26:18.251Z | Downloaded terminal_size v0.4.3 |
| 384 | 2026-05-27T20:26:18.251Z | Downloaded byteorder v1.5.0 |
| 385 | 2026-05-27T20:26:18.251Z | Downloaded camino-tempfile v1.4.1 |
| 386 | 2026-05-27T20:26:18.251Z | Downloaded quote v1.0.45 |
| 387 | 2026-05-27T20:26:18.251Z | Downloaded tempfile v3.25.0 |
| 388 | 2026-05-27T20:26:18.251Z | Downloaded fs-err v3.3.0 |
| 389 | 2026-05-27T20:26:18.251Z | Downloaded litemap v0.8.1 |
| 390 | 2026-05-27T20:26:18.251Z | Downloaded cargo-util-schemas v0.8.2 |
| 391 | 2026-05-27T20:26:18.251Z | Downloaded anstyle v1.0.13 |
| 392 | 2026-05-27T20:26:18.251Z | Downloaded cargo_toml v0.21.0 |
| 393 | 2026-05-27T20:26:18.251Z | Downloaded serde_derive v1.0.228 |
| 394 | 2026-05-27T20:26:18.251Z | Downloaded proc-macro2 v1.0.106 |
| 395 | 2026-05-27T20:26:18.251Z | Downloaded icu_properties v2.1.2 |
| 396 | 2026-05-27T20:26:18.251Z | Downloaded log v0.4.29 |
| 397 | 2026-05-27T20:26:18.251Z | Downloaded smallvec v1.15.1 |
| 398 | 2026-05-27T20:26:18.251Z | Downloaded num-traits v0.2.19 |
| 399 | 2026-05-27T20:26:18.251Z | Downloaded clap v4.5.60 |
| 400 | 2026-05-27T20:26:18.252Z | Downloaded icu_provider v2.1.1 |
| 401 | 2026-05-27T20:26:18.252Z | Downloaded getrandom v0.4.1 |
| 402 | 2026-05-27T20:26:18.252Z | Downloaded papergrid v0.11.0 |
| 403 | 2026-05-27T20:26:18.252Z | Downloaded anyhow v1.0.102 |
| 404 | 2026-05-27T20:26:18.252Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-05-27T20:26:18.252Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-05-27T20:26:18.252Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-05-27T20:26:18.252Z | Downloaded pest v2.8.6 |
| 408 | 2026-05-27T20:26:18.252Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-27T20:26:18.252Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-27T20:26:18.252Z | Downloaded icu_properties_data v2.1.2 |
| 411 | 2026-05-27T20:26:18.252Z | Downloaded serde_json v1.0.149 |
| 412 | 2026-05-27T20:26:18.252Z | Downloaded icu_collections v2.1.1 |
| 413 | 2026-05-27T20:26:18.252Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-27T20:26:18.252Z | Downloaded clap_builder v4.5.60 |
| 415 | 2026-05-27T20:26:18.252Z | Downloaded goblin v0.8.2 |
| 416 | 2026-05-27T20:26:18.252Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-27T20:26:18.252Z | Downloaded tabled v0.15.0 |
| 418 | 2026-05-27T20:26:18.287Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-27T20:26:18.304Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-27T20:26:18.323Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-27T20:26:18.422Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-27T20:26:18.422Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-27T20:26:18.436Z | Compiling quote v1.0.45 |
| 424 | 2026-05-27T20:26:18.436Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-27T20:26:18.436Z | Compiling libc v0.2.185 |
| 426 | 2026-05-27T20:26:18.436Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-27T20:26:18.436Z | Compiling serde v1.0.228 |
| 428 | 2026-05-27T20:26:18.444Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-27T20:26:18.692Z | Compiling stable_deref_trait v1.2.1 |
| 430 | 2026-05-27T20:26:18.769Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-27T20:26:18.908Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-27T20:26:19.119Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-27T20:26:19.123Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-27T20:26:19.329Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-27T20:26:19.405Z | Compiling pest v2.8.6 |
| 436 | 2026-05-27T20:26:19.429Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-27T20:26:19.519Z | Compiling writeable v0.6.2 |
| 438 | 2026-05-27T20:26:19.526Z | Compiling byteorder v1.5.0 |
| 439 | 2026-05-27T20:26:19.612Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-27T20:26:19.642Z | Compiling rustix v1.1.3 |
| 441 | 2026-05-27T20:26:19.791Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-27T20:26:19.963Z | Compiling syn v2.0.117 |
| 443 | 2026-05-27T20:26:20.053Z | Compiling errno v0.3.14 |
| 444 | 2026-05-27T20:26:20.068Z | Compiling bitflags v2.11.0 |
| 445 | 2026-05-27T20:26:20.085Z | Compiling serde_json v1.0.149 |
| 446 | 2026-05-27T20:26:20.304Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-27T20:26:20.364Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-27T20:26:20.379Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-27T20:26:20.441Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-27T20:26:20.584Z | Compiling typeid v1.0.3 |
| 451 | 2026-05-27T20:26:20.646Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-27T20:26:20.916Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-27T20:26:20.957Z | Compiling usdt-impl v0.5.0 |
| 454 | 2026-05-27T20:26:21.017Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-27T20:26:21.048Z | Compiling winnow v0.7.14 |
| 456 | 2026-05-27T20:26:21.185Z | Compiling erased-serde v0.4.9 |
| 457 | 2026-05-27T20:26:21.199Z | Compiling indexmap v2.14.0 |
| 458 | 2026-05-27T20:26:21.238Z | Compiling syn v1.0.109 |
| 459 | 2026-05-27T20:26:21.440Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-27T20:26:21.718Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-27T20:26:21.836Z | Compiling log v0.4.29 |
| 462 | 2026-05-27T20:26:21.920Z | Compiling camino v1.2.2 |
| 463 | 2026-05-27T20:26:22.041Z | Compiling thiserror v2.0.18 |
| 464 | 2026-05-27T20:26:22.157Z | Compiling plain v0.2.3 |
| 465 | 2026-05-27T20:26:22.267Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-05-27T20:26:22.285Z | Compiling utf8parse v0.2.2 |
| 467 | 2026-05-27T20:26:22.300Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-27T20:26:22.426Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-27T20:26:22.465Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-27T20:26:22.495Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-27T20:26:22.549Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-27T20:26:22.652Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-27T20:26:22.670Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-27T20:26:22.767Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-27T20:26:22.911Z | Compiling anstyle-query v1.1.5 |
| 476 | 2026-05-27T20:26:23.011Z | Compiling pretty-hex v0.4.1 |
| 477 | 2026-05-27T20:26:23.030Z | Compiling cfg-if v1.0.4 |
| 478 | 2026-05-27T20:26:23.053Z | Compiling colorchoice v1.0.4 |
| 479 | 2026-05-27T20:26:23.105Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-27T20:26:23.153Z | Compiling anstyle v1.0.13 |
| 481 | 2026-05-27T20:26:23.204Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-27T20:26:23.293Z | Compiling semver v1.0.28 |
| 483 | 2026-05-27T20:26:23.347Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-27T20:26:23.449Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-27T20:26:23.464Z | Compiling clap_lex v1.0.0 |
| 486 | 2026-05-27T20:26:23.918Z | Compiling fastrand v2.3.0 |
| 487 | 2026-05-27T20:26:23.918Z | Compiling unicode-width v0.1.14 |
| 488 | 2026-05-27T20:26:23.918Z | Compiling fnv v1.0.7 |
| 489 | 2026-05-27T20:26:23.918Z | Compiling bytecount v0.6.9 |
| 490 | 2026-05-27T20:26:23.918Z | Compiling unicode-xid v0.2.6 |
| 491 | 2026-05-27T20:26:23.918Z | Compiling anyhow v1.0.102 |
| 492 | 2026-05-27T20:26:23.918Z | Compiling heck v0.4.1 |
| 493 | 2026-05-27T20:26:23.918Z | Compiling strsim v0.11.1 |
| 494 | 2026-05-27T20:26:23.918Z | Compiling once_cell v1.21.3 |
| 495 | 2026-05-27T20:26:24.036Z | Compiling heck v0.5.0 |
| 496 | 2026-05-27T20:26:24.090Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-27T20:26:24.117Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-27T20:26:24.189Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-27T20:26:24.291Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-27T20:26:24.327Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-27T20:26:24.370Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-27T20:26:24.465Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-27T20:26:24.483Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-27T20:26:24.685Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-27T20:26:25.818Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-27T20:26:25.826Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-27T20:26:25.826Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-27T20:26:25.826Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-27T20:26:25.826Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-27T20:26:25.906Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-27T20:26:26.088Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-27T20:26:26.106Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-27T20:26:26.328Z | Compiling scroll v0.12.0 |
| 514 | 2026-05-27T20:26:26.414Z | Compiling thiserror-impl v2.0.18 |
| 515 | 2026-05-27T20:26:26.500Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-05-27T20:26:26.602Z | Compiling tinystr v0.8.2 |
| 517 | 2026-05-27T20:26:26.621Z | Compiling potential_utf v0.1.4 |
| 518 | 2026-05-27T20:26:26.792Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-05-27T20:26:26.819Z | Compiling icu_collections v2.1.1 |
| 520 | 2026-05-27T20:26:26.862Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-05-27T20:26:27.074Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-27T20:26:27.151Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-27T20:26:27.325Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-27T20:26:27.614Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-27T20:26:27.688Z | Compiling unicode-width v0.2.0 |
| 526 | 2026-05-27T20:26:27.774Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-05-27T20:26:27.787Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-27T20:26:27.815Z | Compiling dof v0.3.0 |
| 529 | 2026-05-27T20:26:27.959Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-27T20:26:28.057Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-27T20:26:28.057Z | Compiling toml_edit v0.22.27 |
| 532 | 2026-05-27T20:26:28.129Z | Compiling serde_tokenstream v0.2.3 |
| 533 | 2026-05-27T20:26:28.378Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-27T20:26:28.421Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-27T20:26:28.524Z | Compiling smawk v0.3.2 |
| 536 | 2026-05-27T20:26:28.653Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-27T20:26:28.663Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-27T20:26:28.709Z | Compiling macaddr v1.0.1 |
| 539 | 2026-05-27T20:26:28.734Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-27T20:26:28.883Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-27T20:26:28.932Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-05-27T20:26:29.025Z | Compiling idna v1.1.0 |
| 543 | 2026-05-27T20:26:29.208Z | Compiling textwrap v0.16.2 |
| 544 | 2026-05-27T20:26:29.219Z | Compiling clap v4.5.60 |
| 545 | 2026-05-27T20:26:29.399Z | Compiling toml v0.8.23 |
| 546 | 2026-05-27T20:26:29.453Z | Compiling url v2.5.8 |
| 547 | 2026-05-27T20:26:29.542Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-27T20:26:29.772Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-27T20:26:30.028Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-27T20:26:30.197Z | Compiling swrite v0.1.0 |
| 551 | 2026-05-27T20:26:30.215Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-27T20:26:30.399Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-27T20:26:30.988Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-27T20:26:31.915Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-27T20:26:33.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.32s |
| 556 | 2026-05-27T20:26:34.227Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-27T20:26:34.785Z | Downloading crates ... |
| 558 | 2026-05-27T20:26:34.910Z | Downloaded aead v0.5.2 |
| 559 | 2026-05-27T20:26:34.916Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-05-27T20:26:34.916Z | Downloaded backoff v0.4.0 |
| 561 | 2026-05-27T20:26:34.916Z | Downloaded crossbeam-utils v0.8.21 |
| 562 | 2026-05-27T20:26:34.916Z | Downloaded darling_macro v0.13.4 |
| 563 | 2026-05-27T20:26:34.917Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 564 | 2026-05-27T20:26:34.917Z | Downloaded crc32fast v1.5.0 |
| 565 | 2026-05-27T20:26:34.917Z | Downloaded dtrace-parser v0.3.0 |
| 566 | 2026-05-27T20:26:34.917Z | Downloaded crc-catalog v2.4.0 |
| 567 | 2026-05-27T20:26:34.917Z | Downloaded darling_macro v0.23.0 |
| 568 | 2026-05-27T20:26:34.917Z | Downloaded cbc v0.1.2 |
| 569 | 2026-05-27T20:26:34.917Z | Downloaded float-ord v0.3.2 |
| 570 | 2026-05-27T20:26:34.917Z | Downloaded flagset v0.4.7 |
| 571 | 2026-05-27T20:26:34.917Z | Downloaded atomicwrites v0.4.4 |
| 572 | 2026-05-27T20:26:34.917Z | Downloaded fd-lock v4.0.4 |
| 573 | 2026-05-27T20:26:34.919Z | Downloaded downcast-rs v2.0.2 |
| 574 | 2026-05-27T20:26:34.919Z | Downloaded console v0.15.11 |
| 575 | 2026-05-27T20:26:34.919Z | Downloaded cassowary v0.3.0 |
| 576 | 2026-05-27T20:26:34.919Z | Downloaded defmt v0.3.100 |
| 577 | 2026-05-27T20:26:34.920Z | Downloaded cancel-safe-futures v0.1.5 |
| 578 | 2026-05-27T20:26:34.920Z | Downloaded env_logger v0.11.9 |
| 579 | 2026-05-27T20:26:34.923Z | Downloaded async-bb8-diesel v0.2.1 |
| 580 | 2026-05-27T20:26:34.923Z | Downloaded darling v0.13.4 |
| 581 | 2026-05-27T20:26:34.925Z | Downloaded diesel-dtrace v0.5.0 |
| 582 | 2026-05-27T20:26:34.927Z | Downloaded darling v0.23.0 |
| 583 | 2026-05-27T20:26:34.929Z | Downloaded cookie v0.18.1 |
| 584 | 2026-05-27T20:26:34.932Z | Downloaded async-trait v0.1.89 |
| 585 | 2026-05-27T20:26:34.934Z | Downloaded derive_more-impl v2.1.1 |
| 586 | 2026-05-27T20:26:34.936Z | Downloaded castaway v0.2.4 |
| 587 | 2026-05-27T20:26:34.942Z | Downloaded embedded-io v0.6.1 |
| 588 | 2026-05-27T20:26:34.944Z | Downloaded corncobs v0.1.4 |
| 589 | 2026-05-27T20:26:34.944Z | Downloaded ar_archive_writer v0.5.1 |
| 590 | 2026-05-27T20:26:34.947Z | Downloaded darling v0.20.11 |
| 591 | 2026-05-27T20:26:34.949Z | Downloaded crossbeam-channel v0.5.15 |
| 592 | 2026-05-27T20:26:34.951Z | Downloaded dyn-clone v1.0.20 |
| 593 | 2026-05-27T20:26:34.954Z | Downloaded embedded-io v0.4.0 |
| 594 | 2026-05-27T20:26:34.954Z | Downloaded cstr-argument v0.1.2 |
| 595 | 2026-05-27T20:26:34.956Z | Downloaded dunce v1.0.5 |
| 596 | 2026-05-27T20:26:34.956Z | Downloaded darling_macro v0.21.3 |
| 597 | 2026-05-27T20:26:34.956Z | Downloaded argon2 v0.5.3 |
| 598 | 2026-05-27T20:26:34.959Z | Downloaded cpufeatures v0.3.0 |
| 599 | 2026-05-27T20:26:34.960Z | Downloaded bitfield-struct v0.6.2 |
| 600 | 2026-05-27T20:26:34.962Z | Downloaded array-init v0.0.4 |
| 601 | 2026-05-27T20:26:34.962Z | Downloaded base16ct v0.2.0 |
| 602 | 2026-05-27T20:26:34.962Z | Downloaded foreign-types-shared v0.3.1 |
| 603 | 2026-05-27T20:26:34.962Z | Downloaded display-error-chain v0.2.2 |
| 604 | 2026-05-27T20:26:34.964Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-05-27T20:26:34.964Z | Downloaded async-stream-impl v0.3.6 |
| 606 | 2026-05-27T20:26:34.964Z | Downloaded aws-lc-rs v1.16.3 |
| 607 | 2026-05-27T20:26:34.969Z | Downloaded dirs-sys-next v0.1.2 |
| 608 | 2026-05-27T20:26:34.972Z | Downloaded ciborium-io v0.2.2 |
| 609 | 2026-05-27T20:26:34.972Z | Downloaded bit-set v0.5.3 |
| 610 | 2026-05-27T20:26:34.972Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 611 | 2026-05-27T20:26:34.974Z | Downloaded crunchy v0.2.4 |
| 612 | 2026-05-27T20:26:34.974Z | Downloaded ciborium-ll v0.2.2 |
| 613 | 2026-05-27T20:26:34.974Z | Downloaded cfg_aliases v0.2.1 |
| 614 | 2026-05-27T20:26:34.976Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-05-27T20:26:34.979Z | Downloaded debug-ignore v1.0.5 |
| 616 | 2026-05-27T20:26:34.979Z | Downloaded cfg_aliases v0.1.1 |
| 617 | 2026-05-27T20:26:34.979Z | Downloaded block-padding v0.3.3 |
| 618 | 2026-05-27T20:26:34.981Z | Downloaded async-stream v0.3.6 |
| 619 | 2026-05-27T20:26:34.981Z | Downloaded derive_builder_macro v0.20.2 |
| 620 | 2026-05-27T20:26:34.984Z | Downloaded csv-core v0.1.13 |
| 621 | 2026-05-27T20:26:34.984Z | Downloaded ascii-canvas v3.0.0 |
| 622 | 2026-05-27T20:26:34.984Z | Downloaded darling_macro v0.20.11 |
| 623 | 2026-05-27T20:26:34.986Z | Downloaded dirs-next v2.0.0 |
| 624 | 2026-05-27T20:26:34.986Z | Downloaded compression-codecs v0.4.37 |
| 625 | 2026-05-27T20:26:34.988Z | Downloaded cargo-platform v0.3.2 |
| 626 | 2026-05-27T20:26:34.988Z | Downloaded bcs v0.1.6 |
| 627 | 2026-05-27T20:26:34.992Z | Downloaded futures-macro v0.3.32 |
| 628 | 2026-05-27T20:26:34.994Z | Downloaded env_filter v1.0.0 |
| 629 | 2026-05-27T20:26:34.994Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 630 | 2026-05-27T20:26:34.996Z | Downloaded defmt-parser v1.0.0 |
| 631 | 2026-05-27T20:26:34.999Z | Downloaded bit-set v0.8.0 |
| 632 | 2026-05-27T20:26:35.001Z | Downloaded fixedbitset v0.4.2 |
| 633 | 2026-05-27T20:26:35.002Z | Downloaded arrayvec v0.7.6 |
| 634 | 2026-05-27T20:26:35.005Z | Downloaded dsl_auto_type v0.2.0 |
| 635 | 2026-05-27T20:26:35.005Z | Downloaded difflib v0.4.0 |
| 636 | 2026-05-27T20:26:35.005Z | Downloaded crucible-workspace-hack v0.1.0 |
| 637 | 2026-05-27T20:26:35.008Z | Downloaded bb8 v0.8.6 |
| 638 | 2026-05-27T20:26:35.008Z | Downloaded blowfish v0.9.1 |
| 639 | 2026-05-27T20:26:35.008Z | Downloaded base64ct v1.8.3 |
| 640 | 2026-05-27T20:26:35.008Z | Downloaded bit-vec v0.8.0 |
| 641 | 2026-05-27T20:26:35.011Z | Downloaded float-cmp v0.10.0 |
| 642 | 2026-05-27T20:26:35.011Z | Downloaded crossterm v0.29.0 |
| 643 | 2026-05-27T20:26:35.014Z | Downloaded bitfield v0.19.4 |
| 644 | 2026-05-27T20:26:35.016Z | Downloaded crc8 v0.1.1 |
| 645 | 2026-05-27T20:26:35.016Z | Downloaded document-features v0.2.12 |
| 646 | 2026-05-27T20:26:35.018Z | Downloaded dof v0.4.0 |
| 647 | 2026-05-27T20:26:35.018Z | Downloaded enum-as-inner v0.6.1 |
| 648 | 2026-05-27T20:26:35.021Z | Downloaded bitfield-macros v0.19.4 |
| 649 | 2026-05-27T20:26:35.023Z | Downloaded endian-type v0.1.2 |
| 650 | 2026-05-27T20:26:35.026Z | Downloaded cmake v0.1.57 |
| 651 | 2026-05-27T20:26:35.028Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-27T20:26:35.028Z | Downloaded futures-task v0.3.32 |
| 653 | 2026-05-27T20:26:35.030Z | Downloaded hash32 v0.2.1 |
| 654 | 2026-05-27T20:26:35.033Z | Downloaded futures-core v0.3.32 |
| 655 | 2026-05-27T20:26:35.033Z | Downloaded crossbeam-deque v0.8.6 |
| 656 | 2026-05-27T20:26:35.035Z | Downloaded find-msvc-tools v0.1.9 |
| 657 | 2026-05-27T20:26:35.035Z | Downloaded crc v3.4.0 |
| 658 | 2026-05-27T20:26:35.037Z | Downloaded fs_extra v1.3.0 |
| 659 | 2026-05-27T20:26:35.037Z | Downloaded defmt-macros v1.0.1 |
| 660 | 2026-05-27T20:26:35.039Z | Downloaded daft-derive v0.1.7 |
| 661 | 2026-05-27T20:26:35.042Z | Downloaded git-stub v1.0.0 |
| 662 | 2026-05-27T20:26:35.045Z | Downloaded ghash v0.5.1 |
| 663 | 2026-05-27T20:26:35.045Z | Downloaded funty v2.0.0 |
| 664 | 2026-05-27T20:26:35.045Z | Downloaded foreign-types-shared v0.1.1 |
| 665 | 2026-05-27T20:26:35.045Z | Downloaded foreign-types v0.3.2 |
| 666 | 2026-05-27T20:26:35.047Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 667 | 2026-05-27T20:26:35.047Z | Downloaded hash32 v0.3.1 |
| 668 | 2026-05-27T20:26:35.047Z | Downloaded fxhash v0.2.1 |
| 669 | 2026-05-27T20:26:35.049Z | Downloaded derive_more v0.99.20 |
| 670 | 2026-05-27T20:26:35.052Z | Downloaded derive-where v1.6.0 |
| 671 | 2026-05-27T20:26:35.054Z | Downloaded compression-core v0.4.31 |
| 672 | 2026-05-27T20:26:35.054Z | Downloaded futures-io v0.3.32 |
| 673 | 2026-05-27T20:26:35.054Z | Downloaded ecdsa v0.16.9 |
| 674 | 2026-05-27T20:26:35.057Z | Downloaded foreign-types v0.5.0 |
| 675 | 2026-05-27T20:26:35.057Z | Downloaded convert_case v0.4.0 |
| 676 | 2026-05-27T20:26:35.059Z | Downloaded const-oid v0.9.6 |
| 677 | 2026-05-27T20:26:35.059Z | Downloaded cobs v0.3.0 |
| 678 | 2026-05-27T20:26:35.059Z | Downloaded atomic-waker v1.1.2 |
| 679 | 2026-05-27T20:26:35.062Z | Downloaded ff v0.13.1 |
| 680 | 2026-05-27T20:26:35.062Z | Downloaded cookie_store v0.22.1 |
| 681 | 2026-05-27T20:26:35.064Z | Downloaded ciborium v0.2.2 |
| 682 | 2026-05-27T20:26:35.064Z | Downloaded bzip2 v0.6.1 |
| 683 | 2026-05-27T20:26:35.066Z | Downloaded daft v0.1.7 |
| 684 | 2026-05-27T20:26:35.069Z | Downloaded fallible-iterator v0.2.0 |
| 685 | 2026-05-27T20:26:35.069Z | Downloaded hex v0.4.3 |
| 686 | 2026-05-27T20:26:35.069Z | Downloaded derive-ex v0.1.8 |
| 687 | 2026-05-27T20:26:35.071Z | Downloaded der_derive v0.7.3 |
| 688 | 2026-05-27T20:26:35.071Z | Downloaded hex-literal v0.4.1 |
| 689 | 2026-05-27T20:26:35.074Z | Downloaded assert_matches v1.5.0 |
| 690 | 2026-05-27T20:26:35.074Z | Downloaded clang-sys v1.8.1 |
| 691 | 2026-05-27T20:26:35.074Z | Downloaded hubpack v0.1.2 |
| 692 | 2026-05-27T20:26:35.076Z | Downloaded http-range v0.1.5 |
| 693 | 2026-05-27T20:26:35.076Z | Downloaded http-body v1.0.1 |
| 694 | 2026-05-27T20:26:35.076Z | Downloaded hostname v0.4.2 |
| 695 | 2026-05-27T20:26:35.079Z | Downloaded httpdate v1.0.3 |
| 696 | 2026-05-27T20:26:35.079Z | Downloaded hostname v0.3.1 |
| 697 | 2026-05-27T20:26:35.081Z | Downloaded deranged v0.5.8 |
| 698 | 2026-05-27T20:26:35.081Z | Downloaded hyper-tls v0.6.0 |
| 699 | 2026-05-27T20:26:35.083Z | Downloaded home v0.5.12 |
| 700 | 2026-05-27T20:26:35.083Z | Downloaded filetime v0.2.27 |
| 701 | 2026-05-27T20:26:35.085Z | Downloaded erased-serde v0.3.31 |
| 702 | 2026-05-27T20:26:35.086Z | Downloaded either v1.15.0 |
| 703 | 2026-05-27T20:26:35.088Z | Downloaded ident_case v1.0.1 |
| 704 | 2026-05-27T20:26:35.088Z | Downloaded futures-executor v0.3.32 |
| 705 | 2026-05-27T20:26:35.088Z | Downloaded constant_time_eq v0.4.2 |
| 706 | 2026-05-27T20:26:35.091Z | Downloaded byte-wrapper v0.1.0 |
| 707 | 2026-05-27T20:26:35.091Z | Downloaded ena v0.14.4 |
| 708 | 2026-05-27T20:26:35.093Z | Downloaded hubpack_derive v0.1.1 |
| 709 | 2026-05-27T20:26:35.093Z | Downloaded diff v0.1.13 |
| 710 | 2026-05-27T20:26:35.095Z | Downloaded darling v0.21.3 |
| 711 | 2026-05-27T20:26:35.098Z | Downloaded indent_write v2.2.0 |
| 712 | 2026-05-27T20:26:35.098Z | Downloaded gethostname v0.5.0 |
| 713 | 2026-05-27T20:26:35.101Z | Downloaded convert_case v0.10.0 |
| 714 | 2026-05-27T20:26:35.101Z | Downloaded group v0.13.0 |
| 715 | 2026-05-27T20:26:35.101Z | Downloaded chacha20 v0.9.1 |
| 716 | 2026-05-27T20:26:35.104Z | Downloaded cargo_metadata v0.23.1 |
| 717 | 2026-05-27T20:26:35.105Z | Downloaded camino-tempfile-ext v0.3.3 |
| 718 | 2026-05-27T20:26:35.108Z | Downloaded illumos-nvpair v0.3.0 |
| 719 | 2026-05-27T20:26:35.108Z | Downloaded globset v0.4.18 |
| 720 | 2026-05-27T20:26:35.108Z | Downloaded instant v0.1.13 |
| 721 | 2026-05-27T20:26:35.108Z | Downloaded foreign-types-macros v0.2.3 |
| 722 | 2026-05-27T20:26:35.110Z | Downloaded const_format_proc_macros v0.2.34 |
| 723 | 2026-05-27T20:26:35.110Z | Downloaded instability v0.3.11 |
| 724 | 2026-05-27T20:26:35.113Z | Downloaded internet-checksum v0.2.1 |
| 725 | 2026-05-27T20:26:35.113Z | Downloaded foldhash v0.2.0 |
| 726 | 2026-05-27T20:26:35.113Z | Downloaded allocator-api2 v0.2.21 |
| 727 | 2026-05-27T20:26:35.116Z | Downloaded des v0.8.1 |
| 728 | 2026-05-27T20:26:35.116Z | Downloaded colored v2.2.0 |
| 729 | 2026-05-27T20:26:35.120Z | Downloaded cipher v0.4.4 |
| 730 | 2026-05-27T20:26:35.120Z | Downloaded cexpr v0.6.0 |
| 731 | 2026-05-27T20:26:35.122Z | Downloaded buf-list v1.1.2 |
| 732 | 2026-05-27T20:26:35.122Z | Downloaded bit-vec v0.6.3 |
| 733 | 2026-05-27T20:26:35.123Z | Downloaded foldhash v0.1.5 |
| 734 | 2026-05-27T20:26:35.125Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 735 | 2026-05-27T20:26:35.125Z | Downloaded indoc v1.0.9 |
| 736 | 2026-05-27T20:26:35.125Z | Downloaded ed25519 v2.2.3 |
| 737 | 2026-05-27T20:26:35.128Z | Downloaded derive_builder_core v0.20.2 |
| 738 | 2026-05-27T20:26:35.128Z | Downloaded inout v0.1.4 |
| 739 | 2026-05-27T20:26:35.131Z | Downloaded data-encoding v2.10.0 |
| 740 | 2026-05-27T20:26:35.131Z | Downloaded crossbeam-epoch v0.9.18 |
| 741 | 2026-05-27T20:26:35.133Z | Downloaded keccak v0.1.6 |
| 742 | 2026-05-27T20:26:35.133Z | Downloaded is-terminal v0.4.17 |
| 743 | 2026-05-27T20:26:35.133Z | Downloaded glob v0.3.3 |
| 744 | 2026-05-27T20:26:35.139Z | Downloaded humantime v2.3.0 |
| 745 | 2026-05-27T20:26:35.139Z | Downloaded colored v3.1.1 |
| 746 | 2026-05-27T20:26:35.142Z | Downloaded highway v1.3.0 |
| 747 | 2026-05-27T20:26:35.142Z | Downloaded hyper-staticfile v0.10.1 |
| 748 | 2026-05-27T20:26:35.142Z | Downloaded http-body-util v0.1.3 |
| 749 | 2026-05-27T20:26:35.142Z | Downloaded fixedbitset v0.5.7 |
| 750 | 2026-05-27T20:26:35.144Z | Downloaded fs-err v2.11.0 |
| 751 | 2026-05-27T20:26:35.147Z | Downloaded lazy_static v1.5.0 |
| 752 | 2026-05-27T20:26:35.147Z | Downloaded futures-channel v0.3.32 |
| 753 | 2026-05-27T20:26:35.147Z | Downloaded lalrpop-util v0.19.12 |
| 754 | 2026-05-27T20:26:35.147Z | Downloaded derive_builder v0.20.2 |
| 755 | 2026-05-27T20:26:35.150Z | Downloaded console v0.16.2 |
| 756 | 2026-05-27T20:26:35.154Z | Downloaded kstat-rs v0.2.4 |
| 757 | 2026-05-27T20:26:35.155Z | Downloaded is_ci v1.2.0 |
| 758 | 2026-05-27T20:26:35.155Z | Downloaded defmt v1.0.1 |
| 759 | 2026-05-27T20:26:35.159Z | Downloaded critical-section v1.2.0 |
| 760 | 2026-05-27T20:26:35.159Z | Downloaded lru v0.12.5 |
| 761 | 2026-05-27T20:26:35.159Z | Downloaded headers-core v0.3.0 |
| 762 | 2026-05-27T20:26:35.160Z | Downloaded globwalk v0.9.1 |
| 763 | 2026-05-27T20:26:35.160Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 764 | 2026-05-27T20:26:35.163Z | Downloaded chacha20 v0.10.0 |
| 765 | 2026-05-27T20:26:35.163Z | Downloaded bitflags v1.3.2 |
| 766 | 2026-05-27T20:26:35.166Z | Downloaded bzip2 v0.4.4 |
| 767 | 2026-05-27T20:26:35.166Z | Downloaded managed v0.8.0 |
| 768 | 2026-05-27T20:26:35.166Z | Downloaded lzss v0.8.2 |
| 769 | 2026-05-27T20:26:35.169Z | Downloaded libscf-sys v1.1.0 |
| 770 | 2026-05-27T20:26:35.169Z | Downloaded crc-any v2.5.0 |
| 771 | 2026-05-27T20:26:35.169Z | Downloaded arc-swap v1.8.2 |
| 772 | 2026-05-27T20:26:35.172Z | Downloaded memoffset v0.9.1 |
| 773 | 2026-05-27T20:26:35.172Z | Downloaded new_debug_unreachable v1.0.6 |
| 774 | 2026-05-27T20:26:35.175Z | Downloaded indoc v2.0.7 |
| 775 | 2026-05-27T20:26:35.175Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-05-27T20:26:35.177Z | Downloaded newtype_derive v0.1.6 |
| 777 | 2026-05-27T20:26:35.178Z | Downloaded maplit v1.0.2 |
| 778 | 2026-05-27T20:26:35.178Z | Downloaded linked-hash-map v0.5.6 |
| 779 | 2026-05-27T20:26:35.178Z | Downloaded ingot-types v0.1.2 |
| 780 | 2026-05-27T20:26:35.180Z | Downloaded dropshot_endpoint v0.17.0 |
| 781 | 2026-05-27T20:26:35.183Z | Downloaded lru-cache v0.1.2 |
| 782 | 2026-05-27T20:26:35.183Z | Downloaded derive_more v2.1.1 |
| 783 | 2026-05-27T20:26:35.188Z | Downloaded match_cfg v0.1.0 |
| 784 | 2026-05-27T20:26:35.191Z | Downloaded getrandom v0.2.17 |
| 785 | 2026-05-27T20:26:35.191Z | Downloaded darling_core v0.13.4 |
| 786 | 2026-05-27T20:26:35.193Z | Downloaded num v0.4.3 |
| 787 | 2026-05-27T20:26:35.196Z | Downloaded nonempty v0.12.0 |
| 788 | 2026-05-27T20:26:35.196Z | Downloaded hyper-rustls v0.27.7 |
| 789 | 2026-05-27T20:26:35.199Z | Downloaded newtype-uuid-macros v0.1.0 |
| 790 | 2026-05-27T20:26:35.199Z | Downloaded half v1.8.3 |
| 791 | 2026-05-27T20:26:35.199Z | Downloaded mime v0.3.17 |
| 792 | 2026-05-27T20:26:35.202Z | Downloaded maybe-uninit v2.0.0 |
| 793 | 2026-05-27T20:26:35.202Z | Downloaded md-5 v0.10.6 |
| 794 | 2026-05-27T20:26:35.202Z | Downloaded newline-converter v0.3.0 |
| 795 | 2026-05-27T20:26:35.204Z | Downloaded multimap v0.10.1 |
| 796 | 2026-05-27T20:26:35.205Z | Downloaded md5 v0.7.0 |
| 797 | 2026-05-27T20:26:35.205Z | Downloaded lru-slab v0.1.2 |
| 798 | 2026-05-27T20:26:35.205Z | Downloaded jobserver v0.1.34 |
| 799 | 2026-05-27T20:26:35.210Z | Downloaded num-conv v0.2.0 |
| 800 | 2026-05-27T20:26:35.210Z | Downloaded ipnet v2.11.0 |
| 801 | 2026-05-27T20:26:35.213Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-05-27T20:26:35.213Z | Downloaded num-iter v0.1.45 |
| 803 | 2026-05-27T20:26:35.213Z | Downloaded num-derive v0.4.2 |
| 804 | 2026-05-27T20:26:35.213Z | Downloaded libsw v3.5.0 |
| 805 | 2026-05-27T20:26:35.213Z | Downloaded git-stub-vcs v0.1.0 |
| 806 | 2026-05-27T20:26:35.213Z | Downloaded ipnetwork v0.21.1 |
| 807 | 2026-05-27T20:26:35.217Z | Downloaded ingot v0.1.1 |
| 808 | 2026-05-27T20:26:35.217Z | Downloaded iana-time-zone v0.1.65 |
| 809 | 2026-05-27T20:26:35.222Z | Downloaded libefi-sys v0.1.0 |
| 810 | 2026-05-27T20:26:35.222Z | Downloaded blake2 v0.10.6 |
| 811 | 2026-05-27T20:26:35.222Z | Downloaded openssl-probe v0.1.6 |
| 812 | 2026-05-27T20:26:35.226Z | Downloaded openssl-macros v0.1.1 |
| 813 | 2026-05-27T20:26:35.226Z | Downloaded ahash v0.8.12 |
| 814 | 2026-05-27T20:26:35.226Z | Downloaded backon v1.6.0 |
| 815 | 2026-05-27T20:26:35.226Z | Downloaded ctr v0.9.2 |
| 816 | 2026-05-27T20:26:35.226Z | Downloaded normalize-line-endings v0.3.0 |
| 817 | 2026-05-27T20:26:35.229Z | Downloaded num-derive v0.3.3 |
| 818 | 2026-05-27T20:26:35.229Z | Downloaded atty v0.2.14 |
| 819 | 2026-05-27T20:26:35.229Z | Downloaded async-compression v0.4.41 |
| 820 | 2026-05-27T20:26:35.233Z | Downloaded ingot-macros v0.1.1 |
| 821 | 2026-05-27T20:26:35.233Z | Downloaded flate2 v1.1.9 |
| 822 | 2026-05-27T20:26:35.237Z | Downloaded mime_guess v2.0.5 |
| 823 | 2026-05-27T20:26:35.239Z | Downloaded num_threads v0.1.7 |
| 824 | 2026-05-27T20:26:35.239Z | Downloaded native-tls v0.2.18 |
| 825 | 2026-05-27T20:26:35.243Z | Downloaded nanorand v0.7.0 |
| 826 | 2026-05-27T20:26:35.244Z | Downloaded lock_api v0.4.14 |
| 827 | 2026-05-27T20:26:35.247Z | Downloaded linear-map v1.2.0 |
| 828 | 2026-05-27T20:26:35.247Z | Downloaded libsw-core v0.3.2 |
| 829 | 2026-05-27T20:26:35.247Z | Downloaded pbkdf2 v0.12.2 |
| 830 | 2026-05-27T20:26:35.247Z | Downloaded flume v0.11.1 |
| 831 | 2026-05-27T20:26:35.250Z | Downloaded darling_core v0.20.11 |
| 832 | 2026-05-27T20:26:35.253Z | Downloaded fatfs v0.3.6 |
| 833 | 2026-05-27T20:26:35.253Z | Downloaded parse-size v1.1.0 |
| 834 | 2026-05-27T20:26:35.256Z | Downloaded peg-runtime v0.8.5 |
| 835 | 2026-05-27T20:26:35.256Z | Downloaded newtype-uuid v1.3.2 |
| 836 | 2026-05-27T20:26:35.256Z | Downloaded pbkdf2 v0.11.0 |
| 837 | 2026-05-27T20:26:35.259Z | Downloaded elliptic-curve v0.13.8 |
| 838 | 2026-05-27T20:26:35.263Z | Downloaded opaque-debug v0.3.1 |
| 839 | 2026-05-27T20:26:35.263Z | Downloaded parse-display v0.10.0 |
| 840 | 2026-05-27T20:26:35.263Z | Downloaded num-rational v0.4.2 |
| 841 | 2026-05-27T20:26:35.263Z | Downloaded nu-ansi-term v0.50.3 |
| 842 | 2026-05-27T20:26:35.266Z | Downloaded darling_core v0.21.3 |
| 843 | 2026-05-27T20:26:35.266Z | Downloaded openssl-probe v0.2.1 |
| 844 | 2026-05-27T20:26:35.269Z | Downloaded olpc-cjson v0.1.4 |
| 845 | 2026-05-27T20:26:35.269Z | Downloaded multer v3.1.0 |
| 846 | 2026-05-27T20:26:35.273Z | Downloaded darling_core v0.23.0 |
| 847 | 2026-05-27T20:26:35.276Z | Downloaded cc v1.2.56 |
| 848 | 2026-05-27T20:26:35.276Z | Downloaded phf_shared v0.11.3 |
| 849 | 2026-05-27T20:26:35.276Z | Downloaded compact_str v0.8.1 |
| 850 | 2026-05-27T20:26:35.280Z | Downloaded base64 v0.22.1 |
| 851 | 2026-05-27T20:26:35.285Z | Downloaded chacha20poly1305 v0.10.1 |
| 852 | 2026-05-27T20:26:35.285Z | Downloaded bytes v1.11.1 |
| 853 | 2026-05-27T20:26:35.285Z | Downloaded num_enum v0.7.5 |
| 854 | 2026-05-27T20:26:35.289Z | Downloaded oso-derive v0.27.3 |
| 855 | 2026-05-27T20:26:35.289Z | Downloaded num_enum v0.5.11 |
| 856 | 2026-05-27T20:26:35.289Z | Downloaded drift v0.2.0 |
| 857 | 2026-05-27T20:26:35.310Z | Downloaded predicates-core v1.0.10 |
| 858 | 2026-05-27T20:26:35.314Z | Downloaded bstr v1.12.1 |
| 859 | 2026-05-27T20:26:35.317Z | Downloaded packed_struct v0.10.1 |
| 860 | 2026-05-27T20:26:35.317Z | Downloaded packed_struct_codegen v0.10.1 |
| 861 | 2026-05-27T20:26:35.320Z | Downloaded path-slash v0.1.5 |
| 862 | 2026-05-27T20:26:35.320Z | Downloaded password-hash v0.4.2 |
| 863 | 2026-05-27T20:26:35.321Z | Downloaded parse-display-derive v0.10.0 |
| 864 | 2026-05-27T20:26:35.321Z | Downloaded num_enum_derive v0.7.5 |
| 865 | 2026-05-27T20:26:35.324Z | Downloaded num-complex v0.4.6 |
| 866 | 2026-05-27T20:26:35.324Z | Downloaded indexmap v1.9.3 |
| 867 | 2026-05-27T20:26:35.331Z | Downloaded progenitor-client v0.10.0 |
| 868 | 2026-05-27T20:26:35.331Z | Downloaded base64 v0.21.7 |
| 869 | 2026-05-27T20:26:35.337Z | Downloaded peg-macros v0.8.5 |
| 870 | 2026-05-27T20:26:35.337Z | Downloaded peg v0.8.5 |
| 871 | 2026-05-27T20:26:35.337Z | Downloaded progenitor-client v0.14.0 |
| 872 | 2026-05-27T20:26:35.337Z | Downloaded paste v1.0.15 |
| 873 | 2026-05-27T20:26:35.340Z | Downloaded headers v0.4.1 |
| 874 | 2026-05-27T20:26:35.340Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 875 | 2026-05-27T20:26:35.341Z | Downloaded powerfmt v0.2.0 |
| 876 | 2026-05-27T20:26:35.341Z | Downloaded password-hash v0.5.0 |
| 877 | 2026-05-27T20:26:35.341Z | Downloaded oxide-tokio-rt v0.1.4 |
| 878 | 2026-05-27T20:26:35.345Z | Downloaded indicatif v0.18.4 |
| 879 | 2026-05-27T20:26:35.345Z | Downloaded dropshot-api-manager v0.7.2 |
| 880 | 2026-05-27T20:26:35.351Z | Downloaded progenitor-macro v0.14.0 |
| 881 | 2026-05-27T20:26:35.351Z | Downloaded phf_shared v0.13.1 |
| 882 | 2026-05-27T20:26:35.351Z | Downloaded phf_shared v0.12.1 |
| 883 | 2026-05-27T20:26:35.357Z | Downloaded phf v0.12.1 |
| 884 | 2026-05-27T20:26:35.357Z | Downloaded pin-utils v0.1.0 |
| 885 | 2026-05-27T20:26:35.357Z | Downloaded quick-error v1.2.3 |
| 886 | 2026-05-27T20:26:35.357Z | Downloaded predicates-tree v1.0.13 |
| 887 | 2026-05-27T20:26:35.357Z | Downloaded precomputed-hash v0.1.1 |
| 888 | 2026-05-27T20:26:35.357Z | Downloaded litrs v1.0.0 |
| 889 | 2026-05-27T20:26:35.361Z | Downloaded pkg-config v0.3.32 |
| 890 | 2026-05-27T20:26:35.361Z | Downloaded pin-project-lite v0.2.17 |
| 891 | 2026-05-27T20:26:35.362Z | Downloaded postgres-protocol v0.6.10 |
| 892 | 2026-05-27T20:26:35.365Z | Downloaded polyval v0.6.2 |
| 893 | 2026-05-27T20:26:35.365Z | Downloaded poly1305 v0.8.0 |
| 894 | 2026-05-27T20:26:35.365Z | Downloaded pkcs8 v0.10.2 |
| 895 | 2026-05-27T20:26:35.368Z | Downloaded rand_chacha v0.3.1 |
| 896 | 2026-05-27T20:26:35.368Z | Downloaded rand_xorshift v0.4.0 |
| 897 | 2026-05-27T20:26:35.368Z | Downloaded progenitor-macro v0.11.2 |
| 898 | 2026-05-27T20:26:35.368Z | Downloaded proc-macro-crate v3.4.0 |
| 899 | 2026-05-27T20:26:35.372Z | Downloaded omicron-zone-package v0.12.2 |
| 900 | 2026-05-27T20:26:35.372Z | Downloaded predicates v3.1.4 |
| 901 | 2026-05-27T20:26:35.375Z | Downloaded ref-cast v1.0.25 |
| 902 | 2026-05-27T20:26:35.375Z | Downloaded parking_lot v0.11.2 |
| 903 | 2026-05-27T20:26:35.375Z | Downloaded hashbrown v0.12.3 |
| 904 | 2026-05-27T20:26:35.379Z | Downloaded pin-project-internal v1.1.11 |
| 905 | 2026-05-27T20:26:35.382Z | Downloaded parking_lot v0.12.5 |
| 906 | 2026-05-27T20:26:35.383Z | Downloaded libbz2-rs-sys v0.2.2 |
| 907 | 2026-05-27T20:26:35.383Z | Downloaded half v2.7.1 |
| 908 | 2026-05-27T20:26:35.388Z | Downloaded bumpalo v3.20.2 |
| 909 | 2026-05-27T20:26:35.388Z | Downloaded progenitor-client v0.11.2 |
| 910 | 2026-05-27T20:26:35.393Z | Downloaded hickory-resolver v0.24.4 |
| 911 | 2026-05-27T20:26:35.393Z | Downloaded progenitor v0.11.2 |
| 912 | 2026-05-27T20:26:35.393Z | Downloaded recursive v0.1.1 |
| 913 | 2026-05-27T20:26:35.393Z | Downloaded progenitor v0.14.0 |
| 914 | 2026-05-27T20:26:35.396Z | Downloaded primeorder v0.13.6 |
| 915 | 2026-05-27T20:26:35.396Z | Downloaded progenitor-extras v0.2.0 |
| 916 | 2026-05-27T20:26:35.396Z | Downloaded hashbrown v0.13.2 |
| 917 | 2026-05-27T20:26:35.400Z | Downloaded psl-types v2.0.11 |
| 918 | 2026-05-27T20:26:35.400Z | Downloaded pem-rfc7468 v0.7.0 |
| 919 | 2026-05-27T20:26:35.400Z | Downloaded progenitor-macro v0.13.0 |
| 920 | 2026-05-27T20:26:35.400Z | Downloaded parking_lot_core v0.9.12 |
| 921 | 2026-05-27T20:26:35.404Z | Downloaded progenitor v0.13.0 |
| 922 | 2026-05-27T20:26:35.404Z | Downloaded ppv-lite86 v0.2.21 |
| 923 | 2026-05-27T20:26:35.404Z | Downloaded phf v0.13.1 |
| 924 | 2026-05-27T20:26:35.409Z | Downloaded ref-cast-impl v1.0.25 |
| 925 | 2026-05-27T20:26:35.409Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 926 | 2026-05-27T20:26:35.409Z | Downloaded radium v0.7.0 |
| 927 | 2026-05-27T20:26:35.409Z | Downloaded expectorate v1.2.0 |
| 928 | 2026-05-27T20:26:35.409Z | Downloaded psm v0.1.30 |
| 929 | 2026-05-27T20:26:35.412Z | Downloaded russh-cryptovec v0.7.3 |
| 930 | 2026-05-27T20:26:35.412Z | Downloaded rtoolbox v0.0.3 |
| 931 | 2026-05-27T20:26:35.412Z | Downloaded pem v3.0.6 |
| 932 | 2026-05-27T20:26:35.412Z | Downloaded rustc-hash v2.1.1 |
| 933 | 2026-05-27T20:26:35.415Z | Downloaded rustc_version v0.1.7 |
| 934 | 2026-05-27T20:26:35.415Z | Downloaded proc-macro-crate v1.3.1 |
| 935 | 2026-05-27T20:26:35.415Z | Downloaded hmac v0.12.1 |
| 936 | 2026-05-27T20:26:35.415Z | Downloaded ed25519-dalek v2.2.0 |
| 937 | 2026-05-27T20:26:35.419Z | Downloaded crypto-bigint v0.5.5 |
| 938 | 2026-05-27T20:26:35.422Z | Downloaded salsa20 v0.10.2 |
| 939 | 2026-05-27T20:26:35.425Z | Downloaded progenitor-client v0.13.0 |
| 940 | 2026-05-27T20:26:35.425Z | Downloaded pkcs5 v0.7.1 |
| 941 | 2026-05-27T20:26:35.425Z | Downloaded rustc_version v0.4.1 |
| 942 | 2026-05-27T20:26:35.430Z | Downloaded oso v0.27.3 |
| 943 | 2026-05-27T20:26:35.430Z | Downloaded postcard v1.1.3 |
| 944 | 2026-05-27T20:26:35.437Z | Downloaded rfc6979 v0.4.0 |
| 945 | 2026-05-27T20:26:35.437Z | Downloaded parking_lot_core v0.8.6 |
| 946 | 2026-05-27T20:26:35.437Z | Downloaded oxnet v0.1.4 |
| 947 | 2026-05-27T20:26:35.437Z | Downloaded owo-colors v4.3.0 |
| 948 | 2026-05-27T20:26:35.437Z | Downloaded rand_seeder v0.4.0 |
| 949 | 2026-05-27T20:26:35.440Z | Downloaded rand_core v0.6.4 |
| 950 | 2026-05-27T20:26:35.440Z | Downloaded num-integer v0.1.46 |
| 951 | 2026-05-27T20:26:35.440Z | Downloaded memmap2 v0.9.10 |
| 952 | 2026-05-27T20:26:35.441Z | Downloaded libloading v0.8.9 |
| 953 | 2026-05-27T20:26:35.441Z | Downloaded ignore v0.4.25 |
| 954 | 2026-05-27T20:26:35.444Z | Downloaded r2d2 v0.8.10 |
| 955 | 2026-05-27T20:26:35.444Z | Downloaded miniz_oxide v0.8.9 |
| 956 | 2026-05-27T20:26:35.447Z | Downloaded aes v0.8.4 |
| 957 | 2026-05-27T20:26:35.447Z | Downloaded hickory-resolver v0.25.2 |
| 958 | 2026-05-27T20:26:35.451Z | Downloaded secrecy v0.8.0 |
| 959 | 2026-05-27T20:26:35.451Z | Downloaded scheduled-thread-pool v0.2.7 |
| 960 | 2026-05-27T20:26:35.451Z | Downloaded same-file v1.0.6 |
| 961 | 2026-05-27T20:26:35.455Z | Downloaded diesel_derives v2.3.7 |
| 962 | 2026-05-27T20:26:35.461Z | Downloaded resolv-conf v0.7.6 |
| 963 | 2026-05-27T20:26:35.461Z | Downloaded postgres-types v0.2.12 |
| 964 | 2026-05-27T20:26:35.465Z | Downloaded secrecy v0.10.3 |
| 965 | 2026-05-27T20:26:35.465Z | Downloaded proc-macro-error2 v2.0.1 |
| 966 | 2026-05-27T20:26:35.465Z | Downloaded serde_repr v0.1.20 |
| 967 | 2026-05-27T20:26:35.465Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-05-27T20:26:35.465Z | Downloaded pkcs1 v0.7.5 |
| 969 | 2026-05-27T20:26:35.475Z | Downloaded sapling-renderdag v0.1.0 |
| 970 | 2026-05-27T20:26:35.475Z | Downloaded scrypt v0.11.0 |
| 971 | 2026-05-27T20:26:35.475Z | Downloaded scroll_derive v0.13.1 |
| 972 | 2026-05-27T20:26:35.475Z | Downloaded httparse v1.10.1 |
| 973 | 2026-05-27T20:26:35.475Z | Downloaded heapless v0.8.0 |
| 974 | 2026-05-27T20:26:35.479Z | Downloaded serde_bytes v0.11.19 |
| 975 | 2026-05-27T20:26:35.479Z | Downloaded rand_core v0.10.0 |
| 976 | 2026-05-27T20:26:35.479Z | Downloaded rand_core v0.9.5 |
| 977 | 2026-05-27T20:26:35.479Z | Downloaded serde-big-array v0.5.1 |
| 978 | 2026-05-27T20:26:35.479Z | Downloaded seq-macro v0.3.6 |
| 979 | 2026-05-27T20:26:35.479Z | Downloaded semver v0.1.20 |
| 980 | 2026-05-27T20:26:35.479Z | Downloaded scopeguard v1.2.0 |
| 981 | 2026-05-27T20:26:35.479Z | Downloaded rustls-pemfile v2.2.0 |
| 982 | 2026-05-27T20:26:35.479Z | Downloaded rustls-native-certs v0.8.3 |
| 983 | 2026-05-27T20:26:35.483Z | Downloaded jiff-static v0.2.21 |
| 984 | 2026-05-27T20:26:35.483Z | Downloaded shell-words v1.1.1 |
| 985 | 2026-05-27T20:26:35.486Z | Downloaded rustls-pemfile v1.0.4 |
| 986 | 2026-05-27T20:26:35.486Z | Downloaded heapless v0.7.17 |
| 987 | 2026-05-27T20:26:35.489Z | Downloaded signal-hook-tokio v0.3.1 |
| 988 | 2026-05-27T20:26:35.489Z | Downloaded serde_urlencoded v0.7.1 |
| 989 | 2026-05-27T20:26:35.489Z | Downloaded serde_spanned v1.0.4 |
| 990 | 2026-05-27T20:26:35.492Z | Downloaded quinn-udp v0.5.14 |
| 991 | 2026-05-27T20:26:35.492Z | Downloaded rusty-fork v0.3.1 |
| 992 | 2026-05-27T20:26:35.492Z | Downloaded openssl-sys v0.9.115 |
| 993 | 2026-05-27T20:26:35.497Z | Downloaded getrandom v0.3.4 |
| 994 | 2026-05-27T20:26:35.500Z | Downloaded der v0.7.10 |
| 995 | 2026-05-27T20:26:35.500Z | Downloaded rand_chacha v0.9.0 |
| 996 | 2026-05-27T20:26:35.504Z | Downloaded futures v0.3.32 |
| 997 | 2026-05-27T20:26:35.504Z | Downloaded signature v2.2.0 |
| 998 | 2026-05-27T20:26:35.508Z | Downloaded signal-hook-mio v0.2.5 |
| 999 | 2026-05-27T20:26:35.508Z | Downloaded siphasher v1.0.2 |
| 1000 | 2026-05-27T20:26:35.508Z | Downloaded papergrid v0.17.0 |
| 1001 | 2026-05-27T20:26:35.511Z | Downloaded sigpipe v0.1.3 |
| 1002 | 2026-05-27T20:26:35.511Z | Downloaded sha1 v0.10.6 |
| 1003 | 2026-05-27T20:26:35.517Z | Downloaded nibble_vec v0.1.0 |
| 1004 | 2026-05-27T20:26:35.517Z | Downloaded const_format v0.2.35 |
| 1005 | 2026-05-27T20:26:35.517Z | Downloaded slog-envlogger v2.2.0 |
| 1006 | 2026-05-27T20:26:35.517Z | Downloaded scroll v0.13.0 |
| 1007 | 2026-05-27T20:26:35.558Z | Downloaded slog-bunyan v2.5.0 |
| 1008 | 2026-05-27T20:26:35.558Z | Downloaded progenitor-impl v0.13.0 |
| 1009 | 2026-05-27T20:26:35.558Z | Downloaded http v1.4.0 |
| 1010 | 2026-05-27T20:26:35.558Z | Downloaded p256 v0.13.2 |
| 1011 | 2026-05-27T20:26:35.558Z | Downloaded rustversion v1.0.22 |
| 1012 | 2026-05-27T20:26:35.558Z | Downloaded pin-project v1.1.11 |
| 1013 | 2026-05-27T20:26:35.558Z | Downloaded sct v0.7.1 |
| 1014 | 2026-05-27T20:26:35.558Z | Downloaded sqlparser_derive v0.5.0 |
| 1015 | 2026-05-27T20:26:35.558Z | Downloaded schemars_derive v0.8.22 |
| 1016 | 2026-05-27T20:26:35.558Z | Downloaded serde_path_to_error v0.1.20 |
| 1017 | 2026-05-27T20:26:35.558Z | Downloaded serde_derive_internals v0.29.1 |
| 1018 | 2026-05-27T20:26:35.558Z | Downloaded progenitor-impl v0.14.0 |
| 1019 | 2026-05-27T20:26:35.558Z | Downloaded hickory-server v0.25.2 |
| 1020 | 2026-05-27T20:26:35.558Z | Downloaded prefix-trie v0.7.0 |
| 1021 | 2026-05-27T20:26:35.558Z | Downloaded crossterm v0.28.1 |
| 1022 | 2026-05-27T20:26:35.558Z | Downloaded prettyplease v0.2.37 |
| 1023 | 2026-05-27T20:26:35.558Z | Downloaded ssh-encoding v0.2.0 |
| 1024 | 2026-05-27T20:26:35.558Z | Downloaded strsim v0.10.0 |
| 1025 | 2026-05-27T20:26:35.564Z | Downloaded signal-hook-registry v1.4.8 |
| 1026 | 2026-05-27T20:26:35.564Z | Downloaded shlex v1.3.0 |
| 1027 | 2026-05-27T20:26:35.564Z | Downloaded pretty_assertions v1.4.1 |
| 1028 | 2026-05-27T20:26:35.564Z | Downloaded hyper-util v0.1.20 |
| 1029 | 2026-05-27T20:26:35.567Z | Downloaded hashbrown v0.16.1 |
| 1030 | 2026-05-27T20:26:35.570Z | Downloaded ssh-cipher v0.2.0 |
| 1031 | 2026-05-27T20:26:35.573Z | Downloaded aes-gcm v0.10.3 |
| 1032 | 2026-05-27T20:26:35.573Z | Downloaded strum v0.26.3 |
| 1033 | 2026-05-27T20:26:35.576Z | Downloaded aho-corasick v1.1.4 |
| 1034 | 2026-05-27T20:26:35.579Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1035 | 2026-05-27T20:26:35.579Z | Downloaded structmeta v0.3.0 |
| 1036 | 2026-05-27T20:26:35.579Z | Downloaded serde_with_macros v1.5.2 |
| 1037 | 2026-05-27T20:26:35.584Z | Downloaded rcgen v0.12.1 |
| 1038 | 2026-05-27T20:26:35.584Z | Downloaded structmeta-derive v0.3.0 |
| 1039 | 2026-05-27T20:26:35.584Z | Downloaded slog-async v2.8.0 |
| 1040 | 2026-05-27T20:26:35.588Z | Downloaded strum v0.27.2 |
| 1041 | 2026-05-27T20:26:35.588Z | Downloaded slog-scope v4.4.1 |
| 1042 | 2026-05-27T20:26:35.593Z | Downloaded slog-json v2.6.1 |
| 1043 | 2026-05-27T20:26:35.593Z | Downloaded tap v1.0.1 |
| 1044 | 2026-05-27T20:26:35.593Z | Downloaded take_mut v0.2.2 |
| 1045 | 2026-05-27T20:26:35.593Z | Downloaded tagptr v0.2.0 |
| 1046 | 2026-05-27T20:26:35.593Z | Downloaded slog-dtrace v0.3.0 |
| 1047 | 2026-05-27T20:26:35.596Z | Downloaded slab v0.4.12 |
| 1048 | 2026-05-27T20:26:35.596Z | Downloaded smallvec v0.6.14 |
| 1049 | 2026-05-27T20:26:35.596Z | Downloaded sec1 v0.7.3 |
| 1050 | 2026-05-27T20:26:35.596Z | Downloaded slog-stdlog v4.1.1 |
| 1051 | 2026-05-27T20:26:35.599Z | Downloaded rustls-pki-types v1.14.0 |
| 1052 | 2026-05-27T20:26:35.600Z | Downloaded tabwriter v1.4.1 |
| 1053 | 2026-05-27T20:26:35.600Z | Downloaded sync_wrapper v1.0.2 |
| 1054 | 2026-05-27T20:26:35.603Z | Downloaded smf v0.2.3 |
| 1055 | 2026-05-27T20:26:35.603Z | Downloaded slog-term v2.9.2 |
| 1056 | 2026-05-27T20:26:35.606Z | Downloaded snafu-derive v0.8.9 |
| 1057 | 2026-05-27T20:26:35.606Z | Downloaded serde-hex v0.1.0 |
| 1058 | 2026-05-27T20:26:35.606Z | Downloaded tabled_derive v0.11.0 |
| 1059 | 2026-05-27T20:26:35.606Z | Downloaded spki v0.7.3 |
| 1060 | 2026-05-27T20:26:35.610Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-05-27T20:26:35.610Z | Downloaded progenitor-impl v0.11.2 |
| 1062 | 2026-05-27T20:26:35.616Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-05-27T20:26:35.616Z | Downloaded sync-ptr v0.1.4 |
| 1064 | 2026-05-27T20:26:35.616Z | Downloaded subtle v2.6.1 |
| 1065 | 2026-05-27T20:26:35.616Z | Downloaded serde_cbor v0.11.2 |
| 1066 | 2026-05-27T20:26:35.620Z | Downloaded termtree v0.5.1 |
| 1067 | 2026-05-27T20:26:35.623Z | Downloaded russh-keys v0.45.0 |
| 1068 | 2026-05-27T20:26:35.623Z | Downloaded thread-id v5.1.0 |
| 1069 | 2026-05-27T20:26:35.626Z | Downloaded testing_table v0.3.0 |
| 1070 | 2026-05-27T20:26:35.626Z | Downloaded supports-color v3.0.2 |
| 1071 | 2026-05-27T20:26:35.626Z | Downloaded static_assertions v1.1.0 |
| 1072 | 2026-05-27T20:26:35.639Z | Downloaded stacker v0.1.23 |
| 1073 | 2026-05-27T20:26:35.645Z | Downloaded stringprep v0.1.5 |
| 1074 | 2026-05-27T20:26:35.649Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-05-27T20:26:35.649Z | Downloaded serde_with_macros v3.17.0 |
| 1076 | 2026-05-27T20:26:35.652Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-05-27T20:26:35.652Z | Downloaded minimal-lexical v0.2.1 |
| 1078 | 2026-05-27T20:26:35.655Z | Downloaded simd-adler32 v0.3.8 |
| 1079 | 2026-05-27T20:26:35.655Z | Downloaded hashbrown v0.15.5 |
| 1080 | 2026-05-27T20:26:35.658Z | Downloaded strum_macros v0.27.2 |
| 1081 | 2026-05-27T20:26:35.661Z | Downloaded strum_macros v0.26.4 |
| 1082 | 2026-05-27T20:26:35.661Z | Downloaded schemars v0.8.22 |
| 1083 | 2026-05-27T20:26:35.668Z | Downloaded termios v0.3.3 |
| 1084 | 2026-05-27T20:26:35.672Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1085 | 2026-05-27T20:26:35.672Z | Downloaded num-bigint v0.4.6 |
| 1086 | 2026-05-27T20:26:35.675Z | Downloaded thiserror-no-std v2.0.2 |
| 1087 | 2026-05-27T20:26:35.679Z | Downloaded tower-service v0.3.3 |
| 1088 | 2026-05-27T20:26:35.679Z | Downloaded itertools v0.10.5 |
| 1089 | 2026-05-27T20:26:35.681Z | Downloaded tiny-keccak v2.0.2 |
| 1090 | 2026-05-27T20:26:35.685Z | Downloaded quinn v0.11.9 |
| 1091 | 2026-05-27T20:26:35.685Z | Downloaded support-bundle-viewer v0.1.2 |
| 1092 | 2026-05-27T20:26:35.686Z | Downloaded spin v0.9.8 |
| 1093 | 2026-05-27T20:26:35.689Z | Downloaded qorb v0.4.1 |
| 1094 | 2026-05-27T20:26:35.697Z | Downloaded tls_codec v0.4.2 |
| 1095 | 2026-05-27T20:26:35.701Z | Downloaded universal-hash v0.5.1 |
| 1096 | 2026-05-27T20:26:35.701Z | Downloaded topological-sort v0.2.2 |
| 1097 | 2026-05-27T20:26:35.706Z | Downloaded num-bigint-dig v0.8.6 |
| 1098 | 2026-05-27T20:26:35.711Z | Downloaded trait-variant v0.1.2 |
| 1099 | 2026-05-27T20:26:35.711Z | Downloaded tower-layer v0.3.3 |
| 1100 | 2026-05-27T20:26:35.711Z | Downloaded tls_codec_derive v0.4.2 |
| 1101 | 2026-05-27T20:26:35.711Z | Downloaded signal-hook v0.3.18 |
| 1102 | 2026-05-27T20:26:35.717Z | Downloaded time-macros v0.2.27 |
| 1103 | 2026-05-27T20:26:35.718Z | Downloaded thread_local v1.1.9 |
| 1104 | 2026-05-27T20:26:35.718Z | Downloaded string_cache v0.8.9 |
| 1105 | 2026-05-27T20:26:35.723Z | Downloaded tokio-macros v2.7.0 |
| 1106 | 2026-05-27T20:26:35.723Z | Downloaded tokio-dtrace v0.1.1 |
| 1107 | 2026-05-27T20:26:35.723Z | Downloaded tokio-tungstenite v0.23.1 |
| 1108 | 2026-05-27T20:26:35.723Z | Downloaded try-lock v0.2.5 |
| 1109 | 2026-05-27T20:26:35.723Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-05-27T20:26:35.723Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-05-27T20:26:35.731Z | Downloaded unit-prefix v0.5.2 |
| 1112 | 2026-05-27T20:26:35.731Z | Downloaded typify-macro v0.6.2 |
| 1113 | 2026-05-27T20:26:35.731Z | Downloaded untrusted v0.7.1 |
| 1114 | 2026-05-27T20:26:35.731Z | Downloaded usdt v0.6.0 |
| 1115 | 2026-05-27T20:26:35.731Z | Downloaded unicode-truncate v1.1.0 |
| 1116 | 2026-05-27T20:26:35.734Z | Downloaded slog v2.8.2 |
| 1117 | 2026-05-27T20:26:35.734Z | Downloaded schemars v0.9.0 |
| 1118 | 2026-05-27T20:26:35.737Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1119 | 2026-05-27T20:26:35.740Z | Downloaded usdt-macro v0.6.0 |
| 1120 | 2026-05-27T20:26:35.740Z | Downloaded tokio-native-tls v0.3.1 |
| 1121 | 2026-05-27T20:26:35.744Z | Downloaded mio v1.2.0 |
| 1122 | 2026-05-27T20:26:35.749Z | Downloaded socket2 v0.6.3 |
| 1123 | 2026-05-27T20:26:35.749Z | Downloaded nom v7.1.3 |
| 1124 | 2026-05-27T20:26:35.753Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1125 | 2026-05-27T20:26:35.753Z | Downloaded term v1.2.1 |
| 1126 | 2026-05-27T20:26:35.753Z | Downloaded socket2 v0.5.10 |
| 1127 | 2026-05-27T20:26:35.756Z | Downloaded itertools v0.13.0 |
| 1128 | 2026-05-27T20:26:35.759Z | Downloaded usdt-attr-macro v0.6.0 |
| 1129 | 2026-05-27T20:26:35.759Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1130 | 2026-05-27T20:26:35.759Z | Downloaded term v0.7.0 |
| 1131 | 2026-05-27T20:26:35.762Z | Downloaded futures-util v0.3.32 |
| 1132 | 2026-05-27T20:26:35.769Z | Downloaded itertools v0.12.1 |
| 1133 | 2026-05-27T20:26:35.772Z | Downloaded waitgroup v0.1.2 |
| 1134 | 2026-05-27T20:26:35.772Z | Downloaded void v1.0.2 |
| 1135 | 2026-05-27T20:26:35.772Z | Downloaded iri-string v0.7.10 |
| 1136 | 2026-05-27T20:26:35.776Z | Downloaded rsa v0.9.10 |
| 1137 | 2026-05-27T20:26:35.780Z | Downloaded wait-timeout v0.2.1 |
| 1138 | 2026-05-27T20:26:35.782Z | Downloaded hyper v1.8.1 |
| 1139 | 2026-05-27T20:26:35.785Z | Downloaded want v0.3.1 |
| 1140 | 2026-05-27T20:26:35.789Z | Downloaded rand v0.9.2 |
| 1141 | 2026-05-27T20:26:35.792Z | Downloaded tui-tree-widget v0.23.1 |
| 1142 | 2026-05-27T20:26:35.792Z | Downloaded tokio-rustls v0.26.4 |
| 1143 | 2026-05-27T20:26:35.792Z | Downloaded untrusted v0.9.0 |
| 1144 | 2026-05-27T20:26:35.795Z | Downloaded unicase v2.9.0 |
| 1145 | 2026-05-27T20:26:35.795Z | Downloaded tokio-rustls v0.24.1 |
| 1146 | 2026-05-27T20:26:35.795Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-05-27T20:26:35.798Z | Downloaded rustls-webpki v0.103.9 |
| 1148 | 2026-05-27T20:26:35.801Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-05-27T20:26:35.801Z | Downloaded schemars v1.2.1 |
| 1150 | 2026-05-27T20:26:35.808Z | Downloaded hkdf v0.12.4 |
| 1151 | 2026-05-27T20:26:35.811Z | Downloaded zeroize_derive v1.4.3 |
| 1152 | 2026-05-27T20:26:35.811Z | Downloaded utf-8 v0.7.6 |
| 1153 | 2026-05-27T20:26:35.814Z | Downloaded usdt-impl v0.6.0 |
| 1154 | 2026-05-27T20:26:35.814Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1155 | 2026-05-27T20:26:35.817Z | Downloaded test-strategy v0.4.5 |
| 1156 | 2026-05-27T20:26:35.817Z | Downloaded xattr v1.6.1 |
| 1157 | 2026-05-27T20:26:35.820Z | Downloaded rand v0.8.6 |
| 1158 | 2026-05-27T20:26:35.820Z | Downloaded blake3 v1.8.3 |
| 1159 | 2026-05-27T20:26:35.824Z | Downloaded uzers v0.12.2 |
| 1160 | 2026-05-27T20:26:35.827Z | Downloaded zone v0.3.1 |
| 1161 | 2026-05-27T20:26:35.827Z | Downloaded libxml v0.3.3 |
| 1162 | 2026-05-27T20:26:35.830Z | Downloaded zone_cfg_derive v0.3.1 |
| 1163 | 2026-05-27T20:26:35.830Z | Downloaded typify-macro v0.4.3 |
| 1164 | 2026-05-27T20:26:35.835Z | Downloaded tokio-rustls v0.25.0 |
| 1165 | 2026-05-27T20:26:35.835Z | Downloaded similar v2.7.0 |
| 1166 | 2026-05-27T20:26:35.839Z | Downloaded ron v0.8.1 |
| 1167 | 2026-05-27T20:26:35.839Z | Downloaded twox-hash v2.1.2 |
| 1168 | 2026-05-27T20:26:35.842Z | Downloaded vergen-lib v9.1.0 |
| 1169 | 2026-05-27T20:26:35.842Z | Downloaded vergen-lib v0.1.6 |
| 1170 | 2026-05-27T20:26:35.842Z | Downloaded vergen-gitcl v1.0.8 |
| 1171 | 2026-05-27T20:26:35.842Z | Downloaded vsss-rs v3.3.4 |
| 1172 | 2026-05-27T20:26:35.845Z | Downloaded vergen-git2 v9.1.0 |
| 1173 | 2026-05-27T20:26:35.846Z | Downloaded tinyvec v1.10.0 |
| 1174 | 2026-05-27T20:26:35.846Z | Downloaded tokio-stream v0.1.18 |
| 1175 | 2026-05-27T20:26:35.851Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-05-27T20:26:35.855Z | Downloaded walkdir v2.5.0 |
| 1177 | 2026-05-27T20:26:35.855Z | Downloaded xshell v0.2.7 |
| 1178 | 2026-05-27T20:26:35.855Z | Downloaded libm v0.2.16 |
| 1179 | 2026-05-27T20:26:35.858Z | Downloaded snafu v0.8.9 |
| 1180 | 2026-05-27T20:26:35.862Z | Downloaded unicode-properties v0.1.4 |
| 1181 | 2026-05-27T20:26:35.862Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1182 | 2026-05-27T20:26:35.865Z | Downloaded serde_with v1.14.0 |
| 1183 | 2026-05-27T20:26:35.868Z | Downloaded samael v0.0.19 |
| 1184 | 2026-05-27T20:26:35.871Z | Downloaded p521 v0.13.3 |
| 1185 | 2026-05-27T20:26:35.874Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-05-27T20:26:35.874Z | Downloaded toml v0.7.8 |
| 1187 | 2026-05-27T20:26:35.877Z | Downloaded rayon-core v1.13.0 |
| 1188 | 2026-05-27T20:26:35.877Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-05-27T20:26:35.877Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1190 | 2026-05-27T20:26:35.881Z | Downloaded h2 v0.4.13 |
| 1191 | 2026-05-27T20:26:35.884Z | Downloaded vergen v9.1.0 |
| 1192 | 2026-05-27T20:26:35.888Z | Downloaded itertools v0.14.0 |
| 1193 | 2026-05-27T20:26:35.891Z | Downloaded zstd v0.13.3 |
| 1194 | 2026-05-27T20:26:35.894Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-27T20:26:35.894Z | Downloaded publicsuffix v2.3.0 |
| 1196 | 2026-05-27T20:26:35.897Z | Downloaded zstd-safe v7.2.4 |
| 1197 | 2026-05-27T20:26:35.897Z | Downloaded russh v0.45.0 |
| 1198 | 2026-05-27T20:26:35.901Z | Downloaded typify v0.6.2 |
| 1199 | 2026-05-27T20:26:35.901Z | Downloaded sqlformat v0.3.5 |
| 1200 | 2026-05-27T20:26:35.904Z | Downloaded typify v0.4.3 |
| 1201 | 2026-05-27T20:26:35.907Z | Downloaded unicode-bidi v0.3.18 |
| 1202 | 2026-05-27T20:26:35.907Z | Downloaded iddqd v0.4.2 |
| 1203 | 2026-05-27T20:26:35.911Z | Downloaded unsafe-libyaml v0.2.11 |
| 1204 | 2026-05-27T20:26:35.913Z | Downloaded steno v0.4.1 |
| 1205 | 2026-05-27T20:26:35.917Z | Downloaded whoami v2.1.0 |
| 1206 | 2026-05-27T20:26:35.917Z | Downloaded yasna v0.5.2 |
| 1207 | 2026-05-27T20:26:35.920Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-05-27T20:26:35.920Z | Downloaded tar v0.4.45 |
| 1209 | 2026-05-27T20:26:35.923Z | Downloaded uuid v1.23.0 |
| 1210 | 2026-05-27T20:26:35.923Z | Downloaded rustyline v14.0.0 |
| 1211 | 2026-05-27T20:26:35.927Z | Downloaded chrono v0.4.44 |
| 1212 | 2026-05-27T20:26:35.931Z | Downloaded tracing-attributes v0.1.31 |
| 1213 | 2026-05-27T20:26:35.935Z | Downloaded reedline v0.40.0 |
| 1214 | 2026-05-27T20:26:35.939Z | Downloaded tracing-core v0.1.36 |
| 1215 | 2026-05-27T20:26:35.939Z | Downloaded rand v0.10.0 |
| 1216 | 2026-05-27T20:26:35.942Z | Downloaded tungstenite v0.23.0 |
| 1217 | 2026-05-27T20:26:35.942Z | Downloaded ryu v1.0.23 |
| 1218 | 2026-05-27T20:26:35.942Z | Downloaded vte v0.14.1 |
| 1219 | 2026-05-27T20:26:35.958Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1220 | 2026-05-27T20:26:35.961Z | Downloaded rpassword v7.4.0 |
| 1221 | 2026-05-27T20:26:35.964Z | Downloaded toml_edit v0.19.15 |
| 1222 | 2026-05-27T20:26:35.971Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-05-27T20:26:35.984Z | Downloaded tokio-postgres v0.7.16 |
| 1224 | 2026-05-27T20:26:35.987Z | Downloaded ssh-key v0.6.7 |
| 1225 | 2026-05-27T20:26:35.990Z | Downloaded yansi v1.0.1 |
| 1226 | 2026-05-27T20:26:35.993Z | Downloaded p384 v0.13.1 |
| 1227 | 2026-05-27T20:26:35.998Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-27T20:26:36.004Z | Downloaded zip v0.6.6 |
| 1229 | 2026-05-27T20:26:36.020Z | Downloaded reqwest v0.13.2 |
| 1230 | 2026-05-27T20:26:36.028Z | Downloaded regex v1.12.3 |
| 1231 | 2026-05-27T20:26:36.033Z | Downloaded moka v0.12.13 |
| 1232 | 2026-05-27T20:26:36.036Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-05-27T20:26:36.041Z | Downloaded tower v0.5.3 |
| 1234 | 2026-05-27T20:26:36.048Z | Downloaded git2 v0.20.4 |
| 1235 | 2026-05-27T20:26:36.052Z | Downloaded x509-cert v0.2.5 |
| 1236 | 2026-05-27T20:26:36.056Z | Downloaded unicode-segmentation v1.12.0 |
| 1237 | 2026-05-27T20:26:36.059Z | Downloaded salty v0.3.0 |
| 1238 | 2026-05-27T20:26:36.062Z | Downloaded rayon v1.11.0 |
| 1239 | 2026-05-27T20:26:36.066Z | Downloaded tower-http v0.6.8 |
| 1240 | 2026-05-27T20:26:36.070Z | Downloaded bindgen v0.71.1 |
| 1241 | 2026-05-27T20:26:36.073Z | Downloaded bitvec v1.0.1 |
| 1242 | 2026-05-27T20:26:36.081Z | Downloaded zerocopy-derive v0.8.40 |
| 1243 | 2026-05-27T20:26:36.087Z | Downloaded reqwest v0.12.28 |
| 1244 | 2026-05-27T20:26:36.090Z | Downloaded tough v0.22.0 |
| 1245 | 2026-05-27T20:26:36.094Z | Downloaded unicode-normalization v0.1.25 |
| 1246 | 2026-05-27T20:26:36.099Z | Downloaded tokio-util v0.7.18 |
| 1247 | 2026-05-27T20:26:36.102Z | Downloaded rustls-webpki v0.101.7 |
| 1248 | 2026-05-27T20:26:36.108Z | Downloaded quick-xml v0.37.5 |
| 1249 | 2026-05-27T20:26:36.111Z | Downloaded object v0.30.4 |
| 1250 | 2026-05-27T20:26:36.117Z | Downloaded goblin v0.10.5 |
| 1251 | 2026-05-27T20:26:36.121Z | Downloaded serde_with v3.17.0 |
| 1252 | 2026-05-27T20:26:36.170Z | Downloaded zip v4.6.1 |
| 1253 | 2026-05-27T20:26:36.174Z | Downloaded lalrpop v0.19.12 |
| 1254 | 2026-05-27T20:26:36.175Z | Downloaded typed-path v0.9.3 |
| 1255 | 2026-05-27T20:26:36.175Z | Downloaded rustls-webpki v0.102.8 |
| 1256 | 2026-05-27T20:26:36.175Z | Downloaded proptest v1.10.0 |
| 1257 | 2026-05-27T20:26:36.175Z | Downloaded dropshot v0.17.0 |
| 1258 | 2026-05-27T20:26:36.175Z | Downloaded quinn-proto v0.11.13 |
| 1259 | 2026-05-27T20:26:36.175Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-05-27T20:26:36.179Z | Downloaded petname v2.0.2 |
| 1261 | 2026-05-27T20:26:36.183Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-05-27T20:26:36.196Z | Downloaded radix_trie v0.2.1 |
| 1263 | 2026-05-27T20:26:36.199Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-05-27T20:26:36.204Z | Downloaded nix v0.28.0 |
| 1265 | 2026-05-27T20:26:36.210Z | Downloaded nix v0.27.1 |
| 1266 | 2026-05-27T20:26:36.219Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-05-27T20:26:36.223Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-05-27T20:26:36.228Z | Downloaded tabled v0.20.0 |
| 1269 | 2026-05-27T20:26:36.236Z | Downloaded regex-syntax v0.6.29 |
| 1270 | 2026-05-27T20:26:36.240Z | Downloaded rustls v0.21.12 |
| 1271 | 2026-05-27T20:26:36.247Z | Downloaded vcpkg v0.2.15 |
| 1272 | 2026-05-27T20:26:36.270Z | Downloaded zerocopy v0.8.40 |
| 1273 | 2026-05-27T20:26:36.278Z | Downloaded rustls v0.22.4 |
| 1274 | 2026-05-27T20:26:36.282Z | Downloaded time v0.3.47 |
| 1275 | 2026-05-27T20:26:36.289Z | Downloaded smoltcp v0.9.1 |
| 1276 | 2026-05-27T20:26:36.295Z | Downloaded hickory-proto v0.25.2 |
| 1277 | 2026-05-27T20:26:36.306Z | Downloaded rustix v0.38.44 |
| 1278 | 2026-05-27T20:26:36.318Z | Downloaded object v0.37.3 |
| 1279 | 2026-05-27T20:26:36.324Z | Downloaded regress v0.10.5 |
| 1280 | 2026-05-27T20:26:36.328Z | Downloaded hickory-proto v0.24.4 |
| 1281 | 2026-05-27T20:26:36.338Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-27T20:26:36.341Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-27T20:26:36.347Z | Downloaded nix v0.31.2 |
| 1284 | 2026-05-27T20:26:36.352Z | Downloaded winnow v0.5.40 |
| 1285 | 2026-05-27T20:26:36.358Z | Downloaded smoltcp v0.11.0 |
| 1286 | 2026-05-27T20:26:36.364Z | Downloaded regex-syntax v0.8.10 |
| 1287 | 2026-05-27T20:26:36.368Z | Downloaded rustls v0.23.37 |
| 1288 | 2026-05-27T20:26:36.377Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-05-27T20:26:36.389Z | Downloaded regress v0.11.1 |
| 1290 | 2026-05-27T20:26:36.394Z | Downloaded ratatui v0.29.0 |
| 1291 | 2026-05-27T20:26:36.405Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1292 | 2026-05-27T20:26:36.412Z | Downloaded diesel v2.3.7 |
| 1293 | 2026-05-27T20:26:36.426Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-27T20:26:36.448Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-05-27T20:26:36.457Z | Downloaded sqlparser v0.61.0 |
| 1296 | 2026-05-27T20:26:36.463Z | Downloaded chrono-tz v0.10.4 |
| 1297 | 2026-05-27T20:26:36.474Z | Downloaded typify-impl v0.6.2 |
| 1298 | 2026-05-27T20:26:36.483Z | Downloaded sled v0.34.7 |
| 1299 | 2026-05-27T20:26:36.496Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1300 | 2026-05-27T20:26:36.508Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-27T20:26:36.529Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-27T20:26:36.572Z | Downloaded jiff v0.2.21 |
| 1303 | 2026-05-27T20:26:36.583Z | Downloaded ring v0.17.14 |
| 1304 | 2026-05-27T20:26:36.616Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-27T20:26:36.643Z | Downloaded libz-sys v1.1.24 |
| 1306 | 2026-05-27T20:26:36.656Z | Downloaded csv v1.4.0 |
| 1307 | 2026-05-27T20:26:36.668Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-27T20:26:36.677Z | Downloaded tokio v1.52.1 |
| 1309 | 2026-05-27T20:26:36.729Z | Downloaded encoding_rs v0.8.35 |
| 1310 | 2026-05-27T20:26:36.758Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-27T20:26:37.127Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-05-27T20:26:37.384Z | Compiling libc v0.2.185 |
| 1313 | 2026-05-27T20:26:37.387Z | Compiling serde v1.0.228 |
| 1314 | 2026-05-27T20:26:37.388Z | Compiling log v0.4.29 |
| 1315 | 2026-05-27T20:26:37.388Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-27T20:26:37.548Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-27T20:26:37.548Z | Compiling smallvec v1.15.1 |
| 1318 | 2026-05-27T20:26:37.558Z | Compiling syn v2.0.117 |
| 1319 | 2026-05-27T20:26:37.569Z | Compiling typenum v1.19.0 |
| 1320 | 2026-05-27T20:26:37.713Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-05-27T20:26:37.716Z | Compiling subtle v2.6.1 |
| 1322 | 2026-05-27T20:26:37.747Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-05-27T20:26:37.813Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-05-27T20:26:37.840Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-05-27T20:26:37.854Z | Compiling serde_json v1.0.149 |
| 1326 | 2026-05-27T20:26:37.892Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-05-27T20:26:37.960Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-05-27T20:26:38.063Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-27T20:26:38.189Z | Compiling pin-project-lite v0.2.17 |
| 1330 | 2026-05-27T20:26:38.304Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-05-27T20:26:38.319Z | Compiling bitflags v2.11.0 |
| 1332 | 2026-05-27T20:26:38.401Z | Compiling getrandom v0.2.17 |
| 1333 | 2026-05-27T20:26:38.489Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-05-27T20:26:38.515Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-27T20:26:38.529Z | Compiling rand_core v0.6.4 |
| 1336 | 2026-05-27T20:26:38.654Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-27T20:26:38.830Z | Compiling cc v1.2.56 |
| 1338 | 2026-05-27T20:26:38.872Z | Compiling critical-section v1.2.0 |
| 1339 | 2026-05-27T20:26:38.885Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-27T20:26:38.921Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-27T20:26:38.954Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-27T20:26:38.977Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-27T20:26:39.068Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-27T20:26:39.177Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-27T20:26:39.180Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-05-27T20:26:39.321Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-27T20:26:39.384Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-05-27T20:26:39.400Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-05-27T20:26:39.411Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-27T20:26:39.432Z | Compiling slab v0.4.12 |
| 1351 | 2026-05-27T20:26:39.469Z | Compiling futures-channel v0.3.32 |
| 1352 | 2026-05-27T20:26:39.485Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-27T20:26:39.574Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-05-27T20:26:39.601Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-05-27T20:26:39.638Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-27T20:26:39.688Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-05-27T20:26:39.714Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-27T20:26:39.760Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-27T20:26:40.154Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-27T20:26:40.183Z | Compiling fs_extra v1.3.0 |
| 1361 | 2026-05-27T20:26:40.269Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-27T20:26:40.307Z | Compiling synstructure v0.13.2 |
| 1363 | 2026-05-27T20:26:40.362Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-27T20:26:40.375Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-27T20:26:40.444Z | Compiling aws-lc-sys v0.40.0 |
| 1366 | 2026-05-27T20:26:40.494Z | Compiling iana-time-zone v0.1.65 |
| 1367 | 2026-05-27T20:26:40.627Z | Compiling pem-rfc7468 v0.7.0 |
| 1368 | 2026-05-27T20:26:40.645Z | Compiling flagset v0.4.7 |
| 1369 | 2026-05-27T20:26:40.667Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-27T20:26:40.696Z | Compiling regex-syntax v0.8.10 |
| 1371 | 2026-05-27T20:26:40.848Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-05-27T20:26:40.926Z | Compiling ring v0.17.14 |
| 1373 | 2026-05-27T20:26:40.975Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-27T20:26:41.032Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-27T20:26:41.140Z | Compiling uuid v1.23.0 |
| 1376 | 2026-05-27T20:26:41.318Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-05-27T20:26:41.653Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-05-27T20:26:41.725Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-05-27T20:26:41.850Z | Compiling base64 v0.22.1 |
| 1380 | 2026-05-27T20:26:42.159Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-27T20:26:42.190Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-27T20:26:42.226Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-27T20:26:42.261Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-27T20:26:42.540Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-05-27T20:26:42.839Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-05-27T20:26:43.188Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-27T20:26:43.441Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-05-27T20:26:43.611Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-27T20:26:43.650Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-27T20:26:43.755Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-27T20:26:43.774Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-27T20:26:43.939Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-27T20:26:43.939Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-05-27T20:26:44.182Z | Compiling zerotrie v0.2.3 |
| 1395 | 2026-05-27T20:26:44.196Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-05-27T20:26:44.305Z | Compiling zerovec v0.11.5 |
| 1397 | 2026-05-27T20:26:44.480Z | Compiling hmac v0.12.1 |
| 1398 | 2026-05-27T20:26:44.638Z | Compiling block-padding v0.3.3 |
| 1399 | 2026-05-27T20:26:44.652Z | Compiling sha2 v0.10.9 |
| 1400 | 2026-05-27T20:26:44.799Z | Compiling tinystr v0.8.2 |
| 1401 | 2026-05-27T20:26:44.811Z | Compiling potential_utf v0.1.4 |
| 1402 | 2026-05-27T20:26:44.971Z | Compiling icu_locale_core v2.1.1 |
| 1403 | 2026-05-27T20:26:44.988Z | Compiling icu_collections v2.1.1 |
| 1404 | 2026-05-27T20:26:44.998Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-27T20:26:45.446Z | Compiling inout v0.1.4 |
| 1406 | 2026-05-27T20:26:45.610Z | Compiling bytes v1.11.1 |
| 1407 | 2026-05-27T20:26:45.641Z | Compiling icu_provider v2.1.1 |
| 1408 | 2026-05-27T20:26:45.892Z | Compiling cipher v0.4.4 |
| 1409 | 2026-05-27T20:26:45.969Z | Compiling icu_normalizer v2.1.1 |
| 1410 | 2026-05-27T20:26:46.069Z | Compiling icu_properties v2.1.2 |
| 1411 | 2026-05-27T20:26:46.159Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-27T20:26:46.196Z | Compiling der_derive v0.7.3 |
| 1413 | 2026-05-27T20:26:46.255Z | Compiling http v1.4.0 |
| 1414 | 2026-05-27T20:26:46.522Z | Compiling chrono v0.4.44 |
| 1415 | 2026-05-27T20:26:47.019Z | Compiling idna_adapter v1.2.1 |
| 1416 | 2026-05-27T20:26:47.149Z | Compiling idna v1.1.0 |
| 1417 | 2026-05-27T20:26:47.178Z | Compiling ppv-lite86 v0.2.21 |
| 1418 | 2026-05-27T20:26:47.178Z | Compiling der v0.7.10 |
| 1419 | 2026-05-27T20:26:47.187Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-05-27T20:26:47.315Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-05-27T20:26:47.330Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-27T20:26:47.431Z | Compiling url v2.5.8 |
| 1423 | 2026-05-27T20:26:47.472Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-05-27T20:26:47.768Z | Compiling tracing-attributes v0.1.31 |
| 1425 | 2026-05-27T20:26:47.783Z | Compiling rand_chacha v0.9.0 |
| 1426 | 2026-05-27T20:26:47.891Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-05-27T20:26:48.143Z | Compiling spki v0.7.3 |
| 1428 | 2026-05-27T20:26:48.207Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-27T20:26:48.341Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-27T20:26:48.354Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-27T20:26:48.435Z | Compiling httparse v1.10.1 |
| 1432 | 2026-05-27T20:26:48.461Z | Compiling untrusted v0.7.1 |
| 1433 | 2026-05-27T20:26:48.495Z | Compiling untrusted v0.9.0 |
| 1434 | 2026-05-27T20:26:48.582Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-05-27T20:26:48.615Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-05-27T20:26:48.686Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-05-27T20:26:48.756Z | Compiling pkcs5 v0.7.1 |
| 1438 | 2026-05-27T20:26:48.781Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-05-27T20:26:48.883Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-05-27T20:26:49.030Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-27T20:26:49.056Z | Compiling tracing v0.1.44 |
| 1442 | 2026-05-27T20:26:49.231Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-05-27T20:26:49.319Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-05-27T20:26:49.378Z | Compiling try-lock v0.2.5 |
| 1445 | 2026-05-27T20:26:49.487Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-27T20:26:49.570Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-27T20:26:49.623Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-27T20:26:49.665Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-05-27T20:26:49.790Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-05-27T20:26:49.805Z | Compiling schemars v0.8.22 |
| 1451 | 2026-05-27T20:26:49.823Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-05-27T20:26:49.913Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-27T20:26:50.017Z | Compiling want v0.3.1 |
| 1454 | 2026-05-27T20:26:50.107Z | Compiling schemars_derive v0.8.22 |
| 1455 | 2026-05-27T20:26:50.181Z | Compiling regex-automata v0.4.14 |
| 1456 | 2026-05-27T20:26:50.239Z | Compiling pkcs8 v0.10.2 |
| 1457 | 2026-05-27T20:26:50.570Z | Compiling h2 v0.4.13 |
| 1458 | 2026-05-27T20:26:50.891Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-05-27T20:26:50.971Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-05-27T20:26:51.020Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-05-27T20:26:51.378Z | Compiling openssl v0.10.79 |
| 1462 | 2026-05-27T20:26:51.392Z | Compiling httpdate v1.0.3 |
| 1463 | 2026-05-27T20:26:51.606Z | Compiling pin-utils v0.1.0 |
| 1464 | 2026-05-27T20:26:51.620Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-05-27T20:26:51.681Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-05-27T20:26:51.707Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-27T20:26:51.773Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-27T20:26:51.825Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-27T20:26:52.053Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-27T20:26:52.280Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-05-27T20:26:52.470Z | Compiling spin v0.9.8 |
| 1472 | 2026-05-27T20:26:52.474Z | Compiling num-conv v0.2.0 |
| 1473 | 2026-05-27T20:26:52.581Z | Compiling crc32fast v1.5.0 |
| 1474 | 2026-05-27T20:26:52.634Z | Compiling time-core v0.1.8 |
| 1475 | 2026-05-27T20:26:52.663Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-27T20:26:52.814Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-27T20:26:52.892Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-27T20:26:53.030Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-27T20:26:53.303Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-27T20:26:53.774Z | Compiling hyper v1.8.1 |
| 1481 | 2026-05-27T20:26:53.934Z | Compiling darling v0.20.11 |
| 1482 | 2026-05-27T20:26:53.975Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-27T20:26:54.048Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-27T20:26:54.255Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-05-27T20:26:54.318Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-05-27T20:26:54.361Z | Compiling bit-vec v0.8.0 |
| 1487 | 2026-05-27T20:26:54.499Z | Compiling crossbeam-utils v0.8.21 |
| 1488 | 2026-05-27T20:26:54.678Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-27T20:26:54.681Z | Compiling usdt-impl v0.6.0 |
| 1490 | 2026-05-27T20:26:54.778Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-05-27T20:26:54.791Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-27T20:26:54.795Z | Compiling syn v1.0.109 |
| 1493 | 2026-05-27T20:26:54.882Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-27T20:26:54.980Z | Compiling siphasher v1.0.2 |
| 1495 | 2026-05-27T20:26:55.133Z | Compiling time v0.3.47 |
| 1496 | 2026-05-27T20:26:55.166Z | Compiling rusty-fork v0.3.1 |
| 1497 | 2026-05-27T20:26:55.507Z | Compiling bit-set v0.8.0 |
| 1498 | 2026-05-27T20:26:55.621Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-27T20:26:55.665Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-27T20:26:56.143Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-27T20:26:56.253Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-27T20:26:56.501Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-05-27T20:26:56.561Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-27T20:26:56.576Z | Compiling scroll_derive v0.12.1 |
| 1505 | 2026-05-27T20:26:56.622Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-27T20:26:56.720Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-27T20:26:56.743Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-27T20:26:56.918Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-27T20:26:56.984Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-27T20:26:57.087Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-27T20:26:57.168Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-27T20:26:57.240Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-27T20:26:57.323Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-27T20:26:57.434Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-27T20:26:57.501Z | Compiling unicode-properties v0.1.4 |
| 1516 | 2026-05-27T20:26:57.601Z | Compiling ryu v1.0.23 |
| 1517 | 2026-05-27T20:26:57.706Z | Compiling unarray v0.1.4 |
| 1518 | 2026-05-27T20:26:57.782Z | Compiling allocator-api2 v0.2.21 |
| 1519 | 2026-05-27T20:26:57.822Z | Compiling anyhow v1.0.102 |
| 1520 | 2026-05-27T20:26:57.876Z | Compiling iri-string v0.7.10 |
| 1521 | 2026-05-27T20:26:57.896Z | Compiling adler2 v2.0.1 |
| 1522 | 2026-05-27T20:26:58.025Z | Compiling zstd-safe v7.2.4 |
| 1523 | 2026-05-27T20:26:58.103Z | Compiling unicode-bidi v0.3.18 |
| 1524 | 2026-05-27T20:26:58.117Z | Compiling paste v1.0.15 |
| 1525 | 2026-05-27T20:26:58.220Z | Compiling miniz_oxide v0.8.9 |
| 1526 | 2026-05-27T20:26:58.407Z | Compiling thiserror v1.0.69 |
| 1527 | 2026-05-27T20:26:58.422Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-27T20:26:58.509Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-27T20:26:58.630Z | Compiling serde_urlencoded v0.7.1 |
| 1530 | 2026-05-27T20:26:58.883Z | Compiling scroll v0.12.0 |
| 1531 | 2026-05-27T20:26:59.137Z | Compiling tower-http v0.6.8 |
| 1532 | 2026-05-27T20:26:59.411Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-27T20:26:59.525Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-27T20:26:59.545Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-27T20:26:59.688Z | Compiling ipnetwork v0.21.1 |
| 1536 | 2026-05-27T20:26:59.727Z | Compiling bstr v1.12.1 |
| 1537 | 2026-05-27T20:26:59.855Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-27T20:26:59.902Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-27T20:27:00.023Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-27T20:27:00.084Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-27T20:27:00.166Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-27T20:27:00.208Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-27T20:27:00.338Z | Compiling zerocopy-derive v0.7.35 |
| 1544 | 2026-05-27T20:27:00.360Z | Compiling async-trait v0.1.89 |
| 1545 | 2026-05-27T20:27:00.374Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-27T20:27:00.662Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-27T20:27:00.673Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-05-27T20:27:00.901Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-27T20:27:01.023Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-27T20:27:01.217Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-27T20:27:01.231Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-27T20:27:01.244Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-05-27T20:27:01.356Z | Compiling cfg_aliases v0.2.1 |
| 1554 | 2026-05-27T20:27:01.392Z | Compiling base16ct v0.2.0 |
| 1555 | 2026-05-27T20:27:01.417Z | Compiling fallible-iterator v0.2.0 |
| 1556 | 2026-05-27T20:27:01.431Z | Compiling psl-types v2.0.11 |
| 1557 | 2026-05-27T20:27:01.513Z | Compiling num-bigint-dig v0.8.6 |
| 1558 | 2026-05-27T20:27:01.559Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-27T20:27:01.572Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-05-27T20:27:01.700Z | Compiling mime v0.3.17 |
| 1561 | 2026-05-27T20:27:01.734Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-05-27T20:27:01.909Z | Compiling rustix v0.38.44 |
| 1563 | 2026-05-27T20:27:01.963Z | Compiling zlib-rs v0.6.2 |
| 1564 | 2026-05-27T20:27:02.086Z | Compiling document-features v0.2.12 |
| 1565 | 2026-05-27T20:27:02.137Z | Compiling postgres-protocol v0.6.10 |
| 1566 | 2026-05-27T20:27:02.348Z | Compiling publicsuffix v2.3.0 |
| 1567 | 2026-05-27T20:27:02.521Z | Compiling sec1 v0.7.3 |
| 1568 | 2026-05-27T20:27:02.663Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-27T20:27:02.695Z | Compiling nix v0.31.2 |
| 1570 | 2026-05-27T20:27:02.777Z | Compiling group v0.13.0 |
| 1571 | 2026-05-27T20:27:02.803Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-27T20:27:02.952Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-27T20:27:03.091Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-27T20:27:03.325Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-27T20:27:03.339Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-27T20:27:03.407Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-27T20:27:03.421Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-27T20:27:03.474Z | Compiling hubpack_derive v0.1.1 |
| 1579 | 2026-05-27T20:27:03.539Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-05-27T20:27:03.759Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-27T20:27:04.134Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-27T20:27:04.314Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-27T20:27:04.372Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-27T20:27:04.409Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-27T20:27:04.423Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-27T20:27:04.455Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-27T20:27:04.616Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-27T20:27:04.661Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-05-27T20:27:04.678Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-27T20:27:04.793Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-05-27T20:27:04.807Z | Compiling snafu-derive v0.8.9 |
| 1592 | 2026-05-27T20:27:05.155Z | Compiling strum_macros v0.27.2 |
| 1593 | 2026-05-27T20:27:05.199Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1594 | 2026-05-27T20:27:05.217Z | Compiling daft-derive v0.1.7 |
| 1595 | 2026-05-27T20:27:05.891Z | Compiling vergen v9.1.0 |
| 1596 | 2026-05-27T20:27:05.986Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-27T20:27:06.045Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-05-27T20:27:06.164Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-27T20:27:06.323Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-27T20:27:06.369Z | Compiling bitflags v1.3.2 |
| 1601 | 2026-05-27T20:27:06.448Z | Compiling bumpalo v3.20.2 |
| 1602 | 2026-05-27T20:27:06.492Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-27T20:27:06.706Z | Compiling foldhash v0.2.0 |
| 1604 | 2026-05-27T20:27:06.750Z | Compiling object v0.37.3 |
| 1605 | 2026-05-27T20:27:06.769Z | Compiling winnow v0.5.40 |
| 1606 | 2026-05-27T20:27:06.883Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-27T20:27:06.932Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-27T20:27:07.016Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-05-27T20:27:07.148Z | Compiling clap_builder v4.5.60 |
| 1610 | 2026-05-27T20:27:07.177Z | Compiling strum v0.27.2 |
| 1611 | 2026-05-27T20:27:07.191Z | Compiling hashbrown v0.15.5 |
| 1612 | 2026-05-27T20:27:07.307Z | Compiling bzip2 v0.6.1 |
| 1613 | 2026-05-27T20:27:07.561Z | Compiling hashbrown v0.16.1 |
| 1614 | 2026-05-27T20:27:07.574Z | Compiling snafu v0.8.9 |
| 1615 | 2026-05-27T20:27:07.728Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-05-27T20:27:07.922Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-27T20:27:08.069Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-05-27T20:27:08.132Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-05-27T20:27:08.256Z | Compiling daft v0.1.7 |
| 1620 | 2026-05-27T20:27:08.275Z | Compiling dof v0.3.0 |
| 1621 | 2026-05-27T20:27:08.524Z | Compiling elliptic-curve v0.13.8 |
| 1622 | 2026-05-27T20:27:08.975Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-27T20:27:09.059Z | Compiling phf v0.13.1 |
| 1624 | 2026-05-27T20:27:09.476Z | Compiling cookie_store v0.22.1 |
| 1625 | 2026-05-27T20:27:09.518Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-05-27T20:27:09.586Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-27T20:27:09.634Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-27T20:27:09.803Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-27T20:27:09.845Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-05-27T20:27:10.110Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-05-27T20:27:10.169Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-27T20:27:10.660Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-05-27T20:27:10.703Z | Compiling globset v0.4.18 |
| 1634 | 2026-05-27T20:27:10.952Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-05-27T20:27:10.993Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-05-27T20:27:11.301Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-05-27T20:27:11.392Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-05-27T20:27:11.417Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-05-27T20:27:11.448Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-27T20:27:11.461Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-27T20:27:11.551Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-05-27T20:27:11.604Z | Compiling strum_macros v0.26.4 |
| 1643 | 2026-05-27T20:27:11.641Z | Compiling serde_repr v0.1.20 |
| 1644 | 2026-05-27T20:27:11.676Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-05-27T20:27:11.708Z | Compiling clap_derive v4.5.55 |
| 1646 | 2026-05-27T20:27:11.822Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-27T20:27:11.907Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-27T20:27:12.166Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-05-27T20:27:12.180Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-05-27T20:27:12.230Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-05-27T20:27:12.313Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-05-27T20:27:12.327Z | Compiling keccak v0.1.6 |
| 1653 | 2026-05-27T20:27:12.389Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-05-27T20:27:12.463Z | Compiling normalize-line-endings v0.3.0 |
| 1655 | 2026-05-27T20:27:12.560Z | Compiling precomputed-hash v0.1.1 |
| 1656 | 2026-05-27T20:27:12.613Z | Compiling data-encoding v2.10.0 |
| 1657 | 2026-05-27T20:27:12.648Z | Compiling difflib v0.4.0 |
| 1658 | 2026-05-27T20:27:12.686Z | Compiling predicates-core v1.0.10 |
| 1659 | 2026-05-27T20:27:12.862Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-27T20:27:13.132Z | Compiling either v1.15.0 |
| 1661 | 2026-05-27T20:27:13.199Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-05-27T20:27:13.230Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-27T20:27:13.274Z | Compiling jiff v0.2.21 |
| 1664 | 2026-05-27T20:27:13.295Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-05-27T20:27:13.310Z | Compiling fixedbitset v0.4.2 |
| 1666 | 2026-05-27T20:27:13.326Z | Compiling strum v0.26.3 |
| 1667 | 2026-05-27T20:27:13.341Z | Compiling itertools v0.13.0 |
| 1668 | 2026-05-27T20:27:13.451Z | Compiling petgraph v0.6.5 |
| 1669 | 2026-05-27T20:27:13.466Z | Compiling clap v4.5.60 |
| 1670 | 2026-05-27T20:27:13.517Z | Compiling toml_edit v0.22.27 |
| 1671 | 2026-05-27T20:27:13.546Z | Compiling string_cache v0.8.9 |
| 1672 | 2026-05-27T20:27:13.766Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1673 | 2026-05-27T20:27:14.491Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-27T20:27:14.562Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-05-27T20:27:14.666Z | Compiling predicates v3.1.4 |
| 1676 | 2026-05-27T20:27:14.917Z | Compiling petgraph v0.8.3 |
| 1677 | 2026-05-27T20:27:15.316Z | Compiling env_logger v0.11.9 |
| 1678 | 2026-05-27T20:27:15.666Z | Compiling sha3 v0.10.8 |
| 1679 | 2026-05-27T20:27:16.173Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-27T20:27:16.264Z | Compiling usdt v0.6.0 |
| 1681 | 2026-05-27T20:27:16.535Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-05-27T20:27:16.587Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-27T20:27:16.749Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-27T20:27:16.910Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-05-27T20:27:16.992Z | Compiling crossterm v0.28.1 |
| 1686 | 2026-05-27T20:27:17.130Z | Compiling serde_with v3.17.0 |
| 1687 | 2026-05-27T20:27:17.472Z | Compiling zip v0.6.6 |
| 1688 | 2026-05-27T20:27:17.968Z | Compiling toml v0.7.8 |
| 1689 | 2026-05-27T20:27:18.049Z | Compiling iddqd v0.4.2 |
| 1690 | 2026-05-27T20:27:18.712Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-27T20:27:18.817Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-27T20:27:18.841Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-05-27T20:27:18.939Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-05-27T20:27:19.305Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-05-27T20:27:19.334Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-05-27T20:27:19.388Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-05-27T20:27:19.454Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-05-27T20:27:19.596Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-05-27T20:27:19.690Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-05-27T20:27:19.741Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-05-27T20:27:19.760Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-05-27T20:27:19.932Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-27T20:27:19.942Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-27T20:27:20.040Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-27T20:27:20.079Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-27T20:27:20.165Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-27T20:27:20.172Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-27T20:27:20.246Z | Compiling term v1.2.1 |
| 1709 | 2026-05-27T20:27:20.389Z | Compiling take_mut v0.2.2 |
| 1710 | 2026-05-27T20:27:20.393Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-27T20:27:20.873Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-27T20:27:30.835Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-27T20:27:33.637Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-27T20:27:33.638Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-27T20:27:33.835Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-27T20:27:34.057Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-27T20:27:34.057Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-27T20:27:35.320Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-27T20:27:37.853Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-27T20:27:38.065Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-27T20:27:41.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-27T20:27:41.129Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: Clickhouse |
| 1724 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: Cockroach |
| 1725 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: Console |
| 1726 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-27T20:27:41.129Z | May 27 20:27:40.263 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1730 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1732 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1734 | 2026-05-27T20:27:41.130Z | May 27 20:27:40.263 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1735 | 2026-05-27T20:27:42.144Z | May 27 20:27:41.290 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-05-27T20:27:42.396Z | May 27 20:27:41.541 INFO Download complete, target: Console |
| 1737 | 2026-05-27T20:27:43.486Z | May 27 20:27:42.598 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1738 | 2026-05-27T20:27:43.492Z | May 27 20:27:42.626 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1739 | 2026-05-27T20:27:43.736Z | May 27 20:27:42.876 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-27T20:27:45.253Z | May 27 20:27:44.387 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-05-27T20:27:45.309Z | May 27 20:27:44.451 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-27T20:27:45.856Z | May 27 20:27:45.000 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-27T20:27:45.856Z | May 27 20:27:45.000 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-27T20:27:47.902Z | May 27 20:27:47.048 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-27T20:27:47.971Z | May 27 20:27:47.117 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-27T20:27:50.844Z | May 27 20:27:49.990 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-27T20:27:50.919Z | May 27 20:27:50.059 INFO Checking that binary works, target: Cockroach |
| 1748 | 2026-05-27T20:27:50.976Z | May 27 20:27:50.122 INFO Download complete, target: Clickhouse |
| 1749 | 2026-05-27T20:27:51.035Z | May 27 20:27:50.177 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-27T20:27:51.055Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-27T20:27:51.059Z | |
| 1752 | 2026-05-27T20:27:51.059Z | real 2:17.250909745 |
| 1753 | 2026-05-27T20:27:51.059Z | user 6:58.408762931 |
| 1754 | 2026-05-27T20:27:51.059Z | sys 1:22.703303338 |
| 1755 | 2026-05-27T20:27:51.059Z | trap 0.213278164 |
| 1756 | 2026-05-27T20:27:51.059Z | tflt 0.940619692 |
| 1757 | 2026-05-27T20:27:51.059Z | dflt 0.935879545 |
| 1758 | 2026-05-27T20:27:51.059Z | kflt 0.030849018 |
| 1759 | 2026-05-27T20:27:51.059Z | lock 21:48.028588010 |
| 1760 | 2026-05-27T20:27:51.059Z | slp 21:26.965883212 |
| 1761 | 2026-05-27T20:27:51.059Z | lat 41.638216423 |
| 1762 | 2026-05-27T20:27:51.059Z | stop 1:57.197596841 |
| 1763 | 2026-05-27T20:27:51.059Z | + banner clippy |
| 1764 | 2026-05-27T20:27:51.059Z | |
| 1765 | 2026-05-27T20:27:51.059Z | #### # # ##### ##### # # |
| 1766 | 2026-05-27T20:27:51.060Z | # # # # # # # # # # |
| 1767 | 2026-05-27T20:27:51.060Z | # # # # # # # # |
| 1768 | 2026-05-27T20:27:51.060Z | # # # ##### ##### # |
| 1769 | 2026-05-27T20:27:51.060Z | # # # # # # # |
| 1770 | 2026-05-27T20:27:51.060Z | #### ###### # # # # |
| 1771 | 2026-05-27T20:27:51.060Z | |
| 1772 | 2026-05-27T20:27:51.060Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-27T20:27:51.060Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-27T20:27:51.060Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-27T20:27:51.594Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-27T20:27:51.810Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-27T20:27:53.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1778 | 2026-05-27T20:27:53.752Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-27T20:27:53.779Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-27T20:27:54.389Z | Downloading crates ... |
| 1781 | 2026-05-27T20:27:54.589Z | Downloaded addr2line v0.25.1 |
| 1782 | 2026-05-27T20:27:54.592Z | Downloaded blake2b_simd v1.0.4 |
| 1783 | 2026-05-27T20:27:54.595Z | Downloaded anes v0.1.6 |
| 1784 | 2026-05-27T20:27:54.595Z | Downloaded parking v2.2.1 |
| 1785 | 2026-05-27T20:27:54.598Z | Downloaded supports-color v2.1.0 |
| 1786 | 2026-05-27T20:27:54.599Z | Downloaded plotters-svg v0.3.7 |
| 1787 | 2026-05-27T20:27:54.602Z | Downloaded escape8259 v0.5.3 |
| 1788 | 2026-05-27T20:27:54.606Z | Downloaded serde_regex v1.1.0 |
| 1789 | 2026-05-27T20:27:54.609Z | Downloaded owo-colors v3.5.0 |
| 1790 | 2026-05-27T20:27:54.609Z | Downloaded miette v5.10.0 |
| 1791 | 2026-05-27T20:27:54.612Z | Downloaded libtest-mimic v0.8.1 |
| 1792 | 2026-05-27T20:27:54.612Z | Downloaded fancy-regex v0.14.0 |
| 1793 | 2026-05-27T20:27:54.616Z | Downloaded approx v0.5.1 |
| 1794 | 2026-05-27T20:27:54.616Z | Downloaded tinytemplate v1.2.1 |
| 1795 | 2026-05-27T20:27:54.621Z | Downloaded rustc-demangle v0.1.27 |
| 1796 | 2026-05-27T20:27:54.623Z | Downloaded similar-asserts v1.7.0 |
| 1797 | 2026-05-27T20:27:54.623Z | Downloaded textwrap v0.15.2 |
| 1798 | 2026-05-27T20:27:54.626Z | Downloaded async-object-pool v0.2.0 |
| 1799 | 2026-05-27T20:27:54.626Z | Downloaded supports-unicode v2.1.0 |
| 1800 | 2026-05-27T20:27:54.626Z | Downloaded knuffel v3.2.0 |
| 1801 | 2026-05-27T20:27:54.629Z | Downloaded constant_time_eq v0.3.1 |
| 1802 | 2026-05-27T20:27:54.629Z | Downloaded cfg-expr v0.20.6 |
| 1803 | 2026-05-27T20:27:54.632Z | Downloaded nested v0.1.1 |
| 1804 | 2026-05-27T20:27:54.632Z | Downloaded relative-path v1.9.3 |
| 1805 | 2026-05-27T20:27:54.635Z | Downloaded target-lexicon v0.13.3 |
| 1806 | 2026-05-27T20:27:54.638Z | Downloaded tokio-test v0.4.5 |
| 1807 | 2026-05-27T20:27:54.638Z | Downloaded hickory-client v0.25.2 |
| 1808 | 2026-05-27T20:27:54.641Z | Downloaded oorandom v11.1.5 |
| 1809 | 2026-05-27T20:27:54.641Z | Downloaded plotters-backend v0.3.7 |
| 1810 | 2026-05-27T20:27:54.642Z | Downloaded assert-json-diff v2.0.2 |
| 1811 | 2026-05-27T20:27:54.644Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1812 | 2026-05-27T20:27:54.645Z | Downloaded stringmetrics v2.2.2 |
| 1813 | 2026-05-27T20:27:54.645Z | Downloaded miette-derive v5.10.0 |
| 1814 | 2026-05-27T20:27:54.645Z | Downloaded backtrace-ext v0.2.1 |
| 1815 | 2026-05-27T20:27:54.647Z | Downloaded knuffel-derive v3.2.0 |
| 1816 | 2026-05-27T20:27:54.652Z | Downloaded trybuild v1.0.116 |
| 1817 | 2026-05-27T20:27:54.657Z | Downloaded rstest_macros v0.25.0 |
| 1818 | 2026-05-27T20:27:54.660Z | Downloaded cast v0.3.0 |
| 1819 | 2026-05-27T20:27:54.660Z | Downloaded event-listener v5.4.1 |
| 1820 | 2026-05-27T20:27:54.663Z | Downloaded supports-hyperlinks v2.1.0 |
| 1821 | 2026-05-27T20:27:54.666Z | Downloaded linkme-impl v0.3.35 |
| 1822 | 2026-05-27T20:27:54.678Z | Downloaded path-tree v0.8.3 |
| 1823 | 2026-05-27T20:27:54.681Z | Downloaded target-spec v3.5.7 |
| 1824 | 2026-05-27T20:27:54.681Z | Downloaded concurrent-queue v2.5.0 |
| 1825 | 2026-05-27T20:27:54.684Z | Downloaded pathdiff v0.2.3 |
| 1826 | 2026-05-27T20:27:54.687Z | Downloaded event-listener-strategy v0.5.4 |
| 1827 | 2026-05-27T20:27:54.687Z | Downloaded target-triple v1.0.0 |
| 1828 | 2026-05-27T20:27:54.687Z | Downloaded criterion-plot v0.6.0 |
| 1829 | 2026-05-27T20:27:54.690Z | Downloaded futures-timer v3.0.3 |
| 1830 | 2026-05-27T20:27:54.690Z | Downloaded assert_cmd v2.1.2 |
| 1831 | 2026-05-27T20:27:54.693Z | Downloaded partial-io v0.5.4 |
| 1832 | 2026-05-27T20:27:54.696Z | Downloaded httptest v0.16.4 |
| 1833 | 2026-05-27T20:27:54.696Z | Downloaded termcolor v1.4.1 |
| 1834 | 2026-05-27T20:27:54.699Z | Downloaded datatest-stable v0.3.3 |
| 1835 | 2026-05-27T20:27:54.699Z | Downloaded async-lock v3.4.2 |
| 1836 | 2026-05-27T20:27:54.702Z | Downloaded terminal_size v0.1.17 |
| 1837 | 2026-05-27T20:27:54.704Z | Downloaded linkme v0.3.35 |
| 1838 | 2026-05-27T20:27:54.717Z | Downloaded rstest v0.25.0 |
| 1839 | 2026-05-27T20:27:54.728Z | Downloaded chumsky v0.9.3 |
| 1840 | 2026-05-27T20:27:54.731Z | Downloaded guppy v0.17.25 |
| 1841 | 2026-05-27T20:27:54.734Z | Downloaded criterion v0.7.0 |
| 1842 | 2026-05-27T20:27:54.736Z | Downloaded rust-argon2 v2.1.0 |
| 1843 | 2026-05-27T20:27:54.739Z | Downloaded rand_distr v0.5.1 |
| 1844 | 2026-05-27T20:27:54.742Z | Downloaded plotters v0.3.7 |
| 1845 | 2026-05-27T20:27:54.745Z | Downloaded hashbrown v0.14.5 |
| 1846 | 2026-05-27T20:27:54.756Z | Downloaded backtrace v0.3.76 |
| 1847 | 2026-05-27T20:27:54.761Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-05-27T20:27:54.860Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-27T20:27:56.530Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-27T20:27:56.886Z | Checking libc v0.2.185 |
| 1851 | 2026-05-27T20:27:56.889Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-27T20:27:56.956Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-27T20:27:56.994Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-27T20:27:57.034Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-27T20:27:57.037Z | Checking log v0.4.29 |
| 1856 | 2026-05-27T20:27:57.111Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-27T20:27:57.150Z | Checking libm v0.2.16 |
| 1858 | 2026-05-27T20:27:57.192Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-27T20:27:57.233Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-27T20:27:57.274Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-27T20:27:57.311Z | Checking errno v0.3.14 |
| 1862 | 2026-05-27T20:27:57.311Z | Checking getrandom v0.2.17 |
| 1863 | 2026-05-27T20:27:57.376Z | Checking lock_api v0.4.14 |
| 1864 | 2026-05-27T20:27:57.410Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-05-27T20:27:57.446Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-27T20:27:57.483Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-27T20:27:57.518Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-27T20:27:57.554Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-27T20:27:57.590Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-27T20:27:57.626Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-27T20:27:57.660Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-27T20:27:57.696Z | Checking form_urlencoded v1.2.2 |
| 1873 | 2026-05-27T20:27:57.731Z | Checking pin-project-lite v0.2.17 |
| 1874 | 2026-05-27T20:27:57.734Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-27T20:27:57.796Z | Checking zerovec v0.11.5 |
| 1876 | 2026-05-27T20:27:57.799Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-05-27T20:27:57.861Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-27T20:27:57.898Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-27T20:27:57.901Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-05-27T20:27:57.986Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-27T20:27:57.989Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-27T20:27:58.105Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-05-27T20:27:58.145Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-27T20:27:58.179Z | Checking parking_lot v0.12.5 |
| 1885 | 2026-05-27T20:27:58.215Z | Checking getrandom v0.4.1 |
| 1886 | 2026-05-27T20:27:58.264Z | Checking tinystr v0.8.2 |
| 1887 | 2026-05-27T20:27:58.329Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-05-27T20:27:58.386Z | Checking critical-section v1.2.0 |
| 1889 | 2026-05-27T20:27:58.422Z | Checking serde v1.0.228 |
| 1890 | 2026-05-27T20:27:58.422Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-27T20:27:58.487Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-27T20:27:58.490Z | Checking icu_locale_core v2.1.1 |
| 1893 | 2026-05-27T20:27:58.518Z | Checking icu_collections v2.1.1 |
| 1894 | 2026-05-27T20:27:58.586Z | Checking once_cell v1.21.3 |
| 1895 | 2026-05-27T20:27:58.624Z | Checking mio v1.2.0 |
| 1896 | 2026-05-27T20:27:58.689Z | Checking socket2 v0.6.3 |
| 1897 | 2026-05-27T20:27:58.793Z | Checking typenum v1.19.0 |
| 1898 | 2026-05-27T20:27:58.862Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-27T20:27:58.920Z | Checking iana-time-zone v0.1.65 |
| 1900 | 2026-05-27T20:27:58.957Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-27T20:27:59.003Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-27T20:27:59.045Z | Checking chrono v0.4.44 |
| 1903 | 2026-05-27T20:27:59.084Z | Checking uuid v1.23.0 |
| 1904 | 2026-05-27T20:27:59.129Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-05-27T20:27:59.165Z | Checking semver v1.0.28 |
| 1906 | 2026-05-27T20:27:59.272Z | Checking futures-core v0.3.32 |
| 1907 | 2026-05-27T20:27:59.325Z | Checking tokio v1.52.1 |
| 1908 | 2026-05-27T20:27:59.360Z | Checking generic-array v0.14.7 |
| 1909 | 2026-05-27T20:27:59.394Z | Checking icu_normalizer v2.1.1 |
| 1910 | 2026-05-27T20:27:59.428Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-05-27T20:27:59.431Z | Checking equivalent v1.0.2 |
| 1912 | 2026-05-27T20:27:59.460Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-05-27T20:27:59.568Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-27T20:27:59.617Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-27T20:27:59.728Z | Checking futures-task v0.3.32 |
| 1916 | 2026-05-27T20:27:59.763Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-05-27T20:27:59.819Z | Checking crypto-common v0.1.7 |
| 1918 | 2026-05-27T20:27:59.894Z | Checking block-buffer v0.10.4 |
| 1919 | 2026-05-27T20:27:59.931Z | Checking futures-io v0.3.32 |
| 1920 | 2026-05-27T20:27:59.968Z | Checking slab v0.4.12 |
| 1921 | 2026-05-27T20:28:00.003Z | Checking rustix v1.1.3 |
| 1922 | 2026-05-27T20:28:00.059Z | Checking byteorder v1.5.0 |
| 1923 | 2026-05-27T20:28:00.094Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-27T20:28:00.152Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-27T20:28:00.270Z | Checking digest v0.10.7 |
| 1926 | 2026-05-27T20:28:00.304Z | Checking cpufeatures v0.2.17 |
| 1927 | 2026-05-27T20:28:00.307Z | Checking idna_adapter v1.2.1 |
| 1928 | 2026-05-27T20:28:00.431Z | Checking thiserror v1.0.69 |
| 1929 | 2026-05-27T20:28:00.466Z | Checking idna v1.1.0 |
| 1930 | 2026-05-27T20:28:00.500Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-27T20:28:00.557Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-27T20:28:00.592Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-27T20:28:00.667Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-05-27T20:28:00.703Z | Checking http v1.4.0 |
| 1935 | 2026-05-27T20:28:00.735Z | Checking url v2.5.8 |
| 1936 | 2026-05-27T20:28:00.769Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-05-27T20:28:00.835Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-05-27T20:28:01.082Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-27T20:28:01.161Z | Checking tracing v0.1.44 |
| 1940 | 2026-05-27T20:28:01.165Z | Checking ipnet v2.11.0 |
| 1941 | 2026-05-27T20:28:01.228Z | Checking schemars v0.8.22 |
| 1942 | 2026-05-27T20:28:01.279Z | Checking anstyle v1.0.13 |
| 1943 | 2026-05-27T20:28:01.341Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-05-27T20:28:01.394Z | Checking untrusted v0.9.0 |
| 1945 | 2026-05-27T20:28:01.509Z | Checking unicode-ident v1.0.24 |
| 1946 | 2026-05-27T20:28:01.513Z | Checking base64ct v1.8.3 |
| 1947 | 2026-05-27T20:28:01.513Z | Checking anstyle-parse v0.2.7 |
| 1948 | 2026-05-27T20:28:01.569Z | Checking ring v0.17.14 |
| 1949 | 2026-05-27T20:28:01.607Z | Checking proc-macro2 v1.0.106 |
| 1950 | 2026-05-27T20:28:01.708Z | Checking block-padding v0.3.3 |
| 1951 | 2026-05-27T20:28:01.763Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-05-27T20:28:01.870Z | Checking is_terminal_polyfill v1.70.2 |
| 1953 | 2026-05-27T20:28:01.906Z | Checking anstyle-query v1.1.5 |
| 1954 | 2026-05-27T20:28:01.944Z | Checking quote v1.0.45 |
| 1955 | 2026-05-27T20:28:01.984Z | Checking colorchoice v1.0.4 |
| 1956 | 2026-05-27T20:28:02.020Z | Checking inout v0.1.4 |
| 1957 | 2026-05-27T20:28:02.023Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-05-27T20:28:02.095Z | Checking httparse v1.10.1 |
| 1959 | 2026-05-27T20:28:02.131Z | Checking anstream v0.6.21 |
| 1960 | 2026-05-27T20:28:02.165Z | Checking syn v2.0.117 |
| 1961 | 2026-05-27T20:28:02.200Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-27T20:28:02.331Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-05-27T20:28:02.366Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-27T20:28:02.369Z | Checking allocator-api2 v0.2.21 |
| 1965 | 2026-05-27T20:28:02.438Z | Checking strsim v0.11.1 |
| 1966 | 2026-05-27T20:28:02.473Z | Checking clap_lex v1.0.0 |
| 1967 | 2026-05-27T20:28:02.476Z | Checking regex-automata v0.4.14 |
| 1968 | 2026-05-27T20:28:02.541Z | Checking tokio-util v0.7.18 |
| 1969 | 2026-05-27T20:28:02.577Z | Checking pem-rfc7468 v0.7.0 |
| 1970 | 2026-05-27T20:28:02.622Z | Checking http-body v1.0.1 |
| 1971 | 2026-05-27T20:28:02.657Z | Checking clap_builder v4.5.60 |
| 1972 | 2026-05-27T20:28:02.694Z | Checking sha2 v0.10.9 |
| 1973 | 2026-05-27T20:28:02.729Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-05-27T20:28:02.763Z | Checking atomic-waker v1.1.2 |
| 1975 | 2026-05-27T20:28:02.797Z | Checking rand_core v0.9.5 |
| 1976 | 2026-05-27T20:28:02.886Z | Checking hmac v0.12.1 |
| 1977 | 2026-05-27T20:28:02.935Z | Checking deranged v0.5.8 |
| 1978 | 2026-05-27T20:28:02.995Z | Checking num-conv v0.2.0 |
| 1979 | 2026-05-27T20:28:03.030Z | Checking num_threads v0.1.7 |
| 1980 | 2026-05-27T20:28:03.065Z | Checking time-core v0.1.8 |
| 1981 | 2026-05-27T20:28:03.141Z | Checking try-lock v0.2.5 |
| 1982 | 2026-05-27T20:28:03.143Z | Checking httpdate v1.0.3 |
| 1983 | 2026-05-27T20:28:03.207Z | Checking h2 v0.4.13 |
| 1984 | 2026-05-27T20:28:03.242Z | Checking pin-utils v0.1.0 |
| 1985 | 2026-05-27T20:28:03.275Z | Checking want v0.3.1 |
| 1986 | 2026-05-27T20:28:03.337Z | Checking tower-layer v0.3.3 |
| 1987 | 2026-05-27T20:28:03.340Z | Checking flagset v0.4.7 |
| 1988 | 2026-05-27T20:28:03.421Z | Checking ryu v1.0.23 |
| 1989 | 2026-05-27T20:28:03.489Z | Checking tower-service v0.3.3 |
| 1990 | 2026-05-27T20:28:03.545Z | Checking der v0.7.10 |
| 1991 | 2026-05-27T20:28:03.585Z | Checking rand_chacha v0.9.0 |
| 1992 | 2026-05-27T20:28:03.620Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-05-27T20:28:03.815Z | Checking mime v0.3.17 |
| 1994 | 2026-05-27T20:28:03.883Z | Checking time v0.3.47 |
| 1995 | 2026-05-27T20:28:03.918Z | Checking clap v4.5.60 |
| 1996 | 2026-05-27T20:28:04.011Z | Checking rand v0.9.2 |
| 1997 | 2026-05-27T20:28:04.046Z | Checking slog v2.8.2 |
| 1998 | 2026-05-27T20:28:04.049Z | Checking spin v0.9.8 |
| 1999 | 2026-05-27T20:28:04.283Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-27T20:28:04.319Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-05-27T20:28:04.354Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-05-27T20:28:04.357Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-27T20:28:04.469Z | Checking fastrand v2.3.0 |
| 2004 | 2026-05-27T20:28:04.504Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-05-27T20:28:04.507Z | Checking spki v0.7.3 |
| 2006 | 2026-05-27T20:28:04.571Z | Checking serde_urlencoded v0.7.1 |
| 2007 | 2026-05-27T20:28:04.574Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-27T20:28:04.638Z | Checking aes v0.8.4 |
| 2009 | 2026-05-27T20:28:04.672Z | Checking encoding_rs v0.8.35 |
| 2010 | 2026-05-27T20:28:04.723Z | Checking regex v1.12.3 |
| 2011 | 2026-05-27T20:28:04.761Z | Checking salsa20 v0.10.2 |
| 2012 | 2026-05-27T20:28:04.800Z | Checking cbc v0.1.2 |
| 2013 | 2026-05-27T20:28:04.879Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-05-27T20:28:04.918Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-05-27T20:28:04.957Z | Checking hex v0.4.3 |
| 2016 | 2026-05-27T20:28:05.030Z | Checking pretty-hex v0.4.1 |
| 2017 | 2026-05-27T20:28:05.033Z | Checking simd-adler32 v0.3.8 |
| 2018 | 2026-05-27T20:28:05.097Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-27T20:28:05.153Z | Checking rand v0.8.6 |
| 2020 | 2026-05-27T20:28:05.188Z | Checking tempfile v3.25.0 |
| 2021 | 2026-05-27T20:28:05.223Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-05-27T20:28:05.259Z | Checking adler2 v2.0.1 |
| 2023 | 2026-05-27T20:28:05.262Z | Checking plain v0.2.3 |
| 2024 | 2026-05-27T20:28:05.395Z | Checking miniz_oxide v0.8.9 |
| 2025 | 2026-05-27T20:28:05.433Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-05-27T20:28:05.436Z | Checking rustls-native-certs v0.8.3 |
| 2027 | 2026-05-27T20:28:05.463Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-05-27T20:28:05.639Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-05-27T20:28:05.678Z | Checking tower v0.5.3 |
| 2030 | 2026-05-27T20:28:05.716Z | Checking webpki-roots v1.0.6 |
| 2031 | 2026-05-27T20:28:05.741Z | Checking camino v1.2.2 |
| 2032 | 2026-05-27T20:28:05.785Z | Checking foldhash v0.2.0 |
| 2033 | 2026-05-27T20:28:05.788Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-05-27T20:28:05.788Z | Checking pkcs8 v0.10.2 |
| 2035 | 2026-05-27T20:28:05.887Z | Checking pest v2.8.6 |
| 2036 | 2026-05-27T20:28:05.890Z | Checking hyper v1.8.1 |
| 2037 | 2026-05-27T20:28:05.890Z | Checking iri-string v0.7.10 |
| 2038 | 2026-05-27T20:28:05.987Z | Checking hashbrown v0.16.1 |
| 2039 | 2026-05-27T20:28:06.021Z | Checking futures-executor v0.3.32 |
| 2040 | 2026-05-27T20:28:06.024Z | Checking either v1.15.0 |
| 2041 | 2026-05-27T20:28:06.088Z | Checking openapiv3 v2.2.0 |
| 2042 | 2026-05-27T20:28:06.196Z | Checking futures v0.3.32 |
| 2043 | 2026-05-27T20:28:06.264Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-05-27T20:28:06.300Z | Checking rustls v0.23.37 |
| 2045 | 2026-05-27T20:28:06.303Z | Checking static_assertions v1.1.0 |
| 2046 | 2026-05-27T20:28:06.429Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-27T20:28:06.432Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-27T20:28:06.508Z | Checking signature v2.2.0 |
| 2049 | 2026-05-27T20:28:06.547Z | Checking winnow v0.7.14 |
| 2050 | 2026-05-27T20:28:06.666Z | Checking hubpack v0.1.2 |
| 2051 | 2026-05-27T20:28:06.720Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-05-27T20:28:06.862Z | Checking strum v0.26.3 |
| 2053 | 2026-05-27T20:28:06.898Z | Checking hyper-util v0.1.20 |
| 2054 | 2026-05-27T20:28:06.959Z | Checking tower-http v0.6.8 |
| 2055 | 2026-05-27T20:28:06.962Z | Checking tinyvec_macros v0.1.1 |
| 2056 | 2026-05-27T20:28:07.026Z | Checking psl-types v2.0.11 |
| 2057 | 2026-05-27T20:28:07.086Z | Checking tinyvec v1.10.0 |
| 2058 | 2026-05-27T20:28:07.166Z | Checking publicsuffix v2.3.0 |
| 2059 | 2026-05-27T20:28:07.257Z | Checking cookie v0.18.1 |
| 2060 | 2026-05-27T20:28:07.354Z | Checking sha1 v0.10.6 |
| 2061 | 2026-05-27T20:28:07.388Z | Checking num-integer v0.1.46 |
| 2062 | 2026-05-27T20:28:07.421Z | Checking scroll v0.13.0 |
| 2063 | 2026-05-27T20:28:07.514Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-05-27T20:28:07.549Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-05-27T20:28:07.617Z | Checking flate2 v1.1.9 |
| 2066 | 2026-05-27T20:28:07.653Z | Checking serde_spanned v0.6.9 |
| 2067 | 2026-05-27T20:28:07.687Z | Checking goblin v0.10.5 |
| 2068 | 2026-05-27T20:28:07.768Z | Checking toml_datetime v0.6.11 |
| 2069 | 2026-05-27T20:28:07.805Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-27T20:28:07.808Z | Checking bit-vec v0.8.0 |
| 2071 | 2026-05-27T20:28:07.902Z | Checking base16ct v0.2.0 |
| 2072 | 2026-05-27T20:28:07.948Z | Checking foreign-types-shared v0.1.1 |
| 2073 | 2026-05-27T20:28:07.987Z | Checking dtrace-parser v0.3.0 |
| 2074 | 2026-05-27T20:28:08.022Z | Checking ff v0.13.1 |
| 2075 | 2026-05-27T20:28:08.058Z | Checking bit-set v0.8.0 |
| 2076 | 2026-05-27T20:28:08.061Z | Checking foreign-types v0.3.2 |
| 2077 | 2026-05-27T20:28:08.061Z | Checking sec1 v0.7.3 |
| 2078 | 2026-05-27T20:28:08.173Z | Checking openssl-sys v0.9.115 |
| 2079 | 2026-05-27T20:28:08.176Z | Checking thread-id v5.1.0 |
| 2080 | 2026-05-27T20:28:08.240Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-05-27T20:28:08.243Z | Checking group v0.13.0 |
| 2082 | 2026-05-27T20:28:08.243Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-27T20:28:08.336Z | Checking bstr v1.12.1 |
| 2084 | 2026-05-27T20:28:08.370Z | Checking hkdf v0.12.4 |
| 2085 | 2026-05-27T20:28:08.404Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-27T20:28:08.441Z | Checking ahash v0.8.12 |
| 2087 | 2026-05-27T20:28:08.445Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-27T20:28:08.528Z | Checking quick-error v1.2.3 |
| 2089 | 2026-05-27T20:28:08.610Z | Checking openssl v0.10.79 |
| 2090 | 2026-05-27T20:28:08.651Z | Checking rand_xorshift v0.4.0 |
| 2091 | 2026-05-27T20:28:08.685Z | Checking rusty-fork v0.3.1 |
| 2092 | 2026-05-27T20:28:08.688Z | Checking tokio-rustls v0.26.4 |
| 2093 | 2026-05-27T20:28:08.688Z | Checking rustls-platform-verifier v0.6.2 |
| 2094 | 2026-05-27T20:28:08.783Z | Checking scroll v0.12.0 |
| 2095 | 2026-05-27T20:28:08.816Z | Checking unarray v0.1.4 |
| 2096 | 2026-05-27T20:28:08.878Z | Checking num-bigint-dig v0.8.6 |
| 2097 | 2026-05-27T20:28:08.913Z | Checking pkcs1 v0.7.5 |
| 2098 | 2026-05-27T20:28:08.947Z | Checking proptest v1.10.0 |
| 2099 | 2026-05-27T20:28:08.980Z | Checking hyper-rustls v0.27.7 |
| 2100 | 2026-05-27T20:28:09.033Z | Checking goblin v0.8.2 |
| 2101 | 2026-05-27T20:28:09.147Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-27T20:28:09.213Z | Checking reqwest v0.13.2 |
| 2103 | 2026-05-27T20:28:09.375Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-27T20:28:09.701Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-05-27T20:28:09.741Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-05-27T20:28:09.823Z | Checking rsa v0.9.10 |
| 2107 | 2026-05-27T20:28:10.040Z | Checking dof v0.4.0 |
| 2108 | 2026-05-27T20:28:10.115Z | Checking dtrace-parser v0.2.0 |
| 2109 | 2026-05-27T20:28:10.118Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-27T20:28:10.209Z | Checking memoffset v0.9.1 |
| 2111 | 2026-05-27T20:28:10.256Z | Checking thread-id v4.2.2 |
| 2112 | 2026-05-27T20:28:10.316Z | Checking ecdsa v0.16.9 |
| 2113 | 2026-05-27T20:28:10.321Z | Checking curve25519-dalek v4.1.3 |
| 2114 | 2026-05-27T20:28:10.383Z | Checking rustix v0.38.44 |
| 2115 | 2026-05-27T20:28:10.386Z | Checking env_filter v1.0.0 |
| 2116 | 2026-05-27T20:28:10.586Z | Checking same-file v1.0.6 |
| 2117 | 2026-05-27T20:28:10.635Z | Checking native-tls v0.2.18 |
| 2118 | 2026-05-27T20:28:10.680Z | Checking usdt-impl v0.6.0 |
| 2119 | 2026-05-27T20:28:10.716Z | Checking keccak v0.1.6 |
| 2120 | 2026-05-27T20:28:10.756Z | Checking toml_write v0.1.2 |
| 2121 | 2026-05-27T20:28:10.759Z | Checking newtype-uuid v1.3.2 |
| 2122 | 2026-05-27T20:28:10.841Z | Checking tokio-native-tls v0.3.1 |
| 2123 | 2026-05-27T20:28:10.913Z | Checking sha3 v0.10.8 |
| 2124 | 2026-05-27T20:28:10.949Z | Checking dof v0.3.0 |
| 2125 | 2026-05-27T20:28:10.984Z | Checking daft v0.1.7 |
| 2126 | 2026-05-27T20:28:10.987Z | Checking usdt v0.6.0 |
| 2127 | 2026-05-27T20:28:10.987Z | Checking toml_edit v0.22.27 |
| 2128 | 2026-05-27T20:28:11.081Z | Checking hyper-tls v0.6.0 |
| 2129 | 2026-05-27T20:28:11.114Z | Checking walkdir v2.5.0 |
| 2130 | 2026-05-27T20:28:11.149Z | Checking env_logger v0.11.9 |
| 2131 | 2026-05-27T20:28:11.203Z | Checking ed25519 v2.2.3 |
| 2132 | 2026-05-27T20:28:11.238Z | Checking itertools v0.13.0 |
| 2133 | 2026-05-27T20:28:11.272Z | Checking usdt-impl v0.5.0 |
| 2134 | 2026-05-27T20:28:11.275Z | Checking reqwest v0.12.28 |
| 2135 | 2026-05-27T20:28:11.275Z | Checking serde_with v3.17.0 |
| 2136 | 2026-05-27T20:28:11.369Z | Checking bitflags v1.3.2 |
| 2137 | 2026-05-27T20:28:11.372Z | Checking siphasher v1.0.2 |
| 2138 | 2026-05-27T20:28:11.435Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-27T20:28:11.470Z | Checking nix v0.31.2 |
| 2140 | 2026-05-27T20:28:11.572Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-05-27T20:28:11.608Z | Checking unicode-normalization v0.1.25 |
| 2142 | 2026-05-27T20:28:11.692Z | Checking signal-hook v0.3.18 |
| 2143 | 2026-05-27T20:28:11.911Z | Checking managed v0.8.0 |
| 2144 | 2026-05-27T20:28:11.948Z | Checking winnow v0.5.40 |
| 2145 | 2026-05-27T20:28:12.031Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-27T20:28:12.124Z | Checking object v0.37.3 |
| 2147 | 2026-05-27T20:28:12.128Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-27T20:28:12.193Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-05-27T20:28:12.196Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-05-27T20:28:12.270Z | Checking globset v0.4.18 |
| 2151 | 2026-05-27T20:28:12.316Z | Checking hashbrown v0.15.5 |
| 2152 | 2026-05-27T20:28:12.351Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-27T20:28:12.385Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-27T20:28:12.475Z | Checking zip v0.6.6 |
| 2155 | 2026-05-27T20:28:12.526Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-27T20:28:12.562Z | Checking pin-project v1.1.11 |
| 2157 | 2026-05-27T20:28:12.565Z | Checking libbz2-rs-sys v0.2.2 |
| 2158 | 2026-05-27T20:28:12.686Z | Checking bumpalo v3.20.2 |
| 2159 | 2026-05-27T20:28:12.721Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-27T20:28:12.758Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-27T20:28:12.797Z | Checking similar v2.7.0 |
| 2162 | 2026-05-27T20:28:12.831Z | Checking tokio-stream v0.1.18 |
| 2163 | 2026-05-27T20:28:12.911Z | Checking zopfli v0.8.3 |
| 2164 | 2026-05-27T20:28:12.946Z | Checking fs-err v3.3.0 |
| 2165 | 2026-05-27T20:28:13.023Z | Checking bzip2 v0.6.1 |
| 2166 | 2026-05-27T20:28:13.117Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-05-27T20:28:13.216Z | Checking pem v3.0.6 |
| 2168 | 2026-05-27T20:28:13.251Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-27T20:28:13.283Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-27T20:28:13.286Z | Checking unicode-properties v0.1.4 |
| 2171 | 2026-05-27T20:28:13.286Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-05-27T20:28:13.395Z | Checking unicode-bidi v0.3.18 |
| 2173 | 2026-05-27T20:28:13.432Z | Checking jiff v0.2.21 |
| 2174 | 2026-05-27T20:28:13.465Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-27T20:28:13.499Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-27T20:28:13.537Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-27T20:28:13.541Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-27T20:28:13.697Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-27T20:28:13.731Z | Checking stringprep v0.1.5 |
| 2180 | 2026-05-27T20:28:13.764Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-27T20:28:13.862Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-05-27T20:28:13.897Z | Checking difflib v0.4.0 |
| 2183 | 2026-05-27T20:28:13.931Z | Checking normalize-line-endings v0.3.0 |
| 2184 | 2026-05-27T20:28:13.964Z | Checking typed-path v0.9.3 |
| 2185 | 2026-05-27T20:28:14.016Z | Checking fallible-iterator v0.2.0 |
| 2186 | 2026-05-27T20:28:14.050Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-05-27T20:28:14.098Z | Checking predicates v3.1.4 |
| 2188 | 2026-05-27T20:28:14.160Z | Checking toml v0.7.8 |
| 2189 | 2026-05-27T20:28:14.318Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-05-27T20:28:14.420Z | Checking iddqd v0.4.2 |
| 2191 | 2026-05-27T20:28:14.459Z | Checking phf_shared v0.13.1 |
| 2192 | 2026-05-27T20:28:14.496Z | Checking phf_shared v0.11.3 |
| 2193 | 2026-05-27T20:28:14.660Z | Checking buf-list v1.1.2 |
| 2194 | 2026-05-27T20:28:14.696Z | Checking strum v0.27.2 |
| 2195 | 2026-05-27T20:28:14.759Z | Checking precomputed-hash v0.1.1 |
| 2196 | 2026-05-27T20:28:14.759Z | Checking lalrpop-util v0.19.12 |
| 2197 | 2026-05-27T20:28:14.793Z | Checking tough v0.22.0 |
| 2198 | 2026-05-27T20:28:14.837Z | Checking fixedbitset v0.4.2 |
| 2199 | 2026-05-27T20:28:14.872Z | Checking new_debug_unreachable v1.0.6 |
| 2200 | 2026-05-27T20:28:14.875Z | Checking fixedbitset v0.5.7 |
| 2201 | 2026-05-27T20:28:14.938Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2202 | 2026-05-27T20:28:14.972Z | Checking string_cache v0.8.9 |
| 2203 | 2026-05-27T20:28:15.013Z | Checking petgraph v0.6.5 |
| 2204 | 2026-05-27T20:28:15.121Z | Checking petgraph v0.8.3 |
| 2205 | 2026-05-27T20:28:15.168Z | Checking phf v0.13.1 |
| 2206 | 2026-05-27T20:28:15.344Z | Checking postgres-types v0.2.12 |
| 2207 | 2026-05-27T20:28:15.348Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-05-27T20:28:15.667Z | Checking whoami v2.1.0 |
| 2209 | 2026-05-27T20:28:15.705Z | Checking peg-runtime v0.8.5 |
| 2210 | 2026-05-27T20:28:15.709Z | Checking zip v4.6.1 |
| 2211 | 2026-05-27T20:28:15.912Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-05-27T20:28:15.992Z | Checking is-terminal v0.4.17 |
| 2213 | 2026-05-27T20:28:16.114Z | Checking crossbeam-channel v0.5.15 |
| 2214 | 2026-05-27T20:28:16.284Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-05-27T20:28:16.331Z | Checking thread_local v1.1.9 |
| 2216 | 2026-05-27T20:28:16.372Z | Checking term v1.2.1 |
| 2217 | 2026-05-27T20:28:16.473Z | Checking take_mut v0.2.2 |
| 2218 | 2026-05-27T20:28:16.521Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-05-27T20:28:16.606Z | Checking slog-async v2.8.0 |
| 2220 | 2026-05-27T20:28:16.640Z | Checking slog-term v2.9.2 |
| 2221 | 2026-05-27T20:28:16.710Z | Compiling rustls v0.22.4 |
| 2222 | 2026-05-27T20:28:16.808Z | Compiling multer v3.1.0 |
| 2223 | 2026-05-27T20:28:16.845Z | Compiling async-stream-impl v0.3.6 |
| 2224 | 2026-05-27T20:28:16.948Z | Compiling dropshot v0.17.0 |
| 2225 | 2026-05-27T20:28:16.991Z | Compiling dropshot_endpoint v0.17.0 |
| 2226 | 2026-05-27T20:28:17.099Z | Checking match_cfg v0.1.0 |
| 2227 | 2026-05-27T20:28:17.197Z | Checking hostname v0.3.1 |
| 2228 | 2026-05-27T20:28:17.232Z | Checking slog-json v2.6.1 |
| 2229 | 2026-05-27T20:28:17.298Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-05-27T20:28:17.334Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2231 | 2026-05-27T20:28:17.337Z | Checking debug-ignore v1.0.5 |
| 2232 | 2026-05-27T20:28:17.399Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-05-27T20:28:17.436Z | Checking slog-bunyan v2.5.0 |
| 2234 | 2026-05-27T20:28:17.472Z | Checking rustls-webpki v0.102.8 |
| 2235 | 2026-05-27T20:28:17.475Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-27T20:28:17.507Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-05-27T20:28:17.576Z | Checking serde_path_to_error v0.1.20 |
| 2238 | 2026-05-27T20:28:17.640Z | Compiling derive-ex v0.1.8 |
| 2239 | 2026-05-27T20:28:17.694Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2240 | 2026-05-27T20:28:17.729Z | Checking compression-core v0.4.31 |
| 2241 | 2026-05-27T20:28:17.732Z | Checking progenitor-client v0.14.0 |
| 2242 | 2026-05-27T20:28:17.797Z | Checking async-stream v0.3.6 |
| 2243 | 2026-05-27T20:28:17.925Z | Checking toml v1.0.6+spec-1.1.0 |
| 2244 | 2026-05-27T20:28:17.928Z | Checking compression-codecs v0.4.37 |
| 2245 | 2026-05-27T20:28:17.960Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-05-27T20:28:18.031Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-05-27T20:28:18.097Z | Checking hostname v0.4.2 |
| 2248 | 2026-05-27T20:28:18.174Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2249 | 2026-05-27T20:28:18.208Z | Compiling parse-display-derive v0.10.0 |
| 2250 | 2026-05-27T20:28:18.211Z | Checking async-compression v0.4.41 |
| 2251 | 2026-05-27T20:28:18.274Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-05-27T20:28:18.309Z | Checking regress v0.10.5 |
| 2253 | 2026-05-27T20:28:18.446Z | Checking itertools v0.14.0 |
| 2254 | 2026-05-27T20:28:18.516Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2255 | 2026-05-27T20:28:18.554Z | Checking macaddr v1.0.1 |
| 2256 | 2026-05-27T20:28:18.758Z | Checking instant v0.1.13 |
| 2257 | 2026-05-27T20:28:18.793Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2258 | 2026-05-27T20:28:18.874Z | Checking backoff v0.4.0 |
| 2259 | 2026-05-27T20:28:18.952Z | Checking backon v1.6.0 |
| 2260 | 2026-05-27T20:28:19.054Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2261 | 2026-05-27T20:28:19.099Z | Checking humantime v2.3.0 |
| 2262 | 2026-05-27T20:28:19.143Z | Checking progenitor-extras v0.2.0 |
| 2263 | 2026-05-27T20:28:19.297Z | Checking progenitor-client v0.10.0 |
| 2264 | 2026-05-27T20:28:19.354Z | Checking tokio-rustls v0.25.0 |
| 2265 | 2026-05-27T20:28:19.392Z | Compiling test-strategy v0.4.5 |
| 2266 | 2026-05-27T20:28:19.429Z | Checking unicode-width v0.2.0 |
| 2267 | 2026-05-27T20:28:19.536Z | Checking heck v0.5.0 |
| 2268 | 2026-05-27T20:28:19.572Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-27T20:28:19.575Z | Checking half v2.7.1 |
| 2270 | 2026-05-27T20:28:19.683Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-27T20:28:19.718Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-27T20:28:19.752Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-27T20:28:19.804Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-27T20:28:19.862Z | Checking universal-hash v0.5.1 |
| 2275 | 2026-05-27T20:28:19.895Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-27T20:28:19.927Z | Checking parse-display v0.10.0 |
| 2277 | 2026-05-27T20:28:19.961Z | Checking opaque-debug v0.3.1 |
| 2278 | 2026-05-27T20:28:19.995Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-27T20:28:20.028Z | Compiling unsafe-libyaml v0.2.11 |
| 2280 | 2026-05-27T20:28:20.094Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-27T20:28:20.097Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-27T20:28:20.309Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-27T20:28:20.544Z | Checking aead v0.5.2 |
| 2284 | 2026-05-27T20:28:20.585Z | Compiling serde_yaml v0.9.34+deprecated |
| 2285 | 2026-05-27T20:28:20.805Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-05-27T20:28:20.839Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-27T20:28:20.907Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2288 | 2026-05-27T20:28:21.061Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2026-05-27T20:28:21.095Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2026-05-27T20:28:21.318Z | Compiling typify-impl v0.6.2 |
| 2291 | 2026-05-27T20:28:21.405Z | Checking password-hash v0.5.0 |
| 2292 | 2026-05-27T20:28:21.576Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2026-05-27T20:28:21.661Z | Checking blake2 v0.10.6 |
| 2294 | 2026-05-27T20:28:21.930Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-27T20:28:22.077Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-27T20:28:22.233Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2297 | 2026-05-27T20:28:22.290Z | Checking thiserror-no-std v2.0.2 |
| 2298 | 2026-05-27T20:28:22.328Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2299 | 2026-05-27T20:28:22.407Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-27T20:28:22.549Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-27T20:28:22.642Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2302 | 2026-05-27T20:28:22.678Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-27T20:28:22.728Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-05-27T20:28:22.784Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-05-27T20:28:22.906Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2306 | 2026-05-27T20:28:23.010Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-27T20:28:23.047Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-27T20:28:23.220Z | Checking toml v0.8.23 |
| 2309 | 2026-05-27T20:28:23.561Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-05-27T20:28:23.592Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2311 | 2026-05-27T20:28:23.598Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2312 | 2026-05-27T20:28:23.657Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-27T20:28:23.894Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-27T20:28:23.928Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-27T20:28:24.104Z | Checking glob v0.3.3 |
| 2316 | 2026-05-27T20:28:24.140Z | Checking colored v3.1.1 |
| 2317 | 2026-05-27T20:28:24.320Z | Compiling heapless v0.8.0 |
| 2318 | 2026-05-27T20:28:24.365Z | Compiling ingot-macros v0.1.1 |
| 2319 | 2026-05-27T20:28:24.408Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2320 | 2026-05-27T20:28:24.535Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-05-27T20:28:24.767Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-27T20:28:24.829Z | Checking unicode-width v0.1.14 |
| 2323 | 2026-05-27T20:28:24.925Z | Compiling smoltcp v0.11.0 |
| 2324 | 2026-05-27T20:28:24.972Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-05-27T20:28:25.148Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-27T20:28:25.160Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-05-27T20:28:25.250Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-05-27T20:28:25.322Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-27T20:28:25.364Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-27T20:28:25.485Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-27T20:28:25.622Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-27T20:28:25.801Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-27T20:28:25.910Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2334 | 2026-05-27T20:28:25.946Z | Compiling typify-macro v0.6.2 |
| 2335 | 2026-05-27T20:28:25.992Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-27T20:28:26.024Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-27T20:28:26.215Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-27T20:28:26.251Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-27T20:28:26.254Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-27T20:28:26.321Z | Checking foreign-types-shared v0.3.1 |
| 2341 | 2026-05-27T20:28:26.439Z | Checking cpufeatures v0.3.0 |
| 2342 | 2026-05-27T20:28:26.541Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-27T20:28:26.576Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-27T20:28:26.692Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-27T20:28:26.837Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-27T20:28:26.869Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-27T20:28:26.902Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-27T20:28:26.933Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-27T20:28:26.986Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-05-27T20:28:27.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-27T20:28:27.204Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-05-27T20:28:27.282Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-05-27T20:28:27.321Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-05-27T20:28:27.402Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-05-27T20:28:27.449Z | Checking rand v0.10.0 |
| 2356 | 2026-05-27T20:28:27.489Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-05-27T20:28:27.596Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2358 | 2026-05-27T20:28:27.600Z | Checking ingot v0.1.1 |
| 2359 | 2026-05-27T20:28:27.662Z | Checking num_enum v0.5.11 |
| 2360 | 2026-05-27T20:28:27.693Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-05-27T20:28:27.730Z | Compiling typify v0.6.2 |
| 2362 | 2026-05-27T20:28:27.796Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-27T20:28:27.865Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-27T20:28:27.941Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-05-27T20:28:28.020Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2366 | 2026-05-27T20:28:28.177Z | Checking itertools v0.12.1 |
| 2367 | 2026-05-27T20:28:28.224Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-27T20:28:28.487Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2369 | 2026-05-27T20:28:28.701Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2370 | 2026-05-27T20:28:28.849Z | Checking smf v0.2.3 |
| 2371 | 2026-05-27T20:28:28.920Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-27T20:28:28.930Z | Checking tokio-dtrace v0.1.1 |
| 2373 | 2026-05-27T20:28:28.956Z | Compiling derive-where v1.6.0 |
| 2374 | 2026-05-27T20:28:29.091Z | Checking console v0.15.11 |
| 2375 | 2026-05-27T20:28:29.131Z | Checking atomicwrites v0.4.4 |
| 2376 | 2026-05-27T20:28:29.157Z | Checking oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-27T20:28:29.224Z | Checking zone v0.3.1 |
| 2378 | 2026-05-27T20:28:29.278Z | Checking newline-converter v0.3.0 |
| 2379 | 2026-05-27T20:28:29.319Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2380 | 2026-05-27T20:28:29.360Z | Checking num-rational v0.4.2 |
| 2381 | 2026-05-27T20:28:29.401Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-27T20:28:29.436Z | Checking expectorate v1.2.0 |
| 2383 | 2026-05-27T20:28:29.595Z | Checking float-ord v0.3.2 |
| 2384 | 2026-05-27T20:28:29.635Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-27T20:28:29.669Z | Compiling owo-colors v4.3.0 |
| 2386 | 2026-05-27T20:28:29.728Z | Compiling prettyplease v0.2.37 |
| 2387 | 2026-05-27T20:28:29.766Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-05-27T20:28:29.769Z | Checking num v0.4.3 |
| 2389 | 2026-05-27T20:28:29.903Z | Compiling progenitor-impl v0.13.0 |
| 2390 | 2026-05-27T20:28:30.069Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-05-27T20:28:30.235Z | Checking libsw v3.5.0 |
| 2392 | 2026-05-27T20:28:30.359Z | Checking progenitor-client v0.13.0 |
| 2393 | 2026-05-27T20:28:30.415Z | Checking linear-map v1.2.0 |
| 2394 | 2026-05-27T20:28:30.523Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2395 | 2026-05-27T20:28:30.593Z | Compiling progenitor-macro v0.14.0 |
| 2396 | 2026-05-27T20:28:30.627Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-05-27T20:28:30.753Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-05-27T20:28:31.216Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-27T20:28:31.335Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-05-27T20:28:31.530Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-27T20:28:32.435Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2402 | 2026-05-27T20:28:32.499Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-05-27T20:28:33.609Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-27T20:28:34.560Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-27T20:28:35.579Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-27T20:28:35.863Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-27T20:28:36.538Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-05-27T20:28:36.641Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2409 | 2026-05-27T20:28:36.755Z | Checking smawk v0.3.2 |
| 2410 | 2026-05-27T20:28:36.903Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-05-27T20:28:36.942Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-27T20:28:37.068Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-27T20:28:37.148Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-27T20:28:37.272Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-27T20:28:37.434Z | Checking progenitor v0.13.0 |
| 2416 | 2026-05-27T20:28:37.499Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-05-27T20:28:37.598Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-05-27T20:28:37.634Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-05-27T20:28:38.141Z | Checking tabled v0.15.0 |
| 2420 | 2026-05-27T20:28:38.178Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2421 | 2026-05-27T20:28:38.404Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-05-27T20:28:38.441Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-05-27T20:28:38.447Z | Checking hickory-proto v0.24.4 |
| 2424 | 2026-05-27T20:28:38.507Z | Checking derive_more v2.1.1 |
| 2425 | 2026-05-27T20:28:38.543Z | Checking fd-lock v4.0.4 |
| 2426 | 2026-05-27T20:28:38.611Z | Checking crossterm v0.29.0 |
| 2427 | 2026-05-27T20:28:38.645Z | Checking lru-cache v0.1.2 |
| 2428 | 2026-05-27T20:28:38.695Z | Checking vte v0.14.1 |
| 2429 | 2026-05-27T20:28:38.793Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-05-27T20:28:38.881Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-05-27T20:28:38.943Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-27T20:28:39.017Z | Checking termtree v0.5.1 |
| 2433 | 2026-05-27T20:28:39.087Z | Checking nu-ansi-term v0.50.3 |
| 2434 | 2026-05-27T20:28:39.123Z | Checking textwrap v0.16.2 |
| 2435 | 2026-05-27T20:28:39.185Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-05-27T20:28:39.219Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2437 | 2026-05-27T20:28:39.323Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2438 | 2026-05-27T20:28:39.355Z | Checking reedline v0.40.0 |
| 2439 | 2026-05-27T20:28:39.390Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2026-05-27T20:28:39.467Z | Compiling nom v7.1.3 |
| 2441 | 2026-05-27T20:28:39.692Z | Compiling ar_archive_writer v0.5.1 |
| 2442 | 2026-05-27T20:28:39.884Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-27T20:28:40.000Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-27T20:28:40.092Z | Checking csv v1.4.0 |
| 2445 | 2026-05-27T20:28:40.288Z | Compiling cfg_aliases v0.1.1 |
| 2446 | 2026-05-27T20:28:40.324Z | Checking hickory-resolver v0.24.4 |
| 2447 | 2026-05-27T20:28:40.398Z | Compiling semver v0.1.20 |
| 2448 | 2026-05-27T20:28:40.430Z | Checking highway v1.3.0 |
| 2449 | 2026-05-27T20:28:40.487Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-27T20:28:40.578Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-27T20:28:40.636Z | Compiling psm v0.1.30 |
| 2452 | 2026-05-27T20:28:40.684Z | Compiling rustc_version v0.1.7 |
| 2453 | 2026-05-27T20:28:40.716Z | Checking endian-type v0.1.2 |
| 2454 | 2026-05-27T20:28:40.750Z | Checking home v0.5.12 |
| 2455 | 2026-05-27T20:28:40.832Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-05-27T20:28:40.897Z | Checking radix_trie v0.2.1 |
| 2457 | 2026-05-27T20:28:40.900Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2458 | 2026-05-27T20:28:40.961Z | Compiling newtype_derive v0.1.6 |
| 2459 | 2026-05-27T20:28:40.966Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2460 | 2026-05-27T20:28:41.087Z | Checking qorb v0.4.1 |
| 2461 | 2026-05-27T20:28:41.163Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-05-27T20:28:41.196Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-27T20:28:41.327Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-27T20:28:41.421Z | Checking phf v0.12.1 |
| 2465 | 2026-05-27T20:28:41.605Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-05-27T20:28:41.609Z | Compiling const_format_proc_macros v0.2.34 |
| 2467 | 2026-05-27T20:28:41.672Z | Compiling peg-macros v0.8.5 |
| 2468 | 2026-05-27T20:28:41.721Z | Checking recursive v0.1.1 |
| 2469 | 2026-05-27T20:28:41.737Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-27T20:28:41.823Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-27T20:28:42.117Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-27T20:28:42.474Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-27T20:28:42.609Z | Checking sqlparser v0.61.0 |
| 2474 | 2026-05-27T20:28:42.733Z | Checking rustyline v14.0.0 |
| 2475 | 2026-05-27T20:28:42.906Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-27T20:28:43.082Z | Checking peg v0.8.5 |
| 2477 | 2026-05-27T20:28:43.291Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-27T20:28:43.419Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2479 | 2026-05-27T20:28:43.511Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-27T20:28:43.564Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-27T20:28:43.705Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2482 | 2026-05-27T20:28:43.774Z | Checking steno v0.4.1 |
| 2483 | 2026-05-27T20:28:43.787Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-27T20:28:43.941Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-27T20:28:44.106Z | Checking tar v0.4.45 |
| 2486 | 2026-05-27T20:28:44.320Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-05-27T20:28:44.518Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-27T20:28:44.586Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-27T20:28:44.792Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-27T20:28:44.868Z | Checking yasna v0.5.2 |
| 2491 | 2026-05-27T20:28:44.901Z | Checking dropshot-api-manager-types v0.7.2 |
| 2492 | 2026-05-27T20:28:44.935Z | Checking headers v0.4.1 |
| 2493 | 2026-05-27T20:28:45.121Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-27T20:28:45.275Z | Checking moka v0.12.13 |
| 2495 | 2026-05-27T20:28:45.309Z | Checking rcgen v0.12.1 |
| 2496 | 2026-05-27T20:28:45.414Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-27T20:28:45.584Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-27T20:28:45.649Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2499 | 2026-05-27T20:28:45.683Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-05-27T20:28:45.758Z | Checking tungstenite v0.21.0 |
| 2501 | 2026-05-27T20:28:45.945Z | Compiling bitfield-struct v0.6.2 |
| 2502 | 2026-05-27T20:28:45.984Z | Checking hickory-resolver v0.25.2 |
| 2503 | 2026-05-27T20:28:46.209Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-05-27T20:28:46.336Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-05-27T20:28:46.420Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2506 | 2026-05-27T20:28:46.453Z | Compiling radium v0.7.0 |
| 2507 | 2026-05-27T20:28:46.510Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2508 | 2026-05-27T20:28:46.613Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-27T20:28:46.689Z | Checking tap v1.0.1 |
| 2510 | 2026-05-27T20:28:46.724Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2511 | 2026-05-27T20:28:46.797Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2512 | 2026-05-27T20:28:46.828Z | Compiling maybe-uninit v2.0.0 |
| 2513 | 2026-05-27T20:28:46.860Z | Checking wyz v0.5.1 |
| 2514 | 2026-05-27T20:28:46.891Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2515 | 2026-05-27T20:28:47.084Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2516 | 2026-05-27T20:28:47.160Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-27T20:28:47.201Z | Checking funty v2.0.0 |
| 2518 | 2026-05-27T20:28:47.205Z | Checking crc-catalog v2.4.0 |
| 2519 | 2026-05-27T20:28:47.266Z | Compiling packed_struct v0.10.1 |
| 2520 | 2026-05-27T20:28:47.364Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2521 | 2026-05-27T20:28:47.380Z | Checking crc v3.4.0 |
| 2522 | 2026-05-27T20:28:47.579Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-27T20:28:47.636Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-05-27T20:28:47.704Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-05-27T20:28:48.024Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-27T20:28:48.354Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-05-27T20:28:48.679Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-27T20:28:48.874Z | Checking nodrop v0.1.14 |
| 2529 | 2026-05-27T20:28:48.906Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-05-27T20:28:49.009Z | Checking array-init v0.0.4 |
| 2531 | 2026-05-27T20:28:49.035Z | Checking smallvec v0.6.14 |
| 2532 | 2026-05-27T20:28:49.109Z | Checking bitfield v0.19.4 |
| 2533 | 2026-05-27T20:28:49.255Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-05-27T20:28:49.329Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-27T20:28:49.397Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-27T20:28:49.587Z | Checking ron v0.8.1 |
| 2537 | 2026-05-27T20:28:49.616Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2538 | 2026-05-27T20:28:49.895Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-05-27T20:28:50.028Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2540 | 2026-05-27T20:28:50.062Z | Checking crc-any v2.5.0 |
| 2541 | 2026-05-27T20:28:50.134Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-27T20:28:50.264Z | Compiling xshell-macros v0.2.7 |
| 2543 | 2026-05-27T20:28:50.323Z | Checking path-slash v0.1.5 |
| 2544 | 2026-05-27T20:28:50.355Z | Checking object v0.30.4 |
| 2545 | 2026-05-27T20:28:50.456Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-05-27T20:28:50.667Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-27T20:28:50.835Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2548 | 2026-05-27T20:28:51.044Z | Checking half v1.8.3 |
| 2549 | 2026-05-27T20:28:51.135Z | Compiling num-derive v0.3.3 |
| 2550 | 2026-05-27T20:28:51.238Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-05-27T20:28:51.273Z | Checking serde_cbor v0.11.2 |
| 2552 | 2026-05-27T20:28:51.682Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-27T20:28:52.065Z | Checking libscf-sys v1.1.0 |
| 2554 | 2026-05-27T20:28:52.109Z | Compiling proc-macro-error2 v2.0.1 |
| 2555 | 2026-05-27T20:28:52.202Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-05-27T20:28:52.234Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2557 | 2026-05-27T20:28:52.446Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-27T20:28:52.480Z | Compiling tabled_derive v0.11.0 |
| 2559 | 2026-05-27T20:28:52.513Z | Checking testing_table v0.3.0 |
| 2560 | 2026-05-27T20:28:52.581Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2561 | 2026-05-27T20:28:52.670Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-27T20:28:52.798Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-05-27T20:28:53.110Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2564 | 2026-05-27T20:28:53.155Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-05-27T20:28:53.340Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-27T20:28:53.488Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-27T20:28:53.645Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-27T20:28:53.686Z | Checking crc8 v0.1.1 |
| 2569 | 2026-05-27T20:28:53.730Z | Checking tabled v0.20.0 |
| 2570 | 2026-05-27T20:28:53.815Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2571 | 2026-05-27T20:28:53.935Z | Compiling git-stub-vcs v0.1.0 |
| 2572 | 2026-05-27T20:28:54.118Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2573 | 2026-05-27T20:28:54.332Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-27T20:28:54.409Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-27T20:28:54.451Z | Checking unicase v2.9.0 |
| 2576 | 2026-05-27T20:28:54.492Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2577 | 2026-05-27T20:28:54.559Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-05-27T20:28:54.641Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2579 | 2026-05-27T20:28:54.922Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-05-27T20:28:54.971Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-05-27T20:28:55.098Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-27T20:28:55.178Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2583 | 2026-05-27T20:28:55.242Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-05-27T20:28:55.284Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-05-27T20:28:55.382Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-27T20:28:55.418Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-27T20:28:55.450Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-05-27T20:28:55.680Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-05-27T20:28:55.683Z | Checking kstat-rs v0.2.4 |
| 2590 | 2026-05-27T20:28:55.796Z | Checking arc-swap v1.8.2 |
| 2591 | 2026-05-27T20:28:55.982Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-27T20:28:56.040Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-27T20:28:56.078Z | Checking slog-scope v4.4.1 |
| 2594 | 2026-05-27T20:28:56.186Z | Compiling parking_lot_core v0.8.6 |
| 2595 | 2026-05-27T20:28:56.247Z | Checking slog-stdlog v4.1.1 |
| 2596 | 2026-05-27T20:28:56.307Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2597 | 2026-05-27T20:28:56.396Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-05-27T20:28:56.461Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-27T20:28:56.649Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-27T20:28:56.691Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2601 | 2026-05-27T20:28:56.723Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-05-27T20:28:56.756Z | Compiling crunchy v0.2.4 |
| 2603 | 2026-05-27T20:28:56.855Z | Checking parking_lot v0.11.2 |
| 2604 | 2026-05-27T20:28:56.888Z | Compiling dirs-next v2.0.0 |
| 2605 | 2026-05-27T20:28:56.961Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2606 | 2026-05-27T20:28:57.033Z | Compiling clang-sys v1.8.1 |
| 2607 | 2026-05-27T20:28:57.066Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2608 | 2026-05-27T20:28:57.128Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2609 | 2026-05-27T20:28:57.171Z | Checking prefix-trie v0.7.0 |
| 2610 | 2026-05-27T20:28:57.414Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-05-27T20:28:57.526Z | Checking hickory-server v0.25.2 |
| 2612 | 2026-05-27T20:28:57.622Z | Checking sled v0.34.7 |
| 2613 | 2026-05-27T20:28:57.688Z | Compiling term v0.7.0 |
| 2614 | 2026-05-27T20:28:57.751Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-05-27T20:28:57.754Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-05-27T20:28:57.815Z | Compiling typify-impl v0.4.3 |
| 2617 | 2026-05-27T20:28:58.295Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2618 | 2026-05-27T20:28:58.367Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2619 | 2026-05-27T20:28:58.509Z | Checking nanorand v0.7.0 |
| 2620 | 2026-05-27T20:28:58.678Z | Compiling salty v0.3.0 |
| 2621 | 2026-05-27T20:28:58.743Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-27T20:28:58.847Z | Checking flume v0.11.1 |
| 2623 | 2026-05-27T20:28:58.932Z | Compiling ascii-canvas v3.0.0 |
| 2624 | 2026-05-27T20:28:59.004Z | Compiling bit-set v0.5.3 |
| 2625 | 2026-05-27T20:28:59.129Z | Checking primeorder v0.13.6 |
| 2626 | 2026-05-27T20:28:59.188Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-27T20:28:59.191Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-27T20:28:59.253Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-27T20:28:59.398Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-27T20:28:59.460Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-27T20:28:59.493Z | Compiling diff v0.1.13 |
| 2632 | 2026-05-27T20:29:00.086Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2633 | 2026-05-27T20:29:00.428Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-05-27T20:29:00.681Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-05-27T20:29:00.716Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-05-27T20:29:00.945Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-05-27T20:29:01.131Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-27T20:29:01.209Z | Checking diesel v2.3.7 |
| 2639 | 2026-05-27T20:29:01.481Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2640 | 2026-05-27T20:29:01.512Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2026-05-27T20:29:01.704Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-27T20:29:02.009Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2643 | 2026-05-27T20:29:02.133Z | Checking p384 v0.13.1 |
| 2644 | 2026-05-27T20:29:02.329Z | Compiling typify-macro v0.4.3 |
| 2645 | 2026-05-27T20:29:02.583Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-27T20:29:03.252Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-27T20:29:04.086Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-27T20:29:04.174Z | Checking assert_matches v1.5.0 |
| 2649 | 2026-05-27T20:29:04.238Z | Compiling indoc v1.0.9 |
| 2650 | 2026-05-27T20:29:04.330Z | Checking parse-size v1.1.0 |
| 2651 | 2026-05-27T20:29:04.430Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2652 | 2026-05-27T20:29:04.532Z | Compiling progenitor-impl v0.11.2 |
| 2653 | 2026-05-27T20:29:04.766Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-27T20:29:04.989Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-05-27T20:29:05.297Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-05-27T20:29:05.300Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-27T20:29:05.464Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-05-27T20:29:05.856Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-05-27T20:29:05.896Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-05-27T20:29:06.026Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-05-27T20:29:06.822Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-05-27T20:29:07.035Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-05-27T20:29:07.179Z | Compiling progenitor-macro v0.11.2 |
| 2664 | 2026-05-27T20:29:07.429Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2665 | 2026-05-27T20:29:07.464Z | Checking progenitor-client v0.11.2 |
| 2666 | 2026-05-27T20:29:07.497Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2667 | 2026-05-27T20:29:07.738Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2668 | 2026-05-27T20:29:07.819Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2669 | 2026-05-27T20:29:08.478Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2670 | 2026-05-27T20:29:09.549Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-05-27T20:29:09.628Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2672 | 2026-05-27T20:29:09.843Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-27T20:29:10.206Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-05-27T20:29:10.586Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-05-27T20:29:10.618Z | Compiling mime_guess v2.0.5 |
| 2676 | 2026-05-27T20:29:10.803Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-27T20:29:11.193Z | Checking http-range v0.1.5 |
| 2678 | 2026-05-27T20:29:11.579Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-27T20:29:12.003Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-05-27T20:29:12.107Z | Checking progenitor v0.11.2 |
| 2681 | 2026-05-27T20:29:12.285Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-27T20:29:12.344Z | Checking bb8 v0.8.6 |
| 2683 | 2026-05-27T20:29:12.521Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2684 | 2026-05-27T20:29:12.657Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-27T20:29:12.750Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-05-27T20:29:12.885Z | Checking atty v0.2.14 |
| 2687 | 2026-05-27T20:29:12.993Z | Checking corncobs v0.1.4 |
| 2688 | 2026-05-27T20:29:13.161Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-05-27T20:29:13.496Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-27T20:29:13.648Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2691 | 2026-05-27T20:29:13.870Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-27T20:29:13.911Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2693 | 2026-05-27T20:29:14.037Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2694 | 2026-05-27T20:29:14.095Z | Checking ignore v0.4.25 |
| 2695 | 2026-05-27T20:29:14.531Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-27T20:29:14.566Z | Checking secrecy v0.8.0 |
| 2697 | 2026-05-27T20:29:14.981Z | Checking globwalk v0.9.1 |
| 2698 | 2026-05-27T20:29:15.152Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-27T20:29:15.197Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2026-05-27T20:29:15.357Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-05-27T20:29:15.472Z | Checking async-bb8-diesel v0.2.1 |
| 2702 | 2026-05-27T20:29:15.513Z | Checking diesel-dtrace v0.5.0 |
| 2703 | 2026-05-27T20:29:15.787Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2704 | 2026-05-27T20:29:15.856Z | Checking nonempty v0.12.0 |
| 2705 | 2026-05-27T20:29:15.892Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2706 | 2026-05-27T20:29:16.056Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-05-27T20:29:16.203Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-05-27T20:29:16.289Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-05-27T20:29:16.385Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-05-27T20:29:16.552Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-05-27T20:29:16.990Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2712 | 2026-05-27T20:29:17.024Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-05-27T20:29:17.143Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-27T20:29:17.420Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-05-27T20:29:17.456Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2716 | 2026-05-27T20:29:17.566Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2717 | 2026-05-27T20:29:17.774Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-05-27T20:29:18.019Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2719 | 2026-05-27T20:29:18.108Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2720 | 2026-05-27T20:29:18.299Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2721 | 2026-05-27T20:29:18.421Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2722 | 2026-05-27T20:29:18.462Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2723 | 2026-05-27T20:29:18.565Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-05-27T20:29:18.608Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2725 | 2026-05-27T20:29:18.709Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2726 | 2026-05-27T20:29:18.952Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2727 | 2026-05-27T20:29:19.107Z | Checking tungstenite v0.23.0 |
| 2728 | 2026-05-27T20:29:19.252Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-05-27T20:29:19.579Z | Checking tokio-tungstenite v0.23.1 |
| 2730 | 2026-05-27T20:29:19.883Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2731 | 2026-05-27T20:29:20.315Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2732 | 2026-05-27T20:29:20.456Z | Checking rand_seeder v0.4.0 |
| 2733 | 2026-05-27T20:29:20.643Z | Checking void v1.0.2 |
| 2734 | 2026-05-27T20:29:20.685Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2735 | 2026-05-27T20:29:20.725Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2736 | 2026-05-27T20:29:20.763Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2737 | 2026-05-27T20:29:20.794Z | Checking lzss v0.8.2 |
| 2738 | 2026-05-27T20:29:20.875Z | Checking nix v0.27.1 |
| 2739 | 2026-05-27T20:29:20.945Z | Checking serde_bytes v0.11.19 |
| 2740 | 2026-05-27T20:29:21.060Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2741 | 2026-05-27T20:29:21.157Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2742 | 2026-05-27T20:29:21.432Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2743 | 2026-05-27T20:29:21.904Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2744 | 2026-05-27T20:29:22.078Z | Checking is_ci v1.2.0 |
| 2745 | 2026-05-27T20:29:22.192Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2746 | 2026-05-27T20:29:22.224Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2747 | 2026-05-27T20:29:22.674Z | Checking yansi v1.0.1 |
| 2748 | 2026-05-27T20:29:22.707Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2749 | 2026-05-27T20:29:22.866Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2750 | 2026-05-27T20:29:22.974Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-05-27T20:29:23.018Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-05-27T20:29:23.143Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-05-27T20:29:23.415Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-05-27T20:29:24.256Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-27T20:29:24.392Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2756 | 2026-05-27T20:29:24.590Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-05-27T20:29:24.735Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-27T20:29:24.819Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-05-27T20:29:25.175Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-05-27T20:29:25.226Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-27T20:29:25.456Z | Compiling instability v0.3.11 |
| 2762 | 2026-05-27T20:29:25.548Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-27T20:29:25.907Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2764 | 2026-05-27T20:29:25.945Z | Checking castaway v0.2.4 |
| 2765 | 2026-05-27T20:29:25.980Z | Compiling darling_macro v0.23.0 |
| 2766 | 2026-05-27T20:29:26.090Z | Checking compact_str v0.8.1 |
| 2767 | 2026-05-27T20:29:26.506Z | Checking supports-color v3.0.2 |
| 2768 | 2026-05-27T20:29:26.538Z | Compiling darling v0.23.0 |
| 2769 | 2026-05-27T20:29:26.692Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2770 | 2026-05-27T20:29:26.923Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2771 | 2026-05-27T20:29:26.957Z | Checking unicode-truncate v1.1.0 |
| 2772 | 2026-05-27T20:29:27.139Z | Checking console v0.16.2 |
| 2773 | 2026-05-27T20:29:27.172Z | Checking lru v0.12.5 |
| 2774 | 2026-05-27T20:29:27.306Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-27T20:29:27.366Z | Checking unit-prefix v0.5.2 |
| 2776 | 2026-05-27T20:29:27.397Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-27T20:29:27.560Z | Checking indicatif v0.18.4 |
| 2778 | 2026-05-27T20:29:27.657Z | Checking ratatui v0.29.0 |
| 2779 | 2026-05-27T20:29:27.750Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-05-27T20:29:28.010Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2781 | 2026-05-27T20:29:28.265Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-05-27T20:29:28.998Z | Compiling vergen-git2 v9.1.0 |
| 2783 | 2026-05-27T20:29:29.061Z | Checking plotters-backend v0.3.7 |
| 2784 | 2026-05-27T20:29:29.272Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2785 | 2026-05-27T20:29:29.306Z | Checking plotters-svg v0.3.7 |
| 2786 | 2026-05-27T20:29:29.478Z | Checking cast v0.3.0 |
| 2787 | 2026-05-27T20:29:29.512Z | Compiling rustls v0.21.12 |
| 2788 | 2026-05-27T20:29:29.671Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-27T20:29:29.820Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-27T20:29:29.904Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2791 | 2026-05-27T20:29:29.946Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2792 | 2026-05-27T20:29:30.173Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2793 | 2026-05-27T20:29:30.401Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2794 | 2026-05-27T20:29:30.589Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2795 | 2026-05-27T20:29:30.631Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2796 | 2026-05-27T20:29:30.819Z | Checking colored v2.2.0 |
| 2797 | 2026-05-27T20:29:30.852Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-05-27T20:29:31.057Z | Checking sct v0.7.1 |
| 2799 | 2026-05-27T20:29:31.219Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-05-27T20:29:31.253Z | Checking shell-words v1.1.1 |
| 2801 | 2026-05-27T20:29:31.297Z | Checking anes v0.1.6 |
| 2802 | 2026-05-27T20:29:31.411Z | Checking oorandom v11.1.5 |
| 2803 | 2026-05-27T20:29:31.509Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2804 | 2026-05-27T20:29:31.558Z | Checking criterion v0.7.0 |
| 2805 | 2026-05-27T20:29:32.932Z | Checking typeid v1.0.3 |
| 2806 | 2026-05-27T20:29:32.964Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-05-27T20:29:33.074Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2808 | 2026-05-27T20:29:33.780Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2809 | 2026-05-27T20:29:33.860Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-27T20:29:33.993Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-05-27T20:29:34.383Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-27T20:29:34.623Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-05-27T20:29:34.805Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-05-27T20:29:35.036Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-05-27T20:29:35.384Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-05-27T20:29:35.662Z | Checking serde-value v0.7.0 |
| 2817 | 2026-05-27T20:29:35.956Z | Checking serde-untagged v0.1.9 |
| 2818 | 2026-05-27T20:29:36.185Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-05-27T20:29:36.869Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-05-27T20:29:36.926Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-05-27T20:29:37.119Z | Checking fatfs v0.3.6 |
| 2822 | 2026-05-27T20:29:37.618Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-05-27T20:29:37.761Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-27T20:29:37.877Z | Compiling seq-macro v0.3.6 |
| 2825 | 2026-05-27T20:29:37.954Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-05-27T20:29:38.434Z | Checking unicode-xid v0.2.6 |
| 2827 | 2026-05-27T20:29:38.582Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-05-27T20:29:38.975Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-05-27T20:29:39.313Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-05-27T20:29:39.405Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-27T20:29:39.491Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-27T20:29:39.523Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-27T20:29:40.070Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-05-27T20:29:40.286Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-05-27T20:29:40.320Z | Checking parking v2.2.1 |
| 2836 | 2026-05-27T20:29:40.452Z | Checking rpassword v7.4.0 |
| 2837 | 2026-05-27T20:29:40.484Z | Checking event-listener v5.4.1 |
| 2838 | 2026-05-27T20:29:40.735Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-05-27T20:29:40.956Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-05-27T20:29:41.015Z | Checking polyval v0.6.2 |
| 2841 | 2026-05-27T20:29:41.149Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-05-27T20:29:41.215Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-05-27T20:29:41.366Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-27T20:29:41.418Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-05-27T20:29:41.518Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-27T20:29:41.586Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-05-27T20:29:41.816Z | Checking ctr v0.9.2 |
| 2848 | 2026-05-27T20:29:42.019Z | Checking futures-timer v3.0.3 |
| 2849 | 2026-05-27T20:29:42.219Z | Checking arrayref v0.3.9 |
| 2850 | 2026-05-27T20:29:42.254Z | Checking arrayvec v0.7.6 |
| 2851 | 2026-05-27T20:29:42.329Z | Checking constant_time_eq v0.4.2 |
| 2852 | 2026-05-27T20:29:42.472Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-05-27T20:29:42.548Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-27T20:29:42.659Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-27T20:29:42.942Z | Compiling samael v0.0.19 |
| 2856 | 2026-05-27T20:29:42.983Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-27T20:29:43.205Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-27T20:29:43.666Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-05-27T20:29:43.889Z | Checking blowfish v0.9.1 |
| 2860 | 2026-05-27T20:29:44.075Z | Compiling strsim v0.10.0 |
| 2861 | 2026-05-27T20:29:44.195Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-05-27T20:29:44.388Z | Compiling darling_core v0.13.4 |
| 2863 | 2026-05-27T20:29:44.436Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-05-27T20:29:44.637Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-05-27T20:29:44.781Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-27T20:29:45.158Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-27T20:29:45.822Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-05-27T20:29:45.894Z | Checking password-hash v0.4.2 |
| 2869 | 2026-05-27T20:29:46.011Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-05-27T20:29:46.146Z | Checking path-tree v0.8.3 |
| 2871 | 2026-05-27T20:29:46.211Z | Checking gimli v0.32.3 |
| 2872 | 2026-05-27T20:29:46.268Z | Compiling target-lexicon v0.13.3 |
| 2873 | 2026-05-27T20:29:46.360Z | Checking stringmetrics v2.2.2 |
| 2874 | 2026-05-27T20:29:46.577Z | Checking httpmock v0.8.3 |
| 2875 | 2026-05-27T20:29:46.849Z | Compiling darling_macro v0.13.4 |
| 2876 | 2026-05-27T20:29:47.360Z | Checking pbkdf2 v0.11.0 |
| 2877 | 2026-05-27T20:29:47.563Z | Checking ssh-key v0.6.7 |
| 2878 | 2026-05-27T20:29:47.768Z | Checking addr2line v0.25.1 |
| 2879 | 2026-05-27T20:29:48.349Z | Checking p256 v0.13.2 |
| 2880 | 2026-05-27T20:29:48.637Z | Checking p521 v0.13.3 |
| 2881 | 2026-05-27T20:29:48.821Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-05-27T20:29:48.982Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-05-27T20:29:49.090Z | Checking rustc-demangle v0.1.27 |
| 2884 | 2026-05-27T20:29:49.152Z | Checking md5 v0.7.0 |
| 2885 | 2026-05-27T20:29:49.316Z | Compiling guppy-workspace-hack v0.1.0 |
| 2886 | 2026-05-27T20:29:49.352Z | Checking backtrace v0.3.76 |
| 2887 | 2026-05-27T20:29:49.385Z | Checking russh-keys v0.45.0 |
| 2888 | 2026-05-27T20:29:49.522Z | Compiling darling v0.13.4 |
| 2889 | 2026-05-27T20:29:49.690Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-05-27T20:29:49.907Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-05-27T20:29:49.939Z | Checking des v0.8.1 |
| 2892 | 2026-05-27T20:29:50.062Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-05-27T20:29:50.122Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-27T20:29:50.154Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-05-27T20:29:50.559Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-05-27T20:29:50.700Z | Checking cfg-expr v0.20.6 |
| 2897 | 2026-05-27T20:29:50.893Z | Checking russh v0.45.0 |
| 2898 | 2026-05-27T20:29:50.971Z | Checking backtrace-ext v0.2.1 |
| 2899 | 2026-05-27T20:29:51.116Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-05-27T20:29:51.209Z | Checking supports-color v2.1.0 |
| 2901 | 2026-05-27T20:29:51.252Z | Checking textwrap v0.15.2 |
| 2902 | 2026-05-27T20:29:51.373Z | Checking supports-unicode v2.1.0 |
| 2903 | 2026-05-27T20:29:51.488Z | Checking supports-hyperlinks v2.1.0 |
| 2904 | 2026-05-27T20:29:51.520Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-05-27T20:29:51.637Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-05-27T20:29:51.873Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-05-27T20:29:51.984Z | Checking socket2 v0.5.10 |
| 2908 | 2026-05-27T20:29:52.031Z | Checking terminal_size v0.1.17 |
| 2909 | 2026-05-27T20:29:52.089Z | Compiling miette-derive v5.10.0 |
| 2910 | 2026-05-27T20:29:52.268Z | Checking internet-checksum v0.2.1 |
| 2911 | 2026-05-27T20:29:52.423Z | Checking owo-colors v3.5.0 |
| 2912 | 2026-05-27T20:29:52.845Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-05-27T20:29:52.993Z | Checking chumsky v0.9.3 |
| 2914 | 2026-05-27T20:29:53.262Z | Checking miette v5.10.0 |
| 2915 | 2026-05-27T20:29:53.531Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-05-27T20:29:54.040Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-05-27T20:29:54.092Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-05-27T20:29:54.133Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-05-27T20:29:54.470Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-05-27T20:29:54.685Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-05-27T20:29:54.719Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2922 | 2026-05-27T20:29:54.906Z | Compiling knuffel-derive v3.2.0 |
| 2923 | 2026-05-27T20:29:54.960Z | Checking httptest v0.16.4 |
| 2924 | 2026-05-27T20:29:55.024Z | Checking pathdiff v0.2.3 |
| 2925 | 2026-05-27T20:29:55.166Z | Checking topological-sort v0.2.2 |
| 2926 | 2026-05-27T20:29:55.337Z | Checking nested v0.1.1 |
| 2927 | 2026-05-27T20:29:55.369Z | Checking omicron-zone-package v0.12.2 |
| 2928 | 2026-05-27T20:29:55.511Z | Compiling git2 v0.20.4 |
| 2929 | 2026-05-27T20:29:55.582Z | Checking guppy v0.17.25 |
| 2930 | 2026-05-27T20:29:55.616Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2931 | 2026-05-27T20:29:56.298Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-05-27T20:29:56.437Z | Checking knuffel v3.2.0 |
| 2933 | 2026-05-27T20:29:56.568Z | Checking similar-asserts v1.7.0 |
| 2934 | 2026-05-27T20:29:56.600Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-05-27T20:29:56.753Z | Compiling target-triple v1.0.0 |
| 2936 | 2026-05-27T20:29:56.786Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-27T20:29:57.112Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-27T20:29:57.154Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2939 | 2026-05-27T20:29:57.291Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-05-27T20:29:57.527Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-27T20:29:57.847Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-27T20:29:58.093Z | Checking escape8259 v0.5.3 |
| 2943 | 2026-05-27T20:29:58.269Z | Compiling assert_cmd v2.1.2 |
| 2944 | 2026-05-27T20:29:58.338Z | Checking libtest-mimic v0.8.1 |
| 2945 | 2026-05-27T20:29:58.411Z | Compiling polar-core v0.27.3 |
| 2946 | 2026-05-27T20:29:58.691Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2947 | 2026-05-27T20:29:58.774Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2948 | 2026-05-27T20:29:58.828Z | Checking blake2b_simd v1.0.4 |
| 2949 | 2026-05-27T20:29:58.924Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2950 | 2026-05-27T20:29:59.252Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2951 | 2026-05-27T20:29:59.483Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2952 | 2026-05-27T20:29:59.674Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-05-27T20:29:59.887Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2954 | 2026-05-27T20:30:00.118Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2955 | 2026-05-27T20:30:00.226Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2956 | 2026-05-27T20:30:00.451Z | Checking fancy-regex v0.14.0 |
| 2957 | 2026-05-27T20:30:00.702Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-05-27T20:30:00.840Z | Checking approx v0.5.1 |
| 2959 | 2026-05-27T20:30:00.946Z | Checking uzers v0.12.2 |
| 2960 | 2026-05-27T20:30:01.008Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-05-27T20:30:01.193Z | Checking termcolor v1.4.1 |
| 2962 | 2026-05-27T20:30:01.319Z | Compiling linkme-impl v0.3.35 |
| 2963 | 2026-05-27T20:30:01.439Z | Checking constant_time_eq v0.3.1 |
| 2964 | 2026-05-27T20:30:01.575Z | Checking rust-argon2 v2.1.0 |
| 2965 | 2026-05-27T20:30:01.715Z | Checking trybuild v1.0.116 |
| 2966 | 2026-05-27T20:30:01.970Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-27T20:30:02.514Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-27T20:30:02.868Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-27T20:30:02.901Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-27T20:30:03.401Z | Checking oso v0.27.3 |
| 2971 | 2026-05-27T20:30:03.439Z | Checking support-bundle-viewer v0.1.2 |
| 2972 | 2026-05-27T20:30:03.593Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2973 | 2026-05-27T20:30:03.724Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2974 | 2026-05-27T20:30:03.831Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2975 | 2026-05-27T20:30:03.952Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2976 | 2026-05-27T20:30:04.059Z | Checking drift v0.2.0 |
| 2977 | 2026-05-27T20:30:04.180Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-05-27T20:30:04.241Z | Checking multimap v0.10.1 |
| 2979 | 2026-05-27T20:30:04.321Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-05-27T20:30:04.415Z | Compiling linkme v0.3.35 |
| 2981 | 2026-05-27T20:30:04.448Z | Checking dropshot-api-manager v0.7.2 |
| 2982 | 2026-05-27T20:30:05.262Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-27T20:30:05.655Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-27T20:30:05.770Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-27T20:30:06.094Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-27T20:30:06.257Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-27T20:30:06.338Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-27T20:30:06.370Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-27T20:30:06.404Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-27T20:30:06.780Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-27T20:30:06.996Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-27T20:30:07.109Z | Checking termios v0.3.3 |
| 2993 | 2026-05-27T20:30:07.236Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-27T20:30:07.302Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2995 | 2026-05-27T20:30:07.306Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2996 | 2026-05-27T20:30:08.291Z | Checking rstest v0.25.0 |
| 2997 | 2026-05-27T20:30:09.391Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-05-27T20:30:12.922Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-27T20:30:14.530Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-27T20:30:18.912Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3001 | 2026-05-27T20:30:19.505Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-05-27T20:30:22.081Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-05-27T20:30:25.999Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-05-27T20:30:30.468Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-05-27T20:30:34.220Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-05-27T20:30:35.423Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-05-27T20:30:35.699Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3008 | 2026-05-27T20:30:37.481Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-05-27T20:30:45.725Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-05-27T20:31:56.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 03s |
| 3011 | 2026-05-27T20:31:57.451Z | |
| 3012 | 2026-05-27T20:31:57.451Z | real 4:06.391321725 |
| 3013 | 2026-05-27T20:31:57.451Z | user 21:14.421047816 |
| 3014 | 2026-05-27T20:31:57.451Z | sys 4:56.505602408 |
| 3015 | 2026-05-27T20:31:57.452Z | trap 0.512444627 |
| 3016 | 2026-05-27T20:31:57.452Z | tflt 1.046238464 |
| 3017 | 2026-05-27T20:31:57.452Z | dflt 0.608761448 |
| 3018 | 2026-05-27T20:31:57.455Z | kflt 0.016048379 |
| 3019 | 2026-05-27T20:31:57.455Z | lock 58:24.059243703 |
| 3020 | 2026-05-27T20:31:57.455Z | slp 58:35.379443180 |
| 3021 | 2026-05-27T20:31:57.455Z | lat 1:51.706320735 |
| 3022 | 2026-05-27T20:31:57.455Z | stop 10:46.367631846 |
| 3023 | 2026-05-27T20:31:57.455Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-05-27T20:31:57.455Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-05-27T20:31:58.348Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-05-27T20:31:58.349Z | | |
| 3027 | 2026-05-27T20:31:58.349Z | = 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)` |
| 3028 | 2026-05-27T20:31:58.349Z | = 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> |
| 3029 | 2026-05-27T20:31:59.351Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-27T20:31:59.625Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-05-27T20:31:59.627Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-05-27T20:31:59.690Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-05-27T20:31:59.804Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-05-27T20:31:59.854Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3035 | 2026-05-27T20:31:59.878Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3036 | 2026-05-27T20:31:59.930Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3037 | 2026-05-27T20:31:59.956Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-05-27T20:32:00.134Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-27T20:32:00.158Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-27T20:32:00.180Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-27T20:32:00.237Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3042 | 2026-05-27T20:32:00.261Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3043 | 2026-05-27T20:32:00.290Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3044 | 2026-05-27T20:32:00.293Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-05-27T20:32:00.337Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3046 | 2026-05-27T20:32:00.382Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3047 | 2026-05-27T20:32:00.425Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3048 | 2026-05-27T20:32:00.450Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3049 | 2026-05-27T20:32:00.564Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-05-27T20:32:00.834Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3051 | 2026-05-27T20:32:01.097Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-27T20:32:01.161Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3053 | 2026-05-27T20:32:01.251Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3054 | 2026-05-27T20:32:01.291Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3055 | 2026-05-27T20:32:01.320Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3056 | 2026-05-27T20:32:01.374Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-05-27T20:32:01.491Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-05-27T20:32:01.545Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-05-27T20:32:01.602Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3060 | 2026-05-27T20:32:01.790Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-05-27T20:32:01.834Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-05-27T20:32:01.860Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3063 | 2026-05-27T20:32:02.041Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3064 | 2026-05-27T20:32:02.064Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3065 | 2026-05-27T20:32:02.200Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3066 | 2026-05-27T20:32:02.297Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-05-27T20:32:02.415Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-05-27T20:32:02.530Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3069 | 2026-05-27T20:32:02.793Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2026-05-27T20:32:02.886Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-27T20:32:02.934Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-27T20:32:03.106Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-05-27T20:32:03.129Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-05-27T20:32:03.172Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-27T20:32:03.365Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-27T20:32:03.391Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-27T20:32:03.430Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3078 | 2026-05-27T20:32:03.460Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-05-27T20:32:03.628Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-05-27T20:32:03.629Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-05-27T20:32:03.728Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3082 | 2026-05-27T20:32:03.753Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3083 | 2026-05-27T20:32:03.863Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3084 | 2026-05-27T20:32:03.885Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3085 | 2026-05-27T20:32:03.917Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3086 | 2026-05-27T20:32:03.940Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3087 | 2026-05-27T20:32:03.962Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3088 | 2026-05-27T20:32:04.062Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3089 | 2026-05-27T20:32:04.087Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3090 | 2026-05-27T20:32:04.285Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3091 | 2026-05-27T20:32:04.614Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3092 | 2026-05-27T20:32:04.639Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3093 | 2026-05-27T20:32:04.906Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3094 | 2026-05-27T20:32:05.079Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3095 | 2026-05-27T20:32:05.212Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3096 | 2026-05-27T20:32:05.402Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-05-27T20:32:05.473Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3098 | 2026-05-27T20:32:05.545Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3099 | 2026-05-27T20:32:05.814Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3100 | 2026-05-27T20:32:05.845Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3101 | 2026-05-27T20:32:05.917Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-05-27T20:32:06.282Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3103 | 2026-05-27T20:32:06.670Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3104 | 2026-05-27T20:32:06.984Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3105 | 2026-05-27T20:32:07.301Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3106 | 2026-05-27T20:32:07.416Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3107 | 2026-05-27T20:32:07.419Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3108 | 2026-05-27T20:32:08.081Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3109 | 2026-05-27T20:32:08.108Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3110 | 2026-05-27T20:32:08.144Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3111 | 2026-05-27T20:32:08.345Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3112 | 2026-05-27T20:32:08.440Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3113 | 2026-05-27T20:32:08.559Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3114 | 2026-05-27T20:32:08.596Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3115 | 2026-05-27T20:32:08.780Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3116 | 2026-05-27T20:32:08.829Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3117 | 2026-05-27T20:32:08.855Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3118 | 2026-05-27T20:32:09.149Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3119 | 2026-05-27T20:32:09.178Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3120 | 2026-05-27T20:32:09.203Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3121 | 2026-05-27T20:32:09.226Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3122 | 2026-05-27T20:32:09.385Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3123 | 2026-05-27T20:32:09.410Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-05-27T20:32:09.483Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-05-27T20:32:09.505Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3126 | 2026-05-27T20:32:09.550Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3127 | 2026-05-27T20:32:09.709Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-05-27T20:32:09.787Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-05-27T20:32:09.809Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-05-27T20:32:09.867Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-05-27T20:32:09.901Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3132 | 2026-05-27T20:32:09.989Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3133 | 2026-05-27T20:32:10.117Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3134 | 2026-05-27T20:32:10.182Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3135 | 2026-05-27T20:32:10.205Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3136 | 2026-05-27T20:32:10.323Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3137 | 2026-05-27T20:32:10.416Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3138 | 2026-05-27T20:32:10.678Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-27T20:32:10.702Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-05-27T20:32:11.175Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-05-27T20:32:11.200Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-05-27T20:32:11.226Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3143 | 2026-05-27T20:32:11.296Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3144 | 2026-05-27T20:32:12.066Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-05-27T20:32:12.546Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-05-27T20:32:12.696Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-05-27T20:32:13.356Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3148 | 2026-05-27T20:32:13.394Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-05-27T20:32:13.636Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-05-27T20:32:13.700Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3151 | 2026-05-27T20:32:13.854Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3152 | 2026-05-27T20:32:14.023Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3153 | 2026-05-27T20:32:14.565Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2026-05-27T20:32:14.684Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3155 | 2026-05-27T20:32:14.728Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3156 | 2026-05-27T20:32:14.758Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3157 | 2026-05-27T20:32:15.301Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-05-27T20:32:15.478Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-05-27T20:32:15.550Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-05-27T20:32:16.060Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-05-27T20:32:16.663Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-05-27T20:32:16.751Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-05-27T20:32:16.811Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-05-27T20:32:17.594Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-05-27T20:32:17.781Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-05-27T20:32:18.170Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-05-27T20:32:18.465Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-05-27T20:32:19.155Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-05-27T20:32:19.749Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-27T20:32:19.919Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-05-27T20:32:20.085Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-05-27T20:32:20.321Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-27T20:32:20.418Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-05-27T20:32:20.516Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2026-05-27T20:32:20.543Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3176 | 2026-05-27T20:32:20.709Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3177 | 2026-05-27T20:32:20.825Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-05-27T20:32:21.244Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3179 | 2026-05-27T20:32:21.520Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3180 | 2026-05-27T20:32:22.007Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3181 | 2026-05-27T20:32:22.099Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3182 | 2026-05-27T20:32:22.223Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3183 | 2026-05-27T20:32:22.295Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3184 | 2026-05-27T20:32:22.852Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-05-27T20:32:22.931Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-05-27T20:32:23.611Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3187 | 2026-05-27T20:32:24.219Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-05-27T20:32:26.246Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3189 | 2026-05-27T20:32:26.371Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3190 | 2026-05-27T20:32:28.288Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-05-27T20:32:28.594Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3192 | 2026-05-27T20:32:28.876Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3193 | 2026-05-27T20:32:28.971Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3194 | 2026-05-27T20:32:29.217Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-05-27T20:32:29.436Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-05-27T20:32:29.520Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3197 | 2026-05-27T20:32:29.866Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3198 | 2026-05-27T20:32:30.033Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2026-05-27T20:32:30.213Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3200 | 2026-05-27T20:32:30.236Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3201 | 2026-05-27T20:32:30.570Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3202 | 2026-05-27T20:32:30.595Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3203 | 2026-05-27T20:32:30.660Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3204 | 2026-05-27T20:32:31.164Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3205 | 2026-05-27T20:32:31.234Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-05-27T20:32:31.377Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3207 | 2026-05-27T20:32:31.996Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-05-27T20:32:32.646Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3209 | 2026-05-27T20:32:33.106Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3210 | 2026-05-27T20:32:33.376Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3211 | 2026-05-27T20:32:33.507Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3212 | 2026-05-27T20:32:34.246Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-05-27T20:32:34.490Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3214 | 2026-05-27T20:32:34.513Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3215 | 2026-05-27T20:32:34.979Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3216 | 2026-05-27T20:32:36.772Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3217 | 2026-05-27T20:32:38.541Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3218 | 2026-05-27T20:32:38.641Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3219 | 2026-05-27T20:32:38.859Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-05-27T20:32:38.931Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-05-27T20:32:41.299Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3222 | 2026-05-27T20:32:42.749Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3223 | 2026-05-27T20:32:42.849Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3224 | 2026-05-27T20:32:43.733Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3225 | 2026-05-27T20:32:43.881Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3226 | 2026-05-27T20:32:46.390Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3227 | 2026-05-27T20:32:46.787Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3228 | 2026-05-27T20:32:47.001Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3229 | 2026-05-27T20:32:47.455Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3230 | 2026-05-27T20:32:47.640Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3231 | 2026-05-27T20:32:48.687Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3232 | 2026-05-27T20:32:51.279Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3233 | 2026-05-27T20:32:51.533Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3234 | 2026-05-27T20:32:52.499Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-05-27T20:32:55.270Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3236 | 2026-05-27T20:32:55.617Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3237 | 2026-05-27T20:32:56.306Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3238 | 2026-05-27T20:32:57.304Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3239 | 2026-05-27T20:32:57.692Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3240 | 2026-05-27T20:32:58.314Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3241 | 2026-05-27T20:32:59.553Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3242 | 2026-05-27T20:33:00.150Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3243 | 2026-05-27T20:33:01.537Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3244 | 2026-05-27T20:33:01.903Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3245 | 2026-05-27T20:33:02.329Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3246 | 2026-05-27T20:33:03.091Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3247 | 2026-05-27T20:33:04.576Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3248 | 2026-05-27T20:33:05.000Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3249 | 2026-05-27T20:33:05.195Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-05-27T20:33:06.825Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3251 | 2026-05-27T20:33:07.777Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3252 | 2026-05-27T20:33:11.129Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3253 | 2026-05-27T20:33:11.538Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3254 | 2026-05-27T20:33:12.133Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3255 | 2026-05-27T20:33:13.060Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-05-27T20:33:15.838Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-05-27T20:33:15.946Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-05-27T20:33:16.986Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3259 | 2026-05-27T20:33:18.008Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3260 | 2026-05-27T20:33:19.269Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-05-27T20:33:20.554Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3262 | 2026-05-27T20:33:21.759Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3263 | 2026-05-27T20:33:23.228Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-05-27T20:33:24.388Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-05-27T20:33:26.867Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3266 | 2026-05-27T20:33:27.523Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-05-27T20:33:29.279Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3268 | 2026-05-27T20:33:30.689Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3269 | 2026-05-27T20:33:33.746Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3270 | 2026-05-27T20:33:37.085Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3271 | 2026-05-27T20:33:41.530Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3272 | 2026-05-27T20:33:41.734Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3273 | 2026-05-27T20:33:43.357Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3274 | 2026-05-27T20:33:43.482Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3275 | 2026-05-27T20:33:45.175Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3276 | 2026-05-27T20:33:46.773Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3277 | 2026-05-27T20:33:48.700Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3278 | 2026-05-27T20:33:50.659Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3279 | 2026-05-27T20:33:52.355Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-05-27T20:33:54.013Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3281 | 2026-05-27T20:33:56.012Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3282 | 2026-05-27T20:33:57.448Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3283 | 2026-05-27T20:33:59.128Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3284 | 2026-05-27T20:34:00.778Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3285 | 2026-05-27T20:34:02.509Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3286 | 2026-05-27T20:34:04.152Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3287 | 2026-05-27T20:34:05.745Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3288 | 2026-05-27T20:34:07.610Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3289 | 2026-05-27T20:34:09.382Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-05-27T20:34:11.207Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-27T20:34:12.821Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3292 | 2026-05-27T20:34:14.700Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3293 | 2026-05-27T20:34:16.658Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3294 | 2026-05-27T20:34:18.555Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3295 | 2026-05-27T20:34:20.623Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-05-27T20:34:22.411Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-05-27T20:34:24.538Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3298 | 2026-05-27T20:34:26.171Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3299 | 2026-05-27T20:34:29.568Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3300 | 2026-05-27T20:34:31.375Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3301 | 2026-05-27T20:34:33.018Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3302 | 2026-05-27T20:34:35.559Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3303 | 2026-05-27T20:34:37.668Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3304 | 2026-05-27T20:34:39.921Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3305 | 2026-05-27T20:34:42.103Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3306 | 2026-05-27T20:34:44.369Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-05-27T20:34:46.608Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3308 | 2026-05-27T20:34:49.076Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3309 | 2026-05-27T20:34:51.425Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3310 | 2026-05-27T20:34:53.186Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3311 | 2026-05-27T20:34:55.468Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3312 | 2026-05-27T20:34:57.655Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3313 | 2026-05-27T20:34:59.909Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-05-27T20:35:02.124Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3315 | 2026-05-27T20:35:04.509Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3316 | 2026-05-27T20:35:06.791Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3317 | 2026-05-27T20:35:09.020Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3318 | 2026-05-27T20:35:11.292Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3319 | 2026-05-27T20:35:13.559Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3320 | 2026-05-27T20:35:15.854Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3321 | 2026-05-27T20:35:18.189Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3322 | 2026-05-27T20:35:20.549Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3323 | 2026-05-27T20:35:22.855Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3324 | 2026-05-27T20:35:25.095Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3325 | 2026-05-27T20:35:27.421Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3326 | 2026-05-27T20:35:29.776Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3327 | 2026-05-27T20:35:32.072Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3328 | 2026-05-27T20:35:34.527Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3329 | 2026-05-27T20:35:37.346Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3330 | 2026-05-27T20:35:39.542Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3331 | 2026-05-27T20:35:41.904Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3332 | 2026-05-27T20:35:44.441Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3333 | 2026-05-27T20:35:46.891Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-05-27T20:35:49.395Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3335 | 2026-05-27T20:35:51.890Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-05-27T20:35:54.489Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3337 | 2026-05-27T20:35:56.850Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3338 | 2026-05-27T20:35:59.277Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-05-27T20:36:01.815Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3340 | 2026-05-27T20:36:04.294Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3341 | 2026-05-27T20:36:06.740Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3342 | 2026-05-27T20:36:09.296Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-05-27T20:36:11.908Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3344 | 2026-05-27T20:36:14.388Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3345 | 2026-05-27T20:36:16.991Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3346 | 2026-05-27T20:36:19.711Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-05-27T20:36:22.199Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3348 | 2026-05-27T20:36:24.811Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3349 | 2026-05-27T20:36:27.258Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3350 | 2026-05-27T20:36:29.841Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3351 | 2026-05-27T20:36:32.493Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3352 | 2026-05-27T20:36:35.509Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3353 | 2026-05-27T20:36:37.938Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3354 | 2026-05-27T20:36:40.473Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3355 | 2026-05-27T20:36:48.028Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3356 | 2026-05-27T20:36:48.258Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3357 | 2026-05-27T20:36:51.701Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3358 | 2026-05-27T20:36:55.126Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3359 | 2026-05-27T20:36:59.787Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3360 | 2026-05-27T20:37:02.737Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3361 | 2026-05-27T20:37:06.347Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3362 | 2026-05-27T20:37:09.959Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3363 | 2026-05-27T20:37:13.711Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3364 | 2026-05-27T20:37:17.398Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3365 | 2026-05-27T20:37:21.097Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3366 | 2026-05-27T20:37:24.832Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3367 | 2026-05-27T20:37:28.531Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3368 | 2026-05-27T20:37:32.319Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3369 | 2026-05-27T20:37:35.959Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3370 | 2026-05-27T20:37:39.642Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3371 | 2026-05-27T20:37:43.418Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3372 | 2026-05-27T20:37:47.052Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3373 | 2026-05-27T20:37:50.819Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3374 | 2026-05-27T20:37:54.751Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3375 | 2026-05-27T20:37:58.328Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3376 | 2026-05-27T20:38:02.078Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-05-27T20:38:05.908Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-05-27T20:38:09.573Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-05-27T20:38:39.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 41s |
| 3380 | 2026-05-27T20:38:39.485Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3381 | 2026-05-27T20:38:39.588Z | |
| 3382 | 2026-05-27T20:38:39.588Z | real 6:42.048758696 |
| 3383 | 2026-05-27T20:38:39.588Z | user 17:42.886329453 |
| 3384 | 2026-05-27T20:38:39.589Z | sys 3:51.792082417 |
| 3385 | 2026-05-27T20:38:39.589Z | trap 0.256191717 |
| 3386 | 2026-05-27T20:38:39.589Z | tflt 0.108948937 |
| 3387 | 2026-05-27T20:38:39.589Z | dflt 0.044583612 |
| 3388 | 2026-05-27T20:38:39.589Z | kflt 0.000073700 |
| 3389 | 2026-05-27T20:38:39.589Z | lock 6:10:59.493049669 |
| 3390 | 2026-05-27T20:38:39.594Z | slp 2:15:09.236956460 |
| 3391 | 2026-05-27T20:38:39.594Z | lat 38.606941642 |
| 3392 | 2026-05-27T20:38:39.594Z | stop 1:42.274721390 |
| 3393 | 2026-05-27T20:38:39.594Z | process exited: duration 785850 ms, exit code 0 |
| |
| 3394 | 2026-05-27T20:38:39.601Z | found 0 output files |