|
|
|
| 1 | 2026-07-20T03:10:34.157Z | job assigned to worker 01KXYR0RHRYF8YKH1D31WZ1N36 [factory aws, i-0ed516d950b586cee] (queued for 51 s) |
| |
| 2 | 2026-07-20T03:10:41.141Z | starting task 0: "setup" |
| 3 | 2026-07-20T03:10:41.145Z | ++ uname -s |
| 4 | 2026-07-20T03:10:41.148Z | + kern=SunOS |
| 5 | 2026-07-20T03:10:41.148Z | + build_user=build |
| 6 | 2026-07-20T03:10:41.148Z | + build_uid=12345 |
| 7 | 2026-07-20T03:10:41.148Z | + work_dir=/work |
| 8 | 2026-07-20T03:10:41.148Z | + input_dir=/input |
| 9 | 2026-07-20T03:10:41.148Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-20T03:10:41.148Z | + case "$kern" in |
| 11 | 2026-07-20T03:10:41.148Z | + groupadd -g 12345 build |
| 12 | 2026-07-20T03:10:41.152Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-20T03:10:43.156Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-20T03:10:43.289Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-20T03:10:43.292Z | + home_fs=zfs |
| 16 | 2026-07-20T03:10:43.293Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-20T03:10:43.293Z | + mkdir -p /home/build |
| 18 | 2026-07-20T03:10:43.293Z | + chown build:build /home/build /work |
| 19 | 2026-07-20T03:10:45.294Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-20T03:10:45.297Z | process exited: duration 4157 ms, exit code 0 |
| |
| 21 | 2026-07-20T03:10:45.303Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-20T03:10:45.307Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-20T03:10:45.307Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-20T03:10:45.307Z | * rust toolchain channel = "1.96.1" |
| 25 | 2026-07-20T03:10:45.307Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-07-20T03:10:45.307Z | * rust toolchain profile = "default" |
| 27 | 2026-07-20T03:10:45.307Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-20T03:10:45.311Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-20T03:10:45.311Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-20T03:10:45.413Z | info: downloading installer |
| 31 | 2026-07-20T03:10:46.855Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-20T03:10:46.855Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-20T03:10:46.855Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-20T03:10:46.855Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-20T03:10:46.868Z | info: profile set to default |
| 36 | 2026-07-20T03:10:46.868Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-20T03:10:46.870Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-20T03:10:47.014Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-20T03:10:47.017Z | info: downloading 6 components |
| 40 | 2026-07-20T03:11:02.018Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-20T03:11:02.018Z | |
| 42 | 2026-07-20T03:11:02.055Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-20T03:11:02.055Z | |
| 44 | 2026-07-20T03:11:02.055Z | |
| 45 | 2026-07-20T03:11:02.055Z | Rust is installed now. Great! |
| 46 | 2026-07-20T03:11:02.055Z | |
| 47 | 2026-07-20T03:11:02.055Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-20T03:11:02.055Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-20T03:11:02.055Z | |
| 50 | 2026-07-20T03:11:02.055Z | To configure your current shell, you need to source |
| 51 | 2026-07-20T03:11:02.055Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-20T03:11:02.055Z | |
| 53 | 2026-07-20T03:11:02.055Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-20T03:11:02.055Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-20T03:11:02.055Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-20T03:11:02.055Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-20T03:11:02.055Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-20T03:11:02.055Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-20T03:11:02.055Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-20T03:11:02.059Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-20T03:11:02.059Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-20T03:11:02.141Z | + rustup --version |
| 63 | 2026-07-20T03:11:02.149Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-20T03:11:02.152Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-20T03:11:02.170Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-20T03:11:02.173Z | + cargo --version |
| 67 | 2026-07-20T03:11:02.187Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-20T03:11:02.190Z | + rustc --version |
| 69 | 2026-07-20T03:11:02.208Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-20T03:11:02.211Z | process exited: duration 16907 ms, exit code 0 |
| |
| 71 | 2026-07-20T03:11:02.217Z | starting task 2: "authentication" |
| 72 | 2026-07-20T03:11:02.233Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-20T03:11:02.239Z | starting task 3: "clone repository" |
| 74 | 2026-07-20T03:11:02.242Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-20T03:11:02.245Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-20T03:11:02.274Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-20T03:11:13.603Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-20T03:11:13.603Z | + git fetch origin fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 79 | 2026-07-20T03:11:13.923Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-20T03:11:13.923Z | * branch fdfc38c50cb14e5479cda55715ce20f848ec5af7 -> FETCH_HEAD |
| 81 | 2026-07-20T03:11:13.933Z | + [[ -n '' ]] |
| 82 | 2026-07-20T03:11:13.933Z | + git reset --hard fdfc38c50cb14e5479cda55715ce20f848ec5af7 |
| 83 | 2026-07-20T03:11:14.213Z | HEAD is now at fdfc38c50 [spr] initial version |
| 84 | 2026-07-20T03:11:14.239Z | process exited: duration 11944 ms, exit code 0 |
| |
| 85 | 2026-07-20T03:11:14.257Z | starting task 4: "build" |
| 86 | 2026-07-20T03:11:14.277Z | + source ./env.sh |
| 87 | 2026-07-20T03:11:14.277Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2026-07-20T03:11:14.277Z | ++ set -o xtrace |
| 89 | 2026-07-20T03:11:14.287Z | ++++ dirname ./env.sh |
| 90 | 2026-07-20T03:11:14.287Z | +++ readlink -f . |
| 91 | 2026-07-20T03:11:14.287Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2026-07-20T03:11:14.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2026-07-20T03:11:14.288Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 95 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 96 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 97 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 98 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 99 | 2026-07-20T03:11:14.288Z | ++ 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 |
| 100 | 2026-07-20T03:11:14.288Z | ++ export PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 101 | 2026-07-20T03:11:14.289Z | ++ PATH=/work/oxidecomputer/omicron/out/mg-ddm/root/opt/oxide/mg-ddm/bin:/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 |
| 102 | 2026-07-20T03:11:14.289Z | ++ case $OLD_SHELL_OPTS in |
| 103 | 2026-07-20T03:11:14.289Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 104 | 2026-07-20T03:11:14.289Z | + source .github/buildomat/ci-env.sh |
| 105 | 2026-07-20T03:11:14.289Z | ++ export CARGO_TERM_COLOR=always |
| 106 | 2026-07-20T03:11:14.289Z | ++ CARGO_TERM_COLOR=always |
| 107 | 2026-07-20T03:11:14.289Z | +++ uname -s |
| 108 | 2026-07-20T03:11:14.289Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 109 | 2026-07-20T03:11:14.289Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 110 | 2026-07-20T03:11:14.289Z | + cargo --version |
| 111 | 2026-07-20T03:11:14.289Z | cargo 1.96.1 (356927216 2026-06-26) |
| 112 | 2026-07-20T03:11:14.290Z | + rustc --version |
| 113 | 2026-07-20T03:11:14.303Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 114 | 2026-07-20T03:11:14.309Z | + banner prerequisites |
| 115 | 2026-07-20T03:11:14.310Z | |
| 116 | 2026-07-20T03:11:14.310Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 117 | 2026-07-20T03:11:14.311Z | # # # # # # # # # # # # # # # |
| 118 | 2026-07-20T03:11:14.311Z | # # # # ##### # # ##### # # # # # #### # |
| 119 | 2026-07-20T03:11:14.311Z | ##### ##### # ##### # # # # # # # # # |
| 120 | 2026-07-20T03:11:14.311Z | # # # # # # # # # # # # # # # |
| 121 | 2026-07-20T03:11:14.311Z | # # # ###### # # ###### ### # #### # #### # |
| 122 | 2026-07-20T03:11:14.311Z | |
| 123 | 2026-07-20T03:11:14.312Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 124 | 2026-07-20T03:11:16.057Z | Startup: Refreshing catalog 'helios' ... Done |
| 125 | 2026-07-20T03:11:16.227Z | Startup: Caching catalogs ... Done |
| 126 | 2026-07-20T03:11:17.064Z | Planning: Solver setup ... Done (0.774s) |
| 127 | 2026-07-20T03:11:17.100Z | Planning: Running solver ... Done (0.036s) |
| 128 | 2026-07-20T03:11:17.121Z | Planning: Finding local manifests ... Done (0.003s) |
| 129 | 2026-07-20T03:11:17.133Z | Planning: Fetching manifests: 0/2 0% complete |
| 130 | 2026-07-20T03:11:17.149Z | Planning: Fetching manifests: 2/2 100% complete |
| 131 | 2026-07-20T03:11:17.164Z | Planning: Package planning ... Done (0.014s) |
| 132 | 2026-07-20T03:11:17.167Z | Planning: Merging actions ... Done (0.001s) |
| 133 | 2026-07-20T03:11:17.365Z | Planning: Checking for conflicting actions ... Done (0.201s) |
| 134 | 2026-07-20T03:11:17.369Z | Planning: Consolidating action changes ... Done (0.001s) |
| 135 | 2026-07-20T03:11:18.176Z | Planning: Evaluating mediators ... Done (0.810s) |
| 136 | 2026-07-20T03:11:18.180Z | Planning: Planning completed in 1.93 seconds |
| 137 | 2026-07-20T03:11:18.185Z | Packages to install: 2 |
| 138 | 2026-07-20T03:11:18.185Z | Estimated space available: 156.06 GB |
| 139 | 2026-07-20T03:11:18.189Z | Estimated space to be consumed: 43.83 MB |
| 140 | 2026-07-20T03:11:18.189Z | Create boot environment: No |
| 141 | 2026-07-20T03:11:18.189Z | Create backup boot environment: No |
| 142 | 2026-07-20T03:11:18.189Z | Rebuild boot archive: No |
| 143 | 2026-07-20T03:11:18.189Z | |
| 144 | 2026-07-20T03:11:18.189Z | Changed packages: |
| 145 | 2026-07-20T03:11:18.189Z | helios |
| 146 | 2026-07-20T03:11:18.189Z | developer/build-essential |
| 147 | 2026-07-20T03:11:18.189Z | None -> 11-3.0 |
| 148 | 2026-07-20T03:11:18.189Z | library/libxmlsec1 |
| 149 | 2026-07-20T03:11:18.189Z | None -> 1.2.35-3.0 |
| 150 | 2026-07-20T03:11:18.210Z | |
| 151 | 2026-07-20T03:11:18.210Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 152 | 2026-07-20T03:11:18.834Z | Download: Completed 1.28 MB in 0.62 seconds (2.0M/s) |
| 153 | 2026-07-20T03:11:18.921Z | Actions: 1/268 actions (Installing new actions) |
| 154 | 2026-07-20T03:11:18.958Z | Actions: Completed 268 actions in 0.04 seconds. |
| 155 | 2026-07-20T03:11:18.975Z | Finalize: Updating package state database ... Done (0.017s) |
| 156 | 2026-07-20T03:11:18.979Z | Finalize: Updating package cache ... Done (0.000s) |
| 157 | 2026-07-20T03:11:19.021Z | Finalize: Updating image state ... Done (0.046s) |
| 158 | 2026-07-20T03:11:21.420Z | Finalize: Creating fast lookup database ... Done (2.364s) |
| 159 | 2026-07-20T03:11:21.485Z | Finalize: Reading search index ... Done (0.012s) |
| 160 | 2026-07-20T03:11:21.488Z | Finalize: Updating search index ... Done (0.000s) |
| 161 | 2026-07-20T03:11:21.579Z | Finalize: Updating package cache ... Done (0.000s) |
| 162 | 2026-07-20T03:11:21.900Z | Planning: Evaluating mediator changes ... Done |
| 163 | 2026-07-20T03:11:22.003Z | Planning: Checking for conflicting actions ... Done |
| 164 | 2026-07-20T03:11:22.006Z | Planning: Consolidating action changes ... Done |
| 165 | 2026-07-20T03:11:22.157Z | Planning: Evaluating mediators ... Done |
| 166 | 2026-07-20T03:11:22.160Z | Planning: Planning completed in 0.26 seconds |
| 167 | 2026-07-20T03:11:22.181Z | Mediators to change: 2 |
| 168 | 2026-07-20T03:11:22.181Z | Create boot environment: No |
| 169 | 2026-07-20T03:11:22.181Z | Create backup boot environment: No |
| 170 | 2026-07-20T03:11:22.251Z | Finalize: Updating package state database ... Done |
| 171 | 2026-07-20T03:11:22.251Z | Finalize: Updating package cache ... Done |
| 172 | 2026-07-20T03:11:22.276Z | Finalize: Updating image state ... Done |
| 173 | 2026-07-20T03:11:24.194Z | Finalize: Creating fast lookup database ... Done |
| 174 | 2026-07-20T03:11:24.253Z | Finalize: Reading search index ... Done |
| 175 | 2026-07-20T03:11:24.259Z | Finalize: Updating search index ... Done |
| 176 | 2026-07-20T03:11:24.342Z | Finalize: Updating package cache ... Done |
| 177 | 2026-07-20T03:11:24.624Z | Planning: Evaluating mediator changes ... Done |
| 178 | 2026-07-20T03:11:24.730Z | Planning: Checking for conflicting actions ... Done |
| 179 | 2026-07-20T03:11:24.740Z | Planning: Consolidating action changes ... Done |
| 180 | 2026-07-20T03:11:24.880Z | Planning: Evaluating mediators ... Done |
| 181 | 2026-07-20T03:11:24.883Z | Planning: Planning completed in 0.26 seconds |
| 182 | 2026-07-20T03:11:24.904Z | Mediators to change: 1 |
| 183 | 2026-07-20T03:11:24.904Z | Create boot environment: No |
| 184 | 2026-07-20T03:11:24.904Z | Create backup boot environment: No |
| 185 | 2026-07-20T03:11:24.953Z | Finalize: Updating package state database ... Done |
| 186 | 2026-07-20T03:11:24.953Z | Finalize: Updating package cache ... Done |
| 187 | 2026-07-20T03:11:24.978Z | Finalize: Updating image state ... Done |
| 188 | 2026-07-20T03:11:26.891Z | Finalize: Creating fast lookup database ... Done |
| 189 | 2026-07-20T03:11:26.952Z | Finalize: Reading search index ... Done |
| 190 | 2026-07-20T03:11:26.954Z | Finalize: Updating search index ... Done |
| 191 | 2026-07-20T03:11:27.025Z | Finalize: Updating package cache ... Done |
| 192 | 2026-07-20T03:11:27.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 193 | 2026-07-20T03:11:27.334Z | apache system 2.4 system |
| 194 | 2026-07-20T03:11:27.334Z | clang system 15 system |
| 195 | 2026-07-20T03:11:27.334Z | csh system system illumos |
| 196 | 2026-07-20T03:11:27.334Z | ctags system system illumos |
| 197 | 2026-07-20T03:11:27.334Z | file vendor vendor darwinsys |
| 198 | 2026-07-20T03:11:27.334Z | file system system illumos |
| 199 | 2026-07-20T03:11:27.334Z | gcc vendor 14 vendor |
| 200 | 2026-07-20T03:11:27.334Z | gcc system 13 system |
| 201 | 2026-07-20T03:11:27.334Z | gcc system 10 system |
| 202 | 2026-07-20T03:11:27.334Z | go system 1.25 system |
| 203 | 2026-07-20T03:11:27.334Z | llvm system 15 system |
| 204 | 2026-07-20T03:11:27.334Z | mariadb system 11.4 system |
| 205 | 2026-07-20T03:11:27.334Z | mta vendor vendor dma |
| 206 | 2026-07-20T03:11:27.334Z | openjdk system 17 system |
| 207 | 2026-07-20T03:11:27.334Z | openjdk system 11 system |
| 208 | 2026-07-20T03:11:27.334Z | openssl vendor 3 vendor |
| 209 | 2026-07-20T03:11:27.334Z | perl system 5.40 system |
| 210 | 2026-07-20T03:11:27.334Z | postgresql system 18 system |
| 211 | 2026-07-20T03:11:27.335Z | postgresql system 17 system |
| 212 | 2026-07-20T03:11:27.335Z | python vendor 3 vendor |
| 213 | 2026-07-20T03:11:27.335Z | python system 2 system |
| 214 | 2026-07-20T03:11:27.335Z | python3 vendor 3.13 vendor |
| 215 | 2026-07-20T03:11:27.335Z | ruby system 3.4 system |
| 216 | 2026-07-20T03:11:27.335Z | ruby system 3.0 system |
| 217 | 2026-07-20T03:11:27.335Z | words vendor vendor american-english |
| 218 | 2026-07-20T03:11:27.335Z | words system system australian-english |
| 219 | 2026-07-20T03:11:27.335Z | words system system british-english |
| 220 | 2026-07-20T03:11:27.335Z | words system system canadian-english |
| 221 | 2026-07-20T03:11:27.335Z | words system system french |
| 222 | 2026-07-20T03:11:27.335Z | words system system italian |
| 223 | 2026-07-20T03:11:27.335Z | words system system ngerman |
| 224 | 2026-07-20T03:11:27.335Z | words system system ogerman |
| 225 | 2026-07-20T03:11:27.335Z | words system system spanish |
| 226 | 2026-07-20T03:11:27.588Z | PUBLISHER TYPE STATUS P LOCATION |
| 227 | 2026-07-20T03:11:27.588Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 228 | 2026-07-20T03:11:27.936Z | FMRI IFO |
| 229 | 2026-07-20T03:11:27.936Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 230 | 2026-07-20T03:11:27.936Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 231 | 2026-07-20T03:11:27.936Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 232 | 2026-07-20T03:11:27.936Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 233 | 2026-07-20T03:11:27.936Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 234 | 2026-07-20T03:11:27.936Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 235 | 2026-07-20T03:11:27.936Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 236 | 2026-07-20T03:11:27.936Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 237 | 2026-07-20T03:11:27.936Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 238 | 2026-07-20T03:11:28.213Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 239 | 2026-07-20T03:11:28.515Z | Updating crates.io index |
| 240 | 2026-07-20T03:11:28.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2026-07-20T03:11:28.735Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 242 | 2026-07-20T03:11:29.029Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2026-07-20T03:11:29.919Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 244 | 2026-07-20T03:11:30.582Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 245 | 2026-07-20T03:11:32.118Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 246 | 2026-07-20T03:11:32.903Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 247 | 2026-07-20T03:11:33.152Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 248 | 2026-07-20T03:11:33.455Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 249 | 2026-07-20T03:11:34.485Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 250 | 2026-07-20T03:11:34.770Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 251 | 2026-07-20T03:11:35.089Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 252 | 2026-07-20T03:11:35.344Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 253 | 2026-07-20T03:11:35.779Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 254 | 2026-07-20T03:11:36.233Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 255 | 2026-07-20T03:11:36.462Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-07-20T03:11:36.664Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-07-20T03:11:36.916Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-07-20T03:11:37.179Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-07-20T03:11:37.379Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-07-20T03:11:37.608Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-07-20T03:11:37.843Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-07-20T03:11:38.225Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-07-20T03:11:38.490Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 264 | 2026-07-20T03:11:38.717Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-07-20T03:11:39.062Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-07-20T03:11:39.294Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-07-20T03:11:39.663Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-07-20T03:11:40.151Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-07-20T03:11:40.375Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-07-20T03:11:40.600Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-07-20T03:11:40.892Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 272 | 2026-07-20T03:11:41.278Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 273 | 2026-07-20T03:11:41.519Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 274 | 2026-07-20T03:11:41.792Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 275 | 2026-07-20T03:11:42.019Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 276 | 2026-07-20T03:11:42.312Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 277 | 2026-07-20T03:11:42.563Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 278 | 2026-07-20T03:11:42.789Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 279 | 2026-07-20T03:11:43.047Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 280 | 2026-07-20T03:11:43.262Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 281 | 2026-07-20T03:11:46.098Z | Downloading crates ... |
| 282 | 2026-07-20T03:11:46.171Z | Downloaded clap_derive v4.6.1 |
| 283 | 2026-07-20T03:11:46.174Z | Downloaded log v0.4.29 |
| 284 | 2026-07-20T03:11:46.177Z | Downloaded toml_write v0.1.2 |
| 285 | 2026-07-20T03:11:46.180Z | Downloaded toml_datetime v0.6.11 |
| 286 | 2026-07-20T03:11:46.184Z | Downloaded zerocopy-derive v0.7.35 |
| 287 | 2026-07-20T03:11:46.187Z | Downloaded zmij v1.0.21 |
| 288 | 2026-07-20T03:11:46.187Z | Downloaded colorchoice v1.0.4 |
| 289 | 2026-07-20T03:11:46.187Z | Downloaded cargo_toml v0.21.0 |
| 290 | 2026-07-20T03:11:46.190Z | Downloaded equivalent v1.0.2 |
| 291 | 2026-07-20T03:11:46.190Z | Downloaded crypto-common v0.1.7 |
| 292 | 2026-07-20T03:11:46.190Z | Downloaded is_terminal_polyfill v1.70.2 |
| 293 | 2026-07-20T03:11:46.194Z | Downloaded itoa v1.0.17 |
| 294 | 2026-07-20T03:11:46.197Z | Downloaded clap_lex v1.0.0 |
| 295 | 2026-07-20T03:11:46.197Z | Downloaded tempfile v3.25.0 |
| 296 | 2026-07-20T03:11:46.197Z | Downloaded cpufeatures v0.2.17 |
| 297 | 2026-07-20T03:11:46.200Z | Downloaded zerocopy v0.7.35 |
| 298 | 2026-07-20T03:11:46.206Z | Downloaded generic-array v0.14.7 |
| 299 | 2026-07-20T03:11:46.209Z | Downloaded fnv v1.0.7 |
| 300 | 2026-07-20T03:11:46.209Z | Downloaded semver v1.0.28 |
| 301 | 2026-07-20T03:11:46.212Z | Downloaded scroll_derive v0.12.1 |
| 302 | 2026-07-20T03:11:46.212Z | Downloaded memmap v0.7.0 |
| 303 | 2026-07-20T03:11:46.212Z | Downloaded macaddr v1.0.1 |
| 304 | 2026-07-20T03:11:46.219Z | Downloaded bitflags v2.11.0 |
| 305 | 2026-07-20T03:11:46.222Z | Downloaded fastrand v2.3.0 |
| 306 | 2026-07-20T03:11:46.234Z | Downloaded pretty-hex v0.4.1 |
| 307 | 2026-07-20T03:11:46.237Z | Downloaded heck v0.4.1 |
| 308 | 2026-07-20T03:11:46.237Z | Downloaded clap v4.6.1 |
| 309 | 2026-07-20T03:11:46.240Z | Downloaded smawk v0.3.2 |
| 310 | 2026-07-20T03:11:46.243Z | Downloaded version_check v0.9.5 |
| 311 | 2026-07-20T03:11:46.243Z | Downloaded serde_spanned v0.6.9 |
| 312 | 2026-07-20T03:11:46.243Z | Downloaded heck v0.5.0 |
| 313 | 2026-07-20T03:11:46.246Z | Downloaded errno v0.3.14 |
| 314 | 2026-07-20T03:11:46.246Z | Downloaded dof v0.3.0 |
| 315 | 2026-07-20T03:11:46.251Z | Downloaded cfg-if v1.0.4 |
| 316 | 2026-07-20T03:11:46.254Z | Downloaded unicode-linebreak v0.1.5 |
| 317 | 2026-07-20T03:11:46.257Z | Downloaded digest v0.10.7 |
| 318 | 2026-07-20T03:11:46.261Z | Downloaded dtrace-parser v0.2.0 |
| 319 | 2026-07-20T03:11:46.261Z | Downloaded strsim v0.11.1 |
| 320 | 2026-07-20T03:11:46.267Z | Downloaded block-buffer v0.10.4 |
| 321 | 2026-07-20T03:11:46.271Z | Downloaded utf8parse v0.2.2 |
| 322 | 2026-07-20T03:11:46.271Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2026-07-20T03:11:46.271Z | Downloaded thread-id v4.2.2 |
| 324 | 2026-07-20T03:11:46.271Z | Downloaded terminal_size v0.4.3 |
| 325 | 2026-07-20T03:11:46.271Z | Downloaded tabled_derive v0.7.0 |
| 326 | 2026-07-20T03:11:46.274Z | Downloaded swrite v0.1.0 |
| 327 | 2026-07-20T03:11:46.274Z | Downloaded cargo-platform v0.3.2 |
| 328 | 2026-07-20T03:11:46.274Z | Downloaded usdt-attr-macro v0.5.0 |
| 329 | 2026-07-20T03:11:46.277Z | Downloaded pest_generator v2.8.6 |
| 330 | 2026-07-20T03:11:46.277Z | Downloaded proc-macro-error v1.0.4 |
| 331 | 2026-07-20T03:11:46.277Z | Downloaded fs-err v3.3.0 |
| 332 | 2026-07-20T03:11:46.280Z | Downloaded bytecount v0.6.9 |
| 333 | 2026-07-20T03:11:46.285Z | Downloaded plain v0.2.3 |
| 334 | 2026-07-20T03:11:46.288Z | Downloaded usdt v0.5.0 |
| 335 | 2026-07-20T03:11:46.291Z | Downloaded anstyle-query v1.1.5 |
| 336 | 2026-07-20T03:11:46.298Z | Downloaded proc-macro-error-attr v1.0.4 |
| 337 | 2026-07-20T03:11:46.305Z | Downloaded thiserror-impl v1.0.69 |
| 338 | 2026-07-20T03:11:46.307Z | Downloaded anstyle v1.0.14 |
| 339 | 2026-07-20T03:11:46.307Z | Downloaded byteorder v1.5.0 |
| 340 | 2026-07-20T03:11:46.313Z | Downloaded anstream v1.0.0 |
| 341 | 2026-07-20T03:11:46.317Z | Downloaded anyhow v1.0.102 |
| 342 | 2026-07-20T03:11:46.317Z | Downloaded thiserror v1.0.69 |
| 343 | 2026-07-20T03:11:46.322Z | Downloaded serde_tokenstream v0.2.3 |
| 344 | 2026-07-20T03:11:46.326Z | Downloaded once_cell v1.21.3 |
| 345 | 2026-07-20T03:11:46.326Z | Downloaded camino-tempfile v1.4.1 |
| 346 | 2026-07-20T03:11:46.330Z | Downloaded autocfg v1.5.0 |
| 347 | 2026-07-20T03:11:46.330Z | Downloaded cargo_metadata v0.23.1 |
| 348 | 2026-07-20T03:11:46.335Z | Downloaded anstyle-parse v1.0.0 |
| 349 | 2026-07-20T03:11:46.343Z | Downloaded usdt-impl v0.5.0 |
| 350 | 2026-07-20T03:11:46.346Z | Downloaded quote v1.0.45 |
| 351 | 2026-07-20T03:11:46.351Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-07-20T03:11:46.351Z | Downloaded toml v0.8.23 |
| 353 | 2026-07-20T03:11:46.351Z | Downloaded goblin v0.8.2 |
| 354 | 2026-07-20T03:11:46.355Z | Downloaded scroll v0.12.0 |
| 355 | 2026-07-20T03:11:46.355Z | Downloaded camino v1.2.2 |
| 356 | 2026-07-20T03:11:46.362Z | Downloaded thiserror v2.0.18 |
| 357 | 2026-07-20T03:11:46.365Z | Downloaded proc-macro2 v1.0.106 |
| 358 | 2026-07-20T03:11:46.365Z | Downloaded pest_meta v2.8.6 |
| 359 | 2026-07-20T03:11:46.365Z | Downloaded papergrid v0.11.0 |
| 360 | 2026-07-20T03:11:46.368Z | Downloaded thiserror-impl v2.0.18 |
| 361 | 2026-07-20T03:11:46.371Z | Downloaded pest_derive v2.8.6 |
| 362 | 2026-07-20T03:11:46.375Z | Downloaded ucd-trie v0.1.7 |
| 363 | 2026-07-20T03:11:46.380Z | Downloaded getrandom v0.4.1 |
| 364 | 2026-07-20T03:11:46.387Z | Downloaded unicode-ident v1.0.24 |
| 365 | 2026-07-20T03:11:46.392Z | Downloaded textwrap v0.16.2 |
| 366 | 2026-07-20T03:11:46.392Z | Downloaded serde_derive v1.0.228 |
| 367 | 2026-07-20T03:11:46.408Z | Downloaded serde_core v1.0.228 |
| 368 | 2026-07-20T03:11:46.415Z | Downloaded toml_edit v0.22.27 |
| 369 | 2026-07-20T03:11:46.418Z | Downloaded pest v2.8.6 |
| 370 | 2026-07-20T03:11:46.421Z | Downloaded serde v1.0.228 |
| 371 | 2026-07-20T03:11:46.427Z | Downloaded memchr v2.8.0 |
| 372 | 2026-07-20T03:11:46.437Z | Downloaded indexmap v2.14.0 |
| 373 | 2026-07-20T03:11:46.441Z | Downloaded typenum v1.20.1 |
| 374 | 2026-07-20T03:11:46.493Z | Downloaded hashbrown v0.17.0 |
| 375 | 2026-07-20T03:11:46.502Z | Downloaded serde_json v1.0.150 |
| 376 | 2026-07-20T03:11:46.508Z | Downloaded winnow v0.7.14 |
| 377 | 2026-07-20T03:11:46.512Z | Downloaded clap_builder v4.6.0 |
| 378 | 2026-07-20T03:11:46.517Z | Downloaded tabled v0.15.0 |
| 379 | 2026-07-20T03:11:46.549Z | Downloaded syn v1.0.109 |
| 380 | 2026-07-20T03:11:46.558Z | Downloaded unicode-width v0.2.0 |
| 381 | 2026-07-20T03:11:46.560Z | Downloaded unicode-width v0.1.14 |
| 382 | 2026-07-20T03:11:46.561Z | Downloaded syn v2.0.117 |
| 383 | 2026-07-20T03:11:46.565Z | Downloaded rustix v1.1.3 |
| 384 | 2026-07-20T03:11:46.593Z | Downloaded libc v0.2.185 |
| 385 | 2026-07-20T03:11:46.672Z | Compiling proc-macro2 v1.0.106 |
| 386 | 2026-07-20T03:11:46.672Z | Compiling unicode-ident v1.0.24 |
| 387 | 2026-07-20T03:11:46.672Z | Compiling quote v1.0.45 |
| 388 | 2026-07-20T03:11:46.672Z | Compiling serde_core v1.0.228 |
| 389 | 2026-07-20T03:11:46.682Z | Compiling libc v0.2.185 |
| 390 | 2026-07-20T03:11:46.682Z | Compiling version_check v0.9.5 |
| 391 | 2026-07-20T03:11:46.682Z | Compiling memchr v2.8.0 |
| 392 | 2026-07-20T03:11:46.682Z | Compiling serde v1.0.228 |
| 393 | 2026-07-20T03:11:46.973Z | Compiling zmij v1.0.21 |
| 394 | 2026-07-20T03:11:47.197Z | Compiling thiserror v1.0.69 |
| 395 | 2026-07-20T03:11:47.274Z | Compiling ucd-trie v0.1.7 |
| 396 | 2026-07-20T03:11:47.501Z | Compiling itoa v1.0.17 |
| 397 | 2026-07-20T03:11:47.568Z | Compiling pest v2.8.6 |
| 398 | 2026-07-20T03:11:47.645Z | Compiling rustix v1.1.3 |
| 399 | 2026-07-20T03:11:47.725Z | Compiling byteorder v1.5.0 |
| 400 | 2026-07-20T03:11:47.764Z | Compiling errno v0.3.14 |
| 401 | 2026-07-20T03:11:47.873Z | Compiling serde_json v1.0.150 |
| 402 | 2026-07-20T03:11:48.037Z | Compiling bitflags v2.11.0 |
| 403 | 2026-07-20T03:11:48.105Z | Compiling syn v2.0.117 |
| 404 | 2026-07-20T03:11:48.180Z | Compiling thread-id v4.2.2 |
| 405 | 2026-07-20T03:11:48.238Z | Compiling proc-macro-error-attr v1.0.4 |
| 406 | 2026-07-20T03:11:48.264Z | Compiling usdt-impl v0.5.0 |
| 407 | 2026-07-20T03:11:48.388Z | Compiling camino v1.2.2 |
| 408 | 2026-07-20T03:11:48.428Z | Compiling syn v1.0.109 |
| 409 | 2026-07-20T03:11:48.589Z | Compiling pest_meta v2.8.6 |
| 410 | 2026-07-20T03:11:48.773Z | Compiling proc-macro-error v1.0.4 |
| 411 | 2026-07-20T03:11:48.808Z | Compiling utf8parse v0.2.2 |
| 412 | 2026-07-20T03:11:48.837Z | Compiling plain v0.2.3 |
| 413 | 2026-07-20T03:11:48.922Z | Compiling equivalent v1.0.2 |
| 414 | 2026-07-20T03:11:48.950Z | Compiling getrandom v0.4.1 |
| 415 | 2026-07-20T03:11:49.014Z | Compiling hashbrown v0.17.0 |
| 416 | 2026-07-20T03:11:49.118Z | Compiling log v0.4.29 |
| 417 | 2026-07-20T03:11:49.350Z | Compiling terminal_size v0.4.3 |
| 418 | 2026-07-20T03:11:49.482Z | Compiling anstyle-parse v1.0.0 |
| 419 | 2026-07-20T03:11:49.498Z | Compiling indexmap v2.14.0 |
| 420 | 2026-07-20T03:11:49.970Z | Compiling is_terminal_polyfill v1.70.2 |
| 421 | 2026-07-20T03:11:49.998Z | Compiling thiserror v2.0.18 |
| 422 | 2026-07-20T03:11:50.065Z | Compiling anstyle v1.0.14 |
| 423 | 2026-07-20T03:11:50.070Z | Compiling pretty-hex v0.4.1 |
| 424 | 2026-07-20T03:11:50.121Z | Compiling toml_write v0.1.2 |
| 425 | 2026-07-20T03:11:50.194Z | Compiling colorchoice v1.0.4 |
| 426 | 2026-07-20T03:11:50.221Z | Compiling cfg-if v1.0.4 |
| 427 | 2026-07-20T03:11:50.295Z | Compiling pest_generator v2.8.6 |
| 428 | 2026-07-20T03:11:50.312Z | Compiling autocfg v1.5.0 |
| 429 | 2026-07-20T03:11:50.332Z | Compiling winnow v0.7.14 |
| 430 | 2026-07-20T03:11:50.340Z | Compiling anstyle-query v1.1.5 |
| 431 | 2026-07-20T03:11:50.469Z | Compiling anstream v1.0.0 |
| 432 | 2026-07-20T03:11:50.548Z | Compiling anyhow v1.0.102 |
| 433 | 2026-07-20T03:11:50.623Z | Compiling fnv v1.0.7 |
| 434 | 2026-07-20T03:11:50.731Z | Compiling unicode-width v0.1.14 |
| 435 | 2026-07-20T03:11:50.734Z | Compiling fs-err v3.3.0 |
| 436 | 2026-07-20T03:11:50.864Z | Compiling heck v0.4.1 |
| 437 | 2026-07-20T03:11:50.956Z | Compiling heck v0.5.0 |
| 438 | 2026-07-20T03:11:50.981Z | Compiling fastrand v2.3.0 |
| 439 | 2026-07-20T03:11:51.002Z | Compiling strsim v0.11.1 |
| 440 | 2026-07-20T03:11:51.065Z | Compiling clap_lex v1.0.0 |
| 441 | 2026-07-20T03:11:51.083Z | Compiling bytecount v0.6.9 |
| 442 | 2026-07-20T03:11:51.182Z | Compiling once_cell v1.21.3 |
| 443 | 2026-07-20T03:11:51.217Z | Compiling clap_builder v4.6.0 |
| 444 | 2026-07-20T03:11:51.236Z | Compiling papergrid v0.11.0 |
| 445 | 2026-07-20T03:11:51.390Z | Compiling tempfile v3.25.0 |
| 446 | 2026-07-20T03:11:51.408Z | Compiling semver v1.0.28 |
| 447 | 2026-07-20T03:11:51.553Z | Compiling cargo-platform v0.3.2 |
| 448 | 2026-07-20T03:11:51.659Z | Compiling tabled_derive v0.7.0 |
| 449 | 2026-07-20T03:11:51.723Z | Compiling memmap v0.7.0 |
| 450 | 2026-07-20T03:11:51.755Z | Compiling smawk v0.3.2 |
| 451 | 2026-07-20T03:11:51.796Z | Compiling unicode-linebreak v0.1.5 |
| 452 | 2026-07-20T03:11:51.824Z | Compiling unicode-width v0.2.0 |
| 453 | 2026-07-20T03:11:51.892Z | Compiling camino-tempfile v1.4.1 |
| 454 | 2026-07-20T03:11:51.923Z | Compiling serde_derive v1.0.228 |
| 455 | 2026-07-20T03:11:52.101Z | Compiling thiserror-impl v1.0.69 |
| 456 | 2026-07-20T03:11:52.119Z | Compiling zerocopy-derive v0.7.35 |
| 457 | 2026-07-20T03:11:52.163Z | Compiling pest_derive v2.8.6 |
| 458 | 2026-07-20T03:11:52.303Z | Compiling scroll_derive v0.12.1 |
| 459 | 2026-07-20T03:11:52.600Z | Compiling thiserror-impl v2.0.18 |
| 460 | 2026-07-20T03:11:52.625Z | Compiling clap_derive v4.6.1 |
| 461 | 2026-07-20T03:11:52.702Z | Compiling tabled v0.15.0 |
| 462 | 2026-07-20T03:11:52.995Z | Compiling scroll v0.12.0 |
| 463 | 2026-07-20T03:11:53.026Z | Compiling zerocopy v0.7.35 |
| 464 | 2026-07-20T03:11:53.276Z | Compiling goblin v0.8.2 |
| 465 | 2026-07-20T03:11:53.505Z | Compiling dtrace-parser v0.2.0 |
| 466 | 2026-07-20T03:11:53.581Z | Compiling textwrap v0.16.2 |
| 467 | 2026-07-20T03:11:54.084Z | Compiling swrite v0.1.0 |
| 468 | 2026-07-20T03:11:54.401Z | Compiling clap v4.6.1 |
| 469 | 2026-07-20T03:11:55.081Z | Compiling toml_datetime v0.6.11 |
| 470 | 2026-07-20T03:11:55.099Z | Compiling serde_spanned v0.6.9 |
| 471 | 2026-07-20T03:11:55.099Z | Compiling cargo_metadata v0.23.1 |
| 472 | 2026-07-20T03:11:55.099Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 473 | 2026-07-20T03:11:55.099Z | Compiling macaddr v1.0.1 |
| 474 | 2026-07-20T03:11:55.155Z | Compiling dof v0.3.0 |
| 475 | 2026-07-20T03:11:55.173Z | Compiling serde_tokenstream v0.2.3 |
| 476 | 2026-07-20T03:11:55.274Z | Compiling toml_edit v0.22.27 |
| 477 | 2026-07-20T03:11:55.924Z | Compiling usdt-attr-macro v0.5.0 |
| 478 | 2026-07-20T03:11:55.924Z | Compiling usdt-macro v0.5.0 |
| 479 | 2026-07-20T03:11:56.531Z | Compiling usdt v0.5.0 |
| 480 | 2026-07-20T03:11:56.610Z | Compiling toml v0.8.23 |
| 481 | 2026-07-20T03:11:56.939Z | Compiling cargo_toml v0.21.0 |
| 482 | 2026-07-20T03:11:58.239Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 483 | 2026-07-20T03:12:00.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.12s |
| 484 | 2026-07-20T03:12:00.387Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 485 | 2026-07-20T03:12:00.890Z | Downloading crates ... |
| 486 | 2026-07-20T03:12:00.983Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 487 | 2026-07-20T03:12:00.991Z | Downloaded arc-swap v1.8.2 |
| 488 | 2026-07-20T03:12:00.998Z | Downloaded crc v3.4.0 |
| 489 | 2026-07-20T03:12:01.002Z | Downloaded bumpalo v3.20.2 |
| 490 | 2026-07-20T03:12:01.005Z | Downloaded arrayref v0.3.9 |
| 491 | 2026-07-20T03:12:01.005Z | Downloaded adler2 v2.0.1 |
| 492 | 2026-07-20T03:12:01.009Z | Downloaded cookie_store v0.22.1 |
| 493 | 2026-07-20T03:12:01.009Z | Downloaded bs58 v0.5.1 |
| 494 | 2026-07-20T03:12:01.012Z | Downloaded ascii-canvas v3.0.0 |
| 495 | 2026-07-20T03:12:01.013Z | Downloaded crc-any v2.5.0 |
| 496 | 2026-07-20T03:12:01.013Z | Downloaded base16ct v1.0.0 |
| 497 | 2026-07-20T03:12:01.013Z | Downloaded convert_case v0.4.0 |
| 498 | 2026-07-20T03:12:01.016Z | Downloaded cipher v0.4.4 |
| 499 | 2026-07-20T03:12:01.020Z | Downloaded arrayvec v0.7.6 |
| 500 | 2026-07-20T03:12:01.023Z | Downloaded colored v2.2.0 |
| 501 | 2026-07-20T03:12:01.023Z | Downloaded crossterm v0.28.1 |
| 502 | 2026-07-20T03:12:01.029Z | Downloaded backoff v0.4.0 |
| 503 | 2026-07-20T03:12:01.032Z | Downloaded ahash v0.8.12 |
| 504 | 2026-07-20T03:12:01.032Z | Downloaded async-trait v0.1.89 |
| 505 | 2026-07-20T03:12:01.032Z | Downloaded argon2 v0.5.3 |
| 506 | 2026-07-20T03:12:01.035Z | Downloaded cpubits v0.1.1 |
| 507 | 2026-07-20T03:12:01.035Z | Downloaded bit-set v0.5.3 |
| 508 | 2026-07-20T03:12:01.035Z | Downloaded atomic-waker v1.1.2 |
| 509 | 2026-07-20T03:12:01.035Z | Downloaded atomicwrites v0.4.4 |
| 510 | 2026-07-20T03:12:01.039Z | Downloaded blake2 v0.11.0-rc.6 |
| 511 | 2026-07-20T03:12:01.039Z | Downloaded defmt v0.3.100 |
| 512 | 2026-07-20T03:12:01.039Z | Downloaded atty v0.2.14 |
| 513 | 2026-07-20T03:12:01.042Z | Downloaded assert_matches v1.5.0 |
| 514 | 2026-07-20T03:12:01.042Z | Downloaded darling_macro v0.23.0 |
| 515 | 2026-07-20T03:12:01.045Z | Downloaded async-recursion v1.1.1 |
| 516 | 2026-07-20T03:12:01.046Z | Downloaded darling_macro v0.13.4 |
| 517 | 2026-07-20T03:12:01.046Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 518 | 2026-07-20T03:12:01.049Z | Downloaded anstyle-parse v0.2.7 |
| 519 | 2026-07-20T03:12:01.052Z | Downloaded chacha20poly1305 v0.10.1 |
| 520 | 2026-07-20T03:12:01.052Z | Downloaded crypto-common v0.2.2 |
| 521 | 2026-07-20T03:12:01.057Z | Downloaded darling_core v0.23.0 |
| 522 | 2026-07-20T03:12:01.060Z | Downloaded curve25519-dalek v5.0.0-rc.0 |
| 523 | 2026-07-20T03:12:01.064Z | Downloaded crunchy v0.2.4 |
| 524 | 2026-07-20T03:12:01.064Z | Downloaded cpufeatures v0.3.0 |
| 525 | 2026-07-20T03:12:01.067Z | Downloaded difflib v0.4.0 |
| 526 | 2026-07-20T03:12:01.067Z | Downloaded ar_archive_writer v0.5.1 |
| 527 | 2026-07-20T03:12:01.070Z | Downloaded daft v0.1.7 |
| 528 | 2026-07-20T03:12:01.070Z | Downloaded cobs v0.3.0 |
| 529 | 2026-07-20T03:12:01.070Z | Downloaded darling_macro v0.20.11 |
| 530 | 2026-07-20T03:12:01.073Z | Downloaded bitfield-macros v0.19.4 |
| 531 | 2026-07-20T03:12:01.073Z | Downloaded bb8 v0.8.6 |
| 532 | 2026-07-20T03:12:01.073Z | Downloaded base16ct v0.2.0 |
| 533 | 2026-07-20T03:12:01.073Z | Downloaded cfg_aliases v0.2.1 |
| 534 | 2026-07-20T03:12:01.076Z | Downloaded dyn-clone v1.0.20 |
| 535 | 2026-07-20T03:12:01.076Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 536 | 2026-07-20T03:12:01.076Z | Downloaded bit-set v0.8.0 |
| 537 | 2026-07-20T03:12:01.079Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 538 | 2026-07-20T03:12:01.079Z | Downloaded cexpr v0.6.0 |
| 539 | 2026-07-20T03:12:01.079Z | Downloaded critical-section v1.2.0 |
| 540 | 2026-07-20T03:12:01.082Z | Downloaded array-init v0.0.4 |
| 541 | 2026-07-20T03:12:01.082Z | Downloaded data-encoding v2.10.0 |
| 542 | 2026-07-20T03:12:01.089Z | Downloaded compression-core v0.4.31 |
| 543 | 2026-07-20T03:12:01.097Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2026-07-20T03:12:01.097Z | Downloaded dirs-next v2.0.0 |
| 545 | 2026-07-20T03:12:01.100Z | Downloaded embedded-io v0.6.1 |
| 546 | 2026-07-20T03:12:01.100Z | Downloaded cfg_aliases v0.1.1 |
| 547 | 2026-07-20T03:12:01.100Z | Downloaded crc-catalog v2.4.0 |
| 548 | 2026-07-20T03:12:01.103Z | Downloaded bitfield-struct v0.6.2 |
| 549 | 2026-07-20T03:12:01.104Z | Downloaded aead v0.5.2 |
| 550 | 2026-07-20T03:12:01.104Z | Downloaded debug-ignore v1.0.5 |
| 551 | 2026-07-20T03:12:01.107Z | Downloaded castaway v0.2.4 |
| 552 | 2026-07-20T03:12:01.107Z | Downloaded ciborium-ll v0.2.2 |
| 553 | 2026-07-20T03:12:01.110Z | Downloaded async-stream v0.3.6 |
| 554 | 2026-07-20T03:12:01.113Z | Downloaded ciborium-io v0.2.2 |
| 555 | 2026-07-20T03:12:01.117Z | Downloaded env_filter v1.0.0 |
| 556 | 2026-07-20T03:12:01.117Z | Downloaded derive_builder_macro v0.20.2 |
| 557 | 2026-07-20T03:12:01.120Z | Downloaded digest-io v0.1.0 |
| 558 | 2026-07-20T03:12:01.120Z | Downloaded block-padding v0.4.2 |
| 559 | 2026-07-20T03:12:01.120Z | Downloaded defmt-parser v1.0.0 |
| 560 | 2026-07-20T03:12:01.123Z | Downloaded dirs-sys-next v0.1.2 |
| 561 | 2026-07-20T03:12:01.123Z | Downloaded bitfield v0.19.4 |
| 562 | 2026-07-20T03:12:01.123Z | Downloaded base64ct v1.8.3 |
| 563 | 2026-07-20T03:12:01.127Z | Downloaded display-error-chain v0.2.2 |
| 564 | 2026-07-20T03:12:01.127Z | Downloaded darling_macro v0.21.3 |
| 565 | 2026-07-20T03:12:01.127Z | Downloaded crc8 v0.1.1 |
| 566 | 2026-07-20T03:12:01.130Z | Downloaded downcast-rs v2.0.2 |
| 567 | 2026-07-20T03:12:01.130Z | Downloaded dof v0.4.0 |
| 568 | 2026-07-20T03:12:01.134Z | Downloaded dunce v1.0.5 |
| 569 | 2026-07-20T03:12:01.137Z | Downloaded enum-as-inner v0.6.1 |
| 570 | 2026-07-20T03:12:01.137Z | Downloaded endian-type v0.1.2 |
| 571 | 2026-07-20T03:12:01.144Z | Downloaded embedded-io v0.4.0 |
| 572 | 2026-07-20T03:12:01.144Z | Downloaded csv-core v0.1.13 |
| 573 | 2026-07-20T03:12:01.148Z | Downloaded der_derive v0.7.3 |
| 574 | 2026-07-20T03:12:01.148Z | Downloaded corncobs v0.1.4 |
| 575 | 2026-07-20T03:12:01.148Z | Downloaded foreign-types v0.3.2 |
| 576 | 2026-07-20T03:12:01.148Z | Downloaded float-ord v0.3.2 |
| 577 | 2026-07-20T03:12:01.148Z | Downloaded ed25519 v2.2.3 |
| 578 | 2026-07-20T03:12:01.158Z | Downloaded ctutils v0.4.2 |
| 579 | 2026-07-20T03:12:01.158Z | Downloaded crc32fast v1.5.0 |
| 580 | 2026-07-20T03:12:01.158Z | Downloaded form_urlencoded v1.2.2 |
| 581 | 2026-07-20T03:12:01.158Z | Downloaded cookie v0.18.1 |
| 582 | 2026-07-20T03:12:01.158Z | Downloaded cstr-argument v0.1.2 |
| 583 | 2026-07-20T03:12:01.163Z | Downloaded byte-wrapper v0.1.0 |
| 584 | 2026-07-20T03:12:01.163Z | Downloaded foreign-types-shared v0.3.1 |
| 585 | 2026-07-20T03:12:01.163Z | Downloaded daft-derive v0.1.7 |
| 586 | 2026-07-20T03:12:01.163Z | Downloaded foreign-types-macros v0.2.3 |
| 587 | 2026-07-20T03:12:01.166Z | Downloaded crucible-workspace-hack v0.1.0 |
| 588 | 2026-07-20T03:12:01.166Z | Downloaded cmov v0.5.4 |
| 589 | 2026-07-20T03:12:01.166Z | Downloaded aead v0.6.1 |
| 590 | 2026-07-20T03:12:01.166Z | Downloaded compression-codecs v0.4.37 |
| 591 | 2026-07-20T03:12:01.170Z | Downloaded futures-sink v0.3.32 |
| 592 | 2026-07-20T03:12:01.170Z | Downloaded foreign-types-shared v0.1.1 |
| 593 | 2026-07-20T03:12:01.170Z | Downloaded foreign-types v0.5.0 |
| 594 | 2026-07-20T03:12:01.170Z | Downloaded dtrace-parser v0.3.0 |
| 595 | 2026-07-20T03:12:01.173Z | Downloaded bit-vec v0.8.0 |
| 596 | 2026-07-20T03:12:01.173Z | Downloaded chacha20 v0.9.1 |
| 597 | 2026-07-20T03:12:01.173Z | Downloaded funty v2.0.0 |
| 598 | 2026-07-20T03:12:01.177Z | Downloaded buf-list v1.1.2 |
| 599 | 2026-07-20T03:12:01.177Z | Downloaded document-features v0.2.12 |
| 600 | 2026-07-20T03:12:01.181Z | Downloaded convert_case v0.10.0 |
| 601 | 2026-07-20T03:12:01.181Z | Downloaded digest v0.11.3 |
| 602 | 2026-07-20T03:12:01.187Z | Downloaded backon v1.6.0 |
| 603 | 2026-07-20T03:12:01.187Z | Downloaded cbc v0.2.1 |
| 604 | 2026-07-20T03:12:01.191Z | Downloaded ed25519 v3.0.0 |
| 605 | 2026-07-20T03:12:01.191Z | Downloaded dsl_auto_type v0.2.0 |
| 606 | 2026-07-20T03:12:01.191Z | Downloaded darling v0.13.4 |
| 607 | 2026-07-20T03:12:01.192Z | Downloaded fxhash v0.2.1 |
| 608 | 2026-07-20T03:12:01.192Z | Downloaded delegate v0.13.5 |
| 609 | 2026-07-20T03:12:01.195Z | Downloaded gethostname v0.5.0 |
| 610 | 2026-07-20T03:12:01.195Z | Downloaded defmt-macros v1.0.1 |
| 611 | 2026-07-20T03:12:01.195Z | Downloaded futures-io v0.3.32 |
| 612 | 2026-07-20T03:12:01.198Z | Downloaded globwalk v0.9.1 |
| 613 | 2026-07-20T03:12:01.198Z | Downloaded cipher v0.5.2 |
| 614 | 2026-07-20T03:12:01.198Z | Downloaded futures-task v0.3.32 |
| 615 | 2026-07-20T03:12:01.203Z | Downloaded futures-macro v0.3.32 |
| 616 | 2026-07-20T03:12:01.203Z | Downloaded blowfish v0.10.0 |
| 617 | 2026-07-20T03:12:01.203Z | Downloaded ghash v0.6.0 |
| 618 | 2026-07-20T03:12:01.206Z | Downloaded flagset v0.4.7 |
| 619 | 2026-07-20T03:12:01.206Z | Downloaded fixedbitset v0.5.7 |
| 620 | 2026-07-20T03:12:01.206Z | Downloaded deranged v0.5.8 |
| 621 | 2026-07-20T03:12:01.210Z | Downloaded find-msvc-tools v0.1.9 |
| 622 | 2026-07-20T03:12:01.210Z | Downloaded erased-serde v0.3.31 |
| 623 | 2026-07-20T03:12:01.213Z | Downloaded derive_builder v0.20.2 |
| 624 | 2026-07-20T03:12:01.214Z | Downloaded hash32 v0.3.1 |
| 625 | 2026-07-20T03:12:01.218Z | Downloaded git-stub v1.0.0 |
| 626 | 2026-07-20T03:12:01.218Z | Downloaded ff v0.13.1 |
| 627 | 2026-07-20T03:12:01.218Z | Downloaded ff v0.14.0 |
| 628 | 2026-07-20T03:12:01.221Z | Downloaded filetime v0.2.27 |
| 629 | 2026-07-20T03:12:01.221Z | Downloaded foldhash v0.2.0 |
| 630 | 2026-07-20T03:12:01.221Z | Downloaded foldhash v0.1.5 |
| 631 | 2026-07-20T03:12:01.224Z | Downloaded displaydoc v0.2.5 |
| 632 | 2026-07-20T03:12:01.224Z | Downloaded console v0.15.11 |
| 633 | 2026-07-20T03:12:01.227Z | Downloaded hash32 v0.2.1 |
| 634 | 2026-07-20T03:12:01.227Z | Downloaded hex-literal v1.1.0 |
| 635 | 2026-07-20T03:12:01.231Z | Downloaded hex v0.4.3 |
| 636 | 2026-07-20T03:12:01.231Z | Downloaded headers-core v0.3.0 |
| 637 | 2026-07-20T03:12:01.231Z | Downloaded const_format_proc_macros v0.2.34 |
| 638 | 2026-07-20T03:12:01.234Z | Downloaded const-oid v0.9.6 |
| 639 | 2026-07-20T03:12:01.234Z | Downloaded futures-executor v0.3.32 |
| 640 | 2026-07-20T03:12:01.239Z | Downloaded futures-core v0.3.32 |
| 641 | 2026-07-20T03:12:01.239Z | Downloaded crossbeam-epoch v0.9.18 |
| 642 | 2026-07-20T03:12:01.239Z | Downloaded console v0.16.2 |
| 643 | 2026-07-20T03:12:01.244Z | Downloaded fs-err v2.11.0 |
| 644 | 2026-07-20T03:12:01.244Z | Downloaded http-body v1.0.1 |
| 645 | 2026-07-20T03:12:01.244Z | Downloaded diff v0.1.13 |
| 646 | 2026-07-20T03:12:01.247Z | Downloaded darling v0.23.0 |
| 647 | 2026-07-20T03:12:01.248Z | Downloaded ecdsa v0.16.9 |
| 648 | 2026-07-20T03:12:01.251Z | Downloaded darling v0.21.3 |
| 649 | 2026-07-20T03:12:01.254Z | Downloaded http-range v0.1.5 |
| 650 | 2026-07-20T03:12:01.254Z | Downloaded ecdsa v0.17.0-rc.18 |
| 651 | 2026-07-20T03:12:01.254Z | Downloaded bzip2 v0.6.1 |
| 652 | 2026-07-20T03:12:01.258Z | Downloaded bzip2 v0.4.4 |
| 653 | 2026-07-20T03:12:01.258Z | Downloaded colored v3.1.1 |
| 654 | 2026-07-20T03:12:01.262Z | Downloaded hubpack v0.1.2 |
| 655 | 2026-07-20T03:12:01.263Z | Downloaded hostname v0.3.1 |
| 656 | 2026-07-20T03:12:01.265Z | Downloaded home v0.5.12 |
| 657 | 2026-07-20T03:12:01.266Z | Downloaded crossbeam-deque v0.8.6 |
| 658 | 2026-07-20T03:12:01.266Z | Downloaded hubpack_derive v0.1.1 |
| 659 | 2026-07-20T03:12:01.266Z | Downloaded group v0.14.0 |
| 660 | 2026-07-20T03:12:01.266Z | Downloaded hyper-tls v0.6.0 |
| 661 | 2026-07-20T03:12:01.269Z | Downloaded glob v0.3.3 |
| 662 | 2026-07-20T03:12:01.269Z | Downloaded group v0.13.0 |
| 663 | 2026-07-20T03:12:01.269Z | Downloaded darling v0.20.11 |
| 664 | 2026-07-20T03:12:01.273Z | Downloaded bcs v0.1.6 |
| 665 | 2026-07-20T03:12:01.276Z | Downloaded illumos-nvpair v0.3.0 |
| 666 | 2026-07-20T03:12:01.276Z | Downloaded httpdate v1.0.3 |
| 667 | 2026-07-20T03:12:01.276Z | Downloaded hostname v0.4.2 |
| 668 | 2026-07-20T03:12:01.279Z | Downloaded git-stub-vcs v0.1.0 |
| 669 | 2026-07-20T03:12:01.279Z | Downloaded idna_adapter v1.2.1 |
| 670 | 2026-07-20T03:12:01.279Z | Downloaded ident_case v1.0.1 |
| 671 | 2026-07-20T03:12:01.282Z | Downloaded des v0.9.0 |
| 672 | 2026-07-20T03:12:01.282Z | Downloaded derive-ex v0.1.8 |
| 673 | 2026-07-20T03:12:01.282Z | Downloaded crossterm v0.29.0 |
| 674 | 2026-07-20T03:12:01.286Z | Downloaded clang-sys v1.8.1 |
| 675 | 2026-07-20T03:12:01.289Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 676 | 2026-07-20T03:12:01.289Z | Downloaded fs_extra v1.3.0 |
| 677 | 2026-07-20T03:12:01.295Z | Downloaded const-oid v0.10.2 |
| 678 | 2026-07-20T03:12:01.295Z | Downloaded chacha20 v0.10.0 |
| 679 | 2026-07-20T03:12:01.309Z | Downloaded indoc v1.0.9 |
| 680 | 2026-07-20T03:12:01.309Z | Downloaded internet-checksum v0.2.1 |
| 681 | 2026-07-20T03:12:01.309Z | Downloaded inout v0.2.2 |
| 682 | 2026-07-20T03:12:01.309Z | Downloaded indent_write v2.2.0 |
| 683 | 2026-07-20T03:12:01.317Z | Downloaded instant v0.1.13 |
| 684 | 2026-07-20T03:12:01.317Z | Downloaded inout v0.1.4 |
| 685 | 2026-07-20T03:12:01.317Z | Downloaded instability v0.3.11 |
| 686 | 2026-07-20T03:12:01.317Z | Downloaded futures-channel v0.3.32 |
| 687 | 2026-07-20T03:12:01.317Z | Downloaded elliptic-curve v0.13.8 |
| 688 | 2026-07-20T03:12:01.317Z | Downloaded getrandom v0.2.17 |
| 689 | 2026-07-20T03:12:01.317Z | Downloaded drift v0.2.0 |
| 690 | 2026-07-20T03:12:01.321Z | Downloaded is_ci v1.2.0 |
| 691 | 2026-07-20T03:12:01.321Z | Downloaded lazy_static v1.5.0 |
| 692 | 2026-07-20T03:12:01.321Z | Downloaded keccak v0.1.6 |
| 693 | 2026-07-20T03:12:01.321Z | Downloaded http-body-util v0.1.3 |
| 694 | 2026-07-20T03:12:01.321Z | Downloaded hyper-staticfile v0.10.1 |
| 695 | 2026-07-20T03:12:01.324Z | Downloaded humantime v2.3.0 |
| 696 | 2026-07-20T03:12:01.324Z | Downloaded globset v0.4.18 |
| 697 | 2026-07-20T03:12:01.327Z | Downloaded kstat-rs v0.2.4 |
| 698 | 2026-07-20T03:12:01.327Z | Downloaded kem v0.3.0 |
| 699 | 2026-07-20T03:12:01.327Z | Downloaded darling_core v0.21.3 |
| 700 | 2026-07-20T03:12:01.333Z | Downloaded darling_core v0.20.11 |
| 701 | 2026-07-20T03:12:01.336Z | Downloaded lzss v0.8.2 |
| 702 | 2026-07-20T03:12:01.336Z | Downloaded lru-cache v0.1.2 |
| 703 | 2026-07-20T03:12:01.336Z | Downloaded maplit v1.0.2 |
| 704 | 2026-07-20T03:12:01.336Z | Downloaded lru v0.12.5 |
| 705 | 2026-07-20T03:12:01.340Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 706 | 2026-07-20T03:12:01.340Z | Downloaded managed v0.8.0 |
| 707 | 2026-07-20T03:12:01.343Z | Downloaded md-5 v0.10.6 |
| 708 | 2026-07-20T03:12:01.343Z | Downloaded linked-hash-map v0.5.6 |
| 709 | 2026-07-20T03:12:01.343Z | Downloaded async-compression v0.4.41 |
| 710 | 2026-07-20T03:12:01.349Z | Downloaded fatfs v0.3.6 |
| 711 | 2026-07-20T03:12:01.353Z | Downloaded elliptic-curve v0.14.0-rc.33 |
| 712 | 2026-07-20T03:12:01.354Z | Downloaded is-terminal v0.4.17 |
| 713 | 2026-07-20T03:12:01.354Z | Downloaded highway v1.3.0 |
| 714 | 2026-07-20T03:12:01.360Z | Downloaded enum_dispatch v0.3.13 |
| 715 | 2026-07-20T03:12:01.360Z | Downloaded md5 v0.8.0 |
| 716 | 2026-07-20T03:12:01.360Z | Downloaded maybe-uninit v2.0.0 |
| 717 | 2026-07-20T03:12:01.366Z | Downloaded ipnetwork v0.21.1 |
| 718 | 2026-07-20T03:12:01.366Z | Downloaded lru-slab v0.1.2 |
| 719 | 2026-07-20T03:12:01.366Z | Downloaded derive-where v1.6.0 |
| 720 | 2026-07-20T03:12:01.366Z | Downloaded mime v0.3.17 |
| 721 | 2026-07-20T03:12:01.369Z | Downloaded memoffset v0.9.1 |
| 722 | 2026-07-20T03:12:01.369Z | Downloaded match_cfg v0.1.0 |
| 723 | 2026-07-20T03:12:01.369Z | Downloaded ipnet v2.11.0 |
| 724 | 2026-07-20T03:12:01.369Z | Downloaded base64 v0.22.1 |
| 725 | 2026-07-20T03:12:01.375Z | Downloaded futures v0.3.32 |
| 726 | 2026-07-20T03:12:01.378Z | Downloaded ingot-types v0.1.2 |
| 727 | 2026-07-20T03:12:01.378Z | Downloaded ingot v0.1.1 |
| 728 | 2026-07-20T03:12:01.378Z | Downloaded dropshot_endpoint v0.17.1 |
| 729 | 2026-07-20T03:12:01.378Z | Downloaded newtype_derive v0.1.6 |
| 730 | 2026-07-20T03:12:01.378Z | Downloaded newtype-uuid-macros v0.1.0 |
| 731 | 2026-07-20T03:12:01.386Z | Downloaded indoc v2.0.7 |
| 732 | 2026-07-20T03:12:01.386Z | Downloaded newline-converter v0.3.0 |
| 733 | 2026-07-20T03:12:01.386Z | Downloaded hybrid-array v0.4.13 |
| 734 | 2026-07-20T03:12:01.386Z | Downloaded normalize-line-endings v0.3.0 |
| 735 | 2026-07-20T03:12:01.391Z | Downloaded nodrop v0.1.14 |
| 736 | 2026-07-20T03:12:01.391Z | Downloaded const_format v0.2.35 |
| 737 | 2026-07-20T03:12:01.391Z | Downloaded hmac v0.12.1 |
| 738 | 2026-07-20T03:12:01.391Z | Downloaded getrandom v0.3.4 |
| 739 | 2026-07-20T03:12:01.394Z | Downloaded linear-map v1.2.0 |
| 740 | 2026-07-20T03:12:01.394Z | Downloaded jobserver v0.1.34 |
| 741 | 2026-07-20T03:12:01.394Z | Downloaded libsw v3.5.0 |
| 742 | 2026-07-20T03:12:01.394Z | Downloaded nonempty v0.12.0 |
| 743 | 2026-07-20T03:12:01.401Z | Downloaded nibble_vec v0.1.0 |
| 744 | 2026-07-20T03:12:01.401Z | Downloaded libscf-sys v1.1.0 |
| 745 | 2026-07-20T03:12:01.401Z | Downloaded new_debug_unreachable v1.0.6 |
| 746 | 2026-07-20T03:12:01.401Z | Downloaded num-iter v0.1.45 |
| 747 | 2026-07-20T03:12:01.404Z | Downloaded num-conv v0.2.0 |
| 748 | 2026-07-20T03:12:01.404Z | Downloaded libloading v0.8.9 |
| 749 | 2026-07-20T03:12:01.404Z | Downloaded num v0.4.3 |
| 750 | 2026-07-20T03:12:01.404Z | Downloaded keccak v0.2.0 |
| 751 | 2026-07-20T03:12:01.404Z | Downloaded derive_more v0.99.20 |
| 752 | 2026-07-20T03:12:01.412Z | Downloaded lock_api v0.4.14 |
| 753 | 2026-07-20T03:12:01.412Z | Downloaded libsw-core v0.3.2 |
| 754 | 2026-07-20T03:12:01.415Z | Downloaded libefi-sys v0.1.0 |
| 755 | 2026-07-20T03:12:01.415Z | Downloaded lalrpop-util v0.19.12 |
| 756 | 2026-07-20T03:12:01.416Z | Downloaded num-derive v0.4.2 |
| 757 | 2026-07-20T03:12:01.416Z | Downloaded num-derive v0.3.3 |
| 758 | 2026-07-20T03:12:01.416Z | Downloaded generic-array v1.4.3 |
| 759 | 2026-07-20T03:12:01.416Z | Downloaded num_threads v0.1.7 |
| 760 | 2026-07-20T03:12:01.416Z | Downloaded multimap v0.10.1 |
| 761 | 2026-07-20T03:12:01.419Z | Downloaded module-lattice v0.2.3 |
| 762 | 2026-07-20T03:12:01.419Z | Downloaded darling_core v0.13.4 |
| 763 | 2026-07-20T03:12:01.425Z | Downloaded openssl-probe v0.2.1 |
| 764 | 2026-07-20T03:12:01.425Z | Downloaded openssl-probe v0.1.6 |
| 765 | 2026-07-20T03:12:01.425Z | Downloaded openssl-macros v0.1.1 |
| 766 | 2026-07-20T03:12:01.425Z | Downloaded ingot-macros v0.1.1 |
| 767 | 2026-07-20T03:12:01.425Z | Downloaded crossbeam-channel v0.5.15 |
| 768 | 2026-07-20T03:12:01.428Z | Downloaded iana-time-zone v0.1.65 |
| 769 | 2026-07-20T03:12:01.428Z | Downloaded flume v0.11.1 |
| 770 | 2026-07-20T03:12:01.431Z | Downloaded derive_more v2.1.1 |
| 771 | 2026-07-20T03:12:01.438Z | Downloaded multer v3.1.0 |
| 772 | 2026-07-20T03:12:01.441Z | Downloaded half v1.8.3 |
| 773 | 2026-07-20T03:12:01.441Z | Downloaded native-tls v0.2.18 |
| 774 | 2026-07-20T03:12:01.441Z | Downloaded hyper-rustls v0.27.7 |
| 775 | 2026-07-20T03:12:01.447Z | Downloaded opaque-debug v0.3.1 |
| 776 | 2026-07-20T03:12:01.448Z | Downloaded olpc-cjson v0.1.4 |
| 777 | 2026-07-20T03:12:01.448Z | Downloaded crossbeam-utils v0.8.21 |
| 778 | 2026-07-20T03:12:01.451Z | Downloaded ciborium v0.2.2 |
| 779 | 2026-07-20T03:12:01.451Z | Downloaded newtype-uuid v1.3.2 |
| 780 | 2026-07-20T03:12:01.451Z | Downloaded oso-derive v0.27.3 |
| 781 | 2026-07-20T03:12:01.451Z | Downloaded ena v0.14.4 |
| 782 | 2026-07-20T03:12:01.462Z | Downloaded parse-display v0.10.0 |
| 783 | 2026-07-20T03:12:01.468Z | Downloaded base64 v0.21.7 |
| 784 | 2026-07-20T03:12:01.468Z | Downloaded nu-ansi-term v0.50.3 |
| 785 | 2026-07-20T03:12:01.473Z | Downloaded litrs v1.0.0 |
| 786 | 2026-07-20T03:12:01.473Z | Downloaded num-rational v0.4.2 |
| 787 | 2026-07-20T03:12:01.473Z | Downloaded litemap v0.8.1 |
| 788 | 2026-07-20T03:12:01.473Z | Downloaded nanorand v0.7.0 |
| 789 | 2026-07-20T03:12:01.476Z | Downloaded path-slash v0.1.5 |
| 790 | 2026-07-20T03:12:01.476Z | Downloaded parse-size v1.1.0 |
| 791 | 2026-07-20T03:12:01.477Z | Downloaded hmac v0.13.0 |
| 792 | 2026-07-20T03:12:01.477Z | Downloaded flate2 v1.1.9 |
| 793 | 2026-07-20T03:12:01.480Z | Downloaded crypto-bigint v0.5.5 |
| 794 | 2026-07-20T03:12:01.483Z | Downloaded num_enum_derive v0.7.6 |
| 795 | 2026-07-20T03:12:01.483Z | Downloaded ignore v0.4.25 |
| 796 | 2026-07-20T03:12:01.486Z | Downloaded httparse v1.10.1 |
| 797 | 2026-07-20T03:12:01.490Z | Downloaded peg-runtime v0.8.5 |
| 798 | 2026-07-20T03:12:01.490Z | Downloaded headers v0.4.1 |
| 799 | 2026-07-20T03:12:01.493Z | Downloaded phf_shared v0.12.1 |
| 800 | 2026-07-20T03:12:01.493Z | Downloaded num_enum v0.5.11 |
| 801 | 2026-07-20T03:12:01.497Z | Downloaded num_enum_derive v0.5.11 |
| 802 | 2026-07-20T03:12:01.497Z | Downloaded num_enum v0.7.6 |
| 803 | 2026-07-20T03:12:01.501Z | Downloaded ed25519-dalek v3.0.0-rc.0 |
| 804 | 2026-07-20T03:12:01.502Z | Downloaded diesel_derives v2.3.7 |
| 805 | 2026-07-20T03:12:01.506Z | Downloaded oxnet v0.1.6 |
| 806 | 2026-07-20T03:12:01.506Z | Downloaded der v0.7.10 |
| 807 | 2026-07-20T03:12:01.509Z | Downloaded phf_shared v0.11.3 |
| 808 | 2026-07-20T03:12:01.509Z | Downloaded num-integer v0.1.46 |
| 809 | 2026-07-20T03:12:01.509Z | Downloaded percent-encoding v2.3.2 |
| 810 | 2026-07-20T03:12:01.514Z | Downloaded half v2.7.1 |
| 811 | 2026-07-20T03:12:01.514Z | Downloaded phf_shared v0.13.1 |
| 812 | 2026-07-20T03:12:01.519Z | Downloaded libbz2-rs-sys v0.2.2 |
| 813 | 2026-07-20T03:12:01.519Z | Downloaded packed_struct_codegen v0.10.1 |
| 814 | 2026-07-20T03:12:01.519Z | Downloaded compact_str v0.8.1 |
| 815 | 2026-07-20T03:12:01.519Z | Downloaded heapless v0.8.0 |
| 816 | 2026-07-20T03:12:01.522Z | Downloaded oxide-tokio-rt v0.1.4 |
| 817 | 2026-07-20T03:12:01.522Z | Downloaded mime_guess v2.0.5 |
| 818 | 2026-07-20T03:12:01.522Z | Downloaded icu_provider v2.1.1 |
| 819 | 2026-07-20T03:12:01.527Z | Downloaded bytes v1.11.1 |
| 820 | 2026-07-20T03:12:01.531Z | Downloaded ml-kem v0.3.2 |
| 821 | 2026-07-20T03:12:01.531Z | Downloaded powerfmt v0.2.0 |
| 822 | 2026-07-20T03:12:01.531Z | Downloaded icu_properties v2.1.2 |
| 823 | 2026-07-20T03:12:01.539Z | Downloaded either v1.15.0 |
| 824 | 2026-07-20T03:12:01.539Z | Downloaded defmt v1.0.1 |
| 825 | 2026-07-20T03:12:01.539Z | Downloaded password-hash v0.6.1 |
| 826 | 2026-07-20T03:12:01.543Z | Downloaded potential_utf v0.1.4 |
| 827 | 2026-07-20T03:12:01.543Z | Downloaded parking_lot_core v0.8.6 |
| 828 | 2026-07-20T03:12:01.543Z | Downloaded password-hash v0.5.0 |
| 829 | 2026-07-20T03:12:01.543Z | Downloaded owo-colors v4.3.0 |
| 830 | 2026-07-20T03:12:01.543Z | Downloaded cc v1.2.56 |
| 831 | 2026-07-20T03:12:01.543Z | Downloaded peg v0.8.5 |
| 832 | 2026-07-20T03:12:01.548Z | Downloaded pbkdf2 v0.13.0 |
| 833 | 2026-07-20T03:12:01.548Z | Downloaded hickory-resolver v0.25.2 |
| 834 | 2026-07-20T03:12:01.553Z | Downloaded precomputed-hash v0.1.1 |
| 835 | 2026-07-20T03:12:01.553Z | Downloaded predicates-tree v1.0.13 |
| 836 | 2026-07-20T03:12:01.553Z | Downloaded predicates-core v1.0.10 |
| 837 | 2026-07-20T03:12:01.553Z | Downloaded phf v0.12.1 |
| 838 | 2026-07-20T03:12:01.553Z | Downloaded peg-macros v0.8.5 |
| 839 | 2026-07-20T03:12:01.561Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 840 | 2026-07-20T03:12:01.561Z | Downloaded proc-macro-crate v1.3.1 |
| 841 | 2026-07-20T03:12:01.561Z | Downloaded progenitor-client v0.14.0 |
| 842 | 2026-07-20T03:12:01.561Z | Downloaded progenitor-macro v0.13.0 |
| 843 | 2026-07-20T03:12:01.561Z | Downloaded heapless v0.7.17 |
| 844 | 2026-07-20T03:12:01.565Z | Downloaded parse-display-derive v0.10.0 |
| 845 | 2026-07-20T03:12:01.566Z | Downloaded ed25519-dalek v2.2.0 |
| 846 | 2026-07-20T03:12:01.566Z | Downloaded derive_more-impl v2.1.1 |
| 847 | 2026-07-20T03:12:01.566Z | Downloaded der v0.8.0 |
| 848 | 2026-07-20T03:12:01.576Z | Downloaded pem v3.0.6 |
| 849 | 2026-07-20T03:12:01.576Z | Downloaded phf v0.13.1 |
| 850 | 2026-07-20T03:12:01.583Z | Downloaded progenitor-macro v0.14.0 |
| 851 | 2026-07-20T03:12:01.583Z | Downloaded pkcs8 v0.10.2 |
| 852 | 2026-07-20T03:12:01.583Z | Downloaded packed_struct v0.10.1 |
| 853 | 2026-07-20T03:12:01.583Z | Downloaded paste v1.0.15 |
| 854 | 2026-07-20T03:12:01.583Z | Downloaded memmap2 v0.9.10 |
| 855 | 2026-07-20T03:12:01.583Z | Downloaded num-complex v0.4.6 |
| 856 | 2026-07-20T03:12:01.583Z | Downloaded cancel-safe-futures v0.1.5 |
| 857 | 2026-07-20T03:12:01.583Z | Downloaded fallible-iterator v0.2.0 |
| 858 | 2026-07-20T03:12:01.589Z | Downloaded pem-rfc7468 v1.0.0 |
| 859 | 2026-07-20T03:12:01.589Z | Downloaded derive_builder_core v0.20.2 |
| 860 | 2026-07-20T03:12:01.589Z | Downloaded polyval v0.7.1 |
| 861 | 2026-07-20T03:12:01.589Z | Downloaded psl-types v2.0.11 |
| 862 | 2026-07-20T03:12:01.589Z | Downloaded pin-project-lite v0.2.17 |
| 863 | 2026-07-20T03:12:01.594Z | Downloaded pin-project-internal v1.1.11 |
| 864 | 2026-07-20T03:12:01.594Z | Downloaded port-file v0.1.0 |
| 865 | 2026-07-20T03:12:01.594Z | Downloaded icu_normalizer v2.1.1 |
| 866 | 2026-07-20T03:12:01.594Z | Downloaded poly1305 v0.8.0 |
| 867 | 2026-07-20T03:12:01.597Z | Downloaded pkg-config v0.3.32 |
| 868 | 2026-07-20T03:12:01.597Z | Downloaded phc v0.6.1 |
| 869 | 2026-07-20T03:12:01.597Z | Downloaded parking_lot_core v0.9.12 |
| 870 | 2026-07-20T03:12:01.600Z | Downloaded postgres-protocol v0.6.10 |
| 871 | 2026-07-20T03:12:01.600Z | Downloaded icu_locale_core v2.1.1 |
| 872 | 2026-07-20T03:12:01.606Z | Downloaded env_logger v0.11.9 |
| 873 | 2026-07-20T03:12:01.606Z | Downloaded rand_chacha v0.3.1 |
| 874 | 2026-07-20T03:12:01.609Z | Downloaded rand_xorshift v0.4.0 |
| 875 | 2026-07-20T03:12:01.609Z | Downloaded radium v0.7.0 |
| 876 | 2026-07-20T03:12:01.609Z | Downloaded primefield v0.14.0 |
| 877 | 2026-07-20T03:12:01.609Z | Downloaded parking_lot v0.11.2 |
| 878 | 2026-07-20T03:12:01.613Z | Downloaded ppv-lite86 v0.2.21 |
| 879 | 2026-07-20T03:12:01.613Z | Downloaded allocator-api2 v0.2.21 |
| 880 | 2026-07-20T03:12:01.613Z | Downloaded progenitor v0.13.0 |
| 881 | 2026-07-20T03:12:01.617Z | Downloaded proc-macro-crate v3.4.0 |
| 882 | 2026-07-20T03:12:01.617Z | Downloaded indicatif v0.18.4 |
| 883 | 2026-07-20T03:12:01.625Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 884 | 2026-07-20T03:12:01.625Z | Downloaded indexmap v1.9.3 |
| 885 | 2026-07-20T03:12:01.625Z | Downloaded ref-cast v1.0.25 |
| 886 | 2026-07-20T03:12:01.629Z | Downloaded recursive v0.1.1 |
| 887 | 2026-07-20T03:12:01.629Z | Downloaded primeorder v0.13.6 |
| 888 | 2026-07-20T03:12:01.629Z | Downloaded progenitor-extras v0.2.0 |
| 889 | 2026-07-20T03:12:01.629Z | Downloaded predicates v3.1.4 |
| 890 | 2026-07-20T03:12:01.629Z | Downloaded quick-error v1.2.3 |
| 891 | 2026-07-20T03:12:01.629Z | Downloaded progenitor v0.14.0 |
| 892 | 2026-07-20T03:12:01.629Z | Downloaded omicron-zone-package v0.12.3 |
| 893 | 2026-07-20T03:12:01.634Z | Downloaded ref-cast-impl v1.0.25 |
| 894 | 2026-07-20T03:12:01.634Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 895 | 2026-07-20T03:12:01.638Z | Downloaded oso v0.27.3 |
| 896 | 2026-07-20T03:12:01.638Z | Downloaded progenitor-client v0.13.0 |
| 897 | 2026-07-20T03:12:01.638Z | Downloaded primeorder v0.14.0-rc.10 |
| 898 | 2026-07-20T03:12:01.638Z | Downloaded icu_normalizer_data v2.1.1 |
| 899 | 2026-07-20T03:12:01.642Z | Downloaded ctr v0.10.1 |
| 900 | 2026-07-20T03:12:01.643Z | Downloaded blake2 v0.10.6 |
| 901 | 2026-07-20T03:12:01.643Z | Downloaded rfc6979 v0.4.0 |
| 902 | 2026-07-20T03:12:01.647Z | Downloaded poly1305 v0.9.0 |
| 903 | 2026-07-20T03:12:01.647Z | Downloaded papergrid v0.17.0 |
| 904 | 2026-07-20T03:12:01.652Z | Downloaded aes v0.9.1 |
| 905 | 2026-07-20T03:12:01.652Z | Downloaded pem-rfc7468 v0.7.0 |
| 906 | 2026-07-20T03:12:01.652Z | Downloaded async-bb8-diesel v0.2.1 |
| 907 | 2026-07-20T03:12:01.655Z | Downloaded rfc6979 v0.5.0 |
| 908 | 2026-07-20T03:12:01.655Z | Downloaded argon2 v0.6.0-rc.8 |
| 909 | 2026-07-20T03:12:01.655Z | Downloaded pkcs8 v0.11.0 |
| 910 | 2026-07-20T03:12:01.659Z | Downloaded num-traits v0.2.19 |
| 911 | 2026-07-20T03:12:01.659Z | Downloaded constant_time_eq v0.4.2 |
| 912 | 2026-07-20T03:12:01.662Z | Downloaded bitflags v1.3.2 |
| 913 | 2026-07-20T03:12:01.662Z | Downloaded bit-vec v0.6.3 |
| 914 | 2026-07-20T03:12:01.662Z | Downloaded psm v0.1.30 |
| 915 | 2026-07-20T03:12:02.670Z | Downloaded expectorate v1.2.0 |
| 916 | 2026-07-20T03:12:02.670Z | Downloaded cmake v0.1.57 |
| 917 | 2026-07-20T03:12:02.670Z | Downloaded cassowary v0.3.0 |
| 918 | 2026-07-20T03:12:02.670Z | Downloaded camino-tempfile-ext v0.3.3 |
| 919 | 2026-07-20T03:12:02.674Z | Downloaded block-buffer v0.12.1 |
| 920 | 2026-07-20T03:12:02.675Z | Downloaded rand_core v0.9.5 |
| 921 | 2026-07-20T03:12:02.675Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-07-20T03:12:02.675Z | Downloaded icu_collections v2.1.1 |
| 923 | 2026-07-20T03:12:02.675Z | Downloaded rand_core v0.10.0 |
| 924 | 2026-07-20T03:12:02.675Z | Downloaded rustc_version v0.1.7 |
| 925 | 2026-07-20T03:12:02.675Z | Downloaded rustc-hash v2.1.1 |
| 926 | 2026-07-20T03:12:02.675Z | Downloaded russh-util v0.52.0 |
| 927 | 2026-07-20T03:12:02.675Z | Downloaded rand_core v0.6.4 |
| 928 | 2026-07-20T03:12:02.675Z | Downloaded hickory-resolver v0.24.4 |
| 929 | 2026-07-20T03:12:02.675Z | Downloaded rand_chacha v0.9.0 |
| 930 | 2026-07-20T03:12:02.675Z | Downloaded parking_lot v0.12.5 |
| 931 | 2026-07-20T03:12:02.675Z | Downloaded rand_seeder v0.4.0 |
| 932 | 2026-07-20T03:12:02.675Z | Downloaded proc-macro-error2 v2.0.1 |
| 933 | 2026-07-20T03:12:02.675Z | Downloaded miniz_oxide v0.8.9 |
| 934 | 2026-07-20T03:12:02.675Z | Downloaded hickory-server v0.25.2 |
| 935 | 2026-07-20T03:12:02.675Z | Downloaded scheduled-thread-pool v0.2.7 |
| 936 | 2026-07-20T03:12:02.675Z | Downloaded sapling-renderdag v0.1.0 |
| 937 | 2026-07-20T03:12:02.675Z | Downloaded same-file v1.0.6 |
| 938 | 2026-07-20T03:12:02.675Z | Downloaded rtoolbox v0.0.3 |
| 939 | 2026-07-20T03:12:02.675Z | Downloaded r2d2 v0.8.10 |
| 940 | 2026-07-20T03:12:02.675Z | Downloaded postcard v1.1.3 |
| 941 | 2026-07-20T03:12:02.675Z | Downloaded anstream v0.6.21 |
| 942 | 2026-07-20T03:12:02.675Z | Downloaded float-cmp v0.10.0 |
| 943 | 2026-07-20T03:12:02.675Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-07-20T03:12:02.675Z | Downloaded jiff-static v0.2.21 |
| 945 | 2026-07-20T03:12:02.675Z | Downloaded dropshot-api-manager v0.7.2 |
| 946 | 2026-07-20T03:12:02.675Z | Downloaded scopeguard v1.2.0 |
| 947 | 2026-07-20T03:12:02.675Z | Downloaded fixedbitset v0.4.2 |
| 948 | 2026-07-20T03:12:02.675Z | Downloaded fd-lock v4.0.4 |
| 949 | 2026-07-20T03:12:02.675Z | Downloaded scroll_derive v0.13.1 |
| 950 | 2026-07-20T03:12:02.675Z | Downloaded openssl-sys v0.9.115 |
| 951 | 2026-07-20T03:12:02.675Z | Downloaded p256 v0.14.0-rc.10 |
| 952 | 2026-07-20T03:12:02.675Z | Downloaded diesel-dtrace v0.5.0 |
| 953 | 2026-07-20T03:12:02.675Z | Downloaded pkcs5 v0.8.1 |
| 954 | 2026-07-20T03:12:02.675Z | Downloaded quinn-udp v0.5.14 |
| 955 | 2026-07-20T03:12:02.675Z | Downloaded resolv-conf v0.7.6 |
| 956 | 2026-07-20T03:12:02.675Z | Downloaded serde_bytes v0.11.19 |
| 957 | 2026-07-20T03:12:02.675Z | Downloaded seq-macro v0.3.6 |
| 958 | 2026-07-20T03:12:02.676Z | Downloaded semver v0.1.20 |
| 959 | 2026-07-20T03:12:02.676Z | Downloaded serde_urlencoded v0.7.1 |
| 960 | 2026-07-20T03:12:02.676Z | Downloaded rpassword v7.5.4 |
| 961 | 2026-07-20T03:12:02.676Z | Downloaded secrecy v0.8.0 |
| 962 | 2026-07-20T03:12:02.676Z | Downloaded russh-cryptovec v0.61.0 |
| 963 | 2026-07-20T03:12:02.676Z | Downloaded postgres-types v0.2.12 |
| 964 | 2026-07-20T03:12:02.676Z | Downloaded rustls-pemfile v2.2.0 |
| 965 | 2026-07-20T03:12:02.676Z | Downloaded minimal-lexical v0.2.1 |
| 966 | 2026-07-20T03:12:02.676Z | Downloaded serde_repr v0.1.20 |
| 967 | 2026-07-20T03:12:02.676Z | Downloaded serde_plain v1.0.2 |
| 968 | 2026-07-20T03:12:02.676Z | Downloaded hashbrown v0.13.2 |
| 969 | 2026-07-20T03:12:02.676Z | Downloaded hashbrown v0.12.3 |
| 970 | 2026-07-20T03:12:02.676Z | Downloaded sha1 v0.11.0 |
| 971 | 2026-07-20T03:12:02.676Z | Downloaded rustversion v1.0.22 |
| 972 | 2026-07-20T03:12:02.676Z | Downloaded p384 v0.14.0-rc.10 |
| 973 | 2026-07-20T03:12:02.676Z | Downloaded rustls-native-certs v0.8.3 |
| 974 | 2026-07-20T03:12:02.676Z | Downloaded prefix-trie v0.7.0 |
| 975 | 2026-07-20T03:12:02.676Z | Downloaded sha1 v0.10.6 |
| 976 | 2026-07-20T03:12:02.676Z | Downloaded progenitor-impl v0.14.0 |
| 977 | 2026-07-20T03:12:02.676Z | Downloaded rusty-fork v0.3.1 |
| 978 | 2026-07-20T03:12:02.676Z | Downloaded pin-project v1.1.11 |
| 979 | 2026-07-20T03:12:02.676Z | Downloaded signal-hook-mio v0.2.5 |
| 980 | 2026-07-20T03:12:02.676Z | Downloaded signature v3.0.0 |
| 981 | 2026-07-20T03:12:02.676Z | Downloaded sigpipe v0.1.3 |
| 982 | 2026-07-20T03:12:02.676Z | Downloaded signature v2.2.0 |
| 983 | 2026-07-20T03:12:02.676Z | Downloaded shell-words v1.1.1 |
| 984 | 2026-07-20T03:12:02.676Z | Downloaded schemars_derive v0.8.22 |
| 985 | 2026-07-20T03:12:02.676Z | Downloaded signal-hook-tokio v0.3.1 |
| 986 | 2026-07-20T03:12:02.676Z | Downloaded siphasher v1.0.2 |
| 987 | 2026-07-20T03:12:02.676Z | Downloaded secrecy v0.10.3 |
| 988 | 2026-07-20T03:12:02.676Z | Downloaded slog-envlogger v2.2.0 |
| 989 | 2026-07-20T03:12:02.676Z | Downloaded sec1 v0.7.3 |
| 990 | 2026-07-20T03:12:02.676Z | Downloaded scrypt v0.12.0 |
| 991 | 2026-07-20T03:12:02.676Z | Downloaded sec1 v0.8.1 |
| 992 | 2026-07-20T03:12:02.676Z | Downloaded http v1.4.2 |
| 993 | 2026-07-20T03:12:02.676Z | Downloaded hyper-util v0.1.20 |
| 994 | 2026-07-20T03:12:02.676Z | Downloaded rustls-pki-types v1.14.0 |
| 995 | 2026-07-20T03:12:02.676Z | Downloaded serde_path_to_error v0.1.20 |
| 996 | 2026-07-20T03:12:02.677Z | Downloaded serde_spanned v1.1.1 |
| 997 | 2026-07-20T03:12:02.677Z | Downloaded serde_derive_internals v0.29.1 |
| 998 | 2026-07-20T03:12:02.677Z | Downloaded serde-hex v0.1.0 |
| 999 | 2026-07-20T03:12:02.677Z | Downloaded serde-big-array v0.5.1 |
| 1000 | 2026-07-20T03:12:02.677Z | Downloaded prettyplease v0.2.37 |
| 1001 | 2026-07-20T03:12:02.677Z | Downloaded mio v1.2.0 |
| 1002 | 2026-07-20T03:12:02.677Z | Downloaded serdect v0.4.3 |
| 1003 | 2026-07-20T03:12:02.677Z | Downloaded sqlparser_derive v0.5.0 |
| 1004 | 2026-07-20T03:12:02.677Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1005 | 2026-07-20T03:12:02.677Z | Downloaded itertools v0.10.5 |
| 1006 | 2026-07-20T03:12:02.677Z | Downloaded rcgen v0.12.1 |
| 1007 | 2026-07-20T03:12:02.677Z | Downloaded signal-hook-registry v1.4.8 |
| 1008 | 2026-07-20T03:12:02.677Z | Downloaded structmeta v0.3.0 |
| 1009 | 2026-07-20T03:12:02.677Z | Downloaded scroll v0.13.0 |
| 1010 | 2026-07-20T03:12:02.677Z | Downloaded simd-adler32 v0.3.8 |
| 1011 | 2026-07-20T03:12:02.677Z | Downloaded ron v0.8.1 |
| 1012 | 2026-07-20T03:12:02.677Z | Downloaded stable_deref_trait v1.2.1 |
| 1013 | 2026-07-20T03:12:02.677Z | Downloaded slog-json v2.6.1 |
| 1014 | 2026-07-20T03:12:02.677Z | Downloaded slog-dtrace v0.3.0 |
| 1015 | 2026-07-20T03:12:02.677Z | Downloaded strum v0.26.3 |
| 1016 | 2026-07-20T03:12:02.677Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1017 | 2026-07-20T03:12:02.677Z | Downloaded strum v0.27.2 |
| 1018 | 2026-07-20T03:12:02.677Z | Downloaded slog-bunyan v2.5.0 |
| 1019 | 2026-07-20T03:12:02.683Z | Downloaded subtle v2.6.1 |
| 1020 | 2026-07-20T03:12:02.683Z | Downloaded structmeta-derive v0.3.0 |
| 1021 | 2026-07-20T03:12:02.683Z | Downloaded slog-async v2.8.0 |
| 1022 | 2026-07-20T03:12:02.683Z | Downloaded slab v0.4.12 |
| 1023 | 2026-07-20T03:12:02.683Z | Downloaded num-bigint v0.4.6 |
| 1024 | 2026-07-20T03:12:02.684Z | Downloaded supports-color v3.0.2 |
| 1025 | 2026-07-20T03:12:02.684Z | Downloaded take_mut v0.2.2 |
| 1026 | 2026-07-20T03:12:02.684Z | Downloaded sync-ptr v0.1.4 |
| 1027 | 2026-07-20T03:12:02.684Z | Downloaded libxml v0.3.3 |
| 1028 | 2026-07-20T03:12:02.684Z | Downloaded smf v0.2.3 |
| 1029 | 2026-07-20T03:12:02.684Z | Downloaded smallvec v0.6.14 |
| 1030 | 2026-07-20T03:12:02.684Z | Downloaded slog-term v2.9.2 |
| 1031 | 2026-07-20T03:12:02.684Z | Downloaded spki v0.8.0 |
| 1032 | 2026-07-20T03:12:02.684Z | Downloaded snafu-derive v0.8.9 |
| 1033 | 2026-07-20T03:12:02.684Z | Downloaded tabwriter v1.4.1 |
| 1034 | 2026-07-20T03:12:02.684Z | Downloaded hashbrown v0.15.5 |
| 1035 | 2026-07-20T03:12:02.684Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1036 | 2026-07-20T03:12:02.684Z | Downloaded ssh-cipher v0.3.0-rc.9 |
| 1037 | 2026-07-20T03:12:02.684Z | Downloaded termtree v0.5.1 |
| 1038 | 2026-07-20T03:12:02.684Z | Downloaded ryu v1.0.23 |
| 1039 | 2026-07-20T03:12:02.684Z | Downloaded shlex v1.3.0 |
| 1040 | 2026-07-20T03:12:02.684Z | Downloaded serde_with_macros v3.21.0 |
| 1041 | 2026-07-20T03:12:02.684Z | Downloaded serde_with_macros v1.5.2 |
| 1042 | 2026-07-20T03:12:02.684Z | Downloaded tap v1.0.1 |
| 1043 | 2026-07-20T03:12:02.684Z | Downloaded tagptr v0.2.0 |
| 1044 | 2026-07-20T03:12:02.684Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-07-20T03:12:02.684Z | Downloaded spki v0.7.3 |
| 1046 | 2026-07-20T03:12:02.684Z | Downloaded slog-stdlog v4.1.1 |
| 1047 | 2026-07-20T03:12:02.684Z | Downloaded stringprep v0.1.5 |
| 1048 | 2026-07-20T03:12:02.684Z | Downloaded sha2 v0.11.0 |
| 1049 | 2026-07-20T03:12:02.684Z | Downloaded thread-id v5.1.0 |
| 1050 | 2026-07-20T03:12:02.684Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1051 | 2026-07-20T03:12:02.684Z | Downloaded slog-scope v4.4.1 |
| 1052 | 2026-07-20T03:12:02.684Z | Downloaded tinyvec_macros v0.1.1 |
| 1053 | 2026-07-20T03:12:02.684Z | Downloaded serde_cbor v0.11.2 |
| 1054 | 2026-07-20T03:12:02.684Z | Downloaded sqlformat v0.3.5 |
| 1055 | 2026-07-20T03:12:02.684Z | Downloaded static_assertions v1.1.0 |
| 1056 | 2026-07-20T03:12:02.684Z | Downloaded salsa20 v0.11.0 |
| 1057 | 2026-07-20T03:12:02.684Z | Downloaded pretty_assertions v1.4.1 |
| 1058 | 2026-07-20T03:12:02.684Z | Downloaded rayon-core v1.13.0 |
| 1059 | 2026-07-20T03:12:02.684Z | Downloaded testing_table v0.3.0 |
| 1060 | 2026-07-20T03:12:02.684Z | Downloaded ssh-encoding v0.3.0-rc.9 |
| 1061 | 2026-07-20T03:12:02.685Z | Downloaded schemars v0.8.22 |
| 1062 | 2026-07-20T03:12:02.685Z | Downloaded sync_wrapper v1.0.2 |
| 1063 | 2026-07-20T03:12:02.685Z | Downloaded strum_macros v0.27.2 |
| 1064 | 2026-07-20T03:12:02.685Z | Downloaded strum_macros v0.26.4 |
| 1065 | 2026-07-20T03:12:02.685Z | Downloaded nom v7.1.3 |
| 1066 | 2026-07-20T03:12:02.685Z | Downloaded quinn v0.11.9 |
| 1067 | 2026-07-20T03:12:02.685Z | Downloaded strsim v0.10.0 |
| 1068 | 2026-07-20T03:12:02.685Z | Downloaded progenitor-impl v0.13.0 |
| 1069 | 2026-07-20T03:12:02.685Z | Downloaded strum_macros v0.24.3 |
| 1070 | 2026-07-20T03:12:02.685Z | Downloaded time-core v0.1.8 |
| 1071 | 2026-07-20T03:12:02.685Z | Downloaded synstructure v0.13.2 |
| 1072 | 2026-07-20T03:12:02.685Z | Downloaded smallvec v1.15.1 |
| 1073 | 2026-07-20T03:12:02.685Z | Downloaded rand v0.8.6 |
| 1074 | 2026-07-20T03:12:02.685Z | Downloaded icu_properties_data v2.1.2 |
| 1075 | 2026-07-20T03:12:02.685Z | Downloaded support-bundle-viewer v0.1.2 |
| 1076 | 2026-07-20T03:12:02.685Z | Downloaded spin v0.9.8 |
| 1077 | 2026-07-20T03:12:02.685Z | Downloaded string_cache v0.8.9 |
| 1078 | 2026-07-20T03:12:02.685Z | Downloaded p521 v0.14.0-rc.10 |
| 1079 | 2026-07-20T03:12:02.685Z | Downloaded hashbrown v0.16.1 |
| 1080 | 2026-07-20T03:12:02.685Z | Downloaded tokio-test v0.4.5 |
| 1081 | 2026-07-20T03:12:02.685Z | Downloaded aes-gcm v0.11.0 |
| 1082 | 2026-07-20T03:12:02.685Z | Downloaded termios v0.3.3 |
| 1083 | 2026-07-20T03:12:02.685Z | Downloaded thread_local v1.1.9 |
| 1084 | 2026-07-20T03:12:02.685Z | Downloaded stacker v0.1.23 |
| 1085 | 2026-07-20T03:12:02.685Z | Downloaded tls_codec v0.4.2 |
| 1086 | 2026-07-20T03:12:02.685Z | Downloaded itertools v0.13.0 |
| 1087 | 2026-07-20T03:12:02.685Z | Downloaded tower-service v0.3.3 |
| 1088 | 2026-07-20T03:12:02.685Z | Downloaded tower-layer v0.3.3 |
| 1089 | 2026-07-20T03:12:02.685Z | Downloaded hkdf v0.12.4 |
| 1090 | 2026-07-20T03:12:02.685Z | Downloaded topological-sort v0.2.2 |
| 1091 | 2026-07-20T03:12:02.685Z | Downloaded futures-util v0.3.32 |
| 1092 | 2026-07-20T03:12:02.685Z | Downloaded qorb v0.4.1 |
| 1093 | 2026-07-20T03:12:02.685Z | Downloaded publicsuffix v2.3.0 |
| 1094 | 2026-07-20T03:12:02.685Z | Downloaded aho-corasick v1.1.4 |
| 1095 | 2026-07-20T03:12:02.685Z | Downloaded unarray v0.1.4 |
| 1096 | 2026-07-20T03:12:02.685Z | Downloaded typify-macro v0.6.2 |
| 1097 | 2026-07-20T03:12:02.685Z | Downloaded tls_codec_derive v0.4.2 |
| 1098 | 2026-07-20T03:12:02.685Z | Downloaded time-macros v0.2.27 |
| 1099 | 2026-07-20T03:12:02.685Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-07-20T03:12:02.685Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-07-20T03:12:02.686Z | Downloaded slog v2.8.2 |
| 1102 | 2026-07-20T03:12:02.686Z | Downloaded unicode-truncate v1.1.0 |
| 1103 | 2026-07-20T03:12:02.686Z | Downloaded tokio-native-tls v0.3.1 |
| 1104 | 2026-07-20T03:12:02.686Z | Downloaded rand v0.10.1 |
| 1105 | 2026-07-20T03:12:02.686Z | Downloaded libm v0.2.16 |
| 1106 | 2026-07-20T03:12:02.686Z | Downloaded universal-hash v0.6.1 |
| 1107 | 2026-07-20T03:12:02.686Z | Downloaded unicode-xid v0.2.6 |
| 1108 | 2026-07-20T03:12:02.686Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-07-20T03:12:02.686Z | Downloaded tokio-macros v2.7.0 |
| 1110 | 2026-07-20T03:12:02.686Z | Downloaded rsa v0.9.10 |
| 1111 | 2026-07-20T03:12:02.686Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1112 | 2026-07-20T03:12:02.686Z | Downloaded rustls-webpki v0.103.13 |
| 1113 | 2026-07-20T03:12:02.686Z | Downloaded tokio-dtrace v0.1.1 |
| 1114 | 2026-07-20T03:12:02.686Z | Downloaded term v1.2.1 |
| 1115 | 2026-07-20T03:12:02.686Z | Downloaded utf8_iter v1.0.4 |
| 1116 | 2026-07-20T03:12:02.686Z | Downloaded usdt-attr-macro v0.6.0 |
| 1117 | 2026-07-20T03:12:02.686Z | Downloaded untrusted v0.7.1 |
| 1118 | 2026-07-20T03:12:02.686Z | Downloaded usdt-macro v0.6.0 |
| 1119 | 2026-07-20T03:12:02.690Z | Downloaded itertools v0.14.0 |
| 1120 | 2026-07-20T03:12:02.690Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 1121 | 2026-07-20T03:12:02.690Z | Downloaded samael v0.0.19 |
| 1122 | 2026-07-20T03:12:02.690Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1123 | 2026-07-20T03:12:02.690Z | Downloaded tinystr v0.8.2 |
| 1124 | 2026-07-20T03:12:02.690Z | Downloaded signal-hook v0.3.18 |
| 1125 | 2026-07-20T03:12:02.690Z | Downloaded void v1.0.2 |
| 1126 | 2026-07-20T03:12:02.690Z | Downloaded utf-8 v0.7.6 |
| 1127 | 2026-07-20T03:12:02.690Z | Downloaded waitgroup v0.1.2 |
| 1128 | 2026-07-20T03:12:02.690Z | Downloaded iri-string v0.7.10 |
| 1129 | 2026-07-20T03:12:02.690Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1130 | 2026-07-20T03:12:02.690Z | Downloaded want v0.3.1 |
| 1131 | 2026-07-20T03:12:02.690Z | Downloaded tiny-keccak v2.0.2 |
| 1132 | 2026-07-20T03:12:02.690Z | Downloaded universal-hash v0.5.1 |
| 1133 | 2026-07-20T03:12:02.690Z | Downloaded tokio-tungstenite v0.23.1 |
| 1134 | 2026-07-20T03:12:02.690Z | Downloaded schemars v1.2.1 |
| 1135 | 2026-07-20T03:12:02.690Z | Downloaded subprocess v0.2.15 |
| 1136 | 2026-07-20T03:12:02.690Z | Downloaded tui-tree-widget v0.23.1 |
| 1137 | 2026-07-20T03:12:02.690Z | Downloaded bindgen v0.71.1 |
| 1138 | 2026-07-20T03:12:02.690Z | Downloaded similar v2.7.0 |
| 1139 | 2026-07-20T03:12:02.690Z | Downloaded nom v8.0.0 |
| 1140 | 2026-07-20T03:12:02.690Z | Downloaded schemars v0.9.0 |
| 1141 | 2026-07-20T03:12:02.690Z | Downloaded unicase v2.9.0 |
| 1142 | 2026-07-20T03:12:02.690Z | Downloaded tokio-rustls v0.26.4 |
| 1143 | 2026-07-20T03:12:02.690Z | Downloaded itertools v0.12.1 |
| 1144 | 2026-07-20T03:12:02.690Z | Downloaded xshell-macros v0.2.7 |
| 1145 | 2026-07-20T03:12:02.690Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-07-20T03:12:02.690Z | Downloaded socket2 v0.6.3 |
| 1147 | 2026-07-20T03:12:02.690Z | Downloaded usdt v0.6.0 |
| 1148 | 2026-07-20T03:12:02.690Z | Downloaded tokio-tungstenite v0.21.0 |
| 1149 | 2026-07-20T03:12:02.690Z | Downloaded h2 v0.4.15 |
| 1150 | 2026-07-20T03:12:02.690Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1151 | 2026-07-20T03:12:02.691Z | Downloaded idna v1.1.0 |
| 1152 | 2026-07-20T03:12:02.691Z | Downloaded usdt-impl v0.6.0 |
| 1153 | 2026-07-20T03:12:02.691Z | Downloaded uzers v0.12.2 |
| 1154 | 2026-07-20T03:12:02.691Z | Downloaded term v0.7.0 |
| 1155 | 2026-07-20T03:12:02.691Z | Downloaded zeroize_derive v1.4.3 |
| 1156 | 2026-07-20T03:12:02.691Z | Downloaded yoke-derive v0.8.1 |
| 1157 | 2026-07-20T03:12:02.691Z | Downloaded socket2 v0.5.10 |
| 1158 | 2026-07-20T03:12:02.691Z | Downloaded rand v0.9.2 |
| 1159 | 2026-07-20T03:12:02.691Z | Downloaded zerofrom v0.1.6 |
| 1160 | 2026-07-20T03:12:02.691Z | Downloaded wait-timeout v0.2.1 |
| 1161 | 2026-07-20T03:12:02.691Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-07-20T03:12:02.691Z | Downloaded tinyvec v1.10.0 |
| 1163 | 2026-07-20T03:12:02.691Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-07-20T03:12:02.691Z | Downloaded tracing-attributes v0.1.31 |
| 1165 | 2026-07-20T03:12:02.691Z | Downloaded test-strategy v0.4.5 |
| 1166 | 2026-07-20T03:12:02.691Z | Downloaded num-bigint-dig v0.8.6 |
| 1167 | 2026-07-20T03:12:02.691Z | Downloaded whoami v2.1.0 |
| 1168 | 2026-07-20T03:12:02.691Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-07-20T03:12:02.691Z | Downloaded zone_cfg_derive v0.3.1 |
| 1170 | 2026-07-20T03:12:02.691Z | Downloaded vergen-gitcl v1.0.8 |
| 1171 | 2026-07-20T03:12:02.691Z | Downloaded aws-lc-rs v1.16.3 |
| 1172 | 2026-07-20T03:12:02.691Z | Downloaded walkdir v2.5.0 |
| 1173 | 2026-07-20T03:12:02.691Z | Downloaded twox-hash v2.1.2 |
| 1174 | 2026-07-20T03:12:02.691Z | Downloaded hkdf v0.13.0 |
| 1175 | 2026-07-20T03:12:02.691Z | Downloaded zone v0.3.1 |
| 1176 | 2026-07-20T03:12:02.691Z | Downloaded whoami v1.6.1 |
| 1177 | 2026-07-20T03:12:02.691Z | Downloaded unicode-properties v0.1.4 |
| 1178 | 2026-07-20T03:12:02.691Z | Downloaded snafu v0.8.9 |
| 1179 | 2026-07-20T03:12:02.691Z | Downloaded zerofrom-derive v0.1.6 |
| 1180 | 2026-07-20T03:12:02.691Z | Downloaded writeable v0.6.2 |
| 1181 | 2026-07-20T03:12:02.691Z | Downloaded hyper v1.10.1 |
| 1182 | 2026-07-20T03:12:02.691Z | Downloaded crypto-primes v0.7.2 |
| 1183 | 2026-07-20T03:12:02.691Z | Downloaded untrusted v0.9.0 |
| 1184 | 2026-07-20T03:12:02.691Z | Downloaded thiserror-no-std v2.0.2 |
| 1185 | 2026-07-20T03:12:02.691Z | Downloaded wyz v0.5.1 |
| 1186 | 2026-07-20T03:12:02.692Z | Downloaded iddqd v0.4.2 |
| 1187 | 2026-07-20T03:12:02.692Z | Downloaded yoke v0.8.1 |
| 1188 | 2026-07-20T03:12:02.692Z | Downloaded tokio-stream v0.1.18 |
| 1189 | 2026-07-20T03:12:02.692Z | Downloaded xshell v0.2.7 |
| 1190 | 2026-07-20T03:12:02.692Z | Downloaded rustyline v14.0.0 |
| 1191 | 2026-07-20T03:12:02.692Z | Downloaded tar v0.4.46 |
| 1192 | 2026-07-20T03:12:02.692Z | Downloaded toml v0.7.8 |
| 1193 | 2026-07-20T03:12:02.692Z | Downloaded vergen-git2 v9.1.0 |
| 1194 | 2026-07-20T03:12:02.692Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1195 | 2026-07-20T03:12:02.692Z | Downloaded zeroize v1.8.2 |
| 1196 | 2026-07-20T03:12:02.692Z | Downloaded vergen v9.1.0 |
| 1197 | 2026-07-20T03:12:02.692Z | Downloaded unicode-bidi v0.3.18 |
| 1198 | 2026-07-20T03:12:02.692Z | Downloaded rsa v0.10.0-rc.18 |
| 1199 | 2026-07-20T03:12:02.692Z | Downloaded unsafe-libyaml v0.2.11 |
| 1200 | 2026-07-20T03:12:02.692Z | Downloaded blake3 v1.8.5 |
| 1201 | 2026-07-20T03:12:02.692Z | Downloaded zerocopy v0.6.6 |
| 1202 | 2026-07-20T03:12:02.692Z | Downloaded tungstenite v0.23.0 |
| 1203 | 2026-07-20T03:12:02.692Z | Downloaded serde_with v1.14.0 |
| 1204 | 2026-07-20T03:12:02.692Z | Downloaded zstd v0.13.3 |
| 1205 | 2026-07-20T03:12:02.692Z | Downloaded zstd-safe v7.2.4 |
| 1206 | 2026-07-20T03:12:02.692Z | Downloaded bitvec v1.0.1 |
| 1207 | 2026-07-20T03:12:02.692Z | Downloaded zerovec-derive v0.11.2 |
| 1208 | 2026-07-20T03:12:02.692Z | Downloaded tungstenite v0.21.0 |
| 1209 | 2026-07-20T03:12:02.692Z | Downloaded yasna v0.5.2 |
| 1210 | 2026-07-20T03:12:02.692Z | Downloaded uuid v1.23.4 |
| 1211 | 2026-07-20T03:12:02.692Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1212 | 2026-07-20T03:12:02.692Z | Downloaded vte v0.14.1 |
| 1213 | 2026-07-20T03:12:02.692Z | Downloaded toml_edit v0.19.15 |
| 1214 | 2026-07-20T03:12:02.692Z | Downloaded tracing-core v0.1.36 |
| 1215 | 2026-07-20T03:12:02.692Z | Downloaded reqwest v0.12.28 |
| 1216 | 2026-07-20T03:12:02.692Z | Downloaded typify v0.6.2 |
| 1217 | 2026-07-20T03:12:02.692Z | Downloaded git2 v0.20.4 |
| 1218 | 2026-07-20T03:12:02.692Z | Downloaded steno v0.4.1 |
| 1219 | 2026-07-20T03:12:02.699Z | Downloaded tokio-postgres v0.7.16 |
| 1220 | 2026-07-20T03:12:02.699Z | Downloaded chrono v0.4.45 |
| 1221 | 2026-07-20T03:12:02.699Z | Downloaded p384 v0.13.1 |
| 1222 | 2026-07-20T03:12:02.699Z | Downloaded rayon v1.11.0 |
| 1223 | 2026-07-20T03:12:02.699Z | Downloaded regex v1.12.3 |
| 1224 | 2026-07-20T03:12:02.699Z | Downloaded lalrpop v0.19.12 |
| 1225 | 2026-07-20T03:12:02.699Z | Downloaded url v2.5.8 |
| 1226 | 2026-07-20T03:12:02.699Z | Downloaded reqwest v0.13.2 |
| 1227 | 2026-07-20T03:12:02.699Z | Downloaded rawzip v0.4.4 |
| 1228 | 2026-07-20T03:12:02.699Z | Downloaded zopfli v0.8.3 |
| 1229 | 2026-07-20T03:12:02.699Z | Downloaded x509-cert v0.2.5 |
| 1230 | 2026-07-20T03:12:02.699Z | Downloaded reedline v0.40.0 |
| 1231 | 2026-07-20T03:12:02.699Z | Downloaded yansi v1.0.1 |
| 1232 | 2026-07-20T03:12:02.699Z | Downloaded zerocopy-derive v0.8.40 |
| 1233 | 2026-07-20T03:12:02.699Z | Downloaded zerotrie v0.2.3 |
| 1234 | 2026-07-20T03:12:02.699Z | Downloaded zip v0.6.6 |
| 1235 | 2026-07-20T03:12:02.699Z | Downloaded petname v2.0.2 |
| 1236 | 2026-07-20T03:12:02.699Z | Downloaded portable-atomic v1.13.1 |
| 1237 | 2026-07-20T03:12:02.699Z | Downloaded unicode_categories v0.1.1 |
| 1238 | 2026-07-20T03:12:02.699Z | Downloaded unicode-normalization v0.1.25 |
| 1239 | 2026-07-20T03:12:02.699Z | Downloaded proptest v1.10.0 |
| 1240 | 2026-07-20T03:12:02.699Z | Downloaded object v0.30.4 |
| 1241 | 2026-07-20T03:12:02.699Z | Downloaded tower v0.5.3 |
| 1242 | 2026-07-20T03:12:02.699Z | Downloaded quick-xml v0.37.5 |
| 1243 | 2026-07-20T03:12:02.699Z | Downloaded typed-path v0.9.3 |
| 1244 | 2026-07-20T03:12:02.699Z | Downloaded goblin v0.10.5 |
| 1245 | 2026-07-20T03:12:02.699Z | Downloaded crypto-bigint v0.7.5 |
| 1246 | 2026-07-20T03:12:02.699Z | Downloaded unicode-segmentation v1.12.0 |
| 1247 | 2026-07-20T03:12:02.699Z | Downloaded curve25519-dalek v4.1.3 |
| 1248 | 2026-07-20T03:12:02.699Z | Downloaded bstr v1.12.1 |
| 1249 | 2026-07-20T03:12:02.699Z | Downloaded polar-core v0.27.3 |
| 1250 | 2026-07-20T03:12:02.699Z | Downloaded salty v0.3.0 |
| 1251 | 2026-07-20T03:12:02.700Z | Downloaded ssh-key v0.7.0-rc.10 |
| 1252 | 2026-07-20T03:12:02.700Z | Downloaded moka v0.12.13 |
| 1253 | 2026-07-20T03:12:02.700Z | Downloaded tokio-util v0.7.18 |
| 1254 | 2026-07-20T03:12:02.700Z | Downloaded time v0.3.47 |
| 1255 | 2026-07-20T03:12:02.700Z | Downloaded zip v4.6.1 |
| 1256 | 2026-07-20T03:12:02.700Z | Downloaded winnow v1.0.3 |
| 1257 | 2026-07-20T03:12:02.700Z | Downloaded serde_with v3.21.0 |
| 1258 | 2026-07-20T03:12:02.700Z | Downloaded tough v0.22.0 |
| 1259 | 2026-07-20T03:12:02.700Z | Downloaded regex-syntax v0.6.29 |
| 1260 | 2026-07-20T03:12:02.700Z | Downloaded tower-http v0.6.8 |
| 1261 | 2026-07-20T03:12:02.700Z | Downloaded radix_trie v0.2.1 |
| 1262 | 2026-07-20T03:12:02.700Z | Downloaded nix v0.27.1 |
| 1263 | 2026-07-20T03:12:02.700Z | Downloaded winnow v0.6.26 |
| 1264 | 2026-07-20T03:12:02.700Z | Downloaded russh v0.61.2 |
| 1265 | 2026-07-20T03:12:02.700Z | Downloaded quinn-proto v0.11.13 |
| 1266 | 2026-07-20T03:12:02.700Z | Downloaded openssl v0.10.79 |
| 1267 | 2026-07-20T03:12:02.700Z | Downloaded zlib-rs v0.6.2 |
| 1268 | 2026-07-20T03:12:02.700Z | Downloaded object v0.37.3 |
| 1269 | 2026-07-20T03:12:02.700Z | Downloaded winnow v0.5.40 |
| 1270 | 2026-07-20T03:12:02.700Z | Downloaded zerovec v0.11.5 |
| 1271 | 2026-07-20T03:12:02.700Z | Downloaded nix v0.28.0 |
| 1272 | 2026-07-20T03:12:02.700Z | Downloaded vcpkg v0.2.15 |
| 1273 | 2026-07-20T03:12:02.700Z | Downloaded smoltcp v0.11.0 |
| 1274 | 2026-07-20T03:12:02.700Z | Downloaded hickory-proto v0.24.4 |
| 1275 | 2026-07-20T03:12:02.700Z | Downloaded tabled v0.20.0 |
| 1276 | 2026-07-20T03:12:02.700Z | Downloaded nix v0.31.2 |
| 1277 | 2026-07-20T03:12:02.700Z | Downloaded regress v0.11.1 |
| 1278 | 2026-07-20T03:12:02.700Z | Downloaded smoltcp v0.9.1 |
| 1279 | 2026-07-20T03:12:02.700Z | Downloaded rustls v0.23.41 |
| 1280 | 2026-07-20T03:12:02.700Z | Downloaded rustix v0.38.44 |
| 1281 | 2026-07-20T03:12:02.700Z | Downloaded regress v0.10.5 |
| 1282 | 2026-07-20T03:12:02.700Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-07-20T03:12:02.704Z | Downloaded diesel v2.3.7 |
| 1284 | 2026-07-20T03:12:02.712Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-07-20T03:12:02.721Z | Downloaded regex-syntax v0.8.10 |
| 1286 | 2026-07-20T03:12:02.725Z | Downloaded dropshot v0.17.1 |
| 1287 | 2026-07-20T03:12:02.738Z | Downloaded zerocopy v0.8.40 |
| 1288 | 2026-07-20T03:12:02.774Z | Downloaded fiat-crypto v0.3.0 |
| 1289 | 2026-07-20T03:12:02.803Z | Downloaded tracing v0.1.44 |
| 1290 | 2026-07-20T03:12:02.817Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1291 | 2026-07-20T03:12:02.826Z | Downloaded sqlparser v0.61.0 |
| 1292 | 2026-07-20T03:12:02.833Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-07-20T03:12:02.839Z | Downloaded sled v0.34.7 |
| 1294 | 2026-07-20T03:12:02.845Z | Downloaded typify-impl v0.6.2 |
| 1295 | 2026-07-20T03:12:02.854Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-07-20T03:12:02.866Z | Downloaded sha3 v0.11.0 |
| 1297 | 2026-07-20T03:12:02.875Z | Downloaded jiff v0.2.21 |
| 1298 | 2026-07-20T03:12:02.888Z | Downloaded chrono-tz v0.10.4 |
| 1299 | 2026-07-20T03:12:02.899Z | Downloaded regex-automata v0.4.14 |
| 1300 | 2026-07-20T03:12:02.925Z | Downloaded petgraph v0.6.5 |
| 1301 | 2026-07-20T03:12:02.937Z | Downloaded libz-sys v1.1.24 |
| 1302 | 2026-07-20T03:12:02.950Z | Downloaded petgraph v0.8.3 |
| 1303 | 2026-07-20T03:12:02.963Z | Downloaded sha3 v0.10.8 |
| 1304 | 2026-07-20T03:12:02.966Z | Downloaded csv v1.4.0 |
| 1305 | 2026-07-20T03:12:02.988Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1306 | 2026-07-20T03:12:03.000Z | Downloaded tokio v1.52.1 |
| 1307 | 2026-07-20T03:12:03.038Z | Downloaded ring v0.17.14 |
| 1308 | 2026-07-20T03:12:03.063Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-07-20T03:12:03.143Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1310 | 2026-07-20T03:12:03.670Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-07-20T03:12:03.919Z | Compiling libc v0.2.185 |
| 1312 | 2026-07-20T03:12:03.919Z | Compiling serde_core v1.0.228 |
| 1313 | 2026-07-20T03:12:03.919Z | Compiling serde v1.0.228 |
| 1314 | 2026-07-20T03:12:03.922Z | Compiling log v0.4.29 |
| 1315 | 2026-07-20T03:12:03.922Z | Compiling smallvec v1.15.1 |
| 1316 | 2026-07-20T03:12:03.922Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-07-20T03:12:03.922Z | Compiling shlex v1.3.0 |
| 1318 | 2026-07-20T03:12:03.922Z | Compiling syn v2.0.117 |
| 1319 | 2026-07-20T03:12:04.251Z | Compiling subtle v2.6.1 |
| 1320 | 2026-07-20T03:12:04.266Z | Compiling stable_deref_trait v1.2.1 |
| 1321 | 2026-07-20T03:12:04.290Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-07-20T03:12:04.321Z | Compiling typenum v1.20.1 |
| 1323 | 2026-07-20T03:12:04.335Z | Compiling serde_json v1.0.150 |
| 1324 | 2026-07-20T03:12:04.387Z | Compiling lock_api v0.4.14 |
| 1325 | 2026-07-20T03:12:04.400Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-07-20T03:12:04.413Z | Compiling portable-atomic v1.13.1 |
| 1327 | 2026-07-20T03:12:04.548Z | Compiling parking_lot_core v0.9.12 |
| 1328 | 2026-07-20T03:12:04.613Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-07-20T03:12:04.706Z | Compiling critical-section v1.2.0 |
| 1330 | 2026-07-20T03:12:04.817Z | Compiling getrandom v0.4.1 |
| 1331 | 2026-07-20T03:12:04.831Z | Compiling libm v0.2.16 |
| 1332 | 2026-07-20T03:12:04.843Z | Compiling pkg-config v0.3.32 |
| 1333 | 2026-07-20T03:12:04.905Z | Compiling jobserver v0.1.34 |
| 1334 | 2026-07-20T03:12:04.940Z | Compiling errno v0.3.14 |
| 1335 | 2026-07-20T03:12:05.115Z | Compiling cc v1.2.56 |
| 1336 | 2026-07-20T03:12:05.133Z | Compiling getrandom v0.2.17 |
| 1337 | 2026-07-20T03:12:05.201Z | Compiling signal-hook-registry v1.4.8 |
| 1338 | 2026-07-20T03:12:05.273Z | Compiling rand_core v0.6.4 |
| 1339 | 2026-07-20T03:12:05.379Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-07-20T03:12:05.462Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-07-20T03:12:05.544Z | Compiling once_cell v1.21.3 |
| 1342 | 2026-07-20T03:12:05.574Z | Compiling rand_core v0.10.0 |
| 1343 | 2026-07-20T03:12:05.637Z | Compiling parking_lot v0.12.5 |
| 1344 | 2026-07-20T03:12:05.748Z | Compiling mio v1.2.0 |
| 1345 | 2026-07-20T03:12:05.772Z | Compiling generic-array v0.14.7 |
| 1346 | 2026-07-20T03:12:05.954Z | Compiling litemap v0.8.1 |
| 1347 | 2026-07-20T03:12:05.977Z | Compiling writeable v0.6.2 |
| 1348 | 2026-07-20T03:12:06.000Z | Compiling percent-encoding v2.3.2 |
| 1349 | 2026-07-20T03:12:06.169Z | Compiling bitflags v2.11.0 |
| 1350 | 2026-07-20T03:12:06.186Z | Compiling const-oid v0.9.6 |
| 1351 | 2026-07-20T03:12:06.204Z | Compiling semver v1.0.28 |
| 1352 | 2026-07-20T03:12:06.261Z | Compiling icu_properties_data v2.1.2 |
| 1353 | 2026-07-20T03:12:06.459Z | Compiling icu_normalizer_data v2.1.1 |
| 1354 | 2026-07-20T03:12:06.542Z | Compiling socket2 v0.6.3 |
| 1355 | 2026-07-20T03:12:06.719Z | Compiling futures-sink v0.3.32 |
| 1356 | 2026-07-20T03:12:06.738Z | Compiling slab v0.4.12 |
| 1357 | 2026-07-20T03:12:06.753Z | Compiling futures-task v0.3.32 |
| 1358 | 2026-07-20T03:12:06.822Z | Compiling synstructure v0.13.2 |
| 1359 | 2026-07-20T03:12:06.908Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-07-20T03:12:06.908Z | Compiling futures-io v0.3.32 |
| 1361 | 2026-07-20T03:12:06.934Z | Compiling utf8_iter v1.0.4 |
| 1362 | 2026-07-20T03:12:06.950Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-07-20T03:12:07.001Z | Compiling form_urlencoded v1.2.2 |
| 1364 | 2026-07-20T03:12:07.159Z | Compiling rustversion v1.0.22 |
| 1365 | 2026-07-20T03:12:07.190Z | Compiling getrandom v0.3.4 |
| 1366 | 2026-07-20T03:12:07.205Z | Compiling cmake v0.1.57 |
| 1367 | 2026-07-20T03:12:07.252Z | Compiling iana-time-zone v0.1.65 |
| 1368 | 2026-07-20T03:12:07.335Z | Compiling dunce v1.0.5 |
| 1369 | 2026-07-20T03:12:07.438Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-07-20T03:12:07.461Z | Compiling fs_extra v1.3.0 |
| 1371 | 2026-07-20T03:12:07.493Z | Compiling rustix v1.1.3 |
| 1372 | 2026-07-20T03:12:07.561Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-07-20T03:12:07.618Z | Compiling uuid v1.23.4 |
| 1374 | 2026-07-20T03:12:07.705Z | Compiling vcpkg v0.2.15 |
| 1375 | 2026-07-20T03:12:07.740Z | Compiling aws-lc-sys v0.40.0 |
| 1376 | 2026-07-20T03:12:08.146Z | Compiling rand_core v0.9.5 |
| 1377 | 2026-07-20T03:12:08.201Z | Compiling base64 v0.22.1 |
| 1378 | 2026-07-20T03:12:08.370Z | Compiling base64ct v1.8.3 |
| 1379 | 2026-07-20T03:12:08.435Z | Compiling rustc_version v0.4.1 |
| 1380 | 2026-07-20T03:12:08.449Z | Compiling openssl-sys v0.9.115 |
| 1381 | 2026-07-20T03:12:08.534Z | Compiling tracing-core v0.1.36 |
| 1382 | 2026-07-20T03:12:08.575Z | Compiling serde_derive v1.0.228 |
| 1383 | 2026-07-20T03:12:08.660Z | Compiling zeroize_derive v1.4.3 |
| 1384 | 2026-07-20T03:12:08.757Z | Compiling zerofrom-derive v0.1.6 |
| 1385 | 2026-07-20T03:12:08.995Z | Compiling yoke-derive v0.8.1 |
| 1386 | 2026-07-20T03:12:09.095Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-07-20T03:12:09.236Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-07-20T03:12:09.327Z | Compiling zeroize v1.8.2 |
| 1389 | 2026-07-20T03:12:09.538Z | Compiling zerocopy-derive v0.8.40 |
| 1390 | 2026-07-20T03:12:10.015Z | Compiling tokio-macros v2.7.0 |
| 1391 | 2026-07-20T03:12:10.191Z | Compiling zerofrom v0.1.6 |
| 1392 | 2026-07-20T03:12:10.205Z | Compiling futures-macro v0.3.32 |
| 1393 | 2026-07-20T03:12:10.265Z | Compiling pem-rfc7468 v0.7.0 |
| 1394 | 2026-07-20T03:12:10.312Z | Compiling yoke v0.8.1 |
| 1395 | 2026-07-20T03:12:10.507Z | Compiling zerovec v0.11.5 |
| 1396 | 2026-07-20T03:12:10.530Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-07-20T03:12:10.570Z | Compiling block-buffer v0.10.4 |
| 1398 | 2026-07-20T03:12:10.745Z | Compiling crypto-common v0.1.7 |
| 1399 | 2026-07-20T03:12:10.770Z | Compiling tracing-attributes v0.1.31 |
| 1400 | 2026-07-20T03:12:10.829Z | Compiling der_derive v0.7.3 |
| 1401 | 2026-07-20T03:12:10.897Z | Compiling digest v0.10.7 |
| 1402 | 2026-07-20T03:12:11.018Z | Compiling tinystr v0.8.2 |
| 1403 | 2026-07-20T03:12:11.045Z | Compiling potential_utf v0.1.4 |
| 1404 | 2026-07-20T03:12:11.146Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-07-20T03:12:11.214Z | Compiling icu_locale_core v2.1.1 |
| 1406 | 2026-07-20T03:12:11.214Z | Compiling icu_collections v2.1.1 |
| 1407 | 2026-07-20T03:12:11.699Z | Compiling thiserror-impl v2.0.18 |
| 1408 | 2026-07-20T03:12:11.802Z | Compiling flagset v0.4.7 |
| 1409 | 2026-07-20T03:12:11.932Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-07-20T03:12:12.124Z | Compiling bytes v1.11.1 |
| 1411 | 2026-07-20T03:12:12.138Z | Compiling chrono v0.4.45 |
| 1412 | 2026-07-20T03:12:12.155Z | Compiling aws-lc-rs v1.16.3 |
| 1413 | 2026-07-20T03:12:12.237Z | Compiling icu_properties v2.1.2 |
| 1414 | 2026-07-20T03:12:12.467Z | Compiling icu_normalizer v2.1.1 |
| 1415 | 2026-07-20T03:12:12.751Z | Compiling tokio v1.52.1 |
| 1416 | 2026-07-20T03:12:13.022Z | Compiling http v1.4.2 |
| 1417 | 2026-07-20T03:12:13.093Z | Compiling idna_adapter v1.2.1 |
| 1418 | 2026-07-20T03:12:13.238Z | Compiling idna v1.1.0 |
| 1419 | 2026-07-20T03:12:13.339Z | Compiling thiserror v2.0.18 |
| 1420 | 2026-07-20T03:12:13.451Z | Compiling tracing v0.1.44 |
| 1421 | 2026-07-20T03:12:13.488Z | Compiling der v0.7.10 |
| 1422 | 2026-07-20T03:12:13.539Z | Compiling url v2.5.8 |
| 1423 | 2026-07-20T03:12:13.722Z | Compiling http-body v1.0.1 |
| 1424 | 2026-07-20T03:12:13.874Z | Compiling rustls-pki-types v1.14.0 |
| 1425 | 2026-07-20T03:12:13.939Z | Compiling ppv-lite86 v0.2.21 |
| 1426 | 2026-07-20T03:12:13.967Z | Compiling serde_derive_internals v0.29.1 |
| 1427 | 2026-07-20T03:12:14.094Z | Compiling schemars v0.8.22 |
| 1428 | 2026-07-20T03:12:14.258Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-07-20T03:12:14.307Z | Compiling tinyvec_macros v0.1.1 |
| 1430 | 2026-07-20T03:12:14.319Z | Compiling httparse v1.10.1 |
| 1431 | 2026-07-20T03:12:14.332Z | Compiling cmov v0.5.4 |
| 1432 | 2026-07-20T03:12:14.373Z | Compiling dyn-clone v1.0.20 |
| 1433 | 2026-07-20T03:12:14.508Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-07-20T03:12:14.552Z | Compiling ctutils v0.4.2 |
| 1435 | 2026-07-20T03:12:14.668Z | Compiling rand v0.9.2 |
| 1436 | 2026-07-20T03:12:14.686Z | Compiling tinyvec v1.10.0 |
| 1437 | 2026-07-20T03:12:14.717Z | Compiling spki v0.7.3 |
| 1438 | 2026-07-20T03:12:14.765Z | Compiling pest_generator v2.8.6 |
| 1439 | 2026-07-20T03:12:14.837Z | Compiling schemars_derive v0.8.22 |
| 1440 | 2026-07-20T03:12:14.914Z | Compiling aho-corasick v1.1.4 |
| 1441 | 2026-07-20T03:12:14.935Z | Compiling atomic-waker v1.1.2 |
| 1442 | 2026-07-20T03:12:15.011Z | Compiling try-lock v0.2.5 |
| 1443 | 2026-07-20T03:12:15.057Z | Compiling tower-layer v0.3.3 |
| 1444 | 2026-07-20T03:12:15.117Z | Compiling tower-service v0.3.3 |
| 1445 | 2026-07-20T03:12:15.210Z | Compiling untrusted v0.7.1 |
| 1446 | 2026-07-20T03:12:15.210Z | Compiling want v0.3.1 |
| 1447 | 2026-07-20T03:12:15.336Z | Compiling tempfile v3.25.0 |
| 1448 | 2026-07-20T03:12:15.384Z | Compiling hybrid-array v0.4.13 |
| 1449 | 2026-07-20T03:12:15.430Z | Compiling pest_derive v2.8.6 |
| 1450 | 2026-07-20T03:12:15.693Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-07-20T03:12:15.725Z | Compiling ipnet v2.11.0 |
| 1452 | 2026-07-20T03:12:15.863Z | Compiling scroll_derive v0.13.1 |
| 1453 | 2026-07-20T03:12:16.138Z | Compiling darling_core v0.20.11 |
| 1454 | 2026-07-20T03:12:16.215Z | Compiling openssl v0.10.79 |
| 1455 | 2026-07-20T03:12:16.459Z | Compiling tokio-util v0.7.18 |
| 1456 | 2026-07-20T03:12:16.540Z | Compiling cpufeatures v0.2.17 |
| 1457 | 2026-07-20T03:12:16.617Z | Compiling rustls v0.23.41 |
| 1458 | 2026-07-20T03:12:16.662Z | Compiling httpdate v1.0.3 |
| 1459 | 2026-07-20T03:12:16.804Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2026-07-20T03:12:16.887Z | Compiling untrusted v0.9.0 |
| 1461 | 2026-07-20T03:12:16.890Z | Compiling foreign-types v0.3.2 |
| 1462 | 2026-07-20T03:12:16.970Z | Compiling scroll v0.13.0 |
| 1463 | 2026-07-20T03:12:17.081Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-07-20T03:12:17.275Z | Compiling h2 v0.4.15 |
| 1465 | 2026-07-20T03:12:17.340Z | Compiling pkcs8 v0.10.2 |
| 1466 | 2026-07-20T03:12:17.541Z | Compiling openssl-macros v0.1.1 |
| 1467 | 2026-07-20T03:12:17.591Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1468 | 2026-07-20T03:12:17.928Z | Compiling spin v0.9.8 |
| 1469 | 2026-07-20T03:12:17.945Z | Compiling time-core v0.1.8 |
| 1470 | 2026-07-20T03:12:17.986Z | Compiling powerfmt v0.2.0 |
| 1471 | 2026-07-20T03:12:18.084Z | Compiling native-tls v0.2.18 |
| 1472 | 2026-07-20T03:12:18.132Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-07-20T03:12:18.182Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-07-20T03:12:18.313Z | Compiling time-macros v0.2.27 |
| 1475 | 2026-07-20T03:12:18.327Z | Compiling deranged v0.5.8 |
| 1476 | 2026-07-20T03:12:18.365Z | Compiling darling_macro v0.20.11 |
| 1477 | 2026-07-20T03:12:18.834Z | Compiling darling v0.20.11 |
| 1478 | 2026-07-20T03:12:18.914Z | Compiling goblin v0.10.5 |
| 1479 | 2026-07-20T03:12:19.268Z | Compiling sha2 v0.10.9 |
| 1480 | 2026-07-20T03:12:19.349Z | Compiling hmac v0.12.1 |
| 1481 | 2026-07-20T03:12:19.501Z | Compiling sync_wrapper v1.0.2 |
| 1482 | 2026-07-20T03:12:19.609Z | Compiling wait-timeout v0.2.1 |
| 1483 | 2026-07-20T03:12:19.723Z | Compiling siphasher v1.0.2 |
| 1484 | 2026-07-20T03:12:19.866Z | Compiling usdt-impl v0.6.0 |
| 1485 | 2026-07-20T03:12:19.906Z | Compiling syn v1.0.109 |
| 1486 | 2026-07-20T03:12:20.078Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-07-20T03:12:20.217Z | Compiling num_threads v0.1.7 |
| 1488 | 2026-07-20T03:12:20.313Z | Compiling hyper v1.10.1 |
| 1489 | 2026-07-20T03:12:20.374Z | Compiling bit-vec v0.8.0 |
| 1490 | 2026-07-20T03:12:20.610Z | Compiling quick-error v1.2.3 |
| 1491 | 2026-07-20T03:12:20.632Z | Compiling simd-adler32 v0.3.8 |
| 1492 | 2026-07-20T03:12:20.715Z | Compiling rusty-fork v0.3.1 |
| 1493 | 2026-07-20T03:12:21.027Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-07-20T03:12:21.185Z | Compiling time v0.3.47 |
| 1495 | 2026-07-20T03:12:21.260Z | Compiling tower v0.5.3 |
| 1496 | 2026-07-20T03:12:21.300Z | Compiling derive_builder_core v0.20.2 |
| 1497 | 2026-07-20T03:12:21.383Z | Compiling hyper-util v0.1.20 |
| 1498 | 2026-07-20T03:12:21.731Z | Compiling dof v0.4.0 |
| 1499 | 2026-07-20T03:12:22.111Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-07-20T03:12:22.169Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-07-20T03:12:22.417Z | Compiling heapless v0.7.17 |
| 1502 | 2026-07-20T03:12:22.671Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-07-20T03:12:22.790Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-07-20T03:12:22.833Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-07-20T03:12:22.904Z | Compiling slog v2.8.2 |
| 1506 | 2026-07-20T03:12:22.996Z | Compiling darling_core v0.23.0 |
| 1507 | 2026-07-20T03:12:23.081Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-07-20T03:12:23.102Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-07-20T03:12:23.133Z | Compiling cookie v0.18.1 |
| 1510 | 2026-07-20T03:12:23.181Z | Compiling allocator-api2 v0.2.21 |
| 1511 | 2026-07-20T03:12:23.328Z | Compiling zstd-safe v7.2.4 |
| 1512 | 2026-07-20T03:12:23.340Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-07-20T03:12:23.374Z | Compiling signal-hook v0.3.18 |
| 1514 | 2026-07-20T03:12:23.502Z | Compiling unicode-bidi v0.3.18 |
| 1515 | 2026-07-20T03:12:23.533Z | Compiling paste v1.0.15 |
| 1516 | 2026-07-20T03:12:23.554Z | Compiling adler2 v2.0.1 |
| 1517 | 2026-07-20T03:12:23.683Z | Compiling ryu v1.0.23 |
| 1518 | 2026-07-20T03:12:23.806Z | Compiling unarray v0.1.4 |
| 1519 | 2026-07-20T03:12:23.859Z | Compiling unicode-properties v0.1.4 |
| 1520 | 2026-07-20T03:12:23.916Z | Compiling anyhow v1.0.102 |
| 1521 | 2026-07-20T03:12:24.019Z | Compiling stringprep v0.1.5 |
| 1522 | 2026-07-20T03:12:24.051Z | Compiling thiserror v1.0.69 |
| 1523 | 2026-07-20T03:12:24.064Z | Compiling proptest v1.10.0 |
| 1524 | 2026-07-20T03:12:24.196Z | Compiling serde_urlencoded v0.7.1 |
| 1525 | 2026-07-20T03:12:24.428Z | Compiling miniz_oxide v0.8.9 |
| 1526 | 2026-07-20T03:12:24.471Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-07-20T03:12:24.825Z | Compiling scroll v0.12.0 |
| 1528 | 2026-07-20T03:12:25.037Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-07-20T03:12:25.203Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-07-20T03:12:25.374Z | Compiling camino v1.2.2 |
| 1531 | 2026-07-20T03:12:25.462Z | Compiling darling_macro v0.23.0 |
| 1532 | 2026-07-20T03:12:25.476Z | Compiling bstr v1.12.1 |
| 1533 | 2026-07-20T03:12:25.498Z | Compiling ipnetwork v0.21.1 |
| 1534 | 2026-07-20T03:12:25.557Z | Compiling block-buffer v0.12.1 |
| 1535 | 2026-07-20T03:12:25.745Z | Compiling block-padding v0.4.2 |
| 1536 | 2026-07-20T03:12:25.758Z | Compiling crypto-common v0.2.2 |
| 1537 | 2026-07-20T03:12:25.877Z | Compiling rustls-native-certs v0.8.3 |
| 1538 | 2026-07-20T03:12:25.908Z | Compiling rand_chacha v0.3.1 |
| 1539 | 2026-07-20T03:12:25.944Z | Compiling hex v0.4.3 |
| 1540 | 2026-07-20T03:12:26.112Z | Compiling erased-serde v0.3.31 |
| 1541 | 2026-07-20T03:12:26.156Z | Compiling serde_tokenstream v0.2.3 |
| 1542 | 2026-07-20T03:12:26.203Z | Compiling serde_spanned v0.6.9 |
| 1543 | 2026-07-20T03:12:26.349Z | Compiling toml_datetime v0.6.11 |
| 1544 | 2026-07-20T03:12:26.467Z | Compiling signature v2.2.0 |
| 1545 | 2026-07-20T03:12:26.597Z | Compiling md-5 v0.10.6 |
| 1546 | 2026-07-20T03:12:26.609Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-07-20T03:12:26.646Z | Compiling zerocopy-derive v0.7.35 |
| 1548 | 2026-07-20T03:12:26.680Z | Compiling async-trait v0.1.89 |
| 1549 | 2026-07-20T03:12:26.761Z | Compiling pin-project-internal v1.1.11 |
| 1550 | 2026-07-20T03:12:26.948Z | Compiling vergen-lib v9.1.0 |
| 1551 | 2026-07-20T03:12:27.182Z | Compiling hash32 v0.2.1 |
| 1552 | 2026-07-20T03:12:27.377Z | Compiling num-integer v0.1.46 |
| 1553 | 2026-07-20T03:12:27.516Z | Compiling memoffset v0.9.1 |
| 1554 | 2026-07-20T03:12:27.568Z | Compiling encoding_rs v0.8.35 |
| 1555 | 2026-07-20T03:12:27.703Z | Compiling litrs v1.0.0 |
| 1556 | 2026-07-20T03:12:27.716Z | Compiling ref-cast v1.0.25 |
| 1557 | 2026-07-20T03:12:27.729Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-07-20T03:12:27.802Z | Compiling psl-types v2.0.11 |
| 1559 | 2026-07-20T03:12:27.882Z | Compiling num-bigint-dig v0.8.6 |
| 1560 | 2026-07-20T03:12:27.925Z | Compiling smoltcp v0.9.1 |
| 1561 | 2026-07-20T03:12:28.030Z | Compiling zlib-rs v0.6.2 |
| 1562 | 2026-07-20T03:12:28.083Z | Compiling mime v0.3.17 |
| 1563 | 2026-07-20T03:12:28.210Z | Compiling rustix v0.38.44 |
| 1564 | 2026-07-20T03:12:28.274Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-07-20T03:12:28.361Z | Compiling document-features v0.2.12 |
| 1566 | 2026-07-20T03:12:28.583Z | Compiling postgres-protocol v0.6.10 |
| 1567 | 2026-07-20T03:12:28.721Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-07-20T03:12:28.864Z | Compiling hubpack_derive v0.1.1 |
| 1569 | 2026-07-20T03:12:28.893Z | Compiling pin-project v1.1.11 |
| 1570 | 2026-07-20T03:12:28.965Z | Compiling nix v0.31.2 |
| 1571 | 2026-07-20T03:12:29.059Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-07-20T03:12:29.087Z | Compiling zerocopy v0.7.35 |
| 1573 | 2026-07-20T03:12:29.309Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-07-20T03:12:29.331Z | Compiling rand v0.8.6 |
| 1575 | 2026-07-20T03:12:29.579Z | Compiling darling v0.23.0 |
| 1576 | 2026-07-20T03:12:29.618Z | Compiling inout v0.2.2 |
| 1577 | 2026-07-20T03:12:29.630Z | Compiling oxnet v0.1.6 |
| 1578 | 2026-07-20T03:12:29.651Z | Compiling derive_builder v0.20.2 |
| 1579 | 2026-07-20T03:12:29.664Z | Compiling hyper-tls v0.6.0 |
| 1580 | 2026-07-20T03:12:29.801Z | Compiling goblin v0.8.2 |
| 1581 | 2026-07-20T03:12:30.342Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-07-20T03:12:30.413Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-07-20T03:12:30.434Z | Compiling regex v1.12.3 |
| 1584 | 2026-07-20T03:12:30.508Z | Compiling anstyle-parse v0.2.7 |
| 1585 | 2026-07-20T03:12:30.580Z | Compiling futures-executor v0.3.32 |
| 1586 | 2026-07-20T03:12:30.666Z | Compiling terminal_size v0.4.3 |
| 1587 | 2026-07-20T03:12:30.690Z | Compiling snafu-derive v0.8.9 |
| 1588 | 2026-07-20T03:12:30.804Z | Compiling strum_macros v0.27.2 |
| 1589 | 2026-07-20T03:12:30.833Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-07-20T03:12:30.847Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1591 | 2026-07-20T03:12:31.261Z | Compiling flate2 v1.1.9 |
| 1592 | 2026-07-20T03:12:31.498Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-07-20T03:12:31.553Z | Compiling vergen v9.1.0 |
| 1594 | 2026-07-20T03:12:31.681Z | Compiling cargo-platform v0.3.2 |
| 1595 | 2026-07-20T03:12:31.749Z | Compiling ff v0.13.1 |
| 1596 | 2026-07-20T03:12:31.892Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-07-20T03:12:31.951Z | Compiling ahash v0.8.12 |
| 1598 | 2026-07-20T03:12:32.066Z | Compiling bitflags v1.3.2 |
| 1599 | 2026-07-20T03:12:32.142Z | Compiling foldhash v0.1.5 |
| 1600 | 2026-07-20T03:12:32.156Z | Compiling managed v0.8.0 |
| 1601 | 2026-07-20T03:12:32.228Z | Compiling same-file v1.0.6 |
| 1602 | 2026-07-20T03:12:32.318Z | Compiling foldhash v0.2.0 |
| 1603 | 2026-07-20T03:12:32.374Z | Compiling unicode-segmentation v1.12.0 |
| 1604 | 2026-07-20T03:12:32.389Z | Compiling object v0.37.3 |
| 1605 | 2026-07-20T03:12:32.540Z | Compiling bumpalo v3.20.2 |
| 1606 | 2026-07-20T03:12:32.610Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-07-20T03:12:32.673Z | Compiling base16ct v0.2.0 |
| 1608 | 2026-07-20T03:12:32.768Z | Compiling winnow v0.5.40 |
| 1609 | 2026-07-20T03:12:32.797Z | Compiling sec1 v0.7.3 |
| 1610 | 2026-07-20T03:12:32.810Z | Compiling strum v0.27.2 |
| 1611 | 2026-07-20T03:12:32.846Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-07-20T03:12:32.985Z | Compiling snafu v0.8.9 |
| 1613 | 2026-07-20T03:12:33.074Z | Compiling bzip2 v0.6.1 |
| 1614 | 2026-07-20T03:12:33.270Z | Compiling hashbrown v0.16.1 |
| 1615 | 2026-07-20T03:12:33.284Z | Compiling clap_builder v4.6.0 |
| 1616 | 2026-07-20T03:12:33.337Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-07-20T03:12:33.516Z | Compiling hashbrown v0.15.5 |
| 1618 | 2026-07-20T03:12:33.852Z | Compiling dof v0.3.0 |
| 1619 | 2026-07-20T03:12:33.897Z | Compiling group v0.13.0 |
| 1620 | 2026-07-20T03:12:34.064Z | Compiling toml_edit v0.19.15 |
| 1621 | 2026-07-20T03:12:34.077Z | Compiling cargo_metadata v0.23.1 |
| 1622 | 2026-07-20T03:12:34.108Z | Compiling daft v0.1.7 |
| 1623 | 2026-07-20T03:12:34.381Z | Compiling futures v0.3.32 |
| 1624 | 2026-07-20T03:12:34.463Z | Compiling anstream v0.6.21 |
| 1625 | 2026-07-20T03:12:34.551Z | Compiling phf v0.13.1 |
| 1626 | 2026-07-20T03:12:34.877Z | Compiling signal-hook-mio v0.2.5 |
| 1627 | 2026-07-20T03:12:34.995Z | Compiling cookie_store v0.22.1 |
| 1628 | 2026-07-20T03:12:35.118Z | Compiling zstd v0.13.3 |
| 1629 | 2026-07-20T03:12:35.385Z | Compiling bzip2 v0.4.4 |
| 1630 | 2026-07-20T03:12:35.424Z | Compiling reqwest v0.12.28 |
| 1631 | 2026-07-20T03:12:35.583Z | Compiling cipher v0.5.2 |
| 1632 | 2026-07-20T03:12:35.639Z | Compiling serde_with_macros v3.21.0 |
| 1633 | 2026-07-20T03:12:35.902Z | Compiling hubpack v0.1.2 |
| 1634 | 2026-07-20T03:12:36.206Z | Compiling postgres-types v0.2.12 |
| 1635 | 2026-07-20T03:12:36.662Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-07-20T03:12:36.754Z | Compiling usdt-macro v0.6.0 |
| 1637 | 2026-07-20T03:12:36.754Z | Compiling usdt-attr-macro v0.6.0 |
| 1638 | 2026-07-20T03:12:37.169Z | Compiling globset v0.4.18 |
| 1639 | 2026-07-20T03:12:37.334Z | Compiling dtrace-parser v0.2.0 |
| 1640 | 2026-07-20T03:12:37.554Z | Compiling phf_shared v0.11.3 |
| 1641 | 2026-07-20T03:12:37.583Z | Compiling hkdf v0.12.4 |
| 1642 | 2026-07-20T03:12:37.612Z | Compiling pkcs1 v0.7.5 |
| 1643 | 2026-07-20T03:12:37.742Z | Compiling olpc-cjson v0.1.4 |
| 1644 | 2026-07-20T03:12:37.755Z | Compiling serde_plain v1.0.2 |
| 1645 | 2026-07-20T03:12:37.876Z | Compiling serde-big-array v0.5.1 |
| 1646 | 2026-07-20T03:12:37.903Z | Compiling crypto-bigint v0.5.5 |
| 1647 | 2026-07-20T03:12:37.948Z | Compiling clap_derive v4.6.1 |
| 1648 | 2026-07-20T03:12:38.003Z | Compiling serde_repr v0.1.20 |
| 1649 | 2026-07-20T03:12:38.023Z | Compiling enum-as-inner v0.6.1 |
| 1650 | 2026-07-20T03:12:38.095Z | Compiling async-recursion v1.1.1 |
| 1651 | 2026-07-20T03:12:38.519Z | Compiling strum_macros v0.26.4 |
| 1652 | 2026-07-20T03:12:38.533Z | Compiling pem v3.0.6 |
| 1653 | 2026-07-20T03:12:38.743Z | Compiling float-cmp v0.10.0 |
| 1654 | 2026-07-20T03:12:38.859Z | Compiling memmap2 v0.9.10 |
| 1655 | 2026-07-20T03:12:38.895Z | Compiling thread-id v4.2.2 |
| 1656 | 2026-07-20T03:12:38.977Z | Compiling env_filter v1.0.0 |
| 1657 | 2026-07-20T03:12:39.070Z | Compiling winnow v1.0.3 |
| 1658 | 2026-07-20T03:12:39.160Z | Compiling const-oid v0.10.2 |
| 1659 | 2026-07-20T03:12:39.276Z | Compiling precomputed-hash v0.1.1 |
| 1660 | 2026-07-20T03:12:39.364Z | Compiling difflib v0.4.0 |
| 1661 | 2026-07-20T03:12:39.369Z | Compiling new_debug_unreachable v1.0.6 |
| 1662 | 2026-07-20T03:12:39.419Z | Compiling keccak v0.1.6 |
| 1663 | 2026-07-20T03:12:39.450Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-07-20T03:12:39.527Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-07-20T03:12:39.684Z | Compiling predicates-core v1.0.10 |
| 1666 | 2026-07-20T03:12:39.828Z | Compiling jiff v0.2.21 |
| 1667 | 2026-07-20T03:12:39.857Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-07-20T03:12:39.912Z | Compiling cpufeatures v0.3.0 |
| 1669 | 2026-07-20T03:12:39.950Z | Compiling either v1.15.0 |
| 1670 | 2026-07-20T03:12:39.965Z | Compiling whoami v2.1.0 |
| 1671 | 2026-07-20T03:12:39.983Z | Compiling data-encoding v2.10.0 |
| 1672 | 2026-07-20T03:12:40.146Z | Compiling typed-path v0.9.3 |
| 1673 | 2026-07-20T03:12:40.161Z | Compiling fixedbitset v0.4.2 |
| 1674 | 2026-07-20T03:12:40.264Z | Compiling strum v0.26.3 |
| 1675 | 2026-07-20T03:12:40.350Z | Compiling petgraph v0.6.5 |
| 1676 | 2026-07-20T03:12:40.354Z | Compiling hickory-proto v0.25.2 |
| 1677 | 2026-07-20T03:12:40.372Z | Compiling tokio-postgres v0.7.16 |
| 1678 | 2026-07-20T03:12:40.388Z | Compiling itertools v0.13.0 |
| 1679 | 2026-07-20T03:12:40.675Z | Compiling toml_edit v0.22.27 |
| 1680 | 2026-07-20T03:12:41.354Z | Compiling chacha20 v0.10.0 |
| 1681 | 2026-07-20T03:12:41.611Z | Compiling predicates v3.1.4 |
| 1682 | 2026-07-20T03:12:41.711Z | Compiling petgraph v0.8.3 |
| 1683 | 2026-07-20T03:12:41.812Z | Compiling clap v4.6.1 |
| 1684 | 2026-07-20T03:12:41.892Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-07-20T03:12:42.274Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1686 | 2026-07-20T03:12:42.394Z | Compiling zip v4.6.1 |
| 1687 | 2026-07-20T03:12:42.596Z | Compiling string_cache v0.8.9 |
| 1688 | 2026-07-20T03:12:42.834Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1689 | 2026-07-20T03:12:43.356Z | Compiling digest v0.11.3 |
| 1690 | 2026-07-20T03:12:43.414Z | Compiling env_logger v0.11.9 |
| 1691 | 2026-07-20T03:12:43.472Z | Compiling usdt v0.6.0 |
| 1692 | 2026-07-20T03:12:43.579Z | Compiling usdt-impl v0.5.0 |
| 1693 | 2026-07-20T03:12:43.715Z | Compiling elliptic-curve v0.13.8 |
| 1694 | 2026-07-20T03:12:43.733Z | Compiling rsa v0.9.10 |
| 1695 | 2026-07-20T03:12:43.759Z | Compiling crossterm v0.28.1 |
| 1696 | 2026-07-20T03:12:43.972Z | Compiling ed25519-dalek v2.2.0 |
| 1697 | 2026-07-20T03:12:44.109Z | Compiling serde_with v3.21.0 |
| 1698 | 2026-07-20T03:12:44.630Z | Compiling zip v0.6.6 |
| 1699 | 2026-07-20T03:12:45.026Z | Compiling toml v0.7.8 |
| 1700 | 2026-07-20T03:12:45.068Z | Compiling iddqd v0.4.2 |
| 1701 | 2026-07-20T03:12:45.620Z | Compiling heck v0.4.1 |
| 1702 | 2026-07-20T03:12:45.659Z | Compiling similar v2.7.0 |
| 1703 | 2026-07-20T03:12:45.822Z | Compiling byte-wrapper v0.1.0 |
| 1704 | 2026-07-20T03:12:45.842Z | Compiling crossbeam-epoch v0.9.18 |
| 1705 | 2026-07-20T03:12:45.893Z | Compiling tokio-stream v0.1.18 |
| 1706 | 2026-07-20T03:12:46.149Z | Compiling buf-list v1.1.2 |
| 1707 | 2026-07-20T03:12:46.165Z | Compiling x509-cert v0.2.5 |
| 1708 | 2026-07-20T03:12:46.342Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1709 | 2026-07-20T03:12:46.346Z | Compiling openapiv3 v2.2.0 |
| 1710 | 2026-07-20T03:12:46.423Z | Compiling lalrpop-util v0.19.12 |
| 1711 | 2026-07-20T03:12:46.507Z | Compiling peg-runtime v0.8.5 |
| 1712 | 2026-07-20T03:12:46.616Z | Compiling thread_local v1.1.9 |
| 1713 | 2026-07-20T03:12:46.643Z | Compiling slog-async v2.8.0 |
| 1714 | 2026-07-20T03:12:46.785Z | Compiling crossbeam-channel v0.5.15 |
| 1715 | 2026-07-20T03:12:46.865Z | Compiling filetime v0.2.27 |
| 1716 | 2026-07-20T03:12:46.967Z | Compiling is-terminal v0.4.17 |
| 1717 | 2026-07-20T03:12:47.002Z | Compiling take_mut v0.2.2 |
| 1718 | 2026-07-20T03:12:47.071Z | Compiling xattr v1.6.1 |
| 1719 | 2026-07-20T03:12:47.086Z | Compiling term v1.2.1 |
| 1720 | 2026-07-20T03:12:47.114Z | Compiling camino-tempfile v1.4.1 |
| 1721 | 2026-07-20T03:12:47.241Z | Compiling tar v0.4.46 |
| 1722 | 2026-07-20T03:12:47.662Z | Compiling slog-term v2.9.2 |
| 1723 | 2026-07-20T03:12:57.350Z | Compiling rustls-webpki v0.103.13 |
| 1724 | 2026-07-20T03:13:00.074Z | Compiling tokio-rustls v0.26.4 |
| 1725 | 2026-07-20T03:13:00.074Z | Compiling rustls-platform-verifier v0.6.2 |
| 1726 | 2026-07-20T03:13:00.078Z | Compiling tough v0.22.0 |
| 1727 | 2026-07-20T03:13:00.284Z | Compiling hyper-rustls v0.27.7 |
| 1728 | 2026-07-20T03:13:00.488Z | Compiling reqwest v0.13.2 |
| 1729 | 2026-07-20T03:13:02.705Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1730 | 2026-07-20T03:13:02.930Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1731 | 2026-07-20T03:13:05.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1732 | 2026-07-20T03:13:05.919Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1733 | 2026-07-20T03:13:05.971Z | Jul 20 03:13:04.663 INFO Starting download, target: Console |
| 1734 | 2026-07-20T03:13:05.972Z | Jul 20 03:13:04.664 INFO Starting download, target: MaghemiteMgd |
| 1735 | 2026-07-20T03:13:05.972Z | Jul 20 03:13:04.664 INFO Starting download, target: Clickhouse |
| 1736 | 2026-07-20T03:13:05.972Z | Jul 20 03:13:04.664 INFO Starting download, target: Cockroach |
| 1737 | 2026-07-20T03:13:05.972Z | Jul 20 03:13:04.664 INFO Starting download, target: DendriteStub |
| 1738 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Starting download, target: MaghemiteDdmd |
| 1739 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Starting download, target: TransceiverControl |
| 1740 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1741 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1742 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1743 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1744 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1745 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1746 | 2026-07-20T03:13:05.980Z | Jul 20 03:13:04.664 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1747 | 2026-07-20T03:13:06.598Z | Jul 20 03:13:05.281 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1748 | 2026-07-20T03:13:06.827Z | Jul 20 03:13:05.494 INFO Download complete, target: TransceiverControl |
| 1749 | 2026-07-20T03:13:08.023Z | Jul 20 03:13:06.714 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1750 | 2026-07-20T03:13:08.148Z | Jul 20 03:13:06.834 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1751 | 2026-07-20T03:13:08.288Z | Jul 20 03:13:06.978 INFO Download complete, target: Console |
| 1752 | 2026-07-20T03:13:08.397Z | Jul 20 03:13:07.080 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1753 | 2026-07-20T03:13:08.662Z | Jul 20 03:13:07.357 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1754 | 2026-07-20T03:13:08.670Z | Jul 20 03:13:07.359 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1755 | 2026-07-20T03:13:09.059Z | Jul 20 03:13:07.755 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1756 | 2026-07-20T03:13:09.059Z | Jul 20 03:13:07.755 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1757 | 2026-07-20T03:13:10.375Z | Jul 20 03:13:09.071 INFO Download complete, target: MaghemiteDdmd |
| 1758 | 2026-07-20T03:13:11.223Z | Jul 20 03:13:09.915 INFO Download complete, target: DendriteStub |
| 1759 | 2026-07-20T03:13:11.464Z | Jul 20 03:13:10.092 INFO Download complete, target: MaghemiteMgd |
| 1760 | 2026-07-20T03:13:13.861Z | Jul 20 03:13:12.551 INFO Checking that binary works, target: Cockroach |
| 1761 | 2026-07-20T03:13:13.968Z | Jul 20 03:13:12.661 INFO Download complete, target: Cockroach |
| 1762 | 2026-07-20T03:13:15.051Z | Jul 20 03:13:13.747 INFO Checking that binary works, target: Clickhouse |
| 1763 | 2026-07-20T03:13:15.180Z | Jul 20 03:13:13.875 INFO Download complete, target: Clickhouse |
| 1764 | 2026-07-20T03:13:15.194Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1765 | 2026-07-20T03:13:15.198Z | |
| 1766 | 2026-07-20T03:13:15.198Z | real 2:00.884259889 |
| 1767 | 2026-07-20T03:13:15.198Z | user 6:35.670694812 |
| 1768 | 2026-07-20T03:13:15.199Z | sys 1:20.792964811 |
| 1769 | 2026-07-20T03:13:15.199Z | trap 0.224446407 |
| 1770 | 2026-07-20T03:13:15.199Z | tflt 0.490905973 |
| 1771 | 2026-07-20T03:13:15.199Z | dflt 0.794771633 |
| 1772 | 2026-07-20T03:13:15.199Z | kflt 0.020681589 |
| 1773 | 2026-07-20T03:13:15.199Z | lock 21:31.545107875 |
| 1774 | 2026-07-20T03:13:15.199Z | slp 20:01.536506398 |
| 1775 | 2026-07-20T03:13:15.199Z | lat 41.128612299 |
| 1776 | 2026-07-20T03:13:15.199Z | stop 1:55.568771498 |
| 1777 | 2026-07-20T03:13:15.199Z | + banner clippy |
| 1778 | 2026-07-20T03:13:15.199Z | |
| 1779 | 2026-07-20T03:13:15.199Z | #### # # ##### ##### # # |
| 1780 | 2026-07-20T03:13:15.199Z | # # # # # # # # # # |
| 1781 | 2026-07-20T03:13:15.199Z | # # # # # # # # |
| 1782 | 2026-07-20T03:13:15.199Z | # # # ##### ##### # |
| 1783 | 2026-07-20T03:13:15.199Z | # # # # # # # |
| 1784 | 2026-07-20T03:13:15.199Z | #### ###### # # # # |
| 1785 | 2026-07-20T03:13:15.199Z | |
| 1786 | 2026-07-20T03:13:15.199Z | + export CARGO_INCREMENTAL=0 |
| 1787 | 2026-07-20T03:13:15.199Z | + CARGO_INCREMENTAL=0 |
| 1788 | 2026-07-20T03:13:15.199Z | + ptime -m cargo xtask clippy |
| 1789 | 2026-07-20T03:13:15.646Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1790 | 2026-07-20T03:13:15.928Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1791 | 2026-07-20T03:13:17.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.45s |
| 1792 | 2026-07-20T03:13:17.726Z | Running `target/debug/xtask clippy` |
| 1793 | 2026-07-20T03:13:17.751Z | running: /home/build/.rustup/toolchains/1.96.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1794 | 2026-07-20T03:13:18.306Z | Downloading crates ... |
| 1795 | 2026-07-20T03:13:18.517Z | Downloaded chumsky v0.9.3 |
| 1796 | 2026-07-20T03:13:18.521Z | Downloaded relative-path v1.9.3 |
| 1797 | 2026-07-20T03:13:18.524Z | Downloaded miette-derive v5.10.0 |
| 1798 | 2026-07-20T03:13:18.524Z | Downloaded knuffel-derive v3.2.0 |
| 1799 | 2026-07-20T03:13:18.527Z | Downloaded escape8259 v0.5.3 |
| 1800 | 2026-07-20T03:13:18.527Z | Downloaded addr2line v0.25.1 |
| 1801 | 2026-07-20T03:13:18.528Z | Downloaded concurrent-queue v2.5.0 |
| 1802 | 2026-07-20T03:13:18.531Z | Downloaded linkme v0.3.35 |
| 1803 | 2026-07-20T03:13:18.531Z | Downloaded linkme-impl v0.3.35 |
| 1804 | 2026-07-20T03:13:18.534Z | Downloaded hex-literal v0.4.1 |
| 1805 | 2026-07-20T03:13:18.534Z | Downloaded datatest-stable v0.3.3 |
| 1806 | 2026-07-20T03:13:18.534Z | Downloaded rstest v0.25.0 |
| 1807 | 2026-07-20T03:13:18.538Z | Downloaded anes v0.1.6 |
| 1808 | 2026-07-20T03:13:18.541Z | Downloaded blake2b_simd v1.0.4 |
| 1809 | 2026-07-20T03:13:18.541Z | Downloaded async-object-pool v0.2.0 |
| 1810 | 2026-07-20T03:13:18.544Z | Downloaded parking v2.2.1 |
| 1811 | 2026-07-20T03:13:18.548Z | Downloaded nested v0.1.1 |
| 1812 | 2026-07-20T03:13:18.554Z | Downloaded hickory-client v0.25.2 |
| 1813 | 2026-07-20T03:13:18.557Z | Downloaded constant_time_eq v0.3.1 |
| 1814 | 2026-07-20T03:13:18.562Z | Downloaded terminal_size v0.1.17 |
| 1815 | 2026-07-20T03:13:18.566Z | Downloaded approx v0.5.1 |
| 1816 | 2026-07-20T03:13:18.566Z | Downloaded criterion-plot v0.6.0 |
| 1817 | 2026-07-20T03:13:18.566Z | Downloaded path-tree v0.8.3 |
| 1818 | 2026-07-20T03:13:18.570Z | Downloaded oorandom v11.1.5 |
| 1819 | 2026-07-20T03:13:18.570Z | Downloaded backtrace-ext v0.2.1 |
| 1820 | 2026-07-20T03:13:18.573Z | Downloaded target-lexicon v0.13.3 |
| 1821 | 2026-07-20T03:13:18.573Z | Downloaded knuffel v3.2.0 |
| 1822 | 2026-07-20T03:13:18.577Z | Downloaded async-lock v3.4.2 |
| 1823 | 2026-07-20T03:13:18.583Z | Downloaded plotters-svg v0.3.7 |
| 1824 | 2026-07-20T03:13:18.586Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-07-20T03:13:18.589Z | Downloaded similar-asserts v1.7.0 |
| 1826 | 2026-07-20T03:13:18.592Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1827 | 2026-07-20T03:13:18.592Z | Downloaded event-listener-strategy v0.5.4 |
| 1828 | 2026-07-20T03:13:18.596Z | Downloaded cast v0.3.0 |
| 1829 | 2026-07-20T03:13:18.596Z | Downloaded target-triple v1.0.0 |
| 1830 | 2026-07-20T03:13:18.601Z | Downloaded supports-color v2.1.0 |
| 1831 | 2026-07-20T03:13:18.604Z | Downloaded serde_regex v1.1.0 |
| 1832 | 2026-07-20T03:13:18.604Z | Downloaded assert-json-diff v2.0.2 |
| 1833 | 2026-07-20T03:13:18.608Z | Downloaded supports-hyperlinks v2.1.0 |
| 1834 | 2026-07-20T03:13:18.608Z | Downloaded pathdiff v0.2.3 |
| 1835 | 2026-07-20T03:13:18.611Z | Downloaded hashbrown v0.14.5 |
| 1836 | 2026-07-20T03:13:18.614Z | Downloaded rust-argon2 v2.1.0 |
| 1837 | 2026-07-20T03:13:18.614Z | Downloaded futures-timer v3.0.3 |
| 1838 | 2026-07-20T03:13:18.614Z | Downloaded target-spec v3.5.7 |
| 1839 | 2026-07-20T03:13:18.618Z | Downloaded partial-io v0.5.4 |
| 1840 | 2026-07-20T03:13:18.618Z | Downloaded assert_cmd v2.1.2 |
| 1841 | 2026-07-20T03:13:18.621Z | Downloaded tinytemplate v1.2.1 |
| 1842 | 2026-07-20T03:13:18.624Z | Downloaded termcolor v1.4.1 |
| 1843 | 2026-07-20T03:13:18.624Z | Downloaded stringmetrics v2.2.2 |
| 1844 | 2026-07-20T03:13:18.627Z | Downloaded plotters-backend v0.3.7 |
| 1845 | 2026-07-20T03:13:18.627Z | Downloaded owo-colors v3.5.0 |
| 1846 | 2026-07-20T03:13:18.630Z | Downloaded rustc-demangle v0.1.27 |
| 1847 | 2026-07-20T03:13:18.630Z | Downloaded libtest-mimic v0.8.1 |
| 1848 | 2026-07-20T03:13:18.640Z | Downloaded trybuild v1.0.116 |
| 1849 | 2026-07-20T03:13:18.644Z | Downloaded event-listener v5.4.1 |
| 1850 | 2026-07-20T03:13:18.647Z | Downloaded cfg-expr v0.20.6 |
| 1851 | 2026-07-20T03:13:18.647Z | Downloaded httptest v0.16.4 |
| 1852 | 2026-07-20T03:13:18.661Z | Downloaded textwrap v0.15.2 |
| 1853 | 2026-07-20T03:13:18.666Z | Downloaded rstest_macros v0.25.0 |
| 1854 | 2026-07-20T03:13:18.669Z | Downloaded rand_distr v0.5.1 |
| 1855 | 2026-07-20T03:13:18.672Z | Downloaded fancy-regex v0.14.0 |
| 1856 | 2026-07-20T03:13:18.678Z | Downloaded miette v5.10.0 |
| 1857 | 2026-07-20T03:13:18.684Z | Downloaded guppy v0.17.25 |
| 1858 | 2026-07-20T03:13:18.687Z | Downloaded backtrace v0.3.76 |
| 1859 | 2026-07-20T03:13:18.690Z | Downloaded criterion v0.7.0 |
| 1860 | 2026-07-20T03:13:18.693Z | Downloaded plotters v0.3.7 |
| 1861 | 2026-07-20T03:13:18.715Z | Downloaded gimli v0.32.3 |
| 1862 | 2026-07-20T03:13:18.808Z | Downloaded httpmock v0.8.3 |
| 1863 | 2026-07-20T03:13:20.494Z | Checking cfg-if v1.0.4 |
| 1864 | 2026-07-20T03:13:20.851Z | Checking libc v0.2.185 |
| 1865 | 2026-07-20T03:13:20.854Z | Checking serde_core v1.0.228 |
| 1866 | 2026-07-20T03:13:20.918Z | Checking memchr v2.8.0 |
| 1867 | 2026-07-20T03:13:20.969Z | Checking zeroize v1.8.2 |
| 1868 | 2026-07-20T03:13:20.969Z | Checking smallvec v1.15.1 |
| 1869 | 2026-07-20T03:13:20.972Z | Checking rand_core v0.10.0 |
| 1870 | 2026-07-20T03:13:20.975Z | Checking subtle v2.6.1 |
| 1871 | 2026-07-20T03:13:20.975Z | Checking itoa v1.0.17 |
| 1872 | 2026-07-20T03:13:21.161Z | Checking log v0.4.29 |
| 1873 | 2026-07-20T03:13:21.195Z | Checking libm v0.2.16 |
| 1874 | 2026-07-20T03:13:21.239Z | Checking typenum v1.20.1 |
| 1875 | 2026-07-20T03:13:21.283Z | Checking scopeguard v1.2.0 |
| 1876 | 2026-07-20T03:13:21.329Z | Checking getrandom v0.4.1 |
| 1877 | 2026-07-20T03:13:21.329Z | Checking errno v0.3.14 |
| 1878 | 2026-07-20T03:13:21.391Z | Checking stable_deref_trait v1.2.1 |
| 1879 | 2026-07-20T03:13:21.428Z | Checking zmij v1.0.21 |
| 1880 | 2026-07-20T03:13:21.432Z | Checking lock_api v0.4.14 |
| 1881 | 2026-07-20T03:13:21.494Z | Checking zerofrom v0.1.6 |
| 1882 | 2026-07-20T03:13:21.533Z | Checking percent-encoding v2.3.2 |
| 1883 | 2026-07-20T03:13:21.570Z | Checking writeable v0.6.2 |
| 1884 | 2026-07-20T03:13:21.637Z | Checking yoke v0.8.1 |
| 1885 | 2026-07-20T03:13:22.091Z | Checking litemap v0.8.1 |
| 1886 | 2026-07-20T03:13:22.092Z | Checking icu_normalizer_data v2.1.1 |
| 1887 | 2026-07-20T03:13:22.092Z | Checking icu_properties_data v2.1.2 |
| 1888 | 2026-07-20T03:13:22.092Z | Checking form_urlencoded v1.2.2 |
| 1889 | 2026-07-20T03:13:22.092Z | Checking utf8_iter v1.0.4 |
| 1890 | 2026-07-20T03:13:22.092Z | Checking zerovec v0.11.5 |
| 1891 | 2026-07-20T03:13:22.092Z | Checking zerotrie v0.2.3 |
| 1892 | 2026-07-20T03:13:22.092Z | Checking pin-project-lite v0.2.17 |
| 1893 | 2026-07-20T03:13:22.092Z | Checking num-traits v0.2.19 |
| 1894 | 2026-07-20T03:13:22.092Z | Checking zerocopy v0.8.40 |
| 1895 | 2026-07-20T03:13:22.092Z | Checking parking_lot_core v0.9.12 |
| 1896 | 2026-07-20T03:13:22.092Z | Checking portable-atomic v1.13.1 |
| 1897 | 2026-07-20T03:13:22.095Z | Checking critical-section v1.2.0 |
| 1898 | 2026-07-20T03:13:22.136Z | Checking signal-hook-registry v1.4.8 |
| 1899 | 2026-07-20T03:13:22.221Z | Checking mio v1.2.0 |
| 1900 | 2026-07-20T03:13:22.257Z | Checking parking_lot v0.12.5 |
| 1901 | 2026-07-20T03:13:22.294Z | Checking tinystr v0.8.2 |
| 1902 | 2026-07-20T03:13:22.328Z | Checking potential_utf v0.1.4 |
| 1903 | 2026-07-20T03:13:22.409Z | Checking serde v1.0.228 |
| 1904 | 2026-07-20T03:13:22.469Z | Checking bitflags v2.11.0 |
| 1905 | 2026-07-20T03:13:22.472Z | Checking serde_json v1.0.150 |
| 1906 | 2026-07-20T03:13:22.533Z | Checking icu_collections v2.1.1 |
| 1907 | 2026-07-20T03:13:22.537Z | Checking icu_locale_core v2.1.1 |
| 1908 | 2026-07-20T03:13:22.565Z | Checking once_cell v1.21.3 |
| 1909 | 2026-07-20T03:13:22.640Z | Checking iana-time-zone v0.1.65 |
| 1910 | 2026-07-20T03:13:22.682Z | Checking socket2 v0.6.3 |
| 1911 | 2026-07-20T03:13:22.779Z | Checking uuid v1.23.4 |
| 1912 | 2026-07-20T03:13:22.822Z | Checking thiserror v2.0.18 |
| 1913 | 2026-07-20T03:13:22.860Z | Checking bytes v1.11.1 |
| 1914 | 2026-07-20T03:13:22.863Z | Checking chrono v0.4.45 |
| 1915 | 2026-07-20T03:13:22.963Z | Checking semver v1.0.28 |
| 1916 | 2026-07-20T03:13:23.002Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1917 | 2026-07-20T03:13:23.120Z | Checking futures-core v0.3.32 |
| 1918 | 2026-07-20T03:13:23.155Z | Checking icu_provider v2.1.1 |
| 1919 | 2026-07-20T03:13:23.193Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-07-20T03:13:23.228Z | Checking getrandom v0.2.17 |
| 1921 | 2026-07-20T03:13:23.267Z | Checking equivalent v1.0.2 |
| 1922 | 2026-07-20T03:13:23.333Z | Checking tokio v1.52.1 |
| 1923 | 2026-07-20T03:13:23.336Z | Checking rustix v1.1.3 |
| 1924 | 2026-07-20T03:13:23.398Z | Checking cmov v0.5.4 |
| 1925 | 2026-07-20T03:13:23.401Z | Checking rand_core v0.6.4 |
| 1926 | 2026-07-20T03:13:23.401Z | Checking byteorder v1.5.0 |
| 1927 | 2026-07-20T03:13:23.493Z | Checking icu_properties v2.1.2 |
| 1928 | 2026-07-20T03:13:23.609Z | Checking icu_normalizer v2.1.1 |
| 1929 | 2026-07-20T03:13:23.646Z | Checking ctutils v0.4.2 |
| 1930 | 2026-07-20T03:13:23.690Z | Checking futures-sink v0.3.32 |
| 1931 | 2026-07-20T03:13:23.750Z | Checking generic-array v0.14.7 |
| 1932 | 2026-07-20T03:13:23.806Z | Checking futures-channel v0.3.32 |
| 1933 | 2026-07-20T03:13:23.874Z | Checking hybrid-array v0.4.13 |
| 1934 | 2026-07-20T03:13:23.939Z | Checking slab v0.4.12 |
| 1935 | 2026-07-20T03:13:24.024Z | Checking futures-task v0.3.32 |
| 1936 | 2026-07-20T03:13:24.120Z | Checking futures-io v0.3.32 |
| 1937 | 2026-07-20T03:13:24.186Z | Checking thiserror v1.0.69 |
| 1938 | 2026-07-20T03:13:24.220Z | Checking getrandom v0.3.4 |
| 1939 | 2026-07-20T03:13:24.255Z | Checking hashbrown v0.17.0 |
| 1940 | 2026-07-20T03:13:24.287Z | Checking futures-util v0.3.32 |
| 1941 | 2026-07-20T03:13:24.321Z | Checking idna_adapter v1.2.1 |
| 1942 | 2026-07-20T03:13:24.324Z | Checking base64ct v1.8.3 |
| 1943 | 2026-07-20T03:13:24.386Z | Checking const-oid v0.9.6 |
| 1944 | 2026-07-20T03:13:24.463Z | Checking idna v1.1.0 |
| 1945 | 2026-07-20T03:13:24.602Z | Checking crypto-common v0.1.7 |
| 1946 | 2026-07-20T03:13:24.646Z | Checking crypto-common v0.2.2 |
| 1947 | 2026-07-20T03:13:24.718Z | Checking ppv-lite86 v0.2.21 |
| 1948 | 2026-07-20T03:13:24.753Z | Checking fnv v1.0.7 |
| 1949 | 2026-07-20T03:13:24.757Z | Checking url v2.5.8 |
| 1950 | 2026-07-20T03:13:24.757Z | Checking indexmap v2.14.0 |
| 1951 | 2026-07-20T03:13:24.871Z | Checking regex-syntax v0.8.10 |
| 1952 | 2026-07-20T03:13:25.029Z | Checking block-buffer v0.12.1 |
| 1953 | 2026-07-20T03:13:25.097Z | Checking block-buffer v0.10.4 |
| 1954 | 2026-07-20T03:13:25.212Z | Checking utf8parse v0.2.2 |
| 1955 | 2026-07-20T03:13:25.257Z | Checking base64 v0.22.1 |
| 1956 | 2026-07-20T03:13:25.293Z | Checking digest v0.10.7 |
| 1957 | 2026-07-20T03:13:25.296Z | Checking schemars v0.8.22 |
| 1958 | 2026-07-20T03:13:25.357Z | Checking anstyle v1.0.14 |
| 1959 | 2026-07-20T03:13:25.360Z | Checking http v1.4.2 |
| 1960 | 2026-07-20T03:13:25.515Z | Checking tracing-core v0.1.36 |
| 1961 | 2026-07-20T03:13:25.519Z | Checking colorchoice v1.0.4 |
| 1962 | 2026-07-20T03:13:25.581Z | Checking anstyle-query v1.1.5 |
| 1963 | 2026-07-20T03:13:25.671Z | Checking is_terminal_polyfill v1.70.2 |
| 1964 | 2026-07-20T03:13:25.709Z | Checking anstyle-parse v1.0.0 |
| 1965 | 2026-07-20T03:13:25.785Z | Checking terminal_size v0.4.3 |
| 1966 | 2026-07-20T03:13:25.846Z | Checking tracing v0.1.44 |
| 1967 | 2026-07-20T03:13:25.883Z | Checking ipnet v2.11.0 |
| 1968 | 2026-07-20T03:13:25.924Z | Checking const-oid v0.10.2 |
| 1969 | 2026-07-20T03:13:25.976Z | Checking anstream v1.0.0 |
| 1970 | 2026-07-20T03:13:26.010Z | Checking strsim v0.11.1 |
| 1971 | 2026-07-20T03:13:26.086Z | Checking clap_lex v1.0.0 |
| 1972 | 2026-07-20T03:13:26.124Z | Checking aho-corasick v1.1.4 |
| 1973 | 2026-07-20T03:13:26.178Z | Checking rand_core v0.9.5 |
| 1974 | 2026-07-20T03:13:26.213Z | Checking crossbeam-utils v0.8.21 |
| 1975 | 2026-07-20T03:13:26.217Z | Checking unicode-ident v1.0.24 |
| 1976 | 2026-07-20T03:13:26.244Z | Checking httparse v1.10.1 |
| 1977 | 2026-07-20T03:13:26.247Z | Checking cpufeatures v0.3.0 |
| 1978 | 2026-07-20T03:13:26.339Z | Checking clap_builder v4.6.0 |
| 1979 | 2026-07-20T03:13:26.381Z | Checking powerfmt v0.2.0 |
| 1980 | 2026-07-20T03:13:26.384Z | Checking proc-macro2 v1.0.106 |
| 1981 | 2026-07-20T03:13:26.446Z | Checking digest v0.11.3 |
| 1982 | 2026-07-20T03:13:26.514Z | Checking time-core v0.1.8 |
| 1983 | 2026-07-20T03:13:26.552Z | Checking tokio-util v0.7.18 |
| 1984 | 2026-07-20T03:13:26.587Z | Checking deranged v0.5.8 |
| 1985 | 2026-07-20T03:13:26.591Z | Checking num_threads v0.1.7 |
| 1986 | 2026-07-20T03:13:26.654Z | Checking cpufeatures v0.2.17 |
| 1987 | 2026-07-20T03:13:26.687Z | Checking num-conv v0.2.0 |
| 1988 | 2026-07-20T03:13:26.729Z | Checking rand_chacha v0.9.0 |
| 1989 | 2026-07-20T03:13:26.765Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-20T03:13:26.771Z | Checking quote v1.0.45 |
| 1991 | 2026-07-20T03:13:26.827Z | Checking http-body v1.0.1 |
| 1992 | 2026-07-20T03:13:26.830Z | Checking regex-automata v0.4.14 |
| 1993 | 2026-07-20T03:13:26.952Z | Checking rand v0.9.2 |
| 1994 | 2026-07-20T03:13:26.986Z | Checking atomic-waker v1.1.2 |
| 1995 | 2026-07-20T03:13:26.989Z | Checking syn v2.0.117 |
| 1996 | 2026-07-20T03:13:27.110Z | Checking rustls-pki-types v1.14.0 |
| 1997 | 2026-07-20T03:13:27.162Z | Checking slog v2.8.2 |
| 1998 | 2026-07-20T03:13:27.197Z | Checking aws-lc-sys v0.40.0 |
| 1999 | 2026-07-20T03:13:27.418Z | Checking allocator-api2 v0.2.21 |
| 2000 | 2026-07-20T03:13:27.453Z | Checking fastrand v2.3.0 |
| 2001 | 2026-07-20T03:13:27.456Z | Checking try-lock v0.2.5 |
| 2002 | 2026-07-20T03:13:27.518Z | Checking time v0.3.47 |
| 2003 | 2026-07-20T03:13:27.606Z | Checking httpdate v1.0.3 |
| 2004 | 2026-07-20T03:13:27.641Z | Checking clap v4.6.1 |
| 2005 | 2026-07-20T03:13:27.674Z | Checking untrusted v0.7.1 |
| 2006 | 2026-07-20T03:13:27.709Z | Checking want v0.3.1 |
| 2007 | 2026-07-20T03:13:27.742Z | Checking h2 v0.4.15 |
| 2008 | 2026-07-20T03:13:27.776Z | Checking ipnetwork v0.21.1 |
| 2009 | 2026-07-20T03:13:27.779Z | Checking hex v0.4.3 |
| 2010 | 2026-07-20T03:13:27.840Z | Checking aws-lc-rs v1.16.3 |
| 2011 | 2026-07-20T03:13:27.872Z | Checking anyhow v1.0.102 |
| 2012 | 2026-07-20T03:13:28.008Z | Checking ryu v1.0.23 |
| 2013 | 2026-07-20T03:13:28.046Z | Checking tower-service v0.3.3 |
| 2014 | 2026-07-20T03:13:28.090Z | Checking tower-layer v0.3.3 |
| 2015 | 2026-07-20T03:13:28.162Z | Checking pem-rfc7468 v0.7.0 |
| 2016 | 2026-07-20T03:13:28.195Z | Checking spin v0.9.8 |
| 2017 | 2026-07-20T03:13:28.263Z | Checking flagset v0.4.7 |
| 2018 | 2026-07-20T03:13:28.342Z | Checking tempfile v3.25.0 |
| 2019 | 2026-07-20T03:13:28.402Z | Checking untrusted v0.9.0 |
| 2020 | 2026-07-20T03:13:28.435Z | Checking der v0.7.10 |
| 2021 | 2026-07-20T03:13:28.537Z | Checking mime v0.3.17 |
| 2022 | 2026-07-20T03:13:28.570Z | Checking simd-adler32 v0.3.8 |
| 2023 | 2026-07-20T03:13:28.658Z | Checking adler2 v2.0.1 |
| 2024 | 2026-07-20T03:13:28.695Z | Checking http-body-util v0.1.3 |
| 2025 | 2026-07-20T03:13:28.698Z | Checking rustls-webpki v0.103.13 |
| 2026 | 2026-07-20T03:13:28.759Z | Checking block-padding v0.4.2 |
| 2027 | 2026-07-20T03:13:28.764Z | Checking camino v1.2.2 |
| 2028 | 2026-07-20T03:13:28.822Z | Checking miniz_oxide v0.8.9 |
| 2029 | 2026-07-20T03:13:28.920Z | Checking inout v0.2.2 |
| 2030 | 2026-07-20T03:13:28.953Z | Checking openssl-probe v0.2.1 |
| 2031 | 2026-07-20T03:13:29.054Z | Checking pretty-hex v0.4.1 |
| 2032 | 2026-07-20T03:13:29.089Z | Checking serde_urlencoded v0.7.1 |
| 2033 | 2026-07-20T03:13:29.092Z | Checking rand_chacha v0.3.1 |
| 2034 | 2026-07-20T03:13:29.159Z | Checking rustls v0.23.41 |
| 2035 | 2026-07-20T03:13:29.195Z | Checking encoding_rs v0.8.35 |
| 2036 | 2026-07-20T03:13:29.200Z | Checking plain v0.2.3 |
| 2037 | 2026-07-20T03:13:29.201Z | Checking spki v0.7.3 |
| 2038 | 2026-07-20T03:13:29.350Z | Checking cipher v0.5.2 |
| 2039 | 2026-07-20T03:13:29.353Z | Checking rand v0.8.6 |
| 2040 | 2026-07-20T03:13:29.354Z | Checking regex v1.12.3 |
| 2041 | 2026-07-20T03:13:29.444Z | Checking oxnet v0.1.6 |
| 2042 | 2026-07-20T03:13:29.515Z | Checking ucd-trie v0.1.7 |
| 2043 | 2026-07-20T03:13:29.627Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-07-20T03:13:29.682Z | Checking pest v2.8.6 |
| 2045 | 2026-07-20T03:13:29.716Z | Checking sync_wrapper v1.0.2 |
| 2046 | 2026-07-20T03:13:29.749Z | Checking pkcs8 v0.10.2 |
| 2047 | 2026-07-20T03:13:29.782Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-07-20T03:13:29.842Z | Checking tower v0.5.3 |
| 2049 | 2026-07-20T03:13:29.913Z | Checking iri-string v0.7.10 |
| 2050 | 2026-07-20T03:13:29.947Z | Checking either v1.15.0 |
| 2051 | 2026-07-20T03:13:29.982Z | Checking futures v0.3.32 |
| 2052 | 2026-07-20T03:13:30.085Z | Checking zlib-rs v0.6.2 |
| 2053 | 2026-07-20T03:13:30.156Z | Checking sha2 v0.10.9 |
| 2054 | 2026-07-20T03:13:30.202Z | Checking static_assertions v1.1.0 |
| 2055 | 2026-07-20T03:13:30.247Z | Checking foldhash v0.2.0 |
| 2056 | 2026-07-20T03:13:30.298Z | Checking lazy_static v1.5.0 |
| 2057 | 2026-07-20T03:13:30.416Z | Checking openapiv3 v2.2.0 |
| 2058 | 2026-07-20T03:13:30.449Z | Checking hashbrown v0.16.1 |
| 2059 | 2026-07-20T03:13:30.480Z | Checking hubpack v0.1.2 |
| 2060 | 2026-07-20T03:13:30.526Z | Checking hyper v1.10.1 |
| 2061 | 2026-07-20T03:13:30.673Z | Checking strum v0.26.3 |
| 2062 | 2026-07-20T03:13:30.745Z | Checking rustls-native-certs v0.8.3 |
| 2063 | 2026-07-20T03:13:30.808Z | Checking signature v2.2.0 |
| 2064 | 2026-07-20T03:13:30.900Z | Checking num-integer v0.1.46 |
| 2065 | 2026-07-20T03:13:30.954Z | Checking tower-http v0.6.8 |
| 2066 | 2026-07-20T03:13:30.980Z | Checking psl-types v2.0.11 |
| 2067 | 2026-07-20T03:13:30.983Z | Checking tinyvec_macros v0.1.1 |
| 2068 | 2026-07-20T03:13:31.044Z | Checking flate2 v1.1.9 |
| 2069 | 2026-07-20T03:13:31.103Z | Checking bit-vec v0.8.0 |
| 2070 | 2026-07-20T03:13:31.138Z | Checking publicsuffix v2.3.0 |
| 2071 | 2026-07-20T03:13:31.169Z | Checking tinyvec v1.10.0 |
| 2072 | 2026-07-20T03:13:31.246Z | Checking cookie v0.18.1 |
| 2073 | 2026-07-20T03:13:31.320Z | Checking wait-timeout v0.2.1 |
| 2074 | 2026-07-20T03:13:31.323Z | Checking bit-set v0.8.0 |
| 2075 | 2026-07-20T03:13:31.386Z | Checking anstyle-parse v0.2.7 |
| 2076 | 2026-07-20T03:13:31.450Z | Checking tokio-rustls v0.26.4 |
| 2077 | 2026-07-20T03:13:31.486Z | Checking rustls-platform-verifier v0.6.2 |
| 2078 | 2026-07-20T03:13:31.518Z | Checking ahash v0.8.12 |
| 2079 | 2026-07-20T03:13:31.521Z | Checking hyper-util v0.1.20 |
| 2080 | 2026-07-20T03:13:31.548Z | Checking cookie_store v0.22.1 |
| 2081 | 2026-07-20T03:13:31.614Z | Checking toml_datetime v0.6.11 |
| 2082 | 2026-07-20T03:13:31.617Z | Checking serde_spanned v0.6.9 |
| 2083 | 2026-07-20T03:13:31.680Z | Checking scroll v0.13.0 |
| 2084 | 2026-07-20T03:13:31.713Z | Checking quick-error v1.2.3 |
| 2085 | 2026-07-20T03:13:31.716Z | Checking anstream v0.6.21 |
| 2086 | 2026-07-20T03:13:31.778Z | Checking rand_xorshift v0.4.0 |
| 2087 | 2026-07-20T03:13:31.814Z | Checking memmap2 v0.9.10 |
| 2088 | 2026-07-20T03:13:31.817Z | Checking unarray v0.1.4 |
| 2089 | 2026-07-20T03:13:31.878Z | Checking rusty-fork v0.3.1 |
| 2090 | 2026-07-20T03:13:31.920Z | Checking data-encoding v2.10.0 |
| 2091 | 2026-07-20T03:13:31.924Z | Checking goblin v0.10.5 |
| 2092 | 2026-07-20T03:13:31.925Z | Checking dtrace-parser v0.3.0 |
| 2093 | 2026-07-20T03:13:32.016Z | Checking x509-cert v0.2.5 |
| 2094 | 2026-07-20T03:13:32.021Z | Checking bstr v1.12.1 |
| 2095 | 2026-07-20T03:13:32.021Z | Checking hmac v0.12.1 |
| 2096 | 2026-07-20T03:13:32.108Z | Checking proptest v1.10.0 |
| 2097 | 2026-07-20T03:13:32.198Z | Checking thread-id v5.1.0 |
| 2098 | 2026-07-20T03:13:32.201Z | Checking num-iter v0.1.45 |
| 2099 | 2026-07-20T03:13:32.201Z | Checking crossbeam-epoch v0.9.18 |
| 2100 | 2026-07-20T03:13:32.304Z | Checking memoffset v0.9.1 |
| 2101 | 2026-07-20T03:13:32.364Z | Checking scroll v0.12.0 |
| 2102 | 2026-07-20T03:13:32.410Z | Checking env_filter v1.0.0 |
| 2103 | 2026-07-20T03:13:32.480Z | Checking num-bigint-dig v0.8.6 |
| 2104 | 2026-07-20T03:13:32.515Z | Checking pkcs1 v0.7.5 |
| 2105 | 2026-07-20T03:13:32.575Z | Checking env_logger v0.11.9 |
| 2106 | 2026-07-20T03:13:32.615Z | Checking goblin v0.8.2 |
| 2107 | 2026-07-20T03:13:32.682Z | Checking zerocopy v0.7.35 |
| 2108 | 2026-07-20T03:13:32.741Z | Checking rustix v0.38.44 |
| 2109 | 2026-07-20T03:13:32.787Z | Checking foreign-types-shared v0.1.1 |
| 2110 | 2026-07-20T03:13:32.822Z | Checking hyper-rustls v0.27.7 |
| 2111 | 2026-07-20T03:13:32.897Z | Checking unicode-segmentation v1.12.0 |
| 2112 | 2026-07-20T03:13:33.048Z | Checking reqwest v0.13.2 |
| 2113 | 2026-07-20T03:13:33.185Z | Checking foreign-types v0.3.2 |
| 2114 | 2026-07-20T03:13:33.226Z | Checking dtrace-parser v0.2.0 |
| 2115 | 2026-07-20T03:13:33.279Z | Checking ff v0.13.1 |
| 2116 | 2026-07-20T03:13:33.314Z | Checking rsa v0.9.10 |
| 2117 | 2026-07-20T03:13:33.433Z | Checking openssl-sys v0.9.115 |
| 2118 | 2026-07-20T03:13:33.484Z | Checking thread-id v4.2.2 |
| 2119 | 2026-07-20T03:13:33.543Z | Checking same-file v1.0.6 |
| 2120 | 2026-07-20T03:13:33.592Z | Checking base16ct v0.2.0 |
| 2121 | 2026-07-20T03:13:33.689Z | Checking winnow v0.5.40 |
| 2122 | 2026-07-20T03:13:33.744Z | Checking sec1 v0.7.3 |
| 2123 | 2026-07-20T03:13:33.807Z | Checking walkdir v2.5.0 |
| 2124 | 2026-07-20T03:13:33.842Z | Checking openssl v0.10.79 |
| 2125 | 2026-07-20T03:13:33.885Z | Checking newtype-uuid v1.3.2 |
| 2126 | 2026-07-20T03:13:33.928Z | Checking group v0.13.0 |
| 2127 | 2026-07-20T03:13:33.969Z | Checking nix v0.31.2 |
| 2128 | 2026-07-20T03:13:34.003Z | Checking hkdf v0.12.4 |
| 2129 | 2026-07-20T03:13:34.096Z | Checking serde_with v3.21.0 |
| 2130 | 2026-07-20T03:13:34.132Z | Checking daft v0.1.7 |
| 2131 | 2026-07-20T03:13:34.166Z | Checking crypto-bigint v0.5.5 |
| 2132 | 2026-07-20T03:13:34.288Z | Checking dof v0.4.0 |
| 2133 | 2026-07-20T03:13:34.390Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2134 | 2026-07-20T03:13:34.503Z | Checking keccak v0.1.6 |
| 2135 | 2026-07-20T03:13:34.563Z | Checking dof v0.3.0 |
| 2136 | 2026-07-20T03:13:34.694Z | Checking winnow v0.7.14 |
| 2137 | 2026-07-20T03:13:34.867Z | Checking usdt-impl v0.5.0 |
| 2138 | 2026-07-20T03:13:34.870Z | Checking toml_edit v0.19.15 |
| 2139 | 2026-07-20T03:13:34.943Z | Checking usdt-impl v0.6.0 |
| 2140 | 2026-07-20T03:13:35.087Z | Checking elliptic-curve v0.13.8 |
| 2141 | 2026-07-20T03:13:35.173Z | Checking sha3 v0.10.8 |
| 2142 | 2026-07-20T03:13:35.208Z | Checking bzip2 v0.4.4 |
| 2143 | 2026-07-20T03:13:35.248Z | Checking usdt v0.6.0 |
| 2144 | 2026-07-20T03:13:35.394Z | Checking unicode-normalization v0.1.25 |
| 2145 | 2026-07-20T03:13:35.430Z | Checking itertools v0.13.0 |
| 2146 | 2026-07-20T03:13:35.433Z | Checking bitflags v1.3.2 |
| 2147 | 2026-07-20T03:13:35.492Z | Checking winnow v1.0.3 |
| 2148 | 2026-07-20T03:13:35.557Z | Checking siphasher v1.0.2 |
| 2149 | 2026-07-20T03:13:35.592Z | Checking zip v0.6.6 |
| 2150 | 2026-07-20T03:13:35.741Z | Checking signal-hook v0.3.18 |
| 2151 | 2026-07-20T03:13:35.802Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2152 | 2026-07-20T03:13:35.836Z | Checking toml_write v0.1.2 |
| 2153 | 2026-07-20T03:13:35.869Z | Checking native-tls v0.2.18 |
| 2154 | 2026-07-20T03:13:35.902Z | Checking managed v0.8.0 |
| 2155 | 2026-07-20T03:13:35.938Z | Checking toml v0.7.8 |
| 2156 | 2026-07-20T03:13:35.941Z | Checking globset v0.4.18 |
| 2157 | 2026-07-20T03:13:36.005Z | Checking chacha20 v0.10.0 |
| 2158 | 2026-07-20T03:13:36.037Z | Checking toml_edit v0.22.27 |
| 2159 | 2026-07-20T03:13:36.072Z | Checking tokio-native-tls v0.3.1 |
| 2160 | 2026-07-20T03:13:36.116Z | Checking curve25519-dalek v4.1.3 |
| 2161 | 2026-07-20T03:13:36.171Z | Checking object v0.37.3 |
| 2162 | 2026-07-20T03:13:36.244Z | Checking foldhash v0.1.5 |
| 2163 | 2026-07-20T03:13:36.278Z | Checking signal-hook-mio v0.2.5 |
| 2164 | 2026-07-20T03:13:36.281Z | Checking hyper-tls v0.6.0 |
| 2165 | 2026-07-20T03:13:36.282Z | Checking ed25519 v2.2.3 |
| 2166 | 2026-07-20T03:13:36.404Z | Checking hashbrown v0.15.5 |
| 2167 | 2026-07-20T03:13:36.407Z | Checking ref-cast v1.0.25 |
| 2168 | 2026-07-20T03:13:36.502Z | Checking pin-project v1.1.11 |
| 2169 | 2026-07-20T03:13:36.536Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2170 | 2026-07-20T03:13:36.570Z | Checking reqwest v0.12.28 |
| 2171 | 2026-07-20T03:13:36.573Z | Checking pem v3.0.6 |
| 2172 | 2026-07-20T03:13:36.635Z | Checking libbz2-rs-sys v0.2.2 |
| 2173 | 2026-07-20T03:13:36.669Z | Checking zstd-safe v7.2.4 |
| 2174 | 2026-07-20T03:13:36.780Z | Checking bumpalo v3.20.2 |
| 2175 | 2026-07-20T03:13:36.855Z | Checking zstd v0.13.3 |
| 2176 | 2026-07-20T03:13:36.901Z | Checking snafu v0.8.9 |
| 2177 | 2026-07-20T03:13:36.936Z | Checking ed25519-dalek v2.2.0 |
| 2178 | 2026-07-20T03:13:37.006Z | Checking zopfli v0.8.3 |
| 2179 | 2026-07-20T03:13:37.046Z | Checking bzip2 v0.6.1 |
| 2180 | 2026-07-20T03:13:37.080Z | Checking crossterm v0.28.1 |
| 2181 | 2026-07-20T03:13:37.155Z | Checking olpc-cjson v0.1.4 |
| 2182 | 2026-07-20T03:13:37.191Z | Checking similar v2.7.0 |
| 2183 | 2026-07-20T03:13:37.194Z | Checking fs-err v3.3.0 |
| 2184 | 2026-07-20T03:13:37.257Z | Checking hash32 v0.2.1 |
| 2185 | 2026-07-20T03:13:37.316Z | Checking serde-big-array v0.5.1 |
| 2186 | 2026-07-20T03:13:37.351Z | Checking serde_plain v1.0.2 |
| 2187 | 2026-07-20T03:13:37.384Z | Checking typed-path v0.9.3 |
| 2188 | 2026-07-20T03:13:37.431Z | Checking jiff v0.2.21 |
| 2189 | 2026-07-20T03:13:37.472Z | Checking unicode-bidi v0.3.18 |
| 2190 | 2026-07-20T03:13:37.510Z | Checking unicode-properties v0.1.4 |
| 2191 | 2026-07-20T03:13:37.545Z | Checking predicates-core v1.0.10 |
| 2192 | 2026-07-20T03:13:37.617Z | Checking heapless v0.7.17 |
| 2193 | 2026-07-20T03:13:37.692Z | Checking hickory-proto v0.25.2 |
| 2194 | 2026-07-20T03:13:37.726Z | Checking byte-wrapper v0.1.0 |
| 2195 | 2026-07-20T03:13:37.796Z | Checking stringprep v0.1.5 |
| 2196 | 2026-07-20T03:13:37.831Z | Checking md-5 v0.10.6 |
| 2197 | 2026-07-20T03:13:37.955Z | Checking float-cmp v0.10.0 |
| 2198 | 2026-07-20T03:13:37.988Z | Checking fallible-iterator v0.2.0 |
| 2199 | 2026-07-20T03:13:38.019Z | Checking difflib v0.4.0 |
| 2200 | 2026-07-20T03:13:38.055Z | Checking normalize-line-endings v0.3.0 |
| 2201 | 2026-07-20T03:13:38.109Z | Checking smoltcp v0.9.1 |
| 2202 | 2026-07-20T03:13:38.159Z | Checking tough v0.22.0 |
| 2203 | 2026-07-20T03:13:38.193Z | Checking iddqd v0.4.2 |
| 2204 | 2026-07-20T03:13:38.231Z | Checking predicates v3.1.4 |
| 2205 | 2026-07-20T03:13:38.278Z | Checking postgres-protocol v0.6.10 |
| 2206 | 2026-07-20T03:13:38.495Z | Checking phf_shared v0.11.3 |
| 2207 | 2026-07-20T03:13:38.545Z | Checking phf_shared v0.13.1 |
| 2208 | 2026-07-20T03:13:38.616Z | Checking tokio-stream v0.1.18 |
| 2209 | 2026-07-20T03:13:38.665Z | Checking buf-list v1.1.2 |
| 2210 | 2026-07-20T03:13:38.720Z | Checking strum v0.27.2 |
| 2211 | 2026-07-20T03:13:38.767Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-07-20T03:13:38.855Z | Checking new_debug_unreachable v1.0.6 |
| 2213 | 2026-07-20T03:13:38.891Z | Checking lalrpop-util v0.19.12 |
| 2214 | 2026-07-20T03:13:38.894Z | Checking fixedbitset v0.5.7 |
| 2215 | 2026-07-20T03:13:38.956Z | Checking fixedbitset v0.4.2 |
| 2216 | 2026-07-20T03:13:39.012Z | Checking string_cache v0.8.9 |
| 2217 | 2026-07-20T03:13:39.080Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2218 | 2026-07-20T03:13:39.115Z | Checking phf v0.13.1 |
| 2219 | 2026-07-20T03:13:39.149Z | Checking petgraph v0.8.3 |
| 2220 | 2026-07-20T03:13:39.152Z | Checking petgraph v0.6.5 |
| 2221 | 2026-07-20T03:13:39.214Z | Checking postgres-types v0.2.12 |
| 2222 | 2026-07-20T03:13:39.285Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2223 | 2026-07-20T03:13:39.559Z | Checking peg-runtime v0.8.5 |
| 2224 | 2026-07-20T03:13:39.599Z | Checking whoami v2.1.0 |
| 2225 | 2026-07-20T03:13:39.655Z | Checking zip v4.6.1 |
| 2226 | 2026-07-20T03:13:39.819Z | Checking tokio-postgres v0.7.16 |
| 2227 | 2026-07-20T03:13:39.857Z | Checking is-terminal v0.4.17 |
| 2228 | 2026-07-20T03:13:39.974Z | Checking crossbeam-channel v0.5.15 |
| 2229 | 2026-07-20T03:13:40.222Z | Checking thread_local v1.1.9 |
| 2230 | 2026-07-20T03:13:40.260Z | Compiling structmeta-derive v0.3.0 |
| 2231 | 2026-07-20T03:13:40.337Z | Checking term v1.2.1 |
| 2232 | 2026-07-20T03:13:40.398Z | Checking take_mut v0.2.2 |
| 2233 | 2026-07-20T03:13:40.434Z | Compiling newtype-uuid-macros v0.1.0 |
| 2234 | 2026-07-20T03:13:40.504Z | Compiling multer v3.1.0 |
| 2235 | 2026-07-20T03:13:40.538Z | Checking slog-async v2.8.0 |
| 2236 | 2026-07-20T03:13:40.577Z | Checking slog-term v2.9.2 |
| 2237 | 2026-07-20T03:13:40.763Z | Compiling async-stream-impl v0.3.6 |
| 2238 | 2026-07-20T03:13:40.766Z | Checking match_cfg v0.1.0 |
| 2239 | 2026-07-20T03:13:40.829Z | Checking slog-json v2.6.1 |
| 2240 | 2026-07-20T03:13:40.860Z | Compiling dropshot v0.17.1 |
| 2241 | 2026-07-20T03:13:40.892Z | Checking hostname v0.3.1 |
| 2242 | 2026-07-20T03:13:41.020Z | Compiling dropshot_endpoint v0.17.1 |
| 2243 | 2026-07-20T03:13:41.054Z | Checking slog-bunyan v2.5.0 |
| 2244 | 2026-07-20T03:13:41.137Z | Checking debug-ignore v1.0.5 |
| 2245 | 2026-07-20T03:13:41.179Z | Checking sha1 v0.11.0 |
| 2246 | 2026-07-20T03:13:41.214Z | Checking serde_spanned v1.1.1 |
| 2247 | 2026-07-20T03:13:41.217Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2248 | 2026-07-20T03:13:41.277Z | Checking serde_path_to_error v0.1.20 |
| 2249 | 2026-07-20T03:13:41.371Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2250 | 2026-07-20T03:13:41.436Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2251 | 2026-07-20T03:13:41.469Z | Compiling structmeta v0.3.0 |
| 2252 | 2026-07-20T03:13:41.471Z | Checking compression-core v0.4.31 |
| 2253 | 2026-07-20T03:13:41.535Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2254 | 2026-07-20T03:13:41.573Z | Checking progenitor-client v0.14.0 |
| 2255 | 2026-07-20T03:13:41.607Z | Checking async-stream v0.3.6 |
| 2256 | 2026-07-20T03:13:41.638Z | Checking compression-codecs v0.4.37 |
| 2257 | 2026-07-20T03:13:41.733Z | Compiling derive-ex v0.1.8 |
| 2258 | 2026-07-20T03:13:41.767Z | Checking rustls-pemfile v2.2.0 |
| 2259 | 2026-07-20T03:13:41.770Z | Checking toml v1.1.2+spec-1.1.0 |
| 2260 | 2026-07-20T03:13:41.831Z | Checking async-compression v0.4.41 |
| 2261 | 2026-07-20T03:13:41.834Z | Checking waitgroup v0.1.2 |
| 2262 | 2026-07-20T03:13:41.895Z | Checking hostname v0.4.2 |
| 2263 | 2026-07-20T03:13:41.933Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2264 | 2026-07-20T03:13:41.968Z | Checking atomicwrites v0.4.4 |
| 2265 | 2026-07-20T03:13:42.001Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2266 | 2026-07-20T03:13:42.033Z | Checking itertools v0.14.0 |
| 2267 | 2026-07-20T03:13:42.067Z | Compiling parse-display-derive v0.10.0 |
| 2268 | 2026-07-20T03:13:42.101Z | Checking macaddr v1.0.1 |
| 2269 | 2026-07-20T03:13:42.136Z | Checking regress v0.10.5 |
| 2270 | 2026-07-20T03:13:42.185Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2271 | 2026-07-20T03:13:42.307Z | Checking instant v0.1.13 |
| 2272 | 2026-07-20T03:13:42.360Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2273 | 2026-07-20T03:13:42.420Z | Checking backoff v0.4.0 |
| 2274 | 2026-07-20T03:13:42.621Z | Checking backon v1.6.0 |
| 2275 | 2026-07-20T03:13:42.658Z | Checking humantime v2.3.0 |
| 2276 | 2026-07-20T03:13:42.661Z | Checking unicode-width v0.2.0 |
| 2277 | 2026-07-20T03:13:42.839Z | Checking progenitor-extras v0.2.0 |
| 2278 | 2026-07-20T03:13:42.871Z | Compiling convert_case v0.4.0 |
| 2279 | 2026-07-20T03:13:42.959Z | Checking half v2.7.1 |
| 2280 | 2026-07-20T03:13:43.088Z | Checking ciborium-io v0.2.2 |
| 2281 | 2026-07-20T03:13:43.125Z | Checking heck v0.5.0 |
| 2282 | 2026-07-20T03:13:43.207Z | Checking secrecy v0.10.3 |
| 2283 | 2026-07-20T03:13:43.247Z | Checking ciborium-ll v0.2.2 |
| 2284 | 2026-07-20T03:13:43.279Z | Checking camino-tempfile v1.4.1 |
| 2285 | 2026-07-20T03:13:43.282Z | Compiling derive_more v0.99.20 |
| 2286 | 2026-07-20T03:13:43.353Z | Checking indent_write v2.2.0 |
| 2287 | 2026-07-20T03:13:43.417Z | Compiling test-strategy v0.4.5 |
| 2288 | 2026-07-20T03:13:43.451Z | Checking ciborium v0.2.2 |
| 2289 | 2026-07-20T03:13:43.480Z | Compiling regress v0.11.1 |
| 2290 | 2026-07-20T03:13:43.511Z | Compiling crucible-workspace-hack v0.1.0 |
| 2291 | 2026-07-20T03:13:43.571Z | Checking inout v0.1.4 |
| 2292 | 2026-07-20T03:13:43.760Z | Checking cipher v0.4.4 |
| 2293 | 2026-07-20T03:13:43.792Z | Checking parse-display v0.10.0 |
| 2294 | 2026-07-20T03:13:43.884Z | Checking universal-hash v0.5.1 |
| 2295 | 2026-07-20T03:13:43.918Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2296 | 2026-07-20T03:13:43.960Z | Checking opaque-debug v0.3.1 |
| 2297 | 2026-07-20T03:13:43.993Z | Checking chacha20 v0.9.1 |
| 2298 | 2026-07-20T03:13:44.064Z | Checking poly1305 v0.8.0 |
| 2299 | 2026-07-20T03:13:44.210Z | Checking blake2 v0.10.6 |
| 2300 | 2026-07-20T03:13:44.351Z | Checking aead v0.5.2 |
| 2301 | 2026-07-20T03:13:44.473Z | Checking password-hash v0.5.0 |
| 2302 | 2026-07-20T03:13:44.519Z | Checking chacha20poly1305 v0.10.1 |
| 2303 | 2026-07-20T03:13:44.673Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2304 | 2026-07-20T03:13:44.725Z | Checking argon2 v0.5.3 |
| 2305 | 2026-07-20T03:13:44.802Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2306 | 2026-07-20T03:13:44.916Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2307 | 2026-07-20T03:13:45.087Z | Compiling typify-impl v0.6.2 |
| 2308 | 2026-07-20T03:13:45.123Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2309 | 2026-07-20T03:13:45.127Z | Checking thiserror-no-std v2.0.2 |
| 2310 | 2026-07-20T03:13:45.127Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2311 | 2026-07-20T03:13:45.269Z | Checking vsss-rs v3.3.4 |
| 2312 | 2026-07-20T03:13:45.312Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2313 | 2026-07-20T03:13:45.447Z | Compiling unsafe-libyaml v0.2.11 |
| 2314 | 2026-07-20T03:13:45.484Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2315 | 2026-07-20T03:13:45.886Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2316 | 2026-07-20T03:13:46.224Z | Compiling serde_yaml v0.9.34+deprecated |
| 2317 | 2026-07-20T03:13:46.476Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2318 | 2026-07-20T03:13:46.661Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2319 | 2026-07-20T03:13:46.714Z | Checking swrite v0.1.0 |
| 2320 | 2026-07-20T03:13:46.780Z | Checking crossbeam-deque v0.8.6 |
| 2321 | 2026-07-20T03:13:46.830Z | Compiling rayon-core v1.13.0 |
| 2322 | 2026-07-20T03:13:46.910Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2323 | 2026-07-20T03:13:47.025Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2324 | 2026-07-20T03:13:47.146Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2325 | 2026-07-20T03:13:47.187Z | Compiling darling_core v0.21.3 |
| 2326 | 2026-07-20T03:13:47.457Z | Compiling proc-macro-error v1.0.4 |
| 2327 | 2026-07-20T03:13:47.670Z | Checking rayon v1.11.0 |
| 2328 | 2026-07-20T03:13:47.719Z | Compiling proc-macro-crate v3.4.0 |
| 2329 | 2026-07-20T03:13:47.791Z | Checking toml v0.8.23 |
| 2330 | 2026-07-20T03:13:48.143Z | Checking tabwriter v1.4.1 |
| 2331 | 2026-07-20T03:13:48.211Z | Checking glob v0.3.3 |
| 2332 | 2026-07-20T03:13:48.271Z | Compiling heapless v0.8.0 |
| 2333 | 2026-07-20T03:13:48.304Z | Compiling num_enum_derive v0.7.6 |
| 2334 | 2026-07-20T03:13:48.334Z | Checking colored v3.1.1 |
| 2335 | 2026-07-20T03:13:48.422Z | Checking hash32 v0.3.1 |
| 2336 | 2026-07-20T03:13:48.555Z | Checking unicode-width v0.1.14 |
| 2337 | 2026-07-20T03:13:48.588Z | Compiling smoltcp v0.11.0 |
| 2338 | 2026-07-20T03:13:48.814Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2339 | 2026-07-20T03:13:49.007Z | Checking cobs v0.3.0 |
| 2340 | 2026-07-20T03:13:49.100Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2341 | 2026-07-20T03:13:49.138Z | Compiling usdt-attr-macro v0.5.0 |
| 2342 | 2026-07-20T03:13:49.170Z | Compiling usdt-macro v0.5.0 |
| 2343 | 2026-07-20T03:13:49.203Z | Checking memmap v0.7.0 |
| 2344 | 2026-07-20T03:13:49.256Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2345 | 2026-07-20T03:13:49.354Z | Checking num_enum v0.7.6 |
| 2346 | 2026-07-20T03:13:49.507Z | Checking postcard v1.1.3 |
| 2347 | 2026-07-20T03:13:49.555Z | Checking rand v0.10.1 |
| 2348 | 2026-07-20T03:13:49.641Z | Compiling typify-macro v0.6.2 |
| 2349 | 2026-07-20T03:13:49.674Z | Compiling darling_macro v0.21.3 |
| 2350 | 2026-07-20T03:13:49.831Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2351 | 2026-07-20T03:13:49.927Z | Compiling proc-macro-crate v1.3.1 |
| 2352 | 2026-07-20T03:13:49.962Z | Checking usdt v0.5.0 |
| 2353 | 2026-07-20T03:13:50.059Z | Checking sigpipe v0.1.3 |
| 2354 | 2026-07-20T03:13:50.092Z | Compiling foreign-types-macros v0.2.3 |
| 2355 | 2026-07-20T03:13:50.154Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2356 | 2026-07-20T03:13:50.188Z | Checking foreign-types-shared v0.3.1 |
| 2357 | 2026-07-20T03:13:50.219Z | Compiling darling v0.21.3 |
| 2358 | 2026-07-20T03:13:50.335Z | Compiling ingot-macros v0.1.1 |
| 2359 | 2026-07-20T03:13:50.366Z | Compiling num_enum_derive v0.5.11 |
| 2360 | 2026-07-20T03:13:50.474Z | Checking cstr-argument v0.1.2 |
| 2361 | 2026-07-20T03:13:50.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2362 | 2026-07-20T03:13:50.600Z | Compiling num-derive v0.4.2 |
| 2363 | 2026-07-20T03:13:50.633Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2364 | 2026-07-20T03:13:50.702Z | Checking foreign-types v0.5.0 |
| 2365 | 2026-07-20T03:13:50.807Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2366 | 2026-07-20T03:13:51.096Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2367 | 2026-07-20T03:13:51.136Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2368 | 2026-07-20T03:13:51.171Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2369 | 2026-07-20T03:13:51.228Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2370 | 2026-07-20T03:13:51.341Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2371 | 2026-07-20T03:13:51.373Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2372 | 2026-07-20T03:13:51.472Z | Checking num_enum v0.5.11 |
| 2373 | 2026-07-20T03:13:51.475Z | Compiling typify v0.6.2 |
| 2374 | 2026-07-20T03:13:51.593Z | Compiling zone_cfg_derive v0.3.1 |
| 2375 | 2026-07-20T03:13:51.626Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2376 | 2026-07-20T03:13:51.656Z | Compiling progenitor-impl v0.14.0 |
| 2377 | 2026-07-20T03:13:51.786Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2378 | 2026-07-20T03:13:51.822Z | Checking itertools v0.12.1 |
| 2379 | 2026-07-20T03:13:51.986Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2380 | 2026-07-20T03:13:52.268Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2381 | 2026-07-20T03:13:52.302Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2382 | 2026-07-20T03:13:52.451Z | Checking smf v0.2.3 |
| 2383 | 2026-07-20T03:13:52.485Z | Checking whoami v1.6.1 |
| 2384 | 2026-07-20T03:13:52.583Z | Checking tokio-dtrace v0.1.1 |
| 2385 | 2026-07-20T03:13:52.650Z | Compiling derive-where v1.6.0 |
| 2386 | 2026-07-20T03:13:52.685Z | Checking console v0.15.11 |
| 2387 | 2026-07-20T03:13:52.716Z | Checking newline-converter v0.3.0 |
| 2388 | 2026-07-20T03:13:52.792Z | Checking oxide-tokio-rt v0.1.4 |
| 2389 | 2026-07-20T03:13:52.851Z | Checking bytecount v0.6.9 |
| 2390 | 2026-07-20T03:13:52.884Z | Checking zone v0.3.1 |
| 2391 | 2026-07-20T03:13:52.980Z | Compiling owo-colors v4.3.0 |
| 2392 | 2026-07-20T03:13:52.983Z | Checking expectorate v1.2.0 |
| 2393 | 2026-07-20T03:13:53.031Z | Compiling cancel-safe-futures v0.1.5 |
| 2394 | 2026-07-20T03:13:53.169Z | Checking libsw-core v0.3.2 |
| 2395 | 2026-07-20T03:13:53.218Z | Checking ingot-types v0.1.2 |
| 2396 | 2026-07-20T03:13:53.259Z | Checking num-rational v0.4.2 |
| 2397 | 2026-07-20T03:13:53.369Z | Checking libsw v3.5.0 |
| 2398 | 2026-07-20T03:13:53.555Z | Checking num-complex v0.4.6 |
| 2399 | 2026-07-20T03:13:53.588Z | Checking linear-map v1.2.0 |
| 2400 | 2026-07-20T03:13:53.622Z | Checking ingot v0.1.1 |
| 2401 | 2026-07-20T03:13:53.625Z | Checking float-ord v0.3.2 |
| 2402 | 2026-07-20T03:13:53.778Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2403 | 2026-07-20T03:13:53.781Z | Checking gethostname v0.5.0 |
| 2404 | 2026-07-20T03:13:53.915Z | Checking num v0.4.3 |
| 2405 | 2026-07-20T03:13:53.948Z | Compiling prettyplease v0.2.37 |
| 2406 | 2026-07-20T03:13:53.979Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2407 | 2026-07-20T03:13:54.013Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2408 | 2026-07-20T03:13:54.044Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2409 | 2026-07-20T03:13:54.284Z | Compiling progenitor-macro v0.14.0 |
| 2410 | 2026-07-20T03:13:54.388Z | Checking resolv-conf v0.7.6 |
| 2411 | 2026-07-20T03:13:54.449Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2412 | 2026-07-20T03:13:54.602Z | Checking smawk v0.3.2 |
| 2413 | 2026-07-20T03:13:54.760Z | Checking unicode-linebreak v0.1.5 |
| 2414 | 2026-07-20T03:13:54.999Z | Checking papergrid v0.11.0 |
| 2415 | 2026-07-20T03:13:55.259Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2416 | 2026-07-20T03:13:55.543Z | Compiling tabled_derive v0.7.0 |
| 2417 | 2026-07-20T03:13:55.580Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2418 | 2026-07-20T03:13:55.637Z | Compiling convert_case v0.10.0 |
| 2419 | 2026-07-20T03:13:55.789Z | Compiling slog-dtrace v0.3.0 |
| 2420 | 2026-07-20T03:13:55.826Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2421 | 2026-07-20T03:13:55.976Z | Compiling derive_more-impl v2.1.1 |
| 2422 | 2026-07-20T03:13:56.159Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2423 | 2026-07-20T03:13:56.298Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2424 | 2026-07-20T03:13:56.483Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2425 | 2026-07-20T03:13:56.567Z | Checking tabled v0.15.0 |
| 2426 | 2026-07-20T03:13:56.881Z | Checking derive_more v2.1.1 |
| 2427 | 2026-07-20T03:13:57.003Z | Checking crossterm v0.29.0 |
| 2428 | 2026-07-20T03:13:57.249Z | Checking linked-hash-map v0.5.6 |
| 2429 | 2026-07-20T03:13:57.449Z | Checking lru-cache v0.1.2 |
| 2430 | 2026-07-20T03:13:57.562Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=ab2941cdf2ab067429a4a68ab2389d2960620b57#ab2941cd) |
| 2431 | 2026-07-20T03:13:57.815Z | Checking hickory-proto v0.24.4 |
| 2432 | 2026-07-20T03:13:57.851Z | Checking fd-lock v4.0.4 |
| 2433 | 2026-07-20T03:13:57.932Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2434 | 2026-07-20T03:13:58.485Z | Checking vte v0.14.1 |
| 2435 | 2026-07-20T03:13:58.778Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2436 | 2026-07-20T03:13:58.817Z | Checking display-error-chain v0.2.2 |
| 2437 | 2026-07-20T03:13:58.911Z | Checking strip-ansi-escapes v0.2.1 |
| 2438 | 2026-07-20T03:13:59.209Z | Checking progenitor v0.14.0 |
| 2439 | 2026-07-20T03:13:59.257Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2440 | 2026-07-20T03:13:59.371Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2441 | 2026-07-20T03:14:00.045Z | Checking termtree v0.5.1 |
| 2442 | 2026-07-20T03:14:00.084Z | Checking nu-ansi-term v0.50.3 |
| 2443 | 2026-07-20T03:14:00.207Z | Checking hickory-resolver v0.24.4 |
| 2444 | 2026-07-20T03:14:00.259Z | Checking textwrap v0.16.2 |
| 2445 | 2026-07-20T03:14:00.293Z | Compiling minimal-lexical v0.2.1 |
| 2446 | 2026-07-20T03:14:00.326Z | Checking reedline v0.40.0 |
| 2447 | 2026-07-20T03:14:00.575Z | Compiling nom v7.1.3 |
| 2448 | 2026-07-20T03:14:00.652Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2449 | 2026-07-20T03:14:00.887Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2450 | 2026-07-20T03:14:00.990Z | Checking qorb v0.4.1 |
| 2451 | 2026-07-20T03:14:01.124Z | Compiling unicode-xid v0.2.6 |
| 2452 | 2026-07-20T03:14:01.283Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2453 | 2026-07-20T03:14:01.544Z | Compiling ar_archive_writer v0.5.1 |
| 2454 | 2026-07-20T03:14:01.720Z | Checking csv-core v0.1.13 |
| 2455 | 2026-07-20T03:14:01.903Z | Compiling stacker v0.1.23 |
| 2456 | 2026-07-20T03:14:01.936Z | Checking csv v1.4.0 |
| 2457 | 2026-07-20T03:14:02.168Z | Checking highway v1.3.0 |
| 2458 | 2026-07-20T03:14:02.210Z | Compiling cfg_aliases v0.1.1 |
| 2459 | 2026-07-20T03:14:02.256Z | Compiling semver v0.1.20 |
| 2460 | 2026-07-20T03:14:02.315Z | Compiling nix v0.28.0 |
| 2461 | 2026-07-20T03:14:02.392Z | Checking nibble_vec v0.1.0 |
| 2462 | 2026-07-20T03:14:02.427Z | Compiling psm v0.1.30 |
| 2463 | 2026-07-20T03:14:02.430Z | Checking endian-type v0.1.2 |
| 2464 | 2026-07-20T03:14:02.550Z | Compiling rustc_version v0.1.7 |
| 2465 | 2026-07-20T03:14:02.594Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2466 | 2026-07-20T03:14:02.617Z | Checking radix_trie v0.2.1 |
| 2467 | 2026-07-20T03:14:02.746Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2468 | 2026-07-20T03:14:02.779Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2469 | 2026-07-20T03:14:02.810Z | Compiling newtype_derive v0.1.6 |
| 2470 | 2026-07-20T03:14:02.852Z | Checking phf_shared v0.12.1 |
| 2471 | 2026-07-20T03:14:03.022Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2472 | 2026-07-20T03:14:03.055Z | Compiling chrono-tz v0.10.4 |
| 2473 | 2026-07-20T03:14:03.316Z | Checking phf v0.12.1 |
| 2474 | 2026-07-20T03:14:03.380Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2475 | 2026-07-20T03:14:03.383Z | Compiling const_format_proc_macros v0.2.34 |
| 2476 | 2026-07-20T03:14:03.444Z | Compiling peg-macros v0.8.5 |
| 2477 | 2026-07-20T03:14:03.476Z | Checking recursive v0.1.1 |
| 2478 | 2026-07-20T03:14:03.509Z | Checking nom v8.0.0 |
| 2479 | 2026-07-20T03:14:03.598Z | Checking winnow v0.6.26 |
| 2480 | 2026-07-20T03:14:03.918Z | Compiling sqlparser_derive v0.5.0 |
| 2481 | 2026-07-20T03:14:04.270Z | Checking unicode_categories v0.1.1 |
| 2482 | 2026-07-20T03:14:04.462Z | Checking home v0.5.12 |
| 2483 | 2026-07-20T03:14:04.546Z | Checking const_format v0.2.35 |
| 2484 | 2026-07-20T03:14:04.613Z | Checking rustyline v14.0.0 |
| 2485 | 2026-07-20T03:14:04.709Z | Checking sqlparser v0.61.0 |
| 2486 | 2026-07-20T03:14:04.780Z | Checking sqlformat v0.3.5 |
| 2487 | 2026-07-20T03:14:04.845Z | Checking peg v0.8.5 |
| 2488 | 2026-07-20T03:14:05.046Z | Checking bcs v0.1.6 |
| 2489 | 2026-07-20T03:14:05.240Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2490 | 2026-07-20T03:14:05.307Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2491 | 2026-07-20T03:14:05.345Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2492 | 2026-07-20T03:14:05.349Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2493 | 2026-07-20T03:14:05.460Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2494 | 2026-07-20T03:14:05.520Z | Checking steno v0.4.1 |
| 2495 | 2026-07-20T03:14:05.664Z | Checking sha1 v0.10.6 |
| 2496 | 2026-07-20T03:14:05.845Z | Checking filetime v0.2.27 |
| 2497 | 2026-07-20T03:14:05.878Z | Checking xattr v1.6.1 |
| 2498 | 2026-07-20T03:14:06.045Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2499 | 2026-07-20T03:14:06.249Z | Checking tar v0.4.46 |
| 2500 | 2026-07-20T03:14:06.415Z | Checking subprocess v0.2.15 |
| 2501 | 2026-07-20T03:14:06.608Z | Checking base64 v0.21.7 |
| 2502 | 2026-07-20T03:14:06.681Z | Checking headers-core v0.3.0 |
| 2503 | 2026-07-20T03:14:06.744Z | Checking yasna v0.5.2 |
| 2504 | 2026-07-20T03:14:06.816Z | Checking headers v0.4.1 |
| 2505 | 2026-07-20T03:14:06.885Z | Checking port-file v0.1.0 |
| 2506 | 2026-07-20T03:14:07.098Z | Checking dropshot-api-manager-types v0.7.2 |
| 2507 | 2026-07-20T03:14:07.164Z | Checking rcgen v0.12.1 |
| 2508 | 2026-07-20T03:14:07.293Z | Checking tagptr v0.2.0 |
| 2509 | 2026-07-20T03:14:07.326Z | Checking utf-8 v0.7.6 |
| 2510 | 2026-07-20T03:14:07.462Z | Checking moka v0.12.13 |
| 2511 | 2026-07-20T03:14:07.494Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2512 | 2026-07-20T03:14:07.526Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2513 | 2026-07-20T03:14:07.669Z | Checking tungstenite v0.21.0 |
| 2514 | 2026-07-20T03:14:07.744Z | Compiling radium v0.7.0 |
| 2515 | 2026-07-20T03:14:08.002Z | Checking tap v1.0.1 |
| 2516 | 2026-07-20T03:14:08.142Z | Checking hickory-resolver v0.25.2 |
| 2517 | 2026-07-20T03:14:08.147Z | Checking tokio-tungstenite v0.21.0 |
| 2518 | 2026-07-20T03:14:08.186Z | Compiling maybe-uninit v2.0.0 |
| 2519 | 2026-07-20T03:14:08.448Z | Compiling libefi-sys v0.1.0 |
| 2520 | 2026-07-20T03:14:08.576Z | Checking wyz v0.5.1 |
| 2521 | 2026-07-20T03:14:08.786Z | Compiling bitfield-struct v0.6.2 |
| 2522 | 2026-07-20T03:14:08.891Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2523 | 2026-07-20T03:14:08.928Z | Compiling zerocopy-derive v0.6.6 |
| 2524 | 2026-07-20T03:14:09.201Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2525 | 2026-07-20T03:14:09.319Z | Checking funty v2.0.0 |
| 2526 | 2026-07-20T03:14:09.377Z | Checking crc-catalog v2.4.0 |
| 2527 | 2026-07-20T03:14:09.428Z | Compiling packed_struct v0.10.1 |
| 2528 | 2026-07-20T03:14:09.461Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2529 | 2026-07-20T03:14:09.497Z | Checking crc v3.4.0 |
| 2530 | 2026-07-20T03:14:09.541Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2531 | 2026-07-20T03:14:09.668Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2532 | 2026-07-20T03:14:09.705Z | Checking bitvec v1.0.1 |
| 2533 | 2026-07-20T03:14:09.832Z | Checking zerocopy v0.6.6 |
| 2534 | 2026-07-20T03:14:09.893Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2535 | 2026-07-20T03:14:09.927Z | Compiling packed_struct_codegen v0.10.1 |
| 2536 | 2026-07-20T03:14:09.969Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2537 | 2026-07-20T03:14:10.003Z | Compiling bitfield-macros v0.19.4 |
| 2538 | 2026-07-20T03:14:10.178Z | Compiling indexmap v1.9.3 |
| 2539 | 2026-07-20T03:14:10.421Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2540 | 2026-07-20T03:14:10.527Z | Checking nodrop v0.1.14 |
| 2541 | 2026-07-20T03:14:10.650Z | Checking array-init v0.0.4 |
| 2542 | 2026-07-20T03:14:10.745Z | Checking bitfield v0.19.4 |
| 2543 | 2026-07-20T03:14:10.996Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2544 | 2026-07-20T03:14:11.092Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2545 | 2026-07-20T03:14:11.151Z | Checking smallvec v0.6.14 |
| 2546 | 2026-07-20T03:14:11.262Z | Checking hashbrown v0.12.3 |
| 2547 | 2026-07-20T03:14:11.300Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2548 | 2026-07-20T03:14:11.374Z | Checking serde-hex v0.1.0 |
| 2549 | 2026-07-20T03:14:11.487Z | Checking ron v0.8.1 |
| 2550 | 2026-07-20T03:14:11.652Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2551 | 2026-07-20T03:14:12.071Z | Checking hashbrown v0.13.2 |
| 2552 | 2026-07-20T03:14:12.102Z | Checking crc-any v2.5.0 |
| 2553 | 2026-07-20T03:14:12.181Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2554 | 2026-07-20T03:14:12.309Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2555 | 2026-07-20T03:14:12.503Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2556 | 2026-07-20T03:14:12.534Z | Checking object v0.30.4 |
| 2557 | 2026-07-20T03:14:12.733Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2558 | 2026-07-20T03:14:12.871Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2559 | 2026-07-20T03:14:12.921Z | Checking path-slash v0.1.5 |
| 2560 | 2026-07-20T03:14:12.995Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2561 | 2026-07-20T03:14:13.053Z | Compiling xshell-macros v0.2.7 |
| 2562 | 2026-07-20T03:14:13.479Z | Checking xshell v0.2.7 |
| 2563 | 2026-07-20T03:14:13.553Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2564 | 2026-07-20T03:14:13.832Z | Checking half v1.8.3 |
| 2565 | 2026-07-20T03:14:13.878Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2566 | 2026-07-20T03:14:13.953Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2567 | 2026-07-20T03:14:14.056Z | Checking serde_cbor v0.11.2 |
| 2568 | 2026-07-20T03:14:14.119Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2569 | 2026-07-20T03:14:14.480Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2570 | 2026-07-20T03:14:14.562Z | Compiling proc-macro-error2 v2.0.1 |
| 2571 | 2026-07-20T03:14:14.659Z | Compiling num-derive v0.3.3 |
| 2572 | 2026-07-20T03:14:14.697Z | Checking maplit v1.0.2 |
| 2573 | 2026-07-20T03:14:14.751Z | Checking papergrid v0.17.0 |
| 2574 | 2026-07-20T03:14:14.808Z | Checking testing_table v0.3.0 |
| 2575 | 2026-07-20T03:14:14.898Z | Compiling tabled_derive v0.11.0 |
| 2576 | 2026-07-20T03:14:14.932Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2577 | 2026-07-20T03:14:15.251Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2578 | 2026-07-20T03:14:15.340Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2579 | 2026-07-20T03:14:15.575Z | Compiling progenitor-impl v0.13.0 |
| 2580 | 2026-07-20T03:14:15.607Z | Checking libscf-sys v1.1.0 |
| 2581 | 2026-07-20T03:14:15.769Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2582 | 2026-07-20T03:14:15.845Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2583 | 2026-07-20T03:14:16.051Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2584 | 2026-07-20T03:14:16.129Z | Checking tabled v0.20.0 |
| 2585 | 2026-07-20T03:14:16.277Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2586 | 2026-07-20T03:14:16.385Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2587 | 2026-07-20T03:14:16.689Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2588 | 2026-07-20T03:14:17.008Z | Checking progenitor-client v0.13.0 |
| 2589 | 2026-07-20T03:14:17.286Z | Checking crc8 v0.1.1 |
| 2590 | 2026-07-20T03:14:17.415Z | Checking unicase v2.9.0 |
| 2591 | 2026-07-20T03:14:17.449Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2592 | 2026-07-20T03:14:17.628Z | Checking fxhash v0.2.1 |
| 2593 | 2026-07-20T03:14:17.634Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2594 | 2026-07-20T03:14:17.764Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2595 | 2026-07-20T03:14:18.195Z | Compiling progenitor-macro v0.13.0 |
| 2596 | 2026-07-20T03:14:18.228Z | Compiling vergen-lib v0.1.6 |
| 2597 | 2026-07-20T03:14:18.232Z | Compiling diesel_derives v2.3.7 |
| 2598 | 2026-07-20T03:14:18.391Z | Compiling dsl_auto_type v0.2.0 |
| 2599 | 2026-07-20T03:14:18.394Z | Checking scheduled-thread-pool v0.2.7 |
| 2600 | 2026-07-20T03:14:18.523Z | Compiling vergen-gitcl v1.0.8 |
| 2601 | 2026-07-20T03:14:18.555Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2602 | 2026-07-20T03:14:18.617Z | Checking r2d2 v0.8.10 |
| 2603 | 2026-07-20T03:14:18.648Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2604 | 2026-07-20T03:14:18.784Z | Checking downcast-rs v2.0.2 |
| 2605 | 2026-07-20T03:14:18.824Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2606 | 2026-07-20T03:14:18.907Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2607 | 2026-07-20T03:14:18.999Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2608 | 2026-07-20T03:14:19.182Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2609 | 2026-07-20T03:14:19.274Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2610 | 2026-07-20T03:14:19.342Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2611 | 2026-07-20T03:14:19.375Z | Checking kstat-rs v0.2.4 |
| 2612 | 2026-07-20T03:14:19.404Z | Checking arc-swap v1.8.2 |
| 2613 | 2026-07-20T03:14:19.437Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2614 | 2026-07-20T03:14:19.549Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-07-20T03:14:19.589Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2616 | 2026-07-20T03:14:19.661Z | Checking slog-scope v4.4.1 |
| 2617 | 2026-07-20T03:14:19.837Z | Compiling dirs-sys-next v0.1.2 |
| 2618 | 2026-07-20T03:14:19.880Z | Compiling parking_lot_core v0.8.6 |
| 2619 | 2026-07-20T03:14:20.147Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2620 | 2026-07-20T03:14:20.181Z | Compiling crunchy v0.2.4 |
| 2621 | 2026-07-20T03:14:20.283Z | Compiling dirs-next v2.0.0 |
| 2622 | 2026-07-20T03:14:20.434Z | Checking slog-stdlog v4.1.1 |
| 2623 | 2026-07-20T03:14:20.468Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2624 | 2026-07-20T03:14:20.542Z | Compiling clang-sys v1.8.1 |
| 2625 | 2026-07-20T03:14:20.588Z | Compiling git-stub v1.0.0 |
| 2626 | 2026-07-20T03:14:20.882Z | Compiling tiny-keccak v2.0.2 |
| 2627 | 2026-07-20T03:14:20.994Z | Compiling git-stub-vcs v0.1.0 |
| 2628 | 2026-07-20T03:14:20.997Z | Checking slog-envlogger v2.2.0 |
| 2629 | 2026-07-20T03:14:21.181Z | Compiling term v0.7.0 |
| 2630 | 2026-07-20T03:14:21.255Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2631 | 2026-07-20T03:14:21.396Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2632 | 2026-07-20T03:14:21.457Z | Compiling bit-vec v0.6.3 |
| 2633 | 2026-07-20T03:14:21.573Z | Compiling ascii-canvas v3.0.0 |
| 2634 | 2026-07-20T03:14:21.611Z | Checking parking_lot v0.11.2 |
| 2635 | 2026-07-20T03:14:21.705Z | Compiling bit-set v0.5.3 |
| 2636 | 2026-07-20T03:14:21.776Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2637 | 2026-07-20T03:14:21.807Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2638 | 2026-07-20T03:14:21.869Z | Checking prefix-trie v0.7.0 |
| 2639 | 2026-07-20T03:14:21.899Z | Compiling itertools v0.10.5 |
| 2640 | 2026-07-20T03:14:22.119Z | Compiling ena v0.14.4 |
| 2641 | 2026-07-20T03:14:22.222Z | Compiling libloading v0.8.9 |
| 2642 | 2026-07-20T03:14:22.254Z | Compiling diff v0.1.13 |
| 2643 | 2026-07-20T03:14:22.284Z | Compiling bindgen v0.71.1 |
| 2644 | 2026-07-20T03:14:22.358Z | Compiling regex-syntax v0.6.29 |
| 2645 | 2026-07-20T03:14:22.587Z | Checking hickory-server v0.25.2 |
| 2646 | 2026-07-20T03:14:22.791Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=65cc70aa5507f779551a1d33c0089bb0a9b7ac72#65cc70aa) |
| 2647 | 2026-07-20T03:14:22.992Z | Checking sled v0.34.7 |
| 2648 | 2026-07-20T03:14:23.114Z | Checking progenitor v0.13.0 |
| 2649 | 2026-07-20T03:14:23.282Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2650 | 2026-07-20T03:14:23.388Z | Compiling cexpr v0.6.0 |
| 2651 | 2026-07-20T03:14:23.822Z | Compiling lalrpop v0.19.12 |
| 2652 | 2026-07-20T03:14:24.072Z | Checking nanorand v0.7.0 |
| 2653 | 2026-07-20T03:14:24.234Z | Compiling salty v0.3.0 |
| 2654 | 2026-07-20T03:14:24.308Z | Compiling rustc-hash v2.1.1 |
| 2655 | 2026-07-20T03:14:24.359Z | Checking diesel v2.3.7 |
| 2656 | 2026-07-20T03:14:24.421Z | Checking flume v0.11.1 |
| 2657 | 2026-07-20T03:14:24.561Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2658 | 2026-07-20T03:14:24.691Z | Compiling libxml v0.3.3 |
| 2659 | 2026-07-20T03:14:24.903Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2660 | 2026-07-20T03:14:25.128Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2661 | 2026-07-20T03:14:25.546Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2662 | 2026-07-20T03:14:25.766Z | Compiling strum_macros v0.24.3 |
| 2663 | 2026-07-20T03:14:26.141Z | Compiling fs-err v2.11.0 |
| 2664 | 2026-07-20T03:14:26.250Z | Compiling indoc v1.0.9 |
| 2665 | 2026-07-20T03:14:26.740Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2666 | 2026-07-20T03:14:26.979Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2667 | 2026-07-20T03:14:27.124Z | Checking quick-xml v0.37.5 |
| 2668 | 2026-07-20T03:14:27.219Z | Checking derive_builder v0.20.2 |
| 2669 | 2026-07-20T03:14:27.346Z | Compiling oso-derive v0.27.3 |
| 2670 | 2026-07-20T03:14:27.380Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2671 | 2026-07-20T03:14:27.871Z | Compiling trait-variant v0.1.2 |
| 2672 | 2026-07-20T03:14:28.046Z | Checking openssl-probe v0.1.6 |
| 2673 | 2026-07-20T03:14:28.439Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2674 | 2026-07-20T03:14:28.471Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2675 | 2026-07-20T03:14:28.940Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2676 | 2026-07-20T03:14:29.288Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2677 | 2026-07-20T03:14:29.671Z | Checking rfc6979 v0.4.0 |
| 2678 | 2026-07-20T03:14:29.735Z | Checking parse-size v1.1.0 |
| 2679 | 2026-07-20T03:14:29.800Z | Checking assert_matches v1.5.0 |
| 2680 | 2026-07-20T03:14:29.832Z | Checking ecdsa v0.16.9 |
| 2681 | 2026-07-20T03:14:29.887Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2682 | 2026-07-20T03:14:29.919Z | Checking primeorder v0.13.6 |
| 2683 | 2026-07-20T03:14:30.192Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2684 | 2026-07-20T03:14:30.224Z | Checking p384 v0.13.1 |
| 2685 | 2026-07-20T03:14:30.437Z | Checking predicates-tree v1.0.13 |
| 2686 | 2026-07-20T03:14:30.586Z | Checking bb8 v0.8.6 |
| 2687 | 2026-07-20T03:14:30.773Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2688 | 2026-07-20T03:14:30.938Z | Compiling mime_guess v2.0.5 |
| 2689 | 2026-07-20T03:14:31.008Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2690 | 2026-07-20T03:14:31.043Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2691 | 2026-07-20T03:14:31.120Z | Checking http-range v0.1.5 |
| 2692 | 2026-07-20T03:14:31.361Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2693 | 2026-07-20T03:14:31.458Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2694 | 2026-07-20T03:14:31.638Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2695 | 2026-07-20T03:14:31.673Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2696 | 2026-07-20T03:14:31.790Z | Checking atty v0.2.14 |
| 2697 | 2026-07-20T03:14:31.824Z | Checking nonempty v0.12.0 |
| 2698 | 2026-07-20T03:14:31.875Z | Checking corncobs v0.1.4 |
| 2699 | 2026-07-20T03:14:31.921Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2700 | 2026-07-20T03:14:32.029Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2701 | 2026-07-20T03:14:32.061Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2702 | 2026-07-20T03:14:32.291Z | Checking ignore v0.4.25 |
| 2703 | 2026-07-20T03:14:32.358Z | Checking secrecy v0.8.0 |
| 2704 | 2026-07-20T03:14:32.389Z | Checking hyper-staticfile v0.10.1 |
| 2705 | 2026-07-20T03:14:32.648Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2706 | 2026-07-20T03:14:32.711Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2707 | 2026-07-20T03:14:32.744Z | Checking globwalk v0.9.1 |
| 2708 | 2026-07-20T03:14:32.967Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2709 | 2026-07-20T03:14:33.039Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2710 | 2026-07-20T03:14:33.119Z | Checking camino-tempfile-ext v0.3.3 |
| 2711 | 2026-07-20T03:14:33.170Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2712 | 2026-07-20T03:14:33.320Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2713 | 2026-07-20T03:14:33.354Z | Checking signal-hook-tokio v0.3.1 |
| 2714 | 2026-07-20T03:14:33.518Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2715 | 2026-07-20T03:14:33.715Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2716 | 2026-07-20T03:14:33.812Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2717 | 2026-07-20T03:14:33.963Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2718 | 2026-07-20T03:14:34.210Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2719 | 2026-07-20T03:14:34.489Z | Checking illumos-nvpair v0.3.0 |
| 2720 | 2026-07-20T03:14:34.526Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2721 | 2026-07-20T03:14:34.588Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2722 | 2026-07-20T03:14:34.678Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2723 | 2026-07-20T03:14:34.714Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2724 | 2026-07-20T03:14:34.922Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2725 | 2026-07-20T03:14:34.956Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2726 | 2026-07-20T03:14:34.988Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2727 | 2026-07-20T03:14:35.022Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2728 | 2026-07-20T03:14:35.447Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2729 | 2026-07-20T03:14:35.652Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2730 | 2026-07-20T03:14:36.739Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2731 | 2026-07-20T03:14:36.797Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2732 | 2026-07-20T03:14:36.988Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2733 | 2026-07-20T03:14:37.518Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2734 | 2026-07-20T03:14:37.720Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2735 | 2026-07-20T03:14:37.723Z | Checking tungstenite v0.23.0 |
| 2736 | 2026-07-20T03:14:37.959Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2737 | 2026-07-20T03:14:38.014Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2738 | 2026-07-20T03:14:38.132Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2739 | 2026-07-20T03:14:38.210Z | Checking tokio-tungstenite v0.23.1 |
| 2740 | 2026-07-20T03:14:38.433Z | Checking rand_seeder v0.4.0 |
| 2741 | 2026-07-20T03:14:38.505Z | Checking void v1.0.2 |
| 2742 | 2026-07-20T03:14:38.539Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2743 | 2026-07-20T03:14:38.611Z | Checking diesel-dtrace v0.5.0 |
| 2744 | 2026-07-20T03:14:38.645Z | Checking async-bb8-diesel v0.2.1 |
| 2745 | 2026-07-20T03:14:38.731Z | Checking lzss v0.8.2 |
| 2746 | 2026-07-20T03:14:38.887Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2747 | 2026-07-20T03:14:38.956Z | Checking nix v0.27.1 |
| 2748 | 2026-07-20T03:14:39.032Z | Checking serde_bytes v0.11.19 |
| 2749 | 2026-07-20T03:14:39.126Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2750 | 2026-07-20T03:14:39.206Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2751 | 2026-07-20T03:14:39.242Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2752 | 2026-07-20T03:14:39.526Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2753 | 2026-07-20T03:14:39.921Z | Checking is_ci v1.2.0 |
| 2754 | 2026-07-20T03:14:40.010Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2755 | 2026-07-20T03:14:40.230Z | Checking yansi v1.0.1 |
| 2756 | 2026-07-20T03:14:40.262Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2757 | 2026-07-20T03:14:40.301Z | Checking cpubits v0.1.1 |
| 2758 | 2026-07-20T03:14:40.411Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2759 | 2026-07-20T03:14:40.510Z | Checking pretty_assertions v1.4.1 |
| 2760 | 2026-07-20T03:14:40.680Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2761 | 2026-07-20T03:14:40.722Z | Checking pem-rfc7468 v1.0.0 |
| 2762 | 2026-07-20T03:14:40.921Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2763 | 2026-07-20T03:14:40.980Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2764 | 2026-07-20T03:14:41.200Z | Compiling indoc v2.0.7 |
| 2765 | 2026-07-20T03:14:41.721Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2766 | 2026-07-20T03:14:41.892Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2767 | 2026-07-20T03:14:41.962Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2768 | 2026-07-20T03:14:42.267Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2769 | 2026-07-20T03:14:42.306Z | Checking sha2 v0.11.0 |
| 2770 | 2026-07-20T03:14:42.688Z | Checking hmac v0.13.0 |
| 2771 | 2026-07-20T03:14:42.880Z | Checking universal-hash v0.6.1 |
| 2772 | 2026-07-20T03:14:43.043Z | Compiling libz-sys v1.1.24 |
| 2773 | 2026-07-20T03:14:43.074Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2774 | 2026-07-20T03:14:43.106Z | Compiling instability v0.3.11 |
| 2775 | 2026-07-20T03:14:43.274Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2776 | 2026-07-20T03:14:43.393Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2777 | 2026-07-20T03:14:43.497Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2778 | 2026-07-20T03:14:43.582Z | Checking castaway v0.2.4 |
| 2779 | 2026-07-20T03:14:43.726Z | Checking compact_str v0.8.1 |
| 2780 | 2026-07-20T03:14:44.139Z | Checking polyval v0.7.1 |
| 2781 | 2026-07-20T03:14:44.355Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2782 | 2026-07-20T03:14:44.559Z | Checking der v0.8.0 |
| 2783 | 2026-07-20T03:14:44.610Z | Checking supports-color v3.0.2 |
| 2784 | 2026-07-20T03:14:44.708Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2785 | 2026-07-20T03:14:44.774Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2786 | 2026-07-20T03:14:44.955Z | Checking unicode-truncate v1.1.0 |
| 2787 | 2026-07-20T03:14:45.022Z | Checking console v0.16.2 |
| 2788 | 2026-07-20T03:14:45.136Z | Checking lru v0.12.5 |
| 2789 | 2026-07-20T03:14:45.185Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2790 | 2026-07-20T03:14:45.330Z | Checking unit-prefix v0.5.2 |
| 2791 | 2026-07-20T03:14:45.372Z | Checking cassowary v0.3.0 |
| 2792 | 2026-07-20T03:14:45.495Z | Checking indicatif v0.18.4 |
| 2793 | 2026-07-20T03:14:45.536Z | Checking ghash v0.6.0 |
| 2794 | 2026-07-20T03:14:45.642Z | Checking ratatui v0.29.0 |
| 2795 | 2026-07-20T03:14:45.851Z | Checking pbkdf2 v0.13.0 |
| 2796 | 2026-07-20T03:14:45.909Z | Checking aes v0.9.1 |
| 2797 | 2026-07-20T03:14:46.041Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2798 | 2026-07-20T03:14:46.385Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2799 | 2026-07-20T03:14:46.645Z | Checking ctr v0.10.1 |
| 2800 | 2026-07-20T03:14:46.856Z | Checking aead v0.6.1 |
| 2801 | 2026-07-20T03:14:47.032Z | Checking cargo-platform v0.3.2 |
| 2802 | 2026-07-20T03:14:47.036Z | Checking aes-gcm v0.11.0 |
| 2803 | 2026-07-20T03:14:47.248Z | Checking cargo_metadata v0.23.1 |
| 2804 | 2026-07-20T03:14:47.281Z | Checking spki v0.8.0 |
| 2805 | 2026-07-20T03:14:47.314Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2806 | 2026-07-20T03:14:47.485Z | Checking crypto-bigint v0.7.5 |
| 2807 | 2026-07-20T03:14:48.043Z | Checking cbc v0.2.1 |
| 2808 | 2026-07-20T03:14:48.214Z | Checking salsa20 v0.11.0 |
| 2809 | 2026-07-20T03:14:48.392Z | Compiling vergen-git2 v9.1.0 |
| 2810 | 2026-07-20T03:14:48.629Z | Checking plotters-backend v0.3.7 |
| 2811 | 2026-07-20T03:14:48.761Z | Checking scrypt v0.12.0 |
| 2812 | 2026-07-20T03:14:48.859Z | Checking plotters-svg v0.3.7 |
| 2813 | 2026-07-20T03:14:48.960Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2814 | 2026-07-20T03:14:49.030Z | Checking cast v0.3.0 |
| 2815 | 2026-07-20T03:14:49.237Z | Checking criterion-plot v0.6.0 |
| 2816 | 2026-07-20T03:14:49.280Z | Checking plotters v0.3.7 |
| 2817 | 2026-07-20T03:14:49.515Z | Checking pkcs5 v0.8.1 |
| 2818 | 2026-07-20T03:14:49.737Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2819 | 2026-07-20T03:14:49.836Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2820 | 2026-07-20T03:14:50.054Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2821 | 2026-07-20T03:14:50.088Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2822 | 2026-07-20T03:14:50.295Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2823 | 2026-07-20T03:14:50.329Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2824 | 2026-07-20T03:14:50.538Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2825 | 2026-07-20T03:14:50.571Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2826 | 2026-07-20T03:14:50.737Z | Checking colored v2.2.0 |
| 2827 | 2026-07-20T03:14:50.779Z | Checking tinytemplate v1.2.1 |
| 2828 | 2026-07-20T03:14:50.968Z | Checking shell-words v1.1.1 |
| 2829 | 2026-07-20T03:14:51.032Z | Checking anes v0.1.6 |
| 2830 | 2026-07-20T03:14:51.139Z | Checking oorandom v11.1.5 |
| 2831 | 2026-07-20T03:14:51.275Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2832 | 2026-07-20T03:14:51.307Z | Checking criterion v0.7.0 |
| 2833 | 2026-07-20T03:14:51.562Z | Checking pkcs8 v0.11.0 |
| 2834 | 2026-07-20T03:14:51.791Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2835 | 2026-07-20T03:14:52.552Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2836 | 2026-07-20T03:14:52.585Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2837 | 2026-07-20T03:14:53.361Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2838 | 2026-07-20T03:14:53.891Z | Checking tokio-test v0.4.5 |
| 2839 | 2026-07-20T03:14:54.131Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2840 | 2026-07-20T03:14:54.373Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2841 | 2026-07-20T03:14:54.780Z | Checking twox-hash v2.1.2 |
| 2842 | 2026-07-20T03:14:55.110Z | Checking ff v0.14.0 |
| 2843 | 2026-07-20T03:14:55.282Z | Checking arrayvec v0.7.6 |
| 2844 | 2026-07-20T03:14:55.507Z | Checking constant_time_eq v0.4.2 |
| 2845 | 2026-07-20T03:14:55.676Z | Checking arrayref v0.3.9 |
| 2846 | 2026-07-20T03:14:55.824Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2847 | 2026-07-20T03:14:56.011Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2848 | 2026-07-20T03:14:56.045Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2849 | 2026-07-20T03:14:56.690Z | Checking fatfs v0.3.6 |
| 2850 | 2026-07-20T03:14:57.030Z | Checking signature v3.0.0 |
| 2851 | 2026-07-20T03:14:57.172Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2852 | 2026-07-20T03:14:57.214Z | Compiling seq-macro v0.3.6 |
| 2853 | 2026-07-20T03:14:57.381Z | Checking base16ct v1.0.0 |
| 2854 | 2026-07-20T03:14:57.545Z | Checking sec1 v0.8.1 |
| 2855 | 2026-07-20T03:14:57.753Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2856 | 2026-07-20T03:14:57.786Z | Checking group v0.14.0 |
| 2857 | 2026-07-20T03:14:57.790Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2858 | 2026-07-20T03:14:57.929Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2859 | 2026-07-20T03:14:57.969Z | Checking hkdf v0.13.0 |
| 2860 | 2026-07-20T03:14:58.132Z | Compiling petname v2.0.2 |
| 2861 | 2026-07-20T03:14:58.495Z | Checking elliptic-curve v0.14.0-rc.33 |
| 2862 | 2026-07-20T03:14:58.832Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2863 | 2026-07-20T03:14:58.996Z | Checking concurrent-queue v2.5.0 |
| 2864 | 2026-07-20T03:14:59.215Z | Checking rtoolbox v0.0.3 |
| 2865 | 2026-07-20T03:14:59.250Z | Checking parking v2.2.1 |
| 2866 | 2026-07-20T03:14:59.378Z | Checking rpassword v7.5.4 |
| 2867 | 2026-07-20T03:14:59.409Z | Checking event-listener v5.4.1 |
| 2868 | 2026-07-20T03:14:59.656Z | Checking tui-tree-widget v0.23.1 |
| 2869 | 2026-07-20T03:14:59.876Z | Checking rfc6979 v0.5.0 |
| 2870 | 2026-07-20T03:14:59.975Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2871 | 2026-07-20T03:15:00.040Z | Checking sapling-renderdag v0.1.0 |
| 2872 | 2026-07-20T03:15:00.166Z | Compiling blake3 v1.8.5 |
| 2873 | 2026-07-20T03:15:00.311Z | Checking sync-ptr v0.1.4 |
| 2874 | 2026-07-20T03:15:00.457Z | Checking ecdsa v0.17.0-rc.18 |
| 2875 | 2026-07-20T03:15:00.855Z | Checking event-listener-strategy v0.5.4 |
| 2876 | 2026-07-20T03:15:01.042Z | Checking primeorder v0.14.0-rc.10 |
| 2877 | 2026-07-20T03:15:01.073Z | Checking primefield v0.14.0 |
| 2878 | 2026-07-20T03:15:01.313Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2879 | 2026-07-20T03:15:01.365Z | Compiling curve25519-dalek v5.0.0-rc.0 |
| 2880 | 2026-07-20T03:15:01.552Z | Checking futures-timer v3.0.3 |
| 2881 | 2026-07-20T03:15:01.906Z | Checking async-lock v3.4.2 |
| 2882 | 2026-07-20T03:15:02.160Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2883 | 2026-07-20T03:15:02.224Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2884 | 2026-07-20T03:15:02.314Z | Checking ssh-encoding v0.3.0-rc.9 |
| 2885 | 2026-07-20T03:15:02.563Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2886 | 2026-07-20T03:15:03.122Z | Compiling strsim v0.10.0 |
| 2887 | 2026-07-20T03:15:03.487Z | Checking topological-sort v0.2.2 |
| 2888 | 2026-07-20T03:15:03.632Z | Compiling darling_core v0.13.4 |
| 2889 | 2026-07-20T03:15:03.665Z | Checking omicron-zone-package v0.12.3 |
| 2890 | 2026-07-20T03:15:04.568Z | Checking async-object-pool v0.2.0 |
| 2891 | 2026-07-20T03:15:04.949Z | Checking ed25519 v3.0.0 |
| 2892 | 2026-07-20T03:15:04.988Z | Compiling samael v0.0.19 |
| 2893 | 2026-07-20T03:15:05.174Z | Checking crypto-primes v0.7.2 |
| 2894 | 2026-07-20T03:15:05.524Z | Checking pkcs1 v0.8.0-rc.4 |
| 2895 | 2026-07-20T03:15:05.569Z | Checking poly1305 v0.9.0 |
| 2896 | 2026-07-20T03:15:05.766Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2897 | 2026-07-20T03:15:05.872Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2898 | 2026-07-20T03:15:06.178Z | Checking serde_regex v1.1.0 |
| 2899 | 2026-07-20T03:15:06.211Z | Checking blowfish v0.10.0 |
| 2900 | 2026-07-20T03:15:06.366Z | Checking blake2 v0.11.0-rc.6 |
| 2901 | 2026-07-20T03:15:06.398Z | Checking assert-json-diff v2.0.2 |
| 2902 | 2026-07-20T03:15:06.545Z | Checking path-tree v0.8.3 |
| 2903 | 2026-07-20T03:15:06.596Z | Checking keccak v0.2.0 |
| 2904 | 2026-07-20T03:15:06.659Z | Compiling target-lexicon v0.13.3 |
| 2905 | 2026-07-20T03:15:06.756Z | Checking stringmetrics v2.2.2 |
| 2906 | 2026-07-20T03:15:06.788Z | Checking fiat-crypto v0.3.0 |
| 2907 | 2026-07-20T03:15:06.937Z | Checking gimli v0.32.3 |
| 2908 | 2026-07-20T03:15:07.248Z | Checking httpmock v0.8.3 |
| 2909 | 2026-07-20T03:15:08.515Z | Checking addr2line v0.25.1 |
| 2910 | 2026-07-20T03:15:08.815Z | Checking sha3 v0.11.0 |
| 2911 | 2026-07-20T03:15:09.184Z | Checking argon2 v0.6.0-rc.8 |
| 2912 | 2026-07-20T03:15:09.474Z | Checking bcrypt-pbkdf v0.11.0 |
| 2913 | 2026-07-20T03:15:09.528Z | Checking rsa v0.10.0-rc.18 |
| 2914 | 2026-07-20T03:15:09.663Z | Checking ssh-cipher v0.3.0-rc.9 |
| 2915 | 2026-07-20T03:15:09.908Z | Checking ed25519-dalek v3.0.0-rc.0 |
| 2916 | 2026-07-20T03:15:10.045Z | Compiling darling_macro v0.13.4 |
| 2917 | 2026-07-20T03:15:10.155Z | Checking p521 v0.14.0-rc.10 |
| 2918 | 2026-07-20T03:15:10.569Z | Checking p256 v0.14.0-rc.10 |
| 2919 | 2026-07-20T03:15:11.372Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2920 | 2026-07-20T03:15:11.641Z | Checking kem v0.3.0 |
| 2921 | 2026-07-20T03:15:11.790Z | Checking module-lattice v0.2.3 |
| 2922 | 2026-07-20T03:15:11.943Z | Checking p384 v0.14.0-rc.10 |
| 2923 | 2026-07-20T03:15:12.031Z | Checking rustc-demangle v0.1.27 |
| 2924 | 2026-07-20T03:15:12.065Z | Checking hex-literal v0.4.1 |
| 2925 | 2026-07-20T03:15:12.197Z | Compiling guppy-workspace-hack v0.1.0 |
| 2926 | 2026-07-20T03:15:12.291Z | Checking backtrace v0.3.76 |
| 2927 | 2026-07-20T03:15:12.426Z | Compiling git2 v0.20.4 |
| 2928 | 2026-07-20T03:15:12.508Z | Checking ml-kem v0.3.2 |
| 2929 | 2026-07-20T03:15:12.622Z | Compiling darling v0.13.4 |
| 2930 | 2026-07-20T03:15:13.005Z | Checking russh-cryptovec v0.61.0 |
| 2931 | 2026-07-20T03:15:13.193Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2932 | 2026-07-20T03:15:13.197Z | Checking internal-russh-num-bigint v0.5.0 |
| 2933 | 2026-07-20T03:15:13.315Z | Checking num-bigint v0.4.6 |
| 2934 | 2026-07-20T03:15:13.436Z | Checking russh-util v0.52.0 |
| 2935 | 2026-07-20T03:15:13.593Z | Checking generic-array v1.4.3 |
| 2936 | 2026-07-20T03:15:13.985Z | Checking ssh-key v0.7.0-rc.10 |
| 2937 | 2026-07-20T03:15:14.019Z | Compiling enum_dispatch v0.3.13 |
| 2938 | 2026-07-20T03:15:14.246Z | Compiling delegate v0.13.5 |
| 2939 | 2026-07-20T03:15:14.278Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2940 | 2026-07-20T03:15:14.898Z | Checking hex-literal v1.1.0 |
| 2941 | 2026-07-20T03:15:15.017Z | Checking md5 v0.8.0 |
| 2942 | 2026-07-20T03:15:15.048Z | Compiling target-spec v3.5.7 |
| 2943 | 2026-07-20T03:15:15.223Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2944 | 2026-07-20T03:15:15.255Z | Checking russh v0.61.2 |
| 2945 | 2026-07-20T03:15:15.472Z | Checking cfg-expr v0.20.6 |
| 2946 | 2026-07-20T03:15:15.504Z | Compiling serde_with_macros v1.5.2 |
| 2947 | 2026-07-20T03:15:15.772Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2948 | 2026-07-20T03:15:15.893Z | Checking backtrace-ext v0.2.1 |
| 2949 | 2026-07-20T03:15:16.059Z | Checking supports-color v2.1.0 |
| 2950 | 2026-07-20T03:15:16.090Z | Checking textwrap v0.15.2 |
| 2951 | 2026-07-20T03:15:16.227Z | Checking supports-hyperlinks v2.1.0 |
| 2952 | 2026-07-20T03:15:16.337Z | Checking supports-unicode v2.1.0 |
| 2953 | 2026-07-20T03:15:16.378Z | Checking hashbrown v0.14.5 |
| 2954 | 2026-07-20T03:15:16.421Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2955 | 2026-07-20T03:15:16.484Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2956 | 2026-07-20T03:15:16.642Z | Checking terminal_size v0.1.17 |
| 2957 | 2026-07-20T03:15:16.714Z | Checking socket2 v0.5.10 |
| 2958 | 2026-07-20T03:15:16.808Z | Compiling miette-derive v5.10.0 |
| 2959 | 2026-07-20T03:15:16.900Z | Checking internet-checksum v0.2.1 |
| 2960 | 2026-07-20T03:15:17.052Z | Checking owo-colors v3.5.0 |
| 2961 | 2026-07-20T03:15:17.607Z | Checking chumsky v0.9.3 |
| 2962 | 2026-07-20T03:15:17.975Z | Checking miette v5.10.0 |
| 2963 | 2026-07-20T03:15:18.361Z | Compiling serde_with v1.14.0 |
| 2964 | 2026-07-20T03:15:18.741Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2965 | 2026-07-20T03:15:18.774Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2966 | 2026-07-20T03:15:18.956Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2967 | 2026-07-20T03:15:19.307Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2968 | 2026-07-20T03:15:19.528Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2969 | 2026-07-20T03:15:19.532Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2970 | 2026-07-20T03:15:19.597Z | Compiling knuffel-derive v3.2.0 |
| 2971 | 2026-07-20T03:15:19.789Z | Checking httptest v0.16.4 |
| 2972 | 2026-07-20T03:15:19.823Z | Checking pathdiff v0.2.3 |
| 2973 | 2026-07-20T03:15:19.959Z | Checking nested v0.1.1 |
| 2974 | 2026-07-20T03:15:20.128Z | Checking guppy v0.17.25 |
| 2975 | 2026-07-20T03:15:20.194Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2976 | 2026-07-20T03:15:20.421Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2977 | 2026-07-20T03:15:20.691Z | Checking similar-asserts v1.7.0 |
| 2978 | 2026-07-20T03:15:20.892Z | Compiling target-triple v1.0.0 |
| 2979 | 2026-07-20T03:15:21.120Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2980 | 2026-07-20T03:15:21.228Z | Checking knuffel v3.2.0 |
| 2981 | 2026-07-20T03:15:21.305Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2982 | 2026-07-20T03:15:21.818Z | Compiling polar-core v0.27.3 |
| 2983 | 2026-07-20T03:15:21.886Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2984 | 2026-07-20T03:15:21.889Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2985 | 2026-07-20T03:15:21.949Z | Checking hickory-client v0.25.2 |
| 2986 | 2026-07-20T03:15:22.256Z | Compiling assert_cmd v2.1.2 |
| 2987 | 2026-07-20T03:15:22.515Z | Checking escape8259 v0.5.3 |
| 2988 | 2026-07-20T03:15:22.697Z | Checking libtest-mimic v0.8.1 |
| 2989 | 2026-07-20T03:15:22.978Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2990 | 2026-07-20T03:15:23.010Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2991 | 2026-07-20T03:15:23.054Z | Checking blake2b_simd v1.0.4 |
| 2992 | 2026-07-20T03:15:23.101Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2993 | 2026-07-20T03:15:23.464Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2994 | 2026-07-20T03:15:23.497Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 2995 | 2026-07-20T03:15:23.682Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2996 | 2026-07-20T03:15:23.865Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2997 | 2026-07-20T03:15:23.919Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2998 | 2026-07-20T03:15:24.025Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2999 | 2026-07-20T03:15:24.159Z | Checking fancy-regex v0.14.0 |
| 3000 | 2026-07-20T03:15:24.265Z | Checking serde_tokenstream v0.2.3 |
| 3001 | 2026-07-20T03:15:24.489Z | Checking approx v0.5.1 |
| 3002 | 2026-07-20T03:15:24.523Z | Compiling rstest_macros v0.25.0 |
| 3003 | 2026-07-20T03:15:24.552Z | Checking uzers v0.12.2 |
| 3004 | 2026-07-20T03:15:24.652Z | Compiling linkme-impl v0.3.35 |
| 3005 | 2026-07-20T03:15:24.793Z | Checking termcolor v1.4.1 |
| 3006 | 2026-07-20T03:15:24.843Z | Checking constant_time_eq v0.3.1 |
| 3007 | 2026-07-20T03:15:24.972Z | Checking rust-argon2 v2.1.0 |
| 3008 | 2026-07-20T03:15:25.035Z | Checking trybuild v1.0.116 |
| 3009 | 2026-07-20T03:15:25.193Z | Checking datatest-stable v0.3.3 |
| 3010 | 2026-07-20T03:15:25.524Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3011 | 2026-07-20T03:15:25.602Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3012 | 2026-07-20T03:15:25.803Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3013 | 2026-07-20T03:15:25.895Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3014 | 2026-07-20T03:15:25.954Z | Checking support-bundle-viewer v0.1.2 |
| 3015 | 2026-07-20T03:15:26.241Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3016 | 2026-07-20T03:15:26.485Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3017 | 2026-07-20T03:15:26.734Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3018 | 2026-07-20T03:15:26.820Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3019 | 2026-07-20T03:15:26.873Z | Checking oso v0.27.3 |
| 3020 | 2026-07-20T03:15:26.971Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3021 | 2026-07-20T03:15:27.065Z | Checking drift v0.2.0 |
| 3022 | 2026-07-20T03:15:27.460Z | Checking rand_distr v0.5.1 |
| 3023 | 2026-07-20T03:15:27.632Z | Checking digest-io v0.1.0 |
| 3024 | 2026-07-20T03:15:27.779Z | Checking multimap v0.10.1 |
| 3025 | 2026-07-20T03:15:27.813Z | Compiling linkme v0.3.35 |
| 3026 | 2026-07-20T03:15:27.916Z | Compiling relative-path v1.9.3 |
| 3027 | 2026-07-20T03:15:27.984Z | Checking rawzip v0.4.4 |
| 3028 | 2026-07-20T03:15:28.160Z | Checking dropshot-api-manager v0.7.2 |
| 3029 | 2026-07-20T03:15:28.461Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3030 | 2026-07-20T03:15:29.322Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3031 | 2026-07-20T03:15:29.673Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3032 | 2026-07-20T03:15:29.708Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3033 | 2026-07-20T03:15:29.765Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3034 | 2026-07-20T03:15:29.830Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3035 | 2026-07-20T03:15:29.978Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3036 | 2026-07-20T03:15:30.325Z | Checking cargo_toml v0.21.0 |
| 3037 | 2026-07-20T03:15:30.361Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3038 | 2026-07-20T03:15:30.427Z | Checking partial-io v0.5.4 |
| 3039 | 2026-07-20T03:15:30.666Z | Checking termios v0.3.3 |
| 3040 | 2026-07-20T03:15:30.757Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3041 | 2026-07-20T03:15:30.859Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3042 | 2026-07-20T03:15:31.249Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3043 | 2026-07-20T03:15:31.908Z | Checking rstest v0.25.0 |
| 3044 | 2026-07-20T03:15:34.286Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3045 | 2026-07-20T03:15:35.961Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3046 | 2026-07-20T03:15:40.236Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3047 | 2026-07-20T03:15:42.871Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3048 | 2026-07-20T03:15:43.051Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3049 | 2026-07-20T03:15:45.750Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3050 | 2026-07-20T03:15:49.509Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3051 | 2026-07-20T03:15:54.776Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3052 | 2026-07-20T03:15:58.471Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3053 | 2026-07-20T03:15:58.537Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3054 | 2026-07-20T03:15:58.768Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3055 | 2026-07-20T03:16:05.954Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3056 | 2026-07-20T03:16:10.305Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3057 | 2026-07-20T03:16:28.431Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3058 | 2026-07-20T03:17:24.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 06s |
| 3059 | 2026-07-20T03:17:24.840Z | |
| 3060 | 2026-07-20T03:17:24.840Z | real 4:09.636933766 |
| 3061 | 2026-07-20T03:17:24.840Z | user 21:31.025196009 |
| 3062 | 2026-07-20T03:17:24.840Z | sys 4:55.468775852 |
| 3063 | 2026-07-20T03:17:24.840Z | trap 0.542954473 |
| 3064 | 2026-07-20T03:17:24.840Z | tflt 0.435250360 |
| 3065 | 2026-07-20T03:17:24.840Z | dflt 0.465827597 |
| 3066 | 2026-07-20T03:17:24.840Z | kflt 0.004579622 |
| 3067 | 2026-07-20T03:17:24.840Z | lock 58:53.159368311 |
| 3068 | 2026-07-20T03:17:24.840Z | slp 58:51.554265849 |
| 3069 | 2026-07-20T03:17:24.840Z | lat 1:55.688677139 |
| 3070 | 2026-07-20T03:17:24.840Z | stop 10:49.950636170 |
| 3071 | 2026-07-20T03:17:24.844Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3072 | 2026-07-20T03:17:24.844Z | + ptime -m cargo doc --workspace --no-deps |
| 3073 | 2026-07-20T03:17:25.658Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3074 | 2026-07-20T03:17:25.658Z | | |
| 3075 | 2026-07-20T03:17:25.658Z | = 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)` |
| 3076 | 2026-07-20T03:17:25.658Z | = 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> |
| 3077 | 2026-07-20T03:17:26.685Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3078 | 2026-07-20T03:17:26.922Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3079 | 2026-07-20T03:17:26.968Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3080 | 2026-07-20T03:17:27.033Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3081 | 2026-07-20T03:17:27.065Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3082 | 2026-07-20T03:17:27.130Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3083 | 2026-07-20T03:17:27.246Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3084 | 2026-07-20T03:17:27.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3085 | 2026-07-20T03:17:27.310Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3086 | 2026-07-20T03:17:27.334Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3087 | 2026-07-20T03:17:27.419Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3088 | 2026-07-20T03:17:27.526Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3089 | 2026-07-20T03:17:27.550Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3090 | 2026-07-20T03:17:27.578Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3091 | 2026-07-20T03:17:27.599Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3092 | 2026-07-20T03:17:27.623Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3093 | 2026-07-20T03:17:27.646Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3094 | 2026-07-20T03:17:27.672Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3095 | 2026-07-20T03:17:27.709Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3096 | 2026-07-20T03:17:27.736Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3097 | 2026-07-20T03:17:27.738Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3098 | 2026-07-20T03:17:27.816Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3099 | 2026-07-20T03:17:28.110Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3100 | 2026-07-20T03:17:28.390Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3101 | 2026-07-20T03:17:28.433Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3102 | 2026-07-20T03:17:28.549Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3103 | 2026-07-20T03:17:28.552Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3104 | 2026-07-20T03:17:28.597Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3105 | 2026-07-20T03:17:28.778Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3106 | 2026-07-20T03:17:28.851Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3107 | 2026-07-20T03:17:28.943Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3108 | 2026-07-20T03:17:29.101Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3109 | 2026-07-20T03:17:29.142Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3110 | 2026-07-20T03:17:29.166Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3111 | 2026-07-20T03:17:29.218Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3112 | 2026-07-20T03:17:29.340Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3113 | 2026-07-20T03:17:29.368Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3114 | 2026-07-20T03:17:29.406Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3115 | 2026-07-20T03:17:29.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3116 | 2026-07-20T03:17:29.701Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3117 | 2026-07-20T03:17:29.725Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3118 | 2026-07-20T03:17:29.971Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3119 | 2026-07-20T03:17:30.033Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3120 | 2026-07-20T03:17:30.201Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3121 | 2026-07-20T03:17:30.237Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3122 | 2026-07-20T03:17:30.294Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3123 | 2026-07-20T03:17:30.370Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3124 | 2026-07-20T03:17:30.452Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3125 | 2026-07-20T03:17:30.513Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3126 | 2026-07-20T03:17:30.575Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3127 | 2026-07-20T03:17:30.633Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3128 | 2026-07-20T03:17:30.705Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3129 | 2026-07-20T03:17:30.761Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3130 | 2026-07-20T03:17:30.828Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3131 | 2026-07-20T03:17:30.878Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3132 | 2026-07-20T03:17:30.907Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3133 | 2026-07-20T03:17:30.933Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3134 | 2026-07-20T03:17:30.972Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3135 | 2026-07-20T03:17:31.041Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3136 | 2026-07-20T03:17:31.414Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3137 | 2026-07-20T03:17:31.501Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3138 | 2026-07-20T03:17:31.526Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3139 | 2026-07-20T03:17:31.775Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3140 | 2026-07-20T03:17:31.951Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3141 | 2026-07-20T03:17:32.239Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3142 | 2026-07-20T03:17:32.410Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3143 | 2026-07-20T03:17:32.465Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3144 | 2026-07-20T03:17:32.489Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3145 | 2026-07-20T03:17:32.534Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3146 | 2026-07-20T03:17:32.705Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3147 | 2026-07-20T03:17:32.741Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3148 | 2026-07-20T03:17:32.783Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3149 | 2026-07-20T03:17:32.808Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3150 | 2026-07-20T03:17:33.321Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3151 | 2026-07-20T03:17:33.873Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3152 | 2026-07-20T03:17:33.876Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3153 | 2026-07-20T03:17:33.981Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3154 | 2026-07-20T03:17:34.075Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3155 | 2026-07-20T03:17:34.143Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3156 | 2026-07-20T03:17:34.336Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3157 | 2026-07-20T03:17:34.417Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3158 | 2026-07-20T03:17:34.420Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3159 | 2026-07-20T03:17:34.572Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3160 | 2026-07-20T03:17:34.653Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3161 | 2026-07-20T03:17:34.677Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3162 | 2026-07-20T03:17:34.681Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3163 | 2026-07-20T03:17:34.852Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3164 | 2026-07-20T03:17:34.965Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3165 | 2026-07-20T03:17:35.009Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3166 | 2026-07-20T03:17:35.013Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3167 | 2026-07-20T03:17:35.053Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3168 | 2026-07-20T03:17:35.227Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3169 | 2026-07-20T03:17:35.275Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3170 | 2026-07-20T03:17:35.318Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3171 | 2026-07-20T03:17:35.321Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3172 | 2026-07-20T03:17:35.362Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3173 | 2026-07-20T03:17:35.389Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3174 | 2026-07-20T03:17:35.521Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3175 | 2026-07-20T03:17:35.567Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3176 | 2026-07-20T03:17:35.612Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3177 | 2026-07-20T03:17:35.635Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3178 | 2026-07-20T03:17:35.657Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3179 | 2026-07-20T03:17:35.739Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3180 | 2026-07-20T03:17:35.848Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3181 | 2026-07-20T03:17:35.873Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3182 | 2026-07-20T03:17:35.911Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3183 | 2026-07-20T03:17:36.206Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3184 | 2026-07-20T03:17:36.209Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3185 | 2026-07-20T03:17:36.253Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3186 | 2026-07-20T03:17:36.683Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3187 | 2026-07-20T03:17:36.936Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3188 | 2026-07-20T03:17:36.961Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3189 | 2026-07-20T03:17:37.749Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3190 | 2026-07-20T03:17:37.943Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3191 | 2026-07-20T03:17:38.074Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3192 | 2026-07-20T03:17:38.381Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3193 | 2026-07-20T03:17:38.553Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3194 | 2026-07-20T03:17:39.296Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3195 | 2026-07-20T03:17:39.921Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3196 | 2026-07-20T03:17:40.119Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3197 | 2026-07-20T03:17:40.256Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3198 | 2026-07-20T03:17:40.774Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3199 | 2026-07-20T03:17:40.902Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3200 | 2026-07-20T03:17:41.070Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3201 | 2026-07-20T03:17:41.118Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3202 | 2026-07-20T03:17:41.143Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3203 | 2026-07-20T03:17:41.378Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3204 | 2026-07-20T03:17:41.621Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3205 | 2026-07-20T03:17:41.813Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3206 | 2026-07-20T03:17:42.040Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3207 | 2026-07-20T03:17:42.171Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3208 | 2026-07-20T03:17:42.441Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3209 | 2026-07-20T03:17:42.758Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3210 | 2026-07-20T03:17:43.010Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3211 | 2026-07-20T03:17:43.249Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3212 | 2026-07-20T03:17:43.364Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3213 | 2026-07-20T03:17:43.389Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3214 | 2026-07-20T03:17:43.414Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3215 | 2026-07-20T03:17:43.991Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3216 | 2026-07-20T03:17:44.360Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3217 | 2026-07-20T03:17:44.805Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3218 | 2026-07-20T03:17:45.093Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3219 | 2026-07-20T03:17:45.496Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3220 | 2026-07-20T03:17:45.798Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3221 | 2026-07-20T03:17:46.404Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3222 | 2026-07-20T03:17:47.011Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3223 | 2026-07-20T03:17:47.129Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3224 | 2026-07-20T03:17:47.573Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3225 | 2026-07-20T03:17:48.049Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3226 | 2026-07-20T03:17:48.073Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3227 | 2026-07-20T03:17:48.435Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3228 | 2026-07-20T03:17:49.149Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3229 | 2026-07-20T03:17:49.268Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3230 | 2026-07-20T03:17:49.540Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3231 | 2026-07-20T03:17:50.206Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3232 | 2026-07-20T03:17:50.458Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3233 | 2026-07-20T03:17:51.044Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3234 | 2026-07-20T03:17:54.514Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3235 | 2026-07-20T03:17:55.022Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3236 | 2026-07-20T03:17:55.642Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3237 | 2026-07-20T03:17:56.068Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3238 | 2026-07-20T03:17:56.514Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3239 | 2026-07-20T03:17:56.575Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3240 | 2026-07-20T03:17:56.611Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3241 | 2026-07-20T03:17:58.179Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3242 | 2026-07-20T03:17:58.396Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3243 | 2026-07-20T03:17:58.921Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3244 | 2026-07-20T03:17:59.540Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3245 | 2026-07-20T03:17:59.973Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3246 | 2026-07-20T03:18:00.011Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3247 | 2026-07-20T03:18:00.427Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3248 | 2026-07-20T03:18:00.553Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3249 | 2026-07-20T03:18:00.587Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3250 | 2026-07-20T03:18:00.612Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3251 | 2026-07-20T03:18:00.683Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3252 | 2026-07-20T03:18:01.052Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3253 | 2026-07-20T03:18:01.098Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3254 | 2026-07-20T03:18:01.574Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3255 | 2026-07-20T03:18:01.771Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3256 | 2026-07-20T03:18:02.074Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3257 | 2026-07-20T03:18:02.269Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3258 | 2026-07-20T03:18:02.302Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3259 | 2026-07-20T03:18:02.742Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3260 | 2026-07-20T03:18:02.767Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3261 | 2026-07-20T03:18:03.446Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3262 | 2026-07-20T03:18:04.293Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3263 | 2026-07-20T03:18:04.798Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3264 | 2026-07-20T03:18:05.365Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3265 | 2026-07-20T03:18:06.924Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3266 | 2026-07-20T03:18:08.596Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3267 | 2026-07-20T03:18:09.018Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3268 | 2026-07-20T03:18:09.590Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3269 | 2026-07-20T03:18:11.131Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3270 | 2026-07-20T03:18:12.072Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3271 | 2026-07-20T03:18:13.564Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3272 | 2026-07-20T03:18:14.246Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3273 | 2026-07-20T03:18:15.328Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3274 | 2026-07-20T03:18:16.371Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3275 | 2026-07-20T03:18:17.774Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3276 | 2026-07-20T03:18:19.777Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3277 | 2026-07-20T03:18:20.038Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3278 | 2026-07-20T03:18:20.188Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3279 | 2026-07-20T03:18:21.139Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3280 | 2026-07-20T03:18:21.461Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3281 | 2026-07-20T03:18:24.439Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3282 | 2026-07-20T03:18:27.512Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3283 | 2026-07-20T03:18:28.110Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3284 | 2026-07-20T03:18:28.949Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3285 | 2026-07-20T03:18:30.122Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3286 | 2026-07-20T03:18:30.900Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3287 | 2026-07-20T03:18:31.666Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3288 | 2026-07-20T03:18:32.525Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3289 | 2026-07-20T03:18:34.190Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3290 | 2026-07-20T03:18:34.293Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3291 | 2026-07-20T03:18:35.485Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3292 | 2026-07-20T03:18:35.796Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3293 | 2026-07-20T03:18:36.562Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3294 | 2026-07-20T03:18:37.402Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3295 | 2026-07-20T03:18:38.292Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3296 | 2026-07-20T03:18:41.545Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3297 | 2026-07-20T03:18:42.741Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3298 | 2026-07-20T03:18:43.392Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3299 | 2026-07-20T03:18:44.299Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3300 | 2026-07-20T03:18:45.371Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3301 | 2026-07-20T03:18:46.232Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3302 | 2026-07-20T03:18:47.443Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3303 | 2026-07-20T03:18:48.502Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3304 | 2026-07-20T03:18:51.240Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3305 | 2026-07-20T03:18:51.738Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3306 | 2026-07-20T03:18:52.798Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3307 | 2026-07-20T03:18:54.033Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3308 | 2026-07-20T03:18:55.170Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3309 | 2026-07-20T03:18:56.490Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3310 | 2026-07-20T03:18:59.091Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3311 | 2026-07-20T03:18:59.658Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3312 | 2026-07-20T03:19:01.386Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3313 | 2026-07-20T03:19:03.030Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3314 | 2026-07-20T03:19:04.605Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3315 | 2026-07-20T03:19:07.828Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3316 | 2026-07-20T03:19:09.414Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3317 | 2026-07-20T03:19:13.886Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3318 | 2026-07-20T03:19:14.328Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3319 | 2026-07-20T03:19:15.377Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3320 | 2026-07-20T03:19:15.864Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3321 | 2026-07-20T03:19:17.852Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3322 | 2026-07-20T03:19:19.536Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3323 | 2026-07-20T03:19:21.597Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3324 | 2026-07-20T03:19:23.437Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3325 | 2026-07-20T03:19:25.181Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3326 | 2026-07-20T03:19:26.904Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3327 | 2026-07-20T03:19:28.975Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3328 | 2026-07-20T03:19:30.438Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3329 | 2026-07-20T03:19:32.212Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3330 | 2026-07-20T03:19:33.947Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3331 | 2026-07-20T03:19:35.723Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3332 | 2026-07-20T03:19:37.470Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3333 | 2026-07-20T03:19:38.895Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3334 | 2026-07-20T03:19:42.801Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3335 | 2026-07-20T03:19:44.486Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3336 | 2026-07-20T03:19:46.196Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3337 | 2026-07-20T03:19:47.981Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3338 | 2026-07-20T03:19:49.985Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3339 | 2026-07-20T03:19:51.768Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3340 | 2026-07-20T03:19:53.902Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3341 | 2026-07-20T03:19:55.708Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3342 | 2026-07-20T03:19:58.991Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3343 | 2026-07-20T03:20:00.067Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3344 | 2026-07-20T03:20:02.063Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3345 | 2026-07-20T03:20:03.869Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3346 | 2026-07-20T03:20:06.514Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3347 | 2026-07-20T03:20:08.790Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3348 | 2026-07-20T03:20:11.415Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3349 | 2026-07-20T03:20:13.444Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3350 | 2026-07-20T03:20:16.088Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3351 | 2026-07-20T03:20:18.265Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3352 | 2026-07-20T03:20:20.626Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3353 | 2026-07-20T03:20:23.189Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3354 | 2026-07-20T03:20:25.613Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3355 | 2026-07-20T03:20:27.388Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3356 | 2026-07-20T03:20:29.726Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3357 | 2026-07-20T03:20:32.037Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3358 | 2026-07-20T03:20:34.341Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3359 | 2026-07-20T03:20:36.698Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3360 | 2026-07-20T03:20:39.039Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3361 | 2026-07-20T03:20:41.289Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3362 | 2026-07-20T03:20:43.774Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3363 | 2026-07-20T03:20:46.071Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3364 | 2026-07-20T03:20:48.415Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3365 | 2026-07-20T03:20:50.872Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3366 | 2026-07-20T03:20:53.135Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3367 | 2026-07-20T03:20:55.494Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3368 | 2026-07-20T03:20:57.832Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3369 | 2026-07-20T03:21:00.232Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3370 | 2026-07-20T03:21:02.610Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3371 | 2026-07-20T03:21:05.009Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3372 | 2026-07-20T03:21:07.375Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3373 | 2026-07-20T03:21:09.705Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3374 | 2026-07-20T03:21:12.017Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3375 | 2026-07-20T03:21:14.524Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3376 | 2026-07-20T03:21:16.940Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3377 | 2026-07-20T03:21:19.281Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3378 | 2026-07-20T03:21:21.819Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3379 | 2026-07-20T03:21:24.109Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3380 | 2026-07-20T03:21:26.629Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3381 | 2026-07-20T03:21:28.954Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3382 | 2026-07-20T03:21:31.313Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3383 | 2026-07-20T03:21:33.822Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3384 | 2026-07-20T03:21:36.218Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3385 | 2026-07-20T03:21:38.763Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3386 | 2026-07-20T03:21:41.070Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3387 | 2026-07-20T03:21:44.004Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3388 | 2026-07-20T03:21:46.212Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3389 | 2026-07-20T03:21:48.804Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3390 | 2026-07-20T03:21:51.277Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3391 | 2026-07-20T03:21:53.928Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3392 | 2026-07-20T03:21:56.505Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3393 | 2026-07-20T03:21:59.071Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3394 | 2026-07-20T03:22:01.632Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3395 | 2026-07-20T03:22:04.220Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3396 | 2026-07-20T03:22:06.827Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3397 | 2026-07-20T03:22:09.435Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3398 | 2026-07-20T03:22:12.396Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3399 | 2026-07-20T03:22:14.856Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3400 | 2026-07-20T03:22:17.557Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3401 | 2026-07-20T03:22:25.491Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3402 | 2026-07-20T03:22:25.495Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3403 | 2026-07-20T03:22:28.921Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3404 | 2026-07-20T03:22:32.343Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3405 | 2026-07-20T03:22:35.614Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3406 | 2026-07-20T03:22:40.286Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3407 | 2026-07-20T03:22:43.089Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3408 | 2026-07-20T03:22:46.813Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3409 | 2026-07-20T03:22:50.508Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3410 | 2026-07-20T03:22:54.200Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3411 | 2026-07-20T03:22:57.905Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3412 | 2026-07-20T03:23:01.569Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3413 | 2026-07-20T03:23:05.397Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3414 | 2026-07-20T03:23:09.024Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3415 | 2026-07-20T03:23:12.678Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3416 | 2026-07-20T03:23:16.504Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3417 | 2026-07-20T03:23:20.120Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3418 | 2026-07-20T03:23:23.802Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3419 | 2026-07-20T03:23:27.534Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3420 | 2026-07-20T03:23:31.225Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3421 | 2026-07-20T03:23:34.923Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3422 | 2026-07-20T03:23:38.701Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3423 | 2026-07-20T03:23:42.452Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3424 | 2026-07-20T03:23:46.060Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3425 | 2026-07-20T03:23:49.758Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3426 | 2026-07-20T03:23:53.461Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3427 | 2026-07-20T03:23:57.202Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3428 | 2026-07-20T03:24:26.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 02s |
| 3429 | 2026-07-20T03:24:27.127Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 202 other files |
| 3430 | 2026-07-20T03:24:27.230Z | |
| 3431 | 2026-07-20T03:24:27.230Z | real 7:02.300714935 |
| 3432 | 2026-07-20T03:24:27.230Z | user 18:42.681603178 |
| 3433 | 2026-07-20T03:24:27.230Z | sys 3:58.071533276 |
| 3434 | 2026-07-20T03:24:27.230Z | trap 0.278158468 |
| 3435 | 2026-07-20T03:24:27.230Z | tflt 0.057132038 |
| 3436 | 2026-07-20T03:24:27.230Z | dflt 0.076638080 |
| 3437 | 2026-07-20T03:24:27.230Z | kflt 0.000072790 |
| 3438 | 2026-07-20T03:24:27.233Z | lock 6:33:08.418985958 |
| 3439 | 2026-07-20T03:24:27.233Z | slp 2:22:16.524482308 |
| 3440 | 2026-07-20T03:24:27.233Z | lat 31.148943672 |
| 3441 | 2026-07-20T03:24:27.233Z | stop 1:42.070667481 |
| 3442 | 2026-07-20T03:24:27.233Z | process exited: duration 792965 ms, exit code 0 |
| |
| 3443 | 2026-07-20T03:24:27.240Z | found 0 output files |