|
|
|
| 1 | 2026-05-21T04:06:05.810Z | job assigned to worker 01KS4BB4G4R5VZK9GTX61ETTXJ [factory aws, i-0cb2dee7923df8a1d] (queued for 56 s) |
| |
| 2 | 2026-05-21T04:06:13.404Z | starting task 0: "setup" |
| 3 | 2026-05-21T04:06:13.485Z | ++ uname -s |
| 4 | 2026-05-21T04:06:13.485Z | + kern=SunOS |
| 5 | 2026-05-21T04:06:13.485Z | + build_user=build |
| 6 | 2026-05-21T04:06:13.486Z | + build_uid=12345 |
| 7 | 2026-05-21T04:06:13.486Z | + work_dir=/work |
| 8 | 2026-05-21T04:06:13.486Z | + input_dir=/input |
| 9 | 2026-05-21T04:06:13.486Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-21T04:06:13.486Z | + case "$kern" in |
| 11 | 2026-05-21T04:06:13.486Z | + groupadd -g 12345 build |
| 12 | 2026-05-21T04:06:13.560Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-21T04:06:15.420Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-21T04:06:15.501Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-21T04:06:15.525Z | + home_fs=zfs |
| 16 | 2026-05-21T04:06:15.525Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-21T04:06:15.525Z | + mkdir -p /home/build |
| 18 | 2026-05-21T04:06:15.525Z | + chown build:build /home/build /work |
| 19 | 2026-05-21T04:06:17.502Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-21T04:06:17.510Z | process exited: duration 4109 ms, exit code 0 |
| |
| 21 | 2026-05-21T04:06:17.534Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-21T04:06:17.539Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.0 |
| 23 | 2026-05-21T04:06:17.539Z | * rust toolchain channel = "1.94.0" |
| 24 | 2026-05-21T04:06:17.539Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-05-21T04:06:17.539Z | * rust toolchain profile = "default" |
| 26 | 2026-05-21T04:06:17.539Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-21T04:06:17.539Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-21T04:06:17.548Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-21T04:06:17.549Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default |
| 30 | 2026-05-21T04:06:17.619Z | info: downloading installer |
| 31 | 2026-05-21T04:06:19.012Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-21T04:06:19.012Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-21T04:06:19.012Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-21T04:06:19.012Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-21T04:06:19.033Z | info: profile set to default |
| 36 | 2026-05-21T04:06:19.033Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-21T04:06:19.033Z | info: syncing channel updates for 1.94.0-x86_64-unknown-illumos |
| 38 | 2026-05-21T04:06:19.149Z | info: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02) |
| 39 | 2026-05-21T04:06:19.153Z | info: downloading 6 components |
| 40 | 2026-05-21T04:06:33.264Z | info: default toolchain set to 1.94.0-x86_64-unknown-illumos |
| 41 | 2026-05-21T04:06:33.264Z | |
| 42 | 2026-05-21T04:06:33.294Z | 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 43 | 2026-05-21T04:06:33.294Z | |
| 44 | 2026-05-21T04:06:33.294Z | |
| 45 | 2026-05-21T04:06:33.294Z | Rust is installed now. Great! |
| 46 | 2026-05-21T04:06:33.294Z | |
| 47 | 2026-05-21T04:06:33.294Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-21T04:06:33.294Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-21T04:06:33.294Z | |
| 50 | 2026-05-21T04:06:33.294Z | To configure your current shell, you need to source |
| 51 | 2026-05-21T04:06:33.294Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-21T04:06:33.294Z | |
| 53 | 2026-05-21T04:06:33.294Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-21T04:06:33.299Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-21T04:06:33.299Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-21T04:06:33.299Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-21T04:06:33.299Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-21T04:06:33.300Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-21T04:06:33.300Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-21T04:06:33.300Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-21T04:06:33.300Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-21T04:06:33.369Z | + rustup --version |
| 63 | 2026-05-21T04:06:33.378Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-21T04:06:33.382Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-21T04:06:33.420Z | info: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)` |
| 66 | 2026-05-21T04:06:33.420Z | + cargo --version |
| 67 | 2026-05-21T04:06:33.428Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 68 | 2026-05-21T04:06:33.428Z | + rustc --version |
| 69 | 2026-05-21T04:06:33.440Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 70 | 2026-05-21T04:06:33.443Z | process exited: duration 15906 ms, exit code 0 |
| |
| 71 | 2026-05-21T04:06:33.449Z | starting task 2: "authentication" |
| 72 | 2026-05-21T04:06:33.466Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-05-21T04:06:33.473Z | starting task 3: "clone repository" |
| 74 | 2026-05-21T04:06:33.480Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-05-21T04:06:33.485Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-05-21T04:06:33.548Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-05-21T04:06:43.875Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-05-21T04:06:43.875Z | + git fetch origin d204ceae02cef504f99000e9ac832771dd74d2db |
| 79 | 2026-05-21T04:06:44.156Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-05-21T04:06:44.156Z | * branch d204ceae02cef504f99000e9ac832771dd74d2db -> FETCH_HEAD |
| 81 | 2026-05-21T04:06:44.169Z | + [[ -n renovate/rcgen-0.x ]] |
| 82 | 2026-05-21T04:06:44.169Z | ++ git branch --show-current |
| 83 | 2026-05-21T04:06:44.169Z | + current=main |
| 84 | 2026-05-21T04:06:44.169Z | + [[ main != renovate/rcgen-0.x ]] |
| 85 | 2026-05-21T04:06:44.169Z | + git branch -f renovate/rcgen-0.x d204ceae02cef504f99000e9ac832771dd74d2db |
| 86 | 2026-05-21T04:06:44.169Z | + git checkout -f renovate/rcgen-0.x |
| 87 | 2026-05-21T04:06:44.229Z | Switched to branch 'renovate/rcgen-0.x' |
| 88 | 2026-05-21T04:06:44.248Z | + git reset --hard d204ceae02cef504f99000e9ac832771dd74d2db |
| 89 | 2026-05-21T04:06:44.291Z | HEAD is now at d204ceae0 Update Rust crate rcgen to 0.14.8 |
| 90 | 2026-05-21T04:06:44.385Z | process exited: duration 10804 ms, exit code 0 |
| |
| 91 | 2026-05-21T04:06:44.423Z | starting task 4: "build" |
| 92 | 2026-05-21T04:06:44.459Z | + source ./env.sh |
| 93 | 2026-05-21T04:06:44.459Z | ++ OLD_SHELL_OPTS=ehxB |
| 94 | 2026-05-21T04:06:44.459Z | ++ set -o xtrace |
| 95 | 2026-05-21T04:06:44.459Z | ++++ dirname ./env.sh |
| 96 | 2026-05-21T04:06:44.495Z | +++ readlink -f . |
| 97 | 2026-05-21T04:06:44.495Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 98 | 2026-05-21T04:06:44.495Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ 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-21T04:06:44.496Z | ++ case $OLD_SHELL_OPTS in |
| 107 | 2026-05-21T04:06:44.496Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 108 | 2026-05-21T04:06:44.496Z | + source .github/buildomat/ci-env.sh |
| 109 | 2026-05-21T04:06:44.496Z | ++ export CARGO_TERM_COLOR=always |
| 110 | 2026-05-21T04:06:44.496Z | ++ CARGO_TERM_COLOR=always |
| 111 | 2026-05-21T04:06:44.497Z | + cargo --version |
| 112 | 2026-05-21T04:06:44.497Z | cargo 1.94.0 (85eff7c80 2026-01-15) |
| 113 | 2026-05-21T04:06:44.497Z | + rustc --version |
| 114 | 2026-05-21T04:06:44.508Z | rustc 1.94.0 (4a4ef493e 2026-03-02) |
| 115 | 2026-05-21T04:06:44.508Z | + banner prerequisites |
| 116 | 2026-05-21T04:06:44.508Z | |
| 117 | 2026-05-21T04:06:44.508Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 118 | 2026-05-21T04:06:44.508Z | # # # # # # # # # # # # # # # |
| 119 | 2026-05-21T04:06:44.508Z | # # # # ##### # # ##### # # # # # #### # |
| 120 | 2026-05-21T04:06:44.508Z | ##### ##### # ##### # # # # # # # # # |
| 121 | 2026-05-21T04:06:44.508Z | # # # # # # # # # # # # # # # |
| 122 | 2026-05-21T04:06:44.508Z | # # # ###### # # ###### ### # #### # #### # |
| 123 | 2026-05-21T04:06:44.508Z | |
| 124 | 2026-05-21T04:06:44.508Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 125 | 2026-05-21T04:06:47.024Z | Startup: Refreshing catalog 'helios' ... Done |
| 126 | 2026-05-21T04:06:47.105Z | Startup: Caching catalogs ... Done |
| 127 | 2026-05-21T04:06:47.306Z | Planning: Solver setup ... Done (0.172s) |
| 128 | 2026-05-21T04:06:47.323Z | Planning: Running solver ... Done (0.017s) |
| 129 | 2026-05-21T04:06:47.344Z | Planning: Finding local manifests ... Done (0.014s) |
| 130 | 2026-05-21T04:06:47.350Z | Planning: Fetching manifests: 0/2 0% complete |
| 131 | 2026-05-21T04:06:47.365Z | Planning: Fetching manifests: 2/2 100% complete |
| 132 | 2026-05-21T04:06:47.378Z | Planning: Package planning ... Done (0.013s) |
| 133 | 2026-05-21T04:06:47.381Z | Planning: Merging actions ... Done (0.002s) |
| 134 | 2026-05-21T04:06:47.578Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 135 | 2026-05-21T04:06:47.583Z | Planning: Consolidating action changes ... Done (0.001s) |
| 136 | 2026-05-21T04:06:49.551Z | Planning: Evaluating mediators ... Done (1.965s) |
| 137 | 2026-05-21T04:06:49.554Z | Planning: Planning completed in 2.43 seconds |
| 138 | 2026-05-21T04:06:49.560Z | Packages to install: 2 |
| 139 | 2026-05-21T04:06:49.560Z | Estimated space available: 156.07 GB |
| 140 | 2026-05-21T04:06:49.560Z | Estimated space to be consumed: 19.75 MB |
| 141 | 2026-05-21T04:06:49.560Z | Create boot environment: No |
| 142 | 2026-05-21T04:06:49.560Z | Create backup boot environment: No |
| 143 | 2026-05-21T04:06:49.561Z | Rebuild boot archive: No |
| 144 | 2026-05-21T04:06:49.561Z | |
| 145 | 2026-05-21T04:06:49.561Z | Changed packages: |
| 146 | 2026-05-21T04:06:49.561Z | helios |
| 147 | 2026-05-21T04:06:49.561Z | developer/build-essential |
| 148 | 2026-05-21T04:06:49.561Z | None -> 11-3.0 |
| 149 | 2026-05-21T04:06:49.561Z | library/libxmlsec1 |
| 150 | 2026-05-21T04:06:49.561Z | None -> 1.2.35-3.0 |
| 151 | 2026-05-21T04:06:49.632Z | |
| 152 | 2026-05-21T04:06:49.632Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 153 | 2026-05-21T04:06:50.283Z | Download: Completed 1.28 MB in 0.65 seconds (2.0M/s) |
| 154 | 2026-05-21T04:06:50.343Z | Actions: 1/268 actions (Installing new actions) |
| 155 | 2026-05-21T04:06:50.393Z | Actions: Completed 268 actions in 0.05 seconds. |
| 156 | 2026-05-21T04:06:50.399Z | Finalize: Updating package state database ... Done (0.006s) |
| 157 | 2026-05-21T04:06:50.402Z | Finalize: Updating package cache ... Done (0.000s) |
| 158 | 2026-05-21T04:06:50.414Z | Finalize: Updating image state ... Done (0.015s) |
| 159 | 2026-05-21T04:06:53.236Z | Finalize: Creating fast lookup database ... Done (2.801s) |
| 160 | 2026-05-21T04:06:53.312Z | Finalize: Reading search index ... Done (0.025s) |
| 161 | 2026-05-21T04:06:53.315Z | Finalize: Updating search index ... Done (0.000s) |
| 162 | 2026-05-21T04:06:53.410Z | Finalize: Updating package cache ... Done (0.000s) |
| 163 | 2026-05-21T04:06:53.705Z | Planning: Evaluating mediator changes ... Done |
| 164 | 2026-05-21T04:06:53.804Z | Planning: Checking for conflicting actions ... Done |
| 165 | 2026-05-21T04:06:53.807Z | Planning: Consolidating action changes ... Done |
| 166 | 2026-05-21T04:06:53.976Z | Planning: Evaluating mediators ... Done |
| 167 | 2026-05-21T04:06:53.980Z | Planning: Planning completed in 0.27 seconds |
| 168 | 2026-05-21T04:06:54.002Z | Mediators to change: 2 |
| 169 | 2026-05-21T04:06:54.002Z | Create boot environment: No |
| 170 | 2026-05-21T04:06:54.003Z | Create backup boot environment: No |
| 171 | 2026-05-21T04:06:54.076Z | Finalize: Updating package state database ... Done |
| 172 | 2026-05-21T04:06:54.076Z | Finalize: Updating package cache ... Done |
| 173 | 2026-05-21T04:06:54.097Z | Finalize: Updating image state ... Done |
| 174 | 2026-05-21T04:06:56.006Z | Finalize: Creating fast lookup database ... Done |
| 175 | 2026-05-21T04:06:56.068Z | Finalize: Reading search index ... Done |
| 176 | 2026-05-21T04:06:56.071Z | Finalize: Updating search index ... Done |
| 177 | 2026-05-21T04:06:56.127Z | Finalize: Updating package cache ... Done |
| 178 | 2026-05-21T04:06:56.411Z | Planning: Evaluating mediator changes ... Done |
| 179 | 2026-05-21T04:06:56.518Z | Planning: Checking for conflicting actions ... Done |
| 180 | 2026-05-21T04:06:56.521Z | Planning: Consolidating action changes ... Done |
| 181 | 2026-05-21T04:06:56.684Z | Planning: Evaluating mediators ... Done |
| 182 | 2026-05-21T04:06:56.687Z | Planning: Planning completed in 0.27 seconds |
| 183 | 2026-05-21T04:06:56.701Z | Mediators to change: 1 |
| 184 | 2026-05-21T04:06:56.701Z | Create boot environment: No |
| 185 | 2026-05-21T04:06:56.701Z | Create backup boot environment: No |
| 186 | 2026-05-21T04:06:56.750Z | Finalize: Updating package state database ... Done |
| 187 | 2026-05-21T04:06:56.750Z | Finalize: Updating package cache ... Done |
| 188 | 2026-05-21T04:06:56.758Z | Finalize: Updating image state ... Done |
| 189 | 2026-05-21T04:06:58.718Z | Finalize: Creating fast lookup database ... Done |
| 190 | 2026-05-21T04:06:58.793Z | Finalize: Reading search index ... Done |
| 191 | 2026-05-21T04:06:58.800Z | Finalize: Updating search index ... Done |
| 192 | 2026-05-21T04:06:58.836Z | Finalize: Updating package cache ... Done |
| 193 | 2026-05-21T04:06:59.150Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 194 | 2026-05-21T04:06:59.150Z | apache system 2.4 system |
| 195 | 2026-05-21T04:06:59.150Z | clang system 15 system |
| 196 | 2026-05-21T04:06:59.150Z | csh system system illumos |
| 197 | 2026-05-21T04:06:59.150Z | ctags system system illumos |
| 198 | 2026-05-21T04:06:59.151Z | file vendor vendor darwinsys |
| 199 | 2026-05-21T04:06:59.151Z | file system system illumos |
| 200 | 2026-05-21T04:06:59.151Z | gcc vendor 14 vendor |
| 201 | 2026-05-21T04:06:59.151Z | gcc system 13 system |
| 202 | 2026-05-21T04:06:59.151Z | gcc system 10 system |
| 203 | 2026-05-21T04:06:59.151Z | go system 1.25 system |
| 204 | 2026-05-21T04:06:59.151Z | llvm system 15 system |
| 205 | 2026-05-21T04:06:59.151Z | mariadb system 11.4 system |
| 206 | 2026-05-21T04:06:59.151Z | mta vendor vendor dma |
| 207 | 2026-05-21T04:06:59.151Z | openjdk system 17 system |
| 208 | 2026-05-21T04:06:59.151Z | openjdk system 11 system |
| 209 | 2026-05-21T04:06:59.151Z | openssl vendor 3 vendor |
| 210 | 2026-05-21T04:06:59.151Z | perl system 5.40 system |
| 211 | 2026-05-21T04:06:59.151Z | postgresql system 18 system |
| 212 | 2026-05-21T04:06:59.151Z | postgresql system 17 system |
| 213 | 2026-05-21T04:06:59.151Z | python vendor 3 vendor |
| 214 | 2026-05-21T04:06:59.152Z | python system 2 system |
| 215 | 2026-05-21T04:06:59.152Z | python3 vendor 3.13 vendor |
| 216 | 2026-05-21T04:06:59.152Z | ruby system 3.4 system |
| 217 | 2026-05-21T04:06:59.152Z | ruby system 3.0 system |
| 218 | 2026-05-21T04:06:59.152Z | words vendor vendor american-english |
| 219 | 2026-05-21T04:06:59.152Z | words system system australian-english |
| 220 | 2026-05-21T04:06:59.152Z | words system system british-english |
| 221 | 2026-05-21T04:06:59.152Z | words system system canadian-english |
| 222 | 2026-05-21T04:06:59.152Z | words system system french |
| 223 | 2026-05-21T04:06:59.152Z | words system system italian |
| 224 | 2026-05-21T04:06:59.152Z | words system system ngerman |
| 225 | 2026-05-21T04:06:59.152Z | words system system ogerman |
| 226 | 2026-05-21T04:06:59.152Z | words system system spanish |
| 227 | 2026-05-21T04:06:59.404Z | PUBLISHER TYPE STATUS P LOCATION |
| 228 | 2026-05-21T04:06:59.404Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 229 | 2026-05-21T04:06:59.674Z | FMRI IFO |
| 230 | 2026-05-21T04:06:59.674Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 231 | 2026-05-21T04:06:59.674Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 232 | 2026-05-21T04:06:59.674Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 233 | 2026-05-21T04:06:59.674Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 234 | 2026-05-21T04:06:59.674Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 235 | 2026-05-21T04:06:59.674Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 236 | 2026-05-21T04:06:59.674Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 237 | 2026-05-21T04:06:59.674Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 238 | 2026-05-21T04:06:59.674Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 239 | 2026-05-21T04:06:59.918Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 240 | 2026-05-21T04:07:00.175Z | Updating crates.io index |
| 241 | 2026-05-21T04:07:00.207Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2026-05-21T04:07:00.960Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 243 | 2026-05-21T04:07:01.382Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 244 | 2026-05-21T04:07:02.008Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 245 | 2026-05-21T04:07:02.883Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2026-05-21T04:07:03.377Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 247 | 2026-05-21T04:07:04.773Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 248 | 2026-05-21T04:07:05.612Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 249 | 2026-05-21T04:07:05.914Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 250 | 2026-05-21T04:07:06.766Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 251 | 2026-05-21T04:07:07.123Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 252 | 2026-05-21T04:07:07.486Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 253 | 2026-05-21T04:07:07.794Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 254 | 2026-05-21T04:07:08.686Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 255 | 2026-05-21T04:07:09.139Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 256 | 2026-05-21T04:07:09.422Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 257 | 2026-05-21T04:07:09.707Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 258 | 2026-05-21T04:07:10.003Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 259 | 2026-05-21T04:07:10.361Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 260 | 2026-05-21T04:07:10.563Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 261 | 2026-05-21T04:07:10.794Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 262 | 2026-05-21T04:07:11.047Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 263 | 2026-05-21T04:07:11.448Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 264 | 2026-05-21T04:07:12.333Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 265 | 2026-05-21T04:07:12.388Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 266 | 2026-05-21T04:07:12.776Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 267 | 2026-05-21T04:07:13.081Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 268 | 2026-05-21T04:07:13.928Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2026-05-21T04:07:14.550Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 270 | 2026-05-21T04:07:15.092Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 271 | 2026-05-21T04:07:15.543Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 272 | 2026-05-21T04:07:15.845Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 273 | 2026-05-21T04:07:16.142Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 274 | 2026-05-21T04:07:16.434Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 275 | 2026-05-21T04:07:16.728Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 276 | 2026-05-21T04:07:17.133Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2026-05-21T04:07:17.377Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2026-05-21T04:07:17.708Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 279 | 2026-05-21T04:07:17.992Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 280 | 2026-05-21T04:07:29.367Z | Downloading crates ... |
| 281 | 2026-05-21T04:07:29.443Z | Downloaded cargo_metadata v0.21.0 |
| 282 | 2026-05-21T04:07:29.450Z | Downloaded litemap v0.8.1 |
| 283 | 2026-05-21T04:07:29.450Z | Downloaded thread-id v4.2.2 |
| 284 | 2026-05-21T04:07:29.450Z | Downloaded zerocopy-derive v0.7.35 |
| 285 | 2026-05-21T04:07:29.450Z | Downloaded toml_datetime v0.6.11 |
| 286 | 2026-05-21T04:07:29.456Z | Downloaded tabled v0.15.0 |
| 287 | 2026-05-21T04:07:29.488Z | Downloaded usdt v0.5.0 |
| 288 | 2026-05-21T04:07:29.497Z | Downloaded zmij v1.0.21 |
| 289 | 2026-05-21T04:07:29.497Z | Downloaded unicode-ident v1.0.24 |
| 290 | 2026-05-21T04:07:29.497Z | Downloaded zerofrom-derive v0.1.6 |
| 291 | 2026-05-21T04:07:29.497Z | Downloaded usdt-impl v0.5.0 |
| 292 | 2026-05-21T04:07:29.497Z | Downloaded utf8parse v0.2.2 |
| 293 | 2026-05-21T04:07:29.509Z | Downloaded version_check v0.9.5 |
| 294 | 2026-05-21T04:07:29.509Z | Downloaded heck v0.5.0 |
| 295 | 2026-05-21T04:07:29.509Z | Downloaded getrandom v0.4.1 |
| 296 | 2026-05-21T04:07:29.509Z | Downloaded icu_properties v2.1.2 |
| 297 | 2026-05-21T04:07:29.509Z | Downloaded writeable v0.6.2 |
| 298 | 2026-05-21T04:07:29.509Z | Downloaded toml v0.8.23 |
| 299 | 2026-05-21T04:07:29.521Z | Downloaded thiserror v2.0.18 |
| 300 | 2026-05-21T04:07:29.521Z | Downloaded crypto-common v0.1.7 |
| 301 | 2026-05-21T04:07:29.521Z | Downloaded toml_edit v0.22.27 |
| 302 | 2026-05-21T04:07:29.547Z | Downloaded log v0.4.29 |
| 303 | 2026-05-21T04:07:29.564Z | Downloaded form_urlencoded v1.2.2 |
| 304 | 2026-05-21T04:07:29.564Z | Downloaded unicode-width v0.1.14 |
| 305 | 2026-05-21T04:07:29.564Z | Downloaded typenum v1.19.0 |
| 306 | 2026-05-21T04:07:29.564Z | Downloaded zerovec-derive v0.11.2 |
| 307 | 2026-05-21T04:07:29.564Z | Downloaded indexmap v2.14.0 |
| 308 | 2026-05-21T04:07:29.564Z | Downloaded unicode-linebreak v0.1.5 |
| 309 | 2026-05-21T04:07:29.565Z | Downloaded thiserror-impl v1.0.69 |
| 310 | 2026-05-21T04:07:29.565Z | Downloaded swrite v0.1.0 |
| 311 | 2026-05-21T04:07:29.565Z | Downloaded thiserror-impl v2.0.18 |
| 312 | 2026-05-21T04:07:29.584Z | Downloaded yoke-derive v0.8.1 |
| 313 | 2026-05-21T04:07:29.584Z | Downloaded tinystr v0.8.2 |
| 314 | 2026-05-21T04:07:29.584Z | Downloaded zerotrie v0.2.3 |
| 315 | 2026-05-21T04:07:29.584Z | Downloaded unicode-xid v0.2.6 |
| 316 | 2026-05-21T04:07:29.584Z | Downloaded is_terminal_polyfill v1.70.2 |
| 317 | 2026-05-21T04:07:29.584Z | Downloaded sha2 v0.10.9 |
| 318 | 2026-05-21T04:07:29.584Z | Downloaded serde_spanned v0.6.9 |
| 319 | 2026-05-21T04:07:29.606Z | Downloaded toml_write v0.1.2 |
| 320 | 2026-05-21T04:07:29.606Z | Downloaded yoke v0.8.1 |
| 321 | 2026-05-21T04:07:29.606Z | Downloaded utf8_iter v1.0.4 |
| 322 | 2026-05-21T04:07:29.606Z | Downloaded proc-macro-error v1.0.4 |
| 323 | 2026-05-21T04:07:29.606Z | Downloaded scroll_derive v0.12.1 |
| 324 | 2026-05-21T04:07:29.606Z | Downloaded icu_collections v2.1.1 |
| 325 | 2026-05-21T04:07:29.606Z | Downloaded fastrand v2.3.0 |
| 326 | 2026-05-21T04:07:29.606Z | Downloaded dtrace-parser v0.2.0 |
| 327 | 2026-05-21T04:07:29.606Z | Downloaded cpufeatures v0.2.17 |
| 328 | 2026-05-21T04:07:29.606Z | Downloaded plain v0.2.3 |
| 329 | 2026-05-21T04:07:29.606Z | Downloaded cargo-util-schemas v0.8.2 |
| 330 | 2026-05-21T04:07:29.622Z | Downloaded memmap v0.7.0 |
| 331 | 2026-05-21T04:07:29.622Z | Downloaded usdt-attr-macro v0.5.0 |
| 332 | 2026-05-21T04:07:29.623Z | Downloaded bytecount v0.6.9 |
| 333 | 2026-05-21T04:07:29.623Z | Downloaded cfg-if v1.0.4 |
| 334 | 2026-05-21T04:07:29.638Z | Downloaded percent-encoding v2.3.2 |
| 335 | 2026-05-21T04:07:29.638Z | Downloaded stable_deref_trait v1.2.1 |
| 336 | 2026-05-21T04:07:29.647Z | Downloaded url v2.5.8 |
| 337 | 2026-05-21T04:07:29.648Z | Downloaded synstructure v0.13.2 |
| 338 | 2026-05-21T04:07:29.651Z | Downloaded textwrap v0.16.2 |
| 339 | 2026-05-21T04:07:29.651Z | Downloaded thiserror v1.0.69 |
| 340 | 2026-05-21T04:07:29.654Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2026-05-21T04:07:29.654Z | Downloaded zerofrom v0.1.6 |
| 342 | 2026-05-21T04:07:29.654Z | Downloaded usdt-macro v0.5.0 |
| 343 | 2026-05-21T04:07:29.658Z | Downloaded typeid v1.0.3 |
| 344 | 2026-05-21T04:07:29.668Z | Downloaded byteorder v1.5.0 |
| 345 | 2026-05-21T04:07:29.673Z | Downloaded serde v1.0.228 |
| 346 | 2026-05-21T04:07:29.673Z | Downloaded zerovec v0.11.5 |
| 347 | 2026-05-21T04:07:29.677Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2026-05-21T04:07:29.686Z | Downloaded winnow v0.7.14 |
| 349 | 2026-05-21T04:07:29.698Z | Downloaded zerocopy v0.7.35 |
| 350 | 2026-05-21T04:07:29.719Z | Downloaded memchr v2.8.0 |
| 351 | 2026-05-21T04:07:29.719Z | Downloaded clap_builder v4.5.60 |
| 352 | 2026-05-21T04:07:29.736Z | Downloaded pest_generator v2.8.6 |
| 353 | 2026-05-21T04:07:29.737Z | Downloaded terminal_size v0.4.3 |
| 354 | 2026-05-21T04:07:29.798Z | Downloaded rustix v1.1.3 |
| 355 | 2026-05-21T04:07:29.828Z | Downloaded macaddr v1.0.1 |
| 356 | 2026-05-21T04:07:29.828Z | Downloaded icu_provider v2.1.1 |
| 357 | 2026-05-21T04:07:29.828Z | Downloaded equivalent v1.0.2 |
| 358 | 2026-05-21T04:07:29.828Z | Downloaded bitflags v2.11.0 |
| 359 | 2026-05-21T04:07:29.828Z | Downloaded cargo-platform v0.2.0 |
| 360 | 2026-05-21T04:07:29.828Z | Downloaded serde_core v1.0.228 |
| 361 | 2026-05-21T04:07:29.878Z | Downloaded scroll v0.12.0 |
| 362 | 2026-05-21T04:07:29.878Z | Downloaded pest v2.8.6 |
| 363 | 2026-05-21T04:07:29.878Z | Downloaded cargo_toml v0.21.0 |
| 364 | 2026-05-21T04:07:29.878Z | Downloaded pretty-hex v0.4.1 |
| 365 | 2026-05-21T04:07:29.878Z | Downloaded clap_derive v4.5.55 |
| 366 | 2026-05-21T04:07:29.878Z | Downloaded pest_derive v2.8.6 |
| 367 | 2026-05-21T04:07:29.878Z | Downloaded syn v1.0.109 |
| 368 | 2026-05-21T04:07:29.878Z | Downloaded idna v1.1.0 |
| 369 | 2026-05-21T04:07:29.878Z | Downloaded errno v0.3.14 |
| 370 | 2026-05-21T04:07:29.931Z | Downloaded serde_tokenstream v0.2.3 |
| 371 | 2026-05-21T04:07:29.931Z | Downloaded clap_lex v1.0.0 |
| 372 | 2026-05-21T04:07:29.931Z | Downloaded serde-untagged v0.1.9 |
| 373 | 2026-05-21T04:07:29.931Z | Downloaded autocfg v1.5.0 |
| 374 | 2026-05-21T04:07:29.931Z | Downloaded anstyle-parse v0.2.7 |
| 375 | 2026-05-21T04:07:29.931Z | Downloaded icu_locale_core v2.1.1 |
| 376 | 2026-05-21T04:07:29.931Z | Downloaded strsim v0.11.1 |
| 377 | 2026-05-21T04:07:29.931Z | Downloaded generic-array v0.14.7 |
| 378 | 2026-05-21T04:07:29.931Z | Downloaded displaydoc v0.2.5 |
| 379 | 2026-05-21T04:07:29.931Z | Downloaded serde_json v1.0.149 |
| 380 | 2026-05-21T04:07:29.931Z | Downloaded icu_normalizer_data v2.1.1 |
| 381 | 2026-05-21T04:07:29.931Z | Downloaded block-buffer v0.10.4 |
| 382 | 2026-05-21T04:07:29.980Z | Downloaded syn v2.0.117 |
| 383 | 2026-05-21T04:07:29.980Z | Downloaded unicode-width v0.2.0 |
| 384 | 2026-05-21T04:07:29.980Z | Downloaded goblin v0.8.2 |
| 385 | 2026-05-21T04:07:29.980Z | Downloaded anstyle v1.0.13 |
| 386 | 2026-05-21T04:07:29.980Z | Downloaded fs-err v3.3.0 |
| 387 | 2026-05-21T04:07:29.980Z | Downloaded pest_meta v2.8.6 |
| 388 | 2026-05-21T04:07:29.980Z | Downloaded tabled_derive v0.7.0 |
| 389 | 2026-05-21T04:07:30.029Z | Downloaded libc v0.2.185 |
| 390 | 2026-05-21T04:07:30.030Z | Downloaded heck v0.4.1 |
| 391 | 2026-05-21T04:07:30.030Z | Downloaded colorchoice v1.0.4 |
| 392 | 2026-05-21T04:07:30.030Z | Downloaded anyhow v1.0.102 |
| 393 | 2026-05-21T04:07:30.030Z | Downloaded icu_normalizer v2.1.1 |
| 394 | 2026-05-21T04:07:30.089Z | Downloaded smawk v0.3.2 |
| 395 | 2026-05-21T04:07:30.090Z | Downloaded erased-serde v0.4.9 |
| 396 | 2026-05-21T04:07:30.090Z | Downloaded camino v1.2.2 |
| 397 | 2026-05-21T04:07:30.090Z | Downloaded clap v4.5.60 |
| 398 | 2026-05-21T04:07:30.090Z | Downloaded serde-value v0.7.0 |
| 399 | 2026-05-21T04:07:30.090Z | Downloaded idna_adapter v1.2.1 |
| 400 | 2026-05-21T04:07:30.090Z | Downloaded hashbrown v0.17.0 |
| 401 | 2026-05-21T04:07:30.090Z | Downloaded papergrid v0.11.0 |
| 402 | 2026-05-21T04:07:30.153Z | Downloaded quote v1.0.45 |
| 403 | 2026-05-21T04:07:30.153Z | Downloaded anstyle-query v1.1.5 |
| 404 | 2026-05-21T04:07:30.153Z | Downloaded dof v0.3.0 |
| 405 | 2026-05-21T04:07:30.199Z | Downloaded camino-tempfile v1.4.1 |
| 406 | 2026-05-21T04:07:30.199Z | Downloaded semver v1.0.28 |
| 407 | 2026-05-21T04:07:30.199Z | Downloaded itoa v1.0.17 |
| 408 | 2026-05-21T04:07:30.200Z | Downloaded icu_properties_data v2.1.2 |
| 409 | 2026-05-21T04:07:30.200Z | Downloaded fnv v1.0.7 |
| 410 | 2026-05-21T04:07:30.200Z | Downloaded proc-macro2 v1.0.106 |
| 411 | 2026-05-21T04:07:30.200Z | Downloaded num-traits v0.2.19 |
| 412 | 2026-05-21T04:07:30.237Z | Downloaded smallvec v1.15.1 |
| 413 | 2026-05-21T04:07:30.237Z | Downloaded tempfile v3.25.0 |
| 414 | 2026-05-21T04:07:30.237Z | Downloaded anstream v0.6.21 |
| 415 | 2026-05-21T04:07:30.238Z | Downloaded digest v0.10.7 |
| 416 | 2026-05-21T04:07:30.238Z | Downloaded serde_derive v1.0.228 |
| 417 | 2026-05-21T04:07:30.238Z | Downloaded potential_utf v0.1.4 |
| 418 | 2026-05-21T04:07:30.344Z | Downloaded once_cell v1.21.3 |
| 419 | 2026-05-21T04:07:30.374Z | Downloaded ordered-float v2.10.1 |
| 420 | 2026-05-21T04:07:30.395Z | Compiling proc-macro2 v1.0.106 |
| 421 | 2026-05-21T04:07:30.395Z | Compiling unicode-ident v1.0.24 |
| 422 | 2026-05-21T04:07:30.403Z | Compiling quote v1.0.45 |
| 423 | 2026-05-21T04:07:30.403Z | Compiling serde_core v1.0.228 |
| 424 | 2026-05-21T04:07:30.403Z | Compiling libc v0.2.185 |
| 425 | 2026-05-21T04:07:30.403Z | Compiling version_check v0.9.5 |
| 426 | 2026-05-21T04:07:30.403Z | Compiling serde v1.0.228 |
| 427 | 2026-05-21T04:07:30.403Z | Compiling stable_deref_trait v1.2.1 |
| 428 | 2026-05-21T04:07:30.719Z | Compiling memchr v2.8.0 |
| 429 | 2026-05-21T04:07:30.730Z | Compiling zmij v1.0.21 |
| 430 | 2026-05-21T04:07:30.943Z | Compiling thiserror v1.0.69 |
| 431 | 2026-05-21T04:07:31.162Z | Compiling autocfg v1.5.0 |
| 432 | 2026-05-21T04:07:31.196Z | Compiling itoa v1.0.17 |
| 433 | 2026-05-21T04:07:31.306Z | Compiling ucd-trie v0.1.7 |
| 434 | 2026-05-21T04:07:31.428Z | Compiling writeable v0.6.2 |
| 435 | 2026-05-21T04:07:31.553Z | Compiling pest v2.8.6 |
| 436 | 2026-05-21T04:07:31.598Z | Compiling litemap v0.8.1 |
| 437 | 2026-05-21T04:07:31.631Z | Compiling byteorder v1.5.0 |
| 438 | 2026-05-21T04:07:31.631Z | Compiling icu_normalizer_data v2.1.1 |
| 439 | 2026-05-21T04:07:31.771Z | Compiling rustix v1.1.3 |
| 440 | 2026-05-21T04:07:31.814Z | Compiling icu_properties_data v2.1.2 |
| 441 | 2026-05-21T04:07:32.022Z | Compiling syn v2.0.117 |
| 442 | 2026-05-21T04:07:32.066Z | Compiling errno v0.3.14 |
| 443 | 2026-05-21T04:07:32.107Z | Compiling bitflags v2.11.0 |
| 444 | 2026-05-21T04:07:32.107Z | Compiling serde_json v1.0.149 |
| 445 | 2026-05-21T04:07:32.295Z | Compiling num-traits v0.2.19 |
| 446 | 2026-05-21T04:07:32.381Z | Compiling equivalent v1.0.2 |
| 447 | 2026-05-21T04:07:32.463Z | Compiling typeid v1.0.3 |
| 448 | 2026-05-21T04:07:32.482Z | Compiling hashbrown v0.17.0 |
| 449 | 2026-05-21T04:07:32.487Z | Compiling smallvec v1.15.1 |
| 450 | 2026-05-21T04:07:32.714Z | Compiling pest_meta v2.8.6 |
| 451 | 2026-05-21T04:07:32.840Z | Compiling thread-id v4.2.2 |
| 452 | 2026-05-21T04:07:32.918Z | Compiling usdt-impl v0.5.0 |
| 453 | 2026-05-21T04:07:32.969Z | Compiling indexmap v2.14.0 |
| 454 | 2026-05-21T04:07:32.986Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2026-05-21T04:07:33.019Z | Compiling toml_write v0.1.2 |
| 456 | 2026-05-21T04:07:33.122Z | Compiling winnow v0.7.14 |
| 457 | 2026-05-21T04:07:33.177Z | Compiling erased-serde v0.4.9 |
| 458 | 2026-05-21T04:07:33.213Z | Compiling syn v1.0.109 |
| 459 | 2026-05-21T04:07:33.585Z | Compiling proc-macro-error v1.0.4 |
| 460 | 2026-05-21T04:07:33.685Z | Compiling thiserror v2.0.18 |
| 461 | 2026-05-21T04:07:33.774Z | Compiling getrandom v0.4.1 |
| 462 | 2026-05-21T04:07:34.063Z | Compiling camino v1.2.2 |
| 463 | 2026-05-21T04:07:34.155Z | Compiling plain v0.2.3 |
| 464 | 2026-05-21T04:07:34.231Z | Compiling utf8parse v0.2.2 |
| 465 | 2026-05-21T04:07:34.276Z | Compiling percent-encoding v2.3.2 |
| 466 | 2026-05-21T04:07:34.350Z | Compiling log v0.4.29 |
| 467 | 2026-05-21T04:07:34.368Z | Compiling utf8_iter v1.0.4 |
| 468 | 2026-05-21T04:07:34.437Z | Compiling form_urlencoded v1.2.2 |
| 469 | 2026-05-21T04:07:34.473Z | Compiling anstyle-parse v0.2.7 |
| 470 | 2026-05-21T04:07:34.508Z | Compiling ordered-float v2.10.1 |
| 471 | 2026-05-21T04:07:34.618Z | Compiling synstructure v0.13.2 |
| 472 | 2026-05-21T04:07:34.647Z | Compiling pest_generator v2.8.6 |
| 473 | 2026-05-21T04:07:34.733Z | Compiling terminal_size v0.4.3 |
| 474 | 2026-05-21T04:07:34.883Z | Compiling is_terminal_polyfill v1.70.2 |
| 475 | 2026-05-21T04:07:34.985Z | Compiling cfg-if v1.0.4 |
| 476 | 2026-05-21T04:07:35.003Z | Compiling anstyle-query v1.1.5 |
| 477 | 2026-05-21T04:07:35.049Z | Compiling pretty-hex v0.4.1 |
| 478 | 2026-05-21T04:07:35.079Z | Compiling anstyle v1.0.13 |
| 479 | 2026-05-21T04:07:35.111Z | Compiling colorchoice v1.0.4 |
| 480 | 2026-05-21T04:07:35.133Z | Compiling serde-untagged v0.1.9 |
| 481 | 2026-05-21T04:07:35.316Z | Compiling anstream v0.6.21 |
| 482 | 2026-05-21T04:07:35.326Z | Compiling semver v1.0.28 |
| 483 | 2026-05-21T04:07:35.371Z | Compiling fs-err v3.3.0 |
| 484 | 2026-05-21T04:07:35.393Z | Compiling anyhow v1.0.102 |
| 485 | 2026-05-21T04:07:35.554Z | Compiling heck v0.5.0 |
| 486 | 2026-05-21T04:07:35.615Z | Compiling unicode-xid v0.2.6 |
| 487 | 2026-05-21T04:07:35.625Z | Compiling fastrand v2.3.0 |
| 488 | 2026-05-21T04:07:35.643Z | Compiling unicode-width v0.1.14 |
| 489 | 2026-05-21T04:07:35.684Z | Compiling bytecount v0.6.9 |
| 490 | 2026-05-21T04:07:35.728Z | Compiling clap_lex v1.0.0 |
| 491 | 2026-05-21T04:07:35.827Z | Compiling heck v0.4.1 |
| 492 | 2026-05-21T04:07:35.877Z | Compiling once_cell v1.21.3 |
| 493 | 2026-05-21T04:07:35.915Z | Compiling fnv v1.0.7 |
| 494 | 2026-05-21T04:07:35.953Z | Compiling strsim v0.11.1 |
| 495 | 2026-05-21T04:07:36.014Z | Compiling papergrid v0.11.0 |
| 496 | 2026-05-21T04:07:36.038Z | Compiling tempfile v3.25.0 |
| 497 | 2026-05-21T04:07:36.234Z | Compiling clap_builder v4.5.60 |
| 498 | 2026-05-21T04:07:36.297Z | Compiling memmap v0.7.0 |
| 499 | 2026-05-21T04:07:36.312Z | Compiling unicode-linebreak v0.1.5 |
| 500 | 2026-05-21T04:07:36.330Z | Compiling serde_derive v1.0.228 |
| 501 | 2026-05-21T04:07:36.406Z | Compiling zerofrom-derive v0.1.6 |
| 502 | 2026-05-21T04:07:36.475Z | Compiling yoke-derive v0.8.1 |
| 503 | 2026-05-21T04:07:36.554Z | Compiling zerovec-derive v0.11.2 |
| 504 | 2026-05-21T04:07:36.694Z | Compiling displaydoc v0.2.5 |
| 505 | 2026-05-21T04:07:37.404Z | Compiling thiserror-impl v1.0.69 |
| 506 | 2026-05-21T04:07:37.419Z | Compiling zerocopy-derive v0.7.35 |
| 507 | 2026-05-21T04:07:37.610Z | Compiling pest_derive v2.8.6 |
| 508 | 2026-05-21T04:07:37.645Z | Compiling scroll_derive v0.12.1 |
| 509 | 2026-05-21T04:07:37.766Z | Compiling zerofrom v0.1.6 |
| 510 | 2026-05-21T04:07:37.904Z | Compiling yoke v0.8.1 |
| 511 | 2026-05-21T04:07:38.028Z | Compiling thiserror-impl v2.0.18 |
| 512 | 2026-05-21T04:07:38.096Z | Compiling zerovec v0.11.5 |
| 513 | 2026-05-21T04:07:38.267Z | Compiling zerotrie v0.2.3 |
| 514 | 2026-05-21T04:07:38.306Z | Compiling zerocopy v0.7.35 |
| 515 | 2026-05-21T04:07:38.568Z | Compiling tinystr v0.8.2 |
| 516 | 2026-05-21T04:07:38.602Z | Compiling potential_utf v0.1.4 |
| 517 | 2026-05-21T04:07:38.756Z | Compiling icu_locale_core v2.1.1 |
| 518 | 2026-05-21T04:07:38.771Z | Compiling icu_collections v2.1.1 |
| 519 | 2026-05-21T04:07:38.787Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2026-05-21T04:07:38.908Z | Compiling scroll v0.12.0 |
| 521 | 2026-05-21T04:07:39.187Z | Compiling goblin v0.8.2 |
| 522 | 2026-05-21T04:07:39.269Z | Compiling tabled_derive v0.7.0 |
| 523 | 2026-05-21T04:07:39.269Z | Compiling clap_derive v4.5.55 |
| 524 | 2026-05-21T04:07:39.518Z | Compiling icu_provider v2.1.1 |
| 525 | 2026-05-21T04:07:39.587Z | Compiling smawk v0.3.2 |
| 526 | 2026-05-21T04:07:39.719Z | Compiling serde_spanned v0.6.9 |
| 527 | 2026-05-21T04:07:39.725Z | Compiling toml_datetime v0.6.11 |
| 528 | 2026-05-21T04:07:39.753Z | Compiling dof v0.3.0 |
| 529 | 2026-05-21T04:07:39.775Z | Compiling icu_properties v2.1.2 |
| 530 | 2026-05-21T04:07:39.834Z | Compiling icu_normalizer v2.1.1 |
| 531 | 2026-05-21T04:07:39.871Z | Compiling serde_tokenstream v0.2.3 |
| 532 | 2026-05-21T04:07:40.017Z | Compiling toml_edit v0.22.27 |
| 533 | 2026-05-21T04:07:40.195Z | Compiling serde-value v0.7.0 |
| 534 | 2026-05-21T04:07:40.210Z | Compiling cargo-platform v0.2.0 |
| 535 | 2026-05-21T04:07:40.390Z | Compiling unicode-width v0.2.0 |
| 536 | 2026-05-21T04:07:40.490Z | Compiling tabled v0.15.0 |
| 537 | 2026-05-21T04:07:40.562Z | Compiling macaddr v1.0.1 |
| 538 | 2026-05-21T04:07:40.677Z | Compiling idna_adapter v1.2.1 |
| 539 | 2026-05-21T04:07:40.788Z | Compiling idna v1.1.0 |
| 540 | 2026-05-21T04:07:40.788Z | Compiling usdt-attr-macro v0.5.0 |
| 541 | 2026-05-21T04:07:40.820Z | Compiling usdt-macro v0.5.0 |
| 542 | 2026-05-21T04:07:40.883Z | Compiling textwrap v0.16.2 |
| 543 | 2026-05-21T04:07:41.079Z | Compiling url v2.5.8 |
| 544 | 2026-05-21T04:07:41.339Z | Compiling clap v4.5.60 |
| 545 | 2026-05-21T04:07:41.424Z | Compiling toml v0.8.23 |
| 546 | 2026-05-21T04:07:41.473Z | Compiling camino-tempfile v1.4.1 |
| 547 | 2026-05-21T04:07:41.839Z | Compiling cargo-util-schemas v0.8.2 |
| 548 | 2026-05-21T04:07:42.010Z | Compiling cargo_toml v0.21.0 |
| 549 | 2026-05-21T04:07:42.048Z | Compiling swrite v0.1.0 |
| 550 | 2026-05-21T04:07:42.140Z | Compiling usdt v0.5.0 |
| 551 | 2026-05-21T04:07:42.167Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 552 | 2026-05-21T04:07:42.767Z | Compiling cargo_metadata v0.21.0 |
| 553 | 2026-05-21T04:07:43.671Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 554 | 2026-05-21T04:07:45.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.01s |
| 555 | 2026-05-21T04:07:46.009Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 556 | 2026-05-21T04:07:46.571Z | Downloading crates ... |
| 557 | 2026-05-21T04:07:46.681Z | Downloaded arc-swap v1.8.2 |
| 558 | 2026-05-21T04:07:46.685Z | Downloaded convert_case v0.4.0 |
| 559 | 2026-05-21T04:07:46.689Z | Downloaded byte-wrapper v0.1.0 |
| 560 | 2026-05-21T04:07:46.689Z | Downloaded cfg_aliases v0.1.1 |
| 561 | 2026-05-21T04:07:46.697Z | Downloaded ciborium-ll v0.2.2 |
| 562 | 2026-05-21T04:07:46.697Z | Downloaded atty v0.2.14 |
| 563 | 2026-05-21T04:07:46.697Z | Downloaded crc-any v2.5.0 |
| 564 | 2026-05-21T04:07:46.697Z | Downloaded base64ct v1.8.3 |
| 565 | 2026-05-21T04:07:46.700Z | Downloaded adler2 v2.0.1 |
| 566 | 2026-05-21T04:07:46.700Z | Downloaded allocator-api2 v0.2.21 |
| 567 | 2026-05-21T04:07:46.700Z | Downloaded dyn-clone v1.0.20 |
| 568 | 2026-05-21T04:07:46.700Z | Downloaded crc8 v0.1.1 |
| 569 | 2026-05-21T04:07:46.700Z | Downloaded dirs-sys-next v0.1.2 |
| 570 | 2026-05-21T04:07:46.700Z | Downloaded crc32fast v1.5.0 |
| 571 | 2026-05-21T04:07:46.706Z | Downloaded cmake v0.1.57 |
| 572 | 2026-05-21T04:07:46.706Z | Downloaded async-trait v0.1.89 |
| 573 | 2026-05-21T04:07:46.710Z | Downloaded defmt v0.3.100 |
| 574 | 2026-05-21T04:07:46.710Z | Downloaded crc-catalog v2.4.0 |
| 575 | 2026-05-21T04:07:46.710Z | Downloaded bit-vec v0.8.0 |
| 576 | 2026-05-21T04:07:46.710Z | Downloaded darling_macro v0.23.0 |
| 577 | 2026-05-21T04:07:46.710Z | Downloaded aes-gcm v0.10.3 |
| 578 | 2026-05-21T04:07:46.713Z | Downloaded ed25519 v2.2.3 |
| 579 | 2026-05-21T04:07:46.713Z | Downloaded crucible-workspace-hack v0.1.0 |
| 580 | 2026-05-21T04:07:46.713Z | Downloaded crc v3.4.0 |
| 581 | 2026-05-21T04:07:46.717Z | Downloaded cpufeatures v0.3.0 |
| 582 | 2026-05-21T04:07:46.722Z | Downloaded darling_core v0.20.11 |
| 583 | 2026-05-21T04:07:46.726Z | Downloaded cstr-argument v0.1.2 |
| 584 | 2026-05-21T04:07:46.726Z | Downloaded bstr v1.12.1 |
| 585 | 2026-05-21T04:07:46.735Z | Downloaded defmt-macros v1.0.1 |
| 586 | 2026-05-21T04:07:46.741Z | Downloaded defmt-parser v1.0.0 |
| 587 | 2026-05-21T04:07:46.741Z | Downloaded compression-codecs v0.4.37 |
| 588 | 2026-05-21T04:07:46.741Z | Downloaded daft-derive v0.1.7 |
| 589 | 2026-05-21T04:07:46.741Z | Downloaded float-ord v0.3.2 |
| 590 | 2026-05-21T04:07:46.741Z | Downloaded cexpr v0.6.0 |
| 591 | 2026-05-21T04:07:46.745Z | Downloaded csv-core v0.1.13 |
| 592 | 2026-05-21T04:07:46.745Z | Downloaded const_format v0.2.35 |
| 593 | 2026-05-21T04:07:46.745Z | Downloaded cfg_aliases v0.2.1 |
| 594 | 2026-05-21T04:07:46.745Z | Downloaded base16ct v0.2.0 |
| 595 | 2026-05-21T04:07:46.756Z | Downloaded async-stream v0.3.6 |
| 596 | 2026-05-21T04:07:46.756Z | Downloaded critical-section v1.2.0 |
| 597 | 2026-05-21T04:07:46.756Z | Downloaded display-error-chain v0.2.2 |
| 598 | 2026-05-21T04:07:46.756Z | Downloaded derive_builder_macro v0.20.2 |
| 599 | 2026-05-21T04:07:46.760Z | Downloaded embedded-io v0.4.0 |
| 600 | 2026-05-21T04:07:46.760Z | Downloaded castaway v0.2.4 |
| 601 | 2026-05-21T04:07:46.760Z | Downloaded crossbeam-channel v0.5.15 |
| 602 | 2026-05-21T04:07:46.760Z | Downloaded crunchy v0.2.4 |
| 603 | 2026-05-21T04:07:46.760Z | Downloaded bitfield-struct v0.6.2 |
| 604 | 2026-05-21T04:07:46.760Z | Downloaded arrayref v0.3.9 |
| 605 | 2026-05-21T04:07:46.761Z | Downloaded debug-ignore v1.0.5 |
| 606 | 2026-05-21T04:07:46.761Z | Downloaded clang-sys v1.8.1 |
| 607 | 2026-05-21T04:07:46.765Z | Downloaded fixedbitset v0.4.2 |
| 608 | 2026-05-21T04:07:46.765Z | Downloaded dsl_auto_type v0.2.0 |
| 609 | 2026-05-21T04:07:46.765Z | Downloaded async-recursion v1.1.1 |
| 610 | 2026-05-21T04:07:46.772Z | Downloaded arrayvec v0.7.6 |
| 611 | 2026-05-21T04:07:46.772Z | Downloaded endian-type v0.1.2 |
| 612 | 2026-05-21T04:07:46.777Z | Downloaded diesel_derives v2.3.7 |
| 613 | 2026-05-21T04:07:46.777Z | Downloaded bit-set v0.5.3 |
| 614 | 2026-05-21T04:07:46.777Z | Downloaded darling_macro v0.21.3 |
| 615 | 2026-05-21T04:07:46.777Z | Downloaded env_filter v1.0.0 |
| 616 | 2026-05-21T04:07:46.777Z | Downloaded difflib v0.4.0 |
| 617 | 2026-05-21T04:07:46.781Z | Downloaded crypto-bigint v0.5.5 |
| 618 | 2026-05-21T04:07:46.781Z | Downloaded flagset v0.4.7 |
| 619 | 2026-05-21T04:07:46.788Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 620 | 2026-05-21T04:07:46.788Z | Downloaded bcs v0.1.6 |
| 621 | 2026-05-21T04:07:46.788Z | Downloaded dunce v1.0.5 |
| 622 | 2026-05-21T04:07:46.795Z | Downloaded downcast-rs v2.0.2 |
| 623 | 2026-05-21T04:07:46.795Z | Downloaded argon2 v0.5.3 |
| 624 | 2026-05-21T04:07:46.795Z | Downloaded cassowary v0.3.0 |
| 625 | 2026-05-21T04:07:46.795Z | Downloaded asn1-rs-impl v0.2.0 |
| 626 | 2026-05-21T04:07:46.795Z | Downloaded embedded-io v0.6.1 |
| 627 | 2026-05-21T04:07:46.795Z | Downloaded dirs-next v2.0.0 |
| 628 | 2026-05-21T04:07:46.795Z | Downloaded der_derive v0.7.3 |
| 629 | 2026-05-21T04:07:46.800Z | Downloaded darling_macro v0.20.11 |
| 630 | 2026-05-21T04:07:46.800Z | Downloaded block-padding v0.3.3 |
| 631 | 2026-05-21T04:07:46.800Z | Downloaded bit-set v0.8.0 |
| 632 | 2026-05-21T04:07:46.800Z | Downloaded async-bb8-diesel v0.2.1 |
| 633 | 2026-05-21T04:07:46.800Z | Downloaded compression-core v0.4.31 |
| 634 | 2026-05-21T04:07:46.800Z | Downloaded fd-lock v4.0.4 |
| 635 | 2026-05-21T04:07:46.800Z | Downloaded ecdsa v0.16.9 |
| 636 | 2026-05-21T04:07:46.806Z | Downloaded buf-list v1.1.2 |
| 637 | 2026-05-21T04:07:46.806Z | Downloaded env_logger v0.11.9 |
| 638 | 2026-05-21T04:07:46.810Z | Downloaded bit-vec v0.9.1 |
| 639 | 2026-05-21T04:07:46.810Z | Downloaded document-features v0.2.12 |
| 640 | 2026-05-21T04:07:46.810Z | Downloaded ahash v0.8.12 |
| 641 | 2026-05-21T04:07:46.810Z | Downloaded asn1-rs-derive v0.6.0 |
| 642 | 2026-05-21T04:07:46.827Z | Downloaded float-cmp v0.10.0 |
| 643 | 2026-05-21T04:07:46.827Z | Downloaded atomicwrites v0.4.4 |
| 644 | 2026-05-21T04:07:46.827Z | Downloaded foreign-types-macros v0.2.3 |
| 645 | 2026-05-21T04:07:46.827Z | Downloaded futures-io v0.3.32 |
| 646 | 2026-05-21T04:07:46.839Z | Downloaded dtrace-parser v0.3.0 |
| 647 | 2026-05-21T04:07:46.839Z | Downloaded async-stream-impl v0.3.6 |
| 648 | 2026-05-21T04:07:46.839Z | Downloaded aead v0.5.2 |
| 649 | 2026-05-21T04:07:46.839Z | Downloaded crossbeam-utils v0.8.21 |
| 650 | 2026-05-21T04:07:46.839Z | Downloaded futures-task v0.3.32 |
| 651 | 2026-05-21T04:07:46.839Z | Downloaded futures-core v0.3.32 |
| 652 | 2026-05-21T04:07:46.839Z | Downloaded ghash v0.5.1 |
| 653 | 2026-05-21T04:07:46.839Z | Downloaded gethostname v0.5.0 |
| 654 | 2026-05-21T04:07:46.839Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 655 | 2026-05-21T04:07:46.840Z | Downloaded foreign-types v0.5.0 |
| 656 | 2026-05-21T04:07:46.840Z | Downloaded cobs v0.3.0 |
| 657 | 2026-05-21T04:07:46.840Z | Downloaded bytes v1.11.1 |
| 658 | 2026-05-21T04:07:46.840Z | Downloaded diesel-dtrace v0.5.0 |
| 659 | 2026-05-21T04:07:46.840Z | Downloaded const_format_proc_macros v0.2.34 |
| 660 | 2026-05-21T04:07:46.850Z | Downloaded foldhash v0.1.5 |
| 661 | 2026-05-21T04:07:46.850Z | Downloaded either v1.15.0 |
| 662 | 2026-05-21T04:07:46.850Z | Downloaded derive_builder_core v0.20.2 |
| 663 | 2026-05-21T04:07:46.850Z | Downloaded fixedbitset v0.5.7 |
| 664 | 2026-05-21T04:07:46.850Z | Downloaded cargo-platform v0.1.9 |
| 665 | 2026-05-21T04:07:46.850Z | Downloaded futures-sink v0.3.32 |
| 666 | 2026-05-21T04:07:46.850Z | Downloaded derive-ex v0.1.8 |
| 667 | 2026-05-21T04:07:46.850Z | Downloaded cc v1.2.56 |
| 668 | 2026-05-21T04:07:46.850Z | Downloaded enum-as-inner v0.6.1 |
| 669 | 2026-05-21T04:07:46.850Z | Downloaded filetime v0.2.27 |
| 670 | 2026-05-21T04:07:46.850Z | Downloaded headers-core v0.3.0 |
| 671 | 2026-05-21T04:07:46.850Z | Downloaded globwalk v0.9.1 |
| 672 | 2026-05-21T04:07:46.859Z | Downloaded flate2 v1.1.9 |
| 673 | 2026-05-21T04:07:46.859Z | Downloaded fallible-iterator v0.2.0 |
| 674 | 2026-05-21T04:07:46.859Z | Downloaded globset v0.4.18 |
| 675 | 2026-05-21T04:07:46.859Z | Downloaded hostname v0.4.2 |
| 676 | 2026-05-21T04:07:46.859Z | Downloaded home v0.5.12 |
| 677 | 2026-05-21T04:07:46.864Z | Downloaded constant_time_eq v0.4.2 |
| 678 | 2026-05-21T04:07:46.864Z | Downloaded hash32 v0.3.1 |
| 679 | 2026-05-21T04:07:46.864Z | Downloaded bb8 v0.8.6 |
| 680 | 2026-05-21T04:07:46.864Z | Downloaded array-init v0.0.4 |
| 681 | 2026-05-21T04:07:46.864Z | Downloaded hex v0.4.3 |
| 682 | 2026-05-21T04:07:46.864Z | Downloaded foreign-types-shared v0.3.1 |
| 683 | 2026-05-21T04:07:46.864Z | Downloaded bitfield-macros v0.19.4 |
| 684 | 2026-05-21T04:07:46.864Z | Downloaded defmt v1.0.1 |
| 685 | 2026-05-21T04:07:46.870Z | Downloaded atomic-waker v1.1.2 |
| 686 | 2026-05-21T04:07:46.870Z | Downloaded foldhash v0.2.0 |
| 687 | 2026-05-21T04:07:46.870Z | Downloaded funty v2.0.0 |
| 688 | 2026-05-21T04:07:46.870Z | Downloaded fs_extra v1.3.0 |
| 689 | 2026-05-21T04:07:46.878Z | Downloaded deranged v0.5.8 |
| 690 | 2026-05-21T04:07:46.878Z | Downloaded futures-executor v0.3.32 |
| 691 | 2026-05-21T04:07:46.878Z | Downloaded hubpack v0.1.2 |
| 692 | 2026-05-21T04:07:46.878Z | Downloaded httpdate v1.0.3 |
| 693 | 2026-05-21T04:07:46.878Z | Downloaded cookie_store v0.22.1 |
| 694 | 2026-05-21T04:07:46.878Z | Downloaded colored v2.2.0 |
| 695 | 2026-05-21T04:07:46.883Z | Downloaded hyper-tls v0.6.0 |
| 696 | 2026-05-21T04:07:46.883Z | Downloaded find-msvc-tools v0.1.9 |
| 697 | 2026-05-21T04:07:46.883Z | Downloaded ciborium-io v0.2.2 |
| 698 | 2026-05-21T04:07:46.883Z | Downloaded hostname v0.3.1 |
| 699 | 2026-05-21T04:07:46.883Z | Downloaded const-oid v0.9.6 |
| 700 | 2026-05-21T04:07:46.883Z | Downloaded cipher v0.4.4 |
| 701 | 2026-05-21T04:07:46.886Z | Downloaded git-stub v1.0.0 |
| 702 | 2026-05-21T04:07:46.886Z | Downloaded git-stub-vcs v0.1.0 |
| 703 | 2026-05-21T04:07:46.886Z | Downloaded indent_write v2.2.0 |
| 704 | 2026-05-21T04:07:46.887Z | Downloaded cookie v0.18.1 |
| 705 | 2026-05-21T04:07:46.893Z | Downloaded bzip2 v0.4.4 |
| 706 | 2026-05-21T04:07:46.893Z | Downloaded corncobs v0.1.4 |
| 707 | 2026-05-21T04:07:46.893Z | Downloaded data-encoding v2.10.0 |
| 708 | 2026-05-21T04:07:46.896Z | Downloaded indoc v1.0.9 |
| 709 | 2026-05-21T04:07:46.896Z | Downloaded dropshot_endpoint v0.17.0 |
| 710 | 2026-05-21T04:07:46.896Z | Downloaded glob v0.3.3 |
| 711 | 2026-05-21T04:07:46.898Z | Downloaded convert_case v0.10.0 |
| 712 | 2026-05-21T04:07:46.898Z | Downloaded hubpack_derive v0.1.1 |
| 713 | 2026-05-21T04:07:46.898Z | Downloaded elliptic-curve v0.13.8 |
| 714 | 2026-05-21T04:07:46.901Z | Downloaded inout v0.1.4 |
| 715 | 2026-05-21T04:07:46.903Z | Downloaded crossterm v0.29.0 |
| 716 | 2026-05-21T04:07:46.906Z | Downloaded illumos-nvpair v0.3.0 |
| 717 | 2026-05-21T04:07:46.909Z | Downloaded derive-where v1.6.0 |
| 718 | 2026-05-21T04:07:46.909Z | Downloaded is-terminal v0.4.17 |
| 719 | 2026-05-21T04:07:46.914Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 720 | 2026-05-21T04:07:46.914Z | Downloaded futures-channel v0.3.32 |
| 721 | 2026-05-21T04:07:46.914Z | Downloaded ciborium v0.2.2 |
| 722 | 2026-05-21T04:07:46.923Z | Downloaded kstat-rs v0.2.4 |
| 723 | 2026-05-21T04:07:46.923Z | Downloaded darling v0.21.3 |
| 724 | 2026-05-21T04:07:46.927Z | Downloaded http-body-util v0.1.3 |
| 725 | 2026-05-21T04:07:46.927Z | Downloaded crossbeam-deque v0.8.6 |
| 726 | 2026-05-21T04:07:46.927Z | Downloaded lazy_static v1.5.0 |
| 727 | 2026-05-21T04:07:46.927Z | Downloaded http-range v0.1.5 |
| 728 | 2026-05-21T04:07:46.927Z | Downloaded hash32 v0.2.1 |
| 729 | 2026-05-21T04:07:46.927Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 730 | 2026-05-21T04:07:46.927Z | Downloaded highway v1.3.0 |
| 731 | 2026-05-21T04:07:46.930Z | Downloaded bitflags v1.3.2 |
| 732 | 2026-05-21T04:07:46.930Z | Downloaded hmac v0.12.1 |
| 733 | 2026-05-21T04:07:46.933Z | Downloaded console v0.16.2 |
| 734 | 2026-05-21T04:07:46.933Z | Downloaded colored v3.1.1 |
| 735 | 2026-05-21T04:07:46.936Z | Downloaded http-body v1.0.1 |
| 736 | 2026-05-21T04:07:46.936Z | Downloaded getrandom v0.2.17 |
| 737 | 2026-05-21T04:07:46.939Z | Downloaded ingot-types v0.1.2 |
| 738 | 2026-05-21T04:07:46.939Z | Downloaded futures-macro v0.3.32 |
| 739 | 2026-05-21T04:07:46.939Z | Downloaded internet-checksum v0.2.1 |
| 740 | 2026-05-21T04:07:46.941Z | Downloaded foreign-types-shared v0.1.1 |
| 741 | 2026-05-21T04:07:46.941Z | Downloaded darling v0.23.0 |
| 742 | 2026-05-21T04:07:46.945Z | Downloaded md5 v0.7.0 |
| 743 | 2026-05-21T04:07:46.948Z | Downloaded aes v0.8.4 |
| 744 | 2026-05-21T04:07:46.948Z | Downloaded compact_str v0.8.1 |
| 745 | 2026-05-21T04:07:46.951Z | Downloaded instability v0.3.11 |
| 746 | 2026-05-21T04:07:46.951Z | Downloaded md-5 v0.10.6 |
| 747 | 2026-05-21T04:07:46.957Z | Downloaded maybe-uninit v2.0.0 |
| 748 | 2026-05-21T04:07:46.957Z | Downloaded lru-cache v0.1.2 |
| 749 | 2026-05-21T04:07:46.957Z | Downloaded maplit v1.0.2 |
| 750 | 2026-05-21T04:07:46.961Z | Downloaded foreign-types v0.3.2 |
| 751 | 2026-05-21T04:07:46.961Z | Downloaded libscf-sys v1.1.0 |
| 752 | 2026-05-21T04:07:46.961Z | Downloaded hyper-staticfile v0.10.1 |
| 753 | 2026-05-21T04:07:46.961Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 754 | 2026-05-21T04:07:46.961Z | Downloaded hex-literal v0.4.1 |
| 755 | 2026-05-21T04:07:46.965Z | Downloaded managed v0.8.0 |
| 756 | 2026-05-21T04:07:46.965Z | Downloaded instant v0.1.13 |
| 757 | 2026-05-21T04:07:46.965Z | Downloaded darling_core v0.21.3 |
| 758 | 2026-05-21T04:07:46.969Z | Downloaded multimap v0.10.1 |
| 759 | 2026-05-21T04:07:46.969Z | Downloaded num-iter v0.1.45 |
| 760 | 2026-05-21T04:07:46.969Z | Downloaded num-derive v0.3.3 |
| 761 | 2026-05-21T04:07:46.972Z | Downloaded ipnetwork v0.21.1 |
| 762 | 2026-05-21T04:07:46.972Z | Downloaded drift v0.2.0 |
| 763 | 2026-05-21T04:07:46.976Z | Downloaded num v0.4.3 |
| 764 | 2026-05-21T04:07:46.979Z | Downloaded normalize-line-endings v0.3.0 |
| 765 | 2026-05-21T04:07:46.979Z | Downloaded lzss v0.8.2 |
| 766 | 2026-05-21T04:07:46.982Z | Downloaded num_enum_derive v0.5.11 |
| 767 | 2026-05-21T04:07:46.982Z | Downloaded newline-converter v0.3.0 |
| 768 | 2026-05-21T04:07:46.982Z | Downloaded lalrpop-util v0.19.12 |
| 769 | 2026-05-21T04:07:46.988Z | Downloaded httparse v1.10.1 |
| 770 | 2026-05-21T04:07:46.988Z | Downloaded nibble_vec v0.1.0 |
| 771 | 2026-05-21T04:07:46.991Z | Downloaded num-conv v0.2.0 |
| 772 | 2026-05-21T04:07:46.992Z | Downloaded half v1.8.3 |
| 773 | 2026-05-21T04:07:46.992Z | Downloaded futures v0.3.32 |
| 774 | 2026-05-21T04:07:46.995Z | Downloaded nonempty v0.12.0 |
| 775 | 2026-05-21T04:07:46.995Z | Downloaded dof v0.4.0 |
| 776 | 2026-05-21T04:07:46.995Z | Downloaded num_threads v0.1.7 |
| 777 | 2026-05-21T04:07:46.995Z | Downloaded newtype-uuid-macros v0.1.0 |
| 778 | 2026-05-21T04:07:47.002Z | Downloaded ingot v0.1.1 |
| 779 | 2026-05-21T04:07:47.002Z | Downloaded base64 v0.22.1 |
| 780 | 2026-05-21T04:07:47.010Z | Downloaded newtype_derive v0.1.6 |
| 781 | 2026-05-21T04:07:47.010Z | Downloaded lock_api v0.4.14 |
| 782 | 2026-05-21T04:07:47.010Z | Downloaded lru-slab v0.1.2 |
| 783 | 2026-05-21T04:07:47.010Z | Downloaded dropshot_endpoint v0.16.7 |
| 784 | 2026-05-21T04:07:47.010Z | Downloaded libsw v3.5.0 |
| 785 | 2026-05-21T04:07:47.010Z | Downloaded flume v0.11.1 |
| 786 | 2026-05-21T04:07:47.013Z | Downloaded nodrop v0.1.14 |
| 787 | 2026-05-21T04:07:47.013Z | Downloaded mime_guess v2.0.5 |
| 788 | 2026-05-21T04:07:47.013Z | Downloaded num-integer v0.1.46 |
| 789 | 2026-05-21T04:07:47.013Z | Downloaded iana-time-zone v0.1.65 |
| 790 | 2026-05-21T04:07:47.016Z | Downloaded multer v3.1.0 |
| 791 | 2026-05-21T04:07:47.016Z | Downloaded jobserver v0.1.34 |
| 792 | 2026-05-21T04:07:47.020Z | Downloaded num_enum_derive v0.7.5 |
| 793 | 2026-05-21T04:07:47.020Z | Downloaded ingot-macros v0.1.1 |
| 794 | 2026-05-21T04:07:47.020Z | Downloaded olpc-cjson v0.1.4 |
| 795 | 2026-05-21T04:07:47.025Z | Downloaded nu-ansi-term v0.50.3 |
| 796 | 2026-05-21T04:07:47.025Z | Downloaded linear-map v1.2.0 |
| 797 | 2026-05-21T04:07:47.025Z | Downloaded libloading v0.8.9 |
| 798 | 2026-05-21T04:07:47.030Z | Downloaded openssl-probe v0.1.6 |
| 799 | 2026-05-21T04:07:47.030Z | Downloaded ipnet v2.11.0 |
| 800 | 2026-05-21T04:07:47.030Z | Downloaded nanorand v0.7.0 |
| 801 | 2026-05-21T04:07:47.030Z | Downloaded half v2.7.1 |
| 802 | 2026-05-21T04:07:47.033Z | Downloaded indexmap v1.9.3 |
| 803 | 2026-05-21T04:07:47.033Z | Downloaded heapless v0.7.17 |
| 804 | 2026-05-21T04:07:47.036Z | Downloaded fatfs v0.3.6 |
| 805 | 2026-05-21T04:07:47.039Z | Downloaded libefi-sys v0.1.0 |
| 806 | 2026-05-21T04:07:47.040Z | Downloaded headers v0.4.1 |
| 807 | 2026-05-21T04:07:47.043Z | Downloaded num_enum v0.5.11 |
| 808 | 2026-05-21T04:07:47.052Z | Downloaded openssl-probe v0.2.1 |
| 809 | 2026-05-21T04:07:47.052Z | Downloaded pbkdf2 v0.11.0 |
| 810 | 2026-05-21T04:07:47.060Z | Downloaded phf_shared v0.12.1 |
| 811 | 2026-05-21T04:07:47.060Z | Downloaded parse-size v1.1.0 |
| 812 | 2026-05-21T04:07:47.060Z | Downloaded num-derive v0.4.2 |
| 813 | 2026-05-21T04:07:47.060Z | Downloaded ed25519-dalek v2.2.0 |
| 814 | 2026-05-21T04:07:47.060Z | Downloaded oid-registry v0.8.1 |
| 815 | 2026-05-21T04:07:47.060Z | Downloaded litrs v1.0.0 |
| 816 | 2026-05-21T04:07:47.064Z | Downloaded oxide-tokio-rt v0.1.4 |
| 817 | 2026-05-21T04:07:47.064Z | Downloaded num_enum v0.7.5 |
| 818 | 2026-05-21T04:07:47.064Z | Downloaded pbkdf2 v0.12.2 |
| 819 | 2026-05-21T04:07:47.064Z | Downloaded derive_more v2.1.1 |
| 820 | 2026-05-21T04:07:47.091Z | Downloaded phf_shared v0.11.3 |
| 821 | 2026-05-21T04:07:47.094Z | Downloaded asn1-rs v0.7.2 |
| 822 | 2026-05-21T04:07:47.094Z | Downloaded packed_struct v0.10.1 |
| 823 | 2026-05-21T04:07:47.095Z | Downloaded owo-colors v4.3.0 |
| 824 | 2026-05-21T04:07:47.095Z | Downloaded phf_shared v0.13.1 |
| 825 | 2026-05-21T04:07:47.095Z | Downloaded precomputed-hash v0.1.1 |
| 826 | 2026-05-21T04:07:47.095Z | Downloaded powerfmt v0.2.0 |
| 827 | 2026-05-21T04:07:47.095Z | Downloaded libbz2-rs-sys v0.2.2 |
| 828 | 2026-05-21T04:07:47.101Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 829 | 2026-05-21T04:07:47.101Z | Downloaded async-compression v0.4.41 |
| 830 | 2026-05-21T04:07:47.119Z | Downloaded parse-display-derive v0.10.0 |
| 831 | 2026-05-21T04:07:47.119Z | Downloaded is_ci v1.2.0 |
| 832 | 2026-05-21T04:07:47.119Z | Downloaded derive_more-impl v2.1.1 |
| 833 | 2026-05-21T04:07:47.119Z | Downloaded proc-macro-crate v1.3.1 |
| 834 | 2026-05-21T04:07:47.119Z | Downloaded linked-hash-map v0.5.6 |
| 835 | 2026-05-21T04:07:47.119Z | Downloaded expectorate v1.2.0 |
| 836 | 2026-05-21T04:07:47.119Z | Downloaded base64 v0.21.7 |
| 837 | 2026-05-21T04:07:47.119Z | Downloaded openssl-macros v0.1.1 |
| 838 | 2026-05-21T04:07:47.119Z | Downloaded memoffset v0.9.1 |
| 839 | 2026-05-21T04:07:47.119Z | Downloaded pkcs8 v0.10.2 |
| 840 | 2026-05-21T04:07:47.119Z | Downloaded phf v0.13.1 |
| 841 | 2026-05-21T04:07:47.120Z | Downloaded pem-rfc7468 v0.7.0 |
| 842 | 2026-05-21T04:07:47.120Z | Downloaded password-hash v0.5.0 |
| 843 | 2026-05-21T04:07:47.125Z | Downloaded keccak v0.1.6 |
| 844 | 2026-05-21T04:07:47.125Z | Downloaded progenitor-macro v0.10.0 |
| 845 | 2026-05-21T04:07:47.125Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 846 | 2026-05-21T04:07:47.125Z | Downloaded progenitor-client v0.10.0 |
| 847 | 2026-05-21T04:07:47.125Z | Downloaded proc-macro-crate v3.4.0 |
| 848 | 2026-05-21T04:07:47.125Z | Downloaded psl-types v2.0.11 |
| 849 | 2026-05-21T04:07:47.135Z | Downloaded predicates-tree v1.0.13 |
| 850 | 2026-05-21T04:07:47.135Z | Downloaded predicates-core v1.0.10 |
| 851 | 2026-05-21T04:07:47.135Z | Downloaded polyval v0.6.2 |
| 852 | 2026-05-21T04:07:47.135Z | Downloaded indicatif v0.18.4 |
| 853 | 2026-05-21T04:07:47.145Z | Downloaded heapless v0.8.0 |
| 854 | 2026-05-21T04:07:47.145Z | Downloaded quick-error v1.2.3 |
| 855 | 2026-05-21T04:07:47.145Z | Downloaded ppv-lite86 v0.2.21 |
| 856 | 2026-05-21T04:07:47.145Z | Downloaded pin-utils v0.1.0 |
| 857 | 2026-05-21T04:07:47.145Z | Downloaded peg v0.8.5 |
| 858 | 2026-05-21T04:07:47.145Z | Downloaded new_debug_unreachable v1.0.6 |
| 859 | 2026-05-21T04:07:47.145Z | Downloaded omicron-zone-package v0.12.2 |
| 860 | 2026-05-21T04:07:47.157Z | Downloaded pin-project-lite v0.2.17 |
| 861 | 2026-05-21T04:07:47.157Z | Downloaded darling v0.20.11 |
| 862 | 2026-05-21T04:07:47.157Z | Downloaded rand_chacha v0.3.1 |
| 863 | 2026-05-21T04:07:47.165Z | Downloaded ignore v0.4.25 |
| 864 | 2026-05-21T04:07:47.165Z | Downloaded ena v0.14.4 |
| 865 | 2026-05-21T04:07:47.165Z | Downloaded path-slash v0.1.5 |
| 866 | 2026-05-21T04:07:47.165Z | Downloaded peg-runtime v0.8.5 |
| 867 | 2026-05-21T04:07:47.165Z | Downloaded radium v0.7.0 |
| 868 | 2026-05-21T04:07:47.165Z | Downloaded phf v0.12.1 |
| 869 | 2026-05-21T04:07:47.165Z | Downloaded parking_lot v0.11.2 |
| 870 | 2026-05-21T04:07:47.166Z | Downloaded memmap2 v0.9.10 |
| 871 | 2026-05-21T04:07:47.166Z | Downloaded primeorder v0.13.6 |
| 872 | 2026-05-21T04:07:47.166Z | Downloaded pem v3.0.6 |
| 873 | 2026-05-21T04:07:47.182Z | Downloaded opaque-debug v0.3.1 |
| 874 | 2026-05-21T04:07:47.182Z | Downloaded native-tls v0.2.18 |
| 875 | 2026-05-21T04:07:47.182Z | Downloaded libsw-core v0.3.2 |
| 876 | 2026-05-21T04:07:47.182Z | Downloaded num-rational v0.4.2 |
| 877 | 2026-05-21T04:07:47.183Z | Downloaded ref-cast v1.0.25 |
| 878 | 2026-05-21T04:07:47.183Z | Downloaded packed_struct_codegen v0.10.1 |
| 879 | 2026-05-21T04:07:47.183Z | Downloaded rand_xorshift v0.4.0 |
| 880 | 2026-05-21T04:07:47.183Z | Downloaded progenitor v0.10.0 |
| 881 | 2026-05-21T04:07:47.203Z | Downloaded num-complex v0.4.6 |
| 882 | 2026-05-21T04:07:47.203Z | Downloaded der-parser v10.0.0 |
| 883 | 2026-05-21T04:07:47.203Z | Downloaded progenitor-macro v0.11.2 |
| 884 | 2026-05-21T04:07:47.203Z | Downloaded postcard v1.1.3 |
| 885 | 2026-05-21T04:07:47.203Z | Downloaded peg-macros v0.8.5 |
| 886 | 2026-05-21T04:07:47.203Z | Downloaded newtype-uuid v1.3.2 |
| 887 | 2026-05-21T04:07:47.204Z | Downloaded papergrid v0.17.0 |
| 888 | 2026-05-21T04:07:47.204Z | Downloaded recursive v0.1.1 |
| 889 | 2026-05-21T04:07:47.204Z | Downloaded progenitor-macro v0.13.0 |
| 890 | 2026-05-21T04:07:47.205Z | Downloaded progenitor-client v0.13.0 |
| 891 | 2026-05-21T04:07:47.205Z | Downloaded proc-macro-error2 v2.0.1 |
| 892 | 2026-05-21T04:07:47.205Z | Downloaded ident_case v1.0.1 |
| 893 | 2026-05-21T04:07:47.205Z | Downloaded hickory-resolver v0.24.4 |
| 894 | 2026-05-21T04:07:47.212Z | Downloaded hashbrown v0.13.2 |
| 895 | 2026-05-21T04:07:47.212Z | Downloaded oso v0.27.3 |
| 896 | 2026-05-21T04:07:47.212Z | Downloaded ar_archive_writer v0.5.1 |
| 897 | 2026-05-21T04:07:47.212Z | Downloaded oxnet v0.1.4 |
| 898 | 2026-05-21T04:07:47.212Z | Downloaded progenitor-extras v0.2.0 |
| 899 | 2026-05-21T04:07:47.212Z | Downloaded http v1.4.0 |
| 900 | 2026-05-21T04:07:47.213Z | Downloaded rusticata-macros v4.1.0 |
| 901 | 2026-05-21T04:07:47.213Z | Downloaded rtoolbox v0.0.3 |
| 902 | 2026-05-21T04:07:47.213Z | Downloaded derive_builder v0.20.2 |
| 903 | 2026-05-21T04:07:47.213Z | Downloaded rustc_version v0.4.1 |
| 904 | 2026-05-21T04:07:47.213Z | Downloaded psm v0.1.30 |
| 905 | 2026-05-21T04:07:47.248Z | Downloaded hashbrown v0.12.3 |
| 906 | 2026-05-21T04:07:47.248Z | Downloaded parking_lot v0.12.5 |
| 907 | 2026-05-21T04:07:47.248Z | Downloaded rand_core v0.6.4 |
| 908 | 2026-05-21T04:07:47.248Z | Downloaded pin-project-internal v1.1.11 |
| 909 | 2026-05-21T04:07:47.248Z | Downloaded progenitor v0.11.2 |
| 910 | 2026-05-21T04:07:47.248Z | Downloaded rand_core v0.10.0 |
| 911 | 2026-05-21T04:07:47.248Z | Downloaded password-hash v0.4.2 |
| 912 | 2026-05-21T04:07:47.248Z | Downloaded rustc_version v0.1.7 |
| 913 | 2026-05-21T04:07:47.270Z | Downloaded miniz_oxide v0.8.9 |
| 914 | 2026-05-21T04:07:47.270Z | Downloaded rand_seeder v0.4.0 |
| 915 | 2026-05-21T04:07:47.270Z | Downloaded hyper-util v0.1.20 |
| 916 | 2026-05-21T04:07:47.270Z | Downloaded rand_core v0.9.5 |
| 917 | 2026-05-21T04:07:47.270Z | Downloaded progenitor-client v0.14.0 |
| 918 | 2026-05-21T04:07:47.270Z | Downloaded jiff-static v0.2.21 |
| 919 | 2026-05-21T04:07:47.270Z | Downloaded postgres-types v0.2.12 |
| 920 | 2026-05-21T04:07:47.270Z | Downloaded progenitor v0.14.0 |
| 921 | 2026-05-21T04:07:47.270Z | Downloaded pkcs1 v0.7.5 |
| 922 | 2026-05-21T04:07:47.270Z | Downloaded rustc-hash v2.1.1 |
| 923 | 2026-05-21T04:07:47.270Z | Downloaded pkg-config v0.3.32 |
| 924 | 2026-05-21T04:07:47.270Z | Downloaded russh-cryptovec v0.7.3 |
| 925 | 2026-05-21T04:07:47.270Z | Downloaded rfc6979 v0.4.0 |
| 926 | 2026-05-21T04:07:47.270Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 927 | 2026-05-21T04:07:47.270Z | Downloaded diff v0.1.13 |
| 928 | 2026-05-21T04:07:47.270Z | Downloaded match_cfg v0.1.0 |
| 929 | 2026-05-21T04:07:47.270Z | Downloaded mime v0.3.17 |
| 930 | 2026-05-21T04:07:47.270Z | Downloaded paste v1.0.15 |
| 931 | 2026-05-21T04:07:47.270Z | Downloaded hickory-resolver v0.25.2 |
| 932 | 2026-05-21T04:07:47.280Z | Downloaded postgres-protocol v0.6.10 |
| 933 | 2026-05-21T04:07:47.280Z | Downloaded indoc v2.0.7 |
| 934 | 2026-05-21T04:07:47.280Z | Downloaded humantime v2.3.0 |
| 935 | 2026-05-21T04:07:47.280Z | Downloaded r2d2 v0.8.10 |
| 936 | 2026-05-21T04:07:47.280Z | Downloaded group v0.13.0 |
| 937 | 2026-05-21T04:07:47.280Z | Downloaded poly1305 v0.8.0 |
| 938 | 2026-05-21T04:07:47.280Z | Downloaded fs-err v2.11.0 |
| 939 | 2026-05-21T04:07:47.280Z | Downloaded predicates v3.1.4 |
| 940 | 2026-05-21T04:07:47.280Z | Downloaded pkcs5 v0.7.1 |
| 941 | 2026-05-21T04:07:47.280Z | Downloaded ref-cast-impl v1.0.25 |
| 942 | 2026-05-21T04:07:47.280Z | Downloaded parking_lot_core v0.9.12 |
| 943 | 2026-05-21T04:07:47.280Z | Downloaded blake2 v0.10.6 |
| 944 | 2026-05-21T04:07:47.280Z | Downloaded derive_more v0.99.20 |
| 945 | 2026-05-21T04:07:47.280Z | Downloaded backoff v0.4.0 |
| 946 | 2026-05-21T04:07:47.280Z | Downloaded prefix-trie v0.7.0 |
| 947 | 2026-05-21T04:07:47.280Z | Downloaded parking_lot_core v0.8.6 |
| 948 | 2026-05-21T04:07:47.306Z | Downloaded chacha20poly1305 v0.10.1 |
| 949 | 2026-05-21T04:07:47.306Z | Downloaded camino-tempfile-ext v0.3.3 |
| 950 | 2026-05-21T04:07:47.306Z | Downloaded scrypt v0.11.0 |
| 951 | 2026-05-21T04:07:47.306Z | Downloaded quinn-udp v0.5.14 |
| 952 | 2026-05-21T04:07:47.306Z | Downloaded chacha20 v0.9.1 |
| 953 | 2026-05-21T04:07:47.306Z | Downloaded same-file v1.0.6 |
| 954 | 2026-05-21T04:07:47.306Z | Downloaded mio v1.2.0 |
| 955 | 2026-05-21T04:07:47.317Z | Downloaded seq-macro v0.3.6 |
| 956 | 2026-05-21T04:07:47.317Z | Downloaded salsa20 v0.10.2 |
| 957 | 2026-05-21T04:07:47.317Z | Downloaded dropshot-api-manager v0.7.2 |
| 958 | 2026-05-21T04:07:47.317Z | Downloaded progenitor-client v0.11.2 |
| 959 | 2026-05-21T04:07:47.317Z | Downloaded progenitor v0.13.0 |
| 960 | 2026-05-21T04:07:47.317Z | Downloaded der v0.7.10 |
| 961 | 2026-05-21T04:07:47.317Z | Downloaded secrecy v0.10.3 |
| 962 | 2026-05-21T04:07:47.317Z | Downloaded fxhash v0.2.1 |
| 963 | 2026-05-21T04:07:47.317Z | Downloaded scheduled-thread-pool v0.2.7 |
| 964 | 2026-05-21T04:07:47.317Z | Downloaded rusty-fork v0.3.1 |
| 965 | 2026-05-21T04:07:47.318Z | Downloaded bumpalo v3.20.2 |
| 966 | 2026-05-21T04:07:47.318Z | Downloaded cbc v0.1.2 |
| 967 | 2026-05-21T04:07:47.318Z | Downloaded serde_urlencoded v0.7.1 |
| 968 | 2026-05-21T04:07:47.318Z | Downloaded secrecy v0.8.0 |
| 969 | 2026-05-21T04:07:47.318Z | Downloaded console v0.15.11 |
| 970 | 2026-05-21T04:07:47.318Z | Downloaded serde_bytes v0.11.19 |
| 971 | 2026-05-21T04:07:47.318Z | Downloaded semver v0.1.20 |
| 972 | 2026-05-21T04:07:47.318Z | Downloaded scroll_derive v0.13.1 |
| 973 | 2026-05-21T04:07:47.318Z | Downloaded rustls-pemfile v1.0.4 |
| 974 | 2026-05-21T04:07:47.318Z | Downloaded lru v0.12.5 |
| 975 | 2026-05-21T04:07:47.318Z | Downloaded itertools v0.10.5 |
| 976 | 2026-05-21T04:07:47.330Z | Downloaded serde_spanned v1.0.4 |
| 977 | 2026-05-21T04:07:47.330Z | Downloaded rustversion v1.0.22 |
| 978 | 2026-05-21T04:07:47.330Z | Downloaded rustls-native-certs v0.8.3 |
| 979 | 2026-05-21T04:07:47.330Z | Downloaded ascii-canvas v3.0.0 |
| 980 | 2026-05-21T04:07:47.330Z | Downloaded ff v0.13.1 |
| 981 | 2026-05-21T04:07:47.331Z | Downloaded cancel-safe-futures v0.1.5 |
| 982 | 2026-05-21T04:07:47.331Z | Downloaded serde_repr v0.1.20 |
| 983 | 2026-05-21T04:07:47.331Z | Downloaded hickory-server v0.25.2 |
| 984 | 2026-05-21T04:07:47.350Z | Downloaded serde_plain v1.0.2 |
| 985 | 2026-05-21T04:07:47.351Z | Downloaded sapling-renderdag v0.1.0 |
| 986 | 2026-05-21T04:07:47.351Z | Downloaded russh-keys v0.45.0 |
| 987 | 2026-05-21T04:07:47.351Z | Downloaded resolv-conf v0.7.6 |
| 988 | 2026-05-21T04:07:47.351Z | Downloaded openssl-sys v0.9.115 |
| 989 | 2026-05-21T04:07:47.351Z | Downloaded sigpipe v0.1.3 |
| 990 | 2026-05-21T04:07:47.351Z | Downloaded progenitor-impl v0.14.0 |
| 991 | 2026-05-21T04:07:47.351Z | Downloaded progenitor-impl v0.13.0 |
| 992 | 2026-05-21T04:07:47.351Z | Downloaded schemars_derive v0.8.22 |
| 993 | 2026-05-21T04:07:47.367Z | Downloaded rcgen v0.14.8 |
| 994 | 2026-05-21T04:07:47.367Z | Downloaded hyper-rustls v0.27.7 |
| 995 | 2026-05-21T04:07:47.367Z | Downloaded num-bigint v0.4.6 |
| 996 | 2026-05-21T04:07:47.367Z | Downloaded scroll v0.13.0 |
| 997 | 2026-05-21T04:07:47.367Z | Downloaded slog-bunyan v2.5.0 |
| 998 | 2026-05-21T04:07:47.367Z | Downloaded pin-project v1.1.11 |
| 999 | 2026-05-21T04:07:47.367Z | Downloaded prettyplease v0.2.37 |
| 1000 | 2026-05-21T04:07:47.367Z | Downloaded hashbrown v0.15.5 |
| 1001 | 2026-05-21T04:07:47.376Z | Downloaded slog-envlogger v2.2.0 |
| 1002 | 2026-05-21T04:07:47.376Z | Downloaded sha1 v0.10.6 |
| 1003 | 2026-05-21T04:07:47.377Z | Downloaded rand_chacha v0.9.0 |
| 1004 | 2026-05-21T04:07:47.377Z | Downloaded serde_derive_internals v0.29.1 |
| 1005 | 2026-05-21T04:07:47.377Z | Downloaded siphasher v1.0.2 |
| 1006 | 2026-05-21T04:07:47.377Z | Downloaded signal-hook-mio v0.2.5 |
| 1007 | 2026-05-21T04:07:47.377Z | Downloaded progenitor-impl v0.10.0 |
| 1008 | 2026-05-21T04:07:47.377Z | Downloaded serde_path_to_error v0.1.20 |
| 1009 | 2026-05-21T04:07:47.377Z | Downloaded crossterm v0.28.1 |
| 1010 | 2026-05-21T04:07:47.377Z | Downloaded sct v0.7.1 |
| 1011 | 2026-05-21T04:07:47.377Z | Downloaded signal-hook-tokio v0.3.1 |
| 1012 | 2026-05-21T04:07:47.393Z | Downloaded progenitor-impl v0.11.2 |
| 1013 | 2026-05-21T04:07:47.393Z | Downloaded parse-display v0.10.0 |
| 1014 | 2026-05-21T04:07:47.393Z | Downloaded backon v1.6.0 |
| 1015 | 2026-05-21T04:07:47.393Z | Downloaded cargo_metadata v0.19.2 |
| 1016 | 2026-05-21T04:07:47.393Z | Downloaded shlex v1.3.0 |
| 1017 | 2026-05-21T04:07:47.393Z | Downloaded des v0.8.1 |
| 1018 | 2026-05-21T04:07:47.393Z | Downloaded blowfish v0.9.1 |
| 1019 | 2026-05-21T04:07:47.393Z | Downloaded bitfield v0.19.4 |
| 1020 | 2026-05-21T04:07:47.393Z | Downloaded sec1 v0.7.3 |
| 1021 | 2026-05-21T04:07:47.421Z | Downloaded bit-vec v0.6.3 |
| 1022 | 2026-05-21T04:07:47.421Z | Downloaded serde-big-array v0.5.1 |
| 1023 | 2026-05-21T04:07:47.421Z | Downloaded chacha20 v0.10.0 |
| 1024 | 2026-05-21T04:07:47.421Z | Downloaded assert_matches v1.5.0 |
| 1025 | 2026-05-21T04:07:47.421Z | Downloaded sqlparser_derive v0.5.0 |
| 1026 | 2026-05-21T04:07:47.421Z | Downloaded simd-adler32 v0.3.8 |
| 1027 | 2026-05-21T04:07:47.421Z | Downloaded crossbeam-epoch v0.9.18 |
| 1028 | 2026-05-21T04:07:47.422Z | Downloaded daft v0.1.7 |
| 1029 | 2026-05-21T04:07:47.422Z | Downloaded signal-hook-registry v1.4.8 |
| 1030 | 2026-05-21T04:07:47.422Z | Downloaded libxml v0.3.3 |
| 1031 | 2026-05-21T04:07:47.422Z | Downloaded ctr v0.9.2 |
| 1032 | 2026-05-21T04:07:47.422Z | Downloaded rayon-core v1.13.0 |
| 1033 | 2026-05-21T04:07:47.441Z | Downloaded rustls-pki-types v1.14.0 |
| 1034 | 2026-05-21T04:07:47.441Z | Downloaded ssh-cipher v0.2.0 |
| 1035 | 2026-05-21T04:07:47.441Z | Downloaded slog-term v2.9.2 |
| 1036 | 2026-05-21T04:07:47.441Z | Downloaded strum v0.27.2 |
| 1037 | 2026-05-21T04:07:47.441Z | Downloaded strum v0.26.3 |
| 1038 | 2026-05-21T04:07:47.441Z | Downloaded slog-stdlog v4.1.1 |
| 1039 | 2026-05-21T04:07:47.441Z | Downloaded slog-scope v4.4.1 |
| 1040 | 2026-05-21T04:07:47.441Z | Downloaded slab v0.4.12 |
| 1041 | 2026-05-21T04:07:47.441Z | Downloaded strip-ansi-escapes v0.2.1 |
| 1042 | 2026-05-21T04:07:47.441Z | Downloaded rustls-pemfile v2.2.0 |
| 1043 | 2026-05-21T04:07:47.441Z | Downloaded aho-corasick v1.1.4 |
| 1044 | 2026-05-21T04:07:47.441Z | Downloaded slog-json v2.6.1 |
| 1045 | 2026-05-21T04:07:47.441Z | Downloaded structmeta-derive v0.3.0 |
| 1046 | 2026-05-21T04:07:47.441Z | Downloaded slog-dtrace v0.3.0 |
| 1047 | 2026-05-21T04:07:47.441Z | Downloaded tap v1.0.1 |
| 1048 | 2026-05-21T04:07:47.441Z | Downloaded tabled_derive v0.11.0 |
| 1049 | 2026-05-21T04:07:47.441Z | Downloaded spki v0.7.3 |
| 1050 | 2026-05-21T04:07:47.441Z | Downloaded signature v2.2.0 |
| 1051 | 2026-05-21T04:07:47.441Z | Downloaded ron v0.8.1 |
| 1052 | 2026-05-21T04:07:47.453Z | Downloaded quinn v0.11.9 |
| 1053 | 2026-05-21T04:07:47.453Z | Downloaded hashbrown v0.16.1 |
| 1054 | 2026-05-21T04:07:47.453Z | Downloaded snafu-derive v0.8.9 |
| 1055 | 2026-05-21T04:07:47.453Z | Downloaded serde-hex v0.1.0 |
| 1056 | 2026-05-21T04:07:47.453Z | Downloaded ryu v1.0.23 |
| 1057 | 2026-05-21T04:07:47.453Z | Downloaded futures-util v0.3.32 |
| 1058 | 2026-05-21T04:07:47.453Z | Downloaded smallvec v0.6.14 |
| 1059 | 2026-05-21T04:07:47.454Z | Downloaded thread-id v5.1.0 |
| 1060 | 2026-05-21T04:07:47.454Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1061 | 2026-05-21T04:07:47.478Z | Downloaded rand v0.8.6 |
| 1062 | 2026-05-21T04:07:47.478Z | Downloaded serde_with_macros v3.17.0 |
| 1063 | 2026-05-21T04:07:47.478Z | Downloaded erased-serde v0.3.31 |
| 1064 | 2026-05-21T04:07:47.478Z | Downloaded subtle v2.6.1 |
| 1065 | 2026-05-21T04:07:47.478Z | Downloaded tabwriter v1.4.1 |
| 1066 | 2026-05-21T04:07:47.478Z | Downloaded oso-derive v0.27.3 |
| 1067 | 2026-05-21T04:07:47.478Z | Downloaded h2 v0.4.13 |
| 1068 | 2026-05-21T04:07:47.478Z | Downloaded time-core v0.1.8 |
| 1069 | 2026-05-21T04:07:47.478Z | Downloaded testing_table v0.3.0 |
| 1070 | 2026-05-21T04:07:47.492Z | Downloaded num-bigint-dig v0.8.6 |
| 1071 | 2026-05-21T04:07:47.492Z | Downloaded tagptr v0.2.0 |
| 1072 | 2026-05-21T04:07:47.492Z | Downloaded stringprep v0.1.5 |
| 1073 | 2026-05-21T04:07:47.492Z | Downloaded publicsuffix v2.3.0 |
| 1074 | 2026-05-21T04:07:47.492Z | Downloaded qorb v0.4.1 |
| 1075 | 2026-05-21T04:07:47.492Z | Downloaded minimal-lexical v0.2.1 |
| 1076 | 2026-05-21T04:07:47.492Z | Downloaded hyper v1.8.1 |
| 1077 | 2026-05-21T04:07:47.492Z | Downloaded strum_macros v0.24.3 |
| 1078 | 2026-05-21T04:07:47.492Z | Downloaded static_assertions v1.1.0 |
| 1079 | 2026-05-21T04:07:47.492Z | Downloaded structmeta v0.3.0 |
| 1080 | 2026-05-21T04:07:47.492Z | Downloaded rustls-platform-verifier v0.6.2 |
| 1081 | 2026-05-21T04:07:47.492Z | Downloaded hkdf v0.12.4 |
| 1082 | 2026-05-21T04:07:47.507Z | Downloaded tinyvec_macros v0.1.1 |
| 1083 | 2026-05-21T04:07:47.507Z | Downloaded spin v0.9.8 |
| 1084 | 2026-05-21T04:07:47.507Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1085 | 2026-05-21T04:07:47.507Z | Downloaded curve25519-dalek v4.1.3 |
| 1086 | 2026-05-21T04:07:47.507Z | Downloaded smf v0.2.3 |
| 1087 | 2026-05-21T04:07:47.557Z | Downloaded pretty_assertions v1.4.1 |
| 1088 | 2026-05-21T04:07:47.557Z | Downloaded bindgen v0.71.1 |
| 1089 | 2026-05-21T04:07:47.557Z | Downloaded slog v2.8.2 |
| 1090 | 2026-05-21T04:07:47.557Z | Downloaded serde_cbor v0.11.2 |
| 1091 | 2026-05-21T04:07:47.557Z | Downloaded tower-layer v0.3.3 |
| 1092 | 2026-05-21T04:07:47.557Z | Downloaded support-bundle-viewer v0.1.2 |
| 1093 | 2026-05-21T04:07:47.557Z | Downloaded strum_macros v0.26.4 |
| 1094 | 2026-05-21T04:07:47.557Z | Downloaded stacker v0.1.23 |
| 1095 | 2026-05-21T04:07:47.558Z | Downloaded similar v2.7.0 |
| 1096 | 2026-05-21T04:07:47.558Z | Downloaded rustls-webpki v0.103.9 |
| 1097 | 2026-05-21T04:07:47.558Z | Downloaded sync-ptr v0.1.4 |
| 1098 | 2026-05-21T04:07:47.558Z | Downloaded supports-color v3.0.2 |
| 1099 | 2026-05-21T04:07:47.558Z | Downloaded try-lock v0.2.5 |
| 1100 | 2026-05-21T04:07:47.602Z | Downloaded shell-words v1.1.1 |
| 1101 | 2026-05-21T04:07:47.602Z | Downloaded libm v0.2.16 |
| 1102 | 2026-05-21T04:07:47.602Z | Downloaded typify-macro v0.4.3 |
| 1103 | 2026-05-21T04:07:47.602Z | Downloaded tokio-dtrace v0.1.1 |
| 1104 | 2026-05-21T04:07:47.602Z | Downloaded termtree v0.5.1 |
| 1105 | 2026-05-21T04:07:47.602Z | Downloaded p521 v0.13.3 |
| 1106 | 2026-05-21T04:07:47.602Z | Downloaded iddqd v0.4.1 |
| 1107 | 2026-05-21T04:07:47.602Z | Downloaded typify-macro v0.6.2 |
| 1108 | 2026-05-21T04:07:47.603Z | Downloaded tokio-rustls v0.25.0 |
| 1109 | 2026-05-21T04:07:47.603Z | Downloaded sync_wrapper v1.0.2 |
| 1110 | 2026-05-21T04:07:47.603Z | Downloaded socket2 v0.5.10 |
| 1111 | 2026-05-21T04:07:47.603Z | Downloaded schemars v0.8.22 |
| 1112 | 2026-05-21T04:07:47.603Z | Downloaded sqlformat v0.3.5 |
| 1113 | 2026-05-21T04:07:47.603Z | Downloaded topological-sort v0.2.2 |
| 1114 | 2026-05-21T04:07:47.603Z | Downloaded unicode-truncate v1.1.0 |
| 1115 | 2026-05-21T04:07:47.603Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 1116 | 2026-05-21T04:07:47.603Z | Downloaded rsa v0.9.10 |
| 1117 | 2026-05-21T04:07:47.603Z | Downloaded itertools v0.13.0 |
| 1118 | 2026-05-21T04:07:47.603Z | Downloaded usdt-attr-macro v0.6.0 |
| 1119 | 2026-05-21T04:07:47.603Z | Downloaded rand v0.10.0 |
| 1120 | 2026-05-21T04:07:47.603Z | Downloaded tokio-macros v2.7.0 |
| 1121 | 2026-05-21T04:07:47.603Z | Downloaded tls_codec_derive v0.4.2 |
| 1122 | 2026-05-21T04:07:47.603Z | Downloaded utf-8 v0.7.6 |
| 1123 | 2026-05-21T04:07:47.603Z | Downloaded thread_local v1.1.9 |
| 1124 | 2026-05-21T04:07:47.604Z | Downloaded usdt-macro v0.6.0 |
| 1125 | 2026-05-21T04:07:47.604Z | Downloaded termios v0.3.3 |
| 1126 | 2026-05-21T04:07:47.604Z | Downloaded itertools v0.14.0 |
| 1127 | 2026-05-21T04:07:47.625Z | Downloaded usdt v0.6.0 |
| 1128 | 2026-05-21T04:07:47.625Z | Downloaded untrusted v0.7.1 |
| 1129 | 2026-05-21T04:07:47.625Z | Downloaded strum_macros v0.27.2 |
| 1130 | 2026-05-21T04:07:47.625Z | Downloaded itertools v0.12.1 |
| 1131 | 2026-05-21T04:07:47.625Z | Downloaded signal-hook v0.3.18 |
| 1132 | 2026-05-21T04:07:47.625Z | Downloaded samael v0.0.19 |
| 1133 | 2026-05-21T04:07:47.625Z | Downloaded tokio-stream v0.1.18 |
| 1134 | 2026-05-21T04:07:47.625Z | Downloaded time-macros v0.2.27 |
| 1135 | 2026-05-21T04:07:47.625Z | Downloaded tokio-rustls v0.26.4 |
| 1136 | 2026-05-21T04:07:47.625Z | Downloaded rand v0.9.2 |
| 1137 | 2026-05-21T04:07:47.625Z | Downloaded blake3 v1.8.3 |
| 1138 | 2026-05-21T04:07:47.625Z | Downloaded want v0.3.1 |
| 1139 | 2026-05-21T04:07:47.625Z | Downloaded void v1.0.2 |
| 1140 | 2026-05-21T04:07:47.625Z | Downloaded untrusted v0.9.0 |
| 1141 | 2026-05-21T04:07:47.626Z | Downloaded schemars v0.9.0 |
| 1142 | 2026-05-21T04:07:47.626Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 1143 | 2026-05-21T04:07:47.626Z | Downloaded tiny-keccak v2.0.2 |
| 1144 | 2026-05-21T04:07:47.626Z | Downloaded test-strategy v0.4.5 |
| 1145 | 2026-05-21T04:07:47.638Z | Downloaded term v0.7.0 |
| 1146 | 2026-05-21T04:07:47.638Z | Downloaded tower-service v0.3.3 |
| 1147 | 2026-05-21T04:07:47.638Z | Downloaded toml_datetime v1.0.0+spec-1.1.0 |
| 1148 | 2026-05-21T04:07:47.638Z | Downloaded trait-variant v0.1.2 |
| 1149 | 2026-05-21T04:07:47.638Z | Downloaded bitvec v1.0.1 |
| 1150 | 2026-05-21T04:07:47.638Z | Downloaded usdt-impl v0.6.0 |
| 1151 | 2026-05-21T04:07:47.638Z | Downloaded socket2 v0.6.3 |
| 1152 | 2026-05-21T04:07:47.638Z | Downloaded tokio-tungstenite v0.21.0 |
| 1153 | 2026-05-21T04:07:47.638Z | Downloaded tokio-native-tls v0.3.1 |
| 1154 | 2026-05-21T04:07:47.638Z | Downloaded tokio-rustls v0.24.1 |
| 1155 | 2026-05-21T04:07:47.638Z | Downloaded thiserror-no-std v2.0.2 |
| 1156 | 2026-05-21T04:07:47.638Z | Downloaded tokio-tungstenite v0.23.1 |
| 1157 | 2026-05-21T04:07:47.647Z | Downloaded tls_codec v0.4.2 |
| 1158 | 2026-05-21T04:07:47.647Z | Downloaded iri-string v0.7.10 |
| 1159 | 2026-05-21T04:07:47.648Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 1160 | 2026-05-21T04:07:47.648Z | Downloaded take_mut v0.2.2 |
| 1161 | 2026-05-21T04:07:47.648Z | Downloaded aws-lc-rs v1.16.3 |
| 1162 | 2026-05-21T04:07:47.667Z | Downloaded wait-timeout v0.2.1 |
| 1163 | 2026-05-21T04:07:47.667Z | Downloaded vergen-gitcl v1.0.8 |
| 1164 | 2026-05-21T04:07:47.667Z | Downloaded vergen-git2 v1.0.7 |
| 1165 | 2026-05-21T04:07:47.667Z | Downloaded uzers v0.12.2 |
| 1166 | 2026-05-21T04:07:47.667Z | Downloaded tui-tree-widget v0.23.1 |
| 1167 | 2026-05-21T04:07:47.667Z | Downloaded term v1.2.1 |
| 1168 | 2026-05-21T04:07:47.667Z | Downloaded string_cache v0.8.9 |
| 1169 | 2026-05-21T04:07:47.667Z | Downloaded vsss-rs v3.3.4 |
| 1170 | 2026-05-21T04:07:47.667Z | Downloaded unarray v0.1.4 |
| 1171 | 2026-05-21T04:07:47.667Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1172 | 2026-05-21T04:07:47.675Z | Downloaded zone v0.3.1 |
| 1173 | 2026-05-21T04:07:47.675Z | Downloaded zeroize_derive v1.4.3 |
| 1174 | 2026-05-21T04:07:47.675Z | Downloaded waitgroup v0.1.2 |
| 1175 | 2026-05-21T04:07:47.675Z | Downloaded tinyvec v1.10.0 |
| 1176 | 2026-05-21T04:07:47.675Z | Downloaded snafu v0.8.9 |
| 1177 | 2026-05-21T04:07:47.675Z | Downloaded unit-prefix v0.5.2 |
| 1178 | 2026-05-21T04:07:47.675Z | Downloaded russh v0.45.0 |
| 1179 | 2026-05-21T04:07:47.701Z | Downloaded tracing-attributes v0.1.31 |
| 1180 | 2026-05-21T04:07:47.701Z | Downloaded rustyline v14.0.0 |
| 1181 | 2026-05-21T04:07:47.702Z | Downloaded wyz v0.5.1 |
| 1182 | 2026-05-21T04:07:47.713Z | Downloaded zone_cfg_derive v0.3.1 |
| 1183 | 2026-05-21T04:07:47.713Z | Downloaded rpassword v7.4.0 |
| 1184 | 2026-05-21T04:07:47.713Z | Downloaded nom v7.1.3 |
| 1185 | 2026-05-21T04:07:47.713Z | Downloaded universal-hash v0.5.1 |
| 1186 | 2026-05-21T04:07:47.714Z | Downloaded vergen-lib v0.1.6 |
| 1187 | 2026-05-21T04:07:47.714Z | Downloaded zeroize v1.8.2 |
| 1188 | 2026-05-21T04:07:47.714Z | Downloaded typify v0.6.2 |
| 1189 | 2026-05-21T04:07:47.714Z | Downloaded typify v0.4.3 |
| 1190 | 2026-05-21T04:07:47.714Z | Downloaded tungstenite v0.23.0 |
| 1191 | 2026-05-21T04:07:47.727Z | Downloaded git2 v0.20.4 |
| 1192 | 2026-05-21T04:07:47.728Z | Downloaded xshell-macros v0.2.7 |
| 1193 | 2026-05-21T04:07:47.728Z | Downloaded xshell v0.2.7 |
| 1194 | 2026-05-21T04:07:47.728Z | Downloaded whoami v1.6.1 |
| 1195 | 2026-05-21T04:07:47.728Z | Downloaded tar v0.4.45 |
| 1196 | 2026-05-21T04:07:47.728Z | Downloaded vergen v9.0.6 |
| 1197 | 2026-05-21T04:07:47.772Z | Downloaded unicase v2.9.0 |
| 1198 | 2026-05-21T04:07:47.772Z | Downloaded zstd v0.13.3 |
| 1199 | 2026-05-21T04:07:47.772Z | Downloaded tracing-core v0.1.36 |
| 1200 | 2026-05-21T04:07:47.772Z | Downloaded toml v1.0.6+spec-1.1.0 |
| 1201 | 2026-05-21T04:07:47.772Z | Downloaded schemars v1.2.1 |
| 1202 | 2026-05-21T04:07:47.773Z | Downloaded zstd-safe v7.2.4 |
| 1203 | 2026-05-21T04:07:47.801Z | Downloaded steno v0.4.1 |
| 1204 | 2026-05-21T04:07:47.801Z | Downloaded p384 v0.13.1 |
| 1205 | 2026-05-21T04:07:47.801Z | Downloaded chrono v0.4.44 |
| 1206 | 2026-05-21T04:07:47.801Z | Downloaded zerocopy v0.6.6 |
| 1207 | 2026-05-21T04:07:47.801Z | Downloaded uuid v1.23.0 |
| 1208 | 2026-05-21T04:07:47.801Z | Downloaded unicode-properties v0.1.4 |
| 1209 | 2026-05-21T04:07:47.801Z | Downloaded unicode-bidi v0.3.18 |
| 1210 | 2026-05-21T04:07:47.801Z | Downloaded twox-hash v2.1.2 |
| 1211 | 2026-05-21T04:07:47.801Z | Downloaded reedline v0.40.0 |
| 1212 | 2026-05-21T04:07:47.801Z | Downloaded walkdir v2.5.0 |
| 1213 | 2026-05-21T04:07:47.801Z | Downloaded whoami v2.1.0 |
| 1214 | 2026-05-21T04:07:47.801Z | Downloaded ssh-key v0.6.7 |
| 1215 | 2026-05-21T04:07:47.801Z | Downloaded unsafe-libyaml v0.2.11 |
| 1216 | 2026-05-21T04:07:47.802Z | Downloaded regex v1.12.3 |
| 1217 | 2026-05-21T04:07:47.802Z | Downloaded goblin v0.10.5 |
| 1218 | 2026-05-21T04:07:47.802Z | Downloaded xattr v1.6.1 |
| 1219 | 2026-05-21T04:07:47.817Z | Downloaded yasna v0.6.0 |
| 1220 | 2026-05-21T04:07:47.817Z | Downloaded moka v0.12.13 |
| 1221 | 2026-05-21T04:07:47.817Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1222 | 2026-05-21T04:07:47.817Z | Downloaded reqwest v0.13.2 |
| 1223 | 2026-05-21T04:07:47.817Z | Downloaded unicode_categories v0.1.1 |
| 1224 | 2026-05-21T04:07:47.841Z | Downloaded vte v0.14.1 |
| 1225 | 2026-05-21T04:07:47.841Z | Downloaded reqwest v0.12.28 |
| 1226 | 2026-05-21T04:07:47.841Z | Downloaded tower v0.5.3 |
| 1227 | 2026-05-21T04:07:47.850Z | Downloaded tokio-postgres v0.7.16 |
| 1228 | 2026-05-21T04:07:47.850Z | Downloaded rustls-webpki v0.101.7 |
| 1229 | 2026-05-21T04:07:47.851Z | Downloaded zopfli v0.8.3 |
| 1230 | 2026-05-21T04:07:47.851Z | Downloaded yansi v1.0.1 |
| 1231 | 2026-05-21T04:07:47.851Z | Downloaded rayon v1.11.0 |
| 1232 | 2026-05-21T04:07:47.861Z | Downloaded salty v0.3.0 |
| 1233 | 2026-05-21T04:07:47.861Z | Downloaded quick-xml v0.37.5 |
| 1234 | 2026-05-21T04:07:47.861Z | Downloaded toml v0.7.8 |
| 1235 | 2026-05-21T04:07:47.869Z | Downloaded typed-path v0.9.3 |
| 1236 | 2026-05-21T04:07:47.869Z | Downloaded getrandom v0.3.4 |
| 1237 | 2026-05-21T04:07:47.885Z | Downloaded petname v2.0.2 |
| 1238 | 2026-05-21T04:07:47.885Z | Downloaded lalrpop v0.19.12 |
| 1239 | 2026-05-21T04:07:47.890Z | Downloaded bzip2 v0.6.1 |
| 1240 | 2026-05-21T04:07:47.890Z | Downloaded proptest v1.10.0 |
| 1241 | 2026-05-21T04:07:47.890Z | Downloaded scopeguard v1.2.0 |
| 1242 | 2026-05-21T04:07:47.890Z | Downloaded dropshot v0.16.7 |
| 1243 | 2026-05-21T04:07:47.906Z | Downloaded zerocopy-derive v0.8.40 |
| 1244 | 2026-05-21T04:07:47.951Z | Downloaded x509-cert v0.2.5 |
| 1245 | 2026-05-21T04:07:47.952Z | Downloaded portable-atomic v1.13.1 |
| 1246 | 2026-05-21T04:07:47.952Z | Downloaded darling_core v0.23.0 |
| 1247 | 2026-05-21T04:07:47.952Z | Downloaded subprocess v0.2.15 |
| 1248 | 2026-05-21T04:07:47.952Z | Downloaded slog-async v2.8.0 |
| 1249 | 2026-05-21T04:07:47.952Z | Downloaded toml_edit v0.19.15 |
| 1250 | 2026-05-21T04:07:47.972Z | Downloaded serde_with v3.17.0 |
| 1251 | 2026-05-21T04:07:47.972Z | Downloaded x509-parser v0.18.1 |
| 1252 | 2026-05-21T04:07:47.972Z | Downloaded unicode-normalization v0.1.25 |
| 1253 | 2026-05-21T04:07:47.972Z | Downloaded p256 v0.13.2 |
| 1254 | 2026-05-21T04:07:47.972Z | Downloaded rustls-webpki v0.102.8 |
| 1255 | 2026-05-21T04:07:47.973Z | Downloaded unicode-segmentation v1.12.0 |
| 1256 | 2026-05-21T04:07:47.973Z | Downloaded nix v0.29.0 |
| 1257 | 2026-05-21T04:07:47.973Z | Downloaded tower-http v0.6.8 |
| 1258 | 2026-05-21T04:07:47.973Z | Downloaded tokio-util v0.7.18 |
| 1259 | 2026-05-21T04:07:47.973Z | Downloaded zip v4.6.1 |
| 1260 | 2026-05-21T04:07:47.979Z | Downloaded polar-core v0.27.3 |
| 1261 | 2026-05-21T04:07:47.979Z | Downloaded object v0.30.4 |
| 1262 | 2026-05-21T04:07:47.979Z | Downloaded tough v0.22.0 |
| 1263 | 2026-05-21T04:07:48.010Z | Downloaded zip v0.6.6 |
| 1264 | 2026-05-21T04:07:48.010Z | Downloaded openssl v0.10.79 |
| 1265 | 2026-05-21T04:07:48.039Z | Downloaded dropshot v0.17.0 |
| 1266 | 2026-05-21T04:07:48.039Z | Downloaded quinn-proto v0.11.13 |
| 1267 | 2026-05-21T04:07:48.039Z | Downloaded radix_trie v0.2.1 |
| 1268 | 2026-05-21T04:07:48.039Z | Downloaded winnow v0.6.26 |
| 1269 | 2026-05-21T04:07:48.039Z | Downloaded nix v0.28.0 |
| 1270 | 2026-05-21T04:07:48.072Z | Downloaded nix v0.27.1 |
| 1271 | 2026-05-21T04:07:48.072Z | Downloaded winnow v0.5.40 |
| 1272 | 2026-05-21T04:07:48.072Z | Downloaded ssh-encoding v0.2.0 |
| 1273 | 2026-05-21T04:07:48.072Z | Downloaded nix v0.31.2 |
| 1274 | 2026-05-21T04:07:48.072Z | Downloaded smoltcp v0.9.1 |
| 1275 | 2026-05-21T04:07:48.072Z | Downloaded regex-syntax v0.6.29 |
| 1276 | 2026-05-21T04:07:48.088Z | Downloaded time v0.3.47 |
| 1277 | 2026-05-21T04:07:48.088Z | Downloaded progenitor-macro v0.14.0 |
| 1278 | 2026-05-21T04:07:48.088Z | Downloaded zlib-rs v0.6.2 |
| 1279 | 2026-05-21T04:07:48.089Z | Downloaded tabled v0.20.0 |
| 1280 | 2026-05-21T04:07:48.092Z | Downloaded rustls v0.22.4 |
| 1281 | 2026-05-21T04:07:48.103Z | Downloaded webpki-roots v1.0.6 |
| 1282 | 2026-05-21T04:07:48.103Z | Downloaded smoltcp v0.11.0 |
| 1283 | 2026-05-21T04:07:48.103Z | Downloaded object v0.37.3 |
| 1284 | 2026-05-21T04:07:48.103Z | Downloaded hickory-proto v0.25.2 |
| 1285 | 2026-05-21T04:07:48.121Z | Downloaded diesel v2.3.7 |
| 1286 | 2026-05-21T04:07:48.131Z | Downloaded vcpkg v0.2.15 |
| 1287 | 2026-05-21T04:07:48.145Z | Downloaded hickory-proto v0.24.4 |
| 1288 | 2026-05-21T04:07:48.217Z | Downloaded rustls v0.23.37 |
| 1289 | 2026-05-21T04:07:48.217Z | Downloaded zerocopy v0.8.40 |
| 1290 | 2026-05-21T04:07:48.218Z | Downloaded rustix v0.38.44 |
| 1291 | 2026-05-21T04:07:48.260Z | Downloaded regress v0.10.5 |
| 1292 | 2026-05-21T04:07:48.260Z | Downloaded regex-syntax v0.8.10 |
| 1293 | 2026-05-21T04:07:48.261Z | Downloaded openapiv3 v2.2.0 |
| 1294 | 2026-05-21T04:07:48.261Z | Downloaded rustls v0.21.12 |
| 1295 | 2026-05-21T04:07:48.261Z | Downloaded tungstenite v0.21.0 |
| 1296 | 2026-05-21T04:07:48.261Z | Downloaded sqlparser v0.61.0 |
| 1297 | 2026-05-21T04:07:48.261Z | Downloaded sled v0.34.7 |
| 1298 | 2026-05-21T04:07:48.261Z | Downloaded regress v0.11.1 |
| 1299 | 2026-05-21T04:07:48.261Z | Downloaded typify-impl v0.6.2 |
| 1300 | 2026-05-21T04:07:48.261Z | Downloaded typify-impl v0.4.3 |
| 1301 | 2026-05-21T04:07:48.293Z | Downloaded zerocopy-derive v0.6.6 |
| 1302 | 2026-05-21T04:07:48.293Z | Downloaded ratatui v0.29.0 |
| 1303 | 2026-05-21T04:07:48.293Z | Downloaded tracing v0.1.44 |
| 1304 | 2026-05-21T04:07:48.315Z | Downloaded jiff v0.2.21 |
| 1305 | 2026-05-21T04:07:48.345Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1306 | 2026-05-21T04:07:48.345Z | Downloaded csv v1.4.0 |
| 1307 | 2026-05-21T04:07:48.372Z | Downloaded regex-automata v0.4.14 |
| 1308 | 2026-05-21T04:07:48.372Z | Downloaded petgraph v0.6.5 |
| 1309 | 2026-05-21T04:07:48.373Z | Downloaded chrono-tz v0.10.4 |
| 1310 | 2026-05-21T04:07:48.401Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1311 | 2026-05-21T04:07:48.422Z | Downloaded petgraph v0.8.3 |
| 1312 | 2026-05-21T04:07:48.449Z | Downloaded tokio v1.52.1 |
| 1313 | 2026-05-21T04:07:48.449Z | Downloaded encoding_rs v0.8.35 |
| 1314 | 2026-05-21T04:07:48.490Z | Downloaded libz-sys v1.1.24 |
| 1315 | 2026-05-21T04:07:48.507Z | Downloaded sha3 v0.10.8 |
| 1316 | 2026-05-21T04:07:48.567Z | Downloaded ring v0.17.14 |
| 1317 | 2026-05-21T04:07:48.599Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1318 | 2026-05-21T04:07:49.096Z | Downloaded aws-lc-sys v0.40.0 |
| 1319 | 2026-05-21T04:07:49.336Z | Compiling libc v0.2.185 |
| 1320 | 2026-05-21T04:07:49.336Z | Compiling serde v1.0.228 |
| 1321 | 2026-05-21T04:07:49.340Z | Compiling log v0.4.29 |
| 1322 | 2026-05-21T04:07:49.340Z | Compiling shlex v1.3.0 |
| 1323 | 2026-05-21T04:07:49.497Z | Compiling find-msvc-tools v0.1.9 |
| 1324 | 2026-05-21T04:07:49.508Z | Compiling syn v2.0.117 |
| 1325 | 2026-05-21T04:07:49.516Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-05-21T04:07:49.516Z | Compiling typenum v1.19.0 |
| 1327 | 2026-05-21T04:07:49.675Z | Compiling generic-array v0.14.7 |
| 1328 | 2026-05-21T04:07:49.675Z | Compiling subtle v2.6.1 |
| 1329 | 2026-05-21T04:07:49.728Z | Compiling scopeguard v1.2.0 |
| 1330 | 2026-05-21T04:07:49.762Z | Compiling const-oid v0.9.6 |
| 1331 | 2026-05-21T04:07:49.818Z | Compiling lock_api v0.4.14 |
| 1332 | 2026-05-21T04:07:49.831Z | Compiling serde_json v1.0.149 |
| 1333 | 2026-05-21T04:07:49.869Z | Compiling zerocopy v0.8.40 |
| 1334 | 2026-05-21T04:07:49.924Z | Compiling portable-atomic v1.13.1 |
| 1335 | 2026-05-21T04:07:50.046Z | Compiling pin-project-lite v0.2.17 |
| 1336 | 2026-05-21T04:07:50.136Z | Compiling parking_lot_core v0.9.12 |
| 1337 | 2026-05-21T04:07:50.298Z | Compiling pkg-config v0.3.32 |
| 1338 | 2026-05-21T04:07:50.373Z | Compiling getrandom v0.2.17 |
| 1339 | 2026-05-21T04:07:50.390Z | Compiling jobserver v0.1.34 |
| 1340 | 2026-05-21T04:07:50.403Z | Compiling errno v0.3.14 |
| 1341 | 2026-05-21T04:07:50.500Z | Compiling rand_core v0.6.4 |
| 1342 | 2026-05-21T04:07:50.604Z | Compiling cc v1.2.56 |
| 1343 | 2026-05-21T04:07:50.771Z | Compiling signal-hook-registry v1.4.8 |
| 1344 | 2026-05-21T04:07:50.785Z | Compiling bitflags v2.11.0 |
| 1345 | 2026-05-21T04:07:50.830Z | Compiling futures-core v0.3.32 |
| 1346 | 2026-05-21T04:07:50.863Z | Compiling critical-section v1.2.0 |
| 1347 | 2026-05-21T04:07:50.970Z | Compiling libm v0.2.16 |
| 1348 | 2026-05-21T04:07:50.984Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-05-21T04:07:51.009Z | Compiling parking_lot v0.12.5 |
| 1350 | 2026-05-21T04:07:51.046Z | Compiling mio v1.2.0 |
| 1351 | 2026-05-21T04:07:51.067Z | Compiling num-traits v0.2.19 |
| 1352 | 2026-05-21T04:07:51.193Z | Compiling percent-encoding v2.3.2 |
| 1353 | 2026-05-21T04:07:51.224Z | Compiling socket2 v0.6.3 |
| 1354 | 2026-05-21T04:07:51.391Z | Compiling futures-sink v0.3.32 |
| 1355 | 2026-05-21T04:07:51.432Z | Compiling cpufeatures v0.2.17 |
| 1356 | 2026-05-21T04:07:51.438Z | Compiling getrandom v0.4.1 |
| 1357 | 2026-05-21T04:07:51.463Z | Compiling futures-channel v0.3.32 |
| 1358 | 2026-05-21T04:07:51.479Z | Compiling futures-io v0.3.32 |
| 1359 | 2026-05-21T04:07:51.527Z | Compiling futures-task v0.3.32 |
| 1360 | 2026-05-21T04:07:51.614Z | Compiling slab v0.4.12 |
| 1361 | 2026-05-21T04:07:51.637Z | Compiling rand_core v0.10.0 |
| 1362 | 2026-05-21T04:07:51.686Z | Compiling indexmap v2.14.0 |
| 1363 | 2026-05-21T04:07:51.701Z | Compiling rustversion v1.0.22 |
| 1364 | 2026-05-21T04:07:51.771Z | Compiling getrandom v0.3.4 |
| 1365 | 2026-05-21T04:07:51.803Z | Compiling cmake v0.1.57 |
| 1366 | 2026-05-21T04:07:52.016Z | Compiling form_urlencoded v1.2.2 |
| 1367 | 2026-05-21T04:07:52.195Z | Compiling dunce v1.0.5 |
| 1368 | 2026-05-21T04:07:52.207Z | Compiling fs_extra v1.3.0 |
| 1369 | 2026-05-21T04:07:52.292Z | Compiling ident_case v1.0.1 |
| 1370 | 2026-05-21T04:07:52.366Z | Compiling synstructure v0.13.2 |
| 1371 | 2026-05-21T04:07:52.416Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-05-21T04:07:52.430Z | Compiling regex-syntax v0.8.10 |
| 1373 | 2026-05-21T04:07:52.471Z | Compiling aws-lc-sys v0.40.0 |
| 1374 | 2026-05-21T04:07:52.711Z | Compiling pem-rfc7468 v0.7.0 |
| 1375 | 2026-05-21T04:07:52.731Z | Compiling rustix v1.1.3 |
| 1376 | 2026-05-21T04:07:52.750Z | Compiling iana-time-zone v0.1.65 |
| 1377 | 2026-05-21T04:07:52.817Z | Compiling flagset v0.4.7 |
| 1378 | 2026-05-21T04:07:52.947Z | Compiling rand_core v0.9.5 |
| 1379 | 2026-05-21T04:07:52.947Z | Compiling ring v0.17.14 |
| 1380 | 2026-05-21T04:07:52.975Z | Compiling aws-lc-rs v1.16.3 |
| 1381 | 2026-05-21T04:07:53.003Z | Compiling vcpkg v0.2.15 |
| 1382 | 2026-05-21T04:07:53.215Z | Compiling uuid v1.23.0 |
| 1383 | 2026-05-21T04:07:53.245Z | Compiling rustc_version v0.4.1 |
| 1384 | 2026-05-21T04:07:53.561Z | Compiling tracing-core v0.1.36 |
| 1385 | 2026-05-21T04:07:53.720Z | Compiling openssl-sys v0.9.115 |
| 1386 | 2026-05-21T04:07:53.919Z | Compiling base64 v0.22.1 |
| 1387 | 2026-05-21T04:07:54.048Z | Compiling serde_derive v1.0.228 |
| 1388 | 2026-05-21T04:07:54.172Z | Compiling zeroize_derive v1.4.3 |
| 1389 | 2026-05-21T04:07:54.248Z | Compiling zerofrom-derive v0.1.6 |
| 1390 | 2026-05-21T04:07:54.292Z | Compiling yoke-derive v0.8.1 |
| 1391 | 2026-05-21T04:07:54.473Z | Compiling zerovec-derive v0.11.2 |
| 1392 | 2026-05-21T04:07:54.814Z | Compiling zerocopy-derive v0.8.40 |
| 1393 | 2026-05-21T04:07:55.229Z | Compiling zeroize v1.8.2 |
| 1394 | 2026-05-21T04:07:55.437Z | Compiling displaydoc v0.2.5 |
| 1395 | 2026-05-21T04:07:55.563Z | Compiling crypto-common v0.1.7 |
| 1396 | 2026-05-21T04:07:55.980Z | Compiling block-buffer v0.10.4 |
| 1397 | 2026-05-21T04:07:55.987Z | Compiling zerofrom v0.1.6 |
| 1398 | 2026-05-21T04:07:55.987Z | Compiling digest v0.10.7 |
| 1399 | 2026-05-21T04:07:55.987Z | Compiling yoke v0.8.1 |
| 1400 | 2026-05-21T04:07:55.987Z | Compiling tokio-macros v2.7.0 |
| 1401 | 2026-05-21T04:07:55.987Z | Compiling zerovec v0.11.5 |
| 1402 | 2026-05-21T04:07:55.987Z | Compiling futures-macro v0.3.32 |
| 1403 | 2026-05-21T04:07:56.158Z | Compiling zerotrie v0.2.3 |
| 1404 | 2026-05-21T04:07:56.412Z | Compiling tinystr v0.8.2 |
| 1405 | 2026-05-21T04:07:56.449Z | Compiling potential_utf v0.1.4 |
| 1406 | 2026-05-21T04:07:56.451Z | Compiling hmac v0.12.1 |
| 1407 | 2026-05-21T04:07:56.607Z | Compiling icu_locale_core v2.1.1 |
| 1408 | 2026-05-21T04:07:56.607Z | Compiling icu_collections v2.1.1 |
| 1409 | 2026-05-21T04:07:56.610Z | Compiling block-padding v0.3.3 |
| 1410 | 2026-05-21T04:07:56.742Z | Compiling futures-util v0.3.32 |
| 1411 | 2026-05-21T04:07:56.783Z | Compiling inout v0.1.4 |
| 1412 | 2026-05-21T04:07:56.945Z | Compiling cipher v0.4.4 |
| 1413 | 2026-05-21T04:07:57.086Z | Compiling sha2 v0.10.9 |
| 1414 | 2026-05-21T04:07:57.203Z | Compiling der_derive v0.7.3 |
| 1415 | 2026-05-21T04:07:57.467Z | Compiling bytes v1.11.1 |
| 1416 | 2026-05-21T04:07:57.482Z | Compiling icu_provider v2.1.1 |
| 1417 | 2026-05-21T04:07:57.774Z | Compiling icu_normalizer v2.1.1 |
| 1418 | 2026-05-21T04:07:58.081Z | Compiling tokio v1.52.1 |
| 1419 | 2026-05-21T04:07:58.120Z | Compiling icu_properties v2.1.2 |
| 1420 | 2026-05-21T04:07:58.137Z | Compiling der v0.7.10 |
| 1421 | 2026-05-21T04:07:58.318Z | Compiling http v1.4.0 |
| 1422 | 2026-05-21T04:07:58.450Z | Compiling chrono v0.4.44 |
| 1423 | 2026-05-21T04:07:59.053Z | Compiling idna_adapter v1.2.1 |
| 1424 | 2026-05-21T04:07:59.147Z | Compiling ppv-lite86 v0.2.21 |
| 1425 | 2026-05-21T04:07:59.191Z | Compiling idna v1.1.0 |
| 1426 | 2026-05-21T04:07:59.223Z | Compiling spki v0.7.3 |
| 1427 | 2026-05-21T04:07:59.242Z | Compiling salsa20 v0.10.2 |
| 1428 | 2026-05-21T04:07:59.315Z | Compiling pbkdf2 v0.12.2 |
| 1429 | 2026-05-21T04:07:59.376Z | Compiling rustls-pki-types v1.14.0 |
| 1430 | 2026-05-21T04:07:59.420Z | Compiling thiserror-impl v2.0.18 |
| 1431 | 2026-05-21T04:07:59.433Z | Compiling tracing-attributes v0.1.31 |
| 1432 | 2026-05-21T04:07:59.459Z | Compiling rand_chacha v0.9.0 |
| 1433 | 2026-05-21T04:07:59.820Z | Compiling url v2.5.8 |
| 1434 | 2026-05-21T04:07:59.834Z | Compiling scrypt v0.11.0 |
| 1435 | 2026-05-21T04:07:59.872Z | Compiling http-body v1.0.1 |
| 1436 | 2026-05-21T04:08:00.020Z | Compiling aes v0.8.4 |
| 1437 | 2026-05-21T04:08:00.082Z | Compiling cbc v0.1.2 |
| 1438 | 2026-05-21T04:08:00.224Z | Compiling tinyvec_macros v0.1.1 |
| 1439 | 2026-05-21T04:08:00.252Z | Compiling untrusted v0.9.0 |
| 1440 | 2026-05-21T04:08:00.294Z | Compiling openssl-probe v0.2.1 |
| 1441 | 2026-05-21T04:08:00.371Z | Compiling httparse v1.10.1 |
| 1442 | 2026-05-21T04:08:00.463Z | Compiling untrusted v0.7.1 |
| 1443 | 2026-05-21T04:08:00.989Z | Compiling pkcs5 v0.7.1 |
| 1444 | 2026-05-21T04:08:00.992Z | Compiling tracing v0.1.44 |
| 1445 | 2026-05-21T04:08:00.992Z | Compiling thiserror v2.0.18 |
| 1446 | 2026-05-21T04:08:00.992Z | Compiling tinyvec v1.10.0 |
| 1447 | 2026-05-21T04:08:00.992Z | Compiling pest_generator v2.8.6 |
| 1448 | 2026-05-21T04:08:00.992Z | Compiling rand v0.9.2 |
| 1449 | 2026-05-21T04:08:01.051Z | Compiling serde_derive_internals v0.29.1 |
| 1450 | 2026-05-21T04:08:01.063Z | Compiling aho-corasick v1.1.4 |
| 1451 | 2026-05-21T04:08:01.080Z | Compiling dyn-clone v1.0.20 |
| 1452 | 2026-05-21T04:08:01.206Z | Compiling atomic-waker v1.1.2 |
| 1453 | 2026-05-21T04:08:01.331Z | Compiling schemars v0.8.22 |
| 1454 | 2026-05-21T04:08:01.507Z | Compiling tower-service v0.3.3 |
| 1455 | 2026-05-21T04:08:01.929Z | Compiling try-lock v0.2.5 |
| 1456 | 2026-05-21T04:08:01.931Z | Compiling rustls v0.23.37 |
| 1457 | 2026-05-21T04:08:01.931Z | Compiling tower-layer v0.3.3 |
| 1458 | 2026-05-21T04:08:01.931Z | Compiling want v0.3.1 |
| 1459 | 2026-05-21T04:08:01.931Z | Compiling pest_derive v2.8.6 |
| 1460 | 2026-05-21T04:08:01.931Z | Compiling tokio-util v0.7.18 |
| 1461 | 2026-05-21T04:08:01.932Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-05-21T04:08:01.932Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2026-05-21T04:08:02.197Z | Compiling pkcs8 v0.10.2 |
| 1464 | 2026-05-21T04:08:02.498Z | Compiling h2 v0.4.13 |
| 1465 | 2026-05-21T04:08:02.603Z | Compiling ipnet v2.11.0 |
| 1466 | 2026-05-21T04:08:02.711Z | Compiling scroll_derive v0.13.1 |
| 1467 | 2026-05-21T04:08:02.796Z | Compiling darling_core v0.20.11 |
| 1468 | 2026-05-21T04:08:03.088Z | Compiling pin-utils v0.1.0 |
| 1469 | 2026-05-21T04:08:03.131Z | Compiling foreign-types-shared v0.1.1 |
| 1470 | 2026-05-21T04:08:03.159Z | Compiling openssl v0.10.79 |
| 1471 | 2026-05-21T04:08:03.216Z | Compiling httpdate v1.0.3 |
| 1472 | 2026-05-21T04:08:03.402Z | Compiling foreign-types v0.3.2 |
| 1473 | 2026-05-21T04:08:03.473Z | Compiling tempfile v3.25.0 |
| 1474 | 2026-05-21T04:08:03.497Z | Compiling scroll v0.13.0 |
| 1475 | 2026-05-21T04:08:03.714Z | Compiling unicode-normalization v0.1.25 |
| 1476 | 2026-05-21T04:08:03.843Z | Compiling openssl-macros v0.1.1 |
| 1477 | 2026-05-21T04:08:04.208Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1478 | 2026-05-21T04:08:04.222Z | Compiling spin v0.9.8 |
| 1479 | 2026-05-21T04:08:04.254Z | Compiling num-conv v0.2.0 |
| 1480 | 2026-05-21T04:08:04.386Z | Compiling native-tls v0.2.18 |
| 1481 | 2026-05-21T04:08:04.420Z | Compiling time-core v0.1.8 |
| 1482 | 2026-05-21T04:08:04.566Z | Compiling crc32fast v1.5.0 |
| 1483 | 2026-05-21T04:08:04.584Z | Compiling powerfmt v0.2.0 |
| 1484 | 2026-05-21T04:08:04.731Z | Compiling deranged v0.5.8 |
| 1485 | 2026-05-21T04:08:04.805Z | Compiling time-macros v0.2.27 |
| 1486 | 2026-05-21T04:08:05.071Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-05-21T04:08:05.525Z | Compiling hyper v1.8.1 |
| 1488 | 2026-05-21T04:08:05.683Z | Compiling darling v0.20.11 |
| 1489 | 2026-05-21T04:08:05.766Z | Compiling goblin v0.10.5 |
| 1490 | 2026-05-21T04:08:05.841Z | Compiling rustls-native-certs v0.8.3 |
| 1491 | 2026-05-21T04:08:05.978Z | Compiling sync_wrapper v1.0.2 |
| 1492 | 2026-05-21T04:08:06.086Z | Compiling wait-timeout v0.2.1 |
| 1493 | 2026-05-21T04:08:06.118Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-05-21T04:08:06.344Z | Compiling usdt-impl v0.6.0 |
| 1495 | 2026-05-21T04:08:06.344Z | Compiling simd-adler32 v0.3.8 |
| 1496 | 2026-05-21T04:08:06.400Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-05-21T04:08:06.494Z | Compiling siphasher v1.0.2 |
| 1498 | 2026-05-21T04:08:06.537Z | Compiling syn v1.0.109 |
| 1499 | 2026-05-21T04:08:06.590Z | Compiling hyper-util v0.1.20 |
| 1500 | 2026-05-21T04:08:06.678Z | Compiling crossbeam-utils v0.8.21 |
| 1501 | 2026-05-21T04:08:06.831Z | Compiling quick-error v1.2.3 |
| 1502 | 2026-05-21T04:08:06.940Z | Compiling rusty-fork v0.3.1 |
| 1503 | 2026-05-21T04:08:07.069Z | Compiling time v0.3.47 |
| 1504 | 2026-05-21T04:08:07.243Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-05-21T04:08:07.350Z | Compiling tower v0.5.3 |
| 1506 | 2026-05-21T04:08:07.402Z | Compiling derive_builder_core v0.20.2 |
| 1507 | 2026-05-21T04:08:07.821Z | Compiling dtrace-parser v0.3.0 |
| 1508 | 2026-05-21T04:08:07.987Z | Compiling http-body-util v0.1.3 |
| 1509 | 2026-05-21T04:08:08.229Z | Compiling webpki-roots v1.0.6 |
| 1510 | 2026-05-21T04:08:08.251Z | Compiling signature v2.2.0 |
| 1511 | 2026-05-21T04:08:08.293Z | Compiling scroll_derive v0.12.1 |
| 1512 | 2026-05-21T04:08:08.349Z | Compiling thiserror-impl v1.0.69 |
| 1513 | 2026-05-21T04:08:08.427Z | Compiling dof v0.4.0 |
| 1514 | 2026-05-21T04:08:08.550Z | Compiling heapless v0.7.17 |
| 1515 | 2026-05-21T04:08:08.624Z | Compiling rand_xorshift v0.4.0 |
| 1516 | 2026-05-21T04:08:08.783Z | Compiling slog v2.8.2 |
| 1517 | 2026-05-21T04:08:08.786Z | Compiling darling_core v0.21.3 |
| 1518 | 2026-05-21T04:08:08.942Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1519 | 2026-05-21T04:08:09.002Z | Compiling thread-id v5.1.0 |
| 1520 | 2026-05-21T04:08:09.086Z | Compiling cookie v0.18.1 |
| 1521 | 2026-05-21T04:08:09.211Z | Compiling allocator-api2 v0.2.21 |
| 1522 | 2026-05-21T04:08:09.260Z | Compiling unicode-properties v0.1.4 |
| 1523 | 2026-05-21T04:08:09.471Z | Compiling paste v1.0.15 |
| 1524 | 2026-05-21T04:08:09.538Z | Compiling unicode-bidi v0.3.18 |
| 1525 | 2026-05-21T04:08:09.635Z | Compiling iri-string v0.7.10 |
| 1526 | 2026-05-21T04:08:09.635Z | Compiling ryu v1.0.23 |
| 1527 | 2026-05-21T04:08:09.732Z | Compiling adler2 v2.0.1 |
| 1528 | 2026-05-21T04:08:09.827Z | Compiling signal-hook v0.3.18 |
| 1529 | 2026-05-21T04:08:09.863Z | Compiling zstd-safe v7.2.4 |
| 1530 | 2026-05-21T04:08:09.943Z | Compiling unarray v0.1.4 |
| 1531 | 2026-05-21T04:08:09.993Z | Compiling anyhow v1.0.102 |
| 1532 | 2026-05-21T04:08:10.050Z | Compiling proptest v1.10.0 |
| 1533 | 2026-05-21T04:08:10.077Z | Compiling stringprep v0.1.5 |
| 1534 | 2026-05-21T04:08:10.089Z | Compiling miniz_oxide v0.8.9 |
| 1535 | 2026-05-21T04:08:10.503Z | Compiling serde_urlencoded v0.7.1 |
| 1536 | 2026-05-21T04:08:10.563Z | Compiling thiserror v1.0.69 |
| 1537 | 2026-05-21T04:08:10.735Z | Compiling tower-http v0.6.8 |
| 1538 | 2026-05-21T04:08:11.130Z | Compiling scroll v0.12.0 |
| 1539 | 2026-05-21T04:08:11.191Z | Compiling derive_builder_macro v0.20.2 |
| 1540 | 2026-05-21T04:08:11.218Z | Compiling tokio-native-tls v0.3.1 |
| 1541 | 2026-05-21T04:08:11.308Z | Compiling darling_macro v0.21.3 |
| 1542 | 2026-05-21T04:08:11.381Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-05-21T04:08:11.421Z | Compiling bstr v1.12.1 |
| 1544 | 2026-05-21T04:08:11.633Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-05-21T04:08:11.771Z | Compiling serde_tokenstream v0.2.3 |
| 1546 | 2026-05-21T04:08:11.785Z | Compiling toml_datetime v0.6.11 |
| 1547 | 2026-05-21T04:08:11.861Z | Compiling erased-serde v0.3.31 |
| 1548 | 2026-05-21T04:08:12.032Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-05-21T04:08:12.058Z | Compiling md-5 v0.10.6 |
| 1550 | 2026-05-21T04:08:12.074Z | Compiling pin-project-internal v1.1.11 |
| 1551 | 2026-05-21T04:08:12.172Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-05-21T04:08:12.219Z | Compiling async-trait v0.1.89 |
| 1553 | 2026-05-21T04:08:12.338Z | Compiling curve25519-dalek v4.1.3 |
| 1554 | 2026-05-21T04:08:12.430Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-05-21T04:08:12.605Z | Compiling num-integer v0.1.46 |
| 1556 | 2026-05-21T04:08:12.669Z | Compiling hash32 v0.2.1 |
| 1557 | 2026-05-21T04:08:12.856Z | Compiling ff v0.13.1 |
| 1558 | 2026-05-21T04:08:12.921Z | Compiling memoffset v0.9.1 |
| 1559 | 2026-05-21T04:08:12.989Z | Compiling cfg_aliases v0.2.1 |
| 1560 | 2026-05-21T04:08:13.022Z | Compiling zlib-rs v0.6.2 |
| 1561 | 2026-05-21T04:08:13.063Z | Compiling smoltcp v0.9.1 |
| 1562 | 2026-05-21T04:08:13.113Z | Compiling base16ct v0.2.0 |
| 1563 | 2026-05-21T04:08:13.154Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-05-21T04:08:13.224Z | Compiling fallible-iterator v0.2.0 |
| 1565 | 2026-05-21T04:08:13.277Z | Compiling num-bigint-dig v0.8.6 |
| 1566 | 2026-05-21T04:08:13.291Z | Compiling litrs v1.0.0 |
| 1567 | 2026-05-21T04:08:13.394Z | Compiling rustix v0.38.44 |
| 1568 | 2026-05-21T04:08:13.465Z | Compiling ref-cast v1.0.25 |
| 1569 | 2026-05-21T04:08:13.528Z | Compiling postgres-protocol v0.6.10 |
| 1570 | 2026-05-21T04:08:14.198Z | Compiling document-features v0.2.12 |
| 1571 | 2026-05-21T04:08:14.203Z | Compiling publicsuffix v2.3.0 |
| 1572 | 2026-05-21T04:08:14.203Z | Compiling sec1 v0.7.3 |
| 1573 | 2026-05-21T04:08:14.203Z | Compiling pin-project v1.1.11 |
| 1574 | 2026-05-21T04:08:14.203Z | Compiling nix v0.31.2 |
| 1575 | 2026-05-21T04:08:14.206Z | Compiling zerocopy v0.7.35 |
| 1576 | 2026-05-21T04:08:14.220Z | Compiling group v0.13.0 |
| 1577 | 2026-05-21T04:08:14.403Z | Compiling num-iter v0.1.45 |
| 1578 | 2026-05-21T04:08:14.587Z | Compiling newtype-uuid v1.3.2 |
| 1579 | 2026-05-21T04:08:14.761Z | Compiling rand v0.8.6 |
| 1580 | 2026-05-21T04:08:14.908Z | Compiling darling v0.21.3 |
| 1581 | 2026-05-21T04:08:14.910Z | Compiling derive_builder v0.20.2 |
| 1582 | 2026-05-21T04:08:14.994Z | Compiling oxnet v0.1.4 |
| 1583 | 2026-05-21T04:08:15.048Z | Compiling hyper-tls v0.6.0 |
| 1584 | 2026-05-21T04:08:15.092Z | Compiling hubpack_derive v0.1.1 |
| 1585 | 2026-05-21T04:08:15.104Z | Compiling goblin v0.8.2 |
| 1586 | 2026-05-21T04:08:15.877Z | Compiling flate2 v1.1.9 |
| 1587 | 2026-05-21T04:08:15.893Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-05-21T04:08:15.908Z | Compiling lazy_static v1.5.0 |
| 1589 | 2026-05-21T04:08:15.983Z | Compiling regex v1.12.3 |
| 1590 | 2026-05-21T04:08:15.998Z | Compiling futures-executor v0.3.32 |
| 1591 | 2026-05-21T04:08:16.125Z | Compiling cargo-platform v0.1.9 |
| 1592 | 2026-05-21T04:08:16.206Z | Compiling hex v0.4.3 |
| 1593 | 2026-05-21T04:08:16.249Z | Compiling hkdf v0.12.4 |
| 1594 | 2026-05-21T04:08:16.293Z | Compiling crypto-bigint v0.5.5 |
| 1595 | 2026-05-21T04:08:16.375Z | Compiling terminal_size v0.4.3 |
| 1596 | 2026-05-21T04:08:16.411Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1597 | 2026-05-21T04:08:16.413Z | Compiling snafu-derive v0.8.9 |
| 1598 | 2026-05-21T04:08:16.472Z | Compiling ref-cast-impl v1.0.25 |
| 1599 | 2026-05-21T04:08:16.510Z | Compiling strum_macros v0.27.2 |
| 1600 | 2026-05-21T04:08:16.998Z | Compiling daft-derive v0.1.7 |
| 1601 | 2026-05-21T04:08:17.041Z | Compiling vergen v9.0.6 |
| 1602 | 2026-05-21T04:08:17.220Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-05-21T04:08:17.406Z | Compiling ahash v0.8.12 |
| 1604 | 2026-05-21T04:08:17.605Z | Compiling encoding_rs v0.8.35 |
| 1605 | 2026-05-21T04:08:17.706Z | Compiling object v0.37.3 |
| 1606 | 2026-05-21T04:08:17.993Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-05-21T04:08:18.287Z | Compiling bumpalo v3.20.2 |
| 1608 | 2026-05-21T04:08:18.355Z | Compiling winnow v0.5.40 |
| 1609 | 2026-05-21T04:08:18.425Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-05-21T04:08:18.510Z | Compiling managed v0.8.0 |
| 1611 | 2026-05-21T04:08:18.535Z | Compiling same-file v1.0.6 |
| 1612 | 2026-05-21T04:08:18.593Z | Compiling unicode-segmentation v1.12.0 |
| 1613 | 2026-05-21T04:08:18.666Z | Compiling mime v0.3.17 |
| 1614 | 2026-05-21T04:08:18.696Z | Compiling bitflags v1.3.2 |
| 1615 | 2026-05-21T04:08:18.727Z | Compiling foldhash v0.2.0 |
| 1616 | 2026-05-21T04:08:18.951Z | Compiling hashbrown v0.16.1 |
| 1617 | 2026-05-21T04:08:19.008Z | Compiling walkdir v2.5.0 |
| 1618 | 2026-05-21T04:08:19.015Z | Compiling hashbrown v0.15.5 |
| 1619 | 2026-05-21T04:08:19.114Z | Compiling zopfli v0.8.3 |
| 1620 | 2026-05-21T04:08:19.335Z | Compiling strum v0.27.2 |
| 1621 | 2026-05-21T04:08:19.467Z | Compiling bzip2 v0.6.1 |
| 1622 | 2026-05-21T04:08:19.528Z | Compiling clap_builder v4.5.60 |
| 1623 | 2026-05-21T04:08:19.550Z | Compiling snafu v0.8.9 |
| 1624 | 2026-05-21T04:08:19.659Z | Compiling toml_edit v0.19.15 |
| 1625 | 2026-05-21T04:08:19.672Z | Compiling daft v0.1.7 |
| 1626 | 2026-05-21T04:08:19.815Z | Compiling dof v0.3.0 |
| 1627 | 2026-05-21T04:08:19.907Z | Compiling elliptic-curve v0.13.8 |
| 1628 | 2026-05-21T04:08:20.051Z | Compiling cargo_metadata v0.19.2 |
| 1629 | 2026-05-21T04:08:20.301Z | Compiling futures v0.3.32 |
| 1630 | 2026-05-21T04:08:20.384Z | Compiling phf v0.13.1 |
| 1631 | 2026-05-21T04:08:20.548Z | Compiling signal-hook-mio v0.2.5 |
| 1632 | 2026-05-21T04:08:21.015Z | Compiling cookie_store v0.22.1 |
| 1633 | 2026-05-21T04:08:21.450Z | Compiling hubpack v0.1.2 |
| 1634 | 2026-05-21T04:08:21.456Z | Compiling zstd v0.13.3 |
| 1635 | 2026-05-21T04:08:21.456Z | Compiling bzip2 v0.4.4 |
| 1636 | 2026-05-21T04:08:21.530Z | Compiling serde_with_macros v3.17.0 |
| 1637 | 2026-05-21T04:08:21.643Z | Compiling postgres-types v0.2.12 |
| 1638 | 2026-05-21T04:08:22.193Z | Compiling usdt-attr-macro v0.6.0 |
| 1639 | 2026-05-21T04:08:22.240Z | Compiling usdt-macro v0.6.0 |
| 1640 | 2026-05-21T04:08:22.456Z | Compiling globset v0.4.18 |
| 1641 | 2026-05-21T04:08:22.614Z | Compiling dtrace-parser v0.2.0 |
| 1642 | 2026-05-21T04:08:22.763Z | Compiling ed25519 v2.2.3 |
| 1643 | 2026-05-21T04:08:22.851Z | Compiling phf_shared v0.11.3 |
| 1644 | 2026-05-21T04:08:22.973Z | Compiling olpc-cjson v0.1.4 |
| 1645 | 2026-05-21T04:08:22.973Z | Compiling pkcs1 v0.7.5 |
| 1646 | 2026-05-21T04:08:23.036Z | Compiling serde_plain v1.0.2 |
| 1647 | 2026-05-21T04:08:23.125Z | Compiling serde-big-array v0.5.1 |
| 1648 | 2026-05-21T04:08:23.140Z | Compiling rfc6979 v0.4.0 |
| 1649 | 2026-05-21T04:08:23.224Z | Compiling pem v3.0.6 |
| 1650 | 2026-05-21T04:08:23.263Z | Compiling strum_macros v0.26.4 |
| 1651 | 2026-05-21T04:08:23.277Z | Compiling clap_derive v4.5.55 |
| 1652 | 2026-05-21T04:08:23.368Z | Compiling enum-as-inner v0.6.1 |
| 1653 | 2026-05-21T04:08:23.381Z | Compiling async-recursion v1.1.1 |
| 1654 | 2026-05-21T04:08:23.544Z | Compiling serde_repr v0.1.20 |
| 1655 | 2026-05-21T04:08:23.659Z | Compiling float-cmp v0.10.0 |
| 1656 | 2026-05-21T04:08:23.876Z | Compiling thread-id v4.2.2 |
| 1657 | 2026-05-21T04:08:23.929Z | Compiling memmap2 v0.9.10 |
| 1658 | 2026-05-21T04:08:23.975Z | Compiling env_filter v1.0.0 |
| 1659 | 2026-05-21T04:08:24.079Z | Compiling whoami v2.1.0 |
| 1660 | 2026-05-21T04:08:24.141Z | Compiling data-encoding v2.10.0 |
| 1661 | 2026-05-21T04:08:24.148Z | Compiling keccak v0.1.6 |
| 1662 | 2026-05-21T04:08:24.239Z | Compiling typed-path v0.9.3 |
| 1663 | 2026-05-21T04:08:24.449Z | Compiling static_assertions v1.1.0 |
| 1664 | 2026-05-21T04:08:24.513Z | Compiling fixedbitset v0.4.2 |
| 1665 | 2026-05-21T04:08:24.743Z | Compiling precomputed-hash v0.1.1 |
| 1666 | 2026-05-21T04:08:25.222Z | Compiling normalize-line-endings v0.3.0 |
| 1667 | 2026-05-21T04:08:25.241Z | Compiling difflib v0.4.0 |
| 1668 | 2026-05-21T04:08:25.242Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-05-21T04:08:25.242Z | Compiling predicates-core v1.0.10 |
| 1670 | 2026-05-21T04:08:25.242Z | Compiling either v1.15.0 |
| 1671 | 2026-05-21T04:08:25.242Z | Compiling new_debug_unreachable v1.0.6 |
| 1672 | 2026-05-21T04:08:25.242Z | Compiling jiff v0.2.21 |
| 1673 | 2026-05-21T04:08:25.242Z | Compiling string_cache v0.8.9 |
| 1674 | 2026-05-21T04:08:25.242Z | Compiling petgraph v0.8.3 |
| 1675 | 2026-05-21T04:08:25.242Z | Compiling itertools v0.13.0 |
| 1676 | 2026-05-21T04:08:25.361Z | Compiling clap v4.5.60 |
| 1677 | 2026-05-21T04:08:25.370Z | Compiling predicates v3.1.4 |
| 1678 | 2026-05-21T04:08:25.841Z | Compiling strum v0.26.3 |
| 1679 | 2026-05-21T04:08:25.845Z | Compiling petgraph v0.6.5 |
| 1680 | 2026-05-21T04:08:25.845Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1681 | 2026-05-21T04:08:26.006Z | Compiling toml_edit v0.22.27 |
| 1682 | 2026-05-21T04:08:26.112Z | Compiling hickory-proto v0.25.2 |
| 1683 | 2026-05-21T04:08:26.435Z | Compiling tokio-postgres v0.7.16 |
| 1684 | 2026-05-21T04:08:26.893Z | Compiling sha3 v0.10.8 |
| 1685 | 2026-05-21T04:08:27.099Z | Compiling env_logger v0.11.9 |
| 1686 | 2026-05-21T04:08:27.344Z | Compiling usdt v0.6.0 |
| 1687 | 2026-05-21T04:08:27.448Z | Compiling usdt-impl v0.5.0 |
| 1688 | 2026-05-21T04:08:27.606Z | Compiling zip v4.6.1 |
| 1689 | 2026-05-21T04:08:28.027Z | Compiling ecdsa v0.16.9 |
| 1690 | 2026-05-21T04:08:28.315Z | Compiling rsa v0.9.10 |
| 1691 | 2026-05-21T04:08:28.417Z | Compiling ed25519-dalek v2.2.0 |
| 1692 | 2026-05-21T04:08:28.554Z | Compiling serde_with v3.17.0 |
| 1693 | 2026-05-21T04:08:28.998Z | Compiling crossterm v0.28.1 |
| 1694 | 2026-05-21T04:08:29.089Z | Compiling zip v0.6.6 |
| 1695 | 2026-05-21T04:08:29.222Z | Compiling toml v0.7.8 |
| 1696 | 2026-05-21T04:08:29.839Z | Compiling iddqd v0.4.1 |
| 1697 | 2026-05-21T04:08:30.274Z | Compiling similar v2.7.0 |
| 1698 | 2026-05-21T04:08:30.300Z | Compiling heck v0.4.1 |
| 1699 | 2026-05-21T04:08:30.314Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1700 | 2026-05-21T04:08:30.523Z | Compiling crossbeam-epoch v0.9.18 |
| 1701 | 2026-05-21T04:08:30.822Z | Compiling tokio-stream v0.1.18 |
| 1702 | 2026-05-21T04:08:30.855Z | Compiling buf-list v1.1.2 |
| 1703 | 2026-05-21T04:08:30.927Z | Compiling x509-cert v0.2.5 |
| 1704 | 2026-05-21T04:08:31.045Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 1705 | 2026-05-21T04:08:31.121Z | Compiling openapiv3 v2.2.0 |
| 1706 | 2026-05-21T04:08:31.135Z | Compiling sha1 v0.10.6 |
| 1707 | 2026-05-21T04:08:31.277Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1708 | 2026-05-21T04:08:31.337Z | Compiling lalrpop-util v0.19.12 |
| 1709 | 2026-05-21T04:08:31.353Z | Compiling peg-runtime v0.8.5 |
| 1710 | 2026-05-21T04:08:31.527Z | Compiling thread_local v1.1.9 |
| 1711 | 2026-05-21T04:08:31.567Z | Compiling slog-async v2.8.0 |
| 1712 | 2026-05-21T04:08:31.631Z | Compiling crossbeam-channel v0.5.15 |
| 1713 | 2026-05-21T04:08:31.709Z | Compiling is-terminal v0.4.17 |
| 1714 | 2026-05-21T04:08:31.785Z | Compiling filetime v0.2.27 |
| 1715 | 2026-05-21T04:08:31.810Z | Compiling take_mut v0.2.2 |
| 1716 | 2026-05-21T04:08:31.887Z | Compiling term v1.2.1 |
| 1717 | 2026-05-21T04:08:31.920Z | Compiling xattr v1.6.1 |
| 1718 | 2026-05-21T04:08:32.076Z | Compiling tar v0.4.45 |
| 1719 | 2026-05-21T04:08:32.459Z | Compiling slog-term v2.9.2 |
| 1720 | 2026-05-21T04:08:42.084Z | Compiling rustls-webpki v0.103.9 |
| 1721 | 2026-05-21T04:08:44.852Z | Compiling tokio-rustls v0.26.4 |
| 1722 | 2026-05-21T04:08:44.852Z | Compiling rustls-platform-verifier v0.6.2 |
| 1723 | 2026-05-21T04:08:45.046Z | Compiling hyper-rustls v0.27.7 |
| 1724 | 2026-05-21T04:08:45.243Z | Compiling reqwest v0.12.28 |
| 1725 | 2026-05-21T04:08:45.243Z | Compiling reqwest v0.13.2 |
| 1726 | 2026-05-21T04:08:46.483Z | Compiling tough v0.22.0 |
| 1727 | 2026-05-21T04:08:49.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1728 | 2026-05-21T04:08:49.227Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1729 | 2026-05-21T04:08:51.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 1730 | 2026-05-21T04:08:52.132Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1731 | 2026-05-21T04:08:52.187Z | May 21 04:08:51.390 INFO Starting download, target: Cockroach |
| 1732 | 2026-05-21T04:08:52.187Z | May 21 04:08:51.391 INFO Starting download, target: Console |
| 1733 | 2026-05-21T04:08:52.187Z | May 21 04:08:51.391 INFO Starting download, target: Clickhouse |
| 1734 | 2026-05-21T04:08:52.189Z | May 21 04:08:51.391 INFO Starting download, target: DendriteStub |
| 1735 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Starting download, target: MaghemiteMgd |
| 1736 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Starting download, target: TransceiverControl |
| 1737 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1738 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1739 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1740 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1741 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1742 | 2026-05-21T04:08:52.190Z | May 21 04:08:51.391 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1743 | 2026-05-21T04:08:52.607Z | May 21 04:08:51.791 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1744 | 2026-05-21T04:08:52.853Z | May 21 04:08:52.047 INFO Download complete, target: TransceiverControl |
| 1745 | 2026-05-21T04:08:53.267Z | May 21 04:08:52.458 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1746 | 2026-05-21T04:08:53.469Z | May 21 04:08:52.665 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1747 | 2026-05-21T04:08:53.483Z | May 21 04:08:52.686 INFO Download complete, target: Console |
| 1748 | 2026-05-21T04:08:53.922Z | May 21 04:08:53.117 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1749 | 2026-05-21T04:08:54.060Z | May 21 04:08:53.248 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1750 | 2026-05-21T04:08:54.198Z | May 21 04:08:53.402 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1751 | 2026-05-21T04:08:54.198Z | May 21 04:08:53.402 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1752 | 2026-05-21T04:08:55.767Z | May 21 04:08:54.971 INFO Download complete, target: DendriteStub |
| 1753 | 2026-05-21T04:08:56.223Z | May 21 04:08:55.426 INFO Download complete, target: MaghemiteMgd |
| 1754 | 2026-05-21T04:08:58.739Z | May 21 04:08:57.939 INFO Checking that binary works, target: Cockroach |
| 1755 | 2026-05-21T04:08:58.941Z | May 21 04:08:58.145 INFO Download complete, target: Cockroach |
| 1756 | 2026-05-21T04:09:00.622Z | May 21 04:08:59.823 INFO Checking that binary works, target: Clickhouse |
| 1757 | 2026-05-21T04:09:00.758Z | May 21 04:08:59.961 INFO Download complete, target: Clickhouse |
| 1758 | 2026-05-21T04:09:00.822Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1759 | 2026-05-21T04:09:00.825Z | |
| 1760 | 2026-05-21T04:09:00.825Z | real 2:16.336109305 |
| 1761 | 2026-05-21T04:09:00.825Z | user 6:52.770153358 |
| 1762 | 2026-05-21T04:09:00.825Z | sys 1:21.829635033 |
| 1763 | 2026-05-21T04:09:00.825Z | trap 0.219130225 |
| 1764 | 2026-05-21T04:09:00.825Z | tflt 1.070127168 |
| 1765 | 2026-05-21T04:09:00.825Z | dflt 1.241460139 |
| 1766 | 2026-05-21T04:09:00.825Z | kflt 0.071843678 |
| 1767 | 2026-05-21T04:09:00.825Z | lock 21:36.804903071 |
| 1768 | 2026-05-21T04:09:00.825Z | slp 21:22.406346972 |
| 1769 | 2026-05-21T04:09:00.825Z | lat 39.663194999 |
| 1770 | 2026-05-21T04:09:00.825Z | stop 1:54.583424691 |
| 1771 | 2026-05-21T04:09:00.825Z | + banner clippy |
| 1772 | 2026-05-21T04:09:00.825Z | |
| 1773 | 2026-05-21T04:09:00.825Z | #### # # ##### ##### # # |
| 1774 | 2026-05-21T04:09:00.825Z | # # # # # # # # # # |
| 1775 | 2026-05-21T04:09:00.825Z | # # # # # # # # |
| 1776 | 2026-05-21T04:09:00.825Z | # # # ##### ##### # |
| 1777 | 2026-05-21T04:09:00.825Z | # # # # # # # |
| 1778 | 2026-05-21T04:09:00.825Z | #### ###### # # # # |
| 1779 | 2026-05-21T04:09:00.825Z | |
| 1780 | 2026-05-21T04:09:00.825Z | + export CARGO_INCREMENTAL=0 |
| 1781 | 2026-05-21T04:09:00.825Z | + CARGO_INCREMENTAL=0 |
| 1782 | 2026-05-21T04:09:00.825Z | + ptime -m cargo xtask clippy |
| 1783 | 2026-05-21T04:09:01.355Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1784 | 2026-05-21T04:09:01.567Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1785 | 2026-05-21T04:09:03.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.55s |
| 1786 | 2026-05-21T04:09:03.476Z | Running `target/debug/xtask clippy` |
| 1787 | 2026-05-21T04:09:03.504Z | running: /home/build/.rustup/toolchains/1.94.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1788 | 2026-05-21T04:09:04.119Z | Downloading crates ... |
| 1789 | 2026-05-21T04:09:04.312Z | Downloaded approx v0.5.1 |
| 1790 | 2026-05-21T04:09:04.322Z | Downloaded addr2line v0.25.1 |
| 1791 | 2026-05-21T04:09:04.325Z | Downloaded tokio-test v0.4.5 |
| 1792 | 2026-05-21T04:09:04.325Z | Downloaded assert-json-diff v2.0.2 |
| 1793 | 2026-05-21T04:09:04.329Z | Downloaded serde_regex v1.1.0 |
| 1794 | 2026-05-21T04:09:04.329Z | Downloaded event-listener v5.4.1 |
| 1795 | 2026-05-21T04:09:04.335Z | Downloaded target-triple v1.0.0 |
| 1796 | 2026-05-21T04:09:04.335Z | Downloaded terminal_size v0.1.17 |
| 1797 | 2026-05-21T04:09:04.336Z | Downloaded plotters-backend v0.3.7 |
| 1798 | 2026-05-21T04:09:04.336Z | Downloaded linkme-impl v0.3.35 |
| 1799 | 2026-05-21T04:09:04.336Z | Downloaded supports-color v2.1.0 |
| 1800 | 2026-05-21T04:09:04.340Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1801 | 2026-05-21T04:09:04.343Z | Downloaded pathdiff v0.2.3 |
| 1802 | 2026-05-21T04:09:04.349Z | Downloaded async-object-pool v0.2.0 |
| 1803 | 2026-05-21T04:09:04.356Z | Downloaded cargo-platform v0.3.2 |
| 1804 | 2026-05-21T04:09:04.358Z | Downloaded stringmetrics v2.2.2 |
| 1805 | 2026-05-21T04:09:04.358Z | Downloaded linkme v0.3.35 |
| 1806 | 2026-05-21T04:09:04.368Z | Downloaded oorandom v11.1.5 |
| 1807 | 2026-05-21T04:09:04.371Z | Downloaded relative-path v1.9.3 |
| 1808 | 2026-05-21T04:09:04.380Z | Downloaded futures-timer v3.0.3 |
| 1809 | 2026-05-21T04:09:04.387Z | Downloaded httptest v0.16.4 |
| 1810 | 2026-05-21T04:09:04.392Z | Downloaded backtrace-ext v0.2.1 |
| 1811 | 2026-05-21T04:09:04.396Z | Downloaded similar-asserts v1.7.0 |
| 1812 | 2026-05-21T04:09:04.396Z | Downloaded rustc-demangle v0.1.27 |
| 1813 | 2026-05-21T04:09:04.396Z | Downloaded async-lock v3.4.2 |
| 1814 | 2026-05-21T04:09:04.401Z | Downloaded rstest_macros v0.25.0 |
| 1815 | 2026-05-21T04:09:04.401Z | Downloaded cfg-expr v0.20.6 |
| 1816 | 2026-05-21T04:09:04.404Z | Downloaded hickory-client v0.25.2 |
| 1817 | 2026-05-21T04:09:04.404Z | Downloaded datatest-stable v0.3.3 |
| 1818 | 2026-05-21T04:09:04.404Z | Downloaded chumsky v0.9.3 |
| 1819 | 2026-05-21T04:09:04.406Z | Downloaded supports-hyperlinks v2.1.0 |
| 1820 | 2026-05-21T04:09:04.411Z | Downloaded plotters-svg v0.3.7 |
| 1821 | 2026-05-21T04:09:04.414Z | Downloaded parking v2.2.1 |
| 1822 | 2026-05-21T04:09:04.414Z | Downloaded escape8259 v0.5.3 |
| 1823 | 2026-05-21T04:09:04.414Z | Downloaded cast v0.3.0 |
| 1824 | 2026-05-21T04:09:04.419Z | Downloaded supports-unicode v2.1.0 |
| 1825 | 2026-05-21T04:09:04.430Z | Downloaded target-lexicon v0.13.3 |
| 1826 | 2026-05-21T04:09:04.430Z | Downloaded nested v0.1.1 |
| 1827 | 2026-05-21T04:09:04.435Z | Downloaded miette-derive v5.10.0 |
| 1828 | 2026-05-21T04:09:04.435Z | Downloaded constant_time_eq v0.3.1 |
| 1829 | 2026-05-21T04:09:04.446Z | Downloaded event-listener-strategy v0.5.4 |
| 1830 | 2026-05-21T04:09:04.449Z | Downloaded tinytemplate v1.2.1 |
| 1831 | 2026-05-21T04:09:04.452Z | Downloaded partial-io v0.5.4 |
| 1832 | 2026-05-21T04:09:04.452Z | Downloaded cargo_metadata v0.23.1 |
| 1833 | 2026-05-21T04:09:04.454Z | Downloaded libtest-mimic v0.8.1 |
| 1834 | 2026-05-21T04:09:04.457Z | Downloaded termcolor v1.4.1 |
| 1835 | 2026-05-21T04:09:04.460Z | Downloaded concurrent-queue v2.5.0 |
| 1836 | 2026-05-21T04:09:04.460Z | Downloaded backtrace v0.3.76 |
| 1837 | 2026-05-21T04:09:04.466Z | Downloaded path-tree v0.8.3 |
| 1838 | 2026-05-21T04:09:04.466Z | Downloaded owo-colors v3.5.0 |
| 1839 | 2026-05-21T04:09:04.469Z | Downloaded assert_cmd v2.1.2 |
| 1840 | 2026-05-21T04:09:04.470Z | Downloaded rust-argon2 v2.1.0 |
| 1841 | 2026-05-21T04:09:04.470Z | Downloaded knuffel-derive v3.2.0 |
| 1842 | 2026-05-21T04:09:04.474Z | Downloaded criterion-plot v0.6.0 |
| 1843 | 2026-05-21T04:09:04.474Z | Downloaded target-spec v3.5.7 |
| 1844 | 2026-05-21T04:09:04.474Z | Downloaded anes v0.1.6 |
| 1845 | 2026-05-21T04:09:04.479Z | Downloaded knuffel v3.2.0 |
| 1846 | 2026-05-21T04:09:04.482Z | Downloaded blake2b_simd v1.0.4 |
| 1847 | 2026-05-21T04:09:04.486Z | Downloaded trybuild v1.0.116 |
| 1848 | 2026-05-21T04:09:04.495Z | Downloaded fancy-regex v0.14.0 |
| 1849 | 2026-05-21T04:09:04.499Z | Downloaded criterion v0.7.0 |
| 1850 | 2026-05-21T04:09:04.502Z | Downloaded rand_distr v0.5.1 |
| 1851 | 2026-05-21T04:09:04.505Z | Downloaded textwrap v0.15.2 |
| 1852 | 2026-05-21T04:09:04.505Z | Downloaded miette v5.10.0 |
| 1853 | 2026-05-21T04:09:04.508Z | Downloaded rstest v0.25.0 |
| 1854 | 2026-05-21T04:09:04.510Z | Downloaded guppy v0.17.25 |
| 1855 | 2026-05-21T04:09:04.525Z | Downloaded hashbrown v0.14.5 |
| 1856 | 2026-05-21T04:09:04.531Z | Downloaded plotters v0.3.7 |
| 1857 | 2026-05-21T04:09:04.562Z | Downloaded gimli v0.32.3 |
| 1858 | 2026-05-21T04:09:04.649Z | Downloaded httpmock v0.8.3 |
| 1859 | 2026-05-21T04:09:06.268Z | Checking cfg-if v1.0.4 |
| 1860 | 2026-05-21T04:09:06.622Z | Checking libc v0.2.185 |
| 1861 | 2026-05-21T04:09:06.625Z | Checking serde_core v1.0.228 |
| 1862 | 2026-05-21T04:09:06.695Z | Checking memchr v2.8.0 |
| 1863 | 2026-05-21T04:09:06.726Z | Checking smallvec v1.15.1 |
| 1864 | 2026-05-21T04:09:06.763Z | Checking itoa v1.0.17 |
| 1865 | 2026-05-21T04:09:06.763Z | Checking log v0.4.29 |
| 1866 | 2026-05-21T04:09:06.836Z | Checking zeroize v1.8.2 |
| 1867 | 2026-05-21T04:09:06.874Z | Checking libm v0.2.16 |
| 1868 | 2026-05-21T04:09:06.920Z | Checking scopeguard v1.2.0 |
| 1869 | 2026-05-21T04:09:06.956Z | Checking stable_deref_trait v1.2.1 |
| 1870 | 2026-05-21T04:09:06.994Z | Checking zmij v1.0.21 |
| 1871 | 2026-05-21T04:09:07.031Z | Checking errno v0.3.14 |
| 1872 | 2026-05-21T04:09:07.031Z | Checking getrandom v0.2.17 |
| 1873 | 2026-05-21T04:09:07.097Z | Checking lock_api v0.4.14 |
| 1874 | 2026-05-21T04:09:07.129Z | Checking zerofrom v0.1.6 |
| 1875 | 2026-05-21T04:09:07.163Z | Checking percent-encoding v2.3.2 |
| 1876 | 2026-05-21T04:09:07.168Z | Checking writeable v0.6.2 |
| 1877 | 2026-05-21T04:09:07.227Z | Checking litemap v0.8.1 |
| 1878 | 2026-05-21T04:09:07.261Z | Checking yoke v0.8.1 |
| 1879 | 2026-05-21T04:09:07.295Z | Checking icu_normalizer_data v2.1.1 |
| 1880 | 2026-05-21T04:09:07.328Z | Checking icu_properties_data v2.1.2 |
| 1881 | 2026-05-21T04:09:07.362Z | Checking subtle v2.6.1 |
| 1882 | 2026-05-21T04:09:07.395Z | Checking form_urlencoded v1.2.2 |
| 1883 | 2026-05-21T04:09:07.428Z | Checking utf8_iter v1.0.4 |
| 1884 | 2026-05-21T04:09:07.463Z | Checking zerovec v0.11.5 |
| 1885 | 2026-05-21T04:09:07.463Z | Checking zerotrie v0.2.3 |
| 1886 | 2026-05-21T04:09:07.527Z | Checking pin-project-lite v0.2.17 |
| 1887 | 2026-05-21T04:09:07.563Z | Checking num-traits v0.2.19 |
| 1888 | 2026-05-21T04:09:07.599Z | Checking parking_lot_core v0.9.12 |
| 1889 | 2026-05-21T04:09:07.599Z | Checking rand_core v0.10.0 |
| 1890 | 2026-05-21T04:09:07.602Z | Checking rand_core v0.6.4 |
| 1891 | 2026-05-21T04:09:07.693Z | Checking zerocopy v0.8.40 |
| 1892 | 2026-05-21T04:09:07.745Z | Checking portable-atomic v1.13.1 |
| 1893 | 2026-05-21T04:09:07.779Z | Checking getrandom v0.4.1 |
| 1894 | 2026-05-21T04:09:07.841Z | Checking parking_lot v0.12.5 |
| 1895 | 2026-05-21T04:09:07.877Z | Checking signal-hook-registry v1.4.8 |
| 1896 | 2026-05-21T04:09:07.911Z | Checking tinystr v0.8.2 |
| 1897 | 2026-05-21T04:09:07.944Z | Checking potential_utf v0.1.4 |
| 1898 | 2026-05-21T04:09:08.046Z | Checking critical-section v1.2.0 |
| 1899 | 2026-05-21T04:09:08.083Z | Checking mio v1.2.0 |
| 1900 | 2026-05-21T04:09:08.117Z | Checking icu_collections v2.1.1 |
| 1901 | 2026-05-21T04:09:08.147Z | Checking serde v1.0.228 |
| 1902 | 2026-05-21T04:09:08.150Z | Checking serde_json v1.0.149 |
| 1903 | 2026-05-21T04:09:08.150Z | Checking bitflags v2.11.0 |
| 1904 | 2026-05-21T04:09:08.239Z | Checking icu_locale_core v2.1.1 |
| 1905 | 2026-05-21T04:09:08.242Z | Checking once_cell v1.21.3 |
| 1906 | 2026-05-21T04:09:08.384Z | Checking socket2 v0.6.3 |
| 1907 | 2026-05-21T04:09:08.428Z | Checking typenum v1.19.0 |
| 1908 | 2026-05-21T04:09:08.473Z | Checking iana-time-zone v0.1.65 |
| 1909 | 2026-05-21T04:09:08.511Z | Checking thiserror v2.0.18 |
| 1910 | 2026-05-21T04:09:08.558Z | Checking bytes v1.11.1 |
| 1911 | 2026-05-21T04:09:08.603Z | Checking chrono v0.4.44 |
| 1912 | 2026-05-21T04:09:08.646Z | Checking uuid v1.23.0 |
| 1913 | 2026-05-21T04:09:08.688Z | Checking semver v1.0.28 |
| 1914 | 2026-05-21T04:09:08.813Z | Checking icu_provider v2.1.1 |
| 1915 | 2026-05-21T04:09:08.852Z | Checking futures-core v0.3.32 |
| 1916 | 2026-05-21T04:09:08.919Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1917 | 2026-05-21T04:09:08.968Z | Checking generic-array v0.14.7 |
| 1918 | 2026-05-21T04:09:09.001Z | Checking equivalent v1.0.2 |
| 1919 | 2026-05-21T04:09:09.004Z | Checking dyn-clone v1.0.20 |
| 1920 | 2026-05-21T04:09:09.066Z | Checking tokio v1.52.1 |
| 1921 | 2026-05-21T04:09:09.097Z | Checking icu_properties v2.1.2 |
| 1922 | 2026-05-21T04:09:09.129Z | Checking icu_normalizer v2.1.1 |
| 1923 | 2026-05-21T04:09:09.165Z | Checking const-oid v0.9.6 |
| 1924 | 2026-05-21T04:09:09.238Z | Checking futures-sink v0.3.32 |
| 1925 | 2026-05-21T04:09:09.361Z | Checking futures-channel v0.3.32 |
| 1926 | 2026-05-21T04:09:09.419Z | Checking crypto-common v0.1.7 |
| 1927 | 2026-05-21T04:09:09.460Z | Checking block-buffer v0.10.4 |
| 1928 | 2026-05-21T04:09:09.462Z | Checking slab v0.4.12 |
| 1929 | 2026-05-21T04:09:09.570Z | Checking futures-io v0.3.32 |
| 1930 | 2026-05-21T04:09:09.573Z | Checking futures-task v0.3.32 |
| 1931 | 2026-05-21T04:09:09.641Z | Checking byteorder v1.5.0 |
| 1932 | 2026-05-21T04:09:09.674Z | Checking hashbrown v0.17.0 |
| 1933 | 2026-05-21T04:09:09.731Z | Checking rustix v1.1.3 |
| 1934 | 2026-05-21T04:09:09.765Z | Checking futures-util v0.3.32 |
| 1935 | 2026-05-21T04:09:09.850Z | Checking digest v0.10.7 |
| 1936 | 2026-05-21T04:09:09.884Z | Checking cpufeatures v0.2.17 |
| 1937 | 2026-05-21T04:09:09.921Z | Checking idna_adapter v1.2.1 |
| 1938 | 2026-05-21T04:09:09.978Z | Checking thiserror v1.0.69 |
| 1939 | 2026-05-21T04:09:10.079Z | Checking idna v1.1.0 |
| 1940 | 2026-05-21T04:09:10.115Z | Checking getrandom v0.3.4 |
| 1941 | 2026-05-21T04:09:10.117Z | Checking fnv v1.0.7 |
| 1942 | 2026-05-21T04:09:10.180Z | Checking indexmap v2.14.0 |
| 1943 | 2026-05-21T04:09:10.259Z | Checking regex-syntax v0.8.10 |
| 1944 | 2026-05-21T04:09:10.293Z | Checking http v1.4.0 |
| 1945 | 2026-05-21T04:09:10.342Z | Checking url v2.5.8 |
| 1946 | 2026-05-21T04:09:10.449Z | Checking ppv-lite86 v0.2.21 |
| 1947 | 2026-05-21T04:09:10.578Z | Checking tracing-core v0.1.36 |
| 1948 | 2026-05-21T04:09:10.764Z | Checking base64 v0.22.1 |
| 1949 | 2026-05-21T04:09:10.798Z | Checking ipnet v2.11.0 |
| 1950 | 2026-05-21T04:09:10.828Z | Checking schemars v0.8.22 |
| 1951 | 2026-05-21T04:09:10.883Z | Checking unicode-ident v1.0.24 |
| 1952 | 2026-05-21T04:09:10.924Z | Checking tracing v0.1.44 |
| 1953 | 2026-05-21T04:09:11.021Z | Checking proc-macro2 v1.0.106 |
| 1954 | 2026-05-21T04:09:11.053Z | Checking untrusted v0.9.0 |
| 1955 | 2026-05-21T04:09:11.089Z | Checking aho-corasick v1.1.4 |
| 1956 | 2026-05-21T04:09:11.151Z | Checking rustls-pki-types v1.14.0 |
| 1957 | 2026-05-21T04:09:11.187Z | Checking ring v0.17.14 |
| 1958 | 2026-05-21T04:09:11.345Z | Checking quote v1.0.45 |
| 1959 | 2026-05-21T04:09:11.458Z | Checking anstyle v1.0.13 |
| 1960 | 2026-05-21T04:09:11.493Z | Checking utf8parse v0.2.2 |
| 1961 | 2026-05-21T04:09:11.535Z | Checking syn v2.0.117 |
| 1962 | 2026-05-21T04:09:11.576Z | Checking httparse v1.10.1 |
| 1963 | 2026-05-21T04:09:11.618Z | Checking base64ct v1.8.3 |
| 1964 | 2026-05-21T04:09:11.657Z | Checking anstyle-parse v0.2.7 |
| 1965 | 2026-05-21T04:09:11.692Z | Checking block-padding v0.3.3 |
| 1966 | 2026-05-21T04:09:11.765Z | Checking regex-automata v0.4.14 |
| 1967 | 2026-05-21T04:09:11.802Z | Checking is_terminal_polyfill v1.70.2 |
| 1968 | 2026-05-21T04:09:11.836Z | Checking colorchoice v1.0.4 |
| 1969 | 2026-05-21T04:09:11.869Z | Checking anstyle-query v1.1.5 |
| 1970 | 2026-05-21T04:09:11.872Z | Checking inout v0.1.4 |
| 1971 | 2026-05-21T04:09:11.932Z | Checking crossbeam-utils v0.8.21 |
| 1972 | 2026-05-21T04:09:11.964Z | Checking allocator-api2 v0.2.21 |
| 1973 | 2026-05-21T04:09:11.997Z | Checking anstream v0.6.21 |
| 1974 | 2026-05-21T04:09:12.058Z | Checking cipher v0.4.4 |
| 1975 | 2026-05-21T04:09:12.188Z | Checking http-body v1.0.1 |
| 1976 | 2026-05-21T04:09:12.221Z | Checking terminal_size v0.4.3 |
| 1977 | 2026-05-21T04:09:12.261Z | Checking tokio-util v0.7.18 |
| 1978 | 2026-05-21T04:09:12.288Z | Checking atomic-waker v1.1.2 |
| 1979 | 2026-05-21T04:09:12.291Z | Checking strsim v0.11.1 |
| 1980 | 2026-05-21T04:09:12.291Z | Checking clap_lex v1.0.0 |
| 1981 | 2026-05-21T04:09:12.382Z | Checking httpdate v1.0.3 |
| 1982 | 2026-05-21T04:09:12.385Z | Checking try-lock v0.2.5 |
| 1983 | 2026-05-21T04:09:12.445Z | Checking pem-rfc7468 v0.7.0 |
| 1984 | 2026-05-21T04:09:12.489Z | Checking sha2 v0.10.9 |
| 1985 | 2026-05-21T04:09:12.524Z | Checking want v0.3.1 |
| 1986 | 2026-05-21T04:09:12.555Z | Checking clap_builder v4.5.60 |
| 1987 | 2026-05-21T04:09:12.589Z | Checking pin-utils v0.1.0 |
| 1988 | 2026-05-21T04:09:12.624Z | Checking tower-layer v0.3.3 |
| 1989 | 2026-05-21T04:09:12.666Z | Checking ryu v1.0.23 |
| 1990 | 2026-05-21T04:09:12.700Z | Checking tower-service v0.3.3 |
| 1991 | 2026-05-21T04:09:12.779Z | Checking rand_core v0.9.5 |
| 1992 | 2026-05-21T04:09:12.813Z | Checking hmac v0.12.1 |
| 1993 | 2026-05-21T04:09:12.816Z | Checking powerfmt v0.2.0 |
| 1994 | 2026-05-21T04:09:12.877Z | Checking time-core v0.1.8 |
| 1995 | 2026-05-21T04:09:12.881Z | Checking h2 v0.4.13 |
| 1996 | 2026-05-21T04:09:12.973Z | Checking flagset v0.4.7 |
| 1997 | 2026-05-21T04:09:13.008Z | Checking deranged v0.5.8 |
| 1998 | 2026-05-21T04:09:13.011Z | Checking num_threads v0.1.7 |
| 1999 | 2026-05-21T04:09:13.072Z | Checking num-conv v0.2.0 |
| 2000 | 2026-05-21T04:09:13.119Z | Checking der v0.7.10 |
| 2001 | 2026-05-21T04:09:13.155Z | Checking erased-serde v0.3.31 |
| 2002 | 2026-05-21T04:09:13.209Z | Checking rand_chacha v0.9.0 |
| 2003 | 2026-05-21T04:09:13.430Z | Checking http-body-util v0.1.3 |
| 2004 | 2026-05-21T04:09:13.547Z | Checking spin v0.9.8 |
| 2005 | 2026-05-21T04:09:13.551Z | Checking slog v2.8.2 |
| 2006 | 2026-05-21T04:09:13.667Z | Checking rand v0.9.2 |
| 2007 | 2026-05-21T04:09:13.755Z | Checking aws-lc-sys v0.40.0 |
| 2008 | 2026-05-21T04:09:13.787Z | Checking clap v4.5.60 |
| 2009 | 2026-05-21T04:09:13.792Z | Checking anyhow v1.0.102 |
| 2010 | 2026-05-21T04:09:13.860Z | Checking untrusted v0.7.1 |
| 2011 | 2026-05-21T04:09:13.863Z | Checking serde_urlencoded v0.7.1 |
| 2012 | 2026-05-21T04:09:13.927Z | Checking openssl-probe v0.2.1 |
| 2013 | 2026-05-21T04:09:13.960Z | Checking time v0.3.47 |
| 2014 | 2026-05-21T04:09:14.000Z | Checking regex v1.12.3 |
| 2015 | 2026-05-21T04:09:14.035Z | Checking fastrand v2.3.0 |
| 2016 | 2026-05-21T04:09:14.068Z | Checking spki v0.7.3 |
| 2017 | 2026-05-21T04:09:14.112Z | Checking pbkdf2 v0.12.2 |
| 2018 | 2026-05-21T04:09:14.150Z | Checking aes v0.8.4 |
| 2019 | 2026-05-21T04:09:14.235Z | Checking pretty-hex v0.4.1 |
| 2020 | 2026-05-21T04:09:14.269Z | Checking salsa20 v0.10.2 |
| 2021 | 2026-05-21T04:09:14.272Z | Checking aws-lc-rs v1.16.3 |
| 2022 | 2026-05-21T04:09:14.272Z | Checking cbc v0.1.2 |
| 2023 | 2026-05-21T04:09:14.362Z | Checking rand_chacha v0.3.1 |
| 2024 | 2026-05-21T04:09:14.398Z | Checking hex v0.4.3 |
| 2025 | 2026-05-21T04:09:14.427Z | Checking plain v0.2.3 |
| 2026 | 2026-05-21T04:09:14.461Z | Checking scrypt v0.11.0 |
| 2027 | 2026-05-21T04:09:14.553Z | Checking tempfile v3.25.0 |
| 2028 | 2026-05-21T04:09:14.558Z | Checking rustls-native-certs v0.8.3 |
| 2029 | 2026-05-21T04:09:14.616Z | Checking rand v0.8.6 |
| 2030 | 2026-05-21T04:09:14.650Z | Checking ipnetwork v0.21.1 |
| 2031 | 2026-05-21T04:09:14.655Z | Checking sync_wrapper v1.0.2 |
| 2032 | 2026-05-21T04:09:14.733Z | Checking ucd-trie v0.1.7 |
| 2033 | 2026-05-21T04:09:14.767Z | Checking simd-adler32 v0.3.8 |
| 2034 | 2026-05-21T04:09:14.806Z | Checking foldhash v0.2.0 |
| 2035 | 2026-05-21T04:09:14.885Z | Checking tower v0.5.3 |
| 2036 | 2026-05-21T04:09:14.918Z | Checking pest v2.8.6 |
| 2037 | 2026-05-21T04:09:14.969Z | Checking pkcs5 v0.7.1 |
| 2038 | 2026-05-21T04:09:14.993Z | Checking hashbrown v0.16.1 |
| 2039 | 2026-05-21T04:09:15.092Z | Checking webpki-roots v1.0.6 |
| 2040 | 2026-05-21T04:09:15.150Z | Checking camino v1.2.2 |
| 2041 | 2026-05-21T04:09:15.184Z | Checking rustls-webpki v0.103.9 |
| 2042 | 2026-05-21T04:09:15.246Z | Checking adler2 v2.0.1 |
| 2043 | 2026-05-21T04:09:15.254Z | Checking iri-string v0.7.10 |
| 2044 | 2026-05-21T04:09:15.299Z | Checking pkcs8 v0.10.2 |
| 2045 | 2026-05-21T04:09:15.394Z | Checking miniz_oxide v0.8.9 |
| 2046 | 2026-05-21T04:09:15.429Z | Checking openapiv3 v2.2.0 |
| 2047 | 2026-05-21T04:09:15.493Z | Checking futures-executor v0.3.32 |
| 2048 | 2026-05-21T04:09:15.531Z | Checking mime v0.3.17 |
| 2049 | 2026-05-21T04:09:15.577Z | Checking hyper v1.8.1 |
| 2050 | 2026-05-21T04:09:15.621Z | Checking rustls v0.23.37 |
| 2051 | 2026-05-21T04:09:15.678Z | Checking futures v0.3.32 |
| 2052 | 2026-05-21T04:09:15.725Z | Checking either v1.15.0 |
| 2053 | 2026-05-21T04:09:15.781Z | Checking winnow v0.7.14 |
| 2054 | 2026-05-21T04:09:15.784Z | Checking crc32fast v1.5.0 |
| 2055 | 2026-05-21T04:09:15.930Z | Checking static_assertions v1.1.0 |
| 2056 | 2026-05-21T04:09:15.979Z | Checking oxnet v0.1.4 |
| 2057 | 2026-05-21T04:09:16.015Z | Checking lazy_static v1.5.0 |
| 2058 | 2026-05-21T04:09:16.046Z | Checking signature v2.2.0 |
| 2059 | 2026-05-21T04:09:16.130Z | Checking hubpack v0.1.2 |
| 2060 | 2026-05-21T04:09:16.216Z | Checking encoding_rs v0.8.35 |
| 2061 | 2026-05-21T04:09:16.241Z | Checking strum v0.26.3 |
| 2062 | 2026-05-21T04:09:16.328Z | Checking foreign-types-shared v0.1.1 |
| 2063 | 2026-05-21T04:09:16.331Z | Checking tower-http v0.6.8 |
| 2064 | 2026-05-21T04:09:16.426Z | Checking zlib-rs v0.6.2 |
| 2065 | 2026-05-21T04:09:16.468Z | Checking foreign-types v0.3.2 |
| 2066 | 2026-05-21T04:09:16.518Z | Checking hyper-util v0.1.20 |
| 2067 | 2026-05-21T04:09:16.561Z | Checking sha1 v0.10.6 |
| 2068 | 2026-05-21T04:09:16.655Z | Checking scroll v0.13.0 |
| 2069 | 2026-05-21T04:09:16.734Z | Checking openssl-sys v0.9.115 |
| 2070 | 2026-05-21T04:09:16.770Z | Checking tinyvec_macros v0.1.1 |
| 2071 | 2026-05-21T04:09:16.861Z | Checking tinyvec v1.10.0 |
| 2072 | 2026-05-21T04:09:16.903Z | Checking goblin v0.10.5 |
| 2073 | 2026-05-21T04:09:16.961Z | Checking serde_spanned v0.6.9 |
| 2074 | 2026-05-21T04:09:17.112Z | Checking toml_datetime v0.6.11 |
| 2075 | 2026-05-21T04:09:17.145Z | Checking openssl v0.10.79 |
| 2076 | 2026-05-21T04:09:17.192Z | Checking num-integer v0.1.46 |
| 2077 | 2026-05-21T04:09:17.228Z | Checking memmap2 v0.9.10 |
| 2078 | 2026-05-21T04:09:17.316Z | Checking data-encoding v2.10.0 |
| 2079 | 2026-05-21T04:09:17.326Z | Checking flate2 v1.1.9 |
| 2080 | 2026-05-21T04:09:17.409Z | Checking dtrace-parser v0.3.0 |
| 2081 | 2026-05-21T04:09:17.443Z | Checking thread-id v5.1.0 |
| 2082 | 2026-05-21T04:09:17.545Z | Checking base16ct v0.2.0 |
| 2083 | 2026-05-21T04:09:17.614Z | Checking bit-vec v0.8.0 |
| 2084 | 2026-05-21T04:09:17.662Z | Checking psl-types v2.0.11 |
| 2085 | 2026-05-21T04:09:17.666Z | Checking cookie v0.18.1 |
| 2086 | 2026-05-21T04:09:17.724Z | Checking sec1 v0.7.3 |
| 2087 | 2026-05-21T04:09:17.793Z | Checking ff v0.13.1 |
| 2088 | 2026-05-21T04:09:17.828Z | Checking publicsuffix v2.3.0 |
| 2089 | 2026-05-21T04:09:17.831Z | Checking bit-set v0.8.0 |
| 2090 | 2026-05-21T04:09:17.941Z | Checking wait-timeout v0.2.1 |
| 2091 | 2026-05-21T04:09:17.977Z | Checking group v0.13.0 |
| 2092 | 2026-05-21T04:09:17.980Z | Checking tokio-rustls v0.26.4 |
| 2093 | 2026-05-21T04:09:17.981Z | Checking rustls-platform-verifier v0.6.2 |
| 2094 | 2026-05-21T04:09:18.075Z | Checking num-iter v0.1.45 |
| 2095 | 2026-05-21T04:09:18.083Z | Checking cookie_store v0.22.1 |
| 2096 | 2026-05-21T04:09:18.129Z | Checking bstr v1.12.1 |
| 2097 | 2026-05-21T04:09:18.162Z | Checking hkdf v0.12.4 |
| 2098 | 2026-05-21T04:09:18.195Z | Checking crossbeam-epoch v0.9.18 |
| 2099 | 2026-05-21T04:09:18.231Z | Checking ahash v0.8.12 |
| 2100 | 2026-05-21T04:09:18.263Z | Checking hyper-rustls v0.27.7 |
| 2101 | 2026-05-21T04:09:18.317Z | Checking crypto-bigint v0.5.5 |
| 2102 | 2026-05-21T04:09:18.409Z | Checking quick-error v1.2.3 |
| 2103 | 2026-05-21T04:09:18.451Z | Checking rand_xorshift v0.4.0 |
| 2104 | 2026-05-21T04:09:18.455Z | Checking scroll v0.12.0 |
| 2105 | 2026-05-21T04:09:18.507Z | Checking reqwest v0.13.2 |
| 2106 | 2026-05-21T04:09:18.542Z | Checking rusty-fork v0.3.1 |
| 2107 | 2026-05-21T04:09:18.549Z | Checking unarray v0.1.4 |
| 2108 | 2026-05-21T04:09:18.604Z | Checking num-bigint-dig v0.8.6 |
| 2109 | 2026-05-21T04:09:18.699Z | Checking pkcs1 v0.7.5 |
| 2110 | 2026-05-21T04:09:18.733Z | Checking goblin v0.8.2 |
| 2111 | 2026-05-21T04:09:18.738Z | Checking proptest v1.10.0 |
| 2112 | 2026-05-21T04:09:18.927Z | Checking x509-cert v0.2.5 |
| 2113 | 2026-05-21T04:09:19.124Z | Checking native-tls v0.2.18 |
| 2114 | 2026-05-21T04:09:19.198Z | Checking dof v0.4.0 |
| 2115 | 2026-05-21T04:09:19.230Z | Checking elliptic-curve v0.13.8 |
| 2116 | 2026-05-21T04:09:19.324Z | Checking tokio-native-tls v0.3.1 |
| 2117 | 2026-05-21T04:09:19.366Z | Checking zerocopy v0.7.35 |
| 2118 | 2026-05-21T04:09:19.419Z | Checking unicode-segmentation v1.12.0 |
| 2119 | 2026-05-21T04:09:19.501Z | Checking hyper-tls v0.6.0 |
| 2120 | 2026-05-21T04:09:19.556Z | Checking rsa v0.9.10 |
| 2121 | 2026-05-21T04:09:19.590Z | Checking dtrace-parser v0.2.0 |
| 2122 | 2026-05-21T04:09:19.694Z | Checking reqwest v0.12.28 |
| 2123 | 2026-05-21T04:09:19.750Z | Checking rfc6979 v0.4.0 |
| 2124 | 2026-05-21T04:09:19.831Z | Checking usdt-impl v0.6.0 |
| 2125 | 2026-05-21T04:09:19.865Z | Checking thread-id v4.2.2 |
| 2126 | 2026-05-21T04:09:19.868Z | Checking toml_write v0.1.2 |
| 2127 | 2026-05-21T04:09:19.933Z | Checking ecdsa v0.16.9 |
| 2128 | 2026-05-21T04:09:20.003Z | Checking toml_parser v1.0.9+spec-1.1.0 |
| 2129 | 2026-05-21T04:09:20.041Z | Checking curve25519-dalek v4.1.3 |
| 2130 | 2026-05-21T04:09:20.074Z | Checking toml_edit v0.22.27 |
| 2131 | 2026-05-21T04:09:20.130Z | Checking usdt v0.6.0 |
| 2132 | 2026-05-21T04:09:20.287Z | Checking rustix v0.38.44 |
| 2133 | 2026-05-21T04:09:20.320Z | Checking memoffset v0.9.1 |
| 2134 | 2026-05-21T04:09:20.353Z | Checking env_filter v1.0.0 |
| 2135 | 2026-05-21T04:09:20.424Z | Checking keccak v0.1.6 |
| 2136 | 2026-05-21T04:09:20.505Z | Checking newtype-uuid v1.3.2 |
| 2137 | 2026-05-21T04:09:20.539Z | Checking same-file v1.0.6 |
| 2138 | 2026-05-21T04:09:20.572Z | Checking env_logger v0.11.9 |
| 2139 | 2026-05-21T04:09:20.615Z | Checking sha3 v0.10.8 |
| 2140 | 2026-05-21T04:09:20.650Z | Checking dof v0.3.0 |
| 2141 | 2026-05-21T04:09:20.687Z | Checking walkdir v2.5.0 |
| 2142 | 2026-05-21T04:09:20.728Z | Checking daft v0.1.7 |
| 2143 | 2026-05-21T04:09:20.798Z | Checking ed25519 v2.2.3 |
| 2144 | 2026-05-21T04:09:20.833Z | Checking itertools v0.13.0 |
| 2145 | 2026-05-21T04:09:20.866Z | Checking serde_with v3.17.0 |
| 2146 | 2026-05-21T04:09:20.898Z | Checking siphasher v1.0.2 |
| 2147 | 2026-05-21T04:09:20.956Z | Checking usdt-impl v0.5.0 |
| 2148 | 2026-05-21T04:09:20.989Z | Checking bitflags v1.3.2 |
| 2149 | 2026-05-21T04:09:21.022Z | Checking ed25519-dalek v2.2.0 |
| 2150 | 2026-05-21T04:09:21.079Z | Checking unicode-normalization v0.1.25 |
| 2151 | 2026-05-21T04:09:21.117Z | Checking signal-hook v0.3.18 |
| 2152 | 2026-05-21T04:09:21.121Z | Checking managed v0.8.0 |
| 2153 | 2026-05-21T04:09:21.209Z | Checking winnow v0.5.40 |
| 2154 | 2026-05-21T04:09:21.247Z | Checking nix v0.31.2 |
| 2155 | 2026-05-21T04:09:21.281Z | Checking bzip2-sys v0.1.13+1.0.8 |
| 2156 | 2026-05-21T04:09:21.327Z | Checking object v0.37.3 |
| 2157 | 2026-05-21T04:09:21.361Z | Checking foldhash v0.1.5 |
| 2158 | 2026-05-21T04:09:21.394Z | Checking bzip2 v0.4.4 |
| 2159 | 2026-05-21T04:09:21.494Z | Checking signal-hook-mio v0.2.5 |
| 2160 | 2026-05-21T04:09:21.528Z | Checking hashbrown v0.15.5 |
| 2161 | 2026-05-21T04:09:21.581Z | Checking globset v0.4.18 |
| 2162 | 2026-05-21T04:09:21.619Z | Checking ref-cast v1.0.25 |
| 2163 | 2026-05-21T04:09:21.746Z | Checking zstd-sys v2.0.16+zstd.1.5.7 |
| 2164 | 2026-05-21T04:09:21.852Z | Checking zip v0.6.6 |
| 2165 | 2026-05-21T04:09:21.887Z | Checking zstd-safe v7.2.4 |
| 2166 | 2026-05-21T04:09:21.891Z | Checking pin-project v1.1.11 |
| 2167 | 2026-05-21T04:09:22.012Z | Checking bumpalo v3.20.2 |
| 2168 | 2026-05-21T04:09:22.045Z | Checking libbz2-rs-sys v0.2.2 |
| 2169 | 2026-05-21T04:09:22.076Z | Checking zstd v0.13.3 |
| 2170 | 2026-05-21T04:09:22.189Z | Checking crossterm v0.28.1 |
| 2171 | 2026-05-21T04:09:22.234Z | Checking zopfli v0.8.3 |
| 2172 | 2026-05-21T04:09:22.269Z | Checking similar v2.7.0 |
| 2173 | 2026-05-21T04:09:22.301Z | Checking tokio-stream v0.1.18 |
| 2174 | 2026-05-21T04:09:22.304Z | Checking fs-err v3.3.0 |
| 2175 | 2026-05-21T04:09:22.364Z | Checking toml_edit v0.19.15 |
| 2176 | 2026-05-21T04:09:22.454Z | Checking bzip2 v0.6.1 |
| 2177 | 2026-05-21T04:09:22.580Z | Checking pem v3.0.6 |
| 2178 | 2026-05-21T04:09:22.640Z | Checking hash32 v0.2.1 |
| 2179 | 2026-05-21T04:09:22.675Z | Checking serde-big-array v0.5.1 |
| 2180 | 2026-05-21T04:09:22.684Z | Checking unicode-bidi v0.3.18 |
| 2181 | 2026-05-21T04:09:22.738Z | Checking jiff v0.2.21 |
| 2182 | 2026-05-21T04:09:22.772Z | Checking predicates-core v1.0.10 |
| 2183 | 2026-05-21T04:09:22.826Z | Checking unicode-properties v0.1.4 |
| 2184 | 2026-05-21T04:09:22.852Z | Checking heapless v0.7.17 |
| 2185 | 2026-05-21T04:09:22.911Z | Checking snafu v0.8.9 |
| 2186 | 2026-05-21T04:09:22.944Z | Checking olpc-cjson v0.1.4 |
| 2187 | 2026-05-21T04:09:23.015Z | Checking hickory-proto v0.25.2 |
| 2188 | 2026-05-21T04:09:23.049Z | Checking stringprep v0.1.5 |
| 2189 | 2026-05-21T04:09:23.099Z | Checking md-5 v0.10.6 |
| 2190 | 2026-05-21T04:09:23.167Z | Checking serde_plain v1.0.2 |
| 2191 | 2026-05-21T04:09:23.225Z | Checking toml_datetime v0.7.5+spec-1.1.0 |
| 2192 | 2026-05-21T04:09:23.259Z | Checking float-cmp v0.10.0 |
| 2193 | 2026-05-21T04:09:23.292Z | Checking difflib v0.4.0 |
| 2194 | 2026-05-21T04:09:23.334Z | Checking typed-path v0.9.3 |
| 2195 | 2026-05-21T04:09:23.384Z | Checking toml v0.7.8 |
| 2196 | 2026-05-21T04:09:23.418Z | Checking normalize-line-endings v0.3.0 |
| 2197 | 2026-05-21T04:09:23.453Z | Checking fallible-iterator v0.2.0 |
| 2198 | 2026-05-21T04:09:23.490Z | Checking smoltcp v0.9.1 |
| 2199 | 2026-05-21T04:09:23.531Z | Checking predicates v3.1.4 |
| 2200 | 2026-05-21T04:09:23.605Z | Checking iddqd v0.4.1 |
| 2201 | 2026-05-21T04:09:23.717Z | Checking phf_shared v0.13.1 |
| 2202 | 2026-05-21T04:09:23.751Z | Checking postgres-protocol v0.6.10 |
| 2203 | 2026-05-21T04:09:23.855Z | Checking phf_shared v0.11.3 |
| 2204 | 2026-05-21T04:09:23.933Z | Checking buf-list v1.1.2 |
| 2205 | 2026-05-21T04:09:24.021Z | Checking strum v0.27.2 |
| 2206 | 2026-05-21T04:09:24.085Z | Checking new_debug_unreachable v1.0.6 |
| 2207 | 2026-05-21T04:09:24.122Z | Checking tough v0.22.0 |
| 2208 | 2026-05-21T04:09:24.128Z | Checking lalrpop-util v0.19.12 |
| 2209 | 2026-05-21T04:09:24.183Z | Checking fixedbitset v0.4.2 |
| 2210 | 2026-05-21T04:09:24.185Z | Checking fixedbitset v0.5.7 |
| 2211 | 2026-05-21T04:09:24.185Z | Checking precomputed-hash v0.1.1 |
| 2212 | 2026-05-21T04:09:24.299Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2213 | 2026-05-21T04:09:24.335Z | Checking string_cache v0.8.9 |
| 2214 | 2026-05-21T04:09:24.365Z | Checking petgraph v0.6.5 |
| 2215 | 2026-05-21T04:09:24.458Z | Checking petgraph v0.8.3 |
| 2216 | 2026-05-21T04:09:24.523Z | Checking postgres-types v0.2.12 |
| 2217 | 2026-05-21T04:09:24.528Z | Checking phf v0.13.1 |
| 2218 | 2026-05-21T04:09:24.727Z | Checking gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=745a508cb97b7ca9b4c10ec9592c980eb769b10d#745a508c) |
| 2219 | 2026-05-21T04:09:24.870Z | Checking whoami v2.1.0 |
| 2220 | 2026-05-21T04:09:24.947Z | Checking zip v4.6.1 |
| 2221 | 2026-05-21T04:09:25.018Z | Checking peg-runtime v0.8.5 |
| 2222 | 2026-05-21T04:09:25.085Z | Checking tokio-postgres v0.7.16 |
| 2223 | 2026-05-21T04:09:25.297Z | Checking is-terminal v0.4.17 |
| 2224 | 2026-05-21T04:09:25.431Z | Checking crossbeam-channel v0.5.15 |
| 2225 | 2026-05-21T04:09:25.529Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-05-21T04:09:25.627Z | Checking thread_local v1.1.9 |
| 2227 | 2026-05-21T04:09:25.768Z | Checking term v1.2.1 |
| 2228 | 2026-05-21T04:09:25.802Z | Checking take_mut v0.2.2 |
| 2229 | 2026-05-21T04:09:25.838Z | Compiling newtype-uuid-macros v0.1.0 |
| 2230 | 2026-05-21T04:09:25.936Z | Checking slog-async v2.8.0 |
| 2231 | 2026-05-21T04:09:26.017Z | Checking slog-term v2.9.2 |
| 2232 | 2026-05-21T04:09:26.053Z | Compiling rustls v0.22.4 |
| 2233 | 2026-05-21T04:09:26.135Z | Compiling multer v3.1.0 |
| 2234 | 2026-05-21T04:09:26.176Z | Compiling async-stream-impl v0.3.6 |
| 2235 | 2026-05-21T04:09:26.296Z | Compiling dropshot v0.17.0 |
| 2236 | 2026-05-21T04:09:26.299Z | Compiling dropshot_endpoint v0.17.0 |
| 2237 | 2026-05-21T04:09:26.361Z | Checking match_cfg v0.1.0 |
| 2238 | 2026-05-21T04:09:26.436Z | Checking slog-json v2.6.1 |
| 2239 | 2026-05-21T04:09:26.485Z | Checking hostname v0.3.1 |
| 2240 | 2026-05-21T04:09:26.601Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2241 | 2026-05-21T04:09:26.633Z | Checking debug-ignore v1.0.5 |
| 2242 | 2026-05-21T04:09:26.661Z | Compiling structmeta v0.3.0 |
| 2243 | 2026-05-21T04:09:26.672Z | Checking slog-bunyan v2.5.0 |
| 2244 | 2026-05-21T04:09:26.673Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2245 | 2026-05-21T04:09:26.784Z | Checking serde_spanned v1.0.4 |
| 2246 | 2026-05-21T04:09:26.788Z | Checking toml_writer v1.0.6+spec-1.1.0 |
| 2247 | 2026-05-21T04:09:26.846Z | Checking rustls-webpki v0.102.8 |
| 2248 | 2026-05-21T04:09:26.883Z | Checking serde_path_to_error v0.1.20 |
| 2249 | 2026-05-21T04:09:26.921Z | Compiling derive-ex v0.1.8 |
| 2250 | 2026-05-21T04:09:26.953Z | Checking async-stream v0.3.6 |
| 2251 | 2026-05-21T04:09:27.027Z | Checking waitgroup v0.1.2 |
| 2252 | 2026-05-21T04:09:27.102Z | Checking rustls-pemfile v2.2.0 |
| 2253 | 2026-05-21T04:09:27.152Z | Checking toml_datetime v1.0.0+spec-1.1.0 |
| 2254 | 2026-05-21T04:09:27.184Z | Checking hostname v0.4.2 |
| 2255 | 2026-05-21T04:09:27.215Z | Checking compression-core v0.4.31 |
| 2256 | 2026-05-21T04:09:27.251Z | Checking progenitor-client v0.14.0 |
| 2257 | 2026-05-21T04:09:27.312Z | Checking regress v0.10.5 |
| 2258 | 2026-05-21T04:09:27.315Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2259 | 2026-05-21T04:09:27.375Z | Checking compression-codecs v0.4.37 |
| 2260 | 2026-05-21T04:09:27.377Z | Checking toml v1.0.6+spec-1.1.0 |
| 2261 | 2026-05-21T04:09:27.442Z | Compiling parse-display-derive v0.10.0 |
| 2262 | 2026-05-21T04:09:27.527Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2263 | 2026-05-21T04:09:27.566Z | Checking async-compression v0.4.41 |
| 2264 | 2026-05-21T04:09:27.692Z | Checking itertools v0.14.0 |
| 2265 | 2026-05-21T04:09:27.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2266 | 2026-05-21T04:09:28.001Z | Checking macaddr v1.0.1 |
| 2267 | 2026-05-21T04:09:28.035Z | Checking instant v0.1.13 |
| 2268 | 2026-05-21T04:09:28.144Z | Checking omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2269 | 2026-05-21T04:09:28.202Z | Checking progenitor-client v0.10.0 |
| 2270 | 2026-05-21T04:09:28.254Z | Checking backoff v0.4.0 |
| 2271 | 2026-05-21T04:09:28.402Z | Checking backon v1.6.0 |
| 2272 | 2026-05-21T04:09:28.447Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2273 | 2026-05-21T04:09:28.450Z | Checking humantime v2.3.0 |
| 2274 | 2026-05-21T04:09:28.596Z | Compiling test-strategy v0.4.5 |
| 2275 | 2026-05-21T04:09:28.600Z | Checking progenitor-extras v0.2.0 |
| 2276 | 2026-05-21T04:09:28.677Z | Checking heck v0.5.0 |
| 2277 | 2026-05-21T04:09:28.711Z | Checking tokio-rustls v0.25.0 |
| 2278 | 2026-05-21T04:09:28.759Z | Checking unicode-width v0.2.0 |
| 2279 | 2026-05-21T04:09:28.762Z | Compiling convert_case v0.4.0 |
| 2280 | 2026-05-21T04:09:28.824Z | Checking half v2.7.1 |
| 2281 | 2026-05-21T04:09:28.867Z | Checking ciborium-io v0.2.2 |
| 2282 | 2026-05-21T04:09:28.964Z | Checking secrecy v0.10.3 |
| 2283 | 2026-05-21T04:09:28.995Z | Compiling regress v0.11.1 |
| 2284 | 2026-05-21T04:09:29.032Z | Compiling unsafe-libyaml v0.2.11 |
| 2285 | 2026-05-21T04:09:29.102Z | Checking indent_write v2.2.0 |
| 2286 | 2026-05-21T04:09:29.105Z | Checking ciborium-ll v0.2.2 |
| 2287 | 2026-05-21T04:09:29.165Z | Checking parse-display v0.10.0 |
| 2288 | 2026-05-21T04:09:29.197Z | Compiling derive_more v0.99.20 |
| 2289 | 2026-05-21T04:09:29.257Z | Checking universal-hash v0.5.1 |
| 2290 | 2026-05-21T04:09:29.331Z | Checking ciborium v0.2.2 |
| 2291 | 2026-05-21T04:09:29.334Z | Checking opaque-debug v0.3.1 |
| 2292 | 2026-05-21T04:09:29.455Z | Checking camino-tempfile v1.4.1 |
| 2293 | 2026-05-21T04:09:29.637Z | Compiling serde_yaml v0.9.34+deprecated |
| 2294 | 2026-05-21T04:09:29.771Z | Compiling crucible-workspace-hack v0.1.0 |
| 2295 | 2026-05-21T04:09:29.804Z | Checking aead v0.5.2 |
| 2296 | 2026-05-21T04:09:29.967Z | Checking poly1305 v0.8.0 |
| 2297 | 2026-05-21T04:09:30.072Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2298 | 2026-05-21T04:09:30.134Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2299 | 2026-05-21T04:09:30.282Z | Checking chacha20 v0.9.1 |
| 2300 | 2026-05-21T04:09:30.473Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2301 | 2026-05-21T04:09:30.477Z | Checking password-hash v0.5.0 |
| 2302 | 2026-05-21T04:09:30.537Z | Compiling typify-impl v0.6.2 |
| 2303 | 2026-05-21T04:09:30.800Z | Checking blake2 v0.10.6 |
| 2304 | 2026-05-21T04:09:30.865Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2305 | 2026-05-21T04:09:31.062Z | Checking argon2 v0.5.3 |
| 2306 | 2026-05-21T04:09:31.106Z | Checking chacha20poly1305 v0.10.1 |
| 2307 | 2026-05-21T04:09:31.259Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ae1da83e66c648574827298f4bc444632bf4d047#ae1da83e) |
| 2308 | 2026-05-21T04:09:31.429Z | Checking gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2309 | 2026-05-21T04:09:31.575Z | Checking byte-wrapper v0.1.0 |
| 2310 | 2026-05-21T04:09:31.725Z | Checking thiserror-no-std v2.0.2 |
| 2311 | 2026-05-21T04:09:31.759Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2312 | 2026-05-21T04:09:31.762Z | Checking swrite v0.1.0 |
| 2313 | 2026-05-21T04:09:31.823Z | Checking trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2314 | 2026-05-21T04:09:31.855Z | Checking vsss-rs v3.3.4 |
| 2315 | 2026-05-21T04:09:31.910Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2316 | 2026-05-21T04:09:32.025Z | Checking propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2317 | 2026-05-21T04:09:32.147Z | Checking toml v0.8.23 |
| 2318 | 2026-05-21T04:09:32.253Z | Checking crossbeam-deque v0.8.6 |
| 2319 | 2026-05-21T04:09:32.470Z | Compiling rayon-core v1.13.0 |
| 2320 | 2026-05-21T04:09:32.496Z | Compiling proc-macro-error v1.0.4 |
| 2321 | 2026-05-21T04:09:32.553Z | Checking tabwriter v1.4.1 |
| 2322 | 2026-05-21T04:09:32.734Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2323 | 2026-05-21T04:09:32.820Z | Checking glob v0.3.3 |
| 2324 | 2026-05-21T04:09:32.971Z | Checking bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2325 | 2026-05-21T04:09:33.030Z | Checking unicode-width v0.1.14 |
| 2326 | 2026-05-21T04:09:33.060Z | Checking rayon v1.11.0 |
| 2327 | 2026-05-21T04:09:33.295Z | Compiling proc-macro-crate v3.4.0 |
| 2328 | 2026-05-21T04:09:33.331Z | Compiling usdt-macro v0.5.0 |
| 2329 | 2026-05-21T04:09:33.469Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2330 | 2026-05-21T04:09:33.592Z | Compiling usdt-attr-macro v0.5.0 |
| 2331 | 2026-05-21T04:09:33.791Z | Checking memmap v0.7.0 |
| 2332 | 2026-05-21T04:09:33.854Z | Checking colored v3.1.1 |
| 2333 | 2026-05-21T04:09:33.951Z | Compiling heapless v0.8.0 |
| 2334 | 2026-05-21T04:09:34.061Z | Compiling ingot-macros v0.1.1 |
| 2335 | 2026-05-21T04:09:34.092Z | Checking hash32 v0.3.1 |
| 2336 | 2026-05-21T04:09:34.126Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2337 | 2026-05-21T04:09:34.244Z | Compiling smoltcp v0.11.0 |
| 2338 | 2026-05-21T04:09:34.387Z | Checking usdt v0.5.0 |
| 2339 | 2026-05-21T04:09:34.427Z | Checking cobs v0.3.0 |
| 2340 | 2026-05-21T04:09:34.503Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2341 | 2026-05-21T04:09:34.573Z | Compiling num_enum_derive v0.7.5 |
| 2342 | 2026-05-21T04:09:34.605Z | Checking postcard v1.1.3 |
| 2343 | 2026-05-21T04:09:34.677Z | Compiling proc-macro-crate v1.3.1 |
| 2344 | 2026-05-21T04:09:34.753Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2345 | 2026-05-21T04:09:34.972Z | Checking sigpipe v0.1.3 |
| 2346 | 2026-05-21T04:09:35.044Z | Compiling foreign-types-macros v0.2.3 |
| 2347 | 2026-05-21T04:09:35.092Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2348 | 2026-05-21T04:09:35.108Z | Compiling typify-macro v0.6.2 |
| 2349 | 2026-05-21T04:09:35.165Z | Checking sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2350 | 2026-05-21T04:09:35.207Z | Checking foreign-types-shared v0.3.1 |
| 2351 | 2026-05-21T04:09:35.303Z | Checking cpufeatures v0.3.0 |
| 2352 | 2026-05-21T04:09:35.400Z | Checking chacha20 v0.10.0 |
| 2353 | 2026-05-21T04:09:35.453Z | Compiling num_enum_derive v0.5.11 |
| 2354 | 2026-05-21T04:09:35.603Z | Checking foreign-types v0.5.0 |
| 2355 | 2026-05-21T04:09:35.631Z | Checking num_enum v0.7.5 |
| 2356 | 2026-05-21T04:09:35.817Z | Checking cstr-argument v0.1.2 |
| 2357 | 2026-05-21T04:09:35.850Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2358 | 2026-05-21T04:09:35.880Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2359 | 2026-05-21T04:09:35.968Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2360 | 2026-05-21T04:09:36.094Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2361 | 2026-05-21T04:09:36.217Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2362 | 2026-05-21T04:09:36.289Z | Checking rand v0.10.0 |
| 2363 | 2026-05-21T04:09:36.323Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2364 | 2026-05-21T04:09:36.354Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2365 | 2026-05-21T04:09:36.407Z | Checking key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2366 | 2026-05-21T04:09:36.449Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2367 | 2026-05-21T04:09:36.452Z | Checking num_enum v0.5.11 |
| 2368 | 2026-05-21T04:09:36.552Z | Compiling zone_cfg_derive v0.3.1 |
| 2369 | 2026-05-21T04:09:36.555Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2370 | 2026-05-21T04:09:36.631Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2371 | 2026-05-21T04:09:36.762Z | Checking itertools v0.12.1 |
| 2372 | 2026-05-21T04:09:36.829Z | Compiling num-derive v0.4.2 |
| 2373 | 2026-05-21T04:09:36.831Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2374 | 2026-05-21T04:09:36.890Z | Compiling typify v0.6.2 |
| 2375 | 2026-05-21T04:09:37.024Z | Compiling progenitor-impl v0.14.0 |
| 2376 | 2026-05-21T04:09:37.088Z | Checking ingot-types v0.1.2 |
| 2377 | 2026-05-21T04:09:37.464Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2378 | 2026-05-21T04:09:37.467Z | Checking ingot v0.1.1 |
| 2379 | 2026-05-21T04:09:37.601Z | Checking smf v0.2.3 |
| 2380 | 2026-05-21T04:09:37.672Z | Checking whoami v1.6.1 |
| 2381 | 2026-05-21T04:09:37.749Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2382 | 2026-05-21T04:09:37.781Z | Checking zone v0.3.1 |
| 2383 | 2026-05-21T04:09:37.851Z | Checking tokio-dtrace v0.1.1 |
| 2384 | 2026-05-21T04:09:37.884Z | Compiling derive-where v1.6.0 |
| 2385 | 2026-05-21T04:09:37.960Z | Checking console v0.15.11 |
| 2386 | 2026-05-21T04:09:37.992Z | Checking atomicwrites v0.4.4 |
| 2387 | 2026-05-21T04:09:38.058Z | Checking oxide-tokio-rt v0.1.4 |
| 2388 | 2026-05-21T04:09:38.141Z | Checking newline-converter v0.3.0 |
| 2389 | 2026-05-21T04:09:38.173Z | Checking num-rational v0.4.2 |
| 2390 | 2026-05-21T04:09:38.248Z | Checking num-complex v0.4.6 |
| 2391 | 2026-05-21T04:09:38.251Z | Checking bytecount v0.6.9 |
| 2392 | 2026-05-21T04:09:38.312Z | Checking expectorate v1.2.0 |
| 2393 | 2026-05-21T04:09:38.408Z | Checking float-ord v0.3.2 |
| 2394 | 2026-05-21T04:09:38.463Z | Compiling progenitor-impl v0.13.0 |
| 2395 | 2026-05-21T04:09:38.601Z | Checking num v0.4.3 |
| 2396 | 2026-05-21T04:09:38.698Z | Checking progenitor-client v0.13.0 |
| 2397 | 2026-05-21T04:09:38.957Z | Compiling owo-colors v4.3.0 |
| 2398 | 2026-05-21T04:09:39.081Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2399 | 2026-05-21T04:09:39.204Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-05-21T04:09:39.371Z | Compiling cancel-safe-futures v0.1.5 |
| 2401 | 2026-05-21T04:09:39.507Z | Checking libsw-core v0.3.2 |
| 2402 | 2026-05-21T04:09:39.633Z | Compiling progenitor-macro v0.14.0 |
| 2403 | 2026-05-21T04:09:39.705Z | Checking libsw v3.5.0 |
| 2404 | 2026-05-21T04:09:39.876Z | Checking linear-map v1.2.0 |
| 2405 | 2026-05-21T04:09:39.941Z | Checking gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2406 | 2026-05-21T04:09:40.032Z | Checking gethostname v0.5.0 |
| 2407 | 2026-05-21T04:09:40.071Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2408 | 2026-05-21T04:09:40.148Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2409 | 2026-05-21T04:09:40.251Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2410 | 2026-05-21T04:09:41.083Z | Compiling progenitor-macro v0.13.0 |
| 2411 | 2026-05-21T04:09:41.354Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2412 | 2026-05-21T04:09:41.636Z | Checking oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2413 | 2026-05-21T04:09:42.232Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2414 | 2026-05-21T04:09:43.705Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2415 | 2026-05-21T04:09:44.511Z | Checking progenitor v0.14.0 |
| 2416 | 2026-05-21T04:09:44.917Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2417 | 2026-05-21T04:09:45.467Z | Checking resolv-conf v0.7.6 |
| 2418 | 2026-05-21T04:09:45.636Z | Checking clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2419 | 2026-05-21T04:09:45.729Z | Checking unicode-linebreak v0.1.5 |
| 2420 | 2026-05-21T04:09:45.842Z | Checking smawk v0.3.2 |
| 2421 | 2026-05-21T04:09:45.932Z | Checking progenitor v0.13.0 |
| 2422 | 2026-05-21T04:09:45.968Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2423 | 2026-05-21T04:09:46.001Z | Checking papergrid v0.11.0 |
| 2424 | 2026-05-21T04:09:46.100Z | Compiling tabled_derive v0.7.0 |
| 2425 | 2026-05-21T04:09:46.131Z | Compiling convert_case v0.10.0 |
| 2426 | 2026-05-21T04:09:46.204Z | Compiling slog-dtrace v0.3.0 |
| 2427 | 2026-05-21T04:09:46.466Z | Compiling derive_more-impl v2.1.1 |
| 2428 | 2026-05-21T04:09:46.513Z | Checking internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2429 | 2026-05-21T04:09:47.084Z | Checking tabled v0.15.0 |
| 2430 | 2026-05-21T04:09:47.123Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2431 | 2026-05-21T04:09:47.161Z | Checking bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 2432 | 2026-05-21T04:09:47.271Z | Checking linked-hash-map v0.5.6 |
| 2433 | 2026-05-21T04:09:47.304Z | Checking derive_more v2.1.1 |
| 2434 | 2026-05-21T04:09:47.360Z | Checking hickory-proto v0.24.4 |
| 2435 | 2026-05-21T04:09:47.411Z | Checking crossterm v0.29.0 |
| 2436 | 2026-05-21T04:09:47.466Z | Checking lru-cache v0.1.2 |
| 2437 | 2026-05-21T04:09:47.510Z | Checking fd-lock v4.0.4 |
| 2438 | 2026-05-21T04:09:47.609Z | Checking vte v0.14.1 |
| 2439 | 2026-05-21T04:09:47.656Z | Checking display-error-chain v0.2.2 |
| 2440 | 2026-05-21T04:09:47.788Z | Checking strip-ansi-escapes v0.2.1 |
| 2441 | 2026-05-21T04:09:47.823Z | Checking trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2442 | 2026-05-21T04:09:47.853Z | Checking nu-ansi-term v0.50.3 |
| 2443 | 2026-05-21T04:09:47.919Z | Checking termtree v0.5.1 |
| 2444 | 2026-05-21T04:09:47.976Z | Checking textwrap v0.16.2 |
| 2445 | 2026-05-21T04:09:48.010Z | Compiling minimal-lexical v0.2.1 |
| 2446 | 2026-05-21T04:09:48.080Z | Checking reedline v0.40.0 |
| 2447 | 2026-05-21T04:09:48.083Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2448 | 2026-05-21T04:09:48.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2449 | 2026-05-21T04:09:48.216Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2450 | 2026-05-21T04:09:48.287Z | Compiling nom v7.1.3 |
| 2451 | 2026-05-21T04:09:48.585Z | Compiling ar_archive_writer v0.5.1 |
| 2452 | 2026-05-21T04:09:48.772Z | Checking csv-core v0.1.13 |
| 2453 | 2026-05-21T04:09:48.847Z | Compiling stacker v0.1.23 |
| 2454 | 2026-05-21T04:09:48.972Z | Checking csv v1.4.0 |
| 2455 | 2026-05-21T04:09:49.131Z | Checking highway v1.3.0 |
| 2456 | 2026-05-21T04:09:49.165Z | Checking hickory-resolver v0.24.4 |
| 2457 | 2026-05-21T04:09:49.230Z | Compiling cfg_aliases v0.1.1 |
| 2458 | 2026-05-21T04:09:49.284Z | Compiling semver v0.1.20 |
| 2459 | 2026-05-21T04:09:49.332Z | Compiling nix v0.28.0 |
| 2460 | 2026-05-21T04:09:49.393Z | Checking nibble_vec v0.1.0 |
| 2461 | 2026-05-21T04:09:49.435Z | Checking home v0.5.12 |
| 2462 | 2026-05-21T04:09:49.467Z | Compiling psm v0.1.30 |
| 2463 | 2026-05-21T04:09:49.544Z | Compiling rustc_version v0.1.7 |
| 2464 | 2026-05-21T04:09:49.576Z | Checking endian-type v0.1.2 |
| 2465 | 2026-05-21T04:09:49.607Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2466 | 2026-05-21T04:09:49.639Z | Checking cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2467 | 2026-05-21T04:09:49.729Z | Checking radix_trie v0.2.1 |
| 2468 | 2026-05-21T04:09:49.769Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2469 | 2026-05-21T04:09:49.802Z | Compiling newtype_derive v0.1.6 |
| 2470 | 2026-05-21T04:09:49.911Z | Checking qorb v0.4.1 |
| 2471 | 2026-05-21T04:09:49.958Z | Checking phf_shared v0.12.1 |
| 2472 | 2026-05-21T04:09:50.021Z | Compiling recursive-proc-macro-impl v0.1.1 |
| 2473 | 2026-05-21T04:09:50.122Z | Compiling chrono-tz v0.10.4 |
| 2474 | 2026-05-21T04:09:50.156Z | Checking phf v0.12.1 |
| 2475 | 2026-05-21T04:09:50.350Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2476 | 2026-05-21T04:09:50.353Z | Compiling const_format_proc_macros v0.2.34 |
| 2477 | 2026-05-21T04:09:50.441Z | Checking recursive v0.1.1 |
| 2478 | 2026-05-21T04:09:50.473Z | Compiling peg-macros v0.8.5 |
| 2479 | 2026-05-21T04:09:50.505Z | Checking winnow v0.6.26 |
| 2480 | 2026-05-21T04:09:50.559Z | Compiling sqlparser_derive v0.5.0 |
| 2481 | 2026-05-21T04:09:51.142Z | Checking unicode_categories v0.1.1 |
| 2482 | 2026-05-21T04:09:51.233Z | Checking const_format v0.2.35 |
| 2483 | 2026-05-21T04:09:51.288Z | Checking rustyline v14.0.0 |
| 2484 | 2026-05-21T04:09:51.401Z | Checking sqlparser v0.61.0 |
| 2485 | 2026-05-21T04:09:51.652Z | Checking sqlformat v0.3.5 |
| 2486 | 2026-05-21T04:09:51.906Z | Checking peg v0.8.5 |
| 2487 | 2026-05-21T04:09:52.007Z | Checking bcs v0.1.6 |
| 2488 | 2026-05-21T04:09:52.039Z | Checking rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2489 | 2026-05-21T04:09:52.117Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2490 | 2026-05-21T04:09:52.262Z | Checking trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2491 | 2026-05-21T04:09:52.296Z | Checking steno v0.4.1 |
| 2492 | 2026-05-21T04:09:52.330Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2493 | 2026-05-21T04:09:52.332Z | Checking filetime v0.2.27 |
| 2494 | 2026-05-21T04:09:52.519Z | Checking xattr v1.6.1 |
| 2495 | 2026-05-21T04:09:52.674Z | Checking tar v0.4.45 |
| 2496 | 2026-05-21T04:09:53.079Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2497 | 2026-05-21T04:09:53.213Z | Checking subprocess v0.2.15 |
| 2498 | 2026-05-21T04:09:53.275Z | Checking base64 v0.21.7 |
| 2499 | 2026-05-21T04:09:53.311Z | Checking headers-core v0.3.0 |
| 2500 | 2026-05-21T04:09:53.321Z | Checking yasna v0.6.0 |
| 2501 | 2026-05-21T04:09:53.451Z | Checking headers v0.4.1 |
| 2502 | 2026-05-21T04:09:53.529Z | Checking dropshot-api-manager-types v0.7.2 |
| 2503 | 2026-05-21T04:09:53.718Z | Checking tagptr v0.2.0 |
| 2504 | 2026-05-21T04:09:53.802Z | Checking rcgen v0.14.8 |
| 2505 | 2026-05-21T04:09:53.885Z | Checking moka v0.12.13 |
| 2506 | 2026-05-21T04:09:53.918Z | Checking utf-8 v0.7.6 |
| 2507 | 2026-05-21T04:09:54.084Z | Checking parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2508 | 2026-05-21T04:09:54.215Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2509 | 2026-05-21T04:09:54.255Z | Compiling libefi-sys v0.1.0 |
| 2510 | 2026-05-21T04:09:54.512Z | Checking tungstenite v0.21.0 |
| 2511 | 2026-05-21T04:09:54.543Z | Checking hickory-resolver v0.25.2 |
| 2512 | 2026-05-21T04:09:54.658Z | Compiling bitfield-struct v0.6.2 |
| 2513 | 2026-05-21T04:09:54.970Z | Compiling radium v0.7.0 |
| 2514 | 2026-05-21T04:09:54.976Z | Checking tokio-tungstenite v0.21.0 |
| 2515 | 2026-05-21T04:09:55.244Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2516 | 2026-05-21T04:09:55.276Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2517 | 2026-05-21T04:09:55.309Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2518 | 2026-05-21T04:09:55.342Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2519 | 2026-05-21T04:09:55.402Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2520 | 2026-05-21T04:09:55.433Z | Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 2521 | 2026-05-21T04:09:55.569Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2522 | 2026-05-21T04:09:55.574Z | Compiling maybe-uninit v2.0.0 |
| 2523 | 2026-05-21T04:09:55.634Z | Checking tap v1.0.1 |
| 2524 | 2026-05-21T04:09:55.793Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc489ddf0f38f75e0c194b86cf6f0de377f68845#bc489ddf) |
| 2525 | 2026-05-21T04:09:55.822Z | Checking wyz v0.5.1 |
| 2526 | 2026-05-21T04:09:55.869Z | Compiling zerocopy-derive v0.6.6 |
| 2527 | 2026-05-21T04:09:55.944Z | Checking nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2528 | 2026-05-21T04:09:55.975Z | Compiling packed_struct v0.10.1 |
| 2529 | 2026-05-21T04:09:55.980Z | Checking crc-catalog v2.4.0 |
| 2530 | 2026-05-21T04:09:56.036Z | Checking funty v2.0.0 |
| 2531 | 2026-05-21T04:09:56.123Z | Checking crc v3.4.0 |
| 2532 | 2026-05-21T04:09:56.328Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2533 | 2026-05-21T04:09:56.377Z | Checking bitvec v1.0.1 |
| 2534 | 2026-05-21T04:09:56.410Z | Compiling packed_struct_codegen v0.10.1 |
| 2535 | 2026-05-21T04:09:56.739Z | Checking zerocopy v0.6.6 |
| 2536 | 2026-05-21T04:09:57.069Z | Compiling bitfield-macros v0.19.4 |
| 2537 | 2026-05-21T04:09:57.310Z | Compiling indexmap v1.9.3 |
| 2538 | 2026-05-21T04:09:57.391Z | Checking nodrop v0.1.14 |
| 2539 | 2026-05-21T04:09:57.509Z | Checking array-init v0.0.4 |
| 2540 | 2026-05-21T04:09:57.541Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2541 | 2026-05-21T04:09:57.613Z | Checking smallvec v0.6.14 |
| 2542 | 2026-05-21T04:09:57.792Z | Checking bitfield v0.19.4 |
| 2543 | 2026-05-21T04:09:57.834Z | Checking hashbrown v0.12.3 |
| 2544 | 2026-05-21T04:09:57.837Z | Checking serde-hex v0.1.0 |
| 2545 | 2026-05-21T04:09:58.095Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2546 | 2026-05-21T04:09:58.273Z | Checking ron v0.8.1 |
| 2547 | 2026-05-21T04:09:58.587Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2548 | 2026-05-21T04:09:58.618Z | Checking hashbrown v0.13.2 |
| 2549 | 2026-05-21T04:09:58.769Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2550 | 2026-05-21T04:09:58.845Z | Checking crc-any v2.5.0 |
| 2551 | 2026-05-21T04:09:58.880Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2552 | 2026-05-21T04:09:59.048Z | Checking path-slash v0.1.5 |
| 2553 | 2026-05-21T04:09:59.082Z | Compiling xshell-macros v0.2.7 |
| 2554 | 2026-05-21T04:09:59.085Z | Checking object v0.30.4 |
| 2555 | 2026-05-21T04:09:59.173Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2556 | 2026-05-21T04:09:59.440Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2557 | 2026-05-21T04:09:59.476Z | Checking xshell v0.2.7 |
| 2558 | 2026-05-21T04:09:59.839Z | Checking half v1.8.3 |
| 2559 | 2026-05-21T04:09:59.842Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2560 | 2026-05-21T04:10:00.065Z | Compiling num-derive v0.3.3 |
| 2561 | 2026-05-21T04:10:00.096Z | Checking serde_cbor v0.11.2 |
| 2562 | 2026-05-21T04:10:00.501Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2563 | 2026-05-21T04:10:00.634Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2564 | 2026-05-21T04:10:00.891Z | Checking installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2565 | 2026-05-21T04:10:00.969Z | Compiling proc-macro-error2 v2.0.1 |
| 2566 | 2026-05-21T04:10:01.030Z | Checking libscf-sys v1.1.0 |
| 2567 | 2026-05-21T04:10:01.106Z | Checking papergrid v0.17.0 |
| 2568 | 2026-05-21T04:10:01.210Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2569 | 2026-05-21T04:10:01.249Z | Checking testing_table v0.3.0 |
| 2570 | 2026-05-21T04:10:01.309Z | Compiling tabled_derive v0.11.0 |
| 2571 | 2026-05-21T04:10:01.367Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2572 | 2026-05-21T04:10:01.435Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2573 | 2026-05-21T04:10:01.869Z | Checking lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2574 | 2026-05-21T04:10:01.901Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2575 | 2026-05-21T04:10:01.933Z | Checking maplit v1.0.2 |
| 2576 | 2026-05-21T04:10:02.196Z | Compiling git-stub v1.0.0 |
| 2577 | 2026-05-21T04:10:02.240Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2578 | 2026-05-21T04:10:02.270Z | Checking crc8 v0.1.1 |
| 2579 | 2026-05-21T04:10:02.402Z | Compiling git-stub-vcs v0.1.0 |
| 2580 | 2026-05-21T04:10:02.482Z | Checking omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2581 | 2026-05-21T04:10:02.509Z | Checking tabled v0.20.0 |
| 2582 | 2026-05-21T04:10:02.770Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2583 | 2026-05-21T04:10:02.847Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2584 | 2026-05-21T04:10:03.102Z | Checking fxhash v0.2.1 |
| 2585 | 2026-05-21T04:10:03.134Z | Checking unicase v2.9.0 |
| 2586 | 2026-05-21T04:10:03.204Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2587 | 2026-05-21T04:10:03.252Z | Checking ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2588 | 2026-05-21T04:10:03.316Z | Checking zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2589 | 2026-05-21T04:10:03.517Z | Compiling diesel_derives v2.3.7 |
| 2590 | 2026-05-21T04:10:03.622Z | Checking oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 2591 | 2026-05-21T04:10:03.653Z | Compiling typify-impl v0.4.3 |
| 2592 | 2026-05-21T04:10:03.795Z | Checking scheduled-thread-pool v0.2.7 |
| 2593 | 2026-05-21T04:10:03.836Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2594 | 2026-05-21T04:10:03.903Z | Compiling dsl_auto_type v0.2.0 |
| 2595 | 2026-05-21T04:10:03.964Z | Compiling vergen-gitcl v1.0.8 |
| 2596 | 2026-05-21T04:10:04.157Z | Compiling diesel_table_macro_syntax v0.3.0 |
| 2597 | 2026-05-21T04:10:04.234Z | Checking r2d2 v0.8.10 |
| 2598 | 2026-05-21T04:10:04.402Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2599 | 2026-05-21T04:10:04.444Z | Checking kstat-rs v0.2.4 |
| 2600 | 2026-05-21T04:10:04.570Z | Checking downcast-rs v2.0.2 |
| 2601 | 2026-05-21T04:10:04.668Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2602 | 2026-05-21T04:10:04.739Z | Checking arc-swap v1.8.2 |
| 2603 | 2026-05-21T04:10:04.950Z | Compiling parking_lot_core v0.8.6 |
| 2604 | 2026-05-21T04:10:04.987Z | Checking slog-scope v4.4.1 |
| 2605 | 2026-05-21T04:10:05.040Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2606 | 2026-05-21T04:10:05.149Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2607 | 2026-05-21T04:10:05.299Z | Checking slog-stdlog v4.1.1 |
| 2608 | 2026-05-21T04:10:05.405Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2609 | 2026-05-21T04:10:05.445Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2610 | 2026-05-21T04:10:05.478Z | Compiling dirs-sys-next v0.1.2 |
| 2611 | 2026-05-21T04:10:05.507Z | Compiling crunchy v0.2.4 |
| 2612 | 2026-05-21T04:10:05.632Z | Checking parking_lot v0.11.2 |
| 2613 | 2026-05-21T04:10:05.718Z | Compiling dirs-next v2.0.0 |
| 2614 | 2026-05-21T04:10:05.791Z | Checking slog-envlogger v2.2.0 |
| 2615 | 2026-05-21T04:10:05.866Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2616 | 2026-05-21T04:10:05.869Z | Compiling clang-sys v1.8.1 |
| 2617 | 2026-05-21T04:10:05.932Z | Compiling ntp-admin-v1-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-v1-client) |
| 2618 | 2026-05-21T04:10:05.968Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2619 | 2026-05-21T04:10:06.001Z | Checking prefix-trie v0.7.0 |
| 2620 | 2026-05-21T04:10:06.274Z | Compiling tiny-keccak v2.0.2 |
| 2621 | 2026-05-21T04:10:06.354Z | Checking hickory-server v0.25.2 |
| 2622 | 2026-05-21T04:10:06.555Z | Checking sled v0.34.7 |
| 2623 | 2026-05-21T04:10:06.618Z | Compiling term v0.7.0 |
| 2624 | 2026-05-21T04:10:06.621Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2625 | 2026-05-21T04:10:06.692Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2626 | 2026-05-21T04:10:06.775Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2627 | 2026-05-21T04:10:07.224Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2628 | 2026-05-21T04:10:07.540Z | Checking nanorand v0.7.0 |
| 2629 | 2026-05-21T04:10:07.602Z | Compiling bit-vec v0.6.3 |
| 2630 | 2026-05-21T04:10:07.761Z | Compiling salty v0.3.0 |
| 2631 | 2026-05-21T04:10:07.792Z | Compiling bit-set v0.5.3 |
| 2632 | 2026-05-21T04:10:07.847Z | Checking flume v0.11.1 |
| 2633 | 2026-05-21T04:10:07.974Z | Compiling ascii-canvas v3.0.0 |
| 2634 | 2026-05-21T04:10:08.078Z | Checking primeorder v0.13.6 |
| 2635 | 2026-05-21T04:10:08.110Z | Compiling typify-macro v0.4.3 |
| 2636 | 2026-05-21T04:10:08.139Z | Compiling itertools v0.10.5 |
| 2637 | 2026-05-21T04:10:08.236Z | Compiling ena v0.14.4 |
| 2638 | 2026-05-21T04:10:08.344Z | Compiling libloading v0.8.9 |
| 2639 | 2026-05-21T04:10:08.429Z | Compiling diff v0.1.13 |
| 2640 | 2026-05-21T04:10:08.472Z | Compiling regex-syntax v0.6.29 |
| 2641 | 2026-05-21T04:10:08.500Z | Compiling bindgen v0.71.1 |
| 2642 | 2026-05-21T04:10:09.011Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2643 | 2026-05-21T04:10:09.329Z | Compiling cexpr v0.6.0 |
| 2644 | 2026-05-21T04:10:09.602Z | Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2645 | 2026-05-21T04:10:09.722Z | Compiling rustc-hash v2.1.1 |
| 2646 | 2026-05-21T04:10:09.803Z | Checking diesel v2.3.7 |
| 2647 | 2026-05-21T04:10:09.834Z | Compiling typify v0.4.3 |
| 2648 | 2026-05-21T04:10:09.976Z | Compiling lalrpop v0.19.12 |
| 2649 | 2026-05-21T04:10:10.008Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2650 | 2026-05-21T04:10:10.037Z | Compiling libxml v0.3.3 |
| 2651 | 2026-05-21T04:10:10.266Z | Compiling fs-err v2.11.0 |
| 2652 | 2026-05-21T04:10:10.407Z | Checking sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2653 | 2026-05-21T04:10:10.542Z | Checking p384 v0.13.1 |
| 2654 | 2026-05-21T04:10:10.615Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2655 | 2026-05-21T04:10:10.977Z | Compiling strum_macros v0.24.3 |
| 2656 | 2026-05-21T04:10:11.030Z | Compiling indoc v1.0.9 |
| 2657 | 2026-05-21T04:10:12.256Z | Checking hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2658 | 2026-05-21T04:10:12.308Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2659 | 2026-05-21T04:10:12.343Z | Checking quick-xml v0.37.5 |
| 2660 | 2026-05-21T04:10:12.525Z | Checking derive_builder v0.20.2 |
| 2661 | 2026-05-21T04:10:12.629Z | Compiling oso-derive v0.27.3 |
| 2662 | 2026-05-21T04:10:12.664Z | Compiling trait-variant v0.1.2 |
| 2663 | 2026-05-21T04:10:12.902Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2664 | 2026-05-21T04:10:13.146Z | Checking assert_matches v1.5.0 |
| 2665 | 2026-05-21T04:10:13.216Z | Checking openssl-probe v0.1.6 |
| 2666 | 2026-05-21T04:10:13.248Z | Checking parse-size v1.1.0 |
| 2667 | 2026-05-21T04:10:13.276Z | Checking scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 2668 | 2026-05-21T04:10:13.351Z | Checking sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2669 | 2026-05-21T04:10:13.405Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2670 | 2026-05-21T04:10:13.995Z | Compiling progenitor-impl v0.11.2 |
| 2671 | 2026-05-21T04:10:14.063Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2672 | 2026-05-21T04:10:14.448Z | Compiling progenitor-impl v0.10.0 |
| 2673 | 2026-05-21T04:10:14.836Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2674 | 2026-05-21T04:10:15.164Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2675 | 2026-05-21T04:10:15.761Z | Checking predicates-tree v1.0.13 |
| 2676 | 2026-05-21T04:10:15.844Z | Checking progenitor-client v0.11.2 |
| 2677 | 2026-05-21T04:10:15.878Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2678 | 2026-05-21T04:10:15.914Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2679 | 2026-05-21T04:10:16.113Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2680 | 2026-05-21T04:10:16.631Z | Compiling progenitor-macro v0.11.2 |
| 2681 | 2026-05-21T04:10:17.054Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2682 | 2026-05-21T04:10:17.322Z | Compiling progenitor-macro v0.10.0 |
| 2683 | 2026-05-21T04:10:17.720Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=187aee7de2e50f907099ea06c04aac96c3455665#187aee7d) |
| 2684 | 2026-05-21T04:10:17.826Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2685 | 2026-05-21T04:10:18.082Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2686 | 2026-05-21T04:10:18.659Z | error[E0308]: mismatched types |
| 2687 | 2026-05-21T04:10:18.659Z | --> test-utils/src/certificates.rs:19:27 |
| 2688 | 2026-05-21T04:10:18.659Z | | |
| 2689 | 2026-05-21T04:10:18.659Z | 19 | Self::with_params(params) |
| 2690 | 2026-05-21T04:10:18.659Z | | ----------------- ^^^^^^ expected `CertificateParams`, found `Result<CertificateParams, Error>` |
| 2691 | 2026-05-21T04:10:18.659Z | | | |
| 2692 | 2026-05-21T04:10:18.659Z | | arguments to this function are incorrect |
| 2693 | 2026-05-21T04:10:18.659Z | | |
| 2694 | 2026-05-21T04:10:18.659Z | = note: expected struct `rcgen::CertificateParams` |
| 2695 | 2026-05-21T04:10:18.659Z | found enum `std::result::Result<rcgen::CertificateParams, rcgen::Error>` |
| 2696 | 2026-05-21T04:10:18.659Z | note: associated function defined here |
| 2697 | 2026-05-21T04:10:18.659Z | --> test-utils/src/certificates.rs:22:12 |
| 2698 | 2026-05-21T04:10:18.659Z | | |
| 2699 | 2026-05-21T04:10:18.659Z | 22 | pub fn with_params(params: rcgen::CertificateParams) -> Self { |
| 2700 | 2026-05-21T04:10:18.659Z | | ^^^^^^^^^^^ -------------------------------- |
| 2701 | 2026-05-21T04:10:18.659Z | help: consider using `Result::expect` to unwrap the `std::result::Result<rcgen::CertificateParams, rcgen::Error>` value, panicking if the value is a `Result::Err` |
| 2702 | 2026-05-21T04:10:18.659Z | | |
| 2703 | 2026-05-21T04:10:18.659Z | 19 | Self::with_params(params.expect("REASON")) |
| 2704 | 2026-05-21T04:10:18.659Z | | +++++++++++++++++ |
| 2705 | 2026-05-21T04:10:18.660Z | |
| 2706 | 2026-05-21T04:10:18.663Z | error[E0609]: no field `is_ca` on type `std::result::Result<rcgen::CertificateParams, rcgen::Error>` |
| 2707 | 2026-05-21T04:10:18.663Z | --> test-utils/src/certificates.rs:24:21 |
| 2708 | 2026-05-21T04:10:18.663Z | | |
| 2709 | 2026-05-21T04:10:18.663Z | 24 | root_params.is_ca = |
| 2710 | 2026-05-21T04:10:18.663Z | | ^^^^^ unknown field |
| 2711 | 2026-05-21T04:10:18.663Z | | |
| 2712 | 2026-05-21T04:10:18.663Z | help: one of the expressions' fields has a field of the same name |
| 2713 | 2026-05-21T04:10:18.663Z | | |
| 2714 | 2026-05-21T04:10:18.663Z | 24 | root_params.unwrap().is_ca = |
| 2715 | 2026-05-21T04:10:18.663Z | | +++++++++ |
| 2716 | 2026-05-21T04:10:18.663Z | |
| 2717 | 2026-05-21T04:10:18.725Z | error[E0599]: no function or associated item named `from_params` found for struct `rcgen::Certificate` in the current scope |
| 2718 | 2026-05-21T04:10:18.725Z | --> test-utils/src/certificates.rs:26:48 |
| 2719 | 2026-05-21T04:10:18.725Z | | |
| 2720 | 2026-05-21T04:10:18.725Z | 26 | let root_keypair = rcgen::Certificate::from_params(root_params) |
| 2721 | 2026-05-21T04:10:18.725Z | | ^^^^^^^^^^^ function or associated item not found in `rcgen::Certificate` |
| 2722 | 2026-05-21T04:10:18.725Z | |
| 2723 | 2026-05-21T04:10:18.728Z | error[E0609]: no field `is_ca` on type `std::result::Result<rcgen::CertificateParams, rcgen::Error>` |
| 2724 | 2026-05-21T04:10:18.728Z | --> test-utils/src/certificates.rs:30:29 |
| 2725 | 2026-05-21T04:10:18.728Z | | |
| 2726 | 2026-05-21T04:10:18.728Z | 30 | intermediate_params.is_ca = |
| 2727 | 2026-05-21T04:10:18.728Z | | ^^^^^ unknown field |
| 2728 | 2026-05-21T04:10:18.728Z | | |
| 2729 | 2026-05-21T04:10:18.728Z | help: one of the expressions' fields has a field of the same name |
| 2730 | 2026-05-21T04:10:18.728Z | | |
| 2731 | 2026-05-21T04:10:18.728Z | 30 | intermediate_params.unwrap().is_ca = |
| 2732 | 2026-05-21T04:10:18.728Z | | +++++++++ |
| 2733 | 2026-05-21T04:10:18.728Z | |
| 2734 | 2026-05-21T04:10:18.739Z | error[E0599]: no function or associated item named `from_params` found for struct `rcgen::Certificate` in the current scope |
| 2735 | 2026-05-21T04:10:18.739Z | --> test-utils/src/certificates.rs:33:33 |
| 2736 | 2026-05-21T04:10:18.739Z | | |
| 2737 | 2026-05-21T04:10:18.739Z | 33 | rcgen::Certificate::from_params(intermediate_params) |
| 2738 | 2026-05-21T04:10:18.739Z | | ^^^^^^^^^^^ function or associated item not found in `rcgen::Certificate` |
| 2739 | 2026-05-21T04:10:18.739Z | |
| 2740 | 2026-05-21T04:10:18.751Z | error[E0599]: no function or associated item named `from_params` found for struct `rcgen::Certificate` in the current scope |
| 2741 | 2026-05-21T04:10:18.751Z | --> test-utils/src/certificates.rs:36:47 |
| 2742 | 2026-05-21T04:10:18.752Z | | |
| 2743 | 2026-05-21T04:10:18.752Z | 36 | let end_keypair = rcgen::Certificate::from_params(params) |
| 2744 | 2026-05-21T04:10:18.752Z | | ^^^^^^^^^^^ function or associated item not found in `rcgen::Certificate` |
| 2745 | 2026-05-21T04:10:18.752Z | |
| 2746 | 2026-05-21T04:10:18.813Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2747 | 2026-05-21T04:10:18.851Z | error[E0599]: no method named `serialize_private_key_der` found for struct `rcgen::Certificate` in the current scope |
| 2748 | 2026-05-21T04:10:18.851Z | --> test-utils/src/certificates.rs:59:26 |
| 2749 | 2026-05-21T04:10:18.851Z | | |
| 2750 | 2026-05-21T04:10:18.851Z | 59 | self.end_keypair.serialize_private_key_der() |
| 2751 | 2026-05-21T04:10:18.851Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rcgen::Certificate` |
| 2752 | 2026-05-21T04:10:18.851Z | |
| 2753 | 2026-05-21T04:10:18.858Z | error[E0599]: no method named `serialize_private_key_pem` found for struct `rcgen::Certificate` in the current scope |
| 2754 | 2026-05-21T04:10:18.859Z | --> test-utils/src/certificates.rs:63:26 |
| 2755 | 2026-05-21T04:10:18.859Z | | |
| 2756 | 2026-05-21T04:10:18.859Z | 63 | self.end_keypair.serialize_private_key_pem() |
| 2757 | 2026-05-21T04:10:18.859Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `rcgen::Certificate` |
| 2758 | 2026-05-21T04:10:18.859Z | |
| 2759 | 2026-05-21T04:10:19.191Z | Some errors have detailed explanations: E0308, E0599, E0609. |
| 2760 | 2026-05-21T04:10:19.192Z | For more information about an error, try `rustc --explain E0308`. |
| 2761 | 2026-05-21T04:10:19.277Z | error: could not compile `omicron-test-utils` (lib) due to 8 previous errors |
| 2762 | 2026-05-21T04:10:19.277Z | warning: build failed, waiting for other jobs to finish... |
| 2763 | 2026-05-21T04:10:32.048Z | Error: failed: exit status: 101 |
| 2764 | 2026-05-21T04:10:32.051Z | |
| 2765 | 2026-05-21T04:10:32.051Z | real 1:31.221307475 |
| 2766 | 2026-05-21T04:10:32.051Z | user 8:34.152222148 |
| 2767 | 2026-05-21T04:10:32.051Z | sys 2:04.216052035 |
| 2768 | 2026-05-21T04:10:32.051Z | trap 0.211945471 |
| 2769 | 2026-05-21T04:10:32.051Z | tflt 0.085769664 |
| 2770 | 2026-05-21T04:10:32.051Z | dflt 0.136640887 |
| 2771 | 2026-05-21T04:10:32.051Z | kflt 0.001786723 |
| 2772 | 2026-05-21T04:10:32.051Z | lock 23:25.880107099 |
| 2773 | 2026-05-21T04:10:32.051Z | slp 20:07.654978233 |
| 2774 | 2026-05-21T04:10:32.051Z | lat 1:00.055114618 |
| 2775 | 2026-05-21T04:10:32.051Z | stop 5:41.931468369 |
| 2776 | 2026-05-21T04:10:32.051Z | process exited: duration 227636 ms, exit code 1 |
| |
| 2777 | 2026-05-21T04:10:32.057Z | found 0 output files |