|
|
|
| 1 | 2024-12-13T19:56:00.201Z | job assigned to worker 01JF0SDRTYJAHRS2F7GA8SEQPF [factory aws, i-00a00f9bc110a34bc] (queued for 53 s) |
| |
| 2 | 2024-12-13T19:56:07.844Z | starting task 0: "setup" |
| 3 | 2024-12-13T19:56:07.854Z | ++ uname -s |
| 4 | 2024-12-13T19:56:07.857Z | + kern=SunOS |
| 5 | 2024-12-13T19:56:07.857Z | + case "$kern" in |
| 6 | 2024-12-13T19:56:07.857Z | + groupadd -g 12345 build |
| 7 | 2024-12-13T19:56:07.860Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-13T19:56:09.866Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-13T19:56:09.975Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-13T19:56:09.977Z | + home_fs=zfs |
| 11 | 2024-12-13T19:56:09.977Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-13T19:56:09.977Z | + mkdir -p /home/build |
| 13 | 2024-12-13T19:56:09.980Z | + chown build:build /home/build /work |
| 14 | 2024-12-13T19:56:11.982Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-13T19:56:11.985Z | process exited: duration 4142 ms, exit code 0 |
| |
| 16 | 2024-12-13T19:56:11.991Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-13T19:56:11.996Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-13T19:56:11.996Z | ' 1.81.0 |
| 19 | 2024-12-13T19:56:11.996Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-13T19:56:11.999Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-12-13T19:56:11.999Z | * toolchain profile = "default" |
| 22 | 2024-12-13T19:56:11.999Z | ' default |
| 23 | 2024-12-13T19:56:11.999Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-13T19:56:11.999Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-13T19:56:12.119Z | info: downloading installer |
| 26 | 2024-12-13T19:56:13.471Z | info: profile set to 'default' |
| 27 | 2024-12-13T19:56:13.471Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-13T19:56:13.473Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-13T19:56:13.610Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-13T19:56:13.610Z | info: downloading component 'cargo' |
| 31 | 2024-12-13T19:56:14.318Z | info: downloading component 'clippy' |
| 32 | 2024-12-13T19:56:14.576Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-13T19:56:15.549Z | info: downloading component 'rust-std' |
| 34 | 2024-12-13T19:56:17.057Z | info: downloading component 'rustc' |
| 35 | 2024-12-13T19:56:22.487Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-13T19:56:22.699Z | info: installing component 'cargo' |
| 37 | 2024-12-13T19:56:23.503Z | info: installing component 'clippy' |
| 38 | 2024-12-13T19:56:23.860Z | info: installing component 'rust-docs' |
| 39 | 2024-12-13T19:56:25.492Z | info: installing component 'rust-std' |
| 40 | 2024-12-13T19:56:27.235Z | info: installing component 'rustc' |
| 41 | 2024-12-13T19:56:33.019Z | info: installing component 'rustfmt' |
| 42 | 2024-12-13T19:56:33.341Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-13T19:56:33.342Z | |
| 44 | 2024-12-13T19:56:33.709Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-13T19:56:33.709Z | |
| 46 | 2024-12-13T19:56:33.713Z | |
| 47 | 2024-12-13T19:56:33.713Z | Rust is installed now. Great! |
| 48 | 2024-12-13T19:56:33.713Z | |
| 49 | 2024-12-13T19:56:33.713Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-13T19:56:33.713Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-13T19:56:33.713Z | |
| 52 | 2024-12-13T19:56:33.713Z | To configure your current shell, you need to source |
| 53 | 2024-12-13T19:56:33.713Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-13T19:56:33.713Z | |
| 55 | 2024-12-13T19:56:33.713Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-13T19:56:33.713Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-13T19:56:33.713Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-13T19:56:33.788Z | + rustc --version |
| 59 | 2024-12-13T19:56:33.855Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-13T19:56:33.858Z | process exited: duration 21864 ms, exit code 0 |
| |
| 61 | 2024-12-13T19:56:33.864Z | starting task 2: "authentication" |
| 62 | 2024-12-13T19:56:33.885Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-12-13T19:56:33.891Z | starting task 3: "clone repository" |
| 64 | 2024-12-13T19:56:33.896Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-13T19:56:33.899Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-13T19:56:33.938Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-13T19:56:40.447Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-13T19:56:40.450Z | + git fetch origin 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
| 69 | 2024-12-13T19:56:40.723Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-13T19:56:40.723Z | * branch 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 -> FETCH_HEAD |
| 71 | 2024-12-13T19:56:40.734Z | + [[ -n john/sled-editor-decommissioned ]] |
| 72 | 2024-12-13T19:56:40.736Z | ++ git branch --show-current |
| 73 | 2024-12-13T19:56:40.739Z | + current=main |
| 74 | 2024-12-13T19:56:40.739Z | + [[ main != john/sled-editor-decommissioned ]] |
| 75 | 2024-12-13T19:56:40.739Z | + git branch -f john/sled-editor-decommissioned 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
| 76 | 2024-12-13T19:56:40.742Z | + git checkout -f john/sled-editor-decommissioned |
| 77 | 2024-12-13T19:56:40.923Z | Switched to branch 'john/sled-editor-decommissioned' |
| 78 | 2024-12-13T19:56:40.926Z | + git reset --hard 51ce5fbaec0a2e7e92edab29d9d908fd141d1739 |
| 79 | 2024-12-13T19:56:41.103Z | HEAD is now at 51ce5fbae Merge remote-tracking branch 'origin/main' into john/sled-editor-decommissioned |
| 80 | 2024-12-13T19:56:41.106Z | process exited: duration 7212 ms, exit code 0 |
| |
| 81 | 2024-12-13T19:56:41.112Z | starting task 4: "build" |
| 82 | 2024-12-13T19:56:41.117Z | + source ./env.sh |
| 83 | 2024-12-13T19:56:41.117Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-12-13T19:56:41.117Z | ++ set -o xtrace |
| 85 | 2024-12-13T19:56:41.120Z | ++++ dirname ./env.sh |
| 86 | 2024-12-13T19:56:41.123Z | +++ readlink -f . |
| 87 | 2024-12-13T19:56:41.125Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-12-13T19:56:41.125Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 89 | 2024-12-13T19:56:41.125Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-12-13T19:56:41.125Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-12-13T19:56:41.125Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 92 | 2024-12-13T19:56:41.125Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-12-13T19:56:41.125Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-12-13T19:56:41.125Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-12-13T19:56:41.126Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-12-13T19:56:41.126Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-12-13T19:56:41.126Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-12-13T19:56:41.126Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-12-13T19:56:41.126Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-12-13T19:56:41.126Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-12-13T19:56:41.126Z | + cargo --version |
| 102 | 2024-12-13T19:56:41.185Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 103 | 2024-12-13T19:56:41.187Z | + rustc --version |
| 104 | 2024-12-13T19:56:41.249Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 105 | 2024-12-13T19:56:41.252Z | + banner prerequisites |
| 106 | 2024-12-13T19:56:41.255Z | |
| 107 | 2024-12-13T19:56:41.255Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-12-13T19:56:41.255Z | # # # # # # # # # # # # # # # |
| 109 | 2024-12-13T19:56:41.255Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-12-13T19:56:41.256Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-12-13T19:56:41.256Z | # # # # # # # # # # # # # # # |
| 112 | 2024-12-13T19:56:41.256Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-12-13T19:56:41.256Z | |
| 114 | 2024-12-13T19:56:41.259Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-12-13T19:56:48.427Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-12-13T19:56:52.213Z | Startup: Caching catalogs ... Done |
| 117 | 2024-12-13T19:57:02.585Z | Planning: Solver setup ... Done (9.481s) |
| 118 | 2024-12-13T19:57:02.712Z | Planning: Running solver ... Done (0.127s) |
| 119 | 2024-12-13T19:57:02.823Z | Planning: Finding local manifests ... Done (0.004s) |
| 120 | 2024-12-13T19:57:02.836Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-12-13T19:57:03.053Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-12-13T19:57:03.156Z | Planning: Package planning ... Done (0.103s) |
| 123 | 2024-12-13T19:57:03.213Z | Planning: Merging actions ... Done (0.056s) |
| 124 | 2024-12-13T19:57:03.406Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 125 | 2024-12-13T19:57:05.526Z | Planning: Consolidating action changes ... Done (2.119s) |
| 126 | 2024-12-13T19:57:05.978Z | Planning: Evaluating mediators ... Done (0.452s) |
| 127 | 2024-12-13T19:57:06.063Z | Planning: Planning completed in 13.75 seconds |
| 128 | 2024-12-13T19:57:06.079Z | Packages to install: 4 |
| 129 | 2024-12-13T19:57:06.079Z | Packages to update: 1 |
| 130 | 2024-12-13T19:57:06.082Z | Mediators to change: 2 |
| 131 | 2024-12-13T19:57:06.082Z | Services to change: 1 |
| 132 | 2024-12-13T19:57:06.082Z | Estimated space available: 155.63 GB |
| 133 | 2024-12-13T19:57:06.082Z | Estimated space to be consumed: 1.61 GB |
| 134 | 2024-12-13T19:57:06.082Z | Create boot environment: No |
| 135 | 2024-12-13T19:57:06.082Z | Create backup boot environment: Yes |
| 136 | 2024-12-13T19:57:06.082Z | Rebuild boot archive: No |
| 137 | 2024-12-13T19:57:06.082Z | |
| 138 | 2024-12-13T19:57:06.082Z | Changed mediators: |
| 139 | 2024-12-13T19:57:06.082Z | mediator clang: |
| 140 | 2024-12-13T19:57:06.082Z | version: None -> 15 (system default) |
| 141 | 2024-12-13T19:57:06.082Z | |
| 142 | 2024-12-13T19:57:06.082Z | mediator llvm: |
| 143 | 2024-12-13T19:57:06.082Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-12-13T19:57:06.082Z | |
| 145 | 2024-12-13T19:57:06.082Z | Changed packages: |
| 146 | 2024-12-13T19:57:06.082Z | helios-dev |
| 147 | 2024-12-13T19:57:06.082Z | developer/build-essential |
| 148 | 2024-12-13T19:57:06.082Z | None -> 11-2.0 |
| 149 | 2024-12-13T19:57:06.082Z | library/libxmlsec1 |
| 150 | 2024-12-13T19:57:06.082Z | None -> 1.2.35-2.0 |
| 151 | 2024-12-13T19:57:06.082Z | ooce/developer/clang-15 |
| 152 | 2024-12-13T19:57:06.082Z | None -> 15.0.7-2.0 |
| 153 | 2024-12-13T19:57:06.082Z | ooce/developer/llvm-15 |
| 154 | 2024-12-13T19:57:06.082Z | None -> 15.0.7-2.0 |
| 155 | 2024-12-13T19:57:06.082Z | package/pkg |
| 156 | 2024-12-13T19:57:06.082Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-12-13T19:57:06.082Z | |
| 158 | 2024-12-13T19:57:06.082Z | Services: |
| 159 | 2024-12-13T19:57:06.082Z | restart_fmri: |
| 160 | 2024-12-13T19:57:06.082Z | svc:/system/update-man-index:default |
| 161 | 2024-12-13T19:57:06.082Z | |
| 162 | 2024-12-13T19:57:06.082Z | Editable files to change: |
| 163 | 2024-12-13T19:57:06.083Z | Update: |
| 164 | 2024-12-13T19:57:06.083Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-12-13T19:57:06.162Z | |
| 166 | 2024-12-13T19:57:06.162Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-12-13T19:57:11.163Z | Download: 1135/4281 items 44.7/220.6MB 20% complete (8.9M/s) |
| 168 | 2024-12-13T19:57:16.167Z | Download: 1521/4281 items 117.3/220.6MB 53% complete (12.0M/s) |
| 169 | 2024-12-13T19:57:21.168Z | Download: 2846/4281 items 121.1/220.6MB 54% complete (8.0M/s) |
| 170 | 2024-12-13T19:57:26.933Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (12.9M/s) |
| 171 | 2024-12-13T19:57:33.236Z | Download: 3288/4281 items 211.5/220.6MB 95% complete (9.0M/s) |
| 172 | 2024-12-13T19:57:37.128Z | Download: Completed 220.60 MB in 30.96 seconds (7.1M/s) |
| 173 | 2024-12-13T19:57:39.160Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-12-13T19:57:39.182Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-12-13T19:57:43.908Z | Actions: 4226/5063 actions (Updating modified actions) |
| 176 | 2024-12-13T19:57:44.229Z | Actions: Completed 5063 actions in 5.07 seconds. |
| 177 | 2024-12-13T19:57:44.455Z | Done (0.217s) |
| 178 | 2024-12-13T19:57:44.475Z | Done (0.000s) |
| 179 | 2024-12-13T19:57:45.004Z | Done (0.548s) |
| 180 | 2024-12-13T19:57:49.643Z | Done (4.390s) |
| 181 | 2024-12-13T19:57:49.766Z | Done (0.019s) |
| 182 | 2024-12-13T19:57:49.825Z | Done (0.000s) |
| 183 | 2024-12-13T19:57:49.931Z | Done (0.000s) |
| 184 | 2024-12-13T19:57:50.614Z | Planning: Evaluating mediator changes ... Done |
| 185 | 2024-12-13T19:57:50.773Z | Planning: Checking for conflicting actions ... Done |
| 186 | 2024-12-13T19:57:50.805Z | Planning: Consolidating action changes ... Done |
| 187 | 2024-12-13T19:57:51.034Z | Planning: Evaluating mediators ... Done |
| 188 | 2024-12-13T19:57:51.037Z | Planning: Planning completed in 0.44 seconds |
| 189 | 2024-12-13T19:57:51.084Z | Mediators to change: 2 |
| 190 | 2024-12-13T19:57:51.084Z | Create boot environment: No |
| 191 | 2024-12-13T19:57:51.088Z | Create backup boot environment: No |
| 192 | 2024-12-13T19:57:51.159Z | Done |
| 193 | 2024-12-13T19:57:51.159Z | Done |
| 194 | 2024-12-13T19:57:51.505Z | Done |
| 195 | 2024-12-13T19:57:55.322Z | Done |
| 196 | 2024-12-13T19:57:55.411Z | Done |
| 197 | 2024-12-13T19:57:55.416Z | Done |
| 198 | 2024-12-13T19:57:55.550Z | Done |
| 199 | 2024-12-13T19:57:56.177Z | Planning: Evaluating mediator changes ... Done |
| 200 | 2024-12-13T19:57:56.195Z | Planning: Merging actions ... Done |
| 201 | 2024-12-13T19:57:56.369Z | Planning: Checking for conflicting actions ... Done |
| 202 | 2024-12-13T19:57:56.374Z | Planning: Consolidating action changes ... Done |
| 203 | 2024-12-13T19:57:56.652Z | Planning: Evaluating mediators ... Done |
| 204 | 2024-12-13T19:57:56.697Z | Planning: Planning completed in 0.76 seconds |
| 205 | 2024-12-13T19:57:56.737Z | Packages to change: 1 |
| 206 | 2024-12-13T19:57:56.737Z | Mediators to change: 1 |
| 207 | 2024-12-13T19:57:56.742Z | Services to change: 1 |
| 208 | 2024-12-13T19:57:56.742Z | Create boot environment: No |
| 209 | 2024-12-13T19:57:56.742Z | Create backup boot environment: Yes |
| 210 | 2024-12-13T19:57:58.064Z | Actions: 1/6 actions (Updating modified actions) |
| 211 | 2024-12-13T19:57:58.167Z | Actions: Completed 6 actions in 0.00 seconds. |
| 212 | 2024-12-13T19:57:58.167Z | Done |
| 213 | 2024-12-13T19:57:58.167Z | Done |
| 214 | 2024-12-13T19:57:58.236Z | Done |
| 215 | 2024-12-13T19:58:02.023Z | Done |
| 216 | 2024-12-13T19:58:02.104Z | Done |
| 217 | 2024-12-13T19:58:02.108Z | Done |
| 218 | 2024-12-13T19:58:02.256Z | Done |
| 219 | 2024-12-13T19:58:02.975Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 220 | 2024-12-13T19:58:02.975Z | clang system 15 system |
| 221 | 2024-12-13T19:58:02.975Z | csh system system illumos |
| 222 | 2024-12-13T19:58:02.975Z | ctags system system illumos |
| 223 | 2024-12-13T19:58:02.975Z | gcc vendor 12 vendor |
| 224 | 2024-12-13T19:58:02.975Z | gcc system 10 system |
| 225 | 2024-12-13T19:58:02.975Z | gcc system 7 system |
| 226 | 2024-12-13T19:58:02.975Z | go system 1.20 system |
| 227 | 2024-12-13T19:58:02.975Z | go system 1.19 system |
| 228 | 2024-12-13T19:58:02.975Z | llvm system 15 system |
| 229 | 2024-12-13T19:58:02.975Z | llvm system 14 system |
| 230 | 2024-12-13T19:58:02.975Z | mariadb system 10.6 system |
| 231 | 2024-12-13T19:58:02.975Z | mta vendor vendor dma |
| 232 | 2024-12-13T19:58:02.976Z | openjdk system 17 system |
| 233 | 2024-12-13T19:58:02.976Z | openjdk system 11 system |
| 234 | 2024-12-13T19:58:02.976Z | openjdk system 1.8 system |
| 235 | 2024-12-13T19:58:02.976Z | openssl vendor 3 vendor |
| 236 | 2024-12-13T19:58:02.977Z | perl system 5.36 system |
| 237 | 2024-12-13T19:58:02.977Z | postgresql system 15 system |
| 238 | 2024-12-13T19:58:02.977Z | postgresql system 13 system |
| 239 | 2024-12-13T19:58:02.977Z | python vendor 3 vendor |
| 240 | 2024-12-13T19:58:02.977Z | python system 2 system |
| 241 | 2024-12-13T19:58:02.977Z | python3 system 3.11 system |
| 242 | 2024-12-13T19:58:02.977Z | ruby system 3.0 system |
| 243 | 2024-12-13T19:58:02.977Z | words vendor vendor american-english |
| 244 | 2024-12-13T19:58:02.977Z | words system system australian-english |
| 245 | 2024-12-13T19:58:02.977Z | words system system british-english |
| 246 | 2024-12-13T19:58:02.978Z | words system system canadian-english |
| 247 | 2024-12-13T19:58:02.978Z | words system system french |
| 248 | 2024-12-13T19:58:02.978Z | words system system italian |
| 249 | 2024-12-13T19:58:02.978Z | words system system ngerman |
| 250 | 2024-12-13T19:58:02.978Z | words system system ogerman |
| 251 | 2024-12-13T19:58:02.978Z | words system system spanish |
| 252 | 2024-12-13T19:58:03.084Z | PUBLISHER TYPE STATUS P LOCATION |
| 253 | 2024-12-13T19:58:03.084Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 254 | 2024-12-13T19:58:08.978Z | FMRI IFO |
| 255 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 256 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 257 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 258 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 259 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 260 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 261 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 262 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 263 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 264 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 265 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 266 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 267 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 268 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 269 | 2024-12-13T19:58:08.978Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 270 | 2024-12-13T19:58:09.038Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 271 | 2024-12-13T19:58:09.038Z | Updating crates.io index |
| 272 | 2024-12-13T19:58:09.038Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 273 | 2024-12-13T19:58:09.038Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 274 | 2024-12-13T19:58:09.038Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 275 | 2024-12-13T19:58:09.059Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 276 | 2024-12-13T19:58:09.059Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 277 | 2024-12-13T19:58:09.179Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 278 | 2024-12-13T19:58:10.774Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 279 | 2024-12-13T19:58:11.957Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 280 | 2024-12-13T19:58:12.746Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 281 | 2024-12-13T19:58:13.005Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 282 | 2024-12-13T19:58:13.364Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 283 | 2024-12-13T19:58:13.952Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 284 | 2024-12-13T19:58:14.265Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2024-12-13T19:58:14.608Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 286 | 2024-12-13T19:58:14.886Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 287 | 2024-12-13T19:58:15.129Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 288 | 2024-12-13T19:58:15.422Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 289 | 2024-12-13T19:58:15.739Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 290 | 2024-12-13T19:58:16.059Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 291 | 2024-12-13T19:58:16.337Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 292 | 2024-12-13T19:58:16.709Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 293 | 2024-12-13T19:58:17.274Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 294 | 2024-12-13T19:58:17.559Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 295 | 2024-12-13T19:58:17.955Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 296 | 2024-12-13T19:58:18.339Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 297 | 2024-12-13T19:58:18.667Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2024-12-13T19:58:18.996Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2024-12-13T19:58:19.290Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2024-12-13T19:58:20.513Z | Downloading crates ... |
| 301 | 2024-12-13T19:58:20.576Z | Downloaded anstream v0.6.15 |
| 302 | 2024-12-13T19:58:20.584Z | Downloaded errno v0.3.9 |
| 303 | 2024-12-13T19:58:20.586Z | Downloaded clap v4.5.21 |
| 304 | 2024-12-13T19:58:20.594Z | Downloaded equivalent v1.0.1 |
| 305 | 2024-12-13T19:58:20.597Z | Downloaded anstyle-query v1.1.1 |
| 306 | 2024-12-13T19:58:20.601Z | Downloaded dtrace-parser v0.2.0 |
| 307 | 2024-12-13T19:58:20.604Z | Downloaded swrite v0.1.0 |
| 308 | 2024-12-13T19:58:20.613Z | Downloaded scroll_derive v0.12.0 |
| 309 | 2024-12-13T19:58:20.625Z | Downloaded pretty-hex v0.4.1 |
| 310 | 2024-12-13T19:58:20.628Z | Downloaded block-buffer v0.10.4 |
| 311 | 2024-12-13T19:58:20.635Z | Downloaded usdt-attr-macro v0.5.0 |
| 312 | 2024-12-13T19:58:20.635Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2024-12-13T19:58:20.638Z | Downloaded clap_lex v0.7.2 |
| 314 | 2024-12-13T19:58:20.642Z | Downloaded fs-err v2.11.0 |
| 315 | 2024-12-13T19:58:20.645Z | Downloaded dof v0.3.0 |
| 316 | 2024-12-13T19:58:20.648Z | Downloaded digest v0.10.7 |
| 317 | 2024-12-13T19:58:20.648Z | Downloaded fnv v1.0.7 |
| 318 | 2024-12-13T19:58:20.648Z | Downloaded cargo-platform v0.1.8 |
| 319 | 2024-12-13T19:58:20.651Z | Downloaded crypto-common v0.1.6 |
| 320 | 2024-12-13T19:58:20.653Z | Downloaded serde_tokenstream v0.2.2 |
| 321 | 2024-12-13T19:58:20.653Z | Downloaded is_terminal_polyfill v1.70.1 |
| 322 | 2024-12-13T19:58:20.657Z | Downloaded generic-array v0.14.7 |
| 323 | 2024-12-13T19:58:20.657Z | Downloaded thread-id v4.2.2 |
| 324 | 2024-12-13T19:58:20.660Z | Downloaded byteorder v1.5.0 |
| 325 | 2024-12-13T19:58:20.660Z | Downloaded anstyle v1.0.10 |
| 326 | 2024-12-13T19:58:20.662Z | Downloaded colorchoice v1.0.2 |
| 327 | 2024-12-13T19:58:20.662Z | Downloaded fastrand v2.1.1 |
| 328 | 2024-12-13T19:58:20.671Z | Downloaded tabled_derive v0.7.0 |
| 329 | 2024-12-13T19:58:20.674Z | Downloaded cfg-if v1.0.0 |
| 330 | 2024-12-13T19:58:20.674Z | Downloaded autocfg v1.4.0 |
| 331 | 2024-12-13T19:58:20.677Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2024-12-13T19:58:20.677Z | Downloaded terminal_size v0.4.0 |
| 333 | 2024-12-13T19:58:20.677Z | Downloaded cpufeatures v0.2.14 |
| 334 | 2024-12-13T19:58:20.680Z | Downloaded thiserror-impl v1.0.69 |
| 335 | 2024-12-13T19:58:20.683Z | Downloaded itoa v1.0.11 |
| 336 | 2024-12-13T19:58:20.686Z | Downloaded version_check v0.9.5 |
| 337 | 2024-12-13T19:58:20.686Z | Downloaded toml_datetime v0.6.8 |
| 338 | 2024-12-13T19:58:20.689Z | Downloaded utf8parse v0.2.2 |
| 339 | 2024-12-13T19:58:20.697Z | Downloaded usdt-impl v0.5.0 |
| 340 | 2024-12-13T19:58:20.700Z | Downloaded smawk v0.3.2 |
| 341 | 2024-12-13T19:58:20.703Z | Downloaded heck v0.4.1 |
| 342 | 2024-12-13T19:58:20.703Z | Downloaded strsim v0.11.1 |
| 343 | 2024-12-13T19:58:20.704Z | Downloaded memmap v0.7.0 |
| 344 | 2024-12-13T19:58:20.704Z | Downloaded thiserror v1.0.69 |
| 345 | 2024-12-13T19:58:20.709Z | Downloaded serde_spanned v0.6.8 |
| 346 | 2024-12-13T19:58:20.711Z | Downloaded cargo_metadata v0.18.1 |
| 347 | 2024-12-13T19:58:20.711Z | Downloaded proc-macro-error v1.0.4 |
| 348 | 2024-12-13T19:58:20.721Z | Downloaded anstyle-parse v0.2.5 |
| 349 | 2024-12-13T19:58:20.723Z | Downloaded macaddr v1.0.1 |
| 350 | 2024-12-13T19:58:20.723Z | Downloaded pest_derive v2.7.14 |
| 351 | 2024-12-13T19:58:20.724Z | Downloaded camino v1.1.9 |
| 352 | 2024-12-13T19:58:20.724Z | Downloaded usdt v0.5.0 |
| 353 | 2024-12-13T19:58:20.724Z | Downloaded tempfile v3.13.0 |
| 354 | 2024-12-13T19:58:20.726Z | Downloaded sha2 v0.10.8 |
| 355 | 2024-12-13T19:58:20.727Z | Downloaded bytecount v0.6.8 |
| 356 | 2024-12-13T19:58:20.731Z | Downloaded proc-macro-error-attr v1.0.4 |
| 357 | 2024-12-13T19:58:20.731Z | Downloaded clap_derive v4.5.18 |
| 358 | 2024-12-13T19:58:20.731Z | Downloaded scroll v0.12.0 |
| 359 | 2024-12-13T19:58:20.733Z | Downloaded heck v0.5.0 |
| 360 | 2024-12-13T19:58:20.733Z | Downloaded cargo_toml v0.20.5 |
| 361 | 2024-12-13T19:58:20.733Z | Downloaded quote v1.0.37 |
| 362 | 2024-12-13T19:58:20.736Z | Downloaded once_cell v1.20.2 |
| 363 | 2024-12-13T19:58:20.739Z | Downloaded camino-tempfile v1.1.1 |
| 364 | 2024-12-13T19:58:20.742Z | Downloaded plain v0.2.3 |
| 365 | 2024-12-13T19:58:20.744Z | Downloaded pest_generator v2.7.14 |
| 366 | 2024-12-13T19:58:20.747Z | Downloaded zerocopy-derive v0.7.35 |
| 367 | 2024-12-13T19:58:20.751Z | Downloaded textwrap v0.16.1 |
| 368 | 2024-12-13T19:58:20.756Z | Downloaded ryu v1.0.18 |
| 369 | 2024-12-13T19:58:20.759Z | Downloaded semver v1.0.23 |
| 370 | 2024-12-13T19:58:20.761Z | Downloaded proc-macro2 v1.0.89 |
| 371 | 2024-12-13T19:58:20.764Z | Downloaded toml v0.8.19 |
| 372 | 2024-12-13T19:58:20.767Z | Downloaded typenum v1.17.0 |
| 373 | 2024-12-13T19:58:20.769Z | Downloaded pest_meta v2.7.14 |
| 374 | 2024-12-13T19:58:20.769Z | Downloaded bitflags v2.6.0 |
| 375 | 2024-12-13T19:58:20.772Z | Downloaded unicode-ident v1.0.13 |
| 376 | 2024-12-13T19:58:20.775Z | Downloaded anyhow v1.0.93 |
| 377 | 2024-12-13T19:58:20.778Z | Downloaded ucd-trie v0.1.7 |
| 378 | 2024-12-13T19:58:20.781Z | Downloaded log v0.4.22 |
| 379 | 2024-12-13T19:58:20.787Z | Downloaded serde_derive v1.0.215 |
| 380 | 2024-12-13T19:58:20.790Z | Downloaded papergrid v0.11.0 |
| 381 | 2024-12-13T19:58:20.811Z | Downloaded serde v1.0.215 |
| 382 | 2024-12-13T19:58:20.818Z | Downloaded indexmap v2.6.0 |
| 383 | 2024-12-13T19:58:20.819Z | Downloaded memchr v2.7.4 |
| 384 | 2024-12-13T19:58:20.827Z | Downloaded toml_edit v0.22.22 |
| 385 | 2024-12-13T19:58:20.847Z | Downloaded hashbrown v0.15.1 |
| 386 | 2024-12-13T19:58:20.856Z | Downloaded pest v2.7.14 |
| 387 | 2024-12-13T19:58:20.866Z | Downloaded zerocopy v0.7.35 |
| 388 | 2024-12-13T19:58:20.880Z | Downloaded winnow v0.6.20 |
| 389 | 2024-12-13T19:58:20.888Z | Downloaded serde_json v1.0.132 |
| 390 | 2024-12-13T19:58:20.896Z | Downloaded clap_builder v4.5.21 |
| 391 | 2024-12-13T19:58:20.902Z | Downloaded goblin v0.8.2 |
| 392 | 2024-12-13T19:58:20.908Z | Downloaded tabled v0.15.0 |
| 393 | 2024-12-13T19:58:20.922Z | Downloaded syn v1.0.109 |
| 394 | 2024-12-13T19:58:20.937Z | Downloaded unicode-width v0.1.14 |
| 395 | 2024-12-13T19:58:20.940Z | Downloaded syn v2.0.87 |
| 396 | 2024-12-13T19:58:20.950Z | Downloaded rustix v0.38.37 |
| 397 | 2024-12-13T19:58:20.981Z | Downloaded libc v0.2.162 |
| 398 | 2024-12-13T19:58:21.292Z | Compiling proc-macro2 v1.0.89 |
| 399 | 2024-12-13T19:58:21.292Z | Compiling unicode-ident v1.0.13 |
| 400 | 2024-12-13T19:58:21.292Z | Compiling version_check v0.9.5 |
| 401 | 2024-12-13T19:58:21.292Z | Compiling serde v1.0.215 |
| 402 | 2024-12-13T19:58:21.295Z | Compiling memchr v2.7.4 |
| 403 | 2024-12-13T19:58:21.295Z | Compiling thiserror v1.0.69 |
| 404 | 2024-12-13T19:58:21.295Z | Compiling libc v0.2.162 |
| 405 | 2024-12-13T19:58:21.329Z | Compiling ryu v1.0.18 |
| 406 | 2024-12-13T19:58:21.545Z | Compiling ucd-trie v0.1.7 |
| 407 | 2024-12-13T19:58:21.707Z | Compiling itoa v1.0.11 |
| 408 | 2024-12-13T19:58:21.934Z | Compiling once_cell v1.20.2 |
| 409 | 2024-12-13T19:58:22.202Z | Compiling byteorder v1.5.0 |
| 410 | 2024-12-13T19:58:22.356Z | Compiling serde_json v1.0.132 |
| 411 | 2024-12-13T19:58:22.445Z | Compiling rustix v0.38.37 |
| 412 | 2024-12-13T19:58:22.707Z | Compiling bitflags v2.6.0 |
| 413 | 2024-12-13T19:58:22.843Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2024-12-13T19:58:23.115Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-12-13T19:58:23.161Z | Compiling syn v1.0.109 |
| 416 | 2024-12-13T19:58:23.164Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2024-12-13T19:58:23.253Z | Compiling quote v1.0.37 |
| 418 | 2024-12-13T19:58:23.418Z | Compiling utf8parse v0.2.2 |
| 419 | 2024-12-13T19:58:23.488Z | Compiling log v0.4.22 |
| 420 | 2024-12-13T19:58:23.592Z | Compiling errno v0.3.9 |
| 421 | 2024-12-13T19:58:23.619Z | Compiling hashbrown v0.15.1 |
| 422 | 2024-12-13T19:58:23.799Z | Compiling syn v2.0.87 |
| 423 | 2024-12-13T19:58:23.905Z | Compiling thread-id v4.2.2 |
| 424 | 2024-12-13T19:58:23.908Z | Compiling camino v1.1.9 |
| 425 | 2024-12-13T19:58:23.955Z | Compiling plain v0.2.3 |
| 426 | 2024-12-13T19:58:23.981Z | Compiling equivalent v1.0.1 |
| 427 | 2024-12-13T19:58:24.105Z | Compiling anstyle-parse v0.2.5 |
| 428 | 2024-12-13T19:58:24.457Z | Compiling semver v1.0.23 |
| 429 | 2024-12-13T19:58:24.619Z | Compiling autocfg v1.4.0 |
| 430 | 2024-12-13T19:58:24.645Z | Compiling pretty-hex v0.4.1 |
| 431 | 2024-12-13T19:58:24.868Z | Compiling indexmap v2.6.0 |
| 432 | 2024-12-13T19:58:24.897Z | Compiling colorchoice v1.0.2 |
| 433 | 2024-12-13T19:58:24.990Z | Compiling unicode-width v0.1.14 |
| 434 | 2024-12-13T19:58:25.057Z | Compiling anstyle-query v1.1.1 |
| 435 | 2024-12-13T19:58:25.084Z | Compiling is_terminal_polyfill v1.70.1 |
| 436 | 2024-12-13T19:58:25.212Z | Compiling winnow v0.6.20 |
| 437 | 2024-12-13T19:58:25.214Z | Compiling anstyle v1.0.10 |
| 438 | 2024-12-13T19:58:25.618Z | Compiling anstream v0.6.15 |
| 439 | 2024-12-13T19:58:25.822Z | Compiling fs-err v2.11.0 |
| 440 | 2024-12-13T19:58:25.974Z | Compiling terminal_size v0.4.0 |
| 441 | 2024-12-13T19:58:26.109Z | Compiling anyhow v1.0.93 |
| 442 | 2024-12-13T19:58:26.187Z | Compiling heck v0.4.1 |
| 443 | 2024-12-13T19:58:26.275Z | Compiling bytecount v0.6.8 |
| 444 | 2024-12-13T19:58:26.404Z | Compiling cfg-if v1.0.0 |
| 445 | 2024-12-13T19:58:26.487Z | Compiling clap_lex v0.7.2 |
| 446 | 2024-12-13T19:58:26.513Z | Compiling heck v0.5.0 |
| 447 | 2024-12-13T19:58:26.699Z | Compiling strsim v0.11.1 |
| 448 | 2024-12-13T19:58:26.775Z | Compiling fnv v1.0.7 |
| 449 | 2024-12-13T19:58:27.029Z | Compiling fastrand v2.1.1 |
| 450 | 2024-12-13T19:58:27.038Z | Compiling papergrid v0.11.0 |
| 451 | 2024-12-13T19:58:27.271Z | Compiling clap_builder v4.5.21 |
| 452 | 2024-12-13T19:58:27.669Z | Compiling tempfile v3.13.0 |
| 453 | 2024-12-13T19:58:27.841Z | Compiling memmap v0.7.0 |
| 454 | 2024-12-13T19:58:28.100Z | Compiling unicode-linebreak v0.1.5 |
| 455 | 2024-12-13T19:58:28.218Z | Compiling smawk v0.3.2 |
| 456 | 2024-12-13T19:58:28.562Z | Compiling textwrap v0.16.1 |
| 457 | 2024-12-13T19:58:29.343Z | Compiling swrite v0.1.0 |
| 458 | 2024-12-13T19:58:30.071Z | Compiling tabled_derive v0.7.0 |
| 459 | 2024-12-13T19:58:31.656Z | Compiling tabled v0.15.0 |
| 460 | 2024-12-13T19:58:33.100Z | Compiling serde_derive v1.0.215 |
| 461 | 2024-12-13T19:58:33.100Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2024-12-13T19:58:33.107Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2024-12-13T19:58:33.107Z | Compiling scroll_derive v0.12.0 |
| 464 | 2024-12-13T19:58:33.107Z | Compiling clap_derive v4.5.18 |
| 465 | 2024-12-13T19:58:34.233Z | Compiling scroll v0.12.0 |
| 466 | 2024-12-13T19:58:34.739Z | Compiling goblin v0.8.2 |
| 467 | 2024-12-13T19:58:35.044Z | Compiling zerocopy v0.7.35 |
| 468 | 2024-12-13T19:58:39.437Z | Compiling pest v2.7.14 |
| 469 | 2024-12-13T19:58:39.462Z | Compiling clap v4.5.21 |
| 470 | 2024-12-13T19:58:39.509Z | Compiling pest_meta v2.7.14 |
| 471 | 2024-12-13T19:58:39.509Z | Compiling pest_generator v2.7.14 |
| 472 | 2024-12-13T19:58:40.836Z | Compiling pest_derive v2.7.14 |
| 473 | 2024-12-13T19:58:41.520Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2024-12-13T19:58:43.551Z | Compiling serde_spanned v0.6.8 |
| 475 | 2024-12-13T19:58:43.554Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-12-13T19:58:43.554Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-12-13T19:58:43.912Z | Compiling serde_tokenstream v0.2.2 |
| 478 | 2024-12-13T19:58:43.965Z | Compiling toml_edit v0.22.22 |
| 479 | 2024-12-13T19:58:44.083Z | Compiling macaddr v1.0.1 |
| 480 | 2024-12-13T19:58:44.247Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2024-12-13T19:58:45.057Z | Compiling dof v0.3.0 |
| 482 | 2024-12-13T19:58:45.057Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2024-12-13T19:58:46.824Z | Compiling toml v0.8.19 |
| 484 | 2024-12-13T19:58:47.261Z | Compiling usdt-attr-macro v0.5.0 |
| 485 | 2024-12-13T19:58:47.349Z | Compiling usdt-macro v0.5.0 |
| 486 | 2024-12-13T19:58:47.768Z | Compiling cargo_toml v0.20.5 |
| 487 | 2024-12-13T19:58:48.724Z | Compiling usdt v0.5.0 |
| 488 | 2024-12-13T19:58:51.453Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2024-12-13T19:58:55.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.43s |
| 490 | 2024-12-13T19:58:56.011Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2024-12-13T19:58:56.556Z | Downloading crates ... |
| 492 | 2024-12-13T19:58:56.672Z | Downloaded aead v0.5.2 |
| 493 | 2024-12-13T19:58:56.687Z | Downloaded addr2line v0.24.2 |
| 494 | 2024-12-13T19:58:56.695Z | Downloaded atty v0.2.14 |
| 495 | 2024-12-13T19:58:56.705Z | Downloaded cfg_aliases v0.1.1 |
| 496 | 2024-12-13T19:58:56.707Z | Downloaded crunchy v0.2.2 |
| 497 | 2024-12-13T19:58:56.708Z | Downloaded hmac v0.12.1 |
| 498 | 2024-12-13T19:58:56.710Z | Downloaded cstr-argument v0.1.2 |
| 499 | 2024-12-13T19:58:56.713Z | Downloaded cfg_aliases v0.2.1 |
| 500 | 2024-12-13T19:58:56.714Z | Downloaded hostname v0.4.0 |
| 501 | 2024-12-13T19:58:56.718Z | Downloaded atomicwrites v0.4.4 |
| 502 | 2024-12-13T19:58:56.718Z | Downloaded hostname v0.3.1 |
| 503 | 2024-12-13T19:58:56.722Z | Downloaded darling v0.20.10 |
| 504 | 2024-12-13T19:58:56.726Z | Downloaded ident_case v1.0.1 |
| 505 | 2024-12-13T19:58:56.728Z | Downloaded async-stream-impl v0.3.6 |
| 506 | 2024-12-13T19:58:56.728Z | Downloaded instant v0.1.13 |
| 507 | 2024-12-13T19:58:56.732Z | Downloaded arrayref v0.3.9 |
| 508 | 2024-12-13T19:58:56.732Z | Downloaded adler2 v2.0.0 |
| 509 | 2024-12-13T19:58:56.735Z | Downloaded icu_provider_macros v1.5.0 |
| 510 | 2024-12-13T19:58:56.735Z | Downloaded headers-core v0.3.0 |
| 511 | 2024-12-13T19:58:56.737Z | Downloaded crucible-workspace-hack v0.1.0 |
| 512 | 2024-12-13T19:58:56.737Z | Downloaded block-padding v0.3.3 |
| 513 | 2024-12-13T19:58:56.737Z | Downloaded ciborium-io v0.2.2 |
| 514 | 2024-12-13T19:58:56.740Z | Downloaded bit-set v0.5.3 |
| 515 | 2024-12-13T19:58:56.740Z | Downloaded async-recursion v1.1.1 |
| 516 | 2024-12-13T19:58:56.743Z | Downloaded matches v0.1.10 |
| 517 | 2024-12-13T19:58:56.747Z | Downloaded is_ci v1.2.0 |
| 518 | 2024-12-13T19:58:56.747Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 519 | 2024-12-13T19:58:56.747Z | Downloaded assert_matches v1.5.0 |
| 520 | 2024-12-13T19:58:56.750Z | Downloaded array-init v0.0.4 |
| 521 | 2024-12-13T19:58:56.750Z | Downloaded match_cfg v0.1.0 |
| 522 | 2024-12-13T19:58:56.750Z | Downloaded mirai-annotations v1.12.0 |
| 523 | 2024-12-13T19:58:56.754Z | Downloaded constant_time_eq v0.3.1 |
| 524 | 2024-12-13T19:58:56.754Z | Downloaded cassowary v0.3.0 |
| 525 | 2024-12-13T19:58:56.758Z | Downloaded bitflags v1.3.2 |
| 526 | 2024-12-13T19:58:56.758Z | Downloaded bb8 v0.8.5 |
| 527 | 2024-12-13T19:58:56.761Z | Downloaded castaway v0.2.3 |
| 528 | 2024-12-13T19:58:56.761Z | Downloaded md5 v0.7.0 |
| 529 | 2024-12-13T19:58:56.764Z | Downloaded http-body v1.0.1 |
| 530 | 2024-12-13T19:58:56.764Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 531 | 2024-12-13T19:58:56.764Z | Downloaded crc-catalog v2.4.0 |
| 532 | 2024-12-13T19:58:56.767Z | Downloaded colored v2.1.0 |
| 533 | 2024-12-13T19:58:56.767Z | Downloaded bit-vec v0.6.3 |
| 534 | 2024-12-13T19:58:56.770Z | Downloaded home v0.5.9 |
| 535 | 2024-12-13T19:58:56.771Z | Downloaded ctr v0.9.2 |
| 536 | 2024-12-13T19:58:56.773Z | Downloaded hubpack_derive v0.1.1 |
| 537 | 2024-12-13T19:58:56.773Z | Downloaded crc v3.2.1 |
| 538 | 2024-12-13T19:58:56.776Z | Downloaded buf-list v1.0.3 |
| 539 | 2024-12-13T19:58:56.779Z | Downloaded md-5 v0.10.6 |
| 540 | 2024-12-13T19:58:56.782Z | Downloaded lockfree-object-pool v0.1.6 |
| 541 | 2024-12-13T19:58:56.785Z | Downloaded maplit v1.0.2 |
| 542 | 2024-12-13T19:58:56.785Z | Downloaded bitfield-struct v0.6.2 |
| 543 | 2024-12-13T19:58:56.788Z | Downloaded ahash v0.8.11 |
| 544 | 2024-12-13T19:58:56.790Z | Downloaded inout v0.1.3 |
| 545 | 2024-12-13T19:58:56.792Z | Downloaded managed v0.8.0 |
| 546 | 2024-12-13T19:58:56.795Z | Downloaded cexpr v0.6.0 |
| 547 | 2024-12-13T19:58:56.795Z | Downloaded linear-map v1.2.0 |
| 548 | 2024-12-13T19:58:56.797Z | Downloaded maybe-uninit v2.0.0 |
| 549 | 2024-12-13T19:58:56.797Z | Downloaded lru-cache v0.1.2 |
| 550 | 2024-12-13T19:58:56.800Z | Downloaded libefi-sys v0.1.0 |
| 551 | 2024-12-13T19:58:56.800Z | Downloaded ipnetwork v0.20.0 |
| 552 | 2024-12-13T19:58:56.802Z | Downloaded lazy_static v1.5.0 |
| 553 | 2024-12-13T19:58:56.804Z | Downloaded httpdate v1.0.3 |
| 554 | 2024-12-13T19:58:56.805Z | Downloaded argon2 v0.5.3 |
| 555 | 2024-12-13T19:58:56.807Z | Downloaded lazycell v1.3.0 |
| 556 | 2024-12-13T19:58:56.810Z | Downloaded http-range v0.1.5 |
| 557 | 2024-12-13T19:58:56.810Z | Downloaded chacha20 v0.9.1 |
| 558 | 2024-12-13T19:58:56.813Z | Downloaded cbc v0.1.2 |
| 559 | 2024-12-13T19:58:56.813Z | Downloaded instability v0.3.2 |
| 560 | 2024-12-13T19:58:56.816Z | Downloaded mime v0.3.17 |
| 561 | 2024-12-13T19:58:56.816Z | Downloaded bzip2 v0.4.4 |
| 562 | 2024-12-13T19:58:56.820Z | Downloaded mockall v0.13.0 |
| 563 | 2024-12-13T19:58:56.822Z | Downloaded ciborium v0.2.2 |
| 564 | 2024-12-13T19:58:56.825Z | Downloaded cancel-safe-futures v0.1.5 |
| 565 | 2024-12-13T19:58:56.829Z | Downloaded lru v0.12.5 |
| 566 | 2024-12-13T19:58:56.829Z | Downloaded const_format_proc_macros v0.2.33 |
| 567 | 2024-12-13T19:58:56.832Z | Downloaded cipher v0.4.4 |
| 568 | 2024-12-13T19:58:56.832Z | Downloaded cmake v0.1.51 |
| 569 | 2024-12-13T19:58:56.835Z | Downloaded lalrpop-util v0.19.12 |
| 570 | 2024-12-13T19:58:56.835Z | Downloaded keccak v0.1.5 |
| 571 | 2024-12-13T19:58:56.839Z | Downloaded crc32fast v1.4.2 |
| 572 | 2024-12-13T19:58:56.839Z | Downloaded blowfish v0.9.1 |
| 573 | 2024-12-13T19:58:56.842Z | Downloaded cookie_store v0.21.0 |
| 574 | 2024-12-13T19:58:56.842Z | Downloaded strum v0.26.3 |
| 575 | 2024-12-13T19:58:56.845Z | Downloaded bcs v0.1.6 |
| 576 | 2024-12-13T19:58:56.845Z | Downloaded humantime v2.1.0 |
| 577 | 2024-12-13T19:58:56.847Z | Downloaded console v0.15.8 |
| 578 | 2024-12-13T19:58:56.850Z | Downloaded async-trait v0.1.83 |
| 579 | 2024-12-13T19:58:56.853Z | Downloaded lock_api v0.4.12 |
| 580 | 2024-12-13T19:58:56.856Z | Downloaded tower-service v0.3.3 |
| 581 | 2024-12-13T19:58:56.856Z | Downloaded indoc v1.0.9 |
| 582 | 2024-12-13T19:58:56.858Z | Downloaded jobserver v0.1.32 |
| 583 | 2024-12-13T19:58:56.861Z | Downloaded ipnet v2.10.1 |
| 584 | 2024-12-13T19:58:56.865Z | Downloaded blake2 v0.10.6 |
| 585 | 2024-12-13T19:58:56.868Z | Downloaded icu_locid_transform v1.5.0 |
| 586 | 2024-12-13T19:58:56.868Z | Downloaded ref-cast-impl v1.0.23 |
| 587 | 2024-12-13T19:58:56.871Z | Downloaded rand_chacha v0.3.1 |
| 588 | 2024-12-13T19:58:56.871Z | Downloaded shell-words v1.1.0 |
| 589 | 2024-12-13T19:58:56.874Z | Downloaded libloading v0.8.5 |
| 590 | 2024-12-13T19:58:56.877Z | Downloaded slog-bunyan v2.5.0 |
| 591 | 2024-12-13T19:58:56.877Z | Downloaded sha1 v0.10.6 |
| 592 | 2024-12-13T19:58:56.883Z | Downloaded libsw v3.3.1 |
| 593 | 2024-12-13T19:58:56.883Z | Downloaded httparse v1.9.5 |
| 594 | 2024-12-13T19:58:56.886Z | Downloaded clang-sys v1.8.1 |
| 595 | 2024-12-13T19:58:56.886Z | Downloaded crossbeam-utils v0.8.20 |
| 596 | 2024-12-13T19:58:56.890Z | Downloaded rustc_version v0.1.7 |
| 597 | 2024-12-13T19:58:56.890Z | Downloaded memmap2 v0.9.5 |
| 598 | 2024-12-13T19:58:56.892Z | Downloaded mime_guess v2.0.5 |
| 599 | 2024-12-13T19:58:56.895Z | Downloaded rfc6979 v0.4.0 |
| 600 | 2024-12-13T19:58:56.895Z | Downloaded cookie v0.18.1 |
| 601 | 2024-12-13T19:58:56.899Z | Downloaded litemap v0.7.3 |
| 602 | 2024-12-13T19:58:56.902Z | Downloaded spin v0.5.2 |
| 603 | 2024-12-13T19:58:56.902Z | Downloaded slog-envlogger v2.2.0 |
| 604 | 2024-12-13T19:58:56.905Z | Downloaded const-oid v0.9.6 |
| 605 | 2024-12-13T19:58:56.908Z | Downloaded serde_path_to_error v0.1.16 |
| 606 | 2024-12-13T19:58:56.908Z | Downloaded new_debug_unreachable v1.0.6 |
| 607 | 2024-12-13T19:58:56.911Z | Downloaded tokio-macros v2.4.0 |
| 608 | 2024-12-13T19:58:56.911Z | Downloaded structmeta-derive v0.3.0 |
| 609 | 2024-12-13T19:58:56.912Z | Downloaded structmeta-derive v0.2.0 |
| 610 | 2024-12-13T19:58:56.915Z | Downloaded spki v0.7.3 |
| 611 | 2024-12-13T19:58:56.915Z | Downloaded oso-derive v0.27.3 |
| 612 | 2024-12-13T19:58:56.918Z | Downloaded num-conv v0.1.0 |
| 613 | 2024-12-13T19:58:56.918Z | Downloaded zeroize_derive v1.4.2 |
| 614 | 2024-12-13T19:58:56.918Z | Downloaded xz2 v0.1.7 |
| 615 | 2024-12-13T19:58:56.921Z | Downloaded xattr v1.3.1 |
| 616 | 2024-12-13T19:58:56.923Z | Downloaded progenitor-client v0.8.0 |
| 617 | 2024-12-13T19:58:56.924Z | Downloaded path-slash v0.1.5 |
| 618 | 2024-12-13T19:58:56.924Z | Downloaded utf16_iter v1.0.5 |
| 619 | 2024-12-13T19:58:56.926Z | Downloaded hickory-client v0.24.1 |
| 620 | 2024-12-13T19:58:56.930Z | Downloaded utf-8 v0.7.6 |
| 621 | 2024-12-13T19:58:56.930Z | Downloaded unicode-truncate v1.1.0 |
| 622 | 2024-12-13T19:58:56.933Z | Downloaded either v1.13.0 |
| 623 | 2024-12-13T19:58:56.936Z | Downloaded funty v2.0.0 |
| 624 | 2024-12-13T19:58:56.936Z | Downloaded env_filter v0.1.2 |
| 625 | 2024-12-13T19:58:56.939Z | Downloaded crc-any v2.5.0 |
| 626 | 2024-12-13T19:58:56.939Z | Downloaded base64 v0.13.1 |
| 627 | 2024-12-13T19:58:56.942Z | Downloaded compact_str v0.8.0 |
| 628 | 2024-12-13T19:58:56.946Z | Downloaded icu_normalizer_data v1.5.0 |
| 629 | 2024-12-13T19:58:56.948Z | Downloaded crossbeam-epoch v0.9.18 |
| 630 | 2024-12-13T19:58:56.951Z | Downloaded icu_normalizer v1.5.0 |
| 631 | 2024-12-13T19:58:56.955Z | Downloaded deranged v0.3.11 |
| 632 | 2024-12-13T19:58:56.958Z | Downloaded spin v0.9.8 |
| 633 | 2024-12-13T19:58:56.961Z | Downloaded thiserror v2.0.3 |
| 634 | 2024-12-13T19:58:57.166Z | Downloaded thread_local v1.1.8 |
| 635 | 2024-12-13T19:58:57.167Z | Downloaded mockall_derive v0.13.0 |
| 636 | 2024-12-13T19:58:57.167Z | Downloaded serde-big-array v0.5.1 |
| 637 | 2024-12-13T19:58:57.167Z | Downloaded russh-cryptovec v0.7.3 |
| 638 | 2024-12-13T19:58:57.167Z | Downloaded display-error-chain v0.2.2 |
| 639 | 2024-12-13T19:58:57.167Z | Downloaded thiserror-impl v2.0.3 |
| 640 | 2024-12-13T19:58:57.167Z | Downloaded aes v0.8.4 |
| 641 | 2024-12-13T19:58:57.167Z | Downloaded float-ord v0.3.2 |
| 642 | 2024-12-13T19:58:57.167Z | Downloaded progenitor v0.8.0 |
| 643 | 2024-12-13T19:58:57.167Z | Downloaded r2d2 v0.8.10 |
| 644 | 2024-12-13T19:58:57.167Z | Downloaded heck v0.3.3 |
| 645 | 2024-12-13T19:58:57.167Z | Downloaded hash32 v0.2.1 |
| 646 | 2024-12-13T19:58:57.167Z | Downloaded num-derive v0.4.2 |
| 647 | 2024-12-13T19:58:57.167Z | Downloaded gethostname v0.5.0 |
| 648 | 2024-12-13T19:58:57.167Z | Downloaded futures-macro v0.3.31 |
| 649 | 2024-12-13T19:58:57.167Z | Downloaded pin-utils v0.1.0 |
| 650 | 2024-12-13T19:58:57.167Z | Downloaded float-cmp v0.9.0 |
| 651 | 2024-12-13T19:58:57.167Z | Downloaded waitgroup v0.1.2 |
| 652 | 2024-12-13T19:58:57.167Z | Downloaded pbkdf2 v0.11.0 |
| 653 | 2024-12-13T19:58:57.168Z | Downloaded paste v1.0.15 |
| 654 | 2024-12-13T19:58:57.168Z | Downloaded rustversion v1.0.17 |
| 655 | 2024-12-13T19:58:57.168Z | Downloaded tracing-attributes v0.1.27 |
| 656 | 2024-12-13T19:58:57.168Z | Downloaded const_format v0.2.33 |
| 657 | 2024-12-13T19:58:57.168Z | Downloaded cc v1.1.30 |
| 658 | 2024-12-13T19:58:57.168Z | Downloaded base64 v0.22.1 |
| 659 | 2024-12-13T19:58:57.168Z | Downloaded slog-stdlog v4.1.1 |
| 660 | 2024-12-13T19:58:57.168Z | Downloaded semver v0.1.20 |
| 661 | 2024-12-13T19:58:57.168Z | Downloaded indexmap v1.9.3 |
| 662 | 2024-12-13T19:58:57.168Z | Downloaded icu_locid_transform_data v1.5.0 |
| 663 | 2024-12-13T19:58:57.168Z | Downloaded static_assertions v1.1.0 |
| 664 | 2024-12-13T19:58:57.168Z | Downloaded subtle v2.6.1 |
| 665 | 2024-12-13T19:58:57.168Z | Downloaded opaque-debug v0.3.1 |
| 666 | 2024-12-13T19:58:57.168Z | Downloaded thiserror-no-std v2.0.2 |
| 667 | 2024-12-13T19:58:57.169Z | Downloaded derive_builder v0.20.2 |
| 668 | 2024-12-13T19:58:57.169Z | Downloaded env_logger v0.11.5 |
| 669 | 2024-12-13T19:58:57.169Z | Downloaded der_derive v0.7.3 |
| 670 | 2024-12-13T19:58:57.169Z | Downloaded serde_repr v0.1.19 |
| 671 | 2024-12-13T19:58:57.169Z | Downloaded serde_plain v1.0.2 |
| 672 | 2024-12-13T19:58:57.169Z | Downloaded structmeta v0.2.0 |
| 673 | 2024-12-13T19:58:57.169Z | Downloaded dhcproto-macros v0.1.0 |
| 674 | 2024-12-13T19:58:57.169Z | Downloaded serde-hex v0.1.0 |
| 675 | 2024-12-13T19:58:57.169Z | Downloaded zone v0.1.8 |
| 676 | 2024-12-13T19:58:57.169Z | Downloaded universal-hash v0.5.1 |
| 677 | 2024-12-13T19:58:57.169Z | Downloaded getrandom v0.2.15 |
| 678 | 2024-12-13T19:58:57.169Z | Downloaded env_logger v0.10.2 |
| 679 | 2024-12-13T19:58:57.169Z | Downloaded owo-colors v4.1.0 |
| 680 | 2024-12-13T19:58:57.169Z | Downloaded wait-timeout v0.2.0 |
| 681 | 2024-12-13T19:58:57.169Z | Downloaded serde_yaml v0.9.34+deprecated |
| 682 | 2024-12-13T19:58:57.169Z | Downloaded wyz v0.5.1 |
| 683 | 2024-12-13T19:58:57.169Z | Downloaded crypto-bigint v0.5.5 |
| 684 | 2024-12-13T19:58:57.169Z | Downloaded embedded-io v0.6.1 |
| 685 | 2024-12-13T19:58:57.169Z | Downloaded pin-project-lite v0.2.14 |
| 686 | 2024-12-13T19:58:57.169Z | Downloaded sync_wrapper v1.0.1 |
| 687 | 2024-12-13T19:58:57.169Z | Downloaded hyper-util v0.1.10 |
| 688 | 2024-12-13T19:58:57.169Z | Downloaded sync-ptr v0.1.1 |
| 689 | 2024-12-13T19:58:57.169Z | Downloaded nodrop v0.1.14 |
| 690 | 2024-12-13T19:58:57.169Z | Downloaded fragile v2.0.0 |
| 691 | 2024-12-13T19:58:57.169Z | Downloaded darling_macro v0.20.10 |
| 692 | 2024-12-13T19:58:57.169Z | Downloaded zone v0.3.0 |
| 693 | 2024-12-13T19:58:57.169Z | Downloaded write16 v1.0.0 |
| 694 | 2024-12-13T19:58:57.169Z | Downloaded sigpipe v0.1.3 |
| 695 | 2024-12-13T19:58:57.169Z | Downloaded phf v0.11.2 |
| 696 | 2024-12-13T19:58:57.169Z | Downloaded ena v0.14.3 |
| 697 | 2024-12-13T19:58:57.169Z | Downloaded embedded-io v0.4.0 |
| 698 | 2024-12-13T19:58:57.169Z | Downloaded derive-where v1.2.7 |
| 699 | 2024-12-13T19:58:57.169Z | Downloaded tokio-tungstenite v0.23.1 |
| 700 | 2024-12-13T19:58:57.170Z | Downloaded tar v0.4.42 |
| 701 | 2024-12-13T19:58:57.170Z | Downloaded topological-sort v0.2.2 |
| 702 | 2024-12-13T19:58:57.170Z | Downloaded toolchain_find v0.4.0 |
| 703 | 2024-12-13T19:58:57.170Z | Downloaded num_enum_derive v0.5.11 |
| 704 | 2024-12-13T19:58:57.170Z | Downloaded icu_properties v1.5.1 |
| 705 | 2024-12-13T19:58:57.170Z | Downloaded progenitor-macro v0.8.0 |
| 706 | 2024-12-13T19:58:57.170Z | Downloaded icu_collections v1.5.0 |
| 707 | 2024-12-13T19:58:57.170Z | Downloaded endian-type v0.1.2 |
| 708 | 2024-12-13T19:58:57.170Z | Downloaded rustc_version v0.4.1 |
| 709 | 2024-12-13T19:58:57.170Z | Downloaded rustc-hash v2.0.0 |
| 710 | 2024-12-13T19:58:57.170Z | Downloaded pkcs1 v0.7.5 |
| 711 | 2024-12-13T19:58:57.170Z | Downloaded same-file v1.0.6 |
| 712 | 2024-12-13T19:58:57.170Z | Downloaded signal-hook-registry v1.4.2 |
| 713 | 2024-12-13T19:58:57.176Z | Downloaded predicates-tree v1.0.11 |
| 714 | 2024-12-13T19:58:57.176Z | Downloaded tokio-rustls v0.24.1 |
| 715 | 2024-12-13T19:58:57.176Z | Downloaded precomputed-hash v0.1.1 |
| 716 | 2024-12-13T19:58:57.176Z | Downloaded zone_cfg_derive v0.3.0 |
| 717 | 2024-12-13T19:58:57.176Z | Downloaded tiny-keccak v2.0.2 |
| 718 | 2024-12-13T19:58:57.176Z | Downloaded phf_codegen v0.11.2 |
| 719 | 2024-12-13T19:58:57.176Z | Downloaded subprocess v0.2.9 |
| 720 | 2024-12-13T19:58:57.176Z | Downloaded qorb v0.2.1 |
| 721 | 2024-12-13T19:58:57.176Z | Downloaded dsl_auto_type v0.1.2 |
| 722 | 2024-12-13T19:58:57.180Z | Downloaded sqlparser_derive v0.2.2 |
| 723 | 2024-12-13T19:58:57.180Z | Downloaded ssh-encoding v0.2.0 |
| 724 | 2024-12-13T19:58:57.180Z | Downloaded zopfli v0.8.1 |
| 725 | 2024-12-13T19:58:57.183Z | Downloaded ssh-cipher v0.2.0 |
| 726 | 2024-12-13T19:58:57.197Z | Downloaded tinystr v0.7.6 |
| 727 | 2024-12-13T19:58:57.197Z | Downloaded futures-channel v0.3.31 |
| 728 | 2024-12-13T19:58:57.205Z | Downloaded tinyvec_macros v0.1.1 |
| 729 | 2024-12-13T19:58:57.205Z | Downloaded time-core v0.1.2 |
| 730 | 2024-12-13T19:58:57.205Z | Downloaded termtree v0.4.1 |
| 731 | 2024-12-13T19:58:57.205Z | Downloaded dhcproto v0.12.0 |
| 732 | 2024-12-13T19:58:57.205Z | Downloaded futures-core v0.3.31 |
| 733 | 2024-12-13T19:58:57.205Z | Downloaded enum-as-inner v0.5.1 |
| 734 | 2024-12-13T19:58:57.205Z | Downloaded unicase v2.7.0 |
| 735 | 2024-12-13T19:58:57.205Z | Downloaded parking_lot_core v0.9.10 |
| 736 | 2024-12-13T19:58:57.208Z | Downloaded enum-as-inner v0.6.1 |
| 737 | 2024-12-13T19:58:57.208Z | Downloaded data-encoding v2.6.0 |
| 738 | 2024-12-13T19:58:57.208Z | Downloaded writeable v0.5.5 |
| 739 | 2024-12-13T19:58:57.211Z | Downloaded parking_lot_core v0.8.6 |
| 740 | 2024-12-13T19:58:57.215Z | Downloaded olpc-cjson v0.1.4 |
| 741 | 2024-12-13T19:58:57.215Z | Downloaded group v0.13.0 |
| 742 | 2024-12-13T19:58:57.218Z | Downloaded primeorder v0.13.6 |
| 743 | 2024-12-13T19:58:57.227Z | Downloaded signal-hook-tokio v0.3.1 |
| 744 | 2024-12-13T19:58:57.246Z | Downloaded glob v0.3.1 |
| 745 | 2024-12-13T19:58:57.246Z | Downloaded zone_cfg_derive v0.1.2 |
| 746 | 2024-12-13T19:58:57.246Z | Downloaded serde_with_macros v3.11.0 |
| 747 | 2024-12-13T19:58:57.246Z | Downloaded num-integer v0.1.46 |
| 748 | 2024-12-13T19:58:57.246Z | Downloaded signature v2.2.0 |
| 749 | 2024-12-13T19:58:57.246Z | Downloaded parking_lot v0.12.3 |
| 750 | 2024-12-13T19:58:57.246Z | Downloaded peg v0.8.4 |
| 751 | 2024-12-13T19:58:57.250Z | Downloaded smallvec v0.6.14 |
| 752 | 2024-12-13T19:58:57.250Z | Downloaded foreign-types v0.3.2 |
| 753 | 2024-12-13T19:58:57.250Z | Downloaded shlex v1.3.0 |
| 754 | 2024-12-13T19:58:57.250Z | Downloaded futures v0.3.31 |
| 755 | 2024-12-13T19:58:57.250Z | Downloaded zip v0.6.6 |
| 756 | 2024-12-13T19:58:57.254Z | Downloaded phf_shared v0.10.0 |
| 757 | 2024-12-13T19:58:57.254Z | Downloaded zerofrom-derive v0.1.4 |
| 758 | 2024-12-13T19:58:57.254Z | Downloaded tls_codec v0.4.1 |
| 759 | 2024-12-13T19:58:57.257Z | Downloaded termios v0.3.3 |
| 760 | 2024-12-13T19:58:57.257Z | Downloaded newline-converter v0.3.0 |
| 761 | 2024-12-13T19:58:57.261Z | Downloaded smf v0.2.3 |
| 762 | 2024-12-13T19:58:57.261Z | Downloaded globset v0.4.15 |
| 763 | 2024-12-13T19:58:57.264Z | Downloaded snafu v0.8.5 |
| 764 | 2024-12-13T19:58:57.268Z | Downloaded which v4.4.2 |
| 765 | 2024-12-13T19:58:57.285Z | Downloaded tokio-native-tls v0.3.1 |
| 766 | 2024-12-13T19:58:57.285Z | Downloaded half v2.4.1 |
| 767 | 2024-12-13T19:58:57.288Z | Downloaded yoke-derive v0.7.4 |
| 768 | 2024-12-13T19:58:57.288Z | Downloaded zeroize v1.8.1 |
| 769 | 2024-12-13T19:58:57.288Z | Downloaded password-hash v0.4.2 |
| 770 | 2024-12-13T19:58:57.288Z | Downloaded tungstenite v0.23.0 |
| 771 | 2024-12-13T19:58:57.288Z | Downloaded normalize-line-endings v0.3.0 |
| 772 | 2024-12-13T19:58:57.288Z | Downloaded tracing v0.1.40 |
| 773 | 2024-12-13T19:58:57.293Z | Downloaded nanorand v0.7.0 |
| 774 | 2024-12-13T19:58:57.295Z | Downloaded smallvec v1.13.2 |
| 775 | 2024-12-13T19:58:57.298Z | Downloaded x509-cert v0.2.5 |
| 776 | 2024-12-13T19:58:57.304Z | Downloaded ref-cast v1.0.23 |
| 777 | 2024-12-13T19:58:57.322Z | Downloaded rand_xorshift v0.3.0 |
| 778 | 2024-12-13T19:58:57.322Z | Downloaded time-macros v0.2.18 |
| 779 | 2024-12-13T19:58:57.322Z | Downloaded ed25519-dalek v2.1.1 |
| 780 | 2024-12-13T19:58:57.322Z | Downloaded phf_generator v0.11.2 |
| 781 | 2024-12-13T19:58:57.322Z | Downloaded packed_struct_codegen v0.10.1 |
| 782 | 2024-12-13T19:58:57.322Z | Downloaded packed_struct v0.10.1 |
| 783 | 2024-12-13T19:58:57.322Z | Downloaded uuid v1.11.0 |
| 784 | 2024-12-13T19:58:57.326Z | Downloaded try-lock v0.2.5 |
| 785 | 2024-12-13T19:58:57.326Z | Downloaded rpassword v7.3.1 |
| 786 | 2024-12-13T19:58:57.326Z | Downloaded yasna v0.5.2 |
| 787 | 2024-12-13T19:58:57.328Z | Downloaded string_cache v0.8.7 |
| 788 | 2024-12-13T19:58:57.331Z | Downloaded unarray v0.1.4 |
| 789 | 2024-12-13T19:58:57.331Z | Downloaded twox-hash v1.6.3 |
| 790 | 2024-12-13T19:58:57.335Z | Downloaded strip-ansi-escapes v0.2.0 |
| 791 | 2024-12-13T19:58:57.336Z | Downloaded resolv-conf v0.7.0 |
| 792 | 2024-12-13T19:58:57.336Z | Downloaded snafu-derive v0.8.5 |
| 793 | 2024-12-13T19:58:57.338Z | Downloaded stable_deref_trait v1.2.0 |
| 794 | 2024-12-13T19:58:57.341Z | Downloaded samael v0.0.17 |
| 795 | 2024-12-13T19:58:57.345Z | Downloaded openssl-probe v0.1.5 |
| 796 | 2024-12-13T19:58:57.348Z | Downloaded newtype_derive v0.1.6 |
| 797 | 2024-12-13T19:58:57.351Z | Downloaded num v0.4.3 |
| 798 | 2024-12-13T19:58:57.351Z | Downloaded pem v3.0.4 |
| 799 | 2024-12-13T19:58:57.355Z | Downloaded futures-task v0.3.31 |
| 800 | 2024-12-13T19:58:57.355Z | Downloaded futures-io v0.3.31 |
| 801 | 2024-12-13T19:58:57.355Z | Downloaded nibble_vec v0.1.0 |
| 802 | 2024-12-13T19:58:57.359Z | Downloaded diesel_derives v2.2.3 |
| 803 | 2024-12-13T19:58:57.363Z | Downloaded stringprep v0.1.5 |
| 804 | 2024-12-13T19:58:57.367Z | Downloaded test-strategy v0.3.1 |
| 805 | 2024-12-13T19:58:57.369Z | Downloaded itertools v0.12.1 |
| 806 | 2024-12-13T19:58:57.375Z | Downloaded derive_builder_macro v0.20.2 |
| 807 | 2024-12-13T19:58:57.378Z | Downloaded simd-adler32 v0.3.7 |
| 808 | 2024-12-13T19:58:57.378Z | Downloaded proc-macro-crate v1.3.1 |
| 809 | 2024-12-13T19:58:57.381Z | Downloaded vte v0.11.1 |
| 810 | 2024-12-13T19:58:57.384Z | Downloaded native-tls v0.2.12 |
| 811 | 2024-12-13T19:58:57.386Z | Downloaded parse-size v1.1.0 |
| 812 | 2024-12-13T19:58:57.386Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 813 | 2024-12-13T19:58:57.386Z | Downloaded flume v0.11.1 |
| 814 | 2024-12-13T19:58:57.390Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 815 | 2024-12-13T19:58:57.393Z | Downloaded fallible-iterator v0.2.0 |
| 816 | 2024-12-13T19:58:57.393Z | Downloaded tui-tree-widget v0.22.0 |
| 817 | 2024-12-13T19:58:57.397Z | Downloaded strum_macros v0.25.3 |
| 818 | 2024-12-13T19:58:57.400Z | Downloaded fd-lock v4.0.2 |
| 819 | 2024-12-13T19:58:57.401Z | Downloaded hashbrown v0.13.2 |
| 820 | 2024-12-13T19:58:57.405Z | Downloaded ppv-lite86 v0.2.20 |
| 821 | 2024-12-13T19:58:57.407Z | Downloaded pem-rfc7468 v0.7.0 |
| 822 | 2024-12-13T19:58:57.410Z | Downloaded slab v0.4.9 |
| 823 | 2024-12-13T19:58:57.410Z | Downloaded want v0.3.1 |
| 824 | 2024-12-13T19:58:57.413Z | Downloaded tap v1.0.1 |
| 825 | 2024-12-13T19:58:57.413Z | Downloaded tough v0.19.0 |
| 826 | 2024-12-13T19:58:57.421Z | Downloaded defmt-parser v0.3.4 |
| 827 | 2024-12-13T19:58:57.424Z | Downloaded defmt-macros v0.3.9 |
| 828 | 2024-12-13T19:58:57.427Z | Downloaded yoke v0.7.4 |
| 829 | 2024-12-13T19:58:57.428Z | Downloaded siphasher v0.3.11 |
| 830 | 2024-12-13T19:58:57.431Z | Downloaded psl-types v2.0.11 |
| 831 | 2024-12-13T19:58:57.431Z | Downloaded predicates-core v1.0.8 |
| 832 | 2024-12-13T19:58:57.434Z | Downloaded rand v0.8.5 |
| 833 | 2024-12-13T19:58:57.437Z | Downloaded strum_macros v0.24.3 |
| 834 | 2024-12-13T19:58:57.440Z | Downloaded ghash v0.5.1 |
| 835 | 2024-12-13T19:58:57.440Z | Downloaded itertools v0.13.0 |
| 836 | 2024-12-13T19:58:57.447Z | Downloaded number_prefix v0.4.0 |
| 837 | 2024-12-13T19:58:57.450Z | Downloaded rustc-demangle v0.1.24 |
| 838 | 2024-12-13T19:58:57.450Z | Downloaded unicode-xid v0.2.6 |
| 839 | 2024-12-13T19:58:57.453Z | Downloaded tokio-tungstenite v0.21.0 |
| 840 | 2024-12-13T19:58:57.459Z | Downloaded percent-encoding v2.3.1 |
| 841 | 2024-12-13T19:58:57.459Z | Downloaded num_threads v0.1.7 |
| 842 | 2024-12-13T19:58:57.459Z | Downloaded zerofrom v0.1.4 |
| 843 | 2024-12-13T19:58:57.459Z | Downloaded unicode-properties v0.1.3 |
| 844 | 2024-12-13T19:58:57.462Z | Downloaded parse-display v0.10.0 |
| 845 | 2024-12-13T19:58:57.462Z | Downloaded time v0.3.36 |
| 846 | 2024-12-13T19:58:57.469Z | Downloaded structmeta v0.3.0 |
| 847 | 2024-12-13T19:58:57.472Z | Downloaded signal-hook-mio v0.2.4 |
| 848 | 2024-12-13T19:58:57.472Z | Downloaded newtype-uuid v1.1.3 |
| 849 | 2024-12-13T19:58:57.478Z | Downloaded quinn v0.11.5 |
| 850 | 2024-12-13T19:58:57.478Z | Downloaded prettyplease v0.2.25 |
| 851 | 2024-12-13T19:58:57.482Z | Downloaded num-rational v0.4.2 |
| 852 | 2024-12-13T19:58:57.485Z | Downloaded take_mut v0.2.2 |
| 853 | 2024-12-13T19:58:57.487Z | Downloaded powerfmt v0.2.0 |
| 854 | 2024-12-13T19:58:57.488Z | Downloaded zerocopy v0.6.6 |
| 855 | 2024-12-13T19:58:57.491Z | Downloaded num-bigint-dig v0.8.4 |
| 856 | 2024-12-13T19:58:57.494Z | Downloaded hashlink v0.9.1 |
| 857 | 2024-12-13T19:58:57.498Z | Downloaded fixedbitset v0.4.2 |
| 858 | 2024-12-13T19:58:57.501Z | Downloaded toml v0.7.8 |
| 859 | 2024-12-13T19:58:57.503Z | Downloaded fxhash v0.2.1 |
| 860 | 2024-12-13T19:58:57.503Z | Downloaded slog-async v2.8.0 |
| 861 | 2024-12-13T19:58:57.506Z | Downloaded filetime v0.2.25 |
| 862 | 2024-12-13T19:58:57.506Z | Downloaded termcolor v1.4.1 |
| 863 | 2024-12-13T19:58:57.509Z | Downloaded des v0.8.1 |
| 864 | 2024-12-13T19:58:57.509Z | Downloaded term v0.7.0 |
| 865 | 2024-12-13T19:58:57.512Z | Downloaded phf_shared v0.11.2 |
| 866 | 2024-12-13T19:58:57.515Z | Downloaded radium v0.7.0 |
| 867 | 2024-12-13T19:58:57.515Z | Downloaded quick-error v1.2.3 |
| 868 | 2024-12-13T19:58:57.518Z | Downloaded sct v0.7.1 |
| 869 | 2024-12-13T19:58:57.521Z | Downloaded hyper v1.5.0 |
| 870 | 2024-12-13T19:58:57.526Z | Downloaded toml_edit v0.19.15 |
| 871 | 2024-12-13T19:58:57.543Z | Downloaded foreign-types-shared v0.3.1 |
| 872 | 2024-12-13T19:58:57.547Z | Downloaded foreign-types-shared v0.1.1 |
| 873 | 2024-12-13T19:58:57.547Z | Downloaded pkg-config v0.3.31 |
| 874 | 2024-12-13T19:58:57.547Z | Downloaded num_enum v0.5.11 |
| 875 | 2024-12-13T19:58:57.551Z | Downloaded postgres-types v0.2.8 |
| 876 | 2024-12-13T19:58:57.554Z | Downloaded form_urlencoded v1.2.1 |
| 877 | 2024-12-13T19:58:57.557Z | Downloaded tabwriter v1.4.0 |
| 878 | 2024-12-13T19:58:57.557Z | Downloaded value-bag v1.9.0 |
| 879 | 2024-12-13T19:58:57.560Z | Downloaded foreign-types-macros v0.2.3 |
| 880 | 2024-12-13T19:58:57.563Z | Downloaded aws-lc-rs v1.10.0 |
| 881 | 2024-12-13T19:58:57.568Z | Downloaded slog-scope v4.4.0 |
| 882 | 2024-12-13T19:58:57.571Z | Downloaded ff v0.13.0 |
| 883 | 2024-12-13T19:58:57.571Z | Downloaded defmt v0.3.8 |
| 884 | 2024-12-13T19:58:57.575Z | Downloaded fatfs v0.3.6 |
| 885 | 2024-12-13T19:58:57.577Z | Downloaded foreign-types v0.5.0 |
| 886 | 2024-12-13T19:58:57.580Z | Downloaded futures-executor v0.3.31 |
| 887 | 2024-12-13T19:58:57.580Z | Downloaded untrusted v0.7.1 |
| 888 | 2024-12-13T19:58:57.583Z | Downloaded slog v2.7.0 |
| 889 | 2024-12-13T19:58:57.586Z | Downloaded rtoolbox v0.0.2 |
| 890 | 2024-12-13T19:58:57.586Z | Downloaded sec1 v0.7.3 |
| 891 | 2024-12-13T19:58:57.588Z | Downloaded pkcs8 v0.10.2 |
| 892 | 2024-12-13T19:58:57.590Z | Downloaded polyval v0.6.2 |
| 893 | 2024-12-13T19:58:57.593Z | Downloaded rustls-webpki v0.101.7 |
| 894 | 2024-12-13T19:58:57.605Z | Downloaded salsa20 v0.10.2 |
| 895 | 2024-12-13T19:58:57.609Z | Downloaded schemars v0.8.21 |
| 896 | 2024-12-13T19:58:57.620Z | Downloaded ed25519 v2.2.3 |
| 897 | 2024-12-13T19:58:57.624Z | Downloaded serde_urlencoded v0.7.1 |
| 898 | 2024-12-13T19:58:57.624Z | Downloaded vsss-rs v3.3.4 |
| 899 | 2024-12-13T19:58:57.629Z | Downloaded tokio-postgres v0.7.12 |
| 900 | 2024-12-13T19:58:57.632Z | Downloaded rayon v1.10.0 |
| 901 | 2024-12-13T19:58:57.642Z | Downloaded num-traits v0.2.19 |
| 902 | 2024-12-13T19:58:57.645Z | Downloaded tokio-stream v0.1.16 |
| 903 | 2024-12-13T19:58:57.649Z | Downloaded steno v0.4.1 |
| 904 | 2024-12-13T19:58:57.654Z | Downloaded tungstenite v0.24.0 |
| 905 | 2024-12-13T19:58:57.657Z | Downloaded slog-json v2.6.1 |
| 906 | 2024-12-13T19:58:57.659Z | Downloaded bindgen v0.69.5 |
| 907 | 2024-12-13T19:58:57.666Z | Downloaded rustls-pemfile v2.2.0 |
| 908 | 2024-12-13T19:58:57.669Z | Downloaded poly1305 v0.8.0 |
| 909 | 2024-12-13T19:58:57.672Z | Downloaded derive_more v0.99.18 |
| 910 | 2024-12-13T19:58:57.677Z | Downloaded uzers v0.12.1 |
| 911 | 2024-12-13T19:58:57.680Z | Downloaded vergen v8.3.2 |
| 912 | 2024-12-13T19:58:57.683Z | Downloaded derive_builder_core v0.20.2 |
| 913 | 2024-12-13T19:58:57.686Z | Downloaded postgres-protocol v0.6.7 |
| 914 | 2024-12-13T19:58:57.688Z | Downloaded tokio-rustls v0.25.0 |
| 915 | 2024-12-13T19:58:57.691Z | Downloaded chrono v0.4.38 |
| 916 | 2024-12-13T19:58:57.698Z | Downloaded portable-atomic v1.9.0 |
| 917 | 2024-12-13T19:58:57.704Z | Downloaded heapless v0.8.0 |
| 918 | 2024-12-13T19:58:57.708Z | Downloaded der v0.7.9 |
| 919 | 2024-12-13T19:58:57.713Z | Downloaded unicode-normalization v0.1.24 |
| 920 | 2024-12-13T19:58:57.718Z | Downloaded slog-term v2.9.1 |
| 921 | 2024-12-13T19:58:57.720Z | Downloaded bitvec v1.0.1 |
| 922 | 2024-12-13T19:58:57.736Z | Downloaded parse-zoneinfo v0.3.1 |
| 923 | 2024-12-13T19:58:57.739Z | Downloaded headers v0.4.0 |
| 924 | 2024-12-13T19:58:57.744Z | Downloaded tokio-rustls v0.26.0 |
| 925 | 2024-12-13T19:58:57.747Z | Downloaded ssh-key v0.6.6 |
| 926 | 2024-12-13T19:58:57.754Z | Downloaded reedline v0.35.0 |
| 927 | 2024-12-13T19:58:57.762Z | Downloaded futures-util v0.3.31 |
| 928 | 2024-12-13T19:58:57.776Z | Downloaded socket2 v0.5.7 |
| 929 | 2024-12-13T19:58:57.778Z | Downloaded lalrpop v0.19.12 |
| 930 | 2024-12-13T19:58:57.789Z | Downloaded curve25519-dalek v4.1.3 |
| 931 | 2024-12-13T19:58:57.800Z | Downloaded elliptic-curve v0.13.8 |
| 932 | 2024-12-13T19:58:57.804Z | Downloaded serde_with v3.11.0 |
| 933 | 2024-12-13T19:58:57.813Z | Downloaded rsa v0.9.6 |
| 934 | 2024-12-13T19:58:57.819Z | Downloaded zerocopy-derive v0.8.10 |
| 935 | 2024-12-13T19:58:57.826Z | Downloaded hashbrown v0.14.5 |
| 936 | 2024-12-13T19:58:57.832Z | Downloaded heapless v0.7.17 |
| 937 | 2024-12-13T19:58:57.837Z | Downloaded openssl v0.10.66 |
| 938 | 2024-12-13T19:58:57.847Z | Downloaded icu_properties_data v1.5.0 |
| 939 | 2024-12-13T19:58:57.860Z | Downloaded publicsuffix v2.2.3 |
| 940 | 2024-12-13T19:58:57.862Z | Downloaded quick-xml v0.33.0 |
| 941 | 2024-12-13T19:58:57.874Z | Downloaded h2 v0.4.6 |
| 942 | 2024-12-13T19:58:57.878Z | Downloaded num-bigint v0.4.6 |
| 943 | 2024-12-13T19:58:57.885Z | Downloaded radix_trie v0.2.1 |
| 944 | 2024-12-13T19:58:57.890Z | Downloaded quinn-proto v0.11.8 |
| 945 | 2024-12-13T19:58:57.898Z | Downloaded sqlparser v0.45.0 |
| 946 | 2024-12-13T19:58:57.905Z | Downloaded idna v0.5.0 |
| 947 | 2024-12-13T19:58:57.914Z | Downloaded idna v0.4.0 |
| 948 | 2024-12-13T19:58:57.921Z | Downloaded typed-path v0.9.3 |
| 949 | 2024-12-13T19:58:57.929Z | Downloaded p521 v0.13.3 |
| 950 | 2024-12-13T19:58:57.933Z | Downloaded object v0.30.4 |
| 951 | 2024-12-13T19:58:57.944Z | Downloaded dropshot v0.12.0 |
| 952 | 2024-12-13T19:58:57.967Z | Downloaded rustyline v14.0.0 |
| 953 | 2024-12-13T19:58:57.972Z | Downloaded zerocopy v0.8.10 |
| 954 | 2024-12-13T19:58:57.998Z | Downloaded rustls v0.21.12 |
| 955 | 2024-12-13T19:58:58.010Z | Downloaded idna v0.3.0 |
| 956 | 2024-12-13T19:58:58.017Z | Downloaded reqwest v0.12.9 |
| 957 | 2024-12-13T19:58:58.026Z | Downloaded winnow v0.5.40 |
| 958 | 2024-12-13T19:58:58.038Z | Downloaded object v0.36.5 |
| 959 | 2024-12-13T19:58:58.050Z | Downloaded diesel v2.2.6 |
| 960 | 2024-12-13T19:58:58.070Z | Downloaded gimli v0.31.1 |
| 961 | 2024-12-13T19:58:58.079Z | Downloaded rustls v0.23.14 |
| 962 | 2024-12-13T19:58:58.091Z | Downloaded rusqlite v0.32.1 |
| 963 | 2024-12-13T19:58:58.097Z | Downloaded unicode-width v0.2.0 |
| 964 | 2024-12-13T19:58:58.104Z | Downloaded proptest v1.5.0 |
| 965 | 2024-12-13T19:58:58.114Z | Downloaded petname v2.0.2 |
| 966 | 2024-12-13T19:58:58.119Z | Downloaded nix v0.28.0 |
| 967 | 2024-12-13T19:58:58.131Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 968 | 2024-12-13T19:58:58.144Z | Downloaded regex v1.11.1 |
| 969 | 2024-12-13T19:58:58.158Z | Downloaded vcpkg v0.2.15 |
| 970 | 2024-12-13T19:58:58.195Z | Downloaded openapiv3 v2.0.0 |
| 971 | 2024-12-13T19:58:58.208Z | Downloaded smoltcp v0.11.0 |
| 972 | 2024-12-13T19:58:58.220Z | Downloaded git2 v0.19.0 |
| 973 | 2024-12-13T19:58:58.229Z | Downloaded smoltcp v0.9.1 |
| 974 | 2024-12-13T19:58:58.240Z | Downloaded webpki-roots v0.26.6 |
| 975 | 2024-12-13T19:58:58.244Z | Downloaded regress v0.10.1 |
| 976 | 2024-12-13T19:58:58.253Z | Downloaded regress v0.9.1 |
| 977 | 2024-12-13T19:58:58.262Z | Downloaded nix v0.29.0 |
| 978 | 2024-12-13T19:58:58.274Z | Downloaded trust-dns-proto v0.22.0 |
| 979 | 2024-12-13T19:58:58.287Z | Downloaded polar-core v0.27.3 |
| 980 | 2024-12-13T19:58:58.295Z | Downloaded regex-syntax v0.6.29 |
| 981 | 2024-12-13T19:58:58.303Z | Downloaded sha3 v0.10.8 |
| 982 | 2024-12-13T19:58:58.307Z | Downloaded petgraph v0.6.5 |
| 983 | 2024-12-13T19:58:58.325Z | Downloaded tokio v1.40.0 |
| 984 | 2024-12-13T19:58:58.363Z | Downloaded rustls v0.22.4 |
| 985 | 2024-12-13T19:58:58.375Z | Downloaded csv v1.3.0 |
| 986 | 2024-12-13T19:58:58.395Z | Downloaded dropshot v0.13.0 |
| 987 | 2024-12-13T19:58:58.416Z | Downloaded hickory-proto v0.24.1 |
| 988 | 2024-12-13T19:58:58.431Z | Downloaded regex-syntax v0.8.5 |
| 989 | 2024-12-13T19:58:58.439Z | Downloaded ratatui v0.28.1 |
| 990 | 2024-12-13T19:58:58.459Z | Downloaded idna v0.2.3 |
| 991 | 2024-12-13T19:58:58.466Z | Downloaded p384 v0.13.0 |
| 992 | 2024-12-13T19:58:58.472Z | Downloaded chrono-tz v0.10.0 |
| 993 | 2024-12-13T19:58:58.480Z | Downloaded typify-impl v0.2.0 |
| 994 | 2024-12-13T19:58:58.495Z | Downloaded bstr v1.10.0 |
| 995 | 2024-12-13T19:58:58.506Z | Downloaded sled v0.34.7 |
| 996 | 2024-12-13T19:58:58.516Z | Downloaded nix v0.27.1 |
| 997 | 2024-12-13T19:58:58.526Z | Downloaded salty v0.3.0 |
| 998 | 2024-12-13T19:58:58.533Z | Downloaded zerocopy-derive v0.6.6 |
| 999 | 2024-12-13T19:58:58.543Z | Downloaded regex-automata v0.4.8 |
| 1000 | 2024-12-13T19:58:58.560Z | Downloaded typify v0.2.0 |
| 1001 | 2024-12-13T19:58:58.563Z | Downloaded rustls-webpki v0.102.8 |
| 1002 | 2024-12-13T19:58:58.579Z | Downloaded openssl-sys v0.9.103 |
| 1003 | 2024-12-13T19:58:58.584Z | Downloaded nom v7.1.3 |
| 1004 | 2024-12-13T19:58:58.589Z | Downloaded tracing-core v0.1.32 |
| 1005 | 2024-12-13T19:58:58.592Z | Downloaded russh-keys v0.45.0 |
| 1006 | 2024-12-13T19:58:58.594Z | Downloaded expectorate v1.1.0 |
| 1007 | 2024-12-13T19:58:58.597Z | Downloaded debug-ignore v1.0.5 |
| 1008 | 2024-12-13T19:58:58.600Z | Downloaded typify-macro v0.2.0 |
| 1009 | 2024-12-13T19:58:58.600Z | Downloaded untrusted v0.9.0 |
| 1010 | 2024-12-13T19:58:58.603Z | Downloaded hex v0.4.3 |
| 1011 | 2024-12-13T19:58:58.603Z | Downloaded walkdir v2.5.0 |
| 1012 | 2024-12-13T19:58:58.605Z | Downloaded strum_macros v0.26.4 |
| 1013 | 2024-12-13T19:58:58.608Z | Downloaded ecdsa v0.16.9 |
| 1014 | 2024-12-13T19:58:58.608Z | Downloaded lzma-sys v0.1.20 |
| 1015 | 2024-12-13T19:58:58.637Z | Downloaded libz-sys v1.1.20 |
| 1016 | 2024-12-13T19:58:58.657Z | Downloaded diff v0.1.13 |
| 1017 | 2024-12-13T19:58:58.660Z | Downloaded similar v2.6.0 |
| 1018 | 2024-12-13T19:58:58.664Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1019 | 2024-12-13T19:58:58.667Z | Downloaded dropshot_endpoint v0.13.0 |
| 1020 | 2024-12-13T19:58:58.670Z | Downloaded aho-corasick v1.1.3 |
| 1021 | 2024-12-13T19:58:58.674Z | Downloaded parse-display-derive v0.10.0 |
| 1022 | 2024-12-13T19:58:58.676Z | Downloaded difflib v0.4.0 |
| 1023 | 2024-12-13T19:58:58.676Z | Downloaded signal-hook v0.3.17 |
| 1024 | 2024-12-13T19:58:58.679Z | Downloaded flate2 v1.0.34 |
| 1025 | 2024-12-13T19:58:58.684Z | Downloaded scopeguard v1.2.0 |
| 1026 | 2024-12-13T19:58:58.687Z | Downloaded predicates v3.1.2 |
| 1027 | 2024-12-13T19:58:58.689Z | Downloaded blake3 v1.5.4 |
| 1028 | 2024-12-13T19:58:58.696Z | Downloaded zerovec v0.10.4 |
| 1029 | 2024-12-13T19:58:58.702Z | Downloaded nu-ansi-term v0.50.1 |
| 1030 | 2024-12-13T19:58:58.705Z | Downloaded hashbrown v0.12.3 |
| 1031 | 2024-12-13T19:58:58.708Z | Downloaded pretty-hex v0.2.1 |
| 1032 | 2024-12-13T19:58:58.711Z | Downloaded ron v0.8.1 |
| 1033 | 2024-12-13T19:58:58.714Z | Downloaded zip v2.1.3 |
| 1034 | 2024-12-13T19:58:58.718Z | Downloaded unicode_categories v0.1.1 |
| 1035 | 2024-12-13T19:58:58.721Z | Downloaded idna v1.0.3 |
| 1036 | 2024-12-13T19:58:58.725Z | Downloaded multer v3.1.0 |
| 1037 | 2024-12-13T19:58:58.729Z | Downloaded tokio-util v0.7.12 |
| 1038 | 2024-12-13T19:58:58.734Z | Downloaded futures-sink v0.3.31 |
| 1039 | 2024-12-13T19:58:58.737Z | Downloaded dyn-clone v1.0.17 |
| 1040 | 2024-12-13T19:58:58.737Z | Downloaded peg-macros v0.8.4 |
| 1041 | 2024-12-13T19:58:58.740Z | Downloaded omicron-zone-package v0.11.1 |
| 1042 | 2024-12-13T19:58:58.742Z | Downloaded dunce v1.0.5 |
| 1043 | 2024-12-13T19:58:58.743Z | Downloaded russh v0.45.0 |
| 1044 | 2024-12-13T19:58:58.747Z | Downloaded foldhash v0.1.3 |
| 1045 | 2024-12-13T19:58:58.750Z | Downloaded flagset v0.4.6 |
| 1046 | 2024-12-13T19:58:58.750Z | Downloaded zerovec-derive v0.10.3 |
| 1047 | 2024-12-13T19:58:58.753Z | Downloaded tinyvec v1.8.0 |
| 1048 | 2024-12-13T19:58:58.756Z | Downloaded libxml v0.3.3 |
| 1049 | 2024-12-13T19:58:58.760Z | Downloaded libm v0.2.8 |
| 1050 | 2024-12-13T19:58:58.768Z | Downloaded darling_core v0.20.10 |
| 1051 | 2024-12-13T19:58:58.772Z | Downloaded itertools v0.10.5 |
| 1052 | 2024-12-13T19:58:58.779Z | Downloaded multimap v0.10.0 |
| 1053 | 2024-12-13T19:58:58.782Z | Downloaded scrypt v0.11.0 |
| 1054 | 2024-12-13T19:58:58.783Z | Downloaded downcast v0.11.0 |
| 1055 | 2024-12-13T19:58:58.785Z | Downloaded fallible-iterator v0.3.0 |
| 1056 | 2024-12-13T19:58:58.785Z | Downloaded dirs-next v2.0.0 |
| 1057 | 2024-12-13T19:58:58.786Z | Downloaded num-iter v0.1.45 |
| 1058 | 2024-12-13T19:58:58.788Z | Downloaded tungstenite v0.21.0 |
| 1059 | 2024-12-13T19:58:58.791Z | Downloaded p256 v0.13.2 |
| 1060 | 2024-12-13T19:58:58.793Z | Downloaded crossterm v0.28.1 |
| 1061 | 2024-12-13T19:58:58.799Z | Downloaded tls_codec_derive v0.4.1 |
| 1062 | 2024-12-13T19:58:58.802Z | Downloaded rusty-fork v0.3.0 |
| 1063 | 2024-12-13T19:58:58.805Z | Downloaded rustc-hash v1.1.0 |
| 1064 | 2024-12-13T19:58:58.805Z | Downloaded unsafe-libyaml v0.2.11 |
| 1065 | 2024-12-13T19:58:58.808Z | Downloaded unicode-bidi v0.3.17 |
| 1066 | 2024-12-13T19:58:58.810Z | Downloaded hkdf v0.12.4 |
| 1067 | 2024-12-13T19:58:58.813Z | Downloaded dropshot_endpoint v0.12.0 |
| 1068 | 2024-12-13T19:58:58.815Z | Downloaded url v2.5.3 |
| 1069 | 2024-12-13T19:58:58.819Z | Downloaded unicode-segmentation v1.12.0 |
| 1070 | 2024-12-13T19:58:58.822Z | Downloaded pbkdf2 v0.12.2 |
| 1071 | 2024-12-13T19:58:58.826Z | Downloaded minimal-lexical v0.2.1 |
| 1072 | 2024-12-13T19:58:58.829Z | Downloaded parking_lot v0.11.2 |
| 1073 | 2024-12-13T19:58:58.832Z | Downloaded mio v1.0.2 |
| 1074 | 2024-12-13T19:58:58.836Z | Downloaded rustls-pki-types v1.9.0 |
| 1075 | 2024-12-13T19:58:58.839Z | Downloaded ron v0.7.1 |
| 1076 | 2024-12-13T19:58:58.844Z | Downloaded rcgen v0.12.1 |
| 1077 | 2024-12-13T19:58:58.847Z | Downloaded encoding_rs v0.8.34 |
| 1078 | 2024-12-13T19:58:58.868Z | Downloaded rayon-core v1.12.1 |
| 1079 | 2024-12-13T19:58:58.872Z | Downloaded http v1.1.0 |
| 1080 | 2024-12-13T19:58:58.875Z | Downloaded diesel-dtrace v0.4.0 |
| 1081 | 2024-12-13T19:58:58.878Z | Downloaded postcard v1.0.10 |
| 1082 | 2024-12-13T19:58:58.881Z | Downloaded tokio-tungstenite v0.24.0 |
| 1083 | 2024-12-13T19:58:58.882Z | Downloaded pkcs5 v0.7.1 |
| 1084 | 2024-12-13T19:58:58.885Z | Downloaded peg-runtime v0.8.3 |
| 1085 | 2024-12-13T19:58:58.887Z | Downloaded openssl-macros v0.1.1 |
| 1086 | 2024-12-13T19:58:58.887Z | Downloaded synstructure v0.13.1 |
| 1087 | 2024-12-13T19:58:58.887Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1088 | 2024-12-13T19:58:58.890Z | Downloaded rand_seeder v0.3.0 |
| 1089 | 2024-12-13T19:58:58.890Z | Downloaded rand_core v0.6.4 |
| 1090 | 2024-12-13T19:58:58.893Z | Downloaded hash32 v0.3.1 |
| 1091 | 2024-12-13T19:58:58.893Z | Downloaded fs_extra v1.3.0 |
| 1092 | 2024-12-13T19:58:58.896Z | Downloaded aes-gcm v0.10.3 |
| 1093 | 2024-12-13T19:58:58.899Z | Downloaded pin-project v1.1.6 |
| 1094 | 2024-12-13T19:58:58.909Z | Downloaded oso v0.27.3 |
| 1095 | 2024-12-13T19:58:58.912Z | Downloaded serde_derive_internals v0.29.1 |
| 1096 | 2024-12-13T19:58:58.915Z | Downloaded num-complex v0.4.6 |
| 1097 | 2024-12-13T19:58:58.917Z | Downloaded pin-project-internal v1.1.6 |
| 1098 | 2024-12-13T19:58:58.917Z | Downloaded indicatif v0.17.9 |
| 1099 | 2024-12-13T19:58:58.920Z | Downloaded crossbeam-channel v0.5.13 |
| 1100 | 2024-12-13T19:58:58.925Z | Downloaded base64 v0.21.7 |
| 1101 | 2024-12-13T19:58:58.928Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1102 | 2024-12-13T19:58:58.931Z | Downloaded password-hash v0.5.0 |
| 1103 | 2024-12-13T19:58:58.931Z | Downloaded hickory-server v0.24.1 |
| 1104 | 2024-12-13T19:58:58.937Z | Downloaded hickory-resolver v0.24.1 |
| 1105 | 2024-12-13T19:58:58.941Z | Downloaded displaydoc v0.2.5 |
| 1106 | 2024-12-13T19:58:58.944Z | Downloaded supports-color v3.0.1 |
| 1107 | 2024-12-13T19:58:58.946Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1108 | 2024-12-13T19:58:59.002Z | Downloaded whoami v1.5.2 |
| 1109 | 2024-12-13T19:58:59.006Z | Downloaded bumpalo v3.16.0 |
| 1110 | 2024-12-13T19:58:59.010Z | Downloaded backtrace v0.3.74 |
| 1111 | 2024-12-13T19:58:59.013Z | Downloaded miniz_oxide v0.8.0 |
| 1112 | 2024-12-13T19:58:59.016Z | Downloaded icu_provider v1.5.0 |
| 1113 | 2024-12-13T19:58:59.019Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1114 | 2024-12-13T19:58:59.019Z | Downloaded sqlformat v0.2.6 |
| 1115 | 2024-12-13T19:58:59.022Z | Downloaded progenitor-impl v0.8.0 |
| 1116 | 2024-12-13T19:58:59.025Z | Downloaded slog-dtrace v0.3.0 |
| 1117 | 2024-12-13T19:58:59.025Z | Downloaded utf8_iter v1.0.4 |
| 1118 | 2024-12-13T19:58:59.027Z | Downloaded chacha20poly1305 v0.10.1 |
| 1119 | 2024-12-13T19:58:59.028Z | Downloaded bytes v1.8.0 |
| 1120 | 2024-12-13T19:58:59.030Z | Downloaded icu_locid v1.5.0 |
| 1121 | 2024-12-13T19:58:59.035Z | Downloaded hyper-rustls v0.27.3 |
| 1122 | 2024-12-13T19:58:59.037Z | Downloaded dirs-sys-next v0.1.2 |
| 1123 | 2024-12-13T19:58:59.040Z | Downloaded rustls-pemfile v1.0.4 |
| 1124 | 2024-12-13T19:58:59.043Z | Downloaded arc-swap v1.7.1 |
| 1125 | 2024-12-13T19:58:59.046Z | Downloaded allocator-api2 v0.2.18 |
| 1126 | 2024-12-13T19:58:59.049Z | Downloaded base64ct v1.6.0 |
| 1127 | 2024-12-13T19:58:59.051Z | Downloaded secrecy v0.8.0 |
| 1128 | 2024-12-13T19:58:59.052Z | Downloaded schemars_derive v0.8.21 |
| 1129 | 2024-12-13T19:58:59.052Z | Downloaded quinn-udp v0.5.5 |
| 1130 | 2024-12-13T19:58:59.055Z | Downloaded iana-time-zone v0.1.61 |
| 1131 | 2024-12-13T19:58:59.058Z | Downloaded hyper-staticfile v0.10.1 |
| 1132 | 2024-12-13T19:58:59.060Z | Downloaded highway v1.2.0 |
| 1133 | 2024-12-13T19:58:59.061Z | Downloaded csv-core v0.1.11 |
| 1134 | 2024-12-13T19:58:59.063Z | Downloaded async-bb8-diesel v0.2.1 |
| 1135 | 2024-12-13T19:58:59.063Z | Downloaded internet-checksum v0.2.1 |
| 1136 | 2024-12-13T19:58:59.066Z | Downloaded hyper-tls v0.6.0 |
| 1137 | 2024-12-13T19:58:59.066Z | Downloaded hex-literal v0.4.1 |
| 1138 | 2024-12-13T19:58:59.069Z | Downloaded backoff v0.4.0 |
| 1139 | 2024-12-13T19:58:59.069Z | Downloaded atomic-waker v1.1.2 |
| 1140 | 2024-12-13T19:58:59.072Z | Downloaded indent_write v2.2.0 |
| 1141 | 2024-12-13T19:58:59.072Z | Downloaded hubpack v0.1.2 |
| 1142 | 2024-12-13T19:58:59.073Z | Downloaded http-body-util v0.1.2 |
| 1143 | 2024-12-13T19:58:59.077Z | Downloaded memoffset v0.9.1 |
| 1144 | 2024-12-13T19:58:59.078Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1145 | 2024-12-13T19:58:59.080Z | Downloaded idna_adapter v1.2.0 |
| 1146 | 2024-12-13T19:58:59.080Z | Downloaded arrayvec v0.7.6 |
| 1147 | 2024-12-13T19:58:59.082Z | Downloaded linked-hash-map v0.5.6 |
| 1148 | 2024-12-13T19:58:59.085Z | Downloaded kstat-rs v0.2.4 |
| 1149 | 2024-12-13T19:58:59.085Z | Downloaded cobs v0.2.3 |
| 1150 | 2024-12-13T19:58:59.088Z | Downloaded is-terminal v0.4.13 |
| 1151 | 2024-12-13T19:58:59.088Z | Downloaded bitfield v0.14.0 |
| 1152 | 2024-12-13T19:58:59.088Z | Downloaded convert_case v0.4.0 |
| 1153 | 2024-12-13T19:58:59.091Z | Downloaded ascii-canvas v3.0.0 |
| 1154 | 2024-12-13T19:58:59.091Z | Downloaded crossbeam-deque v0.8.5 |
| 1155 | 2024-12-13T19:58:59.094Z | Downloaded ciborium-ll v0.2.2 |
| 1156 | 2024-12-13T19:58:59.094Z | Downloaded base16ct v0.2.0 |
| 1157 | 2024-12-13T19:58:59.094Z | Downloaded chrono-tz-build v0.4.0 |
| 1158 | 2024-12-13T19:58:59.097Z | Downloaded async-stream v0.3.6 |
| 1159 | 2024-12-13T19:58:59.207Z | Downloaded ring v0.17.8 |
| 1160 | 2024-12-13T19:58:59.491Z | Downloaded aws-lc-sys v0.22.0 |
| 1161 | 2024-12-13T19:58:59.734Z | Downloaded ring v0.16.20 |
| 1162 | 2024-12-13T19:58:59.816Z | Downloaded libsqlite3-sys v0.30.1 |
| 1163 | 2024-12-13T19:58:59.995Z | Compiling serde v1.0.215 |
| 1164 | 2024-12-13T19:58:59.998Z | Compiling lock_api v0.4.12 |
| 1165 | 2024-12-13T19:58:59.998Z | Compiling scopeguard v1.2.0 |
| 1166 | 2024-12-13T19:58:59.998Z | Compiling value-bag v1.9.0 |
| 1167 | 2024-12-13T19:58:59.998Z | Compiling typenum v1.17.0 |
| 1168 | 2024-12-13T19:58:59.998Z | Compiling generic-array v0.14.7 |
| 1169 | 2024-12-13T19:59:00.227Z | Compiling syn v2.0.87 |
| 1170 | 2024-12-13T19:59:00.245Z | Compiling getrandom v0.2.15 |
| 1171 | 2024-12-13T19:59:00.305Z | Compiling subtle v2.6.1 |
| 1172 | 2024-12-13T19:59:00.647Z | Compiling log v0.4.22 |
| 1173 | 2024-12-13T19:59:00.665Z | Compiling rand_core v0.6.4 |
| 1174 | 2024-12-13T19:59:00.693Z | Compiling shlex v1.3.0 |
| 1175 | 2024-12-13T19:59:00.755Z | Compiling jobserver v0.1.32 |
| 1176 | 2024-12-13T19:59:01.037Z | Compiling const-oid v0.9.6 |
| 1177 | 2024-12-13T19:59:01.120Z | Compiling cc v1.1.30 |
| 1178 | 2024-12-13T19:59:01.188Z | Compiling smallvec v1.13.2 |
| 1179 | 2024-12-13T19:59:01.220Z | Compiling spin v0.9.8 |
| 1180 | 2024-12-13T19:59:01.529Z | Compiling pin-project-lite v0.2.14 |
| 1181 | 2024-12-13T19:59:01.601Z | Compiling rustix v0.38.37 |
| 1182 | 2024-12-13T19:59:01.630Z | Compiling parking_lot_core v0.9.10 |
| 1183 | 2024-12-13T19:59:01.630Z | Compiling futures-core v0.3.31 |
| 1184 | 2024-12-13T19:59:01.671Z | Compiling signal-hook-registry v1.4.2 |
| 1185 | 2024-12-13T19:59:01.923Z | Compiling mio v1.0.2 |
| 1186 | 2024-12-13T19:59:02.660Z | Compiling parking_lot v0.12.3 |
| 1187 | 2024-12-13T19:59:02.684Z | Compiling aho-corasick v1.1.3 |
| 1188 | 2024-12-13T19:59:02.840Z | Compiling either v1.13.0 |
| 1189 | 2024-12-13T19:59:02.993Z | Compiling cpufeatures v0.2.14 |
| 1190 | 2024-12-13T19:59:03.105Z | Compiling regex-syntax v0.8.5 |
| 1191 | 2024-12-13T19:59:03.247Z | Compiling lazy_static v1.5.0 |
| 1192 | 2024-12-13T19:59:03.279Z | Compiling glob v0.3.1 |
| 1193 | 2024-12-13T19:59:03.299Z | Compiling futures-sink v0.3.31 |
| 1194 | 2024-12-13T19:59:03.382Z | Compiling stable_deref_trait v1.2.0 |
| 1195 | 2024-12-13T19:59:03.466Z | Compiling socket2 v0.5.7 |
| 1196 | 2024-12-13T19:59:03.501Z | Compiling slab v0.4.9 |
| 1197 | 2024-12-13T19:59:03.681Z | Compiling prettyplease v0.2.25 |
| 1198 | 2024-12-13T19:59:03.966Z | Compiling minimal-lexical v0.2.1 |
| 1199 | 2024-12-13T19:59:04.338Z | Compiling clang-sys v1.8.1 |
| 1200 | 2024-12-13T19:59:04.383Z | Compiling libloading v0.8.5 |
| 1201 | 2024-12-13T19:59:04.529Z | Compiling nom v7.1.3 |
| 1202 | 2024-12-13T19:59:04.554Z | Compiling serde_json v1.0.132 |
| 1203 | 2024-12-13T19:59:04.823Z | Compiling home v0.5.9 |
| 1204 | 2024-12-13T19:59:04.864Z | Compiling bindgen v0.69.5 |
| 1205 | 2024-12-13T19:59:05.131Z | Compiling futures-channel v0.3.31 |
| 1206 | 2024-12-13T19:59:05.568Z | Compiling itertools v0.12.1 |
| 1207 | 2024-12-13T19:59:05.761Z | Compiling foldhash v0.1.3 |
| 1208 | 2024-12-13T19:59:05.789Z | Compiling lazycell v1.3.0 |
| 1209 | 2024-12-13T19:59:05.974Z | Compiling rustc-hash v1.1.0 |
| 1210 | 2024-12-13T19:59:06.076Z | Compiling futures-task v0.3.31 |
| 1211 | 2024-12-13T19:59:06.126Z | Compiling allocator-api2 v0.2.18 |
| 1212 | 2024-12-13T19:59:06.412Z | Compiling pin-utils v0.1.0 |
| 1213 | 2024-12-13T19:59:06.514Z | Compiling futures-io v0.3.31 |
| 1214 | 2024-12-13T19:59:06.827Z | Compiling hashbrown v0.15.1 |
| 1215 | 2024-12-13T19:59:06.941Z | Compiling regex-automata v0.4.8 |
| 1216 | 2024-12-13T19:59:08.288Z | Compiling synstructure v0.13.1 |
| 1217 | 2024-12-13T19:59:08.522Z | Compiling cexpr v0.6.0 |
| 1218 | 2024-12-13T19:59:08.857Z | Compiling cmake v0.1.51 |
| 1219 | 2024-12-13T19:59:09.935Z | Compiling tinyvec_macros v0.1.1 |
| 1220 | 2024-12-13T19:59:10.007Z | Compiling fs_extra v1.3.0 |
| 1221 | 2024-12-13T19:59:10.034Z | Compiling libm v0.2.8 |
| 1222 | 2024-12-13T19:59:10.201Z | Compiling dunce v1.0.5 |
| 1223 | 2024-12-13T19:59:10.335Z | Compiling pkg-config v0.3.31 |
| 1224 | 2024-12-13T19:59:10.392Z | Compiling tinyvec v1.8.0 |
| 1225 | 2024-12-13T19:59:10.410Z | Compiling num-traits v0.2.19 |
| 1226 | 2024-12-13T19:59:10.931Z | Compiling ring v0.17.8 |
| 1227 | 2024-12-13T19:59:11.667Z | Compiling paste v1.0.15 |
| 1228 | 2024-12-13T19:59:11.888Z | Compiling unicode-normalization v0.1.24 |
| 1229 | 2024-12-13T19:59:11.950Z | Compiling unicode-bidi v0.3.17 |
| 1230 | 2024-12-13T19:59:12.040Z | Compiling base64ct v1.6.0 |
| 1231 | 2024-12-13T19:59:12.089Z | Compiling writeable v0.5.5 |
| 1232 | 2024-12-13T19:59:12.178Z | Compiling litemap v0.7.3 |
| 1233 | 2024-12-13T19:59:12.587Z | Compiling pem-rfc7468 v0.7.0 |
| 1234 | 2024-12-13T19:59:12.680Z | Compiling regex v1.11.1 |
| 1235 | 2024-12-13T19:59:13.325Z | Compiling flagset v0.4.6 |
| 1236 | 2024-12-13T19:59:13.432Z | Compiling httparse v1.9.5 |
| 1237 | 2024-12-13T19:59:13.531Z | Compiling aws-lc-rs v1.10.0 |
| 1238 | 2024-12-13T19:59:13.981Z | Compiling tracing-core v0.1.32 |
| 1239 | 2024-12-13T19:59:14.282Z | Compiling rustls-pki-types v1.9.0 |
| 1240 | 2024-12-13T19:59:15.034Z | Compiling percent-encoding v2.3.1 |
| 1241 | 2024-12-13T19:59:15.056Z | Compiling icu_locid_transform_data v1.5.0 |
| 1242 | 2024-12-13T19:59:15.158Z | Compiling crossbeam-utils v0.8.20 |
| 1243 | 2024-12-13T19:59:15.219Z | Compiling serde_derive v1.0.215 |
| 1244 | 2024-12-13T19:59:15.336Z | Compiling zeroize_derive v1.4.2 |
| 1245 | 2024-12-13T19:59:15.357Z | Compiling zerocopy-derive v0.7.35 |
| 1246 | 2024-12-13T19:59:15.382Z | Compiling tokio-macros v2.4.0 |
| 1247 | 2024-12-13T19:59:15.737Z | Compiling zerofrom-derive v0.1.4 |
| 1248 | 2024-12-13T19:59:16.969Z | Compiling yoke-derive v0.7.4 |
| 1249 | 2024-12-13T19:59:16.989Z | Compiling zeroize v1.8.1 |
| 1250 | 2024-12-13T19:59:17.439Z | Compiling thiserror-impl v1.0.69 |
| 1251 | 2024-12-13T19:59:17.731Z | Compiling zerocopy v0.7.35 |
| 1252 | 2024-12-13T19:59:18.747Z | Compiling futures-macro v0.3.31 |
| 1253 | 2024-12-13T19:59:18.854Z | Compiling crypto-common v0.1.6 |
| 1254 | 2024-12-13T19:59:19.110Z | Compiling block-buffer v0.10.4 |
| 1255 | 2024-12-13T19:59:19.363Z | Compiling digest v0.10.7 |
| 1256 | 2024-12-13T19:59:19.392Z | Compiling zerovec-derive v0.10.3 |
| 1257 | 2024-12-13T19:59:19.862Z | Compiling hmac v0.12.1 |
| 1258 | 2024-12-13T19:59:20.017Z | Compiling zerofrom v0.1.4 |
| 1259 | 2024-12-13T19:59:20.131Z | Compiling block-padding v0.3.3 |
| 1260 | 2024-12-13T19:59:20.168Z | Compiling displaydoc v0.2.5 |
| 1261 | 2024-12-13T19:59:20.195Z | Compiling sha2 v0.10.8 |
| 1262 | 2024-12-13T19:59:20.251Z | Compiling yoke v0.7.4 |
| 1263 | 2024-12-13T19:59:20.387Z | Compiling inout v0.1.3 |
| 1264 | 2024-12-13T19:59:20.630Z | Compiling cipher v0.4.4 |
| 1265 | 2024-12-13T19:59:20.655Z | Compiling ppv-lite86 v0.2.20 |
| 1266 | 2024-12-13T19:59:20.775Z | Compiling futures-util v0.3.31 |
| 1267 | 2024-12-13T19:59:20.867Z | Compiling thiserror v1.0.69 |
| 1268 | 2024-12-13T19:59:21.016Z | Compiling icu_provider_macros v1.5.0 |
| 1269 | 2024-12-13T19:59:21.186Z | Compiling der_derive v0.7.3 |
| 1270 | 2024-12-13T19:59:21.532Z | Compiling rand_chacha v0.3.1 |
| 1271 | 2024-12-13T19:59:21.928Z | Compiling tracing-attributes v0.1.27 |
| 1272 | 2024-12-13T19:59:22.223Z | Compiling rand v0.8.5 |
| 1273 | 2024-12-13T19:59:22.226Z | Compiling zerovec v0.10.4 |
| 1274 | 2024-12-13T19:59:23.823Z | Compiling salsa20 v0.10.2 |
| 1275 | 2024-12-13T19:59:23.889Z | Compiling der v0.7.9 |
| 1276 | 2024-12-13T19:59:23.989Z | Compiling pest v2.7.14 |
| 1277 | 2024-12-13T19:59:24.068Z | Compiling pbkdf2 v0.12.2 |
| 1278 | 2024-12-13T19:59:24.247Z | Compiling tinystr v0.7.6 |
| 1279 | 2024-12-13T19:59:24.405Z | Compiling icu_collections v1.5.0 |
| 1280 | 2024-12-13T19:59:24.682Z | Compiling icu_locid v1.5.0 |
| 1281 | 2024-12-13T19:59:25.486Z | Compiling icu_properties_data v1.5.0 |
| 1282 | 2024-12-13T19:59:25.753Z | Compiling powerfmt v0.2.0 |
| 1283 | 2024-12-13T19:59:25.886Z | Compiling icu_provider v1.5.0 |
| 1284 | 2024-12-13T19:59:25.907Z | Compiling tracing v0.1.40 |
| 1285 | 2024-12-13T19:59:26.169Z | Compiling spki v0.7.3 |
| 1286 | 2024-12-13T19:59:26.462Z | Compiling vcpkg v0.2.15 |
| 1287 | 2024-12-13T19:59:26.570Z | Compiling time-core v0.1.2 |
| 1288 | 2024-12-13T19:59:26.759Z | Compiling icu_locid_transform v1.5.0 |
| 1289 | 2024-12-13T19:59:27.033Z | Compiling num-conv v0.1.0 |
| 1290 | 2024-12-13T19:59:27.057Z | Compiling untrusted v0.9.0 |
| 1291 | 2024-12-13T19:59:27.085Z | Compiling untrusted v0.7.1 |
| 1292 | 2024-12-13T19:59:27.203Z | Compiling mirai-annotations v1.12.0 |
| 1293 | 2024-12-13T19:59:27.283Z | Compiling pest_meta v2.7.14 |
| 1294 | 2024-12-13T19:59:27.340Z | Compiling deranged v0.3.11 |
| 1295 | 2024-12-13T19:59:27.386Z | Compiling time-macros v0.2.18 |
| 1296 | 2024-12-13T19:59:28.741Z | Compiling icu_properties v1.5.1 |
| 1297 | 2024-12-13T19:59:28.790Z | Compiling openssl-sys v0.9.103 |
| 1298 | 2024-12-13T19:59:29.341Z | Compiling scrypt v0.11.0 |
| 1299 | 2024-12-13T19:59:29.578Z | Compiling cbc v0.1.2 |
| 1300 | 2024-12-13T19:59:29.826Z | Compiling bitflags v2.6.0 |
| 1301 | 2024-12-13T19:59:29.892Z | Compiling bytes v1.8.0 |
| 1302 | 2024-12-13T19:59:30.315Z | Compiling indexmap v2.6.0 |
| 1303 | 2024-12-13T19:59:30.859Z | Compiling tokio v1.40.0 |
| 1304 | 2024-12-13T19:59:31.114Z | Compiling http v1.1.0 |
| 1305 | 2024-12-13T19:59:31.203Z | Compiling semver v1.0.23 |
| 1306 | 2024-12-13T19:59:31.823Z | Compiling rustc_version v0.4.1 |
| 1307 | 2024-12-13T19:59:32.011Z | Compiling aes v0.8.4 |
| 1308 | 2024-12-13T19:59:32.464Z | Compiling scroll_derive v0.12.0 |
| 1309 | 2024-12-13T19:59:32.660Z | Compiling atomic-waker v1.1.2 |
| 1310 | 2024-12-13T19:59:32.856Z | Compiling num_threads v0.1.7 |
| 1311 | 2024-12-13T19:59:32.998Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2024-12-13T19:59:33.109Z | Compiling utf16_iter v1.0.5 |
| 1313 | 2024-12-13T19:59:33.282Z | Compiling write16 v1.0.0 |
| 1314 | 2024-12-13T19:59:33.316Z | Compiling utf8_iter v1.0.4 |
| 1315 | 2024-12-13T19:59:33.417Z | Compiling pkcs5 v0.7.1 |
| 1316 | 2024-12-13T19:59:33.580Z | Compiling icu_normalizer v1.5.0 |
| 1317 | 2024-12-13T19:59:33.685Z | Compiling time v0.3.36 |
| 1318 | 2024-12-13T19:59:33.780Z | Compiling http-body v1.0.1 |
| 1319 | 2024-12-13T19:59:33.987Z | Compiling scroll v0.12.0 |
| 1320 | 2024-12-13T19:59:34.149Z | Compiling pest_generator v2.7.14 |
| 1321 | 2024-12-13T19:59:34.577Z | Compiling which v4.4.2 |
| 1322 | 2024-12-13T19:59:34.642Z | Compiling form_urlencoded v1.2.1 |
| 1323 | 2024-12-13T19:59:34.980Z | Compiling try-lock v0.2.5 |
| 1324 | 2024-12-13T19:59:35.138Z | Compiling slog v2.7.0 |
| 1325 | 2024-12-13T19:59:35.186Z | Compiling want v0.3.1 |
| 1326 | 2024-12-13T19:59:35.480Z | Compiling goblin v0.8.2 |
| 1327 | 2024-12-13T19:59:35.615Z | Compiling idna_adapter v1.2.0 |
| 1328 | 2024-12-13T19:59:35.742Z | Compiling pkcs8 v0.10.2 |
| 1329 | 2024-12-13T19:59:35.849Z | Compiling httpdate v1.0.3 |
| 1330 | 2024-12-13T19:59:35.870Z | Compiling idna v1.0.3 |
| 1331 | 2024-12-13T19:59:36.300Z | Compiling pest_derive v2.7.14 |
| 1332 | 2024-12-13T19:59:36.483Z | Compiling serde_spanned v0.6.8 |
| 1333 | 2024-12-13T19:59:36.710Z | Compiling serde_tokenstream v0.2.2 |
| 1334 | 2024-12-13T19:59:37.123Z | Compiling dtrace-parser v0.2.0 |
| 1335 | 2024-12-13T19:59:37.216Z | Compiling toml_datetime v0.6.8 |
| 1336 | 2024-12-13T19:59:37.392Z | Compiling uuid v1.11.0 |
| 1337 | 2024-12-13T19:59:37.753Z | Compiling tower-service v0.3.3 |
| 1338 | 2024-12-13T19:59:37.781Z | Compiling adler2 v2.0.0 |
| 1339 | 2024-12-13T19:59:37.880Z | Compiling rustversion v1.0.17 |
| 1340 | 2024-12-13T19:59:37.989Z | Compiling openssl v0.10.66 |
| 1341 | 2024-12-13T19:59:38.413Z | Compiling match_cfg v0.1.0 |
| 1342 | 2024-12-13T19:59:38.517Z | Compiling base64 v0.22.1 |
| 1343 | 2024-12-13T19:59:38.597Z | Compiling foreign-types-shared v0.1.1 |
| 1344 | 2024-12-13T19:59:38.712Z | Compiling iana-time-zone v0.1.61 |
| 1345 | 2024-12-13T19:59:38.870Z | Compiling foreign-types v0.3.2 |
| 1346 | 2024-12-13T19:59:38.970Z | Compiling chrono v0.4.38 |
| 1347 | 2024-12-13T19:59:39.196Z | Compiling hostname v0.3.1 |
| 1348 | 2024-12-13T19:59:39.251Z | Compiling miniz_oxide v0.8.0 |
| 1349 | 2024-12-13T19:59:39.274Z | Compiling url v2.5.3 |
| 1350 | 2024-12-13T19:59:39.459Z | Compiling async-trait v0.1.83 |
| 1351 | 2024-12-13T19:59:40.799Z | Compiling tokio-util v0.7.12 |
| 1352 | 2024-12-13T19:59:40.821Z | Compiling openssl-macros v0.1.1 |
| 1353 | 2024-12-13T19:59:41.348Z | Compiling dof v0.3.0 |
| 1354 | 2024-12-13T19:59:41.611Z | Compiling dirs-sys-next v0.1.2 |
| 1355 | 2024-12-13T19:59:42.318Z | Compiling h2 v0.4.6 |
| 1356 | 2024-12-13T19:59:42.340Z | Compiling usdt-impl v0.5.0 |
| 1357 | 2024-12-13T19:59:42.361Z | Compiling data-encoding v2.6.0 |
| 1358 | 2024-12-13T19:59:42.813Z | Compiling native-tls v0.2.12 |
| 1359 | 2024-12-13T19:59:43.147Z | Compiling rustls v0.23.14 |
| 1360 | 2024-12-13T19:59:43.424Z | Compiling siphasher v0.3.11 |
| 1361 | 2024-12-13T19:59:43.603Z | Compiling syn v1.0.109 |
| 1362 | 2024-12-13T19:59:43.816Z | Compiling rustls v0.22.4 |
| 1363 | 2024-12-13T19:59:44.009Z | Compiling dirs-next v2.0.0 |
| 1364 | 2024-12-13T19:59:44.304Z | Compiling http-body-util v0.1.2 |
| 1365 | 2024-12-13T19:59:44.826Z | Compiling heapless v0.7.17 |
| 1366 | 2024-12-13T19:59:44.867Z | Compiling crossbeam-epoch v0.9.18 |
| 1367 | 2024-12-13T19:59:45.274Z | Compiling sha1 v0.10.6 |
| 1368 | 2024-12-13T19:59:45.668Z | Compiling signature v2.2.0 |
| 1369 | 2024-12-13T19:59:45.690Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1370 | 2024-12-13T19:59:45.711Z | Compiling serde_derive_internals v0.29.1 |
| 1371 | 2024-12-13T19:59:45.961Z | Compiling thread_local v1.1.8 |
| 1372 | 2024-12-13T19:59:46.046Z | Compiling encoding_rs v0.8.34 |
| 1373 | 2024-12-13T19:59:46.193Z | Compiling cookie v0.18.1 |
| 1374 | 2024-12-13T19:59:46.478Z | Compiling multer v3.1.0 |
| 1375 | 2024-12-13T19:59:46.550Z | Compiling ipnet v2.10.1 |
| 1376 | 2024-12-13T19:59:46.760Z | Compiling gimli v0.31.1 |
| 1377 | 2024-12-13T19:59:46.949Z | Compiling unicode-properties v0.1.3 |
| 1378 | 2024-12-13T19:59:47.399Z | Compiling slog-async v2.8.0 |
| 1379 | 2024-12-13T19:59:47.859Z | Compiling mime v0.3.17 |
| 1380 | 2024-12-13T19:59:47.948Z | Compiling rayon-core v1.12.1 |
| 1381 | 2024-12-13T19:59:48.235Z | Compiling signal-hook v0.3.17 |
| 1382 | 2024-12-13T19:59:48.476Z | Compiling openssl-probe v0.1.5 |
| 1383 | 2024-12-13T19:59:48.510Z | Compiling schemars v0.8.21 |
| 1384 | 2024-12-13T19:59:48.575Z | Compiling schemars_derive v0.8.21 |
| 1385 | 2024-12-13T19:59:48.893Z | Compiling toml_edit v0.22.22 |
| 1386 | 2024-12-13T19:59:49.015Z | Compiling stringprep v0.1.5 |
| 1387 | 2024-12-13T19:59:50.290Z | Compiling hyper v1.5.0 |
| 1388 | 2024-12-13T19:59:52.000Z | Compiling addr2line v0.24.2 |
| 1389 | 2024-12-13T19:59:52.161Z | Compiling usdt-attr-macro v0.5.0 |
| 1390 | 2024-12-13T19:59:52.710Z | Compiling usdt-macro v0.5.0 |
| 1391 | 2024-12-13T19:59:52.803Z | Compiling hyper-util v0.1.10 |
| 1392 | 2024-12-13T19:59:53.053Z | Compiling crossbeam-deque v0.8.5 |
| 1393 | 2024-12-13T19:59:53.401Z | Compiling term v0.7.0 |
| 1394 | 2024-12-13T19:59:53.842Z | Compiling slog-json v2.6.1 |
| 1395 | 2024-12-13T19:59:54.194Z | Compiling serde_urlencoded v0.7.1 |
| 1396 | 2024-12-13T19:59:54.230Z | Compiling curve25519-dalek v4.1.3 |
| 1397 | 2024-12-13T19:59:54.598Z | Compiling crossbeam-channel v0.5.13 |
| 1398 | 2024-12-13T19:59:54.708Z | Compiling enum-as-inner v0.6.1 |
| 1399 | 2024-12-13T19:59:54.856Z | Compiling futures-executor v0.3.31 |
| 1400 | 2024-12-13T19:59:55.004Z | Compiling md-5 v0.10.6 |
| 1401 | 2024-12-13T19:59:55.281Z | Compiling async-stream-impl v0.3.6 |
| 1402 | 2024-12-13T19:59:55.454Z | Compiling rustls-pemfile v2.2.0 |
| 1403 | 2024-12-13T19:59:55.732Z | Compiling num-integer v0.1.46 |
| 1404 | 2024-12-13T19:59:55.801Z | Compiling idna v0.3.0 |
| 1405 | 2024-12-13T19:59:55.823Z | Compiling idna v0.4.0 |
| 1406 | 2024-12-13T19:59:56.069Z | Compiling hash32 v0.2.1 |
| 1407 | 2024-12-13T19:59:56.471Z | Compiling ff v0.13.0 |
| 1408 | 2024-12-13T19:59:56.545Z | Compiling is-terminal v0.4.13 |
| 1409 | 2024-12-13T19:59:56.679Z | Compiling object v0.36.5 |
| 1410 | 2024-12-13T19:59:56.698Z | Compiling dropshot v0.12.0 |
| 1411 | 2024-12-13T19:59:56.728Z | Compiling base16ct v0.2.0 |
| 1412 | 2024-12-13T19:59:56.975Z | Compiling linked-hash-map v0.5.6 |
| 1413 | 2024-12-13T19:59:57.037Z | Compiling quick-error v1.2.3 |
| 1414 | 2024-12-13T19:59:57.191Z | Compiling smoltcp v0.9.1 |
| 1415 | 2024-12-13T19:59:57.356Z | Compiling portable-atomic v1.9.0 |
| 1416 | 2024-12-13T19:59:57.533Z | Compiling psl-types v2.0.11 |
| 1417 | 2024-12-13T19:59:57.600Z | Compiling num-bigint-dig v0.8.4 |
| 1418 | 2024-12-13T19:59:57.687Z | Compiling fallible-iterator v0.2.0 |
| 1419 | 2024-12-13T19:59:57.746Z | Compiling utf-8 v0.7.6 |
| 1420 | 2024-12-13T19:59:57.894Z | Compiling dyn-clone v1.0.17 |
| 1421 | 2024-12-13T19:59:57.938Z | Compiling rustc-demangle v0.1.24 |
| 1422 | 2024-12-13T19:59:58.102Z | Compiling take_mut v0.2.2 |
| 1423 | 2024-12-13T19:59:58.105Z | Compiling anyhow v1.0.93 |
| 1424 | 2024-12-13T19:59:58.415Z | Compiling postgres-protocol v0.6.7 |
| 1425 | 2024-12-13T19:59:58.994Z | Compiling tungstenite v0.24.0 |
| 1426 | 2024-12-13T19:59:59.196Z | Compiling publicsuffix v2.2.3 |
| 1427 | 2024-12-13T19:59:59.471Z | Compiling lru-cache v0.1.2 |
| 1428 | 2024-12-13T19:59:59.490Z | Compiling resolv-conf v0.7.0 |
| 1429 | 2024-12-13T19:59:59.744Z | Compiling sec1 v0.7.3 |
| 1430 | 2024-12-13T19:59:59.765Z | Compiling async-stream v0.3.6 |
| 1431 | 2024-12-13T20:00:00.090Z | Compiling hickory-proto v0.24.1 |
| 1432 | 2024-12-13T20:00:00.319Z | Compiling usdt v0.5.0 |
| 1433 | 2024-12-13T20:00:00.373Z | Compiling group v0.13.0 |
| 1434 | 2024-12-13T20:00:00.709Z | Compiling slog-term v2.9.1 |
| 1435 | 2024-12-13T20:00:01.390Z | Compiling num-iter v0.1.45 |
| 1436 | 2024-12-13T20:00:01.597Z | Compiling futures v0.3.31 |
| 1437 | 2024-12-13T20:00:01.854Z | Compiling slog-bunyan v2.5.0 |
| 1438 | 2024-12-13T20:00:02.186Z | Compiling toml v0.8.19 |
| 1439 | 2024-12-13T20:00:03.429Z | Compiling camino v1.1.9 |
| 1440 | 2024-12-13T20:00:03.570Z | Compiling tokio-native-tls v0.3.1 |
| 1441 | 2024-12-13T20:00:03.916Z | Compiling phf_shared v0.11.2 |
| 1442 | 2024-12-13T20:00:04.029Z | Compiling dropshot_endpoint v0.12.0 |
| 1443 | 2024-12-13T20:00:04.268Z | Compiling backtrace v0.3.74 |
| 1444 | 2024-12-13T20:00:04.414Z | Compiling terminal_size v0.4.0 |
| 1445 | 2024-12-13T20:00:04.651Z | Compiling waitgroup v0.1.2 |
| 1446 | 2024-12-13T20:00:04.885Z | Compiling openapiv3 v2.0.0 |
| 1447 | 2024-12-13T20:00:04.933Z | Compiling serde_path_to_error v0.1.16 |
| 1448 | 2024-12-13T20:00:05.066Z | Compiling hkdf v0.12.4 |
| 1449 | 2024-12-13T20:00:05.333Z | Compiling crypto-bigint v0.5.5 |
| 1450 | 2024-12-13T20:00:05.815Z | Compiling zerocopy-derive v0.6.6 |
| 1451 | 2024-12-13T20:00:07.989Z | Compiling hubpack_derive v0.1.1 |
| 1452 | 2024-12-13T20:00:08.095Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1453 | 2024-12-13T20:00:08.232Z | Compiling webpki-roots v0.26.6 |
| 1454 | 2024-12-13T20:00:08.458Z | Compiling idna v0.5.0 |
| 1455 | 2024-12-13T20:00:08.794Z | Compiling hostname v0.4.0 |
| 1456 | 2024-12-13T20:00:08.921Z | Compiling crc32fast v1.4.2 |
| 1457 | 2024-12-13T20:00:09.059Z | Compiling ahash v0.8.11 |
| 1458 | 2024-12-13T20:00:09.272Z | Compiling fs-err v2.11.0 |
| 1459 | 2024-12-13T20:00:09.404Z | Compiling bitflags v1.3.2 |
| 1460 | 2024-12-13T20:00:09.459Z | Compiling debug-ignore v1.0.5 |
| 1461 | 2024-12-13T20:00:09.520Z | Compiling managed v0.8.0 |
| 1462 | 2024-12-13T20:00:09.554Z | Compiling winnow v0.5.40 |
| 1463 | 2024-12-13T20:00:09.599Z | Compiling strum_macros v0.25.3 |
| 1464 | 2024-12-13T20:00:09.622Z | Compiling clap_builder v4.5.21 |
| 1465 | 2024-12-13T20:00:10.137Z | Compiling console v0.15.8 |
| 1466 | 2024-12-13T20:00:11.875Z | Compiling cookie_store v0.21.0 |
| 1467 | 2024-12-13T20:00:11.896Z | Compiling flate2 v1.0.34 |
| 1468 | 2024-12-13T20:00:12.208Z | Compiling hubpack v0.1.2 |
| 1469 | 2024-12-13T20:00:12.721Z | Compiling elliptic-curve v0.13.8 |
| 1470 | 2024-12-13T20:00:12.951Z | Compiling zerocopy v0.6.6 |
| 1471 | 2024-12-13T20:00:13.575Z | Compiling toml_edit v0.19.15 |
| 1472 | 2024-12-13T20:00:13.597Z | Compiling hickory-resolver v0.24.1 |
| 1473 | 2024-12-13T20:00:13.816Z | Compiling signal-hook-mio v0.2.4 |
| 1474 | 2024-12-13T20:00:13.899Z | Compiling phf v0.11.2 |
| 1475 | 2024-12-13T20:00:13.984Z | Compiling hyper-tls v0.6.0 |
| 1476 | 2024-12-13T20:00:14.203Z | Compiling rayon v1.10.0 |
| 1477 | 2024-12-13T20:00:14.433Z | Compiling bzip2 v0.4.4 |
| 1478 | 2024-12-13T20:00:14.851Z | Compiling tokio-tungstenite v0.24.0 |
| 1479 | 2024-12-13T20:00:15.443Z | Compiling postgres-types v0.2.8 |
| 1480 | 2024-12-13T20:00:18.429Z | Compiling ed25519 v2.2.3 |
| 1481 | 2024-12-13T20:00:19.247Z | Compiling phf_shared v0.10.0 |
| 1482 | 2024-12-13T20:00:19.385Z | Compiling tokio-stream v0.1.16 |
| 1483 | 2024-12-13T20:00:19.609Z | Compiling pkcs1 v0.7.5 |
| 1484 | 2024-12-13T20:00:19.668Z | Compiling serde-big-array v0.5.1 |
| 1485 | 2024-12-13T20:00:19.918Z | Compiling clap_derive v4.5.18 |
| 1486 | 2024-12-13T20:00:20.391Z | Compiling rfc6979 v0.4.0 |
| 1487 | 2024-12-13T20:00:20.497Z | Compiling serde_repr v0.1.19 |
| 1488 | 2024-12-13T20:00:20.576Z | Compiling derive-where v1.2.7 |
| 1489 | 2024-12-13T20:00:20.658Z | Compiling float-cmp v0.9.0 |
| 1490 | 2024-12-13T20:00:20.678Z | Compiling bstr v1.10.0 |
| 1491 | 2024-12-13T20:00:20.898Z | Compiling sync_wrapper v1.0.1 |
| 1492 | 2024-12-13T20:00:21.060Z | Compiling unicode-width v0.2.0 |
| 1493 | 2024-12-13T20:00:21.606Z | Compiling fixedbitset v0.4.2 |
| 1494 | 2024-12-13T20:00:21.717Z | Compiling new_debug_unreachable v1.0.6 |
| 1495 | 2024-12-13T20:00:21.824Z | Compiling predicates-core v1.0.8 |
| 1496 | 2024-12-13T20:00:21.929Z | Compiling difflib v0.4.0 |
| 1497 | 2024-12-13T20:00:22.095Z | Compiling static_assertions v1.1.0 |
| 1498 | 2024-12-13T20:00:22.169Z | Compiling unicode-segmentation v1.12.0 |
| 1499 | 2024-12-13T20:00:22.227Z | Compiling bit-vec v0.6.3 |
| 1500 | 2024-12-13T20:00:22.616Z | Compiling whoami v1.5.2 |
| 1501 | 2024-12-13T20:00:22.729Z | Compiling number_prefix v0.4.0 |
| 1502 | 2024-12-13T20:00:22.968Z | Compiling normalize-line-endings v0.3.0 |
| 1503 | 2024-12-13T20:00:23.094Z | Compiling precomputed-hash v0.1.1 |
| 1504 | 2024-12-13T20:00:23.117Z | Compiling predicates v3.1.2 |
| 1505 | 2024-12-13T20:00:23.223Z | Compiling string_cache v0.8.7 |
| 1506 | 2024-12-13T20:00:23.274Z | Compiling tokio-postgres v0.7.12 |
| 1507 | 2024-12-13T20:00:23.652Z | Compiling indicatif v0.17.9 |
| 1508 | 2024-12-13T20:00:23.729Z | Compiling similar v2.6.0 |
| 1509 | 2024-12-13T20:00:24.374Z | Compiling bit-set v0.5.3 |
| 1510 | 2024-12-13T20:00:24.661Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1511 | 2024-12-13T20:00:24.920Z | Compiling petgraph v0.6.5 |
| 1512 | 2024-12-13T20:00:25.239Z | Compiling clap v4.5.21 |
| 1513 | 2024-12-13T20:00:25.370Z | Compiling ecdsa v0.16.9 |
| 1514 | 2024-12-13T20:00:25.994Z | Compiling rsa v0.9.6 |
| 1515 | 2024-12-13T20:00:26.226Z | Compiling ed25519-dalek v2.1.1 |
| 1516 | 2024-12-13T20:00:26.275Z | Compiling toml v0.7.8 |
| 1517 | 2024-12-13T20:00:27.606Z | Compiling zip v0.6.6 |
| 1518 | 2024-12-13T20:00:28.109Z | Compiling crossterm v0.28.1 |
| 1519 | 2024-12-13T20:00:29.372Z | Compiling hex v0.4.3 |
| 1520 | 2024-12-13T20:00:29.521Z | Compiling x509-cert v0.2.5 |
| 1521 | 2024-12-13T20:00:29.996Z | Compiling itertools v0.10.5 |
| 1522 | 2024-12-13T20:00:30.029Z | Compiling peg-runtime v0.8.3 |
| 1523 | 2024-12-13T20:00:30.050Z | Compiling unicode-xid v0.2.6 |
| 1524 | 2024-12-13T20:00:30.241Z | Compiling lalrpop-util v0.19.12 |
| 1525 | 2024-12-13T20:00:30.626Z | Compiling strum_macros v0.26.4 |
| 1526 | 2024-12-13T20:00:30.696Z | Compiling xattr v1.3.1 |
| 1527 | 2024-12-13T20:00:30.974Z | Compiling filetime v0.2.25 |
| 1528 | 2024-12-13T20:00:31.310Z | Compiling tar v0.4.42 |
| 1529 | 2024-12-13T20:00:35.929Z | Compiling strum v0.26.3 |
| 1530 | 2024-12-13T20:00:38.652Z | Compiling aws-lc-sys v0.22.0 |
| 1531 | 2024-12-13T20:01:07.377Z | Compiling rustls-webpki v0.102.8 |
| 1532 | 2024-12-13T20:01:10.933Z | Compiling tokio-rustls v0.25.0 |
| 1533 | 2024-12-13T20:01:12.464Z | Compiling tokio-rustls v0.26.0 |
| 1534 | 2024-12-13T20:01:12.927Z | Compiling hyper-rustls v0.27.3 |
| 1535 | 2024-12-13T20:01:13.269Z | Compiling reqwest v0.12.9 |
| 1536 | 2024-12-13T20:01:14.824Z | Compiling qorb v0.2.1 |
| 1537 | 2024-12-13T20:01:19.577Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1538 | 2024-12-13T20:01:19.826Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1539 | 2024-12-13T20:01:25.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
| 1540 | 2024-12-13T20:01:26.072Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1541 | 2024-12-13T20:01:26.130Z | Dec 13 20:01:25.057 INFO Starting download, target: Clickhouse |
| 1542 | 2024-12-13T20:01:26.130Z | Dec 13 20:01:25.057 INFO Starting download, target: Cockroach |
| 1543 | 2024-12-13T20:01:26.130Z | Dec 13 20:01:25.057 INFO Starting download, target: Console |
| 1544 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.057 INFO Starting download, target: DendriteOpenapi |
| 1545 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.057 INFO Starting download, target: DendriteStub |
| 1546 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.057 INFO Starting download, target: MaghemiteMgd |
| 1547 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.057 INFO Starting download, target: TransceiverControl |
| 1548 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1549 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1550 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1551 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1552 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1553 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1554 | 2024-12-13T20:01:26.133Z | Dec 13 20:01:25.058 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1555 | 2024-12-13T20:01:26.281Z | Dec 13 20:01:25.207 INFO Download complete, target: DendriteOpenapi |
| 1556 | 2024-12-13T20:01:26.460Z | Dec 13 20:01:25.378 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1557 | 2024-12-13T20:01:26.666Z | Dec 13 20:01:25.582 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1558 | 2024-12-13T20:01:26.945Z | Dec 13 20:01:25.867 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1559 | 2024-12-13T20:01:27.017Z | Dec 13 20:01:25.943 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1560 | 2024-12-13T20:01:27.050Z | Dec 13 20:01:25.976 INFO Download complete, target: Console |
| 1561 | 2024-12-13T20:01:27.186Z | Dec 13 20:01:26.111 INFO Download complete, target: TransceiverControl |
| 1562 | 2024-12-13T20:01:27.690Z | Dec 13 20:01:26.616 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1563 | 2024-12-13T20:01:27.690Z | Dec 13 20:01:26.616 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1564 | 2024-12-13T20:01:28.147Z | Dec 13 20:01:27.074 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1565 | 2024-12-13T20:01:30.009Z | Dec 13 20:01:28.935 INFO Download complete, target: MaghemiteMgd |
| 1566 | 2024-12-13T20:01:30.025Z | Dec 13 20:01:28.952 INFO Download complete, target: DendriteStub |
| 1567 | 2024-12-13T20:01:35.379Z | Dec 13 20:01:34.304 INFO Checking that binary works, target: Cockroach |
| 1568 | 2024-12-13T20:01:35.543Z | Dec 13 20:01:34.468 INFO Download complete, target: Cockroach |
| 1569 | 2024-12-13T20:01:40.887Z | Dec 13 20:01:39.811 INFO Checking that binary works, target: Clickhouse |
| 1570 | 2024-12-13T20:01:41.022Z | Dec 13 20:01:39.947 INFO Download complete, target: Clickhouse |
| 1571 | 2024-12-13T20:01:41.043Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1572 | 2024-12-13T20:01:41.046Z | |
| 1573 | 2024-12-13T20:01:41.046Z | real 4:59.735850709 |
| 1574 | 2024-12-13T20:01:41.046Z | user 16:55.977829593 |
| 1575 | 2024-12-13T20:01:41.046Z | sys 3:20.172095162 |
| 1576 | 2024-12-13T20:01:41.046Z | trap 0.609646113 |
| 1577 | 2024-12-13T20:01:41.046Z | tflt 1.540451242 |
| 1578 | 2024-12-13T20:01:41.046Z | dflt 2.212049440 |
| 1579 | 2024-12-13T20:01:41.046Z | kflt 0.027719768 |
| 1580 | 2024-12-13T20:01:41.046Z | lock 30:09.228740461 |
| 1581 | 2024-12-13T20:01:41.046Z | slp 1:02:59.714040402 |
| 1582 | 2024-12-13T20:01:41.046Z | lat 58.147329840 |
| 1583 | 2024-12-13T20:01:41.046Z | stop 2:27.608085581 |
| 1584 | 2024-12-13T20:01:41.046Z | + banner clippy |
| 1585 | 2024-12-13T20:01:41.049Z | |
| 1586 | 2024-12-13T20:01:41.049Z | #### # # ##### ##### # # |
| 1587 | 2024-12-13T20:01:41.049Z | # # # # # # # # # # |
| 1588 | 2024-12-13T20:01:41.049Z | # # # # # # # # |
| 1589 | 2024-12-13T20:01:41.049Z | # # # ##### ##### # |
| 1590 | 2024-12-13T20:01:41.049Z | # # # # # # # |
| 1591 | 2024-12-13T20:01:41.050Z | #### ###### # # # # |
| 1592 | 2024-12-13T20:01:41.050Z | |
| 1593 | 2024-12-13T20:01:41.050Z | + export CARGO_INCREMENTAL=0 |
| 1594 | 2024-12-13T20:01:41.050Z | + CARGO_INCREMENTAL=0 |
| 1595 | 2024-12-13T20:01:41.050Z | + ptime -m cargo xtask clippy |
| 1596 | 2024-12-13T20:01:41.610Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1597 | 2024-12-13T20:01:45.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.31s |
| 1598 | 2024-12-13T20:01:45.483Z | Running `target/debug/xtask clippy` |
| 1599 | 2024-12-13T20:01:45.506Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1600 | 2024-12-13T20:01:46.193Z | Downloading crates ... |
| 1601 | 2024-12-13T20:01:46.569Z | Downloaded async-channel v2.3.1 |
| 1602 | 2024-12-13T20:01:46.572Z | Downloaded anes v0.1.6 |
| 1603 | 2024-12-13T20:01:46.581Z | Downloaded datatest-stable v0.2.9 |
| 1604 | 2024-12-13T20:01:46.584Z | Downloaded criterion-plot v0.5.0 |
| 1605 | 2024-12-13T20:01:46.586Z | Downloaded event-listener v2.5.3 |
| 1606 | 2024-12-13T20:01:46.589Z | Downloaded blocking v1.6.1 |
| 1607 | 2024-12-13T20:01:46.592Z | Downloaded doc-comment v0.3.3 |
| 1608 | 2024-12-13T20:01:46.612Z | Downloaded event-listener v5.3.1 |
| 1609 | 2024-12-13T20:01:46.615Z | Downloaded async-global-executor v2.4.1 |
| 1610 | 2024-12-13T20:01:46.617Z | Downloaded concurrent-queue v2.5.0 |
| 1611 | 2024-12-13T20:01:46.620Z | Downloaded cfg-expr v0.17.0 |
| 1612 | 2024-12-13T20:01:46.622Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1613 | 2024-12-13T20:01:46.622Z | Downloaded futures-timer v3.0.3 |
| 1614 | 2024-12-13T20:01:46.625Z | Downloaded escape8259 v0.5.3 |
| 1615 | 2024-12-13T20:01:46.625Z | Downloaded criterion v0.5.1 |
| 1616 | 2024-12-13T20:01:46.632Z | Downloaded guppy v0.17.8 |
| 1617 | 2024-12-13T20:01:46.638Z | Downloaded async-channel v1.9.0 |
| 1618 | 2024-12-13T20:01:46.640Z | Downloaded async-executor v1.13.1 |
| 1619 | 2024-12-13T20:01:46.643Z | Downloaded assert_cmd v2.0.16 |
| 1620 | 2024-12-13T20:01:46.646Z | Downloaded rand_distr v0.4.3 |
| 1621 | 2024-12-13T20:01:46.649Z | Downloaded num_cpus v1.16.0 |
| 1622 | 2024-12-13T20:01:46.649Z | Downloaded rstest v0.23.0 |
| 1623 | 2024-12-13T20:01:46.654Z | Downloaded oorandom v11.1.4 |
| 1624 | 2024-12-13T20:01:46.656Z | Downloaded partial-io v0.5.4 |
| 1625 | 2024-12-13T20:01:46.659Z | Downloaded target-triple v0.1.3 |
| 1626 | 2024-12-13T20:01:46.662Z | Downloaded async-object-pool v0.1.5 |
| 1627 | 2024-12-13T20:01:46.662Z | Downloaded nested v0.1.1 |
| 1628 | 2024-12-13T20:01:46.662Z | Downloaded assert-json-diff v2.0.2 |
| 1629 | 2024-12-13T20:01:46.665Z | Downloaded async-attributes v1.1.2 |
| 1630 | 2024-12-13T20:01:46.665Z | Downloaded pathdiff v0.2.2 |
| 1631 | 2024-12-13T20:01:46.665Z | Downloaded approx v0.5.1 |
| 1632 | 2024-12-13T20:01:46.669Z | Downloaded futures-lite v2.3.0 |
| 1633 | 2024-12-13T20:01:46.672Z | Downloaded fancy-regex v0.13.0 |
| 1634 | 2024-12-13T20:01:46.675Z | Downloaded target-spec v3.2.2 |
| 1635 | 2024-12-13T20:01:46.675Z | Downloaded rstest_macros v0.23.0 |
| 1636 | 2024-12-13T20:01:46.677Z | Downloaded plotters-svg v0.3.7 |
| 1637 | 2024-12-13T20:01:46.680Z | Downloaded relative-path v1.9.3 |
| 1638 | 2024-12-13T20:01:46.680Z | Downloaded serde_regex v1.1.0 |
| 1639 | 2024-12-13T20:01:46.682Z | Downloaded path-tree v0.8.1 |
| 1640 | 2024-12-13T20:01:46.682Z | Downloaded indoc v2.0.5 |
| 1641 | 2024-12-13T20:01:46.686Z | Downloaded parking v2.2.1 |
| 1642 | 2024-12-13T20:01:46.687Z | Downloaded similar-asserts v1.6.0 |
| 1643 | 2024-12-13T20:01:46.689Z | Downloaded threadpool v1.8.1 |
| 1644 | 2024-12-13T20:01:46.689Z | Downloaded kv-log-macro v1.0.7 |
| 1645 | 2024-12-13T20:01:46.692Z | Downloaded plotters-backend v0.3.7 |
| 1646 | 2024-12-13T20:01:46.692Z | Downloaded piper v0.2.4 |
| 1647 | 2024-12-13T20:01:46.694Z | Downloaded target-lexicon v0.12.16 |
| 1648 | 2024-12-13T20:01:46.697Z | Downloaded async-task v4.7.1 |
| 1649 | 2024-12-13T20:01:46.699Z | Downloaded blake2b_simd v1.0.2 |
| 1650 | 2024-12-13T20:01:46.699Z | Downloaded async-signal v0.2.10 |
| 1651 | 2024-12-13T20:01:46.702Z | Downloaded tinytemplate v1.2.1 |
| 1652 | 2024-12-13T20:01:46.705Z | Downloaded proc-macro-crate v3.2.0 |
| 1653 | 2024-12-13T20:01:46.705Z | Downloaded libtest-mimic v0.7.3 |
| 1654 | 2024-12-13T20:01:46.707Z | Downloaded async-lock v3.4.0 |
| 1655 | 2024-12-13T20:01:46.710Z | Downloaded trybuild v1.0.101 |
| 1656 | 2024-12-13T20:01:46.712Z | Downloaded async-io v2.3.4 |
| 1657 | 2024-12-13T20:01:46.716Z | Downloaded yansi v1.0.1 |
| 1658 | 2024-12-13T20:01:46.718Z | Downloaded plotters v0.3.7 |
| 1659 | 2024-12-13T20:01:46.727Z | Downloaded pretty_assertions v1.4.1 |
| 1660 | 2024-12-13T20:01:46.729Z | Downloaded polling v3.7.3 |
| 1661 | 2024-12-13T20:01:46.732Z | Downloaded rustls-native-certs v0.7.3 |
| 1662 | 2024-12-13T20:01:46.735Z | Downloaded hyper-rustls v0.26.0 |
| 1663 | 2024-12-13T20:01:46.738Z | Downloaded stringmetrics v2.2.2 |
| 1664 | 2024-12-13T20:01:46.742Z | Downloaded rust-argon2 v2.1.0 |
| 1665 | 2024-12-13T20:01:46.743Z | Downloaded httptest v0.16.1 |
| 1666 | 2024-12-13T20:01:46.746Z | Downloaded async-std v1.13.0 |
| 1667 | 2024-12-13T20:01:46.762Z | Downloaded event-listener-strategy v0.5.2 |
| 1668 | 2024-12-13T20:01:46.765Z | Downloaded cast v0.3.0 |
| 1669 | 2024-12-13T20:01:46.765Z | Downloaded async-process v2.3.0 |
| 1670 | 2024-12-13T20:01:46.817Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1671 | 2024-12-13T20:01:47.610Z | Checking cfg-if v1.0.0 |
| 1672 | 2024-12-13T20:01:47.689Z | Checking libc v0.2.162 |
| 1673 | 2024-12-13T20:01:47.713Z | Checking serde v1.0.215 |
| 1674 | 2024-12-13T20:01:47.735Z | Checking memchr v2.7.4 |
| 1675 | 2024-12-13T20:01:47.758Z | Checking value-bag v1.9.0 |
| 1676 | 2024-12-13T20:01:47.780Z | Checking scopeguard v1.2.0 |
| 1677 | 2024-12-13T20:01:47.806Z | Checking zeroize v1.8.1 |
| 1678 | 2024-12-13T20:01:47.835Z | Checking smallvec v1.13.2 |
| 1679 | 2024-12-13T20:01:47.864Z | Checking itoa v1.0.11 |
| 1680 | 2024-12-13T20:01:47.928Z | Checking lock_api v0.4.12 |
| 1681 | 2024-12-13T20:01:48.084Z | Checking byteorder v1.5.0 |
| 1682 | 2024-12-13T20:01:48.087Z | Checking pin-project-lite v0.2.14 |
| 1683 | 2024-12-13T20:01:48.160Z | Checking log v0.4.22 |
| 1684 | 2024-12-13T20:01:48.202Z | Checking subtle v2.6.1 |
| 1685 | 2024-12-13T20:01:48.246Z | Checking once_cell v1.20.2 |
| 1686 | 2024-12-13T20:01:48.365Z | Checking typenum v1.17.0 |
| 1687 | 2024-12-13T20:01:48.504Z | Checking futures-core v0.3.31 |
| 1688 | 2024-12-13T20:01:48.529Z | Checking thiserror v1.0.69 |
| 1689 | 2024-12-13T20:01:48.559Z | Checking libm v0.2.8 |
| 1690 | 2024-12-13T20:01:48.586Z | Checking zerocopy v0.7.35 |
| 1691 | 2024-12-13T20:01:48.670Z | Checking ryu v1.0.18 |
| 1692 | 2024-12-13T20:01:48.705Z | Checking spin v0.9.8 |
| 1693 | 2024-12-13T20:01:48.735Z | Checking const-oid v0.9.6 |
| 1694 | 2024-12-13T20:01:48.804Z | Checking getrandom v0.2.15 |
| 1695 | 2024-12-13T20:01:48.934Z | Checking signal-hook-registry v1.4.2 |
| 1696 | 2024-12-13T20:01:49.047Z | Checking parking_lot_core v0.9.10 |
| 1697 | 2024-12-13T20:01:49.050Z | Checking rand_core v0.6.4 |
| 1698 | 2024-12-13T20:01:49.219Z | Checking mio v1.0.2 |
| 1699 | 2024-12-13T20:01:49.388Z | Checking parking_lot v0.12.3 |
| 1700 | 2024-12-13T20:01:49.391Z | Checking socket2 v0.5.7 |
| 1701 | 2024-12-13T20:01:49.463Z | Checking num-traits v0.2.19 |
| 1702 | 2024-12-13T20:01:49.678Z | Checking generic-array v0.14.7 |
| 1703 | 2024-12-13T20:01:49.782Z | Checking futures-io v0.3.31 |
| 1704 | 2024-12-13T20:01:49.852Z | Checking slab v0.4.9 |
| 1705 | 2024-12-13T20:01:49.888Z | Checking allocator-api2 v0.2.18 |
| 1706 | 2024-12-13T20:01:49.974Z | Checking cpufeatures v0.2.14 |
| 1707 | 2024-12-13T20:01:50.054Z | Checking futures-sink v0.3.31 |
| 1708 | 2024-12-13T20:01:50.094Z | Checking pin-utils v0.1.0 |
| 1709 | 2024-12-13T20:01:50.144Z | Checking equivalent v1.0.1 |
| 1710 | 2024-12-13T20:01:50.203Z | Checking foldhash v0.1.3 |
| 1711 | 2024-12-13T20:01:50.230Z | Checking futures-channel v0.3.31 |
| 1712 | 2024-12-13T20:01:50.261Z | Checking futures-task v0.3.31 |
| 1713 | 2024-12-13T20:01:50.418Z | Checking stable_deref_trait v1.2.0 |
| 1714 | 2024-12-13T20:01:50.524Z | Checking hashbrown v0.15.1 |
| 1715 | 2024-12-13T20:01:50.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1716 | 2024-12-13T20:01:50.553Z | Checking fnv v1.0.7 |
| 1717 | 2024-12-13T20:01:50.599Z | Checking futures-util v0.3.31 |
| 1718 | 2024-12-13T20:01:50.602Z | Checking iana-time-zone v0.1.61 |
| 1719 | 2024-12-13T20:01:50.692Z | Checking ppv-lite86 v0.2.20 |
| 1720 | 2024-12-13T20:01:50.744Z | Checking tracing-core v0.1.32 |
| 1721 | 2024-12-13T20:01:50.897Z | Checking crypto-common v0.1.6 |
| 1722 | 2024-12-13T20:01:50.930Z | Checking block-buffer v0.10.4 |
| 1723 | 2024-12-13T20:01:51.102Z | Checking errno v0.3.9 |
| 1724 | 2024-12-13T20:01:51.172Z | Checking digest v0.10.7 |
| 1725 | 2024-12-13T20:01:51.272Z | Checking zerofrom v0.1.4 |
| 1726 | 2024-12-13T20:01:51.296Z | Checking dyn-clone v1.0.17 |
| 1727 | 2024-12-13T20:01:51.447Z | Checking tracing v0.1.40 |
| 1728 | 2024-12-13T20:01:51.470Z | Checking block-padding v0.3.3 |
| 1729 | 2024-12-13T20:01:51.501Z | Checking rand_chacha v0.3.1 |
| 1730 | 2024-12-13T20:01:51.527Z | Checking yoke v0.7.4 |
| 1731 | 2024-12-13T20:01:51.606Z | Checking crossbeam-utils v0.8.20 |
| 1732 | 2024-12-13T20:01:51.635Z | Checking percent-encoding v2.3.1 |
| 1733 | 2024-12-13T20:01:51.695Z | Checking inout v0.1.3 |
| 1734 | 2024-12-13T20:01:51.829Z | Checking litemap v0.7.3 |
| 1735 | 2024-12-13T20:01:51.860Z | Checking writeable v0.5.5 |
| 1736 | 2024-12-13T20:01:51.883Z | Checking zerovec v0.10.4 |
| 1737 | 2024-12-13T20:01:51.933Z | Checking rand v0.8.5 |
| 1738 | 2024-12-13T20:01:51.960Z | Checking cipher v0.4.4 |
| 1739 | 2024-12-13T20:01:52.196Z | Checking tinyvec_macros v0.1.1 |
| 1740 | 2024-12-13T20:01:52.198Z | Checking form_urlencoded v1.2.1 |
| 1741 | 2024-12-13T20:01:52.297Z | Checking tinyvec v1.8.0 |
| 1742 | 2024-12-13T20:01:52.367Z | Checking httparse v1.9.5 |
| 1743 | 2024-12-13T20:01:52.393Z | Checking regex-syntax v0.8.5 |
| 1744 | 2024-12-13T20:01:52.443Z | Checking atomic-waker v1.1.2 |
| 1745 | 2024-12-13T20:01:52.597Z | Checking icu_locid_transform_data v1.5.0 |
| 1746 | 2024-12-13T20:01:52.713Z | Checking base64ct v1.6.0 |
| 1747 | 2024-12-13T20:01:52.824Z | Checking hmac v0.12.1 |
| 1748 | 2024-12-13T20:01:52.854Z | Checking bytes v1.8.0 |
| 1749 | 2024-12-13T20:01:53.068Z | Checking bitflags v2.6.0 |
| 1750 | 2024-12-13T20:01:53.167Z | Checking serde_json v1.0.132 |
| 1751 | 2024-12-13T20:01:53.262Z | Checking indexmap v2.6.0 |
| 1752 | 2024-12-13T20:01:53.362Z | Checking chrono v0.4.38 |
| 1753 | 2024-12-13T20:01:53.559Z | Checking rustix v0.38.37 |
| 1754 | 2024-12-13T20:01:53.673Z | Checking uuid v1.11.0 |
| 1755 | 2024-12-13T20:01:53.709Z | Checking tokio v1.40.0 |
| 1756 | 2024-12-13T20:01:54.337Z | Checking http v1.1.0 |
| 1757 | 2024-12-13T20:01:54.627Z | Checking tinystr v0.7.6 |
| 1758 | 2024-12-13T20:01:55.028Z | Checking unicode-normalization v0.1.24 |
| 1759 | 2024-12-13T20:01:55.064Z | Checking icu_locid v1.5.0 |
| 1760 | 2024-12-13T20:01:55.427Z | Checking schemars v0.8.21 |
| 1761 | 2024-12-13T20:01:55.714Z | Checking icu_collections v1.5.0 |
| 1762 | 2024-12-13T20:01:55.818Z | Checking untrusted v0.9.0 |
| 1763 | 2024-12-13T20:01:55.889Z | Checking icu_properties_data v1.5.0 |
| 1764 | 2024-12-13T20:01:55.954Z | Checking sha2 v0.10.8 |
| 1765 | 2024-12-13T20:01:55.988Z | Checking ring v0.17.8 |
| 1766 | 2024-12-13T20:01:56.107Z | Checking icu_provider v1.5.0 |
| 1767 | 2024-12-13T20:01:56.151Z | Checking aho-corasick v1.1.3 |
| 1768 | 2024-12-13T20:01:56.373Z | Checking icu_normalizer_data v1.5.0 |
| 1769 | 2024-12-13T20:01:56.490Z | Checking utf16_iter v1.0.5 |
| 1770 | 2024-12-13T20:01:56.550Z | Checking write16 v1.0.0 |
| 1771 | 2024-12-13T20:01:56.669Z | Checking utf8_iter v1.0.4 |
| 1772 | 2024-12-13T20:01:56.696Z | Checking unicode-ident v1.0.13 |
| 1773 | 2024-12-13T20:01:56.822Z | Checking icu_locid_transform v1.5.0 |
| 1774 | 2024-12-13T20:01:56.877Z | Checking unicode-bidi v0.3.17 |
| 1775 | 2024-12-13T20:01:56.880Z | Checking lazy_static v1.5.0 |
| 1776 | 2024-12-13T20:01:57.030Z | Checking adler2 v2.0.0 |
| 1777 | 2024-12-13T20:01:57.126Z | Checking powerfmt v0.2.0 |
| 1778 | 2024-12-13T20:01:57.196Z | Checking miniz_oxide v0.8.0 |
| 1779 | 2024-12-13T20:01:57.236Z | Checking num-conv v0.1.0 |
| 1780 | 2024-12-13T20:01:57.399Z | Checking deranged v0.3.11 |
| 1781 | 2024-12-13T20:01:57.503Z | Checking num_threads v0.1.7 |
| 1782 | 2024-12-13T20:01:57.545Z | Checking time-core v0.1.2 |
| 1783 | 2024-12-13T20:01:57.636Z | Checking rustls-pki-types v1.9.0 |
| 1784 | 2024-12-13T20:01:57.723Z | Checking proc-macro2 v1.0.89 |
| 1785 | 2024-12-13T20:01:57.834Z | Checking pem-rfc7468 v0.7.0 |
| 1786 | 2024-12-13T20:01:57.863Z | Checking icu_properties v1.5.1 |
| 1787 | 2024-12-13T20:01:57.866Z | Checking regex-automata v0.4.8 |
| 1788 | 2024-12-13T20:01:57.971Z | Checking untrusted v0.7.1 |
| 1789 | 2024-12-13T20:01:58.111Z | Checking http-body v1.0.1 |
| 1790 | 2024-12-13T20:01:58.159Z | Checking aws-lc-sys v0.22.0 |
| 1791 | 2024-12-13T20:01:58.192Z | Checking try-lock v0.2.5 |
| 1792 | 2024-12-13T20:01:58.319Z | Checking httpdate v1.0.3 |
| 1793 | 2024-12-13T20:01:58.351Z | Checking base64 v0.22.1 |
| 1794 | 2024-12-13T20:01:58.423Z | Checking quote v1.0.37 |
| 1795 | 2024-12-13T20:01:58.570Z | Checking mirai-annotations v1.12.0 |
| 1796 | 2024-12-13T20:01:58.751Z | Checking want v0.3.1 |
| 1797 | 2024-12-13T20:01:58.804Z | Checking syn v2.0.87 |
| 1798 | 2024-12-13T20:01:58.847Z | Checking flagset v0.4.6 |
| 1799 | 2024-12-13T20:01:58.957Z | Checking pbkdf2 v0.12.2 |
| 1800 | 2024-12-13T20:01:59.058Z | Checking der v0.7.9 |
| 1801 | 2024-12-13T20:01:59.138Z | Checking aes v0.8.4 |
| 1802 | 2024-12-13T20:01:59.141Z | Checking time v0.3.36 |
| 1803 | 2024-12-13T20:02:00.155Z | Checking salsa20 v0.10.2 |
| 1804 | 2024-12-13T20:02:00.391Z | Checking cbc v0.1.2 |
| 1805 | 2024-12-13T20:02:00.599Z | Checking ahash v0.8.11 |
| 1806 | 2024-12-13T20:02:00.689Z | Checking aws-lc-rs v1.10.0 |
| 1807 | 2024-12-13T20:02:00.935Z | Checking spki v0.7.3 |
| 1808 | 2024-12-13T20:02:01.133Z | Checking tokio-util v0.7.12 |
| 1809 | 2024-12-13T20:02:01.215Z | Checking slog v2.7.0 |
| 1810 | 2024-12-13T20:02:01.246Z | Checking tower-service v0.3.3 |
| 1811 | 2024-12-13T20:02:01.322Z | Checking icu_normalizer v1.5.0 |
| 1812 | 2024-12-13T20:02:01.375Z | Checking scrypt v0.11.0 |
| 1813 | 2024-12-13T20:02:01.615Z | Checking gimli v0.31.1 |
| 1814 | 2024-12-13T20:02:01.742Z | Checking mime v0.3.17 |
| 1815 | 2024-12-13T20:02:01.846Z | Checking pkcs5 v0.7.1 |
| 1816 | 2024-12-13T20:02:02.062Z | Checking object v0.36.5 |
| 1817 | 2024-12-13T20:02:02.091Z | Checking h2 v0.4.6 |
| 1818 | 2024-12-13T20:02:02.165Z | Checking idna_adapter v1.2.0 |
| 1819 | 2024-12-13T20:02:02.364Z | Checking idna v1.0.3 |
| 1820 | 2024-12-13T20:02:02.367Z | Checking rustc-demangle v0.1.24 |
| 1821 | 2024-12-13T20:02:02.565Z | Checking rustls-webpki v0.102.8 |
| 1822 | 2024-12-13T20:02:02.628Z | Checking utf8parse v0.2.2 |
| 1823 | 2024-12-13T20:02:02.788Z | Checking regex v1.11.1 |
| 1824 | 2024-12-13T20:02:02.856Z | Checking pkcs8 v0.10.2 |
| 1825 | 2024-12-13T20:02:02.858Z | Checking url v2.5.3 |
| 1826 | 2024-12-13T20:02:03.171Z | Checking http-body-util v0.1.2 |
| 1827 | 2024-12-13T20:02:03.446Z | Checking futures-executor v0.3.31 |
| 1828 | 2024-12-13T20:02:03.473Z | Checking toml_datetime v0.6.8 |
| 1829 | 2024-12-13T20:02:03.665Z | Checking serde_spanned v0.6.8 |
| 1830 | 2024-12-13T20:02:03.690Z | Checking unicode-width v0.1.14 |
| 1831 | 2024-12-13T20:02:03.716Z | Checking ipnet v2.10.1 |
| 1832 | 2024-12-13T20:02:03.778Z | Checking data-encoding v2.6.0 |
| 1833 | 2024-12-13T20:02:03.876Z | Checking futures v0.3.31 |
| 1834 | 2024-12-13T20:02:04.010Z | Checking rustls-pemfile v2.2.0 |
| 1835 | 2024-12-13T20:02:04.167Z | Checking anstyle v1.0.10 |
| 1836 | 2024-12-13T20:02:04.192Z | Checking foreign-types-shared v0.1.1 |
| 1837 | 2024-12-13T20:02:04.244Z | Checking openssl-probe v0.1.5 |
| 1838 | 2024-12-13T20:02:04.319Z | Checking foreign-types v0.3.2 |
| 1839 | 2024-12-13T20:02:04.421Z | Checking serde_urlencoded v0.7.1 |
| 1840 | 2024-12-13T20:02:04.423Z | Checking semver v1.0.23 |
| 1841 | 2024-12-13T20:02:04.473Z | Checking sha1 v0.10.6 |
| 1842 | 2024-12-13T20:02:04.504Z | Checking openssl-sys v0.9.103 |
| 1843 | 2024-12-13T20:02:04.774Z | Checking encoding_rs v0.8.34 |
| 1844 | 2024-12-13T20:02:04.832Z | Checking rustls v0.23.14 |
| 1845 | 2024-12-13T20:02:04.859Z | Checking anstyle-parse v0.2.5 |
| 1846 | 2024-12-13T20:02:05.123Z | Checking camino v1.1.9 |
| 1847 | 2024-12-13T20:02:05.452Z | Checking colorchoice v1.0.2 |
| 1848 | 2024-12-13T20:02:05.605Z | Checking winnow v0.6.20 |
| 1849 | 2024-12-13T20:02:05.685Z | Checking anstyle-query v1.1.1 |
| 1850 | 2024-12-13T20:02:05.827Z | Checking is_terminal_polyfill v1.70.1 |
| 1851 | 2024-12-13T20:02:05.857Z | Checking openssl v0.10.66 |
| 1852 | 2024-12-13T20:02:05.924Z | Checking addr2line v0.24.2 |
| 1853 | 2024-12-13T20:02:05.958Z | Checking either v1.13.0 |
| 1854 | 2024-12-13T20:02:06.355Z | Checking anstream v0.6.15 |
| 1855 | 2024-12-13T20:02:06.495Z | Checking idna v0.3.0 |
| 1856 | 2024-12-13T20:02:06.771Z | Checking terminal_size v0.4.0 |
| 1857 | 2024-12-13T20:02:06.934Z | Checking openapiv3 v2.0.0 |
| 1858 | 2024-12-13T20:02:07.143Z | Checking signature v2.2.0 |
| 1859 | 2024-12-13T20:02:07.368Z | Checking strsim v0.11.1 |
| 1860 | 2024-12-13T20:02:07.401Z | Checking clap_lex v0.7.2 |
| 1861 | 2024-12-13T20:02:07.658Z | Checking psl-types v2.0.11 |
| 1862 | 2024-12-13T20:02:07.660Z | Checking clap_builder v4.5.21 |
| 1863 | 2024-12-13T20:02:07.859Z | Checking publicsuffix v2.2.3 |
| 1864 | 2024-12-13T20:02:08.132Z | Checking cookie v0.18.1 |
| 1865 | 2024-12-13T20:02:08.348Z | Checking hyper v1.5.0 |
| 1866 | 2024-12-13T20:02:08.424Z | Checking backtrace v0.3.74 |
| 1867 | 2024-12-13T20:02:08.622Z | Checking webpki-roots v0.26.6 |
| 1868 | 2024-12-13T20:02:08.648Z | Checking idna v0.5.0 |
| 1869 | 2024-12-13T20:02:08.853Z | Checking is-terminal v0.4.13 |
| 1870 | 2024-12-13T20:02:08.985Z | Checking scroll v0.12.0 |
| 1871 | 2024-12-13T20:02:09.019Z | Checking anyhow v1.0.93 |
| 1872 | 2024-12-13T20:02:09.403Z | Checking ucd-trie v0.1.7 |
| 1873 | 2024-12-13T20:02:09.491Z | Checking plain v0.2.3 |
| 1874 | 2024-12-13T20:02:09.494Z | Checking cookie_store v0.21.0 |
| 1875 | 2024-12-13T20:02:09.621Z | Checking pest v2.7.14 |
| 1876 | 2024-12-13T20:02:09.649Z | Checking goblin v0.8.2 |
| 1877 | 2024-12-13T20:02:10.270Z | Checking sync_wrapper v1.0.1 |
| 1878 | 2024-12-13T20:02:10.404Z | Checking tokio-rustls v0.26.0 |
| 1879 | 2024-12-13T20:02:10.431Z | Checking base16ct v0.2.0 |
| 1880 | 2024-12-13T20:02:10.462Z | Checking hyper-util v0.1.10 |
| 1881 | 2024-12-13T20:02:10.488Z | Checking pretty-hex v0.4.1 |
| 1882 | 2024-12-13T20:02:10.619Z | Checking sec1 v0.7.3 |
| 1883 | 2024-12-13T20:02:10.668Z | Checking num-integer v0.1.46 |
| 1884 | 2024-12-13T20:02:10.757Z | Checking clap v4.5.21 |
| 1885 | 2024-12-13T20:02:10.821Z | Checking ff v0.13.0 |
| 1886 | 2024-12-13T20:02:10.889Z | Checking thread-id v4.2.2 |
| 1887 | 2024-12-13T20:02:10.992Z | Checking toml_edit v0.22.22 |
| 1888 | 2024-12-13T20:02:11.020Z | Checking hkdf v0.12.4 |
| 1889 | 2024-12-13T20:02:11.045Z | Checking group v0.13.0 |
| 1890 | 2024-12-13T20:02:11.155Z | Checking crypto-bigint v0.5.5 |
| 1891 | 2024-12-13T20:02:11.232Z | Checking dirs-sys-next v0.1.2 |
| 1892 | 2024-12-13T20:02:11.322Z | Checking memmap v0.7.0 |
| 1893 | 2024-12-13T20:02:11.444Z | Checking crc32fast v1.4.2 |
| 1894 | 2024-12-13T20:02:11.493Z | Checking native-tls v0.2.12 |
| 1895 | 2024-12-13T20:02:11.574Z | Checking utf-8 v0.7.6 |
| 1896 | 2024-12-13T20:02:11.679Z | Checking static_assertions v1.1.0 |
| 1897 | 2024-12-13T20:02:11.803Z | Checking bitflags v1.3.2 |
| 1898 | 2024-12-13T20:02:11.832Z | Checking dirs-next v2.0.0 |
| 1899 | 2024-12-13T20:02:11.858Z | Checking tokio-native-tls v0.3.1 |
| 1900 | 2024-12-13T20:02:11.920Z | Checking crossbeam-channel v0.5.13 |
| 1901 | 2024-12-13T20:02:11.983Z | Checking thread_local v1.1.8 |
| 1902 | 2024-12-13T20:02:12.109Z | Checking dtrace-parser v0.2.0 |
| 1903 | 2024-12-13T20:02:12.143Z | Checking unicode-segmentation v1.12.0 |
| 1904 | 2024-12-13T20:02:12.257Z | Checking term v0.7.0 |
| 1905 | 2024-12-13T20:02:12.535Z | Checking hyper-rustls v0.27.3 |
| 1906 | 2024-12-13T20:02:12.602Z | Checking hyper-tls v0.6.0 |
| 1907 | 2024-12-13T20:02:12.684Z | Checking num-iter v0.1.45 |
| 1908 | 2024-12-13T20:02:12.712Z | Checking crossbeam-epoch v0.9.18 |
| 1909 | 2024-12-13T20:02:12.844Z | Checking take_mut v0.2.2 |
| 1910 | 2024-12-13T20:02:12.872Z | Checking match_cfg v0.1.0 |
| 1911 | 2024-12-13T20:02:12.901Z | Checking slog-term v2.9.1 |
| 1912 | 2024-12-13T20:02:12.912Z | Checking reqwest v0.12.9 |
| 1913 | 2024-12-13T20:02:12.975Z | Checking hostname v0.3.1 |
| 1914 | 2024-12-13T20:02:13.014Z | Checking slog-async v2.8.0 |
| 1915 | 2024-12-13T20:02:13.124Z | Checking bstr v1.10.0 |
| 1916 | 2024-12-13T20:02:13.151Z | Checking rfc6979 v0.4.0 |
| 1917 | 2024-12-13T20:02:13.320Z | Checking hex v0.4.3 |
| 1918 | 2024-12-13T20:02:13.348Z | Checking winnow v0.5.40 |
| 1919 | 2024-12-13T20:02:13.439Z | Checking managed v0.8.0 |
| 1920 | 2024-12-13T20:02:13.717Z | Checking toml v0.8.19 |
| 1921 | 2024-12-13T20:02:13.834Z | Checking crossbeam-deque v0.8.5 |
| 1922 | 2024-12-13T20:02:13.837Z | Checking num-bigint-dig v0.8.4 |
| 1923 | 2024-12-13T20:02:14.077Z | Checking flate2 v1.0.34 |
| 1924 | 2024-12-13T20:02:14.102Z | Checking elliptic-curve v0.13.8 |
| 1925 | 2024-12-13T20:02:14.153Z | Checking rustls v0.22.4 |
| 1926 | 2024-12-13T20:02:14.518Z | Checking pkcs1 v0.7.5 |
| 1927 | 2024-12-13T20:02:14.727Z | Checking dof v0.3.0 |
| 1928 | 2024-12-13T20:02:14.730Z | Checking curve25519-dalek v4.1.3 |
| 1929 | 2024-12-13T20:02:14.776Z | Checking ecdsa v0.16.9 |
| 1930 | 2024-12-13T20:02:14.897Z | Checking zerocopy v0.6.6 |
| 1931 | 2024-12-13T20:02:14.941Z | Checking siphasher v0.3.11 |
| 1932 | 2024-12-13T20:02:15.278Z | Checking rayon-core v1.12.1 |
| 1933 | 2024-12-13T20:02:15.352Z | Checking usdt-impl v0.5.0 |
| 1934 | 2024-12-13T20:02:15.496Z | Checking ed25519 v2.2.3 |
| 1935 | 2024-12-13T20:02:15.669Z | Checking slog-json v2.6.1 |
| 1936 | 2024-12-13T20:02:15.829Z | Checking signal-hook v0.3.17 |
| 1937 | 2024-12-13T20:02:15.923Z | Checking usdt v0.5.0 |
| 1938 | 2024-12-13T20:02:15.954Z | Checking debug-ignore v1.0.5 |
| 1939 | 2024-12-13T20:02:15.984Z | Checking quick-error v1.2.3 |
| 1940 | 2024-12-13T20:02:16.043Z | Checking rsa v0.9.6 |
| 1941 | 2024-12-13T20:02:16.104Z | Checking slog-bunyan v2.5.0 |
| 1942 | 2024-12-13T20:02:16.135Z | Checking multer v3.1.0 |
| 1943 | 2024-12-13T20:02:16.188Z | Checking itertools v0.10.5 |
| 1944 | 2024-12-13T20:02:16.216Z | Checking x509-cert v0.2.5 |
| 1945 | 2024-12-13T20:02:16.277Z | Checking idna v0.4.0 |
| 1946 | 2024-12-13T20:02:16.432Z | Checking toml_edit v0.19.15 |
| 1947 | 2024-12-13T20:02:16.550Z | Checking hubpack v0.1.2 |
| 1948 | 2024-12-13T20:02:16.706Z | Checking ed25519-dalek v2.1.1 |
| 1949 | 2024-12-13T20:02:16.890Z | Checking serde_path_to_error v0.1.16 |
| 1950 | 2024-12-13T20:02:17.101Z | Checking waitgroup v0.1.2 |
| 1951 | 2024-12-13T20:02:17.139Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1952 | 2024-12-13T20:02:17.177Z | Checking async-stream v0.3.6 |
| 1953 | 2024-12-13T20:02:17.239Z | Checking hostname v0.4.0 |
| 1954 | 2024-12-13T20:02:17.285Z | Checking bit-vec v0.6.3 |
| 1955 | 2024-12-13T20:02:17.395Z | Checking bzip2 v0.4.4 |
| 1956 | 2024-12-13T20:02:17.398Z | Checking hickory-proto v0.24.1 |
| 1957 | 2024-12-13T20:02:17.507Z | Checking signal-hook-mio v0.2.4 |
| 1958 | 2024-12-13T20:02:17.625Z | Checking bit-set v0.5.3 |
| 1959 | 2024-12-13T20:02:17.658Z | Checking console v0.15.8 |
| 1960 | 2024-12-13T20:02:17.705Z | Checking hash32 v0.2.1 |
| 1961 | 2024-12-13T20:02:17.892Z | Checking linked-hash-map v0.5.6 |
| 1962 | 2024-12-13T20:02:17.920Z | Checking unicode-properties v0.1.3 |
| 1963 | 2024-12-13T20:02:17.946Z | Checking tokio-rustls v0.25.0 |
| 1964 | 2024-12-13T20:02:18.012Z | Checking predicates-core v1.0.8 |
| 1965 | 2024-12-13T20:02:18.211Z | Checking heapless v0.7.17 |
| 1966 | 2024-12-13T20:02:18.239Z | Checking lru-cache v0.1.2 |
| 1967 | 2024-12-13T20:02:18.242Z | Checking crossterm v0.28.1 |
| 1968 | 2024-12-13T20:02:18.293Z | Checking stringprep v0.1.5 |
| 1969 | 2024-12-13T20:02:18.353Z | Checking dropshot v0.12.0 |
| 1970 | 2024-12-13T20:02:18.424Z | Checking rayon v1.10.0 |
| 1971 | 2024-12-13T20:02:18.493Z | Checking phf_shared v0.11.2 |
| 1972 | 2024-12-13T20:02:18.585Z | Checking similar v2.6.0 |
| 1973 | 2024-12-13T20:02:18.785Z | Checking tokio-stream v0.1.16 |
| 1974 | 2024-12-13T20:02:18.885Z | Checking toml v0.7.8 |
| 1975 | 2024-12-13T20:02:19.269Z | Checking md-5 v0.10.6 |
| 1976 | 2024-12-13T20:02:19.523Z | Checking float-cmp v0.9.0 |
| 1977 | 2024-12-13T20:02:19.549Z | Checking difflib v0.4.0 |
| 1978 | 2024-12-13T20:02:19.626Z | Checking fixedbitset v0.4.2 |
| 1979 | 2024-12-13T20:02:19.660Z | Checking normalize-line-endings v0.3.0 |
| 1980 | 2024-12-13T20:02:19.709Z | Checking fallible-iterator v0.2.0 |
| 1981 | 2024-12-13T20:02:19.804Z | Checking smoltcp v0.9.1 |
| 1982 | 2024-12-13T20:02:19.865Z | Checking predicates v3.1.2 |
| 1983 | 2024-12-13T20:02:19.904Z | Checking petgraph v0.6.5 |
| 1984 | 2024-12-13T20:02:20.145Z | Checking phf v0.11.2 |
| 1985 | 2024-12-13T20:02:20.332Z | Checking postgres-protocol v0.6.7 |
| 1986 | 2024-12-13T20:02:20.427Z | Checking zip v0.6.6 |
| 1987 | 2024-12-13T20:02:20.583Z | Checking resolv-conf v0.7.0 |
| 1988 | 2024-12-13T20:02:20.964Z | Checking phf_shared v0.10.0 |
| 1989 | 2024-12-13T20:02:21.059Z | Checking tungstenite v0.24.0 |
| 1990 | 2024-12-13T20:02:21.161Z | Checking fs-err v2.11.0 |
| 1991 | 2024-12-13T20:02:21.273Z | Checking serde-big-array v0.5.1 |
| 1992 | 2024-12-13T20:02:21.306Z | Checking portable-atomic v1.9.0 |
| 1993 | 2024-12-13T20:02:21.545Z | Checking unicode-width v0.2.0 |
| 1994 | 2024-12-13T20:02:21.783Z | Checking minimal-lexical v0.2.1 |
| 1995 | 2024-12-13T20:02:21.995Z | Checking number_prefix v0.4.0 |
| 1996 | 2024-12-13T20:02:22.038Z | Checking precomputed-hash v0.1.1 |
| 1997 | 2024-12-13T20:02:22.161Z | Checking new_debug_unreachable v1.0.6 |
| 1998 | 2024-12-13T20:02:22.167Z | Checking lalrpop-util v0.19.12 |
| 1999 | 2024-12-13T20:02:22.212Z | Checking nom v7.1.3 |
| 2000 | 2024-12-13T20:02:22.217Z | Checking tokio-tungstenite v0.24.0 |
| 2001 | 2024-12-13T20:02:22.261Z | Checking string_cache v0.8.7 |
| 2002 | 2024-12-13T20:02:22.313Z | Checking hickory-resolver v0.24.1 |
| 2003 | 2024-12-13T20:02:22.371Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2004 | 2024-12-13T20:02:22.479Z | Checking postgres-types v0.2.8 |
| 2005 | 2024-12-13T20:02:22.498Z | Checking indicatif v0.17.9 |
| 2006 | 2024-12-13T20:02:22.554Z | Checking itertools v0.12.1 |
| 2007 | 2024-12-13T20:02:22.676Z | Checking peg-runtime v0.8.3 |
| 2008 | 2024-12-13T20:02:22.933Z | Checking whoami v1.5.2 |
| 2009 | 2024-12-13T20:02:23.265Z | Checking tokio-postgres v0.7.12 |
| 2010 | 2024-12-13T20:02:23.290Z | Compiling hashbrown v0.14.5 |
| 2011 | 2024-12-13T20:02:23.362Z | Compiling ident_case v1.0.1 |
| 2012 | 2024-12-13T20:02:23.388Z | Compiling unsafe-libyaml v0.2.11 |
| 2013 | 2024-12-13T20:02:23.565Z | Compiling darling_core v0.20.10 |
| 2014 | 2024-12-13T20:02:24.042Z | Checking qorb v0.2.1 |
| 2015 | 2024-12-13T20:02:24.720Z | Compiling regress v0.10.1 |
| 2016 | 2024-12-13T20:02:25.125Z | Compiling serde_yaml v0.9.34+deprecated |
| 2017 | 2024-12-13T20:02:25.322Z | Checking heck v0.5.0 |
| 2018 | 2024-12-13T20:02:25.588Z | Checking progenitor-client v0.8.0 |
| 2019 | 2024-12-13T20:02:25.944Z | Checking fastrand v2.1.1 |
| 2020 | 2024-12-13T20:02:26.280Z | Compiling newtype-uuid v1.1.3 |
| 2021 | 2024-12-13T20:02:26.460Z | Checking ipnetwork v0.20.0 |
| 2022 | 2024-12-13T20:02:26.617Z | Compiling structmeta-derive v0.3.0 |
| 2023 | 2024-12-13T20:02:26.619Z | Checking strum v0.26.3 |
| 2024 | 2024-12-13T20:02:26.811Z | Compiling dropshot v0.13.0 |
| 2025 | 2024-12-13T20:02:26.842Z | Checking macaddr v1.0.1 |
| 2026 | 2024-12-13T20:02:27.182Z | Compiling dropshot_endpoint v0.13.0 |
| 2027 | 2024-12-13T20:02:27.207Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2028 | 2024-12-13T20:02:28.102Z | Checking tempfile v3.13.0 |
| 2029 | 2024-12-13T20:02:28.274Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2030 | 2024-12-13T20:02:28.497Z | Checking instant v0.1.13 |
| 2031 | 2024-12-13T20:02:28.629Z | Compiling typify-impl v0.2.0 |
| 2032 | 2024-12-13T20:02:28.631Z | Checking regress v0.9.1 |
| 2033 | 2024-12-13T20:02:29.412Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2034 | 2024-12-13T20:02:29.642Z | Compiling structmeta v0.3.0 |
| 2035 | 2024-12-13T20:02:29.882Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2036 | 2024-12-13T20:02:30.097Z | Compiling parse-display-derive v0.10.0 |
| 2037 | 2024-12-13T20:02:30.182Z | Checking backoff v0.4.0 |
| 2038 | 2024-12-13T20:02:30.264Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2039 | 2024-12-13T20:02:30.419Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2040 | 2024-12-13T20:02:30.494Z | Checking wait-timeout v0.2.0 |
| 2041 | 2024-12-13T20:02:30.592Z | Checking rand_xorshift v0.3.0 |
| 2042 | 2024-12-13T20:02:30.684Z | Checking rusty-fork v0.3.0 |
| 2043 | 2024-12-13T20:02:30.754Z | Compiling darling_macro v0.20.10 |
| 2044 | 2024-12-13T20:02:30.794Z | Checking unarray v0.1.4 |
| 2045 | 2024-12-13T20:02:30.957Z | Compiling structmeta-derive v0.2.0 |
| 2046 | 2024-12-13T20:02:31.007Z | Checking proptest v1.5.0 |
| 2047 | 2024-12-13T20:02:31.774Z | Compiling darling v0.20.10 |
| 2048 | 2024-12-13T20:02:31.915Z | Compiling serde_with_macros v3.11.0 |
| 2049 | 2024-12-13T20:02:32.287Z | Checking camino-tempfile v1.1.1 |
| 2050 | 2024-12-13T20:02:32.594Z | Compiling proc-macro-error v1.0.4 |
| 2051 | 2024-12-13T20:02:32.778Z | Compiling proc-macro-crate v1.3.1 |
| 2052 | 2024-12-13T20:02:33.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2053 | 2024-12-13T20:02:33.729Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2054 | 2024-12-13T20:02:33.953Z | Compiling num_enum_derive v0.5.11 |
| 2055 | 2024-12-13T20:02:33.999Z | Compiling structmeta v0.2.0 |
| 2056 | 2024-12-13T20:02:34.059Z | Compiling foreign-types-macros v0.2.3 |
| 2057 | 2024-12-13T20:02:34.473Z | Compiling test-strategy v0.3.1 |
| 2058 | 2024-12-13T20:02:34.815Z | Checking serde_with v3.11.0 |
| 2059 | 2024-12-13T20:02:34.992Z | Checking parse-display v0.10.0 |
| 2060 | 2024-12-13T20:02:35.233Z | Checking foreign-types-shared v0.3.1 |
| 2061 | 2024-12-13T20:02:35.442Z | Checking foreign-types v0.5.0 |
| 2062 | 2024-12-13T20:02:35.562Z | Checking tabwriter v1.4.0 |
| 2063 | 2024-12-13T20:02:35.713Z | Checking cstr-argument v0.1.2 |
| 2064 | 2024-12-13T20:02:35.809Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2065 | 2024-12-13T20:02:35.811Z | Checking pretty-hex v0.2.1 |
| 2066 | 2024-12-13T20:02:35.903Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2067 | 2024-12-13T20:02:35.997Z | Checking colored v2.1.0 |
| 2068 | 2024-12-13T20:02:36.080Z | Checking smf v0.2.3 |
| 2069 | 2024-12-13T20:02:36.230Z | Checking base64 v0.21.7 |
| 2070 | 2024-12-13T20:02:36.317Z | Compiling zerocopy v0.8.10 |
| 2071 | 2024-12-13T20:02:36.510Z | Checking num_enum v0.5.11 |
| 2072 | 2024-12-13T20:02:36.619Z | Compiling crucible-workspace-hack v0.1.0 |
| 2073 | 2024-12-13T20:02:36.683Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2074 | 2024-12-13T20:02:36.708Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2075 | 2024-12-13T20:02:36.766Z | Compiling itertools v0.13.0 |
| 2076 | 2024-12-13T20:02:36.865Z | Compiling zerocopy-derive v0.8.10 |
| 2077 | 2024-12-13T20:02:36.929Z | Checking termtree v0.4.1 |
| 2078 | 2024-12-13T20:02:36.976Z | Compiling heapless v0.8.0 |
| 2079 | 2024-12-13T20:02:37.164Z | Checking predicates-tree v1.0.11 |
| 2080 | 2024-12-13T20:02:37.361Z | Checking hash32 v0.3.1 |
| 2081 | 2024-12-13T20:02:37.450Z | Compiling smoltcp v0.11.0 |
| 2082 | 2024-12-13T20:02:37.597Z | Checking cobs v0.2.3 |
| 2083 | 2024-12-13T20:02:37.793Z | Checking postcard v1.0.10 |
| 2084 | 2024-12-13T20:02:38.203Z | Checking sigpipe v0.1.3 |
| 2085 | 2024-12-13T20:02:38.332Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2086 | 2024-12-13T20:02:38.402Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2087 | 2024-12-13T20:02:38.430Z | Checking atomicwrites v0.4.4 |
| 2088 | 2024-12-13T20:02:38.570Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2089 | 2024-12-13T20:02:38.596Z | Compiling thiserror v2.0.3 |
| 2090 | 2024-12-13T20:02:38.648Z | Compiling mockall_derive v0.13.0 |
| 2091 | 2024-12-13T20:02:38.707Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2092 | 2024-12-13T20:02:38.985Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2093 | 2024-12-13T20:02:39.047Z | Compiling thiserror-impl v2.0.3 |
| 2094 | 2024-12-13T20:02:39.301Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2095 | 2024-12-13T20:02:39.578Z | Compiling zone_cfg_derive v0.3.0 |
| 2096 | 2024-12-13T20:02:39.908Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2097 | 2024-12-13T20:02:41.127Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2098 | 2024-12-13T20:02:41.552Z | Compiling num-derive v0.4.2 |
| 2099 | 2024-12-13T20:02:41.581Z | Checking fragile v2.0.0 |
| 2100 | 2024-12-13T20:02:41.883Z | Checking downcast v0.11.0 |
| 2101 | 2024-12-13T20:02:41.998Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2102 | 2024-12-13T20:02:42.102Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2103 | 2024-12-13T20:02:42.342Z | Checking zone v0.3.0 |
| 2104 | 2024-12-13T20:02:42.368Z | Compiling convert_case v0.4.0 |
| 2105 | 2024-12-13T20:02:43.094Z | Checking newline-converter v0.3.0 |
| 2106 | 2024-12-13T20:02:43.216Z | Checking tungstenite v0.21.0 |
| 2107 | 2024-12-13T20:02:43.271Z | Checking expectorate v1.1.0 |
| 2108 | 2024-12-13T20:02:43.405Z | Compiling derive_more v0.99.18 |
| 2109 | 2024-12-13T20:02:43.454Z | Checking same-file v1.0.6 |
| 2110 | 2024-12-13T20:02:43.643Z | Checking walkdir v2.5.0 |
| 2111 | 2024-12-13T20:02:43.934Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2112 | 2024-12-13T20:02:43.959Z | Checking arc-swap v1.7.1 |
| 2113 | 2024-12-13T20:02:44.143Z | Checking tokio-tungstenite v0.21.0 |
| 2114 | 2024-12-13T20:02:44.394Z | Checking slog-scope v4.4.0 |
| 2115 | 2024-12-13T20:02:44.419Z | Checking xattr v1.3.1 |
| 2116 | 2024-12-13T20:02:44.609Z | Checking slog-stdlog v4.1.1 |
| 2117 | 2024-12-13T20:02:44.637Z | Checking filetime v0.2.25 |
| 2118 | 2024-12-13T20:02:44.686Z | Checking num-rational v0.4.2 |
| 2119 | 2024-12-13T20:02:44.783Z | Checking slog-envlogger v2.2.0 |
| 2120 | 2024-12-13T20:02:44.865Z | Checking tar v0.4.42 |
| 2121 | 2024-12-13T20:02:45.027Z | Checking num-complex v0.4.6 |
| 2122 | 2024-12-13T20:02:45.367Z | Checking float-ord v0.3.2 |
| 2123 | 2024-12-13T20:02:45.527Z | Checking swrite v0.1.0 |
| 2124 | 2024-12-13T20:02:45.663Z | Compiling owo-colors v4.1.0 |
| 2125 | 2024-12-13T20:02:45.703Z | Compiling cancel-safe-futures v0.1.5 |
| 2126 | 2024-12-13T20:02:45.906Z | Checking libsw v3.3.1 |
| 2127 | 2024-12-13T20:02:45.977Z | Checking num v0.4.3 |
| 2128 | 2024-12-13T20:02:46.093Z | Checking pem v3.0.4 |
| 2129 | 2024-12-13T20:02:46.194Z | Checking password-hash v0.5.0 |
| 2130 | 2024-12-13T20:02:46.401Z | Checking blake2 v0.10.6 |
| 2131 | 2024-12-13T20:02:46.559Z | Checking indent_write v2.2.0 |
| 2132 | 2024-12-13T20:02:46.709Z | Checking linear-map v1.2.0 |
| 2133 | 2024-12-13T20:02:46.787Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2134 | 2024-12-13T20:02:46.850Z | Checking argon2 v0.5.3 |
| 2135 | 2024-12-13T20:02:47.173Z | Compiling lzma-sys v0.1.20 |
| 2136 | 2024-12-13T20:02:47.430Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2137 | 2024-12-13T20:02:47.534Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2138 | 2024-12-13T20:02:47.558Z | Compiling typify-macro v0.2.0 |
| 2139 | 2024-12-13T20:02:47.593Z | Checking headers-core v0.3.0 |
| 2140 | 2024-12-13T20:02:47.744Z | Compiling heck v0.3.3 |
| 2141 | 2024-12-13T20:02:47.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2142 | 2024-12-13T20:02:47.889Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2143 | 2024-12-13T20:02:47.974Z | Checking mockall v0.13.0 |
| 2144 | 2024-12-13T20:02:48.196Z | Compiling zone_cfg_derive v0.1.2 |
| 2145 | 2024-12-13T20:02:48.218Z | Checking headers v0.4.0 |
| 2146 | 2024-12-13T20:02:48.236Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2147 | 2024-12-13T20:02:48.258Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2148 | 2024-12-13T20:02:48.278Z | Checking yasna v0.5.2 |
| 2149 | 2024-12-13T20:02:48.559Z | Checking base64 v0.13.1 |
| 2150 | 2024-12-13T20:02:49.006Z | Checking highway v1.2.0 |
| 2151 | 2024-12-13T20:02:49.189Z | Checking rcgen v0.12.1 |
| 2152 | 2024-12-13T20:02:49.377Z | Checking ron v0.7.1 |
| 2153 | 2024-12-13T20:02:49.463Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2154 | 2024-12-13T20:02:49.738Z | Checking zone v0.1.8 |
| 2155 | 2024-12-13T20:02:49.953Z | Checking xz2 v0.1.7 |
| 2156 | 2024-12-13T20:02:50.275Z | Checking subprocess v0.2.9 |
| 2157 | 2024-12-13T20:02:50.460Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2158 | 2024-12-13T20:02:50.601Z | Checking humantime v2.1.0 |
| 2159 | 2024-12-13T20:02:50.625Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2160 | 2024-12-13T20:02:50.849Z | Compiling semver v0.1.20 |
| 2161 | 2024-12-13T20:02:50.918Z | Checking half v2.4.1 |
| 2162 | 2024-12-13T20:02:51.311Z | Compiling rustc_version v0.1.7 |
| 2163 | 2024-12-13T20:02:51.374Z | Checking ciborium-io v0.2.2 |
| 2164 | 2024-12-13T20:02:51.468Z | Checking prettyplease v0.2.25 |
| 2165 | 2024-12-13T20:02:51.535Z | Checking ciborium-ll v0.2.2 |
| 2166 | 2024-12-13T20:02:51.847Z | Compiling newtype_derive v0.1.6 |
| 2167 | 2024-12-13T20:02:51.850Z | Checking ciborium v0.2.2 |
| 2168 | 2024-12-13T20:02:52.062Z | Compiling typify v0.2.0 |
| 2169 | 2024-12-13T20:02:52.144Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2170 | 2024-12-13T20:02:52.221Z | Compiling progenitor-impl v0.8.0 |
| 2171 | 2024-12-13T20:02:53.964Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2172 | 2024-12-13T20:02:54.333Z | Checking steno v0.4.1 |
| 2173 | 2024-12-13T20:02:54.694Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2174 | 2024-12-13T20:02:54.959Z | Checking display-error-chain v0.2.2 |
| 2175 | 2024-12-13T20:02:55.150Z | Compiling slog-dtrace v0.3.0 |
| 2176 | 2024-12-13T20:02:55.321Z | Checking gethostname v0.5.0 |
| 2177 | 2024-12-13T20:02:55.485Z | Checking nibble_vec v0.1.0 |
| 2178 | 2024-12-13T20:02:55.691Z | Compiling blake3 v1.5.4 |
| 2179 | 2024-12-13T20:02:55.980Z | Compiling ring v0.16.20 |
| 2180 | 2024-12-13T20:02:56.005Z | Checking endian-type v0.1.2 |
| 2181 | 2024-12-13T20:02:56.230Z | Checking keccak v0.1.5 |
| 2182 | 2024-12-13T20:02:56.565Z | Checking sha3 v0.10.8 |
| 2183 | 2024-12-13T20:02:56.671Z | Checking radix_trie v0.2.1 |
| 2184 | 2024-12-13T20:02:56.973Z | Checking universal-hash v0.5.1 |
| 2185 | 2024-12-13T20:02:57.028Z | Checking secrecy v0.8.0 |
| 2186 | 2024-12-13T20:02:57.062Z | Checking opaque-debug v0.3.1 |
| 2187 | 2024-12-13T20:02:57.093Z | Checking aead v0.5.2 |
| 2188 | 2024-12-13T20:02:57.153Z | Checking chacha20 v0.9.1 |
| 2189 | 2024-12-13T20:02:57.178Z | Checking poly1305 v0.8.0 |
| 2190 | 2024-12-13T20:02:57.576Z | Compiling memmap2 v0.9.5 |
| 2191 | 2024-12-13T20:02:57.685Z | Compiling spin v0.5.2 |
| 2192 | 2024-12-13T20:02:57.943Z | Compiling arrayref v0.3.9 |
| 2193 | 2024-12-13T20:02:58.046Z | Compiling arrayvec v0.7.6 |
| 2194 | 2024-12-13T20:02:58.069Z | Compiling constant_time_eq v0.3.1 |
| 2195 | 2024-12-13T20:02:58.242Z | Compiling toolchain_find v0.4.0 |
| 2196 | 2024-12-13T20:02:58.334Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2197 | 2024-12-13T20:02:58.487Z | Compiling topological-sort v0.2.2 |
| 2198 | 2024-12-13T20:02:58.712Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2199 | 2024-12-13T20:02:58.739Z | Compiling rustfmt-wrapper v0.2.1 |
| 2200 | 2024-12-13T20:02:58.987Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2201 | 2024-12-13T20:02:59.253Z | Checking chacha20poly1305 v0.10.1 |
| 2202 | 2024-12-13T20:02:59.338Z | Compiling async-recursion v1.1.1 |
| 2203 | 2024-12-13T20:02:59.368Z | Checking fxhash v0.2.1 |
| 2204 | 2024-12-13T20:02:59.463Z | Checking lockfree-object-pool v0.1.6 |
| 2205 | 2024-12-13T20:02:59.565Z | Checking bumpalo v3.16.0 |
| 2206 | 2024-12-13T20:02:59.729Z | Checking simd-adler32 v0.3.7 |
| 2207 | 2024-12-13T20:02:59.754Z | Compiling zip v2.1.3 |
| 2208 | 2024-12-13T20:02:59.914Z | Checking termcolor v1.4.1 |
| 2209 | 2024-12-13T20:03:00.102Z | Checking zopfli v0.8.1 |
| 2210 | 2024-12-13T20:03:00.105Z | Compiling radium v0.7.0 |
| 2211 | 2024-12-13T20:03:00.376Z | Checking maplit v1.0.2 |
| 2212 | 2024-12-13T20:03:00.502Z | Checking tap v1.0.1 |
| 2213 | 2024-12-13T20:03:00.627Z | Compiling maybe-uninit v2.0.0 |
| 2214 | 2024-12-13T20:03:00.660Z | Compiling progenitor-macro v0.8.0 |
| 2215 | 2024-12-13T20:03:00.686Z | Checking wyz v0.5.1 |
| 2216 | 2024-12-13T20:03:01.082Z | Checking home v0.5.9 |
| 2217 | 2024-12-13T20:03:01.248Z | Compiling packed_struct v0.10.1 |
| 2218 | 2024-12-13T20:03:01.272Z | Checking funty v2.0.0 |
| 2219 | 2024-12-13T20:03:01.473Z | Checking crc-catalog v2.4.0 |
| 2220 | 2024-12-13T20:03:01.636Z | Checking crc v3.2.1 |
| 2221 | 2024-12-13T20:03:01.660Z | Checking thiserror-no-std v2.0.2 |
| 2222 | 2024-12-13T20:03:01.787Z | Checking vsss-rs v3.3.4 |
| 2223 | 2024-12-13T20:03:01.929Z | Compiling omicron-zone-package v0.11.1 |
| 2224 | 2024-12-13T20:03:01.958Z | Compiling const_format_proc_macros v0.2.33 |
| 2225 | 2024-12-13T20:03:02.090Z | Checking kstat-rs v0.2.4 |
| 2226 | 2024-12-13T20:03:02.248Z | Checking bitvec v1.0.1 |
| 2227 | 2024-12-13T20:03:02.457Z | Compiling packed_struct_codegen v0.10.1 |
| 2228 | 2024-12-13T20:03:02.702Z | Compiling vte_generate_state_changes v0.1.2 |
| 2229 | 2024-12-13T20:03:03.393Z | Compiling indexmap v1.9.3 |
| 2230 | 2024-12-13T20:03:03.599Z | Compiling libefi-sys v0.1.0 |
| 2231 | 2024-12-13T20:03:03.721Z | Checking nodrop v0.1.14 |
| 2232 | 2024-12-13T20:03:03.848Z | Checking array-init v0.0.4 |
| 2233 | 2024-12-13T20:03:03.959Z | Checking vte v0.11.1 |
| 2234 | 2024-12-13T20:03:04.117Z | Checking const_format v0.2.33 |
| 2235 | 2024-12-13T20:03:04.642Z | Checking smallvec v0.6.14 |
| 2236 | 2024-12-13T20:03:04.870Z | Checking fd-lock v4.0.2 |
| 2237 | 2024-12-13T20:03:05.079Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2238 | 2024-12-13T20:03:05.102Z | Compiling bitfield-struct v0.6.2 |
| 2239 | 2024-12-13T20:03:05.204Z | Checking bitfield v0.14.0 |
| 2240 | 2024-12-13T20:03:05.381Z | Checking hashbrown v0.12.3 |
| 2241 | 2024-12-13T20:03:05.425Z | Checking strip-ansi-escapes v0.2.0 |
| 2242 | 2024-12-13T20:03:05.495Z | Checking serde-hex v0.1.0 |
| 2243 | 2024-12-13T20:03:05.638Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2244 | 2024-12-13T20:03:05.912Z | Checking env_logger v0.10.2 |
| 2245 | 2024-12-13T20:03:05.990Z | Checking ron v0.8.1 |
| 2246 | 2024-12-13T20:03:06.340Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2247 | 2024-12-13T20:03:06.605Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2248 | 2024-12-13T20:03:06.697Z | Checking hashbrown v0.13.2 |
| 2249 | 2024-12-13T20:03:07.257Z | Checking nu-ansi-term v0.50.1 |
| 2250 | 2024-12-13T20:03:07.280Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2251 | 2024-12-13T20:03:07.323Z | Checking crc-any v2.5.0 |
| 2252 | 2024-12-13T20:03:07.418Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2253 | 2024-12-13T20:03:07.676Z | Checking reedline v0.35.0 |
| 2254 | 2024-12-13T20:03:07.742Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2255 | 2024-12-13T20:03:07.864Z | Checking object v0.30.4 |
| 2256 | 2024-12-13T20:03:08.030Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2257 | 2024-12-13T20:03:08.145Z | Checking path-slash v0.1.5 |
| 2258 | 2024-12-13T20:03:08.301Z | Compiling parking_lot_core v0.8.6 |
| 2259 | 2024-12-13T20:03:08.324Z | Compiling phf_generator v0.11.2 |
| 2260 | 2024-12-13T20:03:08.499Z | Checking bytecount v0.6.8 |
| 2261 | 2024-12-13T20:03:08.534Z | Checking glob v0.3.1 |
| 2262 | 2024-12-13T20:03:08.650Z | Checking papergrid v0.11.0 |
| 2263 | 2024-12-13T20:03:08.863Z | Compiling phf_codegen v0.11.2 |
| 2264 | 2024-12-13T20:03:09.011Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2265 | 2024-12-13T20:03:09.090Z | Compiling tabled_derive v0.7.0 |
| 2266 | 2024-12-13T20:03:09.190Z | Checking parking_lot v0.11.2 |
| 2267 | 2024-12-13T20:03:09.552Z | Compiling parse-zoneinfo v0.3.1 |
| 2268 | 2024-12-13T20:03:09.711Z | Compiling cfg_aliases v0.1.1 |
| 2269 | 2024-12-13T20:03:09.836Z | Compiling nix v0.28.0 |
| 2270 | 2024-12-13T20:03:10.187Z | Checking sled v0.34.7 |
| 2271 | 2024-12-13T20:03:10.483Z | Compiling chrono-tz-build v0.4.0 |
| 2272 | 2024-12-13T20:03:10.685Z | Checking hickory-client v0.24.1 |
| 2273 | 2024-12-13T20:03:11.385Z | Checking hickory-server v0.24.1 |
| 2274 | 2024-12-13T20:03:11.694Z | Checking tabled v0.15.0 |
| 2275 | 2024-12-13T20:03:11.716Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2276 | 2024-12-13T20:03:12.061Z | Compiling chrono-tz v0.10.0 |
| 2277 | 2024-12-13T20:03:12.792Z | Compiling buf-list v1.0.3 |
| 2278 | 2024-12-13T20:03:13.511Z | Compiling peg-macros v0.8.4 |
| 2279 | 2024-12-13T20:03:14.022Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2280 | 2024-12-13T20:03:14.297Z | Compiling sqlparser_derive v0.2.2 |
| 2281 | 2024-12-13T20:03:14.344Z | Checking unicode_categories v0.1.1 |
| 2282 | 2024-12-13T20:03:14.667Z | Checking sqlformat v0.2.6 |
| 2283 | 2024-12-13T20:03:15.446Z | Checking sqlparser v0.45.0 |
| 2284 | 2024-12-13T20:03:15.688Z | Checking rustyline v14.0.0 |
| 2285 | 2024-12-13T20:03:15.711Z | Checking bcs v0.1.6 |
| 2286 | 2024-12-13T20:03:16.164Z | Checking progenitor v0.8.0 |
| 2287 | 2024-12-13T20:03:16.432Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2288 | 2024-12-13T20:03:16.533Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2289 | 2024-12-13T20:03:17.269Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2290 | 2024-12-13T20:03:19.360Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2291 | 2024-12-13T20:03:20.692Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2292 | 2024-12-13T20:03:21.637Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2293 | 2024-12-13T20:03:21.781Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2294 | 2024-12-13T20:03:24.369Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2295 | 2024-12-13T20:03:24.861Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2296 | 2024-12-13T20:03:25.149Z | Checking peg v0.8.4 |
| 2297 | 2024-12-13T20:03:25.265Z | Checking primeorder v0.13.6 |
| 2298 | 2024-12-13T20:03:25.743Z | Compiling unicase v2.7.0 |
| 2299 | 2024-12-13T20:03:25.869Z | Checking nanorand v0.7.0 |
| 2300 | 2024-12-13T20:03:26.071Z | Checking atty v0.2.14 |
| 2301 | 2024-12-13T20:03:26.214Z | Compiling salty v0.3.0 |
| 2302 | 2024-12-13T20:03:26.247Z | Checking flume v0.11.1 |
| 2303 | 2024-12-13T20:03:26.380Z | Checking p384 v0.13.0 |
| 2304 | 2024-12-13T20:03:26.698Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2305 | 2024-12-13T20:03:26.717Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2306 | 2024-12-13T20:03:26.767Z | Compiling mime_guess v2.0.5 |
| 2307 | 2024-12-13T20:03:27.341Z | Checking env_filter v0.1.2 |
| 2308 | 2024-12-13T20:03:27.417Z | Checking http-range v0.1.5 |
| 2309 | 2024-12-13T20:03:27.575Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2310 | 2024-12-13T20:03:27.598Z | Checking env_logger v0.11.5 |
| 2311 | 2024-12-13T20:03:27.837Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2312 | 2024-12-13T20:03:27.925Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2313 | 2024-12-13T20:03:27.949Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2314 | 2024-12-13T20:03:28.197Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2315 | 2024-12-13T20:03:28.257Z | Compiling dsl_auto_type v0.1.2 |
| 2316 | 2024-12-13T20:03:28.287Z | Checking scheduled-thread-pool v0.2.7 |
| 2317 | 2024-12-13T20:03:28.495Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2318 | 2024-12-13T20:03:28.520Z | Compiling crunchy v0.2.2 |
| 2319 | 2024-12-13T20:03:28.550Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2320 | 2024-12-13T20:03:28.868Z | Checking hyper-staticfile v0.10.1 |
| 2321 | 2024-12-13T20:03:28.944Z | Checking r2d2 v0.8.10 |
| 2322 | 2024-12-13T20:03:29.303Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2323 | 2024-12-13T20:03:29.435Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2324 | 2024-12-13T20:03:29.740Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2325 | 2024-12-13T20:03:29.927Z | Compiling tiny-keccak v2.0.2 |
| 2326 | 2024-12-13T20:03:29.991Z | Compiling diesel_derives v2.2.3 |
| 2327 | 2024-12-13T20:03:30.387Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2328 | 2024-12-13T20:03:30.411Z | Compiling pin-project-internal v1.1.6 |
| 2329 | 2024-12-13T20:03:30.680Z | Compiling ref-cast v1.0.23 |
| 2330 | 2024-12-13T20:03:31.340Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2331 | 2024-12-13T20:03:31.677Z | Compiling ascii-canvas v3.0.0 |
| 2332 | 2024-12-13T20:03:32.091Z | Compiling ena v0.14.3 |
| 2333 | 2024-12-13T20:03:32.289Z | Compiling ref-cast-impl v1.0.23 |
| 2334 | 2024-12-13T20:03:32.550Z | Compiling diff v0.1.13 |
| 2335 | 2024-12-13T20:03:33.244Z | Compiling regex-syntax v0.6.29 |
| 2336 | 2024-12-13T20:03:33.560Z | Checking pin-project v1.1.6 |
| 2337 | 2024-12-13T20:03:33.703Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2338 | 2024-12-13T20:03:33.733Z | Checking signal-hook-tokio v0.3.1 |
| 2339 | 2024-12-13T20:03:33.775Z | Compiling snafu-derive v0.8.5 |
| 2340 | 2024-12-13T20:03:33.921Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2341 | 2024-12-13T20:03:34.225Z | Compiling derive_builder_core v0.20.2 |
| 2342 | 2024-12-13T20:03:36.800Z | Compiling lalrpop v0.19.12 |
| 2343 | 2024-12-13T20:03:37.893Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2344 | 2024-12-13T20:03:39.327Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2345 | 2024-12-13T20:03:39.512Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2346 | 2024-12-13T20:03:41.779Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2347 | 2024-12-13T20:03:42.973Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2348 | 2024-12-13T20:03:43.571Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2349 | 2024-12-13T20:03:44.569Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2350 | 2024-12-13T20:03:44.727Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2351 | 2024-12-13T20:03:45.068Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2352 | 2024-12-13T20:03:45.186Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2353 | 2024-12-13T20:03:46.169Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2354 | 2024-12-13T20:03:46.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2355 | 2024-12-13T20:03:46.985Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2356 | 2024-12-13T20:03:47.570Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2357 | 2024-12-13T20:03:47.758Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2358 | 2024-12-13T20:03:47.829Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2359 | 2024-12-13T20:03:47.878Z | Checking diesel v2.2.6 |
| 2360 | 2024-12-13T20:03:48.251Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2361 | 2024-12-13T20:03:48.717Z | Checking snafu v0.8.5 |
| 2362 | 2024-12-13T20:03:49.255Z | Checking globset v0.4.15 |
| 2363 | 2024-12-13T20:03:49.796Z | Checking olpc-cjson v0.1.4 |
| 2364 | 2024-12-13T20:03:50.022Z | Checking serde_plain v1.0.2 |
| 2365 | 2024-12-13T20:03:50.302Z | Compiling libxml v0.3.3 |
| 2366 | 2024-12-13T20:03:50.667Z | Compiling memoffset v0.9.1 |
| 2367 | 2024-12-13T20:03:50.825Z | Checking typed-path v0.9.3 |
| 2368 | 2024-12-13T20:03:51.207Z | Compiling derive_builder_macro v0.20.2 |
| 2369 | 2024-12-13T20:03:52.225Z | Checking tungstenite v0.23.0 |
| 2370 | 2024-12-13T20:03:52.381Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2371 | 2024-12-13T20:03:52.586Z | Compiling strum_macros v0.24.3 |
| 2372 | 2024-12-13T20:03:53.014Z | Checking tough v0.19.0 |
| 2373 | 2024-12-13T20:03:53.173Z | Compiling samael v0.0.17 |
| 2374 | 2024-12-13T20:03:53.451Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2375 | 2024-12-13T20:03:53.811Z | Checking parse-size v1.1.0 |
| 2376 | 2024-12-13T20:03:54.013Z | Compiling indoc v1.0.9 |
| 2377 | 2024-12-13T20:03:55.083Z | Checking tokio-tungstenite v0.23.1 |
| 2378 | 2024-12-13T20:03:55.601Z | Checking derive_builder v0.20.2 |
| 2379 | 2024-12-13T20:03:56.483Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2380 | 2024-12-13T20:03:56.629Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2381 | 2024-12-13T20:03:56.776Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2382 | 2024-12-13T20:03:57.397Z | Checking quick-xml v0.33.0 |
| 2383 | 2024-12-13T20:03:57.554Z | Compiling oso-derive v0.27.3 |
| 2384 | 2024-12-13T20:03:57.619Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2385 | 2024-12-13T20:03:58.373Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2386 | 2024-12-13T20:03:58.650Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2387 | 2024-12-13T20:03:58.674Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2388 | 2024-12-13T20:03:59.173Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2389 | 2024-12-13T20:03:59.540Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2390 | 2024-12-13T20:04:00.015Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2391 | 2024-12-13T20:04:00.394Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2392 | 2024-12-13T20:04:00.500Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2393 | 2024-12-13T20:04:01.738Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2394 | 2024-12-13T20:04:03.140Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2395 | 2024-12-13T20:04:03.589Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2396 | 2024-12-13T20:04:07.644Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2397 | 2024-12-13T20:04:09.915Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2398 | 2024-12-13T20:04:10.574Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2399 | 2024-12-13T20:04:10.836Z | Checking nix v0.27.1 |
| 2400 | 2024-12-13T20:04:11.127Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2401 | 2024-12-13T20:04:11.811Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2402 | 2024-12-13T20:04:12.090Z | Compiling diesel-dtrace v0.4.0 |
| 2403 | 2024-12-13T20:04:12.480Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2404 | 2024-12-13T20:04:13.008Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2405 | 2024-12-13T20:04:13.230Z | Checking bb8 v0.8.5 |
| 2406 | 2024-12-13T20:04:13.368Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2407 | 2024-12-13T20:04:13.732Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2408 | 2024-12-13T20:04:14.461Z | Checking heck v0.4.1 |
| 2409 | 2024-12-13T20:04:14.486Z | Checking rand_seeder v0.3.0 |
| 2410 | 2024-12-13T20:04:14.690Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2411 | 2024-12-13T20:04:14.743Z | Checking assert_matches v1.5.0 |
| 2412 | 2024-12-13T20:04:14.857Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2413 | 2024-12-13T20:04:14.860Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2414 | 2024-12-13T20:04:15.028Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2415 | 2024-12-13T20:04:15.096Z | Compiling libz-sys v1.1.20 |
| 2416 | 2024-12-13T20:04:15.303Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2417 | 2024-12-13T20:04:15.938Z | Checking is_ci v1.2.0 |
| 2418 | 2024-12-13T20:04:16.050Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2419 | 2024-12-13T20:04:16.098Z | Checking supports-color v3.0.1 |
| 2420 | 2024-12-13T20:04:16.496Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2421 | 2024-12-13T20:04:16.676Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2422 | 2024-12-13T20:04:17.272Z | Compiling vergen v8.3.2 |
| 2423 | 2024-12-13T20:04:17.480Z | Compiling cargo-platform v0.1.8 |
| 2424 | 2024-12-13T20:04:17.559Z | Checking smawk v0.3.2 |
| 2425 | 2024-12-13T20:04:17.790Z | Checking unicode-linebreak v0.1.5 |
| 2426 | 2024-12-13T20:04:18.084Z | Compiling cargo_metadata v0.18.1 |
| 2427 | 2024-12-13T20:04:18.237Z | Checking textwrap v0.16.1 |
| 2428 | 2024-12-13T20:04:18.266Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2429 | 2024-12-13T20:04:18.609Z | Checking castaway v0.2.3 |
| 2430 | 2024-12-13T20:04:18.783Z | Compiling libsqlite3-sys v0.30.1 |
| 2431 | 2024-12-13T20:04:18.870Z | Compiling cfg_aliases v0.2.1 |
| 2432 | 2024-12-13T20:04:18.996Z | Compiling rustls v0.21.12 |
| 2433 | 2024-12-13T20:04:19.020Z | Compiling nix v0.29.0 |
| 2434 | 2024-12-13T20:04:19.367Z | Checking compact_str v0.8.0 |
| 2435 | 2024-12-13T20:04:19.926Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2436 | 2024-12-13T20:04:20.233Z | Checking unicode-truncate v1.1.0 |
| 2437 | 2024-12-13T20:04:20.265Z | Checking rustls-webpki v0.101.7 |
| 2438 | 2024-12-13T20:04:20.477Z | Checking sct v0.7.1 |
| 2439 | 2024-12-13T20:04:20.705Z | Checking lru v0.12.5 |
| 2440 | 2024-12-13T20:04:20.938Z | Compiling instability v0.3.2 |
| 2441 | 2024-12-13T20:04:21.014Z | Checking cassowary v0.3.0 |
| 2442 | 2024-12-13T20:04:21.654Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2443 | 2024-12-13T20:04:21.968Z | Checking hashlink v0.9.1 |
| 2444 | 2024-12-13T20:04:22.005Z | Checking concurrent-queue v2.5.0 |
| 2445 | 2024-12-13T20:04:22.030Z | Checking ratatui v0.28.1 |
| 2446 | 2024-12-13T20:04:22.378Z | Checking fallible-streaming-iterator v0.1.9 |
| 2447 | 2024-12-13T20:04:22.581Z | Checking parking v2.2.1 |
| 2448 | 2024-12-13T20:04:22.631Z | Checking fallible-iterator v0.3.0 |
| 2449 | 2024-12-13T20:04:22.778Z | Checking plotters-backend v0.3.7 |
| 2450 | 2024-12-13T20:04:23.140Z | Checking plotters-svg v0.3.7 |
| 2451 | 2024-12-13T20:04:23.289Z | Checking rusqlite v0.32.1 |
| 2452 | 2024-12-13T20:04:23.868Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2453 | 2024-12-13T20:04:24.446Z | Checking async-bb8-diesel v0.2.1 |
| 2454 | 2024-12-13T20:04:24.669Z | Checking tokio-rustls v0.24.1 |
| 2455 | 2024-12-13T20:04:24.883Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2456 | 2024-12-13T20:04:24.914Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2457 | 2024-12-13T20:04:25.013Z | Checking rustls-pemfile v1.0.4 |
| 2458 | 2024-12-13T20:04:25.042Z | Checking twox-hash v1.6.3 |
| 2459 | 2024-12-13T20:04:25.132Z | Checking cast v0.3.0 |
| 2460 | 2024-12-13T20:04:25.206Z | Checking plotters v0.3.7 |
| 2461 | 2024-12-13T20:04:25.404Z | Checking criterion-plot v0.5.0 |
| 2462 | 2024-12-13T20:04:25.500Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2463 | 2024-12-13T20:04:25.912Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2464 | 2024-12-13T20:04:26.072Z | Checking fatfs v0.3.6 |
| 2465 | 2024-12-13T20:04:26.648Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2466 | 2024-12-13T20:04:26.937Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2467 | 2024-12-13T20:04:27.054Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2468 | 2024-12-13T20:04:27.727Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2469 | 2024-12-13T20:04:27.814Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2470 | 2024-12-13T20:04:28.233Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2471 | 2024-12-13T20:04:29.535Z | Checking tinytemplate v1.2.1 |
| 2472 | 2024-12-13T20:04:29.962Z | Checking csv-core v0.1.11 |
| 2473 | 2024-12-13T20:04:30.335Z | Checking anes v0.1.6 |
| 2474 | 2024-12-13T20:04:30.442Z | Checking hex-literal v0.4.1 |
| 2475 | 2024-12-13T20:04:30.595Z | Checking oorandom v11.1.4 |
| 2476 | 2024-12-13T20:04:30.704Z | Checking shell-words v1.1.0 |
| 2477 | 2024-12-13T20:04:30.774Z | Checking criterion v0.5.1 |
| 2478 | 2024-12-13T20:04:30.904Z | Checking csv v1.3.0 |
| 2479 | 2024-12-13T20:04:31.059Z | Checking event-listener v5.3.1 |
| 2480 | 2024-12-13T20:04:31.531Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2481 | 2024-12-13T20:04:31.812Z | Checking rtoolbox v0.0.2 |
| 2482 | 2024-12-13T20:04:32.000Z | Checking rpassword v7.3.1 |
| 2483 | 2024-12-13T20:04:32.178Z | Checking event-listener-strategy v0.5.2 |
| 2484 | 2024-12-13T20:04:32.399Z | Checking tui-tree-widget v0.22.0 |
| 2485 | 2024-12-13T20:04:32.681Z | Checking polyval v0.6.2 |
| 2486 | 2024-12-13T20:04:32.983Z | Checking ghash v0.5.1 |
| 2487 | 2024-12-13T20:04:33.131Z | Checking futures-lite v2.3.0 |
| 2488 | 2024-12-13T20:04:33.771Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2489 | 2024-12-13T20:04:34.579Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2490 | 2024-12-13T20:04:35.044Z | Checking ctr v0.9.2 |
| 2491 | 2024-12-13T20:04:35.358Z | Checking yansi v1.0.1 |
| 2492 | 2024-12-13T20:04:35.770Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2493 | 2024-12-13T20:04:35.800Z | Checking aes-gcm v0.10.3 |
| 2494 | 2024-12-13T20:04:35.902Z | Checking pretty_assertions v1.4.1 |
| 2495 | 2024-12-13T20:04:36.023Z | Checking ssh-encoding v0.2.0 |
| 2496 | 2024-12-13T20:04:36.124Z | Checking blowfish v0.9.1 |
| 2497 | 2024-12-13T20:04:36.369Z | Checking bcrypt-pbkdf v0.10.0 |
| 2498 | 2024-12-13T20:04:36.391Z | Checking ssh-cipher v0.2.0 |
| 2499 | 2024-12-13T20:04:36.663Z | Checking async-lock v3.4.0 |
| 2500 | 2024-12-13T20:04:36.709Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2501 | 2024-12-13T20:04:37.583Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2502 | 2024-12-13T20:04:37.705Z | Checking polling v3.7.3 |
| 2503 | 2024-12-13T20:04:38.139Z | Checking password-hash v0.4.2 |
| 2504 | 2024-12-13T20:04:38.589Z | Checking matches v0.1.10 |
| 2505 | 2024-12-13T20:04:38.700Z | Checking idna v0.2.3 |
| 2506 | 2024-12-13T20:04:39.145Z | Checking pbkdf2 v0.11.0 |
| 2507 | 2024-12-13T20:04:39.465Z | Checking async-io v2.3.4 |
| 2508 | 2024-12-13T20:04:39.566Z | Checking ssh-key v0.6.6 |
| 2509 | 2024-12-13T20:04:40.351Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2510 | 2024-12-13T20:04:40.384Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2511 | 2024-12-13T20:04:41.376Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2512 | 2024-12-13T20:04:41.730Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2513 | 2024-12-13T20:04:42.233Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2514 | 2024-12-13T20:04:43.304Z | Checking p521 v0.13.3 |
| 2515 | 2024-12-13T20:04:43.630Z | Checking p256 v0.13.2 |
| 2516 | 2024-12-13T20:04:44.156Z | Checking russh-cryptovec v0.7.3 |
| 2517 | 2024-12-13T20:04:44.375Z | Compiling enum-as-inner v0.5.1 |
| 2518 | 2024-12-13T20:04:44.740Z | Compiling target-lexicon v0.12.16 |
| 2519 | 2024-12-13T20:04:45.518Z | Checking md5 v0.7.0 |
| 2520 | 2024-12-13T20:04:45.790Z | Checking async-task v4.7.1 |
| 2521 | 2024-12-13T20:04:45.820Z | Compiling doc-comment v0.3.3 |
| 2522 | 2024-12-13T20:04:46.164Z | Checking russh-keys v0.45.0 |
| 2523 | 2024-12-13T20:04:46.653Z | Checking trust-dns-proto v0.22.0 |
| 2524 | 2024-12-13T20:04:47.227Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2525 | 2024-12-13T20:04:47.586Z | Checking async-channel v2.3.1 |
| 2526 | 2024-12-13T20:04:47.935Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2527 | 2024-12-13T20:04:48.317Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2528 | 2024-12-13T20:04:49.253Z | Checking piper v0.2.4 |
| 2529 | 2024-12-13T20:04:49.445Z | Checking num-bigint v0.4.6 |
| 2530 | 2024-12-13T20:04:49.837Z | Checking des v0.8.1 |
| 2531 | 2024-12-13T20:04:50.114Z | Compiling guppy-workspace-hack v0.1.0 |
| 2532 | 2024-12-13T20:04:50.394Z | Compiling dhcproto-macros v0.1.0 |
| 2533 | 2024-12-13T20:04:50.413Z | Checking futures-timer v3.0.3 |
| 2534 | 2024-12-13T20:04:50.731Z | Compiling assert_cmd v2.0.16 |
| 2535 | 2024-12-13T20:04:51.253Z | Checking blocking v1.6.1 |
| 2536 | 2024-12-13T20:04:51.424Z | Checking dhcproto v0.12.0 |
| 2537 | 2024-12-13T20:04:52.167Z | Checking async-executor v1.13.1 |
| 2538 | 2024-12-13T20:04:52.219Z | Checking russh v0.45.0 |
| 2539 | 2024-12-13T20:04:52.543Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2540 | 2024-12-13T20:04:53.023Z | Checking async-signal v0.2.10 |
| 2541 | 2024-12-13T20:04:53.148Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2542 | 2024-12-13T20:04:53.536Z | Checking event-listener v2.5.3 |
| 2543 | 2024-12-13T20:04:53.648Z | Checking internet-checksum v0.2.1 |
| 2544 | 2024-12-13T20:04:53.778Z | Compiling target-spec v3.2.2 |
| 2545 | 2024-12-13T20:04:54.414Z | Checking async-channel v1.9.0 |
| 2546 | 2024-12-13T20:04:55.325Z | Checking async-process v2.3.0 |
| 2547 | 2024-12-13T20:04:55.723Z | Checking async-global-executor v2.4.1 |
| 2548 | 2024-12-13T20:04:56.047Z | Checking cfg-expr v0.17.0 |
| 2549 | 2024-12-13T20:04:56.331Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2550 | 2024-12-13T20:04:56.670Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2551 | 2024-12-13T20:04:56.942Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2552 | 2024-12-13T20:04:57.369Z | Checking httptest v0.16.1 |
| 2553 | 2024-12-13T20:04:57.937Z | Checking rustls-native-certs v0.7.3 |
| 2554 | 2024-12-13T20:04:58.109Z | Compiling petname v2.0.2 |
| 2555 | 2024-12-13T20:04:58.138Z | Checking num_cpus v1.16.0 |
| 2556 | 2024-12-13T20:04:58.283Z | Checking kv-log-macro v1.0.7 |
| 2557 | 2024-12-13T20:04:58.436Z | Compiling async-attributes v1.1.2 |
| 2558 | 2024-12-13T20:04:59.346Z | Checking async-std v1.13.0 |
| 2559 | 2024-12-13T20:05:01.434Z | Checking threadpool v1.8.1 |
| 2560 | 2024-12-13T20:05:01.670Z | Checking hyper-rustls v0.26.0 |
| 2561 | 2024-12-13T20:05:02.028Z | Checking pathdiff v0.2.2 |
| 2562 | 2024-12-13T20:05:02.051Z | Compiling rstest_macros v0.23.0 |
| 2563 | 2024-12-13T20:05:02.192Z | Compiling target-triple v0.1.3 |
| 2564 | 2024-12-13T20:05:02.579Z | Checking nested v0.1.1 |
| 2565 | 2024-12-13T20:05:02.697Z | Checking escape8259 v0.5.3 |
| 2566 | 2024-12-13T20:05:02.812Z | Checking guppy v0.17.8 |
| 2567 | 2024-12-13T20:05:02.892Z | Checking libtest-mimic v0.7.3 |
| 2568 | 2024-12-13T20:05:03.289Z | Checking async-object-pool v0.1.5 |
| 2569 | 2024-12-13T20:05:03.529Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2570 | 2024-12-13T20:05:04.269Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2571 | 2024-12-13T20:05:04.589Z | Checking similar-asserts v1.6.0 |
| 2572 | 2024-12-13T20:05:04.855Z | Checking fancy-regex v0.13.0 |
| 2573 | 2024-12-13T20:05:04.918Z | Checking serde_regex v1.1.0 |
| 2574 | 2024-12-13T20:05:05.194Z | Checking assert-json-diff v2.0.2 |
| 2575 | 2024-12-13T20:05:05.502Z | Compiling proc-macro-crate v3.2.0 |
| 2576 | 2024-12-13T20:05:05.633Z | Checking path-tree v0.8.1 |
| 2577 | 2024-12-13T20:05:05.971Z | Checking sync-ptr v0.1.1 |
| 2578 | 2024-12-13T20:05:06.203Z | Checking stringmetrics v2.2.2 |
| 2579 | 2024-12-13T20:05:06.473Z | Compiling relative-path v1.9.3 |
| 2580 | 2024-12-13T20:05:06.907Z | Checking httpmock v0.8.0-alpha.1 |
| 2581 | 2024-12-13T20:05:07.011Z | Checking datatest-stable v0.2.9 |
| 2582 | 2024-12-13T20:05:07.490Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2583 | 2024-12-13T20:05:09.091Z | Checking blake2b_simd v1.0.2 |
| 2584 | 2024-12-13T20:05:10.019Z | Compiling git2 v0.19.0 |
| 2585 | 2024-12-13T20:05:10.036Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2586 | 2024-12-13T20:05:12.584Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2587 | 2024-12-13T20:05:12.875Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2588 | 2024-12-13T20:05:13.175Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2589 | 2024-12-13T20:05:13.443Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2590 | 2024-12-13T20:05:13.716Z | Checking serde_tokenstream v0.2.2 |
| 2591 | 2024-12-13T20:05:13.764Z | Checking uzers v0.12.1 |
| 2592 | 2024-12-13T20:05:14.265Z | Checking rust-argon2 v2.1.0 |
| 2593 | 2024-12-13T20:05:14.296Z | Checking trybuild v1.0.101 |
| 2594 | 2024-12-13T20:05:17.023Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2595 | 2024-12-13T20:05:17.062Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2596 | 2024-12-13T20:05:17.732Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2597 | 2024-12-13T20:05:18.250Z | Checking rstest v0.23.0 |
| 2598 | 2024-12-13T20:05:18.500Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2599 | 2024-12-13T20:05:18.821Z | Checking rand_distr v0.4.3 |
| 2600 | 2024-12-13T20:05:18.892Z | Checking multimap v0.10.0 |
| 2601 | 2024-12-13T20:05:19.242Z | Checking approx v0.5.1 |
| 2602 | 2024-12-13T20:05:19.523Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2603 | 2024-12-13T20:05:23.632Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2604 | 2024-12-13T20:05:23.661Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2605 | 2024-12-13T20:05:23.661Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2606 | 2024-12-13T20:05:23.661Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2607 | 2024-12-13T20:05:23.661Z | Checking partial-io v0.5.4 |
| 2608 | 2024-12-13T20:05:23.661Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2609 | 2024-12-13T20:05:23.661Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2610 | 2024-12-13T20:05:23.662Z | Checking cargo_toml v0.20.5 |
| 2611 | 2024-12-13T20:05:23.662Z | Checking termios v0.3.3 |
| 2612 | 2024-12-13T20:05:23.662Z | Compiling indoc v2.0.5 |
| 2613 | 2024-12-13T20:05:23.686Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2614 | 2024-12-13T20:05:24.161Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2615 | 2024-12-13T20:05:27.213Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2616 | 2024-12-13T20:05:43.616Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2617 | 2024-12-13T20:05:47.051Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2618 | 2024-12-13T20:05:48.501Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2619 | 2024-12-13T20:06:09.819Z | Compiling polar-core v0.27.3 |
| 2620 | 2024-12-13T20:06:21.362Z | Checking oso v0.27.3 |
| 2621 | 2024-12-13T20:06:26.324Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2622 | 2024-12-13T20:06:26.669Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2623 | 2024-12-13T20:06:27.921Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2624 | 2024-12-13T20:07:12.711Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2625 | 2024-12-13T20:07:12.712Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2626 | 2024-12-13T20:07:12.714Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2627 | 2024-12-13T20:08:42.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 57s |
| 2628 | 2024-12-13T20:08:43.448Z | |
| 2629 | 2024-12-13T20:08:43.448Z | real 7:02.238962677 |
| 2630 | 2024-12-13T20:08:43.448Z | user 37:22.091741122 |
| 2631 | 2024-12-13T20:08:43.448Z | sys 6:51.954933209 |
| 2632 | 2024-12-13T20:08:43.448Z | trap 1.051616949 |
| 2633 | 2024-12-13T20:08:43.448Z | tflt 2.130963332 |
| 2634 | 2024-12-13T20:08:43.448Z | dflt 0.766487958 |
| 2635 | 2024-12-13T20:08:43.448Z | kflt 0.000818397 |
| 2636 | 2024-12-13T20:08:43.490Z | lock 54:34.638627864 |
| 2637 | 2024-12-13T20:08:43.490Z | slp 2:09:09.975027143 |
| 2638 | 2024-12-13T20:08:43.490Z | lat 1:42.576786275 |
| 2639 | 2024-12-13T20:08:43.490Z | stop 6:23.798980345 |
| 2640 | 2024-12-13T20:08:43.490Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2641 | 2024-12-13T20:08:43.490Z | + ptime -m cargo doc --workspace --no-deps |
| 2642 | 2024-12-13T20:08:44.629Z | warning: output filename collision. |
| 2643 | 2024-12-13T20:08:44.629Z | 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)`. |
| 2644 | 2024-12-13T20:08:44.629Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2645 | 2024-12-13T20:08:44.629Z | The targets should have unique names. |
| 2646 | 2024-12-13T20:08:44.630Z | This is a known bug where multiple crates with the same name use |
| 2647 | 2024-12-13T20:08:44.630Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2648 | 2024-12-13T20:08:45.091Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2649 | 2024-12-13T20:08:45.163Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2650 | 2024-12-13T20:08:45.183Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2651 | 2024-12-13T20:08:45.224Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2652 | 2024-12-13T20:08:45.248Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2653 | 2024-12-13T20:08:45.276Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2654 | 2024-12-13T20:08:45.276Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2655 | 2024-12-13T20:08:45.485Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2656 | 2024-12-13T20:08:45.530Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2657 | 2024-12-13T20:08:45.553Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2658 | 2024-12-13T20:08:45.573Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2659 | 2024-12-13T20:08:45.769Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2660 | 2024-12-13T20:08:45.873Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2661 | 2024-12-13T20:08:46.067Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2662 | 2024-12-13T20:08:46.351Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2663 | 2024-12-13T20:08:46.373Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2664 | 2024-12-13T20:08:49.040Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2665 | 2024-12-13T20:08:49.393Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2666 | 2024-12-13T20:08:49.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2667 | 2024-12-13T20:08:49.945Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2668 | 2024-12-13T20:08:50.852Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2669 | 2024-12-13T20:08:50.881Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2670 | 2024-12-13T20:08:51.187Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2671 | 2024-12-13T20:08:51.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2672 | 2024-12-13T20:08:51.568Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2673 | 2024-12-13T20:08:51.595Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2674 | 2024-12-13T20:08:52.059Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2675 | 2024-12-13T20:08:52.148Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2676 | 2024-12-13T20:08:52.270Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2677 | 2024-12-13T20:08:52.445Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2678 | 2024-12-13T20:08:52.582Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2679 | 2024-12-13T20:08:52.795Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2680 | 2024-12-13T20:08:52.823Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2681 | 2024-12-13T20:08:52.895Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2682 | 2024-12-13T20:08:53.149Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2683 | 2024-12-13T20:08:53.481Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2684 | 2024-12-13T20:08:53.502Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2685 | 2024-12-13T20:08:53.765Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2686 | 2024-12-13T20:08:53.879Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2687 | 2024-12-13T20:08:53.950Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2688 | 2024-12-13T20:08:54.077Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2689 | 2024-12-13T20:08:54.713Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2690 | 2024-12-13T20:08:55.872Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2691 | 2024-12-13T20:08:58.448Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2692 | 2024-12-13T20:09:00.301Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2693 | 2024-12-13T20:09:00.522Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2694 | 2024-12-13T20:09:00.809Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2695 | 2024-12-13T20:09:01.331Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2696 | 2024-12-13T20:09:01.949Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2697 | 2024-12-13T20:09:02.078Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2698 | 2024-12-13T20:09:03.049Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2699 | 2024-12-13T20:09:03.233Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2700 | 2024-12-13T20:09:03.745Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2701 | 2024-12-13T20:09:04.063Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2702 | 2024-12-13T20:09:04.806Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2703 | 2024-12-13T20:09:10.112Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2704 | 2024-12-13T20:09:10.791Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2705 | 2024-12-13T20:09:11.540Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2706 | 2024-12-13T20:09:12.177Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2707 | 2024-12-13T20:09:12.271Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2708 | 2024-12-13T20:09:12.625Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2709 | 2024-12-13T20:09:13.391Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2710 | 2024-12-13T20:09:13.684Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2711 | 2024-12-13T20:09:13.787Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2712 | 2024-12-13T20:09:13.897Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2713 | 2024-12-13T20:09:14.583Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2714 | 2024-12-13T20:09:15.294Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2715 | 2024-12-13T20:09:15.347Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2716 | 2024-12-13T20:09:15.964Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2717 | 2024-12-13T20:09:16.180Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2718 | 2024-12-13T20:09:16.213Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2719 | 2024-12-13T20:09:16.450Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2720 | 2024-12-13T20:09:17.051Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2721 | 2024-12-13T20:09:17.101Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2722 | 2024-12-13T20:09:17.999Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2723 | 2024-12-13T20:09:18.089Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2724 | 2024-12-13T20:09:18.633Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2725 | 2024-12-13T20:09:19.191Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2726 | 2024-12-13T20:09:19.405Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2727 | 2024-12-13T20:09:20.147Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2728 | 2024-12-13T20:09:20.939Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2729 | 2024-12-13T20:09:21.239Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2730 | 2024-12-13T20:09:21.321Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2731 | 2024-12-13T20:09:21.823Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2732 | 2024-12-13T20:09:22.027Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2733 | 2024-12-13T20:09:22.144Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2734 | 2024-12-13T20:09:22.756Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2735 | 2024-12-13T20:09:22.829Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2736 | 2024-12-13T20:09:23.082Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2737 | 2024-12-13T20:09:23.179Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2738 | 2024-12-13T20:09:23.613Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2739 | 2024-12-13T20:09:23.669Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2740 | 2024-12-13T20:09:23.762Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2741 | 2024-12-13T20:09:24.968Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2742 | 2024-12-13T20:09:25.265Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2743 | 2024-12-13T20:09:25.288Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2744 | 2024-12-13T20:09:25.602Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2745 | 2024-12-13T20:09:25.821Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2746 | 2024-12-13T20:09:26.784Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2747 | 2024-12-13T20:09:26.989Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2748 | 2024-12-13T20:09:27.010Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2749 | 2024-12-13T20:09:27.749Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2750 | 2024-12-13T20:09:28.287Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2751 | 2024-12-13T20:09:28.308Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2752 | 2024-12-13T20:09:29.227Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2753 | 2024-12-13T20:09:31.198Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2754 | 2024-12-13T20:09:32.506Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2755 | 2024-12-13T20:09:32.569Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2756 | 2024-12-13T20:09:33.163Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2757 | 2024-12-13T20:09:35.724Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2758 | 2024-12-13T20:09:36.403Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2759 | 2024-12-13T20:09:37.550Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2760 | 2024-12-13T20:09:44.582Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2761 | 2024-12-13T20:09:45.857Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2762 | 2024-12-13T20:09:48.731Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2763 | 2024-12-13T20:09:49.182Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 2764 | 2024-12-13T20:09:53.775Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2765 | 2024-12-13T20:09:55.138Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2766 | 2024-12-13T20:10:41.250Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2767 | 2024-12-13T20:10:47.673Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2768 | 2024-12-13T20:10:50.197Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2769 | 2024-12-13T20:11:02.166Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2770 | 2024-12-13T20:11:27.567Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2771 | 2024-12-13T20:11:31.597Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2772 | 2024-12-13T20:11:32.135Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2773 | 2024-12-13T20:11:33.727Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2774 | 2024-12-13T20:11:35.346Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2775 | 2024-12-13T20:11:37.032Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2776 | 2024-12-13T20:11:38.990Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2777 | 2024-12-13T20:11:45.403Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2778 | 2024-12-13T20:11:52.562Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2779 | 2024-12-13T20:12:31.693Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2780 | 2024-12-13T20:12:32.214Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2781 | 2024-12-13T20:12:41.176Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2782 | 2024-12-13T20:12:41.176Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2783 | 2024-12-13T20:12:41.176Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2784 | 2024-12-13T20:12:42.501Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2785 | 2024-12-13T20:13:05.971Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2786 | 2024-12-13T20:13:06.454Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2787 | 2024-12-13T20:13:16.625Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2788 | 2024-12-13T20:13:16.929Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2789 | 2024-12-13T20:13:22.305Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 2790 | 2024-12-13T20:13:24.232Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2791 | 2024-12-13T20:13:35.777Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2792 | 2024-12-13T20:13:36.908Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2793 | 2024-12-13T20:13:44.728Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2794 | 2024-12-13T20:13:44.991Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2795 | 2024-12-13T20:13:51.961Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2796 | 2024-12-13T20:13:58.277Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2797 | 2024-12-13T20:14:03.875Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2798 | 2024-12-13T20:14:05.034Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2799 | 2024-12-13T20:14:05.499Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2800 | 2024-12-13T20:14:10.712Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2801 | 2024-12-13T20:14:13.098Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2802 | 2024-12-13T20:14:15.861Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2803 | 2024-12-13T20:14:25.825Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2804 | 2024-12-13T20:14:27.469Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2805 | 2024-12-13T20:14:31.355Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2806 | 2024-12-13T20:14:35.653Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2807 | 2024-12-13T20:14:38.826Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2808 | 2024-12-13T20:14:43.354Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2809 | 2024-12-13T20:14:47.524Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2810 | 2024-12-13T20:14:51.507Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2811 | 2024-12-13T20:14:52.445Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2812 | 2024-12-13T20:14:52.644Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2813 | 2024-12-13T20:14:54.978Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2814 | 2024-12-13T20:15:02.864Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2815 | 2024-12-13T20:15:05.084Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2816 | 2024-12-13T20:15:07.537Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2817 | 2024-12-13T20:15:11.514Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2818 | 2024-12-13T20:15:12.609Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2819 | 2024-12-13T20:15:15.908Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2820 | 2024-12-13T20:15:18.303Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2821 | 2024-12-13T20:15:26.321Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2822 | 2024-12-13T20:15:28.104Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2823 | 2024-12-13T20:15:30.504Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2824 | 2024-12-13T20:15:30.975Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2825 | 2024-12-13T20:15:34.713Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2826 | 2024-12-13T20:15:37.702Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 2827 | 2024-12-13T20:15:37.756Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2828 | 2024-12-13T20:15:41.759Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2829 | 2024-12-13T20:15:50.777Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2830 | 2024-12-13T20:15:51.520Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2831 | 2024-12-13T20:15:52.484Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2832 | 2024-12-13T20:15:53.356Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2833 | 2024-12-13T20:16:03.058Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2834 | 2024-12-13T20:16:03.089Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2835 | 2024-12-13T20:16:03.190Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2836 | 2024-12-13T20:16:05.125Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2837 | 2024-12-13T20:16:08.573Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2838 | 2024-12-13T20:16:09.235Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2839 | 2024-12-13T20:16:12.184Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2840 | 2024-12-13T20:16:16.120Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2841 | 2024-12-13T20:16:22.726Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2842 | 2024-12-13T20:16:22.973Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2843 | 2024-12-13T20:16:24.418Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2844 | 2024-12-13T20:16:25.967Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2845 | 2024-12-13T20:16:32.467Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2846 | 2024-12-13T20:16:33.932Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2847 | 2024-12-13T20:16:39.178Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2848 | 2024-12-13T20:16:39.295Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2849 | 2024-12-13T20:16:39.741Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2850 | 2024-12-13T20:16:45.231Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2851 | 2024-12-13T20:16:45.581Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2852 | 2024-12-13T20:16:46.693Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2853 | 2024-12-13T20:16:47.603Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2854 | 2024-12-13T20:16:49.009Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2855 | 2024-12-13T20:16:50.695Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2856 | 2024-12-13T20:16:54.094Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2857 | 2024-12-13T20:16:58.474Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2858 | 2024-12-13T20:16:59.651Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2859 | 2024-12-13T20:17:01.199Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2860 | 2024-12-13T20:17:01.866Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2861 | 2024-12-13T20:17:05.138Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2862 | 2024-12-13T20:17:06.158Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2863 | 2024-12-13T20:17:06.330Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2864 | 2024-12-13T20:17:08.362Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2865 | 2024-12-13T20:17:11.425Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2866 | 2024-12-13T20:17:11.949Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2867 | 2024-12-13T20:17:12.154Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2868 | 2024-12-13T20:17:13.489Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2869 | 2024-12-13T20:17:16.723Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2870 | 2024-12-13T20:17:19.368Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2871 | 2024-12-13T20:17:19.560Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2872 | 2024-12-13T20:17:20.560Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2873 | 2024-12-13T20:17:21.296Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2874 | 2024-12-13T20:17:21.953Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2875 | 2024-12-13T20:17:24.892Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2876 | 2024-12-13T20:17:25.716Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2877 | 2024-12-13T20:17:50.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 06s |
| 2878 | 2024-12-13T20:17:50.281Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
| 2879 | 2024-12-13T20:17:50.349Z | |
| 2880 | 2024-12-13T20:17:50.349Z | real 9:06.855519328 |
| 2881 | 2024-12-13T20:17:50.349Z | user 27:31.564237523 |
| 2882 | 2024-12-13T20:17:50.349Z | sys 42:04.258370480 |
| 2883 | 2024-12-13T20:17:50.349Z | trap 0.455839663 |
| 2884 | 2024-12-13T20:17:50.352Z | tflt 0.163578421 |
| 2885 | 2024-12-13T20:17:50.352Z | dflt 0.120087698 |
| 2886 | 2024-12-13T20:17:50.352Z | kflt 0.000032413 |
| 2887 | 2024-12-13T20:17:50.352Z | lock 1:32:14.577539681 |
| 2888 | 2024-12-13T20:17:50.352Z | slp 2:36:38.536726361 |
| 2889 | 2024-12-13T20:17:50.352Z | lat 1:14.023435922 |
| 2890 | 2024-12-13T20:17:50.352Z | stop 1:11.756391660 |
| 2891 | 2024-12-13T20:17:50.352Z | process exited: duration 1269030 ms, exit code 0 |
| |
| 2892 | 2024-12-13T20:17:50.358Z | found 0 output files |