|  |  |  | 
| 1 | 2024-07-15T19:09:44.091Z | job assigned to worker 01J2VWRZVMA1S59GTFRZPD20FZ (queued for 34 s) | 
|  | 
| 2 | 2024-07-15T19:09:44.940Z | starting task 0: "setup" | 
| 3 | 2024-07-15T19:09:44.964Z | ++ uname -s | 
| 4 | 2024-07-15T19:09:44.964Z | + kern=SunOS | 
| 5 | 2024-07-15T19:09:44.964Z | + case "$kern" in | 
| 6 | 2024-07-15T19:09:44.964Z | + groupadd -g 12345 build | 
| 7 | 2024-07-15T19:09:44.964Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build | 
| 8 | 2024-07-15T19:09:46.987Z | + zfs create -o mountpoint=/work rpool/work | 
| 9 | 2024-07-15T19:09:47.016Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab | 
| 10 | 2024-07-15T19:09:47.041Z | + home_fs=zfs | 
| 11 | 2024-07-15T19:09:47.041Z | + [[ zfs == autofs ]] | 
| 12 | 2024-07-15T19:09:47.041Z | + mkdir -p /home/build | 
| 13 | 2024-07-15T19:09:47.041Z | + chown build:build /home/build /work | 
| 14 | 2024-07-15T19:09:49.027Z | + chmod 0700 /home/build /work | 
| 15 | 2024-07-15T19:09:49.053Z | process exited: duration 4090 ms, exit code 0 | 
|  | 
| 16 | 2024-07-15T19:09:49.106Z | starting task 1: "rust-toolchain" | 
| 17 | 2024-07-15T19:09:49.132Z | + printf ' * toolchain channel = "%s" | 
| 18 | 2024-07-15T19:09:49.132Z | ' 1.78.0 | 
| 19 | 2024-07-15T19:09:49.132Z | + printf ' * toolchain profile = "%s" | 
| 20 | 2024-07-15T19:09:49.132Z | ' default | 
| 21 | 2024-07-15T19:09:49.132Z | * toolchain channel = "1.78.0" | 
| 22 | 2024-07-15T19:09:49.132Z | * toolchain profile = "default" | 
| 23 | 2024-07-15T19:09:49.132Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs | 
| 24 | 2024-07-15T19:09:49.132Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default | 
| 25 | 2024-07-15T19:09:49.605Z | info: downloading installer | 
| 26 | 2024-07-15T19:09:49.821Z | info: profile set to 'default' | 
| 27 | 2024-07-15T19:09:49.821Z | info: default host triple is x86_64-unknown-illumos | 
| 28 | 2024-07-15T19:09:49.846Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' | 
| 29 | 2024-07-15T19:09:49.916Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) | 
| 30 | 2024-07-15T19:09:49.916Z | info: downloading component 'cargo' | 
| 31 | 2024-07-15T19:09:50.115Z | info: downloading component 'clippy' | 
| 32 | 2024-07-15T19:09:50.180Z | info: downloading component 'rust-docs' | 
| 33 | 2024-07-15T19:09:50.438Z | info: downloading component 'rust-std' | 
| 34 | 2024-07-15T19:09:51.095Z | info: downloading component 'rustc' | 
| 35 | 2024-07-15T19:09:52.675Z | info: downloading component 'rustfmt' | 
| 36 | 2024-07-15T19:09:52.766Z | info: installing component 'cargo' | 
| 37 | 2024-07-15T19:09:53.881Z | info: installing component 'clippy' | 
| 38 | 2024-07-15T19:09:54.310Z | info: installing component 'rust-docs' | 
| 39 | 2024-07-15T19:09:56.933Z | info: installing component 'rust-std' | 
| 40 | 2024-07-15T19:09:59.063Z | info: installing component 'rustc' | 
| 41 | 2024-07-15T19:10:03.922Z | info: installing component 'rustfmt' | 
| 42 | 2024-07-15T19:10:04.295Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' | 
| 43 | 2024-07-15T19:10:04.296Z |  | 
| 44 | 2024-07-15T19:10:04.417Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) | 
| 45 | 2024-07-15T19:10:04.417Z |  | 
| 46 | 2024-07-15T19:10:04.418Z |  | 
| 47 | 2024-07-15T19:10:04.418Z | Rust is installed now. Great! | 
| 48 | 2024-07-15T19:10:04.418Z |  | 
| 49 | 2024-07-15T19:10:04.442Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH | 
| 50 | 2024-07-15T19:10:04.442Z | environment variable. This has not been done automatically. | 
| 51 | 2024-07-15T19:10:04.442Z |  | 
| 52 | 2024-07-15T19:10:04.442Z | To configure your current shell, you need to source | 
| 53 | 2024-07-15T19:10:04.442Z | the corresponding env file under $HOME/.cargo. | 
| 54 | 2024-07-15T19:10:04.442Z |  | 
| 55 | 2024-07-15T19:10:04.442Z | This is usually done by running one of the following (note the leading DOT): | 
| 56 | 2024-07-15T19:10:04.442Z | . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh | 
| 57 | 2024-07-15T19:10:04.442Z | source "$HOME/.cargo/env.fish"  # For fish | 
| 58 | 2024-07-15T19:10:04.494Z | + rustc --version | 
| 59 | 2024-07-15T19:10:04.608Z | rustc 1.78.0 (9b00956e5 2024-04-29) | 
| 60 | 2024-07-15T19:10:04.632Z | process exited: duration 15509 ms, exit code 0 | 
|  | 
| 61 | 2024-07-15T19:10:04.683Z | starting task 2: "authentication" | 
| 62 | 2024-07-15T19:10:04.741Z | process exited: duration 59 ms, exit code 0 | 
|  | 
| 63 | 2024-07-15T19:10:04.792Z | starting task 3: "clone repository" | 
| 64 | 2024-07-15T19:10:04.816Z | + mkdir -p /work/oxidecomputer/omicron | 
| 65 | 2024-07-15T19:10:04.816Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron | 
| 66 | 2024-07-15T19:10:04.840Z | Cloning into '/work/oxidecomputer/omicron'... | 
| 67 | 2024-07-15T19:10:11.162Z | + cd /work/oxidecomputer/omicron | 
| 68 | 2024-07-15T19:10:11.162Z | + git fetch origin d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f | 
| 69 | 2024-07-15T19:10:11.552Z | From https://github.com/oxidecomputer/omicron | 
| 70 | 2024-07-15T19:10:11.552Z | * branch                d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f -> FETCH_HEAD | 
| 71 | 2024-07-15T19:10:11.575Z | + [[ -n sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] | 
| 72 | 2024-07-15T19:10:11.576Z | ++ git branch --show-current | 
| 73 | 2024-07-15T19:10:11.576Z | + current=main | 
| 74 | 2024-07-15T19:10:11.576Z | + [[ main != sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait ]] | 
| 75 | 2024-07-15T19:10:11.576Z | + git branch -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f | 
| 76 | 2024-07-15T19:10:11.599Z | + git checkout -f sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait | 
| 77 | 2024-07-15T19:10:11.744Z | Switched to branch 'sunshowers/spr/installinator-convert-artifactprogress-api-to-a-trait' | 
| 78 | 2024-07-15T19:10:11.768Z | + git reset --hard d33ed8ee54acb070a7beba4df3d7b7c4afdfd97f | 
| 79 | 2024-07-15T19:10:11.768Z | HEAD is now at d33ed8ee5 rebase | 
| 80 | 2024-07-15T19:10:11.768Z | process exited: duration 6976 ms, exit code 0 | 
|  | 
| 81 | 2024-07-15T19:10:11.821Z | starting task 4: "build" | 
| 82 | 2024-07-15T19:10:11.846Z | + cargo --version | 
| 83 | 2024-07-15T19:10:11.897Z | cargo 1.78.0 (54d8815d0 2024-03-26) | 
| 84 | 2024-07-15T19:10:11.921Z | + rustc --version | 
| 85 | 2024-07-15T19:10:11.972Z | rustc 1.78.0 (9b00956e5 2024-04-29) | 
| 86 | 2024-07-15T19:10:11.996Z | + source ./env.sh | 
| 87 | 2024-07-15T19:10:11.996Z | ++ OLD_SHELL_OPTS=ehxB | 
| 88 | 2024-07-15T19:10:11.996Z | ++ set -o xtrace | 
| 89 | 2024-07-15T19:10:11.996Z | ++++ dirname ./env.sh | 
| 90 | 2024-07-15T19:10:11.996Z | +++ readlink -f . | 
| 91 | 2024-07-15T19:10:11.996Z | ++ OMICRON_WS=/work/oxidecomputer/omicron | 
| 92 | 2024-07-15T19:10:11.996Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 93 | 2024-07-15T19:10:11.997Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin | 
| 94 | 2024-07-15T19:10:11.997Z | ++ 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 | 
| 95 | 2024-07-15T19:10:11.997Z | ++ 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 | 
| 96 | 2024-07-15T19:10:11.999Z | ++ 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 | 
| 97 | 2024-07-15T19:10:11.999Z | ++ 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 | 
| 98 | 2024-07-15T19:10:11.999Z | ++ 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 | 
| 99 | 2024-07-15T19:10:11.999Z | ++ 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 | 
| 100 | 2024-07-15T19:10:11.999Z | ++ case $OLD_SHELL_OPTS in | 
| 101 | 2024-07-15T19:10:11.999Z | ++ unset OLD_SHELL_OPTS OMICRON_WS | 
| 102 | 2024-07-15T19:10:11.999Z | + banner prerequisites | 
| 103 | 2024-07-15T19:10:11.999Z |  | 
| 104 | 2024-07-15T19:10:12.000Z | #####   #####   ######  #####   ######   ####   #    #     #     ####      # | 
| 105 | 2024-07-15T19:10:12.000Z | #    #  #    #  #       #    #  #       #    #  #    #     #    #          # | 
| 106 | 2024-07-15T19:10:12.000Z | #    #  #    #  #####   #    #  #####   #    #  #    #     #     ####      # | 
| 107 | 2024-07-15T19:10:12.000Z | #####   #####   #       #####   #       #  # #  #    #     #         #     # | 
| 108 | 2024-07-15T19:10:12.000Z | #       #   #   #       #   #   #       #   #   #    #     #    #    #     # | 
| 109 | 2024-07-15T19:10:12.000Z | #       #    #  ######  #    #  ######   ### #   ####      #     ####      # | 
| 110 | 2024-07-15T19:10:12.000Z |  | 
| 111 | 2024-07-15T19:10:12.000Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y | 
| 112 | 2024-07-15T19:10:17.436Z | Startup: Refreshing catalog 'helios-dev' ... Done | 
| 113 | 2024-07-15T19:10:19.722Z | Startup: Caching catalogs ... Done | 
| 114 | 2024-07-15T19:10:23.367Z | Planning: Solver setup ... Done (3.004s) | 
| 115 | 2024-07-15T19:10:23.427Z | Planning: Running solver ... Done (0.060s) | 
| 116 | 2024-07-15T19:10:23.471Z | Planning: Finding local manifests ... Done (0.002s) | 
| 117 | 2024-07-15T19:10:23.550Z | Planning: Fetching manifests: 0/4  0% complete | 
| 118 | 2024-07-15T19:10:24.689Z | Planning: Fetching manifests: 4/4  100% complete | 
| 119 | 2024-07-15T19:10:24.755Z | Planning: Package planning ... Done (0.066s) | 
| 120 | 2024-07-15T19:10:24.815Z | Planning: Merging actions ... Done (0.059s) | 
| 121 | 2024-07-15T19:10:25.168Z | Planning: Checking for conflicting actions ... Done (0.352s) | 
| 122 | 2024-07-15T19:10:25.194Z | Planning: Consolidating action changes ... Done (0.013s) | 
| 123 | 2024-07-15T19:10:25.864Z | Planning: Evaluating mediators ... Done (0.680s) | 
| 124 | 2024-07-15T19:10:25.890Z | Planning: Planning completed in 6.09 seconds | 
| 125 | 2024-07-15T19:10:25.890Z | Packages to install:         4 | 
| 126 | 2024-07-15T19:10:25.890Z | Mediators to change:         2 | 
| 127 | 2024-07-15T19:10:25.891Z | Services to change:         1 | 
| 128 | 2024-07-15T19:10:25.891Z | Estimated space available: 148.89 GB | 
| 129 | 2024-07-15T19:10:25.891Z | Estimated space to be consumed:   1.46 GB | 
| 130 | 2024-07-15T19:10:25.891Z | Create boot environment:        No | 
| 131 | 2024-07-15T19:10:25.891Z | Create backup boot environment:        No | 
| 132 | 2024-07-15T19:10:25.891Z | Rebuild boot archive:        No | 
| 133 | 2024-07-15T19:10:25.891Z |  | 
| 134 | 2024-07-15T19:10:25.891Z | Changed mediators: | 
| 135 | 2024-07-15T19:10:25.891Z | mediator clang: | 
| 136 | 2024-07-15T19:10:25.892Z | version: None -> 15 (system default) | 
| 137 | 2024-07-15T19:10:25.892Z |  | 
| 138 | 2024-07-15T19:10:25.892Z | mediator llvm: | 
| 139 | 2024-07-15T19:10:25.892Z | version: 14 (system default) -> 15 (system default) | 
| 140 | 2024-07-15T19:10:25.892Z |  | 
| 141 | 2024-07-15T19:10:25.892Z | Changed packages: | 
| 142 | 2024-07-15T19:10:25.892Z | helios-dev | 
| 143 | 2024-07-15T19:10:25.892Z | developer/build-essential | 
| 144 | 2024-07-15T19:10:25.893Z | None -> 11-2.0 | 
| 145 | 2024-07-15T19:10:25.893Z | library/libxmlsec1 | 
| 146 | 2024-07-15T19:10:25.893Z | None -> 1.2.35-2.0 | 
| 147 | 2024-07-15T19:10:25.893Z | ooce/developer/clang-15 | 
| 148 | 2024-07-15T19:10:25.893Z | None -> 15.0.7-2.0 | 
| 149 | 2024-07-15T19:10:25.893Z | ooce/developer/llvm-15 | 
| 150 | 2024-07-15T19:10:25.893Z | None -> 15.0.7-2.0 | 
| 151 | 2024-07-15T19:10:25.919Z |  | 
| 152 | 2024-07-15T19:10:25.919Z | Services: | 
| 153 | 2024-07-15T19:10:25.919Z | restart_fmri: | 
| 154 | 2024-07-15T19:10:25.920Z | svc:/system/update-man-index:default | 
| 155 | 2024-07-15T19:10:25.952Z |  | 
| 156 | 2024-07-15T19:10:25.952Z | Download:    0/3290 items    0.0/212.6MB  0% complete | 
| 157 | 2024-07-15T19:10:30.943Z | Download: 1156/3290 items   48.9/212.6MB  23% complete (9.7M/s) | 
| 158 | 2024-07-15T19:10:35.944Z | Download: 2191/3290 items  119.1/212.6MB  56% complete (12.0M/s) | 
| 159 | 2024-07-15T19:10:40.947Z | Download: 3146/3290 items  137.7/212.6MB  64% complete (8.8M/s) | 
| 160 | 2024-07-15T19:10:44.301Z | Download: Completed 212.60 MB in 18.36 seconds (11.6M/s) | 
| 161 | 2024-07-15T19:10:44.531Z | Actions:    1/3689 actions (Installing new actions) | 
| 162 | 2024-07-15T19:10:49.546Z | Actions: 3162/3689 actions (Installing new actions) | 
| 163 | 2024-07-15T19:10:50.512Z | Actions: Completed 3689 actions in 5.98 seconds. | 
| 164 | 2024-07-15T19:10:50.856Z | Done (0.341s) | 
| 165 | 2024-07-15T19:10:50.857Z | Done (0.000s) | 
| 166 | 2024-07-15T19:10:51.259Z | Done (0.388s) | 
| 167 | 2024-07-15T19:10:56.611Z | Done (5.228s) | 
| 168 | 2024-07-15T19:10:56.712Z | Done (0.018s) | 
| 169 | 2024-07-15T19:10:56.736Z | Done (0.000s) | 
| 170 | 2024-07-15T19:10:56.897Z | Done (0.000s) | 
| 171 | 2024-07-15T19:10:57.616Z | Planning: Evaluating mediator changes ... Done | 
| 172 | 2024-07-15T19:10:57.879Z | Planning: Checking for conflicting actions ... Done | 
| 173 | 2024-07-15T19:10:57.903Z | Planning: Consolidating action changes ... Done | 
| 174 | 2024-07-15T19:10:58.263Z | Planning: Evaluating mediators ... Done | 
| 175 | 2024-07-15T19:10:58.287Z | Planning: Planning completed in 0.65 seconds | 
| 176 | 2024-07-15T19:10:58.311Z | Mediators to change:  2 | 
| 177 | 2024-07-15T19:10:58.311Z | Create boot environment: No | 
| 178 | 2024-07-15T19:10:58.311Z | Create backup boot environment: No | 
| 179 | 2024-07-15T19:10:58.367Z | Done | 
| 180 | 2024-07-15T19:10:58.367Z | Done | 
| 181 | 2024-07-15T19:10:58.698Z | Done | 
| 182 | 2024-07-15T19:11:03.277Z | Done | 
| 183 | 2024-07-15T19:11:03.383Z | Done | 
| 184 | 2024-07-15T19:11:03.407Z | Done | 
| 185 | 2024-07-15T19:11:03.437Z | Done | 
| 186 | 2024-07-15T19:11:04.209Z | Planning: Evaluating mediator changes ... Done | 
| 187 | 2024-07-15T19:11:04.233Z | Planning: Merging actions ... Done | 
| 188 | 2024-07-15T19:11:04.444Z | Planning: Checking for conflicting actions ... Done | 
| 189 | 2024-07-15T19:11:04.469Z | Planning: Consolidating action changes ... Done | 
| 190 | 2024-07-15T19:11:04.764Z | Planning: Evaluating mediators ... Done | 
| 191 | 2024-07-15T19:11:04.830Z | Planning: Planning completed in 0.92 seconds | 
| 192 | 2024-07-15T19:11:04.871Z | Packages to change:   1 | 
| 193 | 2024-07-15T19:11:04.871Z | Mediators to change:   1 | 
| 194 | 2024-07-15T19:11:04.871Z | Services to change:   1 | 
| 195 | 2024-07-15T19:11:04.895Z | Create boot environment:  No | 
| 196 | 2024-07-15T19:11:04.895Z | Create backup boot environment: Yes | 
| 197 | 2024-07-15T19:11:06.422Z | Actions: 1/6 actions (Updating modified actions) | 
| 198 | 2024-07-15T19:11:06.446Z | Actions: Completed 6 actions in 0.00 seconds. | 
| 199 | 2024-07-15T19:11:06.446Z | Done | 
| 200 | 2024-07-15T19:11:06.446Z | Done | 
| 201 | 2024-07-15T19:11:06.508Z | Done | 
| 202 | 2024-07-15T19:11:10.921Z | Done | 
| 203 | 2024-07-15T19:11:11.018Z | Done | 
| 204 | 2024-07-15T19:11:11.045Z | Done | 
| 205 | 2024-07-15T19:11:11.092Z | Done | 
| 206 | 2024-07-15T19:11:11.636Z | MEDIATOR   VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION | 
| 207 | 2024-07-15T19:11:11.636Z | clang      system    15      system | 
| 208 | 2024-07-15T19:11:11.637Z | csh        system            system     illumos | 
| 209 | 2024-07-15T19:11:11.637Z | ctags      system            system     illumos | 
| 210 | 2024-07-15T19:11:11.637Z | gcc        vendor    12      vendor | 
| 211 | 2024-07-15T19:11:11.637Z | gcc        system    10      system | 
| 212 | 2024-07-15T19:11:11.637Z | gcc        system    7       system | 
| 213 | 2024-07-15T19:11:11.637Z | go         system    1.20    system | 
| 214 | 2024-07-15T19:11:11.637Z | go         system    1.19    system | 
| 215 | 2024-07-15T19:11:11.637Z | llvm       system    15      system | 
| 216 | 2024-07-15T19:11:11.637Z | llvm       system    14      system | 
| 217 | 2024-07-15T19:11:11.637Z | mariadb    system    10.6    system | 
| 218 | 2024-07-15T19:11:11.637Z | mta        vendor            vendor     dma | 
| 219 | 2024-07-15T19:11:11.637Z | openjdk    system    17      system | 
| 220 | 2024-07-15T19:11:11.637Z | openjdk    system    11      system | 
| 221 | 2024-07-15T19:11:11.637Z | openjdk    system    1.8     system | 
| 222 | 2024-07-15T19:11:11.637Z | openssl    vendor    3       vendor | 
| 223 | 2024-07-15T19:11:11.637Z | perl       system    5.36    system | 
| 224 | 2024-07-15T19:11:11.637Z | postgresql system    15      system | 
| 225 | 2024-07-15T19:11:11.637Z | postgresql system    13      system | 
| 226 | 2024-07-15T19:11:11.637Z | python     vendor    3       vendor | 
| 227 | 2024-07-15T19:11:11.637Z | python     system    2       system | 
| 228 | 2024-07-15T19:11:11.637Z | python3    system    3.11    system | 
| 229 | 2024-07-15T19:11:11.637Z | ruby       system    3.0     system | 
| 230 | 2024-07-15T19:11:11.637Z | words      vendor            vendor     american-english | 
| 231 | 2024-07-15T19:11:11.637Z | words      system            system     australian-english | 
| 232 | 2024-07-15T19:11:11.637Z | words      system            system     british-english | 
| 233 | 2024-07-15T19:11:11.637Z | words      system            system     canadian-english | 
| 234 | 2024-07-15T19:11:11.637Z | words      system            system     french | 
| 235 | 2024-07-15T19:11:11.637Z | words      system            system     italian | 
| 236 | 2024-07-15T19:11:11.637Z | words      system            system     ngerman | 
| 237 | 2024-07-15T19:11:11.637Z | words      system            system     ogerman | 
| 238 | 2024-07-15T19:11:11.637Z | words      system            system     spanish | 
| 239 | 2024-07-15T19:11:12.063Z | PUBLISHER                   TYPE     STATUS P LOCATION | 
| 240 | 2024-07-15T19:11:12.063Z | helios-dev                  origin   online F https://pkg.oxide.computer/helios/2/dev/ | 
| 241 | 2024-07-15T19:11:13.962Z | FMRI                                                                         IFO | 
| 242 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z           im- | 
| 243 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z            i-- | 
| 244 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z              im- | 
| 245 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z         im- | 
| 246 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z         --- | 
| 247 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z       i-- | 
| 248 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z                     i-- | 
| 249 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z                     --- | 
| 250 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z          i-- | 
| 251 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z          --- | 
| 252 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z          i-- | 
| 253 | 2024-07-15T19:11:13.962Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z          --- | 
| 254 | 2024-07-15T19:11:14.572Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` | 
| 255 | 2024-07-15T19:11:15.038Z | Updating git repository `https://github.com/oxidecomputer/zone` | 
| 256 | 2024-07-15T19:11:15.423Z | Updating crates.io index | 
| 257 | 2024-07-15T19:11:15.481Z | Updating git repository `https://github.com/oxidecomputer/dropshot` | 
| 258 | 2024-07-15T19:11:16.397Z | Updating git repository `https://github.com/oxidecomputer/maghemite` | 
| 259 | 2024-07-15T19:11:17.307Z | Updating git repository `https://github.com/oxidecomputer/oxnet` | 
| 260 | 2024-07-15T19:11:17.658Z | Updating git repository `https://github.com/oxidecomputer/progenitor` | 
| 261 | 2024-07-15T19:11:19.903Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` | 
| 262 | 2024-07-15T19:11:20.520Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` | 
| 263 | 2024-07-15T19:11:20.879Z | Updating git repository `https://github.com/oxidecomputer/propolis` | 
| 264 | 2024-07-15T19:11:21.980Z | Updating git repository `https://github.com/oxidecomputer/crucible` | 
| 265 | 2024-07-15T19:11:24.300Z | Updating git repository `https://github.com/oxidecomputer/opte` | 
| 266 | 2024-07-15T19:11:25.510Z | Updating git repository `https://github.com/oxidecomputer/falcon` | 
| 267 | 2024-07-15T19:11:26.264Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` | 
| 268 | 2024-07-15T19:11:26.999Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` | 
| 269 | 2024-07-15T19:11:27.390Z | Updating git repository `https://github.com/oxidecomputer/sprockets` | 
| 270 | 2024-07-15T19:11:27.850Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` | 
| 271 | 2024-07-15T19:11:28.257Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` | 
| 272 | 2024-07-15T19:11:28.645Z | Updating git repository `https://github.com/oxidecomputer/tofino` | 
| 273 | 2024-07-15T19:11:29.030Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` | 
| 274 | 2024-07-15T19:11:29.350Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` | 
| 275 | 2024-07-15T19:11:29.717Z | Updating git repository `https://github.com/oxidecomputer/libnvme` | 
| 276 | 2024-07-15T19:11:30.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` | 
| 277 | 2024-07-15T19:11:30.632Z | Updating git repository `https://github.com/oxidecomputer/ispf` | 
| 278 | 2024-07-15T19:11:31.031Z | Updating git repository `https://github.com/oxidecomputer/poptrie` | 
| 279 | 2024-07-15T19:11:31.470Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` | 
| 280 | 2024-07-15T19:11:32.202Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` | 
| 281 | 2024-07-15T19:11:32.545Z | Updating git repository `https://github.com/cbiffle/hubpack.git` | 
| 282 | 2024-07-15T19:11:33.012Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` | 
| 283 | 2024-07-15T19:11:33.565Z | Updating git repository `https://github.com/oxidecomputer/typify` | 
| 284 | 2024-07-15T19:11:35.909Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` | 
| 285 | 2024-07-15T19:11:36.335Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` | 
| 286 | 2024-07-15T19:11:36.721Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` | 
| 287 | 2024-07-15T19:11:37.377Z | Updating git repository `https://github.com/oxidecomputer/rfb` | 
| 288 | 2024-07-15T19:11:38.748Z | Downloading crates ... | 
| 289 | 2024-07-15T19:11:38.820Z | Downloaded equivalent v1.0.1 | 
| 290 | 2024-07-15T19:11:38.844Z | Downloaded foreign-types-shared v0.1.1 | 
| 291 | 2024-07-15T19:11:38.844Z | Downloaded clap_lex v0.7.0 | 
| 292 | 2024-07-15T19:11:38.844Z | Downloaded autocfg v1.3.0 | 
| 293 | 2024-07-15T19:11:38.844Z | Downloaded is-terminal v0.4.12 | 
| 294 | 2024-07-15T19:11:38.845Z | Downloaded openssl-probe v0.1.5 | 
| 295 | 2024-07-15T19:11:38.845Z | Downloaded hostname v0.3.1 | 
| 296 | 2024-07-15T19:11:38.845Z | Downloaded dirs-sys-next v0.1.2 | 
| 297 | 2024-07-15T19:11:38.845Z | Downloaded generic-array v0.14.7 | 
| 298 | 2024-07-15T19:11:38.845Z | Downloaded fs-err v2.11.0 | 
| 299 | 2024-07-15T19:11:38.845Z | Downloaded scroll_derive v0.12.0 | 
| 300 | 2024-07-15T19:11:38.845Z | Downloaded scopeguard v1.2.0 | 
| 301 | 2024-07-15T19:11:38.845Z | Downloaded pin-project-lite v0.2.14 | 
| 302 | 2024-07-15T19:11:38.871Z | Downloaded itoa v1.0.11 | 
| 303 | 2024-07-15T19:11:38.871Z | Downloaded pretty-hex v0.4.1 | 
| 304 | 2024-07-15T19:11:38.871Z | Downloaded lock_api v0.4.12 | 
| 305 | 2024-07-15T19:11:38.871Z | Downloaded swrite v0.1.0 | 
| 306 | 2024-07-15T19:11:38.871Z | Downloaded tinyvec_macros v0.1.1 | 
| 307 | 2024-07-15T19:11:38.871Z | Downloaded openssl-macros v0.1.1 | 
| 308 | 2024-07-15T19:11:38.871Z | Downloaded strum v0.26.2 | 
| 309 | 2024-07-15T19:11:38.871Z | Downloaded time-core v0.1.2 | 
| 310 | 2024-07-15T19:11:38.871Z | Downloaded heck v0.5.0 | 
| 311 | 2024-07-15T19:11:38.871Z | Downloaded usdt-macro v0.5.0 | 
| 312 | 2024-07-15T19:11:38.871Z | Downloaded clap v4.5.9 | 
| 313 | 2024-07-15T19:11:38.895Z | Downloaded parking_lot_core v0.9.10 | 
| 314 | 2024-07-15T19:11:38.895Z | Downloaded usdt-attr-macro v0.5.0 | 
| 315 | 2024-07-15T19:11:38.896Z | Downloaded sync_wrapper v0.1.2 | 
| 316 | 2024-07-15T19:11:38.896Z | Downloaded base64 v0.21.7 | 
| 317 | 2024-07-15T19:11:38.896Z | Downloaded papergrid v0.11.0 | 
| 318 | 2024-07-15T19:11:38.920Z | Downloaded want v0.3.1 | 
| 319 | 2024-07-15T19:11:38.921Z | Downloaded try-lock v0.2.5 | 
| 320 | 2024-07-15T19:11:38.921Z | Downloaded slog-json v2.6.1 | 
| 321 | 2024-07-15T19:11:38.921Z | Downloaded scroll v0.12.0 | 
| 322 | 2024-07-15T19:11:38.921Z | Downloaded thiserror-impl v1.0.60 | 
| 323 | 2024-07-15T19:11:38.921Z | Downloaded tokio-macros v2.3.0 | 
| 324 | 2024-07-15T19:11:38.921Z | Downloaded thread_local v1.1.8 | 
| 325 | 2024-07-15T19:11:38.922Z | Downloaded flate2 v1.0.30 | 
| 326 | 2024-07-15T19:11:38.946Z | Downloaded quote v1.0.36 | 
| 327 | 2024-07-15T19:11:38.946Z | Downloaded version_check v0.9.4 | 
| 328 | 2024-07-15T19:11:38.946Z | Downloaded terminal_size v0.3.0 | 
| 329 | 2024-07-15T19:11:38.946Z | Downloaded futures-util v0.3.30 | 
| 330 | 2024-07-15T19:11:38.971Z | Downloaded thread-id v4.2.1 | 
| 331 | 2024-07-15T19:11:38.972Z | Downloaded xattr v1.3.1 | 
| 332 | 2024-07-15T19:11:38.972Z | Downloaded proc-macro-error v1.0.4 | 
| 333 | 2024-07-15T19:11:38.972Z | Downloaded strsim v0.11.1 | 
| 334 | 2024-07-15T19:11:38.972Z | Downloaded time-macros v0.2.18 | 
| 335 | 2024-07-15T19:11:38.972Z | Downloaded zerocopy-derive v0.7.34 | 
| 336 | 2024-07-15T19:11:38.998Z | Downloaded serde_derive v1.0.204 | 
| 337 | 2024-07-15T19:11:38.998Z | Downloaded typenum v1.17.0 | 
| 338 | 2024-07-15T19:11:38.999Z | Downloaded unicode-ident v1.0.12 | 
| 339 | 2024-07-15T19:11:38.999Z | Downloaded encoding_rs v0.8.34 | 
| 340 | 2024-07-15T19:11:39.025Z | Downloaded ryu v1.0.18 | 
| 341 | 2024-07-15T19:11:39.025Z | Downloaded url v2.5.0 | 
| 342 | 2024-07-15T19:11:39.025Z | Downloaded tokio-util v0.7.11 | 
| 343 | 2024-07-15T19:11:39.025Z | Downloaded unicode-normalization v0.1.23 | 
| 344 | 2024-07-15T19:11:39.051Z | Downloaded winnow v0.6.8 | 
| 345 | 2024-07-15T19:11:39.051Z | Downloaded zerocopy v0.7.34 | 
| 346 | 2024-07-15T19:11:39.075Z | Downloaded tabled v0.15.0 | 
| 347 | 2024-07-15T19:11:39.099Z | Downloaded vcpkg v0.2.15 | 
| 348 | 2024-07-15T19:11:39.127Z | Downloaded unicode-width v0.1.13 | 
| 349 | 2024-07-15T19:11:39.151Z | Downloaded syn v2.0.68 | 
| 350 | 2024-07-15T19:11:39.151Z | Downloaded tokio v1.38.0 | 
| 351 | 2024-07-15T19:11:39.190Z | Downloaded syn v1.0.109 | 
| 352 | 2024-07-15T19:11:39.214Z | Downloaded rustix v0.38.34 | 
| 353 | 2024-07-15T19:11:39.238Z | Downloaded reqwest v0.11.27 | 
| 354 | 2024-07-15T19:11:39.238Z | Downloaded serde_json v1.0.120 | 
| 355 | 2024-07-15T19:11:39.261Z | Downloaded time v0.3.36 | 
| 356 | 2024-07-15T19:11:39.262Z | Downloaded unicode-bidi v0.3.15 | 
| 357 | 2024-07-15T19:11:39.262Z | Downloaded tracing v0.1.40 | 
| 358 | 2024-07-15T19:11:39.262Z | Downloaded toml_edit v0.22.14 | 
| 359 | 2024-07-15T19:11:39.285Z | Downloaded tinyvec v1.6.0 | 
| 360 | 2024-07-15T19:11:39.285Z | Downloaded tar v0.4.40 | 
| 361 | 2024-07-15T19:11:39.309Z | Downloaded proc-macro2 v1.0.86 | 
| 362 | 2024-07-15T19:11:39.309Z | Downloaded ucd-trie v0.1.6 | 
| 363 | 2024-07-15T19:11:39.309Z | Downloaded tracing-core v0.1.32 | 
| 364 | 2024-07-15T19:11:39.310Z | Downloaded toml v0.8.14 | 
| 365 | 2024-07-15T19:11:39.310Z | Downloaded slog v2.7.0 | 
| 366 | 2024-07-15T19:11:39.310Z | Downloaded socket2 v0.5.7 | 
| 367 | 2024-07-15T19:11:39.310Z | Downloaded strum_macros v0.26.4 | 
| 368 | 2024-07-15T19:11:39.310Z | Downloaded slog-term v2.9.1 | 
| 369 | 2024-07-15T19:11:39.310Z | Downloaded libc v0.2.155 | 
| 370 | 2024-07-15T19:11:39.339Z | Downloaded utf8parse v0.2.1 | 
| 371 | 2024-07-15T19:11:39.363Z | Downloaded usdt-impl v0.5.0 | 
| 372 | 2024-07-15T19:11:39.363Z | Downloaded usdt v0.5.0 | 
| 373 | 2024-07-15T19:11:39.363Z | Downloaded tokio-native-tls v0.3.1 | 
| 374 | 2024-07-15T19:11:39.363Z | Downloaded term v0.7.0 | 
| 375 | 2024-07-15T19:11:39.363Z | Downloaded tabled_derive v0.7.0 | 
| 376 | 2024-07-15T19:11:39.363Z | Downloaded smallvec v1.13.2 | 
| 377 | 2024-07-15T19:11:39.364Z | Downloaded rustls-pemfile v1.0.4 | 
| 378 | 2024-07-15T19:11:39.364Z | Downloaded sha2 v0.10.8 | 
| 379 | 2024-07-15T19:11:39.364Z | Downloaded serde_spanned v0.6.6 | 
| 380 | 2024-07-15T19:11:39.364Z | Downloaded semver v1.0.23 | 
| 381 | 2024-07-15T19:11:39.364Z | Downloaded openssl v0.10.64 | 
| 382 | 2024-07-15T19:11:39.388Z | Downloaded idna v0.5.0 | 
| 383 | 2024-07-15T19:11:39.388Z | Downloaded hyper v0.14.28 | 
| 384 | 2024-07-15T19:11:39.388Z | Downloaded goblin v0.8.2 | 
| 385 | 2024-07-15T19:11:39.413Z | Downloaded slog-bunyan v2.5.0 | 
| 386 | 2024-07-15T19:11:39.413Z | Downloaded signal-hook-registry v1.4.2 | 
| 387 | 2024-07-15T19:11:39.413Z | Downloaded serde_urlencoded v0.7.1 | 
| 388 | 2024-07-15T19:11:39.413Z | Downloaded pest v2.7.10 | 
| 389 | 2024-07-15T19:11:39.413Z | Downloaded hashbrown v0.14.5 | 
| 390 | 2024-07-15T19:11:39.413Z | Downloaded h2 v0.3.26 | 
| 391 | 2024-07-15T19:11:39.438Z | Downloaded clap_builder v4.5.9 | 
| 392 | 2024-07-15T19:11:39.438Z | Downloaded mio v0.8.11 | 
| 393 | 2024-07-15T19:11:39.439Z | Downloaded http v0.2.12 | 
| 394 | 2024-07-15T19:11:39.439Z | Downloaded serde_tokenstream v0.2.1 | 
| 395 | 2024-07-15T19:11:39.439Z | Downloaded memchr v2.7.2 | 
| 396 | 2024-07-15T19:11:39.463Z | Downloaded thiserror v1.0.60 | 
| 397 | 2024-07-15T19:11:39.463Z | Downloaded openssl-sys v0.9.102 | 
| 398 | 2024-07-15T19:11:39.463Z | Downloaded powerfmt v0.2.0 | 
| 399 | 2024-07-15T19:11:39.463Z | Downloaded indexmap v2.2.6 | 
| 400 | 2024-07-15T19:11:39.463Z | Downloaded crossbeam-channel v0.5.12 | 
| 401 | 2024-07-15T19:11:39.463Z | Downloaded slog-async v2.8.0 | 
| 402 | 2024-07-15T19:11:39.487Z | Downloaded pest_meta v2.7.10 | 
| 403 | 2024-07-15T19:11:39.487Z | Downloaded miniz_oxide v0.7.2 | 
| 404 | 2024-07-15T19:11:39.487Z | Downloaded log v0.4.21 | 
| 405 | 2024-07-15T19:11:39.487Z | Downloaded crossbeam-utils v0.8.19 | 
| 406 | 2024-07-15T19:11:39.487Z | Downloaded toml_datetime v0.6.6 | 
| 407 | 2024-07-15T19:11:39.487Z | Downloaded slab v0.4.9 | 
| 408 | 2024-07-15T19:11:39.488Z | Downloaded plain v0.2.3 | 
| 409 | 2024-07-15T19:11:39.488Z | Downloaded pest_derive v2.7.10 | 
| 410 | 2024-07-15T19:11:39.488Z | Downloaded parking_lot v0.12.2 | 
| 411 | 2024-07-15T19:11:39.488Z | Downloaded num_cpus v1.16.0 | 
| 412 | 2024-07-15T19:11:39.488Z | Downloaded native-tls v0.2.11 | 
| 413 | 2024-07-15T19:11:39.512Z | Downloaded ipnet v2.9.0 | 
| 414 | 2024-07-15T19:11:39.512Z | Downloaded futures v0.3.30 | 
| 415 | 2024-07-15T19:11:39.512Z | Downloaded once_cell v1.19.0 | 
| 416 | 2024-07-15T19:11:39.512Z | Downloaded httparse v1.8.0 | 
| 417 | 2024-07-15T19:11:39.512Z | Downloaded form_urlencoded v1.2.1 | 
| 418 | 2024-07-15T19:11:39.512Z | Downloaded crc32fast v1.4.0 | 
| 419 | 2024-07-15T19:11:39.512Z | Downloaded cc v1.0.97 | 
| 420 | 2024-07-15T19:11:39.512Z | Downloaded percent-encoding v2.3.1 | 
| 421 | 2024-07-15T19:11:39.512Z | Downloaded memmap v0.7.0 | 
| 422 | 2024-07-15T19:11:39.512Z | Downloaded httpdate v1.0.3 | 
| 423 | 2024-07-15T19:11:39.512Z | Downloaded futures-core v0.3.30 | 
| 424 | 2024-07-15T19:11:39.512Z | Downloaded bytes v1.6.0 | 
| 425 | 2024-07-15T19:11:39.537Z | Downloaded bitflags v2.5.0 | 
| 426 | 2024-07-15T19:11:39.537Z | Downloaded tower-service v0.3.2 | 
| 427 | 2024-07-15T19:11:39.537Z | Downloaded serde v1.0.204 | 
| 428 | 2024-07-15T19:11:39.537Z | Downloaded rustversion v1.0.17 | 
| 429 | 2024-07-15T19:11:39.537Z | Downloaded proc-macro-error-attr v1.0.4 | 
| 430 | 2024-07-15T19:11:39.537Z | Downloaded futures-sink v0.3.30 | 
| 431 | 2024-07-15T19:11:39.537Z | Downloaded futures-io v0.3.30 | 
| 432 | 2024-07-15T19:11:39.537Z | Downloaded errno v0.3.9 | 
| 433 | 2024-07-15T19:11:39.537Z | Downloaded dof v0.3.0 | 
| 434 | 2024-07-15T19:11:39.537Z | Downloaded dirs-next v2.0.0 | 
| 435 | 2024-07-15T19:11:39.537Z | Downloaded deranged v0.3.11 | 
| 436 | 2024-07-15T19:11:39.537Z | Downloaded colorchoice v1.0.1 | 
| 437 | 2024-07-15T19:11:39.537Z | Downloaded cargo_toml v0.20.3 | 
| 438 | 2024-07-15T19:11:39.561Z | Downloaded take_mut v0.2.2 | 
| 439 | 2024-07-15T19:11:39.561Z | Downloaded is_terminal_polyfill v1.70.0 | 
| 440 | 2024-07-15T19:11:39.561Z | Downloaded match_cfg v0.1.0 | 
| 441 | 2024-07-15T19:11:39.561Z | Downloaded clap_derive v4.5.8 | 
| 442 | 2024-07-15T19:11:39.561Z | Downloaded anyhow v1.0.86 | 
| 443 | 2024-07-15T19:11:39.561Z | Downloaded pest_generator v2.7.10 | 
| 444 | 2024-07-15T19:11:39.561Z | Downloaded mime v0.3.17 | 
| 445 | 2024-07-15T19:11:39.561Z | Downloaded macaddr v1.0.1 | 
| 446 | 2024-07-15T19:11:39.561Z | Downloaded hyper-tls v0.5.0 | 
| 447 | 2024-07-15T19:11:39.561Z | Downloaded futures-task v0.3.30 | 
| 448 | 2024-07-15T19:11:39.561Z | Downloaded futures-executor v0.3.30 | 
| 449 | 2024-07-15T19:11:39.561Z | Downloaded futures-channel v0.3.30 | 
| 450 | 2024-07-15T19:11:39.561Z | Downloaded foreign-types v0.3.2 | 
| 451 | 2024-07-15T19:11:39.561Z | Downloaded camino v1.1.7 | 
| 452 | 2024-07-15T19:11:39.561Z | Downloaded http-body v0.4.6 | 
| 453 | 2024-07-15T19:11:39.561Z | Downloaded cpufeatures v0.2.12 | 
| 454 | 2024-07-15T19:11:39.586Z | Downloaded cargo_metadata v0.18.1 | 
| 455 | 2024-07-15T19:11:39.586Z | Downloaded byteorder v1.5.0 | 
| 456 | 2024-07-15T19:11:39.586Z | Downloaded block-buffer v0.10.4 | 
| 457 | 2024-07-15T19:11:39.586Z | Downloaded anstream v0.6.14 | 
| 458 | 2024-07-15T19:11:39.586Z | Downloaded pkg-config v0.3.30 | 
| 459 | 2024-07-15T19:11:39.586Z | Downloaded pin-utils v0.1.0 | 
| 460 | 2024-07-15T19:11:39.586Z | Downloaded digest v0.10.7 | 
| 461 | 2024-07-15T19:11:39.586Z | Downloaded crypto-common v0.1.6 | 
| 462 | 2024-07-15T19:11:39.586Z | Downloaded bytecount v0.6.8 | 
| 463 | 2024-07-15T19:11:39.586Z | Downloaded num_threads v0.1.7 | 
| 464 | 2024-07-15T19:11:39.586Z | Downloaded num-conv v0.1.0 | 
| 465 | 2024-07-15T19:11:39.586Z | Downloaded futures-macro v0.3.30 | 
| 466 | 2024-07-15T19:11:39.586Z | Downloaded fnv v1.0.7 | 
| 467 | 2024-07-15T19:11:39.586Z | Downloaded filetime v0.2.23 | 
| 468 | 2024-07-15T19:11:39.586Z | Downloaded dtrace-parser v0.2.0 | 
| 469 | 2024-07-15T19:11:39.586Z | Downloaded cargo-platform v0.1.8 | 
| 470 | 2024-07-15T19:11:39.586Z | Downloaded heck v0.4.1 | 
| 471 | 2024-07-15T19:11:39.587Z | Downloaded anstyle-query v1.0.3 | 
| 472 | 2024-07-15T19:11:39.611Z | Downloaded anstyle v1.0.7 | 
| 473 | 2024-07-15T19:11:39.611Z | Downloaded adler v1.0.2 | 
| 474 | 2024-07-15T19:11:39.611Z | Downloaded anstyle-parse v0.2.4 | 
| 475 | 2024-07-15T19:11:39.611Z | Downloaded cfg-if v1.0.0 | 
| 476 | 2024-07-15T19:11:39.741Z | Compiling proc-macro2 v1.0.86 | 
| 477 | 2024-07-15T19:11:39.741Z | Compiling unicode-ident v1.0.12 | 
| 478 | 2024-07-15T19:11:39.741Z | Compiling libc v0.2.155 | 
| 479 | 2024-07-15T19:11:39.765Z | Compiling version_check v0.9.4 | 
| 480 | 2024-07-15T19:11:39.765Z | Compiling cfg-if v1.0.0 | 
| 481 | 2024-07-15T19:11:39.765Z | Compiling itoa v1.0.11 | 
| 482 | 2024-07-15T19:11:39.790Z | Compiling once_cell v1.19.0 | 
| 483 | 2024-07-15T19:11:39.790Z | Compiling serde v1.0.204 | 
| 484 | 2024-07-15T19:11:39.935Z | Compiling autocfg v1.3.0 | 
| 485 | 2024-07-15T19:11:39.998Z | Compiling memchr v2.7.2 | 
| 486 | 2024-07-15T19:11:40.104Z | Compiling thiserror v1.0.60 | 
| 487 | 2024-07-15T19:11:40.279Z | Compiling ryu v1.0.18 | 
| 488 | 2024-07-15T19:11:40.391Z | Compiling pin-project-lite v0.2.14 | 
| 489 | 2024-07-15T19:11:40.512Z | Compiling bitflags v2.5.0 | 
| 490 | 2024-07-15T19:11:40.568Z | Compiling pkg-config v0.3.30 | 
| 491 | 2024-07-15T19:11:40.644Z | Compiling cc v1.0.97 | 
| 492 | 2024-07-15T19:11:40.780Z | Compiling vcpkg v0.2.15 | 
| 493 | 2024-07-15T19:11:40.815Z | Compiling lock_api v0.4.12 | 
| 494 | 2024-07-15T19:11:40.945Z | Compiling ucd-trie v0.1.6 | 
| 495 | 2024-07-15T19:11:41.114Z | Compiling parking_lot_core v0.9.10 | 
| 496 | 2024-07-15T19:11:41.616Z | Compiling quote v1.0.36 | 
| 497 | 2024-07-15T19:11:41.702Z | Compiling slab v0.4.9 | 
| 498 | 2024-07-15T19:11:41.963Z | Compiling syn v2.0.68 | 
| 499 | 2024-07-15T19:11:42.106Z | Compiling bytes v1.6.0 | 
| 500 | 2024-07-15T19:11:42.140Z | Compiling smallvec v1.13.2 | 
| 501 | 2024-07-15T19:11:42.235Z | Compiling futures-sink v0.3.30 | 
| 502 | 2024-07-15T19:11:42.272Z | Compiling futures-core v0.3.30 | 
| 503 | 2024-07-15T19:11:42.312Z | Compiling scopeguard v1.2.0 | 
| 504 | 2024-07-15T19:11:42.579Z | Compiling equivalent v1.0.1 | 
| 505 | 2024-07-15T19:11:42.699Z | Compiling fnv v1.0.7 | 
| 506 | 2024-07-15T19:11:42.743Z | Compiling serde_json v1.0.120 | 
| 507 | 2024-07-15T19:11:42.820Z | Compiling log v0.4.21 | 
| 508 | 2024-07-15T19:11:42.863Z | Compiling byteorder v1.5.0 | 
| 509 | 2024-07-15T19:11:42.938Z | Compiling hashbrown v0.14.5 | 
| 510 | 2024-07-15T19:11:43.069Z | Compiling parking_lot v0.12.2 | 
| 511 | 2024-07-15T19:11:43.220Z | Compiling futures-channel v0.3.30 | 
| 512 | 2024-07-15T19:11:43.301Z | Compiling signal-hook-registry v1.4.2 | 
| 513 | 2024-07-15T19:11:43.326Z | Compiling mio v0.8.11 | 
| 514 | 2024-07-15T19:11:43.448Z | Compiling socket2 v0.5.7 | 
| 515 | 2024-07-15T19:11:43.595Z | Compiling num_cpus v1.16.0 | 
| 516 | 2024-07-15T19:11:43.731Z | Compiling rustix v0.38.34 | 
| 517 | 2024-07-15T19:11:44.031Z | Compiling openssl-sys v0.9.102 | 
| 518 | 2024-07-15T19:11:44.092Z | Compiling indexmap v2.2.6 | 
| 519 | 2024-07-15T19:11:44.166Z | Compiling pin-utils v0.1.0 | 
| 520 | 2024-07-15T19:11:44.280Z | Compiling typenum v1.17.0 | 
| 521 | 2024-07-15T19:11:44.325Z | Compiling futures-io v0.3.30 | 
| 522 | 2024-07-15T19:11:44.444Z | Compiling futures-task v0.3.30 | 
| 523 | 2024-07-15T19:11:44.639Z | Compiling errno v0.3.9 | 
| 524 | 2024-07-15T19:11:44.672Z | Compiling generic-array v0.14.7 | 
| 525 | 2024-07-15T19:11:44.739Z | Compiling slog v2.7.0 | 
| 526 | 2024-07-15T19:11:44.879Z | Compiling foreign-types-shared v0.1.1 | 
| 527 | 2024-07-15T19:11:44.986Z | Compiling openssl v0.10.64 | 
| 528 | 2024-07-15T19:11:45.014Z | Compiling foreign-types v0.3.2 | 
| 529 | 2024-07-15T19:11:45.368Z | Compiling http v0.2.12 | 
| 530 | 2024-07-15T19:11:45.422Z | Compiling usdt-impl v0.5.0 | 
| 531 | 2024-07-15T19:11:45.455Z | Compiling proc-macro-error-attr v1.0.4 | 
| 532 | 2024-07-15T19:11:45.751Z | Compiling tracing-core v0.1.32 | 
| 533 | 2024-07-15T19:11:45.776Z | Compiling native-tls v0.2.11 | 
| 534 | 2024-07-15T19:11:45.844Z | Compiling powerfmt v0.2.0 | 
| 535 | 2024-07-15T19:11:46.151Z | Compiling httparse v1.8.0 | 
| 536 | 2024-07-15T19:11:46.313Z | Compiling num-conv v0.1.0 | 
| 537 | 2024-07-15T19:11:46.577Z | Compiling syn v1.0.109 | 
| 538 | 2024-07-15T19:11:46.604Z | Compiling time-core v0.1.2 | 
| 539 | 2024-07-15T19:11:46.631Z | Compiling tinyvec_macros v0.1.1 | 
| 540 | 2024-07-15T19:11:46.773Z | Compiling time-macros v0.2.18 | 
| 541 | 2024-07-15T19:11:46.798Z | Compiling tinyvec v1.6.0 | 
| 542 | 2024-07-15T19:11:47.151Z | Compiling tracing v0.1.40 | 
| 543 | 2024-07-15T19:11:47.205Z | Compiling deranged v0.3.11 | 
| 544 | 2024-07-15T19:11:47.683Z | Compiling thread-id v4.2.1 | 
| 545 | 2024-07-15T19:11:47.813Z | Compiling proc-macro-error v1.0.4 | 
| 546 | 2024-07-15T19:11:47.846Z | Compiling rustversion v1.0.17 | 
| 547 | 2024-07-15T19:11:47.884Z | Compiling heck v0.5.0 | 
| 548 | 2024-07-15T19:11:48.054Z | Compiling utf8parse v0.2.1 | 
| 549 | 2024-07-15T19:11:48.084Z | Compiling try-lock v0.2.5 | 
| 550 | 2024-07-15T19:11:48.233Z | Compiling openssl-probe v0.1.5 | 
| 551 | 2024-07-15T19:11:48.258Z | Compiling crossbeam-utils v0.8.19 | 
| 552 | 2024-07-15T19:11:48.365Z | Compiling num_threads v0.1.7 | 
| 553 | 2024-07-15T19:11:48.490Z | Compiling plain v0.2.3 | 
| 554 | 2024-07-15T19:11:48.516Z | Compiling percent-encoding v2.3.1 | 
| 555 | 2024-07-15T19:11:48.567Z | Compiling want v0.3.1 | 
| 556 | 2024-07-15T19:11:48.627Z | Compiling anstyle-parse v0.2.4 | 
| 557 | 2024-07-15T19:11:48.819Z | Compiling form_urlencoded v1.2.1 | 
| 558 | 2024-07-15T19:11:48.846Z | Compiling unicode-normalization v0.1.23 | 
| 559 | 2024-07-15T19:11:48.958Z | Compiling http-body v0.4.6 | 
| 560 | 2024-07-15T19:11:49.116Z | Compiling dirs-sys-next v0.1.2 | 
| 561 | 2024-07-15T19:11:49.550Z | Compiling camino v1.1.7 | 
| 562 | 2024-07-15T19:11:49.617Z | Compiling is_terminal_polyfill v1.70.0 | 
| 563 | 2024-07-15T19:11:49.645Z | Compiling winnow v0.6.8 | 
| 564 | 2024-07-15T19:11:49.645Z | Compiling time v0.3.36 | 
| 565 | 2024-07-15T19:11:49.704Z | Compiling semver v1.0.23 | 
| 566 | 2024-07-15T19:11:49.752Z | Compiling colorchoice v1.0.1 | 
| 567 | 2024-07-15T19:11:49.777Z | Compiling unicode-bidi v0.3.15 | 
| 568 | 2024-07-15T19:11:49.907Z | Compiling pretty-hex v0.4.1 | 
| 569 | 2024-07-15T19:11:50.115Z | Compiling anstyle-query v1.0.3 | 
| 570 | 2024-07-15T19:11:50.140Z | Compiling tower-service v0.3.2 | 
| 571 | 2024-07-15T19:11:50.165Z | Compiling anstyle v1.0.7 | 
| 572 | 2024-07-15T19:11:50.257Z | Compiling httpdate v1.0.3 | 
| 573 | 2024-07-15T19:11:50.282Z | Compiling crc32fast v1.4.0 | 
| 574 | 2024-07-15T19:11:50.550Z | Compiling anstream v0.6.14 | 
| 575 | 2024-07-15T19:11:50.706Z | Compiling idna v0.5.0 | 
| 576 | 2024-07-15T19:11:51.030Z | Compiling dirs-next v2.0.0 | 
| 577 | 2024-07-15T19:11:51.887Z | Compiling crypto-common v0.1.6 | 
| 578 | 2024-07-15T19:11:52.078Z | Compiling block-buffer v0.10.4 | 
| 579 | 2024-07-15T19:11:52.102Z | Compiling terminal_size v0.3.0 | 
| 580 | 2024-07-15T19:11:52.313Z | Compiling fs-err v2.11.0 | 
| 581 | 2024-07-15T19:11:52.338Z | Compiling thread_local v1.1.8 | 
| 582 | 2024-07-15T19:11:52.409Z | Compiling bytecount v0.6.8 | 
| 583 | 2024-07-15T19:11:52.560Z | Compiling unicode-width v0.1.13 | 
| 584 | 2024-07-15T19:11:52.607Z | Compiling strsim v0.11.1 | 
| 585 | 2024-07-15T19:11:52.634Z | Compiling clap_lex v0.7.0 | 
| 586 | 2024-07-15T19:11:52.793Z | Compiling match_cfg v0.1.0 | 
| 587 | 2024-07-15T19:11:52.848Z | Compiling heck v0.4.1 | 
| 588 | 2024-07-15T19:11:52.881Z | Compiling slog-async v2.8.0 | 
| 589 | 2024-07-15T19:11:52.906Z | Compiling anyhow v1.0.86 | 
| 590 | 2024-07-15T19:11:53.037Z | Compiling base64 v0.21.7 | 
| 591 | 2024-07-15T19:11:53.116Z | Compiling adler v1.0.2 | 
| 592 | 2024-07-15T19:11:53.234Z | Compiling serde_derive v1.0.204 | 
| 593 | 2024-07-15T19:11:53.315Z | Compiling thiserror-impl v1.0.60 | 
| 594 | 2024-07-15T19:11:53.343Z | Compiling zerocopy-derive v0.7.34 | 
| 595 | 2024-07-15T19:11:53.368Z | Compiling tokio-macros v2.3.0 | 
| 596 | 2024-07-15T19:11:53.446Z | Compiling futures-macro v0.3.30 | 
| 597 | 2024-07-15T19:11:53.489Z | Compiling scroll_derive v0.12.0 | 
| 598 | 2024-07-15T19:11:53.727Z | Compiling openssl-macros v0.1.1 | 
| 599 | 2024-07-15T19:11:54.515Z | Compiling tabled_derive v0.7.0 | 
| 600 | 2024-07-15T19:11:54.726Z | Compiling scroll v0.12.0 | 
| 601 | 2024-07-15T19:11:54.834Z | Compiling tokio v1.38.0 | 
| 602 | 2024-07-15T19:11:55.172Z | Compiling futures-util v0.3.30 | 
| 603 | 2024-07-15T19:11:55.240Z | Compiling goblin v0.8.2 | 
| 604 | 2024-07-15T19:11:55.366Z | Compiling zerocopy v0.7.34 | 
| 605 | 2024-07-15T19:11:56.312Z | Compiling pest v2.7.10 | 
| 606 | 2024-07-15T19:11:56.678Z | Compiling rustls-pemfile v1.0.4 | 
| 607 | 2024-07-15T19:11:57.024Z | Compiling miniz_oxide v0.7.2 | 
| 608 | 2024-07-15T19:11:57.081Z | Compiling strum_macros v0.26.4 | 
| 609 | 2024-07-15T19:11:58.452Z | Compiling pest_meta v2.7.10 | 
| 610 | 2024-07-15T19:11:58.919Z | Compiling clap_derive v4.5.8 | 
| 611 | 2024-07-15T19:12:01.735Z | Compiling pest_generator v2.7.10 | 
| 612 | 2024-07-15T19:12:01.925Z | Compiling tokio-util v0.7.11 | 
| 613 | 2024-07-15T19:12:03.080Z | Compiling h2 v0.3.26 | 
| 614 | 2024-07-15T19:12:03.223Z | Compiling futures-executor v0.3.30 | 
| 615 | 2024-07-15T19:12:03.404Z | Compiling pest_derive v2.7.10 | 
| 616 | 2024-07-15T19:12:03.665Z | Compiling tokio-native-tls v0.3.1 | 
| 617 | 2024-07-15T19:12:03.755Z | Compiling hostname v0.3.1 | 
| 618 | 2024-07-15T19:12:03.907Z | Compiling clap_builder v4.5.9 | 
| 619 | 2024-07-15T19:12:03.974Z | Compiling papergrid v0.11.0 | 
| 620 | 2024-07-15T19:12:04.080Z | Compiling dtrace-parser v0.2.0 | 
| 621 | 2024-07-15T19:12:04.622Z | Compiling digest v0.10.7 | 
| 622 | 2024-07-15T19:12:04.991Z | Compiling crossbeam-channel v0.5.12 | 
| 623 | 2024-07-15T19:12:05.979Z | Compiling serde_tokenstream v0.2.1 | 
| 624 | 2024-07-15T19:12:06.105Z | Compiling toml_datetime v0.6.6 | 
| 625 | 2024-07-15T19:12:06.500Z | Compiling serde_spanned v0.6.6 | 
| 626 | 2024-07-15T19:12:06.567Z | Compiling serde_urlencoded v0.7.1 | 
| 627 | 2024-07-15T19:12:06.711Z | Compiling toml_edit v0.22.14 | 
| 628 | 2024-07-15T19:12:07.051Z | Compiling hyper v0.14.28 | 
| 629 | 2024-07-15T19:12:07.727Z | Compiling dof v0.3.0 | 
| 630 | 2024-07-15T19:12:08.420Z | Compiling slog-json v2.6.1 | 
| 631 | 2024-07-15T19:12:08.765Z | Compiling cargo-platform v0.1.8 | 
| 632 | 2024-07-15T19:12:09.409Z | Compiling toml v0.8.14 | 
| 633 | 2024-07-15T19:12:09.838Z | Compiling usdt-attr-macro v0.5.0 | 
| 634 | 2024-07-15T19:12:10.074Z | Compiling usdt-macro v0.5.0 | 
| 635 | 2024-07-15T19:12:10.365Z | Compiling hyper-tls v0.5.0 | 
| 636 | 2024-07-15T19:12:10.651Z | Compiling url v2.5.0 | 
| 637 | 2024-07-15T19:12:10.679Z | Compiling term v0.7.0 | 
| 638 | 2024-07-15T19:12:11.128Z | Compiling xattr v1.3.1 | 
| 639 | 2024-07-15T19:12:11.235Z | Compiling memmap v0.7.0 | 
| 640 | 2024-07-15T19:12:11.294Z | Compiling is-terminal v0.4.12 | 
| 641 | 2024-07-15T19:12:11.390Z | Compiling filetime v0.2.23 | 
| 642 | 2024-07-15T19:12:11.431Z | Compiling encoding_rs v0.8.34 | 
| 643 | 2024-07-15T19:12:11.582Z | Compiling cpufeatures v0.2.12 | 
| 644 | 2024-07-15T19:12:11.684Z | Compiling ipnet v2.9.0 | 
| 645 | 2024-07-15T19:12:11.710Z | Compiling take_mut v0.2.2 | 
| 646 | 2024-07-15T19:12:11.861Z | Compiling sync_wrapper v0.1.2 | 
| 647 | 2024-07-15T19:12:11.987Z | Compiling mime v0.3.17 | 
| 648 | 2024-07-15T19:12:12.238Z | Compiling sha2 v0.10.8 | 
| 649 | 2024-07-15T19:12:12.351Z | Compiling tar v0.4.40 | 
| 650 | 2024-07-15T19:12:12.515Z | Compiling slog-term v2.9.1 | 
| 651 | 2024-07-15T19:12:12.547Z | Compiling usdt v0.5.0 | 
| 652 | 2024-07-15T19:12:12.784Z | Compiling flate2 v1.0.30 | 
| 653 | 2024-07-15T19:12:13.008Z | Compiling cargo_toml v0.20.3 | 
| 654 | 2024-07-15T19:12:13.213Z | Compiling cargo_metadata v0.18.1 | 
| 655 | 2024-07-15T19:12:13.620Z | Compiling reqwest v0.11.27 | 
| 656 | 2024-07-15T19:12:13.645Z | Compiling slog-bunyan v2.5.0 | 
| 657 | 2024-07-15T19:12:13.826Z | Compiling clap v4.5.9 | 
| 658 | 2024-07-15T19:12:13.934Z | Compiling tabled v0.15.0 | 
| 659 | 2024-07-15T19:12:14.139Z | Compiling macaddr v1.0.1 | 
| 660 | 2024-07-15T19:12:14.540Z | Compiling futures v0.3.30 | 
| 661 | 2024-07-15T19:12:14.654Z | Compiling strum v0.26.2 | 
| 662 | 2024-07-15T19:12:14.819Z | Compiling swrite v0.1.0 | 
| 663 | 2024-07-15T19:12:19.807Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 664 | 2024-07-15T19:12:30.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s | 
| 665 | 2024-07-15T19:12:30.605Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` | 
| 666 | 2024-07-15T19:12:30.678Z | Jul 15 19:12:30.126 INFO Starting download, target: Clickhouse | 
| 667 | 2024-07-15T19:12:30.678Z | Jul 15 19:12:30.127 INFO Starting download, target: Cockroach | 
| 668 | 2024-07-15T19:12:30.678Z | Jul 15 19:12:30.127 INFO Starting download, target: Console | 
| 669 | 2024-07-15T19:12:30.678Z | Jul 15 19:12:30.127 INFO Starting download, target: DendriteOpenapi | 
| 670 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.127 INFO Starting download, target: MaghemiteMgd | 
| 671 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.127 INFO Starting download, target: DendriteStub | 
| 672 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.127 INFO Starting download, target: TransceiverControl | 
| 673 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi | 
| 674 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console | 
| 675 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl | 
| 676 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd | 
| 677 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub | 
| 678 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.129 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach | 
| 679 | 2024-07-15T19:12:30.703Z | Jul 15 19:12:30.130 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse | 
| 680 | 2024-07-15T19:12:31.038Z | Jul 15 19:12:30.484 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console | 
| 681 | 2024-07-15T19:12:31.108Z | Jul 15 19:12:30.555 INFO Download complete, target: DendriteOpenapi | 
| 682 | 2024-07-15T19:12:31.411Z | Jul 15 19:12:30.851 INFO Download complete, target: Console | 
| 683 | 2024-07-15T19:12:31.518Z | Jul 15 19:12:30.961 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl | 
| 684 | 2024-07-15T19:12:32.249Z | Jul 15 19:12:31.698 INFO Download complete, target: TransceiverControl | 
| 685 | 2024-07-15T19:12:32.858Z | Jul 15 19:12:32.306 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd | 
| 686 | 2024-07-15T19:12:34.323Z | Jul 15 19:12:33.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub | 
| 687 | 2024-07-15T19:12:36.250Z | Jul 15 19:12:35.699 INFO Download complete, target: MaghemiteMgd | 
| 688 | 2024-07-15T19:12:37.749Z | Jul 15 19:12:37.195 INFO Download complete, target: DendriteStub | 
| 689 | 2024-07-15T19:12:37.775Z | Jul 15 19:12:37.222 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach | 
| 690 | 2024-07-15T19:12:37.775Z | Jul 15 19:12:37.222 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach | 
| 691 | 2024-07-15T19:12:48.227Z | Jul 15 19:12:47.676 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach | 
| 692 | 2024-07-15T19:12:48.254Z | Jul 15 19:12:47.703 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse | 
| 693 | 2024-07-15T19:12:48.666Z | Jul 15 19:12:48.114 INFO Checking that binary works, target: Cockroach | 
| 694 | 2024-07-15T19:12:48.870Z | Jul 15 19:12:48.318 INFO Download complete, target: Cockroach | 
| 695 | 2024-07-15T19:13:05.096Z | Jul 15 19:13:04.544 INFO Checking that binary works, target: Clickhouse | 
| 696 | 2024-07-15T19:13:05.235Z | Jul 15 19:13:04.684 INFO Download complete, target: Clickhouse | 
| 697 | 2024-07-15T19:13:05.261Z | All builder prerequisites installed successfully, and PATH looks valid | 
| 698 | 2024-07-15T19:13:05.286Z |  | 
| 699 | 2024-07-15T19:13:05.286Z | real     2:53.269250533 | 
| 700 | 2024-07-15T19:13:05.286Z | user     5:34.554202538 | 
| 701 | 2024-07-15T19:13:05.286Z | sys      1:21.883364201 | 
| 702 | 2024-07-15T19:13:05.286Z | trap        0.198524078 | 
| 703 | 2024-07-15T19:13:05.286Z | tflt        0.082876713 | 
| 704 | 2024-07-15T19:13:05.286Z | dflt        0.849937818 | 
| 705 | 2024-07-15T19:13:05.286Z | kflt        0.007150726 | 
| 706 | 2024-07-15T19:13:05.286Z | lock    17:09.122766784 | 
| 707 | 2024-07-15T19:13:05.286Z | slp     15:21.072230645 | 
| 708 | 2024-07-15T19:13:05.286Z | lat        24.991469878 | 
| 709 | 2024-07-15T19:13:05.286Z | stop     1:03.675598801 | 
| 710 | 2024-07-15T19:13:05.286Z | + banner clippy | 
| 711 | 2024-07-15T19:13:05.286Z |  | 
| 712 | 2024-07-15T19:13:05.286Z | ####   #          #    #####   #####    #   # | 
| 713 | 2024-07-15T19:13:05.286Z | #    #  #          #    #    #  #    #    # # | 
| 714 | 2024-07-15T19:13:05.286Z | #       #          #    #    #  #    #     # | 
| 715 | 2024-07-15T19:13:05.286Z | #       #          #    #####   #####      # | 
| 716 | 2024-07-15T19:13:05.286Z | #    #  #          #    #       #          # | 
| 717 | 2024-07-15T19:13:05.286Z | ####   ######     #    #       #          # | 
| 718 | 2024-07-15T19:13:05.286Z |  | 
| 719 | 2024-07-15T19:13:05.286Z | + export CARGO_INCREMENTAL=0 | 
| 720 | 2024-07-15T19:13:05.286Z | + CARGO_INCREMENTAL=0 | 
| 721 | 2024-07-15T19:13:05.286Z | + ptime -m cargo xtask clippy | 
| 722 | 2024-07-15T19:13:06.046Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 723 | 2024-07-15T19:13:16.134Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.80s | 
| 724 | 2024-07-15T19:13:16.192Z | Running `target/debug/xtask clippy` | 
| 725 | 2024-07-15T19:13:16.230Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" | 
| 726 | 2024-07-15T19:13:17.249Z | Downloading crates ... | 
| 727 | 2024-07-15T19:13:17.463Z | Downloaded atty v0.2.14 | 
| 728 | 2024-07-15T19:13:17.491Z | Downloaded csv-core v0.1.11 | 
| 729 | 2024-07-15T19:13:17.521Z | Downloaded slog-stdlog v4.1.1 | 
| 730 | 2024-07-15T19:13:17.549Z | Downloaded target-spec v3.1.0 | 
| 731 | 2024-07-15T19:13:17.576Z | Downloaded pem-rfc7468 v0.7.0 | 
| 732 | 2024-07-15T19:13:17.602Z | Downloaded escape8259 v0.5.2 | 
| 733 | 2024-07-15T19:13:17.602Z | Downloaded primeorder v0.13.6 | 
| 734 | 2024-07-15T19:13:17.630Z | Downloaded dyn-clone v1.0.17 | 
| 735 | 2024-07-15T19:13:17.630Z | Downloaded r2d2 v0.8.10 | 
| 736 | 2024-07-15T19:13:17.630Z | Downloaded rand_seeder v0.2.3 | 
| 737 | 2024-07-15T19:13:17.630Z | Downloaded rfc6979 v0.4.0 | 
| 738 | 2024-07-15T19:13:17.656Z | Downloaded russh-cryptovec v0.7.2 | 
| 739 | 2024-07-15T19:13:17.656Z | Downloaded termtree v0.4.1 | 
| 740 | 2024-07-15T19:13:17.656Z | Downloaded waitgroup v0.1.2 | 
| 741 | 2024-07-15T19:13:17.656Z | Downloaded yansi v0.5.1 | 
| 742 | 2024-07-15T19:13:17.682Z | Downloaded yasna v0.5.2 | 
| 743 | 2024-07-15T19:13:17.682Z | Downloaded topological-sort v0.2.2 | 
| 744 | 2024-07-15T19:13:17.682Z | Downloaded zerocopy v0.6.6 | 
| 745 | 2024-07-15T19:13:17.682Z | Downloaded wait-timeout v0.2.0 | 
| 746 | 2024-07-15T19:13:17.708Z | Downloaded x509-cert v0.2.5 | 
| 747 | 2024-07-15T19:13:17.708Z | Downloaded whoami v1.5.1 | 
| 748 | 2024-07-15T19:13:17.733Z | Downloaded trust-dns-server v0.22.1 | 
| 749 | 2024-07-15T19:13:17.733Z | Downloaded trust-dns-client v0.22.0 | 
| 750 | 2024-07-15T19:13:17.758Z | Downloaded typed-path v0.7.1 | 
| 751 | 2024-07-15T19:13:17.758Z | Downloaded winnow v0.5.40 | 
| 752 | 2024-07-15T19:13:17.787Z | Downloaded sha3 v0.10.8 | 
| 753 | 2024-07-15T19:13:17.787Z | Downloaded finl_unicode v1.2.0 | 
| 754 | 2024-07-15T19:13:17.813Z | Downloaded petgraph v0.6.5 | 
| 755 | 2024-07-15T19:13:17.813Z | Downloaded webpki-roots v0.25.4 | 
| 756 | 2024-07-15T19:13:17.839Z | Downloaded trust-dns-proto v0.22.0 | 
| 757 | 2024-07-15T19:13:17.839Z | Downloaded rustls-webpki v0.102.4 | 
| 758 | 2024-07-15T19:13:17.864Z | Downloaded rustls-webpki v0.101.7 | 
| 759 | 2024-07-15T19:13:17.888Z | Downloaded rustls v0.22.4 | 
| 760 | 2024-07-15T19:13:17.889Z | Downloaded rustls v0.21.12 | 
| 761 | 2024-07-15T19:13:17.916Z | Downloaded regex-automata v0.4.6 | 
| 762 | 2024-07-15T19:13:17.941Z | Downloaded polar-core v0.27.3 | 
| 763 | 2024-07-15T19:13:17.966Z | Downloaded trust-dns-resolver v0.22.0 | 
| 764 | 2024-07-15T19:13:17.966Z | Downloaded rustyline v14.0.0 | 
| 765 | 2024-07-15T19:13:17.966Z | Downloaded russh v0.43.0 | 
| 766 | 2024-07-15T19:13:17.991Z | Downloaded rsa v0.9.6 | 
| 767 | 2024-07-15T19:13:17.991Z | Downloaded proptest v1.4.0 | 
| 768 | 2024-07-15T19:13:18.016Z | Downloaded plotters v0.3.5 | 
| 769 | 2024-07-15T19:13:18.016Z | Downloaded openapiv3 v2.0.0 | 
| 770 | 2024-07-15T19:13:18.042Z | Downloaded tower v0.4.13 | 
| 771 | 2024-07-15T19:13:18.042Z | Downloaded tough v0.17.1 | 
| 772 | 2024-07-15T19:13:18.066Z | Downloaded salty v0.2.0 | 
| 773 | 2024-07-15T19:13:18.066Z | Downloaded ring v0.17.8 | 
| 774 | 2024-07-15T19:13:18.142Z | Downloaded regex-syntax v0.6.29 | 
| 775 | 2024-07-15T19:13:18.167Z | Downloaded ratatui v0.27.0 | 
| 776 | 2024-07-15T19:13:18.192Z | Downloaded portable-atomic v1.6.0 | 
| 777 | 2024-07-15T19:13:18.192Z | Downloaded zerocopy-derive v0.6.6 | 
| 778 | 2024-07-15T19:13:18.192Z | Downloaded object v0.32.2 | 
| 779 | 2024-07-15T19:13:18.217Z | Downloaded ring v0.16.20 | 
| 780 | 2024-07-15T19:13:18.299Z | Downloaded nix v0.28.0 | 
| 781 | 2024-07-15T19:13:18.324Z | Downloaded nix v0.27.1 | 
| 782 | 2024-07-15T19:13:18.349Z | Downloaded idna v0.2.3 | 
| 783 | 2024-07-15T19:13:18.349Z | Downloaded samael v0.0.15 | 
| 784 | 2024-07-15T19:13:18.349Z | Downloaded russh-keys v0.43.0 | 
| 785 | 2024-07-15T19:13:18.349Z | Downloaded rstest_macros v0.19.0 | 
| 786 | 2024-07-15T19:13:18.349Z | Downloaded ron v0.8.1 | 
| 787 | 2024-07-15T19:13:18.374Z | Downloaded regress v0.9.1 | 
| 788 | 2024-07-15T19:13:18.374Z | Downloaded regex-syntax v0.8.3 | 
| 789 | 2024-07-15T19:13:18.374Z | Downloaded rayon v1.10.0 | 
| 790 | 2024-07-15T19:13:18.399Z | Downloaded pretty_assertions v1.4.0 | 
| 791 | 2024-07-15T19:13:18.400Z | Downloaded idna v0.3.0 | 
| 792 | 2024-07-15T19:13:18.400Z | Downloaded csv v1.3.0 | 
| 793 | 2024-07-15T19:13:18.425Z | Downloaded vte v0.11.1 | 
| 794 | 2024-07-15T19:13:18.425Z | Downloaded uuid v1.9.1 | 
| 795 | 2024-07-15T19:13:18.425Z | Downloaded untrusted v0.9.0 | 
| 796 | 2024-07-15T19:13:18.450Z | Downloaded unicode_categories v0.1.1 | 
| 797 | 2024-07-15T19:13:18.450Z | Downloaded tungstenite v0.21.0 | 
| 798 | 2024-07-15T19:13:18.450Z | Downloaded tungstenite v0.20.1 | 
| 799 | 2024-07-15T19:13:18.450Z | Downloaded trybuild v1.0.96 | 
| 800 | 2024-07-15T19:13:18.450Z | Downloaded serde_with v3.8.3 | 
| 801 | 2024-07-15T19:13:18.475Z | Downloaded regex v1.10.5 | 
| 802 | 2024-07-15T19:13:18.475Z | Downloaded radix_trie v0.2.1 | 
| 803 | 2024-07-15T19:13:18.499Z | Downloaded fancy-regex v0.13.0 | 
| 804 | 2024-07-15T19:13:18.499Z | Downloaded diesel v2.1.6 | 
| 805 | 2024-07-15T19:13:18.525Z | Downloaded object v0.30.4 | 
| 806 | 2024-07-15T19:13:18.525Z | Downloaded walkdir v2.5.0 | 
| 807 | 2024-07-15T19:13:18.525Z | Downloaded vsss-rs v3.3.4 | 
| 808 | 2024-07-15T19:13:18.525Z | Downloaded unsafe-libyaml v0.2.11 | 
| 809 | 2024-07-15T19:13:18.525Z | Downloaded tui-tree-widget v0.21.0 | 
| 810 | 2024-07-15T19:13:18.550Z | Downloaded tracing-attributes v0.1.27 | 
| 811 | 2024-07-15T19:13:18.550Z | Downloaded tokio-postgres v0.7.10 | 
| 812 | 2024-07-15T19:13:18.550Z | Downloaded rustc-demangle v0.1.24 | 
| 813 | 2024-07-15T19:13:18.550Z | Downloaded ron v0.7.1 | 
| 814 | 2024-07-15T19:13:18.550Z | Downloaded regex-automata v0.1.10 | 
| 815 | 2024-07-15T19:13:18.550Z | Downloaded reedline v0.31.0 | 
| 816 | 2024-07-15T19:13:18.575Z | Downloaded rand v0.7.3 | 
| 817 | 2024-07-15T19:13:18.575Z | Downloaded publicsuffix v2.2.3 | 
| 818 | 2024-07-15T19:13:18.575Z | Downloaded hyper v1.3.1 | 
| 819 | 2024-07-15T19:13:18.601Z | Downloaded uzers v0.11.3 | 
| 820 | 2024-07-15T19:13:18.601Z | Downloaded utf-8 v0.7.6 | 
| 821 | 2024-07-15T19:13:18.601Z | Downloaded unicode-segmentation v1.11.0 | 
| 822 | 2024-07-15T19:13:18.601Z | Downloaded toml_edit v0.19.15 | 
| 823 | 2024-07-15T19:13:18.626Z | Downloaded toml v0.7.8 | 
| 824 | 2024-07-15T19:13:18.626Z | Downloaded textwrap v0.16.1 | 
| 825 | 2024-07-15T19:13:18.626Z | Downloaded serde_yaml v0.9.34+deprecated | 
| 826 | 2024-07-15T19:13:18.626Z | Downloaded schemars v0.8.21 | 
| 827 | 2024-07-15T19:13:18.651Z | Downloaded rustls-pemfile v2.1.2 | 
| 828 | 2024-07-15T19:13:18.651Z | Downloaded rustc_version v0.1.7 | 
| 829 | 2024-07-15T19:13:18.651Z | Downloaded quick-xml v0.31.0 | 
| 830 | 2024-07-15T19:13:18.677Z | Downloaded which v4.4.2 | 
| 831 | 2024-07-15T19:13:18.677Z | Downloaded untrusted v0.7.1 | 
| 832 | 2024-07-15T19:13:18.677Z | Downloaded unarray v0.1.4 | 
| 833 | 2024-07-15T19:13:18.677Z | Downloaded toml v0.5.11 | 
| 834 | 2024-07-15T19:13:18.677Z | Downloaded tokio-tungstenite v0.21.0 | 
| 835 | 2024-07-15T19:13:18.677Z | Downloaded tokio-tungstenite v0.20.1 | 
| 836 | 2024-07-15T19:13:18.677Z | Downloaded tokio-stream v0.1.15 | 
| 837 | 2024-07-15T19:13:18.677Z | Downloaded tokio-rustls v0.25.0 | 
| 838 | 2024-07-15T19:13:18.677Z | Downloaded tokio-rustls v0.24.1 | 
| 839 | 2024-07-15T19:13:18.677Z | Downloaded tinytemplate v1.2.1 | 
| 840 | 2024-07-15T19:13:18.702Z | Downloaded test-strategy v0.3.1 | 
| 841 | 2024-07-15T19:13:18.702Z | Downloaded signal-hook v0.3.17 | 
| 842 | 2024-07-15T19:13:18.702Z | Downloaded serde_plain v1.0.2 | 
| 843 | 2024-07-15T19:13:18.702Z | Downloaded sct v0.7.1 | 
| 844 | 2024-07-15T19:13:18.702Z | Downloaded rust-argon2 v2.1.0 | 
| 845 | 2024-07-15T19:13:18.702Z | Downloaded tls_codec_derive v0.4.1 | 
| 846 | 2024-07-15T19:13:18.702Z | Downloaded serde_derive_internals v0.29.1 | 
| 847 | 2024-07-15T19:13:18.702Z | Downloaded rustls-pki-types v1.7.0 | 
| 848 | 2024-07-15T19:13:18.702Z | Downloaded rustls-native-certs v0.7.0 | 
| 849 | 2024-07-15T19:13:18.727Z | Downloaded rstest v0.19.0 | 
| 850 | 2024-07-15T19:13:18.727Z | Downloaded rand_distr v0.4.3 | 
| 851 | 2024-07-15T19:13:18.727Z | Downloaded rand v0.8.5 | 
| 852 | 2024-07-15T19:13:18.727Z | Downloaded lalrpop v0.19.12 | 
| 853 | 2024-07-15T19:13:18.752Z | Downloaded unicode-xid v0.2.4 | 
| 854 | 2024-07-15T19:13:18.753Z | Downloaded unicode-truncate v1.0.0 | 
| 855 | 2024-07-15T19:13:18.753Z | Downloaded unicode-linebreak v0.1.5 | 
| 856 | 2024-07-15T19:13:18.753Z | Downloaded toolchain_find v0.4.0 | 
| 857 | 2024-07-15T19:13:18.753Z | Downloaded thiserror-no-std v2.0.2 | 
| 858 | 2024-07-15T19:13:18.753Z | Downloaded termcolor v1.4.1 | 
| 859 | 2024-07-15T19:13:18.753Z | Downloaded tempfile v3.10.1 | 
| 860 | 2024-07-15T19:13:18.778Z | Downloaded serde_with_macros v3.8.3 | 
| 861 | 2024-07-15T19:13:18.778Z | Downloaded same-file v1.0.6 | 
| 862 | 2024-07-15T19:13:18.778Z | Downloaded rusty-fork v0.3.0 | 
| 863 | 2024-07-15T19:13:18.778Z | Downloaded rustfmt-wrapper v0.2.1 | 
| 864 | 2024-07-15T19:13:18.778Z | Downloaded rcgen v0.12.1 | 
| 865 | 2024-07-15T19:13:18.778Z | Downloaded rayon-core v1.12.1 | 
| 866 | 2024-07-15T19:13:18.778Z | Downloaded prettyplease v0.2.20 | 
| 867 | 2024-07-15T19:13:18.778Z | Downloaded postgres-protocol v0.6.6 | 
| 868 | 2024-07-15T19:13:18.778Z | Downloaded flume v0.11.0 | 
| 869 | 2024-07-15T19:13:18.803Z | Downloaded fatfs v0.3.6 | 
| 870 | 2024-07-15T19:13:18.803Z | Downloaded wyz v0.5.1 | 
| 871 | 2024-07-15T19:13:18.803Z | Downloaded universal-hash v0.5.1 | 
| 872 | 2024-07-15T19:13:18.803Z | Downloaded unicase v2.7.0 | 
| 873 | 2024-07-15T19:13:18.803Z | Downloaded tls_codec v0.4.1 | 
| 874 | 2024-07-15T19:13:18.803Z | Downloaded tiny-keccak v2.0.2 | 
| 875 | 2024-07-15T19:13:18.803Z | Downloaded threadpool v1.8.1 | 
| 876 | 2024-07-15T19:13:18.803Z | Downloaded thiserror-impl-no-std v2.0.2 | 
| 877 | 2024-07-15T19:13:18.803Z | Downloaded termios v0.3.3 | 
| 878 | 2024-07-15T19:13:18.803Z | Downloaded signature v1.6.4 | 
| 879 | 2024-07-15T19:13:18.803Z | Downloaded signal-hook-mio v0.2.3 | 
| 880 | 2024-07-15T19:13:18.803Z | Downloaded shlex v1.3.0 | 
| 881 | 2024-07-15T19:13:18.828Z | Downloaded rustc_version v0.4.0 | 
| 882 | 2024-07-15T19:13:18.829Z | Downloaded rtoolbox v0.0.2 | 
| 883 | 2024-07-15T19:13:18.829Z | Downloaded sled v0.34.7 | 
| 884 | 2024-07-15T19:13:18.829Z | Downloaded vte_generate_state_changes v0.1.1 | 
| 885 | 2024-07-15T19:13:18.829Z | Downloaded tower-layer v0.3.2 | 
| 886 | 2024-07-15T19:13:18.829Z | Downloaded signature v2.2.0 | 
| 887 | 2024-07-15T19:13:18.829Z | Downloaded signal-hook-tokio v0.3.1 | 
| 888 | 2024-07-15T19:13:18.829Z | Downloaded shell-words v1.1.0 | 
| 889 | 2024-07-15T19:13:18.829Z | Downloaded sha1 v0.10.6 | 
| 890 | 2024-07-15T19:13:18.829Z | Downloaded serde_repr v0.1.19 | 
| 891 | 2024-07-15T19:13:18.854Z | Downloaded serde_arrays v0.1.0 | 
| 892 | 2024-07-15T19:13:18.854Z | Downloaded schemars_derive v0.8.21 | 
| 893 | 2024-07-15T19:13:18.854Z | Downloaded scheduled-thread-pool v0.2.7 | 
| 894 | 2024-07-15T19:13:18.854Z | Downloaded rustc-hash v1.1.0 | 
| 895 | 2024-07-15T19:13:18.854Z | Downloaded postcard v1.0.8 | 
| 896 | 2024-07-15T19:13:18.854Z | Downloaded sigpipe v0.1.3 | 
| 897 | 2024-07-15T19:13:18.854Z | Downloaded serde_path_to_error v0.1.16 | 
| 898 | 2024-07-15T19:13:18.854Z | Downloaded plotters-backend v0.3.5 | 
| 899 | 2024-07-15T19:13:18.854Z | Downloaded pkcs8 v0.10.2 | 
| 900 | 2024-07-15T19:13:18.854Z | Downloaded pin-project-internal v1.1.5 | 
| 901 | 2024-07-15T19:13:18.854Z | Downloaded gimli v0.28.1 | 
| 902 | 2024-07-15T19:13:18.880Z | Downloaded rpassword v7.3.1 | 
| 903 | 2024-07-15T19:13:18.880Z | Downloaded rand_xorshift v0.3.0 | 
| 904 | 2024-07-15T19:13:18.880Z | Downloaded rand_core v0.5.1 | 
| 905 | 2024-07-15T19:13:18.880Z | Downloaded rand_chacha v0.2.2 | 
| 906 | 2024-07-15T19:13:18.880Z | Downloaded radium v0.7.0 | 
| 907 | 2024-07-15T19:13:18.880Z | Downloaded poly1305 v0.8.0 | 
| 908 | 2024-07-15T19:13:18.880Z | Downloaded resolv-conf v0.7.0 | 
| 909 | 2024-07-15T19:13:18.880Z | Downloaded relative-path v1.9.3 | 
| 910 | 2024-07-15T19:13:18.906Z | Downloaded ref-cast-impl v1.0.23 | 
| 911 | 2024-07-15T19:13:18.906Z | Downloaded ref-cast v1.0.23 | 
| 912 | 2024-07-15T19:13:18.906Z | Downloaded rand_chacha v0.3.1 | 
| 913 | 2024-07-15T19:13:18.906Z | Downloaded quick-error v1.2.3 | 
| 914 | 2024-07-15T19:13:18.906Z | Downloaded psl-types v2.0.11 | 
| 915 | 2024-07-15T19:13:18.906Z | Downloaded proc-macro-crate v1.3.1 | 
| 916 | 2024-07-15T19:13:18.906Z | Downloaded predicates v3.1.0 | 
| 917 | 2024-07-15T19:13:18.906Z | Downloaded ppv-lite86 v0.2.17 | 
| 918 | 2024-07-15T19:13:18.906Z | Downloaded postgres-types v0.2.6 | 
| 919 | 2024-07-15T19:13:18.931Z | Downloaded polyval v0.6.2 | 
| 920 | 2024-07-15T19:13:18.931Z | Downloaded rand_core v0.6.4 | 
| 921 | 2024-07-15T19:13:18.931Z | Downloaded pkcs1 v0.7.5 | 
| 922 | 2024-07-15T19:13:18.931Z | Downloaded flagset v0.4.5 | 
| 923 | 2024-07-15T19:13:18.932Z | Downloaded ff v0.13.0 | 
| 924 | 2024-07-15T19:13:18.932Z | Downloaded fd-lock v4.0.2 | 
| 925 | 2024-07-15T19:13:18.932Z | Downloaded fastrand v2.1.0 | 
| 926 | 2024-07-15T19:13:18.932Z | Downloaded expectorate v1.1.0 | 
| 927 | 2024-07-15T19:13:18.932Z | Downloaded elliptic-curve v0.13.8 | 
| 928 | 2024-07-15T19:13:18.932Z | Downloaded ed25519-dalek v2.1.1 | 
| 929 | 2024-07-15T19:13:18.957Z | Downloaded der v0.7.9 | 
| 930 | 2024-07-15T19:13:18.957Z | Downloaded portpicker v0.1.1 | 
| 931 | 2024-07-15T19:13:18.957Z | Downloaded diff v0.1.13 | 
| 932 | 2024-07-15T19:13:18.957Z | Downloaded diesel_derives v2.1.4 | 
| 933 | 2024-07-15T19:13:18.957Z | Downloaded derive_more v0.99.18 | 
| 934 | 2024-07-15T19:13:18.957Z | Downloaded derive_builder_core v0.20.0 | 
| 935 | 2024-07-15T19:13:18.983Z | Downloaded derive-where v1.2.7 | 
| 936 | 2024-07-15T19:13:18.983Z | Downloaded darling_core v0.20.9 | 
| 937 | 2024-07-15T19:13:18.983Z | Downloaded hkdf v0.12.4 | 
| 938 | 2024-07-15T19:13:18.983Z | Downloaded bzip2-sys v0.1.11+1.0.8 | 
| 939 | 2024-07-15T19:13:19.008Z | Downloaded pretty-hex v0.2.1 | 
| 940 | 2024-07-15T19:13:19.008Z | Downloaded predicates-tree v1.0.9 | 
| 941 | 2024-07-15T19:13:19.008Z | Downloaded predicates-core v1.0.6 | 
| 942 | 2024-07-15T19:13:19.008Z | Downloaded precomputed-hash v0.1.1 | 
| 943 | 2024-07-15T19:13:19.008Z | Downloaded plotters-svg v0.3.5 | 
| 944 | 2024-07-15T19:13:19.008Z | Downloaded float-ord v0.3.2 | 
| 945 | 2024-07-15T19:13:19.008Z | Downloaded float-cmp v0.9.0 | 
| 946 | 2024-07-15T19:13:19.008Z | Downloaded fixedbitset v0.4.2 | 
| 947 | 2024-07-15T19:13:19.008Z | Downloaded fallible-iterator v0.2.0 | 
| 948 | 2024-07-15T19:13:19.008Z | Downloaded derive_builder v0.20.0 | 
| 949 | 2024-07-15T19:13:19.008Z | Downloaded der_derive v0.7.2 | 
| 950 | 2024-07-15T19:13:19.008Z | Downloaded darling_macro v0.20.9 | 
| 951 | 2024-07-15T19:13:19.034Z | Downloaded zeroize v1.7.0 | 
| 952 | 2024-07-15T19:13:19.034Z | Downloaded pin-project v1.1.5 | 
| 953 | 2024-07-15T19:13:19.034Z | Downloaded hyper-util v0.1.3 | 
| 954 | 2024-07-15T19:13:19.034Z | Downloaded http v1.1.0 | 
| 955 | 2024-07-15T19:13:19.061Z | Downloaded hmac v0.12.1 | 
| 956 | 2024-07-15T19:13:19.061Z | Downloaded smoltcp v0.9.1 | 
| 957 | 2024-07-15T19:13:19.061Z | Downloaded num-bigint-dig v0.8.4 | 
| 958 | 2024-07-15T19:13:19.061Z | Downloaded num-bigint v0.4.5 | 
| 959 | 2024-07-15T19:13:19.085Z | Downloaded nom v7.1.3 | 
| 960 | 2024-07-15T19:13:19.085Z | Downloaded libxml v0.3.3 | 
| 961 | 2024-07-15T19:13:19.086Z | Downloaded erased-serde v0.3.31 | 
| 962 | 2024-07-15T19:13:19.086Z | Downloaded env_logger v0.10.2 | 
| 963 | 2024-07-15T19:13:19.086Z | Downloaded env_logger v0.9.3 | 
| 964 | 2024-07-15T19:13:19.086Z | Downloaded enum-as-inner v0.5.1 | 
| 965 | 2024-07-15T19:13:19.112Z | Downloaded endian-type v0.1.2 | 
| 966 | 2024-07-15T19:13:19.112Z | Downloaded ena v0.14.3 | 
| 967 | 2024-07-15T19:13:19.112Z | Downloaded embedded-io v0.4.0 | 
| 968 | 2024-07-15T19:13:19.112Z | Downloaded either v1.12.0 | 
| 969 | 2024-07-15T19:13:19.112Z | Downloaded ed25519 v2.2.3 | 
| 970 | 2024-07-15T19:13:19.112Z | Downloaded ed25519 v1.5.3 | 
| 971 | 2024-07-15T19:13:19.112Z | Downloaded ecdsa v0.16.9 | 
| 972 | 2024-07-15T19:13:19.112Z | Downloaded downcast v0.11.0 | 
| 973 | 2024-07-15T19:13:19.112Z | Downloaded doc-comment v0.3.3 | 
| 974 | 2024-07-15T19:13:19.113Z | Downloaded display-error-chain v0.2.0 | 
| 975 | 2024-07-15T19:13:19.113Z | Downloaded dirs-sys v0.4.1 | 
| 976 | 2024-07-15T19:13:19.113Z | Downloaded dirs v5.0.1 | 
| 977 | 2024-07-15T19:13:19.113Z | Downloaded difflib v0.4.0 | 
| 978 | 2024-07-15T19:13:19.113Z | Downloaded diesel_table_macro_syntax v0.1.0 | 
| 979 | 2024-07-15T19:13:19.113Z | Downloaded dhcproto-macros v0.1.0 | 
| 980 | 2024-07-15T19:13:19.113Z | Downloaded dhcproto v0.11.0 | 
| 981 | 2024-07-15T19:13:19.138Z | Downloaded derive_builder_macro v0.20.0 | 
| 982 | 2024-07-15T19:13:19.138Z | Downloaded defmt-parser v0.3.4 | 
| 983 | 2024-07-15T19:13:19.138Z | Downloaded defmt-macros v0.3.9 | 
| 984 | 2024-07-15T19:13:19.138Z | Downloaded defmt v0.3.8 | 
| 985 | 2024-07-15T19:13:19.138Z | Downloaded debug-ignore v1.0.5 | 
| 986 | 2024-07-15T19:13:19.138Z | Downloaded datatest-stable v0.2.9 | 
| 987 | 2024-07-15T19:13:19.138Z | Downloaded data-encoding v2.6.0 | 
| 988 | 2024-07-15T19:13:19.138Z | Downloaded zone_cfg_derive v0.1.2 | 
| 989 | 2024-07-15T19:13:19.138Z | Downloaded zone v0.1.8 | 
| 990 | 2024-07-15T19:13:19.138Z | Downloaded zip v0.6.6 | 
| 991 | 2024-07-15T19:13:19.138Z | Downloaded zeroize_derive v1.4.2 | 
| 992 | 2024-07-15T19:13:19.138Z | Downloaded phf_shared v0.11.2 | 
| 993 | 2024-07-15T19:13:19.138Z | Downloaded phf_shared v0.10.0 | 
| 994 | 2024-07-15T19:13:19.163Z | Downloaded phf v0.11.2 | 
| 995 | 2024-07-15T19:13:19.163Z | Downloaded heapless v0.8.0 | 
| 996 | 2024-07-15T19:13:19.163Z | Downloaded heapless v0.7.17 | 
| 997 | 2024-07-15T19:13:19.163Z | Downloaded headers-core v0.2.0 | 
| 998 | 2024-07-15T19:13:19.163Z | Downloaded headers v0.3.9 | 
| 999 | 2024-07-15T19:13:19.163Z | Downloaded hashbrown v0.13.2 | 
| 1000 | 2024-07-15T19:13:19.163Z | Downloaded hashbrown v0.12.3 | 
| 1001 | 2024-07-15T19:13:19.188Z | Downloaded guppy-workspace-hack v0.1.0 | 
| 1002 | 2024-07-15T19:13:19.188Z | Downloaded guppy v0.17.5 | 
| 1003 | 2024-07-15T19:13:19.188Z | Downloaded group v0.13.0 | 
| 1004 | 2024-07-15T19:13:19.188Z | Downloaded globset v0.4.14 | 
| 1005 | 2024-07-15T19:13:19.188Z | Downloaded glob v0.3.1 | 
| 1006 | 2024-07-15T19:13:19.188Z | Downloaded getrandom v0.2.14 | 
| 1007 | 2024-07-15T19:13:19.188Z | Downloaded smoltcp v0.11.0 | 
| 1008 | 2024-07-15T19:13:19.213Z | Downloaded packed_struct_codegen v0.10.1 | 
| 1009 | 2024-07-15T19:13:19.213Z | Downloaded p521 v0.13.3 | 
| 1010 | 2024-07-15T19:13:19.213Z | Downloaded p256 v0.13.2 | 
| 1011 | 2024-07-15T19:13:19.213Z | Downloaded omicron-zone-package v0.11.0 | 
| 1012 | 2024-07-15T19:13:19.238Z | Downloaded new_debug_unreachable v1.0.6 | 
| 1013 | 2024-07-15T19:13:19.238Z | Downloaded mockall_derive v0.12.1 | 
| 1014 | 2024-07-15T19:13:19.238Z | Downloaded minimal-lexical v0.2.1 | 
| 1015 | 2024-07-15T19:13:19.238Z | Downloaded itertools v0.13.0 | 
| 1016 | 2024-07-15T19:13:19.239Z | Downloaded itertools v0.12.1 | 
| 1017 | 2024-07-15T19:13:19.263Z | Downloaded itertools v0.10.5 | 
| 1018 | 2024-07-15T19:13:19.263Z | Downloaded indicatif v0.17.8 | 
| 1019 | 2024-07-15T19:13:19.263Z | Downloaded pem v3.0.4 | 
| 1020 | 2024-07-15T19:13:19.263Z | Downloaded peg-runtime v0.8.3 | 
| 1021 | 2024-07-15T19:13:19.263Z | Downloaded peg-macros v0.8.3 | 
| 1022 | 2024-07-15T19:13:19.263Z | Downloaded peg v0.8.3 | 
| 1023 | 2024-07-15T19:13:19.288Z | Downloaded pbkdf2 v0.12.2 | 
| 1024 | 2024-07-15T19:13:19.288Z | Downloaded hyper-staticfile v0.9.5 | 
| 1025 | 2024-07-15T19:13:19.288Z | Downloaded hyper-rustls v0.26.0 | 
| 1026 | 2024-07-15T19:13:19.288Z | Downloaded hyper-rustls v0.24.2 | 
| 1027 | 2024-07-15T19:13:19.288Z | Downloaded humantime v2.1.0 | 
| 1028 | 2024-07-15T19:13:19.289Z | Downloaded hubpack_derive v0.1.1 | 
| 1029 | 2024-07-15T19:13:19.289Z | Downloaded hubpack v0.1.2 | 
| 1030 | 2024-07-15T19:13:19.289Z | Downloaded httptest v0.15.5 | 
| 1031 | 2024-07-15T19:13:19.289Z | Downloaded http-range v0.1.5 | 
| 1032 | 2024-07-15T19:13:19.289Z | Downloaded http-body v1.0.0 | 
| 1033 | 2024-07-15T19:13:19.289Z | Downloaded hostname v0.4.0 | 
| 1034 | 2024-07-15T19:13:19.289Z | Downloaded home v0.5.9 | 
| 1035 | 2024-07-15T19:13:19.289Z | Downloaded highway v1.1.0 | 
| 1036 | 2024-07-15T19:13:19.314Z | Downloaded hex-literal v0.4.1 | 
| 1037 | 2024-07-15T19:13:19.314Z | Downloaded hex v0.4.3 | 
| 1038 | 2024-07-15T19:13:19.314Z | Downloaded heck v0.3.3 | 
| 1039 | 2024-07-15T19:13:19.314Z | Downloaded hash32 v0.3.1 | 
| 1040 | 2024-07-15T19:13:19.314Z | Downloaded hash32 v0.2.1 | 
| 1041 | 2024-07-15T19:13:19.314Z | Downloaded half v2.4.1 | 
| 1042 | 2024-07-15T19:13:19.314Z | Downloaded ghash v0.5.1 | 
| 1043 | 2024-07-15T19:13:19.314Z | Downloaded getrandom v0.1.16 | 
| 1044 | 2024-07-15T19:13:19.314Z | Downloaded getopts v0.2.21 | 
| 1045 | 2024-07-15T19:13:19.340Z | Downloaded gethostname v0.4.3 | 
| 1046 | 2024-07-15T19:13:19.340Z | Downloaded fxhash v0.2.1 | 
| 1047 | 2024-07-15T19:13:19.340Z | Downloaded futures-timer v3.0.3 | 
| 1048 | 2024-07-15T19:13:19.340Z | Downloaded funty v2.0.0 | 
| 1049 | 2024-07-15T19:13:19.340Z | Downloaded fragile v2.0.0 | 
| 1050 | 2024-07-15T19:13:19.340Z | Downloaded foreign-types-shared v0.3.1 | 
| 1051 | 2024-07-15T19:13:19.340Z | Downloaded foreign-types-macros v0.2.3 | 
| 1052 | 2024-07-15T19:13:19.340Z | Downloaded foreign-types v0.5.0 | 
| 1053 | 2024-07-15T19:13:19.340Z | Downloaded sqlparser v0.45.0 | 
| 1054 | 2024-07-15T19:13:19.340Z | Downloaded socket2 v0.4.10 | 
| 1055 | 2024-07-15T19:13:19.365Z | Downloaded snafu-derive v0.8.2 | 
| 1056 | 2024-07-15T19:13:19.365Z | Downloaded snafu v0.8.2 | 
| 1057 | 2024-07-15T19:13:19.365Z | Downloaded paste v1.0.15 | 
| 1058 | 2024-07-15T19:13:19.365Z | Downloaded password-hash v0.4.2 | 
| 1059 | 2024-07-15T19:13:19.365Z | Downloaded parse-display v0.9.1 | 
| 1060 | 2024-07-15T19:13:19.365Z | Downloaded parking_lot v0.11.2 | 
| 1061 | 2024-07-15T19:13:19.365Z | Downloaded packed_struct v0.10.1 | 
| 1062 | 2024-07-15T19:13:19.365Z | Downloaded num-derive v0.4.2 | 
| 1063 | 2024-07-15T19:13:19.365Z | Downloaded num-complex v0.4.6 | 
| 1064 | 2024-07-15T19:13:19.391Z | Downloaded nu-ansi-term v0.50.0 | 
| 1065 | 2024-07-15T19:13:19.392Z | Downloaded nodrop v0.1.14 | 
| 1066 | 2024-07-15T19:13:19.392Z | Downloaded multimap v0.10.0 | 
| 1067 | 2024-07-15T19:13:19.392Z | Downloaded multer v3.1.0 | 
| 1068 | 2024-07-15T19:13:19.392Z | Downloaded memoffset v0.9.1 | 
| 1069 | 2024-07-15T19:13:19.392Z | Downloaded memmap2 v0.9.4 | 
| 1070 | 2024-07-15T19:13:19.392Z | Downloaded maybe-uninit v2.0.0 | 
| 1071 | 2024-07-15T19:13:19.392Z | Downloaded libtest-mimic v0.7.3 | 
| 1072 | 2024-07-15T19:13:19.392Z | Downloaded libm v0.2.8 | 
| 1073 | 2024-07-15T19:13:19.392Z | Downloaded libloading v0.8.3 | 
| 1074 | 2024-07-15T19:13:19.417Z | Downloaded keccak v0.1.5 | 
| 1075 | 2024-07-15T19:13:19.417Z | Downloaded indexmap v1.9.3 | 
| 1076 | 2024-07-15T19:13:19.417Z | Downloaded bstr v1.9.1 | 
| 1077 | 2024-07-15T19:13:19.417Z | Downloaded bstr v0.2.17 | 
| 1078 | 2024-07-15T19:13:19.441Z | Downloaded target-lexicon v0.12.14 | 
| 1079 | 2024-07-15T19:13:19.441Z | Downloaded tap v1.0.1 | 
| 1080 | 2024-07-15T19:13:19.442Z | Downloaded tabwriter v1.4.0 | 
| 1081 | 2024-07-15T19:13:19.442Z | Downloaded supports-color v3.0.0 | 
| 1082 | 2024-07-15T19:13:19.442Z | Downloaded subtle v2.5.0 | 
| 1083 | 2024-07-15T19:13:19.442Z | Downloaded subprocess v0.2.9 | 
| 1084 | 2024-07-15T19:13:19.442Z | Downloaded strum_macros v0.25.3 | 
| 1085 | 2024-07-15T19:13:19.442Z | Downloaded strum_macros v0.24.3 | 
| 1086 | 2024-07-15T19:13:19.442Z | Downloaded structmeta-derive v0.3.0 | 
| 1087 | 2024-07-15T19:13:19.442Z | Downloaded structmeta-derive v0.2.0 | 
| 1088 | 2024-07-15T19:13:19.442Z | Downloaded structmeta v0.3.0 | 
| 1089 | 2024-07-15T19:13:19.467Z | Downloaded structmeta v0.2.0 | 
| 1090 | 2024-07-15T19:13:19.467Z | Downloaded strip-ansi-escapes v0.2.0 | 
| 1091 | 2024-07-15T19:13:19.467Z | Downloaded stringprep v0.1.4 | 
| 1092 | 2024-07-15T19:13:19.467Z | Downloaded string_cache v0.8.7 | 
| 1093 | 2024-07-15T19:13:19.467Z | Downloaded steno v0.4.1 | 
| 1094 | 2024-07-15T19:13:19.467Z | Downloaded static_assertions v1.1.0 | 
| 1095 | 2024-07-15T19:13:19.467Z | Downloaded stable_deref_trait v1.2.0 | 
| 1096 | 2024-07-15T19:13:19.467Z | Downloaded stability v0.2.0 | 
| 1097 | 2024-07-15T19:13:19.467Z | Downloaded sqlparser_derive v0.2.2 | 
| 1098 | 2024-07-15T19:13:19.467Z | Downloaded sqlformat v0.2.4 | 
| 1099 | 2024-07-15T19:13:19.467Z | Downloaded spki v0.7.3 | 
| 1100 | 2024-07-15T19:13:19.467Z | Downloaded spin v0.9.8 | 
| 1101 | 2024-07-15T19:13:19.467Z | Downloaded spin v0.5.2 | 
| 1102 | 2024-07-15T19:13:19.467Z | Downloaded smf v0.2.3 | 
| 1103 | 2024-07-15T19:13:19.492Z | Downloaded smawk v0.3.2 | 
| 1104 | 2024-07-15T19:13:19.492Z | Downloaded smallvec v0.6.14 | 
| 1105 | 2024-07-15T19:13:19.492Z | Downloaded slog-scope v4.4.0 | 
| 1106 | 2024-07-15T19:13:19.492Z | Downloaded slog-dtrace v0.3.0 | 
| 1107 | 2024-07-15T19:13:19.492Z | Downloaded pbkdf2 v0.11.0 | 
| 1108 | 2024-07-15T19:13:19.493Z | Downloaded pathdiff v0.2.1 | 
| 1109 | 2024-07-15T19:13:19.493Z | Downloaded password-hash v0.5.0 | 
| 1110 | 2024-07-15T19:13:19.493Z | Downloaded partial-io v0.5.4 | 
| 1111 | 2024-07-15T19:13:19.493Z | Downloaded parse-size v1.0.0 | 
| 1112 | 2024-07-15T19:13:19.493Z | Downloaded parse-display-derive v0.9.1 | 
| 1113 | 2024-07-15T19:13:19.493Z | Downloaded parking_lot_core v0.8.6 | 
| 1114 | 2024-07-15T19:13:19.493Z | Downloaded owo-colors v4.0.0 | 
| 1115 | 2024-07-15T19:13:19.493Z | Downloaded oso-derive v0.27.3 | 
| 1116 | 2024-07-15T19:13:19.493Z | Downloaded oso v0.27.3 | 
| 1117 | 2024-07-15T19:13:19.518Z | Downloaded option-ext v0.2.0 | 
| 1118 | 2024-07-15T19:13:19.518Z | Downloaded num_enum v0.5.11 | 
| 1119 | 2024-07-15T19:13:19.518Z | Downloaded num-traits v0.2.19 | 
| 1120 | 2024-07-15T19:13:19.518Z | Downloaded num-rational v0.4.2 | 
| 1121 | 2024-07-15T19:13:19.518Z | Downloaded num-iter v0.1.45 | 
| 1122 | 2024-07-15T19:13:19.519Z | Downloaded num-integer v0.1.46 | 
| 1123 | 2024-07-15T19:13:19.519Z | Downloaded num v0.4.3 | 
| 1124 | 2024-07-15T19:13:19.519Z | Downloaded normalize-line-endings v0.3.0 | 
| 1125 | 2024-07-15T19:13:19.519Z | Downloaded nibble_vec v0.1.0 | 
| 1126 | 2024-07-15T19:13:19.519Z | Downloaded newtype_derive v0.1.6 | 
| 1127 | 2024-07-15T19:13:19.519Z | Downloaded newtype-uuid v1.1.0 | 
| 1128 | 2024-07-15T19:13:19.519Z | Downloaded newline-converter v0.3.0 | 
| 1129 | 2024-07-15T19:13:19.519Z | Downloaded nested v0.1.1 | 
| 1130 | 2024-07-15T19:13:19.544Z | Downloaded nanorand v0.7.0 | 
| 1131 | 2024-07-15T19:13:19.544Z | Downloaded maplit v1.0.2 | 
| 1132 | 2024-07-15T19:13:19.544Z | Downloaded managed v0.8.0 | 
| 1133 | 2024-07-15T19:13:19.544Z | Downloaded lru-cache v0.1.2 | 
| 1134 | 2024-07-15T19:13:19.544Z | Downloaded lru v0.12.3 | 
| 1135 | 2024-07-15T19:13:19.544Z | Downloaded linked-hash-map v0.5.6 | 
| 1136 | 2024-07-15T19:13:19.544Z | Downloaded linear-map v1.2.0 | 
| 1137 | 2024-07-15T19:13:19.544Z | Downloaded libsw v3.3.1 | 
| 1138 | 2024-07-15T19:13:19.544Z | Downloaded libefi-sys v0.1.0 | 
| 1139 | 2024-07-15T19:13:19.544Z | Downloaded lazycell v1.3.0 | 
| 1140 | 2024-07-15T19:13:19.544Z | Downloaded lazy_static v1.5.0 | 
| 1141 | 2024-07-15T19:13:19.544Z | Downloaded lalrpop-util v0.19.12 | 
| 1142 | 2024-07-15T19:13:19.544Z | Downloaded kstat-rs v0.2.4 | 
| 1143 | 2024-07-15T19:13:19.544Z | Downloaded impl-trait-for-tuples v0.2.2 | 
| 1144 | 2024-07-15T19:13:19.569Z | Downloaded iana-time-zone v0.1.60 | 
| 1145 | 2024-07-15T19:13:19.569Z | Downloaded darling v0.20.9 | 
| 1146 | 2024-07-15T19:13:19.569Z | Downloaded curve25519-dalek v4.1.3 | 
| 1147 | 2024-07-15T19:13:19.569Z | Downloaded ctr v0.9.2 | 
| 1148 | 2024-07-15T19:13:19.569Z | Downloaded crypto-bigint v0.5.5 | 
| 1149 | 2024-07-15T19:13:19.594Z | Downloaded crucible-workspace-hack v0.1.0 | 
| 1150 | 2024-07-15T19:13:19.594Z | Downloaded crossterm v0.27.0 | 
| 1151 | 2024-07-15T19:13:19.594Z | Downloaded criterion v0.5.1 | 
| 1152 | 2024-07-15T19:13:19.594Z | Downloaded cobs v0.2.3 | 
| 1153 | 2024-07-15T19:13:19.594Z | Downloaded cipher v0.4.4 | 
| 1154 | 2024-07-15T19:13:19.594Z | Downloaded ciborium-io v0.2.2 | 
| 1155 | 2024-07-15T19:13:19.594Z | Downloaded chrono v0.4.38 | 
| 1156 | 2024-07-15T19:13:19.619Z | Downloaded bzip2 v0.4.4 | 
| 1157 | 2024-07-15T19:13:19.619Z | Downloaded buf-list v1.0.3 | 
| 1158 | 2024-07-15T19:13:19.619Z | Downloaded blowfish v0.9.1 | 
| 1159 | 2024-07-15T19:13:19.620Z | Downloaded blake3 v1.5.1 | 
| 1160 | 2024-07-15T19:13:19.620Z | Downloaded bitvec v1.0.1 | 
| 1161 | 2024-07-15T19:13:19.646Z | Downloaded bindgen v0.69.4 | 
| 1162 | 2024-07-15T19:13:19.646Z | Downloaded arc-swap v1.7.1 | 
| 1163 | 2024-07-15T19:13:19.677Z | Downloaded allocator-api2 v0.2.18 | 
| 1164 | 2024-07-15T19:13:19.678Z | Downloaded aho-corasick v1.1.3 | 
| 1165 | 2024-07-15T19:13:19.678Z | Downloaded aes-gcm v0.10.3 | 
| 1166 | 2024-07-15T19:13:19.678Z | Downloaded slog-envlogger v2.2.0 | 
| 1167 | 2024-07-15T19:13:19.678Z | Downloaded siphasher v0.3.11 | 
| 1168 | 2024-07-15T19:13:19.678Z | Downloaded similar-asserts v1.5.0 | 
| 1169 | 2024-07-15T19:13:19.678Z | Downloaded similar v2.5.0 | 
| 1170 | 2024-07-15T19:13:19.678Z | Downloaded serde-hex v0.1.0 | 
| 1171 | 2024-07-15T19:13:19.678Z | Downloaded serde-big-array v0.5.1 | 
| 1172 | 2024-07-15T19:13:19.703Z | Downloaded serde-big-array v0.4.1 | 
| 1173 | 2024-07-15T19:13:19.703Z | Downloaded semver v0.1.20 | 
| 1174 | 2024-07-15T19:13:19.703Z | Downloaded secrecy v0.8.0 | 
| 1175 | 2024-07-15T19:13:19.703Z | Downloaded sec1 v0.7.3 | 
| 1176 | 2024-07-15T19:13:19.703Z | Downloaded path-slash v0.1.5 | 
| 1177 | 2024-07-15T19:13:19.703Z | Downloaded opaque-debug v0.3.1 | 
| 1178 | 2024-07-15T19:13:19.703Z | Downloaded oorandom v11.1.3 | 
| 1179 | 2024-07-15T19:13:19.703Z | Downloaded olpc-cjson v0.1.3 | 
| 1180 | 2024-07-15T19:13:19.703Z | Downloaded number_prefix v0.4.0 | 
| 1181 | 2024-07-15T19:13:19.703Z | Downloaded num_enum_derive v0.5.11 | 
| 1182 | 2024-07-15T19:13:19.704Z | Downloaded mockall v0.12.1 | 
| 1183 | 2024-07-15T19:13:19.704Z | Downloaded mime_guess v2.0.4 | 
| 1184 | 2024-07-15T19:13:19.704Z | Downloaded md5 v0.7.0 | 
| 1185 | 2024-07-15T19:13:19.704Z | Downloaded md-5 v0.10.6 | 
| 1186 | 2024-07-15T19:13:19.704Z | Downloaded matches v0.1.10 | 
| 1187 | 2024-07-15T19:13:19.704Z | Downloaded is_ci v1.2.0 | 
| 1188 | 2024-07-15T19:13:19.704Z | Downloaded ipnetwork v0.20.0 | 
| 1189 | 2024-07-15T19:13:19.704Z | Downloaded internet-checksum v0.2.1 | 
| 1190 | 2024-07-15T19:13:19.704Z | Downloaded instant v0.1.12 | 
| 1191 | 2024-07-15T19:13:19.729Z | Downloaded inout v0.1.3 | 
| 1192 | 2024-07-15T19:13:19.729Z | Downloaded indoc v1.0.9 | 
| 1193 | 2024-07-15T19:13:19.729Z | Downloaded indent_write v2.2.0 | 
| 1194 | 2024-07-15T19:13:19.729Z | Downloaded ident_case v1.0.1 | 
| 1195 | 2024-07-15T19:13:19.729Z | Downloaded curve25519-dalek-derive v0.1.1 | 
| 1196 | 2024-07-15T19:13:19.729Z | Downloaded crossbeam-deque v0.8.5 | 
| 1197 | 2024-07-15T19:13:19.729Z | Downloaded crc-any v2.5.0 | 
| 1198 | 2024-07-15T19:13:19.729Z | Downloaded crc v3.2.1 | 
| 1199 | 2024-07-15T19:13:19.729Z | Downloaded corncobs v0.1.3 | 
| 1200 | 2024-07-15T19:13:19.729Z | Downloaded cookie v0.17.0 | 
| 1201 | 2024-07-15T19:13:19.729Z | Downloaded convert_case v0.4.0 | 
| 1202 | 2024-07-15T19:13:19.729Z | Downloaded const_format_proc_macros v0.2.32 | 
| 1203 | 2024-07-15T19:13:19.729Z | Downloaded const_format v0.2.32 | 
| 1204 | 2024-07-15T19:13:19.755Z | Downloaded const-oid v0.9.6 | 
| 1205 | 2024-07-15T19:13:19.756Z | Downloaded compact_str v0.7.1 | 
| 1206 | 2024-07-15T19:13:19.756Z | Downloaded chacha20poly1305 v0.10.1 | 
| 1207 | 2024-07-15T19:13:19.756Z | Downloaded chacha20 v0.9.1 | 
| 1208 | 2024-07-15T19:13:19.756Z | Downloaded cfg-expr v0.15.8 | 
| 1209 | 2024-07-15T19:13:19.756Z | Downloaded cexpr v0.6.0 | 
| 1210 | 2024-07-15T19:13:19.756Z | Downloaded cbc v0.1.2 | 
| 1211 | 2024-07-15T19:13:19.756Z | Downloaded cast v0.3.0 | 
| 1212 | 2024-07-15T19:13:19.756Z | Downloaded cancel-safe-futures v0.1.5 | 
| 1213 | 2024-07-15T19:13:19.756Z | Downloaded blake2 v0.10.6 | 
| 1214 | 2024-07-15T19:13:19.781Z | Downloaded bit-set v0.5.3 | 
| 1215 | 2024-07-15T19:13:19.781Z | Downloaded bcs v0.1.6 | 
| 1216 | 2024-07-15T19:13:19.781Z | Downloaded bcrypt-pbkdf v0.10.0 | 
| 1217 | 2024-07-15T19:13:19.781Z | Downloaded base64 v0.22.1 | 
| 1218 | 2024-07-15T19:13:19.781Z | Downloaded base64 v0.13.1 | 
| 1219 | 2024-07-15T19:13:19.781Z | Downloaded backtrace v0.3.71 | 
| 1220 | 2024-07-15T19:13:19.781Z | Downloaded approx v0.5.1 | 
| 1221 | 2024-07-15T19:13:19.781Z | Downloaded anes v0.1.6 | 
| 1222 | 2024-07-15T19:13:19.807Z | Downloaded aes v0.8.4 | 
| 1223 | 2024-07-15T19:13:19.807Z | Downloaded cstr-argument v0.1.2 | 
| 1224 | 2024-07-15T19:13:19.807Z | Downloaded crunchy v0.2.2 | 
| 1225 | 2024-07-15T19:13:19.807Z | Downloaded crossbeam-epoch v0.9.18 | 
| 1226 | 2024-07-15T19:13:19.807Z | Downloaded criterion-plot v0.5.0 | 
| 1227 | 2024-07-15T19:13:19.807Z | Downloaded crc-catalog v2.4.0 | 
| 1228 | 2024-07-15T19:13:19.807Z | Downloaded cookie_store v0.20.0 | 
| 1229 | 2024-07-15T19:13:19.807Z | Downloaded cookie v0.18.1 | 
| 1230 | 2024-07-15T19:13:19.807Z | Downloaded constant_time_eq v0.3.0 | 
| 1231 | 2024-07-15T19:13:19.807Z | Downloaded console v0.15.8 | 
| 1232 | 2024-07-15T19:13:19.807Z | Downloaded colored v2.1.0 | 
| 1233 | 2024-07-15T19:13:19.832Z | Downloaded clang-sys v1.7.0 | 
| 1234 | 2024-07-15T19:13:19.832Z | Downloaded ciborium-ll v0.2.2 | 
| 1235 | 2024-07-15T19:13:19.832Z | Downloaded ciborium v0.2.2 | 
| 1236 | 2024-07-15T19:13:19.832Z | Downloaded cfg_aliases v0.1.1 | 
| 1237 | 2024-07-15T19:13:19.832Z | Downloaded castaway v0.2.2 | 
| 1238 | 2024-07-15T19:13:19.833Z | Downloaded cassowary v0.3.0 | 
| 1239 | 2024-07-15T19:13:19.833Z | Downloaded camino-tempfile v1.1.1 | 
| 1240 | 2024-07-15T19:13:19.833Z | Downloaded block-padding v0.3.3 | 
| 1241 | 2024-07-15T19:13:19.833Z | Downloaded blake2b_simd v1.0.2 | 
| 1242 | 2024-07-15T19:13:19.833Z | Downloaded bitstruct_derive v0.1.0 | 
| 1243 | 2024-07-15T19:13:19.833Z | Downloaded bitstruct v0.1.1 | 
| 1244 | 2024-07-15T19:13:19.833Z | Downloaded bitflags v1.3.2 | 
| 1245 | 2024-07-15T19:13:19.833Z | Downloaded bitfield-struct v0.6.1 | 
| 1246 | 2024-07-15T19:13:19.858Z | Downloaded bitfield v0.14.0 | 
| 1247 | 2024-07-15T19:13:19.858Z | Downloaded bit-vec v0.6.3 | 
| 1248 | 2024-07-15T19:13:19.858Z | Downloaded bb8 v0.8.5 | 
| 1249 | 2024-07-15T19:13:19.858Z | Downloaded base64ct v1.6.0 | 
| 1250 | 2024-07-15T19:13:19.858Z | Downloaded base16ct v0.2.0 | 
| 1251 | 2024-07-15T19:13:19.858Z | Downloaded backoff v0.4.0 | 
| 1252 | 2024-07-15T19:13:19.858Z | Downloaded atomic-waker v1.1.2 | 
| 1253 | 2024-07-15T19:13:19.858Z | Downloaded async-trait v0.1.81 | 
| 1254 | 2024-07-15T19:13:19.858Z | Downloaded assert_cmd v2.0.14 | 
| 1255 | 2024-07-15T19:13:19.859Z | Downloaded ascii-canvas v3.0.0 | 
| 1256 | 2024-07-15T19:13:19.859Z | Downloaded ascii v1.1.0 | 
| 1257 | 2024-07-15T19:13:19.859Z | Downloaded arrayvec v0.7.4 | 
| 1258 | 2024-07-15T19:13:19.859Z | Downloaded arrayref v0.3.7 | 
| 1259 | 2024-07-15T19:13:19.884Z | Downloaded array-init v0.0.4 | 
| 1260 | 2024-07-15T19:13:19.884Z | Downloaded argon2 v0.5.3 | 
| 1261 | 2024-07-15T19:13:19.884Z | Downloaded ahash v0.8.11 | 
| 1262 | 2024-07-15T19:13:19.884Z | Downloaded aead v0.5.2 | 
| 1263 | 2024-07-15T19:13:19.884Z | Downloaded addr2line v0.21.0 | 
| 1264 | 2024-07-15T19:13:19.884Z | Downloaded atomicwrites v0.4.3 | 
| 1265 | 2024-07-15T19:13:19.885Z | Downloaded async-stream-impl v0.3.5 | 
| 1266 | 2024-07-15T19:13:19.885Z | Downloaded async-stream v0.3.5 | 
| 1267 | 2024-07-15T19:13:19.885Z | Downloaded async-recursion v1.1.1 | 
| 1268 | 2024-07-15T19:13:19.885Z | Downloaded assert_matches v1.5.0 | 
| 1269 | 2024-07-15T19:13:20.572Z | Compiling serde v1.0.204 | 
| 1270 | 2024-07-15T19:13:20.572Z | Checking cfg-if v1.0.0 | 
| 1271 | 2024-07-15T19:13:20.612Z | Compiling libm v0.2.8 | 
| 1272 | 2024-07-15T19:13:20.612Z | Compiling num-traits v0.2.19 | 
| 1273 | 2024-07-15T19:13:20.648Z | Checking libc v0.2.155 | 
| 1274 | 2024-07-15T19:13:20.673Z | Compiling syn v2.0.68 | 
| 1275 | 2024-07-15T19:13:20.700Z | Compiling ahash v0.8.11 | 
| 1276 | 2024-07-15T19:13:20.700Z | Compiling getrandom v0.2.14 | 
| 1277 | 2024-07-15T19:13:20.738Z | Compiling serde_json v1.0.120 | 
| 1278 | 2024-07-15T19:13:20.950Z | Compiling generic-array v0.14.7 | 
| 1279 | 2024-07-15T19:13:21.173Z | Compiling log v0.4.21 | 
| 1280 | 2024-07-15T19:13:21.206Z | Checking scopeguard v1.2.0 | 
| 1281 | 2024-07-15T19:13:21.232Z | Checking memchr v2.7.2 | 
| 1282 | 2024-07-15T19:13:21.275Z | Checking itoa v1.0.11 | 
| 1283 | 2024-07-15T19:13:21.404Z | Checking lock_api v0.4.12 | 
| 1284 | 2024-07-15T19:13:21.432Z | Compiling syn v1.0.109 | 
| 1285 | 2024-07-15T19:13:21.596Z | Checking byteorder v1.5.0 | 
| 1286 | 2024-07-15T19:13:21.672Z | Compiling allocator-api2 v0.2.18 | 
| 1287 | 2024-07-15T19:13:21.961Z | Checking smallvec v1.13.2 | 
| 1288 | 2024-07-15T19:13:22.154Z | Compiling schemars v0.8.21 | 
| 1289 | 2024-07-15T19:13:22.305Z | Compiling ring v0.17.8 | 
| 1290 | 2024-07-15T19:13:22.371Z | Compiling time-macros v0.2.18 | 
| 1291 | 2024-07-15T19:13:22.396Z | Checking rand_core v0.6.4 | 
| 1292 | 2024-07-15T19:13:22.541Z | Checking once_cell v1.19.0 | 
| 1293 | 2024-07-15T19:13:22.585Z | Compiling slog v2.7.0 | 
| 1294 | 2024-07-15T19:13:22.636Z | Checking parking_lot_core v0.9.10 | 
| 1295 | 2024-07-15T19:13:22.802Z | Compiling aho-corasick v1.1.3 | 
| 1296 | 2024-07-15T19:13:22.918Z | Checking parking_lot v0.12.2 | 
| 1297 | 2024-07-15T19:13:23.077Z | Checking pin-project-lite v0.2.14 | 
| 1298 | 2024-07-15T19:13:23.224Z | Compiling regex-syntax v0.8.3 | 
| 1299 | 2024-07-15T19:13:25.122Z | Checking signal-hook-registry v1.4.2 | 
| 1300 | 2024-07-15T19:13:25.156Z | Compiling crossbeam-utils v0.8.19 | 
| 1301 | 2024-07-15T19:13:25.335Z | Checking mio v0.8.11 | 
| 1302 | 2024-07-15T19:13:25.788Z | Compiling iana-time-zone v0.1.60 | 
| 1303 | 2024-07-15T19:13:25.915Z | Compiling spin v0.9.8 | 
| 1304 | 2024-07-15T19:13:26.024Z | Compiling regex-automata v0.4.6 | 
| 1305 | 2024-07-15T19:13:26.329Z | Checking num_cpus v1.16.0 | 
| 1306 | 2024-07-15T19:13:26.439Z | Compiling rustls v0.21.12 | 
| 1307 | 2024-07-15T19:13:26.590Z | Checking typenum v1.17.0 | 
| 1308 | 2024-07-15T19:13:26.698Z | Compiling cookie v0.17.0 | 
| 1309 | 2024-07-15T19:13:26.915Z | Checking futures-core v0.3.30 | 
| 1310 | 2024-07-15T19:13:27.077Z | Compiling dyn-clone v1.0.17 | 
| 1311 | 2024-07-15T19:13:27.273Z | Compiling serde_derive_internals v0.29.1 | 
| 1312 | 2024-07-15T19:13:27.625Z | Checking socket2 v0.5.7 | 
| 1313 | 2024-07-15T19:13:27.650Z | Compiling backtrace v0.3.71 | 
| 1314 | 2024-07-15T19:13:27.675Z | Checking ryu v1.0.18 | 
| 1315 | 2024-07-15T19:13:27.862Z | Checking subtle v2.5.0 | 
| 1316 | 2024-07-15T19:13:28.034Z | Compiling anyhow v1.0.86 | 
| 1317 | 2024-07-15T19:13:28.598Z | Compiling unicode-normalization v0.1.23 | 
| 1318 | 2024-07-15T19:13:28.686Z | Compiling unicode-bidi v0.3.15 | 
| 1319 | 2024-07-15T19:13:28.728Z | Checking futures-sink v0.3.30 | 
| 1320 | 2024-07-15T19:13:28.862Z | Compiling either v1.12.0 | 
| 1321 | 2024-07-15T19:13:29.125Z | Compiling untrusted v0.9.0 | 
| 1322 | 2024-07-15T19:13:29.454Z | Checking futures-channel v0.3.30 | 
| 1323 | 2024-07-15T19:13:29.521Z | Checking slab v0.4.9 | 
| 1324 | 2024-07-15T19:13:29.664Z | Checking pin-utils v0.1.0 | 
| 1325 | 2024-07-15T19:13:29.744Z | Checking futures-io v0.3.30 | 
| 1326 | 2024-07-15T19:13:29.769Z | Checking futures-task v0.3.30 | 
| 1327 | 2024-07-15T19:13:29.793Z | Compiling const-oid v0.9.6 | 
| 1328 | 2024-07-15T19:13:29.925Z | Compiling winnow v0.5.40 | 
| 1329 | 2024-07-15T19:13:29.975Z | Compiling time v0.3.36 | 
| 1330 | 2024-07-15T19:13:31.373Z | Compiling regex v1.10.5 | 
| 1331 | 2024-07-15T19:13:32.276Z | Compiling signal-hook v0.3.17 | 
| 1332 | 2024-07-15T19:13:32.514Z | Compiling rustls-webpki v0.101.7 | 
| 1333 | 2024-07-15T19:13:32.539Z | Compiling sct v0.7.1 | 
| 1334 | 2024-07-15T19:13:32.688Z | Compiling idna v0.5.0 | 
| 1335 | 2024-07-15T19:13:33.363Z | Compiling siphasher v0.3.11 | 
| 1336 | 2024-07-15T19:13:33.396Z | Compiling serde_derive v1.0.204 | 
| 1337 | 2024-07-15T19:13:33.528Z | Compiling zerocopy-derive v0.7.34 | 
| 1338 | 2024-07-15T19:13:33.685Z | Compiling zeroize_derive v1.4.2 | 
| 1339 | 2024-07-15T19:13:33.963Z | Compiling tokio-macros v2.3.0 | 
| 1340 | 2024-07-15T19:13:34.137Z | Compiling thiserror-impl v1.0.60 | 
| 1341 | 2024-07-15T19:13:34.449Z | Compiling futures-macro v0.3.30 | 
| 1342 | 2024-07-15T19:13:34.495Z | Compiling tracing-attributes v0.1.27 | 
| 1343 | 2024-07-15T19:13:34.973Z | Compiling schemars_derive v0.8.21 | 
| 1344 | 2024-07-15T19:13:35.369Z | Checking zeroize v1.7.0 | 
| 1345 | 2024-07-15T19:13:35.443Z | Compiling zerocopy v0.7.34 | 
| 1346 | 2024-07-15T19:13:35.603Z | Compiling openssl-macros v0.1.1 | 
| 1347 | 2024-07-15T19:13:36.191Z | Compiling async-trait v0.1.81 | 
| 1348 | 2024-07-15T19:13:36.969Z | Compiling thiserror v1.0.60 | 
| 1349 | 2024-07-15T19:13:37.104Z | Compiling scroll_derive v0.12.0 | 
| 1350 | 2024-07-15T19:13:37.201Z | Compiling pest v2.7.10 | 
| 1351 | 2024-07-15T19:13:37.316Z | Compiling hashbrown v0.14.5 | 
| 1352 | 2024-07-15T19:13:37.534Z | Compiling der_derive v0.7.2 | 
| 1353 | 2024-07-15T19:13:37.740Z | Checking crypto-common v0.1.6 | 
| 1354 | 2024-07-15T19:13:38.355Z | Compiling scroll v0.12.0 | 
| 1355 | 2024-07-15T19:13:38.506Z | Compiling futures-util v0.3.30 | 
| 1356 | 2024-07-15T19:13:38.847Z | Compiling goblin v0.8.2 | 
| 1357 | 2024-07-15T19:13:38.940Z | Compiling tracing v0.1.40 | 
| 1358 | 2024-07-15T19:13:39.111Z | Compiling clap_derive v4.5.8 | 
| 1359 | 2024-07-15T19:13:39.382Z | Compiling pest_meta v2.7.10 | 
| 1360 | 2024-07-15T19:13:39.665Z | Compiling block-buffer v0.10.4 | 
| 1361 | 2024-07-15T19:13:39.908Z | Compiling digest v0.10.7 | 
| 1362 | 2024-07-15T19:13:40.315Z | Compiling zerocopy-derive v0.6.6 | 
| 1363 | 2024-07-15T19:13:42.172Z | Compiling pest_generator v2.7.10 | 
| 1364 | 2024-07-15T19:13:42.776Z | Compiling url v2.5.0 | 
| 1365 | 2024-07-15T19:13:43.706Z | Compiling idna v0.3.0 | 
| 1366 | 2024-07-15T19:13:43.796Z | Compiling pest_derive v2.7.10 | 
| 1367 | 2024-07-15T19:13:44.247Z | Checking bytes v1.6.0 | 
| 1368 | 2024-07-15T19:13:44.357Z | Checking bitflags v2.5.0 | 
| 1369 | 2024-07-15T19:13:44.448Z | Compiling dtrace-parser v0.2.0 | 
| 1370 | 2024-07-15T19:13:44.629Z | Compiling psl-types v2.0.11 | 
| 1371 | 2024-07-15T19:13:44.804Z | Compiling ppv-lite86 v0.2.17 | 
| 1372 | 2024-07-15T19:13:44.923Z | Checking tokio v1.38.0 | 
| 1373 | 2024-07-15T19:13:45.444Z | Compiling indexmap v2.2.6 | 
| 1374 | 2024-07-15T19:13:45.751Z | Compiling semver v1.0.23 | 
| 1375 | 2024-07-15T19:13:46.370Z | Compiling serde_tokenstream v0.2.1 | 
| 1376 | 2024-07-15T19:13:46.420Z | Compiling uuid v1.9.1 | 
| 1377 | 2024-07-15T19:13:46.444Z | Compiling chrono v0.4.38 | 
| 1378 | 2024-07-15T19:13:46.836Z | Compiling http v0.2.12 | 
| 1379 | 2024-07-15T19:13:47.542Z | Compiling rustc_version v0.4.0 | 
| 1380 | 2024-07-15T19:13:47.657Z | Compiling serde_spanned v0.6.6 | 
| 1381 | 2024-07-15T19:13:47.681Z | Compiling toml_datetime v0.6.6 | 
| 1382 | 2024-07-15T19:13:47.854Z | Compiling dof v0.3.0 | 
| 1383 | 2024-07-15T19:13:48.116Z | Compiling rustix v0.38.34 | 
| 1384 | 2024-07-15T19:13:48.196Z | Compiling openapiv3 v2.0.0 | 
| 1385 | 2024-07-15T19:13:49.548Z | Compiling usdt-impl v0.5.0 | 
| 1386 | 2024-07-15T19:13:49.764Z | Compiling toml_edit v0.19.15 | 
| 1387 | 2024-07-15T19:13:50.467Z | Compiling http-body v0.4.6 | 
| 1388 | 2024-07-15T19:13:50.640Z | Compiling openssl v0.10.64 | 
| 1389 | 2024-07-15T19:13:50.875Z | Compiling heapless v0.7.17 | 
| 1390 | 2024-07-15T19:13:50.899Z | Compiling rand_chacha v0.3.1 | 
| 1391 | 2024-07-15T19:13:50.923Z | Compiling usdt-attr-macro v0.5.0 | 
| 1392 | 2024-07-15T19:13:51.258Z | Compiling usdt-macro v0.5.0 | 
| 1393 | 2024-07-15T19:13:51.704Z | Compiling serde_urlencoded v0.7.1 | 
| 1394 | 2024-07-15T19:13:52.168Z | Compiling publicsuffix v2.2.3 | 
| 1395 | 2024-07-15T19:13:52.397Z | Compiling lazy_static v1.5.0 | 
| 1396 | 2024-07-15T19:13:52.493Z | Compiling rand v0.8.5 | 
| 1397 | 2024-07-15T19:13:52.737Z | Compiling cookie_store v0.20.0 | 
| 1398 | 2024-07-15T19:13:52.795Z | Compiling crossbeam-epoch v0.9.18 | 
| 1399 | 2024-07-15T19:13:53.229Z | Compiling webpki-roots v0.25.4 | 
| 1400 | 2024-07-15T19:13:53.292Z | Compiling bit-vec v0.6.3 | 
| 1401 | 2024-07-15T19:13:53.370Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) | 
| 1402 | 2024-07-15T19:13:53.452Z | Compiling gimli v0.28.1 | 
| 1403 | 2024-07-15T19:13:53.691Z | Compiling unicode-xid v0.2.4 | 
| 1404 | 2024-07-15T19:13:53.860Z | Compiling tokio-util v0.7.11 | 
| 1405 | 2024-07-15T19:13:54.017Z | Compiling tokio-rustls v0.24.1 | 
| 1406 | 2024-07-15T19:13:54.298Z | Compiling enum-as-inner v0.5.1 | 
| 1407 | 2024-07-15T19:13:54.390Z | Compiling phf_shared v0.10.0 | 
| 1408 | 2024-07-15T19:13:54.440Z | Compiling object v0.32.2 | 
| 1409 | 2024-07-15T19:13:54.743Z | Compiling h2 v0.3.26 | 
| 1410 | 2024-07-15T19:13:55.039Z | Compiling new_debug_unreachable v1.0.6 | 
| 1411 | 2024-07-15T19:13:55.140Z | Compiling minimal-lexical v0.2.1 | 
| 1412 | 2024-07-15T19:13:55.178Z | Compiling fixedbitset v0.4.2 | 
| 1413 | 2024-07-15T19:13:55.623Z | Compiling native-tls v0.2.11 | 
| 1414 | 2024-07-15T19:13:55.655Z | Compiling precomputed-hash v0.1.1 | 
| 1415 | 2024-07-15T19:13:55.776Z | Compiling base64ct v1.6.0 | 
| 1416 | 2024-07-15T19:13:56.256Z | Compiling tokio-native-tls v0.3.1 | 
| 1417 | 2024-07-15T19:13:56.396Z | Compiling rustc-demangle v0.1.24 | 
| 1418 | 2024-07-15T19:13:56.529Z | Compiling smoltcp v0.9.1 | 
| 1419 | 2024-07-15T19:13:56.683Z | Compiling pem-rfc7468 v0.7.0 | 
| 1420 | 2024-07-15T19:13:57.211Z | Compiling addr2line v0.21.0 | 
| 1421 | 2024-07-15T19:13:57.319Z | Compiling string_cache v0.8.7 | 
| 1422 | 2024-07-15T19:13:57.431Z | Compiling toml_edit v0.22.14 | 
| 1423 | 2024-07-15T19:13:57.731Z | Compiling nom v7.1.3 | 
| 1424 | 2024-07-15T19:13:57.827Z | Compiling petgraph v0.6.5 | 
| 1425 | 2024-07-15T19:13:57.851Z | Compiling bit-set v0.5.3 | 
| 1426 | 2024-07-15T19:13:58.014Z | Compiling futures-executor v0.3.30 | 
| 1427 | 2024-07-15T19:13:58.115Z | Compiling hmac v0.12.1 | 
| 1428 | 2024-07-15T19:13:58.341Z | Compiling hubpack_derive v0.1.1 | 
| 1429 | 2024-07-15T19:13:58.562Z | Compiling itertools v0.10.5 | 
| 1430 | 2024-07-15T19:13:59.065Z | Compiling diesel_table_macro_syntax v0.1.0 | 
| 1431 | 2024-07-15T19:13:59.416Z | Compiling num-integer v0.1.46 | 
| 1432 | 2024-07-15T19:14:00.185Z | Compiling fs-err v2.11.0 | 
| 1433 | 2024-07-15T19:14:00.446Z | Compiling hyper v0.14.28 | 
| 1434 | 2024-07-15T19:14:00.616Z | Checking fnv v1.0.7 | 
| 1435 | 2024-07-15T19:14:00.734Z | Compiling lalrpop-util v0.19.12 | 
| 1436 | 2024-07-15T19:14:00.771Z | Compiling flagset v0.4.5 | 
| 1437 | 2024-07-15T19:14:00.840Z | Compiling unicode-segmentation v1.11.0 | 
| 1438 | 2024-07-15T19:14:00.962Z | Compiling der v0.7.9 | 
| 1439 | 2024-07-15T19:14:01.245Z | Compiling diesel_derives v2.1.4 | 
| 1440 | 2024-07-15T19:14:01.554Z | Compiling futures v0.3.30 | 
| 1441 | 2024-07-15T19:14:01.658Z | Compiling hex v0.4.3 | 
| 1442 | 2024-07-15T19:14:01.834Z | Compiling itertools v0.12.1 | 
| 1443 | 2024-07-15T19:14:02.283Z | Compiling finl_unicode v1.2.0 | 
| 1444 | 2024-07-15T19:14:02.786Z | Compiling stringprep v0.1.4 | 
| 1445 | 2024-07-15T19:14:03.194Z | Compiling spki v0.7.3 | 
| 1446 | 2024-07-15T19:14:03.614Z | Compiling sha2 v0.10.8 | 
| 1447 | 2024-07-15T19:14:03.764Z | Compiling toml v0.7.8 | 
| 1448 | 2024-07-15T19:14:03.834Z | Compiling md-5 v0.10.6 | 
| 1449 | 2024-07-15T19:14:04.051Z | Compiling serde_repr v0.1.19 | 
| 1450 | 2024-07-15T19:14:04.355Z | Compiling strum_macros v0.25.3 | 
| 1451 | 2024-07-15T19:14:04.533Z | Compiling hash32 v0.2.1 | 
| 1452 | 2024-07-15T19:14:04.856Z | Checking tinyvec_macros v0.1.1 | 
| 1453 | 2024-07-15T19:14:04.967Z | Compiling fallible-iterator v0.2.0 | 
| 1454 | 2024-07-15T19:14:05.004Z | Compiling stable_deref_trait v1.2.0 | 
| 1455 | 2024-07-15T19:14:05.172Z | Checking tinyvec v1.6.0 | 
| 1456 | 2024-07-15T19:14:05.206Z | Compiling pkcs8 v0.10.2 | 
| 1457 | 2024-07-15T19:14:05.532Z | Compiling postgres-protocol v0.6.6 | 
| 1458 | 2024-07-15T19:14:05.696Z | Compiling ipnetwork v0.20.0 | 
| 1459 | 2024-07-15T19:14:06.043Z | Compiling hyper-rustls v0.24.2 | 
| 1460 | 2024-07-15T19:14:06.088Z | Compiling hyper-tls v0.5.0 | 
| 1461 | 2024-07-15T19:14:06.239Z | Compiling terminal_size v0.3.0 | 
| 1462 | 2024-07-15T19:14:06.381Z | Compiling reqwest v0.11.27 | 
| 1463 | 2024-07-15T19:14:06.410Z | Compiling block-padding v0.3.3 | 
| 1464 | 2024-07-15T19:14:06.434Z | Compiling phf_shared v0.11.2 | 
| 1465 | 2024-07-15T19:14:06.644Z | Compiling ff v0.13.0 | 
| 1466 | 2024-07-15T19:14:06.729Z | Compiling scheduled-thread-pool v0.2.7 | 
| 1467 | 2024-07-15T19:14:06.777Z | Checking equivalent v1.0.1 | 
| 1468 | 2024-07-15T19:14:06.844Z | Compiling managed v0.8.0 | 
| 1469 | 2024-07-15T19:14:06.889Z | Compiling regex-automata v0.1.10 | 
| 1470 | 2024-07-15T19:14:07.224Z | Compiling base16ct v0.2.0 | 
| 1471 | 2024-07-15T19:14:07.268Z | Compiling matches v0.1.10 | 
| 1472 | 2024-07-15T19:14:07.318Z | Compiling bitflags v1.3.2 | 
| 1473 | 2024-07-15T19:14:07.367Z | Compiling peg-runtime v0.8.3 | 
| 1474 | 2024-07-15T19:14:07.418Z | Compiling sec1 v0.7.3 | 
| 1475 | 2024-07-15T19:14:07.825Z | Compiling idna v0.2.3 | 
| 1476 | 2024-07-15T19:14:07.900Z | Compiling bstr v0.2.17 | 
| 1477 | 2024-07-15T19:14:07.942Z | Compiling r2d2 v0.8.10 | 
| 1478 | 2024-07-15T19:14:08.261Z | Compiling signal-hook-mio v0.2.3 | 
| 1479 | 2024-07-15T19:14:08.402Z | Compiling group v0.13.0 | 
| 1480 | 2024-07-15T19:14:08.598Z | Compiling clap_builder v4.5.9 | 
| 1481 | 2024-07-15T19:14:08.698Z | Compiling usdt v0.5.0 | 
| 1482 | 2024-07-15T19:14:08.989Z | Compiling phf v0.11.2 | 
| 1483 | 2024-07-15T19:14:09.073Z | Compiling inout v0.1.3 | 
| 1484 | 2024-07-15T19:14:09.123Z | Compiling postgres-types v0.2.6 | 
| 1485 | 2024-07-15T19:14:09.171Z | Compiling num-bigint v0.4.5 | 
| 1486 | 2024-07-15T19:14:09.250Z | Compiling num-iter v0.1.45 | 
| 1487 | 2024-07-15T19:14:09.296Z | Compiling hubpack v0.1.2 | 
| 1488 | 2024-07-15T19:14:09.328Z | Compiling hkdf v0.12.4 | 
| 1489 | 2024-07-15T19:14:09.663Z | Compiling zerocopy v0.6.6 | 
| 1490 | 2024-07-15T19:14:09.703Z | Compiling crypto-bigint v0.5.5 | 
| 1491 | 2024-07-15T19:14:10.051Z | Compiling float-cmp v0.9.0 | 
| 1492 | 2024-07-15T19:14:10.254Z | Compiling difflib v0.4.0 | 
| 1493 | 2024-07-15T19:14:10.355Z | Compiling whoami v1.5.1 | 
| 1494 | 2024-07-15T19:14:10.379Z | Checking cpufeatures v0.2.12 | 
| 1495 | 2024-07-15T19:14:10.468Z | Compiling static_assertions v1.1.0 | 
| 1496 | 2024-07-15T19:14:10.564Z | Compiling predicates-core v1.0.6 | 
| 1497 | 2024-07-15T19:14:10.881Z | Compiling data-encoding v2.6.0 | 
| 1498 | 2024-07-15T19:14:10.925Z | Compiling normalize-line-endings v0.3.0 | 
| 1499 | 2024-07-15T19:14:11.049Z | Compiling predicates v3.1.0 | 
| 1500 | 2024-07-15T19:14:11.394Z | Compiling diesel v2.1.6 | 
| 1501 | 2024-07-15T19:14:11.651Z | Compiling clap v4.5.9 | 
| 1502 | 2024-07-15T19:14:11.762Z | Compiling yasna v0.5.2 | 
| 1503 | 2024-07-15T19:14:12.514Z | Compiling elliptic-curve v0.13.8 | 
| 1504 | 2024-07-15T19:14:12.862Z | Compiling trust-dns-proto v0.22.0 | 
| 1505 | 2024-07-15T19:14:13.180Z | Compiling tokio-postgres v0.7.10 | 
| 1506 | 2024-07-15T19:14:13.333Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) | 
| 1507 | 2024-07-15T19:14:14.479Z | Compiling cipher v0.4.4 | 
| 1508 | 2024-07-15T19:14:14.898Z | Compiling similar v2.5.0 | 
| 1509 | 2024-07-15T19:14:16.444Z | Compiling crossterm v0.27.0 | 
| 1510 | 2024-07-15T19:14:17.540Z | Compiling tokio-stream v0.1.15 | 
| 1511 | 2024-07-15T19:14:17.695Z | Compiling console v0.15.8 | 
| 1512 | 2024-07-15T19:14:18.098Z | Compiling bstr v1.9.1 | 
| 1513 | 2024-07-15T19:14:19.023Z | Checking tracing-core v0.1.32 | 
| 1514 | 2024-07-15T19:14:19.048Z | Checking percent-encoding v2.3.1 | 
| 1515 | 2024-07-15T19:14:19.239Z | Checking form_urlencoded v1.2.1 | 
| 1516 | 2024-07-15T19:14:19.531Z | Checking powerfmt v0.2.0 | 
| 1517 | 2024-07-15T19:14:19.708Z | Checking time-core v0.1.2 | 
| 1518 | 2024-07-15T19:14:19.782Z | Checking deranged v0.3.11 | 
| 1519 | 2024-07-15T19:14:19.815Z | Checking num-conv v0.1.0 | 
| 1520 | 2024-07-15T19:14:19.858Z | Checking num_threads v0.1.7 | 
| 1521 | 2024-07-15T19:14:19.899Z | Checking unicode-ident v1.0.12 | 
| 1522 | 2024-07-15T19:14:19.966Z | Checking httparse v1.8.0 | 
| 1523 | 2024-07-15T19:14:20.032Z | Checking unicode-width v0.1.13 | 
| 1524 | 2024-07-15T19:14:20.303Z | Checking errno v0.3.9 | 
| 1525 | 2024-07-15T19:14:20.736Z | Checking proc-macro2 v1.0.86 | 
| 1526 | 2024-07-15T19:14:21.323Z | Checking quote v1.0.36 | 
| 1527 | 2024-07-15T19:14:21.348Z | Checking adler v1.0.2 | 
| 1528 | 2024-07-15T19:14:21.348Z | Checking try-lock v0.2.5 | 
| 1529 | 2024-07-15T19:14:21.473Z | Checking base64 v0.21.7 | 
| 1530 | 2024-07-15T19:14:21.512Z | Checking miniz_oxide v0.7.2 | 
| 1531 | 2024-07-15T19:14:21.879Z | Checking want v0.3.1 | 
| 1532 | 2024-07-15T19:14:22.118Z | Checking tower-service v0.3.2 | 
| 1533 | 2024-07-15T19:14:22.475Z | Checking httpdate v1.0.3 | 
| 1534 | 2024-07-15T19:14:22.744Z | Checking openssl-probe v0.1.5 | 
| 1535 | 2024-07-15T19:14:22.814Z | Checking foreign-types-shared v0.1.1 | 
| 1536 | 2024-07-15T19:14:22.879Z | Checking openssl-sys v0.9.102 | 
| 1537 | 2024-07-15T19:14:22.922Z | Checking foreign-types v0.3.2 | 
| 1538 | 2024-07-15T19:14:23.022Z | Checking ipnet v2.9.0 | 
| 1539 | 2024-07-15T19:14:23.209Z | Checking mime v0.3.17 | 
| 1540 | 2024-07-15T19:14:23.830Z | Checking utf8parse v0.2.1 | 
| 1541 | 2024-07-15T19:14:27.148Z | Checking encoding_rs v0.8.34 | 
| 1542 | 2024-07-15T19:14:27.392Z | Checking anstyle v1.0.7 | 
| 1543 | 2024-07-15T19:14:28.779Z | Checking rustls-pemfile v1.0.4 | 
| 1544 | 2024-07-15T19:14:28.932Z | Checking ucd-trie v0.1.6 | 
| 1545 | 2024-07-15T19:14:28.995Z | Checking plain v0.2.3 | 
| 1546 | 2024-07-15T19:14:29.064Z | Checking sync_wrapper v0.1.2 | 
| 1547 | 2024-07-15T19:14:29.148Z | Checking anstyle-parse v0.2.4 | 
| 1548 | 2024-07-15T19:14:29.196Z | Checking colorchoice v1.0.1 | 
| 1549 | 2024-07-15T19:14:29.349Z | Checking anstyle-query v1.0.3 | 
| 1550 | 2024-07-15T19:14:29.374Z | Checking is_terminal_polyfill v1.70.0 | 
| 1551 | 2024-07-15T19:14:29.398Z | Checking pretty-hex v0.4.1 | 
| 1552 | 2024-07-15T19:14:29.469Z | Checking anstream v0.6.14 | 
| 1553 | 2024-07-15T19:14:29.543Z | Checking thread-id v4.2.1 | 
| 1554 | 2024-07-15T19:14:29.567Z | Checking clap_lex v0.7.0 | 
| 1555 | 2024-07-15T19:14:29.653Z | Checking strsim v0.11.1 | 
| 1556 | 2024-07-15T19:14:29.862Z | Checking memmap v0.7.0 | 
| 1557 | 2024-07-15T19:14:30.052Z | Checking crc32fast v1.4.0 | 
| 1558 | 2024-07-15T19:14:31.201Z | Checking flate2 v1.0.30 | 
| 1559 | 2024-07-15T19:14:31.947Z | Checking winnow v0.6.8 | 
| 1560 | 2024-07-15T19:14:39.290Z | Compiling regress v0.9.1 | 
| 1561 | 2024-07-15T19:14:39.379Z | Compiling getopts v0.2.21 | 
| 1562 | 2024-07-15T19:14:40.282Z | Compiling unsafe-libyaml v0.2.11 | 
| 1563 | 2024-07-15T19:14:40.307Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 1564 | 2024-07-15T19:14:40.307Z | Checking heck v0.5.0 | 
| 1565 | 2024-07-15T19:14:40.770Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1566 | 2024-07-15T19:14:41.123Z | Compiling paste v1.0.15 | 
| 1567 | 2024-07-15T19:14:41.402Z | Compiling serde_yaml v0.9.34+deprecated | 
| 1568 | 2024-07-15T19:14:41.697Z | Checking camino v1.1.7 | 
| 1569 | 2024-07-15T19:14:41.824Z | Checking is-terminal v0.4.12 | 
| 1570 | 2024-07-15T19:14:41.953Z | Compiling strum_macros v0.26.4 | 
| 1571 | 2024-07-15T19:14:42.186Z | Checking base64 v0.22.1 | 
| 1572 | 2024-07-15T19:14:42.628Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1573 | 2024-07-15T19:14:42.967Z | Checking sha1 v0.10.6 | 
| 1574 | 2024-07-15T19:14:43.083Z | Compiling ident_case v1.0.1 | 
| 1575 | 2024-07-15T19:14:43.225Z | Compiling rustls v0.22.4 | 
| 1576 | 2024-07-15T19:14:43.254Z | Compiling darling_core v0.20.9 | 
| 1577 | 2024-07-15T19:14:43.484Z | Checking http v1.1.0 | 
| 1578 | 2024-07-15T19:14:43.523Z | Checking match_cfg v0.1.0 | 
| 1579 | 2024-07-15T19:14:43.606Z | Checking hostname v0.3.1 | 
| 1580 | 2024-07-15T19:14:43.728Z | Checking dirs-sys-next v0.1.2 | 
| 1581 | 2024-07-15T19:14:43.885Z | Compiling multer v3.1.0 | 
| 1582 | 2024-07-15T19:14:44.182Z | Checking dirs-next v2.0.0 | 
| 1583 | 2024-07-15T19:14:44.300Z | Checking crossbeam-channel v0.5.12 | 
| 1584 | 2024-07-15T19:14:44.619Z | Compiling async-stream-impl v0.3.5 | 
| 1585 | 2024-07-15T19:14:44.925Z | Checking thread_local v1.1.8 | 
| 1586 | 2024-07-15T19:14:45.002Z | Checking rustls-pki-types v1.7.0 | 
| 1587 | 2024-07-15T19:14:45.110Z | Checking term v0.7.0 | 
| 1588 | 2024-07-15T19:14:45.169Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) | 
| 1589 | 2024-07-15T19:14:45.362Z | Checking take_mut v0.2.2 | 
| 1590 | 2024-07-15T19:14:45.466Z | Checking toml v0.8.14 | 
| 1591 | 2024-07-15T19:14:45.491Z | Checking slog-term v2.9.1 | 
| 1592 | 2024-07-15T19:14:45.516Z | Checking slog-async v2.8.0 | 
| 1593 | 2024-07-15T19:14:45.740Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) | 
| 1594 | 2024-07-15T19:14:45.769Z | Checking rustls-webpki v0.102.4 | 
| 1595 | 2024-07-15T19:14:45.876Z | Checking slog-json v2.6.1 | 
| 1596 | 2024-07-15T19:14:46.118Z | Checking slog-bunyan v2.5.0 | 
| 1597 | 2024-07-15T19:14:46.143Z | Checking rustls-pemfile v2.1.2 | 
| 1598 | 2024-07-15T19:14:46.270Z | Checking debug-ignore v1.0.5 | 
| 1599 | 2024-07-15T19:14:46.295Z | Checking strum v0.26.2 | 
| 1600 | 2024-07-15T19:14:46.341Z | Checking instant v0.1.12 | 
| 1601 | 2024-07-15T19:14:46.402Z | Checking atomic-waker v1.1.2 | 
| 1602 | 2024-07-15T19:14:46.437Z | Checking async-stream v0.3.5 | 
| 1603 | 2024-07-15T19:14:46.524Z | Checking waitgroup v0.1.2 | 
| 1604 | 2024-07-15T19:14:46.619Z | Checking serde_path_to_error v0.1.16 | 
| 1605 | 2024-07-15T19:14:46.653Z | Checking hostname v0.4.0 | 
| 1606 | 2024-07-15T19:14:46.775Z | Checking fastrand v2.1.0 | 
| 1607 | 2024-07-15T19:14:46.814Z | Compiling structmeta-derive v0.3.0 | 
| 1608 | 2024-07-15T19:14:47.059Z | Checking tempfile v3.10.1 | 
| 1609 | 2024-07-15T19:14:47.158Z | Checking quick-error v1.2.3 | 
| 1610 | 2024-07-15T19:14:47.282Z | Checking newtype-uuid v1.1.0 | 
| 1611 | 2024-07-15T19:14:47.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 1612 | 2024-07-15T19:14:47.506Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 1613 | 2024-07-15T19:14:47.962Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 1614 | 2024-07-15T19:14:48.120Z | Checking macaddr v1.0.1 | 
| 1615 | 2024-07-15T19:14:48.201Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) | 
| 1616 | 2024-07-15T19:14:48.325Z | Checking backoff v0.4.0 | 
| 1617 | 2024-07-15T19:14:48.401Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) | 
| 1618 | 2024-07-15T19:14:48.578Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) | 
| 1619 | 2024-07-15T19:14:48.691Z | Checking wait-timeout v0.2.0 | 
| 1620 | 2024-07-15T19:14:48.716Z | Compiling structmeta-derive v0.2.0 | 
| 1621 | 2024-07-15T19:14:48.858Z | Checking rusty-fork v0.3.0 | 
| 1622 | 2024-07-15T19:14:49.109Z | Checking rand_xorshift v0.3.0 | 
| 1623 | 2024-07-15T19:14:49.134Z | Checking unarray v0.1.4 | 
| 1624 | 2024-07-15T19:14:49.255Z | Compiling darling_macro v0.20.9 | 
| 1625 | 2024-07-15T19:14:49.280Z | Checking proptest v1.4.0 | 
| 1626 | 2024-07-15T19:14:49.280Z | Compiling proc-macro-error v1.0.4 | 
| 1627 | 2024-07-15T19:14:49.366Z | Compiling structmeta v0.3.0 | 
| 1628 | 2024-07-15T19:14:49.455Z | Checking tokio-rustls v0.25.0 | 
| 1629 | 2024-07-15T19:14:49.756Z | Compiling parse-display-derive v0.9.1 | 
| 1630 | 2024-07-15T19:14:49.895Z | Checking camino-tempfile v1.1.1 | 
| 1631 | 2024-07-15T19:14:50.067Z | Compiling darling v0.20.9 | 
| 1632 | 2024-07-15T19:14:50.139Z | Compiling proc-macro-crate v1.3.1 | 
| 1633 | 2024-07-15T19:14:50.175Z | Compiling serde_with_macros v3.8.3 | 
| 1634 | 2024-07-15T19:14:51.048Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 1635 | 2024-07-15T19:14:51.092Z | Compiling structmeta v0.2.0 | 
| 1636 | 2024-07-15T19:14:51.379Z | Compiling num_enum_derive v0.5.11 | 
| 1637 | 2024-07-15T19:14:51.495Z | Compiling test-strategy v0.3.1 | 
| 1638 | 2024-07-15T19:14:52.783Z | Checking serde_with v3.8.3 | 
| 1639 | 2024-07-15T19:14:52.909Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 1640 | 2024-07-15T19:14:53.083Z | Compiling foreign-types-macros v0.2.3 | 
| 1641 | 2024-07-15T19:14:53.164Z | Checking foreign-types-shared v0.3.1 | 
| 1642 | 2024-07-15T19:14:53.276Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 1643 | 2024-07-15T19:14:53.652Z | Checking num_enum v0.5.11 | 
| 1644 | 2024-07-15T19:14:53.791Z | Checking parse-display v0.9.1 | 
| 1645 | 2024-07-15T19:14:53.816Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) | 
| 1646 | 2024-07-15T19:14:53.842Z | Checking cstr-argument v0.1.2 | 
| 1647 | 2024-07-15T19:14:53.993Z | Checking pretty-hex v0.2.1 | 
| 1648 | 2024-07-15T19:14:54.019Z | Checking tabwriter v1.4.0 | 
| 1649 | 2024-07-15T19:14:54.153Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) | 
| 1650 | 2024-07-15T19:14:54.177Z | Checking foreign-types v0.5.0 | 
| 1651 | 2024-07-15T19:14:54.225Z | Checking colored v2.1.0 | 
| 1652 | 2024-07-15T19:14:54.280Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) | 
| 1653 | 2024-07-15T19:14:54.396Z | Checking socket2 v0.4.10 | 
| 1654 | 2024-07-15T19:14:54.492Z | Checking smf v0.2.3 | 
| 1655 | 2024-07-15T19:14:54.551Z | Checking humantime v2.1.0 | 
| 1656 | 2024-07-15T19:14:54.663Z | Checking termcolor v1.4.1 | 
| 1657 | 2024-07-15T19:14:54.772Z | Checking newline-converter v0.3.0 | 
| 1658 | 2024-07-15T19:14:54.797Z | Checking arc-swap v1.7.1 | 
| 1659 | 2024-07-15T19:14:54.821Z | Compiling heapless v0.8.0 | 
| 1660 | 2024-07-15T19:14:54.892Z | Checking termtree v0.4.1 | 
| 1661 | 2024-07-15T19:14:54.922Z | Checking expectorate v1.1.0 | 
| 1662 | 2024-07-15T19:14:55.025Z | Checking xattr v1.3.1 | 
| 1663 | 2024-07-15T19:14:55.078Z | Checking hash32 v0.3.1 | 
| 1664 | 2024-07-15T19:14:55.105Z | Checking predicates-tree v1.0.9 | 
| 1665 | 2024-07-15T19:14:55.187Z | Checking slog-scope v4.4.0 | 
| 1666 | 2024-07-15T19:14:55.233Z | Checking filetime v0.2.23 | 
| 1667 | 2024-07-15T19:14:55.259Z | Checking same-file v1.0.6 | 
| 1668 | 2024-07-15T19:14:55.260Z | Compiling smoltcp v0.11.0 | 
| 1669 | 2024-07-15T19:14:55.366Z | Checking slog-stdlog v4.1.1 | 
| 1670 | 2024-07-15T19:14:55.406Z | Checking walkdir v2.5.0 | 
| 1671 | 2024-07-15T19:14:55.438Z | Checking tar v0.4.40 | 
| 1672 | 2024-07-15T19:14:55.519Z | Checking slog-envlogger v2.2.0 | 
| 1673 | 2024-07-15T19:14:55.638Z | Checking embedded-io v0.4.0 | 
| 1674 | 2024-07-15T19:14:55.668Z | Compiling crucible-workspace-hack v0.1.0 | 
| 1675 | 2024-07-15T19:14:55.727Z | Checking cobs v0.2.3 | 
| 1676 | 2024-07-15T19:14:55.823Z | Checking sigpipe v0.1.3 | 
| 1677 | 2024-07-15T19:14:55.914Z | Checking postcard v1.0.8 | 
| 1678 | 2024-07-15T19:14:55.961Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1679 | 2024-07-15T19:14:55.985Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1680 | 2024-07-15T19:14:56.012Z | Checking utf-8 v0.7.6 | 
| 1681 | 2024-07-15T19:14:56.226Z | Compiling derive-where v1.2.7 | 
| 1682 | 2024-07-15T19:14:56.250Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1683 | 2024-07-15T19:14:56.298Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) | 
| 1684 | 2024-07-15T19:14:56.351Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) | 
| 1685 | 2024-07-15T19:14:56.548Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) | 
| 1686 | 2024-07-15T19:14:56.606Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) | 
| 1687 | 2024-07-15T19:14:56.907Z | Compiling num-derive v0.4.2 | 
| 1688 | 2024-07-15T19:14:56.990Z | Compiling mockall_derive v0.12.1 | 
| 1689 | 2024-07-15T19:14:57.789Z | Checking fragile v2.0.0 | 
| 1690 | 2024-07-15T19:14:57.996Z | Checking downcast v0.11.0 | 
| 1691 | 2024-07-15T19:14:58.053Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) | 
| 1692 | 2024-07-15T19:14:58.155Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1693 | 2024-07-15T19:14:58.183Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) | 
| 1694 | 2024-07-15T19:14:58.385Z | Checking pem v3.0.4 | 
| 1695 | 2024-07-15T19:14:58.611Z | Checking tungstenite v0.20.1 | 
| 1696 | 2024-07-15T19:14:58.663Z | Checking atty v0.2.14 | 
| 1697 | 2024-07-15T19:14:58.784Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) | 
| 1698 | 2024-07-15T19:14:58.808Z | Compiling convert_case v0.4.0 | 
| 1699 | 2024-07-15T19:14:58.905Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1700 | 2024-07-15T19:14:59.159Z | Checking tungstenite v0.21.0 | 
| 1701 | 2024-07-15T19:14:59.183Z | Checking password-hash v0.5.0 | 
| 1702 | 2024-07-15T19:14:59.354Z | Checking tokio-tungstenite v0.20.1 | 
| 1703 | 2024-07-15T19:14:59.554Z | Checking blake2 v0.10.6 | 
| 1704 | 2024-07-15T19:14:59.650Z | Compiling derive_more v0.99.18 | 
| 1705 | 2024-07-15T19:14:59.758Z | Checking env_logger v0.9.3 | 
| 1706 | 2024-07-15T19:14:59.897Z | Checking tokio-tungstenite v0.21.0 | 
| 1707 | 2024-07-15T19:14:59.927Z | Checking argon2 v0.5.3 | 
| 1708 | 2024-07-15T19:15:00.050Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1709 | 2024-07-15T19:15:00.130Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1710 | 2024-07-15T19:15:00.291Z | Compiling bitstruct_derive v0.1.0 | 
| 1711 | 2024-07-15T19:15:00.423Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1712 | 2024-07-15T19:15:00.495Z | Checking ascii v1.1.0 | 
| 1713 | 2024-07-15T19:15:00.540Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1714 | 2024-07-15T19:15:00.679Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1715 | 2024-07-15T19:15:00.833Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) | 
| 1716 | 2024-07-15T19:15:00.900Z | Checking atomicwrites v0.4.3 | 
| 1717 | 2024-07-15T19:15:01.125Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1718 | 2024-07-15T19:15:01.382Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1719 | 2024-07-15T19:15:01.444Z | Checking bitstruct v0.1.1 | 
| 1720 | 2024-07-15T19:15:01.515Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) | 
| 1721 | 2024-07-15T19:15:01.560Z | Checking serde_arrays v0.1.0 | 
| 1722 | 2024-07-15T19:15:01.614Z | Checking erased-serde v0.3.31 | 
| 1723 | 2024-07-15T19:15:01.641Z | Compiling heck v0.3.3 | 
| 1724 | 2024-07-15T19:15:01.699Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) | 
| 1725 | 2024-07-15T19:15:01.776Z | Checking headers-core v0.2.0 | 
| 1726 | 2024-07-15T19:15:01.909Z | Checking base64 v0.13.1 | 
| 1727 | 2024-07-15T19:15:01.933Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) | 
| 1728 | 2024-07-15T19:15:02.010Z | Compiling zone_cfg_derive v0.1.2 | 
| 1729 | 2024-07-15T19:15:02.070Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1730 | 2024-07-15T19:15:02.251Z | Checking ron v0.7.1 | 
| 1731 | 2024-07-15T19:15:02.498Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1732 | 2024-07-15T19:15:02.806Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 1733 | 2024-07-15T19:15:03.062Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 1734 | 2024-07-15T19:15:03.231Z | Checking zone v0.1.8 | 
| 1735 | 2024-07-15T19:15:03.369Z | Checking headers v0.3.9 | 
| 1736 | 2024-07-15T19:15:03.401Z | Checking mockall v0.12.1 | 
| 1737 | 2024-07-15T19:15:03.582Z | Checking portpicker v0.1.1 | 
| 1738 | 2024-07-15T19:15:03.610Z | Checking rcgen v0.12.1 | 
| 1739 | 2024-07-15T19:15:03.712Z | Checking subprocess v0.2.9 | 
| 1740 | 2024-07-15T19:15:03.775Z | Checking linked-hash-map v0.5.6 | 
| 1741 | 2024-07-15T19:15:04.060Z | Checking lru-cache v0.1.2 | 
| 1742 | 2024-07-15T19:15:04.172Z | Compiling prettyplease v0.2.20 | 
| 1743 | 2024-07-15T19:15:04.208Z | Checking swrite v0.1.0 | 
| 1744 | 2024-07-15T19:15:04.237Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 1745 | 2024-07-15T19:15:04.276Z | Compiling semver v0.1.20 | 
| 1746 | 2024-07-15T19:15:04.589Z | Compiling rustc_version v0.1.7 | 
| 1747 | 2024-07-15T19:15:04.831Z | Compiling rayon-core v1.12.1 | 
| 1748 | 2024-07-15T19:15:04.860Z | Checking half v2.4.1 | 
| 1749 | 2024-07-15T19:15:05.033Z | Compiling newtype_derive v0.1.6 | 
| 1750 | 2024-07-15T19:15:05.087Z | Checking ciborium-io v0.2.2 | 
| 1751 | 2024-07-15T19:15:05.136Z | Compiling cancel-safe-futures v0.1.5 | 
| 1752 | 2024-07-15T19:15:05.266Z | Checking ciborium-ll v0.2.2 | 
| 1753 | 2024-07-15T19:15:05.453Z | Checking steno v0.4.1 | 
| 1754 | 2024-07-15T19:15:05.538Z | Checking ciborium v0.2.2 | 
| 1755 | 2024-07-15T19:15:06.076Z | Checking resolv-conf v0.7.0 | 
| 1756 | 2024-07-15T19:15:06.405Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 1757 | 2024-07-15T19:15:06.783Z | Checking trust-dns-resolver v0.22.0 | 
| 1758 | 2024-07-15T19:15:06.836Z | Checking num-rational v0.4.2 | 
| 1759 | 2024-07-15T19:15:07.195Z | Checking num-complex v0.4.6 | 
| 1760 | 2024-07-15T19:15:07.340Z | Compiling slog-dtrace v0.3.0 | 
| 1761 | 2024-07-15T19:15:07.446Z | Checking signature v2.2.0 | 
| 1762 | 2024-07-15T19:15:07.641Z | Checking float-ord v0.3.2 | 
| 1763 | 2024-07-15T19:15:07.770Z | Checking libsw v3.3.1 | 
| 1764 | 2024-07-15T19:15:07.956Z | Checking num v0.4.3 | 
| 1765 | 2024-07-15T19:15:08.059Z | Checking owo-colors v4.0.0 | 
| 1766 | 2024-07-15T19:15:08.800Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1767 | 2024-07-15T19:15:08.889Z | Checking linear-map v1.2.0 | 
| 1768 | 2024-07-15T19:15:09.811Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1769 | 2024-07-15T19:15:10.058Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1770 | 2024-07-15T19:15:10.503Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 1771 | 2024-07-15T19:15:11.526Z | Checking display-error-chain v0.2.0 | 
| 1772 | 2024-07-15T19:15:11.675Z | Checking nibble_vec v0.1.0 | 
| 1773 | 2024-07-15T19:15:11.846Z | Checking endian-type v0.1.2 | 
| 1774 | 2024-07-15T19:15:12.038Z | Compiling home v0.5.9 | 
| 1775 | 2024-07-15T19:15:12.125Z | Checking radix_trie v0.2.1 | 
| 1776 | 2024-07-15T19:15:12.279Z | Checking fxhash v0.2.1 | 
| 1777 | 2024-07-15T19:15:12.433Z | Compiling radium v0.7.0 | 
| 1778 | 2024-07-15T19:15:12.466Z | Checking tap v1.0.1 | 
| 1779 | 2024-07-15T19:15:12.491Z | Compiling maybe-uninit v2.0.0 | 
| 1780 | 2024-07-15T19:15:12.628Z | Checking wyz v0.5.1 | 
| 1781 | 2024-07-15T19:15:12.957Z | Compiling bzip2-sys v0.1.11+1.0.8 | 
| 1782 | 2024-07-15T19:15:12.981Z | Checking funty v2.0.0 | 
| 1783 | 2024-07-15T19:15:13.168Z | Checking crc-catalog v2.4.0 | 
| 1784 | 2024-07-15T19:15:13.300Z | Compiling num-bigint-dig v0.8.4 | 
| 1785 | 2024-07-15T19:15:13.325Z | Compiling packed_struct v0.10.1 | 
| 1786 | 2024-07-15T19:15:13.703Z | Checking crc v3.2.1 | 
| 1787 | 2024-07-15T19:15:13.729Z | Checking bitvec v1.0.1 | 
| 1788 | 2024-07-15T19:15:13.895Z | Compiling packed_struct_codegen v0.10.1 | 
| 1789 | 2024-07-15T19:15:14.067Z | Compiling indexmap v1.9.3 | 
| 1790 | 2024-07-15T19:15:14.141Z | Checking nodrop v0.1.14 | 
| 1791 | 2024-07-15T19:15:14.257Z | Checking array-init v0.0.4 | 
| 1792 | 2024-07-15T19:15:14.295Z | Checking smallvec v0.6.14 | 
| 1793 | 2024-07-15T19:15:14.605Z | Checking pkcs1 v0.7.5 | 
| 1794 | 2024-07-15T19:15:14.934Z | Compiling ring v0.16.20 | 
| 1795 | 2024-07-15T19:15:15.097Z | Compiling blake3 v1.5.1 | 
| 1796 | 2024-07-15T19:15:15.578Z | Checking hashbrown v0.12.3 | 
| 1797 | 2024-07-15T19:15:15.812Z | Checking bitfield v0.14.0 | 
| 1798 | 2024-07-15T19:15:16.100Z | Checking rsa v0.9.6 | 
| 1799 | 2024-07-15T19:15:16.649Z | Checking serde-hex v0.1.0 | 
| 1800 | 2024-07-15T19:15:16.689Z | Checking bzip2 v0.4.4 | 
| 1801 | 2024-07-15T19:15:16.959Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 1802 | 2024-07-15T19:15:16.986Z | Checking env_logger v0.10.2 | 
| 1803 | 2024-07-15T19:15:17.083Z | Checking x509-cert v0.2.5 | 
| 1804 | 2024-07-15T19:15:17.182Z | Checking ron v0.8.1 | 
| 1805 | 2024-07-15T19:15:17.355Z | Checking hashbrown v0.13.2 | 
| 1806 | 2024-07-15T19:15:18.226Z | Checking crc-any v2.5.0 | 
| 1807 | 2024-07-15T19:15:18.250Z | Checking object v0.30.4 | 
| 1808 | 2024-07-15T19:15:18.274Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) | 
| 1809 | 2024-07-15T19:15:18.390Z | Checking zip v0.6.6 | 
| 1810 | 2024-07-15T19:15:18.505Z | Checking path-slash v0.1.5 | 
| 1811 | 2024-07-15T19:15:18.541Z | Compiling async-recursion v1.1.1 | 
| 1812 | 2024-07-15T19:15:18.650Z | Checking gethostname v0.4.3 | 
| 1813 | 2024-07-15T19:15:18.785Z | Checking maplit v1.0.2 | 
| 1814 | 2024-07-15T19:15:18.889Z | Compiling libefi-sys v0.1.0 | 
| 1815 | 2024-07-15T19:15:18.985Z | Compiling bitfield-struct v0.6.1 | 
| 1816 | 2024-07-15T19:15:19.009Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 1817 | 2024-07-15T19:15:19.150Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) | 
| 1818 | 2024-07-15T19:15:19.552Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) | 
| 1819 | 2024-07-15T19:15:19.685Z | Compiling crossbeam-deque v0.8.5 | 
| 1820 | 2024-07-15T19:15:19.809Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 1821 | 2024-07-15T19:15:19.970Z | Checking keccak v0.1.5 | 
| 1822 | 2024-07-15T19:15:20.171Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 1823 | 2024-07-15T19:15:20.247Z | Checking sha3 v0.10.8 | 
| 1824 | 2024-07-15T19:15:20.640Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) | 
| 1825 | 2024-07-15T19:15:20.733Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) | 
| 1826 | 2024-07-15T19:15:20.792Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 1827 | 2024-07-15T19:15:20.951Z | Checking secrecy v0.8.0 | 
| 1828 | 2024-07-15T19:15:21.036Z | Compiling parking_lot_core v0.8.6 | 
| 1829 | 2024-07-15T19:15:21.178Z | Compiling rayon v1.10.0 | 
| 1830 | 2024-07-15T19:15:21.447Z | Compiling memmap2 v0.9.4 | 
| 1831 | 2024-07-15T19:15:21.497Z | Compiling buf-list v1.0.3 | 
| 1832 | 2024-07-15T19:15:21.524Z | Compiling untrusted v0.7.1 | 
| 1833 | 2024-07-15T19:15:21.607Z | Compiling constant_time_eq v0.3.0 | 
| 1834 | 2024-07-15T19:15:21.699Z | Compiling arrayvec v0.7.4 | 
| 1835 | 2024-07-15T19:15:21.772Z | Compiling spin v0.5.2 | 
| 1836 | 2024-07-15T19:15:21.842Z | Compiling arrayref v0.3.7 | 
| 1837 | 2024-07-15T19:15:22.360Z | Compiling toolchain_find v0.4.0 | 
| 1838 | 2024-07-15T19:15:22.482Z | Compiling topological-sort v0.2.2 | 
| 1839 | 2024-07-15T19:15:22.683Z | Compiling rustfmt-wrapper v0.2.1 | 
| 1840 | 2024-07-15T19:15:22.954Z | Checking parking_lot v0.11.2 | 
| 1841 | 2024-07-15T19:15:23.196Z | Checking trust-dns-client v0.22.0 | 
| 1842 | 2024-07-15T19:15:23.259Z | Checking toml v0.5.11 | 
| 1843 | 2024-07-15T19:15:23.436Z | Checking glob v0.3.1 | 
| 1844 | 2024-07-15T19:15:23.684Z | Checking sled v0.34.7 | 
| 1845 | 2024-07-15T19:15:23.708Z | Compiling curve25519-dalek v4.1.3 | 
| 1846 | 2024-07-15T19:15:23.837Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) | 
| 1847 | 2024-07-15T19:15:24.024Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) | 
| 1848 | 2024-07-15T19:15:24.203Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 1849 | 2024-07-15T19:15:24.230Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 1850 | 2024-07-15T19:15:24.420Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) | 
| 1851 | 2024-07-15T19:15:25.230Z | Checking trust-dns-server v0.22.1 | 
| 1852 | 2024-07-15T19:15:25.883Z | Compiling omicron-zone-package v0.11.0 | 
| 1853 | 2024-07-15T19:15:26.423Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) | 
| 1854 | 2024-07-15T19:15:27.295Z | Checking universal-hash v0.5.1 | 
| 1855 | 2024-07-15T19:15:27.320Z | Checking opaque-debug v0.3.1 | 
| 1856 | 2024-07-15T19:15:27.407Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 1857 | 2024-07-15T19:15:27.586Z | Compiling curve25519-dalek-derive v0.1.1 | 
| 1858 | 2024-07-15T19:15:27.778Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) | 
| 1859 | 2024-07-15T19:15:27.802Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 1860 | 2024-07-15T19:15:28.176Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) | 
| 1861 | 2024-07-15T19:15:29.478Z | Checking aead v0.5.2 | 
| 1862 | 2024-07-15T19:15:29.556Z | Compiling pin-project-internal v1.1.5 | 
| 1863 | 2024-07-15T19:15:29.687Z | Compiling vte_generate_state_changes v0.1.1 | 
| 1864 | 2024-07-15T19:15:29.798Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) | 
| 1865 | 2024-07-15T19:15:30.226Z | Compiling unicase v2.7.0 | 
| 1866 | 2024-07-15T19:15:30.335Z | Checking vte v0.11.1 | 
| 1867 | 2024-07-15T19:15:30.403Z | Checking poly1305 v0.8.0 | 
| 1868 | 2024-07-15T19:15:30.656Z | Checking chacha20 v0.9.1 | 
| 1869 | 2024-07-15T19:15:30.821Z | Checking fd-lock v4.0.2 | 
| 1870 | 2024-07-15T19:15:30.945Z | Compiling thiserror-impl-no-std v2.0.2 | 
| 1871 | 2024-07-15T19:15:30.996Z | Checking nanorand v0.7.0 | 
| 1872 | 2024-07-15T19:15:31.341Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 1873 | 2024-07-15T19:15:31.369Z | Checking flume v0.11.0 | 
| 1874 | 2024-07-15T19:15:31.449Z | Checking strip-ansi-escapes v0.2.0 | 
| 1875 | 2024-07-15T19:15:31.582Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 1876 | 2024-07-15T19:15:31.607Z | Checking kstat-rs v0.2.4 | 
| 1877 | 2024-07-15T19:15:31.798Z | Checking nu-ansi-term v0.50.0 | 
| 1878 | 2024-07-15T19:15:31.840Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 1879 | 2024-07-15T19:15:31.932Z | Checking chacha20poly1305 v0.10.1 | 
| 1880 | 2024-07-15T19:15:32.149Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) | 
| 1881 | 2024-07-15T19:15:32.175Z | Checking pin-project v1.1.5 | 
| 1882 | 2024-07-15T19:15:32.199Z | Checking reedline v0.31.0 | 
| 1883 | 2024-07-15T19:15:32.306Z | Compiling crunchy v0.2.2 | 
| 1884 | 2024-07-15T19:15:32.469Z | Compiling mime_guess v2.0.4 | 
| 1885 | 2024-07-15T19:15:32.752Z | Compiling clang-sys v1.7.0 | 
| 1886 | 2024-07-15T19:15:33.007Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) | 
| 1887 | 2024-07-15T19:15:33.336Z | Compiling tiny-keccak v2.0.2 | 
| 1888 | 2024-07-15T19:15:33.712Z | Checking thiserror-no-std v2.0.2 | 
| 1889 | 2024-07-15T19:15:33.754Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 1890 | 2024-07-15T19:15:33.829Z | Checking vsss-rs v3.3.4 | 
| 1891 | 2024-07-15T19:15:33.925Z | Compiling memoffset v0.9.1 | 
| 1892 | 2024-07-15T19:15:33.994Z | Compiling ref-cast v1.0.23 | 
| 1893 | 2024-07-15T19:15:34.186Z | Checking bytecount v0.6.8 | 
| 1894 | 2024-07-15T19:15:34.329Z | Checking papergrid v0.11.0 | 
| 1895 | 2024-07-15T19:15:35.019Z | Compiling ascii-canvas v3.0.0 | 
| 1896 | 2024-07-15T19:15:35.072Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 1897 | 2024-07-15T19:15:35.300Z | Compiling tabled_derive v0.7.0 | 
| 1898 | 2024-07-15T19:15:35.571Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) | 
| 1899 | 2024-07-15T19:15:35.768Z | Compiling ref-cast-impl v1.0.23 | 
| 1900 | 2024-07-15T19:15:35.792Z | Compiling snafu-derive v0.8.2 | 
| 1901 | 2024-07-15T19:15:36.532Z | Compiling ena v0.14.3 | 
| 1902 | 2024-07-15T19:15:36.613Z | Compiling libloading v0.8.3 | 
| 1903 | 2024-07-15T19:15:36.827Z | Compiling regex-syntax v0.6.29 | 
| 1904 | 2024-07-15T19:15:36.931Z | Compiling cfg_aliases v0.1.1 | 
| 1905 | 2024-07-15T19:15:37.024Z | Compiling bindgen v0.69.4 | 
| 1906 | 2024-07-15T19:15:37.048Z | Checking http-range v0.1.5 | 
| 1907 | 2024-07-15T19:15:37.231Z | Compiling diff v0.1.13 | 
| 1908 | 2024-07-15T19:15:37.581Z | Checking tabled v0.15.0 | 
| 1909 | 2024-07-15T19:15:37.743Z | Checking hyper-staticfile v0.9.5 | 
| 1910 | 2024-07-15T19:15:37.933Z | Compiling nix v0.28.0 | 
| 1911 | 2024-07-15T19:15:38.767Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) | 
| 1912 | 2024-07-15T19:15:39.045Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 1913 | 2024-07-15T19:15:40.128Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 1914 | 2024-07-15T19:15:40.708Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 1915 | 2024-07-15T19:15:41.802Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) | 
| 1916 | 2024-07-15T19:15:42.718Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 1917 | 2024-07-15T19:15:42.983Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 1918 | 2024-07-15T19:15:44.370Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 1919 | 2024-07-15T19:15:44.999Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 1920 | 2024-07-15T19:15:45.500Z | Checking snafu v0.8.2 | 
| 1921 | 2024-07-15T19:15:45.666Z | Compiling lalrpop v0.19.12 | 
| 1922 | 2024-07-15T19:15:45.906Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 1923 | 2024-07-15T19:15:47.022Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 1924 | 2024-07-15T19:15:47.113Z | Compiling which v4.4.2 | 
| 1925 | 2024-07-15T19:15:47.648Z | Checking globset v0.4.14 | 
| 1926 | 2024-07-15T19:15:48.044Z | Checking olpc-cjson v0.1.3 | 
| 1927 | 2024-07-15T19:15:48.221Z | Compiling cexpr v0.6.0 | 
| 1928 | 2024-07-15T19:15:48.892Z | Checking serde_plain v1.0.2 | 
| 1929 | 2024-07-15T19:15:49.110Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) | 
| 1930 | 2024-07-15T19:15:49.343Z | Compiling rustc-hash v1.1.0 | 
| 1931 | 2024-07-15T19:15:49.477Z | Compiling salty v0.2.0 | 
| 1932 | 2024-07-15T19:15:49.696Z | Compiling lazycell v1.3.0 | 
| 1933 | 2024-07-15T19:15:49.848Z | Checking typed-path v0.7.1 | 
| 1934 | 2024-07-15T19:15:49.894Z | Compiling shlex v1.3.0 | 
| 1935 | 2024-07-15T19:15:50.279Z | Checking signature v1.6.4 | 
| 1936 | 2024-07-15T19:15:50.413Z | Checking ed25519 v1.5.3 | 
| 1937 | 2024-07-15T19:15:50.665Z | Checking nix v0.27.1 | 
| 1938 | 2024-07-15T19:15:50.745Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 1939 | 2024-07-15T19:15:51.370Z | Checking tough v0.17.1 | 
| 1940 | 2024-07-15T19:15:53.127Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 1941 | 2024-07-15T19:15:53.255Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 1942 | 2024-07-15T19:15:53.920Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 1943 | 2024-07-15T19:15:54.967Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 1944 | 2024-07-15T19:15:55.078Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 1945 | 2024-07-15T19:15:55.253Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 1946 | 2024-07-15T19:15:55.776Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) | 
| 1947 | 2024-07-15T19:15:55.994Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 1948 | 2024-07-15T19:15:56.244Z | Compiling derive_builder_core v0.20.0 | 
| 1949 | 2024-07-15T19:15:56.517Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 1950 | 2024-07-15T19:15:57.016Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 1951 | 2024-07-15T19:15:57.358Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 1952 | 2024-07-15T19:15:58.015Z | Checking serde-big-array v0.5.1 | 
| 1953 | 2024-07-15T19:15:58.193Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) | 
| 1954 | 2024-07-15T19:15:58.223Z | Compiling libxml v0.3.3 | 
| 1955 | 2024-07-15T19:15:58.252Z | Checking parse-size v1.0.0 | 
| 1956 | 2024-07-15T19:15:58.545Z | Compiling derive_builder_macro v0.20.0 | 
| 1957 | 2024-07-15T19:15:58.942Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) | 
| 1958 | 2024-07-15T19:15:59.222Z | Checking signal-hook-tokio v0.3.1 | 
| 1959 | 2024-07-15T19:15:59.256Z | Compiling peg-macros v0.8.3 | 
| 1960 | 2024-07-15T19:15:59.379Z | Checking serde-big-array v0.4.1 | 
| 1961 | 2024-07-15T19:15:59.518Z | Compiling strum_macros v0.24.3 | 
| 1962 | 2024-07-15T19:15:59.545Z | Compiling sqlparser_derive v0.2.2 | 
| 1963 | 2024-07-15T19:16:00.166Z | Compiling cookie v0.18.1 | 
| 1964 | 2024-07-15T19:16:00.401Z | Checking unicode_categories v0.1.1 | 
| 1965 | 2024-07-15T19:16:00.426Z | Compiling indoc v1.0.9 | 
| 1966 | 2024-07-15T19:16:00.781Z | Checking sqlformat v0.2.4 | 
| 1967 | 2024-07-15T19:16:00.899Z | Checking rustyline v14.0.0 | 
| 1968 | 2024-07-15T19:16:01.315Z | Checking sqlparser v0.45.0 | 
| 1969 | 2024-07-15T19:16:02.327Z | Checking peg v0.8.3 | 
| 1970 | 2024-07-15T19:16:02.420Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 1971 | 2024-07-15T19:16:02.444Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 1972 | 2024-07-15T19:16:02.621Z | Checking derive_builder v0.20.0 | 
| 1973 | 2024-07-15T19:16:03.232Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 1974 | 2024-07-15T19:16:04.123Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 1975 | 2024-07-15T19:16:04.375Z | Checking quick-xml v0.31.0 | 
| 1976 | 2024-07-15T19:16:04.537Z | Checking bcs v0.1.6 | 
| 1977 | 2024-07-15T19:16:04.967Z | Compiling impl-trait-for-tuples v0.2.2 | 
| 1978 | 2024-07-15T19:16:05.245Z | Compiling oso-derive v0.27.3 | 
| 1979 | 2024-07-15T19:16:06.103Z | Checking corncobs v0.1.3 | 
| 1980 | 2024-07-15T19:16:06.128Z | Checking highway v1.1.0 | 
| 1981 | 2024-07-15T19:16:06.286Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) | 
| 1982 | 2024-07-15T19:16:06.512Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 1983 | 2024-07-15T19:16:06.875Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) | 
| 1984 | 2024-07-15T19:16:07.117Z | Checking heck v0.4.1 | 
| 1985 | 2024-07-15T19:16:07.300Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) | 
| 1986 | 2024-07-15T19:16:07.732Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 1987 | 2024-07-15T19:16:07.756Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 1988 | 2024-07-15T19:16:08.076Z | Compiling const_format_proc_macros v0.2.32 | 
| 1989 | 2024-07-15T19:16:08.732Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 1990 | 2024-07-15T19:16:08.838Z | Checking bb8 v0.8.5 | 
| 1991 | 2024-07-15T19:16:09.239Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) | 
| 1992 | 2024-07-15T19:16:09.743Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 1993 | 2024-07-15T19:16:09.973Z | Checking const_format v0.2.32 | 
| 1994 | 2024-07-15T19:16:10.689Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 1995 | 2024-07-15T19:16:11.744Z | Checking assert_matches v1.5.0 | 
| 1996 | 2024-07-15T19:16:11.827Z | Compiling portable-atomic v1.6.0 | 
| 1997 | 2024-07-15T19:16:12.112Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 1998 | 2024-07-15T19:16:12.819Z | Checking rand_seeder v0.2.3 | 
| 1999 | 2024-07-15T19:16:13.024Z | Checking number_prefix v0.4.0 | 
| 2000 | 2024-07-15T19:16:13.192Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2001 | 2024-07-15T19:16:13.593Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2002 | 2024-07-15T19:16:13.618Z | Checking indicatif v0.17.8 | 
| 2003 | 2024-07-15T19:16:13.835Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2004 | 2024-07-15T19:16:14.004Z | Checking is_ci v1.2.0 | 
| 2005 | 2024-07-15T19:16:14.145Z | Checking supports-color v3.0.0 | 
| 2006 | 2024-07-15T19:16:14.323Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2007 | 2024-07-15T19:16:14.347Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2008 | 2024-07-15T19:16:15.060Z | Checking castaway v0.2.2 | 
| 2009 | 2024-07-15T19:16:15.221Z | Checking compact_str v0.7.1 | 
| 2010 | 2024-07-15T19:16:15.318Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2011 | 2024-07-15T19:16:15.582Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2012 | 2024-07-15T19:16:15.649Z | Checking unicode-truncate v1.0.0 | 
| 2013 | 2024-07-15T19:16:15.853Z | Checking itertools v0.13.0 | 
| 2014 | 2024-07-15T19:16:15.878Z | Checking lru v0.12.3 | 
| 2015 | 2024-07-15T19:16:15.902Z | Compiling stability v0.2.0 | 
| 2016 | 2024-07-15T19:16:16.164Z | Checking cassowary v0.3.0 | 
| 2017 | 2024-07-15T19:16:16.568Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2018 | 2024-07-15T19:16:16.771Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2019 | 2024-07-15T19:16:17.564Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2020 | 2024-07-15T19:16:17.868Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2021 | 2024-07-15T19:16:18.089Z | Checking ratatui v0.27.0 | 
| 2022 | 2024-07-15T19:16:18.525Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2023 | 2024-07-15T19:16:18.862Z | Checking unicode-linebreak v0.1.5 | 
| 2024 | 2024-07-15T19:16:18.893Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2025 | 2024-07-15T19:16:18.918Z | Checking smawk v0.3.2 | 
| 2026 | 2024-07-15T19:16:19.102Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2027 | 2024-07-15T19:16:19.180Z | Checking textwrap v0.16.1 | 
| 2028 | 2024-07-15T19:16:19.368Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2029 | 2024-07-15T19:16:19.522Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) | 
| 2030 | 2024-07-15T19:16:20.518Z | Checking fatfs v0.3.6 | 
| 2031 | 2024-07-15T19:16:20.906Z | Checking shell-words v1.1.0 | 
| 2032 | 2024-07-15T19:16:21.031Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2033 | 2024-07-15T19:16:21.077Z | Checking cargo-platform v0.1.8 | 
| 2034 | 2024-07-15T19:16:21.319Z | Checking rtoolbox v0.0.2 | 
| 2035 | 2024-07-15T19:16:21.378Z | Compiling getrandom v0.1.16 | 
| 2036 | 2024-07-15T19:16:21.503Z | Checking rpassword v7.3.1 | 
| 2037 | 2024-07-15T19:16:21.647Z | Checking cargo_metadata v0.18.1 | 
| 2038 | 2024-07-15T19:16:22.021Z | Checking tui-tree-widget v0.21.0 | 
| 2039 | 2024-07-15T19:16:22.527Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 2040 | 2024-07-15T19:16:22.960Z | Checking rfc6979 v0.4.0 | 
| 2041 | 2024-07-15T19:16:23.439Z | Checking ecdsa v0.16.9 | 
| 2042 | 2024-07-15T19:16:23.634Z | Checking rand_core v0.5.1 | 
| 2043 | 2024-07-15T19:16:23.893Z | Checking primeorder v0.13.6 | 
| 2044 | 2024-07-15T19:16:24.213Z | Checking option-ext v0.2.0 | 
| 2045 | 2024-07-15T19:16:24.301Z | Checking yansi v0.5.1 | 
| 2046 | 2024-07-15T19:16:24.337Z | Checking dirs-sys v0.4.1 | 
| 2047 | 2024-07-15T19:16:24.503Z | Checking rand_chacha v0.2.2 | 
| 2048 | 2024-07-15T19:16:24.556Z | Checking pretty_assertions v1.4.0 | 
| 2049 | 2024-07-15T19:16:24.732Z | Checking polyval v0.6.2 | 
| 2050 | 2024-07-15T19:16:24.795Z | Checking ed25519 v2.2.3 | 
| 2051 | 2024-07-15T19:16:24.967Z | Checking ctr v0.9.2 | 
| 2052 | 2024-07-15T19:16:24.995Z | Checking aes v0.8.4 | 
| 2053 | 2024-07-15T19:16:25.202Z | Checking blowfish v0.9.1 | 
| 2054 | 2024-07-15T19:16:25.412Z | Checking password-hash v0.4.2 | 
| 2055 | 2024-07-15T19:16:25.691Z | Checking pbkdf2 v0.12.2 | 
| 2056 | 2024-07-15T19:16:25.769Z | Checking plotters-backend v0.3.5 | 
| 2057 | 2024-07-15T19:16:25.837Z | Checking hex-literal v0.4.1 | 
| 2058 | 2024-07-15T19:16:25.955Z | Checking bcrypt-pbkdf v0.10.0 | 
| 2059 | 2024-07-15T19:16:26.092Z | Checking plotters-svg v0.3.5 | 
| 2060 | 2024-07-15T19:16:26.179Z | Checking pbkdf2 v0.11.0 | 
| 2061 | 2024-07-15T19:16:26.289Z | Checking ed25519-dalek v2.1.1 | 
| 2062 | 2024-07-15T19:16:26.430Z | Checking ghash v0.5.1 | 
| 2063 | 2024-07-15T19:16:26.583Z | Checking rand v0.7.3 | 
| 2064 | 2024-07-15T19:16:26.608Z | Checking dirs v5.0.1 | 
| 2065 | 2024-07-15T19:16:26.733Z | Checking p256 v0.13.2 | 
| 2066 | 2024-07-15T19:16:27.127Z | Checking p521 v0.13.3 | 
| 2067 | 2024-07-15T19:16:27.250Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2068 | 2024-07-15T19:16:27.725Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 2069 | 2024-07-15T19:16:28.163Z | Checking cbc v0.1.2 | 
| 2070 | 2024-07-15T19:16:28.348Z | Checking russh-cryptovec v0.7.2 | 
| 2071 | 2024-07-15T19:16:28.535Z | Compiling target-lexicon v0.12.14 | 
| 2072 | 2024-07-15T19:16:28.902Z | Compiling doc-comment v0.3.3 | 
| 2073 | 2024-07-15T19:16:29.305Z | Checking cast v0.3.0 | 
| 2074 | 2024-07-15T19:16:29.387Z | Checking md5 v0.7.0 | 
| 2075 | 2024-07-15T19:16:29.578Z | Checking criterion-plot v0.5.0 | 
| 2076 | 2024-07-15T19:16:29.640Z | Checking russh-keys v0.43.0 | 
| 2077 | 2024-07-15T19:16:30.262Z | Checking aes-gcm v0.10.3 | 
| 2078 | 2024-07-15T19:16:30.485Z | Checking plotters v0.3.5 | 
| 2079 | 2024-07-15T19:16:30.660Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2080 | 2024-07-15T19:16:31.404Z | Checking http-body v1.0.0 | 
| 2081 | 2024-07-15T19:16:31.606Z | Checking tinytemplate v1.2.1 | 
| 2082 | 2024-07-15T19:16:31.973Z | Checking csv-core v0.1.11 | 
| 2083 | 2024-07-15T19:16:32.011Z | Checking tower-layer v0.3.2 | 
| 2084 | 2024-07-15T19:16:32.269Z | Checking oorandom v11.1.3 | 
| 2085 | 2024-07-15T19:16:32.309Z | Compiling guppy-workspace-hack v0.1.0 | 
| 2086 | 2024-07-15T19:16:32.442Z | Checking anes v0.1.6 | 
| 2087 | 2024-07-15T19:16:32.574Z | Compiling assert_cmd v2.0.14 | 
| 2088 | 2024-07-15T19:16:32.799Z | Compiling dhcproto-macros v0.1.0 | 
| 2089 | 2024-07-15T19:16:32.928Z | Checking criterion v0.5.1 | 
| 2090 | 2024-07-15T19:16:33.018Z | Checking csv v1.3.0 | 
| 2091 | 2024-07-15T19:16:33.650Z | Checking dhcproto v0.11.0 | 
| 2092 | 2024-07-15T19:16:33.766Z | Checking tower v0.4.13 | 
| 2093 | 2024-07-15T19:16:34.420Z | Checking hyper v1.3.1 | 
| 2094 | 2024-07-15T19:16:34.814Z | Checking russh v0.43.0 | 
| 2095 | 2024-07-15T19:16:35.490Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) | 
| 2096 | 2024-07-15T19:16:35.820Z | Compiling target-spec v3.1.0 | 
| 2097 | 2024-07-15T19:16:36.130Z | Checking internet-checksum v0.2.1 | 
| 2098 | 2024-07-15T19:16:36.768Z | Checking cfg-expr v0.15.8 | 
| 2099 | 2024-07-15T19:16:37.782Z | Checking hyper-util v0.1.3 | 
| 2100 | 2024-07-15T19:16:37.969Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2101 | 2024-07-15T19:16:37.994Z | Checking rustls-native-certs v0.7.0 | 
| 2102 | 2024-07-15T19:16:38.122Z | Checking httptest v0.15.5 | 
| 2103 | 2024-07-15T19:16:39.040Z | Checking hyper-rustls v0.26.0 | 
| 2104 | 2024-07-15T19:16:39.649Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2105 | 2024-07-15T19:16:39.869Z | Checking pathdiff v0.2.1 | 
| 2106 | 2024-07-15T19:16:40.004Z | Checking threadpool v1.8.1 | 
| 2107 | 2024-07-15T19:16:40.193Z | Checking escape8259 v0.5.2 | 
| 2108 | 2024-07-15T19:16:40.311Z | Checking nested v0.1.1 | 
| 2109 | 2024-07-15T19:16:40.358Z | Checking libtest-mimic v0.7.3 | 
| 2110 | 2024-07-15T19:16:40.507Z | Checking guppy v0.17.5 | 
| 2111 | 2024-07-15T19:16:40.787Z | Checking similar-asserts v1.5.0 | 
| 2112 | 2024-07-15T19:16:40.985Z | Checking fancy-regex v0.13.0 | 
| 2113 | 2024-07-15T19:16:41.503Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 2114 | 2024-07-15T19:16:41.602Z | Compiling rstest_macros v0.19.0 | 
| 2115 | 2024-07-15T19:16:42.115Z | Checking datatest-stable v0.2.9 | 
| 2116 | 2024-07-15T19:16:42.277Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2117 | 2024-07-15T19:16:42.357Z | Checking blake2b_simd v1.0.2 | 
| 2118 | 2024-07-15T19:16:43.016Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) | 
| 2119 | 2024-07-15T19:16:43.245Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) | 
| 2120 | 2024-07-15T19:16:43.316Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) | 
| 2121 | 2024-07-15T19:16:43.663Z | Compiling relative-path v1.9.3 | 
| 2122 | 2024-07-15T19:16:43.838Z | Compiling trybuild v1.0.96 | 
| 2123 | 2024-07-15T19:16:43.901Z | Checking indent_write v2.2.0 | 
| 2124 | 2024-07-15T19:16:44.157Z | Checking rust-argon2 v2.1.0 | 
| 2125 | 2024-07-15T19:16:44.509Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2126 | 2024-07-15T19:16:45.940Z | Checking multimap v0.10.0 | 
| 2127 | 2024-07-15T19:16:46.267Z | Checking futures-timer v3.0.3 | 
| 2128 | 2024-07-15T19:16:47.725Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 2129 | 2024-07-15T19:16:48.804Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2130 | 2024-07-15T19:16:49.562Z | Checking partial-io v0.5.4 | 
| 2131 | 2024-07-15T19:16:49.893Z | Checking cargo_toml v0.20.3 | 
| 2132 | 2024-07-15T19:16:51.458Z | Checking rand_distr v0.4.3 | 
| 2133 | 2024-07-15T19:16:51.634Z | Checking approx v0.5.1 | 
| 2134 | 2024-07-15T19:16:51.847Z | Checking termios v0.3.3 | 
| 2135 | 2024-07-15T19:16:52.039Z | Checking uzers v0.11.3 | 
| 2136 | 2024-07-15T19:16:52.089Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 2137 | 2024-07-15T19:16:52.280Z | Checking rstest v0.19.0 | 
| 2138 | 2024-07-15T19:16:52.341Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2139 | 2024-07-15T19:16:55.865Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 2140 | 2024-07-15T19:16:56.549Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2141 | 2024-07-15T19:17:00.946Z | Compiling samael v0.0.15 | 
| 2142 | 2024-07-15T19:17:05.946Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 2143 | 2024-07-15T19:17:27.519Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 2144 | 2024-07-15T19:17:28.720Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) | 
| 2145 | 2024-07-15T19:17:36.026Z | Compiling polar-core v0.27.3 | 
| 2146 | 2024-07-15T19:17:45.404Z | Checking oso v0.27.3 | 
| 2147 | 2024-07-15T19:18:24.026Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2148 | 2024-07-15T19:18:24.026Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2149 | 2024-07-15T19:18:24.051Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2150 | 2024-07-15T19:19:53.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 37s | 
| 2151 | 2024-07-15T19:19:54.292Z |  | 
| 2152 | 2024-07-15T19:19:54.292Z | real     6:49.020751405 | 
| 2153 | 2024-07-15T19:19:54.316Z | user    33:35.638842686 | 
| 2154 | 2024-07-15T19:19:54.316Z | sys      6:19.534972809 | 
| 2155 | 2024-07-15T19:19:54.316Z | trap        0.888535193 | 
| 2156 | 2024-07-15T19:19:54.316Z | tflt        0.429724102 | 
| 2157 | 2024-07-15T19:19:54.316Z | dflt        0.742378597 | 
| 2158 | 2024-07-15T19:19:54.316Z | kflt        0.001718766 | 
| 2159 | 2024-07-15T19:19:54.316Z | lock  1:43:00.239516269 | 
| 2160 | 2024-07-15T19:19:54.316Z | slp   1:49:21.845901326 | 
| 2161 | 2024-07-15T19:19:54.316Z | lat      1:51.004914028 | 
| 2162 | 2024-07-15T19:19:54.316Z | stop     5:41.351141572 | 
| 2163 | 2024-07-15T19:19:54.316Z | + RUSTDOCFLAGS='--document-private-items -D warnings' | 
| 2164 | 2024-07-15T19:19:54.316Z | + ptime -m cargo doc --workspace --no-deps | 
| 2165 | 2024-07-15T19:19:55.567Z | warning: output filename collision. | 
| 2166 | 2024-07-15T19:19:55.567Z | 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)`. | 
| 2167 | 2024-07-15T19:19:55.567Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html | 
| 2168 | 2024-07-15T19:19:55.567Z | The targets should have unique names. | 
| 2169 | 2024-07-15T19:19:55.567Z | This is a known bug where multiple crates with the same name use | 
| 2170 | 2024-07-15T19:19:55.567Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. | 
| 2171 | 2024-07-15T19:19:56.186Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2172 | 2024-07-15T19:19:56.215Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2173 | 2024-07-15T19:19:56.253Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2174 | 2024-07-15T19:19:56.278Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2175 | 2024-07-15T19:19:56.303Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) | 
| 2176 | 2024-07-15T19:19:56.303Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) | 
| 2177 | 2024-07-15T19:19:56.449Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) | 
| 2178 | 2024-07-15T19:19:56.553Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2179 | 2024-07-15T19:19:56.577Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2180 | 2024-07-15T19:19:56.602Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2181 | 2024-07-15T19:19:56.602Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2182 | 2024-07-15T19:19:56.759Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2183 | 2024-07-15T19:19:56.840Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2184 | 2024-07-15T19:19:56.951Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2185 | 2024-07-15T19:19:57.190Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2186 | 2024-07-15T19:19:57.219Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2187 | 2024-07-15T19:19:58.118Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2188 | 2024-07-15T19:19:59.793Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2189 | 2024-07-15T19:19:59.989Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2190 | 2024-07-15T19:20:00.051Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2191 | 2024-07-15T19:20:00.309Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2192 | 2024-07-15T19:20:00.453Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2193 | 2024-07-15T19:20:00.570Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2194 | 2024-07-15T19:20:00.835Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2195 | 2024-07-15T19:20:00.888Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2196 | 2024-07-15T19:20:01.176Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2197 | 2024-07-15T19:20:01.342Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2198 | 2024-07-15T19:20:01.406Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2199 | 2024-07-15T19:20:01.559Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2200 | 2024-07-15T19:20:01.845Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2201 | 2024-07-15T19:20:01.870Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2202 | 2024-07-15T19:20:02.333Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2203 | 2024-07-15T19:20:02.562Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2204 | 2024-07-15T19:20:02.619Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) | 
| 2205 | 2024-07-15T19:20:02.843Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) | 
| 2206 | 2024-07-15T19:20:02.980Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) | 
| 2207 | 2024-07-15T19:20:04.295Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2208 | 2024-07-15T19:20:05.827Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2209 | 2024-07-15T19:20:06.491Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2210 | 2024-07-15T19:20:07.496Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) | 
| 2211 | 2024-07-15T19:20:08.192Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2212 | 2024-07-15T19:20:08.773Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 2213 | 2024-07-15T19:20:09.472Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2214 | 2024-07-15T19:20:10.357Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2215 | 2024-07-15T19:20:10.479Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2216 | 2024-07-15T19:20:10.833Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2217 | 2024-07-15T19:20:11.002Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2218 | 2024-07-15T19:20:11.580Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2219 | 2024-07-15T19:20:12.030Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2220 | 2024-07-15T19:20:12.160Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2221 | 2024-07-15T19:20:12.420Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2222 | 2024-07-15T19:20:13.165Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2223 | 2024-07-15T19:20:13.546Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2224 | 2024-07-15T19:20:14.423Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2225 | 2024-07-15T19:20:15.166Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2226 | 2024-07-15T19:20:15.899Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2227 | 2024-07-15T19:20:16.245Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2228 | 2024-07-15T19:20:16.432Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2229 | 2024-07-15T19:20:16.725Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2230 | 2024-07-15T19:20:16.815Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) | 
| 2231 | 2024-07-15T19:20:16.839Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2232 | 2024-07-15T19:20:17.278Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2233 | 2024-07-15T19:20:19.378Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) | 
| 2234 | 2024-07-15T19:20:19.435Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) | 
| 2235 | 2024-07-15T19:20:20.678Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2236 | 2024-07-15T19:20:21.109Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2237 | 2024-07-15T19:20:21.540Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2238 | 2024-07-15T19:20:21.978Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2239 | 2024-07-15T19:20:22.495Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2240 | 2024-07-15T19:20:22.682Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2241 | 2024-07-15T19:20:23.317Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) | 
| 2242 | 2024-07-15T19:20:23.572Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2243 | 2024-07-15T19:20:26.218Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2244 | 2024-07-15T19:20:26.943Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2245 | 2024-07-15T19:20:27.332Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2246 | 2024-07-15T19:20:28.276Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2247 | 2024-07-15T19:20:28.444Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2248 | 2024-07-15T19:20:29.116Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) | 
| 2249 | 2024-07-15T19:20:30.004Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2250 | 2024-07-15T19:20:30.868Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2251 | 2024-07-15T19:20:31.966Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2252 | 2024-07-15T19:20:33.613Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) | 
| 2253 | 2024-07-15T19:20:36.614Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) | 
| 2254 | 2024-07-15T19:20:43.858Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) | 
| 2255 | 2024-07-15T19:20:48.994Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2256 | 2024-07-15T19:20:49.727Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) | 
| 2257 | 2024-07-15T19:20:53.776Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) | 
| 2258 | 2024-07-15T19:20:58.710Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) | 
| 2259 | 2024-07-15T19:21:04.086Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) | 
| 2260 | 2024-07-15T19:21:04.781Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) | 
| 2261 | 2024-07-15T19:21:08.878Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) | 
| 2262 | 2024-07-15T19:21:18.173Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) | 
| 2263 | 2024-07-15T19:21:18.798Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) | 
| 2264 | 2024-07-15T19:21:22.584Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) | 
| 2265 | 2024-07-15T19:21:23.657Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) | 
| 2266 | 2024-07-15T19:21:30.620Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) | 
| 2267 | 2024-07-15T19:21:42.112Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) | 
| 2268 | 2024-07-15T19:21:44.072Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) | 
| 2269 | 2024-07-15T19:21:44.438Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2270 | 2024-07-15T19:21:44.547Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2271 | 2024-07-15T19:21:45.257Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) | 
| 2272 | 2024-07-15T19:21:45.298Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) | 
| 2273 | 2024-07-15T19:21:46.567Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) | 
| 2274 | 2024-07-15T19:21:59.031Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) | 
| 2275 | 2024-07-15T19:22:07.025Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) | 
| 2276 | 2024-07-15T19:22:14.932Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) | 
| 2277 | 2024-07-15T19:22:15.440Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) | 
| 2278 | 2024-07-15T19:22:21.062Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) | 
| 2279 | 2024-07-15T19:22:25.243Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) | 
| 2280 | 2024-07-15T19:22:37.942Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) | 
| 2281 | 2024-07-15T19:22:38.314Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) | 
| 2282 | 2024-07-15T19:22:38.339Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) | 
| 2283 | 2024-07-15T19:22:46.743Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) | 
| 2284 | 2024-07-15T19:22:47.435Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) | 
| 2285 | 2024-07-15T19:22:49.680Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) | 
| 2286 | 2024-07-15T19:22:57.450Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) | 
| 2287 | 2024-07-15T19:23:00.621Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) | 
| 2288 | 2024-07-15T19:23:03.774Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) | 
| 2289 | 2024-07-15T19:23:05.872Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) | 
| 2290 | 2024-07-15T19:23:06.575Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) | 
| 2291 | 2024-07-15T19:23:06.781Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) | 
| 2292 | 2024-07-15T19:23:09.185Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) | 
| 2293 | 2024-07-15T19:23:09.262Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) | 
| 2294 | 2024-07-15T19:23:10.968Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) | 
| 2295 | 2024-07-15T19:23:15.697Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) | 
| 2296 | 2024-07-15T19:23:16.568Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) | 
| 2297 | 2024-07-15T19:23:19.907Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) | 
| 2298 | 2024-07-15T19:23:21.639Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) | 
| 2299 | 2024-07-15T19:23:21.908Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) | 
| 2300 | 2024-07-15T19:23:26.329Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) | 
| 2301 | 2024-07-15T19:23:26.838Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) | 
| 2302 | 2024-07-15T19:23:27.592Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) | 
| 2303 | 2024-07-15T19:23:29.140Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) | 
| 2304 | 2024-07-15T19:23:30.733Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) | 
| 2305 | 2024-07-15T19:23:37.340Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) | 
| 2306 | 2024-07-15T19:23:38.582Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) | 
| 2307 | 2024-07-15T19:23:38.685Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) | 
| 2308 | 2024-07-15T19:23:40.426Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) | 
| 2309 | 2024-07-15T19:23:43.401Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) | 
| 2310 | 2024-07-15T19:23:43.654Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) | 
| 2311 | 2024-07-15T19:23:43.930Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) | 
| 2312 | 2024-07-15T19:23:44.818Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) | 
| 2313 | 2024-07-15T19:23:52.698Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) | 
| 2314 | 2024-07-15T19:23:53.039Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) | 
| 2315 | 2024-07-15T19:23:53.089Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) | 
| 2316 | 2024-07-15T19:23:55.392Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) | 
| 2317 | 2024-07-15T19:23:57.793Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) | 
| 2318 | 2024-07-15T19:23:58.141Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) | 
| 2319 | 2024-07-15T19:23:59.718Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) | 
| 2320 | 2024-07-15T19:23:59.742Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) | 
| 2321 | 2024-07-15T19:24:02.325Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) | 
| 2322 | 2024-07-15T19:24:03.076Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) | 
| 2323 | 2024-07-15T19:24:04.207Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) | 
| 2324 | 2024-07-15T19:24:04.340Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) | 
| 2325 | 2024-07-15T19:24:05.257Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) | 
| 2326 | 2024-07-15T19:24:05.575Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) | 
| 2327 | 2024-07-15T19:24:06.849Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) | 
| 2328 | 2024-07-15T19:24:07.204Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) | 
| 2329 | 2024-07-15T19:24:08.567Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) | 
| 2330 | 2024-07-15T19:24:36.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 41s | 
| 2331 | 2024-07-15T19:24:36.187Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 99 other files | 
| 2332 | 2024-07-15T19:24:36.244Z |  | 
| 2333 | 2024-07-15T19:24:36.244Z | real     4:41.904168483 | 
| 2334 | 2024-07-15T19:24:36.245Z | user    15:07.780823934 | 
| 2335 | 2024-07-15T19:24:36.245Z | sys     18:48.330942559 | 
| 2336 | 2024-07-15T19:24:36.245Z | trap        0.277462314 | 
| 2337 | 2024-07-15T19:24:36.245Z | tflt        0.093767471 | 
| 2338 | 2024-07-15T19:24:36.269Z | dflt        0.415204753 | 
| 2339 | 2024-07-15T19:24:36.269Z | kflt        0.000220424 | 
| 2340 | 2024-07-15T19:24:36.269Z | lock    44:59.217714817 | 
| 2341 | 2024-07-15T19:24:36.269Z | slp   1:12:51.139727111 | 
| 2342 | 2024-07-15T19:24:36.269Z | lat        53.225409960 | 
| 2343 | 2024-07-15T19:24:36.269Z | stop       37.824636970 | 
| 2344 | 2024-07-15T19:24:36.269Z | process exited: duration 864425 ms, exit code 0 | 
|  | 
| 2345 | 2024-07-15T19:24:36.319Z | found 0 output files |