|
|
|
| 1 | 2026-06-08T20:15:32.829Z | job assigned to worker 01KTMDZ95VX66A0SJDX5GQTKR9 [factory aws, i-04ffed131b0c3099d] (queued for 52 s) |
| |
| 2 | 2026-06-08T20:15:39.063Z | starting task 0: "setup" |
| 3 | 2026-06-08T20:15:39.067Z | ++ uname -s |
| 4 | 2026-06-08T20:15:39.076Z | + kern=SunOS |
| 5 | 2026-06-08T20:15:39.076Z | + build_user=build |
| 6 | 2026-06-08T20:15:39.076Z | + build_uid=12345 |
| 7 | 2026-06-08T20:15:39.076Z | + work_dir=/work |
| 8 | 2026-06-08T20:15:39.076Z | + input_dir=/input |
| 9 | 2026-06-08T20:15:39.076Z | + [[ 0 == 12345 ]] |
| 10 | 2026-06-08T20:15:39.076Z | + case "$kern" in |
| 11 | 2026-06-08T20:15:39.076Z | + groupadd -g 12345 build |
| 12 | 2026-06-08T20:15:39.079Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-06-08T20:15:41.075Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-06-08T20:15:41.182Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-06-08T20:15:41.184Z | + home_fs=zfs |
| 16 | 2026-06-08T20:15:41.184Z | + [[ zfs == autofs ]] |
| 17 | 2026-06-08T20:15:41.184Z | + mkdir -p /home/build |
| 18 | 2026-06-08T20:15:41.184Z | + chown build:build /home/build /work |
| 19 | 2026-06-08T20:15:43.185Z | + chmod 0700 /home/build /work |
| 20 | 2026-06-08T20:15:43.188Z | process exited: duration 4125 ms, exit code 0 |
| |
| 21 | 2026-06-08T20:15:43.195Z | starting task 1: "rust-toolchain" |
| 22 | 2026-06-08T20:15:43.198Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-06-08T20:15:43.198Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-06-08T20:15:43.198Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-06-08T20:15:43.198Z | * rust toolchain channel = "1.94.0" |
| 26 | 2026-06-08T20:15:43.198Z | * rust toolchain profile = "default" |
| 27 | 2026-06-08T20:15:43.198Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-06-08T20:15:43.202Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-06-08T20:15:43.202Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-06-08T20:15:43.254Z | info: downloading installer |
| 31 | 2026-06-08T20:15:44.541Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-06-08T20:15:44.541Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-06-08T20:15:44.541Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-06-08T20:15:44.541Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-06-08T20:15:44.556Z | info: profile set to default |
| 36 | 2026-06-08T20:15:44.556Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-06-08T20:15:44.559Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-06-08T20:15:44.686Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-06-08T20:15:44.689Z | info: downloading 6 components |
| 40 | 2026-06-08T20:15:58.554Z | |
| 41 | 2026-06-08T20:15:58.554Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-06-08T20:15:58.592Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-06-08T20:15:58.592Z | |
| 44 | 2026-06-08T20:15:58.592Z | |
| 45 | 2026-06-08T20:15:58.592Z | Rust is installed now. Great! |
| 46 | 2026-06-08T20:15:58.592Z | |
| 47 | 2026-06-08T20:15:58.592Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-06-08T20:15:58.595Z | environment variable. This has not been done automatically. |
| 49 | 2026-06-08T20:15:58.595Z | |
| 50 | 2026-06-08T20:15:58.595Z | To configure your current shell, you need to source |
| 51 | 2026-06-08T20:15:58.595Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-06-08T20:15:58.595Z | |
| 53 | 2026-06-08T20:15:58.595Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-06-08T20:15:58.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-06-08T20:15:58.595Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-06-08T20:15:58.595Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-06-08T20:15:58.595Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-06-08T20:15:58.595Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-06-08T20:15:58.595Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-06-08T20:15:58.595Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-06-08T20:15:58.595Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-06-08T20:15:58.682Z | + rustup --version |
| 63 | 2026-06-08T20:15:58.692Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-06-08T20:15:58.695Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-06-08T20:15:58.712Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-06-08T20:15:58.715Z | + cargo --version |
| 67 | 2026-06-08T20:15:58.728Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-06-08T20:15:58.732Z | + rustc --version |
| 69 | 2026-06-08T20:15:58.751Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-06-08T20:15:58.754Z | process exited: duration 15558 ms, exit code 0 |
| |
| 71 | 2026-06-08T20:15:58.762Z | starting task 2: "authentication" |
| 72 | 2026-06-08T20:15:58.778Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-06-08T20:15:58.784Z | starting task 3: "clone repository" |
| 74 | 2026-06-08T20:15:58.787Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-06-08T20:15:58.792Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-06-08T20:15:58.825Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-06-08T20:16:55.065Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-06-08T20:16:55.065Z | + git fetch origin 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 79 | 2026-06-08T20:16:55.515Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-06-08T20:16:55.515Z | * branch 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 -> FETCH_HEAD |
| 81 | 2026-06-08T20:16:55.676Z | + [[ -n mergeconflict/fm-sitrepguardedinsert ]] |
| 82 | 2026-06-08T20:16:55.676Z | ++ git branch --show-current |
| 83 | 2026-06-08T20:16:55.676Z | + current=main |
| 84 | 2026-06-08T20:16:55.676Z | + [[ main != mergeconflict/fm-sitrepguardedinsert ]] |
| 85 | 2026-06-08T20:16:55.676Z | + git branch -f mergeconflict/fm-sitrepguardedinsert 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 86 | 2026-06-08T20:16:55.677Z | + git checkout -f mergeconflict/fm-sitrepguardedinsert |
| 87 | 2026-06-08T20:16:55.918Z | Switched to branch 'mergeconflict/fm-sitrepguardedinsert' |
| 88 | 2026-06-08T20:16:55.918Z | + git reset --hard 3ff799da2b053e4cbbc0f5b680bd56eb39e5d974 |
| 89 | 2026-06-08T20:16:55.918Z | HEAD is now at 3ff799da2 fmt |
| 90 | 2026-06-08T20:16:55.918Z | process exited: duration 56920 ms, exit code 0 |
| |
| 91 | 2026-06-08T20:16:56.254Z | starting task 4: "build" |
| 92 | 2026-06-08T20:16:56.488Z | + source ./env.sh |
| 93 | 2026-06-08T20:16:56.488Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-06-08T20:16:56.488Z | ++ set -o xtrace |
| 95 | 2026-06-08T20:16:56.488Z | ++++ dirname ./env.sh |
| 96 | 2026-06-08T20:16:56.488Z | +++ readlink -f . |
| 97 | 2026-06-08T20:16:56.489Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ 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-06-08T20:16:56.489Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-06-08T20:16:56.489Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-06-08T20:16:56.489Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-06-08T20:16:56.489Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-06-08T20:16:56.489Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-06-08T20:16:56.490Z | + cargo --version |
| 112 | 2026-06-08T20:16:56.490Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-06-08T20:16:56.490Z | + rustc --version |
| 114 | 2026-06-08T20:16:56.490Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-06-08T20:16:56.490Z | + banner prerequisites |
| 116 | 2026-06-08T20:16:56.490Z | |
| 117 | 2026-06-08T20:16:56.490Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-06-08T20:16:56.490Z | # # # # # # # # # # # # # # # |
| 119 | 2026-06-08T20:16:56.490Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-06-08T20:16:56.492Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-06-08T20:16:56.492Z | # # # # # # # # # # # # # # # |
| 122 | 2026-06-08T20:16:56.492Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-06-08T20:16:56.492Z | |
| 124 | 2026-06-08T20:16:56.492Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-06-08T20:16:58.200Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-06-08T20:16:58.312Z | Startup: Caching catalogs ... Done |
| 127 | 2026-06-08T20:16:58.550Z | Planning: Solver setup ... Done (0.281s) |
| 128 | 2026-06-08T20:16:58.749Z | Planning: Running solver ... Done (0.020s) |
| 129 | 2026-06-08T20:16:58.749Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-06-08T20:16:58.749Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-06-08T20:16:58.749Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-06-08T20:16:58.749Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-06-08T20:16:58.749Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-06-08T20:16:58.812Z | Planning: Checking for conflicting actions ... Done (0.185s) |
| 135 | 2026-06-08T20:16:58.813Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-06-08T20:16:59.538Z | Planning: Evaluating mediators ... Done (0.793s) |
| 137 | 2026-06-08T20:16:59.629Z | Planning: Planning completed in 1.35 seconds |
| 138 | 2026-06-08T20:16:59.630Z | Packages to install: 2 |
| 139 | 2026-06-08T20:16:59.630Z | Estimated space available: 156.07 GB |
| 140 | 2026-06-08T20:16:59.630Z | Estimated space to be consumed: 25.33 MB |
| 141 | 2026-06-08T20:16:59.630Z | Create boot environment: No |
| 142 | 2026-06-08T20:16:59.630Z | Create backup boot environment: No |
| 143 | 2026-06-08T20:16:59.630Z | Rebuild boot archive: No |
| 144 | 2026-06-08T20:16:59.630Z | |
| 145 | 2026-06-08T20:16:59.630Z | Changed packages: |
| 146 | 2026-06-08T20:16:59.630Z | helios |
| 147 | 2026-06-08T20:16:59.630Z | developer/build-essential |
| 148 | 2026-06-08T20:16:59.630Z | None -> 11-3.0 |
| 149 | 2026-06-08T20:16:59.631Z | library/libxmlsec1 |
| 150 | 2026-06-08T20:16:59.631Z | None -> 1.2.35-3.0 |
| 151 | 2026-06-08T20:16:59.631Z | |
| 152 | 2026-06-08T20:16:59.631Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-06-08T20:17:02.473Z | Download: Completed 1.28 MB in 2.95 seconds (444k/s) |
| 154 | 2026-06-08T20:17:02.563Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-06-08T20:17:02.666Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-06-08T20:17:02.771Z | Finalize: Updating package state database ... Done (0.008s) |
| 157 | 2026-06-08T20:17:02.771Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-06-08T20:17:02.772Z | Finalize: Updating image state ... Done (0.023s) |
| 159 | 2026-06-08T20:17:05.037Z | Finalize: Creating fast lookup database ... Done (2.352s) |
| 160 | 2026-06-08T20:17:05.077Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-06-08T20:17:05.078Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-06-08T20:17:05.159Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-06-08T20:17:05.482Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-06-08T20:17:05.566Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-06-08T20:17:05.604Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-06-08T20:17:05.726Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-06-08T20:17:05.736Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-06-08T20:17:05.748Z | Mediators to change: 2 |
| 169 | 2026-06-08T20:17:05.765Z | Create boot environment: No |
| 170 | 2026-06-08T20:17:05.766Z | Create backup boot environment: No |
| 171 | 2026-06-08T20:17:05.809Z | Finalize: Updating package state database ... Done |
| 172 | 2026-06-08T20:17:05.809Z | Finalize: Updating package cache ... Done |
| 173 | 2026-06-08T20:17:05.817Z | Finalize: Updating image state ... Done |
| 174 | 2026-06-08T20:17:07.794Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-06-08T20:17:07.853Z | Finalize: Reading search index ... Done |
| 176 | 2026-06-08T20:17:07.864Z | Finalize: Updating search index ... Done |
| 177 | 2026-06-08T20:17:07.936Z | Finalize: Updating package cache ... Done |
| 178 | 2026-06-08T20:17:08.242Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-06-08T20:17:08.322Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-06-08T20:17:08.326Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-06-08T20:17:08.478Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-06-08T20:17:08.482Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-06-08T20:17:08.538Z | Mediators to change: 1 |
| 184 | 2026-06-08T20:17:08.588Z | Create boot environment: No |
| 185 | 2026-06-08T20:17:08.588Z | Create backup boot environment: No |
| 186 | 2026-06-08T20:17:08.604Z | Finalize: Updating package state database ... Done |
| 187 | 2026-06-08T20:17:08.604Z | Finalize: Updating package cache ... Done |
| 188 | 2026-06-08T20:17:08.604Z | Finalize: Updating image state ... Done |
| 189 | 2026-06-08T20:17:10.536Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-06-08T20:17:10.594Z | Finalize: Reading search index ... Done |
| 191 | 2026-06-08T20:17:10.601Z | Finalize: Updating search index ... Done |
| 192 | 2026-06-08T20:17:10.684Z | Finalize: Updating package cache ... Done |
| 193 | 2026-06-08T20:17:10.984Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-06-08T20:17:10.984Z | apache system 2.4 system |
| 195 | 2026-06-08T20:17:10.984Z | clang system 15 system |
| 196 | 2026-06-08T20:17:10.984Z | csh system system illumos |
| 197 | 2026-06-08T20:17:10.984Z | ctags system system illumos |
| 198 | 2026-06-08T20:17:10.984Z | file vendor vendor darwinsys |
| 199 | 2026-06-08T20:17:10.984Z | file system system illumos |
| 200 | 2026-06-08T20:17:10.984Z | gcc vendor 14 vendor |
| 201 | 2026-06-08T20:17:10.984Z | gcc system 13 system |
| 202 | 2026-06-08T20:17:10.984Z | gcc system 10 system |
| 203 | 2026-06-08T20:17:10.984Z | go system 1.25 system |
| 204 | 2026-06-08T20:17:10.984Z | llvm system 15 system |
| 205 | 2026-06-08T20:17:10.984Z | mariadb system 11.4 system |
| 206 | 2026-06-08T20:17:10.984Z | mta vendor vendor dma |
| 207 | 2026-06-08T20:17:10.984Z | openjdk system 17 system |
| 208 | 2026-06-08T20:17:10.984Z | openjdk system 11 system |
| 209 | 2026-06-08T20:17:10.985Z | openssl vendor 3 vendor |
| 210 | 2026-06-08T20:17:10.985Z | perl system 5.40 system |
| 211 | 2026-06-08T20:17:10.985Z | postgresql system 18 system |
| 212 | 2026-06-08T20:17:10.985Z | postgresql system 17 system |
| 213 | 2026-06-08T20:17:10.985Z | python vendor 3 vendor |
| 214 | 2026-06-08T20:17:10.985Z | python system 2 system |
| 215 | 2026-06-08T20:17:10.985Z | python3 vendor 3.13 vendor |
| 216 | 2026-06-08T20:17:10.985Z | ruby system 3.4 system |
| 217 | 2026-06-08T20:17:10.985Z | ruby system 3.0 system |
| 218 | 2026-06-08T20:17:10.985Z | words vendor vendor american-english |
| 219 | 2026-06-08T20:17:10.985Z | words system system australian-english |
| 220 | 2026-06-08T20:17:10.985Z | words system system british-english |
| 221 | 2026-06-08T20:17:10.985Z | words system system canadian-english |
| 222 | 2026-06-08T20:17:10.985Z | words system system french |
| 223 | 2026-06-08T20:17:10.985Z | words system system italian |
| 224 | 2026-06-08T20:17:10.986Z | words system system ngerman |
| 225 | 2026-06-08T20:17:10.986Z | words system system ogerman |
| 226 | 2026-06-08T20:17:10.986Z | words system system spanish |
| 227 | 2026-06-08T20:17:11.253Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-06-08T20:17:11.253Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-06-08T20:17:11.533Z | FMRI IFO |
| 230 | 2026-06-08T20:17:11.533Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-06-08T20:17:11.533Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-06-08T20:17:11.533Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-06-08T20:17:11.534Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-06-08T20:17:11.534Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-06-08T20:17:11.534Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-06-08T20:17:11.534Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-06-08T20:17:11.534Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-06-08T20:17:11.534Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-06-08T20:17:11.814Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-06-08T20:17:12.066Z | Updating crates.io index |
| 241 | 2026-06-08T20:17:12.101Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-06-08T20:17:12.831Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-06-08T20:17:13.196Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-06-08T20:17:13.675Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-06-08T20:17:14.950Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-06-08T20:17:15.550Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-06-08T20:17:17.083Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-06-08T20:17:18.302Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-06-08T20:17:18.755Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-06-08T20:17:20.311Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-06-08T20:17:20.720Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-06-08T20:17:21.228Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-06-08T20:17:21.529Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-06-08T20:17:22.592Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-06-08T20:17:23.370Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-06-08T20:17:23.738Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-06-08T20:17:24.111Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-06-08T20:17:24.398Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-06-08T20:17:24.908Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-06-08T20:17:25.176Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-06-08T20:17:25.401Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-06-08T20:17:25.661Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-06-08T20:17:26.108Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-06-08T20:17:26.451Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-06-08T20:17:26.906Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-06-08T20:17:27.486Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-06-08T20:17:27.774Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-06-08T20:17:28.100Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-06-08T20:17:28.397Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-06-08T20:17:30.037Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-06-08T20:17:30.547Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 272 | 2026-06-08T20:17:30.930Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-06-08T20:17:31.254Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-06-08T20:17:31.618Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-06-08T20:17:31.941Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-06-08T20:17:32.219Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 277 | 2026-06-08T20:17:32.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-06-08T20:17:33.061Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-06-08T20:17:33.308Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-06-08T20:17:33.573Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-06-08T20:17:33.982Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 282 | 2026-06-08T20:17:51.041Z | Downloading crates ... |
| 283 | 2026-06-08T20:17:51.102Z | Downloaded cfg-if v1.0.4 |
| 284 | 2026-06-08T20:17:51.107Z | Downloaded macaddr v1.0.1 |
| 285 | 2026-06-08T20:17:51.110Z | Downloaded anstream v1.0.0 |
| 286 | 2026-06-08T20:17:51.118Z | Downloaded utf8_iter v1.0.4 |
| 287 | 2026-06-08T20:17:51.121Z | Downloaded thread-id v4.2.2 |
| 288 | 2026-06-08T20:17:51.121Z | Downloaded camino v1.2.2 |
| 289 | 2026-06-08T20:17:51.121Z | Downloaded proc-macro2 v1.0.106 |
| 290 | 2026-06-08T20:17:51.121Z | Downloaded digest v0.10.7 |
| 291 | 2026-06-08T20:17:51.121Z | Downloaded tempfile v3.25.0 |
| 292 | 2026-06-08T20:17:51.121Z | Downloaded writeable v0.6.2 |
| 293 | 2026-06-08T20:17:51.127Z | Downloaded pest v2.8.6 |
| 294 | 2026-06-08T20:17:51.132Z | Downloaded unicode-linebreak v0.1.5 |
| 295 | 2026-06-08T20:17:51.132Z | Downloaded thiserror v2.0.18 |
| 296 | 2026-06-08T20:17:51.132Z | Downloaded erased-serde v0.4.9 |
| 297 | 2026-06-08T20:17:51.132Z | Downloaded usdt-attr-macro v0.5.0 |
| 298 | 2026-06-08T20:17:51.132Z | Downloaded toml_datetime v0.6.11 |
| 299 | 2026-06-08T20:17:51.135Z | Downloaded yoke-derive v0.8.1 |
| 300 | 2026-06-08T20:17:51.135Z | Downloaded usdt-macro v0.5.0 |
| 301 | 2026-06-08T20:17:51.135Z | Downloaded unicode-xid v0.2.6 |
| 302 | 2026-06-08T20:17:51.135Z | Downloaded anyhow v1.0.102 |
| 303 | 2026-06-08T20:17:51.137Z | Downloaded anstyle-query v1.1.5 |
| 304 | 2026-06-08T20:17:51.138Z | Downloaded idna_adapter v1.2.1 |
| 305 | 2026-06-08T20:17:51.138Z | Downloaded toml_write v0.1.2 |
| 306 | 2026-06-08T20:17:51.138Z | Downloaded cargo-platform v0.2.0 |
| 307 | 2026-06-08T20:17:51.140Z | Downloaded stable_deref_trait v1.2.1 |
| 308 | 2026-06-08T20:17:51.140Z | Downloaded anstyle-parse v1.0.0 |
| 309 | 2026-06-08T20:17:51.140Z | Downloaded anstyle v1.0.14 |
| 310 | 2026-06-08T20:17:51.143Z | Downloaded zerofrom-derive v0.1.6 |
| 311 | 2026-06-08T20:17:51.143Z | Downloaded zerofrom v0.1.6 |
| 312 | 2026-06-08T20:17:51.143Z | Downloaded serde_derive v1.0.228 |
| 313 | 2026-06-08T20:17:51.146Z | Downloaded smawk v0.3.2 |
| 314 | 2026-06-08T20:17:51.146Z | Downloaded byteorder v1.5.0 |
| 315 | 2026-06-08T20:17:51.149Z | Downloaded utf8parse v0.2.2 |
| 316 | 2026-06-08T20:17:51.155Z | Downloaded clap_lex v1.0.0 |
| 317 | 2026-06-08T20:17:51.155Z | Downloaded dof v0.3.0 |
| 318 | 2026-06-08T20:17:51.155Z | Downloaded colorchoice v1.0.4 |
| 319 | 2026-06-08T20:17:51.158Z | Downloaded version_check v0.9.5 |
| 320 | 2026-06-08T20:17:51.158Z | Downloaded bytecount v0.6.9 |
| 321 | 2026-06-08T20:17:51.158Z | Downloaded usdt v0.5.0 |
| 322 | 2026-06-08T20:17:51.158Z | Downloaded sha2 v0.10.9 |
| 323 | 2026-06-08T20:17:51.164Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-06-08T20:17:51.164Z | Downloaded displaydoc v0.2.5 |
| 325 | 2026-06-08T20:17:51.164Z | Downloaded block-buffer v0.10.4 |
| 326 | 2026-06-08T20:17:51.168Z | Downloaded thiserror v1.0.69 |
| 327 | 2026-06-08T20:17:51.168Z | Downloaded smallvec v1.15.1 |
| 328 | 2026-06-08T20:17:51.168Z | Downloaded cargo-util-schemas v0.8.2 |
| 329 | 2026-06-08T20:17:51.168Z | Downloaded heck v0.5.0 |
| 330 | 2026-06-08T20:17:51.177Z | Downloaded papergrid v0.11.0 |
| 331 | 2026-06-08T20:17:51.177Z | Downloaded thiserror-impl v2.0.18 |
| 332 | 2026-06-08T20:17:51.177Z | Downloaded thiserror-impl v1.0.69 |
| 333 | 2026-06-08T20:17:51.181Z | Downloaded zmij v1.0.21 |
| 334 | 2026-06-08T20:17:51.181Z | Downloaded usdt-impl v0.5.0 |
| 335 | 2026-06-08T20:17:51.181Z | Downloaded num-traits v0.2.19 |
| 336 | 2026-06-08T20:17:51.181Z | Downloaded bitflags v2.11.0 |
| 337 | 2026-06-08T20:17:51.182Z | Downloaded form_urlencoded v1.2.2 |
| 338 | 2026-06-08T20:17:51.187Z | Downloaded yoke v0.8.1 |
| 339 | 2026-06-08T20:17:51.187Z | Downloaded strsim v0.11.1 |
| 340 | 2026-06-08T20:17:51.191Z | Downloaded fastrand v2.3.0 |
| 341 | 2026-06-08T20:17:51.191Z | Downloaded tinystr v0.8.2 |
| 342 | 2026-06-08T20:17:51.191Z | Downloaded zerocopy-derive v0.7.35 |
| 343 | 2026-06-08T20:17:51.196Z | Downloaded zerovec-derive v0.11.2 |
| 344 | 2026-06-08T20:17:51.196Z | Downloaded ordered-float v2.10.1 |
| 345 | 2026-06-08T20:17:51.196Z | Downloaded itoa v1.0.17 |
| 346 | 2026-06-08T20:17:51.196Z | Downloaded equivalent v1.0.2 |
| 347 | 2026-06-08T20:17:51.196Z | Downloaded dtrace-parser v0.2.0 |
| 348 | 2026-06-08T20:17:51.201Z | Downloaded crypto-common v0.1.7 |
| 349 | 2026-06-08T20:17:51.202Z | Downloaded fnv v1.0.7 |
| 350 | 2026-06-08T20:17:51.202Z | Downloaded toml v0.8.23 |
| 351 | 2026-06-08T20:17:51.202Z | Downloaded typenum v1.19.0 |
| 352 | 2026-06-08T20:17:51.204Z | Downloaded swrite v0.1.0 |
| 353 | 2026-06-08T20:17:51.205Z | Downloaded potential_utf v0.1.4 |
| 354 | 2026-06-08T20:17:51.205Z | Downloaded icu_locale_core v2.1.1 |
| 355 | 2026-06-08T20:17:51.205Z | Downloaded cargo_toml v0.21.0 |
| 356 | 2026-06-08T20:17:51.207Z | Downloaded textwrap v0.16.2 |
| 357 | 2026-06-08T20:17:51.207Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-06-08T20:17:51.207Z | Downloaded heck v0.4.1 |
| 359 | 2026-06-08T20:17:51.210Z | Downloaded is_terminal_polyfill v1.70.2 |
| 360 | 2026-06-08T20:17:51.210Z | Downloaded typeid v1.0.3 |
| 361 | 2026-06-08T20:17:51.215Z | Downloaded zerotrie v0.2.3 |
| 362 | 2026-06-08T20:17:51.218Z | Downloaded serde-value v0.7.0 |
| 363 | 2026-06-08T20:17:51.218Z | Downloaded pretty-hex v0.4.1 |
| 364 | 2026-06-08T20:17:51.218Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-06-08T20:17:51.218Z | Downloaded serde_spanned v0.6.9 |
| 366 | 2026-06-08T20:17:51.218Z | Downloaded toml_edit v0.22.27 |
| 367 | 2026-06-08T20:17:51.223Z | Downloaded terminal_size v0.4.3 |
| 368 | 2026-06-08T20:17:51.227Z | Downloaded errno v0.3.14 |
| 369 | 2026-06-08T20:17:51.227Z | Downloaded plain v0.2.3 |
| 370 | 2026-06-08T20:17:51.232Z | Downloaded tabled_derive v0.7.0 |
| 371 | 2026-06-08T20:17:51.232Z | Downloaded url v2.5.8 |
| 372 | 2026-06-08T20:17:51.235Z | Downloaded ucd-trie v0.1.7 |
| 373 | 2026-06-08T20:17:51.235Z | Downloaded memmap v0.7.0 |
| 374 | 2026-06-08T20:17:51.235Z | Downloaded cpufeatures v0.2.17 |
| 375 | 2026-06-08T20:17:51.239Z | Downloaded icu_normalizer v2.1.1 |
| 376 | 2026-06-08T20:17:51.244Z | Downloaded zerovec v0.11.5 |
| 377 | 2026-06-08T20:17:51.252Z | Downloaded cargo_metadata v0.21.0 |
| 378 | 2026-06-08T20:17:51.252Z | Downloaded camino-tempfile v1.4.1 |
| 379 | 2026-06-08T20:17:51.256Z | Downloaded synstructure v0.13.2 |
| 380 | 2026-06-08T20:17:51.256Z | Downloaded serde-untagged v0.1.9 |
| 381 | 2026-06-08T20:17:51.256Z | Downloaded proc-macro-error-attr v1.0.4 |
| 382 | 2026-06-08T20:17:51.256Z | Downloaded proc-macro-error v1.0.4 |
| 383 | 2026-06-08T20:17:51.256Z | Downloaded zerocopy v0.7.35 |
| 384 | 2026-06-08T20:17:51.265Z | Downloaded winnow v0.7.14 |
| 385 | 2026-06-08T20:17:51.270Z | Downloaded scroll v0.12.0 |
| 386 | 2026-06-08T20:17:51.273Z | Downloaded once_cell v1.21.3 |
| 387 | 2026-06-08T20:17:51.273Z | Downloaded quote v1.0.45 |
| 388 | 2026-06-08T20:17:51.273Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-06-08T20:17:51.276Z | Downloaded unicode-width v0.1.14 |
| 390 | 2026-06-08T20:17:51.279Z | Downloaded autocfg v1.5.0 |
| 391 | 2026-06-08T20:17:51.279Z | Downloaded semver v1.0.28 |
| 392 | 2026-06-08T20:17:51.284Z | Downloaded percent-encoding v2.3.2 |
| 393 | 2026-06-08T20:17:51.284Z | Downloaded pest_derive v2.8.6 |
| 394 | 2026-06-08T20:17:51.284Z | Downloaded fs-err v3.3.0 |
| 395 | 2026-06-08T20:17:51.288Z | Downloaded pest_generator v2.8.6 |
| 396 | 2026-06-08T20:17:51.288Z | Downloaded clap_derive v4.6.1 |
| 397 | 2026-06-08T20:17:51.291Z | Downloaded litemap v0.8.1 |
| 398 | 2026-06-08T20:17:51.301Z | Downloaded serde_tokenstream v0.2.3 |
| 399 | 2026-06-08T20:17:51.305Z | Downloaded indexmap v2.14.0 |
| 400 | 2026-06-08T20:17:51.310Z | Downloaded icu_provider v2.1.1 |
| 401 | 2026-06-08T20:17:51.310Z | Downloaded clap v4.6.1 |
| 402 | 2026-06-08T20:17:51.314Z | Downloaded log v0.4.29 |
| 403 | 2026-06-08T20:17:51.314Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-06-08T20:17:51.317Z | Downloaded icu_properties v2.1.2 |
| 405 | 2026-06-08T20:17:51.317Z | Downloaded getrandom v0.4.1 |
| 406 | 2026-06-08T20:17:51.320Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-06-08T20:17:51.320Z | Downloaded serde_core v1.0.228 |
| 408 | 2026-06-08T20:17:51.323Z | Downloaded icu_collections v2.1.1 |
| 409 | 2026-06-08T20:17:51.326Z | Downloaded memchr v2.8.0 |
| 410 | 2026-06-08T20:17:51.337Z | Downloaded serde v1.0.228 |
| 411 | 2026-06-08T20:17:51.362Z | Downloaded idna v1.1.0 |
| 412 | 2026-06-08T20:17:51.373Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-06-08T20:17:51.376Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-06-08T20:17:51.396Z | Downloaded clap_builder v4.6.0 |
| 415 | 2026-06-08T20:17:51.402Z | Downloaded hashbrown v0.17.0 |
| 416 | 2026-06-08T20:17:51.402Z | Downloaded goblin v0.8.2 |
| 417 | 2026-06-08T20:17:51.407Z | Downloaded tabled v0.15.0 |
| 418 | 2026-06-08T20:17:51.415Z | Downloaded syn v1.0.109 |
| 419 | 2026-06-08T20:17:51.418Z | Downloaded syn v2.0.117 |
| 420 | 2026-06-08T20:17:51.437Z | Downloaded rustix v1.1.3 |
| 421 | 2026-06-08T20:17:51.468Z | Downloaded libc v0.2.185 |
| 422 | 2026-06-08T20:17:51.522Z | Compiling proc-macro2 v1.0.106 |
| 423 | 2026-06-08T20:17:51.525Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-06-08T20:17:51.525Z | Compiling quote v1.0.45 |
| 425 | 2026-06-08T20:17:51.525Z | Compiling serde_core v1.0.228 |
| 426 | 2026-06-08T20:17:51.525Z | Compiling libc v0.2.185 |
| 427 | 2026-06-08T20:17:51.525Z | Compiling version_check v0.9.5 |
| 428 | 2026-06-08T20:17:51.525Z | Compiling serde v1.0.228 |
| 429 | 2026-06-08T20:17:51.525Z | Compiling memchr v2.8.0 |
| 430 | 2026-06-08T20:17:51.850Z | Compiling stable_deref_trait v1.2.1 |
| 431 | 2026-06-08T20:17:51.923Z | Compiling zmij v1.0.21 |
| 432 | 2026-06-08T20:17:52.083Z | Compiling autocfg v1.5.0 |
| 433 | 2026-06-08T20:17:52.109Z | Compiling thiserror v1.0.69 |
| 434 | 2026-06-08T20:17:52.151Z | Compiling itoa v1.0.17 |
| 435 | 2026-06-08T20:17:52.390Z | Compiling ucd-trie v0.1.7 |
| 436 | 2026-06-08T20:17:52.516Z | Compiling litemap v0.8.1 |
| 437 | 2026-06-08T20:17:52.544Z | Compiling pest v2.8.6 |
| 438 | 2026-06-08T20:17:52.544Z | Compiling writeable v0.6.2 |
| 439 | 2026-06-08T20:17:52.583Z | Compiling byteorder v1.5.0 |
| 440 | 2026-06-08T20:17:52.662Z | Compiling rustix v1.1.3 |
| 441 | 2026-06-08T20:17:52.706Z | Compiling icu_normalizer_data v2.1.1 |
| 442 | 2026-06-08T20:17:52.720Z | Compiling icu_properties_data v2.1.2 |
| 443 | 2026-06-08T20:17:52.930Z | Compiling errno v0.3.14 |
| 444 | 2026-06-08T20:17:52.991Z | Compiling syn v2.0.117 |
| 445 | 2026-06-08T20:17:53.069Z | Compiling serde_json v1.0.149 |
| 446 | 2026-06-08T20:17:53.088Z | Compiling bitflags v2.11.0 |
| 447 | 2026-06-08T20:17:53.294Z | Compiling num-traits v0.2.19 |
| 448 | 2026-06-08T20:17:53.310Z | Compiling typeid v1.0.3 |
| 449 | 2026-06-08T20:17:53.363Z | Compiling hashbrown v0.17.0 |
| 450 | 2026-06-08T20:17:53.567Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-06-08T20:17:53.660Z | Compiling equivalent v1.0.2 |
| 452 | 2026-06-08T20:17:53.750Z | Compiling smallvec v1.15.1 |
| 453 | 2026-06-08T20:17:53.847Z | Compiling indexmap v2.14.0 |
| 454 | 2026-06-08T20:17:53.930Z | Compiling thread-id v4.2.2 |
| 455 | 2026-06-08T20:17:53.957Z | Compiling proc-macro-error-attr v1.0.4 |
| 456 | 2026-06-08T20:17:54.010Z | Compiling usdt-impl v0.5.0 |
| 457 | 2026-06-08T20:17:54.078Z | Compiling toml_write v0.1.2 |
| 458 | 2026-06-08T20:17:54.140Z | Compiling winnow v0.7.14 |
| 459 | 2026-06-08T20:17:54.221Z | Compiling syn v1.0.109 |
| 460 | 2026-06-08T20:17:54.253Z | Compiling erased-serde v0.4.9 |
| 461 | 2026-06-08T20:17:54.585Z | Compiling proc-macro-error v1.0.4 |
| 462 | 2026-06-08T20:17:54.681Z | Compiling utf8_iter v1.0.4 |
| 463 | 2026-06-08T20:17:54.787Z | Compiling getrandom v0.4.1 |
| 464 | 2026-06-08T20:17:54.832Z | Compiling plain v0.2.3 |
| 465 | 2026-06-08T20:17:54.946Z | Compiling thiserror v2.0.18 |
| 466 | 2026-06-08T20:17:55.119Z | Compiling camino v1.2.2 |
| 467 | 2026-06-08T20:17:55.136Z | Compiling percent-encoding v2.3.2 |
| 468 | 2026-06-08T20:17:55.202Z | Compiling log v0.4.29 |
| 469 | 2026-06-08T20:17:55.279Z | Compiling utf8parse v0.2.2 |
| 470 | 2026-06-08T20:17:55.375Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-06-08T20:17:55.390Z | Compiling anstyle-parse v1.0.0 |
| 472 | 2026-06-08T20:17:55.424Z | Compiling ordered-float v2.10.1 |
| 473 | 2026-06-08T20:17:55.533Z | Compiling synstructure v0.13.2 |
| 474 | 2026-06-08T20:17:55.552Z | Compiling pest_generator v2.8.6 |
| 475 | 2026-06-08T20:17:55.610Z | Compiling terminal_size v0.4.3 |
| 476 | 2026-06-08T20:17:55.770Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-06-08T20:17:55.869Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-06-08T20:17:55.990Z | Compiling anstyle v1.0.14 |
| 479 | 2026-06-08T20:17:56.040Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-06-08T20:17:56.084Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-06-08T20:17:56.100Z | Compiling colorchoice v1.0.4 |
| 482 | 2026-06-08T20:17:56.142Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-06-08T20:17:56.217Z | Compiling anstream v1.0.0 |
| 484 | 2026-06-08T20:17:56.319Z | Compiling semver v1.0.28 |
| 485 | 2026-06-08T20:17:56.351Z | Compiling fs-err v3.3.0 |
| 486 | 2026-06-08T20:17:56.387Z | Compiling fastrand v2.3.0 |
| 487 | 2026-06-08T20:17:56.538Z | Compiling heck v0.5.0 |
| 488 | 2026-06-08T20:17:56.554Z | Compiling heck v0.4.1 |
| 489 | 2026-06-08T20:17:56.628Z | Compiling bytecount v0.6.9 |
| 490 | 2026-06-08T20:17:56.647Z | Compiling fnv v1.0.7 |
| 491 | 2026-06-08T20:17:56.647Z | Compiling clap_lex v1.0.0 |
| 492 | 2026-06-08T20:17:56.755Z | Compiling unicode-width v0.1.14 |
| 493 | 2026-06-08T20:17:56.770Z | Compiling unicode-xid v0.2.6 |
| 494 | 2026-06-08T20:17:56.806Z | Compiling strsim v0.11.1 |
| 495 | 2026-06-08T20:17:56.894Z | Compiling anyhow v1.0.102 |
| 496 | 2026-06-08T20:17:56.908Z | Compiling once_cell v1.21.3 |
| 497 | 2026-06-08T20:17:57.032Z | Compiling clap_builder v4.6.0 |
| 498 | 2026-06-08T20:17:57.096Z | Compiling tempfile v3.25.0 |
| 499 | 2026-06-08T20:17:57.125Z | Compiling papergrid v0.11.0 |
| 500 | 2026-06-08T20:17:57.260Z | Compiling memmap v0.7.0 |
| 501 | 2026-06-08T20:17:57.309Z | Compiling serde_derive v1.0.228 |
| 502 | 2026-06-08T20:17:57.423Z | Compiling zerofrom-derive v0.1.6 |
| 503 | 2026-06-08T20:17:57.450Z | Compiling yoke-derive v0.8.1 |
| 504 | 2026-06-08T20:17:57.481Z | Compiling zerovec-derive v0.11.2 |
| 505 | 2026-06-08T20:17:57.718Z | Compiling displaydoc v0.2.5 |
| 506 | 2026-06-08T20:17:58.452Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2026-06-08T20:17:58.523Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2026-06-08T20:17:58.580Z | Compiling pest_derive v2.8.6 |
| 509 | 2026-06-08T20:17:58.583Z | Compiling scroll_derive v0.12.1 |
| 510 | 2026-06-08T20:17:58.804Z | Compiling zerofrom v0.1.6 |
| 511 | 2026-06-08T20:17:58.939Z | Compiling yoke v0.8.1 |
| 512 | 2026-06-08T20:17:59.000Z | Compiling thiserror-impl v2.0.18 |
| 513 | 2026-06-08T20:17:59.141Z | Compiling zerovec v0.11.5 |
| 514 | 2026-06-08T20:17:59.235Z | Compiling zerotrie v0.2.3 |
| 515 | 2026-06-08T20:17:59.379Z | Compiling zerocopy v0.7.35 |
| 516 | 2026-06-08T20:17:59.546Z | Compiling scroll v0.12.0 |
| 517 | 2026-06-08T20:17:59.657Z | Compiling tinystr v0.8.2 |
| 518 | 2026-06-08T20:17:59.810Z | Compiling icu_locale_core v2.1.1 |
| 519 | 2026-06-08T20:17:59.826Z | Compiling potential_utf v0.1.4 |
| 520 | 2026-06-08T20:17:59.857Z | Compiling dtrace-parser v0.2.0 |
| 521 | 2026-06-08T20:17:59.922Z | Compiling goblin v0.8.2 |
| 522 | 2026-06-08T20:17:59.990Z | Compiling icu_collections v2.1.1 |
| 523 | 2026-06-08T20:18:00.029Z | Compiling tabled_derive v0.7.0 |
| 524 | 2026-06-08T20:18:00.435Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-06-08T20:18:00.469Z | Compiling clap_derive v4.6.1 |
| 526 | 2026-06-08T20:18:00.600Z | Compiling unicode-linebreak v0.1.5 |
| 527 | 2026-06-08T20:18:00.739Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-06-08T20:18:00.759Z | Compiling icu_normalizer v2.1.1 |
| 529 | 2026-06-08T20:18:00.790Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-06-08T20:18:00.822Z | Compiling serde_spanned v0.6.9 |
| 531 | 2026-06-08T20:18:00.869Z | Compiling dof v0.3.0 |
| 532 | 2026-06-08T20:18:00.986Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-06-08T20:18:01.004Z | Compiling serde_tokenstream v0.2.3 |
| 534 | 2026-06-08T20:18:01.022Z | Compiling serde-value v0.7.0 |
| 535 | 2026-06-08T20:18:01.305Z | Compiling cargo-platform v0.2.0 |
| 536 | 2026-06-08T20:18:01.324Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-06-08T20:18:01.384Z | Compiling smawk v0.3.2 |
| 538 | 2026-06-08T20:18:01.530Z | Compiling tabled v0.15.0 |
| 539 | 2026-06-08T20:18:01.591Z | Compiling textwrap v0.16.2 |
| 540 | 2026-06-08T20:18:01.602Z | Compiling macaddr v1.0.1 |
| 541 | 2026-06-08T20:18:01.836Z | Compiling idna_adapter v1.2.1 |
| 542 | 2026-06-08T20:18:01.881Z | Compiling usdt-attr-macro v0.5.0 |
| 543 | 2026-06-08T20:18:01.897Z | Compiling usdt-macro v0.5.0 |
| 544 | 2026-06-08T20:18:01.979Z | Compiling idna v1.1.0 |
| 545 | 2026-06-08T20:18:02.416Z | Compiling toml v0.8.23 |
| 546 | 2026-06-08T20:18:02.522Z | Compiling url v2.5.8 |
| 547 | 2026-06-08T20:18:02.566Z | Compiling clap v4.6.1 |
| 548 | 2026-06-08T20:18:02.652Z | Compiling camino-tempfile v1.4.1 |
| 549 | 2026-06-08T20:18:02.886Z | Compiling cargo_toml v0.21.0 |
| 550 | 2026-06-08T20:18:02.966Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-06-08T20:18:03.038Z | Compiling usdt v0.5.0 |
| 552 | 2026-06-08T20:18:03.267Z | Compiling swrite v0.1.0 |
| 553 | 2026-06-08T20:18:03.294Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 554 | 2026-06-08T20:18:03.873Z | Compiling cargo_metadata v0.21.0 |
| 555 | 2026-06-08T20:18:04.796Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 556 | 2026-06-08T20:18:06.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.26s |
| 557 | 2026-06-08T20:18:07.124Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 558 | 2026-06-08T20:18:07.685Z | Downloading crates ... |
| 559 | 2026-06-08T20:18:07.776Z | Downloaded adler2 v2.0.1 |
| 560 | 2026-06-08T20:18:07.781Z | Downloaded aead v0.5.2 |
| 561 | 2026-06-08T20:18:07.784Z | Downloaded array-init v0.0.4 |
| 562 | 2026-06-08T20:18:07.788Z | Downloaded argon2 v0.5.3 |
| 563 | 2026-06-08T20:18:07.792Z | Downloaded arc-swap v1.8.2 |
| 564 | 2026-06-08T20:18:07.796Z | Downloaded allocator-api2 v0.2.21 |
| 565 | 2026-06-08T20:18:07.800Z | Downloaded cfg_aliases v0.1.1 |
| 566 | 2026-06-08T20:18:07.800Z | Downloaded colored v2.2.0 |
| 567 | 2026-06-08T20:18:07.800Z | Downloaded cstr-argument v0.1.2 |
| 568 | 2026-06-08T20:18:07.803Z | Downloaded cmake v0.1.57 |
| 569 | 2026-06-08T20:18:07.803Z | Downloaded ciborium-ll v0.2.2 |
| 570 | 2026-06-08T20:18:07.803Z | Downloaded cfg_aliases v0.2.1 |
| 571 | 2026-06-08T20:18:07.803Z | Downloaded assert_matches v1.5.0 |
| 572 | 2026-06-08T20:18:07.803Z | Downloaded clang-sys v1.8.1 |
| 573 | 2026-06-08T20:18:07.807Z | Downloaded defmt v1.0.1 |
| 574 | 2026-06-08T20:18:07.810Z | Downloaded dsl_auto_type v0.2.0 |
| 575 | 2026-06-08T20:18:07.810Z | Downloaded cobs v0.3.0 |
| 576 | 2026-06-08T20:18:07.810Z | Downloaded cexpr v0.6.0 |
| 577 | 2026-06-08T20:18:07.813Z | Downloaded block-padding v0.3.3 |
| 578 | 2026-06-08T20:18:07.813Z | Downloaded async-stream-impl v0.3.6 |
| 579 | 2026-06-08T20:18:07.813Z | Downloaded document-features v0.2.12 |
| 580 | 2026-06-08T20:18:07.816Z | Downloaded crc8 v0.1.1 |
| 581 | 2026-06-08T20:18:07.816Z | Downloaded derive_builder_macro v0.20.2 |
| 582 | 2026-06-08T20:18:07.816Z | Downloaded daft v0.1.7 |
| 583 | 2026-06-08T20:18:07.822Z | Downloaded atty v0.2.14 |
| 584 | 2026-06-08T20:18:07.824Z | Downloaded crc32fast v1.5.0 |
| 585 | 2026-06-08T20:18:07.824Z | Downloaded fixedbitset v0.5.7 |
| 586 | 2026-06-08T20:18:07.827Z | Downloaded critical-section v1.2.0 |
| 587 | 2026-06-08T20:18:07.827Z | Downloaded aes-gcm v0.10.3 |
| 588 | 2026-06-08T20:18:07.830Z | Downloaded chacha20 v0.10.0 |
| 589 | 2026-06-08T20:18:07.833Z | Downloaded base16ct v0.2.0 |
| 590 | 2026-06-08T20:18:07.833Z | Downloaded crc-any v2.5.0 |
| 591 | 2026-06-08T20:18:07.833Z | Downloaded crc-catalog v2.4.0 |
| 592 | 2026-06-08T20:18:07.836Z | Downloaded cbc v0.1.2 |
| 593 | 2026-06-08T20:18:07.839Z | Downloaded cargo-platform v0.3.2 |
| 594 | 2026-06-08T20:18:07.839Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 595 | 2026-06-08T20:18:07.839Z | Downloaded arrayref v0.3.9 |
| 596 | 2026-06-08T20:18:07.842Z | Downloaded blowfish v0.9.1 |
| 597 | 2026-06-08T20:18:07.847Z | Downloaded difflib v0.4.0 |
| 598 | 2026-06-08T20:18:07.850Z | Downloaded bit-set v0.5.3 |
| 599 | 2026-06-08T20:18:07.850Z | Downloaded crunchy v0.2.4 |
| 600 | 2026-06-08T20:18:07.852Z | Downloaded ciborium-io v0.2.2 |
| 601 | 2026-06-08T20:18:07.852Z | Downloaded arrayvec v0.7.6 |
| 602 | 2026-06-08T20:18:07.858Z | Downloaded base64ct v1.8.3 |
| 603 | 2026-06-08T20:18:07.861Z | Downloaded cassowary v0.3.0 |
| 604 | 2026-06-08T20:18:07.861Z | Downloaded futures-executor v0.3.32 |
| 605 | 2026-06-08T20:18:07.863Z | Downloaded bitfield-struct v0.6.2 |
| 606 | 2026-06-08T20:18:07.866Z | Downloaded enum-as-inner v0.6.1 |
| 607 | 2026-06-08T20:18:07.866Z | Downloaded crucible-workspace-hack v0.1.0 |
| 608 | 2026-06-08T20:18:07.869Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 609 | 2026-06-08T20:18:07.869Z | Downloaded crc v3.4.0 |
| 610 | 2026-06-08T20:18:07.873Z | Downloaded atomicwrites v0.4.4 |
| 611 | 2026-06-08T20:18:07.873Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 612 | 2026-06-08T20:18:07.876Z | Downloaded atomic-waker v1.1.2 |
| 613 | 2026-06-08T20:18:07.876Z | Downloaded bitfield-macros v0.19.4 |
| 614 | 2026-06-08T20:18:07.876Z | Downloaded async-recursion v1.1.1 |
| 615 | 2026-06-08T20:18:07.885Z | Downloaded async-stream v0.3.6 |
| 616 | 2026-06-08T20:18:07.885Z | Downloaded dunce v1.0.5 |
| 617 | 2026-06-08T20:18:07.885Z | Downloaded defmt-parser v1.0.0 |
| 618 | 2026-06-08T20:18:07.887Z | Downloaded compression-core v0.4.31 |
| 619 | 2026-06-08T20:18:07.887Z | Downloaded cpufeatures v0.3.0 |
| 620 | 2026-06-08T20:18:07.887Z | Downloaded dtrace-parser v0.3.0 |
| 621 | 2026-06-08T20:18:07.888Z | Downloaded downcast-rs v2.0.2 |
| 622 | 2026-06-08T20:18:07.888Z | Downloaded ascii-canvas v3.0.0 |
| 623 | 2026-06-08T20:18:07.888Z | Downloaded convert_case v0.4.0 |
| 624 | 2026-06-08T20:18:07.888Z | Downloaded bit-set v0.8.0 |
| 625 | 2026-06-08T20:18:07.892Z | Downloaded dof v0.4.0 |
| 626 | 2026-06-08T20:18:07.892Z | Downloaded foreign-types v0.3.2 |
| 627 | 2026-06-08T20:18:07.894Z | Downloaded defmt-macros v1.0.1 |
| 628 | 2026-06-08T20:18:07.898Z | Downloaded dyn-clone v1.0.20 |
| 629 | 2026-06-08T20:18:07.904Z | Downloaded display-error-chain v0.2.2 |
| 630 | 2026-06-08T20:18:07.907Z | Downloaded anstyle-parse v0.2.7 |
| 631 | 2026-06-08T20:18:07.907Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 632 | 2026-06-08T20:18:07.908Z | Downloaded castaway v0.2.4 |
| 633 | 2026-06-08T20:18:07.910Z | Downloaded endian-type v0.1.2 |
| 634 | 2026-06-08T20:18:07.913Z | Downloaded futures-core v0.3.32 |
| 635 | 2026-06-08T20:18:07.913Z | Downloaded debug-ignore v1.0.5 |
| 636 | 2026-06-08T20:18:07.916Z | Downloaded fd-lock v4.0.4 |
| 637 | 2026-06-08T20:18:07.916Z | Downloaded cipher v0.4.4 |
| 638 | 2026-06-08T20:18:07.916Z | Downloaded embedded-io v0.6.1 |
| 639 | 2026-06-08T20:18:07.919Z | Downloaded anstream v0.6.21 |
| 640 | 2026-06-08T20:18:07.919Z | Downloaded bzip2 v0.4.4 |
| 641 | 2026-06-08T20:18:07.922Z | Downloaded darling_macro v0.20.11 |
| 642 | 2026-06-08T20:18:07.922Z | Downloaded funty v2.0.0 |
| 643 | 2026-06-08T20:18:07.922Z | Downloaded foreign-types-shared v0.3.1 |
| 644 | 2026-06-08T20:18:07.922Z | Downloaded fixedbitset v0.4.2 |
| 645 | 2026-06-08T20:18:07.924Z | Downloaded gethostname v0.5.0 |
| 646 | 2026-06-08T20:18:07.924Z | Downloaded fxhash v0.2.1 |
| 647 | 2026-06-08T20:18:07.927Z | Downloaded darling_macro v0.23.0 |
| 648 | 2026-06-08T20:18:07.928Z | Downloaded darling_macro v0.13.4 |
| 649 | 2026-06-08T20:18:07.928Z | Downloaded foreign-types-shared v0.1.1 |
| 650 | 2026-06-08T20:18:07.928Z | Downloaded globwalk v0.9.1 |
| 651 | 2026-06-08T20:18:07.930Z | Downloaded ghash v0.5.1 |
| 652 | 2026-06-08T20:18:07.930Z | Downloaded embedded-io v0.4.0 |
| 653 | 2026-06-08T20:18:07.930Z | Downloaded foreign-types-macros v0.2.3 |
| 654 | 2026-06-08T20:18:07.933Z | Downloaded hash32 v0.3.1 |
| 655 | 2026-06-08T20:18:07.933Z | Downloaded hash32 v0.2.1 |
| 656 | 2026-06-08T20:18:07.933Z | Downloaded bcs v0.1.6 |
| 657 | 2026-06-08T20:18:07.937Z | Downloaded flagset v0.4.7 |
| 658 | 2026-06-08T20:18:07.937Z | Downloaded corncobs v0.1.4 |
| 659 | 2026-06-08T20:18:07.946Z | Downloaded defmt v0.3.100 |
| 660 | 2026-06-08T20:18:07.946Z | Downloaded compression-codecs v0.4.37 |
| 661 | 2026-06-08T20:18:07.946Z | Downloaded chacha20 v0.9.1 |
| 662 | 2026-06-08T20:18:07.950Z | Downloaded bitfield v0.19.4 |
| 663 | 2026-06-08T20:18:07.950Z | Downloaded erased-serde v0.3.31 |
| 664 | 2026-06-08T20:18:07.950Z | Downloaded daft-derive v0.1.7 |
| 665 | 2026-06-08T20:18:07.950Z | Downloaded ena v0.14.4 |
| 666 | 2026-06-08T20:18:07.950Z | Downloaded diesel-dtrace v0.5.0 |
| 667 | 2026-06-08T20:18:07.954Z | Downloaded find-msvc-tools v0.1.9 |
| 668 | 2026-06-08T20:18:07.954Z | Downloaded derive_more v0.99.20 |
| 669 | 2026-06-08T20:18:07.959Z | Downloaded const_format_proc_macros v0.2.34 |
| 670 | 2026-06-08T20:18:07.960Z | Downloaded crossbeam-channel v0.5.15 |
| 671 | 2026-06-08T20:18:07.960Z | Downloaded hex v0.4.3 |
| 672 | 2026-06-08T20:18:07.965Z | Downloaded env_filter v1.0.0 |
| 673 | 2026-06-08T20:18:07.965Z | Downloaded console v0.16.2 |
| 674 | 2026-06-08T20:18:07.965Z | Downloaded cookie_store v0.22.1 |
| 675 | 2026-06-08T20:18:07.971Z | Downloaded futures-sink v0.3.32 |
| 676 | 2026-06-08T20:18:07.971Z | Downloaded cookie v0.18.1 |
| 677 | 2026-06-08T20:18:07.971Z | Downloaded float-ord v0.3.2 |
| 678 | 2026-06-08T20:18:07.980Z | Downloaded futures-macro v0.3.32 |
| 679 | 2026-06-08T20:18:07.980Z | Downloaded foldhash v0.2.0 |
| 680 | 2026-06-08T20:18:07.980Z | Downloaded foldhash v0.1.5 |
| 681 | 2026-06-08T20:18:07.980Z | Downloaded git-stub v1.0.0 |
| 682 | 2026-06-08T20:18:07.980Z | Downloaded bzip2 v0.6.1 |
| 683 | 2026-06-08T20:18:07.980Z | Downloaded convert_case v0.10.0 |
| 684 | 2026-06-08T20:18:07.984Z | Downloaded byte-wrapper v0.1.0 |
| 685 | 2026-06-08T20:18:07.984Z | Downloaded futures-task v0.3.32 |
| 686 | 2026-06-08T20:18:07.984Z | Downloaded async-bb8-diesel v0.2.1 |
| 687 | 2026-06-08T20:18:07.984Z | Downloaded ar_archive_writer v0.5.1 |
| 688 | 2026-06-08T20:18:07.984Z | Downloaded home v0.5.12 |
| 689 | 2026-06-08T20:18:07.984Z | Downloaded hex-literal v0.4.1 |
| 690 | 2026-06-08T20:18:07.984Z | Downloaded fs-err v2.11.0 |
| 691 | 2026-06-08T20:18:07.989Z | Downloaded float-cmp v0.10.0 |
| 692 | 2026-06-08T20:18:07.989Z | Downloaded glob v0.3.3 |
| 693 | 2026-06-08T20:18:07.990Z | Downloaded fs_extra v1.3.0 |
| 694 | 2026-06-08T20:18:08.003Z | Downloaded darling_macro v0.21.3 |
| 695 | 2026-06-08T20:18:08.003Z | Downloaded http-range v0.1.5 |
| 696 | 2026-06-08T20:18:08.003Z | Downloaded hostname v0.4.2 |
| 697 | 2026-06-08T20:18:08.003Z | Downloaded httpdate v1.0.3 |
| 698 | 2026-06-08T20:18:08.003Z | Downloaded http-body v1.0.1 |
| 699 | 2026-06-08T20:18:08.003Z | Downloaded git-stub-vcs v0.1.0 |
| 700 | 2026-06-08T20:18:08.003Z | Downloaded async-trait v0.1.89 |
| 701 | 2026-06-08T20:18:08.003Z | Downloaded bit-vec v0.8.0 |
| 702 | 2026-06-08T20:18:08.012Z | Downloaded ff v0.13.1 |
| 703 | 2026-06-08T20:18:08.012Z | Downloaded ciborium v0.2.2 |
| 704 | 2026-06-08T20:18:08.012Z | Downloaded bitflags v1.3.2 |
| 705 | 2026-06-08T20:18:08.012Z | Downloaded buf-list v1.1.2 |
| 706 | 2026-06-08T20:18:08.012Z | Downloaded ecdsa v0.16.9 |
| 707 | 2026-06-08T20:18:08.018Z | Downloaded console v0.15.11 |
| 708 | 2026-06-08T20:18:08.018Z | Downloaded deranged v0.5.8 |
| 709 | 2026-06-08T20:18:08.018Z | Downloaded illumos-nvpair v0.3.0 |
| 710 | 2026-06-08T20:18:08.018Z | Downloaded crossbeam-deque v0.8.6 |
| 711 | 2026-06-08T20:18:08.018Z | Downloaded futures-io v0.3.32 |
| 712 | 2026-06-08T20:18:08.018Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 713 | 2026-06-08T20:18:08.018Z | Downloaded either v1.15.0 |
| 714 | 2026-06-08T20:18:08.018Z | Downloaded ed25519 v2.2.3 |
| 715 | 2026-06-08T20:18:08.021Z | Downloaded csv-core v0.1.13 |
| 716 | 2026-06-08T20:18:08.021Z | Downloaded cancel-safe-futures v0.1.5 |
| 717 | 2026-06-08T20:18:08.021Z | Downloaded filetime v0.2.27 |
| 718 | 2026-06-08T20:18:08.021Z | Downloaded derive_builder v0.20.2 |
| 719 | 2026-06-08T20:18:08.024Z | Downloaded instability v0.3.11 |
| 720 | 2026-06-08T20:18:08.027Z | Downloaded instant v0.1.13 |
| 721 | 2026-06-08T20:18:08.027Z | Downloaded hubpack_derive v0.1.1 |
| 722 | 2026-06-08T20:18:08.027Z | Downloaded futures-channel v0.3.32 |
| 723 | 2026-06-08T20:18:08.030Z | Downloaded hyper-tls v0.6.0 |
| 724 | 2026-06-08T20:18:08.030Z | Downloaded ident_case v1.0.1 |
| 725 | 2026-06-08T20:18:08.030Z | Downloaded data-encoding v2.10.0 |
| 726 | 2026-06-08T20:18:08.033Z | Downloaded hostname v0.3.1 |
| 727 | 2026-06-08T20:18:08.033Z | Downloaded indent_write v2.2.0 |
| 728 | 2026-06-08T20:18:08.033Z | Downloaded const-oid v0.9.6 |
| 729 | 2026-06-08T20:18:08.036Z | Downloaded ahash v0.8.12 |
| 730 | 2026-06-08T20:18:08.036Z | Downloaded is_ci v1.2.0 |
| 731 | 2026-06-08T20:18:08.039Z | Downloaded kstat-rs v0.2.4 |
| 732 | 2026-06-08T20:18:08.039Z | Downloaded getrandom v0.2.17 |
| 733 | 2026-06-08T20:18:08.041Z | Downloaded internet-checksum v0.2.1 |
| 734 | 2026-06-08T20:18:08.041Z | Downloaded http-body-util v0.1.3 |
| 735 | 2026-06-08T20:18:08.041Z | Downloaded inout v0.1.4 |
| 736 | 2026-06-08T20:18:08.044Z | Downloaded half v1.8.3 |
| 737 | 2026-06-08T20:18:08.047Z | Downloaded hyper-staticfile v0.10.1 |
| 738 | 2026-06-08T20:18:08.047Z | Downloaded der_derive v0.7.3 |
| 739 | 2026-06-08T20:18:08.049Z | Downloaded is-terminal v0.4.17 |
| 740 | 2026-06-08T20:18:08.049Z | Downloaded derive-ex v0.1.8 |
| 741 | 2026-06-08T20:18:08.049Z | Downloaded humantime v2.3.0 |
| 742 | 2026-06-08T20:18:08.052Z | Downloaded camino-tempfile-ext v0.3.3 |
| 743 | 2026-06-08T20:18:08.052Z | Downloaded keccak v0.1.6 |
| 744 | 2026-06-08T20:18:08.055Z | Downloaded fallible-iterator v0.2.0 |
| 745 | 2026-06-08T20:18:08.055Z | Downloaded linked-hash-map v0.5.6 |
| 746 | 2026-06-08T20:18:08.055Z | Downloaded group v0.13.0 |
| 747 | 2026-06-08T20:18:08.058Z | Downloaded globset v0.4.18 |
| 748 | 2026-06-08T20:18:08.058Z | Downloaded backoff v0.4.0 |
| 749 | 2026-06-08T20:18:08.061Z | Downloaded headers-core v0.3.0 |
| 750 | 2026-06-08T20:18:08.061Z | Downloaded colored v3.1.1 |
| 751 | 2026-06-08T20:18:08.064Z | Downloaded backon v1.6.0 |
| 752 | 2026-06-08T20:18:08.064Z | Downloaded lalrpop-util v0.19.12 |
| 753 | 2026-06-08T20:18:08.068Z | Downloaded blake2 v0.10.6 |
| 754 | 2026-06-08T20:18:08.068Z | Downloaded cargo_metadata v0.23.1 |
| 755 | 2026-06-08T20:18:08.071Z | Downloaded bit-vec v0.6.3 |
| 756 | 2026-06-08T20:18:08.071Z | Downloaded darling v0.13.4 |
| 757 | 2026-06-08T20:18:08.071Z | Downloaded lru-slab v0.1.2 |
| 758 | 2026-06-08T20:18:08.071Z | Downloaded constant_time_eq v0.4.2 |
| 759 | 2026-06-08T20:18:08.074Z | Downloaded dirs-sys-next v0.1.2 |
| 760 | 2026-06-08T20:18:08.074Z | Downloaded lzss v0.8.2 |
| 761 | 2026-06-08T20:18:08.077Z | Downloaded bb8 v0.8.6 |
| 762 | 2026-06-08T20:18:08.077Z | Downloaded mime v0.3.17 |
| 763 | 2026-06-08T20:18:08.077Z | Downloaded env_logger v0.11.9 |
| 764 | 2026-06-08T20:18:08.079Z | Downloaded lru-cache v0.1.2 |
| 765 | 2026-06-08T20:18:08.079Z | Downloaded lru v0.12.5 |
| 766 | 2026-06-08T20:18:08.079Z | Downloaded derive_builder_core v0.20.2 |
| 767 | 2026-06-08T20:18:08.082Z | Downloaded foreign-types v0.5.0 |
| 768 | 2026-06-08T20:18:08.082Z | Downloaded dirs-next v2.0.0 |
| 769 | 2026-06-08T20:18:08.086Z | Downloaded maybe-uninit v2.0.0 |
| 770 | 2026-06-08T20:18:08.086Z | Downloaded managed v0.8.0 |
| 771 | 2026-06-08T20:18:08.086Z | Downloaded des v0.8.1 |
| 772 | 2026-06-08T20:18:08.091Z | Downloaded md5 v0.7.0 |
| 773 | 2026-06-08T20:18:08.091Z | Downloaded match_cfg v0.1.0 |
| 774 | 2026-06-08T20:18:08.091Z | Downloaded multimap v0.10.1 |
| 775 | 2026-06-08T20:18:08.091Z | Downloaded indoc v2.0.7 |
| 776 | 2026-06-08T20:18:08.093Z | Downloaded newline-converter v0.3.0 |
| 777 | 2026-06-08T20:18:08.096Z | Downloaded ingot-types v0.1.2 |
| 778 | 2026-06-08T20:18:08.096Z | Downloaded hubpack v0.1.2 |
| 779 | 2026-06-08T20:18:08.102Z | Downloaded base64 v0.21.7 |
| 780 | 2026-06-08T20:18:08.107Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 781 | 2026-06-08T20:18:08.107Z | Downloaded ipnetwork v0.21.1 |
| 782 | 2026-06-08T20:18:08.107Z | Downloaded nibble_vec v0.1.0 |
| 783 | 2026-06-08T20:18:08.107Z | Downloaded newtype_derive v0.1.6 |
| 784 | 2026-06-08T20:18:08.115Z | Downloaded new_debug_unreachable v1.0.6 |
| 785 | 2026-06-08T20:18:08.115Z | Downloaded memoffset v0.9.1 |
| 786 | 2026-06-08T20:18:08.115Z | Downloaded num v0.4.3 |
| 787 | 2026-06-08T20:18:08.115Z | Downloaded httparse v1.10.1 |
| 788 | 2026-06-08T20:18:08.119Z | Downloaded jobserver v0.1.34 |
| 789 | 2026-06-08T20:18:08.119Z | Downloaded half v2.7.1 |
| 790 | 2026-06-08T20:18:08.119Z | Downloaded indoc v1.0.9 |
| 791 | 2026-06-08T20:18:08.119Z | Downloaded libscf-sys v1.1.0 |
| 792 | 2026-06-08T20:18:08.119Z | Downloaded num-conv v0.2.0 |
| 793 | 2026-06-08T20:18:08.124Z | Downloaded ipnet v2.11.0 |
| 794 | 2026-06-08T20:18:08.124Z | Downloaded normalize-line-endings v0.3.0 |
| 795 | 2026-06-08T20:18:08.124Z | Downloaded nodrop v0.1.14 |
| 796 | 2026-06-08T20:18:08.124Z | Downloaded newtype-uuid-macros v0.1.0 |
| 797 | 2026-06-08T20:18:08.124Z | Downloaded num-derive v0.4.2 |
| 798 | 2026-06-08T20:18:08.127Z | Downloaded libsw-core v0.3.2 |
| 799 | 2026-06-08T20:18:08.128Z | Downloaded nonempty v0.12.0 |
| 800 | 2026-06-08T20:18:08.128Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-06-08T20:18:08.131Z | Downloaded num-derive v0.3.3 |
| 802 | 2026-06-08T20:18:08.131Z | Downloaded const_format v0.2.35 |
| 803 | 2026-06-08T20:18:08.135Z | Downloaded darling v0.20.11 |
| 804 | 2026-06-08T20:18:08.139Z | Downloaded darling v0.21.3 |
| 805 | 2026-06-08T20:18:08.142Z | Downloaded opaque-debug v0.3.1 |
| 806 | 2026-06-08T20:18:08.142Z | Downloaded libefi-sys v0.1.0 |
| 807 | 2026-06-08T20:18:08.142Z | Downloaded ingot v0.1.1 |
| 808 | 2026-06-08T20:18:08.147Z | Downloaded bytes v1.11.1 |
| 809 | 2026-06-08T20:18:08.147Z | Downloaded maplit v1.0.2 |
| 810 | 2026-06-08T20:18:08.149Z | Downloaded bumpalo v3.20.2 |
| 811 | 2026-06-08T20:18:08.149Z | Downloaded lazy_static v1.5.0 |
| 812 | 2026-06-08T20:18:08.149Z | Downloaded oso-derive v0.27.3 |
| 813 | 2026-06-08T20:18:08.153Z | Downloaded num-iter v0.1.45 |
| 814 | 2026-06-08T20:18:08.153Z | Downloaded libloading v0.8.9 |
| 815 | 2026-06-08T20:18:08.153Z | Downloaded ctr v0.9.2 |
| 816 | 2026-06-08T20:18:08.156Z | Downloaded crossbeam-utils v0.8.21 |
| 817 | 2026-06-08T20:18:08.156Z | Downloaded num_enum_derive v0.5.11 |
| 818 | 2026-06-08T20:18:08.161Z | Downloaded num_threads v0.1.7 |
| 819 | 2026-06-08T20:18:08.161Z | Downloaded iana-time-zone v0.1.65 |
| 820 | 2026-06-08T20:18:08.165Z | Downloaded linear-map v1.2.0 |
| 821 | 2026-06-08T20:18:08.165Z | Downloaded native-tls v0.2.18 |
| 822 | 2026-06-08T20:18:08.165Z | Downloaded libsw v3.5.0 |
| 823 | 2026-06-08T20:18:08.165Z | Downloaded newtype-uuid v1.3.2 |
| 824 | 2026-06-08T20:18:08.165Z | Downloaded fatfs v0.3.6 |
| 825 | 2026-06-08T20:18:08.169Z | Downloaded dropshot_endpoint v0.17.0 |
| 826 | 2026-06-08T20:18:08.174Z | Downloaded parse-display v0.10.0 |
| 827 | 2026-06-08T20:18:08.174Z | Downloaded hmac v0.12.1 |
| 828 | 2026-06-08T20:18:08.174Z | Downloaded drift v0.2.0 |
| 829 | 2026-06-08T20:18:08.177Z | Downloaded openssl-probe v0.1.6 |
| 830 | 2026-06-08T20:18:08.182Z | Downloaded openssl-macros v0.1.1 |
| 831 | 2026-06-08T20:18:08.182Z | Downloaded parse-size v1.1.0 |
| 832 | 2026-06-08T20:18:08.182Z | Downloaded num-rational v0.4.2 |
| 833 | 2026-06-08T20:18:08.185Z | Downloaded derive-where v1.6.0 |
| 834 | 2026-06-08T20:18:08.185Z | Downloaded crossbeam-epoch v0.9.18 |
| 835 | 2026-06-08T20:18:08.187Z | Downloaded peg-runtime v0.8.5 |
| 836 | 2026-06-08T20:18:08.187Z | Downloaded openssl-probe v0.2.1 |
| 837 | 2026-06-08T20:18:08.187Z | Downloaded darling v0.23.0 |
| 838 | 2026-06-08T20:18:08.205Z | Downloaded pbkdf2 v0.12.2 |
| 839 | 2026-06-08T20:18:08.208Z | Downloaded packed_struct_codegen v0.10.1 |
| 840 | 2026-06-08T20:18:08.208Z | Downloaded olpc-cjson v0.1.4 |
| 841 | 2026-06-08T20:18:08.208Z | Downloaded num_enum_derive v0.7.6 |
| 842 | 2026-06-08T20:18:08.212Z | Downloaded num-complex v0.4.6 |
| 843 | 2026-06-08T20:18:08.212Z | Downloaded nanorand v0.7.0 |
| 844 | 2026-06-08T20:18:08.215Z | Downloaded mime_guess v2.0.5 |
| 845 | 2026-06-08T20:18:08.215Z | Downloaded path-slash v0.1.5 |
| 846 | 2026-06-08T20:18:08.215Z | Downloaded oxide-tokio-rt v0.1.4 |
| 847 | 2026-06-08T20:18:08.226Z | Downloaded heapless v0.7.17 |
| 848 | 2026-06-08T20:18:08.227Z | Downloaded phf_shared v0.11.3 |
| 849 | 2026-06-08T20:18:08.227Z | Downloaded phf_shared v0.13.1 |
| 850 | 2026-06-08T20:18:08.231Z | Downloaded oxnet v0.1.5 |
| 851 | 2026-06-08T20:18:08.231Z | Downloaded headers v0.4.1 |
| 852 | 2026-06-08T20:18:08.231Z | Downloaded getrandom v0.3.4 |
| 853 | 2026-06-08T20:18:08.231Z | Downloaded diff v0.1.13 |
| 854 | 2026-06-08T20:18:08.231Z | Downloaded litrs v1.0.0 |
| 855 | 2026-06-08T20:18:08.234Z | Downloaded phf_shared v0.12.1 |
| 856 | 2026-06-08T20:18:08.234Z | Downloaded pin-utils v0.1.0 |
| 857 | 2026-06-08T20:18:08.234Z | Downloaded packed_struct v0.10.1 |
| 858 | 2026-06-08T20:18:08.237Z | Downloaded num-integer v0.1.46 |
| 859 | 2026-06-08T20:18:08.237Z | Downloaded aes v0.8.4 |
| 860 | 2026-06-08T20:18:08.240Z | Downloaded num_enum v0.7.6 |
| 861 | 2026-06-08T20:18:08.245Z | Downloaded predicates-tree v1.0.13 |
| 862 | 2026-06-08T20:18:08.245Z | Downloaded precomputed-hash v0.1.1 |
| 863 | 2026-06-08T20:18:08.245Z | Downloaded darling_core v0.20.11 |
| 864 | 2026-06-08T20:18:08.248Z | Downloaded darling_core v0.23.0 |
| 865 | 2026-06-08T20:18:08.250Z | Downloaded powerfmt v0.2.0 |
| 866 | 2026-06-08T20:18:08.253Z | Downloaded nu-ansi-term v0.50.3 |
| 867 | 2026-06-08T20:18:08.253Z | Downloaded pem-rfc7468 v0.7.0 |
| 868 | 2026-06-08T20:18:08.256Z | Downloaded peg-macros v0.8.5 |
| 869 | 2026-06-08T20:18:08.256Z | Downloaded peg v0.8.5 |
| 870 | 2026-06-08T20:18:08.259Z | Downloaded progenitor-client v0.14.0 |
| 871 | 2026-06-08T20:18:08.265Z | Downloaded progenitor-client v0.11.2 |
| 872 | 2026-06-08T20:18:08.265Z | Downloaded progenitor-client v0.10.0 |
| 873 | 2026-06-08T20:18:08.265Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 874 | 2026-06-08T20:18:08.265Z | Downloaded password-hash v0.5.0 |
| 875 | 2026-06-08T20:18:08.268Z | Downloaded proc-macro-crate v3.4.0 |
| 876 | 2026-06-08T20:18:08.268Z | Downloaded memmap2 v0.9.10 |
| 877 | 2026-06-08T20:18:08.268Z | Downloaded proc-macro-crate v1.3.1 |
| 878 | 2026-06-08T20:18:08.268Z | Downloaded predicates-core v1.0.10 |
| 879 | 2026-06-08T20:18:08.268Z | Downloaded password-hash v0.4.2 |
| 880 | 2026-06-08T20:18:08.271Z | Downloaded darling_core v0.13.4 |
| 881 | 2026-06-08T20:18:08.275Z | Downloaded progenitor-macro v0.14.0 |
| 882 | 2026-06-08T20:18:08.275Z | Downloaded pbkdf2 v0.11.0 |
| 883 | 2026-06-08T20:18:08.279Z | Downloaded paste v1.0.15 |
| 884 | 2026-06-08T20:18:08.279Z | Downloaded parse-display-derive v0.10.0 |
| 885 | 2026-06-08T20:18:08.279Z | Downloaded parking_lot_core v0.8.6 |
| 886 | 2026-06-08T20:18:08.282Z | Downloaded owo-colors v4.3.0 |
| 887 | 2026-06-08T20:18:08.282Z | Downloaded progenitor-macro v0.11.2 |
| 888 | 2026-06-08T20:18:08.282Z | Downloaded quick-error v1.2.3 |
| 889 | 2026-06-08T20:18:08.285Z | Downloaded progenitor-macro v0.13.0 |
| 890 | 2026-06-08T20:18:08.285Z | Downloaded pkg-config v0.3.32 |
| 891 | 2026-06-08T20:18:08.285Z | Downloaded psl-types v2.0.11 |
| 892 | 2026-06-08T20:18:08.290Z | Downloaded pin-project-internal v1.1.11 |
| 893 | 2026-06-08T20:18:08.290Z | Downloaded ignore v0.4.25 |
| 894 | 2026-06-08T20:18:08.292Z | Downloaded phf v0.12.1 |
| 895 | 2026-06-08T20:18:08.292Z | Downloaded pem v3.0.6 |
| 896 | 2026-06-08T20:18:08.292Z | Downloaded parking_lot v0.12.5 |
| 897 | 2026-06-08T20:18:08.295Z | Downloaded omicron-zone-package v0.12.2 |
| 898 | 2026-06-08T20:18:08.295Z | Downloaded num_enum v0.5.11 |
| 899 | 2026-06-08T20:18:08.299Z | Downloaded polyval v0.6.2 |
| 900 | 2026-06-08T20:18:08.301Z | Downloaded hickory-resolver v0.24.4 |
| 901 | 2026-06-08T20:18:08.304Z | Downloaded ingot-macros v0.1.1 |
| 902 | 2026-06-08T20:18:08.307Z | Downloaded rand_chacha v0.3.1 |
| 903 | 2026-06-08T20:18:08.307Z | Downloaded pin-project-lite v0.2.17 |
| 904 | 2026-06-08T20:18:08.310Z | Downloaded rand_xorshift v0.4.0 |
| 905 | 2026-06-08T20:18:08.310Z | Downloaded libbz2-rs-sys v0.2.2 |
| 906 | 2026-06-08T20:18:08.314Z | Downloaded predicates v3.1.4 |
| 907 | 2026-06-08T20:18:08.317Z | Downloaded ppv-lite86 v0.2.21 |
| 908 | 2026-06-08T20:18:08.317Z | Downloaded hyper-rustls v0.27.7 |
| 909 | 2026-06-08T20:18:08.317Z | Downloaded flume v0.11.1 |
| 910 | 2026-06-08T20:18:08.322Z | Downloaded darling_core v0.21.3 |
| 911 | 2026-06-08T20:18:08.328Z | Downloaded postgres-protocol v0.6.10 |
| 912 | 2026-06-08T20:18:08.328Z | Downloaded progenitor v0.14.0 |
| 913 | 2026-06-08T20:18:08.332Z | Downloaded progenitor v0.11.2 |
| 914 | 2026-06-08T20:18:08.332Z | Downloaded proc-macro-error2 v2.0.1 |
| 915 | 2026-06-08T20:18:08.332Z | Downloaded flate2 v1.1.9 |
| 916 | 2026-06-08T20:18:08.337Z | Downloaded ref-cast-impl v1.0.25 |
| 917 | 2026-06-08T20:18:08.337Z | Downloaded ref-cast v1.0.25 |
| 918 | 2026-06-08T20:18:08.337Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 919 | 2026-06-08T20:18:08.337Z | Downloaded der v0.7.10 |
| 920 | 2026-06-08T20:18:08.340Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-06-08T20:18:08.340Z | Downloaded elliptic-curve v0.13.8 |
| 922 | 2026-06-08T20:18:08.343Z | Downloaded russh-cryptovec v0.7.3 |
| 923 | 2026-06-08T20:18:08.347Z | Downloaded recursive v0.1.1 |
| 924 | 2026-06-08T20:18:08.347Z | Downloaded phf v0.13.1 |
| 925 | 2026-06-08T20:18:08.347Z | Downloaded psm v0.1.30 |
| 926 | 2026-06-08T20:18:08.350Z | Downloaded rtoolbox v0.0.3 |
| 927 | 2026-06-08T20:18:08.350Z | Downloaded pkcs5 v0.7.1 |
| 928 | 2026-06-08T20:18:08.353Z | Downloaded parking_lot_core v0.9.12 |
| 929 | 2026-06-08T20:18:08.353Z | Downloaded indicatif v0.18.4 |
| 930 | 2026-06-08T20:18:08.356Z | Downloaded progenitor-client v0.13.0 |
| 931 | 2026-06-08T20:18:08.359Z | Downloaded parking_lot v0.11.2 |
| 932 | 2026-06-08T20:18:08.359Z | Downloaded p256 v0.13.2 |
| 933 | 2026-06-08T20:18:08.362Z | Downloaded indexmap v1.9.3 |
| 934 | 2026-06-08T20:18:08.362Z | Downloaded progenitor-extras v0.2.0 |
| 935 | 2026-06-08T20:18:08.366Z | Downloaded papergrid v0.17.0 |
| 936 | 2026-06-08T20:18:08.369Z | Downloaded pkcs8 v0.10.2 |
| 937 | 2026-06-08T20:18:08.373Z | Downloaded postcard v1.1.3 |
| 938 | 2026-06-08T20:18:08.373Z | Downloaded rustc_version v0.1.7 |
| 939 | 2026-06-08T20:18:08.373Z | Downloaded rustc-hash v2.1.1 |
| 940 | 2026-06-08T20:18:08.376Z | Downloaded rand_seeder v0.4.0 |
| 941 | 2026-06-08T20:18:08.376Z | Downloaded crypto-bigint v0.5.5 |
| 942 | 2026-06-08T20:18:08.383Z | Downloaded salsa20 v0.10.2 |
| 943 | 2026-06-08T20:18:08.383Z | Downloaded rand_core v0.10.0 |
| 944 | 2026-06-08T20:18:08.383Z | Downloaded heapless v0.8.0 |
| 945 | 2026-06-08T20:18:08.383Z | Downloaded jiff-static v0.2.21 |
| 946 | 2026-06-08T20:18:08.388Z | Downloaded rand_core v0.9.5 |
| 947 | 2026-06-08T20:18:08.388Z | Downloaded rand_core v0.6.4 |
| 948 | 2026-06-08T20:18:08.391Z | Downloaded futures v0.3.32 |
| 949 | 2026-06-08T20:18:08.391Z | Downloaded rand_chacha v0.9.0 |
| 950 | 2026-06-08T20:18:08.395Z | Downloaded radium v0.7.0 |
| 951 | 2026-06-08T20:18:08.395Z | Downloaded r2d2 v0.8.10 |
| 952 | 2026-06-08T20:18:08.395Z | Downloaded poly1305 v0.8.0 |
| 953 | 2026-06-08T20:18:08.398Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-06-08T20:18:08.398Z | Downloaded async-compression v0.4.41 |
| 955 | 2026-06-08T20:18:08.402Z | Downloaded expectorate v1.2.0 |
| 956 | 2026-06-08T20:18:08.404Z | Downloaded scrypt v0.11.0 |
| 957 | 2026-06-08T20:18:08.404Z | Downloaded scroll_derive v0.13.1 |
| 958 | 2026-06-08T20:18:08.407Z | Downloaded hickory-resolver v0.25.2 |
| 959 | 2026-06-08T20:18:08.410Z | Downloaded secrecy v0.10.3 |
| 960 | 2026-06-08T20:18:08.410Z | Downloaded semver v0.1.20 |
| 961 | 2026-06-08T20:18:08.413Z | Downloaded scheduled-thread-pool v0.2.7 |
| 962 | 2026-06-08T20:18:08.413Z | Downloaded sapling-renderdag v0.1.0 |
| 963 | 2026-06-08T20:18:08.413Z | Downloaded secrecy v0.8.0 |
| 964 | 2026-06-08T20:18:08.416Z | Downloaded scopeguard v1.2.0 |
| 965 | 2026-06-08T20:18:08.416Z | Downloaded postgres-types v0.2.12 |
| 966 | 2026-06-08T20:18:08.420Z | Downloaded quinn-udp v0.5.14 |
| 967 | 2026-06-08T20:18:08.420Z | Downloaded primeorder v0.13.6 |
| 968 | 2026-06-08T20:18:08.420Z | Downloaded oso v0.27.3 |
| 969 | 2026-06-08T20:18:08.423Z | Downloaded rustls-pemfile v1.0.4 |
| 970 | 2026-06-08T20:18:08.423Z | Downloaded serde_bytes v0.11.19 |
| 971 | 2026-06-08T20:18:08.427Z | Downloaded rustls-pemfile v2.2.0 |
| 972 | 2026-06-08T20:18:08.427Z | Downloaded serde-big-array v0.5.1 |
| 973 | 2026-06-08T20:18:08.431Z | Downloaded resolv-conf v0.7.6 |
| 974 | 2026-06-08T20:18:08.431Z | Downloaded progenitor v0.13.0 |
| 975 | 2026-06-08T20:18:08.431Z | Downloaded minimal-lexical v0.2.1 |
| 976 | 2026-06-08T20:18:08.434Z | Downloaded derive_more-impl v2.1.1 |
| 977 | 2026-06-08T20:18:08.437Z | Downloaded serde_urlencoded v0.7.1 |
| 978 | 2026-06-08T20:18:08.437Z | Downloaded pin-project v1.1.11 |
| 979 | 2026-06-08T20:18:08.444Z | Downloaded serde_spanned v1.0.4 |
| 980 | 2026-06-08T20:18:08.447Z | Downloaded miniz_oxide v0.8.9 |
| 981 | 2026-06-08T20:18:08.447Z | Downloaded ed25519-dalek v2.2.0 |
| 982 | 2026-06-08T20:18:08.450Z | Downloaded rustc_version v0.4.1 |
| 983 | 2026-06-08T20:18:08.452Z | Downloaded cc v1.2.56 |
| 984 | 2026-06-08T20:18:08.452Z | Downloaded serde_repr v0.1.20 |
| 985 | 2026-06-08T20:18:08.455Z | Downloaded sha1 v0.10.6 |
| 986 | 2026-06-08T20:18:08.455Z | Downloaded base64 v0.22.1 |
| 987 | 2026-06-08T20:18:08.458Z | Downloaded signal-hook-mio v0.2.5 |
| 988 | 2026-06-08T20:18:08.461Z | Downloaded serde_plain v1.0.2 |
| 989 | 2026-06-08T20:18:08.461Z | Downloaded multer v3.1.0 |
| 990 | 2026-06-08T20:18:08.464Z | Downloaded highway v1.3.0 |
| 991 | 2026-06-08T20:18:08.464Z | Downloaded chacha20poly1305 v0.10.1 |
| 992 | 2026-06-08T20:18:08.467Z | Downloaded lock_api v0.4.14 |
| 993 | 2026-06-08T20:18:08.467Z | Downloaded md-5 v0.10.6 |
| 994 | 2026-06-08T20:18:08.470Z | Downloaded hashbrown v0.12.3 |
| 995 | 2026-06-08T20:18:08.473Z | Downloaded sec1 v0.7.3 |
| 996 | 2026-06-08T20:18:08.478Z | Downloaded slog-bunyan v2.5.0 |
| 997 | 2026-06-08T20:18:08.478Z | Downloaded derive_more v2.1.1 |
| 998 | 2026-06-08T20:18:08.482Z | Downloaded slog-envlogger v2.2.0 |
| 999 | 2026-06-08T20:18:08.487Z | Downloaded same-file v1.0.6 |
| 1000 | 2026-06-08T20:18:08.487Z | Downloaded rusty-fork v0.3.1 |
| 1001 | 2026-06-08T20:18:08.490Z | Downloaded hickory-server v0.25.2 |
| 1002 | 2026-06-08T20:18:08.490Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-06-08T20:18:08.490Z | Downloaded siphasher v1.0.2 |
| 1004 | 2026-06-08T20:18:08.493Z | Downloaded sigpipe v0.1.3 |
| 1005 | 2026-06-08T20:18:08.493Z | Downloaded signal-hook-tokio v0.3.1 |
| 1006 | 2026-06-08T20:18:08.493Z | Downloaded signature v2.2.0 |
| 1007 | 2026-06-08T20:18:08.496Z | Downloaded rustls-native-certs v0.8.3 |
| 1008 | 2026-06-08T20:18:08.496Z | Downloaded russh-keys v0.45.0 |
| 1009 | 2026-06-08T20:18:08.506Z | Downloaded mio v1.2.0 |
| 1010 | 2026-06-08T20:18:08.506Z | Downloaded sct v0.7.1 |
| 1011 | 2026-06-08T20:18:08.510Z | Downloaded itertools v0.10.5 |
| 1012 | 2026-06-08T20:18:08.510Z | Downloaded rustls-pki-types v1.14.0 |
| 1013 | 2026-06-08T20:18:08.510Z | Downloaded schemars_derive v0.8.22 |
| 1014 | 2026-06-08T20:18:08.513Z | Downloaded openssl-sys v0.9.115 |
| 1015 | 2026-06-08T20:18:08.516Z | Downloaded strsim v0.10.0 |
| 1016 | 2026-06-08T20:18:08.516Z | Downloaded ssh-encoding v0.2.0 |
| 1017 | 2026-06-08T20:18:08.516Z | Downloaded ssh-cipher v0.2.0 |
| 1018 | 2026-06-08T20:18:08.519Z | Downloaded pretty_assertions v1.4.1 |
| 1019 | 2026-06-08T20:18:08.522Z | Downloaded prefix-trie v0.7.0 |
| 1020 | 2026-06-08T20:18:08.522Z | Downloaded hyper-util v0.1.20 |
| 1021 | 2026-06-08T20:18:08.528Z | Downloaded progenitor-impl v0.13.0 |
| 1022 | 2026-06-08T20:18:08.544Z | Downloaded http v1.4.0 |
| 1023 | 2026-06-08T20:18:08.544Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-06-08T20:18:08.545Z | Downloaded structmeta v0.3.0 |
| 1025 | 2026-06-08T20:18:08.551Z | Downloaded slab v0.4.12 |
| 1026 | 2026-06-08T20:18:08.551Z | Downloaded shell-words v1.1.1 |
| 1027 | 2026-06-08T20:18:08.551Z | Downloaded shlex v1.3.0 |
| 1028 | 2026-06-08T20:18:08.552Z | Downloaded sqlparser_derive v0.5.0 |
| 1029 | 2026-06-08T20:18:08.552Z | Downloaded serde_path_to_error v0.1.20 |
| 1030 | 2026-06-08T20:18:08.552Z | Downloaded serde_derive_internals v0.29.1 |
| 1031 | 2026-06-08T20:18:08.552Z | Downloaded slog-dtrace v0.3.0 |
| 1032 | 2026-06-08T20:18:08.552Z | Downloaded slog-async v2.8.0 |
| 1033 | 2026-06-08T20:18:08.552Z | Downloaded serde-hex v0.1.0 |
| 1034 | 2026-06-08T20:18:08.558Z | Downloaded diesel_derives v2.3.7 |
| 1035 | 2026-06-08T20:18:08.558Z | Downloaded hashbrown v0.16.1 |
| 1036 | 2026-06-08T20:18:08.561Z | Downloaded smf v0.2.3 |
| 1037 | 2026-06-08T20:18:08.561Z | Downloaded supports-color v3.0.2 |
| 1038 | 2026-06-08T20:18:08.561Z | Downloaded structmeta-derive v0.3.0 |
| 1039 | 2026-06-08T20:18:08.562Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1040 | 2026-06-08T20:18:08.562Z | Downloaded hashbrown v0.15.5 |
| 1041 | 2026-06-08T20:18:08.567Z | Downloaded strum v0.27.2 |
| 1042 | 2026-06-08T20:18:08.570Z | Downloaded slog-term v2.9.2 |
| 1043 | 2026-06-08T20:18:08.570Z | Downloaded tabwriter v1.4.1 |
| 1044 | 2026-06-08T20:18:08.570Z | Downloaded sync_wrapper v1.0.2 |
| 1045 | 2026-06-08T20:18:08.570Z | Downloaded smallvec v0.6.14 |
| 1046 | 2026-06-08T20:18:08.570Z | Downloaded serde_with_macros v1.5.2 |
| 1047 | 2026-06-08T20:18:08.573Z | Downloaded strum v0.26.3 |
| 1048 | 2026-06-08T20:18:08.573Z | Downloaded serde_cbor v0.11.2 |
| 1049 | 2026-06-08T20:18:08.576Z | Downloaded hashbrown v0.13.2 |
| 1050 | 2026-06-08T20:18:08.580Z | Downloaded tabled_derive v0.11.0 |
| 1051 | 2026-06-08T20:18:08.580Z | Downloaded simd-adler32 v0.3.8 |
| 1052 | 2026-06-08T20:18:08.582Z | Downloaded rustversion v1.0.22 |
| 1053 | 2026-06-08T20:18:08.582Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1054 | 2026-06-08T20:18:08.585Z | Downloaded take_mut v0.2.2 |
| 1055 | 2026-06-08T20:18:08.585Z | Downloaded snafu-derive v0.8.9 |
| 1056 | 2026-06-08T20:18:08.585Z | Downloaded slog-json v2.6.1 |
| 1057 | 2026-06-08T20:18:08.588Z | Downloaded crossterm v0.28.1 |
| 1058 | 2026-06-08T20:18:08.591Z | Downloaded termtree v0.5.1 |
| 1059 | 2026-06-08T20:18:08.596Z | Downloaded slog-stdlog v4.1.1 |
| 1060 | 2026-06-08T20:18:08.596Z | Downloaded slog-scope v4.4.1 |
| 1061 | 2026-06-08T20:18:08.600Z | Downloaded seq-macro v0.3.6 |
| 1062 | 2026-06-08T20:18:08.600Z | Downloaded ryu v1.0.23 |
| 1063 | 2026-06-08T20:18:08.600Z | Downloaded tap v1.0.1 |
| 1064 | 2026-06-08T20:18:08.600Z | Downloaded rcgen v0.12.1 |
| 1065 | 2026-06-08T20:18:08.603Z | Downloaded progenitor-impl v0.11.2 |
| 1066 | 2026-06-08T20:18:08.603Z | Downloaded strum_macros v0.26.4 |
| 1067 | 2026-06-08T20:18:08.606Z | Downloaded thread-id v5.1.0 |
| 1068 | 2026-06-08T20:18:08.606Z | Downloaded num-bigint v0.4.6 |
| 1069 | 2026-06-08T20:18:08.609Z | Downloaded schemars v0.8.22 |
| 1070 | 2026-06-08T20:18:08.616Z | Downloaded strum_macros v0.24.3 |
| 1071 | 2026-06-08T20:18:08.620Z | Downloaded sync-ptr v0.1.4 |
| 1072 | 2026-06-08T20:18:08.620Z | Downloaded strum_macros v0.27.2 |
| 1073 | 2026-06-08T20:18:08.623Z | Downloaded sqlformat v0.3.5 |
| 1074 | 2026-06-08T20:18:08.623Z | Downloaded tokio-macros v2.7.0 |
| 1075 | 2026-06-08T20:18:08.623Z | Downloaded time-core v0.1.8 |
| 1076 | 2026-06-08T20:18:08.623Z | Downloaded tinyvec_macros v0.1.1 |
| 1077 | 2026-06-08T20:18:08.626Z | Downloaded aho-corasick v1.1.4 |
| 1078 | 2026-06-08T20:18:08.631Z | Downloaded publicsuffix v2.3.0 |
| 1079 | 2026-06-08T20:18:08.635Z | Downloaded spki v0.7.3 |
| 1080 | 2026-06-08T20:18:08.635Z | Downloaded progenitor-impl v0.14.0 |
| 1081 | 2026-06-08T20:18:08.635Z | Downloaded tagptr v0.2.0 |
| 1082 | 2026-06-08T20:18:08.635Z | Downloaded testing_table v0.3.0 |
| 1083 | 2026-06-08T20:18:08.638Z | Downloaded serde_with_macros v3.17.0 |
| 1084 | 2026-06-08T20:18:08.638Z | Downloaded prettyplease v0.2.37 |
| 1085 | 2026-06-08T20:18:08.641Z | Downloaded support-bundle-viewer v0.1.2 |
| 1086 | 2026-06-08T20:18:08.641Z | Downloaded subtle v2.6.1 |
| 1087 | 2026-06-08T20:18:08.641Z | Downloaded string_cache v0.8.9 |
| 1088 | 2026-06-08T20:18:08.644Z | Downloaded itertools v0.12.1 |
| 1089 | 2026-06-08T20:18:08.647Z | Downloaded stringprep v0.1.5 |
| 1090 | 2026-06-08T20:18:08.650Z | Downloaded stacker v0.1.23 |
| 1091 | 2026-06-08T20:18:08.650Z | Downloaded rayon-core v1.13.0 |
| 1092 | 2026-06-08T20:18:08.653Z | Downloaded static_assertions v1.1.0 |
| 1093 | 2026-06-08T20:18:08.659Z | Downloaded dropshot-api-manager v0.7.2 |
| 1094 | 2026-06-08T20:18:08.662Z | Downloaded iri-string v0.7.10 |
| 1095 | 2026-06-08T20:18:08.666Z | Downloaded crossterm v0.29.0 |
| 1096 | 2026-06-08T20:18:08.670Z | Downloaded tower-layer v0.3.3 |
| 1097 | 2026-06-08T20:18:08.673Z | Downloaded tiny-keccak v2.0.2 |
| 1098 | 2026-06-08T20:18:08.673Z | Downloaded spin v0.9.8 |
| 1099 | 2026-06-08T20:18:08.676Z | Downloaded thiserror-no-std v2.0.2 |
| 1100 | 2026-06-08T20:18:08.679Z | Downloaded tower-service v0.3.3 |
| 1101 | 2026-06-08T20:18:08.679Z | Downloaded topological-sort v0.2.2 |
| 1102 | 2026-06-08T20:18:08.683Z | Downloaded trait-variant v0.1.2 |
| 1103 | 2026-06-08T20:18:08.683Z | Downloaded termios v0.3.3 |
| 1104 | 2026-06-08T20:18:08.689Z | Downloaded tokio-native-tls v0.3.1 |
| 1105 | 2026-06-08T20:18:08.695Z | Downloaded typify-macro v0.6.2 |
| 1106 | 2026-06-08T20:18:08.695Z | Downloaded typify-macro v0.4.3 |
| 1107 | 2026-06-08T20:18:08.700Z | Downloaded tls_codec_derive v0.4.2 |
| 1108 | 2026-06-08T20:18:08.700Z | Downloaded ron v0.8.1 |
| 1109 | 2026-06-08T20:18:08.700Z | Downloaded quinn v0.11.9 |
| 1110 | 2026-06-08T20:18:08.703Z | Downloaded try-lock v0.2.5 |
| 1111 | 2026-06-08T20:18:08.703Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1112 | 2026-06-08T20:18:08.703Z | Downloaded qorb v0.4.1 |
| 1113 | 2026-06-08T20:18:08.707Z | Downloaded unarray v0.1.4 |
| 1114 | 2026-06-08T20:18:08.707Z | Downloaded tokio-tungstenite v0.23.1 |
| 1115 | 2026-06-08T20:18:08.710Z | Downloaded tokio-tungstenite v0.21.0 |
| 1116 | 2026-06-08T20:18:08.710Z | Downloaded nom v7.1.3 |
| 1117 | 2026-06-08T20:18:08.713Z | Downloaded untrusted v0.9.0 |
| 1118 | 2026-06-08T20:18:08.713Z | Downloaded tls_codec v0.4.2 |
| 1119 | 2026-06-08T20:18:08.716Z | Downloaded time-macros v0.2.27 |
| 1120 | 2026-06-08T20:18:08.716Z | Downloaded thread_local v1.1.9 |
| 1121 | 2026-06-08T20:18:08.720Z | Downloaded itertools v0.13.0 |
| 1122 | 2026-06-08T20:18:08.725Z | Downloaded term v0.7.0 |
| 1123 | 2026-06-08T20:18:08.730Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1124 | 2026-06-08T20:18:08.730Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1125 | 2026-06-08T20:18:08.730Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-06-08T20:18:08.730Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-06-08T20:18:08.730Z | Downloaded libxml v0.3.3 |
| 1128 | 2026-06-08T20:18:08.734Z | Downloaded tokio-rustls v0.25.0 |
| 1129 | 2026-06-08T20:18:08.735Z | Downloaded similar v2.7.0 |
| 1130 | 2026-06-08T20:18:08.737Z | Downloaded term v1.2.1 |
| 1131 | 2026-06-08T20:18:08.741Z | Downloaded unicode-truncate v1.1.0 |
| 1132 | 2026-06-08T20:18:08.741Z | Downloaded untrusted v0.7.1 |
| 1133 | 2026-06-08T20:18:08.741Z | Downloaded itertools v0.14.0 |
| 1134 | 2026-06-08T20:18:08.747Z | Downloaded utf-8 v0.7.6 |
| 1135 | 2026-06-08T20:18:09.755Z | Downloaded usdt-macro v0.6.0 |
| 1136 | 2026-06-08T20:18:09.755Z | Downloaded universal-hash v0.5.1 |
| 1137 | 2026-06-08T20:18:09.755Z | Downloaded num-bigint-dig v0.8.6 |
| 1138 | 2026-06-08T20:18:09.759Z | Downloaded nom v8.0.0 |
| 1139 | 2026-06-08T20:18:09.759Z | Downloaded void v1.0.2 |
| 1140 | 2026-06-08T20:18:09.759Z | Downloaded schemars v0.9.0 |
| 1141 | 2026-06-08T20:18:09.759Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1142 | 2026-06-08T20:18:09.759Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1143 | 2026-06-08T20:18:09.759Z | Downloaded want v0.3.1 |
| 1144 | 2026-06-08T20:18:09.759Z | Downloaded waitgroup v0.1.2 |
| 1145 | 2026-06-08T20:18:09.759Z | Downloaded tokio-dtrace v0.1.1 |
| 1146 | 2026-06-08T20:18:09.759Z | Downloaded subprocess v0.2.15 |
| 1147 | 2026-06-08T20:18:09.759Z | Downloaded rsa v0.9.10 |
| 1148 | 2026-06-08T20:18:09.759Z | Downloaded rand v0.9.2 |
| 1149 | 2026-06-08T20:18:09.759Z | Downloaded h2 v0.4.13 |
| 1150 | 2026-06-08T20:18:09.759Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-06-08T20:18:09.759Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-06-08T20:18:09.759Z | Downloaded xshell-macros v0.2.7 |
| 1153 | 2026-06-08T20:18:09.759Z | Downloaded xattr v1.6.1 |
| 1154 | 2026-06-08T20:18:09.759Z | Downloaded rand v0.10.0 |
| 1155 | 2026-06-08T20:18:09.759Z | Downloaded wait-timeout v0.2.1 |
| 1156 | 2026-06-08T20:18:09.760Z | Downloaded futures-util v0.3.32 |
| 1157 | 2026-06-08T20:18:09.760Z | Downloaded unicase v2.9.0 |
| 1158 | 2026-06-08T20:18:09.760Z | Downloaded signal-hook v0.3.18 |
| 1159 | 2026-06-08T20:18:09.760Z | Downloaded uzers v0.12.2 |
| 1160 | 2026-06-08T20:18:09.760Z | Downloaded vergen-lib v9.1.0 |
| 1161 | 2026-06-08T20:18:09.760Z | Downloaded usdt-impl v0.6.0 |
| 1162 | 2026-06-08T20:18:09.760Z | Downloaded hkdf v0.12.4 |
| 1163 | 2026-06-08T20:18:09.760Z | Downloaded rand v0.8.6 |
| 1164 | 2026-06-08T20:18:09.760Z | Downloaded zone v0.3.1 |
| 1165 | 2026-06-08T20:18:09.760Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1166 | 2026-06-08T20:18:09.760Z | Downloaded vergen-gitcl v1.0.8 |
| 1167 | 2026-06-08T20:18:09.760Z | Downloaded unit-prefix v0.5.2 |
| 1168 | 2026-06-08T20:18:09.760Z | Downloaded blake3 v1.8.3 |
| 1169 | 2026-06-08T20:18:09.760Z | Downloaded tui-tree-widget v0.23.1 |
| 1170 | 2026-06-08T20:18:09.760Z | Downloaded rustls-webpki v0.103.9 |
| 1171 | 2026-06-08T20:18:09.760Z | Downloaded tokio-rustls v0.24.1 |
| 1172 | 2026-06-08T20:18:09.760Z | Downloaded tokio-stream v0.1.18 |
| 1173 | 2026-06-08T20:18:09.760Z | Downloaded zeroize_derive v1.4.3 |
| 1174 | 2026-06-08T20:18:09.760Z | Downloaded samael v0.0.19 |
| 1175 | 2026-06-08T20:18:09.760Z | Downloaded whoami v1.6.1 |
| 1176 | 2026-06-08T20:18:09.760Z | Downloaded vergen-lib v0.1.6 |
| 1177 | 2026-06-08T20:18:09.760Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-06-08T20:18:09.760Z | Downloaded snafu v0.8.9 |
| 1179 | 2026-06-08T20:18:09.760Z | Downloaded zone_cfg_derive v0.3.1 |
| 1180 | 2026-06-08T20:18:09.760Z | Downloaded vsss-rs v3.3.4 |
| 1181 | 2026-06-08T20:18:09.760Z | Downloaded tracing-attributes v0.1.31 |
| 1182 | 2026-06-08T20:18:09.760Z | Downloaded unicode-properties v0.1.4 |
| 1183 | 2026-06-08T20:18:09.760Z | Downloaded socket2 v0.6.3 |
| 1184 | 2026-06-08T20:18:09.760Z | Downloaded slog v2.8.2 |
| 1185 | 2026-06-08T20:18:09.760Z | Downloaded walkdir v2.5.0 |
| 1186 | 2026-06-08T20:18:09.760Z | Downloaded hyper v1.8.1 |
| 1187 | 2026-06-08T20:18:09.760Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1188 | 2026-06-08T20:18:09.760Z | Downloaded zeroize v1.8.2 |
| 1189 | 2026-06-08T20:18:09.760Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-06-08T20:18:09.760Z | Downloaded test-strategy v0.4.5 |
| 1191 | 2026-06-08T20:18:09.760Z | Downloaded tar v0.4.45 |
| 1192 | 2026-06-08T20:18:09.761Z | Downloaded steno v0.4.1 |
| 1193 | 2026-06-08T20:18:09.761Z | Downloaded serde_with v1.14.0 |
| 1194 | 2026-06-08T20:18:09.761Z | Downloaded twox-hash v2.1.2 |
| 1195 | 2026-06-08T20:18:09.761Z | Downloaded zstd-safe v7.2.4 |
| 1196 | 2026-06-08T20:18:09.761Z | Downloaded zstd v0.13.3 |
| 1197 | 2026-06-08T20:18:09.761Z | Downloaded wyz v0.5.1 |
| 1198 | 2026-06-08T20:18:09.761Z | Downloaded tungstenite v0.23.0 |
| 1199 | 2026-06-08T20:18:09.761Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-06-08T20:18:09.761Z | Downloaded russh v0.45.0 |
| 1201 | 2026-06-08T20:18:09.761Z | Downloaded aws-lc-rs v1.16.3 |
| 1202 | 2026-06-08T20:18:09.761Z | Downloaded tinyvec v1.10.0 |
| 1203 | 2026-06-08T20:18:09.761Z | Downloaded p521 v0.13.3 |
| 1204 | 2026-06-08T20:18:09.761Z | Downloaded schemars v1.2.1 |
| 1205 | 2026-06-08T20:18:09.761Z | Downloaded unicode-bidi v0.3.18 |
| 1206 | 2026-06-08T20:18:09.761Z | Downloaded vergen v9.1.0 |
| 1207 | 2026-06-08T20:18:09.761Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1208 | 2026-06-08T20:18:09.761Z | Downloaded uuid v1.23.0 |
| 1209 | 2026-06-08T20:18:09.761Z | Downloaded diesel v2.3.7 |
| 1210 | 2026-06-08T20:18:09.761Z | Downloaded vte v0.14.1 |
| 1211 | 2026-06-08T20:18:09.761Z | Downloaded chrono v0.4.44 |
| 1212 | 2026-06-08T20:18:09.761Z | Downloaded typify v0.6.2 |
| 1213 | 2026-06-08T20:18:09.761Z | Downloaded whoami v2.1.0 |
| 1214 | 2026-06-08T20:18:09.761Z | Downloaded p384 v0.13.1 |
| 1215 | 2026-06-08T20:18:09.761Z | Downloaded typify v0.4.3 |
| 1216 | 2026-06-08T20:18:09.761Z | Downloaded git2 v0.20.4 |
| 1217 | 2026-06-08T20:18:09.761Z | Downloaded rustyline v14.0.0 |
| 1218 | 2026-06-08T20:18:09.761Z | Downloaded libm v0.2.16 |
| 1219 | 2026-06-08T20:18:09.761Z | Downloaded yasna v0.5.2 |
| 1220 | 2026-06-08T20:18:09.761Z | Downloaded ssh-key v0.6.7 |
| 1221 | 2026-06-08T20:18:09.761Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-06-08T20:18:09.761Z | Downloaded regex v1.12.3 |
| 1223 | 2026-06-08T20:18:09.761Z | Downloaded bitvec v1.0.1 |
| 1224 | 2026-06-08T20:18:09.761Z | Downloaded tokio-postgres v0.7.16 |
| 1225 | 2026-06-08T20:18:09.761Z | Downloaded tungstenite v0.21.0 |
| 1226 | 2026-06-08T20:18:09.761Z | Downloaded rpassword v7.4.0 |
| 1227 | 2026-06-08T20:18:09.761Z | Downloaded bindgen v0.71.1 |
| 1228 | 2026-06-08T20:18:09.761Z | Downloaded rayon v1.11.0 |
| 1229 | 2026-06-08T20:18:09.762Z | Downloaded toml v0.7.8 |
| 1230 | 2026-06-08T20:18:09.762Z | Downloaded bstr v1.12.1 |
| 1231 | 2026-06-08T20:18:09.762Z | Downloaded zerocopy v0.6.6 |
| 1232 | 2026-06-08T20:18:09.762Z | Downloaded moka v0.12.13 |
| 1233 | 2026-06-08T20:18:09.762Z | Downloaded unsafe-libyaml v0.2.11 |
| 1234 | 2026-06-08T20:18:09.762Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-06-08T20:18:09.762Z | Downloaded tower v0.5.3 |
| 1236 | 2026-06-08T20:18:09.763Z | Downloaded zopfli v0.8.3 |
| 1237 | 2026-06-08T20:18:09.763Z | Downloaded reedline v0.40.0 |
| 1238 | 2026-06-08T20:18:09.769Z | Downloaded x509-cert v0.2.5 |
| 1239 | 2026-06-08T20:18:09.769Z | Downloaded typed-path v0.9.3 |
| 1240 | 2026-06-08T20:18:09.769Z | Downloaded zerocopy-derive v0.8.40 |
| 1241 | 2026-06-08T20:18:09.769Z | Downloaded salty v0.3.0 |
| 1242 | 2026-06-08T20:18:09.769Z | Downloaded iddqd v0.4.2 |
| 1243 | 2026-06-08T20:18:09.769Z | Downloaded yansi v1.0.1 |
| 1244 | 2026-06-08T20:18:09.769Z | Downloaded unicode-normalization v0.1.25 |
| 1245 | 2026-06-08T20:18:09.769Z | Downloaded rustls-webpki v0.102.8 |
| 1246 | 2026-06-08T20:18:09.769Z | Downloaded zip v0.6.6 |
| 1247 | 2026-06-08T20:18:09.769Z | Downloaded petname v2.0.2 |
| 1248 | 2026-06-08T20:18:09.769Z | Downloaded reqwest v0.13.2 |
| 1249 | 2026-06-08T20:18:09.769Z | Downloaded tough v0.22.0 |
| 1250 | 2026-06-08T20:18:09.769Z | Downloaded tokio-util v0.7.18 |
| 1251 | 2026-06-08T20:18:09.769Z | Downloaded toml_edit v0.19.15 |
| 1252 | 2026-06-08T20:18:09.769Z | Downloaded unicode-segmentation v1.12.0 |
| 1253 | 2026-06-08T20:18:09.769Z | Downloaded quinn-proto v0.11.13 |
| 1254 | 2026-06-08T20:18:09.769Z | Downloaded portable-atomic v1.13.1 |
| 1255 | 2026-06-08T20:18:09.769Z | Downloaded unicode_categories v0.1.1 |
| 1256 | 2026-06-08T20:18:09.769Z | Downloaded nix v0.27.1 |
| 1257 | 2026-06-08T20:18:09.769Z | Downloaded lalrpop v0.19.12 |
| 1258 | 2026-06-08T20:18:09.769Z | Downloaded quick-xml v0.37.5 |
| 1259 | 2026-06-08T20:18:09.769Z | Downloaded polar-core v0.27.3 |
| 1260 | 2026-06-08T20:18:09.769Z | Downloaded goblin v0.10.5 |
| 1261 | 2026-06-08T20:18:09.769Z | Downloaded smoltcp v0.9.1 |
| 1262 | 2026-06-08T20:18:09.769Z | Downloaded zip v4.6.1 |
| 1263 | 2026-06-08T20:18:09.769Z | Downloaded zlib-rs v0.6.2 |
| 1264 | 2026-06-08T20:18:09.769Z | Downloaded serde_with v3.17.0 |
| 1265 | 2026-06-08T20:18:09.769Z | Downloaded regex-syntax v0.6.29 |
| 1266 | 2026-06-08T20:18:09.769Z | Downloaded tower-http v0.6.8 |
| 1267 | 2026-06-08T20:18:09.769Z | Downloaded vcpkg v0.2.15 |
| 1268 | 2026-06-08T20:18:09.769Z | Downloaded object v0.30.4 |
| 1269 | 2026-06-08T20:18:09.769Z | Downloaded proptest v1.10.0 |
| 1270 | 2026-06-08T20:18:09.770Z | Downloaded regress v0.10.5 |
| 1271 | 2026-06-08T20:18:09.770Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-06-08T20:18:09.770Z | Downloaded rustls v0.22.4 |
| 1273 | 2026-06-08T20:18:09.770Z | Downloaded regress v0.11.1 |
| 1274 | 2026-06-08T20:18:09.770Z | Downloaded rustls v0.23.37 |
| 1275 | 2026-06-08T20:18:09.770Z | Downloaded rustix v0.38.44 |
| 1276 | 2026-06-08T20:18:09.770Z | Downloaded curve25519-dalek v4.1.3 |
| 1277 | 2026-06-08T20:18:09.770Z | Downloaded radix_trie v0.2.1 |
| 1278 | 2026-06-08T20:18:09.770Z | Downloaded winnow v0.6.26 |
| 1279 | 2026-06-08T20:18:09.770Z | Downloaded time v0.3.47 |
| 1280 | 2026-06-08T20:18:09.770Z | Downloaded tabled v0.20.0 |
| 1281 | 2026-06-08T20:18:09.770Z | Downloaded sqlparser v0.61.0 |
| 1282 | 2026-06-08T20:18:09.771Z | Downloaded sled v0.34.7 |
| 1283 | 2026-06-08T20:18:09.771Z | Downloaded ratatui v0.29.0 |
| 1284 | 2026-06-08T20:18:09.771Z | Downloaded dropshot v0.17.0 |
| 1285 | 2026-06-08T20:18:09.771Z | Downloaded webpki-roots v1.0.6 |
| 1286 | 2026-06-08T20:18:09.771Z | Downloaded hickory-proto v0.24.4 |
| 1287 | 2026-06-08T20:18:09.771Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1288 | 2026-06-08T20:18:09.771Z | Downloaded openssl v0.10.79 |
| 1289 | 2026-06-08T20:18:09.771Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-06-08T20:18:09.771Z | Downloaded regex-automata v0.4.14 |
| 1291 | 2026-06-08T20:18:09.771Z | Downloaded smoltcp v0.11.0 |
| 1292 | 2026-06-08T20:18:09.771Z | Downloaded hickory-proto v0.25.2 |
| 1293 | 2026-06-08T20:18:09.771Z | Downloaded petgraph v0.6.5 |
| 1294 | 2026-06-08T20:18:09.771Z | Downloaded regex-syntax v0.8.10 |
| 1295 | 2026-06-08T20:18:09.771Z | Downloaded openapiv3 v2.2.0 |
| 1296 | 2026-06-08T20:18:09.771Z | Downloaded chrono-tz v0.10.4 |
| 1297 | 2026-06-08T20:18:09.771Z | Downloaded object v0.37.3 |
| 1298 | 2026-06-08T20:18:09.771Z | Downloaded nix v0.31.2 |
| 1299 | 2026-06-08T20:18:09.771Z | Downloaded petgraph v0.8.3 |
| 1300 | 2026-06-08T20:18:09.771Z | Downloaded rustls v0.21.12 |
| 1301 | 2026-06-08T20:18:09.771Z | Downloaded nix v0.28.0 |
| 1302 | 2026-06-08T20:18:09.771Z | Downloaded libz-sys v1.1.24 |
| 1303 | 2026-06-08T20:18:09.771Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-06-08T20:18:09.771Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-06-08T20:18:09.771Z | Downloaded tracing v0.1.44 |
| 1306 | 2026-06-08T20:18:09.771Z | Downloaded typify-impl v0.6.2 |
| 1307 | 2026-06-08T20:18:09.771Z | Downloaded typify-impl v0.4.3 |
| 1308 | 2026-06-08T20:18:09.771Z | Downloaded zerocopy-derive v0.6.6 |
| 1309 | 2026-06-08T20:18:09.771Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-06-08T20:18:09.771Z | Downloaded csv v1.4.0 |
| 1311 | 2026-06-08T20:18:09.771Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1312 | 2026-06-08T20:18:09.771Z | Downloaded encoding_rs v0.8.35 |
| 1313 | 2026-06-08T20:18:09.808Z | Downloaded ring v0.17.14 |
| 1314 | 2026-06-08T20:18:09.842Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1315 | 2026-06-08T20:18:10.106Z | Downloaded aws-lc-sys v0.40.0 |
| 1316 | 2026-06-08T20:18:10.356Z | Compiling libc v0.2.185 |
| 1317 | 2026-06-08T20:18:10.356Z | Compiling serde v1.0.228 |
| 1318 | 2026-06-08T20:18:10.359Z | Compiling log v0.4.29 |
| 1319 | 2026-06-08T20:18:10.359Z | Compiling shlex v1.3.0 |
| 1320 | 2026-06-08T20:18:10.491Z | Compiling find-msvc-tools v0.1.9 |
| 1321 | 2026-06-08T20:18:10.519Z | Compiling syn v2.0.117 |
| 1322 | 2026-06-08T20:18:10.522Z | Compiling smallvec v1.15.1 |
| 1323 | 2026-06-08T20:18:10.522Z | Compiling typenum v1.19.0 |
| 1324 | 2026-06-08T20:18:10.778Z | Compiling generic-array v0.14.7 |
| 1325 | 2026-06-08T20:18:10.817Z | Compiling subtle v2.6.1 |
| 1326 | 2026-06-08T20:18:10.829Z | Compiling scopeguard v1.2.0 |
| 1327 | 2026-06-08T20:18:10.857Z | Compiling const-oid v0.9.6 |
| 1328 | 2026-06-08T20:18:10.917Z | Compiling lock_api v0.4.14 |
| 1329 | 2026-06-08T20:18:10.930Z | Compiling serde_json v1.0.149 |
| 1330 | 2026-06-08T20:18:10.991Z | Compiling zerocopy v0.8.40 |
| 1331 | 2026-06-08T20:18:11.014Z | Compiling parking_lot_core v0.9.12 |
| 1332 | 2026-06-08T20:18:11.149Z | Compiling pin-project-lite v0.2.17 |
| 1333 | 2026-06-08T20:18:11.246Z | Compiling portable-atomic v1.13.1 |
| 1334 | 2026-06-08T20:18:11.277Z | Compiling pkg-config v0.3.32 |
| 1335 | 2026-06-08T20:18:11.433Z | Compiling bitflags v2.11.0 |
| 1336 | 2026-06-08T20:18:11.533Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-06-08T20:18:11.581Z | Compiling jobserver v0.1.34 |
| 1338 | 2026-06-08T20:18:11.628Z | Compiling errno v0.3.14 |
| 1339 | 2026-06-08T20:18:11.712Z | Compiling rand_core v0.6.4 |
| 1340 | 2026-06-08T20:18:11.817Z | Compiling signal-hook-registry v1.4.8 |
| 1341 | 2026-06-08T20:18:11.820Z | Compiling cc v1.2.56 |
| 1342 | 2026-06-08T20:18:11.956Z | Compiling critical-section v1.2.0 |
| 1343 | 2026-06-08T20:18:11.975Z | Compiling futures-core v0.3.32 |
| 1344 | 2026-06-08T20:18:11.991Z | Compiling libm v0.2.16 |
| 1345 | 2026-06-08T20:18:12.058Z | Compiling parking_lot v0.12.5 |
| 1346 | 2026-06-08T20:18:12.073Z | Compiling mio v1.2.0 |
| 1347 | 2026-06-08T20:18:12.152Z | Compiling num-traits v0.2.19 |
| 1348 | 2026-06-08T20:18:12.296Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-06-08T20:18:12.384Z | Compiling percent-encoding v2.3.2 |
| 1350 | 2026-06-08T20:18:12.432Z | Compiling socket2 v0.6.3 |
| 1351 | 2026-06-08T20:18:12.484Z | Compiling futures-sink v0.3.32 |
| 1352 | 2026-06-08T20:18:12.518Z | Compiling futures-task v0.3.32 |
| 1353 | 2026-06-08T20:18:12.545Z | Compiling slab v0.4.12 |
| 1354 | 2026-06-08T20:18:12.558Z | Compiling cpufeatures v0.2.17 |
| 1355 | 2026-06-08T20:18:12.593Z | Compiling futures-channel v0.3.32 |
| 1356 | 2026-06-08T20:18:12.629Z | Compiling getrandom v0.4.1 |
| 1357 | 2026-06-08T20:18:12.691Z | Compiling futures-io v0.3.32 |
| 1358 | 2026-06-08T20:18:13.125Z | Compiling rand_core v0.10.0 |
| 1359 | 2026-06-08T20:18:13.128Z | Compiling indexmap v2.14.0 |
| 1360 | 2026-06-08T20:18:13.128Z | Compiling rustversion v1.0.22 |
| 1361 | 2026-06-08T20:18:13.128Z | Compiling getrandom v0.3.4 |
| 1362 | 2026-06-08T20:18:13.128Z | Compiling cmake v0.1.57 |
| 1363 | 2026-06-08T20:18:13.262Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2026-06-08T20:18:13.287Z | Compiling fs_extra v1.3.0 |
| 1365 | 2026-06-08T20:18:13.413Z | Compiling dunce v1.0.5 |
| 1366 | 2026-06-08T20:18:13.462Z | Compiling base64ct v1.8.3 |
| 1367 | 2026-06-08T20:18:13.499Z | Compiling ident_case v1.0.1 |
| 1368 | 2026-06-08T20:18:13.513Z | Compiling synstructure v0.13.2 |
| 1369 | 2026-06-08T20:18:13.559Z | Compiling aws-lc-sys v0.40.0 |
| 1370 | 2026-06-08T20:18:14.025Z | Compiling flagset v0.4.7 |
| 1371 | 2026-06-08T20:18:14.036Z | Compiling pem-rfc7468 v0.7.0 |
| 1372 | 2026-06-08T20:18:14.036Z | Compiling iana-time-zone v0.1.65 |
| 1373 | 2026-06-08T20:18:14.036Z | Compiling regex-syntax v0.8.10 |
| 1374 | 2026-06-08T20:18:14.037Z | Compiling rustix v1.1.3 |
| 1375 | 2026-06-08T20:18:14.037Z | Compiling rand_core v0.9.5 |
| 1376 | 2026-06-08T20:18:14.037Z | Compiling ring v0.17.14 |
| 1377 | 2026-06-08T20:18:14.060Z | Compiling vcpkg v0.2.15 |
| 1378 | 2026-06-08T20:18:14.134Z | Compiling aws-lc-rs v1.16.3 |
| 1379 | 2026-06-08T20:18:14.249Z | Compiling uuid v1.23.0 |
| 1380 | 2026-06-08T20:18:14.426Z | Compiling rustc_version v0.4.1 |
| 1381 | 2026-06-08T20:18:14.770Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-06-08T20:18:14.821Z | Compiling openssl-sys v0.9.115 |
| 1383 | 2026-06-08T20:18:14.962Z | Compiling base64 v0.22.1 |
| 1384 | 2026-06-08T20:18:15.263Z | Compiling serde_derive v1.0.228 |
| 1385 | 2026-06-08T20:18:15.293Z | Compiling zeroize_derive v1.4.3 |
| 1386 | 2026-06-08T20:18:15.308Z | Compiling zerofrom-derive v0.1.6 |
| 1387 | 2026-06-08T20:18:15.332Z | Compiling yoke-derive v0.8.1 |
| 1388 | 2026-06-08T20:18:15.589Z | Compiling zerocopy-derive v0.8.40 |
| 1389 | 2026-06-08T20:18:15.979Z | Compiling zeroize v1.8.2 |
| 1390 | 2026-06-08T20:18:16.202Z | Compiling zerovec-derive v0.11.2 |
| 1391 | 2026-06-08T20:18:16.527Z | Compiling displaydoc v0.2.5 |
| 1392 | 2026-06-08T20:18:16.741Z | Compiling crypto-common v0.1.7 |
| 1393 | 2026-06-08T20:18:16.755Z | Compiling zerofrom v0.1.6 |
| 1394 | 2026-06-08T20:18:16.873Z | Compiling yoke v0.8.1 |
| 1395 | 2026-06-08T20:18:16.887Z | Compiling block-buffer v0.10.4 |
| 1396 | 2026-06-08T20:18:17.055Z | Compiling digest v0.10.7 |
| 1397 | 2026-06-08T20:18:17.059Z | Compiling tokio-macros v2.7.0 |
| 1398 | 2026-06-08T20:18:17.262Z | Compiling zerotrie v0.2.3 |
| 1399 | 2026-06-08T20:18:17.298Z | Compiling futures-macro v0.3.32 |
| 1400 | 2026-06-08T20:18:17.311Z | Compiling zerovec v0.11.5 |
| 1401 | 2026-06-08T20:18:17.551Z | Compiling hmac v0.12.1 |
| 1402 | 2026-06-08T20:18:17.711Z | Compiling block-padding v0.3.3 |
| 1403 | 2026-06-08T20:18:17.770Z | Compiling tinystr v0.8.2 |
| 1404 | 2026-06-08T20:18:17.806Z | Compiling potential_utf v0.1.4 |
| 1405 | 2026-06-08T20:18:17.865Z | Compiling inout v0.1.4 |
| 1406 | 2026-06-08T20:18:17.962Z | Compiling icu_locale_core v2.1.1 |
| 1407 | 2026-06-08T20:18:17.965Z | Compiling icu_collections v2.1.1 |
| 1408 | 2026-06-08T20:18:18.027Z | Compiling cipher v0.4.4 |
| 1409 | 2026-06-08T20:18:18.083Z | Compiling futures-util v0.3.32 |
| 1410 | 2026-06-08T20:18:18.282Z | Compiling sha2 v0.10.9 |
| 1411 | 2026-06-08T20:18:18.448Z | Compiling der_derive v0.7.3 |
| 1412 | 2026-06-08T20:18:18.674Z | Compiling bytes v1.11.1 |
| 1413 | 2026-06-08T20:18:18.748Z | Compiling icu_provider v2.1.1 |
| 1414 | 2026-06-08T20:18:18.840Z | Compiling chrono v0.4.44 |
| 1415 | 2026-06-08T20:18:19.047Z | Compiling icu_properties v2.1.2 |
| 1416 | 2026-06-08T20:18:19.297Z | Compiling tokio v1.52.1 |
| 1417 | 2026-06-08T20:18:19.401Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-06-08T20:18:19.652Z | Compiling der v0.7.10 |
| 1419 | 2026-06-08T20:18:19.927Z | Compiling idna_adapter v1.2.1 |
| 1420 | 2026-06-08T20:18:20.019Z | Compiling ppv-lite86 v0.2.21 |
| 1421 | 2026-06-08T20:18:20.065Z | Compiling idna v1.1.0 |
| 1422 | 2026-06-08T20:18:20.124Z | Compiling http v1.4.0 |
| 1423 | 2026-06-08T20:18:20.210Z | Compiling salsa20 v0.10.2 |
| 1424 | 2026-06-08T20:18:20.326Z | Compiling pbkdf2 v0.12.2 |
| 1425 | 2026-06-08T20:18:20.339Z | Compiling url v2.5.8 |
| 1426 | 2026-06-08T20:18:20.352Z | Compiling rustls-pki-types v1.14.0 |
| 1427 | 2026-06-08T20:18:20.438Z | Compiling tracing-attributes v0.1.31 |
| 1428 | 2026-06-08T20:18:20.761Z | Compiling spki v0.7.3 |
| 1429 | 2026-06-08T20:18:20.840Z | Compiling thiserror-impl v2.0.18 |
| 1430 | 2026-06-08T20:18:20.894Z | Compiling http-body v1.0.1 |
| 1431 | 2026-06-08T20:18:20.968Z | Compiling scrypt v0.11.0 |
| 1432 | 2026-06-08T20:18:21.043Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-06-08T20:18:21.062Z | Compiling cbc v0.1.2 |
| 1434 | 2026-06-08T20:18:21.152Z | Compiling aes v0.8.4 |
| 1435 | 2026-06-08T20:18:21.226Z | Compiling untrusted v0.7.1 |
| 1436 | 2026-06-08T20:18:21.279Z | Compiling httparse v1.10.1 |
| 1437 | 2026-06-08T20:18:21.350Z | Compiling tinyvec_macros v0.1.1 |
| 1438 | 2026-06-08T20:18:21.423Z | Compiling untrusted v0.9.0 |
| 1439 | 2026-06-08T20:18:21.545Z | Compiling openssl-probe v0.2.1 |
| 1440 | 2026-06-08T20:18:21.660Z | Compiling pkcs5 v0.7.1 |
| 1441 | 2026-06-08T20:18:21.734Z | Compiling tinyvec v1.10.0 |
| 1442 | 2026-06-08T20:18:21.780Z | Compiling tracing v0.1.44 |
| 1443 | 2026-06-08T20:18:22.044Z | Compiling rand v0.9.2 |
| 1444 | 2026-06-08T20:18:22.074Z | Compiling pest_generator v2.8.6 |
| 1445 | 2026-06-08T20:18:22.140Z | Compiling serde_derive_internals v0.29.1 |
| 1446 | 2026-06-08T20:18:22.181Z | Compiling thiserror v2.0.18 |
| 1447 | 2026-06-08T20:18:22.208Z | Compiling aho-corasick v1.1.4 |
| 1448 | 2026-06-08T20:18:22.281Z | Compiling rustls v0.23.37 |
| 1449 | 2026-06-08T20:18:22.446Z | Compiling dyn-clone v1.0.20 |
| 1450 | 2026-06-08T20:18:22.583Z | Compiling try-lock v0.2.5 |
| 1451 | 2026-06-08T20:18:22.693Z | Compiling tower-layer v0.3.3 |
| 1452 | 2026-06-08T20:18:22.751Z | Compiling schemars v0.8.22 |
| 1453 | 2026-06-08T20:18:22.810Z | Compiling tower-service v0.3.3 |
| 1454 | 2026-06-08T20:18:22.848Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-06-08T20:18:22.906Z | Compiling pest_derive v2.8.6 |
| 1456 | 2026-06-08T20:18:22.962Z | Compiling tokio-util v0.7.18 |
| 1457 | 2026-06-08T20:18:22.974Z | Compiling want v0.3.1 |
| 1458 | 2026-06-08T20:18:23.017Z | Compiling schemars_derive v0.8.22 |
| 1459 | 2026-06-08T20:18:23.130Z | Compiling regex-automata v0.4.14 |
| 1460 | 2026-06-08T20:18:23.313Z | Compiling pkcs8 v0.10.2 |
| 1461 | 2026-06-08T20:18:23.619Z | Compiling h2 v0.4.13 |
| 1462 | 2026-06-08T20:18:23.749Z | Compiling ipnet v2.11.0 |
| 1463 | 2026-06-08T20:18:24.273Z | Compiling scroll_derive v0.13.1 |
| 1464 | 2026-06-08T20:18:24.283Z | Compiling darling_core v0.20.11 |
| 1465 | 2026-06-08T20:18:24.283Z | Compiling openssl v0.10.79 |
| 1466 | 2026-06-08T20:18:24.283Z | Compiling foreign-types-shared v0.1.1 |
| 1467 | 2026-06-08T20:18:24.334Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-06-08T20:18:24.463Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-06-08T20:18:24.550Z | Compiling tempfile v3.25.0 |
| 1470 | 2026-06-08T20:18:24.567Z | Compiling foreign-types v0.3.2 |
| 1471 | 2026-06-08T20:18:24.656Z | Compiling scroll v0.13.0 |
| 1472 | 2026-06-08T20:18:24.894Z | Compiling unicode-normalization v0.1.25 |
| 1473 | 2026-06-08T20:18:24.924Z | Compiling openssl-macros v0.1.1 |
| 1474 | 2026-06-08T20:18:25.308Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1475 | 2026-06-08T20:18:25.330Z | Compiling spin v0.9.8 |
| 1476 | 2026-06-08T20:18:25.744Z | Compiling native-tls v0.2.18 |
| 1477 | 2026-06-08T20:18:25.747Z | Compiling time-core v0.1.8 |
| 1478 | 2026-06-08T20:18:25.747Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-06-08T20:18:25.747Z | Compiling crc32fast v1.5.0 |
| 1480 | 2026-06-08T20:18:25.747Z | Compiling num-conv v0.2.0 |
| 1481 | 2026-06-08T20:18:25.789Z | Compiling deranged v0.5.8 |
| 1482 | 2026-06-08T20:18:25.860Z | Compiling time-macros v0.2.27 |
| 1483 | 2026-06-08T20:18:26.271Z | Compiling darling_macro v0.20.11 |
| 1484 | 2026-06-08T20:18:26.736Z | Compiling hyper v1.8.1 |
| 1485 | 2026-06-08T20:18:26.758Z | Compiling darling v0.20.11 |
| 1486 | 2026-06-08T20:18:26.839Z | Compiling goblin v0.10.5 |
| 1487 | 2026-06-08T20:18:26.918Z | Compiling rustls-native-certs v0.8.3 |
| 1488 | 2026-06-08T20:18:27.200Z | Compiling sync_wrapper v1.0.2 |
| 1489 | 2026-06-08T20:18:27.226Z | Compiling wait-timeout v0.2.1 |
| 1490 | 2026-06-08T20:18:27.308Z | Compiling unicode-segmentation v1.12.0 |
| 1491 | 2026-06-08T20:18:27.492Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-06-08T20:18:27.596Z | Compiling num_threads v0.1.7 |
| 1493 | 2026-06-08T20:18:27.689Z | Compiling crossbeam-utils v0.8.21 |
| 1494 | 2026-06-08T20:18:27.702Z | Compiling siphasher v1.0.2 |
| 1495 | 2026-06-08T20:18:27.718Z | Compiling syn v1.0.109 |
| 1496 | 2026-06-08T20:18:27.880Z | Compiling hyper-util v0.1.20 |
| 1497 | 2026-06-08T20:18:27.965Z | Compiling simd-adler32 v0.3.8 |
| 1498 | 2026-06-08T20:18:28.008Z | Compiling quick-error v1.2.3 |
| 1499 | 2026-06-08T20:18:28.115Z | Compiling usdt-impl v0.6.0 |
| 1500 | 2026-06-08T20:18:28.205Z | Compiling rusty-fork v0.3.1 |
| 1501 | 2026-06-08T20:18:28.402Z | Compiling bit-set v0.8.0 |
| 1502 | 2026-06-08T20:18:28.518Z | Compiling time v0.3.47 |
| 1503 | 2026-06-08T20:18:28.561Z | Compiling tower v0.5.3 |
| 1504 | 2026-06-08T20:18:28.584Z | Compiling derive_builder_core v0.20.2 |
| 1505 | 2026-06-08T20:18:29.026Z | Compiling dtrace-parser v0.3.0 |
| 1506 | 2026-06-08T20:18:29.179Z | Compiling http-body-util v0.1.3 |
| 1507 | 2026-06-08T20:18:29.431Z | Compiling webpki-roots v1.0.6 |
| 1508 | 2026-06-08T20:18:29.441Z | Compiling signature v2.2.0 |
| 1509 | 2026-06-08T20:18:29.551Z | Compiling dof v0.4.0 |
| 1510 | 2026-06-08T20:18:29.600Z | Compiling thiserror-impl v1.0.69 |
| 1511 | 2026-06-08T20:18:29.644Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-06-08T20:18:29.783Z | Compiling heapless v0.7.17 |
| 1513 | 2026-06-08T20:18:30.007Z | Compiling rand_xorshift v0.4.0 |
| 1514 | 2026-06-08T20:18:30.097Z | Compiling slog v2.8.2 |
| 1515 | 2026-06-08T20:18:30.170Z | Compiling darling_core v0.21.3 |
| 1516 | 2026-06-08T20:18:30.260Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1517 | 2026-06-08T20:18:30.282Z | Compiling thread-id v5.1.0 |
| 1518 | 2026-06-08T20:18:30.374Z | Compiling cookie v0.18.1 |
| 1519 | 2026-06-08T20:18:30.560Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-06-08T20:18:30.587Z | Compiling ryu v1.0.23 |
| 1521 | 2026-06-08T20:18:30.748Z | Compiling iri-string v0.7.10 |
| 1522 | 2026-06-08T20:18:30.761Z | Compiling anyhow v1.0.102 |
| 1523 | 2026-06-08T20:18:30.780Z | Compiling paste v1.0.15 |
| 1524 | 2026-06-08T20:18:30.872Z | Compiling signal-hook v0.3.18 |
| 1525 | 2026-06-08T20:18:31.047Z | Compiling unicode-bidi v0.3.18 |
| 1526 | 2026-06-08T20:18:31.058Z | Compiling unicode-properties v0.1.4 |
| 1527 | 2026-06-08T20:18:31.059Z | Compiling allocator-api2 v0.2.21 |
| 1528 | 2026-06-08T20:18:31.059Z | Compiling unarray v0.1.4 |
| 1529 | 2026-06-08T20:18:31.172Z | Compiling adler2 v2.0.1 |
| 1530 | 2026-06-08T20:18:31.238Z | Compiling proptest v1.10.0 |
| 1531 | 2026-06-08T20:18:31.297Z | Compiling miniz_oxide v0.8.9 |
| 1532 | 2026-06-08T20:18:31.367Z | Compiling stringprep v0.1.5 |
| 1533 | 2026-06-08T20:18:31.814Z | Compiling thiserror v1.0.69 |
| 1534 | 2026-06-08T20:18:31.847Z | Compiling serde_urlencoded v0.7.1 |
| 1535 | 2026-06-08T20:18:31.917Z | Compiling tower-http v0.6.8 |
| 1536 | 2026-06-08T20:18:32.256Z | Compiling scroll v0.12.0 |
| 1537 | 2026-06-08T20:18:32.359Z | Compiling derive_builder_macro v0.20.2 |
| 1538 | 2026-06-08T20:18:32.532Z | Compiling tokio-native-tls v0.3.1 |
| 1539 | 2026-06-08T20:18:32.695Z | Compiling heck v0.4.1 |
| 1540 | 2026-06-08T20:18:32.700Z | Compiling darling_macro v0.21.3 |
| 1541 | 2026-06-08T20:18:32.725Z | Compiling ipnetwork v0.21.1 |
| 1542 | 2026-06-08T20:18:32.795Z | Compiling bstr v1.12.1 |
| 1543 | 2026-06-08T20:18:32.916Z | Compiling rand_chacha v0.3.1 |
| 1544 | 2026-06-08T20:18:33.066Z | Compiling erased-serde v0.3.31 |
| 1545 | 2026-06-08T20:18:33.113Z | Compiling serde_spanned v0.6.9 |
| 1546 | 2026-06-08T20:18:33.175Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-06-08T20:18:33.253Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-06-08T20:18:33.432Z | Compiling md-5 v0.10.6 |
| 1549 | 2026-06-08T20:18:33.483Z | Compiling async-trait v0.1.89 |
| 1550 | 2026-06-08T20:18:33.518Z | Compiling pin-project-internal v1.1.11 |
| 1551 | 2026-06-08T20:18:33.544Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-06-08T20:18:33.597Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-06-08T20:18:33.713Z | Compiling vergen-lib v9.1.0 |
| 1554 | 2026-06-08T20:18:33.897Z | Compiling num-integer v0.1.46 |
| 1555 | 2026-06-08T20:18:33.931Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-06-08T20:18:34.123Z | Compiling ff v0.13.1 |
| 1557 | 2026-06-08T20:18:34.624Z | Compiling memoffset v0.9.1 |
| 1558 | 2026-06-08T20:18:34.628Z | Compiling encoding_rs v0.8.35 |
| 1559 | 2026-06-08T20:18:34.628Z | Compiling psl-types v2.0.11 |
| 1560 | 2026-06-08T20:18:34.628Z | Compiling mime v0.3.17 |
| 1561 | 2026-06-08T20:18:34.628Z | Compiling cfg_aliases v0.2.1 |
| 1562 | 2026-06-08T20:18:34.628Z | Compiling litrs v1.0.0 |
| 1563 | 2026-06-08T20:18:34.628Z | Compiling num-bigint-dig v0.8.6 |
| 1564 | 2026-06-08T20:18:34.629Z | Compiling zlib-rs v0.6.2 |
| 1565 | 2026-06-08T20:18:34.658Z | Compiling fallible-iterator v0.2.0 |
| 1566 | 2026-06-08T20:18:34.751Z | Compiling smoltcp v0.9.1 |
| 1567 | 2026-06-08T20:18:34.973Z | Compiling ref-cast v1.0.25 |
| 1568 | 2026-06-08T20:18:35.024Z | Compiling rustix v0.38.44 |
| 1569 | 2026-06-08T20:18:35.088Z | Compiling base16ct v0.2.0 |
| 1570 | 2026-06-08T20:18:35.265Z | Compiling sec1 v0.7.3 |
| 1571 | 2026-06-08T20:18:35.346Z | Compiling document-features v0.2.12 |
| 1572 | 2026-06-08T20:18:35.453Z | Compiling postgres-protocol v0.6.10 |
| 1573 | 2026-06-08T20:18:35.555Z | Compiling pin-project v1.1.11 |
| 1574 | 2026-06-08T20:18:35.717Z | Compiling nix v0.31.2 |
| 1575 | 2026-06-08T20:18:35.778Z | Compiling publicsuffix v2.3.0 |
| 1576 | 2026-06-08T20:18:35.972Z | Compiling zerocopy v0.7.35 |
| 1577 | 2026-06-08T20:18:36.050Z | Compiling group v0.13.0 |
| 1578 | 2026-06-08T20:18:36.063Z | Compiling num-iter v0.1.45 |
| 1579 | 2026-06-08T20:18:36.248Z | Compiling newtype-uuid v1.3.2 |
| 1580 | 2026-06-08T20:18:36.482Z | Compiling hubpack_derive v0.1.1 |
| 1581 | 2026-06-08T20:18:36.519Z | Compiling darling v0.21.3 |
| 1582 | 2026-06-08T20:18:36.546Z | Compiling rand v0.8.6 |
| 1583 | 2026-06-08T20:18:36.574Z | Compiling oxnet v0.1.5 |
| 1584 | 2026-06-08T20:18:36.600Z | Compiling snafu-derive v0.8.9 |
| 1585 | 2026-06-08T20:18:36.654Z | Compiling derive_builder v0.20.2 |
| 1586 | 2026-06-08T20:18:36.873Z | Compiling hyper-tls v0.6.0 |
| 1587 | 2026-06-08T20:18:36.980Z | Compiling goblin v0.8.2 |
| 1588 | 2026-06-08T20:18:37.632Z | Compiling flate2 v1.1.9 |
| 1589 | 2026-06-08T20:18:37.787Z | Compiling phf_shared v0.13.1 |
| 1590 | 2026-06-08T20:18:37.838Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-06-08T20:18:37.871Z | Compiling regex v1.12.3 |
| 1592 | 2026-06-08T20:18:37.932Z | Compiling anstyle-parse v0.2.7 |
| 1593 | 2026-06-08T20:18:38.435Z | Compiling strum_macros v0.27.2 |
| 1594 | 2026-06-08T20:18:38.438Z | Compiling futures-executor v0.3.32 |
| 1595 | 2026-06-08T20:18:38.439Z | Compiling hex v0.4.3 |
| 1596 | 2026-06-08T20:18:38.439Z | Compiling hkdf v0.12.4 |
| 1597 | 2026-06-08T20:18:38.439Z | Compiling crypto-bigint v0.5.5 |
| 1598 | 2026-06-08T20:18:38.439Z | Compiling terminal_size v0.4.3 |
| 1599 | 2026-06-08T20:18:38.458Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1600 | 2026-06-08T20:18:38.486Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-06-08T20:18:38.517Z | Compiling ref-cast-impl v1.0.25 |
| 1602 | 2026-06-08T20:18:39.047Z | Compiling vergen v9.1.0 |
| 1603 | 2026-06-08T20:18:39.091Z | Compiling fs-err v3.3.0 |
| 1604 | 2026-06-08T20:18:39.190Z | Compiling cargo-platform v0.3.2 |
| 1605 | 2026-06-08T20:18:39.224Z | Compiling ahash v0.8.12 |
| 1606 | 2026-06-08T20:18:39.276Z | Compiling managed v0.8.0 |
| 1607 | 2026-06-08T20:18:39.429Z | Compiling bitflags v1.3.2 |
| 1608 | 2026-06-08T20:18:39.463Z | Compiling same-file v1.0.6 |
| 1609 | 2026-06-08T20:18:39.495Z | Compiling winnow v0.5.40 |
| 1610 | 2026-06-08T20:18:39.507Z | Compiling foldhash v0.1.5 |
| 1611 | 2026-06-08T20:18:39.632Z | Compiling object v0.37.3 |
| 1612 | 2026-06-08T20:18:39.677Z | Compiling bumpalo v3.20.2 |
| 1613 | 2026-06-08T20:18:39.897Z | Compiling foldhash v0.2.0 |
| 1614 | 2026-06-08T20:18:39.928Z | Compiling libbz2-rs-sys v0.2.2 |
| 1615 | 2026-06-08T20:18:39.993Z | Compiling strum v0.27.2 |
| 1616 | 2026-06-08T20:18:40.117Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-06-08T20:18:40.180Z | Compiling zopfli v0.8.3 |
| 1618 | 2026-06-08T20:18:40.408Z | Compiling bzip2 v0.6.1 |
| 1619 | 2026-06-08T20:18:40.439Z | Compiling clap_builder v4.6.0 |
| 1620 | 2026-06-08T20:18:40.606Z | Compiling hashbrown v0.15.5 |
| 1621 | 2026-06-08T20:18:40.674Z | Compiling walkdir v2.5.0 |
| 1622 | 2026-06-08T20:18:40.886Z | Compiling toml_edit v0.19.15 |
| 1623 | 2026-06-08T20:18:40.990Z | Compiling cargo_metadata v0.23.1 |
| 1624 | 2026-06-08T20:18:41.108Z | Compiling elliptic-curve v0.13.8 |
| 1625 | 2026-06-08T20:18:41.198Z | Compiling daft v0.1.7 |
| 1626 | 2026-06-08T20:18:41.473Z | Compiling dof v0.3.0 |
| 1627 | 2026-06-08T20:18:41.646Z | Compiling snafu v0.8.9 |
| 1628 | 2026-06-08T20:18:42.003Z | Compiling futures v0.3.32 |
| 1629 | 2026-06-08T20:18:42.089Z | Compiling anstream v0.6.21 |
| 1630 | 2026-06-08T20:18:42.194Z | Compiling phf v0.13.1 |
| 1631 | 2026-06-08T20:18:42.355Z | Compiling cookie_store v0.22.1 |
| 1632 | 2026-06-08T20:18:42.390Z | Compiling signal-hook-mio v0.2.5 |
| 1633 | 2026-06-08T20:18:42.506Z | Compiling zstd v0.13.3 |
| 1634 | 2026-06-08T20:18:42.702Z | Compiling hubpack v0.1.2 |
| 1635 | 2026-06-08T20:18:42.767Z | Compiling bzip2 v0.4.4 |
| 1636 | 2026-06-08T20:18:42.921Z | Compiling serde_with_macros v3.17.0 |
| 1637 | 2026-06-08T20:18:43.013Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-06-08T20:18:43.519Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-06-08T20:18:43.588Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-06-08T20:18:43.643Z | Compiling globset v0.4.18 |
| 1641 | 2026-06-08T20:18:44.054Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-06-08T20:18:44.199Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-06-08T20:18:44.257Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-06-08T20:18:44.257Z | Compiling olpc-cjson v0.1.4 |
| 1645 | 2026-06-08T20:18:44.309Z | Compiling pkcs1 v0.7.5 |
| 1646 | 2026-06-08T20:18:44.398Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-06-08T20:18:44.426Z | Compiling clap_derive v4.6.1 |
| 1648 | 2026-06-08T20:18:44.498Z | Compiling strum_macros v0.26.4 |
| 1649 | 2026-06-08T20:18:44.672Z | Compiling serde-big-array v0.5.1 |
| 1650 | 2026-06-08T20:18:44.795Z | Compiling serde_plain v1.0.2 |
| 1651 | 2026-06-08T20:18:44.833Z | Compiling rfc6979 v0.4.0 |
| 1652 | 2026-06-08T20:18:44.887Z | Compiling async-recursion v1.1.1 |
| 1653 | 2026-06-08T20:18:44.924Z | Compiling serde_repr v0.1.20 |
| 1654 | 2026-06-08T20:18:44.980Z | Compiling pem v3.0.6 |
| 1655 | 2026-06-08T20:18:45.079Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-06-08T20:18:45.247Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-06-08T20:18:45.310Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-06-08T20:18:45.341Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-06-08T20:18:45.443Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-06-08T20:18:45.508Z | Compiling either v1.15.0 |
| 1661 | 2026-06-08T20:18:45.527Z | Compiling jiff v0.2.21 |
| 1662 | 2026-06-08T20:18:45.608Z | Compiling fixedbitset v0.4.2 |
| 1663 | 2026-06-08T20:18:45.767Z | Compiling whoami v2.1.0 |
| 1664 | 2026-06-08T20:18:45.865Z | Compiling difflib v0.4.0 |
| 1665 | 2026-06-08T20:18:46.145Z | Compiling static_assertions v1.1.0 |
| 1666 | 2026-06-08T20:18:46.176Z | Compiling typed-path v0.9.3 |
| 1667 | 2026-06-08T20:18:46.190Z | Compiling keccak v0.1.6 |
| 1668 | 2026-06-08T20:18:46.217Z | Compiling normalize-line-endings v0.3.0 |
| 1669 | 2026-06-08T20:18:46.232Z | Compiling precomputed-hash v0.1.1 |
| 1670 | 2026-06-08T20:18:46.317Z | Compiling predicates-core v1.0.10 |
| 1671 | 2026-06-08T20:18:46.331Z | Compiling fixedbitset v0.5.7 |
| 1672 | 2026-06-08T20:18:46.433Z | Compiling new_debug_unreachable v1.0.6 |
| 1673 | 2026-06-08T20:18:46.500Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-06-08T20:18:46.512Z | Compiling predicates v3.1.4 |
| 1675 | 2026-06-08T20:18:46.634Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-06-08T20:18:46.726Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-06-08T20:18:47.011Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-06-08T20:18:47.153Z | Compiling strum v0.26.3 |
| 1679 | 2026-06-08T20:18:47.183Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1680 | 2026-06-08T20:18:47.285Z | Compiling clap v4.6.1 |
| 1681 | 2026-06-08T20:18:47.371Z | Compiling tokio-postgres v0.7.16 |
| 1682 | 2026-06-08T20:18:47.403Z | Compiling petgraph v0.6.5 |
| 1683 | 2026-06-08T20:18:47.810Z | Compiling hickory-proto v0.25.2 |
| 1684 | 2026-06-08T20:18:48.577Z | Compiling zip v4.6.1 |
| 1685 | 2026-06-08T20:18:48.895Z | Compiling itertools v0.13.0 |
| 1686 | 2026-06-08T20:18:49.513Z | Compiling env_logger v0.11.9 |
| 1687 | 2026-06-08T20:18:49.582Z | Compiling usdt v0.6.0 |
| 1688 | 2026-06-08T20:18:50.259Z | Compiling usdt-impl v0.5.0 |
| 1689 | 2026-06-08T20:18:50.321Z | Compiling ecdsa v0.16.9 |
| 1690 | 2026-06-08T20:18:50.321Z | Compiling rsa v0.9.10 |
| 1691 | 2026-06-08T20:18:50.321Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-06-08T20:18:50.321Z | Compiling serde_with v3.17.0 |
| 1693 | 2026-06-08T20:18:50.321Z | Compiling crossterm v0.28.1 |
| 1694 | 2026-06-08T20:18:50.381Z | Compiling zip v0.6.6 |
| 1695 | 2026-06-08T20:18:50.928Z | Compiling toml v0.7.8 |
| 1696 | 2026-06-08T20:18:50.956Z | Compiling iddqd v0.4.2 |
| 1697 | 2026-06-08T20:18:51.745Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1698 | 2026-06-08T20:18:51.796Z | Compiling similar v2.7.0 |
| 1699 | 2026-06-08T20:18:51.876Z | Compiling crossbeam-epoch v0.9.18 |
| 1700 | 2026-06-08T20:18:52.193Z | Compiling tokio-stream v0.1.18 |
| 1701 | 2026-06-08T20:18:52.259Z | Compiling buf-list v1.1.2 |
| 1702 | 2026-06-08T20:18:52.351Z | Compiling x509-cert v0.2.5 |
| 1703 | 2026-06-08T20:18:52.520Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1704 | 2026-06-08T20:18:52.544Z | Compiling openapiv3 v2.2.0 |
| 1705 | 2026-06-08T20:18:52.668Z | Compiling sha1 v0.10.6 |
| 1706 | 2026-06-08T20:18:52.674Z | Compiling lalrpop-util v0.19.12 |
| 1707 | 2026-06-08T20:18:52.828Z | Compiling peg-runtime v0.8.5 |
| 1708 | 2026-06-08T20:18:52.872Z | Compiling thread_local v1.1.9 |
| 1709 | 2026-06-08T20:18:52.885Z | Compiling slog-async v2.8.0 |
| 1710 | 2026-06-08T20:18:53.106Z | Compiling crossbeam-channel v0.5.15 |
| 1711 | 2026-06-08T20:18:53.118Z | Compiling is-terminal v0.4.17 |
| 1712 | 2026-06-08T20:18:53.174Z | Compiling filetime v0.2.27 |
| 1713 | 2026-06-08T20:18:53.187Z | Compiling term v1.2.1 |
| 1714 | 2026-06-08T20:18:53.212Z | Compiling take_mut v0.2.2 |
| 1715 | 2026-06-08T20:18:53.325Z | Compiling xattr v1.6.1 |
| 1716 | 2026-06-08T20:18:53.487Z | Compiling slog-term v2.9.2 |
| 1717 | 2026-06-08T20:18:53.544Z | Compiling tar v0.4.45 |
| 1718 | 2026-06-08T20:19:02.862Z | Compiling rustls-webpki v0.103.9 |
| 1719 | 2026-06-08T20:19:05.628Z | Compiling tokio-rustls v0.26.4 |
| 1720 | 2026-06-08T20:19:05.628Z | Compiling rustls-platform-verifier v0.6.2 |
| 1721 | 2026-06-08T20:19:05.830Z | Compiling hyper-rustls v0.27.7 |
| 1722 | 2026-06-08T20:19:06.034Z | Compiling reqwest v0.12.28 |
| 1723 | 2026-06-08T20:19:06.034Z | Compiling reqwest v0.13.2 |
| 1724 | 2026-06-08T20:19:07.330Z | Compiling tough v0.22.0 |
| 1725 | 2026-06-08T20:19:09.848Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1726 | 2026-06-08T20:19:10.060Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1727 | 2026-06-08T20:19:12.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1728 | 2026-06-08T20:19:13.119Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1729 | 2026-06-08T20:19:13.188Z | Jun 08 20:19:11.791 INFO Starting download, target: Cockroach |
| 1730 | 2026-06-08T20:19:13.188Z | Jun 08 20:19:11.791 INFO Starting download, target: DendriteStub |
| 1731 | 2026-06-08T20:19:13.188Z | Jun 08 20:19:11.791 INFO Starting download, target: Clickhouse |
| 1732 | 2026-06-08T20:19:13.188Z | Jun 08 20:19:11.791 INFO Starting download, target: Console |
| 1733 | 2026-06-08T20:19:13.189Z | Jun 08 20:19:11.791 INFO Starting download, target: MaghemiteMgd |
| 1734 | 2026-06-08T20:19:13.189Z | Jun 08 20:19:11.791 INFO Starting download, target: TransceiverControl |
| 1735 | 2026-06-08T20:19:13.189Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1736 | 2026-06-08T20:19:13.191Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1737 | 2026-06-08T20:19:13.191Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1738 | 2026-06-08T20:19:13.191Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1739 | 2026-06-08T20:19:13.191Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1740 | 2026-06-08T20:19:13.191Z | Jun 08 20:19:11.791 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1741 | 2026-06-08T20:19:13.965Z | Jun 08 20:19:12.586 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1742 | 2026-06-08T20:19:14.147Z | Jun 08 20:19:12.747 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1743 | 2026-06-08T20:19:14.202Z | Jun 08 20:19:12.796 INFO Download complete, target: TransceiverControl |
| 1744 | 2026-06-08T20:19:14.356Z | Jun 08 20:19:12.983 INFO Download complete, target: Console |
| 1745 | 2026-06-08T20:19:15.188Z | Jun 08 20:19:13.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1746 | 2026-06-08T20:19:15.768Z | Jun 08 20:19:14.422 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-06-08T20:19:15.983Z | Jun 08 20:19:14.637 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1748 | 2026-06-08T20:19:16.334Z | Jun 08 20:19:14.992 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1749 | 2026-06-08T20:19:16.334Z | Jun 08 20:19:14.992 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1750 | 2026-06-08T20:19:18.168Z | Jun 08 20:19:16.825 INFO Download complete, target: DendriteStub |
| 1751 | 2026-06-08T20:19:18.227Z | Jun 08 20:19:16.884 INFO Download complete, target: MaghemiteMgd |
| 1752 | 2026-06-08T20:19:20.950Z | Jun 08 20:19:19.605 INFO Checking that binary works, target: Cockroach |
| 1753 | 2026-06-08T20:19:21.061Z | Jun 08 20:19:19.719 INFO Download complete, target: Cockroach |
| 1754 | 2026-06-08T20:19:21.938Z | Jun 08 20:19:20.596 INFO Checking that binary works, target: Clickhouse |
| 1755 | 2026-06-08T20:19:22.031Z | Jun 08 20:19:20.689 INFO Download complete, target: Clickhouse |
| 1756 | 2026-06-08T20:19:22.050Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1757 | 2026-06-08T20:19:22.055Z | |
| 1758 | 2026-06-08T20:19:22.055Z | real 2:25.824511764 |
| 1759 | 2026-06-08T20:19:22.055Z | user 6:56.325795678 |
| 1760 | 2026-06-08T20:19:22.055Z | sys 1:22.232350062 |
| 1761 | 2026-06-08T20:19:22.055Z | trap 0.225615315 |
| 1762 | 2026-06-08T20:19:22.055Z | tflt 0.665676779 |
| 1763 | 2026-06-08T20:19:22.056Z | dflt 0.537584055 |
| 1764 | 2026-06-08T20:19:22.056Z | kflt 0.024705174 |
| 1765 | 2026-06-08T20:19:22.056Z | lock 21:45.502384776 |
| 1766 | 2026-06-08T20:19:22.056Z | slp 21:34.779613725 |
| 1767 | 2026-06-08T20:19:22.056Z | lat 43.833429114 |
| 1768 | 2026-06-08T20:19:22.056Z | stop 1:55.669898919 |
| 1769 | 2026-06-08T20:19:22.056Z | + banner clippy |
| 1770 | 2026-06-08T20:19:22.056Z | |
| 1771 | 2026-06-08T20:19:22.056Z | #### # # ##### ##### # # |
| 1772 | 2026-06-08T20:19:22.056Z | # # # # # # # # # # |
| 1773 | 2026-06-08T20:19:22.056Z | # # # # # # # # |
| 1774 | 2026-06-08T20:19:22.056Z | # # # ##### ##### # |
| 1775 | 2026-06-08T20:19:22.056Z | # # # # # # # |
| 1776 | 2026-06-08T20:19:22.056Z | #### ###### # # # # |
| 1777 | 2026-06-08T20:19:22.056Z | |
| 1778 | 2026-06-08T20:19:22.056Z | + export CARGO_INCREMENTAL=0 |
| 1779 | 2026-06-08T20:19:22.056Z | + CARGO_INCREMENTAL=0 |
| 1780 | 2026-06-08T20:19:22.057Z | + ptime -m cargo xtask clippy |
| 1781 | 2026-06-08T20:19:22.580Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1782 | 2026-06-08T20:19:22.800Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1783 | 2026-06-08T20:19:24.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
| 1784 | 2026-06-08T20:19:24.758Z | Running `target/debug/xtask clippy` |
| 1785 | 2026-06-08T20:19:24.784Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1786 | 2026-06-08T20:19:25.397Z | Downloading crates ... |
| 1787 | 2026-06-08T20:19:25.607Z | Downloaded concurrent-queue v2.5.0 |
| 1788 | 2026-06-08T20:19:25.610Z | Downloaded cfg-expr v0.20.6 |
| 1789 | 2026-06-08T20:19:25.613Z | Downloaded addr2line v0.25.1 |
| 1790 | 2026-06-08T20:19:25.616Z | Downloaded cast v0.3.0 |
| 1791 | 2026-06-08T20:19:25.618Z | Downloaded target-spec v3.5.7 |
| 1792 | 2026-06-08T20:19:25.618Z | Downloaded blake2b_simd v1.0.4 |
| 1793 | 2026-06-08T20:19:25.618Z | Downloaded rustc-demangle v0.1.27 |
| 1794 | 2026-06-08T20:19:25.621Z | Downloaded owo-colors v3.5.0 |
| 1795 | 2026-06-08T20:19:25.624Z | Downloaded rust-argon2 v2.1.0 |
| 1796 | 2026-06-08T20:19:25.627Z | Downloaded constant_time_eq v0.3.1 |
| 1797 | 2026-06-08T20:19:25.627Z | Downloaded target-triple v1.0.0 |
| 1798 | 2026-06-08T20:19:25.631Z | Downloaded plotters-backend v0.3.7 |
| 1799 | 2026-06-08T20:19:25.633Z | Downloaded async-object-pool v0.2.0 |
| 1800 | 2026-06-08T20:19:25.636Z | Downloaded anes v0.1.6 |
| 1801 | 2026-06-08T20:19:25.645Z | Downloaded similar-asserts v1.7.0 |
| 1802 | 2026-06-08T20:19:25.650Z | Downloaded parking v2.2.1 |
| 1803 | 2026-06-08T20:19:25.658Z | Downloaded serde_regex v1.1.0 |
| 1804 | 2026-06-08T20:19:25.661Z | Downloaded approx v0.5.1 |
| 1805 | 2026-06-08T20:19:25.669Z | Downloaded path-tree v0.8.3 |
| 1806 | 2026-06-08T20:19:25.674Z | Downloaded backtrace-ext v0.2.1 |
| 1807 | 2026-06-08T20:19:25.677Z | Downloaded nested v0.1.1 |
| 1808 | 2026-06-08T20:19:25.680Z | Downloaded linkme-impl v0.3.35 |
| 1809 | 2026-06-08T20:19:25.680Z | Downloaded supports-hyperlinks v2.1.0 |
| 1810 | 2026-06-08T20:19:25.680Z | Downloaded pathdiff v0.2.3 |
| 1811 | 2026-06-08T20:19:25.680Z | Downloaded supports-color v2.1.0 |
| 1812 | 2026-06-08T20:19:25.683Z | Downloaded plotters-svg v0.3.7 |
| 1813 | 2026-06-08T20:19:25.685Z | Downloaded tokio-test v0.4.5 |
| 1814 | 2026-06-08T20:19:25.688Z | Downloaded escape8259 v0.5.3 |
| 1815 | 2026-06-08T20:19:25.688Z | Downloaded assert-json-diff v2.0.2 |
| 1816 | 2026-06-08T20:19:25.692Z | Downloaded linkme v0.3.35 |
| 1817 | 2026-06-08T20:19:25.695Z | Downloaded target-lexicon v0.13.3 |
| 1818 | 2026-06-08T20:19:25.695Z | Downloaded relative-path v1.9.3 |
| 1819 | 2026-06-08T20:19:25.698Z | Downloaded rstest v0.25.0 |
| 1820 | 2026-06-08T20:19:25.700Z | Downloaded trybuild v1.0.116 |
| 1821 | 2026-06-08T20:19:25.706Z | Downloaded terminal_size v0.1.17 |
| 1822 | 2026-06-08T20:19:25.706Z | Downloaded supports-unicode v2.1.0 |
| 1823 | 2026-06-08T20:19:25.710Z | Downloaded miette-derive v5.10.0 |
| 1824 | 2026-06-08T20:19:25.713Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1825 | 2026-06-08T20:19:25.713Z | Downloaded event-listener-strategy v0.5.4 |
| 1826 | 2026-06-08T20:19:25.720Z | Downloaded chumsky v0.9.3 |
| 1827 | 2026-06-08T20:19:25.723Z | Downloaded partial-io v0.5.4 |
| 1828 | 2026-06-08T20:19:25.725Z | Downloaded assert_cmd v2.1.2 |
| 1829 | 2026-06-08T20:19:25.729Z | Downloaded datatest-stable v0.3.3 |
| 1830 | 2026-06-08T20:19:25.732Z | Downloaded termcolor v1.4.1 |
| 1831 | 2026-06-08T20:19:25.736Z | Downloaded libtest-mimic v0.8.1 |
| 1832 | 2026-06-08T20:19:25.736Z | Downloaded httptest v0.16.4 |
| 1833 | 2026-06-08T20:19:25.743Z | Downloaded stringmetrics v2.2.2 |
| 1834 | 2026-06-08T20:19:25.747Z | Downloaded knuffel-derive v3.2.0 |
| 1835 | 2026-06-08T20:19:25.747Z | Downloaded futures-timer v3.0.3 |
| 1836 | 2026-06-08T20:19:25.750Z | Downloaded criterion-plot v0.6.0 |
| 1837 | 2026-06-08T20:19:25.758Z | Downloaded hickory-client v0.25.2 |
| 1838 | 2026-06-08T20:19:25.762Z | Downloaded async-lock v3.4.2 |
| 1839 | 2026-06-08T20:19:25.762Z | Downloaded rstest_macros v0.25.0 |
| 1840 | 2026-06-08T20:19:25.766Z | Downloaded oorandom v11.1.5 |
| 1841 | 2026-06-08T20:19:25.766Z | Downloaded tinytemplate v1.2.1 |
| 1842 | 2026-06-08T20:19:25.769Z | Downloaded textwrap v0.15.2 |
| 1843 | 2026-06-08T20:19:25.774Z | Downloaded miette v5.10.0 |
| 1844 | 2026-06-08T20:19:25.777Z | Downloaded event-listener v5.4.1 |
| 1845 | 2026-06-08T20:19:25.787Z | Downloaded rand_distr v0.5.1 |
| 1846 | 2026-06-08T20:19:25.792Z | Downloaded knuffel v3.2.0 |
| 1847 | 2026-06-08T20:19:25.797Z | Downloaded backtrace v0.3.76 |
| 1848 | 2026-06-08T20:19:25.800Z | Downloaded fancy-regex v0.14.0 |
| 1849 | 2026-06-08T20:19:25.812Z | Downloaded guppy v0.17.25 |
| 1850 | 2026-06-08T20:19:25.816Z | Downloaded plotters v0.3.7 |
| 1851 | 2026-06-08T20:19:25.819Z | Downloaded criterion v0.7.0 |
| 1852 | 2026-06-08T20:19:25.821Z | Downloaded hashbrown v0.14.5 |
| 1853 | 2026-06-08T20:19:25.841Z | Downloaded gimli v0.32.3 |
| 1854 | 2026-06-08T20:19:25.935Z | Downloaded httpmock v0.8.3 |
| 1855 | 2026-06-08T20:19:27.574Z | Checking cfg-if v1.0.4 |
| 1856 | 2026-06-08T20:19:27.935Z | Checking libc v0.2.185 |
| 1857 | 2026-06-08T20:19:27.938Z | Checking serde_core v1.0.228 |
| 1858 | 2026-06-08T20:19:28.008Z | Checking memchr v2.8.0 |
| 1859 | 2026-06-08T20:19:28.048Z | Checking smallvec v1.15.1 |
| 1860 | 2026-06-08T20:19:28.089Z | Checking itoa v1.0.17 |
| 1861 | 2026-06-08T20:19:28.126Z | Checking log v0.4.29 |
| 1862 | 2026-06-08T20:19:28.173Z | Checking libm v0.2.16 |
| 1863 | 2026-06-08T20:19:28.211Z | Checking zeroize v1.8.2 |
| 1864 | 2026-06-08T20:19:28.254Z | Checking scopeguard v1.2.0 |
| 1865 | 2026-06-08T20:19:28.293Z | Checking stable_deref_trait v1.2.1 |
| 1866 | 2026-06-08T20:19:28.333Z | Checking zmij v1.0.21 |
| 1867 | 2026-06-08T20:19:28.371Z | Checking errno v0.3.14 |
| 1868 | 2026-06-08T20:19:28.407Z | Checking getrandom v0.2.17 |
| 1869 | 2026-06-08T20:19:28.439Z | Checking lock_api v0.4.14 |
| 1870 | 2026-06-08T20:19:28.480Z | Checking zerofrom v0.1.6 |
| 1871 | 2026-06-08T20:19:28.518Z | Checking percent-encoding v2.3.2 |
| 1872 | 2026-06-08T20:19:28.551Z | Checking litemap v0.8.1 |
| 1873 | 2026-06-08T20:19:28.587Z | Checking writeable v0.6.2 |
| 1874 | 2026-06-08T20:19:28.622Z | Checking yoke v0.8.1 |
| 1875 | 2026-06-08T20:19:28.657Z | Checking icu_normalizer_data v2.1.1 |
| 1876 | 2026-06-08T20:19:28.691Z | Checking icu_properties_data v2.1.2 |
| 1877 | 2026-06-08T20:19:28.730Z | Checking form_urlencoded v1.2.2 |
| 1878 | 2026-06-08T20:19:28.765Z | Checking utf8_iter v1.0.4 |
| 1879 | 2026-06-08T20:19:28.802Z | Checking subtle v2.6.1 |
| 1880 | 2026-06-08T20:19:28.840Z | Checking zerovec v0.11.5 |
| 1881 | 2026-06-08T20:19:28.840Z | Checking zerotrie v0.2.3 |
| 1882 | 2026-06-08T20:19:28.909Z | Checking num-traits v0.2.19 |
| 1883 | 2026-06-08T20:19:28.946Z | Checking rand_core v0.10.0 |
| 1884 | 2026-06-08T20:19:28.946Z | Checking pin-project-lite v0.2.17 |
| 1885 | 2026-06-08T20:19:29.013Z | Checking rand_core v0.6.4 |
| 1886 | 2026-06-08T20:19:29.013Z | Checking parking_lot_core v0.9.12 |
| 1887 | 2026-06-08T20:19:29.100Z | Checking zerocopy v0.8.40 |
| 1888 | 2026-06-08T20:19:29.109Z | Checking portable-atomic v1.13.1 |
| 1889 | 2026-06-08T20:19:29.181Z | Checking getrandom v0.4.1 |
| 1890 | 2026-06-08T20:19:29.230Z | Checking signal-hook-registry v1.4.8 |
| 1891 | 2026-06-08T20:19:29.263Z | Checking parking_lot v0.12.5 |
| 1892 | 2026-06-08T20:19:29.328Z | Checking tinystr v0.8.2 |
| 1893 | 2026-06-08T20:19:29.363Z | Checking potential_utf v0.1.4 |
| 1894 | 2026-06-08T20:19:29.413Z | Checking critical-section v1.2.0 |
| 1895 | 2026-06-08T20:19:29.449Z | Checking serde v1.0.228 |
| 1896 | 2026-06-08T20:19:29.481Z | Checking serde_json v1.0.149 |
| 1897 | 2026-06-08T20:19:29.515Z | Checking bitflags v2.11.0 |
| 1898 | 2026-06-08T20:19:29.518Z | Checking icu_collections v2.1.1 |
| 1899 | 2026-06-08T20:19:29.582Z | Checking icu_locale_core v2.1.1 |
| 1900 | 2026-06-08T20:19:29.620Z | Checking once_cell v1.21.3 |
| 1901 | 2026-06-08T20:19:29.657Z | Checking mio v1.2.0 |
| 1902 | 2026-06-08T20:19:29.713Z | Checking socket2 v0.6.3 |
| 1903 | 2026-06-08T20:19:29.824Z | Checking typenum v1.19.0 |
| 1904 | 2026-06-08T20:19:29.881Z | Checking bytes v1.11.1 |
| 1905 | 2026-06-08T20:19:29.885Z | Checking iana-time-zone v0.1.65 |
| 1906 | 2026-06-08T20:19:29.967Z | Checking uuid v1.23.0 |
| 1907 | 2026-06-08T20:19:30.007Z | Checking thiserror v2.0.18 |
| 1908 | 2026-06-08T20:19:30.045Z | Checking chrono v0.4.44 |
| 1909 | 2026-06-08T20:19:30.137Z | Checking semver v1.0.28 |
| 1910 | 2026-06-08T20:19:30.179Z | Checking icu_provider v2.1.1 |
| 1911 | 2026-06-08T20:19:30.230Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1912 | 2026-06-08T20:19:30.302Z | Checking futures-core v0.3.32 |
| 1913 | 2026-06-08T20:19:30.338Z | Checking tokio v1.52.1 |
| 1914 | 2026-06-08T20:19:30.372Z | Checking dyn-clone v1.0.20 |
| 1915 | 2026-06-08T20:19:30.377Z | Checking generic-array v0.14.7 |
| 1916 | 2026-06-08T20:19:30.443Z | Checking icu_properties v2.1.2 |
| 1917 | 2026-06-08T20:19:30.482Z | Checking icu_normalizer v2.1.1 |
| 1918 | 2026-06-08T20:19:30.521Z | Checking equivalent v1.0.2 |
| 1919 | 2026-06-08T20:19:30.596Z | Checking const-oid v0.9.6 |
| 1920 | 2026-06-08T20:19:30.662Z | Checking futures-sink v0.3.32 |
| 1921 | 2026-06-08T20:19:30.798Z | Checking futures-channel v0.3.32 |
| 1922 | 2026-06-08T20:19:30.833Z | Checking futures-task v0.3.32 |
| 1923 | 2026-06-08T20:19:30.871Z | Checking crypto-common v0.1.7 |
| 1924 | 2026-06-08T20:19:30.935Z | Checking block-buffer v0.10.4 |
| 1925 | 2026-06-08T20:19:30.993Z | Checking slab v0.4.12 |
| 1926 | 2026-06-08T20:19:31.027Z | Checking futures-io v0.3.32 |
| 1927 | 2026-06-08T20:19:31.030Z | Checking rustix v1.1.3 |
| 1928 | 2026-06-08T20:19:31.097Z | Checking byteorder v1.5.0 |
| 1929 | 2026-06-08T20:19:31.166Z | Checking hashbrown v0.17.0 |
| 1930 | 2026-06-08T20:19:31.202Z | Checking futures-util v0.3.32 |
| 1931 | 2026-06-08T20:19:31.297Z | Checking idna_adapter v1.2.1 |
| 1932 | 2026-06-08T20:19:31.301Z | Checking digest v0.10.7 |
| 1933 | 2026-06-08T20:19:31.365Z | Checking cpufeatures v0.2.17 |
| 1934 | 2026-06-08T20:19:31.448Z | Checking idna v1.1.0 |
| 1935 | 2026-06-08T20:19:31.484Z | Checking thiserror v1.0.69 |
| 1936 | 2026-06-08T20:19:31.546Z | Checking getrandom v0.3.4 |
| 1937 | 2026-06-08T20:19:31.608Z | Checking fnv v1.0.7 |
| 1938 | 2026-06-08T20:19:31.652Z | Checking indexmap v2.14.0 |
| 1939 | 2026-06-08T20:19:31.717Z | Checking url v2.5.8 |
| 1940 | 2026-06-08T20:19:31.720Z | Checking regex-syntax v0.8.10 |
| 1941 | 2026-06-08T20:19:31.784Z | Checking http v1.4.0 |
| 1942 | 2026-06-08T20:19:31.851Z | Checking ppv-lite86 v0.2.21 |
| 1943 | 2026-06-08T20:19:31.909Z | Checking tracing-core v0.1.36 |
| 1944 | 2026-06-08T20:19:32.165Z | Checking base64 v0.22.1 |
| 1945 | 2026-06-08T20:19:32.201Z | Checking schemars v0.8.22 |
| 1946 | 2026-06-08T20:19:32.236Z | Checking tracing v0.1.44 |
| 1947 | 2026-06-08T20:19:32.239Z | Checking utf8parse v0.2.2 |
| 1948 | 2026-06-08T20:19:32.367Z | Checking ipnet v2.11.0 |
| 1949 | 2026-06-08T20:19:32.403Z | Checking anstyle v1.0.14 |
| 1950 | 2026-06-08T20:19:32.438Z | Checking untrusted v0.9.0 |
| 1951 | 2026-06-08T20:19:32.473Z | Checking unicode-ident v1.0.24 |
| 1952 | 2026-06-08T20:19:32.573Z | Checking ring v0.17.14 |
| 1953 | 2026-06-08T20:19:32.611Z | Checking proc-macro2 v1.0.106 |
| 1954 | 2026-06-08T20:19:32.615Z | Checking colorchoice v1.0.4 |
| 1955 | 2026-06-08T20:19:32.680Z | Checking is_terminal_polyfill v1.70.2 |
| 1956 | 2026-06-08T20:19:32.768Z | Checking base64ct v1.8.3 |
| 1957 | 2026-06-08T20:19:32.807Z | Checking anstyle-query v1.1.5 |
| 1958 | 2026-06-08T20:19:32.880Z | Checking block-padding v0.3.3 |
| 1959 | 2026-06-08T20:19:32.926Z | Checking aho-corasick v1.1.4 |
| 1960 | 2026-06-08T20:19:32.964Z | Checking quote v1.0.45 |
| 1961 | 2026-06-08T20:19:33.033Z | Checking rustls-pki-types v1.14.0 |
| 1962 | 2026-06-08T20:19:33.068Z | Checking inout v0.1.4 |
| 1963 | 2026-06-08T20:19:33.104Z | Checking httparse v1.10.1 |
| 1964 | 2026-06-08T20:19:33.142Z | Checking anstyle-parse v1.0.0 |
| 1965 | 2026-06-08T20:19:33.178Z | Checking syn v2.0.117 |
| 1966 | 2026-06-08T20:19:33.234Z | Checking cipher v0.4.4 |
| 1967 | 2026-06-08T20:19:33.322Z | Checking terminal_size v0.4.3 |
| 1968 | 2026-06-08T20:19:33.357Z | Checking crossbeam-utils v0.8.21 |
| 1969 | 2026-06-08T20:19:33.361Z | Checking anstream v1.0.0 |
| 1970 | 2026-06-08T20:19:33.462Z | Checking clap_lex v1.0.0 |
| 1971 | 2026-06-08T20:19:33.465Z | Checking strsim v0.11.1 |
| 1972 | 2026-06-08T20:19:33.542Z | Checking tokio-util v0.7.18 |
| 1973 | 2026-06-08T20:19:33.605Z | Checking allocator-api2 v0.2.21 |
| 1974 | 2026-06-08T20:19:33.641Z | Checking pem-rfc7468 v0.7.0 |
| 1975 | 2026-06-08T20:19:33.645Z | Checking regex-automata v0.4.14 |
| 1976 | 2026-06-08T20:19:33.645Z | Checking http-body v1.0.1 |
| 1977 | 2026-06-08T20:19:33.740Z | Checking clap_builder v4.6.0 |
| 1978 | 2026-06-08T20:19:33.743Z | Checking sha2 v0.10.9 |
| 1979 | 2026-06-08T20:19:33.821Z | Checking powerfmt v0.2.0 |
| 1980 | 2026-06-08T20:19:33.857Z | Checking atomic-waker v1.1.2 |
| 1981 | 2026-06-08T20:19:33.901Z | Checking rand_core v0.9.5 |
| 1982 | 2026-06-08T20:19:33.981Z | Checking hmac v0.12.1 |
| 1983 | 2026-06-08T20:19:34.018Z | Checking deranged v0.5.8 |
| 1984 | 2026-06-08T20:19:34.054Z | Checking num_threads v0.1.7 |
| 1985 | 2026-06-08T20:19:34.106Z | Checking num-conv v0.2.0 |
| 1986 | 2026-06-08T20:19:34.142Z | Checking httpdate v1.0.3 |
| 1987 | 2026-06-08T20:19:34.177Z | Checking try-lock v0.2.5 |
| 1988 | 2026-06-08T20:19:34.180Z | Checking time-core v0.1.8 |
| 1989 | 2026-06-08T20:19:34.249Z | Checking h2 v0.4.13 |
| 1990 | 2026-06-08T20:19:34.305Z | Checking want v0.3.1 |
| 1991 | 2026-06-08T20:19:34.341Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-06-08T20:19:34.378Z | Checking flagset v0.4.7 |
| 1993 | 2026-06-08T20:19:34.455Z | Checking pin-utils v0.1.0 |
| 1994 | 2026-06-08T20:19:34.525Z | Checking ryu v1.0.23 |
| 1995 | 2026-06-08T20:19:34.560Z | Checking tower-service v0.3.3 |
| 1996 | 2026-06-08T20:19:34.677Z | Checking tower-layer v0.3.3 |
| 1997 | 2026-06-08T20:19:34.712Z | Checking der v0.7.10 |
| 1998 | 2026-06-08T20:19:34.747Z | Checking slog v2.8.2 |
| 1999 | 2026-06-08T20:19:34.850Z | Checking rand_chacha v0.9.0 |
| 2000 | 2026-06-08T20:19:34.948Z | Checking time v0.3.47 |
| 2001 | 2026-06-08T20:19:34.998Z | Checking clap v4.6.1 |
| 2002 | 2026-06-08T20:19:35.038Z | Checking anyhow v1.0.102 |
| 2003 | 2026-06-08T20:19:35.079Z | Checking mime v0.3.17 |
| 2004 | 2026-06-08T20:19:35.117Z | Checking rand v0.9.2 |
| 2005 | 2026-06-08T20:19:35.266Z | Checking spin v0.9.8 |
| 2006 | 2026-06-08T20:19:35.302Z | Checking http-body-util v0.1.3 |
| 2007 | 2026-06-08T20:19:35.428Z | Checking aws-lc-sys v0.40.0 |
| 2008 | 2026-06-08T20:19:35.473Z | Checking untrusted v0.7.1 |
| 2009 | 2026-06-08T20:19:35.511Z | Checking ipnetwork v0.21.1 |
| 2010 | 2026-06-08T20:19:35.545Z | Checking fastrand v2.3.0 |
| 2011 | 2026-06-08T20:19:35.547Z | Checking openssl-probe v0.2.1 |
| 2012 | 2026-06-08T20:19:35.613Z | Checking spki v0.7.3 |
| 2013 | 2026-06-08T20:19:35.616Z | Checking serde_urlencoded v0.7.1 |
| 2014 | 2026-06-08T20:19:35.709Z | Checking pbkdf2 v0.12.2 |
| 2015 | 2026-06-08T20:19:35.746Z | Checking aes v0.8.4 |
| 2016 | 2026-06-08T20:19:35.752Z | Checking encoding_rs v0.8.35 |
| 2017 | 2026-06-08T20:19:35.814Z | Checking regex v1.12.3 |
| 2018 | 2026-06-08T20:19:35.852Z | Checking salsa20 v0.10.2 |
| 2019 | 2026-06-08T20:19:35.887Z | Checking cbc v0.1.2 |
| 2020 | 2026-06-08T20:19:35.958Z | Checking aws-lc-rs v1.16.3 |
| 2021 | 2026-06-08T20:19:36.011Z | Checking rand_chacha v0.3.1 |
| 2022 | 2026-06-08T20:19:36.056Z | Checking hex v0.4.3 |
| 2023 | 2026-06-08T20:19:36.107Z | Checking simd-adler32 v0.3.8 |
| 2024 | 2026-06-08T20:19:36.145Z | Checking pretty-hex v0.4.1 |
| 2025 | 2026-06-08T20:19:36.178Z | Checking scrypt v0.11.0 |
| 2026 | 2026-06-08T20:19:36.247Z | Checking rand v0.8.6 |
| 2027 | 2026-06-08T20:19:36.326Z | Checking tempfile v3.25.0 |
| 2028 | 2026-06-08T20:19:36.326Z | Checking plain v0.2.3 |
| 2029 | 2026-06-08T20:19:36.360Z | Checking adler2 v2.0.1 |
| 2030 | 2026-06-08T20:19:36.432Z | Checking pkcs5 v0.7.1 |
| 2031 | 2026-06-08T20:19:36.472Z | Checking rustls-native-certs v0.8.3 |
| 2032 | 2026-06-08T20:19:36.529Z | Checking miniz_oxide v0.8.9 |
| 2033 | 2026-06-08T20:19:36.577Z | Checking sync_wrapper v1.0.2 |
| 2034 | 2026-06-08T20:19:36.628Z | Checking ucd-trie v0.1.7 |
| 2035 | 2026-06-08T20:19:36.707Z | Checking tower v0.5.3 |
| 2036 | 2026-06-08T20:19:36.743Z | Checking pkcs8 v0.10.2 |
| 2037 | 2026-06-08T20:19:36.781Z | Checking webpki-roots v1.0.6 |
| 2038 | 2026-06-08T20:19:36.820Z | Checking pest v2.8.6 |
| 2039 | 2026-06-08T20:19:36.826Z | Checking rustls-webpki v0.103.9 |
| 2040 | 2026-06-08T20:19:36.826Z | Checking camino v1.2.2 |
| 2041 | 2026-06-08T20:19:36.917Z | Checking foldhash v0.2.0 |
| 2042 | 2026-06-08T20:19:36.917Z | Checking iri-string v0.7.10 |
| 2043 | 2026-06-08T20:19:36.984Z | Checking oxnet v0.1.5 |
| 2044 | 2026-06-08T20:19:36.987Z | Checking hyper v1.8.1 |
| 2045 | 2026-06-08T20:19:37.100Z | Checking hashbrown v0.16.1 |
| 2046 | 2026-06-08T20:19:37.135Z | Checking futures-executor v0.3.32 |
| 2047 | 2026-06-08T20:19:37.137Z | Checking either v1.15.0 |
| 2048 | 2026-06-08T20:19:38.255Z | Checking openapiv3 v2.2.0 |
| 2049 | 2026-06-08T20:19:38.259Z | Checking futures v0.3.32 |
| 2050 | 2026-06-08T20:19:38.259Z | Checking rustls v0.23.37 |
| 2051 | 2026-06-08T20:19:38.259Z | Checking crc32fast v1.5.0 |
| 2052 | 2026-06-08T20:19:38.259Z | Checking static_assertions v1.1.0 |
| 2053 | 2026-06-08T20:19:38.259Z | Checking lazy_static v1.5.0 |
| 2054 | 2026-06-08T20:19:38.259Z | Checking signature v2.2.0 |
| 2055 | 2026-06-08T20:19:38.259Z | Checking winnow v0.7.14 |
| 2056 | 2026-06-08T20:19:38.259Z | Checking hubpack v0.1.2 |
| 2057 | 2026-06-08T20:19:38.259Z | Checking zlib-rs v0.6.2 |
| 2058 | 2026-06-08T20:19:38.259Z | Checking strum v0.26.3 |
| 2059 | 2026-06-08T20:19:38.259Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-06-08T20:19:38.259Z | Checking hyper-util v0.1.20 |
| 2061 | 2026-06-08T20:19:38.259Z | Checking psl-types v2.0.11 |
| 2062 | 2026-06-08T20:19:38.259Z | Checking tower-http v0.6.8 |
| 2063 | 2026-06-08T20:19:38.259Z | Checking tinyvec v1.10.0 |
| 2064 | 2026-06-08T20:19:38.259Z | Checking publicsuffix v2.3.0 |
| 2065 | 2026-06-08T20:19:38.344Z | Checking cookie v0.18.1 |
| 2066 | 2026-06-08T20:19:38.382Z | Checking sha1 v0.10.6 |
| 2067 | 2026-06-08T20:19:38.384Z | Checking num-integer v0.1.46 |
| 2068 | 2026-06-08T20:19:38.563Z | Checking scroll v0.13.0 |
| 2069 | 2026-06-08T20:19:38.601Z | Checking data-encoding v2.10.0 |
| 2070 | 2026-06-08T20:19:38.604Z | Checking cookie_store v0.22.1 |
| 2071 | 2026-06-08T20:19:38.671Z | Checking flate2 v1.1.9 |
| 2072 | 2026-06-08T20:19:38.674Z | Checking toml_datetime v0.6.11 |
| 2073 | 2026-06-08T20:19:38.818Z | Checking goblin v0.10.5 |
| 2074 | 2026-06-08T20:19:38.854Z | Checking serde_spanned v0.6.9 |
| 2075 | 2026-06-08T20:19:38.893Z | Checking memmap2 v0.9.10 |
| 2076 | 2026-06-08T20:19:38.928Z | Checking base16ct v0.2.0 |
| 2077 | 2026-06-08T20:19:38.984Z | Checking bit-vec v0.8.0 |
| 2078 | 2026-06-08T20:19:39.024Z | Checking dtrace-parser v0.3.0 |
| 2079 | 2026-06-08T20:19:39.027Z | Checking ff v0.13.1 |
| 2080 | 2026-06-08T20:19:39.092Z | Checking sec1 v0.7.3 |
| 2081 | 2026-06-08T20:19:39.095Z | Checking thread-id v5.1.0 |
| 2082 | 2026-06-08T20:19:39.204Z | Checking bit-set v0.8.0 |
| 2083 | 2026-06-08T20:19:39.241Z | Checking wait-timeout v0.2.1 |
| 2084 | 2026-06-08T20:19:39.244Z | Checking foreign-types-shared v0.1.1 |
| 2085 | 2026-06-08T20:19:39.328Z | Checking group v0.13.0 |
| 2086 | 2026-06-08T20:19:39.335Z | Checking num-iter v0.1.45 |
| 2087 | 2026-06-08T20:19:39.378Z | Checking bstr v1.12.1 |
| 2088 | 2026-06-08T20:19:39.382Z | Checking foreign-types v0.3.2 |
| 2089 | 2026-06-08T20:19:39.382Z | Checking hkdf v0.12.4 |
| 2090 | 2026-06-08T20:19:39.481Z | Checking crossbeam-epoch v0.9.18 |
| 2091 | 2026-06-08T20:19:39.484Z | Checking anstyle-parse v0.2.7 |
| 2092 | 2026-06-08T20:19:39.484Z | Checking ahash v0.8.12 |
| 2093 | 2026-06-08T20:19:39.581Z | Checking crypto-bigint v0.5.5 |
| 2094 | 2026-06-08T20:19:39.617Z | Checking openssl-sys v0.9.115 |
| 2095 | 2026-06-08T20:19:39.686Z | Checking tokio-rustls v0.26.4 |
| 2096 | 2026-06-08T20:19:39.723Z | Checking rustls-platform-verifier v0.6.2 |
| 2097 | 2026-06-08T20:19:39.758Z | Checking quick-error v1.2.3 |
| 2098 | 2026-06-08T20:19:39.795Z | Checking anstream v0.6.21 |
| 2099 | 2026-06-08T20:19:39.798Z | Checking rand_xorshift v0.4.0 |
| 2100 | 2026-06-08T20:19:39.887Z | Checking rusty-fork v0.3.1 |
| 2101 | 2026-06-08T20:19:39.891Z | Checking scroll v0.12.0 |
| 2102 | 2026-06-08T20:19:39.957Z | Checking hyper-rustls v0.27.7 |
| 2103 | 2026-06-08T20:19:39.992Z | Checking unarray v0.1.4 |
| 2104 | 2026-06-08T20:19:40.027Z | Checking num-bigint-dig v0.8.6 |
| 2105 | 2026-06-08T20:19:40.040Z | Checking openssl v0.10.79 |
| 2106 | 2026-06-08T20:19:40.095Z | Checking pkcs1 v0.7.5 |
| 2107 | 2026-06-08T20:19:40.130Z | Checking proptest v1.10.0 |
| 2108 | 2026-06-08T20:19:40.169Z | Checking goblin v0.8.2 |
| 2109 | 2026-06-08T20:19:40.215Z | Checking reqwest v0.13.2 |
| 2110 | 2026-06-08T20:19:40.327Z | Checking x509-cert v0.2.5 |
| 2111 | 2026-06-08T20:19:40.480Z | Checking elliptic-curve v0.13.8 |
| 2112 | 2026-06-08T20:19:40.816Z | Checking zerocopy v0.7.35 |
| 2113 | 2026-06-08T20:19:40.855Z | Checking unicode-segmentation v1.12.0 |
| 2114 | 2026-06-08T20:19:41.004Z | Checking rsa v0.9.10 |
| 2115 | 2026-06-08T20:19:41.084Z | Checking dtrace-parser v0.2.0 |
| 2116 | 2026-06-08T20:19:41.134Z | Checking dof v0.4.0 |
| 2117 | 2026-06-08T20:19:41.199Z | Checking rfc6979 v0.4.0 |
| 2118 | 2026-06-08T20:19:41.321Z | Checking memoffset v0.9.1 |
| 2119 | 2026-06-08T20:19:41.357Z | Checking thread-id v4.2.2 |
| 2120 | 2026-06-08T20:19:41.360Z | Checking ecdsa v0.16.9 |
| 2121 | 2026-06-08T20:19:41.430Z | Checking curve25519-dalek v4.1.3 |
| 2122 | 2026-06-08T20:19:41.469Z | Checking rustix v0.38.44 |
| 2123 | 2026-06-08T20:19:41.503Z | Checking env_filter v1.0.0 |
| 2124 | 2026-06-08T20:19:41.674Z | Checking toml_write v0.1.2 |
| 2125 | 2026-06-08T20:19:41.755Z | Checking same-file v1.0.6 |
| 2126 | 2026-06-08T20:19:41.790Z | Checking usdt-impl v0.6.0 |
| 2127 | 2026-06-08T20:19:41.866Z | Checking keccak v0.1.6 |
| 2128 | 2026-06-08T20:19:41.903Z | Checking walkdir v2.5.0 |
| 2129 | 2026-06-08T20:19:41.936Z | Checking newtype-uuid v1.3.2 |
| 2130 | 2026-06-08T20:19:42.057Z | Checking sha3 v0.10.8 |
| 2131 | 2026-06-08T20:19:42.094Z | Checking toml_edit v0.22.27 |
| 2132 | 2026-06-08T20:19:42.097Z | Checking usdt v0.6.0 |
| 2133 | 2026-06-08T20:19:42.126Z | Checking native-tls v0.2.18 |
| 2134 | 2026-06-08T20:19:42.126Z | Checking dof v0.3.0 |
| 2135 | 2026-06-08T20:19:42.225Z | Checking daft v0.1.7 |
| 2136 | 2026-06-08T20:19:42.228Z | Checking env_logger v0.11.9 |
| 2137 | 2026-06-08T20:19:42.294Z | Checking ed25519 v2.2.3 |
| 2138 | 2026-06-08T20:19:42.297Z | Checking itertools v0.13.0 |
| 2139 | 2026-06-08T20:19:42.362Z | Checking serde_with v3.17.0 |
| 2140 | 2026-06-08T20:19:42.399Z | Checking tokio-native-tls v0.3.1 |
| 2141 | 2026-06-08T20:19:42.459Z | Checking usdt-impl v0.5.0 |
| 2142 | 2026-06-08T20:19:42.497Z | Checking siphasher v1.0.2 |
| 2143 | 2026-06-08T20:19:42.500Z | Checking bitflags v1.3.2 |
| 2144 | 2026-06-08T20:19:42.564Z | Checking ed25519-dalek v2.2.0 |
| 2145 | 2026-06-08T20:19:42.599Z | Checking hyper-tls v0.6.0 |
| 2146 | 2026-06-08T20:19:42.638Z | Checking nix v0.31.2 |
| 2147 | 2026-06-08T20:19:42.677Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2148 | 2026-06-08T20:19:42.763Z | Checking unicode-normalization v0.1.25 |
| 2149 | 2026-06-08T20:19:42.801Z | Checking reqwest v0.12.28 |
| 2150 | 2026-06-08T20:19:42.838Z | Checking signal-hook v0.3.18 |
| 2151 | 2026-06-08T20:19:43.051Z | Checking managed v0.8.0 |
| 2152 | 2026-06-08T20:19:43.090Z | Checking winnow v0.5.40 |
| 2153 | 2026-06-08T20:19:43.194Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2154 | 2026-06-08T20:19:43.231Z | Checking object v0.37.3 |
| 2155 | 2026-06-08T20:19:43.269Z | Checking foldhash v0.1.5 |
| 2156 | 2026-06-08T20:19:43.307Z | Checking bzip2 v0.4.4 |
| 2157 | 2026-06-08T20:19:43.407Z | Checking signal-hook-mio v0.2.5 |
| 2158 | 2026-06-08T20:19:43.441Z | Checking hashbrown v0.15.5 |
| 2159 | 2026-06-08T20:19:43.495Z | Checking globset v0.4.18 |
| 2160 | 2026-06-08T20:19:43.536Z | Checking ref-cast v1.0.25 |
| 2161 | 2026-06-08T20:19:43.661Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2162 | 2026-06-08T20:19:43.698Z | Checking zip v0.6.6 |
| 2163 | 2026-06-08T20:19:43.734Z | Checking pin-project v1.1.11 |
| 2164 | 2026-06-08T20:19:43.775Z | Checking bumpalo v3.20.2 |
| 2165 | 2026-06-08T20:19:43.812Z | Checking zstd-safe v7.2.4 |
| 2166 | 2026-06-08T20:19:43.815Z | Checking libbz2-rs-sys v0.2.2 |
| 2167 | 2026-06-08T20:19:43.887Z | Checking crossterm v0.28.1 |
| 2168 | 2026-06-08T20:19:43.927Z | Checking similar v2.7.0 |
| 2169 | 2026-06-08T20:19:43.997Z | Checking zopfli v0.8.3 |
| 2170 | 2026-06-08T20:19:44.032Z | Checking zstd v0.13.3 |
| 2171 | 2026-06-08T20:19:44.067Z | Checking tokio-stream v0.1.18 |
| 2172 | 2026-06-08T20:19:44.248Z | Checking toml_edit v0.19.15 |
| 2173 | 2026-06-08T20:19:44.285Z | Checking bzip2 v0.6.1 |
| 2174 | 2026-06-08T20:19:44.288Z | Checking fs-err v3.3.0 |
| 2175 | 2026-06-08T20:19:44.355Z | Checking pem v3.0.6 |
| 2176 | 2026-06-08T20:19:44.390Z | Checking hash32 v0.2.1 |
| 2177 | 2026-06-08T20:19:44.474Z | Checking serde-big-array v0.5.1 |
| 2178 | 2026-06-08T20:19:44.477Z | Checking unicode-properties v0.1.4 |
| 2179 | 2026-06-08T20:19:44.549Z | Checking predicates-core v1.0.10 |
| 2180 | 2026-06-08T20:19:44.584Z | Checking unicode-bidi v0.3.18 |
| 2181 | 2026-06-08T20:19:44.619Z | Checking jiff v0.2.21 |
| 2182 | 2026-06-08T20:19:44.656Z | Checking heapless v0.7.17 |
| 2183 | 2026-06-08T20:19:44.659Z | Checking snafu v0.8.9 |
| 2184 | 2026-06-08T20:19:44.725Z | Checking olpc-cjson v0.1.4 |
| 2185 | 2026-06-08T20:19:44.728Z | Checking hickory-proto v0.25.2 |
| 2186 | 2026-06-08T20:19:44.886Z | Checking md-5 v0.10.6 |
| 2187 | 2026-06-08T20:19:44.936Z | Checking stringprep v0.1.5 |
| 2188 | 2026-06-08T20:19:44.942Z | Checking serde_plain v1.0.2 |
| 2189 | 2026-06-08T20:19:45.050Z | Checking float-cmp v0.10.0 |
| 2190 | 2026-06-08T20:19:45.095Z | Checking typed-path v0.9.3 |
| 2191 | 2026-06-08T20:19:45.134Z | Checking difflib v0.4.0 |
| 2192 | 2026-06-08T20:19:45.134Z | Checking normalize-line-endings v0.3.0 |
| 2193 | 2026-06-08T20:19:45.205Z | Checking fallible-iterator v0.2.0 |
| 2194 | 2026-06-08T20:19:45.282Z | Checking smoltcp v0.9.1 |
| 2195 | 2026-06-08T20:19:45.319Z | Checking toml v0.7.8 |
| 2196 | 2026-06-08T20:19:45.355Z | Checking predicates v3.1.4 |
| 2197 | 2026-06-08T20:19:45.501Z | Checking postgres-protocol v0.6.10 |
| 2198 | 2026-06-08T20:19:45.537Z | Checking iddqd v0.4.2 |
| 2199 | 2026-06-08T20:19:45.646Z | Checking phf_shared v0.13.1 |
| 2200 | 2026-06-08T20:19:45.683Z | Checking phf_shared v0.11.3 |
| 2201 | 2026-06-08T20:19:45.848Z | Checking buf-list v1.1.2 |
| 2202 | 2026-06-08T20:19:45.883Z | Checking strum v0.27.2 |
| 2203 | 2026-06-08T20:19:45.886Z | Checking tough v0.22.0 |
| 2204 | 2026-06-08T20:19:45.886Z | Checking precomputed-hash v0.1.1 |
| 2205 | 2026-06-08T20:19:45.982Z | Checking fixedbitset v0.4.2 |
| 2206 | 2026-06-08T20:19:46.020Z | Checking lalrpop-util v0.19.12 |
| 2207 | 2026-06-08T20:19:46.057Z | Checking new_debug_unreachable v1.0.6 |
| 2208 | 2026-06-08T20:19:46.061Z | Checking fixedbitset v0.5.7 |
| 2209 | 2026-06-08T20:19:46.153Z | Checking string_cache v0.8.9 |
| 2210 | 2026-06-08T20:19:46.157Z | Checking petgraph v0.6.5 |
| 2211 | 2026-06-08T20:19:46.224Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2212 | 2026-06-08T20:19:46.304Z | Checking petgraph v0.8.3 |
| 2213 | 2026-06-08T20:19:46.352Z | Checking phf v0.13.1 |
| 2214 | 2026-06-08T20:19:46.456Z | Checking postgres-types v0.2.12 |
| 2215 | 2026-06-08T20:19:46.526Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2216 | 2026-06-08T20:19:46.806Z | Checking peg-runtime v0.8.5 |
| 2217 | 2026-06-08T20:19:46.842Z | Checking whoami v2.1.0 |
| 2218 | 2026-06-08T20:19:46.878Z | Checking zip v4.6.1 |
| 2219 | 2026-06-08T20:19:47.064Z | Checking tokio-postgres v0.7.16 |
| 2220 | 2026-06-08T20:19:47.103Z | Checking is-terminal v0.4.17 |
| 2221 | 2026-06-08T20:19:47.225Z | Checking crossbeam-channel v0.5.15 |
| 2222 | 2026-06-08T20:19:47.471Z | Compiling structmeta-derive v0.3.0 |
| 2223 | 2026-06-08T20:19:47.482Z | Checking thread_local v1.1.9 |
| 2224 | 2026-06-08T20:19:47.556Z | Checking take_mut v0.2.2 |
| 2225 | 2026-06-08T20:19:47.594Z | Checking term v1.2.1 |
| 2226 | 2026-06-08T20:19:47.689Z | Compiling newtype-uuid-macros v0.1.0 |
| 2227 | 2026-06-08T20:19:47.725Z | Checking slog-async v2.8.0 |
| 2228 | 2026-06-08T20:19:47.849Z | Checking slog-term v2.9.2 |
| 2229 | 2026-06-08T20:19:47.886Z | Compiling rustls v0.22.4 |
| 2230 | 2026-06-08T20:19:47.929Z | Compiling multer v3.1.0 |
| 2231 | 2026-06-08T20:19:47.966Z | Compiling async-stream-impl v0.3.6 |
| 2232 | 2026-06-08T20:19:48.131Z | Compiling dropshot v0.17.0 |
| 2233 | 2026-06-08T20:19:48.202Z | Compiling dropshot_endpoint v0.17.0 |
| 2234 | 2026-06-08T20:19:48.247Z | Checking match_cfg v0.1.0 |
| 2235 | 2026-06-08T20:19:48.342Z | Checking hostname v0.3.1 |
| 2236 | 2026-06-08T20:19:48.379Z | Checking slog-json v2.6.1 |
| 2237 | 2026-06-08T20:19:48.456Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2238 | 2026-06-08T20:19:48.495Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2239 | 2026-06-08T20:19:48.498Z | Checking debug-ignore v1.0.5 |
| 2240 | 2026-06-08T20:19:48.599Z | Compiling structmeta v0.3.0 |
| 2241 | 2026-06-08T20:19:48.602Z | Checking slog-bunyan v2.5.0 |
| 2242 | 2026-06-08T20:19:48.602Z | Checking progenitor-client v0.14.0 |
| 2243 | 2026-06-08T20:19:48.667Z | Checking rustls-webpki v0.102.8 |
| 2244 | 2026-06-08T20:19:48.737Z | Checking serde_path_to_error v0.1.20 |
| 2245 | 2026-06-08T20:19:48.777Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2246 | 2026-06-08T20:19:48.843Z | Compiling derive-ex v0.1.8 |
| 2247 | 2026-06-08T20:19:48.878Z | Checking serde_spanned v1.0.4 |
| 2248 | 2026-06-08T20:19:48.928Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2249 | 2026-06-08T20:19:48.973Z | Checking compression-core v0.4.31 |
| 2250 | 2026-06-08T20:19:49.008Z | Checking async-stream v0.3.6 |
| 2251 | 2026-06-08T20:19:49.045Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-06-08T20:19:49.148Z | Checking compression-codecs v0.4.37 |
| 2253 | 2026-06-08T20:19:49.151Z | Checking toml v1.0.6+spec-1.1.0 |
| 2254 | 2026-06-08T20:19:49.216Z | Checking rustls-pemfile v2.2.0 |
| 2255 | 2026-06-08T20:19:49.222Z | Checking hostname v0.4.2 |
| 2256 | 2026-06-08T20:19:49.318Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2257 | 2026-06-08T20:19:49.355Z | Checking async-compression v0.4.41 |
| 2258 | 2026-06-08T20:19:49.390Z | Compiling parse-display-derive v0.10.0 |
| 2259 | 2026-06-08T20:19:49.393Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2260 | 2026-06-08T20:19:49.458Z | Checking regress v0.10.5 |
| 2261 | 2026-06-08T20:19:49.592Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2262 | 2026-06-08T20:19:49.628Z | Checking itertools v0.14.0 |
| 2263 | 2026-06-08T20:19:49.799Z | Checking macaddr v1.0.1 |
| 2264 | 2026-06-08T20:19:49.978Z | Checking instant v0.1.13 |
| 2265 | 2026-06-08T20:19:50.013Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2266 | 2026-06-08T20:19:50.050Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2267 | 2026-06-08T20:19:50.094Z | Checking backoff v0.4.0 |
| 2268 | 2026-06-08T20:19:50.277Z | Checking backon v1.6.0 |
| 2269 | 2026-06-08T20:19:50.314Z | Checking humantime v2.3.0 |
| 2270 | 2026-06-08T20:19:50.473Z | Checking progenitor-extras v0.2.0 |
| 2271 | 2026-06-08T20:19:50.527Z | Checking progenitor-client v0.10.0 |
| 2272 | 2026-06-08T20:19:50.564Z | Compiling test-strategy v0.4.5 |
| 2273 | 2026-06-08T20:19:50.567Z | Checking unicode-width v0.2.0 |
| 2274 | 2026-06-08T20:19:50.632Z | Checking tokio-rustls v0.25.0 |
| 2275 | 2026-06-08T20:19:50.710Z | Checking heck v0.5.0 |
| 2276 | 2026-06-08T20:19:50.745Z | Compiling convert_case v0.4.0 |
| 2277 | 2026-06-08T20:19:50.781Z | Checking half v2.7.1 |
| 2278 | 2026-06-08T20:19:50.855Z | Checking ciborium-io v0.2.2 |
| 2279 | 2026-06-08T20:19:50.891Z | Checking secrecy v0.10.3 |
| 2280 | 2026-06-08T20:19:50.957Z | Compiling regress v0.11.1 |
| 2281 | 2026-06-08T20:19:50.993Z | Checking indent_write v2.2.0 |
| 2282 | 2026-06-08T20:19:51.063Z | Checking ciborium-ll v0.2.2 |
| 2283 | 2026-06-08T20:19:51.100Z | Checking parse-display v0.10.0 |
| 2284 | 2026-06-08T20:19:51.103Z | Checking universal-hash v0.5.1 |
| 2285 | 2026-06-08T20:19:51.165Z | Compiling derive_more v0.99.20 |
| 2286 | 2026-06-08T20:19:51.168Z | Compiling unsafe-libyaml v0.2.11 |
| 2287 | 2026-06-08T20:19:51.262Z | Checking ciborium v0.2.2 |
| 2288 | 2026-06-08T20:19:51.297Z | Checking opaque-debug v0.3.1 |
| 2289 | 2026-06-08T20:19:51.396Z | Checking camino-tempfile v1.4.1 |
| 2290 | 2026-06-08T20:19:51.584Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-06-08T20:19:51.704Z | Checking aead v0.5.2 |
| 2292 | 2026-06-08T20:19:51.790Z | Compiling serde_yaml v0.9.34+deprecated |
| 2293 | 2026-06-08T20:19:51.962Z | Checking poly1305 v0.8.0 |
| 2294 | 2026-06-08T20:19:52.020Z | Checking chacha20 v0.9.1 |
| 2295 | 2026-06-08T20:19:52.090Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2296 | 2026-06-08T20:19:52.246Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2297 | 2026-06-08T20:19:52.250Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2298 | 2026-06-08T20:19:52.506Z | Compiling typify-impl v0.6.2 |
| 2299 | 2026-06-08T20:19:52.594Z | Checking swrite v0.1.0 |
| 2300 | 2026-06-08T20:19:52.715Z | Checking password-hash v0.5.0 |
| 2301 | 2026-06-08T20:19:52.877Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2302 | 2026-06-08T20:19:53.009Z | Checking blake2 v0.10.6 |
| 2303 | 2026-06-08T20:19:53.285Z | Checking argon2 v0.5.3 |
| 2304 | 2026-06-08T20:19:53.332Z | Checking chacha20poly1305 v0.10.1 |
| 2305 | 2026-06-08T20:19:53.475Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2306 | 2026-06-08T20:19:53.511Z | Checking thiserror-no-std v2.0.2 |
| 2307 | 2026-06-08T20:19:53.630Z | Checking vsss-rs v3.3.4 |
| 2308 | 2026-06-08T20:19:53.667Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2309 | 2026-06-08T20:19:53.799Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-06-08T20:19:53.921Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2311 | 2026-06-08T20:19:53.992Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2312 | 2026-06-08T20:19:54.042Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2313 | 2026-06-08T20:19:54.182Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2314 | 2026-06-08T20:19:54.243Z | Checking crossbeam-deque v0.8.6 |
| 2315 | 2026-06-08T20:19:54.280Z | Compiling rayon-core v1.13.0 |
| 2316 | 2026-06-08T20:19:54.450Z | Checking toml v0.8.23 |
| 2317 | 2026-06-08T20:19:54.761Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2318 | 2026-06-08T20:19:54.798Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2319 | 2026-06-08T20:19:54.835Z | Compiling proc-macro-error v1.0.4 |
| 2320 | 2026-06-08T20:19:54.873Z | Checking rayon v1.11.0 |
| 2321 | 2026-06-08T20:19:55.071Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2322 | 2026-06-08T20:19:55.163Z | Checking tabwriter v1.4.1 |
| 2323 | 2026-06-08T20:19:55.336Z | Checking glob v0.3.3 |
| 2324 | 2026-06-08T20:19:55.339Z | Compiling heapless v0.8.0 |
| 2325 | 2026-06-08T20:19:55.546Z | Checking colored v3.1.1 |
| 2326 | 2026-06-08T20:19:55.649Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2327 | 2026-06-08T20:19:55.689Z | Compiling proc-macro-crate v3.4.0 |
| 2328 | 2026-06-08T20:19:55.774Z | Compiling ingot-macros v0.1.1 |
| 2329 | 2026-06-08T20:19:55.934Z | Checking hash32 v0.3.1 |
| 2330 | 2026-06-08T20:19:55.974Z | Checking unicode-width v0.1.14 |
| 2331 | 2026-06-08T20:19:56.094Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2332 | 2026-06-08T20:19:56.132Z | Compiling smoltcp v0.11.0 |
| 2333 | 2026-06-08T20:19:56.286Z | Compiling num_enum_derive v0.7.6 |
| 2334 | 2026-06-08T20:19:56.365Z | Checking cobs v0.3.0 |
| 2335 | 2026-06-08T20:19:56.409Z | Compiling usdt-macro v0.5.0 |
| 2336 | 2026-06-08T20:19:56.538Z | Compiling usdt-attr-macro v0.5.0 |
| 2337 | 2026-06-08T20:19:56.581Z | Checking memmap v0.7.0 |
| 2338 | 2026-06-08T20:19:56.658Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2339 | 2026-06-08T20:19:56.914Z | Checking postcard v1.1.3 |
| 2340 | 2026-06-08T20:19:57.109Z | Compiling typify-macro v0.6.2 |
| 2341 | 2026-06-08T20:19:57.150Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2342 | 2026-06-08T20:19:57.188Z | Compiling proc-macro-crate v1.3.1 |
| 2343 | 2026-06-08T20:19:57.239Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2344 | 2026-06-08T20:19:57.332Z | Checking usdt v0.5.0 |
| 2345 | 2026-06-08T20:19:57.367Z | Checking num_enum v0.7.6 |
| 2346 | 2026-06-08T20:19:57.476Z | Checking sigpipe v0.1.3 |
| 2347 | 2026-06-08T20:19:57.509Z | Compiling foreign-types-macros v0.2.3 |
| 2348 | 2026-06-08T20:19:57.546Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2349 | 2026-06-08T20:19:57.582Z | Checking foreign-types-shared v0.3.1 |
| 2350 | 2026-06-08T20:19:57.627Z | Checking cpufeatures v0.3.0 |
| 2351 | 2026-06-08T20:19:57.697Z | Compiling num_enum_derive v0.5.11 |
| 2352 | 2026-06-08T20:19:57.736Z | Checking chacha20 v0.10.0 |
| 2353 | 2026-06-08T20:19:58.007Z | Checking cstr-argument v0.1.2 |
| 2354 | 2026-06-08T20:19:58.041Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-06-08T20:19:58.111Z | Compiling num-derive v0.4.2 |
| 2356 | 2026-06-08T20:19:58.155Z | Checking foreign-types v0.5.0 |
| 2357 | 2026-06-08T20:19:58.161Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2358 | 2026-06-08T20:19:58.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2359 | 2026-06-08T20:19:58.514Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2360 | 2026-06-08T20:19:58.556Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2361 | 2026-06-08T20:19:58.649Z | Checking rand v0.10.0 |
| 2362 | 2026-06-08T20:19:58.684Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2363 | 2026-06-08T20:19:58.688Z | Checking ingot-types v0.1.2 |
| 2364 | 2026-06-08T20:19:58.755Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2365 | 2026-06-08T20:19:58.807Z | Checking num_enum v0.5.11 |
| 2366 | 2026-06-08T20:19:58.876Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2367 | 2026-06-08T20:19:58.932Z | Compiling typify v0.6.2 |
| 2368 | 2026-06-08T20:19:58.969Z | Checking itertools v0.12.1 |
| 2369 | 2026-06-08T20:19:59.037Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2370 | 2026-06-08T20:19:59.072Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-06-08T20:19:59.075Z | Compiling progenitor-impl v0.14.0 |
| 2372 | 2026-06-08T20:19:59.136Z | Checking ingot v0.1.1 |
| 2373 | 2026-06-08T20:19:59.266Z | Compiling zone_cfg_derive v0.3.1 |
| 2374 | 2026-06-08T20:19:59.393Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2375 | 2026-06-08T20:19:59.595Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2376 | 2026-06-08T20:19:59.859Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2377 | 2026-06-08T20:20:00.028Z | Checking zone v0.3.1 |
| 2378 | 2026-06-08T20:20:00.066Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2379 | 2026-06-08T20:20:00.072Z | Checking smf v0.2.3 |
| 2380 | 2026-06-08T20:20:00.128Z | Checking whoami v1.6.1 |
| 2381 | 2026-06-08T20:20:00.131Z | Checking tokio-dtrace v0.1.1 |
| 2382 | 2026-06-08T20:20:00.323Z | Compiling derive-where v1.6.0 |
| 2383 | 2026-06-08T20:20:00.357Z | Checking console v0.15.11 |
| 2384 | 2026-06-08T20:20:00.361Z | Checking atomicwrites v0.4.4 |
| 2385 | 2026-06-08T20:20:00.424Z | Checking newline-converter v0.3.0 |
| 2386 | 2026-06-08T20:20:00.427Z | Checking oxide-tokio-rt v0.1.4 |
| 2387 | 2026-06-08T20:20:00.543Z | Checking num-rational v0.4.2 |
| 2388 | 2026-06-08T20:20:00.578Z | Checking num-complex v0.4.6 |
| 2389 | 2026-06-08T20:20:00.653Z | Checking float-ord v0.3.2 |
| 2390 | 2026-06-08T20:20:00.689Z | Checking expectorate v1.2.0 |
| 2391 | 2026-06-08T20:20:00.765Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2392 | 2026-06-08T20:20:00.800Z | Checking bytecount v0.6.9 |
| 2393 | 2026-06-08T20:20:00.843Z | Compiling owo-colors v4.3.0 |
| 2394 | 2026-06-08T20:20:00.846Z | Compiling prettyplease v0.2.37 |
| 2395 | 2026-06-08T20:20:00.931Z | Compiling cancel-safe-futures v0.1.5 |
| 2396 | 2026-06-08T20:20:00.963Z | Checking num v0.4.3 |
| 2397 | 2026-06-08T20:20:01.064Z | Checking libsw-core v0.3.2 |
| 2398 | 2026-06-08T20:20:01.147Z | Checking linear-map v1.2.0 |
| 2399 | 2026-06-08T20:20:01.249Z | Checking libsw v3.5.0 |
| 2400 | 2026-06-08T20:20:01.421Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2401 | 2026-06-08T20:20:01.551Z | Checking gethostname v0.5.0 |
| 2402 | 2026-06-08T20:20:01.667Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2403 | 2026-06-08T20:20:01.733Z | Compiling progenitor-macro v0.14.0 |
| 2404 | 2026-06-08T20:20:01.906Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2405 | 2026-06-08T20:20:01.943Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2406 | 2026-06-08T20:20:02.681Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2407 | 2026-06-08T20:20:03.063Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=8b44982bf0d3f8ea52c810b2b00425a1e350e2f8#8b44982b) |
| 2408 | 2026-06-08T20:20:03.737Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2409 | 2026-06-08T20:20:05.889Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2410 | 2026-06-08T20:20:06.144Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-06-08T20:20:06.352Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2412 | 2026-06-08T20:20:06.639Z | Checking unicode-linebreak v0.1.5 |
| 2413 | 2026-06-08T20:20:06.674Z | Checking smawk v0.3.2 |
| 2414 | 2026-06-08T20:20:06.677Z | Checking progenitor v0.14.0 |
| 2415 | 2026-06-08T20:20:06.775Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2416 | 2026-06-08T20:20:06.836Z | Checking papergrid v0.11.0 |
| 2417 | 2026-06-08T20:20:06.874Z | Compiling tabled_derive v0.7.0 |
| 2418 | 2026-06-08T20:20:06.906Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2419 | 2026-06-08T20:20:07.086Z | Compiling convert_case v0.10.0 |
| 2420 | 2026-06-08T20:20:07.177Z | Compiling slog-dtrace v0.3.0 |
| 2421 | 2026-06-08T20:20:07.432Z | Compiling derive_more-impl v2.1.1 |
| 2422 | 2026-06-08T20:20:07.470Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2423 | 2026-06-08T20:20:07.872Z | Checking tabled v0.15.0 |
| 2424 | 2026-06-08T20:20:08.215Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2425 | 2026-06-08T20:20:08.314Z | Checking derive_more v2.1.1 |
| 2426 | 2026-06-08T20:20:08.376Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2427 | 2026-06-08T20:20:08.421Z | Checking crossterm v0.29.0 |
| 2428 | 2026-06-08T20:20:08.456Z | Checking linked-hash-map v0.5.6 |
| 2429 | 2026-06-08T20:20:08.663Z | Checking lru-cache v0.1.2 |
| 2430 | 2026-06-08T20:20:08.822Z | Checking hickory-proto v0.24.4 |
| 2431 | 2026-06-08T20:20:08.939Z | Checking fd-lock v4.0.4 |
| 2432 | 2026-06-08T20:20:09.010Z | Checking vte v0.14.1 |
| 2433 | 2026-06-08T20:20:09.059Z | Checking display-error-chain v0.2.2 |
| 2434 | 2026-06-08T20:20:09.095Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2435 | 2026-06-08T20:20:09.127Z | Checking termtree v0.5.1 |
| 2436 | 2026-06-08T20:20:09.194Z | Checking strip-ansi-escapes v0.2.1 |
| 2437 | 2026-06-08T20:20:09.231Z | Checking nu-ansi-term v0.50.3 |
| 2438 | 2026-06-08T20:20:09.262Z | Checking textwrap v0.16.2 |
| 2439 | 2026-06-08T20:20:09.295Z | Compiling minimal-lexical v0.2.1 |
| 2440 | 2026-06-08T20:20:09.328Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2441 | 2026-06-08T20:20:09.467Z | Checking reedline v0.40.0 |
| 2442 | 2026-06-08T20:20:09.508Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2443 | 2026-06-08T20:20:09.544Z | Compiling nom v7.1.3 |
| 2444 | 2026-06-08T20:20:09.579Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2445 | 2026-06-08T20:20:09.801Z | Compiling ar_archive_writer v0.5.1 |
| 2446 | 2026-06-08T20:20:10.075Z | Checking csv-core v0.1.13 |
| 2447 | 2026-06-08T20:20:10.197Z | Compiling stacker v0.1.23 |
| 2448 | 2026-06-08T20:20:10.277Z | Checking csv v1.4.0 |
| 2449 | 2026-06-08T20:20:10.492Z | Compiling cfg_aliases v0.1.1 |
| 2450 | 2026-06-08T20:20:10.597Z | Compiling semver v0.1.20 |
| 2451 | 2026-06-08T20:20:10.633Z | Checking highway v1.3.0 |
| 2452 | 2026-06-08T20:20:10.636Z | Checking hickory-resolver v0.24.4 |
| 2453 | 2026-06-08T20:20:10.701Z | Compiling psm v0.1.30 |
| 2454 | 2026-06-08T20:20:10.703Z | Compiling nix v0.28.0 |
| 2455 | 2026-06-08T20:20:10.812Z | Checking nibble_vec v0.1.0 |
| 2456 | 2026-06-08T20:20:10.884Z | Compiling rustc_version v0.1.7 |
| 2457 | 2026-06-08T20:20:10.887Z | Checking home v0.5.12 |
| 2458 | 2026-06-08T20:20:10.952Z | Checking endian-type v0.1.2 |
| 2459 | 2026-06-08T20:20:10.987Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2460 | 2026-06-08T20:20:11.049Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2461 | 2026-06-08T20:20:11.134Z | Checking radix_trie v0.2.1 |
| 2462 | 2026-06-08T20:20:11.168Z | Compiling newtype_derive v0.1.6 |
| 2463 | 2026-06-08T20:20:11.199Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2464 | 2026-06-08T20:20:11.368Z | Checking phf_shared v0.12.1 |
| 2465 | 2026-06-08T20:20:11.402Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2466 | 2026-06-08T20:20:11.436Z | Checking qorb v0.4.1 |
| 2467 | 2026-06-08T20:20:11.534Z | Compiling chrono-tz v0.10.4 |
| 2468 | 2026-06-08T20:20:11.570Z | Checking phf v0.12.1 |
| 2469 | 2026-06-08T20:20:11.719Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2470 | 2026-06-08T20:20:11.754Z | Compiling const_format_proc_macros v0.2.34 |
| 2471 | 2026-06-08T20:20:11.830Z | Checking recursive v0.1.1 |
| 2472 | 2026-06-08T20:20:11.833Z | Compiling peg-macros v0.8.5 |
| 2473 | 2026-06-08T20:20:11.896Z | Checking nom v8.0.0 |
| 2474 | 2026-06-08T20:20:11.952Z | Checking winnow v0.6.26 |
| 2475 | 2026-06-08T20:20:12.237Z | Compiling sqlparser_derive v0.5.0 |
| 2476 | 2026-06-08T20:20:12.620Z | Checking unicode_categories v0.1.1 |
| 2477 | 2026-06-08T20:20:12.690Z | Checking const_format v0.2.35 |
| 2478 | 2026-06-08T20:20:13.003Z | Checking rustyline v14.0.0 |
| 2479 | 2026-06-08T20:20:13.060Z | Checking sqlparser v0.61.0 |
| 2480 | 2026-06-08T20:20:13.154Z | Checking sqlformat v0.3.5 |
| 2481 | 2026-06-08T20:20:13.269Z | Checking peg v0.8.5 |
| 2482 | 2026-06-08T20:20:13.726Z | Checking bcs v0.1.6 |
| 2483 | 2026-06-08T20:20:13.764Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2484 | 2026-06-08T20:20:13.861Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2485 | 2026-06-08T20:20:13.912Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2486 | 2026-06-08T20:20:13.991Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2487 | 2026-06-08T20:20:14.025Z | Checking steno v0.4.1 |
| 2488 | 2026-06-08T20:20:14.077Z | Checking filetime v0.2.27 |
| 2489 | 2026-06-08T20:20:14.244Z | Checking xattr v1.6.1 |
| 2490 | 2026-06-08T20:20:14.408Z | Checking tar v0.4.45 |
| 2491 | 2026-06-08T20:20:14.563Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-06-08T20:20:14.770Z | Checking subprocess v0.2.15 |
| 2493 | 2026-06-08T20:20:14.818Z | Checking base64 v0.21.7 |
| 2494 | 2026-06-08T20:20:15.066Z | Checking headers-core v0.3.0 |
| 2495 | 2026-06-08T20:20:15.101Z | Checking yasna v0.5.2 |
| 2496 | 2026-06-08T20:20:15.104Z | Checking dropshot-api-manager-types v0.7.2 |
| 2497 | 2026-06-08T20:20:15.201Z | Checking headers v0.4.1 |
| 2498 | 2026-06-08T20:20:15.357Z | Checking tagptr v0.2.0 |
| 2499 | 2026-06-08T20:20:15.512Z | Checking rcgen v0.12.1 |
| 2500 | 2026-06-08T20:20:15.545Z | Checking moka v0.12.13 |
| 2501 | 2026-06-08T20:20:15.692Z | Checking utf-8 v0.7.6 |
| 2502 | 2026-06-08T20:20:15.852Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2503 | 2026-06-08T20:20:15.885Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2504 | 2026-06-08T20:20:15.964Z | Compiling libefi-sys v0.1.0 |
| 2505 | 2026-06-08T20:20:16.029Z | Checking tungstenite v0.21.0 |
| 2506 | 2026-06-08T20:20:16.209Z | Checking hickory-resolver v0.25.2 |
| 2507 | 2026-06-08T20:20:16.251Z | Compiling bitfield-struct v0.6.2 |
| 2508 | 2026-06-08T20:20:16.481Z | Checking tokio-tungstenite v0.21.0 |
| 2509 | 2026-06-08T20:20:16.567Z | Compiling radium v0.7.0 |
| 2510 | 2026-06-08T20:20:16.795Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-06-08T20:20:16.901Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2512 | 2026-06-08T20:20:16.934Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2513 | 2026-06-08T20:20:16.967Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2514 | 2026-06-08T20:20:17.001Z | Compiling maybe-uninit v2.0.0 |
| 2515 | 2026-06-08T20:20:17.034Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2516 | 2026-06-08T20:20:17.071Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2517 | 2026-06-08T20:20:17.197Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-06-08T20:20:17.270Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2519 | 2026-06-08T20:20:17.304Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2520 | 2026-06-08T20:20:17.308Z | Checking tap v1.0.1 |
| 2521 | 2026-06-08T20:20:17.489Z | Checking wyz v0.5.1 |
| 2522 | 2026-06-08T20:20:17.554Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2523 | 2026-06-08T20:20:17.587Z | Compiling zerocopy-derive v0.6.6 |
| 2524 | 2026-06-08T20:20:17.701Z | Checking funty v2.0.0 |
| 2525 | 2026-06-08T20:20:17.740Z | Compiling packed_struct v0.10.1 |
| 2526 | 2026-06-08T20:20:17.786Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-06-08T20:20:17.929Z | Checking crc v3.4.0 |
| 2528 | 2026-06-08T20:20:18.098Z | Checking bitvec v1.0.1 |
| 2529 | 2026-06-08T20:20:18.174Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2530 | 2026-06-08T20:20:18.240Z | Compiling packed_struct_codegen v0.10.1 |
| 2531 | 2026-06-08T20:20:18.502Z | Checking zerocopy v0.6.6 |
| 2532 | 2026-06-08T20:20:18.827Z | Compiling bitfield-macros v0.19.4 |
| 2533 | 2026-06-08T20:20:19.183Z | Compiling indexmap v1.9.3 |
| 2534 | 2026-06-08T20:20:19.340Z | Checking nodrop v0.1.14 |
| 2535 | 2026-06-08T20:20:19.373Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2536 | 2026-06-08T20:20:19.472Z | Checking array-init v0.0.4 |
| 2537 | 2026-06-08T20:20:19.505Z | Checking smallvec v0.6.14 |
| 2538 | 2026-06-08T20:20:19.571Z | Checking bitfield v0.19.4 |
| 2539 | 2026-06-08T20:20:19.725Z | Checking hashbrown v0.12.3 |
| 2540 | 2026-06-08T20:20:19.794Z | Checking serde-hex v0.1.0 |
| 2541 | 2026-06-08T20:20:19.862Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-06-08T20:20:20.054Z | Checking ron v0.8.1 |
| 2543 | 2026-06-08T20:20:20.102Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2544 | 2026-06-08T20:20:20.382Z | Checking hashbrown v0.13.2 |
| 2545 | 2026-06-08T20:20:20.491Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2546 | 2026-06-08T20:20:20.524Z | Checking crc-any v2.5.0 |
| 2547 | 2026-06-08T20:20:20.557Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2548 | 2026-06-08T20:20:20.602Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2549 | 2026-06-08T20:20:20.726Z | Compiling xshell-macros v0.2.7 |
| 2550 | 2026-06-08T20:20:20.788Z | Checking path-slash v0.1.5 |
| 2551 | 2026-06-08T20:20:20.841Z | Checking object v0.30.4 |
| 2552 | 2026-06-08T20:20:20.920Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2553 | 2026-06-08T20:20:21.131Z | Checking xshell v0.2.7 |
| 2554 | 2026-06-08T20:20:21.289Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2555 | 2026-06-08T20:20:21.504Z | Checking half v1.8.3 |
| 2556 | 2026-06-08T20:20:21.604Z | Compiling num-derive v0.3.3 |
| 2557 | 2026-06-08T20:20:21.699Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2558 | 2026-06-08T20:20:21.734Z | Checking serde_cbor v0.11.2 |
| 2559 | 2026-06-08T20:20:22.143Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2560 | 2026-06-08T20:20:22.530Z | Checking libscf-sys v1.1.0 |
| 2561 | 2026-06-08T20:20:22.583Z | Compiling proc-macro-error2 v2.0.1 |
| 2562 | 2026-06-08T20:20:22.669Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2563 | 2026-06-08T20:20:22.701Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2564 | 2026-06-08T20:20:22.977Z | Compiling tabled_derive v0.11.0 |
| 2565 | 2026-06-08T20:20:23.013Z | Checking papergrid v0.17.0 |
| 2566 | 2026-06-08T20:20:23.016Z | Checking testing_table v0.3.0 |
| 2567 | 2026-06-08T20:20:23.044Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2568 | 2026-06-08T20:20:23.176Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2569 | 2026-06-08T20:20:23.302Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2570 | 2026-06-08T20:20:23.604Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2571 | 2026-06-08T20:20:23.634Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2572 | 2026-06-08T20:20:23.842Z | Checking maplit v1.0.2 |
| 2573 | 2026-06-08T20:20:24.001Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2574 | 2026-06-08T20:20:24.170Z | Compiling git-stub v1.0.0 |
| 2575 | 2026-06-08T20:20:24.206Z | Checking crc8 v0.1.1 |
| 2576 | 2026-06-08T20:20:24.209Z | Checking tabled v0.20.0 |
| 2577 | 2026-06-08T20:20:24.337Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2578 | 2026-06-08T20:20:24.466Z | Compiling git-stub-vcs v0.1.0 |
| 2579 | 2026-06-08T20:20:24.610Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2580 | 2026-06-08T20:20:24.853Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2581 | 2026-06-08T20:20:24.904Z | Checking fxhash v0.2.1 |
| 2582 | 2026-06-08T20:20:24.955Z | Checking unicase v2.9.0 |
| 2583 | 2026-06-08T20:20:24.988Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2584 | 2026-06-08T20:20:25.055Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2585 | 2026-06-08T20:20:25.142Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2586 | 2026-06-08T20:20:25.419Z | Compiling vergen-lib v0.1.6 |
| 2587 | 2026-06-08T20:20:25.462Z | Compiling diesel_derives v2.3.7 |
| 2588 | 2026-06-08T20:20:25.612Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2589 | 2026-06-08T20:20:25.712Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2590 | 2026-06-08T20:20:25.744Z | Checking scheduled-thread-pool v0.2.7 |
| 2591 | 2026-06-08T20:20:25.777Z | Compiling dsl_auto_type v0.2.0 |
| 2592 | 2026-06-08T20:20:25.895Z | Compiling vergen-gitcl v1.0.8 |
| 2593 | 2026-06-08T20:20:25.928Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2594 | 2026-06-08T20:20:26.011Z | Checking r2d2 v0.8.10 |
| 2595 | 2026-06-08T20:20:26.190Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2596 | 2026-06-08T20:20:26.224Z | Checking kstat-rs v0.2.4 |
| 2597 | 2026-06-08T20:20:26.304Z | Checking arc-swap v1.8.2 |
| 2598 | 2026-06-08T20:20:26.508Z | Checking downcast-rs v2.0.2 |
| 2599 | 2026-06-08T20:20:26.546Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2600 | 2026-06-08T20:20:26.612Z | Checking slog-scope v4.4.1 |
| 2601 | 2026-06-08T20:20:26.642Z | Compiling parking_lot_core v0.8.6 |
| 2602 | 2026-06-08T20:20:26.712Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2603 | 2026-06-08T20:20:26.776Z | Checking slog-stdlog v4.1.1 |
| 2604 | 2026-06-08T20:20:26.879Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2605 | 2026-06-08T20:20:26.947Z | Checking slog-envlogger v2.2.0 |
| 2606 | 2026-06-08T20:20:27.131Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2607 | 2026-06-08T20:20:27.165Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2608 | 2026-06-08T20:20:27.198Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2609 | 2026-06-08T20:20:27.231Z | Compiling dirs-sys-next v0.1.2 |
| 2610 | 2026-06-08T20:20:27.357Z | Compiling crunchy v0.2.4 |
| 2611 | 2026-06-08T20:20:27.405Z | Checking parking_lot v0.11.2 |
| 2612 | 2026-06-08T20:20:27.451Z | Compiling dirs-next v2.0.0 |
| 2613 | 2026-06-08T20:20:27.545Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2614 | 2026-06-08T20:20:27.601Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2615 | 2026-06-08T20:20:27.635Z | Compiling clang-sys v1.8.1 |
| 2616 | 2026-06-08T20:20:27.641Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2617 | 2026-06-08T20:20:27.747Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2618 | 2026-06-08T20:20:27.821Z | Checking prefix-trie v0.7.0 |
| 2619 | 2026-06-08T20:20:27.938Z | Compiling tiny-keccak v2.0.2 |
| 2620 | 2026-06-08T20:20:28.084Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=951f759b1d8e61cf65c2a823e61933ff3ea0bdf1#951f759b) |
| 2621 | 2026-06-08T20:20:28.217Z | Checking hickory-server v0.25.2 |
| 2622 | 2026-06-08T20:20:28.250Z | Checking sled v0.34.7 |
| 2623 | 2026-06-08T20:20:28.318Z | Compiling term v0.7.0 |
| 2624 | 2026-06-08T20:20:28.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-06-08T20:20:28.415Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2626 | 2026-06-08T20:20:28.706Z | Checking nanorand v0.7.0 |
| 2627 | 2026-06-08T20:20:28.741Z | Compiling bit-vec v0.6.3 |
| 2628 | 2026-06-08T20:20:28.940Z | Compiling salty v0.3.0 |
| 2629 | 2026-06-08T20:20:28.973Z | Checking flume v0.11.1 |
| 2630 | 2026-06-08T20:20:29.005Z | Compiling bit-set v0.5.3 |
| 2631 | 2026-06-08T20:20:29.193Z | Compiling ascii-canvas v3.0.0 |
| 2632 | 2026-06-08T20:20:29.302Z | Compiling progenitor-impl v0.13.0 |
| 2633 | 2026-06-08T20:20:29.470Z | Checking primeorder v0.13.6 |
| 2634 | 2026-06-08T20:20:29.474Z | Compiling itertools v0.10.5 |
| 2635 | 2026-06-08T20:20:29.535Z | Compiling ena v0.14.4 |
| 2636 | 2026-06-08T20:20:29.693Z | Compiling libloading v0.8.9 |
| 2637 | 2026-06-08T20:20:29.746Z | Compiling diff v0.1.13 |
| 2638 | 2026-06-08T20:20:29.782Z | Compiling regex-syntax v0.6.29 |
| 2639 | 2026-06-08T20:20:29.787Z | Compiling bindgen v0.71.1 |
| 2640 | 2026-06-08T20:20:30.587Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2641 | 2026-06-08T20:20:30.820Z | Compiling cexpr v0.6.0 |
| 2642 | 2026-06-08T20:20:31.015Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2643 | 2026-06-08T20:20:31.527Z | Compiling lalrpop v0.19.12 |
| 2644 | 2026-06-08T20:20:31.676Z | Checking progenitor-client v0.13.0 |
| 2645 | 2026-06-08T20:20:31.708Z | Checking diesel v2.3.7 |
| 2646 | 2026-06-08T20:20:31.744Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2647 | 2026-06-08T20:20:31.850Z | Compiling fs-err v2.11.0 |
| 2648 | 2026-06-08T20:20:31.882Z | Compiling rustc-hash v2.1.1 |
| 2649 | 2026-06-08T20:20:31.914Z | Compiling progenitor-macro v0.13.0 |
| 2650 | 2026-06-08T20:20:31.945Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2651 | 2026-06-08T20:20:32.160Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2652 | 2026-06-08T20:20:32.202Z | Compiling libxml v0.3.3 |
| 2653 | 2026-06-08T20:20:32.582Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2654 | 2026-06-08T20:20:32.709Z | Checking p384 v0.13.1 |
| 2655 | 2026-06-08T20:20:33.218Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2656 | 2026-06-08T20:20:33.606Z | Compiling strum_macros v0.24.3 |
| 2657 | 2026-06-08T20:20:33.640Z | Compiling indoc v1.0.9 |
| 2658 | 2026-06-08T20:20:34.108Z | Checking assert_matches v1.5.0 |
| 2659 | 2026-06-08T20:20:34.217Z | Checking parse-size v1.1.0 |
| 2660 | 2026-06-08T20:20:34.375Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2661 | 2026-06-08T20:20:35.083Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2662 | 2026-06-08T20:20:35.245Z | Compiling typify-impl v0.4.3 |
| 2663 | 2026-06-08T20:20:35.307Z | Checking quick-xml v0.37.5 |
| 2664 | 2026-06-08T20:20:35.574Z | Checking derive_builder v0.20.2 |
| 2665 | 2026-06-08T20:20:35.719Z | Compiling oso-derive v0.27.3 |
| 2666 | 2026-06-08T20:20:36.216Z | Compiling trait-variant v0.1.2 |
| 2667 | 2026-06-08T20:20:36.249Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2668 | 2026-06-08T20:20:36.801Z | Checking openssl-probe v0.1.6 |
| 2669 | 2026-06-08T20:20:36.845Z | Checking progenitor v0.13.0 |
| 2670 | 2026-06-08T20:20:36.949Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2671 | 2026-06-08T20:20:37.063Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2672 | 2026-06-08T20:20:37.686Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2673 | 2026-06-08T20:20:37.753Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2674 | 2026-06-08T20:20:37.865Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2675 | 2026-06-08T20:20:38.472Z | Checking predicates-tree v1.0.13 |
| 2676 | 2026-06-08T20:20:38.533Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2677 | 2026-06-08T20:20:38.807Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2678 | 2026-06-08T20:20:38.841Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2679 | 2026-06-08T20:20:38.877Z | Compiling mime_guess v2.0.5 |
| 2680 | 2026-06-08T20:20:39.740Z | Compiling typify-macro v0.4.3 |
| 2681 | 2026-06-08T20:20:39.870Z | Checking http-range v0.1.5 |
| 2682 | 2026-06-08T20:20:40.981Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2683 | 2026-06-08T20:20:41.445Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2684 | 2026-06-08T20:20:41.481Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2685 | 2026-06-08T20:20:41.514Z | Compiling typify v0.4.3 |
| 2686 | 2026-06-08T20:20:41.654Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2687 | 2026-06-08T20:20:42.972Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2688 | 2026-06-08T20:20:43.294Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-06-08T20:20:43.335Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2690 | 2026-06-08T20:20:43.537Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2691 | 2026-06-08T20:20:43.670Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2692 | 2026-06-08T20:20:43.891Z | Checking bb8 v0.8.6 |
| 2693 | 2026-06-08T20:20:44.203Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2694 | 2026-06-08T20:20:44.239Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2695 | 2026-06-08T20:20:44.274Z | Checking atty v0.2.14 |
| 2696 | 2026-06-08T20:20:44.401Z | Checking corncobs v0.1.4 |
| 2697 | 2026-06-08T20:20:44.479Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2698 | 2026-06-08T20:20:44.589Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2699 | 2026-06-08T20:20:44.887Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2700 | 2026-06-08T20:20:44.921Z | Compiling progenitor-impl v0.11.2 |
| 2701 | 2026-06-08T20:20:45.097Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2702 | 2026-06-08T20:20:45.196Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2703 | 2026-06-08T20:20:45.422Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2704 | 2026-06-08T20:20:45.548Z | Checking ignore v0.4.25 |
| 2705 | 2026-06-08T20:20:45.978Z | Checking async-bb8-diesel v0.2.1 |
| 2706 | 2026-06-08T20:20:46.045Z | Checking diesel-dtrace v0.5.0 |
| 2707 | 2026-06-08T20:20:46.322Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-06-08T20:20:46.358Z | Checking secrecy v0.8.0 |
| 2709 | 2026-06-08T20:20:46.889Z | Checking globwalk v0.9.1 |
| 2710 | 2026-06-08T20:20:47.190Z | Checking hyper-staticfile v0.10.1 |
| 2711 | 2026-06-08T20:20:47.516Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2712 | 2026-06-08T20:20:47.597Z | Compiling progenitor-macro v0.11.2 |
| 2713 | 2026-06-08T20:20:47.893Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2714 | 2026-06-08T20:20:47.986Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2715 | 2026-06-08T20:20:48.122Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2716 | 2026-06-08T20:20:48.265Z | Checking progenitor-client v0.11.2 |
| 2717 | 2026-06-08T20:20:48.435Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2718 | 2026-06-08T20:20:48.542Z | Checking nonempty v0.12.0 |
| 2719 | 2026-06-08T20:20:48.706Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2720 | 2026-06-08T20:20:48.740Z | Checking camino-tempfile-ext v0.3.3 |
| 2721 | 2026-06-08T20:20:48.774Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2722 | 2026-06-08T20:20:48.975Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2723 | 2026-06-08T20:20:49.612Z | Checking signal-hook-tokio v0.3.1 |
| 2724 | 2026-06-08T20:20:49.667Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2725 | 2026-06-08T20:20:49.937Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2726 | 2026-06-08T20:20:49.970Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2727 | 2026-06-08T20:20:50.281Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2728 | 2026-06-08T20:20:50.372Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2729 | 2026-06-08T20:20:50.697Z | Checking illumos-nvpair v0.3.0 |
| 2730 | 2026-06-08T20:20:50.809Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2731 | 2026-06-08T20:20:50.893Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2732 | 2026-06-08T20:20:51.194Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2733 | 2026-06-08T20:20:51.255Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2734 | 2026-06-08T20:20:51.318Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2735 | 2026-06-08T20:20:51.457Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2736 | 2026-06-08T20:20:51.502Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2737 | 2026-06-08T20:20:51.686Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2738 | 2026-06-08T20:20:51.938Z | Checking tungstenite v0.23.0 |
| 2739 | 2026-06-08T20:20:51.982Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2740 | 2026-06-08T20:20:52.144Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2741 | 2026-06-08T20:20:52.414Z | Checking tokio-tungstenite v0.23.1 |
| 2742 | 2026-06-08T20:20:52.528Z | Checking progenitor v0.11.2 |
| 2743 | 2026-06-08T20:20:52.705Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2744 | 2026-06-08T20:20:52.739Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2745 | 2026-06-08T20:20:53.176Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2746 | 2026-06-08T20:20:53.211Z | Checking rand_seeder v0.4.0 |
| 2747 | 2026-06-08T20:20:53.398Z | Checking void v1.0.2 |
| 2748 | 2026-06-08T20:20:53.458Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2749 | 2026-06-08T20:20:53.502Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2750 | 2026-06-08T20:20:53.536Z | Checking lzss v0.8.2 |
| 2751 | 2026-06-08T20:20:53.569Z | Checking nix v0.27.1 |
| 2752 | 2026-06-08T20:20:53.649Z | Checking serde_bytes v0.11.19 |
| 2753 | 2026-06-08T20:20:53.758Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2754 | 2026-06-08T20:20:53.801Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2755 | 2026-06-08T20:20:53.871Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2756 | 2026-06-08T20:20:54.113Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2757 | 2026-06-08T20:20:54.498Z | Checking is_ci v1.2.0 |
| 2758 | 2026-06-08T20:20:54.636Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2759 | 2026-06-08T20:20:54.842Z | Checking yansi v1.0.1 |
| 2760 | 2026-06-08T20:20:54.877Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2761 | 2026-06-08T20:20:54.936Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2762 | 2026-06-08T20:20:55.124Z | Checking pretty_assertions v1.4.1 |
| 2763 | 2026-06-08T20:20:55.209Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2764 | 2026-06-08T20:20:55.286Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2765 | 2026-06-08T20:20:55.512Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2766 | 2026-06-08T20:20:55.548Z | Compiling darling_core v0.23.0 |
| 2767 | 2026-06-08T20:20:56.775Z | Compiling indoc v2.0.7 |
| 2768 | 2026-06-08T20:20:56.864Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2769 | 2026-06-08T20:20:57.096Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2770 | 2026-06-08T20:20:57.274Z | Compiling libz-sys v1.1.24 |
| 2771 | 2026-06-08T20:20:57.684Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2772 | 2026-06-08T20:20:57.836Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2773 | 2026-06-08T20:20:57.925Z | Compiling instability v0.3.11 |
| 2774 | 2026-06-08T20:20:57.959Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2775 | 2026-06-08T20:20:58.108Z | Compiling darling_macro v0.23.0 |
| 2776 | 2026-06-08T20:20:58.410Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2777 | 2026-06-08T20:20:58.474Z | Checking castaway v0.2.4 |
| 2778 | 2026-06-08T20:20:58.615Z | Checking compact_str v0.8.1 |
| 2779 | 2026-06-08T20:20:58.649Z | Compiling darling v0.23.0 |
| 2780 | 2026-06-08T20:20:58.714Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2781 | 2026-06-08T20:20:59.019Z | Checking supports-color v3.0.2 |
| 2782 | 2026-06-08T20:20:59.183Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2783 | 2026-06-08T20:20:59.409Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2784 | 2026-06-08T20:20:59.486Z | Checking unicode-truncate v1.1.0 |
| 2785 | 2026-06-08T20:20:59.520Z | Checking console v0.16.2 |
| 2786 | 2026-06-08T20:20:59.635Z | Checking lru v0.12.5 |
| 2787 | 2026-06-08T20:20:59.669Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2788 | 2026-06-08T20:20:59.713Z | Checking cassowary v0.3.0 |
| 2789 | 2026-06-08T20:20:59.821Z | Checking unit-prefix v0.5.2 |
| 2790 | 2026-06-08T20:20:59.977Z | Checking ratatui v0.29.0 |
| 2791 | 2026-06-08T20:21:00.011Z | Checking indicatif v0.18.4 |
| 2792 | 2026-06-08T20:21:00.090Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2793 | 2026-06-08T20:21:00.419Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2794 | 2026-06-08T20:21:00.669Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2795 | 2026-06-08T20:21:01.304Z | Compiling vergen-git2 v9.1.0 |
| 2796 | 2026-06-08T20:21:01.337Z | Checking plotters-backend v0.3.7 |
| 2797 | 2026-06-08T20:21:01.572Z | Checking plotters-svg v0.3.7 |
| 2798 | 2026-06-08T20:21:01.616Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2799 | 2026-06-08T20:21:01.744Z | Compiling rustls v0.21.12 |
| 2800 | 2026-06-08T20:21:01.843Z | Checking cast v0.3.0 |
| 2801 | 2026-06-08T20:21:02.036Z | Checking criterion-plot v0.6.0 |
| 2802 | 2026-06-08T20:21:02.080Z | Checking plotters v0.3.7 |
| 2803 | 2026-06-08T20:21:02.292Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2804 | 2026-06-08T20:21:02.317Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2805 | 2026-06-08T20:21:02.544Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2806 | 2026-06-08T20:21:02.773Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2807 | 2026-06-08T20:21:02.852Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2808 | 2026-06-08T20:21:02.999Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2809 | 2026-06-08T20:21:03.082Z | Checking colored v2.2.0 |
| 2810 | 2026-06-08T20:21:03.302Z | Checking rustls-webpki v0.101.7 |
| 2811 | 2026-06-08T20:21:03.333Z | Checking sct v0.7.1 |
| 2812 | 2026-06-08T20:21:03.506Z | Checking tinytemplate v1.2.1 |
| 2813 | 2026-06-08T20:21:03.675Z | Checking anes v0.1.6 |
| 2814 | 2026-06-08T20:21:03.710Z | Checking shell-words v1.1.1 |
| 2815 | 2026-06-08T20:21:03.758Z | Checking oorandom v11.1.5 |
| 2816 | 2026-06-08T20:21:03.894Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2817 | 2026-06-08T20:21:03.927Z | Checking criterion v0.7.0 |
| 2818 | 2026-06-08T20:21:05.315Z | Checking typeid v1.0.3 |
| 2819 | 2026-06-08T20:21:05.351Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2820 | 2026-06-08T20:21:05.453Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2821 | 2026-06-08T20:21:06.141Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2822 | 2026-06-08T20:21:06.928Z | Checking hex-literal v0.4.1 |
| 2823 | 2026-06-08T20:21:07.058Z | Checking erased-serde v0.4.9 |
| 2824 | 2026-06-08T20:21:07.439Z | Checking tokio-rustls v0.24.1 |
| 2825 | 2026-06-08T20:21:07.680Z | Checking rustls-pemfile v1.0.4 |
| 2826 | 2026-06-08T20:21:07.855Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2827 | 2026-06-08T20:21:08.088Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2828 | 2026-06-08T20:21:08.501Z | Checking twox-hash v2.1.2 |
| 2829 | 2026-06-08T20:21:08.671Z | Checking ordered-float v2.10.1 |
| 2830 | 2026-06-08T20:21:08.887Z | Checking serde-untagged v0.1.9 |
| 2831 | 2026-06-08T20:21:08.941Z | Checking serde-value v0.7.0 |
| 2832 | 2026-06-08T20:21:09.117Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2833 | 2026-06-08T20:21:09.186Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2834 | 2026-06-08T20:21:09.838Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2835 | 2026-06-08T20:21:10.033Z | Checking fatfs v0.3.6 |
| 2836 | 2026-06-08T20:21:10.179Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2837 | 2026-06-08T20:21:10.328Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2838 | 2026-06-08T20:21:10.509Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2839 | 2026-06-08T20:21:10.542Z | Checking unicode-xid v0.2.6 |
| 2840 | 2026-06-08T20:21:10.685Z | Compiling seq-macro v0.3.6 |
| 2841 | 2026-06-08T20:21:11.213Z | Checking cargo-util-schemas v0.8.2 |
| 2842 | 2026-06-08T20:21:11.516Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2843 | 2026-06-08T20:21:11.817Z | Checking cargo-platform v0.2.0 |
| 2844 | 2026-06-08T20:21:12.038Z | Compiling petname v2.0.2 |
| 2845 | 2026-06-08T20:21:12.123Z | Checking cargo_metadata v0.21.0 |
| 2846 | 2026-06-08T20:21:12.705Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2847 | 2026-06-08T20:21:12.911Z | Checking concurrent-queue v2.5.0 |
| 2848 | 2026-06-08T20:21:13.132Z | Checking rtoolbox v0.0.3 |
| 2849 | 2026-06-08T20:21:13.298Z | Checking parking v2.2.1 |
| 2850 | 2026-06-08T20:21:13.378Z | Compiling samael v0.0.19 |
| 2851 | 2026-06-08T20:21:13.434Z | Checking rpassword v7.4.0 |
| 2852 | 2026-06-08T20:21:13.467Z | Checking event-listener v5.4.1 |
| 2853 | 2026-06-08T20:21:13.718Z | Checking tui-tree-widget v0.23.1 |
| 2854 | 2026-06-08T20:21:13.937Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2855 | 2026-06-08T20:21:13.991Z | Checking polyval v0.6.2 |
| 2856 | 2026-06-08T20:21:14.133Z | Checking sapling-renderdag v0.1.0 |
| 2857 | 2026-06-08T20:21:14.189Z | Checking sync-ptr v0.1.4 |
| 2858 | 2026-06-08T20:21:14.339Z | Checking ghash v0.5.1 |
| 2859 | 2026-06-08T20:21:14.404Z | Checking event-listener-strategy v0.5.4 |
| 2860 | 2026-06-08T20:21:14.489Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2861 | 2026-06-08T20:21:14.571Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2862 | 2026-06-08T20:21:14.795Z | Checking ctr v0.9.2 |
| 2863 | 2026-06-08T20:21:14.995Z | Checking futures-timer v3.0.3 |
| 2864 | 2026-06-08T20:21:15.156Z | Checking arrayref v0.3.9 |
| 2865 | 2026-06-08T20:21:15.204Z | Checking constant_time_eq v0.4.2 |
| 2866 | 2026-06-08T20:21:15.260Z | Checking arrayvec v0.7.6 |
| 2867 | 2026-06-08T20:21:15.371Z | Checking aes-gcm v0.10.3 |
| 2868 | 2026-06-08T20:21:15.524Z | Checking async-lock v3.4.2 |
| 2869 | 2026-06-08T20:21:15.557Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2870 | 2026-06-08T20:21:15.643Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2871 | 2026-06-08T20:21:15.932Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2872 | 2026-06-08T20:21:16.513Z | Checking ssh-encoding v0.2.0 |
| 2873 | 2026-06-08T20:21:16.738Z | Checking blowfish v0.9.1 |
| 2874 | 2026-06-08T20:21:16.923Z | Compiling strsim v0.10.0 |
| 2875 | 2026-06-08T20:21:17.138Z | Compiling darling_core v0.13.4 |
| 2876 | 2026-06-08T20:21:17.282Z | Checking bcrypt-pbkdf v0.10.0 |
| 2877 | 2026-06-08T20:21:17.478Z | Checking ssh-cipher v0.2.0 |
| 2878 | 2026-06-08T20:21:17.685Z | Checking async-object-pool v0.2.0 |
| 2879 | 2026-06-08T20:21:17.841Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2880 | 2026-06-08T20:21:18.254Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2881 | 2026-06-08T20:21:18.338Z | Checking serde_regex v1.1.0 |
| 2882 | 2026-06-08T20:21:18.437Z | Checking password-hash v0.4.2 |
| 2883 | 2026-06-08T20:21:18.529Z | Checking assert-json-diff v2.0.2 |
| 2884 | 2026-06-08T20:21:18.691Z | Checking path-tree v0.8.3 |
| 2885 | 2026-06-08T20:21:18.729Z | Compiling target-lexicon v0.13.3 |
| 2886 | 2026-06-08T20:21:18.912Z | Checking gimli v0.32.3 |
| 2887 | 2026-06-08T20:21:18.947Z | Checking stringmetrics v2.2.2 |
| 2888 | 2026-06-08T20:21:19.069Z | Compiling darling_macro v0.13.4 |
| 2889 | 2026-06-08T20:21:19.125Z | Checking httpmock v0.8.3 |
| 2890 | 2026-06-08T20:21:19.303Z | Checking pbkdf2 v0.11.0 |
| 2891 | 2026-06-08T20:21:19.508Z | Checking ssh-key v0.6.7 |
| 2892 | 2026-06-08T20:21:20.233Z | Checking p256 v0.13.2 |
| 2893 | 2026-06-08T20:21:20.489Z | Checking addr2line v0.25.1 |
| 2894 | 2026-06-08T20:21:20.525Z | Checking p521 v0.13.3 |
| 2895 | 2026-06-08T20:21:20.791Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2896 | 2026-06-08T20:21:21.065Z | Checking russh-cryptovec v0.7.3 |
| 2897 | 2026-06-08T20:21:21.161Z | Checking md5 v0.7.0 |
| 2898 | 2026-06-08T20:21:21.232Z | Checking rustc-demangle v0.1.27 |
| 2899 | 2026-06-08T20:21:21.308Z | Compiling guppy-workspace-hack v0.1.0 |
| 2900 | 2026-06-08T20:21:21.366Z | Checking russh-keys v0.45.0 |
| 2901 | 2026-06-08T20:21:21.445Z | Compiling darling v0.13.4 |
| 2902 | 2026-06-08T20:21:21.493Z | Checking backtrace v0.3.76 |
| 2903 | 2026-06-08T20:21:21.603Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2904 | 2026-06-08T20:21:21.819Z | Checking num-bigint v0.4.6 |
| 2905 | 2026-06-08T20:21:21.822Z | Checking des v0.8.1 |
| 2906 | 2026-06-08T20:21:22.031Z | Compiling blake3 v1.8.3 |
| 2907 | 2026-06-08T20:21:22.066Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2908 | 2026-06-08T20:21:22.069Z | Compiling target-spec v3.5.7 |
| 2909 | 2026-06-08T20:21:22.515Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2910 | 2026-06-08T20:21:22.661Z | Checking backtrace-ext v0.2.1 |
| 2911 | 2026-06-08T20:21:22.800Z | Checking cfg-expr v0.20.6 |
| 2912 | 2026-06-08T20:21:22.803Z | Checking russh v0.45.0 |
| 2913 | 2026-06-08T20:21:23.053Z | Compiling serde_with_macros v1.5.2 |
| 2914 | 2026-06-08T20:21:23.203Z | Checking supports-color v2.1.0 |
| 2915 | 2026-06-08T20:21:23.259Z | Checking textwrap v0.15.2 |
| 2916 | 2026-06-08T20:21:23.372Z | Checking supports-unicode v2.1.0 |
| 2917 | 2026-06-08T20:21:23.503Z | Checking supports-hyperlinks v2.1.0 |
| 2918 | 2026-06-08T20:21:23.538Z | Checking hashbrown v0.14.5 |
| 2919 | 2026-06-08T20:21:23.649Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2920 | 2026-06-08T20:21:23.879Z | Checking cargo-platform v0.3.2 |
| 2921 | 2026-06-08T20:21:23.926Z | Checking socket2 v0.5.10 |
| 2922 | 2026-06-08T20:21:24.046Z | Checking terminal_size v0.1.17 |
| 2923 | 2026-06-08T20:21:24.090Z | Compiling miette-derive v5.10.0 |
| 2924 | 2026-06-08T20:21:24.182Z | Checking owo-colors v3.5.0 |
| 2925 | 2026-06-08T20:21:24.215Z | Checking internet-checksum v0.2.1 |
| 2926 | 2026-06-08T20:21:24.758Z | Checking cargo_metadata v0.23.1 |
| 2927 | 2026-06-08T20:21:24.789Z | Checking chumsky v0.9.3 |
| 2928 | 2026-06-08T20:21:25.241Z | Checking miette v5.10.0 |
| 2929 | 2026-06-08T20:21:25.520Z | Compiling serde_with v1.14.0 |
| 2930 | 2026-06-08T20:21:25.909Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2931 | 2026-06-08T20:21:26.066Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2932 | 2026-06-08T20:21:26.097Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2933 | 2026-06-08T20:21:26.434Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2934 | 2026-06-08T20:21:26.646Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2935 | 2026-06-08T20:21:26.679Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2936 | 2026-06-08T20:21:26.872Z | Compiling knuffel-derive v3.2.0 |
| 2937 | 2026-06-08T20:21:26.917Z | Checking httptest v0.16.4 |
| 2938 | 2026-06-08T20:21:26.920Z | Checking pathdiff v0.2.3 |
| 2939 | 2026-06-08T20:21:27.087Z | Checking nested v0.1.1 |
| 2940 | 2026-06-08T20:21:27.257Z | Checking topological-sort v0.2.2 |
| 2941 | 2026-06-08T20:21:27.310Z | Checking guppy v0.17.25 |
| 2942 | 2026-06-08T20:21:27.429Z | Checking omicron-zone-package v0.12.2 |
| 2943 | 2026-06-08T20:21:27.525Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2944 | 2026-06-08T20:21:27.917Z | Compiling git2 v0.20.4 |
| 2945 | 2026-06-08T20:21:28.301Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2946 | 2026-06-08T20:21:28.379Z | Checking similar-asserts v1.7.0 |
| 2947 | 2026-06-08T20:21:28.411Z | Checking knuffel v3.2.0 |
| 2948 | 2026-06-08T20:21:28.561Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2949 | 2026-06-08T20:21:28.593Z | Compiling target-triple v1.0.0 |
| 2950 | 2026-06-08T20:21:28.695Z | Compiling polar-core v0.27.3 |
| 2951 | 2026-06-08T20:21:28.730Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2952 | 2026-06-08T20:21:28.952Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2953 | 2026-06-08T20:21:29.048Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2954 | 2026-06-08T20:21:29.220Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2955 | 2026-06-08T20:21:29.455Z | Checking hickory-client v0.25.2 |
| 2956 | 2026-06-08T20:21:29.691Z | Checking tokio-test v0.4.5 |
| 2957 | 2026-06-08T20:21:29.757Z | Compiling assert_cmd v2.1.2 |
| 2958 | 2026-06-08T20:21:29.906Z | Checking escape8259 v0.5.3 |
| 2959 | 2026-06-08T20:21:30.113Z | Checking libtest-mimic v0.8.1 |
| 2960 | 2026-06-08T20:21:30.636Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2961 | 2026-06-08T20:21:30.679Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2962 | 2026-06-08T20:21:30.774Z | Checking blake2b_simd v1.0.4 |
| 2963 | 2026-06-08T20:21:31.208Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2964 | 2026-06-08T20:21:31.270Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2965 | 2026-06-08T20:21:31.385Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2966 | 2026-06-08T20:21:31.619Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2967 | 2026-06-08T20:21:31.802Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2968 | 2026-06-08T20:21:32.034Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2969 | 2026-06-08T20:21:32.183Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2970 | 2026-06-08T20:21:32.408Z | Checking fancy-regex v0.14.0 |
| 2971 | 2026-06-08T20:21:32.631Z | Checking serde_tokenstream v0.2.3 |
| 2972 | 2026-06-08T20:21:32.785Z | Checking approx v0.5.1 |
| 2973 | 2026-06-08T20:21:32.905Z | Compiling rstest_macros v0.25.0 |
| 2974 | 2026-06-08T20:21:32.995Z | Checking uzers v0.12.2 |
| 2975 | 2026-06-08T20:21:33.210Z | Compiling linkme-impl v0.3.35 |
| 2976 | 2026-06-08T20:21:33.243Z | Checking termcolor v1.4.1 |
| 2977 | 2026-06-08T20:21:33.487Z | Checking constant_time_eq v0.3.1 |
| 2978 | 2026-06-08T20:21:33.595Z | Checking trybuild v1.0.116 |
| 2979 | 2026-06-08T20:21:33.628Z | Checking rust-argon2 v2.1.0 |
| 2980 | 2026-06-08T20:21:33.631Z | Checking oso v0.27.3 |
| 2981 | 2026-06-08T20:21:34.003Z | Checking datatest-stable v0.3.3 |
| 2982 | 2026-06-08T20:21:34.452Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2983 | 2026-06-08T20:21:34.583Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2984 | 2026-06-08T20:21:34.757Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2985 | 2026-06-08T20:21:34.813Z | Checking support-bundle-viewer v0.1.2 |
| 2986 | 2026-06-08T20:21:35.082Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2987 | 2026-06-08T20:21:35.309Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2988 | 2026-06-08T20:21:35.485Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2989 | 2026-06-08T20:21:35.551Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2990 | 2026-06-08T20:21:35.706Z | Checking drift v0.2.0 |
| 2991 | 2026-06-08T20:21:35.795Z | Checking rand_distr v0.5.1 |
| 2992 | 2026-06-08T20:21:35.841Z | Checking multimap v0.10.1 |
| 2993 | 2026-06-08T20:21:36.046Z | Compiling linkme v0.3.35 |
| 2994 | 2026-06-08T20:21:36.083Z | Compiling relative-path v1.9.3 |
| 2995 | 2026-06-08T20:21:36.229Z | Checking dropshot-api-manager v0.7.2 |
| 2996 | 2026-06-08T20:21:36.995Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2997 | 2026-06-08T20:21:37.400Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2998 | 2026-06-08T20:21:37.627Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2999 | 2026-06-08T20:21:37.881Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3000 | 2026-06-08T20:21:37.916Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3001 | 2026-06-08T20:21:38.118Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3002 | 2026-06-08T20:21:38.178Z | Checking cargo_toml v0.21.0 |
| 3003 | 2026-06-08T20:21:38.253Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3004 | 2026-06-08T20:21:38.443Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3005 | 2026-06-08T20:21:38.795Z | Checking partial-io v0.5.4 |
| 3006 | 2026-06-08T20:21:38.900Z | Checking termios v0.3.3 |
| 3007 | 2026-06-08T20:21:38.934Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3008 | 2026-06-08T20:21:39.065Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3009 | 2026-06-08T20:21:39.940Z | Checking rstest v0.25.0 |
| 3010 | 2026-06-08T20:21:40.994Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3011 | 2026-06-08T20:21:41.213Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3012 | 2026-06-08T20:21:44.660Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3013 | 2026-06-08T20:21:45.318Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3014 | 2026-06-08T20:21:50.687Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3015 | 2026-06-08T20:21:51.866Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3016 | 2026-06-08T20:21:53.397Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3017 | 2026-06-08T20:21:58.422Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3018 | 2026-06-08T20:22:03.615Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3019 | 2026-06-08T20:22:06.448Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3020 | 2026-06-08T20:22:07.255Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3021 | 2026-06-08T20:22:07.640Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3022 | 2026-06-08T20:22:08.073Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3023 | 2026-06-08T20:22:17.919Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3024 | 2026-06-08T20:23:27.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3025 | 2026-06-08T20:23:27.711Z | |
| 3026 | 2026-06-08T20:23:27.711Z | real 4:05.654378343 |
| 3027 | 2026-06-08T20:23:27.712Z | user 21:19.898365924 |
| 3028 | 2026-06-08T20:23:27.712Z | sys 4:54.839411753 |
| 3029 | 2026-06-08T20:23:27.712Z | trap 0.514963055 |
| 3030 | 2026-06-08T20:23:27.712Z | tflt 0.469804902 |
| 3031 | 2026-06-08T20:23:27.712Z | dflt 0.385426074 |
| 3032 | 2026-06-08T20:23:27.712Z | kflt 0.004744522 |
| 3033 | 2026-06-08T20:23:27.712Z | lock 58:25.457960687 |
| 3034 | 2026-06-08T20:23:27.712Z | slp 58:43.431050444 |
| 3035 | 2026-06-08T20:23:27.712Z | lat 1:48.197285503 |
| 3036 | 2026-06-08T20:23:27.712Z | stop 10:52.403298120 |
| 3037 | 2026-06-08T20:23:27.715Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3038 | 2026-06-08T20:23:27.715Z | + ptime -m cargo doc --workspace --no-deps |
| 3039 | 2026-06-08T20:23:28.577Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3040 | 2026-06-08T20:23:28.577Z | | |
| 3041 | 2026-06-08T20:23:28.577Z | = 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)` |
| 3042 | 2026-06-08T20:23:28.578Z | = 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> |
| 3043 | 2026-06-08T20:23:29.573Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3044 | 2026-06-08T20:23:29.809Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3045 | 2026-06-08T20:23:29.854Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3046 | 2026-06-08T20:23:29.917Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3047 | 2026-06-08T20:23:29.986Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3048 | 2026-06-08T20:23:30.018Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3049 | 2026-06-08T20:23:30.113Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3050 | 2026-06-08T20:23:30.143Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3051 | 2026-06-08T20:23:30.199Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3052 | 2026-06-08T20:23:30.387Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3053 | 2026-06-08T20:23:30.409Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3054 | 2026-06-08T20:23:30.431Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3055 | 2026-06-08T20:23:30.454Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3056 | 2026-06-08T20:23:30.457Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3057 | 2026-06-08T20:23:30.496Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3058 | 2026-06-08T20:23:30.528Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3059 | 2026-06-08T20:23:30.565Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3060 | 2026-06-08T20:23:30.586Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3061 | 2026-06-08T20:23:30.648Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3062 | 2026-06-08T20:23:30.695Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3063 | 2026-06-08T20:23:30.738Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3064 | 2026-06-08T20:23:31.027Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3065 | 2026-06-08T20:23:31.320Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3066 | 2026-06-08T20:23:31.346Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3067 | 2026-06-08T20:23:31.464Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3068 | 2026-06-08T20:23:31.487Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3069 | 2026-06-08T20:23:31.508Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3070 | 2026-06-08T20:23:31.635Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3071 | 2026-06-08T20:23:31.659Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3072 | 2026-06-08T20:23:31.766Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3073 | 2026-06-08T20:23:31.801Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3074 | 2026-06-08T20:23:31.952Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3075 | 2026-06-08T20:23:32.042Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3076 | 2026-06-08T20:23:32.083Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3077 | 2026-06-08T20:23:32.205Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3078 | 2026-06-08T20:23:32.234Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3079 | 2026-06-08T20:23:32.259Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3080 | 2026-06-08T20:23:32.438Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3081 | 2026-06-08T20:23:32.631Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3082 | 2026-06-08T20:23:32.686Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3083 | 2026-06-08T20:23:32.982Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3084 | 2026-06-08T20:23:33.042Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3085 | 2026-06-08T20:23:33.068Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3086 | 2026-06-08T20:23:33.235Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3087 | 2026-06-08T20:23:33.300Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3088 | 2026-06-08T20:23:33.304Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3089 | 2026-06-08T20:23:33.469Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3090 | 2026-06-08T20:23:33.578Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3091 | 2026-06-08T20:23:33.605Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3092 | 2026-06-08T20:23:33.605Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3093 | 2026-06-08T20:23:33.703Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3094 | 2026-06-08T20:23:33.846Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3095 | 2026-06-08T20:23:33.872Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3096 | 2026-06-08T20:23:33.893Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3097 | 2026-06-08T20:23:33.945Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3098 | 2026-06-08T20:23:34.070Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3099 | 2026-06-08T20:23:34.091Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3100 | 2026-06-08T20:23:34.120Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3101 | 2026-06-08T20:23:34.120Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3102 | 2026-06-08T20:23:34.167Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3103 | 2026-06-08T20:23:34.270Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3104 | 2026-06-08T20:23:34.292Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3105 | 2026-06-08T20:23:34.478Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3106 | 2026-06-08T20:23:34.806Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3107 | 2026-06-08T20:23:34.830Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3108 | 2026-06-08T20:23:35.089Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3109 | 2026-06-08T20:23:35.262Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3110 | 2026-06-08T20:23:35.585Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3111 | 2026-06-08T20:23:35.704Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3112 | 2026-06-08T20:23:35.707Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3113 | 2026-06-08T20:23:35.780Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3114 | 2026-06-08T20:23:36.012Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3115 | 2026-06-08T20:23:36.050Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3116 | 2026-06-08T20:23:36.174Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3117 | 2026-06-08T20:23:36.388Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3118 | 2026-06-08T20:23:36.869Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3119 | 2026-06-08T20:23:37.173Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3120 | 2026-06-08T20:23:37.485Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3121 | 2026-06-08T20:23:37.587Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3122 | 2026-06-08T20:23:37.733Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3123 | 2026-06-08T20:23:38.378Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3124 | 2026-06-08T20:23:38.396Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3125 | 2026-06-08T20:23:38.520Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3126 | 2026-06-08T20:23:38.655Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3127 | 2026-06-08T20:23:38.720Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3128 | 2026-06-08T20:23:38.743Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3129 | 2026-06-08T20:23:38.966Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3130 | 2026-06-08T20:23:38.990Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3131 | 2026-06-08T20:23:39.017Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3132 | 2026-06-08T20:23:39.169Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3133 | 2026-06-08T20:23:39.320Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3134 | 2026-06-08T20:23:39.348Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3135 | 2026-06-08T20:23:39.380Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3136 | 2026-06-08T20:23:39.549Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3137 | 2026-06-08T20:23:39.552Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3138 | 2026-06-08T20:23:39.648Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3139 | 2026-06-08T20:23:39.669Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3140 | 2026-06-08T20:23:39.733Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-06-08T20:23:39.879Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3142 | 2026-06-08T20:23:39.922Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3143 | 2026-06-08T20:23:39.976Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3144 | 2026-06-08T20:23:40.022Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3145 | 2026-06-08T20:23:40.045Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3146 | 2026-06-08T20:23:40.149Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3147 | 2026-06-08T20:23:40.242Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3148 | 2026-06-08T20:23:40.329Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3149 | 2026-06-08T20:23:40.354Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3150 | 2026-06-08T20:23:40.447Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3151 | 2026-06-08T20:23:40.586Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3152 | 2026-06-08T20:23:40.816Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3153 | 2026-06-08T20:23:40.838Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3154 | 2026-06-08T20:23:40.860Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3155 | 2026-06-08T20:23:41.352Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3156 | 2026-06-08T20:23:41.441Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3157 | 2026-06-08T20:23:41.615Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3158 | 2026-06-08T20:23:42.517Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3159 | 2026-06-08T20:23:42.667Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3160 | 2026-06-08T20:23:43.039Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3161 | 2026-06-08T20:23:43.128Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3162 | 2026-06-08T20:23:43.398Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3163 | 2026-06-08T20:23:43.491Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3164 | 2026-06-08T20:23:43.797Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3165 | 2026-06-08T20:23:44.117Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3166 | 2026-06-08T20:23:44.290Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3167 | 2026-06-08T20:23:44.390Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3168 | 2026-06-08T20:23:44.675Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3169 | 2026-06-08T20:23:44.924Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3170 | 2026-06-08T20:23:45.279Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3171 | 2026-06-08T20:23:45.367Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3172 | 2026-06-08T20:23:46.038Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3173 | 2026-06-08T20:23:46.544Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3174 | 2026-06-08T20:23:46.696Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3175 | 2026-06-08T20:23:46.854Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3176 | 2026-06-08T20:23:47.095Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3177 | 2026-06-08T20:23:47.284Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3178 | 2026-06-08T20:23:48.047Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3179 | 2026-06-08T20:23:48.185Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3180 | 2026-06-08T20:23:48.583Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3181 | 2026-06-08T20:23:48.758Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3182 | 2026-06-08T20:23:49.557Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3183 | 2026-06-08T20:23:50.151Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3184 | 2026-06-08T20:23:50.186Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3185 | 2026-06-08T20:23:50.286Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3186 | 2026-06-08T20:23:50.309Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3187 | 2026-06-08T20:23:50.468Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3188 | 2026-06-08T20:23:50.742Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3189 | 2026-06-08T20:23:50.820Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3190 | 2026-06-08T20:23:50.845Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3191 | 2026-06-08T20:23:50.919Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3192 | 2026-06-08T20:23:51.181Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3193 | 2026-06-08T20:23:51.233Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3194 | 2026-06-08T20:23:51.945Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3195 | 2026-06-08T20:23:52.158Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3196 | 2026-06-08T20:23:52.833Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3197 | 2026-06-08T20:23:53.071Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3198 | 2026-06-08T20:23:54.276Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3199 | 2026-06-08T20:23:55.692Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3200 | 2026-06-08T20:23:55.743Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3201 | 2026-06-08T20:23:56.111Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3202 | 2026-06-08T20:23:56.856Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3203 | 2026-06-08T20:23:57.008Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3204 | 2026-06-08T20:23:57.485Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3205 | 2026-06-08T20:23:58.544Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3206 | 2026-06-08T20:23:58.644Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3207 | 2026-06-08T20:23:59.113Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3208 | 2026-06-08T20:23:59.534Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3209 | 2026-06-08T20:24:00.078Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3210 | 2026-06-08T20:24:00.232Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3211 | 2026-06-08T20:24:00.234Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3212 | 2026-06-08T20:24:00.739Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3213 | 2026-06-08T20:24:00.803Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3214 | 2026-06-08T20:24:00.883Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3215 | 2026-06-08T20:24:01.382Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3216 | 2026-06-08T20:24:01.430Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3217 | 2026-06-08T20:24:01.461Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3218 | 2026-06-08T20:24:01.577Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3219 | 2026-06-08T20:24:02.149Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3220 | 2026-06-08T20:24:02.517Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3221 | 2026-06-08T20:24:02.733Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3222 | 2026-06-08T20:24:02.809Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3223 | 2026-06-08T20:24:03.507Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3224 | 2026-06-08T20:24:03.663Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3225 | 2026-06-08T20:24:04.354Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3226 | 2026-06-08T20:24:04.395Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3227 | 2026-06-08T20:24:04.980Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3228 | 2026-06-08T20:24:05.553Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3229 | 2026-06-08T20:24:06.045Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3230 | 2026-06-08T20:24:07.539Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3231 | 2026-06-08T20:24:09.187Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3232 | 2026-06-08T20:24:09.519Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3233 | 2026-06-08T20:24:10.613Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3234 | 2026-06-08T20:24:10.945Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3235 | 2026-06-08T20:24:13.080Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3236 | 2026-06-08T20:24:14.069Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3237 | 2026-06-08T20:24:14.462Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3238 | 2026-06-08T20:24:15.972Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3239 | 2026-06-08T20:24:16.401Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3240 | 2026-06-08T20:24:18.014Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3241 | 2026-06-08T20:24:18.674Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3242 | 2026-06-08T20:24:19.240Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3243 | 2026-06-08T20:24:20.089Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3244 | 2026-06-08T20:24:20.115Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3245 | 2026-06-08T20:24:20.519Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3246 | 2026-06-08T20:24:23.168Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3247 | 2026-06-08T20:24:25.383Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3248 | 2026-06-08T20:24:26.443Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3249 | 2026-06-08T20:24:26.721Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3250 | 2026-06-08T20:24:28.354Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3251 | 2026-06-08T20:24:28.996Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3252 | 2026-06-08T20:24:29.602Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3253 | 2026-06-08T20:24:30.224Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3254 | 2026-06-08T20:24:30.914Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3255 | 2026-06-08T20:24:31.638Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3256 | 2026-06-08T20:24:33.184Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3257 | 2026-06-08T20:24:33.911Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3258 | 2026-06-08T20:24:34.536Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3259 | 2026-06-08T20:24:35.252Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3260 | 2026-06-08T20:24:35.388Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3261 | 2026-06-08T20:24:36.979Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3262 | 2026-06-08T20:24:37.935Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3263 | 2026-06-08T20:24:39.489Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3264 | 2026-06-08T20:24:40.248Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3265 | 2026-06-08T20:24:41.138Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3266 | 2026-06-08T20:24:42.328Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3267 | 2026-06-08T20:24:44.238Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3268 | 2026-06-08T20:24:45.333Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3269 | 2026-06-08T20:24:46.218Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3270 | 2026-06-08T20:24:48.762Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3271 | 2026-06-08T20:24:49.006Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3272 | 2026-06-08T20:24:50.087Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3273 | 2026-06-08T20:24:51.129Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3274 | 2026-06-08T20:24:52.394Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3275 | 2026-06-08T20:24:53.662Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3276 | 2026-06-08T20:24:56.002Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3277 | 2026-06-08T20:24:56.595Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3278 | 2026-06-08T20:24:58.315Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3279 | 2026-06-08T20:24:59.670Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3280 | 2026-06-08T20:25:01.236Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3281 | 2026-06-08T20:25:02.966Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3282 | 2026-06-08T20:25:04.367Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3283 | 2026-06-08T20:25:05.898Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3284 | 2026-06-08T20:25:11.790Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3285 | 2026-06-08T20:25:12.337Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3286 | 2026-06-08T20:25:13.734Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3287 | 2026-06-08T20:25:14.022Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3288 | 2026-06-08T20:25:15.500Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3289 | 2026-06-08T20:25:17.288Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3290 | 2026-06-08T20:25:18.970Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3291 | 2026-06-08T20:25:20.980Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3292 | 2026-06-08T20:25:22.669Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3293 | 2026-06-08T20:25:24.262Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3294 | 2026-06-08T20:25:25.844Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3295 | 2026-06-08T20:25:27.915Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3296 | 2026-06-08T20:25:29.283Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3297 | 2026-06-08T20:25:30.964Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3298 | 2026-06-08T20:25:32.639Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3299 | 2026-06-08T20:25:33.954Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3300 | 2026-06-08T20:25:36.007Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3301 | 2026-06-08T20:25:37.694Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3302 | 2026-06-08T20:25:39.084Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3303 | 2026-06-08T20:25:42.607Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3304 | 2026-06-08T20:25:44.455Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3305 | 2026-06-08T20:25:46.551Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3306 | 2026-06-08T20:25:48.340Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3307 | 2026-06-08T20:25:50.122Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3308 | 2026-06-08T20:25:51.807Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3309 | 2026-06-08T20:25:54.062Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3310 | 2026-06-08T20:25:56.024Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3311 | 2026-06-08T20:25:59.251Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3312 | 2026-06-08T20:26:00.197Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3313 | 2026-06-08T20:26:02.158Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3314 | 2026-06-08T20:26:04.301Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3315 | 2026-06-08T20:26:07.335Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3316 | 2026-06-08T20:26:09.205Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3317 | 2026-06-08T20:26:11.318Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3318 | 2026-06-08T20:26:13.576Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3319 | 2026-06-08T20:26:15.781Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3320 | 2026-06-08T20:26:18.230Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3321 | 2026-06-08T20:26:20.126Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3322 | 2026-06-08T20:26:22.773Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3323 | 2026-06-08T20:26:24.513Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3324 | 2026-06-08T20:26:26.791Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3325 | 2026-06-08T20:26:29.017Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3326 | 2026-06-08T20:26:31.201Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3327 | 2026-06-08T20:26:33.501Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3328 | 2026-06-08T20:26:35.768Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3329 | 2026-06-08T20:26:38.023Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3330 | 2026-06-08T20:26:40.259Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3331 | 2026-06-08T20:26:42.508Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3332 | 2026-06-08T20:26:44.747Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3333 | 2026-06-08T20:26:47.105Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3334 | 2026-06-08T20:26:49.402Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3335 | 2026-06-08T20:26:51.712Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3336 | 2026-06-08T20:26:53.972Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3337 | 2026-06-08T20:26:56.242Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3338 | 2026-06-08T20:26:58.529Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3339 | 2026-06-08T20:27:00.769Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3340 | 2026-06-08T20:27:03.130Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3341 | 2026-06-08T20:27:05.521Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3342 | 2026-06-08T20:27:07.821Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3343 | 2026-06-08T20:27:10.067Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3344 | 2026-06-08T20:27:12.353Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3345 | 2026-06-08T20:27:14.944Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3346 | 2026-06-08T20:27:17.175Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3347 | 2026-06-08T20:27:19.610Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3348 | 2026-06-08T20:27:22.469Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3349 | 2026-06-08T20:27:24.675Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3350 | 2026-06-08T20:27:27.002Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3351 | 2026-06-08T20:27:29.681Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3352 | 2026-06-08T20:27:32.129Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3353 | 2026-06-08T20:27:34.657Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3354 | 2026-06-08T20:27:37.107Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3355 | 2026-06-08T20:27:39.595Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3356 | 2026-06-08T20:27:42.153Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3357 | 2026-06-08T20:27:44.760Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3358 | 2026-06-08T20:27:47.472Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3359 | 2026-06-08T20:27:49.970Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3360 | 2026-06-08T20:27:52.591Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3361 | 2026-06-08T20:27:55.045Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3362 | 2026-06-08T20:27:57.645Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3363 | 2026-06-08T20:28:00.338Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3364 | 2026-06-08T20:28:03.328Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3365 | 2026-06-08T20:28:05.707Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3366 | 2026-06-08T20:28:08.341Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3367 | 2026-06-08T20:28:15.834Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3368 | 2026-06-08T20:28:16.114Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3369 | 2026-06-08T20:28:19.577Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3370 | 2026-06-08T20:28:22.815Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3371 | 2026-06-08T20:28:27.591Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3372 | 2026-06-08T20:28:30.413Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3373 | 2026-06-08T20:28:34.118Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3374 | 2026-06-08T20:28:37.868Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3375 | 2026-06-08T20:28:41.629Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3376 | 2026-06-08T20:28:47.434Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3377 | 2026-06-08T20:28:49.189Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3378 | 2026-06-08T20:28:52.739Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3379 | 2026-06-08T20:28:56.437Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3380 | 2026-06-08T20:29:00.203Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3381 | 2026-06-08T20:29:03.956Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3382 | 2026-06-08T20:29:07.623Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3383 | 2026-06-08T20:29:11.553Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3384 | 2026-06-08T20:29:15.070Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3385 | 2026-06-08T20:29:19.821Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3386 | 2026-06-08T20:29:22.691Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3387 | 2026-06-08T20:29:26.398Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3388 | 2026-06-08T20:29:30.032Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3389 | 2026-06-08T20:29:33.811Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3390 | 2026-06-08T20:29:37.552Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3391 | 2026-06-08T20:29:41.287Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3392 | 2026-06-08T20:29:44.998Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3393 | 2026-06-08T20:30:14.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
| 3394 | 2026-06-08T20:30:15.104Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3395 | 2026-06-08T20:30:15.215Z | |
| 3396 | 2026-06-08T20:30:15.215Z | real 6:47.412163048 |
| 3397 | 2026-06-08T20:30:15.215Z | user 18:00.833356397 |
| 3398 | 2026-06-08T20:30:15.218Z | sys 3:50.016941191 |
| 3399 | 2026-06-08T20:30:15.218Z | trap 0.266423697 |
| 3400 | 2026-06-08T20:30:15.218Z | tflt 0.020117259 |
| 3401 | 2026-06-08T20:30:15.218Z | dflt 0.060810505 |
| 3402 | 2026-06-08T20:30:15.218Z | kflt 0.000012330 |
| 3403 | 2026-06-08T20:30:15.218Z | lock 6:18:07.481400704 |
| 3404 | 2026-06-08T20:30:15.218Z | slp 2:17:05.072819809 |
| 3405 | 2026-06-08T20:30:15.218Z | lat 35.998755348 |
| 3406 | 2026-06-08T20:30:15.218Z | stop 1:42.518249919 |
| 3407 | 2026-06-08T20:30:15.219Z | process exited: duration 799098 ms, exit code 0 |
| |
| 3408 | 2026-06-08T20:30:15.225Z | found 0 output files |