|
|
|
1 | 2024-12-19T04:27:31.478Z | job assigned to worker 01JFEJNZG5TE04FN7QQG22D2T2 [factory aws, i-0baac090f973aefba] (queued for 53 s) |
|
2 | 2024-12-19T04:27:39.470Z | starting task 0: "setup" |
3 | 2024-12-19T04:27:39.478Z | ++ uname -s |
4 | 2024-12-19T04:27:39.482Z | + kern=SunOS |
5 | 2024-12-19T04:27:39.482Z | + case "$kern" in |
6 | 2024-12-19T04:27:39.482Z | + groupadd -g 12345 build |
7 | 2024-12-19T04:27:39.485Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T04:27:41.488Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T04:27:41.564Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T04:27:41.566Z | + home_fs=zfs |
11 | 2024-12-19T04:27:41.566Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T04:27:41.566Z | + mkdir -p /home/build |
13 | 2024-12-19T04:27:41.569Z | + chown build:build /home/build /work |
14 | 2024-12-19T04:27:43.571Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T04:27:43.573Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-12-19T04:27:43.579Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T04:27:43.587Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T04:27:43.587Z | ' 1.81.0 |
19 | 2024-12-19T04:27:43.587Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T04:27:43.587Z | * toolchain profile = "default" |
21 | 2024-12-19T04:27:43.590Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T04:27:43.590Z | ' default |
23 | 2024-12-19T04:27:43.590Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T04:27:43.590Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T04:27:43.707Z | info: downloading installer |
26 | 2024-12-19T04:27:45.008Z | info: profile set to 'default' |
27 | 2024-12-19T04:27:45.008Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T04:27:45.010Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T04:27:45.145Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T04:27:45.145Z | info: downloading component 'cargo' |
31 | 2024-12-19T04:27:45.842Z | info: downloading component 'clippy' |
32 | 2024-12-19T04:27:46.103Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T04:27:47.081Z | info: downloading component 'rust-std' |
34 | 2024-12-19T04:27:48.594Z | info: downloading component 'rustc' |
35 | 2024-12-19T04:27:54.032Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T04:27:54.240Z | info: installing component 'cargo' |
37 | 2024-12-19T04:27:55.072Z | info: installing component 'clippy' |
38 | 2024-12-19T04:27:55.449Z | info: installing component 'rust-docs' |
39 | 2024-12-19T04:27:57.053Z | info: installing component 'rust-std' |
40 | 2024-12-19T04:27:58.851Z | info: installing component 'rustc' |
41 | 2024-12-19T04:28:04.662Z | info: installing component 'rustfmt' |
42 | 2024-12-19T04:28:04.981Z | |
43 | 2024-12-19T04:28:04.981Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-19T04:28:05.348Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T04:28:05.348Z | |
46 | 2024-12-19T04:28:05.351Z | |
47 | 2024-12-19T04:28:05.351Z | Rust is installed now. Great! |
48 | 2024-12-19T04:28:05.351Z | |
49 | 2024-12-19T04:28:05.351Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T04:28:05.351Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T04:28:05.351Z | |
52 | 2024-12-19T04:28:05.351Z | To configure your current shell, you need to source |
53 | 2024-12-19T04:28:05.351Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T04:28:05.351Z | |
55 | 2024-12-19T04:28:05.351Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T04:28:05.351Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T04:28:05.351Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T04:28:05.427Z | + rustc --version |
59 | 2024-12-19T04:28:05.494Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T04:28:05.496Z | process exited: duration 21914 ms, exit code 0 |
|
61 | 2024-12-19T04:28:05.504Z | starting task 2: "authentication" |
62 | 2024-12-19T04:28:05.522Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T04:28:05.527Z | starting task 3: "clone repository" |
64 | 2024-12-19T04:28:05.532Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T04:28:05.535Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T04:28:05.768Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T04:28:12.154Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T04:28:12.157Z | + git fetch origin 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
69 | 2024-12-19T04:28:12.801Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T04:28:12.801Z | * branch 2a37e9cc4984ffa5f5494a806df8431bf4e8580e -> FETCH_HEAD |
71 | 2024-12-19T04:28:12.810Z | + [[ -n '' ]] |
72 | 2024-12-19T04:28:12.810Z | + git reset --hard 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
73 | 2024-12-19T04:28:12.982Z | HEAD is now at 2a37e9cc4 mroe -> more! |
74 | 2024-12-19T04:28:12.985Z | process exited: duration 7456 ms, exit code 0 |
|
75 | 2024-12-19T04:28:12.991Z | starting task 4: "build" |
76 | 2024-12-19T04:28:12.996Z | + source ./env.sh |
77 | 2024-12-19T04:28:12.999Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2024-12-19T04:28:12.999Z | ++ set -o xtrace |
79 | 2024-12-19T04:28:13.002Z | ++++ dirname ./env.sh |
80 | 2024-12-19T04:28:13.002Z | +++ readlink -f . |
81 | 2024-12-19T04:28:13.020Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-12-19T04:28:13.022Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2024-12-19T04:28:13.022Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-12-19T04:28:13.022Z | ++ 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 |
85 | 2024-12-19T04:28:13.022Z | ++ 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 |
86 | 2024-12-19T04:28:13.023Z | ++ 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 |
87 | 2024-12-19T04:28:13.023Z | ++ 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 |
88 | 2024-12-19T04:28:13.023Z | ++ 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 |
89 | 2024-12-19T04:28:13.023Z | ++ 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 |
90 | 2024-12-19T04:28:13.023Z | ++ case $OLD_SHELL_OPTS in |
91 | 2024-12-19T04:28:13.023Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2024-12-19T04:28:13.023Z | + source .github/buildomat/ci-env.sh |
93 | 2024-12-19T04:28:13.023Z | ++ export CARGO_TERM_COLOR=always |
94 | 2024-12-19T04:28:13.023Z | ++ CARGO_TERM_COLOR=always |
95 | 2024-12-19T04:28:13.023Z | + cargo --version |
96 | 2024-12-19T04:28:13.078Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2024-12-19T04:28:13.080Z | + rustc --version |
98 | 2024-12-19T04:28:13.140Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2024-12-19T04:28:13.142Z | + banner prerequisites |
100 | 2024-12-19T04:28:13.161Z | |
101 | 2024-12-19T04:28:13.161Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-12-19T04:28:13.161Z | # # # # # # # # # # # # # # # |
103 | 2024-12-19T04:28:13.161Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-12-19T04:28:13.161Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-12-19T04:28:13.161Z | # # # # # # # # # # # # # # # |
106 | 2024-12-19T04:28:13.161Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-12-19T04:28:13.161Z | |
108 | 2024-12-19T04:28:13.163Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-12-19T04:28:25.643Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-12-19T04:28:29.816Z | Startup: Caching catalogs ... Done |
111 | 2024-12-19T04:28:40.518Z | Planning: Solver setup ... Done (9.853s) |
112 | 2024-12-19T04:28:40.649Z | Planning: Running solver ... Done (0.132s) |
113 | 2024-12-19T04:28:40.935Z | Planning: Finding local manifests ... Done (0.187s) |
114 | 2024-12-19T04:28:40.966Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-12-19T04:28:41.222Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-12-19T04:28:41.511Z | Planning: Package planning ... Done (0.289s) |
117 | 2024-12-19T04:28:41.567Z | Planning: Merging actions ... Done (0.056s) |
118 | 2024-12-19T04:28:42.728Z | Planning: Checking for conflicting actions ... Done (1.161s) |
119 | 2024-12-19T04:28:51.059Z | Planning: Consolidating action changes ... Done (8.329s) |
120 | 2024-12-19T04:28:51.440Z | Planning: Evaluating mediators ... Done (0.381s) |
121 | 2024-12-19T04:28:51.526Z | Planning: Planning completed in 21.61 seconds |
122 | 2024-12-19T04:28:52.189Z | Packages to install: 4 |
123 | 2024-12-19T04:28:52.189Z | Packages to update: 1 |
124 | 2024-12-19T04:28:52.192Z | Mediators to change: 2 |
125 | 2024-12-19T04:28:52.192Z | Services to change: 1 |
126 | 2024-12-19T04:28:52.192Z | Estimated space available: 155.63 GB |
127 | 2024-12-19T04:28:52.192Z | Estimated space to be consumed: 1.61 GB |
128 | 2024-12-19T04:28:52.192Z | Create boot environment: No |
129 | 2024-12-19T04:28:52.192Z | Create backup boot environment: Yes |
130 | 2024-12-19T04:28:52.192Z | Rebuild boot archive: No |
131 | 2024-12-19T04:28:52.192Z | |
132 | 2024-12-19T04:28:52.192Z | Changed mediators: |
133 | 2024-12-19T04:28:52.192Z | mediator clang: |
134 | 2024-12-19T04:28:52.192Z | version: None -> 15 (system default) |
135 | 2024-12-19T04:28:52.192Z | |
136 | 2024-12-19T04:28:52.192Z | mediator llvm: |
137 | 2024-12-19T04:28:52.192Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-12-19T04:28:52.192Z | |
139 | 2024-12-19T04:28:52.192Z | Changed packages: |
140 | 2024-12-19T04:28:52.192Z | helios-dev |
141 | 2024-12-19T04:28:52.192Z | developer/build-essential |
142 | 2024-12-19T04:28:52.192Z | None -> 11-2.0 |
143 | 2024-12-19T04:28:52.192Z | library/libxmlsec1 |
144 | 2024-12-19T04:28:52.192Z | None -> 1.2.35-2.0 |
145 | 2024-12-19T04:28:52.192Z | ooce/developer/clang-15 |
146 | 2024-12-19T04:28:52.192Z | None -> 15.0.7-2.0 |
147 | 2024-12-19T04:28:52.192Z | ooce/developer/llvm-15 |
148 | 2024-12-19T04:28:52.192Z | None -> 15.0.7-2.0 |
149 | 2024-12-19T04:28:52.192Z | package/pkg |
150 | 2024-12-19T04:28:52.192Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-12-19T04:28:52.192Z | |
152 | 2024-12-19T04:28:52.192Z | Services: |
153 | 2024-12-19T04:28:52.192Z | restart_fmri: |
154 | 2024-12-19T04:28:52.193Z | svc:/system/update-man-index:default |
155 | 2024-12-19T04:28:52.193Z | |
156 | 2024-12-19T04:28:52.193Z | Editable files to change: |
157 | 2024-12-19T04:28:52.193Z | Update: |
158 | 2024-12-19T04:28:52.193Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-12-19T04:28:52.525Z | |
160 | 2024-12-19T04:28:52.525Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-12-19T04:28:57.527Z | Download: 1181/4281 items 44.4/220.6MB 20% complete (8.9M/s) |
162 | 2024-12-19T04:29:03.564Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (12.3M/s) |
163 | 2024-12-19T04:29:09.725Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (7.1M/s) |
164 | 2024-12-19T04:29:15.877Z | Download: 3245/4281 items 203.0/220.6MB 92% complete (11.6M/s) |
165 | 2024-12-19T04:29:20.940Z | Download: 3280/4281 items 209.9/220.6MB 95% complete (9.1M/s) |
166 | 2024-12-19T04:29:25.554Z | Download: Completed 220.60 MB in 33.02 seconds (6.7M/s) |
167 | 2024-12-19T04:29:27.623Z | Actions: 1/5063 actions (Removing old actions) |
168 | 2024-12-19T04:29:27.638Z | Actions: 194/5063 actions (Installing new actions) |
169 | 2024-12-19T04:29:32.643Z | Actions: 4085/5063 actions (Installing new actions) |
170 | 2024-12-19T04:29:33.240Z | Actions: 4226/5063 actions (Updating modified actions) |
171 | 2024-12-19T04:29:33.641Z | Actions: Completed 5063 actions in 6.02 seconds. |
172 | 2024-12-19T04:29:34.036Z | Done (0.388s) |
173 | 2024-12-19T04:29:34.038Z | Done (0.000s) |
174 | 2024-12-19T04:29:34.613Z | Done (0.576s) |
175 | 2024-12-19T04:29:41.264Z | Done (6.419s) |
176 | 2024-12-19T04:29:41.658Z | Done (0.328s) |
177 | 2024-12-19T04:29:41.661Z | Done (0.000s) |
178 | 2024-12-19T04:29:41.812Z | Done (0.000s) |
179 | 2024-12-19T04:29:42.498Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-19T04:29:42.664Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-12-19T04:29:42.667Z | Planning: Consolidating action changes ... Done |
182 | 2024-12-19T04:29:42.937Z | Planning: Evaluating mediators ... Done |
183 | 2024-12-19T04:29:42.939Z | Planning: Planning completed in 0.44 seconds |
184 | 2024-12-19T04:29:42.976Z | Mediators to change: 2 |
185 | 2024-12-19T04:29:42.976Z | Create boot environment: No |
186 | 2024-12-19T04:29:42.976Z | Create backup boot environment: No |
187 | 2024-12-19T04:29:43.054Z | Done |
188 | 2024-12-19T04:29:43.054Z | Done |
189 | 2024-12-19T04:29:43.411Z | Done |
190 | 2024-12-19T04:29:47.039Z | Done |
191 | 2024-12-19T04:29:47.134Z | Done |
192 | 2024-12-19T04:29:47.136Z | Done |
193 | 2024-12-19T04:29:47.252Z | Done |
194 | 2024-12-19T04:29:47.867Z | Planning: Evaluating mediator changes ... Done |
195 | 2024-12-19T04:29:47.870Z | Planning: Merging actions ... Done |
196 | 2024-12-19T04:29:48.061Z | Planning: Checking for conflicting actions ... Done |
197 | 2024-12-19T04:29:48.064Z | Planning: Consolidating action changes ... Done |
198 | 2024-12-19T04:29:48.330Z | Planning: Evaluating mediators ... Done |
199 | 2024-12-19T04:29:48.386Z | Planning: Planning completed in 0.76 seconds |
200 | 2024-12-19T04:29:48.426Z | Packages to change: 1 |
201 | 2024-12-19T04:29:48.426Z | Mediators to change: 1 |
202 | 2024-12-19T04:29:48.426Z | Services to change: 1 |
203 | 2024-12-19T04:29:48.429Z | Create boot environment: No |
204 | 2024-12-19T04:29:48.429Z | Create backup boot environment: Yes |
205 | 2024-12-19T04:29:50.730Z | Actions: 1/6 actions (Updating modified actions) |
206 | 2024-12-19T04:29:50.842Z | Actions: Completed 6 actions in 0.11 seconds. |
207 | 2024-12-19T04:29:50.845Z | Done |
208 | 2024-12-19T04:29:50.845Z | Done |
209 | 2024-12-19T04:29:50.958Z | Done |
210 | 2024-12-19T04:29:54.553Z | Done |
211 | 2024-12-19T04:29:54.649Z | Done |
212 | 2024-12-19T04:29:54.652Z | Done |
213 | 2024-12-19T04:29:54.774Z | Done |
214 | 2024-12-19T04:29:55.211Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
215 | 2024-12-19T04:29:55.211Z | clang system 15 system |
216 | 2024-12-19T04:29:55.211Z | csh system system illumos |
217 | 2024-12-19T04:29:55.211Z | ctags system system illumos |
218 | 2024-12-19T04:29:55.211Z | gcc vendor 12 vendor |
219 | 2024-12-19T04:29:55.211Z | gcc system 10 system |
220 | 2024-12-19T04:29:55.211Z | gcc system 7 system |
221 | 2024-12-19T04:29:55.211Z | go system 1.20 system |
222 | 2024-12-19T04:29:55.211Z | go system 1.19 system |
223 | 2024-12-19T04:29:55.211Z | llvm system 15 system |
224 | 2024-12-19T04:29:55.211Z | llvm system 14 system |
225 | 2024-12-19T04:29:55.211Z | mariadb system 10.6 system |
226 | 2024-12-19T04:29:55.211Z | mta vendor vendor dma |
227 | 2024-12-19T04:29:55.211Z | openjdk system 17 system |
228 | 2024-12-19T04:29:55.211Z | openjdk system 11 system |
229 | 2024-12-19T04:29:55.211Z | openjdk system 1.8 system |
230 | 2024-12-19T04:29:55.211Z | openssl vendor 3 vendor |
231 | 2024-12-19T04:29:55.211Z | perl system 5.36 system |
232 | 2024-12-19T04:29:55.211Z | postgresql system 15 system |
233 | 2024-12-19T04:29:55.211Z | postgresql system 13 system |
234 | 2024-12-19T04:29:55.211Z | python vendor 3 vendor |
235 | 2024-12-19T04:29:55.211Z | python system 2 system |
236 | 2024-12-19T04:29:55.212Z | python3 system 3.11 system |
237 | 2024-12-19T04:29:55.212Z | ruby system 3.0 system |
238 | 2024-12-19T04:29:55.212Z | words vendor vendor american-english |
239 | 2024-12-19T04:29:55.212Z | words system system australian-english |
240 | 2024-12-19T04:29:55.212Z | words system system british-english |
241 | 2024-12-19T04:29:55.212Z | words system system canadian-english |
242 | 2024-12-19T04:29:55.212Z | words system system french |
243 | 2024-12-19T04:29:55.212Z | words system system italian |
244 | 2024-12-19T04:29:55.212Z | words system system ngerman |
245 | 2024-12-19T04:29:55.212Z | words system system ogerman |
246 | 2024-12-19T04:29:55.212Z | words system system spanish |
247 | 2024-12-19T04:29:55.543Z | PUBLISHER TYPE STATUS P LOCATION |
248 | 2024-12-19T04:29:55.543Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
249 | 2024-12-19T04:29:58.255Z | FMRI IFO |
250 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
255 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
256 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
257 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
258 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
259 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
260 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
261 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
262 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
263 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
264 | 2024-12-19T04:29:58.255Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
265 | 2024-12-19T04:29:59.006Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
266 | 2024-12-19T04:29:59.262Z | Updating crates.io index |
267 | 2024-12-19T04:29:59.266Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
268 | 2024-12-19T04:29:59.816Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
269 | 2024-12-19T04:30:00.063Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
270 | 2024-12-19T04:30:00.330Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
271 | 2024-12-19T04:30:00.675Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
272 | 2024-12-19T04:30:01.542Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-12-19T04:30:02.975Z | Updating git repository `https://github.com/oxidecomputer/opte` |
274 | 2024-12-19T04:30:03.589Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
275 | 2024-12-19T04:30:04.307Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
276 | 2024-12-19T04:30:04.586Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
277 | 2024-12-19T04:30:04.908Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
278 | 2024-12-19T04:30:05.586Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
279 | 2024-12-19T04:30:05.973Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
280 | 2024-12-19T04:30:06.289Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
281 | 2024-12-19T04:30:06.579Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
282 | 2024-12-19T04:30:06.865Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
283 | 2024-12-19T04:30:07.096Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
284 | 2024-12-19T04:30:07.412Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
285 | 2024-12-19T04:30:07.782Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
286 | 2024-12-19T04:30:08.066Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
287 | 2024-12-19T04:30:08.414Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
288 | 2024-12-19T04:30:08.917Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
289 | 2024-12-19T04:30:09.211Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
290 | 2024-12-19T04:30:09.585Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
291 | 2024-12-19T04:30:09.942Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
292 | 2024-12-19T04:30:10.261Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
293 | 2024-12-19T04:30:10.537Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
294 | 2024-12-19T04:30:10.852Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
295 | 2024-12-19T04:30:12.092Z | Downloading crates ... |
296 | 2024-12-19T04:30:12.154Z | Downloaded anstyle-query v1.1.1 |
297 | 2024-12-19T04:30:12.157Z | Downloaded anstyle v1.0.10 |
298 | 2024-12-19T04:30:12.167Z | Downloaded clap v4.5.21 |
299 | 2024-12-19T04:30:12.194Z | Downloaded terminal_size v0.4.0 |
300 | 2024-12-19T04:30:12.196Z | Downloaded pretty-hex v0.4.1 |
301 | 2024-12-19T04:30:12.212Z | Downloaded equivalent v1.0.1 |
302 | 2024-12-19T04:30:12.215Z | Downloaded bytecount v0.6.8 |
303 | 2024-12-19T04:30:12.219Z | Downloaded block-buffer v0.10.4 |
304 | 2024-12-19T04:30:12.230Z | Downloaded dof v0.3.0 |
305 | 2024-12-19T04:30:12.233Z | Downloaded usdt v0.5.0 |
306 | 2024-12-19T04:30:12.233Z | Downloaded toml_datetime v0.6.8 |
307 | 2024-12-19T04:30:12.235Z | Downloaded swrite v0.1.0 |
308 | 2024-12-19T04:30:12.235Z | Downloaded plain v0.2.3 |
309 | 2024-12-19T04:30:12.238Z | Downloaded is_terminal_polyfill v1.70.1 |
310 | 2024-12-19T04:30:12.238Z | Downloaded errno v0.3.9 |
311 | 2024-12-19T04:30:12.240Z | Downloaded digest v0.10.7 |
312 | 2024-12-19T04:30:12.240Z | Downloaded byteorder v1.5.0 |
313 | 2024-12-19T04:30:12.243Z | Downloaded serde_tokenstream v0.2.2 |
314 | 2024-12-19T04:30:12.243Z | Downloaded anstyle-parse v0.2.5 |
315 | 2024-12-19T04:30:12.245Z | Downloaded strsim v0.11.1 |
316 | 2024-12-19T04:30:12.247Z | Downloaded generic-array v0.14.7 |
317 | 2024-12-19T04:30:12.248Z | Downloaded fs-err v2.11.0 |
318 | 2024-12-19T04:30:12.250Z | Downloaded cfg-if v1.0.0 |
319 | 2024-12-19T04:30:12.250Z | Downloaded smawk v0.3.2 |
320 | 2024-12-19T04:30:12.253Z | Downloaded clap_lex v0.7.2 |
321 | 2024-12-19T04:30:12.253Z | Downloaded cargo-platform v0.1.8 |
322 | 2024-12-19T04:30:12.253Z | Downloaded fastrand v2.1.1 |
323 | 2024-12-19T04:30:12.256Z | Downloaded itoa v1.0.11 |
324 | 2024-12-19T04:30:12.256Z | Downloaded autocfg v1.4.0 |
325 | 2024-12-19T04:30:12.260Z | Downloaded pest_generator v2.7.14 |
326 | 2024-12-19T04:30:12.273Z | Downloaded utf8parse v0.2.2 |
327 | 2024-12-19T04:30:12.281Z | Downloaded usdt-impl v0.5.0 |
328 | 2024-12-19T04:30:12.283Z | Downloaded crypto-common v0.1.6 |
329 | 2024-12-19T04:30:12.283Z | Downloaded thiserror-impl v1.0.69 |
330 | 2024-12-19T04:30:12.286Z | Downloaded version_check v0.9.5 |
331 | 2024-12-19T04:30:12.286Z | Downloaded camino v1.1.9 |
332 | 2024-12-19T04:30:12.288Z | Downloaded cpufeatures v0.2.14 |
333 | 2024-12-19T04:30:12.288Z | Downloaded camino-tempfile v1.1.1 |
334 | 2024-12-19T04:30:12.292Z | Downloaded thread-id v4.2.2 |
335 | 2024-12-19T04:30:12.292Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2024-12-19T04:30:12.294Z | Downloaded scroll_derive v0.12.0 |
337 | 2024-12-19T04:30:12.294Z | Downloaded fnv v1.0.7 |
338 | 2024-12-19T04:30:12.294Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-12-19T04:30:12.294Z | Downloaded serde_spanned v0.6.8 |
340 | 2024-12-19T04:30:12.297Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-12-19T04:30:12.297Z | Downloaded heck v0.4.1 |
342 | 2024-12-19T04:30:12.299Z | Downloaded dtrace-parser v0.2.0 |
343 | 2024-12-19T04:30:12.299Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-12-19T04:30:12.299Z | Downloaded thiserror v1.0.69 |
345 | 2024-12-19T04:30:12.302Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-12-19T04:30:12.305Z | Downloaded memmap v0.7.0 |
347 | 2024-12-19T04:30:12.305Z | Downloaded clap_derive v4.5.18 |
348 | 2024-12-19T04:30:12.310Z | Downloaded once_cell v1.20.2 |
349 | 2024-12-19T04:30:12.312Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-12-19T04:30:12.316Z | Downloaded anstream v0.6.15 |
351 | 2024-12-19T04:30:12.323Z | Downloaded scroll v0.12.0 |
352 | 2024-12-19T04:30:12.333Z | Downloaded semver v1.0.23 |
353 | 2024-12-19T04:30:12.336Z | Downloaded colorchoice v1.0.2 |
354 | 2024-12-19T04:30:12.339Z | Downloaded cargo_metadata v0.18.1 |
355 | 2024-12-19T04:30:12.339Z | Downloaded quote v1.0.37 |
356 | 2024-12-19T04:30:12.342Z | Downloaded heck v0.5.0 |
357 | 2024-12-19T04:30:12.345Z | Downloaded sha2 v0.10.8 |
358 | 2024-12-19T04:30:12.347Z | Downloaded macaddr v1.0.1 |
359 | 2024-12-19T04:30:12.350Z | Downloaded toml v0.8.19 |
360 | 2024-12-19T04:30:12.353Z | Downloaded zerocopy-derive v0.7.35 |
361 | 2024-12-19T04:30:12.356Z | Downloaded tempfile v3.13.0 |
362 | 2024-12-19T04:30:12.359Z | Downloaded anyhow v1.0.93 |
363 | 2024-12-19T04:30:12.362Z | Downloaded unicode-ident v1.0.13 |
364 | 2024-12-19T04:30:12.366Z | Downloaded typenum v1.17.0 |
365 | 2024-12-19T04:30:12.366Z | Downloaded proc-macro2 v1.0.89 |
366 | 2024-12-19T04:30:12.368Z | Downloaded pest_meta v2.7.14 |
367 | 2024-12-19T04:30:12.370Z | Downloaded pest_derive v2.7.14 |
368 | 2024-12-19T04:30:12.373Z | Downloaded serde_derive v1.0.215 |
369 | 2024-12-19T04:30:12.375Z | Downloaded log v0.4.22 |
370 | 2024-12-19T04:30:12.380Z | Downloaded cargo_toml v0.20.5 |
371 | 2024-12-19T04:30:12.380Z | Downloaded bitflags v2.6.0 |
372 | 2024-12-19T04:30:12.384Z | Downloaded ucd-trie v0.1.7 |
373 | 2024-12-19T04:30:12.387Z | Downloaded ryu v1.0.18 |
374 | 2024-12-19T04:30:12.387Z | Downloaded papergrid v0.11.0 |
375 | 2024-12-19T04:30:12.393Z | Downloaded textwrap v0.16.1 |
376 | 2024-12-19T04:30:12.422Z | Downloaded serde v1.0.215 |
377 | 2024-12-19T04:30:12.425Z | Downloaded indexmap v2.6.0 |
378 | 2024-12-19T04:30:12.441Z | Downloaded toml_edit v0.22.22 |
379 | 2024-12-19T04:30:12.461Z | Downloaded memchr v2.7.4 |
380 | 2024-12-19T04:30:12.465Z | Downloaded pest v2.7.14 |
381 | 2024-12-19T04:30:12.484Z | Downloaded serde_json v1.0.132 |
382 | 2024-12-19T04:30:12.488Z | Downloaded clap_builder v4.5.21 |
383 | 2024-12-19T04:30:12.494Z | Downloaded zerocopy v0.7.35 |
384 | 2024-12-19T04:30:12.508Z | Downloaded winnow v0.6.20 |
385 | 2024-12-19T04:30:12.516Z | Downloaded hashbrown v0.15.0 |
386 | 2024-12-19T04:30:12.522Z | Downloaded goblin v0.8.2 |
387 | 2024-12-19T04:30:12.529Z | Downloaded tabled v0.15.0 |
388 | 2024-12-19T04:30:12.544Z | Downloaded syn v1.0.109 |
389 | 2024-12-19T04:30:12.559Z | Downloaded unicode-width v0.1.14 |
390 | 2024-12-19T04:30:12.563Z | Downloaded syn v2.0.87 |
391 | 2024-12-19T04:30:12.574Z | Downloaded rustix v0.38.37 |
392 | 2024-12-19T04:30:12.618Z | Downloaded libc v0.2.162 |
393 | 2024-12-19T04:30:12.926Z | Compiling proc-macro2 v1.0.89 |
394 | 2024-12-19T04:30:12.927Z | Compiling unicode-ident v1.0.13 |
395 | 2024-12-19T04:30:12.927Z | Compiling version_check v0.9.5 |
396 | 2024-12-19T04:30:12.930Z | Compiling serde v1.0.215 |
397 | 2024-12-19T04:30:12.930Z | Compiling memchr v2.7.4 |
398 | 2024-12-19T04:30:12.930Z | Compiling thiserror v1.0.69 |
399 | 2024-12-19T04:30:12.930Z | Compiling libc v0.2.162 |
400 | 2024-12-19T04:30:12.961Z | Compiling itoa v1.0.11 |
401 | 2024-12-19T04:30:13.174Z | Compiling ucd-trie v0.1.7 |
402 | 2024-12-19T04:30:13.200Z | Compiling ryu v1.0.18 |
403 | 2024-12-19T04:30:13.759Z | Compiling once_cell v1.20.2 |
404 | 2024-12-19T04:30:13.781Z | Compiling byteorder v1.5.0 |
405 | 2024-12-19T04:30:14.106Z | Compiling serde_json v1.0.132 |
406 | 2024-12-19T04:30:14.299Z | Compiling rustix v0.38.37 |
407 | 2024-12-19T04:30:14.979Z | Compiling bitflags v2.6.0 |
408 | 2024-12-19T04:30:15.046Z | Compiling proc-macro-error-attr v1.0.4 |
409 | 2024-12-19T04:30:15.115Z | Compiling usdt-impl v0.5.0 |
410 | 2024-12-19T04:30:15.172Z | Compiling syn v1.0.109 |
411 | 2024-12-19T04:30:15.334Z | Compiling proc-macro-error v1.0.4 |
412 | 2024-12-19T04:30:15.393Z | Compiling equivalent v1.0.1 |
413 | 2024-12-19T04:30:15.447Z | Compiling hashbrown v0.15.0 |
414 | 2024-12-19T04:30:15.498Z | Compiling log v0.4.22 |
415 | 2024-12-19T04:30:15.564Z | Compiling plain v0.2.3 |
416 | 2024-12-19T04:30:15.591Z | Compiling camino v1.1.9 |
417 | 2024-12-19T04:30:15.716Z | Compiling utf8parse v0.2.2 |
418 | 2024-12-19T04:30:15.840Z | Compiling thread-id v4.2.2 |
419 | 2024-12-19T04:30:15.887Z | Compiling anstyle-parse v0.2.5 |
420 | 2024-12-19T04:30:15.952Z | Compiling quote v1.0.37 |
421 | 2024-12-19T04:30:15.993Z | Compiling winnow v0.6.20 |
422 | 2024-12-19T04:30:16.211Z | Compiling anstyle v1.0.10 |
423 | 2024-12-19T04:30:16.234Z | Compiling errno v0.3.9 |
424 | 2024-12-19T04:30:16.335Z | Compiling syn v2.0.87 |
425 | 2024-12-19T04:30:16.653Z | Compiling indexmap v2.6.0 |
426 | 2024-12-19T04:30:16.678Z | Compiling unicode-width v0.1.14 |
427 | 2024-12-19T04:30:16.709Z | Compiling semver v1.0.23 |
428 | 2024-12-19T04:30:17.185Z | Compiling anstyle-query v1.1.1 |
429 | 2024-12-19T04:30:17.218Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-19T04:30:17.358Z | Compiling colorchoice v1.0.2 |
431 | 2024-12-19T04:30:17.441Z | Compiling autocfg v1.4.0 |
432 | 2024-12-19T04:30:17.524Z | Compiling is_terminal_polyfill v1.70.1 |
433 | 2024-12-19T04:30:17.652Z | Compiling anstream v0.6.15 |
434 | 2024-12-19T04:30:18.162Z | Compiling heck v0.5.0 |
435 | 2024-12-19T04:30:18.187Z | Compiling strsim v0.11.1 |
436 | 2024-12-19T04:30:18.365Z | Compiling clap_lex v0.7.2 |
437 | 2024-12-19T04:30:18.588Z | Compiling fs-err v2.11.0 |
438 | 2024-12-19T04:30:18.691Z | Compiling terminal_size v0.4.0 |
439 | 2024-12-19T04:30:18.880Z | Compiling bytecount v0.6.8 |
440 | 2024-12-19T04:30:18.906Z | Compiling heck v0.4.1 |
441 | 2024-12-19T04:30:19.087Z | Compiling fastrand v2.1.1 |
442 | 2024-12-19T04:30:19.117Z | Compiling anyhow v1.0.93 |
443 | 2024-12-19T04:30:19.250Z | Compiling fnv v1.0.7 |
444 | 2024-12-19T04:30:19.341Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-19T04:30:19.396Z | Compiling papergrid v0.11.0 |
446 | 2024-12-19T04:30:19.433Z | Compiling tempfile v3.13.0 |
447 | 2024-12-19T04:30:19.702Z | Compiling clap_builder v4.5.21 |
448 | 2024-12-19T04:30:19.839Z | Compiling memmap v0.7.0 |
449 | 2024-12-19T04:30:20.133Z | Compiling unicode-linebreak v0.1.5 |
450 | 2024-12-19T04:30:20.158Z | Compiling smawk v0.3.2 |
451 | 2024-12-19T04:30:20.391Z | Compiling swrite v0.1.0 |
452 | 2024-12-19T04:30:20.633Z | Compiling textwrap v0.16.1 |
453 | 2024-12-19T04:30:21.969Z | Compiling tabled_derive v0.7.0 |
454 | 2024-12-19T04:30:23.516Z | Compiling tabled v0.15.0 |
455 | 2024-12-19T04:30:25.200Z | Compiling serde_derive v1.0.215 |
456 | 2024-12-19T04:30:25.200Z | Compiling thiserror-impl v1.0.69 |
457 | 2024-12-19T04:30:25.202Z | Compiling zerocopy-derive v0.7.35 |
458 | 2024-12-19T04:30:25.202Z | Compiling scroll_derive v0.12.0 |
459 | 2024-12-19T04:30:25.202Z | Compiling clap_derive v4.5.18 |
460 | 2024-12-19T04:30:26.516Z | Compiling scroll v0.12.0 |
461 | 2024-12-19T04:30:27.088Z | Compiling zerocopy v0.7.35 |
462 | 2024-12-19T04:30:27.233Z | Compiling goblin v0.8.2 |
463 | 2024-12-19T04:30:28.282Z | Compiling pest v2.7.14 |
464 | 2024-12-19T04:30:28.880Z | Compiling clap v4.5.21 |
465 | 2024-12-19T04:30:30.302Z | Compiling pest_meta v2.7.14 |
466 | 2024-12-19T04:30:31.124Z | Compiling pest_generator v2.7.14 |
467 | 2024-12-19T04:30:32.983Z | Compiling pest_derive v2.7.14 |
468 | 2024-12-19T04:30:33.600Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-12-19T04:30:35.267Z | Compiling serde_tokenstream v0.2.2 |
470 | 2024-12-19T04:30:35.391Z | Compiling toml_datetime v0.6.8 |
471 | 2024-12-19T04:30:35.391Z | Compiling serde_spanned v0.6.8 |
472 | 2024-12-19T04:30:35.521Z | Compiling cargo-platform v0.1.8 |
473 | 2024-12-19T04:30:35.767Z | Compiling toml_edit v0.22.22 |
474 | 2024-12-19T04:30:35.795Z | Compiling macaddr v1.0.1 |
475 | 2024-12-19T04:30:36.069Z | Compiling camino-tempfile v1.1.1 |
476 | 2024-12-19T04:30:36.790Z | Compiling dof v0.3.0 |
477 | 2024-12-19T04:30:36.907Z | Compiling cargo_metadata v0.18.1 |
478 | 2024-12-19T04:30:38.477Z | Compiling usdt-macro v0.5.0 |
479 | 2024-12-19T04:30:38.477Z | Compiling usdt-attr-macro v0.5.0 |
480 | 2024-12-19T04:30:38.547Z | Compiling toml v0.8.19 |
481 | 2024-12-19T04:30:39.504Z | Compiling cargo_toml v0.20.5 |
482 | 2024-12-19T04:30:39.871Z | Compiling usdt v0.5.0 |
483 | 2024-12-19T04:30:42.973Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
484 | 2024-12-19T04:30:47.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.40s |
485 | 2024-12-19T04:30:47.450Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
486 | 2024-12-19T04:30:47.979Z | Downloading crates ... |
487 | 2024-12-19T04:30:48.103Z | Downloaded async-stream-impl v0.3.6 |
488 | 2024-12-19T04:30:48.106Z | Downloaded cfg_aliases v0.1.1 |
489 | 2024-12-19T04:30:48.106Z | Downloaded atomicwrites v0.4.4 |
490 | 2024-12-19T04:30:48.114Z | Downloaded headers-core v0.3.0 |
491 | 2024-12-19T04:30:48.124Z | Downloaded darling v0.20.10 |
492 | 2024-12-19T04:30:48.132Z | Downloaded convert_case v0.4.0 |
493 | 2024-12-19T04:30:48.135Z | Downloaded atty v0.2.14 |
494 | 2024-12-19T04:30:48.135Z | Downloaded ciborium-io v0.2.2 |
495 | 2024-12-19T04:30:48.137Z | Downloaded crunchy v0.2.2 |
496 | 2024-12-19T04:30:48.139Z | Downloaded crucible-workspace-hack v0.1.0 |
497 | 2024-12-19T04:30:48.141Z | Downloaded adler2 v2.0.0 |
498 | 2024-12-19T04:30:48.146Z | Downloaded cfg_aliases v0.2.1 |
499 | 2024-12-19T04:30:48.148Z | Downloaded cstr-argument v0.1.2 |
500 | 2024-12-19T04:30:48.151Z | Downloaded colored v2.1.0 |
501 | 2024-12-19T04:30:48.154Z | Downloaded match_cfg v0.1.0 |
502 | 2024-12-19T04:30:48.157Z | Downloaded ascii-canvas v3.0.0 |
503 | 2024-12-19T04:30:48.157Z | Downloaded arrayref v0.3.9 |
504 | 2024-12-19T04:30:48.159Z | Downloaded md5 v0.7.0 |
505 | 2024-12-19T04:30:48.162Z | Downloaded bitflags v1.3.2 |
506 | 2024-12-19T04:30:48.164Z | Downloaded ident_case v1.0.1 |
507 | 2024-12-19T04:30:48.166Z | Downloaded icu_provider_macros v1.5.0 |
508 | 2024-12-19T04:30:48.166Z | Downloaded hubpack_derive v0.1.1 |
509 | 2024-12-19T04:30:48.169Z | Downloaded buf-list v1.0.3 |
510 | 2024-12-19T04:30:48.171Z | Downloaded cassowary v0.3.0 |
511 | 2024-12-19T04:30:48.171Z | Downloaded instant v0.1.13 |
512 | 2024-12-19T04:30:48.174Z | Downloaded const_format_proc_macros v0.2.33 |
513 | 2024-12-19T04:30:48.176Z | Downloaded matches v0.1.10 |
514 | 2024-12-19T04:30:48.179Z | Downloaded is_ci v1.2.0 |
515 | 2024-12-19T04:30:48.179Z | Downloaded http-body-util v0.1.2 |
516 | 2024-12-19T04:30:48.181Z | Downloaded crossbeam-deque v0.8.5 |
517 | 2024-12-19T04:30:48.183Z | Downloaded crc-catalog v2.4.0 |
518 | 2024-12-19T04:30:48.187Z | Downloaded crc v3.2.1 |
519 | 2024-12-19T04:30:48.189Z | Downloaded libefi-sys v0.1.0 |
520 | 2024-12-19T04:30:48.192Z | Downloaded addr2line v0.24.2 |
521 | 2024-12-19T04:30:48.194Z | Downloaded hubpack v0.1.2 |
522 | 2024-12-19T04:30:48.194Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2024-12-19T04:30:48.197Z | Downloaded progenitor-client v0.8.0 |
524 | 2024-12-19T04:30:48.200Z | Downloaded heck v0.3.3 |
525 | 2024-12-19T04:30:48.200Z | Downloaded instability v0.3.2 |
526 | 2024-12-19T04:30:48.202Z | Downloaded cipher v0.4.4 |
527 | 2024-12-19T04:30:48.204Z | Downloaded async-recursion v1.1.1 |
528 | 2024-12-19T04:30:48.207Z | Downloaded indent_write v2.2.0 |
529 | 2024-12-19T04:30:48.210Z | Downloaded lazycell v1.3.0 |
530 | 2024-12-19T04:30:48.213Z | Downloaded lazy_static v1.5.0 |
531 | 2024-12-19T04:30:48.216Z | Downloaded md-5 v0.10.6 |
532 | 2024-12-19T04:30:48.216Z | Downloaded arrayvec v0.7.6 |
533 | 2024-12-19T04:30:48.218Z | Downloaded libsw v3.3.1 |
534 | 2024-12-19T04:30:48.221Z | Downloaded cookie_store v0.21.0 |
535 | 2024-12-19T04:30:48.224Z | Downloaded hyper-tls v0.6.0 |
536 | 2024-12-19T04:30:48.226Z | Downloaded bzip2 v0.4.4 |
537 | 2024-12-19T04:30:48.229Z | Downloaded lru-cache v0.1.2 |
538 | 2024-12-19T04:30:48.233Z | Downloaded linear-map v1.2.0 |
539 | 2024-12-19T04:30:48.233Z | Downloaded kstat-rs v0.2.4 |
540 | 2024-12-19T04:30:48.235Z | Downloaded ciborium v0.2.2 |
541 | 2024-12-19T04:30:48.239Z | Downloaded maplit v1.0.2 |
542 | 2024-12-19T04:30:48.239Z | Downloaded idna_adapter v1.2.0 |
543 | 2024-12-19T04:30:48.242Z | Downloaded castaway v0.2.3 |
544 | 2024-12-19T04:30:48.242Z | Downloaded inout v0.1.3 |
545 | 2024-12-19T04:30:48.242Z | Downloaded base64ct v1.6.0 |
546 | 2024-12-19T04:30:48.245Z | Downloaded mime v0.3.17 |
547 | 2024-12-19T04:30:48.247Z | Downloaded serde_repr v0.1.19 |
548 | 2024-12-19T04:30:48.250Z | Downloaded quinn-udp v0.5.5 |
549 | 2024-12-19T04:30:48.252Z | Downloaded hostname v0.3.1 |
550 | 2024-12-19T04:30:48.254Z | Downloaded console v0.15.8 |
551 | 2024-12-19T04:30:48.257Z | Downloaded litemap v0.7.3 |
552 | 2024-12-19T04:30:48.261Z | Downloaded tinyvec_macros v0.1.1 |
553 | 2024-12-19T04:30:48.264Z | Downloaded sigpipe v0.1.3 |
554 | 2024-12-19T04:30:48.264Z | Downloaded httparse v1.9.5 |
555 | 2024-12-19T04:30:48.266Z | Downloaded icu_locid_transform v1.5.0 |
556 | 2024-12-19T04:30:48.269Z | Downloaded want v0.3.1 |
557 | 2024-12-19T04:30:48.271Z | Downloaded toolchain_find v0.4.0 |
558 | 2024-12-19T04:30:48.274Z | Downloaded termtree v0.4.1 |
559 | 2024-12-19T04:30:48.274Z | Downloaded strum v0.26.3 |
560 | 2024-12-19T04:30:48.276Z | Downloaded managed v0.8.0 |
561 | 2024-12-19T04:30:48.276Z | Downloaded ipnet v2.10.1 |
562 | 2024-12-19T04:30:48.279Z | Downloaded ahash v0.8.11 |
563 | 2024-12-19T04:30:48.282Z | Downloaded memmap2 v0.9.5 |
564 | 2024-12-19T04:30:48.284Z | Downloaded lru v0.12.5 |
565 | 2024-12-19T04:30:48.287Z | Downloaded lock_api v0.4.12 |
566 | 2024-12-19T04:30:48.290Z | Downloaded mime_guess v2.0.5 |
567 | 2024-12-19T04:30:48.292Z | Downloaded zone_cfg_derive v0.1.2 |
568 | 2024-12-19T04:30:48.292Z | Downloaded rustc_version v0.4.1 |
569 | 2024-12-19T04:30:48.296Z | Downloaded libloading v0.8.5 |
570 | 2024-12-19T04:30:48.299Z | Downloaded derive_builder_macro v0.20.2 |
571 | 2024-12-19T04:30:48.299Z | Downloaded rusty-fork v0.3.0 |
572 | 2024-12-19T04:30:48.301Z | Downloaded jobserver v0.1.32 |
573 | 2024-12-19T04:30:48.305Z | Downloaded const-oid v0.9.6 |
574 | 2024-12-19T04:30:48.308Z | Downloaded slog-stdlog v4.1.1 |
575 | 2024-12-19T04:30:48.308Z | Downloaded simd-adler32 v0.3.7 |
576 | 2024-12-19T04:30:48.311Z | Downloaded serde_plain v1.0.2 |
577 | 2024-12-19T04:30:48.314Z | Downloaded salsa20 v0.10.2 |
578 | 2024-12-19T04:30:48.314Z | Downloaded rand_chacha v0.3.1 |
579 | 2024-12-19T04:30:48.316Z | Downloaded icu_normalizer v1.5.0 |
580 | 2024-12-19T04:30:48.319Z | Downloaded newtype_derive v0.1.6 |
581 | 2024-12-19T04:30:48.321Z | Downloaded tls_codec v0.4.1 |
582 | 2024-12-19T04:30:48.324Z | Downloaded num-conv v0.1.0 |
583 | 2024-12-19T04:30:48.326Z | Downloaded mirai-annotations v1.12.0 |
584 | 2024-12-19T04:30:48.326Z | Downloaded structmeta-derive v0.3.0 |
585 | 2024-12-19T04:30:48.329Z | Downloaded path-slash v0.1.5 |
586 | 2024-12-19T04:30:48.329Z | Downloaded universal-hash v0.5.1 |
587 | 2024-12-19T04:30:48.331Z | Downloaded tls_codec_derive v0.4.1 |
588 | 2024-12-19T04:30:48.331Z | Downloaded serde_urlencoded v0.7.1 |
589 | 2024-12-19T04:30:48.334Z | Downloaded structmeta-derive v0.2.0 |
590 | 2024-12-19T04:30:48.336Z | Downloaded topological-sort v0.2.2 |
591 | 2024-12-19T04:30:48.339Z | Downloaded icu_provider v1.5.0 |
592 | 2024-12-19T04:30:48.341Z | Downloaded base64 v0.13.1 |
593 | 2024-12-19T04:30:48.344Z | Downloaded clang-sys v1.8.1 |
594 | 2024-12-19T04:30:48.347Z | Downloaded bytes v1.8.0 |
595 | 2024-12-19T04:30:48.352Z | Downloaded oso-derive v0.27.3 |
596 | 2024-12-19T04:30:48.354Z | Downloaded chacha20poly1305 v0.10.1 |
597 | 2024-12-19T04:30:48.357Z | Downloaded icu_locid_transform_data v1.5.0 |
598 | 2024-12-19T04:30:48.359Z | Downloaded which v4.4.2 |
599 | 2024-12-19T04:30:48.359Z | Downloaded hyper-staticfile v0.10.1 |
600 | 2024-12-19T04:30:48.362Z | Downloaded ed25519 v2.2.3 |
601 | 2024-12-19T04:30:48.364Z | Downloaded ena v0.14.3 |
602 | 2024-12-19T04:30:48.367Z | Downloaded serde-big-array v0.5.1 |
603 | 2024-12-19T04:30:48.370Z | Downloaded crossbeam-epoch v0.9.18 |
604 | 2024-12-19T04:30:48.372Z | Downloaded rpassword v7.3.1 |
605 | 2024-12-19T04:30:48.375Z | Downloaded allocator-api2 v0.2.18 |
606 | 2024-12-19T04:30:48.377Z | Downloaded num v0.4.3 |
607 | 2024-12-19T04:30:48.379Z | Downloaded icu_normalizer_data v1.5.0 |
608 | 2024-12-19T04:30:48.381Z | Downloaded hyper-util v0.1.10 |
609 | 2024-12-19T04:30:48.386Z | Downloaded walkdir v2.5.0 |
610 | 2024-12-19T04:30:48.389Z | Downloaded mockall v0.13.0 |
611 | 2024-12-19T04:30:48.391Z | Downloaded russh-keys v0.45.0 |
612 | 2024-12-19T04:30:48.393Z | Downloaded phf v0.11.2 |
613 | 2024-12-19T04:30:48.396Z | Downloaded pbkdf2 v0.11.0 |
614 | 2024-12-19T04:30:48.398Z | Downloaded parse-size v1.1.0 |
615 | 2024-12-19T04:30:48.400Z | Downloaded yoke-derive v0.7.4 |
616 | 2024-12-19T04:30:48.403Z | Downloaded icu_locid v1.5.0 |
617 | 2024-12-19T04:30:48.407Z | Downloaded vte_generate_state_changes v0.1.2 |
618 | 2024-12-19T04:30:48.410Z | Downloaded tower-service v0.3.3 |
619 | 2024-12-19T04:30:48.410Z | Downloaded pkg-config v0.3.31 |
620 | 2024-12-19T04:30:48.413Z | Downloaded ref-cast v1.0.23 |
621 | 2024-12-19T04:30:48.415Z | Downloaded darling_macro v0.20.10 |
622 | 2024-12-19T04:30:48.416Z | Downloaded heapless v0.8.0 |
623 | 2024-12-19T04:30:48.420Z | Downloaded bumpalo v3.16.0 |
624 | 2024-12-19T04:30:48.424Z | Downloaded quick-error v1.2.3 |
625 | 2024-12-19T04:30:48.426Z | Downloaded env_filter v0.1.2 |
626 | 2024-12-19T04:30:48.429Z | Downloaded foreign-types-shared v0.1.1 |
627 | 2024-12-19T04:30:48.429Z | Downloaded secrecy v0.8.0 |
628 | 2024-12-19T04:30:48.432Z | Downloaded signature v2.2.0 |
629 | 2024-12-19T04:30:48.432Z | Downloaded ff v0.13.0 |
630 | 2024-12-19T04:30:48.434Z | Downloaded toml v0.7.8 |
631 | 2024-12-19T04:30:48.438Z | Downloaded rayon-core v1.12.1 |
632 | 2024-12-19T04:30:48.442Z | Downloaded uzers v0.12.1 |
633 | 2024-12-19T04:30:48.445Z | Downloaded slog-envlogger v2.2.0 |
634 | 2024-12-19T04:30:48.448Z | Downloaded fs_extra v1.3.0 |
635 | 2024-12-19T04:30:48.450Z | Downloaded num_threads v0.1.7 |
636 | 2024-12-19T04:30:48.453Z | Downloaded derive-where v1.2.7 |
637 | 2024-12-19T04:30:48.458Z | Downloaded opaque-debug v0.3.1 |
638 | 2024-12-19T04:30:48.461Z | Downloaded aho-corasick v1.1.3 |
639 | 2024-12-19T04:30:48.464Z | Downloaded debug-ignore v1.0.5 |
640 | 2024-12-19T04:30:48.467Z | Downloaded termcolor v1.4.1 |
641 | 2024-12-19T04:30:48.469Z | Downloaded stable_deref_trait v1.2.0 |
642 | 2024-12-19T04:30:48.469Z | Downloaded slog-scope v4.4.0 |
643 | 2024-12-19T04:30:48.472Z | Downloaded precomputed-hash v0.1.1 |
644 | 2024-12-19T04:30:48.472Z | Downloaded tokio-macros v2.4.0 |
645 | 2024-12-19T04:30:48.475Z | Downloaded slog-json v2.6.1 |
646 | 2024-12-19T04:30:48.478Z | Downloaded socket2 v0.5.7 |
647 | 2024-12-19T04:30:48.480Z | Downloaded num-iter v0.1.45 |
648 | 2024-12-19T04:30:48.480Z | Downloaded defmt-parser v0.3.4 |
649 | 2024-12-19T04:30:48.483Z | Downloaded defmt v0.3.8 |
650 | 2024-12-19T04:30:48.485Z | Downloaded pkcs8 v0.10.2 |
651 | 2024-12-19T04:30:48.488Z | Downloaded sqlparser_derive v0.2.2 |
652 | 2024-12-19T04:30:48.491Z | Downloaded owo-colors v4.1.0 |
653 | 2024-12-19T04:30:48.493Z | Downloaded nodrop v0.1.14 |
654 | 2024-12-19T04:30:48.496Z | Downloaded tracing-attributes v0.1.27 |
655 | 2024-12-19T04:30:48.498Z | Downloaded tokio-tungstenite v0.23.1 |
656 | 2024-12-19T04:30:48.501Z | Downloaded icu_collections v1.5.0 |
657 | 2024-12-19T04:30:48.506Z | Downloaded percent-encoding v2.3.1 |
658 | 2024-12-19T04:30:48.509Z | Downloaded dhcproto-macros v0.1.0 |
659 | 2024-12-19T04:30:48.509Z | Downloaded hickory-resolver v0.24.1 |
660 | 2024-12-19T04:30:48.525Z | Downloaded zerofrom v0.1.4 |
661 | 2024-12-19T04:30:48.528Z | Downloaded rand_core v0.6.4 |
662 | 2024-12-19T04:30:48.529Z | Downloaded radium v0.7.0 |
663 | 2024-12-19T04:30:48.531Z | Downloaded r2d2 v0.8.10 |
664 | 2024-12-19T04:30:48.531Z | Downloaded progenitor-macro v0.8.0 |
665 | 2024-12-19T04:30:48.533Z | Downloaded ppv-lite86 v0.2.20 |
666 | 2024-12-19T04:30:48.536Z | Downloaded pin-project-lite v0.2.14 |
667 | 2024-12-19T04:30:48.539Z | Downloaded multimap v0.10.0 |
668 | 2024-12-19T04:30:48.542Z | Downloaded aes v0.8.4 |
669 | 2024-12-19T04:30:48.545Z | Downloaded normalize-line-endings v0.3.0 |
670 | 2024-12-19T04:30:48.547Z | Downloaded packed_struct_codegen v0.10.1 |
671 | 2024-12-19T04:30:48.549Z | Downloaded openssl-probe v0.1.5 |
672 | 2024-12-19T04:30:48.549Z | Downloaded strum_macros v0.25.3 |
673 | 2024-12-19T04:30:48.552Z | Downloaded rand_xorshift v0.3.0 |
674 | 2024-12-19T04:30:48.554Z | Downloaded scheduled-thread-pool v0.2.7 |
675 | 2024-12-19T04:30:48.557Z | Downloaded untrusted v0.9.0 |
676 | 2024-12-19T04:30:48.557Z | Downloaded untrusted v0.7.1 |
677 | 2024-12-19T04:30:48.559Z | Downloaded unicode-truncate v1.1.0 |
678 | 2024-12-19T04:30:48.562Z | Downloaded indexmap v1.9.3 |
679 | 2024-12-19T04:30:48.564Z | Downloaded zopfli v0.8.1 |
680 | 2024-12-19T04:30:48.567Z | Downloaded ron v0.7.1 |
681 | 2024-12-19T04:30:48.573Z | Downloaded spin v0.5.2 |
682 | 2024-12-19T04:30:48.575Z | Downloaded sha1 v0.10.6 |
683 | 2024-12-19T04:30:48.577Z | Downloaded fixedbitset v0.4.2 |
684 | 2024-12-19T04:30:48.579Z | Downloaded unicase v2.7.0 |
685 | 2024-12-19T04:30:48.582Z | Downloaded supports-color v3.0.1 |
686 | 2024-12-19T04:30:48.582Z | Downloaded subtle v2.6.1 |
687 | 2024-12-19T04:30:48.584Z | Downloaded minimal-lexical v0.2.1 |
688 | 2024-12-19T04:30:48.588Z | Downloaded take_mut v0.2.2 |
689 | 2024-12-19T04:30:48.591Z | Downloaded hkdf v0.12.4 |
690 | 2024-12-19T04:30:48.594Z | Downloaded glob v0.3.1 |
691 | 2024-12-19T04:30:48.596Z | Downloaded waitgroup v0.1.2 |
692 | 2024-12-19T04:30:48.596Z | Downloaded hash32 v0.2.1 |
693 | 2024-12-19T04:30:48.600Z | Downloaded diesel-dtrace v0.3.0 |
694 | 2024-12-19T04:30:48.602Z | Downloaded diesel_table_macro_syntax v0.2.0 |
695 | 2024-12-19T04:30:48.602Z | Downloaded multer v3.1.0 |
696 | 2024-12-19T04:30:48.605Z | Downloaded hash32 v0.3.1 |
697 | 2024-12-19T04:30:48.607Z | Downloaded tokio-rustls v0.24.1 |
698 | 2024-12-19T04:30:48.609Z | Downloaded subprocess v0.2.9 |
699 | 2024-12-19T04:30:48.611Z | Downloaded yoke v0.7.4 |
700 | 2024-12-19T04:30:48.614Z | Downloaded foreign-types-shared v0.3.1 |
701 | 2024-12-19T04:30:48.617Z | Downloaded tokio-rustls v0.25.0 |
702 | 2024-12-19T04:30:48.620Z | Downloaded omicron-zone-package v0.11.1 |
703 | 2024-12-19T04:30:48.622Z | Downloaded predicates-core v1.0.8 |
704 | 2024-12-19T04:30:48.625Z | Downloaded openssl-macros v0.1.1 |
705 | 2024-12-19T04:30:48.625Z | Downloaded predicates-tree v1.0.11 |
706 | 2024-12-19T04:30:48.627Z | Downloaded packed_struct v0.10.1 |
707 | 2024-12-19T04:30:48.627Z | Downloaded env_logger v0.10.2 |
708 | 2024-12-19T04:30:48.631Z | Downloaded des v0.8.1 |
709 | 2024-12-19T04:30:48.634Z | Downloaded darling_core v0.20.10 |
710 | 2024-12-19T04:30:48.638Z | Downloaded float-cmp v0.9.0 |
711 | 2024-12-19T04:30:48.641Z | Downloaded zip v0.6.6 |
712 | 2024-12-19T04:30:48.645Z | Downloaded olpc-cjson v0.1.4 |
713 | 2024-12-19T04:30:48.650Z | Downloaded number_prefix v0.4.0 |
714 | 2024-12-19T04:30:48.650Z | Downloaded try-lock v0.2.5 |
715 | 2024-12-19T04:30:48.653Z | Downloaded crossterm v0.28.1 |
716 | 2024-12-19T04:30:48.657Z | Downloaded writeable v0.5.5 |
717 | 2024-12-19T04:30:48.659Z | Downloaded tracing v0.1.40 |
718 | 2024-12-19T04:30:48.664Z | Downloaded quinn v0.11.5 |
719 | 2024-12-19T04:30:48.668Z | Downloaded tracing-core v0.1.32 |
720 | 2024-12-19T04:30:48.671Z | Downloaded parking_lot v0.11.2 |
721 | 2024-12-19T04:30:48.674Z | Downloaded funty v2.0.0 |
722 | 2024-12-19T04:30:48.677Z | Downloaded dsl_auto_type v0.1.2 |
723 | 2024-12-19T04:30:48.681Z | Downloaded endian-type v0.1.2 |
724 | 2024-12-19T04:30:48.681Z | Downloaded form_urlencoded v1.2.1 |
725 | 2024-12-19T04:30:48.684Z | Downloaded foreign-types v0.5.0 |
726 | 2024-12-19T04:30:48.684Z | Downloaded rustc-demangle v0.1.24 |
727 | 2024-12-19T04:30:48.684Z | Downloaded predicates v3.1.2 |
728 | 2024-12-19T04:30:48.694Z | Downloaded toml_edit v0.19.15 |
729 | 2024-12-19T04:30:48.705Z | Downloaded sync_wrapper v1.0.1 |
730 | 2024-12-19T04:30:48.707Z | Downloaded itertools v0.10.5 |
731 | 2024-12-19T04:30:48.713Z | Downloaded time-macros v0.2.18 |
732 | 2024-12-19T04:30:48.716Z | Downloaded ssh-encoding v0.2.0 |
733 | 2024-12-19T04:30:48.718Z | Downloaded rsa v0.9.6 |
734 | 2024-12-19T04:30:48.723Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2024-12-19T04:30:48.726Z | Downloaded utf16_iter v1.0.5 |
736 | 2024-12-19T04:30:48.726Z | Downloaded smf v0.2.3 |
737 | 2024-12-19T04:30:48.729Z | Downloaded zerofrom-derive v0.1.4 |
738 | 2024-12-19T04:30:48.729Z | Downloaded shlex v1.3.0 |
739 | 2024-12-19T04:30:48.732Z | Downloaded shell-words v1.1.0 |
740 | 2024-12-19T04:30:48.732Z | Downloaded time-core v0.1.2 |
741 | 2024-12-19T04:30:48.734Z | Downloaded tokio-rustls v0.26.0 |
742 | 2024-12-19T04:30:48.736Z | Downloaded fxhash v0.2.1 |
743 | 2024-12-19T04:30:48.736Z | Downloaded spki v0.7.3 |
744 | 2024-12-19T04:30:48.739Z | Downloaded num-bigint v0.4.6 |
745 | 2024-12-19T04:30:48.744Z | Downloaded enum-as-inner v0.6.1 |
746 | 2024-12-19T04:30:48.747Z | Downloaded enum-as-inner v0.5.1 |
747 | 2024-12-19T04:30:48.749Z | Downloaded dyn-clone v1.0.17 |
748 | 2024-12-19T04:30:48.752Z | Downloaded schemars v0.8.21 |
749 | 2024-12-19T04:30:48.763Z | Downloaded signal-hook-mio v0.2.4 |
750 | 2024-12-19T04:30:48.766Z | Downloaded libm v0.2.8 |
751 | 2024-12-19T04:30:48.774Z | Downloaded sqlformat v0.2.6 |
752 | 2024-12-19T04:30:48.777Z | Downloaded phf_shared v0.11.2 |
753 | 2024-12-19T04:30:48.779Z | Downloaded spin v0.9.8 |
754 | 2024-12-19T04:30:48.782Z | Downloaded zone v0.1.8 |
755 | 2024-12-19T04:30:48.782Z | Downloaded zeroize_derive v1.4.2 |
756 | 2024-12-19T04:30:48.785Z | Downloaded rustls-pemfile v2.2.0 |
757 | 2024-12-19T04:30:48.788Z | Downloaded dropshot_endpoint v0.13.0 |
758 | 2024-12-19T04:30:48.790Z | Downloaded dropshot_endpoint v0.12.0 |
759 | 2024-12-19T04:30:48.794Z | Downloaded dhcproto v0.12.0 |
760 | 2024-12-19T04:30:48.796Z | Downloaded tokio-postgres v0.7.12 |
761 | 2024-12-19T04:30:48.803Z | Downloaded display-error-chain v0.2.2 |
762 | 2024-12-19T04:30:48.807Z | Downloaded futures-executor v0.3.31 |
763 | 2024-12-19T04:30:48.810Z | Downloaded smallvec v0.6.14 |
764 | 2024-12-19T04:30:48.810Z | Downloaded peg-runtime v0.8.3 |
765 | 2024-12-19T04:30:48.810Z | Downloaded wyz v0.5.1 |
766 | 2024-12-19T04:30:48.813Z | Downloaded elliptic-curve v0.13.8 |
767 | 2024-12-19T04:30:48.818Z | Downloaded progenitor v0.8.0 |
768 | 2024-12-19T04:30:48.822Z | Downloaded sync-ptr v0.1.1 |
769 | 2024-12-19T04:30:48.822Z | Downloaded env_logger v0.11.5 |
770 | 2024-12-19T04:30:48.822Z | Downloaded siphasher v0.3.11 |
771 | 2024-12-19T04:30:48.825Z | Downloaded tinyvec v1.8.0 |
772 | 2024-12-19T04:30:48.827Z | Downloaded futures v0.3.31 |
773 | 2024-12-19T04:30:48.834Z | Downloaded embedded-io v0.4.0 |
774 | 2024-12-19T04:30:48.836Z | Downloaded tough v0.19.0 |
775 | 2024-12-19T04:30:48.845Z | Downloaded xz2 v0.1.7 |
776 | 2024-12-19T04:30:48.847Z | Downloaded diesel_derives v2.2.3 |
777 | 2024-12-19T04:30:48.851Z | Downloaded phf_codegen v0.11.2 |
778 | 2024-12-19T04:30:48.854Z | Downloaded strip-ansi-escapes v0.2.0 |
779 | 2024-12-19T04:30:48.857Z | Downloaded stringprep v0.1.5 |
780 | 2024-12-19T04:30:48.857Z | Downloaded string_cache v0.8.7 |
781 | 2024-12-19T04:30:48.860Z | Downloaded num-rational v0.4.2 |
782 | 2024-12-19T04:30:48.860Z | Downloaded newline-converter v0.3.0 |
783 | 2024-12-19T04:30:48.862Z | Downloaded new_debug_unreachable v1.0.6 |
784 | 2024-12-19T04:30:48.862Z | Downloaded itertools v0.13.0 |
785 | 2024-12-19T04:30:48.870Z | Downloaded utf8_iter v1.0.4 |
786 | 2024-12-19T04:30:48.873Z | Downloaded slab v0.4.9 |
787 | 2024-12-19T04:30:48.875Z | Downloaded schemars_derive v0.8.21 |
788 | 2024-12-19T04:30:48.875Z | Downloaded poly1305 v0.8.0 |
789 | 2024-12-19T04:30:48.878Z | Downloaded ghash v0.5.1 |
790 | 2024-12-19T04:30:48.881Z | Downloaded gethostname v0.5.0 |
791 | 2024-12-19T04:30:48.881Z | Downloaded salty v0.3.0 |
792 | 2024-12-19T04:30:48.889Z | Downloaded pretty-hex v0.2.1 |
793 | 2024-12-19T04:30:48.893Z | Downloaded num-integer v0.1.46 |
794 | 2024-12-19T04:30:48.893Z | Downloaded dunce v1.0.5 |
795 | 2024-12-19T04:30:48.893Z | Downloaded difflib v0.4.0 |
796 | 2024-12-19T04:30:48.896Z | Downloaded structmeta v0.2.0 |
797 | 2024-12-19T04:30:48.898Z | Downloaded slog-async v2.8.0 |
798 | 2024-12-19T04:30:48.898Z | Downloaded slog-bunyan v2.5.0 |
799 | 2024-12-19T04:30:48.901Z | Downloaded hashlink v0.9.1 |
800 | 2024-12-19T04:30:48.901Z | Downloaded dirs-sys-next v0.1.2 |
801 | 2024-12-19T04:30:48.903Z | Downloaded signal-hook v0.3.17 |
802 | 2024-12-19T04:30:48.906Z | Downloaded either v1.13.0 |
803 | 2024-12-19T04:30:48.908Z | Downloaded postgres-protocol v0.6.7 |
804 | 2024-12-19T04:30:48.911Z | Downloaded postcard v1.0.10 |
805 | 2024-12-19T04:30:48.913Z | Downloaded nibble_vec v0.1.0 |
806 | 2024-12-19T04:30:48.917Z | Downloaded russh-cryptovec v0.7.3 |
807 | 2024-12-19T04:30:48.917Z | Downloaded unarray v0.1.4 |
808 | 2024-12-19T04:30:48.917Z | Downloaded pbkdf2 v0.12.2 |
809 | 2024-12-19T04:30:48.919Z | Downloaded parking_lot_core v0.9.10 |
810 | 2024-12-19T04:30:48.922Z | Downloaded paste v1.0.15 |
811 | 2024-12-19T04:30:48.925Z | Downloaded sct v0.7.1 |
812 | 2024-12-19T04:30:48.929Z | Downloaded bitvec v1.0.1 |
813 | 2024-12-19T04:30:48.944Z | Downloaded psl-types v2.0.11 |
814 | 2024-12-19T04:30:48.947Z | Downloaded typify-macro v0.2.0 |
815 | 2024-12-19T04:30:48.947Z | Downloaded peg v0.8.4 |
816 | 2024-12-19T04:30:48.950Z | Downloaded ecdsa v0.16.9 |
817 | 2024-12-19T04:30:48.953Z | Downloaded scopeguard v1.2.0 |
818 | 2024-12-19T04:30:48.953Z | Downloaded unicode-properties v0.1.3 |
819 | 2024-12-19T04:30:48.956Z | Downloaded foreign-types v0.3.2 |
820 | 2024-12-19T04:30:48.956Z | Downloaded num-bigint-dig v0.8.4 |
821 | 2024-12-19T04:30:48.961Z | Downloaded termios v0.3.3 |
822 | 2024-12-19T04:30:48.964Z | Downloaded rfc6979 v0.4.0 |
823 | 2024-12-19T04:30:48.966Z | Downloaded mockall_derive v0.13.0 |
824 | 2024-12-19T04:30:48.969Z | Downloaded thiserror-no-std v2.0.2 |
825 | 2024-12-19T04:30:48.973Z | Downloaded synstructure v0.13.1 |
826 | 2024-12-19T04:30:48.973Z | Downloaded openssl-sys v0.9.103 |
827 | 2024-12-19T04:30:48.978Z | Downloaded parse-zoneinfo v0.3.1 |
828 | 2024-12-19T04:30:48.981Z | Downloaded sec1 v0.7.3 |
829 | 2024-12-19T04:30:48.984Z | Downloaded thiserror-impl-no-std v2.0.2 |
830 | 2024-12-19T04:30:48.986Z | Downloaded ref-cast-impl v1.0.23 |
831 | 2024-12-19T04:30:48.986Z | Downloaded powerfmt v0.2.0 |
832 | 2024-12-19T04:30:48.986Z | Downloaded nanorand v0.7.0 |
833 | 2024-12-19T04:30:48.989Z | Downloaded thiserror-impl v2.0.3 |
834 | 2024-12-19T04:30:48.993Z | Downloaded twox-hash v1.6.3 |
835 | 2024-12-19T04:30:48.995Z | Downloaded rustc-hash v1.1.0 |
836 | 2024-12-19T04:30:48.995Z | Downloaded value-bag v1.9.0 |
837 | 2024-12-19T04:30:48.998Z | Downloaded flagset v0.4.6 |
838 | 2024-12-19T04:30:49.000Z | Downloaded fallible-iterator v0.3.0 |
839 | 2024-12-19T04:30:49.000Z | Downloaded dirs-next v2.0.0 |
840 | 2024-12-19T04:30:49.004Z | Downloaded slog v2.7.0 |
841 | 2024-12-19T04:30:49.006Z | Downloaded downcast v0.11.0 |
842 | 2024-12-19T04:30:49.006Z | Downloaded tungstenite v0.21.0 |
843 | 2024-12-19T04:30:49.010Z | Downloaded fallible-iterator v0.2.0 |
844 | 2024-12-19T04:30:49.014Z | Downloaded postgres-types v0.2.8 |
845 | 2024-12-19T04:30:49.017Z | Downloaded typed-path v0.9.3 |
846 | 2024-12-19T04:30:49.020Z | Downloaded rustfmt-wrapper v0.2.1 |
847 | 2024-12-19T04:30:49.027Z | Downloaded getrandom v0.2.15 |
848 | 2024-12-19T04:30:49.027Z | Downloaded vsss-rs v3.3.4 |
849 | 2024-12-19T04:30:49.030Z | Downloaded ssh-key v0.6.6 |
850 | 2024-12-19T04:30:49.036Z | Downloaded serde_derive_internals v0.29.1 |
851 | 2024-12-19T04:30:49.039Z | Downloaded vergen v8.3.2 |
852 | 2024-12-19T04:30:49.041Z | Downloaded displaydoc v0.2.5 |
853 | 2024-12-19T04:30:49.044Z | Downloaded winnow v0.5.40 |
854 | 2024-12-19T04:30:49.053Z | Downloaded rustc-hash v2.0.0 |
855 | 2024-12-19T04:30:49.056Z | Downloaded chrono v0.4.38 |
856 | 2024-12-19T04:30:49.063Z | Downloaded typify v0.2.0 |
857 | 2024-12-19T04:30:49.066Z | Downloaded tokio-tungstenite v0.21.0 |
858 | 2024-12-19T04:30:49.068Z | Downloaded futures-util v0.3.31 |
859 | 2024-12-19T04:30:49.083Z | Downloaded diff v0.1.13 |
860 | 2024-12-19T04:30:49.085Z | Downloaded rcgen v0.12.1 |
861 | 2024-12-19T04:30:49.088Z | Downloaded hashbrown v0.12.3 |
862 | 2024-12-19T04:30:49.093Z | Downloaded steno v0.4.1 |
863 | 2024-12-19T04:30:49.097Z | Downloaded ed25519-dalek v2.1.1 |
864 | 2024-12-19T04:30:49.100Z | Downloaded zip v2.1.3 |
865 | 2024-12-19T04:30:49.105Z | Downloaded reedline v0.35.0 |
866 | 2024-12-19T04:30:49.114Z | Downloaded miniz_oxide v0.8.0 |
867 | 2024-12-19T04:30:49.117Z | Downloaded headers v0.4.0 |
868 | 2024-12-19T04:30:49.122Z | Downloaded publicsuffix v2.2.3 |
869 | 2024-12-19T04:30:49.125Z | Downloaded hashbrown v0.13.2 |
870 | 2024-12-19T04:30:49.130Z | Downloaded tungstenite v0.24.0 |
871 | 2024-12-19T04:30:49.133Z | Downloaded expectorate v1.1.0 |
872 | 2024-12-19T04:30:49.138Z | Downloaded samael v0.0.17 |
873 | 2024-12-19T04:30:49.141Z | Downloaded unicode-bidi v0.3.17 |
874 | 2024-12-19T04:30:49.144Z | Downloaded tungstenite v0.23.0 |
875 | 2024-12-19T04:30:49.149Z | Downloaded icu_properties_data v1.5.0 |
876 | 2024-12-19T04:30:49.160Z | Downloaded x509-cert v0.2.5 |
877 | 2024-12-19T04:30:49.167Z | Downloaded lalrpop v0.19.12 |
878 | 2024-12-19T04:30:49.180Z | Downloaded sqlparser v0.45.0 |
879 | 2024-12-19T04:30:49.185Z | Downloaded curve25519-dalek v4.1.3 |
880 | 2024-12-19T04:30:49.195Z | Downloaded flate2 v1.0.34 |
881 | 2024-12-19T04:30:49.200Z | Downloaded regex-syntax v0.6.29 |
882 | 2024-12-19T04:30:49.209Z | Downloaded nom v7.1.3 |
883 | 2024-12-19T04:30:49.215Z | Downloaded time v0.3.36 |
884 | 2024-12-19T04:30:49.223Z | Downloaded qorb v0.2.1 |
885 | 2024-12-19T04:30:49.227Z | Downloaded mio v1.0.2 |
886 | 2024-12-19T04:30:49.233Z | Downloaded rustls-webpki v0.101.7 |
887 | 2024-12-19T04:30:49.249Z | Downloaded unicode-width v0.2.0 |
888 | 2024-12-19T04:30:49.257Z | Downloaded idna v0.5.0 |
889 | 2024-12-19T04:30:49.262Z | Downloaded p521 v0.13.3 |
890 | 2024-12-19T04:30:49.268Z | Downloaded reqwest v0.12.9 |
891 | 2024-12-19T04:30:49.276Z | Downloaded radix_trie v0.2.1 |
892 | 2024-12-19T04:30:49.282Z | Downloaded idna v0.2.3 |
893 | 2024-12-19T04:30:49.290Z | Downloaded proptest v1.5.0 |
894 | 2024-12-19T04:30:49.301Z | Downloaded zerocopy v0.8.10 |
895 | 2024-12-19T04:30:49.328Z | Downloaded petname v2.0.2 |
896 | 2024-12-19T04:30:49.332Z | Downloaded webpki-roots v0.26.6 |
897 | 2024-12-19T04:30:49.336Z | Downloaded rustls v0.23.14 |
898 | 2024-12-19T04:30:49.350Z | Downloaded vcpkg v0.2.15 |
899 | 2024-12-19T04:30:49.389Z | Downloaded rustls v0.21.12 |
900 | 2024-12-19T04:30:49.399Z | Downloaded p384 v0.13.0 |
901 | 2024-12-19T04:30:49.407Z | Downloaded object v0.30.4 |
902 | 2024-12-19T04:30:49.416Z | Downloaded nix v0.27.1 |
903 | 2024-12-19T04:30:49.428Z | Downloaded dropshot v0.13.0 |
904 | 2024-12-19T04:30:49.450Z | Downloaded rustls v0.22.4 |
905 | 2024-12-19T04:30:49.463Z | Downloaded polar-core v0.27.3 |
906 | 2024-12-19T04:30:49.472Z | Downloaded diesel v2.2.4 |
907 | 2024-12-19T04:30:49.492Z | Downloaded trust-dns-proto v0.22.0 |
908 | 2024-12-19T04:30:49.503Z | Downloaded gimli v0.31.1 |
909 | 2024-12-19T04:30:49.512Z | Downloaded dropshot v0.12.0 |
910 | 2024-12-19T04:30:49.534Z | Downloaded regress v0.9.1 |
911 | 2024-12-19T04:30:49.542Z | Downloaded regress v0.10.1 |
912 | 2024-12-19T04:30:49.551Z | Downloaded nix v0.29.0 |
913 | 2024-12-19T04:30:49.565Z | Downloaded openapiv3 v2.0.0 |
914 | 2024-12-19T04:30:49.577Z | Downloaded nix v0.28.0 |
915 | 2024-12-19T04:30:49.588Z | Downloaded hickory-proto v0.24.1 |
916 | 2024-12-19T04:30:49.606Z | Downloaded regex-syntax v0.8.5 |
917 | 2024-12-19T04:30:49.614Z | Downloaded ratatui v0.28.1 |
918 | 2024-12-19T04:30:49.635Z | Downloaded sled v0.34.7 |
919 | 2024-12-19T04:30:49.644Z | Downloaded zerocopy-derive v0.6.6 |
920 | 2024-12-19T04:30:49.656Z | Downloaded typify-impl v0.2.0 |
921 | 2024-12-19T04:30:49.671Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
922 | 2024-12-19T04:30:49.683Z | Downloaded regex-automata v0.4.8 |
923 | 2024-12-19T04:30:49.721Z | Downloaded object v0.36.5 |
924 | 2024-12-19T04:30:49.739Z | Downloaded openssl v0.10.66 |
925 | 2024-12-19T04:30:49.751Z | Downloaded bstr v1.10.0 |
926 | 2024-12-19T04:30:49.764Z | Downloaded smoltcp v0.11.0 |
927 | 2024-12-19T04:30:49.777Z | Downloaded quinn-proto v0.11.8 |
928 | 2024-12-19T04:30:49.783Z | Downloaded regex v1.11.1 |
929 | 2024-12-19T04:30:49.796Z | Downloaded petgraph v0.6.5 |
930 | 2024-12-19T04:30:49.811Z | Downloaded lzma-sys v0.1.20 |
931 | 2024-12-19T04:30:49.839Z | Downloaded idna v0.4.0 |
932 | 2024-12-19T04:30:49.849Z | Downloaded chrono-tz v0.10.0 |
933 | 2024-12-19T04:30:49.853Z | Downloaded csv v1.3.0 |
934 | 2024-12-19T04:30:49.872Z | Downloaded git2 v0.19.0 |
935 | 2024-12-19T04:30:49.880Z | Downloaded libz-sys v1.1.20 |
936 | 2024-12-19T04:30:49.901Z | Downloaded rustls-webpki v0.102.8 |
937 | 2024-12-19T04:30:49.917Z | Downloaded sha3 v0.10.8 |
938 | 2024-12-19T04:30:49.922Z | Downloaded tokio v1.40.0 |
939 | 2024-12-19T04:30:49.959Z | Downloaded idna v0.3.0 |
940 | 2024-12-19T04:30:49.965Z | Downloaded portable-atomic v1.9.0 |
941 | 2024-12-19T04:30:49.972Z | Downloaded smoltcp v0.9.1 |
942 | 2024-12-19T04:30:49.982Z | Downloaded unicode-segmentation v1.12.0 |
943 | 2024-12-19T04:30:49.985Z | Downloaded zerovec v0.10.4 |
944 | 2024-12-19T04:30:49.991Z | Downloaded unicode-normalization v0.1.24 |
945 | 2024-12-19T04:30:49.995Z | Downloaded serde_with v3.11.0 |
946 | 2024-12-19T04:30:50.004Z | Downloaded hashbrown v0.14.5 |
947 | 2024-12-19T04:30:50.009Z | Downloaded rusqlite v0.32.1 |
948 | 2024-12-19T04:30:50.016Z | Downloaded zerocopy v0.6.6 |
949 | 2024-12-19T04:30:50.019Z | Downloaded h2 v0.4.6 |
950 | 2024-12-19T04:30:50.024Z | Downloaded peg-macros v0.8.4 |
951 | 2024-12-19T04:30:50.028Z | Downloaded bindgen v0.69.5 |
952 | 2024-12-19T04:30:50.033Z | Downloaded quick-xml v0.33.0 |
953 | 2024-12-19T04:30:50.041Z | Downloaded pin-project v1.1.6 |
954 | 2024-12-19T04:30:50.049Z | Downloaded zerocopy-derive v0.8.10 |
955 | 2024-12-19T04:30:50.054Z | Downloaded same-file v1.0.6 |
956 | 2024-12-19T04:30:50.057Z | Downloaded password-hash v0.4.2 |
957 | 2024-12-19T04:30:50.060Z | Downloaded futures-channel v0.3.31 |
958 | 2024-12-19T04:30:50.062Z | Downloaded signal-hook-registry v1.4.2 |
959 | 2024-12-19T04:30:50.063Z | Downloaded serde-hex v0.1.0 |
960 | 2024-12-19T04:30:50.063Z | Downloaded xattr v1.3.1 |
961 | 2024-12-19T04:30:50.065Z | Downloaded russh v0.45.0 |
962 | 2024-12-19T04:30:50.069Z | Downloaded oso v0.27.3 |
963 | 2024-12-19T04:30:50.072Z | Downloaded rustls-pki-types v1.9.0 |
964 | 2024-12-19T04:30:50.076Z | Downloaded parse-display v0.10.0 |
965 | 2024-12-19T04:30:50.080Z | Downloaded futures-core v0.3.31 |
966 | 2024-12-19T04:30:50.080Z | Downloaded password-hash v0.5.0 |
967 | 2024-12-19T04:30:50.082Z | Downloaded rayon v1.10.0 |
968 | 2024-12-19T04:30:50.090Z | Downloaded url v2.5.3 |
969 | 2024-12-19T04:30:50.094Z | Downloaded parking_lot_core v0.8.6 |
970 | 2024-12-19T04:30:50.096Z | Downloaded encoding_rs v0.8.34 |
971 | 2024-12-19T04:30:50.114Z | Downloaded der v0.7.9 |
972 | 2024-12-19T04:30:50.118Z | Downloaded static_assertions v1.1.0 |
973 | 2024-12-19T04:30:50.122Z | Downloaded hyper v1.5.0 |
974 | 2024-12-19T04:30:50.126Z | Downloaded primeorder v0.13.6 |
975 | 2024-12-19T04:30:50.130Z | Downloaded aws-lc-rs v1.10.0 |
976 | 2024-12-19T04:30:50.137Z | Downloaded proc-macro-crate v1.3.1 |
977 | 2024-12-19T04:30:50.139Z | Downloaded zone v0.3.0 |
978 | 2024-12-19T04:30:50.139Z | Downloaded num-traits v0.2.19 |
979 | 2024-12-19T04:30:50.142Z | Downloaded thread_local v1.1.8 |
980 | 2024-12-19T04:30:50.145Z | Downloaded slog-dtrace v0.3.0 |
981 | 2024-12-19T04:30:50.145Z | Downloaded tokio-stream v0.1.16 |
982 | 2024-12-19T04:30:50.148Z | Downloaded slog-term v2.9.1 |
983 | 2024-12-19T04:30:50.152Z | Downloaded blake3 v1.5.4 |
984 | 2024-12-19T04:30:50.158Z | Downloaded idna v1.0.3 |
985 | 2024-12-19T04:30:50.162Z | Downloaded zeroize v1.8.1 |
986 | 2024-12-19T04:30:50.165Z | Downloaded parking_lot v0.12.3 |
987 | 2024-12-19T04:30:50.167Z | Downloaded smallvec v1.13.2 |
988 | 2024-12-19T04:30:50.170Z | Downloaded half v2.4.1 |
989 | 2024-12-19T04:30:50.172Z | Downloaded flume v0.11.1 |
990 | 2024-12-19T04:30:50.176Z | Downloaded rustc_version v0.1.7 |
991 | 2024-12-19T04:30:50.179Z | Downloaded phf_generator v0.11.2 |
992 | 2024-12-19T04:30:50.179Z | Downloaded itertools v0.12.1 |
993 | 2024-12-19T04:30:50.183Z | Downloaded tui-tree-widget v0.22.0 |
994 | 2024-12-19T04:30:50.186Z | Downloaded native-tls v0.2.12 |
995 | 2024-12-19T04:30:50.188Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
996 | 2024-12-19T04:30:50.243Z | Downloaded rand v0.8.5 |
997 | 2024-12-19T04:30:50.246Z | Downloaded unsafe-libyaml v0.2.11 |
998 | 2024-12-19T04:30:50.249Z | Downloaded serde_path_to_error v0.1.16 |
999 | 2024-12-19T04:30:50.251Z | Downloaded scrypt v0.11.0 |
1000 | 2024-12-19T04:30:50.251Z | Downloaded tabwriter v1.4.0 |
1001 | 2024-12-19T04:30:50.254Z | Downloaded serde_yaml v0.9.34+deprecated |
1002 | 2024-12-19T04:30:50.257Z | Downloaded phf_shared v0.10.0 |
1003 | 2024-12-19T04:30:50.257Z | Downloaded resolv-conf v0.7.0 |
1004 | 2024-12-19T04:30:50.259Z | Downloaded num_enum_derive v0.5.11 |
1005 | 2024-12-19T04:30:50.259Z | Downloaded num_enum v0.5.11 |
1006 | 2024-12-19T04:30:50.263Z | Downloaded tokio-util v0.7.12 |
1007 | 2024-12-19T04:30:50.270Z | Downloaded libxml v0.3.3 |
1008 | 2024-12-19T04:30:50.275Z | Downloaded polyval v0.6.2 |
1009 | 2024-12-19T04:30:50.278Z | Downloaded num-derive v0.4.2 |
1010 | 2024-12-19T04:30:50.281Z | Downloaded rustyline v14.0.0 |
1011 | 2024-12-19T04:30:50.285Z | Downloaded tar v0.4.42 |
1012 | 2024-12-19T04:30:50.288Z | Downloaded wait-timeout v0.2.0 |
1013 | 2024-12-19T04:30:50.291Z | Downloaded tokio-native-tls v0.3.1 |
1014 | 2024-12-19T04:30:50.291Z | Downloaded tinystr v0.7.6 |
1015 | 2024-12-19T04:30:50.295Z | Downloaded tiny-keccak v2.0.2 |
1016 | 2024-12-19T04:30:50.295Z | Downloaded zerovec-derive v0.10.3 |
1017 | 2024-12-19T04:30:50.297Z | Downloaded rustls-pemfile v1.0.4 |
1018 | 2024-12-19T04:30:50.297Z | Downloaded foldhash v0.1.3 |
1019 | 2024-12-19T04:30:50.300Z | Downloaded ron v0.8.1 |
1020 | 2024-12-19T04:30:50.304Z | Downloaded p256 v0.13.2 |
1021 | 2024-12-19T04:30:50.307Z | Downloaded serde_with_macros v3.11.0 |
1022 | 2024-12-19T04:30:50.309Z | Downloaded float-ord v0.3.2 |
1023 | 2024-12-19T04:30:50.312Z | Downloaded utf-8 v0.7.6 |
1024 | 2024-12-19T04:30:50.312Z | Downloaded fatfs v0.3.6 |
1025 | 2024-12-19T04:30:50.315Z | Downloaded hickory-server v0.24.1 |
1026 | 2024-12-19T04:30:50.319Z | Downloaded http v1.1.0 |
1027 | 2024-12-19T04:30:50.323Z | Downloaded vte v0.11.1 |
1028 | 2024-12-19T04:30:50.326Z | Downloaded yasna v0.5.2 |
1029 | 2024-12-19T04:30:50.329Z | Downloaded pkcs5 v0.7.1 |
1030 | 2024-12-19T04:30:50.332Z | Downloaded rand_seeder v0.3.0 |
1031 | 2024-12-19T04:30:50.334Z | Downloaded parse-display-derive v0.10.0 |
1032 | 2024-12-19T04:30:50.334Z | Downloaded strum_macros v0.24.3 |
1033 | 2024-12-19T04:30:50.337Z | Downloaded structmeta v0.3.0 |
1034 | 2024-12-19T04:30:50.337Z | Downloaded ssh-cipher v0.2.0 |
1035 | 2024-12-19T04:30:50.340Z | Downloaded pkcs1 v0.7.5 |
1036 | 2024-12-19T04:30:50.340Z | Downloaded term v0.7.0 |
1037 | 2024-12-19T04:30:50.343Z | Downloaded strum_macros v0.26.4 |
1038 | 2024-12-19T04:30:50.347Z | Downloaded futures-sink v0.3.31 |
1039 | 2024-12-19T04:30:50.348Z | Downloaded filetime v0.2.25 |
1040 | 2024-12-19T04:30:50.351Z | Downloaded unicode_categories v0.1.1 |
1041 | 2024-12-19T04:30:50.351Z | Downloaded pem-rfc7468 v0.7.0 |
1042 | 2024-12-19T04:30:50.359Z | Downloaded pem v3.0.4 |
1043 | 2024-12-19T04:30:50.360Z | Downloaded defmt-macros v0.3.9 |
1044 | 2024-12-19T04:30:50.364Z | Downloaded derive_more v0.99.18 |
1045 | 2024-12-19T04:30:50.364Z | Downloaded unicode-xid v0.2.6 |
1046 | 2024-12-19T04:30:50.364Z | Downloaded futures-macro v0.3.31 |
1047 | 2024-12-19T04:30:50.364Z | Downloaded futures-io v0.3.31 |
1048 | 2024-12-19T04:30:50.364Z | Downloaded foreign-types-macros v0.2.3 |
1049 | 2024-12-19T04:30:50.367Z | Downloaded embedded-io v0.6.1 |
1050 | 2024-12-19T04:30:50.367Z | Downloaded pin-project-internal v1.1.6 |
1051 | 2024-12-19T04:30:50.367Z | Downloaded thiserror v2.0.3 |
1052 | 2024-12-19T04:30:50.376Z | Downloaded similar v2.6.0 |
1053 | 2024-12-19T04:30:50.379Z | Downloaded num-complex v0.4.6 |
1054 | 2024-12-19T04:30:50.379Z | Downloaded snafu v0.8.5 |
1055 | 2024-12-19T04:30:50.387Z | Downloaded cc v1.1.30 |
1056 | 2024-12-19T04:30:50.389Z | Downloaded der_derive v0.7.3 |
1057 | 2024-12-19T04:30:50.390Z | Downloaded aes-gcm v0.10.3 |
1058 | 2024-12-19T04:30:50.392Z | Downloaded rtoolbox v0.0.2 |
1059 | 2024-12-19T04:30:50.395Z | Downloaded uuid v1.11.0 |
1060 | 2024-12-19T04:30:50.400Z | Downloaded crossbeam-channel v0.5.13 |
1061 | 2024-12-19T04:30:50.404Z | Downloaded derive_builder_core v0.20.2 |
1062 | 2024-12-19T04:30:50.404Z | Downloaded signal-hook-tokio v0.3.1 |
1063 | 2024-12-19T04:30:50.407Z | Downloaded semver v0.1.20 |
1064 | 2024-12-19T04:30:50.407Z | Downloaded nu-ansi-term v0.50.1 |
1065 | 2024-12-19T04:30:50.407Z | Downloaded whoami v1.5.2 |
1066 | 2024-12-19T04:30:50.410Z | Downloaded newtype-uuid v1.1.3 |
1067 | 2024-12-19T04:30:50.410Z | Downloaded globset v0.4.15 |
1068 | 2024-12-19T04:30:50.411Z | Downloaded derive_builder v0.20.2 |
1069 | 2024-12-19T04:30:50.416Z | Downloaded prettyplease v0.2.25 |
1070 | 2024-12-19T04:30:50.419Z | Downloaded indicatif v0.17.9 |
1071 | 2024-12-19T04:30:50.423Z | Downloaded pin-utils v0.1.0 |
1072 | 2024-12-19T04:30:50.425Z | Downloaded snafu-derive v0.8.5 |
1073 | 2024-12-19T04:30:50.426Z | Downloaded const_format v0.2.33 |
1074 | 2024-12-19T04:30:50.430Z | Downloaded crypto-bigint v0.5.5 |
1075 | 2024-12-19T04:30:50.435Z | Downloaded crossbeam-utils v0.8.20 |
1076 | 2024-12-19T04:30:50.438Z | Downloaded base64 v0.22.1 |
1077 | 2024-12-19T04:30:50.443Z | Downloaded base64 v0.21.7 |
1078 | 2024-12-19T04:30:50.446Z | Downloaded backtrace v0.3.74 |
1079 | 2024-12-19T04:30:50.451Z | Downloaded compact_str v0.8.0 |
1080 | 2024-12-19T04:30:50.454Z | Downloaded tokio-tungstenite v0.24.0 |
1081 | 2024-12-19T04:30:50.458Z | Downloaded test-strategy v0.3.1 |
1082 | 2024-12-19T04:30:50.462Z | Downloaded progenitor-impl v0.8.0 |
1083 | 2024-12-19T04:30:50.465Z | Downloaded heapless v0.7.17 |
1084 | 2024-12-19T04:30:50.468Z | Downloaded group v0.13.0 |
1085 | 2024-12-19T04:30:50.468Z | Downloaded futures-task v0.3.31 |
1086 | 2024-12-19T04:30:50.471Z | Downloaded fragile v2.0.0 |
1087 | 2024-12-19T04:30:50.471Z | Downloaded fd-lock v4.0.2 |
1088 | 2024-12-19T04:30:50.476Z | Downloaded fallible-streaming-iterator v0.1.9 |
1089 | 2024-12-19T04:30:50.476Z | Downloaded tap v1.0.1 |
1090 | 2024-12-19T04:30:50.478Z | Downloaded icu_properties v1.5.1 |
1091 | 2024-12-19T04:30:50.482Z | Downloaded deranged v0.3.11 |
1092 | 2024-12-19T04:30:50.482Z | Downloaded rustversion v1.0.17 |
1093 | 2024-12-19T04:30:50.484Z | Downloaded data-encoding v2.6.0 |
1094 | 2024-12-19T04:30:50.487Z | Downloaded hmac v0.12.1 |
1095 | 2024-12-19T04:30:50.490Z | Downloaded arc-swap v1.7.1 |
1096 | 2024-12-19T04:30:50.494Z | Downloaded write16 v1.0.0 |
1097 | 2024-12-19T04:30:50.497Z | Downloaded crc-any v2.5.0 |
1098 | 2024-12-19T04:30:50.499Z | Downloaded cookie v0.18.1 |
1099 | 2024-12-19T04:30:50.502Z | Downloaded blake2 v0.10.6 |
1100 | 2024-12-19T04:30:50.505Z | Downloaded lockfree-object-pool v0.1.6 |
1101 | 2024-12-19T04:30:50.505Z | Downloaded iana-time-zone v0.1.61 |
1102 | 2024-12-19T04:30:50.507Z | Downloaded hyper-rustls v0.27.3 |
1103 | 2024-12-19T04:30:50.510Z | Downloaded highway v1.2.0 |
1104 | 2024-12-19T04:30:50.513Z | Downloaded hickory-client v0.24.1 |
1105 | 2024-12-19T04:30:50.515Z | Downloaded csv-core v0.1.11 |
1106 | 2024-12-19T04:30:50.517Z | Downloaded backoff v0.4.0 |
1107 | 2024-12-19T04:30:50.520Z | Downloaded async-trait v0.1.83 |
1108 | 2024-12-19T04:30:50.524Z | Downloaded async-bb8-diesel v0.2.1 |
1109 | 2024-12-19T04:30:50.527Z | Downloaded memoffset v0.9.1 |
1110 | 2024-12-19T04:30:50.527Z | Downloaded maybe-uninit v2.0.0 |
1111 | 2024-12-19T04:30:50.527Z | Downloaded linked-hash-map v0.5.6 |
1112 | 2024-12-19T04:30:50.527Z | Downloaded keccak v0.1.5 |
1113 | 2024-12-19T04:30:50.530Z | Downloaded is-terminal v0.4.13 |
1114 | 2024-12-19T04:30:50.530Z | Downloaded internet-checksum v0.2.1 |
1115 | 2024-12-19T04:30:50.531Z | Downloaded ipnetwork v0.20.0 |
1116 | 2024-12-19T04:30:50.533Z | Downloaded indoc v1.0.9 |
1117 | 2024-12-19T04:30:50.535Z | Downloaded crc32fast v1.4.2 |
1118 | 2024-12-19T04:30:50.537Z | Downloaded cancel-safe-futures v0.1.5 |
1119 | 2024-12-19T04:30:50.541Z | Downloaded bcs v0.1.6 |
1120 | 2024-12-19T04:30:50.541Z | Downloaded humantime v2.1.0 |
1121 | 2024-12-19T04:30:50.544Z | Downloaded bit-set v0.5.3 |
1122 | 2024-12-19T04:30:50.547Z | Downloaded aead v0.5.2 |
1123 | 2024-12-19T04:30:50.547Z | Downloaded constant_time_eq v0.3.1 |
1124 | 2024-12-19T04:30:50.549Z | Downloaded lalrpop-util v0.19.12 |
1125 | 2024-12-19T04:30:50.549Z | Downloaded hex v0.4.3 |
1126 | 2024-12-19T04:30:50.550Z | Downloaded httpdate v1.0.3 |
1127 | 2024-12-19T04:30:50.552Z | Downloaded curve25519-dalek-derive v0.1.1 |
1128 | 2024-12-19T04:30:50.552Z | Downloaded bit-vec v0.6.3 |
1129 | 2024-12-19T04:30:50.555Z | Downloaded argon2 v0.5.3 |
1130 | 2024-12-19T04:30:50.558Z | Downloaded hostname v0.4.0 |
1131 | 2024-12-19T04:30:50.558Z | Downloaded home v0.5.9 |
1132 | 2024-12-19T04:30:50.558Z | Downloaded hex-literal v0.4.1 |
1133 | 2024-12-19T04:30:50.561Z | Downloaded ctr v0.9.2 |
1134 | 2024-12-19T04:30:50.561Z | Downloaded cobs v0.2.3 |
1135 | 2024-12-19T04:30:50.563Z | Downloaded cexpr v0.6.0 |
1136 | 2024-12-19T04:30:50.563Z | Downloaded cmake v0.1.51 |
1137 | 2024-12-19T04:30:50.565Z | Downloaded bitfield v0.14.0 |
1138 | 2024-12-19T04:30:50.565Z | Downloaded bcrypt-pbkdf v0.10.0 |
1139 | 2024-12-19T04:30:50.568Z | Downloaded assert_matches v1.5.0 |
1140 | 2024-12-19T04:30:50.568Z | Downloaded blowfish v0.9.1 |
1141 | 2024-12-19T04:30:50.570Z | Downloaded block-padding v0.3.3 |
1142 | 2024-12-19T04:30:50.570Z | Downloaded http-range v0.1.5 |
1143 | 2024-12-19T04:30:50.570Z | Downloaded http-body v1.0.1 |
1144 | 2024-12-19T04:30:50.573Z | Downloaded bb8 v0.8.5 |
1145 | 2024-12-19T04:30:50.573Z | Downloaded chrono-tz-build v0.4.0 |
1146 | 2024-12-19T04:30:50.575Z | Downloaded chacha20 v0.9.1 |
1147 | 2024-12-19T04:30:50.576Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-12-19T04:30:50.578Z | Downloaded ciborium-ll v0.2.2 |
1149 | 2024-12-19T04:30:50.578Z | Downloaded cbc v0.1.2 |
1150 | 2024-12-19T04:30:50.578Z | Downloaded base16ct v0.2.0 |
1151 | 2024-12-19T04:30:50.581Z | Downloaded atomic-waker v1.1.2 |
1152 | 2024-12-19T04:30:50.581Z | Downloaded async-stream v0.3.6 |
1153 | 2024-12-19T04:30:50.583Z | Downloaded array-init v0.0.4 |
1154 | 2024-12-19T04:30:50.655Z | Downloaded libsqlite3-sys v0.30.1 |
1155 | 2024-12-19T04:30:50.740Z | Downloaded ring v0.17.8 |
1156 | 2024-12-19T04:30:50.897Z | Downloaded ring v0.16.20 |
1157 | 2024-12-19T04:30:51.138Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-12-19T04:30:51.456Z | Compiling serde v1.0.215 |
1159 | 2024-12-19T04:30:51.458Z | Compiling lock_api v0.4.12 |
1160 | 2024-12-19T04:30:51.458Z | Compiling scopeguard v1.2.0 |
1161 | 2024-12-19T04:30:51.458Z | Compiling value-bag v1.9.0 |
1162 | 2024-12-19T04:30:51.458Z | Compiling typenum v1.17.0 |
1163 | 2024-12-19T04:30:51.613Z | Compiling generic-array v0.14.7 |
1164 | 2024-12-19T04:30:51.655Z | Compiling syn v2.0.87 |
1165 | 2024-12-19T04:30:51.657Z | Compiling getrandom v0.2.15 |
1166 | 2024-12-19T04:30:51.773Z | Compiling shlex v1.3.0 |
1167 | 2024-12-19T04:30:52.055Z | Compiling rand_core v0.6.4 |
1168 | 2024-12-19T04:30:52.173Z | Compiling log v0.4.22 |
1169 | 2024-12-19T04:30:52.204Z | Compiling subtle v2.6.1 |
1170 | 2024-12-19T04:30:52.222Z | Compiling jobserver v0.1.32 |
1171 | 2024-12-19T04:30:52.247Z | Compiling smallvec v1.13.2 |
1172 | 2024-12-19T04:30:52.463Z | Compiling const-oid v0.9.6 |
1173 | 2024-12-19T04:30:52.529Z | Compiling spin v0.9.8 |
1174 | 2024-12-19T04:30:52.576Z | Compiling cc v1.1.30 |
1175 | 2024-12-19T04:30:52.656Z | Compiling pin-project-lite v0.2.14 |
1176 | 2024-12-19T04:30:52.780Z | Compiling rustix v0.38.37 |
1177 | 2024-12-19T04:30:52.906Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-12-19T04:30:53.008Z | Compiling futures-core v0.3.31 |
1179 | 2024-12-19T04:30:53.123Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2024-12-19T04:30:53.234Z | Compiling mio v1.0.2 |
1181 | 2024-12-19T04:30:53.645Z | Compiling aho-corasick v1.1.3 |
1182 | 2024-12-19T04:30:53.953Z | Compiling parking_lot v0.12.3 |
1183 | 2024-12-19T04:30:54.032Z | Compiling cpufeatures v0.2.14 |
1184 | 2024-12-19T04:30:54.130Z | Compiling either v1.13.0 |
1185 | 2024-12-19T04:30:54.284Z | Compiling regex-syntax v0.8.5 |
1186 | 2024-12-19T04:30:54.426Z | Compiling lazy_static v1.5.0 |
1187 | 2024-12-19T04:30:54.445Z | Compiling futures-sink v0.3.31 |
1188 | 2024-12-19T04:30:54.542Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-12-19T04:30:54.544Z | Compiling glob v0.3.1 |
1190 | 2024-12-19T04:30:54.583Z | Compiling socket2 v0.5.7 |
1191 | 2024-12-19T04:30:54.663Z | Compiling slab v0.4.9 |
1192 | 2024-12-19T04:30:55.005Z | Compiling prettyplease v0.2.25 |
1193 | 2024-12-19T04:30:55.210Z | Compiling minimal-lexical v0.2.1 |
1194 | 2024-12-19T04:30:55.615Z | Compiling clang-sys v1.8.1 |
1195 | 2024-12-19T04:30:55.650Z | Compiling nom v7.1.3 |
1196 | 2024-12-19T04:30:55.669Z | Compiling libloading v0.8.5 |
1197 | 2024-12-19T04:30:55.738Z | Compiling serde_json v1.0.132 |
1198 | 2024-12-19T04:30:56.066Z | Compiling bindgen v0.69.5 |
1199 | 2024-12-19T04:30:56.090Z | Compiling home v0.5.9 |
1200 | 2024-12-19T04:30:56.403Z | Compiling futures-channel v0.3.31 |
1201 | 2024-12-19T04:30:56.847Z | Compiling itertools v0.12.1 |
1202 | 2024-12-19T04:30:56.897Z | Compiling futures-io v0.3.31 |
1203 | 2024-12-19T04:30:57.039Z | Compiling allocator-api2 v0.2.18 |
1204 | 2024-12-19T04:30:57.238Z | Compiling futures-task v0.3.31 |
1205 | 2024-12-19T04:30:57.544Z | Compiling lazycell v1.3.0 |
1206 | 2024-12-19T04:30:57.714Z | Compiling foldhash v0.1.3 |
1207 | 2024-12-19T04:30:57.839Z | Compiling pin-utils v0.1.0 |
1208 | 2024-12-19T04:30:57.932Z | Compiling rustc-hash v1.1.0 |
1209 | 2024-12-19T04:30:58.025Z | Compiling regex-automata v0.4.8 |
1210 | 2024-12-19T04:30:58.086Z | Compiling hashbrown v0.15.0 |
1211 | 2024-12-19T04:30:59.386Z | Compiling synstructure v0.13.1 |
1212 | 2024-12-19T04:30:59.426Z | Compiling cexpr v0.6.0 |
1213 | 2024-12-19T04:31:00.076Z | Compiling cmake v0.1.51 |
1214 | 2024-12-19T04:31:01.132Z | Compiling libm v0.2.8 |
1215 | 2024-12-19T04:31:01.135Z | Compiling dunce v1.0.5 |
1216 | 2024-12-19T04:31:01.247Z | Compiling tinyvec_macros v0.1.1 |
1217 | 2024-12-19T04:31:01.267Z | Compiling fs_extra v1.3.0 |
1218 | 2024-12-19T04:31:01.293Z | Compiling pkg-config v0.3.31 |
1219 | 2024-12-19T04:31:01.342Z | Compiling tinyvec v1.8.0 |
1220 | 2024-12-19T04:31:01.502Z | Compiling num-traits v0.2.19 |
1221 | 2024-12-19T04:31:01.999Z | Compiling ring v0.17.8 |
1222 | 2024-12-19T04:31:02.564Z | Compiling base64ct v1.6.0 |
1223 | 2024-12-19T04:31:02.820Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-12-19T04:31:02.858Z | Compiling unicode-bidi v0.3.17 |
1225 | 2024-12-19T04:31:03.096Z | Compiling writeable v0.5.5 |
1226 | 2024-12-19T04:31:03.133Z | Compiling litemap v0.7.3 |
1227 | 2024-12-19T04:31:03.271Z | Compiling paste v1.0.15 |
1228 | 2024-12-19T04:31:03.669Z | Compiling regex v1.11.1 |
1229 | 2024-12-19T04:31:03.845Z | Compiling pem-rfc7468 v0.7.0 |
1230 | 2024-12-19T04:31:04.192Z | Compiling httparse v1.9.5 |
1231 | 2024-12-19T04:31:04.487Z | Compiling aws-lc-rs v1.10.0 |
1232 | 2024-12-19T04:31:04.764Z | Compiling flagset v0.4.6 |
1233 | 2024-12-19T04:31:04.974Z | Compiling tracing-core v0.1.32 |
1234 | 2024-12-19T04:31:05.059Z | Compiling rustls-pki-types v1.9.0 |
1235 | 2024-12-19T04:31:05.815Z | Compiling percent-encoding v2.3.1 |
1236 | 2024-12-19T04:31:06.044Z | Compiling serde_derive v1.0.215 |
1237 | 2024-12-19T04:31:06.064Z | Compiling zeroize_derive v1.4.2 |
1238 | 2024-12-19T04:31:06.118Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2024-12-19T04:31:06.135Z | Compiling tokio-macros v2.4.0 |
1240 | 2024-12-19T04:31:06.302Z | Compiling zerofrom-derive v0.1.4 |
1241 | 2024-12-19T04:31:07.532Z | Compiling zeroize v1.8.1 |
1242 | 2024-12-19T04:31:07.653Z | Compiling yoke-derive v0.7.4 |
1243 | 2024-12-19T04:31:08.280Z | Compiling zerocopy v0.7.35 |
1244 | 2024-12-19T04:31:08.465Z | Compiling thiserror-impl v1.0.69 |
1245 | 2024-12-19T04:31:09.167Z | Compiling crypto-common v0.1.6 |
1246 | 2024-12-19T04:31:09.410Z | Compiling block-buffer v0.10.4 |
1247 | 2024-12-19T04:31:09.667Z | Compiling digest v0.10.7 |
1248 | 2024-12-19T04:31:09.895Z | Compiling zerovec-derive v0.10.3 |
1249 | 2024-12-19T04:31:10.175Z | Compiling hmac v0.12.1 |
1250 | 2024-12-19T04:31:10.194Z | Compiling zerofrom v0.1.4 |
1251 | 2024-12-19T04:31:10.411Z | Compiling futures-macro v0.3.31 |
1252 | 2024-12-19T04:31:10.414Z | Compiling block-padding v0.3.3 |
1253 | 2024-12-19T04:31:10.594Z | Compiling yoke v0.7.4 |
1254 | 2024-12-19T04:31:10.644Z | Compiling displaydoc v0.2.5 |
1255 | 2024-12-19T04:31:10.779Z | Compiling inout v0.1.3 |
1256 | 2024-12-19T04:31:10.953Z | Compiling sha2 v0.10.8 |
1257 | 2024-12-19T04:31:11.058Z | Compiling cipher v0.4.4 |
1258 | 2024-12-19T04:31:11.547Z | Compiling ppv-lite86 v0.2.20 |
1259 | 2024-12-19T04:31:11.700Z | Compiling thiserror v1.0.69 |
1260 | 2024-12-19T04:31:11.836Z | Compiling der_derive v0.7.3 |
1261 | 2024-12-19T04:31:12.291Z | Compiling icu_provider_macros v1.5.0 |
1262 | 2024-12-19T04:31:12.342Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-12-19T04:31:12.363Z | Compiling futures-util v0.3.31 |
1264 | 2024-12-19T04:31:12.518Z | Compiling zerovec v0.10.4 |
1265 | 2024-12-19T04:31:13.384Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-12-19T04:31:14.152Z | Compiling der v0.7.9 |
1267 | 2024-12-19T04:31:14.337Z | Compiling tinystr v0.7.6 |
1268 | 2024-12-19T04:31:14.445Z | Compiling icu_locid_transform_data v1.5.0 |
1269 | 2024-12-19T04:31:14.551Z | Compiling crossbeam-utils v0.8.20 |
1270 | 2024-12-19T04:31:14.655Z | Compiling icu_collections v1.5.0 |
1271 | 2024-12-19T04:31:14.845Z | Compiling icu_locid v1.5.0 |
1272 | 2024-12-19T04:31:15.188Z | Compiling rand v0.8.5 |
1273 | 2024-12-19T04:31:16.191Z | Compiling icu_provider v1.5.0 |
1274 | 2024-12-19T04:31:17.139Z | Compiling tracing v0.1.40 |
1275 | 2024-12-19T04:31:17.235Z | Compiling icu_locid_transform v1.5.0 |
1276 | 2024-12-19T04:31:17.257Z | Compiling spki v0.7.3 |
1277 | 2024-12-19T04:31:17.275Z | Compiling pest v2.7.14 |
1278 | 2024-12-19T04:31:17.511Z | Compiling salsa20 v0.10.2 |
1279 | 2024-12-19T04:31:17.581Z | Compiling pbkdf2 v0.12.2 |
1280 | 2024-12-19T04:31:17.643Z | Compiling vcpkg v0.2.15 |
1281 | 2024-12-19T04:31:17.718Z | Compiling mirai-annotations v1.12.0 |
1282 | 2024-12-19T04:31:17.760Z | Compiling num-conv v0.1.0 |
1283 | 2024-12-19T04:31:17.906Z | Compiling untrusted v0.9.0 |
1284 | 2024-12-19T04:31:18.044Z | Compiling untrusted v0.7.1 |
1285 | 2024-12-19T04:31:18.079Z | Compiling icu_properties_data v1.5.0 |
1286 | 2024-12-19T04:31:18.218Z | Compiling powerfmt v0.2.0 |
1287 | 2024-12-19T04:31:18.301Z | Compiling time-core v0.1.2 |
1288 | 2024-12-19T04:31:18.360Z | Compiling icu_properties v1.5.1 |
1289 | 2024-12-19T04:31:18.481Z | Compiling time-macros v0.2.18 |
1290 | 2024-12-19T04:31:18.596Z | Compiling deranged v0.3.11 |
1291 | 2024-12-19T04:31:19.848Z | Compiling bitflags v2.6.0 |
1292 | 2024-12-19T04:31:19.911Z | Compiling bytes v1.8.0 |
1293 | 2024-12-19T04:31:20.299Z | Compiling indexmap v2.6.0 |
1294 | 2024-12-19T04:31:20.603Z | Compiling semver v1.0.23 |
1295 | 2024-12-19T04:31:21.232Z | Compiling tokio v1.40.0 |
1296 | 2024-12-19T04:31:21.355Z | Compiling http v1.1.0 |
1297 | 2024-12-19T04:31:21.780Z | Compiling rustc_version v0.4.1 |
1298 | 2024-12-19T04:31:21.809Z | Compiling openssl-sys v0.9.103 |
1299 | 2024-12-19T04:31:22.228Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-19T04:31:22.550Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-19T04:31:23.126Z | Compiling aes v0.8.4 |
1302 | 2024-12-19T04:31:23.243Z | Compiling cbc v0.1.2 |
1303 | 2024-12-19T04:31:23.486Z | Compiling scroll_derive v0.12.0 |
1304 | 2024-12-19T04:31:23.529Z | Compiling num_threads v0.1.7 |
1305 | 2024-12-19T04:31:23.663Z | Compiling write16 v1.0.0 |
1306 | 2024-12-19T04:31:23.793Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-12-19T04:31:23.841Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-12-19T04:31:23.976Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-12-19T04:31:24.045Z | Compiling which v4.4.2 |
1310 | 2024-12-19T04:31:24.183Z | Compiling icu_normalizer_data v1.5.0 |
1311 | 2024-12-19T04:31:24.229Z | Compiling pkcs5 v0.7.1 |
1312 | 2024-12-19T04:31:24.299Z | Compiling icu_normalizer v1.5.0 |
1313 | 2024-12-19T04:31:25.000Z | Compiling scroll v0.12.0 |
1314 | 2024-12-19T04:31:25.489Z | Compiling time v0.3.36 |
1315 | 2024-12-19T04:31:25.571Z | Compiling pest_generator v2.7.14 |
1316 | 2024-12-19T04:31:25.891Z | Compiling http-body v1.0.1 |
1317 | 2024-12-19T04:31:26.021Z | Compiling form_urlencoded v1.2.1 |
1318 | 2024-12-19T04:31:26.137Z | Compiling slog v2.7.0 |
1319 | 2024-12-19T04:31:26.285Z | Compiling try-lock v0.2.5 |
1320 | 2024-12-19T04:31:26.346Z | Compiling goblin v0.8.2 |
1321 | 2024-12-19T04:31:26.441Z | Compiling want v0.3.1 |
1322 | 2024-12-19T04:31:26.729Z | Compiling idna_adapter v1.2.0 |
1323 | 2024-12-19T04:31:26.749Z | Compiling pkcs8 v0.10.2 |
1324 | 2024-12-19T04:31:26.960Z | Compiling httpdate v1.0.3 |
1325 | 2024-12-19T04:31:27.300Z | Compiling idna v1.0.3 |
1326 | 2024-12-19T04:31:27.462Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2024-12-19T04:31:27.611Z | Compiling pest_derive v2.7.14 |
1328 | 2024-12-19T04:31:28.034Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-12-19T04:31:28.244Z | Compiling serde_spanned v0.6.8 |
1330 | 2024-12-19T04:31:28.448Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-12-19T04:31:28.491Z | Compiling uuid v1.11.0 |
1332 | 2024-12-19T04:31:28.556Z | Compiling adler2 v2.0.0 |
1333 | 2024-12-19T04:31:28.922Z | Compiling openssl v0.10.66 |
1334 | 2024-12-19T04:31:29.161Z | Compiling iana-time-zone v0.1.61 |
1335 | 2024-12-19T04:31:29.195Z | Compiling rustversion v1.0.17 |
1336 | 2024-12-19T04:31:29.623Z | Compiling tokio-util v0.7.12 |
1337 | 2024-12-19T04:31:29.937Z | Compiling match_cfg v0.1.0 |
1338 | 2024-12-19T04:31:29.957Z | Compiling base64 v0.22.1 |
1339 | 2024-12-19T04:31:30.039Z | Compiling foreign-types-shared v0.1.1 |
1340 | 2024-12-19T04:31:30.161Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-19T04:31:30.302Z | Compiling foreign-types v0.3.2 |
1342 | 2024-12-19T04:31:30.403Z | Compiling hostname v0.3.1 |
1343 | 2024-12-19T04:31:30.664Z | Compiling h2 v0.4.6 |
1344 | 2024-12-19T04:31:30.705Z | Compiling chrono v0.4.38 |
1345 | 2024-12-19T04:31:30.754Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-12-19T04:31:30.778Z | Compiling url v2.5.3 |
1347 | 2024-12-19T04:31:32.344Z | Compiling dof v0.3.0 |
1348 | 2024-12-19T04:31:32.550Z | Compiling openssl-macros v0.1.1 |
1349 | 2024-12-19T04:31:32.766Z | Compiling async-trait v0.1.83 |
1350 | 2024-12-19T04:31:33.312Z | Compiling usdt-impl v0.5.0 |
1351 | 2024-12-19T04:31:34.444Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2024-12-19T04:31:34.562Z | Compiling data-encoding v2.6.0 |
1353 | 2024-12-19T04:31:34.937Z | Compiling syn v1.0.109 |
1354 | 2024-12-19T04:31:35.165Z | Compiling rustls v0.22.4 |
1355 | 2024-12-19T04:31:35.428Z | Compiling rustls v0.23.14 |
1356 | 2024-12-19T04:31:35.510Z | Compiling native-tls v0.2.12 |
1357 | 2024-12-19T04:31:35.543Z | Compiling siphasher v0.3.11 |
1358 | 2024-12-19T04:31:35.786Z | Compiling dirs-next v2.0.0 |
1359 | 2024-12-19T04:31:35.972Z | Compiling http-body-util v0.1.2 |
1360 | 2024-12-19T04:31:36.511Z | Compiling crossbeam-epoch v0.9.18 |
1361 | 2024-12-19T04:31:36.805Z | Compiling heapless v0.7.17 |
1362 | 2024-12-19T04:31:36.965Z | Compiling sha1 v0.10.6 |
1363 | 2024-12-19T04:31:36.988Z | Compiling signature v2.2.0 |
1364 | 2024-12-19T04:31:37.221Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1365 | 2024-12-19T04:31:37.241Z | Compiling serde_derive_internals v0.29.1 |
1366 | 2024-12-19T04:31:37.277Z | Compiling thread_local v1.1.8 |
1367 | 2024-12-19T04:31:37.299Z | Compiling cookie v0.18.1 |
1368 | 2024-12-19T04:31:37.372Z | Compiling encoding_rs v0.8.34 |
1369 | 2024-12-19T04:31:37.567Z | Compiling hyper v1.5.0 |
1370 | 2024-12-19T04:31:37.699Z | Compiling multer v3.1.0 |
1371 | 2024-12-19T04:31:37.832Z | Compiling unicode-properties v0.1.3 |
1372 | 2024-12-19T04:31:37.976Z | Compiling openssl-probe v0.1.5 |
1373 | 2024-12-19T04:31:38.239Z | Compiling mime v0.3.17 |
1374 | 2024-12-19T04:31:38.331Z | Compiling slog-async v2.8.0 |
1375 | 2024-12-19T04:31:38.864Z | Compiling ipnet v2.10.1 |
1376 | 2024-12-19T04:31:38.883Z | Compiling rayon-core v1.12.1 |
1377 | 2024-12-19T04:31:39.148Z | Compiling signal-hook v0.3.17 |
1378 | 2024-12-19T04:31:39.408Z | Compiling gimli v0.31.1 |
1379 | 2024-12-19T04:31:40.076Z | Compiling hyper-util v0.1.10 |
1380 | 2024-12-19T04:31:40.200Z | Compiling schemars v0.8.21 |
1381 | 2024-12-19T04:31:40.584Z | Compiling schemars_derive v0.8.21 |
1382 | 2024-12-19T04:31:41.214Z | Compiling toml_edit v0.22.22 |
1383 | 2024-12-19T04:31:41.921Z | Compiling stringprep v0.1.5 |
1384 | 2024-12-19T04:31:43.263Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2024-12-19T04:31:43.305Z | Compiling usdt-macro v0.5.0 |
1386 | 2024-12-19T04:31:43.582Z | Compiling usdt-attr-macro v0.5.0 |
1387 | 2024-12-19T04:31:43.863Z | Compiling addr2line v0.24.2 |
1388 | 2024-12-19T04:31:44.015Z | Compiling term v0.7.0 |
1389 | 2024-12-19T04:31:44.580Z | Compiling slog-json v2.6.1 |
1390 | 2024-12-19T04:31:44.606Z | Compiling serde_urlencoded v0.7.1 |
1391 | 2024-12-19T04:31:44.722Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-12-19T04:31:44.970Z | Compiling curve25519-dalek v4.1.3 |
1393 | 2024-12-19T04:31:45.161Z | Compiling enum-as-inner v0.6.1 |
1394 | 2024-12-19T04:31:45.227Z | Compiling futures-executor v0.3.31 |
1395 | 2024-12-19T04:31:45.511Z | Compiling md-5 v0.10.6 |
1396 | 2024-12-19T04:31:45.591Z | Compiling async-stream-impl v0.3.6 |
1397 | 2024-12-19T04:31:45.777Z | Compiling num-integer v0.1.46 |
1398 | 2024-12-19T04:31:45.812Z | Compiling rustls-pemfile v2.2.0 |
1399 | 2024-12-19T04:31:45.832Z | Compiling idna v0.3.0 |
1400 | 2024-12-19T04:31:46.124Z | Compiling idna v0.4.0 |
1401 | 2024-12-19T04:31:46.196Z | Compiling hash32 v0.2.1 |
1402 | 2024-12-19T04:31:46.558Z | Compiling ff v0.13.0 |
1403 | 2024-12-19T04:31:46.578Z | Compiling is-terminal v0.4.13 |
1404 | 2024-12-19T04:31:46.718Z | Compiling dropshot v0.12.0 |
1405 | 2024-12-19T04:31:46.770Z | Compiling object v0.36.5 |
1406 | 2024-12-19T04:31:46.985Z | Compiling psl-types v2.0.11 |
1407 | 2024-12-19T04:31:47.005Z | Compiling dyn-clone v1.0.17 |
1408 | 2024-12-19T04:31:47.184Z | Compiling utf-8 v0.7.6 |
1409 | 2024-12-19T04:31:47.231Z | Compiling smoltcp v0.9.1 |
1410 | 2024-12-19T04:31:47.513Z | Compiling num-bigint-dig v0.8.4 |
1411 | 2024-12-19T04:31:47.533Z | Compiling quick-error v1.2.3 |
1412 | 2024-12-19T04:31:47.672Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-12-19T04:31:47.788Z | Compiling base16ct v0.2.0 |
1414 | 2024-12-19T04:31:47.791Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-12-19T04:31:47.936Z | Compiling anyhow v1.0.93 |
1416 | 2024-12-19T04:31:48.049Z | Compiling portable-atomic v1.9.0 |
1417 | 2024-12-19T04:31:48.123Z | Compiling fallible-iterator v0.2.0 |
1418 | 2024-12-19T04:31:48.586Z | Compiling take_mut v0.2.2 |
1419 | 2024-12-19T04:31:48.859Z | Compiling postgres-protocol v0.6.7 |
1420 | 2024-12-19T04:31:49.164Z | Compiling lru-cache v0.1.2 |
1421 | 2024-12-19T04:31:49.203Z | Compiling sec1 v0.7.3 |
1422 | 2024-12-19T04:31:49.429Z | Compiling resolv-conf v0.7.0 |
1423 | 2024-12-19T04:31:49.581Z | Compiling tungstenite v0.24.0 |
1424 | 2024-12-19T04:31:49.815Z | Compiling publicsuffix v2.2.3 |
1425 | 2024-12-19T04:31:50.160Z | Compiling async-stream v0.3.6 |
1426 | 2024-12-19T04:31:50.218Z | Compiling hickory-proto v0.24.1 |
1427 | 2024-12-19T04:31:50.291Z | Compiling group v0.13.0 |
1428 | 2024-12-19T04:31:50.462Z | Compiling slog-term v2.9.1 |
1429 | 2024-12-19T04:31:50.615Z | Compiling usdt v0.5.0 |
1430 | 2024-12-19T04:31:51.738Z | Compiling num-iter v0.1.45 |
1431 | 2024-12-19T04:31:52.023Z | Compiling futures v0.3.31 |
1432 | 2024-12-19T04:31:52.041Z | Compiling slog-bunyan v2.5.0 |
1433 | 2024-12-19T04:31:52.144Z | Compiling toml v0.8.19 |
1434 | 2024-12-19T04:31:53.893Z | Compiling camino v1.1.9 |
1435 | 2024-12-19T04:31:53.914Z | Compiling tokio-native-tls v0.3.1 |
1436 | 2024-12-19T04:31:54.204Z | Compiling backtrace v0.3.74 |
1437 | 2024-12-19T04:31:54.594Z | Compiling phf_shared v0.11.2 |
1438 | 2024-12-19T04:31:54.867Z | Compiling dropshot_endpoint v0.12.0 |
1439 | 2024-12-19T04:31:54.945Z | Compiling terminal_size v0.4.0 |
1440 | 2024-12-19T04:31:55.007Z | Compiling waitgroup v0.1.2 |
1441 | 2024-12-19T04:31:55.152Z | Compiling openapiv3 v2.0.0 |
1442 | 2024-12-19T04:31:55.172Z | Compiling serde_path_to_error v0.1.16 |
1443 | 2024-12-19T04:31:55.230Z | Compiling hkdf v0.12.4 |
1444 | 2024-12-19T04:31:55.500Z | Compiling crypto-bigint v0.5.5 |
1445 | 2024-12-19T04:31:56.041Z | Compiling zerocopy-derive v0.6.6 |
1446 | 2024-12-19T04:31:58.013Z | Compiling curve25519-dalek-derive v0.1.1 |
1447 | 2024-12-19T04:31:58.366Z | Compiling webpki-roots v0.26.6 |
1448 | 2024-12-19T04:31:58.588Z | Compiling idna v0.5.0 |
1449 | 2024-12-19T04:31:58.932Z | Compiling hubpack_derive v0.1.1 |
1450 | 2024-12-19T04:31:59.527Z | Compiling hostname v0.4.0 |
1451 | 2024-12-19T04:31:59.567Z | Compiling crc32fast v1.4.2 |
1452 | 2024-12-19T04:31:59.653Z | Compiling ahash v0.8.11 |
1453 | 2024-12-19T04:31:59.823Z | Compiling fs-err v2.11.0 |
1454 | 2024-12-19T04:31:59.853Z | Compiling winnow v0.5.40 |
1455 | 2024-12-19T04:31:59.914Z | Compiling bitflags v1.3.2 |
1456 | 2024-12-19T04:32:00.006Z | Compiling debug-ignore v1.0.5 |
1457 | 2024-12-19T04:32:00.026Z | Compiling managed v0.8.0 |
1458 | 2024-12-19T04:32:00.107Z | Compiling console v0.15.8 |
1459 | 2024-12-19T04:32:00.162Z | Compiling clap_builder v4.5.21 |
1460 | 2024-12-19T04:32:00.551Z | Compiling strum_macros v0.25.3 |
1461 | 2024-12-19T04:32:00.779Z | Compiling hubpack v0.1.2 |
1462 | 2024-12-19T04:32:01.264Z | Compiling flate2 v1.0.34 |
1463 | 2024-12-19T04:32:01.804Z | Compiling cookie_store v0.21.0 |
1464 | 2024-12-19T04:32:02.260Z | Compiling elliptic-curve v0.13.8 |
1465 | 2024-12-19T04:32:02.563Z | Compiling zerocopy v0.6.6 |
1466 | 2024-12-19T04:32:03.115Z | Compiling hickory-resolver v0.24.1 |
1467 | 2024-12-19T04:32:03.402Z | Compiling toml_edit v0.19.15 |
1468 | 2024-12-19T04:32:03.769Z | Compiling phf v0.11.2 |
1469 | 2024-12-19T04:32:04.075Z | Compiling signal-hook-mio v0.2.4 |
1470 | 2024-12-19T04:32:04.244Z | Compiling hyper-tls v0.6.0 |
1471 | 2024-12-19T04:32:04.311Z | Compiling rayon v1.10.0 |
1472 | 2024-12-19T04:32:04.675Z | Compiling bzip2 v0.4.4 |
1473 | 2024-12-19T04:32:05.100Z | Compiling tokio-tungstenite v0.24.0 |
1474 | 2024-12-19T04:32:05.649Z | Compiling postgres-types v0.2.8 |
1475 | 2024-12-19T04:32:08.602Z | Compiling ed25519 v2.2.3 |
1476 | 2024-12-19T04:32:09.305Z | Compiling phf_shared v0.10.0 |
1477 | 2024-12-19T04:32:09.637Z | Compiling tokio-stream v0.1.16 |
1478 | 2024-12-19T04:32:09.700Z | Compiling pkcs1 v0.7.5 |
1479 | 2024-12-19T04:32:09.897Z | Compiling serde-big-array v0.5.1 |
1480 | 2024-12-19T04:32:09.919Z | Compiling clap_derive v4.5.18 |
1481 | 2024-12-19T04:32:10.136Z | Compiling rfc6979 v0.4.0 |
1482 | 2024-12-19T04:32:10.335Z | Compiling serde_repr v0.1.19 |
1483 | 2024-12-19T04:32:10.537Z | Compiling derive-where v1.2.7 |
1484 | 2024-12-19T04:32:10.709Z | Compiling float-cmp v0.9.0 |
1485 | 2024-12-19T04:32:10.745Z | Compiling bstr v1.10.0 |
1486 | 2024-12-19T04:32:10.946Z | Compiling sync_wrapper v1.0.1 |
1487 | 2024-12-19T04:32:11.107Z | Compiling bit-vec v0.6.3 |
1488 | 2024-12-19T04:32:11.488Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2024-12-19T04:32:11.556Z | Compiling number_prefix v0.4.0 |
1490 | 2024-12-19T04:32:11.576Z | Compiling whoami v1.5.2 |
1491 | 2024-12-19T04:32:11.623Z | Compiling precomputed-hash v0.1.1 |
1492 | 2024-12-19T04:32:11.747Z | Compiling static_assertions v1.1.0 |
1493 | 2024-12-19T04:32:11.784Z | Compiling unicode-width v0.2.0 |
1494 | 2024-12-19T04:32:11.855Z | Compiling new_debug_unreachable v1.0.6 |
1495 | 2024-12-19T04:32:11.956Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-19T04:32:12.189Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2024-12-19T04:32:12.313Z | Compiling fixedbitset v0.4.2 |
1498 | 2024-12-19T04:32:12.335Z | Compiling difflib v0.4.0 |
1499 | 2024-12-19T04:32:12.541Z | Compiling indicatif v0.17.9 |
1500 | 2024-12-19T04:32:12.786Z | Compiling predicates v3.1.2 |
1501 | 2024-12-19T04:32:13.083Z | Compiling similar v2.6.0 |
1502 | 2024-12-19T04:32:14.005Z | Compiling petgraph v0.6.5 |
1503 | 2024-12-19T04:32:14.148Z | Compiling string_cache v0.8.7 |
1504 | 2024-12-19T04:32:14.603Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-12-19T04:32:14.630Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-12-19T04:32:14.788Z | Compiling bit-set v0.5.3 |
1507 | 2024-12-19T04:32:15.045Z | Compiling clap v4.5.21 |
1508 | 2024-12-19T04:32:15.081Z | Compiling ecdsa v0.16.9 |
1509 | 2024-12-19T04:32:15.177Z | Compiling rsa v0.9.6 |
1510 | 2024-12-19T04:32:15.533Z | Compiling ed25519-dalek v2.1.1 |
1511 | 2024-12-19T04:32:16.187Z | Compiling toml v0.7.8 |
1512 | 2024-12-19T04:32:16.911Z | Compiling zip v0.6.6 |
1513 | 2024-12-19T04:32:17.685Z | Compiling crossterm v0.28.1 |
1514 | 2024-12-19T04:32:19.030Z | Compiling hex v0.4.3 |
1515 | 2024-12-19T04:32:19.234Z | Compiling x509-cert v0.2.5 |
1516 | 2024-12-19T04:32:19.254Z | Compiling itertools v0.10.5 |
1517 | 2024-12-19T04:32:19.650Z | Compiling peg-runtime v0.8.3 |
1518 | 2024-12-19T04:32:20.369Z | Compiling unicode-xid v0.2.6 |
1519 | 2024-12-19T04:32:20.393Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-12-19T04:32:20.541Z | Compiling strum_macros v0.26.4 |
1521 | 2024-12-19T04:32:20.765Z | Compiling xattr v1.3.1 |
1522 | 2024-12-19T04:32:21.036Z | Compiling filetime v0.2.25 |
1523 | 2024-12-19T04:32:21.368Z | Compiling tar v0.4.42 |
1524 | 2024-12-19T04:32:25.825Z | Compiling strum v0.26.3 |
1525 | 2024-12-19T04:32:27.996Z | Compiling aws-lc-sys v0.22.0 |
1526 | 2024-12-19T04:33:04.432Z | Compiling rustls-webpki v0.102.8 |
1527 | 2024-12-19T04:33:07.904Z | Compiling tokio-rustls v0.25.0 |
1528 | 2024-12-19T04:33:09.552Z | Compiling tokio-rustls v0.26.0 |
1529 | 2024-12-19T04:33:09.908Z | Compiling hyper-rustls v0.27.3 |
1530 | 2024-12-19T04:33:10.223Z | Compiling reqwest v0.12.9 |
1531 | 2024-12-19T04:33:11.728Z | Compiling qorb v0.2.1 |
1532 | 2024-12-19T04:33:16.246Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1533 | 2024-12-19T04:33:16.478Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1534 | 2024-12-19T04:33:22.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1535 | 2024-12-19T04:33:22.485Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1536 | 2024-12-19T04:33:22.570Z | Dec 19 04:33:21.243 INFO Starting download, target: Clickhouse |
1537 | 2024-12-19T04:33:22.570Z | Dec 19 04:33:21.243 INFO Starting download, target: Cockroach |
1538 | 2024-12-19T04:33:22.570Z | Dec 19 04:33:21.243 INFO Starting download, target: Console |
1539 | 2024-12-19T04:33:22.570Z | Dec 19 04:33:21.243 INFO Starting download, target: DendriteOpenapi |
1540 | 2024-12-19T04:33:22.571Z | Dec 19 04:33:21.243 INFO Starting download, target: DendriteStub |
1541 | 2024-12-19T04:33:22.576Z | Dec 19 04:33:21.243 INFO Starting download, target: MaghemiteMgd |
1542 | 2024-12-19T04:33:22.576Z | Dec 19 04:33:21.243 INFO Starting download, target: TransceiverControl |
1543 | 2024-12-19T04:33:22.576Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1544 | 2024-12-19T04:33:22.576Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-12-19T04:33:22.576Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-12-19T04:33:22.577Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1547 | 2024-12-19T04:33:22.577Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-12-19T04:33:22.577Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1549 | 2024-12-19T04:33:22.577Z | Dec 19 04:33:21.244 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1550 | 2024-12-19T04:33:23.023Z | Dec 19 04:33:21.721 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1551 | 2024-12-19T04:33:23.210Z | Dec 19 04:33:21.860 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-12-19T04:33:23.455Z | Dec 19 04:33:22.005 INFO Download complete, target: Console |
1553 | 2024-12-19T04:33:23.679Z | Dec 19 04:33:22.081 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1554 | 2024-12-19T04:33:24.148Z | Dec 19 04:33:22.643 INFO Download complete, target: TransceiverControl |
1555 | 2024-12-19T04:33:24.634Z | Dec 19 04:33:23.111 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1556 | 2024-12-19T04:33:25.582Z | Dec 19 04:33:24.249 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1557 | 2024-12-19T04:33:25.669Z | Dec 19 04:33:24.342 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-12-19T04:33:26.467Z | Dec 19 04:33:25.177 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-12-19T04:33:26.467Z | Dec 19 04:33:25.177 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-12-19T04:33:28.269Z | Dec 19 04:33:26.978 INFO Download complete, target: DendriteStub |
1561 | 2024-12-19T04:33:28.522Z | Dec 19 04:33:27.231 INFO Download complete, target: MaghemiteMgd |
1562 | 2024-12-19T04:33:33.632Z | Dec 19 04:33:32.341 INFO Checking that binary works, target: Cockroach |
1563 | 2024-12-19T04:33:33.785Z | Dec 19 04:33:32.494 INFO Download complete, target: Cockroach |
1564 | 2024-12-19T04:33:36.494Z | Dec 19 04:33:35.202 INFO Checking that binary works, target: Clickhouse |
1565 | 2024-12-19T04:33:37.269Z | Dec 19 04:33:35.977 INFO Download complete, target: Clickhouse |
1566 | 2024-12-19T04:33:37.397Z | All builder prerequisites installed successfully, and PATH looks valid |
1567 | 2024-12-19T04:33:37.401Z | |
1568 | 2024-12-19T04:33:37.401Z | real 5:24.189325805 |
1569 | 2024-12-19T04:33:37.401Z | user 16:24.853269454 |
1570 | 2024-12-19T04:33:37.402Z | sys 3:13.699844702 |
1571 | 2024-12-19T04:33:37.402Z | trap 0.517417078 |
1572 | 2024-12-19T04:33:37.402Z | tflt 8.547692959 |
1573 | 2024-12-19T04:33:37.402Z | dflt 7.577156975 |
1574 | 2024-12-19T04:33:37.402Z | kflt 0.454753539 |
1575 | 2024-12-19T04:33:37.402Z | lock 29:47.504290847 |
1576 | 2024-12-19T04:33:37.402Z | slp 1:03:34.846790935 |
1577 | 2024-12-19T04:33:37.402Z | lat 51.558288525 |
1578 | 2024-12-19T04:33:37.402Z | stop 2:12.476982642 |
1579 | 2024-12-19T04:33:37.402Z | + banner clippy |
1580 | 2024-12-19T04:33:37.402Z | |
1581 | 2024-12-19T04:33:37.402Z | #### # # ##### ##### # # |
1582 | 2024-12-19T04:33:37.402Z | # # # # # # # # # # |
1583 | 2024-12-19T04:33:37.402Z | # # # # # # # # |
1584 | 2024-12-19T04:33:37.403Z | # # # ##### ##### # |
1585 | 2024-12-19T04:33:37.403Z | # # # # # # # |
1586 | 2024-12-19T04:33:37.403Z | #### ###### # # # # |
1587 | 2024-12-19T04:33:37.403Z | |
1588 | 2024-12-19T04:33:37.403Z | + export CARGO_INCREMENTAL=0 |
1589 | 2024-12-19T04:33:37.403Z | + CARGO_INCREMENTAL=0 |
1590 | 2024-12-19T04:33:37.403Z | + ptime -m cargo xtask clippy |
1591 | 2024-12-19T04:33:37.921Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1592 | 2024-12-19T04:33:41.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.10s |
1593 | 2024-12-19T04:33:41.621Z | Running `target/debug/xtask clippy` |
1594 | 2024-12-19T04:33:41.641Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1595 | 2024-12-19T04:33:42.291Z | Downloading crates ... |
1596 | 2024-12-19T04:33:42.606Z | Downloaded async-executor v1.13.1 |
1597 | 2024-12-19T04:33:42.609Z | Downloaded approx v0.5.1 |
1598 | 2024-12-19T04:33:42.616Z | Downloaded async-object-pool v0.1.5 |
1599 | 2024-12-19T04:33:42.618Z | Downloaded plotters-svg v0.3.7 |
1600 | 2024-12-19T04:33:42.622Z | Downloaded target-triple v0.1.3 |
1601 | 2024-12-19T04:33:42.629Z | Downloaded pathdiff v0.2.2 |
1602 | 2024-12-19T04:33:42.631Z | Downloaded guppy-workspace-hack v0.1.0 |
1603 | 2024-12-19T04:33:42.634Z | Downloaded nested v0.1.1 |
1604 | 2024-12-19T04:33:42.634Z | Downloaded doc-comment v0.3.3 |
1605 | 2024-12-19T04:33:42.636Z | Downloaded escape8259 v0.5.3 |
1606 | 2024-12-19T04:33:42.647Z | Downloaded relative-path v1.9.3 |
1607 | 2024-12-19T04:33:42.649Z | Downloaded event-listener-strategy v0.5.2 |
1608 | 2024-12-19T04:33:42.651Z | Downloaded blocking v1.6.1 |
1609 | 2024-12-19T04:33:42.651Z | Downloaded similar-asserts v1.6.0 |
1610 | 2024-12-19T04:33:42.653Z | Downloaded threadpool v1.8.1 |
1611 | 2024-12-19T04:33:42.656Z | Downloaded path-tree v0.8.1 |
1612 | 2024-12-19T04:33:42.656Z | Downloaded oorandom v11.1.4 |
1613 | 2024-12-19T04:33:42.658Z | Downloaded parking v2.2.1 |
1614 | 2024-12-19T04:33:42.658Z | Downloaded kv-log-macro v1.0.7 |
1615 | 2024-12-19T04:33:42.658Z | Downloaded async-channel v2.3.1 |
1616 | 2024-12-19T04:33:42.661Z | Downloaded indoc v2.0.5 |
1617 | 2024-12-19T04:33:42.666Z | Downloaded target-spec v3.2.2 |
1618 | 2024-12-19T04:33:42.671Z | Downloaded event-listener v2.5.3 |
1619 | 2024-12-19T04:33:42.673Z | Downloaded proc-macro-crate v3.2.0 |
1620 | 2024-12-19T04:33:42.673Z | Downloaded plotters-backend v0.3.7 |
1621 | 2024-12-19T04:33:42.673Z | Downloaded datatest-stable v0.2.9 |
1622 | 2024-12-19T04:33:42.675Z | Downloaded async-signal v0.2.10 |
1623 | 2024-12-19T04:33:42.676Z | Downloaded anes v0.1.6 |
1624 | 2024-12-19T04:33:42.678Z | Downloaded num_cpus v1.16.0 |
1625 | 2024-12-19T04:33:42.681Z | Downloaded stringmetrics v2.2.2 |
1626 | 2024-12-19T04:33:42.683Z | Downloaded cast v0.3.0 |
1627 | 2024-12-19T04:33:42.685Z | Downloaded serde_regex v1.1.0 |
1628 | 2024-12-19T04:33:42.685Z | Downloaded futures-timer v3.0.3 |
1629 | 2024-12-19T04:33:42.687Z | Downloaded async-global-executor v2.4.1 |
1630 | 2024-12-19T04:33:42.689Z | Downloaded async-channel v1.9.0 |
1631 | 2024-12-19T04:33:42.689Z | Downloaded piper v0.2.4 |
1632 | 2024-12-19T04:33:42.692Z | Downloaded async-attributes v1.1.2 |
1633 | 2024-12-19T04:33:42.694Z | Downloaded target-lexicon v0.12.16 |
1634 | 2024-12-19T04:33:42.694Z | Downloaded rust-argon2 v2.1.0 |
1635 | 2024-12-19T04:33:42.696Z | Downloaded hyper-rustls v0.26.0 |
1636 | 2024-12-19T04:33:42.699Z | Downloaded tinytemplate v1.2.1 |
1637 | 2024-12-19T04:33:42.701Z | Downloaded httptest v0.16.1 |
1638 | 2024-12-19T04:33:42.704Z | Downloaded futures-lite v2.3.0 |
1639 | 2024-12-19T04:33:42.704Z | Downloaded partial-io v0.5.4 |
1640 | 2024-12-19T04:33:42.706Z | Downloaded async-task v4.7.1 |
1641 | 2024-12-19T04:33:42.708Z | Downloaded trybuild v1.0.101 |
1642 | 2024-12-19T04:33:42.712Z | Downloaded event-listener v5.3.1 |
1643 | 2024-12-19T04:33:42.715Z | Downloaded rstest v0.23.0 |
1644 | 2024-12-19T04:33:42.720Z | Downloaded assert-json-diff v2.0.2 |
1645 | 2024-12-19T04:33:42.722Z | Downloaded polling v3.7.3 |
1646 | 2024-12-19T04:33:42.741Z | Downloaded yansi v1.0.1 |
1647 | 2024-12-19T04:33:42.743Z | Downloaded plotters v0.3.7 |
1648 | 2024-12-19T04:33:42.751Z | Downloaded criterion v0.5.1 |
1649 | 2024-12-19T04:33:42.757Z | Downloaded rstest_macros v0.23.0 |
1650 | 2024-12-19T04:33:42.760Z | Downloaded rand_distr v0.4.3 |
1651 | 2024-12-19T04:33:42.762Z | Downloaded pretty_assertions v1.4.1 |
1652 | 2024-12-19T04:33:42.765Z | Downloaded fancy-regex v0.13.0 |
1653 | 2024-12-19T04:33:42.767Z | Downloaded guppy v0.17.8 |
1654 | 2024-12-19T04:33:42.773Z | Downloaded async-std v1.13.0 |
1655 | 2024-12-19T04:33:42.790Z | Downloaded async-io v2.3.4 |
1656 | 2024-12-19T04:33:42.793Z | Downloaded rustls-native-certs v0.7.3 |
1657 | 2024-12-19T04:33:42.796Z | Downloaded libtest-mimic v0.7.3 |
1658 | 2024-12-19T04:33:42.799Z | Downloaded cfg-expr v0.17.0 |
1659 | 2024-12-19T04:33:42.801Z | Downloaded async-process v2.3.0 |
1660 | 2024-12-19T04:33:42.801Z | Downloaded async-lock v3.4.0 |
1661 | 2024-12-19T04:33:42.804Z | Downloaded criterion-plot v0.5.0 |
1662 | 2024-12-19T04:33:42.806Z | Downloaded blake2b_simd v1.0.2 |
1663 | 2024-12-19T04:33:42.806Z | Downloaded concurrent-queue v2.5.0 |
1664 | 2024-12-19T04:33:42.808Z | Downloaded assert_cmd v2.0.16 |
1665 | 2024-12-19T04:33:42.870Z | Downloaded httpmock v0.8.0-alpha.1 |
1666 | 2024-12-19T04:33:43.654Z | Checking cfg-if v1.0.0 |
1667 | 2024-12-19T04:33:43.733Z | Checking libc v0.2.162 |
1668 | 2024-12-19T04:33:43.752Z | Checking serde v1.0.215 |
1669 | 2024-12-19T04:33:43.772Z | Checking memchr v2.7.4 |
1670 | 2024-12-19T04:33:43.794Z | Checking value-bag v1.9.0 |
1671 | 2024-12-19T04:33:43.817Z | Checking scopeguard v1.2.0 |
1672 | 2024-12-19T04:33:43.840Z | Checking zeroize v1.8.1 |
1673 | 2024-12-19T04:33:43.871Z | Checking smallvec v1.13.2 |
1674 | 2024-12-19T04:33:43.896Z | Checking itoa v1.0.11 |
1675 | 2024-12-19T04:33:43.964Z | Checking lock_api v0.4.12 |
1676 | 2024-12-19T04:33:44.111Z | Checking byteorder v1.5.0 |
1677 | 2024-12-19T04:33:44.138Z | Checking pin-project-lite v0.2.14 |
1678 | 2024-12-19T04:33:44.186Z | Checking log v0.4.22 |
1679 | 2024-12-19T04:33:44.224Z | Checking subtle v2.6.1 |
1680 | 2024-12-19T04:33:44.256Z | Checking once_cell v1.20.2 |
1681 | 2024-12-19T04:33:44.385Z | Checking typenum v1.17.0 |
1682 | 2024-12-19T04:33:44.510Z | Checking futures-core v0.3.31 |
1683 | 2024-12-19T04:33:44.550Z | Checking thiserror v1.0.69 |
1684 | 2024-12-19T04:33:44.577Z | Checking libm v0.2.8 |
1685 | 2024-12-19T04:33:44.616Z | Checking zerocopy v0.7.35 |
1686 | 2024-12-19T04:33:44.682Z | Checking ryu v1.0.18 |
1687 | 2024-12-19T04:33:44.716Z | Checking spin v0.9.8 |
1688 | 2024-12-19T04:33:44.748Z | Checking const-oid v0.9.6 |
1689 | 2024-12-19T04:33:44.859Z | Checking getrandom v0.2.15 |
1690 | 2024-12-19T04:33:44.901Z | Checking parking_lot_core v0.9.10 |
1691 | 2024-12-19T04:33:45.080Z | Checking rand_core v0.6.4 |
1692 | 2024-12-19T04:33:45.106Z | Checking signal-hook-registry v1.4.2 |
1693 | 2024-12-19T04:33:45.237Z | Checking parking_lot v0.12.3 |
1694 | 2024-12-19T04:33:45.359Z | Checking mio v1.0.2 |
1695 | 2024-12-19T04:33:45.393Z | Checking socket2 v0.5.7 |
1696 | 2024-12-19T04:33:45.443Z | Checking num-traits v0.2.19 |
1697 | 2024-12-19T04:33:45.597Z | Checking futures-io v0.3.31 |
1698 | 2024-12-19T04:33:45.728Z | Checking generic-array v0.14.7 |
1699 | 2024-12-19T04:33:45.795Z | Checking slab v0.4.9 |
1700 | 2024-12-19T04:33:45.854Z | Checking allocator-api2 v0.2.18 |
1701 | 2024-12-19T04:33:45.964Z | Checking cpufeatures v0.2.14 |
1702 | 2024-12-19T04:33:46.015Z | Checking futures-sink v0.3.31 |
1703 | 2024-12-19T04:33:46.058Z | Checking pin-utils v0.1.0 |
1704 | 2024-12-19T04:33:46.087Z | Checking foldhash v0.1.3 |
1705 | 2024-12-19T04:33:46.151Z | Checking equivalent v1.0.1 |
1706 | 2024-12-19T04:33:46.173Z | Checking futures-channel v0.3.31 |
1707 | 2024-12-19T04:33:46.260Z | Checking futures-task v0.3.31 |
1708 | 2024-12-19T04:33:46.301Z | Checking stable_deref_trait v1.2.0 |
1709 | 2024-12-19T04:33:46.421Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1710 | 2024-12-19T04:33:46.489Z | Checking iana-time-zone v0.1.61 |
1711 | 2024-12-19T04:33:46.528Z | Checking hashbrown v0.15.0 |
1712 | 2024-12-19T04:33:46.530Z | Checking futures-util v0.3.31 |
1713 | 2024-12-19T04:33:46.608Z | Checking fnv v1.0.7 |
1714 | 2024-12-19T04:33:46.640Z | Checking ppv-lite86 v0.2.20 |
1715 | 2024-12-19T04:33:46.733Z | Checking tracing-core v0.1.32 |
1716 | 2024-12-19T04:33:46.736Z | Checking errno v0.3.9 |
1717 | 2024-12-19T04:33:46.881Z | Checking crypto-common v0.1.6 |
1718 | 2024-12-19T04:33:46.920Z | Checking block-buffer v0.10.4 |
1719 | 2024-12-19T04:33:47.065Z | Checking zerofrom v0.1.4 |
1720 | 2024-12-19T04:33:47.127Z | Checking dyn-clone v1.0.17 |
1721 | 2024-12-19T04:33:47.158Z | Checking digest v0.10.7 |
1722 | 2024-12-19T04:33:47.265Z | Checking block-padding v0.3.3 |
1723 | 2024-12-19T04:33:47.294Z | Checking yoke v0.7.4 |
1724 | 2024-12-19T04:33:47.351Z | Checking tracing v0.1.40 |
1725 | 2024-12-19T04:33:47.423Z | Checking rand_chacha v0.3.1 |
1726 | 2024-12-19T04:33:47.468Z | Checking inout v0.1.3 |
1727 | 2024-12-19T04:33:47.513Z | Checking crossbeam-utils v0.8.20 |
1728 | 2024-12-19T04:33:47.625Z | Checking zerovec v0.10.4 |
1729 | 2024-12-19T04:33:47.669Z | Checking percent-encoding v2.3.1 |
1730 | 2024-12-19T04:33:47.698Z | Checking cipher v0.4.4 |
1731 | 2024-12-19T04:33:47.700Z | Checking litemap v0.7.3 |
1732 | 2024-12-19T04:33:47.795Z | Checking rand v0.8.5 |
1733 | 2024-12-19T04:33:47.875Z | Checking writeable v0.5.5 |
1734 | 2024-12-19T04:33:48.066Z | Checking tinyvec_macros v0.1.1 |
1735 | 2024-12-19T04:33:48.106Z | Checking form_urlencoded v1.2.1 |
1736 | 2024-12-19T04:33:48.161Z | Checking tinyvec v1.8.0 |
1737 | 2024-12-19T04:33:48.203Z | Checking httparse v1.9.5 |
1738 | 2024-12-19T04:33:48.230Z | Checking atomic-waker v1.1.2 |
1739 | 2024-12-19T04:33:48.289Z | Checking base64ct v1.6.0 |
1740 | 2024-12-19T04:33:48.378Z | Checking icu_locid_transform_data v1.5.0 |
1741 | 2024-12-19T04:33:48.493Z | Checking regex-syntax v0.8.5 |
1742 | 2024-12-19T04:33:48.658Z | Checking hmac v0.12.1 |
1743 | 2024-12-19T04:33:48.685Z | Checking bytes v1.8.0 |
1744 | 2024-12-19T04:33:48.753Z | Checking bitflags v2.6.0 |
1745 | 2024-12-19T04:33:48.880Z | Checking serde_json v1.0.132 |
1746 | 2024-12-19T04:33:49.055Z | Checking indexmap v2.6.0 |
1747 | 2024-12-19T04:33:49.145Z | Checking chrono v0.4.38 |
1748 | 2024-12-19T04:33:49.286Z | Checking rustix v0.38.37 |
1749 | 2024-12-19T04:33:49.498Z | Checking tokio v1.40.0 |
1750 | 2024-12-19T04:33:49.525Z | Checking uuid v1.11.0 |
1751 | 2024-12-19T04:33:50.166Z | Checking http v1.1.0 |
1752 | 2024-12-19T04:33:50.406Z | Checking tinystr v0.7.6 |
1753 | 2024-12-19T04:33:50.723Z | Checking unicode-normalization v0.1.24 |
1754 | 2024-12-19T04:33:50.799Z | Checking icu_locid v1.5.0 |
1755 | 2024-12-19T04:33:51.266Z | Checking schemars v0.8.21 |
1756 | 2024-12-19T04:33:51.484Z | Checking icu_collections v1.5.0 |
1757 | 2024-12-19T04:33:51.591Z | Checking untrusted v0.9.0 |
1758 | 2024-12-19T04:33:51.667Z | Checking icu_properties_data v1.5.0 |
1759 | 2024-12-19T04:33:51.763Z | Checking ring v0.17.8 |
1760 | 2024-12-19T04:33:51.765Z | Checking sha2 v0.10.8 |
1761 | 2024-12-19T04:33:51.812Z | Checking icu_provider v1.5.0 |
1762 | 2024-12-19T04:33:51.929Z | Checking aho-corasick v1.1.3 |
1763 | 2024-12-19T04:33:52.128Z | Checking unicode-ident v1.0.13 |
1764 | 2024-12-19T04:33:52.313Z | Checking unicode-bidi v0.3.17 |
1765 | 2024-12-19T04:33:52.387Z | Checking write16 v1.0.0 |
1766 | 2024-12-19T04:33:52.461Z | Checking icu_locid_transform v1.5.0 |
1767 | 2024-12-19T04:33:52.521Z | Checking utf16_iter v1.0.5 |
1768 | 2024-12-19T04:33:52.699Z | Checking icu_normalizer_data v1.5.0 |
1769 | 2024-12-19T04:33:52.745Z | Checking utf8_iter v1.0.4 |
1770 | 2024-12-19T04:33:52.811Z | Checking lazy_static v1.5.0 |
1771 | 2024-12-19T04:33:52.841Z | Checking adler2 v2.0.0 |
1772 | 2024-12-19T04:33:52.936Z | Checking powerfmt v0.2.0 |
1773 | 2024-12-19T04:33:52.938Z | Checking time-core v0.1.2 |
1774 | 2024-12-19T04:33:52.984Z | Checking num_threads v0.1.7 |
1775 | 2024-12-19T04:33:53.010Z | Checking miniz_oxide v0.8.0 |
1776 | 2024-12-19T04:33:53.105Z | Checking num-conv v0.1.0 |
1777 | 2024-12-19T04:33:53.107Z | Checking rustls-pki-types v1.9.0 |
1778 | 2024-12-19T04:33:53.198Z | Checking deranged v0.3.11 |
1779 | 2024-12-19T04:33:53.362Z | Checking proc-macro2 v1.0.89 |
1780 | 2024-12-19T04:33:53.470Z | Checking icu_properties v1.5.1 |
1781 | 2024-12-19T04:33:53.552Z | Checking regex-automata v0.4.8 |
1782 | 2024-12-19T04:33:53.672Z | Checking pem-rfc7468 v0.7.0 |
1783 | 2024-12-19T04:33:53.698Z | Checking untrusted v0.7.1 |
1784 | 2024-12-19T04:33:53.764Z | Checking http-body v1.0.1 |
1785 | 2024-12-19T04:33:53.876Z | Checking aws-lc-sys v0.22.0 |
1786 | 2024-12-19T04:33:53.929Z | Checking mirai-annotations v1.12.0 |
1787 | 2024-12-19T04:33:53.968Z | Checking base64 v0.22.1 |
1788 | 2024-12-19T04:33:54.038Z | Checking quote v1.0.37 |
1789 | 2024-12-19T04:33:54.126Z | Checking httpdate v1.0.3 |
1790 | 2024-12-19T04:33:54.380Z | Checking try-lock v0.2.5 |
1791 | 2024-12-19T04:33:54.404Z | Checking syn v2.0.87 |
1792 | 2024-12-19T04:33:54.431Z | Checking flagset v0.4.6 |
1793 | 2024-12-19T04:33:54.525Z | Checking want v0.3.1 |
1794 | 2024-12-19T04:33:54.644Z | Checking der v0.7.9 |
1795 | 2024-12-19T04:33:54.727Z | Checking pbkdf2 v0.12.2 |
1796 | 2024-12-19T04:33:54.910Z | Checking aes v0.8.4 |
1797 | 2024-12-19T04:33:54.970Z | Checking time v0.3.36 |
1798 | 2024-12-19T04:33:55.766Z | Checking salsa20 v0.10.2 |
1799 | 2024-12-19T04:33:56.002Z | Checking cbc v0.1.2 |
1800 | 2024-12-19T04:33:56.223Z | Checking ahash v0.8.11 |
1801 | 2024-12-19T04:33:56.383Z | Checking aws-lc-rs v1.10.0 |
1802 | 2024-12-19T04:33:56.626Z | Checking spki v0.7.3 |
1803 | 2024-12-19T04:33:56.663Z | Checking tokio-util v0.7.12 |
1804 | 2024-12-19T04:33:56.709Z | Checking icu_normalizer v1.5.0 |
1805 | 2024-12-19T04:33:56.809Z | Checking slog v2.7.0 |
1806 | 2024-12-19T04:33:56.921Z | Checking tower-service v0.3.3 |
1807 | 2024-12-19T04:33:57.057Z | Checking scrypt v0.11.0 |
1808 | 2024-12-19T04:33:57.288Z | Checking gimli v0.31.1 |
1809 | 2024-12-19T04:33:57.315Z | Checking mime v0.3.17 |
1810 | 2024-12-19T04:33:57.475Z | Checking pkcs5 v0.7.1 |
1811 | 2024-12-19T04:33:57.502Z | Checking idna_adapter v1.2.0 |
1812 | 2024-12-19T04:33:57.538Z | Checking h2 v0.4.6 |
1813 | 2024-12-19T04:33:57.626Z | Checking object v0.36.5 |
1814 | 2024-12-19T04:33:57.687Z | Checking idna v1.0.3 |
1815 | 2024-12-19T04:33:57.987Z | Checking rustc-demangle v0.1.24 |
1816 | 2024-12-19T04:33:58.137Z | Checking utf8parse v0.2.2 |
1817 | 2024-12-19T04:33:58.185Z | Checking url v2.5.3 |
1818 | 2024-12-19T04:33:58.188Z | Checking rustls-webpki v0.102.8 |
1819 | 2024-12-19T04:33:58.290Z | Checking regex v1.11.1 |
1820 | 2024-12-19T04:33:58.426Z | Checking pkcs8 v0.10.2 |
1821 | 2024-12-19T04:33:58.768Z | Checking http-body-util v0.1.2 |
1822 | 2024-12-19T04:33:58.968Z | Checking futures-executor v0.3.31 |
1823 | 2024-12-19T04:33:59.019Z | Checking toml_datetime v0.6.8 |
1824 | 2024-12-19T04:33:59.022Z | Checking serde_spanned v0.6.8 |
1825 | 2024-12-19T04:33:59.211Z | Checking ipnet v2.10.1 |
1826 | 2024-12-19T04:33:59.241Z | Checking data-encoding v2.6.0 |
1827 | 2024-12-19T04:33:59.243Z | Checking unicode-width v0.1.14 |
1828 | 2024-12-19T04:33:59.301Z | Checking futures v0.3.31 |
1829 | 2024-12-19T04:33:59.414Z | Checking rustls-pemfile v2.2.0 |
1830 | 2024-12-19T04:33:59.636Z | Checking anstyle v1.0.10 |
1831 | 2024-12-19T04:33:59.675Z | Checking foreign-types-shared v0.1.1 |
1832 | 2024-12-19T04:33:59.731Z | Checking openssl-probe v0.1.5 |
1833 | 2024-12-19T04:33:59.786Z | Checking foreign-types v0.3.2 |
1834 | 2024-12-19T04:33:59.891Z | Checking semver v1.0.23 |
1835 | 2024-12-19T04:33:59.894Z | Checking serde_urlencoded v0.7.1 |
1836 | 2024-12-19T04:33:59.938Z | Checking sha1 v0.10.6 |
1837 | 2024-12-19T04:33:59.979Z | Checking openssl-sys v0.9.103 |
1838 | 2024-12-19T04:34:00.233Z | Checking encoding_rs v0.8.34 |
1839 | 2024-12-19T04:34:00.302Z | Checking rustls v0.23.14 |
1840 | 2024-12-19T04:34:00.335Z | Checking anstyle-parse v0.2.5 |
1841 | 2024-12-19T04:34:00.636Z | Checking camino v1.1.9 |
1842 | 2024-12-19T04:34:00.820Z | Checking colorchoice v1.0.2 |
1843 | 2024-12-19T04:34:00.970Z | Checking anstyle-query v1.1.1 |
1844 | 2024-12-19T04:34:01.114Z | Checking winnow v0.6.20 |
1845 | 2024-12-19T04:34:01.204Z | Checking is_terminal_polyfill v1.70.1 |
1846 | 2024-12-19T04:34:01.285Z | Checking openssl v0.10.66 |
1847 | 2024-12-19T04:34:01.288Z | Checking addr2line v0.24.2 |
1848 | 2024-12-19T04:34:01.335Z | Checking either v1.13.0 |
1849 | 2024-12-19T04:34:01.702Z | Checking anstream v0.6.15 |
1850 | 2024-12-19T04:34:01.800Z | Checking idna v0.3.0 |
1851 | 2024-12-19T04:34:02.078Z | Checking terminal_size v0.4.0 |
1852 | 2024-12-19T04:34:02.255Z | Checking openapiv3 v2.0.0 |
1853 | 2024-12-19T04:34:02.512Z | Checking signature v2.2.0 |
1854 | 2024-12-19T04:34:02.655Z | Checking psl-types v2.0.11 |
1855 | 2024-12-19T04:34:02.729Z | Checking strsim v0.11.1 |
1856 | 2024-12-19T04:34:02.846Z | Checking clap_lex v0.7.2 |
1857 | 2024-12-19T04:34:03.016Z | Checking publicsuffix v2.2.3 |
1858 | 2024-12-19T04:34:03.098Z | Checking clap_builder v4.5.21 |
1859 | 2024-12-19T04:34:03.255Z | Checking cookie v0.18.1 |
1860 | 2024-12-19T04:34:03.702Z | Checking webpki-roots v0.26.6 |
1861 | 2024-12-19T04:34:03.736Z | Checking hyper v1.5.0 |
1862 | 2024-12-19T04:34:03.926Z | Checking idna v0.5.0 |
1863 | 2024-12-19T04:34:04.041Z | Checking is-terminal v0.4.13 |
1864 | 2024-12-19T04:34:04.068Z | Checking backtrace v0.3.74 |
1865 | 2024-12-19T04:34:04.169Z | Checking scroll v0.12.0 |
1866 | 2024-12-19T04:34:04.622Z | Checking ucd-trie v0.1.7 |
1867 | 2024-12-19T04:34:04.653Z | Checking anyhow v1.0.93 |
1868 | 2024-12-19T04:34:04.771Z | Checking plain v0.2.3 |
1869 | 2024-12-19T04:34:04.835Z | Checking pest v2.7.14 |
1870 | 2024-12-19T04:34:04.931Z | Checking goblin v0.8.2 |
1871 | 2024-12-19T04:34:05.049Z | Checking cookie_store v0.21.0 |
1872 | 2024-12-19T04:34:05.733Z | Checking sync_wrapper v1.0.1 |
1873 | 2024-12-19T04:34:05.735Z | Checking pretty-hex v0.4.1 |
1874 | 2024-12-19T04:34:05.788Z | Checking tokio-rustls v0.26.0 |
1875 | 2024-12-19T04:34:05.831Z | Checking hyper-util v0.1.10 |
1876 | 2024-12-19T04:34:05.901Z | Checking base16ct v0.2.0 |
1877 | 2024-12-19T04:34:05.932Z | Checking num-integer v0.1.46 |
1878 | 2024-12-19T04:34:06.069Z | Checking clap v4.5.21 |
1879 | 2024-12-19T04:34:06.096Z | Checking sec1 v0.7.3 |
1880 | 2024-12-19T04:34:06.183Z | Checking ff v0.13.0 |
1881 | 2024-12-19T04:34:06.210Z | Checking thread-id v4.2.2 |
1882 | 2024-12-19T04:34:06.322Z | Checking toml_edit v0.22.22 |
1883 | 2024-12-19T04:34:06.408Z | Checking hkdf v0.12.4 |
1884 | 2024-12-19T04:34:06.410Z | Checking group v0.13.0 |
1885 | 2024-12-19T04:34:06.462Z | Checking crypto-bigint v0.5.5 |
1886 | 2024-12-19T04:34:06.613Z | Checking memmap v0.7.0 |
1887 | 2024-12-19T04:34:06.642Z | Checking native-tls v0.2.12 |
1888 | 2024-12-19T04:34:06.694Z | Checking dirs-sys-next v0.1.2 |
1889 | 2024-12-19T04:34:06.835Z | Checking crc32fast v1.4.2 |
1890 | 2024-12-19T04:34:06.887Z | Checking utf-8 v0.7.6 |
1891 | 2024-12-19T04:34:06.956Z | Checking tokio-native-tls v0.3.1 |
1892 | 2024-12-19T04:34:07.056Z | Checking static_assertions v1.1.0 |
1893 | 2024-12-19T04:34:07.103Z | Checking bitflags v1.3.2 |
1894 | 2024-12-19T04:34:07.162Z | Checking dirs-next v2.0.0 |
1895 | 2024-12-19T04:34:07.204Z | Checking crossbeam-channel v0.5.13 |
1896 | 2024-12-19T04:34:07.231Z | Checking thread_local v1.1.8 |
1897 | 2024-12-19T04:34:07.307Z | Checking unicode-segmentation v1.12.0 |
1898 | 2024-12-19T04:34:07.329Z | Checking dtrace-parser v0.2.0 |
1899 | 2024-12-19T04:34:07.506Z | Checking term v0.7.0 |
1900 | 2024-12-19T04:34:07.826Z | Checking num-iter v0.1.45 |
1901 | 2024-12-19T04:34:07.876Z | Checking hyper-rustls v0.27.3 |
1902 | 2024-12-19T04:34:07.917Z | Checking hyper-tls v0.6.0 |
1903 | 2024-12-19T04:34:07.942Z | Checking crossbeam-epoch v0.9.18 |
1904 | 2024-12-19T04:34:07.993Z | Checking match_cfg v0.1.0 |
1905 | 2024-12-19T04:34:08.020Z | Checking take_mut v0.2.2 |
1906 | 2024-12-19T04:34:08.094Z | Checking hostname v0.3.1 |
1907 | 2024-12-19T04:34:08.173Z | Checking slog-async v2.8.0 |
1908 | 2024-12-19T04:34:08.201Z | Checking slog-term v2.9.1 |
1909 | 2024-12-19T04:34:08.203Z | Checking reqwest v0.12.9 |
1910 | 2024-12-19T04:34:08.243Z | Checking bstr v1.10.0 |
1911 | 2024-12-19T04:34:08.379Z | Checking rfc6979 v0.4.0 |
1912 | 2024-12-19T04:34:08.486Z | Checking hex v0.4.3 |
1913 | 2024-12-19T04:34:08.566Z | Checking managed v0.8.0 |
1914 | 2024-12-19T04:34:08.745Z | Checking winnow v0.5.40 |
1915 | 2024-12-19T04:34:08.944Z | Checking toml v0.8.19 |
1916 | 2024-12-19T04:34:08.966Z | Checking crossbeam-deque v0.8.5 |
1917 | 2024-12-19T04:34:09.010Z | Checking num-bigint-dig v0.8.4 |
1918 | 2024-12-19T04:34:09.160Z | Checking flate2 v1.0.34 |
1919 | 2024-12-19T04:34:09.247Z | Checking elliptic-curve v0.13.8 |
1920 | 2024-12-19T04:34:09.275Z | Checking rustls v0.22.4 |
1921 | 2024-12-19T04:34:09.664Z | Checking pkcs1 v0.7.5 |
1922 | 2024-12-19T04:34:09.788Z | Checking curve25519-dalek v4.1.3 |
1923 | 2024-12-19T04:34:09.876Z | Checking dof v0.3.0 |
1924 | 2024-12-19T04:34:09.904Z | Checking ecdsa v0.16.9 |
1925 | 2024-12-19T04:34:10.076Z | Checking zerocopy v0.6.6 |
1926 | 2024-12-19T04:34:10.079Z | Checking siphasher v0.3.11 |
1927 | 2024-12-19T04:34:10.418Z | Checking rayon-core v1.12.1 |
1928 | 2024-12-19T04:34:10.479Z | Checking usdt-impl v0.5.0 |
1929 | 2024-12-19T04:34:10.637Z | Checking ed25519 v2.2.3 |
1930 | 2024-12-19T04:34:10.875Z | Checking slog-json v2.6.1 |
1931 | 2024-12-19T04:34:10.941Z | Checking signal-hook v0.3.17 |
1932 | 2024-12-19T04:34:11.040Z | Checking usdt v0.5.0 |
1933 | 2024-12-19T04:34:11.089Z | Checking quick-error v1.2.3 |
1934 | 2024-12-19T04:34:11.119Z | Checking debug-ignore v1.0.5 |
1935 | 2024-12-19T04:34:11.145Z | Checking rsa v0.9.6 |
1936 | 2024-12-19T04:34:11.223Z | Checking slog-bunyan v2.5.0 |
1937 | 2024-12-19T04:34:11.263Z | Checking multer v3.1.0 |
1938 | 2024-12-19T04:34:11.287Z | Checking itertools v0.10.5 |
1939 | 2024-12-19T04:34:11.315Z | Checking x509-cert v0.2.5 |
1940 | 2024-12-19T04:34:11.382Z | Checking idna v0.4.0 |
1941 | 2024-12-19T04:34:11.659Z | Checking serde_path_to_error v0.1.16 |
1942 | 2024-12-19T04:34:11.688Z | Checking toml_edit v0.19.15 |
1943 | 2024-12-19T04:34:11.715Z | Checking ed25519-dalek v2.1.1 |
1944 | 2024-12-19T04:34:12.134Z | Checking hubpack v0.1.2 |
1945 | 2024-12-19T04:34:12.167Z | Checking waitgroup v0.1.2 |
1946 | 2024-12-19T04:34:12.193Z | Checking bzip2-sys v0.1.11+1.0.8 |
1947 | 2024-12-19T04:34:12.302Z | Checking async-stream v0.3.6 |
1948 | 2024-12-19T04:34:12.305Z | Checking hostname v0.4.0 |
1949 | 2024-12-19T04:34:12.354Z | Checking bit-vec v0.6.3 |
1950 | 2024-12-19T04:34:12.445Z | Checking bzip2 v0.4.4 |
1951 | 2024-12-19T04:34:12.472Z | Checking hickory-proto v0.24.1 |
1952 | 2024-12-19T04:34:12.499Z | Checking signal-hook-mio v0.2.4 |
1953 | 2024-12-19T04:34:12.654Z | Checking console v0.15.8 |
1954 | 2024-12-19T04:34:12.687Z | Checking bit-set v0.5.3 |
1955 | 2024-12-19T04:34:12.731Z | Checking hash32 v0.2.1 |
1956 | 2024-12-19T04:34:12.928Z | Checking linked-hash-map v0.5.6 |
1957 | 2024-12-19T04:34:12.930Z | Checking tokio-rustls v0.25.0 |
1958 | 2024-12-19T04:34:12.977Z | Checking unicode-properties v0.1.3 |
1959 | 2024-12-19T04:34:13.041Z | Checking predicates-core v1.0.8 |
1960 | 2024-12-19T04:34:13.184Z | Checking heapless v0.7.17 |
1961 | 2024-12-19T04:34:13.237Z | Checking crossterm v0.28.1 |
1962 | 2024-12-19T04:34:13.285Z | Checking lru-cache v0.1.2 |
1963 | 2024-12-19T04:34:13.312Z | Checking dropshot v0.12.0 |
1964 | 2024-12-19T04:34:13.350Z | Checking stringprep v0.1.5 |
1965 | 2024-12-19T04:34:13.476Z | Checking rayon v1.10.0 |
1966 | 2024-12-19T04:34:13.504Z | Checking phf_shared v0.11.2 |
1967 | 2024-12-19T04:34:13.623Z | Checking similar v2.6.0 |
1968 | 2024-12-19T04:34:13.809Z | Checking tokio-stream v0.1.16 |
1969 | 2024-12-19T04:34:14.053Z | Checking toml v0.7.8 |
1970 | 2024-12-19T04:34:14.238Z | Checking md-5 v0.10.6 |
1971 | 2024-12-19T04:34:14.481Z | Checking float-cmp v0.9.0 |
1972 | 2024-12-19T04:34:14.511Z | Checking difflib v0.4.0 |
1973 | 2024-12-19T04:34:14.677Z | Checking fixedbitset v0.4.2 |
1974 | 2024-12-19T04:34:14.680Z | Checking normalize-line-endings v0.3.0 |
1975 | 2024-12-19T04:34:14.762Z | Checking fallible-iterator v0.2.0 |
1976 | 2024-12-19T04:34:14.813Z | Checking smoltcp v0.9.1 |
1977 | 2024-12-19T04:34:14.840Z | Checking predicates v3.1.2 |
1978 | 2024-12-19T04:34:14.958Z | Checking petgraph v0.6.5 |
1979 | 2024-12-19T04:34:15.094Z | Checking phf v0.11.2 |
1980 | 2024-12-19T04:34:15.386Z | Checking zip v0.6.6 |
1981 | 2024-12-19T04:34:15.413Z | Checking postgres-protocol v0.6.7 |
1982 | 2024-12-19T04:34:15.512Z | Checking resolv-conf v0.7.0 |
1983 | 2024-12-19T04:34:15.875Z | Checking phf_shared v0.10.0 |
1984 | 2024-12-19T04:34:16.063Z | Checking tungstenite v0.24.0 |
1985 | 2024-12-19T04:34:16.089Z | Checking fs-err v2.11.0 |
1986 | 2024-12-19T04:34:16.166Z | Checking serde-big-array v0.5.1 |
1987 | 2024-12-19T04:34:16.247Z | Checking portable-atomic v1.9.0 |
1988 | 2024-12-19T04:34:16.390Z | Checking new_debug_unreachable v1.0.6 |
1989 | 2024-12-19T04:34:16.495Z | Checking lalrpop-util v0.19.12 |
1990 | 2024-12-19T04:34:16.650Z | Checking precomputed-hash v0.1.1 |
1991 | 2024-12-19T04:34:16.768Z | Checking minimal-lexical v0.2.1 |
1992 | 2024-12-19T04:34:16.793Z | Checking unicode-width v0.2.0 |
1993 | 2024-12-19T04:34:16.930Z | Checking number_prefix v0.4.0 |
1994 | 2024-12-19T04:34:16.959Z | Checking tokio-tungstenite v0.24.0 |
1995 | 2024-12-19T04:34:17.124Z | Checking string_cache v0.8.7 |
1996 | 2024-12-19T04:34:17.180Z | Checking nom v7.1.3 |
1997 | 2024-12-19T04:34:17.250Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1998 | 2024-12-19T04:34:17.326Z | Checking postgres-types v0.2.8 |
1999 | 2024-12-19T04:34:17.354Z | Checking indicatif v0.17.9 |
2000 | 2024-12-19T04:34:17.356Z | Checking hickory-resolver v0.24.1 |
2001 | 2024-12-19T04:34:17.405Z | Checking itertools v0.12.1 |
2002 | 2024-12-19T04:34:17.408Z | Checking whoami v1.5.2 |
2003 | 2024-12-19T04:34:17.722Z | Checking peg-runtime v0.8.3 |
2004 | 2024-12-19T04:34:18.012Z | Checking tokio-postgres v0.7.12 |
2005 | 2024-12-19T04:34:18.085Z | Compiling hashbrown v0.14.5 |
2006 | 2024-12-19T04:34:18.109Z | Compiling ident_case v1.0.1 |
2007 | 2024-12-19T04:34:18.254Z | Compiling unsafe-libyaml v0.2.11 |
2008 | 2024-12-19T04:34:18.310Z | Compiling darling_core v0.20.10 |
2009 | 2024-12-19T04:34:18.967Z | Checking qorb v0.2.1 |
2010 | 2024-12-19T04:34:19.511Z | Compiling regress v0.10.1 |
2011 | 2024-12-19T04:34:19.989Z | Compiling serde_yaml v0.9.34+deprecated |
2012 | 2024-12-19T04:34:20.288Z | Checking heck v0.5.0 |
2013 | 2024-12-19T04:34:20.494Z | Checking progenitor-client v0.8.0 |
2014 | 2024-12-19T04:34:20.918Z | Checking fastrand v2.1.1 |
2015 | 2024-12-19T04:34:21.089Z | Compiling newtype-uuid v1.1.3 |
2016 | 2024-12-19T04:34:21.251Z | Checking ipnetwork v0.20.0 |
2017 | 2024-12-19T04:34:21.406Z | Compiling structmeta-derive v0.3.0 |
2018 | 2024-12-19T04:34:21.572Z | Checking strum v0.26.3 |
2019 | 2024-12-19T04:34:21.611Z | Compiling dropshot v0.13.0 |
2020 | 2024-12-19T04:34:21.732Z | Checking macaddr v1.0.1 |
2021 | 2024-12-19T04:34:21.979Z | Compiling dropshot_endpoint v0.13.0 |
2022 | 2024-12-19T04:34:22.067Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2023 | 2024-12-19T04:34:22.823Z | Checking tempfile v3.13.0 |
2024 | 2024-12-19T04:34:22.908Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2025 | 2024-12-19T04:34:23.203Z | Compiling typify-impl v0.2.0 |
2026 | 2024-12-19T04:34:23.278Z | Checking instant v0.1.13 |
2027 | 2024-12-19T04:34:23.428Z | Checking regress v0.9.1 |
2028 | 2024-12-19T04:34:24.228Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2029 | 2024-12-19T04:34:24.406Z | Compiling structmeta v0.3.0 |
2030 | 2024-12-19T04:34:24.594Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2031 | 2024-12-19T04:34:24.871Z | Compiling parse-display-derive v0.10.0 |
2032 | 2024-12-19T04:34:24.908Z | Checking backoff v0.4.0 |
2033 | 2024-12-19T04:34:25.008Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2024-12-19T04:34:25.167Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2035 | 2024-12-19T04:34:25.227Z | Checking wait-timeout v0.2.0 |
2036 | 2024-12-19T04:34:25.275Z | Compiling darling_macro v0.20.10 |
2037 | 2024-12-19T04:34:25.336Z | Checking rand_xorshift v0.3.0 |
2038 | 2024-12-19T04:34:25.425Z | Checking rusty-fork v0.3.0 |
2039 | 2024-12-19T04:34:25.527Z | Checking unarray v0.1.4 |
2040 | 2024-12-19T04:34:25.691Z | Compiling structmeta-derive v0.2.0 |
2041 | 2024-12-19T04:34:25.733Z | Checking proptest v1.5.0 |
2042 | 2024-12-19T04:34:26.200Z | Compiling darling v0.20.10 |
2043 | 2024-12-19T04:34:26.335Z | Compiling serde_with_macros v3.11.0 |
2044 | 2024-12-19T04:34:26.976Z | Checking camino-tempfile v1.1.1 |
2045 | 2024-12-19T04:34:27.171Z | Compiling proc-macro-error v1.0.4 |
2046 | 2024-12-19T04:34:27.250Z | Compiling proc-macro-crate v1.3.1 |
2047 | 2024-12-19T04:34:27.879Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-12-19T04:34:28.262Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-12-19T04:34:28.347Z | Compiling num_enum_derive v0.5.11 |
2050 | 2024-12-19T04:34:28.633Z | Compiling foreign-types-macros v0.2.3 |
2051 | 2024-12-19T04:34:28.695Z | Compiling structmeta v0.2.0 |
2052 | 2024-12-19T04:34:29.133Z | Compiling test-strategy v0.3.1 |
2053 | 2024-12-19T04:34:29.264Z | Checking serde_with v3.11.0 |
2054 | 2024-12-19T04:34:29.524Z | Checking parse-display v0.10.0 |
2055 | 2024-12-19T04:34:29.774Z | Checking foreign-types-shared v0.3.1 |
2056 | 2024-12-19T04:34:29.996Z | Checking foreign-types v0.5.0 |
2057 | 2024-12-19T04:34:30.107Z | Checking tabwriter v1.4.0 |
2058 | 2024-12-19T04:34:30.223Z | Checking cstr-argument v0.1.2 |
2059 | 2024-12-19T04:34:30.351Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2024-12-19T04:34:30.399Z | Checking pretty-hex v0.2.1 |
2061 | 2024-12-19T04:34:30.456Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2062 | 2024-12-19T04:34:30.569Z | Checking colored v2.1.0 |
2063 | 2024-12-19T04:34:30.697Z | Checking smf v0.2.3 |
2064 | 2024-12-19T04:34:30.777Z | Compiling crucible-workspace-hack v0.1.0 |
2065 | 2024-12-19T04:34:30.870Z | Checking base64 v0.21.7 |
2066 | 2024-12-19T04:34:30.896Z | Checking num_enum v0.5.11 |
2067 | 2024-12-19T04:34:31.046Z | Compiling zerocopy v0.8.10 |
2068 | 2024-12-19T04:34:31.068Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2024-12-19T04:34:31.193Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2024-12-19T04:34:31.196Z | Compiling itertools v0.13.0 |
2071 | 2024-12-19T04:34:31.335Z | Compiling zerocopy-derive v0.8.10 |
2072 | 2024-12-19T04:34:31.360Z | Compiling heapless v0.8.0 |
2073 | 2024-12-19T04:34:31.384Z | Checking termtree v0.4.1 |
2074 | 2024-12-19T04:34:31.589Z | Checking predicates-tree v1.0.11 |
2075 | 2024-12-19T04:34:31.851Z | Checking hash32 v0.3.1 |
2076 | 2024-12-19T04:34:32.002Z | Compiling smoltcp v0.11.0 |
2077 | 2024-12-19T04:34:32.048Z | Checking cobs v0.2.3 |
2078 | 2024-12-19T04:34:32.232Z | Checking postcard v1.0.10 |
2079 | 2024-12-19T04:34:32.689Z | Checking sigpipe v0.1.3 |
2080 | 2024-12-19T04:34:32.749Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2081 | 2024-12-19T04:34:32.784Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2082 | 2024-12-19T04:34:32.808Z | Checking atomicwrites v0.4.4 |
2083 | 2024-12-19T04:34:32.930Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2024-12-19T04:34:33.011Z | Compiling mockall_derive v0.13.0 |
2085 | 2024-12-19T04:34:33.063Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2086 | 2024-12-19T04:34:33.119Z | Compiling thiserror v2.0.3 |
2087 | 2024-12-19T04:34:33.423Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2088 | 2024-12-19T04:34:33.452Z | Compiling thiserror-impl v2.0.3 |
2089 | 2024-12-19T04:34:33.728Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2090 | 2024-12-19T04:34:34.117Z | Compiling zone_cfg_derive v0.3.0 |
2091 | 2024-12-19T04:34:34.423Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2092 | 2024-12-19T04:34:35.651Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2093 | 2024-12-19T04:34:35.907Z | Compiling num-derive v0.4.2 |
2094 | 2024-12-19T04:34:35.996Z | Checking downcast v0.11.0 |
2095 | 2024-12-19T04:34:36.193Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2096 | 2024-12-19T04:34:36.344Z | Checking fragile v2.0.0 |
2097 | 2024-12-19T04:34:36.518Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2098 | 2024-12-19T04:34:36.601Z | Checking zone v0.3.0 |
2099 | 2024-12-19T04:34:36.783Z | Compiling convert_case v0.4.0 |
2100 | 2024-12-19T04:34:37.383Z | Checking newline-converter v0.3.0 |
2101 | 2024-12-19T04:34:37.459Z | Checking tungstenite v0.21.0 |
2102 | 2024-12-19T04:34:37.542Z | Checking expectorate v1.1.0 |
2103 | 2024-12-19T04:34:37.708Z | Checking same-file v1.0.6 |
2104 | 2024-12-19T04:34:37.986Z | Compiling derive_more v0.99.18 |
2105 | 2024-12-19T04:34:37.989Z | Checking walkdir v2.5.0 |
2106 | 2024-12-19T04:34:38.177Z | Checking arc-swap v1.7.1 |
2107 | 2024-12-19T04:34:38.290Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2108 | 2024-12-19T04:34:38.425Z | Checking tokio-tungstenite v0.21.0 |
2109 | 2024-12-19T04:34:38.656Z | Checking slog-scope v4.4.0 |
2110 | 2024-12-19T04:34:38.766Z | Checking xattr v1.3.1 |
2111 | 2024-12-19T04:34:38.854Z | Checking slog-stdlog v4.1.1 |
2112 | 2024-12-19T04:34:38.955Z | Checking filetime v0.2.25 |
2113 | 2024-12-19T04:34:38.980Z | Checking num-rational v0.4.2 |
2114 | 2024-12-19T04:34:39.028Z | Checking slog-envlogger v2.2.0 |
2115 | 2024-12-19T04:34:39.179Z | Checking tar v0.4.42 |
2116 | 2024-12-19T04:34:39.260Z | Checking num-complex v0.4.6 |
2117 | 2024-12-19T04:34:39.660Z | Checking float-ord v0.3.2 |
2118 | 2024-12-19T04:34:39.820Z | Compiling cancel-safe-futures v0.1.5 |
2119 | 2024-12-19T04:34:40.012Z | Checking swrite v0.1.0 |
2120 | 2024-12-19T04:34:40.098Z | Compiling owo-colors v4.1.0 |
2121 | 2024-12-19T04:34:40.141Z | Checking libsw v3.3.1 |
2122 | 2024-12-19T04:34:40.198Z | Checking num v0.4.3 |
2123 | 2024-12-19T04:34:40.300Z | Checking pem v3.0.4 |
2124 | 2024-12-19T04:34:40.431Z | Checking password-hash v0.5.0 |
2125 | 2024-12-19T04:34:40.570Z | Checking blake2 v0.10.6 |
2126 | 2024-12-19T04:34:40.653Z | Checking linear-map v1.2.0 |
2127 | 2024-12-19T04:34:40.866Z | Checking indent_write v2.2.0 |
2128 | 2024-12-19T04:34:40.988Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-12-19T04:34:41.030Z | Checking argon2 v0.5.3 |
2130 | 2024-12-19T04:34:41.346Z | Compiling lzma-sys v0.1.20 |
2131 | 2024-12-19T04:34:41.374Z | Compiling typify-macro v0.2.0 |
2132 | 2024-12-19T04:34:41.610Z | Checking headers-core v0.3.0 |
2133 | 2024-12-19T04:34:41.634Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2134 | 2024-12-19T04:34:41.725Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2135 | 2024-12-19T04:34:41.757Z | Compiling heck v0.3.3 |
2136 | 2024-12-19T04:34:41.986Z | Checking mockall v0.13.0 |
2137 | 2024-12-19T04:34:42.125Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2138 | 2024-12-19T04:34:42.186Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-12-19T04:34:42.220Z | Checking headers v0.4.0 |
2140 | 2024-12-19T04:34:42.271Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2141 | 2024-12-19T04:34:42.313Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-12-19T04:34:42.414Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2143 | 2024-12-19T04:34:42.445Z | Checking yasna v0.5.2 |
2144 | 2024-12-19T04:34:42.596Z | Checking highway v1.2.0 |
2145 | 2024-12-19T04:34:43.025Z | Checking base64 v0.13.1 |
2146 | 2024-12-19T04:34:43.325Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2147 | 2024-12-19T04:34:43.328Z | Checking rcgen v0.12.1 |
2148 | 2024-12-19T04:34:43.481Z | Checking ron v0.7.1 |
2149 | 2024-12-19T04:34:43.749Z | Checking zone v0.1.8 |
2150 | 2024-12-19T04:34:44.092Z | Checking xz2 v0.1.7 |
2151 | 2024-12-19T04:34:44.410Z | Checking subprocess v0.2.9 |
2152 | 2024-12-19T04:34:44.475Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2153 | 2024-12-19T04:34:44.643Z | Checking humantime v2.1.0 |
2154 | 2024-12-19T04:34:44.734Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2155 | 2024-12-19T04:34:44.923Z | Compiling semver v0.1.20 |
2156 | 2024-12-19T04:34:44.957Z | Checking half v2.4.1 |
2157 | 2024-12-19T04:34:45.393Z | Compiling rustc_version v0.1.7 |
2158 | 2024-12-19T04:34:45.610Z | Checking ciborium-io v0.2.2 |
2159 | 2024-12-19T04:34:45.631Z | Checking prettyplease v0.2.25 |
2160 | 2024-12-19T04:34:45.664Z | Compiling typify v0.2.0 |
2161 | 2024-12-19T04:34:45.783Z | Compiling progenitor-impl v0.8.0 |
2162 | 2024-12-19T04:34:45.807Z | Checking ciborium-ll v0.2.2 |
2163 | 2024-12-19T04:34:45.889Z | Compiling newtype_derive v0.1.6 |
2164 | 2024-12-19T04:34:46.115Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2165 | 2024-12-19T04:34:46.117Z | Checking ciborium v0.2.2 |
2166 | 2024-12-19T04:34:47.903Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2167 | 2024-12-19T04:34:48.259Z | Checking steno v0.4.1 |
2168 | 2024-12-19T04:34:48.261Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2169 | 2024-12-19T04:34:49.197Z | Checking display-error-chain v0.2.2 |
2170 | 2024-12-19T04:34:49.380Z | Compiling slog-dtrace v0.3.0 |
2171 | 2024-12-19T04:34:49.402Z | Checking gethostname v0.5.0 |
2172 | 2024-12-19T04:34:49.530Z | Checking nibble_vec v0.1.0 |
2173 | 2024-12-19T04:34:49.594Z | Compiling ring v0.16.20 |
2174 | 2024-12-19T04:34:49.739Z | Compiling blake3 v1.5.4 |
2175 | 2024-12-19T04:34:50.199Z | Checking endian-type v0.1.2 |
2176 | 2024-12-19T04:34:50.413Z | Checking keccak v0.1.5 |
2177 | 2024-12-19T04:34:50.436Z | Checking radix_trie v0.2.1 |
2178 | 2024-12-19T04:34:50.759Z | Checking sha3 v0.10.8 |
2179 | 2024-12-19T04:34:50.820Z | Checking universal-hash v0.5.1 |
2180 | 2024-12-19T04:34:51.015Z | Checking secrecy v0.8.0 |
2181 | 2024-12-19T04:34:51.145Z | Checking opaque-debug v0.3.1 |
2182 | 2024-12-19T04:34:51.182Z | Checking aead v0.5.2 |
2183 | 2024-12-19T04:34:51.206Z | Checking chacha20 v0.9.1 |
2184 | 2024-12-19T04:34:51.251Z | Checking poly1305 v0.8.0 |
2185 | 2024-12-19T04:34:51.564Z | Compiling memmap2 v0.9.5 |
2186 | 2024-12-19T04:34:51.747Z | Compiling arrayvec v0.7.6 |
2187 | 2024-12-19T04:34:52.033Z | Compiling constant_time_eq v0.3.1 |
2188 | 2024-12-19T04:34:52.182Z | Compiling arrayref v0.3.9 |
2189 | 2024-12-19T04:34:52.185Z | Compiling spin v0.5.2 |
2190 | 2024-12-19T04:34:52.415Z | Compiling toolchain_find v0.4.0 |
2191 | 2024-12-19T04:34:52.439Z | Compiling thiserror-impl-no-std v2.0.2 |
2192 | 2024-12-19T04:34:52.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2193 | 2024-12-19T04:34:52.696Z | Compiling topological-sort v0.2.2 |
2194 | 2024-12-19T04:34:52.779Z | Compiling rustfmt-wrapper v0.2.1 |
2195 | 2024-12-19T04:34:52.921Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2196 | 2024-12-19T04:34:53.275Z | Checking chacha20poly1305 v0.10.1 |
2197 | 2024-12-19T04:34:53.297Z | Compiling async-recursion v1.1.1 |
2198 | 2024-12-19T04:34:53.368Z | Checking fxhash v0.2.1 |
2199 | 2024-12-19T04:34:53.499Z | Checking simd-adler32 v0.3.7 |
2200 | 2024-12-19T04:34:53.558Z | Checking lockfree-object-pool v0.1.6 |
2201 | 2024-12-19T04:34:53.561Z | Compiling zip v2.1.3 |
2202 | 2024-12-19T04:34:53.803Z | Checking bumpalo v3.16.0 |
2203 | 2024-12-19T04:34:53.846Z | Checking termcolor v1.4.1 |
2204 | 2024-12-19T04:34:53.920Z | Compiling progenitor-macro v0.8.0 |
2205 | 2024-12-19T04:34:53.943Z | Compiling radium v0.7.0 |
2206 | 2024-12-19T04:34:54.153Z | Checking zopfli v0.8.1 |
2207 | 2024-12-19T04:34:54.300Z | Checking maplit v1.0.2 |
2208 | 2024-12-19T04:34:54.419Z | Checking tap v1.0.1 |
2209 | 2024-12-19T04:34:54.448Z | Compiling maybe-uninit v2.0.0 |
2210 | 2024-12-19T04:34:54.588Z | Checking wyz v0.5.1 |
2211 | 2024-12-19T04:34:55.015Z | Checking home v0.5.9 |
2212 | 2024-12-19T04:34:55.041Z | Checking funty v2.0.0 |
2213 | 2024-12-19T04:34:55.172Z | Checking crc-catalog v2.4.0 |
2214 | 2024-12-19T04:34:55.335Z | Compiling omicron-zone-package v0.11.1 |
2215 | 2024-12-19T04:34:55.390Z | Compiling packed_struct v0.10.1 |
2216 | 2024-12-19T04:34:55.669Z | Checking thiserror-no-std v2.0.2 |
2217 | 2024-12-19T04:34:55.788Z | Checking vsss-rs v3.3.4 |
2218 | 2024-12-19T04:34:55.869Z | Checking crc v3.2.1 |
2219 | 2024-12-19T04:34:56.007Z | Checking bitvec v1.0.1 |
2220 | 2024-12-19T04:34:56.053Z | Compiling const_format_proc_macros v0.2.33 |
2221 | 2024-12-19T04:34:56.307Z | Checking kstat-rs v0.2.4 |
2222 | 2024-12-19T04:34:56.672Z | Compiling packed_struct_codegen v0.10.1 |
2223 | 2024-12-19T04:34:56.800Z | Compiling vte_generate_state_changes v0.1.2 |
2224 | 2024-12-19T04:34:56.943Z | Compiling indexmap v1.9.3 |
2225 | 2024-12-19T04:34:57.252Z | Checking nodrop v0.1.14 |
2226 | 2024-12-19T04:34:57.375Z | Compiling libefi-sys v0.1.0 |
2227 | 2024-12-19T04:34:57.456Z | Checking vte v0.11.1 |
2228 | 2024-12-19T04:34:57.690Z | Checking array-init v0.0.4 |
2229 | 2024-12-19T04:34:58.204Z | Checking const_format v0.2.33 |
2230 | 2024-12-19T04:34:58.747Z | Checking smallvec v0.6.14 |
2231 | 2024-12-19T04:34:58.777Z | Checking fd-lock v4.0.2 |
2232 | 2024-12-19T04:34:58.852Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2233 | 2024-12-19T04:34:58.986Z | Compiling bitfield-struct v0.6.2 |
2234 | 2024-12-19T04:34:59.085Z | Checking bitfield v0.14.0 |
2235 | 2024-12-19T04:34:59.157Z | Checking hashbrown v0.12.3 |
2236 | 2024-12-19T04:34:59.344Z | Checking serde-hex v0.1.0 |
2237 | 2024-12-19T04:34:59.370Z | Checking strip-ansi-escapes v0.2.0 |
2238 | 2024-12-19T04:34:59.536Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2239 | 2024-12-19T04:34:59.791Z | Checking env_logger v0.10.2 |
2240 | 2024-12-19T04:34:59.922Z | Checking ron v0.8.1 |
2241 | 2024-12-19T04:35:00.240Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2242 | 2024-12-19T04:35:00.410Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2243 | 2024-12-19T04:35:00.567Z | Checking hashbrown v0.13.2 |
2244 | 2024-12-19T04:35:00.889Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2245 | 2024-12-19T04:35:01.007Z | Checking crc-any v2.5.0 |
2246 | 2024-12-19T04:35:01.026Z | Checking nu-ansi-term v0.50.1 |
2247 | 2024-12-19T04:35:01.179Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2248 | 2024-12-19T04:35:01.394Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2249 | 2024-12-19T04:35:01.456Z | Checking reedline v0.35.0 |
2250 | 2024-12-19T04:35:01.627Z | Checking object v0.30.4 |
2251 | 2024-12-19T04:35:01.692Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2252 | 2024-12-19T04:35:01.722Z | Checking path-slash v0.1.5 |
2253 | 2024-12-19T04:35:01.852Z | Compiling parking_lot_core v0.8.6 |
2254 | 2024-12-19T04:35:01.875Z | Compiling phf_generator v0.11.2 |
2255 | 2024-12-19T04:35:01.923Z | Checking bytecount v0.6.8 |
2256 | 2024-12-19T04:35:02.059Z | Checking glob v0.3.1 |
2257 | 2024-12-19T04:35:02.085Z | Checking papergrid v0.11.0 |
2258 | 2024-12-19T04:35:02.363Z | Compiling phf_codegen v0.11.2 |
2259 | 2024-12-19T04:35:02.591Z | Compiling tabled_derive v0.7.0 |
2260 | 2024-12-19T04:35:02.660Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2261 | 2024-12-19T04:35:02.695Z | Checking parking_lot v0.11.2 |
2262 | 2024-12-19T04:35:03.060Z | Compiling parse-zoneinfo v0.3.1 |
2263 | 2024-12-19T04:35:03.358Z | Compiling cfg_aliases v0.1.1 |
2264 | 2024-12-19T04:35:03.478Z | Compiling nix v0.28.0 |
2265 | 2024-12-19T04:35:03.635Z | Checking sled v0.34.7 |
2266 | 2024-12-19T04:35:04.254Z | Compiling chrono-tz-build v0.4.0 |
2267 | 2024-12-19T04:35:04.287Z | Checking hickory-client v0.24.1 |
2268 | 2024-12-19T04:35:04.938Z | Checking hickory-server v0.24.1 |
2269 | 2024-12-19T04:35:05.204Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2270 | 2024-12-19T04:35:05.240Z | Checking tabled v0.15.0 |
2271 | 2024-12-19T04:35:05.796Z | Compiling chrono-tz v0.10.0 |
2272 | 2024-12-19T04:35:06.273Z | Compiling buf-list v1.0.3 |
2273 | 2024-12-19T04:35:06.996Z | Compiling peg-macros v0.8.4 |
2274 | 2024-12-19T04:35:07.644Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2275 | 2024-12-19T04:35:07.703Z | Compiling sqlparser_derive v0.2.2 |
2276 | 2024-12-19T04:35:07.857Z | Checking unicode_categories v0.1.1 |
2277 | 2024-12-19T04:35:08.184Z | Checking sqlformat v0.2.6 |
2278 | 2024-12-19T04:35:08.826Z | Checking sqlparser v0.45.0 |
2279 | 2024-12-19T04:35:09.056Z | Checking rustyline v14.0.0 |
2280 | 2024-12-19T04:35:09.194Z | Checking bcs v0.1.6 |
2281 | 2024-12-19T04:35:09.281Z | Checking progenitor v0.8.0 |
2282 | 2024-12-19T04:35:09.554Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2283 | 2024-12-19T04:35:09.918Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2284 | 2024-12-19T04:35:10.613Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2285 | 2024-12-19T04:35:12.591Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2024-12-19T04:35:14.020Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2287 | 2024-12-19T04:35:14.370Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2288 | 2024-12-19T04:35:15.066Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2289 | 2024-12-19T04:35:17.471Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-12-19T04:35:18.209Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2024-12-19T04:35:18.338Z | Checking peg v0.8.4 |
2292 | 2024-12-19T04:35:18.456Z | Checking primeorder v0.13.6 |
2293 | 2024-12-19T04:35:18.550Z | Compiling unicase v2.7.0 |
2294 | 2024-12-19T04:35:18.973Z | Checking nanorand v0.7.0 |
2295 | 2024-12-19T04:35:19.027Z | Checking atty v0.2.14 |
2296 | 2024-12-19T04:35:19.152Z | Compiling salty v0.3.0 |
2297 | 2024-12-19T04:35:19.348Z | Checking flume v0.11.1 |
2298 | 2024-12-19T04:35:19.614Z | Checking p384 v0.13.0 |
2299 | 2024-12-19T04:35:19.637Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2300 | 2024-12-19T04:35:19.743Z | Compiling mime_guess v2.0.5 |
2301 | 2024-12-19T04:35:19.807Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2302 | 2024-12-19T04:35:20.457Z | Checking env_filter v0.1.2 |
2303 | 2024-12-19T04:35:20.481Z | Checking http-range v0.1.5 |
2304 | 2024-12-19T04:35:20.682Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2305 | 2024-12-19T04:35:20.708Z | Checking env_logger v0.11.5 |
2306 | 2024-12-19T04:35:20.731Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2307 | 2024-12-19T04:35:21.024Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2308 | 2024-12-19T04:35:21.049Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2024-12-19T04:35:21.137Z | Compiling dsl_auto_type v0.1.2 |
2310 | 2024-12-19T04:35:21.323Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2311 | 2024-12-19T04:35:21.345Z | Checking scheduled-thread-pool v0.2.7 |
2312 | 2024-12-19T04:35:21.570Z | Compiling diesel_table_macro_syntax v0.2.0 |
2313 | 2024-12-19T04:35:21.613Z | Compiling crunchy v0.2.2 |
2314 | 2024-12-19T04:35:21.782Z | Checking hyper-staticfile v0.10.1 |
2315 | 2024-12-19T04:35:22.004Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2316 | 2024-12-19T04:35:22.136Z | Checking r2d2 v0.8.10 |
2317 | 2024-12-19T04:35:22.319Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2318 | 2024-12-19T04:35:22.344Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2319 | 2024-12-19T04:35:22.450Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2320 | 2024-12-19T04:35:22.770Z | Compiling diesel_derives v2.2.3 |
2321 | 2024-12-19T04:35:22.844Z | Compiling tiny-keccak v2.0.2 |
2322 | 2024-12-19T04:35:23.177Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2323 | 2024-12-19T04:35:23.201Z | Compiling pin-project-internal v1.1.6 |
2324 | 2024-12-19T04:35:23.457Z | Compiling ref-cast v1.0.23 |
2325 | 2024-12-19T04:35:24.721Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2326 | 2024-12-19T04:35:24.743Z | Compiling ascii-canvas v3.0.0 |
2327 | 2024-12-19T04:35:25.247Z | Compiling ena v0.14.3 |
2328 | 2024-12-19T04:35:25.305Z | Compiling ref-cast-impl v1.0.23 |
2329 | 2024-12-19T04:35:25.424Z | Compiling regex-syntax v0.6.29 |
2330 | 2024-12-19T04:35:26.199Z | Checking pin-project v1.1.6 |
2331 | 2024-12-19T04:35:26.331Z | Compiling diff v0.1.13 |
2332 | 2024-12-19T04:35:26.619Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2333 | 2024-12-19T04:35:26.647Z | Checking signal-hook-tokio v0.3.1 |
2334 | 2024-12-19T04:35:26.840Z | Compiling snafu-derive v0.8.5 |
2335 | 2024-12-19T04:35:27.030Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2336 | 2024-12-19T04:35:27.308Z | Compiling derive_builder_core v0.20.2 |
2337 | 2024-12-19T04:35:29.870Z | Compiling lalrpop v0.19.12 |
2338 | 2024-12-19T04:35:30.854Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2339 | 2024-12-19T04:35:31.340Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2340 | 2024-12-19T04:35:32.522Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2341 | 2024-12-19T04:35:34.555Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2342 | 2024-12-19T04:35:35.340Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2343 | 2024-12-19T04:35:36.331Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2344 | 2024-12-19T04:35:36.404Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2345 | 2024-12-19T04:35:37.220Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2346 | 2024-12-19T04:35:37.637Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2347 | 2024-12-19T04:35:38.142Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2348 | 2024-12-19T04:35:38.522Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2349 | 2024-12-19T04:35:38.820Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2350 | 2024-12-19T04:35:39.082Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2351 | 2024-12-19T04:35:39.298Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2352 | 2024-12-19T04:35:39.553Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2353 | 2024-12-19T04:35:39.930Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2354 | 2024-12-19T04:35:40.502Z | Checking diesel v2.2.4 |
2355 | 2024-12-19T04:35:40.628Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2356 | 2024-12-19T04:35:40.679Z | Checking snafu v0.8.5 |
2357 | 2024-12-19T04:35:41.093Z | Checking globset v0.4.15 |
2358 | 2024-12-19T04:35:41.125Z | Checking olpc-cjson v0.1.4 |
2359 | 2024-12-19T04:35:41.613Z | Checking serde_plain v1.0.2 |
2360 | 2024-12-19T04:35:41.878Z | Compiling libxml v0.3.3 |
2361 | 2024-12-19T04:35:42.244Z | Compiling memoffset v0.9.1 |
2362 | 2024-12-19T04:35:42.536Z | Checking typed-path v0.9.3 |
2363 | 2024-12-19T04:35:44.004Z | Compiling derive_builder_macro v0.20.2 |
2364 | 2024-12-19T04:35:44.265Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2365 | 2024-12-19T04:35:44.471Z | Checking tough v0.19.0 |
2366 | 2024-12-19T04:35:44.891Z | Checking tungstenite v0.23.0 |
2367 | 2024-12-19T04:35:45.428Z | Compiling strum_macros v0.24.3 |
2368 | 2024-12-19T04:35:45.553Z | Compiling samael v0.0.17 |
2369 | 2024-12-19T04:35:45.808Z | Checking parse-size v1.1.0 |
2370 | 2024-12-19T04:35:46.006Z | Compiling indoc v1.0.9 |
2371 | 2024-12-19T04:35:46.108Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2372 | 2024-12-19T04:35:47.049Z | Checking tokio-tungstenite v0.23.1 |
2373 | 2024-12-19T04:35:47.541Z | Checking derive_builder v0.20.2 |
2374 | 2024-12-19T04:35:48.895Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2375 | 2024-12-19T04:35:49.127Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2376 | 2024-12-19T04:35:49.444Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2377 | 2024-12-19T04:35:49.466Z | Checking quick-xml v0.33.0 |
2378 | 2024-12-19T04:35:49.735Z | Compiling impl-trait-for-tuples v0.2.2 |
2379 | 2024-12-19T04:35:49.782Z | Compiling oso-derive v0.27.3 |
2380 | 2024-12-19T04:35:49.837Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2381 | 2024-12-19T04:35:50.891Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2382 | 2024-12-19T04:35:51.141Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2024-12-19T04:35:51.601Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2384 | 2024-12-19T04:35:51.626Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-12-19T04:35:52.169Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2386 | 2024-12-19T04:35:52.896Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2387 | 2024-12-19T04:35:53.693Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2024-12-19T04:35:54.243Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-12-19T04:35:54.574Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2390 | 2024-12-19T04:35:57.613Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2391 | 2024-12-19T04:35:58.241Z | Checking nix v0.27.1 |
2392 | 2024-12-19T04:35:59.702Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2393 | 2024-12-19T04:35:59.720Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2394 | 2024-12-19T04:36:01.848Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2395 | 2024-12-19T04:36:02.233Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2396 | 2024-12-19T04:36:02.736Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2397 | 2024-12-19T04:36:03.005Z | Compiling diesel-dtrace v0.3.0 |
2398 | 2024-12-19T04:36:04.106Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2399 | 2024-12-19T04:36:04.131Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2400 | 2024-12-19T04:36:04.416Z | Checking bb8 v0.8.5 |
2401 | 2024-12-19T04:36:04.941Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2402 | 2024-12-19T04:36:05.601Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2403 | 2024-12-19T04:36:05.690Z | Checking heck v0.4.1 |
2404 | 2024-12-19T04:36:05.927Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2405 | 2024-12-19T04:36:06.200Z | Checking rand_seeder v0.3.0 |
2406 | 2024-12-19T04:36:06.334Z | Checking assert_matches v1.5.0 |
2407 | 2024-12-19T04:36:06.435Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2408 | 2024-12-19T04:36:06.457Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2409 | 2024-12-19T04:36:06.460Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2410 | 2024-12-19T04:36:06.684Z | Compiling libz-sys v1.1.20 |
2411 | 2024-12-19T04:36:06.735Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2412 | 2024-12-19T04:36:07.474Z | Checking is_ci v1.2.0 |
2413 | 2024-12-19T04:36:07.528Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2414 | 2024-12-19T04:36:07.622Z | Checking supports-color v3.0.1 |
2415 | 2024-12-19T04:36:08.013Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2416 | 2024-12-19T04:36:08.190Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2417 | 2024-12-19T04:36:08.757Z | Compiling vergen v8.3.2 |
2418 | 2024-12-19T04:36:08.995Z | Compiling cargo-platform v0.1.8 |
2419 | 2024-12-19T04:36:09.048Z | Checking smawk v0.3.2 |
2420 | 2024-12-19T04:36:09.261Z | Checking unicode-linebreak v0.1.5 |
2421 | 2024-12-19T04:36:09.563Z | Compiling cargo_metadata v0.18.1 |
2422 | 2024-12-19T04:36:09.649Z | Checking textwrap v0.16.1 |
2423 | 2024-12-19T04:36:09.850Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2424 | 2024-12-19T04:36:10.143Z | Checking castaway v0.2.3 |
2425 | 2024-12-19T04:36:10.194Z | Compiling libsqlite3-sys v0.30.1 |
2426 | 2024-12-19T04:36:10.301Z | Compiling rustls v0.21.12 |
2427 | 2024-12-19T04:36:10.321Z | Compiling cfg_aliases v0.2.1 |
2428 | 2024-12-19T04:36:10.444Z | Compiling nix v0.29.0 |
2429 | 2024-12-19T04:36:10.721Z | Checking compact_str v0.8.0 |
2430 | 2024-12-19T04:36:11.391Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2431 | 2024-12-19T04:36:11.611Z | Checking unicode-truncate v1.1.0 |
2432 | 2024-12-19T04:36:11.690Z | Checking sct v0.7.1 |
2433 | 2024-12-19T04:36:11.845Z | Checking rustls-webpki v0.101.7 |
2434 | 2024-12-19T04:36:11.922Z | Checking lru v0.12.5 |
2435 | 2024-12-19T04:36:12.114Z | Compiling instability v0.3.2 |
2436 | 2024-12-19T04:36:12.202Z | Checking cassowary v0.3.0 |
2437 | 2024-12-19T04:36:13.083Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-12-19T04:36:13.105Z | Checking hashlink v0.9.1 |
2439 | 2024-12-19T04:36:13.127Z | Checking ratatui v0.28.1 |
2440 | 2024-12-19T04:36:13.417Z | Checking concurrent-queue v2.5.0 |
2441 | 2024-12-19T04:36:13.740Z | Checking fallible-iterator v0.3.0 |
2442 | 2024-12-19T04:36:13.762Z | Checking plotters-backend v0.3.7 |
2443 | 2024-12-19T04:36:14.140Z | Checking fallible-streaming-iterator v0.1.9 |
2444 | 2024-12-19T04:36:14.424Z | Checking parking v2.2.1 |
2445 | 2024-12-19T04:36:14.500Z | Checking rusqlite v0.32.1 |
2446 | 2024-12-19T04:36:14.627Z | Checking plotters-svg v0.3.7 |
2447 | 2024-12-19T04:36:15.346Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2448 | 2024-12-19T04:36:15.701Z | Checking tokio-rustls v0.24.1 |
2449 | 2024-12-19T04:36:16.037Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2450 | 2024-12-19T04:36:16.060Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2451 | 2024-12-19T04:36:16.230Z | Checking rustls-pemfile v1.0.4 |
2452 | 2024-12-19T04:36:16.282Z | Checking async-bb8-diesel v0.2.1 |
2453 | 2024-12-19T04:36:16.312Z | Checking twox-hash v1.6.3 |
2454 | 2024-12-19T04:36:16.430Z | Checking cast v0.3.0 |
2455 | 2024-12-19T04:36:16.646Z | Checking plotters v0.3.7 |
2456 | 2024-12-19T04:36:16.743Z | Checking criterion-plot v0.5.0 |
2457 | 2024-12-19T04:36:16.807Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2458 | 2024-12-19T04:36:16.972Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2459 | 2024-12-19T04:36:17.236Z | Checking fatfs v0.3.6 |
2460 | 2024-12-19T04:36:17.241Z | Checking tinytemplate v1.2.1 |
2461 | 2024-12-19T04:36:17.619Z | Checking csv-core v0.1.11 |
2462 | 2024-12-19T04:36:17.984Z | Checking anes v0.1.6 |
2463 | 2024-12-19T04:36:18.220Z | Checking oorandom v11.1.4 |
2464 | 2024-12-19T04:36:18.327Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-12-19T04:36:18.392Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2466 | 2024-12-19T04:36:18.445Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2467 | 2024-12-19T04:36:18.692Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2468 | 2024-12-19T04:36:19.050Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2469 | 2024-12-19T04:36:19.717Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2024-12-19T04:36:20.236Z | Checking shell-words v1.1.0 |
2471 | 2024-12-19T04:36:20.398Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-19T04:36:20.542Z | Checking criterion v0.5.1 |
2473 | 2024-12-19T04:36:21.679Z | Checking csv v1.3.0 |
2474 | 2024-12-19T04:36:22.400Z | Checking event-listener v5.3.1 |
2475 | 2024-12-19T04:36:22.529Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2476 | 2024-12-19T04:36:22.820Z | Checking rtoolbox v0.0.2 |
2477 | 2024-12-19T04:36:23.028Z | Checking rpassword v7.3.1 |
2478 | 2024-12-19T04:36:23.204Z | Checking event-listener-strategy v0.5.2 |
2479 | 2024-12-19T04:36:23.303Z | Checking tui-tree-widget v0.22.0 |
2480 | 2024-12-19T04:36:23.426Z | Checking polyval v0.6.2 |
2481 | 2024-12-19T04:36:23.653Z | Checking futures-lite v2.3.0 |
2482 | 2024-12-19T04:36:23.714Z | Checking ghash v0.5.1 |
2483 | 2024-12-19T04:36:23.906Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2484 | 2024-12-19T04:36:25.039Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2024-12-19T04:36:25.130Z | Checking ctr v0.9.2 |
2486 | 2024-12-19T04:36:25.437Z | Checking yansi v1.0.1 |
2487 | 2024-12-19T04:36:26.124Z | Checking aes-gcm v0.10.3 |
2488 | 2024-12-19T04:36:26.324Z | Checking pretty_assertions v1.4.1 |
2489 | 2024-12-19T04:36:26.382Z | Checking ssh-encoding v0.2.0 |
2490 | 2024-12-19T04:36:26.544Z | Checking blowfish v0.9.1 |
2491 | 2024-12-19T04:36:26.709Z | Checking ssh-cipher v0.2.0 |
2492 | 2024-12-19T04:36:26.789Z | Checking bcrypt-pbkdf v0.10.0 |
2493 | 2024-12-19T04:36:26.811Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-12-19T04:36:27.012Z | Checking async-lock v3.4.0 |
2495 | 2024-12-19T04:36:27.044Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2496 | 2024-12-19T04:36:27.841Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2497 | 2024-12-19T04:36:27.993Z | Checking polling v3.7.3 |
2498 | 2024-12-19T04:36:28.399Z | Checking password-hash v0.4.2 |
2499 | 2024-12-19T04:36:28.872Z | Checking matches v0.1.10 |
2500 | 2024-12-19T04:36:28.979Z | Checking idna v0.2.3 |
2501 | 2024-12-19T04:36:29.261Z | Checking pbkdf2 v0.11.0 |
2502 | 2024-12-19T04:36:29.552Z | Checking async-io v2.3.4 |
2503 | 2024-12-19T04:36:29.786Z | Checking ssh-key v0.6.6 |
2504 | 2024-12-19T04:36:30.463Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2505 | 2024-12-19T04:36:31.247Z | Checking p521 v0.13.3 |
2506 | 2024-12-19T04:36:31.539Z | Checking p256 v0.13.2 |
2507 | 2024-12-19T04:36:31.604Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2508 | 2024-12-19T04:36:32.074Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2509 | 2024-12-19T04:36:32.618Z | Checking russh-cryptovec v0.7.3 |
2510 | 2024-12-19T04:36:32.849Z | Compiling enum-as-inner v0.5.1 |
2511 | 2024-12-19T04:36:32.987Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2512 | 2024-12-19T04:36:33.905Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2513 | 2024-12-19T04:36:33.952Z | Checking md5 v0.7.0 |
2514 | 2024-12-19T04:36:34.237Z | Compiling target-lexicon v0.12.16 |
2515 | 2024-12-19T04:36:35.185Z | Checking async-task v4.7.1 |
2516 | 2024-12-19T04:36:35.231Z | Compiling doc-comment v0.3.3 |
2517 | 2024-12-19T04:36:35.631Z | Checking russh-keys v0.45.0 |
2518 | 2024-12-19T04:36:36.005Z | Checking trust-dns-proto v0.22.0 |
2519 | 2024-12-19T04:36:37.048Z | Checking async-channel v2.3.1 |
2520 | 2024-12-19T04:36:37.401Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2521 | 2024-12-19T04:36:38.726Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2024-12-19T04:36:39.314Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2523 | 2024-12-19T04:36:39.709Z | Checking piper v0.2.4 |
2524 | 2024-12-19T04:36:39.884Z | Checking num-bigint v0.4.6 |
2525 | 2024-12-19T04:36:39.948Z | Checking des v0.8.1 |
2526 | 2024-12-19T04:36:40.123Z | Compiling guppy-workspace-hack v0.1.0 |
2527 | 2024-12-19T04:36:40.206Z | Checking futures-timer v3.0.3 |
2528 | 2024-12-19T04:36:40.377Z | Compiling dhcproto-macros v0.1.0 |
2529 | 2024-12-19T04:36:40.517Z | Compiling assert_cmd v2.0.16 |
2530 | 2024-12-19T04:36:41.069Z | Checking blocking v1.6.1 |
2531 | 2024-12-19T04:36:41.300Z | Checking dhcproto v0.12.0 |
2532 | 2024-12-19T04:36:41.977Z | Checking async-executor v1.13.1 |
2533 | 2024-12-19T04:36:42.229Z | Checking russh v0.45.0 |
2534 | 2024-12-19T04:36:42.324Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2535 | 2024-12-19T04:36:42.757Z | Checking async-signal v0.2.10 |
2536 | 2024-12-19T04:36:42.926Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2537 | 2024-12-19T04:36:43.331Z | Checking event-listener v2.5.3 |
2538 | 2024-12-19T04:36:43.409Z | Checking internet-checksum v0.2.1 |
2539 | 2024-12-19T04:36:43.603Z | Compiling target-spec v3.2.2 |
2540 | 2024-12-19T04:36:44.204Z | Checking async-channel v1.9.0 |
2541 | 2024-12-19T04:36:45.052Z | Checking async-process v2.3.0 |
2542 | 2024-12-19T04:36:45.465Z | Checking async-global-executor v2.4.1 |
2543 | 2024-12-19T04:36:45.554Z | Checking cfg-expr v0.17.0 |
2544 | 2024-12-19T04:36:46.367Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2545 | 2024-12-19T04:36:46.419Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2546 | 2024-12-19T04:36:46.656Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2547 | 2024-12-19T04:36:47.158Z | Checking httptest v0.16.1 |
2548 | 2024-12-19T04:36:47.802Z | Checking rustls-native-certs v0.7.3 |
2549 | 2024-12-19T04:36:47.906Z | Compiling petname v2.0.2 |
2550 | 2024-12-19T04:36:47.993Z | Checking num_cpus v1.16.0 |
2551 | 2024-12-19T04:36:48.144Z | Checking kv-log-macro v1.0.7 |
2552 | 2024-12-19T04:36:48.297Z | Compiling async-attributes v1.1.2 |
2553 | 2024-12-19T04:36:49.224Z | Checking async-std v1.13.0 |
2554 | 2024-12-19T04:36:51.139Z | Checking threadpool v1.8.1 |
2555 | 2024-12-19T04:36:51.341Z | Checking hyper-rustls v0.26.0 |
2556 | 2024-12-19T04:36:51.691Z | Checking pathdiff v0.2.2 |
2557 | 2024-12-19T04:36:51.831Z | Compiling rstest_macros v0.23.0 |
2558 | 2024-12-19T04:36:51.858Z | Checking nested v0.1.1 |
2559 | 2024-12-19T04:36:52.085Z | Checking escape8259 v0.5.3 |
2560 | 2024-12-19T04:36:52.263Z | Compiling target-triple v0.1.3 |
2561 | 2024-12-19T04:36:52.493Z | Checking libtest-mimic v0.7.3 |
2562 | 2024-12-19T04:36:52.851Z | Checking guppy v0.17.8 |
2563 | 2024-12-19T04:36:52.995Z | Checking async-object-pool v0.1.5 |
2564 | 2024-12-19T04:36:53.188Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2565 | 2024-12-19T04:36:53.717Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2566 | 2024-12-19T04:36:54.006Z | Checking similar-asserts v1.6.0 |
2567 | 2024-12-19T04:36:54.279Z | Checking fancy-regex v0.13.0 |
2568 | 2024-12-19T04:36:54.911Z | Checking serde_regex v1.1.0 |
2569 | 2024-12-19T04:36:55.015Z | Checking assert-json-diff v2.0.2 |
2570 | 2024-12-19T04:36:55.166Z | Compiling proc-macro-crate v3.2.0 |
2571 | 2024-12-19T04:36:55.298Z | Checking path-tree v0.8.1 |
2572 | 2024-12-19T04:36:55.652Z | Checking stringmetrics v2.2.2 |
2573 | 2024-12-19T04:36:55.899Z | Compiling relative-path v1.9.3 |
2574 | 2024-12-19T04:36:56.273Z | Checking sync-ptr v0.1.1 |
2575 | 2024-12-19T04:36:56.523Z | Checking httpmock v0.8.0-alpha.1 |
2576 | 2024-12-19T04:36:56.554Z | Checking datatest-stable v0.2.9 |
2577 | 2024-12-19T04:36:57.029Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2578 | 2024-12-19T04:36:58.586Z | Checking blake2b_simd v1.0.2 |
2579 | 2024-12-19T04:37:02.506Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2580 | 2024-12-19T04:37:02.702Z | Compiling git2 v0.19.0 |
2581 | 2024-12-19T04:37:02.702Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2582 | 2024-12-19T04:37:02.702Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2583 | 2024-12-19T04:37:02.702Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2584 | 2024-12-19T04:37:02.736Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2585 | 2024-12-19T04:37:02.897Z | Checking serde_tokenstream v0.2.2 |
2586 | 2024-12-19T04:37:03.052Z | Checking uzers v0.12.1 |
2587 | 2024-12-19T04:37:03.461Z | Checking rust-argon2 v2.1.0 |
2588 | 2024-12-19T04:37:03.498Z | Checking trybuild v1.0.101 |
2589 | 2024-12-19T04:37:03.932Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2590 | 2024-12-19T04:37:04.963Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2591 | 2024-12-19T04:37:05.326Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2592 | 2024-12-19T04:37:07.420Z | Checking rstest v0.23.0 |
2593 | 2024-12-19T04:37:07.657Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2594 | 2024-12-19T04:37:07.968Z | Checking rand_distr v0.4.3 |
2595 | 2024-12-19T04:37:08.489Z | Checking multimap v0.10.0 |
2596 | 2024-12-19T04:37:08.825Z | Checking approx v0.5.1 |
2597 | 2024-12-19T04:37:08.882Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2598 | 2024-12-19T04:37:09.571Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2599 | 2024-12-19T04:37:09.996Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2600 | 2024-12-19T04:37:10.238Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2601 | 2024-12-19T04:37:10.587Z | Checking partial-io v0.5.4 |
2602 | 2024-12-19T04:37:10.854Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2603 | 2024-12-19T04:37:11.001Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2604 | 2024-12-19T04:37:11.309Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2605 | 2024-12-19T04:37:11.487Z | Checking cargo_toml v0.20.5 |
2606 | 2024-12-19T04:37:11.890Z | Checking termios v0.3.3 |
2607 | 2024-12-19T04:37:12.127Z | Compiling indoc v2.0.5 |
2608 | 2024-12-19T04:37:12.412Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2609 | 2024-12-19T04:37:13.566Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2610 | 2024-12-19T04:37:16.156Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2611 | 2024-12-19T04:37:32.922Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2612 | 2024-12-19T04:37:35.834Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2613 | 2024-12-19T04:37:36.969Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2614 | 2024-12-19T04:37:56.499Z | Compiling polar-core v0.27.3 |
2615 | 2024-12-19T04:38:07.527Z | Checking oso v0.27.3 |
2616 | 2024-12-19T04:38:12.181Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2617 | 2024-12-19T04:38:12.738Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2618 | 2024-12-19T04:38:14.094Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2619 | 2024-12-19T04:38:56.494Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2620 | 2024-12-19T04:38:56.494Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2621 | 2024-12-19T04:38:56.497Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2622 | 2024-12-19T04:40:20.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 38s |
2623 | 2024-12-19T04:40:20.826Z | |
2624 | 2024-12-19T04:40:20.826Z | real 6:43.367520233 |
2625 | 2024-12-19T04:40:20.826Z | user 36:01.102937910 |
2626 | 2024-12-19T04:40:20.826Z | sys 6:36.672264193 |
2627 | 2024-12-19T04:40:20.826Z | trap 0.949958954 |
2628 | 2024-12-19T04:40:20.827Z | tflt 2.329311160 |
2629 | 2024-12-19T04:40:20.827Z | dflt 0.690842284 |
2630 | 2024-12-19T04:40:20.830Z | kflt 0.001043531 |
2631 | 2024-12-19T04:40:20.830Z | lock 52:09.587219217 |
2632 | 2024-12-19T04:40:20.831Z | slp 2:04:19.723552375 |
2633 | 2024-12-19T04:40:20.831Z | lat 1:39.704949787 |
2634 | 2024-12-19T04:40:20.831Z | stop 6:23.308912600 |
2635 | 2024-12-19T04:40:20.831Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2636 | 2024-12-19T04:40:20.831Z | + ptime -m cargo doc --workspace --no-deps |
2637 | 2024-12-19T04:40:22.038Z | warning: output filename collision. |
2638 | 2024-12-19T04:40:22.038Z | 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)`. |
2639 | 2024-12-19T04:40:22.038Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2640 | 2024-12-19T04:40:22.038Z | The targets should have unique names. |
2641 | 2024-12-19T04:40:22.038Z | This is a known bug where multiple crates with the same name use |
2642 | 2024-12-19T04:40:22.038Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2643 | 2024-12-19T04:40:22.485Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2644 | 2024-12-19T04:40:22.554Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2645 | 2024-12-19T04:40:22.571Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2646 | 2024-12-19T04:40:22.607Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2647 | 2024-12-19T04:40:22.629Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2648 | 2024-12-19T04:40:22.654Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2649 | 2024-12-19T04:40:22.654Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2650 | 2024-12-19T04:40:22.868Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2651 | 2024-12-19T04:40:22.917Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2652 | 2024-12-19T04:40:22.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2653 | 2024-12-19T04:40:22.955Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2024-12-19T04:40:23.144Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2655 | 2024-12-19T04:40:23.260Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2656 | 2024-12-19T04:40:23.453Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2657 | 2024-12-19T04:40:23.680Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2658 | 2024-12-19T04:40:23.702Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2659 | 2024-12-19T04:40:26.301Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2660 | 2024-12-19T04:40:26.636Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2661 | 2024-12-19T04:40:26.873Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2662 | 2024-12-19T04:40:27.186Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2663 | 2024-12-19T04:40:28.049Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2664 | 2024-12-19T04:40:28.065Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2665 | 2024-12-19T04:40:28.375Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2666 | 2024-12-19T04:40:28.427Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2667 | 2024-12-19T04:40:28.748Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2668 | 2024-12-19T04:40:28.784Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2669 | 2024-12-19T04:40:29.193Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2670 | 2024-12-19T04:40:29.365Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2671 | 2024-12-19T04:40:29.412Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2672 | 2024-12-19T04:40:29.656Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2673 | 2024-12-19T04:40:29.694Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2674 | 2024-12-19T04:40:29.904Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2675 | 2024-12-19T04:40:29.979Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2676 | 2024-12-19T04:40:30.078Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2677 | 2024-12-19T04:40:30.276Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2678 | 2024-12-19T04:40:30.590Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2679 | 2024-12-19T04:40:30.608Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2680 | 2024-12-19T04:40:30.885Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2681 | 2024-12-19T04:40:31.066Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2682 | 2024-12-19T04:40:31.094Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2683 | 2024-12-19T04:40:31.235Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2684 | 2024-12-19T04:40:31.853Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2685 | 2024-12-19T04:40:32.880Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2686 | 2024-12-19T04:40:34.885Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2687 | 2024-12-19T04:40:36.729Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2688 | 2024-12-19T04:40:37.542Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2689 | 2024-12-19T04:40:37.834Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2690 | 2024-12-19T04:40:37.945Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2691 | 2024-12-19T04:40:38.548Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2692 | 2024-12-19T04:40:39.453Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2693 | 2024-12-19T04:40:39.459Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2694 | 2024-12-19T04:40:40.087Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2695 | 2024-12-19T04:40:40.201Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2696 | 2024-12-19T04:40:40.529Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2697 | 2024-12-19T04:40:41.982Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2698 | 2024-12-19T04:40:47.368Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2699 | 2024-12-19T04:40:48.109Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2700 | 2024-12-19T04:40:48.713Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2701 | 2024-12-19T04:40:49.057Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2702 | 2024-12-19T04:40:49.199Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2703 | 2024-12-19T04:40:49.257Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2704 | 2024-12-19T04:40:49.655Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2705 | 2024-12-19T04:40:50.115Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2706 | 2024-12-19T04:40:50.135Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2707 | 2024-12-19T04:40:51.273Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2708 | 2024-12-19T04:40:51.729Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2709 | 2024-12-19T04:40:51.956Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2710 | 2024-12-19T04:40:52.396Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2711 | 2024-12-19T04:40:52.949Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2712 | 2024-12-19T04:40:53.092Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-12-19T04:40:53.102Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2714 | 2024-12-19T04:40:53.306Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2715 | 2024-12-19T04:40:53.377Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2716 | 2024-12-19T04:40:53.445Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2717 | 2024-12-19T04:40:53.519Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2718 | 2024-12-19T04:40:53.985Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2719 | 2024-12-19T04:40:54.767Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2720 | 2024-12-19T04:40:55.021Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2721 | 2024-12-19T04:40:55.256Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2722 | 2024-12-19T04:40:55.276Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2723 | 2024-12-19T04:40:56.304Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2724 | 2024-12-19T04:40:56.864Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2725 | 2024-12-19T04:40:56.982Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2726 | 2024-12-19T04:40:57.146Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2727 | 2024-12-19T04:40:57.317Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2728 | 2024-12-19T04:40:57.340Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2729 | 2024-12-19T04:40:57.780Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2730 | 2024-12-19T04:40:57.882Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2731 | 2024-12-19T04:40:57.884Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2732 | 2024-12-19T04:40:58.221Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2733 | 2024-12-19T04:40:59.160Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2734 | 2024-12-19T04:40:59.312Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2735 | 2024-12-19T04:40:59.362Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2736 | 2024-12-19T04:40:59.752Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2737 | 2024-12-19T04:40:59.914Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2738 | 2024-12-19T04:41:00.185Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2739 | 2024-12-19T04:41:00.430Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2740 | 2024-12-19T04:41:00.845Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2741 | 2024-12-19T04:41:01.793Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2742 | 2024-12-19T04:41:02.068Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2743 | 2024-12-19T04:41:02.164Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2744 | 2024-12-19T04:41:02.183Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2745 | 2024-12-19T04:41:03.868Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2746 | 2024-12-19T04:41:04.062Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2747 | 2024-12-19T04:41:04.794Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2748 | 2024-12-19T04:41:07.268Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2749 | 2024-12-19T04:41:07.961Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2750 | 2024-12-19T04:41:08.436Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2751 | 2024-12-19T04:41:08.977Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2752 | 2024-12-19T04:41:10.438Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2753 | 2024-12-19T04:41:12.734Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2754 | 2024-12-19T04:41:13.779Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2755 | 2024-12-19T04:41:18.622Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2756 | 2024-12-19T04:41:19.845Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2757 | 2024-12-19T04:41:23.103Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2758 | 2024-12-19T04:41:23.571Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2759 | 2024-12-19T04:41:28.988Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2760 | 2024-12-19T04:41:30.245Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2761 | 2024-12-19T04:42:21.303Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2762 | 2024-12-19T04:42:21.948Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2763 | 2024-12-19T04:42:24.872Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2764 | 2024-12-19T04:42:33.964Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2765 | 2024-12-19T04:42:56.977Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2766 | 2024-12-19T04:42:57.880Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2767 | 2024-12-19T04:43:02.228Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2768 | 2024-12-19T04:43:02.490Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2769 | 2024-12-19T04:43:03.777Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2770 | 2024-12-19T04:43:05.591Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2771 | 2024-12-19T04:43:10.209Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2772 | 2024-12-19T04:43:15.765Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2773 | 2024-12-19T04:43:21.852Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2774 | 2024-12-19T04:43:38.586Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2775 | 2024-12-19T04:43:51.021Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2776 | 2024-12-19T04:43:58.911Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2777 | 2024-12-19T04:44:06.136Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2778 | 2024-12-19T04:44:15.058Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2779 | 2024-12-19T04:44:30.571Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2780 | 2024-12-19T04:44:34.306Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2781 | 2024-12-19T04:44:36.385Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2782 | 2024-12-19T04:44:36.587Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2783 | 2024-12-19T04:44:43.528Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2784 | 2024-12-19T04:44:58.278Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2785 | 2024-12-19T04:45:04.506Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2786 | 2024-12-19T04:45:07.250Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2787 | 2024-12-19T04:45:13.204Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2788 | 2024-12-19T04:45:18.737Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2789 | 2024-12-19T04:45:20.211Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2790 | 2024-12-19T04:45:23.519Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2791 | 2024-12-19T04:45:24.506Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2792 | 2024-12-19T04:45:26.424Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2793 | 2024-12-19T04:45:31.092Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2794 | 2024-12-19T04:45:34.009Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2795 | 2024-12-19T04:45:43.768Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2796 | 2024-12-19T04:45:46.961Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2797 | 2024-12-19T04:45:48.768Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2798 | 2024-12-19T04:45:51.930Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2799 | 2024-12-19T04:45:53.675Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2800 | 2024-12-19T04:46:00.052Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2801 | 2024-12-19T04:46:07.080Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2802 | 2024-12-19T04:46:09.655Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2803 | 2024-12-19T04:46:11.043Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2804 | 2024-12-19T04:46:12.691Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2805 | 2024-12-19T04:46:13.439Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2806 | 2024-12-19T04:46:16.159Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2807 | 2024-12-19T04:46:20.952Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2808 | 2024-12-19T04:46:27.420Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2809 | 2024-12-19T04:46:31.945Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2810 | 2024-12-19T04:46:32.329Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2811 | 2024-12-19T04:46:37.122Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2812 | 2024-12-19T04:46:38.055Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2813 | 2024-12-19T04:46:39.998Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2814 | 2024-12-19T04:46:40.379Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2815 | 2024-12-19T04:46:42.080Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2816 | 2024-12-19T04:46:52.677Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2817 | 2024-12-19T04:46:54.530Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2818 | 2024-12-19T04:46:58.418Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2819 | 2024-12-19T04:47:00.231Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2820 | 2024-12-19T04:47:01.647Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2821 | 2024-12-19T04:47:02.160Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2822 | 2024-12-19T04:47:02.452Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2823 | 2024-12-19T04:47:08.798Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2824 | 2024-12-19T04:47:13.494Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2825 | 2024-12-19T04:47:15.292Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2826 | 2024-12-19T04:47:16.678Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2827 | 2024-12-19T04:47:19.928Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2828 | 2024-12-19T04:47:23.086Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2829 | 2024-12-19T04:47:24.416Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2830 | 2024-12-19T04:47:29.942Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2831 | 2024-12-19T04:47:34.247Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2832 | 2024-12-19T04:47:37.983Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2833 | 2024-12-19T04:47:38.502Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2834 | 2024-12-19T04:47:40.534Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2835 | 2024-12-19T04:47:41.376Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2836 | 2024-12-19T04:47:42.928Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2837 | 2024-12-19T04:47:44.311Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2838 | 2024-12-19T04:47:45.447Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2839 | 2024-12-19T04:47:49.631Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2840 | 2024-12-19T04:47:57.669Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2841 | 2024-12-19T04:47:59.300Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2842 | 2024-12-19T04:48:03.814Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2843 | 2024-12-19T04:48:03.915Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2844 | 2024-12-19T04:48:05.040Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2845 | 2024-12-19T04:48:07.438Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2846 | 2024-12-19T04:48:07.616Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2847 | 2024-12-19T04:48:07.789Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2848 | 2024-12-19T04:48:13.490Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2849 | 2024-12-19T04:48:13.594Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2850 | 2024-12-19T04:48:17.727Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2851 | 2024-12-19T04:48:17.839Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2852 | 2024-12-19T04:48:18.312Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2853 | 2024-12-19T04:48:19.224Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2854 | 2024-12-19T04:48:27.374Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2855 | 2024-12-19T04:48:29.125Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2856 | 2024-12-19T04:48:31.273Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2857 | 2024-12-19T04:48:32.316Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2858 | 2024-12-19T04:48:32.596Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2859 | 2024-12-19T04:48:32.615Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2860 | 2024-12-19T04:48:36.353Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2861 | 2024-12-19T04:48:36.632Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2862 | 2024-12-19T04:48:37.322Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2863 | 2024-12-19T04:48:37.896Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2864 | 2024-12-19T04:48:40.520Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2865 | 2024-12-19T04:48:40.626Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2866 | 2024-12-19T04:48:41.254Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2867 | 2024-12-19T04:48:45.672Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2868 | 2024-12-19T04:48:46.149Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2869 | 2024-12-19T04:48:47.783Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2870 | 2024-12-19T04:48:48.163Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2871 | 2024-12-19T04:48:50.426Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-19T04:49:14.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 53s |
2873 | 2024-12-19T04:49:14.737Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 140 other files |
2874 | 2024-12-19T04:49:14.804Z | |
2875 | 2024-12-19T04:49:14.806Z | real 8:53.861910413 |
2876 | 2024-12-19T04:49:14.806Z | user 26:11.981430854 |
2877 | 2024-12-19T04:49:14.806Z | sys 41:36.164340671 |
2878 | 2024-12-19T04:49:14.807Z | trap 0.389279540 |
2879 | 2024-12-19T04:49:14.807Z | tflt 0.237240565 |
2880 | 2024-12-19T04:49:14.807Z | dflt 0.202963271 |
2881 | 2024-12-19T04:49:14.807Z | kflt 0.000023765 |
2882 | 2024-12-19T04:49:14.807Z | lock 1:28:27.240872826 |
2883 | 2024-12-19T04:49:14.807Z | slp 2:32:31.544294850 |
2884 | 2024-12-19T04:49:14.807Z | lat 1:17.820631049 |
2885 | 2024-12-19T04:49:14.807Z | stop 1:09.156934046 |
2886 | 2024-12-19T04:49:14.807Z | process exited: duration 1261643 ms, exit code 0 |
|
2887 | 2024-12-19T04:49:14.814Z | found 0 output files |