|
|
|
1 | 2024-09-25T03:14:33.252Z | job assigned to worker 01J8KJQ82QYQMCCTAVQ9HXWXRA (queued for 51 s) |
|
2 | 2024-09-25T03:14:41.588Z | starting task 0: "setup" |
3 | 2024-09-25T03:14:41.603Z | ++ uname -s |
4 | 2024-09-25T03:14:41.604Z | + kern=SunOS |
5 | 2024-09-25T03:14:41.604Z | + case "$kern" in |
6 | 2024-09-25T03:14:41.604Z | + groupadd -g 12345 build |
7 | 2024-09-25T03:14:41.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T03:14:43.608Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T03:14:43.719Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T03:14:43.725Z | + home_fs=zfs |
11 | 2024-09-25T03:14:43.725Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T03:14:43.725Z | + mkdir -p /home/build |
13 | 2024-09-25T03:14:43.725Z | + chown build:build /home/build /work |
14 | 2024-09-25T03:14:45.725Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T03:14:45.728Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2024-09-25T03:14:45.733Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T03:14:45.749Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T03:14:45.749Z | ' 1.80.1 |
19 | 2024-09-25T03:14:45.749Z | * toolchain channel = "1.80.1" |
20 | 2024-09-25T03:14:45.749Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-25T03:14:45.749Z | ' default |
22 | 2024-09-25T03:14:45.749Z | * toolchain profile = "default" |
23 | 2024-09-25T03:14:45.749Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T03:14:45.749Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T03:14:45.857Z | info: downloading installer |
26 | 2024-09-25T03:14:47.351Z | info: profile set to 'default' |
27 | 2024-09-25T03:14:47.351Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T03:14:47.354Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T03:14:47.491Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T03:14:47.492Z | info: downloading component 'cargo' |
31 | 2024-09-25T03:14:48.215Z | info: downloading component 'clippy' |
32 | 2024-09-25T03:14:48.470Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T03:14:49.474Z | info: downloading component 'rust-std' |
34 | 2024-09-25T03:14:50.881Z | info: downloading component 'rustc' |
35 | 2024-09-25T03:14:55.001Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T03:14:55.251Z | info: installing component 'cargo' |
37 | 2024-09-25T03:14:56.162Z | info: installing component 'clippy' |
38 | 2024-09-25T03:14:56.569Z | info: installing component 'rust-docs' |
39 | 2024-09-25T03:14:58.210Z | info: installing component 'rust-std' |
40 | 2024-09-25T03:15:00.061Z | info: installing component 'rustc' |
41 | 2024-09-25T03:15:04.730Z | info: installing component 'rustfmt' |
42 | 2024-09-25T03:15:05.086Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T03:15:05.086Z | |
44 | 2024-09-25T03:15:05.339Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T03:15:05.339Z | |
46 | 2024-09-25T03:15:05.341Z | |
47 | 2024-09-25T03:15:05.341Z | Rust is installed now. Great! |
48 | 2024-09-25T03:15:05.341Z | |
49 | 2024-09-25T03:15:05.341Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T03:15:05.341Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T03:15:05.341Z | |
52 | 2024-09-25T03:15:05.341Z | To configure your current shell, you need to source |
53 | 2024-09-25T03:15:05.341Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T03:15:05.341Z | |
55 | 2024-09-25T03:15:05.341Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T03:15:05.342Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T03:15:05.342Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T03:15:05.390Z | + rustc --version |
59 | 2024-09-25T03:15:05.455Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T03:15:05.458Z | process exited: duration 19720 ms, exit code 0 |
|
61 | 2024-09-25T03:15:05.464Z | starting task 2: "authentication" |
62 | 2024-09-25T03:15:05.484Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-25T03:15:05.490Z | starting task 3: "clone repository" |
64 | 2024-09-25T03:15:05.495Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T03:15:05.527Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T03:15:05.855Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T03:15:12.722Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T03:15:12.722Z | + git fetch origin c95cd7ce4177f069310df57ef628e4d742804166 |
69 | 2024-09-25T03:15:12.993Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T03:15:12.994Z | * branch c95cd7ce4177f069310df57ef628e4d742804166 -> FETCH_HEAD |
71 | 2024-09-25T03:15:13.003Z | + [[ -n '' ]] |
72 | 2024-09-25T03:15:13.003Z | + git reset --hard c95cd7ce4177f069310df57ef628e4d742804166 |
73 | 2024-09-25T03:15:13.161Z | HEAD is now at c95cd7ce4 Update Rust crate hyper-rustls to 0.27.3 |
74 | 2024-09-25T03:15:13.164Z | process exited: duration 7671 ms, exit code 0 |
|
75 | 2024-09-25T03:15:13.169Z | starting task 4: "build" |
76 | 2024-09-25T03:15:13.175Z | + cargo --version |
77 | 2024-09-25T03:15:13.228Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-25T03:15:13.231Z | + rustc --version |
79 | 2024-09-25T03:15:13.286Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-25T03:15:13.289Z | + source ./env.sh |
81 | 2024-09-25T03:15:13.289Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-09-25T03:15:13.289Z | ++ set -o xtrace |
83 | 2024-09-25T03:15:13.292Z | ++++ dirname ./env.sh |
84 | 2024-09-25T03:15:13.294Z | +++ readlink -f . |
85 | 2024-09-25T03:15:13.316Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-09-25T03:15:13.336Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-09-25T03:15:13.336Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-09-25T03:15:13.336Z | ++ 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 |
89 | 2024-09-25T03:15:13.336Z | ++ 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 |
90 | 2024-09-25T03:15:13.336Z | ++ 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 |
91 | 2024-09-25T03:15:13.337Z | ++ 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 |
92 | 2024-09-25T03:15:13.337Z | ++ 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 |
93 | 2024-09-25T03:15:13.337Z | ++ 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 |
94 | 2024-09-25T03:15:13.337Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-09-25T03:15:13.337Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-09-25T03:15:13.337Z | + banner prerequisites |
97 | 2024-09-25T03:15:13.340Z | |
98 | 2024-09-25T03:15:13.340Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-09-25T03:15:13.340Z | # # # # # # # # # # # # # # # |
100 | 2024-09-25T03:15:13.340Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-09-25T03:15:13.340Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-09-25T03:15:13.340Z | # # # # # # # # # # # # # # # |
103 | 2024-09-25T03:15:13.341Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-09-25T03:15:13.341Z | |
105 | 2024-09-25T03:15:13.341Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-09-25T03:15:26.414Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-09-25T03:15:28.833Z | Startup: Caching catalogs ... Done |
108 | 2024-09-25T03:15:32.025Z | Planning: Solver setup ... Done (2.558s) |
109 | 2024-09-25T03:15:32.066Z | Planning: Running solver ... Done (0.042s) |
110 | 2024-09-25T03:15:32.162Z | Planning: Finding local manifests ... Done (0.049s) |
111 | 2024-09-25T03:15:32.200Z | Planning: Fetching manifests: 0/5 0% complete |
112 | 2024-09-25T03:15:32.556Z | Planning: Fetching manifests: 5/5 100% complete |
113 | 2024-09-25T03:15:32.794Z | Planning: Package planning ... Done (0.237s) |
114 | 2024-09-25T03:15:32.849Z | Planning: Merging actions ... Done (0.056s) |
115 | 2024-09-25T03:15:33.743Z | Planning: Checking for conflicting actions ... Done (0.892s) |
116 | 2024-09-25T03:15:40.863Z | Planning: Consolidating action changes ... Done (6.665s) |
117 | 2024-09-25T03:15:40.913Z | Planning: Evaluating mediators ... Done (0.376s) |
118 | 2024-09-25T03:15:40.927Z | Planning: Planning completed in 11.99 seconds |
119 | 2024-09-25T03:15:41.078Z | Packages to install: 4 |
120 | 2024-09-25T03:15:41.079Z | Packages to update: 1 |
121 | 2024-09-25T03:15:41.089Z | Mediators to change: 2 |
122 | 2024-09-25T03:15:41.089Z | Services to change: 1 |
123 | 2024-09-25T03:15:41.089Z | Estimated space available: 155.71 GB |
124 | 2024-09-25T03:15:41.089Z | Estimated space to be consumed: 1.54 GB |
125 | 2024-09-25T03:15:41.089Z | Create boot environment: No |
126 | 2024-09-25T03:15:41.089Z | Create backup boot environment: Yes |
127 | 2024-09-25T03:15:41.089Z | Rebuild boot archive: No |
128 | 2024-09-25T03:15:41.089Z | |
129 | 2024-09-25T03:15:41.089Z | Changed mediators: |
130 | 2024-09-25T03:15:41.089Z | mediator clang: |
131 | 2024-09-25T03:15:41.089Z | version: None -> 15 (system default) |
132 | 2024-09-25T03:15:41.089Z | |
133 | 2024-09-25T03:15:41.089Z | mediator llvm: |
134 | 2024-09-25T03:15:41.089Z | version: 14 (system default) -> 15 (system default) |
135 | 2024-09-25T03:15:41.089Z | |
136 | 2024-09-25T03:15:41.089Z | Changed packages: |
137 | 2024-09-25T03:15:41.089Z | helios-dev |
138 | 2024-09-25T03:15:41.089Z | developer/build-essential |
139 | 2024-09-25T03:15:41.089Z | None -> 11-2.0 |
140 | 2024-09-25T03:15:41.090Z | library/libxmlsec1 |
141 | 2024-09-25T03:15:41.090Z | None -> 1.2.35-2.0 |
142 | 2024-09-25T03:15:41.090Z | ooce/developer/clang-15 |
143 | 2024-09-25T03:15:41.090Z | None -> 15.0.7-2.0 |
144 | 2024-09-25T03:15:41.090Z | ooce/developer/llvm-15 |
145 | 2024-09-25T03:15:41.090Z | None -> 15.0.7-2.0 |
146 | 2024-09-25T03:15:41.090Z | package/pkg |
147 | 2024-09-25T03:15:41.090Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
148 | 2024-09-25T03:15:41.090Z | |
149 | 2024-09-25T03:15:41.090Z | Services: |
150 | 2024-09-25T03:15:41.090Z | restart_fmri: |
151 | 2024-09-25T03:15:41.090Z | svc:/system/update-man-index:default |
152 | 2024-09-25T03:15:41.090Z | |
153 | 2024-09-25T03:15:41.090Z | Editable files to change: |
154 | 2024-09-25T03:15:41.090Z | Update: |
155 | 2024-09-25T03:15:41.090Z | usr/share/lib/pkg/web/config.shtml |
156 | 2024-09-25T03:15:41.374Z | |
157 | 2024-09-25T03:15:41.374Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
158 | 2024-09-25T03:15:46.455Z | Download: 313/4281 items 16.0/220.6MB 7% complete (3.5M/s) |
159 | 2024-09-25T03:15:51.420Z | Download: 871/4281 items 18.8/220.6MB 8% complete (1.9M/s) |
160 | 2024-09-25T03:15:56.502Z | Download: 1194/4281 items 69.3/220.6MB 31% complete (5.9M/s) |
161 | 2024-09-25T03:16:16.507Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
162 | 2024-09-25T03:16:21.510Z | Download: 1605/4281 items 117.6/220.6MB 53% complete (7.0M/s) |
163 | 2024-09-25T03:16:26.601Z | Download: 2218/4281 items 119.1/220.6MB 53% complete (3.7M/s) |
164 | 2024-09-25T03:16:42.139Z | Download: 2224/4281 items 119.1/220.6MB 54% complete |
165 | 2024-09-25T03:16:47.147Z | Download: 2646/4281 items 120.6/220.6MB 54% complete (320k/s) |
166 | 2024-09-25T03:16:52.148Z | Download: 3125/4281 items 146.8/220.6MB 66% complete (2.7M/s) |
167 | 2024-09-25T03:16:57.973Z | Download: 3286/4281 items 212.5/220.6MB 96% complete (9.2M/s) |
168 | 2024-09-25T03:17:02.973Z | Download: 3615/4281 items 216.1/220.6MB 97% complete (3.6M/s) |
169 | 2024-09-25T03:17:07.417Z | Download: Completed 220.60 MB in 86.03 seconds (2.6M/s) |
170 | 2024-09-25T03:17:09.478Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-09-25T03:17:09.496Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-09-25T03:17:14.513Z | Actions: 4105/5063 actions (Installing new actions) |
173 | 2024-09-25T03:17:14.763Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-09-25T03:17:15.175Z | Actions: Completed 5063 actions in 5.70 seconds. |
175 | 2024-09-25T03:17:15.489Z | Done (0.303s) |
176 | 2024-09-25T03:17:15.492Z | Done (0.000s) |
177 | 2024-09-25T03:17:15.913Z | Done (0.426s) |
178 | 2024-09-25T03:17:21.390Z | Done (5.288s) |
179 | 2024-09-25T03:17:21.620Z | Done (0.161s) |
180 | 2024-09-25T03:17:21.623Z | Done (0.000s) |
181 | 2024-09-25T03:17:21.839Z | Done (0.000s) |
182 | 2024-09-25T03:17:22.448Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-09-25T03:17:22.614Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-09-25T03:17:22.624Z | Planning: Consolidating action changes ... Done |
185 | 2024-09-25T03:17:22.879Z | Planning: Evaluating mediators ... Done |
186 | 2024-09-25T03:17:22.882Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-09-25T03:17:22.918Z | Mediators to change: 2 |
188 | 2024-09-25T03:17:22.918Z | Create boot environment: No |
189 | 2024-09-25T03:17:22.922Z | Create backup boot environment: No |
190 | 2024-09-25T03:17:23.006Z | Done |
191 | 2024-09-25T03:17:23.006Z | Done |
192 | 2024-09-25T03:17:23.256Z | Done |
193 | 2024-09-25T03:17:26.836Z | Done |
194 | 2024-09-25T03:17:26.931Z | Done |
195 | 2024-09-25T03:17:26.933Z | Done |
196 | 2024-09-25T03:17:27.110Z | Done |
197 | 2024-09-25T03:17:27.723Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-09-25T03:17:27.725Z | Planning: Merging actions ... Done |
199 | 2024-09-25T03:17:27.910Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-09-25T03:17:27.913Z | Planning: Consolidating action changes ... Done |
201 | 2024-09-25T03:17:28.181Z | Planning: Evaluating mediators ... Done |
202 | 2024-09-25T03:17:28.236Z | Planning: Planning completed in 0.76 seconds |
203 | 2024-09-25T03:17:28.275Z | Packages to change: 1 |
204 | 2024-09-25T03:17:28.275Z | Mediators to change: 1 |
205 | 2024-09-25T03:17:28.278Z | Services to change: 1 |
206 | 2024-09-25T03:17:28.278Z | Create boot environment: No |
207 | 2024-09-25T03:17:28.278Z | Create backup boot environment: Yes |
208 | 2024-09-25T03:17:30.530Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-09-25T03:17:30.561Z | Actions: Completed 6 actions in 0.05 seconds. |
210 | 2024-09-25T03:17:30.564Z | Done |
211 | 2024-09-25T03:17:30.564Z | Done |
212 | 2024-09-25T03:17:30.647Z | Done |
213 | 2024-09-25T03:17:34.260Z | Done |
214 | 2024-09-25T03:17:34.352Z | Done |
215 | 2024-09-25T03:17:34.354Z | Done |
216 | 2024-09-25T03:17:34.515Z | Done |
217 | 2024-09-25T03:17:34.950Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-09-25T03:17:34.950Z | clang system 15 system |
219 | 2024-09-25T03:17:34.950Z | csh system system illumos |
220 | 2024-09-25T03:17:34.950Z | ctags system system illumos |
221 | 2024-09-25T03:17:34.950Z | gcc vendor 12 vendor |
222 | 2024-09-25T03:17:34.950Z | gcc system 10 system |
223 | 2024-09-25T03:17:34.950Z | gcc system 7 system |
224 | 2024-09-25T03:17:34.950Z | go system 1.20 system |
225 | 2024-09-25T03:17:34.950Z | go system 1.19 system |
226 | 2024-09-25T03:17:34.950Z | llvm system 15 system |
227 | 2024-09-25T03:17:34.950Z | llvm system 14 system |
228 | 2024-09-25T03:17:34.950Z | mariadb system 10.6 system |
229 | 2024-09-25T03:17:34.950Z | mta vendor vendor dma |
230 | 2024-09-25T03:17:34.950Z | openjdk system 17 system |
231 | 2024-09-25T03:17:34.950Z | openjdk system 11 system |
232 | 2024-09-25T03:17:34.950Z | openjdk system 1.8 system |
233 | 2024-09-25T03:17:34.950Z | openssl vendor 3 vendor |
234 | 2024-09-25T03:17:34.950Z | perl system 5.36 system |
235 | 2024-09-25T03:17:34.950Z | postgresql system 15 system |
236 | 2024-09-25T03:17:34.950Z | postgresql system 13 system |
237 | 2024-09-25T03:17:34.950Z | python vendor 3 vendor |
238 | 2024-09-25T03:17:34.950Z | python system 2 system |
239 | 2024-09-25T03:17:34.950Z | python3 system 3.11 system |
240 | 2024-09-25T03:17:34.950Z | ruby system 3.0 system |
241 | 2024-09-25T03:17:34.950Z | words vendor vendor american-english |
242 | 2024-09-25T03:17:34.950Z | words system system australian-english |
243 | 2024-09-25T03:17:34.950Z | words system system british-english |
244 | 2024-09-25T03:17:34.950Z | words system system canadian-english |
245 | 2024-09-25T03:17:34.950Z | words system system french |
246 | 2024-09-25T03:17:34.950Z | words system system italian |
247 | 2024-09-25T03:17:34.950Z | words system system ngerman |
248 | 2024-09-25T03:17:34.950Z | words system system ogerman |
249 | 2024-09-25T03:17:34.950Z | words system system spanish |
250 | 2024-09-25T03:17:35.288Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-09-25T03:17:35.288Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-09-25T03:17:37.190Z | FMRI IFO |
253 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
265 | 2024-09-25T03:17:37.190Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
266 | 2024-09-25T03:17:37.820Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
267 | 2024-09-25T03:17:38.096Z | Updating crates.io index |
268 | 2024-09-25T03:17:38.098Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
269 | 2024-09-25T03:17:38.869Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-09-25T03:17:39.601Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-09-25T03:17:39.845Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
272 | 2024-09-25T03:17:41.396Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-09-25T03:17:41.634Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-09-25T03:17:41.862Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-09-25T03:17:42.967Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-09-25T03:17:44.960Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-09-25T03:17:45.909Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-09-25T03:17:46.531Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-09-25T03:17:46.780Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-09-25T03:17:47.056Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-09-25T03:17:47.578Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-09-25T03:17:47.824Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
283 | 2024-09-25T03:17:48.099Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
284 | 2024-09-25T03:17:48.367Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
285 | 2024-09-25T03:17:48.878Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-09-25T03:17:49.145Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-09-25T03:17:49.393Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-09-25T03:17:49.642Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-09-25T03:17:49.888Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-09-25T03:17:50.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-09-25T03:17:50.393Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-09-25T03:17:50.678Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-09-25T03:17:51.024Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-09-25T03:17:51.439Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-09-25T03:17:51.719Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-09-25T03:17:52.065Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-09-25T03:17:52.424Z | Updating git repository `https://github.com/oxidecomputer/typify` |
298 | 2024-09-25T03:17:54.778Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-09-25T03:17:55.053Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-09-25T03:17:55.289Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-09-25T03:17:55.584Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
302 | 2024-09-25T03:17:56.698Z | Downloading crates ... |
303 | 2024-09-25T03:17:56.758Z | Downloaded anstyle-parse v0.2.4 |
304 | 2024-09-25T03:17:56.763Z | Downloaded anstyle v1.0.8 |
305 | 2024-09-25T03:17:56.767Z | Downloaded block-buffer v0.10.4 |
306 | 2024-09-25T03:17:56.775Z | Downloaded pretty-hex v0.4.1 |
307 | 2024-09-25T03:17:56.777Z | Downloaded is_terminal_polyfill v1.70.0 |
308 | 2024-09-25T03:17:56.786Z | Downloaded serde_spanned v0.6.7 |
309 | 2024-09-25T03:17:56.788Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-09-25T03:17:56.788Z | Downloaded digest v0.10.7 |
311 | 2024-09-25T03:17:56.791Z | Downloaded autocfg v1.3.0 |
312 | 2024-09-25T03:17:56.791Z | Downloaded dtrace-parser v0.2.0 |
313 | 2024-09-25T03:17:56.806Z | Downloaded heck v0.5.0 |
314 | 2024-09-25T03:17:56.809Z | Downloaded strsim v0.11.1 |
315 | 2024-09-25T03:17:56.809Z | Downloaded fnv v1.0.7 |
316 | 2024-09-25T03:17:56.809Z | Downloaded memmap v0.7.0 |
317 | 2024-09-25T03:17:56.812Z | Downloaded clap_lex v0.7.0 |
318 | 2024-09-25T03:17:56.812Z | Downloaded proc-macro-error-attr v1.0.4 |
319 | 2024-09-25T03:17:56.812Z | Downloaded byteorder v1.5.0 |
320 | 2024-09-25T03:17:56.815Z | Downloaded thiserror-impl v1.0.63 |
321 | 2024-09-25T03:17:56.815Z | Downloaded sha2 v0.10.8 |
322 | 2024-09-25T03:17:56.817Z | Downloaded utf8parse v0.2.1 |
323 | 2024-09-25T03:17:56.817Z | Downloaded usdt v0.5.0 |
324 | 2024-09-25T03:17:56.820Z | Downloaded unicode-linebreak v0.1.5 |
325 | 2024-09-25T03:17:56.820Z | Downloaded tempfile v3.10.1 |
326 | 2024-09-25T03:17:56.823Z | Downloaded quote v1.0.36 |
327 | 2024-09-25T03:17:56.830Z | Downloaded generic-array v0.14.7 |
328 | 2024-09-25T03:17:56.832Z | Downloaded cpufeatures v0.2.12 |
329 | 2024-09-25T03:17:56.835Z | Downloaded macaddr v1.0.1 |
330 | 2024-09-25T03:17:56.838Z | Downloaded cargo_metadata v0.18.1 |
331 | 2024-09-25T03:17:56.838Z | Downloaded camino-tempfile v1.1.1 |
332 | 2024-09-25T03:17:56.840Z | Downloaded pest_derive v2.7.10 |
333 | 2024-09-25T03:17:56.843Z | Downloaded cfg-if v1.0.0 |
334 | 2024-09-25T03:17:56.849Z | Downloaded zerocopy-derive v0.7.34 |
335 | 2024-09-25T03:17:56.854Z | Downloaded ryu v1.0.18 |
336 | 2024-09-25T03:17:56.857Z | Downloaded usdt-impl v0.5.0 |
337 | 2024-09-25T03:17:56.859Z | Downloaded papergrid v0.11.0 |
338 | 2024-09-25T03:17:56.863Z | Downloaded serde_derive v1.0.208 |
339 | 2024-09-25T03:17:56.866Z | Downloaded errno v0.3.9 |
340 | 2024-09-25T03:17:56.868Z | Downloaded ucd-trie v0.1.6 |
341 | 2024-09-25T03:17:56.872Z | Downloaded toml v0.8.19 |
342 | 2024-09-25T03:17:56.874Z | Downloaded equivalent v1.0.1 |
343 | 2024-09-25T03:17:56.874Z | Downloaded anstream v0.6.14 |
344 | 2024-09-25T03:17:56.877Z | Downloaded pest_meta v2.7.10 |
345 | 2024-09-25T03:17:56.879Z | Downloaded anyhow v1.0.89 |
346 | 2024-09-25T03:17:56.882Z | Downloaded anstyle-query v1.0.3 |
347 | 2024-09-25T03:17:56.889Z | Downloaded swrite v0.1.0 |
348 | 2024-09-25T03:17:56.903Z | Downloaded usdt-macro v0.5.0 |
349 | 2024-09-25T03:17:56.906Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2024-09-25T03:17:56.914Z | Downloaded fs-err v2.11.0 |
351 | 2024-09-25T03:17:56.916Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-09-25T03:17:56.921Z | Downloaded itoa v1.0.11 |
353 | 2024-09-25T03:17:56.926Z | Downloaded crypto-common v0.1.6 |
354 | 2024-09-25T03:17:56.928Z | Downloaded colorchoice v1.0.1 |
355 | 2024-09-25T03:17:56.928Z | Downloaded cargo-platform v0.1.8 |
356 | 2024-09-25T03:17:56.931Z | Downloaded thiserror v1.0.63 |
357 | 2024-09-25T03:17:56.934Z | Downloaded smawk v0.3.2 |
358 | 2024-09-25T03:17:56.943Z | Downloaded dof v0.3.0 |
359 | 2024-09-25T03:17:56.945Z | Downloaded plain v0.2.3 |
360 | 2024-09-25T03:17:56.945Z | Downloaded pest_generator v2.7.10 |
361 | 2024-09-25T03:17:56.945Z | Downloaded bytecount v0.6.8 |
362 | 2024-09-25T03:17:56.945Z | Downloaded heck v0.4.1 |
363 | 2024-09-25T03:17:56.954Z | Downloaded terminal_size v0.3.0 |
364 | 2024-09-25T03:17:56.967Z | Downloaded version_check v0.9.5 |
365 | 2024-09-25T03:17:56.967Z | Downloaded toml_datetime v0.6.8 |
366 | 2024-09-25T03:17:56.967Z | Downloaded fastrand v2.1.0 |
367 | 2024-09-25T03:17:56.967Z | Downloaded tabled_derive v0.7.0 |
368 | 2024-09-25T03:17:56.970Z | Downloaded clap_derive v4.5.18 |
369 | 2024-09-25T03:17:56.970Z | Downloaded camino v1.1.9 |
370 | 2024-09-25T03:17:56.970Z | Downloaded scroll v0.12.0 |
371 | 2024-09-25T03:17:56.971Z | Downloaded proc-macro-error v1.0.4 |
372 | 2024-09-25T03:17:56.971Z | Downloaded thread-id v4.2.1 |
373 | 2024-09-25T03:17:56.971Z | Downloaded cargo_toml v0.20.4 |
374 | 2024-09-25T03:17:56.978Z | Downloaded toml_edit v0.22.20 |
375 | 2024-09-25T03:17:57.001Z | Downloaded once_cell v1.19.0 |
376 | 2024-09-25T03:17:57.004Z | Downloaded unicode-ident v1.0.12 |
377 | 2024-09-25T03:17:57.008Z | Downloaded semver v1.0.23 |
378 | 2024-09-25T03:17:57.011Z | Downloaded proc-macro2 v1.0.86 |
379 | 2024-09-25T03:17:57.015Z | Downloaded typenum v1.17.0 |
380 | 2024-09-25T03:17:57.015Z | Downloaded bitflags v2.6.0 |
381 | 2024-09-25T03:17:57.021Z | Downloaded log v0.4.21 |
382 | 2024-09-25T03:17:57.024Z | Downloaded clap v4.5.18 |
383 | 2024-09-25T03:17:57.034Z | Downloaded hashbrown v0.14.5 |
384 | 2024-09-25T03:17:57.040Z | Downloaded indexmap v2.4.0 |
385 | 2024-09-25T03:17:57.045Z | Downloaded serde v1.0.208 |
386 | 2024-09-25T03:17:57.050Z | Downloaded textwrap v0.16.1 |
387 | 2024-09-25T03:17:57.070Z | Downloaded winnow v0.6.18 |
388 | 2024-09-25T03:17:57.079Z | Downloaded memchr v2.7.2 |
389 | 2024-09-25T03:17:57.086Z | Downloaded tabled v0.15.0 |
390 | 2024-09-25T03:17:57.101Z | Downloaded clap_builder v4.5.18 |
391 | 2024-09-25T03:17:57.107Z | Downloaded serde_json v1.0.125 |
392 | 2024-09-25T03:17:57.114Z | Downloaded pest v2.7.10 |
393 | 2024-09-25T03:17:57.120Z | Downloaded zerocopy v0.7.34 |
394 | 2024-09-25T03:17:57.136Z | Downloaded syn v1.0.109 |
395 | 2024-09-25T03:17:57.147Z | Downloaded goblin v0.8.2 |
396 | 2024-09-25T03:17:57.156Z | Downloaded syn v2.0.74 |
397 | 2024-09-25T03:17:57.180Z | Downloaded rustix v0.38.34 |
398 | 2024-09-25T03:17:57.201Z | Downloaded unicode-width v0.1.13 |
399 | 2024-09-25T03:17:57.214Z | Downloaded libc v0.2.158 |
400 | 2024-09-25T03:17:57.525Z | Compiling proc-macro2 v1.0.86 |
401 | 2024-09-25T03:17:57.525Z | Compiling unicode-ident v1.0.12 |
402 | 2024-09-25T03:17:57.528Z | Compiling serde v1.0.208 |
403 | 2024-09-25T03:17:57.528Z | Compiling version_check v0.9.5 |
404 | 2024-09-25T03:17:57.528Z | Compiling memchr v2.7.2 |
405 | 2024-09-25T03:17:57.528Z | Compiling thiserror v1.0.63 |
406 | 2024-09-25T03:17:57.528Z | Compiling libc v0.2.158 |
407 | 2024-09-25T03:17:57.561Z | Compiling ucd-trie v0.1.6 |
408 | 2024-09-25T03:17:57.859Z | Compiling ryu v1.0.18 |
409 | 2024-09-25T03:17:58.193Z | Compiling itoa v1.0.11 |
410 | 2024-09-25T03:17:58.348Z | Compiling once_cell v1.19.0 |
411 | 2024-09-25T03:17:58.373Z | Compiling byteorder v1.5.0 |
412 | 2024-09-25T03:17:58.673Z | Compiling serde_json v1.0.125 |
413 | 2024-09-25T03:17:58.721Z | Compiling rustix v0.38.34 |
414 | 2024-09-25T03:17:58.966Z | Compiling bitflags v2.6.0 |
415 | 2024-09-25T03:17:58.969Z | Compiling usdt-impl v0.5.0 |
416 | 2024-09-25T03:17:59.096Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-09-25T03:17:59.353Z | Compiling syn v1.0.109 |
418 | 2024-09-25T03:17:59.460Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-09-25T03:17:59.508Z | Compiling hashbrown v0.14.5 |
420 | 2024-09-25T03:17:59.543Z | Compiling utf8parse v0.2.1 |
421 | 2024-09-25T03:17:59.613Z | Compiling equivalent v1.0.1 |
422 | 2024-09-25T03:17:59.715Z | Compiling camino v1.1.9 |
423 | 2024-09-25T03:17:59.739Z | Compiling log v0.4.21 |
424 | 2024-09-25T03:17:59.766Z | Compiling plain v0.2.3 |
425 | 2024-09-25T03:17:59.846Z | Compiling quote v1.0.36 |
426 | 2024-09-25T03:18:00.173Z | Compiling errno v0.3.9 |
427 | 2024-09-25T03:18:00.286Z | Compiling syn v2.0.74 |
428 | 2024-09-25T03:18:00.493Z | Compiling anstyle-parse v0.2.4 |
429 | 2024-09-25T03:18:00.742Z | Compiling thread-id v4.2.1 |
430 | 2024-09-25T03:18:00.831Z | Compiling indexmap v2.4.0 |
431 | 2024-09-25T03:18:00.855Z | Compiling winnow v0.6.18 |
432 | 2024-09-25T03:18:00.903Z | Compiling is_terminal_polyfill v1.70.0 |
433 | 2024-09-25T03:18:00.939Z | Compiling autocfg v1.3.0 |
434 | 2024-09-25T03:18:01.033Z | Compiling pretty-hex v0.4.1 |
435 | 2024-09-25T03:18:01.229Z | Compiling semver v1.0.23 |
436 | 2024-09-25T03:18:01.732Z | Compiling anstyle v1.0.8 |
437 | 2024-09-25T03:18:01.899Z | Compiling colorchoice v1.0.1 |
438 | 2024-09-25T03:18:01.943Z | Compiling anstyle-query v1.0.3 |
439 | 2024-09-25T03:18:02.059Z | Compiling unicode-width v0.1.13 |
440 | 2024-09-25T03:18:02.090Z | Compiling fs-err v2.11.0 |
441 | 2024-09-25T03:18:02.208Z | Compiling anstream v0.6.14 |
442 | 2024-09-25T03:18:02.393Z | Compiling fastrand v2.1.0 |
443 | 2024-09-25T03:18:02.448Z | Compiling terminal_size v0.3.0 |
444 | 2024-09-25T03:18:02.474Z | Compiling heck v0.5.0 |
445 | 2024-09-25T03:18:02.650Z | Compiling cfg-if v1.0.0 |
446 | 2024-09-25T03:18:02.754Z | Compiling fnv v1.0.7 |
447 | 2024-09-25T03:18:02.895Z | Compiling anyhow v1.0.89 |
448 | 2024-09-25T03:18:02.926Z | Compiling strsim v0.11.1 |
449 | 2024-09-25T03:18:02.977Z | Compiling heck v0.4.1 |
450 | 2024-09-25T03:18:03.011Z | Compiling clap_lex v0.7.0 |
451 | 2024-09-25T03:18:03.483Z | Compiling bytecount v0.6.8 |
452 | 2024-09-25T03:18:03.545Z | Compiling clap_builder v4.5.18 |
453 | 2024-09-25T03:18:03.703Z | Compiling papergrid v0.11.0 |
454 | 2024-09-25T03:18:03.729Z | Compiling tempfile v3.10.1 |
455 | 2024-09-25T03:18:03.876Z | Compiling memmap v0.7.0 |
456 | 2024-09-25T03:18:03.999Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-09-25T03:18:04.243Z | Compiling smawk v0.3.2 |
458 | 2024-09-25T03:18:04.498Z | Compiling textwrap v0.16.1 |
459 | 2024-09-25T03:18:04.649Z | Compiling swrite v0.1.0 |
460 | 2024-09-25T03:18:06.005Z | Compiling tabled_derive v0.7.0 |
461 | 2024-09-25T03:18:07.661Z | Compiling tabled v0.15.0 |
462 | 2024-09-25T03:18:08.932Z | Compiling serde_derive v1.0.208 |
463 | 2024-09-25T03:18:08.934Z | Compiling thiserror-impl v1.0.63 |
464 | 2024-09-25T03:18:08.934Z | Compiling zerocopy-derive v0.7.34 |
465 | 2024-09-25T03:18:08.976Z | Compiling scroll_derive v0.12.0 |
466 | 2024-09-25T03:18:09.025Z | Compiling clap_derive v4.5.18 |
467 | 2024-09-25T03:18:10.300Z | Compiling scroll v0.12.0 |
468 | 2024-09-25T03:18:10.780Z | Compiling goblin v0.8.2 |
469 | 2024-09-25T03:18:10.806Z | Compiling zerocopy v0.7.34 |
470 | 2024-09-25T03:18:11.468Z | Compiling pest v2.7.10 |
471 | 2024-09-25T03:18:12.709Z | Compiling clap v4.5.18 |
472 | 2024-09-25T03:18:13.690Z | Compiling pest_meta v2.7.10 |
473 | 2024-09-25T03:18:14.586Z | Compiling pest_generator v2.7.10 |
474 | 2024-09-25T03:18:16.277Z | Compiling pest_derive v2.7.10 |
475 | 2024-09-25T03:18:16.899Z | Compiling dtrace-parser v0.2.0 |
476 | 2024-09-25T03:18:18.986Z | Compiling serde_tokenstream v0.2.2 |
477 | 2024-09-25T03:18:19.097Z | Compiling serde_spanned v0.6.7 |
478 | 2024-09-25T03:18:19.097Z | Compiling toml_datetime v0.6.8 |
479 | 2024-09-25T03:18:19.247Z | Compiling cargo-platform v0.1.8 |
480 | 2024-09-25T03:18:19.491Z | Compiling toml_edit v0.22.20 |
481 | 2024-09-25T03:18:19.653Z | Compiling macaddr v1.0.1 |
482 | 2024-09-25T03:18:19.796Z | Compiling camino-tempfile v1.1.1 |
483 | 2024-09-25T03:18:20.485Z | Compiling dof v0.3.0 |
484 | 2024-09-25T03:18:20.611Z | Compiling cargo_metadata v0.18.1 |
485 | 2024-09-25T03:18:22.333Z | Compiling usdt-macro v0.5.0 |
486 | 2024-09-25T03:18:22.333Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-09-25T03:18:22.380Z | Compiling toml v0.8.19 |
488 | 2024-09-25T03:18:23.231Z | Compiling cargo_toml v0.20.4 |
489 | 2024-09-25T03:18:23.621Z | Compiling usdt v0.5.0 |
490 | 2024-09-25T03:18:26.963Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
491 | 2024-09-25T03:18:31.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.60s |
492 | 2024-09-25T03:18:31.460Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
493 | 2024-09-25T03:18:32.066Z | Downloading crates ... |
494 | 2024-09-25T03:18:32.202Z | Downloaded adler v1.0.2 |
495 | 2024-09-25T03:18:32.216Z | Downloaded addr2line v0.21.0 |
496 | 2024-09-25T03:18:32.230Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-09-25T03:18:32.235Z | Downloaded crunchy v0.2.2 |
498 | 2024-09-25T03:18:32.235Z | Downloaded atomicwrites v0.4.4 |
499 | 2024-09-25T03:18:32.235Z | Downloaded hex-literal v0.4.1 |
500 | 2024-09-25T03:18:32.235Z | Downloaded heck v0.3.3 |
501 | 2024-09-25T03:18:32.235Z | Downloaded cstr-argument v0.1.2 |
502 | 2024-09-25T03:18:32.245Z | Downloaded convert_case v0.4.0 |
503 | 2024-09-25T03:18:32.245Z | Downloaded bitstruct v0.1.1 |
504 | 2024-09-25T03:18:32.245Z | Downloaded hyper-staticfile v0.9.5 |
505 | 2024-09-25T03:18:32.249Z | Downloaded async-stream v0.3.5 |
506 | 2024-09-25T03:18:32.249Z | Downloaded ahash v0.8.11 |
507 | 2024-09-25T03:18:32.249Z | Downloaded home v0.5.9 |
508 | 2024-09-25T03:18:32.255Z | Downloaded is-terminal v0.4.12 |
509 | 2024-09-25T03:18:32.255Z | Downloaded base16ct v0.2.0 |
510 | 2024-09-25T03:18:32.255Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-09-25T03:18:32.262Z | Downloaded hubpack_derive v0.1.1 |
512 | 2024-09-25T03:18:32.262Z | Downloaded http-range v0.1.5 |
513 | 2024-09-25T03:18:32.262Z | Downloaded block-padding v0.3.3 |
514 | 2024-09-25T03:18:32.262Z | Downloaded instant v0.1.12 |
515 | 2024-09-25T03:18:32.267Z | Downloaded crossbeam-deque v0.8.5 |
516 | 2024-09-25T03:18:32.267Z | Downloaded crc v3.2.1 |
517 | 2024-09-25T03:18:32.267Z | Downloaded cexpr v0.6.0 |
518 | 2024-09-25T03:18:32.280Z | Downloaded bcrypt-pbkdf v0.10.0 |
519 | 2024-09-25T03:18:32.280Z | Downloaded chacha20 v0.9.1 |
520 | 2024-09-25T03:18:32.280Z | Downloaded bitfield-struct v0.6.1 |
521 | 2024-09-25T03:18:32.289Z | Downloaded base64ct v1.6.0 |
522 | 2024-09-25T03:18:32.289Z | Downloaded base64 v0.21.7 |
523 | 2024-09-25T03:18:32.289Z | Downloaded ident_case v1.0.1 |
524 | 2024-09-25T03:18:32.289Z | Downloaded newtype_derive v0.1.6 |
525 | 2024-09-25T03:18:32.289Z | Downloaded newline-converter v0.3.0 |
526 | 2024-09-25T03:18:32.289Z | Downloaded matches v0.1.10 |
527 | 2024-09-25T03:18:32.294Z | Downloaded assert_matches v1.5.0 |
528 | 2024-09-25T03:18:32.294Z | Downloaded indent_write v2.2.0 |
529 | 2024-09-25T03:18:32.294Z | Downloaded linked-hash-map v0.5.6 |
530 | 2024-09-25T03:18:32.295Z | Downloaded arrayvec v0.7.4 |
531 | 2024-09-25T03:18:32.295Z | Downloaded argon2 v0.5.3 |
532 | 2024-09-25T03:18:32.302Z | Downloaded mime v0.3.17 |
533 | 2024-09-25T03:18:32.302Z | Downloaded multimap v0.10.0 |
534 | 2024-09-25T03:18:32.303Z | Downloaded md-5 v0.10.6 |
535 | 2024-09-25T03:18:32.312Z | Downloaded lru-cache v0.1.2 |
536 | 2024-09-25T03:18:32.312Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-09-25T03:18:32.312Z | Downloaded csv-core v0.1.11 |
538 | 2024-09-25T03:18:32.312Z | Downloaded maplit v1.0.2 |
539 | 2024-09-25T03:18:32.312Z | Downloaded humantime v2.1.0 |
540 | 2024-09-25T03:18:32.317Z | Downloaded hickory-server v0.24.1 |
541 | 2024-09-25T03:18:32.318Z | Downloaded async-stream-impl v0.3.5 |
542 | 2024-09-25T03:18:32.323Z | Downloaded memmap2 v0.9.4 |
543 | 2024-09-25T03:18:32.323Z | Downloaded hex v0.4.3 |
544 | 2024-09-25T03:18:32.323Z | Downloaded ciborium-io v0.2.2 |
545 | 2024-09-25T03:18:32.327Z | Downloaded bitstruct_derive v0.1.0 |
546 | 2024-09-25T03:18:32.327Z | Downloaded const_format_proc_macros v0.2.33 |
547 | 2024-09-25T03:18:32.327Z | Downloaded cfg_aliases v0.2.1 |
548 | 2024-09-25T03:18:32.327Z | Downloaded crc32fast v1.4.0 |
549 | 2024-09-25T03:18:32.331Z | Downloaded ipnet v2.9.0 |
550 | 2024-09-25T03:18:32.331Z | Downloaded mockall v0.13.0 |
551 | 2024-09-25T03:18:32.334Z | Downloaded array-init v0.0.4 |
552 | 2024-09-25T03:18:32.334Z | Downloaded ciborium v0.2.2 |
553 | 2024-09-25T03:18:32.338Z | Downloaded cookie v0.18.1 |
554 | 2024-09-25T03:18:32.341Z | Downloaded rtoolbox v0.0.2 |
555 | 2024-09-25T03:18:32.344Z | Downloaded crossbeam-utils v0.8.19 |
556 | 2024-09-25T03:18:32.348Z | Downloaded cbc v0.1.2 |
557 | 2024-09-25T03:18:32.348Z | Downloaded signal-hook-mio v0.2.4 |
558 | 2024-09-25T03:18:32.351Z | Downloaded is_ci v1.2.0 |
559 | 2024-09-25T03:18:32.351Z | Downloaded crucible-workspace-hack v0.1.0 |
560 | 2024-09-25T03:18:32.351Z | Downloaded lock_api v0.4.12 |
561 | 2024-09-25T03:18:32.355Z | Downloaded atomic-waker v1.1.2 |
562 | 2024-09-25T03:18:32.361Z | Downloaded native-tls v0.2.11 |
563 | 2024-09-25T03:18:32.361Z | Downloaded miniz_oxide v0.8.0 |
564 | 2024-09-25T03:18:32.365Z | Downloaded tap v1.0.1 |
565 | 2024-09-25T03:18:32.365Z | Downloaded libloading v0.8.3 |
566 | 2024-09-25T03:18:32.369Z | Downloaded instability v0.3.2 |
567 | 2024-09-25T03:18:32.369Z | Downloaded clang-sys v1.7.0 |
568 | 2024-09-25T03:18:32.372Z | Downloaded strum v0.26.3 |
569 | 2024-09-25T03:18:32.375Z | Downloaded toolchain_find v0.4.0 |
570 | 2024-09-25T03:18:32.375Z | Downloaded tinyvec_macros v0.1.1 |
571 | 2024-09-25T03:18:32.375Z | Downloaded take_mut v0.2.2 |
572 | 2024-09-25T03:18:32.377Z | Downloaded new_debug_unreachable v1.0.6 |
573 | 2024-09-25T03:18:32.377Z | Downloaded md5 v0.7.0 |
574 | 2024-09-25T03:18:32.380Z | Downloaded mirai-annotations v1.12.0 |
575 | 2024-09-25T03:18:32.381Z | Downloaded sec1 v0.7.3 |
576 | 2024-09-25T03:18:32.383Z | Downloaded buf-list v1.0.3 |
577 | 2024-09-25T03:18:32.386Z | Downloaded bitflags v1.3.2 |
578 | 2024-09-25T03:18:32.390Z | Downloaded bit-set v0.5.3 |
579 | 2024-09-25T03:18:32.394Z | Downloaded tower-service v0.3.2 |
580 | 2024-09-25T03:18:32.394Z | Downloaded mockall_derive v0.13.0 |
581 | 2024-09-25T03:18:32.394Z | Downloaded cipher v0.4.4 |
582 | 2024-09-25T03:18:32.396Z | Downloaded castaway v0.2.3 |
583 | 2024-09-25T03:18:32.396Z | Downloaded derive_builder_macro v0.20.0 |
584 | 2024-09-25T03:18:32.401Z | Downloaded crc-any v2.5.0 |
585 | 2024-09-25T03:18:32.404Z | Downloaded bytes v1.7.2 |
586 | 2024-09-25T03:18:32.411Z | Downloaded bitfield v0.14.0 |
587 | 2024-09-25T03:18:32.411Z | Downloaded crc-catalog v2.4.0 |
588 | 2024-09-25T03:18:32.418Z | Downloaded foreign-types-shared v0.3.1 |
589 | 2024-09-25T03:18:32.418Z | Downloaded internet-checksum v0.2.1 |
590 | 2024-09-25T03:18:32.418Z | Downloaded hyper-tls v0.5.0 |
591 | 2024-09-25T03:18:32.418Z | Downloaded slog-envlogger v2.2.0 |
592 | 2024-09-25T03:18:32.422Z | Downloaded colored v2.1.0 |
593 | 2024-09-25T03:18:32.422Z | Downloaded foreign-types-shared v0.1.1 |
594 | 2024-09-25T03:18:32.423Z | Downloaded backoff v0.4.0 |
595 | 2024-09-25T03:18:32.423Z | Downloaded indoc v1.0.9 |
596 | 2024-09-25T03:18:32.425Z | Downloaded strum_macros v0.24.3 |
597 | 2024-09-25T03:18:32.428Z | Downloaded maybe-uninit v2.0.0 |
598 | 2024-09-25T03:18:32.431Z | Downloaded ipnetwork v0.20.0 |
599 | 2024-09-25T03:18:32.431Z | Downloaded hyper-rustls v0.24.2 |
600 | 2024-09-25T03:18:32.436Z | Downloaded slog-dtrace v0.3.0 |
601 | 2024-09-25T03:18:32.440Z | Downloaded nibble_vec v0.1.0 |
602 | 2024-09-25T03:18:32.440Z | Downloaded topological-sort v0.2.2 |
603 | 2024-09-25T03:18:32.443Z | Downloaded xattr v1.3.1 |
604 | 2024-09-25T03:18:32.444Z | Downloaded memoffset v0.9.1 |
605 | 2024-09-25T03:18:32.447Z | Downloaded console v0.15.8 |
606 | 2024-09-25T03:18:32.450Z | Downloaded hmac v0.12.1 |
607 | 2024-09-25T03:18:32.450Z | Downloaded cookie v0.17.0 |
608 | 2024-09-25T03:18:32.454Z | Downloaded cancel-safe-futures v0.1.5 |
609 | 2024-09-25T03:18:32.457Z | Downloaded spin v0.9.8 |
610 | 2024-09-25T03:18:32.460Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-09-25T03:18:32.462Z | Downloaded path-slash v0.1.5 |
612 | 2024-09-25T03:18:32.463Z | Downloaded pretty-hex v0.2.1 |
613 | 2024-09-25T03:18:32.465Z | Downloaded phf_shared v0.10.0 |
614 | 2024-09-25T03:18:32.465Z | Downloaded spki v0.7.3 |
615 | 2024-09-25T03:18:32.468Z | Downloaded hubpack v0.1.2 |
616 | 2024-09-25T03:18:32.471Z | Downloaded spin v0.5.2 |
617 | 2024-09-25T03:18:32.471Z | Downloaded signal-hook-registry v1.4.2 |
618 | 2024-09-25T03:18:32.474Z | Downloaded form_urlencoded v1.2.1 |
619 | 2024-09-25T03:18:32.474Z | Downloaded cookie_store v0.20.0 |
620 | 2024-09-25T03:18:32.476Z | Downloaded serde_urlencoded v0.7.1 |
621 | 2024-09-25T03:18:32.480Z | Downloaded multer v3.1.0 |
622 | 2024-09-25T03:18:32.484Z | Downloaded glob v0.3.1 |
623 | 2024-09-25T03:18:32.488Z | Downloaded fallible-iterator v0.2.0 |
624 | 2024-09-25T03:18:32.488Z | Downloaded erased-serde v0.3.31 |
625 | 2024-09-25T03:18:32.491Z | Downloaded defmt-macros v0.3.9 |
626 | 2024-09-25T03:18:32.493Z | Downloaded compact_str v0.8.0 |
627 | 2024-09-25T03:18:32.497Z | Downloaded tls_codec v0.4.1 |
628 | 2024-09-25T03:18:32.506Z | Downloaded nanorand v0.7.0 |
629 | 2024-09-25T03:18:32.506Z | Downloaded try-lock v0.2.5 |
630 | 2024-09-25T03:18:32.509Z | Downloaded backtrace v0.3.71 |
631 | 2024-09-25T03:18:32.513Z | Downloaded jobserver v0.1.32 |
632 | 2024-09-25T03:18:32.515Z | Downloaded number_prefix v0.4.0 |
633 | 2024-09-25T03:18:32.515Z | Downloaded packed_struct_codegen v0.10.1 |
634 | 2024-09-25T03:18:32.527Z | Downloaded rayon-core v1.12.1 |
635 | 2024-09-25T03:18:32.534Z | Downloaded fxhash v0.2.1 |
636 | 2024-09-25T03:18:32.537Z | Downloaded same-file v1.0.6 |
637 | 2024-09-25T03:18:32.537Z | Downloaded rfc6979 v0.4.0 |
638 | 2024-09-25T03:18:32.539Z | Downloaded predicates-tree v1.0.9 |
639 | 2024-09-25T03:18:32.539Z | Downloaded foreign-types-macros v0.2.3 |
640 | 2024-09-25T03:18:32.543Z | Downloaded globset v0.4.14 |
641 | 2024-09-25T03:18:32.545Z | Downloaded derive_builder_core v0.20.0 |
642 | 2024-09-25T03:18:32.545Z | Downloaded num_threads v0.1.7 |
643 | 2024-09-25T03:18:32.548Z | Downloaded derive_builder v0.20.0 |
644 | 2024-09-25T03:18:32.554Z | Downloaded schemars v0.8.21 |
645 | 2024-09-25T03:18:32.566Z | Downloaded salsa20 v0.10.2 |
646 | 2024-09-25T03:18:32.569Z | Downloaded structmeta-derive v0.2.0 |
647 | 2024-09-25T03:18:32.573Z | Downloaded structmeta v0.3.0 |
648 | 2024-09-25T03:18:32.573Z | Downloaded structmeta v0.2.0 |
649 | 2024-09-25T03:18:32.577Z | Downloaded ssh-cipher v0.2.0 |
650 | 2024-09-25T03:18:32.577Z | Downloaded slog-json v2.6.1 |
651 | 2024-09-25T03:18:32.577Z | Downloaded slog-bunyan v2.5.0 |
652 | 2024-09-25T03:18:32.581Z | Downloaded strip-ansi-escapes v0.2.0 |
653 | 2024-09-25T03:18:32.581Z | Downloaded russh-cryptovec v0.7.2 |
654 | 2024-09-25T03:18:32.585Z | Downloaded vergen v8.3.2 |
655 | 2024-09-25T03:18:32.585Z | Downloaded signal-hook v0.3.17 |
656 | 2024-09-25T03:18:32.589Z | Downloaded strum_macros v0.25.3 |
657 | 2024-09-25T03:18:32.592Z | Downloaded fallible-iterator v0.3.0 |
658 | 2024-09-25T03:18:32.592Z | Downloaded dsl_auto_type v0.1.2 |
659 | 2024-09-25T03:18:32.595Z | Downloaded debug-ignore v1.0.5 |
660 | 2024-09-25T03:18:32.599Z | Downloaded rusty-fork v0.3.0 |
661 | 2024-09-25T03:18:32.601Z | Downloaded group v0.13.0 |
662 | 2024-09-25T03:18:32.601Z | Downloaded ghash v0.5.1 |
663 | 2024-09-25T03:18:32.606Z | Downloaded getopts v0.2.21 |
664 | 2024-09-25T03:18:32.606Z | Downloaded foreign-types v0.5.0 |
665 | 2024-09-25T03:18:32.609Z | Downloaded pbkdf2 v0.12.2 |
666 | 2024-09-25T03:18:32.609Z | Downloaded fragile v2.0.0 |
667 | 2024-09-25T03:18:32.609Z | Downloaded derive-where v1.2.7 |
668 | 2024-09-25T03:18:32.613Z | Downloaded either v1.13.0 |
669 | 2024-09-25T03:18:32.616Z | Downloaded paste v1.0.15 |
670 | 2024-09-25T03:18:32.618Z | Downloaded olpc-cjson v0.1.3 |
671 | 2024-09-25T03:18:32.622Z | Downloaded tar v0.4.41 |
672 | 2024-09-25T03:18:32.626Z | Downloaded fallible-streaming-iterator v0.1.9 |
673 | 2024-09-25T03:18:32.626Z | Downloaded hickory-resolver v0.24.1 |
674 | 2024-09-25T03:18:32.629Z | Downloaded downcast v0.11.0 |
675 | 2024-09-25T03:18:32.632Z | Downloaded ref-cast v1.0.23 |
676 | 2024-09-25T03:18:32.635Z | Downloaded normalize-line-endings v0.3.0 |
677 | 2024-09-25T03:18:32.637Z | Downloaded ppv-lite86 v0.2.17 |
678 | 2024-09-25T03:18:32.641Z | Downloaded gethostname v0.5.0 |
679 | 2024-09-25T03:18:32.641Z | Downloaded primeorder v0.13.6 |
680 | 2024-09-25T03:18:32.647Z | Downloaded rustc-hash v1.1.0 |
681 | 2024-09-25T03:18:32.647Z | Downloaded proc-macro-crate v1.3.1 |
682 | 2024-09-25T03:18:32.652Z | Downloaded endian-type v0.1.2 |
683 | 2024-09-25T03:18:32.652Z | Downloaded peg-runtime v0.8.3 |
684 | 2024-09-25T03:18:32.652Z | Downloaded cc v1.1.21 |
685 | 2024-09-25T03:18:32.652Z | Downloaded serde_plain v1.0.2 |
686 | 2024-09-25T03:18:32.657Z | Downloaded tokio-rustls v0.25.0 |
687 | 2024-09-25T03:18:32.657Z | Downloaded tokio-rustls v0.24.1 |
688 | 2024-09-25T03:18:32.663Z | Downloaded nodrop v0.1.14 |
689 | 2024-09-25T03:18:32.663Z | Downloaded siphasher v0.3.11 |
690 | 2024-09-25T03:18:32.663Z | Downloaded string_cache v0.8.7 |
691 | 2024-09-25T03:18:32.667Z | Downloaded env_logger v0.9.3 |
692 | 2024-09-25T03:18:32.667Z | Downloaded thread_local v1.1.8 |
693 | 2024-09-25T03:18:32.671Z | Downloaded slog-stdlog v4.1.1 |
694 | 2024-09-25T03:18:32.672Z | Downloaded getrandom v0.2.14 |
695 | 2024-09-25T03:18:32.677Z | Downloaded slog-scope v4.4.0 |
696 | 2024-09-25T03:18:32.677Z | Downloaded password-hash v0.5.0 |
697 | 2024-09-25T03:18:32.681Z | Downloaded darling_core v0.20.9 |
698 | 2024-09-25T03:18:32.689Z | Downloaded mio v1.0.2 |
699 | 2024-09-25T03:18:32.693Z | Downloaded serde-big-array v0.5.1 |
700 | 2024-09-25T03:18:32.693Z | Downloaded which v4.4.2 |
701 | 2024-09-25T03:18:32.696Z | Downloaded unicode-truncate v1.0.0 |
702 | 2024-09-25T03:18:32.696Z | Downloaded unicode-xid v0.2.4 |
703 | 2024-09-25T03:18:32.699Z | Downloaded poly1305 v0.8.0 |
704 | 2024-09-25T03:18:32.704Z | Downloaded dhcproto-macros v0.1.0 |
705 | 2024-09-25T03:18:32.704Z | Downloaded data-encoding v2.6.0 |
706 | 2024-09-25T03:18:32.707Z | Downloaded powerfmt v0.2.0 |
707 | 2024-09-25T03:18:32.707Z | Downloaded http v0.2.12 |
708 | 2024-09-25T03:18:32.710Z | Downloaded zone_cfg_derive v0.3.0 |
709 | 2024-09-25T03:18:32.712Z | Downloaded ff v0.13.0 |
710 | 2024-09-25T03:18:32.712Z | Downloaded rustc-demangle v0.1.24 |
711 | 2024-09-25T03:18:32.717Z | Downloaded env_filter v0.1.2 |
712 | 2024-09-25T03:18:32.728Z | Downloaded diesel_table_macro_syntax v0.2.0 |
713 | 2024-09-25T03:18:32.728Z | Downloaded opaque-debug v0.3.1 |
714 | 2024-09-25T03:18:32.728Z | Downloaded radium v0.7.0 |
715 | 2024-09-25T03:18:32.736Z | Downloaded ena v0.14.3 |
716 | 2024-09-25T03:18:32.737Z | Downloaded des v0.8.1 |
717 | 2024-09-25T03:18:32.737Z | Downloaded scopeguard v1.2.0 |
718 | 2024-09-25T03:18:32.737Z | Downloaded rand_xorshift v0.3.0 |
719 | 2024-09-25T03:18:32.737Z | Downloaded tokio-tungstenite v0.20.1 |
720 | 2024-09-25T03:18:32.742Z | Downloaded tokio-stream v0.1.15 |
721 | 2024-09-25T03:18:32.742Z | Downloaded parking_lot v0.11.2 |
722 | 2024-09-25T03:18:32.742Z | Downloaded prettyplease v0.2.20 |
723 | 2024-09-25T03:18:32.752Z | Downloaded crossterm v0.28.1 |
724 | 2024-09-25T03:18:32.763Z | Downloaded mio v0.8.11 |
725 | 2024-09-25T03:18:32.768Z | Downloaded time-core v0.1.2 |
726 | 2024-09-25T03:18:32.768Z | Downloaded toml_edit v0.19.15 |
727 | 2024-09-25T03:18:32.781Z | Downloaded shlex v1.3.0 |
728 | 2024-09-25T03:18:32.784Z | Downloaded parse-size v1.0.0 |
729 | 2024-09-25T03:18:32.785Z | Downloaded float-ord v0.3.2 |
730 | 2024-09-25T03:18:32.785Z | Downloaded waitgroup v0.1.2 |
731 | 2024-09-25T03:18:32.785Z | Downloaded serde_path_to_error v0.1.16 |
732 | 2024-09-25T03:18:32.790Z | Downloaded nu-ansi-term v0.50.0 |
733 | 2024-09-25T03:18:32.795Z | Downloaded darling v0.20.9 |
734 | 2024-09-25T03:18:32.795Z | Downloaded num_enum_derive v0.5.11 |
735 | 2024-09-25T03:18:32.801Z | Downloaded quick-error v1.2.3 |
736 | 2024-09-25T03:18:32.801Z | Downloaded strum_macros v0.26.4 |
737 | 2024-09-25T03:18:32.805Z | Downloaded rustc_version v0.1.7 |
738 | 2024-09-25T03:18:32.805Z | Downloaded der v0.7.9 |
739 | 2024-09-25T03:18:32.813Z | Downloaded hash32 v0.3.1 |
740 | 2024-09-25T03:18:32.813Z | Downloaded termtree v0.4.1 |
741 | 2024-09-25T03:18:32.817Z | Downloaded subtle v2.5.0 |
742 | 2024-09-25T03:18:32.817Z | Downloaded smf v0.2.3 |
743 | 2024-09-25T03:18:32.817Z | Downloaded tinyvec v1.6.0 |
744 | 2024-09-25T03:18:32.817Z | Downloaded zone_cfg_derive v0.1.2 |
745 | 2024-09-25T03:18:32.823Z | Downloaded hkdf v0.12.4 |
746 | 2024-09-25T03:18:32.823Z | Downloaded shell-words v1.1.0 |
747 | 2024-09-25T03:18:32.828Z | Downloaded expectorate v1.1.0 |
748 | 2024-09-25T03:18:32.828Z | Downloaded foreign-types v0.3.2 |
749 | 2024-09-25T03:18:32.828Z | Downloaded sqlparser_derive v0.2.2 |
750 | 2024-09-25T03:18:32.832Z | Downloaded portpicker v0.1.1 |
751 | 2024-09-25T03:18:32.832Z | Downloaded openssl-macros v0.1.1 |
752 | 2024-09-25T03:18:32.832Z | Downloaded sync_wrapper v0.1.2 |
753 | 2024-09-25T03:18:32.832Z | Downloaded supports-color v3.0.1 |
754 | 2024-09-25T03:18:32.836Z | Downloaded x509-cert v0.2.5 |
755 | 2024-09-25T03:18:32.843Z | Downloaded futures-sink v0.3.30 |
756 | 2024-09-25T03:18:32.847Z | Downloaded ed25519 v2.2.3 |
757 | 2024-09-25T03:18:32.847Z | Downloaded num-conv v0.1.0 |
758 | 2024-09-25T03:18:32.847Z | Downloaded derive_more v0.99.18 |
759 | 2024-09-25T03:18:32.851Z | Downloaded dirs-sys-next v0.1.2 |
760 | 2024-09-25T03:18:32.855Z | Downloaded futures-macro v0.3.30 |
761 | 2024-09-25T03:18:32.855Z | Downloaded futures-executor v0.3.30 |
762 | 2024-09-25T03:18:32.855Z | Downloaded tower v0.4.13 |
763 | 2024-09-25T03:18:32.866Z | Downloaded r2d2 v0.8.10 |
764 | 2024-09-25T03:18:32.870Z | Downloaded oso-derive v0.27.3 |
765 | 2024-09-25T03:18:32.870Z | Downloaded crossterm v0.27.0 |
766 | 2024-09-25T03:18:32.879Z | Downloaded smallvec v0.6.14 |
767 | 2024-09-25T03:18:32.886Z | Downloaded tungstenite v0.21.0 |
768 | 2024-09-25T03:18:32.886Z | Downloaded tungstenite v0.20.1 |
769 | 2024-09-25T03:18:32.896Z | Downloaded libm v0.2.8 |
770 | 2024-09-25T03:18:32.904Z | Downloaded tokio-rustls v0.26.0 |
771 | 2024-09-25T03:18:32.904Z | Downloaded float-cmp v0.9.0 |
772 | 2024-09-25T03:18:32.904Z | Downloaded difflib v0.4.0 |
773 | 2024-09-25T03:18:32.907Z | Downloaded zone v0.3.0 |
774 | 2024-09-25T03:18:32.907Z | Downloaded wyz v0.5.1 |
775 | 2024-09-25T03:18:32.907Z | Downloaded unicase v2.7.0 |
776 | 2024-09-25T03:18:32.907Z | Downloaded unarray v0.1.4 |
777 | 2024-09-25T03:18:32.907Z | Downloaded tokio-macros v2.4.0 |
778 | 2024-09-25T03:18:32.919Z | Downloaded unsafe-libyaml v0.2.11 |
779 | 2024-09-25T03:18:32.929Z | Downloaded stable_deref_trait v1.2.0 |
780 | 2024-09-25T03:18:32.929Z | Downloaded parse-display-derive v0.10.0 |
781 | 2024-09-25T03:18:32.929Z | Downloaded diff v0.1.13 |
782 | 2024-09-25T03:18:32.929Z | Downloaded ssh-encoding v0.2.0 |
783 | 2024-09-25T03:18:32.929Z | Downloaded dirs-next v2.0.0 |
784 | 2024-09-25T03:18:32.929Z | Downloaded uzers v0.11.3 |
785 | 2024-09-25T03:18:32.929Z | Downloaded dhcproto v0.12.0 |
786 | 2024-09-25T03:18:32.940Z | Downloaded aes-gcm v0.10.3 |
787 | 2024-09-25T03:18:32.940Z | Downloaded funty v2.0.0 |
788 | 2024-09-25T03:18:32.940Z | Downloaded smallvec v1.13.2 |
789 | 2024-09-25T03:18:32.950Z | Downloaded rustls-pemfile v2.1.3 |
790 | 2024-09-25T03:18:32.950Z | Downloaded want v0.3.1 |
791 | 2024-09-25T03:18:32.950Z | Downloaded rustfmt-wrapper v0.2.1 |
792 | 2024-09-25T03:18:32.950Z | Downloaded rustc_version v0.4.0 |
793 | 2024-09-25T03:18:32.950Z | Downloaded slog-term v2.9.1 |
794 | 2024-09-25T03:18:32.953Z | Downloaded blake3 v1.5.1 |
795 | 2024-09-25T03:18:32.954Z | Downloaded tough v0.17.1 |
796 | 2024-09-25T03:18:32.962Z | Downloaded display-error-chain v0.2.1 |
797 | 2024-09-25T03:18:32.967Z | Downloaded thiserror-impl-no-std v2.0.2 |
798 | 2024-09-25T03:18:32.967Z | Downloaded password-hash v0.4.2 |
799 | 2024-09-25T03:18:32.973Z | Downloaded fs_extra v1.3.0 |
800 | 2024-09-25T03:18:32.973Z | Downloaded signal-hook-tokio v0.3.1 |
801 | 2024-09-25T03:18:32.981Z | Downloaded tracing-core v0.1.32 |
802 | 2024-09-25T03:18:32.981Z | Downloaded headers-core v0.2.0 |
803 | 2024-09-25T03:18:32.981Z | Downloaded ecdsa v0.16.9 |
804 | 2024-09-25T03:18:32.994Z | Downloaded subprocess v0.2.9 |
805 | 2024-09-25T03:18:32.994Z | Downloaded rpassword v7.3.1 |
806 | 2024-09-25T03:18:32.994Z | Downloaded num-integer v0.1.46 |
807 | 2024-09-25T03:18:32.994Z | Downloaded tokio-native-tls v0.3.1 |
808 | 2024-09-25T03:18:33.001Z | Downloaded diesel_derives v2.2.2 |
809 | 2024-09-25T03:18:33.001Z | Downloaded flagset v0.4.5 |
810 | 2024-09-25T03:18:33.001Z | Downloaded static_assertions v1.1.0 |
811 | 2024-09-25T03:18:33.001Z | Downloaded fixedbitset v0.4.2 |
812 | 2024-09-25T03:18:33.002Z | Downloaded filetime v0.2.25 |
813 | 2024-09-25T03:18:33.002Z | Downloaded tabwriter v1.4.0 |
814 | 2024-09-25T03:18:33.002Z | Downloaded semver v0.1.20 |
815 | 2024-09-25T03:18:33.007Z | Downloaded termcolor v1.4.1 |
816 | 2024-09-25T03:18:33.007Z | Downloaded rand_core v0.6.4 |
817 | 2024-09-25T03:18:33.007Z | Downloaded openssl-probe v0.1.5 |
818 | 2024-09-25T03:18:33.007Z | Downloaded pkcs5 v0.7.1 |
819 | 2024-09-25T03:18:33.010Z | Downloaded num-derive v0.4.2 |
820 | 2024-09-25T03:18:33.015Z | Downloaded thiserror-no-std v2.0.2 |
821 | 2024-09-25T03:18:33.020Z | Downloaded sct v0.7.1 |
822 | 2024-09-25T03:18:33.020Z | Downloaded time-macros v0.2.18 |
823 | 2024-09-25T03:18:33.023Z | Downloaded scheduled-thread-pool v0.2.7 |
824 | 2024-09-25T03:18:33.023Z | Downloaded serde_yaml v0.9.34+deprecated |
825 | 2024-09-25T03:18:33.027Z | Downloaded itertools v0.12.1 |
826 | 2024-09-25T03:18:33.036Z | Downloaded polyval v0.6.2 |
827 | 2024-09-25T03:18:33.046Z | Downloaded rustls-pemfile v1.0.4 |
828 | 2024-09-25T03:18:33.046Z | Downloaded twox-hash v1.6.3 |
829 | 2024-09-25T03:18:33.046Z | Downloaded zone v0.1.8 |
830 | 2024-09-25T03:18:33.046Z | Downloaded unicode_categories v0.1.1 |
831 | 2024-09-25T03:18:33.053Z | Downloaded num-complex v0.4.6 |
832 | 2024-09-25T03:18:33.053Z | Downloaded aho-corasick v1.1.3 |
833 | 2024-09-25T03:18:33.066Z | Downloaded rand_chacha v0.3.1 |
834 | 2024-09-25T03:18:33.066Z | Downloaded dunce v1.0.5 |
835 | 2024-09-25T03:18:33.066Z | Downloaded tokio-tungstenite v0.21.0 |
836 | 2024-09-25T03:18:33.066Z | Downloaded owo-colors v4.0.0 |
837 | 2024-09-25T03:18:33.073Z | Downloaded futures v0.3.30 |
838 | 2024-09-25T03:18:33.073Z | Downloaded dyn-clone v1.0.17 |
839 | 2024-09-25T03:18:33.073Z | Downloaded sqlformat v0.2.4 |
840 | 2024-09-25T03:18:33.073Z | Downloaded value-bag v1.9.0 |
841 | 2024-09-25T03:18:33.082Z | Downloaded rustls-webpki v0.101.7 |
842 | 2024-09-25T03:18:33.095Z | Downloaded futures-channel v0.3.30 |
843 | 2024-09-25T03:18:33.105Z | Downloaded dropshot_endpoint v0.10.1 |
844 | 2024-09-25T03:18:33.105Z | Downloaded parse-display v0.10.0 |
845 | 2024-09-25T03:18:33.105Z | Downloaded termios v0.3.3 |
846 | 2024-09-25T03:18:33.105Z | Downloaded parking_lot v0.12.2 |
847 | 2024-09-25T03:18:33.105Z | Downloaded bindgen v0.69.4 |
848 | 2024-09-25T03:18:33.113Z | Downloaded peg v0.8.4 |
849 | 2024-09-25T03:18:33.113Z | Downloaded pin-project-lite v0.2.14 |
850 | 2024-09-25T03:18:33.117Z | Downloaded postgres-protocol v0.6.7 |
851 | 2024-09-25T03:18:33.117Z | Downloaded tracing v0.1.40 |
852 | 2024-09-25T03:18:33.123Z | Downloaded signature v2.2.0 |
853 | 2024-09-25T03:18:33.123Z | Downloaded url v2.5.2 |
854 | 2024-09-25T03:18:33.130Z | Downloaded rusqlite v0.32.1 |
855 | 2024-09-25T03:18:33.134Z | Downloaded snafu-derive v0.8.2 |
856 | 2024-09-25T03:18:33.134Z | Downloaded pin-project-internal v1.1.5 |
857 | 2024-09-25T03:18:33.134Z | Downloaded peg-macros v0.8.4 |
858 | 2024-09-25T03:18:33.139Z | Downloaded postgres-types v0.2.7 |
859 | 2024-09-25T03:18:33.139Z | Downloaded rustls-pki-types v1.7.0 |
860 | 2024-09-25T03:18:33.142Z | Downloaded test-strategy v0.3.1 |
861 | 2024-09-25T03:18:33.142Z | Downloaded pin-project v1.1.5 |
862 | 2024-09-25T03:18:33.154Z | Downloaded chrono v0.4.38 |
863 | 2024-09-25T03:18:33.161Z | Downloaded toml v0.7.8 |
864 | 2024-09-25T03:18:33.167Z | Downloaded uuid v1.10.0 |
865 | 2024-09-25T03:18:33.169Z | Downloaded hashlink v0.9.1 |
866 | 2024-09-25T03:18:33.172Z | Downloaded lalrpop v0.19.12 |
867 | 2024-09-25T03:18:33.185Z | Downloaded num-bigint-dig v0.8.4 |
868 | 2024-09-25T03:18:33.199Z | Downloaded rcgen v0.12.1 |
869 | 2024-09-25T03:18:33.212Z | Downloaded heapless v0.8.0 |
870 | 2024-09-25T03:18:33.212Z | Downloaded heapless v0.7.17 |
871 | 2024-09-25T03:18:33.212Z | Downloaded parking_lot_core v0.9.10 |
872 | 2024-09-25T03:18:33.212Z | Downloaded p256 v0.13.2 |
873 | 2024-09-25T03:18:33.222Z | Downloaded zip v0.6.6 |
874 | 2024-09-25T03:18:33.222Z | Downloaded winnow v0.5.40 |
875 | 2024-09-25T03:18:33.226Z | Downloaded nom v7.1.3 |
876 | 2024-09-25T03:18:33.235Z | Downloaded steno v0.4.1 |
877 | 2024-09-25T03:18:33.241Z | Downloaded serde_with v3.9.0 |
878 | 2024-09-25T03:18:33.245Z | Downloaded hyper v0.14.30 |
879 | 2024-09-25T03:18:33.249Z | Downloaded rand v0.8.5 |
880 | 2024-09-25T03:18:33.252Z | Downloaded ed25519-dalek v2.1.1 |
881 | 2024-09-25T03:18:33.257Z | Downloaded idna v0.5.0 |
882 | 2024-09-25T03:18:33.266Z | Downloaded hashbrown v0.12.3 |
883 | 2024-09-25T03:18:33.270Z | Downloaded salty v0.3.0 |
884 | 2024-09-25T03:18:33.276Z | Downloaded idna v0.3.0 |
885 | 2024-09-25T03:18:33.283Z | Downloaded git2 v0.19.0 |
886 | 2024-09-25T03:18:33.293Z | Downloaded russh v0.45.0 |
887 | 2024-09-25T03:18:33.298Z | Downloaded typed-path v0.7.1 |
888 | 2024-09-25T03:18:33.307Z | Downloaded rsa v0.9.6 |
889 | 2024-09-25T03:18:33.311Z | Downloaded reedline v0.33.0 |
890 | 2024-09-25T03:18:33.317Z | Downloaded reqwest v0.11.27 |
891 | 2024-09-25T03:18:33.326Z | Downloaded unicode-normalization v0.1.23 |
892 | 2024-09-25T03:18:33.331Z | Downloaded hashbrown v0.13.2 |
893 | 2024-09-25T03:18:33.335Z | Downloaded time v0.3.36 |
894 | 2024-09-25T03:18:33.343Z | Downloaded proptest v1.5.0 |
895 | 2024-09-25T03:18:33.354Z | Downloaded vcpkg v0.2.15 |
896 | 2024-09-25T03:18:33.395Z | Downloaded gimli v0.28.1 |
897 | 2024-09-25T03:18:33.402Z | Downloaded tokio-util v0.7.11 |
898 | 2024-09-25T03:18:33.410Z | Downloaded object v0.30.4 |
899 | 2024-09-25T03:18:33.418Z | Downloaded rayon v1.10.0 |
900 | 2024-09-25T03:18:33.430Z | Downloaded sqlparser v0.45.0 |
901 | 2024-09-25T03:18:33.436Z | Downloaded rustls v0.21.12 |
902 | 2024-09-25T03:18:33.450Z | Downloaded portable-atomic v1.6.0 |
903 | 2024-09-25T03:18:33.454Z | Downloaded quick-xml v0.33.0 |
904 | 2024-09-25T03:18:33.460Z | Downloaded object v0.32.2 |
905 | 2024-09-25T03:18:33.472Z | Downloaded hickory-proto v0.24.1 |
906 | 2024-09-25T03:18:33.488Z | Downloaded nix v0.29.0 |
907 | 2024-09-25T03:18:33.504Z | Downloaded radix_trie v0.2.1 |
908 | 2024-09-25T03:18:33.507Z | Downloaded nix v0.27.1 |
909 | 2024-09-25T03:18:33.519Z | Downloaded dropshot v0.10.1 |
910 | 2024-09-25T03:18:33.527Z | Downloaded webpki-roots v0.25.4 |
911 | 2024-09-25T03:18:33.533Z | Downloaded nix v0.28.0 |
912 | 2024-09-25T03:18:33.544Z | Downloaded openssl v0.10.66 |
913 | 2024-09-25T03:18:33.555Z | Downloaded curve25519-dalek v4.1.3 |
914 | 2024-09-25T03:18:33.564Z | Downloaded regress v0.9.1 |
915 | 2024-09-25T03:18:33.574Z | Downloaded smoltcp v0.11.0 |
916 | 2024-09-25T03:18:33.588Z | Downloaded polar-core v0.27.3 |
917 | 2024-09-25T03:18:33.597Z | Downloaded diesel v2.2.4 |
918 | 2024-09-25T03:18:33.618Z | Downloaded regex-syntax v0.8.4 |
919 | 2024-09-25T03:18:33.627Z | Downloaded regex-syntax v0.6.29 |
920 | 2024-09-25T03:18:33.634Z | Downloaded openapiv3 v2.0.0 |
921 | 2024-09-25T03:18:33.648Z | Downloaded smoltcp v0.9.1 |
922 | 2024-09-25T03:18:33.659Z | Downloaded rustls v0.22.4 |
923 | 2024-09-25T03:18:33.673Z | Downloaded sled v0.34.7 |
924 | 2024-09-25T03:18:33.684Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
925 | 2024-09-25T03:18:33.698Z | Downloaded rustls v0.23.10 |
926 | 2024-09-25T03:18:33.714Z | Downloaded ratatui v0.28.0 |
927 | 2024-09-25T03:18:33.735Z | Downloaded regex-automata v0.4.6 |
928 | 2024-09-25T03:18:33.753Z | Downloaded zerocopy-derive v0.6.6 |
929 | 2024-09-25T03:18:33.764Z | Downloaded finl_unicode v1.2.0 |
930 | 2024-09-25T03:18:33.777Z | Downloaded bstr v1.9.1 |
931 | 2024-09-25T03:18:33.788Z | Downloaded csv v1.3.0 |
932 | 2024-09-25T03:18:33.811Z | Downloaded petgraph v0.6.5 |
933 | 2024-09-25T03:18:33.828Z | Downloaded trust-dns-proto v0.22.0 |
934 | 2024-09-25T03:18:33.842Z | Downloaded futures-util v0.3.30 |
935 | 2024-09-25T03:18:33.853Z | Downloaded p384 v0.13.0 |
936 | 2024-09-25T03:18:33.859Z | Downloaded regex v1.10.6 |
937 | 2024-09-25T03:18:33.873Z | Downloaded tokio v1.39.3 |
938 | 2024-09-25T03:18:33.912Z | Downloaded sha3 v0.10.8 |
939 | 2024-09-25T03:18:33.916Z | Downloaded idna v0.4.0 |
940 | 2024-09-25T03:18:33.924Z | Downloaded h2 v0.3.26 |
941 | 2024-09-25T03:18:33.934Z | Downloaded idna v0.2.3 |
942 | 2024-09-25T03:18:33.939Z | Downloaded encoding_rs v0.8.34 |
943 | 2024-09-25T03:18:33.961Z | Downloaded flate2 v1.0.33 |
944 | 2024-09-25T03:18:33.966Z | Downloaded ssh-key v0.6.6 |
945 | 2024-09-25T03:18:33.972Z | Downloaded h2 v0.4.6 |
946 | 2024-09-25T03:18:33.980Z | Downloaded bitvec v1.0.1 |
947 | 2024-09-25T03:18:33.995Z | Downloaded rustls-webpki v0.102.4 |
948 | 2024-09-25T03:18:34.014Z | Downloaded unicode-bidi v0.3.15 |
949 | 2024-09-25T03:18:34.016Z | Downloaded zerocopy v0.6.6 |
950 | 2024-09-25T03:18:34.019Z | Downloaded snafu v0.8.2 |
951 | 2024-09-25T03:18:34.024Z | Downloaded similar v2.6.0 |
952 | 2024-09-25T03:18:34.029Z | Downloaded unicode-segmentation v1.11.0 |
953 | 2024-09-25T03:18:34.033Z | Downloaded openssl-sys v0.9.103 |
954 | 2024-09-25T03:18:34.038Z | Downloaded flume v0.11.0 |
955 | 2024-09-25T03:18:34.042Z | Downloaded publicsuffix v2.2.3 |
956 | 2024-09-25T03:18:34.044Z | Downloaded num-bigint v0.4.5 |
957 | 2024-09-25T03:18:34.052Z | Downloaded rustyline v14.0.0 |
958 | 2024-09-25T03:18:34.056Z | Downloaded rand_seeder v0.3.0 |
959 | 2024-09-25T03:18:34.059Z | Downloaded p521 v0.13.3 |
960 | 2024-09-25T03:18:34.062Z | Downloaded term v0.7.0 |
961 | 2024-09-25T03:18:34.065Z | Downloaded tokio-tungstenite v0.23.1 |
962 | 2024-09-25T03:18:34.068Z | Downloaded parking_lot_core v0.8.6 |
963 | 2024-09-25T03:18:34.070Z | Downloaded tungstenite v0.23.0 |
964 | 2024-09-25T03:18:34.073Z | Downloaded aws-lc-rs v1.9.0 |
965 | 2024-09-25T03:18:34.084Z | Downloaded ron v0.8.1 |
966 | 2024-09-25T03:18:34.091Z | Downloaded ron v0.7.1 |
967 | 2024-09-25T03:18:34.095Z | Downloaded omicron-zone-package v0.11.0 |
968 | 2024-09-25T03:18:34.098Z | Downloaded num-traits v0.2.19 |
969 | 2024-09-25T03:18:34.101Z | Downloaded embedded-io v0.4.0 |
970 | 2024-09-25T03:18:34.103Z | Downloaded scrypt v0.11.0 |
971 | 2024-09-25T03:18:34.106Z | Downloaded schemars_derive v0.8.21 |
972 | 2024-09-25T03:18:34.106Z | Downloaded half v2.4.1 |
973 | 2024-09-25T03:18:34.109Z | Downloaded tokio-postgres v0.7.11 |
974 | 2024-09-25T03:18:34.113Z | Downloaded pkg-config v0.3.30 |
975 | 2024-09-25T03:18:34.117Z | Downloaded pin-utils v0.1.0 |
976 | 2024-09-25T03:18:34.117Z | Downloaded futures-io v0.3.30 |
977 | 2024-09-25T03:18:34.120Z | Downloaded futures-core v0.3.30 |
978 | 2024-09-25T03:18:34.120Z | Downloaded pkcs8 v0.10.2 |
979 | 2024-09-25T03:18:34.123Z | Downloaded fatfs v0.3.6 |
980 | 2024-09-25T03:18:34.126Z | Downloaded untrusted v0.9.0 |
981 | 2024-09-25T03:18:34.126Z | Downloaded untrusted v0.7.1 |
982 | 2024-09-25T03:18:34.129Z | Downloaded tiny-keccak v2.0.2 |
983 | 2024-09-25T03:18:34.129Z | Downloaded tracing-attributes v0.1.27 |
984 | 2024-09-25T03:18:34.132Z | Downloaded walkdir v2.5.0 |
985 | 2024-09-25T03:18:34.134Z | Downloaded serde_with_macros v3.9.0 |
986 | 2024-09-25T03:18:34.137Z | Downloaded serde_derive_internals v0.29.1 |
987 | 2024-09-25T03:18:34.137Z | Downloaded itertools v0.13.0 |
988 | 2024-09-25T03:18:34.144Z | Downloaded pem-rfc7468 v0.7.0 |
989 | 2024-09-25T03:18:34.147Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
990 | 2024-09-25T03:18:34.207Z | Downloaded elliptic-curve v0.13.8 |
991 | 2024-09-25T03:18:34.209Z | Downloaded num_enum v0.5.11 |
992 | 2024-09-25T03:18:34.214Z | Downloaded num-iter v0.1.45 |
993 | 2024-09-25T03:18:34.217Z | Downloaded hash32 v0.2.1 |
994 | 2024-09-25T03:18:34.228Z | Downloaded curve25519-dalek-derive v0.1.1 |
995 | 2024-09-25T03:18:34.228Z | Downloaded crossbeam-channel v0.5.12 |
996 | 2024-09-25T03:18:34.241Z | Downloaded russh-keys v0.45.0 |
997 | 2024-09-25T03:18:34.241Z | Downloaded sha1 v0.10.6 |
998 | 2024-09-25T03:18:34.241Z | Downloaded const_format v0.2.33 |
999 | 2024-09-25T03:18:34.241Z | Downloaded sigpipe v0.1.3 |
1000 | 2024-09-25T03:18:34.241Z | Downloaded serde_arrays v0.1.0 |
1001 | 2024-09-25T03:18:34.241Z | Downloaded serde-hex v0.1.0 |
1002 | 2024-09-25T03:18:34.245Z | Downloaded slog v2.7.0 |
1003 | 2024-09-25T03:18:34.245Z | Downloaded samael v0.0.17 |
1004 | 2024-09-25T03:18:34.248Z | Downloaded aes v0.8.4 |
1005 | 2024-09-25T03:18:34.250Z | Downloaded percent-encoding v2.3.1 |
1006 | 2024-09-25T03:18:34.250Z | Downloaded pem v3.0.4 |
1007 | 2024-09-25T03:18:34.254Z | Downloaded fd-lock v4.0.2 |
1008 | 2024-09-25T03:18:34.256Z | Downloaded slab v0.4.9 |
1009 | 2024-09-25T03:18:34.256Z | Downloaded itertools v0.10.5 |
1010 | 2024-09-25T03:18:34.261Z | Downloaded psl-types v2.0.11 |
1011 | 2024-09-25T03:18:34.263Z | Downloaded stringprep v0.1.4 |
1012 | 2024-09-25T03:18:34.263Z | Downloaded enum-as-inner v0.6.0 |
1013 | 2024-09-25T03:18:34.266Z | Downloaded enum-as-inner v0.5.1 |
1014 | 2024-09-25T03:18:34.269Z | Downloaded crypto-bigint v0.5.5 |
1015 | 2024-09-25T03:18:34.273Z | Downloaded pkcs1 v0.7.5 |
1016 | 2024-09-25T03:18:34.278Z | Downloaded whoami v1.5.1 |
1017 | 2024-09-25T03:18:34.282Z | Downloaded libxml v0.3.3 |
1018 | 2024-09-25T03:18:34.284Z | Downloaded defmt v0.3.8 |
1019 | 2024-09-25T03:18:34.287Z | Downloaded postcard v1.0.8 |
1020 | 2024-09-25T03:18:34.291Z | Downloaded headers v0.3.9 |
1021 | 2024-09-25T03:18:34.296Z | Downloaded base64 v0.22.1 |
1022 | 2024-09-25T03:18:34.301Z | Downloaded oso v0.27.3 |
1023 | 2024-09-25T03:18:34.305Z | Downloaded darling_macro v0.20.9 |
1024 | 2024-09-25T03:18:34.307Z | Downloaded hyper v1.4.1 |
1025 | 2024-09-25T03:18:34.312Z | Downloaded phf_shared v0.11.2 |
1026 | 2024-09-25T03:18:34.315Z | Downloaded vte v0.11.1 |
1027 | 2024-09-25T03:18:34.315Z | Downloaded resolv-conf v0.7.0 |
1028 | 2024-09-25T03:18:34.320Z | Downloaded chacha20poly1305 v0.10.1 |
1029 | 2024-09-25T03:18:34.323Z | Downloaded zeroize v1.8.1 |
1030 | 2024-09-25T03:18:34.323Z | Downloaded wait-timeout v0.2.0 |
1031 | 2024-09-25T03:18:34.323Z | Downloaded universal-hash v0.5.1 |
1032 | 2024-09-25T03:18:34.323Z | Downloaded tui-tree-widget v0.22.0 |
1033 | 2024-09-25T03:18:34.325Z | Downloaded phf v0.11.2 |
1034 | 2024-09-25T03:18:34.325Z | Downloaded packed_struct v0.10.1 |
1035 | 2024-09-25T03:18:34.328Z | Downloaded structmeta-derive v0.3.0 |
1036 | 2024-09-25T03:18:34.328Z | Downloaded num-rational v0.4.2 |
1037 | 2024-09-25T03:18:34.330Z | Downloaded slog-async v2.8.0 |
1038 | 2024-09-25T03:18:34.330Z | Downloaded socket2 v0.4.10 |
1039 | 2024-09-25T03:18:34.333Z | Downloaded miniz_oxide v0.7.2 |
1040 | 2024-09-25T03:18:34.337Z | Downloaded minimal-lexical v0.2.1 |
1041 | 2024-09-25T03:18:34.339Z | Downloaded lru v0.12.3 |
1042 | 2024-09-25T03:18:34.342Z | Downloaded rustversion v1.0.17 |
1043 | 2024-09-25T03:18:34.345Z | Downloaded env_logger v0.11.5 |
1044 | 2024-09-25T03:18:34.347Z | Downloaded env_logger v0.10.2 |
1045 | 2024-09-25T03:18:34.350Z | Downloaded defmt-parser v0.3.4 |
1046 | 2024-09-25T03:18:34.350Z | Downloaded indexmap v1.9.3 |
1047 | 2024-09-25T03:18:34.353Z | Downloaded deranged v0.3.11 |
1048 | 2024-09-25T03:18:34.355Z | Downloaded der_derive v0.7.2 |
1049 | 2024-09-25T03:18:34.359Z | Downloaded vsss-rs v3.3.4 |
1050 | 2024-09-25T03:18:34.361Z | Downloaded socket2 v0.5.7 |
1051 | 2024-09-25T03:18:34.361Z | Downloaded blake2 v0.10.6 |
1052 | 2024-09-25T03:18:34.363Z | Downloaded zeroize_derive v1.4.2 |
1053 | 2024-09-25T03:18:34.366Z | Downloaded vte_generate_state_changes v0.1.1 |
1054 | 2024-09-25T03:18:34.366Z | Downloaded ref-cast-impl v1.0.23 |
1055 | 2024-09-25T03:18:34.366Z | Downloaded predicates-core v1.0.6 |
1056 | 2024-09-25T03:18:34.368Z | Downloaded predicates v3.1.2 |
1057 | 2024-09-25T03:18:34.371Z | Downloaded pbkdf2 v0.11.0 |
1058 | 2024-09-25T03:18:34.374Z | Downloaded crossbeam-epoch v0.9.18 |
1059 | 2024-09-25T03:18:34.376Z | Downloaded cmake v0.1.51 |
1060 | 2024-09-25T03:18:34.376Z | Downloaded arc-swap v1.7.1 |
1061 | 2024-09-25T03:18:34.379Z | Downloaded yasna v0.5.2 |
1062 | 2024-09-25T03:18:34.382Z | Downloaded tower-layer v0.3.2 |
1063 | 2024-09-25T03:18:34.384Z | Downloaded num v0.4.3 |
1064 | 2024-09-25T03:18:34.384Z | Downloaded base64 v0.13.1 |
1065 | 2024-09-25T03:18:34.387Z | Downloaded hyper-util v0.1.7 |
1066 | 2024-09-25T03:18:34.392Z | Downloaded http v1.1.0 |
1067 | 2024-09-25T03:18:34.398Z | Downloaded mime_guess v2.0.4 |
1068 | 2024-09-25T03:18:34.400Z | Downloaded futures-task v0.3.30 |
1069 | 2024-09-25T03:18:34.403Z | Downloaded indicatif v0.17.8 |
1070 | 2024-09-25T03:18:34.412Z | Downloaded iana-time-zone v0.1.60 |
1071 | 2024-09-25T03:18:34.418Z | Downloaded httparse v1.8.0 |
1072 | 2024-09-25T03:18:34.420Z | Downloaded utf-8 v0.7.6 |
1073 | 2024-09-25T03:18:34.431Z | Downloaded tls_codec_derive v0.4.1 |
1074 | 2024-09-25T03:18:34.431Z | Downloaded bzip2 v0.4.4 |
1075 | 2024-09-25T03:18:34.431Z | Downloaded newtype-uuid v1.1.0 |
1076 | 2024-09-25T03:18:34.431Z | Downloaded managed v0.8.0 |
1077 | 2024-09-25T03:18:34.431Z | Downloaded linear-map v1.2.0 |
1078 | 2024-09-25T03:18:34.431Z | Downloaded libsw v3.3.1 |
1079 | 2024-09-25T03:18:34.434Z | Downloaded lazycell v1.3.0 |
1080 | 2024-09-25T03:18:34.437Z | Downloaded lalrpop-util v0.19.12 |
1081 | 2024-09-25T03:18:34.437Z | Downloaded kstat-rs v0.2.4 |
1082 | 2024-09-25T03:18:34.440Z | Downloaded serde_repr v0.1.19 |
1083 | 2024-09-25T03:18:34.443Z | Downloaded secrecy v0.8.0 |
1084 | 2024-09-25T03:18:34.443Z | Downloaded bcs v0.1.6 |
1085 | 2024-09-25T03:18:34.447Z | Downloaded impl-trait-for-tuples v0.2.2 |
1086 | 2024-09-25T03:18:34.449Z | Downloaded hostname v0.3.1 |
1087 | 2024-09-25T03:18:34.452Z | Downloaded constant_time_eq v0.3.0 |
1088 | 2024-09-25T03:18:34.452Z | Downloaded http-body v0.4.6 |
1089 | 2024-09-25T03:18:34.456Z | Downloaded ascii v1.1.0 |
1090 | 2024-09-25T03:18:34.459Z | Downloaded blowfish v0.9.1 |
1091 | 2024-09-25T03:18:34.459Z | Downloaded allocator-api2 v0.2.18 |
1092 | 2024-09-25T03:18:34.461Z | Downloaded match_cfg v0.1.0 |
1093 | 2024-09-25T03:18:34.464Z | Downloaded async-recursion v1.1.1 |
1094 | 2024-09-25T03:18:34.467Z | Downloaded hickory-client v0.24.1 |
1095 | 2024-09-25T03:18:34.470Z | Downloaded const-oid v0.9.6 |
1096 | 2024-09-25T03:18:34.473Z | Downloaded bb8 v0.8.5 |
1097 | 2024-09-25T03:18:34.476Z | Downloaded aead v0.5.2 |
1098 | 2024-09-25T03:18:34.479Z | Downloaded highway v1.2.0 |
1099 | 2024-09-25T03:18:34.481Z | Downloaded atty v0.2.14 |
1100 | 2024-09-25T03:18:34.481Z | Downloaded ring v0.16.20 |
1101 | 2024-09-25T03:18:34.567Z | Downloaded async-trait v0.1.82 |
1102 | 2024-09-25T03:18:34.573Z | Downloaded lazy_static v1.5.0 |
1103 | 2024-09-25T03:18:34.575Z | Downloaded keccak v0.1.5 |
1104 | 2024-09-25T03:18:34.575Z | Downloaded inout v0.1.3 |
1105 | 2024-09-25T03:18:34.575Z | Downloaded bit-vec v0.6.3 |
1106 | 2024-09-25T03:18:34.578Z | Downloaded async-bb8-diesel v0.2.1 |
1107 | 2024-09-25T03:18:34.581Z | Downloaded httpdate v1.0.3 |
1108 | 2024-09-25T03:18:34.581Z | Downloaded ctr v0.9.2 |
1109 | 2024-09-25T03:18:34.585Z | Downloaded hostname v0.4.0 |
1110 | 2024-09-25T03:18:34.585Z | Downloaded cobs v0.2.3 |
1111 | 2024-09-25T03:18:34.585Z | Downloaded ciborium-ll v0.2.2 |
1112 | 2024-09-25T03:18:34.589Z | Downloaded cassowary v0.3.0 |
1113 | 2024-09-25T03:18:34.589Z | Downloaded http-body v1.0.0 |
1114 | 2024-09-25T03:18:34.590Z | Downloaded arrayref v0.3.7 |
1115 | 2024-09-25T03:18:34.590Z | Downloaded adler2 v2.0.0 |
1116 | 2024-09-25T03:18:34.699Z | Downloaded libz-sys v1.1.16 |
1117 | 2024-09-25T03:18:34.779Z | Downloaded ring v0.17.8 |
1118 | 2024-09-25T03:18:34.858Z | Downloaded aws-lc-sys v0.21.2 |
1119 | 2024-09-25T03:18:35.100Z | Downloaded libsqlite3-sys v0.30.1 |
1120 | 2024-09-25T03:18:35.287Z | Compiling serde v1.0.208 |
1121 | 2024-09-25T03:18:35.289Z | Compiling lock_api v0.4.12 |
1122 | 2024-09-25T03:18:35.289Z | Compiling scopeguard v1.2.0 |
1123 | 2024-09-25T03:18:35.289Z | Compiling value-bag v1.9.0 |
1124 | 2024-09-25T03:18:35.289Z | Compiling typenum v1.17.0 |
1125 | 2024-09-25T03:18:35.490Z | Compiling shlex v1.3.0 |
1126 | 2024-09-25T03:18:35.505Z | Compiling syn v2.0.74 |
1127 | 2024-09-25T03:18:35.508Z | Compiling getrandom v0.2.14 |
1128 | 2024-09-25T03:18:35.642Z | Compiling jobserver v0.1.32 |
1129 | 2024-09-25T03:18:35.931Z | Compiling log v0.4.21 |
1130 | 2024-09-25T03:18:36.053Z | Compiling rand_core v0.6.4 |
1131 | 2024-09-25T03:18:36.075Z | Compiling generic-array v0.14.7 |
1132 | 2024-09-25T03:18:36.075Z | Compiling cc v1.1.21 |
1133 | 2024-09-25T03:18:36.398Z | Compiling subtle v2.5.0 |
1134 | 2024-09-25T03:18:36.530Z | Compiling const-oid v0.9.6 |
1135 | 2024-09-25T03:18:36.587Z | Compiling spin v0.9.8 |
1136 | 2024-09-25T03:18:36.623Z | Compiling pin-project-lite v0.2.14 |
1137 | 2024-09-25T03:18:36.759Z | Compiling smallvec v1.13.2 |
1138 | 2024-09-25T03:18:36.780Z | Compiling parking_lot_core v0.9.10 |
1139 | 2024-09-25T03:18:36.818Z | Compiling signal-hook-registry v1.4.2 |
1140 | 2024-09-25T03:18:36.990Z | Compiling mio v1.0.2 |
1141 | 2024-09-25T03:18:37.151Z | Compiling socket2 v0.5.7 |
1142 | 2024-09-25T03:18:37.640Z | Compiling parking_lot v0.12.2 |
1143 | 2024-09-25T03:18:37.905Z | Compiling rustix v0.38.34 |
1144 | 2024-09-25T03:18:38.150Z | Compiling ahash v0.8.11 |
1145 | 2024-09-25T03:18:38.168Z | Compiling futures-core v0.3.30 |
1146 | 2024-09-25T03:18:38.236Z | Compiling cpufeatures v0.2.12 |
1147 | 2024-09-25T03:18:38.323Z | Compiling futures-sink v0.3.30 |
1148 | 2024-09-25T03:18:38.420Z | Compiling slab v0.4.9 |
1149 | 2024-09-25T03:18:38.464Z | Compiling aho-corasick v1.1.3 |
1150 | 2024-09-25T03:18:38.535Z | Compiling allocator-api2 v0.2.18 |
1151 | 2024-09-25T03:18:38.556Z | Compiling regex-syntax v0.8.4 |
1152 | 2024-09-25T03:18:38.597Z | Compiling tinyvec_macros v0.1.1 |
1153 | 2024-09-25T03:18:38.692Z | Compiling glob v0.3.1 |
1154 | 2024-09-25T03:18:38.826Z | Compiling tinyvec v1.6.0 |
1155 | 2024-09-25T03:18:39.153Z | Compiling futures-channel v0.3.30 |
1156 | 2024-09-25T03:18:39.336Z | Compiling lazy_static v1.5.0 |
1157 | 2024-09-25T03:18:39.527Z | Compiling futures-task v0.3.30 |
1158 | 2024-09-25T03:18:39.629Z | Compiling either v1.13.0 |
1159 | 2024-09-25T03:18:39.696Z | Compiling clang-sys v1.7.0 |
1160 | 2024-09-25T03:18:39.816Z | Compiling serde_json v1.0.125 |
1161 | 2024-09-25T03:18:40.058Z | Compiling prettyplease v0.2.20 |
1162 | 2024-09-25T03:18:40.178Z | Compiling libm v0.2.8 |
1163 | 2024-09-25T03:18:40.357Z | Compiling futures-io v0.3.30 |
1164 | 2024-09-25T03:18:40.378Z | Compiling pin-utils v0.1.0 |
1165 | 2024-09-25T03:18:40.397Z | Compiling ring v0.17.8 |
1166 | 2024-09-25T03:18:40.416Z | Compiling base64ct v1.6.0 |
1167 | 2024-09-25T03:18:40.543Z | Compiling unicode-normalization v0.1.23 |
1168 | 2024-09-25T03:18:40.591Z | Compiling num-traits v0.2.19 |
1169 | 2024-09-25T03:18:40.689Z | Compiling flagset v0.4.5 |
1170 | 2024-09-25T03:18:40.886Z | Compiling unicode-bidi v0.3.15 |
1171 | 2024-09-25T03:18:40.892Z | Compiling minimal-lexical v0.2.1 |
1172 | 2024-09-25T03:18:41.032Z | Compiling pem-rfc7468 v0.7.0 |
1173 | 2024-09-25T03:18:41.496Z | Compiling nom v7.1.3 |
1174 | 2024-09-25T03:18:42.037Z | Compiling libloading v0.8.3 |
1175 | 2024-09-25T03:18:42.334Z | Compiling regex-automata v0.4.6 |
1176 | 2024-09-25T03:18:42.452Z | Compiling bindgen v0.69.4 |
1177 | 2024-09-25T03:18:43.060Z | Compiling home v0.5.9 |
1178 | 2024-09-25T03:18:44.804Z | Compiling cexpr v0.6.0 |
1179 | 2024-09-25T03:18:45.112Z | Compiling itertools v0.12.1 |
1180 | 2024-09-25T03:18:45.350Z | Compiling tracing-core v0.1.32 |
1181 | 2024-09-25T03:18:46.157Z | Compiling lazycell v1.3.0 |
1182 | 2024-09-25T03:18:46.325Z | Compiling vcpkg v0.2.15 |
1183 | 2024-09-25T03:18:46.503Z | Compiling pkg-config v0.3.30 |
1184 | 2024-09-25T03:18:46.679Z | Compiling rustc-hash v1.1.0 |
1185 | 2024-09-25T03:18:46.832Z | Compiling untrusted v0.9.0 |
1186 | 2024-09-25T03:18:46.968Z | Compiling cmake v0.1.51 |
1187 | 2024-09-25T03:18:47.868Z | Compiling regex v1.10.6 |
1188 | 2024-09-25T03:18:47.959Z | Compiling fs_extra v1.3.0 |
1189 | 2024-09-25T03:18:48.105Z | Compiling dunce v1.0.5 |
1190 | 2024-09-25T03:18:48.232Z | Compiling percent-encoding v2.3.1 |
1191 | 2024-09-25T03:18:48.327Z | Compiling openssl-sys v0.9.103 |
1192 | 2024-09-25T03:18:48.532Z | Compiling ppv-lite86 v0.2.17 |
1193 | 2024-09-25T03:18:48.595Z | Compiling httparse v1.8.0 |
1194 | 2024-09-25T03:18:48.978Z | Compiling paste v1.0.15 |
1195 | 2024-09-25T03:18:49.066Z | Compiling try-lock v0.2.5 |
1196 | 2024-09-25T03:18:49.225Z | Compiling rand_chacha v0.3.1 |
1197 | 2024-09-25T03:18:49.245Z | Compiling want v0.3.1 |
1198 | 2024-09-25T03:18:49.563Z | Compiling serde_derive v1.0.208 |
1199 | 2024-09-25T03:18:49.612Z | Compiling zeroize_derive v1.4.2 |
1200 | 2024-09-25T03:18:49.660Z | Compiling zerocopy-derive v0.7.34 |
1201 | 2024-09-25T03:18:50.213Z | Compiling tokio-macros v2.4.0 |
1202 | 2024-09-25T03:18:51.135Z | Compiling zeroize v1.8.1 |
1203 | 2024-09-25T03:18:51.505Z | Compiling futures-macro v0.3.30 |
1204 | 2024-09-25T03:18:51.794Z | Compiling der_derive v0.7.2 |
1205 | 2024-09-25T03:18:51.814Z | Compiling thiserror-impl v1.0.63 |
1206 | 2024-09-25T03:18:51.844Z | Compiling zerocopy v0.7.34 |
1207 | 2024-09-25T03:18:52.841Z | Compiling crypto-common v0.1.6 |
1208 | 2024-09-25T03:18:53.074Z | Compiling block-buffer v0.10.4 |
1209 | 2024-09-25T03:18:53.346Z | Compiling digest v0.10.7 |
1210 | 2024-09-25T03:18:53.523Z | Compiling block-padding v0.3.3 |
1211 | 2024-09-25T03:18:53.776Z | Compiling hmac v0.12.1 |
1212 | 2024-09-25T03:18:53.830Z | Compiling inout v0.1.3 |
1213 | 2024-09-25T03:18:54.025Z | Compiling hashbrown v0.14.5 |
1214 | 2024-09-25T03:18:54.071Z | Compiling cipher v0.4.4 |
1215 | 2024-09-25T03:18:54.104Z | Compiling sha2 v0.10.8 |
1216 | 2024-09-25T03:18:54.309Z | Compiling futures-util v0.3.30 |
1217 | 2024-09-25T03:18:54.622Z | Compiling der v0.7.9 |
1218 | 2024-09-25T03:18:54.808Z | Compiling salsa20 v0.10.2 |
1219 | 2024-09-25T03:18:55.036Z | Compiling pbkdf2 v0.12.2 |
1220 | 2024-09-25T03:18:55.062Z | Compiling thiserror v1.0.63 |
1221 | 2024-09-25T03:18:55.198Z | Compiling tracing-attributes v0.1.27 |
1222 | 2024-09-25T03:18:55.215Z | Compiling scrypt v0.11.0 |
1223 | 2024-09-25T03:18:55.455Z | Compiling cbc v0.1.2 |
1224 | 2024-09-25T03:18:55.691Z | Compiling aes v0.8.4 |
1225 | 2024-09-25T03:18:55.866Z | Compiling pest v2.7.10 |
1226 | 2024-09-25T03:18:57.826Z | Compiling spki v0.7.3 |
1227 | 2024-09-25T03:18:57.899Z | Compiling scroll_derive v0.12.0 |
1228 | 2024-09-25T03:18:58.195Z | Compiling pkcs5 v0.7.1 |
1229 | 2024-09-25T03:18:58.483Z | Compiling pest_meta v2.7.10 |
1230 | 2024-09-25T03:18:58.904Z | Compiling pkcs8 v0.10.2 |
1231 | 2024-09-25T03:18:59.139Z | Compiling tracing v0.1.40 |
1232 | 2024-09-25T03:18:59.378Z | Compiling scroll v0.12.0 |
1233 | 2024-09-25T03:18:59.397Z | Compiling rand v0.8.5 |
1234 | 2024-09-25T03:18:59.485Z | Compiling aws-lc-rs v1.9.0 |
1235 | 2024-09-25T03:18:59.636Z | Compiling httpdate v1.0.3 |
1236 | 2024-09-25T03:18:59.676Z | Compiling pest_generator v2.7.10 |
1237 | 2024-09-25T03:18:59.984Z | Compiling foreign-types-shared v0.1.1 |
1238 | 2024-09-25T03:19:00.005Z | Compiling powerfmt v0.2.0 |
1239 | 2024-09-25T03:19:00.096Z | Compiling openssl v0.10.66 |
1240 | 2024-09-25T03:19:00.116Z | Compiling tower-service v0.3.2 |
1241 | 2024-09-25T03:19:00.245Z | Compiling rustversion v1.0.17 |
1242 | 2024-09-25T03:19:00.379Z | Compiling num-conv v0.1.0 |
1243 | 2024-09-25T03:19:00.403Z | Compiling time-core v0.1.2 |
1244 | 2024-09-25T03:19:00.576Z | Compiling deranged v0.3.11 |
1245 | 2024-09-25T03:19:00.595Z | Compiling foreign-types v0.3.2 |
1246 | 2024-09-25T03:19:00.661Z | Compiling time-macros v0.2.18 |
1247 | 2024-09-25T03:19:00.688Z | Compiling goblin v0.8.2 |
1248 | 2024-09-25T03:19:01.737Z | Compiling openssl-macros v0.1.1 |
1249 | 2024-09-25T03:19:02.420Z | Compiling form_urlencoded v1.2.1 |
1250 | 2024-09-25T03:19:02.497Z | Compiling crossbeam-utils v0.8.19 |
1251 | 2024-09-25T03:19:02.538Z | Compiling num_threads v0.1.7 |
1252 | 2024-09-25T03:19:02.620Z | Compiling native-tls v0.2.11 |
1253 | 2024-09-25T03:19:02.661Z | Compiling siphasher v0.3.11 |
1254 | 2024-09-25T03:19:02.731Z | Compiling rustls v0.21.12 |
1255 | 2024-09-25T03:19:02.964Z | Compiling syn v1.0.109 |
1256 | 2024-09-25T03:19:03.094Z | Compiling sct v0.7.1 |
1257 | 2024-09-25T03:19:03.164Z | Compiling rustls-webpki v0.101.7 |
1258 | 2024-09-25T03:19:03.404Z | Compiling signature v2.2.0 |
1259 | 2024-09-25T03:19:03.453Z | Compiling pest_derive v2.7.10 |
1260 | 2024-09-25T03:19:03.685Z | Compiling idna v0.5.0 |
1261 | 2024-09-25T03:19:03.687Z | Compiling cookie v0.17.0 |
1262 | 2024-09-25T03:19:03.992Z | Compiling bytes v1.7.2 |
1263 | 2024-09-25T03:19:04.015Z | Compiling bitflags v2.6.0 |
1264 | 2024-09-25T03:19:04.059Z | Compiling indexmap v2.4.0 |
1265 | 2024-09-25T03:19:04.506Z | Compiling semver v1.0.23 |
1266 | 2024-09-25T03:19:05.164Z | Compiling tokio v1.39.3 |
1267 | 2024-09-25T03:19:05.279Z | Compiling rustc_version v0.4.0 |
1268 | 2024-09-25T03:19:05.301Z | Compiling http v0.2.12 |
1269 | 2024-09-25T03:19:05.342Z | Compiling http v1.1.0 |
1270 | 2024-09-25T03:19:06.066Z | Compiling heapless v0.7.17 |
1271 | 2024-09-25T03:19:06.549Z | Compiling dof v0.3.0 |
1272 | 2024-09-25T03:19:07.414Z | Compiling http-body v0.4.6 |
1273 | 2024-09-25T03:19:07.816Z | Compiling dtrace-parser v0.2.0 |
1274 | 2024-09-25T03:19:07.865Z | Compiling time v0.3.36 |
1275 | 2024-09-25T03:19:07.884Z | Compiling uuid v1.10.0 |
1276 | 2024-09-25T03:19:08.820Z | Compiling which v4.4.2 |
1277 | 2024-09-25T03:19:09.473Z | Compiling slog v2.7.0 |
1278 | 2024-09-25T03:19:09.816Z | Compiling iana-time-zone v0.1.60 |
1279 | 2024-09-25T03:19:10.010Z | Compiling openssl-probe v0.1.5 |
1280 | 2024-09-25T03:19:10.040Z | Compiling finl_unicode v1.2.0 |
1281 | 2024-09-25T03:19:10.267Z | Compiling mirai-annotations v1.12.0 |
1282 | 2024-09-25T03:19:10.432Z | Compiling chrono v0.4.38 |
1283 | 2024-09-25T03:19:10.457Z | Compiling usdt-impl v0.5.0 |
1284 | 2024-09-25T03:19:10.617Z | Compiling stringprep v0.1.4 |
1285 | 2024-09-25T03:19:11.083Z | Compiling curve25519-dalek v4.1.3 |
1286 | 2024-09-25T03:19:11.766Z | Compiling url v2.5.2 |
1287 | 2024-09-25T03:19:12.347Z | Compiling serde_tokenstream v0.2.2 |
1288 | 2024-09-25T03:19:12.908Z | Compiling serde_spanned v0.6.7 |
1289 | 2024-09-25T03:19:13.137Z | Compiling toml_datetime v0.6.8 |
1290 | 2024-09-25T03:19:13.158Z | Compiling tokio-util v0.7.11 |
1291 | 2024-09-25T03:19:14.196Z | Compiling h2 v0.3.26 |
1292 | 2024-09-25T03:19:14.369Z | Compiling md-5 v0.10.6 |
1293 | 2024-09-25T03:19:14.585Z | Compiling pin-project-internal v1.1.5 |
1294 | 2024-09-25T03:19:14.635Z | Compiling num-integer v0.1.46 |
1295 | 2024-09-25T03:19:14.924Z | Compiling idna v0.3.0 |
1296 | 2024-09-25T03:19:15.386Z | Compiling backtrace v0.3.71 |
1297 | 2024-09-25T03:19:15.883Z | Compiling ff v0.13.0 |
1298 | 2024-09-25T03:19:16.115Z | Compiling hash32 v0.2.1 |
1299 | 2024-09-25T03:19:16.500Z | Compiling rustls v0.23.10 |
1300 | 2024-09-25T03:19:16.521Z | Compiling adler v1.0.2 |
1301 | 2024-09-25T03:19:16.742Z | Compiling atomic-waker v1.1.2 |
1302 | 2024-09-25T03:19:16.785Z | Compiling psl-types v2.0.11 |
1303 | 2024-09-25T03:19:16.937Z | Compiling signal-hook v0.3.17 |
1304 | 2024-09-25T03:19:16.988Z | Compiling num-bigint-dig v0.8.4 |
1305 | 2024-09-25T03:19:17.221Z | Compiling base64 v0.22.1 |
1306 | 2024-09-25T03:19:17.281Z | Compiling base16ct v0.2.0 |
1307 | 2024-09-25T03:19:17.581Z | Compiling rustls-pki-types v1.7.0 |
1308 | 2024-09-25T03:19:17.649Z | Compiling stable_deref_trait v1.2.0 |
1309 | 2024-09-25T03:19:17.756Z | Compiling fallible-iterator v0.2.0 |
1310 | 2024-09-25T03:19:17.980Z | Compiling gimli v0.28.1 |
1311 | 2024-09-25T03:19:18.426Z | Compiling smoltcp v0.9.1 |
1312 | 2024-09-25T03:19:18.456Z | Compiling crc32fast v1.4.0 |
1313 | 2024-09-25T03:19:19.054Z | Compiling postgres-protocol v0.6.7 |
1314 | 2024-09-25T03:19:20.361Z | Compiling pin-project v1.1.5 |
1315 | 2024-09-25T03:19:20.397Z | Compiling sec1 v0.7.3 |
1316 | 2024-09-25T03:19:20.490Z | Compiling publicsuffix v2.2.3 |
1317 | 2024-09-25T03:19:20.510Z | Compiling h2 v0.4.6 |
1318 | 2024-09-25T03:19:20.734Z | Compiling miniz_oxide v0.7.2 |
1319 | 2024-09-25T03:19:20.961Z | Compiling hyper v0.14.30 |
1320 | 2024-09-25T03:19:21.097Z | Compiling group v0.13.0 |
1321 | 2024-09-25T03:19:21.457Z | Compiling tokio-rustls v0.24.1 |
1322 | 2024-09-25T03:19:21.547Z | Compiling num-iter v0.1.45 |
1323 | 2024-09-25T03:19:21.733Z | Compiling tokio-native-tls v0.3.1 |
1324 | 2024-09-25T03:19:22.953Z | Compiling addr2line v0.21.0 |
1325 | 2024-09-25T03:19:22.995Z | Compiling terminal_size v0.3.0 |
1326 | 2024-09-25T03:19:23.015Z | Compiling http-body v1.0.0 |
1327 | 2024-09-25T03:19:23.204Z | Compiling phf_shared v0.11.2 |
1328 | 2024-09-25T03:19:23.259Z | Compiling hkdf v0.12.4 |
1329 | 2024-09-25T03:19:23.521Z | Compiling crypto-bigint v0.5.5 |
1330 | 2024-09-25T03:19:23.576Z | Compiling zerocopy-derive v0.6.6 |
1331 | 2024-09-25T03:19:23.650Z | Compiling async-trait v0.1.82 |
1332 | 2024-09-25T03:19:24.689Z | Compiling curve25519-dalek-derive v0.1.1 |
1333 | 2024-09-25T03:19:25.864Z | Compiling serde_derive_internals v0.29.1 |
1334 | 2024-09-25T03:19:26.249Z | Compiling object v0.32.2 |
1335 | 2024-09-25T03:19:26.521Z | Compiling fs-err v2.11.0 |
1336 | 2024-09-25T03:19:26.816Z | Compiling tower-layer v0.3.2 |
1337 | 2024-09-25T03:19:27.117Z | Compiling winnow v0.5.40 |
1338 | 2024-09-25T03:19:28.050Z | Compiling hubpack_derive v0.1.1 |
1339 | 2024-09-25T03:19:28.586Z | Compiling managed v0.8.0 |
1340 | 2024-09-25T03:19:28.994Z | Compiling anyhow v1.0.89 |
1341 | 2024-09-25T03:19:29.032Z | Compiling ipnet v2.9.0 |
1342 | 2024-09-25T03:19:29.527Z | Compiling adler2 v2.0.0 |
1343 | 2024-09-25T03:19:29.670Z | Compiling bitflags v1.3.2 |
1344 | 2024-09-25T03:19:29.743Z | Compiling rustc-demangle v0.1.24 |
1345 | 2024-09-25T03:19:29.782Z | Compiling schemars v0.8.21 |
1346 | 2024-09-25T03:19:30.150Z | Compiling base64 v0.21.7 |
1347 | 2024-09-25T03:19:30.730Z | Compiling toml_edit v0.19.15 |
1348 | 2024-09-25T03:19:30.770Z | Compiling rustls-pemfile v1.0.4 |
1349 | 2024-09-25T03:19:30.911Z | Compiling miniz_oxide v0.8.0 |
1350 | 2024-09-25T03:19:31.213Z | Compiling hubpack v0.1.2 |
1351 | 2024-09-25T03:19:31.258Z | Compiling schemars_derive v0.8.21 |
1352 | 2024-09-25T03:19:31.307Z | Compiling hyper-tls v0.5.0 |
1353 | 2024-09-25T03:19:31.830Z | Compiling hyper-rustls v0.24.2 |
1354 | 2024-09-25T03:19:31.832Z | Compiling hyper v1.4.1 |
1355 | 2024-09-25T03:19:31.991Z | Compiling clap_builder v4.5.18 |
1356 | 2024-09-25T03:19:32.359Z | Compiling tower v0.4.13 |
1357 | 2024-09-25T03:19:32.617Z | Compiling elliptic-curve v0.13.8 |
1358 | 2024-09-25T03:19:33.504Z | Compiling zerocopy v0.6.6 |
1359 | 2024-09-25T03:19:34.365Z | Compiling phf v0.11.2 |
1360 | 2024-09-25T03:19:34.650Z | Compiling cookie_store v0.20.0 |
1361 | 2024-09-25T03:19:36.214Z | Compiling postgres-types v0.2.7 |
1362 | 2024-09-25T03:19:36.920Z | Compiling usdt-attr-macro v0.5.0 |
1363 | 2024-09-25T03:19:37.151Z | Compiling usdt-macro v0.5.0 |
1364 | 2024-09-25T03:19:37.741Z | Compiling clap_derive v4.5.18 |
1365 | 2024-09-25T03:19:38.569Z | Compiling enum-as-inner v0.6.0 |
1366 | 2024-09-25T03:19:38.652Z | Compiling strum_macros v0.25.3 |
1367 | 2024-09-25T03:19:38.734Z | Compiling serde-big-array v0.5.1 |
1368 | 2024-09-25T03:19:38.967Z | Compiling serde_urlencoded v0.7.1 |
1369 | 2024-09-25T03:19:39.495Z | Compiling ed25519 v2.2.3 |
1370 | 2024-09-25T03:19:39.754Z | Compiling phf_shared v0.10.0 |
1371 | 2024-09-25T03:19:40.147Z | Compiling futures-executor v0.3.30 |
1372 | 2024-09-25T03:19:40.726Z | Compiling pkcs1 v0.7.5 |
1373 | 2024-09-25T03:19:41.348Z | Compiling rfc6979 v0.4.0 |
1374 | 2024-09-25T03:19:41.544Z | Compiling serde_repr v0.1.19 |
1375 | 2024-09-25T03:19:41.567Z | Compiling bstr v1.9.1 |
1376 | 2024-09-25T03:19:41.588Z | Compiling float-cmp v0.9.0 |
1377 | 2024-09-25T03:19:41.824Z | Compiling idna v0.4.0 |
1378 | 2024-09-25T03:19:41.833Z | Compiling mio v0.8.11 |
1379 | 2024-09-25T03:19:42.724Z | Compiling encoding_rs v0.8.34 |
1380 | 2024-09-25T03:19:42.788Z | Compiling predicates-core v1.0.6 |
1381 | 2024-09-25T03:19:42.855Z | Compiling new_debug_unreachable v1.0.6 |
1382 | 2024-09-25T03:19:42.952Z | Compiling webpki-roots v0.25.4 |
1383 | 2024-09-25T03:19:43.073Z | Compiling sync_wrapper v0.1.2 |
1384 | 2024-09-25T03:19:43.115Z | Compiling unicode-segmentation v1.11.0 |
1385 | 2024-09-25T03:19:43.139Z | Compiling normalize-line-endings v0.3.0 |
1386 | 2024-09-25T03:19:43.206Z | Compiling data-encoding v2.6.0 |
1387 | 2024-09-25T03:19:43.266Z | Compiling bit-vec v0.6.3 |
1388 | 2024-09-25T03:19:43.332Z | Compiling static_assertions v1.1.0 |
1389 | 2024-09-25T03:19:43.402Z | Compiling mime v0.3.17 |
1390 | 2024-09-25T03:19:43.430Z | Compiling difflib v0.4.0 |
1391 | 2024-09-25T03:19:43.709Z | Compiling fixedbitset v0.4.2 |
1392 | 2024-09-25T03:19:43.941Z | Compiling precomputed-hash v0.1.1 |
1393 | 2024-09-25T03:19:44.022Z | Compiling whoami v1.5.1 |
1394 | 2024-09-25T03:19:44.055Z | Compiling dyn-clone v1.0.17 |
1395 | 2024-09-25T03:19:44.176Z | Compiling string_cache v0.8.7 |
1396 | 2024-09-25T03:19:44.676Z | Compiling tokio-postgres v0.7.11 |
1397 | 2024-09-25T03:19:44.708Z | Compiling petgraph v0.6.5 |
1398 | 2024-09-25T03:19:45.038Z | Compiling hickory-proto v0.24.1 |
1399 | 2024-09-25T03:19:45.671Z | Compiling reqwest v0.11.27 |
1400 | 2024-09-25T03:19:47.256Z | Compiling predicates v3.1.2 |
1401 | 2024-09-25T03:19:48.185Z | Compiling similar v2.6.0 |
1402 | 2024-09-25T03:19:48.730Z | Compiling bit-set v0.5.3 |
1403 | 2024-09-25T03:19:48.982Z | Compiling console v0.15.8 |
1404 | 2024-09-25T03:19:49.026Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1405 | 2024-09-25T03:19:49.297Z | Compiling toml_edit v0.22.20 |
1406 | 2024-09-25T03:19:50.459Z | Compiling clap v4.5.18 |
1407 | 2024-09-25T03:19:50.497Z | Compiling usdt v0.5.0 |
1408 | 2024-09-25T03:19:50.589Z | Compiling signal-hook-mio v0.2.4 |
1409 | 2024-09-25T03:19:50.609Z | Compiling ecdsa v0.16.9 |
1410 | 2024-09-25T03:19:50.756Z | Compiling rsa v0.9.6 |
1411 | 2024-09-25T03:19:50.990Z | Compiling futures v0.3.30 |
1412 | 2024-09-25T03:19:51.116Z | Compiling ed25519-dalek v2.1.1 |
1413 | 2024-09-25T03:19:51.455Z | Compiling flate2 v1.0.33 |
1414 | 2024-09-25T03:19:52.437Z | Compiling hyper-util v0.1.7 |
1415 | 2024-09-25T03:19:53.373Z | Compiling toml v0.7.8 |
1416 | 2024-09-25T03:19:55.319Z | Compiling crossbeam-epoch v0.9.18 |
1417 | 2024-09-25T03:19:55.534Z | Compiling tokio-stream v0.1.15 |
1418 | 2024-09-25T03:19:55.912Z | Compiling openapiv3 v2.0.0 |
1419 | 2024-09-25T03:19:55.981Z | Compiling hex v0.4.3 |
1420 | 2024-09-25T03:19:56.090Z | Compiling x509-cert v0.2.5 |
1421 | 2024-09-25T03:19:56.530Z | Compiling sha1 v0.10.6 |
1422 | 2024-09-25T03:19:56.618Z | Compiling itertools v0.10.5 |
1423 | 2024-09-25T03:19:56.969Z | Compiling dirs-sys-next v0.1.2 |
1424 | 2024-09-25T03:19:57.675Z | Compiling peg-runtime v0.8.3 |
1425 | 2024-09-25T03:19:57.769Z | Compiling lalrpop-util v0.19.12 |
1426 | 2024-09-25T03:19:58.135Z | Compiling unicode-xid v0.2.4 |
1427 | 2024-09-25T03:19:58.310Z | Compiling dirs-next v2.0.0 |
1428 | 2024-09-25T03:19:58.336Z | Compiling thread_local v1.1.8 |
1429 | 2024-09-25T03:19:58.520Z | Compiling slog-async v2.8.0 |
1430 | 2024-09-25T03:19:58.904Z | Compiling term v0.7.0 |
1431 | 2024-09-25T03:19:59.085Z | Compiling crossbeam-channel v0.5.12 |
1432 | 2024-09-25T03:19:59.137Z | Compiling strum_macros v0.26.4 |
1433 | 2024-09-25T03:19:59.421Z | Compiling xattr v1.3.1 |
1434 | 2024-09-25T03:19:59.709Z | Compiling filetime v0.2.25 |
1435 | 2024-09-25T03:20:00.023Z | Compiling is-terminal v0.4.12 |
1436 | 2024-09-25T03:20:00.161Z | Compiling take_mut v0.2.2 |
1437 | 2024-09-25T03:20:00.185Z | Compiling slog-term v2.9.1 |
1438 | 2024-09-25T03:20:00.262Z | Compiling tar v0.4.41 |
1439 | 2024-09-25T03:20:00.457Z | Compiling camino v1.1.9 |
1440 | 2024-09-25T03:20:04.369Z | Compiling strum v0.26.3 |
1441 | 2024-09-25T03:20:06.960Z | Compiling aws-lc-sys v0.21.2 |
1442 | 2024-09-25T03:20:30.568Z | Compiling rustls-webpki v0.102.4 |
1443 | 2024-09-25T03:20:34.927Z | Compiling tokio-rustls v0.26.0 |
1444 | 2024-09-25T03:20:37.436Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1445 | 2024-09-25T03:20:37.683Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1446 | 2024-09-25T03:20:42.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s |
1447 | 2024-09-25T03:20:42.852Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1448 | 2024-09-25T03:20:42.902Z | Sep 25 03:20:41.562 INFO Starting download, target: Cockroach |
1449 | 2024-09-25T03:20:42.902Z | Sep 25 03:20:41.562 INFO Starting download, target: Clickhouse |
1450 | 2024-09-25T03:20:42.902Z | Sep 25 03:20:41.562 INFO Starting download, target: Console |
1451 | 2024-09-25T03:20:42.902Z | Sep 25 03:20:41.562 INFO Starting download, target: DendriteOpenapi |
1452 | 2024-09-25T03:20:42.902Z | Sep 25 03:20:41.563 INFO Starting download, target: DendriteStub |
1453 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Starting download, target: MaghemiteMgd |
1454 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Starting download, target: TransceiverControl |
1455 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1456 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1457 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1458 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1459 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1460 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1461 | 2024-09-25T03:20:42.905Z | Sep 25 03:20:41.563 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1462 | 2024-09-25T03:20:43.040Z | Sep 25 03:20:41.694 INFO Download complete, target: DendriteOpenapi |
1463 | 2024-09-25T03:20:43.245Z | Sep 25 03:20:41.904 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1464 | 2024-09-25T03:20:43.514Z | Sep 25 03:20:42.173 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1465 | 2024-09-25T03:20:43.613Z | Sep 25 03:20:42.272 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1466 | 2024-09-25T03:20:43.652Z | Sep 25 03:20:42.312 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1467 | 2024-09-25T03:20:43.894Z | Sep 25 03:20:42.554 INFO Download complete, target: Console |
1468 | 2024-09-25T03:20:44.025Z | Sep 25 03:20:42.685 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1469 | 2024-09-25T03:20:44.025Z | Sep 25 03:20:42.685 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1470 | 2024-09-25T03:20:44.035Z | Sep 25 03:20:42.696 INFO Download complete, target: TransceiverControl |
1471 | 2024-09-25T03:20:45.022Z | Sep 25 03:20:43.682 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1472 | 2024-09-25T03:20:46.813Z | Sep 25 03:20:45.473 INFO Download complete, target: DendriteStub |
1473 | 2024-09-25T03:20:46.911Z | Sep 25 03:20:45.570 INFO Download complete, target: MaghemiteMgd |
1474 | 2024-09-25T03:20:52.201Z | Sep 25 03:20:50.860 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1475 | 2024-09-25T03:20:52.605Z | Sep 25 03:20:51.264 INFO Checking that binary works, target: Cockroach |
1476 | 2024-09-25T03:20:52.792Z | Sep 25 03:20:51.441 INFO Download complete, target: Cockroach |
1477 | 2024-09-25T03:20:58.771Z | Sep 25 03:20:57.429 INFO Checking that binary works, target: Clickhouse |
1478 | 2024-09-25T03:20:59.421Z | Sep 25 03:20:58.077 INFO Download complete, target: Clickhouse |
1479 | 2024-09-25T03:20:59.570Z | All builder prerequisites installed successfully, and PATH looks valid |
1480 | 2024-09-25T03:20:59.574Z | |
1481 | 2024-09-25T03:20:59.574Z | real 5:46.189869406 |
1482 | 2024-09-25T03:20:59.574Z | user 14:42.326780323 |
1483 | 2024-09-25T03:20:59.574Z | sys 2:52.502280286 |
1484 | 2024-09-25T03:20:59.574Z | trap 0.507518674 |
1485 | 2024-09-25T03:20:59.574Z | tflt 7.290632091 |
1486 | 2024-09-25T03:20:59.574Z | dflt 5.568787013 |
1487 | 2024-09-25T03:20:59.574Z | kflt 0.198246024 |
1488 | 2024-09-25T03:20:59.574Z | lock 28:23.587037134 |
1489 | 2024-09-25T03:20:59.574Z | slp 58:41.842363491 |
1490 | 2024-09-25T03:20:59.574Z | lat 48.603332501 |
1491 | 2024-09-25T03:20:59.574Z | stop 2:04.460312952 |
1492 | 2024-09-25T03:20:59.574Z | + banner clippy |
1493 | 2024-09-25T03:20:59.578Z | |
1494 | 2024-09-25T03:20:59.578Z | #### # # ##### ##### # # |
1495 | 2024-09-25T03:20:59.578Z | # # # # # # # # # # |
1496 | 2024-09-25T03:20:59.578Z | # # # # # # # # |
1497 | 2024-09-25T03:20:59.578Z | # # # ##### ##### # |
1498 | 2024-09-25T03:20:59.578Z | # # # # # # # |
1499 | 2024-09-25T03:20:59.578Z | #### ###### # # # # |
1500 | 2024-09-25T03:20:59.578Z | |
1501 | 2024-09-25T03:20:59.579Z | + export CARGO_INCREMENTAL=0 |
1502 | 2024-09-25T03:20:59.579Z | + CARGO_INCREMENTAL=0 |
1503 | 2024-09-25T03:20:59.579Z | + ptime -m cargo xtask clippy |
1504 | 2024-09-25T03:21:00.178Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1505 | 2024-09-25T03:21:04.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
1506 | 2024-09-25T03:21:04.117Z | Running `target/debug/xtask clippy` |
1507 | 2024-09-25T03:21:04.136Z | running: /home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1508 | 2024-09-25T03:21:04.879Z | Downloading crates ... |
1509 | 2024-09-25T03:21:05.211Z | Downloaded assert_cmd v2.0.16 |
1510 | 2024-09-25T03:21:05.216Z | Downloaded async-channel v2.3.1 |
1511 | 2024-09-25T03:21:05.235Z | Downloaded async-process v2.2.4 |
1512 | 2024-09-25T03:21:05.238Z | Downloaded escape8259 v0.5.2 |
1513 | 2024-09-25T03:21:05.238Z | Downloaded blake2b_simd v1.0.2 |
1514 | 2024-09-25T03:21:05.244Z | Downloaded plotters-backend v0.3.5 |
1515 | 2024-09-25T03:21:05.247Z | Downloaded anes v0.1.6 |
1516 | 2024-09-25T03:21:05.250Z | Downloaded pathdiff v0.2.1 |
1517 | 2024-09-25T03:21:05.250Z | Downloaded proc-macro-crate v3.1.0 |
1518 | 2024-09-25T03:21:05.254Z | Downloaded event-listener-strategy v0.5.2 |
1519 | 2024-09-25T03:21:05.254Z | Downloaded async-attributes v1.1.2 |
1520 | 2024-09-25T03:21:05.256Z | Downloaded threadpool v1.8.1 |
1521 | 2024-09-25T03:21:05.256Z | Downloaded similar-asserts v1.5.0 |
1522 | 2024-09-25T03:21:05.256Z | Downloaded indoc v2.0.5 |
1523 | 2024-09-25T03:21:05.259Z | Downloaded http-body-util v0.1.2 |
1524 | 2024-09-25T03:21:05.261Z | Downloaded httptest v0.15.5 |
1525 | 2024-09-25T03:21:05.265Z | Downloaded relative-path v1.9.3 |
1526 | 2024-09-25T03:21:05.265Z | Downloaded parking v2.2.1 |
1527 | 2024-09-25T03:21:05.266Z | Downloaded futures-timer v3.0.3 |
1528 | 2024-09-25T03:21:05.268Z | Downloaded datatest-stable v0.2.9 |
1529 | 2024-09-25T03:21:05.271Z | Downloaded concurrent-queue v2.5.0 |
1530 | 2024-09-25T03:21:05.271Z | Downloaded num_cpus v1.16.0 |
1531 | 2024-09-25T03:21:05.274Z | Downloaded async-object-pool v0.1.5 |
1532 | 2024-09-25T03:21:05.277Z | Downloaded target-lexicon v0.12.16 |
1533 | 2024-09-25T03:21:05.280Z | Downloaded async-lock v3.4.0 |
1534 | 2024-09-25T03:21:05.282Z | Downloaded libtest-mimic v0.7.3 |
1535 | 2024-09-25T03:21:05.285Z | Downloaded async-channel v1.9.0 |
1536 | 2024-09-25T03:21:05.285Z | Downloaded assert-json-diff v2.0.2 |
1537 | 2024-09-25T03:21:05.288Z | Downloaded tinytemplate v1.2.1 |
1538 | 2024-09-25T03:21:05.291Z | Downloaded cast v0.3.0 |
1539 | 2024-09-25T03:21:05.291Z | Downloaded blocking v1.6.1 |
1540 | 2024-09-25T03:21:05.291Z | Downloaded async-signal v0.2.10 |
1541 | 2024-09-25T03:21:05.294Z | Downloaded approx v0.5.1 |
1542 | 2024-09-25T03:21:05.296Z | Downloaded doc-comment v0.3.3 |
1543 | 2024-09-25T03:21:05.296Z | Downloaded headers-core v0.3.0 |
1544 | 2024-09-25T03:21:05.303Z | Downloaded trybuild v1.0.99 |
1545 | 2024-09-25T03:21:05.307Z | Downloaded criterion-plot v0.5.0 |
1546 | 2024-09-25T03:21:05.309Z | Downloaded rustls-native-certs v0.8.0 |
1547 | 2024-09-25T03:21:05.312Z | Downloaded async-task v4.7.1 |
1548 | 2024-09-25T03:21:05.314Z | Downloaded nested v0.1.1 |
1549 | 2024-09-25T03:21:05.317Z | Downloaded guppy-workspace-hack v0.1.0 |
1550 | 2024-09-25T03:21:05.326Z | Downloaded async-global-executor v2.4.1 |
1551 | 2024-09-25T03:21:05.326Z | Downloaded oorandom v11.1.3 |
1552 | 2024-09-25T03:21:05.326Z | Downloaded kv-log-macro v1.0.7 |
1553 | 2024-09-25T03:21:05.326Z | Downloaded event-listener v2.5.3 |
1554 | 2024-09-25T03:21:05.343Z | Downloaded serde_regex v1.1.0 |
1555 | 2024-09-25T03:21:05.343Z | Downloaded polling v3.7.3 |
1556 | 2024-09-25T03:21:05.352Z | Downloaded target-spec v3.2.1 |
1557 | 2024-09-25T03:21:05.352Z | Downloaded rstest_macros v0.22.0 |
1558 | 2024-09-25T03:21:05.352Z | Downloaded rand_distr v0.4.3 |
1559 | 2024-09-25T03:21:05.352Z | Downloaded plotters-svg v0.3.5 |
1560 | 2024-09-25T03:21:05.352Z | Downloaded stringmetrics v2.2.2 |
1561 | 2024-09-25T03:21:05.352Z | Downloaded path-tree v0.8.1 |
1562 | 2024-09-25T03:21:05.352Z | Downloaded async-executor v1.13.1 |
1563 | 2024-09-25T03:21:05.352Z | Downloaded headers v0.4.0 |
1564 | 2024-09-25T03:21:05.367Z | Downloaded rust-argon2 v2.1.0 |
1565 | 2024-09-25T03:21:05.367Z | Downloaded piper v0.2.4 |
1566 | 2024-09-25T03:21:05.367Z | Downloaded partial-io v0.5.4 |
1567 | 2024-09-25T03:21:05.367Z | Downloaded futures-lite v2.3.0 |
1568 | 2024-09-25T03:21:05.367Z | Downloaded cfg-expr v0.16.0 |
1569 | 2024-09-25T03:21:05.370Z | Downloaded rstest v0.22.0 |
1570 | 2024-09-25T03:21:05.370Z | Downloaded hyper-rustls v0.27.3 |
1571 | 2024-09-25T03:21:05.370Z | Downloaded async-io v2.3.4 |
1572 | 2024-09-25T03:21:05.372Z | Downloaded event-listener v5.3.1 |
1573 | 2024-09-25T03:21:05.384Z | Downloaded pretty_assertions v1.4.1 |
1574 | 2024-09-25T03:21:05.387Z | Downloaded yansi v1.0.1 |
1575 | 2024-09-25T03:21:05.389Z | Downloaded fancy-regex v0.13.0 |
1576 | 2024-09-25T03:21:05.395Z | Downloaded toml_edit v0.21.1 |
1577 | 2024-09-25T03:21:05.416Z | Downloaded regex-automata v0.1.10 |
1578 | 2024-09-25T03:21:05.421Z | Downloaded plotters v0.3.5 |
1579 | 2024-09-25T03:21:05.429Z | Downloaded guppy v0.17.7 |
1580 | 2024-09-25T03:21:05.437Z | Downloaded criterion v0.5.1 |
1581 | 2024-09-25T03:21:05.442Z | Downloaded bstr v0.2.17 |
1582 | 2024-09-25T03:21:05.452Z | Downloaded async-std v1.13.0 |
1583 | 2024-09-25T03:21:05.514Z | Downloaded httpmock v0.8.0-alpha.1 |
1584 | 2024-09-25T03:21:06.246Z | Checking cfg-if v1.0.0 |
1585 | 2024-09-25T03:21:06.320Z | Checking libc v0.2.158 |
1586 | 2024-09-25T03:21:06.338Z | Checking serde v1.0.208 |
1587 | 2024-09-25T03:21:06.358Z | Checking memchr v2.7.2 |
1588 | 2024-09-25T03:21:06.378Z | Checking value-bag v1.9.0 |
1589 | 2024-09-25T03:21:06.404Z | Checking scopeguard v1.2.0 |
1590 | 2024-09-25T03:21:06.428Z | Checking byteorder v1.5.0 |
1591 | 2024-09-25T03:21:06.431Z | Checking itoa v1.0.11 |
1592 | 2024-09-25T03:21:06.474Z | Checking smallvec v1.13.2 |
1593 | 2024-09-25T03:21:06.545Z | Checking lock_api v0.4.12 |
1594 | 2024-09-25T03:21:06.666Z | Checking pin-project-lite v0.2.14 |
1595 | 2024-09-25T03:21:06.756Z | Checking log v0.4.21 |
1596 | 2024-09-25T03:21:06.786Z | Checking zeroize v1.8.1 |
1597 | 2024-09-25T03:21:06.832Z | Checking once_cell v1.19.0 |
1598 | 2024-09-25T03:21:06.861Z | Checking typenum v1.17.0 |
1599 | 2024-09-25T03:21:06.966Z | Checking futures-core v0.3.30 |
1600 | 2024-09-25T03:21:07.042Z | Checking subtle v2.5.0 |
1601 | 2024-09-25T03:21:07.147Z | Checking thiserror v1.0.63 |
1602 | 2024-09-25T03:21:07.174Z | Checking spin v0.9.8 |
1603 | 2024-09-25T03:21:07.174Z | Checking libm v0.2.8 |
1604 | 2024-09-25T03:21:07.252Z | Checking ryu v1.0.18 |
1605 | 2024-09-25T03:21:07.276Z | Checking zerocopy v0.7.34 |
1606 | 2024-09-25T03:21:07.301Z | Checking futures-io v0.3.30 |
1607 | 2024-09-25T03:21:07.389Z | Checking getrandom v0.2.14 |
1608 | 2024-09-25T03:21:07.484Z | Checking parking_lot_core v0.9.10 |
1609 | 2024-09-25T03:21:07.529Z | Checking signal-hook-registry v1.4.2 |
1610 | 2024-09-25T03:21:07.565Z | Checking mio v1.0.2 |
1611 | 2024-09-25T03:21:07.679Z | Checking rand_core v0.6.4 |
1612 | 2024-09-25T03:21:07.779Z | Checking socket2 v0.5.7 |
1613 | 2024-09-25T03:21:07.852Z | Checking parking_lot v0.12.2 |
1614 | 2024-09-25T03:21:07.989Z | Checking slab v0.4.9 |
1615 | 2024-09-25T03:21:08.122Z | Checking num-traits v0.2.19 |
1616 | 2024-09-25T03:21:08.208Z | Checking const-oid v0.9.6 |
1617 | 2024-09-25T03:21:08.235Z | Checking futures-sink v0.3.30 |
1618 | 2024-09-25T03:21:08.263Z | Checking pin-utils v0.1.0 |
1619 | 2024-09-25T03:21:08.290Z | Checking generic-array v0.14.7 |
1620 | 2024-09-25T03:21:08.316Z | Checking cpufeatures v0.2.12 |
1621 | 2024-09-25T03:21:08.366Z | Checking allocator-api2 v0.2.18 |
1622 | 2024-09-25T03:21:08.393Z | Checking futures-channel v0.3.30 |
1623 | 2024-09-25T03:21:08.417Z | Checking futures-task v0.3.30 |
1624 | 2024-09-25T03:21:08.666Z | Checking fnv v1.0.7 |
1625 | 2024-09-25T03:21:08.735Z | Checking ahash v0.8.11 |
1626 | 2024-09-25T03:21:08.759Z | Checking futures-util v0.3.30 |
1627 | 2024-09-25T03:21:08.814Z | Checking equivalent v1.0.1 |
1628 | 2024-09-25T03:21:08.926Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1629 | 2024-09-25T03:21:08.997Z | Checking tracing-core v0.1.32 |
1630 | 2024-09-25T03:21:09.276Z | Checking iana-time-zone v0.1.60 |
1631 | 2024-09-25T03:21:09.302Z | Checking hashbrown v0.14.5 |
1632 | 2024-09-25T03:21:09.430Z | Checking errno v0.3.9 |
1633 | 2024-09-25T03:21:09.481Z | Checking crypto-common v0.1.6 |
1634 | 2024-09-25T03:21:09.601Z | Checking block-buffer v0.10.4 |
1635 | 2024-09-25T03:21:09.632Z | Checking tracing v0.1.40 |
1636 | 2024-09-25T03:21:09.661Z | Checking ppv-lite86 v0.2.17 |
1637 | 2024-09-25T03:21:09.703Z | Checking tinyvec_macros v0.1.1 |
1638 | 2024-09-25T03:21:09.797Z | Checking tinyvec v1.6.0 |
1639 | 2024-09-25T03:21:09.828Z | Checking unicode-bidi v0.3.15 |
1640 | 2024-09-25T03:21:09.956Z | Checking digest v0.10.7 |
1641 | 2024-09-25T03:21:09.985Z | Checking percent-encoding v2.3.1 |
1642 | 2024-09-25T03:21:10.195Z | Checking regex-syntax v0.8.4 |
1643 | 2024-09-25T03:21:10.327Z | Checking block-padding v0.3.3 |
1644 | 2024-09-25T03:21:10.369Z | Checking rand_chacha v0.3.1 |
1645 | 2024-09-25T03:21:10.442Z | Checking dyn-clone v1.0.17 |
1646 | 2024-09-25T03:21:10.466Z | Checking aho-corasick v1.1.3 |
1647 | 2024-09-25T03:21:10.535Z | Checking inout v0.1.3 |
1648 | 2024-09-25T03:21:10.591Z | Checking crossbeam-utils v0.8.19 |
1649 | 2024-09-25T03:21:10.724Z | Checking rand v0.8.5 |
1650 | 2024-09-25T03:21:10.763Z | Checking cipher v0.4.4 |
1651 | 2024-09-25T03:21:11.098Z | Checking unicode-normalization v0.1.23 |
1652 | 2024-09-25T03:21:11.190Z | Checking form_urlencoded v1.2.1 |
1653 | 2024-09-25T03:21:11.299Z | Checking lazy_static v1.5.0 |
1654 | 2024-09-25T03:21:11.323Z | Checking bytes v1.7.2 |
1655 | 2024-09-25T03:21:11.385Z | Checking bitflags v2.6.0 |
1656 | 2024-09-25T03:21:11.426Z | Checking serde_json v1.0.125 |
1657 | 2024-09-25T03:21:11.699Z | Checking indexmap v2.4.0 |
1658 | 2024-09-25T03:21:11.928Z | Checking chrono v0.4.38 |
1659 | 2024-09-25T03:21:12.009Z | Checking rustix v0.38.34 |
1660 | 2024-09-25T03:21:12.071Z | Checking uuid v1.10.0 |
1661 | 2024-09-25T03:21:12.108Z | Checking tokio v1.39.3 |
1662 | 2024-09-25T03:21:12.702Z | Checking httparse v1.8.0 |
1663 | 2024-09-25T03:21:12.938Z | Checking base64ct v1.6.0 |
1664 | 2024-09-25T03:21:13.064Z | Checking hmac v0.12.1 |
1665 | 2024-09-25T03:21:13.110Z | Checking unicode-ident v1.0.12 |
1666 | 2024-09-25T03:21:13.272Z | Checking untrusted v0.9.0 |
1667 | 2024-09-25T03:21:13.300Z | Checking sha2 v0.10.8 |
1668 | 2024-09-25T03:21:13.304Z | Checking regex-automata v0.4.6 |
1669 | 2024-09-25T03:21:13.363Z | Checking unicode-width v0.1.13 |
1670 | 2024-09-25T03:21:13.426Z | Checking ring v0.17.8 |
1671 | 2024-09-25T03:21:13.558Z | Checking powerfmt v0.2.0 |
1672 | 2024-09-25T03:21:13.776Z | Checking http v0.2.12 |
1673 | 2024-09-25T03:21:13.826Z | Checking deranged v0.3.11 |
1674 | 2024-09-25T03:21:13.853Z | Checking idna v0.5.0 |
1675 | 2024-09-25T03:21:13.962Z | Checking schemars v0.8.21 |
1676 | 2024-09-25T03:21:14.691Z | Checking time-core v0.1.2 |
1677 | 2024-09-25T03:21:14.866Z | Checking num_threads v0.1.7 |
1678 | 2024-09-25T03:21:14.986Z | Checking num-conv v0.1.0 |
1679 | 2024-09-25T03:21:15.144Z | Checking url v2.5.2 |
1680 | 2024-09-25T03:21:15.219Z | Checking proc-macro2 v1.0.86 |
1681 | 2024-09-25T03:21:15.248Z | Checking httpdate v1.0.3 |
1682 | 2024-09-25T03:21:15.434Z | Checking pem-rfc7468 v0.7.0 |
1683 | 2024-09-25T03:21:15.501Z | Checking try-lock v0.2.5 |
1684 | 2024-09-25T03:21:15.555Z | Checking time v0.3.36 |
1685 | 2024-09-25T03:21:15.608Z | Checking slog v2.7.0 |
1686 | 2024-09-25T03:21:15.641Z | Checking want v0.3.1 |
1687 | 2024-09-25T03:21:15.709Z | Checking tower-service v0.3.2 |
1688 | 2024-09-25T03:21:15.816Z | Checking gimli v0.28.1 |
1689 | 2024-09-25T03:21:15.841Z | Checking flagset v0.4.5 |
1690 | 2024-09-25T03:21:15.884Z | Checking quote v1.0.36 |
1691 | 2024-09-25T03:21:15.932Z | Checking adler v1.0.2 |
1692 | 2024-09-25T03:21:16.043Z | Checking der v0.7.9 |
1693 | 2024-09-25T03:21:16.076Z | Checking futures-executor v0.3.30 |
1694 | 2024-09-25T03:21:16.098Z | Checking miniz_oxide v0.7.2 |
1695 | 2024-09-25T03:21:16.212Z | Checking syn v2.0.74 |
1696 | 2024-09-25T03:21:16.295Z | Checking pbkdf2 v0.12.2 |
1697 | 2024-09-25T03:21:16.474Z | Checking aes v0.8.4 |
1698 | 2024-09-25T03:21:16.501Z | Checking object v0.32.2 |
1699 | 2024-09-25T03:21:17.396Z | Checking rustc-demangle v0.1.24 |
1700 | 2024-09-25T03:21:17.743Z | Checking regex v1.10.6 |
1701 | 2024-09-25T03:21:17.824Z | Checking futures v0.3.30 |
1702 | 2024-09-25T03:21:17.850Z | Checking spki v0.7.3 |
1703 | 2024-09-25T03:21:17.942Z | Checking salsa20 v0.10.2 |
1704 | 2024-09-25T03:21:18.112Z | Checking cbc v0.1.2 |
1705 | 2024-09-25T03:21:18.140Z | Checking base64 v0.21.7 |
1706 | 2024-09-25T03:21:18.173Z | Checking mime v0.3.17 |
1707 | 2024-09-25T03:21:18.319Z | Checking scrypt v0.11.0 |
1708 | 2024-09-25T03:21:18.346Z | Checking http-body v0.4.6 |
1709 | 2024-09-25T03:21:18.470Z | Checking http v1.1.0 |
1710 | 2024-09-25T03:21:18.559Z | Checking pkcs5 v0.7.1 |
1711 | 2024-09-25T03:21:18.629Z | Checking utf8parse v0.2.1 |
1712 | 2024-09-25T03:21:18.716Z | Checking toml_datetime v0.6.8 |
1713 | 2024-09-25T03:21:18.786Z | Checking serde_spanned v0.6.7 |
1714 | 2024-09-25T03:21:18.986Z | Checking data-encoding v2.6.0 |
1715 | 2024-09-25T03:21:19.011Z | Checking ipnet v2.9.0 |
1716 | 2024-09-25T03:21:19.051Z | Checking pkcs8 v0.10.2 |
1717 | 2024-09-25T03:21:19.260Z | Checking tokio-util v0.7.11 |
1718 | 2024-09-25T03:21:19.375Z | Checking sha1 v0.10.6 |
1719 | 2024-09-25T03:21:19.436Z | Checking openssl-probe v0.1.5 |
1720 | 2024-09-25T03:21:19.592Z | Checking foreign-types-shared v0.1.1 |
1721 | 2024-09-25T03:21:19.626Z | Checking anstyle v1.0.8 |
1722 | 2024-09-25T03:21:19.654Z | Checking serde_urlencoded v0.7.1 |
1723 | 2024-09-25T03:21:19.654Z | Checking addr2line v0.21.0 |
1724 | 2024-09-25T03:21:19.710Z | Checking foreign-types v0.3.2 |
1725 | 2024-09-25T03:21:19.808Z | Checking openssl-sys v0.9.103 |
1726 | 2024-09-25T03:21:19.843Z | Checking encoding_rs v0.8.34 |
1727 | 2024-09-25T03:21:19.988Z | Checking rustls-webpki v0.101.7 |
1728 | 2024-09-25T03:21:20.084Z | Checking sct v0.7.1 |
1729 | 2024-09-25T03:21:20.140Z | Checking h2 v0.3.26 |
1730 | 2024-09-25T03:21:20.165Z | Checking semver v1.0.23 |
1731 | 2024-09-25T03:21:20.284Z | Checking either v1.13.0 |
1732 | 2024-09-25T03:21:20.541Z | Checking anstyle-parse v0.2.4 |
1733 | 2024-09-25T03:21:20.663Z | Checking scroll v0.12.0 |
1734 | 2024-09-25T03:21:20.694Z | Checking rustls v0.21.12 |
1735 | 2024-09-25T03:21:20.807Z | Checking ucd-trie v0.1.6 |
1736 | 2024-09-25T03:21:21.011Z | Checking is_terminal_polyfill v1.70.0 |
1737 | 2024-09-25T03:21:21.116Z | Checking openssl v0.10.66 |
1738 | 2024-09-25T03:21:21.145Z | Checking anstyle-query v1.0.3 |
1739 | 2024-09-25T03:21:21.149Z | Checking colorchoice v1.0.1 |
1740 | 2024-09-25T03:21:21.279Z | Checking atomic-waker v1.1.2 |
1741 | 2024-09-25T03:21:21.306Z | Checking plain v0.2.3 |
1742 | 2024-09-25T03:21:21.416Z | Checking base64 v0.22.1 |
1743 | 2024-09-25T03:21:21.459Z | Checking goblin v0.8.2 |
1744 | 2024-09-25T03:21:21.882Z | Checking anstream v0.6.14 |
1745 | 2024-09-25T03:21:22.094Z | Checking pest v2.7.10 |
1746 | 2024-09-25T03:21:22.262Z | Checking terminal_size v0.3.0 |
1747 | 2024-09-25T03:21:22.367Z | Checking backtrace v0.3.71 |
1748 | 2024-09-25T03:21:22.449Z | Checking openapiv3 v2.0.0 |
1749 | 2024-09-25T03:21:22.451Z | Checking idna v0.3.0 |
1750 | 2024-09-25T03:21:22.995Z | Checking anyhow v1.0.89 |
1751 | 2024-09-25T03:21:23.312Z | Checking signature v2.2.0 |
1752 | 2024-09-25T03:21:23.400Z | Checking bitflags v1.3.2 |
1753 | 2024-09-25T03:21:23.514Z | Checking psl-types v2.0.11 |
1754 | 2024-09-25T03:21:23.517Z | Checking pretty-hex v0.4.1 |
1755 | 2024-09-25T03:21:23.703Z | Checking clap_lex v0.7.0 |
1756 | 2024-09-25T03:21:23.725Z | Checking strsim v0.11.1 |
1757 | 2024-09-25T03:21:23.937Z | Checking tokio-rustls v0.24.1 |
1758 | 2024-09-25T03:21:23.959Z | Checking publicsuffix v2.2.3 |
1759 | 2024-09-25T03:21:24.021Z | Checking clap_builder v4.5.18 |
1760 | 2024-09-25T03:21:24.193Z | Checking rustls-pemfile v1.0.4 |
1761 | 2024-09-25T03:21:24.271Z | Checking cookie v0.17.0 |
1762 | 2024-09-25T03:21:24.404Z | Checking thread-id v4.2.1 |
1763 | 2024-09-25T03:21:24.519Z | Checking rustls-pki-types v1.7.0 |
1764 | 2024-09-25T03:21:24.551Z | Checking dtrace-parser v0.2.0 |
1765 | 2024-09-25T03:21:24.675Z | Checking cookie_store v0.20.0 |
1766 | 2024-09-25T03:21:24.933Z | Checking aws-lc-sys v0.21.2 |
1767 | 2024-09-25T03:21:25.006Z | Checking memmap v0.7.0 |
1768 | 2024-09-25T03:21:25.233Z | Checking webpki-roots v0.25.4 |
1769 | 2024-09-25T03:21:25.306Z | Checking mirai-annotations v1.12.0 |
1770 | 2024-09-25T03:21:25.401Z | Checking sync_wrapper v0.1.2 |
1771 | 2024-09-25T03:21:25.496Z | Checking base16ct v0.2.0 |
1772 | 2024-09-25T03:21:25.536Z | Checking num-integer v0.1.46 |
1773 | 2024-09-25T03:21:25.690Z | Checking sec1 v0.7.3 |
1774 | 2024-09-25T03:21:25.936Z | Checking ff v0.13.0 |
1775 | 2024-09-25T03:21:26.016Z | Checking winnow v0.6.18 |
1776 | 2024-09-25T03:21:26.063Z | Checking hkdf v0.12.4 |
1777 | 2024-09-25T03:21:26.159Z | Checking group v0.13.0 |
1778 | 2024-09-25T03:21:26.258Z | Checking crypto-bigint v0.5.5 |
1779 | 2024-09-25T03:21:26.285Z | Checking hyper v0.14.30 |
1780 | 2024-09-25T03:21:26.584Z | Checking static_assertions v1.1.0 |
1781 | 2024-09-25T03:21:26.608Z | Checking native-tls v0.2.11 |
1782 | 2024-09-25T03:21:26.608Z | Checking dof v0.3.0 |
1783 | 2024-09-25T03:21:26.608Z | Checking stable_deref_trait v1.2.0 |
1784 | 2024-09-25T03:21:26.613Z | Checking num-iter v0.1.45 |
1785 | 2024-09-25T03:21:26.729Z | Checking tokio-native-tls v0.3.1 |
1786 | 2024-09-25T03:21:26.793Z | Checking crc32fast v1.4.0 |
1787 | 2024-09-25T03:21:26.953Z | Checking clap v4.5.18 |
1788 | 2024-09-25T03:21:26.982Z | Checking unicode-segmentation v1.11.0 |
1789 | 2024-09-25T03:21:27.028Z | Checking rfc6979 v0.4.0 |
1790 | 2024-09-25T03:21:27.054Z | Checking usdt-impl v0.5.0 |
1791 | 2024-09-25T03:21:27.076Z | Checking hex v0.4.3 |
1792 | 2024-09-25T03:21:27.204Z | Checking crossbeam-epoch v0.9.18 |
1793 | 2024-09-25T03:21:27.403Z | Checking aws-lc-rs v1.9.0 |
1794 | 2024-09-25T03:21:27.598Z | Checking adler2 v2.0.0 |
1795 | 2024-09-25T03:21:27.618Z | Checking usdt v0.5.0 |
1796 | 2024-09-25T03:21:27.638Z | Checking managed v0.8.0 |
1797 | 2024-09-25T03:21:27.663Z | Checking winnow v0.5.40 |
1798 | 2024-09-25T03:21:27.760Z | Checking miniz_oxide v0.8.0 |
1799 | 2024-09-25T03:21:27.880Z | Checking num-bigint-dig v0.8.4 |
1800 | 2024-09-25T03:21:28.020Z | Checking pkcs1 v0.7.5 |
1801 | 2024-09-25T03:21:28.447Z | Checking bstr v1.9.1 |
1802 | 2024-09-25T03:21:28.516Z | Checking curve25519-dalek v4.1.3 |
1803 | 2024-09-25T03:21:28.833Z | Checking toml_edit v0.22.20 |
1804 | 2024-09-25T03:21:28.987Z | Checking elliptic-curve v0.13.8 |
1805 | 2024-09-25T03:21:29.143Z | Checking rustls-webpki v0.102.4 |
1806 | 2024-09-25T03:21:29.336Z | Checking zerocopy v0.6.6 |
1807 | 2024-09-25T03:21:29.638Z | Checking ecdsa v0.16.9 |
1808 | 2024-09-25T03:21:29.964Z | Checking signal-hook v0.3.17 |
1809 | 2024-09-25T03:21:30.042Z | Checking pin-project v1.1.5 |
1810 | 2024-09-25T03:21:30.084Z | Checking rsa v0.9.6 |
1811 | 2024-09-25T03:21:30.172Z | Checking flate2 v1.0.33 |
1812 | 2024-09-25T03:21:30.285Z | Checking ed25519 v2.2.3 |
1813 | 2024-09-25T03:21:30.334Z | Checking mio v0.8.11 |
1814 | 2024-09-25T03:21:30.360Z | Checking siphasher v0.3.11 |
1815 | 2024-09-25T03:21:30.599Z | Checking ed25519-dalek v2.1.1 |
1816 | 2024-09-25T03:21:30.639Z | Checking toml_edit v0.19.15 |
1817 | 2024-09-25T03:21:30.671Z | Checking itertools v0.10.5 |
1818 | 2024-09-25T03:21:30.796Z | Checking http-body v1.0.0 |
1819 | 2024-09-25T03:21:30.936Z | Checking signal-hook-mio v0.2.4 |
1820 | 2024-09-25T03:21:31.001Z | Checking x509-cert v0.2.5 |
1821 | 2024-09-25T03:21:31.004Z | Checking idna v0.4.0 |
1822 | 2024-09-25T03:21:31.086Z | Checking hubpack v0.1.2 |
1823 | 2024-09-25T03:21:31.108Z | Checking bit-vec v0.6.3 |
1824 | 2024-09-25T03:21:31.369Z | Checking h2 v0.4.6 |
1825 | 2024-09-25T03:21:31.417Z | Checking itertools v0.12.1 |
1826 | 2024-09-25T03:21:31.453Z | Checking bit-set v0.5.3 |
1827 | 2024-09-25T03:21:31.733Z | Checking hash32 v0.2.1 |
1828 | 2024-09-25T03:21:31.827Z | Checking hickory-proto v0.24.1 |
1829 | 2024-09-25T03:21:32.051Z | Checking predicates-core v1.0.6 |
1830 | 2024-09-25T03:21:32.240Z | Checking finl_unicode v1.2.0 |
1831 | 2024-09-25T03:21:32.447Z | Checking hyper-rustls v0.24.2 |
1832 | 2024-09-25T03:21:32.580Z | Checking hyper-tls v0.5.0 |
1833 | 2024-09-25T03:21:32.739Z | Checking tower-layer v0.3.2 |
1834 | 2024-09-25T03:21:32.829Z | Checking stringprep v0.1.4 |
1835 | 2024-09-25T03:21:32.874Z | Checking reqwest v0.11.27 |
1836 | 2024-09-25T03:21:32.912Z | Checking heapless v0.7.17 |
1837 | 2024-09-25T03:21:32.995Z | Checking tower v0.4.13 |
1838 | 2024-09-25T03:21:33.043Z | Checking toml v0.7.8 |
1839 | 2024-09-25T03:21:33.101Z | Checking rustls v0.23.10 |
1840 | 2024-09-25T03:21:33.754Z | Checking similar v2.6.0 |
1841 | 2024-09-25T03:21:33.814Z | Checking tokio-stream v0.1.15 |
1842 | 2024-09-25T03:21:33.941Z | Checking console v0.15.8 |
1843 | 2024-09-25T03:21:34.046Z | Checking md-5 v0.10.6 |
1844 | 2024-09-25T03:21:34.281Z | Checking float-cmp v0.9.0 |
1845 | 2024-09-25T03:21:34.472Z | Checking fixedbitset v0.4.2 |
1846 | 2024-09-25T03:21:34.503Z | Checking fallible-iterator v0.2.0 |
1847 | 2024-09-25T03:21:34.561Z | Checking difflib v0.4.0 |
1848 | 2024-09-25T03:21:34.611Z | Checking normalize-line-endings v0.3.0 |
1849 | 2024-09-25T03:21:34.636Z | Checking smoltcp v0.9.1 |
1850 | 2024-09-25T03:21:34.740Z | Checking petgraph v0.6.5 |
1851 | 2024-09-25T03:21:34.743Z | Checking phf_shared v0.10.0 |
1852 | 2024-09-25T03:21:34.870Z | Checking predicates v3.1.2 |
1853 | 2024-09-25T03:21:35.020Z | Checking phf_shared v0.11.2 |
1854 | 2024-09-25T03:21:35.096Z | Checking postgres-protocol v0.6.7 |
1855 | 2024-09-25T03:21:35.297Z | Checking fs-err v2.11.0 |
1856 | 2024-09-25T03:21:35.521Z | Checking serde-big-array v0.5.1 |
1857 | 2024-09-25T03:21:35.752Z | Checking new_debug_unreachable v1.0.6 |
1858 | 2024-09-25T03:21:35.777Z | Checking precomputed-hash v0.1.1 |
1859 | 2024-09-25T03:21:35.838Z | Checking lalrpop-util v0.19.12 |
1860 | 2024-09-25T03:21:35.863Z | Checking minimal-lexical v0.2.1 |
1861 | 2024-09-25T03:21:35.888Z | Checking string_cache v0.8.7 |
1862 | 2024-09-25T03:21:36.114Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1863 | 2024-09-25T03:21:36.140Z | Checking postgres-types v0.2.7 |
1864 | 2024-09-25T03:21:36.174Z | Checking phf v0.11.2 |
1865 | 2024-09-25T03:21:36.246Z | Checking nom v7.1.3 |
1866 | 2024-09-25T03:21:36.442Z | Checking whoami v1.5.1 |
1867 | 2024-09-25T03:21:36.468Z | Checking peg-runtime v0.8.3 |
1868 | 2024-09-25T03:21:36.767Z | Compiling regress v0.9.1 |
1869 | 2024-09-25T03:21:36.833Z | Checking camino v1.1.9 |
1870 | 2024-09-25T03:21:36.860Z | Checking tokio-postgres v0.7.11 |
1871 | 2024-09-25T03:21:37.415Z | Checking hyper v1.4.1 |
1872 | 2024-09-25T03:21:37.439Z | Compiling getopts v0.2.21 |
1873 | 2024-09-25T03:21:38.077Z | Compiling unsafe-libyaml v0.2.11 |
1874 | 2024-09-25T03:21:38.398Z | Checking heck v0.5.0 |
1875 | 2024-09-25T03:21:38.451Z | Checking tokio-rustls v0.26.0 |
1876 | 2024-09-25T03:21:38.594Z | Checking is-terminal v0.4.12 |
1877 | 2024-09-25T03:21:38.733Z | Compiling ident_case v1.0.1 |
1878 | 2024-09-25T03:21:38.932Z | Compiling darling_core v0.20.9 |
1879 | 2024-09-25T03:21:39.125Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1880 | 2024-09-25T03:21:39.470Z | Compiling serde_yaml v0.9.34+deprecated |
1881 | 2024-09-25T03:21:39.500Z | Checking hyper-util v0.1.7 |
1882 | 2024-09-25T03:21:40.013Z | Checking dirs-sys-next v0.1.2 |
1883 | 2024-09-25T03:21:40.037Z | Compiling rustls v0.22.4 |
1884 | 2024-09-25T03:21:40.198Z | Checking fastrand v2.1.0 |
1885 | 2024-09-25T03:21:40.371Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1886 | 2024-09-25T03:21:40.533Z | Checking dirs-next v2.0.0 |
1887 | 2024-09-25T03:21:40.679Z | Checking crossbeam-channel v0.5.12 |
1888 | 2024-09-25T03:21:41.288Z | Checking thread_local v1.1.8 |
1889 | 2024-09-25T03:21:41.395Z | Checking term v0.7.0 |
1890 | 2024-09-25T03:21:41.553Z | Compiling multer v3.1.0 |
1891 | 2024-09-25T03:21:41.577Z | Checking take_mut v0.2.2 |
1892 | 2024-09-25T03:21:41.745Z | Checking slog-async v2.8.0 |
1893 | 2024-09-25T03:21:41.834Z | Checking slog-term v2.9.1 |
1894 | 2024-09-25T03:21:41.860Z | Compiling async-stream-impl v0.3.5 |
1895 | 2024-09-25T03:21:41.969Z | Checking match_cfg v0.1.0 |
1896 | 2024-09-25T03:21:42.038Z | Checking strum v0.26.3 |
1897 | 2024-09-25T03:21:42.070Z | Checking hostname v0.3.1 |
1898 | 2024-09-25T03:21:43.308Z | Checking toml v0.8.19 |
1899 | 2024-09-25T03:21:43.343Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1900 | 2024-09-25T03:21:43.343Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1901 | 2024-09-25T03:21:43.343Z | Checking rustls-pemfile v2.1.3 |
1902 | 2024-09-25T03:21:43.343Z | Checking debug-ignore v1.0.5 |
1903 | 2024-09-25T03:21:43.343Z | Checking slog-json v2.6.1 |
1904 | 2024-09-25T03:21:43.343Z | Checking async-stream v0.3.5 |
1905 | 2024-09-25T03:21:43.343Z | Checking slog-bunyan v2.5.0 |
1906 | 2024-09-25T03:21:43.458Z | Checking waitgroup v0.1.2 |
1907 | 2024-09-25T03:21:43.592Z | Checking serde_path_to_error v0.1.16 |
1908 | 2024-09-25T03:21:43.656Z | Checking hostname v0.4.0 |
1909 | 2024-09-25T03:21:43.801Z | Checking tempfile v3.10.1 |
1910 | 2024-09-25T03:21:43.837Z | Checking ipnetwork v0.20.0 |
1911 | 2024-09-25T03:21:44.177Z | Checking instant v0.1.12 |
1912 | 2024-09-25T03:21:44.207Z | Compiling structmeta-derive v0.3.0 |
1913 | 2024-09-25T03:21:44.209Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1914 | 2024-09-25T03:21:44.309Z | Checking quick-error v1.2.3 |
1915 | 2024-09-25T03:21:44.465Z | Checking newtype-uuid v1.1.0 |
1916 | 2024-09-25T03:21:44.730Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1917 | 2024-09-25T03:21:44.786Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1918 | 2024-09-25T03:21:45.041Z | Checking macaddr v1.0.1 |
1919 | 2024-09-25T03:21:45.088Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-09-25T03:21:45.239Z | Checking backoff v0.4.0 |
1921 | 2024-09-25T03:21:45.371Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1922 | 2024-09-25T03:21:45.550Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1923 | 2024-09-25T03:21:45.552Z | Checking wait-timeout v0.2.0 |
1924 | 2024-09-25T03:21:45.705Z | Checking rand_xorshift v0.3.0 |
1925 | 2024-09-25T03:21:45.731Z | Compiling structmeta-derive v0.2.0 |
1926 | 2024-09-25T03:21:45.751Z | Checking rusty-fork v0.3.0 |
1927 | 2024-09-25T03:21:45.897Z | Checking unarray v0.1.4 |
1928 | 2024-09-25T03:21:45.976Z | Compiling darling_macro v0.20.9 |
1929 | 2024-09-25T03:21:46.055Z | Checking camino-tempfile v1.1.1 |
1930 | 2024-09-25T03:21:46.058Z | Checking proptest v1.5.0 |
1931 | 2024-09-25T03:21:46.334Z | Compiling proc-macro-error v1.0.4 |
1932 | 2024-09-25T03:21:46.569Z | Checking tokio-rustls v0.25.0 |
1933 | 2024-09-25T03:21:46.925Z | Compiling proc-macro-crate v1.3.1 |
1934 | 2024-09-25T03:21:46.949Z | Compiling darling v0.20.9 |
1935 | 2024-09-25T03:21:47.016Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1936 | 2024-09-25T03:21:47.076Z | Compiling serde_with_macros v3.9.0 |
1937 | 2024-09-25T03:21:47.102Z | Compiling structmeta v0.3.0 |
1938 | 2024-09-25T03:21:47.461Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1939 | 2024-09-25T03:21:47.584Z | Compiling parse-display-derive v0.10.0 |
1940 | 2024-09-25T03:21:47.814Z | Compiling foreign-types-macros v0.2.3 |
1941 | 2024-09-25T03:21:48.038Z | Compiling num_enum_derive v0.5.11 |
1942 | 2024-09-25T03:21:48.691Z | Compiling structmeta v0.2.0 |
1943 | 2024-09-25T03:21:49.142Z | Compiling test-strategy v0.3.1 |
1944 | 2024-09-25T03:21:49.164Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1945 | 2024-09-25T03:21:49.468Z | Checking foreign-types-shared v0.3.1 |
1946 | 2024-09-25T03:21:49.589Z | Checking foreign-types v0.5.0 |
1947 | 2024-09-25T03:21:50.080Z | Checking tabwriter v1.4.0 |
1948 | 2024-09-25T03:21:50.155Z | Checking serde_with v3.9.0 |
1949 | 2024-09-25T03:21:50.303Z | Checking cstr-argument v0.1.2 |
1950 | 2024-09-25T03:21:50.494Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1951 | 2024-09-25T03:21:50.656Z | Checking num_enum v0.5.11 |
1952 | 2024-09-25T03:21:50.706Z | Checking pretty-hex v0.2.1 |
1953 | 2024-09-25T03:21:50.819Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1954 | 2024-09-25T03:21:50.883Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1955 | 2024-09-25T03:21:50.925Z | Checking colored v2.1.0 |
1956 | 2024-09-25T03:21:51.127Z | Checking socket2 v0.4.10 |
1957 | 2024-09-25T03:21:51.166Z | Checking smf v0.2.3 |
1958 | 2024-09-25T03:21:51.238Z | Checking termtree v0.4.1 |
1959 | 2024-09-25T03:21:51.453Z | Compiling heapless v0.8.0 |
1960 | 2024-09-25T03:21:51.524Z | Checking predicates-tree v1.0.9 |
1961 | 2024-09-25T03:21:51.527Z | Checking hash32 v0.3.1 |
1962 | 2024-09-25T03:21:51.621Z | Compiling smoltcp v0.11.0 |
1963 | 2024-09-25T03:21:51.706Z | Compiling crucible-workspace-hack v0.1.0 |
1964 | 2024-09-25T03:21:51.728Z | Checking cobs v0.2.3 |
1965 | 2024-09-25T03:21:51.912Z | Checking embedded-io v0.4.0 |
1966 | 2024-09-25T03:21:52.030Z | Checking humantime v2.1.0 |
1967 | 2024-09-25T03:21:52.119Z | Checking postcard v1.0.8 |
1968 | 2024-09-25T03:21:52.142Z | Checking parse-display v0.10.0 |
1969 | 2024-09-25T03:21:52.383Z | Checking sigpipe v0.1.3 |
1970 | 2024-09-25T03:21:52.452Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1971 | 2024-09-25T03:21:52.495Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1972 | 2024-09-25T03:21:52.515Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1973 | 2024-09-25T03:21:52.645Z | Compiling mockall_derive v0.13.0 |
1974 | 2024-09-25T03:21:52.867Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1975 | 2024-09-25T03:21:52.869Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1976 | 2024-09-25T03:21:52.975Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1977 | 2024-09-25T03:21:53.200Z | Compiling zone_cfg_derive v0.3.0 |
1978 | 2024-09-25T03:21:53.218Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1979 | 2024-09-25T03:21:53.335Z | Compiling num-derive v0.4.2 |
1980 | 2024-09-25T03:21:53.423Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1981 | 2024-09-25T03:21:53.553Z | Checking downcast v0.11.0 |
1982 | 2024-09-25T03:21:53.737Z | Checking fragile v2.0.0 |
1983 | 2024-09-25T03:21:53.792Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1984 | 2024-09-25T03:21:53.999Z | Checking utf-8 v0.7.6 |
1985 | 2024-09-25T03:21:54.037Z | Checking atomicwrites v0.4.4 |
1986 | 2024-09-25T03:21:54.216Z | Checking tungstenite v0.21.0 |
1987 | 2024-09-25T03:21:54.238Z | Checking newline-converter v0.3.0 |
1988 | 2024-09-25T03:21:54.399Z | Compiling convert_case v0.4.0 |
1989 | 2024-09-25T03:21:54.711Z | Checking zone v0.3.0 |
1990 | 2024-09-25T03:21:54.917Z | Checking expectorate v1.1.0 |
1991 | 2024-09-25T03:21:55.085Z | Checking tokio-tungstenite v0.21.0 |
1992 | 2024-09-25T03:21:55.111Z | Checking same-file v1.0.6 |
1993 | 2024-09-25T03:21:55.293Z | Checking walkdir v2.5.0 |
1994 | 2024-09-25T03:21:55.367Z | Compiling derive_more v0.99.18 |
1995 | 2024-09-25T03:21:55.492Z | Checking arc-swap v1.7.1 |
1996 | 2024-09-25T03:21:55.548Z | Checking xattr v1.3.1 |
1997 | 2024-09-25T03:21:55.571Z | Checking filetime v0.2.25 |
1998 | 2024-09-25T03:21:55.713Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1999 | 2024-09-25T03:21:55.744Z | Checking termcolor v1.4.1 |
2000 | 2024-09-25T03:21:55.775Z | Checking tar v0.4.41 |
2001 | 2024-09-25T03:21:55.901Z | Checking slog-scope v4.4.0 |
2002 | 2024-09-25T03:21:56.155Z | Checking slog-stdlog v4.1.1 |
2003 | 2024-09-25T03:21:56.185Z | Checking swrite v0.1.0 |
2004 | 2024-09-25T03:21:56.208Z | Compiling cancel-safe-futures v0.1.5 |
2005 | 2024-09-25T03:21:56.230Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2006 | 2024-09-25T03:21:56.258Z | Checking slog-envlogger v2.2.0 |
2007 | 2024-09-25T03:21:56.305Z | Compiling derive-where v1.2.7 |
2008 | 2024-09-25T03:21:56.486Z | Checking libsw v3.3.1 |
2009 | 2024-09-25T03:21:56.527Z | Checking indent_write v2.2.0 |
2010 | 2024-09-25T03:21:56.733Z | Checking owo-colors v4.0.0 |
2011 | 2024-09-25T03:21:56.751Z | Checking linear-map v1.2.0 |
2012 | 2024-09-25T03:21:57.040Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2013 | 2024-09-25T03:21:57.089Z | Checking password-hash v0.5.0 |
2014 | 2024-09-25T03:21:57.434Z | Checking blake2 v0.10.6 |
2015 | 2024-09-25T03:21:57.598Z | Checking num-rational v0.4.2 |
2016 | 2024-09-25T03:21:57.639Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2017 | 2024-09-25T03:21:57.948Z | Checking argon2 v0.5.3 |
2018 | 2024-09-25T03:21:58.270Z | Checking num-complex v0.4.6 |
2019 | 2024-09-25T03:21:58.642Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2020 | 2024-09-25T03:21:58.671Z | Checking atty v0.2.14 |
2021 | 2024-09-25T03:21:58.758Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2022 | 2024-09-25T03:21:58.803Z | Checking float-ord v0.3.2 |
2023 | 2024-09-25T03:21:58.951Z | Checking pem v3.0.4 |
2024 | 2024-09-25T03:21:59.002Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2025 | 2024-09-25T03:21:59.177Z | Checking num v0.4.3 |
2026 | 2024-09-25T03:21:59.344Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2027 | 2024-09-25T03:21:59.653Z | Checking tungstenite v0.20.1 |
2028 | 2024-09-25T03:21:59.753Z | Checking env_logger v0.9.3 |
2029 | 2024-09-25T03:21:59.866Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2030 | 2024-09-25T03:22:00.201Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2031 | 2024-09-25T03:22:00.396Z | Checking tokio-tungstenite v0.20.1 |
2032 | 2024-09-25T03:22:00.440Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2033 | 2024-09-25T03:22:00.539Z | Compiling bitstruct_derive v0.1.0 |
2034 | 2024-09-25T03:22:00.579Z | Checking ascii v1.1.0 |
2035 | 2024-09-25T03:22:00.856Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2036 | 2024-09-25T03:22:00.948Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2037 | 2024-09-25T03:22:00.999Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2038 | 2024-09-25T03:22:01.022Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2039 | 2024-09-25T03:22:01.121Z | Checking mockall v0.13.0 |
2040 | 2024-09-25T03:22:01.197Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2041 | 2024-09-25T03:22:01.322Z | Checking serde_arrays v0.1.0 |
2042 | 2024-09-25T03:22:01.369Z | Checking erased-serde v0.3.31 |
2043 | 2024-09-25T03:22:01.474Z | Compiling heck v0.3.3 |
2044 | 2024-09-25T03:22:01.498Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2045 | 2024-09-25T03:22:01.834Z | Checking yasna v0.5.2 |
2046 | 2024-09-25T03:22:01.858Z | Checking headers-core v0.2.0 |
2047 | 2024-09-25T03:22:01.924Z | Checking bitstruct v0.1.1 |
2048 | 2024-09-25T03:22:01.947Z | Compiling zone_cfg_derive v0.1.2 |
2049 | 2024-09-25T03:22:01.994Z | Checking base64 v0.13.1 |
2050 | 2024-09-25T03:22:02.037Z | Checking headers v0.3.9 |
2051 | 2024-09-25T03:22:02.407Z | Checking ron v0.7.1 |
2052 | 2024-09-25T03:22:02.483Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2053 | 2024-09-25T03:22:02.733Z | Checking rcgen v0.12.1 |
2054 | 2024-09-25T03:22:03.230Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2055 | 2024-09-25T03:22:03.368Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2056 | 2024-09-25T03:22:03.398Z | Checking portpicker v0.1.1 |
2057 | 2024-09-25T03:22:03.495Z | Checking subprocess v0.2.9 |
2058 | 2024-09-25T03:22:03.551Z | Checking half v2.4.1 |
2059 | 2024-09-25T03:22:03.554Z | Checking zone v0.1.8 |
2060 | 2024-09-25T03:22:04.027Z | Checking ciborium-io v0.2.2 |
2061 | 2024-09-25T03:22:04.055Z | Checking highway v1.2.0 |
2062 | 2024-09-25T03:22:04.161Z | Checking ciborium-ll v0.2.2 |
2063 | 2024-09-25T03:22:04.228Z | Compiling semver v0.1.20 |
2064 | 2024-09-25T03:22:04.377Z | Compiling cookie v0.18.1 |
2065 | 2024-09-25T03:22:04.474Z | Compiling rayon-core v1.12.1 |
2066 | 2024-09-25T03:22:04.497Z | Checking ciborium v0.2.2 |
2067 | 2024-09-25T03:22:04.695Z | Compiling rustc_version v0.1.7 |
2068 | 2024-09-25T03:22:04.887Z | Checking linked-hash-map v0.5.6 |
2069 | 2024-09-25T03:22:05.128Z | Checking resolv-conf v0.7.0 |
2070 | 2024-09-25T03:22:05.214Z | Checking lru-cache v0.1.2 |
2071 | 2024-09-25T03:22:05.218Z | Compiling newtype_derive v0.1.6 |
2072 | 2024-09-25T03:22:05.258Z | Checking prettyplease v0.2.20 |
2073 | 2024-09-25T03:22:05.461Z | Checking hickory-resolver v0.24.1 |
2074 | 2024-09-25T03:22:05.722Z | Checking steno v0.4.1 |
2075 | 2024-09-25T03:22:06.115Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2076 | 2024-09-25T03:22:08.877Z | Compiling slog-dtrace v0.3.0 |
2077 | 2024-09-25T03:22:08.973Z | Checking display-error-chain v0.2.1 |
2078 | 2024-09-25T03:22:09.125Z | Compiling ring v0.16.20 |
2079 | 2024-09-25T03:22:09.568Z | Compiling blake3 v1.5.1 |
2080 | 2024-09-25T03:22:10.157Z | Checking keccak v0.1.5 |
2081 | 2024-09-25T03:22:10.487Z | Checking sha3 v0.10.8 |
2082 | 2024-09-25T03:22:10.875Z | Checking itertools v0.13.0 |
2083 | 2024-09-25T03:22:10.925Z | Checking universal-hash v0.5.1 |
2084 | 2024-09-25T03:22:11.116Z | Checking secrecy v0.8.0 |
2085 | 2024-09-25T03:22:11.255Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2086 | 2024-09-25T03:22:11.331Z | Checking opaque-debug v0.3.1 |
2087 | 2024-09-25T03:22:11.439Z | Checking aead v0.5.2 |
2088 | 2024-09-25T03:22:11.473Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2089 | 2024-09-25T03:22:11.553Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2090 | 2024-09-25T03:22:11.656Z | Checking poly1305 v0.8.0 |
2091 | 2024-09-25T03:22:11.864Z | Checking chacha20 v0.9.1 |
2092 | 2024-09-25T03:22:12.031Z | Compiling crossbeam-deque v0.8.5 |
2093 | 2024-09-25T03:22:12.921Z | Checking gethostname v0.5.0 |
2094 | 2024-09-25T03:22:13.053Z | Compiling memmap2 v0.9.4 |
2095 | 2024-09-25T03:22:13.077Z | Compiling untrusted v0.7.1 |
2096 | 2024-09-25T03:22:13.248Z | Compiling rayon v1.10.0 |
2097 | 2024-09-25T03:22:13.274Z | Compiling arrayref v0.3.7 |
2098 | 2024-09-25T03:22:13.391Z | Compiling constant_time_eq v0.3.0 |
2099 | 2024-09-25T03:22:13.530Z | Compiling spin v0.5.2 |
2100 | 2024-09-25T03:22:13.534Z | Compiling arrayvec v0.7.4 |
2101 | 2024-09-25T03:22:13.593Z | Compiling toolchain_find v0.4.0 |
2102 | 2024-09-25T03:22:14.135Z | Compiling thiserror-impl-no-std v2.0.2 |
2103 | 2024-09-25T03:22:14.284Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2104 | 2024-09-25T03:22:14.424Z | Compiling topological-sort v0.2.2 |
2105 | 2024-09-25T03:22:14.645Z | Compiling rustfmt-wrapper v0.2.1 |
2106 | 2024-09-25T03:22:14.668Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2107 | 2024-09-25T03:22:15.244Z | Checking chacha20poly1305 v0.10.1 |
2108 | 2024-09-25T03:22:15.247Z | Checking nibble_vec v0.1.0 |
2109 | 2024-09-25T03:22:15.443Z | Checking endian-type v0.1.2 |
2110 | 2024-09-25T03:22:15.476Z | Checking fxhash v0.2.1 |
2111 | 2024-09-25T03:22:15.665Z | Checking maplit v1.0.2 |
2112 | 2024-09-25T03:22:15.688Z | Checking radix_trie v0.2.1 |
2113 | 2024-09-25T03:22:15.711Z | Compiling radium v0.7.0 |
2114 | 2024-09-25T03:22:15.786Z | Checking tap v1.0.1 |
2115 | 2024-09-25T03:22:15.965Z | Compiling maybe-uninit v2.0.0 |
2116 | 2024-09-25T03:22:16.095Z | Checking wyz v0.5.1 |
2117 | 2024-09-25T03:22:16.498Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2118 | 2024-09-25T03:22:16.599Z | Checking funty v2.0.0 |
2119 | 2024-09-25T03:22:16.651Z | Checking crc-catalog v2.4.0 |
2120 | 2024-09-25T03:22:16.804Z | Compiling packed_struct v0.10.1 |
2121 | 2024-09-25T03:22:17.297Z | Checking thiserror-no-std v2.0.2 |
2122 | 2024-09-25T03:22:17.351Z | Checking crc v3.2.1 |
2123 | 2024-09-25T03:22:17.411Z | Checking vsss-rs v3.3.4 |
2124 | 2024-09-25T03:22:17.564Z | Checking bitvec v1.0.1 |
2125 | 2024-09-25T03:22:17.809Z | Checking kstat-rs v0.2.4 |
2126 | 2024-09-25T03:22:17.917Z | Compiling packed_struct_codegen v0.10.1 |
2127 | 2024-09-25T03:22:18.164Z | Compiling omicron-zone-package v0.11.0 |
2128 | 2024-09-25T03:22:18.561Z | Compiling indexmap v1.9.3 |
2129 | 2024-09-25T03:22:18.714Z | Compiling libefi-sys v0.1.0 |
2130 | 2024-09-25T03:22:18.874Z | Checking nodrop v0.1.14 |
2131 | 2024-09-25T03:22:19.001Z | Checking array-init v0.0.4 |
2132 | 2024-09-25T03:22:19.063Z | Checking smallvec v0.6.14 |
2133 | 2024-09-25T03:22:19.080Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2134 | 2024-09-25T03:22:19.473Z | Compiling async-recursion v1.1.1 |
2135 | 2024-09-25T03:22:19.509Z | Compiling bitfield-struct v0.6.1 |
2136 | 2024-09-25T03:22:20.002Z | Checking hashbrown v0.12.3 |
2137 | 2024-09-25T03:22:20.587Z | Checking bitfield v0.14.0 |
2138 | 2024-09-25T03:22:20.752Z | Checking serde-hex v0.1.0 |
2139 | 2024-09-25T03:22:20.949Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2140 | 2024-09-25T03:22:20.999Z | Checking bzip2 v0.4.4 |
2141 | 2024-09-25T03:22:21.298Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-09-25T03:22:21.503Z | Checking env_logger v0.10.2 |
2143 | 2024-09-25T03:22:21.526Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2144 | 2024-09-25T03:22:21.560Z | Checking ron v0.8.1 |
2145 | 2024-09-25T03:22:21.755Z | Checking hashbrown v0.13.2 |
2146 | 2024-09-25T03:22:21.832Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2147 | 2024-09-25T03:22:21.913Z | Checking crc-any v2.5.0 |
2148 | 2024-09-25T03:22:21.952Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2149 | 2024-09-25T03:22:22.435Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2150 | 2024-09-25T03:22:22.573Z | Checking zip v0.6.6 |
2151 | 2024-09-25T03:22:22.704Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2152 | 2024-09-25T03:22:22.829Z | Checking object v0.30.4 |
2153 | 2024-09-25T03:22:22.867Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2154 | 2024-09-25T03:22:23.136Z | Compiling parking_lot_core v0.8.6 |
2155 | 2024-09-25T03:22:23.251Z | Checking path-slash v0.1.5 |
2156 | 2024-09-25T03:22:23.404Z | Checking glob v0.3.1 |
2157 | 2024-09-25T03:22:23.556Z | Checking hickory-client v0.24.1 |
2158 | 2024-09-25T03:22:23.742Z | Checking hickory-server v0.24.1 |
2159 | 2024-09-25T03:22:24.030Z | Checking parking_lot v0.11.2 |
2160 | 2024-09-25T03:22:24.082Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-09-25T03:22:24.157Z | Checking crossterm v0.28.1 |
2162 | 2024-09-25T03:22:24.396Z | Checking sled v0.34.7 |
2163 | 2024-09-25T03:22:24.558Z | Checking primeorder v0.13.6 |
2164 | 2024-09-25T03:22:24.778Z | Compiling unicase v2.7.0 |
2165 | 2024-09-25T03:22:25.052Z | Compiling buf-list v1.0.3 |
2166 | 2024-09-25T03:22:25.305Z | Checking nanorand v0.7.0 |
2167 | 2024-09-25T03:22:25.536Z | Checking home v0.5.9 |
2168 | 2024-09-25T03:22:25.672Z | Compiling vte_generate_state_changes v0.1.1 |
2169 | 2024-09-25T03:22:25.710Z | Checking flume v0.11.0 |
2170 | 2024-09-25T03:22:26.101Z | Compiling salty v0.3.0 |
2171 | 2024-09-25T03:22:26.299Z | Checking vte v0.11.1 |
2172 | 2024-09-25T03:22:26.425Z | Checking p384 v0.13.0 |
2173 | 2024-09-25T03:22:26.562Z | Checking fd-lock v4.0.2 |
2174 | 2024-09-25T03:22:26.611Z | Compiling mime_guess v2.0.4 |
2175 | 2024-09-25T03:22:27.177Z | Checking crossterm v0.27.0 |
2176 | 2024-09-25T03:22:27.319Z | Checking env_filter v0.1.2 |
2177 | 2024-09-25T03:22:27.558Z | Checking nu-ansi-term v0.50.0 |
2178 | 2024-09-25T03:22:27.589Z | Checking env_logger v0.11.5 |
2179 | 2024-09-25T03:22:27.682Z | Checking strip-ansi-escapes v0.2.0 |
2180 | 2024-09-25T03:22:27.855Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2181 | 2024-09-25T03:22:27.944Z | Compiling dsl_auto_type v0.1.2 |
2182 | 2024-09-25T03:22:28.015Z | Checking scheduled-thread-pool v0.2.7 |
2183 | 2024-09-25T03:22:28.200Z | Compiling diesel_table_macro_syntax v0.2.0 |
2184 | 2024-09-25T03:22:28.245Z | Compiling crunchy v0.2.2 |
2185 | 2024-09-25T03:22:28.477Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2186 | 2024-09-25T03:22:28.657Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2187 | 2024-09-25T03:22:28.828Z | Checking r2d2 v0.8.10 |
2188 | 2024-09-25T03:22:28.852Z | Checking reedline v0.33.0 |
2189 | 2024-09-25T03:22:28.924Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2190 | 2024-09-25T03:22:29.163Z | Checking http-range v0.1.5 |
2191 | 2024-09-25T03:22:29.198Z | Compiling tiny-keccak v2.0.2 |
2192 | 2024-09-25T03:22:29.467Z | Checking hyper-staticfile v0.9.5 |
2193 | 2024-09-25T03:22:29.530Z | Compiling diesel_derives v2.2.2 |
2194 | 2024-09-25T03:22:29.554Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2195 | 2024-09-25T03:22:29.790Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2196 | 2024-09-25T03:22:29.812Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2197 | 2024-09-25T03:22:29.894Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2198 | 2024-09-25T03:22:29.919Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2199 | 2024-09-25T03:22:31.959Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2200 | 2024-09-25T03:22:32.011Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2201 | 2024-09-25T03:22:34.148Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2202 | 2024-09-25T03:22:34.477Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2203 | 2024-09-25T03:22:35.809Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2204 | 2024-09-25T03:22:36.321Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2205 | 2024-09-25T03:22:36.506Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2206 | 2024-09-25T03:22:37.525Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2207 | 2024-09-25T03:22:37.903Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2208 | 2024-09-25T03:22:38.003Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2209 | 2024-09-25T03:22:38.161Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2210 | 2024-09-25T03:22:38.434Z | Compiling ref-cast v1.0.23 |
2211 | 2024-09-25T03:22:38.588Z | Checking bytecount v0.6.8 |
2212 | 2024-09-25T03:22:38.753Z | Checking papergrid v0.11.0 |
2213 | 2024-09-25T03:22:39.352Z | Compiling ascii-canvas v3.0.0 |
2214 | 2024-09-25T03:22:40.618Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2215 | 2024-09-25T03:22:40.675Z | Compiling tabled_derive v0.7.0 |
2216 | 2024-09-25T03:22:40.675Z | Compiling ena v0.14.3 |
2217 | 2024-09-25T03:22:40.711Z | Compiling ref-cast-impl v1.0.23 |
2218 | 2024-09-25T03:22:41.956Z | Compiling cfg_aliases v0.1.1 |
2219 | 2024-09-25T03:22:42.077Z | Compiling diff v0.1.13 |
2220 | 2024-09-25T03:22:42.095Z | Compiling regex-syntax v0.6.29 |
2221 | 2024-09-25T03:22:42.382Z | Checking diesel v2.2.4 |
2222 | 2024-09-25T03:22:42.775Z | Compiling nix v0.28.0 |
2223 | 2024-09-25T03:22:42.915Z | Checking tabled v0.15.0 |
2224 | 2024-09-25T03:22:43.170Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2225 | 2024-09-25T03:22:43.659Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2226 | 2024-09-25T03:22:44.236Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2227 | 2024-09-25T03:22:44.541Z | Compiling derive_builder_core v0.20.0 |
2228 | 2024-09-25T03:22:45.951Z | Compiling lalrpop v0.19.12 |
2229 | 2024-09-25T03:22:46.898Z | Checking signal-hook-tokio v0.3.1 |
2230 | 2024-09-25T03:22:47.066Z | Compiling libxml v0.3.3 |
2231 | 2024-09-25T03:22:47.089Z | Compiling derive_builder_macro v0.20.0 |
2232 | 2024-09-25T03:22:47.844Z | Compiling peg-macros v0.8.4 |
2233 | 2024-09-25T03:22:48.017Z | Compiling strum_macros v0.24.3 |
2234 | 2024-09-25T03:22:50.119Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2235 | 2024-09-25T03:22:51.647Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2236 | 2024-09-25T03:22:51.684Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2237 | 2024-09-25T03:22:53.700Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2238 | 2024-09-25T03:22:55.886Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2239 | 2024-09-25T03:22:56.731Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2240 | 2024-09-25T03:22:56.818Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2241 | 2024-09-25T03:22:56.971Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2242 | 2024-09-25T03:22:57.453Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2243 | 2024-09-25T03:22:58.190Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2244 | 2024-09-25T03:22:58.577Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2245 | 2024-09-25T03:22:58.772Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2246 | 2024-09-25T03:22:58.838Z | Compiling samael v0.0.17 |
2247 | 2024-09-25T03:22:59.218Z | Compiling sqlparser_derive v0.2.2 |
2248 | 2024-09-25T03:23:00.297Z | Compiling memoffset v0.9.1 |
2249 | 2024-09-25T03:23:00.644Z | Checking unicode_categories v0.1.1 |
2250 | 2024-09-25T03:23:00.690Z | Compiling indoc v1.0.9 |
2251 | 2024-09-25T03:23:01.165Z | Checking sqlformat v0.2.4 |
2252 | 2024-09-25T03:23:03.127Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2253 | 2024-09-25T03:23:03.481Z | Checking sqlparser v0.45.0 |
2254 | 2024-09-25T03:23:04.125Z | Checking peg v0.8.4 |
2255 | 2024-09-25T03:23:04.242Z | Checking rustyline v14.0.0 |
2256 | 2024-09-25T03:23:04.455Z | Checking derive_builder v0.20.0 |
2257 | 2024-09-25T03:23:04.669Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2258 | 2024-09-25T03:23:05.529Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-09-25T03:23:05.861Z | Checking bcs v0.1.6 |
2260 | 2024-09-25T03:23:05.883Z | Checking quick-xml v0.33.0 |
2261 | 2024-09-25T03:23:06.331Z | Compiling oso-derive v0.27.3 |
2262 | 2024-09-25T03:23:06.413Z | Compiling impl-trait-for-tuples v0.2.2 |
2263 | 2024-09-25T03:23:07.167Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2264 | 2024-09-25T03:23:07.387Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2265 | 2024-09-25T03:23:08.013Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2266 | 2024-09-25T03:23:08.910Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2267 | 2024-09-25T03:23:09.472Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2268 | 2024-09-25T03:23:09.846Z | error[E0463]: can't find crate for `oximeter_timeseries_macro` |
2269 | 2024-09-25T03:23:09.846Z | --> oximeter/oximeter/src/lib.rs:189:9 |
2270 | 2024-09-25T03:23:09.846Z | | |
2271 | 2024-09-25T03:23:09.846Z | 189 | pub use oximeter_timeseries_macro::use_timeseries; |
2272 | 2024-09-25T03:23:09.846Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate |
2273 | 2024-09-25T03:23:09.846Z | |
2274 | 2024-09-25T03:23:09.866Z | For more information about this error, try `rustc --explain E0463`. |
2275 | 2024-09-25T03:23:09.890Z | error: could not compile `oximeter` (lib) due to 1 previous error |
2276 | 2024-09-25T03:23:09.890Z | warning: build failed, waiting for other jobs to finish... |
2277 | 2024-09-25T03:23:29.000Z | Error: failed: exit status: 101 |
2278 | 2024-09-25T03:23:29.003Z | |
2279 | 2024-09-25T03:23:29.003Z | real 2:29.405527612 |
2280 | 2024-09-25T03:23:29.003Z | user 15:06.026396321 |
2281 | 2024-09-25T03:23:29.003Z | sys 3:15.074647553 |
2282 | 2024-09-25T03:23:29.003Z | trap 0.428670925 |
2283 | 2024-09-25T03:23:29.003Z | tflt 1.148853958 |
2284 | 2024-09-25T03:23:29.003Z | dflt 0.479426375 |
2285 | 2024-09-25T03:23:29.003Z | kflt 0.000715227 |
2286 | 2024-09-25T03:23:29.003Z | lock 19:48.143320313 |
2287 | 2024-09-25T03:23:29.003Z | slp 53:56.984674417 |
2288 | 2024-09-25T03:23:29.003Z | lat 1:03.137785788 |
2289 | 2024-09-25T03:23:29.003Z | stop 3:40.738316175 |
2290 | 2024-09-25T03:23:29.003Z | process exited: duration 495770 ms, exit code 1 |
|
2291 | 2024-09-25T03:23:29.009Z | found 0 output files |