|
|
|
| 1 | 2025-04-01T17:14:55.565Z | job assigned to worker 01JQS5HAE1KRRBW6MT9VQ0CHCT [factory aws, i-0435ef5ace979dbbf] (queued for 44 s) |
| |
| 2 | 2025-04-01T17:15:03.854Z | starting task 0: "setup" |
| 3 | 2025-04-01T17:15:03.859Z | ++ uname -s |
| 4 | 2025-04-01T17:15:03.862Z | + kern=SunOS |
| 5 | 2025-04-01T17:15:03.862Z | + build_user=build |
| 6 | 2025-04-01T17:15:03.863Z | + build_uid=12345 |
| 7 | 2025-04-01T17:15:03.863Z | + work_dir=/work |
| 8 | 2025-04-01T17:15:03.863Z | + input_dir=/input |
| 9 | 2025-04-01T17:15:03.863Z | + [[ 0 == 12345 ]] |
| 10 | 2025-04-01T17:15:03.863Z | + case "$kern" in |
| 11 | 2025-04-01T17:15:03.863Z | + groupadd -g 12345 build |
| 12 | 2025-04-01T17:15:03.866Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-04-01T17:15:05.873Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-04-01T17:15:06.006Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-04-01T17:15:06.010Z | + home_fs=zfs |
| 16 | 2025-04-01T17:15:06.010Z | + [[ zfs == autofs ]] |
| 17 | 2025-04-01T17:15:06.010Z | + mkdir -p /home/build |
| 18 | 2025-04-01T17:15:06.010Z | + chown build:build /home/build /work |
| 19 | 2025-04-01T17:15:08.014Z | + chmod 0700 /home/build /work |
| 20 | 2025-04-01T17:15:08.017Z | process exited: duration 4163 ms, exit code 0 |
| |
| 21 | 2025-04-01T17:15:08.024Z | starting task 1: "rust-toolchain" |
| 22 | 2025-04-01T17:15:08.029Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-04-01T17:15:08.029Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-04-01T17:15:08.029Z | * rust toolchain profile = "default" |
| 25 | 2025-04-01T17:15:08.033Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2025-04-01T17:15:08.033Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-04-01T17:15:08.033Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-04-01T17:15:08.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-04-01T17:15:08.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-04-01T17:15:08.156Z | info: downloading installer |
| 31 | 2025-04-01T17:15:09.358Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-04-01T17:15:09.358Z | warn: /opt/ooce/bin |
| 33 | 2025-04-01T17:15:09.358Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-04-01T17:15:09.358Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-04-01T17:15:09.358Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-04-01T17:15:09.358Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-04-01T17:15:09.358Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-04-01T17:15:09.359Z | error: cannot install while Rust is installed |
| 39 | 2025-04-01T17:15:09.359Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-04-01T17:15:09.386Z | info: profile set to 'default' |
| 41 | 2025-04-01T17:15:09.386Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-04-01T17:15:09.389Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-04-01T17:15:09.559Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-04-01T17:15:09.559Z | info: downloading component 'cargo' |
| 45 | 2025-04-01T17:15:10.622Z | info: downloading component 'clippy' |
| 46 | 2025-04-01T17:15:11.002Z | info: downloading component 'rust-docs' |
| 47 | 2025-04-01T17:15:12.629Z | info: downloading component 'rust-std' |
| 48 | 2025-04-01T17:15:14.314Z | info: downloading component 'rustc' |
| 49 | 2025-04-01T17:15:22.124Z | info: downloading component 'rustfmt' |
| 50 | 2025-04-01T17:15:22.461Z | info: installing component 'cargo' |
| 51 | 2025-04-01T17:15:23.267Z | info: installing component 'clippy' |
| 52 | 2025-04-01T17:15:23.647Z | info: installing component 'rust-docs' |
| 53 | 2025-04-01T17:15:25.394Z | info: installing component 'rust-std' |
| 54 | 2025-04-01T17:15:27.250Z | info: installing component 'rustc' |
| 55 | 2025-04-01T17:15:33.135Z | info: installing component 'rustfmt' |
| 56 | 2025-04-01T17:15:33.464Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-04-01T17:15:33.464Z | |
| 58 | 2025-04-01T17:15:33.831Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-04-01T17:15:33.831Z | |
| 60 | 2025-04-01T17:15:33.835Z | |
| 61 | 2025-04-01T17:15:33.835Z | Rust is installed now. Great! |
| 62 | 2025-04-01T17:15:33.835Z | |
| 63 | 2025-04-01T17:15:33.835Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-04-01T17:15:33.835Z | environment variable. This has not been done automatically. |
| 65 | 2025-04-01T17:15:33.835Z | |
| 66 | 2025-04-01T17:15:33.835Z | To configure your current shell, you need to source |
| 67 | 2025-04-01T17:15:33.835Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-04-01T17:15:33.835Z | |
| 69 | 2025-04-01T17:15:33.835Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-04-01T17:15:33.835Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-04-01T17:15:33.835Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-04-01T17:15:33.835Z | source "$HOME/.cargo/env.nu" # For nushell |
| 73 | 2025-04-01T17:15:33.914Z | + rustup --version |
| 74 | 2025-04-01T17:15:33.925Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
| 75 | 2025-04-01T17:15:33.928Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-04-01T17:15:33.953Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-04-01T17:15:33.956Z | + cargo --version |
| 78 | 2025-04-01T17:15:33.974Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-04-01T17:15:33.977Z | + rustc --version |
| 80 | 2025-04-01T17:15:34.003Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-04-01T17:15:34.006Z | process exited: duration 25971 ms, exit code 0 |
| |
| 82 | 2025-04-01T17:15:34.014Z | starting task 2: "authentication" |
| 83 | 2025-04-01T17:15:34.035Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-04-01T17:15:34.044Z | starting task 3: "clone repository" |
| 85 | 2025-04-01T17:15:34.047Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-04-01T17:15:34.050Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-04-01T17:15:34.155Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-04-01T17:15:42.250Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-04-01T17:15:42.250Z | + git fetch origin 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 90 | 2025-04-01T17:15:42.571Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-04-01T17:15:42.575Z | * branch 8608b75f4b4627237c9600fc6366a5c04b62b368 -> FETCH_HEAD |
| 92 | 2025-04-01T17:15:42.581Z | + [[ -n dap/pending-mgs-updates ]] |
| 93 | 2025-04-01T17:15:42.584Z | ++ git branch --show-current |
| 94 | 2025-04-01T17:15:42.587Z | + current=main |
| 95 | 2025-04-01T17:15:42.587Z | + [[ main != dap/pending-mgs-updates ]] |
| 96 | 2025-04-01T17:15:42.587Z | + git branch -f dap/pending-mgs-updates 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 97 | 2025-04-01T17:15:42.590Z | + git checkout -f dap/pending-mgs-updates |
| 98 | 2025-04-01T17:15:42.780Z | Switched to branch 'dap/pending-mgs-updates' |
| 99 | 2025-04-01T17:15:42.783Z | + git reset --hard 8608b75f4b4627237c9600fc6366a5c04b62b368 |
| 100 | 2025-04-01T17:15:42.794Z | HEAD is now at 8608b75f4 Merge branch 'main' into dap/pending-mgs-updates |
| 101 | 2025-04-01T17:15:42.797Z | process exited: duration 8749 ms, exit code 0 |
| |
| 102 | 2025-04-01T17:15:42.806Z | starting task 4: "build" |
| 103 | 2025-04-01T17:15:42.809Z | + source ./env.sh |
| 104 | 2025-04-01T17:15:42.809Z | ++ OLD_SHELL_OPTS=ehxB |
| 105 | 2025-04-01T17:15:42.809Z | ++ set -o xtrace |
| 106 | 2025-04-01T17:15:42.813Z | ++++ dirname ./env.sh |
| 107 | 2025-04-01T17:15:42.816Z | +++ readlink -f . |
| 108 | 2025-04-01T17:15:42.819Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 109 | 2025-04-01T17:15:42.819Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 110 | 2025-04-01T17:15:42.819Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 111 | 2025-04-01T17:15:42.819Z | ++ 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 |
| 112 | 2025-04-01T17:15:42.819Z | ++ 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 |
| 113 | 2025-04-01T17:15:42.819Z | ++ 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 |
| 114 | 2025-04-01T17:15:42.820Z | ++ 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 |
| 115 | 2025-04-01T17:15:42.820Z | ++ 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 |
| 116 | 2025-04-01T17:15:42.820Z | ++ 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 |
| 117 | 2025-04-01T17:15:42.820Z | ++ case $OLD_SHELL_OPTS in |
| 118 | 2025-04-01T17:15:42.820Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 119 | 2025-04-01T17:15:42.820Z | + source .github/buildomat/ci-env.sh |
| 120 | 2025-04-01T17:15:42.820Z | ++ export CARGO_TERM_COLOR=always |
| 121 | 2025-04-01T17:15:42.820Z | ++ CARGO_TERM_COLOR=always |
| 122 | 2025-04-01T17:15:42.820Z | + cargo --version |
| 123 | 2025-04-01T17:15:42.872Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 124 | 2025-04-01T17:15:42.875Z | + rustc --version |
| 125 | 2025-04-01T17:15:42.940Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 126 | 2025-04-01T17:15:42.944Z | + banner prerequisites |
| 127 | 2025-04-01T17:15:42.947Z | |
| 128 | 2025-04-01T17:15:42.947Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 129 | 2025-04-01T17:15:42.947Z | # # # # # # # # # # # # # # # |
| 130 | 2025-04-01T17:15:42.947Z | # # # # ##### # # ##### # # # # # #### # |
| 131 | 2025-04-01T17:15:42.947Z | ##### ##### # ##### # # # # # # # # # |
| 132 | 2025-04-01T17:15:42.947Z | # # # # # # # # # # # # # # # |
| 133 | 2025-04-01T17:15:42.947Z | # # # ###### # # ###### ### # #### # #### # |
| 134 | 2025-04-01T17:15:42.948Z | |
| 135 | 2025-04-01T17:15:42.948Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 136 | 2025-04-01T17:15:44.490Z | pkg list: illegal option -- F |
| 137 | 2025-04-01T17:15:44.491Z | Usage: |
| 138 | 2025-04-01T17:15:44.494Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 139 | 2025-04-01T17:15:44.494Z | [pkg_fmri_pattern ...] |
| 140 | 2025-04-01T17:15:45.351Z | pkg list: illegal option -- F |
| 141 | 2025-04-01T17:15:45.351Z | Usage: |
| 142 | 2025-04-01T17:15:45.354Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 143 | 2025-04-01T17:15:45.354Z | [pkg_fmri_pattern ...] |
| 144 | 2025-04-01T17:15:52.112Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 145 | 2025-04-01T17:15:57.288Z | Startup: Caching catalogs ... Done |
| 146 | 2025-04-01T17:16:14.336Z | Planning: Solver setup ... Done (16.056s) |
| 147 | 2025-04-01T17:16:14.513Z | Planning: Running solver ... Done (0.178s) |
| 148 | 2025-04-01T17:16:14.916Z | Planning: Finding local manifests ... Done (0.268s) |
| 149 | 2025-04-01T17:16:14.945Z | Planning: Fetching manifests: 0/7 0% complete |
| 150 | 2025-04-01T17:16:15.696Z | Planning: Fetching manifests: 7/7 100% complete |
| 151 | 2025-04-01T17:16:16.299Z | Planning: Package planning ... Done (0.602s) |
| 152 | 2025-04-01T17:16:16.358Z | Planning: Merging actions ... Done (0.059s) |
| 153 | 2025-04-01T17:16:17.191Z | Planning: Checking for conflicting actions ... Done (0.832s) |
| 154 | 2025-04-01T17:16:23.208Z | Planning: Consolidating action changes ... Done (6.014s) |
| 155 | 2025-04-01T17:16:23.628Z | Planning: Evaluating mediators ... Done (0.420s) |
| 156 | 2025-04-01T17:16:23.706Z | Planning: Planning completed in 26.30 seconds |
| 157 | 2025-04-01T17:16:23.722Z | Packages to install: 4 |
| 158 | 2025-04-01T17:16:23.722Z | Packages to update: 3 |
| 159 | 2025-04-01T17:16:23.725Z | Mediators to change: 2 |
| 160 | 2025-04-01T17:16:23.725Z | Services to change: 1 |
| 161 | 2025-04-01T17:16:23.725Z | Estimated space available: 155.59 GB |
| 162 | 2025-04-01T17:16:23.725Z | Estimated space to be consumed: 1.69 GB |
| 163 | 2025-04-01T17:16:23.725Z | Create boot environment: No |
| 164 | 2025-04-01T17:16:23.725Z | Create backup boot environment: Yes |
| 165 | 2025-04-01T17:16:23.725Z | Rebuild boot archive: No |
| 166 | 2025-04-01T17:16:23.725Z | |
| 167 | 2025-04-01T17:16:23.725Z | Changed mediators: |
| 168 | 2025-04-01T17:16:23.726Z | mediator clang: |
| 169 | 2025-04-01T17:16:23.726Z | version: None -> 15 (system default) |
| 170 | 2025-04-01T17:16:23.726Z | |
| 171 | 2025-04-01T17:16:23.726Z | mediator llvm: |
| 172 | 2025-04-01T17:16:23.726Z | version: 14 (system default) -> 15 (system default) |
| 173 | 2025-04-01T17:16:23.726Z | |
| 174 | 2025-04-01T17:16:23.726Z | Changed packages: |
| 175 | 2025-04-01T17:16:23.726Z | helios-dev |
| 176 | 2025-04-01T17:16:23.726Z | developer/build-essential |
| 177 | 2025-04-01T17:16:23.726Z | None -> 11-2.0 |
| 178 | 2025-04-01T17:16:23.726Z | library/libxmlsec1 |
| 179 | 2025-04-01T17:16:23.726Z | None -> 1.2.35-2.0 |
| 180 | 2025-04-01T17:16:23.726Z | ooce/developer/clang-15 |
| 181 | 2025-04-01T17:16:23.726Z | None -> 15.0.7-2.0 |
| 182 | 2025-04-01T17:16:23.726Z | ooce/developer/llvm-15 |
| 183 | 2025-04-01T17:16:23.726Z | None -> 15.0.7-2.0 |
| 184 | 2025-04-01T17:16:23.726Z | package/pkg |
| 185 | 2025-04-01T17:16:23.726Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 186 | 2025-04-01T17:16:23.726Z | system/library/g++-runtime |
| 187 | 2025-04-01T17:16:23.726Z | 13-2.0 -> 14-2.0 |
| 188 | 2025-04-01T17:16:23.726Z | system/library/gcc-runtime |
| 189 | 2025-04-01T17:16:23.726Z | 13-2.0 -> 14-2.0 |
| 190 | 2025-04-01T17:16:23.726Z | |
| 191 | 2025-04-01T17:16:23.726Z | Services: |
| 192 | 2025-04-01T17:16:23.726Z | restart_fmri: |
| 193 | 2025-04-01T17:16:23.726Z | svc:/system/update-man-index:default |
| 194 | 2025-04-01T17:16:23.727Z | |
| 195 | 2025-04-01T17:16:23.727Z | Editable files to change: |
| 196 | 2025-04-01T17:16:23.727Z | Update: |
| 197 | 2025-04-01T17:16:23.727Z | usr/share/lib/pkg/web/config.shtml |
| 198 | 2025-04-01T17:16:24.123Z | |
| 199 | 2025-04-01T17:16:24.123Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 200 | 2025-04-01T17:16:29.260Z | Download: 1193/4301 items 68.6/225.4MB 30% complete (14.0M/s) |
| 201 | 2025-04-01T17:16:34.262Z | Download: 2776/4301 items 120.7/225.4MB 53% complete (12.1M/s) |
| 202 | 2025-04-01T17:16:39.265Z | Download: 4107/4301 items 220.0/225.4MB 97% complete (15.2M/s) |
| 203 | 2025-04-01T17:16:43.463Z | Download: Completed 225.42 MB in 19.33 seconds (11.7M/s) |
| 204 | 2025-04-01T17:16:45.610Z | Actions: 1/5122 actions (Removing old actions) |
| 205 | 2025-04-01T17:16:45.631Z | Actions: 194/5122 actions (Installing new actions) |
| 206 | 2025-04-01T17:16:50.421Z | Actions: 4267/5122 actions (Updating modified actions) |
| 207 | 2025-04-01T17:16:50.807Z | Actions: Completed 5122 actions in 5.17 seconds. |
| 208 | 2025-04-01T17:16:51.050Z | Done (0.250s) |
| 209 | 2025-04-01T17:16:51.061Z | Done (0.001s) |
| 210 | 2025-04-01T17:16:51.719Z | Done (0.677s) |
| 211 | 2025-04-01T17:16:57.784Z | Done (5.827s) |
| 212 | 2025-04-01T17:16:58.105Z | Done (0.256s) |
| 213 | 2025-04-01T17:16:58.108Z | Done (0.000s) |
| 214 | 2025-04-01T17:16:58.281Z | Done (0.000s) |
| 215 | 2025-04-01T17:16:59.020Z | Planning: Evaluating mediator changes ... Done |
| 216 | 2025-04-01T17:16:59.183Z | Planning: Checking for conflicting actions ... Done |
| 217 | 2025-04-01T17:16:59.186Z | Planning: Consolidating action changes ... Done |
| 218 | 2025-04-01T17:16:59.450Z | Planning: Evaluating mediators ... Done |
| 219 | 2025-04-01T17:16:59.453Z | Planning: Planning completed in 0.43 seconds |
| 220 | 2025-04-01T17:16:59.489Z | Mediators to change: 2 |
| 221 | 2025-04-01T17:16:59.489Z | Create boot environment: No |
| 222 | 2025-04-01T17:16:59.493Z | Create backup boot environment: No |
| 223 | 2025-04-01T17:16:59.571Z | Done |
| 224 | 2025-04-01T17:16:59.571Z | Done |
| 225 | 2025-04-01T17:17:00.016Z | Done |
| 226 | 2025-04-01T17:17:03.512Z | Done |
| 227 | 2025-04-01T17:17:03.616Z | Done |
| 228 | 2025-04-01T17:17:03.638Z | Done |
| 229 | 2025-04-01T17:17:03.800Z | Done |
| 230 | 2025-04-01T17:17:04.405Z | Planning: Evaluating mediator changes ... Done |
| 231 | 2025-04-01T17:17:04.409Z | Planning: Merging actions ... Done |
| 232 | 2025-04-01T17:17:04.598Z | Planning: Checking for conflicting actions ... Done |
| 233 | 2025-04-01T17:17:04.601Z | Planning: Consolidating action changes ... Done |
| 234 | 2025-04-01T17:17:04.868Z | Planning: Evaluating mediators ... Done |
| 235 | 2025-04-01T17:17:04.923Z | Planning: Planning completed in 0.76 seconds |
| 236 | 2025-04-01T17:17:04.963Z | Packages to change: 1 |
| 237 | 2025-04-01T17:17:04.966Z | Mediators to change: 1 |
| 238 | 2025-04-01T17:17:04.966Z | Services to change: 1 |
| 239 | 2025-04-01T17:17:04.966Z | Create boot environment: No |
| 240 | 2025-04-01T17:17:04.966Z | Create backup boot environment: Yes |
| 241 | 2025-04-01T17:17:07.232Z | Actions: 1/6 actions (Updating modified actions) |
| 242 | 2025-04-01T17:17:07.235Z | Actions: Completed 6 actions in 0.00 seconds. |
| 243 | 2025-04-01T17:17:07.235Z | Done |
| 244 | 2025-04-01T17:17:07.235Z | Done |
| 245 | 2025-04-01T17:17:07.368Z | Done |
| 246 | 2025-04-01T17:17:10.840Z | Done |
| 247 | 2025-04-01T17:17:10.927Z | Done |
| 248 | 2025-04-01T17:17:10.931Z | Done |
| 249 | 2025-04-01T17:17:11.061Z | Done |
| 250 | 2025-04-01T17:17:11.488Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 251 | 2025-04-01T17:17:11.488Z | clang system 15 system |
| 252 | 2025-04-01T17:17:11.489Z | csh system system illumos |
| 253 | 2025-04-01T17:17:11.489Z | ctags system system illumos |
| 254 | 2025-04-01T17:17:11.489Z | gcc vendor 12 vendor |
| 255 | 2025-04-01T17:17:11.489Z | gcc system 10 system |
| 256 | 2025-04-01T17:17:11.489Z | gcc system 7 system |
| 257 | 2025-04-01T17:17:11.489Z | go system 1.20 system |
| 258 | 2025-04-01T17:17:11.489Z | go system 1.19 system |
| 259 | 2025-04-01T17:17:11.489Z | llvm system 15 system |
| 260 | 2025-04-01T17:17:11.489Z | llvm system 14 system |
| 261 | 2025-04-01T17:17:11.489Z | mariadb system 10.6 system |
| 262 | 2025-04-01T17:17:11.489Z | mta vendor vendor dma |
| 263 | 2025-04-01T17:17:11.489Z | openjdk system 17 system |
| 264 | 2025-04-01T17:17:11.489Z | openjdk system 11 system |
| 265 | 2025-04-01T17:17:11.489Z | openjdk system 1.8 system |
| 266 | 2025-04-01T17:17:11.489Z | openssl vendor 3 vendor |
| 267 | 2025-04-01T17:17:11.489Z | perl system 5.36 system |
| 268 | 2025-04-01T17:17:11.489Z | postgresql system 15 system |
| 269 | 2025-04-01T17:17:11.489Z | postgresql system 13 system |
| 270 | 2025-04-01T17:17:11.489Z | python vendor 3 vendor |
| 271 | 2025-04-01T17:17:11.489Z | python system 2 system |
| 272 | 2025-04-01T17:17:11.489Z | python3 system 3.11 system |
| 273 | 2025-04-01T17:17:11.489Z | ruby system 3.0 system |
| 274 | 2025-04-01T17:17:11.489Z | words vendor vendor american-english |
| 275 | 2025-04-01T17:17:11.489Z | words system system australian-english |
| 276 | 2025-04-01T17:17:11.489Z | words system system british-english |
| 277 | 2025-04-01T17:17:11.489Z | words system system canadian-english |
| 278 | 2025-04-01T17:17:11.490Z | words system system french |
| 279 | 2025-04-01T17:17:11.490Z | words system system italian |
| 280 | 2025-04-01T17:17:11.490Z | words system system ngerman |
| 281 | 2025-04-01T17:17:11.490Z | words system system ogerman |
| 282 | 2025-04-01T17:17:11.490Z | words system system spanish |
| 283 | 2025-04-01T17:17:11.817Z | PUBLISHER TYPE STATUS P LOCATION |
| 284 | 2025-04-01T17:17:11.817Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 285 | 2025-04-01T17:17:15.189Z | FMRI IFO |
| 286 | 2025-04-01T17:17:15.189Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 287 | 2025-04-01T17:17:15.189Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 288 | 2025-04-01T17:17:15.189Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 289 | 2025-04-01T17:17:15.189Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 290 | 2025-04-01T17:17:15.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 291 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 292 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 293 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 294 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 295 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 296 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 297 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 298 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 299 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 300 | 2025-04-01T17:17:15.192Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 301 | 2025-04-01T17:17:16.042Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 302 | 2025-04-01T17:17:16.420Z | Updating crates.io index |
| 303 | 2025-04-01T17:17:16.494Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 304 | 2025-04-01T17:17:17.048Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 305 | 2025-04-01T17:17:17.324Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 306 | 2025-04-01T17:17:17.700Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 307 | 2025-04-01T17:17:18.074Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 308 | 2025-04-01T17:17:19.219Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 309 | 2025-04-01T17:17:21.264Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 310 | 2025-04-01T17:17:21.989Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 311 | 2025-04-01T17:17:22.715Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 312 | 2025-04-01T17:17:22.987Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 313 | 2025-04-01T17:17:23.465Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 314 | 2025-04-01T17:17:24.110Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 315 | 2025-04-01T17:17:24.686Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 316 | 2025-04-01T17:17:24.953Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 317 | 2025-04-01T17:17:25.302Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 318 | 2025-04-01T17:17:25.596Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 319 | 2025-04-01T17:17:25.886Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 320 | 2025-04-01T17:17:26.127Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 321 | 2025-04-01T17:17:26.450Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 322 | 2025-04-01T17:17:26.796Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 323 | 2025-04-01T17:17:27.140Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 324 | 2025-04-01T17:17:27.460Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 325 | 2025-04-01T17:17:27.936Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 326 | 2025-04-01T17:17:28.283Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 327 | 2025-04-01T17:17:28.799Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 328 | 2025-04-01T17:17:29.066Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 329 | 2025-04-01T17:17:29.396Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 330 | 2025-04-01T17:17:29.894Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 331 | 2025-04-01T17:17:30.188Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 332 | 2025-04-01T17:17:30.433Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 333 | 2025-04-01T17:17:30.695Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 334 | 2025-04-01T17:17:32.289Z | Downloading crates ... |
| 335 | 2025-04-01T17:17:32.364Z | Downloaded errno v0.3.9 |
| 336 | 2025-04-01T17:17:32.386Z | Downloaded heck v0.5.0 |
| 337 | 2025-04-01T17:17:32.389Z | Downloaded generic-array v0.14.7 |
| 338 | 2025-04-01T17:17:32.389Z | Downloaded fnv v1.0.7 |
| 339 | 2025-04-01T17:17:32.393Z | Downloaded is_terminal_polyfill v1.70.1 |
| 340 | 2025-04-01T17:17:32.393Z | Downloaded fs-err v2.11.0 |
| 341 | 2025-04-01T17:17:32.396Z | Downloaded anstyle v1.0.10 |
| 342 | 2025-04-01T17:17:32.396Z | Downloaded zerocopy-derive v0.7.35 |
| 343 | 2025-04-01T17:17:32.399Z | Downloaded io-lifetimes v1.0.11 |
| 344 | 2025-04-01T17:17:32.402Z | Downloaded zerocopy v0.7.35 |
| 345 | 2025-04-01T17:17:32.417Z | Downloaded indexmap v2.7.1 |
| 346 | 2025-04-01T17:17:32.422Z | Downloaded terminal_size v0.4.0 |
| 347 | 2025-04-01T17:17:32.425Z | Downloaded tabled_derive v0.7.0 |
| 348 | 2025-04-01T17:17:32.425Z | Downloaded proc-macro-error v1.0.4 |
| 349 | 2025-04-01T17:17:32.428Z | Downloaded hashbrown v0.15.1 |
| 350 | 2025-04-01T17:17:32.432Z | Downloaded bitflags v2.6.0 |
| 351 | 2025-04-01T17:17:32.436Z | Downloaded anstream v0.6.15 |
| 352 | 2025-04-01T17:17:32.439Z | Downloaded goblin v0.8.2 |
| 353 | 2025-04-01T17:17:32.444Z | Downloaded swrite v0.1.0 |
| 354 | 2025-04-01T17:17:32.447Z | Downloaded dtrace-parser v0.2.0 |
| 355 | 2025-04-01T17:17:32.447Z | Downloaded fastrand v2.1.1 |
| 356 | 2025-04-01T17:17:32.447Z | Downloaded winnow v0.7.3 |
| 357 | 2025-04-01T17:17:32.458Z | Downloaded toml_datetime v0.6.8 |
| 358 | 2025-04-01T17:17:32.461Z | Downloaded clap_lex v0.7.4 |
| 359 | 2025-04-01T17:17:32.461Z | Downloaded cfg-if v1.0.0 |
| 360 | 2025-04-01T17:17:32.464Z | Downloaded heck v0.4.1 |
| 361 | 2025-04-01T17:17:32.464Z | Downloaded pretty-hex v0.4.1 |
| 362 | 2025-04-01T17:17:32.479Z | Downloaded colorchoice v1.0.2 |
| 363 | 2025-04-01T17:17:32.484Z | Downloaded scroll_derive v0.12.0 |
| 364 | 2025-04-01T17:17:32.488Z | Downloaded usdt-macro v0.5.0 |
| 365 | 2025-04-01T17:17:32.492Z | Downloaded usdt-attr-macro v0.5.0 |
| 366 | 2025-04-01T17:17:32.496Z | Downloaded crypto-common v0.1.6 |
| 367 | 2025-04-01T17:17:32.506Z | Downloaded thread-id v4.2.2 |
| 368 | 2025-04-01T17:17:32.509Z | Downloaded proc-macro-error-attr v1.0.4 |
| 369 | 2025-04-01T17:17:32.509Z | Downloaded memmap v0.7.0 |
| 370 | 2025-04-01T17:17:32.512Z | Downloaded bytecount v0.6.8 |
| 371 | 2025-04-01T17:17:32.512Z | Downloaded block-buffer v0.10.4 |
| 372 | 2025-04-01T17:17:32.512Z | Downloaded terminal_size v0.2.6 |
| 373 | 2025-04-01T17:17:32.515Z | Downloaded scroll v0.12.0 |
| 374 | 2025-04-01T17:17:32.519Z | Downloaded thiserror-impl v2.0.12 |
| 375 | 2025-04-01T17:17:32.519Z | Downloaded dof v0.3.0 |
| 376 | 2025-04-01T17:17:32.519Z | Downloaded bitflags v1.3.2 |
| 377 | 2025-04-01T17:17:32.522Z | Downloaded thiserror-impl v1.0.69 |
| 378 | 2025-04-01T17:17:32.525Z | Downloaded equivalent v1.0.1 |
| 379 | 2025-04-01T17:17:32.528Z | Downloaded thiserror v1.0.69 |
| 380 | 2025-04-01T17:17:32.532Z | Downloaded cpufeatures v0.2.14 |
| 381 | 2025-04-01T17:17:32.535Z | Downloaded plain v0.2.3 |
| 382 | 2025-04-01T17:17:32.538Z | Downloaded strsim v0.11.1 |
| 383 | 2025-04-01T17:17:32.541Z | Downloaded version_check v0.9.5 |
| 384 | 2025-04-01T17:17:32.541Z | Downloaded serde_tokenstream v0.2.2 |
| 385 | 2025-04-01T17:17:32.544Z | Downloaded pest_generator v2.7.14 |
| 386 | 2025-04-01T17:17:32.544Z | Downloaded camino-tempfile v1.1.1 |
| 387 | 2025-04-01T17:17:32.545Z | Downloaded anstyle-parse v0.2.5 |
| 388 | 2025-04-01T17:17:32.549Z | Downloaded smawk v0.3.2 |
| 389 | 2025-04-01T17:17:32.552Z | Downloaded serde_spanned v0.6.8 |
| 390 | 2025-04-01T17:17:32.552Z | Downloaded macaddr v1.0.1 |
| 391 | 2025-04-01T17:17:32.555Z | Downloaded autocfg v1.4.0 |
| 392 | 2025-04-01T17:17:32.555Z | Downloaded digest v0.10.7 |
| 393 | 2025-04-01T17:17:32.558Z | Downloaded byteorder v1.5.0 |
| 394 | 2025-04-01T17:17:32.562Z | Downloaded utf8parse v0.2.2 |
| 395 | 2025-04-01T17:17:32.562Z | Downloaded clap v4.5.32 |
| 396 | 2025-04-01T17:17:32.569Z | Downloaded clap_derive v4.5.32 |
| 397 | 2025-04-01T17:17:32.572Z | Downloaded cargo-platform v0.1.8 |
| 398 | 2025-04-01T17:17:32.576Z | Downloaded usdt v0.5.0 |
| 399 | 2025-04-01T17:17:32.577Z | Downloaded camino v1.1.9 |
| 400 | 2025-04-01T17:17:32.577Z | Downloaded unicode-linebreak v0.1.5 |
| 401 | 2025-04-01T17:17:32.580Z | Downloaded itoa v1.0.11 |
| 402 | 2025-04-01T17:17:32.580Z | Downloaded anstyle-query v1.1.1 |
| 403 | 2025-04-01T17:17:32.584Z | Downloaded pest_derive v2.7.14 |
| 404 | 2025-04-01T17:17:32.587Z | Downloaded cargo_toml v0.21.0 |
| 405 | 2025-04-01T17:17:32.593Z | Downloaded tempfile v3.13.0 |
| 406 | 2025-04-01T17:17:32.596Z | Downloaded sha2 v0.10.8 |
| 407 | 2025-04-01T17:17:32.599Z | Downloaded semver v1.0.25 |
| 408 | 2025-04-01T17:17:32.602Z | Downloaded once_cell v1.20.3 |
| 409 | 2025-04-01T17:17:32.605Z | Downloaded usdt-impl v0.5.0 |
| 410 | 2025-04-01T17:17:32.605Z | Downloaded thiserror v2.0.12 |
| 411 | 2025-04-01T17:17:32.610Z | Downloaded quote v1.0.39 |
| 412 | 2025-04-01T17:17:32.613Z | Downloaded log v0.4.22 |
| 413 | 2025-04-01T17:17:32.616Z | Downloaded toml v0.8.20 |
| 414 | 2025-04-01T17:17:32.619Z | Downloaded pest_meta v2.7.14 |
| 415 | 2025-04-01T17:17:32.623Z | Downloaded cargo_metadata v0.19.2 |
| 416 | 2025-04-01T17:17:32.623Z | Downloaded ryu v1.0.18 |
| 417 | 2025-04-01T17:17:32.626Z | Downloaded textwrap v0.16.1 |
| 418 | 2025-04-01T17:17:32.629Z | Downloaded unicode-ident v1.0.14 |
| 419 | 2025-04-01T17:17:32.636Z | Downloaded ucd-trie v0.1.7 |
| 420 | 2025-04-01T17:17:32.639Z | Downloaded serde_derive v1.0.219 |
| 421 | 2025-04-01T17:17:32.642Z | Downloaded anyhow v1.0.97 |
| 422 | 2025-04-01T17:17:32.648Z | Downloaded proc-macro2 v1.0.94 |
| 423 | 2025-04-01T17:17:32.652Z | Downloaded papergrid v0.11.0 |
| 424 | 2025-04-01T17:17:32.670Z | Downloaded typenum v1.17.0 |
| 425 | 2025-04-01T17:17:32.681Z | Downloaded memchr v2.7.4 |
| 426 | 2025-04-01T17:17:32.686Z | Downloaded serde v1.0.219 |
| 427 | 2025-04-01T17:17:32.692Z | Downloaded toml_edit v0.22.24 |
| 428 | 2025-04-01T17:17:32.713Z | Downloaded tabled v0.15.0 |
| 429 | 2025-04-01T17:17:32.728Z | Downloaded pest v2.7.14 |
| 430 | 2025-04-01T17:17:32.733Z | Downloaded serde_json v1.0.140 |
| 431 | 2025-04-01T17:17:32.739Z | Downloaded clap_builder v4.5.32 |
| 432 | 2025-04-01T17:17:32.780Z | Downloaded syn v1.0.109 |
| 433 | 2025-04-01T17:17:32.802Z | Downloaded unicode-width v0.1.14 |
| 434 | 2025-04-01T17:17:32.813Z | Downloaded syn v2.0.98 |
| 435 | 2025-04-01T17:17:32.824Z | Downloaded rustix v0.38.37 |
| 436 | 2025-04-01T17:17:32.845Z | Downloaded rustix v0.37.28 |
| 437 | 2025-04-01T17:17:32.886Z | Downloaded libc v0.2.170 |
| 438 | 2025-04-01T17:17:33.022Z | Compiling proc-macro2 v1.0.94 |
| 439 | 2025-04-01T17:17:33.022Z | Compiling unicode-ident v1.0.14 |
| 440 | 2025-04-01T17:17:33.022Z | Compiling version_check v0.9.5 |
| 441 | 2025-04-01T17:17:33.022Z | Compiling serde v1.0.219 |
| 442 | 2025-04-01T17:17:33.025Z | Compiling libc v0.2.170 |
| 443 | 2025-04-01T17:17:33.025Z | Compiling memchr v2.7.4 |
| 444 | 2025-04-01T17:17:33.025Z | Compiling thiserror v1.0.69 |
| 445 | 2025-04-01T17:17:33.058Z | Compiling ryu v1.0.18 |
| 446 | 2025-04-01T17:17:33.298Z | Compiling itoa v1.0.11 |
| 447 | 2025-04-01T17:17:33.479Z | Compiling ucd-trie v0.1.7 |
| 448 | 2025-04-01T17:17:33.675Z | Compiling once_cell v1.20.3 |
| 449 | 2025-04-01T17:17:33.876Z | Compiling byteorder v1.5.0 |
| 450 | 2025-04-01T17:17:33.969Z | Compiling rustix v0.38.37 |
| 451 | 2025-04-01T17:17:34.173Z | Compiling serde_json v1.0.140 |
| 452 | 2025-04-01T17:17:34.386Z | Compiling bitflags v2.6.0 |
| 453 | 2025-04-01T17:17:34.430Z | Compiling usdt-impl v0.5.0 |
| 454 | 2025-04-01T17:17:34.529Z | Compiling proc-macro-error-attr v1.0.4 |
| 455 | 2025-04-01T17:17:34.627Z | Compiling io-lifetimes v1.0.11 |
| 456 | 2025-04-01T17:17:34.780Z | Compiling syn v1.0.109 |
| 457 | 2025-04-01T17:17:34.824Z | Compiling proc-macro-error v1.0.4 |
| 458 | 2025-04-01T17:17:34.916Z | Compiling hashbrown v0.15.1 |
| 459 | 2025-04-01T17:17:34.940Z | Compiling equivalent v1.0.1 |
| 460 | 2025-04-01T17:17:35.073Z | Compiling plain v0.2.3 |
| 461 | 2025-04-01T17:17:35.139Z | Compiling camino v1.1.9 |
| 462 | 2025-04-01T17:17:35.246Z | Compiling quote v1.0.39 |
| 463 | 2025-04-01T17:17:35.364Z | Compiling errno v0.3.9 |
| 464 | 2025-04-01T17:17:35.499Z | Compiling thread-id v4.2.2 |
| 465 | 2025-04-01T17:17:35.540Z | Compiling utf8parse v0.2.2 |
| 466 | 2025-04-01T17:17:35.630Z | Compiling syn v2.0.98 |
| 467 | 2025-04-01T17:17:35.630Z | Compiling log v0.4.22 |
| 468 | 2025-04-01T17:17:35.704Z | Compiling rustix v0.37.28 |
| 469 | 2025-04-01T17:17:35.818Z | Compiling anstyle-parse v0.2.5 |
| 470 | 2025-04-01T17:17:35.861Z | Compiling indexmap v2.7.1 |
| 471 | 2025-04-01T17:17:36.339Z | Compiling autocfg v1.4.0 |
| 472 | 2025-04-01T17:17:36.561Z | Compiling anstyle-query v1.1.1 |
| 473 | 2025-04-01T17:17:36.658Z | Compiling semver v1.0.25 |
| 474 | 2025-04-01T17:17:36.679Z | Compiling pretty-hex v0.4.1 |
| 475 | 2025-04-01T17:17:36.725Z | Compiling colorchoice v1.0.2 |
| 476 | 2025-04-01T17:17:36.910Z | Compiling anstyle v1.0.10 |
| 477 | 2025-04-01T17:17:36.914Z | Compiling unicode-width v0.1.14 |
| 478 | 2025-04-01T17:17:37.127Z | Compiling bitflags v1.3.2 |
| 479 | 2025-04-01T17:17:37.156Z | Compiling winnow v0.7.3 |
| 480 | 2025-04-01T17:17:37.248Z | Compiling thiserror v2.0.12 |
| 481 | 2025-04-01T17:17:37.315Z | Compiling is_terminal_polyfill v1.70.1 |
| 482 | 2025-04-01T17:17:37.349Z | Compiling fs-err v2.11.0 |
| 483 | 2025-04-01T17:17:37.453Z | Compiling anstream v0.6.15 |
| 484 | 2025-04-01T17:17:37.680Z | Compiling terminal_size v0.4.0 |
| 485 | 2025-04-01T17:17:38.132Z | Compiling fastrand v2.1.1 |
| 486 | 2025-04-01T17:17:38.173Z | Compiling anyhow v1.0.97 |
| 487 | 2025-04-01T17:17:38.197Z | Compiling bytecount v0.6.8 |
| 488 | 2025-04-01T17:17:38.219Z | Compiling fnv v1.0.7 |
| 489 | 2025-04-01T17:17:38.371Z | Compiling heck v0.5.0 |
| 490 | 2025-04-01T17:17:38.416Z | Compiling cfg-if v1.0.0 |
| 491 | 2025-04-01T17:17:38.596Z | Compiling clap_lex v0.7.4 |
| 492 | 2025-04-01T17:17:38.776Z | Compiling heck v0.4.1 |
| 493 | 2025-04-01T17:17:38.854Z | Compiling strsim v0.11.1 |
| 494 | 2025-04-01T17:17:38.885Z | Compiling tempfile v3.13.0 |
| 495 | 2025-04-01T17:17:39.174Z | Compiling terminal_size v0.2.6 |
| 496 | 2025-04-01T17:17:39.352Z | Compiling clap_builder v4.5.32 |
| 497 | 2025-04-01T17:17:39.379Z | Compiling papergrid v0.11.0 |
| 498 | 2025-04-01T17:17:39.577Z | Compiling memmap v0.7.0 |
| 499 | 2025-04-01T17:17:39.601Z | Compiling smawk v0.3.2 |
| 500 | 2025-04-01T17:17:39.640Z | Compiling unicode-linebreak v0.1.5 |
| 501 | 2025-04-01T17:17:40.120Z | Compiling textwrap v0.16.1 |
| 502 | 2025-04-01T17:17:40.364Z | Compiling swrite v0.1.0 |
| 503 | 2025-04-01T17:17:40.813Z | Compiling tabled_derive v0.7.0 |
| 504 | 2025-04-01T17:17:42.217Z | Compiling tabled v0.15.0 |
| 505 | 2025-04-01T17:17:42.528Z | Compiling serde_derive v1.0.219 |
| 506 | 2025-04-01T17:17:42.534Z | Compiling thiserror-impl v1.0.69 |
| 507 | 2025-04-01T17:17:42.534Z | Compiling zerocopy-derive v0.7.35 |
| 508 | 2025-04-01T17:17:42.534Z | Compiling scroll_derive v0.12.0 |
| 509 | 2025-04-01T17:17:42.534Z | Compiling thiserror-impl v2.0.12 |
| 510 | 2025-04-01T17:17:42.535Z | Compiling clap_derive v4.5.32 |
| 511 | 2025-04-01T17:17:44.098Z | Compiling scroll v0.12.0 |
| 512 | 2025-04-01T17:17:44.567Z | Compiling goblin v0.8.2 |
| 513 | 2025-04-01T17:17:44.592Z | Compiling zerocopy v0.7.35 |
| 514 | 2025-04-01T17:17:45.577Z | Compiling pest v2.7.14 |
| 515 | 2025-04-01T17:17:46.781Z | Compiling clap v4.5.32 |
| 516 | 2025-04-01T17:17:47.797Z | Compiling pest_meta v2.7.14 |
| 517 | 2025-04-01T17:17:48.674Z | Compiling pest_generator v2.7.14 |
| 518 | 2025-04-01T17:17:50.040Z | Compiling pest_derive v2.7.14 |
| 519 | 2025-04-01T17:17:50.636Z | Compiling dtrace-parser v0.2.0 |
| 520 | 2025-04-01T17:17:51.436Z | Compiling toml_datetime v0.6.8 |
| 521 | 2025-04-01T17:17:51.437Z | Compiling serde_spanned v0.6.8 |
| 522 | 2025-04-01T17:17:51.440Z | Compiling cargo-platform v0.1.8 |
| 523 | 2025-04-01T17:17:51.768Z | Compiling serde_tokenstream v0.2.2 |
| 524 | 2025-04-01T17:17:51.847Z | Compiling toml_edit v0.22.24 |
| 525 | 2025-04-01T17:17:51.906Z | Compiling macaddr v1.0.1 |
| 526 | 2025-04-01T17:17:52.027Z | Compiling camino-tempfile v1.1.1 |
| 527 | 2025-04-01T17:17:52.786Z | Compiling dof v0.3.0 |
| 528 | 2025-04-01T17:17:52.786Z | Compiling cargo_metadata v0.19.2 |
| 529 | 2025-04-01T17:17:54.321Z | Compiling usdt-macro v0.5.0 |
| 530 | 2025-04-01T17:17:54.321Z | Compiling usdt-attr-macro v0.5.0 |
| 531 | 2025-04-01T17:17:54.514Z | Compiling toml v0.8.20 |
| 532 | 2025-04-01T17:17:55.349Z | Compiling cargo_toml v0.21.0 |
| 533 | 2025-04-01T17:17:55.487Z | Compiling usdt v0.5.0 |
| 534 | 2025-04-01T17:17:57.901Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 535 | 2025-04-01T17:18:01.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.21s |
| 536 | 2025-04-01T17:18:01.254Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 537 | 2025-04-01T17:18:01.804Z | Downloading crates ... |
| 538 | 2025-04-01T17:18:01.925Z | Downloaded adler2 v2.0.0 |
| 539 | 2025-04-01T17:18:01.929Z | Downloaded addr2line v0.24.2 |
| 540 | 2025-04-01T17:18:01.935Z | Downloaded atty v0.2.14 |
| 541 | 2025-04-01T17:18:01.938Z | Downloaded arrayvec v0.7.6 |
| 542 | 2025-04-01T17:18:01.941Z | Downloaded atomicwrites v0.4.4 |
| 543 | 2025-04-01T17:18:01.944Z | Downloaded async-stream-impl v0.3.6 |
| 544 | 2025-04-01T17:18:01.950Z | Downloaded ciborium-io v0.2.2 |
| 545 | 2025-04-01T17:18:01.955Z | Downloaded http-body v1.0.1 |
| 546 | 2025-04-01T17:18:01.964Z | Downloaded cfg_aliases v0.2.1 |
| 547 | 2025-04-01T17:18:01.967Z | Downloaded crucible-workspace-hack v0.1.0 |
| 548 | 2025-04-01T17:18:01.971Z | Downloaded cstr-argument v0.1.2 |
| 549 | 2025-04-01T17:18:01.971Z | Downloaded cfg_aliases v0.1.1 |
| 550 | 2025-04-01T17:18:01.976Z | Downloaded http-range v0.1.5 |
| 551 | 2025-04-01T17:18:01.979Z | Downloaded ctr v0.9.2 |
| 552 | 2025-04-01T17:18:01.982Z | Downloaded crunchy v0.2.2 |
| 553 | 2025-04-01T17:18:01.985Z | Downloaded http v1.2.0 |
| 554 | 2025-04-01T17:18:01.988Z | Downloaded home v0.5.9 |
| 555 | 2025-04-01T17:18:01.988Z | Downloaded base16ct v0.2.0 |
| 556 | 2025-04-01T17:18:01.992Z | Downloaded hostname v0.4.0 |
| 557 | 2025-04-01T17:18:01.993Z | Downloaded hostname v0.3.1 |
| 558 | 2025-04-01T17:18:01.996Z | Downloaded atomic-waker v1.1.2 |
| 559 | 2025-04-01T17:18:01.996Z | Downloaded aead v0.5.2 |
| 560 | 2025-04-01T17:18:01.996Z | Downloaded hmac v0.12.1 |
| 561 | 2025-04-01T17:18:01.999Z | Downloaded progenitor-client v0.9.1 |
| 562 | 2025-04-01T17:18:02.003Z | Downloaded http-body-util v0.1.2 |
| 563 | 2025-04-01T17:18:02.003Z | Downloaded async-stream v0.3.6 |
| 564 | 2025-04-01T17:18:02.007Z | Downloaded hickory-server v0.24.4 |
| 565 | 2025-04-01T17:18:02.011Z | Downloaded cbc v0.1.2 |
| 566 | 2025-04-01T17:18:02.014Z | Downloaded hyper-staticfile v0.10.1 |
| 567 | 2025-04-01T17:18:02.018Z | Downloaded httparse v1.9.5 |
| 568 | 2025-04-01T17:18:02.021Z | Downloaded hyper-tls v0.6.0 |
| 569 | 2025-04-01T17:18:02.021Z | Downloaded iana-time-zone v0.1.61 |
| 570 | 2025-04-01T17:18:02.024Z | Downloaded chrono-tz-build v0.4.0 |
| 571 | 2025-04-01T17:18:02.024Z | Downloaded instability v0.3.2 |
| 572 | 2025-04-01T17:18:02.028Z | Downloaded crc v3.2.1 |
| 573 | 2025-04-01T17:18:02.031Z | Downloaded cexpr v0.6.0 |
| 574 | 2025-04-01T17:18:02.031Z | Downloaded inout v0.1.3 |
| 575 | 2025-04-01T17:18:02.034Z | Downloaded indoc v1.0.9 |
| 576 | 2025-04-01T17:18:02.037Z | Downloaded is_ci v1.2.0 |
| 577 | 2025-04-01T17:18:02.038Z | Downloaded indoc v2.0.6 |
| 578 | 2025-04-01T17:18:02.041Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 579 | 2025-04-01T17:18:02.041Z | Downloaded indexmap v1.9.3 |
| 580 | 2025-04-01T17:18:02.044Z | Downloaded is-terminal v0.4.13 |
| 581 | 2025-04-01T17:18:02.047Z | Downloaded icu_locid_transform v1.5.0 |
| 582 | 2025-04-01T17:18:02.051Z | Downloaded constant_time_eq v0.3.1 |
| 583 | 2025-04-01T17:18:02.051Z | Downloaded cmake v0.1.51 |
| 584 | 2025-04-01T17:18:02.054Z | Downloaded instant v0.1.13 |
| 585 | 2025-04-01T17:18:02.054Z | Downloaded bb8 v0.8.5 |
| 586 | 2025-04-01T17:18:02.057Z | Downloaded ipnetwork v0.21.1 |
| 587 | 2025-04-01T17:18:02.057Z | Downloaded icu_locid_transform_data v1.5.0 |
| 588 | 2025-04-01T17:18:02.060Z | Downloaded crossbeam-deque v0.8.5 |
| 589 | 2025-04-01T17:18:02.063Z | Downloaded cassowary v0.3.0 |
| 590 | 2025-04-01T17:18:02.063Z | Downloaded cobs v0.2.3 |
| 591 | 2025-04-01T17:18:02.067Z | Downloaded match_cfg v0.1.0 |
| 592 | 2025-04-01T17:18:02.067Z | Downloaded castaway v0.2.3 |
| 593 | 2025-04-01T17:18:02.067Z | Downloaded backoff v0.4.0 |
| 594 | 2025-04-01T17:18:02.070Z | Downloaded argon2 v0.5.3 |
| 595 | 2025-04-01T17:18:02.073Z | Downloaded hex v0.4.3 |
| 596 | 2025-04-01T17:18:02.076Z | Downloaded icu_provider_macros v1.5.0 |
| 597 | 2025-04-01T17:18:02.076Z | Downloaded buf-list v1.0.3 |
| 598 | 2025-04-01T17:18:02.079Z | Downloaded serde_repr v0.1.19 |
| 599 | 2025-04-01T17:18:02.082Z | Downloaded sqlparser_derive v0.2.2 |
| 600 | 2025-04-01T17:18:02.082Z | Downloaded semver v0.1.20 |
| 601 | 2025-04-01T17:18:02.082Z | Downloaded bit-set v0.8.0 |
| 602 | 2025-04-01T17:18:02.086Z | Downloaded blowfish v0.9.1 |
| 603 | 2025-04-01T17:18:02.086Z | Downloaded internet-checksum v0.2.1 |
| 604 | 2025-04-01T17:18:02.090Z | Downloaded icu_locid v1.5.0 |
| 605 | 2025-04-01T17:18:02.093Z | Downloaded md5 v0.7.0 |
| 606 | 2025-04-01T17:18:02.093Z | Downloaded kstat-rs v0.2.4 |
| 607 | 2025-04-01T17:18:02.096Z | Downloaded cookie_store v0.21.1 |
| 608 | 2025-04-01T17:18:02.096Z | Downloaded ident_case v1.0.1 |
| 609 | 2025-04-01T17:18:02.099Z | Downloaded hubpack_derive v0.1.1 |
| 610 | 2025-04-01T17:18:02.099Z | Downloaded async-recursion v1.1.1 |
| 611 | 2025-04-01T17:18:02.103Z | Downloaded async-trait v0.1.88 |
| 612 | 2025-04-01T17:18:02.106Z | Downloaded newline-converter v0.3.0 |
| 613 | 2025-04-01T17:18:02.109Z | Downloaded new_debug_unreachable v1.0.6 |
| 614 | 2025-04-01T17:18:02.109Z | Downloaded bzip2 v0.4.4 |
| 615 | 2025-04-01T17:18:02.112Z | Downloaded bcs v0.1.6 |
| 616 | 2025-04-01T17:18:02.112Z | Downloaded newtype-uuid v1.2.1 |
| 617 | 2025-04-01T17:18:02.116Z | Downloaded csv-core v0.1.11 |
| 618 | 2025-04-01T17:18:02.116Z | Downloaded bitfield-struct v0.6.2 |
| 619 | 2025-04-01T17:18:02.119Z | Downloaded sync-ptr v0.1.1 |
| 620 | 2025-04-01T17:18:02.119Z | Downloaded crc32fast v1.4.2 |
| 621 | 2025-04-01T17:18:02.122Z | Downloaded bit-vec v0.8.0 |
| 622 | 2025-04-01T17:18:02.122Z | Downloaded base64ct v1.6.0 |
| 623 | 2025-04-01T17:18:02.125Z | Downloaded const_format_proc_macros v0.2.34 |
| 624 | 2025-04-01T17:18:02.128Z | Downloaded cancel-safe-futures v0.1.5 |
| 625 | 2025-04-01T17:18:02.131Z | Downloaded lru-cache v0.1.2 |
| 626 | 2025-04-01T17:18:02.135Z | Downloaded ssh-cipher v0.2.0 |
| 627 | 2025-04-01T17:18:02.135Z | Downloaded lru v0.12.5 |
| 628 | 2025-04-01T17:18:02.135Z | Downloaded lazy_static v1.5.0 |
| 629 | 2025-04-01T17:18:02.138Z | Downloaded try-lock v0.2.5 |
| 630 | 2025-04-01T17:18:02.138Z | Downloaded toolchain_find v0.4.0 |
| 631 | 2025-04-01T17:18:02.141Z | Downloaded memoffset v0.9.1 |
| 632 | 2025-04-01T17:18:02.141Z | Downloaded rand_chacha v0.9.0 |
| 633 | 2025-04-01T17:18:02.145Z | Downloaded r2d2 v0.8.10 |
| 634 | 2025-04-01T17:18:02.145Z | Downloaded lockfree-object-pool v0.1.6 |
| 635 | 2025-04-01T17:18:02.148Z | Downloaded indent_write v2.2.0 |
| 636 | 2025-04-01T17:18:02.148Z | Downloaded hubpack v0.1.2 |
| 637 | 2025-04-01T17:18:02.152Z | Downloaded md-5 v0.10.6 |
| 638 | 2025-04-01T17:18:02.152Z | Downloaded endian-type v0.1.2 |
| 639 | 2025-04-01T17:18:02.152Z | Downloaded ipnet v2.11.0 |
| 640 | 2025-04-01T17:18:02.155Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 641 | 2025-04-01T17:18:02.155Z | Downloaded serde_plain v1.0.2 |
| 642 | 2025-04-01T17:18:02.158Z | Downloaded ssh-encoding v0.2.0 |
| 643 | 2025-04-01T17:18:02.158Z | Downloaded rtoolbox v0.0.2 |
| 644 | 2025-04-01T17:18:02.162Z | Downloaded subtle v2.6.1 |
| 645 | 2025-04-01T17:18:02.162Z | Downloaded array-init v0.0.4 |
| 646 | 2025-04-01T17:18:02.165Z | Downloaded maplit v1.0.2 |
| 647 | 2025-04-01T17:18:02.165Z | Downloaded tinyvec_macros v0.1.1 |
| 648 | 2025-04-01T17:18:02.165Z | Downloaded quick-error v1.2.3 |
| 649 | 2025-04-01T17:18:02.168Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 650 | 2025-04-01T17:18:02.171Z | Downloaded ciborium v0.2.2 |
| 651 | 2025-04-01T17:18:02.175Z | Downloaded libsw-core v0.3.1 |
| 652 | 2025-04-01T17:18:02.175Z | Downloaded async-bb8-diesel v0.2.1 |
| 653 | 2025-04-01T17:18:02.178Z | Downloaded managed v0.8.0 |
| 654 | 2025-04-01T17:18:02.178Z | Downloaded linked-hash-map v0.5.6 |
| 655 | 2025-04-01T17:18:02.181Z | Downloaded lazycell v1.3.0 |
| 656 | 2025-04-01T17:18:02.181Z | Downloaded idna_adapter v1.2.0 |
| 657 | 2025-04-01T17:18:02.181Z | Downloaded humantime v2.1.0 |
| 658 | 2025-04-01T17:18:02.185Z | Downloaded mockall v0.13.1 |
| 659 | 2025-04-01T17:18:02.188Z | Downloaded crossbeam-epoch v0.9.18 |
| 660 | 2025-04-01T17:18:02.188Z | Downloaded multimap v0.10.0 |
| 661 | 2025-04-01T17:18:02.191Z | Downloaded salsa20 v0.10.2 |
| 662 | 2025-04-01T17:18:02.191Z | Downloaded rustc-hash v1.1.0 |
| 663 | 2025-04-01T17:18:02.194Z | Downloaded linear-map v1.2.0 |
| 664 | 2025-04-01T17:18:02.194Z | Downloaded cookie v0.18.1 |
| 665 | 2025-04-01T17:18:02.197Z | Downloaded embedded-io v0.6.1 |
| 666 | 2025-04-01T17:18:02.200Z | Downloaded serde_urlencoded v0.7.1 |
| 667 | 2025-04-01T17:18:02.200Z | Downloaded jobserver v0.1.32 |
| 668 | 2025-04-01T17:18:02.204Z | Downloaded futures-core v0.3.31 |
| 669 | 2025-04-01T17:18:02.204Z | Downloaded allocator-api2 v0.2.18 |
| 670 | 2025-04-01T17:18:02.207Z | Downloaded topological-sort v0.2.2 |
| 671 | 2025-04-01T17:18:02.211Z | Downloaded mime_guess v2.0.5 |
| 672 | 2025-04-01T17:18:02.211Z | Downloaded httpdate v1.0.3 |
| 673 | 2025-04-01T17:18:02.214Z | Downloaded mime v0.3.17 |
| 674 | 2025-04-01T17:18:02.214Z | Downloaded memmap2 v0.9.5 |
| 675 | 2025-04-01T17:18:02.217Z | Downloaded zerovec-derive v0.10.3 |
| 676 | 2025-04-01T17:18:02.217Z | Downloaded unicode-truncate v1.1.0 |
| 677 | 2025-04-01T17:18:02.220Z | Downloaded num-conv v0.1.0 |
| 678 | 2025-04-01T17:18:02.220Z | Downloaded futures-task v0.3.31 |
| 679 | 2025-04-01T17:18:02.224Z | Downloaded defmt-macros v0.3.9 |
| 680 | 2025-04-01T17:18:02.227Z | Downloaded tui-tree-widget v0.23.0 |
| 681 | 2025-04-01T17:18:02.227Z | Downloaded tls_codec_derive v0.4.1 |
| 682 | 2025-04-01T17:18:02.230Z | Downloaded rpassword v7.3.1 |
| 683 | 2025-04-01T17:18:02.230Z | Downloaded lock_api v0.4.12 |
| 684 | 2025-04-01T17:18:02.233Z | Downloaded typify-macro v0.2.0 |
| 685 | 2025-04-01T17:18:02.233Z | Downloaded whoami v1.5.2 |
| 686 | 2025-04-01T17:18:02.237Z | Downloaded smallvec v1.14.0 |
| 687 | 2025-04-01T17:18:02.240Z | Downloaded which v4.4.2 |
| 688 | 2025-04-01T17:18:02.240Z | Downloaded foreign-types-macros v0.2.3 |
| 689 | 2025-04-01T17:18:02.243Z | Downloaded foreign-types v0.5.0 |
| 690 | 2025-04-01T17:18:02.243Z | Downloaded ena v0.14.3 |
| 691 | 2025-04-01T17:18:02.246Z | Downloaded hyper-rustls v0.27.3 |
| 692 | 2025-04-01T17:18:02.246Z | Downloaded arc-swap v1.7.1 |
| 693 | 2025-04-01T17:18:02.250Z | Downloaded compact_str v0.8.0 |
| 694 | 2025-04-01T17:18:02.254Z | Downloaded native-tls v0.2.12 |
| 695 | 2025-04-01T17:18:02.257Z | Downloaded libsw v3.4.0 |
| 696 | 2025-04-01T17:18:02.260Z | Downloaded nanorand v0.7.0 |
| 697 | 2025-04-01T17:18:02.263Z | Downloaded crc-any v2.5.0 |
| 698 | 2025-04-01T17:18:02.263Z | Downloaded multer v3.1.0 |
| 699 | 2025-04-01T17:18:02.266Z | Downloaded litemap v0.7.3 |
| 700 | 2025-04-01T17:18:02.270Z | Downloaded const-oid v0.9.6 |
| 701 | 2025-04-01T17:18:02.274Z | Downloaded libloading v0.8.5 |
| 702 | 2025-04-01T17:18:02.274Z | Downloaded libefi-sys v0.1.0 |
| 703 | 2025-04-01T17:18:02.278Z | Downloaded chacha20poly1305 v0.10.1 |
| 704 | 2025-04-01T17:18:02.278Z | Downloaded dsl_auto_type v0.1.2 |
| 705 | 2025-04-01T17:18:02.281Z | Downloaded base64 v0.13.1 |
| 706 | 2025-04-01T17:18:02.281Z | Downloaded hash32 v0.3.1 |
| 707 | 2025-04-01T17:18:02.285Z | Downloaded ghash v0.5.1 |
| 708 | 2025-04-01T17:18:02.285Z | Downloaded tinyvec v1.8.0 |
| 709 | 2025-04-01T17:18:02.288Z | Downloaded icu_normalizer v1.5.0 |
| 710 | 2025-04-01T17:18:02.291Z | Downloaded unicode-xid v0.2.6 |
| 711 | 2025-04-01T17:18:02.295Z | Downloaded pem v3.0.5 |
| 712 | 2025-04-01T17:18:02.295Z | Downloaded itertools v0.10.5 |
| 713 | 2025-04-01T17:18:02.301Z | Downloaded secrecy v0.8.0 |
| 714 | 2025-04-01T17:18:02.304Z | Downloaded write16 v1.0.0 |
| 715 | 2025-04-01T17:18:02.304Z | Downloaded strum v0.26.3 |
| 716 | 2025-04-01T17:18:02.308Z | Downloaded pkg-config v0.3.31 |
| 717 | 2025-04-01T17:18:02.308Z | Downloaded test-strategy v0.4.0 |
| 718 | 2025-04-01T17:18:02.320Z | Downloaded signal-hook-mio v0.2.4 |
| 719 | 2025-04-01T17:18:02.323Z | Downloaded icu_provider v1.5.0 |
| 720 | 2025-04-01T17:18:02.326Z | Downloaded rustfmt-wrapper v0.2.1 |
| 721 | 2025-04-01T17:18:02.326Z | Downloaded rustc_version v0.4.1 |
| 722 | 2025-04-01T17:18:02.330Z | Downloaded rustc_version v0.1.7 |
| 723 | 2025-04-01T17:18:02.330Z | Downloaded psl-types v2.0.11 |
| 724 | 2025-04-01T17:18:02.330Z | Downloaded phf_shared v0.11.2 |
| 725 | 2025-04-01T17:18:02.333Z | Downloaded displaydoc v0.2.5 |
| 726 | 2025-04-01T17:18:02.337Z | Downloaded derive_builder_core v0.20.2 |
| 727 | 2025-04-01T17:18:02.337Z | Downloaded litrs v0.4.1 |
| 728 | 2025-04-01T17:18:02.340Z | Downloaded base64 v0.22.1 |
| 729 | 2025-04-01T17:18:02.344Z | Downloaded mockall_derive v0.13.1 |
| 730 | 2025-04-01T17:18:02.347Z | Downloaded darling_macro v0.20.10 |
| 731 | 2025-04-01T17:18:02.347Z | Downloaded crypto-bigint v0.5.5 |
| 732 | 2025-04-01T17:18:02.355Z | Downloaded radium v0.7.0 |
| 733 | 2025-04-01T17:18:02.358Z | Downloaded quinn-udp v0.5.5 |
| 734 | 2025-04-01T17:18:02.358Z | Downloaded num-integer v0.1.46 |
| 735 | 2025-04-01T17:18:02.362Z | Downloaded progenitor-client v0.8.0 |
| 736 | 2025-04-01T17:18:02.362Z | Downloaded indicatif v0.17.11 |
| 737 | 2025-04-01T17:18:02.365Z | Downloaded icu_properties v1.5.1 |
| 738 | 2025-04-01T17:18:02.368Z | Downloaded foreign-types-shared v0.3.1 |
| 739 | 2025-04-01T17:18:02.368Z | Downloaded foreign-types-shared v0.1.1 |
| 740 | 2025-04-01T17:18:02.371Z | Downloaded foreign-types v0.3.2 |
| 741 | 2025-04-01T17:18:02.371Z | Downloaded thread_local v1.1.8 |
| 742 | 2025-04-01T17:18:02.372Z | Downloaded tabled_derive v0.10.0 |
| 743 | 2025-04-01T17:18:02.375Z | Downloaded synstructure v0.13.1 |
| 744 | 2025-04-01T17:18:02.375Z | Downloaded slog-envlogger v2.2.0 |
| 745 | 2025-04-01T17:18:02.378Z | Downloaded signal-hook-registry v1.4.2 |
| 746 | 2025-04-01T17:18:02.378Z | Downloaded proc-macro-error2 v2.0.1 |
| 747 | 2025-04-01T17:18:02.381Z | Downloaded peg-runtime v0.8.5 |
| 748 | 2025-04-01T17:18:02.384Z | Downloaded headers-core v0.3.0 |
| 749 | 2025-04-01T17:18:02.384Z | Downloaded pkcs8 v0.10.2 |
| 750 | 2025-04-01T17:18:02.389Z | Downloaded fallible-iterator v0.2.0 |
| 751 | 2025-04-01T17:18:02.389Z | Downloaded sync_wrapper v1.0.1 |
| 752 | 2025-04-01T17:18:02.392Z | Downloaded wyz v0.5.1 |
| 753 | 2025-04-01T17:18:02.392Z | Downloaded pretty-hex v0.2.1 |
| 754 | 2025-04-01T17:18:02.392Z | Downloaded smf v0.2.3 |
| 755 | 2025-04-01T17:18:02.396Z | Downloaded parking_lot_core v0.8.6 |
| 756 | 2025-04-01T17:18:02.396Z | Downloaded foldhash v0.1.3 |
| 757 | 2025-04-01T17:18:02.399Z | Downloaded document-features v0.2.10 |
| 758 | 2025-04-01T17:18:02.399Z | Downloaded display-error-chain v0.2.2 |
| 759 | 2025-04-01T17:18:02.399Z | Downloaded zone v0.1.8 |
| 760 | 2025-04-01T17:18:02.402Z | Downloaded backtrace v0.3.74 |
| 761 | 2025-04-01T17:18:02.406Z | Downloaded dropshot_endpoint v0.16.0 |
| 762 | 2025-04-01T17:18:02.409Z | Downloaded untrusted v0.9.0 |
| 763 | 2025-04-01T17:18:02.412Z | Downloaded miniz_oxide v0.8.5 |
| 764 | 2025-04-01T17:18:02.416Z | Downloaded crossbeam-channel v0.5.13 |
| 765 | 2025-04-01T17:18:02.419Z | Downloaded const_format v0.2.34 |
| 766 | 2025-04-01T17:18:02.423Z | Downloaded olpc-cjson v0.1.4 |
| 767 | 2025-04-01T17:18:02.427Z | Downloaded hickory-client v0.24.4 |
| 768 | 2025-04-01T17:18:02.432Z | Downloaded cc v1.2.15 |
| 769 | 2025-04-01T17:18:02.435Z | Downloaded zone_cfg_derive v0.3.0 |
| 770 | 2025-04-01T17:18:02.435Z | Downloaded progenitor v0.9.1 |
| 771 | 2025-04-01T17:18:02.435Z | Downloaded progenitor v0.8.0 |
| 772 | 2025-04-01T17:18:02.439Z | Downloaded ppv-lite86 v0.2.20 |
| 773 | 2025-04-01T17:18:02.439Z | Downloaded phf v0.11.2 |
| 774 | 2025-04-01T17:18:02.442Z | Downloaded zone_cfg_derive v0.1.2 |
| 775 | 2025-04-01T17:18:02.442Z | Downloaded want v0.3.1 |
| 776 | 2025-04-01T17:18:02.442Z | Downloaded oso v0.27.3 |
| 777 | 2025-04-01T17:18:02.445Z | Downloaded take_mut v0.2.2 |
| 778 | 2025-04-01T17:18:02.448Z | Downloaded ed25519 v2.2.3 |
| 779 | 2025-04-01T17:18:02.448Z | Downloaded sqlformat v0.2.6 |
| 780 | 2025-04-01T17:18:02.451Z | Downloaded zip v0.6.6 |
| 781 | 2025-04-01T17:18:02.455Z | Downloaded packed_struct v0.10.1 |
| 782 | 2025-04-01T17:18:02.458Z | Downloaded hash32 v0.2.1 |
| 783 | 2025-04-01T17:18:02.458Z | Downloaded packed_struct_codegen v0.10.1 |
| 784 | 2025-04-01T17:18:02.461Z | Downloaded strum_macros v0.25.3 |
| 785 | 2025-04-01T17:18:02.464Z | Downloaded slog-bunyan v2.5.0 |
| 786 | 2025-04-01T17:18:02.464Z | Downloaded signal-hook-tokio v0.3.1 |
| 787 | 2025-04-01T17:18:02.468Z | Downloaded form_urlencoded v1.2.1 |
| 788 | 2025-04-01T17:18:02.468Z | Downloaded twox-hash v2.1.0 |
| 789 | 2025-04-01T17:18:02.471Z | Downloaded parking_lot v0.11.2 |
| 790 | 2025-04-01T17:18:02.474Z | Downloaded diff v0.1.13 |
| 791 | 2025-04-01T17:18:02.474Z | Downloaded float-ord v0.3.2 |
| 792 | 2025-04-01T17:18:02.477Z | Downloaded zone v0.3.0 |
| 793 | 2025-04-01T17:18:02.477Z | Downloaded slog v2.7.0 |
| 794 | 2025-04-01T17:18:02.480Z | Downloaded rusty-fork v0.3.0 |
| 795 | 2025-04-01T17:18:02.484Z | Downloaded rustversion v1.0.17 |
| 796 | 2025-04-01T17:18:02.487Z | Downloaded tokio-tungstenite v0.23.1 |
| 797 | 2025-04-01T17:18:02.487Z | Downloaded darling_core v0.20.10 |
| 798 | 2025-04-01T17:18:02.493Z | Downloaded unicase v2.7.0 |
| 799 | 2025-04-01T17:18:02.496Z | Downloaded aes v0.8.4 |
| 800 | 2025-04-01T17:18:02.499Z | Downloaded omicron-zone-package v0.12.0 |
| 801 | 2025-04-01T17:18:02.503Z | Downloaded tower-layer v0.3.3 |
| 802 | 2025-04-01T17:18:02.503Z | Downloaded signature v2.2.0 |
| 803 | 2025-04-01T17:18:02.507Z | Downloaded signal-hook v0.3.17 |
| 804 | 2025-04-01T17:18:02.507Z | Downloaded openssl-macros v0.1.1 |
| 805 | 2025-04-01T17:18:02.510Z | Downloaded flagset v0.4.6 |
| 806 | 2025-04-01T17:18:02.510Z | Downloaded data-encoding v2.6.0 |
| 807 | 2025-04-01T17:18:02.513Z | Downloaded darling v0.20.10 |
| 808 | 2025-04-01T17:18:02.516Z | Downloaded smallvec v0.6.14 |
| 809 | 2025-04-01T17:18:02.520Z | Downloaded pkcs5 v0.7.1 |
| 810 | 2025-04-01T17:18:02.524Z | Downloaded tokio-rustls v0.25.0 |
| 811 | 2025-04-01T17:18:02.524Z | Downloaded strum_macros v0.26.4 |
| 812 | 2025-04-01T17:18:02.527Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 813 | 2025-04-01T17:18:02.527Z | Downloaded fatfs v0.3.6 |
| 814 | 2025-04-01T17:18:02.530Z | Downloaded minimal-lexical v0.2.1 |
| 815 | 2025-04-01T17:18:02.534Z | Downloaded percent-encoding v2.3.1 |
| 816 | 2025-04-01T17:18:02.538Z | Downloaded typify v0.2.0 |
| 817 | 2025-04-01T17:18:02.541Z | Downloaded tabwriter v1.4.0 |
| 818 | 2025-04-01T17:18:02.541Z | Downloaded peg v0.8.5 |
| 819 | 2025-04-01T17:18:02.545Z | Downloaded number_prefix v0.4.0 |
| 820 | 2025-04-01T17:18:02.548Z | Downloaded num_threads v0.1.7 |
| 821 | 2025-04-01T17:18:02.548Z | Downloaded fxhash v0.2.1 |
| 822 | 2025-04-01T17:18:02.548Z | Downloaded russh-cryptovec v0.7.3 |
| 823 | 2025-04-01T17:18:02.551Z | Downloaded pin-project-lite v0.2.14 |
| 824 | 2025-04-01T17:18:02.554Z | Downloaded rustc-hash v2.1.1 |
| 825 | 2025-04-01T17:18:02.558Z | Downloaded num-rational v0.4.2 |
| 826 | 2025-04-01T17:18:02.558Z | Downloaded parking_lot v0.12.3 |
| 827 | 2025-04-01T17:18:02.561Z | Downloaded termtree v0.4.1 |
| 828 | 2025-04-01T17:18:02.561Z | Downloaded num_enum_derive v0.5.11 |
| 829 | 2025-04-01T17:18:02.564Z | Downloaded tokio-tungstenite v0.21.0 |
| 830 | 2025-04-01T17:18:02.568Z | Downloaded fragile v2.0.0 |
| 831 | 2025-04-01T17:18:02.568Z | Downloaded float-cmp v0.10.0 |
| 832 | 2025-04-01T17:18:02.571Z | Downloaded enum-as-inner v0.6.1 |
| 833 | 2025-04-01T17:18:02.571Z | Downloaded pbkdf2 v0.12.2 |
| 834 | 2025-04-01T17:18:02.574Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 835 | 2025-04-01T17:18:02.574Z | Downloaded progenitor-impl v0.9.1 |
| 836 | 2025-04-01T17:18:02.578Z | Downloaded mio v1.0.2 |
| 837 | 2025-04-01T17:18:02.582Z | Downloaded structmeta v0.3.0 |
| 838 | 2025-04-01T17:18:02.586Z | Downloaded progenitor-impl v0.8.0 |
| 839 | 2025-04-01T17:18:02.589Z | Downloaded slog-dtrace v0.3.0 |
| 840 | 2025-04-01T17:18:02.589Z | Downloaded zeroize_derive v1.4.2 |
| 841 | 2025-04-01T17:18:02.589Z | Downloaded yoke-derive v0.7.4 |
| 842 | 2025-04-01T17:18:02.589Z | Downloaded vte_generate_state_changes v0.1.2 |
| 843 | 2025-04-01T17:18:02.592Z | Downloaded globset v0.4.15 |
| 844 | 2025-04-01T17:18:02.592Z | Downloaded difflib v0.4.0 |
| 845 | 2025-04-01T17:18:02.596Z | Downloaded num v0.4.3 |
| 846 | 2025-04-01T17:18:02.596Z | Downloaded heck v0.3.3 |
| 847 | 2025-04-01T17:18:02.596Z | Downloaded russh-keys v0.45.0 |
| 848 | 2025-04-01T17:18:02.600Z | Downloaded embedded-io v0.4.0 |
| 849 | 2025-04-01T17:18:02.603Z | Downloaded fixedbitset v0.4.2 |
| 850 | 2025-04-01T17:18:02.603Z | Downloaded peg-macros v0.8.5 |
| 851 | 2025-04-01T17:18:02.606Z | Downloaded tokio-rustls v0.26.0 |
| 852 | 2025-04-01T17:18:02.609Z | Downloaded flume v0.11.1 |
| 853 | 2025-04-01T17:18:02.612Z | Downloaded papergrid v0.14.0 |
| 854 | 2025-04-01T17:18:02.616Z | Downloaded zerofrom v0.1.4 |
| 855 | 2025-04-01T17:18:02.619Z | Downloaded password-hash v0.5.0 |
| 856 | 2025-04-01T17:18:02.622Z | Downloaded num_enum v0.5.11 |
| 857 | 2025-04-01T17:18:02.626Z | Downloaded rustc-demangle v0.1.24 |
| 858 | 2025-04-01T17:18:02.629Z | Downloaded gethostname v0.5.0 |
| 859 | 2025-04-01T17:18:02.629Z | Downloaded newtype_derive v0.1.6 |
| 860 | 2025-04-01T17:18:02.632Z | Downloaded parse-display v0.10.0 |
| 861 | 2025-04-01T17:18:02.632Z | Downloaded rand_chacha v0.3.1 |
| 862 | 2025-04-01T17:18:02.632Z | Downloaded zerocopy-derive v0.8.10 |
| 863 | 2025-04-01T17:18:02.639Z | Downloaded slog-async v2.8.0 |
| 864 | 2025-04-01T17:18:02.642Z | Downloaded proc-macro-crate v1.3.1 |
| 865 | 2025-04-01T17:18:02.642Z | Downloaded half v2.4.1 |
| 866 | 2025-04-01T17:18:02.645Z | Downloaded serde_path_to_error v0.1.16 |
| 867 | 2025-04-01T17:18:02.648Z | Downloaded path-slash v0.1.5 |
| 868 | 2025-04-01T17:18:02.651Z | Downloaded serde_with_macros v3.12.0 |
| 869 | 2025-04-01T17:18:02.651Z | Downloaded serde_derive_internals v0.29.1 |
| 870 | 2025-04-01T17:18:02.654Z | Downloaded tower-service v0.3.3 |
| 871 | 2025-04-01T17:18:02.655Z | Downloaded rand_seeder v0.3.0 |
| 872 | 2025-04-01T17:18:02.658Z | Downloaded stable_deref_trait v1.2.0 |
| 873 | 2025-04-01T17:18:02.658Z | Downloaded wait-timeout v0.2.0 |
| 874 | 2025-04-01T17:18:02.662Z | Downloaded termios v0.3.3 |
| 875 | 2025-04-01T17:18:02.662Z | Downloaded termcolor v1.4.1 |
| 876 | 2025-04-01T17:18:02.669Z | Downloaded zeroize v1.8.1 |
| 877 | 2025-04-01T17:18:02.669Z | Downloaded zerofrom-derive v0.1.4 |
| 878 | 2025-04-01T17:18:02.669Z | Downloaded diesel_derives v2.2.3 |
| 879 | 2025-04-01T17:18:02.673Z | Downloaded bytes v1.10.1 |
| 880 | 2025-04-01T17:18:02.676Z | Downloaded fixedbitset v0.5.7 |
| 881 | 2025-04-01T17:18:02.677Z | Downloaded diesel-dtrace v0.4.2 |
| 882 | 2025-04-01T17:18:02.680Z | Downloaded bumpalo v3.16.0 |
| 883 | 2025-04-01T17:18:02.683Z | Downloaded untrusted v0.7.1 |
| 884 | 2025-04-01T17:18:02.683Z | Downloaded aes-gcm v0.10.3 |
| 885 | 2025-04-01T17:18:02.686Z | Downloaded base64 v0.21.7 |
| 886 | 2025-04-01T17:18:02.691Z | Downloaded waitgroup v0.1.2 |
| 887 | 2025-04-01T17:18:02.695Z | Downloaded derive_builder v0.20.2 |
| 888 | 2025-04-01T17:18:02.698Z | Downloaded filetime v0.2.25 |
| 889 | 2025-04-01T17:18:02.701Z | Downloaded xattr v1.3.1 |
| 890 | 2025-04-01T17:18:02.701Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 891 | 2025-04-01T17:18:02.705Z | Downloaded openssl-probe v0.1.5 |
| 892 | 2025-04-01T17:18:02.705Z | Downloaded getrandom v0.2.15 |
| 893 | 2025-04-01T17:18:02.708Z | Downloaded pin-utils v0.1.0 |
| 894 | 2025-04-01T17:18:02.721Z | Downloaded nodrop v0.1.14 |
| 895 | 2025-04-01T17:18:02.721Z | Downloaded nibble_vec v0.1.0 |
| 896 | 2025-04-01T17:18:02.721Z | Downloaded time-core v0.1.2 |
| 897 | 2025-04-01T17:18:02.721Z | Downloaded aho-corasick v1.1.3 |
| 898 | 2025-04-01T17:18:02.721Z | Downloaded termtree v0.5.1 |
| 899 | 2025-04-01T17:18:02.724Z | Downloaded primeorder v0.13.6 |
| 900 | 2025-04-01T17:18:02.724Z | Downloaded uzers v0.12.1 |
| 901 | 2025-04-01T17:18:02.724Z | Downloaded phf_generator v0.11.2 |
| 902 | 2025-04-01T17:18:02.728Z | Downloaded phf_codegen v0.11.2 |
| 903 | 2025-04-01T17:18:02.728Z | Downloaded rustls-pki-types v1.10.0 |
| 904 | 2025-04-01T17:18:02.731Z | Downloaded same-file v1.0.6 |
| 905 | 2025-04-01T17:18:02.734Z | Downloaded resolv-conf v0.7.0 |
| 906 | 2025-04-01T17:18:02.734Z | Downloaded zip v2.1.3 |
| 907 | 2025-04-01T17:18:02.739Z | Downloaded slab v0.4.9 |
| 908 | 2025-04-01T17:18:02.742Z | Downloaded pbkdf2 v0.11.0 |
| 909 | 2025-04-01T17:18:02.746Z | Downloaded sha1 v0.10.6 |
| 910 | 2025-04-01T17:18:02.746Z | Downloaded oso-derive v0.27.3 |
| 911 | 2025-04-01T17:18:02.749Z | Downloaded strip-ansi-escapes v0.2.0 |
| 912 | 2025-04-01T17:18:02.749Z | Downloaded slog-json v2.6.1 |
| 913 | 2025-04-01T17:18:02.749Z | Downloaded siphasher v0.3.11 |
| 914 | 2025-04-01T17:18:02.753Z | Downloaded simd-adler32 v0.3.7 |
| 915 | 2025-04-01T17:18:02.753Z | Downloaded thiserror-no-std v2.0.2 |
| 916 | 2025-04-01T17:18:02.757Z | Downloaded zopfli v0.8.1 |
| 917 | 2025-04-01T17:18:02.760Z | Downloaded schemars_derive v0.8.22 |
| 918 | 2025-04-01T17:18:02.763Z | Downloaded url v2.5.3 |
| 919 | 2025-04-01T17:18:02.767Z | Downloaded daft v0.1.2 |
| 920 | 2025-04-01T17:18:02.770Z | Downloaded zerocopy v0.6.6 |
| 921 | 2025-04-01T17:18:02.770Z | Downloaded dirs-next v2.0.0 |
| 922 | 2025-04-01T17:18:02.773Z | Downloaded rustyline v14.0.0 |
| 923 | 2025-04-01T17:18:02.777Z | Downloaded getrandom v0.3.1 |
| 924 | 2025-04-01T17:18:02.782Z | Downloaded libm v0.2.8 |
| 925 | 2025-04-01T17:18:02.789Z | Downloaded rfc6979 v0.4.0 |
| 926 | 2025-04-01T17:18:02.792Z | Downloaded env_logger v0.10.2 |
| 927 | 2025-04-01T17:18:02.795Z | Downloaded glob v0.3.2 |
| 928 | 2025-04-01T17:18:02.800Z | Downloaded des v0.8.1 |
| 929 | 2025-04-01T17:18:02.800Z | Downloaded rand v0.8.5 |
| 930 | 2025-04-01T17:18:02.803Z | Downloaded libxml v0.3.3 |
| 931 | 2025-04-01T17:18:02.808Z | Downloaded num-bigint-dig v0.8.4 |
| 932 | 2025-04-01T17:18:02.813Z | Downloaded utf16_iter v1.0.5 |
| 933 | 2025-04-01T17:18:02.816Z | Downloaded unicode-bidi v0.3.17 |
| 934 | 2025-04-01T17:18:02.819Z | Downloaded typed-path v0.9.3 |
| 935 | 2025-04-01T17:18:02.825Z | Downloaded debug-ignore v1.0.5 |
| 936 | 2025-04-01T17:18:02.828Z | Downloaded ref-cast-impl v1.0.23 |
| 937 | 2025-04-01T17:18:02.828Z | Downloaded elliptic-curve v0.13.8 |
| 938 | 2025-04-01T17:18:02.831Z | Downloaded dunce v1.0.5 |
| 939 | 2025-04-01T17:18:02.835Z | Downloaded yoke v0.7.4 |
| 940 | 2025-04-01T17:18:02.835Z | Downloaded toml v0.7.8 |
| 941 | 2025-04-01T17:18:02.838Z | Downloaded tokio-stream v0.1.17 |
| 942 | 2025-04-01T17:18:02.843Z | Downloaded predicates-tree v1.0.11 |
| 943 | 2025-04-01T17:18:02.846Z | Downloaded derive-where v1.2.7 |
| 944 | 2025-04-01T17:18:02.851Z | Downloaded downcast v0.11.0 |
| 945 | 2025-04-01T17:18:02.854Z | Downloaded pretty_assertions v1.4.1 |
| 946 | 2025-04-01T17:18:02.854Z | Downloaded fs_extra v1.3.0 |
| 947 | 2025-04-01T17:18:02.857Z | Downloaded daft-derive v0.1.2 |
| 948 | 2025-04-01T17:18:02.860Z | Downloaded progenitor-macro v0.8.0 |
| 949 | 2025-04-01T17:18:02.860Z | Downloaded powerfmt v0.2.0 |
| 950 | 2025-04-01T17:18:02.863Z | Downloaded parking_lot_core v0.9.10 |
| 951 | 2025-04-01T17:18:02.867Z | Downloaded ed25519-dalek v2.1.1 |
| 952 | 2025-04-01T17:18:02.870Z | Downloaded progenitor-macro v0.9.1 |
| 953 | 2025-04-01T17:18:02.870Z | Downloaded postgres-protocol v0.6.8 |
| 954 | 2025-04-01T17:18:02.873Z | Downloaded strum_macros v0.24.3 |
| 955 | 2025-04-01T17:18:02.873Z | Downloaded x509-cert v0.2.5 |
| 956 | 2025-04-01T17:18:02.879Z | Downloaded tap v1.0.1 |
| 957 | 2025-04-01T17:18:02.882Z | Downloaded string_cache v0.8.7 |
| 958 | 2025-04-01T17:18:02.882Z | Downloaded structmeta-derive v0.3.0 |
| 959 | 2025-04-01T17:18:02.885Z | Downloaded normalize-line-endings v0.3.0 |
| 960 | 2025-04-01T17:18:02.885Z | Downloaded slog-term v2.9.1 |
| 961 | 2025-04-01T17:18:02.889Z | Downloaded parse-size v1.1.0 |
| 962 | 2025-04-01T17:18:02.889Z | Downloaded utf8_iter v1.0.4 |
| 963 | 2025-04-01T17:18:02.892Z | Downloaded stringprep v0.1.5 |
| 964 | 2025-04-01T17:18:02.892Z | Downloaded rand v0.9.0 |
| 965 | 2025-04-01T17:18:02.896Z | Downloaded time-macros v0.2.18 |
| 966 | 2025-04-01T17:18:02.899Z | Downloaded either v1.14.0 |
| 967 | 2025-04-01T17:18:02.902Z | Downloaded deranged v0.3.11 |
| 968 | 2025-04-01T17:18:02.902Z | Downloaded tracing v0.1.40 |
| 969 | 2025-04-01T17:18:02.906Z | Downloaded futures-sink v0.3.31 |
| 970 | 2025-04-01T17:18:02.909Z | Downloaded ssh-key v0.6.6 |
| 971 | 2025-04-01T17:18:02.915Z | Downloaded predicates-core v1.0.8 |
| 972 | 2025-04-01T17:18:02.918Z | Downloaded aws-lc-rs v1.12.4 |
| 973 | 2025-04-01T17:18:02.926Z | Downloaded utf-8 v0.7.6 |
| 974 | 2025-04-01T17:18:02.929Z | Downloaded tinystr v0.7.6 |
| 975 | 2025-04-01T17:18:02.929Z | Downloaded predicates v3.1.3 |
| 976 | 2025-04-01T17:18:02.932Z | Downloaded fd-lock v4.0.2 |
| 977 | 2025-04-01T17:18:02.935Z | Downloaded blake3 v1.5.4 |
| 978 | 2025-04-01T17:18:02.943Z | Downloaded sigpipe v0.1.3 |
| 979 | 2025-04-01T17:18:02.946Z | Downloaded rustls-pemfile v2.2.0 |
| 980 | 2025-04-01T17:18:02.946Z | Downloaded flate2 v1.1.0 |
| 981 | 2025-04-01T17:18:02.952Z | Downloaded precomputed-hash v0.1.1 |
| 982 | 2025-04-01T17:18:02.955Z | Downloaded opaque-debug v0.3.1 |
| 983 | 2025-04-01T17:18:02.955Z | Downloaded futures-channel v0.3.31 |
| 984 | 2025-04-01T17:18:02.958Z | Downloaded defmt v0.3.8 |
| 985 | 2025-04-01T17:18:02.962Z | Downloaded tokio-macros v2.5.0 |
| 986 | 2025-04-01T17:18:02.962Z | Downloaded tokio-native-tls v0.3.1 |
| 987 | 2025-04-01T17:18:02.965Z | Downloaded toml_edit v0.19.15 |
| 988 | 2025-04-01T17:18:02.980Z | Downloaded shell-words v1.1.0 |
| 989 | 2025-04-01T17:18:02.984Z | Downloaded derive_builder_macro v0.20.2 |
| 990 | 2025-04-01T17:18:02.984Z | Downloaded paste v1.0.15 |
| 991 | 2025-04-01T17:18:02.987Z | Downloaded publicsuffix v2.3.0 |
| 992 | 2025-04-01T17:18:02.990Z | Downloaded ecdsa v0.16.9 |
| 993 | 2025-04-01T17:18:02.990Z | Downloaded vergen v8.3.2 |
| 994 | 2025-04-01T17:18:02.993Z | Downloaded serde_yaml v0.9.34+deprecated |
| 995 | 2025-04-01T17:18:02.996Z | Downloaded vsss-rs v3.3.4 |
| 996 | 2025-04-01T17:18:03.000Z | Downloaded quinn v0.11.5 |
| 997 | 2025-04-01T17:18:03.004Z | Downloaded phf_shared v0.10.0 |
| 998 | 2025-04-01T17:18:03.004Z | Downloaded dirs-sys-next v0.1.2 |
| 999 | 2025-04-01T17:18:03.007Z | Downloaded dropshot_endpoint v0.12.0 |
| 1000 | 2025-04-01T17:18:03.010Z | Downloaded postcard v1.0.10 |
| 1001 | 2025-04-01T17:18:03.010Z | Downloaded xz2 v0.1.7 |
| 1002 | 2025-04-01T17:18:03.013Z | Downloaded env_logger v0.11.5 |
| 1003 | 2025-04-01T17:18:03.017Z | Downloaded term v0.7.0 |
| 1004 | 2025-04-01T17:18:03.020Z | Downloaded oxnet v0.1.1 |
| 1005 | 2025-04-01T17:18:03.021Z | Downloaded spin v0.9.8 |
| 1006 | 2025-04-01T17:18:03.024Z | Downloaded hashbrown v0.12.3 |
| 1007 | 2025-04-01T17:18:03.027Z | Downloaded futures-io v0.3.31 |
| 1008 | 2025-04-01T17:18:03.030Z | Downloaded ron v0.8.1 |
| 1009 | 2025-04-01T17:18:03.034Z | Downloaded tower v0.5.2 |
| 1010 | 2025-04-01T17:18:03.043Z | Downloaded futures-executor v0.3.31 |
| 1011 | 2025-04-01T17:18:03.046Z | Downloaded universal-hash v0.5.1 |
| 1012 | 2025-04-01T17:18:03.046Z | Downloaded unarray v0.1.4 |
| 1013 | 2025-04-01T17:18:03.049Z | Downloaded unicode_categories v0.1.1 |
| 1014 | 2025-04-01T17:18:03.052Z | Downloaded serde_with v3.12.0 |
| 1015 | 2025-04-01T17:18:03.059Z | Downloaded group v0.13.0 |
| 1016 | 2025-04-01T17:18:03.062Z | Downloaded static_assertions v1.1.0 |
| 1017 | 2025-04-01T17:18:03.062Z | Downloaded sqlparser v0.45.0 |
| 1018 | 2025-04-01T17:18:03.068Z | Downloaded scopeguard v1.2.0 |
| 1019 | 2025-04-01T17:18:03.073Z | Downloaded futures-macro v0.3.31 |
| 1020 | 2025-04-01T17:18:03.073Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2025-04-01T17:18:03.073Z | Downloaded rayon-core v1.12.1 |
| 1022 | 2025-04-01T17:18:03.076Z | Downloaded unicode-segmentation v1.12.0 |
| 1023 | 2025-04-01T17:18:03.079Z | Downloaded qorb v0.2.1 |
| 1024 | 2025-04-01T17:18:03.084Z | Downloaded shlex v1.3.0 |
| 1025 | 2025-04-01T17:18:03.087Z | Downloaded snafu v0.8.5 |
| 1026 | 2025-04-01T17:18:03.090Z | Downloaded rustls-pemfile v1.0.4 |
| 1027 | 2025-04-01T17:18:03.095Z | Downloaded nu-ansi-term v0.50.1 |
| 1028 | 2025-04-01T17:18:03.098Z | Downloaded spki v0.7.3 |
| 1029 | 2025-04-01T17:18:03.098Z | Downloaded typify-macro v0.3.0 |
| 1030 | 2025-04-01T17:18:03.098Z | Downloaded rsa v0.9.6 |
| 1031 | 2025-04-01T17:18:03.103Z | Downloaded zerovec v0.10.4 |
| 1032 | 2025-04-01T17:18:03.111Z | Downloaded unicode-normalization v0.1.24 |
| 1033 | 2025-04-01T17:18:03.114Z | Downloaded num-traits v0.2.19 |
| 1034 | 2025-04-01T17:18:03.117Z | Downloaded polyval v0.6.2 |
| 1035 | 2025-04-01T17:18:03.121Z | Downloaded walkdir v2.5.0 |
| 1036 | 2025-04-01T17:18:03.121Z | Downloaded p256 v0.13.2 |
| 1037 | 2025-04-01T17:18:03.124Z | Downloaded der_derive v0.7.3 |
| 1038 | 2025-04-01T17:18:03.127Z | Downloaded password-hash v0.4.2 |
| 1039 | 2025-04-01T17:18:03.127Z | Downloaded defmt-parser v0.3.4 |
| 1040 | 2025-04-01T17:18:03.130Z | Downloaded tokio-rustls v0.24.1 |
| 1041 | 2025-04-01T17:18:03.130Z | Downloaded tar v0.4.44 |
| 1042 | 2025-04-01T17:18:03.134Z | Downloaded russh v0.45.0 |
| 1043 | 2025-04-01T17:18:03.139Z | Downloaded chrono v0.4.40 |
| 1044 | 2025-04-01T17:18:03.147Z | Downloaded rand_core v0.6.4 |
| 1045 | 2025-04-01T17:18:03.150Z | Downloaded samael v0.0.18 |
| 1046 | 2025-04-01T17:18:03.154Z | Downloaded bindgen v0.71.1 |
| 1047 | 2025-04-01T17:18:03.164Z | Downloaded poly1305 v0.8.0 |
| 1048 | 2025-04-01T17:18:03.167Z | Downloaded vte v0.11.1 |
| 1049 | 2025-04-01T17:18:03.171Z | Downloaded tracing-core v0.1.32 |
| 1050 | 2025-04-01T17:18:03.171Z | Downloaded prettyplease v0.2.30 |
| 1051 | 2025-04-01T17:18:03.174Z | Downloaded tough v0.20.0 |
| 1052 | 2025-04-01T17:18:03.183Z | Downloaded tracing-attributes v0.1.27 |
| 1053 | 2025-04-01T17:18:03.186Z | Downloaded num-iter v0.1.45 |
| 1054 | 2025-04-01T17:18:03.189Z | Downloaded quinn-proto v0.11.8 |
| 1055 | 2025-04-01T17:18:03.193Z | Downloaded salty v0.3.0 |
| 1056 | 2025-04-01T17:18:03.201Z | Downloaded schemars v0.8.22 |
| 1057 | 2025-04-01T17:18:03.212Z | Downloaded pin-project v1.1.6 |
| 1058 | 2025-04-01T17:18:03.225Z | Downloaded der v0.7.9 |
| 1059 | 2025-04-01T17:18:03.229Z | Downloaded rcgen v0.12.1 |
| 1060 | 2025-04-01T17:18:03.232Z | Downloaded socket2 v0.5.8 |
| 1061 | 2025-04-01T17:18:03.235Z | Downloaded winnow v0.5.40 |
| 1062 | 2025-04-01T17:18:03.243Z | Downloaded tokio-postgres v0.7.13 |
| 1063 | 2025-04-01T17:18:03.248Z | Downloaded derive_more v0.99.19 |
| 1064 | 2025-04-01T17:18:03.254Z | Downloaded portable-atomic v1.9.0 |
| 1065 | 2025-04-01T17:18:03.261Z | Downloaded unsafe-libyaml v0.2.11 |
| 1066 | 2025-04-01T17:18:03.265Z | Downloaded nom v7.1.3 |
| 1067 | 2025-04-01T17:18:03.271Z | Downloaded rustls-webpki v0.101.7 |
| 1068 | 2025-04-01T17:18:03.285Z | Downloaded webpki-roots v0.26.6 |
| 1069 | 2025-04-01T17:18:03.289Z | Downloaded tabled v0.18.0 |
| 1070 | 2025-04-01T17:18:03.307Z | Downloaded yansi v1.0.1 |
| 1071 | 2025-04-01T17:18:03.310Z | Downloaded winnow v0.6.20 |
| 1072 | 2025-04-01T17:18:03.320Z | Downloaded futures-util v0.3.31 |
| 1073 | 2025-04-01T17:18:03.331Z | Downloaded parse-zoneinfo v0.3.1 |
| 1074 | 2025-04-01T17:18:03.334Z | Downloaded reqwest v0.12.12 |
| 1075 | 2025-04-01T17:18:03.343Z | Downloaded vcpkg v0.2.15 |
| 1076 | 2025-04-01T17:18:03.382Z | Downloaded steno v0.4.1 |
| 1077 | 2025-04-01T17:18:03.385Z | Downloaded h2 v0.4.6 |
| 1078 | 2025-04-01T17:18:03.392Z | Downloaded rustls-webpki v0.102.8 |
| 1079 | 2025-04-01T17:18:03.411Z | Downloaded rayon v1.10.0 |
| 1080 | 2025-04-01T17:18:03.419Z | Downloaded openssl v0.10.71 |
| 1081 | 2025-04-01T17:18:03.430Z | Downloaded regex-syntax v0.6.29 |
| 1082 | 2025-04-01T17:18:03.437Z | Downloaded gimli v0.31.1 |
| 1083 | 2025-04-01T17:18:03.446Z | Downloaded rustls v0.21.12 |
| 1084 | 2025-04-01T17:18:03.460Z | Downloaded reedline v0.38.0 |
| 1085 | 2025-04-01T17:18:03.465Z | Downloaded rustls v0.23.19 |
| 1086 | 2025-04-01T17:18:03.478Z | Downloaded bstr v1.10.0 |
| 1087 | 2025-04-01T17:18:03.489Z | Downloaded object v0.36.5 |
| 1088 | 2025-04-01T17:18:03.501Z | Downloaded regex-syntax v0.8.5 |
| 1089 | 2025-04-01T17:18:03.511Z | Downloaded petname v2.0.2 |
| 1090 | 2025-04-01T17:18:03.519Z | Downloaded zerocopy v0.8.10 |
| 1091 | 2025-04-01T17:18:03.540Z | Downloaded nix v0.29.0 |
| 1092 | 2025-04-01T17:18:03.551Z | Downloaded git2 v0.19.0 |
| 1093 | 2025-04-01T17:18:03.559Z | Downloaded radix_trie v0.2.1 |
| 1094 | 2025-04-01T17:18:03.564Z | Downloaded diesel v2.2.8 |
| 1095 | 2025-04-01T17:18:03.584Z | Downloaded nix v0.27.1 |
| 1096 | 2025-04-01T17:18:03.595Z | Downloaded rustls v0.22.4 |
| 1097 | 2025-04-01T17:18:03.609Z | Downloaded p384 v0.13.0 |
| 1098 | 2025-04-01T17:18:03.615Z | Downloaded smoltcp v0.9.1 |
| 1099 | 2025-04-01T17:18:03.626Z | Downloaded curve25519-dalek v4.1.3 |
| 1100 | 2025-04-01T17:18:03.635Z | Downloaded openapiv3 v2.0.0 |
| 1101 | 2025-04-01T17:18:03.648Z | Downloaded quick-xml v0.37.2 |
| 1102 | 2025-04-01T17:18:03.654Z | Downloaded sled v0.34.7 |
| 1103 | 2025-04-01T17:18:03.665Z | Downloaded chrono-tz v0.10.1 |
| 1104 | 2025-04-01T17:18:03.672Z | Downloaded nix v0.28.0 |
| 1105 | 2025-04-01T17:18:03.685Z | Downloaded regress v0.10.3 |
| 1106 | 2025-04-01T17:18:03.693Z | Downloaded regex v1.11.1 |
| 1107 | 2025-04-01T17:18:03.707Z | Downloaded object v0.30.4 |
| 1108 | 2025-04-01T17:18:03.717Z | Downloaded zerocopy-derive v0.6.6 |
| 1109 | 2025-04-01T17:18:03.727Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1110 | 2025-04-01T17:18:03.740Z | Downloaded dropshot v0.16.0 |
| 1111 | 2025-04-01T17:18:03.761Z | Downloaded typify-impl v0.2.0 |
| 1112 | 2025-04-01T17:18:03.777Z | Downloaded smoltcp v0.11.0 |
| 1113 | 2025-04-01T17:18:03.789Z | Downloaded dropshot v0.12.0 |
| 1114 | 2025-04-01T17:18:03.809Z | Downloaded typify-impl v0.3.0 |
| 1115 | 2025-04-01T17:18:03.825Z | Downloaded hickory-proto v0.24.4 |
| 1116 | 2025-04-01T17:18:03.840Z | Downloaded polar-core v0.27.3 |
| 1117 | 2025-04-01T17:18:03.849Z | Downloaded ratatui v0.29.0 |
| 1118 | 2025-04-01T17:18:03.869Z | Downloaded unicode-width v0.2.0 |
| 1119 | 2025-04-01T17:18:03.875Z | Downloaded csv v1.3.1 |
| 1120 | 2025-04-01T17:18:03.895Z | Downloaded tokio v1.43.0 |
| 1121 | 2025-04-01T17:18:03.937Z | Downloaded time v0.3.36 |
| 1122 | 2025-04-01T17:18:03.958Z | Downloaded lalrpop v0.19.12 |
| 1123 | 2025-04-01T17:18:03.959Z | Downloaded icu_properties_data v1.5.0 |
| 1124 | 2025-04-01T17:18:03.963Z | Downloaded expectorate v1.1.0 |
| 1125 | 2025-04-01T17:18:03.966Z | Downloaded futures v0.3.31 |
| 1126 | 2025-04-01T17:18:03.969Z | Downloaded heapless v0.8.0 |
| 1127 | 2025-04-01T17:18:03.972Z | Downloaded heapless v0.7.17 |
| 1128 | 2025-04-01T17:18:03.976Z | Downloaded p521 v0.13.3 |
| 1129 | 2025-04-01T17:18:03.979Z | Downloaded bindgen v0.69.5 |
| 1130 | 2025-04-01T17:18:03.987Z | Downloaded bitvec v1.0.1 |
| 1131 | 2025-04-01T17:18:04.002Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1132 | 2025-04-01T17:18:04.005Z | Downloaded parse-display-derive v0.10.0 |
| 1133 | 2025-04-01T17:18:04.006Z | Downloaded owo-colors v4.2.0 |
| 1134 | 2025-04-01T17:18:04.009Z | Downloaded regex-automata v0.4.8 |
| 1135 | 2025-04-01T17:18:04.024Z | Downloaded petgraph v0.6.5 |
| 1136 | 2025-04-01T17:18:04.042Z | Downloaded lzma-sys v0.1.20 |
| 1137 | 2025-04-01T17:18:04.071Z | Downloaded slog-stdlog v4.1.1 |
| 1138 | 2025-04-01T17:18:04.074Z | Downloaded petgraph v0.7.1 |
| 1139 | 2025-04-01T17:18:04.090Z | Downloaded libz-sys v1.1.20 |
| 1140 | 2025-04-01T17:18:04.111Z | Downloaded postgres-types v0.2.9 |
| 1141 | 2025-04-01T17:18:04.114Z | Downloaded num-bigint v0.4.6 |
| 1142 | 2025-04-01T17:18:04.118Z | Downloaded itertools v0.13.0 |
| 1143 | 2025-04-01T17:18:04.125Z | Downloaded tokio-util v0.7.13 |
| 1144 | 2025-04-01T17:18:04.131Z | Downloaded proptest v1.6.0 |
| 1145 | 2025-04-01T17:18:04.141Z | Downloaded tungstenite v0.23.0 |
| 1146 | 2025-04-01T17:18:04.144Z | Downloaded tungstenite v0.21.0 |
| 1147 | 2025-04-01T17:18:04.148Z | Downloaded hyper v1.6.0 |
| 1148 | 2025-04-01T17:18:04.154Z | Downloaded scrypt v0.11.0 |
| 1149 | 2025-04-01T17:18:04.157Z | Downloaded funty v2.0.0 |
| 1150 | 2025-04-01T17:18:04.157Z | Downloaded ron v0.7.1 |
| 1151 | 2025-04-01T17:18:04.161Z | Downloaded encoding_rs v0.8.34 |
| 1152 | 2025-04-01T17:18:04.183Z | Downloaded openssl-sys v0.9.106 |
| 1153 | 2025-04-01T17:18:04.187Z | Downloaded sha3 v0.10.8 |
| 1154 | 2025-04-01T17:18:04.192Z | Downloaded env_filter v0.1.2 |
| 1155 | 2025-04-01T17:18:04.195Z | Downloaded tiny-keccak v2.0.2 |
| 1156 | 2025-04-01T17:18:04.198Z | Downloaded ff v0.13.0 |
| 1157 | 2025-04-01T17:18:04.198Z | Downloaded dyn-clone v1.0.19 |
| 1158 | 2025-04-01T17:18:04.199Z | Downloaded yasna v0.5.2 |
| 1159 | 2025-04-01T17:18:04.202Z | Downloaded typify v0.3.0 |
| 1160 | 2025-04-01T17:18:04.205Z | Downloaded similar v2.7.0 |
| 1161 | 2025-04-01T17:18:04.208Z | Downloaded unicode-properties v0.1.3 |
| 1162 | 2025-04-01T17:18:04.211Z | Downloaded hashbrown v0.13.2 |
| 1163 | 2025-04-01T17:18:04.214Z | Downloaded itertools v0.14.0 |
| 1164 | 2025-04-01T17:18:04.221Z | Downloaded idna v1.0.3 |
| 1165 | 2025-04-01T17:18:04.225Z | Downloaded ring v0.17.11 |
| 1166 | 2025-04-01T17:18:04.268Z | Downloaded rand_xorshift v0.3.0 |
| 1167 | 2025-04-01T17:18:04.271Z | Downloaded rand_core v0.9.2 |
| 1168 | 2025-04-01T17:18:04.271Z | Downloaded pin-project-internal v1.1.6 |
| 1169 | 2025-04-01T17:18:04.274Z | Downloaded uuid v1.15.1 |
| 1170 | 2025-04-01T17:18:04.277Z | Downloaded serde-big-array v0.5.1 |
| 1171 | 2025-04-01T17:18:04.277Z | Downloaded hex-literal v0.4.1 |
| 1172 | 2025-04-01T17:18:04.277Z | Downloaded itertools v0.12.1 |
| 1173 | 2025-04-01T17:18:04.283Z | Downloaded hickory-resolver v0.24.4 |
| 1174 | 2025-04-01T17:18:04.287Z | Downloaded crossterm v0.28.1 |
| 1175 | 2025-04-01T17:18:04.293Z | Downloaded writeable v0.5.5 |
| 1176 | 2025-04-01T17:18:04.296Z | Downloaded value-bag v1.9.0 |
| 1177 | 2025-04-01T17:18:04.300Z | Downloaded pkcs1 v0.7.5 |
| 1178 | 2025-04-01T17:18:04.300Z | Downloaded pem-rfc7468 v0.7.0 |
| 1179 | 2025-04-01T17:18:04.303Z | Downloaded sec1 v0.7.3 |
| 1180 | 2025-04-01T17:18:04.303Z | Downloaded sct v0.7.1 |
| 1181 | 2025-04-01T17:18:04.306Z | Downloaded num-complex v0.4.6 |
| 1182 | 2025-04-01T17:18:04.309Z | Downloaded hyper-util v0.1.10 |
| 1183 | 2025-04-01T17:18:04.312Z | Downloaded num-derive v0.4.2 |
| 1184 | 2025-04-01T17:18:04.315Z | Downloaded subprocess v0.2.9 |
| 1185 | 2025-04-01T17:18:04.315Z | Downloaded snafu-derive v0.8.5 |
| 1186 | 2025-04-01T17:18:04.319Z | Downloaded icu_normalizer_data v1.5.0 |
| 1187 | 2025-04-01T17:18:04.319Z | Downloaded headers v0.4.0 |
| 1188 | 2025-04-01T17:18:04.323Z | Downloaded highway v1.3.0 |
| 1189 | 2025-04-01T17:18:04.326Z | Downloaded tls_codec v0.4.1 |
| 1190 | 2025-04-01T17:18:04.329Z | Downloaded supports-color v3.0.2 |
| 1191 | 2025-04-01T17:18:04.329Z | Downloaded slog-scope v4.4.0 |
| 1192 | 2025-04-01T17:18:04.330Z | Downloaded ref-cast v1.0.23 |
| 1193 | 2025-04-01T17:18:04.333Z | Downloaded maybe-uninit v2.0.0 |
| 1194 | 2025-04-01T17:18:04.336Z | Downloaded colored v2.2.0 |
| 1195 | 2025-04-01T17:18:04.336Z | Downloaded crossbeam-utils v0.8.20 |
| 1196 | 2025-04-01T17:18:04.339Z | Downloaded clang-sys v1.8.1 |
| 1197 | 2025-04-01T17:18:04.342Z | Downloaded blake2 v0.10.6 |
| 1198 | 2025-04-01T17:18:04.348Z | Downloaded lalrpop-util v0.19.12 |
| 1199 | 2025-04-01T17:18:04.348Z | Downloaded keccak v0.1.5 |
| 1200 | 2025-04-01T17:18:04.348Z | Downloaded ahash v0.8.11 |
| 1201 | 2025-04-01T17:18:04.351Z | Downloaded console v0.15.10 |
| 1202 | 2025-04-01T17:18:04.351Z | Downloaded crc-catalog v2.4.0 |
| 1203 | 2025-04-01T17:18:04.351Z | Downloaded cargo_metadata v0.18.1 |
| 1204 | 2025-04-01T17:18:04.354Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1205 | 2025-04-01T17:18:04.410Z | Downloaded icu_collections v1.5.0 |
| 1206 | 2025-04-01T17:18:04.417Z | Downloaded bitfield v0.14.0 |
| 1207 | 2025-04-01T17:18:04.420Z | Downloaded bit-set v0.5.3 |
| 1208 | 2025-04-01T17:18:04.420Z | Downloaded cipher v0.4.4 |
| 1209 | 2025-04-01T17:18:04.420Z | Downloaded block-padding v0.3.3 |
| 1210 | 2025-04-01T17:18:04.420Z | Downloaded bit-vec v0.6.3 |
| 1211 | 2025-04-01T17:18:04.424Z | Downloaded convert_case v0.4.0 |
| 1212 | 2025-04-01T17:18:04.424Z | Downloaded hkdf v0.12.4 |
| 1213 | 2025-04-01T17:18:04.425Z | Downloaded ciborium-ll v0.2.2 |
| 1214 | 2025-04-01T17:18:04.428Z | Downloaded chacha20 v0.9.1 |
| 1215 | 2025-04-01T17:18:04.429Z | Downloaded assert_matches v1.5.0 |
| 1216 | 2025-04-01T17:18:04.429Z | Downloaded ascii-canvas v3.0.0 |
| 1217 | 2025-04-01T17:18:04.432Z | Downloaded arrayref v0.3.9 |
| 1218 | 2025-04-01T17:18:04.865Z | Downloaded aws-lc-sys v0.26.0 |
| 1219 | 2025-04-01T17:18:05.174Z | Compiling serde v1.0.219 |
| 1220 | 2025-04-01T17:18:05.177Z | Compiling value-bag v1.9.0 |
| 1221 | 2025-04-01T17:18:05.177Z | Compiling lock_api v0.4.12 |
| 1222 | 2025-04-01T17:18:05.177Z | Compiling scopeguard v1.2.0 |
| 1223 | 2025-04-01T17:18:05.178Z | Compiling typenum v1.17.0 |
| 1224 | 2025-04-01T17:18:05.178Z | Compiling generic-array v0.14.7 |
| 1225 | 2025-04-01T17:18:05.360Z | Compiling syn v2.0.98 |
| 1226 | 2025-04-01T17:18:05.373Z | Compiling getrandom v0.2.15 |
| 1227 | 2025-04-01T17:18:05.514Z | Compiling shlex v1.3.0 |
| 1228 | 2025-04-01T17:18:05.825Z | Compiling rand_core v0.6.4 |
| 1229 | 2025-04-01T17:18:05.831Z | Compiling log v0.4.22 |
| 1230 | 2025-04-01T17:18:05.879Z | Compiling jobserver v0.1.32 |
| 1231 | 2025-04-01T17:18:05.901Z | Compiling subtle v2.6.1 |
| 1232 | 2025-04-01T17:18:05.926Z | Compiling smallvec v1.14.0 |
| 1233 | 2025-04-01T17:18:06.230Z | Compiling const-oid v0.9.6 |
| 1234 | 2025-04-01T17:18:06.350Z | Compiling cc v1.2.15 |
| 1235 | 2025-04-01T17:18:06.383Z | Compiling parking_lot_core v0.9.10 |
| 1236 | 2025-04-01T17:18:06.483Z | Compiling pin-project-lite v0.2.14 |
| 1237 | 2025-04-01T17:18:06.628Z | Compiling rustix v0.38.37 |
| 1238 | 2025-04-01T17:18:06.671Z | Compiling signal-hook-registry v1.4.2 |
| 1239 | 2025-04-01T17:18:06.724Z | Compiling stable_deref_trait v1.2.0 |
| 1240 | 2025-04-01T17:18:06.847Z | Compiling mio v1.0.2 |
| 1241 | 2025-04-01T17:18:07.372Z | Compiling parking_lot v0.12.3 |
| 1242 | 2025-04-01T17:18:07.439Z | Compiling spin v0.9.8 |
| 1243 | 2025-04-01T17:18:07.484Z | Compiling futures-core v0.3.31 |
| 1244 | 2025-04-01T17:18:07.698Z | Compiling aho-corasick v1.1.3 |
| 1245 | 2025-04-01T17:18:07.720Z | Compiling cpufeatures v0.2.14 |
| 1246 | 2025-04-01T17:18:07.830Z | Compiling libm v0.2.8 |
| 1247 | 2025-04-01T17:18:07.849Z | Compiling either v1.14.0 |
| 1248 | 2025-04-01T17:18:07.951Z | Compiling serde_json v1.0.140 |
| 1249 | 2025-04-01T17:18:08.182Z | Compiling regex-syntax v0.8.5 |
| 1250 | 2025-04-01T17:18:08.254Z | Compiling socket2 v0.5.8 |
| 1251 | 2025-04-01T17:18:08.289Z | Compiling num-traits v0.2.19 |
| 1252 | 2025-04-01T17:18:08.312Z | Compiling futures-sink v0.3.31 |
| 1253 | 2025-04-01T17:18:08.379Z | Compiling glob v0.3.2 |
| 1254 | 2025-04-01T17:18:08.479Z | Compiling pkg-config v0.3.31 |
| 1255 | 2025-04-01T17:18:09.143Z | Compiling slab v0.4.9 |
| 1256 | 2025-04-01T17:18:09.200Z | Compiling clang-sys v1.8.1 |
| 1257 | 2025-04-01T17:18:09.527Z | Compiling prettyplease v0.2.30 |
| 1258 | 2025-04-01T17:18:09.828Z | Compiling getrandom v0.3.1 |
| 1259 | 2025-04-01T17:18:10.083Z | Compiling lazy_static v1.5.0 |
| 1260 | 2025-04-01T17:18:10.212Z | Compiling minimal-lexical v0.2.1 |
| 1261 | 2025-04-01T17:18:10.232Z | Compiling foldhash v0.1.3 |
| 1262 | 2025-04-01T17:18:10.281Z | Compiling allocator-api2 v0.2.18 |
| 1263 | 2025-04-01T17:18:10.715Z | Compiling nom v7.1.3 |
| 1264 | 2025-04-01T17:18:10.784Z | Compiling libloading v0.8.5 |
| 1265 | 2025-04-01T17:18:10.960Z | Compiling hashbrown v0.15.1 |
| 1266 | 2025-04-01T17:18:11.015Z | Compiling bindgen v0.69.5 |
| 1267 | 2025-04-01T17:18:11.179Z | Compiling base64ct v1.6.0 |
| 1268 | 2025-04-01T17:18:11.605Z | Compiling home v0.5.9 |
| 1269 | 2025-04-01T17:18:11.763Z | Compiling regex-automata v0.4.8 |
| 1270 | 2025-04-01T17:18:11.814Z | Compiling pem-rfc7468 v0.7.0 |
| 1271 | 2025-04-01T17:18:12.165Z | Compiling futures-channel v0.3.31 |
| 1272 | 2025-04-01T17:18:12.224Z | Compiling itertools v0.12.1 |
| 1273 | 2025-04-01T17:18:12.421Z | Compiling rustc-hash v1.1.0 |
| 1274 | 2025-04-01T17:18:12.578Z | Compiling litemap v0.7.3 |
| 1275 | 2025-04-01T17:18:12.595Z | Compiling flagset v0.4.6 |
| 1276 | 2025-04-01T17:18:12.807Z | Compiling synstructure v0.13.1 |
| 1277 | 2025-04-01T17:18:14.011Z | Compiling cexpr v0.6.0 |
| 1278 | 2025-04-01T17:18:14.100Z | Compiling lazycell v1.3.0 |
| 1279 | 2025-04-01T17:18:14.171Z | Compiling futures-task v0.3.31 |
| 1280 | 2025-04-01T17:18:14.265Z | Compiling futures-io v0.3.31 |
| 1281 | 2025-04-01T17:18:14.462Z | Compiling writeable v0.5.5 |
| 1282 | 2025-04-01T17:18:14.543Z | Compiling pin-utils v0.1.0 |
| 1283 | 2025-04-01T17:18:14.646Z | Compiling cmake v0.1.51 |
| 1284 | 2025-04-01T17:18:14.985Z | Compiling fs_extra v1.3.0 |
| 1285 | 2025-04-01T17:18:15.028Z | Compiling dunce v1.0.5 |
| 1286 | 2025-04-01T17:18:15.174Z | Compiling icu_locid_transform_data v1.5.0 |
| 1287 | 2025-04-01T17:18:15.285Z | Compiling vcpkg v0.2.15 |
| 1288 | 2025-04-01T17:18:15.487Z | Compiling paste v1.0.15 |
| 1289 | 2025-04-01T17:18:15.521Z | Compiling icu_properties_data v1.5.0 |
| 1290 | 2025-04-01T17:18:15.590Z | Compiling crossbeam-utils v0.8.20 |
| 1291 | 2025-04-01T17:18:15.775Z | Compiling ring v0.17.11 |
| 1292 | 2025-04-01T17:18:15.795Z | Compiling tracing-core v0.1.32 |
| 1293 | 2025-04-01T17:18:16.185Z | Compiling percent-encoding v2.3.1 |
| 1294 | 2025-04-01T17:18:16.519Z | Compiling regex v1.11.1 |
| 1295 | 2025-04-01T17:18:16.841Z | Compiling write16 v1.0.0 |
| 1296 | 2025-04-01T17:18:16.983Z | Compiling openssl-sys v0.9.106 |
| 1297 | 2025-04-01T17:18:17.003Z | Compiling aws-lc-rs v1.12.4 |
| 1298 | 2025-04-01T17:18:17.006Z | Compiling iana-time-zone v0.1.61 |
| 1299 | 2025-04-01T17:18:17.127Z | Compiling zerocopy v0.8.10 |
| 1300 | 2025-04-01T17:18:17.391Z | Compiling utf16_iter v1.0.5 |
| 1301 | 2025-04-01T17:18:17.422Z | Compiling utf8_iter v1.0.4 |
| 1302 | 2025-04-01T17:18:17.444Z | Compiling icu_normalizer_data v1.5.0 |
| 1303 | 2025-04-01T17:18:17.641Z | Compiling httparse v1.9.5 |
| 1304 | 2025-04-01T17:18:17.766Z | Compiling serde_derive v1.0.219 |
| 1305 | 2025-04-01T17:18:17.880Z | Compiling zeroize_derive v1.4.2 |
| 1306 | 2025-04-01T17:18:17.961Z | Compiling zerocopy-derive v0.7.35 |
| 1307 | 2025-04-01T17:18:18.265Z | Compiling zerofrom-derive v0.1.4 |
| 1308 | 2025-04-01T17:18:18.607Z | Compiling yoke-derive v0.7.4 |
| 1309 | 2025-04-01T17:18:19.171Z | Compiling zeroize v1.8.1 |
| 1310 | 2025-04-01T17:18:19.749Z | Compiling zerocopy v0.7.35 |
| 1311 | 2025-04-01T17:18:20.187Z | Compiling tokio-macros v2.5.0 |
| 1312 | 2025-04-01T17:18:20.731Z | Compiling crypto-common v0.1.6 |
| 1313 | 2025-04-01T17:18:20.956Z | Compiling block-buffer v0.10.4 |
| 1314 | 2025-04-01T17:18:20.976Z | Compiling block-padding v0.3.3 |
| 1315 | 2025-04-01T17:18:20.980Z | Compiling zerovec-derive v0.10.3 |
| 1316 | 2025-04-01T17:18:21.264Z | Compiling digest v0.10.7 |
| 1317 | 2025-04-01T17:18:21.293Z | Compiling displaydoc v0.2.5 |
| 1318 | 2025-04-01T17:18:21.492Z | Compiling zerofrom v0.1.4 |
| 1319 | 2025-04-01T17:18:21.511Z | Compiling inout v0.1.3 |
| 1320 | 2025-04-01T17:18:21.710Z | Compiling hmac v0.12.1 |
| 1321 | 2025-04-01T17:18:21.729Z | Compiling yoke v0.7.4 |
| 1322 | 2025-04-01T17:18:21.765Z | Compiling cipher v0.4.4 |
| 1323 | 2025-04-01T17:18:21.891Z | Compiling sha2 v0.10.8 |
| 1324 | 2025-04-01T17:18:21.949Z | Compiling thiserror-impl v1.0.69 |
| 1325 | 2025-04-01T17:18:22.040Z | Compiling der_derive v0.7.3 |
| 1326 | 2025-04-01T17:18:22.258Z | Compiling futures-macro v0.3.31 |
| 1327 | 2025-04-01T17:18:22.748Z | Compiling icu_provider_macros v1.5.0 |
| 1328 | 2025-04-01T17:18:23.353Z | Compiling zerovec v0.10.4 |
| 1329 | 2025-04-01T17:18:23.730Z | Compiling salsa20 v0.10.2 |
| 1330 | 2025-04-01T17:18:23.954Z | Compiling pbkdf2 v0.12.2 |
| 1331 | 2025-04-01T17:18:23.995Z | Compiling futures-util v0.3.31 |
| 1332 | 2025-04-01T17:18:24.128Z | Compiling ppv-lite86 v0.2.20 |
| 1333 | 2025-04-01T17:18:24.189Z | Compiling der v0.7.9 |
| 1334 | 2025-04-01T17:18:24.644Z | Compiling thiserror v1.0.69 |
| 1335 | 2025-04-01T17:18:24.801Z | Compiling scrypt v0.11.0 |
| 1336 | 2025-04-01T17:18:24.860Z | Compiling aes v0.8.4 |
| 1337 | 2025-04-01T17:18:25.226Z | Compiling tinystr v0.7.6 |
| 1338 | 2025-04-01T17:18:25.293Z | Compiling icu_collections v1.5.0 |
| 1339 | 2025-04-01T17:18:25.333Z | Compiling cbc v0.1.2 |
| 1340 | 2025-04-01T17:18:25.565Z | Compiling icu_locid v1.5.0 |
| 1341 | 2025-04-01T17:18:25.568Z | Compiling pest v2.7.14 |
| 1342 | 2025-04-01T17:18:26.564Z | Compiling spki v0.7.3 |
| 1343 | 2025-04-01T17:18:26.938Z | Compiling icu_provider v1.5.0 |
| 1344 | 2025-04-01T17:18:26.968Z | Compiling pkcs5 v0.7.1 |
| 1345 | 2025-04-01T17:18:27.435Z | Compiling tracing-attributes v0.1.27 |
| 1346 | 2025-04-01T17:18:27.540Z | Compiling scroll_derive v0.12.0 |
| 1347 | 2025-04-01T17:18:27.589Z | Compiling pkcs8 v0.10.2 |
| 1348 | 2025-04-01T17:18:27.868Z | Compiling icu_locid_transform v1.5.0 |
| 1349 | 2025-04-01T17:18:28.001Z | Compiling zerocopy-derive v0.8.10 |
| 1350 | 2025-04-01T17:18:28.217Z | Compiling pest_meta v2.7.14 |
| 1351 | 2025-04-01T17:18:28.607Z | Compiling rustls-pki-types v1.10.0 |
| 1352 | 2025-04-01T17:18:28.879Z | Compiling tinyvec_macros v0.1.1 |
| 1353 | 2025-04-01T17:18:28.985Z | Compiling tinyvec v1.8.0 |
| 1354 | 2025-04-01T17:18:29.098Z | Compiling icu_properties v1.5.1 |
| 1355 | 2025-04-01T17:18:29.568Z | Compiling bitflags v2.6.0 |
| 1356 | 2025-04-01T17:18:29.725Z | Compiling bytes v1.10.1 |
| 1357 | 2025-04-01T17:18:30.071Z | Compiling semver v1.0.25 |
| 1358 | 2025-04-01T17:18:30.557Z | Compiling indexmap v2.7.1 |
| 1359 | 2025-04-01T17:18:30.582Z | Compiling rustc_version v0.4.1 |
| 1360 | 2025-04-01T17:18:30.734Z | Compiling uuid v1.15.1 |
| 1361 | 2025-04-01T17:18:31.143Z | Compiling tokio v1.43.0 |
| 1362 | 2025-04-01T17:18:31.249Z | Compiling http v1.2.0 |
| 1363 | 2025-04-01T17:18:31.971Z | Compiling tracing v0.1.40 |
| 1364 | 2025-04-01T17:18:32.337Z | Compiling chrono v0.4.40 |
| 1365 | 2025-04-01T17:18:32.471Z | Compiling pest_generator v2.7.14 |
| 1366 | 2025-04-01T17:18:33.143Z | Compiling icu_normalizer v1.5.0 |
| 1367 | 2025-04-01T17:18:33.397Z | Compiling http-body v1.0.1 |
| 1368 | 2025-04-01T17:18:33.511Z | Compiling scroll v0.12.0 |
| 1369 | 2025-04-01T17:18:33.651Z | Compiling which v4.4.2 |
| 1370 | 2025-04-01T17:18:34.188Z | Compiling idna_adapter v1.2.0 |
| 1371 | 2025-04-01T17:18:34.358Z | Compiling serde_derive_internals v0.29.1 |
| 1372 | 2025-04-01T17:18:34.427Z | Compiling try-lock v0.2.5 |
| 1373 | 2025-04-01T17:18:34.596Z | Compiling adler2 v2.0.0 |
| 1374 | 2025-04-01T17:18:34.619Z | Compiling untrusted v0.7.1 |
| 1375 | 2025-04-01T17:18:34.811Z | Compiling num-conv v0.1.0 |
| 1376 | 2025-04-01T17:18:34.830Z | Compiling atomic-waker v1.1.2 |
| 1377 | 2025-04-01T17:18:34.858Z | Compiling rustversion v1.0.17 |
| 1378 | 2025-04-01T17:18:35.020Z | Compiling foreign-types-shared v0.1.1 |
| 1379 | 2025-04-01T17:18:35.101Z | Compiling powerfmt v0.2.0 |
| 1380 | 2025-04-01T17:18:35.153Z | Compiling time-core v0.1.2 |
| 1381 | 2025-04-01T17:18:35.341Z | Compiling schemars v0.8.22 |
| 1382 | 2025-04-01T17:18:35.453Z | Compiling untrusted v0.9.0 |
| 1383 | 2025-04-01T17:18:35.475Z | Compiling openssl v0.10.71 |
| 1384 | 2025-04-01T17:18:35.587Z | Compiling deranged v0.3.11 |
| 1385 | 2025-04-01T17:18:35.625Z | Compiling time-macros v0.2.18 |
| 1386 | 2025-04-01T17:18:35.735Z | Compiling rand_core v0.9.2 |
| 1387 | 2025-04-01T17:18:35.909Z | Compiling foreign-types v0.3.2 |
| 1388 | 2025-04-01T17:18:36.043Z | Compiling miniz_oxide v0.8.5 |
| 1389 | 2025-04-01T17:18:36.203Z | Compiling want v0.3.1 |
| 1390 | 2025-04-01T17:18:36.504Z | Compiling goblin v0.8.2 |
| 1391 | 2025-04-01T17:18:36.615Z | Compiling schemars_derive v0.8.22 |
| 1392 | 2025-04-01T17:18:36.990Z | Compiling idna v1.0.3 |
| 1393 | 2025-04-01T17:18:38.167Z | Compiling pest_derive v2.7.14 |
| 1394 | 2025-04-01T17:18:38.660Z | Compiling openssl-macros v0.1.1 |
| 1395 | 2025-04-01T17:18:38.952Z | Compiling form_urlencoded v1.2.1 |
| 1396 | 2025-04-01T17:18:39.276Z | Compiling tokio-util v0.7.13 |
| 1397 | 2025-04-01T17:18:39.417Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1398 | 2025-04-01T17:18:39.539Z | Compiling siphasher v0.3.11 |
| 1399 | 2025-04-01T17:18:39.669Z | Compiling tower-service v0.3.3 |
| 1400 | 2025-04-01T17:18:39.811Z | Compiling dyn-clone v1.0.19 |
| 1401 | 2025-04-01T17:18:39.832Z | Compiling syn v1.0.109 |
| 1402 | 2025-04-01T17:18:39.920Z | Compiling rustls v0.23.19 |
| 1403 | 2025-04-01T17:18:39.923Z | Compiling native-tls v0.2.12 |
| 1404 | 2025-04-01T17:18:40.037Z | Compiling httpdate v1.0.3 |
| 1405 | 2025-04-01T17:18:40.218Z | Compiling h2 v0.4.6 |
| 1406 | 2025-04-01T17:18:40.291Z | Compiling num_threads v0.1.7 |
| 1407 | 2025-04-01T17:18:40.436Z | Compiling time v0.3.36 |
| 1408 | 2025-04-01T17:18:41.843Z | Compiling dtrace-parser v0.2.0 |
| 1409 | 2025-04-01T17:18:43.649Z | Compiling dof v0.3.0 |
| 1410 | 2025-04-01T17:18:43.675Z | Compiling rand_chacha v0.9.0 |
| 1411 | 2025-04-01T17:18:44.964Z | Compiling heapless v0.7.17 |
| 1412 | 2025-04-01T17:18:45.182Z | Compiling unicode-normalization v0.1.24 |
| 1413 | 2025-04-01T17:18:45.324Z | Compiling rand_chacha v0.3.1 |
| 1414 | 2025-04-01T17:18:45.397Z | Compiling signature v2.2.0 |
| 1415 | 2025-04-01T17:18:45.416Z | Compiling crossbeam-epoch v0.9.18 |
| 1416 | 2025-04-01T17:18:45.676Z | Compiling cookie v0.18.1 |
| 1417 | 2025-04-01T17:18:45.697Z | Compiling crc32fast v1.4.2 |
| 1418 | 2025-04-01T17:18:45.997Z | Compiling signal-hook v0.3.17 |
| 1419 | 2025-04-01T17:18:46.074Z | Compiling base64 v0.22.1 |
| 1420 | 2025-04-01T17:18:46.107Z | Compiling slog v2.7.0 |
| 1421 | 2025-04-01T17:18:46.311Z | Compiling unicode-properties v0.1.3 |
| 1422 | 2025-04-01T17:18:46.314Z | Compiling openssl-probe v0.1.5 |
| 1423 | 2025-04-01T17:18:46.610Z | Compiling rayon-core v1.12.1 |
| 1424 | 2025-04-01T17:18:46.641Z | Compiling unicode-bidi v0.3.17 |
| 1425 | 2025-04-01T17:18:46.904Z | Compiling crossbeam-deque v0.8.5 |
| 1426 | 2025-04-01T17:18:46.925Z | Compiling hyper v1.6.0 |
| 1427 | 2025-04-01T17:18:47.283Z | Compiling rand v0.8.5 |
| 1428 | 2025-04-01T17:18:47.319Z | Compiling usdt-impl v0.5.0 |
| 1429 | 2025-04-01T17:18:47.607Z | Compiling stringprep v0.1.5 |
| 1430 | 2025-04-01T17:18:47.934Z | Compiling rand v0.9.0 |
| 1431 | 2025-04-01T17:18:48.616Z | Compiling url v2.5.3 |
| 1432 | 2025-04-01T17:18:48.642Z | Compiling curve25519-dalek v4.1.3 |
| 1433 | 2025-04-01T17:18:49.260Z | Compiling hyper-util v0.1.10 |
| 1434 | 2025-04-01T17:18:49.315Z | Compiling serde_spanned v0.6.8 |
| 1435 | 2025-04-01T17:18:49.564Z | Compiling toml_datetime v0.6.8 |
| 1436 | 2025-04-01T17:18:49.632Z | Compiling serde_tokenstream v0.2.2 |
| 1437 | 2025-04-01T17:18:49.749Z | Compiling md-5 v0.10.6 |
| 1438 | 2025-04-01T17:18:50.035Z | Compiling num-integer v0.1.46 |
| 1439 | 2025-04-01T17:18:50.054Z | Compiling hash32 v0.2.1 |
| 1440 | 2025-04-01T17:18:50.209Z | Compiling ff v0.13.0 |
| 1441 | 2025-04-01T17:18:50.362Z | Compiling memoffset v0.9.1 |
| 1442 | 2025-04-01T17:18:50.411Z | Compiling portable-atomic v1.9.0 |
| 1443 | 2025-04-01T17:18:50.439Z | Compiling newtype-uuid v1.2.1 |
| 1444 | 2025-04-01T17:18:50.487Z | Compiling num-bigint-dig v0.8.4 |
| 1445 | 2025-04-01T17:18:50.689Z | Compiling psl-types v2.0.11 |
| 1446 | 2025-04-01T17:18:50.738Z | Compiling smoltcp v0.9.1 |
| 1447 | 2025-04-01T17:18:50.741Z | Compiling base16ct v0.2.0 |
| 1448 | 2025-04-01T17:18:50.787Z | Compiling cfg_aliases v0.2.1 |
| 1449 | 2025-04-01T17:18:50.897Z | Compiling fallible-iterator v0.2.0 |
| 1450 | 2025-04-01T17:18:50.900Z | Compiling litrs v0.4.1 |
| 1451 | 2025-04-01T17:18:51.128Z | Compiling gimli v0.31.1 |
| 1452 | 2025-04-01T17:18:51.436Z | Compiling sec1 v0.7.3 |
| 1453 | 2025-04-01T17:18:51.457Z | Compiling nix v0.29.0 |
| 1454 | 2025-04-01T17:18:51.576Z | Compiling postgres-protocol v0.6.8 |
| 1455 | 2025-04-01T17:18:51.971Z | Compiling document-features v0.2.10 |
| 1456 | 2025-04-01T17:18:52.003Z | Compiling publicsuffix v2.3.0 |
| 1457 | 2025-04-01T17:18:52.284Z | Compiling num-iter v0.1.45 |
| 1458 | 2025-04-01T17:18:52.303Z | Compiling group v0.13.0 |
| 1459 | 2025-04-01T17:18:52.596Z | Compiling bzip2 v0.4.4 |
| 1460 | 2025-04-01T17:18:52.785Z | Compiling tokio-native-tls v0.3.1 |
| 1461 | 2025-04-01T17:18:53.339Z | Compiling flate2 v1.1.0 |
| 1462 | 2025-04-01T17:18:53.793Z | Compiling ipnetwork v0.21.1 |
| 1463 | 2025-04-01T17:18:53.895Z | Compiling phf_shared v0.11.2 |
| 1464 | 2025-04-01T17:18:53.918Z | Compiling http-body-util v0.1.2 |
| 1465 | 2025-04-01T17:18:54.115Z | Compiling terminal_size v0.4.0 |
| 1466 | 2025-04-01T17:18:54.214Z | Compiling webpki-roots v0.26.6 |
| 1467 | 2025-04-01T17:18:54.286Z | Compiling hkdf v0.12.4 |
| 1468 | 2025-04-01T17:18:54.343Z | Compiling crypto-bigint v0.5.5 |
| 1469 | 2025-04-01T17:18:54.398Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1470 | 2025-04-01T17:18:54.444Z | Compiling zerocopy-derive v0.6.6 |
| 1471 | 2025-04-01T17:18:54.528Z | Compiling async-trait v0.1.88 |
| 1472 | 2025-04-01T17:18:54.568Z | Compiling sync_wrapper v1.0.1 |
| 1473 | 2025-04-01T17:18:54.736Z | Compiling ahash v0.8.11 |
| 1474 | 2025-04-01T17:18:55.097Z | Compiling addr2line v0.24.2 |
| 1475 | 2025-04-01T17:18:55.659Z | Compiling fs-err v2.11.0 |
| 1476 | 2025-04-01T17:18:55.761Z | Compiling object v0.36.5 |
| 1477 | 2025-04-01T17:18:55.793Z | Compiling simd-adler32 v0.3.7 |
| 1478 | 2025-04-01T17:18:55.965Z | Compiling buf-list v1.0.3 |
| 1479 | 2025-04-01T17:18:56.333Z | Compiling winnow v0.5.40 |
| 1480 | 2025-04-01T17:18:56.372Z | Compiling unicode-width v0.2.0 |
| 1481 | 2025-04-01T17:18:56.605Z | Compiling ipnet v2.11.0 |
| 1482 | 2025-04-01T17:18:56.877Z | Compiling lockfree-object-pool v0.1.6 |
| 1483 | 2025-04-01T17:18:56.922Z | Compiling tower-layer v0.3.3 |
| 1484 | 2025-04-01T17:18:57.153Z | Compiling bumpalo v3.16.0 |
| 1485 | 2025-04-01T17:18:57.204Z | Compiling anyhow v1.0.97 |
| 1486 | 2025-04-01T17:18:57.607Z | Compiling rustc-demangle v0.1.24 |
| 1487 | 2025-04-01T17:18:57.666Z | Compiling managed v0.8.0 |
| 1488 | 2025-04-01T17:18:57.787Z | Compiling zip v2.1.3 |
| 1489 | 2025-04-01T17:18:58.506Z | Compiling clap_builder v4.5.32 |
| 1490 | 2025-04-01T17:18:58.532Z | Compiling zopfli v0.8.1 |
| 1491 | 2025-04-01T17:18:59.794Z | Compiling toml_edit v0.19.15 |
| 1492 | 2025-04-01T17:19:00.018Z | Compiling elliptic-curve v0.13.8 |
| 1493 | 2025-04-01T17:19:00.043Z | Compiling tower v0.5.2 |
| 1494 | 2025-04-01T17:19:00.061Z | Compiling hubpack_derive v0.1.1 |
| 1495 | 2025-04-01T17:19:00.299Z | Compiling console v0.15.10 |
| 1496 | 2025-04-01T17:19:00.855Z | Compiling strum_macros v0.25.3 |
| 1497 | 2025-04-01T17:19:00.947Z | Compiling zerocopy v0.6.6 |
| 1498 | 2025-04-01T17:19:00.966Z | Compiling hubpack v0.1.2 |
| 1499 | 2025-04-01T17:19:01.713Z | Compiling hyper-tls v0.6.0 |
| 1500 | 2025-04-01T17:19:01.733Z | Compiling phf v0.11.2 |
| 1501 | 2025-04-01T17:19:02.027Z | Compiling oxnet v0.1.1 |
| 1502 | 2025-04-01T17:19:02.105Z | Compiling cookie_store v0.21.1 |
| 1503 | 2025-04-01T17:19:02.743Z | Compiling backtrace v0.3.74 |
| 1504 | 2025-04-01T17:19:02.789Z | Compiling signal-hook-mio v0.2.4 |
| 1505 | 2025-04-01T17:19:02.970Z | Compiling rayon v1.10.0 |
| 1506 | 2025-04-01T17:19:04.477Z | Compiling postgres-types v0.2.9 |
| 1507 | 2025-04-01T17:19:06.098Z | Compiling usdt-macro v0.5.0 |
| 1508 | 2025-04-01T17:19:06.415Z | Compiling usdt-attr-macro v0.5.0 |
| 1509 | 2025-04-01T17:19:06.489Z | Compiling ed25519 v2.2.3 |
| 1510 | 2025-04-01T17:19:06.991Z | Compiling phf_shared v0.10.0 |
| 1511 | 2025-04-01T17:19:07.160Z | Compiling serde_urlencoded v0.7.1 |
| 1512 | 2025-04-01T17:19:07.373Z | Compiling clap_derive v4.5.32 |
| 1513 | 2025-04-01T17:19:07.522Z | Compiling enum-as-inner v0.6.1 |
| 1514 | 2025-04-01T17:19:07.659Z | Compiling serde-big-array v0.5.1 |
| 1515 | 2025-04-01T17:19:07.896Z | Compiling rustls-pemfile v2.2.0 |
| 1516 | 2025-04-01T17:19:07.939Z | Compiling futures-executor v0.3.31 |
| 1517 | 2025-04-01T17:19:08.234Z | Compiling pkcs1 v0.7.5 |
| 1518 | 2025-04-01T17:19:08.254Z | Compiling rfc6979 v0.4.0 |
| 1519 | 2025-04-01T17:19:08.443Z | Compiling daft-derive v0.1.2 |
| 1520 | 2025-04-01T17:19:08.475Z | Compiling serde_repr v0.1.19 |
| 1521 | 2025-04-01T17:19:08.560Z | Compiling bstr v1.10.0 |
| 1522 | 2025-04-01T17:19:09.095Z | Compiling float-cmp v0.10.0 |
| 1523 | 2025-04-01T17:19:09.294Z | Compiling encoding_rs v0.8.34 |
| 1524 | 2025-04-01T17:19:09.347Z | Compiling static_assertions v1.1.0 |
| 1525 | 2025-04-01T17:19:09.455Z | Compiling precomputed-hash v0.1.1 |
| 1526 | 2025-04-01T17:19:09.583Z | Compiling normalize-line-endings v0.3.0 |
| 1527 | 2025-04-01T17:19:09.628Z | Compiling predicates-core v1.0.8 |
| 1528 | 2025-04-01T17:19:09.734Z | Compiling number_prefix v0.4.0 |
| 1529 | 2025-04-01T17:19:09.953Z | Compiling data-encoding v2.6.0 |
| 1530 | 2025-04-01T17:19:09.973Z | Compiling new_debug_unreachable v1.0.6 |
| 1531 | 2025-04-01T17:19:09.990Z | Compiling unicode-segmentation v1.12.0 |
| 1532 | 2025-04-01T17:19:10.073Z | Compiling fixedbitset v0.4.2 |
| 1533 | 2025-04-01T17:19:10.094Z | Compiling whoami v1.5.2 |
| 1534 | 2025-04-01T17:19:10.506Z | Compiling mime v0.3.17 |
| 1535 | 2025-04-01T17:19:10.656Z | Compiling difflib v0.4.0 |
| 1536 | 2025-04-01T17:19:10.853Z | Compiling similar v2.7.0 |
| 1537 | 2025-04-01T17:19:11.023Z | Compiling hickory-proto v0.24.4 |
| 1538 | 2025-04-01T17:19:11.755Z | Compiling clap v4.5.32 |
| 1539 | 2025-04-01T17:19:11.824Z | Compiling predicates v3.1.3 |
| 1540 | 2025-04-01T17:19:11.886Z | Compiling tokio-postgres v0.7.13 |
| 1541 | 2025-04-01T17:19:12.022Z | Compiling petgraph v0.6.5 |
| 1542 | 2025-04-01T17:19:12.892Z | Compiling string_cache v0.8.7 |
| 1543 | 2025-04-01T17:19:13.309Z | Compiling daft v0.1.2 |
| 1544 | 2025-04-01T17:19:13.335Z | Compiling indicatif v0.17.11 |
| 1545 | 2025-04-01T17:19:13.354Z | Compiling toml_edit v0.22.24 |
| 1546 | 2025-04-01T17:19:13.774Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1547 | 2025-04-01T17:19:15.273Z | Compiling usdt v0.5.0 |
| 1548 | 2025-04-01T17:19:15.529Z | Compiling rsa v0.9.6 |
| 1549 | 2025-04-01T17:19:15.743Z | Compiling ecdsa v0.16.9 |
| 1550 | 2025-04-01T17:19:16.598Z | Compiling futures v0.3.31 |
| 1551 | 2025-04-01T17:19:16.724Z | Compiling ed25519-dalek v2.1.1 |
| 1552 | 2025-04-01T17:19:18.001Z | Compiling crossterm v0.28.1 |
| 1553 | 2025-04-01T17:19:18.172Z | Compiling toml v0.7.8 |
| 1554 | 2025-04-01T17:19:20.001Z | Compiling zip v0.6.6 |
| 1555 | 2025-04-01T17:19:20.206Z | Compiling tokio-stream v0.1.17 |
| 1556 | 2025-04-01T17:19:20.396Z | Compiling openapiv3 v2.0.0 |
| 1557 | 2025-04-01T17:19:20.611Z | Compiling hex v0.4.3 |
| 1558 | 2025-04-01T17:19:21.177Z | Compiling x509-cert v0.2.5 |
| 1559 | 2025-04-01T17:19:21.200Z | Compiling sha1 v0.10.6 |
| 1560 | 2025-04-01T17:19:21.240Z | Compiling itertools v0.10.5 |
| 1561 | 2025-04-01T17:19:21.270Z | Compiling dirs-sys-next v0.1.2 |
| 1562 | 2025-04-01T17:19:21.605Z | Compiling unicode-xid v0.2.6 |
| 1563 | 2025-04-01T17:19:21.623Z | Compiling peg-runtime v0.8.5 |
| 1564 | 2025-04-01T17:19:21.805Z | Compiling lalrpop-util v0.19.12 |
| 1565 | 2025-04-01T17:19:21.825Z | Compiling dirs-next v2.0.0 |
| 1566 | 2025-04-01T17:19:22.031Z | Compiling thread_local v1.1.8 |
| 1567 | 2025-04-01T17:19:22.161Z | Compiling slog-async v2.8.0 |
| 1568 | 2025-04-01T17:19:22.189Z | Compiling term v0.7.0 |
| 1569 | 2025-04-01T17:19:22.538Z | Compiling strum_macros v0.26.4 |
| 1570 | 2025-04-01T17:19:22.753Z | Compiling xattr v1.3.1 |
| 1571 | 2025-04-01T17:19:23.037Z | Compiling crossbeam-channel v0.5.13 |
| 1572 | 2025-04-01T17:19:23.296Z | Compiling filetime v0.2.25 |
| 1573 | 2025-04-01T17:19:23.433Z | Compiling is-terminal v0.4.13 |
| 1574 | 2025-04-01T17:19:23.580Z | Compiling take_mut v0.2.2 |
| 1575 | 2025-04-01T17:19:23.616Z | Compiling slog-term v2.9.1 |
| 1576 | 2025-04-01T17:19:23.724Z | Compiling tar v0.4.44 |
| 1577 | 2025-04-01T17:19:23.751Z | Compiling camino v1.1.9 |
| 1578 | 2025-04-01T17:19:26.979Z | Compiling strum v0.26.3 |
| 1579 | 2025-04-01T17:19:30.624Z | Compiling aws-lc-sys v0.26.0 |
| 1580 | 2025-04-01T17:20:01.210Z | Compiling rustls-webpki v0.102.8 |
| 1581 | 2025-04-01T17:20:05.550Z | Compiling tokio-rustls v0.26.0 |
| 1582 | 2025-04-01T17:20:05.799Z | Compiling hyper-rustls v0.27.3 |
| 1583 | 2025-04-01T17:20:06.072Z | Compiling reqwest v0.12.12 |
| 1584 | 2025-04-01T17:20:09.372Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1585 | 2025-04-01T17:20:09.642Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1586 | 2025-04-01T17:20:14.017Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
| 1587 | 2025-04-01T17:20:14.181Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1588 | 2025-04-01T17:20:14.229Z | Apr 01 17:20:12.410 INFO Starting download, target: Cockroach |
| 1589 | 2025-04-01T17:20:14.229Z | Apr 01 17:20:12.410 INFO Starting download, target: Clickhouse |
| 1590 | 2025-04-01T17:20:14.229Z | Apr 01 17:20:12.410 INFO Starting download, target: Console |
| 1591 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.410 INFO Starting download, target: DendriteOpenapi |
| 1592 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.410 INFO Starting download, target: DendriteStub |
| 1593 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.410 INFO Starting download, target: MaghemiteMgd |
| 1594 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.410 INFO Starting download, target: TransceiverControl |
| 1595 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/dpd-668f1a2e35e7c76b22ab83fe6c2242d3454e2803.json (attempt 1/3), target: DendriteOpenapi |
| 1596 | 2025-04-01T17:20:14.232Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1597 | 2025-04-01T17:20:14.233Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1598 | 2025-04-01T17:20:14.233Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1599 | 2025-04-01T17:20:14.233Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1600 | 2025-04-01T17:20:14.233Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1601 | 2025-04-01T17:20:14.233Z | Apr 01 17:20:12.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1602 | 2025-04-01T17:20:14.430Z | Apr 01 17:20:12.584 INFO Download complete, target: DendriteOpenapi |
| 1603 | 2025-04-01T17:20:14.652Z | Apr 01 17:20:12.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1604 | 2025-04-01T17:20:14.846Z | Apr 01 17:20:12.997 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1605 | 2025-04-01T17:20:15.086Z | Apr 01 17:20:13.234 INFO Download complete, target: TransceiverControl |
| 1606 | 2025-04-01T17:20:15.196Z | Apr 01 17:20:13.362 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1607 | 2025-04-01T17:20:15.274Z | Apr 01 17:20:13.451 INFO Download complete, target: Console |
| 1608 | 2025-04-01T17:20:15.288Z | Apr 01 17:20:13.464 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1609 | 2025-04-01T17:20:15.654Z | Apr 01 17:20:13.834 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1610 | 2025-04-01T17:20:15.654Z | Apr 01 17:20:13.834 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1611 | 2025-04-01T17:20:16.482Z | Apr 01 17:20:14.662 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1612 | 2025-04-01T17:20:18.021Z | Apr 01 17:20:16.200 INFO Download complete, target: MaghemiteMgd |
| 1613 | 2025-04-01T17:20:18.430Z | Apr 01 17:20:16.609 INFO Download complete, target: DendriteStub |
| 1614 | 2025-04-01T17:20:22.438Z | Apr 01 17:20:20.616 INFO Checking that binary works, target: Cockroach |
| 1615 | 2025-04-01T17:20:22.590Z | Apr 01 17:20:20.768 INFO Download complete, target: Cockroach |
| 1616 | 2025-04-01T17:20:27.460Z | Apr 01 17:20:25.636 INFO Checking that binary works, target: Clickhouse |
| 1617 | 2025-04-01T17:20:27.622Z | Apr 01 17:20:25.798 INFO Download complete, target: Clickhouse |
| 1618 | 2025-04-01T17:20:27.643Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1619 | 2025-04-01T17:20:27.646Z | |
| 1620 | 2025-04-01T17:20:27.646Z | real 4:44.592440777 |
| 1621 | 2025-04-01T17:20:27.646Z | user 15:06.205485730 |
| 1622 | 2025-04-01T17:20:27.646Z | sys 2:04.417061956 |
| 1623 | 2025-04-01T17:20:27.646Z | trap 0.551538098 |
| 1624 | 2025-04-01T17:20:27.646Z | tflt 4.523178253 |
| 1625 | 2025-04-01T17:20:27.646Z | dflt 2.811948635 |
| 1626 | 2025-04-01T17:20:27.646Z | kflt 0.025985908 |
| 1627 | 2025-04-01T17:20:27.646Z | lock 24:02.847475740 |
| 1628 | 2025-04-01T17:20:27.646Z | slp 54:12.455136971 |
| 1629 | 2025-04-01T17:20:27.646Z | lat 59.166252522 |
| 1630 | 2025-04-01T17:20:27.646Z | stop 2:20.126569361 |
| 1631 | 2025-04-01T17:20:27.646Z | + banner clippy |
| 1632 | 2025-04-01T17:20:27.663Z | |
| 1633 | 2025-04-01T17:20:27.663Z | #### # # ##### ##### # # |
| 1634 | 2025-04-01T17:20:27.663Z | # # # # # # # # # # |
| 1635 | 2025-04-01T17:20:27.663Z | # # # # # # # # |
| 1636 | 2025-04-01T17:20:27.664Z | # # # ##### ##### # |
| 1637 | 2025-04-01T17:20:27.664Z | # # # # # # # |
| 1638 | 2025-04-01T17:20:27.664Z | #### ###### # # # # |
| 1639 | 2025-04-01T17:20:27.664Z | |
| 1640 | 2025-04-01T17:20:27.664Z | + export CARGO_INCREMENTAL=0 |
| 1641 | 2025-04-01T17:20:27.664Z | + CARGO_INCREMENTAL=0 |
| 1642 | 2025-04-01T17:20:27.664Z | + ptime -m cargo xtask clippy |
| 1643 | 2025-04-01T17:20:28.203Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1644 | 2025-04-01T17:20:31.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.33s |
| 1645 | 2025-04-01T17:20:31.111Z | Running `target/debug/xtask clippy` |
| 1646 | 2025-04-01T17:20:31.128Z | running: /home/build/.rustup/toolchains/1.85.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1647 | 2025-04-01T17:20:31.829Z | Downloading crates ... |
| 1648 | 2025-04-01T17:20:32.126Z | Downloaded async-object-pool v0.1.5 |
| 1649 | 2025-04-01T17:20:32.134Z | Downloaded async-io v2.3.4 |
| 1650 | 2025-04-01T17:20:32.139Z | Downloaded approx v0.5.1 |
| 1651 | 2025-04-01T17:20:32.143Z | Downloaded async-channel v2.3.1 |
| 1652 | 2025-04-01T17:20:32.152Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1653 | 2025-04-01T17:20:32.156Z | Downloaded doc-comment v0.3.3 |
| 1654 | 2025-04-01T17:20:32.156Z | Downloaded target-triple v0.1.3 |
| 1655 | 2025-04-01T17:20:32.156Z | Downloaded plotters-svg v0.3.7 |
| 1656 | 2025-04-01T17:20:32.166Z | Downloaded anes v0.1.6 |
| 1657 | 2025-04-01T17:20:32.172Z | Downloaded nested v0.1.1 |
| 1658 | 2025-04-01T17:20:32.177Z | Downloaded piper v0.2.4 |
| 1659 | 2025-04-01T17:20:32.177Z | Downloaded async-global-executor v2.4.1 |
| 1660 | 2025-04-01T17:20:32.177Z | Downloaded proc-macro-crate v3.2.0 |
| 1661 | 2025-04-01T17:20:32.181Z | Downloaded parking v2.2.1 |
| 1662 | 2025-04-01T17:20:32.181Z | Downloaded cast v0.3.0 |
| 1663 | 2025-04-01T17:20:32.182Z | Downloaded assert-json-diff v2.0.2 |
| 1664 | 2025-04-01T17:20:32.182Z | Downloaded async-signal v0.2.10 |
| 1665 | 2025-04-01T17:20:32.186Z | Downloaded oorandom v11.1.4 |
| 1666 | 2025-04-01T17:20:32.186Z | Downloaded async-executor v1.13.1 |
| 1667 | 2025-04-01T17:20:32.190Z | Downloaded async-channel v1.9.0 |
| 1668 | 2025-04-01T17:20:32.190Z | Downloaded async-attributes v1.1.2 |
| 1669 | 2025-04-01T17:20:32.195Z | Downloaded serde_regex v1.1.0 |
| 1670 | 2025-04-01T17:20:32.195Z | Downloaded criterion-plot v0.5.0 |
| 1671 | 2025-04-01T17:20:32.201Z | Downloaded blocking v1.6.1 |
| 1672 | 2025-04-01T17:20:32.201Z | Downloaded plotters-backend v0.3.7 |
| 1673 | 2025-04-01T17:20:32.201Z | Downloaded pathdiff v0.2.3 |
| 1674 | 2025-04-01T17:20:32.201Z | Downloaded kv-log-macro v1.0.7 |
| 1675 | 2025-04-01T17:20:32.206Z | Downloaded event-listener-strategy v0.5.2 |
| 1676 | 2025-04-01T17:20:32.213Z | Downloaded similar-asserts v1.7.0 |
| 1677 | 2025-04-01T17:20:32.218Z | Downloaded path-tree v0.8.1 |
| 1678 | 2025-04-01T17:20:32.218Z | Downloaded relative-path v1.9.3 |
| 1679 | 2025-04-01T17:20:32.231Z | Downloaded stringmetrics v2.2.2 |
| 1680 | 2025-04-01T17:20:32.237Z | Downloaded async-task v4.7.1 |
| 1681 | 2025-04-01T17:20:32.237Z | Downloaded target-spec v3.4.2 |
| 1682 | 2025-04-01T17:20:32.237Z | Downloaded partial-io v0.5.4 |
| 1683 | 2025-04-01T17:20:32.241Z | Downloaded httptest v0.16.3 |
| 1684 | 2025-04-01T17:20:32.241Z | Downloaded async-lock v3.4.0 |
| 1685 | 2025-04-01T17:20:32.245Z | Downloaded tinytemplate v1.2.1 |
| 1686 | 2025-04-01T17:20:32.245Z | Downloaded rust-argon2 v2.1.0 |
| 1687 | 2025-04-01T17:20:32.249Z | Downloaded target-lexicon v0.13.2 |
| 1688 | 2025-04-01T17:20:32.249Z | Downloaded futures-lite v2.3.0 |
| 1689 | 2025-04-01T17:20:32.253Z | Downloaded assert_cmd v2.0.16 |
| 1690 | 2025-04-01T17:20:32.253Z | Downloaded rustls-native-certs v0.7.3 |
| 1691 | 2025-04-01T17:20:32.257Z | Downloaded hyper-rustls v0.26.0 |
| 1692 | 2025-04-01T17:20:32.257Z | Downloaded event-listener v5.3.1 |
| 1693 | 2025-04-01T17:20:32.262Z | Downloaded blake2b_simd v1.0.2 |
| 1694 | 2025-04-01T17:20:32.262Z | Downloaded async-process v2.3.0 |
| 1695 | 2025-04-01T17:20:32.266Z | Downloaded futures-timer v3.0.3 |
| 1696 | 2025-04-01T17:20:32.267Z | Downloaded rstest v0.24.0 |
| 1697 | 2025-04-01T17:20:32.273Z | Downloaded trybuild v1.0.103 |
| 1698 | 2025-04-01T17:20:32.273Z | Downloaded rand_distr v0.4.3 |
| 1699 | 2025-04-01T17:20:32.279Z | Downloaded rstest_macros v0.24.0 |
| 1700 | 2025-04-01T17:20:32.283Z | Downloaded concurrent-queue v2.5.0 |
| 1701 | 2025-04-01T17:20:32.283Z | Downloaded polling v3.7.3 |
| 1702 | 2025-04-01T17:20:32.289Z | Downloaded cfg-expr v0.18.0 |
| 1703 | 2025-04-01T17:20:32.289Z | Downloaded event-listener v2.5.3 |
| 1704 | 2025-04-01T17:20:32.298Z | Downloaded guppy v0.17.17 |
| 1705 | 2025-04-01T17:20:32.298Z | Downloaded criterion v0.5.1 |
| 1706 | 2025-04-01T17:20:32.304Z | Downloaded plotters v0.3.7 |
| 1707 | 2025-04-01T17:20:32.313Z | Downloaded async-std v1.13.0 |
| 1708 | 2025-04-01T17:20:32.405Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1709 | 2025-04-01T17:20:32.997Z | Checking cfg-if v1.0.0 |
| 1710 | 2025-04-01T17:20:33.161Z | Checking libc v0.2.170 |
| 1711 | 2025-04-01T17:20:33.183Z | Checking serde v1.0.219 |
| 1712 | 2025-04-01T17:20:33.203Z | Checking memchr v2.7.4 |
| 1713 | 2025-04-01T17:20:33.229Z | Checking value-bag v1.9.0 |
| 1714 | 2025-04-01T17:20:33.250Z | Checking itoa v1.0.11 |
| 1715 | 2025-04-01T17:20:33.276Z | Checking zeroize v1.8.1 |
| 1716 | 2025-04-01T17:20:33.279Z | Checking scopeguard v1.2.0 |
| 1717 | 2025-04-01T17:20:33.312Z | Checking smallvec v1.14.0 |
| 1718 | 2025-04-01T17:20:33.442Z | Checking lock_api v0.4.12 |
| 1719 | 2025-04-01T17:20:33.479Z | Checking pin-project-lite v0.2.14 |
| 1720 | 2025-04-01T17:20:33.542Z | Checking subtle v2.6.1 |
| 1721 | 2025-04-01T17:20:33.630Z | Checking once_cell v1.20.3 |
| 1722 | 2025-04-01T17:20:33.654Z | Checking log v0.4.22 |
| 1723 | 2025-04-01T17:20:33.684Z | Checking libm v0.2.8 |
| 1724 | 2025-04-01T17:20:33.808Z | Checking byteorder v1.5.0 |
| 1725 | 2025-04-01T17:20:33.836Z | Checking ryu v1.0.18 |
| 1726 | 2025-04-01T17:20:33.936Z | Checking typenum v1.17.0 |
| 1727 | 2025-04-01T17:20:33.972Z | Checking futures-core v0.3.31 |
| 1728 | 2025-04-01T17:20:34.111Z | Checking thiserror v1.0.69 |
| 1729 | 2025-04-01T17:20:34.137Z | Checking getrandom v0.2.15 |
| 1730 | 2025-04-01T17:20:34.160Z | Checking signal-hook-registry v1.4.2 |
| 1731 | 2025-04-01T17:20:34.186Z | Checking parking_lot_core v0.9.10 |
| 1732 | 2025-04-01T17:20:34.215Z | Checking mio v1.0.2 |
| 1733 | 2025-04-01T17:20:34.253Z | Checking socket2 v0.5.8 |
| 1734 | 2025-04-01T17:20:34.366Z | Checking rand_core v0.6.4 |
| 1735 | 2025-04-01T17:20:34.407Z | Checking futures-io v0.3.31 |
| 1736 | 2025-04-01T17:20:34.551Z | Checking parking_lot v0.12.3 |
| 1737 | 2025-04-01T17:20:34.554Z | Checking num-traits v0.2.19 |
| 1738 | 2025-04-01T17:20:34.611Z | Checking const-oid v0.9.6 |
| 1739 | 2025-04-01T17:20:34.689Z | Checking slab v0.4.9 |
| 1740 | 2025-04-01T17:20:34.717Z | Checking allocator-api2 v0.2.18 |
| 1741 | 2025-04-01T17:20:34.778Z | Checking foldhash v0.1.3 |
| 1742 | 2025-04-01T17:20:34.911Z | Checking equivalent v1.0.1 |
| 1743 | 2025-04-01T17:20:34.979Z | Checking zerocopy v0.7.35 |
| 1744 | 2025-04-01T17:20:35.009Z | Checking generic-array v0.14.7 |
| 1745 | 2025-04-01T17:20:35.040Z | Checking getrandom v0.3.1 |
| 1746 | 2025-04-01T17:20:35.067Z | Checking futures-sink v0.3.31 |
| 1747 | 2025-04-01T17:20:35.226Z | Checking iana-time-zone v0.1.61 |
| 1748 | 2025-04-01T17:20:35.307Z | Checking cpufeatures v0.2.14 |
| 1749 | 2025-04-01T17:20:35.335Z | Checking hashbrown v0.15.1 |
| 1750 | 2025-04-01T17:20:35.422Z | Checking pin-utils v0.1.0 |
| 1751 | 2025-04-01T17:20:35.457Z | Checking futures-channel v0.3.31 |
| 1752 | 2025-04-01T17:20:35.535Z | Checking fnv v1.0.7 |
| 1753 | 2025-04-01T17:20:35.688Z | Checking futures-task v0.3.31 |
| 1754 | 2025-04-01T17:20:35.842Z | Checking stable_deref_trait v1.2.0 |
| 1755 | 2025-04-01T17:20:35.954Z | Checking futures-util v0.3.31 |
| 1756 | 2025-04-01T17:20:35.989Z | Checking errno v0.3.9 |
| 1757 | 2025-04-01T17:20:36.056Z | Checking crypto-common v0.1.6 |
| 1758 | 2025-04-01T17:20:36.119Z | Checking block-buffer v0.10.4 |
| 1759 | 2025-04-01T17:20:36.187Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1760 | 2025-04-01T17:20:36.263Z | Checking dyn-clone v1.0.19 |
| 1761 | 2025-04-01T17:20:36.286Z | Checking tracing-core v0.1.32 |
| 1762 | 2025-04-01T17:20:36.337Z | Checking ppv-lite86 v0.2.20 |
| 1763 | 2025-04-01T17:20:36.422Z | Checking zerofrom v0.1.4 |
| 1764 | 2025-04-01T17:20:36.454Z | Checking writeable v0.5.5 |
| 1765 | 2025-04-01T17:20:36.551Z | Checking litemap v0.7.3 |
| 1766 | 2025-04-01T17:20:36.554Z | Checking digest v0.10.7 |
| 1767 | 2025-04-01T17:20:36.644Z | Checking yoke v0.7.4 |
| 1768 | 2025-04-01T17:20:36.772Z | Checking percent-encoding v2.3.1 |
| 1769 | 2025-04-01T17:20:36.887Z | Checking tracing v0.1.40 |
| 1770 | 2025-04-01T17:20:36.918Z | Checking block-padding v0.3.3 |
| 1771 | 2025-04-01T17:20:36.954Z | Checking crossbeam-utils v0.8.20 |
| 1772 | 2025-04-01T17:20:36.983Z | Checking zerovec v0.10.4 |
| 1773 | 2025-04-01T17:20:37.010Z | Checking icu_locid_transform_data v1.5.0 |
| 1774 | 2025-04-01T17:20:37.015Z | Checking rand_chacha v0.3.1 |
| 1775 | 2025-04-01T17:20:37.123Z | Checking regex-syntax v0.8.5 |
| 1776 | 2025-04-01T17:20:37.150Z | Checking inout v0.1.3 |
| 1777 | 2025-04-01T17:20:37.229Z | Checking form_urlencoded v1.2.1 |
| 1778 | 2025-04-01T17:20:37.400Z | Checking cipher v0.4.4 |
| 1779 | 2025-04-01T17:20:37.432Z | Checking rand v0.8.5 |
| 1780 | 2025-04-01T17:20:37.463Z | Checking spin v0.9.8 |
| 1781 | 2025-04-01T17:20:37.618Z | Checking icu_properties_data v1.5.0 |
| 1782 | 2025-04-01T17:20:37.651Z | Checking bytes v1.10.1 |
| 1783 | 2025-04-01T17:20:37.785Z | Checking bitflags v2.6.0 |
| 1784 | 2025-04-01T17:20:37.829Z | Checking serde_json v1.0.140 |
| 1785 | 2025-04-01T17:20:37.862Z | Checking chrono v0.4.40 |
| 1786 | 2025-04-01T17:20:38.101Z | Checking uuid v1.15.1 |
| 1787 | 2025-04-01T17:20:38.482Z | Checking semver v1.0.25 |
| 1788 | 2025-04-01T17:20:38.603Z | Checking indexmap v2.7.1 |
| 1789 | 2025-04-01T17:20:38.695Z | Checking tokio v1.43.0 |
| 1790 | 2025-04-01T17:20:38.740Z | Checking rustix v0.38.37 |
| 1791 | 2025-04-01T17:20:38.918Z | Checking http v1.2.0 |
| 1792 | 2025-04-01T17:20:39.407Z | Checking tinystr v0.7.6 |
| 1793 | 2025-04-01T17:20:39.758Z | Checking icu_locid v1.5.0 |
| 1794 | 2025-04-01T17:20:39.780Z | Checking schemars v0.8.22 |
| 1795 | 2025-04-01T17:20:39.818Z | Checking icu_collections v1.5.0 |
| 1796 | 2025-04-01T17:20:40.153Z | Checking atomic-waker v1.1.2 |
| 1797 | 2025-04-01T17:20:40.302Z | Checking aho-corasick v1.1.3 |
| 1798 | 2025-04-01T17:20:40.330Z | Checking utf8_iter v1.0.4 |
| 1799 | 2025-04-01T17:20:40.367Z | Checking utf16_iter v1.0.5 |
| 1800 | 2025-04-01T17:20:40.445Z | Checking write16 v1.0.0 |
| 1801 | 2025-04-01T17:20:40.540Z | Checking icu_normalizer_data v1.5.0 |
| 1802 | 2025-04-01T17:20:40.565Z | Checking powerfmt v0.2.0 |
| 1803 | 2025-04-01T17:20:40.593Z | Checking untrusted v0.9.0 |
| 1804 | 2025-04-01T17:20:40.653Z | Checking httparse v1.9.5 |
| 1805 | 2025-04-01T17:20:40.703Z | Checking icu_provider v1.5.0 |
| 1806 | 2025-04-01T17:20:40.781Z | Checking ring v0.17.11 |
| 1807 | 2025-04-01T17:20:40.839Z | Checking deranged v0.3.11 |
| 1808 | 2025-04-01T17:20:41.100Z | Checking base64ct v1.6.0 |
| 1809 | 2025-04-01T17:20:41.327Z | Checking time-core v0.1.2 |
| 1810 | 2025-04-01T17:20:41.355Z | Checking icu_locid_transform v1.5.0 |
| 1811 | 2025-04-01T17:20:41.506Z | Checking num-conv v0.1.0 |
| 1812 | 2025-04-01T17:20:41.541Z | Checking num_threads v0.1.7 |
| 1813 | 2025-04-01T17:20:41.680Z | Checking sha2 v0.10.8 |
| 1814 | 2025-04-01T17:20:41.758Z | Checking hmac v0.12.1 |
| 1815 | 2025-04-01T17:20:41.965Z | Checking regex-automata v0.4.8 |
| 1816 | 2025-04-01T17:20:41.968Z | Checking unicode-ident v1.0.14 |
| 1817 | 2025-04-01T17:20:42.013Z | Checking adler2 v2.0.0 |
| 1818 | 2025-04-01T17:20:42.141Z | Checking time v0.3.36 |
| 1819 | 2025-04-01T17:20:42.174Z | Checking proc-macro2 v1.0.94 |
| 1820 | 2025-04-01T17:20:42.199Z | Checking miniz_oxide v0.8.5 |
| 1821 | 2025-04-01T17:20:42.240Z | Checking rustls-pki-types v1.10.0 |
| 1822 | 2025-04-01T17:20:42.334Z | Checking icu_properties v1.5.1 |
| 1823 | 2025-04-01T17:20:42.786Z | Checking http-body v1.0.1 |
| 1824 | 2025-04-01T17:20:42.830Z | Checking quote v1.0.39 |
| 1825 | 2025-04-01T17:20:42.931Z | Checking aws-lc-sys v0.26.0 |
| 1826 | 2025-04-01T17:20:42.959Z | Checking try-lock v0.2.5 |
| 1827 | 2025-04-01T17:20:42.996Z | Checking httpdate v1.0.3 |
| 1828 | 2025-04-01T17:20:43.123Z | Checking base64 v0.22.1 |
| 1829 | 2025-04-01T17:20:43.169Z | Checking syn v2.0.98 |
| 1830 | 2025-04-01T17:20:43.253Z | Checking untrusted v0.7.1 |
| 1831 | 2025-04-01T17:20:43.432Z | Checking want v0.3.1 |
| 1832 | 2025-04-01T17:20:43.632Z | Checking pem-rfc7468 v0.7.0 |
| 1833 | 2025-04-01T17:20:43.655Z | Checking tower-service v0.3.3 |
| 1834 | 2025-04-01T17:20:43.798Z | Checking slog v2.7.0 |
| 1835 | 2025-04-01T17:20:43.920Z | Checking flagset v0.4.6 |
| 1836 | 2025-04-01T17:20:44.117Z | Checking der v0.7.9 |
| 1837 | 2025-04-01T17:20:44.267Z | Checking pbkdf2 v0.12.2 |
| 1838 | 2025-04-01T17:20:44.463Z | Checking aes v0.8.4 |
| 1839 | 2025-04-01T17:20:44.466Z | Checking lazy_static v1.5.0 |
| 1840 | 2025-04-01T17:20:44.632Z | Checking gimli v0.31.1 |
| 1841 | 2025-04-01T17:20:45.175Z | Checking aws-lc-rs v1.12.4 |
| 1842 | 2025-04-01T17:20:45.261Z | Checking tokio-util v0.7.13 |
| 1843 | 2025-04-01T17:20:45.356Z | Checking mime v0.3.17 |
| 1844 | 2025-04-01T17:20:45.598Z | Checking icu_normalizer v1.5.0 |
| 1845 | 2025-04-01T17:20:45.688Z | Checking cbc v0.1.2 |
| 1846 | 2025-04-01T17:20:45.855Z | Checking spki v0.7.3 |
| 1847 | 2025-04-01T17:20:45.892Z | Checking regex v1.11.1 |
| 1848 | 2025-04-01T17:20:45.916Z | Checking salsa20 v0.10.2 |
| 1849 | 2025-04-01T17:20:46.039Z | Checking h2 v0.4.6 |
| 1850 | 2025-04-01T17:20:46.129Z | Checking object v0.36.5 |
| 1851 | 2025-04-01T17:20:46.168Z | Checking rustc-demangle v0.1.24 |
| 1852 | 2025-04-01T17:20:46.344Z | Checking idna_adapter v1.2.0 |
| 1853 | 2025-04-01T17:20:46.473Z | Checking scrypt v0.11.0 |
| 1854 | 2025-04-01T17:20:46.559Z | Checking idna v1.0.3 |
| 1855 | 2025-04-01T17:20:46.627Z | Checking http-body-util v0.1.2 |
| 1856 | 2025-04-01T17:20:46.727Z | Checking foreign-types-shared v0.1.1 |
| 1857 | 2025-04-01T17:20:46.868Z | Checking ipnet v2.11.0 |
| 1858 | 2025-04-01T17:20:46.978Z | Checking rustls-webpki v0.102.8 |
| 1859 | 2025-04-01T17:20:47.033Z | Checking url v2.5.3 |
| 1860 | 2025-04-01T17:20:47.061Z | Checking openssl-probe v0.1.5 |
| 1861 | 2025-04-01T17:20:47.231Z | Checking utf8parse v0.2.2 |
| 1862 | 2025-04-01T17:20:47.312Z | Checking foreign-types v0.3.2 |
| 1863 | 2025-04-01T17:20:47.402Z | Checking pkcs5 v0.7.1 |
| 1864 | 2025-04-01T17:20:47.429Z | Checking rustls-pemfile v2.2.0 |
| 1865 | 2025-04-01T17:20:47.659Z | Checking openssl-sys v0.9.106 |
| 1866 | 2025-04-01T17:20:47.764Z | Checking futures-executor v0.3.31 |
| 1867 | 2025-04-01T17:20:47.834Z | Checking serde_urlencoded v0.7.1 |
| 1868 | 2025-04-01T17:20:47.930Z | Checking pkcs8 v0.10.2 |
| 1869 | 2025-04-01T17:20:48.021Z | Checking encoding_rs v0.8.34 |
| 1870 | 2025-04-01T17:20:48.221Z | Checking anstyle v1.0.10 |
| 1871 | 2025-04-01T17:20:48.251Z | Checking futures v0.3.31 |
| 1872 | 2025-04-01T17:20:48.385Z | Checking rustls v0.23.19 |
| 1873 | 2025-04-01T17:20:48.446Z | Checking addr2line v0.24.2 |
| 1874 | 2025-04-01T17:20:48.549Z | Checking toml_datetime v0.6.8 |
| 1875 | 2025-04-01T17:20:48.865Z | Checking serde_spanned v0.6.8 |
| 1876 | 2025-04-01T17:20:48.893Z | Checking openssl v0.10.71 |
| 1877 | 2025-04-01T17:20:48.949Z | Checking psl-types v2.0.11 |
| 1878 | 2025-04-01T17:20:49.094Z | Checking either v1.14.0 |
| 1879 | 2025-04-01T17:20:49.151Z | Checking publicsuffix v2.3.0 |
| 1880 | 2025-04-01T17:20:49.258Z | Checking anstyle-parse v0.2.5 |
| 1881 | 2025-04-01T17:20:49.445Z | Checking cookie v0.18.1 |
| 1882 | 2025-04-01T17:20:49.484Z | Checking webpki-roots v0.26.6 |
| 1883 | 2025-04-01T17:20:49.550Z | Checking sync_wrapper v1.0.1 |
| 1884 | 2025-04-01T17:20:49.706Z | Checking anstyle-query v1.1.1 |
| 1885 | 2025-04-01T17:20:49.734Z | Checking is_terminal_polyfill v1.70.1 |
| 1886 | 2025-04-01T17:20:49.877Z | Checking tower-layer v0.3.3 |
| 1887 | 2025-04-01T17:20:49.910Z | Checking colorchoice v1.0.2 |
| 1888 | 2025-04-01T17:20:49.910Z | Checking cookie_store v0.21.1 |
| 1889 | 2025-04-01T17:20:50.064Z | Checking anstream v0.6.15 |
| 1890 | 2025-04-01T17:20:50.131Z | Checking tower v0.5.2 |
| 1891 | 2025-04-01T17:20:50.196Z | Checking terminal_size v0.4.0 |
| 1892 | 2025-04-01T17:20:50.397Z | Checking ipnetwork v0.21.1 |
| 1893 | 2025-04-01T17:20:50.449Z | Checking strsim v0.11.1 |
| 1894 | 2025-04-01T17:20:50.566Z | Checking clap_lex v0.7.4 |
| 1895 | 2025-04-01T17:20:50.752Z | Checking openapiv3 v2.0.0 |
| 1896 | 2025-04-01T17:20:50.779Z | Checking signature v2.2.0 |
| 1897 | 2025-04-01T17:20:50.821Z | Checking clap_builder v4.5.32 |
| 1898 | 2025-04-01T17:20:50.885Z | Checking data-encoding v2.6.0 |
| 1899 | 2025-04-01T17:20:50.982Z | Checking bitflags v1.3.2 |
| 1900 | 2025-04-01T17:20:51.100Z | Checking tinyvec_macros v0.1.1 |
| 1901 | 2025-04-01T17:20:51.213Z | Checking tinyvec v1.8.0 |
| 1902 | 2025-04-01T17:20:51.447Z | Checking sha1 v0.10.6 |
| 1903 | 2025-04-01T17:20:51.758Z | Checking num-integer v0.1.46 |
| 1904 | 2025-04-01T17:20:51.892Z | Checking backtrace v0.3.74 |
| 1905 | 2025-04-01T17:20:52.085Z | Checking hyper v1.6.0 |
| 1906 | 2025-04-01T17:20:52.271Z | Checking scroll v0.12.0 |
| 1907 | 2025-04-01T17:20:52.505Z | Checking anyhow v1.0.97 |
| 1908 | 2025-04-01T17:20:52.578Z | Checking ucd-trie v0.1.7 |
| 1909 | 2025-04-01T17:20:52.744Z | Checking plain v0.2.3 |
| 1910 | 2025-04-01T17:20:52.800Z | Checking pest v2.7.14 |
| 1911 | 2025-04-01T17:20:52.905Z | Checking crc32fast v1.4.2 |
| 1912 | 2025-04-01T17:20:52.934Z | Checking goblin v0.8.2 |
| 1913 | 2025-04-01T17:20:53.156Z | Checking winnow v0.7.3 |
| 1914 | 2025-04-01T17:20:53.419Z | Checking tokio-rustls v0.26.0 |
| 1915 | 2025-04-01T17:20:53.649Z | Checking clap v4.5.32 |
| 1916 | 2025-04-01T17:20:53.780Z | Checking pretty-hex v0.4.1 |
| 1917 | 2025-04-01T17:20:53.843Z | Checking base16ct v0.2.0 |
| 1918 | 2025-04-01T17:20:53.935Z | Checking hex v0.4.3 |
| 1919 | 2025-04-01T17:20:53.961Z | Checking native-tls v0.2.12 |
| 1920 | 2025-04-01T17:20:53.992Z | Checking ff v0.13.0 |
| 1921 | 2025-04-01T17:20:54.029Z | Checking hyper-util v0.1.10 |
| 1922 | 2025-04-01T17:20:54.074Z | Checking sec1 v0.7.3 |
| 1923 | 2025-04-01T17:20:54.206Z | Checking thread-id v4.2.2 |
| 1924 | 2025-04-01T17:20:54.263Z | Checking tokio-native-tls v0.3.1 |
| 1925 | 2025-04-01T17:20:54.339Z | Checking zerocopy v0.8.10 |
| 1926 | 2025-04-01T17:20:54.437Z | Checking group v0.13.0 |
| 1927 | 2025-04-01T17:20:54.466Z | Checking num-iter v0.1.45 |
| 1928 | 2025-04-01T17:20:54.545Z | Checking oxnet v0.1.1 |
| 1929 | 2025-04-01T17:20:54.648Z | Checking hkdf v0.12.4 |
| 1930 | 2025-04-01T17:20:54.686Z | Checking crypto-bigint v0.5.5 |
| 1931 | 2025-04-01T17:20:54.869Z | Checking memmap v0.7.0 |
| 1932 | 2025-04-01T17:20:54.933Z | Checking unicode-width v0.2.0 |
| 1933 | 2025-04-01T17:20:55.094Z | Checking static_assertions v1.1.0 |
| 1934 | 2025-04-01T17:20:55.200Z | Checking bstr v1.10.0 |
| 1935 | 2025-04-01T17:20:55.262Z | Checking dtrace-parser v0.2.0 |
| 1936 | 2025-04-01T17:20:55.466Z | Checking unicode-segmentation v1.12.0 |
| 1937 | 2025-04-01T17:20:55.775Z | Checking winnow v0.5.40 |
| 1938 | 2025-04-01T17:20:55.913Z | Checking toml_edit v0.22.24 |
| 1939 | 2025-04-01T17:20:56.036Z | Checking hyper-rustls v0.27.3 |
| 1940 | 2025-04-01T17:20:56.070Z | Checking hyper-tls v0.6.0 |
| 1941 | 2025-04-01T17:20:56.172Z | Checking num-bigint-dig v0.8.4 |
| 1942 | 2025-04-01T17:20:56.351Z | Checking flate2 v1.1.0 |
| 1943 | 2025-04-01T17:20:56.450Z | Checking reqwest v0.12.12 |
| 1944 | 2025-04-01T17:20:56.983Z | Checking pkcs1 v0.7.5 |
| 1945 | 2025-04-01T17:20:57.064Z | Checking crossbeam-epoch v0.9.18 |
| 1946 | 2025-04-01T17:20:57.387Z | Checking elliptic-curve v0.13.8 |
| 1947 | 2025-04-01T17:20:57.413Z | Checking zerocopy v0.6.6 |
| 1948 | 2025-04-01T17:20:57.496Z | Checking unicode-normalization v0.1.24 |
| 1949 | 2025-04-01T17:20:57.643Z | Checking dof v0.3.0 |
| 1950 | 2025-04-01T17:20:58.005Z | Checking rfc6979 v0.4.0 |
| 1951 | 2025-04-01T17:20:58.085Z | Checking hubpack v0.1.2 |
| 1952 | 2025-04-01T17:20:58.151Z | Checking rsa v0.9.6 |
| 1953 | 2025-04-01T17:20:58.195Z | Checking managed v0.8.0 |
| 1954 | 2025-04-01T17:20:58.243Z | Checking ecdsa v0.16.9 |
| 1955 | 2025-04-01T17:20:58.269Z | Checking usdt-impl v0.5.0 |
| 1956 | 2025-04-01T17:20:58.385Z | Checking crossbeam-deque v0.8.5 |
| 1957 | 2025-04-01T17:20:58.413Z | Checking x509-cert v0.2.5 |
| 1958 | 2025-04-01T17:20:58.524Z | Checking toml_edit v0.19.15 |
| 1959 | 2025-04-01T17:20:58.527Z | Checking newtype-uuid v1.2.1 |
| 1960 | 2025-04-01T17:20:58.575Z | Checking curve25519-dalek v4.1.3 |
| 1961 | 2025-04-01T17:20:58.701Z | Checking ahash v0.8.11 |
| 1962 | 2025-04-01T17:20:58.802Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1963 | 2025-04-01T17:20:58.830Z | Checking usdt v0.5.0 |
| 1964 | 2025-04-01T17:20:58.927Z | Checking siphasher v0.3.11 |
| 1965 | 2025-04-01T17:20:58.956Z | Checking bzip2 v0.4.4 |
| 1966 | 2025-04-01T17:20:59.065Z | Checking daft v0.1.2 |
| 1967 | 2025-04-01T17:20:59.104Z | Checking rayon-core v1.12.1 |
| 1968 | 2025-04-01T17:20:59.192Z | Checking ed25519 v2.2.3 |
| 1969 | 2025-04-01T17:20:59.240Z | Checking signal-hook v0.3.17 |
| 1970 | 2025-04-01T17:20:59.244Z | Checking rand_core v0.9.2 |
| 1971 | 2025-04-01T17:20:59.504Z | Checking console v0.15.10 |
| 1972 | 2025-04-01T17:20:59.530Z | Checking hickory-proto v0.24.4 |
| 1973 | 2025-04-01T17:20:59.598Z | Checking itertools v0.10.5 |
| 1974 | 2025-04-01T17:20:59.627Z | Checking memoffset v0.9.1 |
| 1975 | 2025-04-01T17:20:59.751Z | Checking rand_chacha v0.9.0 |
| 1976 | 2025-04-01T17:20:59.756Z | Checking signal-hook-mio v0.2.4 |
| 1977 | 2025-04-01T17:20:59.849Z | Checking zip v0.6.6 |
| 1978 | 2025-04-01T17:20:59.938Z | Checking fs-err v2.11.0 |
| 1979 | 2025-04-01T17:21:00.030Z | Checking hash32 v0.2.1 |
| 1980 | 2025-04-01T17:21:00.180Z | Checking simd-adler32 v0.3.7 |
| 1981 | 2025-04-01T17:21:00.335Z | Checking ed25519-dalek v2.1.1 |
| 1982 | 2025-04-01T17:21:00.362Z | Checking unicode-bidi v0.3.17 |
| 1983 | 2025-04-01T17:21:00.505Z | Checking bumpalo v3.16.0 |
| 1984 | 2025-04-01T17:21:00.541Z | Checking predicates-core v1.0.8 |
| 1985 | 2025-04-01T17:21:00.544Z | Checking unicode-properties v0.1.3 |
| 1986 | 2025-04-01T17:21:00.750Z | Checking lockfree-object-pool v0.1.6 |
| 1987 | 2025-04-01T17:21:00.779Z | Checking heapless v0.7.17 |
| 1988 | 2025-04-01T17:21:00.845Z | Checking rand v0.9.0 |
| 1989 | 2025-04-01T17:21:00.887Z | Checking toml v0.7.8 |
| 1990 | 2025-04-01T17:21:00.960Z | Checking crossterm v0.28.1 |
| 1991 | 2025-04-01T17:21:00.998Z | Checking stringprep v0.1.5 |
| 1992 | 2025-04-01T17:21:01.026Z | Checking zopfli v0.8.1 |
| 1993 | 2025-04-01T17:21:01.295Z | Checking rayon v1.10.0 |
| 1994 | 2025-04-01T17:21:01.551Z | Checking phf_shared v0.11.2 |
| 1995 | 2025-04-01T17:21:01.669Z | Checking similar v2.7.0 |
| 1996 | 2025-04-01T17:21:01.696Z | Checking tokio-stream v0.1.17 |
| 1997 | 2025-04-01T17:21:01.723Z | Checking md-5 v0.10.6 |
| 1998 | 2025-04-01T17:21:01.831Z | Checking float-cmp v0.10.0 |
| 1999 | 2025-04-01T17:21:01.870Z | Checking normalize-line-endings v0.3.0 |
| 2000 | 2025-04-01T17:21:01.959Z | Checking difflib v0.4.0 |
| 2001 | 2025-04-01T17:21:02.010Z | Checking fallible-iterator v0.2.0 |
| 2002 | 2025-04-01T17:21:02.050Z | Checking phf v0.11.2 |
| 2003 | 2025-04-01T17:21:02.306Z | Checking predicates v3.1.3 |
| 2004 | 2025-04-01T17:21:02.333Z | Checking zip v2.1.3 |
| 2005 | 2025-04-01T17:21:02.455Z | Checking smoltcp v0.9.1 |
| 2006 | 2025-04-01T17:21:02.499Z | Checking nix v0.29.0 |
| 2007 | 2025-04-01T17:21:02.574Z | Checking postgres-protocol v0.6.8 |
| 2008 | 2025-04-01T17:21:02.663Z | Checking phf_shared v0.10.0 |
| 2009 | 2025-04-01T17:21:02.922Z | Checking buf-list v1.0.3 |
| 2010 | 2025-04-01T17:21:02.946Z | Checking serde-big-array v0.5.1 |
| 2011 | 2025-04-01T17:21:03.163Z | Checking portable-atomic v1.9.0 |
| 2012 | 2025-04-01T17:21:03.216Z | Checking precomputed-hash v0.1.1 |
| 2013 | 2025-04-01T17:21:03.254Z | Checking minimal-lexical v0.2.1 |
| 2014 | 2025-04-01T17:21:03.358Z | Checking number_prefix v0.4.0 |
| 2015 | 2025-04-01T17:21:03.412Z | Checking fixedbitset v0.4.2 |
| 2016 | 2025-04-01T17:21:03.555Z | Checking lalrpop-util v0.19.12 |
| 2017 | 2025-04-01T17:21:03.652Z | Checking new_debug_unreachable v1.0.6 |
| 2018 | 2025-04-01T17:21:03.679Z | Checking petgraph v0.6.5 |
| 2019 | 2025-04-01T17:21:03.764Z | Checking string_cache v0.8.7 |
| 2020 | 2025-04-01T17:21:03.836Z | Checking nom v7.1.3 |
| 2021 | 2025-04-01T17:21:03.867Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2022 | 2025-04-01T17:21:03.895Z | Checking postgres-types v0.2.9 |
| 2023 | 2025-04-01T17:21:03.923Z | Checking itertools v0.12.1 |
| 2024 | 2025-04-01T17:21:04.036Z | Checking peg-runtime v0.8.5 |
| 2025 | 2025-04-01T17:21:04.122Z | Checking whoami v1.5.2 |
| 2026 | 2025-04-01T17:21:04.287Z | Compiling thiserror-impl v2.0.12 |
| 2027 | 2025-04-01T17:21:04.570Z | Checking tokio-postgres v0.7.13 |
| 2028 | 2025-04-01T17:21:04.594Z | Compiling regress v0.10.3 |
| 2029 | 2025-04-01T17:21:04.759Z | Checking indicatif v0.17.11 |
| 2030 | 2025-04-01T17:21:05.543Z | Compiling ident_case v1.0.1 |
| 2031 | 2025-04-01T17:21:05.755Z | Compiling darling_core v0.20.10 |
| 2032 | 2025-04-01T17:21:06.276Z | Checking camino v1.1.9 |
| 2033 | 2025-04-01T17:21:06.483Z | Compiling unsafe-libyaml v0.2.11 |
| 2034 | 2025-04-01T17:21:06.699Z | Checking heck v0.5.0 |
| 2035 | 2025-04-01T17:21:06.789Z | Checking is-terminal v0.4.13 |
| 2036 | 2025-04-01T17:21:06.939Z | Checking fastrand v2.1.1 |
| 2037 | 2025-04-01T17:21:07.256Z | Checking dirs-sys-next v0.1.2 |
| 2038 | 2025-04-01T17:21:07.386Z | Checking crossbeam-channel v0.5.13 |
| 2039 | 2025-04-01T17:21:07.455Z | Checking dirs-next v2.0.0 |
| 2040 | 2025-04-01T17:21:07.497Z | Checking thiserror v2.0.12 |
| 2041 | 2025-04-01T17:21:07.656Z | Checking thread_local v1.1.8 |
| 2042 | 2025-04-01T17:21:07.778Z | Compiling serde_yaml v0.9.34+deprecated |
| 2043 | 2025-04-01T17:21:07.954Z | Checking term v0.7.0 |
| 2044 | 2025-04-01T17:21:08.122Z | Checking take_mut v0.2.2 |
| 2045 | 2025-04-01T17:21:08.297Z | Compiling typify-impl v0.3.0 |
| 2046 | 2025-04-01T17:21:08.321Z | Checking slog-async v2.8.0 |
| 2047 | 2025-04-01T17:21:08.383Z | Checking slog-term v2.9.1 |
| 2048 | 2025-04-01T17:21:08.626Z | Checking progenitor-client v0.9.1 |
| 2049 | 2025-04-01T17:21:08.868Z | Checking toml v0.8.20 |
| 2050 | 2025-04-01T17:21:08.946Z | Compiling structmeta-derive v0.3.0 |
| 2051 | 2025-04-01T17:21:09.023Z | Compiling rustls v0.22.4 |
| 2052 | 2025-04-01T17:21:09.242Z | Checking tempfile v3.13.0 |
| 2053 | 2025-04-01T17:21:09.380Z | Checking match_cfg v0.1.0 |
| 2054 | 2025-04-01T17:21:09.491Z | Checking hostname v0.3.1 |
| 2055 | 2025-04-01T17:21:09.533Z | Compiling multer v3.1.0 |
| 2056 | 2025-04-01T17:21:09.626Z | Checking quick-error v1.2.3 |
| 2057 | 2025-04-01T17:21:09.651Z | Checking strum v0.26.3 |
| 2058 | 2025-04-01T17:21:09.782Z | Compiling async-stream-impl v0.3.6 |
| 2059 | 2025-04-01T17:21:09.816Z | Checking debug-ignore v1.0.5 |
| 2060 | 2025-04-01T17:21:09.946Z | Checking serde_path_to_error v0.1.16 |
| 2061 | 2025-04-01T17:21:09.985Z | Checking wait-timeout v0.2.0 |
| 2062 | 2025-04-01T17:21:10.196Z | Compiling dropshot v0.16.0 |
| 2063 | 2025-04-01T17:21:10.576Z | Checking slog-json v2.6.1 |
| 2064 | 2025-04-01T17:21:10.626Z | Compiling dropshot_endpoint v0.16.0 |
| 2065 | 2025-04-01T17:21:10.853Z | Checking bit-vec v0.8.0 |
| 2066 | 2025-04-01T17:21:11.052Z | Checking slog-bunyan v2.5.0 |
| 2067 | 2025-04-01T17:21:11.223Z | Checking bit-set v0.8.0 |
| 2068 | 2025-04-01T17:21:11.226Z | Checking rusty-fork v0.3.0 |
| 2069 | 2025-04-01T17:21:11.476Z | Compiling darling_macro v0.20.10 |
| 2070 | 2025-04-01T17:21:11.504Z | Checking rand_xorshift v0.3.0 |
| 2071 | 2025-04-01T17:21:11.532Z | Compiling structmeta v0.3.0 |
| 2072 | 2025-04-01T17:21:11.557Z | Checking unarray v0.1.4 |
| 2073 | 2025-04-01T17:21:11.702Z | Checking async-stream v0.3.6 |
| 2074 | 2025-04-01T17:21:11.738Z | Checking proptest v1.6.0 |
| 2075 | 2025-04-01T17:21:11.939Z | Compiling parse-display-derive v0.10.0 |
| 2076 | 2025-04-01T17:21:12.297Z | Compiling test-strategy v0.4.0 |
| 2077 | 2025-04-01T17:21:12.340Z | Compiling darling v0.20.10 |
| 2078 | 2025-04-01T17:21:12.474Z | Compiling serde_with_macros v3.12.0 |
| 2079 | 2025-04-01T17:21:12.903Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2080 | 2025-04-01T17:21:13.366Z | Checking waitgroup v0.1.2 |
| 2081 | 2025-04-01T17:21:13.533Z | Checking macaddr v1.0.1 |
| 2082 | 2025-04-01T17:21:13.894Z | Checking hostname v0.4.0 |
| 2083 | 2025-04-01T17:21:14.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2084 | 2025-04-01T17:21:14.696Z | Checking tokio-rustls v0.25.0 |
| 2085 | 2025-04-01T17:21:14.724Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2086 | 2025-04-01T17:21:14.805Z | Checking instant v0.1.13 |
| 2087 | 2025-04-01T17:21:14.887Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2088 | 2025-04-01T17:21:14.890Z | Checking serde_with v3.12.0 |
| 2089 | 2025-04-01T17:21:14.943Z | Checking backoff v0.4.0 |
| 2090 | 2025-04-01T17:21:15.238Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2091 | 2025-04-01T17:21:15.458Z | Checking camino-tempfile v1.1.1 |
| 2092 | 2025-04-01T17:21:15.676Z | Checking unicode-width v0.1.14 |
| 2093 | 2025-04-01T17:21:15.705Z | Compiling proc-macro-error v1.0.4 |
| 2094 | 2025-04-01T17:21:15.754Z | Compiling proc-macro-crate v1.3.1 |
| 2095 | 2025-04-01T17:21:15.780Z | Checking parse-display v0.10.0 |
| 2096 | 2025-04-01T17:21:16.041Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2097 | 2025-04-01T17:21:16.185Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2098 | 2025-04-01T17:21:16.211Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2099 | 2025-04-01T17:21:16.293Z | Checking tabwriter v1.4.0 |
| 2100 | 2025-04-01T17:21:16.444Z | Compiling foreign-types-macros v0.2.3 |
| 2101 | 2025-04-01T17:21:16.516Z | Checking foreign-types-shared v0.3.1 |
| 2102 | 2025-04-01T17:21:16.613Z | Compiling num_enum_derive v0.5.11 |
| 2103 | 2025-04-01T17:21:16.718Z | Checking cstr-argument v0.1.2 |
| 2104 | 2025-04-01T17:21:16.764Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2105 | 2025-04-01T17:21:16.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2106 | 2025-04-01T17:21:16.917Z | Checking pretty-hex v0.2.1 |
| 2107 | 2025-04-01T17:21:17.113Z | Checking colored v2.2.0 |
| 2108 | 2025-04-01T17:21:17.181Z | Checking winnow v0.6.20 |
| 2109 | 2025-04-01T17:21:17.494Z | Checking smf v0.2.3 |
| 2110 | 2025-04-01T17:21:17.600Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2111 | 2025-04-01T17:21:17.644Z | Checking foreign-types v0.5.0 |
| 2112 | 2025-04-01T17:21:17.773Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2113 | 2025-04-01T17:21:17.798Z | Checking itertools v0.14.0 |
| 2114 | 2025-04-01T17:21:17.965Z | Checking base64 v0.21.7 |
| 2115 | 2025-04-01T17:21:18.043Z | Compiling crucible-workspace-hack v0.1.0 |
| 2116 | 2025-04-01T17:21:18.084Z | Compiling itertools v0.13.0 |
| 2117 | 2025-04-01T17:21:18.454Z | Compiling heapless v0.8.0 |
| 2118 | 2025-04-01T17:21:18.495Z | Checking hash32 v0.3.1 |
| 2119 | 2025-04-01T17:21:18.715Z | Compiling smoltcp v0.11.0 |
| 2120 | 2025-04-01T17:21:18.823Z | Checking num_enum v0.5.11 |
| 2121 | 2025-04-01T17:21:18.848Z | Checking cobs v0.2.3 |
| 2122 | 2025-04-01T17:21:19.008Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2123 | 2025-04-01T17:21:19.069Z | Checking postcard v1.0.10 |
| 2124 | 2025-04-01T17:21:19.312Z | Checking sigpipe v0.1.3 |
| 2125 | 2025-04-01T17:21:19.415Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2126 | 2025-04-01T17:21:19.445Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2127 | 2025-04-01T17:21:19.596Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2128 | 2025-04-01T17:21:19.621Z | Checking termtree v0.4.1 |
| 2129 | 2025-04-01T17:21:19.808Z | Compiling mockall_derive v0.13.1 |
| 2130 | 2025-04-01T17:21:19.833Z | Checking predicates-tree v1.0.11 |
| 2131 | 2025-04-01T17:21:20.001Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2132 | 2025-04-01T17:21:20.149Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2133 | 2025-04-01T17:21:20.318Z | Compiling zone_cfg_derive v0.3.0 |
| 2134 | 2025-04-01T17:21:20.447Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2135 | 2025-04-01T17:21:20.499Z | Compiling num-derive v0.4.2 |
| 2136 | 2025-04-01T17:21:20.792Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2137 | 2025-04-01T17:21:20.818Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2138 | 2025-04-01T17:21:21.128Z | Checking fragile v2.0.0 |
| 2139 | 2025-04-01T17:21:21.417Z | Checking downcast v0.11.0 |
| 2140 | 2025-04-01T17:21:21.683Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2141 | 2025-04-01T17:21:21.719Z | Checking zone v0.3.0 |
| 2142 | 2025-04-01T17:21:21.785Z | Checking utf-8 v0.7.6 |
| 2143 | 2025-04-01T17:21:21.938Z | Checking atomicwrites v0.4.4 |
| 2144 | 2025-04-01T17:21:22.021Z | Compiling convert_case v0.4.0 |
| 2145 | 2025-04-01T17:21:22.170Z | Checking tungstenite v0.21.0 |
| 2146 | 2025-04-01T17:21:22.417Z | Compiling typify-macro v0.3.0 |
| 2147 | 2025-04-01T17:21:22.462Z | Checking newline-converter v0.3.0 |
| 2148 | 2025-04-01T17:21:22.641Z | Checking expectorate v1.1.0 |
| 2149 | 2025-04-01T17:21:22.755Z | Compiling derive_more v0.99.19 |
| 2150 | 2025-04-01T17:21:22.758Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2151 | 2025-04-01T17:21:22.817Z | Compiling derive-where v1.2.7 |
| 2152 | 2025-04-01T17:21:23.027Z | Checking same-file v1.0.6 |
| 2153 | 2025-04-01T17:21:23.075Z | Checking tokio-tungstenite v0.21.0 |
| 2154 | 2025-04-01T17:21:23.213Z | Checking walkdir v2.5.0 |
| 2155 | 2025-04-01T17:21:23.216Z | Checking arc-swap v1.7.1 |
| 2156 | 2025-04-01T17:21:23.520Z | Checking fixedbitset v0.5.7 |
| 2157 | 2025-04-01T17:21:23.572Z | Checking xattr v1.3.1 |
| 2158 | 2025-04-01T17:21:23.648Z | Checking slog-scope v4.4.0 |
| 2159 | 2025-04-01T17:21:23.790Z | Checking filetime v0.2.25 |
| 2160 | 2025-04-01T17:21:23.865Z | Checking slog-stdlog v4.1.1 |
| 2161 | 2025-04-01T17:21:23.888Z | Checking petgraph v0.7.1 |
| 2162 | 2025-04-01T17:21:24.020Z | Checking tar v0.4.44 |
| 2163 | 2025-04-01T17:21:24.047Z | Checking slog-envlogger v2.2.0 |
| 2164 | 2025-04-01T17:21:24.287Z | Checking num-rational v0.4.2 |
| 2165 | 2025-04-01T17:21:24.857Z | Checking num-complex v0.4.6 |
| 2166 | 2025-04-01T17:21:24.929Z | Checking float-ord v0.3.2 |
| 2167 | 2025-04-01T17:21:25.105Z | Checking password-hash v0.5.0 |
| 2168 | 2025-04-01T17:21:25.604Z | Checking blake2 v0.10.6 |
| 2169 | 2025-04-01T17:21:25.755Z | Checking num v0.4.3 |
| 2170 | 2025-04-01T17:21:25.883Z | Checking indent_write v2.2.0 |
| 2171 | 2025-04-01T17:21:25.988Z | Compiling owo-colors v4.2.0 |
| 2172 | 2025-04-01T17:21:26.069Z | Compiling typify v0.3.0 |
| 2173 | 2025-04-01T17:21:26.096Z | Checking argon2 v0.5.3 |
| 2174 | 2025-04-01T17:21:26.221Z | Compiling progenitor-impl v0.9.1 |
| 2175 | 2025-04-01T17:21:26.562Z | Compiling cancel-safe-futures v0.1.5 |
| 2176 | 2025-04-01T17:21:26.830Z | Checking swrite v0.1.0 |
| 2177 | 2025-04-01T17:21:26.855Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2178 | 2025-04-01T17:21:26.963Z | Checking libsw-core v0.3.1 |
| 2179 | 2025-04-01T17:21:27.096Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2180 | 2025-04-01T17:21:27.207Z | Checking libsw v3.4.0 |
| 2181 | 2025-04-01T17:21:27.274Z | Checking mockall v0.13.1 |
| 2182 | 2025-04-01T17:21:27.515Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2183 | 2025-04-01T17:21:27.797Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2184 | 2025-04-01T17:21:27.819Z | Checking linear-map v1.2.0 |
| 2185 | 2025-04-01T17:21:27.840Z | Checking pem v3.0.5 |
| 2186 | 2025-04-01T17:21:27.910Z | Compiling typify-impl v0.2.0 |
| 2187 | 2025-04-01T17:21:28.624Z | Checking progenitor-client v0.8.0 |
| 2188 | 2025-04-01T17:21:28.820Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2189 | 2025-04-01T17:21:28.988Z | Compiling lzma-sys v0.1.20 |
| 2190 | 2025-04-01T17:21:29.044Z | Checking headers-core v0.3.0 |
| 2191 | 2025-04-01T17:21:29.213Z | Compiling heck v0.3.3 |
| 2192 | 2025-04-01T17:21:29.589Z | Checking highway v1.3.0 |
| 2193 | 2025-04-01T17:21:29.613Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2194 | 2025-04-01T17:21:29.694Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2195 | 2025-04-01T17:21:29.950Z | Compiling zone_cfg_derive v0.1.2 |
| 2196 | 2025-04-01T17:21:30.049Z | Checking headers v0.4.0 |
| 2197 | 2025-04-01T17:21:30.470Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2198 | 2025-04-01T17:21:30.764Z | Checking yasna v0.5.2 |
| 2199 | 2025-04-01T17:21:30.789Z | Checking base64 v0.13.1 |
| 2200 | 2025-04-01T17:21:31.024Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2201 | 2025-04-01T17:21:31.122Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2202 | 2025-04-01T17:21:31.190Z | Checking ron v0.7.1 |
| 2203 | 2025-04-01T17:21:31.356Z | Checking zone v0.1.8 |
| 2204 | 2025-04-01T17:21:31.605Z | Checking xz2 v0.1.7 |
| 2205 | 2025-04-01T17:21:31.655Z | Checking rcgen v0.12.1 |
| 2206 | 2025-04-01T17:21:31.928Z | Checking linked-hash-map v0.5.6 |
| 2207 | 2025-04-01T17:21:32.033Z | Checking subprocess v0.2.9 |
| 2208 | 2025-04-01T17:21:32.259Z | Checking lru-cache v0.1.2 |
| 2209 | 2025-04-01T17:21:32.284Z | Checking resolv-conf v0.7.0 |
| 2210 | 2025-04-01T17:21:32.304Z | Checking humantime v2.1.0 |
| 2211 | 2025-04-01T17:21:32.463Z | Compiling semver v0.1.20 |
| 2212 | 2025-04-01T17:21:32.498Z | Checking half v2.4.1 |
| 2213 | 2025-04-01T17:21:32.567Z | Checking ciborium-io v0.2.2 |
| 2214 | 2025-04-01T17:21:32.612Z | Checking prettyplease v0.2.30 |
| 2215 | 2025-04-01T17:21:32.638Z | Checking hickory-resolver v0.24.4 |
| 2216 | 2025-04-01T17:21:32.661Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2217 | 2025-04-01T17:21:32.821Z | Compiling progenitor-macro v0.9.1 |
| 2218 | 2025-04-01T17:21:32.944Z | Compiling rustc_version v0.1.7 |
| 2219 | 2025-04-01T17:21:32.977Z | Checking ciborium-ll v0.2.2 |
| 2220 | 2025-04-01T17:21:33.299Z | Checking ciborium v0.2.2 |
| 2221 | 2025-04-01T17:21:33.378Z | Compiling newtype_derive v0.1.6 |
| 2222 | 2025-04-01T17:21:34.162Z | Checking qorb v0.2.1 |
| 2223 | 2025-04-01T17:21:34.220Z | Checking steno v0.4.1 |
| 2224 | 2025-04-01T17:21:34.382Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2225 | 2025-04-01T17:21:37.595Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2226 | 2025-04-01T17:21:38.225Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2227 | 2025-04-01T17:21:38.634Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2228 | 2025-04-01T17:21:38.713Z | Compiling slog-dtrace v0.3.0 |
| 2229 | 2025-04-01T17:21:39.193Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2230 | 2025-04-01T17:21:39.550Z | Checking display-error-chain v0.2.2 |
| 2231 | 2025-04-01T17:21:39.752Z | Checking gethostname v0.5.0 |
| 2232 | 2025-04-01T17:21:39.905Z | Checking keccak v0.1.5 |
| 2233 | 2025-04-01T17:21:40.269Z | Checking sha3 v0.10.8 |
| 2234 | 2025-04-01T17:21:40.715Z | Checking bytecount v0.6.8 |
| 2235 | 2025-04-01T17:21:40.898Z | Checking universal-hash v0.5.1 |
| 2236 | 2025-04-01T17:21:41.053Z | Checking secrecy v0.8.0 |
| 2237 | 2025-04-01T17:21:41.110Z | Checking opaque-debug v0.3.1 |
| 2238 | 2025-04-01T17:21:41.227Z | Checking nibble_vec v0.1.0 |
| 2239 | 2025-04-01T17:21:41.270Z | Compiling blake3 v1.5.4 |
| 2240 | 2025-04-01T17:21:41.445Z | Checking endian-type v0.1.2 |
| 2241 | 2025-04-01T17:21:41.676Z | Checking radix_trie v0.2.1 |
| 2242 | 2025-04-01T17:21:41.950Z | Checking aead v0.5.2 |
| 2243 | 2025-04-01T17:21:42.000Z | Compiling typify-macro v0.2.0 |
| 2244 | 2025-04-01T17:21:42.056Z | Checking poly1305 v0.8.0 |
| 2245 | 2025-04-01T17:21:42.138Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2246 | 2025-04-01T17:21:42.183Z | Checking chacha20 v0.9.1 |
| 2247 | 2025-04-01T17:21:42.356Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2248 | 2025-04-01T17:21:42.496Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2249 | 2025-04-01T17:21:42.582Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2250 | 2025-04-01T17:21:42.972Z | Checking chacha20poly1305 v0.10.1 |
| 2251 | 2025-04-01T17:21:43.109Z | Compiling memmap2 v0.9.5 |
| 2252 | 2025-04-01T17:21:43.186Z | Compiling arrayvec v0.7.6 |
| 2253 | 2025-04-01T17:21:43.493Z | Compiling arrayref v0.3.9 |
| 2254 | 2025-04-01T17:21:43.531Z | Compiling constant_time_eq v0.3.1 |
| 2255 | 2025-04-01T17:21:43.604Z | Compiling toolchain_find v0.4.0 |
| 2256 | 2025-04-01T17:21:44.080Z | Compiling topological-sort v0.2.2 |
| 2257 | 2025-04-01T17:21:44.194Z | Compiling rustfmt-wrapper v0.2.1 |
| 2258 | 2025-04-01T17:21:44.333Z | Compiling omicron-zone-package v0.12.0 |
| 2259 | 2025-04-01T17:21:44.622Z | Checking progenitor v0.9.1 |
| 2260 | 2025-04-01T17:21:44.823Z | Checking fxhash v0.2.1 |
| 2261 | 2025-04-01T17:21:44.852Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2262 | 2025-04-01T17:21:45.008Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2263 | 2025-04-01T17:21:45.036Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2264 | 2025-04-01T17:21:45.544Z | Compiling typify v0.2.0 |
| 2265 | 2025-04-01T17:21:45.700Z | Compiling progenitor-impl v0.8.0 |
| 2266 | 2025-04-01T17:21:48.995Z | Checking thiserror-no-std v2.0.2 |
| 2267 | 2025-04-01T17:21:49.139Z | Checking vsss-rs v3.3.4 |
| 2268 | 2025-04-01T17:21:49.266Z | Checking maplit v1.0.2 |
| 2269 | 2025-04-01T17:21:49.399Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2270 | 2025-04-01T17:21:49.613Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2271 | 2025-04-01T17:21:49.932Z | Compiling async-recursion v1.1.1 |
| 2272 | 2025-04-01T17:21:49.967Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2273 | 2025-04-01T17:21:51.408Z | Compiling const_format_proc_macros v0.2.34 |
| 2274 | 2025-04-01T17:21:52.226Z | Compiling radium v0.7.0 |
| 2275 | 2025-04-01T17:21:52.291Z | Compiling progenitor-macro v0.8.0 |
| 2276 | 2025-04-01T17:21:52.384Z | Checking termcolor v1.4.1 |
| 2277 | 2025-04-01T17:21:52.696Z | Checking home v0.5.9 |
| 2278 | 2025-04-01T17:21:52.849Z | Checking kstat-rs v0.2.4 |
| 2279 | 2025-04-01T17:21:52.878Z | Compiling vte_generate_state_changes v0.1.2 |
| 2280 | 2025-04-01T17:21:53.189Z | Compiling maybe-uninit v2.0.0 |
| 2281 | 2025-04-01T17:21:53.302Z | Checking const_format v0.2.34 |
| 2282 | 2025-04-01T17:21:53.572Z | Checking tap v1.0.1 |
| 2283 | 2025-04-01T17:21:53.765Z | Checking wyz v0.5.1 |
| 2284 | 2025-04-01T17:21:53.790Z | Checking vte v0.11.1 |
| 2285 | 2025-04-01T17:21:54.152Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2286 | 2025-04-01T17:21:54.211Z | Checking fd-lock v4.0.2 |
| 2287 | 2025-04-01T17:21:54.435Z | Compiling packed_struct v0.10.1 |
| 2288 | 2025-04-01T17:21:54.779Z | Checking crc-catalog v2.4.0 |
| 2289 | 2025-04-01T17:21:54.903Z | Checking funty v2.0.0 |
| 2290 | 2025-04-01T17:21:54.961Z | Checking crc v3.2.1 |
| 2291 | 2025-04-01T17:21:55.246Z | Checking strip-ansi-escapes v0.2.0 |
| 2292 | 2025-04-01T17:21:55.511Z | Compiling packed_struct_codegen v0.10.1 |
| 2293 | 2025-04-01T17:21:55.599Z | Compiling indexmap v1.9.3 |
| 2294 | 2025-04-01T17:21:55.786Z | Checking bitvec v1.0.1 |
| 2295 | 2025-04-01T17:21:55.945Z | Checking nu-ansi-term v0.50.1 |
| 2296 | 2025-04-01T17:21:56.361Z | Checking nodrop v0.1.14 |
| 2297 | 2025-04-01T17:21:56.509Z | Checking array-init v0.0.4 |
| 2298 | 2025-04-01T17:21:57.440Z | Checking reedline v0.38.0 |
| 2299 | 2025-04-01T17:21:58.185Z | Checking smallvec v0.6.14 |
| 2300 | 2025-04-01T17:21:58.588Z | Checking bitfield v0.14.0 |
| 2301 | 2025-04-01T17:21:58.894Z | Checking hashbrown v0.12.3 |
| 2302 | 2025-04-01T17:22:00.140Z | Checking serde-hex v0.1.0 |
| 2303 | 2025-04-01T17:22:00.228Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2304 | 2025-04-01T17:22:00.526Z | Checking env_logger v0.10.2 |
| 2305 | 2025-04-01T17:22:00.607Z | Checking tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2306 | 2025-04-01T17:22:00.979Z | Checking ron v0.8.1 |
| 2307 | 2025-04-01T17:22:01.002Z | Checking hashbrown v0.13.2 |
| 2308 | 2025-04-01T17:22:01.769Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2309 | 2025-04-01T17:22:01.898Z | Checking crc-any v2.5.0 |
| 2310 | 2025-04-01T17:22:02.220Z | Compiling libefi-sys v0.1.0 |
| 2311 | 2025-04-01T17:22:02.288Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2312 | 2025-04-01T17:22:02.569Z | Checking object v0.30.4 |
| 2313 | 2025-04-01T17:22:02.593Z | Compiling phf_generator v0.11.2 |
| 2314 | 2025-04-01T17:22:02.792Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2315 | 2025-04-01T17:22:03.245Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2316 | 2025-04-01T17:22:03.855Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2317 | 2025-04-01T17:22:03.903Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2318 | 2025-04-01T17:22:06.602Z | Checking progenitor v0.8.0 |
| 2319 | 2025-04-01T17:22:06.832Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2320 | 2025-04-01T17:22:07.073Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2321 | 2025-04-01T17:22:08.041Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2322 | 2025-04-01T17:22:08.104Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2323 | 2025-04-01T17:22:08.816Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2324 | 2025-04-01T17:22:09.065Z | Compiling bitfield-struct v0.6.2 |
| 2325 | 2025-04-01T17:22:09.821Z | Checking path-slash v0.1.5 |
| 2326 | 2025-04-01T17:22:10.120Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2327 | 2025-04-01T17:22:10.162Z | Compiling phf_codegen v0.11.2 |
| 2328 | 2025-04-01T17:22:10.450Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2329 | 2025-04-01T17:22:10.754Z | Checking papergrid v0.11.0 |
| 2330 | 2025-04-01T17:22:10.822Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2331 | 2025-04-01T17:22:11.022Z | Compiling tabled_derive v0.7.0 |
| 2332 | 2025-04-01T17:22:11.131Z | Compiling parse-zoneinfo v0.3.1 |
| 2333 | 2025-04-01T17:22:11.157Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2334 | 2025-04-01T17:22:12.099Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2335 | 2025-04-01T17:22:12.238Z | Compiling cfg_aliases v0.1.1 |
| 2336 | 2025-04-01T17:22:12.785Z | Compiling nix v0.28.0 |
| 2337 | 2025-04-01T17:22:13.141Z | Checking tabled v0.15.0 |
| 2338 | 2025-04-01T17:22:13.288Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2339 | 2025-04-01T17:22:13.519Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2340 | 2025-04-01T17:22:13.548Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2025-04-01T17:22:13.972Z | Compiling chrono-tz-build v0.4.0 |
| 2342 | 2025-04-01T17:22:14.395Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2343 | 2025-04-01T17:22:14.662Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2344 | 2025-04-01T17:22:15.117Z | Checking nanorand v0.7.0 |
| 2345 | 2025-04-01T17:22:15.180Z | Compiling parking_lot_core v0.8.6 |
| 2346 | 2025-04-01T17:22:15.204Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2347 | 2025-04-01T17:22:15.349Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2348 | 2025-04-01T17:22:15.375Z | Compiling chrono-tz v0.10.1 |
| 2349 | 2025-04-01T17:22:15.486Z | Checking flume v0.11.1 |
| 2350 | 2025-04-01T17:22:15.552Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#8a66b292) |
| 2351 | 2025-04-01T17:22:15.695Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2352 | 2025-04-01T17:22:15.823Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2353 | 2025-04-01T17:22:16.005Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2354 | 2025-04-01T17:22:16.170Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2355 | 2025-04-01T17:22:16.492Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2356 | 2025-04-01T17:22:16.850Z | Compiling peg-macros v0.8.5 |
| 2357 | 2025-04-01T17:22:17.053Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2358 | 2025-04-01T17:22:17.278Z | Compiling sqlparser_derive v0.2.2 |
| 2359 | 2025-04-01T17:22:17.990Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2360 | 2025-04-01T17:22:18.153Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2361 | 2025-04-01T17:22:18.156Z | Checking unicode_categories v0.1.1 |
| 2362 | 2025-04-01T17:22:18.230Z | Checking glob v0.3.2 |
| 2363 | 2025-04-01T17:22:18.319Z | Checking sqlparser v0.45.0 |
| 2364 | 2025-04-01T17:22:18.488Z | Checking sqlformat v0.2.6 |
| 2365 | 2025-04-01T17:22:18.563Z | Checking rustyline v14.0.0 |
| 2366 | 2025-04-01T17:22:18.803Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2367 | 2025-04-01T17:22:20.131Z | Checking peg v0.8.5 |
| 2368 | 2025-04-01T17:22:20.240Z | Checking parking_lot v0.11.2 |
| 2369 | 2025-04-01T17:22:20.584Z | Checking bcs v0.1.6 |
| 2370 | 2025-04-01T17:22:21.008Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2371 | 2025-04-01T17:22:21.089Z | Checking termtree v0.5.1 |
| 2372 | 2025-04-01T17:22:21.311Z | Checking sled v0.34.7 |
| 2373 | 2025-04-01T17:22:21.429Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2374 | 2025-04-01T17:22:23.016Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2375 | 2025-04-01T17:22:23.273Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5a0d6edd0ecc7f26225a5bf3849d8508956682d0#5a0d6edd) |
| 2376 | 2025-04-01T17:22:23.296Z | Checking hickory-client v0.24.4 |
| 2377 | 2025-04-01T17:22:23.972Z | Compiling dsl_auto_type v0.1.2 |
| 2378 | 2025-04-01T17:22:24.037Z | Checking hickory-server v0.24.4 |
| 2379 | 2025-04-01T17:22:25.317Z | Checking scheduled-thread-pool v0.2.7 |
| 2380 | 2025-04-01T17:22:25.578Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2381 | 2025-04-01T17:22:25.995Z | Compiling diesel_derives v2.2.3 |
| 2382 | 2025-04-01T17:22:26.498Z | Checking r2d2 v0.8.10 |
| 2383 | 2025-04-01T17:22:26.623Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2384 | 2025-04-01T17:22:26.834Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2385 | 2025-04-01T17:22:26.914Z | Compiling unicase v2.7.0 |
| 2386 | 2025-04-01T17:22:27.027Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2387 | 2025-04-01T17:22:27.391Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2388 | 2025-04-01T17:22:27.474Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2389 | 2025-04-01T17:22:28.043Z | Compiling crunchy v0.2.2 |
| 2390 | 2025-04-01T17:22:28.092Z | Compiling tiny-keccak v2.0.2 |
| 2391 | 2025-04-01T17:22:28.168Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2392 | 2025-04-01T17:22:28.452Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2393 | 2025-04-01T17:22:28.677Z | Checking primeorder v0.13.6 |
| 2394 | 2025-04-01T17:22:28.729Z | Compiling bit-vec v0.6.3 |
| 2395 | 2025-04-01T17:22:28.752Z | Compiling ref-cast v1.0.23 |
| 2396 | 2025-04-01T17:22:29.139Z | Compiling bit-set v0.5.3 |
| 2397 | 2025-04-01T17:22:29.161Z | Compiling mime_guess v2.0.5 |
| 2398 | 2025-04-01T17:22:29.410Z | Compiling ascii-canvas v3.0.0 |
| 2399 | 2025-04-01T17:22:29.912Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2400 | 2025-04-01T17:22:30.064Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2401 | 2025-04-01T17:22:30.143Z | Compiling ena v0.14.3 |
| 2402 | 2025-04-01T17:22:30.221Z | Compiling ref-cast-impl v1.0.23 |
| 2403 | 2025-04-01T17:22:30.302Z | Checking http-range v0.1.5 |
| 2404 | 2025-04-01T17:22:30.518Z | Compiling regex-syntax v0.6.29 |
| 2405 | 2025-04-01T17:22:30.541Z | Compiling diff v0.1.13 |
| 2406 | 2025-04-01T17:22:30.702Z | Compiling bindgen v0.71.1 |
| 2407 | 2025-04-01T17:22:30.823Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2408 | 2025-04-01T17:22:31.327Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2409 | 2025-04-01T17:22:31.502Z | Checking signal-hook-tokio v0.3.1 |
| 2410 | 2025-04-01T17:22:31.561Z | Checking atty v0.2.14 |
| 2411 | 2025-04-01T17:22:31.681Z | Compiling salty v0.3.0 |
| 2412 | 2025-04-01T17:22:31.713Z | Compiling rustc-hash v2.1.1 |
| 2413 | 2025-04-01T17:22:32.162Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2414 | 2025-04-01T17:22:32.512Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2415 | 2025-04-01T17:22:33.721Z | Compiling lalrpop v0.19.12 |
| 2416 | 2025-04-01T17:22:33.925Z | Checking p384 v0.13.0 |
| 2417 | 2025-04-01T17:22:34.164Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2418 | 2025-04-01T17:22:34.963Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2419 | 2025-04-01T17:22:35.080Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2420 | 2025-04-01T17:22:35.599Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2421 | 2025-04-01T17:22:35.644Z | Compiling derive_builder_core v0.20.2 |
| 2422 | 2025-04-01T17:22:35.927Z | Compiling libxml v0.3.3 |
| 2423 | 2025-04-01T17:22:36.216Z | Checking hyper-staticfile v0.10.1 |
| 2424 | 2025-04-01T17:22:36.717Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2425 | 2025-04-01T17:22:36.912Z | Checking tungstenite v0.23.0 |
| 2426 | 2025-04-01T17:22:37.093Z | Checking diesel v2.2.8 |
| 2427 | 2025-04-01T17:22:37.180Z | Compiling strum_macros v0.24.3 |
| 2428 | 2025-04-01T17:22:37.723Z | Compiling derive_builder_macro v0.20.2 |
| 2429 | 2025-04-01T17:22:37.783Z | Checking env_filter v0.1.2 |
| 2430 | 2025-04-01T17:22:38.049Z | Compiling dropshot v0.12.0 |
| 2431 | 2025-04-01T17:22:38.403Z | Compiling indoc v1.0.9 |
| 2432 | 2025-04-01T17:22:38.591Z | Checking derive_builder v0.20.2 |
| 2433 | 2025-04-01T17:22:38.846Z | Checking env_logger v0.11.5 |
| 2434 | 2025-04-01T17:22:39.176Z | Checking tokio-tungstenite v0.23.1 |
| 2435 | 2025-04-01T17:22:39.280Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2436 | 2025-04-01T17:22:39.862Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2437 | 2025-04-01T17:22:40.045Z | Checking quick-xml v0.37.2 |
| 2438 | 2025-04-01T17:22:40.191Z | Compiling dropshot_endpoint v0.12.0 |
| 2439 | 2025-04-01T17:22:40.319Z | Compiling oso-derive v0.27.3 |
| 2440 | 2025-04-01T17:22:40.342Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2441 | 2025-04-01T17:22:41.150Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2442 | 2025-04-01T17:22:41.281Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2443 | 2025-04-01T17:22:41.588Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2444 | 2025-04-01T17:22:42.090Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2445 | 2025-04-01T17:22:42.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2446 | 2025-04-01T17:22:42.406Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2447 | 2025-04-01T17:22:42.686Z | Checking nix v0.27.1 |
| 2448 | 2025-04-01T17:22:43.723Z | Compiling diesel-dtrace v0.4.2 |
| 2449 | 2025-04-01T17:22:44.838Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2450 | 2025-04-01T17:22:46.091Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2451 | 2025-04-01T17:22:46.707Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2452 | 2025-04-01T17:22:47.055Z | Checking bb8 v0.8.5 |
| 2453 | 2025-04-01T17:22:47.587Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2454 | 2025-04-01T17:22:47.614Z | Compiling pin-project-internal v1.1.6 |
| 2455 | 2025-04-01T17:22:47.617Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=e5c85d84b0a51803caffb335a1063612edb02f6d#e5c85d84) |
| 2456 | 2025-04-01T17:22:47.775Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2457 | 2025-04-01T17:22:49.272Z | Compiling snafu-derive v0.8.5 |
| 2458 | 2025-04-01T17:22:49.903Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2459 | 2025-04-01T17:22:50.307Z | Checking pin-project v1.1.6 |
| 2460 | 2025-04-01T17:22:50.485Z | Checking olpc-cjson v0.1.4 |
| 2461 | 2025-04-01T17:22:50.736Z | Checking globset v0.4.15 |
| 2462 | 2025-04-01T17:22:50.935Z | Checking serde_plain v1.0.2 |
| 2463 | 2025-04-01T17:22:51.220Z | Checking typed-path v0.9.3 |
| 2464 | 2025-04-01T17:22:51.250Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2465 | 2025-04-01T17:22:51.647Z | Checking assert_matches v1.5.0 |
| 2466 | 2025-04-01T17:22:51.767Z | Checking parse-size v1.1.0 |
| 2467 | 2025-04-01T17:22:51.965Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2468 | 2025-04-01T17:22:52.163Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2469 | 2025-04-01T17:22:52.960Z | Checking rand_seeder v0.3.0 |
| 2470 | 2025-04-01T17:22:53.179Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2471 | 2025-04-01T17:22:53.228Z | Checking heck v0.4.1 |
| 2472 | 2025-04-01T17:22:53.400Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2473 | 2025-04-01T17:22:53.466Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2474 | 2025-04-01T17:22:53.774Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2475 | 2025-04-01T17:22:54.002Z | Compiling proc-macro-error2 v2.0.1 |
| 2476 | 2025-04-01T17:22:54.054Z | Checking snafu v0.8.5 |
| 2477 | 2025-04-01T17:22:54.174Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2478 | 2025-04-01T17:22:54.427Z | Checking papergrid v0.14.0 |
| 2479 | 2025-04-01T17:22:54.537Z | Checking tough v0.20.0 |
| 2480 | 2025-04-01T17:22:54.640Z | Compiling tabled_derive v0.10.0 |
| 2481 | 2025-04-01T17:22:55.912Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2482 | 2025-04-01T17:22:57.308Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2483 | 2025-04-01T17:22:57.618Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2484 | 2025-04-01T17:22:57.703Z | Checking yansi v1.0.1 |
| 2485 | 2025-04-01T17:22:57.870Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2486 | 2025-04-01T17:22:58.286Z | Checking pretty_assertions v1.4.1 |
| 2487 | 2025-04-01T17:22:58.583Z | Checking tabled v0.18.0 |
| 2488 | 2025-04-01T17:22:58.607Z | Checking io-lifetimes v1.0.11 |
| 2489 | 2025-04-01T17:22:58.814Z | Checking rustix v0.37.28 |
| 2490 | 2025-04-01T17:22:59.101Z | Checking tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2491 | 2025-04-01T17:22:59.850Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2492 | 2025-04-01T17:22:59.941Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2493 | 2025-04-01T17:23:00.679Z | Checking is_ci v1.2.0 |
| 2494 | 2025-04-01T17:23:00.856Z | Checking supports-color v3.0.2 |
| 2495 | 2025-04-01T17:23:00.981Z | Checking terminal_size v0.2.6 |
| 2496 | 2025-04-01T17:23:01.059Z | Compiling libz-sys v1.1.20 |
| 2497 | 2025-04-01T17:23:01.167Z | Compiling indoc v2.0.6 |
| 2498 | 2025-04-01T17:23:01.736Z | Checking smawk v0.3.2 |
| 2499 | 2025-04-01T17:23:01.986Z | Checking unicode-linebreak v0.1.5 |
| 2500 | 2025-04-01T17:23:02.187Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2501 | 2025-04-01T17:23:02.421Z | Checking textwrap v0.16.1 |
| 2502 | 2025-04-01T17:23:02.680Z | Checking castaway v0.2.3 |
| 2503 | 2025-04-01T17:23:02.708Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2504 | 2025-04-01T17:23:02.858Z | Checking unicode-truncate v1.1.0 |
| 2505 | 2025-04-01T17:23:02.884Z | Checking compact_str v0.8.0 |
| 2506 | 2025-04-01T17:23:03.101Z | Checking lru v0.12.5 |
| 2507 | 2025-04-01T17:23:03.292Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2508 | 2025-04-01T17:23:03.397Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2509 | 2025-04-01T17:23:03.724Z | Compiling instability v0.3.2 |
| 2510 | 2025-04-01T17:23:04.224Z | Checking cassowary v0.3.0 |
| 2511 | 2025-04-01T17:23:04.748Z | Checking ratatui v0.29.0 |
| 2512 | 2025-04-01T17:23:05.358Z | Checking cargo-platform v0.1.8 |
| 2513 | 2025-04-01T17:23:05.690Z | Checking cargo_metadata v0.19.2 |
| 2514 | 2025-04-01T17:23:06.407Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2515 | 2025-04-01T17:23:07.062Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2516 | 2025-04-01T17:23:07.285Z | Checking async-bb8-diesel v0.2.1 |
| 2517 | 2025-04-01T17:23:07.815Z | Compiling vergen v8.3.2 |
| 2518 | 2025-04-01T17:23:08.044Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2519 | 2025-04-01T17:23:08.149Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2520 | 2025-04-01T17:23:08.413Z | Compiling cargo_metadata v0.18.1 |
| 2521 | 2025-04-01T17:23:09.460Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2522 | 2025-04-01T17:23:09.744Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2523 | 2025-04-01T17:23:10.076Z | Checking plotters-backend v0.3.7 |
| 2524 | 2025-04-01T17:23:10.494Z | Checking shell-words v1.1.0 |
| 2525 | 2025-04-01T17:23:10.668Z | Compiling rustls v0.21.12 |
| 2526 | 2025-04-01T17:23:10.692Z | Checking plotters-svg v0.3.7 |
| 2527 | 2025-04-01T17:23:11.016Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2528 | 2025-04-01T17:23:11.039Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2529 | 2025-04-01T17:23:11.501Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2530 | 2025-04-01T17:23:11.757Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2531 | 2025-04-01T17:23:11.837Z | Checking rustls-webpki v0.101.7 |
| 2532 | 2025-04-01T17:23:12.092Z | Checking sct v0.7.1 |
| 2533 | 2025-04-01T17:23:12.096Z | Checking cast v0.3.0 |
| 2534 | 2025-04-01T17:23:12.412Z | Checking plotters v0.3.7 |
| 2535 | 2025-04-01T17:23:12.445Z | Checking criterion-plot v0.5.0 |
| 2536 | 2025-04-01T17:23:12.937Z | Checking tinytemplate v1.2.1 |
| 2537 | 2025-04-01T17:23:13.323Z | Checking concurrent-queue v2.5.0 |
| 2538 | 2025-04-01T17:23:13.690Z | Checking parking v2.2.1 |
| 2539 | 2025-04-01T17:23:13.902Z | Checking oorandom v11.1.4 |
| 2540 | 2025-04-01T17:23:13.984Z | Checking anes v0.1.6 |
| 2541 | 2025-04-01T17:23:14.075Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2542 | 2025-04-01T17:23:14.331Z | Checking criterion v0.5.1 |
| 2543 | 2025-04-01T17:23:14.424Z | Checking rustls-pemfile v1.0.4 |
| 2544 | 2025-04-01T17:23:14.655Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2545 | 2025-04-01T17:23:14.996Z | Checking twox-hash v2.1.0 |
| 2546 | 2025-04-01T17:23:15.383Z | Checking tokio-rustls v0.24.1 |
| 2547 | 2025-04-01T17:23:15.560Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2548 | 2025-04-01T17:23:15.813Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2549 | 2025-04-01T17:23:17.016Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2550 | 2025-04-01T17:23:17.706Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2551 | 2025-04-01T17:23:17.915Z | Checking fatfs v0.3.6 |
| 2552 | 2025-04-01T17:23:18.011Z | Checking csv-core v0.1.11 |
| 2553 | 2025-04-01T17:23:18.361Z | Checking hex-literal v0.4.1 |
| 2554 | 2025-04-01T17:23:18.522Z | Checking csv v1.3.1 |
| 2555 | 2025-04-01T17:23:18.900Z | Checking event-listener v5.3.1 |
| 2556 | 2025-04-01T17:23:19.290Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2557 | 2025-04-01T17:23:19.334Z | Checking rtoolbox v0.0.2 |
| 2558 | 2025-04-01T17:23:19.357Z | Checking event-listener-strategy v0.5.2 |
| 2559 | 2025-04-01T17:23:19.557Z | Checking rpassword v7.3.1 |
| 2560 | 2025-04-01T17:23:19.581Z | Checking tui-tree-widget v0.23.0 |
| 2561 | 2025-04-01T17:23:19.738Z | Checking polyval v0.6.2 |
| 2562 | 2025-04-01T17:23:19.901Z | Checking futures-lite v2.3.0 |
| 2563 | 2025-04-01T17:23:20.020Z | Checking ghash v0.5.1 |
| 2564 | 2025-04-01T17:23:20.225Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2565 | 2025-04-01T17:23:20.747Z | Checking ctr v0.9.2 |
| 2566 | 2025-04-01T17:23:21.443Z | Checking aes-gcm v0.10.3 |
| 2567 | 2025-04-01T17:23:21.446Z | Checking ssh-encoding v0.2.0 |
| 2568 | 2025-04-01T17:23:21.701Z | Checking blowfish v0.9.1 |
| 2569 | 2025-04-01T17:23:21.815Z | Checking ssh-cipher v0.2.0 |
| 2570 | 2025-04-01T17:23:21.974Z | Checking bcrypt-pbkdf v0.10.0 |
| 2571 | 2025-04-01T17:23:22.128Z | Checking async-lock v3.4.0 |
| 2572 | 2025-04-01T17:23:22.265Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2573 | 2025-04-01T17:23:22.916Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2574 | 2025-04-01T17:23:23.135Z | Checking polling v3.7.3 |
| 2575 | 2025-04-01T17:23:23.524Z | Checking password-hash v0.4.2 |
| 2576 | 2025-04-01T17:23:23.895Z | Checking pbkdf2 v0.11.0 |
| 2577 | 2025-04-01T17:23:24.201Z | Checking async-io v2.3.4 |
| 2578 | 2025-04-01T17:23:24.205Z | Checking ssh-key v0.6.6 |
| 2579 | 2025-04-01T17:23:25.042Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2580 | 2025-04-01T17:23:25.406Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2581 | 2025-04-01T17:23:25.759Z | Checking p521 v0.13.3 |
| 2582 | 2025-04-01T17:23:25.783Z | Checking p256 v0.13.2 |
| 2583 | 2025-04-01T17:23:26.250Z | Checking russh-cryptovec v0.7.3 |
| 2584 | 2025-04-01T17:23:26.480Z | Checking md5 v0.7.0 |
| 2585 | 2025-04-01T17:23:26.795Z | Compiling target-lexicon v0.13.2 |
| 2586 | 2025-04-01T17:23:27.211Z | Checking async-task v4.7.1 |
| 2587 | 2025-04-01T17:23:27.542Z | Checking russh-keys v0.45.0 |
| 2588 | 2025-04-01T17:23:27.853Z | Checking async-channel v2.3.1 |
| 2589 | 2025-04-01T17:23:28.170Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2590 | 2025-04-01T17:23:28.900Z | Checking tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#0ae28910) |
| 2591 | 2025-04-01T17:23:29.620Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2592 | 2025-04-01T17:23:29.896Z | Checking piper v0.2.4 |
| 2593 | 2025-04-01T17:23:30.156Z | Checking num-bigint v0.4.6 |
| 2594 | 2025-04-01T17:23:30.364Z | Checking des v0.8.1 |
| 2595 | 2025-04-01T17:23:30.652Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2596 | 2025-04-01T17:23:31.409Z | Checking futures-timer v3.0.3 |
| 2597 | 2025-04-01T17:23:31.570Z | Compiling guppy-workspace-hack v0.1.0 |
| 2598 | 2025-04-01T17:23:31.732Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 2599 | 2025-04-01T17:23:31.927Z | Checking blocking v1.6.1 |
| 2600 | 2025-04-01T17:23:32.361Z | Checking russh v0.45.0 |
| 2601 | 2025-04-01T17:23:32.677Z | Checking async-executor v1.13.1 |
| 2602 | 2025-04-01T17:23:33.021Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2603 | 2025-04-01T17:23:33.167Z | Checking async-signal v0.2.10 |
| 2604 | 2025-04-01T17:23:33.438Z | Checking rustls-native-certs v0.7.3 |
| 2605 | 2025-04-01T17:23:33.570Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2606 | 2025-04-01T17:23:33.949Z | Checking internet-checksum v0.2.1 |
| 2607 | 2025-04-01T17:23:33.972Z | Compiling target-spec v3.4.2 |
| 2608 | 2025-04-01T17:23:34.148Z | Checking event-listener v2.5.3 |
| 2609 | 2025-04-01T17:23:34.396Z | Checking async-channel v1.9.0 |
| 2610 | 2025-04-01T17:23:34.689Z | Checking hyper-rustls v0.26.0 |
| 2611 | 2025-04-01T17:23:35.019Z | Checking async-process v2.3.0 |
| 2612 | 2025-04-01T17:23:35.075Z | Checking async-global-executor v2.4.1 |
| 2613 | 2025-04-01T17:23:35.392Z | Checking cfg-expr v0.18.0 |
| 2614 | 2025-04-01T17:23:35.542Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2615 | 2025-04-01T17:23:36.173Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2616 | 2025-04-01T17:23:36.354Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2617 | 2025-04-01T17:23:36.584Z | Checking httptest v0.16.3 |
| 2618 | 2025-04-01T17:23:36.947Z | Checking kv-log-macro v1.0.7 |
| 2619 | 2025-04-01T17:23:37.093Z | Compiling petname v2.0.2 |
| 2620 | 2025-04-01T17:23:37.301Z | Compiling async-attributes v1.1.2 |
| 2621 | 2025-04-01T17:23:38.128Z | Checking async-std v1.13.0 |
| 2622 | 2025-04-01T17:23:40.327Z | Checking pathdiff v0.2.3 |
| 2623 | 2025-04-01T17:23:40.511Z | Compiling rstest_macros v0.24.0 |
| 2624 | 2025-04-01T17:23:40.623Z | Compiling doc-comment v0.3.3 |
| 2625 | 2025-04-01T17:23:41.030Z | Checking nested v0.1.1 |
| 2626 | 2025-04-01T17:23:41.170Z | Compiling target-triple v0.1.3 |
| 2627 | 2025-04-01T17:23:41.269Z | Checking guppy v0.17.17 |
| 2628 | 2025-04-01T17:23:41.487Z | Checking async-object-pool v0.1.5 |
| 2629 | 2025-04-01T17:23:41.857Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2630 | 2025-04-01T17:23:42.590Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2631 | 2025-04-01T17:23:42.910Z | Checking similar-asserts v1.7.0 |
| 2632 | 2025-04-01T17:23:43.146Z | Checking serde_regex v1.1.0 |
| 2633 | 2025-04-01T17:23:43.170Z | Checking assert-json-diff v2.0.2 |
| 2634 | 2025-04-01T17:23:43.413Z | Compiling proc-macro-crate v3.2.0 |
| 2635 | 2025-04-01T17:23:43.439Z | Checking path-tree v0.8.1 |
| 2636 | 2025-04-01T17:23:43.786Z | Checking stringmetrics v2.2.2 |
| 2637 | 2025-04-01T17:23:44.044Z | Checking sync-ptr v0.1.1 |
| 2638 | 2025-04-01T17:23:44.278Z | Compiling relative-path v1.9.3 |
| 2639 | 2025-04-01T17:23:44.556Z | Compiling assert_cmd v2.0.16 |
| 2640 | 2025-04-01T17:23:44.582Z | Checking httpmock v0.8.0-alpha.1 |
| 2641 | 2025-04-01T17:23:45.281Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2642 | 2025-04-01T17:23:46.559Z | Checking blake2b_simd v1.0.2 |
| 2643 | 2025-04-01T17:23:47.425Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2644 | 2025-04-01T17:23:49.680Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2645 | 2025-04-01T17:23:50.011Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2646 | 2025-04-01T17:23:50.350Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2647 | 2025-04-01T17:23:50.695Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2648 | 2025-04-01T17:23:51.228Z | Checking serde_tokenstream v0.2.2 |
| 2649 | 2025-04-01T17:23:51.579Z | Checking uzers v0.12.1 |
| 2650 | 2025-04-01T17:23:52.056Z | Checking rust-argon2 v2.1.0 |
| 2651 | 2025-04-01T17:23:52.491Z | Checking trybuild v1.0.103 |
| 2652 | 2025-04-01T17:23:53.291Z | Checking rstest v0.24.0 |
| 2653 | 2025-04-01T17:23:53.774Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2654 | 2025-04-01T17:23:53.986Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2655 | 2025-04-01T17:23:54.849Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2656 | 2025-04-01T17:23:56.043Z | Checking nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2657 | 2025-04-01T17:23:56.776Z | Compiling git2 v0.19.0 |
| 2658 | 2025-04-01T17:23:56.871Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2659 | 2025-04-01T17:23:57.221Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2660 | 2025-04-01T17:23:57.550Z | Checking rand_distr v0.4.3 |
| 2661 | 2025-04-01T17:23:58.262Z | Checking multimap v0.10.0 |
| 2662 | 2025-04-01T17:23:58.571Z | Checking approx v0.5.1 |
| 2663 | 2025-04-01T17:23:58.883Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2664 | 2025-04-01T17:24:00.447Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2665 | 2025-04-01T17:24:00.538Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2666 | 2025-04-01T17:24:01.657Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2667 | 2025-04-01T17:24:01.660Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2668 | 2025-04-01T17:24:02.913Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2669 | 2025-04-01T17:24:02.952Z | Checking partial-io v0.5.4 |
| 2670 | 2025-04-01T17:24:03.228Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2671 | 2025-04-01T17:24:03.325Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2672 | 2025-04-01T17:24:03.569Z | Checking cargo_toml v0.21.0 |
| 2673 | 2025-04-01T17:24:04.051Z | Compiling samael v0.0.18 |
| 2674 | 2025-04-01T17:24:04.121Z | Checking termios v0.3.3 |
| 2675 | 2025-04-01T17:24:04.384Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2676 | 2025-04-01T17:24:05.109Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2677 | 2025-04-01T17:24:05.206Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da3cf198a0e000bb89efc3a1c77d7ba09340a600#da3cf198) |
| 2678 | 2025-04-01T17:24:05.535Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2679 | 2025-04-01T17:24:07.072Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2680 | 2025-04-01T17:24:26.192Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2681 | 2025-04-01T17:24:44.698Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2682 | 2025-04-01T17:24:53.309Z | Compiling polar-core v0.27.3 |
| 2683 | 2025-04-01T17:25:02.918Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2684 | 2025-04-01T17:25:03.144Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2685 | 2025-04-01T17:25:04.522Z | Checking oso v0.27.3 |
| 2686 | 2025-04-01T17:25:08.339Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2687 | 2025-04-01T17:25:47.064Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2688 | 2025-04-01T17:25:47.064Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2689 | 2025-04-01T17:25:47.067Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2690 | 2025-04-01T17:26:59.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
| 2691 | 2025-04-01T17:26:59.986Z | |
| 2692 | 2025-04-01T17:26:59.986Z | real 6:32.172624927 |
| 2693 | 2025-04-01T17:26:59.986Z | user 36:16.598527389 |
| 2694 | 2025-04-01T17:26:59.987Z | sys 5:07.847484716 |
| 2695 | 2025-04-01T17:26:59.987Z | trap 1.065699877 |
| 2696 | 2025-04-01T17:26:59.987Z | tflt 0.339002568 |
| 2697 | 2025-04-01T17:26:59.987Z | dflt 0.286136868 |
| 2698 | 2025-04-01T17:26:59.987Z | kflt 0.001054058 |
| 2699 | 2025-04-01T17:26:59.987Z | lock 52:24.200967806 |
| 2700 | 2025-04-01T17:26:59.987Z | slp 2:04:24.018634409 |
| 2701 | 2025-04-01T17:27:00.008Z | lat 1:47.848608267 |
| 2702 | 2025-04-01T17:27:00.008Z | stop 6:55.253052610 |
| 2703 | 2025-04-01T17:27:00.008Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2704 | 2025-04-01T17:27:00.008Z | + ptime -m cargo doc --workspace --no-deps |
| 2705 | 2025-04-01T17:27:01.039Z | warning: output filename collision. |
| 2706 | 2025-04-01T17:27:01.040Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2707 | 2025-04-01T17:27:01.040Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2708 | 2025-04-01T17:27:01.040Z | The targets should have unique names. |
| 2709 | 2025-04-01T17:27:01.040Z | This is a known bug where multiple crates with the same name use |
| 2710 | 2025-04-01T17:27:01.040Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2711 | 2025-04-01T17:27:01.518Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2712 | 2025-04-01T17:27:01.663Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2713 | 2025-04-01T17:27:01.687Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2714 | 2025-04-01T17:27:01.755Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2715 | 2025-04-01T17:27:01.770Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2716 | 2025-04-01T17:27:01.785Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2717 | 2025-04-01T17:27:01.785Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2718 | 2025-04-01T17:27:02.081Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2719 | 2025-04-01T17:27:02.142Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2720 | 2025-04-01T17:27:02.142Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2721 | 2025-04-01T17:27:02.246Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2722 | 2025-04-01T17:27:02.317Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2723 | 2025-04-01T17:27:02.453Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2724 | 2025-04-01T17:27:02.613Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2725 | 2025-04-01T17:27:02.738Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2726 | 2025-04-01T17:27:02.841Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2727 | 2025-04-01T17:27:03.038Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2728 | 2025-04-01T17:27:03.094Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2729 | 2025-04-01T17:27:03.467Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2730 | 2025-04-01T17:27:03.661Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2731 | 2025-04-01T17:27:07.805Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2732 | 2025-04-01T17:27:07.851Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2733 | 2025-04-01T17:27:07.851Z | Checking nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2734 | 2025-04-01T17:27:07.912Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2735 | 2025-04-01T17:27:07.912Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2736 | 2025-04-01T17:27:07.912Z | Checking ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2737 | 2025-04-01T17:27:07.912Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2738 | 2025-04-01T17:27:07.912Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2739 | 2025-04-01T17:27:07.912Z | Checking ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2740 | 2025-04-01T17:27:07.912Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2741 | 2025-04-01T17:27:07.912Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2742 | 2025-04-01T17:27:07.912Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2025-04-01T17:27:07.912Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2744 | 2025-04-01T17:27:07.912Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2745 | 2025-04-01T17:27:07.912Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2746 | 2025-04-01T17:27:07.913Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2747 | 2025-04-01T17:27:07.913Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2748 | 2025-04-01T17:27:07.913Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2749 | 2025-04-01T17:27:07.913Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2750 | 2025-04-01T17:27:07.913Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2751 | 2025-04-01T17:27:07.913Z | Checking ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2752 | 2025-04-01T17:27:07.913Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2753 | 2025-04-01T17:27:08.171Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2754 | 2025-04-01T17:27:08.350Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2755 | 2025-04-01T17:27:08.487Z | Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2756 | 2025-04-01T17:27:08.510Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2757 | 2025-04-01T17:27:08.886Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2758 | 2025-04-01T17:27:08.905Z | Checking omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2759 | 2025-04-01T17:27:08.927Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2760 | 2025-04-01T17:27:09.163Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2761 | 2025-04-01T17:27:09.881Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2762 | 2025-04-01T17:27:11.413Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2763 | 2025-04-01T17:27:12.200Z | Documenting nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2764 | 2025-04-01T17:27:12.555Z | Documenting ereport-client v0.1.0 (/work/oxidecomputer/omicron/clients/ereport-client) |
| 2765 | 2025-04-01T17:27:13.414Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2766 | 2025-04-01T17:27:13.470Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2767 | 2025-04-01T17:27:14.855Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2768 | 2025-04-01T17:27:15.103Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2769 | 2025-04-01T17:27:15.821Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2770 | 2025-04-01T17:27:15.875Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2771 | 2025-04-01T17:27:15.936Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2772 | 2025-04-01T17:27:16.633Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2773 | 2025-04-01T17:27:16.930Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2774 | 2025-04-01T17:27:17.194Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2775 | 2025-04-01T17:27:17.416Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2776 | 2025-04-01T17:27:18.364Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2777 | 2025-04-01T17:27:18.492Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2778 | 2025-04-01T17:27:20.779Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2779 | 2025-04-01T17:27:21.218Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2780 | 2025-04-01T17:27:21.902Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2781 | 2025-04-01T17:27:22.449Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2782 | 2025-04-01T17:27:23.127Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2783 | 2025-04-01T17:27:23.931Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2784 | 2025-04-01T17:27:24.376Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2785 | 2025-04-01T17:27:24.743Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2786 | 2025-04-01T17:27:24.965Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2787 | 2025-04-01T17:27:25.771Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2788 | 2025-04-01T17:27:26.266Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2789 | 2025-04-01T17:27:26.390Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2790 | 2025-04-01T17:27:27.458Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2791 | 2025-04-01T17:27:27.492Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2792 | 2025-04-01T17:27:27.866Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2793 | 2025-04-01T17:27:29.096Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2794 | 2025-04-01T17:27:29.320Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2795 | 2025-04-01T17:27:29.386Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2796 | 2025-04-01T17:27:29.775Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2797 | 2025-04-01T17:27:30.228Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2798 | 2025-04-01T17:27:30.533Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2799 | 2025-04-01T17:27:30.966Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2800 | 2025-04-01T17:27:31.115Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2801 | 2025-04-01T17:27:31.373Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2802 | 2025-04-01T17:27:32.203Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2803 | 2025-04-01T17:27:32.324Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2804 | 2025-04-01T17:27:32.327Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2805 | 2025-04-01T17:27:33.210Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2806 | 2025-04-01T17:27:33.403Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2807 | 2025-04-01T17:27:33.493Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2808 | 2025-04-01T17:27:33.533Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2809 | 2025-04-01T17:27:33.608Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2810 | 2025-04-01T17:27:34.033Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2811 | 2025-04-01T17:27:34.623Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2812 | 2025-04-01T17:27:34.646Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2813 | 2025-04-01T17:27:34.669Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2814 | 2025-04-01T17:27:35.377Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2815 | 2025-04-01T17:27:35.451Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2816 | 2025-04-01T17:27:35.655Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2817 | 2025-04-01T17:27:36.109Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2818 | 2025-04-01T17:27:36.985Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2819 | 2025-04-01T17:27:37.991Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2025-04-01T17:27:38.488Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2821 | 2025-04-01T17:27:38.519Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2822 | 2025-04-01T17:27:39.530Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2823 | 2025-04-01T17:27:39.634Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2824 | 2025-04-01T17:27:40.421Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2825 | 2025-04-01T17:27:40.673Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2826 | 2025-04-01T17:27:40.907Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2827 | 2025-04-01T17:27:41.128Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2828 | 2025-04-01T17:27:41.252Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2829 | 2025-04-01T17:27:41.299Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2830 | 2025-04-01T17:27:41.329Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2831 | 2025-04-01T17:27:43.591Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2832 | 2025-04-01T17:27:44.771Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2833 | 2025-04-01T17:27:45.609Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2834 | 2025-04-01T17:27:45.860Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2835 | 2025-04-01T17:27:46.144Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2836 | 2025-04-01T17:27:46.441Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2837 | 2025-04-01T17:27:47.535Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2838 | 2025-04-01T17:27:48.082Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2839 | 2025-04-01T17:27:48.435Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2840 | 2025-04-01T17:27:48.580Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2841 | 2025-04-01T17:27:49.212Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2842 | 2025-04-01T17:27:53.573Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2843 | 2025-04-01T17:27:53.605Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2844 | 2025-04-01T17:27:56.397Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2845 | 2025-04-01T17:27:56.659Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2846 | 2025-04-01T17:27:58.085Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2847 | 2025-04-01T17:28:06.076Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2848 | 2025-04-01T17:28:06.267Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2849 | 2025-04-01T17:28:07.232Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2850 | 2025-04-01T17:28:07.284Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2851 | 2025-04-01T17:28:07.288Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2852 | 2025-04-01T17:28:08.378Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2853 | 2025-04-01T17:28:08.466Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2854 | 2025-04-01T17:28:11.057Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2855 | 2025-04-01T17:28:11.832Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2856 | 2025-04-01T17:28:12.084Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2857 | 2025-04-01T17:28:13.396Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2858 | 2025-04-01T17:28:17.050Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2859 | 2025-04-01T17:28:17.718Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2860 | 2025-04-01T17:28:17.835Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2861 | 2025-04-01T17:28:18.312Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2862 | 2025-04-01T17:28:21.754Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2863 | 2025-04-01T17:28:21.987Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2864 | 2025-04-01T17:28:22.242Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2865 | 2025-04-01T17:28:22.399Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2866 | 2025-04-01T17:28:24.369Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2867 | 2025-04-01T17:28:26.113Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2868 | 2025-04-01T17:28:26.697Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2869 | 2025-04-01T17:28:26.763Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2870 | 2025-04-01T17:28:27.557Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2871 | 2025-04-01T17:28:28.434Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2872 | 2025-04-01T17:28:29.718Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2873 | 2025-04-01T17:28:30.599Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2874 | 2025-04-01T17:28:31.343Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2875 | 2025-04-01T17:28:32.624Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2876 | 2025-04-01T17:28:32.813Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2877 | 2025-04-01T17:28:33.042Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2878 | 2025-04-01T17:28:33.764Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2879 | 2025-04-01T17:28:35.074Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2880 | 2025-04-01T17:28:36.131Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2881 | 2025-04-01T17:28:36.416Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2882 | 2025-04-01T17:28:37.038Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2883 | 2025-04-01T17:28:37.198Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2884 | 2025-04-01T17:28:38.940Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2885 | 2025-04-01T17:28:39.776Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2886 | 2025-04-01T17:28:39.838Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2887 | 2025-04-01T17:28:40.388Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2888 | 2025-04-01T17:28:40.680Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2889 | 2025-04-01T17:28:40.869Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2890 | 2025-04-01T17:28:43.009Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2891 | 2025-04-01T17:28:43.917Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2892 | 2025-04-01T17:28:44.400Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2893 | 2025-04-01T17:28:44.466Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2894 | 2025-04-01T17:28:44.555Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2895 | 2025-04-01T17:28:46.966Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2896 | 2025-04-01T17:28:46.969Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2897 | 2025-04-01T17:28:47.122Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2898 | 2025-04-01T17:28:47.337Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2899 | 2025-04-01T17:28:47.961Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2900 | 2025-04-01T17:28:48.407Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2901 | 2025-04-01T17:28:50.239Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2902 | 2025-04-01T17:28:50.420Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2903 | 2025-04-01T17:28:50.578Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2904 | 2025-04-01T17:28:51.699Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2905 | 2025-04-01T17:28:52.159Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2906 | 2025-04-01T17:28:53.003Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2907 | 2025-04-01T17:28:53.427Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2908 | 2025-04-01T17:28:54.294Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2909 | 2025-04-01T17:28:54.606Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2910 | 2025-04-01T17:28:54.713Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2911 | 2025-04-01T17:28:54.716Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2912 | 2025-04-01T17:28:55.585Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2913 | 2025-04-01T17:28:56.330Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2914 | 2025-04-01T17:28:56.917Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2915 | 2025-04-01T17:28:57.788Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2916 | 2025-04-01T17:28:57.854Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2917 | 2025-04-01T17:28:58.146Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2918 | 2025-04-01T17:28:59.220Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2919 | 2025-04-01T17:28:59.475Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2920 | 2025-04-01T17:28:59.831Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2921 | 2025-04-01T17:29:00.268Z | Documenting ereport-api v0.1.0 (/work/oxidecomputer/omicron/ereport/api) |
| 2922 | 2025-04-01T17:29:01.087Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2923 | 2025-04-01T17:29:02.342Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2924 | 2025-04-01T17:29:02.675Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2925 | 2025-04-01T17:29:02.733Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2926 | 2025-04-01T17:29:02.924Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2927 | 2025-04-01T17:29:02.948Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2928 | 2025-04-01T17:29:03.726Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2929 | 2025-04-01T17:29:04.614Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2930 | 2025-04-01T17:29:04.729Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2931 | 2025-04-01T17:29:04.888Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2932 | 2025-04-01T17:29:05.053Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2933 | 2025-04-01T17:29:05.481Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2934 | 2025-04-01T17:29:05.732Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2935 | 2025-04-01T17:29:07.654Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2936 | 2025-04-01T17:29:08.545Z | Documenting omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 2937 | 2025-04-01T17:29:12.944Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2938 | 2025-04-01T17:29:13.011Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2939 | 2025-04-01T17:29:13.474Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2940 | 2025-04-01T17:29:13.558Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2941 | 2025-04-01T17:29:14.494Z | Documenting omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2942 | 2025-04-01T17:29:14.608Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2943 | 2025-04-01T17:29:15.888Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2944 | 2025-04-01T17:29:16.092Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2945 | 2025-04-01T17:29:16.609Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2946 | 2025-04-01T17:29:16.781Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2947 | 2025-04-01T17:29:17.939Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2948 | 2025-04-01T17:29:18.188Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2949 | 2025-04-01T17:29:19.183Z | Documenting id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2950 | 2025-04-01T17:29:19.266Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2951 | 2025-04-01T17:29:20.445Z | Documenting ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2952 | 2025-04-01T17:29:20.802Z | Documenting nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2953 | 2025-04-01T17:29:20.824Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2954 | 2025-04-01T17:29:21.175Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2955 | 2025-04-01T17:29:21.581Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2956 | 2025-04-01T17:29:21.651Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2957 | 2025-04-01T17:29:21.849Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2958 | 2025-04-01T17:29:57.689Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2959 | 2025-04-01T17:30:04.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 04s |
| 2960 | 2025-04-01T17:30:04.459Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 150 other files |
| 2961 | 2025-04-01T17:30:04.547Z | |
| 2962 | 2025-04-01T17:30:04.551Z | real 3:04.453502173 |
| 2963 | 2025-04-01T17:30:04.551Z | user 17:29.443245341 |
| 2964 | 2025-04-01T17:30:04.551Z | sys 2:30.879954255 |
| 2965 | 2025-04-01T17:30:04.551Z | trap 0.474336985 |
| 2966 | 2025-04-01T17:30:04.551Z | tflt 0.085558740 |
| 2967 | 2025-04-01T17:30:04.551Z | dflt 0.048814701 |
| 2968 | 2025-04-01T17:30:04.551Z | kflt 0.000109709 |
| 2969 | 2025-04-01T17:30:04.551Z | lock 25:00.096605523 |
| 2970 | 2025-04-01T17:30:04.551Z | slp 49:43.614597007 |
| 2971 | 2025-04-01T17:30:04.551Z | lat 1:07.340539480 |
| 2972 | 2025-04-01T17:30:04.551Z | stop 1:19.262037502 |
| 2973 | 2025-04-01T17:30:04.551Z | process exited: duration 861415 ms, exit code 0 |
| |
| 2974 | 2025-04-01T17:30:04.559Z | found 0 output files |