|
|
|
| 1 | 2025-01-16T20:49:13.457Z | job assigned to worker 01JHRDZTF98WD5CSBCA9RAKYM1 [factory aws, i-0942c87c63d8c0854] (queued for 51 s) |
| |
| 2 | 2025-01-16T20:49:20.763Z | starting task 0: "setup" |
| 3 | 2025-01-16T20:49:20.768Z | ++ uname -s |
| 4 | 2025-01-16T20:49:20.770Z | + kern=SunOS |
| 5 | 2025-01-16T20:49:20.770Z | + case "$kern" in |
| 6 | 2025-01-16T20:49:20.770Z | + groupadd -g 12345 build |
| 7 | 2025-01-16T20:49:20.773Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-16T20:49:22.784Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-16T20:49:22.890Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-16T20:49:22.892Z | + home_fs=zfs |
| 11 | 2025-01-16T20:49:22.892Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-16T20:49:22.892Z | + mkdir -p /home/build |
| 13 | 2025-01-16T20:49:22.895Z | + chown build:build /home/build /work |
| 14 | 2025-01-16T20:49:24.897Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-16T20:49:24.901Z | process exited: duration 4141 ms, exit code 0 |
| |
| 16 | 2025-01-16T20:49:24.907Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-16T20:49:24.913Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-16T20:49:24.913Z | ' 1.84.0 |
| 19 | 2025-01-16T20:49:24.916Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-16T20:49:24.916Z | + printf ' * toolchain profile = "%s" |
| 21 | 2025-01-16T20:49:24.916Z | * toolchain profile = "default" |
| 22 | 2025-01-16T20:49:24.916Z | ' default |
| 23 | 2025-01-16T20:49:24.916Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-16T20:49:24.916Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-16T20:49:25.029Z | info: downloading installer |
| 26 | 2025-01-16T20:49:26.567Z | info: profile set to 'default' |
| 27 | 2025-01-16T20:49:26.568Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-16T20:49:26.568Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-16T20:49:26.711Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-16T20:49:26.711Z | info: downloading component 'cargo' |
| 31 | 2025-01-16T20:49:27.581Z | info: downloading component 'clippy' |
| 32 | 2025-01-16T20:49:27.927Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-16T20:49:29.108Z | info: downloading component 'rust-std' |
| 34 | 2025-01-16T20:49:30.875Z | info: downloading component 'rustc' |
| 35 | 2025-01-16T20:49:37.640Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-16T20:49:37.890Z | info: installing component 'cargo' |
| 37 | 2025-01-16T20:49:38.744Z | info: installing component 'clippy' |
| 38 | 2025-01-16T20:49:39.124Z | info: installing component 'rust-docs' |
| 39 | 2025-01-16T20:49:40.797Z | info: installing component 'rust-std' |
| 40 | 2025-01-16T20:49:42.555Z | info: installing component 'rustc' |
| 41 | 2025-01-16T20:49:48.564Z | info: installing component 'rustfmt' |
| 42 | 2025-01-16T20:49:48.897Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-16T20:49:48.897Z | |
| 44 | 2025-01-16T20:49:49.287Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-16T20:49:49.287Z | |
| 46 | 2025-01-16T20:49:49.290Z | |
| 47 | 2025-01-16T20:49:49.290Z | Rust is installed now. Great! |
| 48 | 2025-01-16T20:49:49.290Z | |
| 49 | 2025-01-16T20:49:49.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-16T20:49:49.290Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-16T20:49:49.290Z | |
| 52 | 2025-01-16T20:49:49.290Z | To configure your current shell, you need to source |
| 53 | 2025-01-16T20:49:49.290Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-16T20:49:49.290Z | |
| 55 | 2025-01-16T20:49:49.290Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-16T20:49:49.290Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-16T20:49:49.290Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-16T20:49:49.363Z | + rustc --version |
| 59 | 2025-01-16T20:49:49.429Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-16T20:49:49.432Z | process exited: duration 24520 ms, exit code 0 |
| |
| 61 | 2025-01-16T20:49:49.487Z | starting task 2: "authentication" |
| 62 | 2025-01-16T20:49:49.546Z | process exited: duration 46 ms, exit code 0 |
| |
| 63 | 2025-01-16T20:49:49.559Z | starting task 3: "clone repository" |
| 64 | 2025-01-16T20:49:49.565Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-16T20:49:49.567Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-16T20:49:49.604Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-16T20:49:57.121Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-16T20:49:57.121Z | + git fetch origin b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 69 | 2025-01-16T20:49:57.416Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-16T20:49:57.416Z | * branch b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 -> FETCH_HEAD |
| 71 | 2025-01-16T20:49:57.432Z | + [[ -n moar-visiters ]] |
| 72 | 2025-01-16T20:49:57.447Z | ++ git branch --show-current |
| 73 | 2025-01-16T20:49:57.448Z | + current=main |
| 74 | 2025-01-16T20:49:57.448Z | + [[ main != moar-visiters ]] |
| 75 | 2025-01-16T20:49:57.448Z | + git branch -f moar-visiters b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 76 | 2025-01-16T20:49:57.448Z | + git checkout -f moar-visiters |
| 77 | 2025-01-16T20:49:57.615Z | Switched to branch 'moar-visiters' |
| 78 | 2025-01-16T20:49:57.623Z | + git reset --hard b9b9ec071bb3128b2285ca9d8ca6720cf25e97f0 |
| 79 | 2025-01-16T20:49:57.631Z | HEAD is now at b9b9ec071 Add a diff visitor for `BlueprintDatasetsConfig` |
| 80 | 2025-01-16T20:49:57.631Z | process exited: duration 8066 ms, exit code 0 |
| |
| 81 | 2025-01-16T20:49:57.650Z | starting task 4: "build" |
| 82 | 2025-01-16T20:49:57.667Z | + source ./env.sh |
| 83 | 2025-01-16T20:49:57.667Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2025-01-16T20:49:57.667Z | ++ set -o xtrace |
| 85 | 2025-01-16T20:49:57.667Z | ++++ dirname ./env.sh |
| 86 | 2025-01-16T20:49:57.689Z | +++ readlink -f . |
| 87 | 2025-01-16T20:49:57.689Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2025-01-16T20:49:57.689Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2025-01-16T20:49:57.690Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 91 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 92 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 93 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 94 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 95 | 2025-01-16T20:49:57.690Z | ++ 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 |
| 96 | 2025-01-16T20:49:57.690Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2025-01-16T20:49:57.690Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2025-01-16T20:49:57.690Z | + source .github/buildomat/ci-env.sh |
| 99 | 2025-01-16T20:49:57.690Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2025-01-16T20:49:57.690Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2025-01-16T20:49:57.690Z | + cargo --version |
| 102 | 2025-01-16T20:50:01.798Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 103 | 2025-01-16T20:50:01.857Z | + rustc --version |
| 104 | 2025-01-16T20:50:01.857Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 105 | 2025-01-16T20:50:01.857Z | + banner prerequisites |
| 106 | 2025-01-16T20:50:01.857Z | |
| 107 | 2025-01-16T20:50:01.857Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2025-01-16T20:50:01.857Z | # # # # # # # # # # # # # # # |
| 109 | 2025-01-16T20:50:01.857Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2025-01-16T20:50:01.857Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2025-01-16T20:50:01.857Z | # # # # # # # # # # # # # # # |
| 112 | 2025-01-16T20:50:01.857Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2025-01-16T20:50:01.857Z | |
| 114 | 2025-01-16T20:50:01.857Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2025-01-16T20:50:01.857Z | pkg list: illegal option -- F |
| 116 | 2025-01-16T20:50:01.858Z | Usage: |
| 117 | 2025-01-16T20:50:01.858Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 118 | 2025-01-16T20:50:01.858Z | [pkg_fmri_pattern ...] |
| 119 | 2025-01-16T20:50:01.858Z | pkg list: illegal option -- F |
| 120 | 2025-01-16T20:50:01.858Z | Usage: |
| 121 | 2025-01-16T20:50:01.858Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 122 | 2025-01-16T20:50:01.858Z | [pkg_fmri_pattern ...] |
| 123 | 2025-01-16T20:50:05.735Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 124 | 2025-01-16T20:50:09.768Z | Startup: Caching catalogs ... Done |
| 125 | 2025-01-16T20:50:21.217Z | Planning: Solver setup ... Done (10.627s) |
| 126 | 2025-01-16T20:50:21.376Z | Planning: Running solver ... Done (0.147s) |
| 127 | 2025-01-16T20:50:21.477Z | Planning: Finding local manifests ... Done (0.006s) |
| 128 | 2025-01-16T20:50:21.490Z | Planning: Fetching manifests: 0/7 0% complete |
| 129 | 2025-01-16T20:50:21.715Z | Planning: Fetching manifests: 7/7 100% complete |
| 130 | 2025-01-16T20:50:21.825Z | Planning: Package planning ... Done (0.110s) |
| 131 | 2025-01-16T20:50:21.881Z | Planning: Merging actions ... Done (0.056s) |
| 132 | 2025-01-16T20:50:22.080Z | Planning: Checking for conflicting actions ... Done (0.198s) |
| 133 | 2025-01-16T20:50:24.041Z | Planning: Consolidating action changes ... Done (1.961s) |
| 134 | 2025-01-16T20:50:24.476Z | Planning: Evaluating mediators ... Done (0.433s) |
| 135 | 2025-01-16T20:50:24.554Z | Planning: Planning completed in 14.69 seconds |
| 136 | 2025-01-16T20:50:24.570Z | Packages to install: 4 |
| 137 | 2025-01-16T20:50:24.570Z | Packages to update: 3 |
| 138 | 2025-01-16T20:50:24.573Z | Mediators to change: 2 |
| 139 | 2025-01-16T20:50:24.573Z | Services to change: 1 |
| 140 | 2025-01-16T20:50:24.573Z | Estimated space available: 155.61 GB |
| 141 | 2025-01-16T20:50:24.573Z | Estimated space to be consumed: 1.64 GB |
| 142 | 2025-01-16T20:50:24.573Z | Create boot environment: No |
| 143 | 2025-01-16T20:50:24.573Z | Create backup boot environment: Yes |
| 144 | 2025-01-16T20:50:24.573Z | Rebuild boot archive: No |
| 145 | 2025-01-16T20:50:24.573Z | |
| 146 | 2025-01-16T20:50:24.573Z | Changed mediators: |
| 147 | 2025-01-16T20:50:24.573Z | mediator clang: |
| 148 | 2025-01-16T20:50:24.573Z | version: None -> 15 (system default) |
| 149 | 2025-01-16T20:50:24.573Z | |
| 150 | 2025-01-16T20:50:24.573Z | mediator llvm: |
| 151 | 2025-01-16T20:50:24.573Z | version: 14 (system default) -> 15 (system default) |
| 152 | 2025-01-16T20:50:24.573Z | |
| 153 | 2025-01-16T20:50:24.573Z | Changed packages: |
| 154 | 2025-01-16T20:50:24.573Z | helios-dev |
| 155 | 2025-01-16T20:50:24.573Z | developer/build-essential |
| 156 | 2025-01-16T20:50:24.573Z | None -> 11-2.0 |
| 157 | 2025-01-16T20:50:24.573Z | library/libxmlsec1 |
| 158 | 2025-01-16T20:50:24.573Z | None -> 1.2.35-2.0 |
| 159 | 2025-01-16T20:50:24.573Z | ooce/developer/clang-15 |
| 160 | 2025-01-16T20:50:24.573Z | None -> 15.0.7-2.0 |
| 161 | 2025-01-16T20:50:24.573Z | ooce/developer/llvm-15 |
| 162 | 2025-01-16T20:50:24.573Z | None -> 15.0.7-2.0 |
| 163 | 2025-01-16T20:50:24.573Z | package/pkg |
| 164 | 2025-01-16T20:50:24.573Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 165 | 2025-01-16T20:50:24.573Z | system/library/g++-runtime |
| 166 | 2025-01-16T20:50:24.573Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-01-16T20:50:24.574Z | system/library/gcc-runtime |
| 168 | 2025-01-16T20:50:24.574Z | 13-2.0 -> 14-2.0 |
| 169 | 2025-01-16T20:50:24.574Z | |
| 170 | 2025-01-16T20:50:24.574Z | Services: |
| 171 | 2025-01-16T20:50:24.574Z | restart_fmri: |
| 172 | 2025-01-16T20:50:24.574Z | svc:/system/update-man-index:default |
| 173 | 2025-01-16T20:50:24.574Z | |
| 174 | 2025-01-16T20:50:24.574Z | Editable files to change: |
| 175 | 2025-01-16T20:50:24.574Z | Update: |
| 176 | 2025-01-16T20:50:24.574Z | usr/share/lib/pkg/web/config.shtml |
| 177 | 2025-01-16T20:50:24.652Z | |
| 178 | 2025-01-16T20:50:24.652Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 179 | 2025-01-16T20:50:29.693Z | Download: 542/4301 items 17.5/225.4MB 7% complete (3.6M/s) |
| 180 | 2025-01-16T20:50:34.683Z | Download: 1131/4301 items 47.2/225.4MB 20% complete (4.7M/s) |
| 181 | 2025-01-16T20:50:43.348Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (8.2M/s) |
| 182 | 2025-01-16T20:50:46.823Z | Download: 1770/4301 items 118.1/225.4MB 52% complete (7.2M/s) |
| 183 | 2025-01-16T20:50:51.827Z | Download: 2229/4301 items 119.2/225.4MB 52% complete (3.6M/s) |
| 184 | 2025-01-16T20:50:56.826Z | Download: 3090/4301 items 124.3/225.4MB 55% complete (558k/s) |
| 185 | 2025-01-16T20:51:06.423Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (8.4M/s) |
| 186 | 2025-01-16T20:51:11.424Z | Download: 4106/4301 items 219.1/225.4MB 97% complete (3.2M/s) |
| 187 | 2025-01-16T20:51:21.050Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (2.8M/s) |
| 188 | 2025-01-16T20:51:23.349Z | Download: Completed 225.42 MB in 58.69 seconds (3.8M/s) |
| 189 | 2025-01-16T20:51:25.423Z | Actions: 1/5122 actions (Removing old actions) |
| 190 | 2025-01-16T20:51:25.458Z | Actions: 194/5122 actions (Installing new actions) |
| 191 | 2025-01-16T20:51:30.169Z | Actions: 4267/5122 actions (Updating modified actions) |
| 192 | 2025-01-16T20:51:30.513Z | Actions: Completed 5122 actions in 5.08 seconds. |
| 193 | 2025-01-16T20:51:30.919Z | Done (0.403s) |
| 194 | 2025-01-16T20:51:30.929Z | Done (0.001s) |
| 195 | 2025-01-16T20:51:35.802Z | Done (0.594s) |
| 196 | 2025-01-16T20:51:35.996Z | Done (4.223s) |
| 197 | 2025-01-16T20:51:36.057Z | Done (0.019s) |
| 198 | 2025-01-16T20:51:36.066Z | Done (0.000s) |
| 199 | 2025-01-16T20:51:36.236Z | Done (0.000s) |
| 200 | 2025-01-16T20:51:36.913Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2025-01-16T20:51:37.089Z | Planning: Checking for conflicting actions ... Done |
| 202 | 2025-01-16T20:51:37.107Z | Planning: Consolidating action changes ... Done |
| 203 | 2025-01-16T20:51:37.334Z | Planning: Evaluating mediators ... Done |
| 204 | 2025-01-16T20:51:37.339Z | Planning: Planning completed in 0.43 seconds |
| 205 | 2025-01-16T20:51:37.378Z | Mediators to change: 2 |
| 206 | 2025-01-16T20:51:37.378Z | Create boot environment: No |
| 207 | 2025-01-16T20:51:37.383Z | Create backup boot environment: No |
| 208 | 2025-01-16T20:51:37.469Z | Done |
| 209 | 2025-01-16T20:51:37.469Z | Done |
| 210 | 2025-01-16T20:51:37.842Z | Done |
| 211 | 2025-01-16T20:51:41.431Z | Done |
| 212 | 2025-01-16T20:51:41.514Z | Done |
| 213 | 2025-01-16T20:51:41.524Z | Done |
| 214 | 2025-01-16T20:51:41.665Z | Done |
| 215 | 2025-01-16T20:51:42.264Z | Planning: Evaluating mediator changes ... Done |
| 216 | 2025-01-16T20:51:42.267Z | Planning: Merging actions ... Done |
| 217 | 2025-01-16T20:51:42.461Z | Planning: Checking for conflicting actions ... Done |
| 218 | 2025-01-16T20:51:42.464Z | Planning: Consolidating action changes ... Done |
| 219 | 2025-01-16T20:51:42.733Z | Planning: Evaluating mediators ... Done |
| 220 | 2025-01-16T20:51:42.789Z | Planning: Planning completed in 0.77 seconds |
| 221 | 2025-01-16T20:51:42.833Z | Packages to change: 1 |
| 222 | 2025-01-16T20:51:42.833Z | Mediators to change: 1 |
| 223 | 2025-01-16T20:51:42.836Z | Services to change: 1 |
| 224 | 2025-01-16T20:51:42.837Z | Create boot environment: No |
| 225 | 2025-01-16T20:51:42.837Z | Create backup boot environment: Yes |
| 226 | 2025-01-16T20:51:45.061Z | Actions: 1/6 actions (Updating modified actions) |
| 227 | 2025-01-16T20:51:45.064Z | Actions: Completed 6 actions in 0.00 seconds. |
| 228 | 2025-01-16T20:51:45.064Z | Done |
| 229 | 2025-01-16T20:51:45.064Z | Done |
| 230 | 2025-01-16T20:51:45.181Z | Done |
| 231 | 2025-01-16T20:51:48.786Z | Done |
| 232 | 2025-01-16T20:51:48.876Z | Done |
| 233 | 2025-01-16T20:51:48.879Z | Done |
| 234 | 2025-01-16T20:51:49.013Z | Done |
| 235 | 2025-01-16T20:51:49.441Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 236 | 2025-01-16T20:51:49.441Z | clang system 15 system |
| 237 | 2025-01-16T20:51:49.441Z | csh system system illumos |
| 238 | 2025-01-16T20:51:49.441Z | ctags system system illumos |
| 239 | 2025-01-16T20:51:49.441Z | gcc vendor 12 vendor |
| 240 | 2025-01-16T20:51:49.441Z | gcc system 10 system |
| 241 | 2025-01-16T20:51:49.441Z | gcc system 7 system |
| 242 | 2025-01-16T20:51:49.441Z | go system 1.20 system |
| 243 | 2025-01-16T20:51:49.441Z | go system 1.19 system |
| 244 | 2025-01-16T20:51:49.441Z | llvm system 15 system |
| 245 | 2025-01-16T20:51:49.441Z | llvm system 14 system |
| 246 | 2025-01-16T20:51:49.441Z | mariadb system 10.6 system |
| 247 | 2025-01-16T20:51:49.441Z | mta vendor vendor dma |
| 248 | 2025-01-16T20:51:49.442Z | openjdk system 17 system |
| 249 | 2025-01-16T20:51:49.442Z | openjdk system 11 system |
| 250 | 2025-01-16T20:51:49.442Z | openjdk system 1.8 system |
| 251 | 2025-01-16T20:51:49.442Z | openssl vendor 3 vendor |
| 252 | 2025-01-16T20:51:49.442Z | perl system 5.36 system |
| 253 | 2025-01-16T20:51:49.442Z | postgresql system 15 system |
| 254 | 2025-01-16T20:51:49.442Z | postgresql system 13 system |
| 255 | 2025-01-16T20:51:49.442Z | python vendor 3 vendor |
| 256 | 2025-01-16T20:51:49.442Z | python system 2 system |
| 257 | 2025-01-16T20:51:49.442Z | python3 system 3.11 system |
| 258 | 2025-01-16T20:51:49.442Z | ruby system 3.0 system |
| 259 | 2025-01-16T20:51:49.442Z | words vendor vendor american-english |
| 260 | 2025-01-16T20:51:49.442Z | words system system australian-english |
| 261 | 2025-01-16T20:51:49.442Z | words system system british-english |
| 262 | 2025-01-16T20:51:49.442Z | words system system canadian-english |
| 263 | 2025-01-16T20:51:49.442Z | words system system french |
| 264 | 2025-01-16T20:51:49.442Z | words system system italian |
| 265 | 2025-01-16T20:51:49.442Z | words system system ngerman |
| 266 | 2025-01-16T20:51:49.442Z | words system system ogerman |
| 267 | 2025-01-16T20:51:49.442Z | words system system spanish |
| 268 | 2025-01-16T20:51:49.773Z | PUBLISHER TYPE STATUS P LOCATION |
| 269 | 2025-01-16T20:51:49.773Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 270 | 2025-01-16T20:51:52.562Z | FMRI IFO |
| 271 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 272 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 273 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 274 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 275 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 276 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 277 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 278 | 2025-01-16T20:51:52.562Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 279 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 280 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 281 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 282 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 283 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 284 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 285 | 2025-01-16T20:51:52.563Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 286 | 2025-01-16T20:51:53.325Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 287 | 2025-01-16T20:51:53.649Z | Updating crates.io index |
| 288 | 2025-01-16T20:51:53.652Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 289 | 2025-01-16T20:51:54.047Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 290 | 2025-01-16T20:51:54.604Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 291 | 2025-01-16T20:51:54.856Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 292 | 2025-01-16T20:51:55.224Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 293 | 2025-01-16T20:51:55.523Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 294 | 2025-01-16T20:51:56.524Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 295 | 2025-01-16T20:51:58.091Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 296 | 2025-01-16T20:51:58.793Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 297 | 2025-01-16T20:51:59.476Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 298 | 2025-01-16T20:51:59.789Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 299 | 2025-01-16T20:52:00.176Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 300 | 2025-01-16T20:52:00.731Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 301 | 2025-01-16T20:52:01.216Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 302 | 2025-01-16T20:52:01.599Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 303 | 2025-01-16T20:52:01.851Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 304 | 2025-01-16T20:52:02.114Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 305 | 2025-01-16T20:52:02.368Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 306 | 2025-01-16T20:52:02.658Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 307 | 2025-01-16T20:52:03.056Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 308 | 2025-01-16T20:52:03.406Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 309 | 2025-01-16T20:52:03.793Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 310 | 2025-01-16T20:52:04.280Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 311 | 2025-01-16T20:52:04.624Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 312 | 2025-01-16T20:52:05.016Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 313 | 2025-01-16T20:52:05.451Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 314 | 2025-01-16T20:52:05.764Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 315 | 2025-01-16T20:52:06.044Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 316 | 2025-01-16T20:52:06.339Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 317 | 2025-01-16T20:52:07.670Z | Downloading crates ... |
| 318 | 2025-01-16T20:52:07.728Z | Downloaded anstream v0.6.15 |
| 319 | 2025-01-16T20:52:07.827Z | Downloaded errno v0.3.9 |
| 320 | 2025-01-16T20:52:07.832Z | Downloaded cargo_metadata v0.18.1 |
| 321 | 2025-01-16T20:52:07.835Z | Downloaded bytecount v0.6.8 |
| 322 | 2025-01-16T20:52:07.837Z | Downloaded cpufeatures v0.2.14 |
| 323 | 2025-01-16T20:52:07.840Z | Downloaded fastrand v2.1.1 |
| 324 | 2025-01-16T20:52:07.843Z | Downloaded anyhow v1.0.93 |
| 325 | 2025-01-16T20:52:07.846Z | Downloaded camino v1.1.9 |
| 326 | 2025-01-16T20:52:07.848Z | Downloaded byteorder v1.5.0 |
| 327 | 2025-01-16T20:52:07.851Z | Downloaded camino-tempfile v1.1.1 |
| 328 | 2025-01-16T20:52:07.853Z | Downloaded anstyle-query v1.1.1 |
| 329 | 2025-01-16T20:52:07.855Z | Downloaded bitflags v2.6.0 |
| 330 | 2025-01-16T20:52:07.858Z | Downloaded heck v0.4.1 |
| 331 | 2025-01-16T20:52:07.860Z | Downloaded clap_derive v4.5.18 |
| 332 | 2025-01-16T20:52:07.863Z | Downloaded dtrace-parser v0.2.0 |
| 333 | 2025-01-16T20:52:07.863Z | Downloaded digest v0.10.7 |
| 334 | 2025-01-16T20:52:07.866Z | Downloaded colorchoice v1.0.2 |
| 335 | 2025-01-16T20:52:07.866Z | Downloaded cfg-if v1.0.0 |
| 336 | 2025-01-16T20:52:07.869Z | Downloaded heck v0.5.0 |
| 337 | 2025-01-16T20:52:07.869Z | Downloaded fnv v1.0.7 |
| 338 | 2025-01-16T20:52:07.869Z | Downloaded crypto-common v0.1.6 |
| 339 | 2025-01-16T20:52:07.871Z | Downloaded cargo-platform v0.1.8 |
| 340 | 2025-01-16T20:52:07.871Z | Downloaded block-buffer v0.10.4 |
| 341 | 2025-01-16T20:52:07.874Z | Downloaded dof v0.3.0 |
| 342 | 2025-01-16T20:52:07.877Z | Downloaded itoa v1.0.11 |
| 343 | 2025-01-16T20:52:07.881Z | Downloaded indexmap v2.7.0 |
| 344 | 2025-01-16T20:52:07.885Z | Downloaded fs-err v2.11.0 |
| 345 | 2025-01-16T20:52:07.885Z | Downloaded clap_lex v0.7.2 |
| 346 | 2025-01-16T20:52:07.889Z | Downloaded goblin v0.8.2 |
| 347 | 2025-01-16T20:52:07.893Z | Downloaded generic-array v0.14.7 |
| 348 | 2025-01-16T20:52:07.896Z | Downloaded equivalent v1.0.1 |
| 349 | 2025-01-16T20:52:07.896Z | Downloaded swrite v0.1.0 |
| 350 | 2025-01-16T20:52:07.898Z | Downloaded scroll_derive v0.12.0 |
| 351 | 2025-01-16T20:52:07.898Z | Downloaded pretty-hex v0.4.1 |
| 352 | 2025-01-16T20:52:07.918Z | Downloaded memmap v0.7.0 |
| 353 | 2025-01-16T20:52:07.920Z | Downloaded macaddr v1.0.1 |
| 354 | 2025-01-16T20:52:07.923Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-01-16T20:52:07.923Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2025-01-16T20:52:07.923Z | Downloaded plain v0.2.3 |
| 357 | 2025-01-16T20:52:07.935Z | Downloaded proc-macro-error-attr v1.0.4 |
| 358 | 2025-01-16T20:52:07.938Z | Downloaded is_terminal_polyfill v1.70.1 |
| 359 | 2025-01-16T20:52:07.948Z | Downloaded toml_datetime v0.6.8 |
| 360 | 2025-01-16T20:52:07.951Z | Downloaded pest_generator v2.7.14 |
| 361 | 2025-01-16T20:52:07.951Z | Downloaded thread-id v4.2.2 |
| 362 | 2025-01-16T20:52:07.954Z | Downloaded thiserror-impl v1.0.69 |
| 363 | 2025-01-16T20:52:07.954Z | Downloaded tabled_derive v0.7.0 |
| 364 | 2025-01-16T20:52:07.954Z | Downloaded once_cell v1.20.2 |
| 365 | 2025-01-16T20:52:07.956Z | Downloaded terminal_size v0.4.0 |
| 366 | 2025-01-16T20:52:07.959Z | Downloaded thiserror v1.0.69 |
| 367 | 2025-01-16T20:52:07.962Z | Downloaded smawk v0.3.2 |
| 368 | 2025-01-16T20:52:07.964Z | Downloaded usdt-impl v0.5.0 |
| 369 | 2025-01-16T20:52:07.967Z | Downloaded usdt v0.5.0 |
| 370 | 2025-01-16T20:52:07.967Z | Downloaded version_check v0.9.5 |
| 371 | 2025-01-16T20:52:07.967Z | Downloaded unicode-linebreak v0.1.5 |
| 372 | 2025-01-16T20:52:07.970Z | Downloaded serde_tokenstream v0.2.2 |
| 373 | 2025-01-16T20:52:07.970Z | Downloaded strsim v0.11.1 |
| 374 | 2025-01-16T20:52:07.970Z | Downloaded serde_spanned v0.6.8 |
| 375 | 2025-01-16T20:52:07.973Z | Downloaded autocfg v1.4.0 |
| 376 | 2025-01-16T20:52:07.973Z | Downloaded anstyle v1.0.10 |
| 377 | 2025-01-16T20:52:07.975Z | Downloaded proc-macro-error v1.0.4 |
| 378 | 2025-01-16T20:52:07.987Z | Downloaded pest_derive v2.7.14 |
| 379 | 2025-01-16T20:52:07.990Z | Downloaded semver v1.0.24 |
| 380 | 2025-01-16T20:52:07.993Z | Downloaded scroll v0.12.0 |
| 381 | 2025-01-16T20:52:07.995Z | Downloaded sha2 v0.10.8 |
| 382 | 2025-01-16T20:52:07.995Z | Downloaded quote v1.0.38 |
| 383 | 2025-01-16T20:52:07.997Z | Downloaded clap v4.5.21 |
| 384 | 2025-01-16T20:52:08.005Z | Downloaded zerocopy-derive v0.7.35 |
| 385 | 2025-01-16T20:52:08.008Z | Downloaded pest_meta v2.7.14 |
| 386 | 2025-01-16T20:52:08.011Z | Downloaded utf8parse v0.2.2 |
| 387 | 2025-01-16T20:52:08.013Z | Downloaded anstyle-parse v0.2.5 |
| 388 | 2025-01-16T20:52:08.013Z | Downloaded cargo_toml v0.20.5 |
| 389 | 2025-01-16T20:52:08.017Z | Downloaded proc-macro2 v1.0.92 |
| 390 | 2025-01-16T20:52:08.020Z | Downloaded ryu v1.0.18 |
| 391 | 2025-01-16T20:52:08.022Z | Downloaded textwrap v0.16.1 |
| 392 | 2025-01-16T20:52:08.026Z | Downloaded unicode-ident v1.0.14 |
| 393 | 2025-01-16T20:52:08.029Z | Downloaded typenum v1.17.0 |
| 394 | 2025-01-16T20:52:08.031Z | Downloaded ucd-trie v0.1.7 |
| 395 | 2025-01-16T20:52:08.034Z | Downloaded papergrid v0.11.0 |
| 396 | 2025-01-16T20:52:08.037Z | Downloaded toml v0.8.19 |
| 397 | 2025-01-16T20:52:08.040Z | Downloaded tempfile v3.13.0 |
| 398 | 2025-01-16T20:52:08.042Z | Downloaded log v0.4.22 |
| 399 | 2025-01-16T20:52:08.045Z | Downloaded serde_derive v1.0.217 |
| 400 | 2025-01-16T20:52:08.070Z | Downloaded serde v1.0.217 |
| 401 | 2025-01-16T20:52:08.073Z | Downloaded memchr v2.7.4 |
| 402 | 2025-01-16T20:52:08.087Z | Downloaded toml_edit v0.22.22 |
| 403 | 2025-01-16T20:52:08.107Z | Downloaded pest v2.7.14 |
| 404 | 2025-01-16T20:52:08.116Z | Downloaded hashbrown v0.15.1 |
| 405 | 2025-01-16T20:52:08.121Z | Downloaded serde_json v1.0.135 |
| 406 | 2025-01-16T20:52:08.127Z | Downloaded clap_builder v4.5.21 |
| 407 | 2025-01-16T20:52:08.133Z | Downloaded zerocopy v0.7.35 |
| 408 | 2025-01-16T20:52:08.148Z | Downloaded winnow v0.6.20 |
| 409 | 2025-01-16T20:52:08.155Z | Downloaded tabled v0.15.0 |
| 410 | 2025-01-16T20:52:08.170Z | Downloaded syn v1.0.109 |
| 411 | 2025-01-16T20:52:08.184Z | Downloaded unicode-width v0.1.14 |
| 412 | 2025-01-16T20:52:08.195Z | Downloaded syn v2.0.96 |
| 413 | 2025-01-16T20:52:08.204Z | Downloaded rustix v0.38.37 |
| 414 | 2025-01-16T20:52:08.236Z | Downloaded libc v0.2.162 |
| 415 | 2025-01-16T20:52:08.547Z | Compiling proc-macro2 v1.0.92 |
| 416 | 2025-01-16T20:52:08.547Z | Compiling unicode-ident v1.0.14 |
| 417 | 2025-01-16T20:52:08.548Z | Compiling serde v1.0.217 |
| 418 | 2025-01-16T20:52:08.550Z | Compiling version_check v0.9.5 |
| 419 | 2025-01-16T20:52:08.550Z | Compiling memchr v2.7.4 |
| 420 | 2025-01-16T20:52:08.550Z | Compiling thiserror v1.0.69 |
| 421 | 2025-01-16T20:52:08.550Z | Compiling libc v0.2.162 |
| 422 | 2025-01-16T20:52:08.584Z | Compiling itoa v1.0.11 |
| 423 | 2025-01-16T20:52:08.818Z | Compiling ucd-trie v0.1.7 |
| 424 | 2025-01-16T20:52:09.198Z | Compiling ryu v1.0.18 |
| 425 | 2025-01-16T20:52:09.363Z | Compiling once_cell v1.20.2 |
| 426 | 2025-01-16T20:52:09.389Z | Compiling byteorder v1.5.0 |
| 427 | 2025-01-16T20:52:09.439Z | Compiling rustix v0.38.37 |
| 428 | 2025-01-16T20:52:09.918Z | Compiling serde_json v1.0.135 |
| 429 | 2025-01-16T20:52:09.921Z | Compiling bitflags v2.6.0 |
| 430 | 2025-01-16T20:52:10.250Z | Compiling usdt-impl v0.5.0 |
| 431 | 2025-01-16T20:52:10.325Z | Compiling proc-macro-error-attr v1.0.4 |
| 432 | 2025-01-16T20:52:10.351Z | Compiling syn v1.0.109 |
| 433 | 2025-01-16T20:52:10.377Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2025-01-16T20:52:10.381Z | Compiling equivalent v1.0.1 |
| 435 | 2025-01-16T20:52:10.512Z | Compiling quote v1.0.38 |
| 436 | 2025-01-16T20:52:10.608Z | Compiling errno v0.3.9 |
| 437 | 2025-01-16T20:52:10.716Z | Compiling log v0.4.22 |
| 438 | 2025-01-16T20:52:10.743Z | Compiling utf8parse v0.2.2 |
| 439 | 2025-01-16T20:52:10.881Z | Compiling syn v2.0.96 |
| 440 | 2025-01-16T20:52:10.932Z | Compiling camino v1.1.9 |
| 441 | 2025-01-16T20:52:10.986Z | Compiling hashbrown v0.15.1 |
| 442 | 2025-01-16T20:52:11.063Z | Compiling plain v0.2.3 |
| 443 | 2025-01-16T20:52:11.124Z | Compiling thread-id v4.2.2 |
| 444 | 2025-01-16T20:52:11.233Z | Compiling anstyle-parse v0.2.5 |
| 445 | 2025-01-16T20:52:11.544Z | Compiling winnow v0.6.20 |
| 446 | 2025-01-16T20:52:11.589Z | Compiling pretty-hex v0.4.1 |
| 447 | 2025-01-16T20:52:11.780Z | Compiling autocfg v1.4.0 |
| 448 | 2025-01-16T20:52:11.832Z | Compiling anstyle-query v1.1.1 |
| 449 | 2025-01-16T20:52:11.895Z | Compiling is_terminal_polyfill v1.70.1 |
| 450 | 2025-01-16T20:52:11.995Z | Compiling indexmap v2.7.0 |
| 451 | 2025-01-16T20:52:12.029Z | Compiling unicode-width v0.1.14 |
| 452 | 2025-01-16T20:52:12.032Z | Compiling anstyle v1.0.10 |
| 453 | 2025-01-16T20:52:12.509Z | Compiling colorchoice v1.0.2 |
| 454 | 2025-01-16T20:52:12.592Z | Compiling semver v1.0.24 |
| 455 | 2025-01-16T20:52:12.700Z | Compiling anstream v0.6.15 |
| 456 | 2025-01-16T20:52:12.757Z | Compiling fs-err v2.11.0 |
| 457 | 2025-01-16T20:52:13.069Z | Compiling terminal_size v0.4.0 |
| 458 | 2025-01-16T20:52:13.300Z | Compiling heck v0.5.0 |
| 459 | 2025-01-16T20:52:13.330Z | Compiling anyhow v1.0.93 |
| 460 | 2025-01-16T20:52:13.354Z | Compiling bytecount v0.6.8 |
| 461 | 2025-01-16T20:52:13.357Z | Compiling fastrand v2.1.1 |
| 462 | 2025-01-16T20:52:13.408Z | Compiling cfg-if v1.0.0 |
| 463 | 2025-01-16T20:52:13.514Z | Compiling strsim v0.11.1 |
| 464 | 2025-01-16T20:52:13.894Z | Compiling heck v0.4.1 |
| 465 | 2025-01-16T20:52:13.921Z | Compiling clap_lex v0.7.2 |
| 466 | 2025-01-16T20:52:14.018Z | Compiling fnv v1.0.7 |
| 467 | 2025-01-16T20:52:14.182Z | Compiling papergrid v0.11.0 |
| 468 | 2025-01-16T20:52:14.307Z | Compiling clap_builder v4.5.21 |
| 469 | 2025-01-16T20:52:14.368Z | Compiling tempfile v3.13.0 |
| 470 | 2025-01-16T20:52:14.608Z | Compiling memmap v0.7.0 |
| 471 | 2025-01-16T20:52:14.797Z | Compiling smawk v0.3.2 |
| 472 | 2025-01-16T20:52:14.887Z | Compiling unicode-linebreak v0.1.5 |
| 473 | 2025-01-16T20:52:15.170Z | Compiling swrite v0.1.0 |
| 474 | 2025-01-16T20:52:15.328Z | Compiling textwrap v0.16.1 |
| 475 | 2025-01-16T20:52:16.072Z | Compiling tabled_derive v0.7.0 |
| 476 | 2025-01-16T20:52:17.588Z | Compiling tabled v0.15.0 |
| 477 | 2025-01-16T20:52:17.813Z | Compiling serde_derive v1.0.217 |
| 478 | 2025-01-16T20:52:17.815Z | Compiling thiserror-impl v1.0.69 |
| 479 | 2025-01-16T20:52:17.815Z | Compiling zerocopy-derive v0.7.35 |
| 480 | 2025-01-16T20:52:17.815Z | Compiling scroll_derive v0.12.0 |
| 481 | 2025-01-16T20:52:17.815Z | Compiling clap_derive v4.5.18 |
| 482 | 2025-01-16T20:52:19.074Z | Compiling scroll v0.12.0 |
| 483 | 2025-01-16T20:52:19.633Z | Compiling goblin v0.8.2 |
| 484 | 2025-01-16T20:52:19.853Z | Compiling zerocopy v0.7.35 |
| 485 | 2025-01-16T20:52:20.990Z | Compiling pest v2.7.14 |
| 486 | 2025-01-16T20:52:21.731Z | Compiling clap v4.5.21 |
| 487 | 2025-01-16T20:52:23.052Z | Compiling pest_meta v2.7.14 |
| 488 | 2025-01-16T20:52:23.958Z | Compiling pest_generator v2.7.14 |
| 489 | 2025-01-16T20:52:25.459Z | Compiling pest_derive v2.7.14 |
| 490 | 2025-01-16T20:52:26.031Z | Compiling dtrace-parser v0.2.0 |
| 491 | 2025-01-16T20:52:26.481Z | Compiling serde_tokenstream v0.2.2 |
| 492 | 2025-01-16T20:52:26.698Z | Compiling toml_datetime v0.6.8 |
| 493 | 2025-01-16T20:52:26.737Z | Compiling serde_spanned v0.6.8 |
| 494 | 2025-01-16T20:52:26.988Z | Compiling cargo-platform v0.1.8 |
| 495 | 2025-01-16T20:52:27.072Z | Compiling toml_edit v0.22.22 |
| 496 | 2025-01-16T20:52:27.099Z | Compiling macaddr v1.0.1 |
| 497 | 2025-01-16T20:52:27.433Z | Compiling camino-tempfile v1.1.1 |
| 498 | 2025-01-16T20:52:27.907Z | Compiling dof v0.3.0 |
| 499 | 2025-01-16T20:52:28.067Z | Compiling cargo_metadata v0.18.1 |
| 500 | 2025-01-16T20:52:29.337Z | Compiling usdt-attr-macro v0.5.0 |
| 501 | 2025-01-16T20:52:29.339Z | Compiling usdt-macro v0.5.0 |
| 502 | 2025-01-16T20:52:29.834Z | Compiling toml v0.8.19 |
| 503 | 2025-01-16T20:52:30.426Z | Compiling usdt v0.5.0 |
| 504 | 2025-01-16T20:52:30.657Z | Compiling cargo_toml v0.20.5 |
| 505 | 2025-01-16T20:52:33.275Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 506 | 2025-01-16T20:52:36.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.29s |
| 507 | 2025-01-16T20:52:36.695Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 508 | 2025-01-16T20:52:37.201Z | Downloading crates ... |
| 509 | 2025-01-16T20:52:37.327Z | Downloaded array-init v0.0.4 |
| 510 | 2025-01-16T20:52:37.331Z | Downloaded adler2 v2.0.0 |
| 511 | 2025-01-16T20:52:37.344Z | Downloaded async-stream-impl v0.3.6 |
| 512 | 2025-01-16T20:52:37.348Z | Downloaded atomicwrites v0.4.4 |
| 513 | 2025-01-16T20:52:37.357Z | Downloaded cfg_aliases v0.1.1 |
| 514 | 2025-01-16T20:52:37.357Z | Downloaded heapless v0.7.17 |
| 515 | 2025-01-16T20:52:37.367Z | Downloaded instant v0.1.13 |
| 516 | 2025-01-16T20:52:37.373Z | Downloaded ciborium-io v0.2.2 |
| 517 | 2025-01-16T20:52:37.373Z | Downloaded http-body v1.0.1 |
| 518 | 2025-01-16T20:52:37.373Z | Downloaded ident_case v1.0.1 |
| 519 | 2025-01-16T20:52:37.378Z | Downloaded aead v0.5.2 |
| 520 | 2025-01-16T20:52:37.378Z | Downloaded headers-core v0.3.0 |
| 521 | 2025-01-16T20:52:37.378Z | Downloaded hubpack_derive v0.1.1 |
| 522 | 2025-01-16T20:52:37.378Z | Downloaded cassowary v0.3.0 |
| 523 | 2025-01-16T20:52:37.387Z | Downloaded http-range v0.1.5 |
| 524 | 2025-01-16T20:52:37.387Z | Downloaded cstr-argument v0.1.2 |
| 525 | 2025-01-16T20:52:37.387Z | Downloaded atty v0.2.14 |
| 526 | 2025-01-16T20:52:37.387Z | Downloaded is_ci v1.2.0 |
| 527 | 2025-01-16T20:52:37.395Z | Downloaded cfg_aliases v0.2.1 |
| 528 | 2025-01-16T20:52:37.395Z | Downloaded hostname v0.3.1 |
| 529 | 2025-01-16T20:52:37.395Z | Downloaded home v0.5.9 |
| 530 | 2025-01-16T20:52:37.396Z | Downloaded crunchy v0.2.2 |
| 531 | 2025-01-16T20:52:37.396Z | Downloaded block-padding v0.3.3 |
| 532 | 2025-01-16T20:52:37.396Z | Downloaded bit-set v0.5.3 |
| 533 | 2025-01-16T20:52:37.400Z | Downloaded httparse v1.9.5 |
| 534 | 2025-01-16T20:52:37.400Z | Downloaded constant_time_eq v0.3.1 |
| 535 | 2025-01-16T20:52:37.400Z | Downloaded cobs v0.2.3 |
| 536 | 2025-01-16T20:52:37.400Z | Downloaded chrono-tz-build v0.4.0 |
| 537 | 2025-01-16T20:52:37.414Z | Downloaded bitflags v1.3.2 |
| 538 | 2025-01-16T20:52:37.414Z | Downloaded md5 v0.7.0 |
| 539 | 2025-01-16T20:52:37.414Z | Downloaded matches v0.1.10 |
| 540 | 2025-01-16T20:52:37.414Z | Downloaded colored v2.1.0 |
| 541 | 2025-01-16T20:52:37.414Z | Downloaded castaway v0.2.3 |
| 542 | 2025-01-16T20:52:37.432Z | Downloaded ctr v0.9.2 |
| 543 | 2025-01-16T20:52:37.432Z | Downloaded managed v0.8.0 |
| 544 | 2025-01-16T20:52:37.432Z | Downloaded chacha20 v0.9.1 |
| 545 | 2025-01-16T20:52:37.432Z | Downloaded lockfree-object-pool v0.1.6 |
| 546 | 2025-01-16T20:52:37.435Z | Downloaded crc-catalog v2.4.0 |
| 547 | 2025-01-16T20:52:37.435Z | Downloaded cipher v0.4.4 |
| 548 | 2025-01-16T20:52:37.435Z | Downloaded memoffset v0.9.1 |
| 549 | 2025-01-16T20:52:37.435Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 550 | 2025-01-16T20:52:37.435Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 551 | 2025-01-16T20:52:37.435Z | Downloaded lru-cache v0.1.2 |
| 552 | 2025-01-16T20:52:37.436Z | Downloaded lalrpop-util v0.19.12 |
| 553 | 2025-01-16T20:52:37.436Z | Downloaded kstat-rs v0.2.4 |
| 554 | 2025-01-16T20:52:37.436Z | Downloaded addr2line v0.24.2 |
| 555 | 2025-01-16T20:52:37.439Z | Downloaded internet-checksum v0.2.1 |
| 556 | 2025-01-16T20:52:37.439Z | Downloaded mime v0.3.17 |
| 557 | 2025-01-16T20:52:37.443Z | Downloaded lazycell v1.3.0 |
| 558 | 2025-01-16T20:52:37.443Z | Downloaded inout v0.1.3 |
| 559 | 2025-01-16T20:52:37.443Z | Downloaded hex v0.4.3 |
| 560 | 2025-01-16T20:52:37.449Z | Downloaded maplit v1.0.2 |
| 561 | 2025-01-16T20:52:37.449Z | Downloaded idna_adapter v1.2.0 |
| 562 | 2025-01-16T20:52:37.449Z | Downloaded libefi-sys v0.1.0 |
| 563 | 2025-01-16T20:52:37.453Z | Downloaded lazy_static v1.5.0 |
| 564 | 2025-01-16T20:52:37.453Z | Downloaded blowfish v0.9.1 |
| 565 | 2025-01-16T20:52:37.457Z | Downloaded keccak v0.1.5 |
| 566 | 2025-01-16T20:52:37.457Z | Downloaded convert_case v0.4.0 |
| 567 | 2025-01-16T20:52:37.457Z | Downloaded lru v0.12.5 |
| 568 | 2025-01-16T20:52:37.462Z | Downloaded ciborium v0.2.2 |
| 569 | 2025-01-16T20:52:37.462Z | Downloaded buf-list v1.0.3 |
| 570 | 2025-01-16T20:52:37.468Z | Downloaded linear-map v1.2.0 |
| 571 | 2025-01-16T20:52:37.468Z | Downloaded const_format_proc_macros v0.2.33 |
| 572 | 2025-01-16T20:52:37.472Z | Downloaded base64ct v1.6.0 |
| 573 | 2025-01-16T20:52:37.472Z | Downloaded sigpipe v0.1.3 |
| 574 | 2025-01-16T20:52:37.472Z | Downloaded crossbeam-deque v0.8.5 |
| 575 | 2025-01-16T20:52:37.478Z | Downloaded md-5 v0.10.6 |
| 576 | 2025-01-16T20:52:37.478Z | Downloaded instability v0.3.2 |
| 577 | 2025-01-16T20:52:37.484Z | Downloaded arrayvec v0.7.6 |
| 578 | 2025-01-16T20:52:37.484Z | Downloaded rand_chacha v0.3.1 |
| 579 | 2025-01-16T20:52:37.489Z | Downloaded jobserver v0.1.32 |
| 580 | 2025-01-16T20:52:37.489Z | Downloaded linked-hash-map v0.5.6 |
| 581 | 2025-01-16T20:52:37.489Z | Downloaded cancel-safe-futures v0.1.5 |
| 582 | 2025-01-16T20:52:37.493Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 583 | 2025-01-16T20:52:37.496Z | Downloaded ahash v0.8.11 |
| 584 | 2025-01-16T20:52:37.503Z | Downloaded memmap2 v0.9.5 |
| 585 | 2025-01-16T20:52:37.503Z | Downloaded mime_guess v2.0.5 |
| 586 | 2025-01-16T20:52:37.509Z | Downloaded hmac v0.12.1 |
| 587 | 2025-01-16T20:52:37.510Z | Downloaded take_mut v0.2.2 |
| 588 | 2025-01-16T20:52:37.510Z | Downloaded sync_wrapper v1.0.1 |
| 589 | 2025-01-16T20:52:37.510Z | Downloaded async-bb8-diesel v0.2.1 |
| 590 | 2025-01-16T20:52:37.516Z | Downloaded zone_cfg_derive v0.1.2 |
| 591 | 2025-01-16T20:52:37.517Z | Downloaded libsw v3.3.1 |
| 592 | 2025-01-16T20:52:37.518Z | Downloaded progenitor v0.9.1 |
| 593 | 2025-01-16T20:52:37.518Z | Downloaded quick-error v1.2.3 |
| 594 | 2025-01-16T20:52:37.527Z | Downloaded scheduled-thread-pool v0.2.7 |
| 595 | 2025-01-16T20:52:37.527Z | Downloaded serde_plain v1.0.2 |
| 596 | 2025-01-16T20:52:37.527Z | Downloaded shlex v1.3.0 |
| 597 | 2025-01-16T20:52:37.533Z | Downloaded semver v0.1.20 |
| 598 | 2025-01-16T20:52:37.533Z | Downloaded lock_api v0.4.12 |
| 599 | 2025-01-16T20:52:37.533Z | Downloaded console v0.15.8 |
| 600 | 2025-01-16T20:52:37.533Z | Downloaded write16 v1.0.0 |
| 601 | 2025-01-16T20:52:37.533Z | Downloaded bitfield v0.14.0 |
| 602 | 2025-01-16T20:52:37.540Z | Downloaded rustversion v1.0.17 |
| 603 | 2025-01-16T20:52:37.540Z | Downloaded foreign-types v0.3.2 |
| 604 | 2025-01-16T20:52:37.540Z | Downloaded crc-any v2.5.0 |
| 605 | 2025-01-16T20:52:37.540Z | Downloaded crossbeam-epoch v0.9.18 |
| 606 | 2025-01-16T20:52:37.546Z | Downloaded signature v2.2.0 |
| 607 | 2025-01-16T20:52:37.552Z | Downloaded serde_repr v0.1.19 |
| 608 | 2025-01-16T20:52:37.552Z | Downloaded cookie v0.18.1 |
| 609 | 2025-01-16T20:52:37.559Z | Downloaded litemap v0.7.3 |
| 610 | 2025-01-16T20:52:37.559Z | Downloaded allocator-api2 v0.2.18 |
| 611 | 2025-01-16T20:52:37.584Z | Downloaded num-conv v0.1.0 |
| 612 | 2025-01-16T20:52:37.584Z | Downloaded heapless v0.8.0 |
| 613 | 2025-01-16T20:52:37.584Z | Downloaded tap v1.0.1 |
| 614 | 2025-01-16T20:52:37.584Z | Downloaded spki v0.7.3 |
| 615 | 2025-01-16T20:52:37.584Z | Downloaded path-slash v0.1.5 |
| 616 | 2025-01-16T20:52:37.584Z | Downloaded tabwriter v1.4.0 |
| 617 | 2025-01-16T20:52:37.584Z | Downloaded synstructure v0.13.1 |
| 618 | 2025-01-16T20:52:37.584Z | Downloaded twox-hash v1.6.3 |
| 619 | 2025-01-16T20:52:37.584Z | Downloaded which v4.4.2 |
| 620 | 2025-01-16T20:52:37.584Z | Downloaded parse-size v1.1.0 |
| 621 | 2025-01-16T20:52:37.587Z | Downloaded icu_locid v1.5.0 |
| 622 | 2025-01-16T20:52:37.587Z | Downloaded icu_locid_transform_data v1.5.0 |
| 623 | 2025-01-16T20:52:37.587Z | Downloaded zone v0.3.0 |
| 624 | 2025-01-16T20:52:37.587Z | Downloaded zone v0.1.8 |
| 625 | 2025-01-16T20:52:37.590Z | Downloaded difflib v0.4.0 |
| 626 | 2025-01-16T20:52:37.590Z | Downloaded unicase v2.7.0 |
| 627 | 2025-01-16T20:52:37.594Z | Downloaded crossbeam-utils v0.8.20 |
| 628 | 2025-01-16T20:52:37.597Z | Downloaded clang-sys v1.8.1 |
| 629 | 2025-01-16T20:52:37.601Z | Downloaded chacha20poly1305 v0.10.1 |
| 630 | 2025-01-16T20:52:37.601Z | Downloaded zerovec-derive v0.10.3 |
| 631 | 2025-01-16T20:52:37.604Z | Downloaded rustc_version v0.4.1 |
| 632 | 2025-01-16T20:52:37.608Z | Downloaded icu_provider v1.5.0 |
| 633 | 2025-01-16T20:52:37.613Z | Downloaded icu_locid_transform v1.5.0 |
| 634 | 2025-01-16T20:52:37.613Z | Downloaded futures-sink v0.3.31 |
| 635 | 2025-01-16T20:52:37.623Z | Downloaded futures-macro v0.3.31 |
| 636 | 2025-01-16T20:52:37.623Z | Downloaded icu_normalizer v1.5.0 |
| 637 | 2025-01-16T20:52:37.623Z | Downloaded compact_str v0.8.0 |
| 638 | 2025-01-16T20:52:37.624Z | Downloaded sync-ptr v0.1.1 |
| 639 | 2025-01-16T20:52:37.624Z | Downloaded time-core v0.1.2 |
| 640 | 2025-01-16T20:52:37.627Z | Downloaded strum v0.26.3 |
| 641 | 2025-01-16T20:52:37.627Z | Downloaded sqlparser_derive v0.2.2 |
| 642 | 2025-01-16T20:52:37.629Z | Downloaded futures-io v0.3.31 |
| 643 | 2025-01-16T20:52:37.629Z | Downloaded term v0.7.0 |
| 644 | 2025-01-16T20:52:37.633Z | Downloaded mockall v0.13.0 |
| 645 | 2025-01-16T20:52:37.637Z | Downloaded hash32 v0.3.1 |
| 646 | 2025-01-16T20:52:37.639Z | Downloaded pbkdf2 v0.12.2 |
| 647 | 2025-01-16T20:52:37.639Z | Downloaded nu-ansi-term v0.50.1 |
| 648 | 2025-01-16T20:52:37.642Z | Downloaded num_enum v0.5.11 |
| 649 | 2025-01-16T20:52:37.646Z | Downloaded icu_properties v1.5.1 |
| 650 | 2025-01-16T20:52:37.650Z | Downloaded predicates-core v1.0.8 |
| 651 | 2025-01-16T20:52:37.652Z | Downloaded russh-keys v0.45.0 |
| 652 | 2025-01-16T20:52:37.655Z | Downloaded progenitor-macro v0.8.0 |
| 653 | 2025-01-16T20:52:37.657Z | Downloaded arc-swap v1.7.1 |
| 654 | 2025-01-16T20:52:37.660Z | Downloaded cc v1.1.30 |
| 655 | 2025-01-16T20:52:37.664Z | Downloaded paste v1.0.15 |
| 656 | 2025-01-16T20:52:37.668Z | Downloaded crypto-bigint v0.5.5 |
| 657 | 2025-01-16T20:52:37.676Z | Downloaded shell-words v1.1.0 |
| 658 | 2025-01-16T20:52:37.679Z | Downloaded sec1 v0.7.3 |
| 659 | 2025-01-16T20:52:37.681Z | Downloaded env_logger v0.11.5 |
| 660 | 2025-01-16T20:52:37.684Z | Downloaded env_logger v0.10.2 |
| 661 | 2025-01-16T20:52:37.688Z | Downloaded thread_local v1.1.8 |
| 662 | 2025-01-16T20:52:37.691Z | Downloaded thiserror-no-std v2.0.2 |
| 663 | 2025-01-16T20:52:37.694Z | Downloaded fxhash v0.2.1 |
| 664 | 2025-01-16T20:52:37.697Z | Downloaded prettyplease v0.2.25 |
| 665 | 2025-01-16T20:52:37.701Z | Downloaded new_debug_unreachable v1.0.6 |
| 666 | 2025-01-16T20:52:37.703Z | Downloaded vergen v8.3.2 |
| 667 | 2025-01-16T20:52:37.706Z | Downloaded yoke-derive v0.7.4 |
| 668 | 2025-01-16T20:52:37.706Z | Downloaded openssl-macros v0.1.1 |
| 669 | 2025-01-16T20:52:37.708Z | Downloaded uzers v0.12.1 |
| 670 | 2025-01-16T20:52:37.711Z | Downloaded postgres-protocol v0.6.7 |
| 671 | 2025-01-16T20:52:37.715Z | Downloaded password-hash v0.5.0 |
| 672 | 2025-01-16T20:52:37.717Z | Downloaded dsl_auto_type v0.1.2 |
| 673 | 2025-01-16T20:52:37.717Z | Downloaded dirs-sys-next v0.1.2 |
| 674 | 2025-01-16T20:52:37.717Z | Downloaded deranged v0.3.11 |
| 675 | 2025-01-16T20:52:37.720Z | Downloaded icu_collections v1.5.0 |
| 676 | 2025-01-16T20:52:37.727Z | Downloaded rcgen v0.12.1 |
| 677 | 2025-01-16T20:52:37.731Z | Downloaded base64 v0.22.1 |
| 678 | 2025-01-16T20:52:37.736Z | Downloaded predicates v3.1.2 |
| 679 | 2025-01-16T20:52:37.738Z | Downloaded toolchain_find v0.4.0 |
| 680 | 2025-01-16T20:52:37.742Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 681 | 2025-01-16T20:52:37.742Z | Downloaded embedded-io v0.6.1 |
| 682 | 2025-01-16T20:52:37.755Z | Downloaded darling_macro v0.20.10 |
| 683 | 2025-01-16T20:52:37.759Z | Downloaded parse-display v0.10.0 |
| 684 | 2025-01-16T20:52:37.759Z | Downloaded minimal-lexical v0.2.1 |
| 685 | 2025-01-16T20:52:37.765Z | Downloaded num-derive v0.4.2 |
| 686 | 2025-01-16T20:52:37.768Z | Downloaded tower-service v0.3.3 |
| 687 | 2025-01-16T20:52:37.768Z | Downloaded password-hash v0.4.2 |
| 688 | 2025-01-16T20:52:37.771Z | Downloaded fragile v2.0.0 |
| 689 | 2025-01-16T20:52:37.771Z | Downloaded parse-display-derive v0.10.0 |
| 690 | 2025-01-16T20:52:37.773Z | Downloaded downcast v0.11.0 |
| 691 | 2025-01-16T20:52:37.777Z | Downloaded phf_shared v0.11.2 |
| 692 | 2025-01-16T20:52:37.777Z | Downloaded zerofrom v0.1.4 |
| 693 | 2025-01-16T20:52:37.781Z | Downloaded num-iter v0.1.45 |
| 694 | 2025-01-16T20:52:37.781Z | Downloaded nanorand v0.7.0 |
| 695 | 2025-01-16T20:52:37.785Z | Downloaded crossbeam-channel v0.5.13 |
| 696 | 2025-01-16T20:52:37.789Z | Downloaded unicode-bidi v0.3.17 |
| 697 | 2025-01-16T20:52:37.793Z | Downloaded opaque-debug v0.3.1 |
| 698 | 2025-01-16T20:52:37.793Z | Downloaded same-file v1.0.6 |
| 699 | 2025-01-16T20:52:37.798Z | Downloaded slog-async v2.8.0 |
| 700 | 2025-01-16T20:52:37.798Z | Downloaded salsa20 v0.10.2 |
| 701 | 2025-01-16T20:52:37.798Z | Downloaded multimap v0.10.0 |
| 702 | 2025-01-16T20:52:37.801Z | Downloaded structmeta v0.3.0 |
| 703 | 2025-01-16T20:52:37.801Z | Downloaded ppv-lite86 v0.2.20 |
| 704 | 2025-01-16T20:52:37.801Z | Downloaded dyn-clone v1.0.17 |
| 705 | 2025-01-16T20:52:37.804Z | Downloaded topological-sort v0.2.2 |
| 706 | 2025-01-16T20:52:37.804Z | Downloaded rayon-core v1.12.1 |
| 707 | 2025-01-16T20:52:37.811Z | Downloaded utf16_iter v1.0.5 |
| 708 | 2025-01-16T20:52:37.814Z | Downloaded rtoolbox v0.0.2 |
| 709 | 2025-01-16T20:52:37.814Z | Downloaded rand_xorshift v0.3.0 |
| 710 | 2025-01-16T20:52:37.814Z | Downloaded rand_core v0.6.4 |
| 711 | 2025-01-16T20:52:37.816Z | Downloaded ron v0.7.1 |
| 712 | 2025-01-16T20:52:37.822Z | Downloaded signal-hook v0.3.17 |
| 713 | 2025-01-16T20:52:37.825Z | Downloaded termtree v0.4.1 |
| 714 | 2025-01-16T20:52:37.828Z | Downloaded float-ord v0.3.2 |
| 715 | 2025-01-16T20:52:37.830Z | Downloaded derive-where v1.2.7 |
| 716 | 2025-01-16T20:52:37.834Z | Downloaded base64 v0.21.7 |
| 717 | 2025-01-16T20:52:37.837Z | Downloaded strum_macros v0.24.3 |
| 718 | 2025-01-16T20:52:37.840Z | Downloaded schemars_derive v0.8.21 |
| 719 | 2025-01-16T20:52:37.842Z | Downloaded multer v3.1.0 |
| 720 | 2025-01-16T20:52:37.845Z | Downloaded value-bag v1.9.0 |
| 721 | 2025-01-16T20:52:37.849Z | Downloaded olpc-cjson v0.1.4 |
| 722 | 2025-01-16T20:52:37.851Z | Downloaded aes v0.8.4 |
| 723 | 2025-01-16T20:52:37.854Z | Downloaded structmeta-derive v0.3.0 |
| 724 | 2025-01-16T20:52:37.858Z | Downloaded tar v0.4.42 |
| 725 | 2025-01-16T20:52:37.862Z | Downloaded percent-encoding v2.3.1 |
| 726 | 2025-01-16T20:52:37.862Z | Downloaded structmeta v0.2.0 |
| 727 | 2025-01-16T20:52:37.862Z | Downloaded toml v0.7.8 |
| 728 | 2025-01-16T20:52:37.866Z | Downloaded newline-converter v0.3.0 |
| 729 | 2025-01-16T20:52:37.869Z | Downloaded polyval v0.6.2 |
| 730 | 2025-01-16T20:52:37.872Z | Downloaded waitgroup v0.1.2 |
| 731 | 2025-01-16T20:52:37.872Z | Downloaded zerocopy v0.6.6 |
| 732 | 2025-01-16T20:52:37.874Z | Downloaded sha1 v0.10.6 |
| 733 | 2025-01-16T20:52:37.877Z | Downloaded sqlformat v0.2.6 |
| 734 | 2025-01-16T20:52:37.879Z | Downloaded pin-project v1.1.6 |
| 735 | 2025-01-16T20:52:37.892Z | Downloaded phf_codegen v0.11.2 |
| 736 | 2025-01-16T20:52:37.894Z | Downloaded peg-runtime v0.8.3 |
| 737 | 2025-01-16T20:52:37.894Z | Downloaded strum_macros v0.26.4 |
| 738 | 2025-01-16T20:52:37.897Z | Downloaded zip v2.1.3 |
| 739 | 2025-01-16T20:52:37.901Z | Downloaded tracing-attributes v0.1.27 |
| 740 | 2025-01-16T20:52:37.904Z | Downloaded fatfs v0.3.6 |
| 741 | 2025-01-16T20:52:37.907Z | Downloaded tracing-core v0.1.32 |
| 742 | 2025-01-16T20:52:37.911Z | Downloaded tokio-macros v2.4.0 |
| 743 | 2025-01-16T20:52:37.915Z | Downloaded stringprep v0.1.5 |
| 744 | 2025-01-16T20:52:37.919Z | Downloaded signal-hook-mio v0.2.4 |
| 745 | 2025-01-16T20:52:37.919Z | Downloaded tls_codec_derive v0.4.1 |
| 746 | 2025-01-16T20:52:37.923Z | Downloaded utf-8 v0.7.6 |
| 747 | 2025-01-16T20:52:37.923Z | Downloaded untrusted v0.9.0 |
| 748 | 2025-01-16T20:52:37.923Z | Downloaded ecdsa v0.16.9 |
| 749 | 2025-01-16T20:52:37.925Z | Downloaded untrusted v0.7.1 |
| 750 | 2025-01-16T20:52:37.925Z | Downloaded headers v0.4.0 |
| 751 | 2025-01-16T20:52:37.932Z | Downloaded endian-type v0.1.2 |
| 752 | 2025-01-16T20:52:37.934Z | Downloaded either v1.13.0 |
| 753 | 2025-01-16T20:52:37.936Z | Downloaded openssl-probe v0.1.5 |
| 754 | 2025-01-16T20:52:37.936Z | Downloaded enum-as-inner v0.5.1 |
| 755 | 2025-01-16T20:52:37.939Z | Downloaded futures-channel v0.3.31 |
| 756 | 2025-01-16T20:52:37.941Z | Downloaded ena v0.14.3 |
| 757 | 2025-01-16T20:52:37.944Z | Downloaded serde_with_macros v3.11.0 |
| 758 | 2025-01-16T20:52:37.946Z | Downloaded wait-timeout v0.2.0 |
| 759 | 2025-01-16T20:52:37.949Z | Downloaded publicsuffix v2.2.3 |
| 760 | 2025-01-16T20:52:37.951Z | Downloaded parse-zoneinfo v0.3.1 |
| 761 | 2025-01-16T20:52:37.954Z | Downloaded precomputed-hash v0.1.1 |
| 762 | 2025-01-16T20:52:37.956Z | Downloaded rfc6979 v0.4.0 |
| 763 | 2025-01-16T20:52:37.956Z | Downloaded phf_shared v0.10.0 |
| 764 | 2025-01-16T20:52:37.959Z | Downloaded pem v3.0.4 |
| 765 | 2025-01-16T20:52:37.959Z | Downloaded packed_struct v0.10.1 |
| 766 | 2025-01-16T20:52:37.961Z | Downloaded itertools v0.12.1 |
| 767 | 2025-01-16T20:52:37.969Z | Downloaded progenitor-client v0.9.1 |
| 768 | 2025-01-16T20:52:37.972Z | Downloaded progenitor-client v0.8.0 |
| 769 | 2025-01-16T20:52:37.972Z | Downloaded newtype-uuid v1.2.1 |
| 770 | 2025-01-16T20:52:37.975Z | Downloaded postgres-types v0.2.8 |
| 771 | 2025-01-16T20:52:37.977Z | Downloaded smf v0.2.3 |
| 772 | 2025-01-16T20:52:37.980Z | Downloaded rusty-fork v0.3.0 |
| 773 | 2025-01-16T20:52:37.980Z | Downloaded unicode_categories v0.1.1 |
| 774 | 2025-01-16T20:52:37.983Z | Downloaded subtle v2.6.1 |
| 775 | 2025-01-16T20:52:37.985Z | Downloaded postcard v1.0.10 |
| 776 | 2025-01-16T20:52:37.988Z | Downloaded signal-hook-tokio v0.3.1 |
| 777 | 2025-01-16T20:52:37.990Z | Downloaded enum-as-inner v0.6.1 |
| 778 | 2025-01-16T20:52:37.992Z | Downloaded dropshot_endpoint v0.13.0 |
| 779 | 2025-01-16T20:52:37.995Z | Downloaded phf v0.11.2 |
| 780 | 2025-01-16T20:52:37.998Z | Downloaded libm v0.2.8 |
| 781 | 2025-01-16T20:52:38.006Z | Downloaded foreign-types v0.5.0 |
| 782 | 2025-01-16T20:52:38.010Z | Downloaded hash32 v0.2.1 |
| 783 | 2025-01-16T20:52:38.010Z | Downloaded group v0.13.0 |
| 784 | 2025-01-16T20:52:38.014Z | Downloaded pem-rfc7468 v0.7.0 |
| 785 | 2025-01-16T20:52:38.017Z | Downloaded owo-colors v4.1.0 |
| 786 | 2025-01-16T20:52:38.017Z | Downloaded ff v0.13.0 |
| 787 | 2025-01-16T20:52:38.019Z | Downloaded typify v0.2.0 |
| 788 | 2025-01-16T20:52:38.022Z | Downloaded flume v0.11.1 |
| 789 | 2025-01-16T20:52:38.026Z | Downloaded diesel_derives v2.2.3 |
| 790 | 2025-01-16T20:52:38.032Z | Downloaded progenitor-impl v0.9.1 |
| 791 | 2025-01-16T20:52:38.034Z | Downloaded getrandom v0.2.15 |
| 792 | 2025-01-16T20:52:38.038Z | Downloaded defmt v0.3.8 |
| 793 | 2025-01-16T20:52:38.042Z | Downloaded hashbrown v0.12.3 |
| 794 | 2025-01-16T20:52:38.047Z | Downloaded rustls-pemfile v1.0.4 |
| 795 | 2025-01-16T20:52:38.050Z | Downloaded rustc-demangle v0.1.24 |
| 796 | 2025-01-16T20:52:38.053Z | Downloaded zone_cfg_derive v0.3.0 |
| 797 | 2025-01-16T20:52:38.055Z | Downloaded termcolor v1.4.1 |
| 798 | 2025-01-16T20:52:38.055Z | Downloaded test-strategy v0.3.1 |
| 799 | 2025-01-16T20:52:38.059Z | Downloaded omicron-zone-package v0.12.0 |
| 800 | 2025-01-16T20:52:38.063Z | Downloaded debug-ignore v1.0.5 |
| 801 | 2025-01-16T20:52:38.066Z | Downloaded string_cache v0.8.7 |
| 802 | 2025-01-16T20:52:38.068Z | Downloaded reedline v0.35.0 |
| 803 | 2025-01-16T20:52:38.076Z | Downloaded data-encoding v2.6.0 |
| 804 | 2025-01-16T20:52:38.078Z | Downloaded typify v0.3.0 |
| 805 | 2025-01-16T20:52:38.082Z | Downloaded float-cmp v0.9.0 |
| 806 | 2025-01-16T20:52:38.084Z | Downloaded thiserror-impl v2.0.11 |
| 807 | 2025-01-16T20:52:38.086Z | Downloaded foldhash v0.1.3 |
| 808 | 2025-01-16T20:52:38.087Z | Downloaded xz2 v0.1.7 |
| 809 | 2025-01-16T20:52:38.089Z | Downloaded der v0.7.9 |
| 810 | 2025-01-16T20:52:38.094Z | Downloaded derive_builder_core v0.20.2 |
| 811 | 2025-01-16T20:52:38.097Z | Downloaded rustls-pki-types v1.10.0 |
| 812 | 2025-01-16T20:52:38.101Z | Downloaded futures v0.3.31 |
| 813 | 2025-01-16T20:52:38.107Z | Downloaded stable_deref_trait v1.2.0 |
| 814 | 2025-01-16T20:52:38.109Z | Downloaded aes-gcm v0.10.3 |
| 815 | 2025-01-16T20:52:38.112Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 816 | 2025-01-16T20:52:38.114Z | Downloaded tracing v0.1.40 |
| 817 | 2025-01-16T20:52:38.119Z | Downloaded fs_extra v1.3.0 |
| 818 | 2025-01-16T20:52:38.122Z | Downloaded static_assertions v1.1.0 |
| 819 | 2025-01-16T20:52:38.124Z | Downloaded normalize-line-endings v0.3.0 |
| 820 | 2025-01-16T20:52:38.126Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 821 | 2025-01-16T20:52:38.126Z | Downloaded dhcproto-macros v0.1.0 |
| 822 | 2025-01-16T20:52:38.127Z | Downloaded pin-project-lite v0.2.14 |
| 823 | 2025-01-16T20:52:38.133Z | Downloaded oso-derive v0.27.3 |
| 824 | 2025-01-16T20:52:38.136Z | Downloaded glob v0.3.1 |
| 825 | 2025-01-16T20:52:38.136Z | Downloaded funty v2.0.0 |
| 826 | 2025-01-16T20:52:38.136Z | Downloaded zeroize v1.8.1 |
| 827 | 2025-01-16T20:52:38.138Z | Downloaded universal-hash v0.5.1 |
| 828 | 2025-01-16T20:52:38.139Z | Downloaded signal-hook-registry v1.4.2 |
| 829 | 2025-01-16T20:52:38.142Z | Downloaded powerfmt v0.2.0 |
| 830 | 2025-01-16T20:52:38.145Z | Downloaded termios v0.3.3 |
| 831 | 2025-01-16T20:52:38.145Z | Downloaded uuid v1.11.0 |
| 832 | 2025-01-16T20:52:38.148Z | Downloaded russh-cryptovec v0.7.3 |
| 833 | 2025-01-16T20:52:38.150Z | Downloaded unicode-truncate v1.1.0 |
| 834 | 2025-01-16T20:52:38.151Z | Downloaded thiserror v2.0.11 |
| 835 | 2025-01-16T20:52:38.156Z | Downloaded half v2.4.1 |
| 836 | 2025-01-16T20:52:38.159Z | Downloaded mirai-annotations v1.12.0 |
| 837 | 2025-01-16T20:52:38.163Z | Downloaded elliptic-curve v0.13.8 |
| 838 | 2025-01-16T20:52:38.167Z | Downloaded serde_yaml v0.9.34+deprecated |
| 839 | 2025-01-16T20:52:38.169Z | Downloaded ref-cast-impl v1.0.23 |
| 840 | 2025-01-16T20:52:38.172Z | Downloaded ref-cast v1.0.23 |
| 841 | 2025-01-16T20:52:38.175Z | Downloaded flagset v0.4.6 |
| 842 | 2025-01-16T20:52:38.175Z | Downloaded quinn-udp v0.5.5 |
| 843 | 2025-01-16T20:52:38.178Z | Downloaded pin-project-internal v1.1.6 |
| 844 | 2025-01-16T20:52:38.182Z | Downloaded aws-lc-rs v1.10.0 |
| 845 | 2025-01-16T20:52:38.188Z | Downloaded pin-utils v0.1.0 |
| 846 | 2025-01-16T20:52:38.190Z | Downloaded try-lock v0.2.5 |
| 847 | 2025-01-16T20:52:38.193Z | Downloaded tinyvec_macros v0.1.1 |
| 848 | 2025-01-16T20:52:38.193Z | Downloaded zerofrom-derive v0.1.4 |
| 849 | 2025-01-16T20:52:38.196Z | Downloaded tiny-keccak v2.0.2 |
| 850 | 2025-01-16T20:52:38.196Z | Downloaded packed_struct_codegen v0.10.1 |
| 851 | 2025-01-16T20:52:38.198Z | Downloaded blake3 v1.5.4 |
| 852 | 2025-01-16T20:52:38.206Z | Downloaded number_prefix v0.4.0 |
| 853 | 2025-01-16T20:52:38.208Z | Downloaded serde-big-array v0.5.1 |
| 854 | 2025-01-16T20:52:38.211Z | Downloaded want v0.3.1 |
| 855 | 2025-01-16T20:52:38.211Z | Downloaded smallvec v0.6.14 |
| 856 | 2025-01-16T20:52:38.213Z | Downloaded tungstenite v0.21.0 |
| 857 | 2025-01-16T20:52:38.216Z | Downloaded tinystr v0.7.6 |
| 858 | 2025-01-16T20:52:38.220Z | Downloaded slog-term v2.9.1 |
| 859 | 2025-01-16T20:52:38.222Z | Downloaded hyper v1.5.0 |
| 860 | 2025-01-16T20:52:38.228Z | Downloaded num_threads v0.1.7 |
| 861 | 2025-01-16T20:52:38.230Z | Downloaded derive_builder_macro v0.20.2 |
| 862 | 2025-01-16T20:52:38.230Z | Downloaded foreign-types-shared v0.1.1 |
| 863 | 2025-01-16T20:52:38.233Z | Downloaded num v0.4.3 |
| 864 | 2025-01-16T20:52:38.233Z | Downloaded tokio-tungstenite v0.24.0 |
| 865 | 2025-01-16T20:52:38.235Z | Downloaded pkcs5 v0.7.1 |
| 866 | 2025-01-16T20:52:38.239Z | Downloaded time v0.3.36 |
| 867 | 2025-01-16T20:52:38.247Z | Downloaded foreign-types-shared v0.3.1 |
| 868 | 2025-01-16T20:52:38.250Z | Downloaded nibble_vec v0.1.0 |
| 869 | 2025-01-16T20:52:38.250Z | Downloaded newtype_derive v0.1.6 |
| 870 | 2025-01-16T20:52:38.252Z | Downloaded tokio-native-tls v0.3.1 |
| 871 | 2025-01-16T20:52:38.255Z | Downloaded pretty-hex v0.2.1 |
| 872 | 2025-01-16T20:52:38.255Z | Downloaded p521 v0.13.3 |
| 873 | 2025-01-16T20:52:38.259Z | Downloaded secrecy v0.8.0 |
| 874 | 2025-01-16T20:52:38.261Z | Downloaded serde_derive_internals v0.29.1 |
| 875 | 2025-01-16T20:52:38.264Z | Downloaded winnow v0.5.40 |
| 876 | 2025-01-16T20:52:38.272Z | Downloaded tls_codec v0.4.1 |
| 877 | 2025-01-16T20:52:38.274Z | Downloaded pkg-config v0.3.31 |
| 878 | 2025-01-16T20:52:38.276Z | Downloaded foreign-types-macros v0.2.3 |
| 879 | 2025-01-16T20:52:38.279Z | Downloaded time-macros v0.2.18 |
| 880 | 2025-01-16T20:52:38.283Z | Downloaded slab v0.4.9 |
| 881 | 2025-01-16T20:52:38.283Z | Downloaded parking_lot v0.11.2 |
| 882 | 2025-01-16T20:52:38.286Z | Downloaded siphasher v0.3.11 |
| 883 | 2025-01-16T20:52:38.286Z | Downloaded oso v0.27.3 |
| 884 | 2025-01-16T20:52:38.290Z | Downloaded predicates-tree v1.0.11 |
| 885 | 2025-01-16T20:52:38.293Z | Downloaded smallvec v1.13.2 |
| 886 | 2025-01-16T20:52:38.296Z | Downloaded salty v0.3.0 |
| 887 | 2025-01-16T20:52:38.300Z | Downloaded num-bigint v0.4.6 |
| 888 | 2025-01-16T20:52:38.306Z | Downloaded walkdir v2.5.0 |
| 889 | 2025-01-16T20:52:38.309Z | Downloaded pkcs1 v0.7.5 |
| 890 | 2025-01-16T20:52:38.311Z | Downloaded radium v0.7.0 |
| 891 | 2025-01-16T20:52:38.314Z | Downloaded hashlink v0.9.1 |
| 892 | 2025-01-16T20:52:38.318Z | Downloaded diff v0.1.13 |
| 893 | 2025-01-16T20:52:38.320Z | Downloaded ed25519-dalek v2.1.1 |
| 894 | 2025-01-16T20:52:38.323Z | Downloaded ron v0.8.1 |
| 895 | 2025-01-16T20:52:38.328Z | Downloaded zopfli v0.8.1 |
| 896 | 2025-01-16T20:52:38.331Z | Downloaded typed-path v0.9.3 |
| 897 | 2025-01-16T20:52:38.342Z | Downloaded parking_lot_core v0.9.10 |
| 898 | 2025-01-16T20:52:38.347Z | Downloaded mockall_derive v0.13.0 |
| 899 | 2025-01-16T20:52:38.347Z | Downloaded bitvec v1.0.1 |
| 900 | 2025-01-16T20:52:38.360Z | Downloaded yasna v0.5.2 |
| 901 | 2025-01-16T20:52:38.363Z | Downloaded num-complex v0.4.6 |
| 902 | 2025-01-16T20:52:38.365Z | Downloaded steno v0.4.1 |
| 903 | 2025-01-16T20:52:38.368Z | Downloaded num-bigint-dig v0.8.4 |
| 904 | 2025-01-16T20:52:38.373Z | Downloaded rsa v0.9.6 |
| 905 | 2025-01-16T20:52:38.378Z | Downloaded pkcs8 v0.10.2 |
| 906 | 2025-01-16T20:52:38.381Z | Downloaded des v0.8.1 |
| 907 | 2025-01-16T20:52:38.384Z | Downloaded dhcproto v0.12.0 |
| 908 | 2025-01-16T20:52:38.386Z | Downloaded hashbrown v0.13.2 |
| 909 | 2025-01-16T20:52:38.391Z | Downloaded icu_properties_data v1.5.0 |
| 910 | 2025-01-16T20:52:38.403Z | Downloaded slog v2.7.0 |
| 911 | 2025-01-16T20:52:38.407Z | Downloaded unsafe-libyaml v0.2.11 |
| 912 | 2025-01-16T20:52:38.410Z | Downloaded miniz_oxide v0.8.0 |
| 913 | 2025-01-16T20:52:38.413Z | Downloaded lalrpop v0.19.12 |
| 914 | 2025-01-16T20:52:38.425Z | Downloaded num-rational v0.4.2 |
| 915 | 2025-01-16T20:52:38.430Z | Downloaded derive_more v0.99.18 |
| 916 | 2025-01-16T20:52:38.441Z | Downloaded hashbrown v0.14.5 |
| 917 | 2025-01-16T20:52:38.444Z | Downloaded flate2 v1.0.34 |
| 918 | 2025-01-16T20:52:38.444Z | Downloaded serde_with v3.11.0 |
| 919 | 2025-01-16T20:52:38.452Z | Downloaded tokio-postgres v0.7.12 |
| 920 | 2025-01-16T20:52:38.459Z | Downloaded rusqlite v0.32.1 |
| 921 | 2025-01-16T20:52:38.465Z | Downloaded proptest v1.5.0 |
| 922 | 2025-01-16T20:52:38.475Z | Downloaded idna v0.5.0 |
| 923 | 2025-01-16T20:52:38.485Z | Downloaded mio v1.0.2 |
| 924 | 2025-01-16T20:52:38.489Z | Downloaded rustls-webpki v0.101.7 |
| 925 | 2025-01-16T20:52:38.505Z | Downloaded toml_edit v0.19.15 |
| 926 | 2025-01-16T20:52:38.523Z | Downloaded zerovec v0.10.4 |
| 927 | 2025-01-16T20:52:38.528Z | Downloaded zerocopy v0.8.10 |
| 928 | 2025-01-16T20:52:38.553Z | Downloaded x509-cert v0.2.5 |
| 929 | 2025-01-16T20:52:38.558Z | Downloaded h2 v0.4.6 |
| 930 | 2025-01-16T20:52:38.566Z | Downloaded portable-atomic v1.9.0 |
| 931 | 2025-01-16T20:52:38.574Z | Downloaded curve25519-dalek v4.1.3 |
| 932 | 2025-01-16T20:52:38.584Z | Downloaded reqwest v0.12.9 |
| 933 | 2025-01-16T20:52:38.592Z | Downloaded petname v2.0.2 |
| 934 | 2025-01-16T20:52:38.598Z | Downloaded rustls-webpki v0.102.8 |
| 935 | 2025-01-16T20:52:38.619Z | Downloaded quick-xml v0.33.0 |
| 936 | 2025-01-16T20:52:38.625Z | Downloaded rustls v0.21.12 |
| 937 | 2025-01-16T20:52:38.638Z | Downloaded russh v0.45.0 |
| 938 | 2025-01-16T20:52:38.644Z | Downloaded quinn-proto v0.11.8 |
| 939 | 2025-01-16T20:52:38.651Z | Downloaded sqlparser v0.45.0 |
| 940 | 2025-01-16T20:52:38.657Z | Downloaded object v0.30.4 |
| 941 | 2025-01-16T20:52:38.667Z | Downloaded webpki-roots v0.26.6 |
| 942 | 2025-01-16T20:52:38.671Z | Downloaded vcpkg v0.2.15 |
| 943 | 2025-01-16T20:52:38.710Z | Downloaded rayon v1.10.0 |
| 944 | 2025-01-16T20:52:38.719Z | Downloaded dropshot v0.12.0 |
| 945 | 2025-01-16T20:52:38.740Z | Downloaded diesel v2.2.6 |
| 946 | 2025-01-16T20:52:38.761Z | Downloaded gimli v0.31.1 |
| 947 | 2025-01-16T20:52:38.768Z | Downloaded smoltcp v0.9.1 |
| 948 | 2025-01-16T20:52:38.780Z | Downloaded dropshot v0.13.0 |
| 949 | 2025-01-16T20:52:38.801Z | Downloaded git2 v0.19.0 |
| 950 | 2025-01-16T20:52:38.812Z | Downloaded smoltcp v0.11.0 |
| 951 | 2025-01-16T20:52:38.825Z | Downloaded unicode-width v0.2.0 |
| 952 | 2025-01-16T20:52:38.832Z | Downloaded openssl v0.10.66 |
| 953 | 2025-01-16T20:52:38.841Z | Downloaded regress v0.9.1 |
| 954 | 2025-01-16T20:52:38.851Z | Downloaded polar-core v0.27.3 |
| 955 | 2025-01-16T20:52:38.861Z | Downloaded regex v1.11.1 |
| 956 | 2025-01-16T20:52:38.875Z | Downloaded trust-dns-proto v0.22.0 |
| 957 | 2025-01-16T20:52:38.888Z | Downloaded nix v0.29.0 |
| 958 | 2025-01-16T20:52:38.900Z | Downloaded rustls v0.23.19 |
| 959 | 2025-01-16T20:52:38.913Z | Downloaded rustls v0.22.4 |
| 960 | 2025-01-16T20:52:38.934Z | Downloaded typify-impl v0.3.0 |
| 961 | 2025-01-16T20:52:38.954Z | Downloaded typify-impl v0.2.0 |
| 962 | 2025-01-16T20:52:38.973Z | Downloaded regress v0.10.1 |
| 963 | 2025-01-16T20:52:38.984Z | Downloaded zerocopy-derive v0.6.6 |
| 964 | 2025-01-16T20:52:38.998Z | Downloaded openapiv3 v2.0.0 |
| 965 | 2025-01-16T20:52:39.010Z | Downloaded sled v0.34.7 |
| 966 | 2025-01-16T20:52:39.019Z | Downloaded ratatui v0.28.1 |
| 967 | 2025-01-16T20:52:39.038Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 968 | 2025-01-16T20:52:39.051Z | Downloaded regex-syntax v0.8.5 |
| 969 | 2025-01-16T20:52:39.057Z | Downloaded object v0.36.5 |
| 970 | 2025-01-16T20:52:39.068Z | Downloaded regex-automata v0.4.8 |
| 971 | 2025-01-16T20:52:39.085Z | Downloaded nix v0.27.1 |
| 972 | 2025-01-16T20:52:39.095Z | Downloaded regex-syntax v0.6.29 |
| 973 | 2025-01-16T20:52:39.102Z | Downloaded bstr v1.10.0 |
| 974 | 2025-01-16T20:52:39.112Z | Downloaded petgraph v0.6.5 |
| 975 | 2025-01-16T20:52:39.130Z | Downloaded lzma-sys v0.1.20 |
| 976 | 2025-01-16T20:52:39.157Z | Downloaded libz-sys v1.1.20 |
| 977 | 2025-01-16T20:52:39.176Z | Downloaded hickory-proto v0.24.1 |
| 978 | 2025-01-16T20:52:39.192Z | Downloaded chrono-tz v0.10.0 |
| 979 | 2025-01-16T20:52:39.198Z | Downloaded radix_trie v0.2.1 |
| 980 | 2025-01-16T20:52:39.203Z | Downloaded nix v0.28.0 |
| 981 | 2025-01-16T20:52:39.214Z | Downloaded tokio v1.40.0 |
| 982 | 2025-01-16T20:52:39.250Z | Downloaded csv v1.3.0 |
| 983 | 2025-01-16T20:52:39.269Z | Downloaded p384 v0.13.0 |
| 984 | 2025-01-16T20:52:39.274Z | Downloaded sha3 v0.10.8 |
| 985 | 2025-01-16T20:52:39.278Z | Downloaded idna v0.4.0 |
| 986 | 2025-01-16T20:52:39.284Z | Downloaded idna v0.3.0 |
| 987 | 2025-01-16T20:52:39.291Z | Downloaded ssh-key v0.6.6 |
| 988 | 2025-01-16T20:52:39.298Z | Downloaded nom v7.1.3 |
| 989 | 2025-01-16T20:52:39.303Z | Downloaded idna v0.2.3 |
| 990 | 2025-01-16T20:52:39.309Z | Downloaded bindgen v0.69.5 |
| 991 | 2025-01-16T20:52:39.317Z | Downloaded unicode-segmentation v1.12.0 |
| 992 | 2025-01-16T20:52:39.324Z | Downloaded futures-util v0.3.31 |
| 993 | 2025-01-16T20:52:39.331Z | Downloaded chrono v0.4.38 |
| 994 | 2025-01-16T20:52:39.338Z | Downloaded darling_core v0.20.10 |
| 995 | 2025-01-16T20:52:39.343Z | Downloaded tough v0.19.0 |
| 996 | 2025-01-16T20:52:39.350Z | Downloaded rustyline v14.0.0 |
| 997 | 2025-01-16T20:52:39.355Z | Downloaded derive_builder v0.20.2 |
| 998 | 2025-01-16T20:52:39.359Z | Downloaded rustc-hash v1.1.0 |
| 999 | 2025-01-16T20:52:39.361Z | Downloaded url v2.5.3 |
| 1000 | 2025-01-16T20:52:39.364Z | Downloaded tui-tree-widget v0.22.0 |
| 1001 | 2025-01-16T20:52:39.367Z | Downloaded peg-macros v0.8.4 |
| 1002 | 2025-01-16T20:52:39.367Z | Downloaded globset v0.4.15 |
| 1003 | 2025-01-16T20:52:39.370Z | Downloaded subprocess v0.2.9 |
| 1004 | 2025-01-16T20:52:39.374Z | Downloaded similar v2.6.0 |
| 1005 | 2025-01-16T20:52:39.378Z | Downloaded tungstenite v0.23.0 |
| 1006 | 2025-01-16T20:52:39.381Z | Downloaded peg v0.8.4 |
| 1007 | 2025-01-16T20:52:39.384Z | Downloaded zeroize_derive v1.4.2 |
| 1008 | 2025-01-16T20:52:39.384Z | Downloaded fixedbitset v0.4.2 |
| 1009 | 2025-01-16T20:52:39.384Z | Downloaded filetime v0.2.25 |
| 1010 | 2025-01-16T20:52:39.387Z | Downloaded ed25519 v2.2.3 |
| 1011 | 2025-01-16T20:52:39.390Z | Downloaded display-error-chain v0.2.2 |
| 1012 | 2025-01-16T20:52:39.390Z | Downloaded dirs-next v2.0.0 |
| 1013 | 2025-01-16T20:52:39.392Z | Downloaded parking_lot_core v0.8.6 |
| 1014 | 2025-01-16T20:52:39.397Z | Downloaded parking_lot v0.12.3 |
| 1015 | 2025-01-16T20:52:39.399Z | Downloaded unicode-normalization v0.1.24 |
| 1016 | 2025-01-16T20:52:39.399Z | Downloaded unicode-properties v0.1.3 |
| 1017 | 2025-01-16T20:52:39.402Z | Downloaded tinyvec v1.8.0 |
| 1018 | 2025-01-16T20:52:39.404Z | Downloaded slog-stdlog v4.1.1 |
| 1019 | 2025-01-16T20:52:39.407Z | Downloaded slog-bunyan v2.5.0 |
| 1020 | 2025-01-16T20:52:39.410Z | Downloaded serde-hex v0.1.0 |
| 1021 | 2025-01-16T20:52:39.410Z | Downloaded tokio-util v0.7.12 |
| 1022 | 2025-01-16T20:52:39.416Z | Downloaded serde_path_to_error v0.1.16 |
| 1023 | 2025-01-16T20:52:39.418Z | Downloaded zerocopy-derive v0.8.10 |
| 1024 | 2025-01-16T20:52:39.424Z | Downloaded itertools v0.13.0 |
| 1025 | 2025-01-16T20:52:39.432Z | Downloaded encoding_rs v0.8.34 |
| 1026 | 2025-01-16T20:52:39.455Z | Downloaded der_derive v0.7.3 |
| 1027 | 2025-01-16T20:52:39.458Z | Downloaded progenitor v0.8.0 |
| 1028 | 2025-01-16T20:52:39.458Z | Downloaded primeorder v0.13.6 |
| 1029 | 2025-01-16T20:52:39.458Z | Downloaded xattr v1.3.1 |
| 1030 | 2025-01-16T20:52:39.460Z | Downloaded rand v0.8.5 |
| 1031 | 2025-01-16T20:52:39.463Z | Downloaded quinn v0.11.5 |
| 1032 | 2025-01-16T20:52:39.466Z | Downloaded simd-adler32 v0.3.7 |
| 1033 | 2025-01-16T20:52:39.471Z | Downloaded tokio-rustls v0.24.1 |
| 1034 | 2025-01-16T20:52:39.475Z | Downloaded defmt-macros v0.3.9 |
| 1035 | 2025-01-16T20:52:39.475Z | Downloaded phf_generator v0.11.2 |
| 1036 | 2025-01-16T20:52:39.475Z | Downloaded hkdf v0.12.4 |
| 1037 | 2025-01-16T20:52:39.478Z | Downloaded vte v0.11.1 |
| 1038 | 2025-01-16T20:52:39.480Z | Downloaded fd-lock v4.0.2 |
| 1039 | 2025-01-16T20:52:39.481Z | Downloaded samael v0.0.17 |
| 1040 | 2025-01-16T20:52:39.486Z | Downloaded idna v1.0.3 |
| 1041 | 2025-01-16T20:52:39.490Z | Downloaded expectorate v1.1.0 |
| 1042 | 2025-01-16T20:52:39.494Z | Downloaded qorb v0.2.1 |
| 1043 | 2025-01-16T20:52:39.497Z | Downloaded embedded-io v0.4.0 |
| 1044 | 2025-01-16T20:52:39.500Z | Downloaded utf8_iter v1.0.4 |
| 1045 | 2025-01-16T20:52:39.500Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1046 | 2025-01-16T20:52:39.559Z | Downloaded libxml v0.3.3 |
| 1047 | 2025-01-16T20:52:39.563Z | Downloaded itertools v0.10.5 |
| 1048 | 2025-01-16T20:52:39.569Z | Downloaded p256 v0.13.2 |
| 1049 | 2025-01-16T20:52:39.572Z | Downloaded tungstenite v0.24.0 |
| 1050 | 2025-01-16T20:52:39.575Z | Downloaded crossterm v0.28.1 |
| 1051 | 2025-01-16T20:52:39.582Z | Downloaded serde_urlencoded v0.7.1 |
| 1052 | 2025-01-16T20:52:39.585Z | Downloaded nodrop v0.1.14 |
| 1053 | 2025-01-16T20:52:39.585Z | Downloaded scopeguard v1.2.0 |
| 1054 | 2025-01-16T20:52:39.587Z | Downloaded ghash v0.5.1 |
| 1055 | 2025-01-16T20:52:39.587Z | Downloaded gethostname v0.5.0 |
| 1056 | 2025-01-16T20:52:39.587Z | Downloaded defmt-parser v0.3.4 |
| 1057 | 2025-01-16T20:52:39.592Z | Downloaded proc-macro-crate v1.3.1 |
| 1058 | 2025-01-16T20:52:39.592Z | Downloaded displaydoc v0.2.5 |
| 1059 | 2025-01-16T20:52:39.594Z | Downloaded rustls-pemfile v2.2.0 |
| 1060 | 2025-01-16T20:52:39.594Z | Downloaded poly1305 v0.8.0 |
| 1061 | 2025-01-16T20:52:39.598Z | Downloaded openssl-sys v0.9.103 |
| 1062 | 2025-01-16T20:52:39.602Z | Downloaded zip v0.6.6 |
| 1063 | 2025-01-16T20:52:39.604Z | Downloaded rand_seeder v0.3.0 |
| 1064 | 2025-01-16T20:52:39.607Z | Downloaded num-integer v0.1.46 |
| 1065 | 2025-01-16T20:52:39.610Z | Downloaded diesel-dtrace v0.4.2 |
| 1066 | 2025-01-16T20:52:39.610Z | Downloaded yoke v0.7.4 |
| 1067 | 2025-01-16T20:52:39.613Z | Downloaded http v1.2.0 |
| 1068 | 2025-01-16T20:52:39.615Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1069 | 2025-01-16T20:52:39.617Z | Downloaded wyz v0.5.1 |
| 1070 | 2025-01-16T20:52:39.618Z | Downloaded progenitor-impl v0.8.0 |
| 1071 | 2025-01-16T20:52:39.620Z | Downloaded num-traits v0.2.19 |
| 1072 | 2025-01-16T20:52:39.622Z | Downloaded spin v0.9.8 |
| 1073 | 2025-01-16T20:52:39.625Z | Downloaded socket2 v0.5.7 |
| 1074 | 2025-01-16T20:52:39.628Z | Downloaded snafu v0.8.5 |
| 1075 | 2025-01-16T20:52:39.632Z | Downloaded hickory-resolver v0.24.1 |
| 1076 | 2025-01-16T20:52:39.636Z | Downloaded aho-corasick v1.1.3 |
| 1077 | 2025-01-16T20:52:39.642Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1078 | 2025-01-16T20:52:39.645Z | Downloaded structmeta-derive v0.2.0 |
| 1079 | 2025-01-16T20:52:39.645Z | Downloaded futures-task v0.3.31 |
| 1080 | 2025-01-16T20:52:39.647Z | Downloaded futures-core v0.3.31 |
| 1081 | 2025-01-16T20:52:39.647Z | Downloaded env_filter v0.1.2 |
| 1082 | 2025-01-16T20:52:39.650Z | Downloaded sct v0.7.1 |
| 1083 | 2025-01-16T20:52:39.652Z | Downloaded scrypt v0.11.0 |
| 1084 | 2025-01-16T20:52:39.652Z | Downloaded native-tls v0.2.12 |
| 1085 | 2025-01-16T20:52:39.655Z | Downloaded dropshot_endpoint v0.12.0 |
| 1086 | 2025-01-16T20:52:39.657Z | Downloaded fallible-iterator v0.3.0 |
| 1087 | 2025-01-16T20:52:39.660Z | Downloaded dunce v1.0.5 |
| 1088 | 2025-01-16T20:52:39.660Z | Downloaded schemars v0.8.21 |
| 1089 | 2025-01-16T20:52:39.670Z | Downloaded bytes v1.9.0 |
| 1090 | 2025-01-16T20:52:39.673Z | Downloaded unicode-xid v0.2.6 |
| 1091 | 2025-01-16T20:52:39.676Z | Downloaded ssh-encoding v0.2.0 |
| 1092 | 2025-01-16T20:52:39.683Z | Downloaded ssh-cipher v0.2.0 |
| 1093 | 2025-01-16T20:52:39.683Z | Downloaded hickory-server v0.24.1 |
| 1094 | 2025-01-16T20:52:39.687Z | Downloaded supports-color v3.0.1 |
| 1095 | 2025-01-16T20:52:39.687Z | Downloaded slog-scope v4.4.0 |
| 1096 | 2025-01-16T20:52:39.687Z | Downloaded slog-dtrace v0.3.0 |
| 1097 | 2025-01-16T20:52:39.689Z | Downloaded rustc_version v0.1.7 |
| 1098 | 2025-01-16T20:52:39.689Z | Downloaded rustc-hash v2.0.0 |
| 1099 | 2025-01-16T20:52:39.689Z | Downloaded psl-types v2.0.11 |
| 1100 | 2025-01-16T20:52:39.692Z | Downloaded backtrace v0.3.74 |
| 1101 | 2025-01-16T20:52:39.695Z | Downloaded const_format v0.2.33 |
| 1102 | 2025-01-16T20:52:39.700Z | Downloaded writeable v0.5.5 |
| 1103 | 2025-01-16T20:52:39.702Z | Downloaded whoami v1.5.2 |
| 1104 | 2025-01-16T20:52:39.706Z | Downloaded bumpalo v3.16.0 |
| 1105 | 2025-01-16T20:52:39.708Z | Downloaded base64 v0.13.1 |
| 1106 | 2025-01-16T20:52:39.710Z | Downloaded indicatif v0.17.9 |
| 1107 | 2025-01-16T20:52:39.716Z | Downloaded pbkdf2 v0.11.0 |
| 1108 | 2025-01-16T20:52:39.719Z | Downloaded num_enum_derive v0.5.11 |
| 1109 | 2025-01-16T20:52:39.719Z | Downloaded vsss-rs v3.3.4 |
| 1110 | 2025-01-16T20:52:39.721Z | Downloaded tokio-tungstenite v0.23.1 |
| 1111 | 2025-01-16T20:52:39.724Z | Downloaded tokio-rustls v0.25.0 |
| 1112 | 2025-01-16T20:52:39.724Z | Downloaded tokio-tungstenite v0.21.0 |
| 1113 | 2025-01-16T20:52:39.728Z | Downloaded tokio-stream v0.1.16 |
| 1114 | 2025-01-16T20:52:39.731Z | Downloaded tokio-rustls v0.26.0 |
| 1115 | 2025-01-16T20:52:39.733Z | Downloaded snafu-derive v0.8.5 |
| 1116 | 2025-01-16T20:52:39.736Z | Downloaded async-trait v0.1.83 |
| 1117 | 2025-01-16T20:52:39.739Z | Downloaded const-oid v0.9.6 |
| 1118 | 2025-01-16T20:52:39.743Z | Downloaded futures-executor v0.3.31 |
| 1119 | 2025-01-16T20:52:39.743Z | Downloaded icu_normalizer_data v1.5.0 |
| 1120 | 2025-01-16T20:52:39.745Z | Downloaded hyper-util v0.1.10 |
| 1121 | 2025-01-16T20:52:39.748Z | Downloaded form_urlencoded v1.2.1 |
| 1122 | 2025-01-16T20:52:39.750Z | Downloaded fallible-iterator v0.2.0 |
| 1123 | 2025-01-16T20:52:39.753Z | Downloaded unarray v0.1.4 |
| 1124 | 2025-01-16T20:52:39.753Z | Downloaded typify-macro v0.3.0 |
| 1125 | 2025-01-16T20:52:39.755Z | Downloaded typify-macro v0.2.0 |
| 1126 | 2025-01-16T20:52:39.755Z | Downloaded strum_macros v0.25.3 |
| 1127 | 2025-01-16T20:52:39.758Z | Downloaded indexmap v1.9.3 |
| 1128 | 2025-01-16T20:52:39.760Z | Downloaded slog-json v2.6.1 |
| 1129 | 2025-01-16T20:52:39.762Z | Downloaded slog-envlogger v2.2.0 |
| 1130 | 2025-01-16T20:52:39.762Z | Downloaded crc32fast v1.4.2 |
| 1131 | 2025-01-16T20:52:39.765Z | Downloaded blake2 v0.10.6 |
| 1132 | 2025-01-16T20:52:39.770Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1133 | 2025-01-16T20:52:39.770Z | Downloaded rpassword v7.3.1 |
| 1134 | 2025-01-16T20:52:39.773Z | Downloaded hyper-staticfile v0.10.1 |
| 1135 | 2025-01-16T20:52:39.773Z | Downloaded resolv-conf v0.7.0 |
| 1136 | 2025-01-16T20:52:39.773Z | Downloaded r2d2 v0.8.10 |
| 1137 | 2025-01-16T20:52:39.775Z | Downloaded progenitor-macro v0.9.1 |
| 1138 | 2025-01-16T20:52:39.775Z | Downloaded libloading v0.8.5 |
| 1139 | 2025-01-16T20:52:39.778Z | Downloaded highway v1.2.0 |
| 1140 | 2025-01-16T20:52:39.781Z | Downloaded crc v3.2.1 |
| 1141 | 2025-01-16T20:52:39.784Z | Downloaded iana-time-zone v0.1.61 |
| 1142 | 2025-01-16T20:52:39.787Z | Downloaded hickory-client v0.24.1 |
| 1143 | 2025-01-16T20:52:39.791Z | Downloaded ipnet v2.10.1 |
| 1144 | 2025-01-16T20:52:39.791Z | Downloaded hyper-rustls v0.27.3 |
| 1145 | 2025-01-16T20:52:39.793Z | Downloaded darling v0.20.10 |
| 1146 | 2025-01-16T20:52:39.796Z | Downloaded csv-core v0.1.11 |
| 1147 | 2025-01-16T20:52:39.796Z | Downloaded cookie_store v0.21.0 |
| 1148 | 2025-01-16T20:52:39.799Z | Downloaded ciborium-ll v0.2.2 |
| 1149 | 2025-01-16T20:52:39.801Z | Downloaded maybe-uninit v2.0.0 |
| 1150 | 2025-01-16T20:52:39.801Z | Downloaded indoc v1.0.9 |
| 1151 | 2025-01-16T20:52:39.804Z | Downloaded indent_write v2.2.0 |
| 1152 | 2025-01-16T20:52:39.804Z | Downloaded hyper-tls v0.6.0 |
| 1153 | 2025-01-16T20:52:39.806Z | Downloaded humantime v2.1.0 |
| 1154 | 2025-01-16T20:52:39.810Z | Downloaded bcs v0.1.6 |
| 1155 | 2025-01-16T20:52:39.810Z | Downloaded backoff v0.4.0 |
| 1156 | 2025-01-16T20:52:39.813Z | Downloaded bzip2 v0.4.4 |
| 1157 | 2025-01-16T20:52:39.813Z | Downloaded cbc v0.1.2 |
| 1158 | 2025-01-16T20:52:39.815Z | Downloaded argon2 v0.5.3 |
| 1159 | 2025-01-16T20:52:39.818Z | Downloaded bb8 v0.8.5 |
| 1160 | 2025-01-16T20:52:39.818Z | Downloaded atomic-waker v1.1.2 |
| 1161 | 2025-01-16T20:52:39.818Z | Downloaded async-recursion v1.1.1 |
| 1162 | 2025-01-16T20:52:39.821Z | Downloaded is-terminal v0.4.13 |
| 1163 | 2025-01-16T20:52:39.824Z | Downloaded ipnetwork v0.20.0 |
| 1164 | 2025-01-16T20:52:39.827Z | Downloaded httpdate v1.0.3 |
| 1165 | 2025-01-16T20:52:39.827Z | Downloaded http-body-util v0.1.2 |
| 1166 | 2025-01-16T20:52:39.827Z | Downloaded bitfield-struct v0.6.2 |
| 1167 | 2025-01-16T20:52:39.829Z | Downloaded icu_provider_macros v1.5.0 |
| 1168 | 2025-01-16T20:52:39.829Z | Downloaded hubpack v0.1.2 |
| 1169 | 2025-01-16T20:52:39.829Z | Downloaded hostname v0.4.0 |
| 1170 | 2025-01-16T20:52:39.831Z | Downloaded hex-literal v0.4.1 |
| 1171 | 2025-01-16T20:52:39.832Z | Downloaded heck v0.3.3 |
| 1172 | 2025-01-16T20:52:39.834Z | Downloaded async-stream v0.3.6 |
| 1173 | 2025-01-16T20:52:39.834Z | Downloaded ascii-canvas v3.0.0 |
| 1174 | 2025-01-16T20:52:39.837Z | Downloaded arrayref v0.3.9 |
| 1175 | 2025-01-16T20:52:39.837Z | Downloaded match_cfg v0.1.0 |
| 1176 | 2025-01-16T20:52:39.840Z | Downloaded cmake v0.1.51 |
| 1177 | 2025-01-16T20:52:39.840Z | Downloaded cexpr v0.6.0 |
| 1178 | 2025-01-16T20:52:39.843Z | Downloaded base16ct v0.2.0 |
| 1179 | 2025-01-16T20:52:39.843Z | Downloaded assert_matches v1.5.0 |
| 1180 | 2025-01-16T20:52:39.845Z | Downloaded bit-vec v0.6.3 |
| 1181 | 2025-01-16T20:52:39.845Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1182 | 2025-01-16T20:52:39.927Z | Downloaded libsqlite3-sys v0.30.1 |
| 1183 | 2025-01-16T20:52:40.064Z | Downloaded ring v0.17.8 |
| 1184 | 2025-01-16T20:52:40.320Z | Downloaded aws-lc-sys v0.22.0 |
| 1185 | 2025-01-16T20:52:40.651Z | Compiling serde v1.0.217 |
| 1186 | 2025-01-16T20:52:40.653Z | Compiling lock_api v0.4.12 |
| 1187 | 2025-01-16T20:52:40.653Z | Compiling scopeguard v1.2.0 |
| 1188 | 2025-01-16T20:52:40.654Z | Compiling value-bag v1.9.0 |
| 1189 | 2025-01-16T20:52:40.809Z | Compiling typenum v1.17.0 |
| 1190 | 2025-01-16T20:52:40.812Z | Compiling generic-array v0.14.7 |
| 1191 | 2025-01-16T20:52:40.855Z | Compiling syn v2.0.96 |
| 1192 | 2025-01-16T20:52:40.870Z | Compiling getrandom v0.2.15 |
| 1193 | 2025-01-16T20:52:41.019Z | Compiling shlex v1.3.0 |
| 1194 | 2025-01-16T20:52:41.121Z | Compiling rand_core v0.6.4 |
| 1195 | 2025-01-16T20:52:41.287Z | Compiling log v0.4.22 |
| 1196 | 2025-01-16T20:52:41.374Z | Compiling subtle v2.6.1 |
| 1197 | 2025-01-16T20:52:41.406Z | Compiling jobserver v0.1.32 |
| 1198 | 2025-01-16T20:52:41.409Z | Compiling const-oid v0.9.6 |
| 1199 | 2025-01-16T20:52:41.650Z | Compiling smallvec v1.13.2 |
| 1200 | 2025-01-16T20:52:41.670Z | Compiling spin v0.9.8 |
| 1201 | 2025-01-16T20:52:41.704Z | Compiling pin-project-lite v0.2.14 |
| 1202 | 2025-01-16T20:52:41.838Z | Compiling cc v1.1.30 |
| 1203 | 2025-01-16T20:52:42.029Z | Compiling rustix v0.38.37 |
| 1204 | 2025-01-16T20:52:42.049Z | Compiling parking_lot_core v0.9.10 |
| 1205 | 2025-01-16T20:52:42.066Z | Compiling futures-core v0.3.31 |
| 1206 | 2025-01-16T20:52:42.199Z | Compiling signal-hook-registry v1.4.2 |
| 1207 | 2025-01-16T20:52:42.303Z | Compiling mio v1.0.2 |
| 1208 | 2025-01-16T20:52:42.818Z | Compiling aho-corasick v1.1.3 |
| 1209 | 2025-01-16T20:52:42.900Z | Compiling parking_lot v0.12.3 |
| 1210 | 2025-01-16T20:52:43.037Z | Compiling regex-syntax v0.8.5 |
| 1211 | 2025-01-16T20:52:43.152Z | Compiling cpufeatures v0.2.14 |
| 1212 | 2025-01-16T20:52:43.266Z | Compiling lazy_static v1.5.0 |
| 1213 | 2025-01-16T20:52:43.365Z | Compiling glob v0.3.1 |
| 1214 | 2025-01-16T20:52:43.392Z | Compiling stable_deref_trait v1.2.0 |
| 1215 | 2025-01-16T20:52:43.445Z | Compiling futures-sink v0.3.31 |
| 1216 | 2025-01-16T20:52:43.509Z | Compiling either v1.13.0 |
| 1217 | 2025-01-16T20:52:43.610Z | Compiling socket2 v0.5.7 |
| 1218 | 2025-01-16T20:52:43.701Z | Compiling slab v0.4.9 |
| 1219 | 2025-01-16T20:52:43.961Z | Compiling prettyplease v0.2.25 |
| 1220 | 2025-01-16T20:52:44.209Z | Compiling minimal-lexical v0.2.1 |
| 1221 | 2025-01-16T20:52:44.325Z | Compiling clang-sys v1.8.1 |
| 1222 | 2025-01-16T20:52:44.377Z | Compiling serde_json v1.0.135 |
| 1223 | 2025-01-16T20:52:44.703Z | Compiling nom v7.1.3 |
| 1224 | 2025-01-16T20:52:44.757Z | Compiling libloading v0.8.5 |
| 1225 | 2025-01-16T20:52:44.864Z | Compiling home v0.5.9 |
| 1226 | 2025-01-16T20:52:45.047Z | Compiling bindgen v0.69.5 |
| 1227 | 2025-01-16T20:52:45.167Z | Compiling itertools v0.10.5 |
| 1228 | 2025-01-16T20:52:45.707Z | Compiling futures-channel v0.3.31 |
| 1229 | 2025-01-16T20:52:45.935Z | Compiling pin-utils v0.1.0 |
| 1230 | 2025-01-16T20:52:46.043Z | Compiling futures-task v0.3.31 |
| 1231 | 2025-01-16T20:52:46.133Z | Compiling lazycell v1.3.0 |
| 1232 | 2025-01-16T20:52:46.326Z | Compiling foldhash v0.1.3 |
| 1233 | 2025-01-16T20:52:46.354Z | Compiling rustc-hash v1.1.0 |
| 1234 | 2025-01-16T20:52:46.524Z | Compiling allocator-api2 v0.2.18 |
| 1235 | 2025-01-16T20:52:46.636Z | Compiling futures-io v0.3.31 |
| 1236 | 2025-01-16T20:52:47.930Z | Compiling regex-automata v0.4.8 |
| 1237 | 2025-01-16T20:52:47.934Z | Compiling libm v0.2.8 |
| 1238 | 2025-01-16T20:52:47.934Z | Compiling hashbrown v0.15.1 |
| 1239 | 2025-01-16T20:52:47.934Z | Compiling cmake v0.1.51 |
| 1240 | 2025-01-16T20:52:47.935Z | Compiling num-traits v0.2.19 |
| 1241 | 2025-01-16T20:52:47.970Z | Compiling cexpr v0.6.0 |
| 1242 | 2025-01-16T20:52:48.038Z | Compiling synstructure v0.13.1 |
| 1243 | 2025-01-16T20:52:48.809Z | Compiling tinyvec_macros v0.1.1 |
| 1244 | 2025-01-16T20:52:48.951Z | Compiling fs_extra v1.3.0 |
| 1245 | 2025-01-16T20:52:49.357Z | Compiling pkg-config v0.3.31 |
| 1246 | 2025-01-16T20:52:49.519Z | Compiling dunce v1.0.5 |
| 1247 | 2025-01-16T20:52:49.552Z | Compiling tinyvec v1.8.0 |
| 1248 | 2025-01-16T20:52:49.882Z | Compiling ring v0.17.8 |
| 1249 | 2025-01-16T20:52:50.913Z | Compiling litemap v0.7.3 |
| 1250 | 2025-01-16T20:52:51.024Z | Compiling unicode-normalization v0.1.24 |
| 1251 | 2025-01-16T20:52:51.027Z | Compiling unicode-bidi v0.3.17 |
| 1252 | 2025-01-16T20:52:51.308Z | Compiling paste v1.0.15 |
| 1253 | 2025-01-16T20:52:51.328Z | Compiling base64ct v1.6.0 |
| 1254 | 2025-01-16T20:52:51.812Z | Compiling writeable v0.5.5 |
| 1255 | 2025-01-16T20:52:51.982Z | Compiling pem-rfc7468 v0.7.0 |
| 1256 | 2025-01-16T20:52:52.301Z | Compiling httparse v1.9.5 |
| 1257 | 2025-01-16T20:52:52.321Z | Compiling flagset v0.4.6 |
| 1258 | 2025-01-16T20:52:52.353Z | Compiling aws-lc-rs v1.10.0 |
| 1259 | 2025-01-16T20:52:52.533Z | Compiling regex v1.11.1 |
| 1260 | 2025-01-16T20:52:52.770Z | Compiling tracing-core v0.1.32 |
| 1261 | 2025-01-16T20:52:53.021Z | Compiling rustls-pki-types v1.10.0 |
| 1262 | 2025-01-16T20:52:53.475Z | Compiling icu_locid_transform_data v1.5.0 |
| 1263 | 2025-01-16T20:52:53.603Z | Compiling percent-encoding v2.3.1 |
| 1264 | 2025-01-16T20:52:53.712Z | Compiling serde_derive v1.0.217 |
| 1265 | 2025-01-16T20:52:53.734Z | Compiling zeroize_derive v1.4.2 |
| 1266 | 2025-01-16T20:52:53.916Z | Compiling zerocopy-derive v0.7.35 |
| 1267 | 2025-01-16T20:52:54.000Z | Compiling tokio-macros v2.4.0 |
| 1268 | 2025-01-16T20:52:54.075Z | Compiling zerofrom-derive v0.1.4 |
| 1269 | 2025-01-16T20:52:55.155Z | Compiling zeroize v1.8.1 |
| 1270 | 2025-01-16T20:52:55.514Z | Compiling thiserror-impl v1.0.69 |
| 1271 | 2025-01-16T20:52:55.680Z | Compiling yoke-derive v0.7.4 |
| 1272 | 2025-01-16T20:52:55.896Z | Compiling zerocopy v0.7.35 |
| 1273 | 2025-01-16T20:52:56.628Z | Compiling crypto-common v0.1.6 |
| 1274 | 2025-01-16T20:52:56.859Z | Compiling block-buffer v0.10.4 |
| 1275 | 2025-01-16T20:52:57.104Z | Compiling digest v0.10.7 |
| 1276 | 2025-01-16T20:52:57.246Z | Compiling futures-macro v0.3.31 |
| 1277 | 2025-01-16T20:52:57.573Z | Compiling hmac v0.12.1 |
| 1278 | 2025-01-16T20:52:57.594Z | Compiling zerofrom v0.1.4 |
| 1279 | 2025-01-16T20:52:57.818Z | Compiling zerovec-derive v0.10.3 |
| 1280 | 2025-01-16T20:52:57.821Z | Compiling block-padding v0.3.3 |
| 1281 | 2025-01-16T20:52:58.006Z | Compiling displaydoc v0.2.5 |
| 1282 | 2025-01-16T20:52:58.058Z | Compiling inout v0.1.3 |
| 1283 | 2025-01-16T20:52:58.080Z | Compiling sha2 v0.10.8 |
| 1284 | 2025-01-16T20:52:58.300Z | Compiling yoke v0.7.4 |
| 1285 | 2025-01-16T20:52:58.341Z | Compiling cipher v0.4.4 |
| 1286 | 2025-01-16T20:52:58.503Z | Compiling thiserror v1.0.69 |
| 1287 | 2025-01-16T20:52:58.653Z | Compiling ppv-lite86 v0.2.20 |
| 1288 | 2025-01-16T20:52:58.674Z | Compiling icu_provider_macros v1.5.0 |
| 1289 | 2025-01-16T20:52:58.840Z | Compiling der_derive v0.7.3 |
| 1290 | 2025-01-16T20:52:59.037Z | Compiling futures-util v0.3.31 |
| 1291 | 2025-01-16T20:52:59.501Z | Compiling rand_chacha v0.3.1 |
| 1292 | 2025-01-16T20:52:59.544Z | Compiling tracing-attributes v0.1.27 |
| 1293 | 2025-01-16T20:52:59.842Z | Compiling crossbeam-utils v0.8.20 |
| 1294 | 2025-01-16T20:53:00.285Z | Compiling zerovec v0.10.4 |
| 1295 | 2025-01-16T20:53:00.413Z | Compiling rand v0.8.5 |
| 1296 | 2025-01-16T20:53:01.187Z | Compiling der v0.7.9 |
| 1297 | 2025-01-16T20:53:01.666Z | Compiling salsa20 v0.10.2 |
| 1298 | 2025-01-16T20:53:01.774Z | Compiling pest v2.7.14 |
| 1299 | 2025-01-16T20:53:01.899Z | Compiling pbkdf2 v0.12.2 |
| 1300 | 2025-01-16T20:53:02.087Z | Compiling tinystr v0.7.6 |
| 1301 | 2025-01-16T20:53:02.312Z | Compiling icu_collections v1.5.0 |
| 1302 | 2025-01-16T20:53:02.486Z | Compiling icu_locid v1.5.0 |
| 1303 | 2025-01-16T20:53:02.882Z | Compiling tracing v0.1.40 |
| 1304 | 2025-01-16T20:53:03.067Z | Compiling powerfmt v0.2.0 |
| 1305 | 2025-01-16T20:53:03.348Z | Compiling spki v0.7.3 |
| 1306 | 2025-01-16T20:53:03.470Z | Compiling vcpkg v0.2.15 |
| 1307 | 2025-01-16T20:53:03.609Z | Compiling icu_provider v1.5.0 |
| 1308 | 2025-01-16T20:53:03.730Z | Compiling num-conv v0.1.0 |
| 1309 | 2025-01-16T20:53:04.065Z | Compiling untrusted v0.9.0 |
| 1310 | 2025-01-16T20:53:04.260Z | Compiling icu_properties_data v1.5.0 |
| 1311 | 2025-01-16T20:53:04.280Z | Compiling mirai-annotations v1.12.0 |
| 1312 | 2025-01-16T20:53:04.354Z | Compiling icu_locid_transform v1.5.0 |
| 1313 | 2025-01-16T20:53:04.510Z | Compiling untrusted v0.7.1 |
| 1314 | 2025-01-16T20:53:04.534Z | Compiling time-core v0.1.2 |
| 1315 | 2025-01-16T20:53:04.554Z | Compiling pest_meta v2.7.14 |
| 1316 | 2025-01-16T20:53:04.709Z | Compiling deranged v0.3.11 |
| 1317 | 2025-01-16T20:53:04.731Z | Compiling time-macros v0.2.18 |
| 1318 | 2025-01-16T20:53:04.797Z | Compiling scrypt v0.11.0 |
| 1319 | 2025-01-16T20:53:05.361Z | Compiling openssl-sys v0.9.103 |
| 1320 | 2025-01-16T20:53:06.126Z | Compiling icu_properties v1.5.1 |
| 1321 | 2025-01-16T20:53:06.416Z | Compiling aes v0.8.4 |
| 1322 | 2025-01-16T20:53:06.526Z | Compiling bitflags v2.6.0 |
| 1323 | 2025-01-16T20:53:06.727Z | Compiling bytes v1.9.0 |
| 1324 | 2025-01-16T20:53:07.754Z | Compiling tokio v1.40.0 |
| 1325 | 2025-01-16T20:53:07.908Z | Compiling indexmap v2.7.0 |
| 1326 | 2025-01-16T20:53:08.003Z | Compiling http v1.2.0 |
| 1327 | 2025-01-16T20:53:09.020Z | Compiling semver v1.0.24 |
| 1328 | 2025-01-16T20:53:09.216Z | Compiling cbc v0.1.2 |
| 1329 | 2025-01-16T20:53:09.262Z | Compiling scroll_derive v0.12.0 |
| 1330 | 2025-01-16T20:53:09.465Z | Compiling utf8_iter v1.0.4 |
| 1331 | 2025-01-16T20:53:09.667Z | Compiling rustc_version v0.4.1 |
| 1332 | 2025-01-16T20:53:09.731Z | Compiling write16 v1.0.0 |
| 1333 | 2025-01-16T20:53:09.752Z | Compiling utf16_iter v1.0.5 |
| 1334 | 2025-01-16T20:53:09.887Z | Compiling atomic-waker v1.1.2 |
| 1335 | 2025-01-16T20:53:09.972Z | Compiling icu_normalizer_data v1.5.0 |
| 1336 | 2025-01-16T20:53:10.091Z | Compiling num_threads v0.1.7 |
| 1337 | 2025-01-16T20:53:10.113Z | Compiling icu_normalizer v1.5.0 |
| 1338 | 2025-01-16T20:53:10.239Z | Compiling time v0.3.36 |
| 1339 | 2025-01-16T20:53:10.258Z | Compiling http-body v1.0.1 |
| 1340 | 2025-01-16T20:53:10.350Z | Compiling pkcs5 v0.7.1 |
| 1341 | 2025-01-16T20:53:10.512Z | Compiling which v4.4.2 |
| 1342 | 2025-01-16T20:53:10.699Z | Compiling scroll v0.12.0 |
| 1343 | 2025-01-16T20:53:11.062Z | Compiling pest_generator v2.7.14 |
| 1344 | 2025-01-16T20:53:11.239Z | Compiling form_urlencoded v1.2.1 |
| 1345 | 2025-01-16T20:53:11.480Z | Compiling try-lock v0.2.5 |
| 1346 | 2025-01-16T20:53:11.560Z | Compiling slog v2.7.0 |
| 1347 | 2025-01-16T20:53:11.626Z | Compiling want v0.3.1 |
| 1348 | 2025-01-16T20:53:11.648Z | Compiling goblin v0.8.2 |
| 1349 | 2025-01-16T20:53:11.915Z | Compiling idna_adapter v1.2.0 |
| 1350 | 2025-01-16T20:53:11.917Z | Compiling pkcs8 v0.10.2 |
| 1351 | 2025-01-16T20:53:12.115Z | Compiling uuid v1.11.0 |
| 1352 | 2025-01-16T20:53:12.155Z | Compiling iana-time-zone v0.1.61 |
| 1353 | 2025-01-16T20:53:12.550Z | Compiling httpdate v1.0.3 |
| 1354 | 2025-01-16T20:53:12.596Z | Compiling chrono v0.4.38 |
| 1355 | 2025-01-16T20:53:12.846Z | Compiling pest_derive v2.7.14 |
| 1356 | 2025-01-16T20:53:13.483Z | Compiling idna v1.0.3 |
| 1357 | 2025-01-16T20:53:13.663Z | Compiling dtrace-parser v0.2.0 |
| 1358 | 2025-01-16T20:53:13.754Z | Compiling serde_spanned v0.6.8 |
| 1359 | 2025-01-16T20:53:14.038Z | Compiling toml_datetime v0.6.8 |
| 1360 | 2025-01-16T20:53:14.520Z | Compiling serde_tokenstream v0.2.2 |
| 1361 | 2025-01-16T20:53:15.038Z | Compiling openssl v0.10.66 |
| 1362 | 2025-01-16T20:53:15.196Z | Compiling base64 v0.22.1 |
| 1363 | 2025-01-16T20:53:15.218Z | Compiling rustversion v1.0.17 |
| 1364 | 2025-01-16T20:53:15.506Z | Compiling match_cfg v0.1.0 |
| 1365 | 2025-01-16T20:53:15.670Z | Compiling adler2 v2.0.0 |
| 1366 | 2025-01-16T20:53:15.826Z | Compiling tokio-util v0.7.12 |
| 1367 | 2025-01-16T20:53:16.028Z | Compiling foreign-types-shared v0.1.1 |
| 1368 | 2025-01-16T20:53:16.170Z | Compiling tower-service v0.3.3 |
| 1369 | 2025-01-16T20:53:16.170Z | Compiling foreign-types v0.3.2 |
| 1370 | 2025-01-16T20:53:16.170Z | Compiling miniz_oxide v0.8.0 |
| 1371 | 2025-01-16T20:53:16.170Z | Compiling hostname v0.3.1 |
| 1372 | 2025-01-16T20:53:16.171Z | Compiling url v2.5.3 |
| 1373 | 2025-01-16T20:53:16.313Z | Compiling openssl-macros v0.1.1 |
| 1374 | 2025-01-16T20:53:16.942Z | Compiling h2 v0.4.6 |
| 1375 | 2025-01-16T20:53:17.005Z | Compiling async-trait v0.1.83 |
| 1376 | 2025-01-16T20:53:17.268Z | Compiling serde_derive_internals v0.29.1 |
| 1377 | 2025-01-16T20:53:17.365Z | Compiling dof v0.3.0 |
| 1378 | 2025-01-16T20:53:17.751Z | Compiling dirs-sys-next v0.1.2 |
| 1379 | 2025-01-16T20:53:18.332Z | Compiling usdt-impl v0.5.0 |
| 1380 | 2025-01-16T20:53:19.240Z | Compiling siphasher v0.3.11 |
| 1381 | 2025-01-16T20:53:19.337Z | Compiling rustls v0.22.4 |
| 1382 | 2025-01-16T20:53:19.632Z | Compiling rustls v0.23.19 |
| 1383 | 2025-01-16T20:53:19.656Z | Compiling native-tls v0.2.12 |
| 1384 | 2025-01-16T20:53:19.688Z | Compiling schemars v0.8.21 |
| 1385 | 2025-01-16T20:53:19.780Z | Compiling syn v1.0.109 |
| 1386 | 2025-01-16T20:53:19.913Z | Compiling data-encoding v2.6.0 |
| 1387 | 2025-01-16T20:53:20.048Z | Compiling schemars_derive v0.8.21 |
| 1388 | 2025-01-16T20:53:20.102Z | Compiling dirs-next v2.0.0 |
| 1389 | 2025-01-16T20:53:21.122Z | Compiling http-body-util v0.1.2 |
| 1390 | 2025-01-16T20:53:21.223Z | Compiling heapless v0.7.17 |
| 1391 | 2025-01-16T20:53:21.531Z | Compiling crossbeam-epoch v0.9.18 |
| 1392 | 2025-01-16T20:53:21.564Z | Compiling signature v2.2.0 |
| 1393 | 2025-01-16T20:53:21.743Z | Compiling sha1 v0.10.6 |
| 1394 | 2025-01-16T20:53:21.865Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1395 | 2025-01-16T20:53:21.998Z | Compiling thread_local v1.1.8 |
| 1396 | 2025-01-16T20:53:22.212Z | Compiling cookie v0.18.1 |
| 1397 | 2025-01-16T20:53:22.250Z | Compiling encoding_rs v0.8.34 |
| 1398 | 2025-01-16T20:53:22.369Z | Compiling multer v3.1.0 |
| 1399 | 2025-01-16T20:53:22.437Z | Compiling slog-async v2.8.0 |
| 1400 | 2025-01-16T20:53:22.448Z | Compiling openssl-probe v0.1.5 |
| 1401 | 2025-01-16T20:53:22.608Z | Compiling mime v0.3.17 |
| 1402 | 2025-01-16T20:53:22.742Z | Compiling rayon-core v1.12.1 |
| 1403 | 2025-01-16T20:53:22.958Z | Compiling signal-hook v0.3.17 |
| 1404 | 2025-01-16T20:53:23.042Z | Compiling ipnet v2.10.1 |
| 1405 | 2025-01-16T20:53:23.063Z | Compiling gimli v0.31.1 |
| 1406 | 2025-01-16T20:53:23.091Z | Compiling unicode-properties v0.1.3 |
| 1407 | 2025-01-16T20:53:23.260Z | Compiling dyn-clone v1.0.17 |
| 1408 | 2025-01-16T20:53:23.490Z | Compiling toml_edit v0.22.22 |
| 1409 | 2025-01-16T20:53:23.516Z | Compiling stringprep v0.1.5 |
| 1410 | 2025-01-16T20:53:24.159Z | Compiling hyper v1.5.0 |
| 1411 | 2025-01-16T20:53:26.974Z | Compiling hyper-util v0.1.10 |
| 1412 | 2025-01-16T20:53:27.276Z | Compiling addr2line v0.24.2 |
| 1413 | 2025-01-16T20:53:27.909Z | Compiling crossbeam-deque v0.8.5 |
| 1414 | 2025-01-16T20:53:28.040Z | Compiling usdt-attr-macro v0.5.0 |
| 1415 | 2025-01-16T20:53:28.062Z | Compiling usdt-macro v0.5.0 |
| 1416 | 2025-01-16T20:53:28.266Z | Compiling term v0.7.0 |
| 1417 | 2025-01-16T20:53:29.494Z | Compiling slog-json v2.6.1 |
| 1418 | 2025-01-16T20:53:29.514Z | Compiling serde_urlencoded v0.7.1 |
| 1419 | 2025-01-16T20:53:29.598Z | Compiling curve25519-dalek v4.1.3 |
| 1420 | 2025-01-16T20:53:29.602Z | Compiling crossbeam-channel v0.5.13 |
| 1421 | 2025-01-16T20:53:29.796Z | Compiling futures-executor v0.3.31 |
| 1422 | 2025-01-16T20:53:29.859Z | Compiling enum-as-inner v0.6.1 |
| 1423 | 2025-01-16T20:53:30.006Z | Compiling md-5 v0.10.6 |
| 1424 | 2025-01-16T20:53:30.290Z | Compiling async-stream-impl v0.3.6 |
| 1425 | 2025-01-16T20:53:30.294Z | Compiling rustls-pemfile v2.2.0 |
| 1426 | 2025-01-16T20:53:30.332Z | Compiling num-integer v0.1.46 |
| 1427 | 2025-01-16T20:53:30.582Z | Compiling idna v0.3.0 |
| 1428 | 2025-01-16T20:53:30.662Z | Compiling idna v0.4.0 |
| 1429 | 2025-01-16T20:53:30.889Z | Compiling hash32 v0.2.1 |
| 1430 | 2025-01-16T20:53:30.931Z | Compiling ff v0.13.0 |
| 1431 | 2025-01-16T20:53:31.071Z | Compiling is-terminal v0.4.13 |
| 1432 | 2025-01-16T20:53:31.167Z | Compiling object v0.36.5 |
| 1433 | 2025-01-16T20:53:31.210Z | Compiling dropshot v0.12.0 |
| 1434 | 2025-01-16T20:53:31.239Z | Compiling fallible-iterator v0.2.0 |
| 1435 | 2025-01-16T20:53:31.511Z | Compiling anyhow v1.0.93 |
| 1436 | 2025-01-16T20:53:31.538Z | Compiling utf-8 v0.7.6 |
| 1437 | 2025-01-16T20:53:31.860Z | Compiling portable-atomic v1.9.0 |
| 1438 | 2025-01-16T20:53:31.878Z | Compiling smoltcp v0.9.1 |
| 1439 | 2025-01-16T20:53:32.117Z | Compiling num-bigint-dig v0.8.4 |
| 1440 | 2025-01-16T20:53:32.135Z | Compiling rustc-demangle v0.1.24 |
| 1441 | 2025-01-16T20:53:32.204Z | Compiling quick-error v1.2.3 |
| 1442 | 2025-01-16T20:53:32.376Z | Compiling take_mut v0.2.2 |
| 1443 | 2025-01-16T20:53:32.419Z | Compiling psl-types v2.0.11 |
| 1444 | 2025-01-16T20:53:32.523Z | Compiling base16ct v0.2.0 |
| 1445 | 2025-01-16T20:53:32.545Z | Compiling linked-hash-map v0.5.6 |
| 1446 | 2025-01-16T20:53:32.619Z | Compiling publicsuffix v2.2.3 |
| 1447 | 2025-01-16T20:53:32.849Z | Compiling lru-cache v0.1.2 |
| 1448 | 2025-01-16T20:53:32.869Z | Compiling sec1 v0.7.3 |
| 1449 | 2025-01-16T20:53:32.966Z | Compiling resolv-conf v0.7.0 |
| 1450 | 2025-01-16T20:53:33.068Z | Compiling postgres-protocol v0.6.7 |
| 1451 | 2025-01-16T20:53:33.410Z | Compiling tungstenite v0.24.0 |
| 1452 | 2025-01-16T20:53:33.460Z | Compiling hickory-proto v0.24.1 |
| 1453 | 2025-01-16T20:53:33.665Z | Compiling async-stream v0.3.6 |
| 1454 | 2025-01-16T20:53:34.014Z | Compiling slog-term v2.9.1 |
| 1455 | 2025-01-16T20:53:34.328Z | Compiling group v0.13.0 |
| 1456 | 2025-01-16T20:53:34.682Z | Compiling usdt v0.5.0 |
| 1457 | 2025-01-16T20:53:35.060Z | Compiling num-iter v0.1.45 |
| 1458 | 2025-01-16T20:53:35.233Z | Compiling futures v0.3.31 |
| 1459 | 2025-01-16T20:53:35.255Z | Compiling slog-bunyan v2.5.0 |
| 1460 | 2025-01-16T20:53:35.467Z | Compiling camino v1.1.9 |
| 1461 | 2025-01-16T20:53:36.462Z | Compiling toml v0.8.19 |
| 1462 | 2025-01-16T20:53:36.484Z | Compiling tokio-native-tls v0.3.1 |
| 1463 | 2025-01-16T20:53:36.769Z | Compiling phf_shared v0.11.2 |
| 1464 | 2025-01-16T20:53:36.940Z | Compiling dropshot_endpoint v0.12.0 |
| 1465 | 2025-01-16T20:53:37.135Z | Compiling terminal_size v0.4.0 |
| 1466 | 2025-01-16T20:53:37.235Z | Compiling waitgroup v0.1.2 |
| 1467 | 2025-01-16T20:53:37.374Z | Compiling openapiv3 v2.0.0 |
| 1468 | 2025-01-16T20:53:37.468Z | Compiling serde_path_to_error v0.1.16 |
| 1469 | 2025-01-16T20:53:37.977Z | Compiling backtrace v0.3.74 |
| 1470 | 2025-01-16T20:53:38.223Z | Compiling hkdf v0.12.4 |
| 1471 | 2025-01-16T20:53:38.255Z | Compiling crypto-bigint v0.5.5 |
| 1472 | 2025-01-16T20:53:38.485Z | Compiling zerocopy-derive v0.6.6 |
| 1473 | 2025-01-16T20:53:40.387Z | Compiling hubpack_derive v0.1.1 |
| 1474 | 2025-01-16T20:53:40.504Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1475 | 2025-01-16T20:53:41.018Z | Compiling webpki-roots v0.26.6 |
| 1476 | 2025-01-16T20:53:41.154Z | Compiling idna v0.5.0 |
| 1477 | 2025-01-16T20:53:41.239Z | Compiling hostname v0.4.0 |
| 1478 | 2025-01-16T20:53:41.242Z | Compiling ahash v0.8.11 |
| 1479 | 2025-01-16T20:53:41.462Z | Compiling fs-err v2.11.0 |
| 1480 | 2025-01-16T20:53:41.502Z | Compiling crc32fast v1.4.2 |
| 1481 | 2025-01-16T20:53:41.597Z | Compiling bitflags v1.3.2 |
| 1482 | 2025-01-16T20:53:41.718Z | Compiling debug-ignore v1.0.5 |
| 1483 | 2025-01-16T20:53:41.751Z | Compiling winnow v0.5.40 |
| 1484 | 2025-01-16T20:53:41.843Z | Compiling managed v0.8.0 |
| 1485 | 2025-01-16T20:53:41.871Z | Compiling newtype-uuid v1.2.1 |
| 1486 | 2025-01-16T20:53:42.173Z | Compiling cookie_store v0.21.0 |
| 1487 | 2025-01-16T20:53:42.719Z | Compiling flate2 v1.0.34 |
| 1488 | 2025-01-16T20:53:42.830Z | Compiling console v0.15.8 |
| 1489 | 2025-01-16T20:53:43.905Z | Compiling clap_builder v4.5.21 |
| 1490 | 2025-01-16T20:53:43.926Z | Compiling strum_macros v0.25.3 |
| 1491 | 2025-01-16T20:53:44.231Z | Compiling hubpack v0.1.2 |
| 1492 | 2025-01-16T20:53:44.250Z | Compiling elliptic-curve v0.13.8 |
| 1493 | 2025-01-16T20:53:44.270Z | Compiling zerocopy v0.6.6 |
| 1494 | 2025-01-16T20:53:44.652Z | Compiling hickory-resolver v0.24.1 |
| 1495 | 2025-01-16T20:53:45.034Z | Compiling toml_edit v0.19.15 |
| 1496 | 2025-01-16T20:53:45.271Z | Compiling phf v0.11.2 |
| 1497 | 2025-01-16T20:53:45.564Z | Compiling signal-hook-mio v0.2.4 |
| 1498 | 2025-01-16T20:53:45.751Z | Compiling hyper-tls v0.6.0 |
| 1499 | 2025-01-16T20:53:45.850Z | Compiling rayon v1.10.0 |
| 1500 | 2025-01-16T20:53:46.148Z | Compiling bzip2 v0.4.4 |
| 1501 | 2025-01-16T20:53:47.412Z | Compiling tokio-tungstenite v0.24.0 |
| 1502 | 2025-01-16T20:53:47.951Z | Compiling postgres-types v0.2.8 |
| 1503 | 2025-01-16T20:53:49.895Z | Compiling ed25519 v2.2.3 |
| 1504 | 2025-01-16T20:53:50.148Z | Compiling phf_shared v0.10.0 |
| 1505 | 2025-01-16T20:53:50.519Z | Compiling tokio-stream v0.1.16 |
| 1506 | 2025-01-16T20:53:50.540Z | Compiling pkcs1 v0.7.5 |
| 1507 | 2025-01-16T20:53:50.561Z | Compiling serde-big-array v0.5.1 |
| 1508 | 2025-01-16T20:53:50.794Z | Compiling clap_derive v4.5.18 |
| 1509 | 2025-01-16T20:53:51.470Z | Compiling rfc6979 v0.4.0 |
| 1510 | 2025-01-16T20:53:51.492Z | Compiling derive-where v1.2.7 |
| 1511 | 2025-01-16T20:53:51.681Z | Compiling serde_repr v0.1.19 |
| 1512 | 2025-01-16T20:53:51.760Z | Compiling bstr v1.10.0 |
| 1513 | 2025-01-16T20:53:51.799Z | Compiling float-cmp v0.9.0 |
| 1514 | 2025-01-16T20:53:52.046Z | Compiling sync_wrapper v1.0.1 |
| 1515 | 2025-01-16T20:53:52.165Z | Compiling whoami v1.5.2 |
| 1516 | 2025-01-16T20:53:52.259Z | Compiling fixedbitset v0.4.2 |
| 1517 | 2025-01-16T20:53:52.656Z | Compiling number_prefix v0.4.0 |
| 1518 | 2025-01-16T20:53:52.730Z | Compiling normalize-line-endings v0.3.0 |
| 1519 | 2025-01-16T20:53:52.768Z | Compiling new_debug_unreachable v1.0.6 |
| 1520 | 2025-01-16T20:53:52.865Z | Compiling static_assertions v1.1.0 |
| 1521 | 2025-01-16T20:53:52.888Z | Compiling predicates-core v1.0.8 |
| 1522 | 2025-01-16T20:53:52.902Z | Compiling precomputed-hash v0.1.1 |
| 1523 | 2025-01-16T20:53:52.976Z | Compiling unicode-width v0.2.0 |
| 1524 | 2025-01-16T20:53:53.029Z | Compiling unicode-segmentation v1.12.0 |
| 1525 | 2025-01-16T20:53:53.233Z | Compiling bit-vec v0.6.3 |
| 1526 | 2025-01-16T20:53:53.363Z | Compiling difflib v0.4.0 |
| 1527 | 2025-01-16T20:53:53.534Z | Compiling indicatif v0.17.9 |
| 1528 | 2025-01-16T20:53:53.655Z | Compiling bit-set v0.5.3 |
| 1529 | 2025-01-16T20:53:53.927Z | Compiling predicates v3.1.2 |
| 1530 | 2025-01-16T20:53:53.981Z | Compiling similar v2.6.0 |
| 1531 | 2025-01-16T20:53:54.791Z | Compiling string_cache v0.8.7 |
| 1532 | 2025-01-16T20:53:54.794Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1533 | 2025-01-16T20:53:55.206Z | Compiling petgraph v0.6.5 |
| 1534 | 2025-01-16T20:53:55.329Z | Compiling clap v4.5.21 |
| 1535 | 2025-01-16T20:53:55.455Z | Compiling tokio-postgres v0.7.12 |
| 1536 | 2025-01-16T20:53:55.478Z | Compiling ecdsa v0.16.9 |
| 1537 | 2025-01-16T20:53:55.587Z | Compiling rsa v0.9.6 |
| 1538 | 2025-01-16T20:53:56.119Z | Compiling ed25519-dalek v2.1.1 |
| 1539 | 2025-01-16T20:53:56.281Z | Compiling toml v0.7.8 |
| 1540 | 2025-01-16T20:53:57.411Z | Compiling zip v0.6.6 |
| 1541 | 2025-01-16T20:53:57.759Z | Compiling crossterm v0.28.1 |
| 1542 | 2025-01-16T20:53:59.612Z | Compiling hex v0.4.3 |
| 1543 | 2025-01-16T20:53:59.674Z | Compiling x509-cert v0.2.5 |
| 1544 | 2025-01-16T20:54:00.204Z | Compiling unicode-xid v0.2.6 |
| 1545 | 2025-01-16T20:54:00.419Z | Compiling peg-runtime v0.8.3 |
| 1546 | 2025-01-16T20:54:00.444Z | Compiling lalrpop-util v0.19.12 |
| 1547 | 2025-01-16T20:54:00.848Z | Compiling strum_macros v0.26.4 |
| 1548 | 2025-01-16T20:54:01.009Z | Compiling xattr v1.3.1 |
| 1549 | 2025-01-16T20:54:01.079Z | Compiling filetime v0.2.25 |
| 1550 | 2025-01-16T20:54:01.432Z | Compiling tar v0.4.42 |
| 1551 | 2025-01-16T20:54:08.818Z | Compiling strum v0.26.3 |
| 1552 | 2025-01-16T20:54:08.928Z | Compiling aws-lc-sys v0.22.0 |
| 1553 | 2025-01-16T20:54:35.770Z | Compiling rustls-webpki v0.102.8 |
| 1554 | 2025-01-16T20:54:38.878Z | Compiling tokio-rustls v0.25.0 |
| 1555 | 2025-01-16T20:54:40.633Z | Compiling tokio-rustls v0.26.0 |
| 1556 | 2025-01-16T20:54:40.888Z | Compiling hyper-rustls v0.27.3 |
| 1557 | 2025-01-16T20:54:41.204Z | Compiling reqwest v0.12.9 |
| 1558 | 2025-01-16T20:54:42.667Z | Compiling qorb v0.2.1 |
| 1559 | 2025-01-16T20:54:45.747Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1560 | 2025-01-16T20:54:45.995Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1561 | 2025-01-16T20:54:50.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
| 1562 | 2025-01-16T20:54:50.609Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1563 | 2025-01-16T20:54:50.658Z | Jan 16 20:54:50.307 INFO Starting download, target: Console |
| 1564 | 2025-01-16T20:54:50.658Z | Jan 16 20:54:50.307 INFO Starting download, target: DendriteOpenapi |
| 1565 | 2025-01-16T20:54:50.658Z | Jan 16 20:54:50.307 INFO Starting download, target: Clickhouse |
| 1566 | 2025-01-16T20:54:50.658Z | Jan 16 20:54:50.307 INFO Starting download, target: Cockroach |
| 1567 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.307 INFO Starting download, target: DendriteStub |
| 1568 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.307 INFO Starting download, target: MaghemiteMgd |
| 1569 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.307 INFO Starting download, target: TransceiverControl |
| 1570 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1571 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1572 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1573 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1574 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1575 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1576 | 2025-01-16T20:54:50.662Z | Jan 16 20:54:50.308 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1577 | 2025-01-16T20:54:50.859Z | Jan 16 20:54:50.474 INFO Download complete, target: DendriteOpenapi |
| 1578 | 2025-01-16T20:54:50.992Z | Jan 16 20:54:50.625 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1579 | 2025-01-16T20:54:51.273Z | Jan 16 20:54:50.892 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1580 | 2025-01-16T20:54:51.604Z | Jan 16 20:54:51.227 INFO Download complete, target: Console |
| 1581 | 2025-01-16T20:54:51.611Z | Jan 16 20:54:51.249 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1582 | 2025-01-16T20:54:51.662Z | Jan 16 20:54:51.311 INFO Download complete, target: TransceiverControl |
| 1583 | 2025-01-16T20:54:51.687Z | Jan 16 20:54:51.337 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1584 | 2025-01-16T20:54:52.462Z | Jan 16 20:54:52.110 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1585 | 2025-01-16T20:54:52.462Z | Jan 16 20:54:52.110 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1586 | 2025-01-16T20:54:52.925Z | Jan 16 20:54:52.574 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1587 | 2025-01-16T20:54:54.515Z | Jan 16 20:54:54.162 INFO Download complete, target: DendriteStub |
| 1588 | 2025-01-16T20:54:54.588Z | Jan 16 20:54:54.236 INFO Download complete, target: MaghemiteMgd |
| 1589 | 2025-01-16T20:54:59.770Z | Jan 16 20:54:59.418 INFO Checking that binary works, target: Cockroach |
| 1590 | 2025-01-16T20:54:59.990Z | Jan 16 20:54:59.637 INFO Download complete, target: Cockroach |
| 1591 | 2025-01-16T20:55:05.322Z | Jan 16 20:55:04.969 INFO Checking that binary works, target: Clickhouse |
| 1592 | 2025-01-16T20:55:05.434Z | Jan 16 20:55:05.081 INFO Download complete, target: Clickhouse |
| 1593 | 2025-01-16T20:55:05.456Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1594 | 2025-01-16T20:55:05.458Z | |
| 1595 | 2025-01-16T20:55:05.458Z | real 5:07.606810301 |
| 1596 | 2025-01-16T20:55:05.458Z | user 15:45.380607493 |
| 1597 | 2025-01-16T20:55:05.458Z | sys 2:04.874132468 |
| 1598 | 2025-01-16T20:55:05.458Z | trap 0.556433227 |
| 1599 | 2025-01-16T20:55:05.459Z | tflt 1.561572962 |
| 1600 | 2025-01-16T20:55:05.459Z | dflt 1.727927065 |
| 1601 | 2025-01-16T20:55:05.459Z | kflt 0.025632471 |
| 1602 | 2025-01-16T20:55:05.459Z | lock 25:00.672350124 |
| 1603 | 2025-01-16T20:55:05.459Z | slp 55:48.194967968 |
| 1604 | 2025-01-16T20:55:05.459Z | lat 59.033324423 |
| 1605 | 2025-01-16T20:55:05.459Z | stop 2:26.424573602 |
| 1606 | 2025-01-16T20:55:05.459Z | + banner clippy |
| 1607 | 2025-01-16T20:55:05.461Z | |
| 1608 | 2025-01-16T20:55:05.462Z | #### # # ##### ##### # # |
| 1609 | 2025-01-16T20:55:05.462Z | # # # # # # # # # # |
| 1610 | 2025-01-16T20:55:05.462Z | # # # # # # # # |
| 1611 | 2025-01-16T20:55:05.462Z | # # # ##### ##### # |
| 1612 | 2025-01-16T20:55:05.462Z | # # # # # # # |
| 1613 | 2025-01-16T20:55:05.462Z | #### ###### # # # # |
| 1614 | 2025-01-16T20:55:05.462Z | |
| 1615 | 2025-01-16T20:55:05.462Z | + export CARGO_INCREMENTAL=0 |
| 1616 | 2025-01-16T20:55:05.462Z | + CARGO_INCREMENTAL=0 |
| 1617 | 2025-01-16T20:55:05.462Z | + ptime -m cargo xtask clippy |
| 1618 | 2025-01-16T20:55:05.991Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1619 | 2025-01-16T20:55:08.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.36s |
| 1620 | 2025-01-16T20:55:08.941Z | Running `target/debug/xtask clippy` |
| 1621 | 2025-01-16T20:55:08.964Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1622 | 2025-01-16T20:55:09.588Z | Downloading crates ... |
| 1623 | 2025-01-16T20:55:09.921Z | Downloaded anes v0.1.6 |
| 1624 | 2025-01-16T20:55:09.926Z | Downloaded async-object-pool v0.1.5 |
| 1625 | 2025-01-16T20:55:09.929Z | Downloaded async-lock v3.4.0 |
| 1626 | 2025-01-16T20:55:09.931Z | Downloaded target-triple v0.1.3 |
| 1627 | 2025-01-16T20:55:09.932Z | Downloaded nested v0.1.1 |
| 1628 | 2025-01-16T20:55:09.945Z | Downloaded escape8259 v0.5.3 |
| 1629 | 2025-01-16T20:55:09.949Z | Downloaded plotters-svg v0.3.7 |
| 1630 | 2025-01-16T20:55:09.949Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1631 | 2025-01-16T20:55:09.949Z | Downloaded pathdiff v0.2.2 |
| 1632 | 2025-01-16T20:55:09.953Z | Downloaded assert_cmd v2.0.16 |
| 1633 | 2025-01-16T20:55:09.953Z | Downloaded async-global-executor v2.4.1 |
| 1634 | 2025-01-16T20:55:09.953Z | Downloaded async-channel v1.9.0 |
| 1635 | 2025-01-16T20:55:09.956Z | Downloaded async-signal v0.2.10 |
| 1636 | 2025-01-16T20:55:09.956Z | Downloaded doc-comment v0.3.3 |
| 1637 | 2025-01-16T20:55:09.959Z | Downloaded blocking v1.6.1 |
| 1638 | 2025-01-16T20:55:09.959Z | Downloaded async-attributes v1.1.2 |
| 1639 | 2025-01-16T20:55:09.962Z | Downloaded plotters-backend v0.3.7 |
| 1640 | 2025-01-16T20:55:09.962Z | Downloaded piper v0.2.4 |
| 1641 | 2025-01-16T20:55:09.969Z | Downloaded datatest-stable v0.2.9 |
| 1642 | 2025-01-16T20:55:09.972Z | Downloaded async-channel v2.3.1 |
| 1643 | 2025-01-16T20:55:09.972Z | Downloaded approx v0.5.1 |
| 1644 | 2025-01-16T20:55:09.972Z | Downloaded target-spec v3.2.2 |
| 1645 | 2025-01-16T20:55:09.972Z | Downloaded relative-path v1.9.3 |
| 1646 | 2025-01-16T20:55:09.972Z | Downloaded parking v2.2.1 |
| 1647 | 2025-01-16T20:55:09.975Z | Downloaded kv-log-macro v1.0.7 |
| 1648 | 2025-01-16T20:55:09.975Z | Downloaded threadpool v1.8.1 |
| 1649 | 2025-01-16T20:55:09.978Z | Downloaded oorandom v11.1.4 |
| 1650 | 2025-01-16T20:55:09.978Z | Downloaded event-listener-strategy v0.5.2 |
| 1651 | 2025-01-16T20:55:09.978Z | Downloaded path-tree v0.8.1 |
| 1652 | 2025-01-16T20:55:09.980Z | Downloaded stringmetrics v2.2.2 |
| 1653 | 2025-01-16T20:55:09.980Z | Downloaded proc-macro-crate v3.2.0 |
| 1654 | 2025-01-16T20:55:09.983Z | Downloaded futures-timer v3.0.3 |
| 1655 | 2025-01-16T20:55:09.988Z | Downloaded event-listener v2.5.3 |
| 1656 | 2025-01-16T20:55:09.992Z | Downloaded blake2b_simd v1.0.2 |
| 1657 | 2025-01-16T20:55:09.992Z | Downloaded async-executor v1.13.1 |
| 1658 | 2025-01-16T20:55:09.992Z | Downloaded tinytemplate v1.2.1 |
| 1659 | 2025-01-16T20:55:09.995Z | Downloaded assert-json-diff v2.0.2 |
| 1660 | 2025-01-16T20:55:09.995Z | Downloaded criterion-plot v0.5.0 |
| 1661 | 2025-01-16T20:55:09.995Z | Downloaded cast v0.3.0 |
| 1662 | 2025-01-16T20:55:09.998Z | Downloaded async-process v2.3.0 |
| 1663 | 2025-01-16T20:55:10.001Z | Downloaded libtest-mimic v0.7.3 |
| 1664 | 2025-01-16T20:55:10.004Z | Downloaded target-lexicon v0.12.16 |
| 1665 | 2025-01-16T20:55:10.004Z | Downloaded hyper-rustls v0.26.0 |
| 1666 | 2025-01-16T20:55:10.008Z | Downloaded similar-asserts v1.6.0 |
| 1667 | 2025-01-16T20:55:10.011Z | Downloaded rust-argon2 v2.1.0 |
| 1668 | 2025-01-16T20:55:10.011Z | Downloaded async-io v2.3.4 |
| 1669 | 2025-01-16T20:55:10.015Z | Downloaded trybuild v1.0.101 |
| 1670 | 2025-01-16T20:55:10.019Z | Downloaded futures-lite v2.3.0 |
| 1671 | 2025-01-16T20:55:10.021Z | Downloaded concurrent-queue v2.5.0 |
| 1672 | 2025-01-16T20:55:10.021Z | Downloaded rstest v0.23.0 |
| 1673 | 2025-01-16T20:55:10.028Z | Downloaded event-listener v5.3.1 |
| 1674 | 2025-01-16T20:55:10.031Z | Downloaded num_cpus v1.16.0 |
| 1675 | 2025-01-16T20:55:10.035Z | Downloaded rand_distr v0.4.3 |
| 1676 | 2025-01-16T20:55:10.035Z | Downloaded polling v3.7.3 |
| 1677 | 2025-01-16T20:55:10.038Z | Downloaded yansi v1.0.1 |
| 1678 | 2025-01-16T20:55:10.040Z | Downloaded rstest_macros v0.23.0 |
| 1679 | 2025-01-16T20:55:10.043Z | Downloaded criterion v0.5.1 |
| 1680 | 2025-01-16T20:55:10.048Z | Downloaded pretty_assertions v1.4.1 |
| 1681 | 2025-01-16T20:55:10.052Z | Downloaded fancy-regex v0.13.0 |
| 1682 | 2025-01-16T20:55:10.070Z | Downloaded serde_regex v1.1.0 |
| 1683 | 2025-01-16T20:55:10.073Z | Downloaded plotters v0.3.7 |
| 1684 | 2025-01-16T20:55:10.079Z | Downloaded guppy v0.17.8 |
| 1685 | 2025-01-16T20:55:10.084Z | Downloaded async-std v1.13.0 |
| 1686 | 2025-01-16T20:55:10.101Z | Downloaded rustls-native-certs v0.7.3 |
| 1687 | 2025-01-16T20:55:10.104Z | Downloaded indoc v2.0.5 |
| 1688 | 2025-01-16T20:55:10.106Z | Downloaded cfg-expr v0.17.0 |
| 1689 | 2025-01-16T20:55:10.109Z | Downloaded partial-io v0.5.4 |
| 1690 | 2025-01-16T20:55:10.111Z | Downloaded httptest v0.16.1 |
| 1691 | 2025-01-16T20:55:10.111Z | Downloaded async-task v4.7.1 |
| 1692 | 2025-01-16T20:55:10.181Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1693 | 2025-01-16T20:55:10.949Z | Checking cfg-if v1.0.0 |
| 1694 | 2025-01-16T20:55:11.031Z | Checking libc v0.2.162 |
| 1695 | 2025-01-16T20:55:11.048Z | Checking serde v1.0.217 |
| 1696 | 2025-01-16T20:55:11.074Z | Checking memchr v2.7.4 |
| 1697 | 2025-01-16T20:55:11.099Z | Checking value-bag v1.9.0 |
| 1698 | 2025-01-16T20:55:11.127Z | Checking scopeguard v1.2.0 |
| 1699 | 2025-01-16T20:55:11.152Z | Checking zeroize v1.8.1 |
| 1700 | 2025-01-16T20:55:11.180Z | Checking itoa v1.0.11 |
| 1701 | 2025-01-16T20:55:11.183Z | Checking smallvec v1.13.2 |
| 1702 | 2025-01-16T20:55:11.277Z | Checking lock_api v0.4.12 |
| 1703 | 2025-01-16T20:55:11.421Z | Checking byteorder v1.5.0 |
| 1704 | 2025-01-16T20:55:11.452Z | Checking pin-project-lite v0.2.14 |
| 1705 | 2025-01-16T20:55:11.480Z | Checking log v0.4.22 |
| 1706 | 2025-01-16T20:55:11.544Z | Checking subtle v2.6.1 |
| 1707 | 2025-01-16T20:55:11.599Z | Checking once_cell v1.20.2 |
| 1708 | 2025-01-16T20:55:11.654Z | Checking typenum v1.17.0 |
| 1709 | 2025-01-16T20:55:11.814Z | Checking libm v0.2.8 |
| 1710 | 2025-01-16T20:55:11.849Z | Checking futures-core v0.3.31 |
| 1711 | 2025-01-16T20:55:11.898Z | Checking zerocopy v0.7.35 |
| 1712 | 2025-01-16T20:55:11.927Z | Checking ryu v1.0.18 |
| 1713 | 2025-01-16T20:55:11.956Z | Checking getrandom v0.2.15 |
| 1714 | 2025-01-16T20:55:11.980Z | Checking parking_lot_core v0.9.10 |
| 1715 | 2025-01-16T20:55:12.042Z | Checking signal-hook-registry v1.4.2 |
| 1716 | 2025-01-16T20:55:12.173Z | Checking mio v1.0.2 |
| 1717 | 2025-01-16T20:55:12.219Z | Checking rand_core v0.6.4 |
| 1718 | 2025-01-16T20:55:12.303Z | Checking parking_lot v0.12.3 |
| 1719 | 2025-01-16T20:55:12.305Z | Checking thiserror v1.0.69 |
| 1720 | 2025-01-16T20:55:12.469Z | Checking spin v0.9.8 |
| 1721 | 2025-01-16T20:55:12.539Z | Checking socket2 v0.5.7 |
| 1722 | 2025-01-16T20:55:12.630Z | Checking const-oid v0.9.6 |
| 1723 | 2025-01-16T20:55:12.727Z | Checking num-traits v0.2.19 |
| 1724 | 2025-01-16T20:55:12.755Z | Checking generic-array v0.14.7 |
| 1725 | 2025-01-16T20:55:12.786Z | Checking allocator-api2 v0.2.18 |
| 1726 | 2025-01-16T20:55:12.815Z | Checking futures-io v0.3.31 |
| 1727 | 2025-01-16T20:55:13.011Z | Checking slab v0.4.9 |
| 1728 | 2025-01-16T20:55:13.044Z | Checking cpufeatures v0.2.14 |
| 1729 | 2025-01-16T20:55:13.074Z | Checking futures-sink v0.3.31 |
| 1730 | 2025-01-16T20:55:13.156Z | Checking foldhash v0.1.3 |
| 1731 | 2025-01-16T20:55:13.234Z | Checking equivalent v1.0.1 |
| 1732 | 2025-01-16T20:55:13.275Z | Checking pin-utils v0.1.0 |
| 1733 | 2025-01-16T20:55:13.373Z | Checking futures-channel v0.3.31 |
| 1734 | 2025-01-16T20:55:13.403Z | Checking hashbrown v0.15.1 |
| 1735 | 2025-01-16T20:55:13.428Z | Checking futures-task v0.3.31 |
| 1736 | 2025-01-16T20:55:13.450Z | Checking iana-time-zone v0.1.61 |
| 1737 | 2025-01-16T20:55:13.620Z | Checking stable_deref_trait v1.2.0 |
| 1738 | 2025-01-16T20:55:13.652Z | Checking fnv v1.0.7 |
| 1739 | 2025-01-16T20:55:13.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1740 | 2025-01-16T20:55:13.748Z | Checking futures-util v0.3.31 |
| 1741 | 2025-01-16T20:55:13.798Z | Checking crypto-common v0.1.6 |
| 1742 | 2025-01-16T20:55:13.801Z | Checking block-buffer v0.10.4 |
| 1743 | 2025-01-16T20:55:14.021Z | Checking tracing-core v0.1.32 |
| 1744 | 2025-01-16T20:55:14.051Z | Checking ppv-lite86 v0.2.20 |
| 1745 | 2025-01-16T20:55:14.116Z | Checking errno v0.3.9 |
| 1746 | 2025-01-16T20:55:14.153Z | Checking dyn-clone v1.0.17 |
| 1747 | 2025-01-16T20:55:14.315Z | Checking zerofrom v0.1.4 |
| 1748 | 2025-01-16T20:55:14.317Z | Checking percent-encoding v2.3.1 |
| 1749 | 2025-01-16T20:55:14.449Z | Checking digest v0.10.7 |
| 1750 | 2025-01-16T20:55:14.487Z | Checking block-padding v0.3.3 |
| 1751 | 2025-01-16T20:55:14.568Z | Checking yoke v0.7.4 |
| 1752 | 2025-01-16T20:55:14.596Z | Checking writeable v0.5.5 |
| 1753 | 2025-01-16T20:55:14.685Z | Checking tracing v0.1.40 |
| 1754 | 2025-01-16T20:55:14.740Z | Checking litemap v0.7.3 |
| 1755 | 2025-01-16T20:55:14.775Z | Checking rand_chacha v0.3.1 |
| 1756 | 2025-01-16T20:55:14.832Z | Checking inout v0.1.3 |
| 1757 | 2025-01-16T20:55:14.910Z | Checking zerovec v0.10.4 |
| 1758 | 2025-01-16T20:55:14.937Z | Checking crossbeam-utils v0.8.20 |
| 1759 | 2025-01-16T20:55:15.064Z | Checking tinyvec_macros v0.1.1 |
| 1760 | 2025-01-16T20:55:15.093Z | Checking cipher v0.4.4 |
| 1761 | 2025-01-16T20:55:15.117Z | Checking form_urlencoded v1.2.1 |
| 1762 | 2025-01-16T20:55:15.175Z | Checking tinyvec v1.8.0 |
| 1763 | 2025-01-16T20:55:15.205Z | Checking rand v0.8.5 |
| 1764 | 2025-01-16T20:55:15.330Z | Checking httparse v1.9.5 |
| 1765 | 2025-01-16T20:55:15.482Z | Checking regex-syntax v0.8.5 |
| 1766 | 2025-01-16T20:55:15.511Z | Checking bytes v1.9.0 |
| 1767 | 2025-01-16T20:55:15.653Z | Checking bitflags v2.6.0 |
| 1768 | 2025-01-16T20:55:15.777Z | Checking serde_json v1.0.135 |
| 1769 | 2025-01-16T20:55:15.965Z | Checking chrono v0.4.38 |
| 1770 | 2025-01-16T20:55:16.329Z | Checking tokio v1.40.0 |
| 1771 | 2025-01-16T20:55:16.417Z | Checking indexmap v2.7.0 |
| 1772 | 2025-01-16T20:55:16.420Z | Checking uuid v1.11.0 |
| 1773 | 2025-01-16T20:55:16.512Z | Checking rustix v0.38.37 |
| 1774 | 2025-01-16T20:55:17.068Z | Checking http v1.2.0 |
| 1775 | 2025-01-16T20:55:17.357Z | Checking tinystr v0.7.6 |
| 1776 | 2025-01-16T20:55:17.583Z | Checking atomic-waker v1.1.2 |
| 1777 | 2025-01-16T20:55:17.703Z | Checking icu_locid v1.5.0 |
| 1778 | 2025-01-16T20:55:17.737Z | Checking icu_locid_transform_data v1.5.0 |
| 1779 | 2025-01-16T20:55:17.850Z | Checking unicode-ident v1.0.14 |
| 1780 | 2025-01-16T20:55:17.942Z | Checking schemars v0.8.21 |
| 1781 | 2025-01-16T20:55:18.049Z | Checking unicode-normalization v0.1.24 |
| 1782 | 2025-01-16T20:55:18.164Z | Checking icu_collections v1.5.0 |
| 1783 | 2025-01-16T20:55:18.301Z | Checking icu_properties_data v1.5.0 |
| 1784 | 2025-01-16T20:55:18.720Z | Checking untrusted v0.9.0 |
| 1785 | 2025-01-16T20:55:18.745Z | Checking icu_provider v1.5.0 |
| 1786 | 2025-01-16T20:55:18.753Z | Checking aho-corasick v1.1.3 |
| 1787 | 2025-01-16T20:55:18.771Z | Checking ring v0.17.8 |
| 1788 | 2025-01-16T20:55:18.856Z | Checking unicode-bidi v0.3.17 |
| 1789 | 2025-01-16T20:55:19.056Z | Checking utf8_iter v1.0.4 |
| 1790 | 2025-01-16T20:55:19.253Z | Checking icu_locid_transform v1.5.0 |
| 1791 | 2025-01-16T20:55:19.287Z | Checking write16 v1.0.0 |
| 1792 | 2025-01-16T20:55:19.427Z | Checking utf16_iter v1.0.5 |
| 1793 | 2025-01-16T20:55:19.521Z | Checking base64ct v1.6.0 |
| 1794 | 2025-01-16T20:55:19.555Z | Checking icu_normalizer_data v1.5.0 |
| 1795 | 2025-01-16T20:55:19.605Z | Checking proc-macro2 v1.0.92 |
| 1796 | 2025-01-16T20:55:19.657Z | Checking sha2 v0.10.8 |
| 1797 | 2025-01-16T20:55:19.684Z | Checking hmac v0.12.1 |
| 1798 | 2025-01-16T20:55:19.917Z | Checking powerfmt v0.2.0 |
| 1799 | 2025-01-16T20:55:19.974Z | Checking rustls-pki-types v1.10.0 |
| 1800 | 2025-01-16T20:55:20.188Z | Checking deranged v0.3.11 |
| 1801 | 2025-01-16T20:55:20.260Z | Checking num_threads v0.1.7 |
| 1802 | 2025-01-16T20:55:20.294Z | Checking icu_properties v1.5.1 |
| 1803 | 2025-01-16T20:55:20.317Z | Checking quote v1.0.38 |
| 1804 | 2025-01-16T20:55:20.372Z | Checking regex-automata v0.4.8 |
| 1805 | 2025-01-16T20:55:20.402Z | Checking num-conv v0.1.0 |
| 1806 | 2025-01-16T20:55:20.496Z | Checking time-core v0.1.2 |
| 1807 | 2025-01-16T20:55:20.523Z | Checking lazy_static v1.5.0 |
| 1808 | 2025-01-16T20:55:20.640Z | Checking adler2 v2.0.0 |
| 1809 | 2025-01-16T20:55:20.663Z | Checking syn v2.0.96 |
| 1810 | 2025-01-16T20:55:20.687Z | Checking http-body v1.0.1 |
| 1811 | 2025-01-16T20:55:20.689Z | Checking aws-lc-sys v0.22.0 |
| 1812 | 2025-01-16T20:55:20.810Z | Checking miniz_oxide v0.8.0 |
| 1813 | 2025-01-16T20:55:20.907Z | Checking base64 v0.22.1 |
| 1814 | 2025-01-16T20:55:21.371Z | Checking mirai-annotations v1.12.0 |
| 1815 | 2025-01-16T20:55:21.447Z | Checking time v0.3.36 |
| 1816 | 2025-01-16T20:55:21.540Z | Checking try-lock v0.2.5 |
| 1817 | 2025-01-16T20:55:21.568Z | Checking httpdate v1.0.3 |
| 1818 | 2025-01-16T20:55:21.695Z | Checking untrusted v0.7.1 |
| 1819 | 2025-01-16T20:55:21.828Z | Checking want v0.3.1 |
| 1820 | 2025-01-16T20:55:21.886Z | Checking pem-rfc7468 v0.7.0 |
| 1821 | 2025-01-16T20:55:22.031Z | Checking ahash v0.8.11 |
| 1822 | 2025-01-16T20:55:22.184Z | Checking flagset v0.4.6 |
| 1823 | 2025-01-16T20:55:22.385Z | Checking tower-service v0.3.3 |
| 1824 | 2025-01-16T20:55:22.526Z | Checking der v0.7.9 |
| 1825 | 2025-01-16T20:55:22.530Z | Checking pbkdf2 v0.12.2 |
| 1826 | 2025-01-16T20:55:22.716Z | Checking aws-lc-rs v1.10.0 |
| 1827 | 2025-01-16T20:55:22.720Z | Checking aes v0.8.4 |
| 1828 | 2025-01-16T20:55:22.917Z | Checking tokio-util v0.7.12 |
| 1829 | 2025-01-16T20:55:23.677Z | Checking icu_normalizer v1.5.0 |
| 1830 | 2025-01-16T20:55:23.722Z | Checking mime v0.3.17 |
| 1831 | 2025-01-16T20:55:23.768Z | Checking h2 v0.4.6 |
| 1832 | 2025-01-16T20:55:23.818Z | Checking salsa20 v0.10.2 |
| 1833 | 2025-01-16T20:55:24.011Z | Checking cbc v0.1.2 |
| 1834 | 2025-01-16T20:55:24.080Z | Checking slog v2.7.0 |
| 1835 | 2025-01-16T20:55:24.214Z | Checking scrypt v0.11.0 |
| 1836 | 2025-01-16T20:55:24.309Z | Checking spki v0.7.3 |
| 1837 | 2025-01-16T20:55:24.365Z | Checking idna_adapter v1.2.0 |
| 1838 | 2025-01-16T20:55:24.433Z | Checking rustls-webpki v0.102.8 |
| 1839 | 2025-01-16T20:55:24.471Z | Checking http-body-util v0.1.2 |
| 1840 | 2025-01-16T20:55:24.577Z | Checking semver v1.0.24 |
| 1841 | 2025-01-16T20:55:24.598Z | Checking idna v1.0.3 |
| 1842 | 2025-01-16T20:55:24.622Z | Checking ipnet v2.10.1 |
| 1843 | 2025-01-16T20:55:24.793Z | Checking regex v1.11.1 |
| 1844 | 2025-01-16T20:55:24.939Z | Checking gimli v0.31.1 |
| 1845 | 2025-01-16T20:55:24.969Z | Checking pkcs5 v0.7.1 |
| 1846 | 2025-01-16T20:55:25.058Z | Checking rustls-pemfile v2.2.0 |
| 1847 | 2025-01-16T20:55:25.061Z | Checking url v2.5.3 |
| 1848 | 2025-01-16T20:55:25.237Z | Checking object v0.36.5 |
| 1849 | 2025-01-16T20:55:25.284Z | Checking foreign-types-shared v0.1.1 |
| 1850 | 2025-01-16T20:55:25.376Z | Checking rustc-demangle v0.1.24 |
| 1851 | 2025-01-16T20:55:25.414Z | Checking utf8parse v0.2.2 |
| 1852 | 2025-01-16T20:55:25.453Z | Checking openssl-probe v0.1.5 |
| 1853 | 2025-01-16T20:55:25.584Z | Checking pkcs8 v0.10.2 |
| 1854 | 2025-01-16T20:55:25.637Z | Checking foreign-types v0.3.2 |
| 1855 | 2025-01-16T20:55:25.751Z | Checking futures-executor v0.3.31 |
| 1856 | 2025-01-16T20:55:25.820Z | Checking serde_spanned v0.6.8 |
| 1857 | 2025-01-16T20:55:25.889Z | Checking toml_datetime v0.6.8 |
| 1858 | 2025-01-16T20:55:25.918Z | Checking serde_urlencoded v0.7.1 |
| 1859 | 2025-01-16T20:55:25.974Z | Checking openssl-sys v0.9.103 |
| 1860 | 2025-01-16T20:55:26.028Z | Checking encoding_rs v0.8.34 |
| 1861 | 2025-01-16T20:55:26.183Z | Checking unicode-width v0.1.14 |
| 1862 | 2025-01-16T20:55:26.312Z | Checking data-encoding v2.6.0 |
| 1863 | 2025-01-16T20:55:26.662Z | Checking futures v0.3.31 |
| 1864 | 2025-01-16T20:55:26.664Z | Checking either v1.13.0 |
| 1865 | 2025-01-16T20:55:26.785Z | Checking anstyle v1.0.10 |
| 1866 | 2025-01-16T20:55:26.857Z | Checking rustls v0.23.19 |
| 1867 | 2025-01-16T20:55:27.063Z | Checking sha1 v0.10.6 |
| 1868 | 2025-01-16T20:55:27.119Z | Checking idna v0.3.0 |
| 1869 | 2025-01-16T20:55:27.122Z | Checking openssl v0.10.66 |
| 1870 | 2025-01-16T20:55:27.341Z | Checking openapiv3 v2.0.0 |
| 1871 | 2025-01-16T20:55:27.987Z | Checking psl-types v2.0.11 |
| 1872 | 2025-01-16T20:55:28.186Z | Checking publicsuffix v2.2.3 |
| 1873 | 2025-01-16T20:55:28.341Z | Checking anstyle-parse v0.2.5 |
| 1874 | 2025-01-16T20:55:28.433Z | Checking cookie v0.18.1 |
| 1875 | 2025-01-16T20:55:28.627Z | Checking webpki-roots v0.26.6 |
| 1876 | 2025-01-16T20:55:28.747Z | Checking addr2line v0.24.2 |
| 1877 | 2025-01-16T20:55:28.862Z | Checking idna v0.5.0 |
| 1878 | 2025-01-16T20:55:28.897Z | Checking camino v1.1.9 |
| 1879 | 2025-01-16T20:55:29.286Z | Checking winnow v0.6.20 |
| 1880 | 2025-01-16T20:55:29.390Z | Checking anstyle-query v1.1.1 |
| 1881 | 2025-01-16T20:55:29.534Z | Checking is_terminal_polyfill v1.70.1 |
| 1882 | 2025-01-16T20:55:29.680Z | Checking colorchoice v1.0.2 |
| 1883 | 2025-01-16T20:55:29.755Z | Checking cookie_store v0.21.0 |
| 1884 | 2025-01-16T20:55:29.836Z | Checking anstream v0.6.15 |
| 1885 | 2025-01-16T20:55:29.897Z | Checking hyper v1.5.0 |
| 1886 | 2025-01-16T20:55:30.190Z | Checking terminal_size v0.4.0 |
| 1887 | 2025-01-16T20:55:30.385Z | Checking signature v2.2.0 |
| 1888 | 2025-01-16T20:55:30.417Z | Checking sync_wrapper v1.0.1 |
| 1889 | 2025-01-16T20:55:30.543Z | Checking clap_lex v0.7.2 |
| 1890 | 2025-01-16T20:55:30.582Z | Checking strsim v0.11.1 |
| 1891 | 2025-01-16T20:55:30.606Z | Checking scroll v0.12.0 |
| 1892 | 2025-01-16T20:55:30.811Z | Checking is-terminal v0.4.13 |
| 1893 | 2025-01-16T20:55:30.887Z | Checking clap_builder v4.5.21 |
| 1894 | 2025-01-16T20:55:30.958Z | Checking plain v0.2.3 |
| 1895 | 2025-01-16T20:55:31.033Z | Checking ucd-trie v0.1.7 |
| 1896 | 2025-01-16T20:55:31.085Z | Checking backtrace v0.3.74 |
| 1897 | 2025-01-16T20:55:31.136Z | Checking goblin v0.8.2 |
| 1898 | 2025-01-16T20:55:31.255Z | Checking pest v2.7.14 |
| 1899 | 2025-01-16T20:55:31.666Z | Checking anyhow v1.0.93 |
| 1900 | 2025-01-16T20:55:31.852Z | Checking hyper-util v0.1.10 |
| 1901 | 2025-01-16T20:55:31.944Z | Checking tokio-rustls v0.26.0 |
| 1902 | 2025-01-16T20:55:31.971Z | Checking base16ct v0.2.0 |
| 1903 | 2025-01-16T20:55:32.034Z | Checking pretty-hex v0.4.1 |
| 1904 | 2025-01-16T20:55:32.189Z | Checking sec1 v0.7.3 |
| 1905 | 2025-01-16T20:55:32.252Z | Checking num-integer v0.1.46 |
| 1906 | 2025-01-16T20:55:32.336Z | Checking ff v0.13.0 |
| 1907 | 2025-01-16T20:55:32.412Z | Checking native-tls v0.2.12 |
| 1908 | 2025-01-16T20:55:32.558Z | Checking thread-id v4.2.2 |
| 1909 | 2025-01-16T20:55:32.584Z | Checking group v0.13.0 |
| 1910 | 2025-01-16T20:55:32.685Z | Checking toml_edit v0.22.22 |
| 1911 | 2025-01-16T20:55:32.759Z | Checking hkdf v0.12.4 |
| 1912 | 2025-01-16T20:55:32.761Z | Checking tokio-native-tls v0.3.1 |
| 1913 | 2025-01-16T20:55:32.825Z | Checking crypto-bigint v0.5.5 |
| 1914 | 2025-01-16T20:55:32.977Z | Checking dirs-sys-next v0.1.2 |
| 1915 | 2025-01-16T20:55:33.040Z | Checking memmap v0.7.0 |
| 1916 | 2025-01-16T20:55:33.178Z | Checking crc32fast v1.4.2 |
| 1917 | 2025-01-16T20:55:33.273Z | Checking bitflags v1.3.2 |
| 1918 | 2025-01-16T20:55:33.399Z | Checking utf-8 v0.7.6 |
| 1919 | 2025-01-16T20:55:33.440Z | Checking static_assertions v1.1.0 |
| 1920 | 2025-01-16T20:55:33.560Z | Checking dirs-next v2.0.0 |
| 1921 | 2025-01-16T20:55:33.638Z | Checking crossbeam-channel v0.5.13 |
| 1922 | 2025-01-16T20:55:33.679Z | Checking clap v4.5.21 |
| 1923 | 2025-01-16T20:55:33.712Z | Checking thread_local v1.1.8 |
| 1924 | 2025-01-16T20:55:33.760Z | Checking hyper-rustls v0.27.3 |
| 1925 | 2025-01-16T20:55:33.789Z | Checking hyper-tls v0.6.0 |
| 1926 | 2025-01-16T20:55:33.817Z | Checking dtrace-parser v0.2.0 |
| 1927 | 2025-01-16T20:55:33.998Z | Checking unicode-segmentation v1.12.0 |
| 1928 | 2025-01-16T20:55:34.094Z | Checking term v0.7.0 |
| 1929 | 2025-01-16T20:55:34.137Z | Checking reqwest v0.12.9 |
| 1930 | 2025-01-16T20:55:34.322Z | Checking num-iter v0.1.45 |
| 1931 | 2025-01-16T20:55:34.358Z | Checking crossbeam-epoch v0.9.18 |
| 1932 | 2025-01-16T20:55:34.522Z | Checking take_mut v0.2.2 |
| 1933 | 2025-01-16T20:55:34.557Z | Checking match_cfg v0.1.0 |
| 1934 | 2025-01-16T20:55:34.675Z | Checking hostname v0.3.1 |
| 1935 | 2025-01-16T20:55:34.703Z | Checking slog-async v2.8.0 |
| 1936 | 2025-01-16T20:55:34.732Z | Checking slog-term v2.9.1 |
| 1937 | 2025-01-16T20:55:34.805Z | Checking itertools v0.10.5 |
| 1938 | 2025-01-16T20:55:34.836Z | Checking bstr v1.10.0 |
| 1939 | 2025-01-16T20:55:35.014Z | Checking rfc6979 v0.4.0 |
| 1940 | 2025-01-16T20:55:35.190Z | Checking toml v0.8.19 |
| 1941 | 2025-01-16T20:55:35.218Z | Checking hex v0.4.3 |
| 1942 | 2025-01-16T20:55:35.220Z | Checking winnow v0.5.40 |
| 1943 | 2025-01-16T20:55:35.461Z | Checking elliptic-curve v0.13.8 |
| 1944 | 2025-01-16T20:55:35.692Z | Checking managed v0.8.0 |
| 1945 | 2025-01-16T20:55:35.721Z | Checking crossbeam-deque v0.8.5 |
| 1946 | 2025-01-16T20:55:35.838Z | Checking num-bigint-dig v0.8.4 |
| 1947 | 2025-01-16T20:55:35.868Z | Checking flate2 v1.0.34 |
| 1948 | 2025-01-16T20:55:35.914Z | Checking dof v0.3.0 |
| 1949 | 2025-01-16T20:55:36.047Z | Checking pkcs1 v0.7.5 |
| 1950 | 2025-01-16T20:55:36.075Z | Checking rustls v0.22.4 |
| 1951 | 2025-01-16T20:55:36.081Z | Checking ecdsa v0.16.9 |
| 1952 | 2025-01-16T20:55:36.450Z | Checking curve25519-dalek v4.1.3 |
| 1953 | 2025-01-16T20:55:36.478Z | Checking zerocopy v0.6.6 |
| 1954 | 2025-01-16T20:55:36.528Z | Checking usdt-impl v0.5.0 |
| 1955 | 2025-01-16T20:55:36.791Z | Checking siphasher v0.3.11 |
| 1956 | 2025-01-16T20:55:36.911Z | Checking rayon-core v1.12.1 |
| 1957 | 2025-01-16T20:55:37.113Z | Checking usdt v0.5.0 |
| 1958 | 2025-01-16T20:55:37.151Z | Checking ed25519 v2.2.3 |
| 1959 | 2025-01-16T20:55:37.156Z | Checking slog-json v2.6.1 |
| 1960 | 2025-01-16T20:55:37.374Z | Checking signal-hook v0.3.17 |
| 1961 | 2025-01-16T20:55:37.447Z | Checking debug-ignore v1.0.5 |
| 1962 | 2025-01-16T20:55:37.470Z | Checking quick-error v1.2.3 |
| 1963 | 2025-01-16T20:55:37.603Z | Checking slog-bunyan v2.5.0 |
| 1964 | 2025-01-16T20:55:37.630Z | Checking multer v3.1.0 |
| 1965 | 2025-01-16T20:55:37.632Z | Checking x509-cert v0.2.5 |
| 1966 | 2025-01-16T20:55:37.702Z | Checking idna v0.4.0 |
| 1967 | 2025-01-16T20:55:37.772Z | Checking rsa v0.9.6 |
| 1968 | 2025-01-16T20:55:37.775Z | Checking waitgroup v0.1.2 |
| 1969 | 2025-01-16T20:55:37.946Z | Checking toml_edit v0.19.15 |
| 1970 | 2025-01-16T20:55:37.969Z | Checking hubpack v0.1.2 |
| 1971 | 2025-01-16T20:55:38.040Z | Checking serde_path_to_error v0.1.16 |
| 1972 | 2025-01-16T20:55:38.218Z | Checking ed25519-dalek v2.1.1 |
| 1973 | 2025-01-16T20:55:38.277Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1974 | 2025-01-16T20:55:38.420Z | Checking async-stream v0.3.6 |
| 1975 | 2025-01-16T20:55:38.551Z | Checking hostname v0.4.0 |
| 1976 | 2025-01-16T20:55:38.614Z | Checking bit-vec v0.6.3 |
| 1977 | 2025-01-16T20:55:38.643Z | Checking hickory-proto v0.24.1 |
| 1978 | 2025-01-16T20:55:38.646Z | Checking bzip2 v0.4.4 |
| 1979 | 2025-01-16T20:55:38.697Z | Checking signal-hook-mio v0.2.4 |
| 1980 | 2025-01-16T20:55:38.724Z | Checking console v0.15.8 |
| 1981 | 2025-01-16T20:55:38.849Z | Checking hash32 v0.2.1 |
| 1982 | 2025-01-16T20:55:38.934Z | Checking bit-set v0.5.3 |
| 1983 | 2025-01-16T20:55:38.963Z | Checking linked-hash-map v0.5.6 |
| 1984 | 2025-01-16T20:55:39.146Z | Checking predicates-core v1.0.8 |
| 1985 | 2025-01-16T20:55:39.173Z | Checking unicode-properties v0.1.3 |
| 1986 | 2025-01-16T20:55:39.207Z | Checking heapless v0.7.17 |
| 1987 | 2025-01-16T20:55:39.251Z | Checking lru-cache v0.1.2 |
| 1988 | 2025-01-16T20:55:39.279Z | Checking crossterm v0.28.1 |
| 1989 | 2025-01-16T20:55:39.339Z | Checking rayon v1.10.0 |
| 1990 | 2025-01-16T20:55:39.405Z | Checking tokio-rustls v0.25.0 |
| 1991 | 2025-01-16T20:55:39.438Z | Checking phf_shared v0.11.2 |
| 1992 | 2025-01-16T20:55:39.556Z | Checking stringprep v0.1.5 |
| 1993 | 2025-01-16T20:55:39.730Z | Checking similar v2.6.0 |
| 1994 | 2025-01-16T20:55:39.815Z | Checking dropshot v0.12.0 |
| 1995 | 2025-01-16T20:55:39.844Z | Checking tokio-stream v0.1.16 |
| 1996 | 2025-01-16T20:55:40.119Z | Checking newtype-uuid v1.2.1 |
| 1997 | 2025-01-16T20:55:40.395Z | Checking md-5 v0.10.6 |
| 1998 | 2025-01-16T20:55:40.417Z | Checking toml v0.7.8 |
| 1999 | 2025-01-16T20:55:40.541Z | Checking float-cmp v0.9.0 |
| 2000 | 2025-01-16T20:55:40.602Z | Checking normalize-line-endings v0.3.0 |
| 2001 | 2025-01-16T20:55:40.630Z | Checking fixedbitset v0.4.2 |
| 2002 | 2025-01-16T20:55:40.750Z | Checking fallible-iterator v0.2.0 |
| 2003 | 2025-01-16T20:55:40.753Z | Checking difflib v0.4.0 |
| 2004 | 2025-01-16T20:55:40.887Z | Checking smoltcp v0.9.1 |
| 2005 | 2025-01-16T20:55:40.921Z | Checking petgraph v0.6.5 |
| 2006 | 2025-01-16T20:55:41.078Z | Checking phf v0.11.2 |
| 2007 | 2025-01-16T20:55:41.115Z | Checking predicates v3.1.2 |
| 2008 | 2025-01-16T20:55:41.315Z | Checking postgres-protocol v0.6.7 |
| 2009 | 2025-01-16T20:55:41.357Z | Checking zip v0.6.6 |
| 2010 | 2025-01-16T20:55:41.758Z | Checking resolv-conf v0.7.0 |
| 2011 | 2025-01-16T20:55:41.946Z | Checking phf_shared v0.10.0 |
| 2012 | 2025-01-16T20:55:42.012Z | Checking tungstenite v0.24.0 |
| 2013 | 2025-01-16T20:55:42.123Z | Checking fs-err v2.11.0 |
| 2014 | 2025-01-16T20:55:42.207Z | Checking serde-big-array v0.5.1 |
| 2015 | 2025-01-16T20:55:42.353Z | Checking portable-atomic v1.9.0 |
| 2016 | 2025-01-16T20:55:42.436Z | Checking lalrpop-util v0.19.12 |
| 2017 | 2025-01-16T20:55:42.679Z | Checking number_prefix v0.4.0 |
| 2018 | 2025-01-16T20:55:42.749Z | Checking precomputed-hash v0.1.1 |
| 2019 | 2025-01-16T20:55:42.799Z | Checking new_debug_unreachable v1.0.6 |
| 2020 | 2025-01-16T20:55:42.840Z | Checking minimal-lexical v0.2.1 |
| 2021 | 2025-01-16T20:55:42.871Z | Checking unicode-width v0.2.0 |
| 2022 | 2025-01-16T20:55:42.901Z | Checking tokio-tungstenite v0.24.0 |
| 2023 | 2025-01-16T20:55:42.904Z | Checking string_cache v0.8.7 |
| 2024 | 2025-01-16T20:55:43.118Z | Checking hickory-resolver v0.24.1 |
| 2025 | 2025-01-16T20:55:43.199Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2026 | 2025-01-16T20:55:43.201Z | Checking postgres-types v0.2.8 |
| 2027 | 2025-01-16T20:55:43.252Z | Checking nom v7.1.3 |
| 2028 | 2025-01-16T20:55:43.293Z | Checking whoami v1.5.2 |
| 2029 | 2025-01-16T20:55:43.363Z | Checking indicatif v0.17.9 |
| 2030 | 2025-01-16T20:55:43.391Z | Checking peg-runtime v0.8.3 |
| 2031 | 2025-01-16T20:55:43.595Z | Checking heck v0.4.1 |
| 2032 | 2025-01-16T20:55:43.788Z | Compiling hashbrown v0.14.5 |
| 2033 | 2025-01-16T20:55:43.830Z | Compiling ident_case v1.0.1 |
| 2034 | 2025-01-16T20:55:43.862Z | Checking tokio-postgres v0.7.12 |
| 2035 | 2025-01-16T20:55:43.865Z | Compiling unsafe-libyaml v0.2.11 |
| 2036 | 2025-01-16T20:55:44.032Z | Compiling darling_core v0.20.10 |
| 2037 | 2025-01-16T20:55:44.662Z | Checking qorb v0.2.1 |
| 2038 | 2025-01-16T20:55:44.952Z | Compiling regress v0.10.1 |
| 2039 | 2025-01-16T20:55:45.097Z | Checking heck v0.5.0 |
| 2040 | 2025-01-16T20:55:45.297Z | Compiling serde_yaml v0.9.34+deprecated |
| 2041 | 2025-01-16T20:55:45.836Z | Checking fastrand v2.1.1 |
| 2042 | 2025-01-16T20:55:46.198Z | Checking ipnetwork v0.20.0 |
| 2043 | 2025-01-16T20:55:46.597Z | Checking progenitor-client v0.9.1 |
| 2044 | 2025-01-16T20:55:46.814Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2045 | 2025-01-16T20:55:46.997Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2046 | 2025-01-16T20:55:47.110Z | Compiling structmeta-derive v0.3.0 |
| 2047 | 2025-01-16T20:55:47.376Z | Checking strum v0.26.3 |
| 2048 | 2025-01-16T20:55:47.563Z | Compiling dropshot v0.13.0 |
| 2049 | 2025-01-16T20:55:47.967Z | Checking macaddr v1.0.1 |
| 2050 | 2025-01-16T20:55:48.074Z | Compiling dropshot_endpoint v0.13.0 |
| 2051 | 2025-01-16T20:55:48.296Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2052 | 2025-01-16T20:55:48.323Z | Checking tempfile v3.13.0 |
| 2053 | 2025-01-16T20:55:48.715Z | Compiling typify-impl v0.2.0 |
| 2054 | 2025-01-16T20:55:48.844Z | Checking progenitor-client v0.8.0 |
| 2055 | 2025-01-16T20:55:49.072Z | Checking instant v0.1.13 |
| 2056 | 2025-01-16T20:55:49.215Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2057 | 2025-01-16T20:55:49.218Z | Checking regress v0.9.1 |
| 2058 | 2025-01-16T20:55:49.654Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2059 | 2025-01-16T20:55:49.734Z | Compiling structmeta v0.3.0 |
| 2060 | 2025-01-16T20:55:49.799Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2061 | 2025-01-16T20:55:50.119Z | Compiling darling_macro v0.20.10 |
| 2062 | 2025-01-16T20:55:50.159Z | Compiling parse-display-derive v0.10.0 |
| 2063 | 2025-01-16T20:55:50.191Z | Checking backoff v0.4.0 |
| 2064 | 2025-01-16T20:55:50.422Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2065 | 2025-01-16T20:55:50.470Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2066 | 2025-01-16T20:55:50.587Z | Checking wait-timeout v0.2.0 |
| 2067 | 2025-01-16T20:55:50.638Z | Checking rand_xorshift v0.3.0 |
| 2068 | 2025-01-16T20:55:50.794Z | Checking rusty-fork v0.3.0 |
| 2069 | 2025-01-16T20:55:50.834Z | Checking unarray v0.1.4 |
| 2070 | 2025-01-16T20:55:50.996Z | Compiling structmeta-derive v0.2.0 |
| 2071 | 2025-01-16T20:55:51.022Z | Compiling darling v0.20.10 |
| 2072 | 2025-01-16T20:55:51.105Z | Checking proptest v1.5.0 |
| 2073 | 2025-01-16T20:55:51.153Z | Compiling serde_with_macros v3.11.0 |
| 2074 | 2025-01-16T20:55:51.857Z | Checking camino-tempfile v1.1.1 |
| 2075 | 2025-01-16T20:55:52.153Z | Compiling thiserror v2.0.11 |
| 2076 | 2025-01-16T20:55:52.695Z | Compiling thiserror-impl v2.0.11 |
| 2077 | 2025-01-16T20:55:53.148Z | Compiling proc-macro-error v1.0.4 |
| 2078 | 2025-01-16T20:55:53.568Z | Compiling structmeta v0.2.0 |
| 2079 | 2025-01-16T20:55:53.756Z | Checking serde_with v3.11.0 |
| 2080 | 2025-01-16T20:55:53.783Z | Compiling proc-macro-crate v1.3.1 |
| 2081 | 2025-01-16T20:55:53.972Z | Compiling test-strategy v0.3.1 |
| 2082 | 2025-01-16T20:55:54.157Z | Checking parse-display v0.10.0 |
| 2083 | 2025-01-16T20:55:54.415Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2084 | 2025-01-16T20:55:54.757Z | Compiling num_enum_derive v0.5.11 |
| 2085 | 2025-01-16T20:55:54.853Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2086 | 2025-01-16T20:55:55.199Z | Compiling foreign-types-macros v0.2.3 |
| 2087 | 2025-01-16T20:55:55.703Z | Checking foreign-types-shared v0.3.1 |
| 2088 | 2025-01-16T20:55:56.012Z | Checking tabwriter v1.4.0 |
| 2089 | 2025-01-16T20:55:56.038Z | Checking cstr-argument v0.1.2 |
| 2090 | 2025-01-16T20:55:56.152Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2091 | 2025-01-16T20:55:56.251Z | Checking pretty-hex v0.2.1 |
| 2092 | 2025-01-16T20:55:56.276Z | Checking colored v2.1.0 |
| 2093 | 2025-01-16T20:55:56.434Z | Checking smf v0.2.3 |
| 2094 | 2025-01-16T20:55:56.465Z | Checking foreign-types v0.5.0 |
| 2095 | 2025-01-16T20:55:56.587Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2096 | 2025-01-16T20:55:56.749Z | Checking itertools v0.13.0 |
| 2097 | 2025-01-16T20:55:56.821Z | Checking base64 v0.21.7 |
| 2098 | 2025-01-16T20:55:56.933Z | Compiling crucible-workspace-hack v0.1.0 |
| 2099 | 2025-01-16T20:55:56.988Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2100 | 2025-01-16T20:55:57.043Z | Compiling typify-impl v0.3.0 |
| 2101 | 2025-01-16T20:55:57.069Z | Checking num_enum v0.5.11 |
| 2102 | 2025-01-16T20:55:57.156Z | Compiling zerocopy v0.8.10 |
| 2103 | 2025-01-16T20:55:57.251Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2104 | 2025-01-16T20:55:57.395Z | Checking atomicwrites v0.4.4 |
| 2105 | 2025-01-16T20:55:57.554Z | Compiling zerocopy-derive v0.8.10 |
| 2106 | 2025-01-16T20:55:57.610Z | Checking termtree v0.4.1 |
| 2107 | 2025-01-16T20:55:57.824Z | Compiling heapless v0.8.0 |
| 2108 | 2025-01-16T20:55:58.019Z | Checking predicates-tree v1.0.11 |
| 2109 | 2025-01-16T20:55:58.200Z | Checking hash32 v0.3.1 |
| 2110 | 2025-01-16T20:55:58.408Z | Compiling smoltcp v0.11.0 |
| 2111 | 2025-01-16T20:55:59.112Z | Checking cobs v0.2.3 |
| 2112 | 2025-01-16T20:55:59.145Z | Checking sigpipe v0.1.3 |
| 2113 | 2025-01-16T20:55:59.270Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2114 | 2025-01-16T20:55:59.300Z | Checking postcard v1.0.10 |
| 2115 | 2025-01-16T20:55:59.616Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2116 | 2025-01-16T20:55:59.870Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2117 | 2025-01-16T20:55:59.904Z | Compiling mockall_derive v0.13.0 |
| 2118 | 2025-01-16T20:55:59.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2119 | 2025-01-16T20:56:00.264Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2120 | 2025-01-16T20:56:00.326Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2121 | 2025-01-16T20:56:00.358Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2122 | 2025-01-16T20:56:00.721Z | Compiling zone_cfg_derive v0.3.0 |
| 2123 | 2025-01-16T20:56:02.137Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2124 | 2025-01-16T20:56:02.285Z | Compiling num-derive v0.4.2 |
| 2125 | 2025-01-16T20:56:02.486Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2126 | 2025-01-16T20:56:02.511Z | Checking downcast v0.11.0 |
| 2127 | 2025-01-16T20:56:02.717Z | Checking fragile v2.0.0 |
| 2128 | 2025-01-16T20:56:02.825Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2129 | 2025-01-16T20:56:02.993Z | Checking zone v0.3.0 |
| 2130 | 2025-01-16T20:56:03.019Z | Compiling convert_case v0.4.0 |
| 2131 | 2025-01-16T20:56:03.084Z | Checking tungstenite v0.21.0 |
| 2132 | 2025-01-16T20:56:03.786Z | Checking newline-converter v0.3.0 |
| 2133 | 2025-01-16T20:56:03.875Z | Compiling derive_more v0.99.18 |
| 2134 | 2025-01-16T20:56:03.903Z | Compiling typify-macro v0.2.0 |
| 2135 | 2025-01-16T20:56:03.954Z | Checking expectorate v1.1.0 |
| 2136 | 2025-01-16T20:56:03.988Z | Checking tokio-tungstenite v0.21.0 |
| 2137 | 2025-01-16T20:56:04.126Z | Checking same-file v1.0.6 |
| 2138 | 2025-01-16T20:56:04.327Z | Checking walkdir v2.5.0 |
| 2139 | 2025-01-16T20:56:04.476Z | Checking arc-swap v1.7.1 |
| 2140 | 2025-01-16T20:56:04.504Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2141 | 2025-01-16T20:56:04.663Z | Checking xattr v1.3.1 |
| 2142 | 2025-01-16T20:56:04.892Z | Checking filetime v0.2.25 |
| 2143 | 2025-01-16T20:56:04.953Z | Checking slog-scope v4.4.0 |
| 2144 | 2025-01-16T20:56:04.988Z | Checking num-rational v0.4.2 |
| 2145 | 2025-01-16T20:56:05.129Z | Checking tar v0.4.42 |
| 2146 | 2025-01-16T20:56:05.179Z | Checking slog-stdlog v4.1.1 |
| 2147 | 2025-01-16T20:56:05.373Z | Checking slog-envlogger v2.2.0 |
| 2148 | 2025-01-16T20:56:05.616Z | Checking num-complex v0.4.6 |
| 2149 | 2025-01-16T20:56:05.645Z | Checking float-ord v0.3.2 |
| 2150 | 2025-01-16T20:56:06.134Z | Checking indent_write v2.2.0 |
| 2151 | 2025-01-16T20:56:06.159Z | Compiling cancel-safe-futures v0.1.5 |
| 2152 | 2025-01-16T20:56:06.159Z | Compiling owo-colors v4.1.0 |
| 2153 | 2025-01-16T20:56:06.333Z | Checking swrite v0.1.0 |
| 2154 | 2025-01-16T20:56:06.475Z | Checking num v0.4.3 |
| 2155 | 2025-01-16T20:56:06.616Z | Checking libsw v3.3.1 |
| 2156 | 2025-01-16T20:56:06.878Z | Checking password-hash v0.5.0 |
| 2157 | 2025-01-16T20:56:06.881Z | Checking blake2 v0.10.6 |
| 2158 | 2025-01-16T20:56:07.008Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2159 | 2025-01-16T20:56:07.325Z | Checking linear-map v1.2.0 |
| 2160 | 2025-01-16T20:56:07.354Z | Checking argon2 v0.5.3 |
| 2161 | 2025-01-16T20:56:07.643Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2162 | 2025-01-16T20:56:07.673Z | Checking pem v3.0.4 |
| 2163 | 2025-01-16T20:56:07.701Z | Compiling typify v0.2.0 |
| 2164 | 2025-01-16T20:56:07.851Z | Compiling progenitor-impl v0.8.0 |
| 2165 | 2025-01-16T20:56:07.944Z | Checking mockall v0.13.0 |
| 2166 | 2025-01-16T20:56:08.003Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2167 | 2025-01-16T20:56:08.053Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2168 | 2025-01-16T20:56:08.201Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2169 | 2025-01-16T20:56:08.553Z | Compiling lzma-sys v0.1.20 |
| 2170 | 2025-01-16T20:56:08.848Z | Checking headers-core v0.3.0 |
| 2171 | 2025-01-16T20:56:09.023Z | Compiling heck v0.3.3 |
| 2172 | 2025-01-16T20:56:09.374Z | Checking highway v1.2.0 |
| 2173 | 2025-01-16T20:56:09.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2174 | 2025-01-16T20:56:09.657Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2175 | 2025-01-16T20:56:09.750Z | Compiling zone_cfg_derive v0.1.2 |
| 2176 | 2025-01-16T20:56:10.009Z | Checking headers v0.4.0 |
| 2177 | 2025-01-16T20:56:10.051Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2178 | 2025-01-16T20:56:10.372Z | Checking yasna v0.5.2 |
| 2179 | 2025-01-16T20:56:10.741Z | Checking base64 v0.13.1 |
| 2180 | 2025-01-16T20:56:10.982Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2181 | 2025-01-16T20:56:11.017Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2182 | 2025-01-16T20:56:11.170Z | Checking zone v0.1.8 |
| 2183 | 2025-01-16T20:56:11.196Z | Checking ron v0.7.1 |
| 2184 | 2025-01-16T20:56:11.233Z | Checking rcgen v0.12.1 |
| 2185 | 2025-01-16T20:56:11.506Z | Checking xz2 v0.1.7 |
| 2186 | 2025-01-16T20:56:11.830Z | Checking subprocess v0.2.9 |
| 2187 | 2025-01-16T20:56:11.862Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2188 | 2025-01-16T20:56:11.925Z | Checking humantime v2.1.0 |
| 2189 | 2025-01-16T20:56:12.239Z | Compiling semver v0.1.20 |
| 2190 | 2025-01-16T20:56:12.288Z | Checking prettyplease v0.2.25 |
| 2191 | 2025-01-16T20:56:12.364Z | Compiling typify-macro v0.3.0 |
| 2192 | 2025-01-16T20:56:12.391Z | Checking half v2.4.1 |
| 2193 | 2025-01-16T20:56:12.651Z | Compiling rustc_version v0.1.7 |
| 2194 | 2025-01-16T20:56:12.676Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2195 | 2025-01-16T20:56:12.823Z | Checking ciborium-io v0.2.2 |
| 2196 | 2025-01-16T20:56:12.966Z | Checking ciborium-ll v0.2.2 |
| 2197 | 2025-01-16T20:56:13.109Z | Compiling newtype_derive v0.1.6 |
| 2198 | 2025-01-16T20:56:13.279Z | Checking ciborium v0.2.2 |
| 2199 | 2025-01-16T20:56:13.627Z | Checking steno v0.4.1 |
| 2200 | 2025-01-16T20:56:14.829Z | Compiling progenitor-macro v0.8.0 |
| 2201 | 2025-01-16T20:56:16.247Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2202 | 2025-01-16T20:56:16.254Z | Compiling typify v0.3.0 |
| 2203 | 2025-01-16T20:56:16.399Z | Compiling progenitor-impl v0.9.1 |
| 2204 | 2025-01-16T20:56:16.564Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2205 | 2025-01-16T20:56:16.973Z | Compiling slog-dtrace v0.3.0 |
| 2206 | 2025-01-16T20:56:17.265Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2207 | 2025-01-16T20:56:17.365Z | Checking display-error-chain v0.2.2 |
| 2208 | 2025-01-16T20:56:17.564Z | Checking gethostname v0.5.0 |
| 2209 | 2025-01-16T20:56:17.703Z | Checking nibble_vec v0.1.0 |
| 2210 | 2025-01-16T20:56:17.808Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2211 | 2025-01-16T20:56:17.836Z | Compiling blake3 v1.5.4 |
| 2212 | 2025-01-16T20:56:17.914Z | Checking endian-type v0.1.2 |
| 2213 | 2025-01-16T20:56:18.150Z | Checking keccak v0.1.5 |
| 2214 | 2025-01-16T20:56:18.488Z | Checking sha3 v0.10.8 |
| 2215 | 2025-01-16T20:56:18.514Z | Checking radix_trie v0.2.1 |
| 2216 | 2025-01-16T20:56:18.896Z | Checking universal-hash v0.5.1 |
| 2217 | 2025-01-16T20:56:18.948Z | Checking secrecy v0.8.0 |
| 2218 | 2025-01-16T20:56:19.098Z | Checking opaque-debug v0.3.1 |
| 2219 | 2025-01-16T20:56:19.125Z | Checking aead v0.5.2 |
| 2220 | 2025-01-16T20:56:19.128Z | Checking chacha20 v0.9.1 |
| 2221 | 2025-01-16T20:56:19.214Z | Checking poly1305 v0.8.0 |
| 2222 | 2025-01-16T20:56:19.535Z | Compiling memmap2 v0.9.5 |
| 2223 | 2025-01-16T20:56:19.804Z | Compiling constant_time_eq v0.3.1 |
| 2224 | 2025-01-16T20:56:20.003Z | Compiling arrayvec v0.7.6 |
| 2225 | 2025-01-16T20:56:20.032Z | Compiling arrayref v0.3.9 |
| 2226 | 2025-01-16T20:56:20.156Z | Compiling toolchain_find v0.4.0 |
| 2227 | 2025-01-16T20:56:20.216Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2228 | 2025-01-16T20:56:20.364Z | Compiling topological-sort v0.2.2 |
| 2229 | 2025-01-16T20:56:20.607Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2230 | 2025-01-16T20:56:20.628Z | Compiling rustfmt-wrapper v0.2.1 |
| 2231 | 2025-01-16T20:56:20.772Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2232 | 2025-01-16T20:56:21.094Z | Compiling omicron-zone-package v0.12.0 |
| 2233 | 2025-01-16T20:56:21.184Z | Checking chacha20poly1305 v0.10.1 |
| 2234 | 2025-01-16T20:56:21.240Z | Compiling async-recursion v1.1.1 |
| 2235 | 2025-01-16T20:56:21.423Z | Checking fxhash v0.2.1 |
| 2236 | 2025-01-16T20:56:21.539Z | Checking simd-adler32 v0.3.7 |
| 2237 | 2025-01-16T20:56:21.624Z | Compiling zip v2.1.3 |
| 2238 | 2025-01-16T20:56:21.903Z | Checking lockfree-object-pool v0.1.6 |
| 2239 | 2025-01-16T20:56:21.937Z | Checking bumpalo v3.16.0 |
| 2240 | 2025-01-16T20:56:22.215Z | Checking termcolor v1.4.1 |
| 2241 | 2025-01-16T20:56:22.292Z | Checking zopfli v0.8.1 |
| 2242 | 2025-01-16T20:56:22.581Z | Checking maplit v1.0.2 |
| 2243 | 2025-01-16T20:56:22.672Z | Compiling radium v0.7.0 |
| 2244 | 2025-01-16T20:56:22.704Z | Compiling const_format_proc_macros v0.2.33 |
| 2245 | 2025-01-16T20:56:22.737Z | Compiling maybe-uninit v2.0.0 |
| 2246 | 2025-01-16T20:56:23.036Z | Checking thiserror-no-std v2.0.2 |
| 2247 | 2025-01-16T20:56:23.165Z | Checking vsss-rs v3.3.4 |
| 2248 | 2025-01-16T20:56:23.187Z | Checking tap v1.0.1 |
| 2249 | 2025-01-16T20:56:23.357Z | Checking wyz v0.5.1 |
| 2250 | 2025-01-16T20:56:23.392Z | Compiling progenitor-macro v0.9.1 |
| 2251 | 2025-01-16T20:56:23.679Z | Checking crc-catalog v2.4.0 |
| 2252 | 2025-01-16T20:56:23.742Z | Checking home v0.5.9 |
| 2253 | 2025-01-16T20:56:23.851Z | Compiling packed_struct v0.10.1 |
| 2254 | 2025-01-16T20:56:23.913Z | Checking funty v2.0.0 |
| 2255 | 2025-01-16T20:56:24.066Z | Checking crc v3.2.1 |
| 2256 | 2025-01-16T20:56:24.429Z | Checking kstat-rs v0.2.4 |
| 2257 | 2025-01-16T20:56:24.547Z | Compiling packed_struct_codegen v0.10.1 |
| 2258 | 2025-01-16T20:56:24.716Z | Checking const_format v0.2.33 |
| 2259 | 2025-01-16T20:56:24.828Z | Compiling vte_generate_state_changes v0.1.2 |
| 2260 | 2025-01-16T20:56:24.854Z | Checking bitvec v1.0.1 |
| 2261 | 2025-01-16T20:56:25.228Z | Compiling indexmap v1.9.3 |
| 2262 | 2025-01-16T20:56:25.468Z | Compiling libefi-sys v0.1.0 |
| 2263 | 2025-01-16T20:56:25.561Z | Checking nodrop v0.1.14 |
| 2264 | 2025-01-16T20:56:25.710Z | Checking array-init v0.0.4 |
| 2265 | 2025-01-16T20:56:25.841Z | Checking vte v0.11.1 |
| 2266 | 2025-01-16T20:56:26.095Z | Checking smallvec v0.6.14 |
| 2267 | 2025-01-16T20:56:26.515Z | Checking fd-lock v4.0.2 |
| 2268 | 2025-01-16T20:56:26.650Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2269 | 2025-01-16T20:56:26.710Z | Compiling bitfield-struct v0.6.2 |
| 2270 | 2025-01-16T20:56:26.938Z | Checking bitfield v0.14.0 |
| 2271 | 2025-01-16T20:56:27.034Z | Checking hashbrown v0.12.3 |
| 2272 | 2025-01-16T20:56:27.192Z | Checking serde-hex v0.1.0 |
| 2273 | 2025-01-16T20:56:27.242Z | Checking strip-ansi-escapes v0.2.0 |
| 2274 | 2025-01-16T20:56:27.420Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2275 | 2025-01-16T20:56:27.441Z | Checking progenitor v0.8.0 |
| 2276 | 2025-01-16T20:56:27.671Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2277 | 2025-01-16T20:56:27.697Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2278 | 2025-01-16T20:56:28.029Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2279 | 2025-01-16T20:56:28.605Z | Checking env_logger v0.10.2 |
| 2280 | 2025-01-16T20:56:28.630Z | Checking ron v0.8.1 |
| 2281 | 2025-01-16T20:56:29.013Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2282 | 2025-01-16T20:56:29.327Z | Checking itertools v0.12.1 |
| 2283 | 2025-01-16T20:56:29.998Z | Checking hashbrown v0.13.2 |
| 2284 | 2025-01-16T20:56:30.847Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2285 | 2025-01-16T20:56:30.959Z | Checking crc-any v2.5.0 |
| 2286 | 2025-01-16T20:56:31.135Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2287 | 2025-01-16T20:56:31.271Z | Checking nu-ansi-term v0.50.1 |
| 2288 | 2025-01-16T20:56:31.331Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2289 | 2025-01-16T20:56:31.666Z | Checking object v0.30.4 |
| 2290 | 2025-01-16T20:56:31.780Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2291 | 2025-01-16T20:56:31.807Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2292 | 2025-01-16T20:56:31.860Z | Checking reedline v0.35.0 |
| 2293 | 2025-01-16T20:56:32.315Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2294 | 2025-01-16T20:56:32.455Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2295 | 2025-01-16T20:56:32.564Z | Checking path-slash v0.1.5 |
| 2296 | 2025-01-16T20:56:32.731Z | Compiling parking_lot_core v0.8.6 |
| 2297 | 2025-01-16T20:56:34.375Z | Compiling phf_generator v0.11.2 |
| 2298 | 2025-01-16T20:56:34.596Z | Checking bytecount v0.6.8 |
| 2299 | 2025-01-16T20:56:34.621Z | Checking glob v0.3.1 |
| 2300 | 2025-01-16T20:56:34.767Z | Checking papergrid v0.11.0 |
| 2301 | 2025-01-16T20:56:34.944Z | Checking parking_lot v0.11.2 |
| 2302 | 2025-01-16T20:56:35.144Z | Compiling phf_codegen v0.11.2 |
| 2303 | 2025-01-16T20:56:35.267Z | Compiling tabled_derive v0.7.0 |
| 2304 | 2025-01-16T20:56:35.365Z | Compiling parse-zoneinfo v0.3.1 |
| 2305 | 2025-01-16T20:56:36.118Z | Compiling cfg_aliases v0.1.1 |
| 2306 | 2025-01-16T20:56:36.206Z | Checking progenitor v0.9.1 |
| 2307 | 2025-01-16T20:56:36.445Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2308 | 2025-01-16T20:56:36.489Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2309 | 2025-01-16T20:56:37.145Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2310 | 2025-01-16T20:56:37.430Z | Compiling nix v0.28.0 |
| 2311 | 2025-01-16T20:56:37.492Z | Checking tabled v0.15.0 |
| 2312 | 2025-01-16T20:56:38.253Z | Compiling chrono-tz-build v0.4.0 |
| 2313 | 2025-01-16T20:56:39.556Z | Checking sled v0.34.7 |
| 2314 | 2025-01-16T20:56:40.251Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2315 | 2025-01-16T20:56:40.356Z | Checking hickory-client v0.24.1 |
| 2316 | 2025-01-16T20:56:41.009Z | Checking hickory-server v0.24.1 |
| 2317 | 2025-01-16T20:56:41.371Z | Compiling chrono-tz v0.10.0 |
| 2318 | 2025-01-16T20:56:42.004Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2319 | 2025-01-16T20:56:42.030Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2320 | 2025-01-16T20:56:42.054Z | Compiling unicase v2.7.0 |
| 2321 | 2025-01-16T20:56:42.273Z | Compiling buf-list v1.0.3 |
| 2322 | 2025-01-16T20:56:43.074Z | Compiling peg-macros v0.8.4 |
| 2323 | 2025-01-16T20:56:43.591Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2324 | 2025-01-16T20:56:44.121Z | Compiling sqlparser_derive v0.2.2 |
| 2325 | 2025-01-16T20:56:44.199Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2326 | 2025-01-16T20:56:44.686Z | Checking unicode_categories v0.1.1 |
| 2327 | 2025-01-16T20:56:44.898Z | Checking rustyline v14.0.0 |
| 2328 | 2025-01-16T20:56:44.999Z | Checking sqlformat v0.2.6 |
| 2329 | 2025-01-16T20:56:45.174Z | Checking sqlparser v0.45.0 |
| 2330 | 2025-01-16T20:56:46.365Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2331 | 2025-01-16T20:56:46.434Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2332 | 2025-01-16T20:56:47.951Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2333 | 2025-01-16T20:56:49.283Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2334 | 2025-01-16T20:56:49.743Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2335 | 2025-01-16T20:56:50.568Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2336 | 2025-01-16T20:56:51.257Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2337 | 2025-01-16T20:56:51.599Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2338 | 2025-01-16T20:56:52.395Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2339 | 2025-01-16T20:56:52.586Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2340 | 2025-01-16T20:56:52.806Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2341 | 2025-01-16T20:56:53.540Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2342 | 2025-01-16T20:56:53.559Z | Checking peg v0.8.4 |
| 2343 | 2025-01-16T20:56:53.607Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2344 | 2025-01-16T20:56:54.281Z | Checking bcs v0.1.6 |
| 2345 | 2025-01-16T20:56:54.778Z | Checking primeorder v0.13.6 |
| 2346 | 2025-01-16T20:56:54.823Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2347 | 2025-01-16T20:56:55.283Z | Compiling mime_guess v2.0.5 |
| 2348 | 2025-01-16T20:56:55.334Z | Checking nanorand v0.7.0 |
| 2349 | 2025-01-16T20:56:55.414Z | Checking http-range v0.1.5 |
| 2350 | 2025-01-16T20:56:55.682Z | Checking flume v0.11.1 |
| 2351 | 2025-01-16T20:56:55.937Z | Checking atty v0.2.14 |
| 2352 | 2025-01-16T20:56:56.090Z | Compiling salty v0.3.0 |
| 2353 | 2025-01-16T20:56:56.193Z | Checking p384 v0.13.0 |
| 2354 | 2025-01-16T20:56:56.550Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2355 | 2025-01-16T20:56:56.620Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2356 | 2025-01-16T20:56:57.112Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2357 | 2025-01-16T20:56:57.314Z | Checking hyper-staticfile v0.10.1 |
| 2358 | 2025-01-16T20:56:57.345Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2359 | 2025-01-16T20:56:57.420Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2360 | 2025-01-16T20:56:57.667Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2361 | 2025-01-16T20:56:57.797Z | Compiling dsl_auto_type v0.1.2 |
| 2362 | 2025-01-16T20:56:57.830Z | Checking scheduled-thread-pool v0.2.7 |
| 2363 | 2025-01-16T20:56:58.047Z | Checking env_filter v0.1.2 |
| 2364 | 2025-01-16T20:56:58.113Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2365 | 2025-01-16T20:56:58.154Z | Compiling crunchy v0.2.2 |
| 2366 | 2025-01-16T20:56:58.222Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2367 | 2025-01-16T20:56:58.501Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2368 | 2025-01-16T20:56:58.612Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2369 | 2025-01-16T20:56:58.945Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2370 | 2025-01-16T20:56:59.036Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2371 | 2025-01-16T20:56:59.267Z | Compiling diesel_derives v2.2.3 |
| 2372 | 2025-01-16T20:56:59.959Z | Checking env_logger v0.11.5 |
| 2373 | 2025-01-16T20:57:00.124Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2374 | 2025-01-16T20:57:00.229Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2375 | 2025-01-16T20:57:00.260Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2376 | 2025-01-16T20:57:01.084Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2377 | 2025-01-16T20:57:02.124Z | Checking r2d2 v0.8.10 |
| 2378 | 2025-01-16T20:57:02.472Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2379 | 2025-01-16T20:57:02.685Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2380 | 2025-01-16T20:57:03.036Z | Compiling tiny-keccak v2.0.2 |
| 2381 | 2025-01-16T20:57:03.356Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2382 | 2025-01-16T20:57:03.747Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2383 | 2025-01-16T20:57:03.960Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2384 | 2025-01-16T20:57:04.200Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2385 | 2025-01-16T20:57:04.380Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2386 | 2025-01-16T20:57:05.535Z | Compiling ref-cast v1.0.23 |
| 2387 | 2025-01-16T20:57:05.617Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2388 | 2025-01-16T20:57:06.073Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2389 | 2025-01-16T20:57:06.853Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2390 | 2025-01-16T20:57:06.924Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2391 | 2025-01-16T20:57:06.965Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2392 | 2025-01-16T20:57:07.282Z | Compiling ascii-canvas v3.0.0 |
| 2393 | 2025-01-16T20:57:07.306Z | Compiling ena v0.14.3 |
| 2394 | 2025-01-16T20:57:07.491Z | Compiling ref-cast-impl v1.0.23 |
| 2395 | 2025-01-16T20:57:07.718Z | Compiling regex-syntax v0.6.29 |
| 2396 | 2025-01-16T20:57:07.786Z | Compiling diff v0.1.13 |
| 2397 | 2025-01-16T20:57:08.386Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2398 | 2025-01-16T20:57:08.750Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2399 | 2025-01-16T20:57:09.169Z | Compiling pin-project-internal v1.1.6 |
| 2400 | 2025-01-16T20:57:10.621Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2401 | 2025-01-16T20:57:10.647Z | Compiling derive_builder_core v0.20.2 |
| 2402 | 2025-01-16T20:57:10.670Z | Checking diesel v2.2.6 |
| 2403 | 2025-01-16T20:57:10.918Z | Compiling lalrpop v0.19.12 |
| 2404 | 2025-01-16T20:57:11.899Z | Compiling libxml v0.3.3 |
| 2405 | 2025-01-16T20:57:11.960Z | Checking signal-hook-tokio v0.3.1 |
| 2406 | 2025-01-16T20:57:11.984Z | Checking pin-project v1.1.6 |
| 2407 | 2025-01-16T20:57:12.139Z | Compiling snafu-derive v0.8.5 |
| 2408 | 2025-01-16T20:57:12.164Z | Compiling strum_macros v0.24.3 |
| 2409 | 2025-01-16T20:57:12.312Z | Compiling samael v0.0.17 |
| 2410 | 2025-01-16T20:57:12.787Z | Compiling derive_builder_macro v0.20.2 |
| 2411 | 2025-01-16T20:57:13.004Z | Compiling indoc v1.0.9 |
| 2412 | 2025-01-16T20:57:13.647Z | Checking derive_builder v0.20.2 |
| 2413 | 2025-01-16T20:57:13.916Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2414 | 2025-01-16T20:57:15.155Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2415 | 2025-01-16T20:57:15.325Z | Checking globset v0.4.15 |
| 2416 | 2025-01-16T20:57:15.473Z | Checking olpc-cjson v0.1.4 |
| 2417 | 2025-01-16T20:57:15.546Z | Checking quick-xml v0.33.0 |
| 2418 | 2025-01-16T20:57:15.715Z | Checking serde_plain v1.0.2 |
| 2419 | 2025-01-16T20:57:15.822Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2420 | 2025-01-16T20:57:15.967Z | Compiling oso-derive v0.27.3 |
| 2421 | 2025-01-16T20:57:16.227Z | Compiling memoffset v0.9.1 |
| 2422 | 2025-01-16T20:57:16.553Z | Checking typed-path v0.9.3 |
| 2423 | 2025-01-16T20:57:17.055Z | Checking snafu v0.8.5 |
| 2424 | 2025-01-16T20:57:17.144Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2425 | 2025-01-16T20:57:17.519Z | Checking tungstenite v0.23.0 |
| 2426 | 2025-01-16T20:57:18.399Z | Checking tough v0.19.0 |
| 2427 | 2025-01-16T20:57:18.424Z | Compiling diesel-dtrace v0.4.2 |
| 2428 | 2025-01-16T20:57:18.723Z | Checking parse-size v1.1.0 |
| 2429 | 2025-01-16T20:57:18.853Z | Checking tokio-tungstenite v0.23.1 |
| 2430 | 2025-01-16T20:57:19.063Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2431 | 2025-01-16T20:57:19.344Z | Checking bb8 v0.8.5 |
| 2432 | 2025-01-16T20:57:19.370Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2433 | 2025-01-16T20:57:19.835Z | Checking nix v0.27.1 |
| 2434 | 2025-01-16T20:57:19.858Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2435 | 2025-01-16T20:57:20.146Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2436 | 2025-01-16T20:57:21.440Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2437 | 2025-01-16T20:57:22.742Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2438 | 2025-01-16T20:57:22.802Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2439 | 2025-01-16T20:57:22.851Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2440 | 2025-01-16T20:57:22.991Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2441 | 2025-01-16T20:57:23.263Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2442 | 2025-01-16T20:57:23.944Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2443 | 2025-01-16T20:57:24.288Z | Checking rand_seeder v0.3.0 |
| 2444 | 2025-01-16T20:57:24.324Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2445 | 2025-01-16T20:57:24.385Z | Checking assert_matches v1.5.0 |
| 2446 | 2025-01-16T20:57:24.509Z | Compiling libz-sys v1.1.20 |
| 2447 | 2025-01-16T20:57:24.557Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2448 | 2025-01-16T20:57:24.659Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2449 | 2025-01-16T20:57:24.796Z | Checking castaway v0.2.3 |
| 2450 | 2025-01-16T20:57:24.819Z | Checking is_ci v1.2.0 |
| 2451 | 2025-01-16T20:57:24.982Z | Checking supports-color v3.0.1 |
| 2452 | 2025-01-16T20:57:25.005Z | Checking compact_str v0.8.0 |
| 2453 | 2025-01-16T20:57:25.193Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2454 | 2025-01-16T20:57:25.290Z | Checking unicode-truncate v1.1.0 |
| 2455 | 2025-01-16T20:57:25.547Z | Checking lru v0.12.5 |
| 2456 | 2025-01-16T20:57:25.746Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2457 | 2025-01-16T20:57:25.819Z | Compiling instability v0.3.2 |
| 2458 | 2025-01-16T20:57:25.846Z | Checking cassowary v0.3.0 |
| 2459 | 2025-01-16T20:57:26.435Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2460 | 2025-01-16T20:57:26.460Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2461 | 2025-01-16T20:57:26.637Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2462 | 2025-01-16T20:57:26.879Z | Checking ratatui v0.28.1 |
| 2463 | 2025-01-16T20:57:27.473Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2464 | 2025-01-16T20:57:27.680Z | Compiling vergen v8.3.2 |
| 2465 | 2025-01-16T20:57:27.959Z | Compiling cargo-platform v0.1.8 |
| 2466 | 2025-01-16T20:57:27.984Z | Checking unicode-linebreak v0.1.5 |
| 2467 | 2025-01-16T20:57:28.437Z | Checking smawk v0.3.2 |
| 2468 | 2025-01-16T20:57:28.486Z | Compiling cargo_metadata v0.18.1 |
| 2469 | 2025-01-16T20:57:28.735Z | Checking textwrap v0.16.1 |
| 2470 | 2025-01-16T20:57:29.195Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2471 | 2025-01-16T20:57:29.757Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2472 | 2025-01-16T20:57:29.783Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2473 | 2025-01-16T20:57:30.398Z | Compiling libsqlite3-sys v0.30.1 |
| 2474 | 2025-01-16T20:57:30.949Z | Compiling cfg_aliases v0.2.1 |
| 2475 | 2025-01-16T20:57:31.080Z | Checking shell-words v1.1.0 |
| 2476 | 2025-01-16T20:57:31.258Z | Compiling rustls v0.21.12 |
| 2477 | 2025-01-16T20:57:31.281Z | Compiling nix v0.29.0 |
| 2478 | 2025-01-16T20:57:31.599Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2479 | 2025-01-16T20:57:31.620Z | Checking rustls-webpki v0.101.7 |
| 2480 | 2025-01-16T20:57:31.918Z | Checking sct v0.7.1 |
| 2481 | 2025-01-16T20:57:32.208Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2482 | 2025-01-16T20:57:32.283Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2483 | 2025-01-16T20:57:32.503Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2484 | 2025-01-16T20:57:32.578Z | Checking hashlink v0.9.1 |
| 2485 | 2025-01-16T20:57:32.879Z | Checking concurrent-queue v2.5.0 |
| 2486 | 2025-01-16T20:57:33.098Z | Checking fallible-iterator v0.3.0 |
| 2487 | 2025-01-16T20:57:33.236Z | Checking plotters-backend v0.3.7 |
| 2488 | 2025-01-16T20:57:33.500Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2489 | 2025-01-16T20:57:33.606Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2490 | 2025-01-16T20:57:33.714Z | Checking fallible-streaming-iterator v0.1.9 |
| 2491 | 2025-01-16T20:57:33.939Z | Checking parking v2.2.1 |
| 2492 | 2025-01-16T20:57:34.137Z | Checking rusqlite v0.32.1 |
| 2493 | 2025-01-16T20:57:35.201Z | Checking tokio-rustls v0.24.1 |
| 2494 | 2025-01-16T20:57:35.386Z | Checking plotters-svg v0.3.7 |
| 2495 | 2025-01-16T20:57:35.634Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2496 | 2025-01-16T20:57:35.658Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2497 | 2025-01-16T20:57:36.081Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2498 | 2025-01-16T20:57:36.374Z | Checking rustls-pemfile v1.0.4 |
| 2499 | 2025-01-16T20:57:36.394Z | Checking twox-hash v1.6.3 |
| 2500 | 2025-01-16T20:57:36.603Z | Checking cast v0.3.0 |
| 2501 | 2025-01-16T20:57:36.825Z | Checking plotters v0.3.7 |
| 2502 | 2025-01-16T20:57:36.885Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2503 | 2025-01-16T20:57:36.920Z | Checking criterion-plot v0.5.0 |
| 2504 | 2025-01-16T20:57:37.351Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2505 | 2025-01-16T20:57:37.866Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2506 | 2025-01-16T20:57:38.438Z | Checking fatfs v0.3.6 |
| 2507 | 2025-01-16T20:57:38.833Z | Checking tinytemplate v1.2.1 |
| 2508 | 2025-01-16T20:57:39.022Z | Checking csv-core v0.1.11 |
| 2509 | 2025-01-16T20:57:39.218Z | Checking oorandom v11.1.4 |
| 2510 | 2025-01-16T20:57:39.339Z | Checking hex-literal v0.4.1 |
| 2511 | 2025-01-16T20:57:39.395Z | Checking anes v0.1.6 |
| 2512 | 2025-01-16T20:57:39.418Z | Checking csv v1.3.0 |
| 2513 | 2025-01-16T20:57:39.488Z | Checking event-listener v5.3.1 |
| 2514 | 2025-01-16T20:57:39.746Z | Checking criterion v0.5.1 |
| 2515 | 2025-01-16T20:57:39.882Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2516 | 2025-01-16T20:57:40.251Z | Checking rtoolbox v0.0.2 |
| 2517 | 2025-01-16T20:57:40.464Z | Checking async-bb8-diesel v0.2.1 |
| 2518 | 2025-01-16T20:57:41.512Z | Checking rpassword v7.3.1 |
| 2519 | 2025-01-16T20:57:41.693Z | Checking event-listener-strategy v0.5.2 |
| 2520 | 2025-01-16T20:57:41.928Z | Checking tui-tree-widget v0.22.0 |
| 2521 | 2025-01-16T20:57:42.256Z | Checking polyval v0.6.2 |
| 2522 | 2025-01-16T20:57:42.483Z | Checking futures-lite v2.3.0 |
| 2523 | 2025-01-16T20:57:42.558Z | Checking ghash v0.5.1 |
| 2524 | 2025-01-16T20:57:42.759Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2525 | 2025-01-16T20:57:43.777Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2526 | 2025-01-16T20:57:43.802Z | Checking ctr v0.9.2 |
| 2527 | 2025-01-16T20:57:44.271Z | Checking yansi v1.0.1 |
| 2528 | 2025-01-16T20:57:44.736Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2529 | 2025-01-16T20:57:44.789Z | Checking aes-gcm v0.10.3 |
| 2530 | 2025-01-16T20:57:44.815Z | Checking pretty_assertions v1.4.1 |
| 2531 | 2025-01-16T20:57:45.027Z | Checking ssh-encoding v0.2.0 |
| 2532 | 2025-01-16T20:57:45.029Z | Checking blowfish v0.9.1 |
| 2533 | 2025-01-16T20:57:45.274Z | Checking bcrypt-pbkdf v0.10.0 |
| 2534 | 2025-01-16T20:57:45.340Z | Checking ssh-cipher v0.2.0 |
| 2535 | 2025-01-16T20:57:45.527Z | Checking async-lock v3.4.0 |
| 2536 | 2025-01-16T20:57:45.645Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2537 | 2025-01-16T20:57:46.330Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2538 | 2025-01-16T20:57:46.537Z | Checking password-hash v0.4.2 |
| 2539 | 2025-01-16T20:57:46.980Z | Checking polling v3.7.3 |
| 2540 | 2025-01-16T20:57:47.402Z | Checking matches v0.1.10 |
| 2541 | 2025-01-16T20:57:47.517Z | Checking idna v0.2.3 |
| 2542 | 2025-01-16T20:57:47.642Z | Checking async-io v2.3.4 |
| 2543 | 2025-01-16T20:57:48.393Z | Checking pbkdf2 v0.11.0 |
| 2544 | 2025-01-16T20:57:48.512Z | Checking ssh-key v0.6.6 |
| 2545 | 2025-01-16T20:57:48.712Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2546 | 2025-01-16T20:57:49.421Z | Checking p521 v0.13.3 |
| 2547 | 2025-01-16T20:57:50.111Z | Checking p256 v0.13.2 |
| 2548 | 2025-01-16T20:57:50.617Z | Compiling enum-as-inner v0.5.1 |
| 2549 | 2025-01-16T20:57:50.695Z | Checking russh-cryptovec v0.7.3 |
| 2550 | 2025-01-16T20:57:50.753Z | Checking async-task v4.7.1 |
| 2551 | 2025-01-16T20:57:50.920Z | Checking md5 v0.7.0 |
| 2552 | 2025-01-16T20:57:51.112Z | Compiling target-lexicon v0.12.16 |
| 2553 | 2025-01-16T20:57:51.222Z | Compiling doc-comment v0.3.3 |
| 2554 | 2025-01-16T20:57:51.569Z | Checking trust-dns-proto v0.22.0 |
| 2555 | 2025-01-16T20:57:51.931Z | Checking russh-keys v0.45.0 |
| 2556 | 2025-01-16T20:57:52.072Z | Checking async-channel v2.3.1 |
| 2557 | 2025-01-16T20:57:52.399Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2558 | 2025-01-16T20:57:53.268Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2559 | 2025-01-16T20:57:53.810Z | Checking piper v0.2.4 |
| 2560 | 2025-01-16T20:57:54.039Z | Checking num-bigint v0.4.6 |
| 2561 | 2025-01-16T20:57:54.063Z | Checking des v0.8.1 |
| 2562 | 2025-01-16T20:57:54.353Z | Compiling dhcproto-macros v0.1.0 |
| 2563 | 2025-01-16T20:57:55.188Z | Checking futures-timer v3.0.3 |
| 2564 | 2025-01-16T20:57:55.213Z | Compiling assert_cmd v2.0.16 |
| 2565 | 2025-01-16T20:57:55.490Z | Compiling guppy-workspace-hack v0.1.0 |
| 2566 | 2025-01-16T20:57:55.625Z | Checking dhcproto v0.12.0 |
| 2567 | 2025-01-16T20:57:55.823Z | Checking blocking v1.6.1 |
| 2568 | 2025-01-16T20:57:56.420Z | Checking russh v0.45.0 |
| 2569 | 2025-01-16T20:57:56.714Z | Checking async-executor v1.13.1 |
| 2570 | 2025-01-16T20:57:56.971Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2571 | 2025-01-16T20:57:57.075Z | Checking async-signal v0.2.10 |
| 2572 | 2025-01-16T20:57:57.314Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2573 | 2025-01-16T20:57:57.533Z | Compiling target-spec v3.2.2 |
| 2574 | 2025-01-16T20:57:57.721Z | Checking event-listener v2.5.3 |
| 2575 | 2025-01-16T20:57:57.801Z | Checking internet-checksum v0.2.1 |
| 2576 | 2025-01-16T20:57:57.931Z | Checking async-channel v1.9.0 |
| 2577 | 2025-01-16T20:57:58.051Z | Checking async-process v2.3.0 |
| 2578 | 2025-01-16T20:57:58.176Z | Checking async-global-executor v2.4.1 |
| 2579 | 2025-01-16T20:57:58.469Z | Checking cfg-expr v0.17.0 |
| 2580 | 2025-01-16T20:57:58.637Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2581 | 2025-01-16T20:57:58.889Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2582 | 2025-01-16T20:57:59.310Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2583 | 2025-01-16T20:57:59.689Z | Checking httptest v0.16.1 |
| 2584 | 2025-01-16T20:58:00.028Z | Checking rustls-native-certs v0.7.3 |
| 2585 | 2025-01-16T20:58:00.212Z | Compiling petname v2.0.2 |
| 2586 | 2025-01-16T20:58:00.402Z | Checking kv-log-macro v1.0.7 |
| 2587 | 2025-01-16T20:58:00.556Z | Checking num_cpus v1.16.0 |
| 2588 | 2025-01-16T20:58:00.583Z | Compiling async-attributes v1.1.2 |
| 2589 | 2025-01-16T20:58:01.354Z | Checking async-std v1.13.0 |
| 2590 | 2025-01-16T20:58:01.496Z | Checking threadpool v1.8.1 |
| 2591 | 2025-01-16T20:58:01.705Z | Checking hyper-rustls v0.26.0 |
| 2592 | 2025-01-16T20:58:02.445Z | Checking pathdiff v0.2.2 |
| 2593 | 2025-01-16T20:58:02.603Z | Compiling rstest_macros v0.23.0 |
| 2594 | 2025-01-16T20:58:02.624Z | Checking escape8259 v0.5.3 |
| 2595 | 2025-01-16T20:58:02.738Z | Compiling target-triple v0.1.3 |
| 2596 | 2025-01-16T20:58:02.872Z | Checking nested v0.1.1 |
| 2597 | 2025-01-16T20:58:03.045Z | Checking guppy v0.17.8 |
| 2598 | 2025-01-16T20:58:03.219Z | Checking libtest-mimic v0.7.3 |
| 2599 | 2025-01-16T20:58:03.294Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2600 | 2025-01-16T20:58:04.478Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2601 | 2025-01-16T20:58:04.661Z | Checking async-object-pool v0.1.5 |
| 2602 | 2025-01-16T20:58:04.797Z | Checking similar-asserts v1.6.0 |
| 2603 | 2025-01-16T20:58:04.850Z | Checking fancy-regex v0.13.0 |
| 2604 | 2025-01-16T20:58:04.996Z | Checking serde_regex v1.1.0 |
| 2605 | 2025-01-16T20:58:05.042Z | Checking assert-json-diff v2.0.2 |
| 2606 | 2025-01-16T20:58:05.280Z | Compiling proc-macro-crate v3.2.0 |
| 2607 | 2025-01-16T20:58:05.330Z | Checking path-tree v0.8.1 |
| 2608 | 2025-01-16T20:58:05.579Z | Compiling relative-path v1.9.3 |
| 2609 | 2025-01-16T20:58:05.685Z | Checking sync-ptr v0.1.1 |
| 2610 | 2025-01-16T20:58:05.925Z | Checking stringmetrics v2.2.2 |
| 2611 | 2025-01-16T20:58:06.025Z | Checking datatest-stable v0.2.9 |
| 2612 | 2025-01-16T20:58:06.171Z | Checking httpmock v0.8.0-alpha.1 |
| 2613 | 2025-01-16T20:58:06.324Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2614 | 2025-01-16T20:58:06.362Z | Checking blake2b_simd v1.0.2 |
| 2615 | 2025-01-16T20:58:07.199Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2616 | 2025-01-16T20:58:07.617Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2617 | 2025-01-16T20:58:07.935Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2618 | 2025-01-16T20:58:08.261Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2619 | 2025-01-16T20:58:08.592Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2620 | 2025-01-16T20:58:09.129Z | Checking serde_tokenstream v0.2.2 |
| 2621 | 2025-01-16T20:58:09.513Z | Checking uzers v0.12.1 |
| 2622 | 2025-01-16T20:58:10.047Z | Checking rust-argon2 v2.1.0 |
| 2623 | 2025-01-16T20:58:10.521Z | Checking trybuild v1.0.101 |
| 2624 | 2025-01-16T20:58:11.203Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2625 | 2025-01-16T20:58:11.764Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2626 | 2025-01-16T20:58:12.447Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2627 | 2025-01-16T20:58:13.609Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2628 | 2025-01-16T20:58:13.934Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2629 | 2025-01-16T20:58:14.258Z | Checking rand_distr v0.4.3 |
| 2630 | 2025-01-16T20:58:15.042Z | Checking multimap v0.10.0 |
| 2631 | 2025-01-16T20:58:15.247Z | Checking rstest v0.23.0 |
| 2632 | 2025-01-16T20:58:15.334Z | Checking approx v0.5.1 |
| 2633 | 2025-01-16T20:58:15.564Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2634 | 2025-01-16T20:58:16.126Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2635 | 2025-01-16T20:58:16.633Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2636 | 2025-01-16T20:58:17.277Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2637 | 2025-01-16T20:58:17.874Z | Compiling git2 v0.19.0 |
| 2638 | 2025-01-16T20:58:17.876Z | Checking partial-io v0.5.4 |
| 2639 | 2025-01-16T20:58:18.056Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2640 | 2025-01-16T20:58:18.133Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2641 | 2025-01-16T20:58:18.236Z | Checking cargo_toml v0.20.5 |
| 2642 | 2025-01-16T20:58:18.296Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2643 | 2025-01-16T20:58:18.359Z | Checking termios v0.3.3 |
| 2644 | 2025-01-16T20:58:18.584Z | Compiling indoc v2.0.5 |
| 2645 | 2025-01-16T20:58:19.407Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2646 | 2025-01-16T20:58:20.214Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2647 | 2025-01-16T20:58:22.789Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2648 | 2025-01-16T20:58:26.582Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2649 | 2025-01-16T20:58:36.968Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2650 | 2025-01-16T20:58:40.717Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2651 | 2025-01-16T20:58:48.489Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2652 | 2025-01-16T20:59:14.658Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2653 | 2025-01-16T20:59:15.963Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2654 | 2025-01-16T20:59:16.477Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2655 | 2025-01-16T20:59:32.208Z | Compiling polar-core v0.27.3 |
| 2656 | 2025-01-16T20:59:39.961Z | Checking oso v0.27.3 |
| 2657 | 2025-01-16T21:00:14.596Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2658 | 2025-01-16T21:00:14.599Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2659 | 2025-01-16T21:00:14.599Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2660 | 2025-01-16T21:01:23.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 14s |
| 2661 | 2025-01-16T21:01:23.759Z | |
| 2662 | 2025-01-16T21:01:23.759Z | real 6:18.229611167 |
| 2663 | 2025-01-16T21:01:23.759Z | user 33:22.413745496 |
| 2664 | 2025-01-16T21:01:23.759Z | sys 5:02.533785984 |
| 2665 | 2025-01-16T21:01:23.759Z | trap 0.958933895 |
| 2666 | 2025-01-16T21:01:23.759Z | tflt 1.794033951 |
| 2667 | 2025-01-16T21:01:23.759Z | dflt 0.239301374 |
| 2668 | 2025-01-16T21:01:23.759Z | kflt 0.001572103 |
| 2669 | 2025-01-16T21:01:23.759Z | lock 46:36.856209718 |
| 2670 | 2025-01-16T21:01:23.759Z | slp 1:53:09.129640894 |
| 2671 | 2025-01-16T21:01:23.762Z | lat 1:43.030413899 |
| 2672 | 2025-01-16T21:01:23.762Z | stop 6:49.039462834 |
| 2673 | 2025-01-16T21:01:23.762Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2674 | 2025-01-16T21:01:23.762Z | + ptime -m cargo doc --workspace --no-deps |
| 2675 | 2025-01-16T21:01:24.956Z | warning: output filename collision. |
| 2676 | 2025-01-16T21:01:24.956Z | 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)`. |
| 2677 | 2025-01-16T21:01:24.956Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2678 | 2025-01-16T21:01:24.956Z | The targets should have unique names. |
| 2679 | 2025-01-16T21:01:24.956Z | This is a known bug where multiple crates with the same name use |
| 2680 | 2025-01-16T21:01:24.957Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2681 | 2025-01-16T21:01:25.431Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2682 | 2025-01-16T21:01:25.503Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2683 | 2025-01-16T21:01:25.523Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2684 | 2025-01-16T21:01:25.568Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2685 | 2025-01-16T21:01:25.595Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2686 | 2025-01-16T21:01:25.626Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2687 | 2025-01-16T21:01:25.626Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2688 | 2025-01-16T21:01:25.829Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2689 | 2025-01-16T21:01:25.861Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2690 | 2025-01-16T21:01:25.896Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2691 | 2025-01-16T21:01:25.943Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2692 | 2025-01-16T21:01:26.116Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2693 | 2025-01-16T21:01:26.226Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2694 | 2025-01-16T21:01:26.426Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2695 | 2025-01-16T21:01:26.609Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2696 | 2025-01-16T21:01:26.679Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2697 | 2025-01-16T21:01:27.041Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2698 | 2025-01-16T21:01:27.397Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2699 | 2025-01-16T21:01:27.656Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2700 | 2025-01-16T21:01:27.678Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2701 | 2025-01-16T21:01:27.773Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2702 | 2025-01-16T21:01:27.985Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2703 | 2025-01-16T21:01:28.112Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2704 | 2025-01-16T21:01:28.382Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2705 | 2025-01-16T21:01:28.724Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2706 | 2025-01-16T21:01:29.182Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2707 | 2025-01-16T21:01:29.270Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2708 | 2025-01-16T21:01:29.578Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2709 | 2025-01-16T21:01:29.746Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2710 | 2025-01-16T21:01:29.801Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2711 | 2025-01-16T21:01:29.804Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2712 | 2025-01-16T21:01:30.057Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2713 | 2025-01-16T21:01:30.168Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2714 | 2025-01-16T21:01:30.194Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2715 | 2025-01-16T21:01:30.215Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2716 | 2025-01-16T21:01:30.545Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2717 | 2025-01-16T21:01:30.810Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2718 | 2025-01-16T21:01:30.892Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2719 | 2025-01-16T21:01:30.970Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2720 | 2025-01-16T21:01:31.113Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2721 | 2025-01-16T21:01:31.235Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2722 | 2025-01-16T21:01:31.291Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2723 | 2025-01-16T21:01:31.317Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2724 | 2025-01-16T21:01:31.442Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2725 | 2025-01-16T21:01:32.218Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2726 | 2025-01-16T21:01:32.490Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2727 | 2025-01-16T21:01:33.043Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2728 | 2025-01-16T21:01:34.053Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2729 | 2025-01-16T21:01:34.388Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2730 | 2025-01-16T21:01:35.347Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2731 | 2025-01-16T21:01:35.581Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2732 | 2025-01-16T21:01:36.420Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2733 | 2025-01-16T21:01:36.668Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2734 | 2025-01-16T21:01:36.859Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2735 | 2025-01-16T21:01:37.353Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2736 | 2025-01-16T21:01:37.598Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2737 | 2025-01-16T21:01:39.015Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2738 | 2025-01-16T21:01:39.259Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2739 | 2025-01-16T21:01:39.740Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2740 | 2025-01-16T21:01:40.138Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2741 | 2025-01-16T21:01:40.180Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2742 | 2025-01-16T21:01:41.218Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2743 | 2025-01-16T21:01:41.605Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2744 | 2025-01-16T21:01:41.657Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2745 | 2025-01-16T21:01:42.504Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2746 | 2025-01-16T21:01:43.712Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2747 | 2025-01-16T21:01:44.262Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2748 | 2025-01-16T21:01:45.583Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2749 | 2025-01-16T21:01:46.004Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2750 | 2025-01-16T21:01:46.017Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2751 | 2025-01-16T21:01:46.431Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2752 | 2025-01-16T21:01:46.599Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2753 | 2025-01-16T21:01:46.816Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2754 | 2025-01-16T21:01:47.888Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2755 | 2025-01-16T21:01:48.284Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2756 | 2025-01-16T21:01:48.522Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2757 | 2025-01-16T21:01:48.929Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2758 | 2025-01-16T21:01:49.310Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2759 | 2025-01-16T21:01:49.379Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2760 | 2025-01-16T21:01:49.670Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2761 | 2025-01-16T21:01:49.835Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2762 | 2025-01-16T21:01:49.955Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2763 | 2025-01-16T21:01:50.532Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2764 | 2025-01-16T21:01:50.587Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2765 | 2025-01-16T21:01:51.114Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2766 | 2025-01-16T21:01:51.217Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2767 | 2025-01-16T21:01:51.535Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2768 | 2025-01-16T21:01:51.771Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2769 | 2025-01-16T21:01:51.935Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2770 | 2025-01-16T21:01:52.227Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2771 | 2025-01-16T21:01:53.033Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2772 | 2025-01-16T21:01:53.210Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2773 | 2025-01-16T21:01:53.357Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2774 | 2025-01-16T21:01:53.426Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2775 | 2025-01-16T21:01:53.480Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2776 | 2025-01-16T21:01:53.864Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2777 | 2025-01-16T21:01:54.008Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2778 | 2025-01-16T21:01:54.156Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2779 | 2025-01-16T21:01:54.480Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2780 | 2025-01-16T21:01:55.025Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2781 | 2025-01-16T21:01:55.142Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2782 | 2025-01-16T21:01:55.406Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2783 | 2025-01-16T21:01:55.828Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2784 | 2025-01-16T21:01:56.374Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2785 | 2025-01-16T21:01:57.662Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2786 | 2025-01-16T21:01:58.813Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2787 | 2025-01-16T21:01:59.122Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2788 | 2025-01-16T21:01:59.502Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2789 | 2025-01-16T21:01:59.875Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2790 | 2025-01-16T21:01:59.976Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2791 | 2025-01-16T21:02:00.025Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2792 | 2025-01-16T21:02:00.147Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2793 | 2025-01-16T21:02:00.209Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2794 | 2025-01-16T21:02:01.112Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2795 | 2025-01-16T21:02:01.301Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2796 | 2025-01-16T21:02:01.819Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2797 | 2025-01-16T21:02:01.821Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2798 | 2025-01-16T21:02:02.130Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2799 | 2025-01-16T21:02:02.178Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2800 | 2025-01-16T21:02:04.763Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2801 | 2025-01-16T21:02:05.082Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2802 | 2025-01-16T21:02:06.391Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2803 | 2025-01-16T21:02:07.099Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2804 | 2025-01-16T21:02:07.452Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2805 | 2025-01-16T21:02:07.658Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2806 | 2025-01-16T21:02:09.593Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2807 | 2025-01-16T21:02:10.043Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2808 | 2025-01-16T21:02:10.855Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2809 | 2025-01-16T21:02:10.895Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2810 | 2025-01-16T21:02:11.263Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2811 | 2025-01-16T21:02:12.210Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2812 | 2025-01-16T21:02:15.543Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2813 | 2025-01-16T21:02:18.108Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2814 | 2025-01-16T21:02:18.549Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2815 | 2025-01-16T21:02:19.553Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2816 | 2025-01-16T21:02:21.334Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2817 | 2025-01-16T21:02:26.531Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2818 | 2025-01-16T21:02:26.771Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2819 | 2025-01-16T21:02:27.059Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2820 | 2025-01-16T21:02:28.482Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2821 | 2025-01-16T21:02:28.782Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2822 | 2025-01-16T21:02:29.432Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2823 | 2025-01-16T21:02:30.649Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2824 | 2025-01-16T21:02:31.012Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2825 | 2025-01-16T21:02:31.447Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2826 | 2025-01-16T21:02:33.402Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2827 | 2025-01-16T21:02:35.929Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2828 | 2025-01-16T21:02:36.135Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2829 | 2025-01-16T21:02:38.109Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2830 | 2025-01-16T21:02:38.738Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2831 | 2025-01-16T21:02:38.800Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2832 | 2025-01-16T21:02:39.170Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2833 | 2025-01-16T21:02:39.239Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2834 | 2025-01-16T21:02:42.817Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2835 | 2025-01-16T21:02:43.621Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2836 | 2025-01-16T21:02:43.644Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2837 | 2025-01-16T21:02:43.686Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2838 | 2025-01-16T21:02:44.408Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2839 | 2025-01-16T21:02:46.375Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2840 | 2025-01-16T21:02:46.439Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2841 | 2025-01-16T21:02:47.216Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2842 | 2025-01-16T21:02:47.714Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2843 | 2025-01-16T21:02:48.284Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2844 | 2025-01-16T21:02:49.763Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2845 | 2025-01-16T21:02:50.075Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2846 | 2025-01-16T21:02:51.156Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2847 | 2025-01-16T21:02:51.308Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2848 | 2025-01-16T21:02:51.413Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2849 | 2025-01-16T21:02:51.984Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2850 | 2025-01-16T21:02:54.355Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2851 | 2025-01-16T21:02:54.405Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2852 | 2025-01-16T21:02:55.211Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2853 | 2025-01-16T21:02:55.528Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2854 | 2025-01-16T21:02:56.457Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2855 | 2025-01-16T21:02:56.979Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2856 | 2025-01-16T21:02:57.743Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2857 | 2025-01-16T21:02:57.956Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2858 | 2025-01-16T21:02:58.570Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2859 | 2025-01-16T21:02:59.333Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2860 | 2025-01-16T21:03:01.369Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2861 | 2025-01-16T21:03:01.680Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2862 | 2025-01-16T21:03:02.207Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2863 | 2025-01-16T21:03:03.371Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2864 | 2025-01-16T21:03:03.970Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2865 | 2025-01-16T21:03:05.603Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2866 | 2025-01-16T21:03:06.057Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2867 | 2025-01-16T21:03:06.589Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2868 | 2025-01-16T21:03:06.624Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2869 | 2025-01-16T21:03:08.177Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2870 | 2025-01-16T21:03:09.092Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2871 | 2025-01-16T21:03:10.050Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2872 | 2025-01-16T21:03:10.711Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2873 | 2025-01-16T21:03:11.429Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2874 | 2025-01-16T21:03:13.096Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2875 | 2025-01-16T21:03:13.560Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2876 | 2025-01-16T21:03:14.472Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2877 | 2025-01-16T21:03:15.272Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2878 | 2025-01-16T21:03:15.808Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2879 | 2025-01-16T21:03:16.407Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2880 | 2025-01-16T21:03:17.215Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2881 | 2025-01-16T21:03:17.990Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2882 | 2025-01-16T21:03:19.360Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2883 | 2025-01-16T21:03:20.081Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2884 | 2025-01-16T21:03:20.436Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2885 | 2025-01-16T21:03:20.730Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2886 | 2025-01-16T21:03:21.356Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2887 | 2025-01-16T21:03:24.476Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2888 | 2025-01-16T21:03:24.548Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2889 | 2025-01-16T21:03:24.758Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2890 | 2025-01-16T21:03:24.780Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2891 | 2025-01-16T21:03:25.197Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2892 | 2025-01-16T21:03:26.082Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2893 | 2025-01-16T21:03:27.681Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2894 | 2025-01-16T21:03:27.914Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2895 | 2025-01-16T21:03:28.543Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2896 | 2025-01-16T21:03:28.774Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2897 | 2025-01-16T21:03:29.574Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2898 | 2025-01-16T21:03:29.653Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2899 | 2025-01-16T21:03:29.714Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2900 | 2025-01-16T21:03:29.838Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2901 | 2025-01-16T21:03:30.249Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2902 | 2025-01-16T21:03:30.583Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2903 | 2025-01-16T21:03:31.767Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2904 | 2025-01-16T21:03:32.071Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2905 | 2025-01-16T21:03:47.673Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2906 | 2025-01-16T21:03:47.677Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2907 | 2025-01-16T21:03:47.677Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2908 | 2025-01-16T21:03:47.678Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2909 | 2025-01-16T21:03:47.678Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2910 | 2025-01-16T21:03:48.730Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2911 | 2025-01-16T21:03:48.730Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2912 | 2025-01-16T21:03:48.851Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2913 | 2025-01-16T21:03:50.657Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2914 | 2025-01-16T21:03:55.852Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2915 | 2025-01-16T21:03:56.808Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2916 | 2025-01-16T21:04:34.178Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2917 | 2025-01-16T21:04:40.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 16s |
| 2918 | 2025-01-16T21:04:41.007Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
| 2919 | 2025-01-16T21:04:41.075Z | |
| 2920 | 2025-01-16T21:04:41.078Z | real 3:17.235076386 |
| 2921 | 2025-01-16T21:04:41.078Z | user 17:34.514706783 |
| 2922 | 2025-01-16T21:04:41.078Z | sys 2:28.186468011 |
| 2923 | 2025-01-16T21:04:41.078Z | trap 0.502942081 |
| 2924 | 2025-01-16T21:04:41.078Z | tflt 0.197454469 |
| 2925 | 2025-01-16T21:04:41.078Z | dflt 0.089061829 |
| 2926 | 2025-01-16T21:04:41.078Z | kflt 0.000068346 |
| 2927 | 2025-01-16T21:04:41.078Z | lock 28:12.020794157 |
| 2928 | 2025-01-16T21:04:41.078Z | slp 49:34.827848032 |
| 2929 | 2025-01-16T21:04:41.078Z | lat 1:06.731771749 |
| 2930 | 2025-01-16T21:04:41.078Z | stop 1:16.562942472 |
| 2931 | 2025-01-16T21:04:41.078Z | process exited: duration 883269 ms, exit code 0 |
| |
| 2932 | 2025-01-16T21:04:41.084Z | found 0 output files |