|
|
|
| 1 | 2026-05-14T15:01:18.931Z | job assigned to worker 01KRKG1ZAWQ7MNKVNJPB2BME6W [factory aws, i-024c09354d1ab039d] (queued for 50 s) |
| |
| 2 | 2026-05-14T15:01:25.292Z | starting task 0: "setup" |
| 3 | 2026-05-14T15:01:25.298Z | ++ uname -s |
| 4 | 2026-05-14T15:01:25.301Z | + kern=SunOS |
| 5 | 2026-05-14T15:01:25.301Z | + build_user=build |
| 6 | 2026-05-14T15:01:25.301Z | + build_uid=12345 |
| 7 | 2026-05-14T15:01:25.302Z | + work_dir=/work |
| 8 | 2026-05-14T15:01:25.302Z | + input_dir=/input |
| 9 | 2026-05-14T15:01:25.302Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-14T15:01:25.302Z | + case "$kern" in |
| 11 | 2026-05-14T15:01:25.302Z | + groupadd -g 12345 build |
| 12 | 2026-05-14T15:01:25.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-14T15:01:27.308Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-14T15:01:27.394Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-14T15:01:27.397Z | + home_fs=zfs |
| 16 | 2026-05-14T15:01:27.397Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-14T15:01:27.397Z | + mkdir -p /home/build |
| 18 | 2026-05-14T15:01:27.397Z | + chown build:build /home/build /work |
| 19 | 2026-05-14T15:01:29.398Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-14T15:01:29.402Z | process exited: duration 4108 ms, exit code 0 |
| |
| 21 | 2026-05-14T15:01:29.408Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-14T15:01:29.420Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-14T15:01:29.420Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-14T15:01:29.420Z | * rust toolchain profile = "default" |
| 25 | 2026-05-14T15:01:29.420Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-14T15:01:29.420Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-14T15:01:29.420Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-14T15:01:29.424Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-14T15:01:29.424Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-14T15:01:29.471Z | info: downloading installer |
| 31 | 2026-05-14T15:01:30.846Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-14T15:01:30.846Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-14T15:01:30.846Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-14T15:01:30.846Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-14T15:01:30.859Z | info: profile set to default |
| 36 | 2026-05-14T15:01:30.859Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-14T15:01:30.862Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-14T15:01:30.997Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-14T15:01:31.002Z | info: downloading 6 components |
| 40 | 2026-05-14T15:01:45.436Z | |
| 41 | 2026-05-14T15:01:45.436Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 42 | 2026-05-14T15:01:45.467Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-14T15:01:45.467Z | |
| 44 | 2026-05-14T15:01:45.467Z | |
| 45 | 2026-05-14T15:01:45.467Z | Rust is installed now. Great! |
| 46 | 2026-05-14T15:01:45.467Z | |
| 47 | 2026-05-14T15:01:45.472Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-14T15:01:45.472Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-14T15:01:45.472Z | |
| 50 | 2026-05-14T15:01:45.472Z | To configure your current shell, you need to source |
| 51 | 2026-05-14T15:01:45.472Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-14T15:01:45.472Z | |
| 53 | 2026-05-14T15:01:45.472Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-14T15:01:45.472Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-14T15:01:45.472Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-14T15:01:45.472Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-14T15:01:45.472Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-14T15:01:45.472Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-14T15:01:45.472Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-14T15:01:45.473Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-14T15:01:45.473Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-14T15:01:45.551Z | + rustup --version |
| 63 | 2026-05-14T15:01:45.560Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-14T15:01:45.563Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-14T15:01:45.581Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-14T15:01:45.584Z | + cargo --version |
| 67 | 2026-05-14T15:01:45.597Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-14T15:01:45.600Z | + rustc --version |
| 69 | 2026-05-14T15:01:45.618Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-14T15:01:45.621Z | process exited: duration 16212 ms, exit code 0 |
| |
| 71 | 2026-05-14T15:01:45.628Z | starting task 2: "authentication" |
| 72 | 2026-05-14T15:01:45.644Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-14T15:01:45.650Z | starting task 3: "clone repository" |
| 74 | 2026-05-14T15:01:45.653Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-14T15:01:45.656Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-14T15:01:45.684Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-14T15:01:55.592Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-14T15:01:55.592Z | + git fetch origin 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 79 | 2026-05-14T15:01:55.870Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-14T15:01:55.870Z | * branch 5c71f4436cfef9b4709ecc151f018f81e7d27716 -> FETCH_HEAD |
| 81 | 2026-05-14T15:01:55.880Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-05-14T15:01:55.883Z | ++ git branch --show-current |
| 83 | 2026-05-14T15:01:55.883Z | + current=main |
| 84 | 2026-05-14T15:01:55.883Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-05-14T15:01:55.883Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 86 | 2026-05-14T15:01:55.886Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-05-14T15:01:56.121Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-05-14T15:01:56.124Z | + git reset --hard 5c71f4436cfef9b4709ecc151f018f81e7d27716 |
| 89 | 2026-05-14T15:01:56.140Z | HEAD is now at 5c71f4436 Merge branch 'main' into john/feature-sled-agent-scrimlet-reconcilers |
| 90 | 2026-05-14T15:01:56.143Z | process exited: duration 10490 ms, exit code 0 |
| |
| 91 | 2026-05-14T15:01:56.149Z | starting task 4: "build" |
| 92 | 2026-05-14T15:01:56.153Z | + source ./env.sh |
| 93 | 2026-05-14T15:01:56.153Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-14T15:01:56.153Z | ++ set -o xtrace |
| 95 | 2026-05-14T15:01:56.156Z | ++++ dirname ./env.sh |
| 96 | 2026-05-14T15:01:56.159Z | +++ readlink -f . |
| 97 | 2026-05-14T15:01:56.162Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-14T15:01:56.162Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2026-05-14T15:01:56.162Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2026-05-14T15:01:56.162Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2026-05-14T15:01:56.162Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2026-05-14T15:01:56.162Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2026-05-14T15:01:56.162Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 104 | 2026-05-14T15:01:56.162Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 105 | 2026-05-14T15:01:56.162Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 106 | 2026-05-14T15:01:56.162Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-14T15:01:56.162Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-14T15:01:56.162Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-14T15:01:56.162Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-14T15:01:56.162Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-14T15:01:56.162Z | + cargo --version |
| 112 | 2026-05-14T15:01:56.169Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-14T15:01:56.172Z | + rustc --version |
| 114 | 2026-05-14T15:01:56.191Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-14T15:01:56.194Z | + banner prerequisites |
| 116 | 2026-05-14T15:01:56.197Z | |
| 117 | 2026-05-14T15:01:56.197Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-14T15:01:56.197Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-14T15:01:56.197Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-14T15:01:56.197Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-14T15:01:56.197Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-14T15:01:56.197Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-14T15:01:56.197Z | |
| 124 | 2026-05-14T15:01:56.197Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-14T15:01:57.580Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-14T15:01:57.640Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-14T15:01:57.845Z | Planning: Solver setup ... Done (0.174s) |
| 128 | 2026-05-14T15:01:57.861Z | Planning: Running solver ... Done (0.016s) |
| 129 | 2026-05-14T15:01:57.866Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-14T15:01:57.877Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-14T15:01:57.900Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-14T15:01:57.914Z | Planning: Package planning ... Done (0.014s) |
| 133 | 2026-05-14T15:01:57.917Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-14T15:01:58.102Z | Planning: Checking for conflicting actions ... Done (0.186s) |
| 135 | 2026-05-14T15:01:58.107Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-14T15:01:58.934Z | Planning: Evaluating mediators ... Done (0.830s) |
| 137 | 2026-05-14T15:01:58.937Z | Planning: Planning completed in 1.28 seconds |
| 138 | 2026-05-14T15:01:58.943Z | Packages to install: 2 |
| 139 | 2026-05-14T15:01:58.943Z | Estimated space available: 156.08 GB |
| 140 | 2026-05-14T15:01:58.946Z | Estimated space to be consumed: 19.74 MB |
| 141 | 2026-05-14T15:01:58.946Z | Create boot environment: No |
| 142 | 2026-05-14T15:01:58.946Z | Create backup boot environment: No |
| 143 | 2026-05-14T15:01:58.946Z | Rebuild boot archive: No |
| 144 | 2026-05-14T15:01:58.946Z | |
| 145 | 2026-05-14T15:01:58.947Z | Changed packages: |
| 146 | 2026-05-14T15:01:58.947Z | helios |
| 147 | 2026-05-14T15:01:58.947Z | developer/build-essential |
| 148 | 2026-05-14T15:01:58.947Z | None -> 11-3.0 |
| 149 | 2026-05-14T15:01:58.947Z | library/libxmlsec1 |
| 150 | 2026-05-14T15:01:58.947Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-14T15:01:58.967Z | |
| 152 | 2026-05-14T15:01:58.967Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-14T15:02:00.370Z | Download: Completed 1.28 MB in 1.40 seconds (934k/s) |
| 154 | 2026-05-14T15:02:00.446Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-14T15:02:00.483Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-14T15:02:00.489Z | Finalize: Updating package state database ... Done (0.006s) |
| 157 | 2026-05-14T15:02:00.489Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-14T15:02:00.504Z | Finalize: Updating image state ... Done (0.015s) |
| 159 | 2026-05-14T15:02:02.868Z | Finalize: Creating fast lookup database ... Done (2.342s) |
| 160 | 2026-05-14T15:02:02.936Z | Finalize: Reading search index ... Done (0.012s) |
| 161 | 2026-05-14T15:02:02.939Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-14T15:02:03.044Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-14T15:02:03.335Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-14T15:02:03.441Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-14T15:02:03.444Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-14T15:02:03.597Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-14T15:02:03.600Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-14T15:02:03.619Z | Mediators to change: 2 |
| 169 | 2026-05-14T15:02:03.620Z | Create boot environment: No |
| 170 | 2026-05-14T15:02:03.620Z | Create backup boot environment: No |
| 171 | 2026-05-14T15:02:03.671Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-14T15:02:03.671Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-14T15:02:03.679Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-14T15:02:05.618Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-14T15:02:05.680Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-14T15:02:05.683Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-14T15:02:05.764Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-14T15:02:06.050Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-14T15:02:06.156Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-14T15:02:06.158Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-14T15:02:06.316Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-14T15:02:06.318Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-14T15:02:06.338Z | Mediators to change: 1 |
| 184 | 2026-05-14T15:02:06.338Z | Create boot environment: No |
| 185 | 2026-05-14T15:02:06.341Z | Create backup boot environment: No |
| 186 | 2026-05-14T15:02:06.458Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-14T15:02:06.458Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-14T15:02:06.467Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-14T15:02:08.409Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-14T15:02:08.472Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-14T15:02:08.475Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-14T15:02:08.562Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-14T15:02:08.873Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-14T15:02:08.873Z | apache system 2.4 system |
| 195 | 2026-05-14T15:02:08.873Z | clang system 15 system |
| 196 | 2026-05-14T15:02:08.873Z | csh system system illumos |
| 197 | 2026-05-14T15:02:08.873Z | ctags system system illumos |
| 198 | 2026-05-14T15:02:08.873Z | file vendor vendor darwinsys |
| 199 | 2026-05-14T15:02:08.873Z | file system system illumos |
| 200 | 2026-05-14T15:02:08.873Z | gcc vendor 14 vendor |
| 201 | 2026-05-14T15:02:08.873Z | gcc system 13 system |
| 202 | 2026-05-14T15:02:08.873Z | gcc system 10 system |
| 203 | 2026-05-14T15:02:08.873Z | go system 1.25 system |
| 204 | 2026-05-14T15:02:08.873Z | llvm system 15 system |
| 205 | 2026-05-14T15:02:08.873Z | mariadb system 11.4 system |
| 206 | 2026-05-14T15:02:08.873Z | mta vendor vendor dma |
| 207 | 2026-05-14T15:02:08.873Z | openjdk system 17 system |
| 208 | 2026-05-14T15:02:08.874Z | openjdk system 11 system |
| 209 | 2026-05-14T15:02:08.874Z | openssl vendor 3 vendor |
| 210 | 2026-05-14T15:02:08.874Z | perl system 5.40 system |
| 211 | 2026-05-14T15:02:08.874Z | postgresql system 18 system |
| 212 | 2026-05-14T15:02:08.874Z | postgresql system 17 system |
| 213 | 2026-05-14T15:02:08.874Z | python vendor 3 vendor |
| 214 | 2026-05-14T15:02:08.874Z | python system 2 system |
| 215 | 2026-05-14T15:02:08.874Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-14T15:02:08.874Z | ruby system 3.4 system |
| 217 | 2026-05-14T15:02:08.874Z | ruby system 3.0 system |
| 218 | 2026-05-14T15:02:08.874Z | words vendor vendor american-english |
| 219 | 2026-05-14T15:02:08.874Z | words system system australian-english |
| 220 | 2026-05-14T15:02:08.874Z | words system system british-english |
| 221 | 2026-05-14T15:02:08.874Z | words system system canadian-english |
| 222 | 2026-05-14T15:02:08.874Z | words system system french |
| 223 | 2026-05-14T15:02:08.874Z | words system system italian |
| 224 | 2026-05-14T15:02:08.874Z | words system system ngerman |
| 225 | 2026-05-14T15:02:08.874Z | words system system ogerman |
| 226 | 2026-05-14T15:02:08.874Z | words system system spanish |
| 227 | 2026-05-14T15:02:09.128Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-14T15:02:09.128Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-14T15:02:09.396Z | FMRI IFO |
| 230 | 2026-05-14T15:02:09.397Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-14T15:02:09.397Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-14T15:02:09.397Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-14T15:02:09.397Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-14T15:02:09.397Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-14T15:02:09.397Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-14T15:02:09.397Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-14T15:02:09.397Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-14T15:02:09.397Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-14T15:02:09.633Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-14T15:02:09.915Z | Updating crates.io index |
| 241 | 2026-05-14T15:02:09.919Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-14T15:02:10.216Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-14T15:02:11.107Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-14T15:02:11.680Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-14T15:02:12.774Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-14T15:02:13.323Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-14T15:02:14.644Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-14T15:02:15.352Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-14T15:02:15.760Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-14T15:02:16.510Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-14T15:02:16.950Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-14T15:02:17.375Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-14T15:02:17.687Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-14T15:02:18.880Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-14T15:02:19.359Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 256 | 2026-05-14T15:02:19.706Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 257 | 2026-05-14T15:02:20.073Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 258 | 2026-05-14T15:02:20.536Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 259 | 2026-05-14T15:02:20.889Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 260 | 2026-05-14T15:02:21.132Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 261 | 2026-05-14T15:02:21.403Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 262 | 2026-05-14T15:02:21.814Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 263 | 2026-05-14T15:02:22.166Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 264 | 2026-05-14T15:02:22.698Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 265 | 2026-05-14T15:02:23.031Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 266 | 2026-05-14T15:02:23.503Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 267 | 2026-05-14T15:02:23.810Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 268 | 2026-05-14T15:02:24.967Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-05-14T15:02:26.124Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 270 | 2026-05-14T15:02:26.596Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 271 | 2026-05-14T15:02:26.894Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 272 | 2026-05-14T15:02:27.294Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 273 | 2026-05-14T15:02:27.624Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 274 | 2026-05-14T15:02:28.003Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 275 | 2026-05-14T15:02:28.554Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 276 | 2026-05-14T15:02:28.845Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 277 | 2026-05-14T15:02:29.172Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 278 | 2026-05-14T15:02:29.501Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 279 | 2026-05-14T15:02:41.470Z | Downloading crates ... |
| 280 | 2026-05-14T15:02:41.538Z | Downloaded errno v0.3.14 |
| 281 | 2026-05-14T15:02:41.544Z | Downloaded clap_lex v1.0.0 |
| 282 | 2026-05-14T15:02:41.547Z | Downloaded form_urlencoded v1.2.2 |
| 283 | 2026-05-14T15:02:41.547Z | Downloaded crypto-common v0.1.7 |
| 284 | 2026-05-14T15:02:41.550Z | Downloaded fnv v1.0.7 |
| 285 | 2026-05-14T15:02:41.553Z | Downloaded cpufeatures v0.2.17 |
| 286 | 2026-05-14T15:02:41.553Z | Downloaded typeid v1.0.3 |
| 287 | 2026-05-14T15:02:41.553Z | Downloaded erased-serde v0.4.9 |
| 288 | 2026-05-14T15:02:41.555Z | Downloaded digest v0.10.7 |
| 289 | 2026-05-14T15:02:41.555Z | Downloaded fs-err v3.3.0 |
| 290 | 2026-05-14T15:02:41.558Z | Downloaded thiserror v2.0.18 |
| 291 | 2026-05-14T15:02:41.561Z | Downloaded usdt-macro v0.5.0 |
| 292 | 2026-05-14T15:02:41.561Z | Downloaded anstream v0.6.21 |
| 293 | 2026-05-14T15:02:41.561Z | Downloaded idna_adapter v1.2.1 |
| 294 | 2026-05-14T15:02:41.565Z | Downloaded anstyle-parse v0.2.7 |
| 295 | 2026-05-14T15:02:41.565Z | Downloaded itoa v1.0.17 |
| 296 | 2026-05-14T15:02:41.565Z | Downloaded fastrand v2.3.0 |
| 297 | 2026-05-14T15:02:41.565Z | Downloaded dof v0.3.0 |
| 298 | 2026-05-14T15:02:41.568Z | Downloaded anstyle-query v1.1.5 |
| 299 | 2026-05-14T15:02:41.568Z | Downloaded displaydoc v0.2.5 |
| 300 | 2026-05-14T15:02:41.568Z | Downloaded cargo-platform v0.2.0 |
| 301 | 2026-05-14T15:02:41.568Z | Downloaded colorchoice v1.0.4 |
| 302 | 2026-05-14T15:02:41.571Z | Downloaded utf8parse v0.2.2 |
| 303 | 2026-05-14T15:02:41.571Z | Downloaded version_check v0.9.5 |
| 304 | 2026-05-14T15:02:41.574Z | Downloaded unicode-linebreak v0.1.5 |
| 305 | 2026-05-14T15:02:41.574Z | Downloaded zmij v1.0.21 |
| 306 | 2026-05-14T15:02:41.574Z | Downloaded potential_utf v0.1.4 |
| 307 | 2026-05-14T15:02:41.574Z | Downloaded thread-id v4.2.2 |
| 308 | 2026-05-14T15:02:41.577Z | Downloaded thiserror-impl v2.0.18 |
| 309 | 2026-05-14T15:02:41.577Z | Downloaded scroll_derive v0.12.1 |
| 310 | 2026-05-14T15:02:41.577Z | Downloaded proc-macro-error-attr v1.0.4 |
| 311 | 2026-05-14T15:02:41.577Z | Downloaded plain v0.2.3 |
| 312 | 2026-05-14T15:02:41.582Z | Downloaded zerofrom-derive v0.1.6 |
| 313 | 2026-05-14T15:02:41.582Z | Downloaded macaddr v1.0.1 |
| 314 | 2026-05-14T15:02:41.582Z | Downloaded heck v0.5.0 |
| 315 | 2026-05-14T15:02:41.587Z | Downloaded generic-array v0.14.7 |
| 316 | 2026-05-14T15:02:41.587Z | Downloaded zerofrom v0.1.6 |
| 317 | 2026-05-14T15:02:41.587Z | Downloaded zerocopy-derive v0.7.35 |
| 318 | 2026-05-14T15:02:41.590Z | Downloaded proc-macro-error v1.0.4 |
| 319 | 2026-05-14T15:02:41.590Z | Downloaded utf8_iter v1.0.4 |
| 320 | 2026-05-14T15:02:41.590Z | Downloaded toml_datetime v0.6.11 |
| 321 | 2026-05-14T15:02:41.590Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-05-14T15:02:41.594Z | Downloaded stable_deref_trait v1.2.1 |
| 323 | 2026-05-14T15:02:41.594Z | Downloaded block-buffer v0.10.4 |
| 324 | 2026-05-14T15:02:41.594Z | Downloaded thiserror v1.0.69 |
| 325 | 2026-05-14T15:02:41.597Z | Downloaded heck v0.4.1 |
| 326 | 2026-05-14T15:02:41.597Z | Downloaded yoke v0.8.1 |
| 327 | 2026-05-14T15:02:41.600Z | Downloaded equivalent v1.0.2 |
| 328 | 2026-05-14T15:02:41.600Z | Downloaded tinystr v0.8.2 |
| 329 | 2026-05-14T15:02:41.600Z | Downloaded toml_write v0.1.2 |
| 330 | 2026-05-14T15:02:41.603Z | Downloaded pretty-hex v0.4.1 |
| 331 | 2026-05-14T15:02:41.603Z | Downloaded terminal_size v0.4.3 |
| 332 | 2026-05-14T15:02:41.603Z | Downloaded percent-encoding v2.3.2 |
| 333 | 2026-05-14T15:02:41.608Z | Downloaded yoke-derive v0.8.1 |
| 334 | 2026-05-14T15:02:41.611Z | Downloaded ordered-float v2.10.1 |
| 335 | 2026-05-14T15:02:41.613Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-05-14T15:02:41.618Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2026-05-14T15:02:41.618Z | Downloaded toml v0.8.23 |
| 338 | 2026-05-14T15:02:41.621Z | Downloaded thiserror-impl v1.0.69 |
| 339 | 2026-05-14T15:02:41.621Z | Downloaded autocfg v1.5.0 |
| 340 | 2026-05-14T15:02:41.624Z | Downloaded quote v1.0.45 |
| 341 | 2026-05-14T15:02:41.624Z | Downloaded pest_generator v2.8.6 |
| 342 | 2026-05-14T15:02:41.627Z | Downloaded writeable v0.6.2 |
| 343 | 2026-05-14T15:02:41.627Z | Downloaded usdt v0.5.0 |
| 344 | 2026-05-14T15:02:41.627Z | Downloaded unicode-xid v0.2.6 |
| 345 | 2026-05-14T15:02:41.627Z | Downloaded zerovec-derive v0.11.2 |
| 346 | 2026-05-14T15:02:41.630Z | Downloaded unicode-ident v1.0.24 |
| 347 | 2026-05-14T15:02:41.630Z | Downloaded typenum v1.19.0 |
| 348 | 2026-05-14T15:02:41.635Z | Downloaded cfg-if v1.0.4 |
| 349 | 2026-05-14T15:02:41.635Z | Downloaded zerotrie v0.2.3 |
| 350 | 2026-05-14T15:02:41.638Z | Downloaded serde-value v0.7.0 |
| 351 | 2026-05-14T15:02:41.638Z | Downloaded swrite v0.1.0 |
| 352 | 2026-05-14T15:02:41.638Z | Downloaded smawk v0.3.2 |
| 353 | 2026-05-14T15:02:41.638Z | Downloaded dtrace-parser v0.2.0 |
| 354 | 2026-05-14T15:02:41.638Z | Downloaded ucd-trie v0.1.7 |
| 355 | 2026-05-14T15:02:41.642Z | Downloaded url v2.5.8 |
| 356 | 2026-05-14T15:02:41.644Z | Downloaded is_terminal_polyfill v1.70.2 |
| 357 | 2026-05-14T15:02:41.644Z | Downloaded textwrap v0.16.2 |
| 358 | 2026-05-14T15:02:41.647Z | Downloaded scroll v0.12.0 |
| 359 | 2026-05-14T15:02:41.647Z | Downloaded anstyle v1.0.13 |
| 360 | 2026-05-14T15:02:41.647Z | Downloaded memmap v0.7.0 |
| 361 | 2026-05-14T15:02:41.651Z | Downloaded strsim v0.11.1 |
| 362 | 2026-05-14T15:02:41.654Z | Downloaded toml_edit v0.22.27 |
| 363 | 2026-05-14T15:02:41.656Z | Downloaded serde_tokenstream v0.2.3 |
| 364 | 2026-05-14T15:02:41.659Z | Downloaded pest_derive v2.8.6 |
| 365 | 2026-05-14T15:02:41.659Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-14T15:02:41.664Z | Downloaded serde-untagged v0.1.9 |
| 367 | 2026-05-14T15:02:41.667Z | Downloaded winnow v0.7.14 |
| 368 | 2026-05-14T15:02:41.676Z | Downloaded zerocopy v0.7.35 |
| 369 | 2026-05-14T15:02:41.684Z | Downloaded sha2 v0.10.9 |
| 370 | 2026-05-14T15:02:41.687Z | Downloaded unicode-width v0.1.14 |
| 371 | 2026-05-14T15:02:41.691Z | Downloaded serde_spanned v0.6.9 |
| 372 | 2026-05-14T15:02:41.691Z | Downloaded unicode-width v0.2.0 |
| 373 | 2026-05-14T15:02:41.695Z | Downloaded tempfile v3.25.0 |
| 374 | 2026-05-14T15:02:41.700Z | Downloaded litemap v0.8.1 |
| 375 | 2026-05-14T15:02:41.700Z | Downloaded cargo_metadata v0.21.0 |
| 376 | 2026-05-14T15:02:41.700Z | Downloaded bytecount v0.6.9 |
| 377 | 2026-05-14T15:02:41.703Z | Downloaded byteorder v1.5.0 |
| 378 | 2026-05-14T15:02:41.703Z | Downloaded semver v1.0.28 |
| 379 | 2026-05-14T15:02:41.703Z | Downloaded cargo_toml v0.21.0 |
| 380 | 2026-05-14T15:02:41.703Z | Downloaded bitflags v2.11.0 |
| 381 | 2026-05-14T15:02:41.707Z | Downloaded synstructure v0.13.2 |
| 382 | 2026-05-14T15:02:41.707Z | Downloaded cargo-util-schemas v0.8.2 |
| 383 | 2026-05-14T15:02:41.710Z | Downloaded serde_derive v1.0.228 |
| 384 | 2026-05-14T15:02:41.712Z | Downloaded icu_properties v2.1.2 |
| 385 | 2026-05-14T15:02:41.712Z | Downloaded log v0.4.29 |
| 386 | 2026-05-14T15:02:41.715Z | Downloaded icu_normalizer v2.1.1 |
| 387 | 2026-05-14T15:02:41.715Z | Downloaded camino-tempfile v1.4.1 |
| 388 | 2026-05-14T15:02:41.718Z | Downloaded clap_derive v4.5.55 |
| 389 | 2026-05-14T15:02:41.724Z | Downloaded once_cell v1.21.3 |
| 390 | 2026-05-14T15:02:41.727Z | Downloaded smallvec v1.15.1 |
| 391 | 2026-05-14T15:02:41.727Z | Downloaded proc-macro2 v1.0.106 |
| 392 | 2026-05-14T15:02:41.730Z | Downloaded getrandom v0.4.1 |
| 393 | 2026-05-14T15:02:41.734Z | Downloaded icu_locale_core v2.1.1 |
| 394 | 2026-05-14T15:02:41.739Z | Downloaded num-traits v0.2.19 |
| 395 | 2026-05-14T15:02:41.742Z | Downloaded icu_provider v2.1.1 |
| 396 | 2026-05-14T15:02:41.745Z | Downloaded camino v1.2.2 |
| 397 | 2026-05-14T15:02:41.745Z | Downloaded anyhow v1.0.102 |
| 398 | 2026-05-14T15:02:41.748Z | Downloaded clap v4.5.60 |
| 399 | 2026-05-14T15:02:41.760Z | Downloaded pest_meta v2.8.6 |
| 400 | 2026-05-14T15:02:41.763Z | Downloaded papergrid v0.11.0 |
| 401 | 2026-05-14T15:02:41.763Z | Downloaded memchr v2.8.0 |
| 402 | 2026-05-14T15:02:41.766Z | Downloaded serde_core v1.0.228 |
| 403 | 2026-05-14T15:02:41.770Z | Downloaded serde v1.0.228 |
| 404 | 2026-05-14T15:02:41.775Z | Downloaded icu_normalizer_data v2.1.1 |
| 405 | 2026-05-14T15:02:41.775Z | Downloaded icu_collections v2.1.1 |
| 406 | 2026-05-14T15:02:41.786Z | Downloaded indexmap v2.14.0 |
| 407 | 2026-05-14T15:02:41.799Z | Downloaded pest v2.8.6 |
| 408 | 2026-05-14T15:02:41.812Z | Downloaded idna v1.1.0 |
| 409 | 2026-05-14T15:02:41.815Z | Downloaded hashbrown v0.17.0 |
| 410 | 2026-05-14T15:02:41.818Z | Downloaded serde_json v1.0.149 |
| 411 | 2026-05-14T15:02:41.824Z | Downloaded clap_builder v4.5.60 |
| 412 | 2026-05-14T15:02:41.828Z | Downloaded icu_properties_data v2.1.2 |
| 413 | 2026-05-14T15:02:41.834Z | Downloaded goblin v0.8.2 |
| 414 | 2026-05-14T15:02:41.841Z | Downloaded tabled v0.15.0 |
| 415 | 2026-05-14T15:02:41.857Z | Downloaded syn v1.0.109 |
| 416 | 2026-05-14T15:02:41.868Z | Downloaded syn v2.0.117 |
| 417 | 2026-05-14T15:02:41.875Z | Downloaded rustix v1.1.3 |
| 418 | 2026-05-14T15:02:41.904Z | Downloaded libc v0.2.185 |
| 419 | 2026-05-14T15:02:41.971Z | Compiling proc-macro2 v1.0.106 |
| 420 | 2026-05-14T15:02:41.971Z | Compiling unicode-ident v1.0.24 |
| 421 | 2026-05-14T15:02:41.974Z | Compiling quote v1.0.45 |
| 422 | 2026-05-14T15:02:41.974Z | Compiling serde_core v1.0.228 |
| 423 | 2026-05-14T15:02:41.974Z | Compiling libc v0.2.185 |
| 424 | 2026-05-14T15:02:41.974Z | Compiling version_check v0.9.5 |
| 425 | 2026-05-14T15:02:41.974Z | Compiling serde v1.0.228 |
| 426 | 2026-05-14T15:02:41.974Z | Compiling memchr v2.8.0 |
| 427 | 2026-05-14T15:02:42.291Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-14T15:02:42.365Z | Compiling zmij v1.0.21 |
| 429 | 2026-05-14T15:02:42.537Z | Compiling thiserror v1.0.69 |
| 430 | 2026-05-14T15:02:42.566Z | Compiling itoa v1.0.17 |
| 431 | 2026-05-14T15:02:42.742Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-14T15:02:42.819Z | Compiling ucd-trie v0.1.7 |
| 433 | 2026-05-14T15:02:42.894Z | Compiling writeable v0.6.2 |
| 434 | 2026-05-14T15:02:42.929Z | Compiling litemap v0.8.1 |
| 435 | 2026-05-14T15:02:42.971Z | Compiling pest v2.8.6 |
| 436 | 2026-05-14T15:02:43.078Z | Compiling byteorder v1.5.0 |
| 437 | 2026-05-14T15:02:43.115Z | Compiling icu_properties_data v2.1.2 |
| 438 | 2026-05-14T15:02:43.293Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-14T15:02:43.308Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-14T15:02:43.382Z | Compiling syn v2.0.117 |
| 441 | 2026-05-14T15:02:43.467Z | Compiling errno v0.3.14 |
| 442 | 2026-05-14T15:02:43.494Z | Compiling serde_json v1.0.149 |
| 443 | 2026-05-14T15:02:43.564Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-14T15:02:43.758Z | Compiling num-traits v0.2.19 |
| 445 | 2026-05-14T15:02:43.794Z | Compiling hashbrown v0.17.0 |
| 446 | 2026-05-14T15:02:43.881Z | Compiling equivalent v1.0.2 |
| 447 | 2026-05-14T15:02:43.935Z | Compiling smallvec v1.15.1 |
| 448 | 2026-05-14T15:02:43.970Z | Compiling typeid v1.0.3 |
| 449 | 2026-05-14T15:02:44.151Z | Compiling pest_meta v2.8.6 |
| 450 | 2026-05-14T15:02:44.290Z | Compiling indexmap v2.14.0 |
| 451 | 2026-05-14T15:02:44.445Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-14T15:02:44.474Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-14T15:02:44.531Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-14T15:02:44.575Z | Compiling toml_write v0.1.2 |
| 455 | 2026-05-14T15:02:44.713Z | Compiling winnow v0.7.14 |
| 456 | 2026-05-14T15:02:44.758Z | Compiling syn v1.0.109 |
| 457 | 2026-05-14T15:02:44.884Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-14T15:02:45.190Z | Compiling proc-macro-error v1.0.4 |
| 459 | 2026-05-14T15:02:45.206Z | Compiling percent-encoding v2.3.2 |
| 460 | 2026-05-14T15:02:45.381Z | Compiling plain v0.2.3 |
| 461 | 2026-05-14T15:02:45.397Z | Compiling getrandom v0.4.1 |
| 462 | 2026-05-14T15:02:45.488Z | Compiling log v0.4.29 |
| 463 | 2026-05-14T15:02:45.648Z | Compiling utf8_iter v1.0.4 |
| 464 | 2026-05-14T15:02:45.679Z | Compiling thiserror v2.0.18 |
| 465 | 2026-05-14T15:02:45.743Z | Compiling utf8parse v0.2.2 |
| 466 | 2026-05-14T15:02:45.776Z | Compiling camino v1.2.2 |
| 467 | 2026-05-14T15:02:45.806Z | Compiling ordered-float v2.10.1 |
| 468 | 2026-05-14T15:02:45.856Z | Compiling anstyle-parse v0.2.7 |
| 469 | 2026-05-14T15:02:45.928Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-14T15:02:46.038Z | Compiling synstructure v0.13.2 |
| 471 | 2026-05-14T15:02:46.060Z | Compiling pest_generator v2.8.6 |
| 472 | 2026-05-14T15:02:46.154Z | Compiling terminal_size v0.4.3 |
| 473 | 2026-05-14T15:02:46.292Z | Compiling anstyle v1.0.13 |
| 474 | 2026-05-14T15:02:46.415Z | Compiling cfg-if v1.0.4 |
| 475 | 2026-05-14T15:02:46.491Z | Compiling pretty-hex v0.4.1 |
| 476 | 2026-05-14T15:02:46.516Z | Compiling colorchoice v1.0.4 |
| 477 | 2026-05-14T15:02:46.519Z | Compiling is_terminal_polyfill v1.70.2 |
| 478 | 2026-05-14T15:02:46.548Z | Compiling anstyle-query v1.1.5 |
| 479 | 2026-05-14T15:02:46.623Z | Compiling serde-untagged v0.1.9 |
| 480 | 2026-05-14T15:02:46.671Z | Compiling anstream v0.6.21 |
| 481 | 2026-05-14T15:02:46.752Z | Compiling semver v1.0.28 |
| 482 | 2026-05-14T15:02:46.804Z | Compiling fs-err v3.3.0 |
| 483 | 2026-05-14T15:02:46.867Z | Compiling fnv v1.0.7 |
| 484 | 2026-05-14T15:02:46.974Z | Compiling once_cell v1.21.3 |
| 485 | 2026-05-14T15:02:46.991Z | Compiling anyhow v1.0.102 |
| 486 | 2026-05-14T15:02:47.005Z | Compiling heck v0.5.0 |
| 487 | 2026-05-14T15:02:47.070Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-14T15:02:47.083Z | Compiling heck v0.4.1 |
| 489 | 2026-05-14T15:02:47.239Z | Compiling strsim v0.11.1 |
| 490 | 2026-05-14T15:02:47.291Z | Compiling fastrand v2.3.0 |
| 491 | 2026-05-14T15:02:47.313Z | Compiling bytecount v0.6.9 |
| 492 | 2026-05-14T15:02:47.323Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-14T15:02:47.461Z | Compiling unicode-width v0.1.14 |
| 494 | 2026-05-14T15:02:47.482Z | Compiling clap_builder v4.5.60 |
| 495 | 2026-05-14T15:02:47.511Z | Compiling tempfile v3.25.0 |
| 496 | 2026-05-14T15:02:47.681Z | Compiling papergrid v0.11.0 |
| 497 | 2026-05-14T15:02:47.703Z | Compiling memmap v0.7.0 |
| 498 | 2026-05-14T15:02:47.721Z | Compiling serde_derive v1.0.228 |
| 499 | 2026-05-14T15:02:47.756Z | Compiling zerofrom-derive v0.1.6 |
| 500 | 2026-05-14T15:02:47.855Z | Compiling yoke-derive v0.8.1 |
| 501 | 2026-05-14T15:02:47.888Z | Compiling zerovec-derive v0.11.2 |
| 502 | 2026-05-14T15:02:48.103Z | Compiling displaydoc v0.2.5 |
| 503 | 2026-05-14T15:02:48.876Z | Compiling thiserror-impl v1.0.69 |
| 504 | 2026-05-14T15:02:49.004Z | Compiling zerocopy-derive v0.7.35 |
| 505 | 2026-05-14T15:02:49.038Z | Compiling pest_derive v2.8.6 |
| 506 | 2026-05-14T15:02:49.129Z | Compiling scroll_derive v0.12.1 |
| 507 | 2026-05-14T15:02:49.181Z | Compiling zerofrom v0.1.6 |
| 508 | 2026-05-14T15:02:49.312Z | Compiling yoke v0.8.1 |
| 509 | 2026-05-14T15:02:49.471Z | Compiling thiserror-impl v2.0.18 |
| 510 | 2026-05-14T15:02:49.507Z | Compiling zerovec v0.11.5 |
| 511 | 2026-05-14T15:02:49.787Z | Compiling zerotrie v0.2.3 |
| 512 | 2026-05-14T15:02:49.884Z | Compiling zerocopy v0.7.35 |
| 513 | 2026-05-14T15:02:50.024Z | Compiling tinystr v0.8.2 |
| 514 | 2026-05-14T15:02:50.098Z | Compiling potential_utf v0.1.4 |
| 515 | 2026-05-14T15:02:50.233Z | Compiling icu_locale_core v2.1.1 |
| 516 | 2026-05-14T15:02:50.255Z | Compiling icu_collections v2.1.1 |
| 517 | 2026-05-14T15:02:50.269Z | Compiling dtrace-parser v0.2.0 |
| 518 | 2026-05-14T15:02:50.432Z | Compiling scroll v0.12.0 |
| 519 | 2026-05-14T15:02:50.493Z | Compiling tabled_derive v0.7.0 |
| 520 | 2026-05-14T15:02:50.702Z | Compiling goblin v0.8.2 |
| 521 | 2026-05-14T15:02:50.728Z | Compiling clap_derive v4.5.55 |
| 522 | 2026-05-14T15:02:50.911Z | Compiling icu_provider v2.1.1 |
| 523 | 2026-05-14T15:02:50.999Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-05-14T15:02:51.136Z | Compiling toml_datetime v0.6.11 |
| 525 | 2026-05-14T15:02:51.236Z | Compiling icu_normalizer v2.1.1 |
| 526 | 2026-05-14T15:02:51.236Z | Compiling icu_properties v2.1.2 |
| 527 | 2026-05-14T15:02:51.295Z | Compiling serde_spanned v0.6.9 |
| 528 | 2026-05-14T15:02:51.295Z | Compiling dof v0.3.0 |
| 529 | 2026-05-14T15:02:51.361Z | Compiling toml_edit v0.22.27 |
| 530 | 2026-05-14T15:02:51.382Z | Compiling serde_tokenstream v0.2.3 |
| 531 | 2026-05-14T15:02:51.437Z | Compiling serde-value v0.7.0 |
| 532 | 2026-05-14T15:02:51.710Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-05-14T15:02:51.760Z | Compiling smawk v0.3.2 |
| 534 | 2026-05-14T15:02:51.820Z | Compiling unicode-width v0.2.0 |
| 535 | 2026-05-14T15:02:51.856Z | Compiling tabled v0.15.0 |
| 536 | 2026-05-14T15:02:51.984Z | Compiling macaddr v1.0.1 |
| 537 | 2026-05-14T15:02:52.064Z | Compiling idna_adapter v1.2.1 |
| 538 | 2026-05-14T15:02:52.230Z | Compiling idna v1.1.0 |
| 539 | 2026-05-14T15:02:52.289Z | Compiling textwrap v0.16.2 |
| 540 | 2026-05-14T15:02:52.289Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-05-14T15:02:52.364Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-05-14T15:02:52.472Z | Compiling clap v4.5.60 |
| 543 | 2026-05-14T15:02:52.552Z | Compiling url v2.5.8 |
| 544 | 2026-05-14T15:02:52.820Z | Compiling toml v0.8.23 |
| 545 | 2026-05-14T15:02:52.939Z | Compiling camino-tempfile v1.4.1 |
| 546 | 2026-05-14T15:02:53.196Z | Compiling swrite v0.1.0 |
| 547 | 2026-05-14T15:02:53.317Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-14T15:02:53.374Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-14T15:02:53.467Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-14T15:02:53.684Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-14T15:02:54.291Z | Compiling cargo_metadata v0.21.0 |
| 552 | 2026-05-14T15:02:55.209Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 553 | 2026-05-14T15:02:57.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.78s |
| 554 | 2026-05-14T15:02:57.491Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 555 | 2026-05-14T15:02:58.051Z | Downloading crates ... |
| 556 | 2026-05-14T15:02:58.154Z | Downloaded adler2 v2.0.1 |
| 557 | 2026-05-14T15:02:58.158Z | Downloaded ar_archive_writer v0.5.1 |
| 558 | 2026-05-14T15:02:58.158Z | Downloaded aes-gcm v0.10.3 |
| 559 | 2026-05-14T15:02:58.162Z | Downloaded crc8 v0.1.1 |
| 560 | 2026-05-14T15:02:58.162Z | Downloaded blowfish v0.9.1 |
| 561 | 2026-05-14T15:02:58.166Z | Downloaded byte-wrapper v0.1.0 |
| 562 | 2026-05-14T15:02:58.166Z | Downloaded dropshot-api-manager-types v0.7.1 |
| 563 | 2026-05-14T15:02:58.172Z | Downloaded dyn-clone v1.0.20 |
| 564 | 2026-05-14T15:02:58.172Z | Downloaded cobs v0.3.0 |
| 565 | 2026-05-14T15:02:58.172Z | Downloaded atty v0.2.14 |
| 566 | 2026-05-14T15:02:58.172Z | Downloaded async-stream-impl v0.3.6 |
| 567 | 2026-05-14T15:02:58.172Z | Downloaded async-bb8-diesel v0.2.1 |
| 568 | 2026-05-14T15:02:58.176Z | Downloaded console v0.16.2 |
| 569 | 2026-05-14T15:02:58.176Z | Downloaded foreign-types v0.5.0 |
| 570 | 2026-05-14T15:02:58.176Z | Downloaded bit-set v0.8.0 |
| 571 | 2026-05-14T15:02:58.176Z | Downloaded critical-section v1.2.0 |
| 572 | 2026-05-14T15:02:58.182Z | Downloaded block-padding v0.3.3 |
| 573 | 2026-05-14T15:02:58.182Z | Downloaded bitfield v0.19.4 |
| 574 | 2026-05-14T15:02:58.182Z | Downloaded crc32fast v1.5.0 |
| 575 | 2026-05-14T15:02:58.182Z | Downloaded crossbeam-channel v0.5.15 |
| 576 | 2026-05-14T15:02:58.187Z | Downloaded dirs-sys-next v0.1.2 |
| 577 | 2026-05-14T15:02:58.187Z | Downloaded flagset v0.4.7 |
| 578 | 2026-05-14T15:02:58.187Z | Downloaded ascii-canvas v3.0.0 |
| 579 | 2026-05-14T15:02:58.187Z | Downloaded crossbeam-utils v0.8.21 |
| 580 | 2026-05-14T15:02:58.191Z | Downloaded float-cmp v0.10.0 |
| 581 | 2026-05-14T15:02:58.191Z | Downloaded foldhash v0.1.5 |
| 582 | 2026-05-14T15:02:58.191Z | Downloaded crossbeam-deque v0.8.6 |
| 583 | 2026-05-14T15:02:58.191Z | Downloaded chacha20 v0.9.1 |
| 584 | 2026-05-14T15:02:58.191Z | Downloaded cargo_metadata v0.19.2 |
| 585 | 2026-05-14T15:02:58.196Z | Downloaded dsl_auto_type v0.2.0 |
| 586 | 2026-05-14T15:02:58.196Z | Downloaded ed25519 v2.2.3 |
| 587 | 2026-05-14T15:02:58.196Z | Downloaded defmt v0.3.100 |
| 588 | 2026-05-14T15:02:58.200Z | Downloaded crunchy v0.2.4 |
| 589 | 2026-05-14T15:02:58.200Z | Downloaded data-encoding v2.10.0 |
| 590 | 2026-05-14T15:02:58.200Z | Downloaded defmt-parser v1.0.0 |
| 591 | 2026-05-14T15:02:58.200Z | Downloaded cexpr v0.6.0 |
| 592 | 2026-05-14T15:02:58.200Z | Downloaded colored v3.1.1 |
| 593 | 2026-05-14T15:02:58.203Z | Downloaded fatfs v0.3.6 |
| 594 | 2026-05-14T15:02:58.203Z | Downloaded bit-vec v0.8.0 |
| 595 | 2026-05-14T15:02:58.203Z | Downloaded foldhash v0.2.0 |
| 596 | 2026-05-14T15:02:58.206Z | Downloaded bit-vec v0.6.3 |
| 597 | 2026-05-14T15:02:58.206Z | Downloaded convert_case v0.4.0 |
| 598 | 2026-05-14T15:02:58.206Z | Downloaded atomicwrites v0.4.4 |
| 599 | 2026-05-14T15:02:58.206Z | Downloaded compression-core v0.4.31 |
| 600 | 2026-05-14T15:02:58.210Z | Downloaded base16ct v0.2.0 |
| 601 | 2026-05-14T15:02:58.210Z | Downloaded bcs v0.1.6 |
| 602 | 2026-05-14T15:02:58.213Z | Downloaded async-recursion v1.1.1 |
| 603 | 2026-05-14T15:02:58.216Z | Downloaded bb8 v0.8.6 |
| 604 | 2026-05-14T15:02:58.216Z | Downloaded crossbeam-epoch v0.9.18 |
| 605 | 2026-05-14T15:02:58.219Z | Downloaded enum-as-inner v0.6.1 |
| 606 | 2026-05-14T15:02:58.222Z | Downloaded cfg_aliases v0.1.1 |
| 607 | 2026-05-14T15:02:58.222Z | Downloaded drift v0.1.4 |
| 608 | 2026-05-14T15:02:58.227Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 609 | 2026-05-14T15:02:58.231Z | Downloaded bit-set v0.5.3 |
| 610 | 2026-05-14T15:02:58.231Z | Downloaded derive_builder_macro v0.20.2 |
| 611 | 2026-05-14T15:02:58.231Z | Downloaded cstr-argument v0.1.2 |
| 612 | 2026-05-14T15:02:58.231Z | Downloaded assert_matches v1.5.0 |
| 613 | 2026-05-14T15:02:58.234Z | Downloaded diesel-dtrace v0.5.0 |
| 614 | 2026-05-14T15:02:58.234Z | Downloaded fd-lock v4.0.4 |
| 615 | 2026-05-14T15:02:58.234Z | Downloaded ciborium-io v0.2.2 |
| 616 | 2026-05-14T15:02:58.234Z | Downloaded difflib v0.4.0 |
| 617 | 2026-05-14T15:02:58.237Z | Downloaded filetime v0.2.27 |
| 618 | 2026-05-14T15:02:58.240Z | Downloaded backoff v0.4.0 |
| 619 | 2026-05-14T15:02:58.243Z | Downloaded embedded-io v0.6.1 |
| 620 | 2026-05-14T15:02:58.243Z | Downloaded crc-any v2.5.0 |
| 621 | 2026-05-14T15:02:58.243Z | Downloaded funty v2.0.0 |
| 622 | 2026-05-14T15:02:58.246Z | Downloaded fixedbitset v0.4.2 |
| 623 | 2026-05-14T15:02:58.246Z | Downloaded downcast-rs v2.0.2 |
| 624 | 2026-05-14T15:02:58.246Z | Downloaded aead v0.5.2 |
| 625 | 2026-05-14T15:02:58.246Z | Downloaded const_format_proc_macros v0.2.34 |
| 626 | 2026-05-14T15:02:58.250Z | Downloaded chacha20poly1305 v0.10.1 |
| 627 | 2026-05-14T15:02:58.251Z | Downloaded crc v3.4.0 |
| 628 | 2026-05-14T15:02:58.259Z | Downloaded derive_builder_core v0.20.2 |
| 629 | 2026-05-14T15:02:58.259Z | Downloaded cargo-platform v0.1.9 |
| 630 | 2026-05-14T15:02:58.259Z | Downloaded ecdsa v0.16.9 |
| 631 | 2026-05-14T15:02:58.259Z | Downloaded crc-catalog v2.4.0 |
| 632 | 2026-05-14T15:02:58.264Z | Downloaded ciborium-ll v0.2.2 |
| 633 | 2026-05-14T15:02:58.264Z | Downloaded darling_core v0.21.3 |
| 634 | 2026-05-14T15:02:58.264Z | Downloaded float-ord v0.3.2 |
| 635 | 2026-05-14T15:02:58.264Z | Downloaded crucible-workspace-hack v0.1.0 |
| 636 | 2026-05-14T15:02:58.264Z | Downloaded async-stream v0.3.6 |
| 637 | 2026-05-14T15:02:58.264Z | Downloaded ghash v0.5.1 |
| 638 | 2026-05-14T15:02:58.268Z | Downloaded foreign-types v0.3.2 |
| 639 | 2026-05-14T15:02:58.268Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 640 | 2026-05-14T15:02:58.268Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 641 | 2026-05-14T15:02:58.268Z | Downloaded bitfield-struct v0.6.2 |
| 642 | 2026-05-14T15:02:58.268Z | Downloaded arrayref v0.3.9 |
| 643 | 2026-05-14T15:02:58.268Z | Downloaded array-init v0.0.4 |
| 644 | 2026-05-14T15:02:58.268Z | Downloaded darling v0.21.3 |
| 645 | 2026-05-14T15:02:58.272Z | Downloaded foreign-types-shared v0.3.1 |
| 646 | 2026-05-14T15:02:58.272Z | Downloaded corncobs v0.1.4 |
| 647 | 2026-05-14T15:02:58.272Z | Downloaded bitfield-macros v0.19.4 |
| 648 | 2026-05-14T15:02:58.276Z | Downloaded darling_macro v0.23.0 |
| 649 | 2026-05-14T15:02:58.276Z | Downloaded dtrace-parser v0.3.0 |
| 650 | 2026-05-14T15:02:58.279Z | Downloaded document-features v0.2.12 |
| 651 | 2026-05-14T15:02:58.279Z | Downloaded dirs-next v2.0.0 |
| 652 | 2026-05-14T15:02:58.279Z | Downloaded constant_time_eq v0.4.2 |
| 653 | 2026-05-14T15:02:58.285Z | Downloaded foreign-types-macros v0.2.3 |
| 654 | 2026-05-14T15:02:58.285Z | Downloaded endian-type v0.1.2 |
| 655 | 2026-05-14T15:02:58.285Z | Downloaded env_filter v1.0.0 |
| 656 | 2026-05-14T15:02:58.286Z | Downloaded darling_macro v0.21.3 |
| 657 | 2026-05-14T15:02:58.286Z | Downloaded fxhash v0.2.1 |
| 658 | 2026-05-14T15:02:58.289Z | Downloaded darling_macro v0.20.11 |
| 659 | 2026-05-14T15:02:58.289Z | Downloaded cassowary v0.3.0 |
| 660 | 2026-05-14T15:02:58.289Z | Downloaded bitflags v1.3.2 |
| 661 | 2026-05-14T15:02:58.292Z | Downloaded globwalk v0.9.1 |
| 662 | 2026-05-14T15:02:58.292Z | Downloaded dof v0.4.0 |
| 663 | 2026-05-14T15:02:58.292Z | Downloaded cbc v0.1.2 |
| 664 | 2026-05-14T15:02:58.295Z | Downloaded bumpalo v3.20.2 |
| 665 | 2026-05-14T15:02:58.298Z | Downloaded foreign-types-shared v0.1.1 |
| 666 | 2026-05-14T15:02:58.298Z | Downloaded embedded-io v0.4.0 |
| 667 | 2026-05-14T15:02:58.301Z | Downloaded env_logger v0.11.9 |
| 668 | 2026-05-14T15:02:58.302Z | Downloaded daft v0.1.5 |
| 669 | 2026-05-14T15:02:58.308Z | Downloaded fallible-iterator v0.2.0 |
| 670 | 2026-05-14T15:02:58.308Z | Downloaded headers-core v0.3.0 |
| 671 | 2026-05-14T15:02:58.308Z | Downloaded ena v0.14.4 |
| 672 | 2026-05-14T15:02:58.311Z | Downloaded daft-derive v0.1.5 |
| 673 | 2026-05-14T15:02:58.311Z | Downloaded futures-task v0.3.32 |
| 674 | 2026-05-14T15:02:58.312Z | Downloaded castaway v0.2.4 |
| 675 | 2026-05-14T15:02:58.312Z | Downloaded hex-literal v0.4.1 |
| 676 | 2026-05-14T15:02:58.312Z | Downloaded hash32 v0.2.1 |
| 677 | 2026-05-14T15:02:58.312Z | Downloaded gethostname v0.5.0 |
| 678 | 2026-05-14T15:02:58.316Z | Downloaded git-stub v1.0.0 |
| 679 | 2026-05-14T15:02:58.316Z | Downloaded futures-sink v0.3.32 |
| 680 | 2026-05-14T15:02:58.316Z | Downloaded cfg_aliases v0.2.1 |
| 681 | 2026-05-14T15:02:58.316Z | Downloaded futures-io v0.3.32 |
| 682 | 2026-05-14T15:02:58.324Z | Downloaded atomic-waker v1.1.2 |
| 683 | 2026-05-14T15:02:58.324Z | Downloaded defmt v1.0.1 |
| 684 | 2026-05-14T15:02:58.324Z | Downloaded deranged v0.5.8 |
| 685 | 2026-05-14T15:02:58.324Z | Downloaded cpufeatures v0.3.0 |
| 686 | 2026-05-14T15:02:58.329Z | Downloaded hash32 v0.3.1 |
| 687 | 2026-05-14T15:02:58.329Z | Downloaded compression-codecs v0.4.37 |
| 688 | 2026-05-14T15:02:58.329Z | Downloaded cipher v0.4.4 |
| 689 | 2026-05-14T15:02:58.329Z | Downloaded home v0.5.12 |
| 690 | 2026-05-14T15:02:58.329Z | Downloaded futures-macro v0.3.32 |
| 691 | 2026-05-14T15:02:58.329Z | Downloaded hostname v0.4.2 |
| 692 | 2026-05-14T15:02:58.336Z | Downloaded hostname v0.3.1 |
| 693 | 2026-05-14T15:02:58.336Z | Downloaded hex v0.4.3 |
| 694 | 2026-05-14T15:02:58.336Z | Downloaded camino-tempfile-ext v0.3.3 |
| 695 | 2026-05-14T15:02:58.336Z | Downloaded httpdate v1.0.3 |
| 696 | 2026-05-14T15:02:58.336Z | Downloaded http-body v1.0.1 |
| 697 | 2026-05-14T15:02:58.336Z | Downloaded http-range v0.1.5 |
| 698 | 2026-05-14T15:02:58.336Z | Downloaded hyper-tls v0.6.0 |
| 699 | 2026-05-14T15:02:58.336Z | Downloaded futures-executor v0.3.32 |
| 700 | 2026-05-14T15:02:58.340Z | Downloaded fs-err v2.11.0 |
| 701 | 2026-05-14T15:02:58.340Z | Downloaded derive-ex v0.1.8 |
| 702 | 2026-05-14T15:02:58.340Z | Downloaded either v1.15.0 |
| 703 | 2026-05-14T15:02:58.340Z | Downloaded ctr v0.9.2 |
| 704 | 2026-05-14T15:02:58.343Z | Downloaded dunce v1.0.5 |
| 705 | 2026-05-14T15:02:58.343Z | Downloaded cc v1.2.56 |
| 706 | 2026-05-14T15:02:58.343Z | Downloaded fs_extra v1.3.0 |
| 707 | 2026-05-14T15:02:58.346Z | Downloaded der_derive v0.7.3 |
| 708 | 2026-05-14T15:02:58.346Z | Downloaded const-oid v0.9.6 |
| 709 | 2026-05-14T15:02:58.349Z | Downloaded backon v1.6.0 |
| 710 | 2026-05-14T15:02:58.349Z | Downloaded fixedbitset v0.5.7 |
| 711 | 2026-05-14T15:02:58.352Z | Downloaded defmt-macros v1.0.1 |
| 712 | 2026-05-14T15:02:58.352Z | Downloaded ff v0.13.1 |
| 713 | 2026-05-14T15:02:58.356Z | Downloaded display-error-chain v0.2.2 |
| 714 | 2026-05-14T15:02:58.356Z | Downloaded globset v0.4.18 |
| 715 | 2026-05-14T15:02:58.356Z | Downloaded blake2 v0.10.6 |
| 716 | 2026-05-14T15:02:58.360Z | Downloaded hubpack_derive v0.1.1 |
| 717 | 2026-05-14T15:02:58.360Z | Downloaded git-stub-vcs v0.1.0 |
| 718 | 2026-05-14T15:02:58.360Z | Downloaded csv-core v0.1.13 |
| 719 | 2026-05-14T15:02:58.360Z | Downloaded convert_case v0.10.0 |
| 720 | 2026-05-14T15:02:58.360Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-05-14T15:02:58.363Z | Downloaded indoc v1.0.9 |
| 722 | 2026-05-14T15:02:58.363Z | Downloaded indent_write v2.2.0 |
| 723 | 2026-05-14T15:02:58.366Z | Downloaded ident_case v1.0.1 |
| 724 | 2026-05-14T15:02:58.366Z | Downloaded arrayvec v0.7.6 |
| 725 | 2026-05-14T15:02:58.366Z | Downloaded find-msvc-tools v0.1.9 |
| 726 | 2026-05-14T15:02:58.369Z | Downloaded bzip2 v0.4.4 |
| 727 | 2026-05-14T15:02:58.369Z | Downloaded async-trait v0.1.89 |
| 728 | 2026-05-14T15:02:58.373Z | Downloaded instant v0.1.13 |
| 729 | 2026-05-14T15:02:58.373Z | Downloaded futures-core v0.3.32 |
| 730 | 2026-05-14T15:02:58.373Z | Downloaded internet-checksum v0.2.1 |
| 731 | 2026-05-14T15:02:58.376Z | Downloaded erased-serde v0.3.31 |
| 732 | 2026-05-14T15:02:58.377Z | Downloaded debug-ignore v1.0.5 |
| 733 | 2026-05-14T15:02:58.377Z | Downloaded inout v0.1.4 |
| 734 | 2026-05-14T15:02:58.377Z | Downloaded is_ci v1.2.0 |
| 735 | 2026-05-14T15:02:58.381Z | Downloaded lazy_static v1.5.0 |
| 736 | 2026-05-14T15:02:58.381Z | Downloaded keccak v0.1.6 |
| 737 | 2026-05-14T15:02:58.381Z | Downloaded is-terminal v0.4.17 |
| 738 | 2026-05-14T15:02:58.381Z | Downloaded instability v0.3.11 |
| 739 | 2026-05-14T15:02:58.384Z | Downloaded cmake v0.1.57 |
| 740 | 2026-05-14T15:02:58.384Z | Downloaded buf-list v1.1.2 |
| 741 | 2026-05-14T15:02:58.384Z | Downloaded argon2 v0.5.3 |
| 742 | 2026-05-14T15:02:58.387Z | Downloaded group v0.13.0 |
| 743 | 2026-05-14T15:02:58.387Z | Downloaded chacha20 v0.10.0 |
| 744 | 2026-05-14T15:02:58.392Z | Downloaded http-body-util v0.1.3 |
| 745 | 2026-05-14T15:02:58.393Z | Downloaded lalrpop-util v0.19.12 |
| 746 | 2026-05-14T15:02:58.393Z | Downloaded kstat-rs v0.2.4 |
| 747 | 2026-05-14T15:02:58.393Z | Downloaded cookie_store v0.22.1 |
| 748 | 2026-05-14T15:02:58.396Z | Downloaded ciborium v0.2.2 |
| 749 | 2026-05-14T15:02:58.399Z | Downloaded libscf-sys v1.2.0 |
| 750 | 2026-05-14T15:02:58.402Z | Downloaded futures-channel v0.3.32 |
| 751 | 2026-05-14T15:02:58.402Z | Downloaded cookie v0.18.1 |
| 752 | 2026-05-14T15:02:58.405Z | Downloaded lru-cache v0.1.2 |
| 753 | 2026-05-14T15:02:58.405Z | Downloaded clang-sys v1.8.1 |
| 754 | 2026-05-14T15:02:58.408Z | Downloaded glob v0.3.3 |
| 755 | 2026-05-14T15:02:58.408Z | Downloaded getrandom v0.2.17 |
| 756 | 2026-05-14T15:02:58.408Z | Downloaded humantime v2.3.0 |
| 757 | 2026-05-14T15:02:58.411Z | Downloaded cancel-safe-futures v0.1.5 |
| 758 | 2026-05-14T15:02:58.413Z | Downloaded lru-slab v0.1.2 |
| 759 | 2026-05-14T15:02:58.414Z | Downloaded lru v0.12.5 |
| 760 | 2026-05-14T15:02:58.414Z | Downloaded lzss v0.8.2 |
| 761 | 2026-05-14T15:02:58.416Z | Downloaded darling v0.23.0 |
| 762 | 2026-05-14T15:02:58.420Z | Downloaded derive_builder v0.20.2 |
| 763 | 2026-05-14T15:02:58.423Z | Downloaded hyper-staticfile v0.10.1 |
| 764 | 2026-05-14T15:02:58.426Z | Downloaded md5 v0.7.0 |
| 765 | 2026-05-14T15:02:58.426Z | Downloaded md-5 v0.10.6 |
| 766 | 2026-05-14T15:02:58.426Z | Downloaded mime v0.3.17 |
| 767 | 2026-05-14T15:02:58.429Z | Downloaded memoffset v0.9.1 |
| 768 | 2026-05-14T15:02:58.429Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 769 | 2026-05-14T15:02:58.429Z | Downloaded match_cfg v0.1.0 |
| 770 | 2026-05-14T15:02:58.432Z | Downloaded maplit v1.0.2 |
| 771 | 2026-05-14T15:02:58.432Z | Downloaded diff v0.1.13 |
| 772 | 2026-05-14T15:02:58.435Z | Downloaded indoc v2.0.7 |
| 773 | 2026-05-14T15:02:58.435Z | Downloaded ipnetwork v0.21.1 |
| 774 | 2026-05-14T15:02:58.437Z | Downloaded ipnet v2.11.0 |
| 775 | 2026-05-14T15:02:58.437Z | Downloaded ingot v0.1.1 |
| 776 | 2026-05-14T15:02:58.437Z | Downloaded ahash v0.8.12 |
| 777 | 2026-05-14T15:02:58.440Z | Downloaded managed v0.8.0 |
| 778 | 2026-05-14T15:02:58.440Z | Downloaded dropshot-api-manager v0.7.1 |
| 779 | 2026-05-14T15:02:58.443Z | Downloaded nodrop v0.1.14 |
| 780 | 2026-05-14T15:02:58.443Z | Downloaded newtype-uuid-macros v0.1.0 |
| 781 | 2026-05-14T15:02:58.446Z | Downloaded console v0.15.11 |
| 782 | 2026-05-14T15:02:58.446Z | Downloaded colored v2.2.0 |
| 783 | 2026-05-14T15:02:58.449Z | Downloaded bzip2 v0.6.1 |
| 784 | 2026-05-14T15:02:58.449Z | Downloaded base64ct v1.8.3 |
| 785 | 2026-05-14T15:02:58.452Z | Downloaded multimap v0.10.1 |
| 786 | 2026-05-14T15:02:58.452Z | Downloaded normalize-line-endings v0.3.0 |
| 787 | 2026-05-14T15:02:58.452Z | Downloaded newline-converter v0.3.0 |
| 788 | 2026-05-14T15:02:58.452Z | Downloaded hmac v0.12.1 |
| 789 | 2026-05-14T15:02:58.458Z | Downloaded new_debug_unreachable v1.0.6 |
| 790 | 2026-05-14T15:02:58.459Z | Downloaded des v0.8.1 |
| 791 | 2026-05-14T15:02:58.459Z | Downloaded maybe-uninit v2.0.0 |
| 792 | 2026-05-14T15:02:58.459Z | Downloaded base64 v0.21.7 |
| 793 | 2026-05-14T15:02:58.464Z | Downloaded num-derive v0.4.2 |
| 794 | 2026-05-14T15:02:58.464Z | Downloaded highway v1.3.0 |
| 795 | 2026-05-14T15:02:58.464Z | Downloaded libefi-sys v0.1.0 |
| 796 | 2026-05-14T15:02:58.465Z | Downloaded olpc-cjson v0.1.4 |
| 797 | 2026-05-14T15:02:58.473Z | Downloaded num-conv v0.2.0 |
| 798 | 2026-05-14T15:02:58.473Z | Downloaded newtype_derive v0.1.6 |
| 799 | 2026-05-14T15:02:58.473Z | Downloaded num-iter v0.1.45 |
| 800 | 2026-05-14T15:02:58.474Z | Downloaded num v0.4.3 |
| 801 | 2026-05-14T15:02:58.474Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2026-05-14T15:02:58.474Z | Downloaded futures v0.3.32 |
| 803 | 2026-05-14T15:02:58.474Z | Downloaded openssl-probe v0.1.6 |
| 804 | 2026-05-14T15:02:58.474Z | Downloaded opaque-debug v0.3.1 |
| 805 | 2026-05-14T15:02:58.478Z | Downloaded libsw v3.5.0 |
| 806 | 2026-05-14T15:02:58.478Z | Downloaded num_threads v0.1.7 |
| 807 | 2026-05-14T15:02:58.478Z | Downloaded linked-hash-map v0.5.6 |
| 808 | 2026-05-14T15:02:58.478Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-05-14T15:02:58.478Z | Downloaded libloading v0.8.9 |
| 810 | 2026-05-14T15:02:58.481Z | Downloaded hyper-rustls v0.27.7 |
| 811 | 2026-05-14T15:02:58.481Z | Downloaded derive-where v1.6.0 |
| 812 | 2026-05-14T15:02:58.484Z | Downloaded base64 v0.22.1 |
| 813 | 2026-05-14T15:02:58.484Z | Downloaded oso-derive v0.27.3 |
| 814 | 2026-05-14T15:02:58.487Z | Downloaded packed_struct_codegen v0.10.1 |
| 815 | 2026-05-14T15:02:58.487Z | Downloaded derive_more v0.99.20 |
| 816 | 2026-05-14T15:02:58.490Z | Downloaded half v1.8.3 |
| 817 | 2026-05-14T15:02:58.490Z | Downloaded darling v0.20.11 |
| 818 | 2026-05-14T15:02:58.497Z | Downloaded openssl-probe v0.2.1 |
| 819 | 2026-05-14T15:02:58.502Z | Downloaded mime_guess v2.0.5 |
| 820 | 2026-05-14T15:02:58.505Z | Downloaded path-slash v0.1.5 |
| 821 | 2026-05-14T15:02:58.508Z | Downloaded native-tls v0.2.18 |
| 822 | 2026-05-14T15:02:58.508Z | Downloaded bytes v1.11.1 |
| 823 | 2026-05-14T15:02:58.513Z | Downloaded getrandom v0.3.4 |
| 824 | 2026-05-14T15:02:58.516Z | Downloaded newtype-uuid v1.3.2 |
| 825 | 2026-05-14T15:02:58.516Z | Downloaded parse-size v1.1.0 |
| 826 | 2026-05-14T15:02:58.516Z | Downloaded nanorand v0.7.0 |
| 827 | 2026-05-14T15:02:58.526Z | Downloaded multer v3.1.0 |
| 828 | 2026-05-14T15:02:58.526Z | Downloaded dropshot_endpoint v0.16.7 |
| 829 | 2026-05-14T15:02:58.547Z | Downloaded peg-runtime v0.8.5 |
| 830 | 2026-05-14T15:02:58.547Z | Downloaded pbkdf2 v0.12.2 |
| 831 | 2026-05-14T15:02:58.547Z | Downloaded num-complex v0.4.6 |
| 832 | 2026-05-14T15:02:58.547Z | Downloaded half v2.7.1 |
| 833 | 2026-05-14T15:02:58.547Z | Downloaded num_enum v0.7.5 |
| 834 | 2026-05-14T15:02:58.548Z | Downloaded nonempty v0.12.0 |
| 835 | 2026-05-14T15:02:58.548Z | Downloaded compact_str v0.8.1 |
| 836 | 2026-05-14T15:02:58.556Z | Downloaded pin-utils v0.1.0 |
| 837 | 2026-05-14T15:02:58.557Z | Downloaded phf_shared v0.13.1 |
| 838 | 2026-05-14T15:02:58.557Z | Downloaded phf_shared v0.12.1 |
| 839 | 2026-05-14T15:02:58.557Z | Downloaded num_enum v0.5.11 |
| 840 | 2026-05-14T15:02:58.557Z | Downloaded num-rational v0.4.2 |
| 841 | 2026-05-14T15:02:58.557Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-14T15:02:58.557Z | Downloaded const_format v0.2.35 |
| 843 | 2026-05-14T15:02:58.557Z | Downloaded flume v0.11.1 |
| 844 | 2026-05-14T15:02:58.557Z | Downloaded darling_core v0.23.0 |
| 845 | 2026-05-14T15:02:58.557Z | Downloaded parse-display v0.10.0 |
| 846 | 2026-05-14T15:02:58.558Z | Downloaded ignore v0.4.25 |
| 847 | 2026-05-14T15:02:58.564Z | Downloaded darling_core v0.20.11 |
| 848 | 2026-05-14T15:02:58.564Z | Downloaded precomputed-hash v0.1.1 |
| 849 | 2026-05-14T15:02:58.573Z | Downloaded powerfmt v0.2.0 |
| 850 | 2026-05-14T15:02:58.576Z | Downloaded predicates-tree v1.0.13 |
| 851 | 2026-05-14T15:02:58.576Z | Downloaded predicates-core v1.0.10 |
| 852 | 2026-05-14T15:02:58.576Z | Downloaded pbkdf2 v0.11.0 |
| 853 | 2026-05-14T15:02:58.579Z | Downloaded oxnet v0.1.4 |
| 854 | 2026-05-14T15:02:58.579Z | Downloaded oxide-tokio-rt v0.1.4 |
| 855 | 2026-05-14T15:02:58.582Z | Downloaded jobserver v0.1.34 |
| 856 | 2026-05-14T15:02:58.582Z | Downloaded progenitor-client v0.10.0 |
| 857 | 2026-05-14T15:02:58.585Z | Downloaded progenitor-client v0.14.0 |
| 858 | 2026-05-14T15:02:58.585Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 859 | 2026-05-14T15:02:58.585Z | Downloaded peg-macros v0.8.5 |
| 860 | 2026-05-14T15:02:58.588Z | Downloaded arc-swap v1.8.2 |
| 861 | 2026-05-14T15:02:58.588Z | Downloaded packed_struct v0.10.1 |
| 862 | 2026-05-14T15:02:58.592Z | Downloaded psl-types v2.0.11 |
| 863 | 2026-05-14T15:02:58.592Z | Downloaded progenitor-client v0.11.2 |
| 864 | 2026-05-14T15:02:58.592Z | Downloaded proc-macro-crate v3.4.0 |
| 865 | 2026-05-14T15:02:58.600Z | Downloaded heapless v0.7.17 |
| 866 | 2026-05-14T15:02:58.600Z | Downloaded parking_lot_core v0.8.6 |
| 867 | 2026-05-14T15:02:58.600Z | Downloaded password-hash v0.5.0 |
| 868 | 2026-05-14T15:02:58.600Z | Downloaded phf_shared v0.11.3 |
| 869 | 2026-05-14T15:02:58.600Z | Downloaded pem v3.0.6 |
| 870 | 2026-05-14T15:02:58.600Z | Downloaded parse-display-derive v0.10.0 |
| 871 | 2026-05-14T15:02:58.600Z | Downloaded num_enum_derive v0.7.5 |
| 872 | 2026-05-14T15:02:58.605Z | Downloaded nu-ansi-term v0.50.3 |
| 873 | 2026-05-14T15:02:58.605Z | Downloaded pin-project-internal v1.1.11 |
| 874 | 2026-05-14T15:02:58.605Z | Downloaded quick-error v1.2.3 |
| 875 | 2026-05-14T15:02:58.609Z | Downloaded memmap2 v0.9.10 |
| 876 | 2026-05-14T15:02:58.610Z | Downloaded headers v0.4.1 |
| 877 | 2026-05-14T15:02:58.613Z | Downloaded progenitor-macro v0.11.2 |
| 878 | 2026-05-14T15:02:58.613Z | Downloaded pin-project-lite v0.2.17 |
| 879 | 2026-05-14T15:02:58.613Z | Downloaded progenitor-macro v0.14.0 |
| 880 | 2026-05-14T15:02:58.615Z | Downloaded progenitor-macro v0.13.0 |
| 881 | 2026-05-14T15:02:58.616Z | Downloaded derive_more v2.1.1 |
| 882 | 2026-05-14T15:02:58.620Z | Downloaded phf v0.12.1 |
| 883 | 2026-05-14T15:02:58.623Z | Downloaded pem-rfc7468 v0.7.0 |
| 884 | 2026-05-14T15:02:58.623Z | Downloaded pkg-config v0.3.32 |
| 885 | 2026-05-14T15:02:58.626Z | Downloaded radium v0.7.0 |
| 886 | 2026-05-14T15:02:58.627Z | Downloaded phf v0.13.1 |
| 887 | 2026-05-14T15:02:58.627Z | Downloaded paste v1.0.15 |
| 888 | 2026-05-14T15:02:58.629Z | Downloaded omicron-zone-package v0.12.2 |
| 889 | 2026-05-14T15:02:58.629Z | Downloaded rand_chacha v0.3.1 |
| 890 | 2026-05-14T15:02:58.632Z | Downloaded predicates v3.1.4 |
| 891 | 2026-05-14T15:02:58.632Z | Downloaded crypto-bigint v0.5.5 |
| 892 | 2026-05-14T15:02:58.635Z | Downloaded ppv-lite86 v0.2.21 |
| 893 | 2026-05-14T15:02:58.638Z | Downloaded parking_lot v0.11.2 |
| 894 | 2026-05-14T15:02:58.638Z | Downloaded postgres-protocol v0.6.10 |
| 895 | 2026-05-14T15:02:58.641Z | Downloaded poly1305 v0.8.0 |
| 896 | 2026-05-14T15:02:58.641Z | Downloaded async-compression v0.4.41 |
| 897 | 2026-05-14T15:02:58.647Z | Downloaded ref-cast-impl v1.0.25 |
| 898 | 2026-05-14T15:02:58.647Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 899 | 2026-05-14T15:02:58.647Z | Downloaded indicatif v0.18.4 |
| 900 | 2026-05-14T15:02:58.655Z | Downloaded progenitor v0.14.0 |
| 901 | 2026-05-14T15:02:58.655Z | Downloaded recursive v0.1.1 |
| 902 | 2026-05-14T15:02:58.655Z | Downloaded rand_xorshift v0.4.0 |
| 903 | 2026-05-14T15:02:58.655Z | Downloaded progenitor-extras v0.2.0 |
| 904 | 2026-05-14T15:02:58.655Z | Downloaded progenitor-client v0.13.0 |
| 905 | 2026-05-14T15:02:58.655Z | Downloaded primeorder v0.13.6 |
| 906 | 2026-05-14T15:02:58.659Z | Downloaded progenitor v0.13.0 |
| 907 | 2026-05-14T15:02:58.659Z | Downloaded progenitor v0.10.0 |
| 908 | 2026-05-14T15:02:58.659Z | Downloaded proc-macro-error2 v2.0.1 |
| 909 | 2026-05-14T15:02:58.659Z | Downloaded proc-macro-crate v1.3.1 |
| 910 | 2026-05-14T15:02:58.659Z | Downloaded polyval v0.6.2 |
| 911 | 2026-05-14T15:02:58.666Z | Downloaded parking_lot v0.12.5 |
| 912 | 2026-05-14T15:02:58.666Z | Downloaded hickory-resolver v0.25.2 |
| 913 | 2026-05-14T15:02:58.671Z | Downloaded heapless v0.8.0 |
| 914 | 2026-05-14T15:02:58.671Z | Downloaded progenitor v0.11.2 |
| 915 | 2026-05-14T15:02:58.671Z | Downloaded parking_lot_core v0.9.12 |
| 916 | 2026-05-14T15:02:58.671Z | Downloaded libbz2-rs-sys v0.2.2 |
| 917 | 2026-05-14T15:02:58.675Z | Downloaded owo-colors v4.3.0 |
| 918 | 2026-05-14T15:02:58.675Z | Downloaded indexmap v1.9.3 |
| 919 | 2026-05-14T15:02:58.675Z | Downloaded diesel_derives v2.3.7 |
| 920 | 2026-05-14T15:02:58.678Z | Downloaded rfc6979 v0.4.0 |
| 921 | 2026-05-14T15:02:58.678Z | Downloaded rustc_version v0.4.1 |
| 922 | 2026-05-14T15:02:58.683Z | Downloaded progenitor-macro v0.10.0 |
| 923 | 2026-05-14T15:02:58.683Z | Downloaded password-hash v0.4.2 |
| 924 | 2026-05-14T15:02:58.683Z | Downloaded rustc-hash v2.1.1 |
| 925 | 2026-05-14T15:02:58.683Z | Downloaded rtoolbox v0.0.3 |
| 926 | 2026-05-14T15:02:58.683Z | Downloaded rustc_version v0.1.7 |
| 927 | 2026-05-14T15:02:58.691Z | Downloaded num-integer v0.1.46 |
| 928 | 2026-05-14T15:02:58.691Z | Downloaded der v0.7.10 |
| 929 | 2026-05-14T15:02:58.698Z | Downloaded flate2 v1.1.9 |
| 930 | 2026-05-14T15:02:58.698Z | Downloaded pkcs8 v0.10.2 |
| 931 | 2026-05-14T15:02:58.698Z | Downloaded pkcs5 v0.7.1 |
| 932 | 2026-05-14T15:02:58.698Z | Downloaded pkcs1 v0.7.5 |
| 933 | 2026-05-14T15:02:58.702Z | Downloaded peg v0.8.5 |
| 934 | 2026-05-14T15:02:58.702Z | Downloaded r2d2 v0.8.10 |
| 935 | 2026-05-14T15:02:58.702Z | Downloaded oso v0.27.3 |
| 936 | 2026-05-14T15:02:58.702Z | Downloaded russh-cryptovec v0.7.3 |
| 937 | 2026-05-14T15:02:58.705Z | Downloaded ed25519-dalek v2.2.0 |
| 938 | 2026-05-14T15:02:58.705Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-05-14T15:02:58.708Z | Downloaded miniz_oxide v0.8.9 |
| 940 | 2026-05-14T15:02:58.708Z | Downloaded rand_seeder v0.4.0 |
| 941 | 2026-05-14T15:02:58.708Z | Downloaded hashbrown v0.13.2 |
| 942 | 2026-05-14T15:02:58.711Z | Downloaded postgres-types v0.2.12 |
| 943 | 2026-05-14T15:02:58.721Z | Downloaded hashbrown v0.12.3 |
| 944 | 2026-05-14T15:02:58.725Z | Downloaded libsw-core v0.3.2 |
| 945 | 2026-05-14T15:02:58.725Z | Downloaded sapling-renderdag v0.1.0 |
| 946 | 2026-05-14T15:02:58.725Z | Downloaded same-file v1.0.6 |
| 947 | 2026-05-14T15:02:58.725Z | Downloaded hickory-resolver v0.24.4 |
| 948 | 2026-05-14T15:02:58.726Z | Downloaded rand_core v0.6.4 |
| 949 | 2026-05-14T15:02:58.726Z | Downloaded derive_more-impl v2.1.1 |
| 950 | 2026-05-14T15:02:58.726Z | Downloaded salsa20 v0.10.2 |
| 951 | 2026-05-14T15:02:58.729Z | Downloaded ref-cast v1.0.25 |
| 952 | 2026-05-14T15:02:58.729Z | Downloaded scheduled-thread-pool v0.2.7 |
| 953 | 2026-05-14T15:02:58.729Z | Downloaded ingot-types v0.1.2 |
| 954 | 2026-05-14T15:02:58.729Z | Downloaded ingot-macros v0.1.1 |
| 955 | 2026-05-14T15:02:58.733Z | Downloaded elliptic-curve v0.13.8 |
| 956 | 2026-05-14T15:02:58.733Z | Downloaded num_enum_derive v0.5.11 |
| 957 | 2026-05-14T15:02:58.735Z | Downloaded lock_api v0.4.14 |
| 958 | 2026-05-14T15:02:58.735Z | Downloaded scrypt v0.11.0 |
| 959 | 2026-05-14T15:02:58.740Z | Downloaded scopeguard v1.2.0 |
| 960 | 2026-05-14T15:02:58.740Z | Downloaded jiff-static v0.2.21 |
| 961 | 2026-05-14T15:02:58.740Z | Downloaded scroll_derive v0.13.1 |
| 962 | 2026-05-14T15:02:58.740Z | Downloaded secrecy v0.10.3 |
| 963 | 2026-05-14T15:02:58.743Z | Downloaded pin-project v1.1.11 |
| 964 | 2026-05-14T15:02:58.747Z | Downloaded serde-big-array v0.5.1 |
| 965 | 2026-05-14T15:02:58.751Z | Downloaded aes v0.8.4 |
| 966 | 2026-05-14T15:02:58.755Z | Downloaded serde_spanned v1.0.4 |
| 967 | 2026-05-14T15:02:58.755Z | Downloaded serde_bytes v0.11.19 |
| 968 | 2026-05-14T15:02:58.755Z | Downloaded rustls-native-certs v0.8.3 |
| 969 | 2026-05-14T15:02:58.758Z | Downloaded serde_urlencoded v0.7.1 |
| 970 | 2026-05-14T15:02:58.758Z | Downloaded expectorate v1.2.0 |
| 971 | 2026-05-14T15:02:58.758Z | Downloaded openssl-sys v0.9.115 |
| 972 | 2026-05-14T15:02:58.762Z | Downloaded postcard v1.1.3 |
| 973 | 2026-05-14T15:02:58.765Z | Downloaded semver v0.1.20 |
| 974 | 2026-05-14T15:02:58.765Z | Downloaded hickory-server v0.25.2 |
| 975 | 2026-05-14T15:02:58.768Z | Downloaded quinn-udp v0.5.14 |
| 976 | 2026-05-14T15:02:58.771Z | Downloaded psm v0.1.30 |
| 977 | 2026-05-14T15:02:58.771Z | Downloaded serde_plain v1.0.2 |
| 978 | 2026-05-14T15:02:58.774Z | Downloaded signal-hook-mio v0.2.5 |
| 979 | 2026-05-14T15:02:58.774Z | Downloaded shell-words v1.1.1 |
| 980 | 2026-05-14T15:02:58.774Z | Downloaded sha1 v0.10.6 |
| 981 | 2026-05-14T15:02:58.777Z | Downloaded serde_repr v0.1.20 |
| 982 | 2026-05-14T15:02:58.777Z | Downloaded signal-hook-tokio v0.3.1 |
| 983 | 2026-05-14T15:02:58.780Z | Downloaded sigpipe v0.1.3 |
| 984 | 2026-05-14T15:02:58.780Z | Downloaded rustls-pemfile v1.0.4 |
| 985 | 2026-05-14T15:02:58.780Z | Downloaded rustversion v1.0.22 |
| 986 | 2026-05-14T15:02:58.783Z | Downloaded rand_core v0.9.5 |
| 987 | 2026-05-14T15:02:58.783Z | Downloaded rand_chacha v0.9.0 |
| 988 | 2026-05-14T15:02:58.786Z | Downloaded minimal-lexical v0.2.1 |
| 989 | 2026-05-14T15:02:58.788Z | Downloaded prefix-trie v0.7.0 |
| 990 | 2026-05-14T15:02:58.791Z | Downloaded siphasher v1.0.2 |
| 991 | 2026-05-14T15:02:58.791Z | Downloaded seq-macro v0.3.6 |
| 992 | 2026-05-14T15:02:58.791Z | Downloaded resolv-conf v0.7.6 |
| 993 | 2026-05-14T15:02:58.794Z | Downloaded slog-bunyan v2.5.0 |
| 994 | 2026-05-14T15:02:58.794Z | Downloaded rusty-fork v0.3.1 |
| 995 | 2026-05-14T15:02:58.795Z | Downloaded rustls-pemfile v2.2.0 |
| 996 | 2026-05-14T15:02:58.797Z | Downloaded allocator-api2 v0.2.21 |
| 997 | 2026-05-14T15:02:58.797Z | Downloaded openssl-macros v0.1.1 |
| 998 | 2026-05-14T15:02:58.801Z | Downloaded iana-time-zone v0.1.65 |
| 999 | 2026-05-14T15:02:58.801Z | Downloaded httparse v1.10.1 |
| 1000 | 2026-05-14T15:02:58.803Z | Downloaded dropshot_endpoint v0.17.0 |
| 1001 | 2026-05-14T15:02:58.803Z | Downloaded slog-envlogger v2.2.0 |
| 1002 | 2026-05-14T15:02:58.809Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-05-14T15:02:58.813Z | Downloaded schemars_derive v0.8.22 |
| 1004 | 2026-05-14T15:02:58.816Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-05-14T15:02:58.820Z | Downloaded serde-hex v0.1.0 |
| 1006 | 2026-05-14T15:02:58.823Z | Downloaded secrecy v0.8.0 |
| 1007 | 2026-05-14T15:02:58.826Z | Downloaded sct v0.7.1 |
| 1008 | 2026-05-14T15:02:58.832Z | Downloaded ssh-encoding v0.2.0 |
| 1009 | 2026-05-14T15:02:58.835Z | Downloaded http v1.4.0 |
| 1010 | 2026-05-14T15:02:58.835Z | Downloaded crossterm v0.28.1 |
| 1011 | 2026-05-14T15:02:58.842Z | Downloaded p256 v0.13.2 |
| 1012 | 2026-05-14T15:02:58.849Z | Downloaded serde_path_to_error v0.1.20 |
| 1013 | 2026-05-14T15:02:58.852Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1014 | 2026-05-14T15:02:58.857Z | Downloaded structmeta-derive v0.3.0 |
| 1015 | 2026-05-14T15:02:58.857Z | Downloaded papergrid v0.17.0 |
| 1016 | 2026-05-14T15:02:58.857Z | Downloaded signal-hook-registry v1.4.8 |
| 1017 | 2026-05-14T15:02:58.861Z | Downloaded shlex v1.3.0 |
| 1018 | 2026-05-14T15:02:58.862Z | Downloaded simd-adler32 v0.3.8 |
| 1019 | 2026-05-14T15:02:58.869Z | Downloaded signature v2.2.0 |
| 1020 | 2026-05-14T15:02:58.874Z | Downloaded structmeta v0.3.0 |
| 1021 | 2026-05-14T15:02:58.874Z | Downloaded slab v0.4.12 |
| 1022 | 2026-05-14T15:02:58.874Z | Downloaded sync_wrapper v1.0.2 |
| 1023 | 2026-05-14T15:02:58.874Z | Downloaded strum v0.26.3 |
| 1024 | 2026-05-14T15:02:58.874Z | Downloaded rcgen v0.12.1 |
| 1025 | 2026-05-14T15:02:58.874Z | Downloaded slog-stdlog v4.1.1 |
| 1026 | 2026-05-14T15:02:58.878Z | Downloaded progenitor-impl v0.10.0 |
| 1027 | 2026-05-14T15:02:58.879Z | Downloaded subtle v2.6.1 |
| 1028 | 2026-05-14T15:02:58.879Z | Downloaded strum v0.27.2 |
| 1029 | 2026-05-14T15:02:58.879Z | Downloaded slog-dtrace v0.3.0 |
| 1030 | 2026-05-14T15:02:58.879Z | Downloaded slog-async v2.8.0 |
| 1031 | 2026-05-14T15:02:58.883Z | Downloaded tagptr v0.2.0 |
| 1032 | 2026-05-14T15:02:58.883Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-14T15:02:58.887Z | Downloaded take_mut v0.2.2 |
| 1034 | 2026-05-14T15:02:58.887Z | Downloaded tabled_derive v0.11.0 |
| 1035 | 2026-05-14T15:02:58.887Z | Downloaded termtree v0.5.1 |
| 1036 | 2026-05-14T15:02:58.887Z | Downloaded tabwriter v1.4.1 |
| 1037 | 2026-05-14T15:02:58.890Z | Downloaded tap v1.0.1 |
| 1038 | 2026-05-14T15:02:58.890Z | Downloaded sync-ptr v0.1.4 |
| 1039 | 2026-05-14T15:02:58.890Z | Downloaded smallvec v0.6.14 |
| 1040 | 2026-05-14T15:02:58.893Z | Downloaded slog-scope v4.4.1 |
| 1041 | 2026-05-14T15:02:58.893Z | Downloaded sec1 v0.7.3 |
| 1042 | 2026-05-14T15:02:58.893Z | Downloaded progenitor-impl v0.11.2 |
| 1043 | 2026-05-14T15:02:58.896Z | Downloaded itertools v0.10.5 |
| 1044 | 2026-05-14T15:02:58.899Z | Downloaded spki v0.7.3 |
| 1045 | 2026-05-14T15:02:58.923Z | Downloaded smf v0.2.3 |
| 1046 | 2026-05-14T15:02:58.924Z | Downloaded sqlparser_derive v0.5.0 |
| 1047 | 2026-05-14T15:02:58.924Z | Downloaded slog-term v2.9.2 |
| 1048 | 2026-05-14T15:02:58.924Z | Downloaded testing_table v0.3.0 |
| 1049 | 2026-05-14T15:02:58.927Z | Downloaded ssh-cipher v0.2.0 |
| 1050 | 2026-05-14T15:02:58.928Z | Downloaded snafu-derive v0.8.9 |
| 1051 | 2026-05-14T15:02:58.928Z | Downloaded russh-keys v0.45.0 |
| 1052 | 2026-05-14T15:02:58.928Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1053 | 2026-05-14T15:02:58.928Z | Downloaded serde_with_macros v3.17.0 |
| 1054 | 2026-05-14T15:02:58.928Z | Downloaded hyper-util v0.1.20 |
| 1055 | 2026-05-14T15:02:58.928Z | Downloaded serde_derive_internals v0.29.1 |
| 1056 | 2026-05-14T15:02:58.928Z | Downloaded tinyvec_macros v0.1.1 |
| 1057 | 2026-05-14T15:02:58.928Z | Downloaded stringprep v0.1.5 |
| 1058 | 2026-05-14T15:02:58.928Z | Downloaded serde_cbor v0.11.2 |
| 1059 | 2026-05-14T15:02:58.931Z | Downloaded prettyplease v0.2.37 |
| 1060 | 2026-05-14T15:02:58.931Z | Downloaded time-core v0.1.8 |
| 1061 | 2026-05-14T15:02:58.934Z | Downloaded string_cache v0.8.9 |
| 1062 | 2026-05-14T15:02:58.934Z | Downloaded static_assertions v1.1.0 |
| 1063 | 2026-05-14T15:02:58.937Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-14T15:02:58.937Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1065 | 2026-05-14T15:02:58.940Z | Downloaded tokio-macros v2.7.0 |
| 1066 | 2026-05-14T15:02:58.940Z | Downloaded strum_macros v0.26.4 |
| 1067 | 2026-05-14T15:02:58.943Z | Downloaded mio v1.2.0 |
| 1068 | 2026-05-14T15:02:58.946Z | Downloaded pretty_assertions v1.4.1 |
| 1069 | 2026-05-14T15:02:58.949Z | Downloaded strum_macros v0.24.3 |
| 1070 | 2026-05-14T15:02:58.949Z | Downloaded ryu v1.0.23 |
| 1071 | 2026-05-14T15:02:58.952Z | Downloaded rustls-pki-types v1.14.0 |
| 1072 | 2026-05-14T15:02:58.955Z | Downloaded schemars v0.8.22 |
| 1073 | 2026-05-14T15:02:58.960Z | Downloaded support-bundle-viewer v0.1.2 |
| 1074 | 2026-05-14T15:02:58.963Z | Downloaded progenitor-impl v0.14.0 |
| 1075 | 2026-05-14T15:02:58.963Z | Downloaded strum_macros v0.27.2 |
| 1076 | 2026-05-14T15:02:58.967Z | Downloaded termios v0.3.3 |
| 1077 | 2026-05-14T15:02:58.970Z | Downloaded thread_local v1.1.9 |
| 1078 | 2026-05-14T15:02:58.973Z | Downloaded quinn v0.11.9 |
| 1079 | 2026-05-14T15:02:58.980Z | Downloaded nom v7.1.3 |
| 1080 | 2026-05-14T15:02:58.983Z | Downloaded ron v0.8.1 |
| 1081 | 2026-05-14T15:02:58.986Z | Downloaded sqlformat v0.3.5 |
| 1082 | 2026-05-14T15:02:58.986Z | Downloaded thread-id v5.1.0 |
| 1083 | 2026-05-14T15:02:58.989Z | Downloaded topological-sort v0.2.2 |
| 1084 | 2026-05-14T15:02:58.989Z | Downloaded thiserror-no-std v2.0.2 |
| 1085 | 2026-05-14T15:02:58.992Z | Downloaded spin v0.9.8 |
| 1086 | 2026-05-14T15:02:58.992Z | Downloaded tiny-keccak v2.0.2 |
| 1087 | 2026-05-14T15:02:58.996Z | Downloaded libxml v0.3.3 |
| 1088 | 2026-05-14T15:02:58.999Z | Downloaded similar v2.7.0 |
| 1089 | 2026-05-14T15:02:59.002Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2026-05-14T15:02:59.002Z | Downloaded try-lock v0.2.5 |
| 1091 | 2026-05-14T15:02:59.005Z | Downloaded tls_codec v0.4.2 |
| 1092 | 2026-05-14T15:02:59.005Z | Downloaded time-macros v0.2.27 |
| 1093 | 2026-05-14T15:02:59.009Z | Downloaded tower-service v0.3.3 |
| 1094 | 2026-05-14T15:02:59.009Z | Downloaded qorb v0.4.1 |
| 1095 | 2026-05-14T15:02:59.014Z | Downloaded hashbrown v0.15.5 |
| 1096 | 2026-05-14T15:02:59.022Z | Downloaded tokio-dtrace v0.1.1 |
| 1097 | 2026-05-14T15:02:59.022Z | Downloaded signal-hook v0.3.18 |
| 1098 | 2026-05-14T15:02:59.022Z | Downloaded num-bigint v0.4.6 |
| 1099 | 2026-05-14T15:02:59.022Z | Downloaded unarray v0.1.4 |
| 1100 | 2026-05-14T15:02:59.023Z | Downloaded trait-variant v0.1.2 |
| 1101 | 2026-05-14T15:02:59.023Z | Downloaded tokio-rustls v0.25.0 |
| 1102 | 2026-05-14T15:02:59.028Z | Downloaded itertools v0.13.0 |
| 1103 | 2026-05-14T15:02:59.028Z | Downloaded typify-macro v0.6.2 |
| 1104 | 2026-05-14T15:02:59.028Z | Downloaded slog v2.8.2 |
| 1105 | 2026-05-14T15:02:59.032Z | Downloaded untrusted v0.7.1 |
| 1106 | 2026-05-14T15:02:59.032Z | Downloaded tokio-native-tls v0.3.1 |
| 1107 | 2026-05-14T15:02:59.032Z | Downloaded slog-json v2.6.1 |
| 1108 | 2026-05-14T15:02:59.032Z | Downloaded iri-string v0.7.10 |
| 1109 | 2026-05-14T15:02:59.036Z | Downloaded tokio-tungstenite v0.23.1 |
| 1110 | 2026-05-14T15:02:59.039Z | Downloaded tokio-tungstenite v0.21.0 |
| 1111 | 2026-05-14T15:02:59.039Z | Downloaded num-bigint-dig v0.8.6 |
| 1112 | 2026-05-14T15:02:59.044Z | Downloaded untrusted v0.9.0 |
| 1113 | 2026-05-14T15:02:59.047Z | Downloaded unit-prefix v0.5.2 |
| 1114 | 2026-05-14T15:02:59.047Z | Downloaded term v0.7.0 |
| 1115 | 2026-05-14T15:02:59.047Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1116 | 2026-05-14T15:02:59.047Z | Downloaded rand v0.9.2 |
| 1117 | 2026-05-14T15:02:59.051Z | Downloaded publicsuffix v2.3.0 |
| 1118 | 2026-05-14T15:02:59.056Z | Downloaded hyper v1.8.1 |
| 1119 | 2026-05-14T15:02:59.056Z | Downloaded utf-8 v0.7.6 |
| 1120 | 2026-05-14T15:02:59.056Z | Downloaded usdt-macro v0.6.0 |
| 1121 | 2026-05-14T15:02:59.056Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1122 | 2026-05-14T15:02:59.059Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1123 | 2026-05-14T15:02:59.059Z | Downloaded term v1.2.1 |
| 1124 | 2026-05-14T15:02:59.059Z | Downloaded rsa v0.9.10 |
| 1125 | 2026-05-14T15:02:59.062Z | Downloaded usdt-attr-macro v0.6.0 |
| 1126 | 2026-05-14T15:02:59.065Z | Downloaded usdt v0.6.0 |
| 1127 | 2026-05-14T15:02:59.065Z | Downloaded unicode-truncate v1.1.0 |
| 1128 | 2026-05-14T15:02:59.065Z | Downloaded itertools v0.12.1 |
| 1129 | 2026-05-14T15:02:59.069Z | Downloaded rand v0.8.6 |
| 1130 | 2026-05-14T15:02:59.072Z | Downloaded void v1.0.2 |
| 1131 | 2026-05-14T15:02:59.072Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1132 | 2026-05-14T15:02:59.074Z | Downloaded hashbrown v0.16.1 |
| 1133 | 2026-05-14T15:02:59.077Z | Downloaded crossterm v0.29.0 |
| 1134 | 2026-05-14T15:02:59.080Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-14T15:02:59.080Z | Downloaded rayon-core v1.13.0 |
| 1136 | 2026-05-14T15:02:59.084Z | Downloaded want v0.3.1 |
| 1137 | 2026-05-14T15:02:59.084Z | Downloaded hkdf v0.12.4 |
| 1138 | 2026-05-14T15:02:59.089Z | Downloaded unicase v2.9.0 |
| 1139 | 2026-05-14T15:02:59.089Z | Downloaded tls_codec_derive v0.4.2 |
| 1140 | 2026-05-14T15:02:59.089Z | Downloaded schemars v0.9.0 |
| 1141 | 2026-05-14T15:02:59.093Z | Downloaded waitgroup v0.1.2 |
| 1142 | 2026-05-14T15:02:59.096Z | Downloaded wait-timeout v0.2.1 |
| 1143 | 2026-05-14T15:02:59.096Z | Downloaded typify-macro v0.4.3 |
| 1144 | 2026-05-14T15:02:59.096Z | Downloaded tokio-rustls v0.24.1 |
| 1145 | 2026-05-14T15:02:59.099Z | Downloaded xattr v1.6.1 |
| 1146 | 2026-05-14T15:02:59.099Z | Downloaded usdt-impl v0.6.0 |
| 1147 | 2026-05-14T15:02:59.099Z | Downloaded subprocess v0.2.15 |
| 1148 | 2026-05-14T15:02:59.106Z | Downloaded samael v0.0.19 |
| 1149 | 2026-05-14T15:02:59.110Z | Downloaded libm v0.2.16 |
| 1150 | 2026-05-14T15:02:59.114Z | Downloaded tokio-rustls v0.26.4 |
| 1151 | 2026-05-14T15:02:59.114Z | Downloaded socket2 v0.5.10 |
| 1152 | 2026-05-14T15:02:59.114Z | Downloaded schemars v1.2.1 |
| 1153 | 2026-05-14T15:02:59.120Z | Downloaded xshell-macros v0.2.7 |
| 1154 | 2026-05-14T15:02:59.127Z | Downloaded vergen-gitcl v1.0.8 |
| 1155 | 2026-05-14T15:02:59.127Z | Downloaded vergen-git2 v1.0.7 |
| 1156 | 2026-05-14T15:02:59.127Z | Downloaded rand v0.10.0 |
| 1157 | 2026-05-14T15:02:59.134Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1158 | 2026-05-14T15:02:59.134Z | Downloaded test-strategy v0.4.5 |
| 1159 | 2026-05-14T15:02:59.134Z | Downloaded snafu v0.8.9 |
| 1160 | 2026-05-14T15:02:59.134Z | Downloaded universal-hash v0.5.1 |
| 1161 | 2026-05-14T15:02:59.134Z | Downloaded socket2 v0.6.3 |
| 1162 | 2026-05-14T15:02:59.139Z | Downloaded futures-util v0.3.32 |
| 1163 | 2026-05-14T15:02:59.144Z | Downloaded zone v0.3.1 |
| 1164 | 2026-05-14T15:02:59.144Z | Downloaded uzers v0.12.2 |
| 1165 | 2026-05-14T15:02:59.149Z | Downloaded tinyvec v1.10.0 |
| 1166 | 2026-05-14T15:02:59.149Z | Downloaded p521 v0.13.3 |
| 1167 | 2026-05-14T15:02:59.149Z | Downloaded zone_cfg_derive v0.3.1 |
| 1168 | 2026-05-14T15:02:59.149Z | Downloaded vsss-rs v3.3.4 |
| 1169 | 2026-05-14T15:02:59.153Z | Downloaded iddqd v0.3.18 |
| 1170 | 2026-05-14T15:02:59.153Z | Downloaded vergen-lib v0.1.6 |
| 1171 | 2026-05-14T15:02:59.157Z | Downloaded unicode-properties v0.1.4 |
| 1172 | 2026-05-14T15:02:59.157Z | Downloaded rustls-webpki v0.103.9 |
| 1173 | 2026-05-14T15:02:59.161Z | Downloaded walkdir v2.5.0 |
| 1174 | 2026-05-14T15:02:59.161Z | Downloaded h2 v0.4.13 |
| 1175 | 2026-05-14T15:02:59.164Z | Downloaded whoami v2.1.0 |
| 1176 | 2026-05-14T15:02:59.164Z | Downloaded tokio-stream v0.1.18 |
| 1177 | 2026-05-14T15:02:59.167Z | Downloaded tar v0.4.45 |
| 1178 | 2026-05-14T15:02:59.170Z | Downloaded itertools v0.14.0 |
| 1179 | 2026-05-14T15:02:59.173Z | Downloaded wyz v0.5.1 |
| 1180 | 2026-05-14T15:02:59.177Z | Downloaded xshell v0.2.7 |
| 1181 | 2026-05-14T15:02:59.177Z | Downloaded vergen v9.0.6 |
| 1182 | 2026-05-14T15:02:59.180Z | Downloaded whoami v1.6.1 |
| 1183 | 2026-05-14T15:02:59.180Z | Downloaded toml v0.7.8 |
| 1184 | 2026-05-14T15:02:59.180Z | Downloaded zeroize v1.8.2 |
| 1185 | 2026-05-14T15:02:59.183Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1186 | 2026-05-14T15:02:59.189Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1187 | 2026-05-14T15:02:59.196Z | Downloaded tracing-attributes v0.1.31 |
| 1188 | 2026-05-14T15:02:59.199Z | Downloaded zstd v0.13.3 |
| 1189 | 2026-05-14T15:02:59.204Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-05-14T15:02:59.204Z | Downloaded tungstenite v0.21.0 |
| 1191 | 2026-05-14T15:02:59.207Z | Downloaded twox-hash v2.1.2 |
| 1192 | 2026-05-14T15:02:59.207Z | Downloaded tungstenite v0.23.0 |
| 1193 | 2026-05-14T15:02:59.210Z | Downloaded unicode-bidi v0.3.18 |
| 1194 | 2026-05-14T15:02:59.210Z | Downloaded typify v0.6.2 |
| 1195 | 2026-05-14T15:02:59.213Z | Downloaded steno v0.4.1 |
| 1196 | 2026-05-14T15:02:59.229Z | Downloaded bitvec v1.0.1 |
| 1197 | 2026-05-14T15:02:59.235Z | Downloaded zeroize_derive v1.4.3 |
| 1198 | 2026-05-14T15:02:59.238Z | Downloaded zerocopy v0.6.6 |
| 1199 | 2026-05-14T15:02:59.239Z | Downloaded russh v0.45.0 |
| 1200 | 2026-05-14T15:02:59.242Z | Downloaded yasna v0.5.2 |
| 1201 | 2026-05-14T15:02:59.245Z | Downloaded rpassword v7.4.0 |
| 1202 | 2026-05-14T15:02:59.246Z | Downloaded uuid v1.23.0 |
| 1203 | 2026-05-14T15:02:59.253Z | Downloaded vte v0.14.1 |
| 1204 | 2026-05-14T15:02:59.257Z | Downloaded rustyline v14.0.0 |
| 1205 | 2026-05-14T15:02:59.262Z | Downloaded blake3 v1.8.3 |
| 1206 | 2026-05-14T15:02:59.267Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-05-14T15:02:59.267Z | Downloaded bindgen v0.71.1 |
| 1208 | 2026-05-14T15:02:59.270Z | Downloaded tracing-core v0.1.36 |
| 1209 | 2026-05-14T15:02:59.270Z | Downloaded tokio-postgres v0.7.16 |
| 1210 | 2026-05-14T15:02:59.273Z | Downloaded aho-corasick v1.1.4 |
| 1211 | 2026-05-14T15:02:59.277Z | Downloaded typify v0.4.3 |
| 1212 | 2026-05-14T15:02:59.280Z | Downloaded reedline v0.40.0 |
| 1213 | 2026-05-14T15:02:59.286Z | Downloaded toml_edit v0.19.15 |
| 1214 | 2026-05-14T15:02:59.295Z | Downloaded git2 v0.20.4 |
| 1215 | 2026-05-14T15:02:59.300Z | Downloaded zopfli v0.8.3 |
| 1216 | 2026-05-14T15:02:59.303Z | Downloaded aws-lc-rs v1.16.3 |
| 1217 | 2026-05-14T15:02:59.307Z | Downloaded ssh-key v0.6.7 |
| 1218 | 2026-05-14T15:02:59.312Z | Downloaded yansi v1.0.1 |
| 1219 | 2026-05-14T15:02:59.316Z | Downloaded zip v0.6.6 |
| 1220 | 2026-05-14T15:02:59.320Z | Downloaded regex v1.12.3 |
| 1221 | 2026-05-14T15:02:59.325Z | Downloaded reqwest v0.12.28 |
| 1222 | 2026-05-14T15:02:59.331Z | Downloaded chrono v0.4.44 |
| 1223 | 2026-05-14T15:02:59.335Z | Downloaded reqwest v0.13.2 |
| 1224 | 2026-05-14T15:02:59.341Z | Downloaded typed-path v0.9.3 |
| 1225 | 2026-05-14T15:02:59.350Z | Downloaded rayon v1.11.0 |
| 1226 | 2026-05-14T15:02:59.356Z | Downloaded unsafe-libyaml v0.2.11 |
| 1227 | 2026-05-14T15:02:59.359Z | Downloaded unicode_categories v0.1.1 |
| 1228 | 2026-05-14T15:02:59.359Z | Downloaded x509-cert v0.2.5 |
| 1229 | 2026-05-14T15:02:59.363Z | Downloaded p384 v0.13.1 |
| 1230 | 2026-05-14T15:02:59.366Z | Downloaded lalrpop v0.19.12 |
| 1231 | 2026-05-14T15:02:59.374Z | Downloaded quick-xml v0.37.5 |
| 1232 | 2026-05-14T15:02:59.379Z | Downloaded unicode-segmentation v1.12.0 |
| 1233 | 2026-05-14T15:02:59.382Z | Downloaded portable-atomic v1.13.1 |
| 1234 | 2026-05-14T15:02:59.388Z | Downloaded rustls-webpki v0.101.7 |
| 1235 | 2026-05-14T15:02:59.397Z | Downloaded unicode-normalization v0.1.25 |
| 1236 | 2026-05-14T15:02:59.402Z | Downloaded dropshot v0.17.0 |
| 1237 | 2026-05-14T15:02:59.415Z | Downloaded rustls-webpki v0.102.8 |
| 1238 | 2026-05-14T15:02:59.423Z | Downloaded zip v4.6.1 |
| 1239 | 2026-05-14T15:02:59.428Z | Downloaded zerocopy-derive v0.8.40 |
| 1240 | 2026-05-14T15:02:59.433Z | Downloaded tower v0.5.3 |
| 1241 | 2026-05-14T15:02:59.438Z | Downloaded petname v2.0.2 |
| 1242 | 2026-05-14T15:02:59.441Z | Downloaded tough v0.22.0 |
| 1243 | 2026-05-14T15:02:59.445Z | Downloaded tokio-util v0.7.18 |
| 1244 | 2026-05-14T15:02:59.449Z | Downloaded serde_with v3.17.0 |
| 1245 | 2026-05-14T15:02:59.457Z | Downloaded curve25519-dalek v4.1.3 |
| 1246 | 2026-05-14T15:02:59.463Z | Downloaded tower-http v0.6.8 |
| 1247 | 2026-05-14T15:02:59.467Z | Downloaded salty v0.3.0 |
| 1248 | 2026-05-14T15:02:59.471Z | Downloaded radix_trie v0.2.1 |
| 1249 | 2026-05-14T15:02:59.477Z | Downloaded goblin v0.10.5 |
| 1250 | 2026-05-14T15:02:59.480Z | Downloaded object v0.30.4 |
| 1251 | 2026-05-14T15:02:59.487Z | Downloaded moka v0.12.13 |
| 1252 | 2026-05-14T15:02:59.492Z | Downloaded nix v0.29.0 |
| 1253 | 2026-05-14T15:02:59.498Z | Downloaded nix v0.28.0 |
| 1254 | 2026-05-14T15:02:59.506Z | Downloaded quinn-proto v0.11.13 |
| 1255 | 2026-05-14T15:02:59.515Z | Downloaded proptest v1.11.0 |
| 1256 | 2026-05-14T15:02:59.530Z | Downloaded nix v0.27.1 |
| 1257 | 2026-05-14T15:02:59.530Z | Downloaded winnow v0.5.40 |
| 1258 | 2026-05-14T15:02:59.533Z | Downloaded nix v0.31.2 |
| 1259 | 2026-05-14T15:02:59.540Z | Downloaded rustls v0.21.12 |
| 1260 | 2026-05-14T15:02:59.543Z | Downloaded object v0.37.3 |
| 1261 | 2026-05-14T15:02:59.549Z | Downloaded zlib-rs v0.6.2 |
| 1262 | 2026-05-14T15:02:59.552Z | Downloaded bstr v1.12.1 |
| 1263 | 2026-05-14T15:02:59.557Z | Downloaded time v0.3.47 |
| 1264 | 2026-05-14T15:02:59.565Z | Downloaded hickory-proto v0.24.4 |
| 1265 | 2026-05-14T15:02:59.573Z | Downloaded winnow v0.6.26 |
| 1266 | 2026-05-14T15:02:59.579Z | Downloaded polar-core v0.27.3 |
| 1267 | 2026-05-14T15:02:59.583Z | Downloaded openssl v0.10.79 |
| 1268 | 2026-05-14T15:02:59.593Z | Downloaded dropshot v0.16.7 |
| 1269 | 2026-05-14T15:02:59.601Z | Downloaded smoltcp v0.9.1 |
| 1270 | 2026-05-14T15:02:59.607Z | Downloaded regex-syntax v0.6.29 |
| 1271 | 2026-05-14T15:02:59.611Z | Downloaded smoltcp v0.11.0 |
| 1272 | 2026-05-14T15:02:59.620Z | Downloaded tabled v0.20.0 |
| 1273 | 2026-05-14T15:02:59.629Z | Downloaded regress v0.10.5 |
| 1274 | 2026-05-14T15:02:59.636Z | Downloaded vcpkg v0.2.15 |
| 1275 | 2026-05-14T15:02:59.660Z | Downloaded hickory-proto v0.25.2 |
| 1276 | 2026-05-14T15:02:59.672Z | Downloaded webpki-roots v1.0.6 |
| 1277 | 2026-05-14T15:02:59.677Z | Downloaded sqlparser v0.61.0 |
| 1278 | 2026-05-14T15:02:59.683Z | Downloaded rustls v0.22.4 |
| 1279 | 2026-05-14T15:02:59.686Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-05-14T15:02:59.697Z | Downloaded typify-impl v0.6.2 |
| 1281 | 2026-05-14T15:02:59.712Z | Downloaded typify-impl v0.4.3 |
| 1282 | 2026-05-14T15:02:59.723Z | Downloaded zerocopy v0.8.40 |
| 1283 | 2026-05-14T15:02:59.729Z | Downloaded rustix v0.38.44 |
| 1284 | 2026-05-14T15:02:59.739Z | Downloaded rustls v0.23.37 |
| 1285 | 2026-05-14T15:02:59.748Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1286 | 2026-05-14T15:02:59.754Z | Downloaded diesel v2.3.7 |
| 1287 | 2026-05-14T15:02:59.767Z | Downloaded regress v0.11.1 |
| 1288 | 2026-05-14T15:02:59.771Z | Downloaded regex-syntax v0.8.10 |
| 1289 | 2026-05-14T15:02:59.776Z | Downloaded chrono-tz v0.10.4 |
| 1290 | 2026-05-14T15:02:59.789Z | Downloaded petgraph v0.6.5 |
| 1291 | 2026-05-14T15:02:59.807Z | Downloaded petgraph v0.8.3 |
| 1292 | 2026-05-14T15:02:59.817Z | Downloaded sled v0.34.7 |
| 1293 | 2026-05-14T15:02:59.829Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1294 | 2026-05-14T15:02:59.851Z | Downloaded tracing v0.1.44 |
| 1295 | 2026-05-14T15:02:59.883Z | Downloaded ratatui v0.29.0 |
| 1296 | 2026-05-14T15:02:59.904Z | Downloaded zerocopy-derive v0.6.6 |
| 1297 | 2026-05-14T15:02:59.921Z | Downloaded regex-automata v0.4.14 |
| 1298 | 2026-05-14T15:02:59.935Z | Downloaded ring v0.17.14 |
| 1299 | 2026-05-14T15:02:59.965Z | Downloaded jiff v0.2.21 |
| 1300 | 2026-05-14T15:02:59.995Z | Downloaded csv v1.4.0 |
| 1301 | 2026-05-14T15:03:00.005Z | Downloaded libz-sys v1.1.24 |
| 1302 | 2026-05-14T15:03:00.020Z | Downloaded sha3 v0.10.8 |
| 1303 | 2026-05-14T15:03:00.038Z | Downloaded tokio v1.52.1 |
| 1304 | 2026-05-14T15:03:00.079Z | Downloaded encoding_rs v0.8.35 |
| 1305 | 2026-05-14T15:03:00.108Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-05-14T15:03:00.489Z | Downloaded aws-lc-sys v0.40.0 |
| 1307 | 2026-05-14T15:03:00.740Z | Compiling libc v0.2.185 |
| 1308 | 2026-05-14T15:03:00.740Z | Compiling serde v1.0.228 |
| 1309 | 2026-05-14T15:03:00.744Z | Compiling log v0.4.29 |
| 1310 | 2026-05-14T15:03:00.744Z | Compiling find-msvc-tools v0.1.9 |
| 1311 | 2026-05-14T15:03:00.744Z | Compiling shlex v1.3.0 |
| 1312 | 2026-05-14T15:03:00.744Z | Compiling syn v2.0.117 |
| 1313 | 2026-05-14T15:03:00.744Z | Compiling smallvec v1.15.1 |
| 1314 | 2026-05-14T15:03:00.886Z | Compiling typenum v1.19.0 |
| 1315 | 2026-05-14T15:03:01.092Z | Compiling generic-array v0.14.7 |
| 1316 | 2026-05-14T15:03:01.107Z | Compiling subtle v2.6.1 |
| 1317 | 2026-05-14T15:03:01.139Z | Compiling scopeguard v1.2.0 |
| 1318 | 2026-05-14T15:03:01.151Z | Compiling const-oid v0.9.6 |
| 1319 | 2026-05-14T15:03:01.216Z | Compiling serde_json v1.0.149 |
| 1320 | 2026-05-14T15:03:01.246Z | Compiling lock_api v0.4.14 |
| 1321 | 2026-05-14T15:03:01.267Z | Compiling zerocopy v0.8.40 |
| 1322 | 2026-05-14T15:03:01.338Z | Compiling pin-project-lite v0.2.17 |
| 1323 | 2026-05-14T15:03:01.436Z | Compiling parking_lot_core v0.9.12 |
| 1324 | 2026-05-14T15:03:01.485Z | Compiling portable-atomic v1.13.1 |
| 1325 | 2026-05-14T15:03:01.685Z | Compiling pkg-config v0.3.32 |
| 1326 | 2026-05-14T15:03:01.702Z | Compiling getrandom v0.2.17 |
| 1327 | 2026-05-14T15:03:01.773Z | Compiling jobserver v0.1.34 |
| 1328 | 2026-05-14T15:03:01.829Z | Compiling rand_core v0.6.4 |
| 1329 | 2026-05-14T15:03:01.872Z | Compiling errno v0.3.14 |
| 1330 | 2026-05-14T15:03:02.025Z | Compiling cc v1.2.56 |
| 1331 | 2026-05-14T15:03:02.117Z | Compiling signal-hook-registry v1.4.8 |
| 1332 | 2026-05-14T15:03:02.152Z | Compiling bitflags v2.11.0 |
| 1333 | 2026-05-14T15:03:02.229Z | Compiling futures-core v0.3.32 |
| 1334 | 2026-05-14T15:03:02.241Z | Compiling libm v0.2.16 |
| 1335 | 2026-05-14T15:03:02.381Z | Compiling critical-section v1.2.0 |
| 1336 | 2026-05-14T15:03:02.384Z | Compiling parking_lot v0.12.5 |
| 1337 | 2026-05-14T15:03:02.384Z | Compiling mio v1.2.0 |
| 1338 | 2026-05-14T15:03:02.481Z | Compiling once_cell v1.21.3 |
| 1339 | 2026-05-14T15:03:02.488Z | Compiling num-traits v0.2.19 |
| 1340 | 2026-05-14T15:03:02.522Z | Compiling percent-encoding v2.3.2 |
| 1341 | 2026-05-14T15:03:02.692Z | Compiling socket2 v0.6.3 |
| 1342 | 2026-05-14T15:03:02.706Z | Compiling futures-sink v0.3.32 |
| 1343 | 2026-05-14T15:03:02.755Z | Compiling futures-io v0.3.32 |
| 1344 | 2026-05-14T15:03:02.808Z | Compiling futures-channel v0.3.32 |
| 1345 | 2026-05-14T15:03:02.852Z | Compiling futures-task v0.3.32 |
| 1346 | 2026-05-14T15:03:02.894Z | Compiling cpufeatures v0.2.17 |
| 1347 | 2026-05-14T15:03:02.912Z | Compiling getrandom v0.4.1 |
| 1348 | 2026-05-14T15:03:02.929Z | Compiling slab v0.4.12 |
| 1349 | 2026-05-14T15:03:03.003Z | Compiling rand_core v0.10.0 |
| 1350 | 2026-05-14T15:03:03.039Z | Compiling indexmap v2.14.0 |
| 1351 | 2026-05-14T15:03:03.085Z | Compiling rustversion v1.0.22 |
| 1352 | 2026-05-14T15:03:03.103Z | Compiling getrandom v0.3.4 |
| 1353 | 2026-05-14T15:03:03.155Z | Compiling cmake v0.1.57 |
| 1354 | 2026-05-14T15:03:03.618Z | Compiling form_urlencoded v1.2.2 |
| 1355 | 2026-05-14T15:03:03.680Z | Compiling dunce v1.0.5 |
| 1356 | 2026-05-14T15:03:03.697Z | Compiling fs_extra v1.3.0 |
| 1357 | 2026-05-14T15:03:03.732Z | Compiling base64ct v1.8.3 |
| 1358 | 2026-05-14T15:03:03.753Z | Compiling ident_case v1.0.1 |
| 1359 | 2026-05-14T15:03:03.870Z | Compiling synstructure v0.13.2 |
| 1360 | 2026-05-14T15:03:03.937Z | Compiling iana-time-zone v0.1.65 |
| 1361 | 2026-05-14T15:03:03.966Z | Compiling aws-lc-sys v0.40.0 |
| 1362 | 2026-05-14T15:03:04.025Z | Compiling pem-rfc7468 v0.7.0 |
| 1363 | 2026-05-14T15:03:04.092Z | Compiling regex-syntax v0.8.10 |
| 1364 | 2026-05-14T15:03:04.143Z | Compiling rustix v1.1.3 |
| 1365 | 2026-05-14T15:03:04.180Z | Compiling flagset v0.4.7 |
| 1366 | 2026-05-14T15:03:04.286Z | Compiling rand_core v0.9.5 |
| 1367 | 2026-05-14T15:03:04.307Z | Compiling ring v0.17.14 |
| 1368 | 2026-05-14T15:03:04.341Z | Compiling aws-lc-rs v1.16.3 |
| 1369 | 2026-05-14T15:03:04.438Z | Compiling vcpkg v0.2.15 |
| 1370 | 2026-05-14T15:03:04.556Z | Compiling uuid v1.23.0 |
| 1371 | 2026-05-14T15:03:04.624Z | Compiling rustc_version v0.4.1 |
| 1372 | 2026-05-14T15:03:04.962Z | Compiling tracing-core v0.1.36 |
| 1373 | 2026-05-14T15:03:05.183Z | Compiling openssl-sys v0.9.115 |
| 1374 | 2026-05-14T15:03:05.292Z | Compiling base64 v0.22.1 |
| 1375 | 2026-05-14T15:03:05.525Z | Compiling openssl-probe v0.2.1 |
| 1376 | 2026-05-14T15:03:05.556Z | Compiling serde_derive v1.0.228 |
| 1377 | 2026-05-14T15:03:05.609Z | Compiling zeroize_derive v1.4.3 |
| 1378 | 2026-05-14T15:03:05.704Z | Compiling zerofrom-derive v0.1.6 |
| 1379 | 2026-05-14T15:03:05.718Z | Compiling yoke-derive v0.8.1 |
| 1380 | 2026-05-14T15:03:05.881Z | Compiling zerocopy-derive v0.8.40 |
| 1381 | 2026-05-14T15:03:06.266Z | Compiling zeroize v1.8.2 |
| 1382 | 2026-05-14T15:03:06.482Z | Compiling zerovec-derive v0.11.2 |
| 1383 | 2026-05-14T15:03:06.906Z | Compiling displaydoc v0.2.5 |
| 1384 | 2026-05-14T15:03:07.046Z | Compiling crypto-common v0.1.7 |
| 1385 | 2026-05-14T15:03:07.129Z | Compiling zerofrom v0.1.6 |
| 1386 | 2026-05-14T15:03:07.195Z | Compiling block-buffer v0.10.4 |
| 1387 | 2026-05-14T15:03:07.255Z | Compiling yoke v0.8.1 |
| 1388 | 2026-05-14T15:03:07.366Z | Compiling digest v0.10.7 |
| 1389 | 2026-05-14T15:03:07.448Z | Compiling tokio-macros v2.7.0 |
| 1390 | 2026-05-14T15:03:07.621Z | Compiling zerovec v0.11.5 |
| 1391 | 2026-05-14T15:03:07.622Z | Compiling futures-macro v0.3.32 |
| 1392 | 2026-05-14T15:03:07.659Z | Compiling zerotrie v0.2.3 |
| 1393 | 2026-05-14T15:03:07.951Z | Compiling hmac v0.12.1 |
| 1394 | 2026-05-14T15:03:08.110Z | Compiling tinystr v0.8.2 |
| 1395 | 2026-05-14T15:03:08.124Z | Compiling potential_utf v0.1.4 |
| 1396 | 2026-05-14T15:03:08.156Z | Compiling block-padding v0.3.3 |
| 1397 | 2026-05-14T15:03:08.281Z | Compiling icu_locale_core v2.1.1 |
| 1398 | 2026-05-14T15:03:08.306Z | Compiling icu_collections v2.1.1 |
| 1399 | 2026-05-14T15:03:08.309Z | Compiling inout v0.1.4 |
| 1400 | 2026-05-14T15:03:08.416Z | Compiling futures-util v0.3.32 |
| 1401 | 2026-05-14T15:03:08.470Z | Compiling cipher v0.4.4 |
| 1402 | 2026-05-14T15:03:08.739Z | Compiling sha2 v0.10.9 |
| 1403 | 2026-05-14T15:03:08.846Z | Compiling der_derive v0.7.3 |
| 1404 | 2026-05-14T15:03:08.969Z | Compiling icu_provider v2.1.1 |
| 1405 | 2026-05-14T15:03:09.070Z | Compiling bytes v1.11.1 |
| 1406 | 2026-05-14T15:03:09.204Z | Compiling chrono v0.4.44 |
| 1407 | 2026-05-14T15:03:09.268Z | Compiling icu_normalizer v2.1.1 |
| 1408 | 2026-05-14T15:03:09.694Z | Compiling tokio v1.52.1 |
| 1409 | 2026-05-14T15:03:09.806Z | Compiling icu_properties v2.1.2 |
| 1410 | 2026-05-14T15:03:09.821Z | Compiling der v0.7.10 |
| 1411 | 2026-05-14T15:03:10.147Z | Compiling http v1.4.0 |
| 1412 | 2026-05-14T15:03:10.366Z | Compiling ppv-lite86 v0.2.21 |
| 1413 | 2026-05-14T15:03:10.594Z | Compiling salsa20 v0.10.2 |
| 1414 | 2026-05-14T15:03:10.679Z | Compiling idna_adapter v1.2.1 |
| 1415 | 2026-05-14T15:03:10.727Z | Compiling spki v0.7.3 |
| 1416 | 2026-05-14T15:03:10.746Z | Compiling pbkdf2 v0.12.2 |
| 1417 | 2026-05-14T15:03:10.815Z | Compiling idna v1.1.0 |
| 1418 | 2026-05-14T15:03:10.863Z | Compiling rustls-pki-types v1.14.0 |
| 1419 | 2026-05-14T15:03:10.872Z | Compiling tracing-attributes v0.1.31 |
| 1420 | 2026-05-14T15:03:10.929Z | Compiling thiserror-impl v2.0.18 |
| 1421 | 2026-05-14T15:03:11.003Z | Compiling scrypt v0.11.0 |
| 1422 | 2026-05-14T15:03:11.030Z | Compiling http-body v1.0.1 |
| 1423 | 2026-05-14T15:03:11.179Z | Compiling url v2.5.8 |
| 1424 | 2026-05-14T15:03:11.254Z | Compiling rand_chacha v0.9.0 |
| 1425 | 2026-05-14T15:03:11.286Z | Compiling aes v0.8.4 |
| 1426 | 2026-05-14T15:03:11.443Z | Compiling cbc v0.1.2 |
| 1427 | 2026-05-14T15:03:11.657Z | Compiling untrusted v0.9.0 |
| 1428 | 2026-05-14T15:03:11.784Z | Compiling tinyvec_macros v0.1.1 |
| 1429 | 2026-05-14T15:03:11.858Z | Compiling httparse v1.10.1 |
| 1430 | 2026-05-14T15:03:11.933Z | Compiling untrusted v0.7.1 |
| 1431 | 2026-05-14T15:03:11.952Z | Compiling tinyvec v1.10.0 |
| 1432 | 2026-05-14T15:03:12.138Z | Compiling tracing v0.1.44 |
| 1433 | 2026-05-14T15:03:12.221Z | Compiling thiserror v2.0.18 |
| 1434 | 2026-05-14T15:03:12.240Z | Compiling pkcs5 v0.7.1 |
| 1435 | 2026-05-14T15:03:12.289Z | Compiling rand v0.9.2 |
| 1436 | 2026-05-14T15:03:12.320Z | Compiling pest_generator v2.8.6 |
| 1437 | 2026-05-14T15:03:12.335Z | Compiling serde_derive_internals v0.29.1 |
| 1438 | 2026-05-14T15:03:12.396Z | Compiling aho-corasick v1.1.4 |
| 1439 | 2026-05-14T15:03:12.701Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-05-14T15:03:12.817Z | Compiling atomic-waker v1.1.2 |
| 1441 | 2026-05-14T15:03:12.939Z | Compiling tower-layer v0.3.3 |
| 1442 | 2026-05-14T15:03:12.992Z | Compiling tower-service v0.3.3 |
| 1443 | 2026-05-14T15:03:13.061Z | Compiling rustls v0.23.37 |
| 1444 | 2026-05-14T15:03:13.087Z | Compiling schemars v0.8.22 |
| 1445 | 2026-05-14T15:03:13.102Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-14T15:03:13.214Z | Compiling schemars_derive v0.8.22 |
| 1447 | 2026-05-14T15:03:13.227Z | Compiling regex-automata v0.4.14 |
| 1448 | 2026-05-14T15:03:13.242Z | Compiling pest_derive v2.8.6 |
| 1449 | 2026-05-14T15:03:13.299Z | Compiling want v0.3.1 |
| 1450 | 2026-05-14T15:03:13.461Z | Compiling tokio-util v0.7.18 |
| 1451 | 2026-05-14T15:03:13.677Z | Compiling pkcs8 v0.10.2 |
| 1452 | 2026-05-14T15:03:13.987Z | Compiling ipnet v2.11.0 |
| 1453 | 2026-05-14T15:03:14.091Z | Compiling scroll_derive v0.13.1 |
| 1454 | 2026-05-14T15:03:14.114Z | Compiling darling_core v0.20.11 |
| 1455 | 2026-05-14T15:03:14.485Z | Compiling h2 v0.4.13 |
| 1456 | 2026-05-14T15:03:14.502Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-05-14T15:03:14.514Z | Compiling pin-utils v0.1.0 |
| 1458 | 2026-05-14T15:03:14.590Z | Compiling foreign-types-shared v0.1.1 |
| 1459 | 2026-05-14T15:03:14.677Z | Compiling openssl v0.10.79 |
| 1460 | 2026-05-14T15:03:14.720Z | Compiling tempfile v3.25.0 |
| 1461 | 2026-05-14T15:03:14.884Z | Compiling scroll v0.13.0 |
| 1462 | 2026-05-14T15:03:14.916Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-05-14T15:03:15.083Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-05-14T15:03:15.315Z | Compiling openssl-macros v0.1.1 |
| 1465 | 2026-05-14T15:03:15.539Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1466 | 2026-05-14T15:03:15.559Z | Compiling spin v0.9.8 |
| 1467 | 2026-05-14T15:03:15.699Z | Compiling native-tls v0.2.18 |
| 1468 | 2026-05-14T15:03:15.763Z | Compiling powerfmt v0.2.0 |
| 1469 | 2026-05-14T15:03:15.901Z | Compiling num-conv v0.2.0 |
| 1470 | 2026-05-14T15:03:15.919Z | Compiling time-core v0.1.8 |
| 1471 | 2026-05-14T15:03:15.964Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-05-14T15:03:16.066Z | Compiling time-macros v0.2.27 |
| 1473 | 2026-05-14T15:03:16.278Z | Compiling deranged v0.5.8 |
| 1474 | 2026-05-14T15:03:16.364Z | Compiling darling_macro v0.20.11 |
| 1475 | 2026-05-14T15:03:16.824Z | Compiling darling v0.20.11 |
| 1476 | 2026-05-14T15:03:16.910Z | Compiling goblin v0.10.5 |
| 1477 | 2026-05-14T15:03:17.113Z | Compiling rustls-native-certs v0.8.3 |
| 1478 | 2026-05-14T15:03:17.222Z | Compiling sync_wrapper v1.0.2 |
| 1479 | 2026-05-14T15:03:17.324Z | Compiling wait-timeout v0.2.1 |
| 1480 | 2026-05-14T15:03:17.337Z | Compiling usdt-impl v0.6.0 |
| 1481 | 2026-05-14T15:03:17.401Z | Compiling hyper v1.8.1 |
| 1482 | 2026-05-14T15:03:17.537Z | Compiling siphasher v1.0.2 |
| 1483 | 2026-05-14T15:03:17.581Z | Compiling unicode-segmentation v1.12.0 |
| 1484 | 2026-05-14T15:03:17.722Z | Compiling num_threads v0.1.7 |
| 1485 | 2026-05-14T15:03:17.823Z | Compiling crossbeam-utils v0.8.21 |
| 1486 | 2026-05-14T15:03:17.956Z | Compiling bit-vec v0.8.0 |
| 1487 | 2026-05-14T15:03:18.105Z | Compiling quick-error v1.2.3 |
| 1488 | 2026-05-14T15:03:18.184Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-14T15:03:18.213Z | Compiling simd-adler32 v0.3.8 |
| 1490 | 2026-05-14T15:03:18.340Z | Compiling rusty-fork v0.3.1 |
| 1491 | 2026-05-14T15:03:18.454Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-14T15:03:18.667Z | Compiling bit-set v0.8.0 |
| 1493 | 2026-05-14T15:03:18.853Z | Compiling time v0.3.47 |
| 1494 | 2026-05-14T15:03:18.897Z | Compiling tower v0.5.3 |
| 1495 | 2026-05-14T15:03:19.016Z | Compiling derive_builder_core v0.20.2 |
| 1496 | 2026-05-14T15:03:19.376Z | Compiling dtrace-parser v0.3.0 |
| 1497 | 2026-05-14T15:03:19.469Z | Compiling http-body-util v0.1.3 |
| 1498 | 2026-05-14T15:03:19.721Z | Compiling dof v0.4.0 |
| 1499 | 2026-05-14T15:03:19.896Z | Compiling webpki-roots v1.0.6 |
| 1500 | 2026-05-14T15:03:20.019Z | Compiling signature v2.2.0 |
| 1501 | 2026-05-14T15:03:20.130Z | Compiling thiserror-impl v1.0.69 |
| 1502 | 2026-05-14T15:03:20.194Z | Compiling scroll_derive v0.12.1 |
| 1503 | 2026-05-14T15:03:20.208Z | Compiling heapless v0.7.17 |
| 1504 | 2026-05-14T15:03:20.420Z | Compiling rand_xorshift v0.4.0 |
| 1505 | 2026-05-14T15:03:20.442Z | Compiling slog v2.8.2 |
| 1506 | 2026-05-14T15:03:20.577Z | Compiling darling_core v0.21.3 |
| 1507 | 2026-05-14T15:03:20.621Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1508 | 2026-05-14T15:03:20.830Z | Compiling thread-id v5.1.0 |
| 1509 | 2026-05-14T15:03:20.882Z | Compiling cookie v0.18.1 |
| 1510 | 2026-05-14T15:03:20.897Z | Compiling unicode-properties v0.1.4 |
| 1511 | 2026-05-14T15:03:20.914Z | Compiling unicode-bidi v0.3.18 |
| 1512 | 2026-05-14T15:03:21.059Z | Compiling iri-string v0.7.10 |
| 1513 | 2026-05-14T15:03:21.099Z | Compiling anyhow v1.0.102 |
| 1514 | 2026-05-14T15:03:21.167Z | Compiling zstd-safe v7.2.4 |
| 1515 | 2026-05-14T15:03:21.360Z | Compiling allocator-api2 v0.2.21 |
| 1516 | 2026-05-14T15:03:21.370Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-14T15:03:21.391Z | Compiling paste v1.0.15 |
| 1518 | 2026-05-14T15:03:21.432Z | Compiling adler2 v2.0.1 |
| 1519 | 2026-05-14T15:03:21.525Z | Compiling unarray v0.1.4 |
| 1520 | 2026-05-14T15:03:21.563Z | Compiling ryu v1.0.23 |
| 1521 | 2026-05-14T15:03:21.636Z | Compiling proptest v1.11.0 |
| 1522 | 2026-05-14T15:03:21.689Z | Compiling serde_urlencoded v0.7.1 |
| 1523 | 2026-05-14T15:03:21.704Z | Compiling miniz_oxide v0.8.9 |
| 1524 | 2026-05-14T15:03:21.931Z | Compiling thiserror v1.0.69 |
| 1525 | 2026-05-14T15:03:21.966Z | Compiling stringprep v0.1.5 |
| 1526 | 2026-05-14T15:03:22.288Z | Compiling tower-http v0.6.8 |
| 1527 | 2026-05-14T15:03:22.567Z | Compiling scroll v0.12.0 |
| 1528 | 2026-05-14T15:03:22.675Z | Compiling derive_builder_macro v0.20.2 |
| 1529 | 2026-05-14T15:03:22.828Z | Compiling tokio-native-tls v0.3.1 |
| 1530 | 2026-05-14T15:03:22.959Z | Compiling heck v0.4.1 |
| 1531 | 2026-05-14T15:03:22.998Z | Compiling ipnetwork v0.21.1 |
| 1532 | 2026-05-14T15:03:23.048Z | Compiling darling_macro v0.21.3 |
| 1533 | 2026-05-14T15:03:23.118Z | Compiling bstr v1.12.1 |
| 1534 | 2026-05-14T15:03:23.176Z | Compiling rand_chacha v0.3.1 |
| 1535 | 2026-05-14T15:03:23.177Z | Compiling serde_spanned v0.6.9 |
| 1536 | 2026-05-14T15:03:23.334Z | Compiling erased-serde v0.3.31 |
| 1537 | 2026-05-14T15:03:23.388Z | Compiling toml_datetime v0.6.11 |
| 1538 | 2026-05-14T15:03:23.556Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-14T15:03:23.674Z | Compiling md-5 v0.10.6 |
| 1540 | 2026-05-14T15:03:23.789Z | Compiling zerocopy-derive v0.7.35 |
| 1541 | 2026-05-14T15:03:23.842Z | Compiling pin-project-internal v1.1.11 |
| 1542 | 2026-05-14T15:03:23.856Z | Compiling async-trait v0.1.89 |
| 1543 | 2026-05-14T15:03:23.870Z | Compiling curve25519-dalek v4.1.3 |
| 1544 | 2026-05-14T15:03:24.011Z | Compiling vergen-lib v0.1.6 |
| 1545 | 2026-05-14T15:03:24.193Z | Compiling num-integer v0.1.46 |
| 1546 | 2026-05-14T15:03:24.207Z | Compiling hash32 v0.2.1 |
| 1547 | 2026-05-14T15:03:24.421Z | Compiling ff v0.13.1 |
| 1548 | 2026-05-14T15:03:24.519Z | Compiling memoffset v0.9.1 |
| 1549 | 2026-05-14T15:03:24.542Z | Compiling zlib-rs v0.6.2 |
| 1550 | 2026-05-14T15:03:24.648Z | Compiling rustix v0.38.44 |
| 1551 | 2026-05-14T15:03:24.713Z | Compiling psl-types v2.0.11 |
| 1552 | 2026-05-14T15:03:24.849Z | Compiling base16ct v0.2.0 |
| 1553 | 2026-05-14T15:03:24.878Z | Compiling fallible-iterator v0.2.0 |
| 1554 | 2026-05-14T15:03:24.947Z | Compiling litrs v1.0.0 |
| 1555 | 2026-05-14T15:03:24.997Z | Compiling smoltcp v0.9.1 |
| 1556 | 2026-05-14T15:03:25.021Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-14T15:03:25.185Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-05-14T15:03:25.210Z | Compiling ref-cast v1.0.25 |
| 1559 | 2026-05-14T15:03:25.261Z | Compiling nix v0.31.2 |
| 1560 | 2026-05-14T15:03:25.366Z | Compiling postgres-protocol v0.6.10 |
| 1561 | 2026-05-14T15:03:25.450Z | Compiling document-features v0.2.12 |
| 1562 | 2026-05-14T15:03:25.623Z | Compiling sec1 v0.7.3 |
| 1563 | 2026-05-14T15:03:25.643Z | Compiling pin-project v1.1.11 |
| 1564 | 2026-05-14T15:03:25.745Z | Compiling publicsuffix v2.3.0 |
| 1565 | 2026-05-14T15:03:25.909Z | Compiling zerocopy v0.7.35 |
| 1566 | 2026-05-14T15:03:25.923Z | Compiling group v0.13.0 |
| 1567 | 2026-05-14T15:03:25.989Z | Compiling num-iter v0.1.45 |
| 1568 | 2026-05-14T15:03:26.131Z | Compiling newtype-uuid v1.3.2 |
| 1569 | 2026-05-14T15:03:26.437Z | Compiling darling v0.21.3 |
| 1570 | 2026-05-14T15:03:26.452Z | Compiling rand v0.8.6 |
| 1571 | 2026-05-14T15:03:26.469Z | Compiling oxnet v0.1.4 |
| 1572 | 2026-05-14T15:03:26.519Z | Compiling snafu-derive v0.8.9 |
| 1573 | 2026-05-14T15:03:26.551Z | Compiling derive_builder v0.20.2 |
| 1574 | 2026-05-14T15:03:26.677Z | Compiling hyper-tls v0.6.0 |
| 1575 | 2026-05-14T15:03:26.728Z | Compiling hubpack_derive v0.1.1 |
| 1576 | 2026-05-14T15:03:26.894Z | Compiling goblin v0.8.2 |
| 1577 | 2026-05-14T15:03:27.516Z | Compiling flate2 v1.1.9 |
| 1578 | 2026-05-14T15:03:27.687Z | Compiling phf_shared v0.13.1 |
| 1579 | 2026-05-14T15:03:27.764Z | Compiling lazy_static v1.5.0 |
| 1580 | 2026-05-14T15:03:27.862Z | Compiling regex v1.12.3 |
| 1581 | 2026-05-14T15:03:27.922Z | Compiling strum_macros v0.27.2 |
| 1582 | 2026-05-14T15:03:27.937Z | Compiling futures-executor v0.3.32 |
| 1583 | 2026-05-14T15:03:28.086Z | Compiling hex v0.4.3 |
| 1584 | 2026-05-14T15:03:28.191Z | Compiling cargo-platform v0.1.9 |
| 1585 | 2026-05-14T15:03:28.286Z | Compiling hkdf v0.12.4 |
| 1586 | 2026-05-14T15:03:28.353Z | Compiling crypto-bigint v0.5.5 |
| 1587 | 2026-05-14T15:03:28.386Z | Compiling terminal_size v0.4.3 |
| 1588 | 2026-05-14T15:03:28.442Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1589 | 2026-05-14T15:03:28.456Z | Compiling daft-derive v0.1.5 |
| 1590 | 2026-05-14T15:03:28.576Z | Compiling ref-cast-impl v1.0.25 |
| 1591 | 2026-05-14T15:03:29.109Z | Compiling vergen v9.0.6 |
| 1592 | 2026-05-14T15:03:29.124Z | Compiling fs-err v3.3.0 |
| 1593 | 2026-05-14T15:03:29.220Z | Compiling ahash v0.8.12 |
| 1594 | 2026-05-14T15:03:29.294Z | Compiling encoding_rs v0.8.35 |
| 1595 | 2026-05-14T15:03:29.310Z | Compiling libbz2-rs-sys v0.2.2 |
| 1596 | 2026-05-14T15:03:29.420Z | Compiling bumpalo v3.20.2 |
| 1597 | 2026-05-14T15:03:29.676Z | Compiling mime v0.3.17 |
| 1598 | 2026-05-14T15:03:29.938Z | Compiling foldhash v0.1.5 |
| 1599 | 2026-05-14T15:03:29.947Z | Compiling object v0.37.3 |
| 1600 | 2026-05-14T15:03:29.995Z | Compiling managed v0.8.0 |
| 1601 | 2026-05-14T15:03:30.107Z | Compiling same-file v1.0.6 |
| 1602 | 2026-05-14T15:03:30.212Z | Compiling bitflags v1.3.2 |
| 1603 | 2026-05-14T15:03:30.218Z | Compiling winnow v0.5.40 |
| 1604 | 2026-05-14T15:03:30.270Z | Compiling foldhash v0.2.0 |
| 1605 | 2026-05-14T15:03:30.449Z | Compiling hashbrown v0.16.1 |
| 1606 | 2026-05-14T15:03:30.489Z | Compiling walkdir v2.5.0 |
| 1607 | 2026-05-14T15:03:30.503Z | Compiling clap_builder v4.5.60 |
| 1608 | 2026-05-14T15:03:30.799Z | Compiling hashbrown v0.15.5 |
| 1609 | 2026-05-14T15:03:30.815Z | Compiling strum v0.27.2 |
| 1610 | 2026-05-14T15:03:30.941Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-05-14T15:03:31.035Z | Compiling zopfli v0.8.3 |
| 1612 | 2026-05-14T15:03:31.126Z | Compiling elliptic-curve v0.13.8 |
| 1613 | 2026-05-14T15:03:31.265Z | Compiling daft v0.1.5 |
| 1614 | 2026-05-14T15:03:31.334Z | Compiling dof v0.3.0 |
| 1615 | 2026-05-14T15:03:31.528Z | Compiling toml_edit v0.19.15 |
| 1616 | 2026-05-14T15:03:31.689Z | Compiling snafu v0.8.9 |
| 1617 | 2026-05-14T15:03:31.719Z | Compiling cargo_metadata v0.19.2 |
| 1618 | 2026-05-14T15:03:32.038Z | Compiling futures v0.3.32 |
| 1619 | 2026-05-14T15:03:32.041Z | Compiling phf v0.13.1 |
| 1620 | 2026-05-14T15:03:32.209Z | Compiling signal-hook-mio v0.2.5 |
| 1621 | 2026-05-14T15:03:32.329Z | Compiling cookie_store v0.22.1 |
| 1622 | 2026-05-14T15:03:32.969Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-05-14T15:03:33.003Z | Compiling zstd v0.13.3 |
| 1624 | 2026-05-14T15:03:33.032Z | Compiling bzip2 v0.4.4 |
| 1625 | 2026-05-14T15:03:33.184Z | Compiling serde_with_macros v3.17.0 |
| 1626 | 2026-05-14T15:03:33.262Z | Compiling postgres-types v0.2.12 |
| 1627 | 2026-05-14T15:03:33.471Z | Compiling usdt-attr-macro v0.6.0 |
| 1628 | 2026-05-14T15:03:33.815Z | Compiling usdt-macro v0.6.0 |
| 1629 | 2026-05-14T15:03:34.159Z | Compiling globset v0.4.18 |
| 1630 | 2026-05-14T15:03:34.295Z | Compiling dtrace-parser v0.2.0 |
| 1631 | 2026-05-14T15:03:34.335Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-05-14T15:03:34.464Z | Compiling phf_shared v0.11.3 |
| 1633 | 2026-05-14T15:03:34.547Z | Compiling olpc-cjson v0.1.4 |
| 1634 | 2026-05-14T15:03:34.561Z | Compiling pkcs1 v0.7.5 |
| 1635 | 2026-05-14T15:03:34.653Z | Compiling enum-as-inner v0.6.1 |
| 1636 | 2026-05-14T15:03:34.706Z | Compiling strum_macros v0.26.4 |
| 1637 | 2026-05-14T15:03:34.845Z | Compiling clap_derive v4.5.55 |
| 1638 | 2026-05-14T15:03:34.978Z | Compiling serde-big-array v0.5.1 |
| 1639 | 2026-05-14T15:03:35.038Z | Compiling serde_plain v1.0.2 |
| 1640 | 2026-05-14T15:03:35.122Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-14T15:03:35.154Z | Compiling serde_repr v0.1.20 |
| 1642 | 2026-05-14T15:03:35.233Z | Compiling async-recursion v1.1.1 |
| 1643 | 2026-05-14T15:03:35.233Z | Compiling pem v3.0.6 |
| 1644 | 2026-05-14T15:03:35.260Z | Compiling float-cmp v0.10.0 |
| 1645 | 2026-05-14T15:03:35.408Z | Compiling memmap2 v0.9.10 |
| 1646 | 2026-05-14T15:03:35.589Z | Compiling thread-id v4.2.2 |
| 1647 | 2026-05-14T15:03:35.621Z | Compiling env_filter v1.0.0 |
| 1648 | 2026-05-14T15:03:35.671Z | Compiling either v1.15.0 |
| 1649 | 2026-05-14T15:03:35.678Z | Compiling keccak v0.1.6 |
| 1650 | 2026-05-14T15:03:35.864Z | Compiling jiff v0.2.21 |
| 1651 | 2026-05-14T15:03:35.878Z | Compiling whoami v2.1.0 |
| 1652 | 2026-05-14T15:03:35.916Z | Compiling rustc-hash v2.1.1 |
| 1653 | 2026-05-14T15:03:36.043Z | Compiling predicates-core v1.0.10 |
| 1654 | 2026-05-14T15:03:36.219Z | Compiling difflib v0.4.0 |
| 1655 | 2026-05-14T15:03:36.243Z | Compiling fixedbitset v0.4.2 |
| 1656 | 2026-05-14T15:03:36.447Z | Compiling normalize-line-endings v0.3.0 |
| 1657 | 2026-05-14T15:03:36.464Z | Compiling fixedbitset v0.5.7 |
| 1658 | 2026-05-14T15:03:36.487Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-05-14T15:03:36.544Z | Compiling data-encoding v2.10.0 |
| 1660 | 2026-05-14T15:03:36.576Z | Compiling static_assertions v1.1.0 |
| 1661 | 2026-05-14T15:03:36.592Z | Compiling typed-path v0.9.3 |
| 1662 | 2026-05-14T15:03:36.652Z | Compiling new_debug_unreachable v1.0.6 |
| 1663 | 2026-05-14T15:03:36.729Z | Compiling toml_edit v0.22.27 |
| 1664 | 2026-05-14T15:03:36.764Z | Compiling string_cache v0.8.9 |
| 1665 | 2026-05-14T15:03:36.778Z | Compiling petgraph v0.8.3 |
| 1666 | 2026-05-14T15:03:36.989Z | Compiling hickory-proto v0.25.2 |
| 1667 | 2026-05-14T15:03:37.236Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1668 | 2026-05-14T15:03:37.777Z | Compiling clap v4.5.60 |
| 1669 | 2026-05-14T15:03:37.795Z | Compiling predicates v3.1.4 |
| 1670 | 2026-05-14T15:03:37.844Z | Compiling strum v0.26.3 |
| 1671 | 2026-05-14T15:03:37.976Z | Compiling petgraph v0.6.5 |
| 1672 | 2026-05-14T15:03:38.435Z | Compiling zip v4.6.1 |
| 1673 | 2026-05-14T15:03:38.718Z | Compiling tokio-postgres v0.7.16 |
| 1674 | 2026-05-14T15:03:39.446Z | Compiling iddqd v0.3.18 |
| 1675 | 2026-05-14T15:03:39.471Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-14T15:03:39.493Z | Compiling sha3 v0.10.8 |
| 1677 | 2026-05-14T15:03:39.956Z | Compiling env_logger v0.11.9 |
| 1678 | 2026-05-14T15:03:40.067Z | Compiling usdt-impl v0.5.0 |
| 1679 | 2026-05-14T15:03:40.128Z | Compiling usdt v0.6.0 |
| 1680 | 2026-05-14T15:03:40.305Z | Compiling ecdsa v0.16.9 |
| 1681 | 2026-05-14T15:03:40.385Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-14T15:03:40.590Z | Compiling ed25519-dalek v2.2.0 |
| 1683 | 2026-05-14T15:03:40.642Z | Compiling serde_with v3.17.0 |
| 1684 | 2026-05-14T15:03:40.698Z | Compiling crossterm v0.28.1 |
| 1685 | 2026-05-14T15:03:40.907Z | Compiling zip v0.6.6 |
| 1686 | 2026-05-14T15:03:41.247Z | Compiling toml v0.7.8 |
| 1687 | 2026-05-14T15:03:41.986Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1688 | 2026-05-14T15:03:42.072Z | Compiling similar v2.7.0 |
| 1689 | 2026-05-14T15:03:42.089Z | Compiling crossbeam-epoch v0.9.18 |
| 1690 | 2026-05-14T15:03:42.113Z | Compiling tokio-stream v0.1.18 |
| 1691 | 2026-05-14T15:03:42.344Z | Compiling buf-list v1.1.2 |
| 1692 | 2026-05-14T15:03:42.413Z | Compiling x509-cert v0.2.5 |
| 1693 | 2026-05-14T15:03:42.578Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 1694 | 2026-05-14T15:03:42.602Z | Compiling openapiv3 v2.2.0 |
| 1695 | 2026-05-14T15:03:42.617Z | Compiling sha1 v0.10.6 |
| 1696 | 2026-05-14T15:03:42.838Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1697 | 2026-05-14T15:03:42.880Z | Compiling peg-runtime v0.8.5 |
| 1698 | 2026-05-14T15:03:42.928Z | Compiling lalrpop-util v0.19.12 |
| 1699 | 2026-05-14T15:03:43.120Z | Compiling thread_local v1.1.9 |
| 1700 | 2026-05-14T15:03:43.123Z | Compiling slog-async v2.8.0 |
| 1701 | 2026-05-14T15:03:43.157Z | Compiling crossbeam-channel v0.5.15 |
| 1702 | 2026-05-14T15:03:43.372Z | Compiling is-terminal v0.4.17 |
| 1703 | 2026-05-14T15:03:43.451Z | Compiling filetime v0.2.27 |
| 1704 | 2026-05-14T15:03:43.471Z | Compiling term v1.2.1 |
| 1705 | 2026-05-14T15:03:43.653Z | Compiling xattr v1.6.1 |
| 1706 | 2026-05-14T15:03:43.668Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-05-14T15:03:43.779Z | Compiling tar v0.4.45 |
| 1708 | 2026-05-14T15:03:43.820Z | Compiling slog-term v2.9.2 |
| 1709 | 2026-05-14T15:03:53.222Z | Compiling rustls-webpki v0.103.9 |
| 1710 | 2026-05-14T15:03:56.017Z | Compiling tokio-rustls v0.26.4 |
| 1711 | 2026-05-14T15:03:56.017Z | Compiling rustls-platform-verifier v0.6.2 |
| 1712 | 2026-05-14T15:03:56.211Z | Compiling hyper-rustls v0.27.7 |
| 1713 | 2026-05-14T15:03:56.414Z | Compiling reqwest v0.12.28 |
| 1714 | 2026-05-14T15:03:56.414Z | Compiling reqwest v0.13.2 |
| 1715 | 2026-05-14T15:03:57.662Z | Compiling tough v0.22.0 |
| 1716 | 2026-05-14T15:04:00.212Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1717 | 2026-05-14T15:04:00.427Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1718 | 2026-05-14T15:04:03.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1719 | 2026-05-14T15:04:03.412Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1720 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: MaghemiteMgd |
| 1721 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: Clickhouse |
| 1722 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: DendriteStub |
| 1723 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: Console |
| 1725 | 2026-05-14T15:04:03.466Z | May 14 15:04:02.595 INFO Starting download, target: TransceiverControl |
| 1726 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1727 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1728 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1730 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1731 | 2026-05-14T15:04:03.471Z | May 14 15:04:02.596 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1732 | 2026-05-14T15:04:03.791Z | May 14 15:04:02.908 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1733 | 2026-05-14T15:04:04.000Z | May 14 15:04:03.124 INFO Download complete, target: TransceiverControl |
| 1734 | 2026-05-14T15:04:04.574Z | May 14 15:04:03.684 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1735 | 2026-05-14T15:04:04.815Z | May 14 15:04:03.941 INFO Download complete, target: Console |
| 1736 | 2026-05-14T15:04:05.159Z | May 14 15:04:04.283 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1737 | 2026-05-14T15:04:05.407Z | May 14 15:04:04.536 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1738 | 2026-05-14T15:04:05.441Z | May 14 15:04:04.569 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-14T15:04:05.758Z | May 14 15:04:04.887 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1740 | 2026-05-14T15:04:05.758Z | May 14 15:04:04.887 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1741 | 2026-05-14T15:04:07.466Z | May 14 15:04:06.596 INFO Download complete, target: DendriteStub |
| 1742 | 2026-05-14T15:04:07.783Z | May 14 15:04:06.912 INFO Download complete, target: MaghemiteMgd |
| 1743 | 2026-05-14T15:04:10.381Z | May 14 15:04:09.509 INFO Checking that binary works, target: Cockroach |
| 1744 | 2026-05-14T15:04:10.490Z | May 14 15:04:09.619 INFO Download complete, target: Cockroach |
| 1745 | 2026-05-14T15:04:12.145Z | May 14 15:04:11.274 INFO Checking that binary works, target: Clickhouse |
| 1746 | 2026-05-14T15:04:12.236Z | May 14 15:04:11.365 INFO Download complete, target: Clickhouse |
| 1747 | 2026-05-14T15:04:12.253Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1748 | 2026-05-14T15:04:12.256Z | |
| 1749 | 2026-05-14T15:04:12.256Z | real 2:16.051866430 |
| 1750 | 2026-05-14T15:04:12.256Z | user 6:54.469890273 |
| 1751 | 2026-05-14T15:04:12.256Z | sys 1:21.937059194 |
| 1752 | 2026-05-14T15:04:12.256Z | trap 0.224559738 |
| 1753 | 2026-05-14T15:04:12.256Z | tflt 0.581726133 |
| 1754 | 2026-05-14T15:04:12.256Z | dflt 0.519688564 |
| 1755 | 2026-05-14T15:04:12.256Z | kflt 0.021636163 |
| 1756 | 2026-05-14T15:04:12.256Z | lock 21:32.569671021 |
| 1757 | 2026-05-14T15:04:12.256Z | slp 21:10.644162357 |
| 1758 | 2026-05-14T15:04:12.256Z | lat 44.828429171 |
| 1759 | 2026-05-14T15:04:12.257Z | stop 1:56.431168576 |
| 1760 | 2026-05-14T15:04:12.257Z | + banner clippy |
| 1761 | 2026-05-14T15:04:12.257Z | |
| 1762 | 2026-05-14T15:04:12.257Z | #### # # ##### ##### # # |
| 1763 | 2026-05-14T15:04:12.257Z | # # # # # # # # # # |
| 1764 | 2026-05-14T15:04:12.257Z | # # # # # # # # |
| 1765 | 2026-05-14T15:04:12.257Z | # # # ##### ##### # |
| 1766 | 2026-05-14T15:04:12.257Z | # # # # # # # |
| 1767 | 2026-05-14T15:04:12.257Z | #### ###### # # # # |
| 1768 | 2026-05-14T15:04:12.257Z | |
| 1769 | 2026-05-14T15:04:12.257Z | + export CARGO_INCREMENTAL=0 |
| 1770 | 2026-05-14T15:04:12.257Z | + CARGO_INCREMENTAL=0 |
| 1771 | 2026-05-14T15:04:12.257Z | + ptime -m cargo xtask clippy |
| 1772 | 2026-05-14T15:04:12.772Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1773 | 2026-05-14T15:04:12.993Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1774 | 2026-05-14T15:04:14.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1775 | 2026-05-14T15:04:14.932Z | Running `target/debug/xtask clippy` |
| 1776 | 2026-05-14T15:04:14.963Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1777 | 2026-05-14T15:04:15.566Z | Downloading crates ... |
| 1778 | 2026-05-14T15:04:15.762Z | Downloaded addr2line v0.25.1 |
| 1779 | 2026-05-14T15:04:15.765Z | Downloaded approx v0.5.1 |
| 1780 | 2026-05-14T15:04:15.765Z | Downloaded parking v2.2.1 |
| 1781 | 2026-05-14T15:04:15.770Z | Downloaded linkme v0.3.35 |
| 1782 | 2026-05-14T15:04:15.774Z | Downloaded assert_cmd v2.1.2 |
| 1783 | 2026-05-14T15:04:15.774Z | Downloaded knuffel-derive v3.2.0 |
| 1784 | 2026-05-14T15:04:15.781Z | Downloaded assert-json-diff v2.0.2 |
| 1785 | 2026-05-14T15:04:15.781Z | Downloaded httptest v0.16.4 |
| 1786 | 2026-05-14T15:04:15.785Z | Downloaded linkme-impl v0.3.35 |
| 1787 | 2026-05-14T15:04:15.785Z | Downloaded libtest-mimic v0.8.1 |
| 1788 | 2026-05-14T15:04:15.789Z | Downloaded anes v0.1.6 |
| 1789 | 2026-05-14T15:04:15.789Z | Downloaded async-object-pool v0.2.0 |
| 1790 | 2026-05-14T15:04:15.792Z | Downloaded trybuild v1.0.116 |
| 1791 | 2026-05-14T15:04:15.801Z | Downloaded async-lock v3.4.2 |
| 1792 | 2026-05-14T15:04:15.806Z | Downloaded miette-derive v5.10.0 |
| 1793 | 2026-05-14T15:04:15.813Z | Downloaded constant_time_eq v0.3.1 |
| 1794 | 2026-05-14T15:04:15.823Z | Downloaded pathdiff v0.2.3 |
| 1795 | 2026-05-14T15:04:15.834Z | Downloaded tokio-test v0.4.5 |
| 1796 | 2026-05-14T15:04:15.834Z | Downloaded terminal_size v0.1.17 |
| 1797 | 2026-05-14T15:04:15.834Z | Downloaded supports-hyperlinks v2.1.0 |
| 1798 | 2026-05-14T15:04:15.834Z | Downloaded target-triple v1.0.0 |
| 1799 | 2026-05-14T15:04:15.834Z | Downloaded similar-asserts v1.7.0 |
| 1800 | 2026-05-14T15:04:15.834Z | Downloaded escape8259 v0.5.3 |
| 1801 | 2026-05-14T15:04:15.834Z | Downloaded serde_regex v1.1.0 |
| 1802 | 2026-05-14T15:04:15.835Z | Downloaded supports-color v2.1.0 |
| 1803 | 2026-05-14T15:04:15.841Z | Downloaded rust-argon2 v2.1.0 |
| 1804 | 2026-05-14T15:04:15.841Z | Downloaded cargo-platform v0.3.2 |
| 1805 | 2026-05-14T15:04:15.841Z | Downloaded event-listener-strategy v0.5.4 |
| 1806 | 2026-05-14T15:04:15.841Z | Downloaded plotters-backend v0.3.7 |
| 1807 | 2026-05-14T15:04:15.851Z | Downloaded nested v0.1.1 |
| 1808 | 2026-05-14T15:04:15.851Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1809 | 2026-05-14T15:04:15.851Z | Downloaded plotters-svg v0.3.7 |
| 1810 | 2026-05-14T15:04:15.851Z | Downloaded supports-unicode v2.1.0 |
| 1811 | 2026-05-14T15:04:15.851Z | Downloaded cargo_metadata v0.23.1 |
| 1812 | 2026-05-14T15:04:15.855Z | Downloaded target-lexicon v0.13.3 |
| 1813 | 2026-05-14T15:04:15.855Z | Downloaded oorandom v11.1.5 |
| 1814 | 2026-05-14T15:04:15.855Z | Downloaded backtrace-ext v0.2.1 |
| 1815 | 2026-05-14T15:04:15.855Z | Downloaded cast v0.3.0 |
| 1816 | 2026-05-14T15:04:15.860Z | Downloaded tinytemplate v1.2.1 |
| 1817 | 2026-05-14T15:04:15.876Z | Downloaded termcolor v1.4.1 |
| 1818 | 2026-05-14T15:04:15.876Z | Downloaded stringmetrics v2.2.2 |
| 1819 | 2026-05-14T15:04:15.876Z | Downloaded path-tree v0.8.3 |
| 1820 | 2026-05-14T15:04:15.876Z | Downloaded relative-path v1.9.3 |
| 1821 | 2026-05-14T15:04:15.876Z | Downloaded knuffel v3.2.0 |
| 1822 | 2026-05-14T15:04:15.876Z | Downloaded criterion-plot v0.6.0 |
| 1823 | 2026-05-14T15:04:15.876Z | Downloaded concurrent-queue v2.5.0 |
| 1824 | 2026-05-14T15:04:15.891Z | Downloaded partial-io v0.5.4 |
| 1825 | 2026-05-14T15:04:15.891Z | Downloaded rustc-demangle v0.1.27 |
| 1826 | 2026-05-14T15:04:15.891Z | Downloaded futures-timer v3.0.3 |
| 1827 | 2026-05-14T15:04:15.891Z | Downloaded cfg-expr v0.20.6 |
| 1828 | 2026-05-14T15:04:15.891Z | Downloaded target-spec v3.5.7 |
| 1829 | 2026-05-14T15:04:15.891Z | Downloaded event-listener v5.4.1 |
| 1830 | 2026-05-14T15:04:15.894Z | Downloaded textwrap v0.15.2 |
| 1831 | 2026-05-14T15:04:15.894Z | Downloaded hickory-client v0.25.2 |
| 1832 | 2026-05-14T15:04:15.894Z | Downloaded datatest-stable v0.3.3 |
| 1833 | 2026-05-14T15:04:15.894Z | Downloaded blake2b_simd v1.0.4 |
| 1834 | 2026-05-14T15:04:15.894Z | Downloaded owo-colors v3.5.0 |
| 1835 | 2026-05-14T15:04:15.907Z | Downloaded rstest_macros v0.25.0 |
| 1836 | 2026-05-14T15:04:15.911Z | Downloaded rand_distr v0.5.1 |
| 1837 | 2026-05-14T15:04:15.911Z | Downloaded backtrace v0.3.76 |
| 1838 | 2026-05-14T15:04:15.914Z | Downloaded rstest v0.25.0 |
| 1839 | 2026-05-14T15:04:15.920Z | Downloaded chumsky v0.9.3 |
| 1840 | 2026-05-14T15:04:15.929Z | Downloaded fancy-regex v0.14.0 |
| 1841 | 2026-05-14T15:04:15.929Z | Downloaded miette v5.10.0 |
| 1842 | 2026-05-14T15:04:15.929Z | Downloaded guppy v0.17.25 |
| 1843 | 2026-05-14T15:04:15.934Z | Downloaded criterion v0.7.0 |
| 1844 | 2026-05-14T15:04:15.938Z | Downloaded hashbrown v0.14.5 |
| 1845 | 2026-05-14T15:04:15.941Z | Downloaded plotters v0.3.7 |
| 1846 | 2026-05-14T15:04:15.968Z | Downloaded gimli v0.32.3 |
| 1847 | 2026-05-14T15:04:16.056Z | Downloaded httpmock v0.8.3 |
| 1848 | 2026-05-14T15:04:17.645Z | Checking cfg-if v1.0.4 |
| 1849 | 2026-05-14T15:04:17.994Z | Checking libc v0.2.185 |
| 1850 | 2026-05-14T15:04:17.998Z | Checking serde_core v1.0.228 |
| 1851 | 2026-05-14T15:04:18.065Z | Checking memchr v2.8.0 |
| 1852 | 2026-05-14T15:04:18.112Z | Checking smallvec v1.15.1 |
| 1853 | 2026-05-14T15:04:18.149Z | Checking log v0.4.29 |
| 1854 | 2026-05-14T15:04:18.149Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-14T15:04:18.223Z | Checking zeroize v1.8.2 |
| 1856 | 2026-05-14T15:04:18.257Z | Checking libm v0.2.16 |
| 1857 | 2026-05-14T15:04:18.313Z | Checking scopeguard v1.2.0 |
| 1858 | 2026-05-14T15:04:18.350Z | Checking stable_deref_trait v1.2.1 |
| 1859 | 2026-05-14T15:04:18.387Z | Checking zmij v1.0.21 |
| 1860 | 2026-05-14T15:04:18.422Z | Checking zerofrom v0.1.6 |
| 1861 | 2026-05-14T15:04:18.457Z | Checking lock_api v0.4.14 |
| 1862 | 2026-05-14T15:04:18.489Z | Checking errno v0.3.14 |
| 1863 | 2026-05-14T15:04:18.493Z | Checking getrandom v0.2.17 |
| 1864 | 2026-05-14T15:04:18.556Z | Checking percent-encoding v2.3.2 |
| 1865 | 2026-05-14T15:04:18.591Z | Checking yoke v0.8.1 |
| 1866 | 2026-05-14T15:04:18.625Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-14T15:04:18.662Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-14T15:04:18.696Z | Checking icu_normalizer_data v2.1.1 |
| 1869 | 2026-05-14T15:04:18.696Z | Checking icu_properties_data v2.1.2 |
| 1870 | 2026-05-14T15:04:18.762Z | Checking subtle v2.6.1 |
| 1871 | 2026-05-14T15:04:18.794Z | Checking zerovec v0.11.5 |
| 1872 | 2026-05-14T15:04:18.828Z | Checking zerotrie v0.2.3 |
| 1873 | 2026-05-14T15:04:18.864Z | Checking form_urlencoded v1.2.2 |
| 1874 | 2026-05-14T15:04:18.898Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-14T15:04:18.901Z | Checking pin-project-lite v0.2.17 |
| 1876 | 2026-05-14T15:04:18.963Z | Checking parking_lot_core v0.9.12 |
| 1877 | 2026-05-14T15:04:18.999Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-14T15:04:19.033Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-14T15:04:19.068Z | Checking rand_core v0.10.0 |
| 1880 | 2026-05-14T15:04:19.106Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-14T15:04:19.140Z | Checking portable-atomic v1.13.1 |
| 1882 | 2026-05-14T15:04:19.174Z | Checking parking_lot v0.12.5 |
| 1883 | 2026-05-14T15:04:19.233Z | Checking getrandom v0.4.1 |
| 1884 | 2026-05-14T15:04:19.268Z | Checking tinystr v0.8.2 |
| 1885 | 2026-05-14T15:04:19.268Z | Checking potential_utf v0.1.4 |
| 1886 | 2026-05-14T15:04:19.378Z | Checking signal-hook-registry v1.4.8 |
| 1887 | 2026-05-14T15:04:19.414Z | Checking critical-section v1.2.0 |
| 1888 | 2026-05-14T15:04:19.449Z | Checking icu_collections v2.1.1 |
| 1889 | 2026-05-14T15:04:19.481Z | Checking icu_locale_core v2.1.1 |
| 1890 | 2026-05-14T15:04:19.525Z | Checking serde v1.0.228 |
| 1891 | 2026-05-14T15:04:19.560Z | Checking serde_json v1.0.149 |
| 1892 | 2026-05-14T15:04:19.563Z | Checking bitflags v2.11.0 |
| 1893 | 2026-05-14T15:04:19.591Z | Checking once_cell v1.21.3 |
| 1894 | 2026-05-14T15:04:19.655Z | Checking mio v1.2.0 |
| 1895 | 2026-05-14T15:04:19.776Z | Checking socket2 v0.6.3 |
| 1896 | 2026-05-14T15:04:19.816Z | Checking typenum v1.19.0 |
| 1897 | 2026-05-14T15:04:19.857Z | Checking iana-time-zone v0.1.65 |
| 1898 | 2026-05-14T15:04:19.948Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-14T15:04:19.986Z | Checking chrono v0.4.44 |
| 1900 | 2026-05-14T15:04:20.024Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-14T15:04:20.060Z | Checking icu_provider v2.1.1 |
| 1902 | 2026-05-14T15:04:20.100Z | Checking semver v1.0.28 |
| 1903 | 2026-05-14T15:04:20.149Z | Checking uuid v1.23.0 |
| 1904 | 2026-05-14T15:04:20.244Z | Checking futures-core v0.3.32 |
| 1905 | 2026-05-14T15:04:20.321Z | Checking icu_properties v2.1.2 |
| 1906 | 2026-05-14T15:04:20.355Z | Checking icu_normalizer v2.1.1 |
| 1907 | 2026-05-14T15:04:20.388Z | Checking generic-array v0.14.7 |
| 1908 | 2026-05-14T15:04:20.421Z | Checking tokio v1.52.1 |
| 1909 | 2026-05-14T15:04:20.472Z | Checking equivalent v1.0.2 |
| 1910 | 2026-05-14T15:04:20.513Z | Checking dyn-clone v1.0.20 |
| 1911 | 2026-05-14T15:04:20.585Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1912 | 2026-05-14T15:04:20.641Z | Checking const-oid v0.9.6 |
| 1913 | 2026-05-14T15:04:20.676Z | Checking futures-sink v0.3.32 |
| 1914 | 2026-05-14T15:04:20.799Z | Checking futures-channel v0.3.32 |
| 1915 | 2026-05-14T15:04:20.872Z | Checking crypto-common v0.1.7 |
| 1916 | 2026-05-14T15:04:20.875Z | Checking block-buffer v0.10.4 |
| 1917 | 2026-05-14T15:04:20.935Z | Checking slab v0.4.12 |
| 1918 | 2026-05-14T15:04:21.013Z | Checking futures-task v0.3.32 |
| 1919 | 2026-05-14T15:04:21.046Z | Checking futures-io v0.3.32 |
| 1920 | 2026-05-14T15:04:21.079Z | Checking byteorder v1.5.0 |
| 1921 | 2026-05-14T15:04:21.114Z | Checking hashbrown v0.17.0 |
| 1922 | 2026-05-14T15:04:21.151Z | Checking idna_adapter v1.2.1 |
| 1923 | 2026-05-14T15:04:21.180Z | Checking rustix v1.1.3 |
| 1924 | 2026-05-14T15:04:21.184Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-14T15:04:21.291Z | Checking idna v1.1.0 |
| 1926 | 2026-05-14T15:04:21.326Z | Checking cpufeatures v0.2.17 |
| 1927 | 2026-05-14T15:04:21.356Z | Checking digest v0.10.7 |
| 1928 | 2026-05-14T15:04:21.419Z | Checking thiserror v1.0.69 |
| 1929 | 2026-05-14T15:04:21.547Z | Checking getrandom v0.3.4 |
| 1930 | 2026-05-14T15:04:21.581Z | Checking url v2.5.8 |
| 1931 | 2026-05-14T15:04:21.584Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-14T15:04:21.643Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-14T15:04:21.714Z | Checking regex-syntax v0.8.10 |
| 1934 | 2026-05-14T15:04:21.748Z | Checking http v1.4.0 |
| 1935 | 2026-05-14T15:04:21.838Z | Checking ppv-lite86 v0.2.21 |
| 1936 | 2026-05-14T15:04:22.028Z | Checking tracing-core v0.1.36 |
| 1937 | 2026-05-14T15:04:22.062Z | Checking schemars v0.8.22 |
| 1938 | 2026-05-14T15:04:22.156Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-14T15:04:22.228Z | Checking ipnet v2.11.0 |
| 1940 | 2026-05-14T15:04:22.326Z | Checking unicode-ident v1.0.24 |
| 1941 | 2026-05-14T15:04:22.374Z | Checking tracing v0.1.44 |
| 1942 | 2026-05-14T15:04:22.413Z | Checking untrusted v0.9.0 |
| 1943 | 2026-05-14T15:04:22.464Z | Checking proc-macro2 v1.0.106 |
| 1944 | 2026-05-14T15:04:22.510Z | Checking aho-corasick v1.1.4 |
| 1945 | 2026-05-14T15:04:22.545Z | Checking ring v0.17.14 |
| 1946 | 2026-05-14T15:04:22.593Z | Checking utf8parse v0.2.2 |
| 1947 | 2026-05-14T15:04:22.720Z | Checking anstyle v1.0.13 |
| 1948 | 2026-05-14T15:04:22.752Z | Checking rustls-pki-types v1.14.0 |
| 1949 | 2026-05-14T15:04:22.787Z | Checking quote v1.0.45 |
| 1950 | 2026-05-14T15:04:22.923Z | Checking httparse v1.10.1 |
| 1951 | 2026-05-14T15:04:22.982Z | Checking syn v2.0.117 |
| 1952 | 2026-05-14T15:04:23.020Z | Checking base64ct v1.8.3 |
| 1953 | 2026-05-14T15:04:23.060Z | Checking anstyle-parse v0.2.7 |
| 1954 | 2026-05-14T15:04:23.122Z | Checking block-padding v0.3.3 |
| 1955 | 2026-05-14T15:04:23.175Z | Checking colorchoice v1.0.4 |
| 1956 | 2026-05-14T15:04:23.209Z | Checking regex-automata v0.4.14 |
| 1957 | 2026-05-14T15:04:23.242Z | Checking anstyle-query v1.1.5 |
| 1958 | 2026-05-14T15:04:23.282Z | Checking is_terminal_polyfill v1.70.2 |
| 1959 | 2026-05-14T15:04:23.317Z | Checking inout v0.1.4 |
| 1960 | 2026-05-14T15:04:23.320Z | Checking crossbeam-utils v0.8.21 |
| 1961 | 2026-05-14T15:04:23.382Z | Checking allocator-api2 v0.2.21 |
| 1962 | 2026-05-14T15:04:23.415Z | Checking anstream v0.6.21 |
| 1963 | 2026-05-14T15:04:23.485Z | Checking cipher v0.4.4 |
| 1964 | 2026-05-14T15:04:23.555Z | Checking http-body v1.0.1 |
| 1965 | 2026-05-14T15:04:23.601Z | Checking tokio-util v0.7.18 |
| 1966 | 2026-05-14T15:04:23.638Z | Checking terminal_size v0.4.3 |
| 1967 | 2026-05-14T15:04:23.691Z | Checking atomic-waker v1.1.2 |
| 1968 | 2026-05-14T15:04:23.725Z | Checking clap_lex v1.0.0 |
| 1969 | 2026-05-14T15:04:23.728Z | Checking strsim v0.11.1 |
| 1970 | 2026-05-14T15:04:23.728Z | Checking try-lock v0.2.5 |
| 1971 | 2026-05-14T15:04:23.818Z | Checking httpdate v1.0.3 |
| 1972 | 2026-05-14T15:04:23.821Z | Checking pem-rfc7468 v0.7.0 |
| 1973 | 2026-05-14T15:04:23.898Z | Checking sha2 v0.10.9 |
| 1974 | 2026-05-14T15:04:23.932Z | Checking want v0.3.1 |
| 1975 | 2026-05-14T15:04:23.964Z | Checking clap_builder v4.5.60 |
| 1976 | 2026-05-14T15:04:23.997Z | Checking tower-layer v0.3.3 |
| 1977 | 2026-05-14T15:04:24.030Z | Checking pin-utils v0.1.0 |
| 1978 | 2026-05-14T15:04:24.075Z | Checking ryu v1.0.23 |
| 1979 | 2026-05-14T15:04:24.125Z | Checking tower-service v0.3.3 |
| 1980 | 2026-05-14T15:04:24.169Z | Checking rand_core v0.9.5 |
| 1981 | 2026-05-14T15:04:24.203Z | Checking hmac v0.12.1 |
| 1982 | 2026-05-14T15:04:24.236Z | Checking powerfmt v0.2.0 |
| 1983 | 2026-05-14T15:04:24.239Z | Checking h2 v0.4.13 |
| 1984 | 2026-05-14T15:04:24.239Z | Checking num-conv v0.2.0 |
| 1985 | 2026-05-14T15:04:24.359Z | Checking num_threads v0.1.7 |
| 1986 | 2026-05-14T15:04:24.362Z | Checking time-core v0.1.8 |
| 1987 | 2026-05-14T15:04:24.422Z | Checking deranged v0.5.8 |
| 1988 | 2026-05-14T15:04:24.454Z | Checking flagset v0.4.7 |
| 1989 | 2026-05-14T15:04:24.490Z | Checking erased-serde v0.3.31 |
| 1990 | 2026-05-14T15:04:24.553Z | Checking rand_chacha v0.9.0 |
| 1991 | 2026-05-14T15:04:24.601Z | Checking der v0.7.10 |
| 1992 | 2026-05-14T15:04:24.781Z | Checking http-body-util v0.1.3 |
| 1993 | 2026-05-14T15:04:24.892Z | Checking slog v2.8.2 |
| 1994 | 2026-05-14T15:04:25.022Z | Checking spin v0.9.8 |
| 1995 | 2026-05-14T15:04:25.058Z | Checking rand v0.9.2 |
| 1996 | 2026-05-14T15:04:25.177Z | Checking aws-lc-sys v0.40.0 |
| 1997 | 2026-05-14T15:04:25.211Z | Checking clap v4.5.60 |
| 1998 | 2026-05-14T15:04:25.243Z | Checking anyhow v1.0.102 |
| 1999 | 2026-05-14T15:04:25.278Z | Checking untrusted v0.7.1 |
| 2000 | 2026-05-14T15:04:25.315Z | Checking serde_urlencoded v0.7.1 |
| 2001 | 2026-05-14T15:04:25.349Z | Checking openssl-probe v0.2.1 |
| 2002 | 2026-05-14T15:04:25.382Z | Checking time v0.3.47 |
| 2003 | 2026-05-14T15:04:25.417Z | Checking regex v1.12.3 |
| 2004 | 2026-05-14T15:04:25.465Z | Checking fastrand v2.3.0 |
| 2005 | 2026-05-14T15:04:25.499Z | Checking spki v0.7.3 |
| 2006 | 2026-05-14T15:04:25.537Z | Checking pbkdf2 v0.12.2 |
| 2007 | 2026-05-14T15:04:25.572Z | Checking aes v0.8.4 |
| 2008 | 2026-05-14T15:04:25.670Z | Checking pretty-hex v0.4.1 |
| 2009 | 2026-05-14T15:04:25.673Z | Checking salsa20 v0.10.2 |
| 2010 | 2026-05-14T15:04:25.736Z | Checking cbc v0.1.2 |
| 2011 | 2026-05-14T15:04:25.739Z | Checking aws-lc-rs v1.16.3 |
| 2012 | 2026-05-14T15:04:25.739Z | Checking rand_chacha v0.3.1 |
| 2013 | 2026-05-14T15:04:25.829Z | Checking hex v0.4.3 |
| 2014 | 2026-05-14T15:04:25.862Z | Checking plain v0.2.3 |
| 2015 | 2026-05-14T15:04:25.894Z | Checking scrypt v0.11.0 |
| 2016 | 2026-05-14T15:04:25.975Z | Checking tempfile v3.25.0 |
| 2017 | 2026-05-14T15:04:26.011Z | Checking rustls-native-certs v0.8.3 |
| 2018 | 2026-05-14T15:04:26.043Z | Checking rand v0.8.6 |
| 2019 | 2026-05-14T15:04:26.076Z | Checking ipnetwork v0.21.1 |
| 2020 | 2026-05-14T15:04:26.079Z | Checking sync_wrapper v1.0.2 |
| 2021 | 2026-05-14T15:04:26.162Z | Checking simd-adler32 v0.3.8 |
| 2022 | 2026-05-14T15:04:26.196Z | Checking foldhash v0.2.0 |
| 2023 | 2026-05-14T15:04:26.235Z | Checking ucd-trie v0.1.7 |
| 2024 | 2026-05-14T15:04:26.314Z | Checking tower v0.5.3 |
| 2025 | 2026-05-14T15:04:26.357Z | Checking pkcs5 v0.7.1 |
| 2026 | 2026-05-14T15:04:26.394Z | Checking hashbrown v0.16.1 |
| 2027 | 2026-05-14T15:04:26.398Z | Checking pest v2.8.6 |
| 2028 | 2026-05-14T15:04:26.516Z | Checking webpki-roots v1.0.6 |
| 2029 | 2026-05-14T15:04:26.616Z | Checking rustls-webpki v0.103.9 |
| 2030 | 2026-05-14T15:04:26.618Z | Checking camino v1.2.2 |
| 2031 | 2026-05-14T15:04:26.685Z | Checking iri-string v0.7.10 |
| 2032 | 2026-05-14T15:04:26.723Z | Checking adler2 v2.0.1 |
| 2033 | 2026-05-14T15:04:26.761Z | Checking pkcs8 v0.10.2 |
| 2034 | 2026-05-14T15:04:26.859Z | Checking miniz_oxide v0.8.9 |
| 2035 | 2026-05-14T15:04:26.894Z | Checking openapiv3 v2.2.0 |
| 2036 | 2026-05-14T15:04:26.928Z | Checking futures-executor v0.3.32 |
| 2037 | 2026-05-14T15:04:26.962Z | Checking hyper v1.8.1 |
| 2038 | 2026-05-14T15:04:26.965Z | Checking either v1.15.0 |
| 2039 | 2026-05-14T15:04:27.087Z | Checking rustls v0.23.37 |
| 2040 | 2026-05-14T15:04:27.121Z | Checking futures v0.3.32 |
| 2041 | 2026-05-14T15:04:27.200Z | Checking mime v0.3.17 |
| 2042 | 2026-05-14T15:04:27.238Z | Checking winnow v0.7.14 |
| 2043 | 2026-05-14T15:04:27.241Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-05-14T15:04:27.401Z | Checking static_assertions v1.1.0 |
| 2045 | 2026-05-14T15:04:27.437Z | Checking oxnet v0.1.4 |
| 2046 | 2026-05-14T15:04:27.499Z | Checking lazy_static v1.5.0 |
| 2047 | 2026-05-14T15:04:27.535Z | Checking signature v2.2.0 |
| 2048 | 2026-05-14T15:04:27.616Z | Checking hubpack v0.1.2 |
| 2049 | 2026-05-14T15:04:27.687Z | Checking encoding_rs v0.8.35 |
| 2050 | 2026-05-14T15:04:27.721Z | Checking strum v0.26.3 |
| 2051 | 2026-05-14T15:04:27.755Z | Checking tower-http v0.6.8 |
| 2052 | 2026-05-14T15:04:27.807Z | Checking zlib-rs v0.6.2 |
| 2053 | 2026-05-14T15:04:27.859Z | Checking foreign-types-shared v0.1.1 |
| 2054 | 2026-05-14T15:04:27.889Z | Checking hyper-util v0.1.20 |
| 2055 | 2026-05-14T15:04:27.963Z | Checking foreign-types v0.3.2 |
| 2056 | 2026-05-14T15:04:28.049Z | Checking sha1 v0.10.6 |
| 2057 | 2026-05-14T15:04:28.084Z | Checking scroll v0.13.0 |
| 2058 | 2026-05-14T15:04:28.217Z | Checking openssl-sys v0.9.115 |
| 2059 | 2026-05-14T15:04:28.253Z | Checking tinyvec_macros v0.1.1 |
| 2060 | 2026-05-14T15:04:28.347Z | Checking tinyvec v1.10.0 |
| 2061 | 2026-05-14T15:04:28.382Z | Checking goblin v0.10.5 |
| 2062 | 2026-05-14T15:04:28.447Z | Checking serde_spanned v0.6.9 |
| 2063 | 2026-05-14T15:04:28.603Z | Checking toml_datetime v0.6.11 |
| 2064 | 2026-05-14T15:04:28.638Z | Checking openssl v0.10.79 |
| 2065 | 2026-05-14T15:04:28.672Z | Checking num-integer v0.1.46 |
| 2066 | 2026-05-14T15:04:28.705Z | Checking memmap2 v0.9.10 |
| 2067 | 2026-05-14T15:04:28.746Z | Checking flate2 v1.1.9 |
| 2068 | 2026-05-14T15:04:28.808Z | Checking data-encoding v2.10.0 |
| 2069 | 2026-05-14T15:04:28.893Z | Checking dtrace-parser v0.3.0 |
| 2070 | 2026-05-14T15:04:28.929Z | Checking thread-id v5.1.0 |
| 2071 | 2026-05-14T15:04:29.031Z | Checking psl-types v2.0.11 |
| 2072 | 2026-05-14T15:04:29.066Z | Checking base16ct v0.2.0 |
| 2073 | 2026-05-14T15:04:30.107Z | Checking bit-vec v0.8.0 |
| 2074 | 2026-05-14T15:04:30.112Z | Checking cookie v0.18.1 |
| 2075 | 2026-05-14T15:04:30.112Z | Checking publicsuffix v2.3.0 |
| 2076 | 2026-05-14T15:04:30.112Z | Checking ff v0.13.1 |
| 2077 | 2026-05-14T15:04:30.112Z | Checking sec1 v0.7.3 |
| 2078 | 2026-05-14T15:04:30.112Z | Checking bit-set v0.8.0 |
| 2079 | 2026-05-14T15:04:30.112Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-05-14T15:04:30.113Z | Checking group v0.13.0 |
| 2081 | 2026-05-14T15:04:30.113Z | Checking cookie_store v0.22.1 |
| 2082 | 2026-05-14T15:04:30.113Z | Checking tokio-rustls v0.26.4 |
| 2083 | 2026-05-14T15:04:30.113Z | Checking rustls-platform-verifier v0.6.2 |
| 2084 | 2026-05-14T15:04:30.113Z | Checking num-iter v0.1.45 |
| 2085 | 2026-05-14T15:04:30.113Z | Checking bstr v1.12.1 |
| 2086 | 2026-05-14T15:04:30.113Z | Checking hkdf v0.12.4 |
| 2087 | 2026-05-14T15:04:30.113Z | Checking crossbeam-epoch v0.9.18 |
| 2088 | 2026-05-14T15:04:30.113Z | Checking ahash v0.8.12 |
| 2089 | 2026-05-14T15:04:30.113Z | Checking hyper-rustls v0.27.7 |
| 2090 | 2026-05-14T15:04:30.113Z | Checking crypto-bigint v0.5.5 |
| 2091 | 2026-05-14T15:04:30.113Z | Checking quick-error v1.2.3 |
| 2092 | 2026-05-14T15:04:30.113Z | Checking rand_xorshift v0.4.0 |
| 2093 | 2026-05-14T15:04:30.113Z | Checking scroll v0.12.0 |
| 2094 | 2026-05-14T15:04:30.113Z | Checking rusty-fork v0.3.1 |
| 2095 | 2026-05-14T15:04:30.113Z | Checking reqwest v0.13.2 |
| 2096 | 2026-05-14T15:04:30.113Z | Checking unarray v0.1.4 |
| 2097 | 2026-05-14T15:04:30.113Z | Checking num-bigint-dig v0.8.6 |
| 2098 | 2026-05-14T15:04:30.146Z | Checking pkcs1 v0.7.5 |
| 2099 | 2026-05-14T15:04:30.185Z | Checking goblin v0.8.2 |
| 2100 | 2026-05-14T15:04:30.190Z | Checking proptest v1.11.0 |
| 2101 | 2026-05-14T15:04:30.381Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-14T15:04:30.641Z | Checking native-tls v0.2.18 |
| 2103 | 2026-05-14T15:04:30.675Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-14T15:04:30.709Z | Checking dof v0.4.0 |
| 2105 | 2026-05-14T15:04:30.844Z | Checking tokio-native-tls v0.3.1 |
| 2106 | 2026-05-14T15:04:30.908Z | Checking zerocopy v0.7.35 |
| 2107 | 2026-05-14T15:04:30.943Z | Checking unicode-segmentation v1.12.0 |
| 2108 | 2026-05-14T15:04:31.008Z | Checking rsa v0.9.10 |
| 2109 | 2026-05-14T15:04:31.041Z | Checking hyper-tls v0.6.0 |
| 2110 | 2026-05-14T15:04:31.075Z | Checking dtrace-parser v0.2.0 |
| 2111 | 2026-05-14T15:04:31.233Z | Checking reqwest v0.12.28 |
| 2112 | 2026-05-14T15:04:31.285Z | Checking rfc6979 v0.4.0 |
| 2113 | 2026-05-14T15:04:31.336Z | Checking thread-id v4.2.2 |
| 2114 | 2026-05-14T15:04:31.370Z | Checking usdt-impl v0.6.0 |
| 2115 | 2026-05-14T15:04:31.415Z | Checking toml_write v0.1.2 |
| 2116 | 2026-05-14T15:04:31.420Z | Checking ecdsa v0.16.9 |
| 2117 | 2026-05-14T15:04:31.479Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2118 | 2026-05-14T15:04:31.542Z | Checking curve25519-dalek v4.1.3 |
| 2119 | 2026-05-14T15:04:31.637Z | Checking toml_edit v0.22.27 |
| 2120 | 2026-05-14T15:04:31.679Z | Checking usdt v0.6.0 |
| 2121 | 2026-05-14T15:04:31.774Z | Checking memoffset v0.9.1 |
| 2122 | 2026-05-14T15:04:31.829Z | Checking rustix v0.38.44 |
| 2123 | 2026-05-14T15:04:31.872Z | Checking env_filter v1.0.0 |
| 2124 | 2026-05-14T15:04:31.907Z | Checking keccak v0.1.6 |
| 2125 | 2026-05-14T15:04:32.008Z | Checking newtype-uuid v1.3.2 |
| 2126 | 2026-05-14T15:04:32.043Z | Checking same-file v1.0.6 |
| 2127 | 2026-05-14T15:04:32.078Z | Checking dof v0.3.0 |
| 2128 | 2026-05-14T15:04:32.112Z | Checking sha3 v0.10.8 |
| 2129 | 2026-05-14T15:04:32.115Z | Checking env_logger v0.11.9 |
| 2130 | 2026-05-14T15:04:32.180Z | Checking walkdir v2.5.0 |
| 2131 | 2026-05-14T15:04:32.229Z | Checking daft v0.1.5 |
| 2132 | 2026-05-14T15:04:32.291Z | Checking ed25519 v2.2.3 |
| 2133 | 2026-05-14T15:04:32.344Z | Checking itertools v0.13.0 |
| 2134 | 2026-05-14T15:04:32.379Z | Checking serde_with v3.17.0 |
| 2135 | 2026-05-14T15:04:32.382Z | Checking usdt-impl v0.5.0 |
| 2136 | 2026-05-14T15:04:32.382Z | Checking siphasher v1.0.2 |
| 2137 | 2026-05-14T15:04:32.485Z | Checking bitflags v1.3.2 |
| 2138 | 2026-05-14T15:04:32.522Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-14T15:04:32.584Z | Checking unicode-normalization v0.1.25 |
| 2140 | 2026-05-14T15:04:32.617Z | Checking signal-hook v0.3.18 |
| 2141 | 2026-05-14T15:04:32.652Z | Checking managed v0.8.0 |
| 2142 | 2026-05-14T15:04:32.735Z | Checking winnow v0.5.40 |
| 2143 | 2026-05-14T15:04:32.768Z | Checking nix v0.31.2 |
| 2144 | 2026-05-14T15:04:32.773Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2145 | 2026-05-14T15:04:32.832Z | Checking object v0.37.3 |
| 2146 | 2026-05-14T15:04:32.865Z | Checking foldhash v0.1.5 |
| 2147 | 2026-05-14T15:04:32.910Z | Checking bzip2 v0.4.4 |
| 2148 | 2026-05-14T15:04:33.007Z | Checking signal-hook-mio v0.2.5 |
| 2149 | 2026-05-14T15:04:33.054Z | Checking hashbrown v0.15.5 |
| 2150 | 2026-05-14T15:04:33.110Z | Checking globset v0.4.18 |
| 2151 | 2026-05-14T15:04:33.149Z | Checking ref-cast v1.0.25 |
| 2152 | 2026-05-14T15:04:33.274Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2153 | 2026-05-14T15:04:33.389Z | Checking zip v0.6.6 |
| 2154 | 2026-05-14T15:04:33.424Z | Checking pin-project v1.1.11 |
| 2155 | 2026-05-14T15:04:33.427Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-14T15:04:33.535Z | Checking libbz2-rs-sys v0.2.2 |
| 2157 | 2026-05-14T15:04:33.568Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-14T15:04:33.647Z | Checking zstd v0.13.3 |
| 2159 | 2026-05-14T15:04:33.739Z | Checking crossterm v0.28.1 |
| 2160 | 2026-05-14T15:04:33.789Z | Checking zopfli v0.8.3 |
| 2161 | 2026-05-14T15:04:33.825Z | Checking similar v2.7.0 |
| 2162 | 2026-05-14T15:04:33.831Z | Checking tokio-stream v0.1.18 |
| 2163 | 2026-05-14T15:04:33.890Z | Checking fs-err v3.3.0 |
| 2164 | 2026-05-14T15:04:33.924Z | Checking toml_edit v0.19.15 |
| 2165 | 2026-05-14T15:04:33.957Z | Checking bzip2 v0.6.1 |
| 2166 | 2026-05-14T15:04:34.141Z | Checking pem v3.0.6 |
| 2167 | 2026-05-14T15:04:34.144Z | Checking hash32 v0.2.1 |
| 2168 | 2026-05-14T15:04:34.206Z | Checking serde-big-array v0.5.1 |
| 2169 | 2026-05-14T15:04:34.243Z | Checking unicode-bidi v0.3.18 |
| 2170 | 2026-05-14T15:04:34.277Z | Checking unicode-properties v0.1.4 |
| 2171 | 2026-05-14T15:04:34.324Z | Checking predicates-core v1.0.10 |
| 2172 | 2026-05-14T15:04:34.356Z | Checking jiff v0.2.21 |
| 2173 | 2026-05-14T15:04:34.391Z | Checking heapless v0.7.17 |
| 2174 | 2026-05-14T15:04:34.449Z | Checking snafu v0.8.9 |
| 2175 | 2026-05-14T15:04:34.483Z | Checking olpc-cjson v0.1.4 |
| 2176 | 2026-05-14T15:04:34.487Z | Checking hickory-proto v0.25.2 |
| 2177 | 2026-05-14T15:04:34.555Z | Checking stringprep v0.1.5 |
| 2178 | 2026-05-14T15:04:34.641Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-14T15:04:34.706Z | Checking serde_plain v1.0.2 |
| 2180 | 2026-05-14T15:04:34.743Z | Checking float-cmp v0.10.0 |
| 2181 | 2026-05-14T15:04:34.801Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2182 | 2026-05-14T15:04:34.836Z | Checking difflib v0.4.0 |
| 2183 | 2026-05-14T15:04:34.876Z | Checking typed-path v0.9.3 |
| 2184 | 2026-05-14T15:04:34.931Z | Checking rustc-hash v2.1.1 |
| 2185 | 2026-05-14T15:04:34.952Z | Checking toml v0.7.8 |
| 2186 | 2026-05-14T15:04:35.024Z | Checking normalize-line-endings v0.3.0 |
| 2187 | 2026-05-14T15:04:35.059Z | Checking fallible-iterator v0.2.0 |
| 2188 | 2026-05-14T15:04:35.062Z | Checking iddqd v0.3.18 |
| 2189 | 2026-05-14T15:04:35.141Z | Checking predicates v3.1.4 |
| 2190 | 2026-05-14T15:04:35.176Z | Checking smoltcp v0.9.1 |
| 2191 | 2026-05-14T15:04:35.276Z | Checking phf_shared v0.11.3 |
| 2192 | 2026-05-14T15:04:35.352Z | Checking postgres-protocol v0.6.10 |
| 2193 | 2026-05-14T15:04:35.444Z | Checking phf_shared v0.13.1 |
| 2194 | 2026-05-14T15:04:35.481Z | Checking buf-list v1.1.2 |
| 2195 | 2026-05-14T15:04:35.652Z | Checking tough v0.22.0 |
| 2196 | 2026-05-14T15:04:35.688Z | Checking strum v0.27.2 |
| 2197 | 2026-05-14T15:04:35.690Z | Checking fixedbitset v0.5.7 |
| 2198 | 2026-05-14T15:04:35.690Z | Checking new_debug_unreachable v1.0.6 |
| 2199 | 2026-05-14T15:04:35.782Z | Checking lalrpop-util v0.19.12 |
| 2200 | 2026-05-14T15:04:35.824Z | Checking precomputed-hash v0.1.1 |
| 2201 | 2026-05-14T15:04:35.861Z | Checking fixedbitset v0.4.2 |
| 2202 | 2026-05-14T15:04:35.936Z | Checking string_cache v0.8.9 |
| 2203 | 2026-05-14T15:04:35.939Z | Checking petgraph v0.8.3 |
| 2204 | 2026-05-14T15:04:36.007Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2205 | 2026-05-14T15:04:36.010Z | Checking postgres-types v0.2.12 |
| 2206 | 2026-05-14T15:04:36.069Z | Checking petgraph v0.6.5 |
| 2207 | 2026-05-14T15:04:36.128Z | Checking phf v0.13.1 |
| 2208 | 2026-05-14T15:04:36.304Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2209 | 2026-05-14T15:04:36.377Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-14T15:04:36.582Z | Checking zip v4.6.1 |
| 2211 | 2026-05-14T15:04:36.617Z | Checking peg-runtime v0.8.5 |
| 2212 | 2026-05-14T15:04:36.620Z | Checking tokio-postgres v0.7.16 |
| 2213 | 2026-05-14T15:04:36.921Z | Checking is-terminal v0.4.17 |
| 2214 | 2026-05-14T15:04:37.043Z | Checking crossbeam-channel v0.5.15 |
| 2215 | 2026-05-14T15:04:37.186Z | Compiling structmeta-derive v0.3.0 |
| 2216 | 2026-05-14T15:04:37.284Z | Checking thread_local v1.1.9 |
| 2217 | 2026-05-14T15:04:37.332Z | Checking take_mut v0.2.2 |
| 2218 | 2026-05-14T15:04:37.405Z | Checking term v1.2.1 |
| 2219 | 2026-05-14T15:04:37.462Z | Compiling newtype-uuid-macros v0.1.0 |
| 2220 | 2026-05-14T15:04:37.495Z | Checking slog-async v2.8.0 |
| 2221 | 2026-05-14T15:04:37.540Z | Compiling rustls v0.22.4 |
| 2222 | 2026-05-14T15:04:37.646Z | Checking slog-term v2.9.2 |
| 2223 | 2026-05-14T15:04:37.681Z | Compiling multer v3.1.0 |
| 2224 | 2026-05-14T15:04:37.715Z | Compiling async-stream-impl v0.3.6 |
| 2225 | 2026-05-14T15:04:37.791Z | Compiling dropshot v0.17.0 |
| 2226 | 2026-05-14T15:04:37.928Z | Compiling dropshot_endpoint v0.17.0 |
| 2227 | 2026-05-14T15:04:37.960Z | Checking match_cfg v0.1.0 |
| 2228 | 2026-05-14T15:04:37.994Z | Checking slog-json v2.6.1 |
| 2229 | 2026-05-14T15:04:38.094Z | Checking hostname v0.3.1 |
| 2230 | 2026-05-14T15:04:38.104Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2026-05-14T15:04:38.188Z | Checking debug-ignore v1.0.5 |
| 2232 | 2026-05-14T15:04:38.193Z | Checking slog-bunyan v2.5.0 |
| 2233 | 2026-05-14T15:04:38.255Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2234 | 2026-05-14T15:04:38.291Z | Compiling structmeta v0.3.0 |
| 2235 | 2026-05-14T15:04:38.325Z | Checking serde_spanned v1.0.4 |
| 2236 | 2026-05-14T15:04:38.325Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2237 | 2026-05-14T15:04:38.419Z | Checking rustls-webpki v0.102.8 |
| 2238 | 2026-05-14T15:04:38.457Z | Checking serde_path_to_error v0.1.20 |
| 2239 | 2026-05-14T15:04:38.525Z | Compiling derive-ex v0.1.8 |
| 2240 | 2026-05-14T15:04:38.528Z | Checking async-stream v0.3.6 |
| 2241 | 2026-05-14T15:04:38.590Z | Checking waitgroup v0.1.2 |
| 2242 | 2026-05-14T15:04:38.690Z | Checking rustls-pemfile v2.2.0 |
| 2243 | 2026-05-14T15:04:38.726Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2244 | 2026-05-14T15:04:38.758Z | Checking hostname v0.4.2 |
| 2245 | 2026-05-14T15:04:38.761Z | Checking compression-core v0.4.31 |
| 2246 | 2026-05-14T15:04:38.855Z | Checking progenitor-client v0.14.0 |
| 2247 | 2026-05-14T15:04:38.864Z | Checking regress v0.10.5 |
| 2248 | 2026-05-14T15:04:38.918Z | Checking compression-codecs v0.4.37 |
| 2249 | 2026-05-14T15:04:38.921Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-14T15:04:38.981Z | Checking toml v1.0.6+spec-1.1.0 |
| 2251 | 2026-05-14T15:04:39.083Z | Compiling parse-display-derive v0.10.0 |
| 2252 | 2026-05-14T15:04:39.118Z | Checking async-compression v0.4.41 |
| 2253 | 2026-05-14T15:04:39.122Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2254 | 2026-05-14T15:04:39.288Z | Checking itertools v0.14.0 |
| 2255 | 2026-05-14T15:04:39.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2256 | 2026-05-14T15:04:39.580Z | Checking macaddr v1.0.1 |
| 2257 | 2026-05-14T15:04:39.702Z | Checking instant v0.1.13 |
| 2258 | 2026-05-14T15:04:39.789Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2259 | 2026-05-14T15:04:39.822Z | Checking progenitor-client v0.10.0 |
| 2260 | 2026-05-14T15:04:39.854Z | Checking backoff v0.4.0 |
| 2261 | 2026-05-14T15:04:40.050Z | Checking backon v1.6.0 |
| 2262 | 2026-05-14T15:04:40.085Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2263 | 2026-05-14T15:04:40.088Z | Checking unicode-width v0.2.0 |
| 2264 | 2026-05-14T15:04:40.222Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-14T15:04:40.256Z | Checking progenitor-extras v0.2.0 |
| 2266 | 2026-05-14T15:04:40.287Z | Checking tokio-rustls v0.25.0 |
| 2267 | 2026-05-14T15:04:40.320Z | Checking heck v0.5.0 |
| 2268 | 2026-05-14T15:04:40.357Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-14T15:04:40.391Z | Checking half v2.7.1 |
| 2270 | 2026-05-14T15:04:40.463Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-14T15:04:40.499Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-14T15:04:40.591Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-14T15:04:40.616Z | Compiling unsafe-libyaml v0.2.11 |
| 2274 | 2026-05-14T15:04:40.646Z | Checking indent_write v2.2.0 |
| 2275 | 2026-05-14T15:04:40.681Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-14T15:04:40.755Z | Checking parse-display v0.10.0 |
| 2277 | 2026-05-14T15:04:40.788Z | Compiling derive_more v0.99.20 |
| 2278 | 2026-05-14T15:04:40.825Z | Checking universal-hash v0.5.1 |
| 2279 | 2026-05-14T15:04:40.880Z | Checking ciborium v0.2.2 |
| 2280 | 2026-05-14T15:04:40.928Z | Checking opaque-debug v0.3.1 |
| 2281 | 2026-05-14T15:04:40.968Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-14T15:04:41.023Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-14T15:04:41.151Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-05-14T15:04:41.269Z | Checking aead v0.5.2 |
| 2285 | 2026-05-14T15:04:41.381Z | Checking poly1305 v0.8.0 |
| 2286 | 2026-05-14T15:04:41.449Z | Checking chacha20 v0.9.1 |
| 2287 | 2026-05-14T15:04:41.667Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2288 | 2026-05-14T15:04:41.670Z | Checking password-hash v0.5.0 |
| 2289 | 2026-05-14T15:04:41.731Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2290 | 2026-05-14T15:04:41.946Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2291 | 2026-05-14T15:04:42.134Z | Compiling typify-impl v0.6.2 |
| 2292 | 2026-05-14T15:04:42.286Z | Checking blake2 v0.10.6 |
| 2293 | 2026-05-14T15:04:42.440Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2294 | 2026-05-14T15:04:42.553Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-14T15:04:42.615Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-14T15:04:42.767Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2297 | 2026-05-14T15:04:42.870Z | Checking thiserror-no-std v2.0.2 |
| 2298 | 2026-05-14T15:04:42.934Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2299 | 2026-05-14T15:04:42.986Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-14T15:04:43.078Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-14T15:04:43.272Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2302 | 2026-05-14T15:04:43.352Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-14T15:04:43.390Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2304 | 2026-05-14T15:04:43.471Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2305 | 2026-05-14T15:04:43.535Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2306 | 2026-05-14T15:04:43.844Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-14T15:04:44.050Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-14T15:04:44.137Z | Checking toml v0.8.23 |
| 2309 | 2026-05-14T15:04:44.140Z | Compiling num-derive v0.4.2 |
| 2310 | 2026-05-14T15:04:44.203Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2311 | 2026-05-14T15:04:44.498Z | Compiling proc-macro-error v1.0.4 |
| 2312 | 2026-05-14T15:04:44.656Z | Checking rayon v1.11.0 |
| 2313 | 2026-05-14T15:04:44.833Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-14T15:04:44.988Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-14T15:04:45.022Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2316 | 2026-05-14T15:04:45.098Z | Checking glob v0.3.3 |
| 2317 | 2026-05-14T15:04:45.143Z | Checking unicode-width v0.1.14 |
| 2318 | 2026-05-14T15:04:45.176Z | Compiling heapless v0.8.0 |
| 2319 | 2026-05-14T15:04:45.303Z | Compiling ingot-macros v0.1.1 |
| 2320 | 2026-05-14T15:04:45.364Z | Checking hash32 v0.3.1 |
| 2321 | 2026-05-14T15:04:45.418Z | Compiling proc-macro-crate v3.4.0 |
| 2322 | 2026-05-14T15:04:45.518Z | Checking colored v3.1.1 |
| 2323 | 2026-05-14T15:04:45.676Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2324 | 2026-05-14T15:04:45.743Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-05-14T15:04:45.983Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-14T15:04:46.016Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-14T15:04:46.143Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-14T15:04:46.177Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-14T15:04:46.208Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-14T15:04:46.333Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-14T15:04:46.456Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-14T15:04:46.649Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-14T15:04:46.711Z | Compiling typify-macro v0.6.2 |
| 2334 | 2026-05-14T15:04:46.751Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2335 | 2026-05-14T15:04:46.755Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-14T15:04:46.931Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-14T15:04:47.027Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-14T15:04:47.083Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-14T15:04:47.125Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-14T15:04:47.158Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-14T15:04:47.260Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-14T15:04:47.377Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-14T15:04:47.423Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-14T15:04:47.523Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-14T15:04:47.663Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-14T15:04:47.695Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-14T15:04:47.698Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-14T15:04:47.755Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-14T15:04:47.808Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2350 | 2026-05-14T15:04:47.840Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-05-14T15:04:48.050Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2352 | 2026-05-14T15:04:48.091Z | Checking rand v0.10.0 |
| 2353 | 2026-05-14T15:04:48.172Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-05-14T15:04:48.175Z | Checking ingot-types v0.1.2 |
| 2355 | 2026-05-14T15:04:48.267Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-14T15:04:48.304Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-14T15:04:48.338Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-14T15:04:48.454Z | Compiling zone_cfg_derive v0.3.1 |
| 2359 | 2026-05-14T15:04:48.488Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2360 | 2026-05-14T15:04:48.522Z | Checking num_enum v0.5.11 |
| 2361 | 2026-05-14T15:04:48.525Z | Compiling typify v0.6.2 |
| 2362 | 2026-05-14T15:04:48.618Z | Checking ingot v0.1.1 |
| 2363 | 2026-05-14T15:04:48.682Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-14T15:04:48.711Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2365 | 2026-05-14T15:04:48.813Z | Checking itertools v0.12.1 |
| 2366 | 2026-05-14T15:04:48.941Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2367 | 2026-05-14T15:04:49.205Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2368 | 2026-05-14T15:04:49.286Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2369 | 2026-05-14T15:04:49.386Z | Checking smf v0.2.3 |
| 2370 | 2026-05-14T15:04:49.476Z | Checking whoami v1.6.1 |
| 2371 | 2026-05-14T15:04:49.531Z | Checking tokio-dtrace v0.1.1 |
| 2372 | 2026-05-14T15:04:49.646Z | Compiling derive-where v1.6.0 |
| 2373 | 2026-05-14T15:04:49.679Z | Checking console v0.15.11 |
| 2374 | 2026-05-14T15:04:49.682Z | Checking atomicwrites v0.4.4 |
| 2375 | 2026-05-14T15:04:49.741Z | Checking oxide-tokio-rt v0.1.4 |
| 2376 | 2026-05-14T15:04:49.860Z | Checking newline-converter v0.3.0 |
| 2377 | 2026-05-14T15:04:49.863Z | Checking zone v0.3.1 |
| 2378 | 2026-05-14T15:04:49.933Z | Checking num-rational v0.4.2 |
| 2379 | 2026-05-14T15:04:49.973Z | Checking num-complex v0.4.6 |
| 2380 | 2026-05-14T15:04:50.005Z | Checking expectorate v1.2.0 |
| 2381 | 2026-05-14T15:04:50.159Z | Checking bytecount v0.6.9 |
| 2382 | 2026-05-14T15:04:50.229Z | Compiling progenitor-impl v0.13.0 |
| 2383 | 2026-05-14T15:04:50.263Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2384 | 2026-05-14T15:04:50.266Z | Checking float-ord v0.3.2 |
| 2385 | 2026-05-14T15:04:50.355Z | Checking num v0.4.3 |
| 2386 | 2026-05-14T15:04:50.420Z | Checking progenitor-client v0.13.0 |
| 2387 | 2026-05-14T15:04:50.683Z | Compiling owo-colors v4.3.0 |
| 2388 | 2026-05-14T15:04:50.976Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-05-14T15:04:51.248Z | Checking libsw-core v0.3.2 |
| 2390 | 2026-05-14T15:04:51.287Z | Compiling prettyplease v0.2.37 |
| 2391 | 2026-05-14T15:04:51.320Z | Compiling progenitor-macro v0.14.0 |
| 2392 | 2026-05-14T15:04:51.400Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2393 | 2026-05-14T15:04:51.433Z | Checking libsw v3.5.0 |
| 2394 | 2026-05-14T15:04:51.610Z | Checking linear-map v1.2.0 |
| 2395 | 2026-05-14T15:04:51.681Z | Checking gethostname v0.5.0 |
| 2396 | 2026-05-14T15:04:51.797Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-05-14T15:04:51.831Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2398 | 2026-05-14T15:04:51.834Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2399 | 2026-05-14T15:04:52.456Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2400 | 2026-05-14T15:04:52.693Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2401 | 2026-05-14T15:04:52.848Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-14T15:04:53.633Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-05-14T15:04:55.157Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-14T15:04:55.736Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2405 | 2026-05-14T15:04:56.277Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-14T15:04:56.444Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-14T15:04:57.538Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-05-14T15:04:57.602Z | Checking unicode-linebreak v0.1.5 |
| 2409 | 2026-05-14T15:04:57.635Z | Checking smawk v0.3.2 |
| 2410 | 2026-05-14T15:04:57.792Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2411 | 2026-05-14T15:04:57.795Z | Checking progenitor v0.13.0 |
| 2412 | 2026-05-14T15:04:57.856Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-14T15:04:57.859Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-14T15:04:57.986Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-14T15:04:58.028Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-05-14T15:04:58.096Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2417 | 2026-05-14T15:04:58.260Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2418 | 2026-05-14T15:04:58.332Z | Compiling derive_more-impl v2.1.1 |
| 2419 | 2026-05-14T15:04:58.367Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2420 | 2026-05-14T15:04:58.917Z | Checking tabled v0.15.0 |
| 2421 | 2026-05-14T15:04:58.954Z | Checking fd-lock v4.0.4 |
| 2422 | 2026-05-14T15:04:59.019Z | Checking vte v0.14.1 |
| 2423 | 2026-05-14T15:04:59.022Z | Checking display-error-chain v0.2.2 |
| 2424 | 2026-05-14T15:04:59.107Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2425 | 2026-05-14T15:04:59.176Z | Checking derive_more v2.1.1 |
| 2426 | 2026-05-14T15:04:59.209Z | Checking strip-ansi-escapes v0.2.1 |
| 2427 | 2026-05-14T15:04:59.213Z | Checking linked-hash-map v0.5.6 |
| 2428 | 2026-05-14T15:04:59.273Z | Checking nu-ansi-term v0.50.3 |
| 2429 | 2026-05-14T15:04:59.305Z | Checking crossterm v0.29.0 |
| 2430 | 2026-05-14T15:04:59.336Z | Checking termtree v0.5.1 |
| 2431 | 2026-05-14T15:04:59.368Z | Checking textwrap v0.16.2 |
| 2432 | 2026-05-14T15:04:59.432Z | Checking lru-cache v0.1.2 |
| 2433 | 2026-05-14T15:04:59.497Z | Checking hickory-proto v0.24.4 |
| 2434 | 2026-05-14T15:04:59.529Z | Checking reedline v0.40.0 |
| 2435 | 2026-05-14T15:04:59.577Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-05-14T15:04:59.610Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2437 | 2026-05-14T15:04:59.857Z | Compiling nom v7.1.3 |
| 2438 | 2026-05-14T15:04:59.890Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2439 | 2026-05-14T15:05:00.096Z | Compiling ar_archive_writer v0.5.1 |
| 2440 | 2026-05-14T15:05:00.167Z | Checking humantime v2.3.0 |
| 2441 | 2026-05-14T15:05:00.378Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2442 | 2026-05-14T15:05:00.510Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-14T15:05:00.683Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-14T15:05:00.720Z | Checking csv v1.4.0 |
| 2445 | 2026-05-14T15:05:00.857Z | Compiling cfg_aliases v0.1.1 |
| 2446 | 2026-05-14T15:05:00.964Z | Compiling semver v0.1.20 |
| 2447 | 2026-05-14T15:05:00.999Z | Compiling psm v0.1.30 |
| 2448 | 2026-05-14T15:05:01.003Z | Checking highway v1.3.0 |
| 2449 | 2026-05-14T15:05:01.110Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-14T15:05:01.149Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-14T15:05:01.199Z | Compiling rustc_version v0.1.7 |
| 2452 | 2026-05-14T15:05:01.274Z | Checking endian-type v0.1.2 |
| 2453 | 2026-05-14T15:05:01.277Z | Checking hickory-resolver v0.24.4 |
| 2454 | 2026-05-14T15:05:01.339Z | Checking home v0.5.12 |
| 2455 | 2026-05-14T15:05:01.342Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-05-14T15:05:01.447Z | Compiling newtype_derive v0.1.6 |
| 2457 | 2026-05-14T15:05:01.480Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2458 | 2026-05-14T15:05:01.484Z | Checking radix_trie v0.2.1 |
| 2459 | 2026-05-14T15:05:01.605Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2460 | 2026-05-14T15:05:01.681Z | Checking phf_shared v0.12.1 |
| 2461 | 2026-05-14T15:05:01.776Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2462 | 2026-05-14T15:05:01.852Z | Compiling chrono-tz v0.10.4 |
| 2463 | 2026-05-14T15:05:01.959Z | Checking phf v0.12.1 |
| 2464 | 2026-05-14T15:05:02.025Z | Checking qorb v0.4.1 |
| 2465 | 2026-05-14T15:05:02.116Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-05-14T15:05:02.147Z | Compiling const_format_proc_macros v0.2.34 |
| 2467 | 2026-05-14T15:05:02.150Z | Compiling peg-macros v0.8.5 |
| 2468 | 2026-05-14T15:05:02.207Z | Checking recursive v0.1.1 |
| 2469 | 2026-05-14T15:05:02.239Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-14T15:05:02.326Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-14T15:05:02.856Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-14T15:05:02.976Z | Checking const_format v0.2.35 |
| 2473 | 2026-05-14T15:05:03.028Z | Checking rustyline v14.0.0 |
| 2474 | 2026-05-14T15:05:03.268Z | Checking sqlparser v0.61.0 |
| 2475 | 2026-05-14T15:05:03.400Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-14T15:05:03.600Z | Checking peg v0.8.5 |
| 2477 | 2026-05-14T15:05:03.756Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-14T15:05:03.806Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2479 | 2026-05-14T15:05:03.867Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2480 | 2026-05-14T15:05:04.019Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-14T15:05:04.053Z | Checking steno v0.4.1 |
| 2482 | 2026-05-14T15:05:04.153Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-14T15:05:04.205Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-14T15:05:04.371Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-14T15:05:04.529Z | Checking tar v0.4.45 |
| 2486 | 2026-05-14T15:05:04.909Z | Checking subprocess v0.2.15 |
| 2487 | 2026-05-14T15:05:04.943Z | Checking base64 v0.21.7 |
| 2488 | 2026-05-14T15:05:05.008Z | Checking headers-core v0.3.0 |
| 2489 | 2026-05-14T15:05:05.064Z | Checking yasna v0.5.2 |
| 2490 | 2026-05-14T15:05:05.211Z | Checking headers v0.4.1 |
| 2491 | 2026-05-14T15:05:05.214Z | Checking dropshot-api-manager-types v0.7.1 |
| 2492 | 2026-05-14T15:05:05.438Z | Checking tagptr v0.2.0 |
| 2493 | 2026-05-14T15:05:05.471Z | Checking rcgen v0.12.1 |
| 2494 | 2026-05-14T15:05:05.606Z | Checking moka v0.12.13 |
| 2495 | 2026-05-14T15:05:05.704Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2496 | 2026-05-14T15:05:05.803Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-14T15:05:05.902Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-14T15:05:05.965Z | Compiling libefi-sys v0.1.0 |
| 2499 | 2026-05-14T15:05:06.079Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2500 | 2026-05-14T15:05:06.215Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-05-14T15:05:06.260Z | Checking hickory-resolver v0.25.2 |
| 2502 | 2026-05-14T15:05:06.263Z | Compiling radium v0.7.0 |
| 2503 | 2026-05-14T15:05:06.619Z | Checking tap v1.0.1 |
| 2504 | 2026-05-14T15:05:06.740Z | Compiling maybe-uninit v2.0.0 |
| 2505 | 2026-05-14T15:05:06.771Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2506 | 2026-05-14T15:05:06.871Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-14T15:05:06.909Z | Checking wyz v0.5.1 |
| 2508 | 2026-05-14T15:05:06.952Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2509 | 2026-05-14T15:05:06.985Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-05-14T15:05:07.107Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2511 | 2026-05-14T15:05:07.139Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-14T15:05:07.283Z | Checking tungstenite v0.21.0 |
| 2513 | 2026-05-14T15:05:07.339Z | Compiling zerocopy-derive v0.6.6 |
| 2514 | 2026-05-14T15:05:07.434Z | Checking crc-catalog v2.4.0 |
| 2515 | 2026-05-14T15:05:07.469Z | Compiling packed_struct v0.10.1 |
| 2516 | 2026-05-14T15:05:07.551Z | Checking funty v2.0.0 |
| 2517 | 2026-05-14T15:05:07.654Z | Checking crc v3.4.0 |
| 2518 | 2026-05-14T15:05:07.742Z | Checking tokio-tungstenite v0.21.0 |
| 2519 | 2026-05-14T15:05:07.808Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2520 | 2026-05-14T15:05:07.872Z | Compiling packed_struct_codegen v0.10.1 |
| 2521 | 2026-05-14T15:05:07.902Z | Checking bitvec v1.0.1 |
| 2522 | 2026-05-14T15:05:07.935Z | Compiling bitfield-macros v0.19.4 |
| 2523 | 2026-05-14T15:05:08.070Z | Compiling indexmap v1.9.3 |
| 2524 | 2026-05-14T15:05:08.227Z | Checking zerocopy v0.6.6 |
| 2525 | 2026-05-14T15:05:08.312Z | Checking nodrop v0.1.14 |
| 2526 | 2026-05-14T15:05:08.431Z | Checking array-init v0.0.4 |
| 2527 | 2026-05-14T15:05:08.598Z | Checking smallvec v0.6.14 |
| 2528 | 2026-05-14T15:05:08.691Z | Checking bitfield v0.19.4 |
| 2529 | 2026-05-14T15:05:08.759Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2530 | 2026-05-14T15:05:08.816Z | Checking hashbrown v0.12.3 |
| 2531 | 2026-05-14T15:05:08.985Z | Checking serde-hex v0.1.0 |
| 2532 | 2026-05-14T15:05:09.017Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2533 | 2026-05-14T15:05:09.202Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2534 | 2026-05-14T15:05:09.628Z | Checking ron v0.8.1 |
| 2535 | 2026-05-14T15:05:09.751Z | Checking hashbrown v0.13.2 |
| 2536 | 2026-05-14T15:05:10.054Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2537 | 2026-05-14T15:05:10.180Z | Checking crc-any v2.5.0 |
| 2538 | 2026-05-14T15:05:10.212Z | Checking object v0.30.4 |
| 2539 | 2026-05-14T15:05:10.314Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2540 | 2026-05-14T15:05:10.348Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2541 | 2026-05-14T15:05:10.383Z | Checking path-slash v0.1.5 |
| 2542 | 2026-05-14T15:05:10.483Z | Compiling xshell-macros v0.2.7 |
| 2543 | 2026-05-14T15:05:10.514Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2544 | 2026-05-14T15:05:10.544Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2545 | 2026-05-14T15:05:10.763Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2546 | 2026-05-14T15:05:10.883Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-14T15:05:10.915Z | Checking half v1.8.3 |
| 2548 | 2026-05-14T15:05:11.095Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2026-05-14T15:05:11.134Z | Checking serde_cbor v0.11.2 |
| 2550 | 2026-05-14T15:05:11.200Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2551 | 2026-05-14T15:05:11.534Z | Checking libscf-sys v1.2.0 |
| 2552 | 2026-05-14T15:05:11.618Z | Compiling proc-macro-error2 v2.0.1 |
| 2553 | 2026-05-14T15:05:11.691Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2554 | 2026-05-14T15:05:11.877Z | Checking papergrid v0.17.0 |
| 2555 | 2026-05-14T15:05:11.923Z | Checking testing_table v0.3.0 |
| 2556 | 2026-05-14T15:05:11.957Z | Compiling tabled_derive v0.11.0 |
| 2557 | 2026-05-14T15:05:12.043Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2558 | 2026-05-14T15:05:12.295Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2559 | 2026-05-14T15:05:12.326Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2560 | 2026-05-14T15:05:12.509Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2561 | 2026-05-14T15:05:12.806Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2562 | 2026-05-14T15:05:12.858Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2563 | 2026-05-14T15:05:13.125Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2564 | 2026-05-14T15:05:13.174Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-14T15:05:13.260Z | Checking crc8 v0.1.1 |
| 2566 | 2026-05-14T15:05:13.383Z | Checking maplit v1.0.2 |
| 2567 | 2026-05-14T15:05:13.416Z | Checking fxhash v0.2.1 |
| 2568 | 2026-05-14T15:05:13.444Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2569 | 2026-05-14T15:05:13.494Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2570 | 2026-05-14T15:05:13.565Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2571 | 2026-05-14T15:05:14.021Z | Checking unicase v2.9.0 |
| 2572 | 2026-05-14T15:05:14.192Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2573 | 2026-05-14T15:05:14.224Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2574 | 2026-05-14T15:05:14.261Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2575 | 2026-05-14T15:05:14.444Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2576 | 2026-05-14T15:05:14.545Z | Compiling typify-impl v0.4.3 |
| 2577 | 2026-05-14T15:05:14.668Z | Checking kstat-rs v0.2.4 |
| 2578 | 2026-05-14T15:05:14.744Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2579 | 2026-05-14T15:05:14.808Z | Compiling diesel_derives v2.3.7 |
| 2580 | 2026-05-14T15:05:14.883Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2581 | 2026-05-14T15:05:15.059Z | Checking scheduled-thread-pool v0.2.7 |
| 2582 | 2026-05-14T15:05:15.229Z | Compiling dsl_auto_type v0.2.0 |
| 2583 | 2026-05-14T15:05:15.294Z | Checking arc-swap v1.8.2 |
| 2584 | 2026-05-14T15:05:15.535Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2585 | 2026-05-14T15:05:15.568Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-14T15:05:15.789Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-14T15:05:15.822Z | Compiling parking_lot_core v0.8.6 |
| 2588 | 2026-05-14T15:05:15.921Z | Checking slog-scope v4.4.1 |
| 2589 | 2026-05-14T15:05:16.087Z | Checking r2d2 v0.8.10 |
| 2590 | 2026-05-14T15:05:16.162Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2591 | 2026-05-14T15:05:16.332Z | Compiling git-stub v1.0.0 |
| 2592 | 2026-05-14T15:05:16.539Z | Checking downcast-rs v2.0.2 |
| 2593 | 2026-05-14T15:05:16.614Z | Compiling git-stub-vcs v0.1.0 |
| 2594 | 2026-05-14T15:05:16.887Z | Checking slog-stdlog v4.1.1 |
| 2595 | 2026-05-14T15:05:16.958Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2596 | 2026-05-14T15:05:16.991Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2597 | 2026-05-14T15:05:17.043Z | Checking slog-envlogger v2.2.0 |
| 2598 | 2026-05-14T15:05:17.218Z | Checking parking_lot v0.11.2 |
| 2599 | 2026-05-14T15:05:17.268Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2600 | 2026-05-14T15:05:17.271Z | Checking prefix-trie v0.7.0 |
| 2601 | 2026-05-14T15:05:17.438Z | Checking sled v0.34.7 |
| 2602 | 2026-05-14T15:05:17.562Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2603 | 2026-05-14T15:05:17.593Z | Checking nanorand v0.7.0 |
| 2604 | 2026-05-14T15:05:17.649Z | Checking hickory-server v0.25.2 |
| 2605 | 2026-05-14T15:05:17.756Z | Compiling dirs-sys-next v0.1.2 |
| 2606 | 2026-05-14T15:05:17.816Z | Compiling crunchy v0.2.4 |
| 2607 | 2026-05-14T15:05:18.074Z | Compiling salty v0.3.0 |
| 2608 | 2026-05-14T15:05:18.167Z | Compiling dirs-next v2.0.0 |
| 2609 | 2026-05-14T15:05:18.323Z | Checking flume v0.11.1 |
| 2610 | 2026-05-14T15:05:18.397Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2611 | 2026-05-14T15:05:18.601Z | Compiling clang-sys v1.8.1 |
| 2612 | 2026-05-14T15:05:18.703Z | Checking primeorder v0.13.6 |
| 2613 | 2026-05-14T15:05:18.735Z | Compiling tiny-keccak v2.0.2 |
| 2614 | 2026-05-14T15:05:18.823Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2615 | 2026-05-14T15:05:19.060Z | Compiling typify-macro v0.4.3 |
| 2616 | 2026-05-14T15:05:19.063Z | Compiling term v0.7.0 |
| 2617 | 2026-05-14T15:05:19.183Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2618 | 2026-05-14T15:05:19.264Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2619 | 2026-05-14T15:05:19.289Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2620 | 2026-05-14T15:05:19.584Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2621 | 2026-05-14T15:05:19.703Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-14T15:05:19.790Z | Compiling ascii-canvas v3.0.0 |
| 2623 | 2026-05-14T15:05:19.913Z | Compiling bit-set v0.5.3 |
| 2624 | 2026-05-14T15:05:20.060Z | Compiling itertools v0.10.5 |
| 2625 | 2026-05-14T15:05:20.097Z | Compiling ena v0.14.4 |
| 2626 | 2026-05-14T15:05:20.242Z | Compiling libloading v0.8.9 |
| 2627 | 2026-05-14T15:05:20.333Z | Compiling fs-err v2.11.0 |
| 2628 | 2026-05-14T15:05:20.387Z | Compiling diff v0.1.13 |
| 2629 | 2026-05-14T15:05:20.477Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-14T15:05:20.554Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-14T15:05:20.713Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2632 | 2026-05-14T15:05:20.791Z | Compiling typify v0.4.3 |
| 2633 | 2026-05-14T15:05:21.034Z | Checking p384 v0.13.1 |
| 2634 | 2026-05-14T15:05:21.068Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2635 | 2026-05-14T15:05:21.099Z | Compiling cexpr v0.6.0 |
| 2636 | 2026-05-14T15:05:21.134Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2637 | 2026-05-14T15:05:21.283Z | Checking diesel v2.3.7 |
| 2638 | 2026-05-14T15:05:21.501Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2639 | 2026-05-14T15:05:21.672Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2640 | 2026-05-14T15:05:21.777Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2641 | 2026-05-14T15:05:21.861Z | Compiling lalrpop v0.19.12 |
| 2642 | 2026-05-14T15:05:21.995Z | Compiling libxml v0.3.3 |
| 2643 | 2026-05-14T15:05:22.596Z | Checking assert_matches v1.5.0 |
| 2644 | 2026-05-14T15:05:22.655Z | Checking parse-size v1.1.0 |
| 2645 | 2026-05-14T15:05:22.695Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2646 | 2026-05-14T15:05:22.805Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2647 | 2026-05-14T15:05:23.460Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2648 | 2026-05-14T15:05:23.782Z | Compiling progenitor-impl v0.11.2 |
| 2649 | 2026-05-14T15:05:24.071Z | Compiling strum_macros v0.24.3 |
| 2650 | 2026-05-14T15:05:24.420Z | Compiling indoc v1.0.9 |
| 2651 | 2026-05-14T15:05:25.475Z | Compiling progenitor-impl v0.10.0 |
| 2652 | 2026-05-14T15:05:26.352Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2653 | 2026-05-14T15:05:26.442Z | Compiling progenitor-macro v0.11.2 |
| 2654 | 2026-05-14T15:05:26.570Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2655 | 2026-05-14T15:05:27.135Z | Checking predicates-tree v1.0.13 |
| 2656 | 2026-05-14T15:05:27.280Z | Checking progenitor-client v0.11.2 |
| 2657 | 2026-05-14T15:05:27.555Z | Checking derive_builder v0.20.2 |
| 2658 | 2026-05-14T15:05:27.699Z | Checking quick-xml v0.37.5 |
| 2659 | 2026-05-14T15:05:27.822Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2660 | 2026-05-14T15:05:28.082Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2661 | 2026-05-14T15:05:28.641Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2662 | 2026-05-14T15:05:29.284Z | Compiling oso-derive v0.27.3 |
| 2663 | 2026-05-14T15:05:29.800Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2664 | 2026-05-14T15:05:29.841Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2665 | 2026-05-14T15:05:29.963Z | Compiling trait-variant v0.1.2 |
| 2666 | 2026-05-14T15:05:30.527Z | Checking openssl-probe v0.1.6 |
| 2667 | 2026-05-14T15:05:30.621Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2668 | 2026-05-14T15:05:30.665Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2669 | 2026-05-14T15:05:30.931Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2670 | 2026-05-14T15:05:31.079Z | Compiling progenitor-macro v0.10.0 |
| 2671 | 2026-05-14T15:05:31.329Z | Checking progenitor v0.11.2 |
| 2672 | 2026-05-14T15:05:31.360Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2673 | 2026-05-14T15:05:31.496Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2674 | 2026-05-14T15:05:32.391Z | Compiling mime_guess v2.0.5 |
| 2675 | 2026-05-14T15:05:32.495Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2676 | 2026-05-14T15:05:32.908Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2677 | 2026-05-14T15:05:32.958Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2678 | 2026-05-14T15:05:33.270Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-14T15:05:33.500Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2680 | 2026-05-14T15:05:33.741Z | Checking corncobs v0.1.4 |
| 2681 | 2026-05-14T15:05:33.772Z | Checking http-range v0.1.5 |
| 2682 | 2026-05-14T15:05:33.911Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2683 | 2026-05-14T15:05:34.122Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2684 | 2026-05-14T15:05:34.200Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2685 | 2026-05-14T15:05:34.464Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2686 | 2026-05-14T15:05:34.497Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2687 | 2026-05-14T15:05:34.500Z | Checking ignore v0.4.25 |
| 2688 | 2026-05-14T15:05:34.957Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2689 | 2026-05-14T15:05:35.113Z | Checking atty v0.2.14 |
| 2690 | 2026-05-14T15:05:35.242Z | Checking secrecy v0.8.0 |
| 2691 | 2026-05-14T15:05:35.504Z | Checking globwalk v0.9.1 |
| 2692 | 2026-05-14T15:05:35.985Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2693 | 2026-05-14T15:05:36.017Z | Checking progenitor v0.10.0 |
| 2694 | 2026-05-14T15:05:36.069Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2695 | 2026-05-14T15:05:36.180Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2696 | 2026-05-14T15:05:36.294Z | Checking signal-hook-tokio v0.3.1 |
| 2697 | 2026-05-14T15:05:36.448Z | Checking bb8 v0.8.6 |
| 2698 | 2026-05-14T15:05:36.549Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-14T15:05:36.740Z | Checking camino-tempfile-ext v0.3.3 |
| 2700 | 2026-05-14T15:05:36.773Z | Checking async-bb8-diesel v0.2.1 |
| 2701 | 2026-05-14T15:05:36.871Z | Checking diesel-dtrace v0.5.0 |
| 2702 | 2026-05-14T15:05:36.961Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2703 | 2026-05-14T15:05:37.145Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2704 | 2026-05-14T15:05:37.176Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2705 | 2026-05-14T15:05:37.307Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2706 | 2026-05-14T15:05:37.403Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2707 | 2026-05-14T15:05:37.435Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2708 | 2026-05-14T15:05:37.583Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2709 | 2026-05-14T15:05:37.707Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2710 | 2026-05-14T15:05:38.418Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2711 | 2026-05-14T15:05:38.504Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2712 | 2026-05-14T15:05:38.679Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2713 | 2026-05-14T15:05:38.733Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2714 | 2026-05-14T15:05:38.822Z | Checking nonempty v0.12.0 |
| 2715 | 2026-05-14T15:05:38.991Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2716 | 2026-05-14T15:05:39.024Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2717 | 2026-05-14T15:05:39.027Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2718 | 2026-05-14T15:05:39.343Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2719 | 2026-05-14T15:05:39.427Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2720 | 2026-05-14T15:05:39.458Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2721 | 2026-05-14T15:05:39.829Z | Checking tungstenite v0.23.0 |
| 2722 | 2026-05-14T15:05:39.867Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2723 | 2026-05-14T15:05:40.246Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2724 | 2026-05-14T15:05:40.292Z | Checking tokio-tungstenite v0.23.1 |
| 2725 | 2026-05-14T15:05:40.586Z | Checking void v1.0.2 |
| 2726 | 2026-05-14T15:05:40.727Z | Checking lzss v0.8.2 |
| 2727 | 2026-05-14T15:05:40.951Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2026-05-14T15:05:41.149Z | Checking nix v0.27.1 |
| 2729 | 2026-05-14T15:05:41.232Z | Checking rand_seeder v0.4.0 |
| 2730 | 2026-05-14T15:05:41.265Z | Checking serde_bytes v0.11.19 |
| 2731 | 2026-05-14T15:05:41.404Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-14T15:05:41.437Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2733 | 2026-05-14T15:05:41.466Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2734 | 2026-05-14T15:05:41.631Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2735 | 2026-05-14T15:05:41.683Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=0d7a8992f914ad6a5947409048779969bbe80e3d#0d7a8992) |
| 2736 | 2026-05-14T15:05:41.798Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2737 | 2026-05-14T15:05:42.185Z | Checking is_ci v1.2.0 |
| 2738 | 2026-05-14T15:05:42.317Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2739 | 2026-05-14T15:05:42.552Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2740 | 2026-05-14T15:05:42.614Z | Checking yansi v1.0.1 |
| 2741 | 2026-05-14T15:05:42.747Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2742 | 2026-05-14T15:05:42.896Z | Checking pretty_assertions v1.4.1 |
| 2743 | 2026-05-14T15:05:43.014Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2744 | 2026-05-14T15:05:43.051Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2745 | 2026-05-14T15:05:43.084Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2746 | 2026-05-14T15:05:43.315Z | Compiling darling_core v0.23.0 |
| 2747 | 2026-05-14T15:05:44.518Z | Compiling indoc v2.0.7 |
| 2748 | 2026-05-14T15:05:44.615Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2749 | 2026-05-14T15:05:44.746Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2750 | 2026-05-14T15:05:44.855Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2751 | 2026-05-14T15:05:44.994Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2752 | 2026-05-14T15:05:45.219Z | Compiling instability v0.3.11 |
| 2753 | 2026-05-14T15:05:45.392Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2754 | 2026-05-14T15:05:45.596Z | Compiling libz-sys v1.1.24 |
| 2755 | 2026-05-14T15:05:45.653Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2756 | 2026-05-14T15:05:45.857Z | Compiling darling_macro v0.23.0 |
| 2757 | 2026-05-14T15:05:45.997Z | Checking castaway v0.2.4 |
| 2758 | 2026-05-14T15:05:46.137Z | Checking compact_str v0.8.1 |
| 2759 | 2026-05-14T15:05:46.306Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2760 | 2026-05-14T15:05:46.370Z | Compiling darling v0.23.0 |
| 2761 | 2026-05-14T15:05:46.533Z | Checking supports-color v3.0.2 |
| 2762 | 2026-05-14T15:05:46.692Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2763 | 2026-05-14T15:05:46.899Z | Checking unicode-truncate v1.1.0 |
| 2764 | 2026-05-14T15:05:46.933Z | Checking console v0.16.2 |
| 2765 | 2026-05-14T15:05:47.078Z | Checking lru v0.12.5 |
| 2766 | 2026-05-14T15:05:47.220Z | Checking unit-prefix v0.5.2 |
| 2767 | 2026-05-14T15:05:47.262Z | Checking cassowary v0.3.0 |
| 2768 | 2026-05-14T15:05:47.337Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2769 | 2026-05-14T15:05:47.377Z | Checking indicatif v0.18.4 |
| 2770 | 2026-05-14T15:05:47.408Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2771 | 2026-05-14T15:05:47.493Z | Checking ratatui v0.29.0 |
| 2772 | 2026-05-14T15:05:47.572Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2773 | 2026-05-14T15:05:47.916Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2774 | 2026-05-14T15:05:48.843Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2775 | 2026-05-14T15:05:49.064Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2776 | 2026-05-14T15:05:49.201Z | Compiling vergen-git2 v1.0.7 |
| 2777 | 2026-05-14T15:05:49.233Z | Checking plotters-backend v0.3.7 |
| 2778 | 2026-05-14T15:05:49.323Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2779 | 2026-05-14T15:05:49.457Z | Checking plotters-svg v0.3.7 |
| 2780 | 2026-05-14T15:05:49.497Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2781 | 2026-05-14T15:05:49.540Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2782 | 2026-05-14T15:05:49.620Z | Checking colored v2.2.0 |
| 2783 | 2026-05-14T15:05:49.717Z | Checking shell-words v1.1.1 |
| 2784 | 2026-05-14T15:05:49.847Z | Checking cast v0.3.0 |
| 2785 | 2026-05-14T15:05:49.879Z | Compiling rustls v0.21.12 |
| 2786 | 2026-05-14T15:05:50.032Z | Checking criterion-plot v0.6.0 |
| 2787 | 2026-05-14T15:05:50.174Z | Checking plotters v0.3.7 |
| 2788 | 2026-05-14T15:05:50.249Z | Checking typeid v1.0.3 |
| 2789 | 2026-05-14T15:05:50.299Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2790 | 2026-05-14T15:05:50.378Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2791 | 2026-05-14T15:05:50.599Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2792 | 2026-05-14T15:05:50.822Z | Checking rustls-webpki v0.101.7 |
| 2793 | 2026-05-14T15:05:50.929Z | Checking sct v0.7.1 |
| 2794 | 2026-05-14T15:05:51.094Z | Checking tinytemplate v1.2.1 |
| 2795 | 2026-05-14T15:05:51.182Z | Compiling nix v0.29.0 |
| 2796 | 2026-05-14T15:05:51.232Z | Compiling dropshot v0.16.7 |
| 2797 | 2026-05-14T15:05:51.331Z | Checking anes v0.1.6 |
| 2798 | 2026-05-14T15:05:51.453Z | Checking oorandom v11.1.5 |
| 2799 | 2026-05-14T15:05:51.535Z | Checking hex-literal v0.4.1 |
| 2800 | 2026-05-14T15:05:51.618Z | Checking criterion v0.7.0 |
| 2801 | 2026-05-14T15:05:51.659Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2802 | 2026-05-14T15:05:52.905Z | Checking erased-serde v0.4.9 |
| 2803 | 2026-05-14T15:05:53.030Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2804 | 2026-05-14T15:05:53.287Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2805 | 2026-05-14T15:05:54.109Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2806 | 2026-05-14T15:05:54.886Z | Checking toml v0.9.12+spec-1.1.0 |
| 2807 | 2026-05-14T15:05:55.501Z | Checking ordered-float v2.10.1 |
| 2808 | 2026-05-14T15:05:55.760Z | Compiling dropshot_endpoint v0.16.7 |
| 2809 | 2026-05-14T15:05:56.090Z | Checking serde-value v0.7.0 |
| 2810 | 2026-05-14T15:05:56.324Z | Checking serde-untagged v0.1.9 |
| 2811 | 2026-05-14T15:05:56.542Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-14T15:05:57.019Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2813 | 2026-05-14T15:05:57.820Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-05-14T15:05:57.962Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2815 | 2026-05-14T15:05:58.041Z | Checking rustls-pemfile v1.0.4 |
| 2816 | 2026-05-14T15:05:58.138Z | Checking twox-hash v2.1.2 |
| 2817 | 2026-05-14T15:05:58.219Z | Checking unicode-xid v0.2.6 |
| 2818 | 2026-05-14T15:05:58.362Z | Checking cargo-util-schemas v0.8.2 |
| 2819 | 2026-05-14T15:05:58.474Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2820 | 2026-05-14T15:05:59.307Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2821 | 2026-05-14T15:05:59.478Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2822 | 2026-05-14T15:05:59.823Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2823 | 2026-05-14T15:06:00.013Z | Checking fatfs v0.3.6 |
| 2824 | 2026-05-14T15:06:00.212Z | Checking concurrent-queue v2.5.0 |
| 2825 | 2026-05-14T15:06:00.426Z | Checking cargo-platform v0.2.0 |
| 2826 | 2026-05-14T15:06:00.494Z | Compiling petname v2.0.2 |
| 2827 | 2026-05-14T15:06:00.541Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2828 | 2026-05-14T15:06:00.634Z | Compiling seq-macro v0.3.6 |
| 2829 | 2026-05-14T15:06:00.998Z | Checking parking v2.2.1 |
| 2830 | 2026-05-14T15:06:01.148Z | Checking event-listener v5.4.1 |
| 2831 | 2026-05-14T15:06:01.335Z | Checking cargo_metadata v0.21.0 |
| 2832 | 2026-05-14T15:06:01.393Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2833 | 2026-05-14T15:06:01.874Z | Checking rtoolbox v0.0.3 |
| 2834 | 2026-05-14T15:06:02.036Z | Checking rpassword v7.4.0 |
| 2835 | 2026-05-14T15:06:02.099Z | Checking event-listener-strategy v0.5.4 |
| 2836 | 2026-05-14T15:06:02.261Z | Checking tui-tree-widget v0.23.1 |
| 2837 | 2026-05-14T15:06:02.473Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2838 | 2026-05-14T15:06:02.572Z | Checking polyval v0.6.2 |
| 2839 | 2026-05-14T15:06:02.662Z | Checking sapling-renderdag v0.1.0 |
| 2840 | 2026-05-14T15:06:02.765Z | Checking sync-ptr v0.1.4 |
| 2841 | 2026-05-14T15:06:02.911Z | Checking futures-timer v3.0.3 |
| 2842 | 2026-05-14T15:06:02.941Z | Checking ghash v0.5.1 |
| 2843 | 2026-05-14T15:06:03.088Z | Checking async-lock v3.4.2 |
| 2844 | 2026-05-14T15:06:03.140Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2845 | 2026-05-14T15:06:03.366Z | Checking ctr v0.9.2 |
| 2846 | 2026-05-14T15:06:03.431Z | Checking arrayvec v0.7.6 |
| 2847 | 2026-05-14T15:06:03.511Z | Checking arrayref v0.3.9 |
| 2848 | 2026-05-14T15:06:03.561Z | Checking constant_time_eq v0.4.2 |
| 2849 | 2026-05-14T15:06:03.610Z | Checking aes-gcm v0.10.3 |
| 2850 | 2026-05-14T15:06:03.646Z | Checking async-object-pool v0.2.0 |
| 2851 | 2026-05-14T15:06:03.721Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2852 | 2026-05-14T15:06:03.809Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2853 | 2026-05-14T15:06:03.850Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2854 | 2026-05-14T15:06:03.883Z | Compiling samael v0.0.19 |
| 2855 | 2026-05-14T15:06:04.539Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-05-14T15:06:04.779Z | Checking serde_regex v1.1.0 |
| 2857 | 2026-05-14T15:06:04.960Z | Checking ssh-encoding v0.2.0 |
| 2858 | 2026-05-14T15:06:05.174Z | Checking blowfish v0.9.1 |
| 2859 | 2026-05-14T15:06:05.354Z | Checking assert-json-diff v2.0.2 |
| 2860 | 2026-05-14T15:06:05.549Z | Checking path-tree v0.8.3 |
| 2861 | 2026-05-14T15:06:05.719Z | Checking stringmetrics v2.2.2 |
| 2862 | 2026-05-14T15:06:05.758Z | Checking bcrypt-pbkdf v0.10.0 |
| 2863 | 2026-05-14T15:06:05.898Z | Checking httpmock v0.8.3 |
| 2864 | 2026-05-14T15:06:05.948Z | Checking ssh-cipher v0.2.0 |
| 2865 | 2026-05-14T15:06:06.142Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-14T15:06:06.412Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-14T15:06:06.506Z | Checking password-hash v0.4.2 |
| 2868 | 2026-05-14T15:06:06.751Z | Checking gimli v0.32.3 |
| 2869 | 2026-05-14T15:06:07.068Z | Compiling target-lexicon v0.13.3 |
| 2870 | 2026-05-14T15:06:07.633Z | Checking pbkdf2 v0.11.0 |
| 2871 | 2026-05-14T15:06:07.832Z | Checking ssh-key v0.6.7 |
| 2872 | 2026-05-14T15:06:08.332Z | Checking addr2line v0.25.1 |
| 2873 | 2026-05-14T15:06:08.597Z | Checking p256 v0.13.2 |
| 2874 | 2026-05-14T15:06:08.629Z | Checking p521 v0.13.3 |
| 2875 | 2026-05-14T15:06:08.883Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2876 | 2026-05-14T15:06:08.981Z | Checking russh-cryptovec v0.7.3 |
| 2877 | 2026-05-14T15:06:09.113Z | Checking rustc-demangle v0.1.27 |
| 2878 | 2026-05-14T15:06:09.146Z | Compiling guppy-workspace-hack v0.1.0 |
| 2879 | 2026-05-14T15:06:09.243Z | Checking md5 v0.7.0 |
| 2880 | 2026-05-14T15:06:09.385Z | Checking backtrace v0.3.76 |
| 2881 | 2026-05-14T15:06:09.456Z | Checking russh-keys v0.45.0 |
| 2882 | 2026-05-14T15:06:09.681Z | Checking num-bigint v0.4.6 |
| 2883 | 2026-05-14T15:06:09.712Z | Checking des v0.8.1 |
| 2884 | 2026-05-14T15:06:09.981Z | Compiling blake3 v1.8.3 |
| 2885 | 2026-05-14T15:06:10.044Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2886 | 2026-05-14T15:06:10.139Z | Compiling target-spec v3.5.7 |
| 2887 | 2026-05-14T15:06:10.470Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2888 | 2026-05-14T15:06:10.634Z | Checking backtrace-ext v0.2.1 |
| 2889 | 2026-05-14T15:06:10.664Z | Checking russh v0.45.0 |
| 2890 | 2026-05-14T15:06:10.770Z | Checking cfg-expr v0.20.6 |
| 2891 | 2026-05-14T15:06:10.953Z | Checking supports-color v2.1.0 |
| 2892 | 2026-05-14T15:06:11.114Z | Checking textwrap v0.15.2 |
| 2893 | 2026-05-14T15:06:11.117Z | Checking supports-unicode v2.1.0 |
| 2894 | 2026-05-14T15:06:11.178Z | Checking supports-hyperlinks v2.1.0 |
| 2895 | 2026-05-14T15:06:11.287Z | Checking hashbrown v0.14.5 |
| 2896 | 2026-05-14T15:06:11.322Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2897 | 2026-05-14T15:06:11.350Z | Checking cargo-platform v0.3.2 |
| 2898 | 2026-05-14T15:06:11.543Z | Checking socket2 v0.5.10 |
| 2899 | 2026-05-14T15:06:11.574Z | Checking terminal_size v0.1.17 |
| 2900 | 2026-05-14T15:06:11.708Z | Compiling miette-derive v5.10.0 |
| 2901 | 2026-05-14T15:06:11.783Z | Checking owo-colors v3.5.0 |
| 2902 | 2026-05-14T15:06:11.819Z | Checking internet-checksum v0.2.1 |
| 2903 | 2026-05-14T15:06:11.967Z | Checking chumsky v0.9.3 |
| 2904 | 2026-05-14T15:06:12.332Z | Checking cargo_metadata v0.23.1 |
| 2905 | 2026-05-14T15:06:12.854Z | Checking miette v5.10.0 |
| 2906 | 2026-05-14T15:06:13.085Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2907 | 2026-05-14T15:06:13.137Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2908 | 2026-05-14T15:06:13.280Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2909 | 2026-05-14T15:06:13.356Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2910 | 2026-05-14T15:06:13.561Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2911 | 2026-05-14T15:06:13.613Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2912 | 2026-05-14T15:06:13.832Z | Compiling knuffel-derive v3.2.0 |
| 2913 | 2026-05-14T15:06:13.937Z | Checking httptest v0.16.4 |
| 2914 | 2026-05-14T15:06:14.076Z | Checking pathdiff v0.2.3 |
| 2915 | 2026-05-14T15:06:14.212Z | Checking nested v0.1.1 |
| 2916 | 2026-05-14T15:06:14.325Z | Checking topological-sort v0.2.2 |
| 2917 | 2026-05-14T15:06:14.377Z | Checking guppy v0.17.25 |
| 2918 | 2026-05-14T15:06:14.458Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2919 | 2026-05-14T15:06:14.489Z | Checking omicron-zone-package v0.12.2 |
| 2920 | 2026-05-14T15:06:14.694Z | Checking similar-asserts v1.7.0 |
| 2921 | 2026-05-14T15:06:14.872Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2922 | 2026-05-14T15:06:15.033Z | Compiling target-triple v1.0.0 |
| 2923 | 2026-05-14T15:06:15.319Z | Checking knuffel v3.2.0 |
| 2924 | 2026-05-14T15:06:15.349Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2925 | 2026-05-14T15:06:15.411Z | Compiling git2 v0.20.4 |
| 2926 | 2026-05-14T15:06:15.441Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=018ae6f7bd752cd9b2124887e00c93c6b4244103#018ae6f7) |
| 2927 | 2026-05-14T15:06:15.471Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2928 | 2026-05-14T15:06:15.694Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2929 | 2026-05-14T15:06:15.959Z | Checking hickory-client v0.25.2 |
| 2930 | 2026-05-14T15:06:16.267Z | Checking tokio-test v0.4.5 |
| 2931 | 2026-05-14T15:06:16.321Z | Checking escape8259 v0.5.3 |
| 2932 | 2026-05-14T15:06:16.484Z | Compiling assert_cmd v2.1.2 |
| 2933 | 2026-05-14T15:06:16.516Z | Checking libtest-mimic v0.8.1 |
| 2934 | 2026-05-14T15:06:16.866Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2935 | 2026-05-14T15:06:16.947Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2936 | 2026-05-14T15:06:17.003Z | Checking blake2b_simd v1.0.4 |
| 2937 | 2026-05-14T15:06:17.166Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2938 | 2026-05-14T15:06:17.418Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2939 | 2026-05-14T15:06:17.639Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2940 | 2026-05-14T15:06:17.825Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2941 | 2026-05-14T15:06:18.053Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2942 | 2026-05-14T15:06:18.200Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2943 | 2026-05-14T15:06:18.315Z | Checking fancy-regex v0.14.0 |
| 2944 | 2026-05-14T15:06:18.427Z | Checking serde_tokenstream v0.2.3 |
| 2945 | 2026-05-14T15:06:18.591Z | Checking approx v0.5.1 |
| 2946 | 2026-05-14T15:06:18.673Z | Compiling rstest_macros v0.25.0 |
| 2947 | 2026-05-14T15:06:18.711Z | Checking uzers v0.12.2 |
| 2948 | 2026-05-14T15:06:18.754Z | Checking constant_time_eq v0.3.1 |
| 2949 | 2026-05-14T15:06:18.795Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2950 | 2026-05-14T15:06:18.885Z | Compiling linkme-impl v0.3.35 |
| 2951 | 2026-05-14T15:06:18.956Z | Checking termcolor v1.4.1 |
| 2952 | 2026-05-14T15:06:19.101Z | Checking rust-argon2 v2.1.0 |
| 2953 | 2026-05-14T15:06:19.219Z | Checking trybuild v1.0.116 |
| 2954 | 2026-05-14T15:06:19.263Z | Checking datatest-stable v0.3.3 |
| 2955 | 2026-05-14T15:06:19.295Z | Compiling polar-core v0.27.3 |
| 2956 | 2026-05-14T15:06:19.653Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2957 | 2026-05-14T15:06:19.817Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2958 | 2026-05-14T15:06:19.949Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2959 | 2026-05-14T15:06:20.012Z | Checking support-bundle-viewer v0.1.2 |
| 2960 | 2026-05-14T15:06:20.274Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2961 | 2026-05-14T15:06:20.500Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2962 | 2026-05-14T15:06:20.608Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2963 | 2026-05-14T15:06:20.724Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2964 | 2026-05-14T15:06:20.831Z | Checking drift v0.1.4 |
| 2965 | 2026-05-14T15:06:20.946Z | Checking rand_distr v0.5.1 |
| 2966 | 2026-05-14T15:06:21.167Z | Checking multimap v0.10.1 |
| 2967 | 2026-05-14T15:06:21.391Z | Compiling linkme v0.3.35 |
| 2968 | 2026-05-14T15:06:21.421Z | Compiling relative-path v1.9.3 |
| 2969 | 2026-05-14T15:06:21.752Z | Checking dropshot-api-manager v0.7.1 |
| 2970 | 2026-05-14T15:06:22.969Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2971 | 2026-05-14T15:06:23.430Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2972 | 2026-05-14T15:06:23.698Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2973 | 2026-05-14T15:06:23.936Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2974 | 2026-05-14T15:06:24.180Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2975 | 2026-05-14T15:06:24.214Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2976 | 2026-05-14T15:06:24.337Z | Checking cargo_toml v0.21.0 |
| 2977 | 2026-05-14T15:06:24.422Z | Checking oso v0.27.3 |
| 2978 | 2026-05-14T15:06:24.483Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2979 | 2026-05-14T15:06:24.706Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2980 | 2026-05-14T15:06:24.876Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2981 | 2026-05-14T15:06:25.192Z | Checking partial-io v0.5.4 |
| 2982 | 2026-05-14T15:06:25.353Z | Checking termios v0.3.3 |
| 2983 | 2026-05-14T15:06:25.385Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2984 | 2026-05-14T15:06:25.478Z | Checking rstest v0.25.0 |
| 2985 | 2026-05-14T15:06:25.539Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2986 | 2026-05-14T15:06:27.920Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2987 | 2026-05-14T15:06:28.060Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2988 | 2026-05-14T15:06:30.226Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2989 | 2026-05-14T15:06:34.462Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 2990 | 2026-05-14T15:06:34.495Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2991 | 2026-05-14T15:06:37.496Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2992 | 2026-05-14T15:06:39.415Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 2993 | 2026-05-14T15:06:41.474Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 2994 | 2026-05-14T15:06:46.936Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2995 | 2026-05-14T15:06:50.165Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 2996 | 2026-05-14T15:06:51.169Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2997 | 2026-05-14T15:06:51.659Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 2998 | 2026-05-14T15:06:53.251Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2999 | 2026-05-14T15:07:01.294Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3000 | 2026-05-14T15:08:17.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 02s |
| 3001 | 2026-05-14T15:08:17.882Z | |
| 3002 | 2026-05-14T15:08:17.882Z | real 4:05.623718913 |
| 3003 | 2026-05-14T15:08:17.882Z | user 20:48.943817317 |
| 3004 | 2026-05-14T15:08:17.882Z | sys 4:44.310335480 |
| 3005 | 2026-05-14T15:08:17.882Z | trap 0.497338043 |
| 3006 | 2026-05-14T15:08:17.882Z | tflt 0.458420499 |
| 3007 | 2026-05-14T15:08:17.882Z | dflt 0.409448433 |
| 3008 | 2026-05-14T15:08:17.882Z | kflt 0.004786262 |
| 3009 | 2026-05-14T15:08:17.882Z | lock 57:29.109773177 |
| 3010 | 2026-05-14T15:08:17.885Z | slp 57:27.980670876 |
| 3011 | 2026-05-14T15:08:17.885Z | lat 1:51.143616146 |
| 3012 | 2026-05-14T15:08:17.885Z | stop 10:21.230692522 |
| 3013 | 2026-05-14T15:08:17.885Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3014 | 2026-05-14T15:08:17.885Z | + ptime -m cargo doc --workspace --no-deps |
| 3015 | 2026-05-14T15:08:18.767Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3016 | 2026-05-14T15:08:18.767Z | | |
| 3017 | 2026-05-14T15:08:18.767Z | = 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)` |
| 3018 | 2026-05-14T15:08:18.767Z | = 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> |
| 3019 | 2026-05-14T15:08:19.738Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3020 | 2026-05-14T15:08:19.968Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3021 | 2026-05-14T15:08:20.013Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3022 | 2026-05-14T15:08:20.077Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3023 | 2026-05-14T15:08:20.195Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3024 | 2026-05-14T15:08:20.241Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3025 | 2026-05-14T15:08:20.269Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3026 | 2026-05-14T15:08:20.294Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3027 | 2026-05-14T15:08:20.322Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3028 | 2026-05-14T15:08:20.510Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3029 | 2026-05-14T15:08:20.545Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3030 | 2026-05-14T15:08:20.570Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3031 | 2026-05-14T15:08:20.596Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3032 | 2026-05-14T15:08:20.628Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3033 | 2026-05-14T15:08:20.658Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3034 | 2026-05-14T15:08:20.682Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3035 | 2026-05-14T15:08:20.752Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3036 | 2026-05-14T15:08:20.797Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3037 | 2026-05-14T15:08:20.822Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3038 | 2026-05-14T15:08:20.825Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3039 | 2026-05-14T15:08:21.180Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3040 | 2026-05-14T15:08:21.244Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3041 | 2026-05-14T15:08:21.358Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3042 | 2026-05-14T15:08:21.432Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3043 | 2026-05-14T15:08:21.472Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3044 | 2026-05-14T15:08:21.505Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3045 | 2026-05-14T15:08:21.618Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3046 | 2026-05-14T15:08:21.689Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3047 | 2026-05-14T15:08:21.743Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3048 | 2026-05-14T15:08:21.804Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3049 | 2026-05-14T15:08:21.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3050 | 2026-05-14T15:08:22.062Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3051 | 2026-05-14T15:08:22.169Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3052 | 2026-05-14T15:08:22.263Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3053 | 2026-05-14T15:08:22.369Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3054 | 2026-05-14T15:08:22.421Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3055 | 2026-05-14T15:08:22.456Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3056 | 2026-05-14T15:08:22.606Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3057 | 2026-05-14T15:08:22.630Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3058 | 2026-05-14T15:08:22.866Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3059 | 2026-05-14T15:08:22.925Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3060 | 2026-05-14T15:08:23.151Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3061 | 2026-05-14T15:08:23.175Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3062 | 2026-05-14T15:08:23.197Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3063 | 2026-05-14T15:08:23.320Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3064 | 2026-05-14T15:08:23.442Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3065 | 2026-05-14T15:08:23.468Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3066 | 2026-05-14T15:08:23.492Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3067 | 2026-05-14T15:08:23.554Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3068 | 2026-05-14T15:08:23.690Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3069 | 2026-05-14T15:08:23.712Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3070 | 2026-05-14T15:08:23.734Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3071 | 2026-05-14T15:08:23.756Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3072 | 2026-05-14T15:08:24.004Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3073 | 2026-05-14T15:08:24.004Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3074 | 2026-05-14T15:08:24.047Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3075 | 2026-05-14T15:08:24.051Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3076 | 2026-05-14T15:08:24.250Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3077 | 2026-05-14T15:08:24.271Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3078 | 2026-05-14T15:08:24.292Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3079 | 2026-05-14T15:08:24.318Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3080 | 2026-05-14T15:08:24.447Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3081 | 2026-05-14T15:08:24.450Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3082 | 2026-05-14T15:08:24.492Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3083 | 2026-05-14T15:08:24.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3084 | 2026-05-14T15:08:25.076Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3085 | 2026-05-14T15:08:25.503Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3086 | 2026-05-14T15:08:25.705Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3087 | 2026-05-14T15:08:25.939Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3088 | 2026-05-14T15:08:25.963Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3089 | 2026-05-14T15:08:25.989Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3090 | 2026-05-14T15:08:26.215Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3091 | 2026-05-14T15:08:26.243Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3092 | 2026-05-14T15:08:26.266Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3093 | 2026-05-14T15:08:26.472Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3094 | 2026-05-14T15:08:26.734Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3095 | 2026-05-14T15:08:26.781Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3096 | 2026-05-14T15:08:27.199Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-05-14T15:08:27.960Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3098 | 2026-05-14T15:08:27.984Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3099 | 2026-05-14T15:08:28.265Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3100 | 2026-05-14T15:08:28.587Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3101 | 2026-05-14T15:08:28.705Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3102 | 2026-05-14T15:08:29.106Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3103 | 2026-05-14T15:08:29.240Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3104 | 2026-05-14T15:08:29.606Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3105 | 2026-05-14T15:08:29.801Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3106 | 2026-05-14T15:08:29.968Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3107 | 2026-05-14T15:08:30.051Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3108 | 2026-05-14T15:08:30.297Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3109 | 2026-05-14T15:08:30.320Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3110 | 2026-05-14T15:08:30.344Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3111 | 2026-05-14T15:08:30.450Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3112 | 2026-05-14T15:08:30.550Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3113 | 2026-05-14T15:08:30.754Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3114 | 2026-05-14T15:08:30.777Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3115 | 2026-05-14T15:08:30.868Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3116 | 2026-05-14T15:08:30.901Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3117 | 2026-05-14T15:08:31.018Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3118 | 2026-05-14T15:08:31.187Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3119 | 2026-05-14T15:08:31.227Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3120 | 2026-05-14T15:08:31.282Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3121 | 2026-05-14T15:08:31.423Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3122 | 2026-05-14T15:08:31.472Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3123 | 2026-05-14T15:08:31.508Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3124 | 2026-05-14T15:08:31.583Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3125 | 2026-05-14T15:08:31.794Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3126 | 2026-05-14T15:08:31.822Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3127 | 2026-05-14T15:08:32.068Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3128 | 2026-05-14T15:08:32.338Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3129 | 2026-05-14T15:08:32.964Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3130 | 2026-05-14T15:08:33.187Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3131 | 2026-05-14T15:08:33.534Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3132 | 2026-05-14T15:08:33.811Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3133 | 2026-05-14T15:08:34.087Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3134 | 2026-05-14T15:08:34.168Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3135 | 2026-05-14T15:08:34.367Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3136 | 2026-05-14T15:08:34.974Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3137 | 2026-05-14T15:08:35.044Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3138 | 2026-05-14T15:08:35.068Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3139 | 2026-05-14T15:08:35.364Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3140 | 2026-05-14T15:08:35.642Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3141 | 2026-05-14T15:08:35.668Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3142 | 2026-05-14T15:08:35.746Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3143 | 2026-05-14T15:08:36.204Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3144 | 2026-05-14T15:08:36.228Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3145 | 2026-05-14T15:08:36.942Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3146 | 2026-05-14T15:08:37.029Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3147 | 2026-05-14T15:08:37.324Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3148 | 2026-05-14T15:08:37.749Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3149 | 2026-05-14T15:08:38.400Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3150 | 2026-05-14T15:08:38.800Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3151 | 2026-05-14T15:08:38.938Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3152 | 2026-05-14T15:08:39.900Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3153 | 2026-05-14T15:08:39.903Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3154 | 2026-05-14T15:08:40.457Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3155 | 2026-05-14T15:08:40.481Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3156 | 2026-05-14T15:08:40.650Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3157 | 2026-05-14T15:08:40.674Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3158 | 2026-05-14T15:08:40.736Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3159 | 2026-05-14T15:08:40.923Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3160 | 2026-05-14T15:08:41.136Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3161 | 2026-05-14T15:08:41.245Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3162 | 2026-05-14T15:08:42.087Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3163 | 2026-05-14T15:08:42.356Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3164 | 2026-05-14T15:08:42.380Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3165 | 2026-05-14T15:08:42.590Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3166 | 2026-05-14T15:08:43.056Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3167 | 2026-05-14T15:08:43.120Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3168 | 2026-05-14T15:08:43.772Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3169 | 2026-05-14T15:08:44.125Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3170 | 2026-05-14T15:08:44.555Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3171 | 2026-05-14T15:08:44.687Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3172 | 2026-05-14T15:08:46.697Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3173 | 2026-05-14T15:08:47.450Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3174 | 2026-05-14T15:08:47.626Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3175 | 2026-05-14T15:08:48.437Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3176 | 2026-05-14T15:08:48.700Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3177 | 2026-05-14T15:08:49.026Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3178 | 2026-05-14T15:08:49.275Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3179 | 2026-05-14T15:08:49.524Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3180 | 2026-05-14T15:08:49.886Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3181 | 2026-05-14T15:08:50.110Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3182 | 2026-05-14T15:08:50.334Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3183 | 2026-05-14T15:08:50.731Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3184 | 2026-05-14T15:08:50.809Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3185 | 2026-05-14T15:08:51.292Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3186 | 2026-05-14T15:08:51.471Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3187 | 2026-05-14T15:08:51.528Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3188 | 2026-05-14T15:08:52.493Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3189 | 2026-05-14T15:08:52.744Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3190 | 2026-05-14T15:08:52.806Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3191 | 2026-05-14T15:08:53.242Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3192 | 2026-05-14T15:08:53.468Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3193 | 2026-05-14T15:08:53.660Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3194 | 2026-05-14T15:08:53.839Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3195 | 2026-05-14T15:08:54.281Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3196 | 2026-05-14T15:08:54.379Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3197 | 2026-05-14T15:08:54.550Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3198 | 2026-05-14T15:08:55.337Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3199 | 2026-05-14T15:08:55.454Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3200 | 2026-05-14T15:08:56.271Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3201 | 2026-05-14T15:08:56.921Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3202 | 2026-05-14T15:08:58.197Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3203 | 2026-05-14T15:08:59.356Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3204 | 2026-05-14T15:08:59.709Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3205 | 2026-05-14T15:09:00.872Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3206 | 2026-05-14T15:09:01.603Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-05-14T15:09:03.212Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3208 | 2026-05-14T15:09:04.151Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3209 | 2026-05-14T15:09:04.985Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3210 | 2026-05-14T15:09:05.803Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3211 | 2026-05-14T15:09:06.790Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3212 | 2026-05-14T15:09:08.412Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3213 | 2026-05-14T15:09:09.049Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3214 | 2026-05-14T15:09:09.287Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3215 | 2026-05-14T15:09:09.313Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3216 | 2026-05-14T15:09:09.873Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3217 | 2026-05-14T15:09:10.747Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3218 | 2026-05-14T15:09:11.275Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3219 | 2026-05-14T15:09:13.184Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3220 | 2026-05-14T15:09:13.751Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3221 | 2026-05-14T15:09:16.710Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3222 | 2026-05-14T15:09:17.734Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3223 | 2026-05-14T15:09:18.078Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3224 | 2026-05-14T15:09:18.824Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3225 | 2026-05-14T15:09:20.119Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3226 | 2026-05-14T15:09:20.765Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3227 | 2026-05-14T15:09:21.452Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3228 | 2026-05-14T15:09:22.505Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3229 | 2026-05-14T15:09:23.185Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3230 | 2026-05-14T15:09:24.511Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3231 | 2026-05-14T15:09:25.090Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3232 | 2026-05-14T15:09:25.599Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3233 | 2026-05-14T15:09:25.874Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3234 | 2026-05-14T15:09:26.694Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3235 | 2026-05-14T15:09:27.820Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3236 | 2026-05-14T15:09:29.392Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3237 | 2026-05-14T15:09:31.316Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3238 | 2026-05-14T15:09:32.474Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3239 | 2026-05-14T15:09:32.956Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3240 | 2026-05-14T15:09:33.949Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3241 | 2026-05-14T15:09:34.914Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3242 | 2026-05-14T15:09:35.730Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3243 | 2026-05-14T15:09:38.263Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3244 | 2026-05-14T15:09:38.729Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3245 | 2026-05-14T15:09:39.648Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3246 | 2026-05-14T15:09:40.737Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3247 | 2026-05-14T15:09:42.000Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3248 | 2026-05-14T15:09:43.425Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3249 | 2026-05-14T15:09:44.532Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3250 | 2026-05-14T15:09:46.896Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3251 | 2026-05-14T15:09:47.531Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3252 | 2026-05-14T15:09:49.263Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3253 | 2026-05-14T15:09:50.660Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3254 | 2026-05-14T15:09:53.683Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3255 | 2026-05-14T15:09:55.266Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3256 | 2026-05-14T15:09:56.704Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3257 | 2026-05-14T15:09:58.437Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3258 | 2026-05-14T15:10:01.888Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3259 | 2026-05-14T15:10:02.947Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3260 | 2026-05-14T15:10:03.567Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3261 | 2026-05-14T15:10:04.639Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3262 | 2026-05-14T15:10:06.595Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3263 | 2026-05-14T15:10:08.177Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3264 | 2026-05-14T15:10:09.839Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3265 | 2026-05-14T15:10:11.942Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3266 | 2026-05-14T15:10:13.578Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3267 | 2026-05-14T15:10:15.635Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3268 | 2026-05-14T15:10:16.977Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3269 | 2026-05-14T15:10:18.721Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3270 | 2026-05-14T15:10:20.371Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3271 | 2026-05-14T15:10:22.102Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3272 | 2026-05-14T15:10:23.481Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3273 | 2026-05-14T15:10:25.580Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3274 | 2026-05-14T15:10:27.212Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3275 | 2026-05-14T15:10:29.008Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3276 | 2026-05-14T15:10:30.809Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3277 | 2026-05-14T15:10:32.505Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3278 | 2026-05-14T15:10:34.286Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3279 | 2026-05-14T15:10:36.268Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3280 | 2026-05-14T15:10:38.055Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3281 | 2026-05-14T15:10:39.965Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3282 | 2026-05-14T15:10:41.852Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3283 | 2026-05-14T15:10:43.575Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3284 | 2026-05-14T15:10:45.454Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3285 | 2026-05-14T15:10:47.816Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3286 | 2026-05-14T15:10:50.969Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3287 | 2026-05-14T15:10:51.950Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3288 | 2026-05-14T15:10:53.948Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3289 | 2026-05-14T15:10:56.711Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3290 | 2026-05-14T15:10:58.490Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3291 | 2026-05-14T15:11:00.670Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3292 | 2026-05-14T15:11:02.807Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3293 | 2026-05-14T15:11:04.978Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3294 | 2026-05-14T15:11:07.162Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3295 | 2026-05-14T15:11:09.574Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3296 | 2026-05-14T15:11:11.505Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3297 | 2026-05-14T15:11:13.639Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3298 | 2026-05-14T15:11:16.282Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3299 | 2026-05-14T15:11:18.009Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3300 | 2026-05-14T15:11:20.243Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3301 | 2026-05-14T15:11:22.460Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3302 | 2026-05-14T15:11:24.584Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3303 | 2026-05-14T15:11:26.865Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3304 | 2026-05-14T15:11:29.133Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3305 | 2026-05-14T15:11:31.292Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3306 | 2026-05-14T15:11:33.558Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3307 | 2026-05-14T15:11:35.807Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3308 | 2026-05-14T15:11:38.039Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3309 | 2026-05-14T15:11:40.302Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3310 | 2026-05-14T15:11:42.522Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3311 | 2026-05-14T15:11:44.743Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3312 | 2026-05-14T15:11:47.004Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3313 | 2026-05-14T15:11:49.142Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3314 | 2026-05-14T15:11:51.402Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3315 | 2026-05-14T15:11:53.629Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3316 | 2026-05-14T15:11:55.990Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3317 | 2026-05-14T15:11:58.215Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3318 | 2026-05-14T15:12:00.471Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3319 | 2026-05-14T15:12:02.905Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3320 | 2026-05-14T15:12:04.944Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3321 | 2026-05-14T15:12:07.200Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3322 | 2026-05-14T15:12:10.066Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3323 | 2026-05-14T15:12:12.170Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3324 | 2026-05-14T15:12:14.635Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3325 | 2026-05-14T15:12:17.118Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3326 | 2026-05-14T15:12:19.598Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3327 | 2026-05-14T15:12:21.912Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3328 | 2026-05-14T15:12:24.405Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3329 | 2026-05-14T15:12:26.986Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3330 | 2026-05-14T15:12:29.659Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3331 | 2026-05-14T15:12:32.100Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3332 | 2026-05-14T15:12:34.627Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3333 | 2026-05-14T15:12:37.136Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3334 | 2026-05-14T15:12:39.667Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3335 | 2026-05-14T15:12:42.219Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3336 | 2026-05-14T15:12:45.118Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3337 | 2026-05-14T15:12:47.428Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3338 | 2026-05-14T15:12:54.734Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3339 | 2026-05-14T15:12:54.939Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3340 | 2026-05-14T15:12:58.296Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3341 | 2026-05-14T15:13:02.916Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3342 | 2026-05-14T15:13:05.847Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3343 | 2026-05-14T15:13:11.790Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3344 | 2026-05-14T15:13:12.944Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3345 | 2026-05-14T15:13:16.513Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3346 | 2026-05-14T15:13:20.149Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3347 | 2026-05-14T15:13:23.992Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3348 | 2026-05-14T15:13:27.489Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3349 | 2026-05-14T15:13:31.202Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3350 | 2026-05-14T15:13:34.889Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3351 | 2026-05-14T15:13:38.592Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3352 | 2026-05-14T15:13:42.164Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3353 | 2026-05-14T15:13:45.884Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3354 | 2026-05-14T15:13:49.447Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3355 | 2026-05-14T15:13:53.121Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3356 | 2026-05-14T15:13:56.730Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3357 | 2026-05-14T15:14:00.449Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3358 | 2026-05-14T15:14:04.078Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3359 | 2026-05-14T15:14:07.694Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3360 | 2026-05-14T15:14:11.323Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3361 | 2026-05-14T15:14:15.030Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3362 | 2026-05-14T15:14:18.669Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3363 | 2026-05-14T15:14:22.487Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3364 | 2026-05-14T15:14:51.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
| 3365 | 2026-05-14T15:14:51.726Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 195 other files |
| 3366 | 2026-05-14T15:14:51.826Z | |
| 3367 | 2026-05-14T15:14:51.829Z | real 6:33.859408630 |
| 3368 | 2026-05-14T15:14:51.829Z | user 17:38.651365919 |
| 3369 | 2026-05-14T15:14:51.829Z | sys 3:43.024388964 |
| 3370 | 2026-05-14T15:14:51.829Z | trap 0.264019009 |
| 3371 | 2026-05-14T15:14:51.829Z | tflt 0.025396024 |
| 3372 | 2026-05-14T15:14:51.829Z | dflt 0.085710841 |
| 3373 | 2026-05-14T15:14:51.829Z | kflt 0.000036790 |
| 3374 | 2026-05-14T15:14:51.829Z | lock 6:03:01.423833196 |
| 3375 | 2026-05-14T15:14:51.829Z | slp 2:12:08.004395325 |
| 3376 | 2026-05-14T15:14:51.829Z | lat 40.136941278 |
| 3377 | 2026-05-14T15:14:51.829Z | stop 1:44.884605966 |
| 3378 | 2026-05-14T15:14:51.829Z | process exited: duration 775670 ms, exit code 0 |
| |
| 3379 | 2026-05-14T15:14:51.835Z | found 0 output files |