|
|
|
| 1 | 2024-11-07T01:19:21.124Z | job assigned to worker 01JC23723CQJWRCCRGC7RM5KNJ (queued for 59 s) |
| |
| 2 | 2024-11-07T01:19:28.921Z | starting task 0: "setup" |
| 3 | 2024-11-07T01:19:28.931Z | ++ uname -s |
| 4 | 2024-11-07T01:19:28.933Z | + kern=SunOS |
| 5 | 2024-11-07T01:19:28.933Z | + case "$kern" in |
| 6 | 2024-11-07T01:19:28.933Z | + groupadd -g 12345 build |
| 7 | 2024-11-07T01:19:28.936Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-07T01:19:30.945Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-07T01:19:31.125Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-07T01:19:31.129Z | + home_fs=zfs |
| 11 | 2024-11-07T01:19:31.129Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-07T01:19:31.129Z | + mkdir -p /home/build |
| 13 | 2024-11-07T01:19:31.129Z | + chown build:build /home/build /work |
| 14 | 2024-11-07T01:19:33.131Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-07T01:19:33.134Z | process exited: duration 4213 ms, exit code 0 |
| |
| 16 | 2024-11-07T01:19:33.140Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-07T01:19:33.146Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-07T01:19:33.146Z | * toolchain channel = "1.82.0" |
| 19 | 2024-11-07T01:19:33.146Z | ' 1.82.0 |
| 20 | 2024-11-07T01:19:33.146Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-07T01:19:33.146Z | ' default |
| 22 | 2024-11-07T01:19:33.146Z | * toolchain profile = "default" |
| 23 | 2024-11-07T01:19:33.149Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-07T01:19:33.149Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 25 | 2024-11-07T01:19:33.264Z | info: downloading installer |
| 26 | 2024-11-07T01:19:34.766Z | info: profile set to 'default' |
| 27 | 2024-11-07T01:19:34.767Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-07T01:19:34.772Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 29 | 2024-11-07T01:19:34.923Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-07T01:19:34.923Z | info: downloading component 'cargo' |
| 31 | 2024-11-07T01:19:35.796Z | info: downloading component 'clippy' |
| 32 | 2024-11-07T01:19:36.134Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-07T01:19:37.370Z | info: downloading component 'rust-std' |
| 34 | 2024-11-07T01:19:39.295Z | info: downloading component 'rustc' |
| 35 | 2024-11-07T01:19:46.072Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-07T01:19:46.370Z | info: installing component 'cargo' |
| 37 | 2024-11-07T01:19:47.267Z | info: installing component 'clippy' |
| 38 | 2024-11-07T01:19:47.697Z | info: installing component 'rust-docs' |
| 39 | 2024-11-07T01:19:49.404Z | info: installing component 'rust-std' |
| 40 | 2024-11-07T01:19:51.382Z | info: installing component 'rustc' |
| 41 | 2024-11-07T01:19:57.964Z | info: installing component 'rustfmt' |
| 42 | 2024-11-07T01:19:58.314Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 43 | 2024-11-07T01:19:58.314Z | |
| 44 | 2024-11-07T01:19:58.694Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-07T01:19:58.694Z | |
| 46 | 2024-11-07T01:19:58.697Z | |
| 47 | 2024-11-07T01:19:58.697Z | Rust is installed now. Great! |
| 48 | 2024-11-07T01:19:58.697Z | |
| 49 | 2024-11-07T01:19:58.697Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-07T01:19:58.697Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-07T01:19:58.697Z | |
| 52 | 2024-11-07T01:19:58.697Z | To configure your current shell, you need to source |
| 53 | 2024-11-07T01:19:58.697Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-07T01:19:58.697Z | |
| 55 | 2024-11-07T01:19:58.697Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-07T01:19:58.697Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-07T01:19:58.697Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-07T01:19:58.772Z | + rustc --version |
| 59 | 2024-11-07T01:19:58.839Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-07T01:19:58.842Z | process exited: duration 25700 ms, exit code 0 |
| |
| 61 | 2024-11-07T01:19:58.848Z | starting task 2: "authentication" |
| 62 | 2024-11-07T01:19:58.869Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-11-07T01:19:58.875Z | starting task 3: "clone repository" |
| 64 | 2024-11-07T01:19:58.880Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-07T01:19:58.883Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-07T01:20:00.620Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-07T01:20:09.421Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-07T01:20:09.421Z | + git fetch origin 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
| 69 | 2024-11-07T01:20:09.741Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-07T01:20:09.742Z | * branch 0c9be2d70f86809bec33f4524f1c1cd32e9d666c -> FETCH_HEAD |
| 71 | 2024-11-07T01:20:09.752Z | + [[ -n dataset-diff ]] |
| 72 | 2024-11-07T01:20:09.755Z | ++ git branch --show-current |
| 73 | 2024-11-07T01:20:09.757Z | + current=main |
| 74 | 2024-11-07T01:20:09.757Z | + [[ main != dataset-diff ]] |
| 75 | 2024-11-07T01:20:09.757Z | + git branch -f dataset-diff 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
| 76 | 2024-11-07T01:20:09.760Z | + git checkout -f dataset-diff |
| 77 | 2024-11-07T01:20:09.899Z | Switched to branch 'dataset-diff' |
| 78 | 2024-11-07T01:20:09.902Z | + git reset --hard 0c9be2d70f86809bec33f4524f1c1cd32e9d666c |
| 79 | 2024-11-07T01:20:10.041Z | HEAD is now at 0c9be2d70 Add a test that uses the diff behavior more explicitly |
| 80 | 2024-11-07T01:20:10.044Z | process exited: duration 11167 ms, exit code 0 |
| |
| 81 | 2024-11-07T01:20:10.049Z | starting task 4: "build" |
| 82 | 2024-11-07T01:20:10.054Z | + source ./env.sh |
| 83 | 2024-11-07T01:20:10.057Z | ++ OLD_SHELL_OPTS=ehxB |
| 84 | 2024-11-07T01:20:10.057Z | ++ set -o xtrace |
| 85 | 2024-11-07T01:20:10.059Z | ++++ dirname ./env.sh |
| 86 | 2024-11-07T01:20:10.059Z | +++ readlink -f . |
| 87 | 2024-11-07T01:20:10.112Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 88 | 2024-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.114Z | ++ 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-11-07T01:20:10.115Z | ++ case $OLD_SHELL_OPTS in |
| 97 | 2024-11-07T01:20:10.115Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 98 | 2024-11-07T01:20:10.115Z | + source .github/buildomat/ci-env.sh |
| 99 | 2024-11-07T01:20:10.115Z | ++ export CARGO_TERM_COLOR=always |
| 100 | 2024-11-07T01:20:10.115Z | ++ CARGO_TERM_COLOR=always |
| 101 | 2024-11-07T01:20:10.115Z | + cargo --version |
| 102 | 2024-11-07T01:20:10.171Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 103 | 2024-11-07T01:20:10.174Z | + rustc --version |
| 104 | 2024-11-07T01:20:10.237Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 105 | 2024-11-07T01:20:10.240Z | + banner prerequisites |
| 106 | 2024-11-07T01:20:10.292Z | |
| 107 | 2024-11-07T01:20:10.292Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 108 | 2024-11-07T01:20:10.292Z | # # # # # # # # # # # # # # # |
| 109 | 2024-11-07T01:20:10.292Z | # # # # ##### # # ##### # # # # # #### # |
| 110 | 2024-11-07T01:20:10.292Z | ##### ##### # ##### # # # # # # # # # |
| 111 | 2024-11-07T01:20:10.292Z | # # # # # # # # # # # # # # # |
| 112 | 2024-11-07T01:20:10.292Z | # # # ###### # # ###### ### # #### # #### # |
| 113 | 2024-11-07T01:20:10.292Z | |
| 114 | 2024-11-07T01:20:10.295Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 115 | 2024-11-07T01:20:32.865Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2024-11-07T01:20:36.530Z | Startup: Caching catalogs ... Done |
| 117 | 2024-11-07T01:20:44.631Z | Planning: Solver setup ... Done (7.364s) |
| 118 | 2024-11-07T01:20:44.736Z | Planning: Running solver ... Done (0.104s) |
| 119 | 2024-11-07T01:20:44.870Z | Planning: Finding local manifests ... Done (0.047s) |
| 120 | 2024-11-07T01:20:44.885Z | Planning: Fetching manifests: 0/5 0% complete |
| 121 | 2024-11-07T01:20:45.109Z | Planning: Fetching manifests: 5/5 100% complete |
| 122 | 2024-11-07T01:20:45.409Z | Planning: Package planning ... Done (0.303s) |
| 123 | 2024-11-07T01:20:45.466Z | Planning: Merging actions ... Done (0.056s) |
| 124 | 2024-11-07T01:20:46.211Z | Planning: Checking for conflicting actions ... Done (0.746s) |
| 125 | 2024-11-07T01:20:53.046Z | Planning: Consolidating action changes ... Done (6.835s) |
| 126 | 2024-11-07T01:20:53.490Z | Planning: Evaluating mediators ... Done (0.443s) |
| 127 | 2024-11-07T01:20:53.572Z | Planning: Planning completed in 16.95 seconds |
| 128 | 2024-11-07T01:20:54.426Z | Packages to install: 4 |
| 129 | 2024-11-07T01:20:54.426Z | Packages to update: 1 |
| 130 | 2024-11-07T01:20:54.426Z | Mediators to change: 2 |
| 131 | 2024-11-07T01:20:54.426Z | Services to change: 1 |
| 132 | 2024-11-07T01:20:54.429Z | Estimated space available: 155.61 GB |
| 133 | 2024-11-07T01:20:54.429Z | Estimated space to be consumed: 1.59 GB |
| 134 | 2024-11-07T01:20:54.429Z | Create boot environment: No |
| 135 | 2024-11-07T01:20:54.429Z | Create backup boot environment: Yes |
| 136 | 2024-11-07T01:20:54.429Z | Rebuild boot archive: No |
| 137 | 2024-11-07T01:20:54.429Z | |
| 138 | 2024-11-07T01:20:54.429Z | Changed mediators: |
| 139 | 2024-11-07T01:20:54.429Z | mediator clang: |
| 140 | 2024-11-07T01:20:54.429Z | version: None -> 15 (system default) |
| 141 | 2024-11-07T01:20:54.429Z | |
| 142 | 2024-11-07T01:20:54.429Z | mediator llvm: |
| 143 | 2024-11-07T01:20:54.429Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2024-11-07T01:20:54.429Z | |
| 145 | 2024-11-07T01:20:54.430Z | Changed packages: |
| 146 | 2024-11-07T01:20:54.430Z | helios-dev |
| 147 | 2024-11-07T01:20:54.430Z | developer/build-essential |
| 148 | 2024-11-07T01:20:54.430Z | None -> 11-2.0 |
| 149 | 2024-11-07T01:20:54.430Z | library/libxmlsec1 |
| 150 | 2024-11-07T01:20:54.430Z | None -> 1.2.35-2.0 |
| 151 | 2024-11-07T01:20:54.430Z | ooce/developer/clang-15 |
| 152 | 2024-11-07T01:20:54.430Z | None -> 15.0.7-2.0 |
| 153 | 2024-11-07T01:20:54.430Z | ooce/developer/llvm-15 |
| 154 | 2024-11-07T01:20:54.430Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-07T01:20:54.430Z | package/pkg |
| 156 | 2024-11-07T01:20:54.430Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2024-11-07T01:20:54.430Z | |
| 158 | 2024-11-07T01:20:54.430Z | Services: |
| 159 | 2024-11-07T01:20:54.430Z | restart_fmri: |
| 160 | 2024-11-07T01:20:54.430Z | svc:/system/update-man-index:default |
| 161 | 2024-11-07T01:20:54.430Z | |
| 162 | 2024-11-07T01:20:54.431Z | Editable files to change: |
| 163 | 2024-11-07T01:20:54.431Z | Update: |
| 164 | 2024-11-07T01:20:54.431Z | usr/share/lib/pkg/web/config.shtml |
| 165 | 2024-11-07T01:20:54.764Z | |
| 166 | 2024-11-07T01:20:54.764Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 167 | 2024-11-07T01:20:59.765Z | Download: 493/4281 items 3.0/220.6MB 1% complete (616k/s) |
| 168 | 2024-11-07T01:21:05.447Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.1M/s) |
| 169 | 2024-11-07T01:21:11.413Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (11.6M/s) |
| 170 | 2024-11-07T01:21:16.416Z | Download: 2858/4281 items 121.1/220.6MB 54% complete (1.6M/s) |
| 171 | 2024-11-07T01:21:21.430Z | Download: 3257/4281 items 206.0/220.6MB 93% complete (9.0M/s) |
| 172 | 2024-11-07T01:21:27.034Z | Download: 3287/4281 items 212.3/220.6MB 96% complete (9.2M/s) |
| 173 | 2024-11-07T01:21:32.044Z | Download: 3602/4281 items 216.2/220.6MB 98% complete (855k/s) |
| 174 | 2024-11-07T01:21:41.218Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (1.0M/s) |
| 175 | 2024-11-07T01:21:52.803Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
| 176 | 2024-11-07T01:21:52.910Z | Download: Completed 220.60 MB in 58.14 seconds (3.8M/s) |
| 177 | 2024-11-07T01:21:55.093Z | Actions: 1/5063 actions (Removing old actions) |
| 178 | 2024-11-07T01:21:55.124Z | Actions: 194/5063 actions (Installing new actions) |
| 179 | 2024-11-07T01:22:00.126Z | Actions: 4100/5063 actions (Installing new actions) |
| 180 | 2024-11-07T01:22:00.620Z | Actions: 4226/5063 actions (Updating modified actions) |
| 181 | 2024-11-07T01:22:01.024Z | Actions: Completed 5063 actions in 5.93 seconds. |
| 182 | 2024-11-07T01:22:01.403Z | Done (0.370s) |
| 183 | 2024-11-07T01:22:01.406Z | Done (0.000s) |
| 184 | 2024-11-07T01:22:01.930Z | Done (0.525s) |
| 185 | 2024-11-07T01:22:08.618Z | Done (6.470s) |
| 186 | 2024-11-07T01:22:08.970Z | Done (0.284s) |
| 187 | 2024-11-07T01:22:08.974Z | Done (0.000s) |
| 188 | 2024-11-07T01:22:09.141Z | Done (0.000s) |
| 189 | 2024-11-07T01:22:09.817Z | Planning: Evaluating mediator changes ... Done |
| 190 | 2024-11-07T01:22:09.982Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2024-11-07T01:22:09.985Z | Planning: Consolidating action changes ... Done |
| 192 | 2024-11-07T01:22:10.254Z | Planning: Evaluating mediators ... Done |
| 193 | 2024-11-07T01:22:10.256Z | Planning: Planning completed in 0.44 seconds |
| 194 | 2024-11-07T01:22:10.294Z | Mediators to change: 2 |
| 195 | 2024-11-07T01:22:10.294Z | Create boot environment: No |
| 196 | 2024-11-07T01:22:10.294Z | Create backup boot environment: No |
| 197 | 2024-11-07T01:22:10.394Z | Done |
| 198 | 2024-11-07T01:22:10.394Z | Done |
| 199 | 2024-11-07T01:22:10.736Z | Done |
| 200 | 2024-11-07T01:22:14.316Z | Done |
| 201 | 2024-11-07T01:22:14.405Z | Done |
| 202 | 2024-11-07T01:22:14.408Z | Done |
| 203 | 2024-11-07T01:22:14.576Z | Done |
| 204 | 2024-11-07T01:22:15.188Z | Planning: Evaluating mediator changes ... Done |
| 205 | 2024-11-07T01:22:15.190Z | Planning: Merging actions ... Done |
| 206 | 2024-11-07T01:22:15.380Z | Planning: Checking for conflicting actions ... Done |
| 207 | 2024-11-07T01:22:15.382Z | Planning: Consolidating action changes ... Done |
| 208 | 2024-11-07T01:22:15.648Z | Planning: Evaluating mediators ... Done |
| 209 | 2024-11-07T01:22:15.703Z | Planning: Planning completed in 0.76 seconds |
| 210 | 2024-11-07T01:22:15.743Z | Packages to change: 1 |
| 211 | 2024-11-07T01:22:15.743Z | Mediators to change: 1 |
| 212 | 2024-11-07T01:22:15.746Z | Services to change: 1 |
| 213 | 2024-11-07T01:22:15.746Z | Create boot environment: No |
| 214 | 2024-11-07T01:22:15.746Z | Create backup boot environment: Yes |
| 215 | 2024-11-07T01:22:17.949Z | Actions: 1/6 actions (Updating modified actions) |
| 216 | 2024-11-07T01:22:17.988Z | Actions: Completed 6 actions in 0.04 seconds. |
| 217 | 2024-11-07T01:22:17.991Z | Done |
| 218 | 2024-11-07T01:22:17.991Z | Done |
| 219 | 2024-11-07T01:22:18.097Z | Done |
| 220 | 2024-11-07T01:22:21.857Z | Done |
| 221 | 2024-11-07T01:22:21.948Z | Done |
| 222 | 2024-11-07T01:22:21.951Z | Done |
| 223 | 2024-11-07T01:22:22.098Z | Done |
| 224 | 2024-11-07T01:22:22.530Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 225 | 2024-11-07T01:22:22.530Z | clang system 15 system |
| 226 | 2024-11-07T01:22:22.530Z | csh system system illumos |
| 227 | 2024-11-07T01:22:22.530Z | ctags system system illumos |
| 228 | 2024-11-07T01:22:22.530Z | gcc vendor 12 vendor |
| 229 | 2024-11-07T01:22:22.530Z | gcc system 10 system |
| 230 | 2024-11-07T01:22:22.530Z | gcc system 7 system |
| 231 | 2024-11-07T01:22:22.530Z | go system 1.20 system |
| 232 | 2024-11-07T01:22:22.530Z | go system 1.19 system |
| 233 | 2024-11-07T01:22:22.530Z | llvm system 15 system |
| 234 | 2024-11-07T01:22:22.530Z | llvm system 14 system |
| 235 | 2024-11-07T01:22:22.530Z | mariadb system 10.6 system |
| 236 | 2024-11-07T01:22:22.530Z | mta vendor vendor dma |
| 237 | 2024-11-07T01:22:22.530Z | openjdk system 17 system |
| 238 | 2024-11-07T01:22:22.531Z | openjdk system 11 system |
| 239 | 2024-11-07T01:22:22.531Z | openjdk system 1.8 system |
| 240 | 2024-11-07T01:22:22.531Z | openssl vendor 3 vendor |
| 241 | 2024-11-07T01:22:22.531Z | perl system 5.36 system |
| 242 | 2024-11-07T01:22:22.531Z | postgresql system 15 system |
| 243 | 2024-11-07T01:22:22.531Z | postgresql system 13 system |
| 244 | 2024-11-07T01:22:22.531Z | python vendor 3 vendor |
| 245 | 2024-11-07T01:22:22.531Z | python system 2 system |
| 246 | 2024-11-07T01:22:22.531Z | python3 system 3.11 system |
| 247 | 2024-11-07T01:22:22.531Z | ruby system 3.0 system |
| 248 | 2024-11-07T01:22:22.531Z | words vendor vendor american-english |
| 249 | 2024-11-07T01:22:22.531Z | words system system australian-english |
| 250 | 2024-11-07T01:22:22.531Z | words system system british-english |
| 251 | 2024-11-07T01:22:22.531Z | words system system canadian-english |
| 252 | 2024-11-07T01:22:22.531Z | words system system french |
| 253 | 2024-11-07T01:22:22.531Z | words system system italian |
| 254 | 2024-11-07T01:22:22.531Z | words system system ngerman |
| 255 | 2024-11-07T01:22:22.531Z | words system system ogerman |
| 256 | 2024-11-07T01:22:22.531Z | words system system spanish |
| 257 | 2024-11-07T01:22:22.871Z | PUBLISHER TYPE STATUS P LOCATION |
| 258 | 2024-11-07T01:22:22.871Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 259 | 2024-11-07T01:22:25.394Z | FMRI IFO |
| 260 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 261 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 262 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 263 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 264 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 265 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 266 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 267 | 2024-11-07T01:22:25.394Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 268 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 269 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 270 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 271 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 272 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 273 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 274 | 2024-11-07T01:22:25.395Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 275 | 2024-11-07T01:22:26.089Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 276 | 2024-11-07T01:22:26.383Z | Updating crates.io index |
| 277 | 2024-11-07T01:22:26.386Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 278 | 2024-11-07T01:22:27.274Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 279 | 2024-11-07T01:22:27.543Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 280 | 2024-11-07T01:22:27.805Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 281 | 2024-11-07T01:22:28.110Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 282 | 2024-11-07T01:22:28.990Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 283 | 2024-11-07T01:22:31.395Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 284 | 2024-11-07T01:22:32.394Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 285 | 2024-11-07T01:22:33.153Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 286 | 2024-11-07T01:22:33.428Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 287 | 2024-11-07T01:22:33.715Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 288 | 2024-11-07T01:22:34.396Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 289 | 2024-11-07T01:22:34.748Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 290 | 2024-11-07T01:22:35.050Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 291 | 2024-11-07T01:22:35.457Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 292 | 2024-11-07T01:22:35.711Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 293 | 2024-11-07T01:22:35.966Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 294 | 2024-11-07T01:22:36.260Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 295 | 2024-11-07T01:22:36.739Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 296 | 2024-11-07T01:22:37.127Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 297 | 2024-11-07T01:22:37.394Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 298 | 2024-11-07T01:22:37.890Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 299 | 2024-11-07T01:22:38.174Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 300 | 2024-11-07T01:22:38.732Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 301 | 2024-11-07T01:22:39.081Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 302 | 2024-11-07T01:22:39.429Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 303 | 2024-11-07T01:22:39.675Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 304 | 2024-11-07T01:22:41.284Z | Downloading crates ... |
| 305 | 2024-11-07T01:22:41.294Z | Downloaded anstream v0.6.15 |
| 306 | 2024-11-07T01:22:41.294Z | Downloaded block-buffer v0.10.4 |
| 307 | 2024-11-07T01:22:41.294Z | Downloaded camino v1.1.9 |
| 308 | 2024-11-07T01:22:41.294Z | Downloaded anstyle-parse v0.2.5 |
| 309 | 2024-11-07T01:22:41.294Z | Downloaded autocfg v1.4.0 |
| 310 | 2024-11-07T01:22:41.294Z | Downloaded pretty-hex v0.4.1 |
| 311 | 2024-11-07T01:22:41.294Z | Downloaded scroll_derive v0.12.0 |
| 312 | 2024-11-07T01:22:41.294Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2024-11-07T01:22:41.294Z | Downloaded swrite v0.1.0 |
| 314 | 2024-11-07T01:22:41.294Z | Downloaded itoa v1.0.11 |
| 315 | 2024-11-07T01:22:41.294Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2024-11-07T01:22:41.294Z | Downloaded serde_spanned v0.6.8 |
| 317 | 2024-11-07T01:22:41.294Z | Downloaded fs-err v2.11.0 |
| 318 | 2024-11-07T01:22:41.294Z | Downloaded colorchoice v1.0.2 |
| 319 | 2024-11-07T01:22:41.294Z | Downloaded unicode-linebreak v0.1.5 |
| 320 | 2024-11-07T01:22:41.294Z | Downloaded thread-id v4.2.2 |
| 321 | 2024-11-07T01:22:41.294Z | Downloaded camino-tempfile v1.1.1 |
| 322 | 2024-11-07T01:22:41.294Z | Downloaded errno v0.3.9 |
| 323 | 2024-11-07T01:22:41.295Z | Downloaded smawk v0.3.2 |
| 324 | 2024-11-07T01:22:41.295Z | Downloaded version_check v0.9.5 |
| 325 | 2024-11-07T01:22:41.295Z | Downloaded toml_datetime v0.6.8 |
| 326 | 2024-11-07T01:22:41.295Z | Downloaded pest_generator v2.7.14 |
| 327 | 2024-11-07T01:22:41.295Z | Downloaded macaddr v1.0.1 |
| 328 | 2024-11-07T01:22:41.295Z | Downloaded digest v0.10.7 |
| 329 | 2024-11-07T01:22:41.295Z | Downloaded tempfile v3.13.0 |
| 330 | 2024-11-07T01:22:41.295Z | Downloaded typenum v1.17.0 |
| 331 | 2024-11-07T01:22:41.295Z | Downloaded cargo_toml v0.20.5 |
| 332 | 2024-11-07T01:22:41.295Z | Downloaded anstyle v1.0.8 |
| 333 | 2024-11-07T01:22:41.295Z | Downloaded serde_derive v1.0.210 |
| 334 | 2024-11-07T01:22:41.295Z | Downloaded once_cell v1.20.2 |
| 335 | 2024-11-07T01:22:41.295Z | Downloaded proc-macro2 v1.0.87 |
| 336 | 2024-11-07T01:22:41.295Z | Downloaded papergrid v0.11.0 |
| 337 | 2024-11-07T01:22:41.295Z | Downloaded anstyle-query v1.1.1 |
| 338 | 2024-11-07T01:22:41.295Z | Downloaded textwrap v0.16.1 |
| 339 | 2024-11-07T01:22:41.295Z | Downloaded is_terminal_polyfill v1.70.1 |
| 340 | 2024-11-07T01:22:41.295Z | Downloaded indexmap v2.6.0 |
| 341 | 2024-11-07T01:22:41.295Z | Downloaded equivalent v1.0.1 |
| 342 | 2024-11-07T01:22:41.300Z | Downloaded cfg-if v1.0.0 |
| 343 | 2024-11-07T01:22:41.300Z | Downloaded cargo_metadata v0.18.1 |
| 344 | 2024-11-07T01:22:41.303Z | Downloaded generic-array v0.14.7 |
| 345 | 2024-11-07T01:22:41.305Z | Downloaded strsim v0.11.1 |
| 346 | 2024-11-07T01:22:41.308Z | Downloaded proc-macro-error-attr v1.0.4 |
| 347 | 2024-11-07T01:22:41.308Z | Downloaded heck v0.4.1 |
| 348 | 2024-11-07T01:22:41.308Z | Downloaded crypto-common v0.1.6 |
| 349 | 2024-11-07T01:22:41.310Z | Downloaded clap_lex v0.7.2 |
| 350 | 2024-11-07T01:22:41.311Z | Downloaded cargo-platform v0.1.8 |
| 351 | 2024-11-07T01:22:41.314Z | Downloaded bytecount v0.6.8 |
| 352 | 2024-11-07T01:22:41.314Z | Downloaded terminal_size v0.4.0 |
| 353 | 2024-11-07T01:22:41.316Z | Downloaded cpufeatures v0.2.14 |
| 354 | 2024-11-07T01:22:41.316Z | Downloaded bitflags v2.6.0 |
| 355 | 2024-11-07T01:22:41.319Z | Downloaded fnv v1.0.7 |
| 356 | 2024-11-07T01:22:41.323Z | Downloaded tabled_derive v0.7.0 |
| 357 | 2024-11-07T01:22:41.325Z | Downloaded usdt v0.5.0 |
| 358 | 2024-11-07T01:22:41.325Z | Downloaded dof v0.3.0 |
| 359 | 2024-11-07T01:22:41.328Z | Downloaded plain v0.2.3 |
| 360 | 2024-11-07T01:22:41.328Z | Downloaded memmap v0.7.0 |
| 361 | 2024-11-07T01:22:41.331Z | Downloaded heck v0.5.0 |
| 362 | 2024-11-07T01:22:41.331Z | Downloaded anyhow v1.0.92 |
| 363 | 2024-11-07T01:22:41.333Z | Downloaded thiserror-impl v1.0.64 |
| 364 | 2024-11-07T01:22:41.336Z | Downloaded usdt-impl v0.5.0 |
| 365 | 2024-11-07T01:22:41.339Z | Downloaded thiserror v1.0.64 |
| 366 | 2024-11-07T01:22:41.341Z | Downloaded serde_tokenstream v0.2.2 |
| 367 | 2024-11-07T01:22:41.344Z | Downloaded usdt-attr-macro v0.5.0 |
| 368 | 2024-11-07T01:22:41.347Z | Downloaded clap_derive v4.5.18 |
| 369 | 2024-11-07T01:22:41.347Z | Downloaded scroll v0.12.0 |
| 370 | 2024-11-07T01:22:41.350Z | Downloaded byteorder v1.5.0 |
| 371 | 2024-11-07T01:22:41.353Z | Downloaded fastrand v2.1.1 |
| 372 | 2024-11-07T01:22:41.356Z | Downloaded pest_derive v2.7.14 |
| 373 | 2024-11-07T01:22:41.358Z | Downloaded proc-macro-error v1.0.4 |
| 374 | 2024-11-07T01:22:41.363Z | Downloaded sha2 v0.10.8 |
| 375 | 2024-11-07T01:22:41.366Z | Downloaded utf8parse v0.2.2 |
| 376 | 2024-11-07T01:22:41.368Z | Downloaded semver v1.0.23 |
| 377 | 2024-11-07T01:22:41.375Z | Downloaded clap v4.5.20 |
| 378 | 2024-11-07T01:22:41.383Z | Downloaded pest_meta v2.7.14 |
| 379 | 2024-11-07T01:22:41.386Z | Downloaded ryu v1.0.18 |
| 380 | 2024-11-07T01:22:41.389Z | Downloaded log v0.4.22 |
| 381 | 2024-11-07T01:22:41.391Z | Downloaded quote v1.0.37 |
| 382 | 2024-11-07T01:22:41.396Z | Downloaded zerocopy-derive v0.7.35 |
| 383 | 2024-11-07T01:22:41.399Z | Downloaded ucd-trie v0.1.7 |
| 384 | 2024-11-07T01:22:41.399Z | Downloaded toml v0.8.19 |
| 385 | 2024-11-07T01:22:41.402Z | Downloaded hashbrown v0.15.0 |
| 386 | 2024-11-07T01:22:41.407Z | Downloaded unicode-ident v1.0.13 |
| 387 | 2024-11-07T01:22:41.425Z | Downloaded clap_builder v4.5.20 |
| 388 | 2024-11-07T01:22:41.432Z | Downloaded serde v1.0.210 |
| 389 | 2024-11-07T01:22:41.440Z | Downloaded memchr v2.7.4 |
| 390 | 2024-11-07T01:22:41.457Z | Downloaded toml_edit v0.22.22 |
| 391 | 2024-11-07T01:22:41.479Z | Downloaded tabled v0.15.0 |
| 392 | 2024-11-07T01:22:41.514Z | Downloaded serde_json v1.0.128 |
| 393 | 2024-11-07T01:22:41.521Z | Downloaded pest v2.7.14 |
| 394 | 2024-11-07T01:22:41.526Z | Downloaded goblin v0.8.2 |
| 395 | 2024-11-07T01:22:41.535Z | Downloaded zerocopy v0.7.35 |
| 396 | 2024-11-07T01:22:41.550Z | Downloaded winnow v0.6.20 |
| 397 | 2024-11-07T01:22:41.573Z | Downloaded syn v1.0.109 |
| 398 | 2024-11-07T01:22:41.584Z | Downloaded unicode-width v0.1.14 |
| 399 | 2024-11-07T01:22:41.590Z | Downloaded rustix v0.38.37 |
| 400 | 2024-11-07T01:22:41.611Z | Downloaded syn v2.0.79 |
| 401 | 2024-11-07T01:22:41.642Z | Downloaded libc v0.2.161 |
| 402 | 2024-11-07T01:22:41.952Z | Compiling proc-macro2 v1.0.87 |
| 403 | 2024-11-07T01:22:41.952Z | Compiling unicode-ident v1.0.13 |
| 404 | 2024-11-07T01:22:41.955Z | Compiling serde v1.0.210 |
| 405 | 2024-11-07T01:22:41.955Z | Compiling version_check v0.9.5 |
| 406 | 2024-11-07T01:22:41.955Z | Compiling memchr v2.7.4 |
| 407 | 2024-11-07T01:22:41.955Z | Compiling thiserror v1.0.64 |
| 408 | 2024-11-07T01:22:41.955Z | Compiling libc v0.2.161 |
| 409 | 2024-11-07T01:22:41.956Z | Compiling ucd-trie v0.1.7 |
| 410 | 2024-11-07T01:22:42.226Z | Compiling itoa v1.0.11 |
| 411 | 2024-11-07T01:22:42.481Z | Compiling ryu v1.0.18 |
| 412 | 2024-11-07T01:22:42.771Z | Compiling once_cell v1.20.2 |
| 413 | 2024-11-07T01:22:42.793Z | Compiling byteorder v1.5.0 |
| 414 | 2024-11-07T01:22:43.087Z | Compiling serde_json v1.0.128 |
| 415 | 2024-11-07T01:22:43.283Z | Compiling rustix v0.38.37 |
| 416 | 2024-11-07T01:22:43.732Z | Compiling bitflags v2.6.0 |
| 417 | 2024-11-07T01:22:43.794Z | Compiling usdt-impl v0.5.0 |
| 418 | 2024-11-07T01:22:43.900Z | Compiling proc-macro-error-attr v1.0.4 |
| 419 | 2024-11-07T01:22:44.068Z | Compiling syn v1.0.109 |
| 420 | 2024-11-07T01:22:44.094Z | Compiling proc-macro-error v1.0.4 |
| 421 | 2024-11-07T01:22:44.117Z | Compiling camino v1.1.9 |
| 422 | 2024-11-07T01:22:44.245Z | Compiling log v0.4.22 |
| 423 | 2024-11-07T01:22:44.285Z | Compiling plain v0.2.3 |
| 424 | 2024-11-07T01:22:44.381Z | Compiling utf8parse v0.2.2 |
| 425 | 2024-11-07T01:22:44.449Z | Compiling equivalent v1.0.1 |
| 426 | 2024-11-07T01:22:44.552Z | Compiling thread-id v4.2.2 |
| 427 | 2024-11-07T01:22:44.579Z | Compiling hashbrown v0.15.0 |
| 428 | 2024-11-07T01:22:44.581Z | Compiling anstyle-parse v0.2.5 |
| 429 | 2024-11-07T01:22:44.731Z | Compiling quote v1.0.37 |
| 430 | 2024-11-07T01:22:44.782Z | Compiling unicode-width v0.1.14 |
| 431 | 2024-11-07T01:22:44.826Z | Compiling anstyle-query v1.1.1 |
| 432 | 2024-11-07T01:22:44.918Z | Compiling autocfg v1.4.0 |
| 433 | 2024-11-07T01:22:44.973Z | Compiling errno v0.3.9 |
| 434 | 2024-11-07T01:22:45.019Z | Compiling winnow v0.6.20 |
| 435 | 2024-11-07T01:22:45.211Z | Compiling syn v2.0.79 |
| 436 | 2024-11-07T01:22:45.433Z | Compiling pretty-hex v0.4.1 |
| 437 | 2024-11-07T01:22:45.661Z | Compiling anstyle v1.0.8 |
| 438 | 2024-11-07T01:22:45.813Z | Compiling indexmap v2.6.0 |
| 439 | 2024-11-07T01:22:45.989Z | Compiling colorchoice v1.0.2 |
| 440 | 2024-11-07T01:22:46.146Z | Compiling is_terminal_polyfill v1.70.1 |
| 441 | 2024-11-07T01:22:46.170Z | Compiling semver v1.0.23 |
| 442 | 2024-11-07T01:22:46.285Z | Compiling anstream v0.6.15 |
| 443 | 2024-11-07T01:22:46.704Z | Compiling fs-err v2.11.0 |
| 444 | 2024-11-07T01:22:46.981Z | Compiling anyhow v1.0.92 |
| 445 | 2024-11-07T01:22:47.012Z | Compiling heck v0.4.1 |
| 446 | 2024-11-07T01:22:47.216Z | Compiling fastrand v2.1.1 |
| 447 | 2024-11-07T01:22:47.491Z | Compiling terminal_size v0.4.0 |
| 448 | 2024-11-07T01:22:47.517Z | Compiling strsim v0.11.1 |
| 449 | 2024-11-07T01:22:47.646Z | Compiling bytecount v0.6.8 |
| 450 | 2024-11-07T01:22:47.701Z | Compiling clap_lex v0.7.2 |
| 451 | 2024-11-07T01:22:47.768Z | Compiling fnv v1.0.7 |
| 452 | 2024-11-07T01:22:47.870Z | Compiling heck v0.5.0 |
| 453 | 2024-11-07T01:22:47.914Z | Compiling cfg-if v1.0.0 |
| 454 | 2024-11-07T01:22:48.169Z | Compiling tempfile v3.13.0 |
| 455 | 2024-11-07T01:22:48.218Z | Compiling clap_builder v4.5.20 |
| 456 | 2024-11-07T01:22:48.360Z | Compiling papergrid v0.11.0 |
| 457 | 2024-11-07T01:22:48.749Z | Compiling memmap v0.7.0 |
| 458 | 2024-11-07T01:22:48.780Z | Compiling smawk v0.3.2 |
| 459 | 2024-11-07T01:22:48.811Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-11-07T01:22:49.092Z | Compiling swrite v0.1.0 |
| 461 | 2024-11-07T01:22:49.221Z | Compiling textwrap v0.16.1 |
| 462 | 2024-11-07T01:22:50.326Z | Compiling tabled_derive v0.7.0 |
| 463 | 2024-11-07T01:22:51.814Z | Compiling tabled v0.15.0 |
| 464 | 2024-11-07T01:22:53.309Z | Compiling serde_derive v1.0.210 |
| 465 | 2024-11-07T01:22:53.312Z | Compiling thiserror-impl v1.0.64 |
| 466 | 2024-11-07T01:22:53.312Z | Compiling zerocopy-derive v0.7.35 |
| 467 | 2024-11-07T01:22:53.331Z | Compiling scroll_derive v0.12.0 |
| 468 | 2024-11-07T01:22:53.334Z | Compiling clap_derive v4.5.18 |
| 469 | 2024-11-07T01:22:54.650Z | Compiling scroll v0.12.0 |
| 470 | 2024-11-07T01:22:55.111Z | Compiling zerocopy v0.7.35 |
| 471 | 2024-11-07T01:22:55.204Z | Compiling goblin v0.8.2 |
| 472 | 2024-11-07T01:22:55.910Z | Compiling pest v2.7.14 |
| 473 | 2024-11-07T01:22:57.007Z | Compiling clap v4.5.20 |
| 474 | 2024-11-07T01:22:58.168Z | Compiling pest_meta v2.7.14 |
| 475 | 2024-11-07T01:22:59.012Z | Compiling pest_generator v2.7.14 |
| 476 | 2024-11-07T01:23:00.627Z | Compiling pest_derive v2.7.14 |
| 477 | 2024-11-07T01:23:01.373Z | Compiling dtrace-parser v0.2.0 |
| 478 | 2024-11-07T01:23:03.202Z | Compiling toml_datetime v0.6.8 |
| 479 | 2024-11-07T01:23:03.202Z | Compiling serde_spanned v0.6.8 |
| 480 | 2024-11-07T01:23:03.205Z | Compiling cargo-platform v0.1.8 |
| 481 | 2024-11-07T01:23:03.549Z | Compiling serde_tokenstream v0.2.2 |
| 482 | 2024-11-07T01:23:03.666Z | Compiling toml_edit v0.22.22 |
| 483 | 2024-11-07T01:23:03.782Z | Compiling macaddr v1.0.1 |
| 484 | 2024-11-07T01:23:03.846Z | Compiling camino-tempfile v1.1.1 |
| 485 | 2024-11-07T01:23:04.652Z | Compiling dof v0.3.0 |
| 486 | 2024-11-07T01:23:04.652Z | Compiling cargo_metadata v0.18.1 |
| 487 | 2024-11-07T01:23:06.455Z | Compiling toml v0.8.19 |
| 488 | 2024-11-07T01:23:06.717Z | Compiling usdt-macro v0.5.0 |
| 489 | 2024-11-07T01:23:06.717Z | Compiling usdt-attr-macro v0.5.0 |
| 490 | 2024-11-07T01:23:07.279Z | Compiling cargo_toml v0.20.5 |
| 491 | 2024-11-07T01:23:07.941Z | Compiling usdt v0.5.0 |
| 492 | 2024-11-07T01:23:10.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 493 | 2024-11-07T01:23:14.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s |
| 494 | 2024-11-07T01:23:14.891Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 495 | 2024-11-07T01:23:15.420Z | Downloading crates ... |
| 496 | 2024-11-07T01:23:15.529Z | Downloaded adler2 v2.0.0 |
| 497 | 2024-11-07T01:23:15.532Z | Downloaded bitflags v1.3.2 |
| 498 | 2024-11-07T01:23:15.538Z | Downloaded base16ct v0.2.0 |
| 499 | 2024-11-07T01:23:15.541Z | Downloaded bitfield v0.14.0 |
| 500 | 2024-11-07T01:23:15.543Z | Downloaded atomicwrites v0.4.4 |
| 501 | 2024-11-07T01:23:15.543Z | Downloaded backoff v0.4.0 |
| 502 | 2024-11-07T01:23:15.546Z | Downloaded argon2 v0.5.3 |
| 503 | 2024-11-07T01:23:15.552Z | Downloaded cstr-argument v0.1.2 |
| 504 | 2024-11-07T01:23:15.554Z | Downloaded crunchy v0.2.2 |
| 505 | 2024-11-07T01:23:15.554Z | Downloaded cfg_aliases v0.2.1 |
| 506 | 2024-11-07T01:23:15.557Z | Downloaded convert_case v0.4.0 |
| 507 | 2024-11-07T01:23:15.564Z | Downloaded http-body-util v0.1.2 |
| 508 | 2024-11-07T01:23:15.566Z | Downloaded bb8 v0.8.5 |
| 509 | 2024-11-07T01:23:15.569Z | Downloaded castaway v0.2.3 |
| 510 | 2024-11-07T01:23:15.569Z | Downloaded hubpack v0.1.2 |
| 511 | 2024-11-07T01:23:15.571Z | Downloaded arrayvec v0.7.6 |
| 512 | 2024-11-07T01:23:15.574Z | Downloaded iana-time-zone v0.1.61 |
| 513 | 2024-11-07T01:23:15.577Z | Downloaded ctr v0.9.2 |
| 514 | 2024-11-07T01:23:15.579Z | Downloaded normalize-line-endings v0.3.0 |
| 515 | 2024-11-07T01:23:15.582Z | Downloaded instant v0.1.13 |
| 516 | 2024-11-07T01:23:15.582Z | Downloaded cancel-safe-futures v0.1.5 |
| 517 | 2024-11-07T01:23:15.585Z | Downloaded is_ci v1.2.0 |
| 518 | 2024-11-07T01:23:15.588Z | Downloaded async-trait v0.1.83 |
| 519 | 2024-11-07T01:23:15.590Z | Downloaded http-body v1.0.1 |
| 520 | 2024-11-07T01:23:15.593Z | Downloaded darling v0.20.10 |
| 521 | 2024-11-07T01:23:15.598Z | Downloaded nodrop v0.1.14 |
| 522 | 2024-11-07T01:23:15.601Z | Downloaded lockfree-object-pool v0.1.6 |
| 523 | 2024-11-07T01:23:15.601Z | Downloaded indoc v1.0.9 |
| 524 | 2024-11-07T01:23:15.603Z | Downloaded nanorand v0.7.0 |
| 525 | 2024-11-07T01:23:15.606Z | Downloaded const-oid v0.9.6 |
| 526 | 2024-11-07T01:23:15.609Z | Downloaded lalrpop-util v0.19.12 |
| 527 | 2024-11-07T01:23:15.609Z | Downloaded kstat-rs v0.2.4 |
| 528 | 2024-11-07T01:23:15.611Z | Downloaded indent_write v2.2.0 |
| 529 | 2024-11-07T01:23:15.611Z | Downloaded ref-cast v1.0.23 |
| 530 | 2024-11-07T01:23:15.614Z | Downloaded maplit v1.0.2 |
| 531 | 2024-11-07T01:23:15.617Z | Downloaded num v0.4.3 |
| 532 | 2024-11-07T01:23:15.617Z | Downloaded base64 v0.21.7 |
| 533 | 2024-11-07T01:23:15.621Z | Downloaded native-tls v0.2.12 |
| 534 | 2024-11-07T01:23:15.624Z | Downloaded rustc_version v0.1.7 |
| 535 | 2024-11-07T01:23:15.626Z | Downloaded atty v0.2.14 |
| 536 | 2024-11-07T01:23:15.626Z | Downloaded mime_guess v2.0.5 |
| 537 | 2024-11-07T01:23:15.629Z | Downloaded memmap2 v0.9.5 |
| 538 | 2024-11-07T01:23:15.631Z | Downloaded num-complex v0.4.6 |
| 539 | 2024-11-07T01:23:15.634Z | Downloaded mockall_derive v0.13.0 |
| 540 | 2024-11-07T01:23:15.637Z | Downloaded miniz_oxide v0.8.0 |
| 541 | 2024-11-07T01:23:15.640Z | Downloaded data-encoding v2.6.0 |
| 542 | 2024-11-07T01:23:15.643Z | Downloaded maybe-uninit v2.0.0 |
| 543 | 2024-11-07T01:23:15.643Z | Downloaded blowfish v0.9.1 |
| 544 | 2024-11-07T01:23:15.645Z | Downloaded arrayref v0.3.9 |
| 545 | 2024-11-07T01:23:15.645Z | Downloaded async-stream-impl v0.3.6 |
| 546 | 2024-11-07T01:23:15.648Z | Downloaded signal-hook-mio v0.2.4 |
| 547 | 2024-11-07T01:23:15.648Z | Downloaded sqlparser_derive v0.2.2 |
| 548 | 2024-11-07T01:23:15.650Z | Downloaded ident_case v1.0.1 |
| 549 | 2024-11-07T01:23:15.650Z | Downloaded hubpack_derive v0.1.1 |
| 550 | 2024-11-07T01:23:15.650Z | Downloaded http-range v0.1.5 |
| 551 | 2024-11-07T01:23:15.653Z | Downloaded async-recursion v1.1.1 |
| 552 | 2024-11-07T01:23:15.655Z | Downloaded num-conv v0.1.0 |
| 553 | 2024-11-07T01:23:15.658Z | Downloaded newline-converter v0.3.0 |
| 554 | 2024-11-07T01:23:15.658Z | Downloaded ciborium-io v0.2.2 |
| 555 | 2024-11-07T01:23:15.658Z | Downloaded new_debug_unreachable v1.0.6 |
| 556 | 2024-11-07T01:23:15.660Z | Downloaded array-init v0.0.4 |
| 557 | 2024-11-07T01:23:15.660Z | Downloaded assert_matches v1.5.0 |
| 558 | 2024-11-07T01:23:15.663Z | Downloaded darling_macro v0.20.10 |
| 559 | 2024-11-07T01:23:15.663Z | Downloaded hyper-staticfile v0.10.1 |
| 560 | 2024-11-07T01:23:15.666Z | Downloaded newtype_derive v0.1.6 |
| 561 | 2024-11-07T01:23:15.669Z | Downloaded md5 v0.7.0 |
| 562 | 2024-11-07T01:23:15.669Z | Downloaded crucible-workspace-hack v0.1.0 |
| 563 | 2024-11-07T01:23:15.669Z | Downloaded cc v1.1.30 |
| 564 | 2024-11-07T01:23:15.672Z | Downloaded block-padding v0.3.3 |
| 565 | 2024-11-07T01:23:15.674Z | Downloaded bit-vec v0.6.3 |
| 566 | 2024-11-07T01:23:15.674Z | Downloaded matches v0.1.10 |
| 567 | 2024-11-07T01:23:15.676Z | Downloaded buf-list v1.0.3 |
| 568 | 2024-11-07T01:23:15.679Z | Downloaded rsa v0.9.6 |
| 569 | 2024-11-07T01:23:15.683Z | Downloaded strum v0.26.3 |
| 570 | 2024-11-07T01:23:15.686Z | Downloaded bitfield-struct v0.6.2 |
| 571 | 2024-11-07T01:23:15.686Z | Downloaded cexpr v0.6.0 |
| 572 | 2024-11-07T01:23:15.688Z | Downloaded ascii-canvas v3.0.0 |
| 573 | 2024-11-07T01:23:15.690Z | Downloaded match_cfg v0.1.0 |
| 574 | 2024-11-07T01:23:15.690Z | Downloaded hyper v0.14.30 |
| 575 | 2024-11-07T01:23:15.699Z | Downloaded spin v0.5.2 |
| 576 | 2024-11-07T01:23:15.701Z | Downloaded structmeta-derive v0.2.0 |
| 577 | 2024-11-07T01:23:15.704Z | Downloaded mockall v0.13.0 |
| 578 | 2024-11-07T01:23:15.704Z | Downloaded cobs v0.2.3 |
| 579 | 2024-11-07T01:23:15.706Z | Downloaded memoffset v0.9.1 |
| 580 | 2024-11-07T01:23:15.706Z | Downloaded lazycell v1.3.0 |
| 581 | 2024-11-07T01:23:15.708Z | Downloaded mime v0.3.17 |
| 582 | 2024-11-07T01:23:15.711Z | Downloaded lru-cache v0.1.2 |
| 583 | 2024-11-07T01:23:15.711Z | Downloaded nibble_vec v0.1.0 |
| 584 | 2024-11-07T01:23:15.714Z | Downloaded termtree v0.4.1 |
| 585 | 2024-11-07T01:23:15.714Z | Downloaded libsw v3.3.1 |
| 586 | 2024-11-07T01:23:15.717Z | Downloaded bzip2 v0.4.4 |
| 587 | 2024-11-07T01:23:15.719Z | Downloaded linked-hash-map v0.5.6 |
| 588 | 2024-11-07T01:23:15.719Z | Downloaded slog-term v2.9.1 |
| 589 | 2024-11-07T01:23:15.722Z | Downloaded scheduled-thread-pool v0.2.7 |
| 590 | 2024-11-07T01:23:15.724Z | Downloaded managed v0.8.0 |
| 591 | 2024-11-07T01:23:15.724Z | Downloaded const_format_proc_macros v0.2.33 |
| 592 | 2024-11-07T01:23:15.727Z | Downloaded md-5 v0.10.6 |
| 593 | 2024-11-07T01:23:15.730Z | Downloaded zone_cfg_derive v0.3.0 |
| 594 | 2024-11-07T01:23:15.730Z | Downloaded instability v0.3.2 |
| 595 | 2024-11-07T01:23:15.732Z | Downloaded inout v0.1.3 |
| 596 | 2024-11-07T01:23:15.732Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 597 | 2024-11-07T01:23:15.735Z | Downloaded static_assertions v1.1.0 |
| 598 | 2024-11-07T01:23:15.738Z | Downloaded cassowary v0.3.0 |
| 599 | 2024-11-07T01:23:15.740Z | Downloaded smallvec v0.6.14 |
| 600 | 2024-11-07T01:23:15.740Z | Downloaded aead v0.5.2 |
| 601 | 2024-11-07T01:23:15.743Z | Downloaded lru v0.12.5 |
| 602 | 2024-11-07T01:23:15.743Z | Downloaded ipnetwork v0.20.0 |
| 603 | 2024-11-07T01:23:15.745Z | Downloaded rustc-hash v1.1.0 |
| 604 | 2024-11-07T01:23:15.748Z | Downloaded rfc6979 v0.4.0 |
| 605 | 2024-11-07T01:23:15.748Z | Downloaded signal-hook-registry v1.4.2 |
| 606 | 2024-11-07T01:23:15.750Z | Downloaded rustc-hash v2.0.0 |
| 607 | 2024-11-07T01:23:15.750Z | Downloaded ref-cast-impl v1.0.23 |
| 608 | 2024-11-07T01:23:15.753Z | Downloaded crossbeam-deque v0.8.5 |
| 609 | 2024-11-07T01:23:15.753Z | Downloaded endian-type v0.1.2 |
| 610 | 2024-11-07T01:23:15.756Z | Downloaded oso-derive v0.27.3 |
| 611 | 2024-11-07T01:23:15.756Z | Downloaded hyper-rustls v0.27.3 |
| 612 | 2024-11-07T01:23:15.759Z | Downloaded lazy_static v1.5.0 |
| 613 | 2024-11-07T01:23:15.759Z | Downloaded is-terminal v0.4.13 |
| 614 | 2024-11-07T01:23:15.761Z | Downloaded blake2 v0.10.6 |
| 615 | 2024-11-07T01:23:15.764Z | Downloaded phf_shared v0.10.0 |
| 616 | 2024-11-07T01:23:15.764Z | Downloaded parse-size v1.1.0 |
| 617 | 2024-11-07T01:23:15.767Z | Downloaded defmt-parser v0.3.4 |
| 618 | 2024-11-07T01:23:15.767Z | Downloaded structmeta-derive v0.3.0 |
| 619 | 2024-11-07T01:23:15.767Z | Downloaded signal-hook-tokio v0.3.1 |
| 620 | 2024-11-07T01:23:15.770Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 621 | 2024-11-07T01:23:15.772Z | Downloaded phf_generator v0.11.2 |
| 622 | 2024-11-07T01:23:15.772Z | Downloaded jobserver v0.1.32 |
| 623 | 2024-11-07T01:23:15.775Z | Downloaded nu-ansi-term v0.50.1 |
| 624 | 2024-11-07T01:23:15.778Z | Downloaded cookie_store v0.21.0 |
| 625 | 2024-11-07T01:23:15.781Z | Downloaded clang-sys v1.8.1 |
| 626 | 2024-11-07T01:23:15.783Z | Downloaded deranged v0.3.11 |
| 627 | 2024-11-07T01:23:15.783Z | Downloaded lock_api v0.4.12 |
| 628 | 2024-11-07T01:23:15.786Z | Downloaded utf-8 v0.7.6 |
| 629 | 2024-11-07T01:23:15.786Z | Downloaded hickory-client v0.24.1 |
| 630 | 2024-11-07T01:23:15.789Z | Downloaded russh-cryptovec v0.7.3 |
| 631 | 2024-11-07T01:23:15.792Z | Downloaded httparse v1.9.5 |
| 632 | 2024-11-07T01:23:15.794Z | Downloaded num-iter v0.1.45 |
| 633 | 2024-11-07T01:23:15.794Z | Downloaded hash32 v0.2.1 |
| 634 | 2024-11-07T01:23:15.797Z | Downloaded ena v0.14.3 |
| 635 | 2024-11-07T01:23:15.800Z | Downloaded allocator-api2 v0.2.18 |
| 636 | 2024-11-07T01:23:15.803Z | Downloaded embedded-io v0.6.1 |
| 637 | 2024-11-07T01:23:15.803Z | Downloaded dyn-clone v1.0.17 |
| 638 | 2024-11-07T01:23:15.806Z | Downloaded libloading v0.8.5 |
| 639 | 2024-11-07T01:23:15.809Z | Downloaded csv-core v0.1.11 |
| 640 | 2024-11-07T01:23:15.809Z | Downloaded crossbeam-utils v0.8.20 |
| 641 | 2024-11-07T01:23:15.811Z | Downloaded sync_wrapper v1.0.1 |
| 642 | 2024-11-07T01:23:15.814Z | Downloaded crossbeam-epoch v0.9.18 |
| 643 | 2024-11-07T01:23:15.816Z | Downloaded hash32 v0.3.1 |
| 644 | 2024-11-07T01:23:15.819Z | Downloaded futures-core v0.3.31 |
| 645 | 2024-11-07T01:23:15.819Z | Downloaded phf_codegen v0.11.2 |
| 646 | 2024-11-07T01:23:15.821Z | Downloaded tokio-stream v0.1.16 |
| 647 | 2024-11-07T01:23:15.824Z | Downloaded slog-envlogger v2.2.0 |
| 648 | 2024-11-07T01:23:15.826Z | Downloaded progenitor-macro v0.8.0 |
| 649 | 2024-11-07T01:23:15.829Z | Downloaded time-core v0.1.2 |
| 650 | 2024-11-07T01:23:15.829Z | Downloaded polyval v0.6.2 |
| 651 | 2024-11-07T01:23:15.832Z | Downloaded base64 v0.13.1 |
| 652 | 2024-11-07T01:23:15.834Z | Downloaded tower-service v0.3.3 |
| 653 | 2024-11-07T01:23:15.834Z | Downloaded displaydoc v0.2.5 |
| 654 | 2024-11-07T01:23:15.837Z | Downloaded flagset v0.4.6 |
| 655 | 2024-11-07T01:23:15.839Z | Downloaded siphasher v0.3.11 |
| 656 | 2024-11-07T01:23:15.842Z | Downloaded resolv-conf v0.7.0 |
| 657 | 2024-11-07T01:23:15.844Z | Downloaded headers-core v0.3.0 |
| 658 | 2024-11-07T01:23:15.844Z | Downloaded bcs v0.1.6 |
| 659 | 2024-11-07T01:23:15.846Z | Downloaded futures-channel v0.3.31 |
| 660 | 2024-11-07T01:23:15.849Z | Downloaded thiserror-no-std v2.0.2 |
| 661 | 2024-11-07T01:23:15.852Z | Downloaded enum-as-inner v0.6.1 |
| 662 | 2024-11-07T01:23:15.855Z | Downloaded aho-corasick v1.1.3 |
| 663 | 2024-11-07T01:23:15.861Z | Downloaded compact_str v0.8.0 |
| 664 | 2024-11-07T01:23:15.864Z | Downloaded psl-types v2.0.11 |
| 665 | 2024-11-07T01:23:15.867Z | Downloaded universal-hash v0.5.1 |
| 666 | 2024-11-07T01:23:15.867Z | Downloaded unarray v0.1.4 |
| 667 | 2024-11-07T01:23:15.869Z | Downloaded openssl-probe v0.1.5 |
| 668 | 2024-11-07T01:23:15.869Z | Downloaded http v0.2.12 |
| 669 | 2024-11-07T01:23:15.873Z | Downloaded rpassword v7.3.1 |
| 670 | 2024-11-07T01:23:15.876Z | Downloaded thread_local v1.1.8 |
| 671 | 2024-11-07T01:23:15.876Z | Downloaded dsl_auto_type v0.1.2 |
| 672 | 2024-11-07T01:23:15.879Z | Downloaded rustls-pemfile v1.0.4 |
| 673 | 2024-11-07T01:23:15.881Z | Downloaded zone v0.1.8 |
| 674 | 2024-11-07T01:23:15.881Z | Downloaded peg-runtime v0.8.3 |
| 675 | 2024-11-07T01:23:15.884Z | Downloaded indexmap v1.9.3 |
| 676 | 2024-11-07T01:23:15.889Z | Downloaded fixedbitset v0.4.2 |
| 677 | 2024-11-07T01:23:15.889Z | Downloaded der_derive v0.7.3 |
| 678 | 2024-11-07T01:23:15.891Z | Downloaded darling_core v0.20.10 |
| 679 | 2024-11-07T01:23:15.894Z | Downloaded slog-json v2.6.1 |
| 680 | 2024-11-07T01:23:15.897Z | Downloaded uuid v1.10.0 |
| 681 | 2024-11-07T01:23:15.900Z | Downloaded slog-dtrace v0.3.0 |
| 682 | 2024-11-07T01:23:15.903Z | Downloaded rustfmt-wrapper v0.2.1 |
| 683 | 2024-11-07T01:23:15.905Z | Downloaded rand_chacha v0.3.1 |
| 684 | 2024-11-07T01:23:15.905Z | Downloaded peg v0.8.4 |
| 685 | 2024-11-07T01:23:15.908Z | Downloaded num_enum v0.5.11 |
| 686 | 2024-11-07T01:23:15.914Z | Downloaded slog v2.7.0 |
| 687 | 2024-11-07T01:23:15.917Z | Downloaded pem-rfc7468 v0.7.0 |
| 688 | 2024-11-07T01:23:15.920Z | Downloaded radium v0.7.0 |
| 689 | 2024-11-07T01:23:15.922Z | Downloaded pem v3.0.4 |
| 690 | 2024-11-07T01:23:15.922Z | Downloaded pbkdf2 v0.12.2 |
| 691 | 2024-11-07T01:23:15.925Z | Downloaded slog-bunyan v2.5.0 |
| 692 | 2024-11-07T01:23:15.925Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 693 | 2024-11-07T01:23:15.928Z | Downloaded progenitor-impl v0.8.0 |
| 694 | 2024-11-07T01:23:15.931Z | Downloaded enum-as-inner v0.5.1 |
| 695 | 2024-11-07T01:23:15.931Z | Downloaded futures-executor v0.3.31 |
| 696 | 2024-11-07T01:23:15.934Z | Downloaded number_prefix v0.4.0 |
| 697 | 2024-11-07T01:23:15.934Z | Downloaded tungstenite v0.23.0 |
| 698 | 2024-11-07T01:23:15.938Z | Downloaded waitgroup v0.1.2 |
| 699 | 2024-11-07T01:23:15.941Z | Downloaded fxhash v0.2.1 |
| 700 | 2024-11-07T01:23:15.941Z | Downloaded serde_urlencoded v0.7.1 |
| 701 | 2024-11-07T01:23:15.944Z | Downloaded stable_deref_trait v1.2.0 |
| 702 | 2024-11-07T01:23:15.944Z | Downloaded ssh-cipher v0.2.0 |
| 703 | 2024-11-07T01:23:15.944Z | Downloaded foreign-types-shared v0.3.1 |
| 704 | 2024-11-07T01:23:15.960Z | Downloaded value-bag v1.9.0 |
| 705 | 2024-11-07T01:23:15.960Z | Downloaded openssl-macros v0.1.1 |
| 706 | 2024-11-07T01:23:15.960Z | Downloaded percent-encoding v2.3.1 |
| 707 | 2024-11-07T01:23:15.960Z | Downloaded funty v2.0.0 |
| 708 | 2024-11-07T01:23:15.960Z | Downloaded fragile v2.0.0 |
| 709 | 2024-11-07T01:23:15.960Z | Downloaded zerocopy v0.6.6 |
| 710 | 2024-11-07T01:23:15.965Z | Downloaded ssh-encoding v0.2.0 |
| 711 | 2024-11-07T01:23:15.969Z | Downloaded tracing-attributes v0.1.27 |
| 712 | 2024-11-07T01:23:15.971Z | Downloaded hyper-util v0.1.9 |
| 713 | 2024-11-07T01:23:15.975Z | Downloaded unicode-xid v0.2.6 |
| 714 | 2024-11-07T01:23:15.980Z | Downloaded slog-scope v4.4.0 |
| 715 | 2024-11-07T01:23:15.980Z | Downloaded same-file v1.0.6 |
| 716 | 2024-11-07T01:23:15.983Z | Downloaded peg-macros v0.8.4 |
| 717 | 2024-11-07T01:23:15.983Z | Downloaded crossbeam-channel v0.5.13 |
| 718 | 2024-11-07T01:23:15.985Z | Downloaded fallible-iterator v0.2.0 |
| 719 | 2024-11-07T01:23:15.989Z | Downloaded dhcproto v0.12.0 |
| 720 | 2024-11-07T01:23:15.992Z | Downloaded rustls-pemfile v2.2.0 |
| 721 | 2024-11-07T01:23:15.995Z | Downloaded rustc-demangle v0.1.24 |
| 722 | 2024-11-07T01:23:15.995Z | Downloaded rayon-core v1.12.1 |
| 723 | 2024-11-07T01:23:15.998Z | Downloaded password-hash v0.4.2 |
| 724 | 2024-11-07T01:23:16.001Z | Downloaded derive-where v1.2.7 |
| 725 | 2024-11-07T01:23:16.004Z | Downloaded unicode-properties v0.1.3 |
| 726 | 2024-11-07T01:23:16.007Z | Downloaded num-traits v0.2.19 |
| 727 | 2024-11-07T01:23:16.009Z | Downloaded unicode-truncate v1.1.0 |
| 728 | 2024-11-07T01:23:16.012Z | Downloaded tiny-keccak v2.0.2 |
| 729 | 2024-11-07T01:23:16.015Z | Downloaded r2d2 v0.8.10 |
| 730 | 2024-11-07T01:23:16.018Z | Downloaded quinn-udp v0.5.5 |
| 731 | 2024-11-07T01:23:16.018Z | Downloaded wait-timeout v0.2.0 |
| 732 | 2024-11-07T01:23:16.021Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 733 | 2024-11-07T01:23:16.021Z | Downloaded tokio-rustls v0.26.0 |
| 734 | 2024-11-07T01:23:16.023Z | Downloaded sync_wrapper v0.1.2 |
| 735 | 2024-11-07T01:23:16.023Z | Downloaded tungstenite v0.24.0 |
| 736 | 2024-11-07T01:23:16.027Z | Downloaded libm v0.2.8 |
| 737 | 2024-11-07T01:23:16.035Z | Downloaded tinyvec_macros v0.1.1 |
| 738 | 2024-11-07T01:23:16.040Z | Downloaded bindgen v0.69.5 |
| 739 | 2024-11-07T01:23:16.044Z | Downloaded simd-adler32 v0.3.7 |
| 740 | 2024-11-07T01:23:16.047Z | Downloaded num-bigint v0.4.6 |
| 741 | 2024-11-07T01:23:16.051Z | Downloaded toolchain_find v0.4.0 |
| 742 | 2024-11-07T01:23:16.054Z | Downloaded unsafe-libyaml v0.2.11 |
| 743 | 2024-11-07T01:23:16.057Z | Downloaded russh-keys v0.45.0 |
| 744 | 2024-11-07T01:23:16.059Z | Downloaded float-cmp v0.9.0 |
| 745 | 2024-11-07T01:23:16.062Z | Downloaded difflib v0.4.0 |
| 746 | 2024-11-07T01:23:16.062Z | Downloaded flume v0.11.0 |
| 747 | 2024-11-07T01:23:16.065Z | Downloaded serde-hex v0.1.0 |
| 748 | 2024-11-07T01:23:16.068Z | Downloaded rand_core v0.6.4 |
| 749 | 2024-11-07T01:23:16.071Z | Downloaded owo-colors v4.1.0 |
| 750 | 2024-11-07T01:23:16.074Z | Downloaded num_threads v0.1.7 |
| 751 | 2024-11-07T01:23:16.074Z | Downloaded paste v1.0.15 |
| 752 | 2024-11-07T01:23:16.076Z | Downloaded der v0.7.9 |
| 753 | 2024-11-07T01:23:16.081Z | Downloaded subtle v2.6.1 |
| 754 | 2024-11-07T01:23:16.084Z | Downloaded spki v0.7.3 |
| 755 | 2024-11-07T01:23:16.086Z | Downloaded toml v0.7.8 |
| 756 | 2024-11-07T01:23:16.089Z | Downloaded untrusted v0.9.0 |
| 757 | 2024-11-07T01:23:16.091Z | Downloaded untrusted v0.7.1 |
| 758 | 2024-11-07T01:23:16.091Z | Downloaded supports-color v3.0.1 |
| 759 | 2024-11-07T01:23:16.094Z | Downloaded crypto-bigint v0.5.5 |
| 760 | 2024-11-07T01:23:16.099Z | Downloaded ppv-lite86 v0.2.20 |
| 761 | 2024-11-07T01:23:16.101Z | Downloaded tokio-native-tls v0.3.1 |
| 762 | 2024-11-07T01:23:16.105Z | Downloaded serde_path_to_error v0.1.16 |
| 763 | 2024-11-07T01:23:16.107Z | Downloaded semver v0.1.20 |
| 764 | 2024-11-07T01:23:16.107Z | Downloaded pin-utils v0.1.0 |
| 765 | 2024-11-07T01:23:16.107Z | Downloaded unicode_categories v0.1.1 |
| 766 | 2024-11-07T01:23:16.110Z | Downloaded powerfmt v0.2.0 |
| 767 | 2024-11-07T01:23:16.112Z | Downloaded hex-literal v0.4.1 |
| 768 | 2024-11-07T01:23:16.112Z | Downloaded hex v0.4.3 |
| 769 | 2024-11-07T01:23:16.115Z | Downloaded heck v0.3.3 |
| 770 | 2024-11-07T01:23:16.117Z | Downloaded unicase v2.7.0 |
| 771 | 2024-11-07T01:23:16.117Z | Downloaded http v1.1.0 |
| 772 | 2024-11-07T01:23:16.120Z | Downloaded derive_builder v0.20.2 |
| 773 | 2024-11-07T01:23:16.126Z | Downloaded parking_lot_core v0.8.6 |
| 774 | 2024-11-07T01:23:16.128Z | Downloaded oso v0.27.3 |
| 775 | 2024-11-07T01:23:16.132Z | Downloaded env_filter v0.1.2 |
| 776 | 2024-11-07T01:23:16.134Z | Downloaded tracing v0.1.40 |
| 777 | 2024-11-07T01:23:16.138Z | Downloaded zone_cfg_derive v0.1.2 |
| 778 | 2024-11-07T01:23:16.141Z | Downloaded highway v1.2.0 |
| 779 | 2024-11-07T01:23:16.144Z | Downloaded strip-ansi-escapes v0.2.0 |
| 780 | 2024-11-07T01:23:16.144Z | Downloaded elliptic-curve v0.13.8 |
| 781 | 2024-11-07T01:23:16.147Z | Downloaded predicates v3.1.2 |
| 782 | 2024-11-07T01:23:16.150Z | Downloaded wyz v0.5.1 |
| 783 | 2024-11-07T01:23:16.153Z | Downloaded proc-macro-crate v1.3.1 |
| 784 | 2024-11-07T01:23:16.155Z | Downloaded serde_derive_internals v0.29.1 |
| 785 | 2024-11-07T01:23:16.155Z | Downloaded dirs-sys-next v0.1.2 |
| 786 | 2024-11-07T01:23:16.159Z | Downloaded strum_macros v0.25.3 |
| 787 | 2024-11-07T01:23:16.161Z | Downloaded pretty-hex v0.2.1 |
| 788 | 2024-11-07T01:23:16.161Z | Downloaded predicates-tree v1.0.11 |
| 789 | 2024-11-07T01:23:16.163Z | Downloaded path-slash v0.1.5 |
| 790 | 2024-11-07T01:23:16.163Z | Downloaded zip v2.1.3 |
| 791 | 2024-11-07T01:23:16.168Z | Downloaded termcolor v1.4.1 |
| 792 | 2024-11-07T01:23:16.170Z | Downloaded tabwriter v1.4.0 |
| 793 | 2024-11-07T01:23:16.170Z | Downloaded olpc-cjson v0.1.4 |
| 794 | 2024-11-07T01:23:16.173Z | Downloaded crossterm v0.28.1 |
| 795 | 2024-11-07T01:23:16.179Z | Downloaded prettyplease v0.2.22 |
| 796 | 2024-11-07T01:23:16.182Z | Downloaded tokio-postgres v0.7.12 |
| 797 | 2024-11-07T01:23:16.188Z | Downloaded heapless v0.8.0 |
| 798 | 2024-11-07T01:23:16.192Z | Downloaded gethostname v0.5.0 |
| 799 | 2024-11-07T01:23:16.194Z | Downloaded foreign-types v0.5.0 |
| 800 | 2024-11-07T01:23:16.197Z | Downloaded parking_lot v0.12.3 |
| 801 | 2024-11-07T01:23:16.200Z | Downloaded futures-macro v0.3.31 |
| 802 | 2024-11-07T01:23:16.200Z | Downloaded debug-ignore v1.0.5 |
| 803 | 2024-11-07T01:23:16.203Z | Downloaded itertools v0.10.5 |
| 804 | 2024-11-07T01:23:16.207Z | Downloaded foreign-types v0.3.2 |
| 805 | 2024-11-07T01:23:16.210Z | Downloaded diesel_derives v2.2.3 |
| 806 | 2024-11-07T01:23:16.213Z | Downloaded rtoolbox v0.0.2 |
| 807 | 2024-11-07T01:23:16.216Z | Downloaded spin v0.9.8 |
| 808 | 2024-11-07T01:23:16.218Z | Downloaded sec1 v0.7.3 |
| 809 | 2024-11-07T01:23:16.221Z | Downloaded xattr v1.3.1 |
| 810 | 2024-11-07T01:23:16.224Z | Downloaded tls_codec_derive v0.4.1 |
| 811 | 2024-11-07T01:23:16.224Z | Downloaded schemars_derive v0.8.21 |
| 812 | 2024-11-07T01:23:16.226Z | Downloaded steno v0.4.1 |
| 813 | 2024-11-07T01:23:16.229Z | Downloaded vsss-rs v3.3.4 |
| 814 | 2024-11-07T01:23:16.232Z | Downloaded sigpipe v0.1.3 |
| 815 | 2024-11-07T01:23:16.234Z | Downloaded publicsuffix v2.2.3 |
| 816 | 2024-11-07T01:23:16.237Z | Downloaded foldhash v0.1.3 |
| 817 | 2024-11-07T01:23:16.237Z | Downloaded env_logger v0.11.5 |
| 818 | 2024-11-07T01:23:16.239Z | Downloaded primeorder v0.13.6 |
| 819 | 2024-11-07T01:23:16.242Z | Downloaded ghash v0.5.1 |
| 820 | 2024-11-07T01:23:16.244Z | Downloaded toml_edit v0.19.15 |
| 821 | 2024-11-07T01:23:16.259Z | Downloaded downcast v0.11.0 |
| 822 | 2024-11-07T01:23:16.262Z | Downloaded smf v0.2.3 |
| 823 | 2024-11-07T01:23:16.262Z | Downloaded aes-gcm v0.10.3 |
| 824 | 2024-11-07T01:23:16.265Z | Downloaded progenitor-client v0.8.0 |
| 825 | 2024-11-07T01:23:16.268Z | Downloaded secrecy v0.8.0 |
| 826 | 2024-11-07T01:23:16.268Z | Downloaded defmt-macros v0.3.9 |
| 827 | 2024-11-07T01:23:16.271Z | Downloaded foreign-types-shared v0.1.1 |
| 828 | 2024-11-07T01:23:16.273Z | Downloaded zeroize v1.8.1 |
| 829 | 2024-11-07T01:23:16.273Z | Downloaded salsa20 v0.10.2 |
| 830 | 2024-11-07T01:23:16.276Z | Downloaded rustls-pki-types v1.9.0 |
| 831 | 2024-11-07T01:23:16.278Z | Downloaded take_mut v0.2.2 |
| 832 | 2024-11-07T01:23:16.278Z | Downloaded parse-display-derive v0.10.0 |
| 833 | 2024-11-07T01:23:16.281Z | Downloaded parse-display v0.10.0 |
| 834 | 2024-11-07T01:23:16.281Z | Downloaded scopeguard v1.2.0 |
| 835 | 2024-11-07T01:23:16.283Z | Downloaded shlex v1.3.0 |
| 836 | 2024-11-07T01:23:16.283Z | Downloaded unicode-bidi v0.3.17 |
| 837 | 2024-11-07T01:23:16.286Z | Downloaded foreign-types-macros v0.2.3 |
| 838 | 2024-11-07T01:23:16.289Z | Downloaded ed25519 v2.2.3 |
| 839 | 2024-11-07T01:23:16.289Z | Downloaded time v0.3.36 |
| 840 | 2024-11-07T01:23:16.295Z | Downloaded serde_plain v1.0.2 |
| 841 | 2024-11-07T01:23:16.298Z | Downloaded topological-sort v0.2.2 |
| 842 | 2024-11-07T01:23:16.301Z | Downloaded parking_lot_core v0.9.10 |
| 843 | 2024-11-07T01:23:16.301Z | Downloaded typify v0.2.0 |
| 844 | 2024-11-07T01:23:16.304Z | Downloaded defmt v0.3.8 |
| 845 | 2024-11-07T01:23:16.306Z | Downloaded zopfli v0.8.1 |
| 846 | 2024-11-07T01:23:16.309Z | Downloaded env_logger v0.10.2 |
| 847 | 2024-11-07T01:23:16.312Z | Downloaded opaque-debug v0.3.1 |
| 848 | 2024-11-07T01:23:16.314Z | Downloaded glob v0.3.1 |
| 849 | 2024-11-07T01:23:16.317Z | Downloaded tokio-macros v2.4.0 |
| 850 | 2024-11-07T01:23:16.317Z | Downloaded rand_xorshift v0.3.0 |
| 851 | 2024-11-07T01:23:16.317Z | Downloaded derive_builder_core v0.20.2 |
| 852 | 2024-11-07T01:23:16.320Z | Downloaded quick-error v1.2.3 |
| 853 | 2024-11-07T01:23:16.322Z | Downloaded pin-project v1.1.6 |
| 854 | 2024-11-07T01:23:16.331Z | Downloaded try-lock v0.2.5 |
| 855 | 2024-11-07T01:23:16.333Z | Downloaded hyper v1.4.1 |
| 856 | 2024-11-07T01:23:16.338Z | Downloaded shell-words v1.1.0 |
| 857 | 2024-11-07T01:23:16.342Z | Downloaded yasna v0.5.2 |
| 858 | 2024-11-07T01:23:16.342Z | Downloaded derive_builder_macro v0.20.2 |
| 859 | 2024-11-07T01:23:16.345Z | Downloaded xz2 v0.1.7 |
| 860 | 2024-11-07T01:23:16.345Z | Downloaded rand_seeder v0.3.0 |
| 861 | 2024-11-07T01:23:16.347Z | Downloaded form_urlencoded v1.2.1 |
| 862 | 2024-11-07T01:23:16.347Z | Downloaded ff v0.13.0 |
| 863 | 2024-11-07T01:23:16.350Z | Downloaded num_enum_derive v0.5.11 |
| 864 | 2024-11-07T01:23:16.350Z | Downloaded tap v1.0.1 |
| 865 | 2024-11-07T01:23:16.350Z | Downloaded structmeta v0.2.0 |
| 866 | 2024-11-07T01:23:16.353Z | Downloaded diesel-dtrace v0.3.0 |
| 867 | 2024-11-07T01:23:16.353Z | Downloaded p256 v0.13.2 |
| 868 | 2024-11-07T01:23:16.356Z | Downloaded predicates-core v1.0.8 |
| 869 | 2024-11-07T01:23:16.358Z | Downloaded hostname v0.4.0 |
| 870 | 2024-11-07T01:23:16.358Z | Downloaded filetime v0.2.25 |
| 871 | 2024-11-07T01:23:16.361Z | Downloaded ron v0.8.1 |
| 872 | 2024-11-07T01:23:16.365Z | Downloaded serde_with_macros v3.11.0 |
| 873 | 2024-11-07T01:23:16.368Z | Downloaded pkcs1 v0.7.5 |
| 874 | 2024-11-07T01:23:16.370Z | Downloaded portable-atomic v1.9.0 |
| 875 | 2024-11-07T01:23:16.377Z | Downloaded sha1 v0.10.6 |
| 876 | 2024-11-07T01:23:16.380Z | Downloaded password-hash v0.5.0 |
| 877 | 2024-11-07T01:23:16.382Z | Downloaded url v2.5.2 |
| 878 | 2024-11-07T01:23:16.385Z | Downloaded smallvec v1.13.2 |
| 879 | 2024-11-07T01:23:16.387Z | Downloaded sqlformat v0.2.6 |
| 880 | 2024-11-07T01:23:16.387Z | Downloaded zip v0.6.6 |
| 881 | 2024-11-07T01:23:16.391Z | Downloaded pbkdf2 v0.11.0 |
| 882 | 2024-11-07T01:23:16.394Z | Downloaded tinyvec v1.8.0 |
| 883 | 2024-11-07T01:23:16.396Z | Downloaded hkdf v0.12.4 |
| 884 | 2024-11-07T01:23:16.399Z | Downloaded postgres-types v0.2.8 |
| 885 | 2024-11-07T01:23:16.402Z | Downloaded hashlink v0.9.1 |
| 886 | 2024-11-07T01:23:16.404Z | Downloaded strum_macros v0.24.3 |
| 887 | 2024-11-07T01:23:16.407Z | Downloaded quinn v0.11.5 |
| 888 | 2024-11-07T01:23:16.409Z | Downloaded group v0.13.0 |
| 889 | 2024-11-07T01:23:16.412Z | Downloaded futures-io v0.3.31 |
| 890 | 2024-11-07T01:23:16.412Z | Downloaded snafu-derive v0.8.5 |
| 891 | 2024-11-07T01:23:16.415Z | Downloaded snafu v0.8.5 |
| 892 | 2024-11-07T01:23:16.418Z | Downloaded twox-hash v1.6.3 |
| 893 | 2024-11-07T01:23:16.421Z | Downloaded diff v0.1.13 |
| 894 | 2024-11-07T01:23:16.423Z | Downloaded rayon v1.10.0 |
| 895 | 2024-11-07T01:23:16.432Z | Downloaded pkg-config v0.3.31 |
| 896 | 2024-11-07T01:23:16.435Z | Downloaded unicode-normalization v0.1.24 |
| 897 | 2024-11-07T01:23:16.439Z | Downloaded tokio-util v0.7.12 |
| 898 | 2024-11-07T01:23:16.446Z | Downloaded half v2.4.1 |
| 899 | 2024-11-07T01:23:16.448Z | Downloaded des v0.8.1 |
| 900 | 2024-11-07T01:23:16.451Z | Downloaded derive_more v0.99.18 |
| 901 | 2024-11-07T01:23:16.454Z | Downloaded pkcs8 v0.10.2 |
| 902 | 2024-11-07T01:23:16.456Z | Downloaded rustls-webpki v0.101.7 |
| 903 | 2024-11-07T01:23:16.470Z | Downloaded poly1305 v0.8.0 |
| 904 | 2024-11-07T01:23:16.473Z | Downloaded qorb v0.2.0 |
| 905 | 2024-11-07T01:23:16.476Z | Downloaded headers v0.4.0 |
| 906 | 2024-11-07T01:23:16.483Z | Downloaded ed25519-dalek v2.1.1 |
| 907 | 2024-11-07T01:23:16.485Z | Downloaded rcgen v0.12.1 |
| 908 | 2024-11-07T01:23:16.488Z | Downloaded h2 v0.4.6 |
| 909 | 2024-11-07T01:23:16.496Z | Downloaded term v0.7.0 |
| 910 | 2024-11-07T01:23:16.499Z | Downloaded h2 v0.3.26 |
| 911 | 2024-11-07T01:23:16.506Z | Downloaded expectorate v1.1.0 |
| 912 | 2024-11-07T01:23:16.509Z | Downloaded pkcs5 v0.7.1 |
| 913 | 2024-11-07T01:23:16.513Z | Downloaded git2 v0.19.0 |
| 914 | 2024-11-07T01:23:16.522Z | Downloaded p521 v0.13.3 |
| 915 | 2024-11-07T01:23:16.526Z | Downloaded proptest v1.5.0 |
| 916 | 2024-11-07T01:23:16.535Z | Downloaded tracing-core v0.1.32 |
| 917 | 2024-11-07T01:23:16.538Z | Downloaded tough v0.17.1 |
| 918 | 2024-11-07T01:23:16.547Z | Downloaded russh v0.45.0 |
| 919 | 2024-11-07T01:23:16.552Z | Downloaded bstr v1.10.0 |
| 920 | 2024-11-07T01:23:16.563Z | Downloaded reqwest v0.12.8 |
| 921 | 2024-11-07T01:23:16.571Z | Downloaded idna v0.5.0 |
| 922 | 2024-11-07T01:23:16.578Z | Downloaded tar v0.4.42 |
| 923 | 2024-11-07T01:23:16.581Z | Downloaded rusqlite v0.32.1 |
| 924 | 2024-11-07T01:23:16.589Z | Downloaded salty v0.3.0 |
| 925 | 2024-11-07T01:23:16.594Z | Downloaded quinn-proto v0.11.8 |
| 926 | 2024-11-07T01:23:16.603Z | Downloaded x509-cert v0.2.5 |
| 927 | 2024-11-07T01:23:16.607Z | Downloaded unicode-segmentation v1.12.0 |
| 928 | 2024-11-07T01:23:16.611Z | Downloaded curve25519-dalek v4.1.3 |
| 929 | 2024-11-07T01:23:16.620Z | Downloaded bitvec v1.0.1 |
| 930 | 2024-11-07T01:23:16.635Z | Downloaded typed-path v0.7.1 |
| 931 | 2024-11-07T01:23:16.640Z | Downloaded sqlparser v0.45.0 |
| 932 | 2024-11-07T01:23:16.647Z | Downloaded futures-util v0.3.31 |
| 933 | 2024-11-07T01:23:16.659Z | Downloaded rustls-webpki v0.102.8 |
| 934 | 2024-11-07T01:23:16.677Z | Downloaded chrono-tz v0.10.0 |
| 935 | 2024-11-07T01:23:16.685Z | Downloaded object v0.30.4 |
| 936 | 2024-11-07T01:23:16.695Z | Downloaded vcpkg v0.2.15 |
| 937 | 2024-11-07T01:23:16.734Z | Downloaded quick-xml v0.33.0 |
| 938 | 2024-11-07T01:23:16.740Z | Downloaded openssl v0.10.66 |
| 939 | 2024-11-07T01:23:16.749Z | Downloaded idna v0.3.0 |
| 940 | 2024-11-07T01:23:16.756Z | Downloaded regex-syntax v0.6.29 |
| 941 | 2024-11-07T01:23:16.764Z | Downloaded regex v1.11.0 |
| 942 | 2024-11-07T01:23:16.777Z | Downloaded idna v0.4.0 |
| 943 | 2024-11-07T01:23:16.784Z | Downloaded dropshot v0.12.0 |
| 944 | 2024-11-07T01:23:16.803Z | Downloaded webpki-roots v0.26.6 |
| 945 | 2024-11-07T01:23:16.807Z | Downloaded hickory-proto v0.24.1 |
| 946 | 2024-11-07T01:23:16.822Z | Downloaded hashbrown v0.14.5 |
| 947 | 2024-11-07T01:23:16.828Z | Downloaded sled v0.34.7 |
| 948 | 2024-11-07T01:23:16.839Z | Downloaded nix v0.29.0 |
| 949 | 2024-11-07T01:23:16.850Z | Downloaded rustls v0.21.12 |
| 950 | 2024-11-07T01:23:16.862Z | Downloaded radix_trie v0.2.1 |
| 951 | 2024-11-07T01:23:16.867Z | Downloaded nix v0.28.0 |
| 952 | 2024-11-07T01:23:16.878Z | Downloaded object v0.36.5 |
| 953 | 2024-11-07T01:23:16.890Z | Downloaded typify-impl v0.2.0 |
| 954 | 2024-11-07T01:23:16.906Z | Downloaded gimli v0.31.1 |
| 955 | 2024-11-07T01:23:16.914Z | Downloaded ratatui v0.28.1 |
| 956 | 2024-11-07T01:23:16.934Z | Downloaded regress v0.10.1 |
| 957 | 2024-11-07T01:23:16.943Z | Downloaded smoltcp v0.9.1 |
| 958 | 2024-11-07T01:23:16.953Z | Downloaded polar-core v0.27.3 |
| 959 | 2024-11-07T01:23:16.962Z | Downloaded openapiv3 v2.0.0 |
| 960 | 2024-11-07T01:23:16.974Z | Downloaded trust-dns-proto v0.22.0 |
| 961 | 2024-11-07T01:23:16.991Z | Downloaded diesel v2.2.4 |
| 962 | 2024-11-07T01:23:17.016Z | Downloaded smoltcp v0.11.0 |
| 963 | 2024-11-07T01:23:17.033Z | Downloaded regress v0.9.1 |
| 964 | 2024-11-07T01:23:17.044Z | Downloaded regex-syntax v0.8.5 |
| 965 | 2024-11-07T01:23:17.055Z | Downloaded regex-automata v0.4.8 |
| 966 | 2024-11-07T01:23:17.074Z | Downloaded rustls v0.22.4 |
| 967 | 2024-11-07T01:23:17.086Z | Downloaded rustls v0.23.14 |
| 968 | 2024-11-07T01:23:17.097Z | Downloaded petgraph v0.6.5 |
| 969 | 2024-11-07T01:23:17.113Z | Downloaded zerocopy-derive v0.6.6 |
| 970 | 2024-11-07T01:23:17.122Z | Downloaded sha3 v0.10.8 |
| 971 | 2024-11-07T01:23:17.126Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 972 | 2024-11-07T01:23:17.137Z | Downloaded p384 v0.13.0 |
| 973 | 2024-11-07T01:23:17.145Z | Downloaded csv v1.3.0 |
| 974 | 2024-11-07T01:23:17.164Z | Downloaded winnow v0.5.40 |
| 975 | 2024-11-07T01:23:17.173Z | Downloaded idna v0.2.3 |
| 976 | 2024-11-07T01:23:17.179Z | Downloaded reqwest v0.11.27 |
| 977 | 2024-11-07T01:23:17.187Z | Downloaded nix v0.27.1 |
| 978 | 2024-11-07T01:23:17.198Z | Downloaded lalrpop v0.19.12 |
| 979 | 2024-11-07T01:23:17.209Z | Downloaded ssh-key v0.6.6 |
| 980 | 2024-11-07T01:23:17.216Z | Downloaded serde_with v3.11.0 |
| 981 | 2024-11-07T01:23:17.224Z | Downloaded lzma-sys v0.1.20 |
| 982 | 2024-11-07T01:23:17.252Z | Downloaded signal-hook v0.3.17 |
| 983 | 2024-11-07T01:23:17.256Z | Downloaded progenitor v0.8.0 |
| 984 | 2024-11-07T01:23:17.258Z | Downloaded time-macros v0.2.18 |
| 985 | 2024-11-07T01:23:17.261Z | Downloaded openssl-sys v0.9.103 |
| 986 | 2024-11-07T01:23:17.264Z | Downloaded itertools v0.12.1 |
| 987 | 2024-11-07T01:23:17.272Z | Downloaded libz-sys v1.1.20 |
| 988 | 2024-11-07T01:23:17.293Z | Downloaded hostname v0.3.1 |
| 989 | 2024-11-07T01:23:17.296Z | Downloaded home v0.5.9 |
| 990 | 2024-11-07T01:23:17.296Z | Downloaded either v1.13.0 |
| 991 | 2024-11-07T01:23:17.299Z | Downloaded hickory-server v0.24.1 |
| 992 | 2024-11-07T01:23:17.302Z | Downloaded hickory-resolver v0.24.1 |
| 993 | 2024-11-07T01:23:17.307Z | Downloaded zeroize_derive v1.4.2 |
| 994 | 2024-11-07T01:23:17.309Z | Downloaded getrandom v0.2.15 |
| 995 | 2024-11-07T01:23:17.312Z | Downloaded omicron-zone-package v0.11.1 |
| 996 | 2024-11-07T01:23:17.314Z | Downloaded hmac v0.12.1 |
| 997 | 2024-11-07T01:23:17.318Z | Downloaded fatfs v0.3.6 |
| 998 | 2024-11-07T01:23:17.320Z | Downloaded vergen v8.3.2 |
| 999 | 2024-11-07T01:23:17.320Z | Downloaded tokio v1.40.0 |
| 1000 | 2024-11-07T01:23:17.359Z | Downloaded tls_codec v0.4.1 |
| 1001 | 2024-11-07T01:23:17.361Z | Downloaded phf_shared v0.11.2 |
| 1002 | 2024-11-07T01:23:17.364Z | Downloaded phf v0.11.2 |
| 1003 | 2024-11-07T01:23:17.364Z | Downloaded tungstenite v0.21.0 |
| 1004 | 2024-11-07T01:23:17.366Z | Downloaded encoding_rs v0.8.34 |
| 1005 | 2024-11-07T01:23:17.386Z | Downloaded rand v0.8.5 |
| 1006 | 2024-11-07T01:23:17.389Z | Downloaded sct v0.7.1 |
| 1007 | 2024-11-07T01:23:17.392Z | Downloaded rusty-fork v0.3.0 |
| 1008 | 2024-11-07T01:23:17.395Z | Downloaded rustversion v1.0.17 |
| 1009 | 2024-11-07T01:23:17.397Z | Downloaded pin-project-internal v1.1.6 |
| 1010 | 2024-11-07T01:23:17.400Z | Downloaded parse-zoneinfo v0.3.1 |
| 1011 | 2024-11-07T01:23:17.402Z | Downloaded hashbrown v0.13.2 |
| 1012 | 2024-11-07T01:23:17.405Z | Downloaded hashbrown v0.12.3 |
| 1013 | 2024-11-07T01:23:17.408Z | Downloaded flate2 v1.0.34 |
| 1014 | 2024-11-07T01:23:17.413Z | Downloaded num-bigint-dig v0.8.4 |
| 1015 | 2024-11-07T01:23:17.417Z | Downloaded typify-macro v0.2.0 |
| 1016 | 2024-11-07T01:23:17.421Z | Downloaded subprocess v0.2.9 |
| 1017 | 2024-11-07T01:23:17.424Z | Downloaded libxml v0.3.3 |
| 1018 | 2024-11-07T01:23:17.426Z | Downloaded socket2 v0.5.7 |
| 1019 | 2024-11-07T01:23:17.429Z | Downloaded samael v0.0.17 |
| 1020 | 2024-11-07T01:23:17.434Z | Downloaded nom v7.1.3 |
| 1021 | 2024-11-07T01:23:17.439Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1022 | 2024-11-07T01:23:17.443Z | Downloaded reedline v0.35.0 |
| 1023 | 2024-11-07T01:23:17.449Z | Downloaded fd-lock v4.0.2 |
| 1024 | 2024-11-07T01:23:17.452Z | Downloaded itertools v0.13.0 |
| 1025 | 2024-11-07T01:23:17.458Z | Downloaded stringprep v0.1.5 |
| 1026 | 2024-11-07T01:23:17.460Z | Downloaded string_cache v0.8.7 |
| 1027 | 2024-11-07T01:23:17.463Z | Downloaded strum_macros v0.26.4 |
| 1028 | 2024-11-07T01:23:17.465Z | Downloaded pin-project-lite v0.2.14 |
| 1029 | 2024-11-07T01:23:17.468Z | Downloaded rustyline v14.0.0 |
| 1030 | 2024-11-07T01:23:17.473Z | Downloaded scrypt v0.11.0 |
| 1031 | 2024-11-07T01:23:17.476Z | Downloaded dirs-next v2.0.0 |
| 1032 | 2024-11-07T01:23:17.478Z | Downloaded ron v0.7.1 |
| 1033 | 2024-11-07T01:23:17.482Z | Downloaded heapless v0.7.17 |
| 1034 | 2024-11-07T01:23:17.485Z | Downloaded tui-tree-widget v0.22.0 |
| 1035 | 2024-11-07T01:23:17.488Z | Downloaded tokio-rustls v0.24.1 |
| 1036 | 2024-11-07T01:23:17.491Z | Downloaded display-error-chain v0.2.2 |
| 1037 | 2024-11-07T01:23:17.491Z | Downloaded dropshot_endpoint v0.12.0 |
| 1038 | 2024-11-07T01:23:17.493Z | Downloaded walkdir v2.5.0 |
| 1039 | 2024-11-07T01:23:17.496Z | Downloaded whoami v1.5.2 |
| 1040 | 2024-11-07T01:23:17.498Z | Downloaded similar v2.6.0 |
| 1041 | 2024-11-07T01:23:17.502Z | Downloaded futures-task v0.3.31 |
| 1042 | 2024-11-07T01:23:17.505Z | Downloaded futures-sink v0.3.31 |
| 1043 | 2024-11-07T01:23:17.505Z | Downloaded float-ord v0.3.2 |
| 1044 | 2024-11-07T01:23:17.507Z | Downloaded chrono v0.4.38 |
| 1045 | 2024-11-07T01:23:17.512Z | Downloaded mio v1.0.2 |
| 1046 | 2024-11-07T01:23:17.517Z | Downloaded minimal-lexical v0.2.1 |
| 1047 | 2024-11-07T01:23:17.521Z | Downloaded packed_struct_codegen v0.10.1 |
| 1048 | 2024-11-07T01:23:17.524Z | Downloaded packed_struct v0.10.1 |
| 1049 | 2024-11-07T01:23:17.526Z | Downloaded fallible-iterator v0.3.0 |
| 1050 | 2024-11-07T01:23:17.526Z | Downloaded ecdsa v0.16.9 |
| 1051 | 2024-11-07T01:23:17.529Z | Downloaded precomputed-hash v0.1.1 |
| 1052 | 2024-11-07T01:23:17.529Z | Downloaded slog-stdlog v4.1.1 |
| 1053 | 2024-11-07T01:23:17.531Z | Downloaded vte v0.11.1 |
| 1054 | 2024-11-07T01:23:17.531Z | Downloaded tokio-rustls v0.25.0 |
| 1055 | 2024-11-07T01:23:17.534Z | Downloaded chacha20poly1305 v0.10.1 |
| 1056 | 2024-11-07T01:23:17.537Z | Downloaded postgres-protocol v0.6.7 |
| 1057 | 2024-11-07T01:23:17.537Z | Downloaded postcard v1.0.10 |
| 1058 | 2024-11-07T01:23:17.540Z | Downloaded indicatif v0.17.8 |
| 1059 | 2024-11-07T01:23:17.544Z | Downloaded embedded-io v0.4.0 |
| 1060 | 2024-11-07T01:23:17.546Z | Downloaded test-strategy v0.3.1 |
| 1061 | 2024-11-07T01:23:17.549Z | Downloaded blake3 v1.5.4 |
| 1062 | 2024-11-07T01:23:17.555Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1063 | 2024-11-07T01:23:17.558Z | Downloaded backtrace v0.3.74 |
| 1064 | 2024-11-07T01:23:17.560Z | Downloaded schemars v0.8.21 |
| 1065 | 2024-11-07T01:23:17.572Z | Downloaded const_format v0.2.33 |
| 1066 | 2024-11-07T01:23:17.576Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1067 | 2024-11-07T01:23:17.634Z | Downloaded which v4.4.2 |
| 1068 | 2024-11-07T01:23:17.637Z | Downloaded parking_lot v0.11.2 |
| 1069 | 2024-11-07T01:23:17.640Z | Downloaded futures v0.3.31 |
| 1070 | 2024-11-07T01:23:17.643Z | Downloaded rustc_version v0.4.1 |
| 1071 | 2024-11-07T01:23:17.646Z | Downloaded num-rational v0.4.2 |
| 1072 | 2024-11-07T01:23:17.646Z | Downloaded base64 v0.22.1 |
| 1073 | 2024-11-07T01:23:17.649Z | Downloaded uzers v0.12.1 |
| 1074 | 2024-11-07T01:23:17.652Z | Downloaded tokio-tungstenite v0.24.0 |
| 1075 | 2024-11-07T01:23:17.654Z | Downloaded tokio-tungstenite v0.23.1 |
| 1076 | 2024-11-07T01:23:17.656Z | Downloaded tokio-tungstenite v0.21.0 |
| 1077 | 2024-11-07T01:23:17.659Z | Downloaded dhcproto-macros v0.1.0 |
| 1078 | 2024-11-07T01:23:17.659Z | Downloaded zone v0.3.0 |
| 1079 | 2024-11-07T01:23:17.660Z | Downloaded want v0.3.1 |
| 1080 | 2024-11-07T01:23:17.662Z | Downloaded slog-async v2.8.0 |
| 1081 | 2024-11-07T01:23:17.662Z | Downloaded slab v0.4.9 |
| 1082 | 2024-11-07T01:23:17.662Z | Downloaded num-integer v0.1.46 |
| 1083 | 2024-11-07T01:23:17.665Z | Downloaded globset v0.4.15 |
| 1084 | 2024-11-07T01:23:17.668Z | Downloaded bumpalo v3.16.0 |
| 1085 | 2024-11-07T01:23:17.670Z | Downloaded structmeta v0.3.0 |
| 1086 | 2024-11-07T01:23:17.670Z | Downloaded arc-swap v1.7.1 |
| 1087 | 2024-11-07T01:23:17.673Z | Downloaded crc-any v2.5.0 |
| 1088 | 2024-11-07T01:23:17.675Z | Downloaded cookie v0.18.1 |
| 1089 | 2024-11-07T01:23:17.678Z | Downloaded ipnet v2.10.1 |
| 1090 | 2024-11-07T01:23:17.680Z | Downloaded multer v3.1.0 |
| 1091 | 2024-11-07T01:23:17.683Z | Downloaded termios v0.3.3 |
| 1092 | 2024-11-07T01:23:17.683Z | Downloaded multimap v0.10.0 |
| 1093 | 2024-11-07T01:23:17.685Z | Downloaded console v0.15.8 |
| 1094 | 2024-11-07T01:23:17.688Z | Downloaded base64ct v1.6.0 |
| 1095 | 2024-11-07T01:23:17.691Z | Downloaded internet-checksum v0.2.1 |
| 1096 | 2024-11-07T01:23:17.691Z | Downloaded keccak v0.1.5 |
| 1097 | 2024-11-07T01:23:17.691Z | Downloaded constant_time_eq v0.3.1 |
| 1098 | 2024-11-07T01:23:17.694Z | Downloaded cbc v0.1.2 |
| 1099 | 2024-11-07T01:23:17.694Z | Downloaded crc-catalog v2.4.0 |
| 1100 | 2024-11-07T01:23:17.694Z | Downloaded chrono-tz-build v0.4.0 |
| 1101 | 2024-11-07T01:23:17.696Z | Downloaded chacha20 v0.9.1 |
| 1102 | 2024-11-07T01:23:17.699Z | Downloaded cfg_aliases v0.1.1 |
| 1103 | 2024-11-07T01:23:17.699Z | Downloaded aes v0.8.4 |
| 1104 | 2024-11-07T01:23:17.701Z | Downloaded signature v2.2.0 |
| 1105 | 2024-11-07T01:23:17.704Z | Downloaded serde_repr v0.1.19 |
| 1106 | 2024-11-07T01:23:17.707Z | Downloaded serde-big-array v0.5.1 |
| 1107 | 2024-11-07T01:23:17.707Z | Downloaded num-derive v0.4.2 |
| 1108 | 2024-11-07T01:23:17.709Z | Downloaded hyper-tls v0.6.0 |
| 1109 | 2024-11-07T01:23:17.712Z | Downloaded humantime v2.1.0 |
| 1110 | 2024-11-07T01:23:17.712Z | Downloaded httpdate v1.0.3 |
| 1111 | 2024-11-07T01:23:17.714Z | Downloaded http-body v0.4.6 |
| 1112 | 2024-11-07T01:23:17.724Z | Downloaded ciborium-ll v0.2.2 |
| 1113 | 2024-11-07T01:23:17.724Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1114 | 2024-11-07T01:23:17.724Z | Downloaded bit-set v0.5.3 |
| 1115 | 2024-11-07T01:23:17.724Z | Downloaded atomic-waker v1.1.2 |
| 1116 | 2024-11-07T01:23:17.724Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1117 | 2024-11-07T01:23:17.724Z | Downloaded newtype-uuid v1.1.2 |
| 1118 | 2024-11-07T01:23:17.724Z | Downloaded linear-map v1.2.0 |
| 1119 | 2024-11-07T01:23:17.727Z | Downloaded libefi-sys v0.1.0 |
| 1120 | 2024-11-07T01:23:17.727Z | Downloaded bytes v1.7.2 |
| 1121 | 2024-11-07T01:23:17.729Z | Downloaded async-bb8-diesel v0.2.1 |
| 1122 | 2024-11-07T01:23:17.731Z | Downloaded crc32fast v1.4.2 |
| 1123 | 2024-11-07T01:23:17.734Z | Downloaded ciborium v0.2.2 |
| 1124 | 2024-11-07T01:23:17.737Z | Downloaded ahash v0.8.11 |
| 1125 | 2024-11-07T01:23:17.740Z | Downloaded addr2line v0.24.2 |
| 1126 | 2024-11-07T01:23:17.742Z | Downloaded cipher v0.4.4 |
| 1127 | 2024-11-07T01:23:17.745Z | Downloaded async-stream v0.3.6 |
| 1128 | 2024-11-07T01:23:17.748Z | Downloaded crc v3.2.1 |
| 1129 | 2024-11-07T01:23:17.750Z | Downloaded colored v2.1.0 |
| 1130 | 2024-11-07T01:23:17.809Z | Downloaded ring v0.17.8 |
| 1131 | 2024-11-07T01:23:18.148Z | Downloaded libsqlite3-sys v0.30.1 |
| 1132 | 2024-11-07T01:23:18.228Z | Downloaded ring v0.16.20 |
| 1133 | 2024-11-07T01:23:18.428Z | Compiling serde v1.0.210 |
| 1134 | 2024-11-07T01:23:18.431Z | Compiling typenum v1.17.0 |
| 1135 | 2024-11-07T01:23:18.431Z | Compiling lock_api v0.4.12 |
| 1136 | 2024-11-07T01:23:18.431Z | Compiling generic-array v0.14.7 |
| 1137 | 2024-11-07T01:23:18.431Z | Compiling scopeguard v1.2.0 |
| 1138 | 2024-11-07T01:23:18.431Z | Compiling subtle v2.6.1 |
| 1139 | 2024-11-07T01:23:18.619Z | Compiling syn v2.0.79 |
| 1140 | 2024-11-07T01:23:18.635Z | Compiling getrandom v0.2.15 |
| 1141 | 2024-11-07T01:23:18.871Z | Compiling rand_core v0.6.4 |
| 1142 | 2024-11-07T01:23:18.953Z | Compiling value-bag v1.9.0 |
| 1143 | 2024-11-07T01:23:18.990Z | Compiling const-oid v0.9.6 |
| 1144 | 2024-11-07T01:23:19.058Z | Compiling jobserver v0.1.32 |
| 1145 | 2024-11-07T01:23:19.144Z | Compiling shlex v1.3.0 |
| 1146 | 2024-11-07T01:23:19.421Z | Compiling log v0.4.22 |
| 1147 | 2024-11-07T01:23:19.515Z | Compiling cc v1.1.30 |
| 1148 | 2024-11-07T01:23:19.534Z | Compiling pin-project-lite v0.2.14 |
| 1149 | 2024-11-07T01:23:19.554Z | Compiling smallvec v1.13.2 |
| 1150 | 2024-11-07T01:23:19.663Z | Compiling parking_lot_core v0.9.10 |
| 1151 | 2024-11-07T01:23:19.956Z | Compiling futures-core v0.3.31 |
| 1152 | 2024-11-07T01:23:19.976Z | Compiling signal-hook-registry v1.4.2 |
| 1153 | 2024-11-07T01:23:20.194Z | Compiling mio v1.0.2 |
| 1154 | 2024-11-07T01:23:20.253Z | Compiling cpufeatures v0.2.14 |
| 1155 | 2024-11-07T01:23:20.357Z | Compiling futures-sink v0.3.31 |
| 1156 | 2024-11-07T01:23:20.516Z | Compiling parking_lot v0.12.3 |
| 1157 | 2024-11-07T01:23:20.759Z | Compiling spin v0.9.8 |
| 1158 | 2024-11-07T01:23:20.786Z | Compiling socket2 v0.5.7 |
| 1159 | 2024-11-07T01:23:20.886Z | Compiling slab v0.4.9 |
| 1160 | 2024-11-07T01:23:21.180Z | Compiling serde_json v1.0.128 |
| 1161 | 2024-11-07T01:23:21.260Z | Compiling futures-channel v0.3.31 |
| 1162 | 2024-11-07T01:23:21.364Z | Compiling allocator-api2 v0.2.18 |
| 1163 | 2024-11-07T01:23:21.431Z | Compiling futures-io v0.3.31 |
| 1164 | 2024-11-07T01:23:21.557Z | Compiling tinyvec_macros v0.1.1 |
| 1165 | 2024-11-07T01:23:21.627Z | Compiling futures-task v0.3.31 |
| 1166 | 2024-11-07T01:23:21.656Z | Compiling pin-utils v0.1.0 |
| 1167 | 2024-11-07T01:23:21.701Z | Compiling foldhash v0.1.3 |
| 1168 | 2024-11-07T01:23:21.749Z | Compiling tinyvec v1.8.0 |
| 1169 | 2024-11-07T01:23:21.769Z | Compiling pkg-config v0.3.31 |
| 1170 | 2024-11-07T01:23:21.787Z | Compiling libm v0.2.8 |
| 1171 | 2024-11-07T01:23:21.928Z | Compiling num-traits v0.2.19 |
| 1172 | 2024-11-07T01:23:22.005Z | Compiling unicode-bidi v0.3.17 |
| 1173 | 2024-11-07T01:23:22.255Z | Compiling hashbrown v0.15.0 |
| 1174 | 2024-11-07T01:23:22.563Z | Compiling base64ct v1.6.0 |
| 1175 | 2024-11-07T01:23:23.215Z | Compiling pem-rfc7468 v0.7.0 |
| 1176 | 2024-11-07T01:23:23.455Z | Compiling unicode-normalization v0.1.24 |
| 1177 | 2024-11-07T01:23:23.493Z | Compiling httparse v1.9.5 |
| 1178 | 2024-11-07T01:23:23.683Z | Compiling flagset v0.4.6 |
| 1179 | 2024-11-07T01:23:23.736Z | Compiling ring v0.17.8 |
| 1180 | 2024-11-07T01:23:23.774Z | Compiling tracing-core v0.1.32 |
| 1181 | 2024-11-07T01:23:23.903Z | Compiling percent-encoding v2.3.1 |
| 1182 | 2024-11-07T01:23:23.970Z | Compiling crossbeam-utils v0.8.20 |
| 1183 | 2024-11-07T01:23:24.242Z | Compiling rustls-pki-types v1.9.0 |
| 1184 | 2024-11-07T01:23:24.557Z | Compiling num-conv v0.1.0 |
| 1185 | 2024-11-07T01:23:24.574Z | Compiling untrusted v0.9.0 |
| 1186 | 2024-11-07T01:23:24.762Z | Compiling vcpkg v0.2.15 |
| 1187 | 2024-11-07T01:23:24.839Z | Compiling time-core v0.1.2 |
| 1188 | 2024-11-07T01:23:25.022Z | Compiling powerfmt v0.2.0 |
| 1189 | 2024-11-07T01:23:25.147Z | Compiling time-macros v0.2.18 |
| 1190 | 2024-11-07T01:23:25.319Z | Compiling deranged v0.3.11 |
| 1191 | 2024-11-07T01:23:25.434Z | Compiling atomic-waker v1.1.2 |
| 1192 | 2024-11-07T01:23:25.549Z | Compiling num_threads v0.1.7 |
| 1193 | 2024-11-07T01:23:25.674Z | Compiling form_urlencoded v1.2.1 |
| 1194 | 2024-11-07T01:23:25.979Z | Compiling try-lock v0.2.5 |
| 1195 | 2024-11-07T01:23:25.983Z | Compiling slog v2.7.0 |
| 1196 | 2024-11-07T01:23:26.130Z | Compiling rustix v0.38.37 |
| 1197 | 2024-11-07T01:23:26.552Z | Compiling want v0.3.1 |
| 1198 | 2024-11-07T01:23:26.572Z | Compiling httpdate v1.0.3 |
| 1199 | 2024-11-07T01:23:26.721Z | Compiling openssl-sys v0.9.103 |
| 1200 | 2024-11-07T01:23:26.979Z | Compiling idna v0.5.0 |
| 1201 | 2024-11-07T01:23:27.013Z | Compiling iana-time-zone v0.1.61 |
| 1202 | 2024-11-07T01:23:27.123Z | Compiling base64 v0.22.1 |
| 1203 | 2024-11-07T01:23:27.431Z | Compiling rustversion v1.0.17 |
| 1204 | 2024-11-07T01:23:27.633Z | Compiling tower-service v0.3.3 |
| 1205 | 2024-11-07T01:23:27.739Z | Compiling openssl v0.10.66 |
| 1206 | 2024-11-07T01:23:27.853Z | Compiling foreign-types-shared v0.1.1 |
| 1207 | 2024-11-07T01:23:27.908Z | Compiling adler2 v2.0.0 |
| 1208 | 2024-11-07T01:23:27.953Z | Compiling match_cfg v0.1.0 |
| 1209 | 2024-11-07T01:23:28.041Z | Compiling time v0.3.36 |
| 1210 | 2024-11-07T01:23:28.060Z | Compiling miniz_oxide v0.8.0 |
| 1211 | 2024-11-07T01:23:28.109Z | Compiling hostname v0.3.1 |
| 1212 | 2024-11-07T01:23:28.151Z | Compiling foreign-types v0.3.2 |
| 1213 | 2024-11-07T01:23:28.249Z | Compiling url v2.5.2 |
| 1214 | 2024-11-07T01:23:28.574Z | Compiling dirs-sys-next v0.1.2 |
| 1215 | 2024-11-07T01:23:28.587Z | Compiling aho-corasick v1.1.3 |
| 1216 | 2024-11-07T01:23:28.951Z | Compiling rustls v0.22.4 |
| 1217 | 2024-11-07T01:23:29.219Z | Compiling syn v1.0.109 |
| 1218 | 2024-11-07T01:23:29.433Z | Compiling native-tls v0.2.12 |
| 1219 | 2024-11-07T01:23:29.514Z | Compiling regex-syntax v0.8.5 |
| 1220 | 2024-11-07T01:23:29.784Z | Compiling rustls v0.23.14 |
| 1221 | 2024-11-07T01:23:29.827Z | Compiling siphasher v0.3.11 |
| 1222 | 2024-11-07T01:23:29.845Z | Compiling data-encoding v2.6.0 |
| 1223 | 2024-11-07T01:23:30.159Z | Compiling dirs-next v2.0.0 |
| 1224 | 2024-11-07T01:23:30.347Z | Compiling serde_derive_internals v0.29.1 |
| 1225 | 2024-11-07T01:23:31.478Z | Compiling crossbeam-epoch v0.9.18 |
| 1226 | 2024-11-07T01:23:31.920Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1227 | 2024-11-07T01:23:31.975Z | Compiling serde_derive v1.0.210 |
| 1228 | 2024-11-07T01:23:32.195Z | Compiling zeroize_derive v1.4.2 |
| 1229 | 2024-11-07T01:23:32.441Z | Compiling zerocopy-derive v0.7.35 |
| 1230 | 2024-11-07T01:23:32.797Z | Compiling tokio-macros v2.4.0 |
| 1231 | 2024-11-07T01:23:32.906Z | Compiling thiserror-impl v1.0.64 |
| 1232 | 2024-11-07T01:23:33.511Z | Compiling futures-macro v0.3.31 |
| 1233 | 2024-11-07T01:23:33.639Z | Compiling zeroize v1.8.1 |
| 1234 | 2024-11-07T01:23:34.323Z | Compiling der_derive v0.7.3 |
| 1235 | 2024-11-07T01:23:34.544Z | Compiling zerocopy v0.7.35 |
| 1236 | 2024-11-07T01:23:35.410Z | Compiling futures-util v0.3.31 |
| 1237 | 2024-11-07T01:23:35.484Z | Compiling crypto-common v0.1.6 |
| 1238 | 2024-11-07T01:23:35.576Z | Compiling block-buffer v0.10.4 |
| 1239 | 2024-11-07T01:23:35.705Z | Compiling block-padding v0.3.3 |
| 1240 | 2024-11-07T01:23:35.837Z | Compiling digest v0.10.7 |
| 1241 | 2024-11-07T01:23:35.925Z | Compiling inout v0.1.3 |
| 1242 | 2024-11-07T01:23:35.953Z | Compiling thiserror v1.0.64 |
| 1243 | 2024-11-07T01:23:36.080Z | Compiling ppv-lite86 v0.2.20 |
| 1244 | 2024-11-07T01:23:36.103Z | Compiling tracing-attributes v0.1.27 |
| 1245 | 2024-11-07T01:23:36.213Z | Compiling cipher v0.4.4 |
| 1246 | 2024-11-07T01:23:36.237Z | Compiling pest v2.7.14 |
| 1247 | 2024-11-07T01:23:36.329Z | Compiling hmac v0.12.1 |
| 1248 | 2024-11-07T01:23:36.585Z | Compiling sha2 v0.10.8 |
| 1249 | 2024-11-07T01:23:36.627Z | Compiling der v0.7.9 |
| 1250 | 2024-11-07T01:23:36.707Z | Compiling salsa20 v0.10.2 |
| 1251 | 2024-11-07T01:23:36.940Z | Compiling rand_chacha v0.3.1 |
| 1252 | 2024-11-07T01:23:36.966Z | Compiling pbkdf2 v0.12.2 |
| 1253 | 2024-11-07T01:23:37.156Z | Compiling scrypt v0.11.0 |
| 1254 | 2024-11-07T01:23:37.748Z | Compiling rand v0.8.5 |
| 1255 | 2024-11-07T01:23:39.362Z | Compiling spki v0.7.3 |
| 1256 | 2024-11-07T01:23:39.382Z | Compiling pest_meta v2.7.14 |
| 1257 | 2024-11-07T01:23:39.732Z | Compiling tracing v0.1.40 |
| 1258 | 2024-11-07T01:23:39.764Z | Compiling cbc v0.1.2 |
| 1259 | 2024-11-07T01:23:39.988Z | Compiling aes v0.8.4 |
| 1260 | 2024-11-07T01:23:40.109Z | Compiling scroll_derive v0.12.0 |
| 1261 | 2024-11-07T01:23:40.228Z | Compiling openssl-macros v0.1.1 |
| 1262 | 2024-11-07T01:23:40.272Z | Compiling async-trait v0.1.83 |
| 1263 | 2024-11-07T01:23:40.951Z | Compiling pkcs5 v0.7.1 |
| 1264 | 2024-11-07T01:23:41.557Z | Compiling scroll v0.12.0 |
| 1265 | 2024-11-07T01:23:41.853Z | Compiling pest_generator v2.7.14 |
| 1266 | 2024-11-07T01:23:42.134Z | Compiling goblin v0.8.2 |
| 1267 | 2024-11-07T01:23:42.182Z | Compiling rustls-webpki v0.102.8 |
| 1268 | 2024-11-07T01:23:42.831Z | Compiling pkcs8 v0.10.2 |
| 1269 | 2024-11-07T01:23:42.887Z | Compiling sha1 v0.10.6 |
| 1270 | 2024-11-07T01:23:43.327Z | Compiling signature v2.2.0 |
| 1271 | 2024-11-07T01:23:43.587Z | Compiling regex-automata v0.4.8 |
| 1272 | 2024-11-07T01:23:43.634Z | Compiling lazy_static v1.5.0 |
| 1273 | 2024-11-07T01:23:43.736Z | Compiling thread_local v1.1.8 |
| 1274 | 2024-11-07T01:23:43.765Z | Compiling cookie v0.18.1 |
| 1275 | 2024-11-07T01:23:43.809Z | Compiling encoding_rs v0.8.34 |
| 1276 | 2024-11-07T01:23:44.059Z | Compiling multer v3.1.0 |
| 1277 | 2024-11-07T01:23:44.103Z | Compiling pest_derive v2.7.14 |
| 1278 | 2024-11-07T01:23:44.179Z | Compiling ipnet v2.10.1 |
| 1279 | 2024-11-07T01:23:44.293Z | Compiling unicode-properties v0.1.3 |
| 1280 | 2024-11-07T01:23:44.345Z | Compiling openssl-probe v0.1.5 |
| 1281 | 2024-11-07T01:23:44.671Z | Compiling schemars v0.8.21 |
| 1282 | 2024-11-07T01:23:44.702Z | Compiling rayon-core v1.12.1 |
| 1283 | 2024-11-07T01:23:44.891Z | Compiling dtrace-parser v0.2.0 |
| 1284 | 2024-11-07T01:23:44.991Z | Compiling mime v0.3.17 |
| 1285 | 2024-11-07T01:23:45.018Z | Compiling signal-hook v0.3.17 |
| 1286 | 2024-11-07T01:23:45.397Z | Compiling either v1.13.0 |
| 1287 | 2024-11-07T01:23:45.400Z | Compiling slog-async v2.8.0 |
| 1288 | 2024-11-07T01:23:45.616Z | Compiling bytes v1.7.2 |
| 1289 | 2024-11-07T01:23:45.895Z | Compiling indexmap v2.6.0 |
| 1290 | 2024-11-07T01:23:45.945Z | Compiling bitflags v2.6.0 |
| 1291 | 2024-11-07T01:23:46.355Z | Compiling semver v1.0.23 |
| 1292 | 2024-11-07T01:23:46.904Z | Compiling tokio v1.40.0 |
| 1293 | 2024-11-07T01:23:46.945Z | Compiling http v1.1.0 |
| 1294 | 2024-11-07T01:23:47.101Z | Compiling rustc_version v0.4.1 |
| 1295 | 2024-11-07T01:23:47.888Z | Compiling dof v0.3.0 |
| 1296 | 2024-11-07T01:23:48.087Z | Compiling toml_datetime v0.6.8 |
| 1297 | 2024-11-07T01:23:48.608Z | Compiling http-body v1.0.1 |
| 1298 | 2024-11-07T01:23:48.853Z | Compiling serde_spanned v0.6.8 |
| 1299 | 2024-11-07T01:23:48.873Z | Compiling uuid v1.10.0 |
| 1300 | 2024-11-07T01:23:49.095Z | Compiling serde_tokenstream v0.2.2 |
| 1301 | 2024-11-07T01:23:49.425Z | Compiling usdt-impl v0.5.0 |
| 1302 | 2024-11-07T01:23:49.702Z | Compiling chrono v0.4.38 |
| 1303 | 2024-11-07T01:23:50.015Z | Compiling http-body-util v0.1.2 |
| 1304 | 2024-11-07T01:23:50.414Z | Compiling heapless v0.7.17 |
| 1305 | 2024-11-07T01:23:50.861Z | Compiling gimli v0.31.1 |
| 1306 | 2024-11-07T01:23:50.977Z | Compiling paste v1.0.15 |
| 1307 | 2024-11-07T01:23:51.639Z | Compiling toml_edit v0.22.22 |
| 1308 | 2024-11-07T01:23:51.947Z | Compiling usdt-attr-macro v0.5.0 |
| 1309 | 2024-11-07T01:23:53.077Z | Compiling usdt-macro v0.5.0 |
| 1310 | 2024-11-07T01:23:53.406Z | Compiling curve25519-dalek v4.1.3 |
| 1311 | 2024-11-07T01:23:53.626Z | Compiling slog-json v2.6.1 |
| 1312 | 2024-11-07T01:23:54.063Z | Compiling serde_urlencoded v0.7.1 |
| 1313 | 2024-11-07T01:23:54.168Z | Compiling stringprep v0.1.5 |
| 1314 | 2024-11-07T01:23:55.275Z | Compiling tokio-util v0.7.12 |
| 1315 | 2024-11-07T01:23:55.927Z | Compiling addr2line v0.24.2 |
| 1316 | 2024-11-07T01:23:56.110Z | Compiling futures-executor v0.3.31 |
| 1317 | 2024-11-07T01:23:56.637Z | Compiling h2 v0.4.6 |
| 1318 | 2024-11-07T01:23:56.657Z | Compiling md-5 v0.10.6 |
| 1319 | 2024-11-07T01:23:56.660Z | Compiling schemars_derive v0.8.21 |
| 1320 | 2024-11-07T01:23:59.002Z | Compiling async-stream-impl v0.3.6 |
| 1321 | 2024-11-07T01:23:59.300Z | Compiling enum-as-inner v0.6.1 |
| 1322 | 2024-11-07T01:23:59.671Z | Compiling crossbeam-deque v0.8.5 |
| 1323 | 2024-11-07T01:23:59.898Z | Compiling term v0.7.0 |
| 1324 | 2024-11-07T01:24:00.331Z | Compiling crossbeam-channel v0.5.13 |
| 1325 | 2024-11-07T01:24:00.380Z | Compiling num-integer v0.1.46 |
| 1326 | 2024-11-07T01:24:01.148Z | Compiling rustls-pemfile v2.2.0 |
| 1327 | 2024-11-07T01:24:01.264Z | Compiling idna v0.3.0 |
| 1328 | 2024-11-07T01:24:01.423Z | Compiling idna v0.4.0 |
| 1329 | 2024-11-07T01:24:01.456Z | Compiling hash32 v0.2.1 |
| 1330 | 2024-11-07T01:24:01.478Z | Compiling ff v0.13.0 |
| 1331 | 2024-11-07T01:24:01.703Z | Compiling is-terminal v0.4.13 |
| 1332 | 2024-11-07T01:24:01.837Z | Compiling dropshot v0.12.0 |
| 1333 | 2024-11-07T01:24:01.857Z | Compiling object v0.36.5 |
| 1334 | 2024-11-07T01:24:02.165Z | Compiling num-bigint-dig v0.8.4 |
| 1335 | 2024-11-07T01:24:02.477Z | Compiling smoltcp v0.9.1 |
| 1336 | 2024-11-07T01:24:02.943Z | Compiling psl-types v2.0.11 |
| 1337 | 2024-11-07T01:24:03.030Z | Compiling stable_deref_trait v1.2.0 |
| 1338 | 2024-11-07T01:24:03.138Z | Compiling fallible-iterator v0.2.0 |
| 1339 | 2024-11-07T01:24:03.138Z | Compiling anyhow v1.0.92 |
| 1340 | 2024-11-07T01:24:03.187Z | Compiling dyn-clone v1.0.17 |
| 1341 | 2024-11-07T01:24:03.410Z | Compiling take_mut v0.2.2 |
| 1342 | 2024-11-07T01:24:03.572Z | Compiling linked-hash-map v0.5.6 |
| 1343 | 2024-11-07T01:24:03.775Z | Compiling hyper v1.4.1 |
| 1344 | 2024-11-07T01:24:03.883Z | Compiling rustc-demangle v0.1.24 |
| 1345 | 2024-11-07T01:24:03.940Z | Compiling quick-error v1.2.3 |
| 1346 | 2024-11-07T01:24:04.081Z | Compiling base16ct v0.2.0 |
| 1347 | 2024-11-07T01:24:04.121Z | Compiling utf-8 v0.7.6 |
| 1348 | 2024-11-07T01:24:04.415Z | Compiling portable-atomic v1.9.0 |
| 1349 | 2024-11-07T01:24:04.451Z | Compiling tungstenite v0.24.0 |
| 1350 | 2024-11-07T01:24:04.824Z | Compiling sec1 v0.7.3 |
| 1351 | 2024-11-07T01:24:05.411Z | Compiling resolv-conf v0.7.0 |
| 1352 | 2024-11-07T01:24:05.566Z | Compiling lru-cache v0.1.2 |
| 1353 | 2024-11-07T01:24:05.772Z | Compiling postgres-protocol v0.6.7 |
| 1354 | 2024-11-07T01:24:06.535Z | Compiling hyper-util v0.1.9 |
| 1355 | 2024-11-07T01:24:07.851Z | Compiling publicsuffix v2.2.3 |
| 1356 | 2024-11-07T01:24:07.916Z | Compiling hickory-proto v0.24.1 |
| 1357 | 2024-11-07T01:24:08.004Z | Compiling usdt v0.5.0 |
| 1358 | 2024-11-07T01:24:08.114Z | Compiling slog-term v2.9.1 |
| 1359 | 2024-11-07T01:24:08.429Z | Compiling group v0.13.0 |
| 1360 | 2024-11-07T01:24:08.507Z | Compiling tokio-rustls v0.26.0 |
| 1361 | 2024-11-07T01:24:08.745Z | Compiling num-iter v0.1.45 |
| 1362 | 2024-11-07T01:24:08.948Z | Compiling async-stream v0.3.6 |
| 1363 | 2024-11-07T01:24:09.253Z | Compiling backtrace v0.3.74 |
| 1364 | 2024-11-07T01:24:09.421Z | Compiling tokio-rustls v0.25.0 |
| 1365 | 2024-11-07T01:24:09.838Z | Compiling tokio-native-tls v0.3.1 |
| 1366 | 2024-11-07T01:24:09.866Z | Compiling futures v0.3.31 |
| 1367 | 2024-11-07T01:24:09.868Z | Compiling toml v0.8.19 |
| 1368 | 2024-11-07T01:24:10.705Z | Compiling camino v1.1.9 |
| 1369 | 2024-11-07T01:24:11.160Z | Compiling slog-bunyan v2.5.0 |
| 1370 | 2024-11-07T01:24:11.179Z | Compiling terminal_size v0.4.0 |
| 1371 | 2024-11-07T01:24:11.405Z | Compiling dropshot_endpoint v0.12.0 |
| 1372 | 2024-11-07T01:24:11.545Z | Compiling openapiv3 v2.0.0 |
| 1373 | 2024-11-07T01:24:11.639Z | Compiling serde_path_to_error v0.1.16 |
| 1374 | 2024-11-07T01:24:11.716Z | Compiling hkdf v0.12.4 |
| 1375 | 2024-11-07T01:24:11.984Z | Compiling crypto-bigint v0.5.5 |
| 1376 | 2024-11-07T01:24:12.543Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1377 | 2024-11-07T01:24:12.591Z | Compiling zerocopy-derive v0.6.6 |
| 1378 | 2024-11-07T01:24:12.622Z | Compiling phf_shared v0.11.2 |
| 1379 | 2024-11-07T01:24:13.026Z | Compiling waitgroup v0.1.2 |
| 1380 | 2024-11-07T01:24:13.248Z | Compiling webpki-roots v0.26.6 |
| 1381 | 2024-11-07T01:24:13.480Z | Compiling hostname v0.4.0 |
| 1382 | 2024-11-07T01:24:13.634Z | Compiling hubpack_derive v0.1.1 |
| 1383 | 2024-11-07T01:24:13.748Z | Compiling ahash v0.8.11 |
| 1384 | 2024-11-07T01:24:14.045Z | Compiling fs-err v2.11.0 |
| 1385 | 2024-11-07T01:24:14.109Z | Compiling crc32fast v1.4.2 |
| 1386 | 2024-11-07T01:24:14.350Z | Compiling winnow v0.5.40 |
| 1387 | 2024-11-07T01:24:14.436Z | Compiling bitflags v1.3.2 |
| 1388 | 2024-11-07T01:24:14.549Z | Compiling debug-ignore v1.0.5 |
| 1389 | 2024-11-07T01:24:14.551Z | Compiling managed v0.8.0 |
| 1390 | 2024-11-07T01:24:14.661Z | Compiling zerocopy v0.6.6 |
| 1391 | 2024-11-07T01:24:14.691Z | Compiling hubpack v0.1.2 |
| 1392 | 2024-11-07T01:24:15.004Z | Compiling elliptic-curve v0.13.8 |
| 1393 | 2024-11-07T01:24:15.545Z | Compiling console v0.15.8 |
| 1394 | 2024-11-07T01:24:15.868Z | Compiling clap_builder v4.5.20 |
| 1395 | 2024-11-07T01:24:16.027Z | Compiling strum_macros v0.25.3 |
| 1396 | 2024-11-07T01:24:17.287Z | Compiling flate2 v1.0.34 |
| 1397 | 2024-11-07T01:24:18.099Z | Compiling toml_edit v0.19.15 |
| 1398 | 2024-11-07T01:24:18.102Z | Compiling hickory-resolver v0.24.1 |
| 1399 | 2024-11-07T01:24:18.278Z | Compiling hyper-rustls v0.27.3 |
| 1400 | 2024-11-07T01:24:18.298Z | Compiling phf v0.11.2 |
| 1401 | 2024-11-07T01:24:18.590Z | Compiling signal-hook-mio v0.2.4 |
| 1402 | 2024-11-07T01:24:18.757Z | Compiling cookie_store v0.21.0 |
| 1403 | 2024-11-07T01:24:18.911Z | Compiling hyper-tls v0.6.0 |
| 1404 | 2024-11-07T01:24:19.909Z | Compiling rayon v1.10.0 |
| 1405 | 2024-11-07T01:24:20.226Z | Compiling bzip2 v0.4.4 |
| 1406 | 2024-11-07T01:24:20.628Z | Compiling postgres-types v0.2.8 |
| 1407 | 2024-11-07T01:24:23.595Z | Compiling tokio-tungstenite v0.24.0 |
| 1408 | 2024-11-07T01:24:24.177Z | Compiling tokio-stream v0.1.16 |
| 1409 | 2024-11-07T01:24:24.546Z | Compiling regex v1.11.0 |
| 1410 | 2024-11-07T01:24:25.100Z | Compiling bstr v1.10.0 |
| 1411 | 2024-11-07T01:24:25.129Z | Compiling serde-big-array v0.5.1 |
| 1412 | 2024-11-07T01:24:25.216Z | Compiling ed25519 v2.2.3 |
| 1413 | 2024-11-07T01:24:25.280Z | Compiling pkcs1 v0.7.5 |
| 1414 | 2024-11-07T01:24:25.352Z | Compiling rfc6979 v0.4.0 |
| 1415 | 2024-11-07T01:24:25.507Z | Compiling serde_repr v0.1.19 |
| 1416 | 2024-11-07T01:24:25.539Z | Compiling derive-where v1.2.7 |
| 1417 | 2024-11-07T01:24:25.634Z | Compiling clap_derive v4.5.18 |
| 1418 | 2024-11-07T01:24:25.858Z | Compiling phf_shared v0.10.0 |
| 1419 | 2024-11-07T01:24:26.246Z | Compiling float-cmp v0.9.0 |
| 1420 | 2024-11-07T01:24:26.269Z | Compiling sync_wrapper v1.0.1 |
| 1421 | 2024-11-07T01:24:26.439Z | Compiling unicode-segmentation v1.12.0 |
| 1422 | 2024-11-07T01:24:26.474Z | Compiling precomputed-hash v0.1.1 |
| 1423 | 2024-11-07T01:24:26.599Z | Compiling predicates-core v1.0.8 |
| 1424 | 2024-11-07T01:24:26.667Z | Compiling fixedbitset v0.4.2 |
| 1425 | 2024-11-07T01:24:26.876Z | Compiling bit-vec v0.6.3 |
| 1426 | 2024-11-07T01:24:26.949Z | Compiling number_prefix v0.4.0 |
| 1427 | 2024-11-07T01:24:27.125Z | Compiling minimal-lexical v0.2.1 |
| 1428 | 2024-11-07T01:24:27.128Z | Compiling difflib v0.4.0 |
| 1429 | 2024-11-07T01:24:27.186Z | Compiling static_assertions v1.1.0 |
| 1430 | 2024-11-07T01:24:27.291Z | Compiling whoami v1.5.2 |
| 1431 | 2024-11-07T01:24:27.340Z | Compiling normalize-line-endings v0.3.0 |
| 1432 | 2024-11-07T01:24:27.400Z | Compiling new_debug_unreachable v1.0.6 |
| 1433 | 2024-11-07T01:24:27.468Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1434 | 2024-11-07T01:24:27.501Z | Compiling string_cache v0.8.7 |
| 1435 | 2024-11-07T01:24:27.638Z | Compiling tokio-postgres v0.7.12 |
| 1436 | 2024-11-07T01:24:27.943Z | Compiling predicates v3.1.2 |
| 1437 | 2024-11-07T01:24:27.960Z | Compiling nom v7.1.3 |
| 1438 | 2024-11-07T01:24:28.730Z | Compiling bit-set v0.5.3 |
| 1439 | 2024-11-07T01:24:28.883Z | Compiling qorb v0.2.0 |
| 1440 | 2024-11-07T01:24:29.037Z | Compiling indicatif v0.17.8 |
| 1441 | 2024-11-07T01:24:29.608Z | Compiling similar v2.6.0 |
| 1442 | 2024-11-07T01:24:30.239Z | Compiling clap v4.5.20 |
| 1443 | 2024-11-07T01:24:30.367Z | Compiling petgraph v0.6.5 |
| 1444 | 2024-11-07T01:24:31.117Z | Compiling reqwest v0.12.8 |
| 1445 | 2024-11-07T01:24:31.758Z | Compiling rsa v0.9.6 |
| 1446 | 2024-11-07T01:24:31.983Z | Compiling ed25519-dalek v2.1.1 |
| 1447 | 2024-11-07T01:24:33.362Z | Compiling ecdsa v0.16.9 |
| 1448 | 2024-11-07T01:24:33.421Z | Compiling toml v0.7.8 |
| 1449 | 2024-11-07T01:24:34.303Z | Compiling zip v0.6.6 |
| 1450 | 2024-11-07T01:24:34.382Z | Compiling crossterm v0.28.1 |
| 1451 | 2024-11-07T01:24:35.133Z | Compiling itertools v0.10.5 |
| 1452 | 2024-11-07T01:24:35.193Z | Compiling itertools v0.12.1 |
| 1453 | 2024-11-07T01:24:35.399Z | Compiling hex v0.4.3 |
| 1454 | 2024-11-07T01:24:35.497Z | Compiling x509-cert v0.2.5 |
| 1455 | 2024-11-07T01:24:35.667Z | Compiling unicode-xid v0.2.6 |
| 1456 | 2024-11-07T01:24:35.846Z | Compiling peg-runtime v0.8.3 |
| 1457 | 2024-11-07T01:24:35.978Z | Compiling lalrpop-util v0.19.12 |
| 1458 | 2024-11-07T01:24:36.341Z | Compiling xattr v1.3.1 |
| 1459 | 2024-11-07T01:24:36.497Z | Compiling strum_macros v0.26.4 |
| 1460 | 2024-11-07T01:24:36.594Z | Compiling filetime v0.2.25 |
| 1461 | 2024-11-07T01:24:36.906Z | Compiling tar v0.4.42 |
| 1462 | 2024-11-07T01:24:40.026Z | Compiling strum v0.26.3 |
| 1463 | 2024-11-07T01:24:40.284Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1464 | 2024-11-07T01:24:40.528Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1465 | 2024-11-07T01:24:45.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
| 1466 | 2024-11-07T01:24:45.879Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1467 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.643 INFO Starting download, target: Cockroach |
| 1468 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: Clickhouse |
| 1469 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: Console |
| 1470 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: DendriteOpenapi |
| 1471 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: DendriteStub |
| 1472 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: MaghemiteMgd |
| 1473 | 2024-11-07T01:24:45.927Z | Nov 07 01:24:44.644 INFO Starting download, target: TransceiverControl |
| 1474 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1475 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
| 1476 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1477 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1478 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1479 | 2024-11-07T01:24:45.930Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1480 | 2024-11-07T01:24:45.931Z | Nov 07 01:24:44.645 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1481 | 2024-11-07T01:24:46.102Z | Nov 07 01:24:44.813 INFO Download complete, target: DendriteOpenapi |
| 1482 | 2024-11-07T01:24:46.322Z | Nov 07 01:24:45.011 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1483 | 2024-11-07T01:24:46.533Z | Nov 07 01:24:45.244 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1484 | 2024-11-07T01:24:46.874Z | Nov 07 01:24:45.590 INFO Download complete, target: Console |
| 1485 | 2024-11-07T01:24:46.909Z | Nov 07 01:24:45.624 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1486 | 2024-11-07T01:24:46.943Z | Nov 07 01:24:45.659 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1487 | 2024-11-07T01:24:47.033Z | Nov 07 01:24:45.747 INFO Download complete, target: TransceiverControl |
| 1488 | 2024-11-07T01:24:47.592Z | Nov 07 01:24:46.308 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1489 | 2024-11-07T01:24:47.592Z | Nov 07 01:24:46.308 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1490 | 2024-11-07T01:24:47.996Z | Nov 07 01:24:46.712 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1491 | 2024-11-07T01:24:49.813Z | Nov 07 01:24:48.470 INFO Download complete, target: DendriteStub |
| 1492 | 2024-11-07T01:24:49.908Z | Nov 07 01:24:48.621 INFO Download complete, target: MaghemiteMgd |
| 1493 | 2024-11-07T01:24:55.060Z | Nov 07 01:24:53.776 INFO Checking that binary works, target: Cockroach |
| 1494 | 2024-11-07T01:24:55.226Z | Nov 07 01:24:53.941 INFO Download complete, target: Cockroach |
| 1495 | 2024-11-07T01:25:00.236Z | Nov 07 01:24:58.951 INFO Checking that binary works, target: Clickhouse |
| 1496 | 2024-11-07T01:25:00.655Z | Nov 07 01:24:59.371 INFO Download complete, target: Clickhouse |
| 1497 | 2024-11-07T01:25:00.823Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1498 | 2024-11-07T01:25:00.828Z | |
| 1499 | 2024-11-07T01:25:00.828Z | real 4:50.518550918 |
| 1500 | 2024-11-07T01:25:00.828Z | user 12:20.579206269 |
| 1501 | 2024-11-07T01:25:00.828Z | sys 2:42.753900125 |
| 1502 | 2024-11-07T01:25:00.828Z | trap 0.450634513 |
| 1503 | 2024-11-07T01:25:00.828Z | tflt 4.324715926 |
| 1504 | 2024-11-07T01:25:00.828Z | dflt 4.462235416 |
| 1505 | 2024-11-07T01:25:00.828Z | kflt 0.239203287 |
| 1506 | 2024-11-07T01:25:00.828Z | lock 22:43.766338997 |
| 1507 | 2024-11-07T01:25:00.828Z | slp 50:07.313024778 |
| 1508 | 2024-11-07T01:25:00.828Z | lat 43.731335695 |
| 1509 | 2024-11-07T01:25:00.828Z | stop 2:01.377189860 |
| 1510 | 2024-11-07T01:25:00.828Z | + banner clippy |
| 1511 | 2024-11-07T01:25:00.828Z | |
| 1512 | 2024-11-07T01:25:00.828Z | #### # # ##### ##### # # |
| 1513 | 2024-11-07T01:25:00.828Z | # # # # # # # # # # |
| 1514 | 2024-11-07T01:25:00.828Z | # # # # # # # # |
| 1515 | 2024-11-07T01:25:00.828Z | # # # ##### ##### # |
| 1516 | 2024-11-07T01:25:00.828Z | # # # # # # # |
| 1517 | 2024-11-07T01:25:00.829Z | #### ###### # # # # |
| 1518 | 2024-11-07T01:25:00.829Z | |
| 1519 | 2024-11-07T01:25:00.829Z | + export CARGO_INCREMENTAL=0 |
| 1520 | 2024-11-07T01:25:00.829Z | + CARGO_INCREMENTAL=0 |
| 1521 | 2024-11-07T01:25:00.829Z | + ptime -m cargo xtask clippy |
| 1522 | 2024-11-07T01:25:01.334Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1523 | 2024-11-07T01:25:04.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
| 1524 | 2024-11-07T01:25:04.825Z | Running `target/debug/xtask clippy` |
| 1525 | 2024-11-07T01:25:04.844Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 1526 | 2024-11-07T01:25:05.475Z | Downloading crates ... |
| 1527 | 2024-11-07T01:25:05.784Z | Downloaded escape8259 v0.5.3 |
| 1528 | 2024-11-07T01:25:05.787Z | Downloaded async-attributes v1.1.2 |
| 1529 | 2024-11-07T01:25:05.787Z | Downloaded async-task v4.7.1 |
| 1530 | 2024-11-07T01:25:05.790Z | Downloaded rust-argon2 v2.1.0 |
| 1531 | 2024-11-07T01:25:05.795Z | Downloaded plotters-svg v0.3.7 |
| 1532 | 2024-11-07T01:25:05.798Z | Downloaded path-tree v0.8.1 |
| 1533 | 2024-11-07T01:25:05.798Z | Downloaded libtest-mimic v0.7.3 |
| 1534 | 2024-11-07T01:25:05.803Z | Downloaded concurrent-queue v2.5.0 |
| 1535 | 2024-11-07T01:25:05.806Z | Downloaded similar-asserts v1.6.0 |
| 1536 | 2024-11-07T01:25:05.806Z | Downloaded event-listener-strategy v0.5.2 |
| 1537 | 2024-11-07T01:25:05.806Z | Downloaded target-lexicon v0.12.16 |
| 1538 | 2024-11-07T01:25:05.809Z | Downloaded async-executor v1.13.1 |
| 1539 | 2024-11-07T01:25:05.809Z | Downloaded tinytemplate v1.2.1 |
| 1540 | 2024-11-07T01:25:05.812Z | Downloaded futures-timer v3.0.3 |
| 1541 | 2024-11-07T01:25:05.812Z | Downloaded relative-path v1.9.3 |
| 1542 | 2024-11-07T01:25:05.816Z | Downloaded proc-macro-crate v3.2.0 |
| 1543 | 2024-11-07T01:25:05.816Z | Downloaded oorandom v11.1.4 |
| 1544 | 2024-11-07T01:25:05.816Z | Downloaded async-lock v3.4.0 |
| 1545 | 2024-11-07T01:25:05.819Z | Downloaded assert-json-diff v2.0.2 |
| 1546 | 2024-11-07T01:25:05.819Z | Downloaded blocking v1.6.1 |
| 1547 | 2024-11-07T01:25:05.833Z | Downloaded plotters v0.3.7 |
| 1548 | 2024-11-07T01:25:05.842Z | Downloaded hyper-rustls v0.26.0 |
| 1549 | 2024-11-07T01:25:05.854Z | Downloaded doc-comment v0.3.3 |
| 1550 | 2024-11-07T01:25:05.861Z | Downloaded async-object-pool v0.1.5 |
| 1551 | 2024-11-07T01:25:05.873Z | Downloaded pathdiff v0.2.2 |
| 1552 | 2024-11-07T01:25:05.876Z | Downloaded nested v0.1.1 |
| 1553 | 2024-11-07T01:25:05.877Z | Downloaded guppy-workspace-hack v0.1.0 |
| 1554 | 2024-11-07T01:25:05.879Z | Downloaded event-listener v2.5.3 |
| 1555 | 2024-11-07T01:25:05.879Z | Downloaded anes v0.1.6 |
| 1556 | 2024-11-07T01:25:05.884Z | Downloaded num_cpus v1.16.0 |
| 1557 | 2024-11-07T01:25:05.884Z | Downloaded piper v0.2.4 |
| 1558 | 2024-11-07T01:25:05.887Z | Downloaded cast v0.3.0 |
| 1559 | 2024-11-07T01:25:05.887Z | Downloaded async-signal v0.2.10 |
| 1560 | 2024-11-07T01:25:05.890Z | Downloaded target-spec v3.2.2 |
| 1561 | 2024-11-07T01:25:05.890Z | Downloaded async-channel v2.3.1 |
| 1562 | 2024-11-07T01:25:05.894Z | Downloaded indoc v2.0.5 |
| 1563 | 2024-11-07T01:25:05.897Z | Downloaded async-global-executor v2.4.1 |
| 1564 | 2024-11-07T01:25:05.897Z | Downloaded threadpool v1.8.1 |
| 1565 | 2024-11-07T01:25:05.898Z | Downloaded serde_regex v1.1.0 |
| 1566 | 2024-11-07T01:25:05.900Z | Downloaded parking v2.2.1 |
| 1567 | 2024-11-07T01:25:05.900Z | Downloaded kv-log-macro v1.0.7 |
| 1568 | 2024-11-07T01:25:05.900Z | Downloaded datatest-stable v0.2.9 |
| 1569 | 2024-11-07T01:25:05.903Z | Downloaded async-process v2.3.0 |
| 1570 | 2024-11-07T01:25:05.906Z | Downloaded approx v0.5.1 |
| 1571 | 2024-11-07T01:25:05.909Z | Downloaded blake2b_simd v1.0.2 |
| 1572 | 2024-11-07T01:25:05.909Z | Downloaded assert_cmd v2.0.16 |
| 1573 | 2024-11-07T01:25:05.911Z | Downloaded rustls-native-certs v0.7.3 |
| 1574 | 2024-11-07T01:25:05.914Z | Downloaded plotters-backend v0.3.7 |
| 1575 | 2024-11-07T01:25:05.918Z | Downloaded stringmetrics v2.2.2 |
| 1576 | 2024-11-07T01:25:05.918Z | Downloaded httptest v0.16.1 |
| 1577 | 2024-11-07T01:25:05.922Z | Downloaded partial-io v0.5.4 |
| 1578 | 2024-11-07T01:25:05.922Z | Downloaded criterion-plot v0.5.0 |
| 1579 | 2024-11-07T01:25:05.925Z | Downloaded futures-lite v2.3.0 |
| 1580 | 2024-11-07T01:25:05.925Z | Downloaded trybuild v1.0.100 |
| 1581 | 2024-11-07T01:25:05.929Z | Downloaded event-listener v5.3.1 |
| 1582 | 2024-11-07T01:25:05.946Z | Downloaded rstest_macros v0.23.0 |
| 1583 | 2024-11-07T01:25:05.949Z | Downloaded yansi v1.0.1 |
| 1584 | 2024-11-07T01:25:05.952Z | Downloaded rand_distr v0.4.3 |
| 1585 | 2024-11-07T01:25:05.955Z | Downloaded polling v3.7.3 |
| 1586 | 2024-11-07T01:25:05.958Z | Downloaded pretty_assertions v1.4.1 |
| 1587 | 2024-11-07T01:25:05.961Z | Downloaded criterion v0.5.1 |
| 1588 | 2024-11-07T01:25:05.967Z | Downloaded fancy-regex v0.13.0 |
| 1589 | 2024-11-07T01:25:05.972Z | Downloaded guppy v0.17.8 |
| 1590 | 2024-11-07T01:25:05.977Z | Downloaded async-io v2.3.4 |
| 1591 | 2024-11-07T01:25:05.980Z | Downloaded rstest v0.23.0 |
| 1592 | 2024-11-07T01:25:05.984Z | Downloaded cfg-expr v0.17.0 |
| 1593 | 2024-11-07T01:25:05.987Z | Downloaded async-channel v1.9.0 |
| 1594 | 2024-11-07T01:25:05.994Z | Downloaded async-std v1.13.0 |
| 1595 | 2024-11-07T01:25:06.032Z | Downloaded httpmock v0.8.0-alpha.1 |
| 1596 | 2024-11-07T01:25:06.770Z | Checking cfg-if v1.0.0 |
| 1597 | 2024-11-07T01:25:06.844Z | Checking libc v0.2.161 |
| 1598 | 2024-11-07T01:25:06.863Z | Checking serde v1.0.210 |
| 1599 | 2024-11-07T01:25:06.881Z | Checking memchr v2.7.4 |
| 1600 | 2024-11-07T01:25:06.904Z | Checking value-bag v1.9.0 |
| 1601 | 2024-11-07T01:25:06.928Z | Checking scopeguard v1.2.0 |
| 1602 | 2024-11-07T01:25:06.952Z | Checking itoa v1.0.11 |
| 1603 | 2024-11-07T01:25:06.954Z | Checking zeroize v1.8.1 |
| 1604 | 2024-11-07T01:25:06.995Z | Checking smallvec v1.13.2 |
| 1605 | 2024-11-07T01:25:07.071Z | Checking lock_api v0.4.12 |
| 1606 | 2024-11-07T01:25:07.160Z | Checking pin-project-lite v0.2.14 |
| 1607 | 2024-11-07T01:25:07.240Z | Checking byteorder v1.5.0 |
| 1608 | 2024-11-07T01:25:07.289Z | Checking log v0.4.22 |
| 1609 | 2024-11-07T01:25:07.317Z | Checking once_cell v1.20.2 |
| 1610 | 2024-11-07T01:25:07.364Z | Checking subtle v2.6.1 |
| 1611 | 2024-11-07T01:25:07.505Z | Checking typenum v1.17.0 |
| 1612 | 2024-11-07T01:25:07.628Z | Checking futures-core v0.3.31 |
| 1613 | 2024-11-07T01:25:07.661Z | Checking libm v0.2.8 |
| 1614 | 2024-11-07T01:25:07.661Z | Checking thiserror v1.0.64 |
| 1615 | 2024-11-07T01:25:07.764Z | Checking zerocopy v0.7.35 |
| 1616 | 2024-11-07T01:25:07.791Z | Checking ryu v1.0.18 |
| 1617 | 2024-11-07T01:25:07.820Z | Checking spin v0.9.8 |
| 1618 | 2024-11-07T01:25:07.848Z | Checking futures-io v0.3.31 |
| 1619 | 2024-11-07T01:25:07.944Z | Checking getrandom v0.2.15 |
| 1620 | 2024-11-07T01:25:08.032Z | Checking signal-hook-registry v1.4.2 |
| 1621 | 2024-11-07T01:25:08.058Z | Checking parking_lot_core v0.9.10 |
| 1622 | 2024-11-07T01:25:08.167Z | Checking mio v1.0.2 |
| 1623 | 2024-11-07T01:25:08.194Z | Checking rand_core v0.6.4 |
| 1624 | 2024-11-07T01:25:08.287Z | Checking socket2 v0.5.7 |
| 1625 | 2024-11-07T01:25:08.388Z | Checking parking_lot v0.12.3 |
| 1626 | 2024-11-07T01:25:08.500Z | Checking const-oid v0.9.6 |
| 1627 | 2024-11-07T01:25:08.574Z | Checking num-traits v0.2.19 |
| 1628 | 2024-11-07T01:25:08.733Z | Checking slab v0.4.9 |
| 1629 | 2024-11-07T01:25:08.790Z | Checking allocator-api2 v0.2.18 |
| 1630 | 2024-11-07T01:25:08.823Z | Checking futures-sink v0.3.31 |
| 1631 | 2024-11-07T01:25:08.873Z | Checking generic-array v0.14.7 |
| 1632 | 2024-11-07T01:25:08.976Z | Checking cpufeatures v0.2.14 |
| 1633 | 2024-11-07T01:25:09.034Z | Checking pin-utils v0.1.0 |
| 1634 | 2024-11-07T01:25:09.108Z | Checking equivalent v1.0.1 |
| 1635 | 2024-11-07T01:25:09.168Z | Checking foldhash v0.1.3 |
| 1636 | 2024-11-07T01:25:09.228Z | Checking futures-channel v0.3.31 |
| 1637 | 2024-11-07T01:25:09.254Z | Checking futures-task v0.3.31 |
| 1638 | 2024-11-07T01:25:09.394Z | Checking fnv v1.0.7 |
| 1639 | 2024-11-07T01:25:09.487Z | Checking hashbrown v0.15.0 |
| 1640 | 2024-11-07T01:25:09.541Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1641 | 2024-11-07T01:25:09.541Z | Checking tracing-core v0.1.32 |
| 1642 | 2024-11-07T01:25:09.605Z | Checking futures-util v0.3.31 |
| 1643 | 2024-11-07T01:25:09.947Z | Checking iana-time-zone v0.1.61 |
| 1644 | 2024-11-07T01:25:10.113Z | Checking ppv-lite86 v0.2.20 |
| 1645 | 2024-11-07T01:25:10.147Z | Checking crypto-common v0.1.6 |
| 1646 | 2024-11-07T01:25:10.232Z | Checking block-buffer v0.10.4 |
| 1647 | 2024-11-07T01:25:10.258Z | Checking tracing v0.1.40 |
| 1648 | 2024-11-07T01:25:10.337Z | Checking errno v0.3.9 |
| 1649 | 2024-11-07T01:25:10.402Z | Checking tinyvec_macros v0.1.1 |
| 1650 | 2024-11-07T01:25:10.441Z | Checking digest v0.10.7 |
| 1651 | 2024-11-07T01:25:10.504Z | Checking tinyvec v1.8.0 |
| 1652 | 2024-11-07T01:25:10.529Z | Checking unicode-bidi v0.3.17 |
| 1653 | 2024-11-07T01:25:10.611Z | Checking block-padding v0.3.3 |
| 1654 | 2024-11-07T01:25:10.671Z | Checking dyn-clone v1.0.17 |
| 1655 | 2024-11-07T01:25:10.826Z | Checking percent-encoding v2.3.1 |
| 1656 | 2024-11-07T01:25:10.853Z | Checking inout v0.1.3 |
| 1657 | 2024-11-07T01:25:10.856Z | Checking crossbeam-utils v0.8.20 |
| 1658 | 2024-11-07T01:25:10.897Z | Checking rand_chacha v0.3.1 |
| 1659 | 2024-11-07T01:25:11.055Z | Checking httparse v1.9.5 |
| 1660 | 2024-11-07T01:25:11.080Z | Checking cipher v0.4.4 |
| 1661 | 2024-11-07T01:25:11.149Z | Checking form_urlencoded v1.2.1 |
| 1662 | 2024-11-07T01:25:11.323Z | Checking rand v0.8.5 |
| 1663 | 2024-11-07T01:25:11.359Z | Checking regex-syntax v0.8.5 |
| 1664 | 2024-11-07T01:25:11.488Z | Checking base64ct v1.6.0 |
| 1665 | 2024-11-07T01:25:11.514Z | Checking hmac v0.12.1 |
| 1666 | 2024-11-07T01:25:11.554Z | Checking sha2 v0.10.8 |
| 1667 | 2024-11-07T01:25:11.732Z | Checking aho-corasick v1.1.3 |
| 1668 | 2024-11-07T01:25:11.780Z | Checking bytes v1.7.2 |
| 1669 | 2024-11-07T01:25:11.803Z | Checking bitflags v2.6.0 |
| 1670 | 2024-11-07T01:25:11.918Z | Checking serde_json v1.0.128 |
| 1671 | 2024-11-07T01:25:12.105Z | Checking indexmap v2.6.0 |
| 1672 | 2024-11-07T01:25:12.132Z | Checking chrono v0.4.38 |
| 1673 | 2024-11-07T01:25:12.591Z | Checking tokio v1.40.0 |
| 1674 | 2024-11-07T01:25:12.697Z | Checking rustix v0.38.37 |
| 1675 | 2024-11-07T01:25:13.420Z | Checking uuid v1.10.0 |
| 1676 | 2024-11-07T01:25:13.445Z | Checking unicode-normalization v0.1.24 |
| 1677 | 2024-11-07T01:25:13.693Z | Checking http v1.1.0 |
| 1678 | 2024-11-07T01:25:14.022Z | Checking untrusted v0.9.0 |
| 1679 | 2024-11-07T01:25:14.199Z | Checking atomic-waker v1.1.2 |
| 1680 | 2024-11-07T01:25:14.280Z | Checking schemars v0.8.21 |
| 1681 | 2024-11-07T01:25:14.343Z | Checking ring v0.17.8 |
| 1682 | 2024-11-07T01:25:14.377Z | Checking lazy_static v1.5.0 |
| 1683 | 2024-11-07T01:25:14.511Z | Checking unicode-ident v1.0.13 |
| 1684 | 2024-11-07T01:25:14.658Z | Checking regex-automata v0.4.8 |
| 1685 | 2024-11-07T01:25:14.684Z | Checking adler2 v2.0.0 |
| 1686 | 2024-11-07T01:25:14.857Z | Checking miniz_oxide v0.8.0 |
| 1687 | 2024-11-07T01:25:15.108Z | Checking idna v0.5.0 |
| 1688 | 2024-11-07T01:25:15.136Z | Checking pem-rfc7468 v0.7.0 |
| 1689 | 2024-11-07T01:25:15.428Z | Checking try-lock v0.2.5 |
| 1690 | 2024-11-07T01:25:15.569Z | Checking httpdate v1.0.3 |
| 1691 | 2024-11-07T01:25:15.572Z | Checking powerfmt v0.2.0 |
| 1692 | 2024-11-07T01:25:15.821Z | Checking want v0.3.1 |
| 1693 | 2024-11-07T01:25:15.889Z | Checking deranged v0.3.11 |
| 1694 | 2024-11-07T01:25:15.970Z | Checking url v2.5.2 |
| 1695 | 2024-11-07T01:25:15.992Z | Checking proc-macro2 v1.0.87 |
| 1696 | 2024-11-07T01:25:16.013Z | Checking num_threads v0.1.7 |
| 1697 | 2024-11-07T01:25:16.134Z | Checking num-conv v0.1.0 |
| 1698 | 2024-11-07T01:25:16.311Z | Checking time-core v0.1.2 |
| 1699 | 2024-11-07T01:25:16.337Z | Checking rustls-pki-types v1.9.0 |
| 1700 | 2024-11-07T01:25:16.372Z | Checking flagset v0.4.6 |
| 1701 | 2024-11-07T01:25:16.469Z | Checking base64 v0.22.1 |
| 1702 | 2024-11-07T01:25:16.587Z | Checking der v0.7.9 |
| 1703 | 2024-11-07T01:25:16.679Z | Checking quote v1.0.37 |
| 1704 | 2024-11-07T01:25:16.800Z | Checking http-body v1.0.1 |
| 1705 | 2024-11-07T01:25:16.881Z | Checking pbkdf2 v0.12.2 |
| 1706 | 2024-11-07T01:25:16.978Z | Checking aes v0.8.4 |
| 1707 | 2024-11-07T01:25:17.016Z | Checking tower-service v0.3.3 |
| 1708 | 2024-11-07T01:25:17.044Z | Checking syn v2.0.79 |
| 1709 | 2024-11-07T01:25:17.047Z | Checking salsa20 v0.10.2 |
| 1710 | 2024-11-07T01:25:17.153Z | Checking cbc v0.1.2 |
| 1711 | 2024-11-07T01:25:17.291Z | Checking ahash v0.8.11 |
| 1712 | 2024-11-07T01:25:17.380Z | Checking scrypt v0.11.0 |
| 1713 | 2024-11-07T01:25:17.626Z | Checking rustls-webpki v0.102.8 |
| 1714 | 2024-11-07T01:25:17.736Z | Checking time v0.3.36 |
| 1715 | 2024-11-07T01:25:17.828Z | Checking slog v2.7.0 |
| 1716 | 2024-11-07T01:25:17.856Z | Checking mime v0.3.17 |
| 1717 | 2024-11-07T01:25:18.204Z | Checking gimli v0.31.1 |
| 1718 | 2024-11-07T01:25:18.334Z | Checking object v0.36.5 |
| 1719 | 2024-11-07T01:25:18.395Z | Checking utf8parse v0.2.2 |
| 1720 | 2024-11-07T01:25:18.552Z | Checking rustc-demangle v0.1.24 |
| 1721 | 2024-11-07T01:25:18.555Z | Checking spki v0.7.3 |
| 1722 | 2024-11-07T01:25:18.861Z | Checking pkcs5 v0.7.1 |
| 1723 | 2024-11-07T01:25:19.027Z | Checking ipnet v2.10.1 |
| 1724 | 2024-11-07T01:25:19.355Z | Checking regex v1.11.0 |
| 1725 | 2024-11-07T01:25:19.431Z | Checking pkcs8 v0.10.2 |
| 1726 | 2024-11-07T01:25:19.550Z | Checking data-encoding v2.6.0 |
| 1727 | 2024-11-07T01:25:19.773Z | Checking unicode-width v0.1.14 |
| 1728 | 2024-11-07T01:25:19.849Z | Checking tokio-util v0.7.12 |
| 1729 | 2024-11-07T01:25:19.962Z | Checking futures-executor v0.3.31 |
| 1730 | 2024-11-07T01:25:20.186Z | Checking toml_datetime v0.6.8 |
| 1731 | 2024-11-07T01:25:20.234Z | Checking serde_spanned v0.6.8 |
| 1732 | 2024-11-07T01:25:20.265Z | Checking anstyle v1.0.8 |
| 1733 | 2024-11-07T01:25:20.269Z | Checking futures v0.3.31 |
| 1734 | 2024-11-07T01:25:20.408Z | Checking http-body-util v0.1.2 |
| 1735 | 2024-11-07T01:25:20.434Z | Checking serde_urlencoded v0.7.1 |
| 1736 | 2024-11-07T01:25:20.477Z | Checking encoding_rs v0.8.34 |
| 1737 | 2024-11-07T01:25:20.609Z | Checking openssl-probe v0.1.5 |
| 1738 | 2024-11-07T01:25:20.745Z | Checking h2 v0.4.6 |
| 1739 | 2024-11-07T01:25:20.772Z | Checking foreign-types-shared v0.1.1 |
| 1740 | 2024-11-07T01:25:20.866Z | Checking rustls-pemfile v2.2.0 |
| 1741 | 2024-11-07T01:25:20.888Z | Checking semver v1.0.23 |
| 1742 | 2024-11-07T01:25:20.891Z | Checking foreign-types v0.3.2 |
| 1743 | 2024-11-07T01:25:21.013Z | Checking sha1 v0.10.6 |
| 1744 | 2024-11-07T01:25:21.085Z | Checking openssl-sys v0.9.103 |
| 1745 | 2024-11-07T01:25:21.311Z | Checking anstyle-parse v0.2.5 |
| 1746 | 2024-11-07T01:25:21.339Z | Checking colorchoice v1.0.2 |
| 1747 | 2024-11-07T01:25:21.489Z | Checking is_terminal_polyfill v1.70.1 |
| 1748 | 2024-11-07T01:25:21.619Z | Checking anstyle-query v1.1.1 |
| 1749 | 2024-11-07T01:25:21.649Z | Checking rustls v0.23.14 |
| 1750 | 2024-11-07T01:25:21.749Z | Checking anstream v0.6.15 |
| 1751 | 2024-11-07T01:25:22.164Z | Checking terminal_size v0.4.0 |
| 1752 | 2024-11-07T01:25:22.241Z | Checking addr2line v0.24.2 |
| 1753 | 2024-11-07T01:25:22.344Z | Checking camino v1.1.9 |
| 1754 | 2024-11-07T01:25:22.446Z | Checking openssl v0.10.66 |
| 1755 | 2024-11-07T01:25:22.747Z | Checking signature v2.2.0 |
| 1756 | 2024-11-07T01:25:22.852Z | Checking winnow v0.6.20 |
| 1757 | 2024-11-07T01:25:22.950Z | Checking clap_lex v0.7.2 |
| 1758 | 2024-11-07T01:25:22.972Z | Checking either v1.13.0 |
| 1759 | 2024-11-07T01:25:23.199Z | Checking strsim v0.11.1 |
| 1760 | 2024-11-07T01:25:23.364Z | Checking idna v0.3.0 |
| 1761 | 2024-11-07T01:25:23.473Z | Checking openapiv3 v2.0.0 |
| 1762 | 2024-11-07T01:25:23.510Z | Checking clap_builder v4.5.20 |
| 1763 | 2024-11-07T01:25:24.229Z | Checking psl-types v2.0.11 |
| 1764 | 2024-11-07T01:25:28.988Z | Checking publicsuffix v2.2.3 |
| 1765 | 2024-11-07T01:25:29.087Z | Checking cookie v0.18.1 |
| 1766 | 2024-11-07T01:25:29.088Z | Checking backtrace v0.3.74 |
| 1767 | 2024-11-07T01:25:29.093Z | Checking webpki-roots v0.26.6 |
| 1768 | 2024-11-07T01:25:29.093Z | Checking is-terminal v0.4.13 |
| 1769 | 2024-11-07T01:25:29.093Z | Checking scroll v0.12.0 |
| 1770 | 2024-11-07T01:25:29.094Z | Checking anyhow v1.0.92 |
| 1771 | 2024-11-07T01:25:29.094Z | Checking base16ct v0.2.0 |
| 1772 | 2024-11-07T01:25:29.094Z | Checking plain v0.2.3 |
| 1773 | 2024-11-07T01:25:29.094Z | Checking ucd-trie v0.1.7 |
| 1774 | 2024-11-07T01:25:29.094Z | Checking sec1 v0.7.3 |
| 1775 | 2024-11-07T01:25:29.094Z | Checking goblin v0.8.2 |
| 1776 | 2024-11-07T01:25:29.094Z | Checking pest v2.7.14 |
| 1777 | 2024-11-07T01:25:29.094Z | Checking cookie_store v0.21.0 |
| 1778 | 2024-11-07T01:25:29.094Z | Checking clap v4.5.20 |
| 1779 | 2024-11-07T01:25:29.094Z | Checking tokio-rustls v0.26.0 |
| 1780 | 2024-11-07T01:25:29.094Z | Checking num-integer v0.1.46 |
| 1781 | 2024-11-07T01:25:29.094Z | Checking ff v0.13.0 |
| 1782 | 2024-11-07T01:25:29.094Z | Checking hyper v1.4.1 |
| 1783 | 2024-11-07T01:25:29.094Z | Checking sync_wrapper v1.0.1 |
| 1784 | 2024-11-07T01:25:29.094Z | Checking pretty-hex v0.4.1 |
| 1785 | 2024-11-07T01:25:29.094Z | Checking group v0.13.0 |
| 1786 | 2024-11-07T01:25:29.094Z | Checking hkdf v0.12.4 |
| 1787 | 2024-11-07T01:25:29.094Z | Checking crypto-bigint v0.5.5 |
| 1788 | 2024-11-07T01:25:29.094Z | Checking thread-id v4.2.2 |
| 1789 | 2024-11-07T01:25:29.094Z | Checking crc32fast v1.4.2 |
| 1790 | 2024-11-07T01:25:29.094Z | Checking utf-8 v0.7.6 |
| 1791 | 2024-11-07T01:25:29.094Z | Checking bitflags v1.3.2 |
| 1792 | 2024-11-07T01:25:29.094Z | Checking static_assertions v1.1.0 |
| 1793 | 2024-11-07T01:25:29.100Z | Checking toml_edit v0.22.22 |
| 1794 | 2024-11-07T01:25:29.100Z | Checking dirs-sys-next v0.1.2 |
| 1795 | 2024-11-07T01:25:29.100Z | Checking memmap v0.7.0 |
| 1796 | 2024-11-07T01:25:29.100Z | Checking unicode-segmentation v1.12.0 |
| 1797 | 2024-11-07T01:25:29.100Z | Checking stable_deref_trait v1.2.0 |
| 1798 | 2024-11-07T01:25:29.100Z | Checking native-tls v0.2.12 |
| 1799 | 2024-11-07T01:25:29.100Z | Checking dirs-next v2.0.0 |
| 1800 | 2024-11-07T01:25:29.100Z | Checking num-iter v0.1.45 |
| 1801 | 2024-11-07T01:25:29.100Z | Checking tokio-native-tls v0.3.1 |
| 1802 | 2024-11-07T01:25:29.100Z | Checking crossbeam-epoch v0.9.18 |
| 1803 | 2024-11-07T01:25:29.100Z | Checking crossbeam-channel v0.5.13 |
| 1804 | 2024-11-07T01:25:29.100Z | Checking thread_local v1.1.8 |
| 1805 | 2024-11-07T01:25:29.100Z | Checking dtrace-parser v0.2.0 |
| 1806 | 2024-11-07T01:25:29.100Z | Checking term v0.7.0 |
| 1807 | 2024-11-07T01:25:29.100Z | Checking bstr v1.10.0 |
| 1808 | 2024-11-07T01:25:29.211Z | Checking hyper-util v0.1.9 |
| 1809 | 2024-11-07T01:25:29.267Z | Checking hex v0.4.3 |
| 1810 | 2024-11-07T01:25:29.294Z | Checking rfc6979 v0.4.0 |
| 1811 | 2024-11-07T01:25:29.316Z | Checking take_mut v0.2.2 |
| 1812 | 2024-11-07T01:25:29.473Z | Checking managed v0.8.0 |
| 1813 | 2024-11-07T01:25:29.499Z | Checking match_cfg v0.1.0 |
| 1814 | 2024-11-07T01:25:29.605Z | Checking winnow v0.5.40 |
| 1815 | 2024-11-07T01:25:29.763Z | Checking hostname v0.3.1 |
| 1816 | 2024-11-07T01:25:29.858Z | Checking slog-async v2.8.0 |
| 1817 | 2024-11-07T01:25:29.883Z | Checking slog-term v2.9.1 |
| 1818 | 2024-11-07T01:25:29.907Z | Checking crossbeam-deque v0.8.5 |
| 1819 | 2024-11-07T01:25:30.093Z | Checking elliptic-curve v0.13.8 |
| 1820 | 2024-11-07T01:25:30.163Z | Checking num-bigint-dig v0.8.4 |
| 1821 | 2024-11-07T01:25:30.214Z | Checking flate2 v1.0.34 |
| 1822 | 2024-11-07T01:25:30.268Z | Checking toml v0.8.19 |
| 1823 | 2024-11-07T01:25:30.387Z | Checking pkcs1 v0.7.5 |
| 1824 | 2024-11-07T01:25:30.761Z | Checking ecdsa v0.16.9 |
| 1825 | 2024-11-07T01:25:30.840Z | Checking curve25519-dalek v4.1.3 |
| 1826 | 2024-11-07T01:25:30.887Z | Checking zerocopy v0.6.6 |
| 1827 | 2024-11-07T01:25:31.082Z | Checking siphasher v0.3.11 |
| 1828 | 2024-11-07T01:25:31.137Z | Checking dof v0.3.0 |
| 1829 | 2024-11-07T01:25:31.389Z | Checking hyper-rustls v0.27.3 |
| 1830 | 2024-11-07T01:25:31.415Z | Checking hyper-tls v0.6.0 |
| 1831 | 2024-11-07T01:25:31.469Z | Checking rayon-core v1.12.1 |
| 1832 | 2024-11-07T01:25:31.661Z | Checking ed25519 v2.2.3 |
| 1833 | 2024-11-07T01:25:31.724Z | Checking rustls v0.22.4 |
| 1834 | 2024-11-07T01:25:31.751Z | Checking reqwest v0.12.8 |
| 1835 | 2024-11-07T01:25:31.754Z | Checking usdt-impl v0.5.0 |
| 1836 | 2024-11-07T01:25:31.986Z | Checking signal-hook v0.3.17 |
| 1837 | 2024-11-07T01:25:32.160Z | Checking quick-error v1.2.3 |
| 1838 | 2024-11-07T01:25:32.310Z | Checking itertools v0.10.5 |
| 1839 | 2024-11-07T01:25:32.337Z | Checking slog-json v2.6.1 |
| 1840 | 2024-11-07T01:25:32.340Z | Checking usdt v0.5.0 |
| 1841 | 2024-11-07T01:25:32.383Z | Checking rsa v0.9.6 |
| 1842 | 2024-11-07T01:25:32.593Z | Checking toml_edit v0.19.15 |
| 1843 | 2024-11-07T01:25:32.619Z | Checking x509-cert v0.2.5 |
| 1844 | 2024-11-07T01:25:32.622Z | Checking idna v0.4.0 |
| 1845 | 2024-11-07T01:25:32.719Z | Checking ed25519-dalek v2.1.1 |
| 1846 | 2024-11-07T01:25:33.150Z | Checking hubpack v0.1.2 |
| 1847 | 2024-11-07T01:25:33.415Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1848 | 2024-11-07T01:25:33.494Z | Checking debug-ignore v1.0.5 |
| 1849 | 2024-11-07T01:25:33.519Z | Checking bit-vec v0.6.3 |
| 1850 | 2024-11-07T01:25:33.544Z | Checking bzip2 v0.4.4 |
| 1851 | 2024-11-07T01:25:33.648Z | Checking hickory-proto v0.24.1 |
| 1852 | 2024-11-07T01:25:33.676Z | Checking slog-bunyan v2.5.0 |
| 1853 | 2024-11-07T01:25:33.850Z | Checking signal-hook-mio v0.2.4 |
| 1854 | 2024-11-07T01:25:33.853Z | Checking bit-set v0.5.3 |
| 1855 | 2024-11-07T01:25:33.898Z | Checking multer v3.1.0 |
| 1856 | 2024-11-07T01:25:34.010Z | Checking console v0.15.8 |
| 1857 | 2024-11-07T01:25:34.144Z | Checking waitgroup v0.1.2 |
| 1858 | 2024-11-07T01:25:34.254Z | Checking serde_path_to_error v0.1.16 |
| 1859 | 2024-11-07T01:25:34.300Z | Checking async-stream v0.3.6 |
| 1860 | 2024-11-07T01:25:34.326Z | Checking hostname v0.4.0 |
| 1861 | 2024-11-07T01:25:34.471Z | Checking hash32 v0.2.1 |
| 1862 | 2024-11-07T01:25:34.506Z | Checking predicates-core v1.0.8 |
| 1863 | 2024-11-07T01:25:34.540Z | Checking unicode-properties v0.1.3 |
| 1864 | 2024-11-07T01:25:34.606Z | Checking linked-hash-map v0.5.6 |
| 1865 | 2024-11-07T01:25:34.711Z | Checking crossterm v0.28.1 |
| 1866 | 2024-11-07T01:25:34.781Z | Checking heapless v0.7.17 |
| 1867 | 2024-11-07T01:25:34.850Z | Checking rayon v1.10.0 |
| 1868 | 2024-11-07T01:25:34.903Z | Checking stringprep v0.1.5 |
| 1869 | 2024-11-07T01:25:34.938Z | Checking lru-cache v0.1.2 |
| 1870 | 2024-11-07T01:25:35.098Z | Checking toml v0.7.8 |
| 1871 | 2024-11-07T01:25:35.145Z | Checking phf_shared v0.11.2 |
| 1872 | 2024-11-07T01:25:35.186Z | Checking similar v2.6.0 |
| 1873 | 2024-11-07T01:25:35.326Z | Checking tokio-rustls v0.25.0 |
| 1874 | 2024-11-07T01:25:35.435Z | Checking tokio-stream v0.1.16 |
| 1875 | 2024-11-07T01:25:35.704Z | Checking dropshot v0.12.0 |
| 1876 | 2024-11-07T01:25:35.829Z | Checking md-5 v0.10.6 |
| 1877 | 2024-11-07T01:25:35.901Z | Checking float-cmp v0.9.0 |
| 1878 | 2024-11-07T01:25:36.049Z | Checking fixedbitset v0.4.2 |
| 1879 | 2024-11-07T01:25:36.074Z | Checking fallible-iterator v0.2.0 |
| 1880 | 2024-11-07T01:25:36.115Z | Checking normalize-line-endings v0.3.0 |
| 1881 | 2024-11-07T01:25:36.251Z | Checking difflib v0.4.0 |
| 1882 | 2024-11-07T01:25:36.331Z | Checking smoltcp v0.9.1 |
| 1883 | 2024-11-07T01:25:36.356Z | Checking petgraph v0.6.5 |
| 1884 | 2024-11-07T01:25:36.589Z | Checking predicates v3.1.2 |
| 1885 | 2024-11-07T01:25:36.617Z | Checking phf v0.11.2 |
| 1886 | 2024-11-07T01:25:36.675Z | Checking postgres-protocol v0.6.7 |
| 1887 | 2024-11-07T01:25:36.915Z | Checking zip v0.6.6 |
| 1888 | 2024-11-07T01:25:37.331Z | Checking resolv-conf v0.7.0 |
| 1889 | 2024-11-07T01:25:37.355Z | Checking phf_shared v0.10.0 |
| 1890 | 2024-11-07T01:25:37.623Z | Checking tungstenite v0.24.0 |
| 1891 | 2024-11-07T01:25:37.649Z | Checking fs-err v2.11.0 |
| 1892 | 2024-11-07T01:25:37.705Z | Checking serde-big-array v0.5.1 |
| 1893 | 2024-11-07T01:25:37.844Z | Checking portable-atomic v1.9.0 |
| 1894 | 2024-11-07T01:25:37.942Z | Checking lalrpop-util v0.19.12 |
| 1895 | 2024-11-07T01:25:38.212Z | Checking new_debug_unreachable v1.0.6 |
| 1896 | 2024-11-07T01:25:38.260Z | Checking precomputed-hash v0.1.1 |
| 1897 | 2024-11-07T01:25:38.314Z | Checking number_prefix v0.4.0 |
| 1898 | 2024-11-07T01:25:38.389Z | Checking minimal-lexical v0.2.1 |
| 1899 | 2024-11-07T01:25:38.499Z | Checking hickory-resolver v0.24.1 |
| 1900 | 2024-11-07T01:25:38.527Z | Checking string_cache v0.8.7 |
| 1901 | 2024-11-07T01:25:38.552Z | Checking tokio-tungstenite v0.24.0 |
| 1902 | 2024-11-07T01:25:38.783Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1903 | 2024-11-07T01:25:38.811Z | Checking postgres-types v0.2.8 |
| 1904 | 2024-11-07T01:25:38.837Z | Checking nom v7.1.3 |
| 1905 | 2024-11-07T01:25:38.934Z | Checking indicatif v0.17.8 |
| 1906 | 2024-11-07T01:25:39.043Z | Checking itertools v0.12.1 |
| 1907 | 2024-11-07T01:25:39.564Z | Checking peg-runtime v0.8.3 |
| 1908 | 2024-11-07T01:25:39.592Z | Checking whoami v1.5.2 |
| 1909 | 2024-11-07T01:25:39.709Z | Compiling hashbrown v0.14.5 |
| 1910 | 2024-11-07T01:25:39.751Z | Compiling unsafe-libyaml v0.2.11 |
| 1911 | 2024-11-07T01:25:39.930Z | Checking tokio-postgres v0.7.12 |
| 1912 | 2024-11-07T01:25:40.073Z | Checking qorb v0.2.0 |
| 1913 | 2024-11-07T01:25:40.989Z | Compiling regress v0.10.1 |
| 1914 | 2024-11-07T01:25:41.089Z | Compiling serde_yaml v0.9.34+deprecated |
| 1915 | 2024-11-07T01:25:41.644Z | Compiling ident_case v1.0.1 |
| 1916 | 2024-11-07T01:25:41.669Z | Checking heck v0.5.0 |
| 1917 | 2024-11-07T01:25:41.840Z | Compiling darling_core v0.20.10 |
| 1918 | 2024-11-07T01:25:41.943Z | Checking progenitor-client v0.8.0 |
| 1919 | 2024-11-07T01:25:42.284Z | Checking fastrand v2.1.1 |
| 1920 | 2024-11-07T01:25:42.645Z | Compiling newtype-uuid v1.1.2 |
| 1921 | 2024-11-07T01:25:42.728Z | Checking ipnetwork v0.20.0 |
| 1922 | 2024-11-07T01:25:42.983Z | Compiling structmeta-derive v0.3.0 |
| 1923 | 2024-11-07T01:25:43.070Z | Checking strum v0.26.3 |
| 1924 | 2024-11-07T01:25:43.111Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1925 | 2024-11-07T01:25:43.516Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 1926 | 2024-11-07T01:25:43.869Z | Checking tempfile v3.13.0 |
| 1927 | 2024-11-07T01:25:43.894Z | Checking instant v0.1.13 |
| 1928 | 2024-11-07T01:25:44.026Z | Checking regress v0.9.1 |
| 1929 | 2024-11-07T01:25:44.281Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1930 | 2024-11-07T01:25:44.372Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1931 | 2024-11-07T01:25:44.658Z | Checking macaddr v1.0.1 |
| 1932 | 2024-11-07T01:25:45.017Z | Compiling typify-impl v0.2.0 |
| 1933 | 2024-11-07T01:25:45.087Z | Checking backoff v0.4.0 |
| 1934 | 2024-11-07T01:25:45.188Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1935 | 2024-11-07T01:25:45.345Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1936 | 2024-11-07T01:25:45.390Z | Checking wait-timeout v0.2.0 |
| 1937 | 2024-11-07T01:25:45.509Z | Checking rand_xorshift v0.3.0 |
| 1938 | 2024-11-07T01:25:45.571Z | Checking rusty-fork v0.3.0 |
| 1939 | 2024-11-07T01:25:45.701Z | Compiling structmeta-derive v0.2.0 |
| 1940 | 2024-11-07T01:25:45.775Z | Compiling structmeta v0.3.0 |
| 1941 | 2024-11-07T01:25:45.870Z | Checking unarray v0.1.4 |
| 1942 | 2024-11-07T01:25:46.016Z | Checking camino-tempfile v1.1.1 |
| 1943 | 2024-11-07T01:25:46.039Z | Checking proptest v1.5.0 |
| 1944 | 2024-11-07T01:25:46.196Z | Compiling parse-display-derive v0.10.0 |
| 1945 | 2024-11-07T01:25:46.291Z | Compiling proc-macro-error v1.0.4 |
| 1946 | 2024-11-07T01:25:46.986Z | Compiling proc-macro-crate v1.3.1 |
| 1947 | 2024-11-07T01:25:47.619Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1948 | 2024-11-07T01:25:47.970Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1949 | 2024-11-07T01:25:48.040Z | Compiling foreign-types-macros v0.2.3 |
| 1950 | 2024-11-07T01:25:48.066Z | Compiling num_enum_derive v0.5.11 |
| 1951 | 2024-11-07T01:25:48.311Z | Checking foreign-types-shared v0.3.1 |
| 1952 | 2024-11-07T01:25:48.464Z | Compiling darling_macro v0.20.10 |
| 1953 | 2024-11-07T01:25:48.467Z | Compiling structmeta v0.2.0 |
| 1954 | 2024-11-07T01:25:48.772Z | Checking tabwriter v1.4.0 |
| 1955 | 2024-11-07T01:25:48.903Z | Compiling test-strategy v0.3.1 |
| 1956 | 2024-11-07T01:25:49.038Z | Checking cstr-argument v0.1.2 |
| 1957 | 2024-11-07T01:25:49.259Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1958 | 2024-11-07T01:25:49.320Z | Checking foreign-types v0.5.0 |
| 1959 | 2024-11-07T01:25:49.433Z | Checking pretty-hex v0.2.1 |
| 1960 | 2024-11-07T01:25:49.465Z | Compiling darling v0.20.10 |
| 1961 | 2024-11-07T01:25:49.608Z | Compiling serde_with_macros v3.11.0 |
| 1962 | 2024-11-07T01:25:49.612Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1963 | 2024-11-07T01:25:49.932Z | Checking colored v2.1.0 |
| 1964 | 2024-11-07T01:25:50.134Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1965 | 2024-11-07T01:25:50.479Z | Checking smf v0.2.3 |
| 1966 | 2024-11-07T01:25:50.485Z | Checking base64 v0.21.7 |
| 1967 | 2024-11-07T01:25:50.547Z | Checking parse-display v0.10.0 |
| 1968 | 2024-11-07T01:25:50.563Z | Checking num_enum v0.5.11 |
| 1969 | 2024-11-07T01:25:50.679Z | Compiling crucible-workspace-hack v0.1.0 |
| 1970 | 2024-11-07T01:25:50.713Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1971 | 2024-11-07T01:25:50.800Z | Checking termtree v0.4.1 |
| 1972 | 2024-11-07T01:25:50.823Z | Compiling heapless v0.8.0 |
| 1973 | 2024-11-07T01:25:50.916Z | Checking hash32 v0.3.1 |
| 1974 | 2024-11-07T01:25:51.023Z | Compiling smoltcp v0.11.0 |
| 1975 | 2024-11-07T01:25:51.026Z | Checking predicates-tree v1.0.11 |
| 1976 | 2024-11-07T01:25:51.102Z | Checking cobs v0.2.3 |
| 1977 | 2024-11-07T01:25:51.127Z | Checking sigpipe v0.1.3 |
| 1978 | 2024-11-07T01:25:51.193Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1979 | 2024-11-07T01:25:51.239Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1980 | 2024-11-07T01:25:51.304Z | Checking postcard v1.0.10 |
| 1981 | 2024-11-07T01:25:51.398Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 1982 | 2024-11-07T01:25:51.573Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 1983 | 2024-11-07T01:25:51.790Z | Compiling mockall_derive v0.13.0 |
| 1984 | 2024-11-07T01:25:51.838Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1985 | 2024-11-07T01:25:51.906Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1986 | 2024-11-07T01:25:52.177Z | Compiling zone_cfg_derive v0.3.0 |
| 1987 | 2024-11-07T01:25:52.247Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1988 | 2024-11-07T01:25:52.294Z | Checking serde_with v3.11.0 |
| 1989 | 2024-11-07T01:25:52.532Z | Compiling num-derive v0.4.2 |
| 1990 | 2024-11-07T01:25:52.637Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1991 | 2024-11-07T01:25:52.937Z | Checking fragile v2.0.0 |
| 1992 | 2024-11-07T01:25:53.211Z | Checking downcast v0.11.0 |
| 1993 | 2024-11-07T01:25:53.447Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 1994 | 2024-11-07T01:25:53.637Z | Checking zone v0.3.0 |
| 1995 | 2024-11-07T01:25:53.727Z | Checking atomicwrites v0.4.4 |
| 1996 | 2024-11-07T01:25:53.941Z | Compiling convert_case v0.4.0 |
| 1997 | 2024-11-07T01:25:54.210Z | Checking tungstenite v0.21.0 |
| 1998 | 2024-11-07T01:25:54.552Z | Checking newline-converter v0.3.0 |
| 1999 | 2024-11-07T01:25:54.731Z | Checking expectorate v1.1.0 |
| 2000 | 2024-11-07T01:25:54.865Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2001 | 2024-11-07T01:25:54.911Z | Checking itertools v0.13.0 |
| 2002 | 2024-11-07T01:25:54.994Z | Compiling derive_more v0.99.18 |
| 2003 | 2024-11-07T01:25:55.116Z | Checking tokio-tungstenite v0.21.0 |
| 2004 | 2024-11-07T01:25:55.323Z | Checking same-file v1.0.6 |
| 2005 | 2024-11-07T01:25:55.508Z | Checking walkdir v2.5.0 |
| 2006 | 2024-11-07T01:25:55.614Z | Checking arc-swap v1.7.1 |
| 2007 | 2024-11-07T01:25:55.648Z | Checking xattr v1.3.1 |
| 2008 | 2024-11-07T01:25:55.750Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2009 | 2024-11-07T01:25:55.787Z | Checking filetime v0.2.25 |
| 2010 | 2024-11-07T01:25:55.870Z | Compiling cancel-safe-futures v0.1.5 |
| 2011 | 2024-11-07T01:25:56.004Z | Checking tar v0.4.42 |
| 2012 | 2024-11-07T01:25:56.071Z | Checking slog-scope v4.4.0 |
| 2013 | 2024-11-07T01:25:56.254Z | Checking swrite v0.1.0 |
| 2014 | 2024-11-07T01:25:56.280Z | Checking slog-stdlog v4.1.1 |
| 2015 | 2024-11-07T01:25:56.392Z | Compiling owo-colors v4.1.0 |
| 2016 | 2024-11-07T01:25:56.464Z | Checking slog-envlogger v2.2.0 |
| 2017 | 2024-11-07T01:25:56.870Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2018 | 2024-11-07T01:25:57.182Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2019 | 2024-11-07T01:25:57.222Z | Checking libsw v3.3.1 |
| 2020 | 2024-11-07T01:25:57.258Z | Checking password-hash v0.5.0 |
| 2021 | 2024-11-07T01:25:57.497Z | Checking blake2 v0.10.6 |
| 2022 | 2024-11-07T01:25:57.643Z | Checking indent_write v2.2.0 |
| 2023 | 2024-11-07T01:25:57.769Z | Checking linear-map v1.2.0 |
| 2024 | 2024-11-07T01:25:57.863Z | Checking num-rational v0.4.2 |
| 2025 | 2024-11-07T01:25:57.974Z | Checking argon2 v0.5.3 |
| 2026 | 2024-11-07T01:25:58.119Z | Checking pem v3.0.4 |
| 2027 | 2024-11-07T01:25:58.422Z | Checking num-complex v0.4.6 |
| 2028 | 2024-11-07T01:25:58.542Z | Checking float-ord v0.3.2 |
| 2029 | 2024-11-07T01:25:58.643Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2030 | 2024-11-07T01:25:58.693Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2031 | 2024-11-07T01:25:58.717Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2032 | 2024-11-07T01:25:58.984Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2033 | 2024-11-07T01:25:59.320Z | Compiling lzma-sys v0.1.20 |
| 2034 | 2024-11-07T01:25:59.399Z | Checking num v0.4.3 |
| 2035 | 2024-11-07T01:25:59.520Z | Checking humantime v2.1.0 |
| 2036 | 2024-11-07T01:25:59.559Z | Checking headers-core v0.3.0 |
| 2037 | 2024-11-07T01:25:59.694Z | Compiling heck v0.3.3 |
| 2038 | 2024-11-07T01:25:59.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2039 | 2024-11-07T01:25:59.958Z | Checking mockall v0.13.0 |
| 2040 | 2024-11-07T01:26:00.087Z | Compiling zone_cfg_derive v0.1.2 |
| 2041 | 2024-11-07T01:26:00.150Z | Checking headers v0.4.0 |
| 2042 | 2024-11-07T01:26:00.172Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2043 | 2024-11-07T01:26:00.193Z | Checking yasna v0.5.2 |
| 2044 | 2024-11-07T01:26:00.231Z | Checking base64 v0.13.1 |
| 2045 | 2024-11-07T01:26:00.481Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2046 | 2024-11-07T01:26:00.651Z | Checking ron v0.7.1 |
| 2047 | 2024-11-07T01:26:01.014Z | Checking xz2 v0.1.7 |
| 2048 | 2024-11-07T01:26:01.065Z | Checking rcgen v0.12.1 |
| 2049 | 2024-11-07T01:26:01.316Z | Checking subprocess v0.2.9 |
| 2050 | 2024-11-07T01:26:01.405Z | Compiling typify-macro v0.2.0 |
| 2051 | 2024-11-07T01:26:01.547Z | Checking zone v0.1.8 |
| 2052 | 2024-11-07T01:26:01.758Z | Checking half v2.4.1 |
| 2053 | 2024-11-07T01:26:01.792Z | Compiling semver v0.1.20 |
| 2054 | 2024-11-07T01:26:01.872Z | Checking ciborium-io v0.2.2 |
| 2055 | 2024-11-07T01:26:02.000Z | Checking highway v1.2.0 |
| 2056 | 2024-11-07T01:26:02.148Z | Compiling rustc_version v0.1.7 |
| 2057 | 2024-11-07T01:26:02.208Z | Compiling prettyplease v0.2.22 |
| 2058 | 2024-11-07T01:26:02.232Z | Checking ciborium-ll v0.2.2 |
| 2059 | 2024-11-07T01:26:02.463Z | Compiling home v0.5.9 |
| 2060 | 2024-11-07T01:26:02.562Z | Checking ciborium v0.2.2 |
| 2061 | 2024-11-07T01:26:02.633Z | Compiling newtype_derive v0.1.6 |
| 2062 | 2024-11-07T01:26:03.070Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2063 | 2024-11-07T01:26:03.134Z | Checking steno v0.4.1 |
| 2064 | 2024-11-07T01:26:05.285Z | Compiling slog-dtrace v0.3.0 |
| 2065 | 2024-11-07T01:26:05.616Z | Checking display-error-chain v0.2.2 |
| 2066 | 2024-11-07T01:26:05.636Z | Compiling typify v0.2.0 |
| 2067 | 2024-11-07T01:26:05.706Z | Compiling ring v0.16.20 |
| 2068 | 2024-11-07T01:26:05.749Z | Compiling progenitor-impl v0.8.0 |
| 2069 | 2024-11-07T01:26:05.802Z | Compiling blake3 v1.5.4 |
| 2070 | 2024-11-07T01:26:06.039Z | Checking keccak v0.1.5 |
| 2071 | 2024-11-07T01:26:06.197Z | Checking universal-hash v0.5.1 |
| 2072 | 2024-11-07T01:26:06.384Z | Checking secrecy v0.8.0 |
| 2073 | 2024-11-07T01:26:06.404Z | Checking sha3 v0.10.8 |
| 2074 | 2024-11-07T01:26:06.602Z | Checking opaque-debug v0.3.1 |
| 2075 | 2024-11-07T01:26:06.709Z | Checking aead v0.5.2 |
| 2076 | 2024-11-07T01:26:06.793Z | Checking poly1305 v0.8.0 |
| 2077 | 2024-11-07T01:26:06.915Z | Checking chacha20 v0.9.1 |
| 2078 | 2024-11-07T01:26:07.293Z | Checking gethostname v0.5.0 |
| 2079 | 2024-11-07T01:26:07.451Z | Compiling memmap2 v0.9.5 |
| 2080 | 2024-11-07T01:26:07.720Z | Compiling spin v0.5.2 |
| 2081 | 2024-11-07T01:26:07.872Z | Compiling untrusted v0.7.1 |
| 2082 | 2024-11-07T01:26:07.902Z | Compiling arrayref v0.3.9 |
| 2083 | 2024-11-07T01:26:07.951Z | Compiling constant_time_eq v0.3.1 |
| 2084 | 2024-11-07T01:26:08.016Z | Compiling arrayvec v0.7.6 |
| 2085 | 2024-11-07T01:26:08.072Z | Compiling toolchain_find v0.4.0 |
| 2086 | 2024-11-07T01:26:08.142Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2087 | 2024-11-07T01:26:08.164Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2088 | 2024-11-07T01:26:08.468Z | Compiling topological-sort v0.2.2 |
| 2089 | 2024-11-07T01:26:08.637Z | Compiling rustfmt-wrapper v0.2.1 |
| 2090 | 2024-11-07T01:26:08.712Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2091 | 2024-11-07T01:26:08.973Z | Checking chacha20poly1305 v0.10.1 |
| 2092 | 2024-11-07T01:26:09.091Z | Checking nibble_vec v0.1.0 |
| 2093 | 2024-11-07T01:26:09.191Z | Checking endian-type v0.1.2 |
| 2094 | 2024-11-07T01:26:09.221Z | Checking fxhash v0.2.1 |
| 2095 | 2024-11-07T01:26:09.298Z | Checking termcolor v1.4.1 |
| 2096 | 2024-11-07T01:26:09.325Z | Checking maplit v1.0.2 |
| 2097 | 2024-11-07T01:26:09.431Z | Compiling radium v0.7.0 |
| 2098 | 2024-11-07T01:26:09.431Z | Checking radix_trie v0.2.1 |
| 2099 | 2024-11-07T01:26:09.471Z | Checking tap v1.0.1 |
| 2100 | 2024-11-07T01:26:09.647Z | Compiling maybe-uninit v2.0.0 |
| 2101 | 2024-11-07T01:26:09.666Z | Checking wyz v0.5.1 |
| 2102 | 2024-11-07T01:26:09.719Z | Checking crc-catalog v2.4.0 |
| 2103 | 2024-11-07T01:26:09.878Z | Checking funty v2.0.0 |
| 2104 | 2024-11-07T01:26:09.881Z | Compiling packed_struct v0.10.1 |
| 2105 | 2024-11-07T01:26:10.039Z | Checking crc v3.2.1 |
| 2106 | 2024-11-07T01:26:10.321Z | Checking kstat-rs v0.2.4 |
| 2107 | 2024-11-07T01:26:10.375Z | Compiling packed_struct_codegen v0.10.1 |
| 2108 | 2024-11-07T01:26:10.425Z | Compiling indexmap v1.9.3 |
| 2109 | 2024-11-07T01:26:10.519Z | Compiling libefi-sys v0.1.0 |
| 2110 | 2024-11-07T01:26:10.681Z | Checking nodrop v0.1.14 |
| 2111 | 2024-11-07T01:26:10.764Z | Checking smallvec v0.6.14 |
| 2112 | 2024-11-07T01:26:10.806Z | Checking array-init v0.0.4 |
| 2113 | 2024-11-07T01:26:10.851Z | Checking bitvec v1.0.1 |
| 2114 | 2024-11-07T01:26:10.870Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2115 | 2024-11-07T01:26:11.165Z | Compiling bitfield-struct v0.6.2 |
| 2116 | 2024-11-07T01:26:11.168Z | Checking thiserror-no-std v2.0.2 |
| 2117 | 2024-11-07T01:26:11.255Z | Compiling async-recursion v1.1.1 |
| 2118 | 2024-11-07T01:26:11.309Z | Checking vsss-rs v3.3.4 |
| 2119 | 2024-11-07T01:26:11.859Z | Compiling omicron-zone-package v0.11.1 |
| 2120 | 2024-11-07T01:26:12.633Z | Checking hashbrown v0.12.3 |
| 2121 | 2024-11-07T01:26:12.906Z | Checking bitfield v0.14.0 |
| 2122 | 2024-11-07T01:26:12.940Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2123 | 2024-11-07T01:26:13.115Z | Checking serde-hex v0.1.0 |
| 2124 | 2024-11-07T01:26:13.286Z | Compiling progenitor-macro v0.8.0 |
| 2125 | 2024-11-07T01:26:13.550Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2126 | 2024-11-07T01:26:13.808Z | Checking env_logger v0.10.2 |
| 2127 | 2024-11-07T01:26:13.874Z | Checking ron v0.8.1 |
| 2128 | 2024-11-07T01:26:14.300Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2129 | 2024-11-07T01:26:14.450Z | Checking hashbrown v0.13.2 |
| 2130 | 2024-11-07T01:26:14.615Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2131 | 2024-11-07T01:26:14.734Z | Checking crc-any v2.5.0 |
| 2132 | 2024-11-07T01:26:14.757Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2133 | 2024-11-07T01:26:15.221Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2134 | 2024-11-07T01:26:15.268Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2135 | 2024-11-07T01:26:15.387Z | Checking path-slash v0.1.5 |
| 2136 | 2024-11-07T01:26:15.488Z | Compiling parking_lot_core v0.8.6 |
| 2137 | 2024-11-07T01:26:15.510Z | Checking object v0.30.4 |
| 2138 | 2024-11-07T01:26:15.532Z | Checking glob v0.3.1 |
| 2139 | 2024-11-07T01:26:15.553Z | Checking hickory-client v0.24.1 |
| 2140 | 2024-11-07T01:26:15.859Z | Checking hickory-server v0.24.1 |
| 2141 | 2024-11-07T01:26:16.215Z | Checking primeorder v0.13.6 |
| 2142 | 2024-11-07T01:26:16.347Z | Checking parking_lot v0.11.2 |
| 2143 | 2024-11-07T01:26:16.694Z | Checking sled v0.34.7 |
| 2144 | 2024-11-07T01:26:16.729Z | Compiling unicase v2.7.0 |
| 2145 | 2024-11-07T01:26:17.016Z | Checking nanorand v0.7.0 |
| 2146 | 2024-11-07T01:26:17.260Z | Compiling buf-list v1.0.3 |
| 2147 | 2024-11-07T01:26:17.565Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2148 | 2024-11-07T01:26:18.012Z | Checking flume v0.11.0 |
| 2149 | 2024-11-07T01:26:18.111Z | Checking atty v0.2.14 |
| 2150 | 2024-11-07T01:26:18.249Z | Compiling vte_generate_state_changes v0.1.2 |
| 2151 | 2024-11-07T01:26:18.518Z | Compiling salty v0.3.0 |
| 2152 | 2024-11-07T01:26:18.848Z | Checking p384 v0.13.0 |
| 2153 | 2024-11-07T01:26:18.907Z | Checking vte v0.11.1 |
| 2154 | 2024-11-07T01:26:18.976Z | Checking fd-lock v4.0.2 |
| 2155 | 2024-11-07T01:26:19.251Z | Compiling mime_guess v2.0.5 |
| 2156 | 2024-11-07T01:26:19.590Z | Checking env_filter v0.1.2 |
| 2157 | 2024-11-07T01:26:19.771Z | Checking nu-ansi-term v0.50.1 |
| 2158 | 2024-11-07T01:26:19.839Z | Checking env_logger v0.11.5 |
| 2159 | 2024-11-07T01:26:19.996Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2160 | 2024-11-07T01:26:20.179Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2161 | 2024-11-07T01:26:20.306Z | Checking strip-ansi-escapes v0.2.0 |
| 2162 | 2024-11-07T01:26:20.470Z | Checking reedline v0.35.0 |
| 2163 | 2024-11-07T01:26:20.473Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2164 | 2024-11-07T01:26:20.588Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2165 | 2024-11-07T01:26:20.645Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2166 | 2024-11-07T01:26:20.817Z | Compiling dsl_auto_type v0.1.2 |
| 2167 | 2024-11-07T01:26:20.936Z | Checking scheduled-thread-pool v0.2.7 |
| 2168 | 2024-11-07T01:26:21.175Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2169 | 2024-11-07T01:26:21.197Z | Compiling crunchy v0.2.2 |
| 2170 | 2024-11-07T01:26:21.396Z | Checking http-range v0.1.5 |
| 2171 | 2024-11-07T01:26:21.580Z | Checking hyper-staticfile v0.10.1 |
| 2172 | 2024-11-07T01:26:21.583Z | Checking r2d2 v0.8.10 |
| 2173 | 2024-11-07T01:26:21.690Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2174 | 2024-11-07T01:26:21.940Z | Compiling clang-sys v1.8.1 |
| 2175 | 2024-11-07T01:26:22.111Z | Compiling phf_generator v0.11.2 |
| 2176 | 2024-11-07T01:26:22.306Z | Checking bytecount v0.6.8 |
| 2177 | 2024-11-07T01:26:22.366Z | Compiling diesel_derives v2.2.3 |
| 2178 | 2024-11-07T01:26:22.459Z | Compiling tiny-keccak v2.0.2 |
| 2179 | 2024-11-07T01:26:22.478Z | Checking papergrid v0.11.0 |
| 2180 | 2024-11-07T01:26:22.684Z | Compiling phf_codegen v0.11.2 |
| 2181 | 2024-11-07T01:26:22.902Z | Compiling tabled_derive v0.7.0 |
| 2182 | 2024-11-07T01:26:22.923Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2183 | 2024-11-07T01:26:23.194Z | Compiling parse-zoneinfo v0.3.1 |
| 2184 | 2024-11-07T01:26:23.216Z | Compiling cfg_aliases v0.1.1 |
| 2185 | 2024-11-07T01:26:23.334Z | Compiling ref-cast v1.0.23 |
| 2186 | 2024-11-07T01:26:23.961Z | Compiling chrono-tz-build v0.4.0 |
| 2187 | 2024-11-07T01:26:24.028Z | Compiling nix v0.28.0 |
| 2188 | 2024-11-07T01:26:24.882Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2189 | 2024-11-07T01:26:25.110Z | Compiling ascii-canvas v3.0.0 |
| 2190 | 2024-11-07T01:26:25.168Z | Checking tabled v0.15.0 |
| 2191 | 2024-11-07T01:26:25.222Z | Compiling ena v0.14.3 |
| 2192 | 2024-11-07T01:26:25.276Z | Compiling ref-cast-impl v1.0.23 |
| 2193 | 2024-11-07T01:26:25.377Z | Compiling libloading v0.8.5 |
| 2194 | 2024-11-07T01:26:25.625Z | Compiling regex-syntax v0.6.29 |
| 2195 | 2024-11-07T01:26:25.656Z | Compiling diff v0.1.13 |
| 2196 | 2024-11-07T01:26:25.818Z | Compiling bindgen v0.69.5 |
| 2197 | 2024-11-07T01:26:26.598Z | Compiling chrono-tz v0.10.0 |
| 2198 | 2024-11-07T01:26:26.744Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2199 | 2024-11-07T01:26:27.270Z | Compiling which v4.4.2 |
| 2200 | 2024-11-07T01:26:27.900Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2201 | 2024-11-07T01:26:28.242Z | Checking signal-hook-tokio v0.3.1 |
| 2202 | 2024-11-07T01:26:28.439Z | Compiling cexpr v0.6.0 |
| 2203 | 2024-11-07T01:26:28.622Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2204 | 2024-11-07T01:26:28.893Z | Compiling lalrpop v0.19.12 |
| 2205 | 2024-11-07T01:26:29.507Z | Checking progenitor v0.8.0 |
| 2206 | 2024-11-07T01:26:29.746Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2207 | 2024-11-07T01:26:30.248Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2208 | 2024-11-07T01:26:30.858Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2209 | 2024-11-07T01:26:31.297Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2210 | 2024-11-07T01:26:34.599Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2211 | 2024-11-07T01:26:34.736Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2212 | 2024-11-07T01:26:35.355Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2213 | 2024-11-07T01:26:37.897Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2214 | 2024-11-07T01:26:37.921Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2215 | 2024-11-07T01:26:38.576Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2216 | 2024-11-07T01:26:38.702Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2217 | 2024-11-07T01:26:39.049Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2218 | 2024-11-07T01:26:39.127Z | Checking diesel v2.2.4 |
| 2219 | 2024-11-07T01:26:39.330Z | Compiling rustc-hash v1.1.0 |
| 2220 | 2024-11-07T01:26:39.521Z | Compiling lazycell v1.3.0 |
| 2221 | 2024-11-07T01:26:43.595Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2222 | 2024-11-07T01:26:43.666Z | Compiling derive_builder_core v0.20.2 |
| 2223 | 2024-11-07T01:26:43.919Z | Checking http v0.2.12 |
| 2224 | 2024-11-07T01:26:45.453Z | Compiling peg-macros v0.8.4 |
| 2225 | 2024-11-07T01:26:46.092Z | Compiling libxml v0.3.3 |
| 2226 | 2024-11-07T01:26:46.480Z | Compiling sqlparser_derive v0.2.2 |
| 2227 | 2024-11-07T01:26:47.551Z | Compiling memoffset v0.9.1 |
| 2228 | 2024-11-07T01:26:47.881Z | Checking unicode_categories v0.1.1 |
| 2229 | 2024-11-07T01:26:48.204Z | Checking sqlformat v0.2.6 |
| 2230 | 2024-11-07T01:26:49.067Z | Checking peg v0.8.4 |
| 2231 | 2024-11-07T01:26:49.346Z | Checking sqlparser v0.45.0 |
| 2232 | 2024-11-07T01:26:52.755Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2233 | 2024-11-07T01:26:56.653Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2234 | 2024-11-07T01:26:57.962Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2235 | 2024-11-07T01:26:58.838Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2236 | 2024-11-07T01:27:01.048Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2237 | 2024-11-07T01:27:02.725Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2238 | 2024-11-07T01:27:03.131Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2239 | 2024-11-07T01:27:03.608Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2240 | 2024-11-07T01:27:04.373Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2241 | 2024-11-07T01:27:04.833Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2242 | 2024-11-07T01:27:05.110Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2243 | 2024-11-07T01:27:05.187Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2244 | 2024-11-07T01:27:05.746Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2245 | 2024-11-07T01:27:05.857Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2246 | 2024-11-07T01:27:05.903Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2247 | 2024-11-07T01:27:07.474Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2248 | 2024-11-07T01:27:08.086Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2249 | 2024-11-07T01:27:08.583Z | Compiling derive_builder_macro v0.20.2 |
| 2250 | 2024-11-07T01:27:09.153Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2251 | 2024-11-07T01:27:09.422Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2252 | 2024-11-07T01:27:10.034Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2253 | 2024-11-07T01:27:10.345Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2254 | 2024-11-07T01:27:10.710Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2255 | 2024-11-07T01:27:10.993Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2256 | 2024-11-07T01:27:12.125Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2257 | 2024-11-07T01:27:12.185Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2258 | 2024-11-07T01:27:13.804Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2259 | 2024-11-07T01:27:15.222Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2260 | 2024-11-07T01:27:15.280Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2261 | 2024-11-07T01:27:15.450Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2262 | 2024-11-07T01:27:15.722Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2263 | 2024-11-07T01:27:16.041Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2264 | 2024-11-07T01:27:17.336Z | Checking rustyline v14.0.0 |
| 2265 | 2024-11-07T01:27:18.445Z | Checking tungstenite v0.23.0 |
| 2266 | 2024-11-07T01:27:19.149Z | Checking bcs v0.1.6 |
| 2267 | 2024-11-07T01:27:19.364Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2268 | 2024-11-07T01:27:19.389Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2269 | 2024-11-07T01:27:19.620Z | Compiling strum_macros v0.24.3 |
| 2270 | 2024-11-07T01:27:20.232Z | Compiling pin-project-internal v1.1.6 |
| 2271 | 2024-11-07T01:27:20.968Z | Compiling indoc v1.0.9 |
| 2272 | 2024-11-07T01:27:21.957Z | Checking tokio-tungstenite v0.23.1 |
| 2273 | 2024-11-07T01:27:22.483Z | Checking derive_builder v0.20.2 |
| 2274 | 2024-11-07T01:27:23.221Z | Checking h2 v0.3.26 |
| 2275 | 2024-11-07T01:27:23.369Z | Checking pin-project v1.1.6 |
| 2276 | 2024-11-07T01:27:23.517Z | Checking http-body v0.4.6 |
| 2277 | 2024-11-07T01:27:23.951Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2278 | 2024-11-07T01:27:24.294Z | Checking quick-xml v0.33.0 |
| 2279 | 2024-11-07T01:27:24.653Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2280 | 2024-11-07T01:27:25.131Z | Compiling oso-derive v0.27.3 |
| 2281 | 2024-11-07T01:27:26.225Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2282 | 2024-11-07T01:27:26.552Z | Checking nix v0.27.1 |
| 2283 | 2024-11-07T01:27:26.646Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2284 | 2024-11-07T01:27:27.939Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2285 | 2024-11-07T01:27:28.199Z | Compiling snafu-derive v0.8.5 |
| 2286 | 2024-11-07T01:27:28.462Z | Compiling diesel-dtrace v0.3.0 |
| 2287 | 2024-11-07T01:27:28.766Z | Checking sync_wrapper v0.1.2 |
| 2288 | 2024-11-07T01:27:28.906Z | Compiling zip v2.1.3 |
| 2289 | 2024-11-07T01:27:29.305Z | Checking bumpalo v3.16.0 |
| 2290 | 2024-11-07T01:27:29.493Z | Checking hyper v0.14.30 |
| 2291 | 2024-11-07T01:27:29.537Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2292 | 2024-11-07T01:27:29.662Z | Checking lockfree-object-pool v0.1.6 |
| 2293 | 2024-11-07T01:27:29.933Z | Checking simd-adler32 v0.3.7 |
| 2294 | 2024-11-07T01:27:30.300Z | Checking zopfli v0.8.1 |
| 2295 | 2024-11-07T01:27:32.260Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2296 | 2024-11-07T01:27:33.581Z | Checking snafu v0.8.5 |
| 2297 | 2024-11-07T01:27:33.654Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2298 | 2024-11-07T01:27:33.970Z | Checking globset v0.4.15 |
| 2299 | 2024-11-07T01:27:34.094Z | Checking bb8 v0.8.5 |
| 2300 | 2024-11-07T01:27:34.472Z | Checking reqwest v0.11.27 |
| 2301 | 2024-11-07T01:27:34.499Z | Checking olpc-cjson v0.1.4 |
| 2302 | 2024-11-07T01:27:34.635Z | Checking serde_plain v1.0.2 |
| 2303 | 2024-11-07T01:27:34.744Z | Compiling const_format_proc_macros v0.2.33 |
| 2304 | 2024-11-07T01:27:34.913Z | Compiling displaydoc v0.2.5 |
| 2305 | 2024-11-07T01:27:35.551Z | Checking typed-path v0.7.1 |
| 2306 | 2024-11-07T01:27:35.853Z | Checking async-bb8-diesel v0.2.1 |
| 2307 | 2024-11-07T01:27:36.746Z | Checking const_format v0.2.33 |
| 2308 | 2024-11-07T01:27:37.019Z | Checking parse-size v1.1.0 |
| 2309 | 2024-11-07T01:27:37.217Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2310 | 2024-11-07T01:27:37.287Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2311 | 2024-11-07T01:27:37.477Z | Checking tough v0.17.1 |
| 2312 | 2024-11-07T01:27:37.703Z | Checking heck v0.4.1 |
| 2313 | 2024-11-07T01:27:37.873Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2314 | 2024-11-07T01:27:37.990Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 2315 | 2024-11-07T01:27:38.389Z | Checking assert_matches v1.5.0 |
| 2316 | 2024-11-07T01:27:38.499Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2317 | 2024-11-07T01:27:38.643Z | Checking rand_seeder v0.3.0 |
| 2318 | 2024-11-07T01:27:38.896Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2319 | 2024-11-07T01:27:39.241Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2320 | 2024-11-07T01:27:41.095Z | Compiling libz-sys v1.1.20 |
| 2321 | 2024-11-07T01:27:41.373Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2322 | 2024-11-07T01:27:41.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2323 | 2024-11-07T01:27:41.913Z | Checking is_ci v1.2.0 |
| 2324 | 2024-11-07T01:27:42.067Z | Checking supports-color v3.0.1 |
| 2325 | 2024-11-07T01:27:42.274Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2326 | 2024-11-07T01:27:42.692Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2327 | 2024-11-07T01:27:44.418Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2328 | 2024-11-07T01:27:44.942Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2329 | 2024-11-07T01:27:45.116Z | Compiling vergen v8.3.2 |
| 2330 | 2024-11-07T01:27:45.342Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2331 | 2024-11-07T01:27:45.434Z | Compiling cargo-platform v0.1.8 |
| 2332 | 2024-11-07T01:27:45.625Z | Checking unicode-linebreak v0.1.5 |
| 2333 | 2024-11-07T01:27:46.044Z | Checking smawk v0.3.2 |
| 2334 | 2024-11-07T01:27:46.070Z | Compiling cargo_metadata v0.18.1 |
| 2335 | 2024-11-07T01:27:46.278Z | Checking textwrap v0.16.1 |
| 2336 | 2024-11-07T01:27:46.741Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2337 | 2024-11-07T01:27:46.766Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2338 | 2024-11-07T01:27:48.494Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2339 | 2024-11-07T01:27:49.103Z | Checking castaway v0.2.3 |
| 2340 | 2024-11-07T01:27:49.274Z | Compiling libsqlite3-sys v0.30.1 |
| 2341 | 2024-11-07T01:27:49.333Z | Compiling cfg_aliases v0.2.1 |
| 2342 | 2024-11-07T01:27:49.460Z | Compiling rustls v0.21.12 |
| 2343 | 2024-11-07T01:27:49.571Z | Compiling nix v0.29.0 |
| 2344 | 2024-11-07T01:27:49.805Z | Checking compact_str v0.8.0 |
| 2345 | 2024-11-07T01:27:50.533Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2346 | 2024-11-07T01:27:50.721Z | Checking unicode-truncate v1.1.0 |
| 2347 | 2024-11-07T01:27:50.965Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2348 | 2024-11-07T01:27:51.278Z | Checking sct v0.7.1 |
| 2349 | 2024-11-07T01:27:51.389Z | Checking rustls-webpki v0.101.7 |
| 2350 | 2024-11-07T01:27:51.487Z | Checking lru v0.12.5 |
| 2351 | 2024-11-07T01:27:51.800Z | Compiling instability v0.3.2 |
| 2352 | 2024-11-07T01:27:52.060Z | Checking cassowary v0.3.0 |
| 2353 | 2024-11-07T01:27:52.139Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2354 | 2024-11-07T01:27:52.472Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2355 | 2024-11-07T01:27:52.835Z | Checking ratatui v0.28.1 |
| 2356 | 2024-11-07T01:27:53.460Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2357 | 2024-11-07T01:27:55.895Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2358 | 2024-11-07T01:27:56.540Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2359 | 2024-11-07T01:27:56.576Z | Checking hashlink v0.9.1 |
| 2360 | 2024-11-07T01:27:56.873Z | Checking concurrent-queue v2.5.0 |
| 2361 | 2024-11-07T01:27:57.207Z | Checking fallible-iterator v0.3.0 |
| 2362 | 2024-11-07T01:27:57.233Z | Checking fallible-streaming-iterator v0.1.9 |
| 2363 | 2024-11-07T01:27:57.756Z | Checking plotters-backend v0.3.7 |
| 2364 | 2024-11-07T01:27:57.870Z | Checking parking v2.2.1 |
| 2365 | 2024-11-07T01:27:57.872Z | Checking rusqlite v0.32.1 |
| 2366 | 2024-11-07T01:27:58.066Z | Checking plotters-svg v0.3.7 |
| 2367 | 2024-11-07T01:27:58.817Z | Checking tokio-rustls v0.24.1 |
| 2368 | 2024-11-07T01:27:59.201Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2369 | 2024-11-07T01:27:59.451Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2370 | 2024-11-07T01:27:59.757Z | Checking rustls-pemfile v1.0.4 |
| 2371 | 2024-11-07T01:27:59.982Z | Checking twox-hash v1.6.3 |
| 2372 | 2024-11-07T01:28:00.507Z | Checking cast v0.3.0 |
| 2373 | 2024-11-07T01:28:00.562Z | Checking plotters v0.3.7 |
| 2374 | 2024-11-07T01:28:00.825Z | Checking criterion-plot v0.5.0 |
| 2375 | 2024-11-07T01:28:01.361Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2376 | 2024-11-07T01:28:02.229Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2377 | 2024-11-07T01:28:02.469Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2378 | 2024-11-07T01:28:03.339Z | Checking fatfs v0.3.6 |
| 2379 | 2024-11-07T01:28:04.203Z | Checking tinytemplate v1.2.1 |
| 2380 | 2024-11-07T01:28:04.331Z | Checking csv-core v0.1.11 |
| 2381 | 2024-11-07T01:28:04.610Z | Checking oorandom v11.1.4 |
| 2382 | 2024-11-07T01:28:04.631Z | Checking anes v0.1.6 |
| 2383 | 2024-11-07T01:28:04.779Z | Checking hex-literal v0.4.1 |
| 2384 | 2024-11-07T01:28:04.925Z | Checking shell-words v1.1.0 |
| 2385 | 2024-11-07T01:28:04.961Z | Checking criterion v0.5.1 |
| 2386 | 2024-11-07T01:28:05.131Z | Checking csv v1.3.0 |
| 2387 | 2024-11-07T01:28:05.988Z | Checking event-listener v5.3.1 |
| 2388 | 2024-11-07T01:28:06.426Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2389 | 2024-11-07T01:28:07.869Z | Checking rtoolbox v0.0.2 |
| 2390 | 2024-11-07T01:28:08.083Z | Checking rpassword v7.3.1 |
| 2391 | 2024-11-07T01:28:08.257Z | Checking event-listener-strategy v0.5.2 |
| 2392 | 2024-11-07T01:28:08.485Z | Checking tui-tree-widget v0.22.0 |
| 2393 | 2024-11-07T01:28:08.838Z | Checking polyval v0.6.2 |
| 2394 | 2024-11-07T01:28:09.130Z | Checking ghash v0.5.1 |
| 2395 | 2024-11-07T01:28:09.324Z | Checking futures-lite v2.3.0 |
| 2396 | 2024-11-07T01:28:10.794Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2397 | 2024-11-07T01:28:11.530Z | Checking ctr v0.9.2 |
| 2398 | 2024-11-07T01:28:12.245Z | Compiling samael v0.0.17 |
| 2399 | 2024-11-07T01:28:12.329Z | Checking yansi v1.0.1 |
| 2400 | 2024-11-07T01:28:12.430Z | Checking aes-gcm v0.10.3 |
| 2401 | 2024-11-07T01:28:12.686Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2402 | 2024-11-07T01:28:12.868Z | Checking pretty_assertions v1.4.1 |
| 2403 | 2024-11-07T01:28:13.090Z | Checking ssh-encoding v0.2.0 |
| 2404 | 2024-11-07T01:28:13.436Z | Checking blowfish v0.9.1 |
| 2405 | 2024-11-07T01:28:13.714Z | Checking bcrypt-pbkdf v0.10.0 |
| 2406 | 2024-11-07T01:28:14.014Z | Checking ssh-cipher v0.2.0 |
| 2407 | 2024-11-07T01:28:14.392Z | Checking async-lock v3.4.0 |
| 2408 | 2024-11-07T01:28:15.236Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2409 | 2024-11-07T01:28:15.768Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2410 | 2024-11-07T01:28:17.189Z | Checking polling v3.7.3 |
| 2411 | 2024-11-07T01:28:17.582Z | Checking password-hash v0.4.2 |
| 2412 | 2024-11-07T01:28:17.957Z | Checking matches v0.1.10 |
| 2413 | 2024-11-07T01:28:18.074Z | Checking idna v0.2.3 |
| 2414 | 2024-11-07T01:28:18.943Z | Checking pbkdf2 v0.11.0 |
| 2415 | 2024-11-07T01:28:19.260Z | Checking async-io v2.3.4 |
| 2416 | 2024-11-07T01:28:20.108Z | Checking ssh-key v0.6.6 |
| 2417 | 2024-11-07T01:28:20.199Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2418 | 2024-11-07T01:28:21.036Z | Checking p256 v0.13.2 |
| 2419 | 2024-11-07T01:28:21.568Z | Checking p521 v0.13.3 |
| 2420 | 2024-11-07T01:28:21.874Z | Checking russh-cryptovec v0.7.3 |
| 2421 | 2024-11-07T01:28:22.116Z | Compiling enum-as-inner v0.5.1 |
| 2422 | 2024-11-07T01:28:23.075Z | Compiling doc-comment v0.3.3 |
| 2423 | 2024-11-07T01:28:23.171Z | Compiling target-lexicon v0.12.16 |
| 2424 | 2024-11-07T01:28:23.551Z | Checking md5 v0.7.0 |
| 2425 | 2024-11-07T01:28:23.623Z | Checking async-task v4.7.1 |
| 2426 | 2024-11-07T01:28:23.856Z | Checking russh-keys v0.45.0 |
| 2427 | 2024-11-07T01:28:24.173Z | Checking trust-dns-proto v0.22.0 |
| 2428 | 2024-11-07T01:28:24.275Z | Checking async-channel v2.3.1 |
| 2429 | 2024-11-07T01:28:24.619Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2430 | 2024-11-07T01:28:25.285Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2431 | 2024-11-07T01:28:26.120Z | Checking piper v0.2.4 |
| 2432 | 2024-11-07T01:28:26.280Z | Checking num-bigint v0.4.6 |
| 2433 | 2024-11-07T01:28:26.365Z | Checking des v0.8.1 |
| 2434 | 2024-11-07T01:28:26.642Z | Checking futures-timer v3.0.3 |
| 2435 | 2024-11-07T01:28:26.966Z | Compiling dhcproto-macros v0.1.0 |
| 2436 | 2024-11-07T01:28:27.815Z | Compiling guppy-workspace-hack v0.1.0 |
| 2437 | 2024-11-07T01:28:27.920Z | Compiling assert_cmd v2.0.16 |
| 2438 | 2024-11-07T01:28:28.148Z | Checking dhcproto v0.12.0 |
| 2439 | 2024-11-07T01:28:28.382Z | Checking blocking v1.6.1 |
| 2440 | 2024-11-07T01:28:28.898Z | Checking russh v0.45.0 |
| 2441 | 2024-11-07T01:28:29.349Z | Checking async-executor v1.13.1 |
| 2442 | 2024-11-07T01:28:29.656Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2443 | 2024-11-07T01:28:29.721Z | Checking async-signal v0.2.10 |
| 2444 | 2024-11-07T01:28:30.024Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2445 | 2024-11-07T01:28:30.233Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2446 | 2024-11-07T01:28:30.934Z | Checking internet-checksum v0.2.1 |
| 2447 | 2024-11-07T01:28:30.997Z | Compiling target-spec v3.2.2 |
| 2448 | 2024-11-07T01:28:31.353Z | Checking event-listener v2.5.3 |
| 2449 | 2024-11-07T01:28:31.596Z | Checking async-channel v1.9.0 |
| 2450 | 2024-11-07T01:28:32.461Z | Checking async-process v2.3.0 |
| 2451 | 2024-11-07T01:28:32.896Z | Checking async-global-executor v2.4.1 |
| 2452 | 2024-11-07T01:28:33.320Z | Checking cfg-expr v0.17.0 |
| 2453 | 2024-11-07T01:28:33.456Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2454 | 2024-11-07T01:28:33.648Z | Checking httptest v0.16.1 |
| 2455 | 2024-11-07T01:28:34.188Z | Checking rustls-native-certs v0.7.3 |
| 2456 | 2024-11-07T01:28:34.382Z | Checking num_cpus v1.16.0 |
| 2457 | 2024-11-07T01:28:34.402Z | Checking kv-log-macro v1.0.7 |
| 2458 | 2024-11-07T01:28:34.509Z | Compiling async-attributes v1.1.2 |
| 2459 | 2024-11-07T01:28:35.424Z | Checking async-std v1.13.0 |
| 2460 | 2024-11-07T01:28:36.546Z | Checking threadpool v1.8.1 |
| 2461 | 2024-11-07T01:28:36.763Z | Checking hyper-rustls v0.26.0 |
| 2462 | 2024-11-07T01:28:37.138Z | Compiling git2 v0.19.0 |
| 2463 | 2024-11-07T01:28:37.615Z | Checking pathdiff v0.2.2 |
| 2464 | 2024-11-07T01:28:37.788Z | Compiling rstest_macros v0.23.0 |
| 2465 | 2024-11-07T01:28:38.266Z | Checking escape8259 v0.5.3 |
| 2466 | 2024-11-07T01:28:38.315Z | Checking nested v0.1.1 |
| 2467 | 2024-11-07T01:28:38.484Z | Checking libtest-mimic v0.7.3 |
| 2468 | 2024-11-07T01:28:38.545Z | Checking guppy v0.17.8 |
| 2469 | 2024-11-07T01:28:39.097Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2470 | 2024-11-07T01:28:39.505Z | Checking async-object-pool v0.1.5 |
| 2471 | 2024-11-07T01:28:39.719Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2472 | 2024-11-07T01:28:40.725Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2473 | 2024-11-07T01:28:40.892Z | Checking similar-asserts v1.6.0 |
| 2474 | 2024-11-07T01:28:41.061Z | Checking fancy-regex v0.13.0 |
| 2475 | 2024-11-07T01:28:41.174Z | Checking serde_regex v1.1.0 |
| 2476 | 2024-11-07T01:28:41.472Z | Checking assert-json-diff v2.0.2 |
| 2477 | 2024-11-07T01:28:41.765Z | Compiling proc-macro-crate v3.2.0 |
| 2478 | 2024-11-07T01:28:41.852Z | Checking path-tree v0.8.1 |
| 2479 | 2024-11-07T01:28:42.199Z | Compiling relative-path v1.9.3 |
| 2480 | 2024-11-07T01:28:42.916Z | Checking stringmetrics v2.2.2 |
| 2481 | 2024-11-07T01:28:43.185Z | Compiling trybuild v1.0.100 |
| 2482 | 2024-11-07T01:28:43.730Z | Checking httpmock v0.8.0-alpha.1 |
| 2483 | 2024-11-07T01:28:44.659Z | Checking datatest-stable v0.2.9 |
| 2484 | 2024-11-07T01:28:45.017Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2485 | 2024-11-07T01:28:46.519Z | Checking blake2b_simd v1.0.2 |
| 2486 | 2024-11-07T01:28:46.629Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2487 | 2024-11-07T01:28:47.423Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2488 | 2024-11-07T01:28:49.098Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2489 | 2024-11-07T01:28:49.427Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2490 | 2024-11-07T01:28:49.767Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2491 | 2024-11-07T01:28:50.093Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2492 | 2024-11-07T01:28:50.661Z | Checking serde_tokenstream v0.2.2 |
| 2493 | 2024-11-07T01:28:51.094Z | Checking uzers v0.12.1 |
| 2494 | 2024-11-07T01:28:51.615Z | Checking rust-argon2 v2.1.0 |
| 2495 | 2024-11-07T01:28:53.375Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2496 | 2024-11-07T01:28:53.394Z | Checking rstest v0.23.0 |
| 2497 | 2024-11-07T01:28:53.637Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2498 | 2024-11-07T01:28:54.786Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2499 | 2024-11-07T01:28:55.109Z | Checking rand_distr v0.4.3 |
| 2500 | 2024-11-07T01:28:55.247Z | Compiling polar-core v0.27.3 |
| 2501 | 2024-11-07T01:28:55.958Z | Checking multimap v0.10.0 |
| 2502 | 2024-11-07T01:28:56.301Z | Checking approx v0.5.1 |
| 2503 | 2024-11-07T01:28:57.645Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2504 | 2024-11-07T01:28:58.617Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2505 | 2024-11-07T01:29:00.402Z | Checking partial-io v0.5.4 |
| 2506 | 2024-11-07T01:29:00.814Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
| 2507 | 2024-11-07T01:29:01.163Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2508 | 2024-11-07T01:29:02.147Z | Checking cargo_toml v0.20.5 |
| 2509 | 2024-11-07T01:29:02.814Z | Checking termios v0.3.3 |
| 2510 | 2024-11-07T01:29:03.051Z | Compiling indoc v2.0.5 |
| 2511 | 2024-11-07T01:29:04.141Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2512 | 2024-11-07T01:29:06.431Z | Checking oso v0.27.3 |
| 2513 | 2024-11-07T01:29:06.694Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2514 | 2024-11-07T01:29:08.352Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2515 | 2024-11-07T01:29:19.893Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2516 | 2024-11-07T01:29:27.392Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2517 | 2024-11-07T01:29:31.536Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2518 | 2024-11-07T01:29:31.609Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2519 | 2024-11-07T01:30:02.578Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2520 | 2024-11-07T01:30:04.921Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2521 | 2024-11-07T01:30:05.379Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2522 | 2024-11-07T01:30:54.020Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2523 | 2024-11-07T01:30:54.023Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2524 | 2024-11-07T01:30:54.023Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2525 | 2024-11-07T01:35:13.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10m 08s |
| 2526 | 2024-11-07T01:35:13.855Z | |
| 2527 | 2024-11-07T01:35:13.856Z | real 10:13.004833609 |
| 2528 | 2024-11-07T01:35:13.856Z | user 47:15.274881552 |
| 2529 | 2024-11-07T01:35:13.856Z | sys 6:29.444170025 |
| 2530 | 2024-11-07T01:35:13.856Z | trap 1.108711772 |
| 2531 | 2024-11-07T01:35:13.863Z | tflt 1.795448777 |
| 2532 | 2024-11-07T01:35:13.863Z | dflt 0.876455297 |
| 2533 | 2024-11-07T01:35:13.863Z | kflt 0.003376606 |
| 2534 | 2024-11-07T01:35:13.863Z | lock 1:15:44.636891729 |
| 2535 | 2024-11-07T01:35:13.863Z | slp 2:36:54.139912630 |
| 2536 | 2024-11-07T01:35:13.863Z | lat 1:40.722617274 |
| 2537 | 2024-11-07T01:35:13.863Z | stop 5:59.451702643 |
| 2538 | 2024-11-07T01:35:13.863Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2539 | 2024-11-07T01:35:13.863Z | + ptime -m cargo doc --workspace --no-deps |
| 2540 | 2024-11-07T01:35:15.007Z | warning: output filename collision. |
| 2541 | 2024-11-07T01:35:15.007Z | 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)`. |
| 2542 | 2024-11-07T01:35:15.007Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2543 | 2024-11-07T01:35:15.007Z | The targets should have unique names. |
| 2544 | 2024-11-07T01:35:15.007Z | This is a known bug where multiple crates with the same name use |
| 2545 | 2024-11-07T01:35:15.007Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2546 | 2024-11-07T01:35:15.431Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2547 | 2024-11-07T01:35:15.497Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2548 | 2024-11-07T01:35:15.516Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2549 | 2024-11-07T01:35:15.556Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2550 | 2024-11-07T01:35:15.586Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2551 | 2024-11-07T01:35:15.586Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2552 | 2024-11-07T01:35:15.727Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2553 | 2024-11-07T01:35:15.815Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2554 | 2024-11-07T01:35:15.836Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2555 | 2024-11-07T01:35:15.856Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2556 | 2024-11-07T01:35:15.879Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2557 | 2024-11-07T01:35:16.121Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2558 | 2024-11-07T01:35:16.128Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2559 | 2024-11-07T01:35:16.442Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2560 | 2024-11-07T01:35:16.586Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2561 | 2024-11-07T01:35:21.963Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2562 | 2024-11-07T01:35:21.964Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2563 | 2024-11-07T01:35:21.964Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2564 | 2024-11-07T01:35:21.964Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2565 | 2024-11-07T01:35:21.964Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2566 | 2024-11-07T01:35:21.964Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2567 | 2024-11-07T01:35:21.964Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2568 | 2024-11-07T01:35:21.964Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2569 | 2024-11-07T01:35:21.964Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2570 | 2024-11-07T01:35:21.964Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2571 | 2024-11-07T01:35:22.093Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2572 | 2024-11-07T01:35:22.113Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2573 | 2024-11-07T01:35:22.407Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2574 | 2024-11-07T01:35:22.427Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2575 | 2024-11-07T01:35:22.636Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2576 | 2024-11-07T01:35:22.751Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2577 | 2024-11-07T01:35:23.051Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2578 | 2024-11-07T01:35:23.123Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2579 | 2024-11-07T01:35:23.439Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2580 | 2024-11-07T01:35:23.489Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2581 | 2024-11-07T01:35:23.587Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2582 | 2024-11-07T01:35:23.853Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2583 | 2024-11-07T01:35:23.923Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2584 | 2024-11-07T01:35:23.942Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2585 | 2024-11-07T01:35:24.635Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2586 | 2024-11-07T01:35:24.682Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2587 | 2024-11-07T01:35:29.188Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2588 | 2024-11-07T01:35:29.343Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2589 | 2024-11-07T01:35:30.066Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2590 | 2024-11-07T01:35:30.280Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2591 | 2024-11-07T01:35:30.386Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2592 | 2024-11-07T01:35:30.780Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2593 | 2024-11-07T01:35:32.377Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2594 | 2024-11-07T01:35:32.548Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2595 | 2024-11-07T01:35:32.595Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2596 | 2024-11-07T01:35:32.908Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2597 | 2024-11-07T01:35:33.080Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2598 | 2024-11-07T01:35:34.165Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2599 | 2024-11-07T01:35:38.125Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2600 | 2024-11-07T01:35:38.752Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2601 | 2024-11-07T01:35:39.355Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2602 | 2024-11-07T01:35:39.906Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2603 | 2024-11-07T01:35:40.368Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2604 | 2024-11-07T01:35:40.520Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2605 | 2024-11-07T01:35:41.190Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2606 | 2024-11-07T01:35:41.371Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2607 | 2024-11-07T01:35:41.614Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2608 | 2024-11-07T01:35:43.247Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2609 | 2024-11-07T01:35:43.459Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2610 | 2024-11-07T01:35:43.586Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2611 | 2024-11-07T01:35:43.877Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2612 | 2024-11-07T01:35:44.035Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2024-11-07T01:35:44.073Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2614 | 2024-11-07T01:35:44.126Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2615 | 2024-11-07T01:35:44.218Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2616 | 2024-11-07T01:35:44.837Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2617 | 2024-11-07T01:35:44.857Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2618 | 2024-11-07T01:35:45.197Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2619 | 2024-11-07T01:35:45.442Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2620 | 2024-11-07T01:35:45.548Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2621 | 2024-11-07T01:35:45.779Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2622 | 2024-11-07T01:35:45.987Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2623 | 2024-11-07T01:35:46.629Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2624 | 2024-11-07T01:35:46.674Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2625 | 2024-11-07T01:35:47.256Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2626 | 2024-11-07T01:35:47.887Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2627 | 2024-11-07T01:35:47.995Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2628 | 2024-11-07T01:35:48.368Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2629 | 2024-11-07T01:35:48.495Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2630 | 2024-11-07T01:35:48.515Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2631 | 2024-11-07T01:35:48.600Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2632 | 2024-11-07T01:35:48.929Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2633 | 2024-11-07T01:35:48.997Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2634 | 2024-11-07T01:35:49.474Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2635 | 2024-11-07T01:35:49.811Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2636 | 2024-11-07T01:35:50.400Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2637 | 2024-11-07T01:35:50.750Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2638 | 2024-11-07T01:35:51.359Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2639 | 2024-11-07T01:35:51.470Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2640 | 2024-11-07T01:35:52.009Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2641 | 2024-11-07T01:35:53.009Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2642 | 2024-11-07T01:35:54.331Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2643 | 2024-11-07T01:35:54.942Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2644 | 2024-11-07T01:35:55.515Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2645 | 2024-11-07T01:35:56.320Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2646 | 2024-11-07T01:35:57.612Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2647 | 2024-11-07T01:36:00.859Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2648 | 2024-11-07T01:36:01.446Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2649 | 2024-11-07T01:36:01.995Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2650 | 2024-11-07T01:36:02.545Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2651 | 2024-11-07T01:36:04.370Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2652 | 2024-11-07T01:36:04.392Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2653 | 2024-11-07T01:36:05.386Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2654 | 2024-11-07T01:36:09.849Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2655 | 2024-11-07T01:36:10.202Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2656 | 2024-11-07T01:36:10.858Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2657 | 2024-11-07T01:36:13.946Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2658 | 2024-11-07T01:36:40.987Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2659 | 2024-11-07T01:36:50.111Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2660 | 2024-11-07T01:36:58.238Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2661 | 2024-11-07T01:37:04.112Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2662 | 2024-11-07T01:37:05.363Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 2663 | 2024-11-07T01:37:06.520Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2664 | 2024-11-07T01:37:22.339Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2665 | 2024-11-07T01:37:24.994Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2666 | 2024-11-07T01:37:27.091Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2667 | 2024-11-07T01:37:28.701Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2668 | 2024-11-07T01:37:29.326Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2669 | 2024-11-07T01:37:30.556Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2670 | 2024-11-07T01:37:36.920Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2671 | 2024-11-07T01:37:51.053Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2672 | 2024-11-07T01:37:54.277Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2673 | 2024-11-07T01:38:12.484Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2674 | 2024-11-07T01:38:15.891Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2675 | 2024-11-07T01:38:17.393Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2676 | 2024-11-07T01:38:19.370Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2677 | 2024-11-07T01:38:29.011Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2678 | 2024-11-07T01:38:29.980Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2679 | 2024-11-07T01:38:31.331Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2680 | 2024-11-07T01:38:44.631Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2681 | 2024-11-07T01:38:45.461Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2682 | 2024-11-07T01:38:49.170Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2683 | 2024-11-07T01:38:50.403Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2684 | 2024-11-07T01:38:51.907Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2685 | 2024-11-07T01:38:55.289Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2686 | 2024-11-07T01:38:56.061Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2687 | 2024-11-07T01:38:58.091Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2688 | 2024-11-07T01:39:02.157Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2689 | 2024-11-07T01:39:09.720Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2690 | 2024-11-07T01:39:13.144Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2691 | 2024-11-07T01:39:14.107Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2692 | 2024-11-07T01:39:30.232Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2693 | 2024-11-07T01:39:33.368Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2694 | 2024-11-07T01:39:38.499Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2695 | 2024-11-07T01:39:57.260Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2696 | 2024-11-07T01:40:02.088Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2697 | 2024-11-07T01:40:02.806Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2698 | 2024-11-07T01:40:03.989Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2699 | 2024-11-07T01:40:11.801Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2700 | 2024-11-07T01:40:17.671Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2701 | 2024-11-07T01:40:18.375Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2702 | 2024-11-07T01:40:19.926Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2703 | 2024-11-07T01:40:25.743Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2704 | 2024-11-07T01:40:27.723Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2705 | 2024-11-07T01:40:32.660Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2706 | 2024-11-07T01:40:36.471Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2707 | 2024-11-07T01:40:38.630Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 2708 | 2024-11-07T01:40:38.918Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2709 | 2024-11-07T01:40:38.941Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 2710 | 2024-11-07T01:40:40.098Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2711 | 2024-11-07T01:40:49.974Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2712 | 2024-11-07T01:40:52.791Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
| 2713 | 2024-11-07T01:40:52.810Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2714 | 2024-11-07T01:40:53.942Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2715 | 2024-11-07T01:40:56.587Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2716 | 2024-11-07T01:41:00.234Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2717 | 2024-11-07T01:41:07.183Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2718 | 2024-11-07T01:41:09.815Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2719 | 2024-11-07T01:41:10.731Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2720 | 2024-11-07T01:41:11.755Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2721 | 2024-11-07T01:41:18.685Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2722 | 2024-11-07T01:41:25.306Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2723 | 2024-11-07T01:41:27.392Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2724 | 2024-11-07T01:41:29.686Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2725 | 2024-11-07T01:41:29.944Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2726 | 2024-11-07T01:41:30.713Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2727 | 2024-11-07T01:41:37.387Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2728 | 2024-11-07T01:41:41.644Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2729 | 2024-11-07T01:41:44.571Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2730 | 2024-11-07T01:41:48.859Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2731 | 2024-11-07T01:41:50.537Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2732 | 2024-11-07T01:41:50.652Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2733 | 2024-11-07T01:41:52.427Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2734 | 2024-11-07T01:41:54.920Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2735 | 2024-11-07T01:42:01.483Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2736 | 2024-11-07T01:42:02.931Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2737 | 2024-11-07T01:42:04.967Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2738 | 2024-11-07T01:42:09.843Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2739 | 2024-11-07T01:42:13.645Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2740 | 2024-11-07T01:42:15.442Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2741 | 2024-11-07T01:42:18.760Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2742 | 2024-11-07T01:42:20.040Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2743 | 2024-11-07T01:42:22.122Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2744 | 2024-11-07T01:42:26.998Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2745 | 2024-11-07T01:42:27.075Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2746 | 2024-11-07T01:42:31.510Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2747 | 2024-11-07T01:42:31.670Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2748 | 2024-11-07T01:42:32.690Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2749 | 2024-11-07T01:42:33.595Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2750 | 2024-11-07T01:42:35.632Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2751 | 2024-11-07T01:42:37.447Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2752 | 2024-11-07T01:42:40.582Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2753 | 2024-11-07T01:42:42.349Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2754 | 2024-11-07T01:42:47.308Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2755 | 2024-11-07T01:42:48.499Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
| 2756 | 2024-11-07T01:42:49.599Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2757 | 2024-11-07T01:42:49.697Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2758 | 2024-11-07T01:42:52.960Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2759 | 2024-11-07T01:42:53.581Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2760 | 2024-11-07T01:42:56.438Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2761 | 2024-11-07T01:42:56.844Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2762 | 2024-11-07T01:42:57.695Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2763 | 2024-11-07T01:42:59.821Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2764 | 2024-11-07T01:43:02.012Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2765 | 2024-11-07T01:44:13.360Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2766 | 2024-11-07T01:45:05.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 51s |
| 2767 | 2024-11-07T01:45:05.530Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
| 2768 | 2024-11-07T01:45:05.592Z | |
| 2769 | 2024-11-07T01:45:05.592Z | real 9:51.674139193 |
| 2770 | 2024-11-07T01:45:05.592Z | user 35:55.910405884 |
| 2771 | 2024-11-07T01:45:05.592Z | sys 29:52.945777017 |
| 2772 | 2024-11-07T01:45:05.592Z | trap 0.663491884 |
| 2773 | 2024-11-07T01:45:05.592Z | tflt 0.161270524 |
| 2774 | 2024-11-07T01:45:05.595Z | dflt 0.199959253 |
| 2775 | 2024-11-07T01:45:05.595Z | kflt 0.000003799 |
| 2776 | 2024-11-07T01:45:05.595Z | lock 1:28:36.189176285 |
| 2777 | 2024-11-07T01:45:05.595Z | slp 2:34:13.744011213 |
| 2778 | 2024-11-07T01:45:05.595Z | lat 1:15.923690715 |
| 2779 | 2024-11-07T01:45:05.595Z | stop 1:04.740198332 |
| 2780 | 2024-11-07T01:45:05.595Z | process exited: duration 1495493 ms, exit code 0 |
| |
| 2781 | 2024-11-07T01:45:05.601Z | found 0 output files |