|
|
|
1 | 2025-01-17T07:37:19.936Z | job assigned to worker 01JHSK2DEQCXHCAHFYZX0H5GFZ [factory aws, i-00ba04921dbae2f67] (queued for 48 s) |
|
2 | 2025-01-17T07:37:27.983Z | starting task 0: "setup" |
3 | 2025-01-17T07:37:27.992Z | ++ uname -s |
4 | 2025-01-17T07:37:27.995Z | + kern=SunOS |
5 | 2025-01-17T07:37:27.995Z | + case "$kern" in |
6 | 2025-01-17T07:37:27.995Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:37:27.997Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:37:30.004Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:37:30.186Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:37:30.189Z | + home_fs=zfs |
11 | 2025-01-17T07:37:30.189Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:37:30.189Z | + mkdir -p /home/build |
13 | 2025-01-17T07:37:30.192Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:37:32.193Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:37:32.196Z | process exited: duration 4213 ms, exit code 0 |
|
16 | 2025-01-17T07:37:32.201Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:37:32.206Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:37:32.206Z | ' 1.84.0 |
19 | 2025-01-17T07:37:32.206Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:37:32.206Z | * toolchain channel = "1.84.0" |
21 | 2025-01-17T07:37:32.206Z | ' default |
22 | 2025-01-17T07:37:32.206Z | * toolchain profile = "default" |
23 | 2025-01-17T07:37:32.209Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:37:32.209Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:37:32.312Z | info: downloading installer |
26 | 2025-01-17T07:37:33.463Z | info: profile set to 'default' |
27 | 2025-01-17T07:37:33.463Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:37:33.466Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:37:33.618Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:37:33.618Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:37:34.489Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:37:34.821Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:37:36.018Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:37:37.779Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:37:44.675Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:37:44.932Z | info: installing component 'cargo' |
37 | 2025-01-17T07:37:45.779Z | info: installing component 'clippy' |
38 | 2025-01-17T07:37:46.164Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:37:47.863Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:37:49.612Z | info: installing component 'rustc' |
41 | 2025-01-17T07:37:55.647Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:37:55.975Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:37:55.975Z | |
44 | 2025-01-17T07:37:56.362Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:37:56.362Z | |
46 | 2025-01-17T07:37:56.365Z | |
47 | 2025-01-17T07:37:56.365Z | Rust is installed now. Great! |
48 | 2025-01-17T07:37:56.365Z | |
49 | 2025-01-17T07:37:56.365Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:37:56.365Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:37:56.365Z | |
52 | 2025-01-17T07:37:56.365Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:37:56.365Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:37:56.365Z | |
55 | 2025-01-17T07:37:56.366Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:37:56.366Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:37:56.366Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:37:56.442Z | + rustc --version |
59 | 2025-01-17T07:37:56.510Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:37:56.513Z | process exited: duration 24310 ms, exit code 0 |
|
61 | 2025-01-17T07:37:56.521Z | starting task 2: "authentication" |
62 | 2025-01-17T07:37:56.540Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-17T07:37:56.545Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:37:56.550Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:37:56.554Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:37:56.591Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:38:04.267Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:38:04.268Z | + git fetch origin b84b8458e98887045a2851c27597bc604bfa9b96 |
69 | 2025-01-17T07:38:04.579Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:38:04.579Z | * branch b84b8458e98887045a2851c27597bc604bfa9b96 -> FETCH_HEAD |
71 | 2025-01-17T07:38:04.591Z | + [[ -n renovate/hyper-staticfile-0.x ]] |
72 | 2025-01-17T07:38:04.594Z | ++ git branch --show-current |
73 | 2025-01-17T07:38:04.594Z | + current=main |
74 | 2025-01-17T07:38:04.594Z | + [[ main != renovate/hyper-staticfile-0.x ]] |
75 | 2025-01-17T07:38:04.594Z | + git branch -f renovate/hyper-staticfile-0.x b84b8458e98887045a2851c27597bc604bfa9b96 |
76 | 2025-01-17T07:38:04.598Z | + git checkout -f renovate/hyper-staticfile-0.x |
77 | 2025-01-17T07:38:04.777Z | Switched to branch 'renovate/hyper-staticfile-0.x' |
78 | 2025-01-17T07:38:04.781Z | + git reset --hard b84b8458e98887045a2851c27597bc604bfa9b96 |
79 | 2025-01-17T07:38:04.954Z | HEAD is now at b84b8458e Update Rust crate hyper-staticfile to 0.10.1 |
80 | 2025-01-17T07:38:04.957Z | process exited: duration 8409 ms, exit code 0 |
|
81 | 2025-01-17T07:38:04.962Z | starting task 4: "build" |
82 | 2025-01-17T07:38:04.968Z | + source ./env.sh |
83 | 2025-01-17T07:38:04.968Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-17T07:38:04.968Z | ++ set -o xtrace |
85 | 2025-01-17T07:38:04.971Z | ++++ dirname ./env.sh |
86 | 2025-01-17T07:38:04.973Z | +++ readlink -f . |
87 | 2025-01-17T07:38:04.976Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-17T07:38:04.976Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-17T07:38:04.976Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-17T07:38:04.976Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-17T07:38:04.976Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-17T07:38:04.976Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-17T07:38:04.976Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-17T07:38:04.976Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-17T07:38:04.976Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-17T07:38:04.976Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-17T07:38:04.976Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-17T07:38:04.976Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-17T07:38:04.976Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-17T07:38:04.976Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-17T07:38:04.976Z | + cargo --version |
102 | 2025-01-17T07:38:05.036Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-17T07:38:05.039Z | + rustc --version |
104 | 2025-01-17T07:38:05.099Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-17T07:38:05.102Z | + banner prerequisites |
106 | 2025-01-17T07:38:05.105Z | |
107 | 2025-01-17T07:38:05.105Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-17T07:38:05.105Z | # # # # # # # # # # # # # # # |
109 | 2025-01-17T07:38:05.105Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-17T07:38:05.105Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-17T07:38:05.105Z | # # # # # # # # # # # # # # # |
112 | 2025-01-17T07:38:05.105Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-17T07:38:05.105Z | |
114 | 2025-01-17T07:38:05.108Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-17T07:38:06.722Z | pkg list: illegal option -- F |
116 | 2025-01-17T07:38:06.722Z | Usage: |
117 | 2025-01-17T07:38:06.725Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-17T07:38:06.725Z | [pkg_fmri_pattern ...] |
119 | 2025-01-17T07:38:07.599Z | pkg list: illegal option -- F |
120 | 2025-01-17T07:38:07.599Z | Usage: |
121 | 2025-01-17T07:38:07.602Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-17T07:38:07.602Z | [pkg_fmri_pattern ...] |
123 | 2025-01-17T07:38:18.283Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-17T07:38:22.414Z | Startup: Caching catalogs ... Done |
125 | 2025-01-17T07:38:33.965Z | Planning: Solver setup ... Done (10.726s) |
126 | 2025-01-17T07:38:34.112Z | Planning: Running solver ... Done (0.147s) |
127 | 2025-01-17T07:38:34.231Z | Planning: Finding local manifests ... Done (0.007s) |
128 | 2025-01-17T07:38:34.279Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-17T07:38:34.541Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-17T07:38:34.654Z | Planning: Package planning ... Done (0.113s) |
131 | 2025-01-17T07:38:34.712Z | Planning: Merging actions ... Done (0.057s) |
132 | 2025-01-17T07:38:34.909Z | Planning: Checking for conflicting actions ... Done (0.198s) |
133 | 2025-01-17T07:38:36.968Z | Planning: Consolidating action changes ... Done (2.058s) |
134 | 2025-01-17T07:38:37.401Z | Planning: Evaluating mediators ... Done (0.433s) |
135 | 2025-01-17T07:38:37.490Z | Planning: Planning completed in 14.98 seconds |
136 | 2025-01-17T07:38:37.507Z | Packages to install: 4 |
137 | 2025-01-17T07:38:37.507Z | Packages to update: 3 |
138 | 2025-01-17T07:38:37.510Z | Mediators to change: 2 |
139 | 2025-01-17T07:38:37.510Z | Services to change: 1 |
140 | 2025-01-17T07:38:37.510Z | Estimated space available: 155.61 GB |
141 | 2025-01-17T07:38:37.510Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-17T07:38:37.510Z | Create boot environment: No |
143 | 2025-01-17T07:38:37.510Z | Create backup boot environment: Yes |
144 | 2025-01-17T07:38:37.510Z | Rebuild boot archive: No |
145 | 2025-01-17T07:38:37.510Z | |
146 | 2025-01-17T07:38:37.510Z | Changed mediators: |
147 | 2025-01-17T07:38:37.511Z | mediator clang: |
148 | 2025-01-17T07:38:37.511Z | version: None -> 15 (system default) |
149 | 2025-01-17T07:38:37.511Z | |
150 | 2025-01-17T07:38:37.511Z | mediator llvm: |
151 | 2025-01-17T07:38:37.511Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-17T07:38:37.511Z | |
153 | 2025-01-17T07:38:37.511Z | Changed packages: |
154 | 2025-01-17T07:38:37.511Z | helios-dev |
155 | 2025-01-17T07:38:37.511Z | developer/build-essential |
156 | 2025-01-17T07:38:37.511Z | None -> 11-2.0 |
157 | 2025-01-17T07:38:37.511Z | library/libxmlsec1 |
158 | 2025-01-17T07:38:37.511Z | None -> 1.2.35-2.0 |
159 | 2025-01-17T07:38:37.512Z | ooce/developer/clang-15 |
160 | 2025-01-17T07:38:37.512Z | None -> 15.0.7-2.0 |
161 | 2025-01-17T07:38:37.512Z | ooce/developer/llvm-15 |
162 | 2025-01-17T07:38:37.512Z | None -> 15.0.7-2.0 |
163 | 2025-01-17T07:38:37.512Z | package/pkg |
164 | 2025-01-17T07:38:37.512Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-17T07:38:37.512Z | system/library/g++-runtime |
166 | 2025-01-17T07:38:37.512Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-17T07:38:37.512Z | system/library/gcc-runtime |
168 | 2025-01-17T07:38:37.512Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-17T07:38:37.512Z | |
170 | 2025-01-17T07:38:37.512Z | Services: |
171 | 2025-01-17T07:38:37.512Z | restart_fmri: |
172 | 2025-01-17T07:38:37.512Z | svc:/system/update-man-index:default |
173 | 2025-01-17T07:38:37.512Z | |
174 | 2025-01-17T07:38:37.512Z | Editable files to change: |
175 | 2025-01-17T07:38:37.512Z | Update: |
176 | 2025-01-17T07:38:37.512Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-17T07:38:37.583Z | |
178 | 2025-01-17T07:38:37.584Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-17T07:38:42.584Z | Download: 1107/4301 items 26.0/225.4MB 11% complete (5.1M/s) |
180 | 2025-01-17T07:38:47.943Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (11.7M/s) |
181 | 2025-01-17T07:38:52.948Z | Download: 1584/4301 items 117.7/225.4MB 52% complete (7.6M/s) |
182 | 2025-01-17T07:38:57.977Z | Download: 2210/4301 items 119.2/225.4MB 52% complete (3.7M/s) |
183 | 2025-01-17T07:39:07.699Z | Download: 2220/4301 items 119.2/225.4MB 52% complete (3.6M/s) |
184 | 2025-01-17T07:39:12.702Z | Download: 2418/4301 items 120.1/225.4MB 53% complete (180k/s) |
185 | 2025-01-17T07:39:17.704Z | Download: 2821/4301 items 121.1/225.4MB 53% complete (190k/s) |
186 | 2025-01-17T07:39:25.448Z | Download: 3242/4301 items 181.6/225.4MB 80% complete (6.1M/s) |
187 | 2025-01-17T07:39:39.329Z | Download: 3246/4301 items 203.1/225.4MB 90% complete |
188 | 2025-01-17T07:39:47.156Z | Download: 3284/4301 items 210.7/225.4MB 93% complete (2.1M/s) |
189 | 2025-01-17T07:39:52.157Z | Download: 3817/4301 items 217.2/225.4MB 96% complete (949k/s) |
190 | 2025-01-17T07:40:00.157Z | Download: 4204/4301 items 220.6/225.4MB 97% complete (1.2M/s) |
191 | 2025-01-17T07:40:01.691Z | Download: Completed 225.42 MB in 84.10 seconds (2.7M/s) |
192 | 2025-01-17T07:40:03.854Z | Actions: 1/5122 actions (Removing old actions) |
193 | 2025-01-17T07:40:03.875Z | Actions: 194/5122 actions (Installing new actions) |
194 | 2025-01-17T07:40:08.663Z | Actions: 4267/5122 actions (Updating modified actions) |
195 | 2025-01-17T07:40:09.017Z | Actions: Completed 5122 actions in 5.16 seconds. |
196 | 2025-01-17T07:40:09.437Z | Done (0.410s) |
197 | 2025-01-17T07:40:09.439Z | Done (0.001s) |
198 | 2025-01-17T07:40:10.033Z | Done (0.594s) |
199 | 2025-01-17T07:40:14.659Z | Done (4.384s) |
200 | 2025-01-17T07:40:14.748Z | Done (0.017s) |
201 | 2025-01-17T07:40:14.750Z | Done (0.000s) |
202 | 2025-01-17T07:40:14.931Z | Done (0.000s) |
203 | 2025-01-17T07:40:15.653Z | Planning: Evaluating mediator changes ... Done |
204 | 2025-01-17T07:40:15.821Z | Planning: Checking for conflicting actions ... Done |
205 | 2025-01-17T07:40:15.824Z | Planning: Consolidating action changes ... Done |
206 | 2025-01-17T07:40:16.094Z | Planning: Evaluating mediators ... Done |
207 | 2025-01-17T07:40:16.097Z | Planning: Planning completed in 0.44 seconds |
208 | 2025-01-17T07:40:16.134Z | Mediators to change: 2 |
209 | 2025-01-17T07:40:16.136Z | Create boot environment: No |
210 | 2025-01-17T07:40:16.136Z | Create backup boot environment: No |
211 | 2025-01-17T07:40:16.278Z | Done |
212 | 2025-01-17T07:40:16.278Z | Done |
213 | 2025-01-17T07:40:16.655Z | Done |
214 | 2025-01-17T07:40:20.496Z | Done |
215 | 2025-01-17T07:40:20.590Z | Done |
216 | 2025-01-17T07:40:20.593Z | Done |
217 | 2025-01-17T07:40:20.713Z | Done |
218 | 2025-01-17T07:40:21.342Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-01-17T07:40:21.345Z | Planning: Merging actions ... Done |
220 | 2025-01-17T07:40:21.537Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-01-17T07:40:21.539Z | Planning: Consolidating action changes ... Done |
222 | 2025-01-17T07:40:21.811Z | Planning: Evaluating mediators ... Done |
223 | 2025-01-17T07:40:21.868Z | Planning: Planning completed in 0.78 seconds |
224 | 2025-01-17T07:40:21.911Z | Packages to change: 1 |
225 | 2025-01-17T07:40:21.911Z | Mediators to change: 1 |
226 | 2025-01-17T07:40:21.913Z | Services to change: 1 |
227 | 2025-01-17T07:40:21.913Z | Create boot environment: No |
228 | 2025-01-17T07:40:21.913Z | Create backup boot environment: Yes |
229 | 2025-01-17T07:40:24.158Z | Actions: 1/6 actions (Updating modified actions) |
230 | 2025-01-17T07:40:24.161Z | Actions: Completed 6 actions in 0.00 seconds. |
231 | 2025-01-17T07:40:24.161Z | Done |
232 | 2025-01-17T07:40:24.161Z | Done |
233 | 2025-01-17T07:40:24.278Z | Done |
234 | 2025-01-17T07:40:28.063Z | Done |
235 | 2025-01-17T07:40:28.159Z | Done |
236 | 2025-01-17T07:40:28.163Z | Done |
237 | 2025-01-17T07:40:28.291Z | Done |
238 | 2025-01-17T07:40:28.736Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
239 | 2025-01-17T07:40:28.736Z | clang system 15 system |
240 | 2025-01-17T07:40:28.736Z | csh system system illumos |
241 | 2025-01-17T07:40:28.737Z | ctags system system illumos |
242 | 2025-01-17T07:40:28.737Z | gcc vendor 12 vendor |
243 | 2025-01-17T07:40:28.737Z | gcc system 10 system |
244 | 2025-01-17T07:40:28.737Z | gcc system 7 system |
245 | 2025-01-17T07:40:28.737Z | go system 1.20 system |
246 | 2025-01-17T07:40:28.737Z | go system 1.19 system |
247 | 2025-01-17T07:40:28.737Z | llvm system 15 system |
248 | 2025-01-17T07:40:28.737Z | llvm system 14 system |
249 | 2025-01-17T07:40:28.737Z | mariadb system 10.6 system |
250 | 2025-01-17T07:40:28.737Z | mta vendor vendor dma |
251 | 2025-01-17T07:40:28.737Z | openjdk system 17 system |
252 | 2025-01-17T07:40:28.737Z | openjdk system 11 system |
253 | 2025-01-17T07:40:28.737Z | openjdk system 1.8 system |
254 | 2025-01-17T07:40:28.737Z | openssl vendor 3 vendor |
255 | 2025-01-17T07:40:28.737Z | perl system 5.36 system |
256 | 2025-01-17T07:40:28.737Z | postgresql system 15 system |
257 | 2025-01-17T07:40:28.737Z | postgresql system 13 system |
258 | 2025-01-17T07:40:28.737Z | python vendor 3 vendor |
259 | 2025-01-17T07:40:28.737Z | python system 2 system |
260 | 2025-01-17T07:40:28.737Z | python3 system 3.11 system |
261 | 2025-01-17T07:40:28.737Z | ruby system 3.0 system |
262 | 2025-01-17T07:40:28.737Z | words vendor vendor american-english |
263 | 2025-01-17T07:40:28.737Z | words system system australian-english |
264 | 2025-01-17T07:40:28.737Z | words system system british-english |
265 | 2025-01-17T07:40:28.737Z | words system system canadian-english |
266 | 2025-01-17T07:40:28.738Z | words system system french |
267 | 2025-01-17T07:40:28.739Z | words system system italian |
268 | 2025-01-17T07:40:28.739Z | words system system ngerman |
269 | 2025-01-17T07:40:28.739Z | words system system ogerman |
270 | 2025-01-17T07:40:28.739Z | words system system spanish |
271 | 2025-01-17T07:40:29.078Z | PUBLISHER TYPE STATUS P LOCATION |
272 | 2025-01-17T07:40:29.078Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
273 | 2025-01-17T07:40:31.916Z | FMRI IFO |
274 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
275 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
276 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
277 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
278 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
279 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
280 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
281 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
282 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
283 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
284 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
285 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
286 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
287 | 2025-01-17T07:40:31.916Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
288 | 2025-01-17T07:40:31.917Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
289 | 2025-01-17T07:40:32.699Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
290 | 2025-01-17T07:40:33.018Z | Updating crates.io index |
291 | 2025-01-17T07:40:33.083Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
292 | 2025-01-17T07:40:33.432Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2025-01-17T07:40:33.952Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2025-01-17T07:40:34.222Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2025-01-17T07:40:34.474Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2025-01-17T07:40:34.799Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2025-01-17T07:40:36.005Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2025-01-17T07:40:37.636Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2025-01-17T07:40:38.297Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2025-01-17T07:40:39.123Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2025-01-17T07:40:39.367Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2025-01-17T07:40:39.682Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2025-01-17T07:40:40.314Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2025-01-17T07:40:40.657Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-01-17T07:40:40.982Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2025-01-17T07:40:41.303Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2025-01-17T07:40:41.593Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2025-01-17T07:40:41.854Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2025-01-17T07:40:42.177Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2025-01-17T07:40:42.481Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-01-17T07:40:42.861Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-01-17T07:40:43.131Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-01-17T07:40:43.631Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-01-17T07:40:43.921Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-01-17T07:40:44.325Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-01-17T07:40:44.770Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-01-17T07:40:45.079Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-01-17T07:40:45.346Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-01-17T07:40:45.631Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-01-17T07:40:47.006Z | Downloading crates ... |
321 | 2025-01-17T07:40:47.095Z | Downloaded autocfg v1.4.0 |
322 | 2025-01-17T07:40:47.104Z | Downloaded anstyle-parse v0.2.5 |
323 | 2025-01-17T07:40:47.107Z | Downloaded cfg-if v1.0.0 |
324 | 2025-01-17T07:40:47.114Z | Downloaded cargo_toml v0.20.5 |
325 | 2025-01-17T07:40:47.116Z | Downloaded anstyle-query v1.1.1 |
326 | 2025-01-17T07:40:47.119Z | Downloaded bitflags v2.6.0 |
327 | 2025-01-17T07:40:47.121Z | Downloaded anstyle v1.0.10 |
328 | 2025-01-17T07:40:47.125Z | Downloaded anstream v0.6.15 |
329 | 2025-01-17T07:40:47.127Z | Downloaded anyhow v1.0.93 |
330 | 2025-01-17T07:40:47.130Z | Downloaded clap v4.5.21 |
331 | 2025-01-17T07:40:47.153Z | Downloaded pest_generator v2.7.14 |
332 | 2025-01-17T07:40:47.155Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2025-01-17T07:40:47.158Z | Downloaded pest_derive v2.7.14 |
334 | 2025-01-17T07:40:47.164Z | Downloaded pest v2.7.14 |
335 | 2025-01-17T07:40:47.169Z | Downloaded pest_meta v2.7.14 |
336 | 2025-01-17T07:40:47.174Z | Downloaded scroll v0.12.0 |
337 | 2025-01-17T07:40:47.177Z | Downloaded swrite v0.1.0 |
338 | 2025-01-17T07:40:47.177Z | Downloaded scroll_derive v0.12.0 |
339 | 2025-01-17T07:40:47.179Z | Downloaded pretty-hex v0.4.1 |
340 | 2025-01-17T07:40:47.195Z | Downloaded equivalent v1.0.1 |
341 | 2025-01-17T07:40:47.205Z | Downloaded dtrace-parser v0.2.0 |
342 | 2025-01-17T07:40:47.214Z | Downloaded plain v0.2.3 |
343 | 2025-01-17T07:40:47.217Z | Downloaded thiserror-impl v1.0.69 |
344 | 2025-01-17T07:40:47.220Z | Downloaded terminal_size v0.4.0 |
345 | 2025-01-17T07:40:47.220Z | Downloaded crypto-common v0.1.6 |
346 | 2025-01-17T07:40:47.225Z | Downloaded toml_datetime v0.6.8 |
347 | 2025-01-17T07:40:47.228Z | Downloaded tabled_derive v0.7.0 |
348 | 2025-01-17T07:40:47.228Z | Downloaded strsim v0.11.1 |
349 | 2025-01-17T07:40:47.232Z | Downloaded cargo-platform v0.1.8 |
350 | 2025-01-17T07:40:47.232Z | Downloaded proc-macro-error-attr v1.0.4 |
351 | 2025-01-17T07:40:47.235Z | Downloaded thiserror v1.0.69 |
352 | 2025-01-17T07:40:47.240Z | Downloaded thread-id v4.2.2 |
353 | 2025-01-17T07:40:47.243Z | Downloaded digest v0.10.7 |
354 | 2025-01-17T07:40:47.245Z | Downloaded byteorder v1.5.0 |
355 | 2025-01-17T07:40:47.245Z | Downloaded block-buffer v0.10.4 |
356 | 2025-01-17T07:40:47.248Z | Downloaded heck v0.5.0 |
357 | 2025-01-17T07:40:47.248Z | Downloaded proc-macro-error v1.0.4 |
358 | 2025-01-17T07:40:47.251Z | Downloaded dof v0.3.0 |
359 | 2025-01-17T07:40:47.254Z | Downloaded clap_lex v0.7.2 |
360 | 2025-01-17T07:40:47.254Z | Downloaded usdt-attr-macro v0.5.0 |
361 | 2025-01-17T07:40:47.254Z | Downloaded heck v0.4.1 |
362 | 2025-01-17T07:40:47.256Z | Downloaded fastrand v2.1.1 |
363 | 2025-01-17T07:40:47.256Z | Downloaded camino-tempfile v1.1.1 |
364 | 2025-01-17T07:40:47.259Z | Downloaded usdt-macro v0.5.0 |
365 | 2025-01-17T07:40:47.259Z | Downloaded generic-array v0.14.7 |
366 | 2025-01-17T07:40:47.261Z | Downloaded errno v0.3.9 |
367 | 2025-01-17T07:40:47.261Z | Downloaded colorchoice v1.0.2 |
368 | 2025-01-17T07:40:47.273Z | Downloaded smawk v0.3.2 |
369 | 2025-01-17T07:40:47.273Z | Downloaded unicode-linebreak v0.1.5 |
370 | 2025-01-17T07:40:47.273Z | Downloaded serde_spanned v0.6.8 |
371 | 2025-01-17T07:40:47.273Z | Downloaded quote v1.0.38 |
372 | 2025-01-17T07:40:47.273Z | Downloaded is_terminal_polyfill v1.70.1 |
373 | 2025-01-17T07:40:47.277Z | Downloaded cpufeatures v0.2.14 |
374 | 2025-01-17T07:40:47.277Z | Downloaded bytecount v0.6.8 |
375 | 2025-01-17T07:40:47.277Z | Downloaded sha2 v0.10.8 |
376 | 2025-01-17T07:40:47.280Z | Downloaded tempfile v3.13.0 |
377 | 2025-01-17T07:40:47.283Z | Downloaded semver v1.0.24 |
378 | 2025-01-17T07:40:47.285Z | Downloaded itoa v1.0.11 |
379 | 2025-01-17T07:40:47.285Z | Downloaded clap_derive v4.5.18 |
380 | 2025-01-17T07:40:47.288Z | Downloaded cargo_metadata v0.18.1 |
381 | 2025-01-17T07:40:47.290Z | Downloaded version_check v0.9.5 |
382 | 2025-01-17T07:40:47.290Z | Downloaded macaddr v1.0.1 |
383 | 2025-01-17T07:40:47.293Z | Downloaded fnv v1.0.7 |
384 | 2025-01-17T07:40:47.298Z | Downloaded usdt v0.5.0 |
385 | 2025-01-17T07:40:47.300Z | Downloaded memmap v0.7.0 |
386 | 2025-01-17T07:40:47.307Z | Downloaded usdt-impl v0.5.0 |
387 | 2025-01-17T07:40:47.311Z | Downloaded fs-err v2.11.0 |
388 | 2025-01-17T07:40:47.322Z | Downloaded toml v0.8.19 |
389 | 2025-01-17T07:40:47.326Z | Downloaded proc-macro2 v1.0.92 |
390 | 2025-01-17T07:40:47.326Z | Downloaded camino v1.1.9 |
391 | 2025-01-17T07:40:47.329Z | Downloaded zerocopy-derive v0.7.35 |
392 | 2025-01-17T07:40:47.333Z | Downloaded once_cell v1.20.2 |
393 | 2025-01-17T07:40:47.340Z | Downloaded utf8parse v0.2.2 |
394 | 2025-01-17T07:40:47.350Z | Downloaded ryu v1.0.18 |
395 | 2025-01-17T07:40:47.354Z | Downloaded serde_derive v1.0.217 |
396 | 2025-01-17T07:40:47.359Z | Downloaded log v0.4.22 |
397 | 2025-01-17T07:40:47.362Z | Downloaded unicode-ident v1.0.14 |
398 | 2025-01-17T07:40:47.364Z | Downloaded typenum v1.17.0 |
399 | 2025-01-17T07:40:47.367Z | Downloaded papergrid v0.11.0 |
400 | 2025-01-17T07:40:47.371Z | Downloaded serde v1.0.217 |
401 | 2025-01-17T07:40:47.382Z | Downloaded indexmap v2.7.0 |
402 | 2025-01-17T07:40:47.392Z | Downloaded textwrap v0.16.1 |
403 | 2025-01-17T07:40:47.403Z | Downloaded ucd-trie v0.1.7 |
404 | 2025-01-17T07:40:47.414Z | Downloaded memchr v2.7.4 |
405 | 2025-01-17T07:40:47.422Z | Downloaded toml_edit v0.22.22 |
406 | 2025-01-17T07:40:47.456Z | Downloaded serde_json v1.0.135 |
407 | 2025-01-17T07:40:47.467Z | Downloaded hashbrown v0.15.1 |
408 | 2025-01-17T07:40:47.477Z | Downloaded zerocopy v0.7.35 |
409 | 2025-01-17T07:40:47.492Z | Downloaded winnow v0.6.20 |
410 | 2025-01-17T07:40:47.500Z | Downloaded tabled v0.15.0 |
411 | 2025-01-17T07:40:47.515Z | Downloaded goblin v0.8.2 |
412 | 2025-01-17T07:40:47.521Z | Downloaded clap_builder v4.5.21 |
413 | 2025-01-17T07:40:47.528Z | Downloaded syn v1.0.109 |
414 | 2025-01-17T07:40:47.538Z | Downloaded unicode-width v0.1.14 |
415 | 2025-01-17T07:40:47.543Z | Downloaded syn v2.0.96 |
416 | 2025-01-17T07:40:47.554Z | Downloaded rustix v0.38.37 |
417 | 2025-01-17T07:40:47.597Z | Downloaded libc v0.2.169 |
418 | 2025-01-17T07:40:47.912Z | Compiling proc-macro2 v1.0.92 |
419 | 2025-01-17T07:40:47.912Z | Compiling unicode-ident v1.0.14 |
420 | 2025-01-17T07:40:47.914Z | Compiling version_check v0.9.5 |
421 | 2025-01-17T07:40:47.914Z | Compiling serde v1.0.217 |
422 | 2025-01-17T07:40:47.914Z | Compiling memchr v2.7.4 |
423 | 2025-01-17T07:40:47.914Z | Compiling thiserror v1.0.69 |
424 | 2025-01-17T07:40:47.946Z | Compiling libc v0.2.169 |
425 | 2025-01-17T07:40:47.948Z | Compiling itoa v1.0.11 |
426 | 2025-01-17T07:40:48.190Z | Compiling ucd-trie v0.1.7 |
427 | 2025-01-17T07:40:48.225Z | Compiling ryu v1.0.18 |
428 | 2025-01-17T07:40:48.766Z | Compiling once_cell v1.20.2 |
429 | 2025-01-17T07:40:48.791Z | Compiling byteorder v1.5.0 |
430 | 2025-01-17T07:40:48.791Z | Compiling rustix v0.38.37 |
431 | 2025-01-17T07:40:49.010Z | Compiling serde_json v1.0.135 |
432 | 2025-01-17T07:40:49.249Z | Compiling bitflags v2.6.0 |
433 | 2025-01-17T07:40:49.361Z | Compiling proc-macro-error-attr v1.0.4 |
434 | 2025-01-17T07:40:49.576Z | Compiling usdt-impl v0.5.0 |
435 | 2025-01-17T07:40:49.614Z | Compiling syn v1.0.109 |
436 | 2025-01-17T07:40:49.654Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-01-17T07:40:49.679Z | Compiling camino v1.1.9 |
438 | 2025-01-17T07:40:49.756Z | Compiling equivalent v1.0.1 |
439 | 2025-01-17T07:40:49.815Z | Compiling quote v1.0.38 |
440 | 2025-01-17T07:40:49.901Z | Compiling errno v0.3.9 |
441 | 2025-01-17T07:40:50.134Z | Compiling plain v0.2.3 |
442 | 2025-01-17T07:40:50.158Z | Compiling hashbrown v0.15.1 |
443 | 2025-01-17T07:40:50.237Z | Compiling syn v2.0.96 |
444 | 2025-01-17T07:40:50.280Z | Compiling utf8parse v0.2.2 |
445 | 2025-01-17T07:40:50.307Z | Compiling log v0.4.22 |
446 | 2025-01-17T07:40:50.459Z | Compiling anstyle-parse v0.2.5 |
447 | 2025-01-17T07:40:50.641Z | Compiling thread-id v4.2.2 |
448 | 2025-01-17T07:40:50.815Z | Compiling anstyle v1.0.10 |
449 | 2025-01-17T07:40:50.848Z | Compiling semver v1.0.24 |
450 | 2025-01-17T07:40:51.124Z | Compiling winnow v0.6.20 |
451 | 2025-01-17T07:40:51.255Z | Compiling indexmap v2.7.0 |
452 | 2025-01-17T07:40:51.282Z | Compiling pretty-hex v0.4.1 |
453 | 2025-01-17T07:40:51.311Z | Compiling unicode-width v0.1.14 |
454 | 2025-01-17T07:40:51.347Z | Compiling anstyle-query v1.1.1 |
455 | 2025-01-17T07:40:51.507Z | Compiling colorchoice v1.0.2 |
456 | 2025-01-17T07:40:51.533Z | Compiling is_terminal_polyfill v1.70.1 |
457 | 2025-01-17T07:40:51.681Z | Compiling autocfg v1.4.0 |
458 | 2025-01-17T07:40:51.681Z | Compiling anstream v0.6.15 |
459 | 2025-01-17T07:40:52.076Z | Compiling terminal_size v0.4.0 |
460 | 2025-01-17T07:40:52.372Z | Compiling heck v0.5.0 |
461 | 2025-01-17T07:40:52.446Z | Compiling cfg-if v1.0.0 |
462 | 2025-01-17T07:40:52.484Z | Compiling fnv v1.0.7 |
463 | 2025-01-17T07:40:52.632Z | Compiling fastrand v2.1.1 |
464 | 2025-01-17T07:40:52.675Z | Compiling bytecount v0.6.8 |
465 | 2025-01-17T07:40:52.704Z | Compiling fs-err v2.11.0 |
466 | 2025-01-17T07:40:52.886Z | Compiling clap_lex v0.7.2 |
467 | 2025-01-17T07:40:52.916Z | Compiling anyhow v1.0.93 |
468 | 2025-01-17T07:40:52.971Z | Compiling strsim v0.11.1 |
469 | 2025-01-17T07:40:53.008Z | Compiling heck v0.4.1 |
470 | 2025-01-17T07:40:53.358Z | Compiling tempfile v3.13.0 |
471 | 2025-01-17T07:40:53.478Z | Compiling clap_builder v4.5.21 |
472 | 2025-01-17T07:40:53.815Z | Compiling papergrid v0.11.0 |
473 | 2025-01-17T07:40:53.955Z | Compiling memmap v0.7.0 |
474 | 2025-01-17T07:40:53.984Z | Compiling smawk v0.3.2 |
475 | 2025-01-17T07:40:54.187Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-17T07:40:54.589Z | Compiling swrite v0.1.0 |
477 | 2025-01-17T07:40:54.668Z | Compiling textwrap v0.16.1 |
478 | 2025-01-17T07:40:55.387Z | Compiling tabled_derive v0.7.0 |
479 | 2025-01-17T07:40:56.875Z | Compiling tabled v0.15.0 |
480 | 2025-01-17T07:40:57.183Z | Compiling serde_derive v1.0.217 |
481 | 2025-01-17T07:40:57.183Z | Compiling thiserror-impl v1.0.69 |
482 | 2025-01-17T07:40:57.185Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-17T07:40:57.185Z | Compiling scroll_derive v0.12.0 |
484 | 2025-01-17T07:40:57.185Z | Compiling clap_derive v4.5.18 |
485 | 2025-01-17T07:40:58.448Z | Compiling scroll v0.12.0 |
486 | 2025-01-17T07:40:59.023Z | Compiling goblin v0.8.2 |
487 | 2025-01-17T07:40:59.251Z | Compiling zerocopy v0.7.35 |
488 | 2025-01-17T07:41:00.233Z | Compiling pest v2.7.14 |
489 | 2025-01-17T07:41:00.769Z | Compiling clap v4.5.21 |
490 | 2025-01-17T07:41:02.398Z | Compiling pest_meta v2.7.14 |
491 | 2025-01-17T07:41:03.336Z | Compiling pest_generator v2.7.14 |
492 | 2025-01-17T07:41:04.797Z | Compiling pest_derive v2.7.14 |
493 | 2025-01-17T07:41:05.394Z | Compiling dtrace-parser v0.2.0 |
494 | 2025-01-17T07:41:06.034Z | Compiling serde_spanned v0.6.8 |
495 | 2025-01-17T07:41:06.116Z | Compiling serde_tokenstream v0.2.2 |
496 | 2025-01-17T07:41:06.143Z | Compiling toml_datetime v0.6.8 |
497 | 2025-01-17T07:41:06.287Z | Compiling cargo-platform v0.1.8 |
498 | 2025-01-17T07:41:06.330Z | Compiling macaddr v1.0.1 |
499 | 2025-01-17T07:41:06.614Z | Compiling toml_edit v0.22.22 |
500 | 2025-01-17T07:41:06.823Z | Compiling camino-tempfile v1.1.1 |
501 | 2025-01-17T07:41:07.415Z | Compiling dof v0.3.0 |
502 | 2025-01-17T07:41:07.415Z | Compiling cargo_metadata v0.18.1 |
503 | 2025-01-17T07:41:08.959Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-17T07:41:08.961Z | Compiling usdt-macro v0.5.0 |
505 | 2025-01-17T07:41:09.420Z | Compiling toml v0.8.19 |
506 | 2025-01-17T07:41:10.088Z | Compiling usdt v0.5.0 |
507 | 2025-01-17T07:41:10.189Z | Compiling cargo_toml v0.20.5 |
508 | 2025-01-17T07:41:12.958Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2025-01-17T07:41:16.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.76s |
510 | 2025-01-17T07:41:16.510Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2025-01-17T07:41:17.046Z | Downloading crates ... |
512 | 2025-01-17T07:41:17.158Z | Downloaded aead v0.5.2 |
513 | 2025-01-17T07:41:17.162Z | Downloaded adler2 v2.0.0 |
514 | 2025-01-17T07:41:17.169Z | Downloaded allocator-api2 v0.2.18 |
515 | 2025-01-17T07:41:17.173Z | Downloaded async-stream-impl v0.3.6 |
516 | 2025-01-17T07:41:17.175Z | Downloaded ahash v0.8.11 |
517 | 2025-01-17T07:41:17.179Z | Downloaded ciborium-io v0.2.2 |
518 | 2025-01-17T07:41:17.183Z | Downloaded cfg_aliases v0.1.1 |
519 | 2025-01-17T07:41:17.183Z | Downloaded atty v0.2.14 |
520 | 2025-01-17T07:41:17.186Z | Downloaded atomicwrites v0.4.4 |
521 | 2025-01-17T07:41:17.189Z | Downloaded crucible-workspace-hack v0.1.0 |
522 | 2025-01-17T07:41:17.192Z | Downloaded home v0.5.9 |
523 | 2025-01-17T07:41:17.192Z | Downloaded darling v0.20.10 |
524 | 2025-01-17T07:41:17.196Z | Downloaded hubpack_derive v0.1.1 |
525 | 2025-01-17T07:41:17.198Z | Downloaded cstr-argument v0.1.2 |
526 | 2025-01-17T07:41:17.198Z | Downloaded icu_provider_macros v1.5.0 |
527 | 2025-01-17T07:41:17.201Z | Downloaded hostname v0.3.1 |
528 | 2025-01-17T07:41:17.203Z | Downloaded crunchy v0.2.2 |
529 | 2025-01-17T07:41:17.206Z | Downloaded cfg_aliases v0.2.1 |
530 | 2025-01-17T07:41:17.206Z | Downloaded ident_case v1.0.1 |
531 | 2025-01-17T07:41:17.208Z | Downloaded http-range v0.1.5 |
532 | 2025-01-17T07:41:17.208Z | Downloaded addr2line v0.24.2 |
533 | 2025-01-17T07:41:17.211Z | Downloaded headers-core v0.3.0 |
534 | 2025-01-17T07:41:17.214Z | Downloaded blowfish v0.9.1 |
535 | 2025-01-17T07:41:17.214Z | Downloaded arrayref v0.3.9 |
536 | 2025-01-17T07:41:17.218Z | Downloaded cexpr v0.6.0 |
537 | 2025-01-17T07:41:17.221Z | Downloaded buf-list v1.0.3 |
538 | 2025-01-17T07:41:17.221Z | Downloaded bit-set v0.5.3 |
539 | 2025-01-17T07:41:17.224Z | Downloaded bitflags v1.3.2 |
540 | 2025-01-17T07:41:17.227Z | Downloaded md5 v0.7.0 |
541 | 2025-01-17T07:41:17.227Z | Downloaded instant v0.1.13 |
542 | 2025-01-17T07:41:17.230Z | Downloaded is_ci v1.2.0 |
543 | 2025-01-17T07:41:17.233Z | Downloaded cbc v0.1.2 |
544 | 2025-01-17T07:41:17.233Z | Downloaded constant_time_eq v0.3.1 |
545 | 2025-01-17T07:41:17.237Z | Downloaded match_cfg v0.1.0 |
546 | 2025-01-17T07:41:17.237Z | Downloaded new_debug_unreachable v1.0.6 |
547 | 2025-01-17T07:41:17.240Z | Downloaded block-padding v0.3.3 |
548 | 2025-01-17T07:41:17.240Z | Downloaded ctr v0.9.2 |
549 | 2025-01-17T07:41:17.242Z | Downloaded cipher v0.4.4 |
550 | 2025-01-17T07:41:17.245Z | Downloaded matches v0.1.10 |
551 | 2025-01-17T07:41:17.245Z | Downloaded chrono-tz-build v0.4.0 |
552 | 2025-01-17T07:41:17.248Z | Downloaded hyper-tls v0.6.0 |
553 | 2025-01-17T07:41:17.248Z | Downloaded async-stream v0.3.6 |
554 | 2025-01-17T07:41:17.250Z | Downloaded curve25519-dalek-derive v0.1.1 |
555 | 2025-01-17T07:41:17.252Z | Downloaded castaway v0.2.3 |
556 | 2025-01-17T07:41:17.255Z | Downloaded crossbeam-deque v0.8.5 |
557 | 2025-01-17T07:41:17.255Z | Downloaded hostname v0.4.0 |
558 | 2025-01-17T07:41:17.258Z | Downloaded cmake v0.1.51 |
559 | 2025-01-17T07:41:17.260Z | Downloaded bitfield-struct v0.6.2 |
560 | 2025-01-17T07:41:17.263Z | Downloaded idna_adapter v1.2.0 |
561 | 2025-01-17T07:41:17.263Z | Downloaded httpdate v1.0.3 |
562 | 2025-01-17T07:41:17.265Z | Downloaded impl-trait-for-tuples v0.2.2 |
563 | 2025-01-17T07:41:17.268Z | Downloaded bzip2 v0.4.4 |
564 | 2025-01-17T07:41:17.270Z | Downloaded ipnetwork v0.20.0 |
565 | 2025-01-17T07:41:17.273Z | Downloaded lru v0.12.5 |
566 | 2025-01-17T07:41:17.275Z | Downloaded bcs v0.1.6 |
567 | 2025-01-17T07:41:17.278Z | Downloaded base64ct v1.6.0 |
568 | 2025-01-17T07:41:17.281Z | Downloaded mime v0.3.17 |
569 | 2025-01-17T07:41:17.283Z | Downloaded ciborium v0.2.2 |
570 | 2025-01-17T07:41:17.286Z | Downloaded memoffset v0.9.1 |
571 | 2025-01-17T07:41:17.289Z | Downloaded is-terminal v0.4.13 |
572 | 2025-01-17T07:41:17.291Z | Downloaded libsw v3.3.1 |
573 | 2025-01-17T07:41:17.294Z | Downloaded libefi-sys v0.1.0 |
574 | 2025-01-17T07:41:17.294Z | Downloaded cobs v0.2.3 |
575 | 2025-01-17T07:41:17.297Z | Downloaded linear-map v1.2.0 |
576 | 2025-01-17T07:41:17.300Z | Downloaded managed v0.8.0 |
577 | 2025-01-17T07:41:17.300Z | Downloaded lockfree-object-pool v0.1.6 |
578 | 2025-01-17T07:41:17.302Z | Downloaded cancel-safe-futures v0.1.5 |
579 | 2025-01-17T07:41:17.305Z | Downloaded multimap v0.10.0 |
580 | 2025-01-17T07:41:17.308Z | Downloaded hex v0.4.3 |
581 | 2025-01-17T07:41:17.311Z | Downloaded cookie_store v0.21.0 |
582 | 2025-01-17T07:41:17.314Z | Downloaded md-5 v0.10.6 |
583 | 2025-01-17T07:41:17.316Z | Downloaded rand_xorshift v0.3.0 |
584 | 2025-01-17T07:41:17.316Z | Downloaded rustfmt-wrapper v0.2.1 |
585 | 2025-01-17T07:41:17.319Z | Downloaded tower-service v0.3.3 |
586 | 2025-01-17T07:41:17.319Z | Downloaded take_mut v0.2.2 |
587 | 2025-01-17T07:41:17.321Z | Downloaded httparse v1.9.5 |
588 | 2025-01-17T07:41:17.324Z | Downloaded tinyvec_macros v0.1.1 |
589 | 2025-01-17T07:41:17.326Z | Downloaded scopeguard v1.2.0 |
590 | 2025-01-17T07:41:17.326Z | Downloaded atomic-waker v1.1.2 |
591 | 2025-01-17T07:41:17.329Z | Downloaded arrayvec v0.7.6 |
592 | 2025-01-17T07:41:17.332Z | Downloaded serde_repr v0.1.19 |
593 | 2025-01-17T07:41:17.334Z | Downloaded serde_plain v1.0.2 |
594 | 2025-01-17T07:41:17.337Z | Downloaded hyper-rustls v0.27.3 |
595 | 2025-01-17T07:41:17.342Z | Downloaded iana-time-zone v0.1.61 |
596 | 2025-01-17T07:41:17.344Z | Downloaded lru-cache v0.1.2 |
597 | 2025-01-17T07:41:17.345Z | Downloaded crossbeam-utils v0.8.20 |
598 | 2025-01-17T07:41:17.347Z | Downloaded mime_guess v2.0.5 |
599 | 2025-01-17T07:41:17.351Z | Downloaded memmap2 v0.9.5 |
600 | 2025-01-17T07:41:17.354Z | Downloaded lock_api v0.4.12 |
601 | 2025-01-17T07:41:17.354Z | Downloaded litemap v0.7.3 |
602 | 2025-01-17T07:41:17.357Z | Downloaded libloading v0.8.5 |
603 | 2025-01-17T07:41:17.360Z | Downloaded darling_macro v0.20.10 |
604 | 2025-01-17T07:41:17.360Z | Downloaded stable_deref_trait v1.2.0 |
605 | 2025-01-17T07:41:17.362Z | Downloaded hmac v0.12.1 |
606 | 2025-01-17T07:41:17.365Z | Downloaded scrypt v0.11.0 |
607 | 2025-01-17T07:41:17.365Z | Downloaded clang-sys v1.8.1 |
608 | 2025-01-17T07:41:17.368Z | Downloaded derive_builder_macro v0.20.2 |
609 | 2025-01-17T07:41:17.371Z | Downloaded progenitor-macro v0.9.1 |
610 | 2025-01-17T07:41:17.371Z | Downloaded num-conv v0.1.0 |
611 | 2025-01-17T07:41:17.374Z | Downloaded nodrop v0.1.14 |
612 | 2025-01-17T07:41:17.374Z | Downloaded icu_provider v1.5.0 |
613 | 2025-01-17T07:41:17.376Z | Downloaded openssl-probe v0.1.5 |
614 | 2025-01-17T07:41:17.379Z | Downloaded unicode-truncate v1.1.0 |
615 | 2025-01-17T07:41:17.382Z | Downloaded openssl-macros v0.1.1 |
616 | 2025-01-17T07:41:17.382Z | Downloaded opaque-debug v0.3.1 |
617 | 2025-01-17T07:41:17.385Z | Downloaded tap v1.0.1 |
618 | 2025-01-17T07:41:17.385Z | Downloaded signature v2.2.0 |
619 | 2025-01-17T07:41:17.387Z | Downloaded rustls-pemfile v2.2.0 |
620 | 2025-01-17T07:41:17.390Z | Downloaded crc32fast v1.4.2 |
621 | 2025-01-17T07:41:17.393Z | Downloaded icu_normalizer_data v1.5.0 |
622 | 2025-01-17T07:41:17.393Z | Downloaded rustc-demangle v0.1.24 |
623 | 2025-01-17T07:41:17.396Z | Downloaded chacha20poly1305 v0.10.1 |
624 | 2025-01-17T07:41:17.398Z | Downloaded blake2 v0.10.6 |
625 | 2025-01-17T07:41:17.401Z | Downloaded icu_locid v1.5.0 |
626 | 2025-01-17T07:41:17.407Z | Downloaded precomputed-hash v0.1.1 |
627 | 2025-01-17T07:41:17.409Z | Downloaded diesel-dtrace v0.4.2 |
628 | 2025-01-17T07:41:17.412Z | Downloaded ed25519 v2.2.3 |
629 | 2025-01-17T07:41:17.412Z | Downloaded native-tls v0.2.12 |
630 | 2025-01-17T07:41:17.417Z | Downloaded dunce v1.0.5 |
631 | 2025-01-17T07:41:17.417Z | Downloaded dsl_auto_type v0.1.2 |
632 | 2025-01-17T07:41:17.419Z | Downloaded strum_macros v0.26.4 |
633 | 2025-01-17T07:41:17.422Z | Downloaded zerofrom-derive v0.1.4 |
634 | 2025-01-17T07:41:17.422Z | Downloaded compact_str v0.8.0 |
635 | 2025-01-17T07:41:17.426Z | Downloaded sigpipe v0.1.3 |
636 | 2025-01-17T07:41:17.429Z | Downloaded strum_macros v0.25.3 |
637 | 2025-01-17T07:41:17.432Z | Downloaded pem v3.0.4 |
638 | 2025-01-17T07:41:17.435Z | Downloaded pbkdf2 v0.11.0 |
639 | 2025-01-17T07:41:17.437Z | Downloaded group v0.13.0 |
640 | 2025-01-17T07:41:17.440Z | Downloaded whoami v1.5.2 |
641 | 2025-01-17T07:41:17.440Z | Downloaded value-bag v1.9.0 |
642 | 2025-01-17T07:41:17.443Z | Downloaded pkg-config v0.3.31 |
643 | 2025-01-17T07:41:17.446Z | Downloaded strum v0.26.3 |
644 | 2025-01-17T07:41:17.448Z | Downloaded const_format v0.2.33 |
645 | 2025-01-17T07:41:17.452Z | Downloaded waitgroup v0.1.2 |
646 | 2025-01-17T07:41:17.455Z | Downloaded hyper-util v0.1.10 |
647 | 2025-01-17T07:41:17.459Z | Downloaded progenitor-macro v0.8.0 |
648 | 2025-01-17T07:41:17.461Z | Downloaded dyn-clone v1.0.17 |
649 | 2025-01-17T07:41:17.464Z | Downloaded downcast v0.11.0 |
650 | 2025-01-17T07:41:17.464Z | Downloaded crypto-bigint v0.5.5 |
651 | 2025-01-17T07:41:17.472Z | Downloaded ecdsa v0.16.9 |
652 | 2025-01-17T07:41:17.474Z | Downloaded foreign-types v0.3.2 |
653 | 2025-01-17T07:41:17.477Z | Downloaded indicatif v0.17.9 |
654 | 2025-01-17T07:41:17.481Z | Downloaded newtype_derive v0.1.6 |
655 | 2025-01-17T07:41:17.484Z | Downloaded fxhash v0.2.1 |
656 | 2025-01-17T07:41:17.486Z | Downloaded smf v0.2.3 |
657 | 2025-01-17T07:41:17.486Z | Downloaded typify v0.3.0 |
658 | 2025-01-17T07:41:17.489Z | Downloaded tinyvec v1.8.0 |
659 | 2025-01-17T07:41:17.493Z | Downloaded yoke-derive v0.7.4 |
660 | 2025-01-17T07:41:17.496Z | Downloaded crossbeam-channel v0.5.13 |
661 | 2025-01-17T07:41:17.501Z | Downloaded time-core v0.1.2 |
662 | 2025-01-17T07:41:17.504Z | Downloaded secrecy v0.8.0 |
663 | 2025-01-17T07:41:17.505Z | Downloaded semver v0.1.20 |
664 | 2025-01-17T07:41:17.508Z | Downloaded sec1 v0.7.3 |
665 | 2025-01-17T07:41:17.508Z | Downloaded displaydoc v0.2.5 |
666 | 2025-01-17T07:41:17.511Z | Downloaded psl-types v2.0.11 |
667 | 2025-01-17T07:41:17.514Z | Downloaded dropshot_endpoint v0.15.1 |
668 | 2025-01-17T07:41:17.517Z | Downloaded defmt-parser v0.3.4 |
669 | 2025-01-17T07:41:17.517Z | Downloaded aes-gcm v0.10.3 |
670 | 2025-01-17T07:41:17.521Z | Downloaded peg-runtime v0.8.3 |
671 | 2025-01-17T07:41:17.524Z | Downloaded oso-derive v0.27.3 |
672 | 2025-01-17T07:41:17.524Z | Downloaded tls_codec v0.4.1 |
673 | 2025-01-17T07:41:17.527Z | Downloaded tinystr v0.7.6 |
674 | 2025-01-17T07:41:17.530Z | Downloaded signal-hook-tokio v0.3.1 |
675 | 2025-01-17T07:41:17.530Z | Downloaded futures-task v0.3.31 |
676 | 2025-01-17T07:41:17.534Z | Downloaded wait-timeout v0.2.0 |
677 | 2025-01-17T07:41:17.534Z | Downloaded tokio-macros v2.5.0 |
678 | 2025-01-17T07:41:17.537Z | Downloaded base64 v0.21.7 |
679 | 2025-01-17T07:41:17.539Z | Downloaded tls_codec_derive v0.4.1 |
680 | 2025-01-17T07:41:17.542Z | Downloaded tiny-keccak v2.0.2 |
681 | 2025-01-17T07:41:17.545Z | Downloaded zip v0.6.6 |
682 | 2025-01-17T07:41:17.548Z | Downloaded packed_struct_codegen v0.10.1 |
683 | 2025-01-17T07:41:17.551Z | Downloaded strip-ansi-escapes v0.2.0 |
684 | 2025-01-17T07:41:17.553Z | Downloaded icu_properties v1.5.1 |
685 | 2025-01-17T07:41:17.556Z | Downloaded zone_cfg_derive v0.1.2 |
686 | 2025-01-17T07:41:17.556Z | Downloaded xattr v1.3.1 |
687 | 2025-01-17T07:41:17.558Z | Downloaded polyval v0.6.2 |
688 | 2025-01-17T07:41:17.561Z | Downloaded pbkdf2 v0.12.2 |
689 | 2025-01-17T07:41:17.563Z | Downloaded zopfli v0.8.1 |
690 | 2025-01-17T07:41:17.566Z | Downloaded deranged v0.3.11 |
691 | 2025-01-17T07:41:17.566Z | Downloaded snafu v0.8.5 |
692 | 2025-01-17T07:41:17.573Z | Downloaded want v0.3.1 |
693 | 2025-01-17T07:41:17.576Z | Downloaded supports-color v3.0.1 |
694 | 2025-01-17T07:41:17.589Z | Downloaded foreign-types-shared v0.1.1 |
695 | 2025-01-17T07:41:17.591Z | Downloaded pretty-hex v0.2.1 |
696 | 2025-01-17T07:41:17.591Z | Downloaded peg v0.8.4 |
697 | 2025-01-17T07:41:17.595Z | Downloaded nibble_vec v0.1.0 |
698 | 2025-01-17T07:41:17.598Z | Downloaded aes v0.8.4 |
699 | 2025-01-17T07:41:17.601Z | Downloaded tar v0.4.42 |
700 | 2025-01-17T07:41:17.604Z | Downloaded num-complex v0.4.6 |
701 | 2025-01-17T07:41:17.607Z | Downloaded icu_collections v1.5.0 |
702 | 2025-01-17T07:41:17.613Z | Downloaded float-cmp v0.9.0 |
703 | 2025-01-17T07:41:17.616Z | Downloaded ena v0.14.3 |
704 | 2025-01-17T07:41:17.618Z | Downloaded futures-sink v0.3.31 |
705 | 2025-01-17T07:41:17.621Z | Downloaded unicode-properties v0.1.3 |
706 | 2025-01-17T07:41:17.621Z | Downloaded foreign-types-macros v0.2.3 |
707 | 2025-01-17T07:41:17.623Z | Downloaded postgres-protocol v0.6.7 |
708 | 2025-01-17T07:41:17.626Z | Downloaded slog-stdlog v4.1.1 |
709 | 2025-01-17T07:41:17.629Z | Downloaded http v1.2.0 |
710 | 2025-01-17T07:41:17.632Z | Downloaded ed25519-dalek v2.1.1 |
711 | 2025-01-17T07:41:17.635Z | Downloaded der_derive v0.7.3 |
712 | 2025-01-17T07:41:17.638Z | Downloaded darling_core v0.20.10 |
713 | 2025-01-17T07:41:17.643Z | Downloaded tokio-tungstenite v0.21.0 |
714 | 2025-01-17T07:41:17.645Z | Downloaded universal-hash v0.5.1 |
715 | 2025-01-17T07:41:17.648Z | Downloaded crossterm v0.28.1 |
716 | 2025-01-17T07:41:17.654Z | Downloaded phf_shared v0.10.0 |
717 | 2025-01-17T07:41:17.658Z | Downloaded debug-ignore v1.0.5 |
718 | 2025-01-17T07:41:17.658Z | Downloaded zeroize v1.8.1 |
719 | 2025-01-17T07:41:17.660Z | Downloaded write16 v1.0.0 |
720 | 2025-01-17T07:41:17.663Z | Downloaded pin-utils v0.1.0 |
721 | 2025-01-17T07:41:17.663Z | Downloaded parking_lot v0.11.2 |
722 | 2025-01-17T07:41:17.666Z | Downloaded tokio-stream v0.1.16 |
723 | 2025-01-17T07:41:17.670Z | Downloaded rustls-pemfile v1.0.4 |
724 | 2025-01-17T07:41:17.672Z | Downloaded rustc-hash v2.0.0 |
725 | 2025-01-17T07:41:17.676Z | Downloaded predicates-tree v1.0.11 |
726 | 2025-01-17T07:41:17.679Z | Downloaded predicates-core v1.0.8 |
727 | 2025-01-17T07:41:17.679Z | Downloaded hex-literal v0.4.1 |
728 | 2025-01-17T07:41:17.679Z | Downloaded walkdir v2.5.0 |
729 | 2025-01-17T07:41:17.682Z | Downloaded tokio-rustls v0.26.0 |
730 | 2025-01-17T07:41:17.685Z | Downloaded normalize-line-endings v0.3.0 |
731 | 2025-01-17T07:41:17.686Z | Downloaded mio v1.0.2 |
732 | 2025-01-17T07:41:17.690Z | Downloaded smallvec v0.6.14 |
733 | 2025-01-17T07:41:17.692Z | Downloaded r2d2 v0.8.10 |
734 | 2025-01-17T07:41:17.695Z | Downloaded progenitor-client v0.9.1 |
735 | 2025-01-17T07:41:17.695Z | Downloaded hashlink v0.9.1 |
736 | 2025-01-17T07:41:17.697Z | Downloaded unicode-segmentation v1.12.0 |
737 | 2025-01-17T07:41:17.702Z | Downloaded rustversion v1.0.17 |
738 | 2025-01-17T07:41:17.704Z | Downloaded tui-tree-widget v0.22.0 |
739 | 2025-01-17T07:41:17.707Z | Downloaded parking_lot_core v0.8.6 |
740 | 2025-01-17T07:41:17.710Z | Downloaded tokio-tungstenite v0.24.0 |
741 | 2025-01-17T07:41:17.712Z | Downloaded env_logger v0.11.5 |
742 | 2025-01-17T07:41:17.715Z | Downloaded tokio-tungstenite v0.23.1 |
743 | 2025-01-17T07:41:17.718Z | Downloaded zeroize_derive v1.4.2 |
744 | 2025-01-17T07:41:17.721Z | Downloaded static_assertions v1.1.0 |
745 | 2025-01-17T07:41:17.721Z | Downloaded ssh-cipher v0.2.0 |
746 | 2025-01-17T07:41:17.724Z | Downloaded untrusted v0.7.1 |
747 | 2025-01-17T07:41:17.724Z | Downloaded sqlparser_derive v0.2.2 |
748 | 2025-01-17T07:41:17.724Z | Downloaded vte_generate_state_changes v0.1.2 |
749 | 2025-01-17T07:41:17.726Z | Downloaded pkcs1 v0.7.5 |
750 | 2025-01-17T07:41:17.729Z | Downloaded diesel_table_macro_syntax v0.2.0 |
751 | 2025-01-17T07:41:17.729Z | Downloaded parse-size v1.1.0 |
752 | 2025-01-17T07:41:17.732Z | Downloaded quinn-udp v0.5.5 |
753 | 2025-01-17T07:41:17.732Z | Downloaded slog-term v2.9.1 |
754 | 2025-01-17T07:41:17.734Z | Downloaded ssh-key v0.6.6 |
755 | 2025-01-17T07:41:17.742Z | Downloaded endian-type v0.1.2 |
756 | 2025-01-17T07:41:17.745Z | Downloaded fallible-streaming-iterator v0.1.9 |
757 | 2025-01-17T07:41:17.745Z | Downloaded num v0.4.3 |
758 | 2025-01-17T07:41:17.747Z | Downloaded fd-lock v4.0.2 |
759 | 2025-01-17T07:41:17.750Z | Downloaded difflib v0.4.0 |
760 | 2025-01-17T07:41:17.750Z | Downloaded schemars v0.8.21 |
761 | 2025-01-17T07:41:17.763Z | Downloaded number_prefix v0.4.0 |
762 | 2025-01-17T07:41:17.766Z | Downloaded hkdf v0.12.4 |
763 | 2025-01-17T07:41:17.768Z | Downloaded newline-converter v0.3.0 |
764 | 2025-01-17T07:41:17.768Z | Downloaded foreign-types-shared v0.3.1 |
765 | 2025-01-17T07:41:17.771Z | Downloaded ref-cast v1.0.23 |
766 | 2025-01-17T07:41:17.774Z | Downloaded signal-hook-mio v0.2.4 |
767 | 2025-01-17T07:41:17.774Z | Downloaded shell-words v1.1.0 |
768 | 2025-01-17T07:41:17.776Z | Downloaded serde_path_to_error v0.1.16 |
769 | 2025-01-17T07:41:17.776Z | Downloaded parse-display v0.10.0 |
770 | 2025-01-17T07:41:17.779Z | Downloaded siphasher v0.3.11 |
771 | 2025-01-17T07:41:17.779Z | Downloaded unicode-bidi v0.3.17 |
772 | 2025-01-17T07:41:17.782Z | Downloaded flagset v0.4.6 |
773 | 2025-01-17T07:41:17.784Z | Downloaded fixedbitset v0.4.2 |
774 | 2025-01-17T07:41:17.787Z | Downloaded thread_local v1.1.8 |
775 | 2025-01-17T07:41:17.787Z | Downloaded dropshot_endpoint v0.12.0 |
776 | 2025-01-17T07:41:17.790Z | Downloaded parse-display-derive v0.10.0 |
777 | 2025-01-17T07:41:17.793Z | Downloaded toolchain_find v0.4.0 |
778 | 2025-01-17T07:41:17.795Z | Downloaded publicsuffix v2.2.3 |
779 | 2025-01-17T07:41:17.798Z | Downloaded openssl-sys v0.9.103 |
780 | 2025-01-17T07:41:17.803Z | Downloaded zerofrom v0.1.4 |
781 | 2025-01-17T07:41:17.806Z | Downloaded try-lock v0.2.5 |
782 | 2025-01-17T07:41:17.806Z | Downloaded which v4.4.2 |
783 | 2025-01-17T07:41:17.809Z | Downloaded enum-as-inner v0.5.1 |
784 | 2025-01-17T07:41:17.809Z | Downloaded unicode_categories v0.1.1 |
785 | 2025-01-17T07:41:17.811Z | Downloaded wyz v0.5.1 |
786 | 2025-01-17T07:41:17.814Z | Downloaded nu-ansi-term v0.50.1 |
787 | 2025-01-17T07:41:17.819Z | Downloaded num_threads v0.1.7 |
788 | 2025-01-17T07:41:17.820Z | Downloaded newtype-uuid v1.2.1 |
789 | 2025-01-17T07:41:17.820Z | Downloaded tough v0.19.0 |
790 | 2025-01-17T07:41:17.828Z | Downloaded predicates v3.1.2 |
791 | 2025-01-17T07:41:17.831Z | Downloaded ppv-lite86 v0.2.20 |
792 | 2025-01-17T07:41:17.833Z | Downloaded path-slash v0.1.5 |
793 | 2025-01-17T07:41:17.836Z | Downloaded olpc-cjson v0.1.4 |
794 | 2025-01-17T07:41:17.836Z | Downloaded signal-hook-registry v1.4.2 |
795 | 2025-01-17T07:41:17.838Z | Downloaded vergen v8.3.2 |
796 | 2025-01-17T07:41:17.840Z | Downloaded gethostname v0.5.0 |
797 | 2025-01-17T07:41:17.843Z | Downloaded rustls-pki-types v1.10.0 |
798 | 2025-01-17T07:41:17.845Z | Downloaded tokio-native-tls v0.3.1 |
799 | 2025-01-17T07:41:17.848Z | Downloaded der v0.7.9 |
800 | 2025-01-17T07:41:17.853Z | Downloaded tabwriter v1.4.0 |
801 | 2025-01-17T07:41:17.856Z | Downloaded vte v0.11.1 |
802 | 2025-01-17T07:41:17.858Z | Downloaded ff v0.13.0 |
803 | 2025-01-17T07:41:17.861Z | Downloaded heapless v0.8.0 |
804 | 2025-01-17T07:41:17.864Z | Downloaded enum-as-inner v0.6.1 |
805 | 2025-01-17T07:41:17.866Z | Downloaded headers v0.4.0 |
806 | 2025-01-17T07:41:17.872Z | Downloaded foreign-types v0.5.0 |
807 | 2025-01-17T07:41:17.874Z | Downloaded float-ord v0.3.2 |
808 | 2025-01-17T07:41:17.874Z | Downloaded utf8_iter v1.0.4 |
809 | 2025-01-17T07:41:17.877Z | Downloaded tokio-rustls v0.24.1 |
810 | 2025-01-17T07:41:17.879Z | Downloaded num-iter v0.1.45 |
811 | 2025-01-17T07:41:17.882Z | Downloaded aho-corasick v1.1.3 |
812 | 2025-01-17T07:41:17.890Z | Downloaded rand_chacha v0.3.1 |
813 | 2025-01-17T07:41:17.892Z | Downloaded libxml v0.3.3 |
814 | 2025-01-17T07:41:17.896Z | Downloaded futures-io v0.3.31 |
815 | 2025-01-17T07:41:17.898Z | Downloaded similar v2.6.0 |
816 | 2025-01-17T07:41:17.902Z | Downloaded spki v0.7.3 |
817 | 2025-01-17T07:41:17.904Z | Downloaded rustc_version v0.1.7 |
818 | 2025-01-17T07:41:17.904Z | Downloaded rustc-hash v1.1.0 |
819 | 2025-01-17T07:41:17.907Z | Downloaded termcolor v1.4.1 |
820 | 2025-01-17T07:41:17.909Z | Downloaded progenitor-impl v0.8.0 |
821 | 2025-01-17T07:41:17.912Z | Downloaded termtree v0.4.1 |
822 | 2025-01-17T07:41:17.912Z | Downloaded password-hash v0.4.2 |
823 | 2025-01-17T07:41:17.915Z | Downloaded thiserror-impl-no-std v2.0.2 |
824 | 2025-01-17T07:41:17.915Z | Downloaded blake3 v1.5.4 |
825 | 2025-01-17T07:41:17.924Z | Downloaded defmt-macros v0.3.9 |
826 | 2025-01-17T07:41:17.928Z | Downloaded thiserror-no-std v2.0.2 |
827 | 2025-01-17T07:41:17.931Z | Downloaded num-rational v0.4.2 |
828 | 2025-01-17T07:41:17.934Z | Downloaded typify v0.2.0 |
829 | 2025-01-17T07:41:17.937Z | Downloaded rustc_version v0.4.1 |
830 | 2025-01-17T07:41:17.939Z | Downloaded hash32 v0.2.1 |
831 | 2025-01-17T07:41:17.942Z | Downloaded slog-bunyan v2.5.0 |
832 | 2025-01-17T07:41:17.942Z | Downloaded sha1 v0.10.6 |
833 | 2025-01-17T07:41:17.945Z | Downloaded fragile v2.0.0 |
834 | 2025-01-17T07:41:17.947Z | Downloaded tokio-util v0.7.12 |
835 | 2025-01-17T07:41:17.953Z | Downloaded same-file v1.0.6 |
836 | 2025-01-17T07:41:17.955Z | Downloaded typify-macro v0.3.0 |
837 | 2025-01-17T07:41:17.955Z | Downloaded slab v0.4.9 |
838 | 2025-01-17T07:41:17.958Z | Downloaded slog-envlogger v2.2.0 |
839 | 2025-01-17T07:41:17.961Z | Downloaded futures-channel v0.3.31 |
840 | 2025-01-17T07:41:17.964Z | Downloaded dirs-sys-next v0.1.2 |
841 | 2025-01-17T07:41:17.964Z | Downloaded dirs-next v2.0.0 |
842 | 2025-01-17T07:41:17.966Z | Downloaded form_urlencoded v1.2.1 |
843 | 2025-01-17T07:41:17.966Z | Downloaded pkcs8 v0.10.2 |
844 | 2025-01-17T07:41:17.969Z | Downloaded pin-project-internal v1.1.6 |
845 | 2025-01-17T07:41:17.971Z | Downloaded structmeta-derive v0.3.0 |
846 | 2025-01-17T07:41:17.971Z | Downloaded progenitor-client v0.8.0 |
847 | 2025-01-17T07:41:17.975Z | Downloaded progenitor v0.9.1 |
848 | 2025-01-17T07:41:17.975Z | Downloaded aws-lc-rs v1.10.0 |
849 | 2025-01-17T07:41:17.983Z | Downloaded dhcproto-macros v0.1.0 |
850 | 2025-01-17T07:41:17.986Z | Downloaded structmeta-derive v0.2.0 |
851 | 2025-01-17T07:41:17.986Z | Downloaded proc-macro-crate v1.3.1 |
852 | 2025-01-17T07:41:17.989Z | Downloaded tracing-attributes v0.1.27 |
853 | 2025-01-17T07:41:17.991Z | Downloaded russh v0.45.0 |
854 | 2025-01-17T07:41:17.995Z | Downloaded display-error-chain v0.2.2 |
855 | 2025-01-17T07:41:18.001Z | Downloaded owo-colors v4.1.0 |
856 | 2025-01-17T07:41:18.001Z | Downloaded scheduled-thread-pool v0.2.7 |
857 | 2025-01-17T07:41:18.002Z | Downloaded bitvec v1.0.1 |
858 | 2025-01-17T07:41:18.017Z | Downloaded utf16_iter v1.0.5 |
859 | 2025-01-17T07:41:18.020Z | Downloaded utf-8 v0.7.6 |
860 | 2025-01-17T07:41:18.020Z | Downloaded phf_shared v0.11.2 |
861 | 2025-01-17T07:41:18.023Z | Downloaded phf_generator v0.11.2 |
862 | 2025-01-17T07:41:18.023Z | Downloaded serde_urlencoded v0.7.1 |
863 | 2025-01-17T07:41:18.025Z | Downloaded rcgen v0.12.1 |
864 | 2025-01-17T07:41:18.028Z | Downloaded rpassword v7.3.1 |
865 | 2025-01-17T07:41:18.031Z | Downloaded phf_codegen v0.11.2 |
866 | 2025-01-17T07:41:18.031Z | Downloaded getrandom v0.2.15 |
867 | 2025-01-17T07:41:18.033Z | Downloaded rustls-webpki v0.101.7 |
868 | 2025-01-17T07:41:18.047Z | Downloaded structmeta v0.3.0 |
869 | 2025-01-17T07:41:18.050Z | Downloaded thiserror v2.0.11 |
870 | 2025-01-17T07:41:18.054Z | Downloaded termios v0.3.3 |
871 | 2025-01-17T07:41:18.056Z | Downloaded postgres-types v0.2.8 |
872 | 2025-01-17T07:41:18.059Z | Downloaded hash32 v0.3.1 |
873 | 2025-01-17T07:41:18.061Z | Downloaded num_enum_derive v0.5.11 |
874 | 2025-01-17T07:41:18.061Z | Downloaded twox-hash v1.6.3 |
875 | 2025-01-17T07:41:18.064Z | Downloaded steno v0.4.1 |
876 | 2025-01-17T07:41:18.067Z | Downloaded unicase v2.7.0 |
877 | 2025-01-17T07:41:18.070Z | Downloaded string_cache v0.8.7 |
878 | 2025-01-17T07:41:18.074Z | Downloaded num-traits v0.2.19 |
879 | 2025-01-17T07:41:18.076Z | Downloaded zerocopy v0.6.6 |
880 | 2025-01-17T07:41:18.076Z | Downloaded quick-error v1.2.3 |
881 | 2025-01-17T07:41:18.080Z | Downloaded sqlformat v0.2.6 |
882 | 2025-01-17T07:41:18.080Z | Downloaded serde_with_macros v3.11.0 |
883 | 2025-01-17T07:41:18.083Z | Downloaded chrono v0.4.38 |
884 | 2025-01-17T07:41:18.089Z | Downloaded unarray v0.1.4 |
885 | 2025-01-17T07:41:18.091Z | Downloaded typify-macro v0.2.0 |
886 | 2025-01-17T07:41:18.091Z | Downloaded num_enum v0.5.11 |
887 | 2025-01-17T07:41:18.096Z | Downloaded oso v0.27.3 |
888 | 2025-01-17T07:41:18.100Z | Downloaded phf v0.11.2 |
889 | 2025-01-17T07:41:18.102Z | Downloaded derive_builder_core v0.20.2 |
890 | 2025-01-17T07:41:18.105Z | Downloaded spin v0.9.8 |
891 | 2025-01-17T07:41:18.107Z | Downloaded derive_builder v0.20.2 |
892 | 2025-01-17T07:41:18.112Z | Downloaded paste v1.0.15 |
893 | 2025-01-17T07:41:18.115Z | Downloaded quick-xml v0.33.0 |
894 | 2025-01-17T07:41:18.121Z | Downloaded test-strategy v0.3.1 |
895 | 2025-01-17T07:41:18.125Z | Downloaded portable-atomic v1.9.0 |
896 | 2025-01-17T07:41:18.132Z | Downloaded password-hash v0.5.0 |
897 | 2025-01-17T07:41:18.135Z | Downloaded dhcproto v0.12.0 |
898 | 2025-01-17T07:41:18.138Z | Downloaded stringprep v0.1.5 |
899 | 2025-01-17T07:41:18.140Z | Downloaded flume v0.11.1 |
900 | 2025-01-17T07:41:18.143Z | Downloaded p521 v0.13.3 |
901 | 2025-01-17T07:41:18.147Z | Downloaded derive-where v1.2.7 |
902 | 2025-01-17T07:41:18.151Z | Downloaded vsss-rs v3.3.4 |
903 | 2025-01-17T07:41:18.157Z | Downloaded socket2 v0.5.7 |
904 | 2025-01-17T07:41:18.159Z | Downloaded rustls-webpki v0.102.8 |
905 | 2025-01-17T07:41:18.176Z | Downloaded tungstenite v0.21.0 |
906 | 2025-01-17T07:41:18.179Z | Downloaded p256 v0.13.2 |
907 | 2025-01-17T07:41:18.182Z | Downloaded zerovec v0.10.4 |
908 | 2025-01-17T07:41:18.188Z | Downloaded tungstenite v0.24.0 |
909 | 2025-01-17T07:41:18.192Z | Downloaded progenitor-impl v0.9.1 |
910 | 2025-01-17T07:41:18.194Z | Downloaded uuid v1.11.0 |
911 | 2025-01-17T07:41:18.197Z | Downloaded derive_more v0.99.18 |
912 | 2025-01-17T07:41:18.213Z | Downloaded flate2 v1.0.34 |
913 | 2025-01-17T07:41:18.216Z | Downloaded hickory-server v0.24.1 |
914 | 2025-01-17T07:41:18.221Z | Downloaded url v2.5.3 |
915 | 2025-01-17T07:41:18.226Z | Downloaded diesel_derives v2.2.3 |
916 | 2025-01-17T07:41:18.232Z | Downloaded typed-path v0.9.3 |
917 | 2025-01-17T07:41:18.243Z | Downloaded time v0.3.36 |
918 | 2025-01-17T07:41:18.253Z | Downloaded sqlparser v0.45.0 |
919 | 2025-01-17T07:41:18.260Z | Downloaded regex v1.11.1 |
920 | 2025-01-17T07:41:18.273Z | Downloaded nom v7.1.3 |
921 | 2025-01-17T07:41:18.278Z | Downloaded h2 v0.4.6 |
922 | 2025-01-17T07:41:18.286Z | Downloaded quinn v0.11.5 |
923 | 2025-01-17T07:41:18.289Z | Downloaded idna v0.4.0 |
924 | 2025-01-17T07:41:18.297Z | Downloaded tungstenite v0.23.0 |
925 | 2025-01-17T07:41:18.300Z | Downloaded object v0.30.4 |
926 | 2025-01-17T07:41:18.311Z | Downloaded reedline v0.35.0 |
927 | 2025-01-17T07:41:18.319Z | Downloaded dropshot v0.12.0 |
928 | 2025-01-17T07:41:18.340Z | Downloaded nix v0.29.0 |
929 | 2025-01-17T07:41:18.352Z | Downloaded smoltcp v0.11.0 |
930 | 2025-01-17T07:41:18.367Z | Downloaded qorb v0.2.1 |
931 | 2025-01-17T07:41:18.371Z | Downloaded idna v0.2.3 |
932 | 2025-01-17T07:41:18.378Z | Downloaded zerocopy v0.8.10 |
933 | 2025-01-17T07:41:18.403Z | Downloaded idna v0.3.0 |
934 | 2025-01-17T07:41:18.410Z | Downloaded radix_trie v0.2.1 |
935 | 2025-01-17T07:41:18.415Z | Downloaded openssl v0.10.66 |
936 | 2025-01-17T07:41:18.426Z | Downloaded chrono-tz v0.10.0 |
937 | 2025-01-17T07:41:18.433Z | Downloaded gimli v0.31.1 |
938 | 2025-01-17T07:41:18.442Z | Downloaded polar-core v0.27.3 |
939 | 2025-01-17T07:41:18.451Z | Downloaded serde_with v3.11.0 |
940 | 2025-01-17T07:41:18.459Z | Downloaded unicode-width v0.2.0 |
941 | 2025-01-17T07:41:18.466Z | Downloaded rustls v0.21.12 |
942 | 2025-01-17T07:41:18.478Z | Downloaded nix v0.27.1 |
943 | 2025-01-17T07:41:18.488Z | Downloaded typify-impl v0.2.0 |
944 | 2025-01-17T07:41:18.502Z | Downloaded webpki-roots v0.26.6 |
945 | 2025-01-17T07:41:18.505Z | Downloaded sled v0.34.7 |
946 | 2025-01-17T07:41:18.515Z | Downloaded ratatui v0.28.1 |
947 | 2025-01-17T07:41:18.533Z | Downloaded petname v2.0.2 |
948 | 2025-01-17T07:41:18.539Z | Downloaded dropshot v0.15.1 |
949 | 2025-01-17T07:41:18.559Z | Downloaded typify-impl v0.3.0 |
950 | 2025-01-17T07:41:18.574Z | Downloaded p384 v0.13.0 |
951 | 2025-01-17T07:41:18.580Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
952 | 2025-01-17T07:41:18.592Z | Downloaded regex-automata v0.4.8 |
953 | 2025-01-17T07:41:18.609Z | Downloaded rustls v0.23.19 |
954 | 2025-01-17T07:41:18.620Z | Downloaded openapiv3 v2.0.0 |
955 | 2025-01-17T07:41:18.632Z | Downloaded regress v0.10.1 |
956 | 2025-01-17T07:41:18.639Z | Downloaded trust-dns-proto v0.22.0 |
957 | 2025-01-17T07:41:18.651Z | Downloaded regex-syntax v0.6.29 |
958 | 2025-01-17T07:41:18.658Z | Downloaded nix v0.28.0 |
959 | 2025-01-17T07:41:18.670Z | Downloaded regex-syntax v0.8.5 |
960 | 2025-01-17T07:41:18.677Z | Downloaded object v0.36.5 |
961 | 2025-01-17T07:41:18.688Z | Downloaded git2 v0.19.0 |
962 | 2025-01-17T07:41:18.697Z | Downloaded diesel v2.2.6 |
963 | 2025-01-17T07:41:18.716Z | Downloaded rustls v0.22.4 |
964 | 2025-01-17T07:41:18.729Z | Downloaded hickory-proto v0.24.1 |
965 | 2025-01-17T07:41:18.745Z | Downloaded idna v0.5.0 |
966 | 2025-01-17T07:41:18.753Z | Downloaded bstr v1.10.0 |
967 | 2025-01-17T07:41:18.764Z | Downloaded vcpkg v0.2.15 |
968 | 2025-01-17T07:41:18.805Z | Downloaded csv v1.3.0 |
969 | 2025-01-17T07:41:18.827Z | Downloaded regress v0.9.1 |
970 | 2025-01-17T07:41:18.836Z | Downloaded sha3 v0.10.8 |
971 | 2025-01-17T07:41:18.840Z | Downloaded lalrpop v0.19.12 |
972 | 2025-01-17T07:41:18.851Z | Downloaded winnow v0.5.40 |
973 | 2025-01-17T07:41:18.861Z | Downloaded zerocopy-derive v0.6.6 |
974 | 2025-01-17T07:41:18.873Z | Downloaded salty v0.3.0 |
975 | 2025-01-17T07:41:18.879Z | Downloaded smoltcp v0.9.1 |
976 | 2025-01-17T07:41:18.891Z | Downloaded zip v2.1.3 |
977 | 2025-01-17T07:41:18.895Z | Downloaded rayon v1.10.0 |
978 | 2025-01-17T07:41:18.905Z | Downloaded hickory-resolver v0.24.1 |
979 | 2025-01-17T07:41:18.910Z | Downloaded reqwest v0.12.9 |
980 | 2025-01-17T07:41:18.918Z | Downloaded petgraph v0.6.5 |
981 | 2025-01-17T07:41:18.937Z | Downloaded icu_properties_data v1.5.0 |
982 | 2025-01-17T07:41:18.948Z | Downloaded lzma-sys v0.1.20 |
983 | 2025-01-17T07:41:18.978Z | Downloaded curve25519-dalek v4.1.3 |
984 | 2025-01-17T07:41:18.987Z | Downloaded zerocopy-derive v0.8.10 |
985 | 2025-01-17T07:41:18.993Z | Downloaded hashbrown v0.14.5 |
986 | 2025-01-17T07:41:19.000Z | Downloaded tracing-core v0.1.32 |
987 | 2025-01-17T07:41:19.003Z | Downloaded rsa v0.9.6 |
988 | 2025-01-17T07:41:19.008Z | Downloaded serde_yaml v0.9.34+deprecated |
989 | 2025-01-17T07:41:19.012Z | Downloaded libz-sys v1.1.20 |
990 | 2025-01-17T07:41:19.034Z | Downloaded structmeta v0.2.0 |
991 | 2025-01-17T07:41:19.037Z | Downloaded tokio v1.43.0 |
992 | 2025-01-17T07:41:19.076Z | Downloaded omicron-zone-package v0.12.0 |
993 | 2025-01-17T07:41:19.080Z | Downloaded futures-util v0.3.31 |
994 | 2025-01-17T07:41:19.091Z | Downloaded radium v0.7.0 |
995 | 2025-01-17T07:41:19.095Z | Downloaded powerfmt v0.2.0 |
996 | 2025-01-17T07:41:19.095Z | Downloaded half v2.4.1 |
997 | 2025-01-17T07:41:19.097Z | Downloaded num-bigint-dig v0.8.4 |
998 | 2025-01-17T07:41:19.102Z | Downloaded poly1305 v0.8.0 |
999 | 2025-01-17T07:41:19.104Z | Downloaded parse-zoneinfo v0.3.1 |
1000 | 2025-01-17T07:41:19.107Z | Downloaded num-bigint v0.4.6 |
1001 | 2025-01-17T07:41:19.112Z | Downloaded toml_edit v0.19.15 |
1002 | 2025-01-17T07:41:19.129Z | Downloaded hashbrown v0.13.2 |
1003 | 2025-01-17T07:41:19.134Z | Downloaded expectorate v1.1.0 |
1004 | 2025-01-17T07:41:19.137Z | Downloaded proptest v1.5.0 |
1005 | 2025-01-17T07:41:19.146Z | Downloaded rayon-core v1.12.1 |
1006 | 2025-01-17T07:41:19.151Z | Downloaded bindgen v0.69.5 |
1007 | 2025-01-17T07:41:19.159Z | Downloaded slog-dtrace v0.3.0 |
1008 | 2025-01-17T07:41:19.163Z | Downloaded pin-project-lite v0.2.14 |
1009 | 2025-01-17T07:41:19.166Z | Downloaded pin-project v1.1.6 |
1010 | 2025-01-17T07:41:19.178Z | Downloaded quinn-proto v0.11.8 |
1011 | 2025-01-17T07:41:19.185Z | Downloaded progenitor v0.8.0 |
1012 | 2025-01-17T07:41:19.188Z | Downloaded topological-sort v0.2.2 |
1013 | 2025-01-17T07:41:19.188Z | Downloaded pkcs5 v0.7.1 |
1014 | 2025-01-17T07:41:19.191Z | Downloaded tokio-postgres v0.7.12 |
1015 | 2025-01-17T07:41:19.196Z | Downloaded unicode-normalization v0.1.24 |
1016 | 2025-01-17T07:41:19.200Z | Downloaded futures-executor v0.3.31 |
1017 | 2025-01-17T07:41:19.203Z | Downloaded signal-hook v0.3.17 |
1018 | 2025-01-17T07:41:19.205Z | Downloaded x509-cert v0.2.5 |
1019 | 2025-01-17T07:41:19.211Z | Downloaded hyper v1.5.2 |
1020 | 2025-01-17T07:41:19.218Z | Downloaded rusqlite v0.32.1 |
1021 | 2025-01-17T07:41:19.225Z | Downloaded foldhash v0.1.3 |
1022 | 2025-01-17T07:41:19.228Z | Downloaded env_filter v0.1.2 |
1023 | 2025-01-17T07:41:19.228Z | Downloaded zerovec-derive v0.10.3 |
1024 | 2025-01-17T07:41:19.231Z | Downloaded russh-keys v0.45.0 |
1025 | 2025-01-17T07:41:19.233Z | Downloaded hashbrown v0.12.3 |
1026 | 2025-01-17T07:41:19.236Z | Downloaded defmt v0.3.8 |
1027 | 2025-01-17T07:41:19.239Z | Downloaded samael v0.0.17 |
1028 | 2025-01-17T07:41:19.245Z | Downloaded unsafe-libyaml v0.2.11 |
1029 | 2025-01-17T07:41:19.249Z | Downloaded rustyline v14.0.0 |
1030 | 2025-01-17T07:41:19.255Z | Downloaded itertools v0.13.0 |
1031 | 2025-01-17T07:41:19.261Z | Downloaded heapless v0.7.17 |
1032 | 2025-01-17T07:41:19.265Z | Downloaded fatfs v0.3.6 |
1033 | 2025-01-17T07:41:19.268Z | Downloaded diff v0.1.13 |
1034 | 2025-01-17T07:41:19.271Z | Downloaded encoding_rs v0.8.34 |
1035 | 2025-01-17T07:41:19.295Z | Downloaded synstructure v0.13.1 |
1036 | 2025-01-17T07:41:19.298Z | Downloaded futures-macro v0.3.31 |
1037 | 2025-01-17T07:41:19.298Z | Downloaded parking_lot_core v0.9.10 |
1038 | 2025-01-17T07:41:19.300Z | Downloaded writeable v0.5.5 |
1039 | 2025-01-17T07:41:19.303Z | Downloaded itertools v0.12.1 |
1040 | 2025-01-17T07:41:19.309Z | Downloaded itertools v0.10.5 |
1041 | 2025-01-17T07:41:19.315Z | Downloaded libm v0.2.8 |
1042 | 2025-01-17T07:41:19.324Z | Downloaded des v0.8.1 |
1043 | 2025-01-17T07:41:19.328Z | Downloaded hickory-client v0.24.1 |
1044 | 2025-01-17T07:41:19.330Z | Downloaded ron v0.8.1 |
1045 | 2025-01-17T07:41:19.334Z | Downloaded idna v1.0.3 |
1046 | 2025-01-17T07:41:19.338Z | Downloaded untrusted v0.9.0 |
1047 | 2025-01-17T07:41:19.341Z | Downloaded fallible-iterator v0.3.0 |
1048 | 2025-01-17T07:41:19.344Z | Downloaded smallvec v1.13.2 |
1049 | 2025-01-17T07:41:19.344Z | Downloaded prettyplease v0.2.25 |
1050 | 2025-01-17T07:41:19.347Z | Downloaded filetime v0.2.25 |
1051 | 2025-01-17T07:41:19.349Z | Downloaded parking_lot v0.12.3 |
1052 | 2025-01-17T07:41:19.352Z | Downloaded toml v0.7.8 |
1053 | 2025-01-17T07:41:19.354Z | Downloaded slog-json v2.6.1 |
1054 | 2025-01-17T07:41:19.357Z | Downloaded rand v0.8.5 |
1055 | 2025-01-17T07:41:19.361Z | Downloaded peg-macros v0.8.4 |
1056 | 2025-01-17T07:41:19.364Z | Downloaded slog-scope v4.4.0 |
1057 | 2025-01-17T07:41:19.364Z | Downloaded subprocess v0.2.9 |
1058 | 2025-01-17T07:41:19.366Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1059 | 2025-01-17T07:41:19.427Z | Downloaded tracing v0.1.40 |
1060 | 2025-01-17T07:41:19.431Z | Downloaded elliptic-curve v0.13.8 |
1061 | 2025-01-17T07:41:19.434Z | Downloaded serde_derive_internals v0.29.1 |
1062 | 2025-01-17T07:41:19.439Z | Downloaded sct v0.7.1 |
1063 | 2025-01-17T07:41:19.441Z | Downloaded env_logger v0.10.2 |
1064 | 2025-01-17T07:41:19.441Z | Downloaded yoke v0.7.4 |
1065 | 2025-01-17T07:41:19.444Z | Downloaded postcard v1.0.10 |
1066 | 2025-01-17T07:41:19.447Z | Downloaded minimal-lexical v0.2.1 |
1067 | 2025-01-17T07:41:19.449Z | Downloaded embedded-io v0.6.1 |
1068 | 2025-01-17T07:41:19.452Z | Downloaded data-encoding v2.6.0 |
1069 | 2025-01-17T07:41:19.452Z | Downloaded zone v0.3.0 |
1070 | 2025-01-17T07:41:19.455Z | Downloaded zone v0.1.8 |
1071 | 2025-01-17T07:41:19.455Z | Downloaded packed_struct v0.10.1 |
1072 | 2025-01-17T07:41:19.457Z | Downloaded heck v0.3.3 |
1073 | 2025-01-17T07:41:19.457Z | Downloaded futures-core v0.3.31 |
1074 | 2025-01-17T07:41:19.457Z | Downloaded fallible-iterator v0.2.0 |
1075 | 2025-01-17T07:41:19.460Z | Downloaded unicode-xid v0.2.6 |
1076 | 2025-01-17T07:41:19.460Z | Downloaded time-macros v0.2.18 |
1077 | 2025-01-17T07:41:19.463Z | Downloaded subtle v2.6.1 |
1078 | 2025-01-17T07:41:19.465Z | Downloaded strum_macros v0.24.3 |
1079 | 2025-01-17T07:41:19.466Z | Downloaded serde-hex v0.1.0 |
1080 | 2025-01-17T07:41:19.468Z | Downloaded schemars_derive v0.8.21 |
1081 | 2025-01-17T07:41:19.468Z | Downloaded salsa20 v0.10.2 |
1082 | 2025-01-17T07:41:19.471Z | Downloaded rfc6979 v0.4.0 |
1083 | 2025-01-17T07:41:19.471Z | Downloaded resolv-conf v0.7.0 |
1084 | 2025-01-17T07:41:19.474Z | Downloaded rtoolbox v0.0.2 |
1085 | 2025-01-17T07:41:19.474Z | Downloaded globset v0.4.15 |
1086 | 2025-01-17T07:41:19.477Z | Downloaded futures v0.3.31 |
1087 | 2025-01-17T07:41:19.480Z | Downloaded mockall_derive v0.13.0 |
1088 | 2025-01-17T07:41:19.482Z | Downloaded thiserror-impl v2.0.11 |
1089 | 2025-01-17T07:41:19.485Z | Downloaded simd-adler32 v0.3.7 |
1090 | 2025-01-17T07:41:19.485Z | Downloaded pem-rfc7468 v0.7.0 |
1091 | 2025-01-17T07:41:19.487Z | Downloaded fs_extra v1.3.0 |
1092 | 2025-01-17T07:41:19.490Z | Downloaded indexmap v1.9.3 |
1093 | 2025-01-17T07:41:19.493Z | Downloaded backtrace v0.3.74 |
1094 | 2025-01-17T07:41:19.497Z | Downloaded zone_cfg_derive v0.3.0 |
1095 | 2025-01-17T07:41:19.499Z | Downloaded ref-cast-impl v1.0.23 |
1096 | 2025-01-17T07:41:19.499Z | Downloaded primeorder v0.13.6 |
1097 | 2025-01-17T07:41:19.502Z | Downloaded yasna v0.5.2 |
1098 | 2025-01-17T07:41:19.502Z | Downloaded term v0.7.0 |
1099 | 2025-01-17T07:41:19.504Z | Downloaded slog v2.7.0 |
1100 | 2025-01-17T07:41:19.508Z | Downloaded sync_wrapper v1.0.1 |
1101 | 2025-01-17T07:41:19.511Z | Downloaded sync-ptr v0.1.1 |
1102 | 2025-01-17T07:41:19.511Z | Downloaded cc v1.1.30 |
1103 | 2025-01-17T07:41:19.514Z | Downloaded percent-encoding v2.3.1 |
1104 | 2025-01-17T07:41:19.514Z | Downloaded num-integer v0.1.46 |
1105 | 2025-01-17T07:41:19.517Z | Downloaded num-derive v0.4.2 |
1106 | 2025-01-17T07:41:19.517Z | Downloaded bumpalo v3.16.0 |
1107 | 2025-01-17T07:41:19.519Z | Downloaded base64 v0.22.1 |
1108 | 2025-01-17T07:41:19.523Z | Downloaded uzers v0.12.1 |
1109 | 2025-01-17T07:41:19.526Z | Downloaded bytes v1.9.0 |
1110 | 2025-01-17T07:41:19.529Z | Downloaded glob v0.3.1 |
1111 | 2025-01-17T07:41:19.531Z | Downloaded embedded-io v0.4.0 |
1112 | 2025-01-17T07:41:19.534Z | Downloaded either v1.13.0 |
1113 | 2025-01-17T07:41:19.537Z | Downloaded shlex v1.3.0 |
1114 | 2025-01-17T07:41:19.537Z | Downloaded ghash v0.5.1 |
1115 | 2025-01-17T07:41:19.539Z | Downloaded funty v2.0.0 |
1116 | 2025-01-17T07:41:19.539Z | Downloaded tokio-rustls v0.25.0 |
1117 | 2025-01-17T07:41:19.542Z | Downloaded serde-big-array v0.5.1 |
1118 | 2025-01-17T07:41:19.542Z | Downloaded russh-cryptovec v0.7.3 |
1119 | 2025-01-17T07:41:19.545Z | Downloaded ron v0.7.1 |
1120 | 2025-01-17T07:41:19.547Z | Downloaded crc-any v2.5.0 |
1121 | 2025-01-17T07:41:19.550Z | Downloaded ssh-encoding v0.2.0 |
1122 | 2025-01-17T07:41:19.553Z | Downloaded snafu-derive v0.8.5 |
1123 | 2025-01-17T07:41:19.553Z | Downloaded miniz_oxide v0.8.0 |
1124 | 2025-01-17T07:41:19.557Z | Downloaded jobserver v0.1.32 |
1125 | 2025-01-17T07:41:19.557Z | Downloaded xz2 v0.1.7 |
1126 | 2025-01-17T07:41:19.559Z | Downloaded arc-swap v1.7.1 |
1127 | 2025-01-17T07:41:19.562Z | Downloaded cassowary v0.3.0 |
1128 | 2025-01-17T07:41:19.564Z | Downloaded icu_locid_transform_data v1.5.0 |
1129 | 2025-01-17T07:41:19.565Z | Downloaded base64 v0.13.1 |
1130 | 2025-01-17T07:41:19.568Z | Downloaded icu_normalizer v1.5.0 |
1131 | 2025-01-17T07:41:19.571Z | Downloaded multer v3.1.0 |
1132 | 2025-01-17T07:41:19.574Z | Downloaded hyper-staticfile v0.10.1 |
1133 | 2025-01-17T07:41:19.576Z | Downloaded humantime v2.1.0 |
1134 | 2025-01-17T07:41:19.579Z | Downloaded slog-async v2.8.0 |
1135 | 2025-01-17T07:41:19.579Z | Downloaded rusty-fork v0.3.0 |
1136 | 2025-01-17T07:41:19.581Z | Downloaded cookie v0.18.1 |
1137 | 2025-01-17T07:41:19.584Z | Downloaded kstat-rs v0.2.4 |
1138 | 2025-01-17T07:41:19.584Z | Downloaded ipnet v2.10.1 |
1139 | 2025-01-17T07:41:19.587Z | Downloaded crossbeam-epoch v0.9.18 |
1140 | 2025-01-17T07:41:19.589Z | Downloaded const-oid v0.9.6 |
1141 | 2025-01-17T07:41:19.592Z | Downloaded async-bb8-diesel v0.2.1 |
1142 | 2025-01-17T07:41:19.592Z | Downloaded nanorand v0.7.0 |
1143 | 2025-01-17T07:41:19.594Z | Downloaded mirai-annotations v1.12.0 |
1144 | 2025-01-17T07:41:19.594Z | Downloaded internet-checksum v0.2.1 |
1145 | 2025-01-17T07:41:19.597Z | Downloaded highway v1.2.0 |
1146 | 2025-01-17T07:41:19.597Z | Downloaded rand_seeder v0.3.0 |
1147 | 2025-01-17T07:41:19.600Z | Downloaded rand_core v0.6.4 |
1148 | 2025-01-17T07:41:19.600Z | Downloaded icu_locid_transform v1.5.0 |
1149 | 2025-01-17T07:41:19.603Z | Downloaded mockall v0.13.0 |
1150 | 2025-01-17T07:41:19.606Z | Downloaded instability v0.3.2 |
1151 | 2025-01-17T07:41:19.606Z | Downloaded csv-core v0.1.11 |
1152 | 2025-01-17T07:41:19.609Z | Downloaded argon2 v0.5.3 |
1153 | 2025-01-17T07:41:19.609Z | Downloaded lazycell v1.3.0 |
1154 | 2025-01-17T07:41:19.613Z | Downloaded lalrpop-util v0.19.12 |
1155 | 2025-01-17T07:41:19.613Z | Downloaded indoc v1.0.9 |
1156 | 2025-01-17T07:41:19.616Z | Downloaded indent_write v2.2.0 |
1157 | 2025-01-17T07:41:19.616Z | Downloaded const_format_proc_macros v0.2.33 |
1158 | 2025-01-17T07:41:19.619Z | Downloaded backoff v0.4.0 |
1159 | 2025-01-17T07:41:19.622Z | Downloaded maybe-uninit v2.0.0 |
1160 | 2025-01-17T07:41:19.622Z | Downloaded maplit v1.0.2 |
1161 | 2025-01-17T07:41:19.622Z | Downloaded linked-hash-map v0.5.6 |
1162 | 2025-01-17T07:41:19.625Z | Downloaded lazy_static v1.5.0 |
1163 | 2025-01-17T07:41:19.625Z | Downloaded keccak v0.1.5 |
1164 | 2025-01-17T07:41:19.628Z | Downloaded console v0.15.8 |
1165 | 2025-01-17T07:41:19.631Z | Downloaded async-trait v0.1.83 |
1166 | 2025-01-17T07:41:19.633Z | Downloaded inout v0.1.3 |
1167 | 2025-01-17T07:41:19.633Z | Downloaded hubpack v0.1.2 |
1168 | 2025-01-17T07:41:19.636Z | Downloaded crc-catalog v2.4.0 |
1169 | 2025-01-17T07:41:19.636Z | Downloaded crc v3.2.1 |
1170 | 2025-01-17T07:41:19.638Z | Downloaded convert_case v0.4.0 |
1171 | 2025-01-17T07:41:19.638Z | Downloaded colored v2.1.0 |
1172 | 2025-01-17T07:41:19.641Z | Downloaded bb8 v0.8.5 |
1173 | 2025-01-17T07:41:19.641Z | Downloaded base16ct v0.2.0 |
1174 | 2025-01-17T07:41:19.644Z | Downloaded ascii-canvas v3.0.0 |
1175 | 2025-01-17T07:41:19.644Z | Downloaded bit-vec v0.6.3 |
1176 | 2025-01-17T07:41:19.647Z | Downloaded http-body-util v0.1.2 |
1177 | 2025-01-17T07:41:19.647Z | Downloaded chacha20 v0.9.1 |
1178 | 2025-01-17T07:41:19.650Z | Downloaded async-recursion v1.1.1 |
1179 | 2025-01-17T07:41:19.652Z | Downloaded ciborium-ll v0.2.2 |
1180 | 2025-01-17T07:41:19.652Z | Downloaded assert_matches v1.5.0 |
1181 | 2025-01-17T07:41:19.655Z | Downloaded bitfield v0.14.0 |
1182 | 2025-01-17T07:41:19.655Z | Downloaded array-init v0.0.4 |
1183 | 2025-01-17T07:41:19.657Z | Downloaded bcrypt-pbkdf v0.10.0 |
1184 | 2025-01-17T07:41:19.658Z | Downloaded http-body v1.0.1 |
1185 | 2025-01-17T07:41:19.772Z | Downloaded ring v0.17.8 |
1186 | 2025-01-17T07:41:19.887Z | Downloaded libsqlite3-sys v0.30.1 |
1187 | 2025-01-17T07:41:20.004Z | Downloaded aws-lc-sys v0.22.0 |
1188 | 2025-01-17T07:41:20.309Z | Compiling serde v1.0.217 |
1189 | 2025-01-17T07:41:20.312Z | Compiling lock_api v0.4.12 |
1190 | 2025-01-17T07:41:20.312Z | Compiling scopeguard v1.2.0 |
1191 | 2025-01-17T07:41:20.312Z | Compiling value-bag v1.9.0 |
1192 | 2025-01-17T07:41:20.312Z | Compiling typenum v1.17.0 |
1193 | 2025-01-17T07:41:20.312Z | Compiling generic-array v0.14.7 |
1194 | 2025-01-17T07:41:20.520Z | Compiling syn v2.0.96 |
1195 | 2025-01-17T07:41:20.535Z | Compiling getrandom v0.2.15 |
1196 | 2025-01-17T07:41:20.659Z | Compiling shlex v1.3.0 |
1197 | 2025-01-17T07:41:20.845Z | Compiling log v0.4.22 |
1198 | 2025-01-17T07:41:20.961Z | Compiling rand_core v0.6.4 |
1199 | 2025-01-17T07:41:21.018Z | Compiling subtle v2.6.1 |
1200 | 2025-01-17T07:41:21.034Z | Compiling jobserver v0.1.32 |
1201 | 2025-01-17T07:41:21.066Z | Compiling smallvec v1.13.2 |
1202 | 2025-01-17T07:41:21.348Z | Compiling const-oid v0.9.6 |
1203 | 2025-01-17T07:41:21.394Z | Compiling spin v0.9.8 |
1204 | 2025-01-17T07:41:21.461Z | Compiling cc v1.1.30 |
1205 | 2025-01-17T07:41:21.511Z | Compiling pin-project-lite v0.2.14 |
1206 | 2025-01-17T07:41:21.617Z | Compiling rustix v0.38.37 |
1207 | 2025-01-17T07:41:21.656Z | Compiling parking_lot_core v0.9.10 |
1208 | 2025-01-17T07:41:21.756Z | Compiling futures-core v0.3.31 |
1209 | 2025-01-17T07:41:21.866Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2025-01-17T07:41:21.994Z | Compiling mio v1.0.2 |
1211 | 2025-01-17T07:41:22.474Z | Compiling parking_lot v0.12.3 |
1212 | 2025-01-17T07:41:22.557Z | Compiling aho-corasick v1.1.3 |
1213 | 2025-01-17T07:41:22.679Z | Compiling either v1.13.0 |
1214 | 2025-01-17T07:41:22.812Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-01-17T07:41:22.924Z | Compiling regex-syntax v0.8.5 |
1216 | 2025-01-17T07:41:23.092Z | Compiling lazy_static v1.5.0 |
1217 | 2025-01-17T07:41:23.095Z | Compiling futures-sink v0.3.31 |
1218 | 2025-01-17T07:41:23.360Z | Compiling glob v0.3.1 |
1219 | 2025-01-17T07:41:23.388Z | Compiling stable_deref_trait v1.2.0 |
1220 | 2025-01-17T07:41:23.408Z | Compiling socket2 v0.5.7 |
1221 | 2025-01-17T07:41:23.487Z | Compiling slab v0.4.9 |
1222 | 2025-01-17T07:41:23.511Z | Compiling prettyplease v0.2.25 |
1223 | 2025-01-17T07:41:23.881Z | Compiling serde_json v1.0.135 |
1224 | 2025-01-17T07:41:23.983Z | Compiling minimal-lexical v0.2.1 |
1225 | 2025-01-17T07:41:24.256Z | Compiling clang-sys v1.8.1 |
1226 | 2025-01-17T07:41:24.328Z | Compiling libloading v0.8.5 |
1227 | 2025-01-17T07:41:24.502Z | Compiling nom v7.1.3 |
1228 | 2025-01-17T07:41:24.541Z | Compiling bindgen v0.69.5 |
1229 | 2025-01-17T07:41:24.733Z | Compiling home v0.5.9 |
1230 | 2025-01-17T07:41:25.013Z | Compiling futures-channel v0.3.31 |
1231 | 2025-01-17T07:41:25.239Z | Compiling itertools v0.12.1 |
1232 | 2025-01-17T07:41:25.431Z | Compiling rustc-hash v1.1.0 |
1233 | 2025-01-17T07:41:25.459Z | Compiling foldhash v0.1.3 |
1234 | 2025-01-17T07:41:25.607Z | Compiling allocator-api2 v0.2.18 |
1235 | 2025-01-17T07:41:25.774Z | Compiling libm v0.2.8 |
1236 | 2025-01-17T07:41:26.122Z | Compiling lazycell v1.3.0 |
1237 | 2025-01-17T07:41:26.308Z | Compiling futures-io v0.3.31 |
1238 | 2025-01-17T07:41:26.380Z | Compiling futures-task v0.3.31 |
1239 | 2025-01-17T07:41:26.599Z | Compiling pin-utils v0.1.0 |
1240 | 2025-01-17T07:41:26.709Z | Compiling hashbrown v0.15.1 |
1241 | 2025-01-17T07:41:26.772Z | Compiling cmake v0.1.51 |
1242 | 2025-01-17T07:41:27.547Z | Compiling regex-automata v0.4.8 |
1243 | 2025-01-17T07:41:27.681Z | Compiling cexpr v0.6.0 |
1244 | 2025-01-17T07:41:27.922Z | Compiling num-traits v0.2.19 |
1245 | 2025-01-17T07:41:27.976Z | Compiling synstructure v0.13.1 |
1246 | 2025-01-17T07:41:28.216Z | Compiling pkg-config v0.3.31 |
1247 | 2025-01-17T07:41:29.363Z | Compiling tinyvec_macros v0.1.1 |
1248 | 2025-01-17T07:41:29.465Z | Compiling dunce v1.0.5 |
1249 | 2025-01-17T07:41:29.482Z | Compiling fs_extra v1.3.0 |
1250 | 2025-01-17T07:41:29.512Z | Compiling tinyvec v1.8.0 |
1251 | 2025-01-17T07:41:29.827Z | Compiling ring v0.17.8 |
1252 | 2025-01-17T07:41:30.042Z | Compiling paste v1.0.15 |
1253 | 2025-01-17T07:41:30.563Z | Compiling base64ct v1.6.0 |
1254 | 2025-01-17T07:41:30.977Z | Compiling unicode-normalization v0.1.24 |
1255 | 2025-01-17T07:41:30.998Z | Compiling litemap v0.7.3 |
1256 | 2025-01-17T07:41:31.001Z | Compiling unicode-bidi v0.3.17 |
1257 | 2025-01-17T07:41:31.122Z | Compiling writeable v0.5.5 |
1258 | 2025-01-17T07:41:31.405Z | Compiling pem-rfc7468 v0.7.0 |
1259 | 2025-01-17T07:41:32.114Z | Compiling aws-lc-rs v1.10.0 |
1260 | 2025-01-17T07:41:32.145Z | Compiling httparse v1.9.5 |
1261 | 2025-01-17T07:41:32.311Z | Compiling flagset v0.4.6 |
1262 | 2025-01-17T07:41:32.519Z | Compiling tracing-core v0.1.32 |
1263 | 2025-01-17T07:41:32.561Z | Compiling icu_locid_transform_data v1.5.0 |
1264 | 2025-01-17T07:41:32.673Z | Compiling rustls-pki-types v1.10.0 |
1265 | 2025-01-17T07:41:32.900Z | Compiling percent-encoding v2.3.1 |
1266 | 2025-01-17T07:41:33.273Z | Compiling regex v1.11.1 |
1267 | 2025-01-17T07:41:33.596Z | Compiling crossbeam-utils v0.8.20 |
1268 | 2025-01-17T07:41:33.736Z | Compiling vcpkg v0.2.15 |
1269 | 2025-01-17T07:41:33.781Z | Compiling serde_derive v1.0.217 |
1270 | 2025-01-17T07:41:34.106Z | Compiling zeroize_derive v1.4.2 |
1271 | 2025-01-17T07:41:34.245Z | Compiling zerocopy-derive v0.7.35 |
1272 | 2025-01-17T07:41:34.403Z | Compiling tokio-macros v2.5.0 |
1273 | 2025-01-17T07:41:35.525Z | Compiling zerofrom-derive v0.1.4 |
1274 | 2025-01-17T07:41:35.551Z | Compiling zeroize v1.8.1 |
1275 | 2025-01-17T07:41:35.891Z | Compiling yoke-derive v0.7.4 |
1276 | 2025-01-17T07:41:35.894Z | Compiling thiserror-impl v1.0.69 |
1277 | 2025-01-17T07:41:36.256Z | Compiling zerocopy v0.7.35 |
1278 | 2025-01-17T07:41:37.133Z | Compiling crypto-common v0.1.6 |
1279 | 2025-01-17T07:41:37.396Z | Compiling block-buffer v0.10.4 |
1280 | 2025-01-17T07:41:37.433Z | Compiling futures-macro v0.3.31 |
1281 | 2025-01-17T07:41:37.607Z | Compiling zerovec-derive v0.10.3 |
1282 | 2025-01-17T07:41:37.677Z | Compiling digest v0.10.7 |
1283 | 2025-01-17T07:41:38.183Z | Compiling hmac v0.12.1 |
1284 | 2025-01-17T07:41:38.504Z | Compiling block-padding v0.3.3 |
1285 | 2025-01-17T07:41:38.576Z | Compiling displaydoc v0.2.5 |
1286 | 2025-01-17T07:41:38.789Z | Compiling inout v0.1.3 |
1287 | 2025-01-17T07:41:38.812Z | Compiling thiserror v1.0.69 |
1288 | 2025-01-17T07:41:38.815Z | Compiling sha2 v0.10.8 |
1289 | 2025-01-17T07:41:38.974Z | Compiling ppv-lite86 v0.2.20 |
1290 | 2025-01-17T07:41:39.056Z | Compiling cipher v0.4.4 |
1291 | 2025-01-17T07:41:39.213Z | Compiling zerofrom v0.1.4 |
1292 | 2025-01-17T07:41:39.338Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-17T07:41:39.450Z | Compiling yoke v0.7.4 |
1294 | 2025-01-17T07:41:39.577Z | Compiling der_derive v0.7.3 |
1295 | 2025-01-17T07:41:39.736Z | Compiling icu_provider_macros v1.5.0 |
1296 | 2025-01-17T07:41:39.806Z | Compiling rand_chacha v0.3.1 |
1297 | 2025-01-17T07:41:40.149Z | Compiling tracing-attributes v0.1.27 |
1298 | 2025-01-17T07:41:40.225Z | Compiling zerovec v0.10.4 |
1299 | 2025-01-17T07:41:40.821Z | Compiling rand v0.8.5 |
1300 | 2025-01-17T07:41:41.892Z | Compiling tinystr v0.7.6 |
1301 | 2025-01-17T07:41:42.116Z | Compiling der v0.7.9 |
1302 | 2025-01-17T07:41:42.351Z | Compiling icu_locid v1.5.0 |
1303 | 2025-01-17T07:41:42.364Z | Compiling icu_collections v1.5.0 |
1304 | 2025-01-17T07:41:42.459Z | Compiling salsa20 v0.10.2 |
1305 | 2025-01-17T07:41:42.711Z | Compiling pest v2.7.14 |
1306 | 2025-01-17T07:41:42.803Z | Compiling pbkdf2 v0.12.2 |
1307 | 2025-01-17T07:41:43.017Z | Compiling powerfmt v0.2.0 |
1308 | 2025-01-17T07:41:43.461Z | Compiling icu_provider v1.5.0 |
1309 | 2025-01-17T07:41:43.588Z | Compiling num-conv v0.1.0 |
1310 | 2025-01-17T07:41:43.639Z | Compiling tracing v0.1.40 |
1311 | 2025-01-17T07:41:43.891Z | Compiling time-core v0.1.2 |
1312 | 2025-01-17T07:41:44.073Z | Compiling icu_properties_data v1.5.0 |
1313 | 2025-01-17T07:41:44.177Z | Compiling icu_locid_transform v1.5.0 |
1314 | 2025-01-17T07:41:44.257Z | Compiling spki v0.7.3 |
1315 | 2025-01-17T07:41:44.332Z | Compiling untrusted v0.9.0 |
1316 | 2025-01-17T07:41:44.446Z | Compiling untrusted v0.7.1 |
1317 | 2025-01-17T07:41:44.517Z | Compiling mirai-annotations v1.12.0 |
1318 | 2025-01-17T07:41:44.657Z | Compiling time-macros v0.2.18 |
1319 | 2025-01-17T07:41:44.705Z | Compiling deranged v0.3.11 |
1320 | 2025-01-17T07:41:45.212Z | Compiling scrypt v0.11.0 |
1321 | 2025-01-17T07:41:45.750Z | Compiling pest_meta v2.7.14 |
1322 | 2025-01-17T07:41:45.911Z | Compiling icu_properties v1.5.1 |
1323 | 2025-01-17T07:41:45.938Z | Compiling aes v0.8.4 |
1324 | 2025-01-17T07:41:46.151Z | Compiling cbc v0.1.2 |
1325 | 2025-01-17T07:41:46.400Z | Compiling openssl-sys v0.9.103 |
1326 | 2025-01-17T07:41:46.610Z | Compiling scroll_derive v0.12.0 |
1327 | 2025-01-17T07:41:46.998Z | Compiling bitflags v2.6.0 |
1328 | 2025-01-17T07:41:47.440Z | Compiling bytes v1.9.0 |
1329 | 2025-01-17T07:41:48.037Z | Compiling indexmap v2.7.0 |
1330 | 2025-01-17T07:41:48.082Z | Compiling semver v1.0.24 |
1331 | 2025-01-17T07:41:48.654Z | Compiling tokio v1.43.0 |
1332 | 2025-01-17T07:41:48.730Z | Compiling http v1.2.0 |
1333 | 2025-01-17T07:41:48.848Z | Compiling rustc_version v0.4.1 |
1334 | 2025-01-17T07:41:49.390Z | Compiling icu_normalizer_data v1.5.0 |
1335 | 2025-01-17T07:41:49.511Z | Compiling atomic-waker v1.1.2 |
1336 | 2025-01-17T07:41:49.539Z | Compiling utf16_iter v1.0.5 |
1337 | 2025-01-17T07:41:49.719Z | Compiling write16 v1.0.0 |
1338 | 2025-01-17T07:41:49.760Z | Compiling utf8_iter v1.0.4 |
1339 | 2025-01-17T07:41:49.883Z | Compiling num_threads v0.1.7 |
1340 | 2025-01-17T07:41:50.019Z | Compiling time v0.3.36 |
1341 | 2025-01-17T07:41:50.038Z | Compiling icu_normalizer v1.5.0 |
1342 | 2025-01-17T07:41:50.278Z | Compiling http-body v1.0.1 |
1343 | 2025-01-17T07:41:50.459Z | Compiling scroll v0.12.0 |
1344 | 2025-01-17T07:41:50.549Z | Compiling pest_generator v2.7.14 |
1345 | 2025-01-17T07:41:50.624Z | Compiling pkcs5 v0.7.1 |
1346 | 2025-01-17T07:41:50.974Z | Compiling form_urlencoded v1.2.1 |
1347 | 2025-01-17T07:41:51.004Z | Compiling slog v2.7.0 |
1348 | 2025-01-17T07:41:51.306Z | Compiling which v4.4.2 |
1349 | 2025-01-17T07:41:51.509Z | Compiling try-lock v0.2.5 |
1350 | 2025-01-17T07:41:51.712Z | Compiling want v0.3.1 |
1351 | 2025-01-17T07:41:51.854Z | Compiling goblin v0.8.2 |
1352 | 2025-01-17T07:41:51.949Z | Compiling pkcs8 v0.10.2 |
1353 | 2025-01-17T07:41:52.004Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-01-17T07:41:52.234Z | Compiling uuid v1.11.0 |
1355 | 2025-01-17T07:41:52.257Z | Compiling iana-time-zone v0.1.61 |
1356 | 2025-01-17T07:41:52.395Z | Compiling pest_derive v2.7.14 |
1357 | 2025-01-17T07:41:52.611Z | Compiling httpdate v1.0.3 |
1358 | 2025-01-17T07:41:52.635Z | Compiling chrono v0.4.38 |
1359 | 2025-01-17T07:41:53.054Z | Compiling idna v1.0.3 |
1360 | 2025-01-17T07:41:53.186Z | Compiling dtrace-parser v0.2.0 |
1361 | 2025-01-17T07:41:54.396Z | Compiling serde_tokenstream v0.2.2 |
1362 | 2025-01-17T07:41:54.741Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-17T07:41:54.764Z | Compiling toml_datetime v0.6.8 |
1364 | 2025-01-17T07:41:54.990Z | Compiling base64 v0.22.1 |
1365 | 2025-01-17T07:41:55.011Z | Compiling foreign-types-shared v0.1.1 |
1366 | 2025-01-17T07:41:55.144Z | Compiling openssl v0.10.66 |
1367 | 2025-01-17T07:41:55.164Z | Compiling rustversion v1.0.17 |
1368 | 2025-01-17T07:41:55.239Z | Compiling match_cfg v0.1.0 |
1369 | 2025-01-17T07:41:55.347Z | Compiling adler2 v2.0.0 |
1370 | 2025-01-17T07:41:55.589Z | Compiling tower-service v0.3.3 |
1371 | 2025-01-17T07:41:55.733Z | Compiling miniz_oxide v0.8.0 |
1372 | 2025-01-17T07:41:55.811Z | Compiling hostname v0.3.1 |
1373 | 2025-01-17T07:41:55.811Z | Compiling foreign-types v0.3.2 |
1374 | 2025-01-17T07:41:55.829Z | Compiling url v2.5.3 |
1375 | 2025-01-17T07:41:55.920Z | Compiling async-trait v0.1.83 |
1376 | 2025-01-17T07:41:56.072Z | Compiling openssl-macros v0.1.1 |
1377 | 2025-01-17T07:41:56.799Z | Compiling tokio-util v0.7.12 |
1378 | 2025-01-17T07:41:57.025Z | Compiling serde_derive_internals v0.29.1 |
1379 | 2025-01-17T07:41:57.087Z | Compiling dirs-sys-next v0.1.2 |
1380 | 2025-01-17T07:41:57.600Z | Compiling dof v0.3.0 |
1381 | 2025-01-17T07:41:57.665Z | Compiling siphasher v0.3.11 |
1382 | 2025-01-17T07:41:58.046Z | Compiling h2 v0.4.6 |
1383 | 2025-01-17T07:41:58.069Z | Compiling syn v1.0.109 |
1384 | 2025-01-17T07:41:58.252Z | Compiling schemars v0.8.21 |
1385 | 2025-01-17T07:41:58.589Z | Compiling usdt-impl v0.5.0 |
1386 | 2025-01-17T07:41:58.657Z | Compiling data-encoding v2.6.0 |
1387 | 2025-01-17T07:41:59.470Z | Compiling rustls v0.22.4 |
1388 | 2025-01-17T07:41:59.531Z | Compiling native-tls v0.2.12 |
1389 | 2025-01-17T07:41:59.746Z | Compiling rustls v0.23.19 |
1390 | 2025-01-17T07:41:59.939Z | Compiling schemars_derive v0.8.21 |
1391 | 2025-01-17T07:42:00.046Z | Compiling dirs-next v2.0.0 |
1392 | 2025-01-17T07:42:00.712Z | Compiling http-body-util v0.1.2 |
1393 | 2025-01-17T07:42:01.210Z | Compiling heapless v0.7.17 |
1394 | 2025-01-17T07:42:01.393Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2025-01-17T07:42:01.572Z | Compiling sha1 v0.10.6 |
1396 | 2025-01-17T07:42:01.648Z | Compiling signature v2.2.0 |
1397 | 2025-01-17T07:42:01.931Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1398 | 2025-01-17T07:42:02.004Z | Compiling thread_local v1.1.8 |
1399 | 2025-01-17T07:42:02.064Z | Compiling cookie v0.18.1 |
1400 | 2025-01-17T07:42:02.349Z | Compiling multer v3.1.0 |
1401 | 2025-01-17T07:42:02.380Z | Compiling encoding_rs v0.8.34 |
1402 | 2025-01-17T07:42:02.405Z | Compiling mime v0.3.17 |
1403 | 2025-01-17T07:42:02.480Z | Compiling signal-hook v0.3.17 |
1404 | 2025-01-17T07:42:02.632Z | Compiling gimli v0.31.1 |
1405 | 2025-01-17T07:42:02.740Z | Compiling unicode-properties v0.1.3 |
1406 | 2025-01-17T07:42:02.957Z | Compiling dyn-clone v1.0.17 |
1407 | 2025-01-17T07:42:03.046Z | Compiling slog-async v2.8.0 |
1408 | 2025-01-17T07:42:03.146Z | Compiling ipnet v2.10.1 |
1409 | 2025-01-17T07:42:03.179Z | Compiling openssl-probe v0.1.5 |
1410 | 2025-01-17T07:42:03.535Z | Compiling rayon-core v1.12.1 |
1411 | 2025-01-17T07:42:03.588Z | Compiling toml_edit v0.22.22 |
1412 | 2025-01-17T07:42:04.310Z | Compiling stringprep v0.1.5 |
1413 | 2025-01-17T07:42:05.369Z | Compiling hyper v1.5.2 |
1414 | 2025-01-17T07:42:07.215Z | Compiling addr2line v0.24.2 |
1415 | 2025-01-17T07:42:07.487Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-01-17T07:42:07.809Z | Compiling hyper-util v0.1.10 |
1417 | 2025-01-17T07:42:07.921Z | Compiling usdt-macro v0.5.0 |
1418 | 2025-01-17T07:42:07.943Z | Compiling usdt-attr-macro v0.5.0 |
1419 | 2025-01-17T07:42:08.272Z | Compiling term v0.7.0 |
1420 | 2025-01-17T07:42:09.121Z | Compiling slog-json v2.6.1 |
1421 | 2025-01-17T07:42:09.349Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2025-01-17T07:42:09.491Z | Compiling curve25519-dalek v4.1.3 |
1423 | 2025-01-17T07:42:09.513Z | Compiling crossbeam-channel v0.5.13 |
1424 | 2025-01-17T07:42:09.579Z | Compiling futures-executor v0.3.31 |
1425 | 2025-01-17T07:42:09.840Z | Compiling enum-as-inner v0.6.1 |
1426 | 2025-01-17T07:42:10.112Z | Compiling md-5 v0.10.6 |
1427 | 2025-01-17T07:42:10.194Z | Compiling async-stream-impl v0.3.6 |
1428 | 2025-01-17T07:42:10.409Z | Compiling rustls-pemfile v2.2.0 |
1429 | 2025-01-17T07:42:10.557Z | Compiling num-integer v0.1.46 |
1430 | 2025-01-17T07:42:10.722Z | Compiling idna v0.3.0 |
1431 | 2025-01-17T07:42:10.747Z | Compiling idna v0.4.0 |
1432 | 2025-01-17T07:42:10.885Z | Compiling hash32 v0.2.1 |
1433 | 2025-01-17T07:42:11.126Z | Compiling ff v0.13.0 |
1434 | 2025-01-17T07:42:11.262Z | Compiling is-terminal v0.4.13 |
1435 | 2025-01-17T07:42:11.282Z | Compiling object v0.36.5 |
1436 | 2025-01-17T07:42:11.351Z | Compiling dropshot v0.12.0 |
1437 | 2025-01-17T07:42:11.405Z | Compiling portable-atomic v1.9.0 |
1438 | 2025-01-17T07:42:11.467Z | Compiling fallible-iterator v0.2.0 |
1439 | 2025-01-17T07:42:11.650Z | Compiling base16ct v0.2.0 |
1440 | 2025-01-17T07:42:11.989Z | Compiling anyhow v1.0.93 |
1441 | 2025-01-17T07:42:12.153Z | Compiling linked-hash-map v0.5.6 |
1442 | 2025-01-17T07:42:12.281Z | Compiling num-bigint-dig v0.8.4 |
1443 | 2025-01-17T07:42:12.340Z | Compiling psl-types v2.0.11 |
1444 | 2025-01-17T07:42:12.360Z | Compiling rustc-demangle v0.1.24 |
1445 | 2025-01-17T07:42:12.513Z | Compiling take_mut v0.2.2 |
1446 | 2025-01-17T07:42:12.543Z | Compiling quick-error v1.2.3 |
1447 | 2025-01-17T07:42:12.596Z | Compiling utf-8 v0.7.6 |
1448 | 2025-01-17T07:42:12.608Z | Compiling smoltcp v0.9.1 |
1449 | 2025-01-17T07:42:12.733Z | Compiling resolv-conf v0.7.0 |
1450 | 2025-01-17T07:42:12.912Z | Compiling tungstenite v0.24.0 |
1451 | 2025-01-17T07:42:13.360Z | Compiling publicsuffix v2.2.3 |
1452 | 2025-01-17T07:42:13.536Z | Compiling lru-cache v0.1.2 |
1453 | 2025-01-17T07:42:13.686Z | Compiling postgres-protocol v0.6.7 |
1454 | 2025-01-17T07:42:13.709Z | Compiling sec1 v0.7.3 |
1455 | 2025-01-17T07:42:13.729Z | Compiling hickory-proto v0.24.1 |
1456 | 2025-01-17T07:42:13.830Z | Compiling async-stream v0.3.6 |
1457 | 2025-01-17T07:42:14.142Z | Compiling slog-term v2.9.1 |
1458 | 2025-01-17T07:42:14.255Z | Compiling group v0.13.0 |
1459 | 2025-01-17T07:42:14.567Z | Compiling usdt v0.5.0 |
1460 | 2025-01-17T07:42:15.062Z | Compiling num-iter v0.1.45 |
1461 | 2025-01-17T07:42:15.203Z | Compiling futures v0.3.31 |
1462 | 2025-01-17T07:42:15.260Z | Compiling slog-bunyan v2.5.0 |
1463 | 2025-01-17T07:42:16.512Z | Compiling tokio-native-tls v0.3.1 |
1464 | 2025-01-17T07:42:16.512Z | Compiling toml v0.8.19 |
1465 | 2025-01-17T07:42:16.797Z | Compiling camino v1.1.9 |
1466 | 2025-01-17T07:42:16.824Z | Compiling phf_shared v0.11.2 |
1467 | 2025-01-17T07:42:16.919Z | Compiling dropshot_endpoint v0.12.0 |
1468 | 2025-01-17T07:42:17.204Z | Compiling terminal_size v0.4.0 |
1469 | 2025-01-17T07:42:17.436Z | Compiling waitgroup v0.1.2 |
1470 | 2025-01-17T07:42:17.666Z | Compiling openapiv3 v2.0.0 |
1471 | 2025-01-17T07:42:17.669Z | Compiling serde_path_to_error v0.1.16 |
1472 | 2025-01-17T07:42:17.997Z | Compiling backtrace v0.3.74 |
1473 | 2025-01-17T07:42:18.481Z | Compiling hkdf v0.12.4 |
1474 | 2025-01-17T07:42:18.518Z | Compiling crypto-bigint v0.5.5 |
1475 | 2025-01-17T07:42:18.762Z | Compiling curve25519-dalek-derive v0.1.1 |
1476 | 2025-01-17T07:42:20.202Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2025-01-17T07:42:21.067Z | Compiling webpki-roots v0.26.6 |
1478 | 2025-01-17T07:42:21.154Z | Compiling idna v0.5.0 |
1479 | 2025-01-17T07:42:21.264Z | Compiling hubpack_derive v0.1.1 |
1480 | 2025-01-17T07:42:21.287Z | Compiling hostname v0.4.0 |
1481 | 2025-01-17T07:42:21.500Z | Compiling crc32fast v1.4.2 |
1482 | 2025-01-17T07:42:21.837Z | Compiling ahash v0.8.11 |
1483 | 2025-01-17T07:42:21.865Z | Compiling fs-err v2.11.0 |
1484 | 2025-01-17T07:42:22.124Z | Compiling managed v0.8.0 |
1485 | 2025-01-17T07:42:22.147Z | Compiling bitflags v1.3.2 |
1486 | 2025-01-17T07:42:22.149Z | Compiling newtype-uuid v1.2.1 |
1487 | 2025-01-17T07:42:22.188Z | Compiling winnow v0.5.40 |
1488 | 2025-01-17T07:42:22.254Z | Compiling debug-ignore v1.0.5 |
1489 | 2025-01-17T07:42:22.420Z | Compiling console v0.15.8 |
1490 | 2025-01-17T07:42:22.484Z | Compiling strum_macros v0.25.3 |
1491 | 2025-01-17T07:42:22.837Z | Compiling clap_builder v4.5.21 |
1492 | 2025-01-17T07:42:23.052Z | Compiling zerocopy v0.6.6 |
1493 | 2025-01-17T07:42:23.841Z | Compiling hubpack v0.1.2 |
1494 | 2025-01-17T07:42:23.859Z | Compiling cookie_store v0.21.0 |
1495 | 2025-01-17T07:42:24.271Z | Compiling flate2 v1.0.34 |
1496 | 2025-01-17T07:42:24.497Z | Compiling elliptic-curve v0.13.8 |
1497 | 2025-01-17T07:42:25.147Z | Compiling hickory-resolver v0.24.1 |
1498 | 2025-01-17T07:42:25.344Z | Compiling phf v0.11.2 |
1499 | 2025-01-17T07:42:25.634Z | Compiling toml_edit v0.19.15 |
1500 | 2025-01-17T07:42:25.727Z | Compiling hyper-tls v0.6.0 |
1501 | 2025-01-17T07:42:26.068Z | Compiling signal-hook-mio v0.2.4 |
1502 | 2025-01-17T07:42:26.135Z | Compiling rayon v1.10.0 |
1503 | 2025-01-17T07:42:26.249Z | Compiling bzip2 v0.4.4 |
1504 | 2025-01-17T07:42:26.643Z | Compiling postgres-types v0.2.8 |
1505 | 2025-01-17T07:42:27.959Z | Compiling tokio-tungstenite v0.24.0 |
1506 | 2025-01-17T07:42:29.808Z | Compiling ed25519 v2.2.3 |
1507 | 2025-01-17T07:42:30.504Z | Compiling phf_shared v0.10.0 |
1508 | 2025-01-17T07:42:30.893Z | Compiling tokio-stream v0.1.16 |
1509 | 2025-01-17T07:42:31.099Z | Compiling pkcs1 v0.7.5 |
1510 | 2025-01-17T07:42:31.151Z | Compiling serde-big-array v0.5.1 |
1511 | 2025-01-17T07:42:31.391Z | Compiling clap_derive v4.5.18 |
1512 | 2025-01-17T07:42:31.753Z | Compiling rfc6979 v0.4.0 |
1513 | 2025-01-17T07:42:31.828Z | Compiling derive-where v1.2.7 |
1514 | 2025-01-17T07:42:31.959Z | Compiling serde_repr v0.1.19 |
1515 | 2025-01-17T07:42:32.044Z | Compiling bstr v1.10.0 |
1516 | 2025-01-17T07:42:32.571Z | Compiling float-cmp v0.9.0 |
1517 | 2025-01-17T07:42:32.840Z | Compiling sync_wrapper v1.0.1 |
1518 | 2025-01-17T07:42:32.872Z | Compiling precomputed-hash v0.1.1 |
1519 | 2025-01-17T07:42:33.013Z | Compiling static_assertions v1.1.0 |
1520 | 2025-01-17T07:42:33.037Z | Compiling difflib v0.4.0 |
1521 | 2025-01-17T07:42:33.105Z | Compiling unicode-width v0.2.0 |
1522 | 2025-01-17T07:42:33.127Z | Compiling whoami v1.5.2 |
1523 | 2025-01-17T07:42:33.628Z | Compiling unicode-segmentation v1.12.0 |
1524 | 2025-01-17T07:42:33.689Z | Compiling number_prefix v0.4.0 |
1525 | 2025-01-17T07:42:33.761Z | Compiling fixedbitset v0.4.2 |
1526 | 2025-01-17T07:42:33.932Z | Compiling new_debug_unreachable v1.0.6 |
1527 | 2025-01-17T07:42:34.043Z | Compiling bit-vec v0.6.3 |
1528 | 2025-01-17T07:42:34.219Z | Compiling normalize-line-endings v0.3.0 |
1529 | 2025-01-17T07:42:34.365Z | Compiling predicates-core v1.0.8 |
1530 | 2025-01-17T07:42:34.454Z | Compiling bit-set v0.5.3 |
1531 | 2025-01-17T07:42:34.502Z | Compiling similar v2.6.0 |
1532 | 2025-01-17T07:42:34.523Z | Compiling petgraph v0.6.5 |
1533 | 2025-01-17T07:42:34.679Z | Compiling predicates v3.1.2 |
1534 | 2025-01-17T07:42:34.739Z | Compiling string_cache v0.8.7 |
1535 | 2025-01-17T07:42:35.025Z | Compiling indicatif v0.17.9 |
1536 | 2025-01-17T07:42:35.163Z | Compiling tokio-postgres v0.7.12 |
1537 | 2025-01-17T07:42:36.040Z | Compiling clap v4.5.21 |
1538 | 2025-01-17T07:42:36.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1539 | 2025-01-17T07:42:36.169Z | Compiling ecdsa v0.16.9 |
1540 | 2025-01-17T07:42:36.682Z | Compiling rsa v0.9.6 |
1541 | 2025-01-17T07:42:36.983Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-01-17T07:42:37.073Z | Compiling toml v0.7.8 |
1543 | 2025-01-17T07:42:38.159Z | Compiling zip v0.6.6 |
1544 | 2025-01-17T07:42:38.280Z | Compiling crossterm v0.28.1 |
1545 | 2025-01-17T07:42:39.838Z | Compiling hex v0.4.3 |
1546 | 2025-01-17T07:42:39.946Z | Compiling x509-cert v0.2.5 |
1547 | 2025-01-17T07:42:40.106Z | Compiling itertools v0.10.5 |
1548 | 2025-01-17T07:42:40.440Z | Compiling lalrpop-util v0.19.12 |
1549 | 2025-01-17T07:42:40.818Z | Compiling peg-runtime v0.8.3 |
1550 | 2025-01-17T07:42:40.904Z | Compiling unicode-xid v0.2.6 |
1551 | 2025-01-17T07:42:41.123Z | Compiling strum_macros v0.26.4 |
1552 | 2025-01-17T07:42:41.415Z | Compiling xattr v1.3.1 |
1553 | 2025-01-17T07:42:41.681Z | Compiling filetime v0.2.25 |
1554 | 2025-01-17T07:42:41.998Z | Compiling tar v0.4.42 |
1555 | 2025-01-17T07:42:45.375Z | Compiling strum v0.26.3 |
1556 | 2025-01-17T07:42:49.371Z | Compiling aws-lc-sys v0.22.0 |
1557 | 2025-01-17T07:43:17.378Z | Compiling rustls-webpki v0.102.8 |
1558 | 2025-01-17T07:43:20.650Z | Compiling tokio-rustls v0.25.0 |
1559 | 2025-01-17T07:43:22.339Z | Compiling tokio-rustls v0.26.0 |
1560 | 2025-01-17T07:43:22.651Z | Compiling hyper-rustls v0.27.3 |
1561 | 2025-01-17T07:43:23.260Z | Compiling reqwest v0.12.9 |
1562 | 2025-01-17T07:43:24.374Z | Compiling qorb v0.2.1 |
1563 | 2025-01-17T07:43:27.681Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1564 | 2025-01-17T07:43:27.878Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1565 | 2025-01-17T07:43:32.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1566 | 2025-01-17T07:43:32.664Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1567 | 2025-01-17T07:43:32.717Z | Jan 17 07:43:31.782 INFO Starting download, target: Cockroach |
1568 | 2025-01-17T07:43:32.717Z | Jan 17 07:43:31.782 INFO Starting download, target: DendriteOpenapi |
1569 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.782 INFO Starting download, target: Clickhouse |
1570 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.782 INFO Starting download, target: Console |
1571 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.782 INFO Starting download, target: DendriteStub |
1572 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.782 INFO Starting download, target: MaghemiteMgd |
1573 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.782 INFO Starting download, target: TransceiverControl |
1574 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1575 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1576 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1577 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1578 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1579 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1580 | 2025-01-17T07:43:32.720Z | Jan 17 07:43:31.783 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1581 | 2025-01-17T07:43:32.857Z | Jan 17 07:43:31.919 INFO Download complete, target: DendriteOpenapi |
1582 | 2025-01-17T07:43:33.183Z | Jan 17 07:43:32.238 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1583 | 2025-01-17T07:43:33.249Z | Jan 17 07:43:32.309 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1584 | 2025-01-17T07:43:33.612Z | Jan 17 07:43:32.673 INFO Download complete, target: Console |
1585 | 2025-01-17T07:43:33.742Z | Jan 17 07:43:32.803 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1586 | 2025-01-17T07:43:33.827Z | Jan 17 07:43:32.891 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1587 | 2025-01-17T07:43:33.913Z | Jan 17 07:43:32.976 INFO Download complete, target: TransceiverControl |
1588 | 2025-01-17T07:43:34.324Z | Jan 17 07:43:33.389 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-01-17T07:43:34.324Z | Jan 17 07:43:33.389 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-01-17T07:43:34.620Z | Jan 17 07:43:33.684 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1591 | 2025-01-17T07:43:36.550Z | Jan 17 07:43:35.615 INFO Download complete, target: DendriteStub |
1592 | 2025-01-17T07:43:36.723Z | Jan 17 07:43:35.788 INFO Download complete, target: MaghemiteMgd |
1593 | 2025-01-17T07:43:41.756Z | Jan 17 07:43:40.820 INFO Checking that binary works, target: Cockroach |
1594 | 2025-01-17T07:43:41.918Z | Jan 17 07:43:40.982 INFO Download complete, target: Cockroach |
1595 | 2025-01-17T07:43:47.012Z | Jan 17 07:43:46.075 INFO Checking that binary works, target: Clickhouse |
1596 | 2025-01-17T07:43:47.139Z | Jan 17 07:43:46.202 INFO Download complete, target: Clickhouse |
1597 | 2025-01-17T07:43:47.160Z | All builder prerequisites installed successfully, and PATH looks valid |
1598 | 2025-01-17T07:43:47.165Z | |
1599 | 2025-01-17T07:43:47.165Z | real 5:42.019721221 |
1600 | 2025-01-17T07:43:47.165Z | user 16:00.105952929 |
1601 | 2025-01-17T07:43:47.165Z | sys 2:06.383191279 |
1602 | 2025-01-17T07:43:47.166Z | trap 0.607555236 |
1603 | 2025-01-17T07:43:47.166Z | tflt 1.485158544 |
1604 | 2025-01-17T07:43:47.166Z | dflt 1.730761747 |
1605 | 2025-01-17T07:43:47.166Z | kflt 0.028138229 |
1606 | 2025-01-17T07:43:47.166Z | lock 24:43.209898193 |
1607 | 2025-01-17T07:43:47.166Z | slp 57:28.592482416 |
1608 | 2025-01-17T07:43:47.166Z | lat 1:01.147615913 |
1609 | 2025-01-17T07:43:47.166Z | stop 2:28.010922150 |
1610 | 2025-01-17T07:43:47.167Z | + banner clippy |
1611 | 2025-01-17T07:43:47.167Z | |
1612 | 2025-01-17T07:43:47.167Z | #### # # ##### ##### # # |
1613 | 2025-01-17T07:43:47.167Z | # # # # # # # # # # |
1614 | 2025-01-17T07:43:47.167Z | # # # # # # # # |
1615 | 2025-01-17T07:43:47.167Z | # # # ##### ##### # |
1616 | 2025-01-17T07:43:47.167Z | # # # # # # # |
1617 | 2025-01-17T07:43:47.167Z | #### ###### # # # # |
1618 | 2025-01-17T07:43:47.167Z | |
1619 | 2025-01-17T07:43:47.167Z | + export CARGO_INCREMENTAL=0 |
1620 | 2025-01-17T07:43:47.167Z | + CARGO_INCREMENTAL=0 |
1621 | 2025-01-17T07:43:47.167Z | + ptime -m cargo xtask clippy |
1622 | 2025-01-17T07:43:47.728Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1623 | 2025-01-17T07:43:50.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.37s |
1624 | 2025-01-17T07:43:50.658Z | Running `target/debug/xtask clippy` |
1625 | 2025-01-17T07:43:50.678Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1626 | 2025-01-17T07:43:51.331Z | Downloading crates ... |
1627 | 2025-01-17T07:43:51.713Z | Downloaded async-object-pool v0.1.5 |
1628 | 2025-01-17T07:43:51.722Z | Downloaded anes v0.1.6 |
1629 | 2025-01-17T07:43:51.725Z | Downloaded async-signal v0.2.10 |
1630 | 2025-01-17T07:43:51.727Z | Downloaded async-global-executor v2.4.1 |
1631 | 2025-01-17T07:43:51.730Z | Downloaded async-channel v2.3.1 |
1632 | 2025-01-17T07:43:51.732Z | Downloaded doc-comment v0.3.3 |
1633 | 2025-01-17T07:43:51.740Z | Downloaded pathdiff v0.2.2 |
1634 | 2025-01-17T07:43:51.743Z | Downloaded guppy-workspace-hack v0.1.0 |
1635 | 2025-01-17T07:43:51.749Z | Downloaded nested v0.1.1 |
1636 | 2025-01-17T07:43:51.753Z | Downloaded escape8259 v0.5.3 |
1637 | 2025-01-17T07:43:51.757Z | Downloaded async-lock v3.4.0 |
1638 | 2025-01-17T07:43:51.783Z | Downloaded similar-asserts v1.6.0 |
1639 | 2025-01-17T07:43:51.786Z | Downloaded async-channel v1.9.0 |
1640 | 2025-01-17T07:43:51.788Z | Downloaded assert-json-diff v2.0.2 |
1641 | 2025-01-17T07:43:51.788Z | Downloaded approx v0.5.1 |
1642 | 2025-01-17T07:43:51.791Z | Downloaded plotters-svg v0.3.7 |
1643 | 2025-01-17T07:43:51.791Z | Downloaded parking v2.2.1 |
1644 | 2025-01-17T07:43:51.794Z | Downloaded oorandom v11.1.4 |
1645 | 2025-01-17T07:43:51.794Z | Downloaded threadpool v1.8.1 |
1646 | 2025-01-17T07:43:51.794Z | Downloaded futures-timer v3.0.3 |
1647 | 2025-01-17T07:43:51.796Z | Downloaded serde_regex v1.1.0 |
1648 | 2025-01-17T07:43:51.796Z | Downloaded relative-path v1.9.3 |
1649 | 2025-01-17T07:43:51.799Z | Downloaded proc-macro-crate v3.2.0 |
1650 | 2025-01-17T07:43:51.799Z | Downloaded kv-log-macro v1.0.7 |
1651 | 2025-01-17T07:43:51.801Z | Downloaded indoc v2.0.5 |
1652 | 2025-01-17T07:43:51.804Z | Downloaded target-spec v3.2.2 |
1653 | 2025-01-17T07:43:51.806Z | Downloaded num_cpus v1.16.0 |
1654 | 2025-01-17T07:43:51.809Z | Downloaded event-listener-strategy v0.5.2 |
1655 | 2025-01-17T07:43:51.809Z | Downloaded concurrent-queue v2.5.0 |
1656 | 2025-01-17T07:43:51.812Z | Downloaded plotters-backend v0.3.7 |
1657 | 2025-01-17T07:43:51.812Z | Downloaded stringmetrics v2.2.2 |
1658 | 2025-01-17T07:43:51.814Z | Downloaded piper v0.2.4 |
1659 | 2025-01-17T07:43:51.817Z | Downloaded assert_cmd v2.0.16 |
1660 | 2025-01-17T07:43:51.817Z | Downloaded cast v0.3.0 |
1661 | 2025-01-17T07:43:51.820Z | Downloaded blocking v1.6.1 |
1662 | 2025-01-17T07:43:51.820Z | Downloaded target-triple v0.1.3 |
1663 | 2025-01-17T07:43:51.822Z | Downloaded target-lexicon v0.12.16 |
1664 | 2025-01-17T07:43:51.824Z | Downloaded criterion-plot v0.5.0 |
1665 | 2025-01-17T07:43:51.824Z | Downloaded blake2b_simd v1.0.2 |
1666 | 2025-01-17T07:43:51.827Z | Downloaded async-task v4.7.1 |
1667 | 2025-01-17T07:43:51.829Z | Downloaded rust-argon2 v2.1.0 |
1668 | 2025-01-17T07:43:51.832Z | Downloaded path-tree v0.8.1 |
1669 | 2025-01-17T07:43:51.832Z | Downloaded event-listener v2.5.3 |
1670 | 2025-01-17T07:43:51.835Z | Downloaded httptest v0.16.1 |
1671 | 2025-01-17T07:43:51.837Z | Downloaded async-process v2.3.0 |
1672 | 2025-01-17T07:43:51.837Z | Downloaded libtest-mimic v0.7.3 |
1673 | 2025-01-17T07:43:51.840Z | Downloaded rustls-native-certs v0.7.3 |
1674 | 2025-01-17T07:43:51.842Z | Downloaded async-io v2.3.4 |
1675 | 2025-01-17T07:43:51.845Z | Downloaded async-executor v1.13.1 |
1676 | 2025-01-17T07:43:51.847Z | Downloaded partial-io v0.5.4 |
1677 | 2025-01-17T07:43:51.850Z | Downloaded tinytemplate v1.2.1 |
1678 | 2025-01-17T07:43:51.852Z | Downloaded hyper-rustls v0.26.0 |
1679 | 2025-01-17T07:43:51.856Z | Downloaded futures-lite v2.3.0 |
1680 | 2025-01-17T07:43:51.856Z | Downloaded cfg-expr v0.17.0 |
1681 | 2025-01-17T07:43:51.858Z | Downloaded trybuild v1.0.101 |
1682 | 2025-01-17T07:43:51.861Z | Downloaded event-listener v5.3.1 |
1683 | 2025-01-17T07:43:51.864Z | Downloaded rstest v0.23.0 |
1684 | 2025-01-17T07:43:51.870Z | Downloaded rstest_macros v0.23.0 |
1685 | 2025-01-17T07:43:51.873Z | Downloaded rand_distr v0.4.3 |
1686 | 2025-01-17T07:43:51.876Z | Downloaded yansi v1.0.1 |
1687 | 2025-01-17T07:43:51.879Z | Downloaded fancy-regex v0.13.0 |
1688 | 2025-01-17T07:43:51.882Z | Downloaded polling v3.7.3 |
1689 | 2025-01-17T07:43:51.885Z | Downloaded pretty_assertions v1.4.1 |
1690 | 2025-01-17T07:43:51.887Z | Downloaded datatest-stable v0.2.9 |
1691 | 2025-01-17T07:43:51.890Z | Downloaded async-attributes v1.1.2 |
1692 | 2025-01-17T07:43:51.893Z | Downloaded criterion v0.5.1 |
1693 | 2025-01-17T07:43:51.898Z | Downloaded plotters v0.3.7 |
1694 | 2025-01-17T07:43:51.907Z | Downloaded guppy v0.17.8 |
1695 | 2025-01-17T07:43:51.913Z | Downloaded async-std v1.13.0 |
1696 | 2025-01-17T07:43:52.001Z | Downloaded httpmock v0.8.0-alpha.1 |
1697 | 2025-01-17T07:43:52.811Z | Checking cfg-if v1.0.0 |
1698 | 2025-01-17T07:43:52.890Z | Checking libc v0.2.169 |
1699 | 2025-01-17T07:43:52.914Z | Checking serde v1.0.217 |
1700 | 2025-01-17T07:43:52.938Z | Checking memchr v2.7.4 |
1701 | 2025-01-17T07:43:52.960Z | Checking value-bag v1.9.0 |
1702 | 2025-01-17T07:43:52.982Z | Checking scopeguard v1.2.0 |
1703 | 2025-01-17T07:43:53.006Z | Checking zeroize v1.8.1 |
1704 | 2025-01-17T07:43:53.029Z | Checking itoa v1.0.11 |
1705 | 2025-01-17T07:43:53.032Z | Checking smallvec v1.13.2 |
1706 | 2025-01-17T07:43:53.121Z | Checking lock_api v0.4.12 |
1707 | 2025-01-17T07:43:53.245Z | Checking byteorder v1.5.0 |
1708 | 2025-01-17T07:43:53.276Z | Checking pin-project-lite v0.2.14 |
1709 | 2025-01-17T07:43:53.383Z | Checking log v0.4.22 |
1710 | 2025-01-17T07:43:53.414Z | Checking subtle v2.6.1 |
1711 | 2025-01-17T07:43:53.417Z | Checking once_cell v1.20.2 |
1712 | 2025-01-17T07:43:53.513Z | Checking typenum v1.17.0 |
1713 | 2025-01-17T07:43:53.657Z | Checking libm v0.2.8 |
1714 | 2025-01-17T07:43:53.705Z | Checking futures-core v0.3.31 |
1715 | 2025-01-17T07:43:53.733Z | Checking zerocopy v0.7.35 |
1716 | 2025-01-17T07:43:53.761Z | Checking ryu v1.0.18 |
1717 | 2025-01-17T07:43:53.870Z | Checking thiserror v1.0.69 |
1718 | 2025-01-17T07:43:53.905Z | Checking spin v0.9.8 |
1719 | 2025-01-17T07:43:53.934Z | Checking getrandom v0.2.15 |
1720 | 2025-01-17T07:43:54.004Z | Checking parking_lot_core v0.9.10 |
1721 | 2025-01-17T07:43:54.033Z | Checking signal-hook-registry v1.4.2 |
1722 | 2025-01-17T07:43:54.185Z | Checking rand_core v0.6.4 |
1723 | 2025-01-17T07:43:54.240Z | Checking mio v1.0.2 |
1724 | 2025-01-17T07:43:54.303Z | Checking socket2 v0.5.7 |
1725 | 2025-01-17T07:43:54.359Z | Checking parking_lot v0.12.3 |
1726 | 2025-01-17T07:43:54.509Z | Checking const-oid v0.9.6 |
1727 | 2025-01-17T07:43:54.572Z | Checking num-traits v0.2.19 |
1728 | 2025-01-17T07:43:54.615Z | Checking generic-array v0.14.7 |
1729 | 2025-01-17T07:43:54.720Z | Checking allocator-api2 v0.2.18 |
1730 | 2025-01-17T07:43:54.768Z | Checking futures-io v0.3.31 |
1731 | 2025-01-17T07:43:54.825Z | Checking slab v0.4.9 |
1732 | 2025-01-17T07:43:54.922Z | Checking cpufeatures v0.2.14 |
1733 | 2025-01-17T07:43:54.981Z | Checking futures-sink v0.3.31 |
1734 | 2025-01-17T07:43:55.040Z | Checking pin-utils v0.1.0 |
1735 | 2025-01-17T07:43:55.101Z | Checking foldhash v0.1.3 |
1736 | 2025-01-17T07:43:55.149Z | Checking equivalent v1.0.1 |
1737 | 2025-01-17T07:43:55.177Z | Checking futures-channel v0.3.31 |
1738 | 2025-01-17T07:43:55.281Z | Checking futures-task v0.3.31 |
1739 | 2025-01-17T07:43:55.313Z | Checking iana-time-zone v0.1.61 |
1740 | 2025-01-17T07:43:55.364Z | Checking hashbrown v0.15.1 |
1741 | 2025-01-17T07:43:55.491Z | Checking stable_deref_trait v1.2.0 |
1742 | 2025-01-17T07:43:55.535Z | Checking fnv v1.0.7 |
1743 | 2025-01-17T07:43:55.562Z | Checking futures-util v0.3.31 |
1744 | 2025-01-17T07:43:55.616Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1745 | 2025-01-17T07:43:55.663Z | Checking crypto-common v0.1.6 |
1746 | 2025-01-17T07:43:55.686Z | Checking block-buffer v0.10.4 |
1747 | 2025-01-17T07:43:55.846Z | Checking tracing-core v0.1.32 |
1748 | 2025-01-17T07:43:55.898Z | Checking ppv-lite86 v0.2.20 |
1749 | 2025-01-17T07:43:55.967Z | Checking errno v0.3.9 |
1750 | 2025-01-17T07:43:56.000Z | Checking dyn-clone v1.0.17 |
1751 | 2025-01-17T07:43:56.157Z | Checking zerofrom v0.1.4 |
1752 | 2025-01-17T07:43:56.186Z | Checking percent-encoding v2.3.1 |
1753 | 2025-01-17T07:43:56.397Z | Checking digest v0.10.7 |
1754 | 2025-01-17T07:43:56.439Z | Checking block-padding v0.3.3 |
1755 | 2025-01-17T07:43:56.442Z | Checking yoke v0.7.4 |
1756 | 2025-01-17T07:43:56.444Z | Checking writeable v0.5.5 |
1757 | 2025-01-17T07:43:56.509Z | Checking tracing v0.1.40 |
1758 | 2025-01-17T07:43:56.616Z | Checking rand_chacha v0.3.1 |
1759 | 2025-01-17T07:43:56.658Z | Checking litemap v0.7.3 |
1760 | 2025-01-17T07:43:56.769Z | Checking inout v0.1.3 |
1761 | 2025-01-17T07:43:56.806Z | Checking crossbeam-utils v0.8.20 |
1762 | 2025-01-17T07:43:56.809Z | Checking zerovec v0.10.4 |
1763 | 2025-01-17T07:43:56.897Z | Checking tinyvec_macros v0.1.1 |
1764 | 2025-01-17T07:43:57.010Z | Checking tinyvec v1.8.0 |
1765 | 2025-01-17T07:43:57.038Z | Checking cipher v0.4.4 |
1766 | 2025-01-17T07:43:57.041Z | Checking form_urlencoded v1.2.1 |
1767 | 2025-01-17T07:43:57.089Z | Checking rand v0.8.5 |
1768 | 2025-01-17T07:43:57.249Z | Checking httparse v1.9.5 |
1769 | 2025-01-17T07:43:57.385Z | Checking bytes v1.9.0 |
1770 | 2025-01-17T07:43:57.476Z | Checking bitflags v2.6.0 |
1771 | 2025-01-17T07:43:57.507Z | Checking serde_json v1.0.135 |
1772 | 2025-01-17T07:43:57.694Z | Checking chrono v0.4.38 |
1773 | 2025-01-17T07:43:57.786Z | Checking indexmap v2.7.0 |
1774 | 2025-01-17T07:43:58.139Z | Checking tokio v1.43.0 |
1775 | 2025-01-17T07:43:58.285Z | Checking uuid v1.11.0 |
1776 | 2025-01-17T07:43:58.324Z | Checking rustix v0.38.37 |
1777 | 2025-01-17T07:43:58.396Z | Checking http v1.2.0 |
1778 | 2025-01-17T07:43:58.878Z | Checking tinystr v0.7.6 |
1779 | 2025-01-17T07:43:58.953Z | Checking icu_locid_transform_data v1.5.0 |
1780 | 2025-01-17T07:43:59.075Z | Checking regex-syntax v0.8.5 |
1781 | 2025-01-17T07:43:59.173Z | Checking unicode-ident v1.0.14 |
1782 | 2025-01-17T07:43:59.217Z | Checking icu_locid v1.5.0 |
1783 | 2025-01-17T07:43:59.359Z | Checking atomic-waker v1.1.2 |
1784 | 2025-01-17T07:43:59.523Z | Checking icu_collections v1.5.0 |
1785 | 2025-01-17T07:43:59.641Z | Checking schemars v0.8.21 |
1786 | 2025-01-17T07:43:59.688Z | Checking unicode-normalization v0.1.24 |
1787 | 2025-01-17T07:43:59.993Z | Checking icu_properties_data v1.5.0 |
1788 | 2025-01-17T07:44:00.176Z | Checking icu_provider v1.5.0 |
1789 | 2025-01-17T07:44:00.204Z | Checking untrusted v0.9.0 |
1790 | 2025-01-17T07:44:00.242Z | Checking aho-corasick v1.1.3 |
1791 | 2025-01-17T07:44:00.372Z | Checking ring v0.17.8 |
1792 | 2025-01-17T07:44:00.677Z | Checking utf16_iter v1.0.5 |
1793 | 2025-01-17T07:44:00.769Z | Checking icu_locid_transform v1.5.0 |
1794 | 2025-01-17T07:44:00.856Z | Checking icu_normalizer_data v1.5.0 |
1795 | 2025-01-17T07:44:00.974Z | Checking base64ct v1.6.0 |
1796 | 2025-01-17T07:44:01.155Z | Checking utf8_iter v1.0.4 |
1797 | 2025-01-17T07:44:01.375Z | Checking write16 v1.0.0 |
1798 | 2025-01-17T07:44:01.436Z | Checking unicode-bidi v0.3.17 |
1799 | 2025-01-17T07:44:01.535Z | Checking proc-macro2 v1.0.92 |
1800 | 2025-01-17T07:44:01.707Z | Checking hmac v0.12.1 |
1801 | 2025-01-17T07:44:01.847Z | Checking icu_properties v1.5.1 |
1802 | 2025-01-17T07:44:01.906Z | Checking sha2 v0.10.8 |
1803 | 2025-01-17T07:44:01.934Z | Checking powerfmt v0.2.0 |
1804 | 2025-01-17T07:44:02.057Z | Checking num-conv v0.1.0 |
1805 | 2025-01-17T07:44:02.102Z | Checking num_threads v0.1.7 |
1806 | 2025-01-17T07:44:02.202Z | Checking quote v1.0.38 |
1807 | 2025-01-17T07:44:02.228Z | Checking deranged v0.3.11 |
1808 | 2025-01-17T07:44:02.253Z | Checking time-core v0.1.2 |
1809 | 2025-01-17T07:44:02.314Z | Checking rustls-pki-types v1.10.0 |
1810 | 2025-01-17T07:44:02.385Z | Checking regex-automata v0.4.8 |
1811 | 2025-01-17T07:44:02.429Z | Checking lazy_static v1.5.0 |
1812 | 2025-01-17T07:44:02.457Z | Checking adler2 v2.0.0 |
1813 | 2025-01-17T07:44:02.531Z | Checking syn v2.0.96 |
1814 | 2025-01-17T07:44:02.573Z | Checking http-body v1.0.1 |
1815 | 2025-01-17T07:44:02.629Z | Checking miniz_oxide v0.8.0 |
1816 | 2025-01-17T07:44:02.787Z | Checking aws-lc-sys v0.22.0 |
1817 | 2025-01-17T07:44:02.881Z | Checking httpdate v1.0.3 |
1818 | 2025-01-17T07:44:03.147Z | Checking untrusted v0.7.1 |
1819 | 2025-01-17T07:44:03.349Z | Checking try-lock v0.2.5 |
1820 | 2025-01-17T07:44:03.376Z | Checking mirai-annotations v1.12.0 |
1821 | 2025-01-17T07:44:03.506Z | Checking base64 v0.22.1 |
1822 | 2025-01-17T07:44:03.534Z | Checking time v0.3.36 |
1823 | 2025-01-17T07:44:03.584Z | Checking want v0.3.1 |
1824 | 2025-01-17T07:44:03.778Z | Checking pem-rfc7468 v0.7.0 |
1825 | 2025-01-17T07:44:03.970Z | Checking ahash v0.8.11 |
1826 | 2025-01-17T07:44:04.070Z | Checking tower-service v0.3.3 |
1827 | 2025-01-17T07:44:04.220Z | Checking flagset v0.4.6 |
1828 | 2025-01-17T07:44:04.439Z | Checking der v0.7.9 |
1829 | 2025-01-17T07:44:04.442Z | Checking pbkdf2 v0.12.2 |
1830 | 2025-01-17T07:44:04.654Z | Checking aes v0.8.4 |
1831 | 2025-01-17T07:44:04.854Z | Checking aws-lc-rs v1.10.0 |
1832 | 2025-01-17T07:44:04.915Z | Checking tokio-util v0.7.12 |
1833 | 2025-01-17T07:44:05.078Z | Checking icu_normalizer v1.5.0 |
1834 | 2025-01-17T07:44:05.542Z | Checking mime v0.3.17 |
1835 | 2025-01-17T07:44:05.756Z | Checking h2 v0.4.6 |
1836 | 2025-01-17T07:44:05.862Z | Checking salsa20 v0.10.2 |
1837 | 2025-01-17T07:44:05.889Z | Checking idna_adapter v1.2.0 |
1838 | 2025-01-17T07:44:05.919Z | Checking cbc v0.1.2 |
1839 | 2025-01-17T07:44:06.092Z | Checking slog v2.7.0 |
1840 | 2025-01-17T07:44:06.122Z | Checking idna v1.0.3 |
1841 | 2025-01-17T07:44:06.148Z | Checking scrypt v0.11.0 |
1842 | 2025-01-17T07:44:06.175Z | Checking spki v0.7.3 |
1843 | 2025-01-17T07:44:06.393Z | Checking http-body-util v0.1.2 |
1844 | 2025-01-17T07:44:06.476Z | Checking semver v1.0.24 |
1845 | 2025-01-17T07:44:06.582Z | Checking ipnet v2.10.1 |
1846 | 2025-01-17T07:44:06.614Z | Checking url v2.5.3 |
1847 | 2025-01-17T07:44:06.618Z | Checking rustls-webpki v0.102.8 |
1848 | 2025-01-17T07:44:06.825Z | Checking gimli v0.31.1 |
1849 | 2025-01-17T07:44:06.887Z | Checking pkcs5 v0.7.1 |
1850 | 2025-01-17T07:44:06.916Z | Checking regex v1.11.1 |
1851 | 2025-01-17T07:44:07.076Z | Checking rustls-pemfile v2.2.0 |
1852 | 2025-01-17T07:44:07.317Z | Checking object v0.36.5 |
1853 | 2025-01-17T07:44:07.382Z | Checking openssl-probe v0.1.5 |
1854 | 2025-01-17T07:44:07.429Z | Checking rustc-demangle v0.1.24 |
1855 | 2025-01-17T07:44:07.431Z | Checking foreign-types-shared v0.1.1 |
1856 | 2025-01-17T07:44:07.539Z | Checking utf8parse v0.2.2 |
1857 | 2025-01-17T07:44:07.568Z | Checking foreign-types v0.3.2 |
1858 | 2025-01-17T07:44:07.570Z | Checking pkcs8 v0.10.2 |
1859 | 2025-01-17T07:44:07.682Z | Checking futures-executor v0.3.31 |
1860 | 2025-01-17T07:44:07.710Z | Checking toml_datetime v0.6.8 |
1861 | 2025-01-17T07:44:07.918Z | Checking serde_urlencoded v0.7.1 |
1862 | 2025-01-17T07:44:07.946Z | Checking serde_spanned v0.6.8 |
1863 | 2025-01-17T07:44:07.949Z | Checking openssl-sys v0.9.103 |
1864 | 2025-01-17T07:44:08.027Z | Checking encoding_rs v0.8.34 |
1865 | 2025-01-17T07:44:08.147Z | Checking unicode-width v0.1.14 |
1866 | 2025-01-17T07:44:08.363Z | Checking data-encoding v2.6.0 |
1867 | 2025-01-17T07:44:08.545Z | Checking futures v0.3.31 |
1868 | 2025-01-17T07:44:08.619Z | Checking anstyle v1.0.10 |
1869 | 2025-01-17T07:44:08.665Z | Checking either v1.13.0 |
1870 | 2025-01-17T07:44:08.953Z | Checking rustls v0.23.19 |
1871 | 2025-01-17T07:44:08.985Z | Checking sha1 v0.10.6 |
1872 | 2025-01-17T07:44:09.036Z | Checking idna v0.3.0 |
1873 | 2025-01-17T07:44:09.166Z | Checking openssl v0.10.66 |
1874 | 2025-01-17T07:44:09.288Z | Checking openapiv3 v2.0.0 |
1875 | 2025-01-17T07:44:10.024Z | Checking psl-types v2.0.11 |
1876 | 2025-01-17T07:44:10.235Z | Checking publicsuffix v2.2.3 |
1877 | 2025-01-17T07:44:10.432Z | Checking anstyle-parse v0.2.5 |
1878 | 2025-01-17T07:44:10.435Z | Checking addr2line v0.24.2 |
1879 | 2025-01-17T07:44:10.496Z | Checking cookie v0.18.1 |
1880 | 2025-01-17T07:44:10.731Z | Checking webpki-roots v0.26.6 |
1881 | 2025-01-17T07:44:10.958Z | Checking idna v0.5.0 |
1882 | 2025-01-17T07:44:10.987Z | Checking camino v1.1.9 |
1883 | 2025-01-17T07:44:10.990Z | Checking colorchoice v1.0.2 |
1884 | 2025-01-17T07:44:11.171Z | Checking winnow v0.6.20 |
1885 | 2025-01-17T07:44:11.530Z | Checking is_terminal_polyfill v1.70.1 |
1886 | 2025-01-17T07:44:11.674Z | Checking anstyle-query v1.1.1 |
1887 | 2025-01-17T07:44:11.822Z | Checking anstream v0.6.15 |
1888 | 2025-01-17T07:44:11.864Z | Checking hyper v1.5.2 |
1889 | 2025-01-17T07:44:11.893Z | Checking cookie_store v0.21.0 |
1890 | 2025-01-17T07:44:12.201Z | Checking terminal_size v0.4.0 |
1891 | 2025-01-17T07:44:12.404Z | Checking signature v2.2.0 |
1892 | 2025-01-17T07:44:12.407Z | Checking sync_wrapper v1.0.1 |
1893 | 2025-01-17T07:44:12.578Z | Checking clap_lex v0.7.2 |
1894 | 2025-01-17T07:44:12.604Z | Checking strsim v0.11.1 |
1895 | 2025-01-17T07:44:12.627Z | Checking is-terminal v0.4.13 |
1896 | 2025-01-17T07:44:12.761Z | Checking scroll v0.12.0 |
1897 | 2025-01-17T07:44:12.844Z | Checking ucd-trie v0.1.7 |
1898 | 2025-01-17T07:44:12.870Z | Checking clap_builder v4.5.21 |
1899 | 2025-01-17T07:44:13.071Z | Checking plain v0.2.3 |
1900 | 2025-01-17T07:44:13.227Z | Checking pest v2.7.14 |
1901 | 2025-01-17T07:44:13.254Z | Checking goblin v0.8.2 |
1902 | 2025-01-17T07:44:13.257Z | Checking backtrace v0.3.74 |
1903 | 2025-01-17T07:44:13.858Z | Checking anyhow v1.0.93 |
1904 | 2025-01-17T07:44:13.904Z | Checking hyper-util v0.1.10 |
1905 | 2025-01-17T07:44:13.946Z | Checking base16ct v0.2.0 |
1906 | 2025-01-17T07:44:14.060Z | Checking tokio-rustls v0.26.0 |
1907 | 2025-01-17T07:44:14.112Z | Checking native-tls v0.2.12 |
1908 | 2025-01-17T07:44:14.174Z | Checking pretty-hex v0.4.1 |
1909 | 2025-01-17T07:44:14.228Z | Checking sec1 v0.7.3 |
1910 | 2025-01-17T07:44:14.368Z | Checking num-integer v0.1.46 |
1911 | 2025-01-17T07:44:14.436Z | Checking tokio-native-tls v0.3.1 |
1912 | 2025-01-17T07:44:14.464Z | Checking ff v0.13.0 |
1913 | 2025-01-17T07:44:14.620Z | Checking thread-id v4.2.2 |
1914 | 2025-01-17T07:44:14.685Z | Checking toml_edit v0.22.22 |
1915 | 2025-01-17T07:44:14.712Z | Checking group v0.13.0 |
1916 | 2025-01-17T07:44:14.745Z | Checking hkdf v0.12.4 |
1917 | 2025-01-17T07:44:14.843Z | Checking crypto-bigint v0.5.5 |
1918 | 2025-01-17T07:44:14.972Z | Checking dirs-sys-next v0.1.2 |
1919 | 2025-01-17T07:44:15.001Z | Checking memmap v0.7.0 |
1920 | 2025-01-17T07:44:15.165Z | Checking crc32fast v1.4.2 |
1921 | 2025-01-17T07:44:15.214Z | Checking bitflags v1.3.2 |
1922 | 2025-01-17T07:44:15.329Z | Checking utf-8 v0.7.6 |
1923 | 2025-01-17T07:44:15.406Z | Checking static_assertions v1.1.0 |
1924 | 2025-01-17T07:44:15.521Z | Checking dirs-next v2.0.0 |
1925 | 2025-01-17T07:44:15.549Z | Checking crossbeam-channel v0.5.13 |
1926 | 2025-01-17T07:44:15.663Z | Checking thread_local v1.1.8 |
1927 | 2025-01-17T07:44:15.766Z | Checking clap v4.5.21 |
1928 | 2025-01-17T07:44:15.813Z | Checking dtrace-parser v0.2.0 |
1929 | 2025-01-17T07:44:15.863Z | Checking hyper-rustls v0.27.3 |
1930 | 2025-01-17T07:44:15.899Z | Checking hyper-tls v0.6.0 |
1931 | 2025-01-17T07:44:15.934Z | Checking unicode-segmentation v1.12.0 |
1932 | 2025-01-17T07:44:16.213Z | Checking term v0.7.0 |
1933 | 2025-01-17T07:44:16.240Z | Checking reqwest v0.12.9 |
1934 | 2025-01-17T07:44:16.266Z | Checking num-iter v0.1.45 |
1935 | 2025-01-17T07:44:16.295Z | Checking crossbeam-epoch v0.9.18 |
1936 | 2025-01-17T07:44:16.460Z | Checking match_cfg v0.1.0 |
1937 | 2025-01-17T07:44:16.578Z | Checking take_mut v0.2.2 |
1938 | 2025-01-17T07:44:16.670Z | Checking slog-term v2.9.1 |
1939 | 2025-01-17T07:44:16.698Z | Checking hostname v0.3.1 |
1940 | 2025-01-17T07:44:16.733Z | Checking slog-async v2.8.0 |
1941 | 2025-01-17T07:44:16.762Z | Checking itertools v0.10.5 |
1942 | 2025-01-17T07:44:16.834Z | Checking bstr v1.10.0 |
1943 | 2025-01-17T07:44:17.033Z | Checking rfc6979 v0.4.0 |
1944 | 2025-01-17T07:44:17.163Z | Checking hex v0.4.3 |
1945 | 2025-01-17T07:44:17.224Z | Checking winnow v0.5.40 |
1946 | 2025-01-17T07:44:17.361Z | Checking toml v0.8.19 |
1947 | 2025-01-17T07:44:17.584Z | Checking elliptic-curve v0.13.8 |
1948 | 2025-01-17T07:44:17.652Z | Checking managed v0.8.0 |
1949 | 2025-01-17T07:44:17.702Z | Checking crossbeam-deque v0.8.5 |
1950 | 2025-01-17T07:44:18.036Z | Checking num-bigint-dig v0.8.4 |
1951 | 2025-01-17T07:44:18.040Z | Checking flate2 v1.0.34 |
1952 | 2025-01-17T07:44:18.094Z | Checking pkcs1 v0.7.5 |
1953 | 2025-01-17T07:44:18.099Z | Checking rustls v0.22.4 |
1954 | 2025-01-17T07:44:18.168Z | Checking dof v0.3.0 |
1955 | 2025-01-17T07:44:18.220Z | Checking ecdsa v0.16.9 |
1956 | 2025-01-17T07:44:18.495Z | Checking curve25519-dalek v4.1.3 |
1957 | 2025-01-17T07:44:18.668Z | Checking zerocopy v0.6.6 |
1958 | 2025-01-17T07:44:18.737Z | Checking siphasher v0.3.11 |
1959 | 2025-01-17T07:44:18.789Z | Checking usdt-impl v0.5.0 |
1960 | 2025-01-17T07:44:18.966Z | Checking rayon-core v1.12.1 |
1961 | 2025-01-17T07:44:19.046Z | Checking ed25519 v2.2.3 |
1962 | 2025-01-17T07:44:19.345Z | Checking slog-json v2.6.1 |
1963 | 2025-01-17T07:44:19.373Z | Checking usdt v0.5.0 |
1964 | 2025-01-17T07:44:19.403Z | Checking signal-hook v0.3.17 |
1965 | 2025-01-17T07:44:19.620Z | Checking debug-ignore v1.0.5 |
1966 | 2025-01-17T07:44:19.649Z | Checking quick-error v1.2.3 |
1967 | 2025-01-17T07:44:19.678Z | Checking slog-bunyan v2.5.0 |
1968 | 2025-01-17T07:44:19.729Z | Checking multer v3.1.0 |
1969 | 2025-01-17T07:44:19.776Z | Checking x509-cert v0.2.5 |
1970 | 2025-01-17T07:44:19.804Z | Checking idna v0.4.0 |
1971 | 2025-01-17T07:44:19.860Z | Checking waitgroup v0.1.2 |
1972 | 2025-01-17T07:44:20.009Z | Checking serde_path_to_error v0.1.16 |
1973 | 2025-01-17T07:44:20.013Z | Checking toml_edit v0.19.15 |
1974 | 2025-01-17T07:44:20.060Z | Checking rsa v0.9.6 |
1975 | 2025-01-17T07:44:20.116Z | Checking hubpack v0.1.2 |
1976 | 2025-01-17T07:44:20.265Z | Checking ed25519-dalek v2.1.1 |
1977 | 2025-01-17T07:44:20.423Z | Checking bzip2-sys v0.1.11+1.0.8 |
1978 | 2025-01-17T07:44:20.570Z | Checking async-stream v0.3.6 |
1979 | 2025-01-17T07:44:20.618Z | Checking hostname v0.4.0 |
1980 | 2025-01-17T07:44:20.678Z | Checking bit-vec v0.6.3 |
1981 | 2025-01-17T07:44:20.720Z | Checking hickory-proto v0.24.1 |
1982 | 2025-01-17T07:44:20.762Z | Checking bzip2 v0.4.4 |
1983 | 2025-01-17T07:44:20.790Z | Checking signal-hook-mio v0.2.4 |
1984 | 2025-01-17T07:44:20.956Z | Checking console v0.15.8 |
1985 | 2025-01-17T07:44:21.004Z | Checking bit-set v0.5.3 |
1986 | 2025-01-17T07:44:21.034Z | Checking hash32 v0.2.1 |
1987 | 2025-01-17T07:44:21.062Z | Checking unicode-properties v0.1.3 |
1988 | 2025-01-17T07:44:21.239Z | Checking linked-hash-map v0.5.6 |
1989 | 2025-01-17T07:44:21.268Z | Checking predicates-core v1.0.8 |
1990 | 2025-01-17T07:44:21.322Z | Checking heapless v0.7.17 |
1991 | 2025-01-17T07:44:21.447Z | Checking stringprep v0.1.5 |
1992 | 2025-01-17T07:44:21.491Z | Checking crossterm v0.28.1 |
1993 | 2025-01-17T07:44:21.522Z | Checking rayon v1.10.0 |
1994 | 2025-01-17T07:44:21.549Z | Checking tokio-rustls v0.25.0 |
1995 | 2025-01-17T07:44:21.578Z | Checking lru-cache v0.1.2 |
1996 | 2025-01-17T07:44:21.726Z | Checking phf_shared v0.11.2 |
1997 | 2025-01-17T07:44:21.769Z | Checking similar v2.6.0 |
1998 | 2025-01-17T07:44:21.938Z | Checking dropshot v0.12.0 |
1999 | 2025-01-17T07:44:22.002Z | Checking tokio-stream v0.1.16 |
2000 | 2025-01-17T07:44:22.265Z | Checking newtype-uuid v1.2.1 |
2001 | 2025-01-17T07:44:22.477Z | Checking toml v0.7.8 |
2002 | 2025-01-17T07:44:22.514Z | Checking md-5 v0.10.6 |
2003 | 2025-01-17T07:44:22.623Z | Checking float-cmp v0.9.0 |
2004 | 2025-01-17T07:44:22.736Z | Checking normalize-line-endings v0.3.0 |
2005 | 2025-01-17T07:44:22.803Z | Checking fixedbitset v0.4.2 |
2006 | 2025-01-17T07:44:22.832Z | Checking difflib v0.4.0 |
2007 | 2025-01-17T07:44:22.883Z | Checking fallible-iterator v0.2.0 |
2008 | 2025-01-17T07:44:23.090Z | Checking petgraph v0.6.5 |
2009 | 2025-01-17T07:44:23.150Z | Checking smoltcp v0.9.1 |
2010 | 2025-01-17T07:44:23.196Z | Checking predicates v3.1.2 |
2011 | 2025-01-17T07:44:23.199Z | Checking phf v0.11.2 |
2012 | 2025-01-17T07:44:23.451Z | Checking zip v0.6.6 |
2013 | 2025-01-17T07:44:23.455Z | Checking postgres-protocol v0.6.7 |
2014 | 2025-01-17T07:44:23.845Z | Checking resolv-conf v0.7.0 |
2015 | 2025-01-17T07:44:24.140Z | Checking phf_shared v0.10.0 |
2016 | 2025-01-17T07:44:24.179Z | Checking tungstenite v0.24.0 |
2017 | 2025-01-17T07:44:24.216Z | Checking fs-err v2.11.0 |
2018 | 2025-01-17T07:44:24.425Z | Checking serde-big-array v0.5.1 |
2019 | 2025-01-17T07:44:24.594Z | Checking portable-atomic v1.9.0 |
2020 | 2025-01-17T07:44:24.658Z | Checking lalrpop-util v0.19.12 |
2021 | 2025-01-17T07:44:24.784Z | Checking new_debug_unreachable v1.0.6 |
2022 | 2025-01-17T07:44:24.893Z | Checking minimal-lexical v0.2.1 |
2023 | 2025-01-17T07:44:24.962Z | Checking unicode-width v0.2.0 |
2024 | 2025-01-17T07:44:25.047Z | Checking precomputed-hash v0.1.1 |
2025 | 2025-01-17T07:44:25.051Z | Checking number_prefix v0.4.0 |
2026 | 2025-01-17T07:44:25.187Z | Checking string_cache v0.8.7 |
2027 | 2025-01-17T07:44:25.259Z | Checking tokio-tungstenite v0.24.0 |
2028 | 2025-01-17T07:44:25.290Z | Checking nom v7.1.3 |
2029 | 2025-01-17T07:44:25.293Z | Checking hickory-resolver v0.24.1 |
2030 | 2025-01-17T07:44:25.337Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2031 | 2025-01-17T07:44:25.456Z | Checking postgres-types v0.2.8 |
2032 | 2025-01-17T07:44:25.491Z | Checking itertools v0.12.1 |
2033 | 2025-01-17T07:44:25.525Z | Checking indicatif v0.17.9 |
2034 | 2025-01-17T07:44:25.707Z | Checking peg-runtime v0.8.3 |
2035 | 2025-01-17T07:44:25.965Z | Checking whoami v1.5.2 |
2036 | 2025-01-17T07:44:26.122Z | Compiling hashbrown v0.14.5 |
2037 | 2025-01-17T07:44:26.256Z | Compiling thiserror v2.0.11 |
2038 | 2025-01-17T07:44:26.285Z | Checking tokio-postgres v0.7.12 |
2039 | 2025-01-17T07:44:26.288Z | Compiling thiserror-impl v2.0.11 |
2040 | 2025-01-17T07:44:26.894Z | Checking qorb v0.2.1 |
2041 | 2025-01-17T07:44:27.300Z | Compiling regress v0.10.1 |
2042 | 2025-01-17T07:44:27.328Z | Compiling ident_case v1.0.1 |
2043 | 2025-01-17T07:44:27.518Z | Compiling darling_core v0.20.10 |
2044 | 2025-01-17T07:44:27.842Z | Compiling unsafe-libyaml v0.2.11 |
2045 | 2025-01-17T07:44:28.952Z | Checking heck v0.5.0 |
2046 | 2025-01-17T07:44:29.197Z | Compiling serde_yaml v0.9.34+deprecated |
2047 | 2025-01-17T07:44:29.451Z | Checking fastrand v2.1.1 |
2048 | 2025-01-17T07:44:29.783Z | Checking ipnetwork v0.20.0 |
2049 | 2025-01-17T07:44:29.810Z | Checking progenitor-client v0.9.1 |
2050 | 2025-01-17T07:44:29.902Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2051 | 2025-01-17T07:44:30.175Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2052 | 2025-01-17T07:44:30.232Z | Compiling structmeta-derive v0.3.0 |
2053 | 2025-01-17T07:44:30.331Z | Checking strum v0.26.3 |
2054 | 2025-01-17T07:44:30.519Z | Compiling dropshot v0.15.1 |
2055 | 2025-01-17T07:44:30.522Z | Checking macaddr v1.0.1 |
2056 | 2025-01-17T07:44:30.880Z | Compiling dropshot_endpoint v0.15.1 |
2057 | 2025-01-17T07:44:30.930Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2025-01-17T07:44:31.154Z | Compiling typify-impl v0.2.0 |
2059 | 2025-01-17T07:44:31.682Z | Checking tempfile v3.13.0 |
2060 | 2025-01-17T07:44:32.068Z | Checking progenitor-client v0.8.0 |
2061 | 2025-01-17T07:44:32.097Z | Checking instant v0.1.13 |
2062 | 2025-01-17T07:44:32.236Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2063 | 2025-01-17T07:44:32.440Z | Checking regress v0.9.1 |
2064 | 2025-01-17T07:44:32.847Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2025-01-17T07:44:32.850Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2025-01-17T07:44:32.931Z | Compiling structmeta v0.3.0 |
2067 | 2025-01-17T07:44:33.270Z | Checking backoff v0.4.0 |
2068 | 2025-01-17T07:44:33.353Z | Compiling parse-display-derive v0.10.0 |
2069 | 2025-01-17T07:44:33.565Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2025-01-17T07:44:33.638Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2025-01-17T07:44:33.679Z | Compiling darling_macro v0.20.10 |
2072 | 2025-01-17T07:44:33.730Z | Checking wait-timeout v0.2.0 |
2073 | 2025-01-17T07:44:33.800Z | Checking rand_xorshift v0.3.0 |
2074 | 2025-01-17T07:44:33.932Z | Checking rusty-fork v0.3.0 |
2075 | 2025-01-17T07:44:34.005Z | Checking unarray v0.1.4 |
2076 | 2025-01-17T07:44:34.179Z | Compiling structmeta-derive v0.2.0 |
2077 | 2025-01-17T07:44:34.239Z | Checking proptest v1.5.0 |
2078 | 2025-01-17T07:44:34.583Z | Compiling darling v0.20.10 |
2079 | 2025-01-17T07:44:34.721Z | Compiling serde_with_macros v3.11.0 |
2080 | 2025-01-17T07:44:35.278Z | Checking camino-tempfile v1.1.1 |
2081 | 2025-01-17T07:44:35.582Z | Compiling proc-macro-error v1.0.4 |
2082 | 2025-01-17T07:44:35.860Z | Compiling proc-macro-crate v1.3.1 |
2083 | 2025-01-17T07:44:36.242Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2084 | 2025-01-17T07:44:36.675Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2085 | 2025-01-17T07:44:36.852Z | Compiling structmeta v0.2.0 |
2086 | 2025-01-17T07:44:36.878Z | Compiling num_enum_derive v0.5.11 |
2087 | 2025-01-17T07:44:37.022Z | Compiling foreign-types-macros v0.2.3 |
2088 | 2025-01-17T07:44:37.297Z | Compiling test-strategy v0.3.1 |
2089 | 2025-01-17T07:44:37.403Z | Checking serde_with v3.11.0 |
2090 | 2025-01-17T07:44:37.442Z | Checking parse-display v0.10.0 |
2091 | 2025-01-17T07:44:37.697Z | Checking foreign-types-shared v0.3.1 |
2092 | 2025-01-17T07:44:38.184Z | Checking tabwriter v1.4.0 |
2093 | 2025-01-17T07:44:38.259Z | Checking foreign-types v0.5.0 |
2094 | 2025-01-17T07:44:38.382Z | Checking cstr-argument v0.1.2 |
2095 | 2025-01-17T07:44:38.420Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2096 | 2025-01-17T07:44:38.587Z | Checking pretty-hex v0.2.1 |
2097 | 2025-01-17T07:44:38.758Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2098 | 2025-01-17T07:44:38.783Z | Checking colored v2.1.0 |
2099 | 2025-01-17T07:44:39.118Z | Checking smf v0.2.3 |
2100 | 2025-01-17T07:44:39.215Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2101 | 2025-01-17T07:44:39.241Z | Checking num_enum v0.5.11 |
2102 | 2025-01-17T07:44:39.267Z | Checking itertools v0.13.0 |
2103 | 2025-01-17T07:44:39.336Z | Checking base64 v0.21.7 |
2104 | 2025-01-17T07:44:39.384Z | Compiling typify-impl v0.3.0 |
2105 | 2025-01-17T07:44:39.411Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2106 | 2025-01-17T07:44:39.593Z | Compiling crucible-workspace-hack v0.1.0 |
2107 | 2025-01-17T07:44:39.695Z | Compiling zerocopy v0.8.10 |
2108 | 2025-01-17T07:44:40.045Z | Checking atomicwrites v0.4.4 |
2109 | 2025-01-17T07:44:40.372Z | Compiling zerocopy-derive v0.8.10 |
2110 | 2025-01-17T07:44:40.595Z | Checking termtree v0.4.1 |
2111 | 2025-01-17T07:44:40.793Z | Compiling heapless v0.8.0 |
2112 | 2025-01-17T07:44:40.829Z | Checking predicates-tree v1.0.11 |
2113 | 2025-01-17T07:44:41.000Z | Checking hash32 v0.3.1 |
2114 | 2025-01-17T07:44:41.212Z | Compiling smoltcp v0.11.0 |
2115 | 2025-01-17T07:44:41.783Z | Checking cobs v0.2.3 |
2116 | 2025-01-17T07:44:41.934Z | Checking sigpipe v0.1.3 |
2117 | 2025-01-17T07:44:41.987Z | Checking postcard v1.0.10 |
2118 | 2025-01-17T07:44:42.066Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2119 | 2025-01-17T07:44:42.399Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2120 | 2025-01-17T07:44:42.499Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2121 | 2025-01-17T07:44:42.555Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2122 | 2025-01-17T07:44:42.576Z | Compiling mockall_derive v0.13.0 |
2123 | 2025-01-17T07:44:42.872Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2124 | 2025-01-17T07:44:42.934Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2125 | 2025-01-17T07:44:43.257Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2126 | 2025-01-17T07:44:43.344Z | Compiling zone_cfg_derive v0.3.0 |
2127 | 2025-01-17T07:44:44.807Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2128 | 2025-01-17T07:44:45.147Z | Compiling num-derive v0.4.2 |
2129 | 2025-01-17T07:44:45.150Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2130 | 2025-01-17T07:44:45.372Z | Checking downcast v0.11.0 |
2131 | 2025-01-17T07:44:45.459Z | Checking fragile v2.0.0 |
2132 | 2025-01-17T07:44:45.637Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2133 | 2025-01-17T07:44:45.753Z | Checking zone v0.3.0 |
2134 | 2025-01-17T07:44:45.888Z | Compiling convert_case v0.4.0 |
2135 | 2025-01-17T07:44:45.973Z | Checking tungstenite v0.21.0 |
2136 | 2025-01-17T07:44:46.566Z | Checking newline-converter v0.3.0 |
2137 | 2025-01-17T07:44:46.751Z | Checking expectorate v1.1.0 |
2138 | 2025-01-17T07:44:46.780Z | Compiling derive_more v0.99.18 |
2139 | 2025-01-17T07:44:46.804Z | Compiling typify-macro v0.2.0 |
2140 | 2025-01-17T07:44:46.939Z | Checking tokio-tungstenite v0.21.0 |
2141 | 2025-01-17T07:44:46.941Z | Checking same-file v1.0.6 |
2142 | 2025-01-17T07:44:47.162Z | Checking walkdir v2.5.0 |
2143 | 2025-01-17T07:44:47.466Z | Checking arc-swap v1.7.1 |
2144 | 2025-01-17T07:44:47.470Z | Checking xattr v1.3.1 |
2145 | 2025-01-17T07:44:47.520Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2146 | 2025-01-17T07:44:47.713Z | Checking filetime v0.2.25 |
2147 | 2025-01-17T07:44:47.901Z | Checking slog-scope v4.4.0 |
2148 | 2025-01-17T07:44:47.941Z | Checking tar v0.4.42 |
2149 | 2025-01-17T07:44:47.971Z | Checking num-rational v0.4.2 |
2150 | 2025-01-17T07:44:48.109Z | Checking slog-stdlog v4.1.1 |
2151 | 2025-01-17T07:44:48.315Z | Checking slog-envlogger v2.2.0 |
2152 | 2025-01-17T07:44:48.557Z | Checking num-complex v0.4.6 |
2153 | 2025-01-17T07:44:48.610Z | Checking float-ord v0.3.2 |
2154 | 2025-01-17T07:44:48.786Z | Checking indent_write v2.2.0 |
2155 | 2025-01-17T07:44:48.811Z | Checking swrite v0.1.0 |
2156 | 2025-01-17T07:44:48.950Z | Compiling owo-colors v4.1.0 |
2157 | 2025-01-17T07:44:48.988Z | Compiling cancel-safe-futures v0.1.5 |
2158 | 2025-01-17T07:44:49.395Z | Checking num v0.4.3 |
2159 | 2025-01-17T07:44:49.536Z | Checking libsw v3.3.1 |
2160 | 2025-01-17T07:44:49.818Z | Checking password-hash v0.5.0 |
2161 | 2025-01-17T07:44:49.820Z | Checking blake2 v0.10.6 |
2162 | 2025-01-17T07:44:49.889Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2163 | 2025-01-17T07:44:50.258Z | Checking linear-map v1.2.0 |
2164 | 2025-01-17T07:44:50.327Z | Checking argon2 v0.5.3 |
2165 | 2025-01-17T07:44:50.418Z | Checking mockall v0.13.0 |
2166 | 2025-01-17T07:44:50.545Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2167 | 2025-01-17T07:44:50.571Z | Checking pem v3.0.4 |
2168 | 2025-01-17T07:44:50.602Z | Compiling typify v0.2.0 |
2169 | 2025-01-17T07:44:50.758Z | Compiling progenitor-impl v0.8.0 |
2170 | 2025-01-17T07:44:50.815Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2171 | 2025-01-17T07:44:50.839Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2172 | 2025-01-17T07:44:51.021Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2173 | 2025-01-17T07:44:51.361Z | Compiling lzma-sys v0.1.20 |
2174 | 2025-01-17T07:44:51.691Z | Checking headers-core v0.3.0 |
2175 | 2025-01-17T07:44:51.863Z | Compiling heck v0.3.3 |
2176 | 2025-01-17T07:44:52.245Z | Checking highway v1.2.0 |
2177 | 2025-01-17T07:44:52.270Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2025-01-17T07:44:52.605Z | Compiling zone_cfg_derive v0.1.2 |
2179 | 2025-01-17T07:44:52.630Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2180 | 2025-01-17T07:44:52.758Z | Checking headers v0.4.0 |
2181 | 2025-01-17T07:44:52.894Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2182 | 2025-01-17T07:44:53.206Z | Checking yasna v0.5.2 |
2183 | 2025-01-17T07:44:53.703Z | Checking base64 v0.13.1 |
2184 | 2025-01-17T07:44:53.818Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2185 | 2025-01-17T07:44:53.977Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2186 | 2025-01-17T07:44:54.008Z | Checking zone v0.1.8 |
2187 | 2025-01-17T07:44:54.091Z | Checking rcgen v0.12.1 |
2188 | 2025-01-17T07:44:54.115Z | Checking ron v0.7.1 |
2189 | 2025-01-17T07:44:54.325Z | Checking xz2 v0.1.7 |
2190 | 2025-01-17T07:44:54.639Z | Checking subprocess v0.2.9 |
2191 | 2025-01-17T07:44:54.685Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2192 | 2025-01-17T07:44:54.749Z | Checking humantime v2.1.0 |
2193 | 2025-01-17T07:44:54.912Z | Compiling typify-macro v0.3.0 |
2194 | 2025-01-17T07:44:55.078Z | Compiling semver v0.1.20 |
2195 | 2025-01-17T07:44:55.184Z | Checking prettyplease v0.2.25 |
2196 | 2025-01-17T07:44:55.210Z | Checking half v2.4.1 |
2197 | 2025-01-17T07:44:55.505Z | Compiling rustc_version v0.1.7 |
2198 | 2025-01-17T07:44:55.639Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2199 | 2025-01-17T07:44:55.689Z | Checking ciborium-io v0.2.2 |
2200 | 2025-01-17T07:44:55.840Z | Checking ciborium-ll v0.2.2 |
2201 | 2025-01-17T07:44:55.957Z | Compiling newtype_derive v0.1.6 |
2202 | 2025-01-17T07:44:56.150Z | Checking ciborium v0.2.2 |
2203 | 2025-01-17T07:44:56.468Z | Checking steno v0.4.1 |
2204 | 2025-01-17T07:44:57.808Z | Compiling progenitor-macro v0.8.0 |
2205 | 2025-01-17T07:44:58.772Z | Compiling typify v0.3.0 |
2206 | 2025-01-17T07:44:58.935Z | Compiling progenitor-impl v0.9.1 |
2207 | 2025-01-17T07:44:59.236Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2208 | 2025-01-17T07:44:59.650Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2209 | 2025-01-17T07:45:00.057Z | Compiling slog-dtrace v0.3.0 |
2210 | 2025-01-17T07:45:00.313Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2211 | 2025-01-17T07:45:00.426Z | Checking display-error-chain v0.2.2 |
2212 | 2025-01-17T07:45:00.622Z | Checking gethostname v0.5.0 |
2213 | 2025-01-17T07:45:00.774Z | Checking nibble_vec v0.1.0 |
2214 | 2025-01-17T07:45:00.870Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2215 | 2025-01-17T07:45:00.911Z | Compiling blake3 v1.5.4 |
2216 | 2025-01-17T07:45:00.996Z | Checking keccak v0.1.5 |
2217 | 2025-01-17T07:45:01.221Z | Checking endian-type v0.1.2 |
2218 | 2025-01-17T07:45:01.327Z | Checking sha3 v0.10.8 |
2219 | 2025-01-17T07:45:01.465Z | Checking radix_trie v0.2.1 |
2220 | 2025-01-17T07:45:01.771Z | Checking universal-hash v0.5.1 |
2221 | 2025-01-17T07:45:01.884Z | Checking secrecy v0.8.0 |
2222 | 2025-01-17T07:45:01.980Z | Checking opaque-debug v0.3.1 |
2223 | 2025-01-17T07:45:02.092Z | Checking aead v0.5.2 |
2224 | 2025-01-17T07:45:02.117Z | Checking poly1305 v0.8.0 |
2225 | 2025-01-17T07:45:02.229Z | Checking chacha20 v0.9.1 |
2226 | 2025-01-17T07:45:02.616Z | Compiling memmap2 v0.9.5 |
2227 | 2025-01-17T07:45:02.660Z | Compiling constant_time_eq v0.3.1 |
2228 | 2025-01-17T07:45:02.866Z | Compiling arrayref v0.3.9 |
2229 | 2025-01-17T07:45:02.994Z | Compiling arrayvec v0.7.6 |
2230 | 2025-01-17T07:45:03.085Z | Compiling toolchain_find v0.4.0 |
2231 | 2025-01-17T07:45:03.245Z | Compiling thiserror-impl-no-std v2.0.2 |
2232 | 2025-01-17T07:45:03.586Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2233 | 2025-01-17T07:45:03.612Z | Compiling topological-sort v0.2.2 |
2234 | 2025-01-17T07:45:03.690Z | Compiling rustfmt-wrapper v0.2.1 |
2235 | 2025-01-17T07:45:03.858Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2236 | 2025-01-17T07:45:04.175Z | Compiling omicron-zone-package v0.12.0 |
2237 | 2025-01-17T07:45:04.237Z | Checking chacha20poly1305 v0.10.1 |
2238 | 2025-01-17T07:45:04.272Z | Compiling async-recursion v1.1.1 |
2239 | 2025-01-17T07:45:04.483Z | Checking fxhash v0.2.1 |
2240 | 2025-01-17T07:45:04.532Z | Checking simd-adler32 v0.3.7 |
2241 | 2025-01-17T07:45:04.654Z | Compiling zip v2.1.3 |
2242 | 2025-01-17T07:45:04.910Z | Checking bumpalo v3.16.0 |
2243 | 2025-01-17T07:45:04.971Z | Checking lockfree-object-pool v0.1.6 |
2244 | 2025-01-17T07:45:05.268Z | Checking zopfli v0.8.1 |
2245 | 2025-01-17T07:45:05.301Z | Checking maplit v1.0.2 |
2246 | 2025-01-17T07:45:05.425Z | Checking termcolor v1.4.1 |
2247 | 2025-01-17T07:45:05.566Z | Compiling radium v0.7.0 |
2248 | 2025-01-17T07:45:05.800Z | Compiling const_format_proc_macros v0.2.33 |
2249 | 2025-01-17T07:45:05.875Z | Compiling maybe-uninit v2.0.0 |
2250 | 2025-01-17T07:45:06.016Z | Compiling progenitor-macro v0.9.1 |
2251 | 2025-01-17T07:45:06.076Z | Checking tap v1.0.1 |
2252 | 2025-01-17T07:45:06.134Z | Checking thiserror-no-std v2.0.2 |
2253 | 2025-01-17T07:45:06.249Z | Checking wyz v0.5.1 |
2254 | 2025-01-17T07:45:06.274Z | Checking vsss-rs v3.3.4 |
2255 | 2025-01-17T07:45:06.660Z | Checking crc-catalog v2.4.0 |
2256 | 2025-01-17T07:45:06.838Z | Checking funty v2.0.0 |
2257 | 2025-01-17T07:45:06.888Z | Compiling packed_struct v0.10.1 |
2258 | 2025-01-17T07:45:07.059Z | Checking home v0.5.9 |
2259 | 2025-01-17T07:45:07.220Z | Checking crc v3.2.1 |
2260 | 2025-01-17T07:45:07.478Z | Checking kstat-rs v0.2.4 |
2261 | 2025-01-17T07:45:07.706Z | Compiling packed_struct_codegen v0.10.1 |
2262 | 2025-01-17T07:45:07.733Z | Checking bitvec v1.0.1 |
2263 | 2025-01-17T07:45:07.820Z | Checking const_format v0.2.33 |
2264 | 2025-01-17T07:45:07.844Z | Compiling vte_generate_state_changes v0.1.2 |
2265 | 2025-01-17T07:45:08.307Z | Compiling indexmap v1.9.3 |
2266 | 2025-01-17T07:45:08.481Z | Compiling libefi-sys v0.1.0 |
2267 | 2025-01-17T07:45:08.620Z | Checking nodrop v0.1.14 |
2268 | 2025-01-17T07:45:08.767Z | Checking array-init v0.0.4 |
2269 | 2025-01-17T07:45:08.864Z | Checking vte v0.11.1 |
2270 | 2025-01-17T07:45:09.451Z | Checking smallvec v0.6.14 |
2271 | 2025-01-17T07:45:09.659Z | Checking fd-lock v4.0.2 |
2272 | 2025-01-17T07:45:09.833Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2273 | 2025-01-17T07:45:09.857Z | Compiling bitfield-struct v0.6.2 |
2274 | 2025-01-17T07:45:10.015Z | Checking bitfield v0.14.0 |
2275 | 2025-01-17T07:45:10.233Z | Checking hashbrown v0.12.3 |
2276 | 2025-01-17T07:45:10.296Z | Checking strip-ansi-escapes v0.2.0 |
2277 | 2025-01-17T07:45:10.330Z | Checking serde-hex v0.1.0 |
2278 | 2025-01-17T07:45:10.462Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2279 | 2025-01-17T07:45:10.608Z | Checking progenitor v0.8.0 |
2280 | 2025-01-17T07:45:10.746Z | Checking env_logger v0.10.2 |
2281 | 2025-01-17T07:45:10.817Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2282 | 2025-01-17T07:45:10.845Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2283 | 2025-01-17T07:45:11.188Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2284 | 2025-01-17T07:45:11.797Z | Checking ron v0.8.1 |
2285 | 2025-01-17T07:45:11.911Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2286 | 2025-01-17T07:45:12.234Z | Checking hashbrown v0.13.2 |
2287 | 2025-01-17T07:45:13.035Z | Checking nu-ansi-term v0.50.1 |
2288 | 2025-01-17T07:45:13.168Z | Checking crc-any v2.5.0 |
2289 | 2025-01-17T07:45:13.472Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2290 | 2025-01-17T07:45:13.551Z | Checking reedline v0.35.0 |
2291 | 2025-01-17T07:45:13.600Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2292 | 2025-01-17T07:45:14.080Z | Checking object v0.30.4 |
2293 | 2025-01-17T07:45:14.145Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2294 | 2025-01-17T07:45:14.220Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2025-01-17T07:45:14.792Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2296 | 2025-01-17T07:45:15.040Z | Checking path-slash v0.1.5 |
2297 | 2025-01-17T07:45:15.094Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2298 | 2025-01-17T07:45:15.201Z | Compiling parking_lot_core v0.8.6 |
2299 | 2025-01-17T07:45:15.712Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2025-01-17T07:45:16.078Z | Compiling phf_generator v0.11.2 |
2301 | 2025-01-17T07:45:16.182Z | Checking bytecount v0.6.8 |
2302 | 2025-01-17T07:45:16.364Z | Checking glob v0.3.1 |
2303 | 2025-01-17T07:45:16.710Z | Checking papergrid v0.11.0 |
2304 | 2025-01-17T07:45:17.488Z | Compiling phf_codegen v0.11.2 |
2305 | 2025-01-17T07:45:17.727Z | Checking parking_lot v0.11.2 |
2306 | 2025-01-17T07:45:18.099Z | Compiling tabled_derive v0.7.0 |
2307 | 2025-01-17T07:45:18.179Z | Compiling parse-zoneinfo v0.3.1 |
2308 | 2025-01-17T07:45:18.521Z | Compiling cfg_aliases v0.1.1 |
2309 | 2025-01-17T07:45:18.639Z | Compiling nix v0.28.0 |
2310 | 2025-01-17T07:45:18.920Z | Checking progenitor v0.9.1 |
2311 | 2025-01-17T07:45:19.159Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2312 | 2025-01-17T07:45:19.417Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2313 | 2025-01-17T07:45:19.888Z | Compiling chrono-tz-build v0.4.0 |
2314 | 2025-01-17T07:45:19.954Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2315 | 2025-01-17T07:45:20.353Z | Checking tabled v0.15.0 |
2316 | 2025-01-17T07:45:21.137Z | Checking sled v0.34.7 |
2317 | 2025-01-17T07:45:23.257Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2318 | 2025-01-17T07:45:23.282Z | Checking hickory-client v0.24.1 |
2319 | 2025-01-17T07:45:23.935Z | Checking hickory-server v0.24.1 |
2320 | 2025-01-17T07:45:23.998Z | Compiling chrono-tz v0.10.0 |
2321 | 2025-01-17T07:45:24.428Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2322 | 2025-01-17T07:45:24.684Z | Compiling unicase v2.7.0 |
2323 | 2025-01-17T07:45:24.710Z | Compiling buf-list v1.0.3 |
2324 | 2025-01-17T07:45:25.430Z | Compiling peg-macros v0.8.4 |
2325 | 2025-01-17T07:45:25.575Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2326 | 2025-01-17T07:45:26.305Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2327 | 2025-01-17T07:45:26.623Z | Compiling sqlparser_derive v0.2.2 |
2328 | 2025-01-17T07:45:27.403Z | Checking unicode_categories v0.1.1 |
2329 | 2025-01-17T07:45:27.660Z | Checking sqlparser v0.45.0 |
2330 | 2025-01-17T07:45:27.716Z | Checking sqlformat v0.2.6 |
2331 | 2025-01-17T07:45:27.897Z | Checking rustyline v14.0.0 |
2332 | 2025-01-17T07:45:27.956Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2333 | 2025-01-17T07:45:28.926Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2334 | 2025-01-17T07:45:29.422Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2335 | 2025-01-17T07:45:31.098Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2336 | 2025-01-17T07:45:31.883Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2337 | 2025-01-17T07:45:32.693Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2338 | 2025-01-17T07:45:33.706Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2339 | 2025-01-17T07:45:34.191Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2340 | 2025-01-17T07:45:34.594Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2341 | 2025-01-17T07:45:35.457Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2342 | 2025-01-17T07:45:35.500Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2343 | 2025-01-17T07:45:35.873Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2344 | 2025-01-17T07:45:36.311Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2345 | 2025-01-17T07:45:36.450Z | Checking peg v0.8.4 |
2346 | 2025-01-17T07:45:36.548Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2347 | 2025-01-17T07:45:36.894Z | Checking bcs v0.1.6 |
2348 | 2025-01-17T07:45:37.375Z | Checking primeorder v0.13.6 |
2349 | 2025-01-17T07:45:37.725Z | Compiling mime_guess v2.0.5 |
2350 | 2025-01-17T07:45:37.877Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2351 | 2025-01-17T07:45:37.943Z | Checking nanorand v0.7.0 |
2352 | 2025-01-17T07:45:38.321Z | Checking http-range v0.1.5 |
2353 | 2025-01-17T07:45:38.481Z | Checking flume v0.11.1 |
2354 | 2025-01-17T07:45:38.831Z | Checking atty v0.2.14 |
2355 | 2025-01-17T07:45:38.975Z | Compiling salty v0.3.0 |
2356 | 2025-01-17T07:45:39.002Z | Checking p384 v0.13.0 |
2357 | 2025-01-17T07:45:39.451Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2358 | 2025-01-17T07:45:39.791Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2359 | 2025-01-17T07:45:40.060Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2360 | 2025-01-17T07:45:40.179Z | Checking hyper-staticfile v0.10.1 |
2361 | 2025-01-17T07:45:40.364Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2362 | 2025-01-17T07:45:40.713Z | Compiling dsl_auto_type v0.1.2 |
2363 | 2025-01-17T07:45:40.811Z | Checking scheduled-thread-pool v0.2.7 |
2364 | 2025-01-17T07:45:40.849Z | Checking env_filter v0.1.2 |
2365 | 2025-01-17T07:45:40.918Z | Compiling diesel_table_macro_syntax v0.2.0 |
2366 | 2025-01-17T07:45:41.035Z | Compiling crunchy v0.2.2 |
2367 | 2025-01-17T07:45:41.093Z | Checking env_logger v0.11.5 |
2368 | 2025-01-17T07:45:41.116Z | Checking r2d2 v0.8.10 |
2369 | 2025-01-17T07:45:41.141Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2025-01-17T07:45:41.315Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2025-01-17T07:45:41.444Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2372 | 2025-01-17T07:45:41.469Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2373 | 2025-01-17T07:45:41.509Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2025-01-17T07:45:41.568Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2375 | 2025-01-17T07:45:41.882Z | Compiling tiny-keccak v2.0.2 |
2376 | 2025-01-17T07:45:41.963Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2377 | 2025-01-17T07:45:42.198Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2378 | 2025-01-17T07:45:42.223Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2379 | 2025-01-17T07:45:42.677Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2380 | 2025-01-17T07:45:43.548Z | Compiling diesel_derives v2.2.3 |
2381 | 2025-01-17T07:45:43.822Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2382 | 2025-01-17T07:45:43.886Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2383 | 2025-01-17T07:45:44.984Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2025-01-17T07:45:45.023Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2385 | 2025-01-17T07:45:45.885Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2386 | 2025-01-17T07:45:46.362Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2387 | 2025-01-17T07:45:46.438Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2388 | 2025-01-17T07:45:46.657Z | Compiling ref-cast v1.0.23 |
2389 | 2025-01-17T07:45:46.863Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2390 | 2025-01-17T07:45:48.582Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2391 | 2025-01-17T07:45:48.960Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2392 | 2025-01-17T07:45:48.998Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2393 | 2025-01-17T07:45:49.305Z | Compiling ascii-canvas v3.0.0 |
2394 | 2025-01-17T07:45:49.553Z | Compiling ena v0.14.3 |
2395 | 2025-01-17T07:45:49.580Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2396 | 2025-01-17T07:45:49.754Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2397 | 2025-01-17T07:45:49.963Z | Compiling ref-cast-impl v1.0.23 |
2398 | 2025-01-17T07:45:50.318Z | Compiling regex-syntax v0.6.29 |
2399 | 2025-01-17T07:45:51.151Z | Compiling diff v0.1.13 |
2400 | 2025-01-17T07:45:51.722Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2401 | 2025-01-17T07:45:51.752Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2402 | 2025-01-17T07:45:52.169Z | Compiling pin-project-internal v1.1.6 |
2403 | 2025-01-17T07:45:52.408Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2404 | 2025-01-17T07:45:52.725Z | Compiling derive_builder_core v0.20.2 |
2405 | 2025-01-17T07:45:54.392Z | Compiling lalrpop v0.19.12 |
2406 | 2025-01-17T07:45:54.774Z | Compiling libxml v0.3.3 |
2407 | 2025-01-17T07:45:54.954Z | Checking pin-project v1.1.6 |
2408 | 2025-01-17T07:45:54.983Z | Compiling derive_builder_macro v0.20.2 |
2409 | 2025-01-17T07:45:55.171Z | Checking signal-hook-tokio v0.3.1 |
2410 | 2025-01-17T07:45:55.196Z | Compiling strum_macros v0.24.3 |
2411 | 2025-01-17T07:45:55.238Z | Compiling samael v0.0.17 |
2412 | 2025-01-17T07:45:55.355Z | Compiling snafu-derive v0.8.5 |
2413 | 2025-01-17T07:45:55.409Z | Checking diesel v2.2.6 |
2414 | 2025-01-17T07:45:55.737Z | Compiling indoc v1.0.9 |
2415 | 2025-01-17T07:45:55.824Z | Checking derive_builder v0.20.2 |
2416 | 2025-01-17T07:45:56.661Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2417 | 2025-01-17T07:45:57.556Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2418 | 2025-01-17T07:45:57.848Z | Checking globset v0.4.15 |
2419 | 2025-01-17T07:45:57.871Z | Checking olpc-cjson v0.1.4 |
2420 | 2025-01-17T07:45:58.124Z | Checking serde_plain v1.0.2 |
2421 | 2025-01-17T07:45:58.339Z | Checking quick-xml v0.33.0 |
2422 | 2025-01-17T07:45:58.401Z | Compiling oso-derive v0.27.3 |
2423 | 2025-01-17T07:45:58.539Z | Compiling impl-trait-for-tuples v0.2.2 |
2424 | 2025-01-17T07:45:59.125Z | Compiling memoffset v0.9.1 |
2425 | 2025-01-17T07:45:59.410Z | Checking typed-path v0.9.3 |
2426 | 2025-01-17T07:45:59.659Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2427 | 2025-01-17T07:46:00.461Z | Checking snafu v0.8.5 |
2428 | 2025-01-17T07:46:00.947Z | Checking tungstenite v0.23.0 |
2429 | 2025-01-17T07:46:01.304Z | Compiling diesel-dtrace v0.4.2 |
2430 | 2025-01-17T07:46:01.413Z | Checking tough v0.19.0 |
2431 | 2025-01-17T07:46:01.685Z | Checking parse-size v1.1.0 |
2432 | 2025-01-17T07:46:01.868Z | Checking tokio-tungstenite v0.23.1 |
2433 | 2025-01-17T07:46:02.104Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2434 | 2025-01-17T07:46:02.360Z | Checking bb8 v0.8.5 |
2435 | 2025-01-17T07:46:02.426Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2025-01-17T07:46:02.875Z | Checking nix v0.27.1 |
2437 | 2025-01-17T07:46:02.899Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2025-01-17T07:46:03.184Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2439 | 2025-01-17T07:46:05.646Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2440 | 2025-01-17T07:46:05.838Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2441 | 2025-01-17T07:46:05.903Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2442 | 2025-01-17T07:46:06.074Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2443 | 2025-01-17T07:46:06.099Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2444 | 2025-01-17T07:46:06.148Z | Checking heck v0.4.1 |
2445 | 2025-01-17T07:46:06.391Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2446 | 2025-01-17T07:46:06.813Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2447 | 2025-01-17T07:46:07.064Z | Checking rand_seeder v0.3.0 |
2448 | 2025-01-17T07:46:07.327Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2449 | 2025-01-17T07:46:07.380Z | Checking assert_matches v1.5.0 |
2450 | 2025-01-17T07:46:07.498Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2451 | 2025-01-17T07:46:07.738Z | Compiling libz-sys v1.1.20 |
2452 | 2025-01-17T07:46:07.808Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2453 | 2025-01-17T07:46:07.861Z | Checking castaway v0.2.3 |
2454 | 2025-01-17T07:46:08.034Z | Checking is_ci v1.2.0 |
2455 | 2025-01-17T07:46:08.180Z | Checking supports-color v3.0.1 |
2456 | 2025-01-17T07:46:08.282Z | Checking compact_str v0.8.0 |
2457 | 2025-01-17T07:46:08.405Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2458 | 2025-01-17T07:46:08.510Z | Checking unicode-truncate v1.1.0 |
2459 | 2025-01-17T07:46:08.772Z | Checking lru v0.12.5 |
2460 | 2025-01-17T07:46:08.938Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2461 | 2025-01-17T07:46:09.049Z | Compiling instability v0.3.2 |
2462 | 2025-01-17T07:46:09.111Z | Checking cassowary v0.3.0 |
2463 | 2025-01-17T07:46:09.496Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2464 | 2025-01-17T07:46:09.706Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2465 | 2025-01-17T07:46:09.889Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2466 | 2025-01-17T07:46:10.139Z | Checking ratatui v0.28.1 |
2467 | 2025-01-17T07:46:10.731Z | Compiling vergen v8.3.2 |
2468 | 2025-01-17T07:46:10.760Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2469 | 2025-01-17T07:46:11.037Z | Compiling cargo-platform v0.1.8 |
2470 | 2025-01-17T07:46:11.155Z | Checking unicode-linebreak v0.1.5 |
2471 | 2025-01-17T07:46:11.609Z | Checking smawk v0.3.2 |
2472 | 2025-01-17T07:46:11.634Z | Compiling cargo_metadata v0.18.1 |
2473 | 2025-01-17T07:46:11.858Z | Checking textwrap v0.16.1 |
2474 | 2025-01-17T07:46:12.336Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2475 | 2025-01-17T07:46:12.961Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2476 | 2025-01-17T07:46:13.092Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2477 | 2025-01-17T07:46:13.742Z | Compiling libsqlite3-sys v0.30.1 |
2478 | 2025-01-17T07:46:14.259Z | Checking shell-words v1.1.0 |
2479 | 2025-01-17T07:46:14.454Z | Compiling rustls v0.21.12 |
2480 | 2025-01-17T07:46:14.536Z | Compiling cfg_aliases v0.2.1 |
2481 | 2025-01-17T07:46:14.675Z | Compiling nix v0.29.0 |
2482 | 2025-01-17T07:46:14.778Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2483 | 2025-01-17T07:46:14.800Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2484 | 2025-01-17T07:46:15.077Z | Checking rustls-webpki v0.101.7 |
2485 | 2025-01-17T07:46:15.108Z | Checking sct v0.7.1 |
2486 | 2025-01-17T07:46:15.622Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2487 | 2025-01-17T07:46:15.783Z | Checking hashlink v0.9.1 |
2488 | 2025-01-17T07:46:15.904Z | Checking concurrent-queue v2.5.0 |
2489 | 2025-01-17T07:46:16.224Z | Checking fallible-iterator v0.3.0 |
2490 | 2025-01-17T07:46:16.273Z | Checking parking v2.2.1 |
2491 | 2025-01-17T07:46:16.325Z | Checking plotters-backend v0.3.7 |
2492 | 2025-01-17T07:46:16.498Z | Checking fallible-streaming-iterator v0.1.9 |
2493 | 2025-01-17T07:46:16.722Z | Checking plotters-svg v0.3.7 |
2494 | 2025-01-17T07:46:16.813Z | Checking rusqlite v0.32.1 |
2495 | 2025-01-17T07:46:16.846Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2496 | 2025-01-17T07:46:16.943Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2497 | 2025-01-17T07:46:17.264Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2498 | 2025-01-17T07:46:18.011Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2499 | 2025-01-17T07:46:18.039Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2500 | 2025-01-17T07:46:18.189Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2501 | 2025-01-17T07:46:18.682Z | Checking tokio-rustls v0.24.1 |
2502 | 2025-01-17T07:46:19.067Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2503 | 2025-01-17T07:46:19.086Z | Checking rustls-pemfile v1.0.4 |
2504 | 2025-01-17T07:46:19.280Z | Checking twox-hash v1.6.3 |
2505 | 2025-01-17T07:46:19.373Z | Checking cast v0.3.0 |
2506 | 2025-01-17T07:46:19.692Z | Checking criterion-plot v0.5.0 |
2507 | 2025-01-17T07:46:19.762Z | Checking plotters v0.3.7 |
2508 | 2025-01-17T07:46:19.781Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2509 | 2025-01-17T07:46:20.192Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2510 | 2025-01-17T07:46:21.408Z | Checking fatfs v0.3.6 |
2511 | 2025-01-17T07:46:21.899Z | Checking tinytemplate v1.2.1 |
2512 | 2025-01-17T07:46:22.289Z | Checking csv-core v0.1.11 |
2513 | 2025-01-17T07:46:22.323Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2025-01-17T07:46:22.399Z | Checking anes v0.1.6 |
2515 | 2025-01-17T07:46:22.618Z | Checking hex-literal v0.4.1 |
2516 | 2025-01-17T07:46:22.759Z | Checking oorandom v11.1.4 |
2517 | 2025-01-17T07:46:22.783Z | Checking csv v1.3.0 |
2518 | 2025-01-17T07:46:22.937Z | Checking criterion v0.5.1 |
2519 | 2025-01-17T07:46:23.403Z | Checking event-listener v5.3.1 |
2520 | 2025-01-17T07:46:23.595Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2521 | 2025-01-17T07:46:23.819Z | Checking rtoolbox v0.0.2 |
2522 | 2025-01-17T07:46:24.028Z | Checking rpassword v7.3.1 |
2523 | 2025-01-17T07:46:24.201Z | Checking event-listener-strategy v0.5.2 |
2524 | 2025-01-17T07:46:24.429Z | Checking tui-tree-widget v0.22.0 |
2525 | 2025-01-17T07:46:24.766Z | Checking polyval v0.6.2 |
2526 | 2025-01-17T07:46:25.080Z | Checking ghash v0.5.1 |
2527 | 2025-01-17T07:46:25.579Z | Checking async-bb8-diesel v0.2.1 |
2528 | 2025-01-17T07:46:25.677Z | Checking futures-lite v2.3.0 |
2529 | 2025-01-17T07:46:26.251Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2530 | 2025-01-17T07:46:26.900Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2531 | 2025-01-17T07:46:27.345Z | Checking ctr v0.9.2 |
2532 | 2025-01-17T07:46:27.621Z | Checking yansi v1.0.1 |
2533 | 2025-01-17T07:46:27.885Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2534 | 2025-01-17T07:46:28.081Z | Checking aes-gcm v0.10.3 |
2535 | 2025-01-17T07:46:28.152Z | Checking pretty_assertions v1.4.1 |
2536 | 2025-01-17T07:46:28.329Z | Checking ssh-encoding v0.2.0 |
2537 | 2025-01-17T07:46:28.369Z | Checking blowfish v0.9.1 |
2538 | 2025-01-17T07:46:28.631Z | Checking bcrypt-pbkdf v0.10.0 |
2539 | 2025-01-17T07:46:28.694Z | Checking ssh-cipher v0.2.0 |
2540 | 2025-01-17T07:46:28.921Z | Checking async-lock v3.4.0 |
2541 | 2025-01-17T07:46:28.985Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2542 | 2025-01-17T07:46:29.692Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2543 | 2025-01-17T07:46:29.822Z | Checking polling v3.7.3 |
2544 | 2025-01-17T07:46:30.246Z | Checking password-hash v0.4.2 |
2545 | 2025-01-17T07:46:30.687Z | Checking matches v0.1.10 |
2546 | 2025-01-17T07:46:30.802Z | Checking idna v0.2.3 |
2547 | 2025-01-17T07:46:30.989Z | Checking pbkdf2 v0.11.0 |
2548 | 2025-01-17T07:46:31.262Z | Checking async-io v2.3.4 |
2549 | 2025-01-17T07:46:31.703Z | Checking ssh-key v0.6.6 |
2550 | 2025-01-17T07:46:32.134Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2551 | 2025-01-17T07:46:32.843Z | Checking p521 v0.13.3 |
2552 | 2025-01-17T07:46:33.366Z | Checking p256 v0.13.2 |
2553 | 2025-01-17T07:46:33.871Z | Compiling enum-as-inner v0.5.1 |
2554 | 2025-01-17T07:46:33.895Z | Checking russh-cryptovec v0.7.3 |
2555 | 2025-01-17T07:46:34.121Z | Checking async-task v4.7.1 |
2556 | 2025-01-17T07:46:34.260Z | Compiling target-lexicon v0.12.16 |
2557 | 2025-01-17T07:46:34.446Z | Compiling doc-comment v0.3.3 |
2558 | 2025-01-17T07:46:34.795Z | Checking md5 v0.7.0 |
2559 | 2025-01-17T07:46:35.093Z | Checking russh-keys v0.45.0 |
2560 | 2025-01-17T07:46:35.157Z | Checking trust-dns-proto v0.22.0 |
2561 | 2025-01-17T07:46:35.279Z | Checking async-channel v2.3.1 |
2562 | 2025-01-17T07:46:35.526Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2563 | 2025-01-17T07:46:36.428Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2564 | 2025-01-17T07:46:37.139Z | Checking piper v0.2.4 |
2565 | 2025-01-17T07:46:37.219Z | Checking num-bigint v0.4.6 |
2566 | 2025-01-17T07:46:37.389Z | Checking des v0.8.1 |
2567 | 2025-01-17T07:46:37.676Z | Compiling assert_cmd v2.0.16 |
2568 | 2025-01-17T07:46:38.098Z | Checking futures-timer v3.0.3 |
2569 | 2025-01-17T07:46:38.446Z | Compiling dhcproto-macros v0.1.0 |
2570 | 2025-01-17T07:46:38.812Z | Compiling guppy-workspace-hack v0.1.0 |
2571 | 2025-01-17T07:46:39.164Z | Checking blocking v1.6.1 |
2572 | 2025-01-17T07:46:39.346Z | Checking dhcproto v0.12.0 |
2573 | 2025-01-17T07:46:39.592Z | Checking russh v0.45.0 |
2574 | 2025-01-17T07:46:40.085Z | Checking async-executor v1.13.1 |
2575 | 2025-01-17T07:46:40.436Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2576 | 2025-01-17T07:46:40.747Z | Checking async-signal v0.2.10 |
2577 | 2025-01-17T07:46:41.007Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2578 | 2025-01-17T07:46:41.343Z | Checking event-listener v2.5.3 |
2579 | 2025-01-17T07:46:41.371Z | Compiling target-spec v3.2.2 |
2580 | 2025-01-17T07:46:41.596Z | Checking internet-checksum v0.2.1 |
2581 | 2025-01-17T07:46:41.799Z | Checking async-channel v1.9.0 |
2582 | 2025-01-17T07:46:42.072Z | Checking async-process v2.3.0 |
2583 | 2025-01-17T07:46:42.467Z | Checking async-global-executor v2.4.1 |
2584 | 2025-01-17T07:46:42.771Z | Checking cfg-expr v0.17.0 |
2585 | 2025-01-17T07:46:43.084Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2586 | 2025-01-17T07:46:43.262Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2587 | 2025-01-17T07:46:43.626Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2588 | 2025-01-17T07:46:43.629Z | Checking httptest v0.16.1 |
2589 | 2025-01-17T07:46:44.048Z | Checking rustls-native-certs v0.7.3 |
2590 | 2025-01-17T07:46:44.242Z | Compiling petname v2.0.2 |
2591 | 2025-01-17T07:46:44.370Z | Checking num_cpus v1.16.0 |
2592 | 2025-01-17T07:46:44.424Z | Checking kv-log-macro v1.0.7 |
2593 | 2025-01-17T07:46:44.517Z | Compiling async-attributes v1.1.2 |
2594 | 2025-01-17T07:46:45.298Z | Checking async-std v1.13.0 |
2595 | 2025-01-17T07:46:45.599Z | Checking threadpool v1.8.1 |
2596 | 2025-01-17T07:46:45.832Z | Checking hyper-rustls v0.26.0 |
2597 | 2025-01-17T07:46:46.577Z | Checking pathdiff v0.2.2 |
2598 | 2025-01-17T07:46:46.707Z | Compiling rstest_macros v0.23.0 |
2599 | 2025-01-17T07:46:46.763Z | Checking nested v0.1.1 |
2600 | 2025-01-17T07:46:46.996Z | Compiling target-triple v0.1.3 |
2601 | 2025-01-17T07:46:47.060Z | Checking escape8259 v0.5.3 |
2602 | 2025-01-17T07:46:47.268Z | Checking libtest-mimic v0.7.3 |
2603 | 2025-01-17T07:46:47.355Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2604 | 2025-01-17T07:46:47.527Z | Checking guppy v0.17.8 |
2605 | 2025-01-17T07:46:48.486Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2606 | 2025-01-17T07:46:48.657Z | Checking async-object-pool v0.1.5 |
2607 | 2025-01-17T07:46:48.785Z | Checking similar-asserts v1.6.0 |
2608 | 2025-01-17T07:46:48.852Z | Checking fancy-regex v0.13.0 |
2609 | 2025-01-17T07:46:49.061Z | Checking serde_regex v1.1.0 |
2610 | 2025-01-17T07:46:49.348Z | Checking assert-json-diff v2.0.2 |
2611 | 2025-01-17T07:46:49.506Z | Compiling proc-macro-crate v3.2.0 |
2612 | 2025-01-17T07:46:49.629Z | Checking path-tree v0.8.1 |
2613 | 2025-01-17T07:46:49.634Z | Compiling relative-path v1.9.3 |
2614 | 2025-01-17T07:46:49.929Z | Checking sync-ptr v0.1.1 |
2615 | 2025-01-17T07:46:50.136Z | Checking stringmetrics v2.2.2 |
2616 | 2025-01-17T07:46:50.161Z | Checking datatest-stable v0.2.9 |
2617 | 2025-01-17T07:46:50.395Z | Checking httpmock v0.8.0-alpha.1 |
2618 | 2025-01-17T07:46:50.445Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2619 | 2025-01-17T07:46:50.447Z | Checking blake2b_simd v1.0.2 |
2620 | 2025-01-17T07:46:51.343Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2621 | 2025-01-17T07:46:51.783Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2622 | 2025-01-17T07:46:52.140Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2623 | 2025-01-17T07:46:52.456Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2624 | 2025-01-17T07:46:52.781Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2625 | 2025-01-17T07:46:53.342Z | Checking serde_tokenstream v0.2.2 |
2626 | 2025-01-17T07:46:53.748Z | Checking uzers v0.12.1 |
2627 | 2025-01-17T07:46:54.264Z | Checking rust-argon2 v2.1.0 |
2628 | 2025-01-17T07:46:54.698Z | Checking trybuild v1.0.101 |
2629 | 2025-01-17T07:46:55.500Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2630 | 2025-01-17T07:46:56.025Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2631 | 2025-01-17T07:46:56.712Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2632 | 2025-01-17T07:46:57.873Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2633 | 2025-01-17T07:46:58.209Z | Checking rand_distr v0.4.3 |
2634 | 2025-01-17T07:46:58.992Z | Checking multimap v0.10.0 |
2635 | 2025-01-17T07:46:59.332Z | Checking approx v0.5.1 |
2636 | 2025-01-17T07:46:59.617Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2637 | 2025-01-17T07:46:59.964Z | Checking rstest v0.23.0 |
2638 | 2025-01-17T07:47:00.238Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2639 | 2025-01-17T07:47:01.210Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2640 | 2025-01-17T07:47:01.408Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2641 | 2025-01-17T07:47:02.295Z | Compiling git2 v0.19.0 |
2642 | 2025-01-17T07:47:02.319Z | Checking partial-io v0.5.4 |
2643 | 2025-01-17T07:47:02.360Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2644 | 2025-01-17T07:47:02.641Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2645 | 2025-01-17T07:47:02.665Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2646 | 2025-01-17T07:47:02.669Z | Checking cargo_toml v0.20.5 |
2647 | 2025-01-17T07:47:02.710Z | Checking termios v0.3.3 |
2648 | 2025-01-17T07:47:02.939Z | Compiling indoc v2.0.5 |
2649 | 2025-01-17T07:47:03.895Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2650 | 2025-01-17T07:47:04.693Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2651 | 2025-01-17T07:47:07.129Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2652 | 2025-01-17T07:47:10.949Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2653 | 2025-01-17T07:47:21.525Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2654 | 2025-01-17T07:47:25.403Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2655 | 2025-01-17T07:47:34.180Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2656 | 2025-01-17T07:48:01.069Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2657 | 2025-01-17T07:48:01.869Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2658 | 2025-01-17T07:48:03.020Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2659 | 2025-01-17T07:48:20.233Z | Compiling polar-core v0.27.3 |
2660 | 2025-01-17T07:48:27.879Z | Checking oso v0.27.3 |
2661 | 2025-01-17T07:49:03.056Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2662 | 2025-01-17T07:49:03.059Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2663 | 2025-01-17T07:49:03.059Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2664 | 2025-01-17T07:50:16.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 25s |
2665 | 2025-01-17T07:50:17.097Z | |
2666 | 2025-01-17T07:50:17.100Z | real 6:29.896713740 |
2667 | 2025-01-17T07:50:17.100Z | user 34:06.470900107 |
2668 | 2025-01-17T07:50:17.100Z | sys 5:06.171199245 |
2669 | 2025-01-17T07:50:17.100Z | trap 1.024338418 |
2670 | 2025-01-17T07:50:17.100Z | tflt 1.735825190 |
2671 | 2025-01-17T07:50:17.100Z | dflt 0.276126658 |
2672 | 2025-01-17T07:50:17.100Z | kflt 0.000974868 |
2673 | 2025-01-17T07:50:17.100Z | lock 48:01.552497635 |
2674 | 2025-01-17T07:50:17.100Z | slp 1:55:45.803151353 |
2675 | 2025-01-17T07:50:17.100Z | lat 1:42.457131924 |
2676 | 2025-01-17T07:50:17.100Z | stop 6:45.039515377 |
2677 | 2025-01-17T07:50:17.100Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2678 | 2025-01-17T07:50:17.100Z | + ptime -m cargo doc --workspace --no-deps |
2679 | 2025-01-17T07:50:18.313Z | warning: output filename collision. |
2680 | 2025-01-17T07:50:18.313Z | 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)`. |
2681 | 2025-01-17T07:50:18.313Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2682 | 2025-01-17T07:50:18.313Z | The targets should have unique names. |
2683 | 2025-01-17T07:50:18.313Z | This is a known bug where multiple crates with the same name use |
2684 | 2025-01-17T07:50:18.313Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2685 | 2025-01-17T07:50:18.797Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2686 | 2025-01-17T07:50:18.869Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2687 | 2025-01-17T07:50:18.891Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2688 | 2025-01-17T07:50:18.935Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2689 | 2025-01-17T07:50:18.959Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2690 | 2025-01-17T07:50:18.991Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2691 | 2025-01-17T07:50:18.991Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2692 | 2025-01-17T07:50:19.207Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2693 | 2025-01-17T07:50:19.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2694 | 2025-01-17T07:50:19.276Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2695 | 2025-01-17T07:50:19.349Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2696 | 2025-01-17T07:50:19.530Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2025-01-17T07:50:19.637Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2698 | 2025-01-17T07:50:19.830Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2699 | 2025-01-17T07:50:20.005Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2700 | 2025-01-17T07:50:20.006Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2025-01-17T07:50:20.469Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2702 | 2025-01-17T07:50:20.843Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2703 | 2025-01-17T07:50:21.078Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2704 | 2025-01-17T07:50:21.098Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2705 | 2025-01-17T07:50:21.121Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2706 | 2025-01-17T07:50:21.416Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2707 | 2025-01-17T07:50:21.508Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2708 | 2025-01-17T07:50:21.793Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2709 | 2025-01-17T07:50:22.179Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2710 | 2025-01-17T07:50:22.658Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2711 | 2025-01-17T07:50:22.735Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2712 | 2025-01-17T07:50:23.037Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2713 | 2025-01-17T07:50:23.097Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2714 | 2025-01-17T07:50:23.254Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2715 | 2025-01-17T07:50:23.275Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2716 | 2025-01-17T07:50:23.407Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2717 | 2025-01-17T07:50:23.565Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2718 | 2025-01-17T07:50:23.701Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2719 | 2025-01-17T07:50:23.730Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2720 | 2025-01-17T07:50:23.782Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2721 | 2025-01-17T07:50:24.091Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2722 | 2025-01-17T07:50:24.258Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2723 | 2025-01-17T07:50:24.432Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2724 | 2025-01-17T07:50:24.453Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2725 | 2025-01-17T07:50:24.695Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2726 | 2025-01-17T07:50:24.726Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2727 | 2025-01-17T07:50:24.790Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2728 | 2025-01-17T07:50:24.809Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2729 | 2025-01-17T07:50:25.640Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2730 | 2025-01-17T07:50:26.114Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2731 | 2025-01-17T07:50:26.472Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2732 | 2025-01-17T07:50:27.213Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2733 | 2025-01-17T07:50:27.994Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2734 | 2025-01-17T07:50:28.057Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2025-01-17T07:50:28.265Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2736 | 2025-01-17T07:50:29.335Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2737 | 2025-01-17T07:50:30.304Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2738 | 2025-01-17T07:50:30.378Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2739 | 2025-01-17T07:50:31.357Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2740 | 2025-01-17T07:50:32.531Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2741 | 2025-01-17T07:50:32.909Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2742 | 2025-01-17T07:50:32.934Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2743 | 2025-01-17T07:50:33.578Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2744 | 2025-01-17T07:50:33.633Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2745 | 2025-01-17T07:50:33.691Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2746 | 2025-01-17T07:50:35.036Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2747 | 2025-01-17T07:50:35.059Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2748 | 2025-01-17T07:50:35.258Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2749 | 2025-01-17T07:50:35.590Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2750 | 2025-01-17T07:50:37.320Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2025-01-17T07:50:38.605Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2752 | 2025-01-17T07:50:39.049Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2753 | 2025-01-17T07:50:39.580Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2754 | 2025-01-17T07:50:39.993Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2755 | 2025-01-17T07:50:40.230Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2756 | 2025-01-17T07:50:40.403Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2757 | 2025-01-17T07:50:40.432Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2758 | 2025-01-17T07:50:41.800Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2759 | 2025-01-17T07:50:42.409Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2760 | 2025-01-17T07:50:42.713Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2761 | 2025-01-17T07:50:43.083Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2762 | 2025-01-17T07:50:43.395Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2763 | 2025-01-17T07:50:43.427Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2764 | 2025-01-17T07:50:43.819Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2765 | 2025-01-17T07:50:43.964Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2766 | 2025-01-17T07:50:44.121Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2767 | 2025-01-17T07:50:44.194Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2768 | 2025-01-17T07:50:44.719Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2769 | 2025-01-17T07:50:45.191Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2770 | 2025-01-17T07:50:45.270Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2771 | 2025-01-17T07:50:45.499Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2772 | 2025-01-17T07:50:45.592Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2773 | 2025-01-17T07:50:46.030Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2774 | 2025-01-17T07:50:46.880Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2775 | 2025-01-17T07:50:47.118Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2776 | 2025-01-17T07:50:47.355Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2777 | 2025-01-17T07:50:47.795Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2778 | 2025-01-17T07:50:47.855Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2779 | 2025-01-17T07:50:47.940Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2780 | 2025-01-17T07:50:47.971Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2781 | 2025-01-17T07:50:48.350Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2782 | 2025-01-17T07:50:48.592Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2783 | 2025-01-17T07:50:48.665Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2784 | 2025-01-17T07:50:49.130Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2785 | 2025-01-17T07:50:49.579Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2786 | 2025-01-17T07:50:49.600Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2787 | 2025-01-17T07:50:50.114Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2788 | 2025-01-17T07:50:51.161Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2789 | 2025-01-17T07:50:51.630Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2790 | 2025-01-17T07:50:53.375Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2791 | 2025-01-17T07:50:53.491Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2792 | 2025-01-17T07:50:54.252Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2793 | 2025-01-17T07:50:54.360Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2794 | 2025-01-17T07:50:54.362Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2795 | 2025-01-17T07:50:54.403Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2025-01-17T07:50:54.540Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2797 | 2025-01-17T07:50:54.731Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2798 | 2025-01-17T07:50:55.757Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2799 | 2025-01-17T07:50:55.922Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2800 | 2025-01-17T07:50:55.961Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2801 | 2025-01-17T07:50:56.287Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2802 | 2025-01-17T07:50:56.318Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2803 | 2025-01-17T07:50:56.337Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2804 | 2025-01-17T07:50:56.733Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2805 | 2025-01-17T07:50:59.357Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2806 | 2025-01-17T07:51:00.772Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2807 | 2025-01-17T07:51:00.913Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2808 | 2025-01-17T07:51:00.935Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2809 | 2025-01-17T07:51:01.794Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2810 | 2025-01-17T07:51:01.832Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2811 | 2025-01-17T07:51:01.982Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2812 | 2025-01-17T07:51:03.369Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2813 | 2025-01-17T07:51:03.398Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2814 | 2025-01-17T07:51:06.624Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2815 | 2025-01-17T07:51:07.241Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2816 | 2025-01-17T07:51:08.221Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2817 | 2025-01-17T07:51:11.880Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2818 | 2025-01-17T07:51:14.602Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2819 | 2025-01-17T07:51:14.655Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2820 | 2025-01-17T07:51:15.116Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2821 | 2025-01-17T07:51:21.908Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2822 | 2025-01-17T07:51:22.414Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2025-01-17T07:51:23.222Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2824 | 2025-01-17T07:51:23.653Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2825 | 2025-01-17T07:51:24.626Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2826 | 2025-01-17T07:51:24.775Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2827 | 2025-01-17T07:51:25.019Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2828 | 2025-01-17T07:51:26.500Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2829 | 2025-01-17T07:51:27.772Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2830 | 2025-01-17T07:51:29.614Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2831 | 2025-01-17T07:51:29.664Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2832 | 2025-01-17T07:51:33.093Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2833 | 2025-01-17T07:51:34.158Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2834 | 2025-01-17T07:51:34.454Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2835 | 2025-01-17T07:51:35.397Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2836 | 2025-01-17T07:51:35.794Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2837 | 2025-01-17T07:51:35.863Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2838 | 2025-01-17T07:51:36.678Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2839 | 2025-01-17T07:51:38.847Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2840 | 2025-01-17T07:51:39.315Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2841 | 2025-01-17T07:51:40.218Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2025-01-17T07:51:40.411Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2025-01-17T07:51:40.919Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2844 | 2025-01-17T07:51:42.557Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2845 | 2025-01-17T07:51:43.211Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2846 | 2025-01-17T07:51:43.799Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2847 | 2025-01-17T07:51:44.195Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2848 | 2025-01-17T07:51:44.586Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2849 | 2025-01-17T07:51:46.791Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2850 | 2025-01-17T07:51:47.751Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2851 | 2025-01-17T07:51:47.836Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2852 | 2025-01-17T07:51:48.481Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2853 | 2025-01-17T07:51:48.803Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2854 | 2025-01-17T07:51:49.125Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2855 | 2025-01-17T07:51:49.793Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2856 | 2025-01-17T07:51:51.858Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2857 | 2025-01-17T07:51:52.558Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2858 | 2025-01-17T07:51:52.975Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2859 | 2025-01-17T07:51:53.296Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2860 | 2025-01-17T07:51:53.582Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2861 | 2025-01-17T07:51:54.225Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2862 | 2025-01-17T07:51:55.100Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2863 | 2025-01-17T07:51:56.639Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2864 | 2025-01-17T07:51:57.970Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2865 | 2025-01-17T07:51:59.219Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2866 | 2025-01-17T07:51:59.532Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2025-01-17T07:51:59.642Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2025-01-17T07:52:01.562Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2869 | 2025-01-17T07:52:01.945Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2870 | 2025-01-17T07:52:02.812Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2871 | 2025-01-17T07:52:03.403Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2872 | 2025-01-17T07:52:03.444Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2873 | 2025-01-17T07:52:06.178Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2874 | 2025-01-17T07:52:07.072Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2875 | 2025-01-17T07:52:07.154Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2876 | 2025-01-17T07:52:07.417Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2877 | 2025-01-17T07:52:09.850Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2878 | 2025-01-17T07:52:10.100Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2879 | 2025-01-17T07:52:11.112Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2880 | 2025-01-17T07:52:11.313Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2881 | 2025-01-17T07:52:11.577Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2882 | 2025-01-17T07:52:13.383Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2883 | 2025-01-17T07:52:13.671Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2884 | 2025-01-17T07:52:14.662Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2885 | 2025-01-17T07:52:14.665Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2886 | 2025-01-17T07:52:15.990Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2887 | 2025-01-17T07:52:16.436Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2888 | 2025-01-17T07:52:16.933Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2889 | 2025-01-17T07:52:17.583Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2890 | 2025-01-17T07:52:18.272Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2891 | 2025-01-17T07:52:20.362Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2892 | 2025-01-17T07:52:20.610Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2893 | 2025-01-17T07:52:20.711Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2894 | 2025-01-17T07:52:21.249Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2895 | 2025-01-17T07:52:23.644Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2896 | 2025-01-17T07:52:23.801Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2897 | 2025-01-17T07:52:24.056Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2898 | 2025-01-17T07:52:24.869Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2899 | 2025-01-17T07:52:25.335Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2900 | 2025-01-17T07:52:25.415Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2901 | 2025-01-17T07:52:26.435Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2902 | 2025-01-17T07:52:26.464Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2903 | 2025-01-17T07:52:27.349Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2904 | 2025-01-17T07:52:27.437Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2905 | 2025-01-17T07:52:28.581Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2906 | 2025-01-17T07:52:28.604Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2907 | 2025-01-17T07:52:29.117Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2908 | 2025-01-17T07:52:29.826Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2909 | 2025-01-17T07:52:45.041Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2910 | 2025-01-17T07:52:45.041Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2911 | 2025-01-17T07:52:45.043Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2912 | 2025-01-17T07:52:45.044Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2913 | 2025-01-17T07:52:45.921Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2914 | 2025-01-17T07:52:46.074Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2915 | 2025-01-17T07:52:46.104Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2916 | 2025-01-17T07:52:46.262Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2917 | 2025-01-17T07:52:48.302Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2918 | 2025-01-17T07:52:53.234Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2919 | 2025-01-17T07:52:54.018Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2920 | 2025-01-17T07:53:34.106Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2921 | 2025-01-17T07:53:41.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 23s |
2922 | 2025-01-17T07:53:41.272Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2923 | 2025-01-17T07:53:41.345Z | |
2924 | 2025-01-17T07:53:41.348Z | real 3:24.179737240 |
2925 | 2025-01-17T07:53:41.348Z | user 18:13.927227924 |
2926 | 2025-01-17T07:53:41.348Z | sys 2:34.437954130 |
2927 | 2025-01-17T07:53:41.348Z | trap 0.547139412 |
2928 | 2025-01-17T07:53:41.348Z | tflt 0.247147050 |
2929 | 2025-01-17T07:53:41.348Z | dflt 0.052299569 |
2930 | 2025-01-17T07:53:41.348Z | kflt 0.000413609 |
2931 | 2025-01-17T07:53:41.348Z | lock 29:42.870299728 |
2932 | 2025-01-17T07:53:41.348Z | slp 51:26.045357652 |
2933 | 2025-01-17T07:53:41.348Z | lat 1:05.681662371 |
2934 | 2025-01-17T07:53:41.348Z | stop 1:18.125041209 |
2935 | 2025-01-17T07:53:41.348Z | process exited: duration 936298 ms, exit code 0 |
|
2936 | 2025-01-17T07:53:41.354Z | found 0 output files |