|
|
|
| 1 | 2026-05-28T16:53:31.482Z | job assigned to worker 01KSQR1FM59PAQZGNKR2S21NHX [factory aws, i-09e4f6afa93202f82] (queued for 46 s) |
| |
| 2 | 2026-05-28T16:53:37.729Z | starting task 0: "setup" |
| 3 | 2026-05-28T16:53:37.734Z | ++ uname -s |
| 4 | 2026-05-28T16:53:37.738Z | + kern=SunOS |
| 5 | 2026-05-28T16:53:37.738Z | + build_user=build |
| 6 | 2026-05-28T16:53:37.738Z | + build_uid=12345 |
| 7 | 2026-05-28T16:53:37.738Z | + work_dir=/work |
| 8 | 2026-05-28T16:53:37.738Z | + input_dir=/input |
| 9 | 2026-05-28T16:53:37.738Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T16:53:37.738Z | + case "$kern" in |
| 11 | 2026-05-28T16:53:37.738Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T16:53:37.738Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T16:53:39.743Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T16:53:39.863Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T16:53:39.866Z | + home_fs=zfs |
| 16 | 2026-05-28T16:53:39.866Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T16:53:39.866Z | + mkdir -p /home/build |
| 18 | 2026-05-28T16:53:39.866Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T16:53:41.866Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T16:53:41.869Z | process exited: duration 4138 ms, exit code 0 |
| |
| 21 | 2026-05-28T16:53:41.876Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T16:53:41.879Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-28T16:53:41.879Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-28T16:53:41.879Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-28T16:53:41.879Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-05-28T16:53:41.879Z | * rust toolchain profile = "default" |
| 27 | 2026-05-28T16:53:41.879Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T16:53:41.882Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T16:53:41.882Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-28T16:53:41.983Z | info: downloading installer |
| 31 | 2026-05-28T16:53:43.626Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T16:53:43.627Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T16:53:43.627Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T16:53:43.627Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T16:53:43.639Z | info: profile set to default |
| 36 | 2026-05-28T16:53:43.639Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T16:53:43.642Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T16:53:43.767Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-28T16:53:43.771Z | info: downloading 6 components |
| 40 | 2026-05-28T16:53:57.639Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T16:53:57.639Z | |
| 42 | 2026-05-28T16:53:57.674Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-28T16:53:57.674Z | |
| 44 | 2026-05-28T16:53:57.674Z | |
| 45 | 2026-05-28T16:53:57.674Z | Rust is installed now. Great! |
| 46 | 2026-05-28T16:53:57.674Z | |
| 47 | 2026-05-28T16:53:57.677Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T16:53:57.677Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T16:53:57.677Z | |
| 50 | 2026-05-28T16:53:57.677Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T16:53:57.677Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T16:53:57.677Z | |
| 53 | 2026-05-28T16:53:57.677Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T16:53:57.677Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T16:53:57.677Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T16:53:57.677Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T16:53:57.677Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T16:53:57.677Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T16:53:57.677Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T16:53:57.677Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T16:53:57.677Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T16:53:57.761Z | + rustup --version |
| 63 | 2026-05-28T16:53:57.770Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T16:53:57.773Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T16:53:57.791Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-28T16:53:57.794Z | + cargo --version |
| 67 | 2026-05-28T16:53:57.807Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-28T16:53:57.809Z | + rustc --version |
| 69 | 2026-05-28T16:53:57.828Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-28T16:53:57.831Z | process exited: duration 15955 ms, exit code 0 |
| |
| 71 | 2026-05-28T16:53:57.837Z | starting task 2: "authentication" |
| 72 | 2026-05-28T16:53:57.853Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T16:53:57.859Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T16:53:57.862Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-28T16:53:57.865Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-28T16:53:57.903Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-28T16:54:08.531Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-28T16:54:08.531Z | + git fetch origin 7692d04989d730b2e701aa5a7a6a8477f79c7249 |
| 79 | 2026-05-28T16:54:08.821Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-28T16:54:08.821Z | * branch 7692d04989d730b2e701aa5a7a6a8477f79c7249 -> FETCH_HEAD |
| 81 | 2026-05-28T16:54:08.831Z | + [[ -n bundle-ereport-cleanup ]] |
| 82 | 2026-05-28T16:54:08.834Z | ++ git branch --show-current |
| 83 | 2026-05-28T16:54:08.834Z | + current=main |
| 84 | 2026-05-28T16:54:08.834Z | + [[ main != bundle-ereport-cleanup ]] |
| 85 | 2026-05-28T16:54:08.834Z | + git branch -f bundle-ereport-cleanup 7692d04989d730b2e701aa5a7a6a8477f79c7249 |
| 86 | 2026-05-28T16:54:08.837Z | + git checkout -f bundle-ereport-cleanup |
| 87 | 2026-05-28T16:54:09.072Z | Switched to branch 'bundle-ereport-cleanup' |
| 88 | 2026-05-28T16:54:09.075Z | + git reset --hard 7692d04989d730b2e701aa5a7a6a8477f79c7249 |
| 89 | 2026-05-28T16:54:09.090Z | HEAD is now at 7692d0498 merge |
| 90 | 2026-05-28T16:54:09.093Z | process exited: duration 11232 ms, exit code 0 |
| |
| 91 | 2026-05-28T16:54:09.099Z | starting task 4: "build" |
| 92 | 2026-05-28T16:54:09.103Z | + source ./env.sh |
| 93 | 2026-05-28T16:54:09.106Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-28T16:54:09.106Z | ++ set -o xtrace |
| 95 | 2026-05-28T16:54:09.106Z | ++++ dirname ./env.sh |
| 96 | 2026-05-28T16:54:09.109Z | +++ readlink -f . |
| 97 | 2026-05-28T16:54:09.112Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ 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-28T16:54:09.112Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-28T16:54:09.112Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-28T16:54:09.112Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-28T16:54:09.112Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-28T16:54:09.112Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-28T16:54:09.112Z | + cargo --version |
| 112 | 2026-05-28T16:54:09.119Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-28T16:54:09.122Z | + rustc --version |
| 114 | 2026-05-28T16:54:09.141Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-28T16:54:09.144Z | + banner prerequisites |
| 116 | 2026-05-28T16:54:09.147Z | |
| 117 | 2026-05-28T16:54:09.147Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-28T16:54:09.147Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-28T16:54:09.147Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-28T16:54:09.147Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-28T16:54:09.147Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-28T16:54:09.147Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-28T16:54:09.147Z | |
| 124 | 2026-05-28T16:54:09.147Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-28T16:54:10.647Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-28T16:54:10.716Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-28T16:54:10.975Z | Planning: Solver setup ... Done (0.224s) |
| 128 | 2026-05-28T16:54:10.993Z | Planning: Running solver ... Done (0.018s) |
| 129 | 2026-05-28T16:54:10.999Z | Planning: Finding local manifests ... Done (0.003s) |
| 130 | 2026-05-28T16:54:11.010Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-28T16:54:11.025Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-28T16:54:11.038Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-28T16:54:11.041Z | Planning: Merging actions ... Done (0.001s) |
| 134 | 2026-05-28T16:54:11.224Z | Planning: Checking for conflicting actions ... Done (0.184s) |
| 135 | 2026-05-28T16:54:11.227Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-28T16:54:11.982Z | Planning: Evaluating mediators ... Done (0.757s) |
| 137 | 2026-05-28T16:54:11.986Z | Planning: Planning completed in 1.25 seconds |
| 138 | 2026-05-28T16:54:11.991Z | Packages to install: 2 |
| 139 | 2026-05-28T16:54:11.991Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-28T16:54:11.994Z | Estimated space to be consumed: 22.53 MB |
| 141 | 2026-05-28T16:54:11.994Z | Create boot environment: No |
| 142 | 2026-05-28T16:54:11.995Z | Create backup boot environment: No |
| 143 | 2026-05-28T16:54:11.995Z | Rebuild boot archive: No |
| 144 | 2026-05-28T16:54:11.995Z | |
| 145 | 2026-05-28T16:54:11.995Z | Changed packages: |
| 146 | 2026-05-28T16:54:11.995Z | helios |
| 147 | 2026-05-28T16:54:11.995Z | developer/build-essential |
| 148 | 2026-05-28T16:54:11.995Z | None -> 11-3.0 |
| 149 | 2026-05-28T16:54:11.995Z | library/libxmlsec1 |
| 150 | 2026-05-28T16:54:11.995Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-28T16:54:12.016Z | |
| 152 | 2026-05-28T16:54:12.016Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-28T16:54:13.269Z | Download: Completed 1.28 MB in 1.25 seconds (1.0M/s) |
| 154 | 2026-05-28T16:54:13.347Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-28T16:54:13.385Z | Actions: Completed 268 actions in 0.04 seconds. |
| 156 | 2026-05-28T16:54:13.419Z | Finalize: Updating package state database ... Done (0.033s) |
| 157 | 2026-05-28T16:54:13.419Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-28T16:54:13.437Z | Finalize: Updating image state ... Done (0.019s) |
| 159 | 2026-05-28T16:54:15.766Z | Finalize: Creating fast lookup database ... Done (2.305s) |
| 160 | 2026-05-28T16:54:15.830Z | Finalize: Reading search index ... Done (0.011s) |
| 161 | 2026-05-28T16:54:15.833Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-28T16:54:15.941Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-28T16:54:16.237Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-28T16:54:16.341Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-28T16:54:16.344Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-28T16:54:16.497Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-28T16:54:16.500Z | Planning: Planning completed in 0.26 seconds |
| 168 | 2026-05-28T16:54:16.520Z | Mediators to change: 2 |
| 169 | 2026-05-28T16:54:16.520Z | Create boot environment: No |
| 170 | 2026-05-28T16:54:16.523Z | Create backup boot environment: No |
| 171 | 2026-05-28T16:54:16.581Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-28T16:54:16.584Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-28T16:54:16.591Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-28T16:54:18.502Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-28T16:54:18.570Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-28T16:54:18.573Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-28T16:54:18.657Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-28T16:54:18.940Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-28T16:54:19.045Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-28T16:54:19.048Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-28T16:54:19.203Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-28T16:54:19.214Z | Planning: Planning completed in 0.26 seconds |
| 183 | 2026-05-28T16:54:19.226Z | Mediators to change: 1 |
| 184 | 2026-05-28T16:54:19.229Z | Create boot environment: No |
| 185 | 2026-05-28T16:54:19.229Z | Create backup boot environment: No |
| 186 | 2026-05-28T16:54:19.276Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-28T16:54:19.276Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-28T16:54:19.287Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-28T16:54:21.224Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-28T16:54:21.291Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-28T16:54:21.295Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-28T16:54:21.368Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-28T16:54:21.676Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-28T16:54:21.676Z | apache system 2.4 system |
| 195 | 2026-05-28T16:54:21.676Z | clang system 15 system |
| 196 | 2026-05-28T16:54:21.676Z | csh system system illumos |
| 197 | 2026-05-28T16:54:21.676Z | ctags system system illumos |
| 198 | 2026-05-28T16:54:21.676Z | file vendor vendor darwinsys |
| 199 | 2026-05-28T16:54:21.676Z | file system system illumos |
| 200 | 2026-05-28T16:54:21.676Z | gcc vendor 14 vendor |
| 201 | 2026-05-28T16:54:21.676Z | gcc system 13 system |
| 202 | 2026-05-28T16:54:21.676Z | gcc system 10 system |
| 203 | 2026-05-28T16:54:21.677Z | go system 1.25 system |
| 204 | 2026-05-28T16:54:21.677Z | llvm system 15 system |
| 205 | 2026-05-28T16:54:21.677Z | mariadb system 11.4 system |
| 206 | 2026-05-28T16:54:21.677Z | mta vendor vendor dma |
| 207 | 2026-05-28T16:54:21.677Z | openjdk system 17 system |
| 208 | 2026-05-28T16:54:21.677Z | openjdk system 11 system |
| 209 | 2026-05-28T16:54:21.677Z | openssl vendor 3 vendor |
| 210 | 2026-05-28T16:54:21.677Z | perl system 5.40 system |
| 211 | 2026-05-28T16:54:21.677Z | postgresql system 18 system |
| 212 | 2026-05-28T16:54:21.677Z | postgresql system 17 system |
| 213 | 2026-05-28T16:54:21.677Z | python vendor 3 vendor |
| 214 | 2026-05-28T16:54:21.677Z | python system 2 system |
| 215 | 2026-05-28T16:54:21.677Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-28T16:54:21.677Z | ruby system 3.4 system |
| 217 | 2026-05-28T16:54:21.677Z | ruby system 3.0 system |
| 218 | 2026-05-28T16:54:21.677Z | words vendor vendor american-english |
| 219 | 2026-05-28T16:54:21.677Z | words system system australian-english |
| 220 | 2026-05-28T16:54:21.677Z | words system system british-english |
| 221 | 2026-05-28T16:54:21.677Z | words system system canadian-english |
| 222 | 2026-05-28T16:54:21.677Z | words system system french |
| 223 | 2026-05-28T16:54:21.677Z | words system system italian |
| 224 | 2026-05-28T16:54:21.677Z | words system system ngerman |
| 225 | 2026-05-28T16:54:21.677Z | words system system ogerman |
| 226 | 2026-05-28T16:54:21.677Z | words system system spanish |
| 227 | 2026-05-28T16:54:21.932Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-28T16:54:21.932Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-28T16:54:22.208Z | FMRI IFO |
| 230 | 2026-05-28T16:54:22.208Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-28T16:54:22.208Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-28T16:54:22.208Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-28T16:54:22.208Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-28T16:54:22.208Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-28T16:54:22.208Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-28T16:54:22.208Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-28T16:54:22.208Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-28T16:54:22.208Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-28T16:54:22.448Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-28T16:54:22.732Z | Updating crates.io index |
| 241 | 2026-05-28T16:54:22.737Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-28T16:54:23.235Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-28T16:54:23.592Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-28T16:54:23.954Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-28T16:54:25.290Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-28T16:54:25.961Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-28T16:54:27.552Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-28T16:54:28.324Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-28T16:54:28.795Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-28T16:54:29.920Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-28T16:54:30.559Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-28T16:54:30.866Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-28T16:54:31.276Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-28T16:54:32.173Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-28T16:54:32.900Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-28T16:54:33.489Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-28T16:54:33.869Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-28T16:54:34.281Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-28T16:54:34.651Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-28T16:54:35.036Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-28T16:54:35.299Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-28T16:54:35.556Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-28T16:54:36.010Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-28T16:54:36.362Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 265 | 2026-05-28T16:54:36.746Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 266 | 2026-05-28T16:54:37.232Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 267 | 2026-05-28T16:54:37.504Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 268 | 2026-05-28T16:54:37.797Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 269 | 2026-05-28T16:54:38.994Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 270 | 2026-05-28T16:54:39.693Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-28T16:54:40.179Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-28T16:54:40.573Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-28T16:54:41.022Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-28T16:54:41.376Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-28T16:54:41.707Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 276 | 2026-05-28T16:54:42.005Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 277 | 2026-05-28T16:54:42.465Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 278 | 2026-05-28T16:54:42.736Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 279 | 2026-05-28T16:54:43.020Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 280 | 2026-05-28T16:54:43.420Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 281 | 2026-05-28T16:54:55.900Z | Downloading crates ... |
| 282 | 2026-05-28T16:54:55.954Z | Downloaded anstyle-query v1.1.5 |
| 283 | 2026-05-28T16:54:55.957Z | Downloaded block-buffer v0.10.4 |
| 284 | 2026-05-28T16:54:55.960Z | Downloaded thiserror-impl v2.0.18 |
| 285 | 2026-05-28T16:54:55.960Z | Downloaded usdt-macro v0.5.0 |
| 286 | 2026-05-28T16:54:55.960Z | Downloaded bytecount v0.6.9 |
| 287 | 2026-05-28T16:54:55.963Z | Downloaded anstyle-parse v0.2.7 |
| 288 | 2026-05-28T16:54:55.963Z | Downloaded bitflags v2.11.0 |
| 289 | 2026-05-28T16:54:55.966Z | Downloaded anyhow v1.0.102 |
| 290 | 2026-05-28T16:54:55.969Z | Downloaded memmap v0.7.0 |
| 291 | 2026-05-28T16:54:55.969Z | Downloaded anstyle v1.0.13 |
| 292 | 2026-05-28T16:54:55.969Z | Downloaded cargo_toml v0.21.0 |
| 293 | 2026-05-28T16:54:55.972Z | Downloaded itoa v1.0.17 |
| 294 | 2026-05-28T16:54:55.972Z | Downloaded anstream v0.6.21 |
| 295 | 2026-05-28T16:54:55.975Z | Downloaded percent-encoding v2.3.2 |
| 296 | 2026-05-28T16:54:55.980Z | Downloaded utf8parse v0.2.2 |
| 297 | 2026-05-28T16:54:55.983Z | Downloaded colorchoice v1.0.4 |
| 298 | 2026-05-28T16:54:55.983Z | Downloaded utf8_iter v1.0.4 |
| 299 | 2026-05-28T16:54:55.986Z | Downloaded usdt-attr-macro v0.5.0 |
| 300 | 2026-05-28T16:54:55.986Z | Downloaded usdt v0.5.0 |
| 301 | 2026-05-28T16:54:55.986Z | Downloaded getrandom v0.4.1 |
| 302 | 2026-05-28T16:54:55.989Z | Downloaded camino-tempfile v1.4.1 |
| 303 | 2026-05-28T16:54:55.989Z | Downloaded zerofrom v0.1.6 |
| 304 | 2026-05-28T16:54:55.989Z | Downloaded toml_datetime v0.6.11 |
| 305 | 2026-05-28T16:54:55.989Z | Downloaded zerofrom-derive v0.1.6 |
| 306 | 2026-05-28T16:54:55.992Z | Downloaded version_check v0.9.5 |
| 307 | 2026-05-28T16:54:55.992Z | Downloaded fnv v1.0.7 |
| 308 | 2026-05-28T16:54:55.992Z | Downloaded toml_write v0.1.2 |
| 309 | 2026-05-28T16:54:55.995Z | Downloaded unicode-xid v0.2.6 |
| 310 | 2026-05-28T16:54:55.995Z | Downloaded thiserror v1.0.69 |
| 311 | 2026-05-28T16:54:55.998Z | Downloaded equivalent v1.0.2 |
| 312 | 2026-05-28T16:54:56.002Z | Downloaded terminal_size v0.4.3 |
| 313 | 2026-05-28T16:54:56.002Z | Downloaded heck v0.4.1 |
| 314 | 2026-05-28T16:54:56.005Z | Downloaded yoke-derive v0.8.1 |
| 315 | 2026-05-28T16:54:56.005Z | Downloaded unicode-linebreak v0.1.5 |
| 316 | 2026-05-28T16:54:56.005Z | Downloaded typeid v1.0.3 |
| 317 | 2026-05-28T16:54:56.005Z | Downloaded cpufeatures v0.2.17 |
| 318 | 2026-05-28T16:54:56.009Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-05-28T16:54:56.016Z | Downloaded zerovec-derive v0.11.2 |
| 320 | 2026-05-28T16:54:56.019Z | Downloaded cargo-platform v0.2.0 |
| 321 | 2026-05-28T16:54:56.019Z | Downloaded usdt-impl v0.5.0 |
| 322 | 2026-05-28T16:54:56.022Z | Downloaded yoke v0.8.1 |
| 323 | 2026-05-28T16:54:56.023Z | Downloaded ordered-float v2.10.1 |
| 324 | 2026-05-28T16:54:56.023Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2026-05-28T16:54:56.023Z | Downloaded stable_deref_trait v1.2.1 |
| 326 | 2026-05-28T16:54:56.023Z | Downloaded fastrand v2.3.0 |
| 327 | 2026-05-28T16:54:56.026Z | Downloaded crypto-common v0.1.7 |
| 328 | 2026-05-28T16:54:56.026Z | Downloaded tinystr v0.8.2 |
| 329 | 2026-05-28T16:54:56.026Z | Downloaded form_urlencoded v1.2.2 |
| 330 | 2026-05-28T16:54:56.026Z | Downloaded thiserror v2.0.18 |
| 331 | 2026-05-28T16:54:56.029Z | Downloaded zmij v1.0.21 |
| 332 | 2026-05-28T16:54:56.029Z | Downloaded ucd-trie v0.1.7 |
| 333 | 2026-05-28T16:54:56.032Z | Downloaded zerocopy-derive v0.7.35 |
| 334 | 2026-05-28T16:54:56.032Z | Downloaded toml v0.8.23 |
| 335 | 2026-05-28T16:54:56.036Z | Downloaded proc-macro-error v1.0.4 |
| 336 | 2026-05-28T16:54:56.036Z | Downloaded plain v0.2.3 |
| 337 | 2026-05-28T16:54:56.039Z | Downloaded digest v0.10.7 |
| 338 | 2026-05-28T16:54:56.039Z | Downloaded writeable v0.6.2 |
| 339 | 2026-05-28T16:54:56.039Z | Downloaded textwrap v0.16.2 |
| 340 | 2026-05-28T16:54:56.042Z | Downloaded dof v0.3.0 |
| 341 | 2026-05-28T16:54:56.045Z | Downloaded macaddr v1.0.1 |
| 342 | 2026-05-28T16:54:56.045Z | Downloaded dtrace-parser v0.2.0 |
| 343 | 2026-05-28T16:54:56.045Z | Downloaded zerovec v0.11.5 |
| 344 | 2026-05-28T16:54:56.048Z | Downloaded heck v0.5.0 |
| 345 | 2026-05-28T16:54:56.048Z | Downloaded typenum v1.19.0 |
| 346 | 2026-05-28T16:54:56.052Z | Downloaded url v2.5.8 |
| 347 | 2026-05-28T16:54:56.055Z | Downloaded pretty-hex v0.4.1 |
| 348 | 2026-05-28T16:54:56.055Z | Downloaded zerotrie v0.2.3 |
| 349 | 2026-05-28T16:54:56.055Z | Downloaded unicode-ident v1.0.24 |
| 350 | 2026-05-28T16:54:56.058Z | Downloaded serde-value v0.7.0 |
| 351 | 2026-05-28T16:54:56.058Z | Downloaded scroll_derive v0.12.1 |
| 352 | 2026-05-28T16:54:56.058Z | Downloaded is_terminal_polyfill v1.70.2 |
| 353 | 2026-05-28T16:54:56.061Z | Downloaded smawk v0.3.2 |
| 354 | 2026-05-28T16:54:56.061Z | Downloaded potential_utf v0.1.4 |
| 355 | 2026-05-28T16:54:56.062Z | Downloaded idna_adapter v1.2.1 |
| 356 | 2026-05-28T16:54:56.065Z | Downloaded toml_edit v0.22.27 |
| 357 | 2026-05-28T16:54:56.068Z | Downloaded generic-array v0.14.7 |
| 358 | 2026-05-28T16:54:56.068Z | Downloaded cfg-if v1.0.4 |
| 359 | 2026-05-28T16:54:56.074Z | Downloaded zerocopy v0.7.35 |
| 360 | 2026-05-28T16:54:56.083Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2026-05-28T16:54:56.087Z | Downloaded swrite v0.1.0 |
| 362 | 2026-05-28T16:54:56.087Z | Downloaded serde_spanned v0.6.9 |
| 363 | 2026-05-28T16:54:56.087Z | Downloaded icu_normalizer_data v2.1.1 |
| 364 | 2026-05-28T16:54:56.087Z | Downloaded errno v0.3.14 |
| 365 | 2026-05-28T16:54:56.090Z | Downloaded proc-macro-error-attr v1.0.4 |
| 366 | 2026-05-28T16:54:56.090Z | Downloaded winnow v0.7.14 |
| 367 | 2026-05-28T16:54:56.093Z | Downloaded erased-serde v0.4.9 |
| 368 | 2026-05-28T16:54:56.096Z | Downloaded unicode-width v0.2.0 |
| 369 | 2026-05-28T16:54:56.099Z | Downloaded unicode-width v0.1.14 |
| 370 | 2026-05-28T16:54:56.102Z | Downloaded smallvec v1.15.1 |
| 371 | 2026-05-28T16:54:56.108Z | Downloaded strsim v0.11.1 |
| 372 | 2026-05-28T16:54:56.111Z | Downloaded serde_tokenstream v0.2.3 |
| 373 | 2026-05-28T16:54:56.111Z | Downloaded displaydoc v0.2.5 |
| 374 | 2026-05-28T16:54:56.112Z | Downloaded scroll v0.12.0 |
| 375 | 2026-05-28T16:54:56.112Z | Downloaded serde-untagged v0.1.9 |
| 376 | 2026-05-28T16:54:56.115Z | Downloaded fs-err v3.3.0 |
| 377 | 2026-05-28T16:54:56.118Z | Downloaded quote v1.0.45 |
| 378 | 2026-05-28T16:54:56.118Z | Downloaded byteorder v1.5.0 |
| 379 | 2026-05-28T16:54:56.121Z | Downloaded autocfg v1.5.0 |
| 380 | 2026-05-28T16:54:56.127Z | Downloaded synstructure v0.13.2 |
| 381 | 2026-05-28T16:54:56.129Z | Downloaded clap_derive v4.5.55 |
| 382 | 2026-05-28T16:54:56.132Z | Downloaded cargo-util-schemas v0.8.2 |
| 383 | 2026-05-28T16:54:56.132Z | Downloaded camino v1.2.2 |
| 384 | 2026-05-28T16:54:56.135Z | Downloaded cargo_metadata v0.21.0 |
| 385 | 2026-05-28T16:54:56.136Z | Downloaded pest_derive v2.8.6 |
| 386 | 2026-05-28T16:54:56.136Z | Downloaded log v0.4.29 |
| 387 | 2026-05-28T16:54:56.146Z | Downloaded clap_lex v1.0.0 |
| 388 | 2026-05-28T16:54:56.150Z | Downloaded sha2 v0.10.9 |
| 389 | 2026-05-28T16:54:56.150Z | Downloaded litemap v0.8.1 |
| 390 | 2026-05-28T16:54:56.153Z | Downloaded pest_generator v2.8.6 |
| 391 | 2026-05-28T16:54:56.157Z | Downloaded once_cell v1.21.3 |
| 392 | 2026-05-28T16:54:56.160Z | Downloaded papergrid v0.11.0 |
| 393 | 2026-05-28T16:54:56.163Z | Downloaded tempfile v3.25.0 |
| 394 | 2026-05-28T16:54:56.166Z | Downloaded icu_properties v2.1.2 |
| 395 | 2026-05-28T16:54:56.169Z | Downloaded clap v4.5.60 |
| 396 | 2026-05-28T16:54:56.172Z | Downloaded serde_core v1.0.228 |
| 397 | 2026-05-28T16:54:56.178Z | Downloaded icu_provider v2.1.1 |
| 398 | 2026-05-28T16:54:56.182Z | Downloaded proc-macro2 v1.0.106 |
| 399 | 2026-05-28T16:54:56.186Z | Downloaded num-traits v0.2.19 |
| 400 | 2026-05-28T16:54:56.189Z | Downloaded semver v1.0.28 |
| 401 | 2026-05-28T16:54:56.197Z | Downloaded icu_normalizer v2.1.1 |
| 402 | 2026-05-28T16:54:56.200Z | Downloaded icu_locale_core v2.1.1 |
| 403 | 2026-05-28T16:54:56.203Z | Downloaded icu_collections v2.1.1 |
| 404 | 2026-05-28T16:54:56.209Z | Downloaded serde_derive v1.0.228 |
| 405 | 2026-05-28T16:54:56.225Z | Downloaded memchr v2.8.0 |
| 406 | 2026-05-28T16:54:56.228Z | Downloaded pest_meta v2.8.6 |
| 407 | 2026-05-28T16:54:56.237Z | Downloaded serde v1.0.228 |
| 408 | 2026-05-28T16:54:56.248Z | Downloaded indexmap v2.14.0 |
| 409 | 2026-05-28T16:54:56.272Z | Downloaded clap_builder v4.5.60 |
| 410 | 2026-05-28T16:54:56.292Z | Downloaded idna v1.1.0 |
| 411 | 2026-05-28T16:54:56.299Z | Downloaded pest v2.8.6 |
| 412 | 2026-05-28T16:54:56.302Z | Downloaded serde_json v1.0.149 |
| 413 | 2026-05-28T16:54:56.306Z | Downloaded hashbrown v0.17.0 |
| 414 | 2026-05-28T16:54:56.319Z | Downloaded goblin v0.8.2 |
| 415 | 2026-05-28T16:54:56.322Z | Downloaded tabled v0.15.0 |
| 416 | 2026-05-28T16:54:56.330Z | Downloaded syn v1.0.109 |
| 417 | 2026-05-28T16:54:56.336Z | Downloaded icu_properties_data v2.1.2 |
| 418 | 2026-05-28T16:54:56.343Z | Downloaded syn v2.0.117 |
| 419 | 2026-05-28T16:54:56.349Z | Downloaded rustix v1.1.3 |
| 420 | 2026-05-28T16:54:56.377Z | Downloaded libc v0.2.185 |
| 421 | 2026-05-28T16:54:56.445Z | Compiling proc-macro2 v1.0.106 |
| 422 | 2026-05-28T16:54:56.445Z | Compiling quote v1.0.45 |
| 423 | 2026-05-28T16:54:56.448Z | Compiling unicode-ident v1.0.24 |
| 424 | 2026-05-28T16:54:56.448Z | Compiling serde_core v1.0.228 |
| 425 | 2026-05-28T16:54:56.448Z | Compiling libc v0.2.185 |
| 426 | 2026-05-28T16:54:56.448Z | Compiling version_check v0.9.5 |
| 427 | 2026-05-28T16:54:56.448Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-28T16:54:56.448Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-28T16:54:56.757Z | Compiling serde v1.0.228 |
| 430 | 2026-05-28T16:54:56.783Z | Compiling zmij v1.0.21 |
| 431 | 2026-05-28T16:54:57.036Z | Compiling itoa v1.0.17 |
| 432 | 2026-05-28T16:54:57.181Z | Compiling autocfg v1.5.0 |
| 433 | 2026-05-28T16:54:57.227Z | Compiling thiserror v1.0.69 |
| 434 | 2026-05-28T16:54:57.386Z | Compiling ucd-trie v0.1.7 |
| 435 | 2026-05-28T16:54:57.439Z | Compiling writeable v0.6.2 |
| 436 | 2026-05-28T16:54:57.544Z | Compiling pest v2.8.6 |
| 437 | 2026-05-28T16:54:57.568Z | Compiling litemap v0.8.1 |
| 438 | 2026-05-28T16:54:57.651Z | Compiling rustix v1.1.3 |
| 439 | 2026-05-28T16:54:57.654Z | Compiling icu_properties_data v2.1.2 |
| 440 | 2026-05-28T16:54:57.712Z | Compiling byteorder v1.5.0 |
| 441 | 2026-05-28T16:54:57.942Z | Compiling syn v2.0.117 |
| 442 | 2026-05-28T16:54:57.985Z | Compiling icu_normalizer_data v2.1.1 |
| 443 | 2026-05-28T16:54:58.059Z | Compiling errno v0.3.14 |
| 444 | 2026-05-28T16:54:58.186Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-28T16:54:58.201Z | Compiling bitflags v2.11.0 |
| 446 | 2026-05-28T16:54:58.300Z | Compiling num-traits v0.2.19 |
| 447 | 2026-05-28T16:54:58.408Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-28T16:54:58.428Z | Compiling equivalent v1.0.2 |
| 449 | 2026-05-28T16:54:58.516Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-28T16:54:58.665Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-28T16:54:58.668Z | Compiling hashbrown v0.17.0 |
| 452 | 2026-05-28T16:54:58.790Z | Compiling thread-id v4.2.2 |
| 453 | 2026-05-28T16:54:58.874Z | Compiling proc-macro-error-attr v1.0.4 |
| 454 | 2026-05-28T16:54:58.926Z | Compiling usdt-impl v0.5.0 |
| 455 | 2026-05-28T16:54:58.994Z | Compiling winnow v0.7.14 |
| 456 | 2026-05-28T16:54:59.056Z | Compiling toml_write v0.1.2 |
| 457 | 2026-05-28T16:54:59.134Z | Compiling syn v1.0.109 |
| 458 | 2026-05-28T16:54:59.212Z | Compiling indexmap v2.14.0 |
| 459 | 2026-05-28T16:54:59.253Z | Compiling erased-serde v0.4.9 |
| 460 | 2026-05-28T16:54:59.675Z | Compiling proc-macro-error v1.0.4 |
| 461 | 2026-05-28T16:54:59.816Z | Compiling plain v0.2.3 |
| 462 | 2026-05-28T16:54:59.860Z | Compiling camino v1.2.2 |
| 463 | 2026-05-28T16:54:59.927Z | Compiling getrandom v0.4.1 |
| 464 | 2026-05-28T16:55:00.130Z | Compiling utf8_iter v1.0.4 |
| 465 | 2026-05-28T16:55:00.172Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-05-28T16:55:00.260Z | Compiling log v0.4.29 |
| 467 | 2026-05-28T16:55:00.275Z | Compiling thiserror v2.0.18 |
| 468 | 2026-05-28T16:55:00.290Z | Compiling utf8parse v0.2.2 |
| 469 | 2026-05-28T16:55:00.372Z | Compiling form_urlencoded v1.2.2 |
| 470 | 2026-05-28T16:55:00.417Z | Compiling anstyle-parse v0.2.7 |
| 471 | 2026-05-28T16:55:00.448Z | Compiling ordered-float v2.10.1 |
| 472 | 2026-05-28T16:55:00.478Z | Compiling synstructure v0.13.2 |
| 473 | 2026-05-28T16:55:00.496Z | Compiling pest_generator v2.8.6 |
| 474 | 2026-05-28T16:55:00.720Z | Compiling terminal_size v0.4.3 |
| 475 | 2026-05-28T16:55:00.861Z | Compiling anstyle v1.0.13 |
| 476 | 2026-05-28T16:55:00.986Z | Compiling is_terminal_polyfill v1.70.2 |
| 477 | 2026-05-28T16:55:01.007Z | Compiling colorchoice v1.0.4 |
| 478 | 2026-05-28T16:55:01.031Z | Compiling cfg-if v1.0.4 |
| 479 | 2026-05-28T16:55:01.062Z | Compiling anstyle-query v1.1.5 |
| 480 | 2026-05-28T16:55:01.079Z | Compiling pretty-hex v0.4.1 |
| 481 | 2026-05-28T16:55:01.125Z | Compiling serde-untagged v0.1.9 |
| 482 | 2026-05-28T16:55:01.168Z | Compiling anstream v0.6.21 |
| 483 | 2026-05-28T16:55:01.206Z | Compiling semver v1.0.28 |
| 484 | 2026-05-28T16:55:01.260Z | Compiling fs-err v3.3.0 |
| 485 | 2026-05-28T16:55:01.415Z | Compiling fnv v1.0.7 |
| 486 | 2026-05-28T16:55:01.510Z | Compiling once_cell v1.21.3 |
| 487 | 2026-05-28T16:55:01.526Z | Compiling clap_lex v1.0.0 |
| 488 | 2026-05-28T16:55:01.526Z | Compiling anyhow v1.0.102 |
| 489 | 2026-05-28T16:55:01.603Z | Compiling heck v0.5.0 |
| 490 | 2026-05-28T16:55:01.637Z | Compiling bytecount v0.6.9 |
| 491 | 2026-05-28T16:55:01.728Z | Compiling strsim v0.11.1 |
| 492 | 2026-05-28T16:55:01.753Z | Compiling unicode-xid v0.2.6 |
| 493 | 2026-05-28T16:55:01.757Z | Compiling heck v0.4.1 |
| 494 | 2026-05-28T16:55:01.842Z | Compiling fastrand v2.3.0 |
| 495 | 2026-05-28T16:55:01.881Z | Compiling unicode-width v0.1.14 |
| 496 | 2026-05-28T16:55:01.995Z | Compiling clap_builder v4.5.60 |
| 497 | 2026-05-28T16:55:02.082Z | Compiling tempfile v3.25.0 |
| 498 | 2026-05-28T16:55:02.124Z | Compiling papergrid v0.11.0 |
| 499 | 2026-05-28T16:55:02.183Z | Compiling serde_derive v1.0.228 |
| 500 | 2026-05-28T16:55:02.268Z | Compiling zerofrom-derive v0.1.6 |
| 501 | 2026-05-28T16:55:02.372Z | Compiling yoke-derive v0.8.1 |
| 502 | 2026-05-28T16:55:02.462Z | Compiling zerovec-derive v0.11.2 |
| 503 | 2026-05-28T16:55:02.737Z | Compiling displaydoc v0.2.5 |
| 504 | 2026-05-28T16:55:03.474Z | Compiling thiserror-impl v1.0.69 |
| 505 | 2026-05-28T16:55:03.539Z | Compiling zerocopy-derive v0.7.35 |
| 506 | 2026-05-28T16:55:03.555Z | Compiling pest_derive v2.8.6 |
| 507 | 2026-05-28T16:55:03.579Z | Compiling scroll_derive v0.12.1 |
| 508 | 2026-05-28T16:55:03.654Z | Compiling zerofrom v0.1.6 |
| 509 | 2026-05-28T16:55:03.785Z | Compiling yoke v0.8.1 |
| 510 | 2026-05-28T16:55:03.963Z | Compiling thiserror-impl v2.0.18 |
| 511 | 2026-05-28T16:55:03.979Z | Compiling zerovec v0.11.5 |
| 512 | 2026-05-28T16:55:04.233Z | Compiling zerotrie v0.2.3 |
| 513 | 2026-05-28T16:55:04.383Z | Compiling zerocopy v0.7.35 |
| 514 | 2026-05-28T16:55:04.479Z | Compiling tinystr v0.8.2 |
| 515 | 2026-05-28T16:55:04.535Z | Compiling potential_utf v0.1.4 |
| 516 | 2026-05-28T16:55:04.688Z | Compiling icu_locale_core v2.1.1 |
| 517 | 2026-05-28T16:55:04.708Z | Compiling icu_collections v2.1.1 |
| 518 | 2026-05-28T16:55:04.828Z | Compiling dtrace-parser v0.2.0 |
| 519 | 2026-05-28T16:55:04.927Z | Compiling scroll v0.12.0 |
| 520 | 2026-05-28T16:55:04.993Z | Compiling tabled_derive v0.7.0 |
| 521 | 2026-05-28T16:55:05.190Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-28T16:55:05.206Z | Compiling clap_derive v4.5.55 |
| 523 | 2026-05-28T16:55:05.388Z | Compiling icu_provider v2.1.1 |
| 524 | 2026-05-28T16:55:05.553Z | Compiling serde_spanned v0.6.9 |
| 525 | 2026-05-28T16:55:05.571Z | Compiling toml_datetime v0.6.11 |
| 526 | 2026-05-28T16:55:05.589Z | Compiling dof v0.3.0 |
| 527 | 2026-05-28T16:55:05.603Z | Compiling serde_tokenstream v0.2.3 |
| 528 | 2026-05-28T16:55:05.694Z | Compiling icu_properties v2.1.2 |
| 529 | 2026-05-28T16:55:05.710Z | Compiling icu_normalizer v2.1.1 |
| 530 | 2026-05-28T16:55:05.830Z | Compiling toml_edit v0.22.27 |
| 531 | 2026-05-28T16:55:05.910Z | Compiling serde-value v0.7.0 |
| 532 | 2026-05-28T16:55:05.971Z | Compiling cargo-platform v0.2.0 |
| 533 | 2026-05-28T16:55:06.239Z | Compiling memmap v0.7.0 |
| 534 | 2026-05-28T16:55:06.244Z | Compiling smawk v0.3.2 |
| 535 | 2026-05-28T16:55:06.270Z | Compiling unicode-linebreak v0.1.5 |
| 536 | 2026-05-28T16:55:06.453Z | Compiling unicode-width v0.2.0 |
| 537 | 2026-05-28T16:55:06.478Z | Compiling tabled v0.15.0 |
| 538 | 2026-05-28T16:55:06.528Z | Compiling usdt-macro v0.5.0 |
| 539 | 2026-05-28T16:55:06.574Z | Compiling usdt-attr-macro v0.5.0 |
| 540 | 2026-05-28T16:55:06.735Z | Compiling idna_adapter v1.2.1 |
| 541 | 2026-05-28T16:55:06.835Z | Compiling textwrap v0.16.2 |
| 542 | 2026-05-28T16:55:06.882Z | Compiling idna v1.1.0 |
| 543 | 2026-05-28T16:55:07.007Z | Compiling clap v4.5.60 |
| 544 | 2026-05-28T16:55:07.099Z | Compiling macaddr v1.0.1 |
| 545 | 2026-05-28T16:55:07.252Z | Compiling url v2.5.8 |
| 546 | 2026-05-28T16:55:07.310Z | Compiling toml v0.8.23 |
| 547 | 2026-05-28T16:55:07.333Z | Compiling camino-tempfile v1.4.1 |
| 548 | 2026-05-28T16:55:07.562Z | Compiling swrite v0.1.0 |
| 549 | 2026-05-28T16:55:07.663Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 550 | 2026-05-28T16:55:07.827Z | Compiling cargo-util-schemas v0.8.2 |
| 551 | 2026-05-28T16:55:07.936Z | Compiling cargo_toml v0.21.0 |
| 552 | 2026-05-28T16:55:08.285Z | Compiling usdt v0.5.0 |
| 553 | 2026-05-28T16:55:08.728Z | Compiling cargo_metadata v0.21.0 |
| 554 | 2026-05-28T16:55:09.642Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 555 | 2026-05-28T16:55:11.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.40s |
| 556 | 2026-05-28T16:55:11.931Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 557 | 2026-05-28T16:55:12.490Z | Downloading crates ... |
| 558 | 2026-05-28T16:55:12.584Z | Downloaded async-stream-impl v0.3.6 |
| 559 | 2026-05-28T16:55:12.595Z | Downloaded atty v0.2.14 |
| 560 | 2026-05-28T16:55:12.598Z | Downloaded base16ct v0.2.0 |
| 561 | 2026-05-28T16:55:12.598Z | Downloaded assert_matches v1.5.0 |
| 562 | 2026-05-28T16:55:12.598Z | Downloaded arrayref v0.3.9 |
| 563 | 2026-05-28T16:55:12.603Z | Downloaded crc32fast v1.5.0 |
| 564 | 2026-05-28T16:55:12.607Z | Downloaded embedded-io v0.6.1 |
| 565 | 2026-05-28T16:55:12.610Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 566 | 2026-05-28T16:55:12.610Z | Downloaded either v1.15.0 |
| 567 | 2026-05-28T16:55:12.613Z | Downloaded cfg_aliases v0.1.1 |
| 568 | 2026-05-28T16:55:12.620Z | Downloaded csv-core v0.1.13 |
| 569 | 2026-05-28T16:55:12.623Z | Downloaded diesel-dtrace v0.5.0 |
| 570 | 2026-05-28T16:55:12.623Z | Downloaded darling v0.23.0 |
| 571 | 2026-05-28T16:55:12.626Z | Downloaded difflib v0.4.0 |
| 572 | 2026-05-28T16:55:12.629Z | Downloaded crc v3.4.0 |
| 573 | 2026-05-28T16:55:12.629Z | Downloaded async-recursion v1.1.1 |
| 574 | 2026-05-28T16:55:12.632Z | Downloaded defmt v0.3.100 |
| 575 | 2026-05-28T16:55:12.632Z | Downloaded ascii-canvas v3.0.0 |
| 576 | 2026-05-28T16:55:12.632Z | Downloaded bit-set v0.8.0 |
| 577 | 2026-05-28T16:55:12.635Z | Downloaded display-error-chain v0.2.2 |
| 578 | 2026-05-28T16:55:12.635Z | Downloaded data-encoding v2.10.0 |
| 579 | 2026-05-28T16:55:12.635Z | Downloaded daft-derive v0.1.7 |
| 580 | 2026-05-28T16:55:12.639Z | Downloaded endian-type v0.1.2 |
| 581 | 2026-05-28T16:55:12.639Z | Downloaded dyn-clone v1.0.20 |
| 582 | 2026-05-28T16:55:12.639Z | Downloaded enum-as-inner v0.6.1 |
| 583 | 2026-05-28T16:55:12.642Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-05-28T16:55:12.642Z | Downloaded critical-section v1.2.0 |
| 585 | 2026-05-28T16:55:12.642Z | Downloaded embedded-io v0.4.0 |
| 586 | 2026-05-28T16:55:12.645Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 587 | 2026-05-28T16:55:12.645Z | Downloaded derive_builder_macro v0.20.2 |
| 588 | 2026-05-28T16:55:12.645Z | Downloaded atomicwrites v0.4.4 |
| 589 | 2026-05-28T16:55:12.648Z | Downloaded float-ord v0.3.2 |
| 590 | 2026-05-28T16:55:12.648Z | Downloaded defmt v1.0.1 |
| 591 | 2026-05-28T16:55:12.651Z | Downloaded atomic-waker v1.1.2 |
| 592 | 2026-05-28T16:55:12.651Z | Downloaded dropshot_endpoint v0.17.0 |
| 593 | 2026-05-28T16:55:12.654Z | Downloaded filetime v0.2.27 |
| 594 | 2026-05-28T16:55:12.654Z | Downloaded dtrace-parser v0.3.0 |
| 595 | 2026-05-28T16:55:12.657Z | Downloaded adler2 v2.0.1 |
| 596 | 2026-05-28T16:55:12.657Z | Downloaded darling v0.13.4 |
| 597 | 2026-05-28T16:55:12.657Z | Downloaded base64ct v1.8.3 |
| 598 | 2026-05-28T16:55:12.660Z | Downloaded convert_case v0.4.0 |
| 599 | 2026-05-28T16:55:12.660Z | Downloaded fallible-iterator v0.2.0 |
| 600 | 2026-05-28T16:55:12.664Z | Downloaded darling_macro v0.20.11 |
| 601 | 2026-05-28T16:55:12.667Z | Downloaded bit-set v0.5.3 |
| 602 | 2026-05-28T16:55:12.667Z | Downloaded compression-core v0.4.31 |
| 603 | 2026-05-28T16:55:12.667Z | Downloaded env_filter v1.0.0 |
| 604 | 2026-05-28T16:55:12.671Z | Downloaded ed25519 v2.2.3 |
| 605 | 2026-05-28T16:55:12.671Z | Downloaded derive_builder v0.20.2 |
| 606 | 2026-05-28T16:55:12.673Z | Downloaded darling v0.20.11 |
| 607 | 2026-05-28T16:55:12.676Z | Downloaded document-features v0.2.12 |
| 608 | 2026-05-28T16:55:12.676Z | Downloaded aead v0.5.2 |
| 609 | 2026-05-28T16:55:12.677Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 610 | 2026-05-28T16:55:12.679Z | Downloaded defmt-parser v1.0.0 |
| 611 | 2026-05-28T16:55:12.679Z | Downloaded debug-ignore v1.0.5 |
| 612 | 2026-05-28T16:55:12.680Z | Downloaded darling_macro v0.21.3 |
| 613 | 2026-05-28T16:55:12.683Z | Downloaded darling_macro v0.13.4 |
| 614 | 2026-05-28T16:55:12.683Z | Downloaded float-cmp v0.10.0 |
| 615 | 2026-05-28T16:55:12.683Z | Downloaded crc8 v0.1.1 |
| 616 | 2026-05-28T16:55:12.683Z | Downloaded cpufeatures v0.3.0 |
| 617 | 2026-05-28T16:55:12.686Z | Downloaded ctr v0.9.2 |
| 618 | 2026-05-28T16:55:12.686Z | Downloaded cobs v0.3.0 |
| 619 | 2026-05-28T16:55:12.686Z | Downloaded async-stream v0.3.6 |
| 620 | 2026-05-28T16:55:12.689Z | Downloaded foreign-types-shared v0.3.1 |
| 621 | 2026-05-28T16:55:12.689Z | Downloaded cbc v0.1.2 |
| 622 | 2026-05-28T16:55:12.689Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 623 | 2026-05-28T16:55:12.692Z | Downloaded crunchy v0.2.4 |
| 624 | 2026-05-28T16:55:12.692Z | Downloaded funty v2.0.0 |
| 625 | 2026-05-28T16:55:12.692Z | Downloaded darling_macro v0.23.0 |
| 626 | 2026-05-28T16:55:12.695Z | Downloaded cargo_metadata v0.23.1 |
| 627 | 2026-05-28T16:55:12.696Z | Downloaded buf-list v1.1.2 |
| 628 | 2026-05-28T16:55:12.696Z | Downloaded find-msvc-tools v0.1.9 |
| 629 | 2026-05-28T16:55:12.699Z | Downloaded dirs-next v2.0.0 |
| 630 | 2026-05-28T16:55:12.699Z | Downloaded crossbeam-deque v0.8.6 |
| 631 | 2026-05-28T16:55:12.699Z | Downloaded ciborium-io v0.2.2 |
| 632 | 2026-05-28T16:55:12.702Z | Downloaded bcs v0.1.6 |
| 633 | 2026-05-28T16:55:12.702Z | Downloaded backoff v0.4.0 |
| 634 | 2026-05-28T16:55:12.705Z | Downloaded bitfield v0.19.4 |
| 635 | 2026-05-28T16:55:12.705Z | Downloaded chacha20 v0.9.1 |
| 636 | 2026-05-28T16:55:12.705Z | Downloaded argon2 v0.5.3 |
| 637 | 2026-05-28T16:55:12.708Z | Downloaded arrayvec v0.7.6 |
| 638 | 2026-05-28T16:55:12.708Z | Downloaded dirs-sys-next v0.1.2 |
| 639 | 2026-05-28T16:55:12.708Z | Downloaded compression-codecs v0.4.37 |
| 640 | 2026-05-28T16:55:12.711Z | Downloaded blowfish v0.9.1 |
| 641 | 2026-05-28T16:55:12.711Z | Downloaded dof v0.4.0 |
| 642 | 2026-05-28T16:55:12.714Z | Downloaded async-trait v0.1.89 |
| 643 | 2026-05-28T16:55:12.714Z | Downloaded block-padding v0.3.3 |
| 644 | 2026-05-28T16:55:12.717Z | Downloaded array-init v0.0.4 |
| 645 | 2026-05-28T16:55:12.718Z | Downloaded bb8 v0.8.6 |
| 646 | 2026-05-28T16:55:12.718Z | Downloaded dunce v1.0.5 |
| 647 | 2026-05-28T16:55:12.718Z | Downloaded castaway v0.2.4 |
| 648 | 2026-05-28T16:55:12.721Z | Downloaded ghash v0.5.1 |
| 649 | 2026-05-28T16:55:12.721Z | Downloaded bitfield-struct v0.6.2 |
| 650 | 2026-05-28T16:55:12.724Z | Downloaded crc-catalog v2.4.0 |
| 651 | 2026-05-28T16:55:12.724Z | Downloaded flagset v0.4.7 |
| 652 | 2026-05-28T16:55:12.724Z | Downloaded fd-lock v4.0.4 |
| 653 | 2026-05-28T16:55:12.729Z | Downloaded fixedbitset v0.4.2 |
| 654 | 2026-05-28T16:55:12.729Z | Downloaded cargo-platform v0.3.2 |
| 655 | 2026-05-28T16:55:12.729Z | Downloaded bitfield-macros v0.19.4 |
| 656 | 2026-05-28T16:55:12.733Z | Downloaded cmake v0.1.57 |
| 657 | 2026-05-28T16:55:12.733Z | Downloaded futures-core v0.3.32 |
| 658 | 2026-05-28T16:55:12.736Z | Downloaded crucible-workspace-hack v0.1.0 |
| 659 | 2026-05-28T16:55:12.736Z | Downloaded ciborium-ll v0.2.2 |
| 660 | 2026-05-28T16:55:12.736Z | Downloaded foreign-types v0.5.0 |
| 661 | 2026-05-28T16:55:12.736Z | Downloaded cfg_aliases v0.2.1 |
| 662 | 2026-05-28T16:55:12.739Z | Downloaded dsl_auto_type v0.2.0 |
| 663 | 2026-05-28T16:55:12.739Z | Downloaded downcast-rs v2.0.2 |
| 664 | 2026-05-28T16:55:12.742Z | Downloaded foreign-types v0.3.2 |
| 665 | 2026-05-28T16:55:12.742Z | Downloaded deranged v0.5.8 |
| 666 | 2026-05-28T16:55:12.745Z | Downloaded futures-macro v0.3.32 |
| 667 | 2026-05-28T16:55:12.748Z | Downloaded futures-sink v0.3.32 |
| 668 | 2026-05-28T16:55:12.748Z | Downloaded futures-task v0.3.32 |
| 669 | 2026-05-28T16:55:12.748Z | Downloaded defmt-macros v1.0.1 |
| 670 | 2026-05-28T16:55:12.754Z | Downloaded darling_core v0.13.4 |
| 671 | 2026-05-28T16:55:12.757Z | Downloaded foldhash v0.1.5 |
| 672 | 2026-05-28T16:55:12.757Z | Downloaded hash32 v0.2.1 |
| 673 | 2026-05-28T16:55:12.757Z | Downloaded git-stub v1.0.0 |
| 674 | 2026-05-28T16:55:12.757Z | Downloaded corncobs v0.1.4 |
| 675 | 2026-05-28T16:55:12.757Z | Downloaded convert_case v0.10.0 |
| 676 | 2026-05-28T16:55:12.757Z | Downloaded bit-vec v0.8.0 |
| 677 | 2026-05-28T16:55:12.761Z | Downloaded cexpr v0.6.0 |
| 678 | 2026-05-28T16:55:12.761Z | Downloaded fxhash v0.2.1 |
| 679 | 2026-05-28T16:55:12.761Z | Downloaded gethostname v0.5.0 |
| 680 | 2026-05-28T16:55:12.761Z | Downloaded ff v0.13.1 |
| 681 | 2026-05-28T16:55:12.765Z | Downloaded const_format_proc_macros v0.2.34 |
| 682 | 2026-05-28T16:55:12.765Z | Downloaded globwalk v0.9.1 |
| 683 | 2026-05-28T16:55:12.765Z | Downloaded camino-tempfile-ext v0.3.3 |
| 684 | 2026-05-28T16:55:12.768Z | Downloaded diff v0.1.13 |
| 685 | 2026-05-28T16:55:12.768Z | Downloaded der v0.7.10 |
| 686 | 2026-05-28T16:55:12.771Z | Downloaded futures-io v0.3.32 |
| 687 | 2026-05-28T16:55:12.771Z | Downloaded bit-vec v0.6.3 |
| 688 | 2026-05-28T16:55:12.772Z | Downloaded headers-core v0.3.0 |
| 689 | 2026-05-28T16:55:12.776Z | Downloaded darling_core v0.23.0 |
| 690 | 2026-05-28T16:55:12.779Z | Downloaded fixedbitset v0.5.7 |
| 691 | 2026-05-28T16:55:12.779Z | Downloaded erased-serde v0.3.31 |
| 692 | 2026-05-28T16:55:12.779Z | Downloaded derive-ex v0.1.8 |
| 693 | 2026-05-28T16:55:12.779Z | Downloaded colored v2.2.0 |
| 694 | 2026-05-28T16:55:12.782Z | Downloaded git-stub-vcs v0.1.0 |
| 695 | 2026-05-28T16:55:12.782Z | Downloaded cookie_store v0.22.1 |
| 696 | 2026-05-28T16:55:12.786Z | Downloaded ena v0.14.4 |
| 697 | 2026-05-28T16:55:12.786Z | Downloaded derive_builder_core v0.20.2 |
| 698 | 2026-05-28T16:55:12.786Z | Downloaded async-bb8-diesel v0.2.1 |
| 699 | 2026-05-28T16:55:12.789Z | Downloaded fs-err v2.11.0 |
| 700 | 2026-05-28T16:55:12.789Z | Downloaded ecdsa v0.16.9 |
| 701 | 2026-05-28T16:55:12.792Z | Downloaded der_derive v0.7.3 |
| 702 | 2026-05-28T16:55:12.792Z | Downloaded httpdate v1.0.3 |
| 703 | 2026-05-28T16:55:12.792Z | Downloaded hostname v0.3.1 |
| 704 | 2026-05-28T16:55:12.792Z | Downloaded hex-literal v0.4.1 |
| 705 | 2026-05-28T16:55:12.796Z | Downloaded hubpack_derive v0.1.1 |
| 706 | 2026-05-28T16:55:12.796Z | Downloaded async-compression v0.4.41 |
| 707 | 2026-05-28T16:55:12.799Z | Downloaded fs_extra v1.3.0 |
| 708 | 2026-05-28T16:55:12.799Z | Downloaded hyper-tls v0.6.0 |
| 709 | 2026-05-28T16:55:12.802Z | Downloaded byte-wrapper v0.1.0 |
| 710 | 2026-05-28T16:55:12.802Z | Downloaded darling v0.21.3 |
| 711 | 2026-05-28T16:55:12.805Z | Downloaded hostname v0.4.2 |
| 712 | 2026-05-28T16:55:12.805Z | Downloaded cassowary v0.3.0 |
| 713 | 2026-05-28T16:55:12.808Z | Downloaded foreign-types-macros v0.2.3 |
| 714 | 2026-05-28T16:55:12.808Z | Downloaded home v0.5.12 |
| 715 | 2026-05-28T16:55:12.808Z | Downloaded http-body v1.0.1 |
| 716 | 2026-05-28T16:55:12.811Z | Downloaded foldhash v0.2.0 |
| 717 | 2026-05-28T16:55:12.811Z | Downloaded bitflags v1.3.2 |
| 718 | 2026-05-28T16:55:12.811Z | Downloaded hex v0.4.3 |
| 719 | 2026-05-28T16:55:12.814Z | Downloaded hash32 v0.3.1 |
| 720 | 2026-05-28T16:55:12.814Z | Downloaded hubpack v0.1.2 |
| 721 | 2026-05-28T16:55:12.814Z | Downloaded http-range v0.1.5 |
| 722 | 2026-05-28T16:55:12.817Z | Downloaded instant v0.1.13 |
| 723 | 2026-05-28T16:55:12.817Z | Downloaded indent_write v2.2.0 |
| 724 | 2026-05-28T16:55:12.817Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 725 | 2026-05-28T16:55:12.817Z | Downloaded group v0.13.0 |
| 726 | 2026-05-28T16:55:12.820Z | Downloaded futures-executor v0.3.32 |
| 727 | 2026-05-28T16:55:12.820Z | Downloaded illumos-nvpair v0.3.0 |
| 728 | 2026-05-28T16:55:12.821Z | Downloaded globset v0.4.18 |
| 729 | 2026-05-28T16:55:12.824Z | Downloaded cipher v0.4.4 |
| 730 | 2026-05-28T16:55:12.824Z | Downloaded clang-sys v1.8.1 |
| 731 | 2026-05-28T16:55:12.824Z | Downloaded ahash v0.8.12 |
| 732 | 2026-05-28T16:55:12.827Z | Downloaded colored v3.1.1 |
| 733 | 2026-05-28T16:55:12.827Z | Downloaded foreign-types-shared v0.1.1 |
| 734 | 2026-05-28T16:55:12.834Z | Downloaded console v0.15.11 |
| 735 | 2026-05-28T16:55:12.838Z | Downloaded des v0.8.1 |
| 736 | 2026-05-28T16:55:12.838Z | Downloaded http-body-util v0.1.3 |
| 737 | 2026-05-28T16:55:12.838Z | Downloaded crossbeam-epoch v0.9.18 |
| 738 | 2026-05-28T16:55:12.841Z | Downloaded indoc v1.0.9 |
| 739 | 2026-05-28T16:55:12.841Z | Downloaded is-terminal v0.4.17 |
| 740 | 2026-05-28T16:55:12.845Z | Downloaded inout v0.1.4 |
| 741 | 2026-05-28T16:55:12.845Z | Downloaded glob v0.3.3 |
| 742 | 2026-05-28T16:55:12.845Z | Downloaded env_logger v0.11.9 |
| 743 | 2026-05-28T16:55:12.848Z | Downloaded internet-checksum v0.2.1 |
| 744 | 2026-05-28T16:55:12.852Z | Downloaded keccak v0.1.6 |
| 745 | 2026-05-28T16:55:12.852Z | Downloaded instability v0.3.11 |
| 746 | 2026-05-28T16:55:12.852Z | Downloaded daft v0.1.7 |
| 747 | 2026-05-28T16:55:12.852Z | Downloaded console v0.16.2 |
| 748 | 2026-05-28T16:55:12.855Z | Downloaded bzip2 v0.4.4 |
| 749 | 2026-05-28T16:55:12.855Z | Downloaded lalrpop-util v0.19.12 |
| 750 | 2026-05-28T16:55:12.855Z | Downloaded highway v1.3.0 |
| 751 | 2026-05-28T16:55:12.859Z | Downloaded fatfs v0.3.6 |
| 752 | 2026-05-28T16:55:12.862Z | Downloaded elliptic-curve v0.13.8 |
| 753 | 2026-05-28T16:55:12.862Z | Downloaded drift v0.2.0 |
| 754 | 2026-05-28T16:55:12.867Z | Downloaded is_ci v1.2.0 |
| 755 | 2026-05-28T16:55:12.870Z | Downloaded lazy_static v1.5.0 |
| 756 | 2026-05-28T16:55:12.873Z | Downloaded ident_case v1.0.1 |
| 757 | 2026-05-28T16:55:12.873Z | Downloaded humantime v2.3.0 |
| 758 | 2026-05-28T16:55:12.873Z | Downloaded kstat-rs v0.2.4 |
| 759 | 2026-05-28T16:55:12.873Z | Downloaded blake2 v0.10.6 |
| 760 | 2026-05-28T16:55:12.879Z | Downloaded match_cfg v0.1.0 |
| 761 | 2026-05-28T16:55:12.882Z | Downloaded managed v0.8.0 |
| 762 | 2026-05-28T16:55:12.882Z | Downloaded libscf-sys v1.1.0 |
| 763 | 2026-05-28T16:55:12.882Z | Downloaded maybe-uninit v2.0.0 |
| 764 | 2026-05-28T16:55:12.886Z | Downloaded lzss v0.8.2 |
| 765 | 2026-05-28T16:55:12.886Z | Downloaded lru-slab v0.1.2 |
| 766 | 2026-05-28T16:55:12.886Z | Downloaded futures-channel v0.3.32 |
| 767 | 2026-05-28T16:55:12.889Z | Downloaded cookie v0.18.1 |
| 768 | 2026-05-28T16:55:12.892Z | Downloaded ciborium v0.2.2 |
| 769 | 2026-05-28T16:55:12.892Z | Downloaded half v1.8.3 |
| 770 | 2026-05-28T16:55:12.896Z | Downloaded chacha20 v0.10.0 |
| 771 | 2026-05-28T16:55:12.896Z | Downloaded ipnetwork v0.21.1 |
| 772 | 2026-05-28T16:55:12.899Z | Downloaded lru-cache v0.1.2 |
| 773 | 2026-05-28T16:55:12.900Z | Downloaded mime v0.3.17 |
| 774 | 2026-05-28T16:55:12.900Z | Downloaded md5 v0.7.0 |
| 775 | 2026-05-28T16:55:12.900Z | Downloaded newtype-uuid-macros v0.1.0 |
| 776 | 2026-05-28T16:55:12.900Z | Downloaded memoffset v0.9.1 |
| 777 | 2026-05-28T16:55:12.902Z | Downloaded md-5 v0.10.6 |
| 778 | 2026-05-28T16:55:12.902Z | Downloaded lru v0.12.5 |
| 779 | 2026-05-28T16:55:12.903Z | Downloaded hmac v0.12.1 |
| 780 | 2026-05-28T16:55:12.907Z | Downloaded constant_time_eq v0.4.2 |
| 781 | 2026-05-28T16:55:12.907Z | Downloaded const-oid v0.9.6 |
| 782 | 2026-05-28T16:55:12.907Z | Downloaded nibble_vec v0.1.0 |
| 783 | 2026-05-28T16:55:12.910Z | Downloaded indoc v2.0.7 |
| 784 | 2026-05-28T16:55:12.910Z | Downloaded derive-where v1.6.0 |
| 785 | 2026-05-28T16:55:12.914Z | Downloaded crc-any v2.5.0 |
| 786 | 2026-05-28T16:55:12.914Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 787 | 2026-05-28T16:55:12.914Z | Downloaded cancel-safe-futures v0.1.5 |
| 788 | 2026-05-28T16:55:12.919Z | Downloaded getrandom v0.2.17 |
| 789 | 2026-05-28T16:55:12.919Z | Downloaded derive_more v0.99.20 |
| 790 | 2026-05-28T16:55:12.924Z | Downloaded linked-hash-map v0.5.6 |
| 791 | 2026-05-28T16:55:12.924Z | Downloaded ipnet v2.11.0 |
| 792 | 2026-05-28T16:55:12.924Z | Downloaded new_debug_unreachable v1.0.6 |
| 793 | 2026-05-28T16:55:12.925Z | Downloaded ingot-types v0.1.2 |
| 794 | 2026-05-28T16:55:12.930Z | Downloaded ingot v0.1.1 |
| 795 | 2026-05-28T16:55:12.930Z | Downloaded allocator-api2 v0.2.21 |
| 796 | 2026-05-28T16:55:12.930Z | Downloaded nonempty v0.12.0 |
| 797 | 2026-05-28T16:55:12.930Z | Downloaded newline-converter v0.3.0 |
| 798 | 2026-05-28T16:55:12.946Z | Downloaded num v0.4.3 |
| 799 | 2026-05-28T16:55:12.946Z | Downloaded num-derive v0.3.3 |
| 800 | 2026-05-28T16:55:12.946Z | Downloaded num-conv v0.2.0 |
| 801 | 2026-05-28T16:55:12.946Z | Downloaded nodrop v0.1.14 |
| 802 | 2026-05-28T16:55:12.946Z | Downloaded normalize-line-endings v0.3.0 |
| 803 | 2026-05-28T16:55:12.946Z | Downloaded num-derive v0.4.2 |
| 804 | 2026-05-28T16:55:12.947Z | Downloaded hyper-rustls v0.27.7 |
| 805 | 2026-05-28T16:55:12.976Z | Downloaded crossbeam-utils v0.8.21 |
| 806 | 2026-05-28T16:55:12.976Z | Downloaded const_format v0.2.35 |
| 807 | 2026-05-28T16:55:12.976Z | Downloaded arc-swap v1.8.2 |
| 808 | 2026-05-28T16:55:12.976Z | Downloaded linear-map v1.2.0 |
| 809 | 2026-05-28T16:55:12.976Z | Downloaded backon v1.6.0 |
| 810 | 2026-05-28T16:55:12.976Z | Downloaded num-iter v0.1.45 |
| 811 | 2026-05-28T16:55:12.976Z | Downloaded num_enum_derive v0.5.11 |
| 812 | 2026-05-28T16:55:12.976Z | Downloaded jobserver v0.1.34 |
| 813 | 2026-05-28T16:55:12.976Z | Downloaded num_threads v0.1.7 |
| 814 | 2026-05-28T16:55:12.976Z | Downloaded openssl-probe v0.2.1 |
| 815 | 2026-05-28T16:55:13.050Z | Downloaded olpc-cjson v0.1.4 |
| 816 | 2026-05-28T16:55:13.050Z | Downloaded bzip2 v0.6.1 |
| 817 | 2026-05-28T16:55:13.050Z | Downloaded aes v0.8.4 |
| 818 | 2026-05-28T16:55:13.050Z | Downloaded oso-derive v0.27.3 |
| 819 | 2026-05-28T16:55:13.050Z | Downloaded openssl-macros v0.1.1 |
| 820 | 2026-05-28T16:55:13.050Z | Downloaded libsw v3.5.0 |
| 821 | 2026-05-28T16:55:13.051Z | Downloaded libefi-sys v0.1.0 |
| 822 | 2026-05-28T16:55:13.051Z | Downloaded iana-time-zone v0.1.65 |
| 823 | 2026-05-28T16:55:13.051Z | Downloaded hyper-staticfile v0.10.1 |
| 824 | 2026-05-28T16:55:13.051Z | Downloaded ingot-macros v0.1.1 |
| 825 | 2026-05-28T16:55:13.051Z | Downloaded openssl-probe v0.1.6 |
| 826 | 2026-05-28T16:55:13.051Z | Downloaded multimap v0.10.1 |
| 827 | 2026-05-28T16:55:13.051Z | Downloaded opaque-debug v0.3.1 |
| 828 | 2026-05-28T16:55:13.051Z | Downloaded mime_guess v2.0.5 |
| 829 | 2026-05-28T16:55:13.051Z | Downloaded libsw-core v0.3.2 |
| 830 | 2026-05-28T16:55:13.051Z | Downloaded compact_str v0.8.1 |
| 831 | 2026-05-28T16:55:13.051Z | Downloaded packed_struct_codegen v0.10.1 |
| 832 | 2026-05-28T16:55:13.051Z | Downloaded getrandom v0.3.4 |
| 833 | 2026-05-28T16:55:13.051Z | Downloaded half v2.7.1 |
| 834 | 2026-05-28T16:55:13.051Z | Downloaded parse-size v1.1.0 |
| 835 | 2026-05-28T16:55:13.051Z | Downloaded darling_core v0.21.3 |
| 836 | 2026-05-28T16:55:13.051Z | Downloaded newtype_derive v0.1.6 |
| 837 | 2026-05-28T16:55:13.052Z | Downloaded flume v0.11.1 |
| 838 | 2026-05-28T16:55:13.149Z | Downloaded darling_core v0.20.11 |
| 839 | 2026-05-28T16:55:13.149Z | Downloaded native-tls v0.2.18 |
| 840 | 2026-05-28T16:55:13.149Z | Downloaded nu-ansi-term v0.50.3 |
| 841 | 2026-05-28T16:55:13.149Z | Downloaded lock_api v0.4.14 |
| 842 | 2026-05-28T16:55:13.149Z | Downloaded pbkdf2 v0.12.2 |
| 843 | 2026-05-28T16:55:13.149Z | Downloaded crypto-bigint v0.5.5 |
| 844 | 2026-05-28T16:55:13.149Z | Downloaded peg-runtime v0.8.5 |
| 845 | 2026-05-28T16:55:13.149Z | Downloaded num_enum_derive v0.7.5 |
| 846 | 2026-05-28T16:55:13.149Z | Downloaded num_enum v0.5.11 |
| 847 | 2026-05-28T16:55:13.149Z | Downloaded phf_shared v0.12.1 |
| 848 | 2026-05-28T16:55:13.149Z | Downloaded httparse v1.10.1 |
| 849 | 2026-05-28T16:55:13.149Z | Downloaded pbkdf2 v0.11.0 |
| 850 | 2026-05-28T16:55:13.149Z | Downloaded parse-display v0.10.0 |
| 851 | 2026-05-28T16:55:13.149Z | Downloaded num_enum v0.7.5 |
| 852 | 2026-05-28T16:55:13.149Z | Downloaded phf_shared v0.11.3 |
| 853 | 2026-05-28T16:55:13.149Z | Downloaded ignore v0.4.25 |
| 854 | 2026-05-28T16:55:13.149Z | Downloaded num-rational v0.4.2 |
| 855 | 2026-05-28T16:55:13.149Z | Downloaded num-complex v0.4.6 |
| 856 | 2026-05-28T16:55:13.150Z | Downloaded maplit v1.0.2 |
| 857 | 2026-05-28T16:55:13.150Z | Downloaded futures v0.3.32 |
| 858 | 2026-05-28T16:55:13.150Z | Downloaded memmap2 v0.9.10 |
| 859 | 2026-05-28T16:55:13.150Z | Downloaded oxide-tokio-rt v0.1.4 |
| 860 | 2026-05-28T16:55:13.150Z | Downloaded precomputed-hash v0.1.1 |
| 861 | 2026-05-28T16:55:13.150Z | Downloaded proc-macro-crate v1.3.1 |
| 862 | 2026-05-28T16:55:13.150Z | Downloaded phf_shared v0.13.1 |
| 863 | 2026-05-28T16:55:13.150Z | Downloaded predicates-core v1.0.10 |
| 864 | 2026-05-28T16:55:13.150Z | Downloaded owo-colors v4.3.0 |
| 865 | 2026-05-28T16:55:13.150Z | Downloaded newtype-uuid v1.3.2 |
| 866 | 2026-05-28T16:55:13.150Z | Downloaded multer v3.1.0 |
| 867 | 2026-05-28T16:55:13.150Z | Downloaded pin-utils v0.1.0 |
| 868 | 2026-05-28T16:55:13.150Z | Downloaded heapless v0.7.17 |
| 869 | 2026-05-28T16:55:13.150Z | Downloaded bumpalo v3.20.2 |
| 870 | 2026-05-28T16:55:13.150Z | Downloaded litrs v1.0.0 |
| 871 | 2026-05-28T16:55:13.150Z | Downloaded ar_archive_writer v0.5.1 |
| 872 | 2026-05-28T16:55:13.151Z | Downloaded packed_struct v0.10.1 |
| 873 | 2026-05-28T16:55:13.151Z | Downloaded oxnet v0.1.4 |
| 874 | 2026-05-28T16:55:13.151Z | Downloaded indexmap v1.9.3 |
| 875 | 2026-05-28T16:55:13.151Z | Downloaded headers v0.4.1 |
| 876 | 2026-05-28T16:55:13.151Z | Downloaded derive_more v2.1.1 |
| 877 | 2026-05-28T16:55:13.151Z | Downloaded proc-macro-crate v3.4.0 |
| 878 | 2026-05-28T16:55:13.151Z | Downloaded crossbeam-channel v0.5.15 |
| 879 | 2026-05-28T16:55:13.151Z | Downloaded progenitor-client v0.11.2 |
| 880 | 2026-05-28T16:55:13.151Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 881 | 2026-05-28T16:55:13.151Z | Downloaded predicates-tree v1.0.13 |
| 882 | 2026-05-28T16:55:13.151Z | Downloaded libloading v0.8.9 |
| 883 | 2026-05-28T16:55:13.151Z | Downloaded powerfmt v0.2.0 |
| 884 | 2026-05-28T16:55:13.151Z | Downloaded path-slash v0.1.5 |
| 885 | 2026-05-28T16:55:13.151Z | Downloaded chacha20poly1305 v0.10.1 |
| 886 | 2026-05-28T16:55:13.151Z | Downloaded bytes v1.11.1 |
| 887 | 2026-05-28T16:55:13.151Z | Downloaded progenitor-macro v0.14.0 |
| 888 | 2026-05-28T16:55:13.151Z | Downloaded num-integer v0.1.46 |
| 889 | 2026-05-28T16:55:13.151Z | Downloaded flate2 v1.1.9 |
| 890 | 2026-05-28T16:55:13.151Z | Downloaded peg-macros v0.8.5 |
| 891 | 2026-05-28T16:55:13.151Z | Downloaded progenitor-client v0.14.0 |
| 892 | 2026-05-28T16:55:13.151Z | Downloaded progenitor-client v0.10.0 |
| 893 | 2026-05-28T16:55:13.151Z | Downloaded pkcs8 v0.10.2 |
| 894 | 2026-05-28T16:55:13.151Z | Downloaded phf v0.12.1 |
| 895 | 2026-05-28T16:55:13.151Z | Downloaded pem-rfc7468 v0.7.0 |
| 896 | 2026-05-28T16:55:13.151Z | Downloaded progenitor-macro v0.11.2 |
| 897 | 2026-05-28T16:55:13.152Z | Downloaded pem v3.0.6 |
| 898 | 2026-05-28T16:55:13.152Z | Downloaded radium v0.7.0 |
| 899 | 2026-05-28T16:55:13.152Z | Downloaded psl-types v2.0.11 |
| 900 | 2026-05-28T16:55:13.152Z | Downloaded progenitor-macro v0.13.0 |
| 901 | 2026-05-28T16:55:13.152Z | Downloaded peg v0.8.5 |
| 902 | 2026-05-28T16:55:13.152Z | Downloaded pin-project-internal v1.1.11 |
| 903 | 2026-05-28T16:55:13.219Z | Downloaded paste v1.0.15 |
| 904 | 2026-05-28T16:55:13.219Z | Downloaded polyval v0.6.2 |
| 905 | 2026-05-28T16:55:13.220Z | Downloaded parse-display-derive v0.10.0 |
| 906 | 2026-05-28T16:55:13.220Z | Downloaded nanorand v0.7.0 |
| 907 | 2026-05-28T16:55:13.220Z | Downloaded base64 v0.21.7 |
| 908 | 2026-05-28T16:55:13.220Z | Downloaded omicron-zone-package v0.12.2 |
| 909 | 2026-05-28T16:55:13.220Z | Downloaded quick-error v1.2.3 |
| 910 | 2026-05-28T16:55:13.220Z | Downloaded rand_xorshift v0.4.0 |
| 911 | 2026-05-28T16:55:13.220Z | Downloaded postgres-protocol v0.6.10 |
| 912 | 2026-05-28T16:55:13.220Z | Downloaded predicates v3.1.4 |
| 913 | 2026-05-28T16:55:13.220Z | Downloaded rand_chacha v0.3.1 |
| 914 | 2026-05-28T16:55:13.220Z | Downloaded hickory-resolver v0.24.4 |
| 915 | 2026-05-28T16:55:13.220Z | Downloaded poly1305 v0.8.0 |
| 916 | 2026-05-28T16:55:13.220Z | Downloaded pkg-config v0.3.32 |
| 917 | 2026-05-28T16:55:13.220Z | Downloaded parking_lot v0.12.5 |
| 918 | 2026-05-28T16:55:13.220Z | Downloaded libbz2-rs-sys v0.2.2 |
| 919 | 2026-05-28T16:55:13.220Z | Downloaded progenitor v0.11.2 |
| 920 | 2026-05-28T16:55:13.220Z | Downloaded parking_lot v0.11.2 |
| 921 | 2026-05-28T16:55:13.221Z | Downloaded ref-cast v1.0.25 |
| 922 | 2026-05-28T16:55:13.221Z | Downloaded ref-cast-impl v1.0.25 |
| 923 | 2026-05-28T16:55:13.221Z | Downloaded primeorder v0.13.6 |
| 924 | 2026-05-28T16:55:13.221Z | Downloaded ppv-lite86 v0.2.21 |
| 925 | 2026-05-28T16:55:13.221Z | Downloaded recursive v0.1.1 |
| 926 | 2026-05-28T16:55:13.221Z | Downloaded base64 v0.22.1 |
| 927 | 2026-05-28T16:55:13.221Z | Downloaded progenitor-client v0.13.0 |
| 928 | 2026-05-28T16:55:13.221Z | Downloaded ed25519-dalek v2.2.0 |
| 929 | 2026-05-28T16:55:13.221Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 930 | 2026-05-28T16:55:13.221Z | Downloaded progenitor v0.14.0 |
| 931 | 2026-05-28T16:55:13.221Z | Downloaded proc-macro-error2 v2.0.1 |
| 932 | 2026-05-28T16:55:13.221Z | Downloaded rfc6979 v0.4.0 |
| 933 | 2026-05-28T16:55:13.221Z | Downloaded russh-cryptovec v0.7.3 |
| 934 | 2026-05-28T16:55:13.221Z | Downloaded progenitor v0.13.0 |
| 935 | 2026-05-28T16:55:13.221Z | Downloaded parking_lot_core v0.9.12 |
| 936 | 2026-05-28T16:55:13.221Z | Downloaded hickory-resolver v0.25.2 |
| 937 | 2026-05-28T16:55:13.221Z | Downloaded derive_more-impl v2.1.1 |
| 938 | 2026-05-28T16:55:13.221Z | Downloaded rand_core v0.10.0 |
| 939 | 2026-05-28T16:55:13.272Z | Downloaded password-hash v0.5.0 |
| 940 | 2026-05-28T16:55:13.272Z | Downloaded psm v0.1.30 |
| 941 | 2026-05-28T16:55:13.272Z | Downloaded progenitor-extras v0.2.0 |
| 942 | 2026-05-28T16:55:13.272Z | Downloaded rtoolbox v0.0.3 |
| 943 | 2026-05-28T16:55:13.272Z | Downloaded indicatif v0.18.4 |
| 944 | 2026-05-28T16:55:13.272Z | Downloaded pkcs5 v0.7.1 |
| 945 | 2026-05-28T16:55:13.273Z | Downloaded rustc_version v0.4.1 |
| 946 | 2026-05-28T16:55:13.273Z | Downloaded rustc_version v0.1.7 |
| 947 | 2026-05-28T16:55:13.273Z | Downloaded scopeguard v1.2.0 |
| 948 | 2026-05-28T16:55:13.273Z | Downloaded cc v1.2.56 |
| 949 | 2026-05-28T16:55:13.273Z | Downloaded same-file v1.0.6 |
| 950 | 2026-05-28T16:55:13.273Z | Downloaded oso v0.27.3 |
| 951 | 2026-05-28T16:55:13.273Z | Downloaded expectorate v1.2.0 |
| 952 | 2026-05-28T16:55:13.273Z | Downloaded miniz_oxide v0.8.9 |
| 953 | 2026-05-28T16:55:13.273Z | Downloaded pkcs1 v0.7.5 |
| 954 | 2026-05-28T16:55:13.273Z | Downloaded papergrid v0.17.0 |
| 955 | 2026-05-28T16:55:13.273Z | Downloaded rand_core v0.6.4 |
| 956 | 2026-05-28T16:55:13.273Z | Downloaded rand_chacha v0.9.0 |
| 957 | 2026-05-28T16:55:13.273Z | Downloaded password-hash v0.4.2 |
| 958 | 2026-05-28T16:55:13.273Z | Downloaded scrypt v0.11.0 |
| 959 | 2026-05-28T16:55:13.273Z | Downloaded secrecy v0.10.3 |
| 960 | 2026-05-28T16:55:13.273Z | Downloaded secrecy v0.8.0 |
| 961 | 2026-05-28T16:55:13.274Z | Downloaded postcard v1.1.3 |
| 962 | 2026-05-28T16:55:13.274Z | Downloaded rustc-hash v2.1.1 |
| 963 | 2026-05-28T16:55:13.274Z | Downloaded serde_bytes v0.11.19 |
| 964 | 2026-05-28T16:55:13.274Z | Downloaded pin-project-lite v0.2.17 |
| 965 | 2026-05-28T16:55:13.274Z | Downloaded parking_lot_core v0.8.6 |
| 966 | 2026-05-28T16:55:13.322Z | Downloaded jiff-static v0.2.21 |
| 967 | 2026-05-28T16:55:13.322Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-05-28T16:55:13.322Z | Downloaded serde-big-array v0.5.1 |
| 969 | 2026-05-28T16:55:13.322Z | Downloaded rustls-pemfile v2.2.0 |
| 970 | 2026-05-28T16:55:13.322Z | Downloaded serde_repr v0.1.20 |
| 971 | 2026-05-28T16:55:13.322Z | Downloaded diesel_derives v2.3.7 |
| 972 | 2026-05-28T16:55:13.322Z | Downloaded rand_core v0.9.5 |
| 973 | 2026-05-28T16:55:13.322Z | Downloaded heapless v0.8.0 |
| 974 | 2026-05-28T16:55:13.322Z | Downloaded scheduled-thread-pool v0.2.7 |
| 975 | 2026-05-28T16:55:13.323Z | Downloaded sapling-renderdag v0.1.0 |
| 976 | 2026-05-28T16:55:13.323Z | Downloaded salsa20 v0.10.2 |
| 977 | 2026-05-28T16:55:13.323Z | Downloaded serde_spanned v1.0.4 |
| 978 | 2026-05-28T16:55:13.323Z | Downloaded shell-words v1.1.1 |
| 979 | 2026-05-28T16:55:13.323Z | Downloaded phf v0.13.1 |
| 980 | 2026-05-28T16:55:13.323Z | Downloaded quinn-udp v0.5.14 |
| 981 | 2026-05-28T16:55:13.323Z | Downloaded signal-hook-mio v0.2.5 |
| 982 | 2026-05-28T16:55:13.323Z | Downloaded r2d2 v0.8.10 |
| 983 | 2026-05-28T16:55:13.323Z | Downloaded signal-hook-tokio v0.3.1 |
| 984 | 2026-05-28T16:55:13.323Z | Downloaded semver v0.1.20 |
| 985 | 2026-05-28T16:55:13.323Z | Downloaded serde_plain v1.0.2 |
| 986 | 2026-05-28T16:55:13.323Z | Downloaded pin-project v1.1.11 |
| 987 | 2026-05-28T16:55:13.323Z | Downloaded p256 v0.13.2 |
| 988 | 2026-05-28T16:55:13.323Z | Downloaded siphasher v1.0.2 |
| 989 | 2026-05-28T16:55:13.323Z | Downloaded resolv-conf v0.7.6 |
| 990 | 2026-05-28T16:55:13.323Z | Downloaded hashbrown v0.12.3 |
| 991 | 2026-05-28T16:55:13.323Z | Downloaded rustls-native-certs v0.8.3 |
| 992 | 2026-05-28T16:55:13.323Z | Downloaded rustls-pemfile v1.0.4 |
| 993 | 2026-05-28T16:55:13.323Z | Downloaded seq-macro v0.3.6 |
| 994 | 2026-05-28T16:55:13.324Z | Downloaded rand_seeder v0.4.0 |
| 995 | 2026-05-28T16:55:13.324Z | Downloaded sha1 v0.10.6 |
| 996 | 2026-05-28T16:55:13.337Z | Downloaded rusty-fork v0.3.1 |
| 997 | 2026-05-28T16:55:13.337Z | Downloaded russh-keys v0.45.0 |
| 998 | 2026-05-28T16:55:13.337Z | Downloaded hickory-server v0.25.2 |
| 999 | 2026-05-28T16:55:13.337Z | Downloaded slog-envlogger v2.2.0 |
| 1000 | 2026-05-28T16:55:13.337Z | Downloaded postgres-types v0.2.12 |
| 1001 | 2026-05-28T16:55:13.338Z | Downloaded slog-bunyan v2.5.0 |
| 1002 | 2026-05-28T16:55:13.338Z | Downloaded prefix-trie v0.7.0 |
| 1003 | 2026-05-28T16:55:13.338Z | Downloaded sigpipe v0.1.3 |
| 1004 | 2026-05-28T16:55:13.338Z | Downloaded signature v2.2.0 |
| 1005 | 2026-05-28T16:55:13.338Z | Downloaded rustversion v1.0.22 |
| 1006 | 2026-05-28T16:55:13.338Z | Downloaded schemars_derive v0.8.22 |
| 1007 | 2026-05-28T16:55:13.375Z | Downloaded serde-hex v0.1.0 |
| 1008 | 2026-05-28T16:55:13.375Z | Downloaded scroll_derive v0.13.1 |
| 1009 | 2026-05-28T16:55:13.375Z | Downloaded signal-hook-registry v1.4.8 |
| 1010 | 2026-05-28T16:55:13.375Z | Downloaded ssh-encoding v0.2.0 |
| 1011 | 2026-05-28T16:55:13.375Z | Downloaded ssh-cipher v0.2.0 |
| 1012 | 2026-05-28T16:55:13.375Z | Downloaded progenitor-impl v0.13.0 |
| 1013 | 2026-05-28T16:55:13.375Z | Downloaded simd-adler32 v0.3.8 |
| 1014 | 2026-05-28T16:55:13.375Z | Downloaded progenitor-impl v0.11.2 |
| 1015 | 2026-05-28T16:55:13.400Z | Downloaded sec1 v0.7.3 |
| 1016 | 2026-05-28T16:55:13.400Z | Downloaded scroll v0.13.0 |
| 1017 | 2026-05-28T16:55:13.400Z | Downloaded structmeta v0.3.0 |
| 1018 | 2026-05-28T16:55:13.400Z | Downloaded strsim v0.10.0 |
| 1019 | 2026-05-28T16:55:13.400Z | Downloaded sqlparser_derive v0.5.0 |
| 1020 | 2026-05-28T16:55:13.400Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1021 | 2026-05-28T16:55:13.400Z | Downloaded hyper-util v0.1.20 |
| 1022 | 2026-05-28T16:55:13.400Z | Downloaded structmeta-derive v0.3.0 |
| 1023 | 2026-05-28T16:55:13.401Z | Downloaded crossterm v0.28.1 |
| 1024 | 2026-05-28T16:55:13.401Z | Downloaded openssl-sys v0.9.115 |
| 1025 | 2026-05-28T16:55:13.401Z | Downloaded serde_path_to_error v0.1.20 |
| 1026 | 2026-05-28T16:55:13.401Z | Downloaded shlex v1.3.0 |
| 1027 | 2026-05-28T16:55:13.401Z | Downloaded slab v0.4.12 |
| 1028 | 2026-05-28T16:55:13.401Z | Downloaded crossterm v0.29.0 |
| 1029 | 2026-05-28T16:55:13.429Z | Downloaded smf v0.2.3 |
| 1030 | 2026-05-28T16:55:13.429Z | Downloaded aes-gcm v0.10.3 |
| 1031 | 2026-05-28T16:55:13.429Z | Downloaded sync-ptr v0.1.4 |
| 1032 | 2026-05-28T16:55:13.429Z | Downloaded supports-color v3.0.2 |
| 1033 | 2026-05-28T16:55:13.429Z | Downloaded minimal-lexical v0.2.1 |
| 1034 | 2026-05-28T16:55:13.429Z | Downloaded hashbrown v0.13.2 |
| 1035 | 2026-05-28T16:55:13.429Z | Downloaded rustls-pki-types v1.14.0 |
| 1036 | 2026-05-28T16:55:13.429Z | Downloaded pretty_assertions v1.4.1 |
| 1037 | 2026-05-28T16:55:13.429Z | Downloaded smallvec v0.6.14 |
| 1038 | 2026-05-28T16:55:13.430Z | Downloaded slog-term v2.9.2 |
| 1039 | 2026-05-28T16:55:13.430Z | Downloaded take_mut v0.2.2 |
| 1040 | 2026-05-28T16:55:13.430Z | Downloaded subtle v2.6.1 |
| 1041 | 2026-05-28T16:55:13.430Z | Downloaded strum v0.27.2 |
| 1042 | 2026-05-28T16:55:13.430Z | Downloaded tap v1.0.1 |
| 1043 | 2026-05-28T16:55:13.430Z | Downloaded serde_with_macros v3.17.0 |
| 1044 | 2026-05-28T16:55:13.430Z | Downloaded strum v0.26.3 |
| 1045 | 2026-05-28T16:55:13.430Z | Downloaded prettyplease v0.2.37 |
| 1046 | 2026-05-28T16:55:13.473Z | Downloaded num-bigint v0.4.6 |
| 1047 | 2026-05-28T16:55:13.473Z | Downloaded slog-dtrace v0.3.0 |
| 1048 | 2026-05-28T16:55:13.473Z | Downloaded spki v0.7.3 |
| 1049 | 2026-05-28T16:55:13.473Z | Downloaded serde_derive_internals v0.29.1 |
| 1050 | 2026-05-28T16:55:13.474Z | Downloaded testing_table v0.3.0 |
| 1051 | 2026-05-28T16:55:13.474Z | Downloaded sqlformat v0.3.5 |
| 1052 | 2026-05-28T16:55:13.474Z | Downloaded serde_with_macros v1.5.2 |
| 1053 | 2026-05-28T16:55:13.474Z | Downloaded mio v1.2.0 |
| 1054 | 2026-05-28T16:55:13.474Z | Downloaded slog-async v2.8.0 |
| 1055 | 2026-05-28T16:55:13.474Z | Downloaded hashbrown v0.15.5 |
| 1056 | 2026-05-28T16:55:13.474Z | Downloaded tagptr v0.2.0 |
| 1057 | 2026-05-28T16:55:13.474Z | Downloaded tabwriter v1.4.1 |
| 1058 | 2026-05-28T16:55:13.474Z | Downloaded stringprep v0.1.5 |
| 1059 | 2026-05-28T16:55:13.474Z | Downloaded progenitor-impl v0.14.0 |
| 1060 | 2026-05-28T16:55:13.474Z | Downloaded tabled_derive v0.11.0 |
| 1061 | 2026-05-28T16:55:13.474Z | Downloaded itertools v0.10.5 |
| 1062 | 2026-05-28T16:55:13.475Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1063 | 2026-05-28T16:55:13.475Z | Downloaded string_cache v0.8.9 |
| 1064 | 2026-05-28T16:55:13.475Z | Downloaded slog-scope v4.4.1 |
| 1065 | 2026-05-28T16:55:13.475Z | Downloaded slog-json v2.6.1 |
| 1066 | 2026-05-28T16:55:13.475Z | Downloaded sct v0.7.1 |
| 1067 | 2026-05-28T16:55:13.475Z | Downloaded serde_cbor v0.11.2 |
| 1068 | 2026-05-28T16:55:13.475Z | Downloaded nom v7.1.3 |
| 1069 | 2026-05-28T16:55:13.480Z | Downloaded termtree v0.5.1 |
| 1070 | 2026-05-28T16:55:13.481Z | Downloaded strum_macros v0.26.4 |
| 1071 | 2026-05-28T16:55:13.481Z | Downloaded tinyvec_macros v0.1.1 |
| 1072 | 2026-05-28T16:55:13.481Z | Downloaded thread-id v5.1.0 |
| 1073 | 2026-05-28T16:55:13.481Z | Downloaded slog-stdlog v4.1.1 |
| 1074 | 2026-05-28T16:55:13.481Z | Downloaded strum_macros v0.24.3 |
| 1075 | 2026-05-28T16:55:13.481Z | Downloaded hashbrown v0.16.1 |
| 1076 | 2026-05-28T16:55:13.481Z | Downloaded quinn v0.11.9 |
| 1077 | 2026-05-28T16:55:13.481Z | Downloaded dropshot-api-manager v0.7.2 |
| 1078 | 2026-05-28T16:55:13.481Z | Downloaded spin v0.9.8 |
| 1079 | 2026-05-28T16:55:13.481Z | Downloaded rand v0.8.6 |
| 1080 | 2026-05-28T16:55:13.481Z | Downloaded time-core v0.1.8 |
| 1081 | 2026-05-28T16:55:13.482Z | Downloaded snafu-derive v0.8.9 |
| 1082 | 2026-05-28T16:55:13.482Z | Downloaded publicsuffix v2.3.0 |
| 1083 | 2026-05-28T16:55:13.482Z | Downloaded ron v0.8.1 |
| 1084 | 2026-05-28T16:55:13.513Z | Downloaded sync_wrapper v1.0.2 |
| 1085 | 2026-05-28T16:55:13.548Z | Downloaded static_assertions v1.1.0 |
| 1086 | 2026-05-28T16:55:13.548Z | Downloaded tokio-macros v2.7.0 |
| 1087 | 2026-05-28T16:55:13.548Z | Downloaded support-bundle-viewer v0.1.2 |
| 1088 | 2026-05-28T16:55:13.548Z | Downloaded schemars v0.8.22 |
| 1089 | 2026-05-28T16:55:13.548Z | Downloaded tower-service v0.3.3 |
| 1090 | 2026-05-28T16:55:13.548Z | Downloaded rayon-core v1.13.0 |
| 1091 | 2026-05-28T16:55:13.548Z | Downloaded rcgen v0.12.1 |
| 1092 | 2026-05-28T16:55:13.549Z | Downloaded thiserror-no-std v2.0.2 |
| 1093 | 2026-05-28T16:55:13.549Z | Downloaded try-lock v0.2.5 |
| 1094 | 2026-05-28T16:55:13.549Z | Downloaded ryu v1.0.23 |
| 1095 | 2026-05-28T16:55:13.549Z | Downloaded topological-sort v0.2.2 |
| 1096 | 2026-05-28T16:55:13.549Z | Downloaded similar v2.7.0 |
| 1097 | 2026-05-28T16:55:13.549Z | Downloaded termios v0.3.3 |
| 1098 | 2026-05-28T16:55:13.549Z | Downloaded http v1.4.0 |
| 1099 | 2026-05-28T16:55:13.572Z | Downloaded strum_macros v0.27.2 |
| 1100 | 2026-05-28T16:55:13.572Z | Downloaded num-bigint-dig v0.8.6 |
| 1101 | 2026-05-28T16:55:13.572Z | Downloaded tokio-dtrace v0.1.1 |
| 1102 | 2026-05-28T16:55:13.572Z | Downloaded tower-layer v0.3.3 |
| 1103 | 2026-05-28T16:55:13.572Z | Downloaded tokio-native-tls v0.3.1 |
| 1104 | 2026-05-28T16:55:13.572Z | Downloaded tokio-rustls v0.25.0 |
| 1105 | 2026-05-28T16:55:13.572Z | Downloaded tokio-tungstenite v0.21.0 |
| 1106 | 2026-05-28T16:55:13.573Z | Downloaded typify-macro v0.6.2 |
| 1107 | 2026-05-28T16:55:13.573Z | Downloaded unit-prefix v0.5.2 |
| 1108 | 2026-05-28T16:55:13.573Z | Downloaded usdt-attr-macro v0.6.0 |
| 1109 | 2026-05-28T16:55:13.573Z | Downloaded unarray v0.1.4 |
| 1110 | 2026-05-28T16:55:13.573Z | Downloaded libxml v0.3.3 |
| 1111 | 2026-05-28T16:55:13.573Z | Downloaded qorb v0.4.1 |
| 1112 | 2026-05-28T16:55:13.573Z | Downloaded rustls-webpki v0.103.9 |
| 1113 | 2026-05-28T16:55:13.573Z | Downloaded rand v0.9.2 |
| 1114 | 2026-05-28T16:55:13.580Z | Downloaded tiny-keccak v2.0.2 |
| 1115 | 2026-05-28T16:55:13.581Z | Downloaded stacker v0.1.23 |
| 1116 | 2026-05-28T16:55:13.581Z | Downloaded usdt v0.6.0 |
| 1117 | 2026-05-28T16:55:13.581Z | Downloaded time-macros v0.2.27 |
| 1118 | 2026-05-28T16:55:13.581Z | Downloaded usdt-macro v0.6.0 |
| 1119 | 2026-05-28T16:55:13.581Z | Downloaded signal-hook v0.3.18 |
| 1120 | 2026-05-28T16:55:13.581Z | Downloaded thread_local v1.1.9 |
| 1121 | 2026-05-28T16:55:13.581Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1122 | 2026-05-28T16:55:13.581Z | Downloaded iri-string v0.7.10 |
| 1123 | 2026-05-28T16:55:13.581Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1124 | 2026-05-28T16:55:13.581Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1125 | 2026-05-28T16:55:13.581Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1126 | 2026-05-28T16:55:13.584Z | Downloaded untrusted v0.9.0 |
| 1127 | 2026-05-28T16:55:13.584Z | Downloaded tls_codec v0.4.2 |
| 1128 | 2026-05-28T16:55:13.584Z | Downloaded itertools v0.12.1 |
| 1129 | 2026-05-28T16:55:13.587Z | Downloaded hyper v1.8.1 |
| 1130 | 2026-05-28T16:55:13.590Z | Downloaded void v1.0.2 |
| 1131 | 2026-05-28T16:55:13.590Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1132 | 2026-05-28T16:55:13.593Z | Downloaded wait-timeout v0.2.1 |
| 1133 | 2026-05-28T16:55:13.593Z | Downloaded itertools v0.13.0 |
| 1134 | 2026-05-28T16:55:13.596Z | Downloaded tui-tree-widget v0.23.1 |
| 1135 | 2026-05-28T16:55:13.596Z | Downloaded schemars v0.9.0 |
| 1136 | 2026-05-28T16:55:13.603Z | Downloaded trait-variant v0.1.2 |
| 1137 | 2026-05-28T16:55:13.605Z | Downloaded tls_codec_derive v0.4.2 |
| 1138 | 2026-05-28T16:55:13.605Z | Downloaded hkdf v0.12.4 |
| 1139 | 2026-05-28T16:55:13.608Z | Downloaded samael v0.0.19 |
| 1140 | 2026-05-28T16:55:13.611Z | Downloaded rsa v0.9.10 |
| 1141 | 2026-05-28T16:55:13.614Z | Downloaded socket2 v0.6.3 |
| 1142 | 2026-05-28T16:55:13.614Z | Downloaded typify-macro v0.4.3 |
| 1143 | 2026-05-28T16:55:13.617Z | Downloaded tokio-rustls v0.26.4 |
| 1144 | 2026-05-28T16:55:13.617Z | Downloaded tokio-tungstenite v0.23.1 |
| 1145 | 2026-05-28T16:55:13.620Z | Downloaded unicase v2.9.0 |
| 1146 | 2026-05-28T16:55:13.620Z | Downloaded utf-8 v0.7.6 |
| 1147 | 2026-05-28T16:55:13.622Z | Downloaded unicode-truncate v1.1.0 |
| 1148 | 2026-05-28T16:55:13.622Z | Downloaded xshell-macros v0.2.7 |
| 1149 | 2026-05-28T16:55:13.626Z | Downloaded term v0.7.0 |
| 1150 | 2026-05-28T16:55:13.630Z | Downloaded aho-corasick v1.1.4 |
| 1151 | 2026-05-28T16:55:13.635Z | Downloaded uzers v0.12.2 |
| 1152 | 2026-05-28T16:55:13.639Z | Downloaded tokio-stream v0.1.18 |
| 1153 | 2026-05-28T16:55:13.642Z | Downloaded zeroize_derive v1.4.3 |
| 1154 | 2026-05-28T16:55:13.645Z | Downloaded universal-hash v0.5.1 |
| 1155 | 2026-05-28T16:55:13.645Z | Downloaded waitgroup v0.1.2 |
| 1156 | 2026-05-28T16:55:13.645Z | Downloaded untrusted v0.7.1 |
| 1157 | 2026-05-28T16:55:13.649Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1158 | 2026-05-28T16:55:13.655Z | Downloaded p521 v0.13.3 |
| 1159 | 2026-05-28T16:55:13.665Z | Downloaded zone v0.3.1 |
| 1160 | 2026-05-28T16:55:13.665Z | Downloaded subprocess v0.2.15 |
| 1161 | 2026-05-28T16:55:13.665Z | Downloaded vergen-lib v9.1.0 |
| 1162 | 2026-05-28T16:55:13.665Z | Downloaded zone_cfg_derive v0.3.1 |
| 1163 | 2026-05-28T16:55:13.665Z | Downloaded vergen-lib v0.1.6 |
| 1164 | 2026-05-28T16:55:13.673Z | Downloaded twox-hash v2.1.2 |
| 1165 | 2026-05-28T16:55:13.673Z | Downloaded tokio-rustls v0.24.1 |
| 1166 | 2026-05-28T16:55:13.680Z | Downloaded itertools v0.14.0 |
| 1167 | 2026-05-28T16:55:13.680Z | Downloaded walkdir v2.5.0 |
| 1168 | 2026-05-28T16:55:13.680Z | Downloaded slog v2.8.2 |
| 1169 | 2026-05-28T16:55:13.685Z | Downloaded usdt-impl v0.6.0 |
| 1170 | 2026-05-28T16:55:13.686Z | Downloaded term v1.2.1 |
| 1171 | 2026-05-28T16:55:13.686Z | Downloaded h2 v0.4.13 |
| 1172 | 2026-05-28T16:55:13.698Z | Downloaded tar v0.4.45 |
| 1173 | 2026-05-28T16:55:13.698Z | Downloaded vsss-rs v3.3.4 |
| 1174 | 2026-05-28T16:55:13.698Z | Downloaded xshell v0.2.7 |
| 1175 | 2026-05-28T16:55:13.698Z | Downloaded iddqd v0.4.2 |
| 1176 | 2026-05-28T16:55:13.714Z | Downloaded libm v0.2.16 |
| 1177 | 2026-05-28T16:55:13.714Z | Downloaded vergen-git2 v9.1.0 |
| 1178 | 2026-05-28T16:55:13.714Z | Downloaded vergen v9.1.0 |
| 1179 | 2026-05-28T16:55:13.714Z | Downloaded rustyline v14.0.0 |
| 1180 | 2026-05-28T16:55:13.745Z | Downloaded zeroize v1.8.2 |
| 1181 | 2026-05-28T16:55:13.745Z | Downloaded tracing-attributes v0.1.31 |
| 1182 | 2026-05-28T16:55:13.745Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1183 | 2026-05-28T16:55:13.745Z | Downloaded xattr v1.6.1 |
| 1184 | 2026-05-28T16:55:13.745Z | Downloaded snafu v0.8.9 |
| 1185 | 2026-05-28T16:55:13.745Z | Downloaded vergen-gitcl v1.0.8 |
| 1186 | 2026-05-28T16:55:13.746Z | Downloaded tinyvec v1.10.0 |
| 1187 | 2026-05-28T16:55:13.746Z | Downloaded whoami v2.1.0 |
| 1188 | 2026-05-28T16:55:13.746Z | Downloaded futures-util v0.3.32 |
| 1189 | 2026-05-28T16:55:13.764Z | Downloaded zstd-safe v7.2.4 |
| 1190 | 2026-05-28T16:55:13.764Z | Downloaded want v0.3.1 |
| 1191 | 2026-05-28T16:55:13.764Z | Downloaded rand v0.10.0 |
| 1192 | 2026-05-28T16:55:13.764Z | Downloaded unicode-bidi v0.3.18 |
| 1193 | 2026-05-28T16:55:13.764Z | Downloaded wyz v0.5.1 |
| 1194 | 2026-05-28T16:55:13.764Z | Downloaded uuid v1.23.0 |
| 1195 | 2026-05-28T16:55:13.797Z | Downloaded serde_with v1.14.0 |
| 1196 | 2026-05-28T16:55:13.797Z | Downloaded russh v0.45.0 |
| 1197 | 2026-05-28T16:55:13.798Z | Downloaded toml v0.7.8 |
| 1198 | 2026-05-28T16:55:13.798Z | Downloaded schemars v1.2.1 |
| 1199 | 2026-05-28T16:55:13.798Z | Downloaded zstd v0.13.3 |
| 1200 | 2026-05-28T16:55:13.798Z | Downloaded vte v0.14.1 |
| 1201 | 2026-05-28T16:55:13.798Z | Downloaded tracing-core v0.1.36 |
| 1202 | 2026-05-28T16:55:13.798Z | Downloaded unicode-properties v0.1.4 |
| 1203 | 2026-05-28T16:55:13.798Z | Downloaded test-strategy v0.4.5 |
| 1204 | 2026-05-28T16:55:13.833Z | Downloaded socket2 v0.5.10 |
| 1205 | 2026-05-28T16:55:13.833Z | Downloaded tungstenite v0.21.0 |
| 1206 | 2026-05-28T16:55:13.833Z | Downloaded reedline v0.40.0 |
| 1207 | 2026-05-28T16:55:13.833Z | Downloaded whoami v1.6.1 |
| 1208 | 2026-05-28T16:55:13.833Z | Downloaded curve25519-dalek v4.1.3 |
| 1209 | 2026-05-28T16:55:13.833Z | Downloaded steno v0.4.1 |
| 1210 | 2026-05-28T16:55:13.833Z | Downloaded yasna v0.5.2 |
| 1211 | 2026-05-28T16:55:13.833Z | Downloaded aws-lc-rs v1.16.3 |
| 1212 | 2026-05-28T16:55:13.833Z | Downloaded regex v1.12.3 |
| 1213 | 2026-05-28T16:55:13.852Z | Downloaded zerocopy v0.6.6 |
| 1214 | 2026-05-28T16:55:13.852Z | Downloaded zopfli v0.8.3 |
| 1215 | 2026-05-28T16:55:13.852Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1216 | 2026-05-28T16:55:13.852Z | Downloaded unsafe-libyaml v0.2.11 |
| 1217 | 2026-05-28T16:55:13.852Z | Downloaded reqwest v0.12.28 |
| 1218 | 2026-05-28T16:55:13.853Z | Downloaded typify v0.4.3 |
| 1219 | 2026-05-28T16:55:13.853Z | Downloaded yansi v1.0.1 |
| 1220 | 2026-05-28T16:55:13.853Z | Downloaded typify v0.6.2 |
| 1221 | 2026-05-28T16:55:13.908Z | Downloaded blake3 v1.8.3 |
| 1222 | 2026-05-28T16:55:13.908Z | Downloaded git2 v0.20.4 |
| 1223 | 2026-05-28T16:55:13.909Z | Downloaded zip v0.6.6 |
| 1224 | 2026-05-28T16:55:13.909Z | Downloaded chrono v0.4.44 |
| 1225 | 2026-05-28T16:55:13.909Z | Downloaded typed-path v0.9.3 |
| 1226 | 2026-05-28T16:55:13.909Z | Downloaded tokio-postgres v0.7.16 |
| 1227 | 2026-05-28T16:55:13.937Z | Downloaded rpassword v7.4.0 |
| 1228 | 2026-05-28T16:55:13.938Z | Downloaded zerocopy-derive v0.8.40 |
| 1229 | 2026-05-28T16:55:13.938Z | Downloaded lalrpop v0.19.12 |
| 1230 | 2026-05-28T16:55:13.938Z | Downloaded ssh-key v0.6.7 |
| 1231 | 2026-05-28T16:55:13.938Z | Downloaded p384 v0.13.1 |
| 1232 | 2026-05-28T16:55:13.938Z | Downloaded tungstenite v0.23.0 |
| 1233 | 2026-05-28T16:55:13.938Z | Downloaded bitvec v1.0.1 |
| 1234 | 2026-05-28T16:55:13.938Z | Downloaded salty v0.3.0 |
| 1235 | 2026-05-28T16:55:13.938Z | Downloaded goblin v0.10.5 |
| 1236 | 2026-05-28T16:55:13.938Z | Downloaded reqwest v0.13.2 |
| 1237 | 2026-05-28T16:55:13.938Z | Downloaded bindgen v0.71.1 |
| 1238 | 2026-05-28T16:55:13.938Z | Downloaded tower v0.5.3 |
| 1239 | 2026-05-28T16:55:13.961Z | Downloaded unicode_categories v0.1.1 |
| 1240 | 2026-05-28T16:55:13.961Z | Downloaded toml_edit v0.19.15 |
| 1241 | 2026-05-28T16:55:13.961Z | Downloaded unicode-normalization v0.1.25 |
| 1242 | 2026-05-28T16:55:13.961Z | Downloaded portable-atomic v1.13.1 |
| 1243 | 2026-05-28T16:55:14.032Z | Downloaded serde_with v3.17.0 |
| 1244 | 2026-05-28T16:55:14.032Z | Downloaded tough v0.22.0 |
| 1245 | 2026-05-28T16:55:14.032Z | Downloaded quick-xml v0.37.5 |
| 1246 | 2026-05-28T16:55:14.032Z | Downloaded rayon v1.11.0 |
| 1247 | 2026-05-28T16:55:14.032Z | Downloaded moka v0.12.13 |
| 1248 | 2026-05-28T16:55:14.032Z | Downloaded object v0.30.4 |
| 1249 | 2026-05-28T16:55:14.032Z | Downloaded proptest v1.10.0 |
| 1250 | 2026-05-28T16:55:14.090Z | Downloaded petname v2.0.2 |
| 1251 | 2026-05-28T16:55:14.090Z | Downloaded unicode-segmentation v1.12.0 |
| 1252 | 2026-05-28T16:55:14.090Z | Downloaded zip v4.6.1 |
| 1253 | 2026-05-28T16:55:14.090Z | Downloaded nix v0.27.1 |
| 1254 | 2026-05-28T16:55:14.090Z | Downloaded x509-cert v0.2.5 |
| 1255 | 2026-05-28T16:55:14.090Z | Downloaded quinn-proto v0.11.13 |
| 1256 | 2026-05-28T16:55:14.090Z | Downloaded rustls-webpki v0.101.7 |
| 1257 | 2026-05-28T16:55:14.140Z | Downloaded tower-http v0.6.8 |
| 1258 | 2026-05-28T16:55:14.140Z | Downloaded winnow v0.6.26 |
| 1259 | 2026-05-28T16:55:14.140Z | Downloaded tokio-util v0.7.18 |
| 1260 | 2026-05-28T16:55:14.140Z | Downloaded openssl v0.10.79 |
| 1261 | 2026-05-28T16:55:14.140Z | Downloaded rustls v0.21.12 |
| 1262 | 2026-05-28T16:55:14.140Z | Downloaded regex-syntax v0.6.29 |
| 1263 | 2026-05-28T16:55:14.140Z | Downloaded rustls-webpki v0.102.8 |
| 1264 | 2026-05-28T16:55:14.140Z | Downloaded dropshot v0.17.0 |
| 1265 | 2026-05-28T16:55:14.185Z | Downloaded time v0.3.47 |
| 1266 | 2026-05-28T16:55:14.185Z | Downloaded object v0.37.3 |
| 1267 | 2026-05-28T16:55:14.185Z | Downloaded vcpkg v0.2.15 |
| 1268 | 2026-05-28T16:55:14.185Z | Downloaded zlib-rs v0.6.2 |
| 1269 | 2026-05-28T16:55:14.185Z | Downloaded hickory-proto v0.24.4 |
| 1270 | 2026-05-28T16:55:14.185Z | Downloaded winnow v0.5.40 |
| 1271 | 2026-05-28T16:55:14.212Z | Downloaded radix_trie v0.2.1 |
| 1272 | 2026-05-28T16:55:14.212Z | Downloaded nix v0.28.0 |
| 1273 | 2026-05-28T16:55:14.212Z | Downloaded tabled v0.20.0 |
| 1274 | 2026-05-28T16:55:14.212Z | Downloaded zerocopy v0.8.40 |
| 1275 | 2026-05-28T16:55:14.212Z | Downloaded smoltcp v0.11.0 |
| 1276 | 2026-05-28T16:55:14.224Z | Downloaded diesel v2.3.7 |
| 1277 | 2026-05-28T16:55:14.224Z | Downloaded polar-core v0.27.3 |
| 1278 | 2026-05-28T16:55:14.224Z | Downloaded bstr v1.12.1 |
| 1279 | 2026-05-28T16:55:14.234Z | Downloaded openapiv3 v2.2.0 |
| 1280 | 2026-05-28T16:55:14.234Z | Downloaded hickory-proto v0.25.2 |
| 1281 | 2026-05-28T16:55:14.248Z | Downloaded smoltcp v0.9.1 |
| 1282 | 2026-05-28T16:55:14.263Z | Downloaded nix v0.31.2 |
| 1283 | 2026-05-28T16:55:14.263Z | Downloaded rustls v0.22.4 |
| 1284 | 2026-05-28T16:55:14.276Z | Downloaded webpki-roots v1.0.6 |
| 1285 | 2026-05-28T16:55:14.294Z | Downloaded regress v0.10.5 |
| 1286 | 2026-05-28T16:55:14.294Z | Downloaded sqlparser v0.61.0 |
| 1287 | 2026-05-28T16:55:14.305Z | Downloaded regress v0.11.1 |
| 1288 | 2026-05-28T16:55:14.305Z | Downloaded tracing v0.1.44 |
| 1289 | 2026-05-28T16:55:14.316Z | Downloaded rustix v0.38.44 |
| 1290 | 2026-05-28T16:55:14.328Z | Downloaded rustls v0.23.37 |
| 1291 | 2026-05-28T16:55:14.342Z | Downloaded regex-syntax v0.8.10 |
| 1292 | 2026-05-28T16:55:14.360Z | Downloaded zerocopy-derive v0.6.6 |
| 1293 | 2026-05-28T16:55:14.360Z | Downloaded regex-automata v0.4.14 |
| 1294 | 2026-05-28T16:55:14.369Z | Downloaded petgraph v0.6.5 |
| 1295 | 2026-05-28T16:55:14.397Z | Downloaded jiff v0.2.21 |
| 1296 | 2026-05-28T16:55:14.408Z | Downloaded csv v1.4.0 |
| 1297 | 2026-05-28T16:55:14.420Z | Downloaded sled v0.34.7 |
| 1298 | 2026-05-28T16:55:14.426Z | Downloaded libz-sys v1.1.24 |
| 1299 | 2026-05-28T16:55:14.439Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-28T16:55:14.446Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-28T16:55:14.454Z | Downloaded ratatui v0.29.0 |
| 1302 | 2026-05-28T16:55:14.465Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1303 | 2026-05-28T16:55:14.475Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1304 | 2026-05-28T16:55:14.498Z | Downloaded tokio v1.52.1 |
| 1305 | 2026-05-28T16:55:14.520Z | Downloaded encoding_rs v0.8.35 |
| 1306 | 2026-05-28T16:55:14.532Z | Downloaded chrono-tz v0.10.4 |
| 1307 | 2026-05-28T16:55:14.551Z | Downloaded petgraph v0.8.3 |
| 1308 | 2026-05-28T16:55:14.601Z | Downloaded sha3 v0.10.8 |
| 1309 | 2026-05-28T16:55:14.728Z | Downloaded ring v0.17.14 |
| 1310 | 2026-05-28T16:55:14.768Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1311 | 2026-05-28T16:55:15.347Z | Downloaded aws-lc-sys v0.40.0 |
| 1312 | 2026-05-28T16:55:15.596Z | Compiling libc v0.2.185 |
| 1313 | 2026-05-28T16:55:15.596Z | Compiling serde v1.0.228 |
| 1314 | 2026-05-28T16:55:15.599Z | Compiling log v0.4.29 |
| 1315 | 2026-05-28T16:55:15.599Z | Compiling shlex v1.3.0 |
| 1316 | 2026-05-28T16:55:15.599Z | Compiling find-msvc-tools v0.1.9 |
| 1317 | 2026-05-28T16:55:15.742Z | Compiling syn v2.0.117 |
| 1318 | 2026-05-28T16:55:15.749Z | Compiling smallvec v1.15.1 |
| 1319 | 2026-05-28T16:55:15.752Z | Compiling typenum v1.19.0 |
| 1320 | 2026-05-28T16:55:15.925Z | Compiling generic-array v0.14.7 |
| 1321 | 2026-05-28T16:55:15.956Z | Compiling subtle v2.6.1 |
| 1322 | 2026-05-28T16:55:15.990Z | Compiling scopeguard v1.2.0 |
| 1323 | 2026-05-28T16:55:16.006Z | Compiling const-oid v0.9.6 |
| 1324 | 2026-05-28T16:55:16.058Z | Compiling serde_json v1.0.149 |
| 1325 | 2026-05-28T16:55:16.102Z | Compiling lock_api v0.4.14 |
| 1326 | 2026-05-28T16:55:16.127Z | Compiling zerocopy v0.8.40 |
| 1327 | 2026-05-28T16:55:16.174Z | Compiling pin-project-lite v0.2.17 |
| 1328 | 2026-05-28T16:55:16.262Z | Compiling portable-atomic v1.13.1 |
| 1329 | 2026-05-28T16:55:16.481Z | Compiling parking_lot_core v0.9.12 |
| 1330 | 2026-05-28T16:55:16.676Z | Compiling pkg-config v0.3.32 |
| 1331 | 2026-05-28T16:55:16.692Z | Compiling getrandom v0.2.17 |
| 1332 | 2026-05-28T16:55:16.756Z | Compiling jobserver v0.1.34 |
| 1333 | 2026-05-28T16:55:16.779Z | Compiling errno v0.3.14 |
| 1334 | 2026-05-28T16:55:16.840Z | Compiling rand_core v0.6.4 |
| 1335 | 2026-05-28T16:55:16.912Z | Compiling signal-hook-registry v1.4.8 |
| 1336 | 2026-05-28T16:55:17.149Z | Compiling cc v1.2.56 |
| 1337 | 2026-05-28T16:55:17.163Z | Compiling bitflags v2.11.0 |
| 1338 | 2026-05-28T16:55:17.178Z | Compiling critical-section v1.2.0 |
| 1339 | 2026-05-28T16:55:17.203Z | Compiling libm v0.2.16 |
| 1340 | 2026-05-28T16:55:17.241Z | Compiling futures-core v0.3.32 |
| 1341 | 2026-05-28T16:55:17.281Z | Compiling parking_lot v0.12.5 |
| 1342 | 2026-05-28T16:55:17.388Z | Compiling once_cell v1.21.3 |
| 1343 | 2026-05-28T16:55:17.404Z | Compiling mio v1.2.0 |
| 1344 | 2026-05-28T16:55:17.443Z | Compiling num-traits v0.2.19 |
| 1345 | 2026-05-28T16:55:17.544Z | Compiling percent-encoding v2.3.2 |
| 1346 | 2026-05-28T16:55:17.603Z | Compiling socket2 v0.6.3 |
| 1347 | 2026-05-28T16:55:17.658Z | Compiling futures-sink v0.3.32 |
| 1348 | 2026-05-28T16:55:17.735Z | Compiling futures-channel v0.3.32 |
| 1349 | 2026-05-28T16:55:17.761Z | Compiling cpufeatures v0.2.17 |
| 1350 | 2026-05-28T16:55:17.792Z | Compiling futures-io v0.3.32 |
| 1351 | 2026-05-28T16:55:17.835Z | Compiling futures-task v0.3.32 |
| 1352 | 2026-05-28T16:55:17.881Z | Compiling slab v0.4.12 |
| 1353 | 2026-05-28T16:55:17.955Z | Compiling getrandom v0.4.1 |
| 1354 | 2026-05-28T16:55:17.966Z | Compiling rand_core v0.10.0 |
| 1355 | 2026-05-28T16:55:18.009Z | Compiling indexmap v2.14.0 |
| 1356 | 2026-05-28T16:55:18.021Z | Compiling getrandom v0.3.4 |
| 1357 | 2026-05-28T16:55:18.058Z | Compiling rustversion v1.0.22 |
| 1358 | 2026-05-28T16:55:18.135Z | Compiling cmake v0.1.57 |
| 1359 | 2026-05-28T16:55:18.617Z | Compiling form_urlencoded v1.2.2 |
| 1360 | 2026-05-28T16:55:18.676Z | Compiling synstructure v0.13.2 |
| 1361 | 2026-05-28T16:55:18.680Z | Compiling dunce v1.0.5 |
| 1362 | 2026-05-28T16:55:18.754Z | Compiling fs_extra v1.3.0 |
| 1363 | 2026-05-28T16:55:18.792Z | Compiling base64ct v1.8.3 |
| 1364 | 2026-05-28T16:55:18.806Z | Compiling ident_case v1.0.1 |
| 1365 | 2026-05-28T16:55:18.928Z | Compiling iana-time-zone v0.1.65 |
| 1366 | 2026-05-28T16:55:18.942Z | Compiling regex-syntax v0.8.10 |
| 1367 | 2026-05-28T16:55:19.022Z | Compiling aws-lc-sys v0.40.0 |
| 1368 | 2026-05-28T16:55:19.035Z | Compiling pem-rfc7468 v0.7.0 |
| 1369 | 2026-05-28T16:55:19.080Z | Compiling rustix v1.1.3 |
| 1370 | 2026-05-28T16:55:19.128Z | Compiling flagset v0.4.7 |
| 1371 | 2026-05-28T16:55:19.260Z | Compiling rand_core v0.9.5 |
| 1372 | 2026-05-28T16:55:19.295Z | Compiling ring v0.17.14 |
| 1373 | 2026-05-28T16:55:19.339Z | Compiling vcpkg v0.2.15 |
| 1374 | 2026-05-28T16:55:19.353Z | Compiling aws-lc-rs v1.16.3 |
| 1375 | 2026-05-28T16:55:19.538Z | Compiling uuid v1.23.0 |
| 1376 | 2026-05-28T16:55:19.638Z | Compiling rustc_version v0.4.1 |
| 1377 | 2026-05-28T16:55:19.970Z | Compiling tracing-core v0.1.36 |
| 1378 | 2026-05-28T16:55:20.094Z | Compiling openssl-sys v0.9.115 |
| 1379 | 2026-05-28T16:55:20.258Z | Compiling base64 v0.22.1 |
| 1380 | 2026-05-28T16:55:20.419Z | Compiling serde_derive v1.0.228 |
| 1381 | 2026-05-28T16:55:20.533Z | Compiling zeroize_derive v1.4.3 |
| 1382 | 2026-05-28T16:55:20.583Z | Compiling zerofrom-derive v0.1.6 |
| 1383 | 2026-05-28T16:55:20.622Z | Compiling yoke-derive v0.8.1 |
| 1384 | 2026-05-28T16:55:20.812Z | Compiling zerocopy-derive v0.8.40 |
| 1385 | 2026-05-28T16:55:21.162Z | Compiling zeroize v1.8.2 |
| 1386 | 2026-05-28T16:55:21.294Z | Compiling zerovec-derive v0.11.2 |
| 1387 | 2026-05-28T16:55:21.792Z | Compiling displaydoc v0.2.5 |
| 1388 | 2026-05-28T16:55:21.965Z | Compiling crypto-common v0.1.7 |
| 1389 | 2026-05-28T16:55:21.979Z | Compiling zerofrom v0.1.6 |
| 1390 | 2026-05-28T16:55:22.100Z | Compiling yoke v0.8.1 |
| 1391 | 2026-05-28T16:55:22.114Z | Compiling block-buffer v0.10.4 |
| 1392 | 2026-05-28T16:55:22.277Z | Compiling digest v0.10.7 |
| 1393 | 2026-05-28T16:55:22.290Z | Compiling tokio-macros v2.7.0 |
| 1394 | 2026-05-28T16:55:22.448Z | Compiling zerovec v0.11.5 |
| 1395 | 2026-05-28T16:55:22.519Z | Compiling futures-macro v0.3.32 |
| 1396 | 2026-05-28T16:55:22.534Z | Compiling zerotrie v0.2.3 |
| 1397 | 2026-05-28T16:55:22.823Z | Compiling hmac v0.12.1 |
| 1398 | 2026-05-28T16:55:22.950Z | Compiling tinystr v0.8.2 |
| 1399 | 2026-05-28T16:55:22.976Z | Compiling potential_utf v0.1.4 |
| 1400 | 2026-05-28T16:55:22.991Z | Compiling block-padding v0.3.3 |
| 1401 | 2026-05-28T16:55:23.129Z | Compiling icu_locale_core v2.1.1 |
| 1402 | 2026-05-28T16:55:23.142Z | Compiling icu_collections v2.1.1 |
| 1403 | 2026-05-28T16:55:23.145Z | Compiling inout v0.1.4 |
| 1404 | 2026-05-28T16:55:23.299Z | Compiling futures-util v0.3.32 |
| 1405 | 2026-05-28T16:55:23.316Z | Compiling cipher v0.4.4 |
| 1406 | 2026-05-28T16:55:23.567Z | Compiling sha2 v0.10.9 |
| 1407 | 2026-05-28T16:55:23.605Z | Compiling der_derive v0.7.3 |
| 1408 | 2026-05-28T16:55:23.864Z | Compiling bytes v1.11.1 |
| 1409 | 2026-05-28T16:55:23.985Z | Compiling icu_provider v2.1.1 |
| 1410 | 2026-05-28T16:55:24.120Z | Compiling chrono v0.4.44 |
| 1411 | 2026-05-28T16:55:24.274Z | Compiling icu_properties v2.1.2 |
| 1412 | 2026-05-28T16:55:24.467Z | Compiling tokio v1.52.1 |
| 1413 | 2026-05-28T16:55:24.542Z | Compiling icu_normalizer v2.1.1 |
| 1414 | 2026-05-28T16:55:24.926Z | Compiling der v0.7.10 |
| 1415 | 2026-05-28T16:55:25.065Z | Compiling ppv-lite86 v0.2.21 |
| 1416 | 2026-05-28T16:55:25.196Z | Compiling idna_adapter v1.2.1 |
| 1417 | 2026-05-28T16:55:25.333Z | Compiling idna v1.1.0 |
| 1418 | 2026-05-28T16:55:25.347Z | Compiling http v1.4.0 |
| 1419 | 2026-05-28T16:55:25.375Z | Compiling salsa20 v0.10.2 |
| 1420 | 2026-05-28T16:55:25.466Z | Compiling pbkdf2 v0.12.2 |
| 1421 | 2026-05-28T16:55:25.509Z | Compiling rustls-pki-types v1.14.0 |
| 1422 | 2026-05-28T16:55:25.535Z | Compiling thiserror-impl v2.0.18 |
| 1423 | 2026-05-28T16:55:25.575Z | Compiling tracing-attributes v0.1.31 |
| 1424 | 2026-05-28T16:55:25.943Z | Compiling url v2.5.8 |
| 1425 | 2026-05-28T16:55:25.959Z | Compiling spki v0.7.3 |
| 1426 | 2026-05-28T16:55:26.105Z | Compiling http-body v1.0.1 |
| 1427 | 2026-05-28T16:55:26.156Z | Compiling scrypt v0.11.0 |
| 1428 | 2026-05-28T16:55:26.212Z | Compiling rand_chacha v0.9.0 |
| 1429 | 2026-05-28T16:55:26.254Z | Compiling cbc v0.1.2 |
| 1430 | 2026-05-28T16:55:26.437Z | Compiling aes v0.8.4 |
| 1431 | 2026-05-28T16:55:26.526Z | Compiling untrusted v0.9.0 |
| 1432 | 2026-05-28T16:55:26.650Z | Compiling httparse v1.10.1 |
| 1433 | 2026-05-28T16:55:26.767Z | Compiling tinyvec_macros v0.1.1 |
| 1434 | 2026-05-28T16:55:26.839Z | Compiling openssl-probe v0.2.1 |
| 1435 | 2026-05-28T16:55:26.878Z | Compiling thiserror v2.0.18 |
| 1436 | 2026-05-28T16:55:26.907Z | Compiling tracing v0.1.44 |
| 1437 | 2026-05-28T16:55:26.937Z | Compiling untrusted v0.7.1 |
| 1438 | 2026-05-28T16:55:26.981Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-05-28T16:55:27.008Z | Compiling pkcs5 v0.7.1 |
| 1440 | 2026-05-28T16:55:27.054Z | Compiling pest_generator v2.8.6 |
| 1441 | 2026-05-28T16:55:27.166Z | Compiling rand v0.9.2 |
| 1442 | 2026-05-28T16:55:27.322Z | Compiling serde_derive_internals v0.29.1 |
| 1443 | 2026-05-28T16:55:27.489Z | Compiling aho-corasick v1.1.4 |
| 1444 | 2026-05-28T16:55:27.492Z | Compiling tower-layer v0.3.3 |
| 1445 | 2026-05-28T16:55:27.665Z | Compiling rustls v0.23.37 |
| 1446 | 2026-05-28T16:55:27.752Z | Compiling tower-service v0.3.3 |
| 1447 | 2026-05-28T16:55:27.831Z | Compiling try-lock v0.2.5 |
| 1448 | 2026-05-28T16:55:27.847Z | Compiling dyn-clone v1.0.20 |
| 1449 | 2026-05-28T16:55:27.939Z | Compiling atomic-waker v1.1.2 |
| 1450 | 2026-05-28T16:55:27.953Z | Compiling schemars v0.8.22 |
| 1451 | 2026-05-28T16:55:27.975Z | Compiling want v0.3.1 |
| 1452 | 2026-05-28T16:55:28.059Z | Compiling pest_derive v2.8.6 |
| 1453 | 2026-05-28T16:55:28.135Z | Compiling pkcs8 v0.10.2 |
| 1454 | 2026-05-28T16:55:28.166Z | Compiling tokio-util v0.7.18 |
| 1455 | 2026-05-28T16:55:28.205Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-05-28T16:55:28.438Z | Compiling regex-automata v0.4.14 |
| 1457 | 2026-05-28T16:55:28.760Z | Compiling ipnet v2.11.0 |
| 1458 | 2026-05-28T16:55:28.792Z | Compiling scroll_derive v0.13.1 |
| 1459 | 2026-05-28T16:55:29.154Z | Compiling h2 v0.4.13 |
| 1460 | 2026-05-28T16:55:29.169Z | Compiling darling_core v0.20.11 |
| 1461 | 2026-05-28T16:55:29.248Z | Compiling openssl v0.10.79 |
| 1462 | 2026-05-28T16:55:29.416Z | Compiling pin-utils v0.1.0 |
| 1463 | 2026-05-28T16:55:29.474Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-05-28T16:55:29.488Z | Compiling foreign-types-shared v0.1.1 |
| 1465 | 2026-05-28T16:55:29.571Z | Compiling scroll v0.13.0 |
| 1466 | 2026-05-28T16:55:29.571Z | Compiling foreign-types v0.3.2 |
| 1467 | 2026-05-28T16:55:29.674Z | Compiling tempfile v3.25.0 |
| 1468 | 2026-05-28T16:55:29.834Z | Compiling unicode-normalization v0.1.25 |
| 1469 | 2026-05-28T16:55:30.102Z | Compiling openssl-macros v0.1.1 |
| 1470 | 2026-05-28T16:55:30.275Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1471 | 2026-05-28T16:55:30.445Z | Compiling spin v0.9.8 |
| 1472 | 2026-05-28T16:55:30.487Z | Compiling crc32fast v1.5.0 |
| 1473 | 2026-05-28T16:55:30.644Z | Compiling num-conv v0.2.0 |
| 1474 | 2026-05-28T16:55:30.657Z | Compiling native-tls v0.2.18 |
| 1475 | 2026-05-28T16:55:30.748Z | Compiling time-core v0.1.8 |
| 1476 | 2026-05-28T16:55:30.770Z | Compiling powerfmt v0.2.0 |
| 1477 | 2026-05-28T16:55:30.891Z | Compiling time-macros v0.2.27 |
| 1478 | 2026-05-28T16:55:30.914Z | Compiling deranged v0.5.8 |
| 1479 | 2026-05-28T16:55:31.399Z | Compiling darling_macro v0.20.11 |
| 1480 | 2026-05-28T16:55:31.859Z | Compiling darling v0.20.11 |
| 1481 | 2026-05-28T16:55:31.896Z | Compiling goblin v0.10.5 |
| 1482 | 2026-05-28T16:55:31.939Z | Compiling rustls-native-certs v0.8.3 |
| 1483 | 2026-05-28T16:55:31.982Z | Compiling sync_wrapper v1.0.2 |
| 1484 | 2026-05-28T16:55:32.090Z | Compiling hyper v1.8.1 |
| 1485 | 2026-05-28T16:55:32.226Z | Compiling wait-timeout v0.2.1 |
| 1486 | 2026-05-28T16:55:32.484Z | Compiling crossbeam-utils v0.8.21 |
| 1487 | 2026-05-28T16:55:32.498Z | Compiling usdt-impl v0.6.0 |
| 1488 | 2026-05-28T16:55:32.704Z | Compiling simd-adler32 v0.3.8 |
| 1489 | 2026-05-28T16:55:32.767Z | Compiling syn v1.0.109 |
| 1490 | 2026-05-28T16:55:32.940Z | Compiling siphasher v1.0.2 |
| 1491 | 2026-05-28T16:55:33.062Z | Compiling bit-vec v0.8.0 |
| 1492 | 2026-05-28T16:55:33.077Z | Compiling quick-error v1.2.3 |
| 1493 | 2026-05-28T16:55:33.120Z | Compiling num_threads v0.1.7 |
| 1494 | 2026-05-28T16:55:33.180Z | Compiling hyper-util v0.1.20 |
| 1495 | 2026-05-28T16:55:33.216Z | Compiling time v0.3.47 |
| 1496 | 2026-05-28T16:55:33.283Z | Compiling bit-set v0.8.0 |
| 1497 | 2026-05-28T16:55:33.648Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-05-28T16:55:33.831Z | Compiling tower v0.5.3 |
| 1499 | 2026-05-28T16:55:33.940Z | Compiling derive_builder_core v0.20.2 |
| 1500 | 2026-05-28T16:55:34.128Z | Compiling dtrace-parser v0.3.0 |
| 1501 | 2026-05-28T16:55:34.290Z | Compiling http-body-util v0.1.3 |
| 1502 | 2026-05-28T16:55:34.529Z | Compiling dof v0.4.0 |
| 1503 | 2026-05-28T16:55:34.733Z | Compiling webpki-roots v1.0.6 |
| 1504 | 2026-05-28T16:55:34.790Z | Compiling signature v2.2.0 |
| 1505 | 2026-05-28T16:55:34.850Z | Compiling thiserror-impl v1.0.69 |
| 1506 | 2026-05-28T16:55:34.864Z | Compiling scroll_derive v0.12.1 |
| 1507 | 2026-05-28T16:55:34.877Z | Compiling heapless v0.7.17 |
| 1508 | 2026-05-28T16:55:34.964Z | Compiling rand_xorshift v0.4.0 |
| 1509 | 2026-05-28T16:55:35.107Z | Compiling slog v2.8.2 |
| 1510 | 2026-05-28T16:55:35.121Z | Compiling darling_core v0.21.3 |
| 1511 | 2026-05-28T16:55:35.287Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1512 | 2026-05-28T16:55:35.502Z | Compiling thread-id v5.1.0 |
| 1513 | 2026-05-28T16:55:35.553Z | Compiling cookie v0.18.1 |
| 1514 | 2026-05-28T16:55:35.584Z | Compiling anyhow v1.0.102 |
| 1515 | 2026-05-28T16:55:35.674Z | Compiling adler2 v2.0.1 |
| 1516 | 2026-05-28T16:55:35.736Z | Compiling signal-hook v0.3.18 |
| 1517 | 2026-05-28T16:55:35.805Z | Compiling paste v1.0.15 |
| 1518 | 2026-05-28T16:55:35.885Z | Compiling unarray v0.1.4 |
| 1519 | 2026-05-28T16:55:35.902Z | Compiling iri-string v0.7.10 |
| 1520 | 2026-05-28T16:55:35.993Z | Compiling allocator-api2 v0.2.21 |
| 1521 | 2026-05-28T16:55:36.049Z | Compiling unicode-bidi v0.3.18 |
| 1522 | 2026-05-28T16:55:36.062Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-05-28T16:55:36.076Z | Compiling ryu v1.0.23 |
| 1524 | 2026-05-28T16:55:36.251Z | Compiling zstd-safe v7.2.4 |
| 1525 | 2026-05-28T16:55:36.264Z | Compiling serde_urlencoded v0.7.1 |
| 1526 | 2026-05-28T16:55:36.400Z | Compiling stringprep v0.1.5 |
| 1527 | 2026-05-28T16:55:36.497Z | Compiling thiserror v1.0.69 |
| 1528 | 2026-05-28T16:55:36.524Z | Compiling proptest v1.10.0 |
| 1529 | 2026-05-28T16:55:36.627Z | Compiling miniz_oxide v0.8.9 |
| 1530 | 2026-05-28T16:55:37.229Z | Compiling tower-http v0.6.8 |
| 1531 | 2026-05-28T16:55:37.416Z | Compiling scroll v0.12.0 |
| 1532 | 2026-05-28T16:55:37.535Z | Compiling derive_builder_macro v0.20.2 |
| 1533 | 2026-05-28T16:55:37.627Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2026-05-28T16:55:37.642Z | Compiling darling_macro v0.21.3 |
| 1535 | 2026-05-28T16:55:37.679Z | Compiling bstr v1.12.1 |
| 1536 | 2026-05-28T16:55:37.793Z | Compiling ipnetwork v0.21.1 |
| 1537 | 2026-05-28T16:55:37.981Z | Compiling rand_chacha v0.3.1 |
| 1538 | 2026-05-28T16:55:38.061Z | Compiling serde_spanned v0.6.9 |
| 1539 | 2026-05-28T16:55:38.105Z | Compiling serde_tokenstream v0.2.3 |
| 1540 | 2026-05-28T16:55:38.186Z | Compiling toml_datetime v0.6.11 |
| 1541 | 2026-05-28T16:55:38.201Z | Compiling erased-serde v0.3.31 |
| 1542 | 2026-05-28T16:55:38.313Z | Compiling md-5 v0.10.6 |
| 1543 | 2026-05-28T16:55:38.406Z | Compiling async-trait v0.1.89 |
| 1544 | 2026-05-28T16:55:38.439Z | Compiling zerocopy-derive v0.7.35 |
| 1545 | 2026-05-28T16:55:38.476Z | Compiling pin-project-internal v1.1.11 |
| 1546 | 2026-05-28T16:55:38.679Z | Compiling curve25519-dalek v4.1.3 |
| 1547 | 2026-05-28T16:55:38.774Z | Compiling vergen-lib v9.1.0 |
| 1548 | 2026-05-28T16:55:38.949Z | Compiling num-integer v0.1.46 |
| 1549 | 2026-05-28T16:55:39.004Z | Compiling hash32 v0.2.1 |
| 1550 | 2026-05-28T16:55:39.195Z | Compiling ff v0.13.1 |
| 1551 | 2026-05-28T16:55:39.264Z | Compiling memoffset v0.9.1 |
| 1552 | 2026-05-28T16:55:39.283Z | Compiling encoding_rs v0.8.35 |
| 1553 | 2026-05-28T16:55:39.330Z | Compiling fallible-iterator v0.2.0 |
| 1554 | 2026-05-28T16:55:39.398Z | Compiling smoltcp v0.9.1 |
| 1555 | 2026-05-28T16:55:39.451Z | Compiling base16ct v0.2.0 |
| 1556 | 2026-05-28T16:55:39.569Z | Compiling num-bigint-dig v0.8.6 |
| 1557 | 2026-05-28T16:55:39.628Z | Compiling cfg_aliases v0.2.1 |
| 1558 | 2026-05-28T16:55:39.641Z | Compiling litrs v1.0.0 |
| 1559 | 2026-05-28T16:55:39.701Z | Compiling rustix v0.38.44 |
| 1560 | 2026-05-28T16:55:39.725Z | Compiling mime v0.3.17 |
| 1561 | 2026-05-28T16:55:39.754Z | Compiling ref-cast v1.0.25 |
| 1562 | 2026-05-28T16:55:39.978Z | Compiling zlib-rs v0.6.2 |
| 1563 | 2026-05-28T16:55:40.040Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-28T16:55:40.137Z | Compiling document-features v0.2.12 |
| 1565 | 2026-05-28T16:55:40.160Z | Compiling publicsuffix v2.3.0 |
| 1566 | 2026-05-28T16:55:40.223Z | Compiling nix v0.31.2 |
| 1567 | 2026-05-28T16:55:40.329Z | Compiling postgres-protocol v0.6.10 |
| 1568 | 2026-05-28T16:55:40.591Z | Compiling pin-project v1.1.11 |
| 1569 | 2026-05-28T16:55:40.692Z | Compiling sec1 v0.7.3 |
| 1570 | 2026-05-28T16:55:40.768Z | Compiling group v0.13.0 |
| 1571 | 2026-05-28T16:55:40.810Z | Compiling zerocopy v0.7.35 |
| 1572 | 2026-05-28T16:55:40.877Z | Compiling num-iter v0.1.45 |
| 1573 | 2026-05-28T16:55:41.011Z | Compiling newtype-uuid v1.3.2 |
| 1574 | 2026-05-28T16:55:41.331Z | Compiling rand v0.8.6 |
| 1575 | 2026-05-28T16:55:41.379Z | Compiling darling v0.21.3 |
| 1576 | 2026-05-28T16:55:41.418Z | Compiling oxnet v0.1.4 |
| 1577 | 2026-05-28T16:55:41.431Z | Compiling derive_builder v0.20.2 |
| 1578 | 2026-05-28T16:55:41.458Z | Compiling hyper-tls v0.6.0 |
| 1579 | 2026-05-28T16:55:41.474Z | Compiling hubpack_derive v0.1.1 |
| 1580 | 2026-05-28T16:55:41.552Z | Compiling goblin v0.8.2 |
| 1581 | 2026-05-28T16:55:42.259Z | Compiling phf_shared v0.13.1 |
| 1582 | 2026-05-28T16:55:42.287Z | Compiling lazy_static v1.5.0 |
| 1583 | 2026-05-28T16:55:42.333Z | Compiling regex v1.12.3 |
| 1584 | 2026-05-28T16:55:42.377Z | Compiling futures-executor v0.3.32 |
| 1585 | 2026-05-28T16:55:42.501Z | Compiling hex v0.4.3 |
| 1586 | 2026-05-28T16:55:42.638Z | Compiling hkdf v0.12.4 |
| 1587 | 2026-05-28T16:55:42.697Z | Compiling crypto-bigint v0.5.5 |
| 1588 | 2026-05-28T16:55:42.758Z | Compiling terminal_size v0.4.3 |
| 1589 | 2026-05-28T16:55:42.773Z | Compiling daft-derive v0.1.7 |
| 1590 | 2026-05-28T16:55:42.804Z | Compiling flate2 v1.1.9 |
| 1591 | 2026-05-28T16:55:42.892Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1592 | 2026-05-28T16:55:43.167Z | Compiling ref-cast-impl v1.0.25 |
| 1593 | 2026-05-28T16:55:43.197Z | Compiling snafu-derive v0.8.9 |
| 1594 | 2026-05-28T16:55:43.483Z | Compiling strum_macros v0.27.2 |
| 1595 | 2026-05-28T16:55:43.525Z | Compiling vergen v9.1.0 |
| 1596 | 2026-05-28T16:55:43.697Z | Compiling fs-err v3.3.0 |
| 1597 | 2026-05-28T16:55:43.712Z | Compiling cargo-platform v0.3.2 |
| 1598 | 2026-05-28T16:55:43.882Z | Compiling ahash v0.8.12 |
| 1599 | 2026-05-28T16:55:43.976Z | Compiling libbz2-rs-sys v0.2.2 |
| 1600 | 2026-05-28T16:55:44.081Z | Compiling winnow v0.5.40 |
| 1601 | 2026-05-28T16:55:44.643Z | Compiling same-file v1.0.6 |
| 1602 | 2026-05-28T16:55:44.806Z | Compiling bumpalo v3.20.2 |
| 1603 | 2026-05-28T16:55:44.820Z | Compiling bitflags v1.3.2 |
| 1604 | 2026-05-28T16:55:44.895Z | Compiling managed v0.8.0 |
| 1605 | 2026-05-28T16:55:44.978Z | Compiling foldhash v0.2.0 |
| 1606 | 2026-05-28T16:55:45.052Z | Compiling unicode-segmentation v1.12.0 |
| 1607 | 2026-05-28T16:55:45.065Z | Compiling object v0.37.3 |
| 1608 | 2026-05-28T16:55:45.107Z | Compiling foldhash v0.1.5 |
| 1609 | 2026-05-28T16:55:45.196Z | Compiling hashbrown v0.16.1 |
| 1610 | 2026-05-28T16:55:45.278Z | Compiling hashbrown v0.15.5 |
| 1611 | 2026-05-28T16:55:45.374Z | Compiling toml_edit v0.19.15 |
| 1612 | 2026-05-28T16:55:45.422Z | Compiling strum v0.27.2 |
| 1613 | 2026-05-28T16:55:45.436Z | Compiling clap_builder v4.5.60 |
| 1614 | 2026-05-28T16:55:45.487Z | Compiling snafu v0.8.9 |
| 1615 | 2026-05-28T16:55:45.769Z | Compiling zopfli v0.8.3 |
| 1616 | 2026-05-28T16:55:45.811Z | Compiling walkdir v2.5.0 |
| 1617 | 2026-05-28T16:55:45.831Z | Compiling bzip2 v0.6.1 |
| 1618 | 2026-05-28T16:55:46.109Z | Compiling cargo_metadata v0.23.1 |
| 1619 | 2026-05-28T16:55:46.176Z | Compiling dof v0.3.0 |
| 1620 | 2026-05-28T16:55:46.440Z | Compiling elliptic-curve v0.13.8 |
| 1621 | 2026-05-28T16:55:46.845Z | Compiling daft v0.1.7 |
| 1622 | 2026-05-28T16:55:46.912Z | Compiling futures v0.3.32 |
| 1623 | 2026-05-28T16:55:46.996Z | Compiling phf v0.13.1 |
| 1624 | 2026-05-28T16:55:47.158Z | Compiling signal-hook-mio v0.2.5 |
| 1625 | 2026-05-28T16:55:47.486Z | Compiling cookie_store v0.22.1 |
| 1626 | 2026-05-28T16:55:47.502Z | Compiling zstd v0.13.3 |
| 1627 | 2026-05-28T16:55:47.637Z | Compiling hubpack v0.1.2 |
| 1628 | 2026-05-28T16:55:47.764Z | Compiling bzip2 v0.4.4 |
| 1629 | 2026-05-28T16:55:47.856Z | Compiling serde_with_macros v3.17.0 |
| 1630 | 2026-05-28T16:55:48.029Z | Compiling postgres-types v0.2.12 |
| 1631 | 2026-05-28T16:55:48.121Z | Compiling usdt-attr-macro v0.6.0 |
| 1632 | 2026-05-28T16:55:48.426Z | Compiling usdt-macro v0.6.0 |
| 1633 | 2026-05-28T16:55:48.577Z | Compiling globset v0.4.18 |
| 1634 | 2026-05-28T16:55:48.905Z | Compiling dtrace-parser v0.2.0 |
| 1635 | 2026-05-28T16:55:48.970Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-05-28T16:55:49.137Z | Compiling phf_shared v0.11.3 |
| 1637 | 2026-05-28T16:55:49.162Z | Compiling olpc-cjson v0.1.4 |
| 1638 | 2026-05-28T16:55:49.256Z | Compiling pkcs1 v0.7.5 |
| 1639 | 2026-05-28T16:55:49.313Z | Compiling serde-big-array v0.5.1 |
| 1640 | 2026-05-28T16:55:49.316Z | Compiling serde_plain v1.0.2 |
| 1641 | 2026-05-28T16:55:49.469Z | Compiling rfc6979 v0.4.0 |
| 1642 | 2026-05-28T16:55:49.483Z | Compiling pem v3.0.6 |
| 1643 | 2026-05-28T16:55:49.507Z | Compiling serde_repr v0.1.20 |
| 1644 | 2026-05-28T16:55:49.592Z | Compiling enum-as-inner v0.6.1 |
| 1645 | 2026-05-28T16:55:49.642Z | Compiling strum_macros v0.26.4 |
| 1646 | 2026-05-28T16:55:49.642Z | Compiling clap_derive v4.5.55 |
| 1647 | 2026-05-28T16:55:49.801Z | Compiling async-recursion v1.1.1 |
| 1648 | 2026-05-28T16:55:49.876Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-05-28T16:55:50.022Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-05-28T16:55:50.022Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-05-28T16:55:50.091Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-05-28T16:55:50.107Z | Compiling predicates-core v1.0.10 |
| 1653 | 2026-05-28T16:55:50.246Z | Compiling fixedbitset v0.5.7 |
| 1654 | 2026-05-28T16:55:50.277Z | Compiling whoami v2.1.0 |
| 1655 | 2026-05-28T16:55:50.392Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-05-28T16:55:50.447Z | Compiling static_assertions v1.1.0 |
| 1657 | 2026-05-28T16:55:50.523Z | Compiling normalize-line-endings v0.3.0 |
| 1658 | 2026-05-28T16:55:50.542Z | Compiling jiff v0.2.21 |
| 1659 | 2026-05-28T16:55:50.618Z | Compiling fixedbitset v0.4.2 |
| 1660 | 2026-05-28T16:55:50.646Z | Compiling new_debug_unreachable v1.0.6 |
| 1661 | 2026-05-28T16:55:50.720Z | Compiling either v1.15.0 |
| 1662 | 2026-05-28T16:55:50.837Z | Compiling precomputed-hash v0.1.1 |
| 1663 | 2026-05-28T16:55:50.923Z | Compiling keccak v0.1.6 |
| 1664 | 2026-05-28T16:55:50.923Z | Compiling typed-path v0.9.3 |
| 1665 | 2026-05-28T16:55:51.069Z | Compiling difflib v0.4.0 |
| 1666 | 2026-05-28T16:55:51.353Z | Compiling strum v0.26.3 |
| 1667 | 2026-05-28T16:55:51.441Z | Compiling clap v4.5.60 |
| 1668 | 2026-05-28T16:55:51.522Z | Compiling predicates v3.1.4 |
| 1669 | 2026-05-28T16:55:51.538Z | Compiling sha3 v0.10.8 |
| 1670 | 2026-05-28T16:55:51.670Z | Compiling string_cache v0.8.9 |
| 1671 | 2026-05-28T16:55:51.776Z | Compiling itertools v0.13.0 |
| 1672 | 2026-05-28T16:55:51.896Z | Compiling toml_edit v0.22.27 |
| 1673 | 2026-05-28T16:55:51.999Z | Compiling petgraph v0.6.5 |
| 1674 | 2026-05-28T16:55:52.169Z | Compiling hickory-proto v0.25.2 |
| 1675 | 2026-05-28T16:55:52.184Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1676 | 2026-05-28T16:55:52.779Z | Compiling tokio-postgres v0.7.16 |
| 1677 | 2026-05-28T16:55:53.028Z | Compiling petgraph v0.8.3 |
| 1678 | 2026-05-28T16:55:53.456Z | Compiling zip v4.6.1 |
| 1679 | 2026-05-28T16:55:54.396Z | Compiling env_logger v0.11.9 |
| 1680 | 2026-05-28T16:55:54.595Z | Compiling usdt v0.6.0 |
| 1681 | 2026-05-28T16:55:54.714Z | Compiling usdt-impl v0.5.0 |
| 1682 | 2026-05-28T16:55:54.744Z | Compiling ecdsa v0.16.9 |
| 1683 | 2026-05-28T16:55:54.852Z | Compiling rsa v0.9.10 |
| 1684 | 2026-05-28T16:55:54.932Z | Compiling ed25519-dalek v2.2.0 |
| 1685 | 2026-05-28T16:55:54.935Z | Compiling serde_with v3.17.0 |
| 1686 | 2026-05-28T16:55:54.961Z | Compiling crossterm v0.28.1 |
| 1687 | 2026-05-28T16:55:55.291Z | Compiling zip v0.6.6 |
| 1688 | 2026-05-28T16:55:55.875Z | Compiling iddqd v0.4.2 |
| 1689 | 2026-05-28T16:55:55.986Z | Compiling toml v0.7.8 |
| 1690 | 2026-05-28T16:55:56.647Z | Compiling heck v0.4.1 |
| 1691 | 2026-05-28T16:55:56.649Z | Compiling similar v2.7.0 |
| 1692 | 2026-05-28T16:55:56.792Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1693 | 2026-05-28T16:55:56.832Z | Compiling crossbeam-epoch v0.9.18 |
| 1694 | 2026-05-28T16:55:56.881Z | Compiling tokio-stream v0.1.18 |
| 1695 | 2026-05-28T16:55:57.166Z | Compiling buf-list v1.1.2 |
| 1696 | 2026-05-28T16:55:57.193Z | Compiling x509-cert v0.2.5 |
| 1697 | 2026-05-28T16:55:57.355Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1698 | 2026-05-28T16:55:57.417Z | Compiling openapiv3 v2.2.0 |
| 1699 | 2026-05-28T16:55:57.437Z | Compiling sha1 v0.10.6 |
| 1700 | 2026-05-28T16:55:57.511Z | Compiling peg-runtime v0.8.5 |
| 1701 | 2026-05-28T16:55:57.649Z | Compiling lalrpop-util v0.19.12 |
| 1702 | 2026-05-28T16:55:57.652Z | Compiling thread_local v1.1.9 |
| 1703 | 2026-05-28T16:55:57.794Z | Compiling slog-async v2.8.0 |
| 1704 | 2026-05-28T16:55:57.839Z | Compiling crossbeam-channel v0.5.15 |
| 1705 | 2026-05-28T16:55:57.910Z | Compiling is-terminal v0.4.17 |
| 1706 | 2026-05-28T16:55:58.007Z | Compiling filetime v0.2.27 |
| 1707 | 2026-05-28T16:55:58.103Z | Compiling xattr v1.6.1 |
| 1708 | 2026-05-28T16:55:58.155Z | Compiling take_mut v0.2.2 |
| 1709 | 2026-05-28T16:55:58.179Z | Compiling term v1.2.1 |
| 1710 | 2026-05-28T16:55:58.264Z | Compiling tar v0.4.45 |
| 1711 | 2026-05-28T16:55:58.713Z | Compiling slog-term v2.9.2 |
| 1712 | 2026-05-28T16:56:08.429Z | Compiling rustls-webpki v0.103.9 |
| 1713 | 2026-05-28T16:56:11.182Z | Compiling tokio-rustls v0.26.4 |
| 1714 | 2026-05-28T16:56:11.182Z | Compiling rustls-platform-verifier v0.6.2 |
| 1715 | 2026-05-28T16:56:11.382Z | Compiling hyper-rustls v0.27.7 |
| 1716 | 2026-05-28T16:56:11.582Z | Compiling reqwest v0.12.28 |
| 1717 | 2026-05-28T16:56:11.607Z | Compiling reqwest v0.13.2 |
| 1718 | 2026-05-28T16:56:12.848Z | Compiling tough v0.22.0 |
| 1719 | 2026-05-28T16:56:15.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1720 | 2026-05-28T16:56:15.603Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1721 | 2026-05-28T16:56:18.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 1722 | 2026-05-28T16:56:18.595Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1723 | 2026-05-28T16:56:18.648Z | May 28 16:56:16.992 INFO Starting download, target: Cockroach |
| 1724 | 2026-05-28T16:56:18.649Z | May 28 16:56:16.992 INFO Starting download, target: Clickhouse |
| 1725 | 2026-05-28T16:56:18.654Z | May 28 16:56:16.992 INFO Starting download, target: Console |
| 1726 | 2026-05-28T16:56:18.654Z | May 28 16:56:16.992 INFO Starting download, target: DendriteStub |
| 1727 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Starting download, target: MaghemiteMgd |
| 1728 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Starting download, target: TransceiverControl |
| 1729 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1730 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1731 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1732 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1733 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1734 | 2026-05-28T16:56:18.655Z | May 28 16:56:16.992 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1735 | 2026-05-28T16:56:19.256Z | May 28 16:56:17.569 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1736 | 2026-05-28T16:56:19.589Z | May 28 16:56:17.829 INFO Download complete, target: TransceiverControl |
| 1737 | 2026-05-28T16:56:19.697Z | May 28 16:56:17.947 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1738 | 2026-05-28T16:56:19.880Z | May 28 16:56:18.180 INFO Download complete, target: Console |
| 1739 | 2026-05-28T16:56:20.443Z | May 28 16:56:18.756 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1740 | 2026-05-28T16:56:22.484Z | May 28 16:56:20.819 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1741 | 2026-05-28T16:56:22.546Z | May 28 16:56:20.881 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1742 | 2026-05-28T16:56:23.111Z | May 28 16:56:21.455 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1743 | 2026-05-28T16:56:23.111Z | May 28 16:56:21.455 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1744 | 2026-05-28T16:56:24.869Z | May 28 16:56:23.217 INFO Download complete, target: DendriteStub |
| 1745 | 2026-05-28T16:56:24.961Z | May 28 16:56:23.309 INFO Download complete, target: MaghemiteMgd |
| 1746 | 2026-05-28T16:56:27.209Z | May 28 16:56:25.546 INFO Checking that binary works, target: Clickhouse |
| 1747 | 2026-05-28T16:56:27.303Z | May 28 16:56:25.651 INFO Download complete, target: Clickhouse |
| 1748 | 2026-05-28T16:56:27.740Z | May 28 16:56:26.088 INFO Checking that binary works, target: Cockroach |
| 1749 | 2026-05-28T16:56:27.862Z | May 28 16:56:26.206 INFO Download complete, target: Cockroach |
| 1750 | 2026-05-28T16:56:27.883Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1751 | 2026-05-28T16:56:27.891Z | |
| 1752 | 2026-05-28T16:56:27.891Z | real 2:18.732621746 |
| 1753 | 2026-05-28T16:56:27.891Z | user 6:53.440862661 |
| 1754 | 2026-05-28T16:56:27.891Z | sys 1:21.334464953 |
| 1755 | 2026-05-28T16:56:27.891Z | trap 0.227703164 |
| 1756 | 2026-05-28T16:56:27.891Z | tflt 0.768287980 |
| 1757 | 2026-05-28T16:56:27.891Z | dflt 0.709347952 |
| 1758 | 2026-05-28T16:56:27.892Z | kflt 0.029851707 |
| 1759 | 2026-05-28T16:56:27.892Z | lock 21:32.065940833 |
| 1760 | 2026-05-28T16:56:27.892Z | slp 21:19.081927648 |
| 1761 | 2026-05-28T16:56:27.892Z | lat 44.371625958 |
| 1762 | 2026-05-28T16:56:27.892Z | stop 1:54.213964665 |
| 1763 | 2026-05-28T16:56:27.892Z | + banner clippy |
| 1764 | 2026-05-28T16:56:27.892Z | |
| 1765 | 2026-05-28T16:56:27.892Z | #### # # ##### ##### # # |
| 1766 | 2026-05-28T16:56:27.892Z | # # # # # # # # # # |
| 1767 | 2026-05-28T16:56:27.892Z | # # # # # # # # |
| 1768 | 2026-05-28T16:56:27.892Z | # # # ##### ##### # |
| 1769 | 2026-05-28T16:56:27.892Z | # # # # # # # |
| 1770 | 2026-05-28T16:56:27.892Z | #### ###### # # # # |
| 1771 | 2026-05-28T16:56:27.892Z | |
| 1772 | 2026-05-28T16:56:27.892Z | + export CARGO_INCREMENTAL=0 |
| 1773 | 2026-05-28T16:56:27.893Z | + CARGO_INCREMENTAL=0 |
| 1774 | 2026-05-28T16:56:27.893Z | + ptime -m cargo xtask clippy |
| 1775 | 2026-05-28T16:56:28.420Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1776 | 2026-05-28T16:56:28.648Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1777 | 2026-05-28T16:56:30.583Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.69s |
| 1778 | 2026-05-28T16:56:30.668Z | Running `target/debug/xtask clippy` |
| 1779 | 2026-05-28T16:56:30.694Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1780 | 2026-05-28T16:56:31.300Z | Downloading crates ... |
| 1781 | 2026-05-28T16:56:31.499Z | Downloaded addr2line v0.25.1 |
| 1782 | 2026-05-28T16:56:31.502Z | Downloaded anes v0.1.6 |
| 1783 | 2026-05-28T16:56:31.506Z | Downloaded knuffel-derive v3.2.0 |
| 1784 | 2026-05-28T16:56:31.511Z | Downloaded trybuild v1.0.116 |
| 1785 | 2026-05-28T16:56:31.515Z | Downloaded target-spec v3.5.7 |
| 1786 | 2026-05-28T16:56:31.515Z | Downloaded supports-color v2.1.0 |
| 1787 | 2026-05-28T16:56:31.515Z | Downloaded backtrace-ext v0.2.1 |
| 1788 | 2026-05-28T16:56:31.515Z | Downloaded target-lexicon v0.13.3 |
| 1789 | 2026-05-28T16:56:31.519Z | Downloaded tinytemplate v1.2.1 |
| 1790 | 2026-05-28T16:56:31.519Z | Downloaded target-triple v1.0.0 |
| 1791 | 2026-05-28T16:56:31.519Z | Downloaded tokio-test v0.4.5 |
| 1792 | 2026-05-28T16:56:31.522Z | Downloaded rustc-demangle v0.1.27 |
| 1793 | 2026-05-28T16:56:31.529Z | Downloaded cast v0.3.0 |
| 1794 | 2026-05-28T16:56:31.529Z | Downloaded pathdiff v0.2.3 |
| 1795 | 2026-05-28T16:56:31.529Z | Downloaded path-tree v0.8.3 |
| 1796 | 2026-05-28T16:56:31.535Z | Downloaded constant_time_eq v0.3.1 |
| 1797 | 2026-05-28T16:56:31.535Z | Downloaded terminal_size v0.1.17 |
| 1798 | 2026-05-28T16:56:31.535Z | Downloaded supports-unicode v2.1.0 |
| 1799 | 2026-05-28T16:56:31.538Z | Downloaded similar-asserts v1.7.0 |
| 1800 | 2026-05-28T16:56:31.538Z | Downloaded plotters-svg v0.3.7 |
| 1801 | 2026-05-28T16:56:31.538Z | Downloaded approx v0.5.1 |
| 1802 | 2026-05-28T16:56:31.538Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1803 | 2026-05-28T16:56:31.542Z | Downloaded event-listener-strategy v0.5.4 |
| 1804 | 2026-05-28T16:56:31.545Z | Downloaded async-object-pool v0.2.0 |
| 1805 | 2026-05-28T16:56:31.549Z | Downloaded stringmetrics v2.2.2 |
| 1806 | 2026-05-28T16:56:31.553Z | Downloaded serde_regex v1.1.0 |
| 1807 | 2026-05-28T16:56:31.553Z | Downloaded parking v2.2.1 |
| 1808 | 2026-05-28T16:56:31.555Z | Downloaded assert_cmd v2.1.2 |
| 1809 | 2026-05-28T16:56:31.555Z | Downloaded cfg-expr v0.20.6 |
| 1810 | 2026-05-28T16:56:31.566Z | Downloaded escape8259 v0.5.3 |
| 1811 | 2026-05-28T16:56:31.570Z | Downloaded termcolor v1.4.1 |
| 1812 | 2026-05-28T16:56:31.570Z | Downloaded relative-path v1.9.3 |
| 1813 | 2026-05-28T16:56:31.570Z | Downloaded partial-io v0.5.4 |
| 1814 | 2026-05-28T16:56:31.578Z | Downloaded nested v0.1.1 |
| 1815 | 2026-05-28T16:56:31.578Z | Downloaded httptest v0.16.4 |
| 1816 | 2026-05-28T16:56:31.578Z | Downloaded futures-timer v3.0.3 |
| 1817 | 2026-05-28T16:56:31.581Z | Downloaded owo-colors v3.5.0 |
| 1818 | 2026-05-28T16:56:31.584Z | Downloaded linkme-impl v0.3.35 |
| 1819 | 2026-05-28T16:56:31.587Z | Downloaded plotters-backend v0.3.7 |
| 1820 | 2026-05-28T16:56:31.594Z | Downloaded libtest-mimic v0.8.1 |
| 1821 | 2026-05-28T16:56:31.596Z | Downloaded criterion-plot v0.6.0 |
| 1822 | 2026-05-28T16:56:31.596Z | Downloaded assert-json-diff v2.0.2 |
| 1823 | 2026-05-28T16:56:31.601Z | Downloaded blake2b_simd v1.0.4 |
| 1824 | 2026-05-28T16:56:31.604Z | Downloaded miette-derive v5.10.0 |
| 1825 | 2026-05-28T16:56:31.608Z | Downloaded rust-argon2 v2.1.0 |
| 1826 | 2026-05-28T16:56:31.614Z | Downloaded supports-hyperlinks v2.1.0 |
| 1827 | 2026-05-28T16:56:31.618Z | Downloaded oorandom v11.1.5 |
| 1828 | 2026-05-28T16:56:31.618Z | Downloaded linkme v0.3.35 |
| 1829 | 2026-05-28T16:56:31.618Z | Downloaded event-listener v5.4.1 |
| 1830 | 2026-05-28T16:56:31.621Z | Downloaded concurrent-queue v2.5.0 |
| 1831 | 2026-05-28T16:56:31.624Z | Downloaded datatest-stable v0.3.3 |
| 1832 | 2026-05-28T16:56:31.627Z | Downloaded rstest_macros v0.25.0 |
| 1833 | 2026-05-28T16:56:31.630Z | Downloaded async-lock v3.4.2 |
| 1834 | 2026-05-28T16:56:31.635Z | Downloaded textwrap v0.15.2 |
| 1835 | 2026-05-28T16:56:31.639Z | Downloaded hickory-client v0.25.2 |
| 1836 | 2026-05-28T16:56:31.639Z | Downloaded chumsky v0.9.3 |
| 1837 | 2026-05-28T16:56:31.647Z | Downloaded rstest v0.25.0 |
| 1838 | 2026-05-28T16:56:31.651Z | Downloaded fancy-regex v0.14.0 |
| 1839 | 2026-05-28T16:56:31.654Z | Downloaded knuffel v3.2.0 |
| 1840 | 2026-05-28T16:56:31.657Z | Downloaded backtrace v0.3.76 |
| 1841 | 2026-05-28T16:56:31.660Z | Downloaded rand_distr v0.5.1 |
| 1842 | 2026-05-28T16:56:31.663Z | Downloaded miette v5.10.0 |
| 1843 | 2026-05-28T16:56:31.672Z | Downloaded hashbrown v0.14.5 |
| 1844 | 2026-05-28T16:56:31.678Z | Downloaded guppy v0.17.25 |
| 1845 | 2026-05-28T16:56:31.683Z | Downloaded criterion v0.7.0 |
| 1846 | 2026-05-28T16:56:31.685Z | Downloaded plotters v0.3.7 |
| 1847 | 2026-05-28T16:56:31.703Z | Downloaded gimli v0.32.3 |
| 1848 | 2026-05-28T16:56:31.810Z | Downloaded httpmock v0.8.3 |
| 1849 | 2026-05-28T16:56:33.453Z | Checking cfg-if v1.0.4 |
| 1850 | 2026-05-28T16:56:33.804Z | Checking libc v0.2.185 |
| 1851 | 2026-05-28T16:56:33.807Z | Checking serde_core v1.0.228 |
| 1852 | 2026-05-28T16:56:33.873Z | Checking memchr v2.8.0 |
| 1853 | 2026-05-28T16:56:33.913Z | Checking smallvec v1.15.1 |
| 1854 | 2026-05-28T16:56:33.954Z | Checking itoa v1.0.17 |
| 1855 | 2026-05-28T16:56:33.958Z | Checking log v0.4.29 |
| 1856 | 2026-05-28T16:56:34.034Z | Checking zeroize v1.8.2 |
| 1857 | 2026-05-28T16:56:34.075Z | Checking libm v0.2.16 |
| 1858 | 2026-05-28T16:56:34.116Z | Checking scopeguard v1.2.0 |
| 1859 | 2026-05-28T16:56:34.157Z | Checking stable_deref_trait v1.2.1 |
| 1860 | 2026-05-28T16:56:34.197Z | Checking zmij v1.0.21 |
| 1861 | 2026-05-28T16:56:34.236Z | Checking errno v0.3.14 |
| 1862 | 2026-05-28T16:56:34.237Z | Checking getrandom v0.2.17 |
| 1863 | 2026-05-28T16:56:34.306Z | Checking lock_api v0.4.14 |
| 1864 | 2026-05-28T16:56:34.341Z | Checking zerofrom v0.1.6 |
| 1865 | 2026-05-28T16:56:34.378Z | Checking percent-encoding v2.3.2 |
| 1866 | 2026-05-28T16:56:34.432Z | Checking writeable v0.6.2 |
| 1867 | 2026-05-28T16:56:34.469Z | Checking litemap v0.8.1 |
| 1868 | 2026-05-28T16:56:34.505Z | Checking yoke v0.8.1 |
| 1869 | 2026-05-28T16:56:34.543Z | Checking icu_normalizer_data v2.1.1 |
| 1870 | 2026-05-28T16:56:34.546Z | Checking icu_properties_data v2.1.2 |
| 1871 | 2026-05-28T16:56:34.612Z | Checking subtle v2.6.1 |
| 1872 | 2026-05-28T16:56:34.650Z | Checking form_urlencoded v1.2.2 |
| 1873 | 2026-05-28T16:56:34.686Z | Checking pin-project-lite v0.2.17 |
| 1874 | 2026-05-28T16:56:34.690Z | Checking utf8_iter v1.0.4 |
| 1875 | 2026-05-28T16:56:34.756Z | Checking zerovec v0.11.5 |
| 1876 | 2026-05-28T16:56:34.759Z | Checking zerotrie v0.2.3 |
| 1877 | 2026-05-28T16:56:34.825Z | Checking num-traits v0.2.19 |
| 1878 | 2026-05-28T16:56:34.864Z | Checking rand_core v0.6.4 |
| 1879 | 2026-05-28T16:56:34.864Z | Checking parking_lot_core v0.9.12 |
| 1880 | 2026-05-28T16:56:34.935Z | Checking zerocopy v0.8.40 |
| 1881 | 2026-05-28T16:56:34.971Z | Checking rand_core v0.10.0 |
| 1882 | 2026-05-28T16:56:35.065Z | Checking portable-atomic v1.13.1 |
| 1883 | 2026-05-28T16:56:35.106Z | Checking signal-hook-registry v1.4.8 |
| 1884 | 2026-05-28T16:56:35.143Z | Checking getrandom v0.4.1 |
| 1885 | 2026-05-28T16:56:35.147Z | Checking parking_lot v0.12.5 |
| 1886 | 2026-05-28T16:56:35.216Z | Checking tinystr v0.8.2 |
| 1887 | 2026-05-28T16:56:35.296Z | Checking potential_utf v0.1.4 |
| 1888 | 2026-05-28T16:56:35.336Z | Checking serde v1.0.228 |
| 1889 | 2026-05-28T16:56:35.372Z | Checking serde_json v1.0.149 |
| 1890 | 2026-05-28T16:56:35.372Z | Checking bitflags v2.11.0 |
| 1891 | 2026-05-28T16:56:35.440Z | Checking icu_locale_core v2.1.1 |
| 1892 | 2026-05-28T16:56:35.477Z | Checking icu_collections v2.1.1 |
| 1893 | 2026-05-28T16:56:35.515Z | Checking critical-section v1.2.0 |
| 1894 | 2026-05-28T16:56:35.554Z | Checking mio v1.2.0 |
| 1895 | 2026-05-28T16:56:35.602Z | Checking socket2 v0.6.3 |
| 1896 | 2026-05-28T16:56:35.644Z | Checking once_cell v1.21.3 |
| 1897 | 2026-05-28T16:56:35.754Z | Checking bytes v1.11.1 |
| 1898 | 2026-05-28T16:56:35.818Z | Checking typenum v1.19.0 |
| 1899 | 2026-05-28T16:56:35.871Z | Checking iana-time-zone v0.1.65 |
| 1900 | 2026-05-28T16:56:35.914Z | Checking thiserror v2.0.18 |
| 1901 | 2026-05-28T16:56:35.979Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1902 | 2026-05-28T16:56:36.004Z | Checking icu_provider v2.1.1 |
| 1903 | 2026-05-28T16:56:36.008Z | Checking chrono v0.4.44 |
| 1904 | 2026-05-28T16:56:36.070Z | Checking uuid v1.23.0 |
| 1905 | 2026-05-28T16:56:36.105Z | Checking semver v1.0.28 |
| 1906 | 2026-05-28T16:56:36.221Z | Checking tokio v1.52.1 |
| 1907 | 2026-05-28T16:56:36.260Z | Checking icu_normalizer v2.1.1 |
| 1908 | 2026-05-28T16:56:36.296Z | Checking icu_properties v2.1.2 |
| 1909 | 2026-05-28T16:56:36.336Z | Checking futures-core v0.3.32 |
| 1910 | 2026-05-28T16:56:36.372Z | Checking generic-array v0.14.7 |
| 1911 | 2026-05-28T16:56:36.407Z | Checking equivalent v1.0.2 |
| 1912 | 2026-05-28T16:56:36.486Z | Checking dyn-clone v1.0.20 |
| 1913 | 2026-05-28T16:56:36.521Z | Checking const-oid v0.9.6 |
| 1914 | 2026-05-28T16:56:36.588Z | Checking futures-sink v0.3.32 |
| 1915 | 2026-05-28T16:56:36.624Z | Checking futures-task v0.3.32 |
| 1916 | 2026-05-28T16:56:36.723Z | Checking futures-channel v0.3.32 |
| 1917 | 2026-05-28T16:56:36.795Z | Checking slab v0.4.12 |
| 1918 | 2026-05-28T16:56:36.837Z | Checking crypto-common v0.1.7 |
| 1919 | 2026-05-28T16:56:36.905Z | Checking block-buffer v0.10.4 |
| 1920 | 2026-05-28T16:56:36.941Z | Checking futures-io v0.3.32 |
| 1921 | 2026-05-28T16:56:36.976Z | Checking rustix v1.1.3 |
| 1922 | 2026-05-28T16:56:37.012Z | Checking byteorder v1.5.0 |
| 1923 | 2026-05-28T16:56:37.070Z | Checking hashbrown v0.17.0 |
| 1924 | 2026-05-28T16:56:37.106Z | Checking futures-util v0.3.32 |
| 1925 | 2026-05-28T16:56:37.141Z | Checking idna_adapter v1.2.1 |
| 1926 | 2026-05-28T16:56:37.214Z | Checking digest v0.10.7 |
| 1927 | 2026-05-28T16:56:37.251Z | Checking cpufeatures v0.2.17 |
| 1928 | 2026-05-28T16:56:37.293Z | Checking idna v1.1.0 |
| 1929 | 2026-05-28T16:56:37.347Z | Checking thiserror v1.0.69 |
| 1930 | 2026-05-28T16:56:37.435Z | Checking getrandom v0.3.4 |
| 1931 | 2026-05-28T16:56:37.475Z | Checking fnv v1.0.7 |
| 1932 | 2026-05-28T16:56:37.552Z | Checking indexmap v2.14.0 |
| 1933 | 2026-05-28T16:56:37.589Z | Checking url v2.5.8 |
| 1934 | 2026-05-28T16:56:37.627Z | Checking regex-syntax v0.8.10 |
| 1935 | 2026-05-28T16:56:37.631Z | Checking http v1.4.0 |
| 1936 | 2026-05-28T16:56:37.692Z | Checking ppv-lite86 v0.2.21 |
| 1937 | 2026-05-28T16:56:37.816Z | Checking tracing-core v0.1.36 |
| 1938 | 2026-05-28T16:56:38.013Z | Checking base64 v0.22.1 |
| 1939 | 2026-05-28T16:56:38.050Z | Checking schemars v0.8.22 |
| 1940 | 2026-05-28T16:56:38.125Z | Checking ipnet v2.11.0 |
| 1941 | 2026-05-28T16:56:38.162Z | Checking tracing v0.1.44 |
| 1942 | 2026-05-28T16:56:38.241Z | Checking anstyle v1.0.13 |
| 1943 | 2026-05-28T16:56:38.278Z | Checking utf8parse v0.2.2 |
| 1944 | 2026-05-28T16:56:38.391Z | Checking unicode-ident v1.0.24 |
| 1945 | 2026-05-28T16:56:38.430Z | Checking untrusted v0.9.0 |
| 1946 | 2026-05-28T16:56:38.433Z | Checking base64ct v1.8.3 |
| 1947 | 2026-05-28T16:56:38.497Z | Checking anstyle-parse v0.2.7 |
| 1948 | 2026-05-28T16:56:38.531Z | Checking proc-macro2 v1.0.106 |
| 1949 | 2026-05-28T16:56:38.570Z | Checking ring v0.17.14 |
| 1950 | 2026-05-28T16:56:38.675Z | Checking block-padding v0.3.3 |
| 1951 | 2026-05-28T16:56:38.710Z | Checking aho-corasick v1.1.4 |
| 1952 | 2026-05-28T16:56:38.746Z | Checking anstyle-query v1.1.5 |
| 1953 | 2026-05-28T16:56:38.836Z | Checking colorchoice v1.0.4 |
| 1954 | 2026-05-28T16:56:38.873Z | Checking is_terminal_polyfill v1.70.2 |
| 1955 | 2026-05-28T16:56:38.876Z | Checking quote v1.0.45 |
| 1956 | 2026-05-28T16:56:38.941Z | Checking inout v0.1.4 |
| 1957 | 2026-05-28T16:56:38.976Z | Checking rustls-pki-types v1.14.0 |
| 1958 | 2026-05-28T16:56:39.013Z | Checking anstream v0.6.21 |
| 1959 | 2026-05-28T16:56:39.016Z | Checking httparse v1.10.1 |
| 1960 | 2026-05-28T16:56:39.099Z | Checking syn v2.0.117 |
| 1961 | 2026-05-28T16:56:39.135Z | Checking cipher v0.4.4 |
| 1962 | 2026-05-28T16:56:39.233Z | Checking terminal_size v0.4.3 |
| 1963 | 2026-05-28T16:56:39.278Z | Checking crossbeam-utils v0.8.21 |
| 1964 | 2026-05-28T16:56:39.313Z | Checking strsim v0.11.1 |
| 1965 | 2026-05-28T16:56:39.369Z | Checking allocator-api2 v0.2.21 |
| 1966 | 2026-05-28T16:56:39.372Z | Checking clap_lex v1.0.0 |
| 1967 | 2026-05-28T16:56:39.439Z | Checking regex-automata v0.4.14 |
| 1968 | 2026-05-28T16:56:39.442Z | Checking tokio-util v0.7.18 |
| 1969 | 2026-05-28T16:56:39.521Z | Checking pem-rfc7468 v0.7.0 |
| 1970 | 2026-05-28T16:56:39.581Z | Checking clap_builder v4.5.60 |
| 1971 | 2026-05-28T16:56:39.620Z | Checking http-body v1.0.1 |
| 1972 | 2026-05-28T16:56:39.663Z | Checking sha2 v0.10.9 |
| 1973 | 2026-05-28T16:56:39.701Z | Checking powerfmt v0.2.0 |
| 1974 | 2026-05-28T16:56:39.734Z | Checking atomic-waker v1.1.2 |
| 1975 | 2026-05-28T16:56:39.787Z | Checking rand_core v0.9.5 |
| 1976 | 2026-05-28T16:56:39.860Z | Checking hmac v0.12.1 |
| 1977 | 2026-05-28T16:56:39.897Z | Checking deranged v0.5.8 |
| 1978 | 2026-05-28T16:56:39.966Z | Checking num_threads v0.1.7 |
| 1979 | 2026-05-28T16:56:40.001Z | Checking num-conv v0.2.0 |
| 1980 | 2026-05-28T16:56:40.037Z | Checking httpdate v1.0.3 |
| 1981 | 2026-05-28T16:56:40.081Z | Checking time-core v0.1.8 |
| 1982 | 2026-05-28T16:56:40.118Z | Checking try-lock v0.2.5 |
| 1983 | 2026-05-28T16:56:40.154Z | Checking h2 v0.4.13 |
| 1984 | 2026-05-28T16:56:40.209Z | Checking flagset v0.4.7 |
| 1985 | 2026-05-28T16:56:40.250Z | Checking want v0.3.1 |
| 1986 | 2026-05-28T16:56:40.280Z | Checking tower-service v0.3.3 |
| 1987 | 2026-05-28T16:56:40.358Z | Checking ryu v1.0.23 |
| 1988 | 2026-05-28T16:56:40.394Z | Checking pin-utils v0.1.0 |
| 1989 | 2026-05-28T16:56:40.398Z | Checking tower-layer v0.3.3 |
| 1990 | 2026-05-28T16:56:40.493Z | Checking der v0.7.10 |
| 1991 | 2026-05-28T16:56:40.529Z | Checking rand_chacha v0.9.0 |
| 1992 | 2026-05-28T16:56:40.599Z | Checking erased-serde v0.3.31 |
| 1993 | 2026-05-28T16:56:40.756Z | Checking mime v0.3.17 |
| 1994 | 2026-05-28T16:56:40.827Z | Checking time v0.3.47 |
| 1995 | 2026-05-28T16:56:40.864Z | Checking clap v4.5.60 |
| 1996 | 2026-05-28T16:56:40.953Z | Checking rand v0.9.2 |
| 1997 | 2026-05-28T16:56:40.988Z | Checking spin v0.9.8 |
| 1998 | 2026-05-28T16:56:41.024Z | Checking slog v2.8.2 |
| 1999 | 2026-05-28T16:56:41.202Z | Checking anyhow v1.0.102 |
| 2000 | 2026-05-28T16:56:41.249Z | Checking http-body-util v0.1.3 |
| 2001 | 2026-05-28T16:56:41.284Z | Checking aws-lc-sys v0.40.0 |
| 2002 | 2026-05-28T16:56:41.322Z | Checking untrusted v0.7.1 |
| 2003 | 2026-05-28T16:56:41.393Z | Checking openssl-probe v0.2.1 |
| 2004 | 2026-05-28T16:56:41.429Z | Checking fastrand v2.3.0 |
| 2005 | 2026-05-28T16:56:41.467Z | Checking spki v0.7.3 |
| 2006 | 2026-05-28T16:56:41.470Z | Checking serde_urlencoded v0.7.1 |
| 2007 | 2026-05-28T16:56:41.534Z | Checking pbkdf2 v0.12.2 |
| 2008 | 2026-05-28T16:56:41.538Z | Checking aes v0.8.4 |
| 2009 | 2026-05-28T16:56:41.635Z | Checking encoding_rs v0.8.35 |
| 2010 | 2026-05-28T16:56:41.668Z | Checking regex v1.12.3 |
| 2011 | 2026-05-28T16:56:41.702Z | Checking cbc v0.1.2 |
| 2012 | 2026-05-28T16:56:41.739Z | Checking salsa20 v0.10.2 |
| 2013 | 2026-05-28T16:56:41.807Z | Checking aws-lc-rs v1.16.3 |
| 2014 | 2026-05-28T16:56:41.858Z | Checking rand_chacha v0.3.1 |
| 2015 | 2026-05-28T16:56:41.900Z | Checking hex v0.4.3 |
| 2016 | 2026-05-28T16:56:41.966Z | Checking simd-adler32 v0.3.8 |
| 2017 | 2026-05-28T16:56:42.003Z | Checking pretty-hex v0.4.1 |
| 2018 | 2026-05-28T16:56:42.012Z | Checking scrypt v0.11.0 |
| 2019 | 2026-05-28T16:56:42.089Z | Checking rand v0.8.6 |
| 2020 | 2026-05-28T16:56:42.149Z | Checking tempfile v3.25.0 |
| 2021 | 2026-05-28T16:56:42.153Z | Checking ipnetwork v0.21.1 |
| 2022 | 2026-05-28T16:56:42.222Z | Checking plain v0.2.3 |
| 2023 | 2026-05-28T16:56:42.226Z | Checking adler2 v2.0.1 |
| 2024 | 2026-05-28T16:56:42.371Z | Checking pkcs5 v0.7.1 |
| 2025 | 2026-05-28T16:56:42.421Z | Checking rustls-native-certs v0.8.3 |
| 2026 | 2026-05-28T16:56:42.425Z | Checking miniz_oxide v0.8.9 |
| 2027 | 2026-05-28T16:56:42.489Z | Checking sync_wrapper v1.0.2 |
| 2028 | 2026-05-28T16:56:42.577Z | Checking ucd-trie v0.1.7 |
| 2029 | 2026-05-28T16:56:42.580Z | Checking webpki-roots v1.0.6 |
| 2030 | 2026-05-28T16:56:42.649Z | Checking camino v1.2.2 |
| 2031 | 2026-05-28T16:56:42.653Z | Checking pkcs8 v0.10.2 |
| 2032 | 2026-05-28T16:56:42.653Z | Checking tower v0.5.3 |
| 2033 | 2026-05-28T16:56:42.753Z | Checking pest v2.8.6 |
| 2034 | 2026-05-28T16:56:42.756Z | Checking rustls-webpki v0.103.9 |
| 2035 | 2026-05-28T16:56:42.756Z | Checking iri-string v0.7.10 |
| 2036 | 2026-05-28T16:56:42.854Z | Checking hyper v1.8.1 |
| 2037 | 2026-05-28T16:56:42.858Z | Checking foldhash v0.2.0 |
| 2038 | 2026-05-28T16:56:42.924Z | Checking futures-executor v0.3.32 |
| 2039 | 2026-05-28T16:56:42.930Z | Checking either v1.15.0 |
| 2040 | 2026-05-28T16:56:43.035Z | Checking hashbrown v0.16.1 |
| 2041 | 2026-05-28T16:56:43.102Z | Checking futures v0.3.32 |
| 2042 | 2026-05-28T16:56:43.139Z | Checking openapiv3 v2.2.0 |
| 2043 | 2026-05-28T16:56:43.175Z | Checking crc32fast v1.5.0 |
| 2044 | 2026-05-28T16:56:43.211Z | Checking static_assertions v1.1.0 |
| 2045 | 2026-05-28T16:56:43.250Z | Checking rustls v0.23.37 |
| 2046 | 2026-05-28T16:56:43.312Z | Checking oxnet v0.1.4 |
| 2047 | 2026-05-28T16:56:43.348Z | Checking lazy_static v1.5.0 |
| 2048 | 2026-05-28T16:56:43.476Z | Checking signature v2.2.0 |
| 2049 | 2026-05-28T16:56:43.564Z | Checking winnow v0.7.14 |
| 2050 | 2026-05-28T16:56:43.600Z | Checking hubpack v0.1.2 |
| 2051 | 2026-05-28T16:56:43.636Z | Checking zlib-rs v0.6.2 |
| 2052 | 2026-05-28T16:56:43.795Z | Checking strum v0.26.3 |
| 2053 | 2026-05-28T16:56:43.801Z | Checking hyper-util v0.1.20 |
| 2054 | 2026-05-28T16:56:43.835Z | Checking psl-types v2.0.11 |
| 2055 | 2026-05-28T16:56:43.902Z | Checking tower-http v0.6.8 |
| 2056 | 2026-05-28T16:56:43.936Z | Checking tinyvec_macros v0.1.1 |
| 2057 | 2026-05-28T16:56:44.006Z | Checking publicsuffix v2.3.0 |
| 2058 | 2026-05-28T16:56:44.043Z | Checking tinyvec v1.10.0 |
| 2059 | 2026-05-28T16:56:44.193Z | Checking cookie v0.18.1 |
| 2060 | 2026-05-28T16:56:44.235Z | Checking sha1 v0.10.6 |
| 2061 | 2026-05-28T16:56:44.371Z | Checking num-integer v0.1.46 |
| 2062 | 2026-05-28T16:56:44.424Z | Checking scroll v0.13.0 |
| 2063 | 2026-05-28T16:56:44.461Z | Checking data-encoding v2.10.0 |
| 2064 | 2026-05-28T16:56:44.465Z | Checking cookie_store v0.22.1 |
| 2065 | 2026-05-28T16:56:44.551Z | Checking flate2 v1.1.9 |
| 2066 | 2026-05-28T16:56:44.625Z | Checking toml_datetime v0.6.11 |
| 2067 | 2026-05-28T16:56:44.684Z | Checking goblin v0.10.5 |
| 2068 | 2026-05-28T16:56:44.765Z | Checking serde_spanned v0.6.9 |
| 2069 | 2026-05-28T16:56:44.768Z | Checking memmap2 v0.9.10 |
| 2070 | 2026-05-28T16:56:44.840Z | Checking foreign-types-shared v0.1.1 |
| 2071 | 2026-05-28T16:56:44.877Z | Checking bit-vec v0.8.0 |
| 2072 | 2026-05-28T16:56:44.911Z | Checking base16ct v0.2.0 |
| 2073 | 2026-05-28T16:56:44.949Z | Checking dtrace-parser v0.3.0 |
| 2074 | 2026-05-28T16:56:44.983Z | Checking foreign-types v0.3.2 |
| 2075 | 2026-05-28T16:56:44.986Z | Checking ff v0.13.1 |
| 2076 | 2026-05-28T16:56:45.065Z | Checking sec1 v0.7.3 |
| 2077 | 2026-05-28T16:56:45.101Z | Checking bit-set v0.8.0 |
| 2078 | 2026-05-28T16:56:45.137Z | Checking openssl-sys v0.9.115 |
| 2079 | 2026-05-28T16:56:45.141Z | Checking thread-id v5.1.0 |
| 2080 | 2026-05-28T16:56:45.141Z | Checking wait-timeout v0.2.1 |
| 2081 | 2026-05-28T16:56:45.238Z | Checking group v0.13.0 |
| 2082 | 2026-05-28T16:56:45.274Z | Checking num-iter v0.1.45 |
| 2083 | 2026-05-28T16:56:45.277Z | Checking bstr v1.12.1 |
| 2084 | 2026-05-28T16:56:45.342Z | Checking hkdf v0.12.4 |
| 2085 | 2026-05-28T16:56:45.379Z | Checking crossbeam-epoch v0.9.18 |
| 2086 | 2026-05-28T16:56:45.415Z | Checking ahash v0.8.12 |
| 2087 | 2026-05-28T16:56:45.418Z | Checking crypto-bigint v0.5.5 |
| 2088 | 2026-05-28T16:56:45.535Z | Checking quick-error v1.2.3 |
| 2089 | 2026-05-28T16:56:45.568Z | Checking openssl v0.10.79 |
| 2090 | 2026-05-28T16:56:45.595Z | Checking tokio-rustls v0.26.4 |
| 2091 | 2026-05-28T16:56:45.634Z | Checking rustls-platform-verifier v0.6.2 |
| 2092 | 2026-05-28T16:56:45.638Z | Checking rusty-fork v0.3.1 |
| 2093 | 2026-05-28T16:56:45.699Z | Checking rand_xorshift v0.4.0 |
| 2094 | 2026-05-28T16:56:45.734Z | Checking scroll v0.12.0 |
| 2095 | 2026-05-28T16:56:45.798Z | Checking unarray v0.1.4 |
| 2096 | 2026-05-28T16:56:45.840Z | Checking num-bigint-dig v0.8.6 |
| 2097 | 2026-05-28T16:56:45.877Z | Checking pkcs1 v0.7.5 |
| 2098 | 2026-05-28T16:56:45.880Z | Checking hyper-rustls v0.27.7 |
| 2099 | 2026-05-28T16:56:45.945Z | Checking proptest v1.10.0 |
| 2100 | 2026-05-28T16:56:45.980Z | Checking goblin v0.8.2 |
| 2101 | 2026-05-28T16:56:46.114Z | Checking x509-cert v0.2.5 |
| 2102 | 2026-05-28T16:56:46.150Z | Checking reqwest v0.13.2 |
| 2103 | 2026-05-28T16:56:46.327Z | Checking elliptic-curve v0.13.8 |
| 2104 | 2026-05-28T16:56:46.654Z | Checking zerocopy v0.7.35 |
| 2105 | 2026-05-28T16:56:46.692Z | Checking unicode-segmentation v1.12.0 |
| 2106 | 2026-05-28T16:56:46.783Z | Checking rsa v0.9.10 |
| 2107 | 2026-05-28T16:56:47.012Z | Checking dof v0.4.0 |
| 2108 | 2026-05-28T16:56:47.016Z | Checking dtrace-parser v0.2.0 |
| 2109 | 2026-05-28T16:56:47.046Z | Checking rfc6979 v0.4.0 |
| 2110 | 2026-05-28T16:56:47.169Z | Checking memoffset v0.9.1 |
| 2111 | 2026-05-28T16:56:47.222Z | Checking thread-id v4.2.2 |
| 2112 | 2026-05-28T16:56:47.274Z | Checking ecdsa v0.16.9 |
| 2113 | 2026-05-28T16:56:47.310Z | Checking curve25519-dalek v4.1.3 |
| 2114 | 2026-05-28T16:56:47.313Z | Checking rustix v0.38.44 |
| 2115 | 2026-05-28T16:56:47.377Z | Checking env_filter v1.0.0 |
| 2116 | 2026-05-28T16:56:47.542Z | Checking native-tls v0.2.18 |
| 2117 | 2026-05-28T16:56:47.579Z | Checking toml_write v0.1.2 |
| 2118 | 2026-05-28T16:56:47.631Z | Checking keccak v0.1.6 |
| 2119 | 2026-05-28T16:56:47.668Z | Checking usdt-impl v0.6.0 |
| 2120 | 2026-05-28T16:56:47.715Z | Checking newtype-uuid v1.3.2 |
| 2121 | 2026-05-28T16:56:47.751Z | Checking tokio-native-tls v0.3.1 |
| 2122 | 2026-05-28T16:56:47.789Z | Checking same-file v1.0.6 |
| 2123 | 2026-05-28T16:56:47.826Z | Checking sha3 v0.10.8 |
| 2124 | 2026-05-28T16:56:47.861Z | Checking dof v0.3.0 |
| 2125 | 2026-05-28T16:56:47.930Z | Checking walkdir v2.5.0 |
| 2126 | 2026-05-28T16:56:47.934Z | Checking hyper-tls v0.6.0 |
| 2127 | 2026-05-28T16:56:48.000Z | Checking usdt v0.6.0 |
| 2128 | 2026-05-28T16:56:48.004Z | Checking daft v0.1.7 |
| 2129 | 2026-05-28T16:56:48.069Z | Checking toml_edit v0.22.27 |
| 2130 | 2026-05-28T16:56:48.106Z | Checking env_logger v0.11.9 |
| 2131 | 2026-05-28T16:56:48.144Z | Checking reqwest v0.12.28 |
| 2132 | 2026-05-28T16:56:48.144Z | Checking ed25519 v2.2.3 |
| 2133 | 2026-05-28T16:56:48.211Z | Checking itertools v0.13.0 |
| 2134 | 2026-05-28T16:56:48.215Z | Checking usdt-impl v0.5.0 |
| 2135 | 2026-05-28T16:56:48.284Z | Checking serde_with v3.17.0 |
| 2136 | 2026-05-28T16:56:48.294Z | Checking bitflags v1.3.2 |
| 2137 | 2026-05-28T16:56:48.348Z | Checking siphasher v1.0.2 |
| 2138 | 2026-05-28T16:56:48.384Z | Checking ed25519-dalek v2.2.0 |
| 2139 | 2026-05-28T16:56:48.421Z | Checking nix v0.31.2 |
| 2140 | 2026-05-28T16:56:48.532Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2141 | 2026-05-28T16:56:48.569Z | Checking unicode-normalization v0.1.25 |
| 2142 | 2026-05-28T16:56:48.646Z | Checking signal-hook v0.3.18 |
| 2143 | 2026-05-28T16:56:48.866Z | Checking managed v0.8.0 |
| 2144 | 2026-05-28T16:56:48.903Z | Checking winnow v0.5.40 |
| 2145 | 2026-05-28T16:56:48.994Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2146 | 2026-05-28T16:56:48.998Z | Checking object v0.37.3 |
| 2147 | 2026-05-28T16:56:49.074Z | Checking foldhash v0.1.5 |
| 2148 | 2026-05-28T16:56:49.113Z | Checking bzip2 v0.4.4 |
| 2149 | 2026-05-28T16:56:49.158Z | Checking signal-hook-mio v0.2.5 |
| 2150 | 2026-05-28T16:56:49.245Z | Checking hashbrown v0.15.5 |
| 2151 | 2026-05-28T16:56:49.275Z | Checking globset v0.4.18 |
| 2152 | 2026-05-28T16:56:49.309Z | Checking ref-cast v1.0.25 |
| 2153 | 2026-05-28T16:56:49.312Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2154 | 2026-05-28T16:56:49.452Z | Checking zip v0.6.6 |
| 2155 | 2026-05-28T16:56:49.492Z | Checking zstd-safe v7.2.4 |
| 2156 | 2026-05-28T16:56:49.531Z | Checking pin-project v1.1.11 |
| 2157 | 2026-05-28T16:56:49.566Z | Checking libbz2-rs-sys v0.2.2 |
| 2158 | 2026-05-28T16:56:49.657Z | Checking bumpalo v3.20.2 |
| 2159 | 2026-05-28T16:56:49.693Z | Checking zstd v0.13.3 |
| 2160 | 2026-05-28T16:56:49.731Z | Checking crossterm v0.28.1 |
| 2161 | 2026-05-28T16:56:49.734Z | Checking similar v2.7.0 |
| 2162 | 2026-05-28T16:56:49.802Z | Checking tokio-stream v0.1.18 |
| 2163 | 2026-05-28T16:56:49.890Z | Checking zopfli v0.8.3 |
| 2164 | 2026-05-28T16:56:49.923Z | Checking fs-err v3.3.0 |
| 2165 | 2026-05-28T16:56:49.988Z | Checking bzip2 v0.6.1 |
| 2166 | 2026-05-28T16:56:50.096Z | Checking toml_edit v0.19.15 |
| 2167 | 2026-05-28T16:56:50.167Z | Checking pem v3.0.6 |
| 2168 | 2026-05-28T16:56:50.209Z | Checking hash32 v0.2.1 |
| 2169 | 2026-05-28T16:56:50.239Z | Checking serde-big-array v0.5.1 |
| 2170 | 2026-05-28T16:56:50.242Z | Checking jiff v0.2.21 |
| 2171 | 2026-05-28T16:56:50.275Z | Checking unicode-properties v0.1.4 |
| 2172 | 2026-05-28T16:56:50.348Z | Checking unicode-bidi v0.3.18 |
| 2173 | 2026-05-28T16:56:50.383Z | Checking predicates-core v1.0.10 |
| 2174 | 2026-05-28T16:56:50.419Z | Checking heapless v0.7.17 |
| 2175 | 2026-05-28T16:56:50.471Z | Checking snafu v0.8.9 |
| 2176 | 2026-05-28T16:56:50.519Z | Checking olpc-cjson v0.1.4 |
| 2177 | 2026-05-28T16:56:50.555Z | Checking hickory-proto v0.25.2 |
| 2178 | 2026-05-28T16:56:50.666Z | Checking stringprep v0.1.5 |
| 2179 | 2026-05-28T16:56:50.702Z | Checking md-5 v0.10.6 |
| 2180 | 2026-05-28T16:56:50.735Z | Checking serde_plain v1.0.2 |
| 2181 | 2026-05-28T16:56:50.846Z | Checking float-cmp v0.10.0 |
| 2182 | 2026-05-28T16:56:50.884Z | Checking typed-path v0.9.3 |
| 2183 | 2026-05-28T16:56:50.887Z | Checking normalize-line-endings v0.3.0 |
| 2184 | 2026-05-28T16:56:50.951Z | Checking fallible-iterator v0.2.0 |
| 2185 | 2026-05-28T16:56:51.002Z | Checking difflib v0.4.0 |
| 2186 | 2026-05-28T16:56:51.037Z | Checking smoltcp v0.9.1 |
| 2187 | 2026-05-28T16:56:51.127Z | Checking toml v0.7.8 |
| 2188 | 2026-05-28T16:56:51.206Z | Checking predicates v3.1.4 |
| 2189 | 2026-05-28T16:56:51.253Z | Checking postgres-protocol v0.6.10 |
| 2190 | 2026-05-28T16:56:51.355Z | Checking iddqd v0.4.2 |
| 2191 | 2026-05-28T16:56:51.461Z | Checking phf_shared v0.11.3 |
| 2192 | 2026-05-28T16:56:51.525Z | Checking phf_shared v0.13.1 |
| 2193 | 2026-05-28T16:56:51.590Z | Checking buf-list v1.1.2 |
| 2194 | 2026-05-28T16:56:51.635Z | Checking strum v0.27.2 |
| 2195 | 2026-05-28T16:56:51.640Z | Checking precomputed-hash v0.1.1 |
| 2196 | 2026-05-28T16:56:51.704Z | Checking tough v0.22.0 |
| 2197 | 2026-05-28T16:56:51.745Z | Checking lalrpop-util v0.19.12 |
| 2198 | 2026-05-28T16:56:51.782Z | Checking fixedbitset v0.5.7 |
| 2199 | 2026-05-28T16:56:51.818Z | Checking new_debug_unreachable v1.0.6 |
| 2200 | 2026-05-28T16:56:51.821Z | Checking fixedbitset v0.4.2 |
| 2201 | 2026-05-28T16:56:51.919Z | Checking string_cache v0.8.9 |
| 2202 | 2026-05-28T16:56:51.955Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2203 | 2026-05-28T16:56:52.003Z | Checking petgraph v0.8.3 |
| 2204 | 2026-05-28T16:56:52.038Z | Checking petgraph v0.6.5 |
| 2205 | 2026-05-28T16:56:52.113Z | Checking phf v0.13.1 |
| 2206 | 2026-05-28T16:56:52.286Z | Checking postgres-types v0.2.12 |
| 2207 | 2026-05-28T16:56:52.322Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2208 | 2026-05-28T16:56:52.515Z | Checking zip v4.6.1 |
| 2209 | 2026-05-28T16:56:52.630Z | Checking whoami v2.1.0 |
| 2210 | 2026-05-28T16:56:52.634Z | Checking peg-runtime v0.8.5 |
| 2211 | 2026-05-28T16:56:52.872Z | Checking tokio-postgres v0.7.16 |
| 2212 | 2026-05-28T16:56:52.951Z | Checking is-terminal v0.4.17 |
| 2213 | 2026-05-28T16:56:53.075Z | Checking crossbeam-channel v0.5.15 |
| 2214 | 2026-05-28T16:56:53.113Z | Compiling structmeta-derive v0.3.0 |
| 2215 | 2026-05-28T16:56:53.284Z | Checking thread_local v1.1.9 |
| 2216 | 2026-05-28T16:56:53.328Z | Checking take_mut v0.2.2 |
| 2217 | 2026-05-28T16:56:53.434Z | Checking term v1.2.1 |
| 2218 | 2026-05-28T16:56:53.469Z | Compiling newtype-uuid-macros v0.1.0 |
| 2219 | 2026-05-28T16:56:53.504Z | Checking slog-async v2.8.0 |
| 2220 | 2026-05-28T16:56:53.561Z | Compiling rustls v0.22.4 |
| 2221 | 2026-05-28T16:56:53.685Z | Checking slog-term v2.9.2 |
| 2222 | 2026-05-28T16:56:53.719Z | Compiling multer v3.1.0 |
| 2223 | 2026-05-28T16:56:53.764Z | Compiling async-stream-impl v0.3.6 |
| 2224 | 2026-05-28T16:56:53.844Z | Compiling dropshot v0.17.0 |
| 2225 | 2026-05-28T16:56:53.971Z | Compiling dropshot_endpoint v0.17.0 |
| 2226 | 2026-05-28T16:56:54.015Z | Checking match_cfg v0.1.0 |
| 2227 | 2026-05-28T16:56:54.114Z | Checking hostname v0.3.1 |
| 2228 | 2026-05-28T16:56:54.151Z | Checking slog-json v2.6.1 |
| 2229 | 2026-05-28T16:56:54.182Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2230 | 2026-05-28T16:56:54.217Z | Compiling structmeta v0.3.0 |
| 2231 | 2026-05-28T16:56:54.251Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2232 | 2026-05-28T16:56:54.285Z | Checking debug-ignore v1.0.5 |
| 2233 | 2026-05-28T16:56:54.353Z | Checking slog-bunyan v2.5.0 |
| 2234 | 2026-05-28T16:56:54.410Z | Checking rustls-webpki v0.102.8 |
| 2235 | 2026-05-28T16:56:54.446Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2236 | 2026-05-28T16:56:54.483Z | Compiling derive-ex v0.1.8 |
| 2237 | 2026-05-28T16:56:54.522Z | Checking serde_path_to_error v0.1.20 |
| 2238 | 2026-05-28T16:56:54.558Z | Checking serde_spanned v1.0.4 |
| 2239 | 2026-05-28T16:56:54.603Z | Checking compression-core v0.4.31 |
| 2240 | 2026-05-28T16:56:54.674Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2241 | 2026-05-28T16:56:54.717Z | Checking progenitor-client v0.14.0 |
| 2242 | 2026-05-28T16:56:54.754Z | Checking async-stream v0.3.6 |
| 2243 | 2026-05-28T16:56:54.758Z | Checking compression-codecs v0.4.37 |
| 2244 | 2026-05-28T16:56:54.891Z | Checking toml v1.0.6+spec-1.1.0 |
| 2245 | 2026-05-28T16:56:54.928Z | Checking waitgroup v0.1.2 |
| 2246 | 2026-05-28T16:56:54.971Z | Checking rustls-pemfile v2.2.0 |
| 2247 | 2026-05-28T16:56:55.008Z | Checking async-compression v0.4.41 |
| 2248 | 2026-05-28T16:56:55.059Z | Checking hostname v0.4.2 |
| 2249 | 2026-05-28T16:56:55.104Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2250 | 2026-05-28T16:56:55.143Z | Compiling parse-display-derive v0.10.0 |
| 2251 | 2026-05-28T16:56:55.191Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2252 | 2026-05-28T16:56:55.244Z | Checking regress v0.10.5 |
| 2253 | 2026-05-28T16:56:55.284Z | Checking itertools v0.14.0 |
| 2254 | 2026-05-28T16:56:55.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2255 | 2026-05-28T16:56:55.499Z | Checking macaddr v1.0.1 |
| 2256 | 2026-05-28T16:56:55.714Z | Checking instant v0.1.13 |
| 2257 | 2026-05-28T16:56:55.771Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2258 | 2026-05-28T16:56:55.807Z | Checking backon v1.6.0 |
| 2259 | 2026-05-28T16:56:55.844Z | Checking backoff v0.4.0 |
| 2260 | 2026-05-28T16:56:55.998Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2261 | 2026-05-28T16:56:56.035Z | Checking humantime v2.3.0 |
| 2262 | 2026-05-28T16:56:56.072Z | Checking progenitor-extras v0.2.0 |
| 2263 | 2026-05-28T16:56:56.200Z | Compiling test-strategy v0.4.5 |
| 2264 | 2026-05-28T16:56:56.247Z | Checking progenitor-client v0.10.0 |
| 2265 | 2026-05-28T16:56:56.291Z | Checking tokio-rustls v0.25.0 |
| 2266 | 2026-05-28T16:56:56.328Z | Checking unicode-width v0.2.0 |
| 2267 | 2026-05-28T16:56:56.363Z | Checking heck v0.5.0 |
| 2268 | 2026-05-28T16:56:56.494Z | Compiling convert_case v0.4.0 |
| 2269 | 2026-05-28T16:56:56.497Z | Checking half v2.7.1 |
| 2270 | 2026-05-28T16:56:56.562Z | Checking ciborium-io v0.2.2 |
| 2271 | 2026-05-28T16:56:56.628Z | Checking secrecy v0.10.3 |
| 2272 | 2026-05-28T16:56:56.665Z | Compiling regress v0.11.1 |
| 2273 | 2026-05-28T16:56:56.700Z | Checking indent_write v2.2.0 |
| 2274 | 2026-05-28T16:56:56.774Z | Checking universal-hash v0.5.1 |
| 2275 | 2026-05-28T16:56:56.812Z | Checking ciborium-ll v0.2.2 |
| 2276 | 2026-05-28T16:56:56.856Z | Checking opaque-debug v0.3.1 |
| 2277 | 2026-05-28T16:56:56.858Z | Checking parse-display v0.10.0 |
| 2278 | 2026-05-28T16:56:56.925Z | Compiling derive_more v0.99.20 |
| 2279 | 2026-05-28T16:56:56.925Z | Compiling unsafe-libyaml v0.2.11 |
| 2280 | 2026-05-28T16:56:57.024Z | Checking ciborium v0.2.2 |
| 2281 | 2026-05-28T16:56:57.063Z | Checking camino-tempfile v1.4.1 |
| 2282 | 2026-05-28T16:56:57.249Z | Compiling crucible-workspace-hack v0.1.0 |
| 2283 | 2026-05-28T16:56:57.490Z | Compiling serde_yaml v0.9.34+deprecated |
| 2284 | 2026-05-28T16:56:57.531Z | Checking aead v0.5.2 |
| 2285 | 2026-05-28T16:56:57.738Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2286 | 2026-05-28T16:56:57.771Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2287 | 2026-05-28T16:56:57.806Z | Checking poly1305 v0.8.0 |
| 2288 | 2026-05-28T16:56:58.093Z | Checking chacha20 v0.9.1 |
| 2289 | 2026-05-28T16:56:58.130Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2290 | 2026-05-28T16:56:58.166Z | Checking password-hash v0.5.0 |
| 2291 | 2026-05-28T16:56:58.314Z | Compiling typify-impl v0.6.2 |
| 2292 | 2026-05-28T16:56:58.422Z | Checking blake2 v0.10.6 |
| 2293 | 2026-05-28T16:56:58.493Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2294 | 2026-05-28T16:56:58.688Z | Checking argon2 v0.5.3 |
| 2295 | 2026-05-28T16:56:58.954Z | Checking chacha20poly1305 v0.10.1 |
| 2296 | 2026-05-28T16:56:59.059Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2297 | 2026-05-28T16:56:59.111Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2298 | 2026-05-28T16:56:59.335Z | Checking thiserror-no-std v2.0.2 |
| 2299 | 2026-05-28T16:56:59.487Z | Checking vsss-rs v3.3.4 |
| 2300 | 2026-05-28T16:56:59.490Z | Checking byte-wrapper v0.1.0 |
| 2301 | 2026-05-28T16:56:59.557Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2302 | 2026-05-28T16:56:59.560Z | Checking swrite v0.1.0 |
| 2303 | 2026-05-28T16:56:59.643Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2304 | 2026-05-28T16:56:59.762Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2305 | 2026-05-28T16:56:59.829Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2306 | 2026-05-28T16:56:59.879Z | Checking crossbeam-deque v0.8.6 |
| 2307 | 2026-05-28T16:56:59.915Z | Compiling rayon-core v1.13.0 |
| 2308 | 2026-05-28T16:57:00.089Z | Checking toml v0.8.23 |
| 2309 | 2026-05-28T16:57:00.440Z | Compiling proc-macro-error v1.0.4 |
| 2310 | 2026-05-28T16:57:00.495Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2311 | 2026-05-28T16:57:00.531Z | Checking rayon v1.11.0 |
| 2312 | 2026-05-28T16:57:00.617Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2313 | 2026-05-28T16:57:00.774Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2314 | 2026-05-28T16:57:00.777Z | Checking tabwriter v1.4.1 |
| 2315 | 2026-05-28T16:57:00.954Z | Checking glob v0.3.3 |
| 2316 | 2026-05-28T16:57:00.990Z | Checking colored v3.1.1 |
| 2317 | 2026-05-28T16:57:01.164Z | Compiling heapless v0.8.0 |
| 2318 | 2026-05-28T16:57:01.220Z | Compiling ingot-macros v0.1.1 |
| 2319 | 2026-05-28T16:57:01.331Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2320 | 2026-05-28T16:57:01.460Z | Compiling proc-macro-crate v3.4.0 |
| 2321 | 2026-05-28T16:57:01.695Z | Checking hash32 v0.3.1 |
| 2322 | 2026-05-28T16:57:01.783Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2323 | 2026-05-28T16:57:01.853Z | Checking unicode-width v0.1.14 |
| 2324 | 2026-05-28T16:57:01.889Z | Compiling smoltcp v0.11.0 |
| 2325 | 2026-05-28T16:57:02.070Z | Checking cobs v0.3.0 |
| 2326 | 2026-05-28T16:57:02.114Z | Compiling usdt-macro v0.5.0 |
| 2327 | 2026-05-28T16:57:02.150Z | Compiling usdt-attr-macro v0.5.0 |
| 2328 | 2026-05-28T16:57:02.245Z | Checking memmap v0.7.0 |
| 2329 | 2026-05-28T16:57:02.326Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2330 | 2026-05-28T16:57:02.410Z | Checking postcard v1.1.3 |
| 2331 | 2026-05-28T16:57:02.583Z | Compiling num_enum_derive v0.7.5 |
| 2332 | 2026-05-28T16:57:02.736Z | Compiling proc-macro-crate v1.3.1 |
| 2333 | 2026-05-28T16:57:02.773Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2334 | 2026-05-28T16:57:02.872Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2335 | 2026-05-28T16:57:02.907Z | Compiling typify-macro v0.6.2 |
| 2336 | 2026-05-28T16:57:02.947Z | Checking usdt v0.5.0 |
| 2337 | 2026-05-28T16:57:03.112Z | Checking sigpipe v0.1.3 |
| 2338 | 2026-05-28T16:57:03.147Z | Compiling foreign-types-macros v0.2.3 |
| 2339 | 2026-05-28T16:57:03.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2340 | 2026-05-28T16:57:03.222Z | Checking cpufeatures v0.3.0 |
| 2341 | 2026-05-28T16:57:03.327Z | Checking foreign-types-shared v0.3.1 |
| 2342 | 2026-05-28T16:57:03.446Z | Checking chacha20 v0.10.0 |
| 2343 | 2026-05-28T16:57:03.481Z | Compiling num_enum_derive v0.5.11 |
| 2344 | 2026-05-28T16:57:03.651Z | Checking num_enum v0.7.5 |
| 2345 | 2026-05-28T16:57:03.756Z | Checking foreign-types v0.5.0 |
| 2346 | 2026-05-28T16:57:03.790Z | Checking cstr-argument v0.1.2 |
| 2347 | 2026-05-28T16:57:03.829Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2348 | 2026-05-28T16:57:03.865Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2349 | 2026-05-28T16:57:03.868Z | Compiling num-derive v0.4.2 |
| 2350 | 2026-05-28T16:57:03.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2351 | 2026-05-28T16:57:04.035Z | Checking ingot-types v0.1.2 |
| 2352 | 2026-05-28T16:57:04.198Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2353 | 2026-05-28T16:57:04.278Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2354 | 2026-05-28T16:57:04.333Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2355 | 2026-05-28T16:57:04.400Z | Checking rand v0.10.0 |
| 2356 | 2026-05-28T16:57:04.463Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2357 | 2026-05-28T16:57:04.498Z | Checking ingot v0.1.1 |
| 2358 | 2026-05-28T16:57:04.565Z | Checking num_enum v0.5.11 |
| 2359 | 2026-05-28T16:57:04.569Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2360 | 2026-05-28T16:57:04.670Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2361 | 2026-05-28T16:57:04.706Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2362 | 2026-05-28T16:57:04.710Z | Compiling typify v0.6.2 |
| 2363 | 2026-05-28T16:57:04.880Z | Compiling progenitor-impl v0.14.0 |
| 2364 | 2026-05-28T16:57:04.913Z | Compiling zone_cfg_derive v0.3.1 |
| 2365 | 2026-05-28T16:57:04.946Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2366 | 2026-05-28T16:57:05.108Z | Checking itertools v0.12.1 |
| 2367 | 2026-05-28T16:57:05.182Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2368 | 2026-05-28T16:57:05.448Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2369 | 2026-05-28T16:57:05.635Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2370 | 2026-05-28T16:57:05.762Z | Checking smf v0.2.3 |
| 2371 | 2026-05-28T16:57:05.851Z | Checking whoami v1.6.1 |
| 2372 | 2026-05-28T16:57:05.886Z | Checking tokio-dtrace v0.1.1 |
| 2373 | 2026-05-28T16:57:05.921Z | Compiling derive-where v1.6.0 |
| 2374 | 2026-05-28T16:57:06.019Z | Checking console v0.15.11 |
| 2375 | 2026-05-28T16:57:06.053Z | Checking atomicwrites v0.4.4 |
| 2376 | 2026-05-28T16:57:06.096Z | Checking oxide-tokio-rt v0.1.4 |
| 2377 | 2026-05-28T16:57:06.135Z | Checking zone v0.3.1 |
| 2378 | 2026-05-28T16:57:06.171Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2379 | 2026-05-28T16:57:06.204Z | Checking newline-converter v0.3.0 |
| 2380 | 2026-05-28T16:57:06.291Z | Checking num-rational v0.4.2 |
| 2381 | 2026-05-28T16:57:06.327Z | Checking num-complex v0.4.6 |
| 2382 | 2026-05-28T16:57:06.360Z | Checking expectorate v1.2.0 |
| 2383 | 2026-05-28T16:57:06.509Z | Checking float-ord v0.3.2 |
| 2384 | 2026-05-28T16:57:06.545Z | Checking bytecount v0.6.9 |
| 2385 | 2026-05-28T16:57:06.595Z | Compiling prettyplease v0.2.37 |
| 2386 | 2026-05-28T16:57:06.644Z | Compiling owo-colors v4.3.0 |
| 2387 | 2026-05-28T16:57:06.677Z | Compiling cancel-safe-futures v0.1.5 |
| 2388 | 2026-05-28T16:57:06.711Z | Checking num v0.4.3 |
| 2389 | 2026-05-28T16:57:06.810Z | Compiling progenitor-impl v0.13.0 |
| 2390 | 2026-05-28T16:57:06.889Z | Checking libsw-core v0.3.2 |
| 2391 | 2026-05-28T16:57:07.062Z | Checking libsw v3.5.0 |
| 2392 | 2026-05-28T16:57:07.276Z | Checking progenitor-client v0.13.0 |
| 2393 | 2026-05-28T16:57:07.311Z | Checking linear-map v1.2.0 |
| 2394 | 2026-05-28T16:57:07.315Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2395 | 2026-05-28T16:57:07.489Z | Compiling progenitor-macro v0.14.0 |
| 2396 | 2026-05-28T16:57:07.559Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2397 | 2026-05-28T16:57:07.677Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2398 | 2026-05-28T16:57:08.148Z | Checking gethostname v0.5.0 |
| 2399 | 2026-05-28T16:57:08.269Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2400 | 2026-05-28T16:57:08.395Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2401 | 2026-05-28T16:57:09.363Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2402 | 2026-05-28T16:57:09.429Z | Compiling progenitor-macro v0.13.0 |
| 2403 | 2026-05-28T16:57:10.547Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2404 | 2026-05-28T16:57:11.334Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2405 | 2026-05-28T16:57:12.431Z | Checking progenitor v0.14.0 |
| 2406 | 2026-05-28T16:57:12.795Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2407 | 2026-05-28T16:57:13.406Z | Checking resolv-conf v0.7.6 |
| 2408 | 2026-05-28T16:57:13.543Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2409 | 2026-05-28T16:57:13.616Z | Checking smawk v0.3.2 |
| 2410 | 2026-05-28T16:57:13.769Z | Checking unicode-linebreak v0.1.5 |
| 2411 | 2026-05-28T16:57:13.809Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2412 | 2026-05-28T16:57:14.002Z | Checking papergrid v0.11.0 |
| 2413 | 2026-05-28T16:57:14.015Z | Compiling tabled_derive v0.7.0 |
| 2414 | 2026-05-28T16:57:14.140Z | Compiling convert_case v0.10.0 |
| 2415 | 2026-05-28T16:57:14.332Z | Compiling slog-dtrace v0.3.0 |
| 2416 | 2026-05-28T16:57:14.368Z | Checking progenitor v0.13.0 |
| 2417 | 2026-05-28T16:57:14.531Z | Compiling derive_more-impl v2.1.1 |
| 2418 | 2026-05-28T16:57:14.566Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2419 | 2026-05-28T16:57:15.040Z | Checking tabled v0.15.0 |
| 2420 | 2026-05-28T16:57:15.214Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2421 | 2026-05-28T16:57:15.310Z | Checking linked-hash-map v0.5.6 |
| 2422 | 2026-05-28T16:57:15.359Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2423 | 2026-05-28T16:57:15.395Z | Checking derive_more v2.1.1 |
| 2424 | 2026-05-28T16:57:15.399Z | Checking hickory-proto v0.24.4 |
| 2425 | 2026-05-28T16:57:15.503Z | Checking crossterm v0.29.0 |
| 2426 | 2026-05-28T16:57:15.541Z | Checking lru-cache v0.1.2 |
| 2427 | 2026-05-28T16:57:15.602Z | Checking fd-lock v4.0.4 |
| 2428 | 2026-05-28T16:57:15.690Z | Checking vte v0.14.1 |
| 2429 | 2026-05-28T16:57:15.756Z | Checking display-error-chain v0.2.2 |
| 2430 | 2026-05-28T16:57:15.875Z | Checking strip-ansi-escapes v0.2.1 |
| 2431 | 2026-05-28T16:57:15.911Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2432 | 2026-05-28T16:57:15.914Z | Checking nu-ansi-term v0.50.3 |
| 2433 | 2026-05-28T16:57:16.011Z | Checking termtree v0.5.1 |
| 2434 | 2026-05-28T16:57:16.089Z | Checking textwrap v0.16.2 |
| 2435 | 2026-05-28T16:57:16.126Z | Compiling minimal-lexical v0.2.1 |
| 2436 | 2026-05-28T16:57:16.161Z | Checking reedline v0.40.0 |
| 2437 | 2026-05-28T16:57:16.194Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2438 | 2026-05-28T16:57:16.229Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2439 | 2026-05-28T16:57:16.335Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2440 | 2026-05-28T16:57:16.408Z | Compiling nom v7.1.3 |
| 2441 | 2026-05-28T16:57:16.674Z | Compiling ar_archive_writer v0.5.1 |
| 2442 | 2026-05-28T16:57:16.792Z | Checking csv-core v0.1.13 |
| 2443 | 2026-05-28T16:57:16.951Z | Compiling stacker v0.1.23 |
| 2444 | 2026-05-28T16:57:17.000Z | Checking csv v1.4.0 |
| 2445 | 2026-05-28T16:57:17.212Z | Checking hickory-resolver v0.24.4 |
| 2446 | 2026-05-28T16:57:17.249Z | Compiling cfg_aliases v0.1.1 |
| 2447 | 2026-05-28T16:57:17.328Z | Checking highway v1.3.0 |
| 2448 | 2026-05-28T16:57:17.363Z | Compiling semver v0.1.20 |
| 2449 | 2026-05-28T16:57:17.366Z | Compiling nix v0.28.0 |
| 2450 | 2026-05-28T16:57:17.479Z | Checking nibble_vec v0.1.0 |
| 2451 | 2026-05-28T16:57:17.544Z | Compiling psm v0.1.30 |
| 2452 | 2026-05-28T16:57:17.578Z | Compiling rustc_version v0.1.7 |
| 2453 | 2026-05-28T16:57:17.638Z | Checking endian-type v0.1.2 |
| 2454 | 2026-05-28T16:57:17.673Z | Checking home v0.5.12 |
| 2455 | 2026-05-28T16:57:17.740Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2456 | 2026-05-28T16:57:17.808Z | Checking radix_trie v0.2.1 |
| 2457 | 2026-05-28T16:57:17.811Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2458 | 2026-05-28T16:57:17.877Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2459 | 2026-05-28T16:57:17.880Z | Compiling newtype_derive v0.1.6 |
| 2460 | 2026-05-28T16:57:17.964Z | Checking qorb v0.4.1 |
| 2461 | 2026-05-28T16:57:18.040Z | Checking phf_shared v0.12.1 |
| 2462 | 2026-05-28T16:57:18.121Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2463 | 2026-05-28T16:57:18.207Z | Compiling chrono-tz v0.10.4 |
| 2464 | 2026-05-28T16:57:18.342Z | Checking phf v0.12.1 |
| 2465 | 2026-05-28T16:57:18.487Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2466 | 2026-05-28T16:57:18.519Z | Compiling const_format_proc_macros v0.2.34 |
| 2467 | 2026-05-28T16:57:18.522Z | Compiling peg-macros v0.8.5 |
| 2468 | 2026-05-28T16:57:18.585Z | Checking recursive v0.1.1 |
| 2469 | 2026-05-28T16:57:18.618Z | Checking winnow v0.6.26 |
| 2470 | 2026-05-28T16:57:18.705Z | Compiling sqlparser_derive v0.5.0 |
| 2471 | 2026-05-28T16:57:19.145Z | Checking unicode_categories v0.1.1 |
| 2472 | 2026-05-28T16:57:19.396Z | Checking rustyline v14.0.0 |
| 2473 | 2026-05-28T16:57:19.460Z | Checking const_format v0.2.35 |
| 2474 | 2026-05-28T16:57:19.524Z | Checking sqlparser v0.61.0 |
| 2475 | 2026-05-28T16:57:19.807Z | Checking sqlformat v0.3.5 |
| 2476 | 2026-05-28T16:57:19.904Z | Checking peg v0.8.5 |
| 2477 | 2026-05-28T16:57:20.116Z | Checking bcs v0.1.6 |
| 2478 | 2026-05-28T16:57:20.165Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2479 | 2026-05-28T16:57:20.281Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2480 | 2026-05-28T16:57:20.390Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2481 | 2026-05-28T16:57:20.425Z | Checking steno v0.4.1 |
| 2482 | 2026-05-28T16:57:20.457Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2483 | 2026-05-28T16:57:20.504Z | Checking filetime v0.2.27 |
| 2484 | 2026-05-28T16:57:20.671Z | Checking xattr v1.6.1 |
| 2485 | 2026-05-28T16:57:20.834Z | Checking tar v0.4.45 |
| 2486 | 2026-05-28T16:57:21.247Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2487 | 2026-05-28T16:57:21.368Z | Checking subprocess v0.2.15 |
| 2488 | 2026-05-28T16:57:21.404Z | Checking base64 v0.21.7 |
| 2489 | 2026-05-28T16:57:21.437Z | Checking headers-core v0.3.0 |
| 2490 | 2026-05-28T16:57:21.470Z | Checking yasna v0.5.2 |
| 2491 | 2026-05-28T16:57:21.571Z | Checking headers v0.4.1 |
| 2492 | 2026-05-28T16:57:21.667Z | Checking dropshot-api-manager-types v0.7.2 |
| 2493 | 2026-05-28T16:57:21.701Z | Checking tagptr v0.2.0 |
| 2494 | 2026-05-28T16:57:21.903Z | Checking rcgen v0.12.1 |
| 2495 | 2026-05-28T16:57:21.908Z | Checking moka v0.12.13 |
| 2496 | 2026-05-28T16:57:22.044Z | Checking utf-8 v0.7.6 |
| 2497 | 2026-05-28T16:57:22.243Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2498 | 2026-05-28T16:57:22.277Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2499 | 2026-05-28T16:57:22.416Z | Compiling libefi-sys v0.1.0 |
| 2500 | 2026-05-28T16:57:22.572Z | Checking hickory-resolver v0.25.2 |
| 2501 | 2026-05-28T16:57:22.720Z | Checking tungstenite v0.21.0 |
| 2502 | 2026-05-28T16:57:22.762Z | Compiling bitfield-struct v0.6.2 |
| 2503 | 2026-05-28T16:57:23.084Z | Compiling radium v0.7.0 |
| 2504 | 2026-05-28T16:57:23.171Z | Checking tokio-tungstenite v0.21.0 |
| 2505 | 2026-05-28T16:57:23.309Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2506 | 2026-05-28T16:57:23.374Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2507 | 2026-05-28T16:57:23.421Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2508 | 2026-05-28T16:57:23.475Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2509 | 2026-05-28T16:57:23.551Z | Compiling maybe-uninit v2.0.0 |
| 2510 | 2026-05-28T16:57:23.687Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2511 | 2026-05-28T16:57:23.726Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2512 | 2026-05-28T16:57:23.791Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2513 | 2026-05-28T16:57:23.827Z | Checking tap v1.0.1 |
| 2514 | 2026-05-28T16:57:23.957Z | Checking wyz v0.5.1 |
| 2515 | 2026-05-28T16:57:23.960Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2516 | 2026-05-28T16:57:23.960Z | Compiling zerocopy-derive v0.6.6 |
| 2517 | 2026-05-28T16:57:24.054Z | Checking crc-catalog v2.4.0 |
| 2518 | 2026-05-28T16:57:24.085Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2519 | 2026-05-28T16:57:24.089Z | Checking funty v2.0.0 |
| 2520 | 2026-05-28T16:57:24.160Z | Compiling packed_struct v0.10.1 |
| 2521 | 2026-05-28T16:57:24.193Z | Checking crc v3.4.0 |
| 2522 | 2026-05-28T16:57:24.470Z | Checking bitvec v1.0.1 |
| 2523 | 2026-05-28T16:57:24.537Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2524 | 2026-05-28T16:57:24.579Z | Compiling packed_struct_codegen v0.10.1 |
| 2525 | 2026-05-28T16:57:24.913Z | Checking zerocopy v0.6.6 |
| 2526 | 2026-05-28T16:57:25.245Z | Compiling bitfield-macros v0.19.4 |
| 2527 | 2026-05-28T16:57:25.544Z | Compiling indexmap v1.9.3 |
| 2528 | 2026-05-28T16:57:25.681Z | Checking nodrop v0.1.14 |
| 2529 | 2026-05-28T16:57:25.730Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2530 | 2026-05-28T16:57:25.802Z | Checking array-init v0.0.4 |
| 2531 | 2026-05-28T16:57:25.867Z | Checking smallvec v0.6.14 |
| 2532 | 2026-05-28T16:57:25.980Z | Checking bitfield v0.19.4 |
| 2533 | 2026-05-28T16:57:26.089Z | Checking hashbrown v0.12.3 |
| 2534 | 2026-05-28T16:57:26.135Z | Checking serde-hex v0.1.0 |
| 2535 | 2026-05-28T16:57:26.279Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2536 | 2026-05-28T16:57:26.480Z | Checking ron v0.8.1 |
| 2537 | 2026-05-28T16:57:26.883Z | Checking hashbrown v0.13.2 |
| 2538 | 2026-05-28T16:57:26.920Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2539 | 2026-05-28T16:57:26.952Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2540 | 2026-05-28T16:57:27.024Z | Checking crc-any v2.5.0 |
| 2541 | 2026-05-28T16:57:27.226Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2542 | 2026-05-28T16:57:27.229Z | Checking path-slash v0.1.5 |
| 2543 | 2026-05-28T16:57:27.336Z | Checking object v0.30.4 |
| 2544 | 2026-05-28T16:57:27.393Z | Compiling xshell-macros v0.2.7 |
| 2545 | 2026-05-28T16:57:27.425Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2546 | 2026-05-28T16:57:27.657Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2547 | 2026-05-28T16:57:27.798Z | Checking xshell v0.2.7 |
| 2548 | 2026-05-28T16:57:28.062Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2549 | 2026-05-28T16:57:28.102Z | Checking half v1.8.3 |
| 2550 | 2026-05-28T16:57:28.167Z | Compiling num-derive v0.3.3 |
| 2551 | 2026-05-28T16:57:28.324Z | Checking serde_cbor v0.11.2 |
| 2552 | 2026-05-28T16:57:28.736Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2553 | 2026-05-28T16:57:29.005Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2554 | 2026-05-28T16:57:29.065Z | Checking libscf-sys v1.1.0 |
| 2555 | 2026-05-28T16:57:29.156Z | Compiling proc-macro-error2 v2.0.1 |
| 2556 | 2026-05-28T16:57:29.222Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2557 | 2026-05-28T16:57:29.289Z | Checking papergrid v0.17.0 |
| 2558 | 2026-05-28T16:57:29.433Z | Checking testing_table v0.3.0 |
| 2559 | 2026-05-28T16:57:29.524Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2560 | 2026-05-28T16:57:29.557Z | Compiling tabled_derive v0.11.0 |
| 2561 | 2026-05-28T16:57:29.591Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2562 | 2026-05-28T16:57:29.743Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2563 | 2026-05-28T16:57:30.011Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2564 | 2026-05-28T16:57:30.044Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2565 | 2026-05-28T16:57:30.140Z | Checking maplit v1.0.2 |
| 2566 | 2026-05-28T16:57:30.392Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2567 | 2026-05-28T16:57:30.479Z | Compiling git-stub v1.0.0 |
| 2568 | 2026-05-28T16:57:30.576Z | Checking crc8 v0.1.1 |
| 2569 | 2026-05-28T16:57:30.706Z | Compiling git-stub-vcs v0.1.0 |
| 2570 | 2026-05-28T16:57:30.753Z | Checking tabled v0.20.0 |
| 2571 | 2026-05-28T16:57:30.786Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2572 | 2026-05-28T16:57:31.011Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2573 | 2026-05-28T16:57:31.095Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2574 | 2026-05-28T16:57:31.290Z | Checking fxhash v0.2.1 |
| 2575 | 2026-05-28T16:57:31.375Z | Checking unicase v2.9.0 |
| 2576 | 2026-05-28T16:57:31.410Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2577 | 2026-05-28T16:57:31.441Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2578 | 2026-05-28T16:57:31.562Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2579 | 2026-05-28T16:57:31.833Z | Compiling vergen-lib v0.1.6 |
| 2580 | 2026-05-28T16:57:31.871Z | Compiling diesel_derives v2.3.7 |
| 2581 | 2026-05-28T16:57:31.875Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2582 | 2026-05-28T16:57:32.117Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2583 | 2026-05-28T16:57:32.149Z | Checking scheduled-thread-pool v0.2.7 |
| 2584 | 2026-05-28T16:57:32.152Z | Compiling dsl_auto_type v0.2.0 |
| 2585 | 2026-05-28T16:57:32.182Z | Compiling vergen-gitcl v1.0.8 |
| 2586 | 2026-05-28T16:57:32.248Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2587 | 2026-05-28T16:57:32.321Z | Checking r2d2 v0.8.10 |
| 2588 | 2026-05-28T16:57:32.506Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2589 | 2026-05-28T16:57:32.550Z | Checking kstat-rs v0.2.4 |
| 2590 | 2026-05-28T16:57:32.767Z | Checking arc-swap v1.8.2 |
| 2591 | 2026-05-28T16:57:32.866Z | Checking downcast-rs v2.0.2 |
| 2592 | 2026-05-28T16:57:32.930Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2593 | 2026-05-28T16:57:32.986Z | Compiling parking_lot_core v0.8.6 |
| 2594 | 2026-05-28T16:57:33.018Z | Checking slog-scope v4.4.1 |
| 2595 | 2026-05-28T16:57:33.056Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2596 | 2026-05-28T16:57:33.182Z | Checking slog-stdlog v4.1.1 |
| 2597 | 2026-05-28T16:57:33.212Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2598 | 2026-05-28T16:57:33.336Z | Checking slog-envlogger v2.2.0 |
| 2599 | 2026-05-28T16:57:33.474Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2600 | 2026-05-28T16:57:33.478Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2601 | 2026-05-28T16:57:33.544Z | Compiling dirs-sys-next v0.1.2 |
| 2602 | 2026-05-28T16:57:33.575Z | Compiling crunchy v0.2.4 |
| 2603 | 2026-05-28T16:57:33.699Z | Checking parking_lot v0.11.2 |
| 2604 | 2026-05-28T16:57:33.736Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2605 | 2026-05-28T16:57:33.784Z | Compiling dirs-next v2.0.0 |
| 2606 | 2026-05-28T16:57:33.852Z | Compiling clang-sys v1.8.1 |
| 2607 | 2026-05-28T16:57:33.918Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2608 | 2026-05-28T16:57:33.948Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2609 | 2026-05-28T16:57:33.981Z | Checking prefix-trie v0.7.0 |
| 2610 | 2026-05-28T16:57:34.153Z | Compiling tiny-keccak v2.0.2 |
| 2611 | 2026-05-28T16:57:34.344Z | Checking hickory-server v0.25.2 |
| 2612 | 2026-05-28T16:57:34.424Z | Compiling term v0.7.0 |
| 2613 | 2026-05-28T16:57:34.489Z | Checking sled v0.34.7 |
| 2614 | 2026-05-28T16:57:34.493Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2615 | 2026-05-28T16:57:34.588Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2616 | 2026-05-28T16:57:34.620Z | Compiling typify-impl v0.4.3 |
| 2617 | 2026-05-28T16:57:34.958Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2618 | 2026-05-28T16:57:35.018Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2619 | 2026-05-28T16:57:35.255Z | Checking nanorand v0.7.0 |
| 2620 | 2026-05-28T16:57:35.323Z | Compiling salty v0.3.0 |
| 2621 | 2026-05-28T16:57:35.489Z | Compiling bit-vec v0.6.3 |
| 2622 | 2026-05-28T16:57:35.634Z | Checking flume v0.11.1 |
| 2623 | 2026-05-28T16:57:35.668Z | Compiling ascii-canvas v3.0.0 |
| 2624 | 2026-05-28T16:57:35.741Z | Compiling bit-set v0.5.3 |
| 2625 | 2026-05-28T16:57:35.902Z | Checking primeorder v0.13.6 |
| 2626 | 2026-05-28T16:57:35.934Z | Compiling itertools v0.10.5 |
| 2627 | 2026-05-28T16:57:35.934Z | Compiling ena v0.14.4 |
| 2628 | 2026-05-28T16:57:36.000Z | Compiling libloading v0.8.9 |
| 2629 | 2026-05-28T16:57:36.167Z | Compiling regex-syntax v0.6.29 |
| 2630 | 2026-05-28T16:57:36.170Z | Compiling bindgen v0.71.1 |
| 2631 | 2026-05-28T16:57:36.233Z | Compiling diff v0.1.13 |
| 2632 | 2026-05-28T16:57:36.988Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2633 | 2026-05-28T16:57:37.289Z | Compiling cexpr v0.6.0 |
| 2634 | 2026-05-28T16:57:37.326Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2635 | 2026-05-28T16:57:37.441Z | Compiling fs-err v2.11.0 |
| 2636 | 2026-05-28T16:57:37.671Z | Compiling lalrpop v0.19.12 |
| 2637 | 2026-05-28T16:57:37.989Z | Compiling rustc-hash v2.1.1 |
| 2638 | 2026-05-28T16:57:38.114Z | Checking diesel v2.3.7 |
| 2639 | 2026-05-28T16:57:38.191Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2640 | 2026-05-28T16:57:38.283Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2641 | 2026-05-28T16:57:38.413Z | Compiling libxml v0.3.3 |
| 2642 | 2026-05-28T16:57:38.765Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2643 | 2026-05-28T16:57:38.939Z | Checking p384 v0.13.1 |
| 2644 | 2026-05-28T16:57:39.117Z | Compiling typify-macro v0.4.3 |
| 2645 | 2026-05-28T16:57:39.394Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2646 | 2026-05-28T16:57:39.989Z | Compiling strum_macros v0.24.3 |
| 2647 | 2026-05-28T16:57:40.911Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-28T16:57:40.981Z | Compiling indoc v1.0.9 |
| 2649 | 2026-05-28T16:57:41.059Z | Checking assert_matches v1.5.0 |
| 2650 | 2026-05-28T16:57:41.166Z | Checking parse-size v1.1.0 |
| 2651 | 2026-05-28T16:57:41.291Z | Compiling progenitor-impl v0.11.2 |
| 2652 | 2026-05-28T16:57:41.327Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2653 | 2026-05-28T16:57:41.500Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2654 | 2026-05-28T16:57:41.729Z | Checking quick-xml v0.37.5 |
| 2655 | 2026-05-28T16:57:42.055Z | Checking derive_builder v0.20.2 |
| 2656 | 2026-05-28T16:57:42.191Z | Compiling oso-derive v0.27.3 |
| 2657 | 2026-05-28T16:57:42.226Z | Compiling trait-variant v0.1.2 |
| 2658 | 2026-05-28T16:57:42.656Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2659 | 2026-05-28T16:57:42.721Z | Checking openssl-probe v0.1.6 |
| 2660 | 2026-05-28T16:57:42.807Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2661 | 2026-05-28T16:57:43.618Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2662 | 2026-05-28T16:57:43.841Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2663 | 2026-05-28T16:57:43.949Z | Compiling progenitor-macro v0.11.2 |
| 2664 | 2026-05-28T16:57:44.109Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2665 | 2026-05-28T16:57:44.230Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2666 | 2026-05-28T16:57:44.265Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2667 | 2026-05-28T16:57:44.666Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2668 | 2026-05-28T16:57:45.683Z | Checking progenitor-client v0.11.2 |
| 2669 | 2026-05-28T16:57:45.964Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 2670 | 2026-05-28T16:57:46.119Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2671 | 2026-05-28T16:57:46.157Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2672 | 2026-05-28T16:57:46.304Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2673 | 2026-05-28T16:57:46.705Z | Checking predicates-tree v1.0.13 |
| 2674 | 2026-05-28T16:57:46.854Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2675 | 2026-05-28T16:57:47.150Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2676 | 2026-05-28T16:57:47.316Z | Compiling mime_guess v2.0.5 |
| 2677 | 2026-05-28T16:57:47.867Z | Checking http-range v0.1.5 |
| 2678 | 2026-05-28T16:57:48.197Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2679 | 2026-05-28T16:57:48.619Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2680 | 2026-05-28T16:57:48.877Z | Checking progenitor v0.11.2 |
| 2681 | 2026-05-28T16:57:48.953Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2682 | 2026-05-28T16:57:49.056Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2683 | 2026-05-28T16:57:49.284Z | Checking bb8 v0.8.6 |
| 2684 | 2026-05-28T16:57:49.348Z | Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2685 | 2026-05-28T16:57:49.612Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2686 | 2026-05-28T16:57:49.615Z | Checking atty v0.2.14 |
| 2687 | 2026-05-28T16:57:49.777Z | Checking corncobs v0.1.4 |
| 2688 | 2026-05-28T16:57:49.941Z | Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2689 | 2026-05-28T16:57:49.984Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2690 | 2026-05-28T16:57:50.361Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2691 | 2026-05-28T16:57:50.397Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2692 | 2026-05-28T16:57:50.468Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2693 | 2026-05-28T16:57:50.590Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2694 | 2026-05-28T16:57:50.625Z | Checking ignore v0.4.25 |
| 2695 | 2026-05-28T16:57:51.063Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2696 | 2026-05-28T16:57:51.231Z | Checking secrecy v0.8.0 |
| 2697 | 2026-05-28T16:57:51.626Z | Checking globwalk v0.9.1 |
| 2698 | 2026-05-28T16:57:51.898Z | Checking hyper-staticfile v0.10.1 |
| 2699 | 2026-05-28T16:57:52.014Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2026-05-28T16:57:52.224Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2701 | 2026-05-28T16:57:52.337Z | Checking diesel-dtrace v0.5.0 |
| 2702 | 2026-05-28T16:57:52.512Z | Checking async-bb8-diesel v0.2.1 |
| 2703 | 2026-05-28T16:57:52.615Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2704 | 2026-05-28T16:57:52.752Z | Checking nonempty v0.12.0 |
| 2705 | 2026-05-28T16:57:52.906Z | Compiling illumos-nvpair-sys v0.2.0 |
| 2706 | 2026-05-28T16:57:52.952Z | Checking camino-tempfile-ext v0.3.3 |
| 2707 | 2026-05-28T16:57:53.180Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2708 | 2026-05-28T16:57:53.214Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2709 | 2026-05-28T16:57:53.218Z | Checking signal-hook-tokio v0.3.1 |
| 2710 | 2026-05-28T16:57:53.404Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2711 | 2026-05-28T16:57:53.548Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2712 | 2026-05-28T16:57:53.835Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2713 | 2026-05-28T16:57:53.871Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2714 | 2026-05-28T16:57:53.960Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 2715 | 2026-05-28T16:57:54.368Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2716 | 2026-05-28T16:57:54.521Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2717 | 2026-05-28T16:57:54.771Z | Checking illumos-nvpair v0.3.0 |
| 2718 | 2026-05-28T16:57:54.808Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2719 | 2026-05-28T16:57:54.969Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2720 | 2026-05-28T16:57:55.018Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2721 | 2026-05-28T16:57:55.165Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2722 | 2026-05-28T16:57:55.431Z | Checking fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2723 | 2026-05-28T16:57:55.467Z | Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2724 | 2026-05-28T16:57:55.502Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=58ab73bde89ade637b0ca8118682ee9575da6c2a#58ab73bd) |
| 2725 | 2026-05-28T16:57:55.642Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2726 | 2026-05-28T16:57:55.851Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2727 | 2026-05-28T16:57:56.095Z | Checking tungstenite v0.23.0 |
| 2728 | 2026-05-28T16:57:56.149Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2729 | 2026-05-28T16:57:56.544Z | Checking tokio-tungstenite v0.23.1 |
| 2730 | 2026-05-28T16:57:56.848Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2731 | 2026-05-28T16:57:57.269Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2732 | 2026-05-28T16:57:57.338Z | Checking rand_seeder v0.4.0 |
| 2733 | 2026-05-28T16:57:57.407Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 2734 | 2026-05-28T16:57:57.520Z | Checking void v1.0.2 |
| 2735 | 2026-05-28T16:57:57.553Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2736 | 2026-05-28T16:57:57.638Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2737 | 2026-05-28T16:57:57.672Z | Checking lzss v0.8.2 |
| 2738 | 2026-05-28T16:57:57.744Z | Checking nix v0.27.1 |
| 2739 | 2026-05-28T16:57:57.864Z | Checking serde_bytes v0.11.19 |
| 2740 | 2026-05-28T16:57:57.944Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2741 | 2026-05-28T16:57:58.078Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2742 | 2026-05-28T16:57:58.293Z | Checking gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2743 | 2026-05-28T16:57:58.730Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2744 | 2026-05-28T16:57:58.818Z | Checking is_ci v1.2.0 |
| 2745 | 2026-05-28T16:57:58.959Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2746 | 2026-05-28T16:57:59.064Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2747 | 2026-05-28T16:57:59.447Z | Checking yansi v1.0.1 |
| 2748 | 2026-05-28T16:57:59.537Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2749 | 2026-05-28T16:57:59.699Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2750 | 2026-05-28T16:57:59.739Z | Checking pretty_assertions v1.4.1 |
| 2751 | 2026-05-28T16:57:59.820Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2752 | 2026-05-28T16:57:59.905Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2753 | 2026-05-28T16:58:00.168Z | Compiling darling_core v0.23.0 |
| 2754 | 2026-05-28T16:58:00.736Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 2755 | 2026-05-28T16:58:01.067Z | Compiling indoc v2.0.7 |
| 2756 | 2026-05-28T16:58:01.418Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2757 | 2026-05-28T16:58:01.552Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2758 | 2026-05-28T16:58:01.648Z | Compiling libz-sys v1.1.24 |
| 2759 | 2026-05-28T16:58:01.985Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2760 | 2026-05-28T16:58:02.059Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2761 | 2026-05-28T16:58:02.292Z | Compiling instability v0.3.11 |
| 2762 | 2026-05-28T16:58:02.352Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2763 | 2026-05-28T16:58:02.742Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2764 | 2026-05-28T16:58:02.745Z | Compiling darling_macro v0.23.0 |
| 2765 | 2026-05-28T16:58:02.815Z | Checking castaway v0.2.4 |
| 2766 | 2026-05-28T16:58:02.961Z | Checking compact_str v0.8.1 |
| 2767 | 2026-05-28T16:58:03.325Z | Compiling darling v0.23.0 |
| 2768 | 2026-05-28T16:58:03.382Z | Checking supports-color v3.0.2 |
| 2769 | 2026-05-28T16:58:03.551Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2770 | 2026-05-28T16:58:03.787Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2771 | 2026-05-28T16:58:03.825Z | Checking unicode-truncate v1.1.0 |
| 2772 | 2026-05-28T16:58:04.003Z | Checking console v0.16.2 |
| 2773 | 2026-05-28T16:58:04.037Z | Checking lru v0.12.5 |
| 2774 | 2026-05-28T16:58:04.108Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2775 | 2026-05-28T16:58:04.179Z | Checking unit-prefix v0.5.2 |
| 2776 | 2026-05-28T16:58:04.223Z | Checking cassowary v0.3.0 |
| 2777 | 2026-05-28T16:58:04.376Z | Checking indicatif v0.18.4 |
| 2778 | 2026-05-28T16:58:04.509Z | Checking ratatui v0.29.0 |
| 2779 | 2026-05-28T16:58:04.629Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2780 | 2026-05-28T16:58:04.799Z | Checking openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 2781 | 2026-05-28T16:58:05.055Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2782 | 2026-05-28T16:58:05.867Z | Compiling vergen-git2 v9.1.0 |
| 2783 | 2026-05-28T16:58:05.904Z | Checking plotters-backend v0.3.7 |
| 2784 | 2026-05-28T16:58:06.139Z | Checking plotters-svg v0.3.7 |
| 2785 | 2026-05-28T16:58:06.182Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2786 | 2026-05-28T16:58:06.310Z | Checking cast v0.3.0 |
| 2787 | 2026-05-28T16:58:06.412Z | Compiling rustls v0.21.12 |
| 2788 | 2026-05-28T16:58:06.501Z | Checking criterion-plot v0.6.0 |
| 2789 | 2026-05-28T16:58:06.714Z | Checking plotters v0.3.7 |
| 2790 | 2026-05-28T16:58:06.757Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2791 | 2026-05-28T16:58:06.790Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2792 | 2026-05-28T16:58:07.017Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2793 | 2026-05-28T16:58:07.249Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2794 | 2026-05-28T16:58:07.477Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 2795 | 2026-05-28T16:58:07.512Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2796 | 2026-05-28T16:58:07.708Z | Checking colored v2.2.0 |
| 2797 | 2026-05-28T16:58:07.743Z | Checking rustls-webpki v0.101.7 |
| 2798 | 2026-05-28T16:58:07.948Z | Checking sct v0.7.1 |
| 2799 | 2026-05-28T16:58:08.116Z | Checking tinytemplate v1.2.1 |
| 2800 | 2026-05-28T16:58:08.119Z | Checking anes v0.1.6 |
| 2801 | 2026-05-28T16:58:08.185Z | Checking oorandom v11.1.5 |
| 2802 | 2026-05-28T16:58:08.334Z | Checking shell-words v1.1.1 |
| 2803 | 2026-05-28T16:58:08.368Z | Checking criterion v0.7.0 |
| 2804 | 2026-05-28T16:58:08.491Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2805 | 2026-05-28T16:58:09.792Z | Checking typeid v1.0.3 |
| 2806 | 2026-05-28T16:58:09.825Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2807 | 2026-05-28T16:58:09.930Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2808 | 2026-05-28T16:58:10.629Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2809 | 2026-05-28T16:58:11.437Z | Checking hex-literal v0.4.1 |
| 2810 | 2026-05-28T16:58:11.574Z | Checking erased-serde v0.4.9 |
| 2811 | 2026-05-28T16:58:11.964Z | Checking tokio-rustls v0.24.1 |
| 2812 | 2026-05-28T16:58:12.201Z | Checking rustls-pemfile v1.0.4 |
| 2813 | 2026-05-28T16:58:12.374Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2814 | 2026-05-28T16:58:12.605Z | Checking twox-hash v2.1.2 |
| 2815 | 2026-05-28T16:58:12.941Z | Checking ordered-float v2.10.1 |
| 2816 | 2026-05-28T16:58:13.064Z | Checking serde-untagged v0.1.9 |
| 2817 | 2026-05-28T16:58:13.211Z | Checking serde-value v0.7.0 |
| 2818 | 2026-05-28T16:58:13.296Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 2819 | 2026-05-28T16:58:13.449Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2820 | 2026-05-28T16:58:14.035Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2821 | 2026-05-28T16:58:14.233Z | Checking fatfs v0.3.6 |
| 2822 | 2026-05-28T16:58:14.476Z | Checking raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2823 | 2026-05-28T16:58:14.756Z | Compiling seq-macro v0.3.6 |
| 2824 | 2026-05-28T16:58:14.790Z | Checking lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2825 | 2026-05-28T16:58:14.970Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2826 | 2026-05-28T16:58:15.294Z | Checking unicode-xid v0.2.6 |
| 2827 | 2026-05-28T16:58:15.437Z | Checking cargo-util-schemas v0.8.2 |
| 2828 | 2026-05-28T16:58:15.619Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2829 | 2026-05-28T16:58:15.833Z | Checking cargo-platform v0.2.0 |
| 2830 | 2026-05-28T16:58:16.053Z | Compiling petname v2.0.2 |
| 2831 | 2026-05-28T16:58:16.301Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2832 | 2026-05-28T16:58:16.346Z | Checking cargo_metadata v0.21.0 |
| 2833 | 2026-05-28T16:58:16.730Z | Checking concurrent-queue v2.5.0 |
| 2834 | 2026-05-28T16:58:16.951Z | Checking rtoolbox v0.0.3 |
| 2835 | 2026-05-28T16:58:17.121Z | Checking parking v2.2.1 |
| 2836 | 2026-05-28T16:58:17.154Z | Checking rpassword v7.4.0 |
| 2837 | 2026-05-28T16:58:17.277Z | Checking event-listener v5.4.1 |
| 2838 | 2026-05-28T16:58:17.533Z | Checking tui-tree-widget v0.23.1 |
| 2839 | 2026-05-28T16:58:17.723Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 2840 | 2026-05-28T16:58:17.757Z | Checking polyval v0.6.2 |
| 2841 | 2026-05-28T16:58:17.917Z | Checking sapling-renderdag v0.1.0 |
| 2842 | 2026-05-28T16:58:17.956Z | Checking sync-ptr v0.1.4 |
| 2843 | 2026-05-28T16:58:18.107Z | Checking ghash v0.5.1 |
| 2844 | 2026-05-28T16:58:18.192Z | Checking event-listener-strategy v0.5.4 |
| 2845 | 2026-05-28T16:58:18.260Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2846 | 2026-05-28T16:58:18.361Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2847 | 2026-05-28T16:58:18.593Z | Checking ctr v0.9.2 |
| 2848 | 2026-05-28T16:58:18.802Z | Checking futures-timer v3.0.3 |
| 2849 | 2026-05-28T16:58:18.956Z | Checking arrayref v0.3.9 |
| 2850 | 2026-05-28T16:58:19.015Z | Checking constant_time_eq v0.4.2 |
| 2851 | 2026-05-28T16:58:19.062Z | Checking arrayvec v0.7.6 |
| 2852 | 2026-05-28T16:58:19.184Z | Checking aes-gcm v0.10.3 |
| 2853 | 2026-05-28T16:58:19.330Z | Checking async-lock v3.4.2 |
| 2854 | 2026-05-28T16:58:19.400Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2855 | 2026-05-28T16:58:19.763Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2856 | 2026-05-28T16:58:19.819Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2857 | 2026-05-28T16:58:19.931Z | Compiling samael v0.0.19 |
| 2858 | 2026-05-28T16:58:20.415Z | Checking ssh-encoding v0.2.0 |
| 2859 | 2026-05-28T16:58:20.642Z | Checking blowfish v0.9.1 |
| 2860 | 2026-05-28T16:58:20.829Z | Compiling strsim v0.10.0 |
| 2861 | 2026-05-28T16:58:20.992Z | Checking bcrypt-pbkdf v0.10.0 |
| 2862 | 2026-05-28T16:58:21.185Z | Compiling darling_core v0.13.4 |
| 2863 | 2026-05-28T16:58:21.188Z | Checking ssh-cipher v0.2.0 |
| 2864 | 2026-05-28T16:58:21.425Z | Checking async-object-pool v0.2.0 |
| 2865 | 2026-05-28T16:58:21.571Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2866 | 2026-05-28T16:58:21.979Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2867 | 2026-05-28T16:58:22.537Z | Checking serde_regex v1.1.0 |
| 2868 | 2026-05-28T16:58:22.641Z | Checking password-hash v0.4.2 |
| 2869 | 2026-05-28T16:58:22.727Z | Checking assert-json-diff v2.0.2 |
| 2870 | 2026-05-28T16:58:22.892Z | Checking path-tree v0.8.3 |
| 2871 | 2026-05-28T16:58:22.926Z | Compiling target-lexicon v0.13.3 |
| 2872 | 2026-05-28T16:58:23.073Z | Checking stringmetrics v2.2.2 |
| 2873 | 2026-05-28T16:58:23.108Z | Checking gimli v0.32.3 |
| 2874 | 2026-05-28T16:58:23.258Z | Checking httpmock v0.8.3 |
| 2875 | 2026-05-28T16:58:23.511Z | Compiling darling_macro v0.13.4 |
| 2876 | 2026-05-28T16:58:24.023Z | Checking pbkdf2 v0.11.0 |
| 2877 | 2026-05-28T16:58:24.230Z | Checking ssh-key v0.6.7 |
| 2878 | 2026-05-28T16:58:24.708Z | Checking addr2line v0.25.1 |
| 2879 | 2026-05-28T16:58:25.016Z | Checking p256 v0.13.2 |
| 2880 | 2026-05-28T16:58:25.302Z | Checking p521 v0.13.3 |
| 2881 | 2026-05-28T16:58:25.500Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2882 | 2026-05-28T16:58:25.593Z | Checking russh-cryptovec v0.7.3 |
| 2883 | 2026-05-28T16:58:25.764Z | Checking md5 v0.7.0 |
| 2884 | 2026-05-28T16:58:25.799Z | Compiling guppy-workspace-hack v0.1.0 |
| 2885 | 2026-05-28T16:58:25.936Z | Checking rustc-demangle v0.1.27 |
| 2886 | 2026-05-28T16:58:25.972Z | Checking russh-keys v0.45.0 |
| 2887 | 2026-05-28T16:58:26.056Z | Compiling darling v0.13.4 |
| 2888 | 2026-05-28T16:58:26.210Z | Checking backtrace v0.3.76 |
| 2889 | 2026-05-28T16:58:26.442Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2890 | 2026-05-28T16:58:26.542Z | Checking num-bigint v0.4.6 |
| 2891 | 2026-05-28T16:58:26.651Z | Checking des v0.8.1 |
| 2892 | 2026-05-28T16:58:26.840Z | Compiling blake3 v1.8.3 |
| 2893 | 2026-05-28T16:58:26.843Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2894 | 2026-05-28T16:58:26.910Z | Compiling target-spec v3.5.7 |
| 2895 | 2026-05-28T16:58:27.331Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2896 | 2026-05-28T16:58:27.473Z | Checking backtrace-ext v0.2.1 |
| 2897 | 2026-05-28T16:58:27.537Z | Checking russh v0.45.0 |
| 2898 | 2026-05-28T16:58:27.615Z | Checking cfg-expr v0.20.6 |
| 2899 | 2026-05-28T16:58:27.748Z | Compiling serde_with_macros v1.5.2 |
| 2900 | 2026-05-28T16:58:28.027Z | Checking supports-color v2.1.0 |
| 2901 | 2026-05-28T16:58:28.093Z | Checking textwrap v0.15.2 |
| 2902 | 2026-05-28T16:58:28.193Z | Checking supports-unicode v2.1.0 |
| 2903 | 2026-05-28T16:58:28.329Z | Checking supports-hyperlinks v2.1.0 |
| 2904 | 2026-05-28T16:58:28.362Z | Checking hashbrown v0.14.5 |
| 2905 | 2026-05-28T16:58:28.477Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2906 | 2026-05-28T16:58:28.622Z | Checking cargo-platform v0.3.2 |
| 2907 | 2026-05-28T16:58:28.706Z | Checking terminal_size v0.1.17 |
| 2908 | 2026-05-28T16:58:28.837Z | Checking socket2 v0.5.10 |
| 2909 | 2026-05-28T16:58:28.871Z | Compiling miette-derive v5.10.0 |
| 2910 | 2026-05-28T16:58:28.874Z | Checking internet-checksum v0.2.1 |
| 2911 | 2026-05-28T16:58:29.058Z | Checking owo-colors v3.5.0 |
| 2912 | 2026-05-28T16:58:29.505Z | Checking chumsky v0.9.3 |
| 2913 | 2026-05-28T16:58:29.647Z | Checking cargo_metadata v0.23.1 |
| 2914 | 2026-05-28T16:58:30.048Z | Checking miette v5.10.0 |
| 2915 | 2026-05-28T16:58:30.427Z | Compiling serde_with v1.14.0 |
| 2916 | 2026-05-28T16:58:30.690Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2917 | 2026-05-28T16:58:30.852Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2918 | 2026-05-28T16:58:30.885Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2919 | 2026-05-28T16:58:31.223Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 2920 | 2026-05-28T16:58:31.443Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2921 | 2026-05-28T16:58:31.588Z | Compiling git2 v0.20.4 |
| 2922 | 2026-05-28T16:58:31.632Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2923 | 2026-05-28T16:58:31.671Z | Compiling knuffel-derive v3.2.0 |
| 2924 | 2026-05-28T16:58:31.705Z | Checking httptest v0.16.4 |
| 2925 | 2026-05-28T16:58:31.738Z | Checking pathdiff v0.2.3 |
| 2926 | 2026-05-28T16:58:31.877Z | Checking nested v0.1.1 |
| 2927 | 2026-05-28T16:58:32.048Z | Checking topological-sort v0.2.2 |
| 2928 | 2026-05-28T16:58:32.104Z | Checking guppy v0.17.25 |
| 2929 | 2026-05-28T16:58:32.224Z | Checking omicron-zone-package v0.12.2 |
| 2930 | 2026-05-28T16:58:32.497Z | Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 2931 | 2026-05-28T16:58:33.079Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2932 | 2026-05-28T16:58:33.147Z | Checking similar-asserts v1.7.0 |
| 2933 | 2026-05-28T16:58:33.206Z | Checking knuffel v3.2.0 |
| 2934 | 2026-05-28T16:58:33.328Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2935 | 2026-05-28T16:58:33.363Z | Compiling target-triple v1.0.0 |
| 2936 | 2026-05-28T16:58:33.493Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2937 | 2026-05-28T16:58:33.732Z | Checking scim2-test-client v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2938 | 2026-05-28T16:58:34.181Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2939 | 2026-05-28T16:58:34.321Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 2940 | 2026-05-28T16:58:34.424Z | Checking hickory-client v0.25.2 |
| 2941 | 2026-05-28T16:58:34.755Z | Checking tokio-test v0.4.5 |
| 2942 | 2026-05-28T16:58:34.985Z | Compiling assert_cmd v2.1.2 |
| 2943 | 2026-05-28T16:58:35.021Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2944 | 2026-05-28T16:58:35.024Z | Checking escape8259 v0.5.3 |
| 2945 | 2026-05-28T16:58:35.225Z | Checking libtest-mimic v0.8.1 |
| 2946 | 2026-05-28T16:58:35.352Z | Compiling polar-core v0.27.3 |
| 2947 | 2026-05-28T16:58:35.490Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2948 | 2026-05-28T16:58:35.532Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2949 | 2026-05-28T16:58:35.628Z | Checking blake2b_simd v1.0.4 |
| 2950 | 2026-05-28T16:58:36.050Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2951 | 2026-05-28T16:58:36.240Z | Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2952 | 2026-05-28T16:58:36.466Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2953 | 2026-05-28T16:58:36.634Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2954 | 2026-05-28T16:58:36.861Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2955 | 2026-05-28T16:58:37.019Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 2956 | 2026-05-28T16:58:37.246Z | Checking fancy-regex v0.14.0 |
| 2957 | 2026-05-28T16:58:37.474Z | Checking serde_tokenstream v0.2.3 |
| 2958 | 2026-05-28T16:58:37.632Z | Checking approx v0.5.1 |
| 2959 | 2026-05-28T16:58:37.718Z | Checking uzers v0.12.2 |
| 2960 | 2026-05-28T16:58:37.802Z | Compiling rstest_macros v0.25.0 |
| 2961 | 2026-05-28T16:58:37.970Z | Checking constant_time_eq v0.3.1 |
| 2962 | 2026-05-28T16:58:38.108Z | Checking termcolor v1.4.1 |
| 2963 | 2026-05-28T16:58:38.141Z | Compiling linkme-impl v0.3.35 |
| 2964 | 2026-05-28T16:58:38.353Z | Checking trybuild v1.0.116 |
| 2965 | 2026-05-28T16:58:38.639Z | Checking rust-argon2 v2.1.0 |
| 2966 | 2026-05-28T16:58:38.908Z | Checking datatest-stable v0.3.3 |
| 2967 | 2026-05-28T16:58:39.298Z | Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d) |
| 2968 | 2026-05-28T16:58:39.651Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2969 | 2026-05-28T16:58:39.685Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2970 | 2026-05-28T16:58:40.332Z | Checking support-bundle-viewer v0.1.2 |
| 2971 | 2026-05-28T16:58:40.369Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2972 | 2026-05-28T16:58:40.402Z | Checking oso v0.27.3 |
| 2973 | 2026-05-28T16:58:40.601Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 2974 | 2026-05-28T16:58:40.634Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2975 | 2026-05-28T16:58:40.825Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2976 | 2026-05-28T16:58:40.859Z | Checking drift v0.2.0 |
| 2977 | 2026-05-28T16:58:40.896Z | Checking rand_distr v0.5.1 |
| 2978 | 2026-05-28T16:58:41.053Z | Checking multimap v0.10.1 |
| 2979 | 2026-05-28T16:58:41.251Z | Compiling relative-path v1.9.3 |
| 2980 | 2026-05-28T16:58:41.288Z | Compiling linkme v0.3.35 |
| 2981 | 2026-05-28T16:58:41.323Z | Checking dropshot-api-manager v0.7.2 |
| 2982 | 2026-05-28T16:58:42.022Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2983 | 2026-05-28T16:58:42.467Z | Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560) |
| 2984 | 2026-05-28T16:58:42.630Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2985 | 2026-05-28T16:58:42.922Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2986 | 2026-05-28T16:58:42.968Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2987 | 2026-05-28T16:58:43.162Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2988 | 2026-05-28T16:58:43.229Z | Checking cargo_toml v0.21.0 |
| 2989 | 2026-05-28T16:58:43.269Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2990 | 2026-05-28T16:58:43.501Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2991 | 2026-05-28T16:58:43.850Z | Checking partial-io v0.5.4 |
| 2992 | 2026-05-28T16:58:43.945Z | Checking termios v0.3.3 |
| 2993 | 2026-05-28T16:58:43.985Z | Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2994 | 2026-05-28T16:58:44.132Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2995 | 2026-05-28T16:58:44.135Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2996 | 2026-05-28T16:58:45.234Z | Checking rstest v0.25.0 |
| 2997 | 2026-05-28T16:58:46.274Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2998 | 2026-05-28T16:58:49.380Z | Checking omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 2999 | 2026-05-28T16:58:51.501Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3000 | 2026-05-28T16:58:55.775Z | Checking erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3001 | 2026-05-28T16:58:55.919Z | Checking tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3002 | 2026-05-28T16:58:58.290Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3003 | 2026-05-28T16:59:02.751Z | Checking reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3004 | 2026-05-28T16:59:07.438Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3005 | 2026-05-28T16:59:11.188Z | Checking omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3006 | 2026-05-28T16:59:12.135Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3007 | 2026-05-28T16:59:12.198Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3008 | 2026-05-28T16:59:14.792Z | Checking dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3009 | 2026-05-28T16:59:22.350Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3010 | 2026-05-28T17:00:32.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 01s |
| 3011 | 2026-05-28T17:00:32.782Z | |
| 3012 | 2026-05-28T17:00:32.782Z | real 4:04.894463351 |
| 3013 | 2026-05-28T17:00:32.782Z | user 21:09.666048750 |
| 3014 | 2026-05-28T17:00:32.782Z | sys 4:57.026474020 |
| 3015 | 2026-05-28T17:00:32.782Z | trap 0.513720183 |
| 3016 | 2026-05-28T17:00:32.782Z | tflt 0.823661212 |
| 3017 | 2026-05-28T17:00:32.782Z | dflt 0.631473726 |
| 3018 | 2026-05-28T17:00:32.782Z | kflt 0.004570130 |
| 3019 | 2026-05-28T17:00:32.785Z | lock 58:08.084512426 |
| 3020 | 2026-05-28T17:00:32.785Z | slp 58:10.042199087 |
| 3021 | 2026-05-28T17:00:32.785Z | lat 1:49.069255313 |
| 3022 | 2026-05-28T17:00:32.785Z | stop 11:00.692800704 |
| 3023 | 2026-05-28T17:00:32.785Z | + RUSTDOCFLAGS='--document-private-items -D warnings --cfg tokio' |
| 3024 | 2026-05-28T17:00:32.785Z | + ptime -m cargo doc --workspace --no-deps |
| 3025 | 2026-05-28T17:00:33.641Z | warning: output filename collision at /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 3026 | 2026-05-28T17:00:33.641Z | | |
| 3027 | 2026-05-28T17:00:33.641Z | = 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)` |
| 3028 | 2026-05-28T17:00:33.641Z | = 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> |
| 3029 | 2026-05-28T17:00:34.630Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3030 | 2026-05-28T17:00:34.862Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3031 | 2026-05-28T17:00:34.908Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3032 | 2026-05-28T17:00:34.972Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3033 | 2026-05-28T17:00:35.086Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3034 | 2026-05-28T17:00:35.130Z | Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3035 | 2026-05-28T17:00:35.158Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3036 | 2026-05-28T17:00:35.183Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3037 | 2026-05-28T17:00:35.244Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3038 | 2026-05-28T17:00:35.356Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3039 | 2026-05-28T17:00:35.390Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3040 | 2026-05-28T17:00:35.436Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3041 | 2026-05-28T17:00:35.458Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3042 | 2026-05-28T17:00:35.515Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3043 | 2026-05-28T17:00:35.541Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3044 | 2026-05-28T17:00:35.562Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3045 | 2026-05-28T17:00:35.607Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3046 | 2026-05-28T17:00:35.630Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3047 | 2026-05-28T17:00:35.630Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3048 | 2026-05-28T17:00:35.673Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3049 | 2026-05-28T17:00:35.982Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3050 | 2026-05-28T17:00:36.210Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3051 | 2026-05-28T17:00:36.296Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3052 | 2026-05-28T17:00:36.356Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3053 | 2026-05-28T17:00:36.422Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3054 | 2026-05-28T17:00:36.446Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3055 | 2026-05-28T17:00:36.611Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3056 | 2026-05-28T17:00:36.635Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3057 | 2026-05-28T17:00:36.771Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3058 | 2026-05-28T17:00:36.794Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3059 | 2026-05-28T17:00:36.950Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3060 | 2026-05-28T17:00:36.974Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3061 | 2026-05-28T17:00:37.080Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3062 | 2026-05-28T17:00:37.227Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3063 | 2026-05-28T17:00:37.253Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3064 | 2026-05-28T17:00:37.276Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3065 | 2026-05-28T17:00:37.463Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3066 | 2026-05-28T17:00:37.525Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3067 | 2026-05-28T17:00:37.702Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3068 | 2026-05-28T17:00:37.977Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3069 | 2026-05-28T17:00:38.004Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3070 | 2026-05-28T17:00:38.106Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3071 | 2026-05-28T17:00:38.299Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3072 | 2026-05-28T17:00:38.323Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3073 | 2026-05-28T17:00:38.479Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3074 | 2026-05-28T17:00:38.506Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3075 | 2026-05-28T17:00:38.592Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3076 | 2026-05-28T17:00:38.640Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3077 | 2026-05-28T17:00:38.715Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3078 | 2026-05-28T17:00:38.790Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3079 | 2026-05-28T17:00:38.841Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3080 | 2026-05-28T17:00:38.895Z | Checking ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3081 | 2026-05-28T17:00:38.949Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3082 | 2026-05-28T17:00:39.044Z | Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3083 | 2026-05-28T17:00:39.098Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3084 | 2026-05-28T17:00:39.122Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3085 | 2026-05-28T17:00:39.149Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3086 | 2026-05-28T17:00:39.174Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3087 | 2026-05-28T17:00:39.248Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3088 | 2026-05-28T17:00:39.298Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3089 | 2026-05-28T17:00:39.322Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3090 | 2026-05-28T17:00:39.348Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3091 | 2026-05-28T17:00:39.555Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3092 | 2026-05-28T17:00:39.874Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3093 | 2026-05-28T17:00:39.898Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3094 | 2026-05-28T17:00:40.185Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3095 | 2026-05-28T17:00:40.306Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3096 | 2026-05-28T17:00:40.672Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3097 | 2026-05-28T17:00:40.791Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3098 | 2026-05-28T17:00:40.816Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3099 | 2026-05-28T17:00:41.048Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3100 | 2026-05-28T17:00:41.077Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3101 | 2026-05-28T17:00:41.181Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3102 | 2026-05-28T17:00:41.241Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3103 | 2026-05-28T17:00:41.337Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3104 | 2026-05-28T17:00:41.945Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3105 | 2026-05-28T17:00:42.266Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3106 | 2026-05-28T17:00:42.477Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3107 | 2026-05-28T17:00:42.600Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3108 | 2026-05-28T17:00:42.733Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3109 | 2026-05-28T17:00:43.296Z | Checking transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3110 | 2026-05-28T17:00:43.318Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3111 | 2026-05-28T17:00:43.434Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3112 | 2026-05-28T17:00:43.516Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3113 | 2026-05-28T17:00:43.649Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3114 | 2026-05-28T17:00:43.761Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3115 | 2026-05-28T17:00:43.864Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3116 | 2026-05-28T17:00:43.979Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3117 | 2026-05-28T17:00:44.008Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3118 | 2026-05-28T17:00:44.192Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3119 | 2026-05-28T17:00:44.216Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3120 | 2026-05-28T17:00:44.377Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3121 | 2026-05-28T17:00:44.422Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3122 | 2026-05-28T17:00:44.443Z | Checking omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3123 | 2026-05-28T17:00:44.496Z | Checking ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3124 | 2026-05-28T17:00:44.606Z | Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3125 | 2026-05-28T17:00:44.634Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3126 | 2026-05-28T17:00:44.692Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3127 | 2026-05-28T17:00:44.730Z | Checking nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3128 | 2026-05-28T17:00:44.860Z | Checking ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3129 | 2026-05-28T17:00:44.880Z | Checking omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3130 | 2026-05-28T17:00:44.904Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3131 | 2026-05-28T17:00:44.971Z | Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3132 | 2026-05-28T17:00:45.055Z | Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3133 | 2026-05-28T17:00:45.178Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3134 | 2026-05-28T17:00:45.210Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3135 | 2026-05-28T17:00:45.259Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3136 | 2026-05-28T17:00:45.379Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3137 | 2026-05-28T17:00:45.466Z | Checking dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3138 | 2026-05-28T17:00:45.697Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3139 | 2026-05-28T17:00:45.700Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2026-05-28T17:00:46.176Z | Documenting omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3141 | 2026-05-28T17:00:46.269Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3142 | 2026-05-28T17:00:46.294Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3143 | 2026-05-28T17:00:46.540Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3144 | 2026-05-28T17:00:47.042Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3145 | 2026-05-28T17:00:47.679Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3146 | 2026-05-28T17:00:47.762Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-05-28T17:00:48.420Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3148 | 2026-05-28T17:00:48.527Z | Checking bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3149 | 2026-05-28T17:00:48.696Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3150 | 2026-05-28T17:00:48.829Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3151 | 2026-05-28T17:00:48.987Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3152 | 2026-05-28T17:00:49.404Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3153 | 2026-05-28T17:00:49.590Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3154 | 2026-05-28T17:00:49.869Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3155 | 2026-05-28T17:00:50.079Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3156 | 2026-05-28T17:00:50.105Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3157 | 2026-05-28T17:00:50.420Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3158 | 2026-05-28T17:00:50.579Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3159 | 2026-05-28T17:00:50.604Z | Checking sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3160 | 2026-05-28T17:00:51.062Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3161 | 2026-05-28T17:00:51.666Z | Checking bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3162 | 2026-05-28T17:00:51.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3163 | 2026-05-28T17:00:51.804Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3164 | 2026-05-28T17:00:52.605Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3165 | 2026-05-28T17:00:52.820Z | Checking sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3166 | 2026-05-28T17:00:53.230Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3167 | 2026-05-28T17:00:53.402Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3168 | 2026-05-28T17:00:54.381Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3169 | 2026-05-28T17:00:54.726Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3170 | 2026-05-28T17:00:55.116Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3171 | 2026-05-28T17:00:55.263Z | Checking trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3172 | 2026-05-28T17:00:55.291Z | Checking sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3173 | 2026-05-28T17:00:55.317Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3174 | 2026-05-28T17:00:55.400Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3175 | 2026-05-28T17:00:55.772Z | Checking trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3176 | 2026-05-28T17:00:55.852Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3177 | 2026-05-28T17:00:56.004Z | Checking sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3178 | 2026-05-28T17:00:56.708Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3179 | 2026-05-28T17:00:56.801Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3180 | 2026-05-28T17:00:56.928Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3181 | 2026-05-28T17:00:56.971Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3182 | 2026-05-28T17:00:57.150Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3183 | 2026-05-28T17:00:57.588Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3184 | 2026-05-28T17:00:57.781Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3185 | 2026-05-28T17:00:58.112Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3186 | 2026-05-28T17:00:58.805Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3187 | 2026-05-28T17:00:59.088Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3188 | 2026-05-28T17:01:01.476Z | Documenting sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3189 | 2026-05-28T17:01:01.565Z | Documenting trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3190 | 2026-05-28T17:01:03.076Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3191 | 2026-05-28T17:01:03.431Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3192 | 2026-05-28T17:01:03.785Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3193 | 2026-05-28T17:01:03.807Z | Checking nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3194 | 2026-05-28T17:01:04.417Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3195 | 2026-05-28T17:01:04.744Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3196 | 2026-05-28T17:01:04.783Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3197 | 2026-05-28T17:01:05.069Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3198 | 2026-05-28T17:01:05.132Z | Checking nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3199 | 2026-05-28T17:01:05.242Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3200 | 2026-05-28T17:01:05.413Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3201 | 2026-05-28T17:01:05.843Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3202 | 2026-05-28T17:01:05.867Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3203 | 2026-05-28T17:01:05.937Z | Checking nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3204 | 2026-05-28T17:01:05.961Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3205 | 2026-05-28T17:01:06.535Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3206 | 2026-05-28T17:01:06.588Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3207 | 2026-05-28T17:01:07.119Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3208 | 2026-05-28T17:01:07.287Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3209 | 2026-05-28T17:01:07.322Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3210 | 2026-05-28T17:01:07.873Z | Documenting omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 3211 | 2026-05-28T17:01:08.095Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3212 | 2026-05-28T17:01:08.830Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3213 | 2026-05-28T17:01:09.605Z | Documenting nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 3214 | 2026-05-28T17:01:09.845Z | Checking sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3215 | 2026-05-28T17:01:11.168Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3216 | 2026-05-28T17:01:11.962Z | Documenting sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3217 | 2026-05-28T17:01:13.251Z | Documenting tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 3218 | 2026-05-28T17:01:13.683Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3219 | 2026-05-28T17:01:13.778Z | Documenting reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3220 | 2026-05-28T17:01:15.495Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3221 | 2026-05-28T17:01:16.198Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3222 | 2026-05-28T17:01:17.697Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 3223 | 2026-05-28T17:01:18.151Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3224 | 2026-05-28T17:01:18.728Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3225 | 2026-05-28T17:01:20.409Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3226 | 2026-05-28T17:01:20.912Z | Documenting reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 3227 | 2026-05-28T17:01:21.245Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3228 | 2026-05-28T17:01:21.707Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3229 | 2026-05-28T17:01:22.486Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3230 | 2026-05-28T17:01:24.118Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3231 | 2026-05-28T17:01:24.188Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3232 | 2026-05-28T17:01:24.940Z | Documenting nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3233 | 2026-05-28T17:01:26.676Z | Documenting nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3234 | 2026-05-28T17:01:26.751Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3235 | 2026-05-28T17:01:29.305Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3236 | 2026-05-28T17:01:31.196Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3237 | 2026-05-28T17:01:32.533Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3238 | 2026-05-28T17:01:33.199Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3239 | 2026-05-28T17:01:33.410Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3240 | 2026-05-28T17:01:33.821Z | Documenting nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3241 | 2026-05-28T17:01:34.273Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3242 | 2026-05-28T17:01:35.469Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3243 | 2026-05-28T17:01:37.175Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3244 | 2026-05-28T17:01:37.853Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3245 | 2026-05-28T17:01:38.280Z | Documenting schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 3246 | 2026-05-28T17:01:38.777Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3247 | 2026-05-28T17:01:39.303Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3248 | 2026-05-28T17:01:39.390Z | Checking nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3249 | 2026-05-28T17:01:39.815Z | Documenting nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3250 | 2026-05-28T17:01:43.114Z | Documenting nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3251 | 2026-05-28T17:01:43.662Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3252 | 2026-05-28T17:01:44.266Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3253 | 2026-05-28T17:01:45.053Z | Documenting sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3254 | 2026-05-28T17:01:45.986Z | Documenting sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3255 | 2026-05-28T17:01:46.360Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3256 | 2026-05-28T17:01:48.994Z | Documenting sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3257 | 2026-05-28T17:01:49.471Z | Documenting sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3258 | 2026-05-28T17:01:49.942Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3259 | 2026-05-28T17:01:50.911Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3260 | 2026-05-28T17:01:52.142Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3261 | 2026-05-28T17:01:54.246Z | Documenting sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3262 | 2026-05-28T17:01:54.476Z | Documenting zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3263 | 2026-05-28T17:01:55.720Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3264 | 2026-05-28T17:01:57.194Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3265 | 2026-05-28T17:01:59.444Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3266 | 2026-05-28T17:02:00.123Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3267 | 2026-05-28T17:02:01.862Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3268 | 2026-05-28T17:02:03.253Z | Documenting trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 3269 | 2026-05-28T17:02:06.297Z | Documenting bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3270 | 2026-05-28T17:02:09.622Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3271 | 2026-05-28T17:02:11.184Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3272 | 2026-05-28T17:02:12.802Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3273 | 2026-05-28T17:02:16.558Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 3274 | 2026-05-28T17:02:17.530Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3275 | 2026-05-28T17:02:18.324Z | Documenting support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3276 | 2026-05-28T17:02:19.104Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3277 | 2026-05-28T17:02:21.051Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3278 | 2026-05-28T17:02:22.548Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3279 | 2026-05-28T17:02:24.324Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3280 | 2026-05-28T17:02:26.340Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3281 | 2026-05-28T17:02:27.969Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3282 | 2026-05-28T17:02:29.585Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3283 | 2026-05-28T17:02:31.596Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3284 | 2026-05-28T17:02:32.986Z | Documenting trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3285 | 2026-05-28T17:02:34.696Z | Documenting bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3286 | 2026-05-28T17:02:36.330Z | Documenting bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3287 | 2026-05-28T17:02:38.043Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3288 | 2026-05-28T17:02:39.404Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3289 | 2026-05-28T17:02:41.505Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3290 | 2026-05-28T17:02:42.968Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3291 | 2026-05-28T17:02:44.974Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3292 | 2026-05-28T17:02:46.448Z | Documenting nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3293 | 2026-05-28T17:02:48.384Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3294 | 2026-05-28T17:02:50.293Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3295 | 2026-05-28T17:02:52.225Z | Documenting omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 3296 | 2026-05-28T17:02:53.988Z | Documenting transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3297 | 2026-05-28T17:02:56.110Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3298 | 2026-05-28T17:02:57.710Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3299 | 2026-05-28T17:02:59.690Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3300 | 2026-05-28T17:03:02.537Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3301 | 2026-05-28T17:03:04.236Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3302 | 2026-05-28T17:03:06.643Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3303 | 2026-05-28T17:03:08.767Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3304 | 2026-05-28T17:03:11.034Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3305 | 2026-05-28T17:03:13.153Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3306 | 2026-05-28T17:03:15.335Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3307 | 2026-05-28T17:03:17.543Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3308 | 2026-05-28T17:03:19.759Z | Documenting oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3309 | 2026-05-28T17:03:21.912Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3310 | 2026-05-28T17:03:24.642Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3311 | 2026-05-28T17:03:26.586Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3312 | 2026-05-28T17:03:28.525Z | Documenting dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3313 | 2026-05-28T17:03:30.776Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3314 | 2026-05-28T17:03:32.967Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3315 | 2026-05-28T17:03:35.211Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3316 | 2026-05-28T17:03:37.440Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3317 | 2026-05-28T17:03:39.757Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3318 | 2026-05-28T17:03:41.993Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3319 | 2026-05-28T17:03:44.244Z | Documenting internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3320 | 2026-05-28T17:03:46.513Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3321 | 2026-05-28T17:03:48.796Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3322 | 2026-05-28T17:03:51.037Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3323 | 2026-05-28T17:03:53.266Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3324 | 2026-05-28T17:03:55.545Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3325 | 2026-05-28T17:03:57.800Z | Documenting clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3326 | 2026-05-28T17:03:59.963Z | Documenting ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3327 | 2026-05-28T17:04:02.282Z | Documenting sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3328 | 2026-05-28T17:04:04.706Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3329 | 2026-05-28T17:04:06.893Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3330 | 2026-05-28T17:04:09.140Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3331 | 2026-05-28T17:04:11.437Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3332 | 2026-05-28T17:04:13.704Z | Documenting oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3333 | 2026-05-28T17:04:16.171Z | Documenting ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3334 | 2026-05-28T17:04:18.391Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 3335 | 2026-05-28T17:04:20.774Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3336 | 2026-05-28T17:04:23.633Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3337 | 2026-05-28T17:04:25.699Z | Documenting ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 3338 | 2026-05-28T17:04:28.175Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3339 | 2026-05-28T17:04:30.532Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3340 | 2026-05-28T17:04:33.200Z | Documenting omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3341 | 2026-05-28T17:04:35.465Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3342 | 2026-05-28T17:04:37.954Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3343 | 2026-05-28T17:04:40.538Z | Documenting trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3344 | 2026-05-28T17:04:42.968Z | Documenting trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3345 | 2026-05-28T17:04:45.556Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3346 | 2026-05-28T17:04:48.226Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3347 | 2026-05-28T17:04:50.713Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3348 | 2026-05-28T17:04:53.230Z | Documenting cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3349 | 2026-05-28T17:04:55.655Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3350 | 2026-05-28T17:04:58.233Z | Documenting installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3351 | 2026-05-28T17:05:00.840Z | Documenting gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3352 | 2026-05-28T17:05:03.818Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3353 | 2026-05-28T17:05:06.231Z | Documenting omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 3354 | 2026-05-28T17:05:08.801Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3355 | 2026-05-28T17:05:16.182Z | Documenting key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3356 | 2026-05-28T17:05:16.372Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3357 | 2026-05-28T17:05:19.645Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3358 | 2026-05-28T17:05:23.157Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 3359 | 2026-05-28T17:05:27.805Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3360 | 2026-05-28T17:05:30.735Z | Documenting ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3361 | 2026-05-28T17:05:34.291Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3362 | 2026-05-28T17:05:38.129Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3363 | 2026-05-28T17:05:41.744Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 3364 | 2026-05-28T17:05:45.449Z | Documenting parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3365 | 2026-05-28T17:05:49.253Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3366 | 2026-05-28T17:05:52.900Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3367 | 2026-05-28T17:05:56.672Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3368 | 2026-05-28T17:06:00.502Z | Documenting omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3369 | 2026-05-28T17:06:04.116Z | Documenting nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3370 | 2026-05-28T17:06:07.896Z | Documenting ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3371 | 2026-05-28T17:06:11.514Z | Documenting gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3372 | 2026-05-28T17:06:15.193Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3373 | 2026-05-28T17:06:18.926Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3374 | 2026-05-28T17:06:22.588Z | Documenting omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 3375 | 2026-05-28T17:06:26.308Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3376 | 2026-05-28T17:06:29.950Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3377 | 2026-05-28T17:06:33.597Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3378 | 2026-05-28T17:06:37.298Z | Documenting dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 3379 | 2026-05-28T17:07:06.845Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 34s |
| 3380 | 2026-05-28T17:07:07.013Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 197 other files |
| 3381 | 2026-05-28T17:07:07.120Z | |
| 3382 | 2026-05-28T17:07:07.120Z | real 6:34.247972635 |
| 3383 | 2026-05-28T17:07:07.120Z | user 17:33.921448607 |
| 3384 | 2026-05-28T17:07:07.123Z | sys 3:46.712870904 |
| 3385 | 2026-05-28T17:07:07.123Z | trap 0.261173566 |
| 3386 | 2026-05-28T17:07:07.123Z | tflt 0.041147181 |
| 3387 | 2026-05-28T17:07:07.123Z | dflt 0.059425950 |
| 3388 | 2026-05-28T17:07:07.123Z | kflt 0.000037080 |
| 3389 | 2026-05-28T17:07:07.123Z | lock 6:01:49.828916054 |
| 3390 | 2026-05-28T17:07:07.123Z | slp 2:12:14.125385761 |
| 3391 | 2026-05-28T17:07:07.123Z | lat 42.950133069 |
| 3392 | 2026-05-28T17:07:07.123Z | stop 1:43.234547754 |
| 3393 | 2026-05-28T17:07:07.123Z | process exited: duration 778015 ms, exit code 0 |
| |
| 3394 | 2026-05-28T17:07:07.131Z | found 0 output files |