|
|
|
| 1 | 2026-07-31T16:18:13.578Z | job assigned to worker 01KYWFEW4MMXS17XT12J1C0HTN [factory aws, i-04d93658a95d0cc23] (queued for 49 s) |
| |
| 2 | 2026-07-31T16:18:20.198Z | starting task 0: "setup" |
| 3 | 2026-07-31T16:18:20.202Z | ++ uname -s |
| 4 | 2026-07-31T16:18:20.205Z | + kern=SunOS |
| 5 | 2026-07-31T16:18:20.205Z | + build_user=build |
| 6 | 2026-07-31T16:18:20.205Z | + build_uid=12345 |
| 7 | 2026-07-31T16:18:20.206Z | + work_dir=/work |
| 8 | 2026-07-31T16:18:20.206Z | + input_dir=/input |
| 9 | 2026-07-31T16:18:20.206Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-31T16:18:20.206Z | + case "$kern" in |
| 11 | 2026-07-31T16:18:20.206Z | + groupadd -g 12345 build |
| 12 | 2026-07-31T16:18:20.206Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-31T16:18:22.212Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-31T16:18:22.287Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-31T16:18:22.290Z | + home_fs=zfs |
| 16 | 2026-07-31T16:18:22.290Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-31T16:18:22.290Z | + mkdir -p /home/build |
| 18 | 2026-07-31T16:18:22.290Z | + chown build:build /home/build /work |
| 19 | 2026-07-31T16:18:24.291Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-31T16:18:24.294Z | process exited: duration 4097 ms, exit code 0 |
| |
| 21 | 2026-07-31T16:18:24.301Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-31T16:18:24.304Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-31T16:18:24.304Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-07-31T16:18:24.304Z | * rust toolchain profile = "default" |
| 25 | 2026-07-31T16:18:24.304Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-31T16:18:24.304Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-31T16:18:24.305Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-31T16:18:24.308Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-31T16:18:24.308Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-31T16:18:24.418Z | info: downloading installer |
| 31 | 2026-07-31T16:18:25.803Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-31T16:18:25.803Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-31T16:18:25.803Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-31T16:18:25.803Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-31T16:18:25.816Z | info: profile set to default |
| 36 | 2026-07-31T16:18:25.816Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-31T16:18:25.819Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-31T16:18:25.956Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-31T16:18:25.959Z | info: downloading 6 components |
| 40 | 2026-07-31T16:18:41.615Z | |
| 41 | 2026-07-31T16:18:41.615Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-31T16:18:41.642Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-31T16:18:41.642Z | |
| 44 | 2026-07-31T16:18:41.642Z | |
| 45 | 2026-07-31T16:18:41.642Z | Rust is installed now. Great! |
| 46 | 2026-07-31T16:18:41.642Z | |
| 47 | 2026-07-31T16:18:41.642Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-31T16:18:41.642Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-31T16:18:41.642Z | |
| 50 | 2026-07-31T16:18:41.642Z | To configure your current shell, you need to source |
| 51 | 2026-07-31T16:18:41.642Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-31T16:18:41.642Z | |
| 53 | 2026-07-31T16:18:41.642Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-31T16:18:41.645Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-31T16:18:41.645Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-31T16:18:41.645Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-31T16:18:41.645Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-31T16:18:41.645Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-31T16:18:41.645Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-31T16:18:41.645Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-31T16:18:41.646Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-31T16:18:41.730Z | + rustup --version |
| 63 | 2026-07-31T16:18:41.740Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-31T16:18:41.743Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-31T16:18:41.759Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-31T16:18:41.762Z | + cargo --version |
| 67 | 2026-07-31T16:18:41.776Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-31T16:18:41.779Z | + rustc --version |
| 69 | 2026-07-31T16:18:41.798Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-31T16:18:41.801Z | process exited: duration 17500 ms, exit code 0 |
| |
| 71 | 2026-07-31T16:18:41.807Z | starting task 2: "authentication" |
| 72 | 2026-07-31T16:18:41.824Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-31T16:18:41.830Z | starting task 3: "clone repository" |
| 74 | 2026-07-31T16:18:41.834Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-07-31T16:18:41.837Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-07-31T16:18:41.867Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-07-31T16:18:58.449Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-07-31T16:18:58.449Z | + git fetch origin 8f015fef7c09eff3459602f9b6f13b0d01d55616 |
| 79 | 2026-07-31T16:18:58.765Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-07-31T16:18:58.765Z | * branch 8f015fef7c09eff3459602f9b6f13b0d01d55616 -> FETCH_HEAD |
| 81 | 2026-07-31T16:18:58.776Z | + [[ -n multirack-join-service ]] |
| 82 | 2026-07-31T16:18:58.779Z | ++ git branch --show-current |
| 83 | 2026-07-31T16:18:58.779Z | + current=main |
| 84 | 2026-07-31T16:18:58.779Z | + [[ main != multirack-join-service ]] |
| 85 | 2026-07-31T16:18:58.779Z | + git branch -f multirack-join-service 8f015fef7c09eff3459602f9b6f13b0d01d55616 |
| 86 | 2026-07-31T16:18:58.782Z | + git checkout -f multirack-join-service |
| 87 | 2026-07-31T16:18:59.032Z | Switched to branch 'multirack-join-service' |
| 88 | 2026-07-31T16:18:59.035Z | + git reset --hard 8f015fef7c09eff3459602f9b6f13b0d01d55616 |
| 89 | 2026-07-31T16:18:59.060Z | HEAD is now at 8f015fef7 openapi |
| 90 | 2026-07-31T16:18:59.063Z | process exited: duration 17230 ms, exit code 0 |
| |
| 91 | 2026-07-31T16:18:59.070Z | starting task 4: "build" |
| 92 | 2026-07-31T16:18:59.074Z | + source ./env.sh |
| 93 | 2026-07-31T16:18:59.077Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-07-31T16:18:59.077Z | ++ set -o xtrace |
| 95 | 2026-07-31T16:18:59.077Z | ++++ dirname ./env.sh |
| 96 | 2026-07-31T16:18:59.080Z | +++ readlink -f . |
| 97 | 2026-07-31T16:18:59.080Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-07-31T16:18:59.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-07-31T16:18:59.080Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-07-31T16:18:59.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-07-31T16:18:59.080Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-07-31T16:18:59.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-07-31T16:18:59.080Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-07-31T16:18:59.080Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-07-31T16:18:59.080Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-07-31T16:18:59.080Z | ++ 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 |
| 107 | 2026-07-31T16:18:59.080Z | ++ 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 |
| 108 | 2026-07-31T16:18:59.080Z | ++ case $OLD_SHELL_OPTS in |
| 109 | 2026-07-31T16:18:59.080Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 110 | 2026-07-31T16:18:59.080Z | + source .github/buildomat/ci-env.sh |
| 111 | 2026-07-31T16:18:59.080Z | ++ export CARGO_TERM_COLOR=always |
| 112 | 2026-07-31T16:18:59.081Z | ++ CARGO_TERM_COLOR=always |
| 113 | 2026-07-31T16:18:59.084Z | +++ uname -s |
| 114 | 2026-07-31T16:18:59.084Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 115 | 2026-07-31T16:18:59.084Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 116 | 2026-07-31T16:18:59.084Z | + cargo --version |
| 117 | 2026-07-31T16:18:59.091Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 118 | 2026-07-31T16:18:59.095Z | + rustc --version |
| 119 | 2026-07-31T16:18:59.114Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 120 | 2026-07-31T16:18:59.117Z | + banner prerequisites |
| 121 | 2026-07-31T16:18:59.120Z | |
| 122 | 2026-07-31T16:18:59.121Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 123 | 2026-07-31T16:18:59.121Z | # # # # # # # # # # # # # # # |
| 124 | 2026-07-31T16:18:59.121Z | # # # # ##### # # ##### # # # # # #### # |
| 125 | 2026-07-31T16:18:59.121Z | ##### ##### # ##### # # # # # # # # # |
| 126 | 2026-07-31T16:18:59.121Z | # # # # # # # # # # # # # # # |
| 127 | 2026-07-31T16:18:59.121Z | # # # ###### # # ###### ### # #### # #### # |
| 128 | 2026-07-31T16:18:59.121Z | |
| 129 | 2026-07-31T16:18:59.121Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 130 | 2026-07-31T16:19:00.821Z | Startup: Refreshing catalog 'helios' ... Done |
| 131 | 2026-07-31T16:19:01.058Z | Startup: Caching catalogs ... Done |
| 132 | 2026-07-31T16:19:02.230Z | Planning: Solver setup ... Done (1.090s) |
| 133 | 2026-07-31T16:19:02.273Z | Planning: Running solver ... Done (0.044s) |
| 134 | 2026-07-31T16:19:02.304Z | Planning: Finding local manifests ... Done (0.003s) |
| 135 | 2026-07-31T16:19:02.316Z | Planning: Fetching manifests: 0/2 0% complete |
| 136 | 2026-07-31T16:19:02.338Z | Planning: Fetching manifests: 2/2 100% complete |
| 137 | 2026-07-31T16:19:02.351Z | Planning: Package planning ... Done (0.013s) |
| 138 | 2026-07-31T16:19:02.354Z | Planning: Merging actions ... Done (0.002s) |
| 139 | 2026-07-31T16:19:02.562Z | Planning: Checking for conflicting actions ... Done (0.209s) |
| 140 | 2026-07-31T16:19:02.567Z | Planning: Consolidating action changes ... Done (0.001s) |
| 141 | 2026-07-31T16:19:03.315Z | Planning: Evaluating mediators ... Done (0.752s) |
| 142 | 2026-07-31T16:19:03.319Z | Planning: Planning completed in 2.23 seconds |
| 143 | 2026-07-31T16:19:03.324Z | Packages to install: 2 |
| 144 | 2026-07-31T16:19:03.324Z | Estimated space available: 156.02 GB |
| 145 | 2026-07-31T16:19:03.324Z | Estimated space to be consumed: 55.06 MB |
| 146 | 2026-07-31T16:19:03.324Z | Create boot environment: No |
| 147 | 2026-07-31T16:19:03.324Z | Create backup boot environment: No |
| 148 | 2026-07-31T16:19:03.327Z | Rebuild boot archive: No |
| 149 | 2026-07-31T16:19:03.327Z | |
| 150 | 2026-07-31T16:19:03.327Z | Changed packages: |
| 151 | 2026-07-31T16:19:03.327Z | helios |
| 152 | 2026-07-31T16:19:03.327Z | developer/build-essential |
| 153 | 2026-07-31T16:19:03.327Z | None -> 11-3.0 |
| 154 | 2026-07-31T16:19:03.328Z | library/libxmlsec1 |
| 155 | 2026-07-31T16:19:03.328Z | None -> 1.2.35-3.0 |
| 156 | 2026-07-31T16:19:03.348Z | |
| 157 | 2026-07-31T16:19:03.348Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 158 | 2026-07-31T16:19:03.418Z | Download: Completed 1.28 MB in 0.07 seconds (18.3M/s) |
| 159 | 2026-07-31T16:19:03.507Z | Actions: 1/268 actions (Installing new actions) |
| 160 | 2026-07-31T16:19:03.545Z | Actions: Completed 268 actions in 0.04 seconds. |
| 161 | 2026-07-31T16:19:03.569Z | Finalize: Updating package state database ... Done (0.023s) |
| 162 | 2026-07-31T16:19:03.573Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-07-31T16:19:03.630Z | Finalize: Updating image state ... Done (0.062s) |
| 164 | 2026-07-31T16:19:06.051Z | Finalize: Creating fast lookup database ... Done (2.383s) |
| 165 | 2026-07-31T16:19:06.120Z | Finalize: Reading search index ... Done (0.012s) |
| 166 | 2026-07-31T16:19:06.124Z | Finalize: Updating search index ... Done (0.000s) |
| 167 | 2026-07-31T16:19:06.246Z | Finalize: Updating package cache ... Done (0.000s) |
| 168 | 2026-07-31T16:19:06.586Z | Planning: Evaluating mediator changes ... Done |
| 169 | 2026-07-31T16:19:06.691Z | Planning: Checking for conflicting actions ... Done |
| 170 | 2026-07-31T16:19:06.695Z | Planning: Consolidating action changes ... Done |
| 171 | 2026-07-31T16:19:06.849Z | Planning: Evaluating mediators ... Done |
| 172 | 2026-07-31T16:19:06.855Z | Planning: Planning completed in 0.26 seconds |
| 173 | 2026-07-31T16:19:06.871Z | Mediators to change: 2 |
| 174 | 2026-07-31T16:19:06.871Z | Create boot environment: No |
| 175 | 2026-07-31T16:19:06.871Z | Create backup boot environment: No |
| 176 | 2026-07-31T16:19:06.919Z | Finalize: Updating package state database ... Done |
| 177 | 2026-07-31T16:19:06.919Z | Finalize: Updating package cache ... Done |
| 178 | 2026-07-31T16:19:06.952Z | Finalize: Updating image state ... Done |
| 179 | 2026-07-31T16:19:08.908Z | Finalize: Creating fast lookup database ... Done |
| 180 | 2026-07-31T16:19:08.973Z | Finalize: Reading search index ... Done |
| 181 | 2026-07-31T16:19:08.976Z | Finalize: Updating search index ... Done |
| 182 | 2026-07-31T16:19:09.037Z | Finalize: Updating package cache ... Done |
| 183 | 2026-07-31T16:19:09.326Z | Planning: Evaluating mediator changes ... Done |
| 184 | 2026-07-31T16:19:09.431Z | Planning: Checking for conflicting actions ... Done |
| 185 | 2026-07-31T16:19:09.434Z | Planning: Consolidating action changes ... Done |
| 186 | 2026-07-31T16:19:09.587Z | Planning: Evaluating mediators ... Done |
| 187 | 2026-07-31T16:19:09.591Z | Planning: Planning completed in 0.26 seconds |
| 188 | 2026-07-31T16:19:09.610Z | Mediators to change: 1 |
| 189 | 2026-07-31T16:19:09.611Z | Create boot environment: No |
| 190 | 2026-07-31T16:19:09.614Z | Create backup boot environment: No |
| 191 | 2026-07-31T16:19:09.650Z | Finalize: Updating package state database ... Done |
| 192 | 2026-07-31T16:19:09.650Z | Finalize: Updating package cache ... Done |
| 193 | 2026-07-31T16:19:09.684Z | Finalize: Updating image state ... Done |
| 194 | 2026-07-31T16:19:11.638Z | Finalize: Creating fast lookup database ... Done |
| 195 | 2026-07-31T16:19:11.704Z | Finalize: Reading search index ... Done |
| 196 | 2026-07-31T16:19:11.707Z | Finalize: Updating search index ... Done |
| 197 | 2026-07-31T16:19:11.760Z | Finalize: Updating package cache ... Done |
| 198 | 2026-07-31T16:19:12.073Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 199 | 2026-07-31T16:19:12.074Z | apache system 2.4 system |
| 200 | 2026-07-31T16:19:12.074Z | clang system 15 system |
| 201 | 2026-07-31T16:19:12.074Z | csh system system illumos |
| 202 | 2026-07-31T16:19:12.074Z | ctags system system illumos |
| 203 | 2026-07-31T16:19:12.074Z | file vendor vendor darwinsys |
| 204 | 2026-07-31T16:19:12.074Z | file system system illumos |
| 205 | 2026-07-31T16:19:12.074Z | gcc vendor 14 vendor |
| 206 | 2026-07-31T16:19:12.074Z | gcc system 13 system |
| 207 | 2026-07-31T16:19:12.074Z | gcc system 10 system |
| 208 | 2026-07-31T16:19:12.074Z | go system 1.25 system |
| 209 | 2026-07-31T16:19:12.074Z | llvm system 15 system |
| 210 | 2026-07-31T16:19:12.074Z | mariadb system 11.4 system |
| 211 | 2026-07-31T16:19:12.074Z | mta vendor vendor dma |
| 212 | 2026-07-31T16:19:12.074Z | openjdk system 17 system |
| 213 | 2026-07-31T16:19:12.074Z | openjdk system 11 system |
| 214 | 2026-07-31T16:19:12.074Z | openssl vendor 3 vendor |
| 215 | 2026-07-31T16:19:12.074Z | perl system 5.40 system |
| 216 | 2026-07-31T16:19:12.074Z | postgresql system 18 system |
| 217 | 2026-07-31T16:19:12.074Z | postgresql system 17 system |
| 218 | 2026-07-31T16:19:12.074Z | python vendor 3 vendor |
| 219 | 2026-07-31T16:19:12.074Z | python system 2 system |
| 220 | 2026-07-31T16:19:12.074Z | python3 vendor 3.13 vendor |
| 221 | 2026-07-31T16:19:12.074Z | ruby system 3.4 system |
| 222 | 2026-07-31T16:19:12.074Z | ruby system 3.0 system |
| 223 | 2026-07-31T16:19:12.074Z | words vendor vendor american-english |
| 224 | 2026-07-31T16:19:12.074Z | words system system australian-english |
| 225 | 2026-07-31T16:19:12.074Z | words system system british-english |
| 226 | 2026-07-31T16:19:12.074Z | words system system canadian-english |
| 227 | 2026-07-31T16:19:12.074Z | words system system french |
| 228 | 2026-07-31T16:19:12.074Z | words system system italian |
| 229 | 2026-07-31T16:19:12.074Z | words system system ngerman |
| 230 | 2026-07-31T16:19:12.074Z | words system system ogerman |
| 231 | 2026-07-31T16:19:12.074Z | words system system spanish |
| 232 | 2026-07-31T16:19:12.332Z | PUBLISHER TYPE STATUS P LOCATION |
| 233 | 2026-07-31T16:19:12.332Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 234 | 2026-07-31T16:19:12.728Z | FMRI IFO |
| 235 | 2026-07-31T16:19:12.728Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 236 | 2026-07-31T16:19:12.729Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 237 | 2026-07-31T16:19:12.729Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 238 | 2026-07-31T16:19:12.729Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 239 | 2026-07-31T16:19:12.729Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 240 | 2026-07-31T16:19:12.729Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 241 | 2026-07-31T16:19:12.729Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 242 | 2026-07-31T16:19:12.729Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 243 | 2026-07-31T16:19:12.729Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 244 | 2026-07-31T16:19:13.030Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 245 | 2026-07-31T16:19:13.350Z | Updating crates.io index |
| 246 | 2026-07-31T16:19:13.353Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 247 | 2026-07-31T16:19:13.622Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 248 | 2026-07-31T16:19:13.959Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 249 | 2026-07-31T16:19:14.975Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 250 | 2026-07-31T16:19:15.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 251 | 2026-07-31T16:19:19.635Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 252 | 2026-07-31T16:19:20.614Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 253 | 2026-07-31T16:19:20.886Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 254 | 2026-07-31T16:19:21.316Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 255 | 2026-07-31T16:19:22.557Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 256 | 2026-07-31T16:19:22.917Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 257 | 2026-07-31T16:19:23.224Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 258 | 2026-07-31T16:19:23.556Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 259 | 2026-07-31T16:19:24.346Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2026-07-31T16:19:24.893Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 261 | 2026-07-31T16:19:25.286Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 262 | 2026-07-31T16:19:25.709Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 263 | 2026-07-31T16:19:26.276Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 264 | 2026-07-31T16:19:26.608Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 265 | 2026-07-31T16:19:26.871Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 266 | 2026-07-31T16:19:27.106Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 267 | 2026-07-31T16:19:27.473Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 268 | 2026-07-31T16:19:27.953Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 269 | 2026-07-31T16:19:28.301Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 270 | 2026-07-31T16:19:28.548Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 271 | 2026-07-31T16:19:29.023Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 272 | 2026-07-31T16:19:29.304Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 273 | 2026-07-31T16:19:30.698Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 274 | 2026-07-31T16:19:31.178Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 275 | 2026-07-31T16:19:31.401Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2026-07-31T16:19:31.741Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 277 | 2026-07-31T16:19:32.177Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-07-31T16:19:32.592Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 279 | 2026-07-31T16:19:32.918Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 280 | 2026-07-31T16:19:33.258Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 281 | 2026-07-31T16:19:33.553Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 282 | 2026-07-31T16:19:34.046Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 283 | 2026-07-31T16:19:34.331Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 284 | 2026-07-31T16:19:34.878Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 285 | 2026-07-31T16:19:35.609Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 286 | 2026-07-31T16:19:35.922Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 287 | 2026-07-31T16:19:39.253Z | Downloading crates ... |
| 288 | 2026-07-31T16:19:39.300Z | Downloaded anstyle-query v1.1.5 |
| 289 | 2026-07-31T16:19:39.309Z | Downloaded cpufeatures v0.2.17 |
| 290 | 2026-07-31T16:19:39.319Z | Downloaded zmij v1.0.21 |
| 291 | 2026-07-31T16:19:39.323Z | Downloaded swrite v0.1.0 |
| 292 | 2026-07-31T16:19:39.323Z | Downloaded plain v0.2.3 |
| 293 | 2026-07-31T16:19:39.333Z | Downloaded zerocopy v0.7.35 |
| 294 | 2026-07-31T16:19:39.342Z | Downloaded colorchoice v1.0.4 |
| 295 | 2026-07-31T16:19:39.345Z | Downloaded fastrand v2.3.0 |
| 296 | 2026-07-31T16:19:39.345Z | Downloaded macaddr v1.0.1 |
| 297 | 2026-07-31T16:19:39.345Z | Downloaded thiserror-impl v1.0.69 |
| 298 | 2026-07-31T16:19:39.349Z | Downloaded sha2 v0.10.9 |
| 299 | 2026-07-31T16:19:39.349Z | Downloaded crypto-common v0.1.7 |
| 300 | 2026-07-31T16:19:39.378Z | Downloaded itoa v1.0.17 |
| 301 | 2026-07-31T16:19:39.378Z | Downloaded anstream v1.0.0 |
| 302 | 2026-07-31T16:19:39.378Z | Downloaded byteorder v1.5.0 |
| 303 | 2026-07-31T16:19:39.378Z | Downloaded anstyle-parse v1.0.0 |
| 304 | 2026-07-31T16:19:39.378Z | Downloaded generic-array v0.14.7 |
| 305 | 2026-07-31T16:19:39.378Z | Downloaded fnv v1.0.7 |
| 306 | 2026-07-31T16:19:39.378Z | Downloaded heck v0.4.1 |
| 307 | 2026-07-31T16:19:39.378Z | Downloaded dof v0.3.0 |
| 308 | 2026-07-31T16:19:39.378Z | Downloaded indexmap v2.14.0 |
| 309 | 2026-07-31T16:19:39.384Z | Downloaded block-buffer v0.10.4 |
| 310 | 2026-07-31T16:19:39.387Z | Downloaded is_terminal_polyfill v1.70.2 |
| 311 | 2026-07-31T16:19:39.390Z | Downloaded equivalent v1.0.2 |
| 312 | 2026-07-31T16:19:39.393Z | Downloaded toml_write v0.1.2 |
| 313 | 2026-07-31T16:19:39.393Z | Downloaded smawk v0.3.2 |
| 314 | 2026-07-31T16:19:39.397Z | Downloaded usdt-macro v0.5.0 |
| 315 | 2026-07-31T16:19:39.400Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-07-31T16:19:39.400Z | Downloaded errno v0.3.14 |
| 317 | 2026-07-31T16:19:39.400Z | Downloaded terminal_size v0.4.3 |
| 318 | 2026-07-31T16:19:39.403Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-07-31T16:19:39.404Z | Downloaded cargo-platform v0.3.2 |
| 320 | 2026-07-31T16:19:39.407Z | Downloaded heck v0.5.0 |
| 321 | 2026-07-31T16:19:39.407Z | Downloaded strsim v0.11.1 |
| 322 | 2026-07-31T16:19:39.410Z | Downloaded memmap v0.7.0 |
| 323 | 2026-07-31T16:19:39.410Z | Downloaded autocfg v1.5.0 |
| 324 | 2026-07-31T16:19:39.413Z | Downloaded toml_datetime v0.6.11 |
| 325 | 2026-07-31T16:19:39.413Z | Downloaded anstyle v1.0.14 |
| 326 | 2026-07-31T16:19:39.417Z | Downloaded bytecount v0.6.9 |
| 327 | 2026-07-31T16:19:39.417Z | Downloaded cargo_toml v0.21.0 |
| 328 | 2026-07-31T16:19:39.417Z | Downloaded proc-macro-error v1.0.4 |
| 329 | 2026-07-31T16:19:39.420Z | Downloaded utf8parse v0.2.2 |
| 330 | 2026-07-31T16:19:39.424Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-07-31T16:19:39.427Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-07-31T16:19:39.430Z | Downloaded cfg-if v1.0.4 |
| 333 | 2026-07-31T16:19:39.436Z | Downloaded version_check v0.9.5 |
| 334 | 2026-07-31T16:19:39.439Z | Downloaded clap_lex v1.0.0 |
| 335 | 2026-07-31T16:19:39.439Z | Downloaded serde_spanned v0.6.9 |
| 336 | 2026-07-31T16:19:39.453Z | Downloaded unicode-linebreak v0.1.5 |
| 337 | 2026-07-31T16:19:39.457Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-07-31T16:19:39.460Z | Downloaded proc-macro-error-attr v1.0.4 |
| 339 | 2026-07-31T16:19:39.460Z | Downloaded scroll_derive v0.12.1 |
| 340 | 2026-07-31T16:19:39.468Z | Downloaded usdt v0.5.0 |
| 341 | 2026-07-31T16:19:39.474Z | Downloaded thiserror v2.0.18 |
| 342 | 2026-07-31T16:19:39.474Z | Downloaded thiserror v1.0.69 |
| 343 | 2026-07-31T16:19:39.478Z | Downloaded cargo_metadata v0.23.1 |
| 344 | 2026-07-31T16:19:39.478Z | Downloaded pest v2.8.6 |
| 345 | 2026-07-31T16:19:39.482Z | Downloaded log v0.4.29 |
| 346 | 2026-07-31T16:19:39.485Z | Downloaded quote v1.0.45 |
| 347 | 2026-07-31T16:19:39.489Z | Downloaded serde_tokenstream v0.2.3 |
| 348 | 2026-07-31T16:19:39.516Z | Downloaded scroll v0.12.0 |
| 349 | 2026-07-31T16:19:39.521Z | Downloaded thiserror-impl v2.0.18 |
| 350 | 2026-07-31T16:19:39.521Z | Downloaded digest v0.10.7 |
| 351 | 2026-07-31T16:19:39.521Z | Downloaded fs-err v3.3.0 |
| 352 | 2026-07-31T16:19:39.521Z | Downloaded once_cell v1.21.3 |
| 353 | 2026-07-31T16:19:39.521Z | Downloaded pest_derive v2.8.6 |
| 354 | 2026-07-31T16:19:39.521Z | Downloaded usdt-impl v0.5.0 |
| 355 | 2026-07-31T16:19:39.521Z | Downloaded camino v1.2.2 |
| 356 | 2026-07-31T16:19:39.522Z | Downloaded bitflags v2.11.0 |
| 357 | 2026-07-31T16:19:39.522Z | Downloaded clap_derive v4.6.1 |
| 358 | 2026-07-31T16:19:39.529Z | Downloaded camino-tempfile v1.4.1 |
| 359 | 2026-07-31T16:19:39.537Z | Downloaded ucd-trie v0.1.7 |
| 360 | 2026-07-31T16:19:39.543Z | Downloaded papergrid v0.11.0 |
| 361 | 2026-07-31T16:19:39.543Z | Downloaded serde v1.0.228 |
| 362 | 2026-07-31T16:19:39.551Z | Downloaded pest_generator v2.8.6 |
| 363 | 2026-07-31T16:19:39.551Z | Downloaded semver v1.0.28 |
| 364 | 2026-07-31T16:19:39.551Z | Downloaded zerocopy-derive v0.7.35 |
| 365 | 2026-07-31T16:19:39.551Z | Downloaded serde_derive v1.0.228 |
| 366 | 2026-07-31T16:19:39.556Z | Downloaded textwrap v0.16.2 |
| 367 | 2026-07-31T16:19:39.556Z | Downloaded toml v0.8.23 |
| 368 | 2026-07-31T16:19:39.556Z | Downloaded unicode-ident v1.0.24 |
| 369 | 2026-07-31T16:19:39.562Z | Downloaded serde_core v1.0.228 |
| 370 | 2026-07-31T16:19:39.579Z | Downloaded anyhow v1.0.102 |
| 371 | 2026-07-31T16:19:39.579Z | Downloaded pest_meta v2.8.6 |
| 372 | 2026-07-31T16:19:39.579Z | Downloaded getrandom v0.4.1 |
| 373 | 2026-07-31T16:19:39.587Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-07-31T16:19:39.587Z | Downloaded toml_edit v0.22.27 |
| 375 | 2026-07-31T16:19:39.587Z | Downloaded tempfile v3.25.0 |
| 376 | 2026-07-31T16:19:39.597Z | Downloaded clap v4.6.1 |
| 377 | 2026-07-31T16:19:39.607Z | Downloaded memchr v2.8.0 |
| 378 | 2026-07-31T16:19:39.616Z | Downloaded serde_json v1.0.151 |
| 379 | 2026-07-31T16:19:39.642Z | Downloaded typenum v1.20.1 |
| 380 | 2026-07-31T16:19:39.660Z | Downloaded goblin v0.8.2 |
| 381 | 2026-07-31T16:19:39.668Z | Downloaded hashbrown v0.17.0 |
| 382 | 2026-07-31T16:19:39.680Z | Downloaded clap_builder v4.6.0 |
| 383 | 2026-07-31T16:19:39.698Z | Downloaded winnow v0.7.14 |
| 384 | 2026-07-31T16:19:39.703Z | Downloaded unicode-width v0.1.14 |
| 385 | 2026-07-31T16:19:39.704Z | Downloaded syn v2.0.117 |
| 386 | 2026-07-31T16:19:39.707Z | Downloaded syn v1.0.109 |
| 387 | 2026-07-31T16:19:39.711Z | Downloaded tabled v0.15.0 |
| 388 | 2026-07-31T16:19:39.733Z | Downloaded unicode-width v0.2.0 |
| 389 | 2026-07-31T16:19:39.752Z | Downloaded rustix v1.1.3 |
| 390 | 2026-07-31T16:19:39.776Z | Downloaded libc v0.2.185 |
| 391 | 2026-07-31T16:19:39.846Z | Compiling proc-macro2 v1.0.106 |
| 392 | 2026-07-31T16:19:39.847Z | Compiling quote v1.0.45 |
| 393 | 2026-07-31T16:19:39.847Z | Compiling unicode-ident v1.0.24 |
| 394 | 2026-07-31T16:19:39.892Z | Compiling serde_core v1.0.228 |
| 395 | 2026-07-31T16:19:39.892Z | Compiling libc v0.2.185 |
| 396 | 2026-07-31T16:19:39.892Z | Compiling version_check v0.9.5 |
| 397 | 2026-07-31T16:19:39.892Z | Compiling memchr v2.8.0 |
| 398 | 2026-07-31T16:19:39.893Z | Compiling serde v1.0.228 |
| 399 | 2026-07-31T16:19:40.119Z | Compiling zmij v1.0.21 |
| 400 | 2026-07-31T16:19:40.370Z | Compiling ucd-trie v0.1.7 |
| 401 | 2026-07-31T16:19:40.374Z | Compiling thiserror v1.0.69 |
| 402 | 2026-07-31T16:19:40.633Z | Compiling itoa v1.0.17 |
| 403 | 2026-07-31T16:19:40.649Z | Compiling pest v2.8.6 |
| 404 | 2026-07-31T16:19:40.810Z | Compiling byteorder v1.5.0 |
| 405 | 2026-07-31T16:19:40.827Z | Compiling rustix v1.1.3 |
| 406 | 2026-07-31T16:19:40.843Z | Compiling errno v0.3.14 |
| 407 | 2026-07-31T16:19:41.034Z | Compiling serde_json v1.0.151 |
| 408 | 2026-07-31T16:19:41.064Z | Compiling bitflags v2.11.0 |
| 409 | 2026-07-31T16:19:41.221Z | Compiling syn v2.0.117 |
| 410 | 2026-07-31T16:19:41.270Z | Compiling thread-id v4.2.2 |
| 411 | 2026-07-31T16:19:41.284Z | Compiling usdt-impl v0.5.0 |
| 412 | 2026-07-31T16:19:41.361Z | Compiling proc-macro-error-attr v1.0.4 |
| 413 | 2026-07-31T16:19:41.459Z | Compiling syn v1.0.109 |
| 414 | 2026-07-31T16:19:41.502Z | Compiling camino v1.2.2 |
| 415 | 2026-07-31T16:19:41.699Z | Compiling pest_meta v2.8.6 |
| 416 | 2026-07-31T16:19:41.824Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2026-07-31T16:19:41.894Z | Compiling utf8parse v0.2.2 |
| 418 | 2026-07-31T16:19:41.913Z | Compiling hashbrown v0.17.0 |
| 419 | 2026-07-31T16:19:42.009Z | Compiling getrandom v0.4.1 |
| 420 | 2026-07-31T16:19:42.026Z | Compiling equivalent v1.0.2 |
| 421 | 2026-07-31T16:19:42.116Z | Compiling plain v0.2.3 |
| 422 | 2026-07-31T16:19:42.329Z | Compiling log v0.4.29 |
| 423 | 2026-07-31T16:19:42.393Z | Compiling terminal_size v0.4.3 |
| 424 | 2026-07-31T16:19:42.485Z | Compiling indexmap v2.14.0 |
| 425 | 2026-07-31T16:19:42.646Z | Compiling anstyle-parse v1.0.0 |
| 426 | 2026-07-31T16:19:43.114Z | Compiling winnow v0.7.14 |
| 427 | 2026-07-31T16:19:43.131Z | Compiling anstyle-query v1.1.5 |
| 428 | 2026-07-31T16:19:43.225Z | Compiling toml_write v0.1.2 |
| 429 | 2026-07-31T16:19:43.246Z | Compiling cfg-if v1.0.4 |
| 430 | 2026-07-31T16:19:43.263Z | Compiling is_terminal_polyfill v1.70.2 |
| 431 | 2026-07-31T16:19:43.316Z | Compiling pretty-hex v0.4.1 |
| 432 | 2026-07-31T16:19:43.364Z | Compiling anstyle v1.0.14 |
| 433 | 2026-07-31T16:19:43.381Z | Compiling colorchoice v1.0.4 |
| 434 | 2026-07-31T16:19:43.423Z | Compiling thiserror v2.0.18 |
| 435 | 2026-07-31T16:19:43.455Z | Compiling autocfg v1.5.0 |
| 436 | 2026-07-31T16:19:43.537Z | Compiling pest_generator v2.8.6 |
| 437 | 2026-07-31T16:19:43.581Z | Compiling anstream v1.0.0 |
| 438 | 2026-07-31T16:19:43.873Z | Compiling fs-err v3.3.0 |
| 439 | 2026-07-31T16:19:43.890Z | Compiling clap_lex v1.0.0 |
| 440 | 2026-07-31T16:19:43.952Z | Compiling bytecount v0.6.9 |
| 441 | 2026-07-31T16:19:44.058Z | Compiling anyhow v1.0.102 |
| 442 | 2026-07-31T16:19:44.077Z | Compiling unicode-width v0.1.14 |
| 443 | 2026-07-31T16:19:44.119Z | Compiling fnv v1.0.7 |
| 444 | 2026-07-31T16:19:44.135Z | Compiling fastrand v2.3.0 |
| 445 | 2026-07-31T16:19:44.217Z | Compiling heck v0.5.0 |
| 446 | 2026-07-31T16:19:44.234Z | Compiling once_cell v1.21.3 |
| 447 | 2026-07-31T16:19:44.355Z | Compiling heck v0.4.1 |
| 448 | 2026-07-31T16:19:44.372Z | Compiling strsim v0.11.1 |
| 449 | 2026-07-31T16:19:44.458Z | Compiling tempfile v3.25.0 |
| 450 | 2026-07-31T16:19:44.462Z | Compiling papergrid v0.11.0 |
| 451 | 2026-07-31T16:19:44.565Z | Compiling clap_builder v4.6.0 |
| 452 | 2026-07-31T16:19:44.606Z | Compiling semver v1.0.28 |
| 453 | 2026-07-31T16:19:44.659Z | Compiling tabled_derive v0.7.0 |
| 454 | 2026-07-31T16:19:44.677Z | Compiling cargo-platform v0.3.2 |
| 455 | 2026-07-31T16:19:44.706Z | Compiling memmap v0.7.0 |
| 456 | 2026-07-31T16:19:44.825Z | Compiling unicode-width v0.2.0 |
| 457 | 2026-07-31T16:19:44.889Z | Compiling smawk v0.3.2 |
| 458 | 2026-07-31T16:19:44.923Z | Compiling unicode-linebreak v0.1.5 |
| 459 | 2026-07-31T16:19:45.027Z | Compiling camino-tempfile v1.4.1 |
| 460 | 2026-07-31T16:19:45.155Z | Compiling serde_derive v1.0.228 |
| 461 | 2026-07-31T16:19:45.171Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2026-07-31T16:19:45.226Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2026-07-31T16:19:45.252Z | Compiling pest_derive v2.8.6 |
| 464 | 2026-07-31T16:19:45.437Z | Compiling scroll_derive v0.12.1 |
| 465 | 2026-07-31T16:19:45.544Z | Compiling thiserror-impl v2.0.18 |
| 466 | 2026-07-31T16:19:45.693Z | Compiling clap_derive v4.6.1 |
| 467 | 2026-07-31T16:19:45.857Z | Compiling tabled v0.15.0 |
| 468 | 2026-07-31T16:19:46.079Z | Compiling zerocopy v0.7.35 |
| 469 | 2026-07-31T16:19:46.100Z | Compiling scroll v0.12.0 |
| 470 | 2026-07-31T16:19:46.375Z | Compiling goblin v0.8.2 |
| 471 | 2026-07-31T16:19:46.515Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2026-07-31T16:19:46.626Z | Compiling textwrap v0.16.2 |
| 473 | 2026-07-31T16:19:47.047Z | Compiling swrite v0.1.0 |
| 474 | 2026-07-31T16:19:47.443Z | Compiling clap v4.6.1 |
| 475 | 2026-07-31T16:19:48.147Z | Compiling dof v0.3.0 |
| 476 | 2026-07-31T16:19:48.147Z | Compiling serde_tokenstream v0.2.3 |
| 477 | 2026-07-31T16:19:48.151Z | Compiling toml_datetime v0.6.11 |
| 478 | 2026-07-31T16:19:48.151Z | Compiling serde_spanned v0.6.9 |
| 479 | 2026-07-31T16:19:48.151Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 480 | 2026-07-31T16:19:48.225Z | Compiling cargo_metadata v0.23.1 |
| 481 | 2026-07-31T16:19:48.242Z | Compiling macaddr v1.0.1 |
| 482 | 2026-07-31T16:19:48.350Z | Compiling toml_edit v0.22.27 |
| 483 | 2026-07-31T16:19:48.948Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2026-07-31T16:19:48.973Z | Compiling usdt-macro v0.5.0 |
| 485 | 2026-07-31T16:19:49.546Z | Compiling usdt v0.5.0 |
| 486 | 2026-07-31T16:19:49.660Z | Compiling toml v0.8.23 |
| 487 | 2026-07-31T16:19:49.984Z | Compiling cargo_toml v0.21.0 |
| 488 | 2026-07-31T16:19:51.227Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2026-07-31T16:19:53.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.40s |
| 490 | 2026-07-31T16:19:53.479Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 491 | 2026-07-31T16:19:53.993Z | Downloading crates ... |
| 492 | 2026-07-31T16:19:54.057Z | Downloaded adler2 v2.0.1 |
| 493 | 2026-07-31T16:19:54.060Z | Downloaded anstyle-parse v0.2.7 |
| 494 | 2026-07-31T16:19:54.060Z | Downloaded argon2 v0.5.3 |
| 495 | 2026-07-31T16:19:54.064Z | Downloaded atomic-waker v1.1.2 |
| 496 | 2026-07-31T16:19:54.067Z | Downloaded convert_case v0.4.0 |
| 497 | 2026-07-31T16:19:54.067Z | Downloaded bit-set v0.8.0 |
| 498 | 2026-07-31T16:19:54.067Z | Downloaded array-init v0.0.4 |
| 499 | 2026-07-31T16:19:54.070Z | Downloaded arc-swap v1.8.2 |
| 500 | 2026-07-31T16:19:54.070Z | Downloaded base16ct v0.2.0 |
| 501 | 2026-07-31T16:19:54.070Z | Downloaded endian-type v0.1.2 |
| 502 | 2026-07-31T16:19:54.073Z | Downloaded assert_matches v1.5.0 |
| 503 | 2026-07-31T16:19:54.073Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 504 | 2026-07-31T16:19:54.073Z | Downloaded env_logger v0.11.9 |
| 505 | 2026-07-31T16:19:54.076Z | Downloaded env_filter v1.0.0 |
| 506 | 2026-07-31T16:19:54.076Z | Downloaded futures-sink v0.3.32 |
| 507 | 2026-07-31T16:19:54.076Z | Downloaded arrayvec v0.7.6 |
| 508 | 2026-07-31T16:19:54.079Z | Downloaded async-stream-impl v0.3.6 |
| 509 | 2026-07-31T16:19:54.080Z | Downloaded atomicwrites v0.4.4 |
| 510 | 2026-07-31T16:19:54.080Z | Downloaded base16ct v1.0.0 |
| 511 | 2026-07-31T16:19:54.080Z | Downloaded bit-vec v0.6.3 |
| 512 | 2026-07-31T16:19:54.080Z | Downloaded foldhash v0.1.5 |
| 513 | 2026-07-31T16:19:54.085Z | Downloaded enum-as-inner v0.6.1 |
| 514 | 2026-07-31T16:19:54.088Z | Downloaded flagset v0.4.7 |
| 515 | 2026-07-31T16:19:54.088Z | Downloaded ascii-canvas v3.0.0 |
| 516 | 2026-07-31T16:19:54.088Z | Downloaded async-stream v0.3.6 |
| 517 | 2026-07-31T16:19:54.088Z | Downloaded form_urlencoded v1.2.2 |
| 518 | 2026-07-31T16:19:54.088Z | Downloaded float-ord v0.3.2 |
| 519 | 2026-07-31T16:19:54.091Z | Downloaded funty v2.0.0 |
| 520 | 2026-07-31T16:19:54.094Z | Downloaded atty v0.2.14 |
| 521 | 2026-07-31T16:19:54.094Z | Downloaded bitfield-macros v0.19.4 |
| 522 | 2026-07-31T16:19:54.094Z | Downloaded fallible-iterator v0.2.0 |
| 523 | 2026-07-31T16:19:54.099Z | Downloaded gethostname v0.5.0 |
| 524 | 2026-07-31T16:19:54.099Z | Downloaded fixedbitset v0.4.2 |
| 525 | 2026-07-31T16:19:54.099Z | Downloaded git-stub v1.0.0 |
| 526 | 2026-07-31T16:19:54.099Z | Downloaded bb8 v0.8.6 |
| 527 | 2026-07-31T16:19:54.102Z | Downloaded erased-serde v0.3.31 |
| 528 | 2026-07-31T16:19:54.102Z | Downloaded filetime v0.2.27 |
| 529 | 2026-07-31T16:19:54.107Z | Downloaded bitfield-struct v0.6.2 |
| 530 | 2026-07-31T16:19:54.107Z | Downloaded futures-task v0.3.32 |
| 531 | 2026-07-31T16:19:54.107Z | Downloaded getrandom v0.2.17 |
| 532 | 2026-07-31T16:19:54.107Z | Downloaded fd-lock v4.0.4 |
| 533 | 2026-07-31T16:19:54.110Z | Downloaded foreign-types v0.5.0 |
| 534 | 2026-07-31T16:19:54.110Z | Downloaded async-recursion v1.1.1 |
| 535 | 2026-07-31T16:19:54.110Z | Downloaded futures-io v0.3.32 |
| 536 | 2026-07-31T16:19:54.110Z | Downloaded arrayref v0.3.9 |
| 537 | 2026-07-31T16:19:54.110Z | Downloaded foreign-types-shared v0.1.1 |
| 538 | 2026-07-31T16:19:54.115Z | Downloaded futures-macro v0.3.32 |
| 539 | 2026-07-31T16:19:54.115Z | Downloaded enum_dispatch v0.3.13 |
| 540 | 2026-07-31T16:19:54.115Z | Downloaded half v2.7.1 |
| 541 | 2026-07-31T16:19:54.118Z | Downloaded ciborium-ll v0.2.2 |
| 542 | 2026-07-31T16:19:54.118Z | Downloaded fxhash v0.2.1 |
| 543 | 2026-07-31T16:19:54.118Z | Downloaded backoff v0.4.0 |
| 544 | 2026-07-31T16:19:54.123Z | Downloaded foreign-types-macros v0.2.3 |
| 545 | 2026-07-31T16:19:54.128Z | Downloaded compression-core v0.4.31 |
| 546 | 2026-07-31T16:19:54.132Z | Downloaded hash32 v0.3.1 |
| 547 | 2026-07-31T16:19:54.135Z | Downloaded foreign-types-shared v0.3.1 |
| 548 | 2026-07-31T16:19:54.138Z | Downloaded aead v0.5.2 |
| 549 | 2026-07-31T16:19:54.141Z | Downloaded bitfield v0.19.4 |
| 550 | 2026-07-31T16:19:54.141Z | Downloaded fixedbitset v0.5.7 |
| 551 | 2026-07-31T16:19:54.141Z | Downloaded fs-err v2.11.0 |
| 552 | 2026-07-31T16:19:54.141Z | Downloaded flume v0.11.1 |
| 553 | 2026-07-31T16:19:54.144Z | Downloaded base64ct v1.8.3 |
| 554 | 2026-07-31T16:19:54.144Z | Downloaded bitflags v1.3.2 |
| 555 | 2026-07-31T16:19:54.147Z | Downloaded bit-vec v0.8.0 |
| 556 | 2026-07-31T16:19:54.150Z | Downloaded home v0.5.12 |
| 557 | 2026-07-31T16:19:54.150Z | Downloaded async-trait v0.1.89 |
| 558 | 2026-07-31T16:19:54.153Z | Downloaded bcs v0.1.6 |
| 559 | 2026-07-31T16:19:54.154Z | Downloaded cobs v0.3.0 |
| 560 | 2026-07-31T16:19:54.156Z | Downloaded hash32 v0.2.1 |
| 561 | 2026-07-31T16:19:54.157Z | Downloaded block-padding v0.4.2 |
| 562 | 2026-07-31T16:19:54.160Z | Downloaded foreign-types v0.3.2 |
| 563 | 2026-07-31T16:19:54.160Z | Downloaded ghash v0.6.0 |
| 564 | 2026-07-31T16:19:54.160Z | Downloaded hostname v0.4.2 |
| 565 | 2026-07-31T16:19:54.160Z | Downloaded futures-core v0.3.32 |
| 566 | 2026-07-31T16:19:54.163Z | Downloaded hostname v0.3.1 |
| 567 | 2026-07-31T16:19:54.166Z | Downloaded block-buffer v0.12.1 |
| 568 | 2026-07-31T16:19:54.169Z | Downloaded cfg_aliases v0.1.1 |
| 569 | 2026-07-31T16:19:54.170Z | Downloaded headers-core v0.3.0 |
| 570 | 2026-07-31T16:19:54.170Z | Downloaded hubpack_derive v0.1.1 |
| 571 | 2026-07-31T16:19:54.170Z | Downloaded hyper-tls v0.6.0 |
| 572 | 2026-07-31T16:19:54.170Z | Downloaded globwalk v0.9.1 |
| 573 | 2026-07-31T16:19:54.173Z | Downloaded hex-literal v1.1.0 |
| 574 | 2026-07-31T16:19:54.173Z | Downloaded cfg_aliases v0.2.1 |
| 575 | 2026-07-31T16:19:54.181Z | Downloaded nonempty v0.12.0 |
| 576 | 2026-07-31T16:19:54.185Z | Downloaded ahash v0.8.12 |
| 577 | 2026-07-31T16:19:54.185Z | Downloaded http-body v1.0.1 |
| 578 | 2026-07-31T16:19:54.185Z | Downloaded http-range v0.1.5 |
| 579 | 2026-07-31T16:19:54.185Z | Downloaded httpdate v1.0.3 |
| 580 | 2026-07-31T16:19:54.189Z | Downloaded password-hash v0.6.1 |
| 581 | 2026-07-31T16:19:54.192Z | Downloaded hubpack v0.1.2 |
| 582 | 2026-07-31T16:19:54.192Z | Downloaded ff v0.13.1 |
| 583 | 2026-07-31T16:19:54.195Z | Downloaded float-cmp v0.10.0 |
| 584 | 2026-07-31T16:19:54.202Z | Downloaded highway v1.3.0 |
| 585 | 2026-07-31T16:19:54.205Z | Downloaded castaway v0.2.4 |
| 586 | 2026-07-31T16:19:54.205Z | Downloaded proc-macro-crate v3.4.0 |
| 587 | 2026-07-31T16:19:54.212Z | Downloaded find-msvc-tools v0.1.9 |
| 588 | 2026-07-31T16:19:54.216Z | Downloaded foldhash v0.2.0 |
| 589 | 2026-07-31T16:19:54.219Z | Downloaded rand_xorshift v0.4.0 |
| 590 | 2026-07-31T16:19:54.219Z | Downloaded ref-cast-impl v1.0.25 |
| 591 | 2026-07-31T16:19:54.219Z | Downloaded olpc-cjson v0.1.4 |
| 592 | 2026-07-31T16:19:54.222Z | Downloaded chacha20 v0.9.1 |
| 593 | 2026-07-31T16:19:54.225Z | Downloaded aead v0.6.1 |
| 594 | 2026-07-31T16:19:54.228Z | Downloaded rustc_version v0.4.1 |
| 595 | 2026-07-31T16:19:54.232Z | Downloaded openssl-probe v0.2.1 |
| 596 | 2026-07-31T16:19:54.235Z | Downloaded percent-encoding v2.3.2 |
| 597 | 2026-07-31T16:19:54.235Z | Downloaded futures-executor v0.3.32 |
| 598 | 2026-07-31T16:19:54.239Z | Downloaded glob v0.3.3 |
| 599 | 2026-07-31T16:19:54.242Z | Downloaded globset v0.4.18 |
| 600 | 2026-07-31T16:19:54.242Z | Downloaded hex v0.4.3 |
| 601 | 2026-07-31T16:19:54.242Z | Downloaded precomputed-hash v0.1.1 |
| 602 | 2026-07-31T16:19:54.248Z | Downloaded group v0.14.0 |
| 603 | 2026-07-31T16:19:54.252Z | Downloaded parking_lot_core v0.8.6 |
| 604 | 2026-07-31T16:19:54.252Z | Downloaded ref-cast v1.0.25 |
| 605 | 2026-07-31T16:19:54.255Z | Downloaded russh-cryptovec v0.62.0 |
| 606 | 2026-07-31T16:19:54.255Z | Downloaded scroll_derive v0.13.1 |
| 607 | 2026-07-31T16:19:54.255Z | Downloaded git-stub-vcs v0.1.0 |
| 608 | 2026-07-31T16:19:54.255Z | Downloaded semver v0.1.20 |
| 609 | 2026-07-31T16:19:54.256Z | Downloaded hyper-staticfile v0.10.1 |
| 610 | 2026-07-31T16:19:54.258Z | Downloaded anstream v0.6.21 |
| 611 | 2026-07-31T16:19:54.262Z | Downloaded async-bb8-diesel v0.2.1 |
| 612 | 2026-07-31T16:19:54.264Z | Downloaded cipher v0.5.2 |
| 613 | 2026-07-31T16:19:54.265Z | Downloaded group v0.13.0 |
| 614 | 2026-07-31T16:19:54.265Z | Downloaded http-body-util v0.1.3 |
| 615 | 2026-07-31T16:19:54.268Z | Downloaded signal-hook-tokio v0.3.1 |
| 616 | 2026-07-31T16:19:54.268Z | Downloaded ciborium-io v0.2.2 |
| 617 | 2026-07-31T16:19:54.268Z | Downloaded byte-wrapper v0.1.0 |
| 618 | 2026-07-31T16:19:54.268Z | Downloaded getrandom v0.3.4 |
| 619 | 2026-07-31T16:19:54.271Z | Downloaded signature v2.2.0 |
| 620 | 2026-07-31T16:19:54.271Z | Downloaded cipher v0.4.4 |
| 621 | 2026-07-31T16:19:54.271Z | Downloaded constant_time_eq v0.4.2 |
| 622 | 2026-07-31T16:19:54.274Z | Downloaded bs58 v0.5.1 |
| 623 | 2026-07-31T16:19:54.274Z | Downloaded polyval v0.7.1 |
| 624 | 2026-07-31T16:19:54.274Z | Downloaded primefield v0.14.0 |
| 625 | 2026-07-31T16:19:54.274Z | Downloaded camino-tempfile-ext v0.3.3 |
| 626 | 2026-07-31T16:19:54.277Z | Downloaded hmac v0.13.0 |
| 627 | 2026-07-31T16:19:54.277Z | Downloaded hybrid-array v0.4.13 |
| 628 | 2026-07-31T16:19:54.277Z | Downloaded strum v0.27.2 |
| 629 | 2026-07-31T16:19:54.277Z | Downloaded tabled_derive v0.11.0 |
| 630 | 2026-07-31T16:19:54.280Z | Downloaded cbc v0.2.1 |
| 631 | 2026-07-31T16:19:54.283Z | Downloaded ff v0.14.0 |
| 632 | 2026-07-31T16:19:54.283Z | Downloaded oxnet v0.1.6 |
| 633 | 2026-07-31T16:19:54.287Z | Downloaded tap v1.0.1 |
| 634 | 2026-07-31T16:19:54.287Z | Downloaded blake2 v0.10.6 |
| 635 | 2026-07-31T16:19:54.287Z | Downloaded cassowary v0.3.0 |
| 636 | 2026-07-31T16:19:54.287Z | Downloaded cmov v0.5.4 |
| 637 | 2026-07-31T16:19:54.290Z | Downloaded thread-id v5.1.0 |
| 638 | 2026-07-31T16:19:54.290Z | Downloaded backon v1.6.0 |
| 639 | 2026-07-31T16:19:54.293Z | Downloaded serde_repr v0.1.20 |
| 640 | 2026-07-31T16:19:54.293Z | Downloaded tower-service v0.3.3 |
| 641 | 2026-07-31T16:19:54.295Z | Downloaded progenitor v0.13.0 |
| 642 | 2026-07-31T16:19:54.295Z | Downloaded psm v0.1.30 |
| 643 | 2026-07-31T16:19:54.298Z | Downloaded port-file v0.1.0 |
| 644 | 2026-07-31T16:19:54.298Z | Downloaded resolv-conf v0.7.6 |
| 645 | 2026-07-31T16:19:54.302Z | Downloaded cexpr v0.6.0 |
| 646 | 2026-07-31T16:19:54.302Z | Downloaded rusty-fork v0.3.1 |
| 647 | 2026-07-31T16:19:54.302Z | Downloaded const_format_proc_macros v0.2.34 |
| 648 | 2026-07-31T16:19:54.304Z | Downloaded compression-codecs v0.4.37 |
| 649 | 2026-07-31T16:19:54.304Z | Downloaded rustversion v1.0.22 |
| 650 | 2026-07-31T16:19:54.307Z | Downloaded tower-layer v0.3.3 |
| 651 | 2026-07-31T16:19:54.310Z | Downloaded slog-envlogger v2.2.0 |
| 652 | 2026-07-31T16:19:54.314Z | Downloaded untrusted v0.7.1 |
| 653 | 2026-07-31T16:19:54.317Z | Downloaded termtree v0.5.1 |
| 654 | 2026-07-31T16:19:54.320Z | Downloaded fs_extra v1.3.0 |
| 655 | 2026-07-31T16:19:54.320Z | Downloaded hyper-rustls v0.27.7 |
| 656 | 2026-07-31T16:19:54.323Z | Downloaded serdect v0.4.3 |
| 657 | 2026-07-31T16:19:54.323Z | Downloaded bit-set v0.5.3 |
| 658 | 2026-07-31T16:19:54.323Z | Downloaded futures-channel v0.3.32 |
| 659 | 2026-07-31T16:19:54.323Z | Downloaded half v1.8.3 |
| 660 | 2026-07-31T16:19:54.326Z | Downloaded num_enum_derive v0.7.6 |
| 661 | 2026-07-31T16:19:54.326Z | Downloaded bzip2 v0.4.4 |
| 662 | 2026-07-31T16:19:54.331Z | Downloaded packed_struct v0.10.1 |
| 663 | 2026-07-31T16:19:54.334Z | Downloaded pem-rfc7468 v1.0.0 |
| 664 | 2026-07-31T16:19:54.334Z | Downloaded humantime v2.3.0 |
| 665 | 2026-07-31T16:19:54.334Z | Downloaded hmac v0.12.1 |
| 666 | 2026-07-31T16:19:54.337Z | Downloaded pem-rfc7468 v0.7.0 |
| 667 | 2026-07-31T16:19:54.340Z | Downloaded waitgroup v0.1.2 |
| 668 | 2026-07-31T16:19:54.343Z | Downloaded generic-array v1.4.3 |
| 669 | 2026-07-31T16:19:54.343Z | Downloaded peg v0.8.5 |
| 670 | 2026-07-31T16:19:54.346Z | Downloaded wait-timeout v0.2.1 |
| 671 | 2026-07-31T16:19:54.346Z | Downloaded pem v3.0.6 |
| 672 | 2026-07-31T16:19:54.346Z | Downloaded ppv-lite86 v0.2.21 |
| 673 | 2026-07-31T16:19:54.349Z | Downloaded fatfs v0.3.6 |
| 674 | 2026-07-31T16:19:54.349Z | Downloaded futures v0.3.32 |
| 675 | 2026-07-31T16:19:54.353Z | Downloaded pkcs8 v0.11.0 |
| 676 | 2026-07-31T16:19:54.353Z | Downloaded usdt-attr-macro v0.6.0 |
| 677 | 2026-07-31T16:19:54.353Z | Downloaded xshell-macros v0.2.7 |
| 678 | 2026-07-31T16:19:54.353Z | Downloaded rustls-pemfile v2.2.0 |
| 679 | 2026-07-31T16:19:54.357Z | Downloaded snafu-derive v0.8.9 |
| 680 | 2026-07-31T16:19:54.357Z | Downloaded chacha20 v0.10.0 |
| 681 | 2026-07-31T16:19:54.357Z | Downloaded static_assertions v1.1.0 |
| 682 | 2026-07-31T16:19:54.357Z | Downloaded strum_macros v0.26.4 |
| 683 | 2026-07-31T16:19:54.361Z | Downloaded thread_local v1.1.9 |
| 684 | 2026-07-31T16:19:54.361Z | Downloaded tokio-native-tls v0.3.1 |
| 685 | 2026-07-31T16:19:54.361Z | Downloaded bzip2 v0.6.1 |
| 686 | 2026-07-31T16:19:54.361Z | Downloaded argon2 v0.6.0-rc.8 |
| 687 | 2026-07-31T16:19:54.361Z | Downloaded const-oid v0.9.6 |
| 688 | 2026-07-31T16:19:54.364Z | Downloaded buf-list v1.1.2 |
| 689 | 2026-07-31T16:19:54.364Z | Downloaded clang-sys v1.8.1 |
| 690 | 2026-07-31T16:19:54.364Z | Downloaded colored v2.2.0 |
| 691 | 2026-07-31T16:19:54.368Z | Downloaded colored v3.1.1 |
| 692 | 2026-07-31T16:19:54.368Z | Downloaded zerofrom v0.1.6 |
| 693 | 2026-07-31T16:19:54.368Z | Downloaded allocator-api2 v0.2.21 |
| 694 | 2026-07-31T16:19:54.372Z | Downloaded cancel-safe-futures v0.1.5 |
| 695 | 2026-07-31T16:19:54.372Z | Downloaded console v0.15.11 |
| 696 | 2026-07-31T16:19:54.372Z | Downloaded crc-catalog v2.4.0 |
| 697 | 2026-07-31T16:19:54.375Z | Downloaded crypto-common v0.2.2 |
| 698 | 2026-07-31T16:19:54.378Z | Downloaded ciborium v0.2.2 |
| 699 | 2026-07-31T16:19:54.378Z | Downloaded shlex v1.3.0 |
| 700 | 2026-07-31T16:19:54.381Z | Downloaded sec1 v0.8.1 |
| 701 | 2026-07-31T16:19:54.381Z | Downloaded serde_cbor v0.11.2 |
| 702 | 2026-07-31T16:19:54.381Z | Downloaded blake2 v0.11.0-rc.6 |
| 703 | 2026-07-31T16:19:54.384Z | Downloaded unicase v2.9.0 |
| 704 | 2026-07-31T16:19:54.384Z | Downloaded slog-dtrace v0.3.0 |
| 705 | 2026-07-31T16:19:54.384Z | Downloaded smf v0.2.3 |
| 706 | 2026-07-31T16:19:54.384Z | Downloaded spki v0.7.3 |
| 707 | 2026-07-31T16:19:54.388Z | Downloaded strsim v0.10.0 |
| 708 | 2026-07-31T16:19:54.388Z | Downloaded utf8_iter v1.0.4 |
| 709 | 2026-07-31T16:19:54.388Z | Downloaded dirs-sys-next v0.1.2 |
| 710 | 2026-07-31T16:19:54.388Z | Downloaded display-error-chain v0.2.2 |
| 711 | 2026-07-31T16:19:54.391Z | Downloaded sqlformat v0.3.5 |
| 712 | 2026-07-31T16:19:54.391Z | Downloaded termios v0.3.3 |
| 713 | 2026-07-31T16:19:54.391Z | Downloaded idna_adapter v1.2.1 |
| 714 | 2026-07-31T16:19:54.394Z | Downloaded lazy_static v1.5.0 |
| 715 | 2026-07-31T16:19:54.400Z | Downloaded console v0.16.2 |
| 716 | 2026-07-31T16:19:54.416Z | Downloaded vergen-lib v9.1.0 |
| 717 | 2026-07-31T16:19:54.419Z | Downloaded rand_core v0.10.0 |
| 718 | 2026-07-31T16:19:54.419Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 719 | 2026-07-31T16:19:54.419Z | Downloaded darling_macro v0.21.3 |
| 720 | 2026-07-31T16:19:54.422Z | Downloaded defmt v0.3.100 |
| 721 | 2026-07-31T16:19:54.422Z | Downloaded inout v0.2.2 |
| 722 | 2026-07-31T16:19:54.422Z | Downloaded internet-checksum v0.2.1 |
| 723 | 2026-07-31T16:19:54.422Z | Downloaded lru v0.12.5 |
| 724 | 2026-07-31T16:19:54.425Z | Downloaded difflib v0.4.0 |
| 725 | 2026-07-31T16:19:54.428Z | Downloaded lru-cache v0.1.2 |
| 726 | 2026-07-31T16:19:54.428Z | Downloaded md-5 v0.10.6 |
| 727 | 2026-07-31T16:19:54.433Z | Downloaded strum_macros v0.24.3 |
| 728 | 2026-07-31T16:19:54.435Z | Downloaded daft v0.1.7 |
| 729 | 2026-07-31T16:19:54.436Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 730 | 2026-07-31T16:19:54.439Z | Downloaded convert_case v0.10.0 |
| 731 | 2026-07-31T16:19:54.439Z | Downloaded crossbeam-deque v0.8.6 |
| 732 | 2026-07-31T16:19:54.443Z | Downloaded ar_archive_writer v0.5.1 |
| 733 | 2026-07-31T16:19:54.443Z | Downloaded blowfish v0.10.0 |
| 734 | 2026-07-31T16:19:54.443Z | Downloaded opaque-debug v0.3.1 |
| 735 | 2026-07-31T16:19:54.447Z | Downloaded path-slash v0.1.5 |
| 736 | 2026-07-31T16:19:54.450Z | Downloaded powerfmt v0.2.0 |
| 737 | 2026-07-31T16:19:54.453Z | Downloaded new_debug_unreachable v1.0.6 |
| 738 | 2026-07-31T16:19:54.453Z | Downloaded newtype_derive v0.1.6 |
| 739 | 2026-07-31T16:19:54.457Z | Downloaded cmake v0.1.57 |
| 740 | 2026-07-31T16:19:54.459Z | Downloaded der_derive v0.7.3 |
| 741 | 2026-07-31T16:19:54.462Z | Downloaded const-oid v0.10.2 |
| 742 | 2026-07-31T16:19:54.469Z | Downloaded num-conv v0.2.0 |
| 743 | 2026-07-31T16:19:54.472Z | Downloaded unicode-properties v0.1.4 |
| 744 | 2026-07-31T16:19:54.472Z | Downloaded either v1.15.0 |
| 745 | 2026-07-31T16:19:54.479Z | Downloaded rtoolbox v0.0.3 |
| 746 | 2026-07-31T16:19:54.482Z | Downloaded russh-util v0.52.0 |
| 747 | 2026-07-31T16:19:54.482Z | Downloaded rustc-hash v2.1.1 |
| 748 | 2026-07-31T16:19:54.486Z | Downloaded num-traits v0.2.19 |
| 749 | 2026-07-31T16:19:54.491Z | Downloaded progenitor-impl v0.13.0 |
| 750 | 2026-07-31T16:19:54.494Z | Downloaded defmt v1.0.1 |
| 751 | 2026-07-31T16:19:54.497Z | Downloaded heapless v0.8.0 |
| 752 | 2026-07-31T16:19:54.500Z | Downloaded peg-runtime v0.8.5 |
| 753 | 2026-07-31T16:19:54.500Z | Downloaded httparse v1.10.1 |
| 754 | 2026-07-31T16:19:54.503Z | Downloaded vergen v9.1.0 |
| 755 | 2026-07-31T16:19:54.503Z | Downloaded zerocopy v0.6.6 |
| 756 | 2026-07-31T16:19:54.503Z | Downloaded flate2 v1.1.9 |
| 757 | 2026-07-31T16:19:54.506Z | Downloaded md5 v0.8.0 |
| 758 | 2026-07-31T16:19:54.506Z | Downloaded progenitor-macro v0.13.0 |
| 759 | 2026-07-31T16:19:54.506Z | Downloaded multer v3.1.0 |
| 760 | 2026-07-31T16:19:54.509Z | Downloaded stable_deref_trait v1.2.1 |
| 761 | 2026-07-31T16:19:54.509Z | Downloaded subtle v2.6.1 |
| 762 | 2026-07-31T16:19:54.509Z | Downloaded base64 v0.22.1 |
| 763 | 2026-07-31T16:19:54.513Z | Downloaded expectorate v1.2.0 |
| 764 | 2026-07-31T16:19:54.516Z | Downloaded bytes v1.11.1 |
| 765 | 2026-07-31T16:19:54.520Z | Downloaded deranged v0.5.8 |
| 766 | 2026-07-31T16:19:54.523Z | Downloaded num-rational v0.4.2 |
| 767 | 2026-07-31T16:19:54.523Z | Downloaded owo-colors v4.3.0 |
| 768 | 2026-07-31T16:19:54.526Z | Downloaded sapling-renderdag v0.1.0 |
| 769 | 2026-07-31T16:19:54.529Z | Downloaded seq-macro v0.3.6 |
| 770 | 2026-07-31T16:19:54.532Z | Downloaded serde-big-array v0.5.1 |
| 771 | 2026-07-31T16:19:54.535Z | Downloaded async-compression v0.4.41 |
| 772 | 2026-07-31T16:19:54.538Z | Downloaded xattr v1.6.1 |
| 773 | 2026-07-31T16:19:54.541Z | Downloaded libloading v0.8.9 |
| 774 | 2026-07-31T16:19:54.548Z | Downloaded libsw-core v0.3.2 |
| 775 | 2026-07-31T16:19:54.551Z | Downloaded r2d2 v0.8.10 |
| 776 | 2026-07-31T16:19:54.551Z | Downloaded serde_bytes v0.11.19 |
| 777 | 2026-07-31T16:19:54.554Z | Downloaded signal-hook-mio v0.2.5 |
| 778 | 2026-07-31T16:19:54.554Z | Downloaded structmeta-derive v0.3.0 |
| 779 | 2026-07-31T16:19:54.554Z | Downloaded tungstenite v0.21.0 |
| 780 | 2026-07-31T16:19:54.557Z | Downloaded compact_str v0.8.1 |
| 781 | 2026-07-31T16:19:54.560Z | Downloaded chacha20poly1305 v0.10.1 |
| 782 | 2026-07-31T16:19:54.565Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 783 | 2026-07-31T16:19:54.569Z | Downloaded toml v0.7.8 |
| 784 | 2026-07-31T16:19:54.569Z | Downloaded num_threads v0.1.7 |
| 785 | 2026-07-31T16:19:54.572Z | Downloaded cpubits v0.1.1 |
| 786 | 2026-07-31T16:19:54.572Z | Downloaded sync_wrapper v1.0.2 |
| 787 | 2026-07-31T16:19:54.575Z | Downloaded tabwriter v1.4.1 |
| 788 | 2026-07-31T16:19:54.576Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 789 | 2026-07-31T16:19:54.576Z | Downloaded unicode-truncate v1.1.0 |
| 790 | 2026-07-31T16:19:54.579Z | Downloaded headers v0.4.1 |
| 791 | 2026-07-31T16:19:54.579Z | Downloaded heapless v0.7.17 |
| 792 | 2026-07-31T16:19:54.582Z | Downloaded hickory-resolver v0.25.2 |
| 793 | 2026-07-31T16:19:54.582Z | Downloaded base64 v0.21.7 |
| 794 | 2026-07-31T16:19:54.586Z | Downloaded darling v0.21.3 |
| 795 | 2026-07-31T16:19:54.589Z | Downloaded ipnet v2.11.0 |
| 796 | 2026-07-31T16:19:54.593Z | Downloaded ssh-encoding v0.3.0 |
| 797 | 2026-07-31T16:19:54.596Z | Downloaded tinystr v0.8.2 |
| 798 | 2026-07-31T16:19:54.599Z | Downloaded tinyvec_macros v0.1.1 |
| 799 | 2026-07-31T16:19:54.599Z | Downloaded pin-project v1.1.11 |
| 800 | 2026-07-31T16:19:54.603Z | Downloaded dirs-next v2.0.0 |
| 801 | 2026-07-31T16:19:54.606Z | Downloaded downcast-rs v2.0.2 |
| 802 | 2026-07-31T16:19:54.607Z | Downloaded phf v0.12.1 |
| 803 | 2026-07-31T16:19:54.607Z | Downloaded phf v0.13.1 |
| 804 | 2026-07-31T16:19:54.607Z | Downloaded zopfli v0.8.3 |
| 805 | 2026-07-31T16:19:54.610Z | Downloaded progenitor-macro v0.14.0 |
| 806 | 2026-07-31T16:19:54.610Z | Downloaded universal-hash v0.6.1 |
| 807 | 2026-07-31T16:19:54.610Z | Downloaded normalize-line-endings v0.3.0 |
| 808 | 2026-07-31T16:19:54.610Z | Downloaded zone v0.3.1 |
| 809 | 2026-07-31T16:19:54.613Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 810 | 2026-07-31T16:19:54.613Z | Downloaded const_format v0.2.35 |
| 811 | 2026-07-31T16:19:54.615Z | Downloaded parking_lot v0.11.2 |
| 812 | 2026-07-31T16:19:54.618Z | Downloaded ecdsa v0.16.9 |
| 813 | 2026-07-31T16:19:54.621Z | Downloaded ident_case v1.0.1 |
| 814 | 2026-07-31T16:19:54.621Z | Downloaded inout v0.1.4 |
| 815 | 2026-07-31T16:19:54.627Z | Downloaded hashbrown v0.12.3 |
| 816 | 2026-07-31T16:19:54.630Z | Downloaded crc8 v0.1.1 |
| 817 | 2026-07-31T16:19:54.633Z | Downloaded debug-ignore v1.0.5 |
| 818 | 2026-07-31T16:19:54.639Z | Downloaded samael v0.0.19 |
| 819 | 2026-07-31T16:19:54.642Z | Downloaded schemars v1.2.1 |
| 820 | 2026-07-31T16:19:54.650Z | Downloaded typify v0.6.2 |
| 821 | 2026-07-31T16:19:54.653Z | Downloaded signal-hook-registry v1.4.8 |
| 822 | 2026-07-31T16:19:54.653Z | Downloaded icu_properties v2.1.2 |
| 823 | 2026-07-31T16:19:54.656Z | Downloaded serde-hex v0.1.0 |
| 824 | 2026-07-31T16:19:54.656Z | Downloaded signature v3.0.0 |
| 825 | 2026-07-31T16:19:54.656Z | Downloaded slog-scope v4.4.1 |
| 826 | 2026-07-31T16:19:54.656Z | Downloaded slog-stdlog v4.1.1 |
| 827 | 2026-07-31T16:19:54.656Z | Downloaded quinn-udp v0.5.14 |
| 828 | 2026-07-31T16:19:54.659Z | Downloaded tokio-tungstenite v0.23.1 |
| 829 | 2026-07-31T16:19:54.659Z | Downloaded vergen-git2 v9.1.0 |
| 830 | 2026-07-31T16:19:54.659Z | Downloaded vergen-gitcl v1.0.8 |
| 831 | 2026-07-31T16:19:54.662Z | Downloaded maybe-uninit v2.0.0 |
| 832 | 2026-07-31T16:19:54.662Z | Downloaded synstructure v0.13.2 |
| 833 | 2026-07-31T16:19:54.665Z | Downloaded xshell v0.2.7 |
| 834 | 2026-07-31T16:19:54.665Z | Downloaded newline-converter v0.3.0 |
| 835 | 2026-07-31T16:19:54.665Z | Downloaded http v1.4.2 |
| 836 | 2026-07-31T16:19:54.668Z | Downloaded hickory-resolver v0.24.4 |
| 837 | 2026-07-31T16:19:54.671Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 838 | 2026-07-31T16:19:54.671Z | Downloaded lzss v0.8.2 |
| 839 | 2026-07-31T16:19:54.671Z | Downloaded kstat-rs v0.2.4 |
| 840 | 2026-07-31T16:19:54.674Z | Downloaded hashbrown v0.13.2 |
| 841 | 2026-07-31T16:19:54.674Z | Downloaded ctr v0.10.1 |
| 842 | 2026-07-31T16:19:54.678Z | Downloaded tui-tree-widget v0.23.1 |
| 843 | 2026-07-31T16:19:54.678Z | Downloaded bumpalo v3.20.2 |
| 844 | 2026-07-31T16:19:54.681Z | Downloaded parse-size v1.1.0 |
| 845 | 2026-07-31T16:19:54.684Z | Downloaded darling_core v0.21.3 |
| 846 | 2026-07-31T16:19:54.687Z | Downloaded hashbrown v0.16.1 |
| 847 | 2026-07-31T16:19:54.689Z | Downloaded openssl-sys v0.9.115 |
| 848 | 2026-07-31T16:19:54.692Z | Downloaded parking_lot v0.12.5 |
| 849 | 2026-07-31T16:19:54.695Z | Downloaded progenitor-impl v0.14.0 |
| 850 | 2026-07-31T16:19:54.695Z | Downloaded postcard v1.1.3 |
| 851 | 2026-07-31T16:19:54.698Z | Downloaded indoc v2.0.7 |
| 852 | 2026-07-31T16:19:54.701Z | Downloaded rand_chacha v0.3.1 |
| 853 | 2026-07-31T16:19:54.701Z | Downloaded rfc6979 v0.4.0 |
| 854 | 2026-07-31T16:19:54.707Z | Downloaded strip-ansi-escapes v0.2.1 |
| 855 | 2026-07-31T16:19:54.710Z | Downloaded hickory-server v0.25.2 |
| 856 | 2026-07-31T16:19:54.710Z | Downloaded rand v0.8.6 |
| 857 | 2026-07-31T16:19:54.713Z | Downloaded tokio-postgres v0.7.16 |
| 858 | 2026-07-31T16:19:54.716Z | Downloaded ipnetwork v0.21.1 |
| 859 | 2026-07-31T16:19:54.716Z | Downloaded indexmap v1.9.3 |
| 860 | 2026-07-31T16:19:54.719Z | Downloaded indicatif v0.18.4 |
| 861 | 2026-07-31T16:19:54.719Z | Downloaded prefix-trie v0.7.0 |
| 862 | 2026-07-31T16:19:54.722Z | Downloaded derive_builder_core v0.20.2 |
| 863 | 2026-07-31T16:19:54.725Z | Downloaded cookie v0.18.1 |
| 864 | 2026-07-31T16:19:54.725Z | Downloaded libefi-sys v0.1.0 |
| 865 | 2026-07-31T16:19:54.725Z | Downloaded module-lattice v0.2.3 |
| 866 | 2026-07-31T16:19:54.728Z | Downloaded native-tls v0.2.18 |
| 867 | 2026-07-31T16:19:54.728Z | Downloaded potential_utf v0.1.4 |
| 868 | 2026-07-31T16:19:54.728Z | Downloaded siphasher v1.0.2 |
| 869 | 2026-07-31T16:19:54.728Z | Downloaded tagptr v0.2.0 |
| 870 | 2026-07-31T16:19:54.742Z | Downloaded tinyvec v1.10.0 |
| 871 | 2026-07-31T16:19:54.747Z | Downloaded typify-macro v0.6.2 |
| 872 | 2026-07-31T16:19:54.750Z | Downloaded universal-hash v0.5.1 |
| 873 | 2026-07-31T16:19:54.750Z | Downloaded void v1.0.2 |
| 874 | 2026-07-31T16:19:54.753Z | Downloaded crc v3.4.0 |
| 875 | 2026-07-31T16:19:54.756Z | Downloaded des v0.9.0 |
| 876 | 2026-07-31T16:19:54.759Z | Downloaded cc v1.2.56 |
| 877 | 2026-07-31T16:19:54.762Z | Downloaded crossbeam-channel v0.5.15 |
| 878 | 2026-07-31T16:19:54.766Z | Downloaded mime_guess v2.0.5 |
| 879 | 2026-07-31T16:19:54.769Z | Downloaded sha1 v0.10.6 |
| 880 | 2026-07-31T16:19:54.773Z | Downloaded scrypt v0.12.0 |
| 881 | 2026-07-31T16:19:54.776Z | Downloaded cpufeatures v0.3.0 |
| 882 | 2026-07-31T16:19:54.776Z | Downloaded crucible-workspace-hack v0.1.0 |
| 883 | 2026-07-31T16:19:54.780Z | Downloaded sponge-cursor v0.1.0 |
| 884 | 2026-07-31T16:19:54.780Z | Downloaded toml_edit v0.19.15 |
| 885 | 2026-07-31T16:19:54.787Z | Downloaded dtrace-parser v0.3.0 |
| 886 | 2026-07-31T16:19:54.790Z | Downloaded serde_derive_internals v0.29.1 |
| 887 | 2026-07-31T16:19:54.790Z | Downloaded serde_path_to_error v0.1.20 |
| 888 | 2026-07-31T16:19:54.790Z | Downloaded futures-util v0.3.32 |
| 889 | 2026-07-31T16:19:54.795Z | Downloaded pretty_assertions v1.4.1 |
| 890 | 2026-07-31T16:19:54.801Z | Downloaded dsl_auto_type v0.2.0 |
| 891 | 2026-07-31T16:19:54.804Z | Downloaded utf-8 v0.7.6 |
| 892 | 2026-07-31T16:19:54.808Z | Downloaded is-terminal v0.4.17 |
| 893 | 2026-07-31T16:19:54.808Z | Downloaded dropshot_endpoint v0.17.1 |
| 894 | 2026-07-31T16:19:54.812Z | Downloaded num_enum v0.5.11 |
| 895 | 2026-07-31T16:19:54.815Z | Downloaded parse-display-derive v0.10.0 |
| 896 | 2026-07-31T16:19:54.815Z | Downloaded tls_codec_derive v0.4.2 |
| 897 | 2026-07-31T16:19:54.818Z | Downloaded crossbeam-utils v0.8.21 |
| 898 | 2026-07-31T16:19:54.821Z | Downloaded lru-slab v0.1.2 |
| 899 | 2026-07-31T16:19:54.824Z | Downloaded oxide-update-engine-display v0.1.2 |
| 900 | 2026-07-31T16:19:54.827Z | Downloaded try-lock v0.2.5 |
| 901 | 2026-07-31T16:19:54.827Z | Downloaded phc v0.6.1 |
| 902 | 2026-07-31T16:19:54.830Z | Downloaded unarray v0.1.4 |
| 903 | 2026-07-31T16:19:54.830Z | Downloaded zerovec-derive v0.11.2 |
| 904 | 2026-07-31T16:19:54.833Z | Downloaded nibble_vec v0.1.0 |
| 905 | 2026-07-31T16:19:54.836Z | Downloaded oso-derive v0.27.3 |
| 906 | 2026-07-31T16:19:54.839Z | Downloaded proc-macro-crate v1.3.1 |
| 907 | 2026-07-31T16:19:54.839Z | Downloaded zerotrie v0.2.3 |
| 908 | 2026-07-31T16:19:54.842Z | Downloaded aes v0.9.1 |
| 909 | 2026-07-31T16:19:54.846Z | Downloaded socket2 v0.5.10 |
| 910 | 2026-07-31T16:19:54.849Z | Downloaded drift v0.2.0 |
| 911 | 2026-07-31T16:19:54.853Z | Downloaded proc-macro-error2 v2.0.1 |
| 912 | 2026-07-31T16:19:54.856Z | Downloaded progenitor-extras v0.2.0 |
| 913 | 2026-07-31T16:19:54.856Z | Downloaded rpassword v7.5.4 |
| 914 | 2026-07-31T16:19:54.859Z | Downloaded daft-derive v0.1.7 |
| 915 | 2026-07-31T16:19:54.859Z | Downloaded data-encoding v2.10.0 |
| 916 | 2026-07-31T16:19:54.862Z | Downloaded derive-ex v0.1.8 |
| 917 | 2026-07-31T16:19:54.862Z | Downloaded embedded-io v0.4.0 |
| 918 | 2026-07-31T16:19:54.866Z | Downloaded rand_pcg v0.10.2 |
| 919 | 2026-07-31T16:19:54.866Z | Downloaded socket2 v0.6.3 |
| 920 | 2026-07-31T16:19:54.869Z | Downloaded crypto-bigint v0.5.5 |
| 921 | 2026-07-31T16:19:54.872Z | Downloaded ena v0.14.4 |
| 922 | 2026-07-31T16:19:54.876Z | Downloaded unicode-segmentation v1.12.0 |
| 923 | 2026-07-31T16:19:54.879Z | Downloaded simd-adler32 v0.3.8 |
| 924 | 2026-07-31T16:19:54.879Z | Downloaded term v1.2.1 |
| 925 | 2026-07-31T16:19:54.882Z | Downloaded ssh-cipher v0.3.0 |
| 926 | 2026-07-31T16:19:54.885Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 927 | 2026-07-31T16:19:54.890Z | Downloaded oso v0.27.3 |
| 928 | 2026-07-31T16:19:54.893Z | Downloaded tokio-tungstenite v0.21.0 |
| 929 | 2026-07-31T16:19:54.893Z | Downloaded hashbrown v0.15.5 |
| 930 | 2026-07-31T16:19:54.896Z | Downloaded lock_api v0.4.14 |
| 931 | 2026-07-31T16:19:54.898Z | Downloaded unsafe-libyaml v0.2.11 |
| 932 | 2026-07-31T16:19:54.899Z | Downloaded scheduled-thread-pool v0.2.7 |
| 933 | 2026-07-31T16:19:54.899Z | Downloaded linear-map v1.2.0 |
| 934 | 2026-07-31T16:19:54.902Z | Downloaded shell-words v1.1.1 |
| 935 | 2026-07-31T16:19:54.903Z | Downloaded sqlparser_derive v0.5.0 |
| 936 | 2026-07-31T16:19:54.905Z | Downloaded p521 v0.14.0 |
| 937 | 2026-07-31T16:19:54.905Z | Downloaded pkcs5 v0.8.1 |
| 938 | 2026-07-31T16:19:54.912Z | Downloaded sync-ptr v0.1.4 |
| 939 | 2026-07-31T16:19:54.915Z | Downloaded structmeta v0.3.0 |
| 940 | 2026-07-31T16:19:54.915Z | Downloaded tls_codec v0.4.2 |
| 941 | 2026-07-31T16:19:54.919Z | Downloaded icu_collections v2.1.1 |
| 942 | 2026-07-31T16:19:54.923Z | Downloaded progenitor v0.14.0 |
| 943 | 2026-07-31T16:19:54.926Z | Downloaded schemars v0.9.0 |
| 944 | 2026-07-31T16:19:54.930Z | Downloaded darling v0.23.0 |
| 945 | 2026-07-31T16:19:54.932Z | Downloaded darling_core v0.13.4 |
| 946 | 2026-07-31T16:19:54.935Z | Downloaded scuffle v0.1.0 |
| 947 | 2026-07-31T16:19:54.939Z | Downloaded writeable v0.6.2 |
| 948 | 2026-07-31T16:19:54.939Z | Downloaded wyz v0.5.1 |
| 949 | 2026-07-31T16:19:54.939Z | Downloaded predicates-core v1.0.10 |
| 950 | 2026-07-31T16:19:54.939Z | Downloaded walkdir v2.5.0 |
| 951 | 2026-07-31T16:19:54.942Z | Downloaded wnaf v0.14.0 |
| 952 | 2026-07-31T16:19:54.942Z | Downloaded zstd v0.13.3 |
| 953 | 2026-07-31T16:19:54.942Z | Downloaded parse-display v0.10.0 |
| 954 | 2026-07-31T16:19:54.942Z | Downloaded x509-cert v0.2.5 |
| 955 | 2026-07-31T16:19:54.946Z | Downloaded schemars v0.8.22 |
| 956 | 2026-07-31T16:19:54.951Z | Downloaded peg-macros v0.8.5 |
| 957 | 2026-07-31T16:19:54.978Z | Downloaded poly1305 v0.9.0 |
| 958 | 2026-07-31T16:19:54.979Z | Downloaded serde_yaml v0.9.34+deprecated |
| 959 | 2026-07-31T16:19:54.979Z | Downloaded want v0.3.1 |
| 960 | 2026-07-31T16:19:54.979Z | Downloaded csv-core v0.1.13 |
| 961 | 2026-07-31T16:19:54.979Z | Downloaded der v0.8.0 |
| 962 | 2026-07-31T16:19:54.979Z | Downloaded quinn v0.11.9 |
| 963 | 2026-07-31T16:19:54.979Z | Downloaded rand_core v0.9.5 |
| 964 | 2026-07-31T16:19:54.979Z | Downloaded ed25519-dalek v3.0.0 |
| 965 | 2026-07-31T16:19:54.979Z | Downloaded serde_spanned v1.1.1 |
| 966 | 2026-07-31T16:19:54.979Z | Downloaded rand_seeder v0.4.0 |
| 967 | 2026-07-31T16:19:54.979Z | Downloaded elliptic-curve v0.13.8 |
| 968 | 2026-07-31T16:19:54.979Z | Downloaded salsa20 v0.11.0 |
| 969 | 2026-07-31T16:19:54.979Z | Downloaded keccak v0.2.0 |
| 970 | 2026-07-31T16:19:54.979Z | Downloaded hyper v1.10.1 |
| 971 | 2026-07-31T16:19:54.979Z | Downloaded digest-io v0.1.0 |
| 972 | 2026-07-31T16:19:54.982Z | Downloaded instant v0.1.13 |
| 973 | 2026-07-31T16:19:54.982Z | Downloaded prettyplease v0.2.37 |
| 974 | 2026-07-31T16:19:54.982Z | Downloaded der v0.7.10 |
| 975 | 2026-07-31T16:19:54.982Z | Downloaded tower v0.5.3 |
| 976 | 2026-07-31T16:19:54.987Z | Downloaded stringprep v0.1.5 |
| 977 | 2026-07-31T16:19:54.990Z | Downloaded thiserror-no-std v2.0.2 |
| 978 | 2026-07-31T16:19:54.990Z | Downloaded multimap v0.10.1 |
| 979 | 2026-07-31T16:19:54.993Z | Downloaded num-complex v0.4.6 |
| 980 | 2026-07-31T16:19:54.993Z | Downloaded num-derive v0.4.2 |
| 981 | 2026-07-31T16:19:54.993Z | Downloaded num-bigint v0.4.6 |
| 982 | 2026-07-31T16:19:54.996Z | Downloaded term v0.7.0 |
| 983 | 2026-07-31T16:19:54.999Z | Downloaded zip v4.6.1 |
| 984 | 2026-07-31T16:19:54.999Z | Downloaded aes-gcm v0.11.0 |
| 985 | 2026-07-31T16:19:55.006Z | Downloaded oxide-update-engine-types v0.1.2 |
| 986 | 2026-07-31T16:19:55.012Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 987 | 2026-07-31T16:19:55.016Z | Downloaded darling_macro v0.23.0 |
| 988 | 2026-07-31T16:19:55.016Z | Downloaded dunce v1.0.5 |
| 989 | 2026-07-31T16:19:55.019Z | Downloaded dyn-clone v1.0.20 |
| 990 | 2026-07-31T16:19:55.019Z | Downloaded progenitor-client v0.14.0 |
| 991 | 2026-07-31T16:19:55.024Z | Downloaded scopeguard v1.2.0 |
| 992 | 2026-07-31T16:19:55.027Z | Downloaded zerocopy-derive v0.8.40 |
| 993 | 2026-07-31T16:19:55.030Z | Downloaded displaydoc v0.2.5 |
| 994 | 2026-07-31T16:19:55.033Z | Downloaded sec1 v0.7.3 |
| 995 | 2026-07-31T16:19:55.033Z | Downloaded smallvec v0.6.14 |
| 996 | 2026-07-31T16:19:55.033Z | Downloaded zstd-safe v7.2.4 |
| 997 | 2026-07-31T16:19:55.033Z | Downloaded ctutils v0.4.2 |
| 998 | 2026-07-31T16:19:55.036Z | Downloaded regex v1.12.3 |
| 999 | 2026-07-31T16:19:55.039Z | Downloaded reqwest v0.13.2 |
| 1000 | 2026-07-31T16:19:55.042Z | Downloaded managed v0.8.0 |
| 1001 | 2026-07-31T16:19:55.042Z | Downloaded memoffset v0.9.1 |
| 1002 | 2026-07-31T16:19:55.042Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1003 | 2026-07-31T16:19:55.045Z | Downloaded similar v2.7.0 |
| 1004 | 2026-07-31T16:19:55.048Z | Downloaded icu_normalizer v2.1.1 |
| 1005 | 2026-07-31T16:19:55.048Z | Downloaded ingot-macros v0.2.0 |
| 1006 | 2026-07-31T16:19:55.051Z | Downloaded hkdf v0.13.0 |
| 1007 | 2026-07-31T16:19:55.051Z | Downloaded nodrop v0.1.14 |
| 1008 | 2026-07-31T16:19:55.051Z | Downloaded subprocess v0.2.15 |
| 1009 | 2026-07-31T16:19:55.054Z | Downloaded num_enum_derive v0.5.11 |
| 1010 | 2026-07-31T16:19:55.054Z | Downloaded sha1 v0.11.0 |
| 1011 | 2026-07-31T16:19:55.054Z | Downloaded hkdf v0.12.4 |
| 1012 | 2026-07-31T16:19:55.054Z | Downloaded serde_with_macros v3.21.0 |
| 1013 | 2026-07-31T16:19:55.057Z | Downloaded sigpipe v0.1.3 |
| 1014 | 2026-07-31T16:19:55.057Z | Downloaded crunchy v0.2.4 |
| 1015 | 2026-07-31T16:19:55.057Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1016 | 2026-07-31T16:19:55.063Z | Downloaded darling_macro v0.20.11 |
| 1017 | 2026-07-31T16:19:55.067Z | Downloaded defmt-parser v1.0.0 |
| 1018 | 2026-07-31T16:19:55.067Z | Downloaded maplit v1.0.2 |
| 1019 | 2026-07-31T16:19:55.070Z | Downloaded uzers v0.12.2 |
| 1020 | 2026-07-31T16:19:55.073Z | Downloaded zeroize v1.9.0 |
| 1021 | 2026-07-31T16:19:55.073Z | Downloaded pbkdf2 v0.13.0 |
| 1022 | 2026-07-31T16:19:55.073Z | Downloaded serde_plain v1.0.2 |
| 1023 | 2026-07-31T16:19:55.080Z | Downloaded testing_table v0.3.0 |
| 1024 | 2026-07-31T16:19:55.084Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1025 | 2026-07-31T16:19:55.084Z | Downloaded jiff-static v0.2.21 |
| 1026 | 2026-07-31T16:19:55.084Z | Downloaded qorb v0.4.1 |
| 1027 | 2026-07-31T16:19:55.087Z | Downloaded darling_core v0.23.0 |
| 1028 | 2026-07-31T16:19:55.087Z | Downloaded rsa v0.9.10 |
| 1029 | 2026-07-31T16:19:55.090Z | Downloaded oxide-tokio-rt v0.1.4 |
| 1030 | 2026-07-31T16:19:55.090Z | Downloaded paste v1.0.15 |
| 1031 | 2026-07-31T16:19:55.093Z | Downloaded pkg-config v0.3.32 |
| 1032 | 2026-07-31T16:19:55.093Z | Downloaded progenitor-client v0.13.0 |
| 1033 | 2026-07-31T16:19:55.093Z | Downloaded rand_core v0.6.4 |
| 1034 | 2026-07-31T16:19:55.097Z | Downloaded defmt-macros v1.0.1 |
| 1035 | 2026-07-31T16:19:55.097Z | Downloaded diesel_derives v2.3.7 |
| 1036 | 2026-07-31T16:19:55.100Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1037 | 2026-07-31T16:19:55.100Z | Downloaded openssl-macros v0.1.1 |
| 1038 | 2026-07-31T16:19:55.100Z | Downloaded cookie_store v0.22.1 |
| 1039 | 2026-07-31T16:19:55.103Z | Downloaded topological-sort v0.2.2 |
| 1040 | 2026-07-31T16:19:55.103Z | Downloaded zone_cfg_derive v0.3.1 |
| 1041 | 2026-07-31T16:19:55.106Z | Downloaded diesel-dtrace v0.5.0 |
| 1042 | 2026-07-31T16:19:55.109Z | Downloaded ron v0.8.1 |
| 1043 | 2026-07-31T16:19:55.112Z | Downloaded derive_more v0.99.20 |
| 1044 | 2026-07-31T16:19:55.115Z | Downloaded darling v0.20.11 |
| 1045 | 2026-07-31T16:19:55.118Z | Downloaded slog-term v2.9.2 |
| 1046 | 2026-07-31T16:19:55.118Z | Downloaded packed_struct_codegen v0.10.1 |
| 1047 | 2026-07-31T16:19:55.118Z | Downloaded indoc v1.0.9 |
| 1048 | 2026-07-31T16:19:55.121Z | Downloaded is_ci v1.2.0 |
| 1049 | 2026-07-31T16:19:55.124Z | Downloaded h2 v0.4.15 |
| 1050 | 2026-07-31T16:19:55.127Z | Downloaded iana-time-zone v0.1.65 |
| 1051 | 2026-07-31T16:19:55.127Z | Downloaded serde_urlencoded v0.7.1 |
| 1052 | 2026-07-31T16:19:55.127Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1053 | 2026-07-31T16:19:55.131Z | Downloaded tracing-attributes v0.1.31 |
| 1054 | 2026-07-31T16:19:55.134Z | Downloaded libxml v0.3.3 |
| 1055 | 2026-07-31T16:19:55.137Z | Downloaded predicates v3.1.4 |
| 1056 | 2026-07-31T16:19:55.137Z | Downloaded recursive v0.1.1 |
| 1057 | 2026-07-31T16:19:55.137Z | Downloaded rfc6979 v0.6.0 |
| 1058 | 2026-07-31T16:19:55.140Z | Downloaded keccak v0.1.6 |
| 1059 | 2026-07-31T16:19:55.140Z | Downloaded radium v0.7.0 |
| 1060 | 2026-07-31T16:19:55.140Z | Downloaded miniz_oxide v0.8.9 |
| 1061 | 2026-07-31T16:19:55.140Z | Downloaded tokio-stream v0.1.18 |
| 1062 | 2026-07-31T16:19:55.143Z | Downloaded twox-hash v2.1.2 |
| 1063 | 2026-07-31T16:19:55.147Z | Downloaded aho-corasick v1.1.4 |
| 1064 | 2026-07-31T16:19:55.150Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1065 | 2026-07-31T16:19:55.150Z | Downloaded usdt v0.6.0 |
| 1066 | 2026-07-31T16:19:55.150Z | Downloaded zerofrom-derive v0.1.6 |
| 1067 | 2026-07-31T16:19:55.150Z | Downloaded yoke-derive v0.8.1 |
| 1068 | 2026-07-31T16:19:55.150Z | Downloaded num-bigint-dig v0.8.6 |
| 1069 | 2026-07-31T16:19:55.153Z | Downloaded delegate v0.13.5 |
| 1070 | 2026-07-31T16:19:55.160Z | Downloaded slog-json v2.6.1 |
| 1071 | 2026-07-31T16:19:55.163Z | Downloaded spki v0.8.0 |
| 1072 | 2026-07-31T16:19:55.166Z | Downloaded slog-bunyan v2.5.0 |
| 1073 | 2026-07-31T16:19:55.166Z | Downloaded unicode-xid v0.2.6 |
| 1074 | 2026-07-31T16:19:55.170Z | Downloaded libsw v3.5.0 |
| 1075 | 2026-07-31T16:19:55.173Z | Downloaded newtype-uuid v1.3.2 |
| 1076 | 2026-07-31T16:19:55.173Z | Downloaded indent_write v2.2.0 |
| 1077 | 2026-07-31T16:19:55.174Z | Downloaded num v0.4.3 |
| 1078 | 2026-07-31T16:19:55.177Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1079 | 2026-07-31T16:19:55.177Z | Downloaded usdt-impl v0.6.0 |
| 1080 | 2026-07-31T16:19:55.186Z | Downloaded vergen-lib v0.1.6 |
| 1081 | 2026-07-31T16:19:55.191Z | Downloaded derive_more-impl v2.1.1 |
| 1082 | 2026-07-31T16:19:55.195Z | Downloaded password-hash v0.5.0 |
| 1083 | 2026-07-31T16:19:55.202Z | Downloaded same-file v1.0.6 |
| 1084 | 2026-07-31T16:19:55.202Z | Downloaded elliptic-curve v0.14.1 |
| 1085 | 2026-07-31T16:19:55.202Z | Downloaded mio v1.2.0 |
| 1086 | 2026-07-31T16:19:55.205Z | Downloaded zerovec v0.11.5 |
| 1087 | 2026-07-31T16:19:55.209Z | Downloaded aws-lc-rs v1.16.3 |
| 1088 | 2026-07-31T16:19:55.215Z | Downloaded derive_builder_macro v0.20.2 |
| 1089 | 2026-07-31T16:19:55.218Z | Downloaded tokio-test v0.4.5 |
| 1090 | 2026-07-31T16:19:55.218Z | Downloaded untrusted v0.9.0 |
| 1091 | 2026-07-31T16:19:55.218Z | Downloaded cstr-argument v0.1.2 |
| 1092 | 2026-07-31T16:19:55.223Z | Downloaded strum_macros v0.27.2 |
| 1093 | 2026-07-31T16:19:55.226Z | Downloaded tokio-dtrace v0.1.1 |
| 1094 | 2026-07-31T16:19:55.229Z | Downloaded instability v0.3.11 |
| 1095 | 2026-07-31T16:19:55.232Z | Downloaded time-core v0.1.8 |
| 1096 | 2026-07-31T16:19:55.242Z | Downloaded tough v0.22.0 |
| 1097 | 2026-07-31T16:19:55.247Z | Downloaded spin v0.9.8 |
| 1098 | 2026-07-31T16:19:55.250Z | Downloaded p384 v0.14.0 |
| 1099 | 2026-07-31T16:19:55.253Z | Downloaded strum v0.26.3 |
| 1100 | 2026-07-31T16:19:55.253Z | Downloaded unicode-bidi v0.3.18 |
| 1101 | 2026-07-31T16:19:55.256Z | Downloaded ml-kem v0.3.2 |
| 1102 | 2026-07-31T16:19:55.259Z | Downloaded schemars_derive v0.8.22 |
| 1103 | 2026-07-31T16:19:55.259Z | Downloaded num_enum v0.7.6 |
| 1104 | 2026-07-31T16:19:55.262Z | Downloaded pin-project-lite v0.2.17 |
| 1105 | 2026-07-31T16:19:55.264Z | Downloaded postgres-protocol v0.6.10 |
| 1106 | 2026-07-31T16:19:55.264Z | Downloaded psl-types v2.0.11 |
| 1107 | 2026-07-31T16:19:55.267Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 1108 | 2026-07-31T16:19:55.267Z | Downloaded unit-prefix v0.5.2 |
| 1109 | 2026-07-31T16:19:55.267Z | Downloaded winnow v0.5.40 |
| 1110 | 2026-07-31T16:19:55.271Z | Downloaded ryu v1.0.23 |
| 1111 | 2026-07-31T16:19:55.276Z | Downloaded tiny-keccak v2.0.2 |
| 1112 | 2026-07-31T16:19:55.281Z | Downloaded icu_properties_data v2.1.2 |
| 1113 | 2026-07-31T16:19:55.284Z | Downloaded phf_shared v0.13.1 |
| 1114 | 2026-07-31T16:19:55.284Z | Downloaded quick-error v1.2.3 |
| 1115 | 2026-07-31T16:19:55.284Z | Downloaded parking_lot_core v0.9.12 |
| 1116 | 2026-07-31T16:19:55.284Z | Downloaded secrecy v0.8.0 |
| 1117 | 2026-07-31T16:19:55.286Z | Downloaded derive_more v2.1.1 |
| 1118 | 2026-07-31T16:19:55.292Z | Downloaded zeroize_derive v1.5.0 |
| 1119 | 2026-07-31T16:19:55.295Z | Downloaded libscf-sys v1.2.0 |
| 1120 | 2026-07-31T16:19:55.298Z | Downloaded match_cfg v0.1.0 |
| 1121 | 2026-07-31T16:19:55.301Z | Downloaded ignore v0.4.25 |
| 1122 | 2026-07-31T16:19:55.304Z | Downloaded minimal-lexical v0.2.1 |
| 1123 | 2026-07-31T16:19:55.307Z | Downloaded jobserver v0.1.34 |
| 1124 | 2026-07-31T16:19:55.307Z | Downloaded darling v0.13.4 |
| 1125 | 2026-07-31T16:19:55.310Z | Downloaded postgres-types v0.2.12 |
| 1126 | 2026-07-31T16:19:55.310Z | Downloaded kem v0.3.0 |
| 1127 | 2026-07-31T16:19:55.310Z | Downloaded serde_with_macros v1.5.2 |
| 1128 | 2026-07-31T16:19:55.315Z | Downloaded papergrid v0.17.0 |
| 1129 | 2026-07-31T16:19:55.319Z | Downloaded darling_macro v0.13.4 |
| 1130 | 2026-07-31T16:19:55.322Z | Downloaded phf_shared v0.11.3 |
| 1131 | 2026-07-31T16:19:55.322Z | Downloaded phf_shared v0.12.1 |
| 1132 | 2026-07-31T16:19:55.322Z | Downloaded tokio-macros v2.7.0 |
| 1133 | 2026-07-31T16:19:55.329Z | Downloaded unicode-normalization v0.1.25 |
| 1134 | 2026-07-31T16:19:55.332Z | Downloaded rayon-core v1.13.0 |
| 1135 | 2026-07-31T16:19:55.337Z | Downloaded take_mut v0.2.2 |
| 1136 | 2026-07-31T16:19:55.340Z | Downloaded usdt-macro v0.6.0 |
| 1137 | 2026-07-31T16:19:55.340Z | Downloaded nom v7.1.3 |
| 1138 | 2026-07-31T16:19:55.346Z | Downloaded string_cache v0.8.9 |
| 1139 | 2026-07-31T16:19:55.352Z | Downloaded support-bundle-viewer v0.1.2 |
| 1140 | 2026-07-31T16:19:55.355Z | Downloaded embedded-io v0.6.1 |
| 1141 | 2026-07-31T16:19:55.358Z | Downloaded dof v0.4.0 |
| 1142 | 2026-07-31T16:19:55.361Z | Downloaded smallvec v1.15.1 |
| 1143 | 2026-07-31T16:19:55.361Z | Downloaded tokio-rustls v0.26.4 |
| 1144 | 2026-07-31T16:19:55.361Z | Downloaded git2 v0.20.4 |
| 1145 | 2026-07-31T16:19:55.366Z | Downloaded ed25519 v3.0.0 |
| 1146 | 2026-07-31T16:19:55.369Z | Downloaded ingot v0.2.1 |
| 1147 | 2026-07-31T16:19:55.369Z | Downloaded ingot-types v0.2.0 |
| 1148 | 2026-07-31T16:19:55.369Z | Downloaded num-integer v0.1.46 |
| 1149 | 2026-07-31T16:19:55.372Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 1150 | 2026-07-31T16:19:55.372Z | Downloaded test-strategy v0.4.5 |
| 1151 | 2026-07-31T16:19:55.375Z | Downloaded ed25519 v2.2.3 |
| 1152 | 2026-07-31T16:19:55.375Z | Downloaded yoke v0.8.1 |
| 1153 | 2026-07-31T16:19:55.378Z | Downloaded icu_normalizer_data v2.1.1 |
| 1154 | 2026-07-31T16:19:55.381Z | Downloaded poly1305 v0.8.0 |
| 1155 | 2026-07-31T16:19:55.383Z | Downloaded nu-ansi-term v0.50.3 |
| 1156 | 2026-07-31T16:19:55.383Z | Downloaded rand v0.9.2 |
| 1157 | 2026-07-31T16:19:55.386Z | Downloaded oxide-update-engine v0.1.2 |
| 1158 | 2026-07-31T16:19:55.386Z | Downloaded rustls-native-certs v0.8.3 |
| 1159 | 2026-07-31T16:19:55.389Z | Downloaded linked-hash-map v0.5.6 |
| 1160 | 2026-07-31T16:19:55.389Z | Downloaded num-iter v0.1.45 |
| 1161 | 2026-07-31T16:19:55.389Z | Downloaded predicates-tree v1.0.13 |
| 1162 | 2026-07-31T16:19:55.389Z | Downloaded supports-color v3.0.2 |
| 1163 | 2026-07-31T16:19:55.392Z | Downloaded openssl-probe v0.1.6 |
| 1164 | 2026-07-31T16:19:55.395Z | Downloaded ecdsa v0.17.0 |
| 1165 | 2026-07-31T16:19:55.395Z | Downloaded rand v0.10.1 |
| 1166 | 2026-07-31T16:19:55.398Z | Downloaded whoami v2.1.0 |
| 1167 | 2026-07-31T16:19:55.398Z | Downloaded mime v0.3.17 |
| 1168 | 2026-07-31T16:19:55.401Z | Downloaded derive_builder v0.20.2 |
| 1169 | 2026-07-31T16:19:55.401Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1170 | 2026-07-31T16:19:55.404Z | Downloaded iri-string v0.7.10 |
| 1171 | 2026-07-31T16:19:55.409Z | Downloaded litrs v1.0.0 |
| 1172 | 2026-07-31T16:19:55.412Z | Downloaded omicron-zone-package v0.12.3 |
| 1173 | 2026-07-31T16:19:55.414Z | Downloaded slab v0.4.12 |
| 1174 | 2026-07-31T16:19:55.417Z | Downloaded vsss-rs v3.3.4 |
| 1175 | 2026-07-31T16:19:55.417Z | Downloaded lalrpop-util v0.19.12 |
| 1176 | 2026-07-31T16:19:55.417Z | Downloaded pin-project-internal v1.1.11 |
| 1177 | 2026-07-31T16:19:55.420Z | Downloaded trait-variant v0.1.2 |
| 1178 | 2026-07-31T16:19:55.424Z | Downloaded pkcs8 v0.10.2 |
| 1179 | 2026-07-31T16:19:55.424Z | Downloaded secrecy v0.10.3 |
| 1180 | 2026-07-31T16:19:55.424Z | Downloaded document-features v0.2.12 |
| 1181 | 2026-07-31T16:19:55.427Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 1182 | 2026-07-31T16:19:55.427Z | Downloaded rustls-pki-types v1.14.0 |
| 1183 | 2026-07-31T16:19:55.449Z | Downloaded time-macros v0.2.27 |
| 1184 | 2026-07-31T16:19:55.452Z | Downloaded rustc_version v0.1.7 |
| 1185 | 2026-07-31T16:19:55.455Z | Downloaded nanorand v0.7.0 |
| 1186 | 2026-07-31T16:19:55.458Z | Downloaded primeorder v0.14.0 |
| 1187 | 2026-07-31T16:19:55.458Z | Downloaded tar v0.4.46 |
| 1188 | 2026-07-31T16:19:55.461Z | Downloaded illumos-nvpair v0.3.0 |
| 1189 | 2026-07-31T16:19:55.461Z | Downloaded rand_chacha v0.9.0 |
| 1190 | 2026-07-31T16:19:55.461Z | Downloaded signal-hook v0.3.18 |
| 1191 | 2026-07-31T16:19:55.464Z | Downloaded primeorder v0.13.6 |
| 1192 | 2026-07-31T16:19:55.470Z | Downloaded critical-section v1.2.0 |
| 1193 | 2026-07-31T16:19:55.475Z | Downloaded itertools v0.13.0 |
| 1194 | 2026-07-31T16:19:55.478Z | Downloaded itertools v0.15.0 |
| 1195 | 2026-07-31T16:19:55.483Z | Downloaded itertools v0.14.0 |
| 1196 | 2026-07-31T16:19:55.487Z | Downloaded derive-where v1.6.0 |
| 1197 | 2026-07-31T16:19:55.490Z | Downloaded slog-async v2.8.0 |
| 1198 | 2026-07-31T16:19:55.490Z | Downloaded stacker v0.1.23 |
| 1199 | 2026-07-31T16:19:55.492Z | Downloaded radix_trie v0.2.1 |
| 1200 | 2026-07-31T16:19:55.498Z | Downloaded crypto-primes v0.7.2 |
| 1201 | 2026-07-31T16:19:55.501Z | Downloaded crossbeam-epoch v0.9.18 |
| 1202 | 2026-07-31T16:19:55.504Z | Downloaded slog v2.8.2 |
| 1203 | 2026-07-31T16:19:55.507Z | Downloaded blake3 v1.8.5 |
| 1204 | 2026-07-31T16:19:55.512Z | Downloaded litemap v0.8.1 |
| 1205 | 2026-07-31T16:19:55.515Z | Downloaded yansi v1.0.1 |
| 1206 | 2026-07-31T16:19:55.518Z | Downloaded snafu v0.8.9 |
| 1207 | 2026-07-31T16:19:55.521Z | Downloaded uuid v1.23.4 |
| 1208 | 2026-07-31T16:19:55.524Z | Downloaded corncobs v0.1.4 |
| 1209 | 2026-07-31T16:19:55.524Z | Downloaded time v0.3.47 |
| 1210 | 2026-07-31T16:19:55.531Z | Downloaded icu_provider v2.1.1 |
| 1211 | 2026-07-31T16:19:55.534Z | Downloaded yasna v0.5.2 |
| 1212 | 2026-07-31T16:19:55.534Z | Downloaded diff v0.1.13 |
| 1213 | 2026-07-31T16:19:55.537Z | Downloaded libm v0.2.16 |
| 1214 | 2026-07-31T16:19:55.541Z | Downloaded bitvec v1.0.1 |
| 1215 | 2026-07-31T16:19:55.553Z | Downloaded rawzip v0.4.4 |
| 1216 | 2026-07-31T16:19:55.556Z | Downloaded digest v0.11.3 |
| 1217 | 2026-07-31T16:19:55.556Z | Downloaded tungstenite v0.23.0 |
| 1218 | 2026-07-31T16:19:55.556Z | Downloaded sha2 v0.11.0 |
| 1219 | 2026-07-31T16:19:55.558Z | Downloaded scroll v0.13.0 |
| 1220 | 2026-07-31T16:19:55.558Z | Downloaded quinn-proto v0.11.16 |
| 1221 | 2026-07-31T16:19:55.562Z | Downloaded serde_with v3.21.0 |
| 1222 | 2026-07-31T16:19:55.570Z | Downloaded ed25519-dalek v2.2.0 |
| 1223 | 2026-07-31T16:19:55.572Z | Downloaded reedline v0.40.0 |
| 1224 | 2026-07-31T16:19:55.576Z | Downloaded memmap2 v0.9.10 |
| 1225 | 2026-07-31T16:19:55.579Z | Downloaded tokio-util v0.7.18 |
| 1226 | 2026-07-31T16:19:55.582Z | Downloaded pkcs1 v0.7.5 |
| 1227 | 2026-07-31T16:19:55.586Z | Downloaded url v2.5.8 |
| 1228 | 2026-07-31T16:19:55.586Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1229 | 2026-07-31T16:19:55.589Z | Downloaded rayon v1.11.0 |
| 1230 | 2026-07-31T16:19:55.592Z | Downloaded typed-path v0.9.3 |
| 1231 | 2026-07-31T16:19:55.595Z | Downloaded hyper-util v0.1.20 |
| 1232 | 2026-07-31T16:19:55.598Z | Downloaded rcgen v0.12.1 |
| 1233 | 2026-07-31T16:19:55.602Z | Downloaded bindgen v0.71.1 |
| 1234 | 2026-07-31T16:19:55.604Z | Downloaded whoami v1.6.1 |
| 1235 | 2026-07-31T16:19:55.607Z | Downloaded rustyline v14.0.0 |
| 1236 | 2026-07-31T16:19:55.610Z | Downloaded tracing-core v0.1.36 |
| 1237 | 2026-07-31T16:19:55.610Z | Downloaded publicsuffix v2.3.0 |
| 1238 | 2026-07-31T16:19:55.613Z | Downloaded chrono v0.4.45 |
| 1239 | 2026-07-31T16:19:55.616Z | Downloaded unicode_categories v0.1.1 |
| 1240 | 2026-07-31T16:19:55.619Z | Downloaded darling_core v0.20.11 |
| 1241 | 2026-07-31T16:19:55.622Z | Downloaded crossterm v0.29.0 |
| 1242 | 2026-07-31T16:19:55.625Z | Downloaded vte v0.14.1 |
| 1243 | 2026-07-31T16:19:55.625Z | Downloaded goblin v0.10.5 |
| 1244 | 2026-07-31T16:19:55.629Z | Downloaded idna v1.1.0 |
| 1245 | 2026-07-31T16:19:55.632Z | Downloaded winnow v1.0.3 |
| 1246 | 2026-07-31T16:19:55.637Z | Downloaded crc-any v2.5.0 |
| 1247 | 2026-07-31T16:19:55.640Z | Downloaded p384 v0.13.1 |
| 1248 | 2026-07-31T16:19:55.643Z | Downloaded rustls-webpki v0.103.13 |
| 1249 | 2026-07-31T16:19:55.646Z | Downloaded zip v0.6.6 |
| 1250 | 2026-07-31T16:19:55.646Z | Downloaded crc32fast v1.5.0 |
| 1251 | 2026-07-31T16:19:55.649Z | Downloaded vcpkg v0.2.15 |
| 1252 | 2026-07-31T16:19:55.670Z | Downloaded icu_locale_core v2.1.1 |
| 1253 | 2026-07-31T16:19:55.674Z | Downloaded p256 v0.14.0 |
| 1254 | 2026-07-31T16:19:55.677Z | Downloaded russh v0.62.4 |
| 1255 | 2026-07-31T16:19:55.681Z | Downloaded iddqd v0.4.2 |
| 1256 | 2026-07-31T16:19:55.686Z | Downloaded steno v0.4.1 |
| 1257 | 2026-07-31T16:19:55.689Z | Downloaded portable-atomic v1.13.1 |
| 1258 | 2026-07-31T16:19:55.693Z | Downloaded quick-xml v0.37.5 |
| 1259 | 2026-07-31T16:19:55.696Z | Downloaded itertools v0.10.5 |
| 1260 | 2026-07-31T16:19:55.700Z | Downloaded sha3 v0.12.0 |
| 1261 | 2026-07-31T16:19:55.703Z | Downloaded crossterm v0.28.1 |
| 1262 | 2026-07-31T16:19:55.706Z | Downloaded itertools v0.12.1 |
| 1263 | 2026-07-31T16:19:55.710Z | Downloaded dropshot-api-manager v0.7.2 |
| 1264 | 2026-07-31T16:19:55.714Z | Downloaded serde_with v1.14.0 |
| 1265 | 2026-07-31T16:19:55.729Z | Downloaded openssl v0.10.79 |
| 1266 | 2026-07-31T16:19:55.735Z | Downloaded winnow v0.6.26 |
| 1267 | 2026-07-31T16:19:55.740Z | Downloaded polar-core v0.27.3 |
| 1268 | 2026-07-31T16:19:55.745Z | Downloaded tower-http v0.6.8 |
| 1269 | 2026-07-31T16:19:55.750Z | Downloaded tabled v0.20.0 |
| 1270 | 2026-07-31T16:19:55.760Z | Downloaded reqwest v0.12.28 |
| 1271 | 2026-07-31T16:19:55.763Z | Downloaded rsa v0.10.0-rc.18 |
| 1272 | 2026-07-31T16:19:55.775Z | Downloaded bstr v1.12.1 |
| 1273 | 2026-07-31T16:19:55.780Z | Downloaded crypto-bigint v0.7.5 |
| 1274 | 2026-07-31T16:19:55.789Z | Downloaded nom v8.0.0 |
| 1275 | 2026-07-31T16:19:55.792Z | Downloaded petname v2.0.2 |
| 1276 | 2026-07-31T16:19:55.796Z | Downloaded regex-syntax v0.6.29 |
| 1277 | 2026-07-31T16:19:55.809Z | Downloaded zlib-rs v0.6.2 |
| 1278 | 2026-07-31T16:19:55.813Z | Downloaded hickory-proto v0.24.4 |
| 1279 | 2026-07-31T16:19:55.822Z | Downloaded salty v0.3.0 |
| 1280 | 2026-07-31T16:19:55.832Z | Downloaded object v0.30.4 |
| 1281 | 2026-07-31T16:19:55.838Z | Downloaded zerocopy v0.8.40 |
| 1282 | 2026-07-31T16:19:55.847Z | Downloaded lalrpop v0.19.12 |
| 1283 | 2026-07-31T16:19:55.858Z | Downloaded moka v0.12.13 |
| 1284 | 2026-07-31T16:19:55.864Z | Downloaded regex-syntax v0.8.10 |
| 1285 | 2026-07-31T16:19:55.869Z | Downloaded hickory-proto v0.25.2 |
| 1286 | 2026-07-31T16:19:55.878Z | Downloaded proptest v1.11.0 |
| 1287 | 2026-07-31T16:19:55.884Z | Downloaded nix v0.31.2 |
| 1288 | 2026-07-31T16:19:55.894Z | Downloaded regress v0.10.5 |
| 1289 | 2026-07-31T16:19:55.899Z | Downloaded nix v0.27.1 |
| 1290 | 2026-07-31T16:19:55.906Z | Downloaded object v0.37.3 |
| 1291 | 2026-07-31T16:19:55.912Z | Downloaded smoltcp v0.9.1 |
| 1292 | 2026-07-31T16:19:55.923Z | Downloaded smoltcp v0.11.0 |
| 1293 | 2026-07-31T16:19:55.930Z | Downloaded openapiv3 v2.2.0 |
| 1294 | 2026-07-31T16:19:55.937Z | Downloaded curve25519-dalek v5.0.0 |
| 1295 | 2026-07-31T16:19:55.947Z | Downloaded nix v0.28.0 |
| 1296 | 2026-07-31T16:19:55.967Z | Downloaded tracing v0.1.44 |
| 1297 | 2026-07-31T16:19:55.981Z | Downloaded dropshot v0.17.1 |
| 1298 | 2026-07-31T16:19:55.996Z | Downloaded curve25519-dalek v4.1.3 |
| 1299 | 2026-07-31T16:19:56.010Z | Downloaded sqlparser v0.61.0 |
| 1300 | 2026-07-31T16:19:56.016Z | Downloaded rustls v0.23.41 |
| 1301 | 2026-07-31T16:19:56.030Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1302 | 2026-07-31T16:19:56.037Z | Downloaded sled v0.34.7 |
| 1303 | 2026-07-31T16:19:56.043Z | Downloaded typify-impl v0.6.2 |
| 1304 | 2026-07-31T16:19:56.051Z | Downloaded rustix v0.38.44 |
| 1305 | 2026-07-31T16:19:56.063Z | Downloaded ratatui v0.29.0 |
| 1306 | 2026-07-31T16:19:56.095Z | Downloaded regress v0.11.1 |
| 1307 | 2026-07-31T16:19:56.102Z | Downloaded chrono-tz v0.10.4 |
| 1308 | 2026-07-31T16:19:56.113Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-07-31T16:19:56.128Z | Downloaded jiff v0.2.21 |
| 1310 | 2026-07-31T16:19:56.138Z | Downloaded libz-sys v1.1.24 |
| 1311 | 2026-07-31T16:19:56.150Z | Downloaded sha3 v0.11.0 |
| 1312 | 2026-07-31T16:19:56.156Z | Downloaded diesel v2.3.7 |
| 1313 | 2026-07-31T16:19:56.167Z | Downloaded zerocopy-derive v0.6.6 |
| 1314 | 2026-07-31T16:19:56.227Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1315 | 2026-07-31T16:19:56.238Z | Downloaded petgraph v0.6.5 |
| 1316 | 2026-07-31T16:19:56.247Z | Downloaded regex-automata v0.4.14 |
| 1317 | 2026-07-31T16:19:56.272Z | Downloaded petgraph v0.8.3 |
| 1318 | 2026-07-31T16:19:56.310Z | Downloaded tokio v1.52.1 |
| 1319 | 2026-07-31T16:19:56.332Z | Downloaded csv v1.4.0 |
| 1320 | 2026-07-31T16:19:56.372Z | Downloaded encoding_rs v0.8.35 |
| 1321 | 2026-07-31T16:19:56.416Z | Downloaded ring v0.17.14 |
| 1322 | 2026-07-31T16:19:56.440Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1323 | 2026-07-31T16:19:56.848Z | Downloaded aws-lc-sys v0.40.0 |
| 1324 | 2026-07-31T16:19:57.097Z | Compiling libc v0.2.185 |
| 1325 | 2026-07-31T16:19:57.097Z | Compiling serde_core v1.0.228 |
| 1326 | 2026-07-31T16:19:57.102Z | Compiling serde v1.0.228 |
| 1327 | 2026-07-31T16:19:57.102Z | Compiling log v0.4.29 |
| 1328 | 2026-07-31T16:19:57.102Z | Compiling smallvec v1.15.1 |
| 1329 | 2026-07-31T16:19:57.258Z | Compiling shlex v1.3.0 |
| 1330 | 2026-07-31T16:19:57.258Z | Compiling find-msvc-tools v0.1.9 |
| 1331 | 2026-07-31T16:19:57.269Z | Compiling syn v2.0.117 |
| 1332 | 2026-07-31T16:19:57.449Z | Compiling subtle v2.6.1 |
| 1333 | 2026-07-31T16:19:57.462Z | Compiling stable_deref_trait v1.2.1 |
| 1334 | 2026-07-31T16:19:57.466Z | Compiling scopeguard v1.2.0 |
| 1335 | 2026-07-31T16:19:57.540Z | Compiling typenum v1.20.1 |
| 1336 | 2026-07-31T16:19:57.543Z | Compiling serde_json v1.0.151 |
| 1337 | 2026-07-31T16:19:57.567Z | Compiling lock_api v0.4.14 |
| 1338 | 2026-07-31T16:19:57.593Z | Compiling zerocopy v0.8.40 |
| 1339 | 2026-07-31T16:19:57.618Z | Compiling portable-atomic v1.13.1 |
| 1340 | 2026-07-31T16:19:57.747Z | Compiling parking_lot_core v0.9.12 |
| 1341 | 2026-07-31T16:19:57.798Z | Compiling pin-project-lite v0.2.17 |
| 1342 | 2026-07-31T16:19:57.905Z | Compiling libm v0.2.16 |
| 1343 | 2026-07-31T16:19:58.040Z | Compiling getrandom v0.4.1 |
| 1344 | 2026-07-31T16:19:58.069Z | Compiling jobserver v0.1.34 |
| 1345 | 2026-07-31T16:19:58.099Z | Compiling errno v0.3.14 |
| 1346 | 2026-07-31T16:19:58.240Z | Compiling getrandom v0.2.17 |
| 1347 | 2026-07-31T16:19:58.253Z | Compiling critical-section v1.2.0 |
| 1348 | 2026-07-31T16:19:58.353Z | Compiling cc v1.2.56 |
| 1349 | 2026-07-31T16:19:58.368Z | Compiling pkg-config v0.3.32 |
| 1350 | 2026-07-31T16:19:58.401Z | Compiling rand_core v0.6.4 |
| 1351 | 2026-07-31T16:19:58.466Z | Compiling signal-hook-registry v1.4.8 |
| 1352 | 2026-07-31T16:19:58.671Z | Compiling once_cell v1.21.3 |
| 1353 | 2026-07-31T16:19:58.698Z | Compiling num-traits v0.2.19 |
| 1354 | 2026-07-31T16:19:58.737Z | Compiling futures-core v0.3.32 |
| 1355 | 2026-07-31T16:19:58.770Z | Compiling rand_core v0.10.0 |
| 1356 | 2026-07-31T16:19:58.898Z | Compiling parking_lot v0.12.5 |
| 1357 | 2026-07-31T16:19:58.940Z | Compiling mio v1.2.0 |
| 1358 | 2026-07-31T16:19:59.040Z | Compiling generic-array v0.14.7 |
| 1359 | 2026-07-31T16:19:59.141Z | Compiling const-oid v0.9.6 |
| 1360 | 2026-07-31T16:19:59.233Z | Compiling percent-encoding v2.3.2 |
| 1361 | 2026-07-31T16:19:59.261Z | Compiling litemap v0.8.1 |
| 1362 | 2026-07-31T16:19:59.422Z | Compiling bitflags v2.11.0 |
| 1363 | 2026-07-31T16:19:59.453Z | Compiling writeable v0.6.2 |
| 1364 | 2026-07-31T16:19:59.507Z | Compiling semver v1.0.28 |
| 1365 | 2026-07-31T16:19:59.703Z | Compiling icu_properties_data v2.1.2 |
| 1366 | 2026-07-31T16:19:59.826Z | Compiling icu_normalizer_data v2.1.1 |
| 1367 | 2026-07-31T16:19:59.900Z | Compiling socket2 v0.6.3 |
| 1368 | 2026-07-31T16:19:59.930Z | Compiling futures-sink v0.3.32 |
| 1369 | 2026-07-31T16:20:00.023Z | Compiling futures-channel v0.3.32 |
| 1370 | 2026-07-31T16:20:00.036Z | Compiling futures-task v0.3.32 |
| 1371 | 2026-07-31T16:20:00.064Z | Compiling slab v0.4.12 |
| 1372 | 2026-07-31T16:20:00.122Z | Compiling synstructure v0.13.2 |
| 1373 | 2026-07-31T16:20:00.202Z | Compiling futures-io v0.3.32 |
| 1374 | 2026-07-31T16:20:00.238Z | Compiling utf8_iter v1.0.4 |
| 1375 | 2026-07-31T16:20:00.253Z | Compiling indexmap v2.14.0 |
| 1376 | 2026-07-31T16:20:00.300Z | Compiling form_urlencoded v1.2.2 |
| 1377 | 2026-07-31T16:20:00.314Z | Compiling getrandom v0.3.4 |
| 1378 | 2026-07-31T16:20:00.352Z | Compiling rustversion v1.0.22 |
| 1379 | 2026-07-31T16:20:00.382Z | Compiling cmake v0.1.57 |
| 1380 | 2026-07-31T16:20:00.471Z | Compiling dunce v1.0.5 |
| 1381 | 2026-07-31T16:20:00.537Z | Compiling rustix v1.1.3 |
| 1382 | 2026-07-31T16:20:00.568Z | Compiling fs_extra v1.3.0 |
| 1383 | 2026-07-31T16:20:00.719Z | Compiling iana-time-zone v0.1.65 |
| 1384 | 2026-07-31T16:20:00.781Z | Compiling ident_case v1.0.1 |
| 1385 | 2026-07-31T16:20:00.835Z | Compiling aws-lc-sys v0.40.0 |
| 1386 | 2026-07-31T16:20:00.897Z | Compiling regex-syntax v0.8.10 |
| 1387 | 2026-07-31T16:20:00.916Z | Compiling uuid v1.23.4 |
| 1388 | 2026-07-31T16:20:00.919Z | Compiling base64 v0.22.1 |
| 1389 | 2026-07-31T16:20:01.172Z | Compiling rand_core v0.9.5 |
| 1390 | 2026-07-31T16:20:01.233Z | Compiling base64ct v1.8.3 |
| 1391 | 2026-07-31T16:20:01.297Z | Compiling vcpkg v0.2.15 |
| 1392 | 2026-07-31T16:20:01.442Z | Compiling rustc_version v0.4.1 |
| 1393 | 2026-07-31T16:20:01.521Z | Compiling pem-rfc7468 v0.7.0 |
| 1394 | 2026-07-31T16:20:01.582Z | Compiling tracing-core v0.1.36 |
| 1395 | 2026-07-31T16:20:01.812Z | Compiling flagset v0.4.7 |
| 1396 | 2026-07-31T16:20:01.848Z | Compiling aws-lc-rs v1.16.3 |
| 1397 | 2026-07-31T16:20:01.861Z | Compiling serde_derive v1.0.228 |
| 1398 | 2026-07-31T16:20:01.942Z | Compiling zeroize_derive v1.5.0 |
| 1399 | 2026-07-31T16:20:02.072Z | Compiling zerofrom-derive v0.1.6 |
| 1400 | 2026-07-31T16:20:02.123Z | Compiling yoke-derive v0.8.1 |
| 1401 | 2026-07-31T16:20:02.171Z | Compiling zerovec-derive v0.11.2 |
| 1402 | 2026-07-31T16:20:02.270Z | Compiling displaydoc v0.2.5 |
| 1403 | 2026-07-31T16:20:02.594Z | Compiling zeroize v1.9.0 |
| 1404 | 2026-07-31T16:20:02.812Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-07-31T16:20:03.260Z | Compiling tokio-macros v2.7.0 |
| 1406 | 2026-07-31T16:20:03.299Z | Compiling futures-macro v0.3.32 |
| 1407 | 2026-07-31T16:20:03.316Z | Compiling openssl-sys v0.9.115 |
| 1408 | 2026-07-31T16:20:03.476Z | Compiling zerofrom v0.1.6 |
| 1409 | 2026-07-31T16:20:03.604Z | Compiling yoke v0.8.1 |
| 1410 | 2026-07-31T16:20:03.626Z | Compiling crypto-common v0.1.7 |
| 1411 | 2026-07-31T16:20:03.774Z | Compiling zerovec v0.11.5 |
| 1412 | 2026-07-31T16:20:03.791Z | Compiling zerotrie v0.2.3 |
| 1413 | 2026-07-31T16:20:03.835Z | Compiling block-buffer v0.10.4 |
| 1414 | 2026-07-31T16:20:03.992Z | Compiling digest v0.10.7 |
| 1415 | 2026-07-31T16:20:04.010Z | Compiling der_derive v0.7.3 |
| 1416 | 2026-07-31T16:20:04.091Z | Compiling tracing-attributes v0.1.31 |
| 1417 | 2026-07-31T16:20:04.105Z | Compiling futures-util v0.3.32 |
| 1418 | 2026-07-31T16:20:04.236Z | Compiling tinystr v0.8.2 |
| 1419 | 2026-07-31T16:20:04.291Z | Compiling potential_utf v0.1.4 |
| 1420 | 2026-07-31T16:20:04.434Z | Compiling icu_locale_core v2.1.1 |
| 1421 | 2026-07-31T16:20:04.453Z | Compiling icu_collections v2.1.1 |
| 1422 | 2026-07-31T16:20:04.922Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-07-31T16:20:04.954Z | Compiling der v0.7.10 |
| 1424 | 2026-07-31T16:20:05.305Z | Compiling bytes v1.11.1 |
| 1425 | 2026-07-31T16:20:05.341Z | Compiling icu_provider v2.1.1 |
| 1426 | 2026-07-31T16:20:05.395Z | Compiling chrono v0.4.45 |
| 1427 | 2026-07-31T16:20:05.629Z | Compiling icu_properties v2.1.2 |
| 1428 | 2026-07-31T16:20:05.918Z | Compiling tokio v1.52.1 |
| 1429 | 2026-07-31T16:20:06.137Z | Compiling icu_normalizer v2.1.1 |
| 1430 | 2026-07-31T16:20:06.223Z | Compiling http v1.4.2 |
| 1431 | 2026-07-31T16:20:06.382Z | Compiling thiserror v2.0.18 |
| 1432 | 2026-07-31T16:20:06.493Z | Compiling idna_adapter v1.2.1 |
| 1433 | 2026-07-31T16:20:06.636Z | Compiling idna v1.1.0 |
| 1434 | 2026-07-31T16:20:06.662Z | Compiling tracing v0.1.44 |
| 1435 | 2026-07-31T16:20:06.744Z | Compiling rustls-pki-types v1.14.0 |
| 1436 | 2026-07-31T16:20:06.850Z | Compiling serde_derive_internals v0.29.1 |
| 1437 | 2026-07-31T16:20:06.982Z | Compiling url v2.5.8 |
| 1438 | 2026-07-31T16:20:07.142Z | Compiling ppv-lite86 v0.2.21 |
| 1439 | 2026-07-31T16:20:07.244Z | Compiling http-body v1.0.1 |
| 1440 | 2026-07-31T16:20:07.265Z | Compiling httparse v1.10.1 |
| 1441 | 2026-07-31T16:20:07.355Z | Compiling tinyvec_macros v0.1.1 |
| 1442 | 2026-07-31T16:20:07.394Z | Compiling schemars v0.8.22 |
| 1443 | 2026-07-31T16:20:07.396Z | Compiling openssl-probe v0.2.1 |
| 1444 | 2026-07-31T16:20:07.464Z | Compiling rand_chacha v0.9.0 |
| 1445 | 2026-07-31T16:20:07.579Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-07-31T16:20:07.594Z | Compiling cmov v0.5.4 |
| 1447 | 2026-07-31T16:20:07.670Z | Compiling rand v0.9.2 |
| 1448 | 2026-07-31T16:20:07.714Z | Compiling tinyvec v1.10.0 |
| 1449 | 2026-07-31T16:20:07.728Z | Compiling schemars_derive v0.8.22 |
| 1450 | 2026-07-31T16:20:07.762Z | Compiling ctutils v0.4.2 |
| 1451 | 2026-07-31T16:20:07.797Z | Compiling pest_generator v2.8.6 |
| 1452 | 2026-07-31T16:20:07.993Z | Compiling spki v0.7.3 |
| 1453 | 2026-07-31T16:20:08.054Z | Compiling aho-corasick v1.1.4 |
| 1454 | 2026-07-31T16:20:08.154Z | Compiling atomic-waker v1.1.2 |
| 1455 | 2026-07-31T16:20:08.194Z | Compiling try-lock v0.2.5 |
| 1456 | 2026-07-31T16:20:08.278Z | Compiling tower-service v0.3.3 |
| 1457 | 2026-07-31T16:20:08.303Z | Compiling untrusted v0.7.1 |
| 1458 | 2026-07-31T16:20:08.374Z | Compiling tower-layer v0.3.3 |
| 1459 | 2026-07-31T16:20:08.411Z | Compiling tempfile v3.25.0 |
| 1460 | 2026-07-31T16:20:08.425Z | Compiling want v0.3.1 |
| 1461 | 2026-07-31T16:20:08.468Z | Compiling pest_derive v2.8.6 |
| 1462 | 2026-07-31T16:20:08.529Z | Compiling hybrid-array v0.4.13 |
| 1463 | 2026-07-31T16:20:08.759Z | Compiling ipnet v2.11.0 |
| 1464 | 2026-07-31T16:20:08.866Z | Compiling regex-automata v0.4.14 |
| 1465 | 2026-07-31T16:20:08.895Z | Compiling scroll_derive v0.13.1 |
| 1466 | 2026-07-31T16:20:09.239Z | Compiling darling_core v0.20.11 |
| 1467 | 2026-07-31T16:20:09.281Z | Compiling httpdate v1.0.3 |
| 1468 | 2026-07-31T16:20:09.504Z | Compiling rustls v0.23.41 |
| 1469 | 2026-07-31T16:20:09.673Z | Compiling tokio-util v0.7.18 |
| 1470 | 2026-07-31T16:20:09.687Z | Compiling foreign-types-shared v0.1.1 |
| 1471 | 2026-07-31T16:20:09.701Z | Compiling untrusted v0.9.0 |
| 1472 | 2026-07-31T16:20:09.771Z | Compiling cpufeatures v0.2.17 |
| 1473 | 2026-07-31T16:20:09.818Z | Compiling openssl v0.10.79 |
| 1474 | 2026-07-31T16:20:09.847Z | Compiling foreign-types v0.3.2 |
| 1475 | 2026-07-31T16:20:09.919Z | Compiling scroll v0.13.0 |
| 1476 | 2026-07-31T16:20:10.061Z | Compiling pkcs8 v0.10.2 |
| 1477 | 2026-07-31T16:20:10.180Z | Compiling unicode-normalization v0.1.25 |
| 1478 | 2026-07-31T16:20:10.309Z | Compiling openssl-macros v0.1.1 |
| 1479 | 2026-07-31T16:20:10.598Z | Compiling h2 v0.4.15 |
| 1480 | 2026-07-31T16:20:10.627Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1481 | 2026-07-31T16:20:10.672Z | Compiling spin v0.9.8 |
| 1482 | 2026-07-31T16:20:10.702Z | Compiling powerfmt v0.2.0 |
| 1483 | 2026-07-31T16:20:10.874Z | Compiling num-conv v0.2.0 |
| 1484 | 2026-07-31T16:20:10.897Z | Compiling native-tls v0.2.18 |
| 1485 | 2026-07-31T16:20:11.002Z | Compiling crc32fast v1.5.0 |
| 1486 | 2026-07-31T16:20:11.002Z | Compiling time-core v0.1.8 |
| 1487 | 2026-07-31T16:20:11.161Z | Compiling time-macros v0.2.27 |
| 1488 | 2026-07-31T16:20:11.306Z | Compiling deranged v0.5.8 |
| 1489 | 2026-07-31T16:20:11.438Z | Compiling darling_macro v0.20.11 |
| 1490 | 2026-07-31T16:20:11.949Z | Compiling darling v0.20.11 |
| 1491 | 2026-07-31T16:20:12.033Z | Compiling goblin v0.10.5 |
| 1492 | 2026-07-31T16:20:12.246Z | Compiling sha2 v0.10.9 |
| 1493 | 2026-07-31T16:20:12.306Z | Compiling hmac v0.12.1 |
| 1494 | 2026-07-31T16:20:12.462Z | Compiling sync_wrapper v1.0.2 |
| 1495 | 2026-07-31T16:20:12.571Z | Compiling wait-timeout v0.2.1 |
| 1496 | 2026-07-31T16:20:12.841Z | Compiling usdt-impl v0.6.0 |
| 1497 | 2026-07-31T16:20:12.860Z | Compiling bit-vec v0.8.0 |
| 1498 | 2026-07-31T16:20:13.038Z | Compiling num_threads v0.1.7 |
| 1499 | 2026-07-31T16:20:13.091Z | Compiling syn v1.0.109 |
| 1500 | 2026-07-31T16:20:13.135Z | Compiling simd-adler32 v0.3.8 |
| 1501 | 2026-07-31T16:20:13.374Z | Compiling siphasher v1.0.2 |
| 1502 | 2026-07-31T16:20:13.390Z | Compiling crossbeam-utils v0.8.21 |
| 1503 | 2026-07-31T16:20:13.537Z | Compiling quick-error v1.2.3 |
| 1504 | 2026-07-31T16:20:13.604Z | Compiling time v0.3.47 |
| 1505 | 2026-07-31T16:20:13.641Z | Compiling hyper v1.10.1 |
| 1506 | 2026-07-31T16:20:13.684Z | Compiling rusty-fork v0.3.1 |
| 1507 | 2026-07-31T16:20:14.319Z | Compiling bit-set v0.8.0 |
| 1508 | 2026-07-31T16:20:14.481Z | Compiling tower v0.5.3 |
| 1509 | 2026-07-31T16:20:14.548Z | Compiling derive_builder_core v0.20.2 |
| 1510 | 2026-07-31T16:20:14.797Z | Compiling hyper-util v0.1.20 |
| 1511 | 2026-07-31T16:20:14.948Z | Compiling dof v0.4.0 |
| 1512 | 2026-07-31T16:20:15.140Z | Compiling dtrace-parser v0.3.0 |
| 1513 | 2026-07-31T16:20:15.204Z | Compiling http-body-util v0.1.3 |
| 1514 | 2026-07-31T16:20:15.378Z | Compiling thiserror-impl v1.0.69 |
| 1515 | 2026-07-31T16:20:15.441Z | Compiling scroll_derive v0.12.1 |
| 1516 | 2026-07-31T16:20:15.844Z | Compiling heapless v0.7.17 |
| 1517 | 2026-07-31T16:20:16.066Z | Compiling rand_xorshift v0.4.0 |
| 1518 | 2026-07-31T16:20:16.080Z | Compiling slog v2.8.2 |
| 1519 | 2026-07-31T16:20:16.083Z | Compiling darling_core v0.23.0 |
| 1520 | 2026-07-31T16:20:16.169Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1521 | 2026-07-31T16:20:16.224Z | Compiling thread-id v5.1.0 |
| 1522 | 2026-07-31T16:20:16.258Z | Compiling cookie v0.18.1 |
| 1523 | 2026-07-31T16:20:16.304Z | Compiling ryu v1.0.23 |
| 1524 | 2026-07-31T16:20:16.434Z | Compiling paste v1.0.15 |
| 1525 | 2026-07-31T16:20:16.438Z | Compiling unicode-properties v0.1.4 |
| 1526 | 2026-07-31T16:20:16.476Z | Compiling signal-hook v0.3.18 |
| 1527 | 2026-07-31T16:20:16.479Z | Compiling anyhow v1.0.102 |
| 1528 | 2026-07-31T16:20:16.600Z | Compiling unarray v0.1.4 |
| 1529 | 2026-07-31T16:20:16.635Z | Compiling allocator-api2 v0.2.21 |
| 1530 | 2026-07-31T16:20:16.649Z | Compiling iri-string v0.7.10 |
| 1531 | 2026-07-31T16:20:16.702Z | Compiling zstd-safe v7.2.4 |
| 1532 | 2026-07-31T16:20:16.716Z | Compiling adler2 v2.0.1 |
| 1533 | 2026-07-31T16:20:16.827Z | Compiling unicode-bidi v0.3.18 |
| 1534 | 2026-07-31T16:20:16.946Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-07-31T16:20:17.054Z | Compiling proptest v1.11.0 |
| 1536 | 2026-07-31T16:20:17.088Z | Compiling thiserror v1.0.69 |
| 1537 | 2026-07-31T16:20:17.189Z | Compiling stringprep v0.1.5 |
| 1538 | 2026-07-31T16:20:17.592Z | Compiling serde_urlencoded v0.7.1 |
| 1539 | 2026-07-31T16:20:17.764Z | Compiling scroll v0.12.0 |
| 1540 | 2026-07-31T16:20:17.832Z | Compiling tower-http v0.6.8 |
| 1541 | 2026-07-31T16:20:18.077Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-07-31T16:20:18.101Z | Compiling tokio-native-tls v0.3.1 |
| 1543 | 2026-07-31T16:20:18.229Z | Compiling camino v1.2.2 |
| 1544 | 2026-07-31T16:20:18.271Z | Compiling bstr v1.12.1 |
| 1545 | 2026-07-31T16:20:18.538Z | Compiling ipnetwork v0.21.1 |
| 1546 | 2026-07-31T16:20:18.569Z | Compiling darling_macro v0.23.0 |
| 1547 | 2026-07-31T16:20:18.595Z | Compiling crypto-common v0.2.2 |
| 1548 | 2026-07-31T16:20:18.663Z | Compiling block-buffer v0.12.1 |
| 1549 | 2026-07-31T16:20:18.855Z | Compiling block-padding v0.4.2 |
| 1550 | 2026-07-31T16:20:18.892Z | Compiling rustls-native-certs v0.8.3 |
| 1551 | 2026-07-31T16:20:18.921Z | Compiling rand_chacha v0.3.1 |
| 1552 | 2026-07-31T16:20:19.016Z | Compiling hex v0.4.3 |
| 1553 | 2026-07-31T16:20:19.039Z | Compiling serde_spanned v0.6.9 |
| 1554 | 2026-07-31T16:20:19.172Z | Compiling serde_tokenstream v0.2.3 |
| 1555 | 2026-07-31T16:20:19.186Z | Compiling toml_datetime v0.6.11 |
| 1556 | 2026-07-31T16:20:19.276Z | Compiling erased-serde v0.3.31 |
| 1557 | 2026-07-31T16:20:19.434Z | Compiling md-5 v0.10.6 |
| 1558 | 2026-07-31T16:20:19.477Z | Compiling signature v2.2.0 |
| 1559 | 2026-07-31T16:20:19.602Z | Compiling async-trait v0.1.89 |
| 1560 | 2026-07-31T16:20:19.657Z | Compiling zerocopy-derive v0.7.35 |
| 1561 | 2026-07-31T16:20:19.675Z | Compiling pin-project-internal v1.1.11 |
| 1562 | 2026-07-31T16:20:19.763Z | Compiling curve25519-dalek v4.1.3 |
| 1563 | 2026-07-31T16:20:20.091Z | Compiling vergen-lib v9.1.0 |
| 1564 | 2026-07-31T16:20:20.268Z | Compiling hash32 v0.2.1 |
| 1565 | 2026-07-31T16:20:20.272Z | Compiling num-integer v0.1.46 |
| 1566 | 2026-07-31T16:20:20.460Z | Compiling memoffset v0.9.1 |
| 1567 | 2026-07-31T16:20:20.503Z | Compiling encoding_rs v0.8.35 |
| 1568 | 2026-07-31T16:20:20.598Z | Compiling rustix v0.38.44 |
| 1569 | 2026-07-31T16:20:20.612Z | Compiling fallible-iterator v0.2.0 |
| 1570 | 2026-07-31T16:20:20.649Z | Compiling num-bigint-dig v0.8.6 |
| 1571 | 2026-07-31T16:20:20.762Z | Compiling mime v0.3.17 |
| 1572 | 2026-07-31T16:20:20.833Z | Compiling psl-types v2.0.11 |
| 1573 | 2026-07-31T16:20:20.922Z | Compiling smoltcp v0.9.1 |
| 1574 | 2026-07-31T16:20:20.936Z | Compiling cfg_aliases v0.2.1 |
| 1575 | 2026-07-31T16:20:20.958Z | Compiling ref-cast v1.0.25 |
| 1576 | 2026-07-31T16:20:21.007Z | Compiling zlib-rs v0.6.2 |
| 1577 | 2026-07-31T16:20:21.021Z | Compiling litrs v1.0.0 |
| 1578 | 2026-07-31T16:20:21.278Z | Compiling nix v0.31.2 |
| 1579 | 2026-07-31T16:20:21.308Z | Compiling publicsuffix v2.3.0 |
| 1580 | 2026-07-31T16:20:21.511Z | Compiling document-features v0.2.12 |
| 1581 | 2026-07-31T16:20:21.566Z | Compiling postgres-protocol v0.6.10 |
| 1582 | 2026-07-31T16:20:21.651Z | Compiling pin-project v1.1.11 |
| 1583 | 2026-07-31T16:20:21.925Z | Compiling zerocopy v0.7.35 |
| 1584 | 2026-07-31T16:20:21.974Z | Compiling num-iter v0.1.45 |
| 1585 | 2026-07-31T16:20:22.026Z | Compiling hubpack_derive v0.1.1 |
| 1586 | 2026-07-31T16:20:22.245Z | Compiling newtype-uuid v1.3.2 |
| 1587 | 2026-07-31T16:20:22.466Z | Compiling rand v0.8.6 |
| 1588 | 2026-07-31T16:20:22.479Z | Compiling darling v0.23.0 |
| 1589 | 2026-07-31T16:20:22.560Z | Compiling inout v0.2.2 |
| 1590 | 2026-07-31T16:20:22.575Z | Compiling oxnet v0.1.6 |
| 1591 | 2026-07-31T16:20:22.578Z | Compiling derive_builder v0.20.2 |
| 1592 | 2026-07-31T16:20:22.589Z | Compiling hyper-tls v0.6.0 |
| 1593 | 2026-07-31T16:20:22.739Z | Compiling goblin v0.8.2 |
| 1594 | 2026-07-31T16:20:23.299Z | Compiling phf_shared v0.13.1 |
| 1595 | 2026-07-31T16:20:23.340Z | Compiling regex v1.12.3 |
| 1596 | 2026-07-31T16:20:23.355Z | Compiling lazy_static v1.5.0 |
| 1597 | 2026-07-31T16:20:23.445Z | Compiling anstyle-parse v0.2.7 |
| 1598 | 2026-07-31T16:20:23.533Z | Compiling futures-executor v0.3.32 |
| 1599 | 2026-07-31T16:20:23.627Z | Compiling terminal_size v0.4.3 |
| 1600 | 2026-07-31T16:20:23.749Z | Compiling snafu-derive v0.8.9 |
| 1601 | 2026-07-31T16:20:23.752Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1602 | 2026-07-31T16:20:23.776Z | Compiling daft-derive v0.1.7 |
| 1603 | 2026-07-31T16:20:23.789Z | Compiling strum_macros v0.27.2 |
| 1604 | 2026-07-31T16:20:24.250Z | Compiling flate2 v1.1.9 |
| 1605 | 2026-07-31T16:20:24.388Z | Compiling ref-cast-impl v1.0.25 |
| 1606 | 2026-07-31T16:20:24.482Z | Compiling vergen v9.1.0 |
| 1607 | 2026-07-31T16:20:24.657Z | Compiling cargo-platform v0.3.2 |
| 1608 | 2026-07-31T16:20:24.657Z | Compiling ff v0.13.1 |
| 1609 | 2026-07-31T16:20:24.814Z | Compiling fs-err v3.3.0 |
| 1610 | 2026-07-31T16:20:24.927Z | Compiling ahash v0.8.12 |
| 1611 | 2026-07-31T16:20:24.930Z | Compiling libbz2-rs-sys v0.2.2 |
| 1612 | 2026-07-31T16:20:24.999Z | Compiling same-file v1.0.6 |
| 1613 | 2026-07-31T16:20:25.140Z | Compiling winnow v0.5.40 |
| 1614 | 2026-07-31T16:20:25.164Z | Compiling object v0.37.3 |
| 1615 | 2026-07-31T16:20:25.433Z | Compiling foldhash v0.2.0 |
| 1616 | 2026-07-31T16:20:25.611Z | Compiling foldhash v0.1.5 |
| 1617 | 2026-07-31T16:20:25.625Z | Compiling bitflags v1.3.2 |
| 1618 | 2026-07-31T16:20:25.652Z | Compiling unicode-segmentation v1.12.0 |
| 1619 | 2026-07-31T16:20:25.699Z | Compiling base16ct v0.2.0 |
| 1620 | 2026-07-31T16:20:25.720Z | Compiling bumpalo v3.20.2 |
| 1621 | 2026-07-31T16:20:25.782Z | Compiling managed v0.8.0 |
| 1622 | 2026-07-31T16:20:25.878Z | Compiling sec1 v0.7.3 |
| 1623 | 2026-07-31T16:20:25.995Z | Compiling zopfli v0.8.3 |
| 1624 | 2026-07-31T16:20:26.028Z | Compiling hashbrown v0.15.5 |
| 1625 | 2026-07-31T16:20:26.151Z | Compiling strum v0.27.2 |
| 1626 | 2026-07-31T16:20:26.164Z | Compiling clap_builder v4.6.0 |
| 1627 | 2026-07-31T16:20:26.278Z | Compiling snafu v0.8.9 |
| 1628 | 2026-07-31T16:20:26.560Z | Compiling toml_edit v0.19.15 |
| 1629 | 2026-07-31T16:20:26.574Z | Compiling hashbrown v0.16.1 |
| 1630 | 2026-07-31T16:20:26.644Z | Compiling bzip2 v0.6.1 |
| 1631 | 2026-07-31T16:20:26.737Z | Compiling walkdir v2.5.0 |
| 1632 | 2026-07-31T16:20:26.892Z | Compiling dof v0.3.0 |
| 1633 | 2026-07-31T16:20:26.997Z | Compiling cargo_metadata v0.23.1 |
| 1634 | 2026-07-31T16:20:27.086Z | Compiling group v0.13.0 |
| 1635 | 2026-07-31T16:20:27.208Z | Compiling daft v0.1.7 |
| 1636 | 2026-07-31T16:20:27.493Z | Compiling futures v0.3.32 |
| 1637 | 2026-07-31T16:20:27.579Z | Compiling anstream v0.6.21 |
| 1638 | 2026-07-31T16:20:27.617Z | Compiling phf v0.13.1 |
| 1639 | 2026-07-31T16:20:27.998Z | Compiling signal-hook-mio v0.2.5 |
| 1640 | 2026-07-31T16:20:28.119Z | Compiling cookie_store v0.22.1 |
| 1641 | 2026-07-31T16:20:28.240Z | Compiling zstd v0.13.3 |
| 1642 | 2026-07-31T16:20:28.351Z | Compiling bzip2 v0.4.4 |
| 1643 | 2026-07-31T16:20:28.502Z | Compiling reqwest v0.12.28 |
| 1644 | 2026-07-31T16:20:28.562Z | Compiling cipher v0.5.2 |
| 1645 | 2026-07-31T16:20:28.751Z | Compiling serde_with_macros v3.21.0 |
| 1646 | 2026-07-31T16:20:28.867Z | Compiling hubpack v0.1.2 |
| 1647 | 2026-07-31T16:20:29.083Z | Compiling postgres-types v0.2.12 |
| 1648 | 2026-07-31T16:20:29.244Z | Compiling ed25519 v2.2.3 |
| 1649 | 2026-07-31T16:20:29.623Z | Compiling usdt-attr-macro v0.6.0 |
| 1650 | 2026-07-31T16:20:29.855Z | Compiling usdt-macro v0.6.0 |
| 1651 | 2026-07-31T16:20:30.115Z | Compiling globset v0.4.18 |
| 1652 | 2026-07-31T16:20:30.173Z | Compiling dtrace-parser v0.2.0 |
| 1653 | 2026-07-31T16:20:30.310Z | Compiling phf_shared v0.11.3 |
| 1654 | 2026-07-31T16:20:30.423Z | Compiling hkdf v0.12.4 |
| 1655 | 2026-07-31T16:20:30.494Z | Compiling olpc-cjson v0.1.4 |
| 1656 | 2026-07-31T16:20:30.591Z | Compiling pkcs1 v0.7.5 |
| 1657 | 2026-07-31T16:20:30.612Z | Compiling serde-big-array v0.5.1 |
| 1658 | 2026-07-31T16:20:30.655Z | Compiling serde_plain v1.0.2 |
| 1659 | 2026-07-31T16:20:30.754Z | Compiling crypto-bigint v0.5.5 |
| 1660 | 2026-07-31T16:20:30.772Z | Compiling strum_macros v0.26.4 |
| 1661 | 2026-07-31T16:20:30.846Z | Compiling clap_derive v4.6.1 |
| 1662 | 2026-07-31T16:20:30.901Z | Compiling enum-as-inner v0.6.1 |
| 1663 | 2026-07-31T16:20:30.979Z | Compiling serde_repr v0.1.20 |
| 1664 | 2026-07-31T16:20:31.404Z | Compiling async-recursion v1.1.1 |
| 1665 | 2026-07-31T16:20:31.504Z | Compiling pem v3.0.6 |
| 1666 | 2026-07-31T16:20:31.860Z | Compiling float-cmp v0.10.0 |
| 1667 | 2026-07-31T16:20:32.016Z | Compiling thread-id v4.2.2 |
| 1668 | 2026-07-31T16:20:32.055Z | Compiling memmap2 v0.9.10 |
| 1669 | 2026-07-31T16:20:32.106Z | Compiling env_filter v1.0.0 |
| 1670 | 2026-07-31T16:20:32.222Z | Compiling data-encoding v2.10.0 |
| 1671 | 2026-07-31T16:20:32.273Z | Compiling winnow v1.0.3 |
| 1672 | 2026-07-31T16:20:32.408Z | Compiling keccak v0.1.6 |
| 1673 | 2026-07-31T16:20:32.534Z | Compiling whoami v2.1.0 |
| 1674 | 2026-07-31T16:20:32.611Z | Compiling static_assertions v1.1.0 |
| 1675 | 2026-07-31T16:20:32.627Z | Compiling fixedbitset v0.4.2 |
| 1676 | 2026-07-31T16:20:32.689Z | Compiling typed-path v0.9.3 |
| 1677 | 2026-07-31T16:20:32.843Z | Compiling difflib v0.4.0 |
| 1678 | 2026-07-31T16:20:32.907Z | Compiling fixedbitset v0.5.7 |
| 1679 | 2026-07-31T16:20:32.910Z | Compiling predicates-core v1.0.10 |
| 1680 | 2026-07-31T16:20:32.922Z | Compiling cpufeatures v0.3.0 |
| 1681 | 2026-07-31T16:20:33.011Z | Compiling either v1.15.0 |
| 1682 | 2026-07-31T16:20:33.090Z | Compiling normalize-line-endings v0.3.0 |
| 1683 | 2026-07-31T16:20:33.154Z | Compiling const-oid v0.10.2 |
| 1684 | 2026-07-31T16:20:33.187Z | Compiling jiff v0.2.21 |
| 1685 | 2026-07-31T16:20:33.203Z | Compiling precomputed-hash v0.1.1 |
| 1686 | 2026-07-31T16:20:33.217Z | Compiling new_debug_unreachable v1.0.6 |
| 1687 | 2026-07-31T16:20:33.221Z | Compiling predicates v3.1.4 |
| 1688 | 2026-07-31T16:20:33.287Z | Compiling string_cache v0.8.9 |
| 1689 | 2026-07-31T16:20:33.287Z | Compiling itertools v0.13.0 |
| 1690 | 2026-07-31T16:20:33.349Z | Compiling digest v0.11.3 |
| 1691 | 2026-07-31T16:20:33.383Z | Compiling petgraph v0.8.3 |
| 1692 | 2026-07-31T16:20:33.501Z | Compiling chacha20 v0.10.0 |
| 1693 | 2026-07-31T16:20:33.560Z | Compiling toml_edit v0.22.27 |
| 1694 | 2026-07-31T16:20:33.846Z | Compiling petgraph v0.6.5 |
| 1695 | 2026-07-31T16:20:33.869Z | Compiling tokio-postgres v0.7.16 |
| 1696 | 2026-07-31T16:20:33.884Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1697 | 2026-07-31T16:20:34.528Z | Compiling clap v4.6.1 |
| 1698 | 2026-07-31T16:20:34.604Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1699 | 2026-07-31T16:20:35.224Z | Compiling sha3 v0.10.8 |
| 1700 | 2026-07-31T16:20:35.279Z | Compiling strum v0.26.3 |
| 1701 | 2026-07-31T16:20:35.296Z | Compiling hickory-proto v0.25.2 |
| 1702 | 2026-07-31T16:20:35.411Z | Compiling env_logger v0.11.9 |
| 1703 | 2026-07-31T16:20:35.667Z | Compiling usdt v0.6.0 |
| 1704 | 2026-07-31T16:20:35.763Z | Compiling zip v4.6.1 |
| 1705 | 2026-07-31T16:20:35.932Z | Compiling usdt-impl v0.5.0 |
| 1706 | 2026-07-31T16:20:36.050Z | Compiling elliptic-curve v0.13.8 |
| 1707 | 2026-07-31T16:20:36.242Z | Compiling rsa v0.9.10 |
| 1708 | 2026-07-31T16:20:36.454Z | Compiling crossterm v0.28.1 |
| 1709 | 2026-07-31T16:20:36.497Z | Compiling serde_with v3.21.0 |
| 1710 | 2026-07-31T16:20:36.644Z | Compiling ed25519-dalek v2.2.0 |
| 1711 | 2026-07-31T16:20:37.194Z | Compiling zip v0.6.6 |
| 1712 | 2026-07-31T16:20:37.728Z | Compiling toml v0.7.8 |
| 1713 | 2026-07-31T16:20:37.763Z | Compiling iddqd v0.4.2 |
| 1714 | 2026-07-31T16:20:38.337Z | Compiling heck v0.4.1 |
| 1715 | 2026-07-31T16:20:38.383Z | Compiling similar v2.7.0 |
| 1716 | 2026-07-31T16:20:38.400Z | Compiling byte-wrapper v0.1.0 |
| 1717 | 2026-07-31T16:20:38.559Z | Compiling crossbeam-epoch v0.9.18 |
| 1718 | 2026-07-31T16:20:38.730Z | Compiling tokio-stream v0.1.18 |
| 1719 | 2026-07-31T16:20:38.893Z | Compiling buf-list v1.1.2 |
| 1720 | 2026-07-31T16:20:39.025Z | Compiling x509-cert v0.2.5 |
| 1721 | 2026-07-31T16:20:39.163Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1722 | 2026-07-31T16:20:39.191Z | Compiling openapiv3 v2.2.0 |
| 1723 | 2026-07-31T16:20:39.226Z | Compiling peg-runtime v0.8.5 |
| 1724 | 2026-07-31T16:20:39.348Z | Compiling lalrpop-util v0.19.12 |
| 1725 | 2026-07-31T16:20:39.456Z | Compiling thread_local v1.1.9 |
| 1726 | 2026-07-31T16:20:39.501Z | Compiling slog-async v2.8.0 |
| 1727 | 2026-07-31T16:20:39.540Z | Compiling crossbeam-channel v0.5.15 |
| 1728 | 2026-07-31T16:20:39.705Z | Compiling filetime v0.2.27 |
| 1729 | 2026-07-31T16:20:39.814Z | Compiling is-terminal v0.4.17 |
| 1730 | 2026-07-31T16:20:39.885Z | Compiling take_mut v0.2.2 |
| 1731 | 2026-07-31T16:20:39.913Z | Compiling xattr v1.6.1 |
| 1732 | 2026-07-31T16:20:39.965Z | Compiling term v1.2.1 |
| 1733 | 2026-07-31T16:20:40.003Z | Compiling camino-tempfile v1.4.1 |
| 1734 | 2026-07-31T16:20:40.078Z | Compiling tar v0.4.46 |
| 1735 | 2026-07-31T16:20:40.226Z | Compiling slog-term v2.9.2 |
| 1736 | 2026-07-31T16:20:50.475Z | Compiling rustls-webpki v0.103.13 |
| 1737 | 2026-07-31T16:20:53.144Z | Compiling tokio-rustls v0.26.4 |
| 1738 | 2026-07-31T16:20:53.144Z | Compiling rustls-platform-verifier v0.6.2 |
| 1739 | 2026-07-31T16:20:53.152Z | Compiling tough v0.22.0 |
| 1740 | 2026-07-31T16:20:53.350Z | Compiling hyper-rustls v0.27.7 |
| 1741 | 2026-07-31T16:20:53.543Z | Compiling reqwest v0.13.2 |
| 1742 | 2026-07-31T16:20:55.753Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1743 | 2026-07-31T16:20:55.968Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1744 | 2026-07-31T16:20:58.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1745 | 2026-07-31T16:20:59.027Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1746 | 2026-07-31T16:20:59.080Z | Jul 31 16:20:57.449 INFO Starting download, target: Cockroach |
| 1747 | 2026-07-31T16:20:59.080Z | Jul 31 16:20:57.450 INFO Starting download, target: Clickhouse |
| 1748 | 2026-07-31T16:20:59.080Z | Jul 31 16:20:57.450 INFO Starting download, target: DendriteStub |
| 1749 | 2026-07-31T16:20:59.080Z | Jul 31 16:20:57.450 INFO Starting download, target: Console |
| 1750 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Starting download, target: MaghemiteMgd |
| 1751 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Starting download, target: MaghemiteDdmd |
| 1752 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Starting download, target: TransceiverControl |
| 1753 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1754 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1755 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1756 | 2026-07-31T16:20:59.083Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1757 | 2026-07-31T16:20:59.084Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1758 | 2026-07-31T16:20:59.084Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1759 | 2026-07-31T16:20:59.084Z | Jul 31 16:20:57.450 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1760 | 2026-07-31T16:20:59.550Z | Jul 31 16:20:57.900 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1761 | 2026-07-31T16:20:59.742Z | Jul 31 16:20:58.110 INFO Download complete, target: TransceiverControl |
| 1762 | 2026-07-31T16:21:00.903Z | Jul 31 16:20:59.268 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1763 | 2026-07-31T16:21:00.907Z | Jul 31 16:20:59.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1764 | 2026-07-31T16:21:00.966Z | Jul 31 16:20:59.334 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1765 | 2026-07-31T16:21:01.014Z | Jul 31 16:20:59.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1766 | 2026-07-31T16:21:01.262Z | Jul 31 16:20:59.629 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1767 | 2026-07-31T16:21:01.310Z | Jul 31 16:20:59.678 INFO Download complete, target: Console |
| 1768 | 2026-07-31T16:21:01.600Z | Jul 31 16:20:59.970 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1769 | 2026-07-31T16:21:01.600Z | Jul 31 16:20:59.970 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1770 | 2026-07-31T16:21:02.928Z | Jul 31 16:21:01.298 INFO Download complete, target: MaghemiteDdmd |
| 1771 | 2026-07-31T16:21:03.358Z | Jul 31 16:21:01.728 INFO Download complete, target: DendriteStub |
| 1772 | 2026-07-31T16:21:03.891Z | Jul 31 16:21:02.261 INFO Download complete, target: MaghemiteMgd |
| 1773 | 2026-07-31T16:21:06.324Z | Jul 31 16:21:04.694 INFO Checking that binary works, target: Cockroach |
| 1774 | 2026-07-31T16:21:06.440Z | Jul 31 16:21:04.809 INFO Download complete, target: Cockroach |
| 1775 | 2026-07-31T16:21:07.760Z | Jul 31 16:21:06.129 INFO Checking that binary works, target: Clickhouse |
| 1776 | 2026-07-31T16:21:07.876Z | Jul 31 16:21:06.246 INFO Download complete, target: Clickhouse |
| 1777 | 2026-07-31T16:21:07.892Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1778 | 2026-07-31T16:21:07.895Z | |
| 1779 | 2026-07-31T16:21:07.895Z | real 2:08.770485497 |
| 1780 | 2026-07-31T16:21:07.896Z | user 6:33.651487817 |
| 1781 | 2026-07-31T16:21:07.896Z | sys 1:19.919699670 |
| 1782 | 2026-07-31T16:21:07.896Z | trap 0.227726622 |
| 1783 | 2026-07-31T16:21:07.896Z | tflt 0.558342741 |
| 1784 | 2026-07-31T16:21:07.896Z | dflt 0.730819036 |
| 1785 | 2026-07-31T16:21:07.896Z | kflt 0.024120642 |
| 1786 | 2026-07-31T16:21:07.896Z | lock 24:48.744316219 |
| 1787 | 2026-07-31T16:21:07.896Z | slp 20:01.495956883 |
| 1788 | 2026-07-31T16:21:07.896Z | lat 39.396132589 |
| 1789 | 2026-07-31T16:21:07.896Z | stop 2:21.571597035 |
| 1790 | 2026-07-31T16:21:07.896Z | + banner clippy |
| 1791 | 2026-07-31T16:21:07.896Z | |
| 1792 | 2026-07-31T16:21:07.896Z | #### # # ##### ##### # # |
| 1793 | 2026-07-31T16:21:07.896Z | # # # # # # # # # # |
| 1794 | 2026-07-31T16:21:07.896Z | # # # # # # # # |
| 1795 | 2026-07-31T16:21:07.896Z | # # # ##### ##### # |
| 1796 | 2026-07-31T16:21:07.896Z | # # # # # # # |
| 1797 | 2026-07-31T16:21:07.896Z | #### ###### # # # # |
| 1798 | 2026-07-31T16:21:07.896Z | |
| 1799 | 2026-07-31T16:21:07.896Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-07-31T16:21:07.896Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-07-31T16:21:07.896Z | + ptime -m cargo xtask clippy |
| 1802 | 2026-07-31T16:21:08.357Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1803 | 2026-07-31T16:21:08.643Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1804 | 2026-07-31T16:21:10.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
| 1805 | 2026-07-31T16:21:10.495Z | Running `target/debug/xtask clippy` |
| 1806 | 2026-07-31T16:21:10.521Z | running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1807 | 2026-07-31T16:21:11.089Z | Downloading crates ... |
| 1808 | 2026-07-31T16:21:11.266Z | Downloaded cast v0.3.0 |
| 1809 | 2026-07-31T16:21:11.269Z | Downloaded concurrent-queue v2.5.0 |
| 1810 | 2026-07-31T16:21:11.269Z | Downloaded addr2line v0.25.1 |
| 1811 | 2026-07-31T16:21:11.269Z | Downloaded assert_cmd v2.1.2 |
| 1812 | 2026-07-31T16:21:11.272Z | Downloaded approx v0.5.1 |
| 1813 | 2026-07-31T16:21:11.272Z | Downloaded backtrace-ext v0.2.1 |
| 1814 | 2026-07-31T16:21:11.272Z | Downloaded constant_time_eq v0.3.1 |
| 1815 | 2026-07-31T16:21:11.272Z | Downloaded async-object-pool v0.2.0 |
| 1816 | 2026-07-31T16:21:11.272Z | Downloaded assert-json-diff v2.0.2 |
| 1817 | 2026-07-31T16:21:11.275Z | Downloaded criterion-plot v0.6.0 |
| 1818 | 2026-07-31T16:21:11.275Z | Downloaded anes v0.1.6 |
| 1819 | 2026-07-31T16:21:11.275Z | Downloaded escape8259 v0.5.3 |
| 1820 | 2026-07-31T16:21:11.278Z | Downloaded event-listener-strategy v0.5.4 |
| 1821 | 2026-07-31T16:21:11.278Z | Downloaded cfg-expr v0.20.6 |
| 1822 | 2026-07-31T16:21:11.278Z | Downloaded blake2b_simd v1.0.4 |
| 1823 | 2026-07-31T16:21:11.282Z | Downloaded datatest-stable v0.3.3 |
| 1824 | 2026-07-31T16:21:11.282Z | Downloaded async-lock v3.4.2 |
| 1825 | 2026-07-31T16:21:11.286Z | Downloaded event-listener v5.4.1 |
| 1826 | 2026-07-31T16:21:11.286Z | Downloaded chumsky v0.9.3 |
| 1827 | 2026-07-31T16:21:11.287Z | Downloaded futures-timer v3.0.3 |
| 1828 | 2026-07-31T16:21:11.289Z | Downloaded backtrace v0.3.76 |
| 1829 | 2026-07-31T16:21:11.289Z | Downloaded fancy-regex v0.14.0 |
| 1830 | 2026-07-31T16:21:11.292Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1831 | 2026-07-31T16:21:11.292Z | Downloaded hex-literal v0.4.1 |
| 1832 | 2026-07-31T16:21:11.292Z | Downloaded criterion v0.7.0 |
| 1833 | 2026-07-31T16:21:11.295Z | Downloaded hickory-client v0.25.2 |
| 1834 | 2026-07-31T16:21:11.295Z | Downloaded httptest v0.16.4 |
| 1835 | 2026-07-31T16:21:11.298Z | Downloaded linkme-impl v0.3.35 |
| 1836 | 2026-07-31T16:21:11.298Z | Downloaded miette-derive v5.10.0 |
| 1837 | 2026-07-31T16:21:11.298Z | Downloaded nested v0.1.1 |
| 1838 | 2026-07-31T16:21:11.298Z | Downloaded libtest-mimic v0.8.1 |
| 1839 | 2026-07-31T16:21:11.302Z | Downloaded knuffel-derive v3.2.0 |
| 1840 | 2026-07-31T16:21:11.302Z | Downloaded pathdiff v0.2.3 |
| 1841 | 2026-07-31T16:21:11.302Z | Downloaded linkme v0.3.35 |
| 1842 | 2026-07-31T16:21:11.305Z | Downloaded parking v2.2.1 |
| 1843 | 2026-07-31T16:21:11.305Z | Downloaded oorandom v11.1.5 |
| 1844 | 2026-07-31T16:21:11.305Z | Downloaded owo-colors v3.5.0 |
| 1845 | 2026-07-31T16:21:11.305Z | Downloaded path-tree v0.8.3 |
| 1846 | 2026-07-31T16:21:11.308Z | Downloaded plotters-backend v0.3.7 |
| 1847 | 2026-07-31T16:21:11.308Z | Downloaded plotters-svg v0.3.7 |
| 1848 | 2026-07-31T16:21:11.308Z | Downloaded knuffel v3.2.0 |
| 1849 | 2026-07-31T16:21:11.308Z | Downloaded partial-io v0.5.4 |
| 1850 | 2026-07-31T16:21:11.311Z | Downloaded gimli v0.32.3 |
| 1851 | 2026-07-31T16:21:11.314Z | Downloaded guppy v0.17.25 |
| 1852 | 2026-07-31T16:21:11.317Z | Downloaded miette v5.10.0 |
| 1853 | 2026-07-31T16:21:11.317Z | Downloaded relative-path v1.9.3 |
| 1854 | 2026-07-31T16:21:11.321Z | Downloaded rustc-demangle v0.1.27 |
| 1855 | 2026-07-31T16:21:11.321Z | Downloaded rust-argon2 v2.1.0 |
| 1856 | 2026-07-31T16:21:11.321Z | Downloaded serde_regex v1.1.0 |
| 1857 | 2026-07-31T16:21:11.321Z | Downloaded similar-asserts v1.7.0 |
| 1858 | 2026-07-31T16:21:11.324Z | Downloaded supports-color v2.1.0 |
| 1859 | 2026-07-31T16:21:11.324Z | Downloaded hashbrown v0.14.5 |
| 1860 | 2026-07-31T16:21:11.327Z | Downloaded supports-hyperlinks v2.1.0 |
| 1861 | 2026-07-31T16:21:11.327Z | Downloaded supports-unicode v2.1.0 |
| 1862 | 2026-07-31T16:21:11.327Z | Downloaded rstest v0.25.0 |
| 1863 | 2026-07-31T16:21:11.330Z | Downloaded rand_distr v0.5.1 |
| 1864 | 2026-07-31T16:21:11.333Z | Downloaded rstest_macros v0.25.0 |
| 1865 | 2026-07-31T16:21:11.333Z | Downloaded terminal_size v0.1.17 |
| 1866 | 2026-07-31T16:21:11.336Z | Downloaded stringmetrics v2.2.2 |
| 1867 | 2026-07-31T16:21:11.336Z | Downloaded target-triple v1.0.0 |
| 1868 | 2026-07-31T16:21:11.336Z | Downloaded termcolor v1.4.1 |
| 1869 | 2026-07-31T16:21:11.336Z | Downloaded target-lexicon v0.13.3 |
| 1870 | 2026-07-31T16:21:11.339Z | Downloaded target-spec v3.5.7 |
| 1871 | 2026-07-31T16:21:11.339Z | Downloaded plotters v0.3.7 |
| 1872 | 2026-07-31T16:21:11.342Z | Downloaded tinytemplate v1.2.1 |
| 1873 | 2026-07-31T16:21:11.345Z | Downloaded textwrap v0.15.2 |
| 1874 | 2026-07-31T16:21:11.345Z | Downloaded trybuild v1.0.116 |
| 1875 | 2026-07-31T16:21:11.394Z | Downloaded httpmock v0.8.3 |
| 1876 | 2026-07-31T16:21:13.114Z | Checking cfg-if v1.0.4 |
| 1877 | 2026-07-31T16:21:13.476Z | Checking libc v0.2.185 |
| 1878 | 2026-07-31T16:21:13.479Z | Checking serde_core v1.0.228 |
| 1879 | 2026-07-31T16:21:13.547Z | Checking memchr v2.8.0 |
| 1880 | 2026-07-31T16:21:13.588Z | Checking smallvec v1.15.1 |
| 1881 | 2026-07-31T16:21:13.621Z | Checking zeroize v1.9.0 |
| 1882 | 2026-07-31T16:21:13.656Z | Checking rand_core v0.10.0 |
| 1883 | 2026-07-31T16:21:13.693Z | Checking itoa v1.0.17 |
| 1884 | 2026-07-31T16:21:13.729Z | Checking subtle v2.6.1 |
| 1885 | 2026-07-31T16:21:13.791Z | Checking libm v0.2.16 |
| 1886 | 2026-07-31T16:21:13.827Z | Checking log v0.4.29 |
| 1887 | 2026-07-31T16:21:13.875Z | Checking typenum v1.20.1 |
| 1888 | 2026-07-31T16:21:13.916Z | Checking getrandom v0.4.1 |
| 1889 | 2026-07-31T16:21:13.916Z | Checking errno v0.3.14 |
| 1890 | 2026-07-31T16:21:13.985Z | Checking scopeguard v1.2.0 |
| 1891 | 2026-07-31T16:21:14.024Z | Checking stable_deref_trait v1.2.1 |
| 1892 | 2026-07-31T16:21:14.060Z | Checking zmij v1.0.21 |
| 1893 | 2026-07-31T16:21:14.101Z | Checking zerofrom v0.1.6 |
| 1894 | 2026-07-31T16:21:14.140Z | Checking lock_api v0.4.14 |
| 1895 | 2026-07-31T16:21:14.178Z | Checking percent-encoding v2.3.2 |
| 1896 | 2026-07-31T16:21:14.216Z | Checking litemap v0.8.1 |
| 1897 | 2026-07-31T16:21:14.252Z | Checking yoke v0.8.1 |
| 1898 | 2026-07-31T16:21:14.289Z | Checking writeable v0.6.2 |
| 1899 | 2026-07-31T16:21:14.344Z | Checking icu_properties_data v2.1.2 |
| 1900 | 2026-07-31T16:21:14.383Z | Checking icu_normalizer_data v2.1.1 |
| 1901 | 2026-07-31T16:21:14.420Z | Checking form_urlencoded v1.2.2 |
| 1902 | 2026-07-31T16:21:14.457Z | Checking zerovec v0.11.5 |
| 1903 | 2026-07-31T16:21:14.496Z | Checking zerotrie v0.2.3 |
| 1904 | 2026-07-31T16:21:14.499Z | Checking num-traits v0.2.19 |
| 1905 | 2026-07-31T16:21:14.564Z | Checking utf8_iter v1.0.4 |
| 1906 | 2026-07-31T16:21:14.602Z | Checking zerocopy v0.8.40 |
| 1907 | 2026-07-31T16:21:14.605Z | Checking pin-project-lite v0.2.17 |
| 1908 | 2026-07-31T16:21:14.677Z | Checking parking_lot_core v0.9.12 |
| 1909 | 2026-07-31T16:21:14.718Z | Checking portable-atomic v1.13.1 |
| 1910 | 2026-07-31T16:21:14.756Z | Checking critical-section v1.2.0 |
| 1911 | 2026-07-31T16:21:14.803Z | Checking signal-hook-registry v1.4.8 |
| 1912 | 2026-07-31T16:21:14.887Z | Checking mio v1.2.0 |
| 1913 | 2026-07-31T16:21:14.927Z | Checking tinystr v0.8.2 |
| 1914 | 2026-07-31T16:21:14.930Z | Checking potential_utf v0.1.4 |
| 1915 | 2026-07-31T16:21:14.997Z | Checking serde v1.0.228 |
| 1916 | 2026-07-31T16:21:15.001Z | Checking serde_json v1.0.151 |
| 1917 | 2026-07-31T16:21:15.075Z | Checking bitflags v2.11.0 |
| 1918 | 2026-07-31T16:21:15.116Z | Checking icu_collections v2.1.1 |
| 1919 | 2026-07-31T16:21:15.154Z | Checking icu_locale_core v2.1.1 |
| 1920 | 2026-07-31T16:21:15.157Z | Checking parking_lot v0.12.5 |
| 1921 | 2026-07-31T16:21:15.226Z | Checking once_cell v1.21.3 |
| 1922 | 2026-07-31T16:21:15.270Z | Checking iana-time-zone v0.1.65 |
| 1923 | 2026-07-31T16:21:15.376Z | Checking uuid v1.23.4 |
| 1924 | 2026-07-31T16:21:15.414Z | Checking socket2 v0.6.3 |
| 1925 | 2026-07-31T16:21:15.453Z | Checking bytes v1.11.1 |
| 1926 | 2026-07-31T16:21:15.456Z | Checking chrono v0.4.45 |
| 1927 | 2026-07-31T16:21:15.533Z | Checking semver v1.0.28 |
| 1928 | 2026-07-31T16:21:15.689Z | Checking thiserror v2.0.18 |
| 1929 | 2026-07-31T16:21:15.751Z | Checking dyn-clone v1.0.20 |
| 1930 | 2026-07-31T16:21:15.793Z | Checking icu_provider v2.1.1 |
| 1931 | 2026-07-31T16:21:15.836Z | Checking futures-core v0.3.32 |
| 1932 | 2026-07-31T16:21:15.839Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1933 | 2026-07-31T16:21:15.840Z | Checking equivalent v1.0.2 |
| 1934 | 2026-07-31T16:21:15.947Z | Checking getrandom v0.2.17 |
| 1935 | 2026-07-31T16:21:15.951Z | Checking tokio v1.52.1 |
| 1936 | 2026-07-31T16:21:16.017Z | Checking rustix v1.1.3 |
| 1937 | 2026-07-31T16:21:16.022Z | Checking cmov v0.5.4 |
| 1938 | 2026-07-31T16:21:16.090Z | Checking icu_normalizer v2.1.1 |
| 1939 | 2026-07-31T16:21:16.129Z | Checking icu_properties v2.1.2 |
| 1940 | 2026-07-31T16:21:16.214Z | Checking rand_core v0.6.4 |
| 1941 | 2026-07-31T16:21:16.267Z | Checking ctutils v0.4.2 |
| 1942 | 2026-07-31T16:21:16.347Z | Checking byteorder v1.5.0 |
| 1943 | 2026-07-31T16:21:16.420Z | Checking futures-sink v0.3.32 |
| 1944 | 2026-07-31T16:21:16.423Z | Checking getrandom v0.3.4 |
| 1945 | 2026-07-31T16:21:16.501Z | Checking hybrid-array v0.4.13 |
| 1946 | 2026-07-31T16:21:16.549Z | Checking futures-channel v0.3.32 |
| 1947 | 2026-07-31T16:21:16.584Z | Checking futures-task v0.3.32 |
| 1948 | 2026-07-31T16:21:16.625Z | Checking slab v0.4.12 |
| 1949 | 2026-07-31T16:21:16.749Z | Checking futures-io v0.3.32 |
| 1950 | 2026-07-31T16:21:16.785Z | Checking generic-array v0.14.7 |
| 1951 | 2026-07-31T16:21:16.819Z | Checking hashbrown v0.17.0 |
| 1952 | 2026-07-31T16:21:16.870Z | Checking thiserror v1.0.69 |
| 1953 | 2026-07-31T16:21:16.906Z | Checking futures-util v0.3.32 |
| 1954 | 2026-07-31T16:21:16.964Z | Checking idna_adapter v1.2.1 |
| 1955 | 2026-07-31T16:21:17.008Z | Checking fnv v1.0.7 |
| 1956 | 2026-07-31T16:21:17.111Z | Checking idna v1.1.0 |
| 1957 | 2026-07-31T16:21:17.148Z | Checking regex-syntax v0.8.10 |
| 1958 | 2026-07-31T16:21:17.276Z | Checking base64ct v1.8.3 |
| 1959 | 2026-07-31T16:21:17.312Z | Checking crypto-common v0.2.2 |
| 1960 | 2026-07-31T16:21:17.349Z | Checking indexmap v2.14.0 |
| 1961 | 2026-07-31T16:21:17.352Z | Checking ppv-lite86 v0.2.21 |
| 1962 | 2026-07-31T16:21:17.417Z | Checking url v2.5.8 |
| 1963 | 2026-07-31T16:21:17.532Z | Checking const-oid v0.9.6 |
| 1964 | 2026-07-31T16:21:17.709Z | Checking crypto-common v0.1.7 |
| 1965 | 2026-07-31T16:21:17.852Z | Checking block-buffer v0.12.1 |
| 1966 | 2026-07-31T16:21:17.889Z | Checking schemars v0.8.22 |
| 1967 | 2026-07-31T16:21:17.924Z | Checking block-buffer v0.10.4 |
| 1968 | 2026-07-31T16:21:17.928Z | Checking base64 v0.22.1 |
| 1969 | 2026-07-31T16:21:18.038Z | Checking utf8parse v0.2.2 |
| 1970 | 2026-07-31T16:21:18.094Z | Checking anstyle v1.0.14 |
| 1971 | 2026-07-31T16:21:18.169Z | Checking http v1.4.2 |
| 1972 | 2026-07-31T16:21:18.219Z | Checking tracing-core v0.1.36 |
| 1973 | 2026-07-31T16:21:18.259Z | Checking digest v0.10.7 |
| 1974 | 2026-07-31T16:21:18.296Z | Checking colorchoice v1.0.4 |
| 1975 | 2026-07-31T16:21:18.426Z | Checking is_terminal_polyfill v1.70.2 |
| 1976 | 2026-07-31T16:21:18.465Z | Checking anstyle-query v1.1.5 |
| 1977 | 2026-07-31T16:21:18.500Z | Checking rand_core v0.9.5 |
| 1978 | 2026-07-31T16:21:18.546Z | Checking tracing v0.1.44 |
| 1979 | 2026-07-31T16:21:18.581Z | Checking anstyle-parse v1.0.0 |
| 1980 | 2026-07-31T16:21:18.585Z | Checking terminal_size v0.4.3 |
| 1981 | 2026-07-31T16:21:18.653Z | Checking ipnet v2.11.0 |
| 1982 | 2026-07-31T16:21:18.698Z | Checking const-oid v0.10.2 |
| 1983 | 2026-07-31T16:21:18.736Z | Checking rand_chacha v0.9.0 |
| 1984 | 2026-07-31T16:21:18.771Z | Checking strsim v0.11.1 |
| 1985 | 2026-07-31T16:21:18.809Z | Checking clap_lex v1.0.0 |
| 1986 | 2026-07-31T16:21:18.812Z | Checking anstream v1.0.0 |
| 1987 | 2026-07-31T16:21:18.881Z | Checking aho-corasick v1.1.4 |
| 1988 | 2026-07-31T16:21:18.884Z | Checking crossbeam-utils v0.8.21 |
| 1989 | 2026-07-31T16:21:18.952Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-07-31T16:21:18.956Z | Checking rand v0.9.2 |
| 1991 | 2026-07-31T16:21:18.956Z | Checking powerfmt v0.2.0 |
| 1992 | 2026-07-31T16:21:19.053Z | Checking unicode-ident v1.0.24 |
| 1993 | 2026-07-31T16:21:19.091Z | Checking clap_builder v4.6.0 |
| 1994 | 2026-07-31T16:21:19.161Z | Checking deranged v0.5.8 |
| 1995 | 2026-07-31T16:21:19.201Z | Checking proc-macro2 v1.0.106 |
| 1996 | 2026-07-31T16:21:19.205Z | Checking tokio-util v0.7.18 |
| 1997 | 2026-07-31T16:21:19.274Z | Checking httparse v1.10.1 |
| 1998 | 2026-07-31T16:21:19.352Z | Checking slog v2.8.2 |
| 1999 | 2026-07-31T16:21:19.505Z | Checking num_threads v0.1.7 |
| 2000 | 2026-07-31T16:21:19.544Z | Checking time-core v0.1.8 |
| 2001 | 2026-07-31T16:21:19.548Z | Checking num-conv v0.2.0 |
| 2002 | 2026-07-31T16:21:19.613Z | Checking regex-automata v0.4.14 |
| 2003 | 2026-07-31T16:21:19.650Z | Checking quote v1.0.45 |
| 2004 | 2026-07-31T16:21:19.654Z | Checking digest v0.11.3 |
| 2005 | 2026-07-31T16:21:19.719Z | Checking anyhow v1.0.102 |
| 2006 | 2026-07-31T16:21:19.722Z | Checking fastrand v2.3.0 |
| 2007 | 2026-07-31T16:21:19.845Z | Checking cpufeatures v0.3.0 |
| 2008 | 2026-07-31T16:21:19.883Z | Checking allocator-api2 v0.2.21 |
| 2009 | 2026-07-31T16:21:19.887Z | Checking syn v2.0.117 |
| 2010 | 2026-07-31T16:21:19.954Z | Checking cpufeatures v0.2.17 |
| 2011 | 2026-07-31T16:21:19.957Z | Checking http-body v1.0.1 |
| 2012 | 2026-07-31T16:21:19.986Z | Checking ipnetwork v0.21.1 |
| 2013 | 2026-07-31T16:21:20.052Z | Checking atomic-waker v1.1.2 |
| 2014 | 2026-07-31T16:21:20.110Z | Checking time v0.3.47 |
| 2015 | 2026-07-31T16:21:20.174Z | Checking tempfile v3.25.0 |
| 2016 | 2026-07-31T16:21:20.177Z | Checking aws-lc-sys v0.40.0 |
| 2017 | 2026-07-31T16:21:20.242Z | Checking rustls-pki-types v1.14.0 |
| 2018 | 2026-07-31T16:21:20.246Z | Checking untrusted v0.7.1 |
| 2019 | 2026-07-31T16:21:20.313Z | Checking clap v4.6.1 |
| 2020 | 2026-07-31T16:21:20.395Z | Checking httpdate v1.0.3 |
| 2021 | 2026-07-31T16:21:20.433Z | Checking try-lock v0.2.5 |
| 2022 | 2026-07-31T16:21:20.436Z | Checking h2 v0.4.15 |
| 2023 | 2026-07-31T16:21:20.555Z | Checking tower-layer v0.3.3 |
| 2024 | 2026-07-31T16:21:20.592Z | Checking want v0.3.1 |
| 2025 | 2026-07-31T16:21:20.595Z | Checking tower-service v0.3.3 |
| 2026 | 2026-07-31T16:21:20.716Z | Checking aws-lc-rs v1.16.3 |
| 2027 | 2026-07-31T16:21:20.753Z | Checking ryu v1.0.23 |
| 2028 | 2026-07-31T16:21:20.757Z | Checking hex v0.4.3 |
| 2029 | 2026-07-31T16:21:20.757Z | Checking pem-rfc7468 v0.7.0 |
| 2030 | 2026-07-31T16:21:20.916Z | Checking spin v0.9.8 |
| 2031 | 2026-07-31T16:21:21.002Z | Checking untrusted v0.9.0 |
| 2032 | 2026-07-31T16:21:21.038Z | Checking flagset v0.4.7 |
| 2033 | 2026-07-31T16:21:21.123Z | Checking mime v0.3.17 |
| 2034 | 2026-07-31T16:21:21.159Z | Checking simd-adler32 v0.3.8 |
| 2035 | 2026-07-31T16:21:21.195Z | Checking der v0.7.10 |
| 2036 | 2026-07-31T16:21:21.249Z | Checking http-body-util v0.1.3 |
| 2037 | 2026-07-31T16:21:21.319Z | Checking adler2 v2.0.1 |
| 2038 | 2026-07-31T16:21:21.359Z | Checking oxnet v0.1.6 |
| 2039 | 2026-07-31T16:21:21.421Z | Checking block-padding v0.4.2 |
| 2040 | 2026-07-31T16:21:21.458Z | Checking miniz_oxide v0.8.9 |
| 2041 | 2026-07-31T16:21:21.496Z | Checking camino v1.2.2 |
| 2042 | 2026-07-31T16:21:21.573Z | Checking rustls-webpki v0.103.13 |
| 2043 | 2026-07-31T16:21:21.609Z | Checking pretty-hex v0.4.1 |
| 2044 | 2026-07-31T16:21:21.643Z | Checking openssl-probe v0.2.1 |
| 2045 | 2026-07-31T16:21:21.780Z | Checking inout v0.2.2 |
| 2046 | 2026-07-31T16:21:21.827Z | Checking serde_urlencoded v0.7.1 |
| 2047 | 2026-07-31T16:21:21.830Z | Checking encoding_rs v0.8.35 |
| 2048 | 2026-07-31T16:21:21.898Z | Checking plain v0.2.3 |
| 2049 | 2026-07-31T16:21:21.936Z | Checking regex v1.12.3 |
| 2050 | 2026-07-31T16:21:21.971Z | Checking rand_chacha v0.3.1 |
| 2051 | 2026-07-31T16:21:22.024Z | Checking rustls v0.23.41 |
| 2052 | 2026-07-31T16:21:22.061Z | Checking ucd-trie v0.1.7 |
| 2053 | 2026-07-31T16:21:22.096Z | Checking cipher v0.5.2 |
| 2054 | 2026-07-31T16:21:22.187Z | Checking spki v0.7.3 |
| 2055 | 2026-07-31T16:21:22.224Z | Checking rand v0.8.6 |
| 2056 | 2026-07-31T16:21:22.227Z | Checking pest v2.8.6 |
| 2057 | 2026-07-31T16:21:22.294Z | Checking futures-executor v0.3.32 |
| 2058 | 2026-07-31T16:21:22.361Z | Checking sync_wrapper v1.0.2 |
| 2059 | 2026-07-31T16:21:22.398Z | Checking crc32fast v1.5.0 |
| 2060 | 2026-07-31T16:21:22.473Z | Checking futures v0.3.32 |
| 2061 | 2026-07-31T16:21:22.510Z | Checking tower v0.5.3 |
| 2062 | 2026-07-31T16:21:22.569Z | Checking either v1.15.0 |
| 2063 | 2026-07-31T16:21:22.607Z | Checking iri-string v0.7.10 |
| 2064 | 2026-07-31T16:21:22.773Z | Checking pkcs8 v0.10.2 |
| 2065 | 2026-07-31T16:21:22.810Z | Checking bit-vec v0.8.0 |
| 2066 | 2026-07-31T16:21:22.849Z | Checking zlib-rs v0.6.2 |
| 2067 | 2026-07-31T16:21:22.925Z | Checking foldhash v0.2.0 |
| 2068 | 2026-07-31T16:21:22.962Z | Checking static_assertions v1.1.0 |
| 2069 | 2026-07-31T16:21:23.031Z | Checking bit-set v0.8.0 |
| 2070 | 2026-07-31T16:21:23.069Z | Checking sha2 v0.10.9 |
| 2071 | 2026-07-31T16:21:23.110Z | Checking hashbrown v0.16.1 |
| 2072 | 2026-07-31T16:21:23.205Z | Checking openapiv3 v2.2.0 |
| 2073 | 2026-07-31T16:21:23.285Z | Checking hyper v1.10.1 |
| 2074 | 2026-07-31T16:21:23.333Z | Checking wait-timeout v0.2.1 |
| 2075 | 2026-07-31T16:21:23.370Z | Checking lazy_static v1.5.0 |
| 2076 | 2026-07-31T16:21:23.484Z | Checking hubpack v0.1.2 |
| 2077 | 2026-07-31T16:21:23.521Z | Checking quick-error v1.2.3 |
| 2078 | 2026-07-31T16:21:23.626Z | Checking rustls-native-certs v0.8.3 |
| 2079 | 2026-07-31T16:21:23.665Z | Checking rusty-fork v0.3.1 |
| 2080 | 2026-07-31T16:21:23.668Z | Checking tower-http v0.6.8 |
| 2081 | 2026-07-31T16:21:23.732Z | Checking rand_xorshift v0.4.0 |
| 2082 | 2026-07-31T16:21:23.767Z | Checking flate2 v1.1.9 |
| 2083 | 2026-07-31T16:21:23.801Z | Checking strum v0.26.3 |
| 2084 | 2026-07-31T16:21:23.860Z | Checking psl-types v2.0.11 |
| 2085 | 2026-07-31T16:21:23.896Z | Checking unarray v0.1.4 |
| 2086 | 2026-07-31T16:21:23.938Z | Checking cookie v0.18.1 |
| 2087 | 2026-07-31T16:21:23.997Z | Checking signature v2.2.0 |
| 2088 | 2026-07-31T16:21:24.032Z | Checking proptest v1.11.0 |
| 2089 | 2026-07-31T16:21:24.036Z | Checking publicsuffix v2.3.0 |
| 2090 | 2026-07-31T16:21:24.105Z | Checking num-integer v0.1.46 |
| 2091 | 2026-07-31T16:21:24.151Z | Checking tinyvec_macros v0.1.1 |
| 2092 | 2026-07-31T16:21:24.193Z | Checking scroll v0.13.0 |
| 2093 | 2026-07-31T16:21:24.232Z | Checking cookie_store v0.22.1 |
| 2094 | 2026-07-31T16:21:24.235Z | Checking hyper-util v0.1.20 |
| 2095 | 2026-07-31T16:21:24.303Z | Checking tinyvec v1.10.0 |
| 2096 | 2026-07-31T16:21:24.307Z | Checking tokio-rustls v0.26.4 |
| 2097 | 2026-07-31T16:21:24.372Z | Checking rustls-platform-verifier v0.6.2 |
| 2098 | 2026-07-31T16:21:24.438Z | Checking goblin v0.10.5 |
| 2099 | 2026-07-31T16:21:24.487Z | Checking anstyle-parse v0.2.7 |
| 2100 | 2026-07-31T16:21:24.534Z | Checking ahash v0.8.12 |
| 2101 | 2026-07-31T16:21:24.588Z | Checking serde_spanned v0.6.9 |
| 2102 | 2026-07-31T16:21:24.591Z | Checking toml_datetime v0.6.11 |
| 2103 | 2026-07-31T16:21:24.656Z | Checking memmap2 v0.9.10 |
| 2104 | 2026-07-31T16:21:24.691Z | Checking anstream v0.6.21 |
| 2105 | 2026-07-31T16:21:24.741Z | Checking dtrace-parser v0.3.0 |
| 2106 | 2026-07-31T16:21:24.776Z | Checking thread-id v5.1.0 |
| 2107 | 2026-07-31T16:21:24.827Z | Checking data-encoding v2.10.0 |
| 2108 | 2026-07-31T16:21:24.864Z | Checking x509-cert v0.2.5 |
| 2109 | 2026-07-31T16:21:24.899Z | Checking bstr v1.12.1 |
| 2110 | 2026-07-31T16:21:24.933Z | Checking hmac v0.12.1 |
| 2111 | 2026-07-31T16:21:25.002Z | Checking num-iter v0.1.45 |
| 2112 | 2026-07-31T16:21:25.097Z | Checking crossbeam-epoch v0.9.18 |
| 2113 | 2026-07-31T16:21:25.135Z | Checking memoffset v0.9.1 |
| 2114 | 2026-07-31T16:21:25.169Z | Checking scroll v0.12.0 |
| 2115 | 2026-07-31T16:21:25.241Z | Checking env_filter v1.0.0 |
| 2116 | 2026-07-31T16:21:25.314Z | Checking num-bigint-dig v0.8.6 |
| 2117 | 2026-07-31T16:21:25.353Z | Checking pkcs1 v0.7.5 |
| 2118 | 2026-07-31T16:21:25.414Z | Checking env_logger v0.11.9 |
| 2119 | 2026-07-31T16:21:25.417Z | Checking goblin v0.8.2 |
| 2120 | 2026-07-31T16:21:25.518Z | Checking zerocopy v0.7.35 |
| 2121 | 2026-07-31T16:21:25.557Z | Checking hyper-rustls v0.27.7 |
| 2122 | 2026-07-31T16:21:25.593Z | Checking rustix v0.38.44 |
| 2123 | 2026-07-31T16:21:25.664Z | Checking foreign-types-shared v0.1.1 |
| 2124 | 2026-07-31T16:21:25.780Z | Checking unicode-segmentation v1.12.0 |
| 2125 | 2026-07-31T16:21:25.818Z | Checking reqwest v0.13.2 |
| 2126 | 2026-07-31T16:21:25.856Z | Checking newtype-uuid v1.3.2 |
| 2127 | 2026-07-31T16:21:26.032Z | Checking foreign-types v0.3.2 |
| 2128 | 2026-07-31T16:21:26.086Z | Checking daft v0.1.7 |
| 2129 | 2026-07-31T16:21:26.123Z | Checking nix v0.31.2 |
| 2130 | 2026-07-31T16:21:26.160Z | Checking dtrace-parser v0.2.0 |
| 2131 | 2026-07-31T16:21:26.164Z | Checking rsa v0.9.10 |
| 2132 | 2026-07-31T16:21:26.356Z | Checking ff v0.13.1 |
| 2133 | 2026-07-31T16:21:26.401Z | Checking openssl-sys v0.9.115 |
| 2134 | 2026-07-31T16:21:26.439Z | Checking thread-id v4.2.2 |
| 2135 | 2026-07-31T16:21:26.513Z | Checking base16ct v0.2.0 |
| 2136 | 2026-07-31T16:21:26.550Z | Checking same-file v1.0.6 |
| 2137 | 2026-07-31T16:21:26.671Z | Checking winnow v0.5.40 |
| 2138 | 2026-07-31T16:21:26.711Z | Checking walkdir v2.5.0 |
| 2139 | 2026-07-31T16:21:26.714Z | Checking sec1 v0.7.3 |
| 2140 | 2026-07-31T16:21:26.744Z | Checking group v0.13.0 |
| 2141 | 2026-07-31T16:21:26.815Z | Checking dof v0.4.0 |
| 2142 | 2026-07-31T16:21:26.815Z | Checking openssl v0.10.79 |
| 2143 | 2026-07-31T16:21:26.897Z | Checking hkdf v0.12.4 |
| 2144 | 2026-07-31T16:21:26.952Z | Checking serde_with v3.21.0 |
| 2145 | 2026-07-31T16:21:26.989Z | Checking crypto-bigint v0.5.5 |
| 2146 | 2026-07-31T16:21:27.066Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2147 | 2026-07-31T16:21:27.183Z | Checking foldhash v0.1.5 |
| 2148 | 2026-07-31T16:21:27.320Z | Checking dof v0.3.0 |
| 2149 | 2026-07-31T16:21:27.356Z | Checking winnow v0.7.14 |
| 2150 | 2026-07-31T16:21:27.392Z | Checking keccak v0.1.6 |
| 2151 | 2026-07-31T16:21:27.484Z | Checking usdt-impl v0.6.0 |
| 2152 | 2026-07-31T16:21:27.580Z | Checking sha3 v0.10.8 |
| 2153 | 2026-07-31T16:21:27.628Z | Checking usdt-impl v0.5.0 |
| 2154 | 2026-07-31T16:21:27.794Z | Checking usdt v0.6.0 |
| 2155 | 2026-07-31T16:21:27.830Z | Checking hashbrown v0.15.5 |
| 2156 | 2026-07-31T16:21:27.864Z | Checking toml_edit v0.19.15 |
| 2157 | 2026-07-31T16:21:27.917Z | Checking elliptic-curve v0.13.8 |
| 2158 | 2026-07-31T16:21:27.953Z | Checking bzip2 v0.4.4 |
| 2159 | 2026-07-31T16:21:27.990Z | Checking unicode-normalization v0.1.25 |
| 2160 | 2026-07-31T16:21:28.141Z | Checking itertools v0.13.0 |
| 2161 | 2026-07-31T16:21:28.244Z | Checking siphasher v1.0.2 |
| 2162 | 2026-07-31T16:21:28.309Z | Checking winnow v1.0.3 |
| 2163 | 2026-07-31T16:21:28.413Z | Checking bitflags v1.3.2 |
| 2164 | 2026-07-31T16:21:28.453Z | Checking zip v0.6.6 |
| 2165 | 2026-07-31T16:21:28.456Z | Checking signal-hook v0.3.18 |
| 2166 | 2026-07-31T16:21:28.525Z | Checking toml_write v0.1.2 |
| 2167 | 2026-07-31T16:21:28.565Z | Checking managed v0.8.0 |
| 2168 | 2026-07-31T16:21:28.620Z | Checking toml_parser v1.1.2+spec-1.1.0 |
| 2169 | 2026-07-31T16:21:28.674Z | Checking globset v0.4.18 |
| 2170 | 2026-07-31T16:21:28.721Z | Checking toml_edit v0.22.27 |
| 2171 | 2026-07-31T16:21:28.775Z | Checking chacha20 v0.10.0 |
| 2172 | 2026-07-31T16:21:28.834Z | Checking curve25519-dalek v4.1.3 |
| 2173 | 2026-07-31T16:21:28.890Z | Checking toml v0.7.8 |
| 2174 | 2026-07-31T16:21:28.926Z | Checking native-tls v0.2.18 |
| 2175 | 2026-07-31T16:21:28.961Z | Checking object v0.37.3 |
| 2176 | 2026-07-31T16:21:28.996Z | Checking signal-hook-mio v0.2.5 |
| 2177 | 2026-07-31T16:21:29.053Z | Checking ed25519 v2.2.3 |
| 2178 | 2026-07-31T16:21:29.125Z | Checking ref-cast v1.0.25 |
| 2179 | 2026-07-31T16:21:29.161Z | Checking tokio-native-tls v0.3.1 |
| 2180 | 2026-07-31T16:21:29.204Z | Checking pin-project v1.1.11 |
| 2181 | 2026-07-31T16:21:29.241Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2182 | 2026-07-31T16:21:29.278Z | Checking pem v3.0.6 |
| 2183 | 2026-07-31T16:21:29.281Z | Checking bumpalo v3.20.2 |
| 2184 | 2026-07-31T16:21:29.347Z | Checking hyper-tls v0.6.0 |
| 2185 | 2026-07-31T16:21:29.351Z | Checking libbz2-rs-sys v0.2.2 |
| 2186 | 2026-07-31T16:21:29.415Z | Checking zstd-safe v7.2.4 |
| 2187 | 2026-07-31T16:21:29.464Z | Checking fixedbitset v0.5.7 |
| 2188 | 2026-07-31T16:21:29.531Z | Checking zopfli v0.8.3 |
| 2189 | 2026-07-31T16:21:29.568Z | Checking reqwest v0.12.28 |
| 2190 | 2026-07-31T16:21:29.607Z | Checking zstd v0.13.3 |
| 2191 | 2026-07-31T16:21:29.643Z | Checking ed25519-dalek v2.2.0 |
| 2192 | 2026-07-31T16:21:29.682Z | Checking petgraph v0.8.3 |
| 2193 | 2026-07-31T16:21:29.792Z | Checking bzip2 v0.6.1 |
| 2194 | 2026-07-31T16:21:29.829Z | Checking snafu v0.8.9 |
| 2195 | 2026-07-31T16:21:29.864Z | Checking crossterm v0.28.1 |
| 2196 | 2026-07-31T16:21:29.902Z | Checking olpc-cjson v0.1.4 |
| 2197 | 2026-07-31T16:21:29.907Z | Checking similar v2.7.0 |
| 2198 | 2026-07-31T16:21:29.978Z | Checking fs-err v3.3.0 |
| 2199 | 2026-07-31T16:21:30.069Z | Checking hash32 v0.2.1 |
| 2200 | 2026-07-31T16:21:30.105Z | Checking serde_plain v1.0.2 |
| 2201 | 2026-07-31T16:21:30.253Z | Checking serde-big-array v0.5.1 |
| 2202 | 2026-07-31T16:21:30.292Z | Checking typed-path v0.9.3 |
| 2203 | 2026-07-31T16:21:30.330Z | Checking unicode-properties v0.1.4 |
| 2204 | 2026-07-31T16:21:30.334Z | Checking unicode-bidi v0.3.18 |
| 2205 | 2026-07-31T16:21:30.398Z | Checking predicates-core v1.0.10 |
| 2206 | 2026-07-31T16:21:30.435Z | Checking jiff v0.2.21 |
| 2207 | 2026-07-31T16:21:30.543Z | Checking heapless v0.7.17 |
| 2208 | 2026-07-31T16:21:30.580Z | Checking hickory-proto v0.25.2 |
| 2209 | 2026-07-31T16:21:30.613Z | Checking byte-wrapper v0.1.0 |
| 2210 | 2026-07-31T16:21:30.679Z | Checking stringprep v0.1.5 |
| 2211 | 2026-07-31T16:21:30.840Z | Checking md-5 v0.10.6 |
| 2212 | 2026-07-31T16:21:30.877Z | Checking float-cmp v0.10.0 |
| 2213 | 2026-07-31T16:21:30.976Z | Checking difflib v0.4.0 |
| 2214 | 2026-07-31T16:21:31.013Z | Checking fallible-iterator v0.2.0 |
| 2215 | 2026-07-31T16:21:31.048Z | Checking normalize-line-endings v0.3.0 |
| 2216 | 2026-07-31T16:21:31.085Z | Checking tough v0.22.0 |
| 2217 | 2026-07-31T16:21:31.169Z | Checking smoltcp v0.9.1 |
| 2218 | 2026-07-31T16:21:31.204Z | Checking predicates v3.1.4 |
| 2219 | 2026-07-31T16:21:31.246Z | Checking iddqd v0.4.2 |
| 2220 | 2026-07-31T16:21:31.284Z | Checking phf_shared v0.13.1 |
| 2221 | 2026-07-31T16:21:31.320Z | Checking postgres-protocol v0.6.10 |
| 2222 | 2026-07-31T16:21:31.511Z | Checking phf_shared v0.11.3 |
| 2223 | 2026-07-31T16:21:31.548Z | Checking tokio-stream v0.1.18 |
| 2224 | 2026-07-31T16:21:31.659Z | Checking buf-list v1.1.2 |
| 2225 | 2026-07-31T16:21:31.696Z | Checking strum v0.27.2 |
| 2226 | 2026-07-31T16:21:31.771Z | Checking fixedbitset v0.4.2 |
| 2227 | 2026-07-31T16:21:31.836Z | Checking precomputed-hash v0.1.1 |
| 2228 | 2026-07-31T16:21:31.873Z | Checking new_debug_unreachable v1.0.6 |
| 2229 | 2026-07-31T16:21:31.951Z | Checking lalrpop-util v0.19.12 |
| 2230 | 2026-07-31T16:21:31.956Z | Checking petgraph v0.6.5 |
| 2231 | 2026-07-31T16:21:31.991Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2232 | 2026-07-31T16:21:32.062Z | Checking string_cache v0.8.9 |
| 2233 | 2026-07-31T16:21:32.150Z | Checking postgres-types v0.2.12 |
| 2234 | 2026-07-31T16:21:32.187Z | Checking phf v0.13.1 |
| 2235 | 2026-07-31T16:21:32.259Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2236 | 2026-07-31T16:21:32.366Z | Checking whoami v2.1.0 |
| 2237 | 2026-07-31T16:21:32.497Z | Checking peg-runtime v0.8.5 |
| 2238 | 2026-07-31T16:21:32.593Z | Checking tokio-postgres v0.7.16 |
| 2239 | 2026-07-31T16:21:32.662Z | Checking is-terminal v0.4.17 |
| 2240 | 2026-07-31T16:21:32.700Z | Checking crossbeam-channel v0.5.15 |
| 2241 | 2026-07-31T16:21:32.736Z | Checking zip v4.6.1 |
| 2242 | 2026-07-31T16:21:32.783Z | Checking thread_local v1.1.9 |
| 2243 | 2026-07-31T16:21:32.979Z | Checking take_mut v0.2.2 |
| 2244 | 2026-07-31T16:21:33.058Z | Checking term v1.2.1 |
| 2245 | 2026-07-31T16:21:33.112Z | Checking slog-async v2.8.0 |
| 2246 | 2026-07-31T16:21:33.148Z | Compiling structmeta-derive v0.3.0 |
| 2247 | 2026-07-31T16:21:33.277Z | Compiling newtype-uuid-macros v0.1.0 |
| 2248 | 2026-07-31T16:21:33.315Z | Checking slog-term v2.9.2 |
| 2249 | 2026-07-31T16:21:33.318Z | Checking match_cfg v0.1.0 |
| 2250 | 2026-07-31T16:21:33.390Z | Checking slog-json v2.6.1 |
| 2251 | 2026-07-31T16:21:33.393Z | Compiling multer v3.1.0 |
| 2252 | 2026-07-31T16:21:33.460Z | Checking hostname v0.3.1 |
| 2253 | 2026-07-31T16:21:33.577Z | Compiling async-stream-impl v0.3.6 |
| 2254 | 2026-07-31T16:21:33.614Z | Compiling dropshot v0.17.1 |
| 2255 | 2026-07-31T16:21:33.618Z | Checking slog-bunyan v2.5.0 |
| 2256 | 2026-07-31T16:21:33.758Z | Compiling dropshot_endpoint v0.17.1 |
| 2257 | 2026-07-31T16:21:33.794Z | Checking debug-ignore v1.0.5 |
| 2258 | 2026-07-31T16:21:33.868Z | Checking progenitor-client v0.14.0 |
| 2259 | 2026-07-31T16:21:33.914Z | Checking sha1 v0.11.0 |
| 2260 | 2026-07-31T16:21:33.951Z | Checking serde_spanned v1.1.1 |
| 2261 | 2026-07-31T16:21:34.057Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2262 | 2026-07-31T16:21:34.114Z | Checking serde_path_to_error v0.1.20 |
| 2263 | 2026-07-31T16:21:34.151Z | Checking toml_datetime v1.1.1+spec-1.1.0 |
| 2264 | 2026-07-31T16:21:34.155Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2265 | 2026-07-31T16:21:34.223Z | Compiling structmeta v0.3.0 |
| 2266 | 2026-07-31T16:21:34.226Z | Checking compression-core v0.4.31 |
| 2267 | 2026-07-31T16:21:34.372Z | Checking toml_writer v1.1.1+spec-1.1.0 |
| 2268 | 2026-07-31T16:21:34.412Z | Checking compression-codecs v0.4.37 |
| 2269 | 2026-07-31T16:21:34.417Z | Checking async-stream v0.3.6 |
| 2270 | 2026-07-31T16:21:34.482Z | Compiling derive-ex v0.1.8 |
| 2271 | 2026-07-31T16:21:34.557Z | Checking rustls-pemfile v2.2.0 |
| 2272 | 2026-07-31T16:21:34.591Z | Checking toml v1.1.2+spec-1.1.0 |
| 2273 | 2026-07-31T16:21:34.626Z | Checking waitgroup v0.1.2 |
| 2274 | 2026-07-31T16:21:34.629Z | Checking async-compression v0.4.41 |
| 2275 | 2026-07-31T16:21:34.629Z | Checking hostname v0.4.2 |
| 2276 | 2026-07-31T16:21:34.726Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2277 | 2026-07-31T16:21:34.762Z | Checking atomicwrites v0.4.4 |
| 2278 | 2026-07-31T16:21:34.768Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2279 | 2026-07-31T16:21:34.833Z | Checking itertools v0.14.0 |
| 2280 | 2026-07-31T16:21:34.869Z | Compiling parse-display-derive v0.10.0 |
| 2281 | 2026-07-31T16:21:34.917Z | Checking macaddr v1.0.1 |
| 2282 | 2026-07-31T16:21:34.954Z | Checking regress v0.10.5 |
| 2283 | 2026-07-31T16:21:34.992Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2284 | 2026-07-31T16:21:35.125Z | Checking instant v0.1.13 |
| 2285 | 2026-07-31T16:21:35.189Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2286 | 2026-07-31T16:21:35.242Z | Checking backoff v0.4.0 |
| 2287 | 2026-07-31T16:21:35.427Z | Checking backon v1.6.0 |
| 2288 | 2026-07-31T16:21:35.469Z | Checking humantime v2.3.0 |
| 2289 | 2026-07-31T16:21:35.472Z | Checking unicode-width v0.2.0 |
| 2290 | 2026-07-31T16:21:35.619Z | Checking progenitor-extras v0.2.0 |
| 2291 | 2026-07-31T16:21:35.682Z | Compiling convert_case v0.4.0 |
| 2292 | 2026-07-31T16:21:35.782Z | Checking heck v0.5.0 |
| 2293 | 2026-07-31T16:21:35.870Z | Checking half v2.7.1 |
| 2294 | 2026-07-31T16:21:35.907Z | Checking ciborium-io v0.2.2 |
| 2295 | 2026-07-31T16:21:35.986Z | Checking camino-tempfile v1.4.1 |
| 2296 | 2026-07-31T16:21:36.029Z | Checking secrecy v0.10.3 |
| 2297 | 2026-07-31T16:21:36.073Z | Compiling derive_more v0.99.20 |
| 2298 | 2026-07-31T16:21:36.133Z | Checking indent_write v2.2.0 |
| 2299 | 2026-07-31T16:21:36.170Z | Compiling test-strategy v0.4.5 |
| 2300 | 2026-07-31T16:21:36.173Z | Checking ciborium-ll v0.2.2 |
| 2301 | 2026-07-31T16:21:36.240Z | Compiling regress v0.11.1 |
| 2302 | 2026-07-31T16:21:36.291Z | Compiling crucible-workspace-hack v0.1.0 |
| 2303 | 2026-07-31T16:21:36.374Z | Checking ciborium v0.2.2 |
| 2304 | 2026-07-31T16:21:36.574Z | Checking parse-display v0.10.0 |
| 2305 | 2026-07-31T16:21:36.636Z | Checking inout v0.1.4 |
| 2306 | 2026-07-31T16:21:36.748Z | Checking universal-hash v0.5.1 |
| 2307 | 2026-07-31T16:21:36.802Z | Checking cipher v0.4.4 |
| 2308 | 2026-07-31T16:21:36.838Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2309 | 2026-07-31T16:21:36.901Z | Checking opaque-debug v0.3.1 |
| 2310 | 2026-07-31T16:21:37.045Z | Compiling unsafe-libyaml v0.2.11 |
| 2311 | 2026-07-31T16:21:37.084Z | Checking chacha20 v0.9.1 |
| 2312 | 2026-07-31T16:21:37.317Z | Checking poly1305 v0.8.0 |
| 2313 | 2026-07-31T16:21:37.578Z | Checking blake2 v0.10.6 |
| 2314 | 2026-07-31T16:21:37.618Z | Compiling serde_yaml v0.9.34+deprecated |
| 2315 | 2026-07-31T16:21:37.728Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2316 | 2026-07-31T16:21:37.828Z | Compiling typify-impl v0.6.2 |
| 2317 | 2026-07-31T16:21:37.864Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2318 | 2026-07-31T16:21:38.099Z | Checking thiserror-no-std v2.0.2 |
| 2319 | 2026-07-31T16:21:38.136Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2320 | 2026-07-31T16:21:38.202Z | Checking aead v0.5.2 |
| 2321 | 2026-07-31T16:21:38.238Z | Checking password-hash v0.5.0 |
| 2322 | 2026-07-31T16:21:38.372Z | Checking chacha20poly1305 v0.10.1 |
| 2323 | 2026-07-31T16:21:38.487Z | Checking argon2 v0.5.3 |
| 2324 | 2026-07-31T16:21:38.528Z | Checking vsss-rs v3.3.4 |
| 2325 | 2026-07-31T16:21:38.680Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2326 | 2026-07-31T16:21:38.858Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2327 | 2026-07-31T16:21:39.081Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2328 | 2026-07-31T16:21:39.116Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2329 | 2026-07-31T16:21:39.149Z | Checking crossbeam-deque v0.8.6 |
| 2330 | 2026-07-31T16:21:39.184Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2331 | 2026-07-31T16:21:39.341Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2332 | 2026-07-31T16:21:39.381Z | Checking swrite v0.1.0 |
| 2333 | 2026-07-31T16:21:39.384Z | Compiling rayon-core v1.13.0 |
| 2334 | 2026-07-31T16:21:39.482Z | Compiling num-derive v0.4.2 |
| 2335 | 2026-07-31T16:21:39.520Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2336 | 2026-07-31T16:21:39.654Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2337 | 2026-07-31T16:21:39.799Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2338 | 2026-07-31T16:21:39.914Z | Compiling proc-macro-error v1.0.4 |
| 2339 | 2026-07-31T16:21:40.057Z | Checking rayon v1.11.0 |
| 2340 | 2026-07-31T16:21:40.251Z | Checking tabwriter v1.4.1 |
| 2341 | 2026-07-31T16:21:40.422Z | Compiling proc-macro-crate v3.4.0 |
| 2342 | 2026-07-31T16:21:40.459Z | Checking toml v0.8.23 |
| 2343 | 2026-07-31T16:21:40.804Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2344 | 2026-07-31T16:21:40.807Z | Checking colored v3.1.1 |
| 2345 | 2026-07-31T16:21:40.875Z | Checking glob v0.3.3 |
| 2346 | 2026-07-31T16:21:40.882Z | Compiling itertools v0.15.0 |
| 2347 | 2026-07-31T16:21:40.945Z | Compiling heapless v0.8.0 |
| 2348 | 2026-07-31T16:21:40.985Z | Compiling num_enum_derive v0.7.6 |
| 2349 | 2026-07-31T16:21:41.061Z | Checking hash32 v0.3.1 |
| 2350 | 2026-07-31T16:21:41.099Z | Compiling smoltcp v0.11.0 |
| 2351 | 2026-07-31T16:21:41.218Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2352 | 2026-07-31T16:21:41.559Z | Checking cobs v0.3.0 |
| 2353 | 2026-07-31T16:21:41.563Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2354 | 2026-07-31T16:21:41.627Z | Checking rand v0.10.1 |
| 2355 | 2026-07-31T16:21:41.729Z | Checking postcard v1.1.3 |
| 2356 | 2026-07-31T16:21:41.773Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2357 | 2026-07-31T16:21:41.871Z | Compiling proc-macro-crate v1.3.1 |
| 2358 | 2026-07-31T16:21:42.056Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2359 | 2026-07-31T16:21:42.093Z | Checking num_enum v0.7.6 |
| 2360 | 2026-07-31T16:21:42.136Z | Checking sigpipe v0.1.3 |
| 2361 | 2026-07-31T16:21:42.239Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2362 | 2026-07-31T16:21:42.275Z | Compiling foreign-types-macros v0.2.3 |
| 2363 | 2026-07-31T16:21:42.308Z | Checking foreign-types-shared v0.3.1 |
| 2364 | 2026-07-31T16:21:42.311Z | Compiling ingot-macros v0.2.0 |
| 2365 | 2026-07-31T16:21:42.374Z | Compiling typify-macro v0.6.2 |
| 2366 | 2026-07-31T16:21:42.378Z | Compiling num_enum_derive v0.5.11 |
| 2367 | 2026-07-31T16:21:42.588Z | Compiling usdt-attr-macro v0.5.0 |
| 2368 | 2026-07-31T16:21:42.692Z | Compiling usdt-macro v0.5.0 |
| 2369 | 2026-07-31T16:21:42.880Z | Checking foreign-types v0.5.0 |
| 2370 | 2026-07-31T16:21:42.989Z | Checking cstr-argument v0.1.2 |
| 2371 | 2026-07-31T16:21:43.143Z | Checking memmap v0.7.0 |
| 2372 | 2026-07-31T16:21:43.178Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2373 | 2026-07-31T16:21:43.307Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2374 | 2026-07-31T16:21:43.416Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2375 | 2026-07-31T16:21:43.463Z | Checking usdt v0.5.0 |
| 2376 | 2026-07-31T16:21:43.497Z | Checking num_enum v0.5.11 |
| 2377 | 2026-07-31T16:21:43.660Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2378 | 2026-07-31T16:21:43.690Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2379 | 2026-07-31T16:21:43.693Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2380 | 2026-07-31T16:21:43.759Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2381 | 2026-07-31T16:21:43.794Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2382 | 2026-07-31T16:21:43.797Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2383 | 2026-07-31T16:21:43.889Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2384 | 2026-07-31T16:21:43.963Z | Compiling zone_cfg_derive v0.3.1 |
| 2385 | 2026-07-31T16:21:43.967Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2386 | 2026-07-31T16:21:44.087Z | Checking itertools v0.12.1 |
| 2387 | 2026-07-31T16:21:44.155Z | Compiling typify v0.6.2 |
| 2388 | 2026-07-31T16:21:44.226Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2389 | 2026-07-31T16:21:44.294Z | Compiling progenitor-impl v0.14.0 |
| 2390 | 2026-07-31T16:21:44.627Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2391 | 2026-07-31T16:21:44.677Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2392 | 2026-07-31T16:21:44.766Z | Checking smf v0.2.3 |
| 2393 | 2026-07-31T16:21:44.812Z | Checking whoami v1.6.1 |
| 2394 | 2026-07-31T16:21:44.931Z | Compiling derive-where v1.6.0 |
| 2395 | 2026-07-31T16:21:45.019Z | Checking tokio-dtrace v0.1.1 |
| 2396 | 2026-07-31T16:21:45.056Z | Checking console v0.15.11 |
| 2397 | 2026-07-31T16:21:45.131Z | Checking zone v0.3.1 |
| 2398 | 2026-07-31T16:21:45.170Z | Checking ingot-types v0.2.0 |
| 2399 | 2026-07-31T16:21:45.229Z | Checking newline-converter v0.3.0 |
| 2400 | 2026-07-31T16:21:45.265Z | Checking oxide-tokio-rt v0.1.4 |
| 2401 | 2026-07-31T16:21:45.358Z | Checking bytecount v0.6.9 |
| 2402 | 2026-07-31T16:21:45.395Z | Checking expectorate v1.2.0 |
| 2403 | 2026-07-31T16:21:45.465Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2404 | 2026-07-31T16:21:45.502Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2405 | 2026-07-31T16:21:45.536Z | Checking unicode-width v0.1.14 |
| 2406 | 2026-07-31T16:21:45.571Z | Checking ingot v0.2.1 |
| 2407 | 2026-07-31T16:21:45.574Z | Checking num-rational v0.4.2 |
| 2408 | 2026-07-31T16:21:45.642Z | Checking num-complex v0.4.6 |
| 2409 | 2026-07-31T16:21:45.810Z | Compiling cancel-safe-futures v0.1.5 |
| 2410 | 2026-07-31T16:21:45.909Z | Checking float-ord v0.3.2 |
| 2411 | 2026-07-31T16:21:46.003Z | Checking num v0.4.3 |
| 2412 | 2026-07-31T16:21:46.042Z | Checking linear-map v1.2.0 |
| 2413 | 2026-07-31T16:21:46.115Z | Checking gethostname v0.5.0 |
| 2414 | 2026-07-31T16:21:46.233Z | Checking oxide-update-engine-types v0.1.2 |
| 2415 | 2026-07-31T16:21:46.237Z | Compiling prettyplease v0.2.37 |
| 2416 | 2026-07-31T16:21:46.304Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2417 | 2026-07-31T16:21:46.432Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2418 | 2026-07-31T16:21:46.718Z | Checking resolv-conf v0.7.6 |
| 2419 | 2026-07-31T16:21:46.767Z | Compiling owo-colors v4.3.0 |
| 2420 | 2026-07-31T16:21:46.882Z | Compiling progenitor-macro v0.14.0 |
| 2421 | 2026-07-31T16:21:46.934Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2422 | 2026-07-31T16:21:47.168Z | Checking oxide-update-engine v0.1.2 |
| 2423 | 2026-07-31T16:21:47.255Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2424 | 2026-07-31T16:21:47.336Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2425 | 2026-07-31T16:21:47.548Z | Checking smawk v0.3.2 |
| 2426 | 2026-07-31T16:21:47.634Z | Checking unicode-linebreak v0.1.5 |
| 2427 | 2026-07-31T16:21:47.712Z | Checking papergrid v0.11.0 |
| 2428 | 2026-07-31T16:21:47.879Z | Compiling tabled_derive v0.7.0 |
| 2429 | 2026-07-31T16:21:47.917Z | Compiling convert_case v0.10.0 |
| 2430 | 2026-07-31T16:21:48.248Z | Compiling slog-dtrace v0.3.0 |
| 2431 | 2026-07-31T16:21:48.330Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2432 | 2026-07-31T16:21:48.372Z | Compiling derive_more-impl v2.1.1 |
| 2433 | 2026-07-31T16:21:48.413Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2434 | 2026-07-31T16:21:48.606Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2435 | 2026-07-31T16:21:48.781Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2436 | 2026-07-31T16:21:48.867Z | Checking tabled v0.15.0 |
| 2437 | 2026-07-31T16:21:49.245Z | Checking derive_more v2.1.1 |
| 2438 | 2026-07-31T16:21:49.351Z | Checking crossterm v0.29.0 |
| 2439 | 2026-07-31T16:21:49.479Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2440 | 2026-07-31T16:21:50.517Z | Checking linked-hash-map v0.5.6 |
| 2441 | 2026-07-31T16:21:50.528Z | Checking lru-cache v0.1.2 |
| 2442 | 2026-07-31T16:21:50.528Z | Checking hickory-proto v0.24.4 |
| 2443 | 2026-07-31T16:21:50.528Z | Checking fd-lock v4.0.4 |
| 2444 | 2026-07-31T16:21:51.144Z | Checking vte v0.14.1 |
| 2445 | 2026-07-31T16:21:51.148Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2446 | 2026-07-31T16:21:51.148Z | Checking display-error-chain v0.2.2 |
| 2447 | 2026-07-31T16:21:51.200Z | Checking strip-ansi-escapes v0.2.1 |
| 2448 | 2026-07-31T16:21:51.717Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2449 | 2026-07-31T16:21:51.886Z | Checking progenitor v0.14.0 |
| 2450 | 2026-07-31T16:21:52.104Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2451 | 2026-07-31T16:21:52.538Z | Checking termtree v0.5.1 |
| 2452 | 2026-07-31T16:21:52.577Z | Checking nu-ansi-term v0.50.3 |
| 2453 | 2026-07-31T16:21:52.819Z | Checking reedline v0.40.0 |
| 2454 | 2026-07-31T16:21:52.822Z | Checking hickory-resolver v0.24.4 |
| 2455 | 2026-07-31T16:21:52.960Z | Checking textwrap v0.16.2 |
| 2456 | 2026-07-31T16:21:53.160Z | Compiling minimal-lexical v0.2.1 |
| 2457 | 2026-07-31T16:21:53.363Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2458 | 2026-07-31T16:21:53.448Z | Compiling nom v7.1.3 |
| 2459 | 2026-07-31T16:21:53.610Z | Checking qorb v0.4.1 |
| 2460 | 2026-07-31T16:21:53.841Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2461 | 2026-07-31T16:21:53.900Z | Compiling unicode-xid v0.2.6 |
| 2462 | 2026-07-31T16:21:54.002Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2463 | 2026-07-31T16:21:54.445Z | Compiling ar_archive_writer v0.5.1 |
| 2464 | 2026-07-31T16:21:54.614Z | Checking csv-core v0.1.13 |
| 2465 | 2026-07-31T16:21:54.699Z | Compiling stacker v0.1.23 |
| 2466 | 2026-07-31T16:21:54.811Z | Compiling cfg_aliases v0.1.1 |
| 2467 | 2026-07-31T16:21:54.846Z | Checking csv v1.4.0 |
| 2468 | 2026-07-31T16:21:54.850Z | Compiling semver v0.1.20 |
| 2469 | 2026-07-31T16:21:54.918Z | Checking highway v1.3.0 |
| 2470 | 2026-07-31T16:21:55.034Z | Compiling nix v0.28.0 |
| 2471 | 2026-07-31T16:21:55.069Z | Checking nibble_vec v0.1.0 |
| 2472 | 2026-07-31T16:21:55.173Z | Compiling rustc_version v0.1.7 |
| 2473 | 2026-07-31T16:21:55.210Z | Checking endian-type v0.1.2 |
| 2474 | 2026-07-31T16:21:55.246Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2475 | 2026-07-31T16:21:55.250Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2476 | 2026-07-31T16:21:55.312Z | Compiling psm v0.1.30 |
| 2477 | 2026-07-31T16:21:55.364Z | Checking radix_trie v0.2.1 |
| 2478 | 2026-07-31T16:21:55.434Z | Compiling newtype_derive v0.1.6 |
| 2479 | 2026-07-31T16:21:55.476Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2480 | 2026-07-31T16:21:55.602Z | Checking phf_shared v0.12.1 |
| 2481 | 2026-07-31T16:21:55.653Z | Checking nom v8.0.0 |
| 2482 | 2026-07-31T16:21:55.777Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2483 | 2026-07-31T16:21:55.815Z | Compiling chrono-tz v0.10.4 |
| 2484 | 2026-07-31T16:21:55.999Z | Checking phf v0.12.1 |
| 2485 | 2026-07-31T16:21:56.178Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2486 | 2026-07-31T16:21:56.213Z | Compiling const_format_proc_macros v0.2.34 |
| 2487 | 2026-07-31T16:21:56.250Z | Compiling peg-macros v0.8.5 |
| 2488 | 2026-07-31T16:21:56.250Z | Checking recursive v0.1.1 |
| 2489 | 2026-07-31T16:21:56.411Z | Checking winnow v0.6.26 |
| 2490 | 2026-07-31T16:21:56.691Z | Compiling sqlparser_derive v0.5.0 |
| 2491 | 2026-07-31T16:21:57.084Z | Checking home v0.5.12 |
| 2492 | 2026-07-31T16:21:57.122Z | Checking unicode_categories v0.1.1 |
| 2493 | 2026-07-31T16:21:57.224Z | Checking rustyline v14.0.0 |
| 2494 | 2026-07-31T16:21:57.343Z | Checking const_format v0.2.35 |
| 2495 | 2026-07-31T16:21:57.494Z | Checking sqlparser v0.61.0 |
| 2496 | 2026-07-31T16:21:57.640Z | Checking peg v0.8.5 |
| 2497 | 2026-07-31T16:21:57.645Z | Checking mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2498 | 2026-07-31T16:21:57.645Z | Checking sqlformat v0.3.5 |
| 2499 | 2026-07-31T16:21:57.848Z | Checking bcs v0.1.6 |
| 2500 | 2026-07-31T16:21:57.939Z | Checking client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2501 | 2026-07-31T16:21:58.038Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2502 | 2026-07-31T16:21:58.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2503 | 2026-07-31T16:21:58.147Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2504 | 2026-07-31T16:21:58.219Z | Checking steno v0.4.1 |
| 2505 | 2026-07-31T16:21:58.326Z | Checking sha1 v0.10.6 |
| 2506 | 2026-07-31T16:21:58.647Z | Checking filetime v0.2.27 |
| 2507 | 2026-07-31T16:21:58.815Z | Checking xattr v1.6.1 |
| 2508 | 2026-07-31T16:21:58.978Z | Checking tar v0.4.46 |
| 2509 | 2026-07-31T16:21:59.019Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2510 | 2026-07-31T16:21:59.225Z | Checking base64 v0.21.7 |
| 2511 | 2026-07-31T16:21:59.260Z | Checking subprocess v0.2.15 |
| 2512 | 2026-07-31T16:21:59.394Z | Checking headers-core v0.3.0 |
| 2513 | 2026-07-31T16:21:59.494Z | Checking yasna v0.5.2 |
| 2514 | 2026-07-31T16:21:59.534Z | Checking headers v0.4.1 |
| 2515 | 2026-07-31T16:21:59.574Z | Checking port-file v0.1.0 |
| 2516 | 2026-07-31T16:21:59.781Z | Checking dropshot-api-manager-types v0.7.2 |
| 2517 | 2026-07-31T16:21:59.905Z | Checking rcgen v0.12.1 |
| 2518 | 2026-07-31T16:21:59.972Z | Checking tagptr v0.2.0 |
| 2519 | 2026-07-31T16:22:00.011Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2520 | 2026-07-31T16:22:00.045Z | Checking utf-8 v0.7.6 |
| 2521 | 2026-07-31T16:22:00.148Z | Checking moka v0.12.13 |
| 2522 | 2026-07-31T16:22:00.183Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2523 | 2026-07-31T16:22:00.215Z | Compiling libefi-sys v0.1.0 |
| 2524 | 2026-07-31T16:22:00.252Z | Compiling bitfield-struct v0.6.2 |
| 2525 | 2026-07-31T16:22:00.836Z | Checking hickory-resolver v0.25.2 |
| 2526 | 2026-07-31T16:22:00.871Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2527 | 2026-07-31T16:22:00.903Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2528 | 2026-07-31T16:22:00.974Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2529 | 2026-07-31T16:22:01.157Z | Compiling radium v0.7.0 |
| 2530 | 2026-07-31T16:22:01.193Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2531 | 2026-07-31T16:22:01.478Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2532 | 2026-07-31T16:22:01.522Z | Checking tungstenite v0.21.0 |
| 2533 | 2026-07-31T16:22:01.563Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2534 | 2026-07-31T16:22:01.566Z | Compiling maybe-uninit v2.0.0 |
| 2535 | 2026-07-31T16:22:01.743Z | Checking mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2536 | 2026-07-31T16:22:01.880Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2537 | 2026-07-31T16:22:01.920Z | Checking tap v1.0.1 |
| 2538 | 2026-07-31T16:22:01.973Z | Checking tokio-tungstenite v0.21.0 |
| 2539 | 2026-07-31T16:22:02.141Z | Checking wyz v0.5.1 |
| 2540 | 2026-07-31T16:22:02.186Z | Compiling zerocopy-derive v0.6.6 |
| 2541 | 2026-07-31T16:22:02.288Z | Compiling packed_struct v0.10.1 |
| 2542 | 2026-07-31T16:22:02.325Z | Checking crc-catalog v2.4.0 |
| 2543 | 2026-07-31T16:22:02.359Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2544 | 2026-07-31T16:22:02.362Z | Checking funty v2.0.0 |
| 2545 | 2026-07-31T16:22:02.446Z | Checking crc v3.4.0 |
| 2546 | 2026-07-31T16:22:02.599Z | Compiling packed_struct_codegen v0.10.1 |
| 2547 | 2026-07-31T16:22:02.643Z | Compiling bitfield-macros v0.19.4 |
| 2548 | 2026-07-31T16:22:02.679Z | Compiling indexmap v1.9.3 |
| 2549 | 2026-07-31T16:22:02.739Z | Checking bitvec v1.0.1 |
| 2550 | 2026-07-31T16:22:02.900Z | Checking nodrop v0.1.14 |
| 2551 | 2026-07-31T16:22:03.021Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2552 | 2026-07-31T16:22:03.056Z | Checking zerocopy v0.6.6 |
| 2553 | 2026-07-31T16:22:03.280Z | Checking array-init v0.0.4 |
| 2554 | 2026-07-31T16:22:03.383Z | Checking bitfield v0.19.4 |
| 2555 | 2026-07-31T16:22:03.467Z | Checking smallvec v0.6.14 |
| 2556 | 2026-07-31T16:22:03.606Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2557 | 2026-07-31T16:22:03.682Z | Checking hashbrown v0.12.3 |
| 2558 | 2026-07-31T16:22:03.718Z | Compiling xshell-macros v0.2.7 |
| 2559 | 2026-07-31T16:22:03.722Z | Checking serde-hex v0.1.0 |
| 2560 | 2026-07-31T16:22:04.174Z | Checking xshell v0.2.7 |
| 2561 | 2026-07-31T16:22:04.398Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2562 | 2026-07-31T16:22:04.487Z | Checking ron v0.8.1 |
| 2563 | 2026-07-31T16:22:04.589Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2564 | 2026-07-31T16:22:04.994Z | Checking hashbrown v0.13.2 |
| 2565 | 2026-07-31T16:22:05.030Z | Checking crc-any v2.5.0 |
| 2566 | 2026-07-31T16:22:05.126Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2567 | 2026-07-31T16:22:05.160Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2568 | 2026-07-31T16:22:05.197Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2569 | 2026-07-31T16:22:05.235Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2570 | 2026-07-31T16:22:05.239Z | Checking path-slash v0.1.5 |
| 2571 | 2026-07-31T16:22:05.328Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2572 | 2026-07-31T16:22:05.362Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2573 | 2026-07-31T16:22:05.443Z | Checking object v0.30.4 |
| 2574 | 2026-07-31T16:22:05.478Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2575 | 2026-07-31T16:22:05.667Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2576 | 2026-07-31T16:22:06.079Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2577 | 2026-07-31T16:22:06.165Z | Checking half v1.8.3 |
| 2578 | 2026-07-31T16:22:06.292Z | Checking libscf-sys v1.2.0 |
| 2579 | 2026-07-31T16:22:06.327Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2580 | 2026-07-31T16:22:06.387Z | Checking serde_cbor v0.11.2 |
| 2581 | 2026-07-31T16:22:06.450Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2582 | 2026-07-31T16:22:06.686Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2583 | 2026-07-31T16:22:06.744Z | Compiling proc-macro-error2 v2.0.1 |
| 2584 | 2026-07-31T16:22:06.794Z | Checking papergrid v0.17.0 |
| 2585 | 2026-07-31T16:22:07.128Z | Compiling tabled_derive v0.11.0 |
| 2586 | 2026-07-31T16:22:07.455Z | Checking testing_table v0.3.0 |
| 2587 | 2026-07-31T16:22:07.583Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2588 | 2026-07-31T16:22:07.619Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2589 | 2026-07-31T16:22:07.688Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2590 | 2026-07-31T16:22:07.836Z | Checking maplit v1.0.2 |
| 2591 | 2026-07-31T16:22:07.956Z | Checking crc8 v0.1.1 |
| 2592 | 2026-07-31T16:22:08.003Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2593 | 2026-07-31T16:22:08.083Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2594 | 2026-07-31T16:22:08.373Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2595 | 2026-07-31T16:22:08.382Z | Checking tabled v0.20.0 |
| 2596 | 2026-07-31T16:22:08.420Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#81167659) |
| 2597 | 2026-07-31T16:22:08.455Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2598 | 2026-07-31T16:22:08.606Z | Checking unicase v2.9.0 |
| 2599 | 2026-07-31T16:22:08.799Z | Checking fxhash v0.2.1 |
| 2600 | 2026-07-31T16:22:08.953Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2601 | 2026-07-31T16:22:09.076Z | Compiling darling_core v0.21.3 |
| 2602 | 2026-07-31T16:22:09.290Z | Compiling vergen-lib v0.1.6 |
| 2603 | 2026-07-31T16:22:09.324Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2604 | 2026-07-31T16:22:09.478Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2605 | 2026-07-31T16:22:09.512Z | Compiling diesel_derives v2.3.7 |
| 2606 | 2026-07-31T16:22:09.783Z | Checking scheduled-thread-pool v0.2.7 |
| 2607 | 2026-07-31T16:22:09.816Z | Compiling vergen-gitcl v1.0.8 |
| 2608 | 2026-07-31T16:22:09.961Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2609 | 2026-07-31T16:22:10.080Z | Checking r2d2 v0.8.10 |
| 2610 | 2026-07-31T16:22:10.280Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2611 | 2026-07-31T16:22:10.314Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2612 | 2026-07-31T16:22:10.398Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2613 | 2026-07-31T16:22:10.589Z | Checking downcast-rs v2.0.2 |
| 2614 | 2026-07-31T16:22:10.699Z | Checking ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2615 | 2026-07-31T16:22:10.733Z | Compiling salty v0.3.0 |
| 2616 | 2026-07-31T16:22:11.050Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2617 | 2026-07-31T16:22:11.104Z | Checking ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2618 | 2026-07-31T16:22:11.242Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 2619 | 2026-07-31T16:22:11.322Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2620 | 2026-07-31T16:22:11.421Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 2621 | 2026-07-31T16:22:11.468Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2622 | 2026-07-31T16:22:11.536Z | Compiling darling_macro v0.21.3 |
| 2623 | 2026-07-31T16:22:11.571Z | Checking kstat-rs v0.2.4 |
| 2624 | 2026-07-31T16:22:11.673Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2625 | 2026-07-31T16:22:11.789Z | Checking arc-swap v1.8.2 |
| 2626 | 2026-07-31T16:22:11.857Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2627 | 2026-07-31T16:22:11.969Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2628 | 2026-07-31T16:22:12.001Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2629 | 2026-07-31T16:22:12.056Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2630 | 2026-07-31T16:22:12.089Z | Compiling darling v0.21.3 |
| 2631 | 2026-07-31T16:22:12.092Z | Checking slog-scope v4.4.1 |
| 2632 | 2026-07-31T16:22:12.155Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2633 | 2026-07-31T16:22:12.205Z | Compiling dsl_auto_type v0.2.0 |
| 2634 | 2026-07-31T16:22:12.287Z | Checking rfc6979 v0.4.0 |
| 2635 | 2026-07-31T16:22:12.440Z | Compiling dirs-sys-next v0.1.2 |
| 2636 | 2026-07-31T16:22:12.478Z | Compiling parking_lot_core v0.8.6 |
| 2637 | 2026-07-31T16:22:12.481Z | Compiling crunchy v0.2.4 |
| 2638 | 2026-07-31T16:22:12.756Z | Compiling dirs-next v2.0.0 |
| 2639 | 2026-07-31T16:22:12.892Z | Checking ecdsa v0.16.9 |
| 2640 | 2026-07-31T16:22:12.927Z | Checking slog-stdlog v4.1.1 |
| 2641 | 2026-07-31T16:22:12.927Z | Compiling clang-sys v1.8.1 |
| 2642 | 2026-07-31T16:22:12.995Z | Checking primeorder v0.13.6 |
| 2643 | 2026-07-31T16:22:13.077Z | Compiling git-stub v1.0.0 |
| 2644 | 2026-07-31T16:22:13.260Z | Compiling tiny-keccak v2.0.2 |
| 2645 | 2026-07-31T16:22:13.297Z | Checking p384 v0.13.1 |
| 2646 | 2026-07-31T16:22:13.367Z | Compiling git-stub-vcs v0.1.0 |
| 2647 | 2026-07-31T16:22:13.370Z | Checking slog-envlogger v2.2.0 |
| 2648 | 2026-07-31T16:22:13.556Z | Compiling term v0.7.0 |
| 2649 | 2026-07-31T16:22:13.592Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2650 | 2026-07-31T16:22:13.733Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-07-31T16:22:13.767Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2652 | 2026-07-31T16:22:13.770Z | Checking parking_lot v0.11.2 |
| 2653 | 2026-07-31T16:22:13.910Z | Compiling ascii-canvas v3.0.0 |
| 2654 | 2026-07-31T16:22:13.979Z | Compiling bit-set v0.5.3 |
| 2655 | 2026-07-31T16:22:14.119Z | Checking prefix-trie v0.7.0 |
| 2656 | 2026-07-31T16:22:14.169Z | Compiling itertools v0.10.5 |
| 2657 | 2026-07-31T16:22:14.203Z | Compiling ena v0.14.4 |
| 2658 | 2026-07-31T16:22:14.248Z | Compiling libloading v0.8.9 |
| 2659 | 2026-07-31T16:22:14.415Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2660 | 2026-07-31T16:22:14.469Z | Compiling bindgen v0.71.1 |
| 2661 | 2026-07-31T16:22:14.484Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2662 | 2026-07-31T16:22:14.519Z | Compiling diff v0.1.13 |
| 2663 | 2026-07-31T16:22:14.550Z | Compiling regex-syntax v0.6.29 |
| 2664 | 2026-07-31T16:22:14.750Z | Checking hickory-server v0.25.2 |
| 2665 | 2026-07-31T16:22:14.948Z | Checking sled v0.34.7 |
| 2666 | 2026-07-31T16:22:15.014Z | Compiling cexpr v0.6.0 |
| 2667 | 2026-07-31T16:22:15.237Z | Checking nanorand v0.7.0 |
| 2668 | 2026-07-31T16:22:15.463Z | Compiling rustc-hash v2.1.1 |
| 2669 | 2026-07-31T16:22:15.630Z | Checking flume v0.11.1 |
| 2670 | 2026-07-31T16:22:15.867Z | Compiling lalrpop v0.19.12 |
| 2671 | 2026-07-31T16:22:15.901Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2672 | 2026-07-31T16:22:16.006Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2673 | 2026-07-31T16:22:16.169Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2674 | 2026-07-31T16:22:16.229Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 2675 | 2026-07-31T16:22:16.393Z | Compiling libxml v0.3.3 |
| 2676 | 2026-07-31T16:22:16.460Z | Checking corncobs v0.1.4 |
| 2677 | 2026-07-31T16:22:16.638Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2678 | 2026-07-31T16:22:16.704Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-07-31T16:22:16.903Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2680 | 2026-07-31T16:22:16.936Z | Compiling strum_macros v0.24.3 |
| 2681 | 2026-07-31T16:22:17.103Z | Checking secrecy v0.8.0 |
| 2682 | 2026-07-31T16:22:17.261Z | Compiling fs-err v2.11.0 |
| 2683 | 2026-07-31T16:22:17.490Z | Compiling indoc v1.0.9 |
| 2684 | 2026-07-31T16:22:18.071Z | Checking diesel v2.3.7 |
| 2685 | 2026-07-31T16:22:18.298Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2686 | 2026-07-31T16:22:18.333Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2687 | 2026-07-31T16:22:18.427Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2688 | 2026-07-31T16:22:18.548Z | Compiling progenitor-impl v0.13.0 |
| 2689 | 2026-07-31T16:22:18.583Z | Checking quick-xml v0.37.5 |
| 2690 | 2026-07-31T16:22:18.780Z | Checking derive_builder v0.20.2 |
| 2691 | 2026-07-31T16:22:18.815Z | Compiling oso-derive v0.27.3 |
| 2692 | 2026-07-31T16:22:18.921Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2693 | 2026-07-31T16:22:19.342Z | Compiling trait-variant v0.1.2 |
| 2694 | 2026-07-31T16:22:19.490Z | Checking assert_matches v1.5.0 |
| 2695 | 2026-07-31T16:22:19.593Z | Checking openssl-probe v0.1.6 |
| 2696 | 2026-07-31T16:22:19.915Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2697 | 2026-07-31T16:22:19.993Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2698 | 2026-07-31T16:22:20.492Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2699 | 2026-07-31T16:22:20.740Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2700 | 2026-07-31T16:22:20.869Z | Checking progenitor-client v0.13.0 |
| 2701 | 2026-07-31T16:22:21.142Z | Checking parse-size v1.1.0 |
| 2702 | 2026-07-31T16:22:21.178Z | Compiling progenitor-macro v0.13.0 |
| 2703 | 2026-07-31T16:22:21.301Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2704 | 2026-07-31T16:22:21.683Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2705 | 2026-07-31T16:22:21.729Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 2706 | 2026-07-31T16:22:22.229Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2707 | 2026-07-31T16:22:22.455Z | Checking predicates-tree v1.0.13 |
| 2708 | 2026-07-31T16:22:22.606Z | Checking bb8 v0.8.6 |
| 2709 | 2026-07-31T16:22:22.964Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 2710 | 2026-07-31T16:22:23.167Z | Compiling mime_guess v2.0.5 |
| 2711 | 2026-07-31T16:22:23.564Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2712 | 2026-07-31T16:22:23.729Z | Checking http-range v0.1.5 |
| 2713 | 2026-07-31T16:22:23.891Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2714 | 2026-07-31T16:22:23.894Z | Checking atty v0.2.14 |
| 2715 | 2026-07-31T16:22:24.022Z | Checking nonempty v0.12.0 |
| 2716 | 2026-07-31T16:22:24.260Z | Checking ignore v0.4.25 |
| 2717 | 2026-07-31T16:22:24.580Z | Checking hyper-staticfile v0.10.1 |
| 2718 | 2026-07-31T16:22:24.705Z | Checking globwalk v0.9.1 |
| 2719 | 2026-07-31T16:22:24.901Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2720 | 2026-07-31T16:22:24.936Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2721 | 2026-07-31T16:22:25.226Z | Checking signal-hook-tokio v0.3.1 |
| 2722 | 2026-07-31T16:22:25.394Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2723 | 2026-07-31T16:22:25.520Z | Checking camino-tempfile-ext v0.3.3 |
| 2724 | 2026-07-31T16:22:25.658Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2725 | 2026-07-31T16:22:25.751Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2726 | 2026-07-31T16:22:26.127Z | Checking progenitor v0.13.0 |
| 2727 | 2026-07-31T16:22:26.312Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2728 | 2026-07-31T16:22:26.444Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2729 | 2026-07-31T16:22:26.555Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2730 | 2026-07-31T16:22:26.670Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2731 | 2026-07-31T16:22:26.739Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2732 | 2026-07-31T16:22:27.600Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2733 | 2026-07-31T16:22:28.189Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 2734 | 2026-07-31T16:22:28.527Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2735 | 2026-07-31T16:22:28.596Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2736 | 2026-07-31T16:22:28.784Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2737 | 2026-07-31T16:22:29.041Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2738 | 2026-07-31T16:22:29.581Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2739 | 2026-07-31T16:22:29.695Z | Checking illumos-nvpair v0.3.0 |
| 2740 | 2026-07-31T16:22:29.956Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2741 | 2026-07-31T16:22:29.993Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2742 | 2026-07-31T16:22:30.049Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2743 | 2026-07-31T16:22:30.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2744 | 2026-07-31T16:22:30.384Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2745 | 2026-07-31T16:22:30.420Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2746 | 2026-07-31T16:22:30.597Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=979b72896bc39a876c98fb32fe706da37a4fc408#979b7289) |
| 2747 | 2026-07-31T16:22:30.643Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2748 | 2026-07-31T16:22:30.792Z | Checking tungstenite v0.23.0 |
| 2749 | 2026-07-31T16:22:31.078Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2026-07-31T16:22:31.261Z | Checking tokio-tungstenite v0.23.1 |
| 2751 | 2026-07-31T16:22:31.464Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2752 | 2026-07-31T16:22:31.567Z | Checking void v1.0.2 |
| 2753 | 2026-07-31T16:22:31.711Z | Checking lzss v0.8.2 |
| 2754 | 2026-07-31T16:22:31.938Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2755 | 2026-07-31T16:22:32.372Z | Checking async-bb8-diesel v0.2.1 |
| 2756 | 2026-07-31T16:22:32.645Z | Checking diesel-dtrace v0.5.0 |
| 2757 | 2026-07-31T16:22:32.684Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2758 | 2026-07-31T16:22:32.761Z | Checking nix v0.27.1 |
| 2759 | 2026-07-31T16:22:32.871Z | Checking rand_seeder v0.4.0 |
| 2760 | 2026-07-31T16:22:32.924Z | Checking serde_bytes v0.11.19 |
| 2761 | 2026-07-31T16:22:33.053Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2762 | 2026-07-31T16:22:33.135Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2763 | 2026-07-31T16:22:33.297Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2764 | 2026-07-31T16:22:33.366Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2765 | 2026-07-31T16:22:34.073Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-07-31T16:22:34.296Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2767 | 2026-07-31T16:22:34.331Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2768 | 2026-07-31T16:22:34.703Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2769 | 2026-07-31T16:22:34.842Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2770 | 2026-07-31T16:22:34.928Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2771 | 2026-07-31T16:22:35.323Z | Checking yansi v1.0.1 |
| 2772 | 2026-07-31T16:22:35.577Z | Checking is_ci v1.2.0 |
| 2773 | 2026-07-31T16:22:35.618Z | Checking cpubits v0.1.1 |
| 2774 | 2026-07-31T16:22:35.718Z | Checking pretty_assertions v1.4.1 |
| 2775 | 2026-07-31T16:22:35.750Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2776 | 2026-07-31T16:22:35.886Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 2777 | 2026-07-31T16:22:36.025Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2778 | 2026-07-31T16:22:36.310Z | Checking pem-rfc7468 v1.0.0 |
| 2779 | 2026-07-31T16:22:36.511Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2780 | 2026-07-31T16:22:36.796Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2781 | 2026-07-31T16:22:37.003Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2782 | 2026-07-31T16:22:37.045Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2783 | 2026-07-31T16:22:37.719Z | Checking sha2 v0.11.0 |
| 2784 | 2026-07-31T16:22:37.755Z | Checking hmac v0.13.0 |
| 2785 | 2026-07-31T16:22:37.845Z | Checking universal-hash v0.6.1 |
| 2786 | 2026-07-31T16:22:37.950Z | Compiling libz-sys v1.1.24 |
| 2787 | 2026-07-31T16:22:38.012Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2788 | 2026-07-31T16:22:38.179Z | Compiling instability v0.3.11 |
| 2789 | 2026-07-31T16:22:38.321Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2790 | 2026-07-31T16:22:38.467Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2791 | 2026-07-31T16:22:38.504Z | Checking castaway v0.2.4 |
| 2792 | 2026-07-31T16:22:38.540Z | Compiling indoc v2.0.7 |
| 2793 | 2026-07-31T16:22:38.658Z | Checking compact_str v0.8.1 |
| 2794 | 2026-07-31T16:22:39.061Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 2795 | 2026-07-31T16:22:39.340Z | Checking polyval v0.7.1 |
| 2796 | 2026-07-31T16:22:39.498Z | Checking der v0.8.0 |
| 2797 | 2026-07-31T16:22:39.549Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2798 | 2026-07-31T16:22:39.782Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2799 | 2026-07-31T16:22:39.817Z | Checking unicode-truncate v1.1.0 |
| 2800 | 2026-07-31T16:22:39.999Z | Checking lru v0.12.5 |
| 2801 | 2026-07-31T16:22:40.033Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2802 | 2026-07-31T16:22:40.073Z | Checking cassowary v0.3.0 |
| 2803 | 2026-07-31T16:22:40.292Z | Checking ghash v0.6.0 |
| 2804 | 2026-07-31T16:22:40.327Z | Checking ratatui v0.29.0 |
| 2805 | 2026-07-31T16:22:40.453Z | Checking pbkdf2 v0.13.0 |
| 2806 | 2026-07-31T16:22:40.522Z | Checking aes v0.9.1 |
| 2807 | 2026-07-31T16:22:40.607Z | Checking crypto-bigint v0.7.5 |
| 2808 | 2026-07-31T16:22:40.956Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2809 | 2026-07-31T16:22:41.663Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2810 | 2026-07-31T16:22:41.918Z | Checking ctr v0.10.1 |
| 2811 | 2026-07-31T16:22:42.162Z | Checking aead v0.6.1 |
| 2812 | 2026-07-31T16:22:42.222Z | Checking cargo-platform v0.3.2 |
| 2813 | 2026-07-31T16:22:42.341Z | Checking aes-gcm v0.11.0 |
| 2814 | 2026-07-31T16:22:42.440Z | Checking cargo_metadata v0.23.1 |
| 2815 | 2026-07-31T16:22:42.542Z | Checking spki v0.8.0 |
| 2816 | 2026-07-31T16:22:42.755Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2817 | 2026-07-31T16:22:42.927Z | Checking supports-color v3.0.2 |
| 2818 | 2026-07-31T16:22:43.093Z | Checking console v0.16.2 |
| 2819 | 2026-07-31T16:22:43.226Z | Checking salsa20 v0.11.0 |
| 2820 | 2026-07-31T16:22:43.407Z | Compiling vergen-git2 v9.1.0 |
| 2821 | 2026-07-31T16:22:43.440Z | Checking unit-prefix v0.5.2 |
| 2822 | 2026-07-31T16:22:43.604Z | Checking plotters-backend v0.3.7 |
| 2823 | 2026-07-31T16:22:43.686Z | Checking indicatif v0.18.4 |
| 2824 | 2026-07-31T16:22:43.846Z | Checking plotters-svg v0.3.7 |
| 2825 | 2026-07-31T16:22:44.025Z | Checking scrypt v0.12.0 |
| 2826 | 2026-07-31T16:22:44.101Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2827 | 2026-07-31T16:22:44.137Z | Checking cbc v0.2.1 |
| 2828 | 2026-07-31T16:22:44.221Z | Checking libsw-core v0.3.2 |
| 2829 | 2026-07-31T16:22:44.306Z | Checking cast v0.3.0 |
| 2830 | 2026-07-31T16:22:44.389Z | Checking pkcs5 v0.8.1 |
| 2831 | 2026-07-31T16:22:44.425Z | Checking libsw v3.5.0 |
| 2832 | 2026-07-31T16:22:44.493Z | Checking criterion-plot v0.6.0 |
| 2833 | 2026-07-31T16:22:44.617Z | Checking plotters v0.3.7 |
| 2834 | 2026-07-31T16:22:44.719Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2835 | 2026-07-31T16:22:44.770Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2836 | 2026-07-31T16:22:44.995Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2837 | 2026-07-31T16:22:45.222Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2838 | 2026-07-31T16:22:45.383Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2839 | 2026-07-31T16:22:45.451Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2840 | 2026-07-31T16:22:45.612Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 2841 | 2026-07-31T16:22:45.680Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2842 | 2026-07-31T16:22:45.717Z | Checking colored v2.2.0 |
| 2843 | 2026-07-31T16:22:45.838Z | Checking tinytemplate v1.2.1 |
| 2844 | 2026-07-31T16:22:45.954Z | Checking anes v0.1.6 |
| 2845 | 2026-07-31T16:22:46.091Z | Checking oorandom v11.1.5 |
| 2846 | 2026-07-31T16:22:46.169Z | Checking shell-words v1.1.1 |
| 2847 | 2026-07-31T16:22:46.239Z | Checking criterion v0.7.0 |
| 2848 | 2026-07-31T16:22:46.362Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 2849 | 2026-07-31T16:22:46.646Z | Checking pkcs8 v0.11.0 |
| 2850 | 2026-07-31T16:22:46.881Z | Checking oxide-update-engine-display v0.1.2 |
| 2851 | 2026-07-31T16:22:47.252Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2852 | 2026-07-31T16:22:47.474Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 2853 | 2026-07-31T16:22:48.030Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2854 | 2026-07-31T16:22:48.065Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2855 | 2026-07-31T16:22:48.831Z | Checking tokio-test v0.4.5 |
| 2856 | 2026-07-31T16:22:49.071Z | Checking ff v0.14.0 |
| 2857 | 2026-07-31T16:22:49.242Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2858 | 2026-07-31T16:22:49.471Z | Checking lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2859 | 2026-07-31T16:22:49.844Z | Checking twox-hash v2.1.2 |
| 2860 | 2026-07-31T16:22:49.880Z | Checking constant_time_eq v0.4.2 |
| 2861 | 2026-07-31T16:22:50.053Z | Checking arrayref v0.3.9 |
| 2862 | 2026-07-31T16:22:50.160Z | Checking arrayvec v0.7.6 |
| 2863 | 2026-07-31T16:22:50.245Z | Checking group v0.14.0 |
| 2864 | 2026-07-31T16:22:50.387Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2865 | 2026-07-31T16:22:50.430Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2866 | 2026-07-31T16:22:50.589Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2867 | 2026-07-31T16:22:51.124Z | Checking fatfs v0.3.6 |
| 2868 | 2026-07-31T16:22:51.510Z | Checking signature v3.0.0 |
| 2869 | 2026-07-31T16:22:51.589Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2870 | 2026-07-31T16:22:51.623Z | Checking base16ct v1.0.0 |
| 2871 | 2026-07-31T16:22:51.695Z | Compiling seq-macro v0.3.6 |
| 2872 | 2026-07-31T16:22:51.786Z | Checking sec1 v0.8.1 |
| 2873 | 2026-07-31T16:22:52.035Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2874 | 2026-07-31T16:22:52.236Z | Checking hkdf v0.13.0 |
| 2875 | 2026-07-31T16:22:52.406Z | Checking concurrent-queue v2.5.0 |
| 2876 | 2026-07-31T16:22:52.628Z | Compiling petname v2.0.2 |
| 2877 | 2026-07-31T16:22:52.832Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2878 | 2026-07-31T16:22:52.924Z | Checking parking v2.2.1 |
| 2879 | 2026-07-31T16:22:53.012Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 2880 | 2026-07-31T16:22:53.074Z | Checking event-listener v5.4.1 |
| 2881 | 2026-07-31T16:22:53.299Z | Checking elliptic-curve v0.14.1 |
| 2882 | 2026-07-31T16:22:53.332Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2883 | 2026-07-31T16:22:53.722Z | Checking rtoolbox v0.0.3 |
| 2884 | 2026-07-31T16:22:53.883Z | Checking rpassword v7.5.4 |
| 2885 | 2026-07-31T16:22:54.076Z | Checking event-listener-strategy v0.5.4 |
| 2886 | 2026-07-31T16:22:54.297Z | Checking wnaf v0.14.0 |
| 2887 | 2026-07-31T16:22:54.493Z | Checking primefield v0.14.0 |
| 2888 | 2026-07-31T16:22:54.647Z | Checking rfc6979 v0.6.0 |
| 2889 | 2026-07-31T16:22:54.727Z | Checking tui-tree-widget v0.23.1 |
| 2890 | 2026-07-31T16:22:54.820Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2891 | 2026-07-31T16:22:54.944Z | Checking sapling-renderdag v0.1.0 |
| 2892 | 2026-07-31T16:22:55.017Z | Compiling blake3 v1.8.5 |
| 2893 | 2026-07-31T16:22:55.215Z | Checking sync-ptr v0.1.4 |
| 2894 | 2026-07-31T16:22:55.368Z | Checking futures-timer v3.0.3 |
| 2895 | 2026-07-31T16:22:55.583Z | Checking ecdsa v0.17.0 |
| 2896 | 2026-07-31T16:22:55.929Z | Checking primeorder v0.14.0 |
| 2897 | 2026-07-31T16:22:56.010Z | Checking async-lock v3.4.2 |
| 2898 | 2026-07-31T16:22:56.312Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2899 | 2026-07-31T16:22:56.348Z | Compiling curve25519-dalek v5.0.0 |
| 2900 | 2026-07-31T16:22:56.430Z | Checking async-object-pool v0.2.0 |
| 2901 | 2026-07-31T16:22:56.498Z | Compiling samael v0.0.19 |
| 2902 | 2026-07-31T16:22:56.568Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2903 | 2026-07-31T16:22:56.855Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2904 | 2026-07-31T16:22:56.925Z | Checking ssh-encoding v0.3.0 |
| 2905 | 2026-07-31T16:22:57.209Z | Checking serde_regex v1.1.0 |
| 2906 | 2026-07-31T16:22:57.397Z | Checking assert-json-diff v2.0.2 |
| 2907 | 2026-07-31T16:22:57.600Z | Checking path-tree v0.8.3 |
| 2908 | 2026-07-31T16:22:57.820Z | Checking keccak v0.2.0 |
| 2909 | 2026-07-31T16:22:57.860Z | Checking stringmetrics v2.2.2 |
| 2910 | 2026-07-31T16:22:58.012Z | Compiling strsim v0.10.0 |
| 2911 | 2026-07-31T16:22:58.046Z | Checking topological-sort v0.2.2 |
| 2912 | 2026-07-31T16:22:58.214Z | Checking omicron-zone-package v0.12.3 |
| 2913 | 2026-07-31T16:22:58.358Z | Compiling darling_core v0.13.4 |
| 2914 | 2026-07-31T16:22:59.110Z | Checking httpmock v0.8.3 |
| 2915 | 2026-07-31T16:23:00.166Z | Checking ed25519 v3.0.0 |
| 2916 | 2026-07-31T16:23:00.203Z | Checking crypto-primes v0.7.2 |
| 2917 | 2026-07-31T16:23:00.394Z | Checking pkcs1 v0.8.0-rc.4 |
| 2918 | 2026-07-31T16:23:00.629Z | Checking poly1305 v0.9.0 |
| 2919 | 2026-07-31T16:23:00.922Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2920 | 2026-07-31T16:23:01.171Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2921 | 2026-07-31T16:23:01.277Z | Checking blowfish v0.10.0 |
| 2922 | 2026-07-31T16:23:01.334Z | Checking blake2 v0.11.0-rc.6 |
| 2923 | 2026-07-31T16:23:01.460Z | Compiling target-lexicon v0.13.3 |
| 2924 | 2026-07-31T16:23:01.598Z | Checking gimli v0.32.3 |
| 2925 | 2026-07-31T16:23:01.632Z | Checking argon2 v0.6.0-rc.8 |
| 2926 | 2026-07-31T16:23:01.828Z | Checking bcrypt-pbkdf v0.11.0 |
| 2927 | 2026-07-31T16:23:02.007Z | Checking rsa v0.10.0-rc.18 |
| 2928 | 2026-07-31T16:23:02.046Z | Checking ssh-cipher v0.3.0 |
| 2929 | 2026-07-31T16:23:02.049Z | Checking ed25519-dalek v3.0.0 |
| 2930 | 2026-07-31T16:23:02.298Z | Compiling darling_macro v0.13.4 |
| 2931 | 2026-07-31T16:23:02.337Z | Checking sha3 v0.11.0 |
| 2932 | 2026-07-31T16:23:02.710Z | Checking p256 v0.14.0 |
| 2933 | 2026-07-31T16:23:02.819Z | Checking p384 v0.14.0 |
| 2934 | 2026-07-31T16:23:03.171Z | Checking addr2line v0.25.1 |
| 2935 | 2026-07-31T16:23:03.472Z | Checking p521 v0.14.0 |
| 2936 | 2026-07-31T16:23:03.475Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2937 | 2026-07-31T16:23:03.772Z | Checking kem v0.3.0 |
| 2938 | 2026-07-31T16:23:03.924Z | Checking module-lattice v0.2.3 |
| 2939 | 2026-07-31T16:23:04.175Z | Checking rustc-demangle v0.1.27 |
| 2940 | 2026-07-31T16:23:04.398Z | Checking hex-literal v0.4.1 |
| 2941 | 2026-07-31T16:23:04.433Z | Checking sponge-cursor v0.1.0 |
| 2942 | 2026-07-31T16:23:04.529Z | Compiling guppy-workspace-hack v0.1.0 |
| 2943 | 2026-07-31T16:23:04.590Z | Checking sha3 v0.12.0 |
| 2944 | 2026-07-31T16:23:04.789Z | Checking backtrace v0.3.76 |
| 2945 | 2026-07-31T16:23:04.826Z | Checking ml-kem v0.3.2 |
| 2946 | 2026-07-31T16:23:04.829Z | Compiling darling v0.13.4 |
| 2947 | 2026-07-31T16:23:05.119Z | Checking russh-cryptovec v0.62.0 |
| 2948 | 2026-07-31T16:23:05.203Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2949 | 2026-07-31T16:23:05.309Z | Checking internal-russh-num-bigint v0.5.0 |
| 2950 | 2026-07-31T16:23:05.426Z | Checking num-bigint v0.4.6 |
| 2951 | 2026-07-31T16:23:05.628Z | Checking russh-util v0.52.0 |
| 2952 | 2026-07-31T16:23:05.783Z | Checking generic-array v1.4.3 |
| 2953 | 2026-07-31T16:23:06.161Z | Compiling enum_dispatch v0.3.13 |
| 2954 | 2026-07-31T16:23:06.360Z | Compiling delegate v0.13.5 |
| 2955 | 2026-07-31T16:23:06.397Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2956 | 2026-07-31T16:23:06.464Z | Checking ssh-key v0.7.0-rc.11 |
| 2957 | 2026-07-31T16:23:06.838Z | Compiling target-spec v3.5.7 |
| 2958 | 2026-07-31T16:23:07.135Z | Checking hex-literal v1.1.0 |
| 2959 | 2026-07-31T16:23:07.170Z | Checking md5 v0.8.0 |
| 2960 | 2026-07-31T16:23:07.316Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2961 | 2026-07-31T16:23:07.418Z | Checking russh v0.62.4 |
| 2962 | 2026-07-31T16:23:07.464Z | Compiling git2 v0.20.4 |
| 2963 | 2026-07-31T16:23:07.499Z | Checking cfg-expr v0.20.6 |
| 2964 | 2026-07-31T16:23:07.534Z | Checking backtrace-ext v0.2.1 |
| 2965 | 2026-07-31T16:23:07.681Z | Compiling serde_with_macros v1.5.2 |
| 2966 | 2026-07-31T16:23:07.971Z | Checking supports-color v2.1.0 |
| 2967 | 2026-07-31T16:23:08.029Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2968 | 2026-07-31T16:23:08.135Z | Checking textwrap v0.15.2 |
| 2969 | 2026-07-31T16:23:08.375Z | Checking supports-unicode v2.1.0 |
| 2970 | 2026-07-31T16:23:08.529Z | Checking supports-hyperlinks v2.1.0 |
| 2971 | 2026-07-31T16:23:08.562Z | Checking hashbrown v0.14.5 |
| 2972 | 2026-07-31T16:23:08.680Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2973 | 2026-07-31T16:23:08.899Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2974 | 2026-07-31T16:23:09.085Z | Checking socket2 v0.5.10 |
| 2975 | 2026-07-31T16:23:09.139Z | Checking terminal_size v0.1.17 |
| 2976 | 2026-07-31T16:23:09.278Z | Compiling miette-derive v5.10.0 |
| 2977 | 2026-07-31T16:23:09.358Z | Checking internet-checksum v0.2.1 |
| 2978 | 2026-07-31T16:23:09.392Z | Checking owo-colors v3.5.0 |
| 2979 | 2026-07-31T16:23:10.438Z | Checking miette v5.10.0 |
| 2980 | 2026-07-31T16:23:10.491Z | Checking chumsky v0.9.3 |
| 2981 | 2026-07-31T16:23:10.779Z | Compiling serde_with v1.14.0 |
| 2982 | 2026-07-31T16:23:10.814Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2bfe090eb5318ec8c467157018db2429d4df535b#2bfe090e) |
| 2983 | 2026-07-31T16:23:11.164Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2984 | 2026-07-31T16:23:11.226Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2985 | 2026-07-31T16:23:11.579Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 2986 | 2026-07-31T16:23:11.939Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2987 | 2026-07-31T16:23:11.976Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2988 | 2026-07-31T16:23:12.012Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2989 | 2026-07-31T16:23:12.206Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2990 | 2026-07-31T16:23:12.243Z | Compiling knuffel-derive v3.2.0 |
| 2991 | 2026-07-31T16:23:12.304Z | Checking httptest v0.16.4 |
| 2992 | 2026-07-31T16:23:12.308Z | Checking pathdiff v0.2.3 |
| 2993 | 2026-07-31T16:23:12.479Z | Checking nested v0.1.1 |
| 2994 | 2026-07-31T16:23:12.652Z | Checking guppy v0.17.25 |
| 2995 | 2026-07-31T16:23:12.707Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2996 | 2026-07-31T16:23:13.073Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2997 | 2026-07-31T16:23:13.350Z | Checking similar-asserts v1.7.0 |
| 2998 | 2026-07-31T16:23:13.533Z | Compiling target-triple v1.0.0 |
| 2999 | 2026-07-31T16:23:13.599Z | Compiling polar-core v0.27.3 |
| 3000 | 2026-07-31T16:23:13.635Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3001 | 2026-07-31T16:23:13.722Z | Checking knuffel v3.2.0 |
| 3002 | 2026-07-31T16:23:13.883Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3003 | 2026-07-31T16:23:14.347Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3004 | 2026-07-31T16:23:14.381Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3005 | 2026-07-31T16:23:14.452Z | Checking hickory-client v0.25.2 |
| 3006 | 2026-07-31T16:23:14.758Z | Checking escape8259 v0.5.3 |
| 3007 | 2026-07-31T16:23:14.926Z | Compiling assert_cmd v2.1.2 |
| 3008 | 2026-07-31T16:23:14.988Z | Checking libtest-mimic v0.8.1 |
| 3009 | 2026-07-31T16:23:15.394Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3010 | 2026-07-31T16:23:15.431Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3011 | 2026-07-31T16:23:15.547Z | Checking blake2b_simd v1.0.4 |
| 3012 | 2026-07-31T16:23:15.969Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3013 | 2026-07-31T16:23:16.103Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3014 | 2026-07-31T16:23:16.388Z | Checking tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3015 | 2026-07-31T16:23:16.497Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3016 | 2026-07-31T16:23:16.722Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3017 | 2026-07-31T16:23:16.930Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3018 | 2026-07-31T16:23:16.963Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3019 | 2026-07-31T16:23:17.185Z | Checking fancy-regex v0.14.0 |
| 3020 | 2026-07-31T16:23:17.220Z | Checking serde_tokenstream v0.2.3 |
| 3021 | 2026-07-31T16:23:17.447Z | Checking approx v0.5.1 |
| 3022 | 2026-07-31T16:23:17.482Z | Compiling rstest_macros v0.25.0 |
| 3023 | 2026-07-31T16:23:17.573Z | Checking uzers v0.12.2 |
| 3024 | 2026-07-31T16:23:17.614Z | Checking termcolor v1.4.1 |
| 3025 | 2026-07-31T16:23:17.779Z | Checking constant_time_eq v0.3.1 |
| 3026 | 2026-07-31T16:23:17.813Z | Compiling linkme-impl v0.3.35 |
| 3027 | 2026-07-31T16:23:17.856Z | Checking trybuild v1.0.116 |
| 3028 | 2026-07-31T16:23:17.909Z | Checking rust-argon2 v2.1.0 |
| 3029 | 2026-07-31T16:23:18.191Z | Checking datatest-stable v0.3.3 |
| 3030 | 2026-07-31T16:23:18.550Z | Checking tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3031 | 2026-07-31T16:23:18.553Z | Checking oso v0.27.3 |
| 3032 | 2026-07-31T16:23:18.655Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 3033 | 2026-07-31T16:23:18.837Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3034 | 2026-07-31T16:23:18.952Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3035 | 2026-07-31T16:23:19.009Z | Checking support-bundle-viewer v0.1.2 |
| 3036 | 2026-07-31T16:23:19.280Z | Checking wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3037 | 2026-07-31T16:23:19.523Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3038 | 2026-07-31T16:23:19.747Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 3039 | 2026-07-31T16:23:19.780Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3040 | 2026-07-31T16:23:19.970Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3041 | 2026-07-31T16:23:20.005Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 3042 | 2026-07-31T16:23:20.191Z | Checking drift v0.2.0 |
| 3043 | 2026-07-31T16:23:20.243Z | Checking digest-io v0.1.0 |
| 3044 | 2026-07-31T16:23:20.279Z | Checking rand_distr v0.5.1 |
| 3045 | 2026-07-31T16:23:20.404Z | Checking multimap v0.10.1 |
| 3046 | 2026-07-31T16:23:20.582Z | Compiling linkme v0.3.35 |
| 3047 | 2026-07-31T16:23:20.614Z | Checking rawzip v0.4.4 |
| 3048 | 2026-07-31T16:23:20.655Z | Compiling relative-path v1.9.3 |
| 3049 | 2026-07-31T16:23:20.711Z | Checking dropshot-api-manager v0.7.2 |
| 3050 | 2026-07-31T16:23:21.088Z | Checking tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#de59b950) |
| 3051 | 2026-07-31T16:23:21.868Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3052 | 2026-07-31T16:23:22.392Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 3053 | 2026-07-31T16:23:22.547Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3054 | 2026-07-31T16:23:22.662Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3055 | 2026-07-31T16:23:22.768Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3056 | 2026-07-31T16:23:22.876Z | Checking scuffle v0.1.0 |
| 3057 | 2026-07-31T16:23:23.128Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3058 | 2026-07-31T16:23:23.163Z | Checking cargo_toml v0.21.0 |
| 3059 | 2026-07-31T16:23:23.289Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3060 | 2026-07-31T16:23:23.576Z | Checking partial-io v0.5.4 |
| 3061 | 2026-07-31T16:23:23.749Z | Checking termios v0.3.3 |
| 3062 | 2026-07-31T16:23:23.809Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3063 | 2026-07-31T16:23:23.902Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3064 | 2026-07-31T16:23:23.977Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3065 | 2026-07-31T16:23:24.482Z | Checking rstest v0.25.0 |
| 3066 | 2026-07-31T16:23:25.830Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3067 | 2026-07-31T16:23:27.794Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3068 | 2026-07-31T16:23:31.644Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3069 | 2026-07-31T16:23:31.836Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3070 | 2026-07-31T16:23:34.927Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3071 | 2026-07-31T16:23:38.556Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3072 | 2026-07-31T16:23:40.423Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3073 | 2026-07-31T16:23:45.436Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3074 | 2026-07-31T16:23:51.033Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3075 | 2026-07-31T16:23:55.604Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3076 | 2026-07-31T16:23:56.157Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3077 | 2026-07-31T16:23:56.597Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3078 | 2026-07-31T16:23:59.458Z | Checking oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3079 | 2026-07-31T16:24:04.339Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3080 | 2026-07-31T16:24:08.232Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3081 | 2026-07-31T16:24:28.748Z | Checking corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3082 | 2026-07-31T16:25:20.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 10s |
| 3083 | 2026-07-31T16:25:20.937Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3084 | 2026-07-31T16:25:20.937Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3085 | 2026-07-31T16:25:21.586Z | |
| 3086 | 2026-07-31T16:25:21.587Z | real 4:13.688237328 |
| 3087 | 2026-07-31T16:25:21.587Z | user 21:34.566270335 |
| 3088 | 2026-07-31T16:25:21.587Z | sys 5:05.648174063 |
| 3089 | 2026-07-31T16:25:21.587Z | trap 0.531260068 |
| 3090 | 2026-07-31T16:25:21.587Z | tflt 0.462947300 |
| 3091 | 2026-07-31T16:25:21.587Z | dflt 0.642983737 |
| 3092 | 2026-07-31T16:25:21.587Z | kflt 0.006175504 |
| 3093 | 2026-07-31T16:25:21.587Z | lock 1:06:20.921519454 |
| 3094 | 2026-07-31T16:25:21.590Z | slp 1:00:10.852325653 |
| 3095 | 2026-07-31T16:25:21.590Z | lat 1:39.475803637 |
| 3096 | 2026-07-31T16:25:21.590Z | stop 13:36.525801830 |
| 3097 | 2026-07-31T16:25:21.590Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3098 | 2026-07-31T16:25:21.590Z | + ptime -m cargo doc --workspace --no-deps |
| 3099 | 2026-07-31T16:25:22.435Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3100 | 2026-07-31T16:25:22.435Z | | |
| 3101 | 2026-07-31T16:25:22.435Z | = 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)` |
| 3102 | 2026-07-31T16:25:22.435Z | = 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> |
| 3103 | 2026-07-31T16:25:23.466Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3104 | 2026-07-31T16:25:23.701Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3105 | 2026-07-31T16:25:23.745Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3106 | 2026-07-31T16:25:23.807Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3107 | 2026-07-31T16:25:23.869Z | Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3108 | 2026-07-31T16:25:23.962Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3109 | 2026-07-31T16:25:23.987Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3110 | 2026-07-31T16:25:24.013Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3111 | 2026-07-31T16:25:24.070Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3112 | 2026-07-31T16:25:24.131Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3113 | 2026-07-31T16:25:24.261Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3114 | 2026-07-31T16:25:24.285Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3115 | 2026-07-31T16:25:24.288Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3116 | 2026-07-31T16:25:24.337Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3117 | 2026-07-31T16:25:24.394Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3118 | 2026-07-31T16:25:24.420Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3119 | 2026-07-31T16:25:24.420Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3120 | 2026-07-31T16:25:24.489Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3121 | 2026-07-31T16:25:24.492Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3122 | 2026-07-31T16:25:24.492Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3123 | 2026-07-31T16:25:24.823Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3124 | 2026-07-31T16:25:24.957Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3125 | 2026-07-31T16:25:24.981Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3126 | 2026-07-31T16:25:25.053Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3127 | 2026-07-31T16:25:25.110Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3128 | 2026-07-31T16:25:25.228Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3129 | 2026-07-31T16:25:25.273Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3130 | 2026-07-31T16:25:25.302Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3131 | 2026-07-31T16:25:25.414Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3132 | 2026-07-31T16:25:25.471Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3133 | 2026-07-31T16:25:25.591Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3134 | 2026-07-31T16:25:25.665Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3135 | 2026-07-31T16:25:25.813Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3136 | 2026-07-31T16:25:25.859Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3137 | 2026-07-31T16:25:25.910Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3138 | 2026-07-31T16:25:26.041Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3139 | 2026-07-31T16:25:26.077Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3140 | 2026-07-31T16:25:26.137Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3141 | 2026-07-31T16:25:26.276Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3142 | 2026-07-31T16:25:26.370Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3143 | 2026-07-31T16:25:26.613Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3144 | 2026-07-31T16:25:26.638Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3145 | 2026-07-31T16:25:26.725Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3146 | 2026-07-31T16:25:26.784Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3147 | 2026-07-31T16:25:26.861Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3148 | 2026-07-31T16:25:26.907Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3149 | 2026-07-31T16:25:26.986Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3150 | 2026-07-31T16:25:27.093Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3151 | 2026-07-31T16:25:27.173Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3152 | 2026-07-31T16:25:27.174Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3153 | 2026-07-31T16:25:27.253Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3154 | 2026-07-31T16:25:27.321Z | Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3155 | 2026-07-31T16:25:27.405Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3156 | 2026-07-31T16:25:27.428Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3157 | 2026-07-31T16:25:27.453Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3158 | 2026-07-31T16:25:27.489Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3159 | 2026-07-31T16:25:27.518Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3160 | 2026-07-31T16:25:27.600Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3161 | 2026-07-31T16:25:27.623Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3162 | 2026-07-31T16:25:27.648Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3163 | 2026-07-31T16:25:28.181Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3164 | 2026-07-31T16:25:28.214Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3165 | 2026-07-31T16:25:28.545Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3166 | 2026-07-31T16:25:28.606Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3167 | 2026-07-31T16:25:28.831Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3168 | 2026-07-31T16:25:29.051Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3169 | 2026-07-31T16:25:29.073Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3170 | 2026-07-31T16:25:29.127Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3171 | 2026-07-31T16:25:29.324Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3172 | 2026-07-31T16:25:29.348Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3173 | 2026-07-31T16:25:29.351Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3174 | 2026-07-31T16:25:29.397Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3175 | 2026-07-31T16:25:29.505Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3176 | 2026-07-31T16:25:29.643Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3177 | 2026-07-31T16:25:30.190Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3178 | 2026-07-31T16:25:30.382Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3179 | 2026-07-31T16:25:30.607Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3180 | 2026-07-31T16:25:30.665Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3181 | 2026-07-31T16:25:30.747Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3182 | 2026-07-31T16:25:30.849Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3183 | 2026-07-31T16:25:30.895Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3184 | 2026-07-31T16:25:30.919Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3185 | 2026-07-31T16:25:31.085Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3186 | 2026-07-31T16:25:31.124Z | Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3187 | 2026-07-31T16:25:31.155Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3188 | 2026-07-31T16:25:31.442Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3189 | 2026-07-31T16:25:31.467Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3190 | 2026-07-31T16:25:31.490Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3191 | 2026-07-31T16:25:31.512Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3192 | 2026-07-31T16:25:31.534Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3193 | 2026-07-31T16:25:31.556Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3194 | 2026-07-31T16:25:31.706Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3195 | 2026-07-31T16:25:31.728Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3196 | 2026-07-31T16:25:31.731Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3197 | 2026-07-31T16:25:31.771Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3198 | 2026-07-31T16:25:31.923Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3199 | 2026-07-31T16:25:31.985Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3200 | 2026-07-31T16:25:32.030Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3201 | 2026-07-31T16:25:32.051Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3202 | 2026-07-31T16:25:32.073Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3203 | 2026-07-31T16:25:32.185Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3204 | 2026-07-31T16:25:32.206Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3205 | 2026-07-31T16:25:32.270Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3206 | 2026-07-31T16:25:32.356Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3207 | 2026-07-31T16:25:32.384Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3208 | 2026-07-31T16:25:32.603Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3209 | 2026-07-31T16:25:32.625Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3210 | 2026-07-31T16:25:32.677Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3211 | 2026-07-31T16:25:33.167Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3212 | 2026-07-31T16:25:33.354Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3213 | 2026-07-31T16:25:33.619Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3214 | 2026-07-31T16:25:34.375Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3215 | 2026-07-31T16:25:34.399Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3216 | 2026-07-31T16:25:34.586Z | Checking scuffle v0.1.0 |
| 3217 | 2026-07-31T16:25:34.609Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3218 | 2026-07-31T16:25:34.879Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3219 | 2026-07-31T16:25:34.903Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3220 | 2026-07-31T16:25:35.166Z | Checking wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3221 | 2026-07-31T16:25:36.045Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3222 | 2026-07-31T16:25:36.754Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3223 | 2026-07-31T16:25:36.815Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3224 | 2026-07-31T16:25:37.144Z | Checking wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3225 | 2026-07-31T16:25:37.405Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3226 | 2026-07-31T16:25:37.567Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3227 | 2026-07-31T16:25:37.637Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3228 | 2026-07-31T16:25:37.931Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3229 | 2026-07-31T16:25:38.078Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3230 | 2026-07-31T16:25:38.505Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3231 | 2026-07-31T16:25:38.916Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3232 | 2026-07-31T16:25:39.037Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3233 | 2026-07-31T16:25:39.246Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3234 | 2026-07-31T16:25:39.249Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3235 | 2026-07-31T16:25:39.672Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3236 | 2026-07-31T16:25:39.753Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3237 | 2026-07-31T16:25:39.862Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3238 | 2026-07-31T16:25:40.508Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3239 | 2026-07-31T16:25:40.572Z | Checking wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3240 | 2026-07-31T16:25:40.924Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3241 | 2026-07-31T16:25:41.316Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3242 | 2026-07-31T16:25:41.529Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3243 | 2026-07-31T16:25:41.949Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3244 | 2026-07-31T16:25:42.494Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3245 | 2026-07-31T16:25:43.409Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3246 | 2026-07-31T16:25:43.508Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3247 | 2026-07-31T16:25:43.693Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3248 | 2026-07-31T16:25:44.096Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3249 | 2026-07-31T16:25:44.368Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3250 | 2026-07-31T16:25:44.602Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3251 | 2026-07-31T16:25:44.652Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3252 | 2026-07-31T16:25:45.789Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3253 | 2026-07-31T16:25:45.813Z | Checking sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3254 | 2026-07-31T16:25:46.095Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3255 | 2026-07-31T16:25:46.343Z | Documenting sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3256 | 2026-07-31T16:25:46.440Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3257 | 2026-07-31T16:25:47.283Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3258 | 2026-07-31T16:25:47.926Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3259 | 2026-07-31T16:25:49.378Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3260 | 2026-07-31T16:25:50.920Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3261 | 2026-07-31T16:25:51.565Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3262 | 2026-07-31T16:25:52.385Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3263 | 2026-07-31T16:25:52.806Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3264 | 2026-07-31T16:25:52.926Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3265 | 2026-07-31T16:25:53.390Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3266 | 2026-07-31T16:25:54.055Z | Checking sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3267 | 2026-07-31T16:25:54.376Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3268 | 2026-07-31T16:25:54.564Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3269 | 2026-07-31T16:25:54.869Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3270 | 2026-07-31T16:25:55.028Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3271 | 2026-07-31T16:25:55.481Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3272 | 2026-07-31T16:25:55.598Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3273 | 2026-07-31T16:25:55.873Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3274 | 2026-07-31T16:25:55.896Z | Checking nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3275 | 2026-07-31T16:25:56.126Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3276 | 2026-07-31T16:25:56.147Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3277 | 2026-07-31T16:25:56.376Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3278 | 2026-07-31T16:25:56.408Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3279 | 2026-07-31T16:25:56.729Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3280 | 2026-07-31T16:25:56.858Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3281 | 2026-07-31T16:25:57.483Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3282 | 2026-07-31T16:25:57.710Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3283 | 2026-07-31T16:25:58.047Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3284 | 2026-07-31T16:25:58.099Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3285 | 2026-07-31T16:25:58.195Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3286 | 2026-07-31T16:25:58.774Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3287 | 2026-07-31T16:25:59.566Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3288 | 2026-07-31T16:26:00.239Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3289 | 2026-07-31T16:26:00.698Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3290 | 2026-07-31T16:26:01.997Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3291 | 2026-07-31T16:26:03.838Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3292 | 2026-07-31T16:26:04.225Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3293 | 2026-07-31T16:26:05.816Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3294 | 2026-07-31T16:26:06.099Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3295 | 2026-07-31T16:26:07.019Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3296 | 2026-07-31T16:26:08.613Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3297 | 2026-07-31T16:26:09.109Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3298 | 2026-07-31T16:26:11.472Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3299 | 2026-07-31T16:26:11.999Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3300 | 2026-07-31T16:26:12.470Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3301 | 2026-07-31T16:26:13.959Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3302 | 2026-07-31T16:26:14.800Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3303 | 2026-07-31T16:26:14.903Z | Documenting oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 3304 | 2026-07-31T16:26:15.688Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3305 | 2026-07-31T16:26:17.783Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3306 | 2026-07-31T16:26:18.487Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3307 | 2026-07-31T16:26:19.490Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3308 | 2026-07-31T16:26:22.465Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3309 | 2026-07-31T16:26:22.912Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3310 | 2026-07-31T16:26:23.697Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3311 | 2026-07-31T16:26:25.025Z | Documenting sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3312 | 2026-07-31T16:26:25.737Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3313 | 2026-07-31T16:26:26.462Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3314 | 2026-07-31T16:26:27.297Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3315 | 2026-07-31T16:26:28.875Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3316 | 2026-07-31T16:26:29.643Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3317 | 2026-07-31T16:26:30.591Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3318 | 2026-07-31T16:26:30.732Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3319 | 2026-07-31T16:26:31.414Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3320 | 2026-07-31T16:26:32.177Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3321 | 2026-07-31T16:26:33.007Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3322 | 2026-07-31T16:26:36.239Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3323 | 2026-07-31T16:26:37.442Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3324 | 2026-07-31T16:26:38.048Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3325 | 2026-07-31T16:26:39.246Z | Documenting nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3326 | 2026-07-31T16:26:40.174Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3327 | 2026-07-31T16:26:40.969Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3328 | 2026-07-31T16:26:42.757Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3329 | 2026-07-31T16:26:43.900Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3330 | 2026-07-31T16:26:44.689Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3331 | 2026-07-31T16:26:47.498Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3332 | 2026-07-31T16:26:47.859Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3333 | 2026-07-31T16:26:48.684Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3334 | 2026-07-31T16:26:50.035Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3335 | 2026-07-31T16:26:51.203Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3336 | 2026-07-31T16:26:53.748Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3337 | 2026-07-31T16:26:54.313Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3338 | 2026-07-31T16:26:55.798Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3339 | 2026-07-31T16:26:57.534Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3340 | 2026-07-31T16:26:59.175Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3341 | 2026-07-31T16:27:00.507Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3342 | 2026-07-31T16:27:02.153Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3343 | 2026-07-31T16:27:03.622Z | Documenting wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3344 | 2026-07-31T16:27:05.225Z | Documenting wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3345 | 2026-07-31T16:27:09.614Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3346 | 2026-07-31T16:27:10.150Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3347 | 2026-07-31T16:27:11.240Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3348 | 2026-07-31T16:27:11.842Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3349 | 2026-07-31T16:27:13.600Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3350 | 2026-07-31T16:27:15.210Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3351 | 2026-07-31T16:27:16.876Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3352 | 2026-07-31T16:27:18.936Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3353 | 2026-07-31T16:27:20.622Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3354 | 2026-07-31T16:27:22.606Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3355 | 2026-07-31T16:27:24.054Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3356 | 2026-07-31T16:27:25.721Z | Documenting nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3357 | 2026-07-31T16:27:27.404Z | Documenting wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3358 | 2026-07-31T16:27:29.124Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3359 | 2026-07-31T16:27:30.839Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3360 | 2026-07-31T16:27:32.482Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3361 | 2026-07-31T16:27:34.022Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3362 | 2026-07-31T16:27:36.053Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3363 | 2026-07-31T16:27:37.751Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3364 | 2026-07-31T16:27:39.254Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3365 | 2026-07-31T16:27:43.085Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3366 | 2026-07-31T16:27:44.913Z | Documenting wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3367 | 2026-07-31T16:27:46.715Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3368 | 2026-07-31T16:27:48.554Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3369 | 2026-07-31T16:27:50.597Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3370 | 2026-07-31T16:27:55.784Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3371 | 2026-07-31T16:27:56.708Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3372 | 2026-07-31T16:27:58.986Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3373 | 2026-07-31T16:28:01.778Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3374 | 2026-07-31T16:28:03.480Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3375 | 2026-07-31T16:28:06.249Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3376 | 2026-07-31T16:28:08.405Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3377 | 2026-07-31T16:28:11.009Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3378 | 2026-07-31T16:28:13.319Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3379 | 2026-07-31T16:28:15.481Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3380 | 2026-07-31T16:28:17.876Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3381 | 2026-07-31T16:28:20.709Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3382 | 2026-07-31T16:28:23.174Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3383 | 2026-07-31T16:28:25.182Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3384 | 2026-07-31T16:28:27.451Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3385 | 2026-07-31T16:28:29.807Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3386 | 2026-07-31T16:28:32.154Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3387 | 2026-07-31T16:28:34.494Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3388 | 2026-07-31T16:28:36.982Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3389 | 2026-07-31T16:28:39.348Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3390 | 2026-07-31T16:28:41.823Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3391 | 2026-07-31T16:28:44.175Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3392 | 2026-07-31T16:28:46.623Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3393 | 2026-07-31T16:28:49.043Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3394 | 2026-07-31T16:28:51.442Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3395 | 2026-07-31T16:28:53.876Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3396 | 2026-07-31T16:28:56.287Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3397 | 2026-07-31T16:28:58.802Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3398 | 2026-07-31T16:29:01.208Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3399 | 2026-07-31T16:29:03.623Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3400 | 2026-07-31T16:29:06.082Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3401 | 2026-07-31T16:29:08.511Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3402 | 2026-07-31T16:29:10.967Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3403 | 2026-07-31T16:29:13.397Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3404 | 2026-07-31T16:29:15.922Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3405 | 2026-07-31T16:29:18.294Z | Documenting corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 3406 | 2026-07-31T16:29:20.757Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3407 | 2026-07-31T16:29:23.231Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3408 | 2026-07-31T16:29:25.776Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3409 | 2026-07-31T16:29:28.222Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3410 | 2026-07-31T16:29:30.763Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3411 | 2026-07-31T16:29:33.719Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3412 | 2026-07-31T16:29:36.038Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3413 | 2026-07-31T16:29:38.535Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3414 | 2026-07-31T16:29:41.049Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3415 | 2026-07-31T16:29:43.581Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3416 | 2026-07-31T16:29:46.152Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3417 | 2026-07-31T16:29:48.713Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3418 | 2026-07-31T16:29:51.492Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3419 | 2026-07-31T16:29:53.903Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3420 | 2026-07-31T16:29:56.394Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3421 | 2026-07-31T16:29:58.994Z | Documenting omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3422 | 2026-07-31T16:30:01.633Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3423 | 2026-07-31T16:30:04.342Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3424 | 2026-07-31T16:30:06.897Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3425 | 2026-07-31T16:30:09.699Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3426 | 2026-07-31T16:30:12.368Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3427 | 2026-07-31T16:30:14.968Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3428 | 2026-07-31T16:30:17.527Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3429 | 2026-07-31T16:30:20.197Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3430 | 2026-07-31T16:30:22.846Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3431 | 2026-07-31T16:30:25.562Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3432 | 2026-07-31T16:30:28.585Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3433 | 2026-07-31T16:30:31.135Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3434 | 2026-07-31T16:30:38.922Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3435 | 2026-07-31T16:30:39.034Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3436 | 2026-07-31T16:30:42.419Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3437 | 2026-07-31T16:30:45.876Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3438 | 2026-07-31T16:30:49.399Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3439 | 2026-07-31T16:30:52.883Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3440 | 2026-07-31T16:30:57.607Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3441 | 2026-07-31T16:31:00.452Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3442 | 2026-07-31T16:31:04.227Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3443 | 2026-07-31T16:31:07.970Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3444 | 2026-07-31T16:31:11.704Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3445 | 2026-07-31T16:31:15.461Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3446 | 2026-07-31T16:31:19.244Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3447 | 2026-07-31T16:31:23.007Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3448 | 2026-07-31T16:31:26.854Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3449 | 2026-07-31T16:31:30.621Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3450 | 2026-07-31T16:31:34.517Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3451 | 2026-07-31T16:31:38.140Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3452 | 2026-07-31T16:31:41.967Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3453 | 2026-07-31T16:31:45.715Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3454 | 2026-07-31T16:31:49.560Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3455 | 2026-07-31T16:31:53.243Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3456 | 2026-07-31T16:31:57.071Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3457 | 2026-07-31T16:32:00.781Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3458 | 2026-07-31T16:32:30.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s |
| 3459 | 2026-07-31T16:32:30.903Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3460 | 2026-07-31T16:32:30.904Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3461 | 2026-07-31T16:32:31.068Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 205 other files |
| 3462 | 2026-07-31T16:32:31.173Z | |
| 3463 | 2026-07-31T16:32:31.173Z | real 7:09.497779367 |
| 3464 | 2026-07-31T16:32:31.173Z | user 18:49.990911890 |
| 3465 | 2026-07-31T16:32:31.173Z | sys 4:04.995328575 |
| 3466 | 2026-07-31T16:32:31.173Z | trap 0.269149687 |
| 3467 | 2026-07-31T16:32:31.187Z | tflt 0.005608761 |
| 3468 | 2026-07-31T16:32:31.188Z | dflt 0.063506305 |
| 3469 | 2026-07-31T16:32:31.188Z | kflt 0.000038860 |
| 3470 | 2026-07-31T16:32:31.188Z | lock 6:55:04.113248783 |
| 3471 | 2026-07-31T16:32:31.188Z | slp 2:24:48.251116817 |
| 3472 | 2026-07-31T16:32:31.188Z | lat 34.251765999 |
| 3473 | 2026-07-31T16:32:31.188Z | stop 2:03.352317567 |
| 3474 | 2026-07-31T16:32:31.188Z | process exited: duration 812096 ms, exit code 0 |
| |
| 3475 | 2026-07-31T16:32:31.247Z | found 0 output files |