|
|
|
| 1 | 2026-05-29T17:02:24.060Z | job assigned to worker 01KSTAYEZW10BFKWAB0ZAXY630 [factory aws, i-0bf098b80576d2b62] (queued for 51 s) |
| |
| 2 | 2026-05-29T17:02:30.245Z | starting task 0: "setup" |
| 3 | 2026-05-29T17:02:30.251Z | ++ uname -s |
| 4 | 2026-05-29T17:02:30.256Z | + kern=SunOS |
| 5 | 2026-05-29T17:02:30.256Z | + build_user=build |
| 6 | 2026-05-29T17:02:30.256Z | + build_uid=12345 |
| 7 | 2026-05-29T17:02:30.256Z | + work_dir=/work |
| 8 | 2026-05-29T17:02:30.256Z | + input_dir=/input |
| 9 | 2026-05-29T17:02:30.256Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-29T17:02:30.256Z | + case "$kern" in |
| 11 | 2026-05-29T17:02:30.256Z | + groupadd -g 12345 build |
| 12 | 2026-05-29T17:02:30.262Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-29T17:02:32.269Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-29T17:02:32.356Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-29T17:02:32.359Z | + home_fs=zfs |
| 16 | 2026-05-29T17:02:32.359Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-29T17:02:32.359Z | + mkdir -p /home/build |
| 18 | 2026-05-29T17:02:32.359Z | + chown build:build /home/build /work |
| 19 | 2026-05-29T17:02:34.360Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-29T17:02:34.363Z | process exited: duration 4117 ms, exit code 0 |
| |
| 21 | 2026-05-29T17:02:34.369Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-29T17:02:34.373Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-29T17:02:34.373Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-29T17:02:34.373Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-29T17:02:34.373Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-29T17:02:34.373Z | * rust toolchain channel = "1.94.0" |
| 27 | 2026-05-29T17:02:34.373Z | * rust toolchain profile = "default" |
| 28 | 2026-05-29T17:02:34.376Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-29T17:02:34.376Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-29T17:02:34.480Z | info: downloading installer |
| 31 | 2026-05-29T17:02:35.834Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-29T17:02:35.834Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-29T17:02:35.834Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-29T17:02:35.834Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-29T17:02:35.846Z | info: profile set to default |
| 36 | 2026-05-29T17:02:35.846Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-29T17:02:35.849Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-29T17:02:35.984Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-29T17:02:35.987Z | info: downloading 6 components |
| 40 | 2026-05-29T17:02:50.257Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-29T17:02:50.257Z | |
| 42 | 2026-05-29T17:02:50.288Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-29T17:02:50.288Z | |
| 44 | 2026-05-29T17:02:50.288Z | |
| 45 | 2026-05-29T17:02:50.288Z | Rust is installed now. Great! |
| 46 | 2026-05-29T17:02:50.288Z | |
| 47 | 2026-05-29T17:02:50.288Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-29T17:02:50.288Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-29T17:02:50.288Z | |
| 50 | 2026-05-29T17:02:50.288Z | To configure your current shell, you need to source |
| 51 | 2026-05-29T17:02:50.288Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-29T17:02:50.288Z | |
| 53 | 2026-05-29T17:02:50.288Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-29T17:02:50.291Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-29T17:02:50.291Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-29T17:02:50.291Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-29T17:02:50.291Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-29T17:02:50.291Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-29T17:02:50.291Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-29T17:02:50.291Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-29T17:02:50.291Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-29T17:02:50.379Z | + rustup --version |
| 63 | 2026-05-29T17:02:50.388Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-29T17:02:50.392Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-29T17:02:50.409Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-29T17:02:50.412Z | + cargo --version |
| 67 | 2026-05-29T17:02:50.424Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-29T17:02:50.427Z | + rustc --version |
| 69 | 2026-05-29T17:02:50.447Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-29T17:02:50.450Z | process exited: duration 16080 ms, exit code 0 |
| |
| 71 | 2026-05-29T17:02:50.455Z | starting task 2: "authentication" |
| 72 | 2026-05-29T17:02:50.471Z | process exited: duration 15 ms, exit code 0 |
| |
| 73 | 2026-05-29T17:02:50.478Z | starting task 3: "clone repository" |
| 74 | 2026-05-29T17:02:50.480Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-29T17:02:50.483Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-29T17:02:50.519Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-29T17:03:01.096Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-29T17:03:01.096Z | + git fetch origin 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 79 | 2026-05-29T17:03:01.381Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-29T17:03:01.382Z | * branch 3a92ad8404488a5cf5a153f439fca883d61c2a34 -> FETCH_HEAD |
| 81 | 2026-05-29T17:03:01.391Z | + [[ -n john/feature-sled-agent-scrimlet-reconcilers ]] |
| 82 | 2026-05-29T17:03:01.394Z | ++ git branch --show-current |
| 83 | 2026-05-29T17:03:01.394Z | + current=main |
| 84 | 2026-05-29T17:03:01.394Z | + [[ main != john/feature-sled-agent-scrimlet-reconcilers ]] |
| 85 | 2026-05-29T17:03:01.394Z | + git branch -f john/feature-sled-agent-scrimlet-reconcilers 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 86 | 2026-05-29T17:03:01.397Z | + git checkout -f john/feature-sled-agent-scrimlet-reconcilers |
| 87 | 2026-05-29T17:03:01.632Z | Switched to branch 'john/feature-sled-agent-scrimlet-reconcilers' |
| 88 | 2026-05-29T17:03:01.636Z | + git reset --hard 3a92ad8404488a5cf5a153f439fca883d61c2a34 |
| 89 | 2026-05-29T17:03:01.868Z | HEAD is now at 3a92ad840 scrimlet-reconcilers: add mgd static route reconciler (#10466) |
| 90 | 2026-05-29T17:03:01.871Z | process exited: duration 11393 ms, exit code 0 |
| |
| 91 | 2026-05-29T17:03:01.876Z | starting task 4: "build" |
| 92 | 2026-05-29T17:03:01.883Z | + source ./env.sh |
| 93 | 2026-05-29T17:03:01.883Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-29T17:03:01.883Z | ++ set -o xtrace |
| 95 | 2026-05-29T17:03:01.886Z | ++++ dirname ./env.sh |
| 96 | 2026-05-29T17:03:01.887Z | +++ readlink -f . |
| 97 | 2026-05-29T17:03:01.889Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-29T17:03:01.889Z | ++ 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-29T17:03:01.889Z | ++ 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-29T17:03:01.889Z | ++ 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-29T17:03:01.890Z | ++ 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-29T17:03:01.890Z | ++ 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-29T17:03:01.890Z | ++ 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-29T17:03:01.890Z | ++ 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-29T17:03:01.890Z | ++ 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-29T17:03:01.890Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-29T17:03:01.890Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-29T17:03:01.890Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-29T17:03:01.890Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-29T17:03:01.890Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-29T17:03:01.890Z | + cargo --version |
| 112 | 2026-05-29T17:03:01.899Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-29T17:03:01.902Z | + rustc --version |
| 114 | 2026-05-29T17:03:01.921Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-29T17:03:01.923Z | + banner prerequisites |
| 116 | 2026-05-29T17:03:01.927Z | |
| 117 | 2026-05-29T17:03:01.927Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-29T17:03:01.927Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-29T17:03:01.927Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-29T17:03:01.927Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-29T17:03:01.927Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-29T17:03:01.927Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-29T17:03:01.927Z | |
| 124 | 2026-05-29T17:03:01.927Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-29T17:03:03.359Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-29T17:03:03.434Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-29T17:03:03.723Z | Planning: Solver setup ... Done (0.252s) |
| 128 | 2026-05-29T17:03:03.743Z | Planning: Running solver ... Done (0.020s) |
| 129 | 2026-05-29T17:03:03.751Z | Planning: Finding local manifests ... Done (0.002s) |
| 130 | 2026-05-29T17:03:03.762Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-29T17:03:03.777Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-29T17:03:03.790Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-29T17:03:03.792Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-29T17:03:03.979Z | Planning: Checking for conflicting actions ... Done (0.188s) |
| 135 | 2026-05-29T17:03:03.982Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-29T17:03:04.672Z | Planning: Evaluating mediators ... Done (0.692s) |
| 137 | 2026-05-29T17:03:04.675Z | Planning: Planning completed in 1.22 seconds |
| 138 | 2026-05-29T17:03:04.681Z | Packages to install: 2 |
| 139 | 2026-05-29T17:03:04.681Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-29T17:03:04.682Z | Estimated space to be consumed: 23.93 MB |
| 141 | 2026-05-29T17:03:04.685Z | Create boot environment: No |
| 142 | 2026-05-29T17:03:04.685Z | Create backup boot environment: No |
| 143 | 2026-05-29T17:03:04.685Z | Rebuild boot archive: No |
| 144 | 2026-05-29T17:03:04.685Z | |
| 145 | 2026-05-29T17:03:04.685Z | Changed packages: |
| 146 | 2026-05-29T17:03:04.685Z | helios |
| 147 | 2026-05-29T17:03:04.685Z | developer/build-essential |
| 148 | 2026-05-29T17:03:04.685Z | None -> 11-3.0 |
| 149 | 2026-05-29T17:03:04.685Z | library/libxmlsec1 |
| 150 | 2026-05-29T17:03:04.685Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-29T17:03:04.705Z | |
| 152 | 2026-05-29T17:03:04.705Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-29T17:03:05.411Z | Download: Completed 1.28 MB in 0.70 seconds (1.8M/s) |
| 154 | 2026-05-29T17:03:05.470Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-29T17:03:05.516Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-29T17:03:05.523Z | Finalize: Updating package state database ... Done (0.007s) |
| 157 | 2026-05-29T17:03:05.523Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-29T17:03:05.543Z | Finalize: Updating image state ... Done (0.020s) |
| 159 | 2026-05-29T17:03:07.874Z | Finalize: Creating fast lookup database ... Done (2.309s) |
| 160 | 2026-05-29T17:03:07.954Z | Finalize: Reading search index ... Done (0.026s) |
| 161 | 2026-05-29T17:03:07.957Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-29T17:03:08.046Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-29T17:03:08.340Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-29T17:03:08.443Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-29T17:03:08.446Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-29T17:03:08.600Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-29T17:03:08.603Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-29T17:03:08.624Z | Mediators to change: 2 |
| 169 | 2026-05-29T17:03:08.624Z | Create boot environment: No |
| 170 | 2026-05-29T17:03:08.624Z | Create backup boot environment: No |
| 171 | 2026-05-29T17:03:08.678Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-29T17:03:08.678Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-29T17:03:08.687Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-29T17:03:10.607Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-29T17:03:10.670Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-29T17:03:10.673Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-29T17:03:10.764Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-29T17:03:11.043Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-29T17:03:11.147Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-29T17:03:11.151Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-29T17:03:11.304Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-29T17:03:11.308Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-29T17:03:11.327Z | Mediators to change: 1 |
| 184 | 2026-05-29T17:03:11.327Z | Create boot environment: No |
| 185 | 2026-05-29T17:03:11.327Z | Create backup boot environment: No |
| 186 | 2026-05-29T17:03:11.377Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-29T17:03:11.377Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-29T17:03:11.389Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-29T17:03:13.300Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-29T17:03:13.364Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-29T17:03:13.367Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-29T17:03:13.438Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-29T17:03:13.745Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-29T17:03:13.745Z | apache system 2.4 system |
| 195 | 2026-05-29T17:03:13.745Z | clang system 15 system |
| 196 | 2026-05-29T17:03:13.745Z | csh system system illumos |
| 197 | 2026-05-29T17:03:13.745Z | ctags system system illumos |
| 198 | 2026-05-29T17:03:13.745Z | file vendor vendor darwinsys |
| 199 | 2026-05-29T17:03:13.745Z | file system system illumos |
| 200 | 2026-05-29T17:03:13.745Z | gcc vendor 14 vendor |
| 201 | 2026-05-29T17:03:13.745Z | gcc system 13 system |
| 202 | 2026-05-29T17:03:13.745Z | gcc system 10 system |
| 203 | 2026-05-29T17:03:13.745Z | go system 1.25 system |
| 204 | 2026-05-29T17:03:13.745Z | llvm system 15 system |
| 205 | 2026-05-29T17:03:13.745Z | mariadb system 11.4 system |
| 206 | 2026-05-29T17:03:13.745Z | mta vendor vendor dma |
| 207 | 2026-05-29T17:03:13.745Z | openjdk system 17 system |
| 208 | 2026-05-29T17:03:13.745Z | openjdk system 11 system |
| 209 | 2026-05-29T17:03:13.745Z | openssl vendor 3 vendor |
| 210 | 2026-05-29T17:03:13.746Z | perl system 5.40 system |
| 211 | 2026-05-29T17:03:13.746Z | postgresql system 18 system |
| 212 | 2026-05-29T17:03:13.746Z | postgresql system 17 system |
| 213 | 2026-05-29T17:03:13.746Z | python vendor 3 vendor |
| 214 | 2026-05-29T17:03:13.746Z | python system 2 system |
| 215 | 2026-05-29T17:03:13.746Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-29T17:03:13.746Z | ruby system 3.4 system |
| 217 | 2026-05-29T17:03:13.746Z | ruby system 3.0 system |
| 218 | 2026-05-29T17:03:13.746Z | words vendor vendor american-english |
| 219 | 2026-05-29T17:03:13.746Z | words system system australian-english |
| 220 | 2026-05-29T17:03:13.746Z | words system system british-english |
| 221 | 2026-05-29T17:03:13.746Z | words system system canadian-english |
| 222 | 2026-05-29T17:03:13.746Z | words system system french |
| 223 | 2026-05-29T17:03:13.746Z | words system system italian |
| 224 | 2026-05-29T17:03:13.746Z | words system system ngerman |
| 225 | 2026-05-29T17:03:13.746Z | words system system ogerman |
| 226 | 2026-05-29T17:03:13.746Z | words system system spanish |
| 227 | 2026-05-29T17:03:14.000Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-29T17:03:14.000Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-29T17:03:14.279Z | FMRI IFO |
| 230 | 2026-05-29T17:03:14.279Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-29T17:03:14.279Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-29T17:03:14.279Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-29T17:03:14.279Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-29T17:03:14.279Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-29T17:03:14.280Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-29T17:03:14.280Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-29T17:03:14.280Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-29T17:03:14.280Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-29T17:03:14.527Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-29T17:03:14.792Z | Updating crates.io index |
| 241 | 2026-05-29T17:03:14.795Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-29T17:03:15.265Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-29T17:03:15.572Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-29T17:03:15.943Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-29T17:03:16.985Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-29T17:03:17.495Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-29T17:03:19.015Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-29T17:03:19.725Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-29T17:03:20.041Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-29T17:03:21.245Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-29T17:03:21.513Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-29T17:03:21.892Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-29T17:03:22.164Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-29T17:03:23.192Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-29T17:03:23.716Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-29T17:03:23.989Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-29T17:03:24.313Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-29T17:03:24.613Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-29T17:03:24.935Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-29T17:03:25.223Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-29T17:03:25.471Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-29T17:03:25.699Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-29T17:03:26.104Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-29T17:03:26.448Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-29T17:03:26.751Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-29T17:03:27.192Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-29T17:03:27.486Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-29T17:03:27.779Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-29T17:03:28.748Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-29T17:03:29.071Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-29T17:03:29.887Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-29T17:03:30.274Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-29T17:03:30.691Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-29T17:03:31.149Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-29T17:03:31.479Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-29T17:03:31.924Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-29T17:03:32.170Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-29T17:03:32.464Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-29T17:03:32.739Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-29T17:03:33.082Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-29T17:03:45.453Z | Downloading crates ... |
| 282 | 2026-05-29T17:03:45.501Z | Downloaded serde_spanned v0.6.9 |
| 283 | 2026-05-29T17:03:45.507Z | Downloaded cpufeatures v0.2.17 |
| 284 | 2026-05-29T17:03:45.507Z | Downloaded equivalent v1.0.2 |
| 285 | 2026-05-29T17:03:45.510Z | Downloaded quote v1.0.45 |
| 286 | 2026-05-29T17:03:45.523Z | Downloaded anstyle v1.0.13 |
| 287 | 2026-05-29T17:03:45.527Z | Downloaded unicode-xid v0.2.6 |
| 288 | 2026-05-29T17:03:45.531Z | Downloaded yoke-derive v0.8.1 |
| 289 | 2026-05-29T17:03:45.536Z | Downloaded heck v0.5.0 |
| 290 | 2026-05-29T17:03:45.536Z | Downloaded erased-serde v0.4.9 |
| 291 | 2026-05-29T17:03:45.536Z | Downloaded textwrap v0.16.2 |
| 292 | 2026-05-29T17:03:45.539Z | Downloaded typeid v1.0.3 |
| 293 | 2026-05-29T17:03:45.539Z | Downloaded yoke v0.8.1 |
| 294 | 2026-05-29T17:03:45.543Z | Downloaded version_check v0.9.5 |
| 295 | 2026-05-29T17:03:45.543Z | Downloaded errno v0.3.14 |
| 296 | 2026-05-29T17:03:45.543Z | Downloaded unicode-linebreak v0.1.5 |
| 297 | 2026-05-29T17:03:45.543Z | Downloaded thread-id v4.2.2 |
| 298 | 2026-05-29T17:03:45.548Z | Downloaded scroll v0.12.0 |
| 299 | 2026-05-29T17:03:45.548Z | Downloaded zerofrom v0.1.6 |
| 300 | 2026-05-29T17:03:45.548Z | Downloaded icu_properties v2.1.2 |
| 301 | 2026-05-29T17:03:45.553Z | Downloaded macaddr v1.0.1 |
| 302 | 2026-05-29T17:03:45.553Z | Downloaded dtrace-parser v0.2.0 |
| 303 | 2026-05-29T17:03:45.553Z | Downloaded unicode-ident v1.0.24 |
| 304 | 2026-05-29T17:03:45.553Z | Downloaded synstructure v0.13.2 |
| 305 | 2026-05-29T17:03:45.553Z | Downloaded papergrid v0.11.0 |
| 306 | 2026-05-29T17:03:45.556Z | Downloaded utf8parse v0.2.2 |
| 307 | 2026-05-29T17:03:45.556Z | Downloaded thiserror-impl v2.0.18 |
| 308 | 2026-05-29T17:03:45.556Z | Downloaded usdt-attr-macro v0.5.0 |
| 309 | 2026-05-29T17:03:45.556Z | Downloaded usdt v0.5.0 |
| 310 | 2026-05-29T17:03:45.562Z | Downloaded tinystr v0.8.2 |
| 311 | 2026-05-29T17:03:45.562Z | Downloaded zerofrom-derive v0.1.6 |
| 312 | 2026-05-29T17:03:45.562Z | Downloaded toml_write v0.1.2 |
| 313 | 2026-05-29T17:03:45.567Z | Downloaded potential_utf v0.1.4 |
| 314 | 2026-05-29T17:03:45.567Z | Downloaded litemap v0.8.1 |
| 315 | 2026-05-29T17:03:45.567Z | Downloaded utf8_iter v1.0.4 |
| 316 | 2026-05-29T17:03:45.567Z | Downloaded zmij v1.0.21 |
| 317 | 2026-05-29T17:03:45.567Z | Downloaded usdt-macro v0.5.0 |
| 318 | 2026-05-29T17:03:45.567Z | Downloaded is_terminal_polyfill v1.70.2 |
| 319 | 2026-05-29T17:03:45.567Z | Downloaded smallvec v1.15.1 |
| 320 | 2026-05-29T17:03:45.570Z | Downloaded serde-value v0.7.0 |
| 321 | 2026-05-29T17:03:45.570Z | Downloaded writeable v0.6.2 |
| 322 | 2026-05-29T17:03:45.570Z | Downloaded zerocopy-derive v0.7.35 |
| 323 | 2026-05-29T17:03:45.574Z | Downloaded fs-err v3.3.0 |
| 324 | 2026-05-29T17:03:45.574Z | Downloaded autocfg v1.5.0 |
| 325 | 2026-05-29T17:03:45.574Z | Downloaded bytecount v0.6.9 |
| 326 | 2026-05-29T17:03:45.579Z | Downloaded usdt-impl v0.5.0 |
| 327 | 2026-05-29T17:03:45.579Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2026-05-29T17:03:45.579Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-05-29T17:03:45.579Z | Downloaded goblin v0.8.2 |
| 330 | 2026-05-29T17:03:45.585Z | Downloaded terminal_size v0.4.3 |
| 331 | 2026-05-29T17:03:45.585Z | Downloaded crypto-common v0.1.7 |
| 332 | 2026-05-29T17:03:45.585Z | Downloaded zerovec-derive v0.11.2 |
| 333 | 2026-05-29T17:03:45.589Z | Downloaded anstyle-query v1.1.5 |
| 334 | 2026-05-29T17:03:45.589Z | Downloaded proc-macro-error-attr v1.0.4 |
| 335 | 2026-05-29T17:03:45.589Z | Downloaded proc-macro-error v1.0.4 |
| 336 | 2026-05-29T17:03:45.589Z | Downloaded thiserror v2.0.18 |
| 337 | 2026-05-29T17:03:45.594Z | Downloaded tabled_derive v0.7.0 |
| 338 | 2026-05-29T17:03:45.594Z | Downloaded smawk v0.3.2 |
| 339 | 2026-05-29T17:03:45.594Z | Downloaded form_urlencoded v1.2.2 |
| 340 | 2026-05-29T17:03:45.594Z | Downloaded scroll_derive v0.12.1 |
| 341 | 2026-05-29T17:03:45.594Z | Downloaded getrandom v0.4.1 |
| 342 | 2026-05-29T17:03:45.599Z | Downloaded toml v0.8.23 |
| 343 | 2026-05-29T17:03:45.599Z | Downloaded ucd-trie v0.1.7 |
| 344 | 2026-05-29T17:03:45.599Z | Downloaded thiserror v1.0.69 |
| 345 | 2026-05-29T17:03:45.602Z | Downloaded zerotrie v0.2.3 |
| 346 | 2026-05-29T17:03:45.606Z | Downloaded plain v0.2.3 |
| 347 | 2026-05-29T17:03:45.606Z | Downloaded swrite v0.1.0 |
| 348 | 2026-05-29T17:03:45.606Z | Downloaded idna_adapter v1.2.1 |
| 349 | 2026-05-29T17:03:45.607Z | Downloaded clap_lex v1.0.0 |
| 350 | 2026-05-29T17:03:45.607Z | Downloaded percent-encoding v2.3.2 |
| 351 | 2026-05-29T17:03:45.607Z | Downloaded heck v0.4.1 |
| 352 | 2026-05-29T17:03:45.611Z | Downloaded fastrand v2.3.0 |
| 353 | 2026-05-29T17:03:45.611Z | Downloaded strsim v0.11.1 |
| 354 | 2026-05-29T17:03:45.616Z | Downloaded pretty-hex v0.4.1 |
| 355 | 2026-05-29T17:03:45.616Z | Downloaded fnv v1.0.7 |
| 356 | 2026-05-29T17:03:45.616Z | Downloaded url v2.5.8 |
| 357 | 2026-05-29T17:03:45.620Z | Downloaded memmap v0.7.0 |
| 358 | 2026-05-29T17:03:45.620Z | Downloaded typenum v1.19.0 |
| 359 | 2026-05-29T17:03:45.625Z | Downloaded generic-array v0.14.7 |
| 360 | 2026-05-29T17:03:45.625Z | Downloaded cfg-if v1.0.4 |
| 361 | 2026-05-29T17:03:45.625Z | Downloaded toml_edit v0.22.27 |
| 362 | 2026-05-29T17:03:45.629Z | Downloaded cargo_metadata v0.21.0 |
| 363 | 2026-05-29T17:03:45.629Z | Downloaded anstream v0.6.21 |
| 364 | 2026-05-29T17:03:45.629Z | Downloaded cargo-platform v0.2.0 |
| 365 | 2026-05-29T17:03:45.634Z | Downloaded zerovec v0.11.5 |
| 366 | 2026-05-29T17:03:45.638Z | Downloaded block-buffer v0.10.4 |
| 367 | 2026-05-29T17:03:45.642Z | Downloaded zerocopy v0.7.35 |
| 368 | 2026-05-29T17:03:45.649Z | Downloaded dof v0.3.0 |
| 369 | 2026-05-29T17:03:45.654Z | Downloaded winnow v0.7.14 |
| 370 | 2026-05-29T17:03:45.658Z | Downloaded stable_deref_trait v1.2.1 |
| 371 | 2026-05-29T17:03:45.658Z | Downloaded ordered-float v2.10.1 |
| 372 | 2026-05-29T17:03:45.658Z | Downloaded colorchoice v1.0.4 |
| 373 | 2026-05-29T17:03:45.658Z | Downloaded unicode-width v0.2.0 |
| 374 | 2026-05-29T17:03:45.664Z | Downloaded unicode-width v0.1.14 |
| 375 | 2026-05-29T17:03:45.669Z | Downloaded icu_normalizer v2.1.1 |
| 376 | 2026-05-29T17:03:45.669Z | Downloaded camino-tempfile v1.4.1 |
| 377 | 2026-05-29T17:03:45.669Z | Downloaded displaydoc v0.2.5 |
| 378 | 2026-05-29T17:03:45.669Z | Downloaded byteorder v1.5.0 |
| 379 | 2026-05-29T17:03:45.673Z | Downloaded serde_tokenstream v0.2.3 |
| 380 | 2026-05-29T17:03:45.673Z | Downloaded digest v0.10.7 |
| 381 | 2026-05-29T17:03:45.673Z | Downloaded serde-untagged v0.1.9 |
| 382 | 2026-05-29T17:03:45.673Z | Downloaded icu_provider v2.1.1 |
| 383 | 2026-05-29T17:03:45.680Z | Downloaded cargo_toml v0.21.0 |
| 384 | 2026-05-29T17:03:45.687Z | Downloaded anstyle-parse v0.2.7 |
| 385 | 2026-05-29T17:03:45.691Z | Downloaded itoa v1.0.17 |
| 386 | 2026-05-29T17:03:45.696Z | Downloaded pest_derive v2.8.6 |
| 387 | 2026-05-29T17:03:45.705Z | Downloaded once_cell v1.21.3 |
| 388 | 2026-05-29T17:03:45.709Z | Downloaded clap v4.5.60 |
| 389 | 2026-05-29T17:03:45.714Z | Downloaded cargo-util-schemas v0.8.2 |
| 390 | 2026-05-29T17:03:45.714Z | Downloaded tempfile v3.25.0 |
| 391 | 2026-05-29T17:03:45.714Z | Downloaded semver v1.0.28 |
| 392 | 2026-05-29T17:03:45.719Z | Downloaded pest_generator v2.8.6 |
| 393 | 2026-05-29T17:03:45.724Z | Downloaded sha2 v0.10.9 |
| 394 | 2026-05-29T17:03:45.724Z | Downloaded anyhow v1.0.102 |
| 395 | 2026-05-29T17:03:45.728Z | Downloaded proc-macro2 v1.0.106 |
| 396 | 2026-05-29T17:03:45.733Z | Downloaded camino v1.2.2 |
| 397 | 2026-05-29T17:03:45.733Z | Downloaded bitflags v2.11.0 |
| 398 | 2026-05-29T17:03:45.737Z | Downloaded icu_normalizer_data v2.1.1 |
| 399 | 2026-05-29T17:03:45.742Z | Downloaded serde_core v1.0.228 |
| 400 | 2026-05-29T17:03:45.742Z | Downloaded clap_derive v4.5.55 |
| 401 | 2026-05-29T17:03:45.742Z | Downloaded num-traits v0.2.19 |
| 402 | 2026-05-29T17:03:45.747Z | Downloaded log v0.4.29 |
| 403 | 2026-05-29T17:03:45.751Z | Downloaded pest_meta v2.8.6 |
| 404 | 2026-05-29T17:03:45.751Z | Downloaded serde_derive v1.0.228 |
| 405 | 2026-05-29T17:03:45.760Z | Downloaded icu_locale_core v2.1.1 |
| 406 | 2026-05-29T17:03:45.773Z | Downloaded serde v1.0.228 |
| 407 | 2026-05-29T17:03:45.781Z | Downloaded icu_collections v2.1.1 |
| 408 | 2026-05-29T17:03:45.786Z | Downloaded memchr v2.8.0 |
| 409 | 2026-05-29T17:03:45.790Z | Downloaded indexmap v2.14.0 |
| 410 | 2026-05-29T17:03:45.808Z | Downloaded pest v2.8.6 |
| 411 | 2026-05-29T17:03:45.812Z | Downloaded idna v1.1.0 |
| 412 | 2026-05-29T17:03:45.828Z | Downloaded hashbrown v0.17.0 |
| 413 | 2026-05-29T17:03:45.833Z | Downloaded serde_json v1.0.149 |
| 414 | 2026-05-29T17:03:46.839Z | Downloaded icu_properties_data v2.1.2 |
| 415 | 2026-05-29T17:03:46.841Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-29T17:03:46.841Z | Downloaded clap_builder v4.5.60 |
| 417 | 2026-05-29T17:03:46.841Z | Downloaded syn v1.0.109 |
| 418 | 2026-05-29T17:03:46.841Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-29T17:03:46.841Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-29T17:03:46.841Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-29T17:03:46.842Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-29T17:03:46.842Z | Compiling quote v1.0.45 |
| 423 | 2026-05-29T17:03:46.842Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-29T17:03:46.842Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-29T17:03:46.842Z | Compiling libc v0.2.185 |
| 426 | 2026-05-29T17:03:46.842Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-29T17:03:46.842Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-29T17:03:46.842Z | Compiling serde v1.0.228 |
| 429 | 2026-05-29T17:03:46.842Z | Compiling memchr v2.8.0 |
| 430 | 2026-05-29T17:03:46.842Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-29T17:03:46.842Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-29T17:03:46.842Z | Compiling thiserror v1.0.69 |
| 433 | 2026-05-29T17:03:46.842Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-29T17:03:46.871Z | Compiling itoa v1.0.17 |
| 435 | 2026-05-29T17:03:46.959Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-29T17:03:46.975Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-29T17:03:46.989Z | Compiling pest v2.8.6 |
| 438 | 2026-05-29T17:03:47.067Z | Compiling byteorder v1.5.0 |
| 439 | 2026-05-29T17:03:47.107Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-29T17:03:47.145Z | Compiling icu_normalizer_data v2.1.1 |
| 441 | 2026-05-29T17:03:47.316Z | Compiling rustix v1.1.3 |
| 442 | 2026-05-29T17:03:47.379Z | Compiling errno v0.3.14 |
| 443 | 2026-05-29T17:03:47.478Z | Compiling syn v2.0.117 |
| 444 | 2026-05-29T17:03:47.509Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-29T17:03:47.533Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-29T17:03:47.738Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-29T17:03:47.754Z | Compiling equivalent v1.0.2 |
| 448 | 2026-05-29T17:03:47.793Z | Compiling smallvec v1.15.1 |
| 449 | 2026-05-29T17:03:47.841Z | Compiling typeid v1.0.3 |
| 450 | 2026-05-29T17:03:48.005Z | Compiling hashbrown v0.17.0 |
| 451 | 2026-05-29T17:03:48.104Z | Compiling pest_meta v2.8.6 |
| 452 | 2026-05-29T17:03:48.233Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-29T17:03:48.318Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-29T17:03:48.354Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-29T17:03:48.401Z | Compiling erased-serde v0.4.9 |
| 456 | 2026-05-29T17:03:48.565Z | Compiling indexmap v2.14.0 |
| 457 | 2026-05-29T17:03:48.584Z | Compiling syn v1.0.109 |
| 458 | 2026-05-29T17:03:48.623Z | Compiling winnow v0.7.14 |
| 459 | 2026-05-29T17:03:48.680Z | Compiling toml_write v0.1.2 |
| 460 | 2026-05-29T17:03:49.189Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-29T17:03:49.211Z | Compiling utf8parse v0.2.2 |
| 462 | 2026-05-29T17:03:49.335Z | Compiling log v0.4.29 |
| 463 | 2026-05-29T17:03:49.381Z | Compiling percent-encoding v2.3.2 |
| 464 | 2026-05-29T17:03:49.525Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-29T17:03:49.576Z | Compiling plain v0.2.3 |
| 466 | 2026-05-29T17:03:49.644Z | Compiling camino v1.2.2 |
| 467 | 2026-05-29T17:03:49.677Z | Compiling getrandom v0.4.1 |
| 468 | 2026-05-29T17:03:49.696Z | Compiling thiserror v2.0.18 |
| 469 | 2026-05-29T17:03:49.839Z | Compiling ordered-float v2.10.1 |
| 470 | 2026-05-29T17:03:49.926Z | Compiling form_urlencoded v1.2.2 |
| 471 | 2026-05-29T17:03:50.075Z | Compiling anstyle-parse v0.2.7 |
| 472 | 2026-05-29T17:03:50.149Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-29T17:03:50.154Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-29T17:03:50.238Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-29T17:03:50.397Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-29T17:03:50.516Z | Compiling colorchoice v1.0.4 |
| 477 | 2026-05-29T17:03:50.519Z | Compiling anstyle-query v1.1.5 |
| 478 | 2026-05-29T17:03:50.582Z | Compiling pretty-hex v0.4.1 |
| 479 | 2026-05-29T17:03:50.625Z | Compiling is_terminal_polyfill v1.70.2 |
| 480 | 2026-05-29T17:03:50.640Z | Compiling cfg-if v1.0.4 |
| 481 | 2026-05-29T17:03:50.728Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-29T17:03:50.731Z | Compiling serde-untagged v0.1.9 |
| 483 | 2026-05-29T17:03:50.776Z | Compiling semver v1.0.28 |
| 484 | 2026-05-29T17:03:50.882Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-29T17:03:50.982Z | Compiling unicode-width v0.1.14 |
| 486 | 2026-05-29T17:03:51.030Z | Compiling bytecount v0.6.9 |
| 487 | 2026-05-29T17:03:51.065Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-29T17:03:51.093Z | Compiling fastrand v2.3.0 |
| 489 | 2026-05-29T17:03:51.135Z | Compiling once_cell v1.21.3 |
| 490 | 2026-05-29T17:03:51.163Z | Compiling heck v0.5.0 |
| 491 | 2026-05-29T17:03:51.297Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-29T17:03:51.343Z | Compiling fnv v1.0.7 |
| 493 | 2026-05-29T17:03:51.359Z | Compiling anyhow v1.0.102 |
| 494 | 2026-05-29T17:03:51.396Z | Compiling heck v0.4.1 |
| 495 | 2026-05-29T17:03:51.446Z | Compiling unicode-xid v0.2.6 |
| 496 | 2026-05-29T17:03:51.563Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-29T17:03:51.578Z | Compiling papergrid v0.11.0 |
| 498 | 2026-05-29T17:03:51.618Z | Compiling tempfile v3.25.0 |
| 499 | 2026-05-29T17:03:51.730Z | Compiling memmap v0.7.0 |
| 500 | 2026-05-29T17:03:51.832Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-29T17:03:51.868Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-29T17:03:51.912Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-29T17:03:51.983Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-29T17:03:52.146Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-29T17:03:52.872Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-29T17:03:52.970Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-29T17:03:53.043Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-29T17:03:53.071Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-29T17:03:53.224Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-29T17:03:53.355Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-29T17:03:53.499Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-29T17:03:53.606Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-29T17:03:53.756Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-29T17:03:53.902Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-29T17:03:54.066Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-29T17:03:54.122Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-29T17:03:54.267Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-29T17:03:54.289Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-29T17:03:54.299Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-29T17:03:54.454Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-29T17:03:54.585Z | Compiling tabled_derive v0.7.0 |
| 522 | 2026-05-29T17:03:54.730Z | Compiling goblin v0.8.2 |
| 523 | 2026-05-29T17:03:54.746Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-29T17:03:54.765Z | Compiling smawk v0.3.2 |
| 525 | 2026-05-29T17:03:54.901Z | Compiling icu_provider v2.1.1 |
| 526 | 2026-05-29T17:03:55.160Z | Compiling icu_normalizer v2.1.1 |
| 527 | 2026-05-29T17:03:55.160Z | Compiling icu_properties v2.1.2 |
| 528 | 2026-05-29T17:03:55.203Z | Compiling serde_spanned v0.6.9 |
| 529 | 2026-05-29T17:03:55.279Z | Compiling toml_datetime v0.6.11 |
| 530 | 2026-05-29T17:03:55.350Z | Compiling dof v0.3.0 |
| 531 | 2026-05-29T17:03:55.367Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-29T17:03:55.500Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-29T17:03:55.542Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-29T17:03:55.708Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-29T17:03:55.733Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-29T17:03:55.899Z | Compiling unicode-linebreak v0.1.5 |
| 537 | 2026-05-29T17:03:55.983Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-29T17:03:56.008Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-29T17:03:56.143Z | Compiling idna v1.1.0 |
| 540 | 2026-05-29T17:03:56.159Z | Compiling textwrap v0.16.2 |
| 541 | 2026-05-29T17:03:56.247Z | Compiling macaddr v1.0.1 |
| 542 | 2026-05-29T17:03:56.281Z | Compiling usdt-macro v0.5.0 |
| 543 | 2026-05-29T17:03:56.467Z | Compiling url v2.5.8 |
| 544 | 2026-05-29T17:03:56.496Z | Compiling usdt-attr-macro v0.5.0 |
| 545 | 2026-05-29T17:03:56.624Z | Compiling clap v4.5.60 |
| 546 | 2026-05-29T17:03:56.799Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-29T17:03:56.912Z | Compiling toml v0.8.23 |
| 548 | 2026-05-29T17:03:57.163Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-29T17:03:57.205Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-29T17:03:57.347Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-29T17:03:57.362Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-29T17:03:57.835Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-29T17:03:58.238Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-29T17:03:59.179Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-29T17:04:01.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.88s |
| 556 | 2026-05-29T17:04:01.481Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-29T17:04:02.038Z | Downloading crates ... |
| 558 | 2026-05-29T17:04:02.140Z | Downloaded atty v0.2.14 |
| 559 | 2026-05-29T17:04:02.143Z | Downloaded cfg_aliases v0.1.1 |
| 560 | 2026-05-29T17:04:02.143Z | Downloaded adler2 v2.0.1 |
| 561 | 2026-05-29T17:04:02.146Z | Downloaded colored v2.2.0 |
| 562 | 2026-05-29T17:04:02.149Z | Downloaded critical-section v1.2.0 |
| 563 | 2026-05-29T17:04:02.152Z | Downloaded aes-gcm v0.10.3 |
| 564 | 2026-05-29T17:04:02.155Z | Downloaded allocator-api2 v0.2.21 |
| 565 | 2026-05-29T17:04:02.155Z | Downloaded const_format v0.2.35 |
| 566 | 2026-05-29T17:04:02.158Z | Downloaded display-error-chain v0.2.2 |
| 567 | 2026-05-29T17:04:02.161Z | Downloaded atomic-waker v1.1.2 |
| 568 | 2026-05-29T17:04:02.161Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 569 | 2026-05-29T17:04:02.161Z | Downloaded derive_builder_core v0.20.2 |
| 570 | 2026-05-29T17:04:02.163Z | Downloaded darling_core v0.13.4 |
| 571 | 2026-05-29T17:04:02.166Z | Downloaded defmt v1.0.1 |
| 572 | 2026-05-29T17:04:02.169Z | Downloaded async-recursion v1.1.1 |
| 573 | 2026-05-29T17:04:02.172Z | Downloaded arrayref v0.3.9 |
| 574 | 2026-05-29T17:04:02.172Z | Downloaded bitfield-macros v0.19.4 |
| 575 | 2026-05-29T17:04:02.172Z | Downloaded fixedbitset v0.5.7 |
| 576 | 2026-05-29T17:04:02.175Z | Downloaded fatfs v0.3.6 |
| 577 | 2026-05-29T17:04:02.179Z | Downloaded elliptic-curve v0.13.8 |
| 578 | 2026-05-29T17:04:02.179Z | Downloaded backoff v0.4.0 |
| 579 | 2026-05-29T17:04:02.182Z | Downloaded dsl_auto_type v0.2.0 |
| 580 | 2026-05-29T17:04:02.182Z | Downloaded ciborium-io v0.2.2 |
| 581 | 2026-05-29T17:04:02.182Z | Downloaded bzip2 v0.4.4 |
| 582 | 2026-05-29T17:04:02.185Z | Downloaded aead v0.5.2 |
| 583 | 2026-05-29T17:04:02.185Z | Downloaded crc32fast v1.5.0 |
| 584 | 2026-05-29T17:04:02.185Z | Downloaded derive_builder_macro v0.20.2 |
| 585 | 2026-05-29T17:04:02.188Z | Downloaded crc-catalog v2.4.0 |
| 586 | 2026-05-29T17:04:02.188Z | Downloaded bb8 v0.8.6 |
| 587 | 2026-05-29T17:04:02.191Z | Downloaded blake2 v0.10.6 |
| 588 | 2026-05-29T17:04:02.194Z | Downloaded cstr-argument v0.1.2 |
| 589 | 2026-05-29T17:04:02.196Z | Downloaded compression-core v0.4.31 |
| 590 | 2026-05-29T17:04:02.199Z | Downloaded des v0.8.1 |
| 591 | 2026-05-29T17:04:02.201Z | Downloaded darling_macro v0.21.3 |
| 592 | 2026-05-29T17:04:02.202Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 593 | 2026-05-29T17:04:02.202Z | Downloaded derive_builder v0.20.2 |
| 594 | 2026-05-29T17:04:02.205Z | Downloaded downcast-rs v2.0.2 |
| 595 | 2026-05-29T17:04:02.208Z | Downloaded dirs-next v2.0.0 |
| 596 | 2026-05-29T17:04:02.208Z | Downloaded crunchy v0.2.4 |
| 597 | 2026-05-29T17:04:02.208Z | Downloaded async-stream v0.3.6 |
| 598 | 2026-05-29T17:04:02.211Z | Downloaded dunce v1.0.5 |
| 599 | 2026-05-29T17:04:02.214Z | Downloaded dyn-clone v1.0.20 |
| 600 | 2026-05-29T17:04:02.216Z | Downloaded castaway v0.2.4 |
| 601 | 2026-05-29T17:04:02.216Z | Downloaded ascii-canvas v3.0.0 |
| 602 | 2026-05-29T17:04:02.219Z | Downloaded enum-as-inner v0.6.1 |
| 603 | 2026-05-29T17:04:02.219Z | Downloaded bitfield-struct v0.6.2 |
| 604 | 2026-05-29T17:04:02.219Z | Downloaded difflib v0.4.0 |
| 605 | 2026-05-29T17:04:02.222Z | Downloaded env_filter v1.0.0 |
| 606 | 2026-05-29T17:04:02.225Z | Downloaded dtrace-parser v0.3.0 |
| 607 | 2026-05-29T17:04:02.225Z | Downloaded float-cmp v0.10.0 |
| 608 | 2026-05-29T17:04:02.225Z | Downloaded embedded-io v0.4.0 |
| 609 | 2026-05-29T17:04:02.228Z | Downloaded async-stream-impl v0.3.6 |
| 610 | 2026-05-29T17:04:02.228Z | Downloaded crc v3.4.0 |
| 611 | 2026-05-29T17:04:02.230Z | Downloaded ciborium-ll v0.2.2 |
| 612 | 2026-05-29T17:04:02.230Z | Downloaded atomicwrites v0.4.4 |
| 613 | 2026-05-29T17:04:02.230Z | Downloaded document-features v0.2.12 |
| 614 | 2026-05-29T17:04:02.233Z | Downloaded dirs-sys-next v0.1.2 |
| 615 | 2026-05-29T17:04:02.233Z | Downloaded cpufeatures v0.3.0 |
| 616 | 2026-05-29T17:04:02.233Z | Downloaded compression-codecs v0.4.37 |
| 617 | 2026-05-29T17:04:02.236Z | Downloaded cbc v0.1.2 |
| 618 | 2026-05-29T17:04:02.239Z | Downloaded cexpr v0.6.0 |
| 619 | 2026-05-29T17:04:02.239Z | Downloaded fixedbitset v0.4.2 |
| 620 | 2026-05-29T17:04:02.242Z | Downloaded console v0.16.2 |
| 621 | 2026-05-29T17:04:02.242Z | Downloaded arc-swap v1.8.2 |
| 622 | 2026-05-29T17:04:02.244Z | Downloaded foreign-types-shared v0.3.1 |
| 623 | 2026-05-29T17:04:02.244Z | Downloaded bcs v0.1.6 |
| 624 | 2026-05-29T17:04:02.247Z | Downloaded crucible-workspace-hack v0.1.0 |
| 625 | 2026-05-29T17:04:02.247Z | Downloaded cobs v0.3.0 |
| 626 | 2026-05-29T17:04:02.250Z | Downloaded cargo-platform v0.3.2 |
| 627 | 2026-05-29T17:04:02.250Z | Downloaded base16ct v0.2.0 |
| 628 | 2026-05-29T17:04:02.250Z | Downloaded darling_macro v0.23.0 |
| 629 | 2026-05-29T17:04:02.253Z | Downloaded flagset v0.4.7 |
| 630 | 2026-05-29T17:04:02.253Z | Downloaded crc8 v0.1.1 |
| 631 | 2026-05-29T17:04:02.256Z | Downloaded debug-ignore v1.0.5 |
| 632 | 2026-05-29T17:04:02.256Z | Downloaded block-padding v0.3.3 |
| 633 | 2026-05-29T17:04:02.256Z | Downloaded bit-set v0.8.0 |
| 634 | 2026-05-29T17:04:02.259Z | Downloaded assert_matches v1.5.0 |
| 635 | 2026-05-29T17:04:02.259Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 636 | 2026-05-29T17:04:02.259Z | Downloaded convert_case v0.4.0 |
| 637 | 2026-05-29T17:04:02.262Z | Downloaded endian-type v0.1.2 |
| 638 | 2026-05-29T17:04:02.262Z | Downloaded defmt-parser v1.0.0 |
| 639 | 2026-05-29T17:04:02.262Z | Downloaded darling_macro v0.13.4 |
| 640 | 2026-05-29T17:04:02.262Z | Downloaded array-init v0.0.4 |
| 641 | 2026-05-29T17:04:02.265Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 642 | 2026-05-29T17:04:02.265Z | Downloaded foreign-types-shared v0.1.1 |
| 643 | 2026-05-29T17:04:02.268Z | Downloaded bit-set v0.5.3 |
| 644 | 2026-05-29T17:04:02.268Z | Downloaded float-ord v0.3.2 |
| 645 | 2026-05-29T17:04:02.268Z | Downloaded fd-lock v4.0.4 |
| 646 | 2026-05-29T17:04:02.271Z | Downloaded foreign-types v0.3.2 |
| 647 | 2026-05-29T17:04:02.271Z | Downloaded darling_macro v0.20.11 |
| 648 | 2026-05-29T17:04:02.271Z | Downloaded embedded-io v0.6.1 |
| 649 | 2026-05-29T17:04:02.273Z | Downloaded globwalk v0.9.1 |
| 650 | 2026-05-29T17:04:02.273Z | Downloaded fxhash v0.2.1 |
| 651 | 2026-05-29T17:04:02.273Z | Downloaded futures-sink v0.3.32 |
| 652 | 2026-05-29T17:04:02.276Z | Downloaded futures-macro v0.3.32 |
| 653 | 2026-05-29T17:04:02.276Z | Downloaded defmt v0.3.100 |
| 654 | 2026-05-29T17:04:02.276Z | Downloaded futures-io v0.3.32 |
| 655 | 2026-05-29T17:04:02.279Z | Downloaded futures-core v0.3.32 |
| 656 | 2026-05-29T17:04:02.279Z | Downloaded git-stub v1.0.0 |
| 657 | 2026-05-29T17:04:02.279Z | Downloaded either v1.15.0 |
| 658 | 2026-05-29T17:04:02.282Z | Downloaded darling v0.13.4 |
| 659 | 2026-05-29T17:04:02.284Z | Downloaded bumpalo v3.20.2 |
| 660 | 2026-05-29T17:04:02.284Z | Downloaded gethostname v0.5.0 |
| 661 | 2026-05-29T17:04:02.287Z | Downloaded cargo_metadata v0.23.1 |
| 662 | 2026-05-29T17:04:02.287Z | Downloaded buf-list v1.1.2 |
| 663 | 2026-05-29T17:04:02.290Z | Downloaded diesel-dtrace v0.5.0 |
| 664 | 2026-05-29T17:04:02.290Z | Downloaded defmt-macros v1.0.1 |
| 665 | 2026-05-29T17:04:02.293Z | Downloaded crossbeam-utils v0.8.21 |
| 666 | 2026-05-29T17:04:02.296Z | Downloaded chacha20 v0.9.1 |
| 667 | 2026-05-29T17:04:02.296Z | Downloaded hash32 v0.3.1 |
| 668 | 2026-05-29T17:04:02.299Z | Downloaded ghash v0.5.1 |
| 669 | 2026-05-29T17:04:02.299Z | Downloaded bit-vec v0.6.3 |
| 670 | 2026-05-29T17:04:02.299Z | Downloaded convert_case v0.10.0 |
| 671 | 2026-05-29T17:04:02.301Z | Downloaded ar_archive_writer v0.5.1 |
| 672 | 2026-05-29T17:04:02.304Z | Downloaded hash32 v0.2.1 |
| 673 | 2026-05-29T17:04:02.304Z | Downloaded headers-core v0.3.0 |
| 674 | 2026-05-29T17:04:02.304Z | Downloaded byte-wrapper v0.1.0 |
| 675 | 2026-05-29T17:04:02.307Z | Downloaded deranged v0.5.8 |
| 676 | 2026-05-29T17:04:02.307Z | Downloaded futures-task v0.3.32 |
| 677 | 2026-05-29T17:04:02.310Z | Downloaded foreign-types-macros v0.2.3 |
| 678 | 2026-05-29T17:04:02.310Z | Downloaded bit-vec v0.8.0 |
| 679 | 2026-05-29T17:04:02.310Z | Downloaded async-trait v0.1.89 |
| 680 | 2026-05-29T17:04:02.313Z | Downloaded foreign-types v0.5.0 |
| 681 | 2026-05-29T17:04:02.316Z | Downloaded cmake v0.1.57 |
| 682 | 2026-05-29T17:04:02.316Z | Downloaded arrayvec v0.7.6 |
| 683 | 2026-05-29T17:04:02.319Z | Downloaded cipher v0.4.4 |
| 684 | 2026-05-29T17:04:02.319Z | Downloaded cassowary v0.3.0 |
| 685 | 2026-05-29T17:04:02.319Z | Downloaded bitfield v0.19.4 |
| 686 | 2026-05-29T17:04:02.322Z | Downloaded funty v2.0.0 |
| 687 | 2026-05-29T17:04:02.322Z | Downloaded fs-err v2.11.0 |
| 688 | 2026-05-29T17:04:02.325Z | Downloaded fs_extra v1.3.0 |
| 689 | 2026-05-29T17:04:02.325Z | Downloaded daft-derive v0.1.7 |
| 690 | 2026-05-29T17:04:02.327Z | Downloaded hostname v0.3.1 |
| 691 | 2026-05-29T17:04:02.330Z | Downloaded hex v0.4.3 |
| 692 | 2026-05-29T17:04:02.330Z | Downloaded ed25519 v2.2.3 |
| 693 | 2026-05-29T17:04:02.333Z | Downloaded der_derive v0.7.3 |
| 694 | 2026-05-29T17:04:02.333Z | Downloaded git-stub-vcs v0.1.0 |
| 695 | 2026-05-29T17:04:02.335Z | Downloaded globset v0.4.18 |
| 696 | 2026-05-29T17:04:02.335Z | Downloaded cookie_store v0.22.1 |
| 697 | 2026-05-29T17:04:02.338Z | Downloaded find-msvc-tools v0.1.9 |
| 698 | 2026-05-29T17:04:02.338Z | Downloaded hostname v0.4.2 |
| 699 | 2026-05-29T17:04:02.341Z | Downloaded const-oid v0.9.6 |
| 700 | 2026-05-29T17:04:02.341Z | Downloaded csv-core v0.1.13 |
| 701 | 2026-05-29T17:04:02.344Z | Downloaded erased-serde v0.3.31 |
| 702 | 2026-05-29T17:04:02.344Z | Downloaded crossbeam-deque v0.8.6 |
| 703 | 2026-05-29T17:04:02.346Z | Downloaded darling v0.23.0 |
| 704 | 2026-05-29T17:04:02.349Z | Downloaded httpdate v1.0.3 |
| 705 | 2026-05-29T17:04:02.352Z | Downloaded http-range v0.1.5 |
| 706 | 2026-05-29T17:04:02.352Z | Downloaded hubpack v0.1.2 |
| 707 | 2026-05-29T17:04:02.352Z | Downloaded indent_write v2.2.0 |
| 708 | 2026-05-29T17:04:02.355Z | Downloaded ident_case v1.0.1 |
| 709 | 2026-05-29T17:04:02.355Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 710 | 2026-05-29T17:04:02.355Z | Downloaded hyper-tls v0.6.0 |
| 711 | 2026-05-29T17:04:02.355Z | Downloaded http-body v1.0.1 |
| 712 | 2026-05-29T17:04:02.357Z | Downloaded home v0.5.12 |
| 713 | 2026-05-29T17:04:02.357Z | Downloaded derive-ex v0.1.8 |
| 714 | 2026-05-29T17:04:02.360Z | Downloaded group v0.13.0 |
| 715 | 2026-05-29T17:04:02.360Z | Downloaded colored v3.1.1 |
| 716 | 2026-05-29T17:04:02.363Z | Downloaded hex-literal v0.4.1 |
| 717 | 2026-05-29T17:04:02.363Z | Downloaded bitflags v1.3.2 |
| 718 | 2026-05-29T17:04:02.365Z | Downloaded illumos-nvpair v0.3.0 |
| 719 | 2026-05-29T17:04:02.365Z | Downloaded async-bb8-diesel v0.2.1 |
| 720 | 2026-05-29T17:04:02.368Z | Downloaded cookie v0.18.1 |
| 721 | 2026-05-29T17:04:02.368Z | Downloaded instant v0.1.13 |
| 722 | 2026-05-29T17:04:02.371Z | Downloaded inout v0.1.4 |
| 723 | 2026-05-29T17:04:02.371Z | Downloaded futures-channel v0.3.32 |
| 724 | 2026-05-29T17:04:02.375Z | Downloaded lalrpop-util v0.19.12 |
| 725 | 2026-05-29T17:04:02.375Z | Downloaded keccak v0.1.6 |
| 726 | 2026-05-29T17:04:02.375Z | Downloaded lazy_static v1.5.0 |
| 727 | 2026-05-29T17:04:02.378Z | Downloaded internet-checksum v0.2.1 |
| 728 | 2026-05-29T17:04:02.378Z | Downloaded darling v0.20.11 |
| 729 | 2026-05-29T17:04:02.381Z | Downloaded is_ci v1.2.0 |
| 730 | 2026-05-29T17:04:02.381Z | Downloaded is-terminal v0.4.17 |
| 731 | 2026-05-29T17:04:02.381Z | Downloaded env_logger v0.11.9 |
| 732 | 2026-05-29T17:04:02.383Z | Downloaded diff v0.1.13 |
| 733 | 2026-05-29T17:04:02.386Z | Downloaded foldhash v0.1.5 |
| 734 | 2026-05-29T17:04:02.386Z | Downloaded darling v0.21.3 |
| 735 | 2026-05-29T17:04:02.389Z | Downloaded getrandom v0.2.17 |
| 736 | 2026-05-29T17:04:02.391Z | Downloaded fallible-iterator v0.2.0 |
| 737 | 2026-05-29T17:04:02.392Z | Downloaded base64 v0.22.1 |
| 738 | 2026-05-29T17:04:02.394Z | Downloaded async-compression v0.4.41 |
| 739 | 2026-05-29T17:04:02.398Z | Downloaded kstat-rs v0.2.4 |
| 740 | 2026-05-29T17:04:02.401Z | Downloaded hyper-staticfile v0.10.1 |
| 741 | 2026-05-29T17:04:02.401Z | Downloaded linked-hash-map v0.5.6 |
| 742 | 2026-05-29T17:04:02.404Z | Downloaded hubpack_derive v0.1.1 |
| 743 | 2026-05-29T17:04:02.404Z | Downloaded http-body-util v0.1.3 |
| 744 | 2026-05-29T17:04:02.404Z | Downloaded highway v1.3.0 |
| 745 | 2026-05-29T17:04:02.408Z | Downloaded instability v0.3.11 |
| 746 | 2026-05-29T17:04:02.408Z | Downloaded managed v0.8.0 |
| 747 | 2026-05-29T17:04:02.408Z | Downloaded match_cfg v0.1.0 |
| 748 | 2026-05-29T17:04:02.411Z | Downloaded derive-where v1.6.0 |
| 749 | 2026-05-29T17:04:02.411Z | Downloaded humantime v2.3.0 |
| 750 | 2026-05-29T17:04:02.411Z | Downloaded lzss v0.8.2 |
| 751 | 2026-05-29T17:04:02.414Z | Downloaded lru-slab v0.1.2 |
| 752 | 2026-05-29T17:04:02.414Z | Downloaded indoc v1.0.9 |
| 753 | 2026-05-29T17:04:02.417Z | Downloaded maplit v1.0.2 |
| 754 | 2026-05-29T17:04:02.417Z | Downloaded ingot v0.1.1 |
| 755 | 2026-05-29T17:04:02.417Z | Downloaded mime v0.3.17 |
| 756 | 2026-05-29T17:04:02.420Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 757 | 2026-05-29T17:04:02.420Z | Downloaded memoffset v0.9.1 |
| 758 | 2026-05-29T17:04:02.423Z | Downloaded ipnet v2.11.0 |
| 759 | 2026-05-29T17:04:02.423Z | Downloaded newtype_derive v0.1.6 |
| 760 | 2026-05-29T17:04:02.423Z | Downloaded glob v0.3.3 |
| 761 | 2026-05-29T17:04:02.426Z | Downloaded bzip2 v0.6.1 |
| 762 | 2026-05-29T17:04:02.426Z | Downloaded libscf-sys v1.2.0 |
| 763 | 2026-05-29T17:04:02.426Z | Downloaded console v0.15.11 |
| 764 | 2026-05-29T17:04:02.430Z | Downloaded newline-converter v0.3.0 |
| 765 | 2026-05-29T17:04:02.430Z | Downloaded multimap v0.10.1 |
| 766 | 2026-05-29T17:04:02.430Z | Downloaded md-5 v0.10.6 |
| 767 | 2026-05-29T17:04:02.432Z | Downloaded ipnetwork v0.21.1 |
| 768 | 2026-05-29T17:04:02.433Z | Downloaded indoc v2.0.7 |
| 769 | 2026-05-29T17:04:02.433Z | Downloaded maybe-uninit v2.0.0 |
| 770 | 2026-05-29T17:04:02.436Z | Downloaded normalize-line-endings v0.3.0 |
| 771 | 2026-05-29T17:04:02.436Z | Downloaded nodrop v0.1.14 |
| 772 | 2026-05-29T17:04:02.436Z | Downloaded newtype-uuid-macros v0.1.0 |
| 773 | 2026-05-29T17:04:02.436Z | Downloaded half v1.8.3 |
| 774 | 2026-05-29T17:04:02.439Z | Downloaded hmac v0.12.1 |
| 775 | 2026-05-29T17:04:02.439Z | Downloaded ciborium v0.2.2 |
| 776 | 2026-05-29T17:04:02.441Z | Downloaded new_debug_unreachable v1.0.6 |
| 777 | 2026-05-29T17:04:02.441Z | Downloaded num_threads v0.1.7 |
| 778 | 2026-05-29T17:04:02.441Z | Downloaded futures v0.3.32 |
| 779 | 2026-05-29T17:04:02.444Z | Downloaded nibble_vec v0.1.0 |
| 780 | 2026-05-29T17:04:02.447Z | Downloaded dropshot_endpoint v0.17.0 |
| 781 | 2026-05-29T17:04:02.447Z | Downloaded clang-sys v1.8.1 |
| 782 | 2026-05-29T17:04:02.450Z | Downloaded libloading v0.8.9 |
| 783 | 2026-05-29T17:04:02.453Z | Downloaded backon v1.6.0 |
| 784 | 2026-05-29T17:04:02.453Z | Downloaded num v0.4.3 |
| 785 | 2026-05-29T17:04:02.453Z | Downloaded drift v0.2.0 |
| 786 | 2026-05-29T17:04:02.458Z | Downloaded num-conv v0.2.0 |
| 787 | 2026-05-29T17:04:02.463Z | Downloaded httparse v1.10.1 |
| 788 | 2026-05-29T17:04:02.463Z | Downloaded nonempty v0.12.0 |
| 789 | 2026-05-29T17:04:02.466Z | Downloaded openssl-macros v0.1.1 |
| 790 | 2026-05-29T17:04:02.466Z | Downloaded lru v0.12.5 |
| 791 | 2026-05-29T17:04:02.466Z | Downloaded libefi-sys v0.1.0 |
| 792 | 2026-05-29T17:04:02.466Z | Downloaded num_enum_derive v0.5.11 |
| 793 | 2026-05-29T17:04:02.466Z | Downloaded openssl-probe v0.1.6 |
| 794 | 2026-05-29T17:04:02.469Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-05-29T17:04:02.469Z | Downloaded num-derive v0.4.2 |
| 796 | 2026-05-29T17:04:02.469Z | Downloaded lock_api v0.4.14 |
| 797 | 2026-05-29T17:04:02.469Z | Downloaded ahash v0.8.12 |
| 798 | 2026-05-29T17:04:02.475Z | Downloaded opaque-debug v0.3.1 |
| 799 | 2026-05-29T17:04:02.475Z | Downloaded openssl-probe v0.2.1 |
| 800 | 2026-05-29T17:04:02.478Z | Downloaded compact_str v0.8.1 |
| 801 | 2026-05-29T17:04:02.478Z | Downloaded linear-map v1.2.0 |
| 802 | 2026-05-29T17:04:02.478Z | Downloaded num-iter v0.1.45 |
| 803 | 2026-05-29T17:04:02.478Z | Downloaded chacha20 v0.10.0 |
| 804 | 2026-05-29T17:04:02.478Z | Downloaded crc-any v2.5.0 |
| 805 | 2026-05-29T17:04:02.481Z | Downloaded getrandom v0.3.4 |
| 806 | 2026-05-29T17:04:02.484Z | Downloaded iana-time-zone v0.1.65 |
| 807 | 2026-05-29T17:04:02.484Z | Downloaded hyper-rustls v0.27.7 |
| 808 | 2026-05-29T17:04:02.487Z | Downloaded chacha20poly1305 v0.10.1 |
| 809 | 2026-05-29T17:04:02.487Z | Downloaded derive_more v2.1.1 |
| 810 | 2026-05-29T17:04:02.493Z | Downloaded pbkdf2 v0.12.2 |
| 811 | 2026-05-29T17:04:02.496Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-05-29T17:04:02.496Z | Downloaded half v2.7.1 |
| 813 | 2026-05-29T17:04:02.499Z | Downloaded mime_guess v2.0.5 |
| 814 | 2026-05-29T17:04:02.499Z | Downloaded native-tls v0.2.18 |
| 815 | 2026-05-29T17:04:02.501Z | Downloaded nanorand v0.7.0 |
| 816 | 2026-05-29T17:04:02.501Z | Downloaded ingot-macros v0.1.1 |
| 817 | 2026-05-29T17:04:02.504Z | Downloaded ingot-types v0.1.2 |
| 818 | 2026-05-29T17:04:02.504Z | Downloaded cc v1.2.56 |
| 819 | 2026-05-29T17:04:02.507Z | Downloaded num_enum v0.5.11 |
| 820 | 2026-05-29T17:04:02.510Z | Downloaded pbkdf2 v0.11.0 |
| 821 | 2026-05-29T17:04:02.512Z | Downloaded path-slash v0.1.5 |
| 822 | 2026-05-29T17:04:02.512Z | Downloaded pin-utils v0.1.0 |
| 823 | 2026-05-29T17:04:02.515Z | Downloaded num_enum v0.7.5 |
| 824 | 2026-05-29T17:04:02.518Z | Downloaded darling_core v0.21.3 |
| 825 | 2026-05-29T17:04:02.520Z | Downloaded peg-runtime v0.8.5 |
| 826 | 2026-05-29T17:04:02.520Z | Downloaded darling_core v0.23.0 |
| 827 | 2026-05-29T17:04:02.523Z | Downloaded phf_shared v0.12.1 |
| 828 | 2026-05-29T17:04:02.525Z | Downloaded phf_shared v0.11.3 |
| 829 | 2026-05-29T17:04:02.525Z | Downloaded flume v0.11.1 |
| 830 | 2026-05-29T17:04:02.528Z | Downloaded num_enum_derive v0.7.5 |
| 831 | 2026-05-29T17:04:02.528Z | Downloaded num-complex v0.4.6 |
| 832 | 2026-05-29T17:04:02.531Z | Downloaded ignore v0.4.25 |
| 833 | 2026-05-29T17:04:02.531Z | Downloaded nu-ansi-term v0.50.3 |
| 834 | 2026-05-29T17:04:02.535Z | Downloaded phf_shared v0.13.1 |
| 835 | 2026-05-29T17:04:02.535Z | Downloaded parse-display v0.10.0 |
| 836 | 2026-05-29T17:04:02.535Z | Downloaded num-rational v0.4.2 |
| 837 | 2026-05-29T17:04:02.538Z | Downloaded num-integer v0.1.46 |
| 838 | 2026-05-29T17:04:02.538Z | Downloaded newtype-uuid v1.3.2 |
| 839 | 2026-05-29T17:04:02.538Z | Downloaded md5 v0.7.0 |
| 840 | 2026-05-29T17:04:02.538Z | Downloaded dropshot-api-manager v0.7.2 |
| 841 | 2026-05-29T17:04:02.541Z | Downloaded litrs v1.0.0 |
| 842 | 2026-05-29T17:04:02.543Z | Downloaded libsw v3.5.0 |
| 843 | 2026-05-29T17:04:02.543Z | Downloaded crossbeam-channel v0.5.15 |
| 844 | 2026-05-29T17:04:02.546Z | Downloaded packed_struct_codegen v0.10.1 |
| 845 | 2026-05-29T17:04:02.549Z | Downloaded predicates-tree v1.0.13 |
| 846 | 2026-05-29T17:04:02.561Z | Downloaded proc-macro-crate v1.3.1 |
| 847 | 2026-05-29T17:04:02.564Z | Downloaded crossbeam-epoch v0.9.18 |
| 848 | 2026-05-29T17:04:02.564Z | Downloaded predicates-core v1.0.10 |
| 849 | 2026-05-29T17:04:02.568Z | Downloaded precomputed-hash v0.1.1 |
| 850 | 2026-05-29T17:04:02.568Z | Downloaded powerfmt v0.2.0 |
| 851 | 2026-05-29T17:04:02.568Z | Downloaded paste v1.0.15 |
| 852 | 2026-05-29T17:04:02.570Z | Downloaded password-hash v0.4.2 |
| 853 | 2026-05-29T17:04:02.570Z | Downloaded password-hash v0.5.0 |
| 854 | 2026-05-29T17:04:02.570Z | Downloaded parse-display-derive v0.10.0 |
| 855 | 2026-05-29T17:04:02.573Z | Downloaded headers v0.4.1 |
| 856 | 2026-05-29T17:04:02.584Z | Downloaded peg v0.8.5 |
| 857 | 2026-05-29T17:04:02.584Z | Downloaded progenitor-client v0.14.0 |
| 858 | 2026-05-29T17:04:02.584Z | Downloaded libbz2-rs-sys v0.2.2 |
| 859 | 2026-05-29T17:04:02.584Z | Downloaded proc-macro-crate v3.4.0 |
| 860 | 2026-05-29T17:04:02.584Z | Downloaded packed_struct v0.10.1 |
| 861 | 2026-05-29T17:04:02.584Z | Downloaded oxnet v0.1.4 |
| 862 | 2026-05-29T17:04:02.584Z | Downloaded oxide-tokio-rt v0.1.4 |
| 863 | 2026-05-29T17:04:02.588Z | Downloaded pem-rfc7468 v0.7.0 |
| 864 | 2026-05-29T17:04:02.588Z | Downloaded progenitor-client v0.11.2 |
| 865 | 2026-05-29T17:04:02.588Z | Downloaded pem v3.0.6 |
| 866 | 2026-05-29T17:04:02.588Z | Downloaded flate2 v1.1.9 |
| 867 | 2026-05-29T17:04:02.591Z | Downloaded progenitor-macro v0.11.2 |
| 868 | 2026-05-29T17:04:02.591Z | Downloaded psl-types v2.0.11 |
| 869 | 2026-05-29T17:04:02.594Z | Downloaded progenitor-macro v0.13.0 |
| 870 | 2026-05-29T17:04:02.594Z | Downloaded pin-project-lite v0.2.17 |
| 871 | 2026-05-29T17:04:02.597Z | Downloaded rand_chacha v0.3.1 |
| 872 | 2026-05-29T17:04:02.597Z | Downloaded derive_more-impl v2.1.1 |
| 873 | 2026-05-29T17:04:02.599Z | Downloaded pin-project-internal v1.1.11 |
| 874 | 2026-05-29T17:04:02.602Z | Downloaded indexmap v1.9.3 |
| 875 | 2026-05-29T17:04:02.602Z | Downloaded polyval v0.6.2 |
| 876 | 2026-05-29T17:04:02.605Z | Downloaded progenitor-macro v0.14.0 |
| 877 | 2026-05-29T17:04:02.605Z | Downloaded radium v0.7.0 |
| 878 | 2026-05-29T17:04:02.605Z | Downloaded quick-error v1.2.3 |
| 879 | 2026-05-29T17:04:02.608Z | Downloaded pkg-config v0.3.32 |
| 880 | 2026-05-29T17:04:02.608Z | Downloaded parking_lot v0.11.2 |
| 881 | 2026-05-29T17:04:02.608Z | Downloaded owo-colors v4.3.0 |
| 882 | 2026-05-29T17:04:02.611Z | Downloaded pkcs8 v0.10.2 |
| 883 | 2026-05-29T17:04:02.611Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 884 | 2026-05-29T17:04:02.613Z | Downloaded recursive v0.1.1 |
| 885 | 2026-05-29T17:04:02.613Z | Downloaded diesel_derives v2.3.7 |
| 886 | 2026-05-29T17:04:02.616Z | Downloaded ppv-lite86 v0.2.21 |
| 887 | 2026-05-29T17:04:02.619Z | Downloaded heapless v0.8.0 |
| 888 | 2026-05-29T17:04:02.619Z | Downloaded predicates v3.1.4 |
| 889 | 2026-05-29T17:04:02.622Z | Downloaded indicatif v0.18.4 |
| 890 | 2026-05-29T17:04:02.625Z | Downloaded rand_xorshift v0.4.0 |
| 891 | 2026-05-29T17:04:02.625Z | Downloaded crypto-bigint v0.5.5 |
| 892 | 2026-05-29T17:04:02.628Z | Downloaded progenitor v0.14.0 |
| 893 | 2026-05-29T17:04:02.631Z | Downloaded base64 v0.21.7 |
| 894 | 2026-05-29T17:04:02.631Z | Downloaded primeorder v0.13.6 |
| 895 | 2026-05-29T17:04:02.633Z | Downloaded postgres-protocol v0.6.10 |
| 896 | 2026-05-29T17:04:02.633Z | Downloaded parking_lot_core v0.9.12 |
| 897 | 2026-05-29T17:04:02.636Z | Downloaded progenitor-extras v0.2.0 |
| 898 | 2026-05-29T17:04:02.636Z | Downloaded phf v0.13.1 |
| 899 | 2026-05-29T17:04:02.638Z | Downloaded heapless v0.7.17 |
| 900 | 2026-05-29T17:04:02.638Z | Downloaded progenitor v0.11.2 |
| 901 | 2026-05-29T17:04:02.641Z | Downloaded proc-macro-error2 v2.0.1 |
| 902 | 2026-05-29T17:04:02.644Z | Downloaded ref-cast-impl v1.0.25 |
| 903 | 2026-05-29T17:04:02.644Z | Downloaded ref-cast v1.0.25 |
| 904 | 2026-05-29T17:04:02.644Z | Downloaded parking_lot_core v0.8.6 |
| 905 | 2026-05-29T17:04:02.646Z | Downloaded rustc-hash v2.1.1 |
| 906 | 2026-05-29T17:04:02.646Z | Downloaded rfc6979 v0.4.0 |
| 907 | 2026-05-29T17:04:02.649Z | Downloaded parking_lot v0.12.5 |
| 908 | 2026-05-29T17:04:02.649Z | Downloaded progenitor v0.13.0 |
| 909 | 2026-05-29T17:04:02.652Z | Downloaded ed25519-dalek v2.2.0 |
| 910 | 2026-05-29T17:04:02.652Z | Downloaded pkcs5 v0.7.1 |
| 911 | 2026-05-29T17:04:02.655Z | Downloaded peg-macros v0.8.5 |
| 912 | 2026-05-29T17:04:02.657Z | Downloaded pkcs1 v0.7.5 |
| 913 | 2026-05-29T17:04:02.657Z | Downloaded libsw-core v0.3.2 |
| 914 | 2026-05-29T17:04:02.660Z | Downloaded russh-cryptovec v0.7.3 |
| 915 | 2026-05-29T17:04:02.660Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-05-29T17:04:02.660Z | Downloaded hickory-resolver v0.25.2 |
| 917 | 2026-05-29T17:04:02.663Z | Downloaded psm v0.1.30 |
| 918 | 2026-05-29T17:04:02.665Z | Downloaded omicron-zone-package v0.12.2 |
| 919 | 2026-05-29T17:04:02.668Z | Downloaded progenitor-client v0.13.0 |
| 920 | 2026-05-29T17:04:02.668Z | Downloaded memmap2 v0.9.10 |
| 921 | 2026-05-29T17:04:02.668Z | Downloaded phf v0.12.1 |
| 922 | 2026-05-29T17:04:02.671Z | Downloaded jobserver v0.1.34 |
| 923 | 2026-05-29T17:04:02.671Z | Downloaded r2d2 v0.8.10 |
| 924 | 2026-05-29T17:04:02.673Z | Downloaded rand_chacha v0.9.0 |
| 925 | 2026-05-29T17:04:02.674Z | Downloaded oso v0.27.3 |
| 926 | 2026-05-29T17:04:02.677Z | Downloaded der v0.7.10 |
| 927 | 2026-05-29T17:04:02.680Z | Downloaded rand_core v0.10.0 |
| 928 | 2026-05-29T17:04:02.680Z | Downloaded rand_core v0.6.4 |
| 929 | 2026-05-29T17:04:02.680Z | Downloaded postgres-types v0.2.12 |
| 930 | 2026-05-29T17:04:02.682Z | Downloaded miniz_oxide v0.8.9 |
| 931 | 2026-05-29T17:04:02.682Z | Downloaded rustc_version v0.4.1 |
| 932 | 2026-05-29T17:04:02.685Z | Downloaded rand_seeder v0.4.0 |
| 933 | 2026-05-29T17:04:02.685Z | Downloaded rand_core v0.9.5 |
| 934 | 2026-05-29T17:04:02.685Z | Downloaded expectorate v1.2.0 |
| 935 | 2026-05-29T17:04:02.688Z | Downloaded p256 v0.13.2 |
| 936 | 2026-05-29T17:04:02.691Z | Downloaded salsa20 v0.10.2 |
| 937 | 2026-05-29T17:04:02.691Z | Downloaded jiff-static v0.2.21 |
| 938 | 2026-05-29T17:04:02.694Z | Downloaded scheduled-thread-pool v0.2.7 |
| 939 | 2026-05-29T17:04:02.694Z | Downloaded darling_core v0.20.11 |
| 940 | 2026-05-29T17:04:02.698Z | Downloaded scroll_derive v0.13.1 |
| 941 | 2026-05-29T17:04:02.698Z | Downloaded papergrid v0.17.0 |
| 942 | 2026-05-29T17:04:02.700Z | Downloaded scopeguard v1.2.0 |
| 943 | 2026-05-29T17:04:02.700Z | Downloaded oso-derive v0.27.3 |
| 944 | 2026-05-29T17:04:02.700Z | Downloaded multer v3.1.0 |
| 945 | 2026-05-29T17:04:02.704Z | Downloaded same-file v1.0.6 |
| 946 | 2026-05-29T17:04:02.704Z | Downloaded sapling-renderdag v0.1.0 |
| 947 | 2026-05-29T17:04:02.708Z | Downloaded lru-cache v0.1.2 |
| 948 | 2026-05-29T17:04:02.708Z | Downloaded bytes v1.11.1 |
| 949 | 2026-05-29T17:04:02.708Z | Downloaded cancel-safe-futures v0.1.5 |
| 950 | 2026-05-29T17:04:02.711Z | Downloaded foldhash v0.2.0 |
| 951 | 2026-05-29T17:04:02.711Z | Downloaded progenitor-client v0.10.0 |
| 952 | 2026-05-29T17:04:02.711Z | Downloaded aes v0.8.4 |
| 953 | 2026-05-29T17:04:02.714Z | Downloaded rtoolbox v0.0.3 |
| 954 | 2026-05-29T17:04:02.714Z | Downloaded quinn-udp v0.5.14 |
| 955 | 2026-05-29T17:04:02.717Z | Downloaded resolv-conf v0.7.6 |
| 956 | 2026-05-29T17:04:02.717Z | Downloaded scrypt v0.11.0 |
| 957 | 2026-05-29T17:04:02.717Z | Downloaded serde_bytes v0.11.19 |
| 958 | 2026-05-29T17:04:02.720Z | Downloaded derive_more v0.99.20 |
| 959 | 2026-05-29T17:04:02.722Z | Downloaded serde_spanned v1.0.4 |
| 960 | 2026-05-29T17:04:02.722Z | Downloaded serde_repr v0.1.20 |
| 961 | 2026-05-29T17:04:02.725Z | Downloaded serde_plain v1.0.2 |
| 962 | 2026-05-29T17:04:02.725Z | Downloaded serde-big-array v0.5.1 |
| 963 | 2026-05-29T17:04:02.725Z | Downloaded seq-macro v0.3.6 |
| 964 | 2026-05-29T17:04:02.728Z | Downloaded hickory-server v0.25.2 |
| 965 | 2026-05-29T17:04:02.731Z | Downloaded rustc_version v0.1.7 |
| 966 | 2026-05-29T17:04:02.731Z | Downloaded rustls-pemfile v1.0.4 |
| 967 | 2026-05-29T17:04:02.731Z | Downloaded postcard v1.1.3 |
| 968 | 2026-05-29T17:04:02.733Z | Downloaded rustls-pemfile v2.2.0 |
| 969 | 2026-05-29T17:04:02.733Z | Downloaded serde_urlencoded v0.7.1 |
| 970 | 2026-05-29T17:04:02.736Z | Downloaded semver v0.1.20 |
| 971 | 2026-05-29T17:04:02.736Z | Downloaded rustls-native-certs v0.8.3 |
| 972 | 2026-05-29T17:04:02.739Z | Downloaded pin-project v1.1.11 |
| 973 | 2026-05-29T17:04:02.743Z | Downloaded secrecy v0.10.3 |
| 974 | 2026-05-29T17:04:02.746Z | Downloaded crossterm v0.28.1 |
| 975 | 2026-05-29T17:04:02.748Z | Downloaded openssl-sys v0.9.115 |
| 976 | 2026-05-29T17:04:02.751Z | Downloaded secrecy v0.8.0 |
| 977 | 2026-05-29T17:04:02.751Z | Downloaded daft v0.1.7 |
| 978 | 2026-05-29T17:04:02.754Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-05-29T17:04:02.754Z | Downloaded corncobs v0.1.4 |
| 980 | 2026-05-29T17:04:02.756Z | Downloaded signature v2.2.0 |
| 981 | 2026-05-29T17:04:02.757Z | Downloaded siphasher v1.0.2 |
| 982 | 2026-05-29T17:04:02.757Z | Downloaded signal-hook-mio v0.2.5 |
| 983 | 2026-05-29T17:04:02.759Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2026-05-29T17:04:02.759Z | Downloaded const_format_proc_macros v0.2.34 |
| 985 | 2026-05-29T17:04:02.759Z | Downloaded rustversion v1.0.22 |
| 986 | 2026-05-29T17:04:02.762Z | Downloaded prefix-trie v0.7.0 |
| 987 | 2026-05-29T17:04:02.766Z | Downloaded argon2 v0.5.3 |
| 988 | 2026-05-29T17:04:02.766Z | Downloaded filetime v0.2.27 |
| 989 | 2026-05-29T17:04:02.766Z | Downloaded ff v0.13.1 |
| 990 | 2026-05-29T17:04:02.769Z | Downloaded ena v0.14.4 |
| 991 | 2026-05-29T17:04:02.769Z | Downloaded data-encoding v2.10.0 |
| 992 | 2026-05-29T17:04:02.769Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-05-29T17:04:02.769Z | Downloaded ctr v0.9.2 |
| 994 | 2026-05-29T17:04:02.772Z | Downloaded slog-envlogger v2.2.0 |
| 995 | 2026-05-29T17:04:02.772Z | Downloaded slog-bunyan v2.5.0 |
| 996 | 2026-05-29T17:04:02.774Z | Downloaded camino-tempfile-ext v0.3.3 |
| 997 | 2026-05-29T17:04:02.774Z | Downloaded sigpipe v0.1.3 |
| 998 | 2026-05-29T17:04:02.774Z | Downloaded constant_time_eq v0.4.2 |
| 999 | 2026-05-29T17:04:02.777Z | Downloaded blowfish v0.9.1 |
| 1000 | 2026-05-29T17:04:02.777Z | Downloaded scroll v0.13.0 |
| 1001 | 2026-05-29T17:04:02.777Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2026-05-29T17:04:02.780Z | Downloaded hashbrown v0.12.3 |
| 1003 | 2026-05-29T17:04:02.783Z | Downloaded progenitor-impl v0.14.0 |
| 1004 | 2026-05-29T17:04:02.785Z | Downloaded progenitor-impl v0.13.0 |
| 1005 | 2026-05-29T17:04:02.785Z | Downloaded progenitor-impl v0.11.2 |
| 1006 | 2026-05-29T17:04:02.788Z | Downloaded base64ct v1.8.3 |
| 1007 | 2026-05-29T17:04:02.788Z | Downloaded futures-executor v0.3.32 |
| 1008 | 2026-05-29T17:04:02.791Z | Downloaded ecdsa v0.16.9 |
| 1009 | 2026-05-29T17:04:02.791Z | Downloaded cfg_aliases v0.2.1 |
| 1010 | 2026-05-29T17:04:02.791Z | Downloaded dof v0.4.0 |
| 1011 | 2026-05-29T17:04:02.793Z | Downloaded serde-hex v0.1.0 |
| 1012 | 2026-05-29T17:04:02.793Z | Downloaded sec1 v0.7.3 |
| 1013 | 2026-05-29T17:04:02.797Z | Downloaded sha1 v0.10.6 |
| 1014 | 2026-05-29T17:04:02.800Z | Downloaded serde_path_to_error v0.1.20 |
| 1015 | 2026-05-29T17:04:02.800Z | Downloaded hickory-resolver v0.24.4 |
| 1016 | 2026-05-29T17:04:02.804Z | Downloaded serde_derive_internals v0.29.1 |
| 1017 | 2026-05-29T17:04:02.808Z | Downloaded ssh-cipher v0.2.0 |
| 1018 | 2026-05-29T17:04:02.811Z | Downloaded shlex v1.3.0 |
| 1019 | 2026-05-29T17:04:02.818Z | Downloaded http v1.4.0 |
| 1020 | 2026-05-29T17:04:02.821Z | Downloaded serde_with_macros v1.5.2 |
| 1021 | 2026-05-29T17:04:02.821Z | Downloaded rusty-fork v0.3.1 |
| 1022 | 2026-05-29T17:04:02.824Z | Downloaded sqlparser_derive v0.5.0 |
| 1023 | 2026-05-29T17:04:02.824Z | Downloaded signal-hook-registry v1.4.8 |
| 1024 | 2026-05-29T17:04:02.824Z | Downloaded rustls-pki-types v1.14.0 |
| 1025 | 2026-05-29T17:04:02.827Z | Downloaded structmeta v0.3.0 |
| 1026 | 2026-05-29T17:04:02.827Z | Downloaded prettyplease v0.2.37 |
| 1027 | 2026-05-29T17:04:02.837Z | Downloaded structmeta-derive v0.3.0 |
| 1028 | 2026-05-29T17:04:02.840Z | Downloaded slog-scope v4.4.1 |
| 1029 | 2026-05-29T17:04:02.840Z | Downloaded sync_wrapper v1.0.2 |
| 1030 | 2026-05-29T17:04:02.840Z | Downloaded simd-adler32 v0.3.8 |
| 1031 | 2026-05-29T17:04:02.842Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-29T17:04:02.843Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-29T17:04:02.843Z | Downloaded tap v1.0.1 |
| 1034 | 2026-05-29T17:04:02.846Z | Downloaded take_mut v0.2.2 |
| 1035 | 2026-05-29T17:04:02.846Z | Downloaded strum v0.26.3 |
| 1036 | 2026-05-29T17:04:02.846Z | Downloaded strsim v0.10.0 |
| 1037 | 2026-05-29T17:04:02.846Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1038 | 2026-05-29T17:04:02.851Z | Downloaded slab v0.4.12 |
| 1039 | 2026-05-29T17:04:02.851Z | Downloaded itertools v0.10.5 |
| 1040 | 2026-05-29T17:04:02.854Z | Downloaded sct v0.7.1 |
| 1041 | 2026-05-29T17:04:02.854Z | Downloaded subtle v2.6.1 |
| 1042 | 2026-05-29T17:04:02.854Z | Downloaded strum v0.27.2 |
| 1043 | 2026-05-29T17:04:02.857Z | Downloaded slog-term v2.9.2 |
| 1044 | 2026-05-29T17:04:02.858Z | Downloaded tabled_derive v0.11.0 |
| 1045 | 2026-05-29T17:04:02.858Z | Downloaded slog-dtrace v0.3.0 |
| 1046 | 2026-05-29T17:04:02.861Z | Downloaded slog-json v2.6.1 |
| 1047 | 2026-05-29T17:04:02.861Z | Downloaded smf v0.2.3 |
| 1048 | 2026-05-29T17:04:02.861Z | Downloaded hyper-util v0.1.20 |
| 1049 | 2026-05-29T17:04:02.864Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1050 | 2026-05-29T17:04:02.867Z | Downloaded slog-async v2.8.0 |
| 1051 | 2026-05-29T17:04:02.867Z | Downloaded snafu-derive v0.8.9 |
| 1052 | 2026-05-29T17:04:02.867Z | Downloaded smallvec v0.6.14 |
| 1053 | 2026-05-29T17:04:02.872Z | Downloaded spki v0.7.3 |
| 1054 | 2026-05-29T17:04:02.872Z | Downloaded slog-stdlog v4.1.1 |
| 1055 | 2026-05-29T17:04:02.872Z | Downloaded minimal-lexical v0.2.1 |
| 1056 | 2026-05-29T17:04:02.875Z | Downloaded termtree v0.5.1 |
| 1057 | 2026-05-29T17:04:02.875Z | Downloaded russh-keys v0.45.0 |
| 1058 | 2026-05-29T17:04:02.877Z | Downloaded serde_cbor v0.11.2 |
| 1059 | 2026-05-29T17:04:02.878Z | Downloaded tagptr v0.2.0 |
| 1060 | 2026-05-29T17:04:02.878Z | Downloaded tabwriter v1.4.1 |
| 1061 | 2026-05-29T17:04:02.880Z | Downloaded tinyvec_macros v0.1.1 |
| 1062 | 2026-05-29T17:04:02.883Z | Downloaded static_assertions v1.1.0 |
| 1063 | 2026-05-29T17:04:02.886Z | Downloaded stacker v0.1.23 |
| 1064 | 2026-05-29T17:04:02.886Z | Downloaded serde_with_macros v3.17.0 |
| 1065 | 2026-05-29T17:04:02.889Z | Downloaded sqlformat v0.3.5 |
| 1066 | 2026-05-29T17:04:02.892Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1067 | 2026-05-29T17:04:02.892Z | Downloaded thread-id v5.1.0 |
| 1068 | 2026-05-29T17:04:02.895Z | Downloaded testing_table v0.3.0 |
| 1069 | 2026-05-29T17:04:02.895Z | Downloaded ssh-encoding v0.2.0 |
| 1070 | 2026-05-29T17:04:02.895Z | Downloaded time-core v0.1.8 |
| 1071 | 2026-05-29T17:04:02.898Z | Downloaded mio v1.2.0 |
| 1072 | 2026-05-29T17:04:02.901Z | Downloaded ryu v1.0.23 |
| 1073 | 2026-05-29T17:04:02.904Z | Downloaded ron v0.8.1 |
| 1074 | 2026-05-29T17:04:02.907Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-05-29T17:04:02.910Z | Downloaded stringprep v0.1.5 |
| 1076 | 2026-05-29T17:04:02.910Z | Downloaded string_cache v0.8.9 |
| 1077 | 2026-05-29T17:04:02.910Z | Downloaded schemars v0.8.22 |
| 1078 | 2026-05-29T17:04:02.916Z | Downloaded tokio-macros v2.7.0 |
| 1079 | 2026-05-29T17:04:02.919Z | Downloaded strum_macros v0.26.4 |
| 1080 | 2026-05-29T17:04:02.919Z | Downloaded nom v7.1.3 |
| 1081 | 2026-05-29T17:04:02.922Z | Downloaded publicsuffix v2.3.0 |
| 1082 | 2026-05-29T17:04:02.925Z | Downloaded rayon-core v1.13.0 |
| 1083 | 2026-05-29T17:04:02.928Z | Downloaded quinn v0.11.9 |
| 1084 | 2026-05-29T17:04:02.928Z | Downloaded aws-lc-rs v1.16.3 |
| 1085 | 2026-05-29T17:04:02.933Z | Downloaded termios v0.3.3 |
| 1086 | 2026-05-29T17:04:02.936Z | Downloaded qorb v0.4.1 |
| 1087 | 2026-05-29T17:04:02.946Z | Downloaded thiserror-no-std v2.0.2 |
| 1088 | 2026-05-29T17:04:02.951Z | Downloaded hashbrown v0.16.1 |
| 1089 | 2026-05-29T17:04:02.955Z | Downloaded tower-layer v0.3.3 |
| 1090 | 2026-05-29T17:04:02.958Z | Downloaded signal-hook v0.3.18 |
| 1091 | 2026-05-29T17:04:02.958Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1092 | 2026-05-29T17:04:02.960Z | Downloaded try-lock v0.2.5 |
| 1093 | 2026-05-29T17:04:02.961Z | Downloaded rcgen v0.12.1 |
| 1094 | 2026-05-29T17:04:02.963Z | Downloaded futures-util v0.3.32 |
| 1095 | 2026-05-29T17:04:02.969Z | Downloaded tower-service v0.3.3 |
| 1096 | 2026-05-29T17:04:02.971Z | Downloaded aho-corasick v1.1.4 |
| 1097 | 2026-05-29T17:04:02.974Z | Downloaded unicode-truncate v1.1.0 |
| 1098 | 2026-05-29T17:04:02.974Z | Downloaded tls_codec_derive v0.4.2 |
| 1099 | 2026-05-29T17:04:02.977Z | Downloaded slog v2.8.2 |
| 1100 | 2026-05-29T17:04:02.980Z | Downloaded num-bigint-dig v0.8.6 |
| 1101 | 2026-05-29T17:04:02.980Z | Downloaded tokio-rustls v0.25.0 |
| 1102 | 2026-05-29T17:04:02.983Z | Downloaded tokio-native-tls v0.3.1 |
| 1103 | 2026-05-29T17:04:02.983Z | Downloaded support-bundle-viewer v0.1.2 |
| 1104 | 2026-05-29T17:04:02.984Z | Downloaded strum_macros v0.27.2 |
| 1105 | 2026-05-29T17:04:02.986Z | Downloaded unit-prefix v0.5.2 |
| 1106 | 2026-05-29T17:04:02.986Z | Downloaded typify-macro v0.4.3 |
| 1107 | 2026-05-29T17:04:02.986Z | Downloaded untrusted v0.9.0 |
| 1108 | 2026-05-29T17:04:02.989Z | Downloaded iri-string v0.7.10 |
| 1109 | 2026-05-29T17:04:02.993Z | Downloaded tokio-tungstenite v0.21.0 |
| 1110 | 2026-05-29T17:04:02.996Z | Downloaded typify-macro v0.6.2 |
| 1111 | 2026-05-29T17:04:02.996Z | Downloaded itertools v0.12.1 |
| 1112 | 2026-05-29T17:04:02.999Z | Downloaded unarray v0.1.4 |
| 1113 | 2026-05-29T17:04:02.999Z | Downloaded rsa v0.9.10 |
| 1114 | 2026-05-29T17:04:03.003Z | Downloaded tokio-tungstenite v0.23.1 |
| 1115 | 2026-05-29T17:04:03.006Z | Downloaded term v1.2.1 |
| 1116 | 2026-05-29T17:04:03.006Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1117 | 2026-05-29T17:04:03.006Z | Downloaded thread_local v1.1.9 |
| 1118 | 2026-05-29T17:04:03.009Z | Downloaded socket2 v0.6.3 |
| 1119 | 2026-05-29T17:04:03.009Z | Downloaded term v0.7.0 |
| 1120 | 2026-05-29T17:04:03.013Z | Downloaded crossterm v0.29.0 |
| 1121 | 2026-05-29T17:04:03.016Z | Downloaded utf-8 v0.7.6 |
| 1122 | 2026-05-29T17:04:03.016Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1123 | 2026-05-29T17:04:03.016Z | Downloaded usdt-macro v0.6.0 |
| 1124 | 2026-05-29T17:04:03.016Z | Downloaded usdt-attr-macro v0.6.0 |
| 1125 | 2026-05-29T17:04:03.019Z | Downloaded rand v0.8.6 |
| 1126 | 2026-05-29T17:04:03.019Z | Downloaded num-bigint v0.4.6 |
| 1127 | 2026-05-29T17:04:03.022Z | Downloaded want v0.3.1 |
| 1128 | 2026-05-29T17:04:03.022Z | Downloaded h2 v0.4.13 |
| 1129 | 2026-05-29T17:04:03.025Z | Downloaded hashbrown v0.15.5 |
| 1130 | 2026-05-29T17:04:03.029Z | Downloaded spin v0.9.8 |
| 1131 | 2026-05-29T17:04:03.032Z | Downloaded rustls-webpki v0.103.9 |
| 1132 | 2026-05-29T17:04:03.036Z | Downloaded usdt v0.6.0 |
| 1133 | 2026-05-29T17:04:03.036Z | Downloaded void v1.0.2 |
| 1134 | 2026-05-29T17:04:03.036Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-29T17:04:03.036Z | Downloaded tiny-keccak v2.0.2 |
| 1136 | 2026-05-29T17:04:03.040Z | Downloaded pretty_assertions v1.4.1 |
| 1137 | 2026-05-29T17:04:03.040Z | Downloaded hkdf v0.12.4 |
| 1138 | 2026-05-29T17:04:03.040Z | Downloaded rand v0.9.2 |
| 1139 | 2026-05-29T17:04:03.043Z | Downloaded untrusted v0.7.1 |
| 1140 | 2026-05-29T17:04:03.043Z | Downloaded universal-hash v0.5.1 |
| 1141 | 2026-05-29T17:04:03.043Z | Downloaded tls_codec v0.4.2 |
| 1142 | 2026-05-29T17:04:03.043Z | Downloaded tokio-rustls v0.26.4 |
| 1143 | 2026-05-29T17:04:03.046Z | Downloaded tokio-rustls v0.24.1 |
| 1144 | 2026-05-29T17:04:03.046Z | Downloaded tokio-dtrace v0.1.1 |
| 1145 | 2026-05-29T17:04:03.049Z | Downloaded waitgroup v0.1.2 |
| 1146 | 2026-05-29T17:04:03.049Z | Downloaded wait-timeout v0.2.1 |
| 1147 | 2026-05-29T17:04:03.050Z | Downloaded schemars v0.9.0 |
| 1148 | 2026-05-29T17:04:03.056Z | Downloaded schemars v1.2.1 |
| 1149 | 2026-05-29T17:04:03.062Z | Downloaded usdt-impl v0.6.0 |
| 1150 | 2026-05-29T17:04:03.066Z | Downloaded unicase v2.9.0 |
| 1151 | 2026-05-29T17:04:03.066Z | Downloaded hyper v1.8.1 |
| 1152 | 2026-05-29T17:04:03.071Z | Downloaded vsss-rs v3.3.4 |
| 1153 | 2026-05-29T17:04:03.074Z | Downloaded test-strategy v0.4.5 |
| 1154 | 2026-05-29T17:04:03.074Z | Downloaded itertools v0.14.0 |
| 1155 | 2026-05-29T17:04:03.077Z | Downloaded xattr v1.6.1 |
| 1156 | 2026-05-29T17:04:03.077Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1157 | 2026-05-29T17:04:03.080Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1158 | 2026-05-29T17:04:03.080Z | Downloaded zeroize_derive v1.4.3 |
| 1159 | 2026-05-29T17:04:03.080Z | Downloaded libm v0.2.16 |
| 1160 | 2026-05-29T17:04:03.086Z | Downloaded zone_cfg_derive v0.3.1 |
| 1161 | 2026-05-29T17:04:03.089Z | Downloaded socket2 v0.5.10 |
| 1162 | 2026-05-29T17:04:03.089Z | Downloaded itertools v0.13.0 |
| 1163 | 2026-05-29T17:04:03.092Z | Downloaded walkdir v2.5.0 |
| 1164 | 2026-05-29T17:04:03.095Z | Downloaded samael v0.0.19 |
| 1165 | 2026-05-29T17:04:03.098Z | Downloaded xshell-macros v0.2.7 |
| 1166 | 2026-05-29T17:04:03.098Z | Downloaded tinyvec v1.10.0 |
| 1167 | 2026-05-29T17:04:03.098Z | Downloaded vergen-gitcl v1.0.8 |
| 1168 | 2026-05-29T17:04:03.101Z | Downloaded blake3 v1.8.3 |
| 1169 | 2026-05-29T17:04:03.104Z | Downloaded whoami v2.1.0 |
| 1170 | 2026-05-29T17:04:03.106Z | Downloaded vergen-lib v9.1.0 |
| 1171 | 2026-05-29T17:04:03.107Z | Downloaded p521 v0.13.3 |
| 1172 | 2026-05-29T17:04:03.110Z | Downloaded zone v0.3.1 |
| 1173 | 2026-05-29T17:04:03.110Z | Downloaded vergen-lib v0.1.6 |
| 1174 | 2026-05-29T17:04:03.110Z | Downloaded vergen-git2 v9.1.0 |
| 1175 | 2026-05-29T17:04:03.113Z | Downloaded time-macros v0.2.27 |
| 1176 | 2026-05-29T17:04:03.113Z | Downloaded similar v2.7.0 |
| 1177 | 2026-05-29T17:04:03.116Z | Downloaded subprocess v0.2.15 |
| 1178 | 2026-05-29T17:04:03.119Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1179 | 2026-05-29T17:04:03.119Z | Downloaded whoami v1.6.1 |
| 1180 | 2026-05-29T17:04:03.119Z | Downloaded wyz v0.5.1 |
| 1181 | 2026-05-29T17:04:03.122Z | Downloaded tar v0.4.45 |
| 1182 | 2026-05-29T17:04:03.122Z | Downloaded snafu v0.8.9 |
| 1183 | 2026-05-29T17:04:03.125Z | Downloaded toml v0.7.8 |
| 1184 | 2026-05-29T17:04:03.129Z | Downloaded russh v0.45.0 |
| 1185 | 2026-05-29T17:04:03.132Z | Downloaded iddqd v0.4.2 |
| 1186 | 2026-05-29T17:04:03.136Z | Downloaded xshell v0.2.7 |
| 1187 | 2026-05-29T17:04:03.139Z | Downloaded uzers v0.12.2 |
| 1188 | 2026-05-29T17:04:03.139Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1189 | 2026-05-29T17:04:03.139Z | Downloaded bindgen v0.71.1 |
| 1190 | 2026-05-29T17:04:03.144Z | Downloaded libxml v0.3.3 |
| 1191 | 2026-05-29T17:04:03.147Z | Downloaded zeroize v1.8.2 |
| 1192 | 2026-05-29T17:04:03.150Z | Downloaded vergen v9.1.0 |
| 1193 | 2026-05-29T17:04:03.150Z | Downloaded tracing-attributes v0.1.31 |
| 1194 | 2026-05-29T17:04:03.153Z | Downloaded trait-variant v0.1.2 |
| 1195 | 2026-05-29T17:04:03.153Z | Downloaded topological-sort v0.2.2 |
| 1196 | 2026-05-29T17:04:03.153Z | Downloaded tracing-core v0.1.36 |
| 1197 | 2026-05-29T17:04:03.156Z | Downloaded rand v0.10.0 |
| 1198 | 2026-05-29T17:04:03.156Z | Downloaded steno v0.4.1 |
| 1199 | 2026-05-29T17:04:03.159Z | Downloaded tungstenite v0.21.0 |
| 1200 | 2026-05-29T17:04:03.162Z | Downloaded tungstenite v0.23.0 |
| 1201 | 2026-05-29T17:04:03.165Z | Downloaded typify v0.4.3 |
| 1202 | 2026-05-29T17:04:03.165Z | Downloaded typify v0.6.2 |
| 1203 | 2026-05-29T17:04:03.168Z | Downloaded tokio-stream v0.1.18 |
| 1204 | 2026-05-29T17:04:03.171Z | Downloaded unicode-bidi v0.3.18 |
| 1205 | 2026-05-29T17:04:03.174Z | Downloaded unicode-properties v0.1.4 |
| 1206 | 2026-05-29T17:04:03.174Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1207 | 2026-05-29T17:04:03.183Z | Downloaded zerocopy v0.6.6 |
| 1208 | 2026-05-29T17:04:03.186Z | Downloaded bitvec v1.0.1 |
| 1209 | 2026-05-29T17:04:03.192Z | Downloaded yasna v0.5.2 |
| 1210 | 2026-05-29T17:04:03.197Z | Downloaded vte v0.14.1 |
| 1211 | 2026-05-29T17:04:03.201Z | Downloaded zstd-safe v7.2.4 |
| 1212 | 2026-05-29T17:04:03.204Z | Downloaded twox-hash v2.1.2 |
| 1213 | 2026-05-29T17:04:03.204Z | Downloaded zstd v0.13.3 |
| 1214 | 2026-05-29T17:04:03.204Z | Downloaded rustyline v14.0.0 |
| 1215 | 2026-05-29T17:04:03.207Z | Downloaded tokio-postgres v0.7.16 |
| 1216 | 2026-05-29T17:04:03.210Z | Downloaded regex v1.12.3 |
| 1217 | 2026-05-29T17:04:03.217Z | Downloaded unsafe-libyaml v0.2.11 |
| 1218 | 2026-05-29T17:04:03.229Z | Downloaded uuid v1.23.0 |
| 1219 | 2026-05-29T17:04:03.237Z | Downloaded toml_edit v0.19.15 |
| 1220 | 2026-05-29T17:04:03.245Z | Downloaded zopfli v0.8.3 |
| 1221 | 2026-05-29T17:04:03.249Z | Downloaded serde_with v1.14.0 |
| 1222 | 2026-05-29T17:04:03.252Z | Downloaded rpassword v7.4.0 |
| 1223 | 2026-05-29T17:04:03.252Z | Downloaded reedline v0.40.0 |
| 1224 | 2026-05-29T17:04:03.256Z | Downloaded unicode_categories v0.1.1 |
| 1225 | 2026-05-29T17:04:03.259Z | Downloaded p384 v0.13.1 |
| 1226 | 2026-05-29T17:04:03.261Z | Downloaded reqwest v0.13.2 |
| 1227 | 2026-05-29T17:04:03.268Z | Downloaded yansi v1.0.1 |
| 1228 | 2026-05-29T17:04:03.278Z | Downloaded zip v0.6.6 |
| 1229 | 2026-05-29T17:04:03.281Z | Downloaded unicode-segmentation v1.12.0 |
| 1230 | 2026-05-29T17:04:03.284Z | Downloaded ssh-key v0.6.7 |
| 1231 | 2026-05-29T17:04:03.292Z | Downloaded goblin v0.10.5 |
| 1232 | 2026-05-29T17:04:03.297Z | Downloaded rustls-webpki v0.101.7 |
| 1233 | 2026-05-29T17:04:03.304Z | Downloaded rayon v1.11.0 |
| 1234 | 2026-05-29T17:04:03.309Z | Downloaded petname v2.0.2 |
| 1235 | 2026-05-29T17:04:03.312Z | Downloaded reqwest v0.12.28 |
| 1236 | 2026-05-29T17:04:03.316Z | Downloaded quick-xml v0.37.5 |
| 1237 | 2026-05-29T17:04:03.319Z | Downloaded lalrpop v0.19.12 |
| 1238 | 2026-05-29T17:04:03.325Z | Downloaded portable-atomic v1.13.1 |
| 1239 | 2026-05-29T17:04:03.330Z | Downloaded typed-path v0.9.3 |
| 1240 | 2026-05-29T17:04:03.333Z | Downloaded tower v0.5.3 |
| 1241 | 2026-05-29T17:04:03.340Z | Downloaded unicode-normalization v0.1.25 |
| 1242 | 2026-05-29T17:04:03.343Z | Downloaded tokio-util v0.7.18 |
| 1243 | 2026-05-29T17:04:03.345Z | Downloaded salty v0.3.0 |
| 1244 | 2026-05-29T17:04:03.348Z | Downloaded serde_with v3.17.0 |
| 1245 | 2026-05-29T17:04:03.355Z | Downloaded x509-cert v0.2.5 |
| 1246 | 2026-05-29T17:04:03.358Z | Downloaded zerocopy-derive v0.8.40 |
| 1247 | 2026-05-29T17:04:03.364Z | Downloaded zip v4.6.1 |
| 1248 | 2026-05-29T17:04:03.367Z | Downloaded git2 v0.20.4 |
| 1249 | 2026-05-29T17:04:03.370Z | Downloaded moka v0.12.13 |
| 1250 | 2026-05-29T17:04:03.375Z | Downloaded chrono v0.4.44 |
| 1251 | 2026-05-29T17:04:03.380Z | Downloaded object v0.30.4 |
| 1252 | 2026-05-29T17:04:03.393Z | Downloaded radix_trie v0.2.1 |
| 1253 | 2026-05-29T17:04:03.403Z | Downloaded tower-http v0.6.8 |
| 1254 | 2026-05-29T17:04:03.407Z | Downloaded winnow v0.6.26 |
| 1255 | 2026-05-29T17:04:03.416Z | Downloaded tough v0.22.0 |
| 1256 | 2026-05-29T17:04:03.421Z | Downloaded proptest v1.11.0 |
| 1257 | 2026-05-29T17:04:03.426Z | Downloaded nix v0.27.1 |
| 1258 | 2026-05-29T17:04:03.438Z | Downloaded rustls-webpki v0.102.8 |
| 1259 | 2026-05-29T17:04:03.451Z | Downloaded tabled v0.20.0 |
| 1260 | 2026-05-29T17:04:03.463Z | Downloaded quinn-proto v0.11.13 |
| 1261 | 2026-05-29T17:04:03.468Z | Downloaded curve25519-dalek v4.1.3 |
| 1262 | 2026-05-29T17:04:03.473Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-05-29T17:04:03.477Z | Downloaded bstr v1.12.1 |
| 1264 | 2026-05-29T17:04:03.481Z | Downloaded polar-core v0.27.3 |
| 1265 | 2026-05-29T17:04:03.486Z | Downloaded vcpkg v0.2.15 |
| 1266 | 2026-05-29T17:04:03.508Z | Downloaded zlib-rs v0.6.2 |
| 1267 | 2026-05-29T17:04:03.511Z | Downloaded winnow v0.5.40 |
| 1268 | 2026-05-29T17:04:03.515Z | Downloaded object v0.37.3 |
| 1269 | 2026-05-29T17:04:03.521Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-05-29T17:04:03.531Z | Downloaded regress v0.11.1 |
| 1271 | 2026-05-29T17:04:03.536Z | Downloaded zerocopy v0.8.40 |
| 1272 | 2026-05-29T17:04:03.541Z | Downloaded openssl v0.10.79 |
| 1273 | 2026-05-29T17:04:03.547Z | Downloaded rustls v0.21.12 |
| 1274 | 2026-05-29T17:04:03.555Z | Downloaded nix v0.28.0 |
| 1275 | 2026-05-29T17:04:03.564Z | Downloaded time v0.3.47 |
| 1276 | 2026-05-29T17:04:03.568Z | Downloaded dropshot v0.17.0 |
| 1277 | 2026-05-29T17:04:03.580Z | Downloaded smoltcp v0.9.1 |
| 1278 | 2026-05-29T17:04:03.594Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1279 | 2026-05-29T17:04:03.600Z | Downloaded sqlparser v0.61.0 |
| 1280 | 2026-05-29T17:04:03.608Z | Downloaded webpki-roots v1.0.6 |
| 1281 | 2026-05-29T17:04:03.620Z | Downloaded typify-impl v0.6.2 |
| 1282 | 2026-05-29T17:04:03.627Z | Downloaded openapiv3 v2.2.0 |
| 1283 | 2026-05-29T17:04:03.633Z | Downloaded typify-impl v0.4.3 |
| 1284 | 2026-05-29T17:04:03.642Z | Downloaded smoltcp v0.11.0 |
| 1285 | 2026-05-29T17:04:03.649Z | Downloaded zerocopy-derive v0.6.6 |
| 1286 | 2026-05-29T17:04:03.655Z | Downloaded rustls v0.23.37 |
| 1287 | 2026-05-29T17:04:03.663Z | Downloaded hickory-proto v0.25.2 |
| 1288 | 2026-05-29T17:04:03.670Z | Downloaded rustix v0.38.44 |
| 1289 | 2026-05-29T17:04:03.682Z | Downloaded regex-syntax v0.8.10 |
| 1290 | 2026-05-29T17:04:03.687Z | Downloaded chrono-tz v0.10.4 |
| 1291 | 2026-05-29T17:04:03.696Z | Downloaded diesel v2.3.7 |
| 1292 | 2026-05-29T17:04:03.707Z | Downloaded csv v1.4.0 |
| 1293 | 2026-05-29T17:04:03.718Z | Downloaded rustls v0.22.4 |
| 1294 | 2026-05-29T17:04:03.725Z | Downloaded regress v0.10.5 |
| 1295 | 2026-05-29T17:04:03.730Z | Downloaded nix v0.31.2 |
| 1296 | 2026-05-29T17:04:03.747Z | Downloaded sled v0.34.7 |
| 1297 | 2026-05-29T17:04:03.755Z | Downloaded libz-sys v1.1.24 |
| 1298 | 2026-05-29T17:04:03.768Z | Downloaded ratatui v0.29.0 |
| 1299 | 2026-05-29T17:04:03.779Z | Downloaded tokio v1.52.1 |
| 1300 | 2026-05-29T17:04:03.801Z | Downloaded tracing v0.1.44 |
| 1301 | 2026-05-29T17:04:03.825Z | Downloaded regex-automata v0.4.14 |
| 1302 | 2026-05-29T17:04:03.850Z | Downloaded petgraph v0.6.5 |
| 1303 | 2026-05-29T17:04:03.871Z | Downloaded jiff v0.2.21 |
| 1304 | 2026-05-29T17:04:03.883Z | Downloaded petgraph v0.8.3 |
| 1305 | 2026-05-29T17:04:03.898Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1306 | 2026-05-29T17:04:03.937Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1307 | 2026-05-29T17:04:03.947Z | Downloaded sha3 v0.10.8 |
| 1308 | 2026-05-29T17:04:03.986Z | Downloaded encoding_rs v0.8.35 |
| 1309 | 2026-05-29T17:04:03.999Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-29T17:04:04.393Z | Downloaded aws-lc-sys v0.40.0 |
| 1311 | 2026-05-29T17:04:04.645Z | Compiling libc v0.2.185 |
| 1312 | 2026-05-29T17:04:04.645Z | Compiling serde v1.0.228 |
| 1313 | 2026-05-29T17:04:04.649Z | Compiling log v0.4.29 |
| 1314 | 2026-05-29T17:04:04.649Z | Compiling find-msvc-tools v0.1.9 |
| 1315 | 2026-05-29T17:04:04.795Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-29T17:04:04.799Z | Compiling smallvec v1.15.1 |
| 1317 | 2026-05-29T17:04:04.818Z | Compiling syn v2.0.117 |
| 1318 | 2026-05-29T17:04:04.832Z | Compiling typenum v1.19.0 |
| 1319 | 2026-05-29T17:04:04.990Z | Compiling generic-array v0.14.7 |
| 1320 | 2026-05-29T17:04:05.019Z | Compiling subtle v2.6.1 |
| 1321 | 2026-05-29T17:04:05.022Z | Compiling scopeguard v1.2.0 |
| 1322 | 2026-05-29T17:04:05.070Z | Compiling const-oid v0.9.6 |
| 1323 | 2026-05-29T17:04:05.126Z | Compiling lock_api v0.4.14 |
| 1324 | 2026-05-29T17:04:05.139Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-29T17:04:05.206Z | Compiling zerocopy v0.8.40 |
| 1326 | 2026-05-29T17:04:05.247Z | Compiling parking_lot_core v0.9.12 |
| 1327 | 2026-05-29T17:04:05.355Z | Compiling portable-atomic v1.13.1 |
| 1328 | 2026-05-29T17:04:05.493Z | Compiling pin-project-lite v0.2.17 |
| 1329 | 2026-05-29T17:04:05.604Z | Compiling pkg-config v0.3.32 |
| 1330 | 2026-05-29T17:04:05.664Z | Compiling getrandom v0.2.17 |
| 1331 | 2026-05-29T17:04:05.705Z | Compiling jobserver v0.1.34 |
| 1332 | 2026-05-29T17:04:05.800Z | Compiling rand_core v0.6.4 |
| 1333 | 2026-05-29T17:04:05.815Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-29T17:04:05.887Z | Compiling cc v1.2.56 |
| 1335 | 2026-05-29T17:04:05.957Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-29T17:04:06.077Z | Compiling bitflags v2.11.0 |
| 1337 | 2026-05-29T17:04:06.145Z | Compiling futures-core v0.3.32 |
| 1338 | 2026-05-29T17:04:06.221Z | Compiling libm v0.2.16 |
| 1339 | 2026-05-29T17:04:06.291Z | Compiling critical-section v1.2.0 |
| 1340 | 2026-05-29T17:04:06.305Z | Compiling parking_lot v0.12.5 |
| 1341 | 2026-05-29T17:04:06.335Z | Compiling mio v1.2.0 |
| 1342 | 2026-05-29T17:04:06.376Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-29T17:04:06.397Z | Compiling num-traits v0.2.19 |
| 1344 | 2026-05-29T17:04:06.473Z | Compiling percent-encoding v2.3.2 |
| 1345 | 2026-05-29T17:04:06.590Z | Compiling socket2 v0.6.3 |
| 1346 | 2026-05-29T17:04:06.655Z | Compiling futures-sink v0.3.32 |
| 1347 | 2026-05-29T17:04:06.668Z | Compiling slab v0.4.12 |
| 1348 | 2026-05-29T17:04:06.739Z | Compiling cpufeatures v0.2.17 |
| 1349 | 2026-05-29T17:04:06.754Z | Compiling futures-channel v0.3.32 |
| 1350 | 2026-05-29T17:04:06.783Z | Compiling getrandom v0.4.1 |
| 1351 | 2026-05-29T17:04:06.808Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-29T17:04:06.837Z | Compiling futures-io v0.3.32 |
| 1353 | 2026-05-29T17:04:06.973Z | Compiling rand_core v0.10.0 |
| 1354 | 2026-05-29T17:04:06.973Z | Compiling indexmap v2.14.0 |
| 1355 | 2026-05-29T17:04:06.999Z | Compiling getrandom v0.3.4 |
| 1356 | 2026-05-29T17:04:07.012Z | Compiling rustversion v1.0.22 |
| 1357 | 2026-05-29T17:04:07.137Z | Compiling form_urlencoded v1.2.2 |
| 1358 | 2026-05-29T17:04:07.338Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-29T17:04:07.395Z | Compiling fs_extra v1.3.0 |
| 1360 | 2026-05-29T17:04:07.414Z | Compiling dunce v1.0.5 |
| 1361 | 2026-05-29T17:04:07.616Z | Compiling synstructure v0.13.2 |
| 1362 | 2026-05-29T17:04:07.632Z | Compiling base64ct v1.8.3 |
| 1363 | 2026-05-29T17:04:07.657Z | Compiling ident_case v1.0.1 |
| 1364 | 2026-05-29T17:04:07.731Z | Compiling aws-lc-sys v0.40.0 |
| 1365 | 2026-05-29T17:04:07.775Z | Compiling flagset v0.4.7 |
| 1366 | 2026-05-29T17:04:07.918Z | Compiling pem-rfc7468 v0.7.0 |
| 1367 | 2026-05-29T17:04:07.922Z | Compiling regex-syntax v0.8.10 |
| 1368 | 2026-05-29T17:04:07.922Z | Compiling rustix v1.1.3 |
| 1369 | 2026-05-29T17:04:07.951Z | Compiling iana-time-zone v0.1.65 |
| 1370 | 2026-05-29T17:04:08.073Z | Compiling rand_core v0.9.5 |
| 1371 | 2026-05-29T17:04:08.142Z | Compiling ring v0.17.14 |
| 1372 | 2026-05-29T17:04:08.200Z | Compiling aws-lc-rs v1.16.3 |
| 1373 | 2026-05-29T17:04:08.215Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-29T17:04:08.341Z | Compiling uuid v1.23.0 |
| 1375 | 2026-05-29T17:04:08.573Z | Compiling rustc_version v0.4.1 |
| 1376 | 2026-05-29T17:04:08.913Z | Compiling tracing-core v0.1.36 |
| 1377 | 2026-05-29T17:04:09.038Z | Compiling openssl-sys v0.9.115 |
| 1378 | 2026-05-29T17:04:09.112Z | Compiling base64 v0.22.1 |
| 1379 | 2026-05-29T17:04:09.318Z | Compiling serde_derive v1.0.228 |
| 1380 | 2026-05-29T17:04:09.431Z | Compiling zeroize_derive v1.4.3 |
| 1381 | 2026-05-29T17:04:09.459Z | Compiling zerofrom-derive v0.1.6 |
| 1382 | 2026-05-29T17:04:09.557Z | Compiling yoke-derive v0.8.1 |
| 1383 | 2026-05-29T17:04:09.703Z | Compiling zerocopy-derive v0.8.40 |
| 1384 | 2026-05-29T17:04:10.070Z | Compiling zeroize v1.8.2 |
| 1385 | 2026-05-29T17:04:10.331Z | Compiling zerovec-derive v0.11.2 |
| 1386 | 2026-05-29T17:04:10.736Z | Compiling displaydoc v0.2.5 |
| 1387 | 2026-05-29T17:04:10.842Z | Compiling crypto-common v0.1.7 |
| 1388 | 2026-05-29T17:04:10.869Z | Compiling zerofrom v0.1.6 |
| 1389 | 2026-05-29T17:04:10.987Z | Compiling yoke v0.8.1 |
| 1390 | 2026-05-29T17:04:10.990Z | Compiling block-buffer v0.10.4 |
| 1391 | 2026-05-29T17:04:11.165Z | Compiling digest v0.10.7 |
| 1392 | 2026-05-29T17:04:11.178Z | Compiling tokio-macros v2.7.0 |
| 1393 | 2026-05-29T17:04:11.417Z | Compiling futures-macro v0.3.32 |
| 1394 | 2026-05-29T17:04:11.448Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-05-29T17:04:11.483Z | Compiling zerotrie v0.2.3 |
| 1396 | 2026-05-29T17:04:11.777Z | Compiling hmac v0.12.1 |
| 1397 | 2026-05-29T17:04:11.897Z | Compiling tinystr v0.8.2 |
| 1398 | 2026-05-29T17:04:11.929Z | Compiling potential_utf v0.1.4 |
| 1399 | 2026-05-29T17:04:11.946Z | Compiling block-padding v0.3.3 |
| 1400 | 2026-05-29T17:04:12.084Z | Compiling icu_locale_core v2.1.1 |
| 1401 | 2026-05-29T17:04:12.084Z | Compiling icu_collections v2.1.1 |
| 1402 | 2026-05-29T17:04:12.087Z | Compiling inout v0.1.4 |
| 1403 | 2026-05-29T17:04:12.203Z | Compiling futures-util v0.3.32 |
| 1404 | 2026-05-29T17:04:12.257Z | Compiling cipher v0.4.4 |
| 1405 | 2026-05-29T17:04:12.509Z | Compiling sha2 v0.10.9 |
| 1406 | 2026-05-29T17:04:12.565Z | Compiling der_derive v0.7.3 |
| 1407 | 2026-05-29T17:04:12.770Z | Compiling bytes v1.11.1 |
| 1408 | 2026-05-29T17:04:12.893Z | Compiling icu_provider v2.1.1 |
| 1409 | 2026-05-29T17:04:12.941Z | Compiling chrono v0.4.44 |
| 1410 | 2026-05-29T17:04:13.192Z | Compiling icu_normalizer v2.1.1 |
| 1411 | 2026-05-29T17:04:13.383Z | Compiling tokio v1.52.1 |
| 1412 | 2026-05-29T17:04:13.528Z | Compiling icu_properties v2.1.2 |
| 1413 | 2026-05-29T17:04:13.772Z | Compiling der v0.7.10 |
| 1414 | 2026-05-29T17:04:13.917Z | Compiling http v1.4.0 |
| 1415 | 2026-05-29T17:04:14.147Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-29T17:04:14.381Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-29T17:04:14.463Z | Compiling salsa20 v0.10.2 |
| 1418 | 2026-05-29T17:04:14.512Z | Compiling idna v1.1.0 |
| 1419 | 2026-05-29T17:04:14.528Z | Compiling pbkdf2 v0.12.2 |
| 1420 | 2026-05-29T17:04:14.600Z | Compiling spki v0.7.3 |
| 1421 | 2026-05-29T17:04:14.618Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-29T17:04:14.639Z | Compiling tracing-attributes v0.1.31 |
| 1423 | 2026-05-29T17:04:14.805Z | Compiling url v2.5.8 |
| 1424 | 2026-05-29T17:04:14.819Z | Compiling thiserror-impl v2.0.18 |
| 1425 | 2026-05-29T17:04:14.962Z | Compiling scrypt v0.11.0 |
| 1426 | 2026-05-29T17:04:15.063Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-29T17:04:15.155Z | Compiling rand_chacha v0.9.0 |
| 1428 | 2026-05-29T17:04:15.212Z | Compiling cbc v0.1.2 |
| 1429 | 2026-05-29T17:04:15.234Z | Compiling aes v0.8.4 |
| 1430 | 2026-05-29T17:04:15.466Z | Compiling untrusted v0.9.0 |
| 1431 | 2026-05-29T17:04:15.587Z | Compiling httparse v1.10.1 |
| 1432 | 2026-05-29T17:04:15.654Z | Compiling tinyvec_macros v0.1.1 |
| 1433 | 2026-05-29T17:04:15.707Z | Compiling openssl-probe v0.2.1 |
| 1434 | 2026-05-29T17:04:15.863Z | Compiling untrusted v0.7.1 |
| 1435 | 2026-05-29T17:04:15.941Z | Compiling tinyvec v1.10.0 |
| 1436 | 2026-05-29T17:04:16.000Z | Compiling pkcs5 v0.7.1 |
| 1437 | 2026-05-29T17:04:16.000Z | Compiling tracing v0.1.44 |
| 1438 | 2026-05-29T17:04:16.140Z | Compiling thiserror v2.0.18 |
| 1439 | 2026-05-29T17:04:16.189Z | Compiling pest_generator v2.8.6 |
| 1440 | 2026-05-29T17:04:16.223Z | Compiling rand v0.9.2 |
| 1441 | 2026-05-29T17:04:16.235Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2026-05-29T17:04:16.254Z | Compiling aho-corasick v1.1.4 |
| 1443 | 2026-05-29T17:04:16.396Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-05-29T17:04:16.488Z | Compiling atomic-waker v1.1.2 |
| 1445 | 2026-05-29T17:04:16.612Z | Compiling dyn-clone v1.0.20 |
| 1446 | 2026-05-29T17:04:16.746Z | Compiling try-lock v0.2.5 |
| 1447 | 2026-05-29T17:04:16.851Z | Compiling rustls v0.23.37 |
| 1448 | 2026-05-29T17:04:16.857Z | Compiling tower-layer v0.3.3 |
| 1449 | 2026-05-29T17:04:16.997Z | Compiling schemars v0.8.22 |
| 1450 | 2026-05-29T17:04:17.018Z | Compiling regex-automata v0.4.14 |
| 1451 | 2026-05-29T17:04:17.021Z | Compiling pest_derive v2.8.6 |
| 1452 | 2026-05-29T17:04:17.087Z | Compiling tokio-util v0.7.18 |
| 1453 | 2026-05-29T17:04:17.202Z | Compiling schemars_derive v0.8.22 |
| 1454 | 2026-05-29T17:04:17.443Z | Compiling want v0.3.1 |
| 1455 | 2026-05-29T17:04:17.605Z | Compiling pkcs8 v0.10.2 |
| 1456 | 2026-05-29T17:04:17.892Z | Compiling h2 v0.4.13 |
| 1457 | 2026-05-29T17:04:17.906Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-29T17:04:17.939Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-29T17:04:18.085Z | Compiling darling_core v0.20.11 |
| 1460 | 2026-05-29T17:04:18.407Z | Compiling httpdate v1.0.3 |
| 1461 | 2026-05-29T17:04:18.460Z | Compiling pin-utils v0.1.0 |
| 1462 | 2026-05-29T17:04:18.531Z | Compiling openssl v0.10.79 |
| 1463 | 2026-05-29T17:04:18.663Z | Compiling foreign-types-shared v0.1.1 |
| 1464 | 2026-05-29T17:04:18.749Z | Compiling tempfile v3.25.0 |
| 1465 | 2026-05-29T17:04:18.763Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-29T17:04:18.795Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-29T17:04:19.026Z | Compiling unicode-normalization v0.1.25 |
| 1468 | 2026-05-29T17:04:19.119Z | Compiling openssl-macros v0.1.1 |
| 1469 | 2026-05-29T17:04:19.462Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1470 | 2026-05-29T17:04:19.479Z | Compiling spin v0.9.8 |
| 1471 | 2026-05-29T17:04:19.503Z | Compiling crc32fast v1.5.0 |
| 1472 | 2026-05-29T17:04:19.681Z | Compiling powerfmt v0.2.0 |
| 1473 | 2026-05-29T17:04:19.770Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-29T17:04:19.840Z | Compiling time-core v0.1.8 |
| 1475 | 2026-05-29T17:04:19.880Z | Compiling native-tls v0.2.18 |
| 1476 | 2026-05-29T17:04:19.985Z | Compiling time-macros v0.2.27 |
| 1477 | 2026-05-29T17:04:20.101Z | Compiling deranged v0.5.8 |
| 1478 | 2026-05-29T17:04:20.393Z | Compiling darling_macro v0.20.11 |
| 1479 | 2026-05-29T17:04:20.852Z | Compiling hyper v1.8.1 |
| 1480 | 2026-05-29T17:04:21.024Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-29T17:04:21.051Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-29T17:04:21.106Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-29T17:04:21.123Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-29T17:04:21.213Z | Compiling wait-timeout v0.2.1 |
| 1485 | 2026-05-29T17:04:21.388Z | Compiling num_threads v0.1.7 |
| 1486 | 2026-05-29T17:04:21.478Z | Compiling usdt-impl v0.6.0 |
| 1487 | 2026-05-29T17:04:21.478Z | Compiling simd-adler32 v0.3.8 |
| 1488 | 2026-05-29T17:04:21.674Z | Compiling syn v1.0.109 |
| 1489 | 2026-05-29T17:04:21.724Z | Compiling crossbeam-utils v0.8.21 |
| 1490 | 2026-05-29T17:04:21.821Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-29T17:04:21.971Z | Compiling hyper-util v0.1.20 |
| 1492 | 2026-05-29T17:04:21.993Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-05-29T17:04:22.018Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-29T17:04:22.102Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-05-29T17:04:22.239Z | Compiling bit-set v0.8.0 |
| 1496 | 2026-05-29T17:04:22.433Z | Compiling time v0.3.47 |
| 1497 | 2026-05-29T17:04:22.451Z | Compiling tower v0.5.3 |
| 1498 | 2026-05-29T17:04:22.702Z | Compiling derive_builder_core v0.20.2 |
| 1499 | 2026-05-29T17:04:23.083Z | Compiling dtrace-parser v0.3.0 |
| 1500 | 2026-05-29T17:04:23.137Z | Compiling http-body-util v0.1.3 |
| 1501 | 2026-05-29T17:04:23.380Z | Compiling webpki-roots v1.0.6 |
| 1502 | 2026-05-29T17:04:23.525Z | Compiling signature v2.2.0 |
| 1503 | 2026-05-29T17:04:23.597Z | Compiling thiserror-impl v1.0.69 |
| 1504 | 2026-05-29T17:04:23.703Z | Compiling dof v0.4.0 |
| 1505 | 2026-05-29T17:04:23.716Z | Compiling scroll_derive v0.12.1 |
| 1506 | 2026-05-29T17:04:23.876Z | Compiling heapless v0.7.17 |
| 1507 | 2026-05-29T17:04:24.006Z | Compiling rand_xorshift v0.4.0 |
| 1508 | 2026-05-29T17:04:24.112Z | Compiling slog v2.8.2 |
| 1509 | 2026-05-29T17:04:24.162Z | Compiling darling_core v0.21.3 |
| 1510 | 2026-05-29T17:04:24.290Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1511 | 2026-05-29T17:04:24.362Z | Compiling thread-id v5.1.0 |
| 1512 | 2026-05-29T17:04:24.443Z | Compiling cookie v0.18.1 |
| 1513 | 2026-05-29T17:04:24.558Z | Compiling anyhow v1.0.102 |
| 1514 | 2026-05-29T17:04:24.622Z | Compiling signal-hook v0.3.18 |
| 1515 | 2026-05-29T17:04:24.793Z | Compiling ryu v1.0.23 |
| 1516 | 2026-05-29T17:04:24.858Z | Compiling paste v1.0.15 |
| 1517 | 2026-05-29T17:04:24.873Z | Compiling unarray v0.1.4 |
| 1518 | 2026-05-29T17:04:24.875Z | Compiling unicode-properties v0.1.4 |
| 1519 | 2026-05-29T17:04:24.964Z | Compiling zstd-safe v7.2.4 |
| 1520 | 2026-05-29T17:04:24.978Z | Compiling adler2 v2.0.1 |
| 1521 | 2026-05-29T17:04:25.085Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-05-29T17:04:25.103Z | Compiling unicode-bidi v0.3.18 |
| 1523 | 2026-05-29T17:04:25.117Z | Compiling iri-string v0.7.10 |
| 1524 | 2026-05-29T17:04:25.194Z | Compiling miniz_oxide v0.8.9 |
| 1525 | 2026-05-29T17:04:25.227Z | Compiling proptest v1.11.0 |
| 1526 | 2026-05-29T17:04:25.400Z | Compiling serde_urlencoded v0.7.1 |
| 1527 | 2026-05-29T17:04:25.621Z | Compiling stringprep v0.1.5 |
| 1528 | 2026-05-29T17:04:25.794Z | Compiling thiserror v1.0.69 |
| 1529 | 2026-05-29T17:04:26.054Z | Compiling scroll v0.12.0 |
| 1530 | 2026-05-29T17:04:26.312Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-29T17:04:26.524Z | Compiling derive_builder_macro v0.20.2 |
| 1532 | 2026-05-29T17:04:26.555Z | Compiling tokio-native-tls v0.3.1 |
| 1533 | 2026-05-29T17:04:26.622Z | Compiling darling_macro v0.21.3 |
| 1534 | 2026-05-29T17:04:26.706Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2026-05-29T17:04:26.722Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-29T17:04:26.962Z | Compiling rand_chacha v0.3.1 |
| 1537 | 2026-05-29T17:04:27.091Z | Compiling serde_spanned v0.6.9 |
| 1538 | 2026-05-29T17:04:27.091Z | Compiling serde_tokenstream v0.2.3 |
| 1539 | 2026-05-29T17:04:27.116Z | Compiling erased-serde v0.3.31 |
| 1540 | 2026-05-29T17:04:27.230Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-29T17:04:27.358Z | Compiling md-5 v0.10.6 |
| 1542 | 2026-05-29T17:04:27.408Z | Compiling async-trait v0.1.89 |
| 1543 | 2026-05-29T17:04:27.485Z | Compiling zerocopy-derive v0.7.35 |
| 1544 | 2026-05-29T17:04:27.523Z | Compiling pin-project-internal v1.1.11 |
| 1545 | 2026-05-29T17:04:27.583Z | Compiling curve25519-dalek v4.1.3 |
| 1546 | 2026-05-29T17:04:27.747Z | Compiling vergen-lib v9.1.0 |
| 1547 | 2026-05-29T17:04:27.914Z | Compiling num-integer v0.1.46 |
| 1548 | 2026-05-29T17:04:27.927Z | Compiling hash32 v0.2.1 |
| 1549 | 2026-05-29T17:04:28.115Z | Compiling ff v0.13.1 |
| 1550 | 2026-05-29T17:04:28.229Z | Compiling memoffset v0.9.1 |
| 1551 | 2026-05-29T17:04:28.253Z | Compiling encoding_rs v0.8.35 |
| 1552 | 2026-05-29T17:04:28.329Z | Compiling zlib-rs v0.6.2 |
| 1553 | 2026-05-29T17:04:28.405Z | Compiling base16ct v0.2.0 |
| 1554 | 2026-05-29T17:04:28.491Z | Compiling psl-types v2.0.11 |
| 1555 | 2026-05-29T17:04:28.619Z | Compiling mime v0.3.17 |
| 1556 | 2026-05-29T17:04:28.652Z | Compiling smoltcp v0.9.1 |
| 1557 | 2026-05-29T17:04:28.667Z | Compiling fallible-iterator v0.2.0 |
| 1558 | 2026-05-29T17:04:28.878Z | Compiling num-bigint-dig v0.8.6 |
| 1559 | 2026-05-29T17:04:28.972Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-05-29T17:04:28.987Z | Compiling rustix v0.38.44 |
| 1561 | 2026-05-29T17:04:29.047Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-05-29T17:04:29.069Z | Compiling litrs v1.0.0 |
| 1563 | 2026-05-29T17:04:29.415Z | Compiling nix v0.31.2 |
| 1564 | 2026-05-29T17:04:29.451Z | Compiling postgres-protocol v0.6.10 |
| 1565 | 2026-05-29T17:04:29.581Z | Compiling document-features v0.2.12 |
| 1566 | 2026-05-29T17:04:29.771Z | Compiling pin-project v1.1.11 |
| 1567 | 2026-05-29T17:04:29.806Z | Compiling publicsuffix v2.3.0 |
| 1568 | 2026-05-29T17:04:29.869Z | Compiling sec1 v0.7.3 |
| 1569 | 2026-05-29T17:04:29.999Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-05-29T17:04:30.043Z | Compiling group v0.13.0 |
| 1571 | 2026-05-29T17:04:30.141Z | Compiling num-iter v0.1.45 |
| 1572 | 2026-05-29T17:04:30.303Z | Compiling newtype-uuid v1.3.2 |
| 1573 | 2026-05-29T17:04:30.447Z | Compiling hubpack_derive v0.1.1 |
| 1574 | 2026-05-29T17:04:30.536Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-29T17:04:30.606Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-29T17:04:30.623Z | Compiling derive_builder v0.20.2 |
| 1577 | 2026-05-29T17:04:30.639Z | Compiling oxnet v0.1.4 |
| 1578 | 2026-05-29T17:04:30.694Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-29T17:04:30.884Z | Compiling goblin v0.8.2 |
| 1580 | 2026-05-29T17:04:31.310Z | Compiling flate2 v1.1.9 |
| 1581 | 2026-05-29T17:04:31.382Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-29T17:04:31.443Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-29T17:04:31.535Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-29T17:04:31.538Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-29T17:04:31.612Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-29T17:04:31.712Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-29T17:04:31.805Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-29T17:04:31.848Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-05-29T17:04:31.871Z | Compiling ref-cast-impl v1.0.25 |
| 1590 | 2026-05-29T17:04:31.886Z | Compiling daft-derive v0.1.7 |
| 1591 | 2026-05-29T17:04:31.957Z | Compiling strum_macros v0.27.2 |
| 1592 | 2026-05-29T17:04:31.983Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1593 | 2026-05-29T17:04:32.400Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-29T17:04:32.600Z | Compiling vergen v9.1.0 |
| 1595 | 2026-05-29T17:04:32.619Z | Compiling fs-err v3.3.0 |
| 1596 | 2026-05-29T17:04:32.778Z | Compiling cargo-platform v0.3.2 |
| 1597 | 2026-05-29T17:04:32.804Z | Compiling ahash v0.8.12 |
| 1598 | 2026-05-29T17:04:33.005Z | Compiling winnow v0.5.40 |
| 1599 | 2026-05-29T17:04:33.083Z | Compiling same-file v1.0.6 |
| 1600 | 2026-05-29T17:04:33.223Z | Compiling foldhash v0.1.5 |
| 1601 | 2026-05-29T17:04:33.382Z | Compiling bitflags v1.3.2 |
| 1602 | 2026-05-29T17:04:33.462Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-29T17:04:33.715Z | Compiling unicode-segmentation v1.12.0 |
| 1604 | 2026-05-29T17:04:33.949Z | Compiling libbz2-rs-sys v0.2.2 |
| 1605 | 2026-05-29T17:04:33.980Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-29T17:04:34.107Z | Compiling managed v0.8.0 |
| 1607 | 2026-05-29T17:04:34.187Z | Compiling object v0.37.3 |
| 1608 | 2026-05-29T17:04:34.314Z | Compiling toml_edit v0.19.15 |
| 1609 | 2026-05-29T17:04:34.331Z | Compiling snafu v0.8.9 |
| 1610 | 2026-05-29T17:04:34.404Z | Compiling bzip2 v0.6.1 |
| 1611 | 2026-05-29T17:04:34.501Z | Compiling hashbrown v0.16.1 |
| 1612 | 2026-05-29T17:04:34.601Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-29T17:04:34.627Z | Compiling zopfli v0.8.3 |
| 1614 | 2026-05-29T17:04:34.679Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-05-29T17:04:34.729Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-05-29T17:04:35.067Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-29T17:04:35.211Z | Compiling dof v0.3.0 |
| 1618 | 2026-05-29T17:04:35.270Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-05-29T17:04:35.387Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-05-29T17:04:35.787Z | Compiling daft v0.1.7 |
| 1621 | 2026-05-29T17:04:36.029Z | Compiling futures v0.3.32 |
| 1622 | 2026-05-29T17:04:36.065Z | Compiling phf v0.13.1 |
| 1623 | 2026-05-29T17:04:36.203Z | Compiling signal-hook-mio v0.2.5 |
| 1624 | 2026-05-29T17:04:36.353Z | Compiling cookie_store v0.22.1 |
| 1625 | 2026-05-29T17:04:36.482Z | Compiling zstd v0.13.3 |
| 1626 | 2026-05-29T17:04:36.632Z | Compiling hubpack v0.1.2 |
| 1627 | 2026-05-29T17:04:36.745Z | Compiling bzip2 v0.4.4 |
| 1628 | 2026-05-29T17:04:36.828Z | Compiling serde_with_macros v3.17.0 |
| 1629 | 2026-05-29T17:04:36.941Z | Compiling postgres-types v0.2.12 |
| 1630 | 2026-05-29T17:04:37.008Z | Compiling usdt-attr-macro v0.6.0 |
| 1631 | 2026-05-29T17:04:37.494Z | Compiling usdt-macro v0.6.0 |
| 1632 | 2026-05-29T17:04:37.684Z | Compiling globset v0.4.18 |
| 1633 | 2026-05-29T17:04:37.770Z | Compiling dtrace-parser v0.2.0 |
| 1634 | 2026-05-29T17:04:37.926Z | Compiling ed25519 v2.2.3 |
| 1635 | 2026-05-29T17:04:38.074Z | Compiling phf_shared v0.11.3 |
| 1636 | 2026-05-29T17:04:38.191Z | Compiling olpc-cjson v0.1.4 |
| 1637 | 2026-05-29T17:04:38.256Z | Compiling pkcs1 v0.7.5 |
| 1638 | 2026-05-29T17:04:38.338Z | Compiling serde_plain v1.0.2 |
| 1639 | 2026-05-29T17:04:38.348Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-05-29T17:04:38.355Z | Compiling rfc6979 v0.4.0 |
| 1641 | 2026-05-29T17:04:38.498Z | Compiling pem v3.0.6 |
| 1642 | 2026-05-29T17:04:38.549Z | Compiling clap_derive v4.5.55 |
| 1643 | 2026-05-29T17:04:38.570Z | Compiling serde_repr v0.1.20 |
| 1644 | 2026-05-29T17:04:38.576Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-05-29T17:04:38.669Z | Compiling enum-as-inner v0.6.1 |
| 1646 | 2026-05-29T17:04:38.822Z | Compiling async-recursion v1.1.1 |
| 1647 | 2026-05-29T17:04:38.870Z | Compiling float-cmp v0.10.0 |
| 1648 | 2026-05-29T17:04:39.042Z | Compiling memmap2 v0.9.10 |
| 1649 | 2026-05-29T17:04:39.096Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-05-29T17:04:39.177Z | Compiling env_filter v1.0.0 |
| 1651 | 2026-05-29T17:04:39.193Z | Compiling difflib v0.4.0 |
| 1652 | 2026-05-29T17:04:39.235Z | Compiling jiff v0.2.21 |
| 1653 | 2026-05-29T17:04:39.469Z | Compiling either v1.15.0 |
| 1654 | 2026-05-29T17:04:39.481Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-05-29T17:04:39.656Z | Compiling normalize-line-endings v0.3.0 |
| 1656 | 2026-05-29T17:04:39.676Z | Compiling typed-path v0.9.3 |
| 1657 | 2026-05-29T17:04:39.749Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-05-29T17:04:39.786Z | Compiling data-encoding v2.10.0 |
| 1659 | 2026-05-29T17:04:39.843Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-29T17:04:40.199Z | Compiling keccak v0.1.6 |
| 1661 | 2026-05-29T17:04:40.299Z | Compiling static_assertions v1.1.0 |
| 1662 | 2026-05-29T17:04:40.314Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-05-29T17:04:40.376Z | Compiling fixedbitset v0.4.2 |
| 1664 | 2026-05-29T17:04:40.407Z | Compiling fixedbitset v0.5.7 |
| 1665 | 2026-05-29T17:04:40.423Z | Compiling string_cache v0.8.9 |
| 1666 | 2026-05-29T17:04:40.626Z | Compiling petgraph v0.8.3 |
| 1667 | 2026-05-29T17:04:40.719Z | Compiling petgraph v0.6.5 |
| 1668 | 2026-05-29T17:04:40.779Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1669 | 2026-05-29T17:04:40.880Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-29T17:04:41.022Z | Compiling strum v0.26.3 |
| 1671 | 2026-05-29T17:04:41.156Z | Compiling clap v4.5.60 |
| 1672 | 2026-05-29T17:04:41.237Z | Compiling tokio-postgres v0.7.16 |
| 1673 | 2026-05-29T17:04:41.395Z | Compiling hickory-proto v0.25.2 |
| 1674 | 2026-05-29T17:04:41.707Z | Compiling predicates v3.1.4 |
| 1675 | 2026-05-29T17:04:42.126Z | Compiling zip v4.6.1 |
| 1676 | 2026-05-29T17:04:42.358Z | Compiling itertools v0.13.0 |
| 1677 | 2026-05-29T17:04:42.485Z | Compiling toml_edit v0.22.27 |
| 1678 | 2026-05-29T17:04:43.062Z | Compiling env_logger v0.11.9 |
| 1679 | 2026-05-29T17:04:43.340Z | Compiling usdt v0.6.0 |
| 1680 | 2026-05-29T17:04:43.393Z | Compiling usdt-impl v0.5.0 |
| 1681 | 2026-05-29T17:04:43.450Z | Compiling rsa v0.9.10 |
| 1682 | 2026-05-29T17:04:43.540Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-29T17:04:43.615Z | Compiling ed25519-dalek v2.2.0 |
| 1684 | 2026-05-29T17:04:43.640Z | Compiling serde_with v3.17.0 |
| 1685 | 2026-05-29T17:04:43.939Z | Compiling crossterm v0.28.1 |
| 1686 | 2026-05-29T17:04:44.267Z | Compiling zip v0.6.6 |
| 1687 | 2026-05-29T17:04:45.223Z | Compiling iddqd v0.4.2 |
| 1688 | 2026-05-29T17:04:45.309Z | Compiling toml v0.7.8 |
| 1689 | 2026-05-29T17:04:45.538Z | Compiling similar v2.7.0 |
| 1690 | 2026-05-29T17:04:45.652Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-29T17:04:45.840Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1692 | 2026-05-29T17:04:45.873Z | Compiling crossbeam-epoch v0.9.18 |
| 1693 | 2026-05-29T17:04:45.995Z | Compiling tokio-stream v0.1.18 |
| 1694 | 2026-05-29T17:04:46.204Z | Compiling buf-list v1.1.2 |
| 1695 | 2026-05-29T17:04:46.399Z | Compiling x509-cert v0.2.5 |
| 1696 | 2026-05-29T17:04:46.440Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1697 | 2026-05-29T17:04:46.454Z | Compiling openapiv3 v2.2.0 |
| 1698 | 2026-05-29T17:04:46.458Z | Compiling sha1 v0.10.6 |
| 1699 | 2026-05-29T17:04:46.484Z | Compiling lalrpop-util v0.19.12 |
| 1700 | 2026-05-29T17:04:46.668Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-29T17:04:46.684Z | Compiling thread_local v1.1.9 |
| 1702 | 2026-05-29T17:04:46.730Z | Compiling slog-async v2.8.0 |
| 1703 | 2026-05-29T17:04:46.745Z | Compiling crossbeam-channel v0.5.15 |
| 1704 | 2026-05-29T17:04:46.926Z | Compiling is-terminal v0.4.17 |
| 1705 | 2026-05-29T17:04:46.944Z | Compiling filetime v0.2.27 |
| 1706 | 2026-05-29T17:04:47.018Z | Compiling take_mut v0.2.2 |
| 1707 | 2026-05-29T17:04:47.040Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-29T17:04:47.112Z | Compiling term v1.2.1 |
| 1709 | 2026-05-29T17:04:47.192Z | Compiling tar v0.4.45 |
| 1710 | 2026-05-29T17:04:47.570Z | Compiling slog-term v2.9.2 |
| 1711 | 2026-05-29T17:04:57.368Z | Compiling rustls-webpki v0.103.9 |
| 1712 | 2026-05-29T17:05:00.156Z | Compiling tokio-rustls v0.26.4 |
| 1713 | 2026-05-29T17:05:00.156Z | Compiling rustls-platform-verifier v0.6.2 |
| 1714 | 2026-05-29T17:05:00.344Z | Compiling hyper-rustls v0.27.7 |
| 1715 | 2026-05-29T17:05:00.542Z | Compiling reqwest v0.12.28 |
| 1716 | 2026-05-29T17:05:00.563Z | Compiling reqwest v0.13.2 |
| 1717 | 2026-05-29T17:05:01.778Z | Compiling tough v0.22.0 |
| 1718 | 2026-05-29T17:05:04.311Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1719 | 2026-05-29T17:05:04.518Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1720 | 2026-05-29T17:05:07.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1721 | 2026-05-29T17:05:07.518Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1722 | 2026-05-29T17:05:07.563Z | May 29 17:05:05.849 INFO Starting download, target: Cockroach |
| 1723 | 2026-05-29T17:05:07.564Z | May 29 17:05:05.850 INFO Starting download, target: Clickhouse |
| 1724 | 2026-05-29T17:05:07.564Z | May 29 17:05:05.850 INFO Starting download, target: Console |
| 1725 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Starting download, target: DendriteStub |
| 1726 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Starting download, target: MaghemiteMgd |
| 1727 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Starting download, target: TransceiverControl |
| 1728 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1729 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1731 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1732 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1733 | 2026-05-29T17:05:07.574Z | May 29 17:05:05.850 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-05-29T17:05:08.227Z | May 29 17:05:06.476 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1735 | 2026-05-29T17:05:08.427Z | May 29 17:05:06.703 INFO Download complete, target: TransceiverControl |
| 1736 | 2026-05-29T17:05:08.762Z | May 29 17:05:07.033 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1737 | 2026-05-29T17:05:09.019Z | May 29 17:05:07.297 INFO Download complete, target: Console |
| 1738 | 2026-05-29T17:05:09.404Z | May 29 17:05:07.689 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1739 | 2026-05-29T17:05:09.627Z | May 29 17:05:07.909 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1740 | 2026-05-29T17:05:09.960Z | May 29 17:05:08.242 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1741 | 2026-05-29T17:05:10.458Z | May 29 17:05:08.742 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1742 | 2026-05-29T17:05:10.458Z | May 29 17:05:08.742 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1743 | 2026-05-29T17:05:12.242Z | May 29 17:05:10.530 INFO Download complete, target: DendriteStub |
| 1744 | 2026-05-29T17:05:12.560Z | May 29 17:05:10.839 INFO Download complete, target: MaghemiteMgd |
| 1745 | 2026-05-29T17:05:15.433Z | May 29 17:05:13.719 INFO Checking that binary works, target: Cockroach |
| 1746 | 2026-05-29T17:05:15.587Z | May 29 17:05:13.875 INFO Download complete, target: Cockroach |
| 1747 | 2026-05-29T17:05:16.663Z | May 29 17:05:14.951 INFO Checking that binary works, target: Clickhouse |
| 1748 | 2026-05-29T17:05:16.808Z | May 29 17:05:15.097 INFO Download complete, target: Clickhouse |
| 1749 | 2026-05-29T17:05:16.826Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1750 | 2026-05-29T17:05:16.830Z | |
| 1751 | 2026-05-29T17:05:16.830Z | real 2:14.897339596 |
| 1752 | 2026-05-29T17:05:16.830Z | user 6:55.138814276 |
| 1753 | 2026-05-29T17:05:16.830Z | sys 1:21.369865018 |
| 1754 | 2026-05-29T17:05:16.830Z | trap 0.221866795 |
| 1755 | 2026-05-29T17:05:16.830Z | tflt 0.662712502 |
| 1756 | 2026-05-29T17:05:16.830Z | dflt 0.595419472 |
| 1757 | 2026-05-29T17:05:16.830Z | kflt 0.035485614 |
| 1758 | 2026-05-29T17:05:16.830Z | lock 21:40.556375809 |
| 1759 | 2026-05-29T17:05:16.830Z | slp 21:05.647948663 |
| 1760 | 2026-05-29T17:05:16.830Z | lat 42.928550616 |
| 1761 | 2026-05-29T17:05:16.830Z | stop 1:54.715471428 |
| 1762 | 2026-05-29T17:05:16.831Z | + banner clippy |
| 1763 | 2026-05-29T17:05:16.831Z | |
| 1764 | 2026-05-29T17:05:16.831Z | #### # # ##### ##### # # |
| 1765 | 2026-05-29T17:05:16.831Z | # # # # # # # # # # |
| 1766 | 2026-05-29T17:05:16.831Z | # # # # # # # # |
| 1767 | 2026-05-29T17:05:16.831Z | # # # ##### ##### # |
| 1768 | 2026-05-29T17:05:16.831Z | # # # # # # # |
| 1769 | 2026-05-29T17:05:16.831Z | #### ###### # # # # |
| 1770 | 2026-05-29T17:05:16.831Z | |
| 1771 | 2026-05-29T17:05:16.831Z | + export CARGO_INCREMENTAL=0 |
| 1772 | 2026-05-29T17:05:16.831Z | + CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-29T17:05:16.831Z | + ptime -m cargo xtask clippy |
| 1774 | 2026-05-29T17:05:17.354Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1775 | 2026-05-29T17:05:17.576Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1776 | 2026-05-29T17:05:19.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 1777 | 2026-05-29T17:05:19.503Z | Running `target/debug/xtask clippy` |
| 1778 | 2026-05-29T17:05:19.530Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1779 | 2026-05-29T17:05:20.146Z | Downloading crates ... |
| 1780 | 2026-05-29T17:05:20.339Z | Downloaded backtrace-ext v0.2.1 |
| 1781 | 2026-05-29T17:05:20.343Z | Downloaded blake2b_simd v1.0.4 |
| 1782 | 2026-05-29T17:05:20.347Z | Downloaded cast v0.3.0 |
| 1783 | 2026-05-29T17:05:20.350Z | Downloaded target-triple v1.0.0 |
| 1784 | 2026-05-29T17:05:20.356Z | Downloaded parking v2.2.1 |
| 1785 | 2026-05-29T17:05:20.356Z | Downloaded target-lexicon v0.13.3 |
| 1786 | 2026-05-29T17:05:20.359Z | Downloaded supports-unicode v2.1.0 |
| 1787 | 2026-05-29T17:05:20.359Z | Downloaded miette-derive v5.10.0 |
| 1788 | 2026-05-29T17:05:20.362Z | Downloaded terminal_size v0.1.17 |
| 1789 | 2026-05-29T17:05:20.362Z | Downloaded knuffel-derive v3.2.0 |
| 1790 | 2026-05-29T17:05:20.362Z | Downloaded libtest-mimic v0.8.1 |
| 1791 | 2026-05-29T17:05:20.367Z | Downloaded plotters-svg v0.3.7 |
| 1792 | 2026-05-29T17:05:20.374Z | Downloaded event-listener-strategy v0.5.4 |
| 1793 | 2026-05-29T17:05:20.377Z | Downloaded assert-json-diff v2.0.2 |
| 1794 | 2026-05-29T17:05:20.381Z | Downloaded serde_regex v1.1.0 |
| 1795 | 2026-05-29T17:05:20.384Z | Downloaded constant_time_eq v0.3.1 |
| 1796 | 2026-05-29T17:05:20.387Z | Downloaded nested v0.1.1 |
| 1797 | 2026-05-29T17:05:20.387Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1798 | 2026-05-29T17:05:20.391Z | Downloaded tokio-test v0.4.5 |
| 1799 | 2026-05-29T17:05:20.391Z | Downloaded supports-hyperlinks v2.1.0 |
| 1800 | 2026-05-29T17:05:20.394Z | Downloaded approx v0.5.1 |
| 1801 | 2026-05-29T17:05:20.398Z | Downloaded futures-timer v3.0.3 |
| 1802 | 2026-05-29T17:05:20.398Z | Downloaded concurrent-queue v2.5.0 |
| 1803 | 2026-05-29T17:05:20.401Z | Downloaded tinytemplate v1.2.1 |
| 1804 | 2026-05-29T17:05:20.401Z | Downloaded similar-asserts v1.7.0 |
| 1805 | 2026-05-29T17:05:20.401Z | Downloaded async-lock v3.4.2 |
| 1806 | 2026-05-29T17:05:20.404Z | Downloaded rust-argon2 v2.1.0 |
| 1807 | 2026-05-29T17:05:20.408Z | Downloaded assert_cmd v2.1.2 |
| 1808 | 2026-05-29T17:05:20.411Z | Downloaded pathdiff v0.2.3 |
| 1809 | 2026-05-29T17:05:20.417Z | Downloaded stringmetrics v2.2.2 |
| 1810 | 2026-05-29T17:05:20.421Z | Downloaded owo-colors v3.5.0 |
| 1811 | 2026-05-29T17:05:20.422Z | Downloaded criterion-plot v0.6.0 |
| 1812 | 2026-05-29T17:05:20.435Z | Downloaded escape8259 v0.5.3 |
| 1813 | 2026-05-29T17:05:20.438Z | Downloaded async-object-pool v0.2.0 |
| 1814 | 2026-05-29T17:05:20.439Z | Downloaded supports-color v2.1.0 |
| 1815 | 2026-05-29T17:05:20.443Z | Downloaded linkme-impl v0.3.35 |
| 1816 | 2026-05-29T17:05:20.448Z | Downloaded datatest-stable v0.3.3 |
| 1817 | 2026-05-29T17:05:20.451Z | Downloaded addr2line v0.25.1 |
| 1818 | 2026-05-29T17:05:20.451Z | Downloaded plotters-backend v0.3.7 |
| 1819 | 2026-05-29T17:05:20.454Z | Downloaded oorandom v11.1.5 |
| 1820 | 2026-05-29T17:05:20.455Z | Downloaded rustc-demangle v0.1.27 |
| 1821 | 2026-05-29T17:05:20.458Z | Downloaded anes v0.1.6 |
| 1822 | 2026-05-29T17:05:20.461Z | Downloaded cfg-expr v0.20.6 |
| 1823 | 2026-05-29T17:05:20.471Z | Downloaded target-spec v3.5.7 |
| 1824 | 2026-05-29T17:05:20.476Z | Downloaded termcolor v1.4.1 |
| 1825 | 2026-05-29T17:05:20.479Z | Downloaded linkme v0.3.35 |
| 1826 | 2026-05-29T17:05:20.483Z | Downloaded backtrace v0.3.76 |
| 1827 | 2026-05-29T17:05:20.490Z | Downloaded rand_distr v0.5.1 |
| 1828 | 2026-05-29T17:05:20.498Z | Downloaded partial-io v0.5.4 |
| 1829 | 2026-05-29T17:05:20.498Z | Downloaded path-tree v0.8.3 |
| 1830 | 2026-05-29T17:05:20.498Z | Downloaded httptest v0.16.4 |
| 1831 | 2026-05-29T17:05:20.498Z | Downloaded hickory-client v0.25.2 |
| 1832 | 2026-05-29T17:05:20.506Z | Downloaded trybuild v1.0.116 |
| 1833 | 2026-05-29T17:05:20.506Z | Downloaded rstest_macros v0.25.0 |
| 1834 | 2026-05-29T17:05:20.509Z | Downloaded relative-path v1.9.3 |
| 1835 | 2026-05-29T17:05:20.510Z | Downloaded textwrap v0.15.2 |
| 1836 | 2026-05-29T17:05:20.510Z | Downloaded event-listener v5.4.1 |
| 1837 | 2026-05-29T17:05:20.518Z | Downloaded chumsky v0.9.3 |
| 1838 | 2026-05-29T17:05:20.526Z | Downloaded knuffel v3.2.0 |
| 1839 | 2026-05-29T17:05:20.529Z | Downloaded rstest v0.25.0 |
| 1840 | 2026-05-29T17:05:20.529Z | Downloaded fancy-regex v0.14.0 |
| 1841 | 2026-05-29T17:05:20.552Z | Downloaded miette v5.10.0 |
| 1842 | 2026-05-29T17:05:20.558Z | Downloaded criterion v0.7.0 |
| 1843 | 2026-05-29T17:05:20.558Z | Downloaded plotters v0.3.7 |
| 1844 | 2026-05-29T17:05:20.558Z | Downloaded hashbrown v0.14.5 |
| 1845 | 2026-05-29T17:05:20.558Z | Downloaded guppy v0.17.25 |
| 1846 | 2026-05-29T17:05:20.566Z | Downloaded gimli v0.32.3 |
| 1847 | 2026-05-29T17:05:20.680Z | Downloaded httpmock v0.8.3 |
| 1848 | 2026-05-29T17:05:22.295Z | Checking cfg-if v1.0.4 |
| 1849 | 2026-05-29T17:05:22.649Z | Checking libc v0.2.185 |
| 1850 | 2026-05-29T17:05:22.653Z | Checking serde_core v1.0.228 |
| 1851 | 2026-05-29T17:05:22.717Z | Checking memchr v2.8.0 |
| 1852 | 2026-05-29T17:05:22.753Z | Checking smallvec v1.15.1 |
| 1853 | 2026-05-29T17:05:22.793Z | Checking itoa v1.0.17 |
| 1854 | 2026-05-29T17:05:22.796Z | Checking log v0.4.29 |
| 1855 | 2026-05-29T17:05:22.871Z | Checking zeroize v1.8.2 |
| 1856 | 2026-05-29T17:05:22.914Z | Checking libm v0.2.16 |
| 1857 | 2026-05-29T17:05:22.972Z | Checking scopeguard v1.2.0 |
| 1858 | 2026-05-29T17:05:23.013Z | Checking stable_deref_trait v1.2.1 |
| 1859 | 2026-05-29T17:05:23.054Z | Checking zmij v1.0.21 |
| 1860 | 2026-05-29T17:05:23.091Z | Checking errno v0.3.14 |
| 1861 | 2026-05-29T17:05:23.091Z | Checking getrandom v0.2.17 |
| 1862 | 2026-05-29T17:05:23.156Z | Checking lock_api v0.4.14 |
| 1863 | 2026-05-29T17:05:23.193Z | Checking zerofrom v0.1.6 |
| 1864 | 2026-05-29T17:05:23.228Z | Checking percent-encoding v2.3.2 |
| 1865 | 2026-05-29T17:05:23.267Z | Checking litemap v0.8.1 |
| 1866 | 2026-05-29T17:05:23.301Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-29T17:05:23.337Z | Checking yoke v0.8.1 |
| 1868 | 2026-05-29T17:05:23.376Z | Checking icu_properties_data v2.1.2 |
| 1869 | 2026-05-29T17:05:23.409Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-29T17:05:23.443Z | Checking subtle v2.6.1 |
| 1871 | 2026-05-29T17:05:23.480Z | Checking form_urlencoded v1.2.2 |
| 1872 | 2026-05-29T17:05:23.517Z | Checking pin-project-lite v0.2.17 |
| 1873 | 2026-05-29T17:05:23.553Z | Checking utf8_iter v1.0.4 |
| 1874 | 2026-05-29T17:05:23.556Z | Checking zerovec v0.11.5 |
| 1875 | 2026-05-29T17:05:23.556Z | Checking zerotrie v0.2.3 |
| 1876 | 2026-05-29T17:05:23.650Z | Checking num-traits v0.2.19 |
| 1877 | 2026-05-29T17:05:23.690Z | Checking rand_core v0.6.4 |
| 1878 | 2026-05-29T17:05:23.691Z | Checking parking_lot_core v0.9.12 |
| 1879 | 2026-05-29T17:05:23.755Z | Checking zerocopy v0.8.40 |
| 1880 | 2026-05-29T17:05:23.758Z | Checking rand_core v0.10.0 |
| 1881 | 2026-05-29T17:05:23.855Z | Checking portable-atomic v1.13.1 |
| 1882 | 2026-05-29T17:05:23.894Z | Checking signal-hook-registry v1.4.8 |
| 1883 | 2026-05-29T17:05:23.931Z | Checking parking_lot v0.12.5 |
| 1884 | 2026-05-29T17:05:23.965Z | Checking getrandom v0.4.1 |
| 1885 | 2026-05-29T17:05:24.056Z | Checking tinystr v0.8.2 |
| 1886 | 2026-05-29T17:05:24.091Z | Checking potential_utf v0.1.4 |
| 1887 | 2026-05-29T17:05:24.132Z | Checking critical-section v1.2.0 |
| 1888 | 2026-05-29T17:05:24.174Z | Checking mio v1.2.0 |
| 1889 | 2026-05-29T17:05:24.209Z | Checking serde v1.0.228 |
| 1890 | 2026-05-29T17:05:24.209Z | Checking serde_json v1.0.149 |
| 1891 | 2026-05-29T17:05:24.274Z | Checking bitflags v2.11.0 |
| 1892 | 2026-05-29T17:05:24.279Z | Checking icu_locale_core v2.1.1 |
| 1893 | 2026-05-29T17:05:24.279Z | Checking icu_collections v2.1.1 |
| 1894 | 2026-05-29T17:05:24.279Z | Checking once_cell v1.21.3 |
| 1895 | 2026-05-29T17:05:24.477Z | Checking socket2 v0.6.3 |
| 1896 | 2026-05-29T17:05:24.520Z | Checking typenum v1.19.0 |
| 1897 | 2026-05-29T17:05:24.570Z | Checking iana-time-zone v0.1.65 |
| 1898 | 2026-05-29T17:05:24.631Z | Checking bytes v1.11.1 |
| 1899 | 2026-05-29T17:05:24.697Z | Checking thiserror v2.0.18 |
| 1900 | 2026-05-29T17:05:24.734Z | Checking chrono v0.4.44 |
| 1901 | 2026-05-29T17:05:24.777Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-29T17:05:24.825Z | Checking uuid v1.23.0 |
| 1903 | 2026-05-29T17:05:24.874Z | Checking icu_provider v2.1.1 |
| 1904 | 2026-05-29T17:05:24.909Z | Checking semver v1.0.28 |
| 1905 | 2026-05-29T17:05:25.049Z | Checking futures-core v0.3.32 |
| 1906 | 2026-05-29T17:05:25.084Z | Checking generic-array v0.14.7 |
| 1907 | 2026-05-29T17:05:25.119Z | Checking tokio v1.52.1 |
| 1908 | 2026-05-29T17:05:25.155Z | Checking equivalent v1.0.2 |
| 1909 | 2026-05-29T17:05:25.158Z | Checking icu_normalizer v2.1.1 |
| 1910 | 2026-05-29T17:05:25.185Z | Checking icu_properties v2.1.2 |
| 1911 | 2026-05-29T17:05:25.253Z | Checking dyn-clone v1.0.20 |
| 1912 | 2026-05-29T17:05:25.284Z | Checking const-oid v0.9.6 |
| 1913 | 2026-05-29T17:05:25.377Z | Checking futures-sink v0.3.32 |
| 1914 | 2026-05-29T17:05:25.503Z | Checking futures-channel v0.3.32 |
| 1915 | 2026-05-29T17:05:25.538Z | Checking futures-io v0.3.32 |
| 1916 | 2026-05-29T17:05:25.572Z | Checking crypto-common v0.1.7 |
| 1917 | 2026-05-29T17:05:25.609Z | Checking block-buffer v0.10.4 |
| 1918 | 2026-05-29T17:05:25.675Z | Checking futures-task v0.3.32 |
| 1919 | 2026-05-29T17:05:25.721Z | Checking slab v0.4.12 |
| 1920 | 2026-05-29T17:05:25.728Z | Checking rustix v1.1.3 |
| 1921 | 2026-05-29T17:05:25.787Z | Checking byteorder v1.5.0 |
| 1922 | 2026-05-29T17:05:25.836Z | Checking hashbrown v0.17.0 |
| 1923 | 2026-05-29T17:05:25.904Z | Checking futures-util v0.3.32 |
| 1924 | 2026-05-29T17:05:25.987Z | Checking digest v0.10.7 |
| 1925 | 2026-05-29T17:05:26.020Z | Checking cpufeatures v0.2.17 |
| 1926 | 2026-05-29T17:05:26.053Z | Checking idna_adapter v1.2.1 |
| 1927 | 2026-05-29T17:05:26.115Z | Checking thiserror v1.0.69 |
| 1928 | 2026-05-29T17:05:26.196Z | Checking idna v1.1.0 |
| 1929 | 2026-05-29T17:05:26.230Z | Checking getrandom v0.3.4 |
| 1930 | 2026-05-29T17:05:26.264Z | Checking fnv v1.0.7 |
| 1931 | 2026-05-29T17:05:26.327Z | Checking indexmap v2.14.0 |
| 1932 | 2026-05-29T17:05:26.384Z | Checking regex-syntax v0.8.10 |
| 1933 | 2026-05-29T17:05:26.419Z | Checking http v1.4.0 |
| 1934 | 2026-05-29T17:05:26.466Z | Checking ppv-lite86 v0.2.21 |
| 1935 | 2026-05-29T17:05:26.472Z | Checking url v2.5.8 |
| 1936 | 2026-05-29T17:05:26.585Z | Checking tracing-core v0.1.36 |
| 1937 | 2026-05-29T17:05:26.788Z | Checking base64 v0.22.1 |
| 1938 | 2026-05-29T17:05:26.891Z | Checking ipnet v2.11.0 |
| 1939 | 2026-05-29T17:05:26.925Z | Checking tracing v0.1.44 |
| 1940 | 2026-05-29T17:05:26.956Z | Checking schemars v0.8.22 |
| 1941 | 2026-05-29T17:05:26.994Z | Checking unicode-ident v1.0.24 |
| 1942 | 2026-05-29T17:05:27.050Z | Checking utf8parse v0.2.2 |
| 1943 | 2026-05-29T17:05:27.130Z | Checking anstyle v1.0.13 |
| 1944 | 2026-05-29T17:05:27.165Z | Checking untrusted v0.9.0 |
| 1945 | 2026-05-29T17:05:27.200Z | Checking proc-macro2 v1.0.106 |
| 1946 | 2026-05-29T17:05:27.203Z | Checking base64ct v1.8.3 |
| 1947 | 2026-05-29T17:05:27.301Z | Checking ring v0.17.14 |
| 1948 | 2026-05-29T17:05:27.339Z | Checking anstyle-parse v0.2.7 |
| 1949 | 2026-05-29T17:05:27.487Z | Checking block-padding v0.3.3 |
| 1950 | 2026-05-29T17:05:27.520Z | Checking aho-corasick v1.1.4 |
| 1951 | 2026-05-29T17:05:27.553Z | Checking quote v1.0.45 |
| 1952 | 2026-05-29T17:05:27.608Z | Checking is_terminal_polyfill v1.70.2 |
| 1953 | 2026-05-29T17:05:27.644Z | Checking anstyle-query v1.1.5 |
| 1954 | 2026-05-29T17:05:27.700Z | Checking colorchoice v1.0.4 |
| 1955 | 2026-05-29T17:05:27.735Z | Checking inout v0.1.4 |
| 1956 | 2026-05-29T17:05:27.768Z | Checking syn v2.0.117 |
| 1957 | 2026-05-29T17:05:27.773Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-05-29T17:05:27.837Z | Checking anstream v0.6.21 |
| 1959 | 2026-05-29T17:05:27.842Z | Checking httparse v1.10.1 |
| 1960 | 2026-05-29T17:05:27.899Z | Checking cipher v0.4.4 |
| 1961 | 2026-05-29T17:05:28.077Z | Checking terminal_size v0.4.3 |
| 1962 | 2026-05-29T17:05:28.112Z | Checking crossbeam-utils v0.8.21 |
| 1963 | 2026-05-29T17:05:28.148Z | Checking strsim v0.11.1 |
| 1964 | 2026-05-29T17:05:28.153Z | Checking allocator-api2 v0.2.21 |
| 1965 | 2026-05-29T17:05:28.217Z | Checking clap_lex v1.0.0 |
| 1966 | 2026-05-29T17:05:28.253Z | Checking regex-automata v0.4.14 |
| 1967 | 2026-05-29T17:05:28.301Z | Checking tokio-util v0.7.18 |
| 1968 | 2026-05-29T17:05:28.333Z | Checking pem-rfc7468 v0.7.0 |
| 1969 | 2026-05-29T17:05:28.367Z | Checking http-body v1.0.1 |
| 1970 | 2026-05-29T17:05:28.401Z | Checking clap_builder v4.5.60 |
| 1971 | 2026-05-29T17:05:28.473Z | Checking sha2 v0.10.9 |
| 1972 | 2026-05-29T17:05:28.516Z | Checking atomic-waker v1.1.2 |
| 1973 | 2026-05-29T17:05:28.542Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-05-29T17:05:28.545Z | Checking rand_core v0.9.5 |
| 1975 | 2026-05-29T17:05:28.628Z | Checking hmac v0.12.1 |
| 1976 | 2026-05-29T17:05:28.720Z | Checking deranged v0.5.8 |
| 1977 | 2026-05-29T17:05:28.767Z | Checking try-lock v0.2.5 |
| 1978 | 2026-05-29T17:05:28.800Z | Checking num_threads v0.1.7 |
| 1979 | 2026-05-29T17:05:28.803Z | Checking num-conv v0.2.0 |
| 1980 | 2026-05-29T17:05:28.892Z | Checking httpdate v1.0.3 |
| 1981 | 2026-05-29T17:05:28.931Z | Checking time-core v0.1.8 |
| 1982 | 2026-05-29T17:05:28.936Z | Checking h2 v0.4.13 |
| 1983 | 2026-05-29T17:05:28.993Z | Checking want v0.3.1 |
| 1984 | 2026-05-29T17:05:29.061Z | Checking tower-layer v0.3.3 |
| 1985 | 2026-05-29T17:05:29.096Z | Checking pin-utils v0.1.0 |
| 1986 | 2026-05-29T17:05:29.139Z | Checking flagset v0.4.7 |
| 1987 | 2026-05-29T17:05:29.190Z | Checking tower-service v0.3.3 |
| 1988 | 2026-05-29T17:05:29.235Z | Checking ryu v1.0.23 |
| 1989 | 2026-05-29T17:05:29.285Z | Checking der v0.7.10 |
| 1990 | 2026-05-29T17:05:29.319Z | Checking rand_chacha v0.9.0 |
| 1991 | 2026-05-29T17:05:29.394Z | Checking erased-serde v0.3.31 |
| 1992 | 2026-05-29T17:05:29.544Z | Checking mime v0.3.17 |
| 1993 | 2026-05-29T17:05:29.640Z | Checking time v0.3.47 |
| 1994 | 2026-05-29T17:05:29.677Z | Checking clap v4.5.60 |
| 1995 | 2026-05-29T17:05:29.745Z | Checking rand v0.9.2 |
| 1996 | 2026-05-29T17:05:29.783Z | Checking spin v0.9.8 |
| 1997 | 2026-05-29T17:05:29.818Z | Checking slog v2.8.2 |
| 1998 | 2026-05-29T17:05:29.992Z | Checking anyhow v1.0.102 |
| 1999 | 2026-05-29T17:05:30.032Z | Checking http-body-util v0.1.3 |
| 2000 | 2026-05-29T17:05:30.068Z | Checking aws-lc-sys v0.40.0 |
| 2001 | 2026-05-29T17:05:30.071Z | Checking untrusted v0.7.1 |
| 2002 | 2026-05-29T17:05:30.135Z | Checking fastrand v2.3.0 |
| 2003 | 2026-05-29T17:05:30.210Z | Checking openssl-probe v0.2.1 |
| 2004 | 2026-05-29T17:05:30.244Z | Checking spki v0.7.3 |
| 2005 | 2026-05-29T17:05:30.250Z | Checking serde_urlencoded v0.7.1 |
| 2006 | 2026-05-29T17:05:30.310Z | Checking pbkdf2 v0.12.2 |
| 2007 | 2026-05-29T17:05:30.344Z | Checking aes v0.8.4 |
| 2008 | 2026-05-29T17:05:30.347Z | Checking encoding_rs v0.8.35 |
| 2009 | 2026-05-29T17:05:30.434Z | Checking regex v1.12.3 |
| 2010 | 2026-05-29T17:05:30.470Z | Checking salsa20 v0.10.2 |
| 2011 | 2026-05-29T17:05:30.505Z | Checking cbc v0.1.2 |
| 2012 | 2026-05-29T17:05:30.584Z | Checking aws-lc-rs v1.16.3 |
| 2013 | 2026-05-29T17:05:30.628Z | Checking rand_chacha v0.3.1 |
| 2014 | 2026-05-29T17:05:30.664Z | Checking hex v0.4.3 |
| 2015 | 2026-05-29T17:05:30.741Z | Checking pretty-hex v0.4.1 |
| 2016 | 2026-05-29T17:05:30.778Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-05-29T17:05:30.781Z | Checking scrypt v0.11.0 |
| 2018 | 2026-05-29T17:05:30.863Z | Checking rand v0.8.6 |
| 2019 | 2026-05-29T17:05:30.897Z | Checking tempfile v3.25.0 |
| 2020 | 2026-05-29T17:05:30.932Z | Checking ipnetwork v0.21.1 |
| 2021 | 2026-05-29T17:05:30.971Z | Checking plain v0.2.3 |
| 2022 | 2026-05-29T17:05:30.976Z | Checking adler2 v2.0.1 |
| 2023 | 2026-05-29T17:05:31.100Z | Checking pkcs5 v0.7.1 |
| 2024 | 2026-05-29T17:05:31.139Z | Checking rustls-native-certs v0.8.3 |
| 2025 | 2026-05-29T17:05:31.144Z | Checking miniz_oxide v0.8.9 |
| 2026 | 2026-05-29T17:05:31.207Z | Checking sync_wrapper v1.0.2 |
| 2027 | 2026-05-29T17:05:31.319Z | Checking ucd-trie v0.1.7 |
| 2028 | 2026-05-29T17:05:31.323Z | Checking webpki-roots v1.0.6 |
| 2029 | 2026-05-29T17:05:31.394Z | Checking pkcs8 v0.10.2 |
| 2030 | 2026-05-29T17:05:31.402Z | Checking tower v0.5.3 |
| 2031 | 2026-05-29T17:05:31.402Z | Checking camino v1.2.2 |
| 2032 | 2026-05-29T17:05:31.487Z | Checking pest v2.8.6 |
| 2033 | 2026-05-29T17:05:31.491Z | Checking rustls-webpki v0.103.9 |
| 2034 | 2026-05-29T17:05:31.555Z | Checking foldhash v0.2.0 |
| 2035 | 2026-05-29T17:05:31.558Z | Checking iri-string v0.7.10 |
| 2036 | 2026-05-29T17:05:31.643Z | Checking futures-executor v0.3.32 |
| 2037 | 2026-05-29T17:05:31.653Z | Checking hyper v1.8.1 |
| 2038 | 2026-05-29T17:05:31.688Z | Checking either v1.15.0 |
| 2039 | 2026-05-29T17:05:31.734Z | Checking hashbrown v0.16.1 |
| 2040 | 2026-05-29T17:05:31.789Z | Checking futures v0.3.32 |
| 2041 | 2026-05-29T17:05:31.856Z | Checking openapiv3 v2.2.0 |
| 2042 | 2026-05-29T17:05:31.904Z | Checking crc32fast v1.5.0 |
| 2043 | 2026-05-29T17:05:31.934Z | Checking static_assertions v1.1.0 |
| 2044 | 2026-05-29T17:05:31.967Z | Checking rustls v0.23.37 |
| 2045 | 2026-05-29T17:05:32.030Z | Checking oxnet v0.1.4 |
| 2046 | 2026-05-29T17:05:32.066Z | Checking lazy_static v1.5.0 |
| 2047 | 2026-05-29T17:05:32.183Z | Checking signature v2.2.0 |
| 2048 | 2026-05-29T17:05:32.244Z | Checking winnow v0.7.14 |
| 2049 | 2026-05-29T17:05:32.292Z | Checking hubpack v0.1.2 |
| 2050 | 2026-05-29T17:05:32.337Z | Checking zlib-rs v0.6.2 |
| 2051 | 2026-05-29T17:05:32.483Z | Checking strum v0.26.3 |
| 2052 | 2026-05-29T17:05:32.562Z | Checking tinyvec_macros v0.1.1 |
| 2053 | 2026-05-29T17:05:32.589Z | Checking hyper-util v0.1.20 |
| 2054 | 2026-05-29T17:05:32.624Z | Checking psl-types v2.0.11 |
| 2055 | 2026-05-29T17:05:32.629Z | Checking tower-http v0.6.8 |
| 2056 | 2026-05-29T17:05:32.689Z | Checking tinyvec v1.10.0 |
| 2057 | 2026-05-29T17:05:32.769Z | Checking publicsuffix v2.3.0 |
| 2058 | 2026-05-29T17:05:32.961Z | Checking cookie v0.18.1 |
| 2059 | 2026-05-29T17:05:32.993Z | Checking sha1 v0.10.6 |
| 2060 | 2026-05-29T17:05:33.035Z | Checking num-integer v0.1.46 |
| 2061 | 2026-05-29T17:05:33.147Z | Checking scroll v0.13.0 |
| 2062 | 2026-05-29T17:05:33.190Z | Checking data-encoding v2.10.0 |
| 2063 | 2026-05-29T17:05:33.221Z | Checking cookie_store v0.22.1 |
| 2064 | 2026-05-29T17:05:33.264Z | Checking flate2 v1.1.9 |
| 2065 | 2026-05-29T17:05:33.298Z | Checking toml_datetime v0.6.11 |
| 2066 | 2026-05-29T17:05:33.407Z | Checking goblin v0.10.5 |
| 2067 | 2026-05-29T17:05:33.455Z | Checking serde_spanned v0.6.9 |
| 2068 | 2026-05-29T17:05:33.488Z | Checking memmap2 v0.9.10 |
| 2069 | 2026-05-29T17:05:33.523Z | Checking base16ct v0.2.0 |
| 2070 | 2026-05-29T17:05:33.575Z | Checking foreign-types-shared v0.1.1 |
| 2071 | 2026-05-29T17:05:33.611Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-05-29T17:05:33.614Z | Checking dtrace-parser v0.3.0 |
| 2073 | 2026-05-29T17:05:33.678Z | Checking ff v0.13.1 |
| 2074 | 2026-05-29T17:05:33.682Z | Checking sec1 v0.7.3 |
| 2075 | 2026-05-29T17:05:33.743Z | Checking foreign-types v0.3.2 |
| 2076 | 2026-05-29T17:05:33.828Z | Checking bit-set v0.8.0 |
| 2077 | 2026-05-29T17:05:33.863Z | Checking openssl-sys v0.9.115 |
| 2078 | 2026-05-29T17:05:33.866Z | Checking thread-id v5.1.0 |
| 2079 | 2026-05-29T17:05:33.866Z | Checking wait-timeout v0.2.1 |
| 2080 | 2026-05-29T17:05:33.960Z | Checking group v0.13.0 |
| 2081 | 2026-05-29T17:05:33.963Z | Checking num-iter v0.1.45 |
| 2082 | 2026-05-29T17:05:34.026Z | Checking bstr v1.12.1 |
| 2083 | 2026-05-29T17:05:34.030Z | Checking hkdf v0.12.4 |
| 2084 | 2026-05-29T17:05:34.092Z | Checking crossbeam-epoch v0.9.18 |
| 2085 | 2026-05-29T17:05:34.130Z | Checking ahash v0.8.12 |
| 2086 | 2026-05-29T17:05:34.164Z | Checking crypto-bigint v0.5.5 |
| 2087 | 2026-05-29T17:05:34.217Z | Checking quick-error v1.2.3 |
| 2088 | 2026-05-29T17:05:34.257Z | Checking openssl v0.10.79 |
| 2089 | 2026-05-29T17:05:34.321Z | Checking tokio-rustls v0.26.4 |
| 2090 | 2026-05-29T17:05:34.357Z | Checking rustls-platform-verifier v0.6.2 |
| 2091 | 2026-05-29T17:05:34.361Z | Checking rusty-fork v0.3.1 |
| 2092 | 2026-05-29T17:05:34.361Z | Checking rand_xorshift v0.4.0 |
| 2093 | 2026-05-29T17:05:34.455Z | Checking scroll v0.12.0 |
| 2094 | 2026-05-29T17:05:34.521Z | Checking unarray v0.1.4 |
| 2095 | 2026-05-29T17:05:34.557Z | Checking num-bigint-dig v0.8.6 |
| 2096 | 2026-05-29T17:05:34.591Z | Checking hyper-rustls v0.27.7 |
| 2097 | 2026-05-29T17:05:34.625Z | Checking pkcs1 v0.7.5 |
| 2098 | 2026-05-29T17:05:34.659Z | Checking proptest v1.11.0 |
| 2099 | 2026-05-29T17:05:34.704Z | Checking goblin v0.8.2 |
| 2100 | 2026-05-29T17:05:34.821Z | Checking reqwest v0.13.2 |
| 2101 | 2026-05-29T17:05:34.879Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-29T17:05:35.066Z | Checking elliptic-curve v0.13.8 |
| 2103 | 2026-05-29T17:05:35.375Z | Checking zerocopy v0.7.35 |
| 2104 | 2026-05-29T17:05:35.411Z | Checking unicode-segmentation v1.12.0 |
| 2105 | 2026-05-29T17:05:35.524Z | Checking rsa v0.9.10 |
| 2106 | 2026-05-29T17:05:35.675Z | Checking dtrace-parser v0.2.0 |
| 2107 | 2026-05-29T17:05:35.712Z | Checking dof v0.4.0 |
| 2108 | 2026-05-29T17:05:35.753Z | Checking rfc6979 v0.4.0 |
| 2109 | 2026-05-29T17:05:35.884Z | Checking memoffset v0.9.1 |
| 2110 | 2026-05-29T17:05:35.919Z | Checking thread-id v4.2.2 |
| 2111 | 2026-05-29T17:05:35.954Z | Checking ecdsa v0.16.9 |
| 2112 | 2026-05-29T17:05:35.993Z | Checking curve25519-dalek v4.1.3 |
| 2113 | 2026-05-29T17:05:36.031Z | Checking rustix v0.38.44 |
| 2114 | 2026-05-29T17:05:36.034Z | Checking env_filter v1.0.0 |
| 2115 | 2026-05-29T17:05:36.205Z | Checking keccak v0.1.6 |
| 2116 | 2026-05-29T17:05:36.267Z | Checking native-tls v0.2.18 |
| 2117 | 2026-05-29T17:05:36.307Z | Checking same-file v1.0.6 |
| 2118 | 2026-05-29T17:05:36.355Z | Checking usdt-impl v0.6.0 |
| 2119 | 2026-05-29T17:05:36.395Z | Checking toml_write v0.1.2 |
| 2120 | 2026-05-29T17:05:36.430Z | Checking newtype-uuid v1.3.2 |
| 2121 | 2026-05-29T17:05:36.466Z | Checking walkdir v2.5.0 |
| 2122 | 2026-05-29T17:05:36.473Z | Checking tokio-native-tls v0.3.1 |
| 2123 | 2026-05-29T17:05:36.578Z | Checking dof v0.3.0 |
| 2124 | 2026-05-29T17:05:36.583Z | Checking toml_edit v0.22.27 |
| 2125 | 2026-05-29T17:05:36.646Z | Checking hyper-tls v0.6.0 |
| 2126 | 2026-05-29T17:05:36.682Z | Checking sha3 v0.10.8 |
| 2127 | 2026-05-29T17:05:36.686Z | Checking usdt v0.6.0 |
| 2128 | 2026-05-29T17:05:36.686Z | Checking daft v0.1.7 |
| 2129 | 2026-05-29T17:05:36.777Z | Checking env_logger v0.11.9 |
| 2130 | 2026-05-29T17:05:36.842Z | Checking reqwest v0.12.28 |
| 2131 | 2026-05-29T17:05:36.879Z | Checking ed25519 v2.2.3 |
| 2132 | 2026-05-29T17:05:36.912Z | Checking usdt-impl v0.5.0 |
| 2133 | 2026-05-29T17:05:36.916Z | Checking itertools v0.13.0 |
| 2134 | 2026-05-29T17:05:36.980Z | Checking serde_with v3.17.0 |
| 2135 | 2026-05-29T17:05:36.983Z | Checking bitflags v1.3.2 |
| 2136 | 2026-05-29T17:05:37.047Z | Checking siphasher v1.0.2 |
| 2137 | 2026-05-29T17:05:37.082Z | Checking nix v0.31.2 |
| 2138 | 2026-05-29T17:05:37.085Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-29T17:05:37.212Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2140 | 2026-05-29T17:05:37.247Z | Checking unicode-normalization v0.1.25 |
| 2141 | 2026-05-29T17:05:37.367Z | Checking signal-hook v0.3.18 |
| 2142 | 2026-05-29T17:05:37.567Z | Checking winnow v0.5.40 |
| 2143 | 2026-05-29T17:05:37.603Z | Checking managed v0.8.0 |
| 2144 | 2026-05-29T17:05:37.676Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2145 | 2026-05-29T17:05:37.712Z | Checking object v0.37.3 |
| 2146 | 2026-05-29T17:05:37.715Z | Checking foldhash v0.1.5 |
| 2147 | 2026-05-29T17:05:37.790Z | Checking bzip2 v0.4.4 |
| 2148 | 2026-05-29T17:05:37.824Z | Checking signal-hook-mio v0.2.5 |
| 2149 | 2026-05-29T17:05:37.909Z | Checking hashbrown v0.15.5 |
| 2150 | 2026-05-29T17:05:37.965Z | Checking globset v0.4.18 |
| 2151 | 2026-05-29T17:05:38.002Z | Checking ref-cast v1.0.25 |
| 2152 | 2026-05-29T17:05:38.005Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2153 | 2026-05-29T17:05:38.131Z | Checking zip v0.6.6 |
| 2154 | 2026-05-29T17:05:38.172Z | Checking pin-project v1.1.11 |
| 2155 | 2026-05-29T17:05:38.175Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-29T17:05:38.247Z | Checking libbz2-rs-sys v0.2.2 |
| 2157 | 2026-05-29T17:05:38.297Z | Checking bumpalo v3.20.2 |
| 2158 | 2026-05-29T17:05:38.397Z | Checking zstd v0.13.3 |
| 2159 | 2026-05-29T17:05:38.433Z | Checking crossterm v0.28.1 |
| 2160 | 2026-05-29T17:05:38.466Z | Checking similar v2.7.0 |
| 2161 | 2026-05-29T17:05:38.501Z | Checking tokio-stream v0.1.18 |
| 2162 | 2026-05-29T17:05:38.536Z | Checking zopfli v0.8.3 |
| 2163 | 2026-05-29T17:05:38.610Z | Checking fs-err v3.3.0 |
| 2164 | 2026-05-29T17:05:38.657Z | Checking bzip2 v0.6.1 |
| 2165 | 2026-05-29T17:05:38.728Z | Checking toml_edit v0.19.15 |
| 2166 | 2026-05-29T17:05:38.846Z | Checking pem v3.0.6 |
| 2167 | 2026-05-29T17:05:38.883Z | Checking hash32 v0.2.1 |
| 2168 | 2026-05-29T17:05:38.886Z | Checking serde-big-array v0.5.1 |
| 2169 | 2026-05-29T17:05:38.950Z | Checking unicode-bidi v0.3.18 |
| 2170 | 2026-05-29T17:05:38.953Z | Checking unicode-properties v0.1.4 |
| 2171 | 2026-05-29T17:05:39.025Z | Checking jiff v0.2.21 |
| 2172 | 2026-05-29T17:05:39.063Z | Checking predicates-core v1.0.10 |
| 2173 | 2026-05-29T17:05:39.098Z | Checking heapless v0.7.17 |
| 2174 | 2026-05-29T17:05:39.151Z | Checking snafu v0.8.9 |
| 2175 | 2026-05-29T17:05:39.192Z | Checking olpc-cjson v0.1.4 |
| 2176 | 2026-05-29T17:05:39.227Z | Checking hickory-proto v0.25.2 |
| 2177 | 2026-05-29T17:05:39.267Z | Checking stringprep v0.1.5 |
| 2178 | 2026-05-29T17:05:39.351Z | Checking md-5 v0.10.6 |
| 2179 | 2026-05-29T17:05:39.416Z | Checking serde_plain v1.0.2 |
| 2180 | 2026-05-29T17:05:39.452Z | Checking float-cmp v0.10.0 |
| 2181 | 2026-05-29T17:05:39.518Z | Checking typed-path v0.9.3 |
| 2182 | 2026-05-29T17:05:39.552Z | Checking difflib v0.4.0 |
| 2183 | 2026-05-29T17:05:39.587Z | Checking normalize-line-endings v0.3.0 |
| 2184 | 2026-05-29T17:05:39.622Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-05-29T17:05:39.706Z | Checking smoltcp v0.9.1 |
| 2186 | 2026-05-29T17:05:39.755Z | Checking predicates v3.1.4 |
| 2187 | 2026-05-29T17:05:39.791Z | Checking toml v0.7.8 |
| 2188 | 2026-05-29T17:05:39.918Z | Checking postgres-protocol v0.6.10 |
| 2189 | 2026-05-29T17:05:40.004Z | Checking iddqd v0.4.2 |
| 2190 | 2026-05-29T17:05:40.075Z | Checking phf_shared v0.11.3 |
| 2191 | 2026-05-29T17:05:40.125Z | Checking phf_shared v0.13.1 |
| 2192 | 2026-05-29T17:05:40.246Z | Checking buf-list v1.1.2 |
| 2193 | 2026-05-29T17:05:40.281Z | Checking strum v0.27.2 |
| 2194 | 2026-05-29T17:05:40.317Z | Checking tough v0.22.0 |
| 2195 | 2026-05-29T17:05:40.321Z | Checking new_debug_unreachable v1.0.6 |
| 2196 | 2026-05-29T17:05:40.382Z | Checking lalrpop-util v0.19.12 |
| 2197 | 2026-05-29T17:05:40.420Z | Checking fixedbitset v0.4.2 |
| 2198 | 2026-05-29T17:05:40.454Z | Checking precomputed-hash v0.1.1 |
| 2199 | 2026-05-29T17:05:40.457Z | Checking fixedbitset v0.5.7 |
| 2200 | 2026-05-29T17:05:40.562Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2201 | 2026-05-29T17:05:40.597Z | Checking string_cache v0.8.9 |
| 2202 | 2026-05-29T17:05:40.600Z | Checking petgraph v0.6.5 |
| 2203 | 2026-05-29T17:05:40.674Z | Checking petgraph v0.8.3 |
| 2204 | 2026-05-29T17:05:40.823Z | Checking phf v0.13.1 |
| 2205 | 2026-05-29T17:05:40.922Z | Checking postgres-types v0.2.12 |
| 2206 | 2026-05-29T17:05:40.997Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2207 | 2026-05-29T17:05:41.236Z | Checking zip v4.6.1 |
| 2208 | 2026-05-29T17:05:41.271Z | Checking peg-runtime v0.8.5 |
| 2209 | 2026-05-29T17:05:41.305Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-29T17:05:41.530Z | Checking tokio-postgres v0.7.16 |
| 2211 | 2026-05-29T17:05:41.569Z | Checking is-terminal v0.4.17 |
| 2212 | 2026-05-29T17:05:41.692Z | Checking crossbeam-channel v0.5.15 |
| 2213 | 2026-05-29T17:05:41.819Z | Compiling structmeta-derive v0.3.0 |
| 2214 | 2026-05-29T17:05:41.861Z | Checking thread_local v1.1.9 |
| 2215 | 2026-05-29T17:05:41.998Z | Checking term v1.2.1 |
| 2216 | 2026-05-29T17:05:42.047Z | Checking take_mut v0.2.2 |
| 2217 | 2026-05-29T17:05:42.082Z | Compiling newtype-uuid-macros v0.1.0 |
| 2218 | 2026-05-29T17:05:42.180Z | Checking slog-async v2.8.0 |
| 2219 | 2026-05-29T17:05:42.245Z | Checking slog-term v2.9.2 |
| 2220 | 2026-05-29T17:05:42.282Z | Compiling rustls v0.22.4 |
| 2221 | 2026-05-29T17:05:42.323Z | Compiling multer v3.1.0 |
| 2222 | 2026-05-29T17:05:42.380Z | Compiling async-stream-impl v0.3.6 |
| 2223 | 2026-05-29T17:05:42.526Z | Compiling dropshot v0.17.0 |
| 2224 | 2026-05-29T17:05:42.595Z | Compiling dropshot_endpoint v0.17.0 |
| 2225 | 2026-05-29T17:05:42.638Z | Checking match_cfg v0.1.0 |
| 2226 | 2026-05-29T17:05:42.736Z | Checking hostname v0.3.1 |
| 2227 | 2026-05-29T17:05:42.805Z | Checking slog-json v2.6.1 |
| 2228 | 2026-05-29T17:05:42.848Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2229 | 2026-05-29T17:05:42.904Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2230 | 2026-05-29T17:05:42.937Z | Checking debug-ignore v1.0.5 |
| 2231 | 2026-05-29T17:05:43.001Z | Compiling structmeta v0.3.0 |
| 2232 | 2026-05-29T17:05:43.004Z | Checking slog-bunyan v2.5.0 |
| 2233 | 2026-05-29T17:05:43.066Z | Checking rustls-webpki v0.102.8 |
| 2234 | 2026-05-29T17:05:43.069Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2235 | 2026-05-29T17:05:43.134Z | Checking serde_spanned v1.0.4 |
| 2236 | 2026-05-29T17:05:43.174Z | Checking serde_path_to_error v0.1.20 |
| 2237 | 2026-05-29T17:05:43.239Z | Compiling derive-ex v0.1.8 |
| 2238 | 2026-05-29T17:05:43.275Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2239 | 2026-05-29T17:05:43.308Z | Checking compression-core v0.4.31 |
| 2240 | 2026-05-29T17:05:43.340Z | Checking progenitor-client v0.14.0 |
| 2241 | 2026-05-29T17:05:43.375Z | Checking async-stream v0.3.6 |
| 2242 | 2026-05-29T17:05:43.490Z | Checking compression-codecs v0.4.37 |
| 2243 | 2026-05-29T17:05:43.493Z | Checking toml v1.0.6+spec-1.1.0 |
| 2244 | 2026-05-29T17:05:43.588Z | Checking waitgroup v0.1.2 |
| 2245 | 2026-05-29T17:05:43.591Z | Checking rustls-pemfile v2.2.0 |
| 2246 | 2026-05-29T17:05:43.682Z | Checking async-compression v0.4.41 |
| 2247 | 2026-05-29T17:05:43.718Z | Checking hostname v0.4.2 |
| 2248 | 2026-05-29T17:05:43.787Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2249 | 2026-05-29T17:05:43.823Z | Compiling parse-display-derive v0.10.0 |
| 2250 | 2026-05-29T17:05:43.856Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2251 | 2026-05-29T17:05:43.924Z | Checking regress v0.10.5 |
| 2252 | 2026-05-29T17:05:43.960Z | Checking itertools v0.14.0 |
| 2253 | 2026-05-29T17:05:44.020Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2254 | 2026-05-29T17:05:44.121Z | Checking macaddr v1.0.1 |
| 2255 | 2026-05-29T17:05:44.329Z | Checking instant v0.1.13 |
| 2256 | 2026-05-29T17:05:44.364Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2257 | 2026-05-29T17:05:44.443Z | Checking backoff v0.4.0 |
| 2258 | 2026-05-29T17:05:44.479Z | Checking backon v1.6.0 |
| 2259 | 2026-05-29T17:05:44.621Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2260 | 2026-05-29T17:05:44.657Z | Checking humantime v2.3.0 |
| 2261 | 2026-05-29T17:05:44.689Z | Checking progenitor-extras v0.2.0 |
| 2262 | 2026-05-29T17:05:44.863Z | Checking progenitor-client v0.10.0 |
| 2263 | 2026-05-29T17:05:44.913Z | Checking tokio-rustls v0.25.0 |
| 2264 | 2026-05-29T17:05:44.951Z | Compiling test-strategy v0.4.5 |
| 2265 | 2026-05-29T17:05:44.954Z | Checking unicode-width v0.2.0 |
| 2266 | 2026-05-29T17:05:45.016Z | Checking heck v0.5.0 |
| 2267 | 2026-05-29T17:05:45.109Z | Compiling convert_case v0.4.0 |
| 2268 | 2026-05-29T17:05:45.145Z | Checking half v2.7.1 |
| 2269 | 2026-05-29T17:05:45.216Z | Checking ciborium-io v0.2.2 |
| 2270 | 2026-05-29T17:05:45.252Z | Checking secrecy v0.10.3 |
| 2271 | 2026-05-29T17:05:45.328Z | Compiling regress v0.11.1 |
| 2272 | 2026-05-29T17:05:45.364Z | Checking indent_write v2.2.0 |
| 2273 | 2026-05-29T17:05:45.398Z | Checking universal-hash v0.5.1 |
| 2274 | 2026-05-29T17:05:45.435Z | Checking ciborium-ll v0.2.2 |
| 2275 | 2026-05-29T17:05:45.496Z | Compiling derive_more v0.99.20 |
| 2276 | 2026-05-29T17:05:45.531Z | Checking parse-display v0.10.0 |
| 2277 | 2026-05-29T17:05:45.534Z | Checking opaque-debug v0.3.1 |
| 2278 | 2026-05-29T17:05:45.598Z | Compiling unsafe-libyaml v0.2.11 |
| 2279 | 2026-05-29T17:05:45.631Z | Checking ciborium v0.2.2 |
| 2280 | 2026-05-29T17:05:45.705Z | Compiling crucible-workspace-hack v0.1.0 |
| 2281 | 2026-05-29T17:05:45.955Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-29T17:05:46.081Z | Checking aead v0.5.2 |
| 2283 | 2026-05-29T17:05:46.141Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-05-29T17:05:46.348Z | Checking poly1305 v0.8.0 |
| 2285 | 2026-05-29T17:05:46.382Z | Checking chacha20 v0.9.1 |
| 2286 | 2026-05-29T17:05:46.443Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2287 | 2026-05-29T17:05:46.598Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2288 | 2026-05-29T17:05:46.639Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2289 | 2026-05-29T17:05:46.851Z | Checking password-hash v0.5.0 |
| 2290 | 2026-05-29T17:05:46.946Z | Compiling typify-impl v0.6.2 |
| 2291 | 2026-05-29T17:05:47.078Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2292 | 2026-05-29T17:05:47.113Z | Checking blake2 v0.10.6 |
| 2293 | 2026-05-29T17:05:47.375Z | Checking argon2 v0.5.3 |
| 2294 | 2026-05-29T17:05:47.596Z | Checking chacha20poly1305 v0.10.1 |
| 2295 | 2026-05-29T17:05:47.744Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2296 | 2026-05-29T17:05:47.779Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2297 | 2026-05-29T17:05:47.836Z | Checking thiserror-no-std v2.0.2 |
| 2298 | 2026-05-29T17:05:47.990Z | Checking vsss-rs v3.3.4 |
| 2299 | 2026-05-29T17:05:48.065Z | Checking byte-wrapper v0.1.0 |
| 2300 | 2026-05-29T17:05:48.120Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2301 | 2026-05-29T17:05:48.229Z | Checking swrite v0.1.0 |
| 2302 | 2026-05-29T17:05:48.303Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2303 | 2026-05-29T17:05:48.350Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-05-29T17:05:48.417Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2305 | 2026-05-29T17:05:48.602Z | Checking crossbeam-deque v0.8.6 |
| 2306 | 2026-05-29T17:05:48.637Z | Compiling rayon-core v1.13.0 |
| 2307 | 2026-05-29T17:05:48.815Z | Compiling num-derive v0.4.2 |
| 2308 | 2026-05-29T17:05:48.893Z | Checking toml v0.8.23 |
| 2309 | 2026-05-29T17:05:49.136Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2310 | 2026-05-29T17:05:49.244Z | Compiling proc-macro-error v1.0.4 |
| 2311 | 2026-05-29T17:05:49.384Z | Checking rayon v1.11.0 |
| 2312 | 2026-05-29T17:05:49.581Z | Checking tabwriter v1.4.1 |
| 2313 | 2026-05-29T17:05:49.639Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2314 | 2026-05-29T17:05:49.756Z | Checking colored v3.1.1 |
| 2315 | 2026-05-29T17:05:49.790Z | Checking glob v0.3.3 |
| 2316 | 2026-05-29T17:05:49.881Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2317 | 2026-05-29T17:05:49.916Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2318 | 2026-05-29T17:05:49.984Z | Compiling heapless v0.8.0 |
| 2319 | 2026-05-29T17:05:50.018Z | Compiling ingot-macros v0.1.1 |
| 2320 | 2026-05-29T17:05:50.021Z | Checking hash32 v0.3.1 |
| 2321 | 2026-05-29T17:05:50.207Z | Compiling smoltcp v0.11.0 |
| 2322 | 2026-05-29T17:05:50.332Z | Checking unicode-width v0.1.14 |
| 2323 | 2026-05-29T17:05:50.491Z | Compiling proc-macro-crate v3.4.0 |
| 2324 | 2026-05-29T17:05:50.565Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2325 | 2026-05-29T17:05:50.838Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-29T17:05:50.881Z | Compiling usdt-attr-macro v0.5.0 |
| 2327 | 2026-05-29T17:05:50.989Z | Compiling usdt-macro v0.5.0 |
| 2328 | 2026-05-29T17:05:51.025Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-29T17:05:51.059Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-29T17:05:51.094Z | Compiling num_enum_derive v0.7.5 |
| 2331 | 2026-05-29T17:05:51.315Z | Checking postcard v1.1.3 |
| 2332 | 2026-05-29T17:05:51.353Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2333 | 2026-05-29T17:05:51.502Z | Compiling typify-macro v0.6.2 |
| 2334 | 2026-05-29T17:05:51.708Z | Compiling proc-macro-crate v1.3.1 |
| 2335 | 2026-05-29T17:05:51.715Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2336 | 2026-05-29T17:05:51.726Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-29T17:05:51.920Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-29T17:05:51.923Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-29T17:05:52.026Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-29T17:05:52.080Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-29T17:05:52.155Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-29T17:05:52.188Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-29T17:05:52.278Z | Checking num_enum v0.7.5 |
| 2344 | 2026-05-29T17:05:52.319Z | Compiling num_enum_derive v0.5.11 |
| 2345 | 2026-05-29T17:05:52.459Z | Checking cstr-argument v0.1.2 |
| 2346 | 2026-05-29T17:05:52.525Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2347 | 2026-05-29T17:05:52.556Z | Checking foreign-types v0.5.0 |
| 2348 | 2026-05-29T17:05:52.589Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-29T17:05:52.621Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2350 | 2026-05-29T17:05:52.661Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2351 | 2026-05-29T17:05:52.818Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-05-29T17:05:52.882Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2353 | 2026-05-29T17:05:52.944Z | Checking rand v0.10.0 |
| 2354 | 2026-05-29T17:05:53.008Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2355 | 2026-05-29T17:05:53.073Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-05-29T17:05:53.107Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-05-29T17:05:53.144Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2358 | 2026-05-29T17:05:53.253Z | Checking ingot v0.1.1 |
| 2359 | 2026-05-29T17:05:53.256Z | Compiling zone_cfg_derive v0.3.1 |
| 2360 | 2026-05-29T17:05:53.320Z | Compiling typify v0.6.2 |
| 2361 | 2026-05-29T17:05:53.445Z | Compiling progenitor-impl v0.14.0 |
| 2362 | 2026-05-29T17:05:53.474Z | Checking num_enum v0.5.11 |
| 2363 | 2026-05-29T17:05:53.538Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2364 | 2026-05-29T17:05:53.609Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2365 | 2026-05-29T17:05:53.737Z | Checking itertools v0.12.1 |
| 2366 | 2026-05-29T17:05:53.809Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2367 | 2026-05-29T17:05:54.079Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2368 | 2026-05-29T17:05:54.123Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2369 | 2026-05-29T17:05:54.259Z | Checking smf v0.2.3 |
| 2370 | 2026-05-29T17:05:54.342Z | Checking whoami v1.6.1 |
| 2371 | 2026-05-29T17:05:54.377Z | Checking tokio-dtrace v0.1.1 |
| 2372 | 2026-05-29T17:05:54.474Z | Compiling derive-where v1.6.0 |
| 2373 | 2026-05-29T17:05:54.521Z | Checking console v0.15.11 |
| 2374 | 2026-05-29T17:05:54.554Z | Checking atomicwrites v0.4.4 |
| 2375 | 2026-05-29T17:05:54.586Z | Checking oxide-tokio-rt v0.1.4 |
| 2376 | 2026-05-29T17:05:54.709Z | Checking newline-converter v0.3.0 |
| 2377 | 2026-05-29T17:05:54.750Z | Checking zone v0.3.1 |
| 2378 | 2026-05-29T17:05:54.785Z | Checking num-rational v0.4.2 |
| 2379 | 2026-05-29T17:05:54.819Z | Checking num-complex v0.4.6 |
| 2380 | 2026-05-29T17:05:54.852Z | Checking bytecount v0.6.9 |
| 2381 | 2026-05-29T17:05:54.882Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2382 | 2026-05-29T17:05:54.978Z | Checking expectorate v1.2.0 |
| 2383 | 2026-05-29T17:05:55.082Z | Checking float-ord v0.3.2 |
| 2384 | 2026-05-29T17:05:55.126Z | Compiling prettyplease v0.2.37 |
| 2385 | 2026-05-29T17:05:55.159Z | Compiling owo-colors v4.3.0 |
| 2386 | 2026-05-29T17:05:55.192Z | Checking num v0.4.3 |
| 2387 | 2026-05-29T17:05:55.224Z | Compiling progenitor-impl v0.13.0 |
| 2388 | 2026-05-29T17:05:55.293Z | Compiling cancel-safe-futures v0.1.5 |
| 2389 | 2026-05-29T17:05:55.579Z | Checking progenitor-client v0.13.0 |
| 2390 | 2026-05-29T17:05:55.794Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-05-29T17:05:55.967Z | Checking libsw v3.5.0 |
| 2392 | 2026-05-29T17:05:56.025Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2393 | 2026-05-29T17:05:56.061Z | Compiling progenitor-macro v0.14.0 |
| 2394 | 2026-05-29T17:05:56.136Z | Checking linear-map v1.2.0 |
| 2395 | 2026-05-29T17:05:56.171Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2396 | 2026-05-29T17:05:56.300Z | Checking gethostname v0.5.0 |
| 2397 | 2026-05-29T17:05:56.333Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-05-29T17:05:56.416Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2399 | 2026-05-29T17:05:57.084Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2400 | 2026-05-29T17:05:57.806Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2401 | 2026-05-29T17:05:57.873Z | Compiling progenitor-macro v0.13.0 |
| 2402 | 2026-05-29T17:05:57.985Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2403 | 2026-05-29T17:06:00.103Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2404 | 2026-05-29T17:06:00.992Z | Checking progenitor v0.14.0 |
| 2405 | 2026-05-29T17:06:01.152Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2406 | 2026-05-29T17:06:01.920Z | Checking resolv-conf v0.7.6 |
| 2407 | 2026-05-29T17:06:02.128Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2408 | 2026-05-29T17:06:02.194Z | Checking smawk v0.3.2 |
| 2409 | 2026-05-29T17:06:02.311Z | Checking unicode-linebreak v0.1.5 |
| 2410 | 2026-05-29T17:06:02.352Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2411 | 2026-05-29T17:06:02.559Z | Checking papergrid v0.11.0 |
| 2412 | 2026-05-29T17:06:02.642Z | Compiling tabled_derive v0.7.0 |
| 2413 | 2026-05-29T17:06:02.680Z | Compiling convert_case v0.10.0 |
| 2414 | 2026-05-29T17:06:02.780Z | Checking progenitor v0.13.0 |
| 2415 | 2026-05-29T17:06:03.005Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-05-29T17:06:03.055Z | Compiling derive_more-impl v2.1.1 |
| 2417 | 2026-05-29T17:06:03.091Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2418 | 2026-05-29T17:06:03.649Z | Checking tabled v0.15.0 |
| 2419 | 2026-05-29T17:06:03.730Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2420 | 2026-05-29T17:06:03.901Z | Checking derive_more v2.1.1 |
| 2421 | 2026-05-29T17:06:03.936Z | Checking linked-hash-map v0.5.6 |
| 2422 | 2026-05-29T17:06:03.969Z | Checking hickory-proto v0.24.4 |
| 2423 | 2026-05-29T17:06:03.973Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2424 | 2026-05-29T17:06:04.036Z | Checking crossterm v0.29.0 |
| 2425 | 2026-05-29T17:06:04.133Z | Checking lru-cache v0.1.2 |
| 2426 | 2026-05-29T17:06:04.242Z | Checking fd-lock v4.0.4 |
| 2427 | 2026-05-29T17:06:04.281Z | Checking vte v0.14.1 |
| 2428 | 2026-05-29T17:06:04.396Z | Checking display-error-chain v0.2.2 |
| 2429 | 2026-05-29T17:06:04.433Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2430 | 2026-05-29T17:06:04.467Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-05-29T17:06:04.542Z | Checking nu-ansi-term v0.50.3 |
| 2432 | 2026-05-29T17:06:04.592Z | Checking termtree v0.5.1 |
| 2433 | 2026-05-29T17:06:04.627Z | Checking textwrap v0.16.2 |
| 2434 | 2026-05-29T17:06:04.631Z | Compiling minimal-lexical v0.2.1 |
| 2435 | 2026-05-29T17:06:04.756Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2436 | 2026-05-29T17:06:04.790Z | Checking reedline v0.40.0 |
| 2437 | 2026-05-29T17:06:04.824Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2438 | 2026-05-29T17:06:04.866Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2439 | 2026-05-29T17:06:04.937Z | Compiling nom v7.1.3 |
| 2440 | 2026-05-29T17:06:05.233Z | Compiling ar_archive_writer v0.5.1 |
| 2441 | 2026-05-29T17:06:05.388Z | Checking csv-core v0.1.13 |
| 2442 | 2026-05-29T17:06:05.485Z | Compiling stacker v0.1.23 |
| 2443 | 2026-05-29T17:06:05.588Z | Checking csv v1.4.0 |
| 2444 | 2026-05-29T17:06:05.771Z | Compiling semver v0.1.20 |
| 2445 | 2026-05-29T17:06:05.806Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-05-29T17:06:05.894Z | Checking highway v1.3.0 |
| 2447 | 2026-05-29T17:06:05.959Z | Compiling cfg_aliases v0.1.1 |
| 2448 | 2026-05-29T17:06:06.039Z | Compiling rustc_version v0.1.7 |
| 2449 | 2026-05-29T17:06:06.072Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-29T17:06:06.104Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-29T17:06:06.135Z | Compiling psm v0.1.30 |
| 2452 | 2026-05-29T17:06:06.167Z | Checking home v0.5.12 |
| 2453 | 2026-05-29T17:06:06.256Z | Checking endian-type v0.1.2 |
| 2454 | 2026-05-29T17:06:06.291Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2455 | 2026-05-29T17:06:06.294Z | Compiling newtype_derive v0.1.6 |
| 2456 | 2026-05-29T17:06:06.357Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2457 | 2026-05-29T17:06:06.411Z | Checking radix_trie v0.2.1 |
| 2458 | 2026-05-29T17:06:06.490Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2459 | 2026-05-29T17:06:06.534Z | Checking phf_shared v0.12.1 |
| 2460 | 2026-05-29T17:06:06.568Z | Checking qorb v0.4.1 |
| 2461 | 2026-05-29T17:06:06.646Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2462 | 2026-05-29T17:06:06.710Z | Compiling chrono-tz v0.10.4 |
| 2463 | 2026-05-29T17:06:06.847Z | Checking phf v0.12.1 |
| 2464 | 2026-05-29T17:06:07.035Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2465 | 2026-05-29T17:06:07.038Z | Compiling const_format_proc_macros v0.2.34 |
| 2466 | 2026-05-29T17:06:07.100Z | Compiling peg-macros v0.8.5 |
| 2467 | 2026-05-29T17:06:07.103Z | Checking recursive v0.1.1 |
| 2468 | 2026-05-29T17:06:07.165Z | Checking winnow v0.6.26 |
| 2469 | 2026-05-29T17:06:07.252Z | Compiling sqlparser_derive v0.5.0 |
| 2470 | 2026-05-29T17:06:07.553Z | Checking unicode_categories v0.1.1 |
| 2471 | 2026-05-29T17:06:07.889Z | Checking const_format v0.2.35 |
| 2472 | 2026-05-29T17:06:07.932Z | Checking rustyline v14.0.0 |
| 2473 | 2026-05-29T17:06:08.069Z | Checking sqlparser v0.61.0 |
| 2474 | 2026-05-29T17:06:08.376Z | Checking sqlformat v0.3.5 |
| 2475 | 2026-05-29T17:06:08.517Z | Checking peg v0.8.5 |
| 2476 | 2026-05-29T17:06:08.620Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2477 | 2026-05-29T17:06:08.653Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-29T17:06:08.838Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2479 | 2026-05-29T17:06:08.907Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2480 | 2026-05-29T17:06:08.941Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-29T17:06:09.062Z | Checking steno v0.4.1 |
| 2482 | 2026-05-29T17:06:09.163Z | Checking filetime v0.2.27 |
| 2483 | 2026-05-29T17:06:09.328Z | Checking xattr v1.6.1 |
| 2484 | 2026-05-29T17:06:09.493Z | Checking tar v0.4.45 |
| 2485 | 2026-05-29T17:06:09.759Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2486 | 2026-05-29T17:06:09.902Z | Checking subprocess v0.2.15 |
| 2487 | 2026-05-29T17:06:09.939Z | Checking base64 v0.21.7 |
| 2488 | 2026-05-29T17:06:10.089Z | Checking headers-core v0.3.0 |
| 2489 | 2026-05-29T17:06:10.207Z | Checking yasna v0.5.2 |
| 2490 | 2026-05-29T17:06:10.242Z | Checking headers v0.4.1 |
| 2491 | 2026-05-29T17:06:10.306Z | Checking dropshot-api-manager-types v0.7.2 |
| 2492 | 2026-05-29T17:06:10.505Z | Checking tagptr v0.2.0 |
| 2493 | 2026-05-29T17:06:10.614Z | Checking rcgen v0.12.1 |
| 2494 | 2026-05-29T17:06:10.677Z | Checking moka v0.12.13 |
| 2495 | 2026-05-29T17:06:10.749Z | Checking utf-8 v0.7.6 |
| 2496 | 2026-05-29T17:06:10.917Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2497 | 2026-05-29T17:06:10.957Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2498 | 2026-05-29T17:06:11.064Z | Compiling libefi-sys v0.1.0 |
| 2499 | 2026-05-29T17:06:11.098Z | Checking tungstenite v0.21.0 |
| 2500 | 2026-05-29T17:06:11.321Z | Compiling bitfield-struct v0.6.2 |
| 2501 | 2026-05-29T17:06:11.355Z | Checking hickory-resolver v0.25.2 |
| 2502 | 2026-05-29T17:06:11.458Z | Compiling radium v0.7.0 |
| 2503 | 2026-05-29T17:06:11.543Z | Checking tokio-tungstenite v0.21.0 |
| 2504 | 2026-05-29T17:06:11.829Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2505 | 2026-05-29T17:06:11.861Z | Checking tap v1.0.1 |
| 2506 | 2026-05-29T17:06:11.970Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-29T17:06:12.002Z | Compiling maybe-uninit v2.0.0 |
| 2508 | 2026-05-29T17:06:12.032Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2509 | 2026-05-29T17:06:12.091Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2510 | 2026-05-29T17:06:12.137Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2511 | 2026-05-29T17:06:12.235Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2512 | 2026-05-29T17:06:12.335Z | Checking wyz v0.5.1 |
| 2513 | 2026-05-29T17:06:12.503Z | Compiling zerocopy-derive v0.6.6 |
| 2514 | 2026-05-29T17:06:12.536Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2515 | 2026-05-29T17:06:12.539Z | Compiling packed_struct v0.10.1 |
| 2516 | 2026-05-29T17:06:12.600Z | Checking crc-catalog v2.4.0 |
| 2517 | 2026-05-29T17:06:12.632Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2518 | 2026-05-29T17:06:12.632Z | Checking funty v2.0.0 |
| 2519 | 2026-05-29T17:06:12.721Z | Checking crc v3.4.0 |
| 2520 | 2026-05-29T17:06:12.885Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2521 | 2026-05-29T17:06:12.979Z | Compiling packed_struct_codegen v0.10.1 |
| 2522 | 2026-05-29T17:06:13.012Z | Compiling bitfield-macros v0.19.4 |
| 2523 | 2026-05-29T17:06:13.042Z | Checking bitvec v1.0.1 |
| 2524 | 2026-05-29T17:06:13.400Z | Checking zerocopy v0.6.6 |
| 2525 | 2026-05-29T17:06:13.734Z | Compiling indexmap v1.9.3 |
| 2526 | 2026-05-29T17:06:13.766Z | Checking nodrop v0.1.14 |
| 2527 | 2026-05-29T17:06:13.886Z | Checking array-init v0.0.4 |
| 2528 | 2026-05-29T17:06:14.004Z | Checking bitfield v0.19.4 |
| 2529 | 2026-05-29T17:06:14.089Z | Checking smallvec v0.6.14 |
| 2530 | 2026-05-29T17:06:14.215Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2531 | 2026-05-29T17:06:14.302Z | Checking hashbrown v0.12.3 |
| 2532 | 2026-05-29T17:06:14.335Z | Checking serde-hex v0.1.0 |
| 2533 | 2026-05-29T17:06:14.715Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2534 | 2026-05-29T17:06:14.922Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2535 | 2026-05-29T17:06:15.084Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-29T17:06:15.175Z | Checking ron v0.8.1 |
| 2537 | 2026-05-29T17:06:15.208Z | Checking hashbrown v0.13.2 |
| 2538 | 2026-05-29T17:06:15.266Z | Checking crc-any v2.5.0 |
| 2539 | 2026-05-29T17:06:15.475Z | Checking path-slash v0.1.5 |
| 2540 | 2026-05-29T17:06:15.478Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2541 | 2026-05-29T17:06:15.615Z | Compiling xshell-macros v0.2.7 |
| 2542 | 2026-05-29T17:06:15.659Z | Checking object v0.30.4 |
| 2543 | 2026-05-29T17:06:15.723Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2544 | 2026-05-29T17:06:15.819Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2545 | 2026-05-29T17:06:15.913Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2546 | 2026-05-29T17:06:16.037Z | Checking xshell v0.2.7 |
| 2547 | 2026-05-29T17:06:16.332Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2548 | 2026-05-29T17:06:16.410Z | Checking half v1.8.3 |
| 2549 | 2026-05-29T17:06:16.492Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2550 | 2026-05-29T17:06:16.633Z | Checking serde_cbor v0.11.2 |
| 2551 | 2026-05-29T17:06:16.909Z | Compiling proc-macro-error2 v2.0.1 |
| 2552 | 2026-05-29T17:06:17.049Z | Checking libscf-sys v1.2.0 |
| 2553 | 2026-05-29T17:06:17.123Z | Checking papergrid v0.17.0 |
| 2554 | 2026-05-29T17:06:17.212Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2555 | 2026-05-29T17:06:17.249Z | Compiling tabled_derive v0.11.0 |
| 2556 | 2026-05-29T17:06:17.444Z | Checking testing_table v0.3.0 |
| 2557 | 2026-05-29T17:06:17.739Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2558 | 2026-05-29T17:06:17.776Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2559 | 2026-05-29T17:06:17.919Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2560 | 2026-05-29T17:06:18.049Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2561 | 2026-05-29T17:06:18.252Z | Checking crc8 v0.1.1 |
| 2562 | 2026-05-29T17:06:18.285Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2563 | 2026-05-29T17:06:18.383Z | Checking maplit v1.0.2 |
| 2564 | 2026-05-29T17:06:18.530Z | Checking tabled v0.20.0 |
| 2565 | 2026-05-29T17:06:18.592Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2566 | 2026-05-29T17:06:18.672Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-29T17:06:18.722Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-29T17:06:18.844Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2569 | 2026-05-29T17:06:19.013Z | Compiling git-stub-vcs v0.1.0 |
| 2570 | 2026-05-29T17:06:19.396Z | Checking fxhash v0.2.1 |
| 2571 | 2026-05-29T17:06:19.434Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2572 | 2026-05-29T17:06:19.548Z | Checking unicase v2.9.0 |
| 2573 | 2026-05-29T17:06:19.581Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2574 | 2026-05-29T17:06:19.612Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2575 | 2026-05-29T17:06:19.737Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2576 | 2026-05-29T17:06:19.984Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2577 | 2026-05-29T17:06:20.038Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2578 | 2026-05-29T17:06:20.148Z | Compiling vergen-lib v0.1.6 |
| 2579 | 2026-05-29T17:06:20.195Z | Compiling diesel_derives v2.3.7 |
| 2580 | 2026-05-29T17:06:20.320Z | Checking kstat-rs v0.2.4 |
| 2581 | 2026-05-29T17:06:20.440Z | Checking scheduled-thread-pool v0.2.7 |
| 2582 | 2026-05-29T17:06:20.482Z | Compiling dsl_auto_type v0.2.0 |
| 2583 | 2026-05-29T17:06:20.514Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2584 | 2026-05-29T17:06:20.546Z | Compiling vergen-gitcl v1.0.8 |
| 2585 | 2026-05-29T17:06:20.613Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2586 | 2026-05-29T17:06:20.644Z | Checking r2d2 v0.8.10 |
| 2587 | 2026-05-29T17:06:20.851Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2588 | 2026-05-29T17:06:20.854Z | Checking arc-swap v1.8.2 |
| 2589 | 2026-05-29T17:06:21.109Z | Checking downcast-rs v2.0.2 |
| 2590 | 2026-05-29T17:06:21.208Z | Checking slog-scope v4.4.1 |
| 2591 | 2026-05-29T17:06:21.270Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2592 | 2026-05-29T17:06:21.303Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-29T17:06:21.370Z | Compiling parking_lot_core v0.8.6 |
| 2594 | 2026-05-29T17:06:21.580Z | Checking slog-stdlog v4.1.1 |
| 2595 | 2026-05-29T17:06:21.619Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2596 | 2026-05-29T17:06:21.737Z | Checking slog-envlogger v2.2.0 |
| 2597 | 2026-05-29T17:06:21.833Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2598 | 2026-05-29T17:06:21.909Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2599 | 2026-05-29T17:06:21.943Z | Compiling dirs-sys-next v0.1.2 |
| 2600 | 2026-05-29T17:06:21.945Z | Compiling crunchy v0.2.4 |
| 2601 | 2026-05-29T17:06:22.099Z | Checking parking_lot v0.11.2 |
| 2602 | 2026-05-29T17:06:22.132Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2603 | 2026-05-29T17:06:22.167Z | Compiling dirs-next v2.0.0 |
| 2604 | 2026-05-29T17:06:22.253Z | Compiling clang-sys v1.8.1 |
| 2605 | 2026-05-29T17:06:22.317Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2606 | 2026-05-29T17:06:22.350Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2607 | 2026-05-29T17:06:22.355Z | Checking prefix-trie v0.7.0 |
| 2608 | 2026-05-29T17:06:22.415Z | Compiling tiny-keccak v2.0.2 |
| 2609 | 2026-05-29T17:06:22.728Z | Checking sled v0.34.7 |
| 2610 | 2026-05-29T17:06:22.759Z | Checking hickory-server v0.25.2 |
| 2611 | 2026-05-29T17:06:22.851Z | Compiling term v0.7.0 |
| 2612 | 2026-05-29T17:06:22.908Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2613 | 2026-05-29T17:06:22.911Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2614 | 2026-05-29T17:06:23.017Z | Compiling typify-impl v0.4.3 |
| 2615 | 2026-05-29T17:06:23.395Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2616 | 2026-05-29T17:06:23.475Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2617 | 2026-05-29T17:06:23.622Z | Checking nanorand v0.7.0 |
| 2618 | 2026-05-29T17:06:23.779Z | Compiling salty v0.3.0 |
| 2619 | 2026-05-29T17:06:23.854Z | Compiling bit-vec v0.6.3 |
| 2620 | 2026-05-29T17:06:23.977Z | Checking flume v0.11.1 |
| 2621 | 2026-05-29T17:06:24.081Z | Compiling bit-set v0.5.3 |
| 2622 | 2026-05-29T17:06:24.114Z | Compiling ascii-canvas v3.0.0 |
| 2623 | 2026-05-29T17:06:24.244Z | Checking primeorder v0.13.6 |
| 2624 | 2026-05-29T17:06:24.274Z | Compiling itertools v0.10.5 |
| 2625 | 2026-05-29T17:06:24.387Z | Compiling ena v0.14.4 |
| 2626 | 2026-05-29T17:06:24.421Z | Compiling libloading v0.8.9 |
| 2627 | 2026-05-29T17:06:24.512Z | Compiling bindgen v0.71.1 |
| 2628 | 2026-05-29T17:06:24.578Z | Compiling diff v0.1.13 |
| 2629 | 2026-05-29T17:06:24.627Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-29T17:06:25.156Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2631 | 2026-05-29T17:06:25.493Z | Compiling cexpr v0.6.0 |
| 2632 | 2026-05-29T17:06:25.743Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2633 | 2026-05-29T17:06:25.777Z | Compiling fs-err v2.11.0 |
| 2634 | 2026-05-29T17:06:26.000Z | Compiling lalrpop v0.19.12 |
| 2635 | 2026-05-29T17:06:26.196Z | Compiling rustc-hash v2.1.1 |
| 2636 | 2026-05-29T17:06:26.412Z | Checking diesel v2.3.7 |
| 2637 | 2026-05-29T17:06:26.577Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2638 | 2026-05-29T17:06:26.703Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2639 | 2026-05-29T17:06:26.798Z | Compiling libxml v0.3.3 |
| 2640 | 2026-05-29T17:06:27.050Z | Checking assert_matches v1.5.0 |
| 2641 | 2026-05-29T17:06:27.206Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2642 | 2026-05-29T17:06:27.368Z | Checking p384 v0.13.1 |
| 2643 | 2026-05-29T17:06:27.489Z | Compiling typify-macro v0.4.3 |
| 2644 | 2026-05-29T17:06:27.819Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2645 | 2026-05-29T17:06:28.215Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2646 | 2026-05-29T17:06:29.222Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-29T17:06:29.263Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-29T17:06:29.407Z | Checking parse-size v1.1.0 |
| 2649 | 2026-05-29T17:06:29.515Z | Compiling indoc v1.0.9 |
| 2650 | 2026-05-29T17:06:29.562Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2651 | 2026-05-29T17:06:29.818Z | Compiling progenitor-impl v0.11.2 |
| 2652 | 2026-05-29T17:06:29.973Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2653 | 2026-05-29T17:06:30.597Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-29T17:06:30.820Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-05-29T17:06:31.017Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-05-29T17:06:31.164Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-29T17:06:31.703Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2658 | 2026-05-29T17:06:31.747Z | Compiling trait-variant v0.1.2 |
| 2659 | 2026-05-29T17:06:32.315Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-05-29T17:06:32.450Z | Compiling progenitor-macro v0.11.2 |
| 2661 | 2026-05-29T17:06:32.482Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2662 | 2026-05-29T17:06:32.537Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2663 | 2026-05-29T17:06:33.283Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2664 | 2026-05-29T17:06:33.317Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2665 | 2026-05-29T17:06:34.539Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2666 | 2026-05-29T17:06:35.281Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2667 | 2026-05-29T17:06:35.800Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2668 | 2026-05-29T17:06:36.011Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2669 | 2026-05-29T17:06:36.054Z | Checking progenitor-client v0.11.2 |
| 2670 | 2026-05-29T17:06:36.324Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2671 | 2026-05-29T17:06:36.372Z | Checking predicates-tree v1.0.13 |
| 2672 | 2026-05-29T17:06:36.410Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2673 | 2026-05-29T17:06:36.754Z | Compiling mime_guess v2.0.5 |
| 2674 | 2026-05-29T17:06:36.793Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2675 | 2026-05-29T17:06:36.894Z | Checking http-range v0.1.5 |
| 2676 | 2026-05-29T17:06:37.230Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2677 | 2026-05-29T17:06:37.356Z | Checking progenitor v0.11.2 |
| 2678 | 2026-05-29T17:06:37.398Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2679 | 2026-05-29T17:06:37.533Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2680 | 2026-05-29T17:06:37.643Z | Checking bb8 v0.8.6 |
| 2681 | 2026-05-29T17:06:37.725Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2682 | 2026-05-29T17:06:37.763Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2683 | 2026-05-29T17:06:37.960Z | Checking atty v0.2.14 |
| 2684 | 2026-05-29T17:06:37.993Z | Checking corncobs v0.1.4 |
| 2685 | 2026-05-29T17:06:38.106Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2686 | 2026-05-29T17:06:38.179Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2687 | 2026-05-29T17:06:38.476Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2688 | 2026-05-29T17:06:38.476Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2689 | 2026-05-29T17:06:38.541Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2690 | 2026-05-29T17:06:38.774Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2691 | 2026-05-29T17:06:39.119Z | Checking ignore v0.4.25 |
| 2692 | 2026-05-29T17:06:39.408Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-05-29T17:06:39.441Z | Checking secrecy v0.8.0 |
| 2694 | 2026-05-29T17:06:39.564Z | Checking globwalk v0.9.1 |
| 2695 | 2026-05-29T17:06:39.823Z | Checking hyper-staticfile v0.10.1 |
| 2696 | 2026-05-29T17:06:39.934Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2697 | 2026-05-29T17:06:39.972Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2698 | 2026-05-29T17:06:40.148Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2699 | 2026-05-29T17:06:40.222Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2700 | 2026-05-29T17:06:40.277Z | Checking signal-hook-tokio v0.3.1 |
| 2701 | 2026-05-29T17:06:40.433Z | Checking async-bb8-diesel v0.2.1 |
| 2702 | 2026-05-29T17:06:40.660Z | Checking diesel-dtrace v0.5.0 |
| 2703 | 2026-05-29T17:06:40.799Z | Checking nonempty v0.12.0 |
| 2704 | 2026-05-29T17:06:40.832Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2705 | 2026-05-29T17:06:40.929Z | Checking camino-tempfile-ext v0.3.3 |
| 2706 | 2026-05-29T17:06:40.991Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2707 | 2026-05-29T17:06:41.168Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2708 | 2026-05-29T17:06:41.198Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2709 | 2026-05-29T17:06:41.633Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2710 | 2026-05-29T17:06:41.768Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2711 | 2026-05-29T17:06:42.173Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2712 | 2026-05-29T17:06:42.458Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2713 | 2026-05-29T17:06:42.518Z | Checking illumos-nvpair v0.3.0 |
| 2714 | 2026-05-29T17:06:42.773Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2715 | 2026-05-29T17:06:42.861Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2716 | 2026-05-29T17:06:42.893Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2717 | 2026-05-29T17:06:42.973Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2718 | 2026-05-29T17:06:43.228Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2719 | 2026-05-29T17:06:43.264Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2720 | 2026-05-29T17:06:43.295Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2721 | 2026-05-29T17:06:43.298Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2722 | 2026-05-29T17:06:43.490Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2723 | 2026-05-29T17:06:43.532Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2724 | 2026-05-29T17:06:43.699Z | Checking tungstenite v0.23.0 |
| 2725 | 2026-05-29T17:06:43.967Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2726 | 2026-05-29T17:06:44.169Z | Checking tokio-tungstenite v0.23.1 |
| 2727 | 2026-05-29T17:06:44.241Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2728 | 2026-05-29T17:06:44.344Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-05-29T17:06:44.466Z | Checking void v1.0.2 |
| 2730 | 2026-05-29T17:06:44.606Z | Checking lzss v0.8.2 |
| 2731 | 2026-05-29T17:06:44.828Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2732 | 2026-05-29T17:06:45.252Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2733 | 2026-05-29T17:06:45.451Z | Checking nix v0.27.1 |
| 2734 | 2026-05-29T17:06:45.517Z | Checking rand_seeder v0.4.0 |
| 2735 | 2026-05-29T17:06:45.556Z | Checking serde_bytes v0.11.19 |
| 2736 | 2026-05-29T17:06:45.593Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2737 | 2026-05-29T17:06:45.693Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2738 | 2026-05-29T17:06:45.761Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2739 | 2026-05-29T17:06:45.960Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2740 | 2026-05-29T17:06:45.993Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2741 | 2026-05-29T17:06:46.689Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2742 | 2026-05-29T17:06:46.916Z | Checking is_ci v1.2.0 |
| 2743 | 2026-05-29T17:06:46.950Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2744 | 2026-05-29T17:06:47.051Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2745 | 2026-05-29T17:06:47.351Z | Checking yansi v1.0.1 |
| 2746 | 2026-05-29T17:06:47.384Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2747 | 2026-05-29T17:06:47.625Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2748 | 2026-05-29T17:06:47.657Z | Checking pretty_assertions v1.4.1 |
| 2749 | 2026-05-29T17:06:47.823Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2750 | 2026-05-29T17:06:47.918Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2751 | 2026-05-29T17:06:48.184Z | Compiling darling_core v0.23.0 |
| 2752 | 2026-05-29T17:06:48.946Z | Compiling indoc v2.0.7 |
| 2753 | 2026-05-29T17:06:49.403Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2754 | 2026-05-29T17:06:49.437Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-05-29T17:06:49.634Z | Compiling libz-sys v1.1.24 |
| 2756 | 2026-05-29T17:06:49.679Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2757 | 2026-05-29T17:06:50.039Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-29T17:06:50.247Z | Compiling instability v0.3.11 |
| 2759 | 2026-05-29T17:06:50.312Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2760 | 2026-05-29T17:06:50.354Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-29T17:06:50.535Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2762 | 2026-05-29T17:06:50.569Z | Checking castaway v0.2.4 |
| 2763 | 2026-05-29T17:06:50.710Z | Checking compact_str v0.8.1 |
| 2764 | 2026-05-29T17:06:50.743Z | Compiling darling_macro v0.23.0 |
| 2765 | 2026-05-29T17:06:51.112Z | Checking supports-color v3.0.2 |
| 2766 | 2026-05-29T17:06:51.264Z | Compiling darling v0.23.0 |
| 2767 | 2026-05-29T17:06:51.296Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2768 | 2026-05-29T17:06:51.520Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2769 | 2026-05-29T17:06:51.566Z | Checking unicode-truncate v1.1.0 |
| 2770 | 2026-05-29T17:06:51.745Z | Checking console v0.16.2 |
| 2771 | 2026-05-29T17:06:51.748Z | Checking lru v0.12.5 |
| 2772 | 2026-05-29T17:06:51.931Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2773 | 2026-05-29T17:06:52.105Z | Checking cassowary v0.3.0 |
| 2774 | 2026-05-29T17:06:52.136Z | Checking unit-prefix v0.5.2 |
| 2775 | 2026-05-29T17:06:52.296Z | Checking indicatif v0.18.4 |
| 2776 | 2026-05-29T17:06:52.341Z | Checking ratatui v0.29.0 |
| 2777 | 2026-05-29T17:06:52.404Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2778 | 2026-05-29T17:06:52.700Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2779 | 2026-05-29T17:06:52.969Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2780 | 2026-05-29T17:06:53.657Z | Compiling vergen-git2 v9.1.0 |
| 2781 | 2026-05-29T17:06:53.711Z | Checking plotters-backend v0.3.7 |
| 2782 | 2026-05-29T17:06:53.926Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2783 | 2026-05-29T17:06:53.958Z | Checking plotters-svg v0.3.7 |
| 2784 | 2026-05-29T17:06:54.129Z | Checking cast v0.3.0 |
| 2785 | 2026-05-29T17:06:54.163Z | Compiling rustls v0.21.12 |
| 2786 | 2026-05-29T17:06:54.313Z | Checking criterion-plot v0.6.0 |
| 2787 | 2026-05-29T17:06:54.465Z | Checking plotters v0.3.7 |
| 2788 | 2026-05-29T17:06:54.579Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2789 | 2026-05-29T17:06:54.612Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2790 | 2026-05-29T17:06:54.836Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2791 | 2026-05-29T17:06:55.060Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2792 | 2026-05-29T17:06:55.225Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-05-29T17:06:55.286Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2794 | 2026-05-29T17:06:55.453Z | Checking colored v2.2.0 |
| 2795 | 2026-05-29T17:06:55.524Z | Checking sct v0.7.1 |
| 2796 | 2026-05-29T17:06:55.685Z | Checking rustls-webpki v0.101.7 |
| 2797 | 2026-05-29T17:06:55.718Z | Checking tinytemplate v1.2.1 |
| 2798 | 2026-05-29T17:06:55.955Z | Checking oorandom v11.1.5 |
| 2799 | 2026-05-29T17:06:55.989Z | Checking shell-words v1.1.1 |
| 2800 | 2026-05-29T17:06:56.052Z | Checking anes v0.1.6 |
| 2801 | 2026-05-29T17:06:56.140Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2802 | 2026-05-29T17:06:56.260Z | Checking criterion v0.7.0 |
| 2803 | 2026-05-29T17:06:57.557Z | Checking typeid v1.0.3 |
| 2804 | 2026-05-29T17:06:57.599Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2805 | 2026-05-29T17:06:57.690Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2806 | 2026-05-29T17:06:58.478Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-05-29T17:06:59.290Z | Checking hex-literal v0.4.1 |
| 2808 | 2026-05-29T17:06:59.423Z | Checking erased-serde v0.4.9 |
| 2809 | 2026-05-29T17:06:59.813Z | Checking tokio-rustls v0.24.1 |
| 2810 | 2026-05-29T17:07:00.053Z | Checking rustls-pemfile v1.0.4 |
| 2811 | 2026-05-29T17:07:00.223Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2812 | 2026-05-29T17:07:00.452Z | Checking twox-hash v2.1.2 |
| 2813 | 2026-05-29T17:07:00.600Z | Checking ordered-float v2.10.1 |
| 2814 | 2026-05-29T17:07:00.830Z | Checking serde-untagged v0.1.9 |
| 2815 | 2026-05-29T17:07:00.869Z | Checking serde-value v0.7.0 |
| 2816 | 2026-05-29T17:07:01.056Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2817 | 2026-05-29T17:07:01.108Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2818 | 2026-05-29T17:07:01.782Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2819 | 2026-05-29T17:07:01.978Z | Checking fatfs v0.3.6 |
| 2820 | 2026-05-29T17:07:02.111Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2821 | 2026-05-29T17:07:02.339Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2822 | 2026-05-29T17:07:02.458Z | Compiling seq-macro v0.3.6 |
| 2823 | 2026-05-29T17:07:02.520Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2824 | 2026-05-29T17:07:02.997Z | Checking unicode-xid v0.2.6 |
| 2825 | 2026-05-29T17:07:03.144Z | Checking cargo-util-schemas v0.8.2 |
| 2826 | 2026-05-29T17:07:03.483Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2827 | 2026-05-29T17:07:03.890Z | Checking concurrent-queue v2.5.0 |
| 2828 | 2026-05-29T17:07:04.063Z | Checking cargo-platform v0.2.0 |
| 2829 | 2026-05-29T17:07:04.108Z | Compiling petname v2.0.2 |
| 2830 | 2026-05-29T17:07:04.280Z | Checking parking v2.2.1 |
| 2831 | 2026-05-29T17:07:04.439Z | Checking event-listener v5.4.1 |
| 2832 | 2026-05-29T17:07:04.687Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-29T17:07:04.776Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2834 | 2026-05-29T17:07:05.214Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-05-29T17:07:05.378Z | Checking rpassword v7.4.0 |
| 2836 | 2026-05-29T17:07:05.520Z | Checking event-listener-strategy v0.5.4 |
| 2837 | 2026-05-29T17:07:05.688Z | Checking tui-tree-widget v0.23.1 |
| 2838 | 2026-05-29T17:07:05.860Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2839 | 2026-05-29T17:07:05.908Z | Checking polyval v0.6.2 |
| 2840 | 2026-05-29T17:07:06.052Z | Checking sapling-renderdag v0.1.0 |
| 2841 | 2026-05-29T17:07:06.109Z | Checking sync-ptr v0.1.4 |
| 2842 | 2026-05-29T17:07:06.258Z | Checking futures-timer v3.0.3 |
| 2843 | 2026-05-29T17:07:06.323Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-29T17:07:06.469Z | Checking async-lock v3.4.2 |
| 2845 | 2026-05-29T17:07:06.500Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-29T17:07:06.882Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-05-29T17:07:07.108Z | Checking ctr v0.9.2 |
| 2848 | 2026-05-29T17:07:07.194Z | Checking arrayref v0.3.9 |
| 2849 | 2026-05-29T17:07:07.298Z | Checking arrayvec v0.7.6 |
| 2850 | 2026-05-29T17:07:07.328Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-05-29T17:07:07.499Z | Checking aes-gcm v0.10.3 |
| 2852 | 2026-05-29T17:07:07.564Z | Compiling samael v0.0.19 |
| 2853 | 2026-05-29T17:07:07.605Z | Checking async-object-pool v0.2.0 |
| 2854 | 2026-05-29T17:07:07.638Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2855 | 2026-05-29T17:07:07.681Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2856 | 2026-05-29T17:07:07.744Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2857 | 2026-05-29T17:07:08.669Z | Checking serde_regex v1.1.0 |
| 2858 | 2026-05-29T17:07:08.857Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-05-29T17:07:08.965Z | Checking blowfish v0.9.1 |
| 2860 | 2026-05-29T17:07:09.074Z | Checking assert-json-diff v2.0.2 |
| 2861 | 2026-05-29T17:07:09.150Z | Checking path-tree v0.8.3 |
| 2862 | 2026-05-29T17:07:09.275Z | Compiling strsim v0.10.0 |
| 2863 | 2026-05-29T17:07:09.369Z | Checking stringmetrics v2.2.2 |
| 2864 | 2026-05-29T17:07:09.553Z | Checking httpmock v0.8.3 |
| 2865 | 2026-05-29T17:07:09.637Z | Compiling darling_core v0.13.4 |
| 2866 | 2026-05-29T17:07:10.319Z | Checking bcrypt-pbkdf v0.10.0 |
| 2867 | 2026-05-29T17:07:10.515Z | Checking ssh-cipher v0.2.0 |
| 2868 | 2026-05-29T17:07:10.719Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2869 | 2026-05-29T17:07:11.123Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2870 | 2026-05-29T17:07:11.512Z | Checking password-hash v0.4.2 |
| 2871 | 2026-05-29T17:07:11.731Z | Checking gimli v0.32.3 |
| 2872 | 2026-05-29T17:07:11.763Z | Compiling target-lexicon v0.13.3 |
| 2873 | 2026-05-29T17:07:11.796Z | Checking pbkdf2 v0.11.0 |
| 2874 | 2026-05-29T17:07:11.997Z | Compiling darling_macro v0.13.4 |
| 2875 | 2026-05-29T17:07:12.338Z | Checking ssh-key v0.6.7 |
| 2876 | 2026-05-29T17:07:12.634Z | Checking p256 v0.13.2 |
| 2877 | 2026-05-29T17:07:12.943Z | Checking p521 v0.13.3 |
| 2878 | 2026-05-29T17:07:13.066Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2879 | 2026-05-29T17:07:13.317Z | Checking addr2line v0.25.1 |
| 2880 | 2026-05-29T17:07:13.349Z | Checking russh-cryptovec v0.7.3 |
| 2881 | 2026-05-29T17:07:13.519Z | Compiling guppy-workspace-hack v0.1.0 |
| 2882 | 2026-05-29T17:07:13.582Z | Checking rustc-demangle v0.1.27 |
| 2883 | 2026-05-29T17:07:13.659Z | Checking md5 v0.7.0 |
| 2884 | 2026-05-29T17:07:13.777Z | Compiling darling v0.13.4 |
| 2885 | 2026-05-29T17:07:13.832Z | Checking russh-keys v0.45.0 |
| 2886 | 2026-05-29T17:07:13.860Z | Checking backtrace v0.3.76 |
| 2887 | 2026-05-29T17:07:14.157Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2888 | 2026-05-29T17:07:14.196Z | Checking num-bigint v0.4.6 |
| 2889 | 2026-05-29T17:07:14.385Z | Checking des v0.8.1 |
| 2890 | 2026-05-29T17:07:14.512Z | Compiling blake3 v1.8.3 |
| 2891 | 2026-05-29T17:07:14.570Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2892 | 2026-05-29T17:07:14.575Z | Compiling target-spec v3.5.7 |
| 2893 | 2026-05-29T17:07:15.010Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-29T17:07:15.149Z | Checking backtrace-ext v0.2.1 |
| 2895 | 2026-05-29T17:07:15.181Z | Checking russh v0.45.0 |
| 2896 | 2026-05-29T17:07:15.291Z | Checking cfg-expr v0.20.6 |
| 2897 | 2026-05-29T17:07:15.398Z | Compiling serde_with_macros v1.5.2 |
| 2898 | 2026-05-29T17:07:15.711Z | Checking supports-color v2.1.0 |
| 2899 | 2026-05-29T17:07:15.763Z | Checking textwrap v0.15.2 |
| 2900 | 2026-05-29T17:07:15.876Z | Checking supports-unicode v2.1.0 |
| 2901 | 2026-05-29T17:07:16.004Z | Checking supports-hyperlinks v2.1.0 |
| 2902 | 2026-05-29T17:07:16.035Z | Checking hashbrown v0.14.5 |
| 2903 | 2026-05-29T17:07:16.157Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2904 | 2026-05-29T17:07:16.258Z | Checking cargo-platform v0.3.2 |
| 2905 | 2026-05-29T17:07:16.382Z | Checking socket2 v0.5.10 |
| 2906 | 2026-05-29T17:07:16.480Z | Checking terminal_size v0.1.17 |
| 2907 | 2026-05-29T17:07:16.535Z | Compiling miette-derive v5.10.0 |
| 2908 | 2026-05-29T17:07:16.608Z | Checking internet-checksum v0.2.1 |
| 2909 | 2026-05-29T17:07:16.761Z | Checking owo-colors v3.5.0 |
| 2910 | 2026-05-29T17:07:17.105Z | Checking chumsky v0.9.3 |
| 2911 | 2026-05-29T17:07:17.322Z | Checking cargo_metadata v0.23.1 |
| 2912 | 2026-05-29T17:07:17.685Z | Checking miette v5.10.0 |
| 2913 | 2026-05-29T17:07:18.030Z | Compiling serde_with v1.14.0 |
| 2914 | 2026-05-29T17:07:18.334Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2915 | 2026-05-29T17:07:18.491Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2916 | 2026-05-29T17:07:18.523Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2917 | 2026-05-29T17:07:18.856Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2918 | 2026-05-29T17:07:19.075Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2919 | 2026-05-29T17:07:19.177Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2920 | 2026-05-29T17:07:19.287Z | Compiling knuffel-derive v3.2.0 |
| 2921 | 2026-05-29T17:07:19.335Z | Checking httptest v0.16.4 |
| 2922 | 2026-05-29T17:07:19.368Z | Checking pathdiff v0.2.3 |
| 2923 | 2026-05-29T17:07:19.503Z | Checking topological-sort v0.2.2 |
| 2924 | 2026-05-29T17:07:19.694Z | Checking nested v0.1.1 |
| 2925 | 2026-05-29T17:07:19.731Z | Checking omicron-zone-package v0.12.2 |
| 2926 | 2026-05-29T17:07:19.866Z | Checking guppy v0.17.25 |
| 2927 | 2026-05-29T17:07:19.974Z | Compiling git2 v0.20.4 |
| 2928 | 2026-05-29T17:07:20.043Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2929 | 2026-05-29T17:07:20.649Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2930 | 2026-05-29T17:07:20.795Z | Checking knuffel v3.2.0 |
| 2931 | 2026-05-29T17:07:20.845Z | Checking similar-asserts v1.7.0 |
| 2932 | 2026-05-29T17:07:20.912Z | Compiling target-triple v1.0.0 |
| 2933 | 2026-05-29T17:07:21.026Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2934 | 2026-05-29T17:07:21.196Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2935 | 2026-05-29T17:07:21.272Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2936 | 2026-05-29T17:07:21.441Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2937 | 2026-05-29T17:07:21.675Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2938 | 2026-05-29T17:07:21.735Z | Checking hickory-client v0.25.2 |
| 2939 | 2026-05-29T17:07:22.048Z | Checking tokio-test v0.4.5 |
| 2940 | 2026-05-29T17:07:22.322Z | Checking escape8259 v0.5.3 |
| 2941 | 2026-05-29T17:07:22.486Z | Compiling assert_cmd v2.1.2 |
| 2942 | 2026-05-29T17:07:22.823Z | Checking libtest-mimic v0.8.1 |
| 2943 | 2026-05-29T17:07:22.855Z | Compiling polar-core v0.27.3 |
| 2944 | 2026-05-29T17:07:23.136Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2945 | 2026-05-29T17:07:23.220Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2946 | 2026-05-29T17:07:23.273Z | Checking blake2b_simd v1.0.4 |
| 2947 | 2026-05-29T17:07:23.353Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2948 | 2026-05-29T17:07:23.696Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2949 | 2026-05-29T17:07:23.927Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2950 | 2026-05-29T17:07:24.111Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2951 | 2026-05-29T17:07:24.324Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2952 | 2026-05-29T17:07:24.549Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2953 | 2026-05-29T17:07:24.650Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2954 | 2026-05-29T17:07:24.872Z | Checking fancy-regex v0.14.0 |
| 2955 | 2026-05-29T17:07:25.120Z | Checking serde_tokenstream v0.2.3 |
| 2956 | 2026-05-29T17:07:25.248Z | Checking approx v0.5.1 |
| 2957 | 2026-05-29T17:07:25.370Z | Checking uzers v0.12.2 |
| 2958 | 2026-05-29T17:07:25.410Z | Compiling rstest_macros v0.25.0 |
| 2959 | 2026-05-29T17:07:25.614Z | Checking constant_time_eq v0.3.1 |
| 2960 | 2026-05-29T17:07:25.711Z | Compiling linkme-impl v0.3.35 |
| 2961 | 2026-05-29T17:07:25.746Z | Checking termcolor v1.4.1 |
| 2962 | 2026-05-29T17:07:25.986Z | Checking trybuild v1.0.116 |
| 2963 | 2026-05-29T17:07:26.096Z | Checking rust-argon2 v2.1.0 |
| 2964 | 2026-05-29T17:07:26.482Z | Checking datatest-stable v0.3.3 |
| 2965 | 2026-05-29T17:07:26.887Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2966 | 2026-05-29T17:07:27.190Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2967 | 2026-05-29T17:07:27.244Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2968 | 2026-05-29T17:07:27.738Z | Checking oso v0.27.3 |
| 2969 | 2026-05-29T17:07:27.931Z | Checking support-bundle-viewer v0.1.2 |
| 2970 | 2026-05-29T17:07:28.208Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2971 | 2026-05-29T17:07:28.241Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2972 | 2026-05-29T17:07:28.428Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2973 | 2026-05-29T17:07:28.462Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2974 | 2026-05-29T17:07:28.494Z | Checking drift v0.2.0 |
| 2975 | 2026-05-29T17:07:28.653Z | Checking rand_distr v0.5.1 |
| 2976 | 2026-05-29T17:07:28.690Z | Checking multimap v0.10.1 |
| 2977 | 2026-05-29T17:07:28.720Z | Compiling linkme v0.3.35 |
| 2978 | 2026-05-29T17:07:28.882Z | Compiling relative-path v1.9.3 |
| 2979 | 2026-05-29T17:07:28.915Z | Checking dropshot-api-manager v0.7.2 |
| 2980 | 2026-05-29T17:07:29.824Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2981 | 2026-05-29T17:07:30.090Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2982 | 2026-05-29T17:07:30.209Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2983 | 2026-05-29T17:07:30.529Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2984 | 2026-05-29T17:07:30.566Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2985 | 2026-05-29T17:07:30.774Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2986 | 2026-05-29T17:07:30.808Z | Checking cargo_toml v0.21.0 |
| 2987 | 2026-05-29T17:07:30.839Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2988 | 2026-05-29T17:07:31.094Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2989 | 2026-05-29T17:07:31.443Z | Checking partial-io v0.5.4 |
| 2990 | 2026-05-29T17:07:31.538Z | Checking termios v0.3.3 |
| 2991 | 2026-05-29T17:07:31.570Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2992 | 2026-05-29T17:07:31.722Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2993 | 2026-05-29T17:07:32.747Z | Checking rstest v0.25.0 |
| 2994 | 2026-05-29T17:07:32.993Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2995 | 2026-05-29T17:07:33.770Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2996 | 2026-05-29T17:07:37.361Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2997 | 2026-05-29T17:07:39.476Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2998 | 2026-05-29T17:07:43.052Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 2999 | 2026-05-29T17:07:43.326Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3000 | 2026-05-29T17:07:45.452Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3001 | 2026-05-29T17:07:48.396Z | Checking sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3002 | 2026-05-29T17:07:50.529Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3003 | 2026-05-29T17:07:56.043Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3004 | 2026-05-29T17:07:58.979Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3005 | 2026-05-29T17:08:00.009Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3006 | 2026-05-29T17:08:01.321Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3007 | 2026-05-29T17:08:02.646Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3008 | 2026-05-29T17:08:10.277Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3009 | 2026-05-29T17:09:20.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3010 | 2026-05-29T17:09:21.215Z | |
| 3011 | 2026-05-29T17:09:21.216Z | real 4:04.381583357 |
| 3012 | 2026-05-29T17:09:21.216Z | user 21:05.455040004 |
| 3013 | 2026-05-29T17:09:21.216Z | sys 4:53.485590729 |
| 3014 | 2026-05-29T17:09:21.216Z | trap 0.503787654 |
| 3015 | 2026-05-29T17:09:21.216Z | tflt 0.475880058 |
| 3016 | 2026-05-29T17:09:21.216Z | dflt 0.408875937 |
| 3017 | 2026-05-29T17:09:21.216Z | kflt 0.004632552 |
| 3018 | 2026-05-29T17:09:21.216Z | lock 57:51.322954442 |
| 3019 | 2026-05-29T17:09:21.216Z | slp 58:04.029661013 |
| 3020 | 2026-05-29T17:09:21.216Z | lat 1:52.343342650 |
| 3021 | 2026-05-29T17:09:21.216Z | stop 10:43.731427486 |
| 3022 | 2026-05-29T17:09:21.219Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3023 | 2026-05-29T17:09:21.219Z | + ptime -m cargo doc --workspace --no-deps |
| 3024 | 2026-05-29T17:09:22.076Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3025 | 2026-05-29T17:09:22.076Z | | |
| 3026 | 2026-05-29T17:09:22.076Z | = 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)` |
| 3027 | 2026-05-29T17:09:22.076Z | = 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> |
| 3028 | 2026-05-29T17:09:23.062Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3029 | 2026-05-29T17:09:23.294Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3030 | 2026-05-29T17:09:23.338Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3031 | 2026-05-29T17:09:23.400Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3032 | 2026-05-29T17:09:23.466Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3033 | 2026-05-29T17:09:23.490Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3034 | 2026-05-29T17:09:23.597Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3035 | 2026-05-29T17:09:23.631Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-05-29T17:09:23.658Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3037 | 2026-05-29T17:09:23.681Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-05-29T17:09:23.732Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-29T17:09:23.872Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-29T17:09:23.896Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-29T17:09:23.916Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-05-29T17:09:23.937Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-05-29T17:09:23.960Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3044 | 2026-05-29T17:09:24.019Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3045 | 2026-05-29T17:09:24.041Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3046 | 2026-05-29T17:09:24.065Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3047 | 2026-05-29T17:09:24.089Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3048 | 2026-05-29T17:09:24.092Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3049 | 2026-05-29T17:09:24.280Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3050 | 2026-05-29T17:09:24.458Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3051 | 2026-05-29T17:09:24.655Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-29T17:09:24.828Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3053 | 2026-05-29T17:09:24.856Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3054 | 2026-05-29T17:09:24.884Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3055 | 2026-05-29T17:09:24.978Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3056 | 2026-05-29T17:09:25.076Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3057 | 2026-05-29T17:09:25.079Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3058 | 2026-05-29T17:09:25.234Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3059 | 2026-05-29T17:09:25.256Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3060 | 2026-05-29T17:09:25.422Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-05-29T17:09:25.454Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3062 | 2026-05-29T17:09:25.523Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3063 | 2026-05-29T17:09:25.671Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3064 | 2026-05-29T17:09:25.714Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3065 | 2026-05-29T17:09:25.736Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3066 | 2026-05-29T17:09:25.905Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3067 | 2026-05-29T17:09:26.002Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3068 | 2026-05-29T17:09:26.137Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3069 | 2026-05-29T17:09:26.389Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3070 | 2026-05-29T17:09:26.518Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-29T17:09:26.578Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-29T17:09:26.749Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3073 | 2026-05-29T17:09:26.753Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3074 | 2026-05-29T17:09:26.800Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-29T17:09:26.988Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-29T17:09:27.049Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-29T17:09:27.090Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3078 | 2026-05-29T17:09:27.113Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3079 | 2026-05-29T17:09:27.224Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-05-29T17:09:27.283Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-05-29T17:09:27.354Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3082 | 2026-05-29T17:09:27.377Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3083 | 2026-05-29T17:09:27.462Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3084 | 2026-05-29T17:09:27.513Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3085 | 2026-05-29T17:09:27.558Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3086 | 2026-05-29T17:09:27.645Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3087 | 2026-05-29T17:09:27.694Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3088 | 2026-05-29T17:09:27.718Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3089 | 2026-05-29T17:09:27.739Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3090 | 2026-05-29T17:09:27.766Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3091 | 2026-05-29T17:09:27.853Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3092 | 2026-05-29T17:09:28.024Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3093 | 2026-05-29T17:09:28.226Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3094 | 2026-05-29T17:09:28.337Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3095 | 2026-05-29T17:09:28.507Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3096 | 2026-05-29T17:09:28.765Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3097 | 2026-05-29T17:09:29.005Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3098 | 2026-05-29T17:09:29.254Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3099 | 2026-05-29T17:09:29.277Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3100 | 2026-05-29T17:09:29.483Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3101 | 2026-05-29T17:09:29.564Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3102 | 2026-05-29T17:09:29.589Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3103 | 2026-05-29T17:09:29.643Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3104 | 2026-05-29T17:09:30.106Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3105 | 2026-05-29T17:09:30.354Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3106 | 2026-05-29T17:09:30.652Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3107 | 2026-05-29T17:09:30.958Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3108 | 2026-05-29T17:09:31.130Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3109 | 2026-05-29T17:09:31.694Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3110 | 2026-05-29T17:09:31.901Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3111 | 2026-05-29T17:09:31.946Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3112 | 2026-05-29T17:09:32.019Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3113 | 2026-05-29T17:09:32.246Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3114 | 2026-05-29T17:09:32.305Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3115 | 2026-05-29T17:09:32.408Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3116 | 2026-05-29T17:09:32.553Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3117 | 2026-05-29T17:09:32.580Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3118 | 2026-05-29T17:09:32.683Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3119 | 2026-05-29T17:09:32.706Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3120 | 2026-05-29T17:09:32.812Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3121 | 2026-05-29T17:09:32.840Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3122 | 2026-05-29T17:09:33.016Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3123 | 2026-05-29T17:09:33.045Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3124 | 2026-05-29T17:09:33.121Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3125 | 2026-05-29T17:09:33.147Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3126 | 2026-05-29T17:09:33.209Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3127 | 2026-05-29T17:09:33.348Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-05-29T17:09:33.401Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-05-29T17:09:33.454Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-05-29T17:09:33.506Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-05-29T17:09:33.530Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3132 | 2026-05-29T17:09:33.630Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3133 | 2026-05-29T17:09:33.731Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3134 | 2026-05-29T17:09:33.812Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3135 | 2026-05-29T17:09:33.838Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3136 | 2026-05-29T17:09:33.937Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3137 | 2026-05-29T17:09:34.209Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3138 | 2026-05-29T17:09:34.231Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-29T17:09:34.252Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3140 | 2026-05-29T17:09:34.866Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3141 | 2026-05-29T17:09:34.956Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3142 | 2026-05-29T17:09:35.249Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3143 | 2026-05-29T17:09:35.583Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3144 | 2026-05-29T17:09:35.741Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3145 | 2026-05-29T17:09:36.195Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3146 | 2026-05-29T17:09:36.391Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3147 | 2026-05-29T17:09:36.680Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3148 | 2026-05-29T17:09:36.747Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3149 | 2026-05-29T17:09:36.981Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3150 | 2026-05-29T17:09:37.556Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3151 | 2026-05-29T17:09:37.580Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3152 | 2026-05-29T17:09:37.680Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3153 | 2026-05-29T17:09:38.285Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3154 | 2026-05-29T17:09:38.469Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3155 | 2026-05-29T17:09:38.525Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3156 | 2026-05-29T17:09:38.705Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3157 | 2026-05-29T17:09:39.198Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3158 | 2026-05-29T17:09:39.502Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3159 | 2026-05-29T17:09:39.693Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3160 | 2026-05-29T17:09:39.896Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3161 | 2026-05-29T17:09:40.092Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3162 | 2026-05-29T17:09:40.429Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3163 | 2026-05-29T17:09:40.964Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3164 | 2026-05-29T17:09:41.190Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-05-29T17:09:41.939Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-05-29T17:09:41.968Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-05-29T17:09:42.332Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3168 | 2026-05-29T17:09:43.074Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3169 | 2026-05-29T17:09:43.366Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-29T17:09:43.470Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3171 | 2026-05-29T17:09:43.682Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3172 | 2026-05-29T17:09:43.923Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-29T17:09:44.017Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3174 | 2026-05-29T17:09:44.062Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3175 | 2026-05-29T17:09:44.341Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3176 | 2026-05-29T17:09:44.410Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3177 | 2026-05-29T17:09:44.681Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3178 | 2026-05-29T17:09:44.954Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3179 | 2026-05-29T17:09:45.545Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3180 | 2026-05-29T17:09:45.570Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3181 | 2026-05-29T17:09:45.718Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3182 | 2026-05-29T17:09:45.755Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3183 | 2026-05-29T17:09:46.045Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3184 | 2026-05-29T17:09:46.297Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-05-29T17:09:47.337Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3186 | 2026-05-29T17:09:47.670Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3187 | 2026-05-29T17:09:49.563Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3188 | 2026-05-29T17:09:49.944Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3189 | 2026-05-29T17:09:51.999Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3190 | 2026-05-29T17:09:52.022Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3191 | 2026-05-29T17:09:52.183Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3192 | 2026-05-29T17:09:52.249Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3193 | 2026-05-29T17:09:52.762Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3194 | 2026-05-29T17:09:53.022Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3195 | 2026-05-29T17:09:53.146Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3196 | 2026-05-29T17:09:53.418Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3197 | 2026-05-29T17:09:53.606Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3198 | 2026-05-29T17:09:53.705Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3199 | 2026-05-29T17:09:53.941Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3200 | 2026-05-29T17:09:54.146Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3201 | 2026-05-29T17:09:54.149Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-05-29T17:09:54.646Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3203 | 2026-05-29T17:09:54.882Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3204 | 2026-05-29T17:09:55.495Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3205 | 2026-05-29T17:09:55.622Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3206 | 2026-05-29T17:09:55.856Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3207 | 2026-05-29T17:09:56.347Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3208 | 2026-05-29T17:09:56.371Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3209 | 2026-05-29T17:09:56.773Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3210 | 2026-05-29T17:09:57.511Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3211 | 2026-05-29T17:09:58.265Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3212 | 2026-05-29T17:09:58.411Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3213 | 2026-05-29T17:09:58.839Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3214 | 2026-05-29T17:10:00.264Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3215 | 2026-05-29T17:10:02.177Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3216 | 2026-05-29T17:10:02.753Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3217 | 2026-05-29T17:10:03.589Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3218 | 2026-05-29T17:10:04.010Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3219 | 2026-05-29T17:10:04.858Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3220 | 2026-05-29T17:10:06.719Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3221 | 2026-05-29T17:10:07.524Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3222 | 2026-05-29T17:10:08.792Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3223 | 2026-05-29T17:10:09.223Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3224 | 2026-05-29T17:10:09.505Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3225 | 2026-05-29T17:10:10.789Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3226 | 2026-05-29T17:10:11.577Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3227 | 2026-05-29T17:10:11.965Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3228 | 2026-05-29T17:10:13.063Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3229 | 2026-05-29T17:10:13.462Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3230 | 2026-05-29T17:10:15.612Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3231 | 2026-05-29T17:10:16.150Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3232 | 2026-05-29T17:10:19.258Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3233 | 2026-05-29T17:10:19.471Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3234 | 2026-05-29T17:10:20.484Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3235 | 2026-05-29T17:10:21.140Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3236 | 2026-05-29T17:10:22.309Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3237 | 2026-05-29T17:10:22.920Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3238 | 2026-05-29T17:10:23.583Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3239 | 2026-05-29T17:10:24.364Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3240 | 2026-05-29T17:10:24.910Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3241 | 2026-05-29T17:10:26.936Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3242 | 2026-05-29T17:10:27.972Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3243 | 2026-05-29T17:10:28.519Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3244 | 2026-05-29T17:10:28.749Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3245 | 2026-05-29T17:10:29.467Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3246 | 2026-05-29T17:10:30.204Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3247 | 2026-05-29T17:10:31.011Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3248 | 2026-05-29T17:10:34.205Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3249 | 2026-05-29T17:10:35.361Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3250 | 2026-05-29T17:10:35.916Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3251 | 2026-05-29T17:10:36.652Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3252 | 2026-05-29T17:10:37.795Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3253 | 2026-05-29T17:10:38.618Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3254 | 2026-05-29T17:10:40.934Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3255 | 2026-05-29T17:10:41.417Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3256 | 2026-05-29T17:10:42.112Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3257 | 2026-05-29T17:10:43.521Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3258 | 2026-05-29T17:10:44.883Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3259 | 2026-05-29T17:10:45.872Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3260 | 2026-05-29T17:10:47.083Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3261 | 2026-05-29T17:10:49.424Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3262 | 2026-05-29T17:10:50.205Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3263 | 2026-05-29T17:10:51.635Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-05-29T17:10:53.097Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3265 | 2026-05-29T17:10:54.610Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3266 | 2026-05-29T17:10:56.323Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3267 | 2026-05-29T17:10:57.708Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3268 | 2026-05-29T17:11:00.829Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3269 | 2026-05-29T17:11:05.047Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3270 | 2026-05-29T17:11:05.519Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3271 | 2026-05-29T17:11:06.562Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3272 | 2026-05-29T17:11:07.188Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3273 | 2026-05-29T17:11:08.658Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3274 | 2026-05-29T17:11:10.416Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3275 | 2026-05-29T17:11:12.106Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3276 | 2026-05-29T17:11:14.067Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3277 | 2026-05-29T17:11:15.689Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3278 | 2026-05-29T17:11:17.639Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3279 | 2026-05-29T17:11:19.031Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3280 | 2026-05-29T17:11:22.337Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3281 | 2026-05-29T17:11:23.952Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3282 | 2026-05-29T17:11:25.552Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3283 | 2026-05-29T17:11:26.839Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3284 | 2026-05-29T17:11:28.886Z | Documenting sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3285 | 2026-05-29T17:11:30.268Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3286 | 2026-05-29T17:11:32.328Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3287 | 2026-05-29T17:11:33.666Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3288 | 2026-05-29T17:11:35.469Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3289 | 2026-05-29T17:11:37.224Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-05-29T17:11:39.017Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-29T17:11:40.645Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-05-29T17:11:42.668Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3293 | 2026-05-29T17:11:44.464Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3294 | 2026-05-29T17:11:46.293Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3295 | 2026-05-29T17:11:49.400Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-05-29T17:11:50.476Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-05-29T17:11:52.000Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3298 | 2026-05-29T17:11:54.648Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3299 | 2026-05-29T17:11:56.432Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3300 | 2026-05-29T17:11:58.573Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3301 | 2026-05-29T17:12:01.506Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3302 | 2026-05-29T17:12:03.373Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3303 | 2026-05-29T17:12:05.458Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3304 | 2026-05-29T17:12:07.692Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3305 | 2026-05-29T17:12:10.104Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3306 | 2026-05-29T17:12:11.968Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3307 | 2026-05-29T17:12:14.608Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3308 | 2026-05-29T17:12:16.328Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3309 | 2026-05-29T17:12:18.540Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3310 | 2026-05-29T17:12:20.712Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3311 | 2026-05-29T17:12:22.896Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3312 | 2026-05-29T17:12:25.247Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3313 | 2026-05-29T17:12:27.483Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-05-29T17:12:29.663Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3315 | 2026-05-29T17:12:32.004Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3316 | 2026-05-29T17:12:34.169Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3317 | 2026-05-29T17:12:36.474Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3318 | 2026-05-29T17:12:38.697Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3319 | 2026-05-29T17:12:41.011Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3320 | 2026-05-29T17:12:43.275Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3321 | 2026-05-29T17:12:45.582Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3322 | 2026-05-29T17:12:47.856Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3323 | 2026-05-29T17:12:50.182Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3324 | 2026-05-29T17:12:52.432Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3325 | 2026-05-29T17:12:54.641Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3326 | 2026-05-29T17:12:56.983Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3327 | 2026-05-29T17:12:59.158Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3328 | 2026-05-29T17:13:02.074Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3329 | 2026-05-29T17:13:04.153Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3330 | 2026-05-29T17:13:06.735Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3331 | 2026-05-29T17:13:09.073Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3332 | 2026-05-29T17:13:11.663Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3333 | 2026-05-29T17:13:14.061Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-05-29T17:13:16.493Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3335 | 2026-05-29T17:13:18.896Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3336 | 2026-05-29T17:13:21.403Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3337 | 2026-05-29T17:13:23.847Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3338 | 2026-05-29T17:13:26.246Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3339 | 2026-05-29T17:13:28.945Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3340 | 2026-05-29T17:13:31.347Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3341 | 2026-05-29T17:13:33.697Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3342 | 2026-05-29T17:13:36.315Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3343 | 2026-05-29T17:13:38.951Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3344 | 2026-05-29T17:13:41.442Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3345 | 2026-05-29T17:13:43.989Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3346 | 2026-05-29T17:13:46.433Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3347 | 2026-05-29T17:13:49.022Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3348 | 2026-05-29T17:13:51.954Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3349 | 2026-05-29T17:13:54.340Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3350 | 2026-05-29T17:13:57.037Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3351 | 2026-05-29T17:13:59.595Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3352 | 2026-05-29T17:14:07.035Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3353 | 2026-05-29T17:14:07.224Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3354 | 2026-05-29T17:14:10.716Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3355 | 2026-05-29T17:14:13.931Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3356 | 2026-05-29T17:14:17.304Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3357 | 2026-05-29T17:14:21.948Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3358 | 2026-05-29T17:14:24.783Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3359 | 2026-05-29T17:14:28.522Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3360 | 2026-05-29T17:14:32.171Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3361 | 2026-05-29T17:14:35.914Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3362 | 2026-05-29T17:14:39.536Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3363 | 2026-05-29T17:14:43.168Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3364 | 2026-05-29T17:14:46.808Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3365 | 2026-05-29T17:14:50.488Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3366 | 2026-05-29T17:14:54.362Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3367 | 2026-05-29T17:14:57.976Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3368 | 2026-05-29T17:15:01.638Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3369 | 2026-05-29T17:15:05.472Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3370 | 2026-05-29T17:15:09.100Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3371 | 2026-05-29T17:15:12.843Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3372 | 2026-05-29T17:15:16.547Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3373 | 2026-05-29T17:15:20.225Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3374 | 2026-05-29T17:15:23.928Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3375 | 2026-05-29T17:15:27.707Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3376 | 2026-05-29T17:15:31.377Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-05-29T17:15:35.115Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-05-29T17:15:38.799Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-05-29T17:16:08.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
| 3380 | 2026-05-29T17:16:08.453Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 198 other files |
| 3381 | 2026-05-29T17:16:08.554Z | |
| 3382 | 2026-05-29T17:16:08.554Z | real 6:47.252643693 |
| 3383 | 2026-05-29T17:16:08.554Z | user 17:49.717220330 |
| 3384 | 2026-05-29T17:16:08.557Z | sys 3:50.397351386 |
| 3385 | 2026-05-29T17:16:08.557Z | trap 0.254675884 |
| 3386 | 2026-05-29T17:16:08.557Z | tflt 0.013838032 |
| 3387 | 2026-05-29T17:16:08.557Z | dflt 0.075254075 |
| 3388 | 2026-05-29T17:16:08.557Z | kflt 0.000038360 |
| 3389 | 2026-05-29T17:16:08.557Z | lock 6:19:25.516837178 |
| 3390 | 2026-05-29T17:16:08.557Z | slp 2:17:20.302776931 |
| 3391 | 2026-05-29T17:16:08.557Z | lat 37.289876775 |
| 3392 | 2026-05-29T17:16:08.557Z | stop 1:42.209317966 |
| 3393 | 2026-05-29T17:16:08.557Z | process exited: duration 786670 ms, exit code 0 |
| |
| 3394 | 2026-05-29T17:16:08.563Z | found 0 output files |