|
|
|
1 | 2024-12-13T23:07:47.796Z | job assigned to worker 01JF14CX6NWY25W6TZ93VY09TV [factory aws, i-0bbc2a4355dd7ece9] (queued for 21 m 17 s) |
|
2 | 2024-12-13T23:07:55.888Z | starting task 0: "setup" |
3 | 2024-12-13T23:07:55.896Z | ++ uname -s |
4 | 2024-12-13T23:07:55.899Z | + kern=SunOS |
5 | 2024-12-13T23:07:55.899Z | + case "$kern" in |
6 | 2024-12-13T23:07:55.899Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:07:55.902Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:07:57.907Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:07:58.007Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:07:58.011Z | + home_fs=zfs |
11 | 2024-12-13T23:07:58.011Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:07:58.011Z | + mkdir -p /home/build |
13 | 2024-12-13T23:07:58.014Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:08:00.014Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:08:00.016Z | process exited: duration 4129 ms, exit code 0 |
|
16 | 2024-12-13T23:08:00.024Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:08:00.030Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:08:00.030Z | ' 1.81.0 |
19 | 2024-12-13T23:08:00.030Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-13T23:08:00.030Z | ' default |
21 | 2024-12-13T23:08:00.030Z | * toolchain channel = "1.81.0" |
22 | 2024-12-13T23:08:00.030Z | * toolchain profile = "default" |
23 | 2024-12-13T23:08:00.033Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:08:00.033Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:08:00.151Z | info: downloading installer |
26 | 2024-12-13T23:08:01.687Z | info: profile set to 'default' |
27 | 2024-12-13T23:08:01.687Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:08:01.690Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:08:01.828Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:08:01.828Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:08:02.556Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:08:02.829Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:08:03.846Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:08:05.419Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:08:11.063Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:08:11.278Z | info: installing component 'cargo' |
37 | 2024-12-13T23:08:12.074Z | info: installing component 'clippy' |
38 | 2024-12-13T23:08:12.435Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:08:14.091Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:08:15.892Z | info: installing component 'rustc' |
41 | 2024-12-13T23:08:21.537Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:08:21.861Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:08:21.861Z | |
44 | 2024-12-13T23:08:22.226Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:08:22.226Z | |
46 | 2024-12-13T23:08:22.229Z | |
47 | 2024-12-13T23:08:22.229Z | Rust is installed now. Great! |
48 | 2024-12-13T23:08:22.229Z | |
49 | 2024-12-13T23:08:22.229Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:08:22.229Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:08:22.229Z | |
52 | 2024-12-13T23:08:22.229Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:08:22.229Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:08:22.229Z | |
55 | 2024-12-13T23:08:22.229Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:08:22.229Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:08:22.229Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:08:22.300Z | + rustc --version |
59 | 2024-12-13T23:08:22.370Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:08:22.373Z | process exited: duration 22348 ms, exit code 0 |
|
61 | 2024-12-13T23:08:22.380Z | starting task 2: "authentication" |
62 | 2024-12-13T23:08:22.401Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T23:08:22.407Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:08:22.411Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:08:22.414Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:08:22.694Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:08:29.994Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:08:29.994Z | + git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b |
69 | 2024-12-13T23:08:30.308Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:08:30.308Z | * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD |
71 | 2024-12-13T23:08:30.318Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2024-12-13T23:08:30.321Z | ++ git branch --show-current |
73 | 2024-12-13T23:08:30.323Z | + current=main |
74 | 2024-12-13T23:08:30.323Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2024-12-13T23:08:30.323Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b |
76 | 2024-12-13T23:08:30.326Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2024-12-13T23:08:30.516Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2024-12-13T23:08:30.518Z | + git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b |
79 | 2024-12-13T23:08:30.538Z | HEAD is now at 6503968e3 openapi |
80 | 2024-12-13T23:08:30.541Z | process exited: duration 8132 ms, exit code 0 |
|
81 | 2024-12-13T23:08:30.548Z | starting task 4: "build" |
82 | 2024-12-13T23:08:30.552Z | + source ./env.sh |
83 | 2024-12-13T23:08:30.552Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-13T23:08:30.552Z | ++ set -o xtrace |
85 | 2024-12-13T23:08:30.555Z | ++++ dirname ./env.sh |
86 | 2024-12-13T23:08:30.557Z | +++ readlink -f . |
87 | 2024-12-13T23:08:30.609Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-13T23:08:30.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-12-13T23:08:30.611Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-13T23:08:30.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-12-13T23:08:30.611Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-12-13T23:08:30.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-12-13T23:08:30.611Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-12-13T23:08:30.611Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-12-13T23:08:30.611Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-13T23:08:30.612Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-13T23:08:30.612Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-13T23:08:30.612Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-13T23:08:30.612Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-13T23:08:30.612Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-13T23:08:30.612Z | + cargo --version |
102 | 2024-12-13T23:08:30.669Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-13T23:08:30.671Z | + rustc --version |
104 | 2024-12-13T23:08:30.733Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-13T23:08:30.736Z | + banner prerequisites |
106 | 2024-12-13T23:08:30.779Z | |
107 | 2024-12-13T23:08:30.779Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-13T23:08:30.779Z | # # # # # # # # # # # # # # # |
109 | 2024-12-13T23:08:30.779Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-13T23:08:30.779Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-13T23:08:30.779Z | # # # # # # # # # # # # # # # |
112 | 2024-12-13T23:08:30.779Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-13T23:08:30.779Z | |
114 | 2024-12-13T23:08:30.782Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-13T23:08:44.993Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-13T23:08:49.070Z | Startup: Caching catalogs ... Done |
117 | 2024-12-13T23:08:59.252Z | Planning: Solver setup ... Done (9.304s) |
118 | 2024-12-13T23:08:59.379Z | Planning: Running solver ... Done (0.127s) |
119 | 2024-12-13T23:08:59.668Z | Planning: Finding local manifests ... Done (0.192s) |
120 | 2024-12-13T23:08:59.693Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-13T23:09:00.403Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-13T23:09:00.647Z | Planning: Package planning ... Done (0.286s) |
123 | 2024-12-13T23:09:00.689Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-12-13T23:09:01.908Z | Planning: Checking for conflicting actions ... Done (1.223s) |
125 | 2024-12-13T23:09:08.635Z | Planning: Consolidating action changes ... Done (6.726s) |
126 | 2024-12-13T23:09:09.051Z | Planning: Evaluating mediators ... Done (0.412s) |
127 | 2024-12-13T23:09:09.225Z | Planning: Planning completed in 20.06 seconds |
128 | 2024-12-13T23:09:09.420Z | Packages to install: 4 |
129 | 2024-12-13T23:09:09.420Z | Packages to update: 1 |
130 | 2024-12-13T23:09:09.421Z | Mediators to change: 2 |
131 | 2024-12-13T23:09:09.426Z | Services to change: 1 |
132 | 2024-12-13T23:09:09.426Z | Estimated space available: 155.64 GB |
133 | 2024-12-13T23:09:09.426Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-13T23:09:09.426Z | Create boot environment: No |
135 | 2024-12-13T23:09:09.426Z | Create backup boot environment: Yes |
136 | 2024-12-13T23:09:09.426Z | Rebuild boot archive: No |
137 | 2024-12-13T23:09:09.426Z | |
138 | 2024-12-13T23:09:09.426Z | Changed mediators: |
139 | 2024-12-13T23:09:09.426Z | mediator clang: |
140 | 2024-12-13T23:09:09.426Z | version: None -> 15 (system default) |
141 | 2024-12-13T23:09:09.426Z | |
142 | 2024-12-13T23:09:09.426Z | mediator llvm: |
143 | 2024-12-13T23:09:09.426Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-13T23:09:09.426Z | |
145 | 2024-12-13T23:09:09.426Z | Changed packages: |
146 | 2024-12-13T23:09:09.426Z | helios-dev |
147 | 2024-12-13T23:09:09.426Z | developer/build-essential |
148 | 2024-12-13T23:09:09.426Z | None -> 11-2.0 |
149 | 2024-12-13T23:09:09.426Z | library/libxmlsec1 |
150 | 2024-12-13T23:09:09.426Z | None -> 1.2.35-2.0 |
151 | 2024-12-13T23:09:09.426Z | ooce/developer/clang-15 |
152 | 2024-12-13T23:09:09.426Z | None -> 15.0.7-2.0 |
153 | 2024-12-13T23:09:09.426Z | ooce/developer/llvm-15 |
154 | 2024-12-13T23:09:09.426Z | None -> 15.0.7-2.0 |
155 | 2024-12-13T23:09:09.426Z | package/pkg |
156 | 2024-12-13T23:09:09.426Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-13T23:09:09.426Z | |
158 | 2024-12-13T23:09:09.426Z | Services: |
159 | 2024-12-13T23:09:09.426Z | restart_fmri: |
160 | 2024-12-13T23:09:09.426Z | svc:/system/update-man-index:default |
161 | 2024-12-13T23:09:09.426Z | |
162 | 2024-12-13T23:09:09.426Z | Editable files to change: |
163 | 2024-12-13T23:09:09.426Z | Update: |
164 | 2024-12-13T23:09:09.427Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-13T23:09:09.783Z | |
166 | 2024-12-13T23:09:09.784Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-13T23:09:14.788Z | Download: 916/4281 items 18.9/220.6MB 8% complete (4.0M/s) |
168 | 2024-12-13T23:09:19.804Z | Download: 1215/4281 items 89.4/220.6MB 40% complete (8.9M/s) |
169 | 2024-12-13T23:09:26.504Z | Download: 1789/4281 items 116.6/220.6MB 52% complete (9.8M/s) |
170 | 2024-12-13T23:09:29.794Z | Download: 3009/4281 items 121.3/220.6MB 54% complete (3.5M/s) |
171 | 2024-12-13T23:09:34.795Z | Download: 3655/4281 items 216.3/220.6MB 98% complete (10.0M/s) |
172 | 2024-12-13T23:09:37.933Z | Download: Completed 220.60 MB in 28.15 seconds (7.8M/s) |
173 | 2024-12-13T23:09:40.071Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-13T23:09:40.087Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-13T23:09:45.189Z | Actions: 4081/5063 actions (Installing new actions) |
176 | 2024-12-13T23:09:45.900Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-12-13T23:09:46.315Z | Actions: Completed 5063 actions in 6.25 seconds. |
178 | 2024-12-13T23:09:46.538Z | Done (0.215s) |
179 | 2024-12-13T23:09:46.541Z | Done (0.000s) |
180 | 2024-12-13T23:09:47.098Z | Done (0.557s) |
181 | 2024-12-13T23:09:53.932Z | Done (6.620s) |
182 | 2024-12-13T23:09:54.347Z | Done (0.339s) |
183 | 2024-12-13T23:09:54.349Z | Done (0.000s) |
184 | 2024-12-13T23:09:54.502Z | Done (0.000s) |
185 | 2024-12-13T23:09:55.197Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-12-13T23:09:55.363Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-12-13T23:09:55.366Z | Planning: Consolidating action changes ... Done |
188 | 2024-12-13T23:09:55.637Z | Planning: Evaluating mediators ... Done |
189 | 2024-12-13T23:09:55.640Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-12-13T23:09:55.676Z | Mediators to change: 2 |
191 | 2024-12-13T23:09:55.676Z | Create boot environment: No |
192 | 2024-12-13T23:09:55.679Z | Create backup boot environment: No |
193 | 2024-12-13T23:09:55.748Z | Done |
194 | 2024-12-13T23:09:55.748Z | Done |
195 | 2024-12-13T23:09:56.138Z | Done |
196 | 2024-12-13T23:09:59.836Z | Done |
197 | 2024-12-13T23:09:59.934Z | Done |
198 | 2024-12-13T23:09:59.937Z | Done |
199 | 2024-12-13T23:10:00.058Z | Done |
200 | 2024-12-13T23:10:00.682Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-12-13T23:10:00.685Z | Planning: Merging actions ... Done |
202 | 2024-12-13T23:10:00.875Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-12-13T23:10:00.877Z | Planning: Consolidating action changes ... Done |
204 | 2024-12-13T23:10:01.143Z | Planning: Evaluating mediators ... Done |
205 | 2024-12-13T23:10:01.199Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-12-13T23:10:01.237Z | Packages to change: 1 |
207 | 2024-12-13T23:10:01.237Z | Mediators to change: 1 |
208 | 2024-12-13T23:10:01.240Z | Services to change: 1 |
209 | 2024-12-13T23:10:01.240Z | Create boot environment: No |
210 | 2024-12-13T23:10:01.240Z | Create backup boot environment: Yes |
211 | 2024-12-13T23:10:03.285Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-12-13T23:10:03.366Z | Actions: Completed 6 actions in 0.08 seconds. |
213 | 2024-12-13T23:10:03.369Z | Done |
214 | 2024-12-13T23:10:03.369Z | Done |
215 | 2024-12-13T23:10:03.481Z | Done |
216 | 2024-12-13T23:10:07.183Z | Done |
217 | 2024-12-13T23:10:07.277Z | Done |
218 | 2024-12-13T23:10:07.281Z | Done |
219 | 2024-12-13T23:10:07.430Z | Done |
220 | 2024-12-13T23:10:07.872Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-12-13T23:10:07.872Z | clang system 15 system |
222 | 2024-12-13T23:10:07.872Z | csh system system illumos |
223 | 2024-12-13T23:10:07.872Z | ctags system system illumos |
224 | 2024-12-13T23:10:07.872Z | gcc vendor 12 vendor |
225 | 2024-12-13T23:10:07.872Z | gcc system 10 system |
226 | 2024-12-13T23:10:07.872Z | gcc system 7 system |
227 | 2024-12-13T23:10:07.872Z | go system 1.20 system |
228 | 2024-12-13T23:10:07.872Z | go system 1.19 system |
229 | 2024-12-13T23:10:07.872Z | llvm system 15 system |
230 | 2024-12-13T23:10:07.872Z | llvm system 14 system |
231 | 2024-12-13T23:10:07.872Z | mariadb system 10.6 system |
232 | 2024-12-13T23:10:07.872Z | mta vendor vendor dma |
233 | 2024-12-13T23:10:07.872Z | openjdk system 17 system |
234 | 2024-12-13T23:10:07.872Z | openjdk system 11 system |
235 | 2024-12-13T23:10:07.872Z | openjdk system 1.8 system |
236 | 2024-12-13T23:10:07.872Z | openssl vendor 3 vendor |
237 | 2024-12-13T23:10:07.872Z | perl system 5.36 system |
238 | 2024-12-13T23:10:07.872Z | postgresql system 15 system |
239 | 2024-12-13T23:10:07.872Z | postgresql system 13 system |
240 | 2024-12-13T23:10:07.872Z | python vendor 3 vendor |
241 | 2024-12-13T23:10:07.872Z | python system 2 system |
242 | 2024-12-13T23:10:07.872Z | python3 system 3.11 system |
243 | 2024-12-13T23:10:07.872Z | ruby system 3.0 system |
244 | 2024-12-13T23:10:07.872Z | words vendor vendor american-english |
245 | 2024-12-13T23:10:07.873Z | words system system australian-english |
246 | 2024-12-13T23:10:07.873Z | words system system british-english |
247 | 2024-12-13T23:10:07.873Z | words system system canadian-english |
248 | 2024-12-13T23:10:07.873Z | words system system french |
249 | 2024-12-13T23:10:07.873Z | words system system italian |
250 | 2024-12-13T23:10:07.873Z | words system system ngerman |
251 | 2024-12-13T23:10:07.873Z | words system system ogerman |
252 | 2024-12-13T23:10:07.873Z | words system system spanish |
253 | 2024-12-13T23:10:08.204Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-12-13T23:10:08.204Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-12-13T23:10:10.907Z | FMRI IFO |
256 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-12-13T23:10:10.907Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-12-13T23:10:10.908Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-12-13T23:10:11.678Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-12-13T23:10:11.981Z | Updating crates.io index |
273 | 2024-12-13T23:10:12.039Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-12-13T23:10:12.536Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-12-13T23:10:12.833Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-12-13T23:10:13.065Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-12-13T23:10:13.335Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-12-13T23:10:14.272Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-12-13T23:10:15.752Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-12-13T23:10:16.924Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-12-13T23:10:17.590Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-12-13T23:10:17.973Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-12-13T23:10:18.290Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-12-13T23:10:19.019Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-12-13T23:10:19.426Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-12-13T23:10:19.719Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-12-13T23:10:20.014Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-12-13T23:10:20.262Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-12-13T23:10:20.485Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-12-13T23:10:20.800Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-12-13T23:10:21.104Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-12-13T23:10:21.483Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-12-13T23:10:21.751Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-12-13T23:10:22.218Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-12-13T23:10:22.578Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-12-13T23:10:22.951Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-12-13T23:10:23.387Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
298 | 2024-12-13T23:10:23.764Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-12-13T23:10:24.084Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-12-13T23:10:24.335Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-12-13T23:10:25.738Z | Downloading crates ... |
302 | 2024-12-13T23:10:25.822Z | Downloaded anstream v0.6.15 |
303 | 2024-12-13T23:10:25.825Z | Downloaded equivalent v1.0.1 |
304 | 2024-12-13T23:10:25.849Z | Downloaded usdt-macro v0.5.0 |
305 | 2024-12-13T23:10:25.854Z | Downloaded bytecount v0.6.8 |
306 | 2024-12-13T23:10:25.857Z | Downloaded anstyle v1.0.10 |
307 | 2024-12-13T23:10:25.859Z | Downloaded usdt-attr-macro v0.5.0 |
308 | 2024-12-13T23:10:25.873Z | Downloaded scroll_derive v0.12.0 |
309 | 2024-12-13T23:10:25.875Z | Downloaded cargo_metadata v0.18.1 |
310 | 2024-12-13T23:10:25.875Z | Downloaded autocfg v1.4.0 |
311 | 2024-12-13T23:10:25.877Z | Downloaded fs-err v2.11.0 |
312 | 2024-12-13T23:10:25.880Z | Downloaded fnv v1.0.7 |
313 | 2024-12-13T23:10:25.880Z | Downloaded dof v0.3.0 |
314 | 2024-12-13T23:10:25.882Z | Downloaded crypto-common v0.1.6 |
315 | 2024-12-13T23:10:25.882Z | Downloaded itoa v1.0.11 |
316 | 2024-12-13T23:10:25.882Z | Downloaded anstyle-parse v0.2.5 |
317 | 2024-12-13T23:10:25.885Z | Downloaded colorchoice v1.0.2 |
318 | 2024-12-13T23:10:25.888Z | Downloaded anstyle-query v1.1.1 |
319 | 2024-12-13T23:10:25.888Z | Downloaded tabled_derive v0.7.0 |
320 | 2024-12-13T23:10:25.893Z | Downloaded serde_spanned v0.6.8 |
321 | 2024-12-13T23:10:25.893Z | Downloaded memmap v0.7.0 |
322 | 2024-12-13T23:10:25.893Z | Downloaded digest v0.10.7 |
323 | 2024-12-13T23:10:25.893Z | Downloaded fastrand v2.1.1 |
324 | 2024-12-13T23:10:25.893Z | Downloaded cpufeatures v0.2.14 |
325 | 2024-12-13T23:10:25.896Z | Downloaded proc-macro-error-attr v1.0.4 |
326 | 2024-12-13T23:10:25.896Z | Downloaded pest_generator v2.7.14 |
327 | 2024-12-13T23:10:25.897Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-12-13T23:10:25.899Z | Downloaded dtrace-parser v0.2.0 |
329 | 2024-12-13T23:10:25.899Z | Downloaded cfg-if v1.0.0 |
330 | 2024-12-13T23:10:25.899Z | Downloaded swrite v0.1.0 |
331 | 2024-12-13T23:10:25.902Z | Downloaded pretty-hex v0.4.1 |
332 | 2024-12-13T23:10:25.904Z | Downloaded utf8parse v0.2.2 |
333 | 2024-12-13T23:10:25.911Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-12-13T23:10:25.914Z | Downloaded thread-id v4.2.2 |
335 | 2024-12-13T23:10:25.916Z | Downloaded generic-array v0.14.7 |
336 | 2024-12-13T23:10:25.918Z | Downloaded is_terminal_polyfill v1.70.1 |
337 | 2024-12-13T23:10:25.921Z | Downloaded usdt v0.5.0 |
338 | 2024-12-13T23:10:25.925Z | Downloaded camino v1.1.9 |
339 | 2024-12-13T23:10:25.929Z | Downloaded macaddr v1.0.1 |
340 | 2024-12-13T23:10:25.934Z | Downloaded once_cell v1.20.2 |
341 | 2024-12-13T23:10:25.936Z | Downloaded clap_derive v4.5.18 |
342 | 2024-12-13T23:10:25.939Z | Downloaded quote v1.0.37 |
343 | 2024-12-13T23:10:25.943Z | Downloaded proc-macro-error v1.0.4 |
344 | 2024-12-13T23:10:25.947Z | Downloaded semver v1.0.23 |
345 | 2024-12-13T23:10:25.949Z | Downloaded terminal_size v0.4.0 |
346 | 2024-12-13T23:10:25.951Z | Downloaded smawk v0.3.2 |
347 | 2024-12-13T23:10:25.952Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2024-12-13T23:10:25.954Z | Downloaded byteorder v1.5.0 |
349 | 2024-12-13T23:10:25.954Z | Downloaded version_check v0.9.5 |
350 | 2024-12-13T23:10:25.956Z | Downloaded plain v0.2.3 |
351 | 2024-12-13T23:10:25.957Z | Downloaded sha2 v0.10.8 |
352 | 2024-12-13T23:10:25.959Z | Downloaded errno v0.3.9 |
353 | 2024-12-13T23:10:25.961Z | Downloaded clap_lex v0.7.2 |
354 | 2024-12-13T23:10:25.961Z | Downloaded strsim v0.11.1 |
355 | 2024-12-13T23:10:25.964Z | Downloaded scroll v0.12.0 |
356 | 2024-12-13T23:10:25.964Z | Downloaded anyhow v1.0.93 |
357 | 2024-12-13T23:10:25.967Z | Downloaded zerocopy-derive v0.7.35 |
358 | 2024-12-13T23:10:25.970Z | Downloaded pest_derive v2.7.14 |
359 | 2024-12-13T23:10:25.972Z | Downloaded bitflags v2.6.0 |
360 | 2024-12-13T23:10:25.976Z | Downloaded unicode-linebreak v0.1.5 |
361 | 2024-12-13T23:10:25.978Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-12-13T23:10:25.981Z | Downloaded thiserror v1.0.69 |
363 | 2024-12-13T23:10:25.983Z | Downloaded thiserror-impl v1.0.69 |
364 | 2024-12-13T23:10:25.986Z | Downloaded heck v0.5.0 |
365 | 2024-12-13T23:10:25.986Z | Downloaded block-buffer v0.10.4 |
366 | 2024-12-13T23:10:25.988Z | Downloaded typenum v1.17.0 |
367 | 2024-12-13T23:10:25.991Z | Downloaded tempfile v3.13.0 |
368 | 2024-12-13T23:10:25.991Z | Downloaded log v0.4.22 |
369 | 2024-12-13T23:10:25.993Z | Downloaded textwrap v0.16.1 |
370 | 2024-12-13T23:10:25.996Z | Downloaded ryu v1.0.18 |
371 | 2024-12-13T23:10:25.998Z | Downloaded toml v0.8.19 |
372 | 2024-12-13T23:10:26.001Z | Downloaded heck v0.4.1 |
373 | 2024-12-13T23:10:26.004Z | Downloaded clap v4.5.21 |
374 | 2024-12-13T23:10:26.010Z | Downloaded ucd-trie v0.1.7 |
375 | 2024-12-13T23:10:26.013Z | Downloaded cargo-platform v0.1.8 |
376 | 2024-12-13T23:10:26.013Z | Downloaded papergrid v0.11.0 |
377 | 2024-12-13T23:10:26.017Z | Downloaded camino-tempfile v1.1.1 |
378 | 2024-12-13T23:10:26.025Z | Downloaded serde_derive v1.0.215 |
379 | 2024-12-13T23:10:26.030Z | Downloaded proc-macro2 v1.0.89 |
380 | 2024-12-13T23:10:26.034Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-12-13T23:10:26.043Z | Downloaded pest_meta v2.7.14 |
382 | 2024-12-13T23:10:26.046Z | Downloaded serde v1.0.215 |
383 | 2024-12-13T23:10:26.052Z | Downloaded memchr v2.7.4 |
384 | 2024-12-13T23:10:26.056Z | Downloaded indexmap v2.6.0 |
385 | 2024-12-13T23:10:26.064Z | Downloaded toml_edit v0.22.22 |
386 | 2024-12-13T23:10:26.094Z | Downloaded zerocopy v0.7.35 |
387 | 2024-12-13T23:10:26.109Z | Downloaded pest v2.7.14 |
388 | 2024-12-13T23:10:26.114Z | Downloaded hashbrown v0.15.1 |
389 | 2024-12-13T23:10:26.118Z | Downloaded clap_builder v4.5.21 |
390 | 2024-12-13T23:10:26.124Z | Downloaded serde_json v1.0.132 |
391 | 2024-12-13T23:10:26.131Z | Downloaded winnow v0.6.20 |
392 | 2024-12-13T23:10:26.139Z | Downloaded tabled v0.15.0 |
393 | 2024-12-13T23:10:26.153Z | Downloaded goblin v0.8.2 |
394 | 2024-12-13T23:10:26.159Z | Downloaded syn v1.0.109 |
395 | 2024-12-13T23:10:26.170Z | Downloaded unicode-width v0.1.14 |
396 | 2024-12-13T23:10:26.173Z | Downloaded syn v2.0.87 |
397 | 2024-12-13T23:10:26.187Z | Downloaded rustix v0.38.37 |
398 | 2024-12-13T23:10:26.225Z | Downloaded libc v0.2.162 |
399 | 2024-12-13T23:10:26.536Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-12-13T23:10:26.536Z | Compiling unicode-ident v1.0.13 |
401 | 2024-12-13T23:10:26.537Z | Compiling serde v1.0.215 |
402 | 2024-12-13T23:10:26.540Z | Compiling version_check v0.9.5 |
403 | 2024-12-13T23:10:26.540Z | Compiling memchr v2.7.4 |
404 | 2024-12-13T23:10:26.540Z | Compiling thiserror v1.0.69 |
405 | 2024-12-13T23:10:26.573Z | Compiling libc v0.2.162 |
406 | 2024-12-13T23:10:26.587Z | Compiling ucd-trie v0.1.7 |
407 | 2024-12-13T23:10:26.781Z | Compiling itoa v1.0.11 |
408 | 2024-12-13T23:10:27.019Z | Compiling ryu v1.0.18 |
409 | 2024-12-13T23:10:27.404Z | Compiling once_cell v1.20.2 |
410 | 2024-12-13T23:10:27.739Z | Compiling byteorder v1.5.0 |
411 | 2024-12-13T23:10:27.961Z | Compiling rustix v0.38.37 |
412 | 2024-12-13T23:10:28.071Z | Compiling serde_json v1.0.132 |
413 | 2024-12-13T23:10:28.551Z | Compiling bitflags v2.6.0 |
414 | 2024-12-13T23:10:28.598Z | Compiling usdt-impl v0.5.0 |
415 | 2024-12-13T23:10:28.709Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-12-13T23:10:28.758Z | Compiling syn v1.0.109 |
417 | 2024-12-13T23:10:28.910Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-13T23:10:28.969Z | Compiling log v0.4.22 |
419 | 2024-12-13T23:10:29.064Z | Compiling utf8parse v0.2.2 |
420 | 2024-12-13T23:10:29.090Z | Compiling camino v1.1.9 |
421 | 2024-12-13T23:10:29.191Z | Compiling hashbrown v0.15.1 |
422 | 2024-12-13T23:10:29.243Z | Compiling equivalent v1.0.1 |
423 | 2024-12-13T23:10:29.355Z | Compiling plain v0.2.3 |
424 | 2024-12-13T23:10:29.373Z | Compiling anstyle-parse v0.2.5 |
425 | 2024-12-13T23:10:29.512Z | Compiling quote v1.0.37 |
426 | 2024-12-13T23:10:29.706Z | Compiling errno v0.3.9 |
427 | 2024-12-13T23:10:29.819Z | Compiling semver v1.0.23 |
428 | 2024-12-13T23:10:29.947Z | Compiling syn v2.0.87 |
429 | 2024-12-13T23:10:29.995Z | Compiling thread-id v4.2.2 |
430 | 2024-12-13T23:10:30.109Z | Compiling winnow v0.6.20 |
431 | 2024-12-13T23:10:30.253Z | Compiling anstyle v1.0.10 |
432 | 2024-12-13T23:10:30.342Z | Compiling autocfg v1.4.0 |
433 | 2024-12-13T23:10:30.489Z | Compiling indexmap v2.6.0 |
434 | 2024-12-13T23:10:30.706Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-13T23:10:30.927Z | Compiling colorchoice v1.0.2 |
436 | 2024-12-13T23:10:31.100Z | Compiling unicode-width v0.1.14 |
437 | 2024-12-13T23:10:31.547Z | Compiling anstyle-query v1.1.1 |
438 | 2024-12-13T23:10:31.618Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2024-12-13T23:10:31.655Z | Compiling fs-err v2.11.0 |
440 | 2024-12-13T23:10:31.752Z | Compiling anstream v0.6.15 |
441 | 2024-12-13T23:10:31.932Z | Compiling bytecount v0.6.8 |
442 | 2024-12-13T23:10:31.934Z | Compiling fastrand v2.1.1 |
443 | 2024-12-13T23:10:31.999Z | Compiling cfg-if v1.0.0 |
444 | 2024-12-13T23:10:32.107Z | Compiling heck v0.4.1 |
445 | 2024-12-13T23:10:32.154Z | Compiling terminal_size v0.4.0 |
446 | 2024-12-13T23:10:32.390Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-13T23:10:32.539Z | Compiling strsim v0.11.1 |
448 | 2024-12-13T23:10:32.664Z | Compiling fnv v1.0.7 |
449 | 2024-12-13T23:10:32.810Z | Compiling anyhow v1.0.93 |
450 | 2024-12-13T23:10:33.004Z | Compiling heck v0.5.0 |
451 | 2024-12-13T23:10:33.008Z | Compiling tempfile v3.13.0 |
452 | 2024-12-13T23:10:33.477Z | Compiling clap_builder v4.5.21 |
453 | 2024-12-13T23:10:33.550Z | Compiling papergrid v0.11.0 |
454 | 2024-12-13T23:10:33.758Z | Compiling memmap v0.7.0 |
455 | 2024-12-13T23:10:33.801Z | Compiling smawk v0.3.2 |
456 | 2024-12-13T23:10:33.867Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-12-13T23:10:34.122Z | Compiling swrite v0.1.0 |
458 | 2024-12-13T23:10:34.303Z | Compiling textwrap v0.16.1 |
459 | 2024-12-13T23:10:35.539Z | Compiling tabled_derive v0.7.0 |
460 | 2024-12-13T23:10:37.158Z | Compiling tabled v0.15.0 |
461 | 2024-12-13T23:10:38.876Z | Compiling serde_derive v1.0.215 |
462 | 2024-12-13T23:10:38.880Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-12-13T23:10:38.880Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-12-13T23:10:38.925Z | Compiling scroll_derive v0.12.0 |
465 | 2024-12-13T23:10:39.163Z | Compiling clap_derive v4.5.18 |
466 | 2024-12-13T23:10:40.208Z | Compiling scroll v0.12.0 |
467 | 2024-12-13T23:10:40.683Z | Compiling goblin v0.8.2 |
468 | 2024-12-13T23:10:40.736Z | Compiling zerocopy v0.7.35 |
469 | 2024-12-13T23:10:41.698Z | Compiling pest v2.7.14 |
470 | 2024-12-13T23:10:43.060Z | Compiling clap v4.5.21 |
471 | 2024-12-13T23:10:43.997Z | Compiling pest_meta v2.7.14 |
472 | 2024-12-13T23:10:44.862Z | Compiling pest_generator v2.7.14 |
473 | 2024-12-13T23:10:46.887Z | Compiling pest_derive v2.7.14 |
474 | 2024-12-13T23:10:47.592Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-12-13T23:10:49.178Z | Compiling toml_datetime v0.6.8 |
476 | 2024-12-13T23:10:49.178Z | Compiling serde_spanned v0.6.8 |
477 | 2024-12-13T23:10:49.182Z | Compiling cargo-platform v0.1.8 |
478 | 2024-12-13T23:10:49.551Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-12-13T23:10:49.624Z | Compiling toml_edit v0.22.22 |
480 | 2024-12-13T23:10:49.799Z | Compiling macaddr v1.0.1 |
481 | 2024-12-13T23:10:49.878Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-12-13T23:10:50.704Z | Compiling dof v0.3.0 |
483 | 2024-12-13T23:10:50.705Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-12-13T23:10:52.443Z | Compiling toml v0.8.19 |
485 | 2024-12-13T23:10:52.855Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-13T23:10:52.984Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-13T23:10:53.311Z | Compiling cargo_toml v0.20.5 |
488 | 2024-12-13T23:10:54.251Z | Compiling usdt v0.5.0 |
489 | 2024-12-13T23:10:56.978Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-12-13T23:11:01.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.78s |
491 | 2024-12-13T23:11:01.696Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-12-13T23:11:02.061Z | Downloading crates ... |
493 | 2024-12-13T23:11:02.201Z | Downloaded adler2 v2.0.0 |
494 | 2024-12-13T23:11:02.213Z | Downloaded arrayref v0.3.9 |
495 | 2024-12-13T23:11:02.213Z | Downloaded argon2 v0.5.3 |
496 | 2024-12-13T23:11:02.213Z | Downloaded darling v0.20.10 |
497 | 2024-12-13T23:11:02.214Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-12-13T23:11:02.214Z | Downloaded heapless v0.8.0 |
499 | 2024-12-13T23:11:02.214Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-12-13T23:11:02.214Z | Downloaded cfg_aliases v0.1.1 |
501 | 2024-12-13T23:11:02.215Z | Downloaded headers-core v0.3.0 |
502 | 2024-12-13T23:11:02.216Z | Downloaded atomicwrites v0.4.4 |
503 | 2024-12-13T23:11:02.216Z | Downloaded async-stream-impl v0.3.6 |
504 | 2024-12-13T23:11:02.217Z | Downloaded cfg_aliases v0.2.1 |
505 | 2024-12-13T23:11:02.236Z | Downloaded icu_provider_macros v1.5.0 |
506 | 2024-12-13T23:11:02.236Z | Downloaded http-range v0.1.5 |
507 | 2024-12-13T23:11:02.237Z | Downloaded http-body v1.0.1 |
508 | 2024-12-13T23:11:02.237Z | Downloaded cstr-argument v0.1.2 |
509 | 2024-12-13T23:11:02.237Z | Downloaded hubpack_derive v0.1.1 |
510 | 2024-12-13T23:11:02.237Z | Downloaded crunchy v0.2.2 |
511 | 2024-12-13T23:11:02.237Z | Downloaded atty v0.2.14 |
512 | 2024-12-13T23:11:02.251Z | Downloaded array-init v0.0.4 |
513 | 2024-12-13T23:11:02.251Z | Downloaded allocator-api2 v0.2.18 |
514 | 2024-12-13T23:11:02.251Z | Downloaded progenitor-client v0.8.0 |
515 | 2024-12-13T23:11:02.253Z | Downloaded md5 v0.7.0 |
516 | 2024-12-13T23:11:02.255Z | Downloaded hostname v0.3.1 |
517 | 2024-12-13T23:11:02.255Z | Downloaded home v0.5.9 |
518 | 2024-12-13T23:11:02.256Z | Downloaded crc v3.2.1 |
519 | 2024-12-13T23:11:02.256Z | Downloaded is_ci v1.2.0 |
520 | 2024-12-13T23:11:02.267Z | Downloaded heck v0.3.3 |
521 | 2024-12-13T23:11:02.267Z | Downloaded instant v0.1.13 |
522 | 2024-12-13T23:11:02.267Z | Downloaded ident_case v1.0.1 |
523 | 2024-12-13T23:11:02.267Z | Downloaded crossbeam-deque v0.8.5 |
524 | 2024-12-13T23:11:02.267Z | Downloaded convert_case v0.4.0 |
525 | 2024-12-13T23:11:02.267Z | Downloaded ciborium-ll v0.2.2 |
526 | 2024-12-13T23:11:02.268Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2024-12-13T23:11:02.268Z | Downloaded hostname v0.4.0 |
528 | 2024-12-13T23:11:02.268Z | Downloaded hex v0.4.3 |
529 | 2024-12-13T23:11:02.268Z | Downloaded atomic-waker v1.1.2 |
530 | 2024-12-13T23:11:02.268Z | Downloaded instability v0.3.2 |
531 | 2024-12-13T23:11:02.268Z | Downloaded constant_time_eq v0.3.1 |
532 | 2024-12-13T23:11:02.268Z | Downloaded httpdate v1.0.3 |
533 | 2024-12-13T23:11:02.278Z | Downloaded blowfish v0.9.1 |
534 | 2024-12-13T23:11:02.278Z | Downloaded indoc v1.0.9 |
535 | 2024-12-13T23:11:02.278Z | Downloaded lru v0.12.5 |
536 | 2024-12-13T23:11:02.279Z | Downloaded internet-checksum v0.2.1 |
537 | 2024-12-13T23:11:02.280Z | Downloaded hyper-tls v0.6.0 |
538 | 2024-12-13T23:11:02.280Z | Downloaded lazycell v1.3.0 |
539 | 2024-12-13T23:11:02.295Z | Downloaded bitfield v0.14.0 |
540 | 2024-12-13T23:11:02.296Z | Downloaded maplit v1.0.2 |
541 | 2024-12-13T23:11:02.297Z | Downloaded lalrpop-util v0.19.12 |
542 | 2024-12-13T23:11:02.299Z | Downloaded cobs v0.2.3 |
543 | 2024-12-13T23:11:02.299Z | Downloaded chacha20 v0.9.1 |
544 | 2024-12-13T23:11:02.300Z | Downloaded managed v0.8.0 |
545 | 2024-12-13T23:11:02.300Z | Downloaded lru-cache v0.1.2 |
546 | 2024-12-13T23:11:02.300Z | Downloaded md-5 v0.10.6 |
547 | 2024-12-13T23:11:02.300Z | Downloaded bitfield-struct v0.6.2 |
548 | 2024-12-13T23:11:02.301Z | Downloaded indent_write v2.2.0 |
549 | 2024-12-13T23:11:02.313Z | Downloaded memoffset v0.9.1 |
550 | 2024-12-13T23:11:02.313Z | Downloaded linear-map v1.2.0 |
551 | 2024-12-13T23:11:02.313Z | Downloaded cmake v0.1.51 |
552 | 2024-12-13T23:11:02.313Z | Downloaded mime v0.3.17 |
553 | 2024-12-13T23:11:02.313Z | Downloaded castaway v0.2.3 |
554 | 2024-12-13T23:11:02.313Z | Downloaded bit-set v0.5.3 |
555 | 2024-12-13T23:11:02.313Z | Downloaded arc-swap v1.7.1 |
556 | 2024-12-13T23:11:02.314Z | Downloaded ctr v0.9.2 |
557 | 2024-12-13T23:11:02.314Z | Downloaded impl-trait-for-tuples v0.2.2 |
558 | 2024-12-13T23:11:02.314Z | Downloaded ipnetwork v0.20.0 |
559 | 2024-12-13T23:11:02.335Z | Downloaded sigpipe v0.1.3 |
560 | 2024-12-13T23:11:02.335Z | Downloaded const_format_proc_macros v0.2.33 |
561 | 2024-12-13T23:11:02.335Z | Downloaded csv-core v0.1.11 |
562 | 2024-12-13T23:11:02.335Z | Downloaded maybe-uninit v2.0.0 |
563 | 2024-12-13T23:11:02.335Z | Downloaded console v0.15.8 |
564 | 2024-12-13T23:11:02.341Z | Downloaded cbc v0.1.2 |
565 | 2024-12-13T23:11:02.341Z | Downloaded hyper-rustls v0.27.3 |
566 | 2024-12-13T23:11:02.341Z | Downloaded crc32fast v1.4.2 |
567 | 2024-12-13T23:11:02.341Z | Downloaded hyper-staticfile v0.10.1 |
568 | 2024-12-13T23:11:02.346Z | Downloaded ipnet v2.10.1 |
569 | 2024-12-13T23:11:02.346Z | Downloaded cexpr v0.6.0 |
570 | 2024-12-13T23:11:02.352Z | Downloaded sqlparser_derive v0.2.2 |
571 | 2024-12-13T23:11:02.352Z | Downloaded cancel-safe-futures v0.1.5 |
572 | 2024-12-13T23:11:02.352Z | Downloaded sync_wrapper v1.0.1 |
573 | 2024-12-13T23:11:02.361Z | Downloaded structmeta-derive v0.3.0 |
574 | 2024-12-13T23:11:02.362Z | Downloaded try-lock v0.2.5 |
575 | 2024-12-13T23:11:02.362Z | Downloaded toolchain_find v0.4.0 |
576 | 2024-12-13T23:11:02.362Z | Downloaded termtree v0.4.1 |
577 | 2024-12-13T23:11:02.362Z | Downloaded libsw v3.3.1 |
578 | 2024-12-13T23:11:02.368Z | Downloaded bit-vec v0.6.3 |
579 | 2024-12-13T23:11:02.368Z | Downloaded diesel_table_macro_syntax v0.2.0 |
580 | 2024-12-13T23:11:02.368Z | Downloaded yoke-derive v0.7.4 |
581 | 2024-12-13T23:11:02.368Z | Downloaded lock_api v0.4.12 |
582 | 2024-12-13T23:11:02.373Z | Downloaded iana-time-zone v0.1.61 |
583 | 2024-12-13T23:11:02.373Z | Downloaded foreign-types v0.3.2 |
584 | 2024-12-13T23:11:02.373Z | Downloaded httparse v1.9.5 |
585 | 2024-12-13T23:11:02.378Z | Downloaded ref-cast-impl v1.0.23 |
586 | 2024-12-13T23:11:02.378Z | Downloaded serde_plain v1.0.2 |
587 | 2024-12-13T23:11:02.378Z | Downloaded slog-bunyan v2.5.0 |
588 | 2024-12-13T23:11:02.382Z | Downloaded simd-adler32 v0.3.7 |
589 | 2024-12-13T23:11:02.382Z | Downloaded newline-converter v0.3.0 |
590 | 2024-12-13T23:11:02.383Z | Downloaded new_debug_unreachable v1.0.6 |
591 | 2024-12-13T23:11:02.388Z | Downloaded hmac v0.12.1 |
592 | 2024-12-13T23:11:02.388Z | Downloaded slog-envlogger v2.2.0 |
593 | 2024-12-13T23:11:02.394Z | Downloaded ciborium v0.2.2 |
594 | 2024-12-13T23:11:02.394Z | Downloaded memmap2 v0.9.5 |
595 | 2024-12-13T23:11:02.394Z | Downloaded libloading v0.8.5 |
596 | 2024-12-13T23:11:02.399Z | Downloaded icu_locid v1.5.0 |
597 | 2024-12-13T23:11:02.407Z | Downloaded crc-catalog v2.4.0 |
598 | 2024-12-13T23:11:02.407Z | Downloaded icu_provider v1.5.0 |
599 | 2024-12-13T23:11:02.416Z | Downloaded clang-sys v1.8.1 |
600 | 2024-12-13T23:11:02.416Z | Downloaded tiny-keccak v2.0.2 |
601 | 2024-12-13T23:11:02.416Z | Downloaded structmeta-derive v0.2.0 |
602 | 2024-12-13T23:11:02.416Z | Downloaded indexmap v1.9.3 |
603 | 2024-12-13T23:11:02.419Z | Downloaded precomputed-hash v0.1.1 |
604 | 2024-12-13T23:11:02.419Z | Downloaded oso-derive v0.27.3 |
605 | 2024-12-13T23:11:02.419Z | Downloaded slog-dtrace v0.3.0 |
606 | 2024-12-13T23:11:02.426Z | Downloaded icu_normalizer v1.5.0 |
607 | 2024-12-13T23:11:02.448Z | Downloaded phf_shared v0.10.0 |
608 | 2024-12-13T23:11:02.448Z | Downloaded want v0.3.1 |
609 | 2024-12-13T23:11:02.448Z | Downloaded utf-8 v0.7.6 |
610 | 2024-12-13T23:11:02.449Z | Downloaded unicode-truncate v1.1.0 |
611 | 2024-12-13T23:11:02.449Z | Downloaded serde-big-array v0.5.1 |
612 | 2024-12-13T23:11:02.449Z | Downloaded blake2 v0.10.6 |
613 | 2024-12-13T23:11:02.449Z | Downloaded funty v2.0.0 |
614 | 2024-12-13T23:11:02.449Z | Downloaded fragile v2.0.0 |
615 | 2024-12-13T23:11:02.449Z | Downloaded dyn-clone v1.0.17 |
616 | 2024-12-13T23:11:02.449Z | Downloaded zone v0.1.8 |
617 | 2024-12-13T23:11:02.449Z | Downloaded defmt-parser v0.3.4 |
618 | 2024-12-13T23:11:02.449Z | Downloaded which v4.4.2 |
619 | 2024-12-13T23:11:02.460Z | Downloaded unarray v0.1.4 |
620 | 2024-12-13T23:11:02.460Z | Downloaded tui-tree-widget v0.22.0 |
621 | 2024-12-13T23:11:02.460Z | Downloaded icu_locid_transform_data v1.5.0 |
622 | 2024-12-13T23:11:02.460Z | Downloaded secrecy v0.8.0 |
623 | 2024-12-13T23:11:02.460Z | Downloaded futures-core v0.3.31 |
624 | 2024-12-13T23:11:02.460Z | Downloaded filetime v0.2.25 |
625 | 2024-12-13T23:11:02.460Z | Downloaded newtype-uuid v1.1.3 |
626 | 2024-12-13T23:11:02.473Z | Downloaded cookie v0.18.1 |
627 | 2024-12-13T23:11:02.473Z | Downloaded base64 v0.13.1 |
628 | 2024-12-13T23:11:02.473Z | Downloaded sqlformat v0.2.6 |
629 | 2024-12-13T23:11:02.473Z | Downloaded snafu-derive v0.8.5 |
630 | 2024-12-13T23:11:02.473Z | Downloaded rustls-pemfile v2.2.0 |
631 | 2024-12-13T23:11:02.480Z | Downloaded tinystr v0.7.6 |
632 | 2024-12-13T23:11:02.481Z | Downloaded icu_properties v1.5.1 |
633 | 2024-12-13T23:11:02.481Z | Downloaded strum v0.26.3 |
634 | 2024-12-13T23:11:02.481Z | Downloaded olpc-cjson v0.1.4 |
635 | 2024-12-13T23:11:02.482Z | Downloaded time-core v0.1.2 |
636 | 2024-12-13T23:11:02.482Z | Downloaded tokio-rustls v0.24.1 |
637 | 2024-12-13T23:11:02.491Z | Downloaded heapless v0.7.17 |
638 | 2024-12-13T23:11:02.491Z | Downloaded endian-type v0.1.2 |
639 | 2024-12-13T23:11:02.491Z | Downloaded const-oid v0.9.6 |
640 | 2024-12-13T23:11:02.495Z | Downloaded pbkdf2 v0.12.2 |
641 | 2024-12-13T23:11:02.496Z | Downloaded ppv-lite86 v0.2.20 |
642 | 2024-12-13T23:11:02.496Z | Downloaded powerfmt v0.2.0 |
643 | 2024-12-13T23:11:02.496Z | Downloaded darling_macro v0.20.10 |
644 | 2024-12-13T23:11:02.496Z | Downloaded vsss-rs v3.3.4 |
645 | 2024-12-13T23:11:02.500Z | Downloaded icu_normalizer_data v1.5.0 |
646 | 2024-12-13T23:11:02.500Z | Downloaded rustls-pki-types v1.10.0 |
647 | 2024-12-13T23:11:02.507Z | Downloaded phf v0.11.2 |
648 | 2024-12-13T23:11:02.507Z | Downloaded fs_extra v1.3.0 |
649 | 2024-12-13T23:11:02.513Z | Downloaded dropshot_endpoint v0.13.0 |
650 | 2024-12-13T23:11:02.513Z | Downloaded slab v0.4.9 |
651 | 2024-12-13T23:11:02.514Z | Downloaded num-complex v0.4.6 |
652 | 2024-12-13T23:11:02.522Z | Downloaded rustc-hash v1.1.0 |
653 | 2024-12-13T23:11:02.522Z | Downloaded rusty-fork v0.3.0 |
654 | 2024-12-13T23:11:02.523Z | Downloaded prettyplease v0.2.25 |
655 | 2024-12-13T23:11:02.531Z | Downloaded slog-scope v4.4.0 |
656 | 2024-12-13T23:11:02.531Z | Downloaded smallvec v0.6.14 |
657 | 2024-12-13T23:11:02.531Z | Downloaded futures-channel v0.3.31 |
658 | 2024-12-13T23:11:02.531Z | Downloaded backtrace v0.3.74 |
659 | 2024-12-13T23:11:02.542Z | Downloaded indicatif v0.17.9 |
660 | 2024-12-13T23:11:02.543Z | Downloaded static_assertions v1.1.0 |
661 | 2024-12-13T23:11:02.560Z | Downloaded hyper-util v0.1.10 |
662 | 2024-12-13T23:11:02.560Z | Downloaded crypto-bigint v0.5.5 |
663 | 2024-12-13T23:11:02.591Z | Downloaded pretty-hex v0.2.1 |
664 | 2024-12-13T23:11:02.591Z | Downloaded path-slash v0.1.5 |
665 | 2024-12-13T23:11:02.591Z | Downloaded openssl-macros v0.1.1 |
666 | 2024-12-13T23:11:02.591Z | Downloaded dhcproto-macros v0.1.0 |
667 | 2024-12-13T23:11:02.591Z | Downloaded xz2 v0.1.7 |
668 | 2024-12-13T23:11:02.591Z | Downloaded xattr v1.3.1 |
669 | 2024-12-13T23:11:02.591Z | Downloaded data-encoding v2.6.0 |
670 | 2024-12-13T23:11:02.592Z | Downloaded futures-macro v0.3.31 |
671 | 2024-12-13T23:11:02.592Z | Downloaded ena v0.14.3 |
672 | 2024-12-13T23:11:02.592Z | Downloaded diesel-dtrace v0.4.0 |
673 | 2024-12-13T23:11:02.592Z | Downloaded predicates v3.1.2 |
674 | 2024-12-13T23:11:02.592Z | Downloaded glob v0.3.1 |
675 | 2024-12-13T23:11:02.614Z | Downloaded openssl-probe v0.1.5 |
676 | 2024-12-13T23:11:02.615Z | Downloaded globset v0.4.15 |
677 | 2024-12-13T23:11:02.615Z | Downloaded futures-io v0.3.31 |
678 | 2024-12-13T23:11:02.615Z | Downloaded dropshot_endpoint v0.12.0 |
679 | 2024-12-13T23:11:02.615Z | Downloaded nodrop v0.1.14 |
680 | 2024-12-13T23:11:02.615Z | Downloaded slog-stdlog v4.1.1 |
681 | 2024-12-13T23:11:02.615Z | Downloaded hickory-server v0.24.1 |
682 | 2024-12-13T23:11:02.615Z | Downloaded peg v0.8.4 |
683 | 2024-12-13T23:11:02.615Z | Downloaded crossbeam-channel v0.5.13 |
684 | 2024-12-13T23:11:02.639Z | Downloaded vte_generate_state_changes v0.1.2 |
685 | 2024-12-13T23:11:02.639Z | Downloaded futures v0.3.31 |
686 | 2024-12-13T23:11:02.639Z | Downloaded paste v1.0.15 |
687 | 2024-12-13T23:11:02.639Z | Downloaded zerofrom v0.1.4 |
688 | 2024-12-13T23:11:02.639Z | Downloaded tokio-tungstenite v0.24.0 |
689 | 2024-12-13T23:11:02.639Z | Downloaded tokio-rustls v0.25.0 |
690 | 2024-12-13T23:11:02.640Z | Downloaded value-bag v1.9.0 |
691 | 2024-12-13T23:11:02.640Z | Downloaded num_threads v0.1.7 |
692 | 2024-12-13T23:11:02.640Z | Downloaded rpassword v7.3.1 |
693 | 2024-12-13T23:11:02.640Z | Downloaded radium v0.7.0 |
694 | 2024-12-13T23:11:02.640Z | Downloaded quick-error v1.2.3 |
695 | 2024-12-13T23:11:02.651Z | Downloaded r2d2 v0.8.10 |
696 | 2024-12-13T23:11:02.651Z | Downloaded number_prefix v0.4.0 |
697 | 2024-12-13T23:11:02.651Z | Downloaded yoke v0.7.4 |
698 | 2024-12-13T23:11:02.651Z | Downloaded uzers v0.12.1 |
699 | 2024-12-13T23:11:02.651Z | Downloaded yasna v0.5.2 |
700 | 2024-12-13T23:11:02.651Z | Downloaded smf v0.2.3 |
701 | 2024-12-13T23:11:02.651Z | Downloaded slog-json v2.6.1 |
702 | 2024-12-13T23:11:02.652Z | Downloaded slog-async v2.8.0 |
703 | 2024-12-13T23:11:02.652Z | Downloaded nibble_vec v0.1.0 |
704 | 2024-12-13T23:11:02.657Z | Downloaded test-strategy v0.3.1 |
705 | 2024-12-13T23:11:02.657Z | Downloaded salsa20 v0.10.2 |
706 | 2024-12-13T23:11:02.657Z | Downloaded darling_core v0.20.10 |
707 | 2024-12-13T23:11:02.657Z | Downloaded termcolor v1.4.1 |
708 | 2024-12-13T23:11:02.666Z | Downloaded unicase v2.7.0 |
709 | 2024-12-13T23:11:02.666Z | Downloaded tokio-macros v2.4.0 |
710 | 2024-12-13T23:11:02.666Z | Downloaded peg-macros v0.8.4 |
711 | 2024-12-13T23:11:02.666Z | Downloaded minimal-lexical v0.2.1 |
712 | 2024-12-13T23:11:02.674Z | Downloaded password-hash v0.4.2 |
713 | 2024-12-13T23:11:02.674Z | Downloaded omicron-zone-package v0.11.1 |
714 | 2024-12-13T23:11:02.674Z | Downloaded difflib v0.4.0 |
715 | 2024-12-13T23:11:02.674Z | Downloaded wait-timeout v0.2.0 |
716 | 2024-12-13T23:11:02.682Z | Downloaded zeroize v1.8.1 |
717 | 2024-12-13T23:11:02.682Z | Downloaded zerofrom-derive v0.1.4 |
718 | 2024-12-13T23:11:02.682Z | Downloaded untrusted v0.7.1 |
719 | 2024-12-13T23:11:02.703Z | Downloaded toml v0.7.8 |
720 | 2024-12-13T23:11:02.703Z | Downloaded derive_builder_macro v0.20.2 |
721 | 2024-12-13T23:11:02.703Z | Downloaded password-hash v0.5.0 |
722 | 2024-12-13T23:11:02.704Z | Downloaded write16 v1.0.0 |
723 | 2024-12-13T23:11:02.704Z | Downloaded foreign-types-shared v0.1.1 |
724 | 2024-12-13T23:11:02.704Z | Downloaded waitgroup v0.1.2 |
725 | 2024-12-13T23:11:02.704Z | Downloaded group v0.13.0 |
726 | 2024-12-13T23:11:02.704Z | Downloaded pkg-config v0.3.31 |
727 | 2024-12-13T23:11:02.704Z | Downloaded packed_struct_codegen v0.10.1 |
728 | 2024-12-13T23:11:02.704Z | Downloaded zopfli v0.8.1 |
729 | 2024-12-13T23:11:02.704Z | Downloaded rcgen v0.12.1 |
730 | 2024-12-13T23:11:02.709Z | Downloaded smallvec v1.13.2 |
731 | 2024-12-13T23:11:02.709Z | Downloaded mockall_derive v0.13.0 |
732 | 2024-12-13T23:11:02.709Z | Downloaded num-iter v0.1.45 |
733 | 2024-12-13T23:11:02.724Z | Downloaded normalize-line-endings v0.3.0 |
734 | 2024-12-13T23:11:02.724Z | Downloaded siphasher v0.3.11 |
735 | 2024-12-13T23:11:02.724Z | Downloaded foreign-types v0.5.0 |
736 | 2024-12-13T23:11:02.724Z | Downloaded termios v0.3.3 |
737 | 2024-12-13T23:11:02.724Z | Downloaded sec1 v0.7.3 |
738 | 2024-12-13T23:11:02.724Z | Downloaded float-ord v0.3.2 |
739 | 2024-12-13T23:11:02.724Z | Downloaded scheduled-thread-pool v0.2.7 |
740 | 2024-12-13T23:11:02.729Z | Downloaded same-file v1.0.6 |
741 | 2024-12-13T23:11:02.729Z | Downloaded typify-macro v0.2.0 |
742 | 2024-12-13T23:11:02.729Z | Downloaded tokio-postgres v0.7.12 |
743 | 2024-12-13T23:11:02.729Z | Downloaded signature v2.2.0 |
744 | 2024-12-13T23:11:02.732Z | Downloaded signal-hook-mio v0.2.4 |
745 | 2024-12-13T23:11:02.735Z | Downloaded tls_codec_derive v0.4.1 |
746 | 2024-12-13T23:11:02.739Z | Downloaded samael v0.0.17 |
747 | 2024-12-13T23:11:02.742Z | Downloaded signal-hook-tokio v0.3.1 |
748 | 2024-12-13T23:11:02.750Z | Downloaded signal-hook-registry v1.4.2 |
749 | 2024-12-13T23:11:02.750Z | Downloaded env_logger v0.11.5 |
750 | 2024-12-13T23:11:02.755Z | Downloaded shell-words v1.1.0 |
751 | 2024-12-13T23:11:02.755Z | Downloaded tokio-tungstenite v0.21.0 |
752 | 2024-12-13T23:11:02.755Z | Downloaded float-cmp v0.9.0 |
753 | 2024-12-13T23:11:02.755Z | Downloaded foldhash v0.1.3 |
754 | 2024-12-13T23:11:02.758Z | Downloaded dirs-next v2.0.0 |
755 | 2024-12-13T23:11:02.758Z | Downloaded url v2.5.3 |
756 | 2024-12-13T23:11:02.761Z | Downloaded nu-ansi-term v0.50.1 |
757 | 2024-12-13T23:11:02.764Z | Downloaded hash32 v0.2.1 |
758 | 2024-12-13T23:11:02.765Z | Downloaded pkcs8 v0.10.2 |
759 | 2024-12-13T23:11:02.769Z | Downloaded elliptic-curve v0.13.8 |
760 | 2024-12-13T23:11:02.772Z | Downloaded gethostname v0.5.0 |
761 | 2024-12-13T23:11:02.777Z | Downloaded opaque-debug v0.3.1 |
762 | 2024-12-13T23:11:02.777Z | Downloaded fxhash v0.2.1 |
763 | 2024-12-13T23:11:02.777Z | Downloaded libxml v0.3.3 |
764 | 2024-12-13T23:11:02.781Z | Downloaded num v0.4.3 |
765 | 2024-12-13T23:11:02.784Z | Downloaded rayon-core v1.12.1 |
766 | 2024-12-13T23:11:02.791Z | Downloaded pin-utils v0.1.0 |
767 | 2024-12-13T23:11:02.791Z | Downloaded idna v1.0.3 |
768 | 2024-12-13T23:11:02.794Z | Downloaded libm v0.2.8 |
769 | 2024-12-13T23:11:02.799Z | Downloaded quinn v0.11.5 |
770 | 2024-12-13T23:11:02.805Z | Downloaded parking_lot v0.11.2 |
771 | 2024-12-13T23:11:02.810Z | Downloaded rustfmt-wrapper v0.2.1 |
772 | 2024-12-13T23:11:02.810Z | Downloaded rustc_version v0.4.1 |
773 | 2024-12-13T23:11:02.811Z | Downloaded unicode-segmentation v1.12.0 |
774 | 2024-12-13T23:11:02.815Z | Downloaded crossterm v0.28.1 |
775 | 2024-12-13T23:11:02.819Z | Downloaded writeable v0.5.5 |
776 | 2024-12-13T23:11:02.823Z | Downloaded thiserror-no-std v2.0.2 |
777 | 2024-12-13T23:11:02.827Z | Downloaded mirai-annotations v1.12.0 |
778 | 2024-12-13T23:11:02.827Z | Downloaded thiserror-impl-no-std v2.0.2 |
779 | 2024-12-13T23:11:02.828Z | Downloaded flagset v0.4.6 |
780 | 2024-12-13T23:11:02.832Z | Downloaded whoami v1.5.2 |
781 | 2024-12-13T23:11:02.832Z | Downloaded walkdir v2.5.0 |
782 | 2024-12-13T23:11:02.836Z | Downloaded ghash v0.5.1 |
783 | 2024-12-13T23:11:02.836Z | Downloaded miniz_oxide v0.8.0 |
784 | 2024-12-13T23:11:02.836Z | Downloaded display-error-chain v0.2.2 |
785 | 2024-12-13T23:11:02.842Z | Downloaded schemars v0.8.21 |
786 | 2024-12-13T23:11:02.849Z | Downloaded predicates-core v1.0.8 |
787 | 2024-12-13T23:11:02.854Z | Downloaded downcast v0.11.0 |
788 | 2024-12-13T23:11:02.854Z | Downloaded itertools v0.12.1 |
789 | 2024-12-13T23:11:02.862Z | Downloaded ssh-encoding v0.2.0 |
790 | 2024-12-13T23:11:02.866Z | Downloaded ssh-cipher v0.2.0 |
791 | 2024-12-13T23:11:02.866Z | Downloaded pin-project-lite v0.2.14 |
792 | 2024-12-13T23:11:02.871Z | Downloaded pkcs1 v0.7.5 |
793 | 2024-12-13T23:11:02.871Z | Downloaded similar v2.6.0 |
794 | 2024-12-13T23:11:02.878Z | Downloaded hashbrown v0.13.2 |
795 | 2024-12-13T23:11:02.884Z | Downloaded foreign-types-shared v0.3.1 |
796 | 2024-12-13T23:11:02.884Z | Downloaded spki v0.7.3 |
797 | 2024-12-13T23:11:02.884Z | Downloaded thread_local v1.1.8 |
798 | 2024-12-13T23:11:02.890Z | Downloaded fixedbitset v0.4.2 |
799 | 2024-12-13T23:11:02.890Z | Downloaded zeroize_derive v1.4.2 |
800 | 2024-12-13T23:11:02.890Z | Downloaded rsa v0.9.6 |
801 | 2024-12-13T23:11:02.894Z | Downloaded stable_deref_trait v1.2.0 |
802 | 2024-12-13T23:11:02.894Z | Downloaded zerovec-derive v0.10.3 |
803 | 2024-12-13T23:11:02.897Z | Downloaded dhcproto v0.12.0 |
804 | 2024-12-13T23:11:02.900Z | Downloaded ed25519 v2.2.3 |
805 | 2024-12-13T23:11:02.900Z | Downloaded des v0.8.1 |
806 | 2024-12-13T23:11:02.904Z | Downloaded derive-where v1.2.7 |
807 | 2024-12-13T23:11:02.907Z | Downloaded parse-display-derive v0.10.0 |
808 | 2024-12-13T23:11:02.907Z | Downloaded fallible-streaming-iterator v0.1.9 |
809 | 2024-12-13T23:11:02.910Z | Downloaded headers v0.4.0 |
810 | 2024-12-13T23:11:02.914Z | Downloaded zone_cfg_derive v0.3.0 |
811 | 2024-12-13T23:11:02.917Z | Downloaded getrandom v0.2.15 |
812 | 2024-12-13T23:11:02.917Z | Downloaded env_logger v0.10.2 |
813 | 2024-12-13T23:11:02.921Z | Downloaded flume v0.11.1 |
814 | 2024-12-13T23:11:02.924Z | Downloaded sha1 v0.10.6 |
815 | 2024-12-13T23:11:02.929Z | Downloaded serde_repr v0.1.19 |
816 | 2024-12-13T23:11:02.929Z | Downloaded twox-hash v1.6.3 |
817 | 2024-12-13T23:11:02.933Z | Downloaded defmt v0.3.8 |
818 | 2024-12-13T23:11:02.939Z | Downloaded postcard v1.0.10 |
819 | 2024-12-13T23:11:02.939Z | Downloaded postgres-protocol v0.6.7 |
820 | 2024-12-13T23:11:02.942Z | Downloaded hkdf v0.12.4 |
821 | 2024-12-13T23:11:02.942Z | Downloaded unicode_categories v0.1.1 |
822 | 2024-12-13T23:11:02.947Z | Downloaded pin-project-internal v1.1.6 |
823 | 2024-12-13T23:11:02.947Z | Downloaded pkcs5 v0.7.1 |
824 | 2024-12-13T23:11:02.951Z | Downloaded zerocopy-derive v0.8.10 |
825 | 2024-12-13T23:11:02.956Z | Downloaded russh-cryptovec v0.7.3 |
826 | 2024-12-13T23:11:02.960Z | Downloaded ron v0.7.1 |
827 | 2024-12-13T23:11:02.967Z | Downloaded futures-executor v0.3.31 |
828 | 2024-12-13T23:11:02.967Z | Downloaded num_enum_derive v0.5.11 |
829 | 2024-12-13T23:11:02.970Z | Downloaded env_filter v0.1.2 |
830 | 2024-12-13T23:11:02.970Z | Downloaded ed25519-dalek v2.1.1 |
831 | 2024-12-13T23:11:02.970Z | Downloaded tracing-core v0.1.32 |
832 | 2024-12-13T23:11:02.974Z | Downloaded take_mut v0.2.2 |
833 | 2024-12-13T23:11:02.974Z | Downloaded rand_xorshift v0.3.0 |
834 | 2024-12-13T23:11:02.978Z | Downloaded serde_path_to_error v0.1.16 |
835 | 2024-12-13T23:11:02.979Z | Downloaded vte v0.11.1 |
836 | 2024-12-13T23:11:02.983Z | Downloaded derive_more v0.99.18 |
837 | 2024-12-13T23:11:02.989Z | Downloaded rand_seeder v0.3.0 |
838 | 2024-12-13T23:11:02.989Z | Downloaded aho-corasick v1.1.3 |
839 | 2024-12-13T23:11:02.994Z | Downloaded num_enum v0.5.11 |
840 | 2024-12-13T23:11:02.998Z | Downloaded dirs-sys-next v0.1.2 |
841 | 2024-12-13T23:11:02.998Z | Downloaded form_urlencoded v1.2.1 |
842 | 2024-12-13T23:11:02.998Z | Downloaded tinyvec_macros v0.1.1 |
843 | 2024-12-13T23:11:03.006Z | Downloaded zone_cfg_derive v0.1.2 |
844 | 2024-12-13T23:11:03.006Z | Downloaded progenitor-macro v0.8.0 |
845 | 2024-12-13T23:11:03.006Z | Downloaded deranged v0.3.11 |
846 | 2024-12-13T23:11:03.006Z | Downloaded rand_core v0.6.4 |
847 | 2024-12-13T23:11:03.006Z | Downloaded semver v0.1.20 |
848 | 2024-12-13T23:11:03.027Z | Downloaded scrypt v0.11.0 |
849 | 2024-12-13T23:11:03.027Z | Downloaded primeorder v0.13.6 |
850 | 2024-12-13T23:11:03.027Z | Downloaded enum-as-inner v0.5.1 |
851 | 2024-12-13T23:11:03.027Z | Downloaded either v1.13.0 |
852 | 2024-12-13T23:11:03.027Z | Downloaded hashbrown v0.14.5 |
853 | 2024-12-13T23:11:03.027Z | Downloaded tokio-stream v0.1.16 |
854 | 2024-12-13T23:11:03.027Z | Downloaded sct v0.7.1 |
855 | 2024-12-13T23:11:03.032Z | Downloaded spin v0.9.8 |
856 | 2024-12-13T23:11:03.032Z | Downloaded tracing v0.1.40 |
857 | 2024-12-13T23:11:03.035Z | Downloaded signal-hook v0.3.17 |
858 | 2024-12-13T23:11:03.035Z | Downloaded nanorand v0.7.0 |
859 | 2024-12-13T23:11:03.037Z | Downloaded topological-sort v0.2.2 |
860 | 2024-12-13T23:11:03.041Z | Downloaded postgres-types v0.2.8 |
861 | 2024-12-13T23:11:03.044Z | Downloaded num-integer v0.1.46 |
862 | 2024-12-13T23:11:03.044Z | Downloaded percent-encoding v2.3.1 |
863 | 2024-12-13T23:11:03.044Z | Downloaded tap v1.0.1 |
864 | 2024-12-13T23:11:03.048Z | Downloaded synstructure v0.13.1 |
865 | 2024-12-13T23:11:03.048Z | Downloaded supports-color v3.0.1 |
866 | 2024-12-13T23:11:03.048Z | Downloaded tokio-native-tls v0.3.1 |
867 | 2024-12-13T23:11:03.050Z | Downloaded blake3 v1.5.4 |
868 | 2024-12-13T23:11:03.058Z | Downloaded num-traits v0.2.19 |
869 | 2024-12-13T23:11:03.061Z | Downloaded futures-sink v0.3.31 |
870 | 2024-12-13T23:11:03.061Z | Downloaded enum-as-inner v0.6.1 |
871 | 2024-12-13T23:11:03.063Z | Downloaded serde_with v3.11.0 |
872 | 2024-12-13T23:11:03.070Z | Downloaded pem v3.0.4 |
873 | 2024-12-13T23:11:03.073Z | Downloaded peg-runtime v0.8.3 |
874 | 2024-12-13T23:11:03.073Z | Downloaded newtype_derive v0.1.6 |
875 | 2024-12-13T23:11:03.076Z | Downloaded num-conv v0.1.0 |
876 | 2024-12-13T23:11:03.076Z | Downloaded zone v0.3.0 |
877 | 2024-12-13T23:11:03.079Z | Downloaded tls_codec v0.4.1 |
878 | 2024-12-13T23:11:03.079Z | Downloaded futures-task v0.3.31 |
879 | 2024-12-13T23:11:03.079Z | Downloaded defmt-macros v0.3.9 |
880 | 2024-12-13T23:11:03.083Z | Downloaded strum_macros v0.25.3 |
881 | 2024-12-13T23:11:03.087Z | Downloaded owo-colors v4.1.0 |
882 | 2024-12-13T23:11:03.089Z | Downloaded serde_derive_internals v0.29.1 |
883 | 2024-12-13T23:11:03.089Z | Downloaded serde-hex v0.1.0 |
884 | 2024-12-13T23:11:03.094Z | Downloaded slog v2.7.0 |
885 | 2024-12-13T23:11:03.098Z | Downloaded strip-ansi-escapes v0.2.0 |
886 | 2024-12-13T23:11:03.098Z | Downloaded unicode-properties v0.1.3 |
887 | 2024-12-13T23:11:03.098Z | Downloaded phf_shared v0.11.2 |
888 | 2024-12-13T23:11:03.101Z | Downloaded half v2.4.1 |
889 | 2024-12-13T23:11:03.101Z | Downloaded vergen v8.3.2 |
890 | 2024-12-13T23:11:03.104Z | Downloaded pin-project v1.1.6 |
891 | 2024-12-13T23:11:03.114Z | Downloaded string_cache v0.8.7 |
892 | 2024-12-13T23:11:03.117Z | Downloaded snafu v0.8.5 |
893 | 2024-12-13T23:11:03.122Z | Downloaded rustc-hash v2.0.0 |
894 | 2024-12-13T23:11:03.125Z | Downloaded subprocess v0.2.9 |
895 | 2024-12-13T23:11:03.128Z | Downloaded der_derive v0.7.3 |
896 | 2024-12-13T23:11:03.128Z | Downloaded term v0.7.0 |
897 | 2024-12-13T23:11:03.131Z | Downloaded num-derive v0.4.2 |
898 | 2024-12-13T23:11:03.133Z | Downloaded reedline v0.35.0 |
899 | 2024-12-13T23:11:03.140Z | Downloaded untrusted v0.9.0 |
900 | 2024-12-13T23:11:03.143Z | Downloaded ron v0.8.1 |
901 | 2024-12-13T23:11:03.147Z | Downloaded tungstenite v0.23.0 |
902 | 2024-12-13T23:11:03.151Z | Downloaded universal-hash v0.5.1 |
903 | 2024-12-13T23:11:03.153Z | Downloaded progenitor v0.8.0 |
904 | 2024-12-13T23:11:03.153Z | Downloaded proc-macro-crate v1.3.1 |
905 | 2024-12-13T23:11:03.156Z | Downloaded tar v0.4.42 |
906 | 2024-12-13T23:11:03.158Z | Downloaded sqlparser v0.45.0 |
907 | 2024-12-13T23:11:03.163Z | Downloaded tokio-tungstenite v0.23.1 |
908 | 2024-12-13T23:11:03.166Z | Downloaded zip v0.6.6 |
909 | 2024-12-13T23:11:03.169Z | Downloaded diesel_derives v2.2.3 |
910 | 2024-12-13T23:11:03.173Z | Downloaded native-tls v0.2.12 |
911 | 2024-12-13T23:11:03.176Z | Downloaded wyz v0.5.1 |
912 | 2024-12-13T23:11:03.179Z | Downloaded steno v0.4.1 |
913 | 2024-12-13T23:11:03.182Z | Downloaded russh-keys v0.45.0 |
914 | 2024-12-13T23:11:03.184Z | Downloaded tinyvec v1.8.0 |
915 | 2024-12-13T23:11:03.187Z | Downloaded rand v0.8.5 |
916 | 2024-12-13T23:11:03.190Z | Downloaded unicode-bidi v0.3.17 |
917 | 2024-12-13T23:11:03.193Z | Downloaded multimap v0.10.0 |
918 | 2024-12-13T23:11:03.201Z | Downloaded utf16_iter v1.0.5 |
919 | 2024-12-13T23:11:03.201Z | Downloaded psl-types v2.0.11 |
920 | 2024-12-13T23:11:03.203Z | Downloaded multer v3.1.0 |
921 | 2024-12-13T23:11:03.204Z | Downloaded mockall v0.13.0 |
922 | 2024-12-13T23:11:03.204Z | Downloaded strum_macros v0.26.4 |
923 | 2024-12-13T23:11:03.204Z | Downloaded flate2 v1.0.34 |
924 | 2024-12-13T23:11:03.208Z | Downloaded rayon v1.10.0 |
925 | 2024-12-13T23:11:03.217Z | Downloaded tokio-rustls v0.26.0 |
926 | 2024-12-13T23:11:03.219Z | Downloaded chrono v0.4.38 |
927 | 2024-12-13T23:11:03.227Z | Downloaded p256 v0.13.2 |
928 | 2024-12-13T23:11:03.230Z | Downloaded openssl-sys v0.9.103 |
929 | 2024-12-13T23:11:03.235Z | Downloaded icu_properties_data v1.5.0 |
930 | 2024-12-13T23:11:03.245Z | Downloaded progenitor-impl v0.8.0 |
931 | 2024-12-13T23:11:03.248Z | Downloaded mio v1.0.2 |
932 | 2024-12-13T23:11:03.253Z | Downloaded tungstenite v0.24.0 |
933 | 2024-12-13T23:11:03.257Z | Downloaded lalrpop v0.19.12 |
934 | 2024-12-13T23:11:03.268Z | Downloaded qorb v0.2.1 |
935 | 2024-12-13T23:11:03.272Z | Downloaded russh v0.45.0 |
936 | 2024-12-13T23:11:03.278Z | Downloaded bitvec v1.0.1 |
937 | 2024-12-13T23:11:03.293Z | Downloaded unsafe-libyaml v0.2.11 |
938 | 2024-12-13T23:11:03.296Z | Downloaded typed-path v0.9.3 |
939 | 2024-12-13T23:11:03.302Z | Downloaded time v0.3.36 |
940 | 2024-12-13T23:11:03.309Z | Downloaded nom v7.1.3 |
941 | 2024-12-13T23:11:03.314Z | Downloaded quick-xml v0.33.0 |
942 | 2024-12-13T23:11:03.321Z | Downloaded p521 v0.13.3 |
943 | 2024-12-13T23:11:03.325Z | Downloaded zerovec v0.10.4 |
944 | 2024-12-13T23:11:03.331Z | Downloaded reqwest v0.12.9 |
945 | 2024-12-13T23:11:03.340Z | Downloaded idna v0.5.0 |
946 | 2024-12-13T23:11:03.346Z | Downloaded zip v2.1.3 |
947 | 2024-12-13T23:11:03.353Z | Downloaded tough v0.19.0 |
948 | 2024-12-13T23:11:03.360Z | Downloaded der v0.7.9 |
949 | 2024-12-13T23:11:03.363Z | Downloaded rusqlite v0.32.1 |
950 | 2024-12-13T23:11:03.372Z | Downloaded unicode-normalization v0.1.24 |
951 | 2024-12-13T23:11:03.375Z | Downloaded winnow v0.5.40 |
952 | 2024-12-13T23:11:03.384Z | Downloaded parse-zoneinfo v0.3.1 |
953 | 2024-12-13T23:11:03.387Z | Downloaded idna v0.4.0 |
954 | 2024-12-13T23:11:03.394Z | Downloaded rustls-webpki v0.101.7 |
955 | 2024-12-13T23:11:03.410Z | Downloaded ssh-key v0.6.6 |
956 | 2024-12-13T23:11:03.417Z | Downloaded rustyline v14.0.0 |
957 | 2024-12-13T23:11:03.423Z | Downloaded petname v2.0.2 |
958 | 2024-12-13T23:11:03.429Z | Downloaded git2 v0.19.0 |
959 | 2024-12-13T23:11:03.439Z | Downloaded portable-atomic v1.9.0 |
960 | 2024-12-13T23:11:03.446Z | Downloaded openssl v0.10.66 |
961 | 2024-12-13T23:11:03.456Z | Downloaded regex v1.11.1 |
962 | 2024-12-13T23:11:03.470Z | Downloaded h2 v0.4.6 |
963 | 2024-12-13T23:11:03.478Z | Downloaded p384 v0.13.0 |
964 | 2024-12-13T23:11:03.485Z | Downloaded webpki-roots v0.26.6 |
965 | 2024-12-13T23:11:03.489Z | Downloaded nix v0.28.0 |
966 | 2024-12-13T23:11:03.502Z | Downloaded trust-dns-proto v0.22.0 |
967 | 2024-12-13T23:11:03.517Z | Downloaded futures-util v0.3.31 |
968 | 2024-12-13T23:11:03.530Z | Downloaded radix_trie v0.2.1 |
969 | 2024-12-13T23:11:03.535Z | Downloaded nix v0.29.0 |
970 | 2024-12-13T23:11:03.549Z | Downloaded proptest v1.5.0 |
971 | 2024-12-13T23:11:03.559Z | Downloaded nix v0.27.1 |
972 | 2024-12-13T23:11:03.572Z | Downloaded gimli v0.31.1 |
973 | 2024-12-13T23:11:03.581Z | Downloaded diesel v2.2.6 |
974 | 2024-12-13T23:11:03.601Z | Downloaded unicode-width v0.2.0 |
975 | 2024-12-13T23:11:03.608Z | Downloaded smoltcp v0.11.0 |
976 | 2024-12-13T23:11:03.621Z | Downloaded smoltcp v0.9.1 |
977 | 2024-12-13T23:11:03.634Z | Downloaded object v0.36.5 |
978 | 2024-12-13T23:11:03.646Z | Downloaded regex-syntax v0.6.29 |
979 | 2024-12-13T23:11:03.654Z | Downloaded rustls-webpki v0.102.8 |
980 | 2024-12-13T23:11:03.674Z | Downloaded regress v0.9.1 |
981 | 2024-12-13T23:11:03.683Z | Downloaded object v0.30.4 |
982 | 2024-12-13T23:11:03.694Z | Downloaded regex-syntax v0.8.5 |
983 | 2024-12-13T23:11:03.702Z | Downloaded dropshot v0.12.0 |
984 | 2024-12-13T23:11:03.723Z | Downloaded sled v0.34.7 |
985 | 2024-12-13T23:11:03.734Z | Downloaded dropshot v0.13.0 |
986 | 2024-12-13T23:11:03.755Z | Downloaded openapiv3 v2.0.0 |
987 | 2024-12-13T23:11:03.767Z | Downloaded typify-impl v0.2.0 |
988 | 2024-12-13T23:11:03.784Z | Downloaded rustls v0.23.19 |
989 | 2024-12-13T23:11:03.796Z | Downloaded bstr v1.10.0 |
990 | 2024-12-13T23:11:03.807Z | Downloaded ratatui v0.28.1 |
991 | 2024-12-13T23:11:03.828Z | Downloaded rustls v0.22.4 |
992 | 2024-12-13T23:11:03.841Z | Downloaded regress v0.10.1 |
993 | 2024-12-13T23:11:03.850Z | Downloaded vcpkg v0.2.15 |
994 | 2024-12-13T23:11:03.890Z | Downloaded zerocopy-derive v0.6.6 |
995 | 2024-12-13T23:11:03.899Z | Downloaded chrono-tz v0.10.0 |
996 | 2024-12-13T23:11:03.907Z | Downloaded polar-core v0.27.3 |
997 | 2024-12-13T23:11:03.917Z | Downloaded hickory-proto v0.24.1 |
998 | 2024-12-13T23:11:03.932Z | Downloaded lzma-sys v0.1.20 |
999 | 2024-12-13T23:11:03.962Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1000 | 2024-12-13T23:11:03.974Z | Downloaded rustls v0.21.12 |
1001 | 2024-12-13T23:11:03.985Z | Downloaded curve25519-dalek v4.1.3 |
1002 | 2024-12-13T23:11:03.995Z | Downloaded petgraph v0.6.5 |
1003 | 2024-12-13T23:11:04.013Z | Downloaded regex-automata v0.4.8 |
1004 | 2024-12-13T23:11:04.031Z | Downloaded libz-sys v1.1.20 |
1005 | 2024-12-13T23:11:04.052Z | Downloaded idna v0.3.0 |
1006 | 2024-12-13T23:11:04.058Z | Downloaded idna v0.2.3 |
1007 | 2024-12-13T23:11:04.065Z | Downloaded salty v0.3.0 |
1008 | 2024-12-13T23:11:04.073Z | Downloaded quinn-proto v0.11.8 |
1009 | 2024-12-13T23:11:04.080Z | Downloaded zerocopy v0.8.10 |
1010 | 2024-12-13T23:11:04.104Z | Downloaded bindgen v0.69.5 |
1011 | 2024-12-13T23:11:04.111Z | Downloaded num-rational v0.4.2 |
1012 | 2024-12-13T23:11:04.115Z | Downloaded expectorate v1.1.0 |
1013 | 2024-12-13T23:11:04.115Z | Downloaded tokio-util v0.7.12 |
1014 | 2024-12-13T23:11:04.124Z | Downloaded aws-lc-rs v1.10.0 |
1015 | 2024-12-13T23:11:04.130Z | Downloaded hashbrown v0.12.3 |
1016 | 2024-12-13T23:11:04.136Z | Downloaded tokio v1.40.0 |
1017 | 2024-12-13T23:11:04.174Z | Downloaded csv v1.3.0 |
1018 | 2024-12-13T23:11:04.195Z | Downloaded fd-lock v4.0.2 |
1019 | 2024-12-13T23:11:04.199Z | Downloaded debug-ignore v1.0.5 |
1020 | 2024-12-13T23:11:04.202Z | Downloaded fatfs v0.3.6 |
1021 | 2024-12-13T23:11:04.202Z | Downloaded x509-cert v0.2.5 |
1022 | 2024-12-13T23:11:04.207Z | Downloaded sha3 v0.10.8 |
1023 | 2024-12-13T23:11:04.213Z | Downloaded socket2 v0.5.7 |
1024 | 2024-12-13T23:11:04.215Z | Downloaded oso v0.27.3 |
1025 | 2024-12-13T23:11:04.218Z | Downloaded parse-size v1.1.0 |
1026 | 2024-12-13T23:11:04.222Z | Downloaded tower-service v0.3.3 |
1027 | 2024-12-13T23:11:04.222Z | Downloaded tungstenite v0.21.0 |
1028 | 2024-12-13T23:11:04.224Z | Downloaded tracing-attributes v0.1.27 |
1029 | 2024-12-13T23:11:04.227Z | Downloaded num-bigint-dig v0.8.4 |
1030 | 2024-12-13T23:11:04.231Z | Downloaded itertools v0.13.0 |
1031 | 2024-12-13T23:11:04.239Z | Downloaded hyper v1.5.0 |
1032 | 2024-12-13T23:11:04.253Z | Downloaded pem-rfc7468 v0.7.0 |
1033 | 2024-12-13T23:11:04.256Z | Downloaded parking_lot_core v0.8.6 |
1034 | 2024-12-13T23:11:04.256Z | Downloaded spin v0.5.2 |
1035 | 2024-12-13T23:11:04.256Z | Downloaded rtoolbox v0.0.2 |
1036 | 2024-12-13T23:11:04.256Z | Downloaded polyval v0.6.2 |
1037 | 2024-12-13T23:11:04.256Z | Downloaded fallible-iterator v0.3.0 |
1038 | 2024-12-13T23:11:04.256Z | Downloaded fallible-iterator v0.2.0 |
1039 | 2024-12-13T23:11:04.259Z | Downloaded unicode-xid v0.2.6 |
1040 | 2024-12-13T23:11:04.259Z | Downloaded poly1305 v0.8.0 |
1041 | 2024-12-13T23:11:04.261Z | Downloaded parking_lot v0.12.3 |
1042 | 2024-12-13T23:11:04.264Z | Downloaded aes-gcm v0.10.3 |
1043 | 2024-12-13T23:11:04.266Z | Downloaded thiserror-impl v2.0.3 |
1044 | 2024-12-13T23:11:04.269Z | Downloaded displaydoc v0.2.5 |
1045 | 2024-12-13T23:11:04.272Z | Downloaded hash32 v0.3.1 |
1046 | 2024-12-13T23:11:04.275Z | Downloaded tabwriter v1.4.0 |
1047 | 2024-12-13T23:11:04.275Z | Downloaded rustc_version v0.1.7 |
1048 | 2024-12-13T23:11:04.277Z | Downloaded num-bigint v0.4.6 |
1049 | 2024-12-13T23:11:04.280Z | Downloaded uuid v1.11.0 |
1050 | 2024-12-13T23:11:04.283Z | Downloaded encoding_rs v0.8.34 |
1051 | 2024-12-13T23:11:04.306Z | Downloaded toml_edit v0.19.15 |
1052 | 2024-12-13T23:11:04.321Z | Downloaded itertools v0.10.5 |
1053 | 2024-12-13T23:11:04.328Z | Downloaded http v1.1.0 |
1054 | 2024-12-13T23:11:04.331Z | Downloaded chacha20poly1305 v0.10.1 |
1055 | 2024-12-13T23:11:04.342Z | Downloaded subtle v2.6.1 |
1056 | 2024-12-13T23:11:04.342Z | Downloaded stringprep v0.1.5 |
1057 | 2024-12-13T23:11:04.356Z | Downloaded icu_collections v1.5.0 |
1058 | 2024-12-13T23:11:04.356Z | Downloaded predicates-tree v1.0.11 |
1059 | 2024-12-13T23:11:04.356Z | Downloaded typify v0.2.0 |
1060 | 2024-12-13T23:11:04.356Z | Downloaded time-macros v0.2.18 |
1061 | 2024-12-13T23:11:04.379Z | Downloaded structmeta v0.3.0 |
1062 | 2024-12-13T23:11:04.381Z | Downloaded aes v0.8.4 |
1063 | 2024-12-13T23:11:04.381Z | Downloaded thiserror v2.0.3 |
1064 | 2024-12-13T23:11:04.382Z | Downloaded hickory-resolver v0.24.1 |
1065 | 2024-12-13T23:11:04.399Z | Downloaded publicsuffix v2.2.3 |
1066 | 2024-12-13T23:11:04.399Z | Downloaded slog-term v2.9.1 |
1067 | 2024-12-13T23:11:04.399Z | Downloaded serde_with_macros v3.11.0 |
1068 | 2024-12-13T23:11:04.399Z | Downloaded serde_yaml v0.9.34+deprecated |
1069 | 2024-12-13T23:11:04.399Z | Downloaded zerocopy v0.6.6 |
1070 | 2024-12-13T23:11:04.399Z | Downloaded foreign-types-macros v0.2.3 |
1071 | 2024-12-13T23:11:04.399Z | Downloaded embedded-io v0.6.1 |
1072 | 2024-12-13T23:11:04.399Z | Downloaded embedded-io v0.4.0 |
1073 | 2024-12-13T23:11:04.399Z | Downloaded diff v0.1.13 |
1074 | 2024-12-13T23:11:04.399Z | Downloaded utf8_iter v1.0.4 |
1075 | 2024-12-13T23:11:04.399Z | Downloaded strum_macros v0.24.3 |
1076 | 2024-12-13T23:11:04.431Z | Downloaded structmeta v0.2.0 |
1077 | 2024-12-13T23:11:04.432Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1078 | 2024-12-13T23:11:04.472Z | Downloaded parking_lot_core v0.9.10 |
1079 | 2024-12-13T23:11:04.491Z | Downloaded const_format v0.2.33 |
1080 | 2024-12-13T23:11:04.492Z | Downloaded bumpalo v3.16.0 |
1081 | 2024-12-13T23:11:04.492Z | Downloaded base64 v0.22.1 |
1082 | 2024-12-13T23:11:04.492Z | Downloaded ecdsa v0.16.9 |
1083 | 2024-12-13T23:11:04.492Z | Downloaded derive_builder v0.20.2 |
1084 | 2024-12-13T23:11:04.492Z | Downloaded serde_urlencoded v0.7.1 |
1085 | 2024-12-13T23:11:04.492Z | Downloaded schemars_derive v0.8.21 |
1086 | 2024-12-13T23:11:04.493Z | Downloaded cc v1.1.30 |
1087 | 2024-12-13T23:11:04.493Z | Downloaded base64 v0.21.7 |
1088 | 2024-12-13T23:11:04.493Z | Downloaded rustversion v1.0.17 |
1089 | 2024-12-13T23:11:04.520Z | Downloaded hashlink v0.9.1 |
1090 | 2024-12-13T23:11:04.520Z | Downloaded dunce v1.0.5 |
1091 | 2024-12-13T23:11:04.520Z | Downloaded derive_builder_core v0.20.2 |
1092 | 2024-12-13T23:11:04.520Z | Downloaded rustc-demangle v0.1.24 |
1093 | 2024-12-13T23:11:04.520Z | Downloaded phf_generator v0.11.2 |
1094 | 2024-12-13T23:11:04.520Z | Downloaded phf_codegen v0.11.2 |
1095 | 2024-12-13T23:11:04.521Z | Downloaded parse-display v0.10.0 |
1096 | 2024-12-13T23:11:04.521Z | Downloaded packed_struct v0.10.1 |
1097 | 2024-12-13T23:11:04.521Z | Downloaded pbkdf2 v0.11.0 |
1098 | 2024-12-13T23:11:04.521Z | Downloaded ff v0.13.0 |
1099 | 2024-12-13T23:11:04.521Z | Downloaded dsl_auto_type v0.1.2 |
1100 | 2024-12-13T23:11:04.521Z | Downloaded compact_str v0.8.0 |
1101 | 2024-12-13T23:11:04.521Z | Downloaded bytes v1.8.0 |
1102 | 2024-12-13T23:11:04.521Z | Downloaded rustls-pemfile v1.0.4 |
1103 | 2024-12-13T23:11:04.540Z | Downloaded crossbeam-utils v0.8.20 |
1104 | 2024-12-13T23:11:04.540Z | Downloaded crossbeam-epoch v0.9.18 |
1105 | 2024-12-13T23:11:04.540Z | Downloaded crc-any v2.5.0 |
1106 | 2024-12-13T23:11:04.540Z | Downloaded shlex v1.3.0 |
1107 | 2024-12-13T23:11:04.540Z | Downloaded scopeguard v1.2.0 |
1108 | 2024-12-13T23:11:04.540Z | Downloaded rfc6979 v0.4.0 |
1109 | 2024-12-13T23:11:04.541Z | Downloaded resolv-conf v0.7.0 |
1110 | 2024-12-13T23:11:04.541Z | Downloaded ref-cast v1.0.23 |
1111 | 2024-12-13T23:11:04.541Z | Downloaded rand_chacha v0.3.1 |
1112 | 2024-12-13T23:11:04.541Z | Downloaded ahash v0.8.11 |
1113 | 2024-12-13T23:11:04.541Z | Downloaded icu_locid_transform v1.5.0 |
1114 | 2024-12-13T23:11:04.541Z | Downloaded quinn-udp v0.5.5 |
1115 | 2024-12-13T23:11:04.561Z | Downloaded litemap v0.7.3 |
1116 | 2024-12-13T23:11:04.562Z | Downloaded sync-ptr v0.1.1 |
1117 | 2024-12-13T23:11:04.562Z | Downloaded libefi-sys v0.1.0 |
1118 | 2024-12-13T23:11:04.562Z | Downloaded jobserver v0.1.32 |
1119 | 2024-12-13T23:11:04.562Z | Downloaded mime_guess v2.0.5 |
1120 | 2024-12-13T23:11:04.562Z | Downloaded is-terminal v0.4.13 |
1121 | 2024-12-13T23:11:04.562Z | Downloaded base64ct v1.6.0 |
1122 | 2024-12-13T23:11:04.562Z | Downloaded bzip2 v0.4.4 |
1123 | 2024-12-13T23:11:04.562Z | Downloaded bcs v0.1.6 |
1124 | 2024-12-13T23:11:04.562Z | Downloaded ascii-canvas v3.0.0 |
1125 | 2024-12-13T23:11:04.562Z | Downloaded arrayvec v0.7.6 |
1126 | 2024-12-13T23:11:04.562Z | Downloaded async-trait v0.1.83 |
1127 | 2024-12-13T23:11:04.573Z | Downloaded kstat-rs v0.2.4 |
1128 | 2024-12-13T23:11:04.573Z | Downloaded inout v0.1.3 |
1129 | 2024-12-13T23:11:04.573Z | Downloaded highway v1.2.0 |
1130 | 2024-12-13T23:11:04.573Z | Downloaded cookie_store v0.21.0 |
1131 | 2024-12-13T23:11:04.574Z | Downloaded cipher v0.4.4 |
1132 | 2024-12-13T23:11:04.574Z | Downloaded backoff v0.4.0 |
1133 | 2024-12-13T23:11:04.574Z | Downloaded async-bb8-diesel v0.2.1 |
1134 | 2024-12-13T23:11:04.574Z | Downloaded addr2line v0.24.2 |
1135 | 2024-12-13T23:11:04.574Z | Downloaded idna_adapter v1.2.0 |
1136 | 2024-12-13T23:11:04.574Z | Downloaded buf-list v1.0.3 |
1137 | 2024-12-13T23:11:04.574Z | Downloaded lockfree-object-pool v0.1.6 |
1138 | 2024-12-13T23:11:04.581Z | Downloaded lazy_static v1.5.0 |
1139 | 2024-12-13T23:11:04.581Z | Downloaded block-padding v0.3.3 |
1140 | 2024-12-13T23:11:04.581Z | Downloaded base16ct v0.2.0 |
1141 | 2024-12-13T23:11:04.581Z | Downloaded hickory-client v0.24.1 |
1142 | 2024-12-13T23:11:04.581Z | Downloaded curve25519-dalek-derive v0.1.1 |
1143 | 2024-12-13T23:11:04.581Z | Downloaded async-stream v0.3.6 |
1144 | 2024-12-13T23:11:04.591Z | Downloaded assert_matches v1.5.0 |
1145 | 2024-12-13T23:11:04.591Z | Downloaded linked-hash-map v0.5.6 |
1146 | 2024-12-13T23:11:04.592Z | Downloaded keccak v0.1.5 |
1147 | 2024-12-13T23:11:04.592Z | Downloaded hubpack v0.1.2 |
1148 | 2024-12-13T23:11:04.611Z | Downloaded http-body-util v0.1.2 |
1149 | 2024-12-13T23:11:04.612Z | Downloaded chrono-tz-build v0.4.0 |
1150 | 2024-12-13T23:11:04.613Z | Downloaded colored v2.1.0 |
1151 | 2024-12-13T23:11:04.613Z | Downloaded bitflags v1.3.2 |
1152 | 2024-12-13T23:11:04.613Z | Downloaded humantime v2.1.0 |
1153 | 2024-12-13T23:11:04.613Z | Downloaded async-recursion v1.1.1 |
1154 | 2024-12-13T23:11:04.624Z | Downloaded bb8 v0.8.5 |
1155 | 2024-12-13T23:11:04.625Z | Downloaded cassowary v0.3.0 |
1156 | 2024-12-13T23:11:04.625Z | Downloaded hex-literal v0.4.1 |
1157 | 2024-12-13T23:11:04.625Z | Downloaded matches v0.1.10 |
1158 | 2024-12-13T23:11:04.625Z | Downloaded match_cfg v0.1.0 |
1159 | 2024-12-13T23:11:04.625Z | Downloaded aead v0.5.2 |
1160 | 2024-12-13T23:11:04.741Z | Downloaded libsqlite3-sys v0.30.1 |
1161 | 2024-12-13T23:11:05.061Z | Downloaded ring v0.17.8 |
1162 | 2024-12-13T23:11:05.214Z | Downloaded ring v0.16.20 |
1163 | 2024-12-13T23:11:05.487Z | Downloaded aws-lc-sys v0.22.0 |
1164 | 2024-12-13T23:11:05.790Z | Compiling serde v1.0.215 |
1165 | 2024-12-13T23:11:05.793Z | Compiling lock_api v0.4.12 |
1166 | 2024-12-13T23:11:05.793Z | Compiling scopeguard v1.2.0 |
1167 | 2024-12-13T23:11:05.793Z | Compiling value-bag v1.9.0 |
1168 | 2024-12-13T23:11:05.793Z | Compiling typenum v1.17.0 |
1169 | 2024-12-13T23:11:05.793Z | Compiling generic-array v0.14.7 |
1170 | 2024-12-13T23:11:05.989Z | Compiling syn v2.0.87 |
1171 | 2024-12-13T23:11:06.005Z | Compiling getrandom v0.2.15 |
1172 | 2024-12-13T23:11:06.188Z | Compiling subtle v2.6.1 |
1173 | 2024-12-13T23:11:06.304Z | Compiling rand_core v0.6.4 |
1174 | 2024-12-13T23:11:06.418Z | Compiling log v0.4.22 |
1175 | 2024-12-13T23:11:06.524Z | Compiling shlex v1.3.0 |
1176 | 2024-12-13T23:11:06.527Z | Compiling jobserver v0.1.32 |
1177 | 2024-12-13T23:11:06.574Z | Compiling smallvec v1.13.2 |
1178 | 2024-12-13T23:11:06.804Z | Compiling const-oid v0.9.6 |
1179 | 2024-12-13T23:11:06.860Z | Compiling spin v0.9.8 |
1180 | 2024-12-13T23:11:06.932Z | Compiling cc v1.1.30 |
1181 | 2024-12-13T23:11:06.977Z | Compiling pin-project-lite v0.2.14 |
1182 | 2024-12-13T23:11:07.104Z | Compiling rustix v0.38.37 |
1183 | 2024-12-13T23:11:07.272Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-13T23:11:07.302Z | Compiling futures-core v0.3.31 |
1185 | 2024-12-13T23:11:07.566Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2024-12-13T23:11:07.666Z | Compiling mio v1.0.2 |
1187 | 2024-12-13T23:11:08.119Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-12-13T23:11:08.417Z | Compiling parking_lot v0.12.3 |
1189 | 2024-12-13T23:11:08.544Z | Compiling regex-syntax v0.8.5 |
1190 | 2024-12-13T23:11:08.870Z | Compiling cpufeatures v0.2.14 |
1191 | 2024-12-13T23:11:08.984Z | Compiling lazy_static v1.5.0 |
1192 | 2024-12-13T23:11:08.986Z | Compiling futures-sink v0.3.31 |
1193 | 2024-12-13T23:11:08.986Z | Compiling stable_deref_trait v1.2.0 |
1194 | 2024-12-13T23:11:09.107Z | Compiling either v1.13.0 |
1195 | 2024-12-13T23:11:09.126Z | Compiling glob v0.3.1 |
1196 | 2024-12-13T23:11:09.184Z | Compiling socket2 v0.5.7 |
1197 | 2024-12-13T23:11:09.391Z | Compiling slab v0.4.9 |
1198 | 2024-12-13T23:11:09.574Z | Compiling prettyplease v0.2.25 |
1199 | 2024-12-13T23:11:09.876Z | Compiling minimal-lexical v0.2.1 |
1200 | 2024-12-13T23:11:10.207Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-13T23:11:10.238Z | Compiling libloading v0.8.5 |
1202 | 2024-12-13T23:11:10.241Z | Compiling bindgen v0.69.5 |
1203 | 2024-12-13T23:11:10.414Z | Compiling nom v7.1.3 |
1204 | 2024-12-13T23:11:10.702Z | Compiling home v0.5.9 |
1205 | 2024-12-13T23:11:10.963Z | Compiling serde_json v1.0.132 |
1206 | 2024-12-13T23:11:11.074Z | Compiling itertools v0.10.5 |
1207 | 2024-12-13T23:11:11.308Z | Compiling futures-channel v0.3.31 |
1208 | 2024-12-13T23:11:11.715Z | Compiling foldhash v0.1.3 |
1209 | 2024-12-13T23:11:11.743Z | Compiling futures-task v0.3.31 |
1210 | 2024-12-13T23:11:12.041Z | Compiling rustc-hash v1.1.0 |
1211 | 2024-12-13T23:11:12.044Z | Compiling lazycell v1.3.0 |
1212 | 2024-12-13T23:11:12.196Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-13T23:11:12.232Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-12-13T23:11:12.544Z | Compiling regex-automata v0.4.8 |
1215 | 2024-12-13T23:11:13.101Z | Compiling pin-utils v0.1.0 |
1216 | 2024-12-13T23:11:13.202Z | Compiling hashbrown v0.15.1 |
1217 | 2024-12-13T23:11:13.837Z | Compiling synstructure v0.13.1 |
1218 | 2024-12-13T23:11:13.930Z | Compiling cexpr v0.6.0 |
1219 | 2024-12-13T23:11:14.555Z | Compiling cmake v0.1.51 |
1220 | 2024-12-13T23:11:15.534Z | Compiling fs_extra v1.3.0 |
1221 | 2024-12-13T23:11:15.582Z | Compiling libm v0.2.8 |
1222 | 2024-12-13T23:11:15.609Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-13T23:11:15.758Z | Compiling dunce v1.0.5 |
1224 | 2024-12-13T23:11:15.894Z | Compiling tinyvec_macros v0.1.1 |
1225 | 2024-12-13T23:11:15.941Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-13T23:11:15.988Z | Compiling tinyvec v1.8.0 |
1227 | 2024-12-13T23:11:16.473Z | Compiling ring v0.17.8 |
1228 | 2024-12-13T23:11:17.138Z | Compiling litemap v0.7.3 |
1229 | 2024-12-13T23:11:17.399Z | Compiling writeable v0.5.5 |
1230 | 2024-12-13T23:11:17.536Z | Compiling unicode-normalization v0.1.24 |
1231 | 2024-12-13T23:11:17.539Z | Compiling base64ct v1.6.0 |
1232 | 2024-12-13T23:11:17.555Z | Compiling paste v1.0.15 |
1233 | 2024-12-13T23:11:17.632Z | Compiling unicode-bidi v0.3.17 |
1234 | 2024-12-13T23:11:18.093Z | Compiling regex v1.11.1 |
1235 | 2024-12-13T23:11:18.210Z | Compiling pem-rfc7468 v0.7.0 |
1236 | 2024-12-13T23:11:18.883Z | Compiling httparse v1.9.5 |
1237 | 2024-12-13T23:11:19.062Z | Compiling flagset v0.4.6 |
1238 | 2024-12-13T23:11:19.136Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-12-13T23:11:19.599Z | Compiling tracing-core v0.1.32 |
1240 | 2024-12-13T23:11:19.715Z | Compiling rustls-pki-types v1.10.0 |
1241 | 2024-12-13T23:11:20.479Z | Compiling percent-encoding v2.3.1 |
1242 | 2024-12-13T23:11:20.534Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-13T23:11:20.779Z | Compiling icu_locid_transform_data v1.5.0 |
1244 | 2024-12-13T23:11:20.836Z | Compiling serde_derive v1.0.215 |
1245 | 2024-12-13T23:11:20.878Z | Compiling zeroize_derive v1.4.2 |
1246 | 2024-12-13T23:11:20.962Z | Compiling zerocopy-derive v0.7.35 |
1247 | 2024-12-13T23:11:21.081Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-12-13T23:11:21.514Z | Compiling zerofrom-derive v0.1.4 |
1249 | 2024-12-13T23:11:22.419Z | Compiling zeroize v1.8.1 |
1250 | 2024-12-13T23:11:22.593Z | Compiling yoke-derive v0.7.4 |
1251 | 2024-12-13T23:11:22.847Z | Compiling thiserror-impl v1.0.69 |
1252 | 2024-12-13T23:11:23.252Z | Compiling zerocopy v0.7.35 |
1253 | 2024-12-13T23:11:24.248Z | Compiling crypto-common v0.1.6 |
1254 | 2024-12-13T23:11:24.485Z | Compiling block-buffer v0.10.4 |
1255 | 2024-12-13T23:11:24.758Z | Compiling digest v0.10.7 |
1256 | 2024-12-13T23:11:24.839Z | Compiling futures-macro v0.3.31 |
1257 | 2024-12-13T23:11:25.214Z | Compiling hmac v0.12.1 |
1258 | 2024-12-13T23:11:25.239Z | Compiling zerovec-derive v0.10.3 |
1259 | 2024-12-13T23:11:25.453Z | Compiling block-padding v0.3.3 |
1260 | 2024-12-13T23:11:25.574Z | Compiling zerofrom v0.1.4 |
1261 | 2024-12-13T23:11:25.682Z | Compiling displaydoc v0.2.5 |
1262 | 2024-12-13T23:11:25.705Z | Compiling inout v0.1.3 |
1263 | 2024-12-13T23:11:25.788Z | Compiling yoke v0.7.4 |
1264 | 2024-12-13T23:11:25.979Z | Compiling cipher v0.4.4 |
1265 | 2024-12-13T23:11:26.068Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-13T23:11:26.133Z | Compiling sha2 v0.10.8 |
1267 | 2024-12-13T23:11:26.211Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-12-13T23:11:26.502Z | Compiling der_derive v0.7.3 |
1269 | 2024-12-13T23:11:26.793Z | Compiling futures-util v0.3.31 |
1270 | 2024-12-13T23:11:27.012Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-13T23:11:27.403Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-13T23:11:27.865Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-13T23:11:28.249Z | Compiling tracing-attributes v0.1.27 |
1274 | 2024-12-13T23:11:28.965Z | Compiling der v0.7.9 |
1275 | 2024-12-13T23:11:29.563Z | Compiling tinystr v0.7.6 |
1276 | 2024-12-13T23:11:29.662Z | Compiling icu_collections v1.5.0 |
1277 | 2024-12-13T23:11:30.007Z | Compiling icu_locid v1.5.0 |
1278 | 2024-12-13T23:11:30.025Z | Compiling rand v0.8.5 |
1279 | 2024-12-13T23:11:31.077Z | Compiling spki v0.7.3 |
1280 | 2024-12-13T23:11:31.450Z | Compiling icu_provider v1.5.0 |
1281 | 2024-12-13T23:11:32.024Z | Compiling tracing v0.1.40 |
1282 | 2024-12-13T23:11:32.120Z | Compiling icu_locid_transform v1.5.0 |
1283 | 2024-12-13T23:11:32.240Z | Compiling salsa20 v0.10.2 |
1284 | 2024-12-13T23:11:32.263Z | Compiling pest v2.7.14 |
1285 | 2024-12-13T23:11:32.362Z | Compiling pbkdf2 v0.12.2 |
1286 | 2024-12-13T23:11:32.515Z | Compiling time-core v0.1.2 |
1287 | 2024-12-13T23:11:32.553Z | Compiling untrusted v0.7.1 |
1288 | 2024-12-13T23:11:32.571Z | Compiling num-conv v0.1.0 |
1289 | 2024-12-13T23:11:32.575Z | Compiling powerfmt v0.2.0 |
1290 | 2024-12-13T23:11:32.704Z | Compiling icu_properties_data v1.5.0 |
1291 | 2024-12-13T23:11:32.736Z | Compiling mirai-annotations v1.12.0 |
1292 | 2024-12-13T23:11:32.852Z | Compiling vcpkg v0.2.15 |
1293 | 2024-12-13T23:11:32.932Z | Compiling untrusted v0.9.0 |
1294 | 2024-12-13T23:11:32.954Z | Compiling deranged v0.3.11 |
1295 | 2024-12-13T23:11:32.976Z | Compiling time-macros v0.2.18 |
1296 | 2024-12-13T23:11:34.253Z | Compiling icu_properties v1.5.1 |
1297 | 2024-12-13T23:11:34.947Z | Compiling bitflags v2.6.0 |
1298 | 2024-12-13T23:11:34.947Z | Compiling bytes v1.8.0 |
1299 | 2024-12-13T23:11:35.123Z | Compiling indexmap v2.6.0 |
1300 | 2024-12-13T23:11:35.364Z | Compiling semver v1.0.23 |
1301 | 2024-12-13T23:11:36.135Z | Compiling tokio v1.40.0 |
1302 | 2024-12-13T23:11:36.297Z | Compiling http v1.1.0 |
1303 | 2024-12-13T23:11:36.318Z | Compiling rustc_version v0.4.1 |
1304 | 2024-12-13T23:11:36.641Z | Compiling openssl-sys v0.9.103 |
1305 | 2024-12-13T23:11:37.027Z | Compiling pest_meta v2.7.14 |
1306 | 2024-12-13T23:11:37.093Z | Compiling scrypt v0.11.0 |
1307 | 2024-12-13T23:11:37.742Z | Compiling cbc v0.1.2 |
1308 | 2024-12-13T23:11:37.815Z | Compiling aes v0.8.4 |
1309 | 2024-12-13T23:11:37.997Z | Compiling scroll_derive v0.12.0 |
1310 | 2024-12-13T23:11:38.425Z | Compiling utf16_iter v1.0.5 |
1311 | 2024-12-13T23:11:38.636Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-12-13T23:11:38.826Z | Compiling icu_normalizer_data v1.5.0 |
1313 | 2024-12-13T23:11:38.864Z | Compiling utf8_iter v1.0.4 |
1314 | 2024-12-13T23:11:38.932Z | Compiling num_threads v0.1.7 |
1315 | 2024-12-13T23:11:39.069Z | Compiling write16 v1.0.0 |
1316 | 2024-12-13T23:11:39.115Z | Compiling time v0.3.36 |
1317 | 2024-12-13T23:11:39.199Z | Compiling icu_normalizer v1.5.0 |
1318 | 2024-12-13T23:11:39.202Z | Compiling pkcs5 v0.7.1 |
1319 | 2024-12-13T23:11:39.517Z | Compiling which v4.4.2 |
1320 | 2024-12-13T23:11:40.488Z | Compiling scroll v0.12.0 |
1321 | 2024-12-13T23:11:40.691Z | Compiling pest_generator v2.7.14 |
1322 | 2024-12-13T23:11:40.786Z | Compiling http-body v1.0.1 |
1323 | 2024-12-13T23:11:41.061Z | Compiling form_urlencoded v1.2.1 |
1324 | 2024-12-13T23:11:41.230Z | Compiling try-lock v0.2.5 |
1325 | 2024-12-13T23:11:41.291Z | Compiling slog v2.7.0 |
1326 | 2024-12-13T23:11:41.367Z | Compiling want v0.3.1 |
1327 | 2024-12-13T23:11:41.387Z | Compiling goblin v0.8.2 |
1328 | 2024-12-13T23:11:41.652Z | Compiling idna_adapter v1.2.0 |
1329 | 2024-12-13T23:11:41.874Z | Compiling pkcs8 v0.10.2 |
1330 | 2024-12-13T23:11:41.911Z | Compiling httpdate v1.0.3 |
1331 | 2024-12-13T23:11:42.384Z | Compiling idna v1.0.3 |
1332 | 2024-12-13T23:11:42.662Z | Compiling serde_tokenstream v0.2.2 |
1333 | 2024-12-13T23:11:42.782Z | Compiling pest_derive v2.7.14 |
1334 | 2024-12-13T23:11:43.205Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-13T23:11:43.280Z | Compiling uuid v1.11.0 |
1336 | 2024-12-13T23:11:43.433Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-13T23:11:43.597Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-13T23:11:43.970Z | Compiling match_cfg v0.1.0 |
1339 | 2024-12-13T23:11:44.069Z | Compiling base64 v0.22.1 |
1340 | 2024-12-13T23:11:44.237Z | Compiling openssl v0.10.66 |
1341 | 2024-12-13T23:11:44.370Z | Compiling tower-service v0.3.3 |
1342 | 2024-12-13T23:11:44.506Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-12-13T23:11:44.625Z | Compiling adler2 v2.0.0 |
1344 | 2024-12-13T23:11:44.669Z | Compiling tokio-util v0.7.12 |
1345 | 2024-12-13T23:11:44.744Z | Compiling rustversion v1.0.17 |
1346 | 2024-12-13T23:11:44.832Z | Compiling iana-time-zone v0.1.61 |
1347 | 2024-12-13T23:11:44.848Z | Compiling miniz_oxide v0.8.0 |
1348 | 2024-12-13T23:11:45.300Z | Compiling chrono v0.4.38 |
1349 | 2024-12-13T23:11:45.580Z | Compiling foreign-types v0.3.2 |
1350 | 2024-12-13T23:11:45.683Z | Compiling h2 v0.4.6 |
1351 | 2024-12-13T23:11:45.846Z | Compiling hostname v0.3.1 |
1352 | 2024-12-13T23:11:46.114Z | Compiling url v2.5.3 |
1353 | 2024-12-13T23:11:46.402Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-13T23:11:47.493Z | Compiling dof v0.3.0 |
1355 | 2024-12-13T23:11:48.210Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-13T23:11:49.211Z | Compiling usdt-impl v0.5.0 |
1357 | 2024-12-13T23:11:49.220Z | Compiling dirs-sys-next v0.1.2 |
1358 | 2024-12-13T23:11:49.239Z | Compiling rustls v0.23.19 |
1359 | 2024-12-13T23:11:49.487Z | Compiling data-encoding v2.6.0 |
1360 | 2024-12-13T23:11:49.759Z | Compiling syn v1.0.109 |
1361 | 2024-12-13T23:11:49.848Z | Compiling native-tls v0.2.12 |
1362 | 2024-12-13T23:11:50.183Z | Compiling siphasher v0.3.11 |
1363 | 2024-12-13T23:11:50.392Z | Compiling rustls v0.22.4 |
1364 | 2024-12-13T23:11:50.638Z | Compiling dirs-next v2.0.0 |
1365 | 2024-12-13T23:11:50.830Z | Compiling http-body-util v0.1.2 |
1366 | 2024-12-13T23:11:51.384Z | Compiling heapless v0.7.17 |
1367 | 2024-12-13T23:11:51.818Z | Compiling crossbeam-epoch v0.9.18 |
1368 | 2024-12-13T23:11:51.936Z | Compiling signature v2.2.0 |
1369 | 2024-12-13T23:11:51.984Z | Compiling sha1 v0.10.6 |
1370 | 2024-12-13T23:11:52.076Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1371 | 2024-12-13T23:11:52.126Z | Compiling serde_derive_internals v0.29.1 |
1372 | 2024-12-13T23:11:52.211Z | Compiling thread_local v1.1.8 |
1373 | 2024-12-13T23:11:52.475Z | Compiling multer v3.1.0 |
1374 | 2024-12-13T23:11:52.600Z | Compiling hyper v1.5.0 |
1375 | 2024-12-13T23:11:52.625Z | Compiling encoding_rs v0.8.34 |
1376 | 2024-12-13T23:11:52.756Z | Compiling cookie v0.18.1 |
1377 | 2024-12-13T23:11:52.793Z | Compiling gimli v0.31.1 |
1378 | 2024-12-13T23:11:53.037Z | Compiling openssl-probe v0.1.5 |
1379 | 2024-12-13T23:11:53.429Z | Compiling slog-async v2.8.0 |
1380 | 2024-12-13T23:11:53.921Z | Compiling mime v0.3.17 |
1381 | 2024-12-13T23:11:54.542Z | Compiling ipnet v2.10.1 |
1382 | 2024-12-13T23:11:55.010Z | Compiling schemars v0.8.21 |
1383 | 2024-12-13T23:11:55.369Z | Compiling hyper-util v0.1.10 |
1384 | 2024-12-13T23:11:55.798Z | Compiling signal-hook v0.3.17 |
1385 | 2024-12-13T23:11:56.070Z | Compiling rayon-core v1.12.1 |
1386 | 2024-12-13T23:11:56.266Z | Compiling unicode-properties v0.1.3 |
1387 | 2024-12-13T23:11:56.427Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-13T23:11:56.681Z | Compiling stringprep v0.1.5 |
1389 | 2024-12-13T23:11:57.113Z | Compiling toml_edit v0.22.22 |
1390 | 2024-12-13T23:11:57.622Z | Compiling addr2line v0.24.2 |
1391 | 2024-12-13T23:11:58.209Z | Compiling crossbeam-deque v0.8.5 |
1392 | 2024-12-13T23:11:58.304Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2024-12-13T23:11:58.542Z | Compiling usdt-macro v0.5.0 |
1394 | 2024-12-13T23:11:58.660Z | Compiling term v0.7.0 |
1395 | 2024-12-13T23:12:03.457Z | Compiling slog-json v2.6.1 |
1396 | 2024-12-13T23:12:03.639Z | Compiling serde_urlencoded v0.7.1 |
1397 | 2024-12-13T23:12:03.639Z | Compiling curve25519-dalek v4.1.3 |
1398 | 2024-12-13T23:12:03.639Z | Compiling crossbeam-channel v0.5.13 |
1399 | 2024-12-13T23:12:03.639Z | Compiling enum-as-inner v0.6.1 |
1400 | 2024-12-13T23:12:03.639Z | Compiling futures-executor v0.3.31 |
1401 | 2024-12-13T23:12:03.639Z | Compiling md-5 v0.10.6 |
1402 | 2024-12-13T23:12:03.639Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-12-13T23:12:03.640Z | Compiling num-integer v0.1.46 |
1404 | 2024-12-13T23:12:03.640Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-13T23:12:03.706Z | Compiling idna v0.4.0 |
1406 | 2024-12-13T23:12:03.706Z | Compiling idna v0.3.0 |
1407 | 2024-12-13T23:12:03.706Z | Compiling hash32 v0.2.1 |
1408 | 2024-12-13T23:12:03.707Z | Compiling ff v0.13.0 |
1409 | 2024-12-13T23:12:03.707Z | Compiling is-terminal v0.4.13 |
1410 | 2024-12-13T23:12:03.707Z | Compiling dropshot v0.12.0 |
1411 | 2024-12-13T23:12:03.707Z | Compiling object v0.36.5 |
1412 | 2024-12-13T23:12:03.707Z | Compiling fallible-iterator v0.2.0 |
1413 | 2024-12-13T23:12:03.707Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-13T23:12:03.707Z | Compiling psl-types v2.0.11 |
1415 | 2024-12-13T23:12:03.707Z | Compiling num-bigint-dig v0.8.4 |
1416 | 2024-12-13T23:12:03.707Z | Compiling rustc-demangle v0.1.24 |
1417 | 2024-12-13T23:12:03.707Z | Compiling dyn-clone v1.0.17 |
1418 | 2024-12-13T23:12:03.707Z | Compiling smoltcp v0.9.1 |
1419 | 2024-12-13T23:12:03.707Z | Compiling anyhow v1.0.93 |
1420 | 2024-12-13T23:12:03.707Z | Compiling quick-error v1.2.3 |
1421 | 2024-12-13T23:12:03.707Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-13T23:12:03.707Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-13T23:12:03.707Z | Compiling linked-hash-map v0.5.6 |
1424 | 2024-12-13T23:12:03.707Z | Compiling utf-8 v0.7.6 |
1425 | 2024-12-13T23:12:03.860Z | Compiling tungstenite v0.24.0 |
1426 | 2024-12-13T23:12:03.922Z | Compiling lru-cache v0.1.2 |
1427 | 2024-12-13T23:12:03.925Z | Compiling sec1 v0.7.3 |
1428 | 2024-12-13T23:12:04.187Z | Compiling resolv-conf v0.7.0 |
1429 | 2024-12-13T23:12:04.575Z | Compiling postgres-protocol v0.6.7 |
1430 | 2024-12-13T23:12:05.003Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-13T23:12:05.521Z | Compiling hickory-proto v0.24.1 |
1432 | 2024-12-13T23:12:06.027Z | Compiling async-stream v0.3.6 |
1433 | 2024-12-13T23:12:06.201Z | Compiling slog-term v2.9.1 |
1434 | 2024-12-13T23:12:06.338Z | Compiling group v0.13.0 |
1435 | 2024-12-13T23:12:06.529Z | Compiling usdt v0.5.0 |
1436 | 2024-12-13T23:12:07.065Z | Compiling num-iter v0.1.45 |
1437 | 2024-12-13T23:12:07.399Z | Compiling futures v0.3.31 |
1438 | 2024-12-13T23:12:07.472Z | Compiling toml v0.8.19 |
1439 | 2024-12-13T23:12:07.530Z | Compiling slog-bunyan v2.5.0 |
1440 | 2024-12-13T23:12:09.072Z | Compiling tokio-native-tls v0.3.1 |
1441 | 2024-12-13T23:12:09.319Z | Compiling backtrace v0.3.74 |
1442 | 2024-12-13T23:12:09.355Z | Compiling camino v1.1.9 |
1443 | 2024-12-13T23:12:09.713Z | Compiling phf_shared v0.11.2 |
1444 | 2024-12-13T23:12:10.000Z | Compiling dropshot_endpoint v0.12.0 |
1445 | 2024-12-13T23:12:10.108Z | Compiling terminal_size v0.4.0 |
1446 | 2024-12-13T23:12:10.317Z | Compiling waitgroup v0.1.2 |
1447 | 2024-12-13T23:12:10.336Z | Compiling openapiv3 v2.0.0 |
1448 | 2024-12-13T23:12:10.524Z | Compiling serde_path_to_error v0.1.16 |
1449 | 2024-12-13T23:12:10.545Z | Compiling hkdf v0.12.4 |
1450 | 2024-12-13T23:12:10.819Z | Compiling crypto-bigint v0.5.5 |
1451 | 2024-12-13T23:12:11.412Z | Compiling curve25519-dalek-derive v0.1.1 |
1452 | 2024-12-13T23:12:13.046Z | Compiling zerocopy-derive v0.6.6 |
1453 | 2024-12-13T23:12:13.152Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-13T23:12:13.379Z | Compiling idna v0.5.0 |
1455 | 2024-12-13T23:12:13.983Z | Compiling hubpack_derive v0.1.1 |
1456 | 2024-12-13T23:12:14.784Z | Compiling hostname v0.4.0 |
1457 | 2024-12-13T23:12:14.865Z | Compiling crc32fast v1.4.2 |
1458 | 2024-12-13T23:12:14.924Z | Compiling fs-err v2.11.0 |
1459 | 2024-12-13T23:12:15.041Z | Compiling ahash v0.8.11 |
1460 | 2024-12-13T23:12:15.072Z | Compiling managed v0.8.0 |
1461 | 2024-12-13T23:12:15.205Z | Compiling debug-ignore v1.0.5 |
1462 | 2024-12-13T23:12:15.226Z | Compiling bitflags v1.3.2 |
1463 | 2024-12-13T23:12:15.336Z | Compiling winnow v0.5.40 |
1464 | 2024-12-13T23:12:15.357Z | Compiling zerocopy v0.6.6 |
1465 | 2024-12-13T23:12:15.357Z | Compiling console v0.15.8 |
1466 | 2024-12-13T23:12:15.504Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-13T23:12:16.022Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-13T23:12:16.385Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-13T23:12:16.984Z | Compiling hubpack v0.1.2 |
1470 | 2024-12-13T23:12:17.196Z | Compiling cookie_store v0.21.0 |
1471 | 2024-12-13T23:12:17.420Z | Compiling elliptic-curve v0.13.8 |
1472 | 2024-12-13T23:12:17.629Z | Compiling hickory-resolver v0.24.1 |
1473 | 2024-12-13T23:12:18.898Z | Compiling phf v0.11.2 |
1474 | 2024-12-13T23:12:19.183Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-13T23:12:19.201Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-13T23:12:19.334Z | Compiling hyper-tls v0.6.0 |
1477 | 2024-12-13T23:12:19.371Z | Compiling rayon v1.10.0 |
1478 | 2024-12-13T23:12:19.781Z | Compiling bzip2 v0.4.4 |
1479 | 2024-12-13T23:12:20.187Z | Compiling postgres-types v0.2.8 |
1480 | 2024-12-13T23:12:21.753Z | Compiling tokio-tungstenite v0.24.0 |
1481 | 2024-12-13T23:12:23.694Z | Compiling ed25519 v2.2.3 |
1482 | 2024-12-13T23:12:24.298Z | Compiling phf_shared v0.10.0 |
1483 | 2024-12-13T23:12:24.380Z | Compiling tokio-stream v0.1.16 |
1484 | 2024-12-13T23:12:24.719Z | Compiling pkcs1 v0.7.5 |
1485 | 2024-12-13T23:12:25.497Z | Compiling serde-big-array v0.5.1 |
1486 | 2024-12-13T23:12:25.603Z | Compiling clap_derive v4.5.18 |
1487 | 2024-12-13T23:12:25.654Z | Compiling rfc6979 v0.4.0 |
1488 | 2024-12-13T23:12:25.736Z | Compiling serde_repr v0.1.19 |
1489 | 2024-12-13T23:12:25.768Z | Compiling derive-where v1.2.7 |
1490 | 2024-12-13T23:12:25.788Z | Compiling float-cmp v0.9.0 |
1491 | 2024-12-13T23:12:25.859Z | Compiling bstr v1.10.0 |
1492 | 2024-12-13T23:12:26.018Z | Compiling sync_wrapper v1.0.1 |
1493 | 2024-12-13T23:12:26.158Z | Compiling whoami v1.5.2 |
1494 | 2024-12-13T23:12:26.816Z | Compiling predicates-core v1.0.8 |
1495 | 2024-12-13T23:12:26.930Z | Compiling bit-vec v0.6.3 |
1496 | 2024-12-13T23:12:27.197Z | Compiling fixedbitset v0.4.2 |
1497 | 2024-12-13T23:12:27.369Z | Compiling precomputed-hash v0.1.1 |
1498 | 2024-12-13T23:12:27.435Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-13T23:12:27.493Z | Compiling difflib v0.4.0 |
1500 | 2024-12-13T23:12:27.534Z | Compiling static_assertions v1.1.0 |
1501 | 2024-12-13T23:12:27.644Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-12-13T23:12:27.669Z | Compiling number_prefix v0.4.0 |
1503 | 2024-12-13T23:12:27.713Z | Compiling unicode-segmentation v1.12.0 |
1504 | 2024-12-13T23:12:27.770Z | Compiling unicode-width v0.2.0 |
1505 | 2024-12-13T23:12:27.907Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-12-13T23:12:28.353Z | Compiling indicatif v0.17.9 |
1507 | 2024-12-13T23:12:28.600Z | Compiling similar v2.6.0 |
1508 | 2024-12-13T23:12:29.301Z | Compiling predicates v3.1.2 |
1509 | 2024-12-13T23:12:29.497Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-13T23:12:29.938Z | Compiling petgraph v0.6.5 |
1511 | 2024-12-13T23:12:30.602Z | Compiling bit-set v0.5.3 |
1512 | 2024-12-13T23:12:30.892Z | Compiling tokio-postgres v0.7.12 |
1513 | 2024-12-13T23:12:30.919Z | Compiling clap v4.5.21 |
1514 | 2024-12-13T23:12:30.960Z | Compiling ecdsa v0.16.9 |
1515 | 2024-12-13T23:12:31.033Z | Compiling rsa v0.9.6 |
1516 | 2024-12-13T23:12:31.050Z | Compiling ed25519-dalek v2.1.1 |
1517 | 2024-12-13T23:12:31.857Z | Compiling toml v0.7.8 |
1518 | 2024-12-13T23:12:32.389Z | Compiling zip v0.6.6 |
1519 | 2024-12-13T23:12:33.660Z | Compiling crossterm v0.28.1 |
1520 | 2024-12-13T23:12:34.490Z | Compiling hex v0.4.3 |
1521 | 2024-12-13T23:12:34.724Z | Compiling x509-cert v0.2.5 |
1522 | 2024-12-13T23:12:34.823Z | Compiling lalrpop-util v0.19.12 |
1523 | 2024-12-13T23:12:34.845Z | Compiling peg-runtime v0.8.3 |
1524 | 2024-12-13T23:12:35.110Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-12-13T23:12:35.180Z | Compiling strum_macros v0.26.4 |
1526 | 2024-12-13T23:12:35.304Z | Compiling xattr v1.3.1 |
1527 | 2024-12-13T23:12:35.514Z | Compiling filetime v0.2.25 |
1528 | 2024-12-13T23:12:35.849Z | Compiling tar v0.4.42 |
1529 | 2024-12-13T23:12:40.438Z | Compiling strum v0.26.3 |
1530 | 2024-12-13T23:12:43.416Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2024-12-13T23:13:19.949Z | Compiling rustls-webpki v0.102.8 |
1532 | 2024-12-13T23:13:23.424Z | Compiling tokio-rustls v0.25.0 |
1533 | 2024-12-13T23:13:25.040Z | Compiling tokio-rustls v0.26.0 |
1534 | 2024-12-13T23:13:25.445Z | Compiling hyper-rustls v0.27.3 |
1535 | 2024-12-13T23:13:25.759Z | Compiling reqwest v0.12.9 |
1536 | 2024-12-13T23:13:27.079Z | Compiling qorb v0.2.1 |
1537 | 2024-12-13T23:13:31.961Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2024-12-13T23:13:32.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2024-12-13T23:13:38.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 36s |
1540 | 2024-12-13T23:13:38.287Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2024-12-13T23:13:38.340Z | Dec 13 23:13:37.089 INFO Starting download, target: Clickhouse |
1542 | 2024-12-13T23:13:38.340Z | Dec 13 23:13:37.089 INFO Starting download, target: Cockroach |
1543 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.089 INFO Starting download, target: Console |
1544 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.089 INFO Starting download, target: DendriteOpenapi |
1545 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.089 INFO Starting download, target: DendriteStub |
1546 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.089 INFO Starting download, target: MaghemiteMgd |
1547 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.089 INFO Starting download, target: TransceiverControl |
1548 | 2024-12-13T23:13:38.343Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1549 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1550 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1551 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2024-12-13T23:13:38.344Z | Dec 13 23:13:37.090 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2024-12-13T23:13:38.552Z | Dec 13 23:13:37.301 INFO Download complete, target: DendriteOpenapi |
1556 | 2024-12-13T23:13:38.858Z | Dec 13 23:13:37.601 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2024-12-13T23:13:38.888Z | Dec 13 23:13:37.609 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2024-12-13T23:13:39.191Z | Dec 13 23:13:37.936 INFO Download complete, target: Console |
1559 | 2024-12-13T23:13:39.462Z | Dec 13 23:13:38.207 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-13T23:13:39.555Z | Dec 13 23:13:38.304 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1561 | 2024-12-13T23:13:39.583Z | Dec 13 23:13:38.332 INFO Download complete, target: TransceiverControl |
1562 | 2024-12-13T23:13:40.321Z | Dec 13 23:13:39.044 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1563 | 2024-12-13T23:13:40.672Z | Dec 13 23:13:39.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1564 | 2024-12-13T23:13:40.672Z | Dec 13 23:13:39.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1565 | 2024-12-13T23:13:42.387Z | Dec 13 23:13:41.136 INFO Download complete, target: MaghemiteMgd |
1566 | 2024-12-13T23:13:42.389Z | Dec 13 23:13:41.139 INFO Download complete, target: DendriteStub |
1567 | 2024-12-13T23:13:48.020Z | Dec 13 23:13:46.770 INFO Checking that binary works, target: Cockroach |
1568 | 2024-12-13T23:13:48.183Z | Dec 13 23:13:46.932 INFO Download complete, target: Cockroach |
1569 | 2024-12-13T23:13:52.698Z | Dec 13 23:13:51.444 INFO Checking that binary works, target: Clickhouse |
1570 | 2024-12-13T23:13:53.378Z | Dec 13 23:13:52.127 INFO Download complete, target: Clickhouse |
1571 | 2024-12-13T23:13:53.460Z | All builder prerequisites installed successfully, and PATH looks valid |
1572 | 2024-12-13T23:13:53.464Z | |
1573 | 2024-12-13T23:13:53.464Z | real 5:22.678392233 |
1574 | 2024-12-13T23:13:53.464Z | user 16:35.441857485 |
1575 | 2024-12-13T23:13:53.464Z | sys 3:16.315788042 |
1576 | 2024-12-13T23:13:53.464Z | trap 0.550539652 |
1577 | 2024-12-13T23:13:53.464Z | tflt 8.493792648 |
1578 | 2024-12-13T23:13:53.465Z | dflt 7.269012956 |
1579 | 2024-12-13T23:13:53.465Z | kflt 0.299254936 |
1580 | 2024-12-13T23:13:53.465Z | lock 30:48.557264729 |
1581 | 2024-12-13T23:13:53.465Z | slp 1:03:59.751331710 |
1582 | 2024-12-13T23:13:53.465Z | lat 53.437517241 |
1583 | 2024-12-13T23:13:53.465Z | stop 2:14.853229002 |
1584 | 2024-12-13T23:13:53.465Z | + banner clippy |
1585 | 2024-12-13T23:13:53.474Z | |
1586 | 2024-12-13T23:13:53.474Z | #### # # ##### ##### # # |
1587 | 2024-12-13T23:13:53.474Z | # # # # # # # # # # |
1588 | 2024-12-13T23:13:53.474Z | # # # # # # # # |
1589 | 2024-12-13T23:13:53.474Z | # # # ##### ##### # |
1590 | 2024-12-13T23:13:53.474Z | # # # # # # # |
1591 | 2024-12-13T23:13:53.474Z | #### ###### # # # # |
1592 | 2024-12-13T23:13:53.474Z | |
1593 | 2024-12-13T23:13:53.474Z | + export CARGO_INCREMENTAL=0 |
1594 | 2024-12-13T23:13:53.475Z | + CARGO_INCREMENTAL=0 |
1595 | 2024-12-13T23:13:53.475Z | + ptime -m cargo xtask clippy |
1596 | 2024-12-13T23:13:54.001Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1597 | 2024-12-13T23:13:57.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.32s |
1598 | 2024-12-13T23:13:57.906Z | Running `target/debug/xtask clippy` |
1599 | 2024-12-13T23:13:57.927Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1600 | 2024-12-13T23:13:58.626Z | Downloading crates ... |
1601 | 2024-12-13T23:13:58.986Z | Downloaded anes v0.1.6 |
1602 | 2024-12-13T23:13:58.994Z | Downloaded async-attributes v1.1.2 |
1603 | 2024-12-13T23:13:58.997Z | Downloaded assert-json-diff v2.0.2 |
1604 | 2024-12-13T23:13:58.999Z | Downloaded assert_cmd v2.0.16 |
1605 | 2024-12-13T23:13:59.002Z | Downloaded guppy-workspace-hack v0.1.0 |
1606 | 2024-12-13T23:13:59.012Z | Downloaded nested v0.1.1 |
1607 | 2024-12-13T23:13:59.036Z | Downloaded target-triple v0.1.3 |
1608 | 2024-12-13T23:13:59.038Z | Downloaded async-object-pool v0.1.5 |
1609 | 2024-12-13T23:13:59.038Z | Downloaded pathdiff v0.2.2 |
1610 | 2024-12-13T23:13:59.041Z | Downloaded escape8259 v0.5.3 |
1611 | 2024-12-13T23:13:59.041Z | Downloaded doc-comment v0.3.3 |
1612 | 2024-12-13T23:13:59.046Z | Downloaded plotters-svg v0.3.7 |
1613 | 2024-12-13T23:13:59.049Z | Downloaded parking v2.2.1 |
1614 | 2024-12-13T23:13:59.049Z | Downloaded datatest-stable v0.2.9 |
1615 | 2024-12-13T23:13:59.051Z | Downloaded async-channel v1.9.0 |
1616 | 2024-12-13T23:13:59.054Z | Downloaded criterion-plot v0.5.0 |
1617 | 2024-12-13T23:13:59.054Z | Downloaded concurrent-queue v2.5.0 |
1618 | 2024-12-13T23:13:59.057Z | Downloaded indoc v2.0.5 |
1619 | 2024-12-13T23:13:59.059Z | Downloaded stringmetrics v2.2.2 |
1620 | 2024-12-13T23:13:59.061Z | Downloaded async-channel v2.3.1 |
1621 | 2024-12-13T23:13:59.061Z | Downloaded kv-log-macro v1.0.7 |
1622 | 2024-12-13T23:13:59.064Z | Downloaded async-signal v0.2.10 |
1623 | 2024-12-13T23:13:59.066Z | Downloaded target-spec v3.2.2 |
1624 | 2024-12-13T23:13:59.068Z | Downloaded piper v0.2.4 |
1625 | 2024-12-13T23:13:59.070Z | Downloaded plotters-backend v0.3.7 |
1626 | 2024-12-13T23:13:59.070Z | Downloaded approx v0.5.1 |
1627 | 2024-12-13T23:13:59.073Z | Downloaded event-listener v2.5.3 |
1628 | 2024-12-13T23:13:59.076Z | Downloaded cast v0.3.0 |
1629 | 2024-12-13T23:13:59.079Z | Downloaded proc-macro-crate v3.2.0 |
1630 | 2024-12-13T23:13:59.082Z | Downloaded similar-asserts v1.6.0 |
1631 | 2024-12-13T23:13:59.085Z | Downloaded threadpool v1.8.1 |
1632 | 2024-12-13T23:13:59.088Z | Downloaded serde_regex v1.1.0 |
1633 | 2024-12-13T23:13:59.088Z | Downloaded path-tree v0.8.1 |
1634 | 2024-12-13T23:13:59.091Z | Downloaded num_cpus v1.16.0 |
1635 | 2024-12-13T23:13:59.093Z | Downloaded futures-timer v3.0.3 |
1636 | 2024-12-13T23:13:59.093Z | Downloaded async-process v2.3.0 |
1637 | 2024-12-13T23:13:59.096Z | Downloaded async-lock v3.4.0 |
1638 | 2024-12-13T23:13:59.098Z | Downloaded event-listener-strategy v0.5.2 |
1639 | 2024-12-13T23:13:59.098Z | Downloaded oorandom v11.1.4 |
1640 | 2024-12-13T23:13:59.100Z | Downloaded httptest v0.16.1 |
1641 | 2024-12-13T23:13:59.104Z | Downloaded libtest-mimic v0.7.3 |
1642 | 2024-12-13T23:13:59.106Z | Downloaded target-lexicon v0.12.16 |
1643 | 2024-12-13T23:13:59.106Z | Downloaded rustls-native-certs v0.7.3 |
1644 | 2024-12-13T23:13:59.109Z | Downloaded async-task v4.7.1 |
1645 | 2024-12-13T23:13:59.111Z | Downloaded blake2b_simd v1.0.2 |
1646 | 2024-12-13T23:13:59.111Z | Downloaded relative-path v1.9.3 |
1647 | 2024-12-13T23:13:59.115Z | Downloaded partial-io v0.5.4 |
1648 | 2024-12-13T23:13:59.117Z | Downloaded hyper-rustls v0.26.0 |
1649 | 2024-12-13T23:13:59.117Z | Downloaded futures-lite v2.3.0 |
1650 | 2024-12-13T23:13:59.119Z | Downloaded async-executor v1.13.1 |
1651 | 2024-12-13T23:13:59.122Z | Downloaded trybuild v1.0.101 |
1652 | 2024-12-13T23:13:59.125Z | Downloaded rust-argon2 v2.1.0 |
1653 | 2024-12-13T23:13:59.127Z | Downloaded event-listener v5.3.1 |
1654 | 2024-12-13T23:13:59.129Z | Downloaded tinytemplate v1.2.1 |
1655 | 2024-12-13T23:13:59.132Z | Downloaded async-io v2.3.4 |
1656 | 2024-12-13T23:13:59.134Z | Downloaded rstest_macros v0.23.0 |
1657 | 2024-12-13T23:13:59.137Z | Downloaded polling v3.7.3 |
1658 | 2024-12-13T23:13:59.140Z | Downloaded rand_distr v0.4.3 |
1659 | 2024-12-13T23:13:59.142Z | Downloaded rstest v0.23.0 |
1660 | 2024-12-13T23:13:59.149Z | Downloaded yansi v1.0.1 |
1661 | 2024-12-13T23:13:59.151Z | Downloaded fancy-regex v0.13.0 |
1662 | 2024-12-13T23:13:59.154Z | Downloaded pretty_assertions v1.4.1 |
1663 | 2024-12-13T23:13:59.156Z | Downloaded cfg-expr v0.17.0 |
1664 | 2024-12-13T23:13:59.159Z | Downloaded blocking v1.6.1 |
1665 | 2024-12-13T23:13:59.161Z | Downloaded async-global-executor v2.4.1 |
1666 | 2024-12-13T23:13:59.164Z | Downloaded criterion v0.5.1 |
1667 | 2024-12-13T23:13:59.170Z | Downloaded guppy v0.17.8 |
1668 | 2024-12-13T23:13:59.177Z | Downloaded plotters v0.3.7 |
1669 | 2024-12-13T23:13:59.187Z | Downloaded async-std v1.13.0 |
1670 | 2024-12-13T23:13:59.272Z | Downloaded httpmock v0.8.0-alpha.1 |
1671 | 2024-12-13T23:14:00.055Z | Checking cfg-if v1.0.0 |
1672 | 2024-12-13T23:14:00.133Z | Checking libc v0.2.162 |
1673 | 2024-12-13T23:14:00.155Z | Checking serde v1.0.215 |
1674 | 2024-12-13T23:14:00.180Z | Checking memchr v2.7.4 |
1675 | 2024-12-13T23:14:00.195Z | Checking value-bag v1.9.0 |
1676 | 2024-12-13T23:14:00.223Z | Checking scopeguard v1.2.0 |
1677 | 2024-12-13T23:14:00.248Z | Checking zeroize v1.8.1 |
1678 | 2024-12-13T23:14:00.280Z | Checking smallvec v1.13.2 |
1679 | 2024-12-13T23:14:00.304Z | Checking itoa v1.0.11 |
1680 | 2024-12-13T23:14:00.368Z | Checking lock_api v0.4.12 |
1681 | 2024-12-13T23:14:00.522Z | Checking byteorder v1.5.0 |
1682 | 2024-12-13T23:14:00.540Z | Checking pin-project-lite v0.2.14 |
1683 | 2024-12-13T23:14:00.610Z | Checking log v0.4.22 |
1684 | 2024-12-13T23:14:00.639Z | Checking subtle v2.6.1 |
1685 | 2024-12-13T23:14:00.669Z | Checking once_cell v1.20.2 |
1686 | 2024-12-13T23:14:00.839Z | Checking typenum v1.17.0 |
1687 | 2024-12-13T23:14:00.922Z | Checking futures-core v0.3.31 |
1688 | 2024-12-13T23:14:00.953Z | Checking thiserror v1.0.69 |
1689 | 2024-12-13T23:14:00.980Z | Checking libm v0.2.8 |
1690 | 2024-12-13T23:14:01.029Z | Checking zerocopy v0.7.35 |
1691 | 2024-12-13T23:14:01.089Z | Checking ryu v1.0.18 |
1692 | 2024-12-13T23:14:01.122Z | Checking spin v0.9.8 |
1693 | 2024-12-13T23:14:01.149Z | Checking const-oid v0.9.6 |
1694 | 2024-12-13T23:14:01.233Z | Checking getrandom v0.2.15 |
1695 | 2024-12-13T23:14:01.335Z | Checking parking_lot_core v0.9.10 |
1696 | 2024-12-13T23:14:01.477Z | Checking rand_core v0.6.4 |
1697 | 2024-12-13T23:14:01.504Z | Checking signal-hook-registry v1.4.2 |
1698 | 2024-12-13T23:14:01.681Z | Checking parking_lot v0.12.3 |
1699 | 2024-12-13T23:14:01.769Z | Checking mio v1.0.2 |
1700 | 2024-12-13T23:14:01.816Z | Checking socket2 v0.5.7 |
1701 | 2024-12-13T23:14:01.961Z | Checking num-traits v0.2.19 |
1702 | 2024-12-13T23:14:02.064Z | Checking futures-io v0.3.31 |
1703 | 2024-12-13T23:14:02.119Z | Checking generic-array v0.14.7 |
1704 | 2024-12-13T23:14:02.300Z | Checking slab v0.4.9 |
1705 | 2024-12-13T23:14:02.351Z | Checking allocator-api2 v0.2.18 |
1706 | 2024-12-13T23:14:02.428Z | Checking cpufeatures v0.2.14 |
1707 | 2024-12-13T23:14:02.465Z | Checking futures-sink v0.3.31 |
1708 | 2024-12-13T23:14:02.537Z | Checking pin-utils v0.1.0 |
1709 | 2024-12-13T23:14:02.574Z | Checking foldhash v0.1.3 |
1710 | 2024-12-13T23:14:02.617Z | Checking equivalent v1.0.1 |
1711 | 2024-12-13T23:14:02.645Z | Checking futures-channel v0.3.31 |
1712 | 2024-12-13T23:14:02.739Z | Checking futures-task v0.3.31 |
1713 | 2024-12-13T23:14:02.813Z | Checking stable_deref_trait v1.2.0 |
1714 | 2024-12-13T23:14:02.940Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1715 | 2024-12-13T23:14:02.990Z | Checking iana-time-zone v0.1.61 |
1716 | 2024-12-13T23:14:03.022Z | Checking futures-util v0.3.31 |
1717 | 2024-12-13T23:14:03.050Z | Checking hashbrown v0.15.1 |
1718 | 2024-12-13T23:14:03.079Z | Checking fnv v1.0.7 |
1719 | 2024-12-13T23:14:03.147Z | Checking ppv-lite86 v0.2.20 |
1720 | 2024-12-13T23:14:03.208Z | Checking tracing-core v0.1.32 |
1721 | 2024-12-13T23:14:03.294Z | Checking errno v0.3.9 |
1722 | 2024-12-13T23:14:03.379Z | Checking crypto-common v0.1.6 |
1723 | 2024-12-13T23:14:03.470Z | Checking block-buffer v0.10.4 |
1724 | 2024-12-13T23:14:03.576Z | Checking zerofrom v0.1.4 |
1725 | 2024-12-13T23:14:03.703Z | Checking digest v0.10.7 |
1726 | 2024-12-13T23:14:03.750Z | Checking dyn-clone v1.0.17 |
1727 | 2024-12-13T23:14:03.812Z | Checking yoke v0.7.4 |
1728 | 2024-12-13T23:14:03.846Z | Checking tracing v0.1.40 |
1729 | 2024-12-13T23:14:03.893Z | Checking block-padding v0.3.3 |
1730 | 2024-12-13T23:14:03.937Z | Checking rand_chacha v0.3.1 |
1731 | 2024-12-13T23:14:04.106Z | Checking crossbeam-utils v0.8.20 |
1732 | 2024-12-13T23:14:04.134Z | Checking inout v0.1.3 |
1733 | 2024-12-13T23:14:04.161Z | Checking zerovec v0.10.4 |
1734 | 2024-12-13T23:14:04.211Z | Checking percent-encoding v2.3.1 |
1735 | 2024-12-13T23:14:04.214Z | Checking writeable v0.5.5 |
1736 | 2024-12-13T23:14:04.319Z | Checking rand v0.8.5 |
1737 | 2024-12-13T23:14:04.370Z | Checking cipher v0.4.4 |
1738 | 2024-12-13T23:14:04.417Z | Checking litemap v0.7.3 |
1739 | 2024-12-13T23:14:04.552Z | Checking tinyvec_macros v0.1.1 |
1740 | 2024-12-13T23:14:04.654Z | Checking tinyvec v1.8.0 |
1741 | 2024-12-13T23:14:04.772Z | Checking form_urlencoded v1.2.1 |
1742 | 2024-12-13T23:14:04.799Z | Checking httparse v1.9.5 |
1743 | 2024-12-13T23:14:04.802Z | Checking atomic-waker v1.1.2 |
1744 | 2024-12-13T23:14:04.964Z | Checking icu_locid_transform_data v1.5.0 |
1745 | 2024-12-13T23:14:04.990Z | Checking regex-syntax v0.8.5 |
1746 | 2024-12-13T23:14:05.066Z | Checking base64ct v1.6.0 |
1747 | 2024-12-13T23:14:05.245Z | Checking hmac v0.12.1 |
1748 | 2024-12-13T23:14:05.274Z | Checking bytes v1.8.0 |
1749 | 2024-12-13T23:14:05.458Z | Checking bitflags v2.6.0 |
1750 | 2024-12-13T23:14:05.537Z | Checking serde_json v1.0.132 |
1751 | 2024-12-13T23:14:05.637Z | Checking indexmap v2.6.0 |
1752 | 2024-12-13T23:14:05.764Z | Checking chrono v0.4.38 |
1753 | 2024-12-13T23:14:05.860Z | Checking rustix v0.38.37 |
1754 | 2024-12-13T23:14:06.002Z | Checking uuid v1.11.0 |
1755 | 2024-12-13T23:14:06.117Z | Checking tokio v1.40.0 |
1756 | 2024-12-13T23:14:06.612Z | Checking http v1.1.0 |
1757 | 2024-12-13T23:14:06.959Z | Checking tinystr v0.7.6 |
1758 | 2024-12-13T23:14:07.377Z | Checking icu_locid v1.5.0 |
1759 | 2024-12-13T23:14:07.405Z | Checking unicode-normalization v0.1.24 |
1760 | 2024-12-13T23:14:07.963Z | Checking schemars v0.8.21 |
1761 | 2024-12-13T23:14:08.026Z | Checking icu_collections v1.5.0 |
1762 | 2024-12-13T23:14:08.196Z | Checking icu_properties_data v1.5.0 |
1763 | 2024-12-13T23:14:08.229Z | Checking untrusted v0.9.0 |
1764 | 2024-12-13T23:14:08.372Z | Checking sha2 v0.10.8 |
1765 | 2024-12-13T23:14:08.405Z | Checking ring v0.17.8 |
1766 | 2024-12-13T23:14:08.441Z | Checking aho-corasick v1.1.3 |
1767 | 2024-12-13T23:14:08.517Z | Checking icu_provider v1.5.0 |
1768 | 2024-12-13T23:14:08.709Z | Checking utf8_iter v1.0.4 |
1769 | 2024-12-13T23:14:08.921Z | Checking write16 v1.0.0 |
1770 | 2024-12-13T23:14:08.949Z | Checking utf16_iter v1.0.5 |
1771 | 2024-12-13T23:14:09.067Z | Checking unicode-bidi v0.3.17 |
1772 | 2024-12-13T23:14:09.129Z | Checking unicode-ident v1.0.13 |
1773 | 2024-12-13T23:14:09.212Z | Checking icu_locid_transform v1.5.0 |
1774 | 2024-12-13T23:14:09.315Z | Checking icu_normalizer_data v1.5.0 |
1775 | 2024-12-13T23:14:09.396Z | Checking lazy_static v1.5.0 |
1776 | 2024-12-13T23:14:09.428Z | Checking adler2 v2.0.0 |
1777 | 2024-12-13T23:14:09.525Z | Checking powerfmt v0.2.0 |
1778 | 2024-12-13T23:14:09.593Z | Checking miniz_oxide v0.8.0 |
1779 | 2024-12-13T23:14:09.657Z | Checking num_threads v0.1.7 |
1780 | 2024-12-13T23:14:09.763Z | Checking rustls-pki-types v1.10.0 |
1781 | 2024-12-13T23:14:09.792Z | Checking time-core v0.1.2 |
1782 | 2024-12-13T23:14:09.819Z | Checking deranged v0.3.11 |
1783 | 2024-12-13T23:14:09.953Z | Checking num-conv v0.1.0 |
1784 | 2024-12-13T23:14:10.136Z | Checking regex-automata v0.4.8 |
1785 | 2024-12-13T23:14:10.186Z | Checking icu_properties v1.5.1 |
1786 | 2024-12-13T23:14:10.188Z | Checking proc-macro2 v1.0.89 |
1787 | 2024-12-13T23:14:10.239Z | Checking pem-rfc7468 v0.7.0 |
1788 | 2024-12-13T23:14:10.335Z | Checking untrusted v0.7.1 |
1789 | 2024-12-13T23:14:10.385Z | Checking http-body v1.0.1 |
1790 | 2024-12-13T23:14:10.506Z | Checking aws-lc-sys v0.22.0 |
1791 | 2024-12-13T23:14:10.534Z | Checking mirai-annotations v1.12.0 |
1792 | 2024-12-13T23:14:10.591Z | Checking httpdate v1.0.3 |
1793 | 2024-12-13T23:14:10.725Z | Checking base64 v0.22.1 |
1794 | 2024-12-13T23:14:10.862Z | Checking try-lock v0.2.5 |
1795 | 2024-12-13T23:14:10.891Z | Checking quote v1.0.37 |
1796 | 2024-12-13T23:14:11.009Z | Checking want v0.3.1 |
1797 | 2024-12-13T23:14:11.597Z | Checking flagset v0.4.6 |
1798 | 2024-12-13T23:14:11.617Z | Checking pbkdf2 v0.12.2 |
1799 | 2024-12-13T23:14:11.617Z | Checking syn v2.0.87 |
1800 | 2024-12-13T23:14:11.617Z | Checking der v0.7.9 |
1801 | 2024-12-13T23:14:11.617Z | Checking aes v0.8.4 |
1802 | 2024-12-13T23:14:11.617Z | Checking time v0.3.36 |
1803 | 2024-12-13T23:14:12.351Z | Checking salsa20 v0.10.2 |
1804 | 2024-12-13T23:14:12.592Z | Checking cbc v0.1.2 |
1805 | 2024-12-13T23:14:12.811Z | Checking ahash v0.8.11 |
1806 | 2024-12-13T23:14:13.201Z | Checking aws-lc-rs v1.10.0 |
1807 | 2024-12-13T23:14:13.340Z | Checking spki v0.7.3 |
1808 | 2024-12-13T23:14:13.371Z | Checking slog v2.7.0 |
1809 | 2024-12-13T23:14:13.536Z | Checking tokio-util v0.7.12 |
1810 | 2024-12-13T23:14:13.603Z | Checking icu_normalizer v1.5.0 |
1811 | 2024-12-13T23:14:13.639Z | Checking tower-service v0.3.3 |
1812 | 2024-12-13T23:14:13.777Z | Checking scrypt v0.11.0 |
1813 | 2024-12-13T23:14:13.878Z | Checking gimli v0.31.1 |
1814 | 2024-12-13T23:14:14.015Z | Checking mime v0.3.17 |
1815 | 2024-12-13T23:14:14.182Z | Checking pkcs5 v0.7.1 |
1816 | 2024-12-13T23:14:14.344Z | Checking object v0.36.5 |
1817 | 2024-12-13T23:14:14.407Z | Checking idna_adapter v1.2.0 |
1818 | 2024-12-13T23:14:14.490Z | Checking h2 v0.4.6 |
1819 | 2024-12-13T23:14:14.604Z | Checking idna v1.0.3 |
1820 | 2024-12-13T23:14:14.691Z | Checking utf8parse v0.2.2 |
1821 | 2024-12-13T23:14:14.834Z | Checking rustc-demangle v0.1.24 |
1822 | 2024-12-13T23:14:14.861Z | Checking regex v1.11.1 |
1823 | 2024-12-13T23:14:15.085Z | Checking url v2.5.3 |
1824 | 2024-12-13T23:14:15.121Z | Checking rustls-webpki v0.102.8 |
1825 | 2024-12-13T23:14:15.275Z | Checking pkcs8 v0.10.2 |
1826 | 2024-12-13T23:14:15.553Z | Checking http-body-util v0.1.2 |
1827 | 2024-12-13T23:14:15.611Z | Checking futures-executor v0.3.31 |
1828 | 2024-12-13T23:14:15.844Z | Checking toml_datetime v0.6.8 |
1829 | 2024-12-13T23:14:15.939Z | Checking serde_spanned v0.6.8 |
1830 | 2024-12-13T23:14:15.961Z | Checking data-encoding v2.6.0 |
1831 | 2024-12-13T23:14:16.036Z | Checking ipnet v2.10.1 |
1832 | 2024-12-13T23:14:16.124Z | Checking unicode-width v0.1.14 |
1833 | 2024-12-13T23:14:16.152Z | Checking futures v0.3.31 |
1834 | 2024-12-13T23:14:16.275Z | Checking rustls-pemfile v2.2.0 |
1835 | 2024-12-13T23:14:16.486Z | Checking openssl-probe v0.1.5 |
1836 | 2024-12-13T23:14:16.527Z | Checking foreign-types-shared v0.1.1 |
1837 | 2024-12-13T23:14:16.609Z | Checking anstyle v1.0.10 |
1838 | 2024-12-13T23:14:16.643Z | Checking serde_urlencoded v0.7.1 |
1839 | 2024-12-13T23:14:16.646Z | Checking foreign-types v0.3.2 |
1840 | 2024-12-13T23:14:16.689Z | Checking semver v1.0.23 |
1841 | 2024-12-13T23:14:16.743Z | Checking sha1 v0.10.6 |
1842 | 2024-12-13T23:14:16.974Z | Checking openssl-sys v0.9.103 |
1843 | 2024-12-13T23:14:17.045Z | Checking encoding_rs v0.8.34 |
1844 | 2024-12-13T23:14:17.080Z | Checking rustls v0.23.19 |
1845 | 2024-12-13T23:14:17.120Z | Checking anstyle-parse v0.2.5 |
1846 | 2024-12-13T23:14:17.412Z | Checking camino v1.1.9 |
1847 | 2024-12-13T23:14:17.771Z | Checking either v1.13.0 |
1848 | 2024-12-13T23:14:17.847Z | Checking addr2line v0.24.2 |
1849 | 2024-12-13T23:14:17.964Z | Checking colorchoice v1.0.2 |
1850 | 2024-12-13T23:14:18.113Z | Checking winnow v0.6.20 |
1851 | 2024-12-13T23:14:18.150Z | Checking anstyle-query v1.1.1 |
1852 | 2024-12-13T23:14:18.294Z | Checking is_terminal_polyfill v1.70.1 |
1853 | 2024-12-13T23:14:18.297Z | Checking openssl v0.10.66 |
1854 | 2024-12-13T23:14:18.355Z | Checking idna v0.3.0 |
1855 | 2024-12-13T23:14:18.422Z | Checking anstream v0.6.15 |
1856 | 2024-12-13T23:14:18.805Z | Checking terminal_size v0.4.0 |
1857 | 2024-12-13T23:14:18.992Z | Checking openapiv3 v2.0.0 |
1858 | 2024-12-13T23:14:19.242Z | Checking signature v2.2.0 |
1859 | 2024-12-13T23:14:19.294Z | Checking strsim v0.11.1 |
1860 | 2024-12-13T23:14:19.462Z | Checking clap_lex v0.7.2 |
1861 | 2024-12-13T23:14:19.589Z | Checking psl-types v2.0.11 |
1862 | 2024-12-13T23:14:19.732Z | Checking clap_builder v4.5.21 |
1863 | 2024-12-13T23:14:19.782Z | Checking publicsuffix v2.2.3 |
1864 | 2024-12-13T23:14:20.034Z | Checking cookie v0.18.1 |
1865 | 2024-12-13T23:14:20.516Z | Checking webpki-roots v0.26.6 |
1866 | 2024-12-13T23:14:20.726Z | Checking idna v0.5.0 |
1867 | 2024-12-13T23:14:20.815Z | Checking backtrace v0.3.74 |
1868 | 2024-12-13T23:14:20.817Z | Checking hyper v1.5.0 |
1869 | 2024-12-13T23:14:21.164Z | Checking is-terminal v0.4.13 |
1870 | 2024-12-13T23:14:21.305Z | Checking scroll v0.12.0 |
1871 | 2024-12-13T23:14:21.403Z | Checking anyhow v1.0.93 |
1872 | 2024-12-13T23:14:21.602Z | Checking plain v0.2.3 |
1873 | 2024-12-13T23:14:21.766Z | Checking ucd-trie v0.1.7 |
1874 | 2024-12-13T23:14:21.793Z | Checking goblin v0.8.2 |
1875 | 2024-12-13T23:14:21.821Z | Checking cookie_store v0.21.0 |
1876 | 2024-12-13T23:14:21.973Z | Checking pest v2.7.14 |
1877 | 2024-12-13T23:14:22.543Z | Checking sync_wrapper v1.0.1 |
1878 | 2024-12-13T23:14:22.574Z | Checking pretty-hex v0.4.1 |
1879 | 2024-12-13T23:14:22.704Z | Checking base16ct v0.2.0 |
1880 | 2024-12-13T23:14:22.733Z | Checking tokio-rustls v0.26.0 |
1881 | 2024-12-13T23:14:22.759Z | Checking num-integer v0.1.46 |
1882 | 2024-12-13T23:14:22.837Z | Checking clap v4.5.21 |
1883 | 2024-12-13T23:14:22.902Z | Checking sec1 v0.7.3 |
1884 | 2024-12-13T23:14:22.974Z | Checking ff v0.13.0 |
1885 | 2024-12-13T23:14:23.006Z | Checking hyper-util v0.1.10 |
1886 | 2024-12-13T23:14:23.143Z | Checking thread-id v4.2.2 |
1887 | 2024-12-13T23:14:23.185Z | Checking group v0.13.0 |
1888 | 2024-12-13T23:14:23.252Z | Checking toml_edit v0.22.22 |
1889 | 2024-12-13T23:14:23.282Z | Checking hkdf v0.12.4 |
1890 | 2024-12-13T23:14:23.304Z | Checking crypto-bigint v0.5.5 |
1891 | 2024-12-13T23:14:23.439Z | Checking memmap v0.7.0 |
1892 | 2024-12-13T23:14:23.488Z | Checking dirs-sys-next v0.1.2 |
1893 | 2024-12-13T23:14:23.666Z | Checking crc32fast v1.4.2 |
1894 | 2024-12-13T23:14:23.695Z | Checking utf-8 v0.7.6 |
1895 | 2024-12-13T23:14:23.886Z | Checking native-tls v0.2.12 |
1896 | 2024-12-13T23:14:23.914Z | Checking static_assertions v1.1.0 |
1897 | 2024-12-13T23:14:23.917Z | Checking bitflags v1.3.2 |
1898 | 2024-12-13T23:14:24.025Z | Checking dirs-next v2.0.0 |
1899 | 2024-12-13T23:14:24.054Z | Checking crossbeam-channel v0.5.13 |
1900 | 2024-12-13T23:14:24.179Z | Checking thread_local v1.1.8 |
1901 | 2024-12-13T23:14:24.222Z | Checking tokio-native-tls v0.3.1 |
1902 | 2024-12-13T23:14:24.458Z | Checking unicode-segmentation v1.12.0 |
1903 | 2024-12-13T23:14:24.494Z | Checking dtrace-parser v0.2.0 |
1904 | 2024-12-13T23:14:24.520Z | Checking term v0.7.0 |
1905 | 2024-12-13T23:14:24.810Z | Checking num-iter v0.1.45 |
1906 | 2024-12-13T23:14:24.939Z | Checking crossbeam-epoch v0.9.18 |
1907 | 2024-12-13T23:14:24.975Z | Checking take_mut v0.2.2 |
1908 | 2024-12-13T23:14:25.000Z | Checking match_cfg v0.1.0 |
1909 | 2024-12-13T23:14:25.028Z | Checking hyper-tls v0.6.0 |
1910 | 2024-12-13T23:14:25.102Z | Checking hyper-rustls v0.27.3 |
1911 | 2024-12-13T23:14:25.129Z | Checking slog-async v2.8.0 |
1912 | 2024-12-13T23:14:25.158Z | Checking hostname v0.3.1 |
1913 | 2024-12-13T23:14:25.300Z | Checking slog-term v2.9.1 |
1914 | 2024-12-13T23:14:25.333Z | Checking bstr v1.10.0 |
1915 | 2024-12-13T23:14:25.383Z | Checking rfc6979 v0.4.0 |
1916 | 2024-12-13T23:14:25.438Z | Checking hex v0.4.3 |
1917 | 2024-12-13T23:14:25.474Z | Checking reqwest v0.12.9 |
1918 | 2024-12-13T23:14:25.570Z | Checking winnow v0.5.40 |
1919 | 2024-12-13T23:14:25.797Z | Checking managed v0.8.0 |
1920 | 2024-12-13T23:14:25.858Z | Checking toml v0.8.19 |
1921 | 2024-12-13T23:14:25.966Z | Checking crossbeam-deque v0.8.5 |
1922 | 2024-12-13T23:14:26.178Z | Checking num-bigint-dig v0.8.4 |
1923 | 2024-12-13T23:14:26.206Z | Checking elliptic-curve v0.13.8 |
1924 | 2024-12-13T23:14:26.281Z | Checking flate2 v1.0.34 |
1925 | 2024-12-13T23:14:26.284Z | Checking rustls v0.22.4 |
1926 | 2024-12-13T23:14:26.656Z | Checking pkcs1 v0.7.5 |
1927 | 2024-12-13T23:14:26.843Z | Checking ecdsa v0.16.9 |
1928 | 2024-12-13T23:14:26.871Z | Checking dof v0.3.0 |
1929 | 2024-12-13T23:14:26.987Z | Checking curve25519-dalek v4.1.3 |
1930 | 2024-12-13T23:14:27.079Z | Checking zerocopy v0.6.6 |
1931 | 2024-12-13T23:14:27.425Z | Checking siphasher v0.3.11 |
1932 | 2024-12-13T23:14:27.489Z | Checking usdt-impl v0.5.0 |
1933 | 2024-12-13T23:14:27.568Z | Checking rayon-core v1.12.1 |
1934 | 2024-12-13T23:14:27.760Z | Checking ed25519 v2.2.3 |
1935 | 2024-12-13T23:14:27.880Z | Checking slog-json v2.6.1 |
1936 | 2024-12-13T23:14:28.046Z | Checking usdt v0.5.0 |
1937 | 2024-12-13T23:14:28.085Z | Checking signal-hook v0.3.17 |
1938 | 2024-12-13T23:14:28.163Z | Checking debug-ignore v1.0.5 |
1939 | 2024-12-13T23:14:28.270Z | Checking quick-error v1.2.3 |
1940 | 2024-12-13T23:14:28.308Z | Checking slog-bunyan v2.5.0 |
1941 | 2024-12-13T23:14:28.310Z | Checking multer v3.1.0 |
1942 | 2024-12-13T23:14:28.354Z | Checking rsa v0.9.6 |
1943 | 2024-12-13T23:14:28.413Z | Checking itertools v0.10.5 |
1944 | 2024-12-13T23:14:28.449Z | Checking x509-cert v0.2.5 |
1945 | 2024-12-13T23:14:28.480Z | Checking idna v0.4.0 |
1946 | 2024-12-13T23:14:28.594Z | Checking toml_edit v0.19.15 |
1947 | 2024-12-13T23:14:28.739Z | Checking serde_path_to_error v0.1.16 |
1948 | 2024-12-13T23:14:28.930Z | Checking ed25519-dalek v2.1.1 |
1949 | 2024-12-13T23:14:29.351Z | Checking hubpack v0.1.2 |
1950 | 2024-12-13T23:14:29.380Z | Checking waitgroup v0.1.2 |
1951 | 2024-12-13T23:14:29.383Z | Checking bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-12-13T23:14:29.430Z | Checking async-stream v0.3.6 |
1953 | 2024-12-13T23:14:29.517Z | Checking hostname v0.4.0 |
1954 | 2024-12-13T23:14:29.546Z | Checking bit-vec v0.6.3 |
1955 | 2024-12-13T23:14:29.630Z | Checking bzip2 v0.4.4 |
1956 | 2024-12-13T23:14:29.666Z | Checking hickory-proto v0.24.1 |
1957 | 2024-12-13T23:14:29.668Z | Checking signal-hook-mio v0.2.4 |
1958 | 2024-12-13T23:14:29.837Z | Checking console v0.15.8 |
1959 | 2024-12-13T23:14:29.894Z | Checking bit-set v0.5.3 |
1960 | 2024-12-13T23:14:29.923Z | Checking hash32 v0.2.1 |
1961 | 2024-12-13T23:14:30.042Z | Checking tokio-rustls v0.25.0 |
1962 | 2024-12-13T23:14:30.088Z | Checking unicode-properties v0.1.3 |
1963 | 2024-12-13T23:14:30.179Z | Checking linked-hash-map v0.5.6 |
1964 | 2024-12-13T23:14:30.247Z | Checking predicates-core v1.0.8 |
1965 | 2024-12-13T23:14:30.400Z | Checking heapless v0.7.17 |
1966 | 2024-12-13T23:14:30.431Z | Checking crossterm v0.28.1 |
1967 | 2024-12-13T23:14:30.435Z | Checking dropshot v0.12.0 |
1968 | 2024-12-13T23:14:30.477Z | Checking stringprep v0.1.5 |
1969 | 2024-12-13T23:14:30.502Z | Checking lru-cache v0.1.2 |
1970 | 2024-12-13T23:14:30.690Z | Checking rayon v1.10.0 |
1971 | 2024-12-13T23:14:30.716Z | Checking phf_shared v0.11.2 |
1972 | 2024-12-13T23:14:30.754Z | Checking similar v2.6.0 |
1973 | 2024-12-13T23:14:31.010Z | Checking tokio-stream v0.1.16 |
1974 | 2024-12-13T23:14:31.037Z | Checking toml v0.7.8 |
1975 | 2024-12-13T23:14:31.418Z | Checking md-5 v0.10.6 |
1976 | 2024-12-13T23:14:31.652Z | Checking float-cmp v0.9.0 |
1977 | 2024-12-13T23:14:31.676Z | Checking fallible-iterator v0.2.0 |
1978 | 2024-12-13T23:14:31.806Z | Checking fixedbitset v0.4.2 |
1979 | 2024-12-13T23:14:31.845Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-12-13T23:14:31.911Z | Checking difflib v0.4.0 |
1981 | 2024-12-13T23:14:31.981Z | Checking smoltcp v0.9.1 |
1982 | 2024-12-13T23:14:32.102Z | Checking petgraph v0.6.5 |
1983 | 2024-12-13T23:14:32.270Z | Checking predicates v3.1.2 |
1984 | 2024-12-13T23:14:32.301Z | Checking phf v0.11.2 |
1985 | 2024-12-13T23:14:32.304Z | Checking postgres-protocol v0.6.7 |
1986 | 2024-12-13T23:14:32.588Z | Checking zip v0.6.6 |
1987 | 2024-12-13T23:14:32.969Z | Checking resolv-conf v0.7.0 |
1988 | 2024-12-13T23:14:33.022Z | Checking phf_shared v0.10.0 |
1989 | 2024-12-13T23:14:33.289Z | Checking tungstenite v0.24.0 |
1990 | 2024-12-13T23:14:33.318Z | Checking fs-err v2.11.0 |
1991 | 2024-12-13T23:14:33.321Z | Checking serde-big-array v0.5.1 |
1992 | 2024-12-13T23:14:33.508Z | Checking portable-atomic v1.9.0 |
1993 | 2024-12-13T23:14:33.578Z | Checking precomputed-hash v0.1.1 |
1994 | 2024-12-13T23:14:33.699Z | Checking unicode-width v0.2.0 |
1995 | 2024-12-13T23:14:33.907Z | Checking lalrpop-util v0.19.12 |
1996 | 2024-12-13T23:14:34.190Z | Checking number_prefix v0.4.0 |
1997 | 2024-12-13T23:14:34.214Z | Checking new_debug_unreachable v1.0.6 |
1998 | 2024-12-13T23:14:34.220Z | Checking minimal-lexical v0.2.1 |
1999 | 2024-12-13T23:14:34.305Z | Checking tokio-tungstenite v0.24.0 |
2000 | 2024-12-13T23:14:34.321Z | Checking string_cache v0.8.7 |
2001 | 2024-12-13T23:14:34.373Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2024-12-13T23:14:34.515Z | Checking hickory-resolver v0.24.1 |
2003 | 2024-12-13T23:14:34.570Z | Checking postgres-types v0.2.8 |
2004 | 2024-12-13T23:14:34.615Z | Checking peg-runtime v0.8.3 |
2005 | 2024-12-13T23:14:34.653Z | Checking nom v7.1.3 |
2006 | 2024-12-13T23:14:34.738Z | Checking indicatif v0.17.9 |
2007 | 2024-12-13T23:14:34.763Z | Checking whoami v1.5.2 |
2008 | 2024-12-13T23:14:34.988Z | Compiling hashbrown v0.14.5 |
2009 | 2024-12-13T23:14:35.086Z | Compiling ident_case v1.0.1 |
2010 | 2024-12-13T23:14:35.291Z | Compiling darling_core v0.20.10 |
2011 | 2024-12-13T23:14:35.321Z | Checking tokio-postgres v0.7.12 |
2012 | 2024-12-13T23:14:35.518Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-13T23:14:36.144Z | Checking qorb v0.2.1 |
2014 | 2024-12-13T23:14:36.358Z | Compiling regress v0.10.1 |
2015 | 2024-12-13T23:14:36.799Z | Checking heck v0.5.0 |
2016 | 2024-12-13T23:14:37.014Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-13T23:14:37.533Z | Checking progenitor-client v0.8.0 |
2018 | 2024-12-13T23:14:37.930Z | Checking fastrand v2.1.1 |
2019 | 2024-12-13T23:14:38.288Z | Compiling newtype-uuid v1.1.3 |
2020 | 2024-12-13T23:14:38.533Z | Checking ipnetwork v0.20.0 |
2021 | 2024-12-13T23:14:38.628Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-13T23:14:38.884Z | Checking strum v0.26.3 |
2023 | 2024-12-13T23:14:38.912Z | Compiling dropshot v0.13.0 |
2024 | 2024-12-13T23:14:39.051Z | Checking macaddr v1.0.1 |
2025 | 2024-12-13T23:14:39.299Z | Compiling dropshot_endpoint v0.13.0 |
2026 | 2024-12-13T23:14:39.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2027 | 2024-12-13T23:14:40.050Z | Compiling typify-impl v0.2.0 |
2028 | 2024-12-13T23:14:40.460Z | Checking tempfile v3.13.0 |
2029 | 2024-12-13T23:14:40.843Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2030 | 2024-12-13T23:14:41.207Z | Checking instant v0.1.13 |
2031 | 2024-12-13T23:14:41.304Z | Checking regress v0.9.1 |
2032 | 2024-12-13T23:14:41.330Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2033 | 2024-12-13T23:14:41.419Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2034 | 2024-12-13T23:14:41.631Z | Compiling structmeta v0.3.0 |
2035 | 2024-12-13T23:14:41.727Z | Checking backoff v0.4.0 |
2036 | 2024-12-13T23:14:42.041Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2024-12-13T23:14:42.071Z | Compiling parse-display-derive v0.10.0 |
2038 | 2024-12-13T23:14:42.102Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2039 | 2024-12-13T23:14:42.188Z | Checking wait-timeout v0.2.0 |
2040 | 2024-12-13T23:14:42.287Z | Checking rand_xorshift v0.3.0 |
2041 | 2024-12-13T23:14:42.392Z | Compiling darling_macro v0.20.10 |
2042 | 2024-12-13T23:14:42.418Z | Checking rusty-fork v0.3.0 |
2043 | 2024-12-13T23:14:42.473Z | Checking unarray v0.1.4 |
2044 | 2024-12-13T23:14:42.640Z | Compiling structmeta-derive v0.2.0 |
2045 | 2024-12-13T23:14:42.736Z | Checking proptest v1.5.0 |
2046 | 2024-12-13T23:14:43.369Z | Compiling darling v0.20.10 |
2047 | 2024-12-13T23:14:43.506Z | Compiling serde_with_macros v3.11.0 |
2048 | 2024-12-13T23:14:43.581Z | Checking camino-tempfile v1.1.1 |
2049 | 2024-12-13T23:14:43.883Z | Compiling proc-macro-error v1.0.4 |
2050 | 2024-12-13T23:14:44.619Z | Compiling proc-macro-crate v1.3.1 |
2051 | 2024-12-13T23:14:44.941Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2024-12-13T23:14:45.333Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2053 | 2024-12-13T23:14:45.643Z | Compiling foreign-types-macros v0.2.3 |
2054 | 2024-12-13T23:14:45.664Z | Compiling structmeta v0.2.0 |
2055 | 2024-12-13T23:14:45.731Z | Compiling num_enum_derive v0.5.11 |
2056 | 2024-12-13T23:14:46.120Z | Compiling test-strategy v0.3.1 |
2057 | 2024-12-13T23:14:46.421Z | Checking serde_with v3.11.0 |
2058 | 2024-12-13T23:14:46.794Z | Checking parse-display v0.10.0 |
2059 | 2024-12-13T23:14:46.942Z | Checking foreign-types-shared v0.3.1 |
2060 | 2024-12-13T23:14:47.069Z | Checking foreign-types v0.5.0 |
2061 | 2024-12-13T23:14:47.215Z | Checking tabwriter v1.4.0 |
2062 | 2024-12-13T23:14:47.427Z | Checking cstr-argument v0.1.2 |
2063 | 2024-12-13T23:14:47.477Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2064 | 2024-12-13T23:14:47.505Z | Checking pretty-hex v0.2.1 |
2065 | 2024-12-13T23:14:47.624Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2066 | 2024-12-13T23:14:47.683Z | Checking colored v2.1.0 |
2067 | 2024-12-13T23:14:47.933Z | Checking smf v0.2.3 |
2068 | 2024-12-13T23:14:47.999Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2024-12-13T23:14:48.196Z | Checking base64 v0.21.7 |
2070 | 2024-12-13T23:14:48.308Z | Compiling zerocopy v0.8.10 |
2071 | 2024-12-13T23:14:48.326Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2072 | 2024-12-13T23:14:48.352Z | Checking num_enum v0.5.11 |
2073 | 2024-12-13T23:14:48.445Z | Compiling itertools v0.13.0 |
2074 | 2024-12-13T23:14:48.489Z | Compiling zerocopy-derive v0.8.10 |
2075 | 2024-12-13T23:14:48.513Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2076 | 2024-12-13T23:14:48.683Z | Compiling heapless v0.8.0 |
2077 | 2024-12-13T23:14:48.815Z | Checking termtree v0.4.1 |
2078 | 2024-12-13T23:14:49.039Z | Checking predicates-tree v1.0.11 |
2079 | 2024-12-13T23:14:49.293Z | Checking hash32 v0.3.1 |
2080 | 2024-12-13T23:14:49.296Z | Compiling smoltcp v0.11.0 |
2081 | 2024-12-13T23:14:49.514Z | Checking cobs v0.2.3 |
2082 | 2024-12-13T23:14:49.713Z | Checking postcard v1.0.10 |
2083 | 2024-12-13T23:14:49.894Z | Checking sigpipe v0.1.3 |
2084 | 2024-12-13T23:14:50.025Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2024-12-13T23:14:50.107Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2086 | 2024-12-13T23:14:50.228Z | Checking atomicwrites v0.4.4 |
2087 | 2024-12-13T23:14:50.264Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2024-12-13T23:14:50.336Z | Compiling thiserror v2.0.3 |
2089 | 2024-12-13T23:14:50.389Z | Compiling mockall_derive v0.13.0 |
2090 | 2024-12-13T23:14:50.451Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2091 | 2024-12-13T23:14:50.707Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2092 | 2024-12-13T23:14:50.768Z | Compiling thiserror-impl v2.0.3 |
2093 | 2024-12-13T23:14:51.000Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2094 | 2024-12-13T23:14:51.315Z | Compiling zone_cfg_derive v0.3.0 |
2095 | 2024-12-13T23:14:51.697Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2096 | 2024-12-13T23:14:52.822Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2097 | 2024-12-13T23:14:53.204Z | Compiling num-derive v0.4.2 |
2098 | 2024-12-13T23:14:53.301Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2099 | 2024-12-13T23:14:53.585Z | Checking downcast v0.11.0 |
2100 | 2024-12-13T23:14:53.663Z | Checking fragile v2.0.0 |
2101 | 2024-12-13T23:14:53.836Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2102 | 2024-12-13T23:14:53.928Z | Checking zone v0.3.0 |
2103 | 2024-12-13T23:14:54.094Z | Compiling convert_case v0.4.0 |
2104 | 2024-12-13T23:14:54.750Z | Checking newline-converter v0.3.0 |
2105 | 2024-12-13T23:14:54.779Z | Checking tungstenite v0.21.0 |
2106 | 2024-12-13T23:14:54.918Z | Checking expectorate v1.1.0 |
2107 | 2024-12-13T23:14:55.032Z | Compiling derive_more v0.99.18 |
2108 | 2024-12-13T23:14:55.088Z | Checking same-file v1.0.6 |
2109 | 2024-12-13T23:14:55.275Z | Checking walkdir v2.5.0 |
2110 | 2024-12-13T23:14:55.585Z | Checking arc-swap v1.7.1 |
2111 | 2024-12-13T23:14:55.609Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2112 | 2024-12-13T23:14:55.753Z | Checking tokio-tungstenite v0.21.0 |
2113 | 2024-12-13T23:14:56.034Z | Checking slog-scope v4.4.0 |
2114 | 2024-12-13T23:14:56.081Z | Checking xattr v1.3.1 |
2115 | 2024-12-13T23:14:56.248Z | Checking slog-stdlog v4.1.1 |
2116 | 2024-12-13T23:14:56.284Z | Checking filetime v0.2.25 |
2117 | 2024-12-13T23:14:56.308Z | Checking num-rational v0.4.2 |
2118 | 2024-12-13T23:14:56.429Z | Checking slog-envlogger v2.2.0 |
2119 | 2024-12-13T23:14:56.507Z | Checking tar v0.4.42 |
2120 | 2024-12-13T23:14:56.660Z | Checking num-complex v0.4.6 |
2121 | 2024-12-13T23:14:57.004Z | Checking float-ord v0.3.2 |
2122 | 2024-12-13T23:14:57.158Z | Checking swrite v0.1.0 |
2123 | 2024-12-13T23:14:57.310Z | Compiling cancel-safe-futures v0.1.5 |
2124 | 2024-12-13T23:14:57.369Z | Compiling owo-colors v4.1.0 |
2125 | 2024-12-13T23:14:57.474Z | Checking libsw v3.3.1 |
2126 | 2024-12-13T23:14:57.644Z | Checking num v0.4.3 |
2127 | 2024-12-13T23:14:57.737Z | Checking pem v3.0.4 |
2128 | 2024-12-13T23:14:57.782Z | Checking password-hash v0.5.0 |
2129 | 2024-12-13T23:14:58.025Z | Checking blake2 v0.10.6 |
2130 | 2024-12-13T23:14:58.145Z | Checking linear-map v1.2.0 |
2131 | 2024-12-13T23:14:58.224Z | Checking indent_write v2.2.0 |
2132 | 2024-12-13T23:14:58.442Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2133 | 2024-12-13T23:14:58.509Z | Checking argon2 v0.5.3 |
2134 | 2024-12-13T23:14:59.066Z | Compiling typify-macro v0.2.0 |
2135 | 2024-12-13T23:14:59.092Z | Compiling lzma-sys v0.1.20 |
2136 | 2024-12-13T23:14:59.092Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2137 | 2024-12-13T23:14:59.092Z | Checking headers-core v0.3.0 |
2138 | 2024-12-13T23:14:59.130Z | Compiling heck v0.3.3 |
2139 | 2024-12-13T23:14:59.174Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2140 | 2024-12-13T23:14:59.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2141 | 2024-12-13T23:14:59.553Z | Compiling zone_cfg_derive v0.1.2 |
2142 | 2024-12-13T23:14:59.594Z | Checking mockall v0.13.0 |
2143 | 2024-12-13T23:14:59.597Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2144 | 2024-12-13T23:14:59.718Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-12-13T23:14:59.817Z | Checking headers v0.4.0 |
2146 | 2024-12-13T23:14:59.840Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2147 | 2024-12-13T23:14:59.865Z | Checking yasna v0.5.2 |
2148 | 2024-12-13T23:15:00.141Z | Checking highway v1.2.0 |
2149 | 2024-12-13T23:15:00.569Z | Checking base64 v0.13.1 |
2150 | 2024-12-13T23:15:00.762Z | Checking rcgen v0.12.1 |
2151 | 2024-12-13T23:15:00.945Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2152 | 2024-12-13T23:15:00.990Z | Checking ron v0.7.1 |
2153 | 2024-12-13T23:15:01.144Z | Checking zone v0.1.8 |
2154 | 2024-12-13T23:15:01.481Z | Checking xz2 v0.1.7 |
2155 | 2024-12-13T23:15:01.791Z | Checking subprocess v0.2.9 |
2156 | 2024-12-13T23:15:01.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2157 | 2024-12-13T23:15:02.032Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2158 | 2024-12-13T23:15:02.251Z | Checking humantime v2.1.0 |
2159 | 2024-12-13T23:15:02.404Z | Compiling semver v0.1.20 |
2160 | 2024-12-13T23:15:02.565Z | Checking half v2.4.1 |
2161 | 2024-12-13T23:15:03.025Z | Compiling rustc_version v0.1.7 |
2162 | 2024-12-13T23:15:03.043Z | Checking ciborium-io v0.2.2 |
2163 | 2024-12-13T23:15:03.100Z | Checking prettyplease v0.2.25 |
2164 | 2024-12-13T23:15:03.125Z | Compiling typify v0.2.0 |
2165 | 2024-12-13T23:15:03.267Z | Compiling progenitor-impl v0.8.0 |
2166 | 2024-12-13T23:15:03.312Z | Checking ciborium-ll v0.2.2 |
2167 | 2024-12-13T23:15:03.467Z | Compiling newtype_derive v0.1.6 |
2168 | 2024-12-13T23:15:03.492Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2169 | 2024-12-13T23:15:03.644Z | Checking ciborium v0.2.2 |
2170 | 2024-12-13T23:15:05.318Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2171 | 2024-12-13T23:15:05.678Z | Checking steno v0.4.1 |
2172 | 2024-12-13T23:15:05.770Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2173 | 2024-12-13T23:15:06.709Z | Checking display-error-chain v0.2.2 |
2174 | 2024-12-13T23:15:06.901Z | Compiling slog-dtrace v0.3.0 |
2175 | 2024-12-13T23:15:06.945Z | Checking gethostname v0.5.0 |
2176 | 2024-12-13T23:15:07.032Z | Checking nibble_vec v0.1.0 |
2177 | 2024-12-13T23:15:07.071Z | Compiling blake3 v1.5.4 |
2178 | 2024-12-13T23:15:07.265Z | Compiling ring v0.16.20 |
2179 | 2024-12-13T23:15:07.788Z | Checking endian-type v0.1.2 |
2180 | 2024-12-13T23:15:07.818Z | Checking keccak v0.1.5 |
2181 | 2024-12-13T23:15:08.023Z | Checking radix_trie v0.2.1 |
2182 | 2024-12-13T23:15:08.158Z | Checking sha3 v0.10.8 |
2183 | 2024-12-13T23:15:08.394Z | Checking universal-hash v0.5.1 |
2184 | 2024-12-13T23:15:08.541Z | Checking secrecy v0.8.0 |
2185 | 2024-12-13T23:15:08.584Z | Checking opaque-debug v0.3.1 |
2186 | 2024-12-13T23:15:08.681Z | Checking aead v0.5.2 |
2187 | 2024-12-13T23:15:08.744Z | Checking poly1305 v0.8.0 |
2188 | 2024-12-13T23:15:08.769Z | Checking chacha20 v0.9.1 |
2189 | 2024-12-13T23:15:09.164Z | Compiling memmap2 v0.9.5 |
2190 | 2024-12-13T23:15:09.252Z | Compiling constant_time_eq v0.3.1 |
2191 | 2024-12-13T23:15:09.450Z | Compiling spin v0.5.2 |
2192 | 2024-12-13T23:15:09.640Z | Compiling arrayref v0.3.9 |
2193 | 2024-12-13T23:15:09.705Z | Compiling arrayvec v0.7.6 |
2194 | 2024-12-13T23:15:09.757Z | Compiling toolchain_find v0.4.0 |
2195 | 2024-12-13T23:15:09.856Z | Compiling thiserror-impl-no-std v2.0.2 |
2196 | 2024-12-13T23:15:10.056Z | Compiling topological-sort v0.2.2 |
2197 | 2024-12-13T23:15:10.288Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2198 | 2024-12-13T23:15:10.312Z | Compiling rustfmt-wrapper v0.2.1 |
2199 | 2024-12-13T23:15:10.487Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2200 | 2024-12-13T23:15:10.816Z | Checking chacha20poly1305 v0.10.1 |
2201 | 2024-12-13T23:15:10.818Z | Compiling async-recursion v1.1.1 |
2202 | 2024-12-13T23:15:10.900Z | Checking fxhash v0.2.1 |
2203 | 2024-12-13T23:15:11.018Z | Checking simd-adler32 v0.3.7 |
2204 | 2024-12-13T23:15:11.082Z | Checking bumpalo v3.16.0 |
2205 | 2024-12-13T23:15:11.397Z | Compiling zip v2.1.3 |
2206 | 2024-12-13T23:15:11.425Z | Checking lockfree-object-pool v0.1.6 |
2207 | 2024-12-13T23:15:11.449Z | Checking termcolor v1.4.1 |
2208 | 2024-12-13T23:15:11.571Z | Compiling progenitor-macro v0.8.0 |
2209 | 2024-12-13T23:15:11.672Z | Checking zopfli v0.8.1 |
2210 | 2024-12-13T23:15:11.752Z | Checking maplit v1.0.2 |
2211 | 2024-12-13T23:15:11.874Z | Compiling radium v0.7.0 |
2212 | 2024-12-13T23:15:11.912Z | Checking tap v1.0.1 |
2213 | 2024-12-13T23:15:12.088Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-12-13T23:15:12.531Z | Checking wyz v0.5.1 |
2215 | 2024-12-13T23:15:12.708Z | Checking crc-catalog v2.4.0 |
2216 | 2024-12-13T23:15:12.822Z | Checking home v0.5.9 |
2217 | 2024-12-13T23:15:12.859Z | Checking funty v2.0.0 |
2218 | 2024-12-13T23:15:12.951Z | Compiling packed_struct v0.10.1 |
2219 | 2024-12-13T23:15:12.990Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-13T23:15:13.130Z | Checking thiserror-no-std v2.0.2 |
2221 | 2024-12-13T23:15:13.257Z | Checking vsss-rs v3.3.4 |
2222 | 2024-12-13T23:15:13.483Z | Checking crc v3.2.1 |
2223 | 2024-12-13T23:15:13.635Z | Compiling const_format_proc_macros v0.2.33 |
2224 | 2024-12-13T23:15:13.796Z | Checking bitvec v1.0.1 |
2225 | 2024-12-13T23:15:13.955Z | Checking kstat-rs v0.2.4 |
2226 | 2024-12-13T23:15:14.212Z | Compiling packed_struct_codegen v0.10.1 |
2227 | 2024-12-13T23:15:14.298Z | Compiling vte_generate_state_changes v0.1.2 |
2228 | 2024-12-13T23:15:14.708Z | Compiling indexmap v1.9.3 |
2229 | 2024-12-13T23:15:14.978Z | Checking nodrop v0.1.14 |
2230 | 2024-12-13T23:15:15.030Z | Compiling libefi-sys v0.1.0 |
2231 | 2024-12-13T23:15:15.099Z | Checking array-init v0.0.4 |
2232 | 2024-12-13T23:15:15.391Z | Checking vte v0.11.1 |
2233 | 2024-12-13T23:15:15.765Z | Checking const_format v0.2.33 |
2234 | 2024-12-13T23:15:16.141Z | Checking smallvec v0.6.14 |
2235 | 2024-12-13T23:15:16.258Z | Checking fd-lock v4.0.2 |
2236 | 2024-12-13T23:15:16.457Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2237 | 2024-12-13T23:15:16.534Z | Compiling bitfield-struct v0.6.2 |
2238 | 2024-12-13T23:15:16.597Z | Checking bitfield v0.14.0 |
2239 | 2024-12-13T23:15:16.787Z | Checking hashbrown v0.12.3 |
2240 | 2024-12-13T23:15:16.885Z | Checking strip-ansi-escapes v0.2.0 |
2241 | 2024-12-13T23:15:16.985Z | Checking serde-hex v0.1.0 |
2242 | 2024-12-13T23:15:17.072Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2243 | 2024-12-13T23:15:17.366Z | Checking env_logger v0.10.2 |
2244 | 2024-12-13T23:15:17.481Z | Checking ron v0.8.1 |
2245 | 2024-12-13T23:15:17.810Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2246 | 2024-12-13T23:15:18.074Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2247 | 2024-12-13T23:15:18.115Z | Checking itertools v0.12.1 |
2248 | 2024-12-13T23:15:18.620Z | Checking hashbrown v0.13.2 |
2249 | 2024-12-13T23:15:18.659Z | Checking crc-any v2.5.0 |
2250 | 2024-12-13T23:15:18.763Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2251 | 2024-12-13T23:15:18.889Z | Checking nu-ansi-term v0.50.1 |
2252 | 2024-12-13T23:15:19.043Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2253 | 2024-12-13T23:15:19.344Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2254 | 2024-12-13T23:15:19.518Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2255 | 2024-12-13T23:15:19.607Z | Compiling parking_lot_core v0.8.6 |
2256 | 2024-12-13T23:15:19.722Z | Checking object v0.30.4 |
2257 | 2024-12-13T23:15:19.745Z | Checking path-slash v0.1.5 |
2258 | 2024-12-13T23:15:19.767Z | Compiling phf_generator v0.11.2 |
2259 | 2024-12-13T23:15:19.903Z | Checking bytecount v0.6.8 |
2260 | 2024-12-13T23:15:19.959Z | Checking glob v0.3.1 |
2261 | 2024-12-13T23:15:20.058Z | Checking papergrid v0.11.0 |
2262 | 2024-12-13T23:15:20.287Z | Compiling phf_codegen v0.11.2 |
2263 | 2024-12-13T23:15:20.478Z | Checking parking_lot v0.11.2 |
2264 | 2024-12-13T23:15:20.520Z | Compiling tabled_derive v0.7.0 |
2265 | 2024-12-13T23:15:20.586Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-12-13T23:15:20.792Z | Checking reedline v0.35.0 |
2267 | 2024-12-13T23:15:20.821Z | Compiling parse-zoneinfo v0.3.1 |
2268 | 2024-12-13T23:15:20.981Z | Compiling cfg_aliases v0.1.1 |
2269 | 2024-12-13T23:15:21.101Z | Compiling nix v0.28.0 |
2270 | 2024-12-13T23:15:21.538Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2024-12-13T23:15:21.916Z | Checking sled v0.34.7 |
2272 | 2024-12-13T23:15:22.998Z | Checking hickory-client v0.24.1 |
2273 | 2024-12-13T23:15:23.062Z | Checking hickory-server v0.24.1 |
2274 | 2024-12-13T23:15:23.180Z | Checking tabled v0.15.0 |
2275 | 2024-12-13T23:15:23.643Z | Compiling chrono-tz v0.10.0 |
2276 | 2024-12-13T23:15:23.741Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2277 | 2024-12-13T23:15:24.323Z | Compiling buf-list v1.0.3 |
2278 | 2024-12-13T23:15:25.056Z | Compiling peg-macros v0.8.4 |
2279 | 2024-12-13T23:15:25.890Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2280 | 2024-12-13T23:15:25.950Z | Compiling sqlparser_derive v0.2.2 |
2281 | 2024-12-13T23:15:25.975Z | Checking unicode_categories v0.1.1 |
2282 | 2024-12-13T23:15:26.308Z | Checking sqlformat v0.2.6 |
2283 | 2024-12-13T23:15:26.981Z | Checking sqlparser v0.45.0 |
2284 | 2024-12-13T23:15:27.027Z | Checking progenitor v0.8.0 |
2285 | 2024-12-13T23:15:27.344Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2286 | 2024-12-13T23:15:27.409Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2287 | 2024-12-13T23:15:27.518Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2288 | 2024-12-13T23:15:31.041Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2289 | 2024-12-13T23:15:32.051Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2290 | 2024-12-13T23:15:32.120Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2291 | 2024-12-13T23:15:32.275Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2292 | 2024-12-13T23:15:33.882Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2293 | 2024-12-13T23:15:34.508Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2294 | 2024-12-13T23:15:36.099Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2295 | 2024-12-13T23:15:36.373Z | Checking peg v0.8.4 |
2296 | 2024-12-13T23:15:36.491Z | Checking rustyline v14.0.0 |
2297 | 2024-12-13T23:15:36.778Z | Checking bcs v0.1.6 |
2298 | 2024-12-13T23:15:36.961Z | Checking primeorder v0.13.6 |
2299 | 2024-12-13T23:15:37.247Z | Compiling unicase v2.7.0 |
2300 | 2024-12-13T23:15:37.469Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2301 | 2024-12-13T23:15:37.493Z | Checking nanorand v0.7.0 |
2302 | 2024-12-13T23:15:37.730Z | Checking atty v0.2.14 |
2303 | 2024-12-13T23:15:37.754Z | Compiling salty v0.3.0 |
2304 | 2024-12-13T23:15:37.847Z | Checking flume v0.11.1 |
2305 | 2024-12-13T23:15:38.175Z | Checking p384 v0.13.0 |
2306 | 2024-12-13T23:15:38.232Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2307 | 2024-12-13T23:15:38.259Z | Compiling mime_guess v2.0.5 |
2308 | 2024-12-13T23:15:38.378Z | Checking env_filter v0.1.2 |
2309 | 2024-12-13T23:15:38.611Z | Checking http-range v0.1.5 |
2310 | 2024-12-13T23:15:38.801Z | Checking env_logger v0.11.5 |
2311 | 2024-12-13T23:15:38.870Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2312 | 2024-12-13T23:15:39.365Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2313 | 2024-12-13T23:15:39.385Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2314 | 2024-12-13T23:15:39.457Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2315 | 2024-12-13T23:15:39.515Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2316 | 2024-12-13T23:15:39.708Z | Compiling dsl_auto_type v0.1.2 |
2317 | 2024-12-13T23:15:39.787Z | Checking scheduled-thread-pool v0.2.7 |
2318 | 2024-12-13T23:15:39.824Z | Compiling diesel_table_macro_syntax v0.2.0 |
2319 | 2024-12-13T23:15:40.043Z | Compiling crunchy v0.2.2 |
2320 | 2024-12-13T23:15:40.062Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2321 | 2024-12-13T23:15:40.270Z | Checking r2d2 v0.8.10 |
2322 | 2024-12-13T23:15:40.365Z | Checking hyper-staticfile v0.10.1 |
2323 | 2024-12-13T23:15:40.649Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2324 | 2024-12-13T23:15:40.889Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2325 | 2024-12-13T23:15:41.330Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2326 | 2024-12-13T23:15:41.371Z | Compiling tiny-keccak v2.0.2 |
2327 | 2024-12-13T23:15:41.388Z | Compiling diesel_derives v2.2.3 |
2328 | 2024-12-13T23:15:41.834Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2329 | 2024-12-13T23:15:42.001Z | Compiling pin-project-internal v1.1.6 |
2330 | 2024-12-13T23:15:42.131Z | Compiling ref-cast v1.0.23 |
2331 | 2024-12-13T23:15:42.780Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2332 | 2024-12-13T23:15:43.072Z | Compiling ascii-canvas v3.0.0 |
2333 | 2024-12-13T23:15:43.358Z | Compiling ena v0.14.3 |
2334 | 2024-12-13T23:15:43.651Z | Compiling ref-cast-impl v1.0.23 |
2335 | 2024-12-13T23:15:43.785Z | Compiling regex-syntax v0.6.29 |
2336 | 2024-12-13T23:15:44.909Z | Compiling diff v0.1.13 |
2337 | 2024-12-13T23:15:45.208Z | Checking pin-project v1.1.6 |
2338 | 2024-12-13T23:15:45.211Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2024-12-13T23:15:45.352Z | Checking signal-hook-tokio v0.3.1 |
2340 | 2024-12-13T23:15:45.550Z | Compiling snafu-derive v0.8.5 |
2341 | 2024-12-13T23:15:45.571Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2342 | 2024-12-13T23:15:45.881Z | Compiling derive_builder_core v0.20.2 |
2343 | 2024-12-13T23:15:48.370Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2344 | 2024-12-13T23:15:49.458Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2345 | 2024-12-13T23:15:49.903Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-12-13T23:15:51.367Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2347 | 2024-12-13T23:15:52.095Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2348 | 2024-12-13T23:15:53.722Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2349 | 2024-12-13T23:15:54.138Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2350 | 2024-12-13T23:15:54.309Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2351 | 2024-12-13T23:15:54.635Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2352 | 2024-12-13T23:15:54.685Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2353 | 2024-12-13T23:15:54.731Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2354 | 2024-12-13T23:15:55.230Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2355 | 2024-12-13T23:15:55.447Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-12-13T23:15:55.450Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-12-13T23:15:56.154Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2358 | 2024-12-13T23:15:56.813Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2359 | 2024-12-13T23:15:56.909Z | Checking diesel v2.2.6 |
2360 | 2024-12-13T23:15:57.091Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2361 | 2024-12-13T23:15:57.425Z | Compiling lalrpop v0.19.12 |
2362 | 2024-12-13T23:15:57.583Z | Checking snafu v0.8.5 |
2363 | 2024-12-13T23:15:59.013Z | Checking globset v0.4.15 |
2364 | 2024-12-13T23:15:59.570Z | Checking olpc-cjson v0.1.4 |
2365 | 2024-12-13T23:15:59.799Z | Checking serde_plain v1.0.2 |
2366 | 2024-12-13T23:16:00.046Z | Compiling libxml v0.3.3 |
2367 | 2024-12-13T23:16:00.414Z | Compiling memoffset v0.9.1 |
2368 | 2024-12-13T23:16:00.733Z | Checking typed-path v0.9.3 |
2369 | 2024-12-13T23:16:00.868Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-12-13T23:16:02.277Z | Compiling derive_builder_macro v0.20.2 |
2371 | 2024-12-13T23:16:02.345Z | Checking tungstenite v0.23.0 |
2372 | 2024-12-13T23:16:02.653Z | Compiling strum_macros v0.24.3 |
2373 | 2024-12-13T23:16:02.812Z | Checking tough v0.19.0 |
2374 | 2024-12-13T23:16:03.013Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2375 | 2024-12-13T23:16:03.173Z | Compiling samael v0.0.17 |
2376 | 2024-12-13T23:16:03.329Z | Compiling indoc v1.0.9 |
2377 | 2024-12-13T23:16:04.283Z | Checking parse-size v1.1.0 |
2378 | 2024-12-13T23:16:04.462Z | Checking tokio-tungstenite v0.23.1 |
2379 | 2024-12-13T23:16:04.982Z | Checking derive_builder v0.20.2 |
2380 | 2024-12-13T23:16:06.326Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2381 | 2024-12-13T23:16:06.352Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2024-12-13T23:16:06.971Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2383 | 2024-12-13T23:16:07.251Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2384 | 2024-12-13T23:16:07.502Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2385 | 2024-12-13T23:16:07.772Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2024-12-13T23:16:08.058Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2387 | 2024-12-13T23:16:08.121Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2388 | 2024-12-13T23:16:08.583Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2389 | 2024-12-13T23:16:09.537Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2390 | 2024-12-13T23:16:09.597Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2391 | 2024-12-13T23:16:10.518Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2392 | 2024-12-13T23:16:10.872Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2024-12-13T23:16:12.298Z | Checking quick-xml v0.33.0 |
2394 | 2024-12-13T23:16:12.465Z | Compiling oso-derive v0.27.3 |
2395 | 2024-12-13T23:16:13.554Z | Compiling impl-trait-for-tuples v0.2.2 |
2396 | 2024-12-13T23:16:14.501Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2397 | 2024-12-13T23:16:16.506Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2398 | 2024-12-13T23:16:17.431Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2399 | 2024-12-13T23:16:18.688Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2400 | 2024-12-13T23:16:19.754Z | Checking nix v0.27.1 |
2401 | 2024-12-13T23:16:21.084Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2402 | 2024-12-13T23:16:21.139Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2403 | 2024-12-13T23:16:21.412Z | Compiling diesel-dtrace v0.4.0 |
2404 | 2024-12-13T23:16:21.795Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2405 | 2024-12-13T23:16:22.183Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2406 | 2024-12-13T23:16:22.505Z | Checking bb8 v0.8.5 |
2407 | 2024-12-13T23:16:22.990Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2408 | 2024-12-13T23:16:23.021Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2409 | 2024-12-13T23:16:23.738Z | Checking heck v0.4.1 |
2410 | 2024-12-13T23:16:23.978Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2411 | 2024-12-13T23:16:24.077Z | Checking rand_seeder v0.3.0 |
2412 | 2024-12-13T23:16:24.334Z | Checking assert_matches v1.5.0 |
2413 | 2024-12-13T23:16:24.392Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2024-12-13T23:16:24.441Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2024-12-13T23:16:24.553Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2416 | 2024-12-13T23:16:24.605Z | Compiling libz-sys v1.1.20 |
2417 | 2024-12-13T23:16:24.802Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2418 | 2024-12-13T23:16:25.319Z | Checking is_ci v1.2.0 |
2419 | 2024-12-13T23:16:25.420Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2420 | 2024-12-13T23:16:25.465Z | Checking supports-color v3.0.1 |
2421 | 2024-12-13T23:16:25.858Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2422 | 2024-12-13T23:16:26.039Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2423 | 2024-12-13T23:16:26.714Z | Compiling vergen v8.3.2 |
2424 | 2024-12-13T23:16:26.927Z | Compiling cargo-platform v0.1.8 |
2425 | 2024-12-13T23:16:27.026Z | Checking smawk v0.3.2 |
2426 | 2024-12-13T23:16:27.257Z | Checking unicode-linebreak v0.1.5 |
2427 | 2024-12-13T23:16:27.541Z | Compiling cargo_metadata v0.18.1 |
2428 | 2024-12-13T23:16:27.619Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2024-12-13T23:16:27.691Z | Checking textwrap v0.16.1 |
2430 | 2024-12-13T23:16:28.085Z | Checking castaway v0.2.3 |
2431 | 2024-12-13T23:16:28.207Z | Compiling libsqlite3-sys v0.30.1 |
2432 | 2024-12-13T23:16:28.260Z | Compiling rustls v0.21.12 |
2433 | 2024-12-13T23:16:28.384Z | Compiling cfg_aliases v0.2.1 |
2434 | 2024-12-13T23:16:28.506Z | Compiling nix v0.29.0 |
2435 | 2024-12-13T23:16:28.575Z | Checking compact_str v0.8.0 |
2436 | 2024-12-13T23:16:29.421Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-13T23:16:29.461Z | Checking unicode-truncate v1.1.0 |
2438 | 2024-12-13T23:16:29.687Z | Checking sct v0.7.1 |
2439 | 2024-12-13T23:16:29.712Z | Checking rustls-webpki v0.101.7 |
2440 | 2024-12-13T23:16:29.883Z | Checking lru v0.12.5 |
2441 | 2024-12-13T23:16:30.189Z | Compiling instability v0.3.2 |
2442 | 2024-12-13T23:16:30.455Z | Checking cassowary v0.3.0 |
2443 | 2024-12-13T23:16:31.140Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2024-12-13T23:16:31.273Z | Checking ratatui v0.28.1 |
2445 | 2024-12-13T23:16:31.380Z | Checking hashlink v0.9.1 |
2446 | 2024-12-13T23:16:31.431Z | Checking concurrent-queue v2.5.0 |
2447 | 2024-12-13T23:16:31.780Z | Checking parking v2.2.1 |
2448 | 2024-12-13T23:16:31.962Z | Checking fallible-iterator v0.3.0 |
2449 | 2024-12-13T23:16:31.993Z | Checking fallible-streaming-iterator v0.1.9 |
2450 | 2024-12-13T23:16:32.278Z | Checking plotters-backend v0.3.7 |
2451 | 2024-12-13T23:16:32.630Z | Checking rusqlite v0.32.1 |
2452 | 2024-12-13T23:16:32.633Z | Checking plotters-svg v0.3.7 |
2453 | 2024-12-13T23:16:33.321Z | Checking async-bb8-diesel v0.2.1 |
2454 | 2024-12-13T23:16:33.358Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2455 | 2024-12-13T23:16:34.130Z | Checking tokio-rustls v0.24.1 |
2456 | 2024-12-13T23:16:34.154Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2457 | 2024-12-13T23:16:34.178Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2458 | 2024-12-13T23:16:34.214Z | Checking rustls-pemfile v1.0.4 |
2459 | 2024-12-13T23:16:34.290Z | Checking twox-hash v1.6.3 |
2460 | 2024-12-13T23:16:34.397Z | Checking cast v0.3.0 |
2461 | 2024-12-13T23:16:34.424Z | Checking plotters v0.3.7 |
2462 | 2024-12-13T23:16:34.482Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2463 | 2024-12-13T23:16:34.731Z | Checking criterion-plot v0.5.0 |
2464 | 2024-12-13T23:16:34.752Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2465 | 2024-12-13T23:16:35.112Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2466 | 2024-12-13T23:16:35.333Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2467 | 2024-12-13T23:16:36.356Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2468 | 2024-12-13T23:16:36.494Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2469 | 2024-12-13T23:16:36.689Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2470 | 2024-12-13T23:16:38.716Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2471 | 2024-12-13T23:16:39.099Z | Checking fatfs v0.3.6 |
2472 | 2024-12-13T23:16:39.771Z | Checking tinytemplate v1.2.1 |
2473 | 2024-12-13T23:16:39.845Z | Checking csv-core v0.1.11 |
2474 | 2024-12-13T23:16:39.845Z | Checking oorandom v11.1.4 |
2475 | 2024-12-13T23:16:39.845Z | Checking anes v0.1.6 |
2476 | 2024-12-13T23:16:39.845Z | Checking shell-words v1.1.0 |
2477 | 2024-12-13T23:16:39.858Z | Checking hex-literal v0.4.1 |
2478 | 2024-12-13T23:16:39.941Z | Checking csv v1.3.0 |
2479 | 2024-12-13T23:16:39.965Z | Checking event-listener v5.3.1 |
2480 | 2024-12-13T23:16:40.097Z | Checking criterion v0.5.1 |
2481 | 2024-12-13T23:16:40.409Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2482 | 2024-12-13T23:16:40.851Z | Checking rtoolbox v0.0.2 |
2483 | 2024-12-13T23:16:41.066Z | Checking rpassword v7.3.1 |
2484 | 2024-12-13T23:16:41.248Z | Checking event-listener-strategy v0.5.2 |
2485 | 2024-12-13T23:16:41.493Z | Checking tui-tree-widget v0.22.0 |
2486 | 2024-12-13T23:16:41.901Z | Checking polyval v0.6.2 |
2487 | 2024-12-13T23:16:42.137Z | Checking ghash v0.5.1 |
2488 | 2024-12-13T23:16:42.259Z | Checking futures-lite v2.3.0 |
2489 | 2024-12-13T23:16:46.465Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2490 | 2024-12-13T23:16:46.540Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2024-12-13T23:16:46.540Z | Checking ctr v0.9.2 |
2492 | 2024-12-13T23:16:46.540Z | Checking yansi v1.0.1 |
2493 | 2024-12-13T23:16:46.540Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2494 | 2024-12-13T23:16:46.540Z | Checking aes-gcm v0.10.3 |
2495 | 2024-12-13T23:16:46.540Z | Checking ssh-encoding v0.2.0 |
2496 | 2024-12-13T23:16:46.541Z | Checking pretty_assertions v1.4.1 |
2497 | 2024-12-13T23:16:46.541Z | Checking blowfish v0.9.1 |
2498 | 2024-12-13T23:16:46.541Z | Checking ssh-cipher v0.2.0 |
2499 | 2024-12-13T23:16:46.541Z | Checking bcrypt-pbkdf v0.10.0 |
2500 | 2024-12-13T23:16:46.541Z | Checking async-lock v3.4.0 |
2501 | 2024-12-13T23:16:46.541Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2502 | 2024-12-13T23:16:46.633Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2503 | 2024-12-13T23:16:46.808Z | Checking polling v3.7.3 |
2504 | 2024-12-13T23:16:47.237Z | Checking password-hash v0.4.2 |
2505 | 2024-12-13T23:16:47.658Z | Checking matches v0.1.10 |
2506 | 2024-12-13T23:16:47.765Z | Checking idna v0.2.3 |
2507 | 2024-12-13T23:16:48.150Z | Checking pbkdf2 v0.11.0 |
2508 | 2024-12-13T23:16:48.436Z | Checking async-io v2.3.4 |
2509 | 2024-12-13T23:16:48.641Z | Checking ssh-key v0.6.6 |
2510 | 2024-12-13T23:16:48.711Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2511 | 2024-12-13T23:16:49.359Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-12-13T23:16:50.074Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2513 | 2024-12-13T23:16:50.394Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2514 | 2024-12-13T23:16:52.213Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2515 | 2024-12-13T23:16:52.527Z | Checking p521 v0.13.3 |
2516 | 2024-12-13T23:16:53.073Z | Checking p256 v0.13.2 |
2517 | 2024-12-13T23:16:53.586Z | Checking russh-cryptovec v0.7.3 |
2518 | 2024-12-13T23:16:53.811Z | Compiling enum-as-inner v0.5.1 |
2519 | 2024-12-13T23:16:53.961Z | Checking async-task v4.7.1 |
2520 | 2024-12-13T23:16:54.351Z | Compiling target-lexicon v0.12.16 |
2521 | 2024-12-13T23:16:54.888Z | Compiling doc-comment v0.3.3 |
2522 | 2024-12-13T23:16:55.276Z | Checking md5 v0.7.0 |
2523 | 2024-12-13T23:16:55.335Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2524 | 2024-12-13T23:16:55.562Z | Checking russh-keys v0.45.0 |
2525 | 2024-12-13T23:16:55.696Z | Checking trust-dns-proto v0.22.0 |
2526 | 2024-12-13T23:16:56.514Z | Checking async-channel v2.3.1 |
2527 | 2024-12-13T23:16:56.846Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2528 | 2024-12-13T23:16:56.954Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2529 | 2024-12-13T23:16:57.870Z | Checking piper v0.2.4 |
2530 | 2024-12-13T23:16:58.113Z | Checking num-bigint v0.4.6 |
2531 | 2024-12-13T23:16:58.744Z | Checking des v0.8.1 |
2532 | 2024-12-13T23:16:59.035Z | Compiling dhcproto-macros v0.1.0 |
2533 | 2024-12-13T23:16:59.651Z | Compiling assert_cmd v2.0.16 |
2534 | 2024-12-13T23:17:00.018Z | Checking futures-timer v3.0.3 |
2535 | 2024-12-13T23:17:00.100Z | Compiling guppy-workspace-hack v0.1.0 |
2536 | 2024-12-13T23:17:00.391Z | Checking dhcproto v0.12.0 |
2537 | 2024-12-13T23:17:00.412Z | Checking blocking v1.6.1 |
2538 | 2024-12-13T23:17:00.606Z | Checking russh v0.45.0 |
2539 | 2024-12-13T23:17:01.303Z | Checking async-executor v1.13.1 |
2540 | 2024-12-13T23:17:01.637Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2541 | 2024-12-13T23:17:01.977Z | Checking async-signal v0.2.10 |
2542 | 2024-12-13T23:17:02.232Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2543 | 2024-12-13T23:17:02.635Z | Checking event-listener v2.5.3 |
2544 | 2024-12-13T23:17:02.833Z | Compiling target-spec v3.2.2 |
2545 | 2024-12-13T23:17:02.873Z | Checking internet-checksum v0.2.1 |
2546 | 2024-12-13T23:17:03.065Z | Checking async-channel v1.9.0 |
2547 | 2024-12-13T23:17:04.021Z | Checking async-process v2.3.0 |
2548 | 2024-12-13T23:17:04.445Z | Checking async-global-executor v2.4.1 |
2549 | 2024-12-13T23:17:04.993Z | Checking cfg-expr v0.17.0 |
2550 | 2024-12-13T23:17:05.200Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2551 | 2024-12-13T23:17:05.234Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2552 | 2024-12-13T23:17:05.812Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2553 | 2024-12-13T23:17:06.320Z | Checking httptest v0.16.1 |
2554 | 2024-12-13T23:17:06.768Z | Checking rustls-native-certs v0.7.3 |
2555 | 2024-12-13T23:17:06.978Z | Compiling petname v2.0.2 |
2556 | 2024-12-13T23:17:07.096Z | Checking num_cpus v1.16.0 |
2557 | 2024-12-13T23:17:07.240Z | Checking kv-log-macro v1.0.7 |
2558 | 2024-12-13T23:17:07.390Z | Compiling async-attributes v1.1.2 |
2559 | 2024-12-13T23:17:08.276Z | Checking async-std v1.13.0 |
2560 | 2024-12-13T23:17:10.143Z | Checking threadpool v1.8.1 |
2561 | 2024-12-13T23:17:10.373Z | Checking hyper-rustls v0.26.0 |
2562 | 2024-12-13T23:17:10.743Z | Checking pathdiff v0.2.2 |
2563 | 2024-12-13T23:17:10.776Z | Compiling rstest_macros v0.23.0 |
2564 | 2024-12-13T23:17:10.909Z | Checking nested v0.1.1 |
2565 | 2024-12-13T23:17:11.137Z | Compiling target-triple v0.1.3 |
2566 | 2024-12-13T23:17:11.306Z | Checking escape8259 v0.5.3 |
2567 | 2024-12-13T23:17:11.465Z | Checking libtest-mimic v0.7.3 |
2568 | 2024-12-13T23:17:11.871Z | Checking guppy v0.17.8 |
2569 | 2024-12-13T23:17:11.983Z | Checking async-object-pool v0.1.5 |
2570 | 2024-12-13T23:17:12.173Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2571 | 2024-12-13T23:17:12.676Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2572 | 2024-12-13T23:17:12.959Z | Checking similar-asserts v1.6.0 |
2573 | 2024-12-13T23:17:13.215Z | Checking fancy-regex v0.13.0 |
2574 | 2024-12-13T23:17:13.922Z | Checking serde_regex v1.1.0 |
2575 | 2024-12-13T23:17:14.091Z | Checking assert-json-diff v2.0.2 |
2576 | 2024-12-13T23:17:14.213Z | Compiling proc-macro-crate v3.2.0 |
2577 | 2024-12-13T23:17:14.384Z | Checking path-tree v0.8.1 |
2578 | 2024-12-13T23:17:14.740Z | Checking stringmetrics v2.2.2 |
2579 | 2024-12-13T23:17:14.997Z | Checking sync-ptr v0.1.1 |
2580 | 2024-12-13T23:17:15.232Z | Compiling relative-path v1.9.3 |
2581 | 2024-12-13T23:17:15.577Z | Checking httpmock v0.8.0-alpha.1 |
2582 | 2024-12-13T23:17:15.779Z | Checking datatest-stable v0.2.9 |
2583 | 2024-12-13T23:17:16.217Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2584 | 2024-12-13T23:17:17.662Z | Checking blake2b_simd v1.0.2 |
2585 | 2024-12-13T23:17:18.504Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2586 | 2024-12-13T23:17:19.436Z | Compiling git2 v0.19.0 |
2587 | 2024-12-13T23:17:20.508Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2588 | 2024-12-13T23:17:20.808Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2589 | 2024-12-13T23:17:20.935Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2590 | 2024-12-13T23:17:21.596Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2591 | 2024-12-13T23:17:21.638Z | Checking serde_tokenstream v0.2.2 |
2592 | 2024-12-13T23:17:21.638Z | Checking uzers v0.12.1 |
2593 | 2024-12-13T23:17:21.957Z | Checking rust-argon2 v2.1.0 |
2594 | 2024-12-13T23:17:21.982Z | Checking trybuild v1.0.101 |
2595 | 2024-12-13T23:17:22.436Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2596 | 2024-12-13T23:17:23.445Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2597 | 2024-12-13T23:17:23.878Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2598 | 2024-12-13T23:17:26.981Z | Checking rstest v0.23.0 |
2599 | 2024-12-13T23:17:27.064Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2600 | 2024-12-13T23:17:27.222Z | Checking rand_distr v0.4.3 |
2601 | 2024-12-13T23:17:27.377Z | Checking multimap v0.10.0 |
2602 | 2024-12-13T23:17:27.690Z | Checking approx v0.5.1 |
2603 | 2024-12-13T23:17:27.960Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2604 | 2024-12-13T23:17:29.222Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2605 | 2024-12-13T23:17:29.224Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2606 | 2024-12-13T23:17:29.224Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2607 | 2024-12-13T23:17:29.407Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2608 | 2024-12-13T23:17:29.748Z | Checking partial-io v0.5.4 |
2609 | 2024-12-13T23:17:29.843Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2610 | 2024-12-13T23:17:30.149Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2611 | 2024-12-13T23:17:30.167Z | Checking cargo_toml v0.20.5 |
2612 | 2024-12-13T23:17:30.796Z | Checking termios v0.3.3 |
2613 | 2024-12-13T23:17:30.876Z | Compiling indoc v2.0.5 |
2614 | 2024-12-13T23:17:31.068Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2615 | 2024-12-13T23:17:32.136Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2616 | 2024-12-13T23:17:32.352Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2617 | 2024-12-13T23:17:51.682Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2618 | 2024-12-13T23:17:55.095Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2619 | 2024-12-13T23:17:56.512Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2620 | 2024-12-13T23:18:28.013Z | Compiling polar-core v0.27.3 |
2621 | 2024-12-13T23:18:32.430Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2622 | 2024-12-13T23:18:33.342Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2623 | 2024-12-13T23:18:33.884Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2624 | 2024-12-13T23:18:39.549Z | Checking oso v0.27.3 |
2625 | 2024-12-13T23:19:25.569Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2626 | 2024-12-13T23:19:25.571Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2627 | 2024-12-13T23:19:25.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2628 | 2024-12-13T23:20:50.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 52s |
2629 | 2024-12-13T23:20:51.250Z | |
2630 | 2024-12-13T23:20:51.254Z | real 6:57.785913680 |
2631 | 2024-12-13T23:20:51.254Z | user 36:46.491783598 |
2632 | 2024-12-13T23:20:51.254Z | sys 6:46.262025336 |
2633 | 2024-12-13T23:20:51.254Z | trap 1.005606594 |
2634 | 2024-12-13T23:20:51.254Z | tflt 2.193426610 |
2635 | 2024-12-13T23:20:51.254Z | dflt 0.876481891 |
2636 | 2024-12-13T23:20:51.254Z | kflt 0.006122678 |
2637 | 2024-12-13T23:20:51.255Z | lock 53:41.825778121 |
2638 | 2024-12-13T23:20:51.255Z | slp 2:07:13.355350718 |
2639 | 2024-12-13T23:20:51.255Z | lat 1:42.703847630 |
2640 | 2024-12-13T23:20:51.255Z | stop 6:26.949588684 |
2641 | 2024-12-13T23:20:51.255Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2642 | 2024-12-13T23:20:51.255Z | + ptime -m cargo doc --workspace --no-deps |
2643 | 2024-12-13T23:20:52.478Z | warning: output filename collision. |
2644 | 2024-12-13T23:20:52.478Z | 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)`. |
2645 | 2024-12-13T23:20:52.479Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2646 | 2024-12-13T23:20:52.479Z | The targets should have unique names. |
2647 | 2024-12-13T23:20:52.479Z | This is a known bug where multiple crates with the same name use |
2648 | 2024-12-13T23:20:52.479Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2649 | 2024-12-13T23:20:52.935Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2650 | 2024-12-13T23:20:53.004Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2024-12-13T23:20:53.025Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2652 | 2024-12-13T23:20:53.068Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2653 | 2024-12-13T23:20:53.092Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2654 | 2024-12-13T23:20:53.123Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2655 | 2024-12-13T23:20:53.123Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2656 | 2024-12-13T23:20:53.328Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2657 | 2024-12-13T23:20:53.369Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2658 | 2024-12-13T23:20:53.390Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2659 | 2024-12-13T23:20:53.393Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2024-12-13T23:20:53.625Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2661 | 2024-12-13T23:20:53.696Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2662 | 2024-12-13T23:20:53.923Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-12-13T23:20:54.160Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2664 | 2024-12-13T23:20:56.813Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2665 | 2024-12-13T23:20:58.022Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2666 | 2024-12-13T23:20:58.364Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2667 | 2024-12-13T23:20:58.405Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2668 | 2024-12-13T23:20:58.541Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2669 | 2024-12-13T23:20:58.600Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2670 | 2024-12-13T23:20:58.711Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2671 | 2024-12-13T23:20:58.871Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2672 | 2024-12-13T23:20:59.060Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2673 | 2024-12-13T23:20:59.393Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2674 | 2024-12-13T23:20:59.571Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2675 | 2024-12-13T23:20:59.950Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2676 | 2024-12-13T23:21:00.032Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2677 | 2024-12-13T23:21:00.251Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2678 | 2024-12-13T23:21:00.518Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2679 | 2024-12-13T23:21:00.540Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2680 | 2024-12-13T23:21:00.562Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2681 | 2024-12-13T23:21:00.746Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2682 | 2024-12-13T23:21:00.848Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2683 | 2024-12-13T23:21:00.870Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2684 | 2024-12-13T23:21:01.172Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2685 | 2024-12-13T23:21:01.491Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2686 | 2024-12-13T23:21:01.783Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2687 | 2024-12-13T23:21:01.805Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2688 | 2024-12-13T23:21:02.181Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2689 | 2024-12-13T23:21:02.209Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2690 | 2024-12-13T23:21:02.259Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2691 | 2024-12-13T23:21:02.942Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2692 | 2024-12-13T23:21:03.617Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2693 | 2024-12-13T23:21:05.508Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2694 | 2024-12-13T23:21:07.573Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2695 | 2024-12-13T23:21:08.469Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2696 | 2024-12-13T23:21:08.780Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2697 | 2024-12-13T23:21:08.934Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2698 | 2024-12-13T23:21:09.224Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2699 | 2024-12-13T23:21:09.997Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2700 | 2024-12-13T23:21:10.193Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2701 | 2024-12-13T23:21:10.817Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2702 | 2024-12-13T23:21:11.174Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2703 | 2024-12-13T23:21:11.475Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2704 | 2024-12-13T23:21:12.924Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2705 | 2024-12-13T23:21:17.306Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2706 | 2024-12-13T23:21:18.728Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2707 | 2024-12-13T23:21:19.317Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2708 | 2024-12-13T23:21:19.412Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2709 | 2024-12-13T23:21:19.797Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2710 | 2024-12-13T23:21:19.971Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2711 | 2024-12-13T23:21:20.640Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2712 | 2024-12-13T23:21:20.678Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2713 | 2024-12-13T23:21:21.111Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2714 | 2024-12-13T23:21:22.555Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2715 | 2024-12-13T23:21:22.782Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2716 | 2024-12-13T23:21:23.271Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2717 | 2024-12-13T23:21:23.510Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2718 | 2024-12-13T23:21:23.531Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2719 | 2024-12-13T23:21:23.788Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2720 | 2024-12-13T23:21:24.234Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2721 | 2024-12-13T23:21:24.368Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2722 | 2024-12-13T23:21:24.470Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2723 | 2024-12-13T23:21:24.601Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2724 | 2024-12-13T23:21:24.605Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2725 | 2024-12-13T23:21:24.720Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2726 | 2024-12-13T23:21:25.523Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2727 | 2024-12-13T23:21:25.930Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2728 | 2024-12-13T23:21:26.034Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2729 | 2024-12-13T23:21:26.300Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2730 | 2024-12-13T23:21:27.658Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2731 | 2024-12-13T23:21:27.896Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2732 | 2024-12-13T23:21:27.922Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2733 | 2024-12-13T23:21:28.248Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2734 | 2024-12-13T23:21:28.273Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-13T23:21:28.766Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-13T23:21:28.769Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2737 | 2024-12-13T23:21:29.086Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2738 | 2024-12-13T23:21:29.280Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2739 | 2024-12-13T23:21:29.394Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2740 | 2024-12-13T23:21:30.248Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2741 | 2024-12-13T23:21:30.315Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2742 | 2024-12-13T23:21:30.472Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2743 | 2024-12-13T23:21:30.890Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2744 | 2024-12-13T23:21:31.599Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2745 | 2024-12-13T23:21:31.766Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2746 | 2024-12-13T23:21:32.162Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2747 | 2024-12-13T23:21:32.423Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2748 | 2024-12-13T23:21:33.005Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2749 | 2024-12-13T23:21:33.071Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2750 | 2024-12-13T23:21:33.882Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2751 | 2024-12-13T23:21:34.092Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2752 | 2024-12-13T23:21:34.867Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2753 | 2024-12-13T23:21:35.434Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2754 | 2024-12-13T23:21:35.780Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2755 | 2024-12-13T23:21:39.023Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2756 | 2024-12-13T23:21:39.113Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2757 | 2024-12-13T23:21:40.248Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2758 | 2024-12-13T23:21:40.437Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2759 | 2024-12-13T23:21:41.642Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2760 | 2024-12-13T23:21:44.171Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2761 | 2024-12-13T23:21:45.279Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2762 | 2024-12-13T23:21:46.531Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2763 | 2024-12-13T23:21:48.306Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2764 | 2024-12-13T23:21:51.225Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2765 | 2024-12-13T23:21:51.706Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2766 | 2024-12-13T23:22:01.624Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2767 | 2024-12-13T23:22:02.969Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2768 | 2024-12-13T23:22:46.335Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2769 | 2024-12-13T23:22:47.899Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2770 | 2024-12-13T23:22:54.493Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2771 | 2024-12-13T23:23:08.684Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2772 | 2024-12-13T23:23:32.329Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2773 | 2024-12-13T23:23:32.911Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2774 | 2024-12-13T23:23:33.107Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2775 | 2024-12-13T23:23:33.584Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2776 | 2024-12-13T23:23:36.188Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-12-13T23:23:39.353Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2778 | 2024-12-13T23:23:44.703Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2779 | 2024-12-13T23:23:46.879Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2780 | 2024-12-13T23:23:48.623Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2781 | 2024-12-13T23:24:17.855Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2782 | 2024-12-13T23:24:18.450Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2024-12-13T23:24:23.411Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2784 | 2024-12-13T23:24:39.843Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2785 | 2024-12-13T23:24:41.503Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2786 | 2024-12-13T23:24:42.495Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2787 | 2024-12-13T23:25:09.943Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2788 | 2024-12-13T23:25:12.003Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2789 | 2024-12-13T23:25:12.767Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2790 | 2024-12-13T23:25:15.018Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2791 | 2024-12-13T23:25:18.902Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2792 | 2024-12-13T23:25:23.082Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2793 | 2024-12-13T23:25:40.825Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2794 | 2024-12-13T23:25:41.266Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2795 | 2024-12-13T23:25:50.312Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2796 | 2024-12-13T23:25:50.333Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2797 | 2024-12-13T23:25:50.635Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2798 | 2024-12-13T23:25:54.582Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2799 | 2024-12-13T23:26:00.734Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2800 | 2024-12-13T23:26:03.160Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2024-12-13T23:26:09.691Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2802 | 2024-12-13T23:26:10.967Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2803 | 2024-12-13T23:26:20.269Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2804 | 2024-12-13T23:26:20.839Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2805 | 2024-12-13T23:26:21.406Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2806 | 2024-12-13T23:26:31.780Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2807 | 2024-12-13T23:26:32.249Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2808 | 2024-12-13T23:26:40.898Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2809 | 2024-12-13T23:26:44.362Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-12-13T23:26:47.919Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2811 | 2024-12-13T23:26:48.203Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2812 | 2024-12-13T23:26:50.471Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2813 | 2024-12-13T23:26:53.678Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2814 | 2024-12-13T23:26:53.957Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2815 | 2024-12-13T23:26:58.366Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2816 | 2024-12-13T23:27:09.846Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2817 | 2024-12-13T23:27:10.377Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2818 | 2024-12-13T23:27:10.420Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2819 | 2024-12-13T23:27:13.176Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2820 | 2024-12-13T23:27:13.777Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2821 | 2024-12-13T23:27:15.189Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2822 | 2024-12-13T23:27:18.100Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2823 | 2024-12-13T23:27:28.427Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2824 | 2024-12-13T23:27:30.938Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2825 | 2024-12-13T23:27:31.029Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2826 | 2024-12-13T23:27:33.591Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2827 | 2024-12-13T23:27:34.221Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2828 | 2024-12-13T23:27:36.815Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2829 | 2024-12-13T23:27:38.837Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2830 | 2024-12-13T23:27:45.464Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2831 | 2024-12-13T23:27:47.654Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2832 | 2024-12-13T23:27:49.667Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2833 | 2024-12-13T23:27:49.887Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2834 | 2024-12-13T23:27:51.670Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2835 | 2024-12-13T23:27:57.229Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2836 | 2024-12-13T23:28:02.216Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2837 | 2024-12-13T23:28:02.453Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2838 | 2024-12-13T23:28:02.931Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2839 | 2024-12-13T23:28:06.940Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2840 | 2024-12-13T23:28:11.558Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2841 | 2024-12-13T23:28:11.575Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2842 | 2024-12-13T23:28:17.491Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2843 | 2024-12-13T23:28:17.958Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2844 | 2024-12-13T23:28:18.216Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2845 | 2024-12-13T23:28:18.596Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2846 | 2024-12-13T23:28:22.857Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2847 | 2024-12-13T23:28:29.864Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2848 | 2024-12-13T23:28:34.217Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2849 | 2024-12-13T23:28:37.080Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2850 | 2024-12-13T23:28:38.582Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2851 | 2024-12-13T23:28:42.617Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-12-13T23:28:43.283Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-12-13T23:28:43.382Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2854 | 2024-12-13T23:28:43.893Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2024-12-13T23:28:44.776Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2856 | 2024-12-13T23:28:45.427Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2857 | 2024-12-13T23:28:49.534Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2858 | 2024-12-13T23:28:51.175Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2859 | 2024-12-13T23:28:57.264Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-13T23:28:57.720Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2861 | 2024-12-13T23:28:58.278Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2862 | 2024-12-13T23:28:59.213Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2863 | 2024-12-13T23:29:04.006Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2864 | 2024-12-13T23:29:06.454Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-12-13T23:29:10.680Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2866 | 2024-12-13T23:29:10.706Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2867 | 2024-12-13T23:29:11.501Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2868 | 2024-12-13T23:29:11.621Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2869 | 2024-12-13T23:29:11.818Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2870 | 2024-12-13T23:29:11.837Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2871 | 2024-12-13T23:29:14.277Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-13T23:29:15.347Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2873 | 2024-12-13T23:29:16.606Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2874 | 2024-12-13T23:29:16.707Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2875 | 2024-12-13T23:29:16.989Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2876 | 2024-12-13T23:29:19.089Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2877 | 2024-12-13T23:29:19.751Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2878 | 2024-12-13T23:29:20.380Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2879 | 2024-12-13T23:29:22.189Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2880 | 2024-12-13T23:29:58.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 07s |
2881 | 2024-12-13T23:29:58.533Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2882 | 2024-12-13T23:29:58.602Z | |
2883 | 2024-12-13T23:29:58.602Z | real 9:07.307119214 |
2884 | 2024-12-13T23:29:58.602Z | user 26:51.851876835 |
2885 | 2024-12-13T23:29:58.602Z | sys 41:24.285862750 |
2886 | 2024-12-13T23:29:58.602Z | trap 0.432996096 |
2887 | 2024-12-13T23:29:58.602Z | tflt 0.210314014 |
2888 | 2024-12-13T23:29:58.602Z | dflt 0.123615515 |
2889 | 2024-12-13T23:29:58.602Z | kflt 0.000010900 |
2890 | 2024-12-13T23:29:58.602Z | lock 1:31:02.958039492 |
2891 | 2024-12-13T23:29:58.602Z | slp 2:33:36.744486888 |
2892 | 2024-12-13T23:29:58.606Z | lat 1:18.407064158 |
2893 | 2024-12-13T23:29:58.606Z | stop 1:13.568214153 |
2894 | 2024-12-13T23:29:58.606Z | process exited: duration 1288061 ms, exit code 0 |
|
2895 | 2024-12-13T23:29:58.612Z | found 0 output files |