|
|
|
| 1 | 2026-05-26T23:41:54.024Z | job assigned to worker 01KSKAKVJY7Q3FB5JJT59Z6FAK [factory aws, i-0257623fb587e4125] (queued for 48 s) |
| |
| 2 | 2026-05-26T23:42:00.635Z | starting task 0: "setup" |
| 3 | 2026-05-26T23:42:00.643Z | ++ uname -s |
| 4 | 2026-05-26T23:42:00.646Z | + kern=SunOS |
| 5 | 2026-05-26T23:42:00.646Z | + build_user=build |
| 6 | 2026-05-26T23:42:00.646Z | + build_uid=12345 |
| 7 | 2026-05-26T23:42:00.647Z | + work_dir=/work |
| 8 | 2026-05-26T23:42:00.647Z | + input_dir=/input |
| 9 | 2026-05-26T23:42:00.647Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-26T23:42:00.647Z | + case "$kern" in |
| 11 | 2026-05-26T23:42:00.647Z | + groupadd -g 12345 build |
| 12 | 2026-05-26T23:42:00.655Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-26T23:42:02.664Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-26T23:42:02.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-26T23:42:02.725Z | + home_fs=zfs |
| 16 | 2026-05-26T23:42:02.725Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-26T23:42:02.725Z | + mkdir -p /home/build |
| 18 | 2026-05-26T23:42:02.725Z | + chown build:build /home/build /work |
| 19 | 2026-05-26T23:42:04.726Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-26T23:42:04.730Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-05-26T23:42:04.737Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-26T23:42:04.742Z | * rust toolchain channel = "1.94.0" |
| 23 | 2026-05-26T23:42:04.742Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 24 | 2026-05-26T23:42:04.742Z | * rust toolchain profile = "default" |
| 25 | 2026-05-26T23:42:04.742Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-26T23:42:04.742Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-26T23:42:04.742Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-26T23:42:04.746Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-26T23:42:04.746Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-26T23:42:04.838Z | info: downloading installer |
| 31 | 2026-05-26T23:42:06.215Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-26T23:42:06.215Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-26T23:42:06.215Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-26T23:42:06.215Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-26T23:42:06.226Z | info: profile set to default |
| 36 | 2026-05-26T23:42:06.226Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-26T23:42:06.226Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-26T23:42:06.322Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-26T23:42:06.326Z | info: downloading 6 components |
| 40 | 2026-05-26T23:42:20.346Z | |
| 41 | 2026-05-26T23:42:20.346Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-26T23:42:20.377Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-26T23:42:20.378Z | |
| 44 | 2026-05-26T23:42:20.378Z | |
| 45 | 2026-05-26T23:42:20.378Z | Rust is installed now. Great! |
| 46 | 2026-05-26T23:42:20.378Z | |
| 47 | 2026-05-26T23:42:20.378Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-26T23:42:20.378Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-26T23:42:20.378Z | |
| 50 | 2026-05-26T23:42:20.378Z | To configure your current shell, you need to source |
| 51 | 2026-05-26T23:42:20.378Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-26T23:42:20.378Z | |
| 53 | 2026-05-26T23:42:20.378Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-26T23:42:20.381Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-26T23:42:20.381Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-26T23:42:20.381Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-26T23:42:20.381Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-26T23:42:20.381Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-26T23:42:20.381Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-26T23:42:20.381Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-26T23:42:20.381Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-26T23:42:20.469Z | + rustup --version |
| 63 | 2026-05-26T23:42:20.478Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-26T23:42:20.481Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-26T23:42:20.500Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-26T23:42:20.502Z | + cargo --version |
| 67 | 2026-05-26T23:42:20.515Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-26T23:42:20.518Z | + rustc --version |
| 69 | 2026-05-26T23:42:20.538Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-26T23:42:20.540Z | process exited: duration 15802 ms, exit code 0 |
| |
| 71 | 2026-05-26T23:42:20.545Z | starting task 2: "authentication" |
| 72 | 2026-05-26T23:42:20.563Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-26T23:42:20.569Z | starting task 3: "clone repository" |
| 74 | 2026-05-26T23:42:20.572Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-26T23:42:20.575Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-26T23:42:20.622Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-26T23:42:30.637Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-26T23:42:30.640Z | + git fetch origin 91a304ab5aabd1a0d37b781a0709f297e2d8df5a |
| 79 | 2026-05-26T23:42:30.919Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-26T23:42:30.919Z | * branch 91a304ab5aabd1a0d37b781a0709f297e2d8df5a -> FETCH_HEAD |
| 81 | 2026-05-26T23:42:30.928Z | + [[ -n sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 82 | 2026-05-26T23:42:30.930Z | ++ git branch --show-current |
| 83 | 2026-05-26T23:42:30.931Z | + current=main |
| 84 | 2026-05-26T23:42:30.931Z | + [[ main != sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent ]] |
| 85 | 2026-05-26T23:42:30.933Z | + git branch -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent 91a304ab5aabd1a0d37b781a0709f297e2d8df5a |
| 86 | 2026-05-26T23:42:30.936Z | + git checkout -f sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent |
| 87 | 2026-05-26T23:42:31.205Z | Switched to branch 'sunshowers/spr/3n-ls-apis-track-sled-agent-rack-setup-as-a-separate-subcomponent' |
| 88 | 2026-05-26T23:42:31.208Z | + git reset --hard 91a304ab5aabd1a0d37b781a0709f297e2d8df5a |
| 89 | 2026-05-26T23:42:31.405Z | HEAD is now at 91a304ab5 rebase on main |
| 90 | 2026-05-26T23:42:31.410Z | process exited: duration 10838 ms, exit code 0 |
| |
| 91 | 2026-05-26T23:42:31.416Z | starting task 4: "build" |
| 92 | 2026-05-26T23:42:31.421Z | + source ./env.sh |
| 93 | 2026-05-26T23:42:31.421Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-26T23:42:31.421Z | ++ set -o xtrace |
| 95 | 2026-05-26T23:42:31.424Z | ++++ dirname ./env.sh |
| 96 | 2026-05-26T23:42:31.432Z | +++ readlink -f . |
| 97 | 2026-05-26T23:42:31.436Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ 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-26T23:42:31.439Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-26T23:42:31.439Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-26T23:42:31.439Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-26T23:42:31.440Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-26T23:42:31.440Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-26T23:42:31.440Z | + cargo --version |
| 112 | 2026-05-26T23:42:31.446Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-26T23:42:31.449Z | + rustc --version |
| 114 | 2026-05-26T23:42:31.469Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-26T23:42:31.472Z | + banner prerequisites |
| 116 | 2026-05-26T23:42:31.474Z | |
| 117 | 2026-05-26T23:42:31.474Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-26T23:42:31.474Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-26T23:42:31.474Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-26T23:42:31.474Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-26T23:42:31.474Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-26T23:42:31.474Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-26T23:42:31.474Z | |
| 124 | 2026-05-26T23:42:31.477Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-26T23:42:33.421Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-26T23:42:33.494Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-26T23:42:33.754Z | Planning: Solver setup ... Done (0.224s) |
| 128 | 2026-05-26T23:42:33.772Z | Planning: Running solver ... Done (0.019s) |
| 129 | 2026-05-26T23:42:33.785Z | Planning: Finding local manifests ... Done (0.009s) |
| 130 | 2026-05-26T23:42:33.797Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-26T23:42:33.811Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-26T23:42:33.825Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-26T23:42:33.827Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-05-26T23:42:34.039Z | Planning: Checking for conflicting actions ... Done (0.212s) |
| 135 | 2026-05-26T23:42:34.043Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-26T23:42:35.388Z | Planning: Evaluating mediators ... Done (1.349s) |
| 137 | 2026-05-26T23:42:35.391Z | Planning: Planning completed in 1.88 seconds |
| 138 | 2026-05-26T23:42:35.397Z | Packages to install: 2 |
| 139 | 2026-05-26T23:42:35.397Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-26T23:42:35.397Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-26T23:42:35.401Z | Create boot environment: No |
| 142 | 2026-05-26T23:42:35.401Z | Create backup boot environment: No |
| 143 | 2026-05-26T23:42:35.401Z | Rebuild boot archive: No |
| 144 | 2026-05-26T23:42:35.401Z | |
| 145 | 2026-05-26T23:42:35.401Z | Changed packages: |
| 146 | 2026-05-26T23:42:35.401Z | helios |
| 147 | 2026-05-26T23:42:35.401Z | developer/build-essential |
| 148 | 2026-05-26T23:42:35.401Z | None -> 11-3.0 |
| 149 | 2026-05-26T23:42:35.401Z | library/libxmlsec1 |
| 150 | 2026-05-26T23:42:35.401Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-26T23:42:35.451Z | |
| 152 | 2026-05-26T23:42:35.451Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-26T23:42:36.137Z | Download: Completed 1.28 MB in 0.69 seconds (1.9M/s) |
| 154 | 2026-05-26T23:42:36.195Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-26T23:42:36.239Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-26T23:42:36.272Z | Finalize: Updating package state database ... Done (0.033s) |
| 157 | 2026-05-26T23:42:36.272Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-26T23:42:36.290Z | Finalize: Updating image state ... Done (0.018s) |
| 159 | 2026-05-26T23:42:38.860Z | Finalize: Creating fast lookup database ... Done (2.546s) |
| 160 | 2026-05-26T23:42:38.937Z | Finalize: Reading search index ... Done (0.018s) |
| 161 | 2026-05-26T23:42:38.940Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-26T23:42:38.996Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-26T23:42:39.295Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-26T23:42:39.400Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-26T23:42:39.403Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-26T23:42:39.558Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-26T23:42:39.561Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-26T23:42:39.581Z | Mediators to change: 2 |
| 169 | 2026-05-26T23:42:39.581Z | Create boot environment: No |
| 170 | 2026-05-26T23:42:39.581Z | Create backup boot environment: No |
| 171 | 2026-05-26T23:42:39.650Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-26T23:42:39.650Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-26T23:42:39.661Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-26T23:42:41.603Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-26T23:42:41.666Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-26T23:42:41.669Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-26T23:42:41.728Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-26T23:42:42.016Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-26T23:42:42.121Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-26T23:42:42.124Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-26T23:42:42.281Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-26T23:42:42.285Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-26T23:42:42.311Z | Mediators to change: 1 |
| 184 | 2026-05-26T23:42:42.311Z | Create boot environment: No |
| 185 | 2026-05-26T23:42:42.311Z | Create backup boot environment: No |
| 186 | 2026-05-26T23:42:42.344Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-26T23:42:42.344Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-26T23:42:42.355Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-26T23:42:44.297Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-26T23:42:44.358Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-26T23:42:44.361Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-26T23:42:44.413Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-26T23:42:44.727Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-26T23:42:44.727Z | apache system 2.4 system |
| 195 | 2026-05-26T23:42:44.727Z | clang system 15 system |
| 196 | 2026-05-26T23:42:44.728Z | csh system system illumos |
| 197 | 2026-05-26T23:42:44.728Z | ctags system system illumos |
| 198 | 2026-05-26T23:42:44.729Z | file vendor vendor darwinsys |
| 199 | 2026-05-26T23:42:44.729Z | file system system illumos |
| 200 | 2026-05-26T23:42:44.729Z | gcc vendor 14 vendor |
| 201 | 2026-05-26T23:42:44.729Z | gcc system 13 system |
| 202 | 2026-05-26T23:42:44.729Z | gcc system 10 system |
| 203 | 2026-05-26T23:42:44.729Z | go system 1.25 system |
| 204 | 2026-05-26T23:42:44.729Z | llvm system 15 system |
| 205 | 2026-05-26T23:42:44.729Z | mariadb system 11.4 system |
| 206 | 2026-05-26T23:42:44.729Z | mta vendor vendor dma |
| 207 | 2026-05-26T23:42:44.729Z | openjdk system 17 system |
| 208 | 2026-05-26T23:42:44.729Z | openjdk system 11 system |
| 209 | 2026-05-26T23:42:44.729Z | openssl vendor 3 vendor |
| 210 | 2026-05-26T23:42:44.729Z | perl system 5.40 system |
| 211 | 2026-05-26T23:42:44.729Z | postgresql system 18 system |
| 212 | 2026-05-26T23:42:44.729Z | postgresql system 17 system |
| 213 | 2026-05-26T23:42:44.729Z | python vendor 3 vendor |
| 214 | 2026-05-26T23:42:44.729Z | python system 2 system |
| 215 | 2026-05-26T23:42:44.729Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-26T23:42:44.729Z | ruby system 3.4 system |
| 217 | 2026-05-26T23:42:44.729Z | ruby system 3.0 system |
| 218 | 2026-05-26T23:42:44.729Z | words vendor vendor american-english |
| 219 | 2026-05-26T23:42:44.729Z | words system system australian-english |
| 220 | 2026-05-26T23:42:44.729Z | words system system british-english |
| 221 | 2026-05-26T23:42:44.729Z | words system system canadian-english |
| 222 | 2026-05-26T23:42:44.730Z | words system system french |
| 223 | 2026-05-26T23:42:44.730Z | words system system italian |
| 224 | 2026-05-26T23:42:44.730Z | words system system ngerman |
| 225 | 2026-05-26T23:42:44.730Z | words system system ogerman |
| 226 | 2026-05-26T23:42:44.730Z | words system system spanish |
| 227 | 2026-05-26T23:42:44.987Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-26T23:42:44.987Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-26T23:42:45.258Z | FMRI IFO |
| 230 | 2026-05-26T23:42:45.258Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-26T23:42:45.259Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-26T23:42:45.259Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-26T23:42:45.259Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-26T23:42:45.259Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-26T23:42:45.259Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-26T23:42:45.259Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-26T23:42:45.259Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-26T23:42:45.259Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-26T23:42:45.507Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-26T23:42:45.775Z | Updating crates.io index |
| 241 | 2026-05-26T23:42:45.808Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-26T23:42:46.526Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-26T23:42:46.849Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-26T23:42:47.259Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-26T23:42:48.345Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-26T23:42:48.865Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-26T23:42:50.454Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-26T23:42:51.253Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-26T23:42:51.491Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-26T23:42:52.263Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-26T23:42:52.612Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-26T23:42:53.018Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-26T23:42:53.411Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-26T23:42:54.290Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-26T23:42:54.764Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-26T23:42:55.109Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-26T23:42:55.488Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-26T23:42:55.840Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-26T23:42:56.382Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-26T23:42:56.601Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-26T23:42:56.829Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-26T23:42:57.083Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-26T23:42:57.501Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-26T23:42:58.004Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-26T23:42:58.461Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-26T23:42:58.840Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-26T23:42:59.180Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-26T23:42:59.519Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-26T23:43:00.503Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-26T23:43:00.735Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-26T23:43:01.539Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-26T23:43:01.768Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-26T23:43:02.165Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-26T23:43:02.416Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-26T23:43:02.932Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-26T23:43:03.350Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-26T23:43:03.584Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-26T23:43:03.859Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-26T23:43:04.108Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-26T23:43:04.430Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-26T23:43:16.074Z | Downloading crates ... |
| 282 | 2026-05-26T23:43:16.135Z | Downloaded anstyle-query v1.1.5 |
| 283 | 2026-05-26T23:43:16.139Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-05-26T23:43:16.143Z | Downloaded dtrace-parser v0.2.0 |
| 285 | 2026-05-26T23:43:16.143Z | Downloaded percent-encoding v2.3.2 |
| 286 | 2026-05-26T23:43:16.147Z | Downloaded is_terminal_polyfill v1.70.2 |
| 287 | 2026-05-26T23:43:16.150Z | Downloaded form_urlencoded v1.2.2 |
| 288 | 2026-05-26T23:43:16.153Z | Downloaded zerovec v0.11.5 |
| 289 | 2026-05-26T23:43:16.156Z | Downloaded fnv v1.0.7 |
| 290 | 2026-05-26T23:43:16.159Z | Downloaded zerofrom v0.1.6 |
| 291 | 2026-05-26T23:43:16.159Z | Downloaded toml_datetime v0.6.11 |
| 292 | 2026-05-26T23:43:16.159Z | Downloaded strsim v0.11.1 |
| 293 | 2026-05-26T23:43:16.159Z | Downloaded utf8parse v0.2.2 |
| 294 | 2026-05-26T23:43:16.162Z | Downloaded potential_utf v0.1.4 |
| 295 | 2026-05-26T23:43:16.163Z | Downloaded unicode-xid v0.2.6 |
| 296 | 2026-05-26T23:43:16.166Z | Downloaded thiserror-impl v2.0.18 |
| 297 | 2026-05-26T23:43:16.166Z | Downloaded bytecount v0.6.9 |
| 298 | 2026-05-26T23:43:16.166Z | Downloaded ucd-trie v0.1.7 |
| 299 | 2026-05-26T23:43:16.166Z | Downloaded scroll_derive v0.12.1 |
| 300 | 2026-05-26T23:43:16.166Z | Downloaded thiserror v1.0.69 |
| 301 | 2026-05-26T23:43:16.170Z | Downloaded usdt-macro v0.5.0 |
| 302 | 2026-05-26T23:43:16.170Z | Downloaded unicode-linebreak v0.1.5 |
| 303 | 2026-05-26T23:43:16.173Z | Downloaded tabled_derive v0.7.0 |
| 304 | 2026-05-26T23:43:16.173Z | Downloaded anstyle v1.0.13 |
| 305 | 2026-05-26T23:43:16.173Z | Downloaded usdt v0.5.0 |
| 306 | 2026-05-26T23:43:16.173Z | Downloaded anstream v0.6.21 |
| 307 | 2026-05-26T23:43:16.176Z | Downloaded serde_tokenstream v0.2.3 |
| 308 | 2026-05-26T23:43:16.176Z | Downloaded colorchoice v1.0.4 |
| 309 | 2026-05-26T23:43:16.176Z | Downloaded proc-macro-error-attr v1.0.4 |
| 310 | 2026-05-26T23:43:16.179Z | Downloaded cargo_toml v0.21.0 |
| 311 | 2026-05-26T23:43:16.179Z | Downloaded version_check v0.9.5 |
| 312 | 2026-05-26T23:43:16.192Z | Downloaded cargo-platform v0.2.0 |
| 313 | 2026-05-26T23:43:16.197Z | Downloaded yoke v0.8.1 |
| 314 | 2026-05-26T23:43:16.197Z | Downloaded writeable v0.6.2 |
| 315 | 2026-05-26T23:43:16.197Z | Downloaded quote v1.0.45 |
| 316 | 2026-05-26T23:43:16.198Z | Downloaded serde-untagged v0.1.9 |
| 317 | 2026-05-26T23:43:16.198Z | Downloaded zerofrom-derive v0.1.6 |
| 318 | 2026-05-26T23:43:16.198Z | Downloaded yoke-derive v0.8.1 |
| 319 | 2026-05-26T23:43:16.198Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2026-05-26T23:43:16.198Z | Downloaded toml_write v0.1.2 |
| 321 | 2026-05-26T23:43:16.198Z | Downloaded serde_spanned v0.6.9 |
| 322 | 2026-05-26T23:43:16.198Z | Downloaded typeid v1.0.3 |
| 323 | 2026-05-26T23:43:16.198Z | Downloaded proc-macro-error v1.0.4 |
| 324 | 2026-05-26T23:43:16.198Z | Downloaded digest v0.10.7 |
| 325 | 2026-05-26T23:43:16.198Z | Downloaded cargo-util-schemas v0.8.2 |
| 326 | 2026-05-26T23:43:16.198Z | Downloaded zmij v1.0.21 |
| 327 | 2026-05-26T23:43:16.198Z | Downloaded zerovec-derive v0.11.2 |
| 328 | 2026-05-26T23:43:16.198Z | Downloaded usdt-attr-macro v0.5.0 |
| 329 | 2026-05-26T23:43:16.198Z | Downloaded tinystr v0.8.2 |
| 330 | 2026-05-26T23:43:16.203Z | Downloaded thiserror-impl v1.0.69 |
| 331 | 2026-05-26T23:43:16.203Z | Downloaded camino v1.2.2 |
| 332 | 2026-05-26T23:43:16.203Z | Downloaded thiserror v2.0.18 |
| 333 | 2026-05-26T23:43:16.203Z | Downloaded usdt-impl v0.5.0 |
| 334 | 2026-05-26T23:43:16.206Z | Downloaded pretty-hex v0.4.1 |
| 335 | 2026-05-26T23:43:16.206Z | Downloaded cpufeatures v0.2.17 |
| 336 | 2026-05-26T23:43:16.206Z | Downloaded pest_generator v2.8.6 |
| 337 | 2026-05-26T23:43:16.209Z | Downloaded memmap v0.7.0 |
| 338 | 2026-05-26T23:43:16.209Z | Downloaded smawk v0.3.2 |
| 339 | 2026-05-26T23:43:16.220Z | Downloaded clap_lex v1.0.0 |
| 340 | 2026-05-26T23:43:16.221Z | Downloaded zerocopy-derive v0.7.35 |
| 341 | 2026-05-26T23:43:16.259Z | Downloaded unicode-ident v1.0.24 |
| 342 | 2026-05-26T23:43:16.259Z | Downloaded block-buffer v0.10.4 |
| 343 | 2026-05-26T23:43:16.259Z | Downloaded toml v0.8.23 |
| 344 | 2026-05-26T23:43:16.259Z | Downloaded macaddr v1.0.1 |
| 345 | 2026-05-26T23:43:16.260Z | Downloaded generic-array v0.14.7 |
| 346 | 2026-05-26T23:43:16.261Z | Downloaded serde-value v0.7.0 |
| 347 | 2026-05-26T23:43:16.261Z | Downloaded ordered-float v2.10.1 |
| 348 | 2026-05-26T23:43:16.261Z | Downloaded zerotrie v0.2.3 |
| 349 | 2026-05-26T23:43:16.261Z | Downloaded toml_edit v0.22.27 |
| 350 | 2026-05-26T23:43:16.261Z | Downloaded typenum v1.19.0 |
| 351 | 2026-05-26T23:43:16.261Z | Downloaded cfg-if v1.0.4 |
| 352 | 2026-05-26T23:43:16.261Z | Downloaded url v2.5.8 |
| 353 | 2026-05-26T23:43:16.261Z | Downloaded crypto-common v0.1.7 |
| 354 | 2026-05-26T23:43:16.261Z | Downloaded fastrand v2.3.0 |
| 355 | 2026-05-26T23:43:16.261Z | Downloaded textwrap v0.16.2 |
| 356 | 2026-05-26T23:43:16.270Z | Downloaded terminal_size v0.4.3 |
| 357 | 2026-05-26T23:43:16.270Z | Downloaded equivalent v1.0.2 |
| 358 | 2026-05-26T23:43:16.270Z | Downloaded idna_adapter v1.2.1 |
| 359 | 2026-05-26T23:43:16.270Z | Downloaded swrite v0.1.0 |
| 360 | 2026-05-26T23:43:16.270Z | Downloaded winnow v0.7.14 |
| 361 | 2026-05-26T23:43:16.270Z | Downloaded zerocopy v0.7.35 |
| 362 | 2026-05-26T23:43:16.274Z | Downloaded scroll v0.12.0 |
| 363 | 2026-05-26T23:43:16.274Z | Downloaded unicode-width v0.2.0 |
| 364 | 2026-05-26T23:43:16.274Z | Downloaded plain v0.2.3 |
| 365 | 2026-05-26T23:43:16.274Z | Downloaded dof v0.3.0 |
| 366 | 2026-05-26T23:43:16.274Z | Downloaded unicode-width v0.1.14 |
| 367 | 2026-05-26T23:43:16.279Z | Downloaded serde_derive v1.0.228 |
| 368 | 2026-05-26T23:43:16.279Z | Downloaded heck v0.4.1 |
| 369 | 2026-05-26T23:43:16.279Z | Downloaded getrandom v0.4.1 |
| 370 | 2026-05-26T23:43:16.282Z | Downloaded stable_deref_trait v1.2.1 |
| 371 | 2026-05-26T23:43:16.282Z | Downloaded heck v0.5.0 |
| 372 | 2026-05-26T23:43:16.282Z | Downloaded errno v0.3.14 |
| 373 | 2026-05-26T23:43:16.282Z | Downloaded displaydoc v0.2.5 |
| 374 | 2026-05-26T23:43:16.287Z | Downloaded byteorder v1.5.0 |
| 375 | 2026-05-26T23:43:16.293Z | Downloaded anstyle-parse v0.2.7 |
| 376 | 2026-05-26T23:43:16.301Z | Downloaded camino-tempfile v1.4.1 |
| 377 | 2026-05-26T23:43:16.306Z | Downloaded sha2 v0.10.9 |
| 378 | 2026-05-26T23:43:16.308Z | Downloaded clap v4.5.60 |
| 379 | 2026-05-26T23:43:16.313Z | Downloaded cargo_metadata v0.21.0 |
| 380 | 2026-05-26T23:43:16.317Z | Downloaded erased-serde v0.4.9 |
| 381 | 2026-05-26T23:43:16.322Z | Downloaded fs-err v3.3.0 |
| 382 | 2026-05-26T23:43:16.325Z | Downloaded itoa v1.0.17 |
| 383 | 2026-05-26T23:43:16.327Z | Downloaded autocfg v1.5.0 |
| 384 | 2026-05-26T23:43:16.333Z | Downloaded proc-macro2 v1.0.106 |
| 385 | 2026-05-26T23:43:16.335Z | Downloaded icu_properties v2.1.2 |
| 386 | 2026-05-26T23:43:16.338Z | Downloaded anyhow v1.0.102 |
| 387 | 2026-05-26T23:43:16.345Z | Downloaded synstructure v0.13.2 |
| 388 | 2026-05-26T23:43:16.348Z | Downloaded pest_derive v2.8.6 |
| 389 | 2026-05-26T23:43:16.353Z | Downloaded smallvec v1.15.1 |
| 390 | 2026-05-26T23:43:16.353Z | Downloaded semver v1.0.28 |
| 391 | 2026-05-26T23:43:16.355Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-26T23:43:16.356Z | Downloaded icu_normalizer_data v2.1.1 |
| 393 | 2026-05-26T23:43:16.358Z | Downloaded log v0.4.29 |
| 394 | 2026-05-26T23:43:16.358Z | Downloaded icu_collections v2.1.1 |
| 395 | 2026-05-26T23:43:16.366Z | Downloaded clap_derive v4.5.55 |
| 396 | 2026-05-26T23:43:16.369Z | Downloaded tempfile v3.25.0 |
| 397 | 2026-05-26T23:43:16.372Z | Downloaded papergrid v0.11.0 |
| 398 | 2026-05-26T23:43:16.377Z | Downloaded litemap v0.8.1 |
| 399 | 2026-05-26T23:43:16.381Z | Downloaded bitflags v2.11.0 |
| 400 | 2026-05-26T23:43:16.386Z | Downloaded memchr v2.8.0 |
| 401 | 2026-05-26T23:43:16.390Z | Downloaded icu_provider v2.1.1 |
| 402 | 2026-05-26T23:43:16.397Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-26T23:43:16.405Z | Downloaded serde v1.0.228 |
| 404 | 2026-05-26T23:43:16.408Z | Downloaded num-traits v0.2.19 |
| 405 | 2026-05-26T23:43:16.412Z | Downloaded serde_core v1.0.228 |
| 406 | 2026-05-26T23:43:16.412Z | Downloaded icu_normalizer v2.1.1 |
| 407 | 2026-05-26T23:43:16.421Z | Downloaded pest_meta v2.8.6 |
| 408 | 2026-05-26T23:43:16.439Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-26T23:43:16.446Z | Downloaded hashbrown v0.17.0 |
| 410 | 2026-05-26T23:43:16.452Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-26T23:43:16.474Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-26T23:43:16.481Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-26T23:43:16.485Z | Downloaded icu_properties_data v2.1.2 |
| 414 | 2026-05-26T23:43:16.505Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-26T23:43:16.508Z | Downloaded clap_builder v4.5.60 |
| 416 | 2026-05-26T23:43:16.513Z | Downloaded tabled v0.15.0 |
| 417 | 2026-05-26T23:43:16.524Z | Downloaded syn v2.0.117 |
| 418 | 2026-05-26T23:43:16.531Z | Downloaded syn v1.0.109 |
| 419 | 2026-05-26T23:43:16.550Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-26T23:43:16.581Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-26T23:43:16.649Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-26T23:43:16.649Z | Compiling unicode-ident v1.0.24 |
| 423 | 2026-05-26T23:43:16.649Z | Compiling quote v1.0.45 |
| 424 | 2026-05-26T23:43:16.649Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-26T23:43:16.649Z | Compiling libc v0.2.185 |
| 426 | 2026-05-26T23:43:16.651Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-26T23:43:16.651Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-26T23:43:16.651Z | Compiling serde v1.0.228 |
| 429 | 2026-05-26T23:43:16.940Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-26T23:43:16.970Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-26T23:43:17.166Z | Compiling thiserror v1.0.69 |
| 432 | 2026-05-26T23:43:17.405Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-26T23:43:17.451Z | Compiling itoa v1.0.17 |
| 434 | 2026-05-26T23:43:17.562Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-26T23:43:17.673Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-26T23:43:17.769Z | Compiling pest v2.8.6 |
| 437 | 2026-05-26T23:43:17.799Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-26T23:43:17.861Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-26T23:43:17.868Z | Compiling byteorder v1.5.0 |
| 440 | 2026-05-26T23:43:17.988Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-26T23:43:18.163Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-05-26T23:43:18.255Z | Compiling syn v2.0.117 |
| 443 | 2026-05-26T23:43:18.278Z | Compiling errno v0.3.14 |
| 444 | 2026-05-26T23:43:18.344Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-26T23:43:18.375Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-26T23:43:18.464Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-26T23:43:18.600Z | Compiling smallvec v1.15.1 |
| 448 | 2026-05-26T23:43:18.653Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-26T23:43:18.770Z | Compiling equivalent v1.0.2 |
| 450 | 2026-05-26T23:43:18.811Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-26T23:43:18.860Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-26T23:43:18.996Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-26T23:43:19.078Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-26T23:43:19.143Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-26T23:43:19.263Z | Compiling syn v1.0.109 |
| 456 | 2026-05-26T23:43:19.294Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-26T23:43:19.351Z | Compiling indexmap v2.14.0 |
| 458 | 2026-05-26T23:43:19.398Z | Compiling erased-serde v0.4.9 |
| 459 | 2026-05-26T23:43:19.650Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-26T23:43:19.969Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-26T23:43:20.052Z | Compiling log v0.4.29 |
| 462 | 2026-05-26T23:43:20.156Z | Compiling plain v0.2.3 |
| 463 | 2026-05-26T23:43:20.244Z | Compiling camino v1.2.2 |
| 464 | 2026-05-26T23:43:20.272Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-26T23:43:20.433Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-05-26T23:43:20.528Z | Compiling percent-encoding v2.3.2 |
| 467 | 2026-05-26T23:43:20.552Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-26T23:43:20.567Z | Compiling getrandom v0.4.1 |
| 469 | 2026-05-26T23:43:20.683Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-26T23:43:20.727Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-26T23:43:20.755Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-26T23:43:20.872Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-26T23:43:20.891Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-26T23:43:20.965Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-26T23:43:21.109Z | Compiling colorchoice v1.0.4 |
| 476 | 2026-05-26T23:43:21.238Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-26T23:43:21.245Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-26T23:43:21.322Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-26T23:43:21.327Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-26T23:43:21.352Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-26T23:43:21.443Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-26T23:43:21.497Z | Compiling semver v1.0.28 |
| 483 | 2026-05-26T23:43:21.547Z | Compiling anstream v0.6.21 |
| 484 | 2026-05-26T23:43:21.617Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-26T23:43:21.682Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-05-26T23:43:21.800Z | Compiling bytecount v0.6.9 |
| 487 | 2026-05-26T23:43:21.815Z | Compiling anyhow v1.0.102 |
| 488 | 2026-05-26T23:43:21.852Z | Compiling clap_lex v1.0.0 |
| 489 | 2026-05-26T23:43:21.855Z | Compiling heck v0.4.1 |
| 490 | 2026-05-26T23:43:21.940Z | Compiling fnv v1.0.7 |
| 491 | 2026-05-26T23:43:21.955Z | Compiling once_cell v1.21.3 |
| 492 | 2026-05-26T23:43:22.083Z | Compiling strsim v0.11.1 |
| 493 | 2026-05-26T23:43:22.097Z | Compiling heck v0.5.0 |
| 494 | 2026-05-26T23:43:22.117Z | Compiling unicode-xid v0.2.6 |
| 495 | 2026-05-26T23:43:22.169Z | Compiling fastrand v2.3.0 |
| 496 | 2026-05-26T23:43:22.331Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-26T23:43:22.344Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-26T23:43:22.431Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-26T23:43:22.456Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-26T23:43:22.549Z | Compiling unicode-width v0.2.0 |
| 501 | 2026-05-26T23:43:22.571Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-05-26T23:43:22.631Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-05-26T23:43:22.795Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-05-26T23:43:22.810Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-05-26T23:43:22.961Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-05-26T23:43:23.691Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-05-26T23:43:23.738Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-05-26T23:43:23.912Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-05-26T23:43:23.926Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-05-26T23:43:24.000Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-05-26T23:43:24.131Z | Compiling yoke v0.8.1 |
| 512 | 2026-05-26T23:43:24.323Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-26T23:43:24.326Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-26T23:43:24.643Z | Compiling scroll v0.12.0 |
| 515 | 2026-05-26T23:43:24.659Z | Compiling thiserror-impl v2.0.18 |
| 516 | 2026-05-26T23:43:24.662Z | Compiling zerocopy v0.7.35 |
| 517 | 2026-05-26T23:43:24.877Z | Compiling tinystr v0.8.2 |
| 518 | 2026-05-26T23:43:24.921Z | Compiling potential_utf v0.1.4 |
| 519 | 2026-05-26T23:43:25.078Z | Compiling icu_locale_core v2.1.1 |
| 520 | 2026-05-26T23:43:25.093Z | Compiling icu_collections v2.1.1 |
| 521 | 2026-05-26T23:43:25.109Z | Compiling dtrace-parser v0.2.0 |
| 522 | 2026-05-26T23:43:25.231Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-26T23:43:25.341Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-05-26T23:43:25.580Z | Compiling clap_derive v4.5.55 |
| 525 | 2026-05-26T23:43:25.875Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-26T23:43:25.977Z | Compiling toml_datetime v0.6.11 |
| 527 | 2026-05-26T23:43:25.995Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-26T23:43:26.023Z | Compiling dof v0.3.0 |
| 529 | 2026-05-26T23:43:26.043Z | Compiling serde_tokenstream v0.2.3 |
| 530 | 2026-05-26T23:43:26.138Z | Compiling icu_properties v2.1.2 |
| 531 | 2026-05-26T23:43:26.176Z | Compiling icu_normalizer v2.1.1 |
| 532 | 2026-05-26T23:43:26.236Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-26T23:43:26.389Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-26T23:43:26.417Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-26T23:43:26.684Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-05-26T23:43:26.727Z | Compiling smawk v0.3.2 |
| 537 | 2026-05-26T23:43:26.748Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-26T23:43:26.868Z | Compiling macaddr v1.0.1 |
| 539 | 2026-05-26T23:43:26.929Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-26T23:43:26.985Z | Compiling usdt-macro v0.5.0 |
| 541 | 2026-05-26T23:43:27.090Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-05-26T23:43:27.226Z | Compiling idna v1.1.0 |
| 543 | 2026-05-26T23:43:27.244Z | Compiling usdt-attr-macro v0.5.0 |
| 544 | 2026-05-26T23:43:27.346Z | Compiling clap v4.5.60 |
| 545 | 2026-05-26T23:43:27.390Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-05-26T23:43:27.595Z | Compiling url v2.5.8 |
| 547 | 2026-05-26T23:43:27.872Z | Compiling toml v0.8.23 |
| 548 | 2026-05-26T23:43:28.139Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-26T23:43:28.242Z | Compiling cargo-util-schemas v0.8.2 |
| 550 | 2026-05-26T23:43:28.271Z | Compiling cargo_toml v0.21.0 |
| 551 | 2026-05-26T23:43:28.338Z | Compiling usdt v0.5.0 |
| 552 | 2026-05-26T23:43:28.481Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 553 | 2026-05-26T23:43:29.114Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-26T23:43:30.064Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-26T23:43:32.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.79s |
| 556 | 2026-05-26T23:43:32.434Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-26T23:43:32.983Z | Downloading crates ... |
| 558 | 2026-05-26T23:43:33.073Z | Downloaded colored v3.1.1 |
| 559 | 2026-05-26T23:43:33.098Z | Downloaded array-init v0.0.4 |
| 560 | 2026-05-26T23:43:33.098Z | Downloaded cmake v0.1.57 |
| 561 | 2026-05-26T23:43:33.098Z | Downloaded bitfield-struct v0.6.2 |
| 562 | 2026-05-26T23:43:33.098Z | Downloaded buf-list v1.1.2 |
| 563 | 2026-05-26T23:43:33.098Z | Downloaded block-padding v0.3.3 |
| 564 | 2026-05-26T23:43:33.098Z | Downloaded adler2 v2.0.1 |
| 565 | 2026-05-26T23:43:33.098Z | Downloaded console v0.16.2 |
| 566 | 2026-05-26T23:43:33.098Z | Downloaded bit-vec v0.8.0 |
| 567 | 2026-05-26T23:43:33.098Z | Downloaded ascii-canvas v3.0.0 |
| 568 | 2026-05-26T23:43:33.098Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 569 | 2026-05-26T23:43:33.098Z | Downloaded backon v1.6.0 |
| 570 | 2026-05-26T23:43:33.098Z | Downloaded daft v0.1.7 |
| 571 | 2026-05-26T23:43:33.108Z | Downloaded arrayvec v0.7.6 |
| 572 | 2026-05-26T23:43:33.108Z | Downloaded async-trait v0.1.89 |
| 573 | 2026-05-26T23:43:33.108Z | Downloaded bit-set v0.5.3 |
| 574 | 2026-05-26T23:43:33.108Z | Downloaded float-ord v0.3.2 |
| 575 | 2026-05-26T23:43:33.108Z | Downloaded foreign-types-shared v0.3.1 |
| 576 | 2026-05-26T23:43:33.109Z | Downloaded dunce v1.0.5 |
| 577 | 2026-05-26T23:43:33.109Z | Downloaded crc8 v0.1.1 |
| 578 | 2026-05-26T23:43:33.109Z | Downloaded cargo-platform v0.3.2 |
| 579 | 2026-05-26T23:43:33.110Z | Downloaded bit-set v0.8.0 |
| 580 | 2026-05-26T23:43:33.110Z | Downloaded either v1.15.0 |
| 581 | 2026-05-26T23:43:33.110Z | Downloaded atomicwrites v0.4.4 |
| 582 | 2026-05-26T23:43:33.110Z | Downloaded data-encoding v2.10.0 |
| 583 | 2026-05-26T23:43:33.110Z | Downloaded crc32fast v1.5.0 |
| 584 | 2026-05-26T23:43:33.110Z | Downloaded cipher v0.4.4 |
| 585 | 2026-05-26T23:43:33.110Z | Downloaded erased-serde v0.3.31 |
| 586 | 2026-05-26T23:43:33.110Z | Downloaded ctr v0.9.2 |
| 587 | 2026-05-26T23:43:33.110Z | Downloaded csv-core v0.1.13 |
| 588 | 2026-05-26T23:43:33.110Z | Downloaded crossbeam-epoch v0.9.18 |
| 589 | 2026-05-26T23:43:33.110Z | Downloaded crucible-workspace-hack v0.1.0 |
| 590 | 2026-05-26T23:43:33.128Z | Downloaded base64 v0.22.1 |
| 591 | 2026-05-26T23:43:33.131Z | Downloaded crossbeam-deque v0.8.6 |
| 592 | 2026-05-26T23:43:33.131Z | Downloaded bzip2 v0.6.1 |
| 593 | 2026-05-26T23:43:33.131Z | Downloaded async-recursion v1.1.1 |
| 594 | 2026-05-26T23:43:33.131Z | Downloaded crossterm v0.28.1 |
| 595 | 2026-05-26T23:43:33.224Z | Downloaded bit-vec v0.6.3 |
| 596 | 2026-05-26T23:43:33.224Z | Downloaded crc v3.4.0 |
| 597 | 2026-05-26T23:43:33.224Z | Downloaded constant_time_eq v0.4.2 |
| 598 | 2026-05-26T23:43:33.224Z | Downloaded atty v0.2.14 |
| 599 | 2026-05-26T23:43:33.224Z | Downloaded camino-tempfile-ext v0.3.3 |
| 600 | 2026-05-26T23:43:33.224Z | Downloaded compression-core v0.4.31 |
| 601 | 2026-05-26T23:43:33.224Z | Downloaded assert_matches v1.5.0 |
| 602 | 2026-05-26T23:43:33.224Z | Downloaded daft-derive v0.1.7 |
| 603 | 2026-05-26T23:43:33.224Z | Downloaded cpufeatures v0.3.0 |
| 604 | 2026-05-26T23:43:33.224Z | Downloaded convert_case v0.4.0 |
| 605 | 2026-05-26T23:43:33.224Z | Downloaded const-oid v0.9.6 |
| 606 | 2026-05-26T23:43:33.224Z | Downloaded cobs v0.3.0 |
| 607 | 2026-05-26T23:43:33.224Z | Downloaded bitfield-macros v0.19.4 |
| 608 | 2026-05-26T23:43:33.224Z | Downloaded darling_macro v0.20.11 |
| 609 | 2026-05-26T23:43:33.224Z | Downloaded darling_macro v0.13.4 |
| 610 | 2026-05-26T23:43:33.224Z | Downloaded cfg_aliases v0.1.1 |
| 611 | 2026-05-26T23:43:33.224Z | Downloaded difflib v0.4.0 |
| 612 | 2026-05-26T23:43:33.224Z | Downloaded byte-wrapper v0.1.0 |
| 613 | 2026-05-26T23:43:33.224Z | Downloaded darling_macro v0.21.3 |
| 614 | 2026-05-26T23:43:33.224Z | Downloaded atomic-waker v1.1.2 |
| 615 | 2026-05-26T23:43:33.224Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 616 | 2026-05-26T23:43:33.225Z | Downloaded display-error-chain v0.2.2 |
| 617 | 2026-05-26T23:43:33.225Z | Downloaded async-stream v0.3.6 |
| 618 | 2026-05-26T23:43:33.225Z | Downloaded defmt-macros v1.0.1 |
| 619 | 2026-05-26T23:43:33.226Z | Downloaded downcast-rs v2.0.2 |
| 620 | 2026-05-26T23:43:33.226Z | Downloaded dirs-sys-next v0.1.2 |
| 621 | 2026-05-26T23:43:33.226Z | Downloaded async-stream-impl v0.3.6 |
| 622 | 2026-05-26T23:43:33.226Z | Downloaded derive_builder_core v0.20.2 |
| 623 | 2026-05-26T23:43:33.226Z | Downloaded debug-ignore v1.0.5 |
| 624 | 2026-05-26T23:43:33.226Z | Downloaded dof v0.4.0 |
| 625 | 2026-05-26T23:43:33.226Z | Downloaded dirs-next v2.0.0 |
| 626 | 2026-05-26T23:43:33.226Z | Downloaded arrayref v0.3.9 |
| 627 | 2026-05-26T23:43:33.226Z | Downloaded env_logger v0.11.9 |
| 628 | 2026-05-26T23:43:33.226Z | Downloaded des v0.8.1 |
| 629 | 2026-05-26T23:43:33.226Z | Downloaded darling v0.20.11 |
| 630 | 2026-05-26T23:43:33.226Z | Downloaded base16ct v0.2.0 |
| 631 | 2026-05-26T23:43:33.226Z | Downloaded critical-section v1.2.0 |
| 632 | 2026-05-26T23:43:33.226Z | Downloaded float-cmp v0.10.0 |
| 633 | 2026-05-26T23:43:33.226Z | Downloaded cexpr v0.6.0 |
| 634 | 2026-05-26T23:43:33.226Z | Downloaded cbc v0.1.2 |
| 635 | 2026-05-26T23:43:33.226Z | Downloaded enum-as-inner v0.6.1 |
| 636 | 2026-05-26T23:43:33.226Z | Downloaded embedded-io v0.6.1 |
| 637 | 2026-05-26T23:43:33.227Z | Downloaded dtrace-parser v0.3.0 |
| 638 | 2026-05-26T23:43:33.227Z | Downloaded dsl_auto_type v0.2.0 |
| 639 | 2026-05-26T23:43:33.227Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 640 | 2026-05-26T23:43:33.227Z | Downloaded crunchy v0.2.4 |
| 641 | 2026-05-26T23:43:33.227Z | Downloaded backoff v0.4.0 |
| 642 | 2026-05-26T23:43:33.227Z | Downloaded gethostname v0.5.0 |
| 643 | 2026-05-26T23:43:33.227Z | Downloaded futures-core v0.3.32 |
| 644 | 2026-05-26T23:43:33.227Z | Downloaded funty v2.0.0 |
| 645 | 2026-05-26T23:43:33.227Z | Downloaded foreign-types-shared v0.1.1 |
| 646 | 2026-05-26T23:43:33.227Z | Downloaded foreign-types v0.5.0 |
| 647 | 2026-05-26T23:43:33.227Z | Downloaded document-features v0.2.12 |
| 648 | 2026-05-26T23:43:33.227Z | Downloaded cstr-argument v0.1.2 |
| 649 | 2026-05-26T23:43:33.227Z | Downloaded cfg_aliases v0.2.1 |
| 650 | 2026-05-26T23:43:33.227Z | Downloaded darling_macro v0.23.0 |
| 651 | 2026-05-26T23:43:33.227Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-26T23:43:33.227Z | Downloaded endian-type v0.1.2 |
| 653 | 2026-05-26T23:43:33.227Z | Downloaded futures-macro v0.3.32 |
| 654 | 2026-05-26T23:43:33.227Z | Downloaded fd-lock v4.0.4 |
| 655 | 2026-05-26T23:43:33.227Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 656 | 2026-05-26T23:43:33.227Z | Downloaded derive_builder_macro v0.20.2 |
| 657 | 2026-05-26T23:43:33.227Z | Downloaded git-stub v1.0.0 |
| 658 | 2026-05-26T23:43:33.227Z | Downloaded fxhash v0.2.1 |
| 659 | 2026-05-26T23:43:33.227Z | Downloaded futures-task v0.3.32 |
| 660 | 2026-05-26T23:43:33.227Z | Downloaded ciborium-ll v0.2.2 |
| 661 | 2026-05-26T23:43:33.227Z | Downloaded env_filter v1.0.0 |
| 662 | 2026-05-26T23:43:33.227Z | Downloaded fixedbitset v0.4.2 |
| 663 | 2026-05-26T23:43:33.237Z | Downloaded ciborium-io v0.2.2 |
| 664 | 2026-05-26T23:43:33.237Z | Downloaded flagset v0.4.7 |
| 665 | 2026-05-26T23:43:33.238Z | Downloaded darling v0.13.4 |
| 666 | 2026-05-26T23:43:33.238Z | Downloaded hash32 v0.3.1 |
| 667 | 2026-05-26T23:43:33.238Z | Downloaded hash32 v0.2.1 |
| 668 | 2026-05-26T23:43:33.240Z | Downloaded dyn-clone v1.0.20 |
| 669 | 2026-05-26T23:43:33.240Z | Downloaded defmt v0.3.100 |
| 670 | 2026-05-26T23:43:33.240Z | Downloaded globwalk v0.9.1 |
| 671 | 2026-05-26T23:43:33.241Z | Downloaded bitfield v0.19.4 |
| 672 | 2026-05-26T23:43:33.241Z | Downloaded castaway v0.2.4 |
| 673 | 2026-05-26T23:43:33.241Z | Downloaded convert_case v0.10.0 |
| 674 | 2026-05-26T23:43:33.241Z | Downloaded futures-io v0.3.32 |
| 675 | 2026-05-26T23:43:33.241Z | Downloaded derive-ex v0.1.8 |
| 676 | 2026-05-26T23:43:33.241Z | Downloaded curve25519-dalek v4.1.3 |
| 677 | 2026-05-26T23:43:33.249Z | Downloaded hex v0.4.3 |
| 678 | 2026-05-26T23:43:33.249Z | Downloaded cargo_metadata v0.23.1 |
| 679 | 2026-05-26T23:43:33.249Z | Downloaded ghash v0.5.1 |
| 680 | 2026-05-26T23:43:33.249Z | Downloaded httpdate v1.0.3 |
| 681 | 2026-05-26T23:43:33.249Z | Downloaded deranged v0.5.8 |
| 682 | 2026-05-26T23:43:33.249Z | Downloaded diesel-dtrace v0.5.0 |
| 683 | 2026-05-26T23:43:33.249Z | Downloaded foreign-types v0.3.2 |
| 684 | 2026-05-26T23:43:33.251Z | Downloaded bb8 v0.8.6 |
| 685 | 2026-05-26T23:43:33.251Z | Downloaded crc-catalog v2.4.0 |
| 686 | 2026-05-26T23:43:33.259Z | Downloaded compression-codecs v0.4.37 |
| 687 | 2026-05-26T23:43:33.260Z | Downloaded cancel-safe-futures v0.1.5 |
| 688 | 2026-05-26T23:43:33.260Z | Downloaded foreign-types-macros v0.2.3 |
| 689 | 2026-05-26T23:43:33.260Z | Downloaded headers-core v0.3.0 |
| 690 | 2026-05-26T23:43:33.260Z | Downloaded ecdsa v0.16.9 |
| 691 | 2026-05-26T23:43:33.266Z | Downloaded fallible-iterator v0.2.0 |
| 692 | 2026-05-26T23:43:33.266Z | Downloaded defmt v1.0.1 |
| 693 | 2026-05-26T23:43:33.268Z | Downloaded fixedbitset v0.5.7 |
| 694 | 2026-05-26T23:43:33.268Z | Downloaded hostname v0.4.2 |
| 695 | 2026-05-26T23:43:33.273Z | Downloaded hex-literal v0.4.1 |
| 696 | 2026-05-26T23:43:33.273Z | Downloaded hyper-tls v0.6.0 |
| 697 | 2026-05-26T23:43:33.273Z | Downloaded hubpack v0.1.2 |
| 698 | 2026-05-26T23:43:33.273Z | Downloaded http-range v0.1.5 |
| 699 | 2026-05-26T23:43:33.273Z | Downloaded filetime v0.2.27 |
| 700 | 2026-05-26T23:43:33.273Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 701 | 2026-05-26T23:43:33.273Z | Downloaded home v0.5.12 |
| 702 | 2026-05-26T23:43:33.273Z | Downloaded ff v0.13.1 |
| 703 | 2026-05-26T23:43:33.273Z | Downloaded futures-executor v0.3.32 |
| 704 | 2026-05-26T23:43:33.277Z | Downloaded ed25519 v2.2.3 |
| 705 | 2026-05-26T23:43:33.277Z | Downloaded derive_builder v0.20.2 |
| 706 | 2026-05-26T23:43:33.277Z | Downloaded group v0.13.0 |
| 707 | 2026-05-26T23:43:33.285Z | Downloaded glob v0.3.3 |
| 708 | 2026-05-26T23:43:33.285Z | Downloaded http-body v1.0.1 |
| 709 | 2026-05-26T23:43:33.285Z | Downloaded hostname v0.3.1 |
| 710 | 2026-05-26T23:43:33.285Z | Downloaded chacha20 v0.9.1 |
| 711 | 2026-05-26T23:43:33.294Z | Downloaded hubpack_derive v0.1.1 |
| 712 | 2026-05-26T23:43:33.294Z | Downloaded indent_write v2.2.0 |
| 713 | 2026-05-26T23:43:33.295Z | Downloaded aead v0.5.2 |
| 714 | 2026-05-26T23:43:33.295Z | Downloaded darling v0.23.0 |
| 715 | 2026-05-26T23:43:33.295Z | Downloaded instability v0.3.11 |
| 716 | 2026-05-26T23:43:33.295Z | Downloaded ident_case v1.0.1 |
| 717 | 2026-05-26T23:43:33.304Z | Downloaded git-stub-vcs v0.1.0 |
| 718 | 2026-05-26T23:43:33.305Z | Downloaded cassowary v0.3.0 |
| 719 | 2026-05-26T23:43:33.305Z | Downloaded illumos-nvpair v0.3.0 |
| 720 | 2026-05-26T23:43:33.305Z | Downloaded corncobs v0.1.4 |
| 721 | 2026-05-26T23:43:33.305Z | Downloaded blowfish v0.9.1 |
| 722 | 2026-05-26T23:43:33.305Z | Downloaded is-terminal v0.4.17 |
| 723 | 2026-05-26T23:43:33.305Z | Downloaded bitflags v1.3.2 |
| 724 | 2026-05-26T23:43:33.305Z | Downloaded bcs v0.1.6 |
| 725 | 2026-05-26T23:43:33.305Z | Downloaded find-msvc-tools v0.1.9 |
| 726 | 2026-05-26T23:43:33.305Z | Downloaded base64ct v1.8.3 |
| 727 | 2026-05-26T23:43:33.310Z | Downloaded highway v1.3.0 |
| 728 | 2026-05-26T23:43:33.310Z | Downloaded console v0.15.11 |
| 729 | 2026-05-26T23:43:33.310Z | Downloaded argon2 v0.5.3 |
| 730 | 2026-05-26T23:43:33.310Z | Downloaded defmt-parser v1.0.0 |
| 731 | 2026-05-26T23:43:33.310Z | Downloaded fs-err v2.11.0 |
| 732 | 2026-05-26T23:43:33.311Z | Downloaded cookie v0.18.1 |
| 733 | 2026-05-26T23:43:33.311Z | Downloaded async-bb8-diesel v0.2.1 |
| 734 | 2026-05-26T23:43:33.317Z | Downloaded ahash v0.8.12 |
| 735 | 2026-05-26T23:43:33.317Z | Downloaded kstat-rs v0.2.4 |
| 736 | 2026-05-26T23:43:33.317Z | Downloaded instant v0.1.13 |
| 737 | 2026-05-26T23:43:33.318Z | Downloaded globset v0.4.18 |
| 738 | 2026-05-26T23:43:33.318Z | Downloaded lazy_static v1.5.0 |
| 739 | 2026-05-26T23:43:33.326Z | Downloaded internet-checksum v0.2.1 |
| 740 | 2026-05-26T23:43:33.326Z | Downloaded keccak v0.1.6 |
| 741 | 2026-05-26T23:43:33.326Z | Downloaded embedded-io v0.4.0 |
| 742 | 2026-05-26T23:43:33.326Z | Downloaded humantime v2.3.0 |
| 743 | 2026-05-26T23:43:33.326Z | Downloaded der_derive v0.7.3 |
| 744 | 2026-05-26T23:43:33.327Z | Downloaded fs_extra v1.3.0 |
| 745 | 2026-05-26T23:43:33.330Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-05-26T23:43:33.330Z | Downloaded is_ci v1.2.0 |
| 747 | 2026-05-26T23:43:33.330Z | Downloaded getrandom v0.2.17 |
| 748 | 2026-05-26T23:43:33.335Z | Downloaded http-body-util v0.1.3 |
| 749 | 2026-05-26T23:43:33.335Z | Downloaded foldhash v0.1.5 |
| 750 | 2026-05-26T23:43:33.335Z | Downloaded ena v0.14.4 |
| 751 | 2026-05-26T23:43:33.340Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-05-26T23:43:33.340Z | Downloaded dropshot_endpoint v0.17.0 |
| 753 | 2026-05-26T23:43:33.340Z | Downloaded crossbeam-utils v0.8.21 |
| 754 | 2026-05-26T23:43:33.343Z | Downloaded drift v0.2.0 |
| 755 | 2026-05-26T23:43:33.348Z | Downloaded linked-hash-map v0.5.6 |
| 756 | 2026-05-26T23:43:33.351Z | Downloaded darling_core v0.20.11 |
| 757 | 2026-05-26T23:43:33.353Z | Downloaded indoc v1.0.9 |
| 758 | 2026-05-26T23:43:33.357Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-26T23:43:33.361Z | Downloaded hyper-staticfile v0.10.1 |
| 760 | 2026-05-26T23:43:33.361Z | Downloaded mime v0.3.17 |
| 761 | 2026-05-26T23:43:33.361Z | Downloaded managed v0.8.0 |
| 762 | 2026-05-26T23:43:33.361Z | Downloaded lru-cache v0.1.2 |
| 763 | 2026-05-26T23:43:33.361Z | Downloaded memoffset v0.9.1 |
| 764 | 2026-05-26T23:43:33.365Z | Downloaded ingot v0.1.1 |
| 765 | 2026-05-26T23:43:33.365Z | Downloaded indoc v2.0.7 |
| 766 | 2026-05-26T23:43:33.369Z | Downloaded md-5 v0.10.6 |
| 767 | 2026-05-26T23:43:33.369Z | Downloaded allocator-api2 v0.2.21 |
| 768 | 2026-05-26T23:43:33.369Z | Downloaded ipnetwork v0.21.1 |
| 769 | 2026-05-26T23:43:33.372Z | Downloaded maybe-uninit v2.0.0 |
| 770 | 2026-05-26T23:43:33.372Z | Downloaded match_cfg v0.1.0 |
| 771 | 2026-05-26T23:43:33.372Z | Downloaded lzss v0.8.2 |
| 772 | 2026-05-26T23:43:33.377Z | Downloaded hmac v0.12.1 |
| 773 | 2026-05-26T23:43:33.377Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 774 | 2026-05-26T23:43:33.382Z | Downloaded newline-converter v0.3.0 |
| 775 | 2026-05-26T23:43:33.382Z | Downloaded multimap v0.10.1 |
| 776 | 2026-05-26T23:43:33.382Z | Downloaded nibble_vec v0.1.0 |
| 777 | 2026-05-26T23:43:33.383Z | Downloaded crc-any v2.5.0 |
| 778 | 2026-05-26T23:43:33.383Z | Downloaded half v1.8.3 |
| 779 | 2026-05-26T23:43:33.386Z | Downloaded new_debug_unreachable v1.0.6 |
| 780 | 2026-05-26T23:43:33.387Z | Downloaded derive_more v0.99.20 |
| 781 | 2026-05-26T23:43:33.387Z | Downloaded darling_core v0.13.4 |
| 782 | 2026-05-26T23:43:33.391Z | Downloaded diff v0.1.13 |
| 783 | 2026-05-26T23:43:33.395Z | Downloaded newtype-uuid-macros v0.1.0 |
| 784 | 2026-05-26T23:43:33.395Z | Downloaded ipnet v2.11.0 |
| 785 | 2026-05-26T23:43:33.395Z | Downloaded ingot-types v0.1.2 |
| 786 | 2026-05-26T23:43:33.395Z | Downloaded clang-sys v1.8.1 |
| 787 | 2026-05-26T23:43:33.399Z | Downloaded hyper-rustls v0.27.7 |
| 788 | 2026-05-26T23:43:33.399Z | Downloaded libloading v0.8.9 |
| 789 | 2026-05-26T23:43:33.402Z | Downloaded num-iter v0.1.45 |
| 790 | 2026-05-26T23:43:33.402Z | Downloaded normalize-line-endings v0.3.0 |
| 791 | 2026-05-26T23:43:33.402Z | Downloaded newtype_derive v0.1.6 |
| 792 | 2026-05-26T23:43:33.405Z | Downloaded nonempty v0.12.0 |
| 793 | 2026-05-26T23:43:33.405Z | Downloaded num_enum_derive v0.5.11 |
| 794 | 2026-05-26T23:43:33.405Z | Downloaded num-conv v0.2.0 |
| 795 | 2026-05-26T23:43:33.405Z | Downloaded libefi-sys v0.1.0 |
| 796 | 2026-05-26T23:43:33.408Z | Downloaded foldhash v0.2.0 |
| 797 | 2026-05-26T23:43:33.408Z | Downloaded num-derive v0.3.3 |
| 798 | 2026-05-26T23:43:33.412Z | Downloaded getrandom v0.3.4 |
| 799 | 2026-05-26T23:43:33.412Z | Downloaded futures-channel v0.3.32 |
| 800 | 2026-05-26T23:43:33.412Z | Downloaded fatfs v0.3.6 |
| 801 | 2026-05-26T23:43:33.414Z | Downloaded derive_more-impl v2.1.1 |
| 802 | 2026-05-26T23:43:33.419Z | Downloaded jobserver v0.1.34 |
| 803 | 2026-05-26T23:43:33.422Z | Downloaded iana-time-zone v0.1.65 |
| 804 | 2026-05-26T23:43:33.422Z | Downloaded openssl-probe v0.2.1 |
| 805 | 2026-05-26T23:43:33.425Z | Downloaded nodrop v0.1.14 |
| 806 | 2026-05-26T23:43:33.425Z | Downloaded num v0.4.3 |
| 807 | 2026-05-26T23:43:33.425Z | Downloaded libsw-core v0.3.2 |
| 808 | 2026-05-26T23:43:33.428Z | Downloaded darling_core v0.21.3 |
| 809 | 2026-05-26T23:43:33.428Z | Downloaded packed_struct_codegen v0.10.1 |
| 810 | 2026-05-26T23:43:33.431Z | Downloaded ciborium v0.2.2 |
| 811 | 2026-05-26T23:43:33.431Z | Downloaded opaque-debug v0.3.1 |
| 812 | 2026-05-26T23:43:33.436Z | Downloaded olpc-cjson v0.1.4 |
| 813 | 2026-05-26T23:43:33.436Z | Downloaded num_threads v0.1.7 |
| 814 | 2026-05-26T23:43:33.436Z | Downloaded libsw v3.5.0 |
| 815 | 2026-05-26T23:43:33.439Z | Downloaded futures v0.3.32 |
| 816 | 2026-05-26T23:43:33.439Z | Downloaded mime_guess v2.0.5 |
| 817 | 2026-05-26T23:43:33.442Z | Downloaded nanorand v0.7.0 |
| 818 | 2026-05-26T23:43:33.442Z | Downloaded maplit v1.0.2 |
| 819 | 2026-05-26T23:43:33.445Z | Downloaded chacha20 v0.10.0 |
| 820 | 2026-05-26T23:43:33.445Z | Downloaded httparse v1.10.1 |
| 821 | 2026-05-26T23:43:33.449Z | Downloaded parse-display v0.10.0 |
| 822 | 2026-05-26T23:43:33.449Z | Downloaded oso-derive v0.27.3 |
| 823 | 2026-05-26T23:43:33.449Z | Downloaded openssl-probe v0.1.6 |
| 824 | 2026-05-26T23:43:33.449Z | Downloaded openssl-macros v0.1.1 |
| 825 | 2026-05-26T23:43:33.452Z | Downloaded darling v0.21.3 |
| 826 | 2026-05-26T23:43:33.455Z | Downloaded native-tls v0.2.18 |
| 827 | 2026-05-26T23:43:33.455Z | Downloaded lock_api v0.4.14 |
| 828 | 2026-05-26T23:43:33.455Z | Downloaded ingot-macros v0.1.1 |
| 829 | 2026-05-26T23:43:33.459Z | Downloaded elliptic-curve v0.13.8 |
| 830 | 2026-05-26T23:43:33.462Z | Downloaded const_format v0.2.35 |
| 831 | 2026-05-26T23:43:33.462Z | Downloaded derive-where v1.6.0 |
| 832 | 2026-05-26T23:43:33.465Z | Downloaded parse-size v1.1.0 |
| 833 | 2026-05-26T23:43:33.483Z | Downloaded pin-utils v0.1.0 |
| 834 | 2026-05-26T23:43:33.488Z | Downloaded diesel_derives v2.3.7 |
| 835 | 2026-05-26T23:43:33.494Z | Downloaded phf_shared v0.12.1 |
| 836 | 2026-05-26T23:43:33.494Z | Downloaded peg-runtime v0.8.5 |
| 837 | 2026-05-26T23:43:33.494Z | Downloaded pbkdf2 v0.12.2 |
| 838 | 2026-05-26T23:43:33.494Z | Downloaded phf_shared v0.11.3 |
| 839 | 2026-05-26T23:43:33.500Z | Downloaded oxide-tokio-rt v0.1.4 |
| 840 | 2026-05-26T23:43:33.500Z | Downloaded owo-colors v4.3.0 |
| 841 | 2026-05-26T23:43:33.500Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-26T23:43:33.500Z | Downloaded pbkdf2 v0.11.0 |
| 843 | 2026-05-26T23:43:33.504Z | Downloaded packed_struct v0.10.1 |
| 844 | 2026-05-26T23:43:33.504Z | Downloaded path-slash v0.1.5 |
| 845 | 2026-05-26T23:43:33.504Z | Downloaded num_enum_derive v0.7.5 |
| 846 | 2026-05-26T23:43:33.504Z | Downloaded half v2.7.1 |
| 847 | 2026-05-26T23:43:33.504Z | Downloaded num-derive v0.4.2 |
| 848 | 2026-05-26T23:43:33.510Z | Downloaded num-complex v0.4.6 |
| 849 | 2026-05-26T23:43:33.510Z | Downloaded newtype-uuid v1.3.2 |
| 850 | 2026-05-26T23:43:33.510Z | Downloaded multer v3.1.0 |
| 851 | 2026-05-26T23:43:33.510Z | Downloaded linear-map v1.2.0 |
| 852 | 2026-05-26T23:43:33.510Z | Downloaded ignore v0.4.25 |
| 853 | 2026-05-26T23:43:33.514Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 854 | 2026-05-26T23:43:33.514Z | Downloaded num_enum v0.7.5 |
| 855 | 2026-05-26T23:43:33.517Z | Downloaded num_enum v0.5.11 |
| 856 | 2026-05-26T23:43:33.520Z | Downloaded libbz2-rs-sys v0.2.2 |
| 857 | 2026-05-26T23:43:33.520Z | Downloaded crossbeam-channel v0.5.15 |
| 858 | 2026-05-26T23:43:33.524Z | Downloaded memmap2 v0.9.10 |
| 859 | 2026-05-26T23:43:33.524Z | Downloaded ed25519-dalek v2.2.0 |
| 860 | 2026-05-26T23:43:33.527Z | Downloaded derive_more v2.1.1 |
| 861 | 2026-05-26T23:43:33.534Z | Downloaded progenitor-client v0.11.2 |
| 862 | 2026-05-26T23:43:33.538Z | Downloaded progenitor-macro v0.14.0 |
| 863 | 2026-05-26T23:43:33.538Z | Downloaded progenitor-client v0.10.0 |
| 864 | 2026-05-26T23:43:33.538Z | Downloaded precomputed-hash v0.1.1 |
| 865 | 2026-05-26T23:43:33.538Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-05-26T23:43:33.538Z | Downloaded crypto-bigint v0.5.5 |
| 867 | 2026-05-26T23:43:33.541Z | Downloaded peg v0.8.5 |
| 868 | 2026-05-26T23:43:33.544Z | Downloaded oxnet v0.1.4 |
| 869 | 2026-05-26T23:43:33.547Z | Downloaded ar_archive_writer v0.5.1 |
| 870 | 2026-05-26T23:43:33.551Z | Downloaded parse-display-derive v0.10.0 |
| 871 | 2026-05-26T23:43:33.555Z | Downloaded num-rational v0.4.2 |
| 872 | 2026-05-26T23:43:33.555Z | Downloaded pem-rfc7468 v0.7.0 |
| 873 | 2026-05-26T23:43:33.555Z | Downloaded indicatif v0.18.4 |
| 874 | 2026-05-26T23:43:33.555Z | Downloaded proc-macro-crate v3.4.0 |
| 875 | 2026-05-26T23:43:33.555Z | Downloaded parking_lot_core v0.8.6 |
| 876 | 2026-05-26T23:43:33.558Z | Downloaded pin-project-lite v0.2.17 |
| 877 | 2026-05-26T23:43:33.561Z | Downloaded rand_chacha v0.3.1 |
| 878 | 2026-05-26T23:43:33.561Z | Downloaded phf_shared v0.13.1 |
| 879 | 2026-05-26T23:43:33.564Z | Downloaded password-hash v0.5.0 |
| 880 | 2026-05-26T23:43:33.564Z | Downloaded progenitor-macro v0.13.0 |
| 881 | 2026-05-26T23:43:33.564Z | Downloaded progenitor-macro v0.11.2 |
| 882 | 2026-05-26T23:43:33.565Z | Downloaded dropshot v0.17.0 |
| 883 | 2026-05-26T23:43:33.580Z | Downloaded radium v0.7.0 |
| 884 | 2026-05-26T23:43:33.583Z | Downloaded progenitor v0.11.2 |
| 885 | 2026-05-26T23:43:33.583Z | Downloaded proc-macro-error2 v2.0.1 |
| 886 | 2026-05-26T23:43:33.583Z | Downloaded pin-project-internal v1.1.11 |
| 887 | 2026-05-26T23:43:33.586Z | Downloaded proc-macro-crate v1.3.1 |
| 888 | 2026-05-26T23:43:33.586Z | Downloaded heapless v0.7.17 |
| 889 | 2026-05-26T23:43:33.589Z | Downloaded ref-cast-impl v1.0.25 |
| 890 | 2026-05-26T23:43:33.589Z | Downloaded primeorder v0.13.6 |
| 891 | 2026-05-26T23:43:33.591Z | Downloaded parking_lot_core v0.9.12 |
| 892 | 2026-05-26T23:43:33.591Z | Downloaded parking_lot v0.12.5 |
| 893 | 2026-05-26T23:43:33.596Z | Downloaded progenitor-extras v0.2.0 |
| 894 | 2026-05-26T23:43:33.596Z | Downloaded progenitor v0.14.0 |
| 895 | 2026-05-26T23:43:33.599Z | Downloaded flate2 v1.1.9 |
| 896 | 2026-05-26T23:43:33.599Z | Downloaded rfc6979 v0.4.0 |
| 897 | 2026-05-26T23:43:33.602Z | Downloaded der v0.7.10 |
| 898 | 2026-05-26T23:43:33.603Z | Downloaded expectorate v1.2.0 |
| 899 | 2026-05-26T23:43:33.606Z | Downloaded predicates v3.1.4 |
| 900 | 2026-05-26T23:43:33.609Z | Downloaded progenitor-client v0.13.0 |
| 901 | 2026-05-26T23:43:33.609Z | Downloaded polyval v0.6.2 |
| 902 | 2026-05-26T23:43:33.609Z | Downloaded poly1305 v0.8.0 |
| 903 | 2026-05-26T23:43:33.613Z | Downloaded postgres-protocol v0.6.10 |
| 904 | 2026-05-26T23:43:33.613Z | Downloaded pkg-config v0.3.32 |
| 905 | 2026-05-26T23:43:33.616Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 906 | 2026-05-26T23:43:33.616Z | Downloaded rand_xorshift v0.4.0 |
| 907 | 2026-05-26T23:43:33.616Z | Downloaded recursive v0.1.1 |
| 908 | 2026-05-26T23:43:33.616Z | Downloaded pkcs8 v0.10.2 |
| 909 | 2026-05-26T23:43:33.619Z | Downloaded omicron-zone-package v0.12.2 |
| 910 | 2026-05-26T23:43:33.619Z | Downloaded oso v0.27.3 |
| 911 | 2026-05-26T23:43:33.623Z | Downloaded psl-types v2.0.11 |
| 912 | 2026-05-26T23:43:33.623Z | Downloaded phf v0.13.1 |
| 913 | 2026-05-26T23:43:33.626Z | Downloaded base64 v0.21.7 |
| 914 | 2026-05-26T23:43:33.626Z | Downloaded rustc_version v0.4.1 |
| 915 | 2026-05-26T23:43:33.631Z | Downloaded indexmap v1.9.3 |
| 916 | 2026-05-26T23:43:33.631Z | Downloaded ppv-lite86 v0.2.21 |
| 917 | 2026-05-26T23:43:33.636Z | Downloaded bumpalo v3.20.2 |
| 918 | 2026-05-26T23:43:33.636Z | Downloaded rand_core v0.6.4 |
| 919 | 2026-05-26T23:43:33.636Z | Downloaded hickory-server v0.25.2 |
| 920 | 2026-05-26T23:43:33.640Z | Downloaded progenitor v0.13.0 |
| 921 | 2026-05-26T23:43:33.640Z | Downloaded postcard v1.1.3 |
| 922 | 2026-05-26T23:43:33.644Z | Downloaded ref-cast v1.0.25 |
| 923 | 2026-05-26T23:43:33.644Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-05-26T23:43:33.644Z | Downloaded pkcs5 v0.7.1 |
| 925 | 2026-05-26T23:43:33.646Z | Downloaded papergrid v0.17.0 |
| 926 | 2026-05-26T23:43:33.650Z | Downloaded salsa20 v0.10.2 |
| 927 | 2026-05-26T23:43:33.650Z | Downloaded async-compression v0.4.41 |
| 928 | 2026-05-26T23:43:33.654Z | Downloaded rustc_version v0.1.7 |
| 929 | 2026-05-26T23:43:33.657Z | Downloaded russh-cryptovec v0.7.3 |
| 930 | 2026-05-26T23:43:33.657Z | Downloaded rustc-hash v2.1.1 |
| 931 | 2026-05-26T23:43:33.657Z | Downloaded headers v0.4.1 |
| 932 | 2026-05-26T23:43:33.661Z | Downloaded scheduled-thread-pool v0.2.7 |
| 933 | 2026-05-26T23:43:33.661Z | Downloaded sapling-renderdag v0.1.0 |
| 934 | 2026-05-26T23:43:33.664Z | Downloaded r2d2 v0.8.10 |
| 935 | 2026-05-26T23:43:33.665Z | Downloaded same-file v1.0.6 |
| 936 | 2026-05-26T23:43:33.665Z | Downloaded resolv-conf v0.7.6 |
| 937 | 2026-05-26T23:43:33.665Z | Downloaded quick-error v1.2.3 |
| 938 | 2026-05-26T23:43:33.670Z | Downloaded psm v0.1.30 |
| 939 | 2026-05-26T23:43:33.670Z | Downloaded peg-macros v0.8.5 |
| 940 | 2026-05-26T23:43:33.671Z | Downloaded flume v0.11.1 |
| 941 | 2026-05-26T23:43:33.674Z | Downloaded scrypt v0.11.0 |
| 942 | 2026-05-26T23:43:33.674Z | Downloaded hickory-resolver v0.25.2 |
| 943 | 2026-05-26T23:43:33.677Z | Downloaded heapless v0.8.0 |
| 944 | 2026-05-26T23:43:33.677Z | Downloaded rtoolbox v0.0.3 |
| 945 | 2026-05-26T23:43:33.682Z | Downloaded rand_chacha v0.9.0 |
| 946 | 2026-05-26T23:43:33.682Z | Downloaded quinn-udp v0.5.14 |
| 947 | 2026-05-26T23:43:33.682Z | Downloaded pin-project v1.1.11 |
| 948 | 2026-05-26T23:43:33.687Z | Downloaded serde-big-array v0.5.1 |
| 949 | 2026-05-26T23:43:33.690Z | Downloaded serde_repr v0.1.20 |
| 950 | 2026-05-26T23:43:33.690Z | Downloaded serde_plain v1.0.2 |
| 951 | 2026-05-26T23:43:33.694Z | Downloaded seq-macro v0.3.6 |
| 952 | 2026-05-26T23:43:33.694Z | Downloaded cc v1.2.56 |
| 953 | 2026-05-26T23:43:33.696Z | Downloaded serde_urlencoded v0.7.1 |
| 954 | 2026-05-26T23:43:33.697Z | Downloaded rand_core v0.9.5 |
| 955 | 2026-05-26T23:43:33.697Z | Downloaded serde_spanned v1.0.4 |
| 956 | 2026-05-26T23:43:33.702Z | Downloaded miniz_oxide v0.8.9 |
| 957 | 2026-05-26T23:43:33.702Z | Downloaded http v1.4.0 |
| 958 | 2026-05-26T23:43:33.705Z | Downloaded minimal-lexical v0.2.1 |
| 959 | 2026-05-26T23:43:33.705Z | Downloaded rand_seeder v0.4.0 |
| 960 | 2026-05-26T23:43:33.708Z | Downloaded pkcs1 v0.7.5 |
| 961 | 2026-05-26T23:43:33.708Z | Downloaded sha1 v0.10.6 |
| 962 | 2026-05-26T23:43:33.713Z | Downloaded semver v0.1.20 |
| 963 | 2026-05-26T23:43:33.714Z | Downloaded scroll_derive v0.13.1 |
| 964 | 2026-05-26T23:43:33.715Z | Downloaded rustls-native-certs v0.8.3 |
| 965 | 2026-05-26T23:43:33.718Z | Downloaded hashbrown v0.12.3 |
| 966 | 2026-05-26T23:43:33.718Z | Downloaded phf v0.12.1 |
| 967 | 2026-05-26T23:43:33.718Z | Downloaded parking_lot v0.11.2 |
| 968 | 2026-05-26T23:43:33.719Z | Downloaded progenitor-client v0.14.0 |
| 969 | 2026-05-26T23:43:33.721Z | Downloaded password-hash v0.4.2 |
| 970 | 2026-05-26T23:43:33.721Z | Downloaded paste v1.0.15 |
| 971 | 2026-05-26T23:43:33.725Z | Downloaded pem v3.0.6 |
| 972 | 2026-05-26T23:43:33.725Z | Downloaded rustversion v1.0.22 |
| 973 | 2026-05-26T23:43:33.725Z | Downloaded secrecy v0.10.3 |
| 974 | 2026-05-26T23:43:33.725Z | Downloaded slog-bunyan v2.5.0 |
| 975 | 2026-05-26T23:43:33.728Z | Downloaded p256 v0.13.2 |
| 976 | 2026-05-26T23:43:33.728Z | Downloaded compact_str v0.8.1 |
| 977 | 2026-05-26T23:43:33.732Z | Downloaded num-integer v0.1.46 |
| 978 | 2026-05-26T23:43:33.732Z | Downloaded progenitor-impl v0.13.0 |
| 979 | 2026-05-26T23:43:33.736Z | Downloaded nu-ansi-term v0.50.3 |
| 980 | 2026-05-26T23:43:33.736Z | Downloaded predicates-tree v1.0.13 |
| 981 | 2026-05-26T23:43:33.739Z | Downloaded predicates-core v1.0.10 |
| 982 | 2026-05-26T23:43:33.739Z | Downloaded darling_core v0.23.0 |
| 983 | 2026-05-26T23:43:33.739Z | Downloaded siphasher v1.0.2 |
| 984 | 2026-05-26T23:43:33.742Z | Downloaded shell-words v1.1.1 |
| 985 | 2026-05-26T23:43:33.742Z | Downloaded secrecy v0.8.0 |
| 986 | 2026-05-26T23:43:33.742Z | Downloaded chacha20poly1305 v0.10.1 |
| 987 | 2026-05-26T23:43:33.747Z | Downloaded bytes v1.11.1 |
| 988 | 2026-05-26T23:43:33.747Z | Downloaded signature v2.2.0 |
| 989 | 2026-05-26T23:43:33.751Z | Downloaded signal-hook-mio v0.2.5 |
| 990 | 2026-05-26T23:43:33.752Z | Downloaded sigpipe v0.1.3 |
| 991 | 2026-05-26T23:43:33.752Z | Downloaded signal-hook-tokio v0.3.1 |
| 992 | 2026-05-26T23:43:33.752Z | Downloaded md5 v0.7.0 |
| 993 | 2026-05-26T23:43:33.752Z | Downloaded inout v0.1.4 |
| 994 | 2026-05-26T23:43:33.755Z | Downloaded blake2 v0.10.6 |
| 995 | 2026-05-26T23:43:33.755Z | Downloaded serde-hex v0.1.0 |
| 996 | 2026-05-26T23:43:33.755Z | Downloaded jiff-static v0.2.21 |
| 997 | 2026-05-26T23:43:33.755Z | Downloaded hyper-util v0.1.20 |
| 998 | 2026-05-26T23:43:33.758Z | Downloaded serde_bytes v0.11.19 |
| 999 | 2026-05-26T23:43:33.761Z | Downloaded hickory-resolver v0.24.4 |
| 1000 | 2026-05-26T23:43:33.764Z | Downloaded arc-swap v1.8.2 |
| 1001 | 2026-05-26T23:43:33.764Z | Downloaded mio v1.2.0 |
| 1002 | 2026-05-26T23:43:33.767Z | Downloaded lru v0.12.5 |
| 1003 | 2026-05-26T23:43:33.770Z | Downloaded scopeguard v1.2.0 |
| 1004 | 2026-05-26T23:43:33.770Z | Downloaded sqlparser_derive v0.5.0 |
| 1005 | 2026-05-26T23:43:33.770Z | Downloaded serde_with_macros v1.5.2 |
| 1006 | 2026-05-26T23:43:33.773Z | Downloaded rusty-fork v0.3.1 |
| 1007 | 2026-05-26T23:43:33.773Z | Downloaded rustls-pemfile v2.2.0 |
| 1008 | 2026-05-26T23:43:33.778Z | Downloaded ssh-encoding v0.2.0 |
| 1009 | 2026-05-26T23:43:33.778Z | Downloaded cookie_store v0.22.1 |
| 1010 | 2026-05-26T23:43:33.778Z | Downloaded ssh-cipher v0.2.0 |
| 1011 | 2026-05-26T23:43:33.780Z | Downloaded rustls-pki-types v1.14.0 |
| 1012 | 2026-05-26T23:43:33.780Z | Downloaded slog-envlogger v2.2.0 |
| 1013 | 2026-05-26T23:43:33.780Z | Downloaded const_format_proc_macros v0.2.34 |
| 1014 | 2026-05-26T23:43:33.783Z | Downloaded colored v2.2.0 |
| 1015 | 2026-05-26T23:43:33.783Z | Downloaded bzip2 v0.4.4 |
| 1016 | 2026-05-26T23:43:33.786Z | Downloaded schemars_derive v0.8.22 |
| 1017 | 2026-05-26T23:43:33.789Z | Downloaded crossterm v0.29.0 |
| 1018 | 2026-05-26T23:43:33.793Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-05-26T23:43:33.798Z | Downloaded postgres-types v0.2.12 |
| 1020 | 2026-05-26T23:43:33.798Z | Downloaded strum v0.27.2 |
| 1021 | 2026-05-26T23:43:33.802Z | Downloaded structmeta-derive v0.3.0 |
| 1022 | 2026-05-26T23:43:33.802Z | Downloaded dropshot-api-manager v0.7.2 |
| 1023 | 2026-05-26T23:43:33.802Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1024 | 2026-05-26T23:43:33.802Z | Downloaded openssl-sys v0.9.115 |
| 1025 | 2026-05-26T23:43:33.805Z | Downloaded slab v0.4.12 |
| 1026 | 2026-05-26T23:43:33.805Z | Downloaded smf v0.2.3 |
| 1027 | 2026-05-26T23:43:33.808Z | Downloaded slog-stdlog v4.1.1 |
| 1028 | 2026-05-26T23:43:33.809Z | Downloaded simd-adler32 v0.3.8 |
| 1029 | 2026-05-26T23:43:33.811Z | Downloaded supports-color v3.0.2 |
| 1030 | 2026-05-26T23:43:33.811Z | Downloaded sync_wrapper v1.0.2 |
| 1031 | 2026-05-26T23:43:33.811Z | Downloaded slog-term v2.9.2 |
| 1032 | 2026-05-26T23:43:33.814Z | Downloaded tabled_derive v0.11.0 |
| 1033 | 2026-05-26T23:43:33.814Z | Downloaded smallvec v0.6.14 |
| 1034 | 2026-05-26T23:43:33.814Z | Downloaded sct v0.7.1 |
| 1035 | 2026-05-26T23:43:33.819Z | Downloaded slog-scope v4.4.1 |
| 1036 | 2026-05-26T23:43:33.819Z | Downloaded progenitor-impl v0.11.2 |
| 1037 | 2026-05-26T23:43:33.823Z | Downloaded structmeta v0.3.0 |
| 1038 | 2026-05-26T23:43:33.823Z | Downloaded serde_path_to_error v0.1.20 |
| 1039 | 2026-05-26T23:43:33.823Z | Downloaded serde_derive_internals v0.29.1 |
| 1040 | 2026-05-26T23:43:33.826Z | Downloaded serde_cbor v0.11.2 |
| 1041 | 2026-05-26T23:43:33.829Z | Downloaded take_mut v0.2.2 |
| 1042 | 2026-05-26T23:43:33.830Z | Downloaded tagptr v0.2.0 |
| 1043 | 2026-05-26T23:43:33.835Z | Downloaded russh-keys v0.45.0 |
| 1044 | 2026-05-26T23:43:33.835Z | Downloaded sec1 v0.7.3 |
| 1045 | 2026-05-26T23:43:33.838Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1046 | 2026-05-26T23:43:33.838Z | Downloaded tabwriter v1.4.1 |
| 1047 | 2026-05-26T23:43:33.841Z | Downloaded sync-ptr v0.1.4 |
| 1048 | 2026-05-26T23:43:33.841Z | Downloaded subtle v2.6.1 |
| 1049 | 2026-05-26T23:43:33.841Z | Downloaded signal-hook-registry v1.4.8 |
| 1050 | 2026-05-26T23:43:33.844Z | Downloaded termtree v0.5.1 |
| 1051 | 2026-05-26T23:43:33.844Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-05-26T23:43:33.844Z | Downloaded shlex v1.3.0 |
| 1053 | 2026-05-26T23:43:33.849Z | Downloaded serde_with_macros v3.17.0 |
| 1054 | 2026-05-26T23:43:33.849Z | Downloaded rustls-pemfile v1.0.4 |
| 1055 | 2026-05-26T23:43:33.852Z | Downloaded ryu v1.0.23 |
| 1056 | 2026-05-26T23:43:33.853Z | Downloaded nom v7.1.3 |
| 1057 | 2026-05-26T23:43:33.857Z | Downloaded hashbrown v0.13.2 |
| 1058 | 2026-05-26T23:43:33.861Z | Downloaded time-core v0.1.8 |
| 1059 | 2026-05-26T23:43:33.861Z | Downloaded strum v0.26.3 |
| 1060 | 2026-05-26T23:43:33.864Z | Downloaded slog-json v2.6.1 |
| 1061 | 2026-05-26T23:43:33.864Z | Downloaded tap v1.0.1 |
| 1062 | 2026-05-26T23:43:33.864Z | Downloaded strum_macros v0.24.3 |
| 1063 | 2026-05-26T23:43:33.864Z | Downloaded scroll v0.13.0 |
| 1064 | 2026-05-26T23:43:33.867Z | Downloaded qorb v0.4.1 |
| 1065 | 2026-05-26T23:43:33.867Z | Downloaded slog-dtrace v0.3.0 |
| 1066 | 2026-05-26T23:43:33.870Z | Downloaded slog-async v2.8.0 |
| 1067 | 2026-05-26T23:43:33.870Z | Downloaded strum_macros v0.27.2 |
| 1068 | 2026-05-26T23:43:33.873Z | Downloaded rcgen v0.12.1 |
| 1069 | 2026-05-26T23:43:33.876Z | Downloaded tokio-macros v2.7.0 |
| 1070 | 2026-05-26T23:43:33.878Z | Downloaded support-bundle-viewer v0.1.2 |
| 1071 | 2026-05-26T23:43:33.878Z | Downloaded thread-id v5.1.0 |
| 1072 | 2026-05-26T23:43:33.879Z | Downloaded testing_table v0.3.0 |
| 1073 | 2026-05-26T23:43:33.881Z | Downloaded spki v0.7.3 |
| 1074 | 2026-05-26T23:43:33.885Z | Downloaded quinn v0.11.9 |
| 1075 | 2026-05-26T23:43:33.885Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1076 | 2026-05-26T23:43:33.888Z | Downloaded stacker v0.1.23 |
| 1077 | 2026-05-26T23:43:33.894Z | Downloaded prettyplease v0.2.37 |
| 1078 | 2026-05-26T23:43:33.897Z | Downloaded sqlformat v0.3.5 |
| 1079 | 2026-05-26T23:43:33.899Z | Downloaded prefix-trie v0.7.0 |
| 1080 | 2026-05-26T23:43:33.902Z | Downloaded snafu-derive v0.8.9 |
| 1081 | 2026-05-26T23:43:33.902Z | Downloaded tinyvec_macros v0.1.1 |
| 1082 | 2026-05-26T23:43:33.907Z | Downloaded string_cache v0.8.9 |
| 1083 | 2026-05-26T23:43:33.907Z | Downloaded progenitor-impl v0.14.0 |
| 1084 | 2026-05-26T23:43:33.909Z | Downloaded itertools v0.10.5 |
| 1085 | 2026-05-26T23:43:33.914Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1086 | 2026-05-26T23:43:33.928Z | Downloaded time-macros v0.2.27 |
| 1087 | 2026-05-26T23:43:33.933Z | Downloaded try-lock v0.2.5 |
| 1088 | 2026-05-26T23:43:33.936Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-05-26T23:43:33.936Z | Downloaded schemars v0.8.22 |
| 1090 | 2026-05-26T23:43:33.939Z | Downloaded hyper v1.8.1 |
| 1091 | 2026-05-26T23:43:33.943Z | Downloaded tower-service v0.3.3 |
| 1092 | 2026-05-26T23:43:33.946Z | Downloaded publicsuffix v2.3.0 |
| 1093 | 2026-05-26T23:43:33.946Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-05-26T23:43:33.949Z | Downloaded topological-sort v0.2.2 |
| 1095 | 2026-05-26T23:43:33.952Z | Downloaded aes v0.8.4 |
| 1096 | 2026-05-26T23:43:33.952Z | Downloaded unarray v0.1.4 |
| 1097 | 2026-05-26T23:43:33.955Z | Downloaded typify-macro v0.6.2 |
| 1098 | 2026-05-26T23:43:33.955Z | Downloaded tokio-dtrace v0.1.1 |
| 1099 | 2026-05-26T23:43:33.955Z | Downloaded termios v0.3.3 |
| 1100 | 2026-05-26T23:43:33.959Z | Downloaded spin v0.9.8 |
| 1101 | 2026-05-26T23:43:33.959Z | Downloaded typify-macro v0.4.3 |
| 1102 | 2026-05-26T23:43:33.962Z | Downloaded trait-variant v0.1.2 |
| 1103 | 2026-05-26T23:43:33.962Z | Downloaded thiserror-no-std v2.0.2 |
| 1104 | 2026-05-26T23:43:33.964Z | Downloaded rsa v0.9.10 |
| 1105 | 2026-05-26T23:43:33.968Z | Downloaded h2 v0.4.13 |
| 1106 | 2026-05-26T23:43:33.972Z | Downloaded blake3 v1.8.3 |
| 1107 | 2026-05-26T23:43:33.977Z | Downloaded tls_codec_derive v0.4.2 |
| 1108 | 2026-05-26T23:43:33.980Z | Downloaded tiny-keccak v2.0.2 |
| 1109 | 2026-05-26T23:43:33.980Z | Downloaded stringprep v0.1.5 |
| 1110 | 2026-05-26T23:43:33.983Z | Downloaded aes-gcm v0.10.3 |
| 1111 | 2026-05-26T23:43:33.986Z | Downloaded untrusted v0.9.0 |
| 1112 | 2026-05-26T23:43:33.986Z | Downloaded universal-hash v0.5.1 |
| 1113 | 2026-05-26T23:43:33.986Z | Downloaded tokio-tungstenite v0.23.1 |
| 1114 | 2026-05-26T23:43:33.989Z | Downloaded tokio-tungstenite v0.21.0 |
| 1115 | 2026-05-26T23:43:33.989Z | Downloaded usdt v0.6.0 |
| 1116 | 2026-05-26T23:43:33.992Z | Downloaded unicode-truncate v1.1.0 |
| 1117 | 2026-05-26T23:43:33.992Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1118 | 2026-05-26T23:43:33.995Z | Downloaded itertools v0.13.0 |
| 1119 | 2026-05-26T23:43:33.999Z | Downloaded term v1.2.1 |
| 1120 | 2026-05-26T23:43:34.003Z | Downloaded signal-hook v0.3.18 |
| 1121 | 2026-05-26T23:43:34.003Z | Downloaded rustls-webpki v0.103.9 |
| 1122 | 2026-05-26T23:43:34.003Z | Downloaded unit-prefix v0.5.2 |
| 1123 | 2026-05-26T23:43:34.007Z | Downloaded tokio-native-tls v0.3.1 |
| 1124 | 2026-05-26T23:43:34.007Z | Downloaded tokio-rustls v0.25.0 |
| 1125 | 2026-05-26T23:43:34.007Z | Downloaded rand v0.8.6 |
| 1126 | 2026-05-26T23:43:34.009Z | Downloaded itertools v0.12.1 |
| 1127 | 2026-05-26T23:43:34.012Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1128 | 2026-05-26T23:43:34.018Z | Downloaded hashbrown v0.16.1 |
| 1129 | 2026-05-26T23:43:34.018Z | Downloaded utf-8 v0.7.6 |
| 1130 | 2026-05-26T23:43:34.021Z | Downloaded num-bigint v0.4.6 |
| 1131 | 2026-05-26T23:43:34.021Z | Downloaded similar v2.7.0 |
| 1132 | 2026-05-26T23:43:34.024Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1133 | 2026-05-26T23:43:34.024Z | Downloaded slog v2.8.2 |
| 1134 | 2026-05-26T23:43:34.027Z | Downloaded schemars v0.9.0 |
| 1135 | 2026-05-26T23:43:34.033Z | Downloaded unicase v2.9.0 |
| 1136 | 2026-05-26T23:43:34.036Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-05-26T23:43:34.036Z | Downloaded term v0.7.0 |
| 1138 | 2026-05-26T23:43:34.039Z | Downloaded socket2 v0.6.3 |
| 1139 | 2026-05-26T23:43:34.039Z | Downloaded p521 v0.13.3 |
| 1140 | 2026-05-26T23:43:34.045Z | Downloaded tokio-rustls v0.24.1 |
| 1141 | 2026-05-26T23:43:34.048Z | Downloaded void v1.0.2 |
| 1142 | 2026-05-26T23:43:34.050Z | Downloaded wait-timeout v0.2.1 |
| 1143 | 2026-05-26T23:43:34.051Z | Downloaded iri-string v0.7.10 |
| 1144 | 2026-05-26T23:43:34.054Z | Downloaded want v0.3.1 |
| 1145 | 2026-05-26T23:43:34.057Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-05-26T23:43:34.057Z | Downloaded thread_local v1.1.9 |
| 1147 | 2026-05-26T23:43:34.057Z | Downloaded pretty_assertions v1.4.1 |
| 1148 | 2026-05-26T23:43:34.060Z | Downloaded itertools v0.14.0 |
| 1149 | 2026-05-26T23:43:34.064Z | Downloaded usdt-attr-macro v0.6.0 |
| 1150 | 2026-05-26T23:43:34.064Z | Downloaded tokio-stream v0.1.18 |
| 1151 | 2026-05-26T23:43:34.067Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-05-26T23:43:34.071Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1153 | 2026-05-26T23:43:34.075Z | Downloaded libm v0.2.16 |
| 1154 | 2026-05-26T23:43:34.079Z | Downloaded num-bigint-dig v0.8.6 |
| 1155 | 2026-05-26T23:43:34.083Z | Downloaded subprocess v0.2.15 |
| 1156 | 2026-05-26T23:43:34.083Z | Downloaded untrusted v0.7.1 |
| 1157 | 2026-05-26T23:43:34.088Z | Downloaded xshell-macros v0.2.7 |
| 1158 | 2026-05-26T23:43:34.088Z | Downloaded vergen-git2 v9.1.0 |
| 1159 | 2026-05-26T23:43:34.088Z | Downloaded usdt-impl v0.6.0 |
| 1160 | 2026-05-26T23:43:34.088Z | Downloaded zeroize_derive v1.4.3 |
| 1161 | 2026-05-26T23:43:34.091Z | Downloaded tinyvec v1.10.0 |
| 1162 | 2026-05-26T23:43:34.091Z | Downloaded tls_codec v0.4.2 |
| 1163 | 2026-05-26T23:43:34.091Z | Downloaded rand v0.9.2 |
| 1164 | 2026-05-26T23:43:34.094Z | Downloaded libxml v0.3.3 |
| 1165 | 2026-05-26T23:43:34.097Z | Downloaded hashbrown v0.15.5 |
| 1166 | 2026-05-26T23:43:34.102Z | Downloaded schemars v1.2.1 |
| 1167 | 2026-05-26T23:43:34.106Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-05-26T23:43:34.109Z | Downloaded zone v0.3.1 |
| 1169 | 2026-05-26T23:43:34.109Z | Downloaded uzers v0.12.2 |
| 1170 | 2026-05-26T23:43:34.109Z | Downloaded usdt-macro v0.6.0 |
| 1171 | 2026-05-26T23:43:34.112Z | Downloaded snafu v0.8.9 |
| 1172 | 2026-05-26T23:43:34.117Z | Downloaded iddqd v0.4.1 |
| 1173 | 2026-05-26T23:43:34.119Z | Downloaded whoami v2.1.0 |
| 1174 | 2026-05-26T23:43:34.119Z | Downloaded tokio-rustls v0.26.4 |
| 1175 | 2026-05-26T23:43:34.123Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-05-26T23:43:34.123Z | Downloaded unicode-properties v0.1.4 |
| 1177 | 2026-05-26T23:43:34.123Z | Downloaded twox-hash v2.1.2 |
| 1178 | 2026-05-26T23:43:34.126Z | Downloaded tar v0.4.45 |
| 1179 | 2026-05-26T23:43:34.126Z | Downloaded vergen-lib v0.1.6 |
| 1180 | 2026-05-26T23:43:34.128Z | Downloaded steno v0.4.1 |
| 1181 | 2026-05-26T23:43:34.129Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-05-26T23:43:34.180Z | Downloaded vsss-rs v3.3.4 |
| 1183 | 2026-05-26T23:43:34.180Z | Downloaded vergen-lib v9.1.0 |
| 1184 | 2026-05-26T23:43:34.180Z | Downloaded vergen-gitcl v1.0.8 |
| 1185 | 2026-05-26T23:43:34.180Z | Downloaded test-strategy v0.4.5 |
| 1186 | 2026-05-26T23:43:34.180Z | Downloaded walkdir v2.5.0 |
| 1187 | 2026-05-26T23:43:34.180Z | Downloaded aho-corasick v1.1.4 |
| 1188 | 2026-05-26T23:43:34.180Z | Downloaded ron v0.8.1 |
| 1189 | 2026-05-26T23:43:34.180Z | Downloaded samael v0.0.19 |
| 1190 | 2026-05-26T23:43:34.180Z | Downloaded xattr v1.6.1 |
| 1191 | 2026-05-26T23:43:34.180Z | Downloaded xshell v0.2.7 |
| 1192 | 2026-05-26T23:43:34.180Z | Downloaded russh v0.45.0 |
| 1193 | 2026-05-26T23:43:34.181Z | Downloaded rayon-core v1.13.0 |
| 1194 | 2026-05-26T23:43:34.181Z | Downloaded tungstenite v0.21.0 |
| 1195 | 2026-05-26T23:43:34.181Z | Downloaded vergen v9.1.0 |
| 1196 | 2026-05-26T23:43:34.181Z | Downloaded rand v0.10.0 |
| 1197 | 2026-05-26T23:43:34.181Z | Downloaded serde_with v1.14.0 |
| 1198 | 2026-05-26T23:43:34.181Z | Downloaded rpassword v7.4.0 |
| 1199 | 2026-05-26T23:43:34.190Z | Downloaded zstd-safe v7.2.4 |
| 1200 | 2026-05-26T23:43:34.190Z | Downloaded zstd v0.13.3 |
| 1201 | 2026-05-26T23:43:34.190Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-05-26T23:43:34.190Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1203 | 2026-05-26T23:43:34.190Z | Downloaded tracing-attributes v0.1.31 |
| 1204 | 2026-05-26T23:43:34.190Z | Downloaded toml v0.7.8 |
| 1205 | 2026-05-26T23:43:34.194Z | Downloaded futures-util v0.3.32 |
| 1206 | 2026-05-26T23:43:34.194Z | Downloaded zeroize v1.8.2 |
| 1207 | 2026-05-26T23:43:34.194Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-05-26T23:43:34.194Z | Downloaded typify v0.4.3 |
| 1209 | 2026-05-26T23:43:34.198Z | Downloaded yasna v0.5.2 |
| 1210 | 2026-05-26T23:43:34.202Z | Downloaded tungstenite v0.23.0 |
| 1211 | 2026-05-26T23:43:34.202Z | Downloaded typify v0.6.2 |
| 1212 | 2026-05-26T23:43:34.205Z | Downloaded uuid v1.23.0 |
| 1213 | 2026-05-26T23:43:34.205Z | Downloaded unsafe-libyaml v0.2.11 |
| 1214 | 2026-05-26T23:43:34.205Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1215 | 2026-05-26T23:43:34.209Z | Downloaded git2 v0.20.4 |
| 1216 | 2026-05-26T23:43:34.213Z | Downloaded reqwest v0.12.28 |
| 1217 | 2026-05-26T23:43:34.238Z | Downloaded p384 v0.13.1 |
| 1218 | 2026-05-26T23:43:34.244Z | Downloaded unicode-bidi v0.3.18 |
| 1219 | 2026-05-26T23:43:34.258Z | Downloaded reqwest v0.13.2 |
| 1220 | 2026-05-26T23:43:34.262Z | Downloaded regex v1.12.3 |
| 1221 | 2026-05-26T23:43:34.268Z | Downloaded vte v0.14.1 |
| 1222 | 2026-05-26T23:43:34.272Z | Downloaded zopfli v0.8.3 |
| 1223 | 2026-05-26T23:43:34.273Z | Downloaded toml_edit v0.19.15 |
| 1224 | 2026-05-26T23:43:34.277Z | Downloaded rustyline v14.0.0 |
| 1225 | 2026-05-26T23:43:34.281Z | Downloaded tokio-postgres v0.7.16 |
| 1226 | 2026-05-26T23:43:34.286Z | Downloaded ssh-key v0.6.7 |
| 1227 | 2026-05-26T23:43:34.291Z | Downloaded lalrpop v0.19.12 |
| 1228 | 2026-05-26T23:43:34.295Z | Downloaded yansi v1.0.1 |
| 1229 | 2026-05-26T23:43:34.298Z | Downloaded bitvec v1.0.1 |
| 1230 | 2026-05-26T23:43:34.305Z | Downloaded goblin v0.10.5 |
| 1231 | 2026-05-26T23:43:34.311Z | Downloaded zip v0.6.6 |
| 1232 | 2026-05-26T23:43:34.316Z | Downloaded portable-atomic v1.13.1 |
| 1233 | 2026-05-26T23:43:34.320Z | Downloaded reedline v0.40.0 |
| 1234 | 2026-05-26T23:43:34.324Z | Downloaded hkdf v0.12.4 |
| 1235 | 2026-05-26T23:43:34.330Z | Downloaded unicode_categories v0.1.1 |
| 1236 | 2026-05-26T23:43:34.330Z | Downloaded rustls-webpki v0.101.7 |
| 1237 | 2026-05-26T23:43:34.340Z | Downloaded tower v0.5.3 |
| 1238 | 2026-05-26T23:43:34.345Z | Downloaded typed-path v0.9.3 |
| 1239 | 2026-05-26T23:43:34.357Z | Downloaded aws-lc-rs v1.16.3 |
| 1240 | 2026-05-26T23:43:34.361Z | Downloaded x509-cert v0.2.5 |
| 1241 | 2026-05-26T23:43:34.364Z | Downloaded unicode-segmentation v1.12.0 |
| 1242 | 2026-05-26T23:43:34.368Z | Downloaded salty v0.3.0 |
| 1243 | 2026-05-26T23:43:34.376Z | Downloaded chrono v0.4.44 |
| 1244 | 2026-05-26T23:43:34.401Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-05-26T23:43:34.401Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-05-26T23:43:34.406Z | Downloaded bindgen v0.71.1 |
| 1247 | 2026-05-26T23:43:34.414Z | Downloaded zerocopy-derive v0.8.40 |
| 1248 | 2026-05-26T23:43:34.419Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-05-26T23:43:34.425Z | Downloaded zip v4.6.1 |
| 1250 | 2026-05-26T23:43:34.428Z | Downloaded tower-http v0.6.8 |
| 1251 | 2026-05-26T23:43:34.432Z | Downloaded rustls-webpki v0.102.8 |
| 1252 | 2026-05-26T23:43:34.444Z | Downloaded tough v0.22.0 |
| 1253 | 2026-05-26T23:43:34.450Z | Downloaded serde_with v3.17.0 |
| 1254 | 2026-05-26T23:43:34.457Z | Downloaded proptest v1.10.0 |
| 1255 | 2026-05-26T23:43:34.462Z | Downloaded radix_trie v0.2.1 |
| 1256 | 2026-05-26T23:43:34.468Z | Downloaded petname v2.0.2 |
| 1257 | 2026-05-26T23:43:34.472Z | Downloaded quinn-proto v0.11.13 |
| 1258 | 2026-05-26T23:43:34.475Z | Downloaded moka v0.12.13 |
| 1259 | 2026-05-26T23:43:34.479Z | Downloaded object v0.30.4 |
| 1260 | 2026-05-26T23:43:34.482Z | Downloaded winnow v0.6.26 |
| 1261 | 2026-05-26T23:43:34.485Z | Downloaded winnow v0.5.40 |
| 1262 | 2026-05-26T23:43:34.491Z | Downloaded nix v0.27.1 |
| 1263 | 2026-05-26T23:43:34.502Z | Downloaded tokio-util v0.7.18 |
| 1264 | 2026-05-26T23:43:34.505Z | Downloaded rayon v1.11.0 |
| 1265 | 2026-05-26T23:43:34.509Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-05-26T23:43:34.512Z | Downloaded tabled v0.20.0 |
| 1267 | 2026-05-26T23:43:34.523Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-05-26T23:43:34.539Z | Downloaded time v0.3.47 |
| 1269 | 2026-05-26T23:43:34.546Z | Downloaded nix v0.28.0 |
| 1270 | 2026-05-26T23:43:34.552Z | Downloaded smoltcp v0.9.1 |
| 1271 | 2026-05-26T23:43:34.560Z | Downloaded regex-syntax v0.6.29 |
| 1272 | 2026-05-26T23:43:34.563Z | Downloaded rustls v0.21.12 |
| 1273 | 2026-05-26T23:43:34.567Z | Downloaded zlib-rs v0.6.2 |
| 1274 | 2026-05-26T23:43:34.579Z | Downloaded webpki-roots v1.0.6 |
| 1275 | 2026-05-26T23:43:34.582Z | Downloaded rustls v0.22.4 |
| 1276 | 2026-05-26T23:43:34.588Z | Downloaded smoltcp v0.11.0 |
| 1277 | 2026-05-26T23:43:34.594Z | Downloaded vcpkg v0.2.15 |
| 1278 | 2026-05-26T23:43:34.616Z | Downloaded rustls v0.23.37 |
| 1279 | 2026-05-26T23:43:34.623Z | Downloaded regress v0.11.1 |
| 1280 | 2026-05-26T23:43:34.627Z | Downloaded regex-syntax v0.8.10 |
| 1281 | 2026-05-26T23:43:34.631Z | Downloaded zerocopy v0.8.40 |
| 1282 | 2026-05-26T23:43:34.636Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-26T23:43:34.642Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-05-26T23:43:34.655Z | Downloaded rustix v0.38.44 |
| 1285 | 2026-05-26T23:43:34.666Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-05-26T23:43:34.675Z | Downloaded regress v0.10.5 |
| 1287 | 2026-05-26T23:43:34.679Z | Downloaded object v0.37.3 |
| 1288 | 2026-05-26T23:43:34.685Z | Downloaded nix v0.31.2 |
| 1289 | 2026-05-26T23:43:34.692Z | Downloaded hickory-proto v0.24.4 |
| 1290 | 2026-05-26T23:43:34.716Z | Downloaded sled v0.34.7 |
| 1291 | 2026-05-26T23:43:34.729Z | Downloaded tracing v0.1.44 |
| 1292 | 2026-05-26T23:43:34.740Z | Downloaded sqlparser v0.61.0 |
| 1293 | 2026-05-26T23:43:34.772Z | Downloaded typify-impl v0.6.2 |
| 1294 | 2026-05-26T23:43:34.779Z | Downloaded regex-automata v0.4.14 |
| 1295 | 2026-05-26T23:43:34.789Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1296 | 2026-05-26T23:43:34.796Z | Downloaded ratatui v0.29.0 |
| 1297 | 2026-05-26T23:43:34.809Z | Downloaded typify-impl v0.4.3 |
| 1298 | 2026-05-26T23:43:34.814Z | Downloaded petgraph v0.6.5 |
| 1299 | 2026-05-26T23:43:34.824Z | Downloaded zerocopy-derive v0.6.6 |
| 1300 | 2026-05-26T23:43:34.839Z | Downloaded csv v1.4.0 |
| 1301 | 2026-05-26T23:43:34.850Z | Downloaded chrono-tz v0.10.4 |
| 1302 | 2026-05-26T23:43:34.860Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-05-26T23:43:34.872Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-05-26T23:43:34.884Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-26T23:43:34.895Z | Downloaded tokio v1.52.1 |
| 1306 | 2026-05-26T23:43:34.925Z | Downloaded sha3 v0.10.8 |
| 1307 | 2026-05-26T23:43:34.932Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1308 | 2026-05-26T23:43:34.957Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-05-26T23:43:34.983Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-26T23:43:35.007Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-26T23:43:35.680Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-05-26T23:43:35.911Z | Compiling libc v0.2.185 |
| 1313 | 2026-05-26T23:43:35.911Z | Compiling serde v1.0.228 |
| 1314 | 2026-05-26T23:43:36.004Z | Compiling log v0.4.29 |
| 1315 | 2026-05-26T23:43:36.004Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-26T23:43:36.093Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-26T23:43:36.177Z | Compiling syn v2.0.117 |
| 1318 | 2026-05-26T23:43:36.177Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-26T23:43:36.177Z | Compiling typenum v1.19.0 |
| 1320 | 2026-05-26T23:43:36.256Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-05-26T23:43:36.327Z | Compiling subtle v2.6.1 |
| 1322 | 2026-05-26T23:43:36.418Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-05-26T23:43:36.418Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-05-26T23:43:36.419Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-26T23:43:36.540Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-26T23:43:36.540Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-05-26T23:43:36.572Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-05-26T23:43:36.624Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-26T23:43:36.705Z | Compiling portable-atomic v1.13.1 |
| 1330 | 2026-05-26T23:43:36.773Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-05-26T23:43:36.881Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-26T23:43:36.933Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-26T23:43:37.025Z | Compiling rand_core v0.6.4 |
| 1334 | 2026-05-26T23:43:37.055Z | Compiling errno v0.3.14 |
| 1335 | 2026-05-26T23:43:37.166Z | Compiling cc v1.2.56 |
| 1336 | 2026-05-26T23:43:37.284Z | Compiling signal-hook-registry v1.4.8 |
| 1337 | 2026-05-26T23:43:37.297Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-05-26T23:43:37.313Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-26T23:43:37.364Z | Compiling futures-core v0.3.32 |
| 1340 | 2026-05-26T23:43:37.515Z | Compiling critical-section v1.2.0 |
| 1341 | 2026-05-26T23:43:37.515Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-26T23:43:37.555Z | Compiling mio v1.2.0 |
| 1343 | 2026-05-26T23:43:37.621Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-26T23:43:37.661Z | Compiling once_cell v1.21.3 |
| 1345 | 2026-05-26T23:43:37.740Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-05-26T23:43:37.868Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-26T23:43:37.890Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-05-26T23:43:37.929Z | Compiling getrandom v0.4.1 |
| 1349 | 2026-05-26T23:43:37.954Z | Compiling futures-task v0.3.32 |
| 1350 | 2026-05-26T23:43:37.989Z | Compiling futures-channel v0.3.32 |
| 1351 | 2026-05-26T23:43:38.005Z | Compiling cpufeatures v0.2.17 |
| 1352 | 2026-05-26T23:43:38.078Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-26T23:43:38.117Z | Compiling slab v0.4.12 |
| 1354 | 2026-05-26T23:43:38.212Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-05-26T23:43:38.228Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-26T23:43:38.263Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-05-26T23:43:38.266Z | Compiling getrandom v0.3.4 |
| 1358 | 2026-05-26T23:43:38.292Z | Compiling form_urlencoded v1.2.2 |
| 1359 | 2026-05-26T23:43:38.642Z | Compiling cmake v0.1.57 |
| 1360 | 2026-05-26T23:43:38.683Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-26T23:43:38.698Z | Compiling fs_extra v1.3.0 |
| 1362 | 2026-05-26T23:43:38.777Z | Compiling ident_case v1.0.1 |
| 1363 | 2026-05-26T23:43:38.865Z | Compiling synstructure v0.13.2 |
| 1364 | 2026-05-26T23:43:38.906Z | Compiling base64ct v1.8.3 |
| 1365 | 2026-05-26T23:43:38.996Z | Compiling flagset v0.4.7 |
| 1366 | 2026-05-26T23:43:39.070Z | Compiling regex-syntax v0.8.10 |
| 1367 | 2026-05-26T23:43:39.143Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-26T23:43:39.143Z | Compiling iana-time-zone v0.1.65 |
| 1369 | 2026-05-26T23:43:39.199Z | Compiling pem-rfc7468 v0.7.0 |
| 1370 | 2026-05-26T23:43:39.237Z | Compiling rustix v1.1.3 |
| 1371 | 2026-05-26T23:43:39.284Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-05-26T23:43:39.295Z | Compiling ring v0.17.14 |
| 1373 | 2026-05-26T23:43:39.544Z | Compiling aws-lc-rs v1.16.3 |
| 1374 | 2026-05-26T23:43:39.559Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-05-26T23:43:39.632Z | Compiling uuid v1.23.0 |
| 1376 | 2026-05-26T23:43:39.835Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-05-26T23:43:40.170Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-05-26T23:43:40.309Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-05-26T23:43:40.341Z | Compiling base64 v0.22.1 |
| 1380 | 2026-05-26T23:43:40.615Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-26T23:43:40.678Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-26T23:43:40.734Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-26T23:43:40.843Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-26T23:43:40.995Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-05-26T23:43:41.337Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-05-26T23:43:41.438Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-26T23:43:42.035Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-26T23:43:42.089Z | Compiling block-buffer v0.10.4 |
| 1389 | 2026-05-26T23:43:42.164Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-26T23:43:42.181Z | Compiling displaydoc v0.2.5 |
| 1391 | 2026-05-26T23:43:42.254Z | Compiling digest v0.10.7 |
| 1392 | 2026-05-26T23:43:42.284Z | Compiling yoke v0.8.1 |
| 1393 | 2026-05-26T23:43:42.467Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-05-26T23:43:42.501Z | Compiling futures-macro v0.3.32 |
| 1395 | 2026-05-26T23:43:42.537Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-05-26T23:43:42.919Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-26T23:43:43.022Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-26T23:43:43.184Z | Compiling icu_locale_core v2.1.1 |
| 1399 | 2026-05-26T23:43:43.219Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-26T23:43:43.223Z | Compiling hmac v0.12.1 |
| 1401 | 2026-05-26T23:43:43.298Z | Compiling futures-util v0.3.32 |
| 1402 | 2026-05-26T23:43:43.377Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-26T23:43:43.377Z | Compiling block-padding v0.3.3 |
| 1404 | 2026-05-26T23:43:43.543Z | Compiling inout v0.1.4 |
| 1405 | 2026-05-26T23:43:43.708Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-26T23:43:43.839Z | Compiling icu_provider v2.1.1 |
| 1407 | 2026-05-26T23:43:43.960Z | Compiling sha2 v0.10.9 |
| 1408 | 2026-05-26T23:43:44.036Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-26T23:43:44.053Z | Compiling der_derive v0.7.3 |
| 1410 | 2026-05-26T23:43:44.131Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-05-26T23:43:44.653Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-26T23:43:44.669Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-26T23:43:44.712Z | Compiling http v1.4.0 |
| 1414 | 2026-05-26T23:43:45.041Z | Compiling der v0.7.10 |
| 1415 | 2026-05-26T23:43:45.405Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-26T23:43:45.435Z | Compiling chrono v0.4.44 |
| 1417 | 2026-05-26T23:43:45.617Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-05-26T23:43:45.630Z | Compiling salsa20 v0.10.2 |
| 1419 | 2026-05-26T23:43:45.728Z | Compiling idna v1.1.0 |
| 1420 | 2026-05-26T23:43:45.753Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-05-26T23:43:45.766Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-26T23:43:45.769Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-26T23:43:45.864Z | Compiling thiserror-impl v2.0.18 |
| 1424 | 2026-05-26T23:43:46.203Z | Compiling url v2.5.8 |
| 1425 | 2026-05-26T23:43:46.244Z | Compiling spki v0.7.3 |
| 1426 | 2026-05-26T23:43:46.361Z | Compiling scrypt v0.11.0 |
| 1427 | 2026-05-26T23:43:46.443Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-05-26T23:43:46.612Z | Compiling http-body v1.0.1 |
| 1429 | 2026-05-26T23:43:46.766Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-26T23:43:46.793Z | Compiling cbc v0.1.2 |
| 1431 | 2026-05-26T23:43:46.986Z | Compiling tinyvec_macros v0.1.1 |
| 1432 | 2026-05-26T23:43:47.024Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-05-26T23:43:47.055Z | Compiling untrusted v0.7.1 |
| 1434 | 2026-05-26T23:43:47.072Z | Compiling tracing v0.1.44 |
| 1435 | 2026-05-26T23:43:47.133Z | Compiling httparse v1.10.1 |
| 1436 | 2026-05-26T23:43:47.172Z | Compiling untrusted v0.9.0 |
| 1437 | 2026-05-26T23:43:47.176Z | Compiling thiserror v2.0.18 |
| 1438 | 2026-05-26T23:43:47.198Z | Compiling pkcs5 v0.7.1 |
| 1439 | 2026-05-26T23:43:47.277Z | Compiling tinyvec v1.10.0 |
| 1440 | 2026-05-26T23:43:47.324Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-05-26T23:43:47.503Z | Compiling rand v0.9.2 |
| 1442 | 2026-05-26T23:43:47.616Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-05-26T23:43:47.668Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-05-26T23:43:47.814Z | Compiling schemars v0.8.22 |
| 1445 | 2026-05-26T23:43:48.007Z | Compiling rustls v0.23.37 |
| 1446 | 2026-05-26T23:43:48.020Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-26T23:43:48.129Z | Compiling tower-layer v0.3.3 |
| 1448 | 2026-05-26T23:43:48.175Z | Compiling atomic-waker v1.1.2 |
| 1449 | 2026-05-26T23:43:48.279Z | Compiling tower-service v0.3.3 |
| 1450 | 2026-05-26T23:43:48.292Z | Compiling dyn-clone v1.0.20 |
| 1451 | 2026-05-26T23:43:48.304Z | Compiling want v0.3.1 |
| 1452 | 2026-05-26T23:43:48.373Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-26T23:43:48.442Z | Compiling pest_derive v2.8.6 |
| 1454 | 2026-05-26T23:43:48.465Z | Compiling regex-automata v0.4.14 |
| 1455 | 2026-05-26T23:43:48.507Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-26T23:43:49.057Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-26T23:43:49.150Z | Compiling pkcs8 v0.10.2 |
| 1458 | 2026-05-26T23:43:49.340Z | Compiling ipnet v2.11.0 |
| 1459 | 2026-05-26T23:43:49.400Z | Compiling scroll_derive v0.13.1 |
| 1460 | 2026-05-26T23:43:49.481Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-05-26T23:43:49.758Z | Compiling httpdate v1.0.3 |
| 1462 | 2026-05-26T23:43:49.886Z | Compiling openssl v0.10.79 |
| 1463 | 2026-05-26T23:43:49.982Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-26T23:43:50.073Z | Compiling pin-utils v0.1.0 |
| 1465 | 2026-05-26T23:43:50.132Z | Compiling tempfile v3.25.0 |
| 1466 | 2026-05-26T23:43:50.145Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-26T23:43:50.237Z | Compiling scroll v0.13.0 |
| 1468 | 2026-05-26T23:43:50.346Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-26T23:43:50.512Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-26T23:43:50.802Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-05-26T23:43:50.896Z | Compiling spin v0.9.8 |
| 1472 | 2026-05-26T23:43:50.917Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-05-26T23:43:51.125Z | Compiling time-core v0.1.8 |
| 1474 | 2026-05-26T23:43:51.184Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-05-26T23:43:51.205Z | Compiling num-conv v0.2.0 |
| 1476 | 2026-05-26T23:43:51.247Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-26T23:43:51.328Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-26T23:43:51.402Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-26T23:43:51.774Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-26T23:43:52.222Z | Compiling hyper v1.8.1 |
| 1481 | 2026-05-26T23:43:52.347Z | Compiling darling v0.20.11 |
| 1482 | 2026-05-26T23:43:52.360Z | Compiling goblin v0.10.5 |
| 1483 | 2026-05-26T23:43:52.426Z | Compiling rustls-native-certs v0.8.3 |
| 1484 | 2026-05-26T23:43:52.570Z | Compiling sync_wrapper v1.0.2 |
| 1485 | 2026-05-26T23:43:52.679Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-05-26T23:43:52.711Z | Compiling simd-adler32 v0.3.8 |
| 1487 | 2026-05-26T23:43:52.941Z | Compiling siphasher v1.0.2 |
| 1488 | 2026-05-26T23:43:52.955Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-26T23:43:53.022Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-05-26T23:43:53.124Z | Compiling num_threads v0.1.7 |
| 1491 | 2026-05-26T23:43:53.222Z | Compiling usdt-impl v0.6.0 |
| 1492 | 2026-05-26T23:43:53.247Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-05-26T23:43:53.301Z | Compiling hyper-util v0.1.20 |
| 1494 | 2026-05-26T23:43:53.350Z | Compiling bit-vec v0.8.0 |
| 1495 | 2026-05-26T23:43:53.437Z | Compiling rusty-fork v0.3.1 |
| 1496 | 2026-05-26T23:43:53.579Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-05-26T23:43:53.778Z | Compiling time v0.3.47 |
| 1498 | 2026-05-26T23:43:53.809Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-26T23:43:54.052Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-26T23:43:54.487Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-26T23:43:54.537Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-26T23:43:54.780Z | Compiling webpki-roots v1.0.6 |
| 1503 | 2026-05-26T23:43:54.900Z | Compiling signature v2.2.0 |
| 1504 | 2026-05-26T23:43:54.987Z | Compiling thiserror-impl v1.0.69 |
| 1505 | 2026-05-26T23:43:55.041Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-26T23:43:55.081Z | Compiling dof v0.4.0 |
| 1507 | 2026-05-26T23:43:55.248Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-26T23:43:55.404Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-26T23:43:55.493Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-26T23:43:55.568Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-26T23:43:55.678Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-26T23:43:55.705Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-26T23:43:55.787Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-26T23:43:55.948Z | Compiling paste v1.0.15 |
| 1515 | 2026-05-26T23:43:55.966Z | Compiling iri-string v0.7.10 |
| 1516 | 2026-05-26T23:43:56.212Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-26T23:43:56.243Z | Compiling unicode-properties v0.1.4 |
| 1518 | 2026-05-26T23:43:56.257Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-26T23:43:56.364Z | Compiling ryu v1.0.23 |
| 1520 | 2026-05-26T23:43:56.378Z | Compiling zstd-safe v7.2.4 |
| 1521 | 2026-05-26T23:43:56.447Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-05-26T23:43:56.541Z | Compiling adler2 v2.0.1 |
| 1523 | 2026-05-26T23:43:56.568Z | Compiling anyhow v1.0.102 |
| 1524 | 2026-05-26T23:43:56.602Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-05-26T23:43:56.666Z | Compiling miniz_oxide v0.8.9 |
| 1526 | 2026-05-26T23:43:56.763Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-05-26T23:43:57.002Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-26T23:43:57.069Z | Compiling tower-http v0.6.8 |
| 1529 | 2026-05-26T23:43:57.139Z | Compiling proptest v1.10.0 |
| 1530 | 2026-05-26T23:43:57.275Z | Compiling thiserror v1.0.69 |
| 1531 | 2026-05-26T23:43:57.470Z | Compiling scroll v0.12.0 |
| 1532 | 2026-05-26T23:43:57.547Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-26T23:43:57.728Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-26T23:43:58.037Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-26T23:43:58.045Z | Compiling darling_macro v0.21.3 |
| 1536 | 2026-05-26T23:43:58.222Z | Compiling bstr v1.12.1 |
| 1537 | 2026-05-26T23:43:58.266Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-26T23:43:58.390Z | Compiling toml_datetime v0.6.11 |
| 1539 | 2026-05-26T23:43:58.466Z | Compiling serde_spanned v0.6.9 |
| 1540 | 2026-05-26T23:43:58.503Z | Compiling serde_tokenstream v0.2.3 |
| 1541 | 2026-05-26T23:43:58.607Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-26T23:43:58.655Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-26T23:43:58.815Z | Compiling pin-project-internal v1.1.11 |
| 1544 | 2026-05-26T23:43:58.815Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-26T23:43:58.860Z | Compiling async-trait v0.1.89 |
| 1546 | 2026-05-26T23:43:59.072Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-26T23:43:59.087Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-05-26T23:43:59.266Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-26T23:43:59.410Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-26T23:43:59.599Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-26T23:43:59.639Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-26T23:43:59.730Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-05-26T23:43:59.748Z | Compiling litrs v1.0.0 |
| 1554 | 2026-05-26T23:43:59.828Z | Compiling ref-cast v1.0.25 |
| 1555 | 2026-05-26T23:43:59.872Z | Compiling psl-types v2.0.11 |
| 1556 | 2026-05-26T23:43:59.963Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-26T23:43:59.997Z | Compiling base16ct v0.2.0 |
| 1558 | 2026-05-26T23:44:00.135Z | Compiling cfg_aliases v0.2.1 |
| 1559 | 2026-05-26T23:44:00.185Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-05-26T23:44:00.214Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-05-26T23:44:00.250Z | Compiling rustix v0.38.44 |
| 1562 | 2026-05-26T23:44:00.298Z | Compiling fallible-iterator v0.2.0 |
| 1563 | 2026-05-26T23:44:00.374Z | Compiling mime v0.3.17 |
| 1564 | 2026-05-26T23:44:00.616Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-26T23:44:00.665Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-26T23:44:00.698Z | Compiling nix v0.31.2 |
| 1567 | 2026-05-26T23:44:01.120Z | Compiling sec1 v0.7.3 |
| 1568 | 2026-05-26T23:44:01.167Z | Compiling publicsuffix v2.3.0 |
| 1569 | 2026-05-26T23:44:01.241Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-05-26T23:44:01.330Z | Compiling zerocopy v0.7.35 |
| 1571 | 2026-05-26T23:44:01.343Z | Compiling group v0.13.0 |
| 1572 | 2026-05-26T23:44:01.383Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-26T23:44:01.501Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-26T23:44:01.783Z | Compiling hubpack_derive v0.1.1 |
| 1575 | 2026-05-26T23:44:01.815Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-26T23:44:01.826Z | Compiling rand v0.8.6 |
| 1577 | 2026-05-26T23:44:01.892Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-26T23:44:02.060Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-05-26T23:44:02.093Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-05-26T23:44:02.187Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-26T23:44:02.649Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-26T23:44:02.744Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-26T23:44:02.773Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-26T23:44:02.836Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-26T23:44:02.917Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-26T23:44:02.955Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-26T23:44:03.095Z | Compiling flate2 v1.1.9 |
| 1588 | 2026-05-26T23:44:03.116Z | Compiling crypto-bigint v0.5.5 |
| 1589 | 2026-05-26T23:44:03.180Z | Compiling terminal_size v0.4.3 |
| 1590 | 2026-05-26T23:44:03.199Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-05-26T23:44:03.323Z | Compiling daft-derive v0.1.7 |
| 1592 | 2026-05-26T23:44:03.430Z | Compiling snafu-derive v0.8.9 |
| 1593 | 2026-05-26T23:44:03.500Z | Compiling ref-cast-impl v1.0.25 |
| 1594 | 2026-05-26T23:44:03.830Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-05-26T23:44:04.041Z | Compiling vergen v9.1.0 |
| 1596 | 2026-05-26T23:44:04.055Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-26T23:44:04.247Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-05-26T23:44:04.251Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-26T23:44:04.473Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-05-26T23:44:04.530Z | Compiling libbz2-rs-sys v0.2.2 |
| 1601 | 2026-05-26T23:44:04.650Z | Compiling winnow v0.5.40 |
| 1602 | 2026-05-26T23:44:05.218Z | Compiling unicode-segmentation v1.12.0 |
| 1603 | 2026-05-26T23:44:05.269Z | Compiling same-file v1.0.6 |
| 1604 | 2026-05-26T23:44:05.395Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-26T23:44:05.439Z | Compiling object v0.37.3 |
| 1606 | 2026-05-26T23:44:05.603Z | Compiling bitflags v1.3.2 |
| 1607 | 2026-05-26T23:44:05.619Z | Compiling managed v0.8.0 |
| 1608 | 2026-05-26T23:44:05.681Z | Compiling bumpalo v3.20.2 |
| 1609 | 2026-05-26T23:44:05.704Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-05-26T23:44:05.763Z | Compiling snafu v0.8.9 |
| 1611 | 2026-05-26T23:44:05.874Z | Compiling strum v0.27.2 |
| 1612 | 2026-05-26T23:44:05.931Z | Compiling toml_edit v0.19.15 |
| 1613 | 2026-05-26T23:44:06.005Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-26T23:44:06.079Z | Compiling walkdir v2.5.0 |
| 1615 | 2026-05-26T23:44:06.112Z | Compiling bzip2 v0.6.1 |
| 1616 | 2026-05-26T23:44:06.294Z | Compiling clap_builder v4.5.60 |
| 1617 | 2026-05-26T23:44:06.313Z | Compiling hashbrown v0.15.5 |
| 1618 | 2026-05-26T23:44:06.431Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-05-26T23:44:06.626Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-26T23:44:06.784Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-26T23:44:06.978Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-26T23:44:07.256Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-26T23:44:07.335Z | Compiling phf v0.13.1 |
| 1624 | 2026-05-26T23:44:07.776Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-05-26T23:44:07.861Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-26T23:44:07.892Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-26T23:44:08.109Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-26T23:44:08.128Z | Compiling zstd v0.13.3 |
| 1629 | 2026-05-26T23:44:08.317Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-05-26T23:44:08.500Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-05-26T23:44:08.538Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-26T23:44:09.049Z | Compiling usdt-attr-macro v0.6.0 |
| 1633 | 2026-05-26T23:44:09.261Z | Compiling globset v0.4.18 |
| 1634 | 2026-05-26T23:44:09.274Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-05-26T23:44:09.475Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-05-26T23:44:09.649Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-05-26T23:44:09.840Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-05-26T23:44:09.863Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-05-26T23:44:09.982Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-26T23:44:10.007Z | Compiling serde-big-array v0.5.1 |
| 1641 | 2026-05-26T23:44:10.051Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-05-26T23:44:10.152Z | Compiling serde_repr v0.1.20 |
| 1643 | 2026-05-26T23:44:10.180Z | Compiling async-recursion v1.1.1 |
| 1644 | 2026-05-26T23:44:10.182Z | Compiling clap_derive v4.5.55 |
| 1645 | 2026-05-26T23:44:10.182Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-05-26T23:44:10.273Z | Compiling strum_macros v0.26.4 |
| 1647 | 2026-05-26T23:44:10.408Z | Compiling pem v3.0.6 |
| 1648 | 2026-05-26T23:44:10.668Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-05-26T23:44:10.699Z | Compiling memmap2 v0.9.10 |
| 1650 | 2026-05-26T23:44:10.736Z | Compiling thread-id v4.2.2 |
| 1651 | 2026-05-26T23:44:10.816Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-05-26T23:44:10.829Z | Compiling typed-path v0.9.3 |
| 1653 | 2026-05-26T23:44:10.832Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-05-26T23:44:10.912Z | Compiling difflib v0.4.0 |
| 1655 | 2026-05-26T23:44:11.115Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-05-26T23:44:11.147Z | Compiling predicates-core v1.0.10 |
| 1657 | 2026-05-26T23:44:11.321Z | Compiling precomputed-hash v0.1.1 |
| 1658 | 2026-05-26T23:44:11.335Z | Compiling either v1.15.0 |
| 1659 | 2026-05-26T23:44:11.411Z | Compiling static_assertions v1.1.0 |
| 1660 | 2026-05-26T23:44:11.469Z | Compiling whoami v2.1.0 |
| 1661 | 2026-05-26T23:44:11.489Z | Compiling normalize-line-endings v0.3.0 |
| 1662 | 2026-05-26T23:44:11.541Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-26T23:44:11.585Z | Compiling keccak v0.1.6 |
| 1664 | 2026-05-26T23:44:11.620Z | Compiling data-encoding v2.10.0 |
| 1665 | 2026-05-26T23:44:11.836Z | Compiling jiff v0.2.21 |
| 1666 | 2026-05-26T23:44:11.931Z | Compiling clap v4.5.60 |
| 1667 | 2026-05-26T23:44:11.980Z | Compiling strum v0.26.3 |
| 1668 | 2026-05-26T23:44:12.015Z | Compiling hickory-proto v0.25.2 |
| 1669 | 2026-05-26T23:44:12.039Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-26T23:44:12.106Z | Compiling tokio-postgres v0.7.16 |
| 1671 | 2026-05-26T23:44:12.306Z | Compiling string_cache v0.8.9 |
| 1672 | 2026-05-26T23:44:12.389Z | Compiling predicates v3.1.4 |
| 1673 | 2026-05-26T23:44:12.501Z | Compiling itertools v0.13.0 |
| 1674 | 2026-05-26T23:44:12.533Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1675 | 2026-05-26T23:44:12.909Z | Compiling toml_edit v0.22.27 |
| 1676 | 2026-05-26T23:44:13.042Z | Compiling petgraph v0.6.5 |
| 1677 | 2026-05-26T23:44:13.719Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-26T23:44:14.323Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-05-26T23:44:14.552Z | Compiling zip v4.6.1 |
| 1680 | 2026-05-26T23:44:14.735Z | Compiling usdt v0.6.0 |
| 1681 | 2026-05-26T23:44:15.007Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-05-26T23:44:15.371Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-26T23:44:15.544Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-26T23:44:15.613Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-05-26T23:44:15.641Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-26T23:44:15.676Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-26T23:44:16.020Z | Compiling zip v0.6.6 |
| 1688 | 2026-05-26T23:44:16.592Z | Compiling toml v0.7.8 |
| 1689 | 2026-05-26T23:44:16.665Z | Compiling iddqd v0.4.1 |
| 1690 | 2026-05-26T23:44:17.193Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-26T23:44:17.220Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-26T23:44:17.251Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-05-26T23:44:17.329Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-05-26T23:44:17.417Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-05-26T23:44:17.664Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-05-26T23:44:17.880Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-05-26T23:44:17.882Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-05-26T23:44:17.908Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-05-26T23:44:17.945Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-05-26T23:44:18.077Z | Compiling lalrpop-util v0.19.12 |
| 1701 | 2026-05-26T23:44:18.164Z | Compiling peg-runtime v0.8.5 |
| 1702 | 2026-05-26T23:44:18.197Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-26T23:44:18.295Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-26T23:44:18.447Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-26T23:44:18.451Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-26T23:44:18.559Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-26T23:44:18.586Z | Compiling take_mut v0.2.2 |
| 1708 | 2026-05-26T23:44:18.708Z | Compiling term v1.2.1 |
| 1709 | 2026-05-26T23:44:18.739Z | Compiling xattr v1.6.1 |
| 1710 | 2026-05-26T23:44:18.902Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-26T23:44:19.279Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-26T23:44:28.996Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-26T23:44:31.798Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-26T23:44:31.798Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-26T23:44:31.986Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-26T23:44:32.176Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-26T23:44:32.177Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-26T23:44:33.397Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-26T23:44:35.963Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-26T23:44:36.163Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-26T23:44:39.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-26T23:44:39.215Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-26T23:44:39.339Z | May 26 23:44:38.036 INFO Starting download, target: Console |
| 1724 | 2026-05-26T23:44:39.339Z | May 26 23:44:38.037 INFO Starting download, target: Clickhouse |
| 1725 | 2026-05-26T23:44:39.339Z | May 26 23:44:38.037 INFO Starting download, target: Cockroach |
| 1726 | 2026-05-26T23:44:39.339Z | May 26 23:44:38.037 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1730 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1731 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-05-26T23:44:39.340Z | May 26 23:44:38.037 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-26T23:44:40.316Z | May 26 23:44:39.012 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1736 | 2026-05-26T23:44:40.538Z | May 26 23:44:39.243 INFO Download complete, target: Console |
| 1737 | 2026-05-26T23:44:41.575Z | May 26 23:44:40.301 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1738 | 2026-05-26T23:44:41.732Z | May 26 23:44:40.507 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-26T23:44:41.837Z | May 26 23:44:40.511 INFO Download complete, target: TransceiverControl |
| 1740 | 2026-05-26T23:44:45.318Z | May 26 23:44:44.123 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-05-26T23:44:45.711Z | May 26 23:44:44.480 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-26T23:44:46.024Z | May 26 23:44:44.844 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-26T23:44:46.024Z | May 26 23:44:44.844 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-26T23:44:47.664Z | May 26 23:44:46.483 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-26T23:44:48.062Z | May 26 23:44:46.882 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-26T23:44:48.536Z | May 26 23:44:47.357 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-26T23:44:48.668Z | May 26 23:44:47.489 INFO Download complete, target: Clickhouse |
| 1748 | 2026-05-26T23:44:50.672Z | May 26 23:44:49.491 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-26T23:44:50.802Z | May 26 23:44:49.623 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-26T23:44:50.844Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-26T23:44:50.847Z | |
| 1752 | 2026-05-26T23:44:50.847Z | real 2:19.359933879 |
| 1753 | 2026-05-26T23:44:50.847Z | user 6:55.482296474 |
| 1754 | 2026-05-26T23:44:50.847Z | sys 1:22.176703087 |
| 1755 | 2026-05-26T23:44:50.847Z | trap 0.208826811 |
| 1756 | 2026-05-26T23:44:50.847Z | tflt 1.084193454 |
| 1757 | 2026-05-26T23:44:50.848Z | dflt 1.070134408 |
| 1758 | 2026-05-26T23:44:50.848Z | kflt 0.044128523 |
| 1759 | 2026-05-26T23:44:50.848Z | lock 22:09.824392675 |
| 1760 | 2026-05-26T23:44:50.848Z | slp 21:35.194912954 |
| 1761 | 2026-05-26T23:44:50.848Z | lat 40.223259989 |
| 1762 | 2026-05-26T23:44:50.848Z | stop 1:49.407152840 |
| 1763 | 2026-05-26T23:44:50.848Z | + banner clippy |
| 1764 | 2026-05-26T23:44:50.848Z | |
| 1765 | 2026-05-26T23:44:50.848Z | #### # # ##### ##### # # |
| 1766 | 2026-05-26T23:44:50.848Z | # # # # # # # # # # |
| 1767 | 2026-05-26T23:44:50.848Z | # # # # # # # # |
| 1768 | 2026-05-26T23:44:50.848Z | # # # ##### ##### # |
| 1769 | 2026-05-26T23:44:50.848Z | # # # # # # # |
| 1770 | 2026-05-26T23:44:50.848Z | #### ###### # # # # |
| 1771 | 2026-05-26T23:44:50.848Z | |
| 1772 | 2026-05-26T23:44:50.848Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-26T23:44:50.848Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-26T23:44:50.848Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-26T23:44:51.366Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-26T23:44:51.586Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-26T23:44:53.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1778 | 2026-05-26T23:44:53.574Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-26T23:44:53.604Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-26T23:44:54.213Z | Downloading crates ... |
| 1781 | 2026-05-26T23:44:54.442Z | Downloaded cast v0.3.0 |
| 1782 | 2026-05-26T23:44:54.529Z | Downloaded addr2line v0.25.1 |
| 1783 | 2026-05-26T23:44:54.529Z | Downloaded cfg-expr v0.20.6 |
| 1784 | 2026-05-26T23:44:54.529Z | Downloaded chumsky v0.9.3 |
| 1785 | 2026-05-26T23:44:54.529Z | Downloaded httptest v0.16.4 |
| 1786 | 2026-05-26T23:44:54.532Z | Downloaded parking v2.2.1 |
| 1787 | 2026-05-26T23:44:54.532Z | Downloaded pathdiff v0.2.3 |
| 1788 | 2026-05-26T23:44:54.532Z | Downloaded target-spec v3.5.7 |
| 1789 | 2026-05-26T23:44:54.532Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1790 | 2026-05-26T23:44:54.532Z | Downloaded miette-derive v5.10.0 |
| 1791 | 2026-05-26T23:44:54.533Z | Downloaded assert-json-diff v2.0.2 |
| 1792 | 2026-05-26T23:44:54.533Z | Downloaded knuffel-derive v3.2.0 |
| 1793 | 2026-05-26T23:44:54.533Z | Downloaded datatest-stable v0.3.3 |
| 1794 | 2026-05-26T23:44:54.533Z | Downloaded target-lexicon v0.13.3 |
| 1795 | 2026-05-26T23:44:54.533Z | Downloaded constant_time_eq v0.3.1 |
| 1796 | 2026-05-26T23:44:54.533Z | Downloaded async-object-pool v0.2.0 |
| 1797 | 2026-05-26T23:44:54.533Z | Downloaded similar-asserts v1.7.0 |
| 1798 | 2026-05-26T23:44:54.533Z | Downloaded futures-timer v3.0.3 |
| 1799 | 2026-05-26T23:44:54.533Z | Downloaded event-listener v5.4.1 |
| 1800 | 2026-05-26T23:44:54.534Z | Downloaded partial-io v0.5.4 |
| 1801 | 2026-05-26T23:44:54.534Z | Downloaded textwrap v0.15.2 |
| 1802 | 2026-05-26T23:44:54.534Z | Downloaded event-listener-strategy v0.5.4 |
| 1803 | 2026-05-26T23:44:54.534Z | Downloaded linkme-impl v0.3.35 |
| 1804 | 2026-05-26T23:44:54.534Z | Downloaded plotters-backend v0.3.7 |
| 1805 | 2026-05-26T23:44:54.534Z | Downloaded linkme v0.3.35 |
| 1806 | 2026-05-26T23:44:54.534Z | Downloaded terminal_size v0.1.17 |
| 1807 | 2026-05-26T23:44:54.534Z | Downloaded escape8259 v0.5.3 |
| 1808 | 2026-05-26T23:44:54.535Z | Downloaded approx v0.5.1 |
| 1809 | 2026-05-26T23:44:54.535Z | Downloaded backtrace-ext v0.2.1 |
| 1810 | 2026-05-26T23:44:54.535Z | Downloaded tokio-test v0.4.5 |
| 1811 | 2026-05-26T23:44:54.535Z | Downloaded serde_regex v1.1.0 |
| 1812 | 2026-05-26T23:44:54.535Z | Downloaded nested v0.1.1 |
| 1813 | 2026-05-26T23:44:54.535Z | Downloaded supports-color v2.1.0 |
| 1814 | 2026-05-26T23:44:54.535Z | Downloaded libtest-mimic v0.8.1 |
| 1815 | 2026-05-26T23:44:54.535Z | Downloaded target-triple v1.0.0 |
| 1816 | 2026-05-26T23:44:54.536Z | Downloaded plotters-svg v0.3.7 |
| 1817 | 2026-05-26T23:44:54.536Z | Downloaded supports-hyperlinks v2.1.0 |
| 1818 | 2026-05-26T23:44:54.536Z | Downloaded concurrent-queue v2.5.0 |
| 1819 | 2026-05-26T23:44:54.536Z | Downloaded rustc-demangle v0.1.27 |
| 1820 | 2026-05-26T23:44:54.536Z | Downloaded relative-path v1.9.3 |
| 1821 | 2026-05-26T23:44:54.536Z | Downloaded oorandom v11.1.5 |
| 1822 | 2026-05-26T23:44:54.536Z | Downloaded assert_cmd v2.1.2 |
| 1823 | 2026-05-26T23:44:54.536Z | Downloaded tinytemplate v1.2.1 |
| 1824 | 2026-05-26T23:44:54.536Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-05-26T23:44:54.536Z | Downloaded anes v0.1.6 |
| 1826 | 2026-05-26T23:44:54.536Z | Downloaded rust-argon2 v2.1.0 |
| 1827 | 2026-05-26T23:44:54.536Z | Downloaded owo-colors v3.5.0 |
| 1828 | 2026-05-26T23:44:54.536Z | Downloaded termcolor v1.4.1 |
| 1829 | 2026-05-26T23:44:54.536Z | Downloaded gimli v0.32.3 |
| 1830 | 2026-05-26T23:44:54.537Z | Downloaded stringmetrics v2.2.2 |
| 1831 | 2026-05-26T23:44:54.537Z | Downloaded blake2b_simd v1.0.4 |
| 1832 | 2026-05-26T23:44:54.537Z | Downloaded path-tree v0.8.3 |
| 1833 | 2026-05-26T23:44:54.537Z | Downloaded hickory-client v0.25.2 |
| 1834 | 2026-05-26T23:44:54.537Z | Downloaded async-lock v3.4.2 |
| 1835 | 2026-05-26T23:44:54.537Z | Downloaded trybuild v1.0.116 |
| 1836 | 2026-05-26T23:44:54.537Z | Downloaded criterion-plot v0.6.0 |
| 1837 | 2026-05-26T23:44:54.538Z | Downloaded rstest v0.25.0 |
| 1838 | 2026-05-26T23:44:54.575Z | Downloaded rstest_macros v0.25.0 |
| 1839 | 2026-05-26T23:44:54.575Z | Downloaded rand_distr v0.5.1 |
| 1840 | 2026-05-26T23:44:54.575Z | Downloaded knuffel v3.2.0 |
| 1841 | 2026-05-26T23:44:54.575Z | Downloaded fancy-regex v0.14.0 |
| 1842 | 2026-05-26T23:44:54.575Z | Downloaded miette v5.10.0 |
| 1843 | 2026-05-26T23:44:54.575Z | Downloaded backtrace v0.3.76 |
| 1844 | 2026-05-26T23:44:54.575Z | Downloaded criterion v0.7.0 |
| 1845 | 2026-05-26T23:44:54.575Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-05-26T23:44:54.575Z | Downloaded guppy v0.17.25 |
| 1847 | 2026-05-26T23:44:54.575Z | Downloaded hashbrown v0.14.5 |
| 1848 | 2026-05-26T23:44:54.701Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-26T23:44:56.313Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-26T23:44:56.655Z | Checking libc v0.2.185 |
| 1851 | 2026-05-26T23:44:56.663Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-26T23:44:56.720Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-26T23:44:56.760Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-26T23:44:56.798Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-26T23:44:56.801Z | Checking log v0.4.29 |
| 1856 | 2026-05-26T23:44:56.874Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-26T23:44:56.912Z | Checking libm v0.2.16 |
| 1858 | 2026-05-26T23:44:56.961Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-26T23:44:57.002Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-26T23:44:57.041Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-26T23:44:57.079Z | Checking errno v0.3.14 |
| 1862 | 2026-05-26T23:44:57.079Z | Checking getrandom v0.2.17 |
| 1863 | 2026-05-26T23:44:57.147Z | Checking lock_api v0.4.14 |
| 1864 | 2026-05-26T23:44:57.182Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-05-26T23:44:57.218Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-26T23:44:57.256Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-26T23:44:57.294Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-26T23:44:57.329Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-26T23:44:57.365Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-26T23:44:57.401Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-26T23:44:57.436Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-26T23:44:57.478Z | Checking form_urlencoded v1.2.2 |
| 1873 | 2026-05-26T23:44:57.504Z | Checking pin-project-lite v0.2.17 |
| 1874 | 2026-05-26T23:44:57.505Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-26T23:44:57.570Z | Checking zerovec v0.11.5 |
| 1876 | 2026-05-26T23:44:57.572Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-05-26T23:44:57.636Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-26T23:44:57.675Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-26T23:44:57.675Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-05-26T23:44:57.743Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-26T23:44:57.775Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-26T23:44:57.871Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-05-26T23:44:57.915Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-26T23:44:57.945Z | Checking getrandom v0.4.1 |
| 1885 | 2026-05-26T23:44:57.948Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-05-26T23:44:58.016Z | Checking tinystr v0.8.2 |
| 1887 | 2026-05-26T23:44:58.099Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-05-26T23:44:58.166Z | Checking critical-section v1.2.0 |
| 1889 | 2026-05-26T23:44:58.199Z | Checking serde v1.0.228 |
| 1890 | 2026-05-26T23:44:58.199Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-26T23:44:58.281Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-26T23:44:58.323Z | Checking icu_locale_core v2.1.1 |
| 1893 | 2026-05-26T23:44:58.334Z | Checking icu_collections v2.1.1 |
| 1894 | 2026-05-26T23:44:58.373Z | Checking once_cell v1.21.3 |
| 1895 | 2026-05-26T23:44:58.403Z | Checking mio v1.2.0 |
| 1896 | 2026-05-26T23:44:58.506Z | Checking socket2 v0.6.3 |
| 1897 | 2026-05-26T23:44:58.578Z | Checking typenum v1.19.0 |
| 1898 | 2026-05-26T23:44:58.637Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-26T23:44:58.692Z | Checking iana-time-zone v0.1.65 |
| 1900 | 2026-05-26T23:44:58.753Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-26T23:44:58.785Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-26T23:44:58.836Z | Checking chrono v0.4.44 |
| 1903 | 2026-05-26T23:44:58.868Z | Checking uuid v1.23.0 |
| 1904 | 2026-05-26T23:44:58.914Z | Checking icu_provider v2.1.1 |
| 1905 | 2026-05-26T23:44:58.940Z | Checking semver v1.0.28 |
| 1906 | 2026-05-26T23:44:59.076Z | Checking futures-core v0.3.32 |
| 1907 | 2026-05-26T23:44:59.116Z | Checking tokio v1.52.1 |
| 1908 | 2026-05-26T23:44:59.152Z | Checking generic-array v0.14.7 |
| 1909 | 2026-05-26T23:44:59.198Z | Checking equivalent v1.0.2 |
| 1910 | 2026-05-26T23:44:59.209Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-05-26T23:44:59.256Z | Checking icu_normalizer v2.1.1 |
| 1912 | 2026-05-26T23:44:59.263Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-05-26T23:44:59.313Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-26T23:44:59.409Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-26T23:44:59.572Z | Checking futures-channel v0.3.32 |
| 1916 | 2026-05-26T23:44:59.588Z | Checking futures-task v0.3.32 |
| 1917 | 2026-05-26T23:44:59.628Z | Checking crypto-common v0.1.7 |
| 1918 | 2026-05-26T23:44:59.708Z | Checking block-buffer v0.10.4 |
| 1919 | 2026-05-26T23:44:59.757Z | Checking slab v0.4.12 |
| 1920 | 2026-05-26T23:44:59.790Z | Checking futures-io v0.3.32 |
| 1921 | 2026-05-26T23:44:59.795Z | Checking rustix v1.1.3 |
| 1922 | 2026-05-26T23:44:59.883Z | Checking byteorder v1.5.0 |
| 1923 | 2026-05-26T23:44:59.939Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-26T23:44:59.969Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-26T23:45:00.032Z | Checking digest v0.10.7 |
| 1926 | 2026-05-26T23:45:00.069Z | Checking idna_adapter v1.2.1 |
| 1927 | 2026-05-26T23:45:00.103Z | Checking cpufeatures v0.2.17 |
| 1928 | 2026-05-26T23:45:00.196Z | Checking idna v1.1.0 |
| 1929 | 2026-05-26T23:45:00.199Z | Checking thiserror v1.0.69 |
| 1930 | 2026-05-26T23:45:00.263Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-26T23:45:00.354Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-26T23:45:00.426Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-26T23:45:00.461Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-05-26T23:45:00.495Z | Checking url v2.5.8 |
| 1935 | 2026-05-26T23:45:00.498Z | Checking http v1.4.0 |
| 1936 | 2026-05-26T23:45:00.559Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-05-26T23:45:00.664Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-05-26T23:45:00.874Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-26T23:45:00.953Z | Checking schemars v0.8.22 |
| 1940 | 2026-05-26T23:45:00.988Z | Checking tracing v0.1.44 |
| 1941 | 2026-05-26T23:45:01.021Z | Checking ipnet v2.11.0 |
| 1942 | 2026-05-26T23:45:01.143Z | Checking unicode-ident v1.0.24 |
| 1943 | 2026-05-26T23:45:01.149Z | Checking untrusted v0.9.0 |
| 1944 | 2026-05-26T23:45:01.219Z | Checking utf8parse v0.2.2 |
| 1945 | 2026-05-26T23:45:01.254Z | Checking anstyle v1.0.13 |
| 1946 | 2026-05-26T23:45:01.286Z | Checking ring v0.17.14 |
| 1947 | 2026-05-26T23:45:01.323Z | Checking proc-macro2 v1.0.106 |
| 1948 | 2026-05-26T23:45:01.360Z | Checking base64ct v1.8.3 |
| 1949 | 2026-05-26T23:45:01.457Z | Checking anstyle-parse v0.2.7 |
| 1950 | 2026-05-26T23:45:01.624Z | Checking block-padding v0.3.3 |
| 1951 | 2026-05-26T23:45:01.627Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-05-26T23:45:01.689Z | Checking is_terminal_polyfill v1.70.2 |
| 1953 | 2026-05-26T23:45:01.693Z | Checking quote v1.0.45 |
| 1954 | 2026-05-26T23:45:01.768Z | Checking anstyle-query v1.1.5 |
| 1955 | 2026-05-26T23:45:01.803Z | Checking colorchoice v1.0.4 |
| 1956 | 2026-05-26T23:45:01.837Z | Checking inout v0.1.4 |
| 1957 | 2026-05-26T23:45:01.885Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-05-26T23:45:01.888Z | Checking httparse v1.10.1 |
| 1959 | 2026-05-26T23:45:01.951Z | Checking syn v2.0.117 |
| 1960 | 2026-05-26T23:45:01.955Z | Checking anstream v0.6.21 |
| 1961 | 2026-05-26T23:45:02.018Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-26T23:45:02.151Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-05-26T23:45:02.198Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-26T23:45:02.233Z | Checking clap_lex v1.0.0 |
| 1965 | 2026-05-26T23:45:02.266Z | Checking strsim v0.11.1 |
| 1966 | 2026-05-26T23:45:02.302Z | Checking allocator-api2 v0.2.21 |
| 1967 | 2026-05-26T23:45:02.305Z | Checking tokio-util v0.7.18 |
| 1968 | 2026-05-26T23:45:02.333Z | Checking pem-rfc7468 v0.7.0 |
| 1969 | 2026-05-26T23:45:02.405Z | Checking regex-automata v0.4.14 |
| 1970 | 2026-05-26T23:45:02.412Z | Checking http-body v1.0.1 |
| 1971 | 2026-05-26T23:45:02.463Z | Checking clap_builder v4.5.60 |
| 1972 | 2026-05-26T23:45:02.515Z | Checking sha2 v0.10.9 |
| 1973 | 2026-05-26T23:45:02.552Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-05-26T23:45:02.587Z | Checking atomic-waker v1.1.2 |
| 1975 | 2026-05-26T23:45:02.620Z | Checking rand_core v0.9.5 |
| 1976 | 2026-05-26T23:45:02.708Z | Checking hmac v0.12.1 |
| 1977 | 2026-05-26T23:45:02.743Z | Checking deranged v0.5.8 |
| 1978 | 2026-05-26T23:45:02.817Z | Checking time-core v0.1.8 |
| 1979 | 2026-05-26T23:45:02.820Z | Checking httpdate v1.0.3 |
| 1980 | 2026-05-26T23:45:02.885Z | Checking num-conv v0.2.0 |
| 1981 | 2026-05-26T23:45:02.982Z | Checking num_threads v0.1.7 |
| 1982 | 2026-05-26T23:45:03.015Z | Checking try-lock v0.2.5 |
| 1983 | 2026-05-26T23:45:03.048Z | Checking h2 v0.4.13 |
| 1984 | 2026-05-26T23:45:03.054Z | Checking tower-service v0.3.3 |
| 1985 | 2026-05-26T23:45:03.113Z | Checking ryu v1.0.23 |
| 1986 | 2026-05-26T23:45:03.152Z | Checking want v0.3.1 |
| 1987 | 2026-05-26T23:45:03.208Z | Checking tower-layer v0.3.3 |
| 1988 | 2026-05-26T23:45:03.275Z | Checking flagset v0.4.7 |
| 1989 | 2026-05-26T23:45:03.310Z | Checking pin-utils v0.1.0 |
| 1990 | 2026-05-26T23:45:03.392Z | Checking rand_chacha v0.9.0 |
| 1991 | 2026-05-26T23:45:03.442Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-05-26T23:45:03.458Z | Checking der v0.7.10 |
| 1993 | 2026-05-26T23:45:03.619Z | Checking mime v0.3.17 |
| 1994 | 2026-05-26T23:45:03.698Z | Checking time v0.3.47 |
| 1995 | 2026-05-26T23:45:03.733Z | Checking clap v4.5.60 |
| 1996 | 2026-05-26T23:45:03.818Z | Checking rand v0.9.2 |
| 1997 | 2026-05-26T23:45:03.856Z | Checking slog v2.8.2 |
| 1998 | 2026-05-26T23:45:03.859Z | Checking spin v0.9.8 |
| 1999 | 2026-05-26T23:45:04.092Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-26T23:45:04.147Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-05-26T23:45:04.205Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-05-26T23:45:04.242Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-26T23:45:04.246Z | Checking fastrand v2.3.0 |
| 2004 | 2026-05-26T23:45:04.313Z | Checking openssl-probe v0.2.1 |
| 2005 | 2026-05-26T23:45:04.317Z | Checking spki v0.7.3 |
| 2006 | 2026-05-26T23:45:04.385Z | Checking serde_urlencoded v0.7.1 |
| 2007 | 2026-05-26T23:45:04.419Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-26T23:45:04.451Z | Checking aes v0.8.4 |
| 2009 | 2026-05-26T23:45:04.485Z | Checking encoding_rs v0.8.35 |
| 2010 | 2026-05-26T23:45:04.544Z | Checking regex v1.12.3 |
| 2011 | 2026-05-26T23:45:04.578Z | Checking cbc v0.1.2 |
| 2012 | 2026-05-26T23:45:04.613Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-05-26T23:45:04.733Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-05-26T23:45:04.765Z | Checking aws-lc-rs v1.16.3 |
| 2015 | 2026-05-26T23:45:04.804Z | Checking hex v0.4.3 |
| 2016 | 2026-05-26T23:45:04.842Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-05-26T23:45:04.880Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-05-26T23:45:04.947Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-26T23:45:04.961Z | Checking rand v0.8.6 |
| 2020 | 2026-05-26T23:45:05.022Z | Checking tempfile v3.25.0 |
| 2021 | 2026-05-26T23:45:05.056Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-05-26T23:45:05.061Z | Checking adler2 v2.0.1 |
| 2023 | 2026-05-26T23:45:05.121Z | Checking plain v0.2.3 |
| 2024 | 2026-05-26T23:45:05.224Z | Checking miniz_oxide v0.8.9 |
| 2025 | 2026-05-26T23:45:05.262Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-05-26T23:45:05.265Z | Checking rustls-native-certs v0.8.3 |
| 2027 | 2026-05-26T23:45:05.329Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-05-26T23:45:05.432Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-05-26T23:45:05.469Z | Checking webpki-roots v1.0.6 |
| 2030 | 2026-05-26T23:45:05.474Z | Checking tower v0.5.3 |
| 2031 | 2026-05-26T23:45:05.498Z | Checking camino v1.2.2 |
| 2032 | 2026-05-26T23:45:05.629Z | Checking pest v2.8.6 |
| 2033 | 2026-05-26T23:45:05.633Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-05-26T23:45:05.633Z | Checking pkcs8 v0.10.2 |
| 2035 | 2026-05-26T23:45:05.633Z | Checking iri-string v0.7.10 |
| 2036 | 2026-05-26T23:45:05.768Z | Checking foldhash v0.2.0 |
| 2037 | 2026-05-26T23:45:05.775Z | Checking hyper v1.8.1 |
| 2038 | 2026-05-26T23:45:05.876Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-05-26T23:45:05.894Z | Checking either v1.15.0 |
| 2040 | 2026-05-26T23:45:05.958Z | Checking hashbrown v0.16.1 |
| 2041 | 2026-05-26T23:45:05.995Z | Checking openapiv3 v2.2.0 |
| 2042 | 2026-05-26T23:45:06.025Z | Checking futures v0.3.32 |
| 2043 | 2026-05-26T23:45:06.104Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-05-26T23:45:06.139Z | Checking static_assertions v1.1.0 |
| 2045 | 2026-05-26T23:45:06.173Z | Checking rustls v0.23.37 |
| 2046 | 2026-05-26T23:45:06.238Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-26T23:45:06.275Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-26T23:45:06.392Z | Checking signature v2.2.0 |
| 2049 | 2026-05-26T23:45:06.476Z | Checking winnow v0.7.14 |
| 2050 | 2026-05-26T23:45:06.514Z | Checking hubpack v0.1.2 |
| 2051 | 2026-05-26T23:45:06.552Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-05-26T23:45:06.696Z | Checking tower-http v0.6.8 |
| 2053 | 2026-05-26T23:45:06.731Z | Checking strum v0.26.3 |
| 2054 | 2026-05-26T23:45:06.761Z | Checking hyper-util v0.1.20 |
| 2055 | 2026-05-26T23:45:06.761Z | Checking psl-types v2.0.11 |
| 2056 | 2026-05-26T23:45:06.868Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-05-26T23:45:06.932Z | Checking publicsuffix v2.3.0 |
| 2058 | 2026-05-26T23:45:06.969Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-05-26T23:45:07.002Z | Checking cookie v0.18.1 |
| 2060 | 2026-05-26T23:45:07.119Z | Checking sha1 v0.10.6 |
| 2061 | 2026-05-26T23:45:07.262Z | Checking num-integer v0.1.46 |
| 2062 | 2026-05-26T23:45:07.298Z | Checking scroll v0.13.0 |
| 2063 | 2026-05-26T23:45:07.301Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-05-26T23:45:07.365Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-05-26T23:45:07.451Z | Checking flate2 v1.1.9 |
| 2066 | 2026-05-26T23:45:07.543Z | Checking toml_datetime v0.6.11 |
| 2067 | 2026-05-26T23:45:07.554Z | Checking goblin v0.10.5 |
| 2068 | 2026-05-26T23:45:07.625Z | Checking serde_spanned v0.6.9 |
| 2069 | 2026-05-26T23:45:07.677Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-26T23:45:07.714Z | Checking base16ct v0.2.0 |
| 2071 | 2026-05-26T23:45:07.748Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-05-26T23:45:07.782Z | Checking foreign-types-shared v0.1.1 |
| 2073 | 2026-05-26T23:45:07.787Z | Checking dtrace-parser v0.3.0 |
| 2074 | 2026-05-26T23:45:07.863Z | Checking ff v0.13.1 |
| 2075 | 2026-05-26T23:45:07.866Z | Checking sec1 v0.7.3 |
| 2076 | 2026-05-26T23:45:07.928Z | Checking foreign-types v0.3.2 |
| 2077 | 2026-05-26T23:45:07.965Z | Checking bit-set v0.8.0 |
| 2078 | 2026-05-26T23:45:08.020Z | Checking openssl-sys v0.9.115 |
| 2079 | 2026-05-26T23:45:08.026Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-05-26T23:45:08.085Z | Checking thread-id v5.1.0 |
| 2081 | 2026-05-26T23:45:08.089Z | Checking group v0.13.0 |
| 2082 | 2026-05-26T23:45:08.149Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-26T23:45:08.152Z | Checking bstr v1.12.1 |
| 2084 | 2026-05-26T23:45:08.221Z | Checking hkdf v0.12.4 |
| 2085 | 2026-05-26T23:45:08.224Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-26T23:45:08.294Z | Checking ahash v0.8.12 |
| 2087 | 2026-05-26T23:45:08.328Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-26T23:45:08.382Z | Checking quick-error v1.2.3 |
| 2089 | 2026-05-26T23:45:08.432Z | Checking openssl v0.10.79 |
| 2090 | 2026-05-26T23:45:08.501Z | Checking rand_xorshift v0.4.0 |
| 2091 | 2026-05-26T23:45:08.541Z | Checking rusty-fork v0.3.1 |
| 2092 | 2026-05-26T23:45:08.543Z | Checking tokio-rustls v0.26.4 |
| 2093 | 2026-05-26T23:45:08.574Z | Checking rustls-platform-verifier v0.6.2 |
| 2094 | 2026-05-26T23:45:08.637Z | Checking scroll v0.12.0 |
| 2095 | 2026-05-26T23:45:08.671Z | Checking unarray v0.1.4 |
| 2096 | 2026-05-26T23:45:08.736Z | Checking num-bigint-dig v0.8.6 |
| 2097 | 2026-05-26T23:45:08.739Z | Checking pkcs1 v0.7.5 |
| 2098 | 2026-05-26T23:45:08.803Z | Checking proptest v1.10.0 |
| 2099 | 2026-05-26T23:45:08.854Z | Checking hyper-rustls v0.27.7 |
| 2100 | 2026-05-26T23:45:08.885Z | Checking goblin v0.8.2 |
| 2101 | 2026-05-26T23:45:09.008Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-26T23:45:09.086Z | Checking reqwest v0.13.2 |
| 2103 | 2026-05-26T23:45:09.253Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-26T23:45:09.564Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-05-26T23:45:09.601Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-05-26T23:45:09.673Z | Checking rsa v0.9.10 |
| 2107 | 2026-05-26T23:45:09.908Z | Checking dof v0.4.0 |
| 2108 | 2026-05-26T23:45:09.943Z | Checking dtrace-parser v0.2.0 |
| 2109 | 2026-05-26T23:45:09.980Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-26T23:45:10.076Z | Checking memoffset v0.9.1 |
| 2111 | 2026-05-26T23:45:10.126Z | Checking thread-id v4.2.2 |
| 2112 | 2026-05-26T23:45:10.159Z | Checking ecdsa v0.16.9 |
| 2113 | 2026-05-26T23:45:10.195Z | Checking curve25519-dalek v4.1.3 |
| 2114 | 2026-05-26T23:45:10.229Z | Checking rustix v0.38.44 |
| 2115 | 2026-05-26T23:45:10.233Z | Checking env_filter v1.0.0 |
| 2116 | 2026-05-26T23:45:10.426Z | Checking toml_write v0.1.2 |
| 2117 | 2026-05-26T23:45:10.431Z | Checking native-tls v0.2.18 |
| 2118 | 2026-05-26T23:45:10.521Z | Checking same-file v1.0.6 |
| 2119 | 2026-05-26T23:45:10.558Z | Checking usdt-impl v0.6.0 |
| 2120 | 2026-05-26T23:45:10.592Z | Checking newtype-uuid v1.3.2 |
| 2121 | 2026-05-26T23:45:10.625Z | Checking keccak v0.1.6 |
| 2122 | 2026-05-26T23:45:10.664Z | Checking walkdir v2.5.0 |
| 2123 | 2026-05-26T23:45:10.670Z | Checking tokio-native-tls v0.3.1 |
| 2124 | 2026-05-26T23:45:10.806Z | Checking dof v0.3.0 |
| 2125 | 2026-05-26T23:45:10.843Z | Checking sha3 v0.10.8 |
| 2126 | 2026-05-26T23:45:10.846Z | Checking daft v0.1.7 |
| 2127 | 2026-05-26T23:45:10.913Z | Checking toml_edit v0.22.27 |
| 2128 | 2026-05-26T23:45:10.916Z | Checking usdt v0.6.0 |
| 2129 | 2026-05-26T23:45:10.916Z | Checking hyper-tls v0.6.0 |
| 2130 | 2026-05-26T23:45:11.004Z | Checking env_logger v0.11.9 |
| 2131 | 2026-05-26T23:45:11.039Z | Checking ed25519 v2.2.3 |
| 2132 | 2026-05-26T23:45:11.079Z | Checking itertools v0.13.0 |
| 2133 | 2026-05-26T23:45:11.118Z | Checking usdt-impl v0.5.0 |
| 2134 | 2026-05-26T23:45:11.147Z | Checking serde_with v3.17.0 |
| 2135 | 2026-05-26T23:45:11.150Z | Checking siphasher v1.0.2 |
| 2136 | 2026-05-26T23:45:11.213Z | Checking reqwest v0.12.28 |
| 2137 | 2026-05-26T23:45:11.216Z | Checking bitflags v1.3.2 |
| 2138 | 2026-05-26T23:45:11.281Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-26T23:45:11.344Z | Checking nix v0.31.2 |
| 2140 | 2026-05-26T23:45:11.377Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-05-26T23:45:11.410Z | Checking unicode-normalization v0.1.25 |
| 2142 | 2026-05-26T23:45:11.537Z | Checking signal-hook v0.3.18 |
| 2143 | 2026-05-26T23:45:11.727Z | Checking managed v0.8.0 |
| 2144 | 2026-05-26T23:45:11.763Z | Checking winnow v0.5.40 |
| 2145 | 2026-05-26T23:45:11.950Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-26T23:45:11.957Z | Checking object v0.37.3 |
| 2147 | 2026-05-26T23:45:11.981Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-26T23:45:12.009Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-05-26T23:45:12.085Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-05-26T23:45:12.122Z | Checking globset v0.4.18 |
| 2151 | 2026-05-26T23:45:12.157Z | Checking hashbrown v0.15.5 |
| 2152 | 2026-05-26T23:45:12.197Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-26T23:45:12.232Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-26T23:45:12.324Z | Checking zip v0.6.6 |
| 2155 | 2026-05-26T23:45:12.375Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-26T23:45:12.409Z | Checking pin-project v1.1.11 |
| 2157 | 2026-05-26T23:45:12.417Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-26T23:45:12.536Z | Checking libbz2-rs-sys v0.2.2 |
| 2159 | 2026-05-26T23:45:12.576Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-26T23:45:12.608Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-26T23:45:12.643Z | Checking similar v2.7.0 |
| 2162 | 2026-05-26T23:45:12.677Z | Checking zopfli v0.8.3 |
| 2163 | 2026-05-26T23:45:12.685Z | Checking tokio-stream v0.1.18 |
| 2164 | 2026-05-26T23:45:12.784Z | Checking fs-err v3.3.0 |
| 2165 | 2026-05-26T23:45:12.903Z | Checking toml_edit v0.19.15 |
| 2166 | 2026-05-26T23:45:12.956Z | Checking bzip2 v0.6.1 |
| 2167 | 2026-05-26T23:45:13.033Z | Checking pem v3.0.6 |
| 2168 | 2026-05-26T23:45:13.068Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-26T23:45:13.115Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-26T23:45:13.166Z | Checking unicode-bidi v0.3.18 |
| 2171 | 2026-05-26T23:45:13.180Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-05-26T23:45:13.229Z | Checking jiff v0.2.21 |
| 2173 | 2026-05-26T23:45:13.313Z | Checking unicode-properties v0.1.4 |
| 2174 | 2026-05-26T23:45:13.323Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-26T23:45:13.345Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-26T23:45:13.360Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-26T23:45:13.477Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-26T23:45:13.511Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-26T23:45:13.516Z | Checking stringprep v0.1.5 |
| 2180 | 2026-05-26T23:45:13.632Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-26T23:45:13.678Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-05-26T23:45:13.721Z | Checking typed-path v0.9.3 |
| 2183 | 2026-05-26T23:45:13.755Z | Checking fallible-iterator v0.2.0 |
| 2184 | 2026-05-26T23:45:13.803Z | Checking normalize-line-endings v0.3.0 |
| 2185 | 2026-05-26T23:45:13.836Z | Checking difflib v0.4.0 |
| 2186 | 2026-05-26T23:45:13.994Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-05-26T23:45:14.000Z | Checking toml v0.7.8 |
| 2188 | 2026-05-26T23:45:14.041Z | Checking predicates v3.1.4 |
| 2189 | 2026-05-26T23:45:14.076Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-05-26T23:45:14.271Z | Checking iddqd v0.4.1 |
| 2191 | 2026-05-26T23:45:14.306Z | Checking phf_shared v0.13.1 |
| 2192 | 2026-05-26T23:45:14.359Z | Checking phf_shared v0.11.3 |
| 2193 | 2026-05-26T23:45:14.413Z | Checking buf-list v1.1.2 |
| 2194 | 2026-05-26T23:45:14.503Z | Checking tough v0.22.0 |
| 2195 | 2026-05-26T23:45:14.538Z | Checking strum v0.27.2 |
| 2196 | 2026-05-26T23:45:14.541Z | Checking precomputed-hash v0.1.1 |
| 2197 | 2026-05-26T23:45:14.541Z | Checking new_debug_unreachable v1.0.6 |
| 2198 | 2026-05-26T23:45:14.639Z | Checking lalrpop-util v0.19.12 |
| 2199 | 2026-05-26T23:45:14.670Z | Checking fixedbitset v0.5.7 |
| 2200 | 2026-05-26T23:45:14.704Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-05-26T23:45:14.737Z | Checking string_cache v0.8.9 |
| 2202 | 2026-05-26T23:45:14.824Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-05-26T23:45:14.878Z | Checking petgraph v0.6.5 |
| 2204 | 2026-05-26T23:45:14.913Z | Checking petgraph v0.8.3 |
| 2205 | 2026-05-26T23:45:14.946Z | Checking phf v0.13.1 |
| 2206 | 2026-05-26T23:45:15.121Z | Checking postgres-types v0.2.12 |
| 2207 | 2026-05-26T23:45:15.201Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-05-26T23:45:15.462Z | Checking peg-runtime v0.8.5 |
| 2209 | 2026-05-26T23:45:15.467Z | Checking zip v4.6.1 |
| 2210 | 2026-05-26T23:45:15.533Z | Checking whoami v2.1.0 |
| 2211 | 2026-05-26T23:45:15.758Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-05-26T23:45:15.762Z | Checking is-terminal v0.4.17 |
| 2213 | 2026-05-26T23:45:15.918Z | Checking crossbeam-channel v0.5.15 |
| 2214 | 2026-05-26T23:45:16.096Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-05-26T23:45:16.162Z | Checking thread_local v1.1.9 |
| 2216 | 2026-05-26T23:45:16.247Z | Checking take_mut v0.2.2 |
| 2217 | 2026-05-26T23:45:16.283Z | Checking term v1.2.1 |
| 2218 | 2026-05-26T23:45:16.354Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-05-26T23:45:16.390Z | Checking slog-async v2.8.0 |
| 2220 | 2026-05-26T23:45:16.500Z | Compiling rustls v0.22.4 |
| 2221 | 2026-05-26T23:45:16.534Z | Checking slog-term v2.9.2 |
| 2222 | 2026-05-26T23:45:16.565Z | Compiling multer v3.1.0 |
| 2223 | 2026-05-26T23:45:16.603Z | Compiling async-stream-impl v0.3.6 |
| 2224 | 2026-05-26T23:45:16.748Z | Compiling dropshot v0.17.0 |
| 2225 | 2026-05-26T23:45:16.816Z | Compiling dropshot_endpoint v0.17.0 |
| 2226 | 2026-05-26T23:45:16.859Z | Checking match_cfg v0.1.0 |
| 2227 | 2026-05-26T23:45:16.954Z | Checking hostname v0.3.1 |
| 2228 | 2026-05-26T23:45:17.028Z | Checking slog-json v2.6.1 |
| 2229 | 2026-05-26T23:45:17.127Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-05-26T23:45:17.127Z | Checking debug-ignore v1.0.5 |
| 2231 | 2026-05-26T23:45:17.169Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2232 | 2026-05-26T23:45:17.199Z | Compiling structmeta v0.3.0 |
| 2233 | 2026-05-26T23:45:17.235Z | Checking rustls-webpki v0.102.8 |
| 2234 | 2026-05-26T23:45:17.238Z | Checking slog-bunyan v2.5.0 |
| 2235 | 2026-05-26T23:45:17.241Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-26T23:45:17.333Z | Checking serde_spanned v1.0.4 |
| 2237 | 2026-05-26T23:45:17.437Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-05-26T23:45:17.441Z | Checking serde_path_to_error v0.1.20 |
| 2239 | 2026-05-26T23:45:17.505Z | Checking compression-core v0.4.31 |
| 2240 | 2026-05-26T23:45:17.510Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2241 | 2026-05-26T23:45:17.510Z | Checking progenitor-client v0.14.0 |
| 2242 | 2026-05-26T23:45:17.603Z | Checking async-stream v0.3.6 |
| 2243 | 2026-05-26T23:45:17.682Z | Checking compression-codecs v0.4.37 |
| 2244 | 2026-05-26T23:45:17.773Z | Checking waitgroup v0.1.2 |
| 2245 | 2026-05-26T23:45:17.798Z | Checking toml v1.0.6+spec-1.1.0 |
| 2246 | 2026-05-26T23:45:17.803Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-05-26T23:45:17.962Z | Checking async-compression v0.4.41 |
| 2248 | 2026-05-26T23:45:18.017Z | Checking hostname v0.4.2 |
| 2249 | 2026-05-26T23:45:18.029Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-26T23:45:18.029Z | Compiling parse-display-derive v0.10.0 |
| 2251 | 2026-05-26T23:45:18.056Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-05-26T23:45:18.122Z | Checking regress v0.10.5 |
| 2253 | 2026-05-26T23:45:18.154Z | Checking itertools v0.14.0 |
| 2254 | 2026-05-26T23:45:18.251Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2255 | 2026-05-26T23:45:18.433Z | Checking macaddr v1.0.1 |
| 2256 | 2026-05-26T23:45:18.580Z | Checking instant v0.1.13 |
| 2257 | 2026-05-26T23:45:18.650Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2258 | 2026-05-26T23:45:18.677Z | Checking backon v1.6.0 |
| 2259 | 2026-05-26T23:45:18.712Z | Checking backoff v0.4.0 |
| 2260 | 2026-05-26T23:45:18.882Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2261 | 2026-05-26T23:45:18.911Z | Checking humantime v2.3.0 |
| 2262 | 2026-05-26T23:45:18.964Z | Checking progenitor-extras v0.2.0 |
| 2263 | 2026-05-26T23:45:19.197Z | Checking progenitor-client v0.10.0 |
| 2264 | 2026-05-26T23:45:19.211Z | Checking tokio-rustls v0.25.0 |
| 2265 | 2026-05-26T23:45:19.211Z | Checking unicode-width v0.2.0 |
| 2266 | 2026-05-26T23:45:19.253Z | Compiling test-strategy v0.4.5 |
| 2267 | 2026-05-26T23:45:19.275Z | Checking heck v0.5.0 |
| 2268 | 2026-05-26T23:45:19.380Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-26T23:45:19.418Z | Checking half v2.7.1 |
| 2270 | 2026-05-26T23:45:19.491Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-26T23:45:19.496Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-26T23:45:19.590Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-26T23:45:19.619Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-26T23:45:19.672Z | Checking universal-hash v0.5.1 |
| 2275 | 2026-05-26T23:45:19.708Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-26T23:45:19.746Z | Checking parse-display v0.10.0 |
| 2277 | 2026-05-26T23:45:19.777Z | Checking opaque-debug v0.3.1 |
| 2278 | 2026-05-26T23:45:19.826Z | Compiling unsafe-libyaml v0.2.11 |
| 2279 | 2026-05-26T23:45:19.841Z | Compiling derive_more v0.99.20 |
| 2280 | 2026-05-26T23:45:19.909Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-26T23:45:19.938Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-26T23:45:20.220Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-26T23:45:20.366Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-05-26T23:45:20.412Z | Checking aead v0.5.2 |
| 2285 | 2026-05-26T23:45:20.584Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-05-26T23:45:20.711Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-26T23:45:20.740Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2288 | 2026-05-26T23:45:20.866Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2026-05-26T23:45:21.003Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2026-05-26T23:45:21.159Z | Compiling typify-impl v0.6.2 |
| 2291 | 2026-05-26T23:45:21.218Z | Checking password-hash v0.5.0 |
| 2292 | 2026-05-26T23:45:21.406Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2026-05-26T23:45:21.513Z | Checking blake2 v0.10.6 |
| 2294 | 2026-05-26T23:45:21.777Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-26T23:45:21.853Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-26T23:45:22.038Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2297 | 2026-05-26T23:45:22.151Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2298 | 2026-05-26T23:45:22.208Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-26T23:45:22.305Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-26T23:45:22.438Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-26T23:45:22.486Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2302 | 2026-05-26T23:45:22.486Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-26T23:45:22.567Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-05-26T23:45:22.640Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-05-26T23:45:22.744Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2306 | 2026-05-26T23:45:22.803Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-26T23:45:22.835Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-26T23:45:23.051Z | Checking toml v0.8.23 |
| 2309 | 2026-05-26T23:45:23.375Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-05-26T23:45:23.422Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-05-26T23:45:23.446Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2312 | 2026-05-26T23:45:23.483Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-26T23:45:23.688Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-26T23:45:23.722Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-26T23:45:23.894Z | Checking glob v0.3.3 |
| 2316 | 2026-05-26T23:45:23.928Z | Compiling heapless v0.8.0 |
| 2317 | 2026-05-26T23:45:24.107Z | Checking colored v3.1.1 |
| 2318 | 2026-05-26T23:45:24.190Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2319 | 2026-05-26T23:45:24.247Z | Compiling proc-macro-crate v3.4.0 |
| 2320 | 2026-05-26T23:45:24.340Z | Compiling ingot-macros v0.1.1 |
| 2321 | 2026-05-26T23:45:24.536Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-26T23:45:24.648Z | Checking unicode-width v0.1.14 |
| 2323 | 2026-05-26T23:45:24.663Z | Compiling smoltcp v0.11.0 |
| 2324 | 2026-05-26T23:45:24.791Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-05-26T23:45:25.043Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-26T23:45:25.081Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-26T23:45:25.113Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-26T23:45:25.127Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-26T23:45:25.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-26T23:45:25.307Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-26T23:45:25.396Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-26T23:45:25.610Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-26T23:45:25.685Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2334 | 2026-05-26T23:45:25.720Z | Compiling typify-macro v0.6.2 |
| 2335 | 2026-05-26T23:45:25.767Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-26T23:45:25.890Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-26T23:45:26.000Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-26T23:45:26.044Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-26T23:45:26.100Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-26T23:45:26.132Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-26T23:45:26.253Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-26T23:45:26.379Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-26T23:45:26.414Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-26T23:45:26.472Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-26T23:45:26.599Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-26T23:45:26.637Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-26T23:45:26.665Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-26T23:45:26.699Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-26T23:45:26.747Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-05-26T23:45:26.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-26T23:45:27.046Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2352 | 2026-05-26T23:45:27.073Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2353 | 2026-05-26T23:45:27.147Z | Checking ingot-types v0.1.2 |
| 2354 | 2026-05-26T23:45:27.183Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-05-26T23:45:27.216Z | Checking rand v0.10.0 |
| 2356 | 2026-05-26T23:45:27.249Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-05-26T23:45:27.373Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2358 | 2026-05-26T23:45:27.464Z | Checking num_enum v0.5.11 |
| 2359 | 2026-05-26T23:45:27.476Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2360 | 2026-05-26T23:45:27.518Z | Compiling typify v0.6.2 |
| 2361 | 2026-05-26T23:45:27.583Z | Checking ingot v0.1.1 |
| 2362 | 2026-05-26T23:45:27.612Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2363 | 2026-05-26T23:45:27.654Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-26T23:45:27.727Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-05-26T23:45:27.821Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2366 | 2026-05-26T23:45:27.892Z | Checking itertools v0.12.1 |
| 2367 | 2026-05-26T23:45:28.008Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-26T23:45:28.352Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2369 | 2026-05-26T23:45:28.548Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2370 | 2026-05-26T23:45:28.600Z | Checking smf v0.2.3 |
| 2371 | 2026-05-26T23:45:28.625Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-26T23:45:28.664Z | Checking tokio-dtrace v0.1.1 |
| 2373 | 2026-05-26T23:45:28.778Z | Compiling derive-where v1.6.0 |
| 2374 | 2026-05-26T23:45:28.849Z | Checking console v0.15.11 |
| 2375 | 2026-05-26T23:45:28.876Z | Checking atomicwrites v0.4.4 |
| 2376 | 2026-05-26T23:45:28.900Z | Checking oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-26T23:45:29.009Z | Checking zone v0.3.1 |
| 2378 | 2026-05-26T23:45:29.019Z | Checking newline-converter v0.3.0 |
| 2379 | 2026-05-26T23:45:29.104Z | Checking num-rational v0.4.2 |
| 2380 | 2026-05-26T23:45:29.246Z | Checking num-complex v0.4.6 |
| 2381 | 2026-05-26T23:45:29.251Z | Checking expectorate v1.2.0 |
| 2382 | 2026-05-26T23:45:29.294Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2383 | 2026-05-26T23:45:29.326Z | Checking float-ord v0.3.2 |
| 2384 | 2026-05-26T23:45:29.368Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-26T23:45:29.407Z | Compiling prettyplease v0.2.37 |
| 2386 | 2026-05-26T23:45:29.458Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-05-26T23:45:29.496Z | Checking num v0.4.3 |
| 2388 | 2026-05-26T23:45:29.559Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-05-26T23:45:29.598Z | Compiling progenitor-impl v0.13.0 |
| 2390 | 2026-05-26T23:45:29.677Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-05-26T23:45:29.887Z | Checking libsw v3.5.0 |
| 2392 | 2026-05-26T23:45:30.090Z | Checking progenitor-client v0.13.0 |
| 2393 | 2026-05-26T23:45:30.159Z | Checking linear-map v1.2.0 |
| 2394 | 2026-05-26T23:45:30.332Z | Compiling progenitor-macro v0.14.0 |
| 2395 | 2026-05-26T23:45:30.362Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2396 | 2026-05-26T23:45:30.483Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2397 | 2026-05-26T23:45:30.510Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-05-26T23:45:30.958Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-26T23:45:31.102Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-05-26T23:45:31.532Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-26T23:45:32.224Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-26T23:45:32.259Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2403 | 2026-05-26T23:45:33.425Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-26T23:45:34.397Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-26T23:45:35.207Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-26T23:45:35.663Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-26T23:45:36.316Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-05-26T23:45:36.343Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2409 | 2026-05-26T23:45:36.546Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-05-26T23:45:36.666Z | Checking smawk v0.3.2 |
| 2411 | 2026-05-26T23:45:36.794Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-26T23:45:36.832Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-26T23:45:36.875Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-26T23:45:37.146Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-26T23:45:37.199Z | Checking progenitor v0.13.0 |
| 2416 | 2026-05-26T23:45:37.287Z | Compiling slog-dtrace v0.3.0 |
| 2417 | 2026-05-26T23:45:37.367Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-05-26T23:45:37.457Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-05-26T23:45:37.823Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2420 | 2026-05-26T23:45:37.867Z | Checking tabled v0.15.0 |
| 2421 | 2026-05-26T23:45:38.063Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2422 | 2026-05-26T23:45:38.141Z | Checking linked-hash-map v0.5.6 |
| 2423 | 2026-05-26T23:45:38.190Z | Checking hickory-proto v0.24.4 |
| 2424 | 2026-05-26T23:45:38.245Z | Checking fd-lock v4.0.4 |
| 2425 | 2026-05-26T23:45:38.309Z | Checking derive_more v2.1.1 |
| 2426 | 2026-05-26T23:45:38.380Z | Checking lru-cache v0.1.2 |
| 2427 | 2026-05-26T23:45:38.420Z | Checking vte v0.14.1 |
| 2428 | 2026-05-26T23:45:38.521Z | Checking crossterm v0.29.0 |
| 2429 | 2026-05-26T23:45:38.550Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-05-26T23:45:38.588Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-05-26T23:45:38.673Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-26T23:45:38.727Z | Checking nu-ansi-term v0.50.3 |
| 2433 | 2026-05-26T23:45:38.793Z | Checking termtree v0.5.1 |
| 2434 | 2026-05-26T23:45:38.844Z | Checking textwrap v0.16.2 |
| 2435 | 2026-05-26T23:45:38.974Z | Checking reedline v0.40.0 |
| 2436 | 2026-05-26T23:45:38.980Z | Compiling minimal-lexical v0.2.1 |
| 2437 | 2026-05-26T23:45:39.029Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-05-26T23:45:39.092Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2439 | 2026-05-26T23:45:39.177Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2026-05-26T23:45:39.296Z | Compiling nom v7.1.3 |
| 2441 | 2026-05-26T23:45:39.510Z | Compiling ar_archive_writer v0.5.1 |
| 2442 | 2026-05-26T23:45:39.663Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-26T23:45:39.766Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-26T23:45:39.876Z | Checking csv v1.4.0 |
| 2445 | 2026-05-26T23:45:40.043Z | Compiling semver v0.1.20 |
| 2446 | 2026-05-26T23:45:40.048Z | Checking hickory-resolver v0.24.4 |
| 2447 | 2026-05-26T23:45:40.145Z | Compiling cfg_aliases v0.1.1 |
| 2448 | 2026-05-26T23:45:40.287Z | Checking highway v1.3.0 |
| 2449 | 2026-05-26T23:45:40.304Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-26T23:45:40.306Z | Compiling rustc_version v0.1.7 |
| 2451 | 2026-05-26T23:45:40.392Z | Compiling psm v0.1.30 |
| 2452 | 2026-05-26T23:45:40.445Z | Checking nibble_vec v0.1.0 |
| 2453 | 2026-05-26T23:45:40.508Z | Checking endian-type v0.1.2 |
| 2454 | 2026-05-26T23:45:40.579Z | Checking home v0.5.12 |
| 2455 | 2026-05-26T23:45:40.609Z | Compiling newtype_derive v0.1.6 |
| 2456 | 2026-05-26T23:45:40.648Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2457 | 2026-05-26T23:45:40.678Z | Checking radix_trie v0.2.1 |
| 2458 | 2026-05-26T23:45:40.753Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2459 | 2026-05-26T23:45:40.795Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2460 | 2026-05-26T23:45:40.826Z | Checking phf_shared v0.12.1 |
| 2461 | 2026-05-26T23:45:40.852Z | Checking qorb v0.4.1 |
| 2462 | 2026-05-26T23:45:40.944Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-26T23:45:40.986Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-26T23:45:41.240Z | Checking phf v0.12.1 |
| 2465 | 2026-05-26T23:45:41.310Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-05-26T23:45:41.373Z | Checking recursive v0.1.1 |
| 2467 | 2026-05-26T23:45:41.406Z | Compiling const_format_proc_macros v0.2.34 |
| 2468 | 2026-05-26T23:45:41.408Z | Compiling peg-macros v0.8.5 |
| 2469 | 2026-05-26T23:45:41.495Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-26T23:45:41.530Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-26T23:45:41.859Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-26T23:45:42.262Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-26T23:45:42.294Z | Checking rustyline v14.0.0 |
| 2474 | 2026-05-26T23:45:42.354Z | Checking sqlparser v0.61.0 |
| 2475 | 2026-05-26T23:45:42.649Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-26T23:45:42.833Z | Checking peg v0.8.5 |
| 2477 | 2026-05-26T23:45:43.048Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-26T23:45:43.156Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2479 | 2026-05-26T23:45:43.178Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-26T23:45:43.345Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-26T23:45:43.379Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2482 | 2026-05-26T23:45:43.382Z | Checking steno v0.4.1 |
| 2483 | 2026-05-26T23:45:43.866Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-26T23:45:43.897Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-26T23:45:43.985Z | Checking tar v0.4.45 |
| 2486 | 2026-05-26T23:45:44.089Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-05-26T23:45:44.295Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-26T23:45:44.333Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-26T23:45:44.457Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-26T23:45:44.823Z | Checking headers v0.4.1 |
| 2491 | 2026-05-26T23:45:44.848Z | Checking yasna v0.5.2 |
| 2492 | 2026-05-26T23:45:44.848Z | Checking dropshot-api-manager-types v0.7.2 |
| 2493 | 2026-05-26T23:45:44.872Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-26T23:45:45.029Z | Checking moka v0.12.13 |
| 2495 | 2026-05-26T23:45:45.064Z | Checking rcgen v0.12.1 |
| 2496 | 2026-05-26T23:45:45.095Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-26T23:45:45.263Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-26T23:45:45.574Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2499 | 2026-05-26T23:45:45.589Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-05-26T23:45:45.589Z | Checking tungstenite v0.21.0 |
| 2501 | 2026-05-26T23:45:45.734Z | Checking hickory-resolver v0.25.2 |
| 2502 | 2026-05-26T23:45:45.778Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-26T23:45:45.970Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-05-26T23:45:46.143Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2505 | 2026-05-26T23:45:46.269Z | Compiling radium v0.7.0 |
| 2506 | 2026-05-26T23:45:46.290Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2507 | 2026-05-26T23:45:46.318Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2508 | 2026-05-26T23:45:46.415Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-26T23:45:46.498Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-05-26T23:45:46.555Z | Compiling maybe-uninit v2.0.0 |
| 2511 | 2026-05-26T23:45:46.615Z | Checking tap v1.0.1 |
| 2512 | 2026-05-26T23:45:46.765Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2513 | 2026-05-26T23:45:46.845Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2514 | 2026-05-26T23:45:46.845Z | Checking wyz v0.5.1 |
| 2515 | 2026-05-26T23:45:46.973Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2516 | 2026-05-26T23:45:47.002Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-26T23:45:47.002Z | Checking funty v2.0.0 |
| 2518 | 2026-05-26T23:45:47.002Z | Checking crc-catalog v2.4.0 |
| 2519 | 2026-05-26T23:45:47.049Z | Compiling packed_struct v0.10.1 |
| 2520 | 2026-05-26T23:45:47.081Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2521 | 2026-05-26T23:45:47.110Z | Checking crc v3.4.0 |
| 2522 | 2026-05-26T23:45:47.542Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-26T23:45:47.666Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-05-26T23:45:47.666Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-05-26T23:45:47.901Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-26T23:45:48.201Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-05-26T23:45:48.507Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-26T23:45:48.748Z | Checking nodrop v0.1.14 |
| 2529 | 2026-05-26T23:45:48.860Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-05-26T23:45:48.860Z | Checking smallvec v0.6.14 |
| 2531 | 2026-05-26T23:45:48.860Z | Checking array-init v0.0.4 |
| 2532 | 2026-05-26T23:45:48.969Z | Checking bitfield v0.19.4 |
| 2533 | 2026-05-26T23:45:49.064Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-05-26T23:45:49.183Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-26T23:45:49.270Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-26T23:45:49.447Z | Checking ron v0.8.1 |
| 2537 | 2026-05-26T23:45:49.465Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2538 | 2026-05-26T23:45:50.348Z | Checking hashbrown v0.13.2 |
| 2539 | 2026-05-26T23:45:50.551Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2540 | 2026-05-26T23:45:50.551Z | Checking crc-any v2.5.0 |
| 2541 | 2026-05-26T23:45:50.551Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-26T23:45:50.551Z | Compiling xshell-macros v0.2.7 |
| 2543 | 2026-05-26T23:45:50.551Z | Checking path-slash v0.1.5 |
| 2544 | 2026-05-26T23:45:50.558Z | Checking object v0.30.4 |
| 2545 | 2026-05-26T23:45:50.559Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-05-26T23:45:50.648Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-26T23:45:50.692Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2548 | 2026-05-26T23:45:50.943Z | Checking half v1.8.3 |
| 2549 | 2026-05-26T23:45:51.025Z | Compiling num-derive v0.3.3 |
| 2550 | 2026-05-26T23:45:51.175Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2551 | 2026-05-26T23:45:51.176Z | Checking serde_cbor v0.11.2 |
| 2552 | 2026-05-26T23:45:51.535Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-26T23:45:51.959Z | Checking libscf-sys v1.1.0 |
| 2554 | 2026-05-26T23:45:52.030Z | Compiling proc-macro-error2 v2.0.1 |
| 2555 | 2026-05-26T23:45:52.030Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2556 | 2026-05-26T23:45:52.046Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2557 | 2026-05-26T23:45:52.230Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-26T23:45:52.262Z | Compiling tabled_derive v0.11.0 |
| 2559 | 2026-05-26T23:45:52.275Z | Checking testing_table v0.3.0 |
| 2560 | 2026-05-26T23:45:52.323Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2561 | 2026-05-26T23:45:52.410Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-26T23:45:53.195Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-05-26T23:45:53.289Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2564 | 2026-05-26T23:45:53.290Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-05-26T23:45:53.290Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-26T23:45:53.290Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-26T23:45:53.534Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-26T23:45:53.670Z | Checking crc8 v0.1.1 |
| 2569 | 2026-05-26T23:45:53.670Z | Checking tabled v0.20.0 |
| 2570 | 2026-05-26T23:45:53.670Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2571 | 2026-05-26T23:45:53.685Z | Compiling git-stub-vcs v0.1.0 |
| 2572 | 2026-05-26T23:45:53.831Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2573 | 2026-05-26T23:45:54.050Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-26T23:45:54.140Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-26T23:45:54.241Z | Checking unicase v2.9.0 |
| 2576 | 2026-05-26T23:45:54.319Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2577 | 2026-05-26T23:45:54.320Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-05-26T23:45:54.353Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2579 | 2026-05-26T23:45:54.743Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-05-26T23:45:54.859Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-05-26T23:45:54.969Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-26T23:45:55.014Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2583 | 2026-05-26T23:45:55.014Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-05-26T23:45:59.440Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-05-26T23:45:59.685Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-26T23:45:59.685Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-26T23:45:59.686Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-05-26T23:45:59.686Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-05-26T23:45:59.686Z | Checking kstat-rs v0.2.4 |
| 2590 | 2026-05-26T23:45:59.687Z | Checking arc-swap v1.8.2 |
| 2591 | 2026-05-26T23:45:59.804Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-26T23:45:59.804Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-26T23:45:59.804Z | Checking slog-scope v4.4.1 |
| 2594 | 2026-05-26T23:45:59.804Z | Compiling parking_lot_core v0.8.6 |
| 2595 | 2026-05-26T23:45:59.804Z | Checking slog-stdlog v4.1.1 |
| 2596 | 2026-05-26T23:45:59.804Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2597 | 2026-05-26T23:45:59.804Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-05-26T23:45:59.805Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-26T23:45:59.805Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-26T23:45:59.805Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2601 | 2026-05-26T23:45:59.805Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-05-26T23:45:59.805Z | Compiling crunchy v0.2.4 |
| 2603 | 2026-05-26T23:45:59.805Z | Checking parking_lot v0.11.2 |
| 2604 | 2026-05-26T23:45:59.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2605 | 2026-05-26T23:45:59.805Z | Compiling dirs-next v2.0.0 |
| 2606 | 2026-05-26T23:45:59.805Z | Compiling clang-sys v1.8.1 |
| 2607 | 2026-05-26T23:45:59.805Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2608 | 2026-05-26T23:45:59.805Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2609 | 2026-05-26T23:45:59.806Z | Checking prefix-trie v0.7.0 |
| 2610 | 2026-05-26T23:45:59.806Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-05-26T23:45:59.806Z | Checking hickory-server v0.25.2 |
| 2612 | 2026-05-26T23:45:59.806Z | Checking sled v0.34.7 |
| 2613 | 2026-05-26T23:45:59.806Z | Compiling term v0.7.0 |
| 2614 | 2026-05-26T23:45:59.806Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-05-26T23:45:59.806Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-05-26T23:45:59.806Z | Compiling typify-impl v0.4.3 |
| 2617 | 2026-05-26T23:45:59.806Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2618 | 2026-05-26T23:45:59.806Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2619 | 2026-05-26T23:45:59.806Z | Checking nanorand v0.7.0 |
| 2620 | 2026-05-26T23:45:59.807Z | Compiling bit-vec v0.6.3 |
| 2621 | 2026-05-26T23:45:59.807Z | Compiling salty v0.3.0 |
| 2622 | 2026-05-26T23:45:59.807Z | Checking flume v0.11.1 |
| 2623 | 2026-05-26T23:45:59.807Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-26T23:45:59.807Z | Compiling ascii-canvas v3.0.0 |
| 2625 | 2026-05-26T23:45:59.808Z | Checking primeorder v0.13.6 |
| 2626 | 2026-05-26T23:45:59.808Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-26T23:45:59.808Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-26T23:45:59.808Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-26T23:45:59.808Z | Compiling bindgen v0.71.1 |
| 2630 | 2026-05-26T23:45:59.808Z | Compiling regex-syntax v0.6.29 |
| 2631 | 2026-05-26T23:45:59.808Z | Compiling diff v0.1.13 |
| 2632 | 2026-05-26T23:45:59.856Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2633 | 2026-05-26T23:46:00.038Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-05-26T23:46:00.229Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-05-26T23:46:00.270Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-05-26T23:46:00.495Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-05-26T23:46:00.898Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-26T23:46:00.930Z | Checking diesel v2.3.7 |
| 2639 | 2026-05-26T23:46:01.086Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2640 | 2026-05-26T23:46:01.178Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2026-05-26T23:46:01.303Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-26T23:46:01.649Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2643 | 2026-05-26T23:46:01.823Z | Checking p384 v0.13.1 |
| 2644 | 2026-05-26T23:46:02.017Z | Compiling typify-macro v0.4.3 |
| 2645 | 2026-05-26T23:46:02.262Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-26T23:46:02.823Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-26T23:46:03.784Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-26T23:46:03.863Z | Compiling indoc v1.0.9 |
| 2649 | 2026-05-26T23:46:03.930Z | Checking assert_matches v1.5.0 |
| 2650 | 2026-05-26T23:46:04.035Z | Checking parse-size v1.1.0 |
| 2651 | 2026-05-26T23:46:04.128Z | Compiling progenitor-impl v0.11.2 |
| 2652 | 2026-05-26T23:46:04.190Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2653 | 2026-05-26T23:46:04.361Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-26T23:46:04.655Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-05-26T23:46:04.945Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-05-26T23:46:05.049Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-26T23:46:05.088Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-05-26T23:46:05.488Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-05-26T23:46:05.562Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-05-26T23:46:05.656Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-05-26T23:46:06.462Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-05-26T23:46:06.670Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-05-26T23:46:06.778Z | Compiling progenitor-macro v0.11.2 |
| 2664 | 2026-05-26T23:46:07.118Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2665 | 2026-05-26T23:46:07.127Z | Checking progenitor-client v0.11.2 |
| 2666 | 2026-05-26T23:46:07.210Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2667 | 2026-05-26T23:46:07.369Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2668 | 2026-05-26T23:46:07.450Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2669 | 2026-05-26T23:46:08.081Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=50ed531201ea5f85115141a2203d551fbbdaa3da#50ed5312) |
| 2670 | 2026-05-26T23:46:09.217Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2671 | 2026-05-26T23:46:09.220Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2672 | 2026-05-26T23:46:09.465Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-26T23:46:09.801Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-05-26T23:46:10.198Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-05-26T23:46:10.235Z | Compiling mime_guess v2.0.5 |
| 2676 | 2026-05-26T23:46:10.467Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2677 | 2026-05-26T23:46:10.803Z | Checking http-range v0.1.5 |
| 2678 | 2026-05-26T23:46:11.189Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-26T23:46:11.611Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-05-26T23:46:11.666Z | Checking progenitor v0.11.2 |
| 2681 | 2026-05-26T23:46:11.839Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2682 | 2026-05-26T23:46:11.939Z | Checking bb8 v0.8.6 |
| 2683 | 2026-05-26T23:46:12.069Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-26T23:46:12.249Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2685 | 2026-05-26T23:46:12.298Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-05-26T23:46:12.342Z | Checking atty v0.2.14 |
| 2687 | 2026-05-26T23:46:12.474Z | Checking corncobs v0.1.4 |
| 2688 | 2026-05-26T23:46:12.636Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-05-26T23:46:12.973Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-26T23:46:13.124Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2691 | 2026-05-26T23:46:13.364Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-26T23:46:13.539Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2693 | 2026-05-26T23:46:13.592Z | Checking ignore v0.4.25 |
| 2694 | 2026-05-26T23:46:13.733Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2695 | 2026-05-26T23:46:14.041Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-26T23:46:14.156Z | Checking secrecy v0.8.0 |
| 2697 | 2026-05-26T23:46:14.608Z | Checking globwalk v0.9.1 |
| 2698 | 2026-05-26T23:46:14.682Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-26T23:46:14.821Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2026-05-26T23:46:14.928Z | Checking diesel-dtrace v0.5.0 |
| 2701 | 2026-05-26T23:46:15.002Z | Checking async-bb8-diesel v0.2.1 |
| 2702 | 2026-05-26T23:46:15.136Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2703 | 2026-05-26T23:46:15.195Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2704 | 2026-05-26T23:46:15.380Z | Checking nonempty v0.12.0 |
| 2705 | 2026-05-26T23:46:15.577Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2706 | 2026-05-26T23:46:15.654Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-05-26T23:46:15.775Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-05-26T23:46:15.857Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-05-26T23:46:15.926Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-05-26T23:46:16.089Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-05-26T23:46:16.530Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2712 | 2026-05-26T23:46:16.570Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2713 | 2026-05-26T23:46:16.834Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2714 | 2026-05-26T23:46:16.968Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2715 | 2026-05-26T23:46:17.056Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2716 | 2026-05-26T23:46:17.138Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2717 | 2026-05-26T23:46:17.320Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-05-26T23:46:17.513Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2719 | 2026-05-26T23:46:17.636Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2720 | 2026-05-26T23:46:17.770Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2721 | 2026-05-26T23:46:17.948Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2722 | 2026-05-26T23:46:17.991Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2723 | 2026-05-26T23:46:18.060Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-05-26T23:46:18.102Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2725 | 2026-05-26T23:46:18.178Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2726 | 2026-05-26T23:46:18.499Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2727 | 2026-05-26T23:46:18.655Z | Checking tungstenite v0.23.0 |
| 2728 | 2026-05-26T23:46:18.791Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-05-26T23:46:19.108Z | Checking tokio-tungstenite v0.23.1 |
| 2730 | 2026-05-26T23:46:19.415Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2731 | 2026-05-26T23:46:19.835Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2732 | 2026-05-26T23:46:19.994Z | Checking rand_seeder v0.4.0 |
| 2733 | 2026-05-26T23:46:20.174Z | Checking void v1.0.2 |
| 2734 | 2026-05-26T23:46:20.209Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2735 | 2026-05-26T23:46:20.333Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2736 | 2026-05-26T23:46:20.347Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2737 | 2026-05-26T23:46:20.347Z | Checking lzss v0.8.2 |
| 2738 | 2026-05-26T23:46:20.402Z | Checking nix v0.27.1 |
| 2739 | 2026-05-26T23:46:20.497Z | Checking serde_bytes v0.11.19 |
| 2740 | 2026-05-26T23:46:20.572Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2741 | 2026-05-26T23:46:20.708Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2742 | 2026-05-26T23:46:20.943Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2743 | 2026-05-26T23:46:21.497Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2744 | 2026-05-26T23:46:21.574Z | Checking is_ci v1.2.0 |
| 2745 | 2026-05-26T23:46:21.743Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2746 | 2026-05-26T23:46:21.810Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2747 | 2026-05-26T23:46:22.044Z | Checking yansi v1.0.1 |
| 2748 | 2026-05-26T23:46:22.376Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2749 | 2026-05-26T23:46:22.429Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2750 | 2026-05-26T23:46:22.604Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-05-26T23:46:22.649Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-05-26T23:46:22.716Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-05-26T23:46:22.987Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-05-26T23:46:23.772Z | Compiling indoc v2.0.7 |
| 2755 | 2026-05-26T23:46:23.965Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2756 | 2026-05-26T23:46:24.236Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-05-26T23:46:24.330Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-26T23:46:24.479Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-05-26T23:46:24.726Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-05-26T23:46:24.860Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-26T23:46:25.088Z | Compiling instability v0.3.11 |
| 2762 | 2026-05-26T23:46:25.244Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-26T23:46:25.429Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2764 | 2026-05-26T23:46:25.476Z | Checking castaway v0.2.4 |
| 2765 | 2026-05-26T23:46:25.556Z | Compiling darling_macro v0.23.0 |
| 2766 | 2026-05-26T23:46:25.587Z | Checking compact_str v0.8.1 |
| 2767 | 2026-05-26T23:46:26.023Z | Checking supports-color v3.0.2 |
| 2768 | 2026-05-26T23:46:26.104Z | Compiling darling v0.23.0 |
| 2769 | 2026-05-26T23:46:26.124Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2770 | 2026-05-26T23:46:26.437Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2771 | 2026-05-26T23:46:26.529Z | Checking unicode-truncate v1.1.0 |
| 2772 | 2026-05-26T23:46:26.708Z | Checking console v0.16.2 |
| 2773 | 2026-05-26T23:46:26.708Z | Checking lru v0.12.5 |
| 2774 | 2026-05-26T23:46:26.839Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-26T23:46:26.951Z | Checking unit-prefix v0.5.2 |
| 2776 | 2026-05-26T23:46:27.044Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-26T23:46:27.132Z | Checking indicatif v0.18.4 |
| 2778 | 2026-05-26T23:46:27.203Z | Checking ratatui v0.29.0 |
| 2779 | 2026-05-26T23:46:27.242Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-05-26T23:46:27.564Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2781 | 2026-05-26T23:46:27.806Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-05-26T23:46:28.471Z | Compiling vergen-git2 v9.1.0 |
| 2783 | 2026-05-26T23:46:28.576Z | Checking plotters-backend v0.3.7 |
| 2784 | 2026-05-26T23:46:28.737Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2785 | 2026-05-26T23:46:28.797Z | Checking plotters-svg v0.3.7 |
| 2786 | 2026-05-26T23:46:28.970Z | Compiling rustls v0.21.12 |
| 2787 | 2026-05-26T23:46:28.973Z | Checking cast v0.3.0 |
| 2788 | 2026-05-26T23:46:29.186Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-26T23:46:29.308Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-26T23:46:29.405Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2791 | 2026-05-26T23:46:29.459Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2792 | 2026-05-26T23:46:29.692Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2793 | 2026-05-26T23:46:29.989Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2794 | 2026-05-26T23:46:30.091Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2795 | 2026-05-26T23:46:30.165Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2796 | 2026-05-26T23:46:30.363Z | Checking colored v2.2.0 |
| 2797 | 2026-05-26T23:46:30.405Z | Checking sct v0.7.1 |
| 2798 | 2026-05-26T23:46:30.543Z | Checking rustls-webpki v0.101.7 |
| 2799 | 2026-05-26T23:46:30.558Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-05-26T23:46:30.824Z | Checking oorandom v11.1.5 |
| 2801 | 2026-05-26T23:46:30.874Z | Checking shell-words v1.1.1 |
| 2802 | 2026-05-26T23:46:30.899Z | Checking anes v0.1.6 |
| 2803 | 2026-05-26T23:46:31.050Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2804 | 2026-05-26T23:46:31.135Z | Checking criterion v0.7.0 |
| 2805 | 2026-05-26T23:46:32.422Z | Checking typeid v1.0.3 |
| 2806 | 2026-05-26T23:46:32.466Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2807 | 2026-05-26T23:46:32.570Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2808 | 2026-05-26T23:46:33.248Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2809 | 2026-05-26T23:46:34.070Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-26T23:46:34.263Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-05-26T23:46:34.598Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-26T23:46:34.831Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-05-26T23:46:35.006Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-05-26T23:46:35.239Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-05-26T23:46:35.578Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-05-26T23:46:35.656Z | Checking serde-untagged v0.1.9 |
| 2817 | 2026-05-26T23:46:35.846Z | Checking serde-value v0.7.0 |
| 2818 | 2026-05-26T23:46:35.880Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-05-26T23:46:36.088Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-05-26T23:46:36.608Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-05-26T23:46:36.805Z | Checking fatfs v0.3.6 |
| 2822 | 2026-05-26T23:46:37.117Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-05-26T23:46:37.251Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-26T23:46:37.305Z | Compiling seq-macro v0.3.6 |
| 2825 | 2026-05-26T23:46:37.437Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-05-26T23:46:37.829Z | Checking unicode-xid v0.2.6 |
| 2827 | 2026-05-26T23:46:38.006Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-05-26T23:46:38.502Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-05-26T23:46:38.826Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-05-26T23:46:38.887Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-26T23:46:38.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-26T23:46:39.020Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-26T23:46:39.494Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-05-26T23:46:39.723Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-05-26T23:46:39.817Z | Checking parking v2.2.1 |
| 2836 | 2026-05-26T23:46:39.887Z | Checking rpassword v7.4.0 |
| 2837 | 2026-05-26T23:46:39.932Z | Checking event-listener v5.4.1 |
| 2838 | 2026-05-26T23:46:40.192Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-05-26T23:46:40.415Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-05-26T23:46:40.442Z | Checking polyval v0.6.2 |
| 2841 | 2026-05-26T23:46:40.588Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-05-26T23:46:40.634Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-05-26T23:46:40.772Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-26T23:46:40.854Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-05-26T23:46:40.927Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-26T23:46:41.023Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-05-26T23:46:41.248Z | Checking ctr v0.9.2 |
| 2848 | 2026-05-26T23:46:41.450Z | Checking futures-timer v3.0.3 |
| 2849 | 2026-05-26T23:46:41.618Z | Checking arrayref v0.3.9 |
| 2850 | 2026-05-26T23:46:41.659Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-05-26T23:46:41.724Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-05-26T23:46:41.829Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-05-26T23:46:41.989Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-26T23:46:42.021Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-26T23:46:42.444Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-05-26T23:46:42.458Z | Compiling samael v0.0.19 |
| 2857 | 2026-05-26T23:46:42.708Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2858 | 2026-05-26T23:46:43.002Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-05-26T23:46:43.242Z | Checking blowfish v0.9.1 |
| 2860 | 2026-05-26T23:46:43.443Z | Compiling strsim v0.10.0 |
| 2861 | 2026-05-26T23:46:43.630Z | Compiling darling_core v0.13.4 |
| 2862 | 2026-05-26T23:46:43.796Z | Checking bcrypt-pbkdf v0.10.0 |
| 2863 | 2026-05-26T23:46:43.991Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-05-26T23:46:44.238Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-05-26T23:46:44.326Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-26T23:46:44.704Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-26T23:46:45.360Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-05-26T23:46:45.394Z | Checking password-hash v0.4.2 |
| 2869 | 2026-05-26T23:46:45.554Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-05-26T23:46:45.561Z | Checking path-tree v0.8.3 |
| 2871 | 2026-05-26T23:46:45.639Z | Checking gimli v0.32.3 |
| 2872 | 2026-05-26T23:46:45.691Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-05-26T23:46:45.759Z | Compiling target-lexicon v0.13.3 |
| 2874 | 2026-05-26T23:46:45.868Z | Checking httpmock v0.8.3 |
| 2875 | 2026-05-26T23:46:46.360Z | Checking pbkdf2 v0.11.0 |
| 2876 | 2026-05-26T23:46:46.562Z | Compiling darling_macro v0.13.4 |
| 2877 | 2026-05-26T23:46:47.072Z | Checking ssh-key v0.6.7 |
| 2878 | 2026-05-26T23:46:47.199Z | Checking addr2line v0.25.1 |
| 2879 | 2026-05-26T23:46:47.896Z | Checking p256 v0.13.2 |
| 2880 | 2026-05-26T23:46:48.052Z | Checking p521 v0.13.3 |
| 2881 | 2026-05-26T23:46:48.091Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-05-26T23:46:48.386Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-05-26T23:46:48.557Z | Compiling guppy-workspace-hack v0.1.0 |
| 2884 | 2026-05-26T23:46:48.694Z | Checking rustc-demangle v0.1.27 |
| 2885 | 2026-05-26T23:46:48.773Z | Checking md5 v0.7.0 |
| 2886 | 2026-05-26T23:46:48.962Z | Checking backtrace v0.3.76 |
| 2887 | 2026-05-26T23:46:48.990Z | Checking russh-keys v0.45.0 |
| 2888 | 2026-05-26T23:46:49.076Z | Compiling darling v0.13.4 |
| 2889 | 2026-05-26T23:46:49.291Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-05-26T23:46:49.405Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-05-26T23:46:49.453Z | Checking des v0.8.1 |
| 2892 | 2026-05-26T23:46:49.636Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-05-26T23:46:49.668Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-26T23:46:49.671Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-05-26T23:46:50.112Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-05-26T23:46:50.288Z | Checking cfg-expr v0.20.6 |
| 2897 | 2026-05-26T23:46:50.397Z | Checking russh v0.45.0 |
| 2898 | 2026-05-26T23:46:50.539Z | Checking backtrace-ext v0.2.1 |
| 2899 | 2026-05-26T23:46:50.668Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-05-26T23:46:50.772Z | Checking supports-color v2.1.0 |
| 2901 | 2026-05-26T23:46:50.803Z | Checking textwrap v0.15.2 |
| 2902 | 2026-05-26T23:46:50.934Z | Checking supports-unicode v2.1.0 |
| 2903 | 2026-05-26T23:46:51.041Z | Checking supports-hyperlinks v2.1.0 |
| 2904 | 2026-05-26T23:46:51.081Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-05-26T23:46:51.189Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-05-26T23:46:51.418Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-05-26T23:46:51.532Z | Checking socket2 v0.5.10 |
| 2908 | 2026-05-26T23:46:51.586Z | Checking terminal_size v0.1.17 |
| 2909 | 2026-05-26T23:46:51.630Z | Compiling miette-derive v5.10.0 |
| 2910 | 2026-05-26T23:46:51.780Z | Checking internet-checksum v0.2.1 |
| 2911 | 2026-05-26T23:46:51.811Z | Checking owo-colors v3.5.0 |
| 2912 | 2026-05-26T23:46:52.320Z | Checking cargo_metadata v0.23.1 |
| 2913 | 2026-05-26T23:46:52.371Z | Checking chumsky v0.9.3 |
| 2914 | 2026-05-26T23:46:52.777Z | Checking miette v5.10.0 |
| 2915 | 2026-05-26T23:46:53.102Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-05-26T23:46:53.449Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-05-26T23:46:53.632Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-05-26T23:46:53.708Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-05-26T23:46:54.043Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-05-26T23:46:54.212Z | Compiling git2 v0.20.4 |
| 2921 | 2026-05-26T23:46:54.262Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2922 | 2026-05-26T23:46:54.298Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2923 | 2026-05-26T23:46:54.449Z | Compiling knuffel-derive v3.2.0 |
| 2924 | 2026-05-26T23:46:54.484Z | Checking httptest v0.16.4 |
| 2925 | 2026-05-26T23:46:54.527Z | Checking pathdiff v0.2.3 |
| 2926 | 2026-05-26T23:46:54.669Z | Checking topological-sort v0.2.2 |
| 2927 | 2026-05-26T23:46:54.836Z | Checking nested v0.1.1 |
| 2928 | 2026-05-26T23:46:54.878Z | Checking omicron-zone-package v0.12.2 |
| 2929 | 2026-05-26T23:46:55.008Z | Checking guppy v0.17.25 |
| 2930 | 2026-05-26T23:46:55.161Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2931 | 2026-05-26T23:46:55.792Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-05-26T23:46:55.981Z | Checking knuffel v3.2.0 |
| 2933 | 2026-05-26T23:46:55.984Z | Checking similar-asserts v1.7.0 |
| 2934 | 2026-05-26T23:46:56.054Z | Compiling target-triple v1.0.0 |
| 2935 | 2026-05-26T23:46:56.200Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2936 | 2026-05-26T23:46:56.448Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-26T23:46:56.641Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-26T23:46:56.823Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2939 | 2026-05-26T23:46:56.997Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2940 | 2026-05-26T23:46:57.226Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-26T23:46:57.462Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-26T23:46:57.608Z | Compiling assert_cmd v2.1.2 |
| 2943 | 2026-05-26T23:46:57.618Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2944 | 2026-05-26T23:46:57.688Z | Compiling polar-core v0.27.3 |
| 2945 | 2026-05-26T23:46:57.722Z | Checking escape8259 v0.5.3 |
| 2946 | 2026-05-26T23:46:57.891Z | Checking libtest-mimic v0.8.1 |
| 2947 | 2026-05-26T23:46:58.298Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2948 | 2026-05-26T23:46:58.313Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2949 | 2026-05-26T23:46:58.408Z | Checking blake2b_simd v1.0.4 |
| 2950 | 2026-05-26T23:46:58.822Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2951 | 2026-05-26T23:46:59.012Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2952 | 2026-05-26T23:46:59.241Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-05-26T23:46:59.407Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2954 | 2026-05-26T23:46:59.628Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2955 | 2026-05-26T23:46:59.765Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2956 | 2026-05-26T23:47:00.005Z | Checking fancy-regex v0.14.0 |
| 2957 | 2026-05-26T23:47:00.214Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-05-26T23:47:00.386Z | Checking approx v0.5.1 |
| 2959 | 2026-05-26T23:47:00.472Z | Checking uzers v0.12.2 |
| 2960 | 2026-05-26T23:47:00.553Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-05-26T23:47:00.726Z | Checking termcolor v1.4.1 |
| 2962 | 2026-05-26T23:47:00.852Z | Compiling linkme-impl v0.3.35 |
| 2963 | 2026-05-26T23:47:00.960Z | Checking constant_time_eq v0.3.1 |
| 2964 | 2026-05-26T23:47:01.102Z | Checking rust-argon2 v2.1.0 |
| 2965 | 2026-05-26T23:47:01.237Z | Checking trybuild v1.0.116 |
| 2966 | 2026-05-26T23:47:01.459Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-26T23:47:02.005Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-26T23:47:02.305Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-26T23:47:02.357Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-26T23:47:02.567Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-05-26T23:47:02.663Z | Checking oso v0.27.3 |
| 2972 | 2026-05-26T23:47:02.838Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2973 | 2026-05-26T23:47:03.064Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2974 | 2026-05-26T23:47:03.067Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2975 | 2026-05-26T23:47:03.341Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2976 | 2026-05-26T23:47:03.376Z | Checking drift v0.2.0 |
| 2977 | 2026-05-26T23:47:03.545Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-05-26T23:47:03.581Z | Checking multimap v0.10.1 |
| 2979 | 2026-05-26T23:47:03.612Z | Compiling linkme v0.3.35 |
| 2980 | 2026-05-26T23:47:03.766Z | Compiling relative-path v1.9.3 |
| 2981 | 2026-05-26T23:47:03.797Z | Checking dropshot-api-manager v0.7.2 |
| 2982 | 2026-05-26T23:47:04.618Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-26T23:47:05.027Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-26T23:47:05.053Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-26T23:47:05.474Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-26T23:47:05.668Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-26T23:47:05.707Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-26T23:47:05.711Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-26T23:47:05.775Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-26T23:47:06.204Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-26T23:47:06.422Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-26T23:47:06.461Z | Checking termios v0.3.3 |
| 2993 | 2026-05-26T23:47:06.556Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-26T23:47:07.134Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2995 | 2026-05-26T23:47:07.706Z | Checking rstest v0.25.0 |
| 2996 | 2026-05-26T23:47:08.781Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2997 | 2026-05-26T23:47:09.046Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-05-26T23:47:12.283Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-26T23:47:16.410Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-26T23:47:18.097Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3001 | 2026-05-26T23:47:18.889Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-05-26T23:47:20.553Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-05-26T23:47:25.305Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-05-26T23:47:30.485Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-05-26T23:47:33.589Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-05-26T23:47:34.563Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-05-26T23:47:35.494Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3008 | 2026-05-26T23:47:35.966Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-05-26T23:47:44.961Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-05-26T23:48:55.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3011 | 2026-05-26T23:48:55.671Z | |
| 3012 | 2026-05-26T23:48:55.671Z | real 4:04.820829304 |
| 3013 | 2026-05-26T23:48:55.672Z | user 21:10.656627420 |
| 3014 | 2026-05-26T23:48:55.672Z | sys 4:54.191004681 |
| 3015 | 2026-05-26T23:48:55.672Z | trap 0.486705215 |
| 3016 | 2026-05-26T23:48:55.672Z | tflt 1.299417421 |
| 3017 | 2026-05-26T23:48:55.672Z | dflt 0.814498516 |
| 3018 | 2026-05-26T23:48:55.672Z | kflt 0.026745480 |
| 3019 | 2026-05-26T23:48:55.674Z | lock 58:09.032216191 |
| 3020 | 2026-05-26T23:48:55.675Z | slp 58:19.294624851 |
| 3021 | 2026-05-26T23:48:55.675Z | lat 1:51.643722533 |
| 3022 | 2026-05-26T23:48:55.675Z | stop 10:43.821257050 |
| 3023 | 2026-05-26T23:48:55.675Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-05-26T23:48:55.675Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-05-26T23:48:56.530Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-05-26T23:48:56.530Z | | |
| 3027 | 2026-05-26T23:48:56.530Z | = 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-26T23:48:56.530Z | = 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-26T23:48:57.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-26T23:48:57.750Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-05-26T23:48:57.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-05-26T23:48:57.860Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-05-26T23:48:57.973Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-05-26T23:48:58.019Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3035 | 2026-05-26T23:48:58.044Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-05-26T23:48:58.048Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3037 | 2026-05-26T23:48:58.133Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-05-26T23:48:58.243Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-26T23:48:58.284Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-26T23:48:58.323Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-26T23:48:58.347Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-05-26T23:48:58.410Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-05-26T23:48:58.434Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3044 | 2026-05-26T23:48:58.459Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-05-26T23:48:58.504Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3046 | 2026-05-26T23:48:58.529Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3047 | 2026-05-26T23:48:58.532Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-05-26T23:48:58.574Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-05-26T23:48:58.876Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3050 | 2026-05-26T23:48:59.116Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2026-05-26T23:48:59.208Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-26T23:48:59.266Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-05-26T23:48:59.307Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-05-26T23:48:59.354Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3055 | 2026-05-26T23:48:59.494Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3056 | 2026-05-26T23:48:59.541Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3057 | 2026-05-26T23:48:59.660Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3058 | 2026-05-26T23:48:59.683Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3059 | 2026-05-26T23:48:59.864Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-05-26T23:48:59.889Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-05-26T23:48:59.975Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-05-26T23:49:00.118Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3063 | 2026-05-26T23:49:00.143Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3064 | 2026-05-26T23:49:00.168Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3065 | 2026-05-26T23:49:00.349Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3066 | 2026-05-26T23:49:00.417Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3067 | 2026-05-26T23:49:00.579Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-05-26T23:49:00.833Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2026-05-26T23:49:00.879Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3070 | 2026-05-26T23:49:00.922Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-26T23:49:01.158Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-26T23:49:01.201Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-05-26T23:49:01.347Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-05-26T23:49:01.377Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-26T23:49:01.454Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-26T23:49:01.479Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-26T23:49:01.583Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3078 | 2026-05-26T23:49:01.678Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3079 | 2026-05-26T23:49:01.725Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-05-26T23:49:01.755Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-05-26T23:49:01.815Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3082 | 2026-05-26T23:49:01.911Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3083 | 2026-05-26T23:49:01.964Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3084 | 2026-05-26T23:49:01.988Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3085 | 2026-05-26T23:49:02.016Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3086 | 2026-05-26T23:49:02.016Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3087 | 2026-05-26T23:49:02.110Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3088 | 2026-05-26T23:49:02.166Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3089 | 2026-05-26T23:49:02.188Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3090 | 2026-05-26T23:49:02.417Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3091 | 2026-05-26T23:49:02.730Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3092 | 2026-05-26T23:49:02.811Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3093 | 2026-05-26T23:49:03.105Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3094 | 2026-05-26T23:49:03.234Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3095 | 2026-05-26T23:49:03.406Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3096 | 2026-05-26T23:49:03.604Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-05-26T23:49:03.666Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3098 | 2026-05-26T23:49:03.698Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3099 | 2026-05-26T23:49:03.957Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3100 | 2026-05-26T23:49:03.982Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3101 | 2026-05-26T23:49:04.063Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3102 | 2026-05-26T23:49:04.319Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3103 | 2026-05-26T23:49:04.753Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3104 | 2026-05-26T23:49:05.058Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3105 | 2026-05-26T23:49:05.368Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3106 | 2026-05-26T23:49:05.492Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3107 | 2026-05-26T23:49:05.551Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3108 | 2026-05-26T23:49:06.138Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3109 | 2026-05-26T23:49:06.183Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3110 | 2026-05-26T23:49:06.235Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3111 | 2026-05-26T23:49:06.389Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3112 | 2026-05-26T23:49:06.492Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3113 | 2026-05-26T23:49:06.636Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3114 | 2026-05-26T23:49:06.639Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3115 | 2026-05-26T23:49:06.824Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3116 | 2026-05-26T23:49:06.855Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3117 | 2026-05-26T23:49:06.913Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3118 | 2026-05-26T23:49:07.194Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3119 | 2026-05-26T23:49:07.223Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3120 | 2026-05-26T23:49:07.246Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3121 | 2026-05-26T23:49:07.267Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3122 | 2026-05-26T23:49:07.425Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3123 | 2026-05-26T23:49:07.494Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3124 | 2026-05-26T23:49:07.517Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-05-26T23:49:07.517Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3126 | 2026-05-26T23:49:07.585Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3127 | 2026-05-26T23:49:07.736Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-05-26T23:49:07.833Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-05-26T23:49:07.855Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-05-26T23:49:07.892Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-05-26T23:49:07.947Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3132 | 2026-05-26T23:49:08.038Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3133 | 2026-05-26T23:49:08.156Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3134 | 2026-05-26T23:49:08.203Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3135 | 2026-05-26T23:49:08.249Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3136 | 2026-05-26T23:49:08.360Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3137 | 2026-05-26T23:49:08.452Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3138 | 2026-05-26T23:49:08.677Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-26T23:49:08.699Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-05-26T23:49:09.155Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-05-26T23:49:09.265Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-05-26T23:49:09.287Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3143 | 2026-05-26T23:49:09.311Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3144 | 2026-05-26T23:49:10.070Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-05-26T23:49:10.564Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-05-26T23:49:10.685Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-05-26T23:49:11.321Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3148 | 2026-05-26T23:49:11.399Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-05-26T23:49:11.596Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-05-26T23:49:11.701Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3151 | 2026-05-26T23:49:11.864Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3152 | 2026-05-26T23:49:12.277Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3153 | 2026-05-26T23:49:12.511Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2026-05-26T23:49:12.746Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3155 | 2026-05-26T23:49:12.826Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3156 | 2026-05-26T23:49:12.999Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3157 | 2026-05-26T23:49:13.322Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-05-26T23:49:13.548Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-05-26T23:49:13.633Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-05-26T23:49:14.062Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-05-26T23:49:14.722Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-05-26T23:49:14.747Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-05-26T23:49:14.789Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-05-26T23:49:15.572Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-05-26T23:49:15.797Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-05-26T23:49:16.203Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-05-26T23:49:16.496Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-05-26T23:49:17.164Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-05-26T23:49:17.760Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-26T23:49:17.921Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-05-26T23:49:18.068Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-05-26T23:49:18.327Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-26T23:49:18.379Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3174 | 2026-05-26T23:49:18.466Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3175 | 2026-05-26T23:49:18.599Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3176 | 2026-05-26T23:49:18.669Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3177 | 2026-05-26T23:49:18.801Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3178 | 2026-05-26T23:49:19.272Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3179 | 2026-05-26T23:49:19.541Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3180 | 2026-05-26T23:49:19.981Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3181 | 2026-05-26T23:49:20.143Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3182 | 2026-05-26T23:49:20.191Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3183 | 2026-05-26T23:49:20.297Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3184 | 2026-05-26T23:49:20.746Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-05-26T23:49:20.896Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-05-26T23:49:21.571Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3187 | 2026-05-26T23:49:22.262Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-05-26T23:49:24.191Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3189 | 2026-05-26T23:49:24.365Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3190 | 2026-05-26T23:49:26.126Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-05-26T23:49:26.453Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3192 | 2026-05-26T23:49:26.739Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3193 | 2026-05-26T23:49:26.896Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3194 | 2026-05-26T23:49:27.293Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-05-26T23:49:27.366Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-05-26T23:49:27.481Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3197 | 2026-05-26T23:49:27.841Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3198 | 2026-05-26T23:49:28.037Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3199 | 2026-05-26T23:49:28.222Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3200 | 2026-05-26T23:49:28.248Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3201 | 2026-05-26T23:49:28.454Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3202 | 2026-05-26T23:49:28.509Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3203 | 2026-05-26T23:49:28.757Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3204 | 2026-05-26T23:49:28.948Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3205 | 2026-05-26T23:49:29.077Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-05-26T23:49:29.335Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3207 | 2026-05-26T23:49:29.943Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3208 | 2026-05-26T23:49:30.053Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3209 | 2026-05-26T23:49:30.206Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3210 | 2026-05-26T23:49:31.007Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3211 | 2026-05-26T23:49:31.053Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3212 | 2026-05-26T23:49:31.772Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-05-26T23:49:32.657Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3214 | 2026-05-26T23:49:32.920Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-05-26T23:49:34.036Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3216 | 2026-05-26T23:49:34.631Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3217 | 2026-05-26T23:49:36.112Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3218 | 2026-05-26T23:49:36.661Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3219 | 2026-05-26T23:49:37.017Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3220 | 2026-05-26T23:49:37.420Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-05-26T23:49:38.160Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3222 | 2026-05-26T23:49:40.226Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3223 | 2026-05-26T23:49:41.561Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3224 | 2026-05-26T23:49:41.605Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3225 | 2026-05-26T23:49:41.663Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3226 | 2026-05-26T23:49:42.155Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3227 | 2026-05-26T23:49:43.986Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3228 | 2026-05-26T23:49:45.087Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3229 | 2026-05-26T23:49:45.340Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3230 | 2026-05-26T23:49:46.095Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3231 | 2026-05-26T23:49:47.002Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3232 | 2026-05-26T23:49:47.387Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3233 | 2026-05-26T23:49:49.464Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3234 | 2026-05-26T23:49:50.196Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-05-26T23:49:52.633Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3236 | 2026-05-26T23:49:54.013Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3237 | 2026-05-26T23:49:55.375Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3238 | 2026-05-26T23:49:56.021Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3239 | 2026-05-26T23:49:56.228Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3240 | 2026-05-26T23:49:56.630Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3241 | 2026-05-26T23:49:57.042Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3242 | 2026-05-26T23:49:57.894Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3243 | 2026-05-26T23:49:59.733Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3244 | 2026-05-26T23:50:00.184Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3245 | 2026-05-26T23:50:00.694Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3246 | 2026-05-26T23:50:01.286Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3247 | 2026-05-26T23:50:01.714Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3248 | 2026-05-26T23:50:02.752Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3249 | 2026-05-26T23:50:02.912Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-05-26T23:50:06.097Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3251 | 2026-05-26T23:50:06.689Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3252 | 2026-05-26T23:50:07.228Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3253 | 2026-05-26T23:50:09.143Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3254 | 2026-05-26T23:50:09.526Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3255 | 2026-05-26T23:50:11.846Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-05-26T23:50:12.075Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-05-26T23:50:12.741Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-05-26T23:50:14.271Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3259 | 2026-05-26T23:50:15.541Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3260 | 2026-05-26T23:50:16.483Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-05-26T23:50:17.745Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3262 | 2026-05-26T23:50:18.952Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3263 | 2026-05-26T23:50:20.414Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-05-26T23:50:21.545Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-05-26T23:50:23.976Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3266 | 2026-05-26T23:50:24.651Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3267 | 2026-05-26T23:50:26.357Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3268 | 2026-05-26T23:50:27.743Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3269 | 2026-05-26T23:50:30.786Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3270 | 2026-05-26T23:50:34.062Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3271 | 2026-05-26T23:50:35.697Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3272 | 2026-05-26T23:50:39.378Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3273 | 2026-05-26T23:50:40.371Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3274 | 2026-05-26T23:50:41.335Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3275 | 2026-05-26T23:50:42.018Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3276 | 2026-05-26T23:50:43.597Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3277 | 2026-05-26T23:50:45.461Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3278 | 2026-05-26T23:50:47.046Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3279 | 2026-05-26T23:50:49.107Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3280 | 2026-05-26T23:50:50.777Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3281 | 2026-05-26T23:50:52.399Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3282 | 2026-05-26T23:50:54.357Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3283 | 2026-05-26T23:50:55.779Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3284 | 2026-05-26T23:50:57.418Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3285 | 2026-05-26T23:50:59.133Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3286 | 2026-05-26T23:51:00.756Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3287 | 2026-05-26T23:51:02.460Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3288 | 2026-05-26T23:51:04.036Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3289 | 2026-05-26T23:51:05.873Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-05-26T23:51:07.348Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-26T23:51:09.386Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-05-26T23:51:11.190Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3293 | 2026-05-26T23:51:12.859Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3294 | 2026-05-26T23:51:14.642Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3295 | 2026-05-26T23:51:16.841Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-05-26T23:51:18.606Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-05-26T23:51:20.713Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3298 | 2026-05-26T23:51:22.334Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3299 | 2026-05-26T23:51:25.843Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3300 | 2026-05-26T23:51:26.582Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3301 | 2026-05-26T23:51:29.532Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3302 | 2026-05-26T23:51:31.390Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3303 | 2026-05-26T23:51:33.548Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3304 | 2026-05-26T23:51:35.754Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3305 | 2026-05-26T23:51:37.897Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3306 | 2026-05-26T23:51:40.106Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3307 | 2026-05-26T23:51:42.298Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3308 | 2026-05-26T23:51:44.749Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3309 | 2026-05-26T23:51:46.653Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3310 | 2026-05-26T23:51:48.825Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3311 | 2026-05-26T23:51:51.470Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3312 | 2026-05-26T23:51:53.275Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3313 | 2026-05-26T23:51:55.425Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-05-26T23:51:57.595Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3315 | 2026-05-26T23:51:59.944Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3316 | 2026-05-26T23:52:02.091Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3317 | 2026-05-26T23:52:04.402Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3318 | 2026-05-26T23:52:06.626Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3319 | 2026-05-26T23:52:08.894Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3320 | 2026-05-26T23:52:11.164Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3321 | 2026-05-26T23:52:13.434Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3322 | 2026-05-26T23:52:15.711Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3323 | 2026-05-26T23:52:17.963Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3324 | 2026-05-26T23:52:20.187Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3325 | 2026-05-26T23:52:22.387Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3326 | 2026-05-26T23:52:25.265Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3327 | 2026-05-26T23:52:27.344Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3328 | 2026-05-26T23:52:29.738Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3329 | 2026-05-26T23:52:32.177Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3330 | 2026-05-26T23:52:34.640Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3331 | 2026-05-26T23:52:37.216Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3332 | 2026-05-26T23:52:39.644Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3333 | 2026-05-26T23:52:41.994Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-05-26T23:52:44.331Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3335 | 2026-05-26T23:52:46.842Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-05-26T23:52:49.267Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3337 | 2026-05-26T23:52:51.617Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3338 | 2026-05-26T23:52:54.075Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-05-26T23:52:56.626Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3340 | 2026-05-26T23:52:58.962Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3341 | 2026-05-26T23:53:01.381Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3342 | 2026-05-26T23:53:03.919Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-05-26T23:53:06.527Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3344 | 2026-05-26T23:53:08.964Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3345 | 2026-05-26T23:53:11.516Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3346 | 2026-05-26T23:53:14.193Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-05-26T23:53:16.675Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3348 | 2026-05-26T23:53:19.237Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3349 | 2026-05-26T23:53:21.685Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3350 | 2026-05-26T23:53:24.283Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3351 | 2026-05-26T23:53:26.841Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3352 | 2026-05-26T23:53:29.755Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3353 | 2026-05-26T23:53:32.137Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3354 | 2026-05-26T23:53:34.789Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3355 | 2026-05-26T23:53:42.164Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3356 | 2026-05-26T23:53:42.348Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3357 | 2026-05-26T23:53:45.774Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3358 | 2026-05-26T23:53:50.330Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3359 | 2026-05-26T23:53:53.193Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3360 | 2026-05-26T23:53:56.911Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3361 | 2026-05-26T23:54:00.487Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3362 | 2026-05-26T23:54:04.339Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3363 | 2026-05-26T23:54:07.890Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3364 | 2026-05-26T23:54:11.638Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3365 | 2026-05-26T23:54:15.237Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3366 | 2026-05-26T23:54:18.893Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3367 | 2026-05-26T23:54:22.530Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3368 | 2026-05-26T23:54:26.200Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3369 | 2026-05-26T23:54:29.917Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3370 | 2026-05-26T23:54:33.593Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3371 | 2026-05-26T23:54:37.250Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3372 | 2026-05-26T23:54:41.011Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3373 | 2026-05-26T23:54:44.589Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3374 | 2026-05-26T23:54:48.277Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3375 | 2026-05-26T23:54:51.929Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3376 | 2026-05-26T23:54:55.648Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-05-26T23:54:59.353Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-05-26T23:55:03.191Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-05-26T23:55:32.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 36s |
| 3380 | 2026-05-26T23:55:32.793Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3381 | 2026-05-26T23:55:32.898Z | |
| 3382 | 2026-05-26T23:55:32.913Z | real 6:37.130422446 |
| 3383 | 2026-05-26T23:55:32.913Z | user 17:35.311844300 |
| 3384 | 2026-05-26T23:55:32.913Z | sys 3:46.631266982 |
| 3385 | 2026-05-26T23:55:32.913Z | trap 0.244602964 |
| 3386 | 2026-05-26T23:55:32.913Z | tflt 0.092771527 |
| 3387 | 2026-05-26T23:55:32.913Z | dflt 0.020762225 |
| 3388 | 2026-05-26T23:55:32.913Z | kflt 0.000030463 |
| 3389 | 2026-05-26T23:55:32.913Z | lock 6:06:03.713277847 |
| 3390 | 2026-05-26T23:55:32.913Z | slp 2:13:25.800494482 |
| 3391 | 2026-05-26T23:55:32.913Z | lat 40.522682098 |
| 3392 | 2026-05-26T23:55:32.913Z | stop 1:43.020246646 |
| 3393 | 2026-05-26T23:55:32.913Z | process exited: duration 781476 ms, exit code 0 |
| |
| 3394 | 2026-05-26T23:55:32.941Z | found 0 output files |