|
|
|
1 | 2025-01-17T07:05:07.457Z | job assigned to worker 01JHSH72M31GJN8263WWAJ1T0D [factory aws, i-08f1cfa6ba89f3a5e] (queued for 1 m 2 s) |
|
2 | 2025-01-17T07:05:15.502Z | starting task 0: "setup" |
3 | 2025-01-17T07:05:15.513Z | ++ uname -s |
4 | 2025-01-17T07:05:15.515Z | + kern=SunOS |
5 | 2025-01-17T07:05:15.516Z | + case "$kern" in |
6 | 2025-01-17T07:05:15.516Z | + groupadd -g 12345 build |
7 | 2025-01-17T07:05:15.519Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T07:05:17.525Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T07:05:17.641Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T07:05:17.643Z | + home_fs=zfs |
11 | 2025-01-17T07:05:17.643Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T07:05:17.643Z | + mkdir -p /home/build |
13 | 2025-01-17T07:05:17.643Z | + chown build:build /home/build /work |
14 | 2025-01-17T07:05:19.644Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T07:05:19.648Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2025-01-17T07:05:19.654Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T07:05:19.660Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T07:05:19.660Z | ' 1.84.0 |
19 | 2025-01-17T07:05:19.660Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-17T07:05:19.660Z | * toolchain channel = "1.84.0" |
21 | 2025-01-17T07:05:19.660Z | ' default |
22 | 2025-01-17T07:05:19.660Z | * toolchain profile = "default" |
23 | 2025-01-17T07:05:19.663Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T07:05:19.663Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T07:05:19.778Z | info: downloading installer |
26 | 2025-01-17T07:05:21.053Z | info: profile set to 'default' |
27 | 2025-01-17T07:05:21.053Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T07:05:21.056Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T07:05:21.219Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T07:05:21.219Z | info: downloading component 'cargo' |
31 | 2025-01-17T07:05:22.109Z | info: downloading component 'clippy' |
32 | 2025-01-17T07:05:22.448Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T07:05:23.676Z | info: downloading component 'rust-std' |
34 | 2025-01-17T07:05:25.473Z | info: downloading component 'rustc' |
35 | 2025-01-17T07:05:32.441Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T07:05:32.705Z | info: installing component 'cargo' |
37 | 2025-01-17T07:05:33.543Z | info: installing component 'clippy' |
38 | 2025-01-17T07:05:33.920Z | info: installing component 'rust-docs' |
39 | 2025-01-17T07:05:35.625Z | info: installing component 'rust-std' |
40 | 2025-01-17T07:05:37.322Z | info: installing component 'rustc' |
41 | 2025-01-17T07:05:43.352Z | info: installing component 'rustfmt' |
42 | 2025-01-17T07:05:43.690Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T07:05:43.690Z | |
44 | 2025-01-17T07:05:44.092Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T07:05:44.092Z | |
46 | 2025-01-17T07:05:44.094Z | |
47 | 2025-01-17T07:05:44.094Z | Rust is installed now. Great! |
48 | 2025-01-17T07:05:44.094Z | |
49 | 2025-01-17T07:05:44.094Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T07:05:44.095Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T07:05:44.095Z | |
52 | 2025-01-17T07:05:44.095Z | To configure your current shell, you need to source |
53 | 2025-01-17T07:05:44.095Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T07:05:44.095Z | |
55 | 2025-01-17T07:05:44.095Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T07:05:44.095Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T07:05:44.095Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T07:05:44.171Z | + rustc --version |
59 | 2025-01-17T07:05:44.240Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T07:05:44.243Z | process exited: duration 24588 ms, exit code 0 |
|
61 | 2025-01-17T07:05:44.248Z | starting task 2: "authentication" |
62 | 2025-01-17T07:05:44.270Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-17T07:05:44.275Z | starting task 3: "clone repository" |
64 | 2025-01-17T07:05:44.280Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T07:05:44.283Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T07:05:45.771Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T07:05:53.118Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T07:05:53.118Z | + git fetch origin 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
69 | 2025-01-17T07:05:53.468Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T07:05:53.470Z | * branch 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 -> FETCH_HEAD |
71 | 2025-01-17T07:05:53.479Z | + [[ -n iliana/GHSA-h97m-ww89-6jmq ]] |
72 | 2025-01-17T07:05:53.482Z | ++ git branch --show-current |
73 | 2025-01-17T07:05:53.485Z | + current=main |
74 | 2025-01-17T07:05:53.485Z | + [[ main != iliana/GHSA-h97m-ww89-6jmq ]] |
75 | 2025-01-17T07:05:53.485Z | + git branch -f iliana/GHSA-h97m-ww89-6jmq 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
76 | 2025-01-17T07:05:53.487Z | + git checkout -f iliana/GHSA-h97m-ww89-6jmq |
77 | 2025-01-17T07:05:53.667Z | Switched to branch 'iliana/GHSA-h97m-ww89-6jmq' |
78 | 2025-01-17T07:05:53.669Z | + git reset --hard 285d84f781e2cf9fa48bf98ce772c6b3cf5616a5 |
79 | 2025-01-17T07:05:53.684Z | HEAD is now at 285d84f78 remove older versions of idna |
80 | 2025-01-17T07:05:53.687Z | process exited: duration 9409 ms, exit code 0 |
|
81 | 2025-01-17T07:05:53.692Z | starting task 4: "build" |
82 | 2025-01-17T07:05:53.698Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T07:05:53.700Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T07:05:53.700Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T07:05:53.700Z | + cargo --version |
86 | 2025-01-17T07:05:53.760Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T07:05:53.763Z | + rustc --version |
88 | 2025-01-17T07:05:53.822Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T07:05:53.825Z | + WORK=/work |
90 | 2025-01-17T07:05:53.825Z | + pfexec mkdir -p /work |
91 | 2025-01-17T07:05:53.828Z | + pfexec chown build /work |
92 | 2025-01-17T07:05:53.831Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-17T07:06:00.402Z | pkg list: illegal option -- F |
94 | 2025-01-17T07:06:00.403Z | Usage: |
95 | 2025-01-17T07:06:00.408Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-17T07:06:00.409Z | [pkg_fmri_pattern ...] |
97 | 2025-01-17T07:06:01.251Z | pkg list: illegal option -- F |
98 | 2025-01-17T07:06:01.251Z | Usage: |
99 | 2025-01-17T07:06:01.255Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-17T07:06:01.255Z | [pkg_fmri_pattern ...] |
101 | 2025-01-17T07:06:15.464Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-17T07:06:19.713Z | Startup: Caching catalogs ... Done |
103 | 2025-01-17T07:06:31.165Z | Planning: Solver setup ... Done (10.640s) |
104 | 2025-01-17T07:06:31.313Z | Planning: Running solver ... Done (0.148s) |
105 | 2025-01-17T07:06:31.618Z | Planning: Finding local manifests ... Done (0.195s) |
106 | 2025-01-17T07:06:31.648Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-17T07:06:33.152Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-17T07:06:33.546Z | Planning: Package planning ... Done (0.394s) |
109 | 2025-01-17T07:06:33.603Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-17T07:06:34.355Z | Planning: Checking for conflicting actions ... Done (0.752s) |
111 | 2025-01-17T07:06:39.016Z | Planning: Consolidating action changes ... Done (4.660s) |
112 | 2025-01-17T07:06:39.415Z | Planning: Evaluating mediators ... Done (0.400s) |
113 | 2025-01-17T07:06:39.497Z | Planning: Planning completed in 19.69 seconds |
114 | 2025-01-17T07:06:39.515Z | Packages to install: 4 |
115 | 2025-01-17T07:06:39.515Z | Packages to update: 3 |
116 | 2025-01-17T07:06:39.516Z | Mediators to change: 2 |
117 | 2025-01-17T07:06:39.516Z | Services to change: 1 |
118 | 2025-01-17T07:06:39.518Z | Estimated space available: 155.61 GB |
119 | 2025-01-17T07:06:39.518Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-17T07:06:39.518Z | Create boot environment: No |
121 | 2025-01-17T07:06:39.518Z | Create backup boot environment: Yes |
122 | 2025-01-17T07:06:39.518Z | Rebuild boot archive: No |
123 | 2025-01-17T07:06:39.518Z | |
124 | 2025-01-17T07:06:39.518Z | Changed mediators: |
125 | 2025-01-17T07:06:39.518Z | mediator clang: |
126 | 2025-01-17T07:06:39.519Z | version: None -> 15 (system default) |
127 | 2025-01-17T07:06:39.519Z | |
128 | 2025-01-17T07:06:39.519Z | mediator llvm: |
129 | 2025-01-17T07:06:39.519Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-17T07:06:39.519Z | |
131 | 2025-01-17T07:06:39.519Z | Changed packages: |
132 | 2025-01-17T07:06:39.519Z | helios-dev |
133 | 2025-01-17T07:06:39.520Z | developer/build-essential |
134 | 2025-01-17T07:06:39.520Z | None -> 11-2.0 |
135 | 2025-01-17T07:06:39.520Z | library/libxmlsec1 |
136 | 2025-01-17T07:06:39.520Z | None -> 1.2.35-2.0 |
137 | 2025-01-17T07:06:39.520Z | ooce/developer/clang-15 |
138 | 2025-01-17T07:06:39.520Z | None -> 15.0.7-2.0 |
139 | 2025-01-17T07:06:39.520Z | ooce/developer/llvm-15 |
140 | 2025-01-17T07:06:39.520Z | None -> 15.0.7-2.0 |
141 | 2025-01-17T07:06:39.520Z | package/pkg |
142 | 2025-01-17T07:06:39.520Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-17T07:06:39.520Z | system/library/g++-runtime |
144 | 2025-01-17T07:06:39.520Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-17T07:06:39.520Z | system/library/gcc-runtime |
146 | 2025-01-17T07:06:39.520Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-17T07:06:39.520Z | |
148 | 2025-01-17T07:06:39.520Z | Services: |
149 | 2025-01-17T07:06:39.520Z | restart_fmri: |
150 | 2025-01-17T07:06:39.520Z | svc:/system/update-man-index:default |
151 | 2025-01-17T07:06:39.520Z | |
152 | 2025-01-17T07:06:39.520Z | Editable files to change: |
153 | 2025-01-17T07:06:39.520Z | Update: |
154 | 2025-01-17T07:06:39.520Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-17T07:06:39.796Z | |
156 | 2025-01-17T07:06:39.796Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-17T07:06:44.803Z | Download: 808/4301 items 18.7/225.4MB 8% complete (3.8M/s) |
158 | 2025-01-17T07:06:49.804Z | Download: 1257/4301 items 93.5/225.4MB 41% complete (9.3M/s) |
159 | 2025-01-17T07:06:54.806Z | Download: 2674/4301 items 120.7/225.4MB 53% complete (10.2M/s) |
160 | 2025-01-17T07:06:59.807Z | Download: 4028/4301 items 218.5/225.4MB 96% complete (12.7M/s) |
161 | 2025-01-17T07:07:02.120Z | Download: Completed 225.42 MB in 22.32 seconds (10.1M/s) |
162 | 2025-01-17T07:07:04.359Z | Actions: 1/5122 actions (Removing old actions) |
163 | 2025-01-17T07:07:04.377Z | Actions: 194/5122 actions (Installing new actions) |
164 | 2025-01-17T07:07:09.397Z | Actions: 4106/5122 actions (Installing new actions) |
165 | 2025-01-17T07:07:09.665Z | Actions: 4267/5122 actions (Updating modified actions) |
166 | 2025-01-17T07:07:10.159Z | Actions: Completed 5122 actions in 5.80 seconds. |
167 | 2025-01-17T07:07:10.572Z | Done (0.405s) |
168 | 2025-01-17T07:07:10.575Z | Done (0.001s) |
169 | 2025-01-17T07:07:11.169Z | Done (0.594s) |
170 | 2025-01-17T07:07:16.905Z | Done (5.505s) |
171 | 2025-01-17T07:07:17.160Z | Done (0.187s) |
172 | 2025-01-17T07:07:17.163Z | Done (0.000s) |
173 | 2025-01-17T07:07:17.357Z | Done (0.000s) |
174 | 2025-01-17T07:07:18.061Z | Planning: Evaluating mediator changes ... Done |
175 | 2025-01-17T07:07:18.226Z | Planning: Checking for conflicting actions ... Done |
176 | 2025-01-17T07:07:18.229Z | Planning: Consolidating action changes ... Done |
177 | 2025-01-17T07:07:18.503Z | Planning: Evaluating mediators ... Done |
178 | 2025-01-17T07:07:18.505Z | Planning: Planning completed in 0.44 seconds |
179 | 2025-01-17T07:07:18.543Z | Mediators to change: 2 |
180 | 2025-01-17T07:07:18.543Z | Create boot environment: No |
181 | 2025-01-17T07:07:18.546Z | Create backup boot environment: No |
182 | 2025-01-17T07:07:18.620Z | Done |
183 | 2025-01-17T07:07:18.621Z | Done |
184 | 2025-01-17T07:07:19.010Z | Done |
185 | 2025-01-17T07:07:22.789Z | Done |
186 | 2025-01-17T07:07:22.818Z | Done |
187 | 2025-01-17T07:07:22.820Z | Done |
188 | 2025-01-17T07:07:22.964Z | Done |
189 | 2025-01-17T07:07:23.590Z | Planning: Evaluating mediator changes ... Done |
190 | 2025-01-17T07:07:23.595Z | Planning: Merging actions ... Done |
191 | 2025-01-17T07:07:23.787Z | Planning: Checking for conflicting actions ... Done |
192 | 2025-01-17T07:07:23.790Z | Planning: Consolidating action changes ... Done |
193 | 2025-01-17T07:07:24.060Z | Planning: Evaluating mediators ... Done |
194 | 2025-01-17T07:07:24.117Z | Planning: Planning completed in 0.78 seconds |
195 | 2025-01-17T07:07:24.159Z | Packages to change: 1 |
196 | 2025-01-17T07:07:24.159Z | Mediators to change: 1 |
197 | 2025-01-17T07:07:24.161Z | Services to change: 1 |
198 | 2025-01-17T07:07:24.162Z | Create boot environment: No |
199 | 2025-01-17T07:07:24.162Z | Create backup boot environment: Yes |
200 | 2025-01-17T07:07:26.402Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2025-01-17T07:07:26.443Z | Actions: Completed 6 actions in 0.04 seconds. |
202 | 2025-01-17T07:07:26.445Z | Done |
203 | 2025-01-17T07:07:26.445Z | Done |
204 | 2025-01-17T07:07:26.565Z | Done |
205 | 2025-01-17T07:07:30.247Z | Done |
206 | 2025-01-17T07:07:30.343Z | Done |
207 | 2025-01-17T07:07:30.347Z | Done |
208 | 2025-01-17T07:07:30.512Z | Done |
209 | 2025-01-17T07:07:30.954Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2025-01-17T07:07:30.954Z | clang system 15 system |
211 | 2025-01-17T07:07:30.954Z | csh system system illumos |
212 | 2025-01-17T07:07:30.954Z | ctags system system illumos |
213 | 2025-01-17T07:07:30.954Z | gcc vendor 12 vendor |
214 | 2025-01-17T07:07:30.954Z | gcc system 10 system |
215 | 2025-01-17T07:07:30.954Z | gcc system 7 system |
216 | 2025-01-17T07:07:30.954Z | go system 1.20 system |
217 | 2025-01-17T07:07:30.954Z | go system 1.19 system |
218 | 2025-01-17T07:07:30.954Z | llvm system 15 system |
219 | 2025-01-17T07:07:30.954Z | llvm system 14 system |
220 | 2025-01-17T07:07:30.954Z | mariadb system 10.6 system |
221 | 2025-01-17T07:07:30.954Z | mta vendor vendor dma |
222 | 2025-01-17T07:07:30.954Z | openjdk system 17 system |
223 | 2025-01-17T07:07:30.954Z | openjdk system 11 system |
224 | 2025-01-17T07:07:30.954Z | openjdk system 1.8 system |
225 | 2025-01-17T07:07:30.954Z | openssl vendor 3 vendor |
226 | 2025-01-17T07:07:30.954Z | perl system 5.36 system |
227 | 2025-01-17T07:07:30.954Z | postgresql system 15 system |
228 | 2025-01-17T07:07:30.954Z | postgresql system 13 system |
229 | 2025-01-17T07:07:30.954Z | python vendor 3 vendor |
230 | 2025-01-17T07:07:30.954Z | python system 2 system |
231 | 2025-01-17T07:07:30.955Z | python3 system 3.11 system |
232 | 2025-01-17T07:07:30.955Z | ruby system 3.0 system |
233 | 2025-01-17T07:07:30.955Z | words vendor vendor american-english |
234 | 2025-01-17T07:07:30.955Z | words system system australian-english |
235 | 2025-01-17T07:07:30.955Z | words system system british-english |
236 | 2025-01-17T07:07:30.955Z | words system system canadian-english |
237 | 2025-01-17T07:07:30.955Z | words system system french |
238 | 2025-01-17T07:07:30.955Z | words system system italian |
239 | 2025-01-17T07:07:30.955Z | words system system ngerman |
240 | 2025-01-17T07:07:30.955Z | words system system ogerman |
241 | 2025-01-17T07:07:30.955Z | words system system spanish |
242 | 2025-01-17T07:07:31.297Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2025-01-17T07:07:31.297Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2025-01-17T07:07:34.092Z | FMRI IFO |
245 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
252 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
253 | 2025-01-17T07:07:34.092Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
255 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
256 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
257 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
258 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
259 | 2025-01-17T07:07:34.093Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
260 | 2025-01-17T07:07:34.865Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
261 | 2025-01-17T07:07:35.138Z | Updating crates.io index |
262 | 2025-01-17T07:07:35.141Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
263 | 2025-01-17T07:07:35.469Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
264 | 2025-01-17T07:07:35.959Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
265 | 2025-01-17T07:07:36.227Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2025-01-17T07:07:36.497Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2025-01-17T07:07:36.709Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2025-01-17T07:07:37.740Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2025-01-17T07:07:39.340Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2025-01-17T07:07:39.982Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2025-01-17T07:07:40.713Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2025-01-17T07:07:40.992Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2025-01-17T07:07:41.266Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
274 | 2025-01-17T07:07:41.897Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
275 | 2025-01-17T07:07:42.187Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
276 | 2025-01-17T07:07:42.494Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
277 | 2025-01-17T07:07:42.738Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
278 | 2025-01-17T07:07:42.987Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
279 | 2025-01-17T07:07:43.220Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
280 | 2025-01-17T07:07:43.491Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2025-01-17T07:07:43.762Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
282 | 2025-01-17T07:07:44.071Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2025-01-17T07:07:44.318Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2025-01-17T07:07:44.632Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2025-01-17T07:07:45.109Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2025-01-17T07:07:45.448Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2025-01-17T07:07:45.805Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2025-01-17T07:07:46.155Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
289 | 2025-01-17T07:07:46.430Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2025-01-17T07:07:46.668Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2025-01-17T07:07:46.927Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2025-01-17T07:07:48.174Z | Downloading crates ... |
293 | 2025-01-17T07:07:48.480Z | Downloaded bitflags v2.6.0 |
294 | 2025-01-17T07:07:48.485Z | Downloaded cargo_toml v0.20.5 |
295 | 2025-01-17T07:07:48.488Z | Downloaded block-buffer v0.10.4 |
296 | 2025-01-17T07:07:48.503Z | Downloaded clap_lex v0.7.2 |
297 | 2025-01-17T07:07:48.505Z | Downloaded cargo-platform v0.1.8 |
298 | 2025-01-17T07:07:48.505Z | Downloaded cpufeatures v0.2.14 |
299 | 2025-01-17T07:07:48.509Z | Downloaded cfg-if v1.0.0 |
300 | 2025-01-17T07:07:48.515Z | Downloaded anstream v0.6.15 |
301 | 2025-01-17T07:07:48.515Z | Downloaded autocfg v1.4.0 |
302 | 2025-01-17T07:07:48.517Z | Downloaded usdt-attr-macro v0.5.0 |
303 | 2025-01-17T07:07:48.517Z | Downloaded anstyle-query v1.1.1 |
304 | 2025-01-17T07:07:48.517Z | Downloaded anstyle v1.0.10 |
305 | 2025-01-17T07:07:48.517Z | Downloaded bytecount v0.6.8 |
306 | 2025-01-17T07:07:48.520Z | Downloaded anstyle-parse v0.2.5 |
307 | 2025-01-17T07:07:48.523Z | Downloaded equivalent v1.0.1 |
308 | 2025-01-17T07:07:48.526Z | Downloaded swrite v0.1.0 |
309 | 2025-01-17T07:07:48.529Z | Downloaded cargo_metadata v0.18.1 |
310 | 2025-01-17T07:07:48.529Z | Downloaded scroll_derive v0.12.0 |
311 | 2025-01-17T07:07:48.532Z | Downloaded byteorder v1.5.0 |
312 | 2025-01-17T07:07:48.534Z | Downloaded colorchoice v1.0.2 |
313 | 2025-01-17T07:07:48.540Z | Downloaded usdt-macro v0.5.0 |
314 | 2025-01-17T07:07:48.556Z | Downloaded pretty-hex v0.4.1 |
315 | 2025-01-17T07:07:48.559Z | Downloaded dtrace-parser v0.2.0 |
316 | 2025-01-17T07:07:48.565Z | Downloaded utf8parse v0.2.2 |
317 | 2025-01-17T07:07:48.567Z | Downloaded camino-tempfile v1.1.1 |
318 | 2025-01-17T07:07:48.571Z | Downloaded usdt-impl v0.5.0 |
319 | 2025-01-17T07:07:48.571Z | Downloaded itoa v1.0.11 |
320 | 2025-01-17T07:07:48.571Z | Downloaded serde_spanned v0.6.8 |
321 | 2025-01-17T07:07:48.574Z | Downloaded strsim v0.11.1 |
322 | 2025-01-17T07:07:48.576Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2025-01-17T07:07:48.584Z | Downloaded dof v0.3.0 |
324 | 2025-01-17T07:07:48.586Z | Downloaded crypto-common v0.1.6 |
325 | 2025-01-17T07:07:48.586Z | Downloaded errno v0.3.9 |
326 | 2025-01-17T07:07:48.589Z | Downloaded clap_derive v4.5.18 |
327 | 2025-01-17T07:07:48.593Z | Downloaded clap v4.5.21 |
328 | 2025-01-17T07:07:48.598Z | Downloaded thread-id v4.2.2 |
329 | 2025-01-17T07:07:48.601Z | Downloaded fs-err v2.11.0 |
330 | 2025-01-17T07:07:48.603Z | Downloaded toml_datetime v0.6.8 |
331 | 2025-01-17T07:07:48.603Z | Downloaded digest v0.10.7 |
332 | 2025-01-17T07:07:48.606Z | Downloaded fnv v1.0.7 |
333 | 2025-01-17T07:07:48.606Z | Downloaded fastrand v2.1.1 |
334 | 2025-01-17T07:07:48.610Z | Downloaded thiserror-impl v1.0.69 |
335 | 2025-01-17T07:07:48.610Z | Downloaded plain v0.2.3 |
336 | 2025-01-17T07:07:48.610Z | Downloaded pest_generator v2.7.14 |
337 | 2025-01-17T07:07:48.610Z | Downloaded is_terminal_polyfill v1.70.1 |
338 | 2025-01-17T07:07:48.613Z | Downloaded heck v0.4.1 |
339 | 2025-01-17T07:07:48.613Z | Downloaded generic-array v0.14.7 |
340 | 2025-01-17T07:07:48.616Z | Downloaded camino v1.1.9 |
341 | 2025-01-17T07:07:48.616Z | Downloaded usdt v0.5.0 |
342 | 2025-01-17T07:07:48.618Z | Downloaded terminal_size v0.4.0 |
343 | 2025-01-17T07:07:48.618Z | Downloaded thiserror v1.0.69 |
344 | 2025-01-17T07:07:48.623Z | Downloaded macaddr v1.0.1 |
345 | 2025-01-17T07:07:48.625Z | Downloaded heck v0.5.0 |
346 | 2025-01-17T07:07:48.628Z | Downloaded version_check v0.9.5 |
347 | 2025-01-17T07:07:48.630Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2025-01-17T07:07:48.633Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2025-01-17T07:07:48.636Z | Downloaded smawk v0.3.2 |
350 | 2025-01-17T07:07:48.636Z | Downloaded memmap v0.7.0 |
351 | 2025-01-17T07:07:48.648Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2025-01-17T07:07:48.651Z | Downloaded anyhow v1.0.93 |
353 | 2025-01-17T07:07:48.651Z | Downloaded tempfile v3.13.0 |
354 | 2025-01-17T07:07:48.651Z | Downloaded proc-macro-error v1.0.4 |
355 | 2025-01-17T07:07:48.654Z | Downloaded quote v1.0.38 |
356 | 2025-01-17T07:07:48.656Z | Downloaded sha2 v0.10.8 |
357 | 2025-01-17T07:07:48.659Z | Downloaded tabled_derive v0.7.0 |
358 | 2025-01-17T07:07:48.663Z | Downloaded semver v1.0.24 |
359 | 2025-01-17T07:07:48.684Z | Downloaded proc-macro2 v1.0.92 |
360 | 2025-01-17T07:07:48.687Z | Downloaded scroll v0.12.0 |
361 | 2025-01-17T07:07:48.691Z | Downloaded unicode-ident v1.0.14 |
362 | 2025-01-17T07:07:48.691Z | Downloaded pest_meta v2.7.14 |
363 | 2025-01-17T07:07:48.694Z | Downloaded typenum v1.17.0 |
364 | 2025-01-17T07:07:48.696Z | Downloaded ucd-trie v0.1.7 |
365 | 2025-01-17T07:07:48.699Z | Downloaded toml v0.8.19 |
366 | 2025-01-17T07:07:48.701Z | Downloaded pest_derive v2.7.14 |
367 | 2025-01-17T07:07:48.704Z | Downloaded once_cell v1.20.2 |
368 | 2025-01-17T07:07:48.704Z | Downloaded log v0.4.22 |
369 | 2025-01-17T07:07:48.707Z | Downloaded textwrap v0.16.1 |
370 | 2025-01-17T07:07:48.709Z | Downloaded ryu v1.0.18 |
371 | 2025-01-17T07:07:48.718Z | Downloaded serde_derive v1.0.217 |
372 | 2025-01-17T07:07:48.725Z | Downloaded serde v1.0.217 |
373 | 2025-01-17T07:07:48.729Z | Downloaded papergrid v0.11.0 |
374 | 2025-01-17T07:07:48.737Z | Downloaded indexmap v2.7.0 |
375 | 2025-01-17T07:07:48.758Z | Downloaded memchr v2.7.4 |
376 | 2025-01-17T07:07:48.768Z | Downloaded toml_edit v0.22.22 |
377 | 2025-01-17T07:07:48.789Z | Downloaded hashbrown v0.15.1 |
378 | 2025-01-17T07:07:48.794Z | Downloaded clap_builder v4.5.21 |
379 | 2025-01-17T07:07:48.801Z | Downloaded zerocopy v0.7.35 |
380 | 2025-01-17T07:07:48.815Z | Downloaded winnow v0.6.20 |
381 | 2025-01-17T07:07:48.823Z | Downloaded serde_json v1.0.135 |
382 | 2025-01-17T07:07:48.831Z | Downloaded pest v2.7.14 |
383 | 2025-01-17T07:07:48.841Z | Downloaded goblin v0.8.2 |
384 | 2025-01-17T07:07:48.851Z | Downloaded tabled v0.15.0 |
385 | 2025-01-17T07:07:48.866Z | Downloaded unicode-width v0.1.14 |
386 | 2025-01-17T07:07:48.871Z | Downloaded syn v1.0.109 |
387 | 2025-01-17T07:07:48.880Z | Downloaded syn v2.0.96 |
388 | 2025-01-17T07:07:48.891Z | Downloaded rustix v0.38.37 |
389 | 2025-01-17T07:07:48.932Z | Downloaded libc v0.2.169 |
390 | 2025-01-17T07:07:49.245Z | Compiling proc-macro2 v1.0.92 |
391 | 2025-01-17T07:07:49.246Z | Compiling unicode-ident v1.0.14 |
392 | 2025-01-17T07:07:49.246Z | Compiling serde v1.0.217 |
393 | 2025-01-17T07:07:49.248Z | Compiling version_check v0.9.5 |
394 | 2025-01-17T07:07:49.248Z | Compiling thiserror v1.0.69 |
395 | 2025-01-17T07:07:49.248Z | Compiling memchr v2.7.4 |
396 | 2025-01-17T07:07:49.248Z | Compiling libc v0.2.169 |
397 | 2025-01-17T07:07:49.282Z | Compiling ucd-trie v0.1.7 |
398 | 2025-01-17T07:07:49.528Z | Compiling ryu v1.0.18 |
399 | 2025-01-17T07:07:49.833Z | Compiling itoa v1.0.11 |
400 | 2025-01-17T07:07:49.951Z | Compiling once_cell v1.20.2 |
401 | 2025-01-17T07:07:50.036Z | Compiling byteorder v1.5.0 |
402 | 2025-01-17T07:07:50.272Z | Compiling rustix v0.38.37 |
403 | 2025-01-17T07:07:50.365Z | Compiling serde_json v1.0.135 |
404 | 2025-01-17T07:07:50.733Z | Compiling bitflags v2.6.0 |
405 | 2025-01-17T07:07:50.756Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2025-01-17T07:07:50.827Z | Compiling usdt-impl v0.5.0 |
407 | 2025-01-17T07:07:51.009Z | Compiling syn v1.0.109 |
408 | 2025-01-17T07:07:51.080Z | Compiling proc-macro-error v1.0.4 |
409 | 2025-01-17T07:07:51.126Z | Compiling log v0.4.22 |
410 | 2025-01-17T07:07:51.151Z | Compiling utf8parse v0.2.2 |
411 | 2025-01-17T07:07:51.320Z | Compiling equivalent v1.0.1 |
412 | 2025-01-17T07:07:51.347Z | Compiling plain v0.2.3 |
413 | 2025-01-17T07:07:51.403Z | Compiling hashbrown v0.15.1 |
414 | 2025-01-17T07:07:51.449Z | Compiling camino v1.1.9 |
415 | 2025-01-17T07:07:51.512Z | Compiling anstyle-parse v0.2.5 |
416 | 2025-01-17T07:07:51.658Z | Compiling quote v1.0.38 |
417 | 2025-01-17T07:07:51.841Z | Compiling errno v0.3.9 |
418 | 2025-01-17T07:07:51.977Z | Compiling thread-id v4.2.2 |
419 | 2025-01-17T07:07:52.005Z | Compiling winnow v0.6.20 |
420 | 2025-01-17T07:07:52.006Z | Compiling colorchoice v1.0.2 |
421 | 2025-01-17T07:07:52.060Z | Compiling syn v2.0.96 |
422 | 2025-01-17T07:07:52.216Z | Compiling anstyle v1.0.10 |
423 | 2025-01-17T07:07:52.271Z | Compiling unicode-width v0.1.14 |
424 | 2025-01-17T07:07:52.525Z | Compiling indexmap v2.7.0 |
425 | 2025-01-17T07:07:52.618Z | Compiling is_terminal_polyfill v1.70.1 |
426 | 2025-01-17T07:07:52.757Z | Compiling semver v1.0.24 |
427 | 2025-01-17T07:07:52.800Z | Compiling anstyle-query v1.1.1 |
428 | 2025-01-17T07:07:52.958Z | Compiling pretty-hex v0.4.1 |
429 | 2025-01-17T07:07:53.176Z | Compiling autocfg v1.4.0 |
430 | 2025-01-17T07:07:53.315Z | Compiling anstream v0.6.15 |
431 | 2025-01-17T07:07:53.631Z | Compiling clap_lex v0.7.2 |
432 | 2025-01-17T07:07:53.722Z | Compiling cfg-if v1.0.0 |
433 | 2025-01-17T07:07:53.841Z | Compiling bytecount v0.6.8 |
434 | 2025-01-17T07:07:53.970Z | Compiling strsim v0.11.1 |
435 | 2025-01-17T07:07:54.073Z | Compiling terminal_size v0.4.0 |
436 | 2025-01-17T07:07:54.101Z | Compiling fastrand v2.1.1 |
437 | 2025-01-17T07:07:54.151Z | Compiling fs-err v2.11.0 |
438 | 2025-01-17T07:07:54.302Z | Compiling heck v0.5.0 |
439 | 2025-01-17T07:07:54.458Z | Compiling fnv v1.0.7 |
440 | 2025-01-17T07:07:54.622Z | Compiling heck v0.4.1 |
441 | 2025-01-17T07:07:54.649Z | Compiling anyhow v1.0.93 |
442 | 2025-01-17T07:07:54.711Z | Compiling papergrid v0.11.0 |
443 | 2025-01-17T07:07:54.990Z | Compiling tempfile v3.13.0 |
444 | 2025-01-17T07:07:55.188Z | Compiling clap_builder v4.5.21 |
445 | 2025-01-17T07:07:55.280Z | Compiling memmap v0.7.0 |
446 | 2025-01-17T07:07:55.399Z | Compiling unicode-linebreak v0.1.5 |
447 | 2025-01-17T07:07:55.635Z | Compiling smawk v0.3.2 |
448 | 2025-01-17T07:07:55.851Z | Compiling textwrap v0.16.1 |
449 | 2025-01-17T07:07:55.917Z | Compiling swrite v0.1.0 |
450 | 2025-01-17T07:07:56.925Z | Compiling tabled_derive v0.7.0 |
451 | 2025-01-17T07:07:58.204Z | Compiling tabled v0.15.0 |
452 | 2025-01-17T07:07:58.725Z | Compiling serde_derive v1.0.217 |
453 | 2025-01-17T07:07:58.728Z | Compiling thiserror-impl v1.0.69 |
454 | 2025-01-17T07:07:58.728Z | Compiling zerocopy-derive v0.7.35 |
455 | 2025-01-17T07:07:58.728Z | Compiling scroll_derive v0.12.0 |
456 | 2025-01-17T07:07:58.728Z | Compiling clap_derive v4.5.18 |
457 | 2025-01-17T07:08:00.067Z | Compiling scroll v0.12.0 |
458 | 2025-01-17T07:08:00.659Z | Compiling goblin v0.8.2 |
459 | 2025-01-17T07:08:00.741Z | Compiling zerocopy v0.7.35 |
460 | 2025-01-17T07:08:01.819Z | Compiling pest v2.7.14 |
461 | 2025-01-17T07:08:02.457Z | Compiling clap v4.5.21 |
462 | 2025-01-17T07:08:03.882Z | Compiling pest_meta v2.7.14 |
463 | 2025-01-17T07:08:04.738Z | Compiling pest_generator v2.7.14 |
464 | 2025-01-17T07:08:06.268Z | Compiling pest_derive v2.7.14 |
465 | 2025-01-17T07:08:06.835Z | Compiling dtrace-parser v0.2.0 |
466 | 2025-01-17T07:08:07.480Z | Compiling serde_tokenstream v0.2.2 |
467 | 2025-01-17T07:08:07.529Z | Compiling toml_datetime v0.6.8 |
468 | 2025-01-17T07:08:07.556Z | Compiling serde_spanned v0.6.8 |
469 | 2025-01-17T07:08:07.713Z | Compiling cargo-platform v0.1.8 |
470 | 2025-01-17T07:08:07.795Z | Compiling macaddr v1.0.1 |
471 | 2025-01-17T07:08:07.995Z | Compiling toml_edit v0.22.22 |
472 | 2025-01-17T07:08:08.198Z | Compiling camino-tempfile v1.1.1 |
473 | 2025-01-17T07:08:08.787Z | Compiling dof v0.3.0 |
474 | 2025-01-17T07:08:08.787Z | Compiling cargo_metadata v0.18.1 |
475 | 2025-01-17T07:08:10.141Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2025-01-17T07:08:10.144Z | Compiling usdt-macro v0.5.0 |
477 | 2025-01-17T07:08:10.862Z | Compiling toml v0.8.19 |
478 | 2025-01-17T07:08:11.309Z | Compiling usdt v0.5.0 |
479 | 2025-01-17T07:08:11.631Z | Compiling cargo_toml v0.20.5 |
480 | 2025-01-17T07:08:14.262Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
481 | 2025-01-17T07:08:17.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.76s |
482 | 2025-01-17T07:08:17.676Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
483 | 2025-01-17T07:08:18.197Z | Downloading crates ... |
484 | 2025-01-17T07:08:18.307Z | Downloaded atomicwrites v0.4.4 |
485 | 2025-01-17T07:08:18.317Z | Downloaded atty v0.2.14 |
486 | 2025-01-17T07:08:18.320Z | Downloaded adler2 v2.0.0 |
487 | 2025-01-17T07:08:18.322Z | Downloaded async-stream-impl v0.3.6 |
488 | 2025-01-17T07:08:18.322Z | Downloaded assert_matches v1.5.0 |
489 | 2025-01-17T07:08:18.328Z | Downloaded aead v0.5.2 |
490 | 2025-01-17T07:08:18.334Z | Downloaded crunchy v0.2.2 |
491 | 2025-01-17T07:08:18.336Z | Downloaded http-range v0.1.5 |
492 | 2025-01-17T07:08:18.339Z | Downloaded http-body v1.0.1 |
493 | 2025-01-17T07:08:18.339Z | Downloaded cfg_aliases v0.1.1 |
494 | 2025-01-17T07:08:18.341Z | Downloaded ciborium-io v0.2.2 |
495 | 2025-01-17T07:08:18.345Z | Downloaded crucible-workspace-hack v0.1.0 |
496 | 2025-01-17T07:08:18.359Z | Downloaded http-body-util v0.1.2 |
497 | 2025-01-17T07:08:18.362Z | Downloaded async-stream v0.3.6 |
498 | 2025-01-17T07:08:18.365Z | Downloaded async-recursion v1.1.1 |
499 | 2025-01-17T07:08:18.367Z | Downloaded hubpack_derive v0.1.1 |
500 | 2025-01-17T07:08:18.370Z | Downloaded argon2 v0.5.3 |
501 | 2025-01-17T07:08:18.373Z | Downloaded new_debug_unreachable v1.0.6 |
502 | 2025-01-17T07:08:18.373Z | Downloaded newline-converter v0.3.0 |
503 | 2025-01-17T07:08:18.375Z | Downloaded cstr-argument v0.1.2 |
504 | 2025-01-17T07:08:18.375Z | Downloaded array-init v0.0.4 |
505 | 2025-01-17T07:08:18.378Z | Downloaded addr2line v0.24.2 |
506 | 2025-01-17T07:08:18.381Z | Downloaded cmake v0.1.51 |
507 | 2025-01-17T07:08:18.383Z | Downloaded match_cfg v0.1.0 |
508 | 2025-01-17T07:08:18.383Z | Downloaded cexpr v0.6.0 |
509 | 2025-01-17T07:08:18.387Z | Downloaded md5 v0.7.0 |
510 | 2025-01-17T07:08:18.387Z | Downloaded crc-catalog v2.4.0 |
511 | 2025-01-17T07:08:18.390Z | Downloaded crc v3.2.1 |
512 | 2025-01-17T07:08:18.393Z | Downloaded hostname v0.4.0 |
513 | 2025-01-17T07:08:18.396Z | Downloaded hostname v0.3.1 |
514 | 2025-01-17T07:08:18.396Z | Downloaded curve25519-dalek-derive v0.1.1 |
515 | 2025-01-17T07:08:18.399Z | Downloaded blowfish v0.9.1 |
516 | 2025-01-17T07:08:18.399Z | Downloaded lazy_static v1.5.0 |
517 | 2025-01-17T07:08:18.402Z | Downloaded home v0.5.9 |
518 | 2025-01-17T07:08:18.406Z | Downloaded ctr v0.9.2 |
519 | 2025-01-17T07:08:18.406Z | Downloaded darling v0.20.10 |
520 | 2025-01-17T07:08:18.410Z | Downloaded mirai-annotations v1.12.0 |
521 | 2025-01-17T07:08:18.413Z | Downloaded instant v0.1.13 |
522 | 2025-01-17T07:08:18.413Z | Downloaded ident_case v1.0.1 |
523 | 2025-01-17T07:08:18.416Z | Downloaded colored v2.1.0 |
524 | 2025-01-17T07:08:18.419Z | Downloaded is_ci v1.2.0 |
525 | 2025-01-17T07:08:18.419Z | Downloaded crc32fast v1.4.2 |
526 | 2025-01-17T07:08:18.423Z | Downloaded async-bb8-diesel v0.2.1 |
527 | 2025-01-17T07:08:18.427Z | Downloaded console v0.15.8 |
528 | 2025-01-17T07:08:18.429Z | Downloaded md-5 v0.10.6 |
529 | 2025-01-17T07:08:18.429Z | Downloaded nanorand v0.7.0 |
530 | 2025-01-17T07:08:18.432Z | Downloaded maybe-uninit v2.0.0 |
531 | 2025-01-17T07:08:18.435Z | Downloaded libsw v3.3.1 |
532 | 2025-01-17T07:08:18.439Z | Downloaded cipher v0.4.4 |
533 | 2025-01-17T07:08:18.439Z | Downloaded bcrypt-pbkdf v0.10.0 |
534 | 2025-01-17T07:08:18.442Z | Downloaded bzip2 v0.4.4 |
535 | 2025-01-17T07:08:18.444Z | Downloaded lazycell v1.3.0 |
536 | 2025-01-17T07:08:18.444Z | Downloaded mockall v0.13.0 |
537 | 2025-01-17T07:08:18.447Z | Downloaded is-terminal v0.4.13 |
538 | 2025-01-17T07:08:18.450Z | Downloaded backoff v0.4.0 |
539 | 2025-01-17T07:08:18.453Z | Downloaded ciborium v0.2.2 |
540 | 2025-01-17T07:08:18.456Z | Downloaded keccak v0.1.5 |
541 | 2025-01-17T07:08:18.458Z | Downloaded highway v1.2.0 |
542 | 2025-01-17T07:08:18.458Z | Downloaded httparse v1.9.5 |
543 | 2025-01-17T07:08:18.462Z | Downloaded bcs v0.1.6 |
544 | 2025-01-17T07:08:18.464Z | Downloaded psl-types v2.0.11 |
545 | 2025-01-17T07:08:18.467Z | Downloaded instability v0.3.2 |
546 | 2025-01-17T07:08:18.471Z | Downloaded ahash v0.8.11 |
547 | 2025-01-17T07:08:18.473Z | Downloaded mime v0.3.17 |
548 | 2025-01-17T07:08:18.473Z | Downloaded indoc v1.0.9 |
549 | 2025-01-17T07:08:18.476Z | Downloaded take_mut v0.2.2 |
550 | 2025-01-17T07:08:18.480Z | Downloaded radium v0.7.0 |
551 | 2025-01-17T07:08:18.480Z | Downloaded humantime v2.1.0 |
552 | 2025-01-17T07:08:18.483Z | Downloaded memoffset v0.9.1 |
553 | 2025-01-17T07:08:18.483Z | Downloaded typify-macro v0.3.0 |
554 | 2025-01-17T07:08:18.487Z | Downloaded multimap v0.10.0 |
555 | 2025-01-17T07:08:18.487Z | Downloaded clang-sys v1.8.1 |
556 | 2025-01-17T07:08:18.490Z | Downloaded managed v0.8.0 |
557 | 2025-01-17T07:08:18.492Z | Downloaded r2d2 v0.8.10 |
558 | 2025-01-17T07:08:18.492Z | Downloaded rustc-hash v2.0.0 |
559 | 2025-01-17T07:08:18.495Z | Downloaded bitflags v1.3.2 |
560 | 2025-01-17T07:08:18.498Z | Downloaded multer v3.1.0 |
561 | 2025-01-17T07:08:18.500Z | Downloaded mime_guess v2.0.5 |
562 | 2025-01-17T07:08:18.503Z | Downloaded ipnet v2.10.1 |
563 | 2025-01-17T07:08:18.506Z | Downloaded linked-hash-map v0.5.6 |
564 | 2025-01-17T07:08:18.508Z | Downloaded crossbeam-epoch v0.9.18 |
565 | 2025-01-17T07:08:18.512Z | Downloaded linear-map v1.2.0 |
566 | 2025-01-17T07:08:18.515Z | Downloaded vte_generate_state_changes v0.1.2 |
567 | 2025-01-17T07:08:18.516Z | Downloaded downcast v0.11.0 |
568 | 2025-01-17T07:08:18.518Z | Downloaded iana-time-zone v0.1.61 |
569 | 2025-01-17T07:08:18.518Z | Downloaded sec1 v0.7.3 |
570 | 2025-01-17T07:08:18.521Z | Downloaded zone_cfg_derive v0.3.0 |
571 | 2025-01-17T07:08:18.525Z | Downloaded zone_cfg_derive v0.1.2 |
572 | 2025-01-17T07:08:18.525Z | Downloaded hyper-util v0.1.10 |
573 | 2025-01-17T07:08:18.528Z | Downloaded fxhash v0.2.1 |
574 | 2025-01-17T07:08:18.531Z | Downloaded jobserver v0.1.32 |
575 | 2025-01-17T07:08:18.533Z | Downloaded lru-cache v0.1.2 |
576 | 2025-01-17T07:08:18.533Z | Downloaded float-ord v0.3.2 |
577 | 2025-01-17T07:08:18.536Z | Downloaded tap v1.0.1 |
578 | 2025-01-17T07:08:18.536Z | Downloaded tinystr v0.7.6 |
579 | 2025-01-17T07:08:18.539Z | Downloaded openssl-probe v0.1.5 |
580 | 2025-01-17T07:08:18.541Z | Downloaded num-conv v0.1.0 |
581 | 2025-01-17T07:08:18.541Z | Downloaded openssl-macros v0.1.1 |
582 | 2025-01-17T07:08:18.544Z | Downloaded peg-runtime v0.8.3 |
583 | 2025-01-17T07:08:18.544Z | Downloaded xattr v1.3.1 |
584 | 2025-01-17T07:08:18.547Z | Downloaded string_cache v0.8.7 |
585 | 2025-01-17T07:08:18.549Z | Downloaded opaque-debug v0.3.1 |
586 | 2025-01-17T07:08:18.552Z | Downloaded num_threads v0.1.7 |
587 | 2025-01-17T07:08:18.552Z | Downloaded utf-8 v0.7.6 |
588 | 2025-01-17T07:08:18.555Z | Downloaded zone v0.3.0 |
589 | 2025-01-17T07:08:18.555Z | Downloaded zone v0.1.8 |
590 | 2025-01-17T07:08:18.557Z | Downloaded strum_macros v0.25.3 |
591 | 2025-01-17T07:08:18.560Z | Downloaded lock_api v0.4.12 |
592 | 2025-01-17T07:08:18.563Z | Downloaded mockall_derive v0.13.0 |
593 | 2025-01-17T07:08:18.565Z | Downloaded icu_normalizer v1.5.0 |
594 | 2025-01-17T07:08:18.568Z | Downloaded hyper-staticfile v0.10.1 |
595 | 2025-01-17T07:08:18.571Z | Downloaded phf_shared v0.10.0 |
596 | 2025-01-17T07:08:18.574Z | Downloaded bytes v1.9.0 |
597 | 2025-01-17T07:08:18.577Z | Downloaded either v1.13.0 |
598 | 2025-01-17T07:08:18.580Z | Downloaded zeroize v1.8.1 |
599 | 2025-01-17T07:08:18.583Z | Downloaded compact_str v0.8.0 |
600 | 2025-01-17T07:08:18.586Z | Downloaded russh-cryptovec v0.7.3 |
601 | 2025-01-17T07:08:18.588Z | Downloaded icu_locid_transform_data v1.5.0 |
602 | 2025-01-17T07:08:18.591Z | Downloaded hyper-rustls v0.27.3 |
603 | 2025-01-17T07:08:18.594Z | Downloaded sigpipe v0.1.3 |
604 | 2025-01-17T07:08:18.594Z | Downloaded serde-big-array v0.5.1 |
605 | 2025-01-17T07:08:18.596Z | Downloaded futures-io v0.3.31 |
606 | 2025-01-17T07:08:18.599Z | Downloaded float-cmp v0.9.0 |
607 | 2025-01-17T07:08:18.599Z | Downloaded term v0.7.0 |
608 | 2025-01-17T07:08:18.604Z | Downloaded vte v0.11.1 |
609 | 2025-01-17T07:08:18.608Z | Downloaded tower-service v0.3.3 |
610 | 2025-01-17T07:08:18.608Z | Downloaded tinyvec_macros v0.1.1 |
611 | 2025-01-17T07:08:18.611Z | Downloaded sync-ptr v0.1.1 |
612 | 2025-01-17T07:08:18.611Z | Downloaded zerofrom v0.1.4 |
613 | 2025-01-17T07:08:18.611Z | Downloaded crypto-bigint v0.5.5 |
614 | 2025-01-17T07:08:18.618Z | Downloaded progenitor v0.9.1 |
615 | 2025-01-17T07:08:18.621Z | Downloaded phf_generator v0.11.2 |
616 | 2025-01-17T07:08:18.625Z | Downloaded ron v0.7.1 |
617 | 2025-01-17T07:08:18.631Z | Downloaded icu_provider v1.5.0 |
618 | 2025-01-17T07:08:18.633Z | Downloaded chacha20poly1305 v0.10.1 |
619 | 2025-01-17T07:08:18.636Z | Downloaded miniz_oxide v0.8.0 |
620 | 2025-01-17T07:08:18.641Z | Downloaded vsss-rs v3.3.4 |
621 | 2025-01-17T07:08:18.644Z | Downloaded diesel_table_macro_syntax v0.2.0 |
622 | 2025-01-17T07:08:18.644Z | Downloaded rand_core v0.6.4 |
623 | 2025-01-17T07:08:18.647Z | Downloaded derive_builder_macro v0.20.2 |
624 | 2025-01-17T07:08:18.647Z | Downloaded rand_seeder v0.3.0 |
625 | 2025-01-17T07:08:18.650Z | Downloaded base64 v0.13.1 |
626 | 2025-01-17T07:08:18.653Z | Downloaded endian-type v0.1.2 |
627 | 2025-01-17T07:08:18.653Z | Downloaded nodrop v0.1.14 |
628 | 2025-01-17T07:08:18.656Z | Downloaded signature v2.2.0 |
629 | 2025-01-17T07:08:18.656Z | Downloaded foreign-types-shared v0.3.1 |
630 | 2025-01-17T07:08:18.659Z | Downloaded env_logger v0.11.5 |
631 | 2025-01-17T07:08:18.659Z | Downloaded socket2 v0.5.7 |
632 | 2025-01-17T07:08:18.662Z | Downloaded ssh-encoding v0.2.0 |
633 | 2025-01-17T07:08:18.665Z | Downloaded smf v0.2.3 |
634 | 2025-01-17T07:08:18.668Z | Downloaded sync_wrapper v1.0.1 |
635 | 2025-01-17T07:08:18.668Z | Downloaded hashlink v0.9.1 |
636 | 2025-01-17T07:08:18.671Z | Downloaded oso-derive v0.27.3 |
637 | 2025-01-17T07:08:18.671Z | Downloaded synstructure v0.13.1 |
638 | 2025-01-17T07:08:18.674Z | Downloaded stable_deref_trait v1.2.0 |
639 | 2025-01-17T07:08:18.674Z | Downloaded tiny-keccak v2.0.2 |
640 | 2025-01-17T07:08:18.678Z | Downloaded utf16_iter v1.0.5 |
641 | 2025-01-17T07:08:18.681Z | Downloaded twox-hash v1.6.3 |
642 | 2025-01-17T07:08:18.683Z | Downloaded postcard v1.0.10 |
643 | 2025-01-17T07:08:18.686Z | Downloaded serde_yaml v0.9.34+deprecated |
644 | 2025-01-17T07:08:18.689Z | Downloaded ron v0.8.1 |
645 | 2025-01-17T07:08:18.696Z | Downloaded base64 v0.22.1 |
646 | 2025-01-17T07:08:18.700Z | Downloaded ed25519 v2.2.3 |
647 | 2025-01-17T07:08:18.702Z | Downloaded postgres-protocol v0.6.7 |
648 | 2025-01-17T07:08:18.706Z | Downloaded backtrace v0.3.74 |
649 | 2025-01-17T07:08:18.710Z | Downloaded toolchain_find v0.4.0 |
650 | 2025-01-17T07:08:18.713Z | Downloaded nibble_vec v0.1.0 |
651 | 2025-01-17T07:08:18.716Z | Downloaded utf8_iter v1.0.4 |
652 | 2025-01-17T07:08:18.716Z | Downloaded schemars v0.8.21 |
653 | 2025-01-17T07:08:18.730Z | Downloaded hex v0.4.3 |
654 | 2025-01-17T07:08:18.732Z | Downloaded futures-macro v0.3.31 |
655 | 2025-01-17T07:08:18.736Z | Downloaded futures-executor v0.3.31 |
656 | 2025-01-17T07:08:18.736Z | Downloaded futures-core v0.3.31 |
657 | 2025-01-17T07:08:18.737Z | Downloaded enum-as-inner v0.6.1 |
658 | 2025-01-17T07:08:18.739Z | Downloaded foreign-types-macros v0.2.3 |
659 | 2025-01-17T07:08:18.750Z | Downloaded pkg-config v0.3.31 |
660 | 2025-01-17T07:08:18.753Z | Downloaded slog-dtrace v0.3.0 |
661 | 2025-01-17T07:08:18.755Z | Downloaded oso v0.27.3 |
662 | 2025-01-17T07:08:18.758Z | Downloaded tokio-rustls v0.26.0 |
663 | 2025-01-17T07:08:18.762Z | Downloaded mio v1.0.2 |
664 | 2025-01-17T07:08:18.769Z | Downloaded foreign-types-shared v0.1.1 |
665 | 2025-01-17T07:08:18.772Z | Downloaded hickory-resolver v0.24.2 |
666 | 2025-01-17T07:08:18.776Z | Downloaded rpassword v7.3.1 |
667 | 2025-01-17T07:08:18.779Z | Downloaded value-bag v1.9.0 |
668 | 2025-01-17T07:08:18.786Z | Downloaded progenitor-impl v0.8.0 |
669 | 2025-01-17T07:08:18.786Z | Downloaded untrusted v0.9.0 |
670 | 2025-01-17T07:08:18.788Z | Downloaded parse-size v1.1.0 |
671 | 2025-01-17T07:08:18.789Z | Downloaded russh-keys v0.45.0 |
672 | 2025-01-17T07:08:18.792Z | Downloaded untrusted v0.7.1 |
673 | 2025-01-17T07:08:18.796Z | Downloaded slog-stdlog v4.1.1 |
674 | 2025-01-17T07:08:18.796Z | Downloaded slog-scope v4.4.0 |
675 | 2025-01-17T07:08:18.799Z | Downloaded thread_local v1.1.8 |
676 | 2025-01-17T07:08:18.799Z | Downloaded hash32 v0.3.1 |
677 | 2025-01-17T07:08:18.802Z | Downloaded fixedbitset v0.4.2 |
678 | 2025-01-17T07:08:18.802Z | Downloaded flume v0.11.1 |
679 | 2025-01-17T07:08:18.806Z | Downloaded dunce v1.0.5 |
680 | 2025-01-17T07:08:18.808Z | Downloaded deranged v0.3.11 |
681 | 2025-01-17T07:08:18.811Z | Downloaded diff v0.1.13 |
682 | 2025-01-17T07:08:18.814Z | Downloaded slog-envlogger v2.2.0 |
683 | 2025-01-17T07:08:18.816Z | Downloaded poly1305 v0.8.0 |
684 | 2025-01-17T07:08:18.819Z | Downloaded pin-project-internal v1.1.6 |
685 | 2025-01-17T07:08:18.821Z | Downloaded unicode-properties v0.1.3 |
686 | 2025-01-17T07:08:18.824Z | Downloaded openssl-sys v0.9.103 |
687 | 2025-01-17T07:08:18.830Z | Downloaded tokio-tungstenite v0.21.0 |
688 | 2025-01-17T07:08:18.833Z | Downloaded futures v0.3.31 |
689 | 2025-01-17T07:08:18.839Z | Downloaded rtoolbox v0.0.2 |
690 | 2025-01-17T07:08:18.842Z | Downloaded serde_path_to_error v0.1.16 |
691 | 2025-01-17T07:08:18.844Z | Downloaded rusty-fork v0.3.0 |
692 | 2025-01-17T07:08:18.847Z | Downloaded uuid v1.11.0 |
693 | 2025-01-17T07:08:18.849Z | Downloaded want v0.3.1 |
694 | 2025-01-17T07:08:18.852Z | Downloaded waitgroup v0.1.2 |
695 | 2025-01-17T07:08:18.853Z | Downloaded strip-ansi-escapes v0.2.0 |
696 | 2025-01-17T07:08:18.855Z | Downloaded thiserror-no-std v2.0.2 |
697 | 2025-01-17T07:08:18.858Z | Downloaded stringprep v0.1.5 |
698 | 2025-01-17T07:08:18.861Z | Downloaded serde_plain v1.0.2 |
699 | 2025-01-17T07:08:18.863Z | Downloaded percent-encoding v2.3.1 |
700 | 2025-01-17T07:08:18.866Z | Downloaded termcolor v1.4.1 |
701 | 2025-01-17T07:08:18.866Z | Downloaded ed25519-dalek v2.1.1 |
702 | 2025-01-17T07:08:18.869Z | Downloaded parse-display-derive v0.10.0 |
703 | 2025-01-17T07:08:18.872Z | Downloaded derive_builder v0.20.2 |
704 | 2025-01-17T07:08:18.876Z | Downloaded sqlparser_derive v0.2.2 |
705 | 2025-01-17T07:08:18.879Z | Downloaded parking_lot_core v0.9.10 |
706 | 2025-01-17T07:08:18.882Z | Downloaded time-core v0.1.2 |
707 | 2025-01-17T07:08:18.885Z | Downloaded toml_edit v0.19.15 |
708 | 2025-01-17T07:08:18.903Z | Downloaded glob v0.3.1 |
709 | 2025-01-17T07:08:18.906Z | Downloaded ghash v0.5.1 |
710 | 2025-01-17T07:08:18.906Z | Downloaded futures-task v0.3.31 |
711 | 2025-01-17T07:08:18.906Z | Downloaded futures-sink v0.3.31 |
712 | 2025-01-17T07:08:18.909Z | Downloaded funty v2.0.0 |
713 | 2025-01-17T07:08:18.909Z | Downloaded wait-timeout v0.2.0 |
714 | 2025-01-17T07:08:18.913Z | Downloaded foreign-types v0.3.2 |
715 | 2025-01-17T07:08:18.913Z | Downloaded hickory-client v0.24.2 |
716 | 2025-01-17T07:08:18.916Z | Downloaded serde_derive_internals v0.29.1 |
717 | 2025-01-17T07:08:18.919Z | Downloaded pbkdf2 v0.11.0 |
718 | 2025-01-17T07:08:18.922Z | Downloaded whoami v1.5.2 |
719 | 2025-01-17T07:08:18.924Z | Downloaded zerocopy-derive v0.8.10 |
720 | 2025-01-17T07:08:18.930Z | Downloaded quick-error v1.2.3 |
721 | 2025-01-17T07:08:18.933Z | Downloaded rustfmt-wrapper v0.2.1 |
722 | 2025-01-17T07:08:18.933Z | Downloaded quinn-udp v0.5.5 |
723 | 2025-01-17T07:08:18.936Z | Downloaded pbkdf2 v0.12.2 |
724 | 2025-01-17T07:08:18.939Z | Downloaded headers v0.4.0 |
725 | 2025-01-17T07:08:18.943Z | Downloaded write16 v1.0.0 |
726 | 2025-01-17T07:08:18.945Z | Downloaded pretty-hex v0.2.1 |
727 | 2025-01-17T07:08:18.950Z | Downloaded tls_codec v0.4.1 |
728 | 2025-01-17T07:08:18.950Z | Downloaded static_assertions v1.1.0 |
729 | 2025-01-17T07:08:18.950Z | Downloaded ssh-cipher v0.2.0 |
730 | 2025-01-17T07:08:18.953Z | Downloaded libm v0.2.8 |
731 | 2025-01-17T07:08:18.961Z | Downloaded which v4.4.2 |
732 | 2025-01-17T07:08:18.964Z | Downloaded universal-hash v0.5.1 |
733 | 2025-01-17T07:08:18.967Z | Downloaded aho-corasick v1.1.3 |
734 | 2025-01-17T07:08:18.972Z | Downloaded fragile v2.0.0 |
735 | 2025-01-17T07:08:18.975Z | Downloaded number_prefix v0.4.0 |
736 | 2025-01-17T07:08:18.980Z | Downloaded strum v0.26.3 |
737 | 2025-01-17T07:08:18.981Z | Downloaded packed_struct_codegen v0.10.1 |
738 | 2025-01-17T07:08:18.984Z | Downloaded foreign-types v0.5.0 |
739 | 2025-01-17T07:08:18.984Z | Downloaded xz2 v0.1.7 |
740 | 2025-01-17T07:08:18.986Z | Downloaded darling_macro v0.20.10 |
741 | 2025-01-17T07:08:18.986Z | Downloaded termtree v0.4.1 |
742 | 2025-01-17T07:08:18.990Z | Downloaded rfc6979 v0.4.0 |
743 | 2025-01-17T07:08:18.990Z | Downloaded fallible-iterator v0.2.0 |
744 | 2025-01-17T07:08:18.990Z | Downloaded defmt-parser v0.3.4 |
745 | 2025-01-17T07:08:18.990Z | Downloaded defmt-macros v0.3.9 |
746 | 2025-01-17T07:08:18.993Z | Downloaded siphasher v0.3.11 |
747 | 2025-01-17T07:08:18.996Z | Downloaded simd-adler32 v0.3.7 |
748 | 2025-01-17T07:08:18.996Z | Downloaded signal-hook-tokio v0.3.1 |
749 | 2025-01-17T07:08:18.998Z | Downloaded parse-display v0.10.0 |
750 | 2025-01-17T07:08:18.998Z | Downloaded document-features v0.2.10 |
751 | 2025-01-17T07:08:19.001Z | Downloaded flate2 v1.0.34 |
752 | 2025-01-17T07:08:19.006Z | Downloaded writeable v0.5.5 |
753 | 2025-01-17T07:08:19.009Z | Downloaded smallvec v0.6.14 |
754 | 2025-01-17T07:08:19.012Z | Downloaded time-macros v0.2.18 |
755 | 2025-01-17T07:08:19.014Z | Downloaded idna v1.0.3 |
756 | 2025-01-17T07:08:19.018Z | Downloaded libxml v0.3.3 |
757 | 2025-01-17T07:08:19.026Z | Downloaded fd-lock v4.0.2 |
758 | 2025-01-17T07:08:19.032Z | Downloaded newtype_derive v0.1.6 |
759 | 2025-01-17T07:08:19.036Z | Downloaded num_enum v0.5.11 |
760 | 2025-01-17T07:08:19.039Z | Downloaded yoke-derive v0.7.4 |
761 | 2025-01-17T07:08:19.039Z | Downloaded hyper v1.5.2 |
762 | 2025-01-17T07:08:19.045Z | Downloaded num_enum_derive v0.5.11 |
763 | 2025-01-17T07:08:19.047Z | Downloaded structmeta-derive v0.2.0 |
764 | 2025-01-17T07:08:19.047Z | Downloaded structmeta v0.3.0 |
765 | 2025-01-17T07:08:19.050Z | Downloaded blake3 v1.5.4 |
766 | 2025-01-17T07:08:19.058Z | Downloaded ena v0.14.3 |
767 | 2025-01-17T07:08:19.060Z | Downloaded tabwriter v1.4.0 |
768 | 2025-01-17T07:08:19.063Z | Downloaded strum_macros v0.24.3 |
769 | 2025-01-17T07:08:19.066Z | Downloaded rustc-hash v1.1.0 |
770 | 2025-01-17T07:08:19.066Z | Downloaded embedded-io v0.6.1 |
771 | 2025-01-17T07:08:19.066Z | Downloaded display-error-chain v0.2.2 |
772 | 2025-01-17T07:08:19.069Z | Downloaded diesel-dtrace v0.4.2 |
773 | 2025-01-17T07:08:19.072Z | Downloaded ff v0.13.0 |
774 | 2025-01-17T07:08:19.073Z | Downloaded yoke v0.7.4 |
775 | 2025-01-17T07:08:19.076Z | Downloaded filetime v0.2.25 |
776 | 2025-01-17T07:08:19.076Z | Downloaded slog-async v2.8.0 |
777 | 2025-01-17T07:08:19.079Z | Downloaded spki v0.7.3 |
778 | 2025-01-17T07:08:19.081Z | Downloaded smallvec v1.13.2 |
779 | 2025-01-17T07:08:19.084Z | Downloaded rustc-demangle v0.1.24 |
780 | 2025-01-17T07:08:19.084Z | Downloaded slog-bunyan v2.5.0 |
781 | 2025-01-17T07:08:19.087Z | Downloaded serde_with_macros v3.11.0 |
782 | 2025-01-17T07:08:19.090Z | Downloaded fallible-streaming-iterator v0.1.9 |
783 | 2025-01-17T07:08:19.091Z | Downloaded proc-macro-crate v1.3.1 |
784 | 2025-01-17T07:08:19.094Z | Downloaded num-rational v0.4.2 |
785 | 2025-01-17T07:08:19.094Z | Downloaded unicode-bidi v0.3.17 |
786 | 2025-01-17T07:08:19.096Z | Downloaded hex-literal v0.4.1 |
787 | 2025-01-17T07:08:19.099Z | Downloaded parking_lot v0.11.2 |
788 | 2025-01-17T07:08:19.099Z | Downloaded progenitor-macro v0.8.0 |
789 | 2025-01-17T07:08:19.102Z | Downloaded yasna v0.5.2 |
790 | 2025-01-17T07:08:19.105Z | Downloaded rustc_version v0.1.7 |
791 | 2025-01-17T07:08:19.105Z | Downloaded group v0.13.0 |
792 | 2025-01-17T07:08:19.108Z | Downloaded fallible-iterator v0.3.0 |
793 | 2025-01-17T07:08:19.108Z | Downloaded pin-utils v0.1.0 |
794 | 2025-01-17T07:08:19.110Z | Downloaded num-bigint v0.4.6 |
795 | 2025-01-17T07:08:19.114Z | Downloaded rustc_version v0.4.1 |
796 | 2025-01-17T07:08:19.117Z | Downloaded tui-tree-widget v0.22.0 |
797 | 2025-01-17T07:08:19.119Z | Downloaded num v0.4.3 |
798 | 2025-01-17T07:08:19.119Z | Downloaded russh v0.45.0 |
799 | 2025-01-17T07:08:19.125Z | Downloaded serde_urlencoded v0.7.1 |
800 | 2025-01-17T07:08:19.131Z | Downloaded num-integer v0.1.46 |
801 | 2025-01-17T07:08:19.134Z | Downloaded newtype-uuid v1.2.1 |
802 | 2025-01-17T07:08:19.134Z | Downloaded rsa v0.9.6 |
803 | 2025-01-17T07:08:19.137Z | Downloaded try-lock v0.2.5 |
804 | 2025-01-17T07:08:19.138Z | Downloaded data-encoding v2.6.0 |
805 | 2025-01-17T07:08:19.141Z | Downloaded debug-ignore v1.0.5 |
806 | 2025-01-17T07:08:19.141Z | Downloaded ssh-key v0.6.6 |
807 | 2025-01-17T07:08:19.150Z | Downloaded structmeta v0.2.0 |
808 | 2025-01-17T07:08:19.153Z | Downloaded pin-project-lite v0.2.14 |
809 | 2025-01-17T07:08:19.157Z | Downloaded typify v0.2.0 |
810 | 2025-01-17T07:08:19.160Z | Downloaded progenitor-impl v0.9.1 |
811 | 2025-01-17T07:08:19.163Z | Downloaded packed_struct v0.10.1 |
812 | 2025-01-17T07:08:19.164Z | Downloaded aws-lc-rs v1.10.0 |
813 | 2025-01-17T07:08:19.173Z | Downloaded polyval v0.6.2 |
814 | 2025-01-17T07:08:19.178Z | Downloaded phf v0.11.2 |
815 | 2025-01-17T07:08:19.182Z | Downloaded similar v2.6.0 |
816 | 2025-01-17T07:08:19.185Z | Downloaded dropshot_endpoint v0.15.1 |
817 | 2025-01-17T07:08:19.185Z | Downloaded derive_more v0.99.18 |
818 | 2025-01-17T07:08:19.191Z | Downloaded hash32 v0.2.1 |
819 | 2025-01-17T07:08:19.194Z | Downloaded flagset v0.4.6 |
820 | 2025-01-17T07:08:19.197Z | Downloaded thiserror-impl v2.0.11 |
821 | 2025-01-17T07:08:19.197Z | Downloaded ref-cast-impl v1.0.23 |
822 | 2025-01-17T07:08:19.200Z | Downloaded ppv-lite86 v0.2.20 |
823 | 2025-01-17T07:08:19.200Z | Downloaded globset v0.4.15 |
824 | 2025-01-17T07:08:19.203Z | Downloaded signal-hook-registry v1.4.2 |
825 | 2025-01-17T07:08:19.203Z | Downloaded pkcs1 v0.7.5 |
826 | 2025-01-17T07:08:19.205Z | Downloaded typify v0.3.0 |
827 | 2025-01-17T07:08:19.209Z | Downloaded fatfs v0.3.6 |
828 | 2025-01-17T07:08:19.213Z | Downloaded password-hash v0.5.0 |
829 | 2025-01-17T07:08:19.215Z | Downloaded password-hash v0.4.2 |
830 | 2025-01-17T07:08:19.218Z | Downloaded tokio-rustls v0.25.0 |
831 | 2025-01-17T07:08:19.221Z | Downloaded tracing-attributes v0.1.27 |
832 | 2025-01-17T07:08:19.224Z | Downloaded elliptic-curve v0.13.8 |
833 | 2025-01-17T07:08:19.230Z | Downloaded postgres-types v0.2.8 |
834 | 2025-01-17T07:08:19.233Z | Downloaded unicode-segmentation v1.12.0 |
835 | 2025-01-17T07:08:19.237Z | Downloaded phf_codegen v0.11.2 |
836 | 2025-01-17T07:08:19.237Z | Downloaded rustls-pemfile v2.2.0 |
837 | 2025-01-17T07:08:19.241Z | Downloaded rustls-pki-types v1.10.0 |
838 | 2025-01-17T07:08:19.241Z | Downloaded rustls-webpki v0.101.7 |
839 | 2025-01-17T07:08:19.258Z | Downloaded derive_builder_core v0.20.2 |
840 | 2025-01-17T07:08:19.261Z | Downloaded thiserror v2.0.11 |
841 | 2025-01-17T07:08:19.266Z | Downloaded bitvec v1.0.1 |
842 | 2025-01-17T07:08:19.283Z | Downloaded test-strategy v0.3.1 |
843 | 2025-01-17T07:08:19.287Z | Downloaded diesel_derives v2.2.3 |
844 | 2025-01-17T07:08:19.290Z | Downloaded unicode-normalization v0.1.24 |
845 | 2025-01-17T07:08:19.294Z | Downloaded darling_core v0.20.10 |
846 | 2025-01-17T07:08:19.299Z | Downloaded icu_properties_data v1.5.0 |
847 | 2025-01-17T07:08:19.312Z | Downloaded tungstenite v0.21.0 |
848 | 2025-01-17T07:08:19.316Z | Downloaded lalrpop v0.19.12 |
849 | 2025-01-17T07:08:19.327Z | Downloaded heapless v0.7.17 |
850 | 2025-01-17T07:08:19.332Z | Downloaded parse-zoneinfo v0.3.1 |
851 | 2025-01-17T07:08:19.337Z | Downloaded time v0.3.36 |
852 | 2025-01-17T07:08:19.344Z | Downloaded tracing-core v0.1.32 |
853 | 2025-01-17T07:08:19.347Z | Downloaded tracing v0.1.40 |
854 | 2025-01-17T07:08:19.352Z | Downloaded tokio-postgres v0.7.12 |
855 | 2025-01-17T07:08:19.358Z | Downloaded publicsuffix v2.3.0 |
856 | 2025-01-17T07:08:19.361Z | Downloaded zip v0.6.6 |
857 | 2025-01-17T07:08:19.366Z | Downloaded der v0.7.9 |
858 | 2025-01-17T07:08:19.371Z | Downloaded zerovec v0.10.4 |
859 | 2025-01-17T07:08:19.378Z | Downloaded typed-path v0.9.3 |
860 | 2025-01-17T07:08:19.387Z | Downloaded qorb v0.2.1 |
861 | 2025-01-17T07:08:19.391Z | Downloaded hashbrown v0.13.2 |
862 | 2025-01-17T07:08:19.396Z | Downloaded git2 v0.19.0 |
863 | 2025-01-17T07:08:19.405Z | Downloaded salty v0.3.0 |
864 | 2025-01-17T07:08:19.413Z | Downloaded hashbrown v0.12.3 |
865 | 2025-01-17T07:08:19.418Z | Downloaded nom v7.1.3 |
866 | 2025-01-17T07:08:19.424Z | Downloaded bindgen v0.69.5 |
867 | 2025-01-17T07:08:19.432Z | Downloaded rand v0.8.5 |
868 | 2025-01-17T07:08:19.437Z | Downloaded futures-util v0.3.31 |
869 | 2025-01-17T07:08:19.451Z | Downloaded foldhash v0.1.3 |
870 | 2025-01-17T07:08:19.453Z | Downloaded spin v0.9.8 |
871 | 2025-01-17T07:08:19.456Z | Downloaded quinn-proto v0.11.8 |
872 | 2025-01-17T07:08:19.462Z | Downloaded pkcs5 v0.7.1 |
873 | 2025-01-17T07:08:19.467Z | Downloaded zerocopy v0.8.10 |
874 | 2025-01-17T07:08:19.493Z | Downloaded p521 v0.13.3 |
875 | 2025-01-17T07:08:19.497Z | Downloaded serde_with v3.11.0 |
876 | 2025-01-17T07:08:19.506Z | Downloaded h2 v0.4.6 |
877 | 2025-01-17T07:08:19.514Z | Downloaded openssl v0.10.66 |
878 | 2025-01-17T07:08:19.525Z | Downloaded reedline v0.35.0 |
879 | 2025-01-17T07:08:19.533Z | Downloaded regex-syntax v0.6.29 |
880 | 2025-01-17T07:08:19.541Z | Downloaded sqlparser v0.45.0 |
881 | 2025-01-17T07:08:19.548Z | Downloaded winnow v0.5.40 |
882 | 2025-01-17T07:08:19.559Z | Downloaded rustls v0.22.4 |
883 | 2025-01-17T07:08:19.573Z | Downloaded petname v2.0.2 |
884 | 2025-01-17T07:08:19.578Z | Downloaded polar-core v0.27.3 |
885 | 2025-01-17T07:08:19.588Z | Downloaded nix v0.27.1 |
886 | 2025-01-17T07:08:19.601Z | Downloaded webpki-roots v0.26.6 |
887 | 2025-01-17T07:08:19.604Z | Downloaded rustls v0.21.12 |
888 | 2025-01-17T07:08:19.617Z | Downloaded gimli v0.31.1 |
889 | 2025-01-17T07:08:19.627Z | Downloaded radix_trie v0.2.1 |
890 | 2025-01-17T07:08:19.632Z | Downloaded object v0.30.4 |
891 | 2025-01-17T07:08:19.643Z | Downloaded p384 v0.13.0 |
892 | 2025-01-17T07:08:19.650Z | Downloaded unicode-width v0.2.0 |
893 | 2025-01-17T07:08:19.657Z | Downloaded regress v0.10.1 |
894 | 2025-01-17T07:08:19.666Z | Downloaded rustls v0.23.19 |
895 | 2025-01-17T07:08:19.679Z | Downloaded object v0.36.5 |
896 | 2025-01-17T07:08:19.693Z | Downloaded typify-impl v0.3.0 |
897 | 2025-01-17T07:08:19.710Z | Downloaded regex-syntax v0.8.5 |
898 | 2025-01-17T07:08:19.719Z | Downloaded diesel v2.2.6 |
899 | 2025-01-17T07:08:19.739Z | Downloaded smoltcp v0.11.0 |
900 | 2025-01-17T07:08:19.752Z | Downloaded dropshot v0.15.1 |
901 | 2025-01-17T07:08:19.774Z | Downloaded zerocopy-derive v0.6.6 |
902 | 2025-01-17T07:08:19.784Z | Downloaded typify-impl v0.2.0 |
903 | 2025-01-17T07:08:19.800Z | Downloaded sled v0.34.7 |
904 | 2025-01-17T07:08:19.811Z | Downloaded openapiv3 v2.0.0 |
905 | 2025-01-17T07:08:19.824Z | Downloaded regex-automata v0.4.8 |
906 | 2025-01-17T07:08:19.841Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
907 | 2025-01-17T07:08:19.853Z | Downloaded regress v0.9.1 |
908 | 2025-01-17T07:08:19.862Z | Downloaded ratatui v0.28.1 |
909 | 2025-01-17T07:08:19.883Z | Downloaded hickory-proto v0.24.2 |
910 | 2025-01-17T07:08:19.898Z | Downloaded bstr v1.10.0 |
911 | 2025-01-17T07:08:19.908Z | Downloaded nix v0.29.0 |
912 | 2025-01-17T07:08:19.920Z | Downloaded nix v0.28.0 |
913 | 2025-01-17T07:08:19.932Z | Downloaded smoltcp v0.9.1 |
914 | 2025-01-17T07:08:19.943Z | Downloaded lzma-sys v0.1.20 |
915 | 2025-01-17T07:08:19.972Z | Downloaded chrono-tz v0.10.0 |
916 | 2025-01-17T07:08:19.979Z | Downloaded rayon v1.10.0 |
917 | 2025-01-17T07:08:19.988Z | Downloaded rustls-webpki v0.102.8 |
918 | 2025-01-17T07:08:20.007Z | Downloaded petgraph v0.6.5 |
919 | 2025-01-17T07:08:20.024Z | Downloaded dropshot v0.12.0 |
920 | 2025-01-17T07:08:20.043Z | Downloaded csv v1.3.0 |
921 | 2025-01-17T07:08:20.064Z | Downloaded quick-xml v0.33.0 |
922 | 2025-01-17T07:08:20.070Z | Downloaded libz-sys v1.1.20 |
923 | 2025-01-17T07:08:20.091Z | Downloaded regex v1.11.1 |
924 | 2025-01-17T07:08:20.103Z | Downloaded tokio v1.43.0 |
925 | 2025-01-17T07:08:20.142Z | Downloaded vcpkg v0.2.15 |
926 | 2025-01-17T07:08:20.179Z | Downloaded sha3 v0.10.8 |
927 | 2025-01-17T07:08:20.184Z | Downloaded curve25519-dalek v4.1.3 |
928 | 2025-01-17T07:08:20.192Z | Downloaded pin-project v1.1.6 |
929 | 2025-01-17T07:08:20.203Z | Downloaded tungstenite v0.23.0 |
930 | 2025-01-17T07:08:20.207Z | Downloaded num-bigint-dig v0.8.4 |
931 | 2025-01-17T07:08:20.212Z | Downloaded pem-rfc7468 v0.7.0 |
932 | 2025-01-17T07:08:20.214Z | Downloaded rusqlite v0.32.1 |
933 | 2025-01-17T07:08:20.221Z | Downloaded chrono v0.4.38 |
934 | 2025-01-17T07:08:20.229Z | Downloaded zerocopy v0.6.6 |
935 | 2025-01-17T07:08:20.231Z | Downloaded portable-atomic v1.9.0 |
936 | 2025-01-17T07:08:20.238Z | Downloaded prettyplease v0.2.25 |
937 | 2025-01-17T07:08:20.241Z | Downloaded hashbrown v0.14.5 |
938 | 2025-01-17T07:08:20.246Z | Downloaded ref-cast v1.0.23 |
939 | 2025-01-17T07:08:20.249Z | Downloaded reqwest v0.12.9 |
940 | 2025-01-17T07:08:20.257Z | Downloaded expectorate v1.1.0 |
941 | 2025-01-17T07:08:20.260Z | Downloaded proptest v1.5.0 |
942 | 2025-01-17T07:08:20.269Z | Downloaded dropshot_endpoint v0.12.0 |
943 | 2025-01-17T07:08:20.274Z | Downloaded num-iter v0.1.45 |
944 | 2025-01-17T07:08:20.274Z | Downloaded nu-ansi-term v0.50.1 |
945 | 2025-01-17T07:08:20.276Z | Downloaded hkdf v0.12.4 |
946 | 2025-01-17T07:08:20.279Z | Downloaded paste v1.0.15 |
947 | 2025-01-17T07:08:20.282Z | Downloaded topological-sort v0.2.2 |
948 | 2025-01-17T07:08:20.282Z | Downloaded phf_shared v0.11.2 |
949 | 2025-01-17T07:08:20.284Z | Downloaded tough v0.19.0 |
950 | 2025-01-17T07:08:20.291Z | Downloaded des v0.8.1 |
951 | 2025-01-17T07:08:20.294Z | Downloaded zerovec-derive v0.10.3 |
952 | 2025-01-17T07:08:20.297Z | Downloaded serde_repr v0.1.19 |
953 | 2025-01-17T07:08:20.298Z | Downloaded displaydoc v0.2.5 |
954 | 2025-01-17T07:08:20.300Z | Downloaded dirs-sys-next v0.1.2 |
955 | 2025-01-17T07:08:20.302Z | Downloaded rustversion v1.0.17 |
956 | 2025-01-17T07:08:20.307Z | Downloaded num-traits v0.2.19 |
957 | 2025-01-17T07:08:20.311Z | Downloaded p256 v0.13.2 |
958 | 2025-01-17T07:08:20.311Z | Downloaded structmeta-derive v0.3.0 |
959 | 2025-01-17T07:08:20.311Z | Downloaded unsafe-libyaml v0.2.11 |
960 | 2025-01-17T07:08:20.314Z | Downloaded fs_extra v1.3.0 |
961 | 2025-01-17T07:08:20.316Z | Downloaded encoding_rs v0.8.34 |
962 | 2025-01-17T07:08:20.338Z | Downloaded samael v0.0.17 |
963 | 2025-01-17T07:08:20.343Z | Downloaded tokio-util v0.7.12 |
964 | 2025-01-17T07:08:20.350Z | Downloaded heck v0.3.3 |
965 | 2025-01-17T07:08:20.353Z | Downloaded embedded-io v0.4.0 |
966 | 2025-01-17T07:08:20.353Z | Downloaded dsl_auto_type v0.1.2 |
967 | 2025-01-17T07:08:20.355Z | Downloaded itertools v0.12.1 |
968 | 2025-01-17T07:08:20.360Z | Downloaded itertools v0.13.0 |
969 | 2025-01-17T07:08:20.367Z | Downloaded defmt v0.3.8 |
970 | 2025-01-17T07:08:20.370Z | Downloaded form_urlencoded v1.2.1 |
971 | 2025-01-17T07:08:20.373Z | Downloaded tls_codec_derive v0.4.1 |
972 | 2025-01-17T07:08:20.373Z | Downloaded rayon-core v1.12.1 |
973 | 2025-01-17T07:08:20.398Z | Downloaded quinn v0.11.5 |
974 | 2025-01-17T07:08:20.398Z | Downloaded zip v2.1.3 |
975 | 2025-01-17T07:08:20.403Z | Downloaded walkdir v2.5.0 |
976 | 2025-01-17T07:08:20.405Z | Downloaded omicron-zone-package v0.12.0 |
977 | 2025-01-17T07:08:20.408Z | Downloaded shlex v1.3.0 |
978 | 2025-01-17T07:08:20.410Z | Downloaded shell-words v1.1.0 |
979 | 2025-01-17T07:08:20.413Z | Downloaded sha1 v0.10.6 |
980 | 2025-01-17T07:08:20.415Z | Downloaded rustls-pemfile v1.0.4 |
981 | 2025-01-17T07:08:20.418Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
982 | 2025-01-17T07:08:20.487Z | Downloaded progenitor v0.8.0 |
983 | 2025-01-17T07:08:20.490Z | Downloaded powerfmt v0.2.0 |
984 | 2025-01-17T07:08:20.490Z | Downloaded dyn-clone v1.0.17 |
985 | 2025-01-17T07:08:20.493Z | Downloaded derive-where v1.2.7 |
986 | 2025-01-17T07:08:20.496Z | Downloaded vergen v8.3.2 |
987 | 2025-01-17T07:08:20.499Z | Downloaded olpc-cjson v0.1.4 |
988 | 2025-01-17T07:08:20.499Z | Downloaded rustyline v14.0.0 |
989 | 2025-01-17T07:08:20.503Z | Downloaded unicode_categories v0.1.1 |
990 | 2025-01-17T07:08:20.510Z | Downloaded tungstenite v0.24.0 |
991 | 2025-01-17T07:08:20.513Z | Downloaded unicode-xid v0.2.6 |
992 | 2025-01-17T07:08:20.513Z | Downloaded unicode-truncate v1.1.0 |
993 | 2025-01-17T07:08:20.513Z | Downloaded tokio-macros v2.5.0 |
994 | 2025-01-17T07:08:20.513Z | Downloaded same-file v1.0.6 |
995 | 2025-01-17T07:08:20.516Z | Downloaded getrandom v0.2.15 |
996 | 2025-01-17T07:08:20.519Z | Downloaded ecdsa v0.16.9 |
997 | 2025-01-17T07:08:20.521Z | Downloaded tokio-stream v0.1.16 |
998 | 2025-01-17T07:08:20.524Z | Downloaded subprocess v0.2.9 |
999 | 2025-01-17T07:08:20.527Z | Downloaded itertools v0.10.5 |
1000 | 2025-01-17T07:08:20.534Z | Downloaded path-slash v0.1.5 |
1001 | 2025-01-17T07:08:20.537Z | Downloaded tokio-native-tls v0.3.1 |
1002 | 2025-01-17T07:08:20.537Z | Downloaded termios v0.3.3 |
1003 | 2025-01-17T07:08:20.540Z | Downloaded sqlformat v0.2.6 |
1004 | 2025-01-17T07:08:20.543Z | Downloaded subtle v2.6.1 |
1005 | 2025-01-17T07:08:20.543Z | Downloaded crossterm v0.28.1 |
1006 | 2025-01-17T07:08:20.548Z | Downloaded der_derive v0.7.3 |
1007 | 2025-01-17T07:08:20.550Z | Downloaded slog-term v2.9.1 |
1008 | 2025-01-17T07:08:20.553Z | Downloaded x509-cert v0.2.5 |
1009 | 2025-01-17T07:08:20.559Z | Downloaded parking_lot v0.12.3 |
1010 | 2025-01-17T07:08:20.562Z | Downloaded steno v0.4.1 |
1011 | 2025-01-17T07:08:20.565Z | Downloaded rand_xorshift v0.3.0 |
1012 | 2025-01-17T07:08:20.567Z | Downloaded rand_chacha v0.3.1 |
1013 | 2025-01-17T07:08:20.567Z | Downloaded predicates-tree v1.0.11 |
1014 | 2025-01-17T07:08:20.570Z | Downloaded predicates-core v1.0.8 |
1015 | 2025-01-17T07:08:20.570Z | Downloaded predicates v3.1.2 |
1016 | 2025-01-17T07:08:20.572Z | Downloaded owo-colors v4.1.0 |
1017 | 2025-01-17T07:08:20.575Z | Downloaded num-derive v0.4.2 |
1018 | 2025-01-17T07:08:20.575Z | Downloaded gethostname v0.5.0 |
1019 | 2025-01-17T07:08:20.578Z | Downloaded minimal-lexical v0.2.1 |
1020 | 2025-01-17T07:08:20.581Z | Downloaded url v2.5.3 |
1021 | 2025-01-17T07:08:20.584Z | Downloaded parking_lot_core v0.8.6 |
1022 | 2025-01-17T07:08:20.587Z | Downloaded thiserror-impl-no-std v2.0.2 |
1023 | 2025-01-17T07:08:20.589Z | Downloaded difflib v0.4.0 |
1024 | 2025-01-17T07:08:20.589Z | Downloaded semver v0.1.20 |
1025 | 2025-01-17T07:08:20.589Z | Downloaded scrypt v0.11.0 |
1026 | 2025-01-17T07:08:20.595Z | Downloaded unicase v2.7.0 |
1027 | 2025-01-17T07:08:20.595Z | Downloaded unarray v0.1.4 |
1028 | 2025-01-17T07:08:20.595Z | Downloaded uzers v0.12.1 |
1029 | 2025-01-17T07:08:20.598Z | Downloaded hickory-server v0.24.2 |
1030 | 2025-01-17T07:08:20.601Z | Downloaded precomputed-hash v0.1.1 |
1031 | 2025-01-17T07:08:20.604Z | Downloaded resolv-conf v0.7.0 |
1032 | 2025-01-17T07:08:20.604Z | Downloaded http v1.2.0 |
1033 | 2025-01-17T07:08:20.608Z | Downloaded aes-gcm v0.10.3 |
1034 | 2025-01-17T07:08:20.611Z | Downloaded futures-channel v0.3.31 |
1035 | 2025-01-17T07:08:20.614Z | Downloaded snafu v0.8.5 |
1036 | 2025-01-17T07:08:20.620Z | Downloaded aes v0.8.4 |
1037 | 2025-01-17T07:08:20.623Z | Downloaded crossbeam-channel v0.5.13 |
1038 | 2025-01-17T07:08:20.627Z | Downloaded pem v3.0.4 |
1039 | 2025-01-17T07:08:20.629Z | Downloaded peg v0.8.4 |
1040 | 2025-01-17T07:08:20.632Z | Downloaded scopeguard v1.2.0 |
1041 | 2025-01-17T07:08:20.636Z | Downloaded schemars_derive v0.8.21 |
1042 | 2025-01-17T07:08:20.636Z | Downloaded scheduled-thread-pool v0.2.7 |
1043 | 2025-01-17T07:08:20.636Z | Downloaded progenitor-macro v0.9.1 |
1044 | 2025-01-17T07:08:20.639Z | Downloaded primeorder v0.13.6 |
1045 | 2025-01-17T07:08:20.639Z | Downloaded num-complex v0.4.6 |
1046 | 2025-01-17T07:08:20.642Z | Downloaded zeroize_derive v1.4.2 |
1047 | 2025-01-17T07:08:20.642Z | Downloaded zerofrom-derive v0.1.4 |
1048 | 2025-01-17T07:08:20.642Z | Downloaded slog-json v2.6.1 |
1049 | 2025-01-17T07:08:20.644Z | Downloaded serde-hex v0.1.0 |
1050 | 2025-01-17T07:08:20.645Z | Downloaded half v2.4.1 |
1051 | 2025-01-17T07:08:20.647Z | Downloaded zopfli v0.8.1 |
1052 | 2025-01-17T07:08:20.650Z | Downloaded tokio-tungstenite v0.23.1 |
1053 | 2025-01-17T07:08:20.652Z | Downloaded tar v0.4.42 |
1054 | 2025-01-17T07:08:20.655Z | Downloaded slog v2.7.0 |
1055 | 2025-01-17T07:08:20.657Z | Downloaded icu_properties v1.5.1 |
1056 | 2025-01-17T07:08:20.660Z | Downloaded indicatif v0.17.9 |
1057 | 2025-01-17T07:08:20.663Z | Downloaded heapless v0.8.0 |
1058 | 2025-01-17T07:08:20.666Z | Downloaded bumpalo v3.16.0 |
1059 | 2025-01-17T07:08:20.669Z | Downloaded base64 v0.21.7 |
1060 | 2025-01-17T07:08:20.672Z | Downloaded pkcs8 v0.10.2 |
1061 | 2025-01-17T07:08:20.674Z | Downloaded peg-macros v0.8.4 |
1062 | 2025-01-17T07:08:20.677Z | Downloaded supports-color v3.0.1 |
1063 | 2025-01-17T07:08:20.677Z | Downloaded rcgen v0.12.1 |
1064 | 2025-01-17T07:08:20.680Z | Downloaded cc v1.1.30 |
1065 | 2025-01-17T07:08:20.683Z | Downloaded toml v0.7.8 |
1066 | 2025-01-17T07:08:20.685Z | Downloaded env_logger v0.10.2 |
1067 | 2025-01-17T07:08:20.688Z | Downloaded tinyvec v1.8.0 |
1068 | 2025-01-17T07:08:20.690Z | Downloaded signal-hook v0.3.17 |
1069 | 2025-01-17T07:08:20.693Z | Downloaded icu_collections v1.5.0 |
1070 | 2025-01-17T07:08:20.699Z | Downloaded const_format v0.2.33 |
1071 | 2025-01-17T07:08:20.703Z | Downloaded tokio-rustls v0.24.1 |
1072 | 2025-01-17T07:08:20.705Z | Downloaded strum_macros v0.26.4 |
1073 | 2025-01-17T07:08:20.708Z | Downloaded tokio-tungstenite v0.24.0 |
1074 | 2025-01-17T07:08:20.710Z | Downloaded snafu-derive v0.8.5 |
1075 | 2025-01-17T07:08:20.710Z | Downloaded signal-hook-mio v0.2.4 |
1076 | 2025-01-17T07:08:20.714Z | Downloaded salsa20 v0.10.2 |
1077 | 2025-01-17T07:08:20.714Z | Downloaded env_filter v0.1.2 |
1078 | 2025-01-17T07:08:20.716Z | Downloaded dirs-next v2.0.0 |
1079 | 2025-01-17T07:08:20.716Z | Downloaded progenitor-client v0.9.1 |
1080 | 2025-01-17T07:08:20.716Z | Downloaded progenitor-client v0.8.0 |
1081 | 2025-01-17T07:08:20.717Z | Downloaded sct v0.7.1 |
1082 | 2025-01-17T07:08:20.721Z | Downloaded indexmap v1.9.3 |
1083 | 2025-01-17T07:08:20.723Z | Downloaded icu_normalizer_data v1.5.0 |
1084 | 2025-01-17T07:08:20.726Z | Downloaded litrs v0.4.1 |
1085 | 2025-01-17T07:08:20.729Z | Downloaded cookie v0.18.1 |
1086 | 2025-01-17T07:08:20.731Z | Downloaded wyz v0.5.1 |
1087 | 2025-01-17T07:08:20.731Z | Downloaded secrecy v0.8.0 |
1088 | 2025-01-17T07:08:20.734Z | Downloaded native-tls v0.2.12 |
1089 | 2025-01-17T07:08:20.736Z | Downloaded normalize-line-endings v0.3.0 |
1090 | 2025-01-17T07:08:20.736Z | Downloaded headers-core v0.3.0 |
1091 | 2025-01-17T07:08:20.736Z | Downloaded slab v0.4.9 |
1092 | 2025-01-17T07:08:20.739Z | Downloaded litemap v0.7.3 |
1093 | 2025-01-17T07:08:20.741Z | Downloaded chrono-tz-build v0.4.0 |
1094 | 2025-01-17T07:08:20.742Z | Downloaded allocator-api2 v0.2.18 |
1095 | 2025-01-17T07:08:20.744Z | Downloaded hmac v0.12.1 |
1096 | 2025-01-17T07:08:20.747Z | Downloaded crc-any v2.5.0 |
1097 | 2025-01-17T07:08:20.749Z | Downloaded arc-swap v1.7.1 |
1098 | 2025-01-17T07:08:20.752Z | Downloaded bit-vec v0.6.3 |
1099 | 2025-01-17T07:08:20.754Z | Downloaded blake2 v0.10.6 |
1100 | 2025-01-17T07:08:20.758Z | Downloaded libloading v0.8.5 |
1101 | 2025-01-17T07:08:20.758Z | Downloaded crossbeam-utils v0.8.20 |
1102 | 2025-01-17T07:08:20.760Z | Downloaded const-oid v0.9.6 |
1103 | 2025-01-17T07:08:20.763Z | Downloaded cookie_store v0.21.1 |
1104 | 2025-01-17T07:08:20.765Z | Downloaded csv-core v0.1.11 |
1105 | 2025-01-17T07:08:20.765Z | Downloaded typify-macro v0.2.0 |
1106 | 2025-01-17T07:08:20.768Z | Downloaded memmap2 v0.9.5 |
1107 | 2025-01-17T07:08:20.769Z | Downloaded lru v0.12.5 |
1108 | 2025-01-17T07:08:20.771Z | Downloaded icu_locid v1.5.0 |
1109 | 2025-01-17T07:08:20.774Z | Downloaded lockfree-object-pool v0.1.6 |
1110 | 2025-01-17T07:08:20.777Z | Downloaded libefi-sys v0.1.0 |
1111 | 2025-01-17T07:08:20.777Z | Downloaded cfg_aliases v0.2.1 |
1112 | 2025-01-17T07:08:20.779Z | Downloaded base64ct v1.6.0 |
1113 | 2025-01-17T07:08:20.782Z | Downloaded cancel-safe-futures v0.1.5 |
1114 | 2025-01-17T07:08:20.785Z | Downloaded ipnetwork v0.20.0 |
1115 | 2025-01-17T07:08:20.787Z | Downloaded internet-checksum v0.2.1 |
1116 | 2025-01-17T07:08:20.787Z | Downloaded idna_adapter v1.2.0 |
1117 | 2025-01-17T07:08:20.787Z | Downloaded icu_locid_transform v1.5.0 |
1118 | 2025-01-17T07:08:20.790Z | Downloaded hyper-tls v0.6.0 |
1119 | 2025-01-17T07:08:20.793Z | Downloaded const_format_proc_macros v0.2.33 |
1120 | 2025-01-17T07:08:20.793Z | Downloaded lalrpop-util v0.19.12 |
1121 | 2025-01-17T07:08:20.798Z | Downloaded inout v0.1.3 |
1122 | 2025-01-17T07:08:20.798Z | Downloaded indent_write v2.2.0 |
1123 | 2025-01-17T07:08:20.798Z | Downloaded maplit v1.0.2 |
1124 | 2025-01-17T07:08:20.801Z | Downloaded impl-trait-for-tuples v0.2.2 |
1125 | 2025-01-17T07:08:20.801Z | Downloaded kstat-rs v0.2.4 |
1126 | 2025-01-17T07:08:20.801Z | Downloaded hubpack v0.1.2 |
1127 | 2025-01-17T07:08:20.804Z | Downloaded async-trait v0.1.83 |
1128 | 2025-01-17T07:08:20.806Z | Downloaded atomic-waker v1.1.2 |
1129 | 2025-01-17T07:08:20.810Z | Downloaded arrayvec v0.7.6 |
1130 | 2025-01-17T07:08:20.813Z | Downloaded crossbeam-deque v0.8.5 |
1131 | 2025-01-17T07:08:20.815Z | Downloaded castaway v0.2.3 |
1132 | 2025-01-17T07:08:20.815Z | Downloaded convert_case v0.4.0 |
1133 | 2025-01-17T07:08:20.818Z | Downloaded constant_time_eq v0.3.1 |
1134 | 2025-01-17T07:08:20.818Z | Downloaded httpdate v1.0.3 |
1135 | 2025-01-17T07:08:20.822Z | Downloaded block-padding v0.3.3 |
1136 | 2025-01-17T07:08:20.822Z | Downloaded bit-set v0.5.3 |
1137 | 2025-01-17T07:08:20.822Z | Downloaded cbc v0.1.2 |
1138 | 2025-01-17T07:08:20.824Z | Downloaded buf-list v1.0.3 |
1139 | 2025-01-17T07:08:20.824Z | Downloaded bitfield-struct v0.6.2 |
1140 | 2025-01-17T07:08:20.827Z | Downloaded bitfield v0.14.0 |
1141 | 2025-01-17T07:08:20.827Z | Downloaded chacha20 v0.9.1 |
1142 | 2025-01-17T07:08:20.829Z | Downloaded cobs v0.2.3 |
1143 | 2025-01-17T07:08:20.829Z | Downloaded cassowary v0.3.0 |
1144 | 2025-01-17T07:08:20.833Z | Downloaded ring v0.17.8 |
1145 | 2025-01-17T07:08:20.902Z | Downloaded base16ct v0.2.0 |
1146 | 2025-01-17T07:08:20.906Z | Downloaded icu_provider_macros v1.5.0 |
1147 | 2025-01-17T07:08:20.906Z | Downloaded ciborium-ll v0.2.2 |
1148 | 2025-01-17T07:08:20.906Z | Downloaded bb8 v0.8.5 |
1149 | 2025-01-17T07:08:20.909Z | Downloaded ascii-canvas v3.0.0 |
1150 | 2025-01-17T07:08:20.909Z | Downloaded arrayref v0.3.9 |
1151 | 2025-01-17T07:08:20.970Z | Downloaded libsqlite3-sys v0.30.1 |
1152 | 2025-01-17T07:08:21.171Z | Downloaded aws-lc-sys v0.22.0 |
1153 | 2025-01-17T07:08:21.484Z | Compiling serde v1.0.217 |
1154 | 2025-01-17T07:08:21.487Z | Compiling lock_api v0.4.12 |
1155 | 2025-01-17T07:08:21.487Z | Compiling scopeguard v1.2.0 |
1156 | 2025-01-17T07:08:21.487Z | Compiling value-bag v1.9.0 |
1157 | 2025-01-17T07:08:21.487Z | Compiling typenum v1.17.0 |
1158 | 2025-01-17T07:08:21.489Z | Compiling generic-array v0.14.7 |
1159 | 2025-01-17T07:08:21.489Z | Compiling syn v2.0.96 |
1160 | 2025-01-17T07:08:21.641Z | Compiling getrandom v0.2.15 |
1161 | 2025-01-17T07:08:21.780Z | Compiling shlex v1.3.0 |
1162 | 2025-01-17T07:08:22.058Z | Compiling rand_core v0.6.4 |
1163 | 2025-01-17T07:08:22.096Z | Compiling log v0.4.22 |
1164 | 2025-01-17T07:08:22.200Z | Compiling subtle v2.6.1 |
1165 | 2025-01-17T07:08:22.218Z | Compiling jobserver v0.1.32 |
1166 | 2025-01-17T07:08:22.237Z | Compiling smallvec v1.13.2 |
1167 | 2025-01-17T07:08:22.555Z | Compiling const-oid v0.9.6 |
1168 | 2025-01-17T07:08:22.576Z | Compiling spin v0.9.8 |
1169 | 2025-01-17T07:08:22.601Z | Compiling pin-project-lite v0.2.14 |
1170 | 2025-01-17T07:08:22.656Z | Compiling cc v1.1.30 |
1171 | 2025-01-17T07:08:22.748Z | Compiling rustix v0.38.37 |
1172 | 2025-01-17T07:08:22.874Z | Compiling parking_lot_core v0.9.10 |
1173 | 2025-01-17T07:08:22.950Z | Compiling futures-core v0.3.31 |
1174 | 2025-01-17T07:08:23.049Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2025-01-17T07:08:23.183Z | Compiling mio v1.0.2 |
1176 | 2025-01-17T07:08:23.544Z | Compiling aho-corasick v1.1.3 |
1177 | 2025-01-17T07:08:23.753Z | Compiling parking_lot v0.12.3 |
1178 | 2025-01-17T07:08:23.895Z | Compiling stable_deref_trait v1.2.0 |
1179 | 2025-01-17T07:08:24.018Z | Compiling regex-syntax v0.8.5 |
1180 | 2025-01-17T07:08:24.123Z | Compiling either v1.13.0 |
1181 | 2025-01-17T07:08:24.247Z | Compiling cpufeatures v0.2.14 |
1182 | 2025-01-17T07:08:24.358Z | Compiling lazy_static v1.5.0 |
1183 | 2025-01-17T07:08:24.496Z | Compiling glob v0.3.1 |
1184 | 2025-01-17T07:08:24.498Z | Compiling futures-sink v0.3.31 |
1185 | 2025-01-17T07:08:24.538Z | Compiling socket2 v0.5.7 |
1186 | 2025-01-17T07:08:24.592Z | Compiling slab v0.4.9 |
1187 | 2025-01-17T07:08:24.668Z | Compiling prettyplease v0.2.25 |
1188 | 2025-01-17T07:08:25.015Z | Compiling serde_json v1.0.135 |
1189 | 2025-01-17T07:08:25.039Z | Compiling minimal-lexical v0.2.1 |
1190 | 2025-01-17T07:08:25.347Z | Compiling clang-sys v1.8.1 |
1191 | 2025-01-17T07:08:25.393Z | Compiling libloading v0.8.5 |
1192 | 2025-01-17T07:08:25.585Z | Compiling nom v7.1.3 |
1193 | 2025-01-17T07:08:25.730Z | Compiling bindgen v0.69.5 |
1194 | 2025-01-17T07:08:25.845Z | Compiling home v0.5.9 |
1195 | 2025-01-17T07:08:26.111Z | Compiling futures-channel v0.3.31 |
1196 | 2025-01-17T07:08:26.357Z | Compiling itertools v0.12.1 |
1197 | 2025-01-17T07:08:26.543Z | Compiling rustc-hash v1.1.0 |
1198 | 2025-01-17T07:08:26.594Z | Compiling lazycell v1.3.0 |
1199 | 2025-01-17T07:08:26.702Z | Compiling libm v0.2.8 |
1200 | 2025-01-17T07:08:26.785Z | Compiling allocator-api2 v0.2.18 |
1201 | 2025-01-17T07:08:27.050Z | Compiling foldhash v0.1.3 |
1202 | 2025-01-17T07:08:27.392Z | Compiling pin-utils v0.1.0 |
1203 | 2025-01-17T07:08:27.501Z | Compiling futures-io v0.3.31 |
1204 | 2025-01-17T07:08:27.543Z | Compiling futures-task v0.3.31 |
1205 | 2025-01-17T07:08:27.758Z | Compiling regex-automata v0.4.8 |
1206 | 2025-01-17T07:08:27.838Z | Compiling hashbrown v0.15.1 |
1207 | 2025-01-17T07:08:28.446Z | Compiling cmake v0.1.51 |
1208 | 2025-01-17T07:08:28.927Z | Compiling synstructure v0.13.1 |
1209 | 2025-01-17T07:08:29.237Z | Compiling cexpr v0.6.0 |
1210 | 2025-01-17T07:08:29.289Z | Compiling num-traits v0.2.19 |
1211 | 2025-01-17T07:08:29.593Z | Compiling pkg-config v0.3.31 |
1212 | 2025-01-17T07:08:30.288Z | Compiling fs_extra v1.3.0 |
1213 | 2025-01-17T07:08:30.392Z | Compiling dunce v1.0.5 |
1214 | 2025-01-17T07:08:30.884Z | Compiling writeable v0.5.5 |
1215 | 2025-01-17T07:08:30.887Z | Compiling litemap v0.7.3 |
1216 | 2025-01-17T07:08:30.976Z | Compiling ring v0.17.8 |
1217 | 2025-01-17T07:08:31.277Z | Compiling base64ct v1.6.0 |
1218 | 2025-01-17T07:08:31.426Z | Compiling paste v1.0.15 |
1219 | 2025-01-17T07:08:31.854Z | Compiling pem-rfc7468 v0.7.0 |
1220 | 2025-01-17T07:08:31.993Z | Compiling httparse v1.9.5 |
1221 | 2025-01-17T07:08:32.129Z | Compiling aws-lc-rs v1.10.0 |
1222 | 2025-01-17T07:08:32.435Z | Compiling flagset v0.4.6 |
1223 | 2025-01-17T07:08:32.496Z | Compiling icu_locid_transform_data v1.5.0 |
1224 | 2025-01-17T07:08:32.630Z | Compiling tracing-core v0.1.32 |
1225 | 2025-01-17T07:08:32.734Z | Compiling icu_properties_data v1.5.0 |
1226 | 2025-01-17T07:08:32.991Z | Compiling crossbeam-utils v0.8.20 |
1227 | 2025-01-17T07:08:33.425Z | Compiling regex v1.11.1 |
1228 | 2025-01-17T07:08:33.472Z | Compiling percent-encoding v2.3.1 |
1229 | 2025-01-17T07:08:33.599Z | Compiling rustls-pki-types v1.10.0 |
1230 | 2025-01-17T07:08:33.793Z | Compiling utf8_iter v1.0.4 |
1231 | 2025-01-17T07:08:34.038Z | Compiling powerfmt v0.2.0 |
1232 | 2025-01-17T07:08:34.178Z | Compiling serde_derive v1.0.217 |
1233 | 2025-01-17T07:08:34.341Z | Compiling zeroize_derive v1.4.2 |
1234 | 2025-01-17T07:08:34.395Z | Compiling zerocopy-derive v0.7.35 |
1235 | 2025-01-17T07:08:34.415Z | Compiling tokio-macros v2.5.0 |
1236 | 2025-01-17T07:08:34.489Z | Compiling zerofrom-derive v0.1.4 |
1237 | 2025-01-17T07:08:35.774Z | Compiling zeroize v1.8.1 |
1238 | 2025-01-17T07:08:35.892Z | Compiling yoke-derive v0.7.4 |
1239 | 2025-01-17T07:08:36.356Z | Compiling zerocopy v0.7.35 |
1240 | 2025-01-17T07:08:36.557Z | Compiling zerovec-derive v0.10.3 |
1241 | 2025-01-17T07:08:37.321Z | Compiling crypto-common v0.1.6 |
1242 | 2025-01-17T07:08:37.549Z | Compiling block-buffer v0.10.4 |
1243 | 2025-01-17T07:08:37.575Z | Compiling thiserror-impl v1.0.69 |
1244 | 2025-01-17T07:08:37.777Z | Compiling digest v0.10.7 |
1245 | 2025-01-17T07:08:37.858Z | Compiling zerofrom v0.1.4 |
1246 | 2025-01-17T07:08:38.052Z | Compiling futures-macro v0.3.31 |
1247 | 2025-01-17T07:08:38.220Z | Compiling hmac v0.12.1 |
1248 | 2025-01-17T07:08:38.468Z | Compiling yoke v0.7.4 |
1249 | 2025-01-17T07:08:38.487Z | Compiling displaydoc v0.2.5 |
1250 | 2025-01-17T07:08:38.588Z | Compiling block-padding v0.3.3 |
1251 | 2025-01-17T07:08:38.813Z | Compiling inout v0.1.3 |
1252 | 2025-01-17T07:08:38.840Z | Compiling sha2 v0.10.8 |
1253 | 2025-01-17T07:08:38.917Z | Compiling zerovec v0.10.4 |
1254 | 2025-01-17T07:08:39.087Z | Compiling cipher v0.4.4 |
1255 | 2025-01-17T07:08:39.585Z | Compiling icu_provider_macros v1.5.0 |
1256 | 2025-01-17T07:08:39.772Z | Compiling futures-util v0.3.31 |
1257 | 2025-01-17T07:08:39.976Z | Compiling ppv-lite86 v0.2.20 |
1258 | 2025-01-17T07:08:40.458Z | Compiling thiserror v1.0.69 |
1259 | 2025-01-17T07:08:40.603Z | Compiling tinystr v0.7.6 |
1260 | 2025-01-17T07:08:40.649Z | Compiling der_derive v0.7.3 |
1261 | 2025-01-17T07:08:40.731Z | Compiling rand_chacha v0.3.1 |
1262 | 2025-01-17T07:08:40.900Z | Compiling icu_locid v1.5.0 |
1263 | 2025-01-17T07:08:40.971Z | Compiling icu_collections v1.5.0 |
1264 | 2025-01-17T07:08:42.155Z | Compiling icu_provider v1.5.0 |
1265 | 2025-01-17T07:08:42.195Z | Compiling tracing-attributes v0.1.27 |
1266 | 2025-01-17T07:08:42.866Z | Compiling icu_locid_transform v1.5.0 |
1267 | 2025-01-17T07:08:42.888Z | Compiling der v0.7.9 |
1268 | 2025-01-17T07:08:42.891Z | Compiling rand v0.8.5 |
1269 | 2025-01-17T07:08:43.028Z | Compiling pest v2.7.14 |
1270 | 2025-01-17T07:08:44.866Z | Compiling spki v0.7.3 |
1271 | 2025-01-17T07:08:44.925Z | Compiling icu_properties v1.5.1 |
1272 | 2025-01-17T07:08:45.166Z | Compiling salsa20 v0.10.2 |
1273 | 2025-01-17T07:08:45.222Z | Compiling pbkdf2 v0.12.2 |
1274 | 2025-01-17T07:08:45.365Z | Compiling tracing v0.1.40 |
1275 | 2025-01-17T07:08:45.390Z | Compiling untrusted v0.7.1 |
1276 | 2025-01-17T07:08:45.440Z | Compiling time-core v0.1.2 |
1277 | 2025-01-17T07:08:45.514Z | Compiling mirai-annotations v1.12.0 |
1278 | 2025-01-17T07:08:45.599Z | Compiling utf16_iter v1.0.5 |
1279 | 2025-01-17T07:08:45.618Z | Compiling num-conv v0.1.0 |
1280 | 2025-01-17T07:08:45.703Z | Compiling untrusted v0.9.0 |
1281 | 2025-01-17T07:08:45.815Z | Compiling write16 v1.0.0 |
1282 | 2025-01-17T07:08:45.838Z | Compiling icu_normalizer_data v1.5.0 |
1283 | 2025-01-17T07:08:45.873Z | Compiling vcpkg v0.2.15 |
1284 | 2025-01-17T07:08:45.896Z | Compiling time-macros v0.2.18 |
1285 | 2025-01-17T07:08:45.943Z | Compiling pest_meta v2.7.14 |
1286 | 2025-01-17T07:08:45.946Z | Compiling scrypt v0.11.0 |
1287 | 2025-01-17T07:08:45.995Z | Compiling cbc v0.1.2 |
1288 | 2025-01-17T07:08:46.224Z | Compiling aes v0.8.4 |
1289 | 2025-01-17T07:08:46.464Z | Compiling deranged v0.3.11 |
1290 | 2025-01-17T07:08:46.905Z | Compiling bitflags v2.6.0 |
1291 | 2025-01-17T07:08:47.343Z | Compiling bytes v1.9.0 |
1292 | 2025-01-17T07:08:48.525Z | Compiling tokio v1.43.0 |
1293 | 2025-01-17T07:08:48.910Z | Compiling indexmap v2.7.0 |
1294 | 2025-01-17T07:08:48.978Z | Compiling http v1.2.0 |
1295 | 2025-01-17T07:08:49.413Z | Compiling semver v1.0.24 |
1296 | 2025-01-17T07:08:49.470Z | Compiling icu_normalizer v1.5.0 |
1297 | 2025-01-17T07:08:50.136Z | Compiling rustc_version v0.4.1 |
1298 | 2025-01-17T07:08:50.206Z | Compiling openssl-sys v0.9.103 |
1299 | 2025-01-17T07:08:50.395Z | Compiling scroll_derive v0.12.0 |
1300 | 2025-01-17T07:08:50.843Z | Compiling num_threads v0.1.7 |
1301 | 2025-01-17T07:08:50.981Z | Compiling atomic-waker v1.1.2 |
1302 | 2025-01-17T07:08:51.165Z | Compiling tinyvec_macros v0.1.1 |
1303 | 2025-01-17T07:08:51.185Z | Compiling time v0.3.36 |
1304 | 2025-01-17T07:08:51.263Z | Compiling tinyvec v1.8.0 |
1305 | 2025-01-17T07:08:51.283Z | Compiling which v4.4.2 |
1306 | 2025-01-17T07:08:51.500Z | Compiling http-body v1.0.1 |
1307 | 2025-01-17T07:08:51.779Z | Compiling scroll v0.12.0 |
1308 | 2025-01-17T07:08:51.829Z | Compiling idna_adapter v1.2.0 |
1309 | 2025-01-17T07:08:51.857Z | Compiling pest_generator v2.7.14 |
1310 | 2025-01-17T07:08:52.049Z | Compiling pkcs5 v0.7.1 |
1311 | 2025-01-17T07:08:52.306Z | Compiling form_urlencoded v1.2.1 |
1312 | 2025-01-17T07:08:52.482Z | Compiling slog v2.7.0 |
1313 | 2025-01-17T07:08:52.611Z | Compiling try-lock v0.2.5 |
1314 | 2025-01-17T07:08:52.729Z | Compiling pkcs8 v0.10.2 |
1315 | 2025-01-17T07:08:52.773Z | Compiling want v0.3.1 |
1316 | 2025-01-17T07:08:53.030Z | Compiling goblin v0.8.2 |
1317 | 2025-01-17T07:08:53.051Z | Compiling idna v1.0.3 |
1318 | 2025-01-17T07:08:53.139Z | Compiling uuid v1.11.0 |
1319 | 2025-01-17T07:08:53.396Z | Compiling iana-time-zone v0.1.61 |
1320 | 2025-01-17T07:08:53.702Z | Compiling pest_derive v2.7.14 |
1321 | 2025-01-17T07:08:53.780Z | Compiling httpdate v1.0.3 |
1322 | 2025-01-17T07:08:54.238Z | Compiling chrono v0.4.38 |
1323 | 2025-01-17T07:08:54.489Z | Compiling dtrace-parser v0.2.0 |
1324 | 2025-01-17T07:08:54.618Z | Compiling serde_spanned v0.6.8 |
1325 | 2025-01-17T07:08:54.851Z | Compiling serde_tokenstream v0.2.2 |
1326 | 2025-01-17T07:08:55.238Z | Compiling toml_datetime v0.6.8 |
1327 | 2025-01-17T07:08:55.485Z | Compiling openssl v0.10.66 |
1328 | 2025-01-17T07:08:55.759Z | Compiling tower-service v0.3.3 |
1329 | 2025-01-17T07:08:55.893Z | Compiling base64 v0.22.1 |
1330 | 2025-01-17T07:08:55.896Z | Compiling adler2 v2.0.0 |
1331 | 2025-01-17T07:08:55.935Z | Compiling foreign-types-shared v0.1.1 |
1332 | 2025-01-17T07:08:56.068Z | Compiling match_cfg v0.1.0 |
1333 | 2025-01-17T07:08:56.126Z | Compiling rustversion v1.0.17 |
1334 | 2025-01-17T07:08:56.176Z | Compiling hostname v0.3.1 |
1335 | 2025-01-17T07:08:56.389Z | Compiling tokio-util v0.7.12 |
1336 | 2025-01-17T07:08:56.411Z | Compiling miniz_oxide v0.8.0 |
1337 | 2025-01-17T07:08:56.586Z | Compiling foreign-types v0.3.2 |
1338 | 2025-01-17T07:08:56.729Z | Compiling url v2.5.3 |
1339 | 2025-01-17T07:08:57.585Z | Compiling h2 v0.4.6 |
1340 | 2025-01-17T07:08:57.612Z | Compiling async-trait v0.1.83 |
1341 | 2025-01-17T07:08:57.854Z | Compiling openssl-macros v0.1.1 |
1342 | 2025-01-17T07:08:58.105Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2025-01-17T07:08:58.494Z | Compiling dirs-sys-next v0.1.2 |
1344 | 2025-01-17T07:08:58.589Z | Compiling native-tls v0.2.12 |
1345 | 2025-01-17T07:08:58.930Z | Compiling dof v0.3.0 |
1346 | 2025-01-17T07:08:59.034Z | Compiling schemars v0.8.21 |
1347 | 2025-01-17T07:08:59.373Z | Compiling rustls v0.23.19 |
1348 | 2025-01-17T07:08:59.662Z | Compiling usdt-impl v0.5.0 |
1349 | 2025-01-17T07:09:00.053Z | Compiling siphasher v0.3.11 |
1350 | 2025-01-17T07:09:00.485Z | Compiling rustls v0.22.4 |
1351 | 2025-01-17T07:09:00.506Z | Compiling data-encoding v2.6.0 |
1352 | 2025-01-17T07:09:00.718Z | Compiling syn v1.0.109 |
1353 | 2025-01-17T07:09:00.802Z | Compiling schemars_derive v0.8.21 |
1354 | 2025-01-17T07:09:01.152Z | Compiling dirs-next v2.0.0 |
1355 | 2025-01-17T07:09:01.941Z | Compiling unicode-normalization v0.1.24 |
1356 | 2025-01-17T07:09:02.499Z | Compiling http-body-util v0.1.2 |
1357 | 2025-01-17T07:09:02.526Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2025-01-17T07:09:02.623Z | Compiling heapless v0.7.17 |
1359 | 2025-01-17T07:09:02.952Z | Compiling sha1 v0.10.6 |
1360 | 2025-01-17T07:09:03.028Z | Compiling signature v2.2.0 |
1361 | 2025-01-17T07:09:03.057Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1362 | 2025-01-17T07:09:03.198Z | Compiling thread_local v1.1.8 |
1363 | 2025-01-17T07:09:03.320Z | Compiling multer v3.1.0 |
1364 | 2025-01-17T07:09:03.355Z | Compiling encoding_rs v0.8.34 |
1365 | 2025-01-17T07:09:03.531Z | Compiling cookie v0.18.1 |
1366 | 2025-01-17T07:09:03.633Z | Compiling ipnet v2.10.1 |
1367 | 2025-01-17T07:09:03.653Z | Compiling gimli v0.31.1 |
1368 | 2025-01-17T07:09:03.779Z | Compiling signal-hook v0.3.17 |
1369 | 2025-01-17T07:09:03.815Z | Compiling unicode-bidi v0.3.17 |
1370 | 2025-01-17T07:09:04.032Z | Compiling openssl-probe v0.1.5 |
1371 | 2025-01-17T07:09:04.329Z | Compiling dyn-clone v1.0.17 |
1372 | 2025-01-17T07:09:04.562Z | Compiling hyper v1.5.2 |
1373 | 2025-01-17T07:09:04.717Z | Compiling slog-async v2.8.0 |
1374 | 2025-01-17T07:09:05.088Z | Compiling unicode-properties v0.1.3 |
1375 | 2025-01-17T07:09:05.194Z | Compiling rayon-core v1.12.1 |
1376 | 2025-01-17T07:09:05.504Z | Compiling mime v0.3.17 |
1377 | 2025-01-17T07:09:05.548Z | Compiling toml_edit v0.22.22 |
1378 | 2025-01-17T07:09:06.065Z | Compiling stringprep v0.1.5 |
1379 | 2025-01-17T07:09:07.170Z | Compiling hyper-util v0.1.10 |
1380 | 2025-01-17T07:09:07.774Z | Compiling addr2line v0.24.2 |
1381 | 2025-01-17T07:09:08.424Z | Compiling crossbeam-deque v0.8.5 |
1382 | 2025-01-17T07:09:08.498Z | Compiling usdt-attr-macro v0.5.0 |
1383 | 2025-01-17T07:09:08.778Z | Compiling usdt-macro v0.5.0 |
1384 | 2025-01-17T07:09:09.868Z | Compiling term v0.7.0 |
1385 | 2025-01-17T07:09:09.899Z | Compiling slog-json v2.6.1 |
1386 | 2025-01-17T07:09:10.071Z | Compiling serde_urlencoded v0.7.1 |
1387 | 2025-01-17T07:09:10.183Z | Compiling crossbeam-channel v0.5.13 |
1388 | 2025-01-17T07:09:10.255Z | Compiling curve25519-dalek v4.1.3 |
1389 | 2025-01-17T07:09:10.607Z | Compiling enum-as-inner v0.6.1 |
1390 | 2025-01-17T07:09:11.008Z | Compiling futures-executor v0.3.31 |
1391 | 2025-01-17T07:09:11.216Z | Compiling md-5 v0.10.6 |
1392 | 2025-01-17T07:09:11.277Z | Compiling async-stream-impl v0.3.6 |
1393 | 2025-01-17T07:09:11.333Z | Compiling rustls-pemfile v2.2.0 |
1394 | 2025-01-17T07:09:11.480Z | Compiling num-integer v0.1.46 |
1395 | 2025-01-17T07:09:11.555Z | Compiling hash32 v0.2.1 |
1396 | 2025-01-17T07:09:11.644Z | Compiling ff v0.13.0 |
1397 | 2025-01-17T07:09:11.664Z | Compiling is-terminal v0.4.13 |
1398 | 2025-01-17T07:09:11.809Z | Compiling object v0.36.5 |
1399 | 2025-01-17T07:09:11.886Z | Compiling dropshot v0.12.0 |
1400 | 2025-01-17T07:09:11.919Z | Compiling base16ct v0.2.0 |
1401 | 2025-01-17T07:09:12.196Z | Compiling num-bigint-dig v0.8.4 |
1402 | 2025-01-17T07:09:12.219Z | Compiling rustc-demangle v0.1.24 |
1403 | 2025-01-17T07:09:12.250Z | Compiling smoltcp v0.9.1 |
1404 | 2025-01-17T07:09:12.503Z | Compiling portable-atomic v1.9.0 |
1405 | 2025-01-17T07:09:12.607Z | Compiling litrs v0.4.1 |
1406 | 2025-01-17T07:09:12.893Z | Compiling quick-error v1.2.3 |
1407 | 2025-01-17T07:09:12.990Z | Compiling utf-8 v0.7.6 |
1408 | 2025-01-17T07:09:13.057Z | Compiling anyhow v1.0.93 |
1409 | 2025-01-17T07:09:13.137Z | Compiling psl-types v2.0.11 |
1410 | 2025-01-17T07:09:13.307Z | Compiling linked-hash-map v0.5.6 |
1411 | 2025-01-17T07:09:13.356Z | Compiling take_mut v0.2.2 |
1412 | 2025-01-17T07:09:13.469Z | Compiling fallible-iterator v0.2.0 |
1413 | 2025-01-17T07:09:13.624Z | Compiling lru-cache v0.1.2 |
1414 | 2025-01-17T07:09:13.727Z | Compiling document-features v0.2.10 |
1415 | 2025-01-17T07:09:13.886Z | Compiling publicsuffix v2.3.0 |
1416 | 2025-01-17T07:09:14.043Z | Compiling tungstenite v0.24.0 |
1417 | 2025-01-17T07:09:14.100Z | Compiling postgres-protocol v0.6.7 |
1418 | 2025-01-17T07:09:14.186Z | Compiling resolv-conf v0.7.0 |
1419 | 2025-01-17T07:09:14.637Z | Compiling async-stream v0.3.6 |
1420 | 2025-01-17T07:09:14.919Z | Compiling sec1 v0.7.3 |
1421 | 2025-01-17T07:09:14.976Z | Compiling num-iter v0.1.45 |
1422 | 2025-01-17T07:09:15.009Z | Compiling group v0.13.0 |
1423 | 2025-01-17T07:09:15.283Z | Compiling slog-term v2.9.1 |
1424 | 2025-01-17T07:09:15.345Z | Compiling usdt v0.5.0 |
1425 | 2025-01-17T07:09:15.504Z | Compiling hickory-proto v0.24.2 |
1426 | 2025-01-17T07:09:15.894Z | Compiling futures v0.3.31 |
1427 | 2025-01-17T07:09:16.088Z | Compiling slog-bunyan v2.5.0 |
1428 | 2025-01-17T07:09:16.220Z | Compiling toml v0.8.19 |
1429 | 2025-01-17T07:09:17.519Z | Compiling tokio-native-tls v0.3.1 |
1430 | 2025-01-17T07:09:17.667Z | Compiling camino v1.1.9 |
1431 | 2025-01-17T07:09:17.808Z | Compiling phf_shared v0.11.2 |
1432 | 2025-01-17T07:09:17.827Z | Compiling dropshot_endpoint v0.12.0 |
1433 | 2025-01-17T07:09:18.171Z | Compiling terminal_size v0.4.0 |
1434 | 2025-01-17T07:09:18.206Z | Compiling waitgroup v0.1.2 |
1435 | 2025-01-17T07:09:18.408Z | Compiling backtrace v0.3.74 |
1436 | 2025-01-17T07:09:18.440Z | Compiling openapiv3 v2.0.0 |
1437 | 2025-01-17T07:09:18.498Z | Compiling serde_path_to_error v0.1.16 |
1438 | 2025-01-17T07:09:19.059Z | Compiling hkdf v0.12.4 |
1439 | 2025-01-17T07:09:19.242Z | Compiling crypto-bigint v0.5.5 |
1440 | 2025-01-17T07:09:19.317Z | Compiling curve25519-dalek-derive v0.1.1 |
1441 | 2025-01-17T07:09:20.814Z | Compiling zerocopy-derive v0.6.6 |
1442 | 2025-01-17T07:09:21.455Z | Compiling webpki-roots v0.26.6 |
1443 | 2025-01-17T07:09:21.587Z | Compiling hubpack_derive v0.1.1 |
1444 | 2025-01-17T07:09:21.674Z | Compiling hostname v0.4.0 |
1445 | 2025-01-17T07:09:21.879Z | Compiling crc32fast v1.4.2 |
1446 | 2025-01-17T07:09:22.033Z | Compiling fs-err v2.11.0 |
1447 | 2025-01-17T07:09:22.225Z | Compiling ahash v0.8.11 |
1448 | 2025-01-17T07:09:22.335Z | Compiling newtype-uuid v1.2.1 |
1449 | 2025-01-17T07:09:22.416Z | Compiling bitflags v1.3.2 |
1450 | 2025-01-17T07:09:22.437Z | Compiling debug-ignore v1.0.5 |
1451 | 2025-01-17T07:09:22.526Z | Compiling winnow v0.5.40 |
1452 | 2025-01-17T07:09:22.547Z | Compiling managed v0.8.0 |
1453 | 2025-01-17T07:09:22.642Z | Compiling clap_builder v4.5.21 |
1454 | 2025-01-17T07:09:22.687Z | Compiling console v0.15.8 |
1455 | 2025-01-17T07:09:22.725Z | Compiling zerocopy v0.6.6 |
1456 | 2025-01-17T07:09:23.466Z | Compiling strum_macros v0.25.3 |
1457 | 2025-01-17T07:09:24.100Z | Compiling hubpack v0.1.2 |
1458 | 2025-01-17T07:09:24.692Z | Compiling flate2 v1.0.34 |
1459 | 2025-01-17T07:09:24.713Z | Compiling elliptic-curve v0.13.8 |
1460 | 2025-01-17T07:09:24.908Z | Compiling hickory-resolver v0.24.2 |
1461 | 2025-01-17T07:09:25.598Z | Compiling phf v0.11.2 |
1462 | 2025-01-17T07:09:25.890Z | Compiling toml_edit v0.19.15 |
1463 | 2025-01-17T07:09:25.981Z | Compiling hyper-tls v0.6.0 |
1464 | 2025-01-17T07:09:26.302Z | Compiling signal-hook-mio v0.2.4 |
1465 | 2025-01-17T07:09:26.406Z | Compiling rayon v1.10.0 |
1466 | 2025-01-17T07:09:26.472Z | Compiling cookie_store v0.21.1 |
1467 | 2025-01-17T07:09:27.326Z | Compiling bzip2 v0.4.4 |
1468 | 2025-01-17T07:09:27.963Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2025-01-17T07:09:28.510Z | Compiling postgres-types v0.2.8 |
1470 | 2025-01-17T07:09:30.712Z | Compiling ed25519 v2.2.3 |
1471 | 2025-01-17T07:09:30.830Z | Compiling phf_shared v0.10.0 |
1472 | 2025-01-17T07:09:30.855Z | Compiling tokio-stream v0.1.16 |
1473 | 2025-01-17T07:09:31.098Z | Compiling pkcs1 v0.7.5 |
1474 | 2025-01-17T07:09:31.207Z | Compiling serde-big-array v0.5.1 |
1475 | 2025-01-17T07:09:31.445Z | Compiling clap_derive v4.5.18 |
1476 | 2025-01-17T07:09:31.814Z | Compiling rfc6979 v0.4.0 |
1477 | 2025-01-17T07:09:32.003Z | Compiling derive-where v1.2.7 |
1478 | 2025-01-17T07:09:32.023Z | Compiling serde_repr v0.1.19 |
1479 | 2025-01-17T07:09:32.607Z | Compiling float-cmp v0.9.0 |
1480 | 2025-01-17T07:09:32.834Z | Compiling bstr v1.10.0 |
1481 | 2025-01-17T07:09:33.140Z | Compiling sync_wrapper v1.0.1 |
1482 | 2025-01-17T07:09:33.161Z | Compiling predicates-core v1.0.8 |
1483 | 2025-01-17T07:09:33.206Z | Compiling precomputed-hash v0.1.1 |
1484 | 2025-01-17T07:09:33.313Z | Compiling normalize-line-endings v0.3.0 |
1485 | 2025-01-17T07:09:33.344Z | Compiling unicode-width v0.2.0 |
1486 | 2025-01-17T07:09:33.448Z | Compiling fixedbitset v0.4.2 |
1487 | 2025-01-17T07:09:33.471Z | Compiling static_assertions v1.1.0 |
1488 | 2025-01-17T07:09:33.582Z | Compiling new_debug_unreachable v1.0.6 |
1489 | 2025-01-17T07:09:33.693Z | Compiling whoami v1.5.2 |
1490 | 2025-01-17T07:09:33.879Z | Compiling difflib v0.4.0 |
1491 | 2025-01-17T07:09:33.900Z | Compiling number_prefix v0.4.0 |
1492 | 2025-01-17T07:09:34.145Z | Compiling bit-vec v0.6.3 |
1493 | 2025-01-17T07:09:34.260Z | Compiling unicode-segmentation v1.12.0 |
1494 | 2025-01-17T07:09:34.529Z | Compiling bit-set v0.5.3 |
1495 | 2025-01-17T07:09:34.570Z | Compiling predicates v3.1.2 |
1496 | 2025-01-17T07:09:34.809Z | Compiling indicatif v0.17.9 |
1497 | 2025-01-17T07:09:35.180Z | Compiling similar v2.6.0 |
1498 | 2025-01-17T07:09:35.272Z | Compiling tokio-postgres v0.7.12 |
1499 | 2025-01-17T07:09:35.275Z | Compiling petgraph v0.6.5 |
1500 | 2025-01-17T07:09:36.097Z | Compiling clap v4.5.21 |
1501 | 2025-01-17T07:09:36.119Z | Compiling string_cache v0.8.7 |
1502 | 2025-01-17T07:09:36.229Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2025-01-17T07:09:36.549Z | Compiling ecdsa v0.16.9 |
1504 | 2025-01-17T07:09:36.900Z | Compiling rsa v0.9.6 |
1505 | 2025-01-17T07:09:37.352Z | Compiling ed25519-dalek v2.1.1 |
1506 | 2025-01-17T07:09:37.375Z | Compiling toml v0.7.8 |
1507 | 2025-01-17T07:09:38.657Z | Compiling zip v0.6.6 |
1508 | 2025-01-17T07:09:38.793Z | Compiling crossterm v0.28.1 |
1509 | 2025-01-17T07:09:40.191Z | Compiling hex v0.4.3 |
1510 | 2025-01-17T07:09:40.278Z | Compiling x509-cert v0.2.5 |
1511 | 2025-01-17T07:09:40.827Z | Compiling itertools v0.10.5 |
1512 | 2025-01-17T07:09:40.975Z | Compiling unicode-xid v0.2.6 |
1513 | 2025-01-17T07:09:41.194Z | Compiling lalrpop-util v0.19.12 |
1514 | 2025-01-17T07:09:41.559Z | Compiling peg-runtime v0.8.3 |
1515 | 2025-01-17T07:09:41.596Z | Compiling strum_macros v0.26.4 |
1516 | 2025-01-17T07:09:42.121Z | Compiling xattr v1.3.1 |
1517 | 2025-01-17T07:09:42.142Z | Compiling filetime v0.2.25 |
1518 | 2025-01-17T07:09:42.407Z | Compiling tar v0.4.42 |
1519 | 2025-01-17T07:09:46.254Z | Compiling strum v0.26.3 |
1520 | 2025-01-17T07:09:49.552Z | Compiling aws-lc-sys v0.22.0 |
1521 | 2025-01-17T07:10:22.676Z | Compiling rustls-webpki v0.102.8 |
1522 | 2025-01-17T07:10:25.864Z | Compiling tokio-rustls v0.25.0 |
1523 | 2025-01-17T07:10:27.535Z | Compiling tokio-rustls v0.26.0 |
1524 | 2025-01-17T07:10:27.785Z | Compiling hyper-rustls v0.27.3 |
1525 | 2025-01-17T07:10:28.111Z | Compiling reqwest v0.12.9 |
1526 | 2025-01-17T07:10:29.423Z | Compiling qorb v0.2.1 |
1527 | 2025-01-17T07:10:32.491Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1528 | 2025-01-17T07:10:32.736Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1529 | 2025-01-17T07:10:37.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1530 | 2025-01-17T07:10:37.397Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1531 | 2025-01-17T07:10:37.452Z | Jan 17 07:10:37.127 INFO Starting download, target: Clickhouse |
1532 | 2025-01-17T07:10:37.452Z | Jan 17 07:10:37.127 INFO Starting download, target: Console |
1533 | 2025-01-17T07:10:37.452Z | Jan 17 07:10:37.127 INFO Starting download, target: Cockroach |
1534 | 2025-01-17T07:10:37.452Z | Jan 17 07:10:37.127 INFO Starting download, target: DendriteOpenapi |
1535 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.127 INFO Starting download, target: DendriteStub |
1536 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.127 INFO Starting download, target: MaghemiteMgd |
1537 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.127 INFO Starting download, target: TransceiverControl |
1538 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.128 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1539 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.128 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.128 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1541 | 2025-01-17T07:10:37.469Z | Jan 17 07:10:37.128 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1542 | 2025-01-17T07:10:37.470Z | Jan 17 07:10:37.129 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1543 | 2025-01-17T07:10:37.470Z | Jan 17 07:10:37.129 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1544 | 2025-01-17T07:10:37.470Z | Jan 17 07:10:37.129 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1545 | 2025-01-17T07:10:37.979Z | Jan 17 07:10:37.627 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1546 | 2025-01-17T07:10:38.049Z | Jan 17 07:10:37.700 INFO Download complete, target: DendriteOpenapi |
1547 | 2025-01-17T07:10:38.203Z | Jan 17 07:10:37.849 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1548 | 2025-01-17T07:10:38.268Z | Jan 17 07:10:37.926 INFO Download complete, target: Console |
1549 | 2025-01-17T07:10:38.587Z | Jan 17 07:10:38.250 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1550 | 2025-01-17T07:10:38.833Z | Jan 17 07:10:38.500 INFO Download complete, target: TransceiverControl |
1551 | 2025-01-17T07:10:38.960Z | Jan 17 07:10:38.637 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1552 | 2025-01-17T07:10:39.438Z | Jan 17 07:10:39.118 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1553 | 2025-01-17T07:10:39.438Z | Jan 17 07:10:39.118 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1554 | 2025-01-17T07:10:39.837Z | Jan 17 07:10:39.516 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1555 | 2025-01-17T07:10:41.382Z | Jan 17 07:10:41.061 INFO Download complete, target: DendriteStub |
1556 | 2025-01-17T07:10:41.933Z | Jan 17 07:10:41.612 INFO Download complete, target: MaghemiteMgd |
1557 | 2025-01-17T07:10:46.834Z | Jan 17 07:10:46.514 INFO Checking that binary works, target: Cockroach |
1558 | 2025-01-17T07:10:46.996Z | Jan 17 07:10:46.675 INFO Download complete, target: Cockroach |
1559 | 2025-01-17T07:10:52.287Z | Jan 17 07:10:51.966 INFO Checking that binary works, target: Clickhouse |
1560 | 2025-01-17T07:10:52.828Z | Jan 17 07:10:52.507 INFO Download complete, target: Clickhouse |
1561 | 2025-01-17T07:10:52.835Z | All prerequisites installed successfully |
1562 | 2025-01-17T07:10:52.838Z | |
1563 | 2025-01-17T07:10:52.838Z | real 4:58.994289507 |
1564 | 2025-01-17T07:10:52.838Z | user 15:41.930311473 |
1565 | 2025-01-17T07:10:52.838Z | sys 2:03.089633672 |
1566 | 2025-01-17T07:10:52.838Z | trap 0.548387689 |
1567 | 2025-01-17T07:10:52.838Z | tflt 7.316214301 |
1568 | 2025-01-17T07:10:52.838Z | dflt 5.082811225 |
1569 | 2025-01-17T07:10:52.838Z | kflt 0.262285819 |
1570 | 2025-01-17T07:10:52.838Z | lock 24:50.513547536 |
1571 | 2025-01-17T07:10:52.838Z | slp 56:22.281964310 |
1572 | 2025-01-17T07:10:52.838Z | lat 54.652940558 |
1573 | 2025-01-17T07:10:52.838Z | stop 2:19.643109090 |
1574 | 2025-01-17T07:10:52.838Z | + ptime -m cargo xtask download softnpu |
1575 | 2025-01-17T07:10:53.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1576 | 2025-01-17T07:10:53.388Z | Running `target/debug/xtask download softnpu` |
1577 | 2025-01-17T07:10:54.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1578 | 2025-01-17T07:10:54.250Z | Running `target/debug/xtask-downloader softnpu` |
1579 | 2025-01-17T07:10:54.288Z | Jan 17 07:10:53.967 INFO Starting download, target: Softnpu |
1580 | 2025-01-17T07:10:54.291Z | Jan 17 07:10:53.967 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1581 | 2025-01-17T07:10:54.996Z | Jan 17 07:10:54.675 INFO Download complete, target: Softnpu |
1582 | 2025-01-17T07:10:55.000Z | |
1583 | 2025-01-17T07:10:55.003Z | real 2.157580045 |
1584 | 2025-01-17T07:10:55.003Z | user 1.252592755 |
1585 | 2025-01-17T07:10:55.003Z | sys 0.539202644 |
1586 | 2025-01-17T07:10:55.004Z | trap 0.000641126 |
1587 | 2025-01-17T07:10:55.004Z | tflt 0.000021796 |
1588 | 2025-01-17T07:10:55.004Z | dflt 0.000070036 |
1589 | 2025-01-17T07:10:55.004Z | kflt 0.000000000 |
1590 | 2025-01-17T07:10:55.004Z | lock 7.210345523 |
1591 | 2025-01-17T07:10:55.004Z | slp 0.549152765 |
1592 | 2025-01-17T07:10:55.004Z | lat 0.068245878 |
1593 | 2025-01-17T07:10:55.004Z | stop 0.000165531 |
1594 | 2025-01-17T07:10:55.005Z | + export CARGO_INCREMENTAL=0 |
1595 | 2025-01-17T07:10:55.005Z | + CARGO_INCREMENTAL=0 |
1596 | 2025-01-17T07:10:55.005Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1597 | 2025-01-17T07:10:55.976Z | Compiling proc-macro2 v1.0.92 |
1598 | 2025-01-17T07:10:55.979Z | Compiling unicode-ident v1.0.14 |
1599 | 2025-01-17T07:10:55.979Z | Compiling libc v0.2.169 |
1600 | 2025-01-17T07:10:55.979Z | Compiling serde v1.0.217 |
1601 | 2025-01-17T07:10:55.979Z | Compiling autocfg v1.4.0 |
1602 | 2025-01-17T07:10:55.979Z | Compiling version_check v0.9.5 |
1603 | 2025-01-17T07:10:55.979Z | Compiling cfg-if v1.0.0 |
1604 | 2025-01-17T07:10:56.222Z | Compiling memchr v2.7.4 |
1605 | 2025-01-17T07:10:56.268Z | Compiling typenum v1.17.0 |
1606 | 2025-01-17T07:10:56.289Z | Compiling shlex v1.3.0 |
1607 | 2025-01-17T07:10:56.712Z | Compiling value-bag v1.9.0 |
1608 | 2025-01-17T07:10:56.736Z | Compiling generic-array v0.14.7 |
1609 | 2025-01-17T07:10:56.944Z | Compiling lock_api v0.4.12 |
1610 | 2025-01-17T07:10:57.025Z | Compiling scopeguard v1.2.0 |
1611 | 2025-01-17T07:10:57.195Z | Compiling log v0.4.22 |
1612 | 2025-01-17T07:10:57.273Z | Compiling parking_lot_core v0.9.10 |
1613 | 2025-01-17T07:10:57.486Z | Compiling serde_json v1.0.135 |
1614 | 2025-01-17T07:10:57.663Z | Compiling once_cell v1.20.2 |
1615 | 2025-01-17T07:10:57.800Z | Compiling quote v1.0.38 |
1616 | 2025-01-17T07:10:57.820Z | Compiling jobserver v0.1.32 |
1617 | 2025-01-17T07:10:57.900Z | Compiling getrandom v0.2.15 |
1618 | 2025-01-17T07:10:58.037Z | Compiling rustix v0.38.37 |
1619 | 2025-01-17T07:10:58.267Z | Compiling syn v2.0.96 |
1620 | 2025-01-17T07:10:58.267Z | Compiling cc v1.1.30 |
1621 | 2025-01-17T07:10:58.304Z | Compiling libm v0.2.8 |
1622 | 2025-01-17T07:10:58.338Z | Compiling aho-corasick v1.1.3 |
1623 | 2025-01-17T07:10:58.358Z | Compiling num-traits v0.2.19 |
1624 | 2025-01-17T07:10:58.517Z | Compiling regex-syntax v0.8.5 |
1625 | 2025-01-17T07:10:58.614Z | Compiling thiserror v1.0.69 |
1626 | 2025-01-17T07:10:58.647Z | Compiling either v1.13.0 |
1627 | 2025-01-17T07:10:58.665Z | Compiling itoa v1.0.11 |
1628 | 2025-01-17T07:10:58.889Z | Compiling spin v0.9.8 |
1629 | 2025-01-17T07:10:59.256Z | Compiling slab v0.4.9 |
1630 | 2025-01-17T07:10:59.467Z | Compiling errno v0.3.9 |
1631 | 2025-01-17T07:10:59.683Z | Compiling byteorder v1.5.0 |
1632 | 2025-01-17T07:10:59.702Z | Compiling lazy_static v1.5.0 |
1633 | 2025-01-17T07:10:59.841Z | Compiling rand_core v0.6.4 |
1634 | 2025-01-17T07:11:00.212Z | Compiling glob v0.3.1 |
1635 | 2025-01-17T07:11:00.374Z | Compiling prettyplease v0.2.25 |
1636 | 2025-01-17T07:11:00.587Z | Compiling minimal-lexical v0.2.1 |
1637 | 2025-01-17T07:11:00.934Z | Compiling clang-sys v1.8.1 |
1638 | 2025-01-17T07:11:01.111Z | Compiling nom v7.1.3 |
1639 | 2025-01-17T07:11:01.350Z | Compiling libloading v0.8.5 |
1640 | 2025-01-17T07:11:01.372Z | Compiling smallvec v1.13.2 |
1641 | 2025-01-17T07:11:01.647Z | Compiling home v0.5.9 |
1642 | 2025-01-17T07:11:01.677Z | Compiling bindgen v0.69.5 |
1643 | 2025-01-17T07:11:01.831Z | Compiling subtle v2.6.1 |
1644 | 2025-01-17T07:11:02.099Z | Compiling regex-automata v0.4.8 |
1645 | 2025-01-17T07:11:02.177Z | Compiling itertools v0.12.1 |
1646 | 2025-01-17T07:11:02.195Z | Compiling allocator-api2 v0.2.18 |
1647 | 2025-01-17T07:11:02.603Z | Compiling lazycell v1.3.0 |
1648 | 2025-01-17T07:11:02.784Z | Compiling rustc-hash v1.1.0 |
1649 | 2025-01-17T07:11:02.904Z | Compiling cmake v0.1.51 |
1650 | 2025-01-17T07:11:03.136Z | Compiling fs_extra v1.3.0 |
1651 | 2025-01-17T07:11:03.647Z | Compiling semver v1.0.24 |
1652 | 2025-01-17T07:11:03.684Z | Compiling dunce v1.0.5 |
1653 | 2025-01-17T07:11:03.964Z | Compiling cexpr v0.6.0 |
1654 | 2025-01-17T07:11:04.204Z | Compiling pkg-config v0.3.31 |
1655 | 2025-01-17T07:11:04.649Z | Compiling ring v0.17.8 |
1656 | 2025-01-17T07:11:05.030Z | Compiling ryu v1.0.18 |
1657 | 2025-01-17T07:11:05.264Z | Compiling pin-project-lite v0.2.14 |
1658 | 2025-01-17T07:11:05.319Z | Compiling paste v1.0.15 |
1659 | 2025-01-17T07:11:05.414Z | Compiling synstructure v0.13.1 |
1660 | 2025-01-17T07:11:05.751Z | Compiling fnv v1.0.7 |
1661 | 2025-01-17T07:11:05.852Z | Compiling schemars v0.8.21 |
1662 | 2025-01-17T07:11:05.900Z | Compiling const-oid v0.9.6 |
1663 | 2025-01-17T07:11:06.173Z | Compiling httparse v1.9.5 |
1664 | 2025-01-17T07:11:06.296Z | Compiling aws-lc-rs v1.10.0 |
1665 | 2025-01-17T07:11:06.703Z | Compiling serde_derive_internals v0.29.1 |
1666 | 2025-01-17T07:11:06.917Z | Compiling foldhash v0.1.3 |
1667 | 2025-01-17T07:11:07.211Z | Compiling equivalent v1.0.1 |
1668 | 2025-01-17T07:11:07.344Z | Compiling regex v1.11.1 |
1669 | 2025-01-17T07:11:07.625Z | Compiling hashbrown v0.15.1 |
1670 | 2025-01-17T07:11:07.874Z | Compiling signal-hook-registry v1.4.2 |
1671 | 2025-01-17T07:11:08.263Z | Compiling heck v0.5.0 |
1672 | 2025-01-17T07:11:08.625Z | Compiling parking_lot v0.12.3 |
1673 | 2025-01-17T07:11:08.684Z | Compiling mio v1.0.2 |
1674 | 2025-01-17T07:11:08.731Z | Compiling stable_deref_trait v1.2.0 |
1675 | 2025-01-17T07:11:09.732Z | Compiling serde_derive v1.0.217 |
1676 | 2025-01-17T07:11:09.741Z | Compiling zeroize_derive v1.4.2 |
1677 | 2025-01-17T07:11:10.217Z | Compiling zerocopy-derive v0.7.35 |
1678 | 2025-01-17T07:11:10.660Z | Compiling thiserror-impl v1.0.69 |
1679 | 2025-01-17T07:11:11.020Z | Compiling tokio-macros v2.5.0 |
1680 | 2025-01-17T07:11:11.149Z | Compiling zeroize v1.8.1 |
1681 | 2025-01-17T07:11:11.549Z | Compiling zerofrom-derive v0.1.4 |
1682 | 2025-01-17T07:11:11.570Z | Compiling yoke-derive v0.7.4 |
1683 | 2025-01-17T07:11:11.588Z | Compiling zerovec-derive v0.10.3 |
1684 | 2025-01-17T07:11:11.608Z | Compiling futures-macro v0.3.31 |
1685 | 2025-01-17T07:11:12.038Z | Compiling displaydoc v0.2.5 |
1686 | 2025-01-17T07:11:13.283Z | Compiling zerocopy v0.7.35 |
1687 | 2025-01-17T07:11:13.696Z | Compiling crypto-common v0.1.6 |
1688 | 2025-01-17T07:11:13.700Z | Compiling icu_provider_macros v1.5.0 |
1689 | 2025-01-17T07:11:13.771Z | Compiling tracing-attributes v0.1.27 |
1690 | 2025-01-17T07:11:13.830Z | Compiling schemars_derive v0.8.21 |
1691 | 2025-01-17T07:11:13.850Z | Compiling block-buffer v0.10.4 |
1692 | 2025-01-17T07:11:14.102Z | Compiling digest v0.10.7 |
1693 | 2025-01-17T07:11:14.535Z | Compiling socket2 v0.5.7 |
1694 | 2025-01-17T07:11:14.648Z | Compiling num-conv v0.1.0 |
1695 | 2025-01-17T07:11:14.828Z | Compiling futures-core v0.3.31 |
1696 | 2025-01-17T07:11:14.928Z | Compiling time-core v0.1.2 |
1697 | 2025-01-17T07:11:15.098Z | Compiling crossbeam-utils v0.8.20 |
1698 | 2025-01-17T07:11:15.120Z | Compiling time-macros v0.2.18 |
1699 | 2025-01-17T07:11:15.917Z | Compiling der_derive v0.7.3 |
1700 | 2025-01-17T07:11:15.967Z | Compiling vcpkg v0.2.15 |
1701 | 2025-01-17T07:11:17.339Z | Compiling openssl-sys v0.9.103 |
1702 | 2025-01-17T07:11:17.966Z | Compiling syn v1.0.109 |
1703 | 2025-01-17T07:11:18.280Z | Compiling cpufeatures v0.2.14 |
1704 | 2025-01-17T07:11:18.393Z | Compiling futures-sink v0.3.31 |
1705 | 2025-01-17T07:11:18.584Z | Compiling slog v2.7.0 |
1706 | 2025-01-17T07:11:18.819Z | Compiling ahash v0.8.11 |
1707 | 2025-01-17T07:11:18.926Z | Compiling zerofrom v0.1.4 |
1708 | 2025-01-17T07:11:19.247Z | Compiling iana-time-zone v0.1.61 |
1709 | 2025-01-17T07:11:19.326Z | Compiling yoke v0.7.4 |
1710 | 2025-01-17T07:11:19.658Z | Compiling futures-channel v0.3.31 |
1711 | 2025-01-17T07:11:19.709Z | Compiling scroll_derive v0.12.0 |
1712 | 2025-01-17T07:11:19.925Z | Compiling futures-task v0.3.31 |
1713 | 2025-01-17T07:11:19.961Z | Compiling ucd-trie v0.1.7 |
1714 | 2025-01-17T07:11:20.106Z | Compiling futures-io v0.3.31 |
1715 | 2025-01-17T07:11:20.218Z | Compiling openssl v0.10.66 |
1716 | 2025-01-17T07:11:20.412Z | Compiling pin-utils v0.1.0 |
1717 | 2025-01-17T07:11:20.480Z | Compiling pest v2.7.14 |
1718 | 2025-01-17T07:11:20.518Z | Compiling futures-util v0.3.31 |
1719 | 2025-01-17T07:11:20.608Z | Compiling zerovec v0.10.4 |
1720 | 2025-01-17T07:11:21.432Z | Compiling hmac v0.12.1 |
1721 | 2025-01-17T07:11:21.916Z | Compiling bitflags v2.6.0 |
1722 | 2025-01-17T07:11:22.142Z | Compiling bytes v1.9.0 |
1723 | 2025-01-17T07:11:23.873Z | Compiling indexmap v2.7.0 |
1724 | 2025-01-17T07:11:24.083Z | Compiling tokio v1.43.0 |
1725 | 2025-01-17T07:11:25.010Z | Compiling serde_tokenstream v0.2.2 |
1726 | 2025-01-17T07:11:25.289Z | Compiling uuid v1.11.0 |
1727 | 2025-01-17T07:11:25.569Z | Compiling http v1.2.0 |
1728 | 2025-01-17T07:11:26.570Z | Compiling which v4.4.2 |
1729 | 2025-01-17T07:11:26.702Z | Compiling chrono v0.4.38 |
1730 | 2025-01-17T07:11:27.089Z | Compiling rustc_version v0.4.1 |
1731 | 2025-01-17T07:11:29.926Z | Compiling pest_meta v2.7.14 |
1732 | 2025-01-17T07:11:32.409Z | Compiling block-padding v0.3.3 |
1733 | 2025-01-17T07:11:32.658Z | Compiling openssl-macros v0.1.1 |
1734 | 2025-01-17T07:11:33.382Z | Compiling native-tls v0.2.12 |
1735 | 2025-01-17T07:11:33.549Z | Compiling rustls v0.23.19 |
1736 | 2025-01-17T07:11:33.737Z | Compiling inout v0.1.3 |
1737 | 2025-01-17T07:11:33.855Z | Compiling pest_generator v2.7.14 |
1738 | 2025-01-17T07:11:34.006Z | Compiling tinystr v0.7.6 |
1739 | 2025-01-17T07:11:34.434Z | Compiling toml_datetime v0.6.8 |
1740 | 2025-01-17T07:11:34.614Z | Compiling serde_spanned v0.6.8 |
1741 | 2025-01-17T07:11:34.778Z | Compiling tracing-core v0.1.32 |
1742 | 2025-01-17T07:11:34.827Z | Compiling litemap v0.7.3 |
1743 | 2025-01-17T07:11:34.857Z | Compiling strsim v0.11.1 |
1744 | 2025-01-17T07:11:34.859Z | Compiling writeable v0.5.5 |
1745 | 2025-01-17T07:11:35.509Z | Compiling dyn-clone v1.0.17 |
1746 | 2025-01-17T07:11:35.781Z | Compiling pest_derive v2.7.14 |
1747 | 2025-01-17T07:11:35.987Z | Compiling icu_locid v1.5.0 |
1748 | 2025-01-17T07:11:36.034Z | Compiling tracing v0.1.40 |
1749 | 2025-01-17T07:11:36.893Z | Compiling cipher v0.4.4 |
1750 | 2025-01-17T07:11:36.983Z | Compiling sha2 v0.10.8 |
1751 | 2025-01-17T07:11:37.371Z | Compiling usdt-impl v0.5.0 |
1752 | 2025-01-17T07:11:37.722Z | Compiling cookie v0.18.1 |
1753 | 2025-01-17T07:11:37.799Z | Compiling base64ct v1.6.0 |
1754 | 2025-01-17T07:11:38.026Z | Compiling icu_provider v1.5.0 |
1755 | 2025-01-17T07:11:38.360Z | Compiling pem-rfc7468 v0.7.0 |
1756 | 2025-01-17T07:11:39.077Z | Compiling aws-lc-sys v0.22.0 |
1757 | 2025-01-17T07:11:39.855Z | Compiling scroll v0.12.0 |
1758 | 2025-01-17T07:11:40.223Z | Compiling ppv-lite86 v0.2.20 |
1759 | 2025-01-17T07:11:40.413Z | Compiling async-trait v0.1.83 |
1760 | 2025-01-17T07:11:41.117Z | Compiling anyhow v1.0.93 |
1761 | 2025-01-17T07:11:42.406Z | Compiling plain v0.2.3 |
1762 | 2025-01-17T07:11:42.581Z | Compiling flagset v0.4.6 |
1763 | 2025-01-17T07:11:42.780Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2025-01-17T07:11:42.987Z | Compiling percent-encoding v2.3.1 |
1765 | 2025-01-17T07:11:43.455Z | Compiling camino v1.1.9 |
1766 | 2025-01-17T07:11:43.474Z | Compiling rustls-pki-types v1.10.0 |
1767 | 2025-01-17T07:11:43.966Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2025-01-17T07:11:45.713Z | Compiling der v0.7.9 |
1769 | 2025-01-17T07:11:46.340Z | Compiling goblin v0.8.2 |
1770 | 2025-01-17T07:11:47.958Z | Compiling rand_chacha v0.3.1 |
1771 | 2025-01-17T07:11:48.864Z | Compiling tokio-util v0.7.12 |
1772 | 2025-01-17T07:11:48.885Z | Compiling icu_collections v1.5.0 |
1773 | 2025-01-17T07:11:50.291Z | Compiling untrusted v0.9.0 |
1774 | 2025-01-17T07:11:50.503Z | Compiling pretty-hex v0.4.1 |
1775 | 2025-01-17T07:11:50.634Z | Compiling mirai-annotations v1.12.0 |
1776 | 2025-01-17T07:11:50.847Z | Compiling rustls v0.22.4 |
1777 | 2025-01-17T07:11:51.039Z | Compiling untrusted v0.7.1 |
1778 | 2025-01-17T07:11:51.127Z | Compiling rayon-core v1.12.1 |
1779 | 2025-01-17T07:11:51.248Z | Compiling icu_properties_data v1.5.0 |
1780 | 2025-01-17T07:11:51.341Z | Compiling powerfmt v0.2.0 |
1781 | 2025-01-17T07:11:51.501Z | Compiling icu_properties v1.5.1 |
1782 | 2025-01-17T07:11:51.819Z | Compiling dof v0.3.0 |
1783 | 2025-01-17T07:11:51.866Z | Compiling deranged v0.3.11 |
1784 | 2025-01-17T07:11:53.562Z | Compiling rand v0.8.5 |
1785 | 2025-01-17T07:11:54.025Z | Compiling spki v0.7.3 |
1786 | 2025-01-17T07:11:54.555Z | Compiling salsa20 v0.10.2 |
1787 | 2025-01-17T07:11:54.577Z | Compiling dtrace-parser v0.2.0 |
1788 | 2025-01-17T07:11:55.064Z | Compiling pbkdf2 v0.12.2 |
1789 | 2025-01-17T07:11:56.043Z | Compiling thread-id v4.2.2 |
1790 | 2025-01-17T07:11:56.178Z | Compiling winnow v0.5.40 |
1791 | 2025-01-17T07:11:56.210Z | Compiling utf16_iter v1.0.5 |
1792 | 2025-01-17T07:11:56.285Z | Compiling write16 v1.0.0 |
1793 | 2025-01-17T07:11:56.665Z | Compiling litrs v0.4.1 |
1794 | 2025-01-17T07:11:56.723Z | Compiling icu_normalizer_data v1.5.0 |
1795 | 2025-01-17T07:11:56.747Z | Compiling atomic-waker v1.1.2 |
1796 | 2025-01-17T07:11:56.941Z | Compiling utf8_iter v1.0.4 |
1797 | 2025-01-17T07:11:56.988Z | Compiling num_threads v0.1.7 |
1798 | 2025-01-17T07:11:57.638Z | Compiling icu_normalizer v1.5.0 |
1799 | 2025-01-17T07:11:57.684Z | Compiling document-features v0.2.10 |
1800 | 2025-01-17T07:11:58.710Z | Compiling time v0.3.36 |
1801 | 2025-01-17T07:11:59.230Z | Compiling toml_edit v0.19.15 |
1802 | 2025-01-17T07:12:01.155Z | Compiling scrypt v0.11.0 |
1803 | 2025-01-17T07:12:01.490Z | Compiling form_urlencoded v1.2.1 |
1804 | 2025-01-17T07:12:01.628Z | Compiling aes v0.8.4 |
1805 | 2025-01-17T07:12:01.974Z | Compiling cbc v0.1.2 |
1806 | 2025-01-17T07:12:01.993Z | Compiling http-body v1.0.1 |
1807 | 2025-01-17T07:12:02.268Z | Compiling multer v3.1.0 |
1808 | 2025-01-17T07:12:02.579Z | Compiling try-lock v0.2.5 |
1809 | 2025-01-17T07:12:02.739Z | Compiling tinyvec_macros v0.1.1 |
1810 | 2025-01-17T07:12:02.846Z | Compiling rustversion v1.0.17 |
1811 | 2025-01-17T07:12:02.946Z | Compiling slog-async v2.8.0 |
1812 | 2025-01-17T07:12:03.382Z | Compiling tinyvec v1.8.0 |
1813 | 2025-01-17T07:12:03.518Z | Compiling want v0.3.1 |
1814 | 2025-01-17T07:12:03.822Z | Compiling pkcs5 v0.7.1 |
1815 | 2025-01-17T07:12:05.391Z | Compiling idna_adapter v1.2.0 |
1816 | 2025-01-17T07:12:05.428Z | Compiling h2 v0.4.6 |
1817 | 2025-01-17T07:12:05.745Z | Compiling heapless v0.7.17 |
1818 | 2025-01-17T07:12:06.214Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1819 | 2025-01-17T07:12:06.708Z | Compiling signal-hook v0.3.17 |
1820 | 2025-01-17T07:12:06.799Z | Compiling httpdate v1.0.3 |
1821 | 2025-01-17T07:12:07.582Z | Compiling idna v1.0.3 |
1822 | 2025-01-17T07:12:09.187Z | Compiling pkcs8 v0.10.2 |
1823 | 2025-01-17T07:12:10.471Z | Compiling usdt-macro v0.5.0 |
1824 | 2025-01-17T07:12:10.971Z | Compiling usdt-attr-macro v0.5.0 |
1825 | 2025-01-17T07:12:11.728Z | Compiling async-stream-impl v0.3.6 |
1826 | 2025-01-17T07:12:11.759Z | Compiling tower-service v0.3.3 |
1827 | 2025-01-17T07:12:12.384Z | Compiling adler2 v2.0.0 |
1828 | 2025-01-17T07:12:12.546Z | Compiling base64 v0.22.1 |
1829 | 2025-01-17T07:12:12.663Z | Compiling miniz_oxide v0.8.0 |
1830 | 2025-01-17T07:12:13.628Z | Compiling hyper v1.5.2 |
1831 | 2025-01-17T07:12:16.072Z | Compiling curve25519-dalek v4.1.3 |
1832 | 2025-01-17T07:12:16.140Z | Compiling openapiv3 v2.0.0 |
1833 | 2025-01-17T07:12:16.500Z | Compiling hyper-util v0.1.10 |
1834 | 2025-01-17T07:12:19.977Z | Compiling enum-as-inner v0.6.1 |
1835 | 2025-01-17T07:12:20.409Z | Compiling dropshot v0.12.0 |
1836 | 2025-01-17T07:12:20.715Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2025-01-17T07:12:20.963Z | Compiling portable-atomic v1.9.0 |
1838 | 2025-01-17T07:12:21.062Z | Compiling smoltcp v0.9.1 |
1839 | 2025-01-17T07:12:21.622Z | Compiling match_cfg v0.1.0 |
1840 | 2025-01-17T07:12:21.724Z | Compiling foreign-types-shared v0.1.1 |
1841 | 2025-01-17T07:12:21.965Z | Compiling newtype-uuid v1.2.1 |
1842 | 2025-01-17T07:12:22.500Z | Compiling foreign-types v0.3.2 |
1843 | 2025-01-17T07:12:22.721Z | Compiling hostname v0.3.1 |
1844 | 2025-01-17T07:12:23.963Z | Compiling url v2.5.3 |
1845 | 2025-01-17T07:12:25.850Z | Compiling http-body-util v0.1.2 |
1846 | 2025-01-17T07:12:26.624Z | Compiling dirs-sys-next v0.1.2 |
1847 | 2025-01-17T07:12:26.659Z | Compiling encoding_rs v0.8.34 |
1848 | 2025-01-17T07:12:26.661Z | Compiling mime v0.3.17 |
1849 | 2025-01-17T07:12:27.065Z | Compiling ident_case v1.0.1 |
1850 | 2025-01-17T07:12:27.281Z | Compiling data-encoding v2.6.0 |
1851 | 2025-01-17T07:12:27.675Z | Compiling siphasher v0.3.11 |
1852 | 2025-01-17T07:12:28.061Z | Compiling gimli v0.31.1 |
1853 | 2025-01-17T07:12:28.736Z | Compiling heck v0.4.1 |
1854 | 2025-01-17T07:12:29.117Z | Compiling darling_core v0.20.10 |
1855 | 2025-01-17T07:12:29.891Z | Compiling dirs-next v2.0.0 |
1856 | 2025-01-17T07:12:34.632Z | Compiling addr2line v0.24.2 |
1857 | 2025-01-17T07:12:35.548Z | Compiling unicode-normalization v0.1.24 |
1858 | 2025-01-17T07:12:36.639Z | Compiling serde_urlencoded v0.7.1 |
1859 | 2025-01-17T07:12:37.201Z | Compiling crossbeam-epoch v0.9.18 |
1860 | 2025-01-17T07:12:37.865Z | Compiling rustls-pemfile v2.2.0 |
1861 | 2025-01-17T07:12:37.868Z | Compiling hubpack_derive v0.1.1 |
1862 | 2025-01-17T07:12:37.957Z | Compiling dropshot_endpoint v0.12.0 |
1863 | 2025-01-17T07:12:38.114Z | Compiling sha1 v0.10.6 |
1864 | 2025-01-17T07:12:38.317Z | Compiling signature v2.2.0 |
1865 | 2025-01-17T07:12:38.493Z | Compiling curve25519-dalek-derive v0.1.1 |
1866 | 2025-01-17T07:12:38.550Z | Compiling zerocopy-derive v0.6.6 |
1867 | 2025-01-17T07:12:38.771Z | Compiling object v0.36.5 |
1868 | 2025-01-17T07:12:40.285Z | Compiling thread_local v1.1.8 |
1869 | 2025-01-17T07:12:40.741Z | Compiling fs-err v2.11.0 |
1870 | 2025-01-17T07:12:41.742Z | Compiling ipnet v2.10.1 |
1871 | 2025-01-17T07:12:44.550Z | Compiling openssl-probe v0.1.5 |
1872 | 2025-01-17T07:12:45.118Z | Compiling rustc-demangle v0.1.24 |
1873 | 2025-01-17T07:12:46.073Z | Compiling anstyle v1.0.10 |
1874 | 2025-01-17T07:12:46.559Z | Compiling unicode-properties v0.1.3 |
1875 | 2025-01-17T07:12:47.172Z | Compiling winnow v0.6.20 |
1876 | 2025-01-17T07:12:47.264Z | Compiling utf8parse v0.2.2 |
1877 | 2025-01-17T07:12:47.456Z | Compiling unicode-bidi v0.3.17 |
1878 | 2025-01-17T07:12:48.790Z | Compiling stringprep v0.1.5 |
1879 | 2025-01-17T07:12:49.604Z | Compiling anstyle-parse v0.2.5 |
1880 | 2025-01-17T07:12:50.374Z | Compiling toml_edit v0.22.22 |
1881 | 2025-01-17T07:12:50.507Z | Compiling rustls-webpki v0.102.8 |
1882 | 2025-01-17T07:12:51.126Z | Compiling backtrace v0.3.74 |
1883 | 2025-01-17T07:13:00.657Z | Compiling crossbeam-deque v0.8.5 |
1884 | 2025-01-17T07:13:01.039Z | Compiling darling_macro v0.20.10 |
1885 | 2025-01-17T07:13:01.908Z | Compiling term v0.7.0 |
1886 | 2025-01-17T07:13:01.928Z | Compiling slog-json v2.6.1 |
1887 | 2025-01-17T07:13:03.699Z | Compiling crossbeam-channel v0.5.13 |
1888 | 2025-01-17T07:13:04.123Z | Compiling hashbrown v0.14.5 |
1889 | 2025-01-17T07:13:04.485Z | Compiling futures-executor v0.3.31 |
1890 | 2025-01-17T07:13:04.907Z | Compiling num-integer v0.1.46 |
1891 | 2025-01-17T07:13:04.930Z | Compiling md-5 v0.10.6 |
1892 | 2025-01-17T07:13:05.194Z | Compiling ff v0.13.0 |
1893 | 2025-01-17T07:13:05.285Z | Compiling hash32 v0.2.1 |
1894 | 2025-01-17T07:13:05.321Z | Compiling is-terminal v0.4.13 |
1895 | 2025-01-17T07:13:05.440Z | Compiling memmap v0.7.0 |
1896 | 2025-01-17T07:13:05.507Z | Compiling anstyle-query v1.1.1 |
1897 | 2025-01-17T07:13:05.563Z | Compiling take_mut v0.2.2 |
1898 | 2025-01-17T07:13:05.669Z | Compiling colorchoice v1.0.2 |
1899 | 2025-01-17T07:13:05.760Z | Compiling quick-error v1.2.3 |
1900 | 2025-01-17T07:13:05.853Z | Compiling base16ct v0.2.0 |
1901 | 2025-01-17T07:13:05.924Z | Compiling psl-types v2.0.11 |
1902 | 2025-01-17T07:13:06.151Z | Compiling fallible-iterator v0.2.0 |
1903 | 2025-01-17T07:13:06.153Z | Compiling is_terminal_polyfill v1.70.1 |
1904 | 2025-01-17T07:13:06.172Z | Compiling linked-hash-map v0.5.6 |
1905 | 2025-01-17T07:13:06.314Z | Compiling utf-8 v0.7.6 |
1906 | 2025-01-17T07:13:06.527Z | Compiling lru-cache v0.1.2 |
1907 | 2025-01-17T07:13:06.632Z | Compiling tungstenite v0.24.0 |
1908 | 2025-01-17T07:13:06.676Z | Compiling publicsuffix v2.3.0 |
1909 | 2025-01-17T07:13:06.720Z | Compiling anstream v0.6.15 |
1910 | 2025-01-17T07:13:06.795Z | Compiling postgres-protocol v0.6.7 |
1911 | 2025-01-17T07:13:07.309Z | Compiling sec1 v0.7.3 |
1912 | 2025-01-17T07:13:07.329Z | Compiling resolv-conf v0.7.0 |
1913 | 2025-01-17T07:13:07.897Z | Compiling usdt v0.5.0 |
1914 | 2025-01-17T07:13:08.362Z | Compiling slog-term v2.9.1 |
1915 | 2025-01-17T07:13:08.438Z | Compiling group v0.13.0 |
1916 | 2025-01-17T07:13:08.727Z | Compiling num-iter v0.1.45 |
1917 | 2025-01-17T07:13:08.751Z | Compiling regress v0.10.1 |
1918 | 2025-01-17T07:13:08.929Z | Compiling futures v0.3.31 |
1919 | 2025-01-17T07:13:11.810Z | Compiling slog-bunyan v2.5.0 |
1920 | 2025-01-17T07:13:12.024Z | Compiling darling v0.20.10 |
1921 | 2025-01-17T07:13:12.387Z | Compiling tokio-rustls v0.26.0 |
1922 | 2025-01-17T07:13:12.478Z | Compiling tokio-native-tls v0.3.1 |
1923 | 2025-01-17T07:13:12.797Z | Compiling tokio-rustls v0.25.0 |
1924 | 2025-01-17T07:13:12.818Z | Compiling toml v0.8.19 |
1925 | 2025-01-17T07:13:13.222Z | Compiling hickory-proto v0.24.2 |
1926 | 2025-01-17T07:13:13.492Z | Compiling strum_macros v0.25.3 |
1927 | 2025-01-17T07:13:14.156Z | Compiling phf_shared v0.11.2 |
1928 | 2025-01-17T07:13:14.504Z | Compiling async-stream v0.3.6 |
1929 | 2025-01-17T07:13:14.529Z | Compiling waitgroup v0.1.2 |
1930 | 2025-01-17T07:13:14.595Z | Compiling webpki-roots v0.26.6 |
1931 | 2025-01-17T07:13:14.840Z | Compiling terminal_size v0.4.0 |
1932 | 2025-01-17T07:13:14.943Z | Compiling serde_path_to_error v0.1.16 |
1933 | 2025-01-17T07:13:15.050Z | Compiling hkdf v0.12.4 |
1934 | 2025-01-17T07:13:15.450Z | Compiling crypto-bigint v0.5.5 |
1935 | 2025-01-17T07:13:15.693Z | Compiling clap_derive v4.5.18 |
1936 | 2025-01-17T07:13:15.837Z | Compiling derive-where v1.2.7 |
1937 | 2025-01-17T07:13:16.804Z | Compiling serde_repr v0.1.19 |
1938 | 2025-01-17T07:13:17.641Z | Compiling hostname v0.4.0 |
1939 | 2025-01-17T07:13:17.850Z | Compiling crc32fast v1.4.2 |
1940 | 2025-01-17T07:13:17.850Z | Compiling managed v0.8.0 |
1941 | 2025-01-17T07:13:18.183Z | Compiling bitflags v1.3.2 |
1942 | 2025-01-17T07:13:18.361Z | Compiling debug-ignore v1.0.5 |
1943 | 2025-01-17T07:13:18.730Z | Compiling clap_lex v0.7.2 |
1944 | 2025-01-17T07:13:18.963Z | Compiling unicode-width v0.1.14 |
1945 | 2025-01-17T07:13:19.125Z | Compiling clap_builder v4.5.21 |
1946 | 2025-01-17T07:13:19.540Z | Compiling console v0.15.8 |
1947 | 2025-01-17T07:13:21.497Z | Compiling hickory-resolver v0.24.2 |
1948 | 2025-01-17T07:13:23.252Z | Compiling elliptic-curve v0.13.8 |
1949 | 2025-01-17T07:13:23.968Z | Compiling flate2 v1.0.34 |
1950 | 2025-01-17T07:13:25.407Z | Compiling hyper-rustls v0.27.3 |
1951 | 2025-01-17T07:13:25.980Z | Compiling phf v0.11.2 |
1952 | 2025-01-17T07:13:26.506Z | Compiling hyper-tls v0.6.0 |
1953 | 2025-01-17T07:13:27.333Z | Compiling typify-impl v0.2.0 |
1954 | 2025-01-17T07:13:27.502Z | Compiling signal-hook-mio v0.2.4 |
1955 | 2025-01-17T07:13:28.245Z | Compiling rayon v1.10.0 |
1956 | 2025-01-17T07:13:29.509Z | Compiling bzip2 v0.4.4 |
1957 | 2025-01-17T07:13:29.881Z | Compiling cookie_store v0.21.1 |
1958 | 2025-01-17T07:13:32.190Z | Compiling tokio-tungstenite v0.24.0 |
1959 | 2025-01-17T07:13:32.249Z | Compiling postgres-types v0.2.8 |
1960 | 2025-01-17T07:13:32.661Z | Compiling zerocopy v0.6.6 |
1961 | 2025-01-17T07:13:32.715Z | Compiling hubpack v0.1.2 |
1962 | 2025-01-17T07:13:33.005Z | Compiling ed25519 v2.2.3 |
1963 | 2025-01-17T07:13:33.117Z | Compiling phf_shared v0.10.0 |
1964 | 2025-01-17T07:13:33.439Z | Compiling pkcs1 v0.7.5 |
1965 | 2025-01-17T07:13:33.472Z | Compiling tokio-stream v0.1.16 |
1966 | 2025-01-17T07:13:33.566Z | Compiling ipnetwork v0.20.0 |
1967 | 2025-01-17T07:13:34.271Z | Compiling serde-big-array v0.5.1 |
1968 | 2025-01-17T07:13:34.402Z | Compiling rfc6979 v0.4.0 |
1969 | 2025-01-17T07:13:34.503Z | Compiling float-cmp v0.9.0 |
1970 | 2025-01-17T07:13:34.539Z | Compiling sync_wrapper v1.0.1 |
1971 | 2025-01-17T07:13:34.706Z | Compiling bstr v1.10.0 |
1972 | 2025-01-17T07:13:34.755Z | Compiling number_prefix v0.4.0 |
1973 | 2025-01-17T07:13:34.981Z | Compiling predicates-core v1.0.8 |
1974 | 2025-01-17T07:13:35.284Z | Compiling new_debug_unreachable v1.0.6 |
1975 | 2025-01-17T07:13:35.414Z | Compiling bit-vec v0.6.3 |
1976 | 2025-01-17T07:13:35.804Z | Compiling whoami v1.5.2 |
1977 | 2025-01-17T07:13:35.839Z | Compiling normalize-line-endings v0.3.0 |
1978 | 2025-01-17T07:13:35.992Z | Compiling difflib v0.4.0 |
1979 | 2025-01-17T07:13:36.315Z | Compiling precomputed-hash v0.1.1 |
1980 | 2025-01-17T07:13:36.460Z | Compiling static_assertions v1.1.0 |
1981 | 2025-01-17T07:13:36.581Z | Compiling unicode-width v0.2.0 |
1982 | 2025-01-17T07:13:37.143Z | Compiling fixedbitset v0.4.2 |
1983 | 2025-01-17T07:13:37.365Z | Compiling unicode-segmentation v1.12.0 |
1984 | 2025-01-17T07:13:37.562Z | Compiling petgraph v0.6.5 |
1985 | 2025-01-17T07:13:37.871Z | Compiling typify-macro v0.2.0 |
1986 | 2025-01-17T07:13:38.126Z | Compiling similar v2.6.0 |
1987 | 2025-01-17T07:13:38.197Z | Compiling reqwest v0.12.9 |
1988 | 2025-01-17T07:13:39.674Z | Compiling indicatif v0.17.9 |
1989 | 2025-01-17T07:13:40.094Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1990 | 2025-01-17T07:13:41.137Z | Compiling predicates v3.1.2 |
1991 | 2025-01-17T07:13:41.253Z | Compiling string_cache v0.8.7 |
1992 | 2025-01-17T07:13:41.422Z | Compiling tokio-postgres v0.7.12 |
1993 | 2025-01-17T07:13:41.648Z | Compiling bit-set v0.5.3 |
1994 | 2025-01-17T07:13:42.456Z | Compiling ecdsa v0.16.9 |
1995 | 2025-01-17T07:13:43.293Z | Compiling qorb v0.2.1 |
1996 | 2025-01-17T07:13:43.958Z | Compiling rsa v0.9.6 |
1997 | 2025-01-17T07:13:44.322Z | Compiling ed25519-dalek v2.1.1 |
1998 | 2025-01-17T07:13:45.419Z | Compiling zip v0.6.6 |
1999 | 2025-01-17T07:13:45.662Z | Compiling crossterm v0.28.1 |
2000 | 2025-01-17T07:13:46.624Z | Compiling clap v4.5.21 |
2001 | 2025-01-17T07:13:48.212Z | Compiling toml v0.7.8 |
2002 | 2025-01-17T07:13:48.483Z | Compiling x509-cert v0.2.5 |
2003 | 2025-01-17T07:13:49.320Z | Compiling hex v0.4.3 |
2004 | 2025-01-17T07:13:49.892Z | Compiling itertools v0.10.5 |
2005 | 2025-01-17T07:13:50.556Z | Compiling lalrpop-util v0.19.12 |
2006 | 2025-01-17T07:13:50.902Z | Compiling peg-runtime v0.8.3 |
2007 | 2025-01-17T07:13:51.022Z | Compiling unicode-xid v0.2.6 |
2008 | 2025-01-17T07:13:51.388Z | Compiling zerocopy v0.8.10 |
2009 | 2025-01-17T07:13:52.571Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2010 | 2025-01-17T07:13:57.263Z | Compiling proc-macro-crate v1.3.1 |
2011 | 2025-01-17T07:13:58.003Z | Compiling macaddr v1.0.1 |
2012 | 2025-01-17T07:13:58.338Z | Compiling zerocopy-derive v0.8.10 |
2013 | 2025-01-17T07:13:58.400Z | Compiling itertools v0.13.0 |
2014 | 2025-01-17T07:14:01.058Z | Compiling heapless v0.8.0 |
2015 | 2025-01-17T07:14:01.352Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2025-01-17T07:14:06.080Z | Compiling num_enum_derive v0.5.11 |
2017 | 2025-01-17T07:14:14.184Z | Compiling hash32 v0.3.1 |
2018 | 2025-01-17T07:14:14.615Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2025-01-17T07:14:14.971Z | Compiling smoltcp v0.11.0 |
2020 | 2025-01-17T07:14:19.888Z | Compiling num_enum v0.5.11 |
2021 | 2025-01-17T07:14:20.091Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2025-01-17T07:14:21.171Z | Compiling typify v0.2.0 |
2023 | 2025-01-17T07:14:21.321Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2024 | 2025-01-17T07:14:21.902Z | Compiling proc-macro-error-attr v1.0.4 |
2025 | 2025-01-17T07:14:22.032Z | Compiling thiserror v2.0.11 |
2026 | 2025-01-17T07:14:22.247Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2027 | 2025-01-17T07:14:22.553Z | Compiling unsafe-libyaml v0.2.11 |
2028 | 2025-01-17T07:14:22.572Z | Compiling cobs v0.2.3 |
2029 | 2025-01-17T07:14:24.269Z | Compiling serde_yaml v0.9.34+deprecated |
2030 | 2025-01-17T07:14:24.289Z | Compiling postcard v1.0.10 |
2031 | 2025-01-17T07:14:37.613Z | Compiling progenitor-impl v0.8.0 |
2032 | 2025-01-17T07:14:41.461Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2025-01-17T07:14:50.540Z | Compiling strum_macros v0.26.4 |
2034 | 2025-01-17T07:14:51.051Z | Compiling foreign-types-macros v0.2.3 |
2035 | 2025-01-17T07:14:51.121Z | Compiling thiserror-impl v2.0.11 |
2036 | 2025-01-17T07:14:51.945Z | Compiling structmeta-derive v0.3.0 |
2037 | 2025-01-17T07:14:52.234Z | Compiling proc-macro-error v1.0.4 |
2038 | 2025-01-17T07:14:52.254Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-17T07:14:52.818Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2040 | 2025-01-17T07:14:54.251Z | Compiling foreign-types-shared v0.3.1 |
2041 | 2025-01-17T07:14:54.626Z | Compiling strum v0.26.3 |
2042 | 2025-01-17T07:14:54.839Z | Compiling foreign-types v0.5.0 |
2043 | 2025-01-17T07:14:55.153Z | Compiling structmeta v0.3.0 |
2044 | 2025-01-17T07:14:59.246Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-17T07:15:02.972Z | Compiling progenitor-macro v0.8.0 |
2046 | 2025-01-17T07:15:07.251Z | Compiling progenitor-client v0.8.0 |
2047 | 2025-01-17T07:15:07.770Z | Compiling tabwriter v1.4.0 |
2048 | 2025-01-17T07:15:11.760Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2049 | 2025-01-17T07:15:12.013Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2050 | 2025-01-17T07:15:12.542Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2051 | 2025-01-17T07:15:12.617Z | Compiling cstr-argument v0.1.2 |
2052 | 2025-01-17T07:15:12.876Z | Compiling dropshot v0.15.1 |
2053 | 2025-01-17T07:15:13.184Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2054 | 2025-01-17T07:15:13.342Z | Compiling fastrand v2.1.1 |
2055 | 2025-01-17T07:15:13.485Z | Compiling pretty-hex v0.2.1 |
2056 | 2025-01-17T07:15:13.869Z | Compiling crucible-workspace-hack v0.1.0 |
2057 | 2025-01-17T07:15:13.998Z | Compiling progenitor v0.8.0 |
2058 | 2025-01-17T07:15:14.199Z | Compiling tempfile v3.13.0 |
2059 | 2025-01-17T07:15:14.222Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2025-01-17T07:15:14.514Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2061 | 2025-01-17T07:15:14.534Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2062 | 2025-01-17T07:15:14.618Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2063 | 2025-01-17T07:15:15.394Z | Compiling parse-display-derive v0.10.0 |
2064 | 2025-01-17T07:15:15.521Z | Compiling colored v2.1.0 |
2065 | 2025-01-17T07:15:15.811Z | Compiling serde_with_macros v3.11.0 |
2066 | 2025-01-17T07:15:16.241Z | Compiling dropshot_endpoint v0.15.1 |
2067 | 2025-01-17T07:15:16.725Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2025-01-17T07:15:17.470Z | Compiling instant v0.1.13 |
2069 | 2025-01-17T07:15:17.685Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2070 | 2025-01-17T07:15:18.098Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-01-17T07:15:18.207Z | Compiling serde_with v3.11.0 |
2072 | 2025-01-17T07:15:18.981Z | Compiling parse-display v0.10.0 |
2073 | 2025-01-17T07:15:19.566Z | Compiling backoff v0.4.0 |
2074 | 2025-01-17T07:15:19.937Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2075 | 2025-01-17T07:15:20.848Z | Compiling zone_cfg_derive v0.3.0 |
2076 | 2025-01-17T07:15:21.026Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2077 | 2025-01-17T07:15:21.713Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2078 | 2025-01-17T07:15:22.048Z | Compiling camino-tempfile v1.1.1 |
2079 | 2025-01-17T07:15:22.278Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2080 | 2025-01-17T07:15:22.411Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2081 | 2025-01-17T07:15:22.519Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2082 | 2025-01-17T07:15:22.727Z | Compiling regress v0.9.1 |
2083 | 2025-01-17T07:15:22.818Z | Compiling progenitor-client v0.9.1 |
2084 | 2025-01-17T07:15:22.879Z | Compiling num-derive v0.4.2 |
2085 | 2025-01-17T07:15:23.731Z | Compiling sigpipe v0.1.3 |
2086 | 2025-01-17T07:15:23.889Z | Compiling libefi-sys v0.1.0 |
2087 | 2025-01-17T07:15:24.206Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2088 | 2025-01-17T07:15:24.584Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2089 | 2025-01-17T07:15:25.027Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2090 | 2025-01-17T07:15:26.621Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2091 | 2025-01-17T07:15:27.209Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2025-01-17T07:15:27.774Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2093 | 2025-01-17T07:15:29.623Z | Compiling zone v0.3.0 |
2094 | 2025-01-17T07:15:31.316Z | Compiling smf v0.2.3 |
2095 | 2025-01-17T07:15:33.121Z | Compiling bitfield-struct v0.6.2 |
2096 | 2025-01-17T07:15:33.140Z | Compiling blake3 v1.5.4 |
2097 | 2025-01-17T07:15:33.753Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2098 | 2025-01-17T07:15:34.481Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2025-01-17T07:15:34.592Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2100 | 2025-01-17T07:15:34.643Z | Compiling xattr v1.3.1 |
2101 | 2025-01-17T07:15:34.849Z | Compiling filetime v0.2.25 |
2102 | 2025-01-17T07:15:34.987Z | Compiling memmap2 v0.9.5 |
2103 | 2025-01-17T07:15:35.172Z | Compiling arrayvec v0.7.6 |
2104 | 2025-01-17T07:15:35.213Z | Compiling same-file v1.0.6 |
2105 | 2025-01-17T07:15:35.512Z | Compiling constant_time_eq v0.3.1 |
2106 | 2025-01-17T07:15:35.583Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2107 | 2025-01-17T07:15:35.649Z | Compiling arrayref v0.3.9 |
2108 | 2025-01-17T07:15:35.701Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2109 | 2025-01-17T07:15:35.720Z | Compiling walkdir v2.5.0 |
2110 | 2025-01-17T07:15:35.739Z | Compiling tar v0.4.42 |
2111 | 2025-01-17T07:15:37.367Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2112 | 2025-01-17T07:15:37.880Z | Compiling gethostname v0.5.0 |
2113 | 2025-01-17T07:15:38.099Z | Compiling cargo-platform v0.1.8 |
2114 | 2025-01-17T07:15:38.355Z | Compiling topological-sort v0.2.2 |
2115 | 2025-01-17T07:15:38.378Z | Compiling indent_write v2.2.0 |
2116 | 2025-01-17T07:15:38.625Z | Compiling omicron-zone-package v0.12.0 |
2117 | 2025-01-17T07:15:38.647Z | Compiling cargo_metadata v0.18.1 |
2118 | 2025-01-17T07:15:39.142Z | Compiling shell-words v1.1.0 |
2119 | 2025-01-17T07:15:46.226Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2120 | 2025-01-17T07:15:46.894Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2121 | 2025-01-17T07:15:48.563Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2122 | 2025-01-17T07:16:08.305Z | Finished `release` profile [optimized] target(s) in 5m 13s |
2123 | 2025-01-17T07:16:08.470Z | Running `target/release/omicron-package -t test target create -p dev` |
2124 | 2025-01-17T07:16:08.521Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2025-01-17T07:16:08.523Z | Created new build target 'test' and set it as active |
2126 | 2025-01-17T07:16:08.523Z | |
2127 | 2025-01-17T07:16:08.523Z | real 5:13.511698181 |
2128 | 2025-01-17T07:16:08.523Z | user 36:38.656413896 |
2129 | 2025-01-17T07:16:08.523Z | sys 3:20.881047951 |
2130 | 2025-01-17T07:16:08.524Z | trap 1.172073722 |
2131 | 2025-01-17T07:16:08.525Z | tflt 2.826008788 |
2132 | 2025-01-17T07:16:08.525Z | dflt 0.595750393 |
2133 | 2025-01-17T07:16:08.525Z | kflt 0.008961110 |
2134 | 2025-01-17T07:16:08.525Z | lock 1:13:34.531877879 |
2135 | 2025-01-17T07:16:08.525Z | slp 2:27:42.437251739 |
2136 | 2025-01-17T07:16:08.525Z | lat 2:44.302678425 |
2137 | 2025-01-17T07:16:08.525Z | stop 4:41.477265264 |
2138 | 2025-01-17T07:16:08.528Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2139 | 2025-01-17T07:16:09.474Z | Finished `release` profile [optimized] target(s) in 0.89s |
2140 | 2025-01-17T07:16:09.532Z | Running `target/release/omicron-package -t test package` |
2141 | 2025-01-17T07:16:09.579Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2142 | 2025-01-17T07:16:10.707Z | Compiling thiserror v2.0.11 |
2143 | 2025-01-17T07:16:10.847Z | Compiling typify-impl v0.3.0 |
2144 | 2025-01-17T07:16:10.850Z | Compiling convert_case v0.4.0 |
2145 | 2025-01-17T07:16:10.850Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2146 | 2025-01-17T07:16:10.852Z | Compiling newline-converter v0.3.0 |
2147 | 2025-01-17T07:16:10.852Z | Compiling password-hash v0.5.0 |
2148 | 2025-01-17T07:16:10.852Z | Compiling blake2 v0.10.6 |
2149 | 2025-01-17T07:16:10.853Z | Compiling base64 v0.21.7 |
2150 | 2025-01-17T07:16:11.090Z | Compiling expectorate v1.1.0 |
2151 | 2025-01-17T07:16:11.113Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2152 | 2025-01-17T07:16:11.365Z | Compiling atomicwrites v0.4.4 |
2153 | 2025-01-17T07:16:11.554Z | Compiling derive_more v0.99.18 |
2154 | 2025-01-17T07:16:11.879Z | Compiling argon2 v0.5.3 |
2155 | 2025-01-17T07:16:12.063Z | Compiling cancel-safe-futures v0.1.5 |
2156 | 2025-01-17T07:16:12.084Z | Compiling owo-colors v4.1.0 |
2157 | 2025-01-17T07:16:12.405Z | Compiling num-rational v0.4.2 |
2158 | 2025-01-17T07:16:12.407Z | Compiling progenitor-client v0.9.1 |
2159 | 2025-01-17T07:16:12.435Z | Compiling num-complex v0.4.6 |
2160 | 2025-01-17T07:16:12.914Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2161 | 2025-01-17T07:16:13.481Z | Compiling num v0.4.3 |
2162 | 2025-01-17T07:16:13.614Z | Compiling libsw v3.3.1 |
2163 | 2025-01-17T07:16:13.773Z | Compiling float-ord v0.3.2 |
2164 | 2025-01-17T07:16:13.949Z | Compiling linear-map v1.2.0 |
2165 | 2025-01-17T07:16:13.972Z | Compiling swrite v0.1.0 |
2166 | 2025-01-17T07:16:14.143Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2167 | 2025-01-17T07:16:14.163Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2168 | 2025-01-17T07:16:14.350Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2169 | 2025-01-17T07:16:14.811Z | Compiling highway v1.2.0 |
2170 | 2025-01-17T07:16:15.950Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2171 | 2025-01-17T07:16:16.272Z | Compiling semver v0.1.20 |
2172 | 2025-01-17T07:16:16.814Z | Compiling rustc_version v0.1.7 |
2173 | 2025-01-17T07:16:17.231Z | Compiling newtype_derive v0.1.6 |
2174 | 2025-01-17T07:16:17.342Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2175 | 2025-01-17T07:16:17.555Z | Compiling tungstenite v0.21.0 |
2176 | 2025-01-17T07:16:21.810Z | Compiling typify-macro v0.3.0 |
2177 | 2025-01-17T07:16:21.930Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2178 | 2025-01-17T07:16:22.541Z | Compiling ipnetwork v0.20.0 |
2179 | 2025-01-17T07:16:23.284Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2180 | 2025-01-17T07:16:23.708Z | Compiling tokio-tungstenite v0.21.0 |
2181 | 2025-01-17T07:16:23.899Z | Compiling progenitor-client v0.8.0 |
2182 | 2025-01-17T07:16:23.940Z | Compiling humantime v2.1.0 |
2183 | 2025-01-17T07:16:24.332Z | Compiling progenitor v0.8.0 |
2184 | 2025-01-17T07:16:24.493Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2185 | 2025-01-17T07:16:24.559Z | Compiling dropshot v0.15.1 |
2186 | 2025-01-17T07:16:24.640Z | Compiling instant v0.1.13 |
2187 | 2025-01-17T07:16:24.778Z | Compiling backoff v0.4.0 |
2188 | 2025-01-17T07:16:25.156Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2189 | 2025-01-17T07:16:25.195Z | Compiling typify v0.3.0 |
2190 | 2025-01-17T07:16:25.361Z | Compiling progenitor-impl v0.9.1 |
2191 | 2025-01-17T07:16:25.609Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2192 | 2025-01-17T07:16:31.419Z | Compiling progenitor-macro v0.9.1 |
2193 | 2025-01-17T07:16:32.459Z | Compiling steno v0.4.1 |
2194 | 2025-01-17T07:16:32.896Z | Compiling parse-display v0.10.0 |
2195 | 2025-01-17T07:16:33.093Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2196 | 2025-01-17T07:16:33.298Z | Compiling strum v0.26.3 |
2197 | 2025-01-17T07:16:33.417Z | Compiling serde_with v3.11.0 |
2198 | 2025-01-17T07:16:33.508Z | Compiling regress v0.9.1 |
2199 | 2025-01-17T07:16:36.413Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2200 | 2025-01-17T07:16:37.978Z | Compiling macaddr v1.0.1 |
2201 | 2025-01-17T07:16:38.167Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2202 | 2025-01-17T07:16:38.418Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2203 | 2025-01-17T07:16:38.439Z | Compiling slog-dtrace v0.3.0 |
2204 | 2025-01-17T07:16:38.760Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2205 | 2025-01-17T07:16:38.857Z | Compiling prettyplease v0.2.25 |
2206 | 2025-01-17T07:16:40.945Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2207 | 2025-01-17T07:16:42.421Z | Compiling progenitor v0.9.1 |
2208 | 2025-01-17T07:16:42.668Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2209 | 2025-01-17T07:16:44.450Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2210 | 2025-01-17T07:16:54.022Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2211 | 2025-01-17T07:16:55.524Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2212 | 2025-01-17T07:16:56.202Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2213 | 2025-01-17T07:16:57.217Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2214 | 2025-01-17T07:16:58.259Z | Compiling half v2.4.1 |
2215 | 2025-01-17T07:16:58.956Z | Compiling ciborium-io v0.2.2 |
2216 | 2025-01-17T07:16:59.118Z | Compiling ciborium-ll v0.2.2 |
2217 | 2025-01-17T07:17:00.593Z | Compiling ciborium v0.2.2 |
2218 | 2025-01-17T07:17:02.048Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2219 | 2025-01-17T07:17:02.605Z | Compiling display-error-chain v0.2.2 |
2220 | 2025-01-17T07:17:02.816Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2221 | 2025-01-17T07:17:02.835Z | Compiling same-file v1.0.6 |
2222 | 2025-01-17T07:17:02.954Z | Compiling fastrand v2.1.1 |
2223 | 2025-01-17T07:17:03.098Z | Compiling walkdir v2.5.0 |
2224 | 2025-01-17T07:17:03.464Z | Compiling tempfile v3.13.0 |
2225 | 2025-01-17T07:17:03.707Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2226 | 2025-01-17T07:17:04.205Z | Compiling blake3 v1.5.4 |
2227 | 2025-01-17T07:17:04.855Z | Compiling const_format_proc_macros v0.2.33 |
2228 | 2025-01-17T07:17:06.780Z | Compiling xattr v1.3.1 |
2229 | 2025-01-17T07:17:07.080Z | Compiling filetime v0.2.25 |
2230 | 2025-01-17T07:17:07.393Z | Compiling memmap2 v0.9.5 |
2231 | 2025-01-17T07:17:07.812Z | Compiling keccak v0.1.5 |
2232 | 2025-01-17T07:17:07.869Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2233 | 2025-01-17T07:17:08.285Z | Compiling arrayvec v0.7.6 |
2234 | 2025-01-17T07:17:08.332Z | Compiling arrayref v0.3.9 |
2235 | 2025-01-17T07:17:08.457Z | Compiling crunchy v0.2.2 |
2236 | 2025-01-17T07:17:08.684Z | Compiling constant_time_eq v0.3.1 |
2237 | 2025-01-17T07:17:08.864Z | Compiling maplit v1.0.2 |
2238 | 2025-01-17T07:17:08.953Z | Compiling sha3 v0.10.8 |
2239 | 2025-01-17T07:17:09.002Z | Compiling tar v0.4.42 |
2240 | 2025-01-17T07:17:09.751Z | Compiling const_format v0.2.33 |
2241 | 2025-01-17T07:17:09.810Z | Compiling camino-tempfile v1.1.1 |
2242 | 2025-01-17T07:17:09.920Z | Compiling toolchain_find v0.4.0 |
2243 | 2025-01-17T07:17:10.236Z | Compiling topological-sort v0.2.2 |
2244 | 2025-01-17T07:17:10.447Z | Compiling radium v0.7.0 |
2245 | 2025-01-17T07:17:10.476Z | Compiling tiny-keccak v2.0.2 |
2246 | 2025-01-17T07:17:10.854Z | Compiling omicron-zone-package v0.12.0 |
2247 | 2025-01-17T07:17:10.874Z | Compiling rustfmt-wrapper v0.2.1 |
2248 | 2025-01-17T07:17:11.083Z | Compiling dsl_auto_type v0.1.2 |
2249 | 2025-01-17T07:17:11.250Z | Compiling scheduled-thread-pool v0.2.7 |
2250 | 2025-01-17T07:17:11.415Z | Compiling diesel_table_macro_syntax v0.2.0 |
2251 | 2025-01-17T07:17:11.810Z | Compiling tap v1.0.1 |
2252 | 2025-01-17T07:17:12.026Z | Compiling maybe-uninit v2.0.0 |
2253 | 2025-01-17T07:17:12.312Z | Compiling diesel_derives v2.2.3 |
2254 | 2025-01-17T07:17:12.590Z | Compiling wyz v0.5.1 |
2255 | 2025-01-17T07:17:12.649Z | Compiling r2d2 v0.8.10 |
2256 | 2025-01-17T07:17:13.479Z | Compiling phf_generator v0.11.2 |
2257 | 2025-01-17T07:17:13.615Z | Compiling ascii-canvas v3.0.0 |
2258 | 2025-01-17T07:17:13.683Z | Compiling secrecy v0.8.0 |
2259 | 2025-01-17T07:17:13.966Z | Compiling ena v0.14.3 |
2260 | 2025-01-17T07:17:14.055Z | Compiling async-recursion v1.1.1 |
2261 | 2025-01-17T07:17:14.360Z | Compiling packed_struct v0.10.1 |
2262 | 2025-01-17T07:17:14.451Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2263 | 2025-01-17T07:17:14.777Z | Compiling arc-swap v1.7.1 |
2264 | 2025-01-17T07:17:14.798Z | Compiling funty v2.0.0 |
2265 | 2025-01-17T07:17:15.418Z | Compiling diff v0.1.13 |
2266 | 2025-01-17T07:17:15.438Z | Compiling regex-syntax v0.6.29 |
2267 | 2025-01-17T07:17:15.904Z | Compiling crc-catalog v2.4.0 |
2268 | 2025-01-17T07:17:15.960Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2269 | 2025-01-17T07:17:15.995Z | Compiling bitvec v1.0.1 |
2270 | 2025-01-17T07:17:16.080Z | Compiling crc v3.2.1 |
2271 | 2025-01-17T07:17:17.560Z | Compiling slog-scope v4.4.0 |
2272 | 2025-01-17T07:17:18.247Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2273 | 2025-01-17T07:17:18.362Z | Compiling phf_codegen v0.11.2 |
2274 | 2025-01-17T07:17:18.713Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2025-01-17T07:17:19.756Z | Compiling lalrpop v0.19.12 |
2276 | 2025-01-17T07:17:20.463Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2277 | 2025-01-17T07:17:20.485Z | Compiling universal-hash v0.5.1 |
2278 | 2025-01-17T07:17:20.712Z | Compiling thiserror-impl-no-std v2.0.2 |
2279 | 2025-01-17T07:17:20.732Z | Compiling packed_struct_codegen v0.10.1 |
2280 | 2025-01-17T07:17:22.947Z | Compiling diesel v2.2.6 |
2281 | 2025-01-17T07:17:23.072Z | Compiling parse-zoneinfo v0.3.1 |
2282 | 2025-01-17T07:17:23.161Z | Compiling indexmap v1.9.3 |
2283 | 2025-01-17T07:17:23.517Z | Compiling unicase v2.7.0 |
2284 | 2025-01-17T07:17:23.853Z | Compiling nodrop v0.1.14 |
2285 | 2025-01-17T07:17:24.023Z | Compiling opaque-debug v0.3.1 |
2286 | 2025-01-17T07:17:24.153Z | Compiling ref-cast v1.0.23 |
2287 | 2025-01-17T07:17:24.537Z | Compiling poly1305 v0.8.0 |
2288 | 2025-01-17T07:17:24.703Z | Compiling array-init v0.0.4 |
2289 | 2025-01-17T07:17:25.742Z | Compiling chrono-tz-build v0.4.0 |
2290 | 2025-01-17T07:17:26.019Z | Compiling thiserror-no-std v2.0.2 |
2291 | 2025-01-17T07:17:26.771Z | Compiling smallvec v0.6.14 |
2292 | 2025-01-17T07:17:27.786Z | Compiling slog-stdlog v4.1.1 |
2293 | 2025-01-17T07:17:28.599Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2294 | 2025-01-17T07:17:28.914Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2295 | 2025-01-17T07:17:29.229Z | Compiling derive_builder_core v0.20.2 |
2296 | 2025-01-17T07:17:30.060Z | Compiling chacha20 v0.9.1 |
2297 | 2025-01-17T07:17:30.585Z | Compiling headers-core v0.3.0 |
2298 | 2025-01-17T07:17:30.781Z | Compiling aead v0.5.2 |
2299 | 2025-01-17T07:17:31.117Z | Compiling libxml v0.3.3 |
2300 | 2025-01-17T07:17:31.316Z | Compiling ref-cast-impl v1.0.23 |
2301 | 2025-01-17T07:17:31.499Z | Compiling vte_generate_state_changes v0.1.2 |
2302 | 2025-01-17T07:17:32.114Z | Compiling bitfield v0.14.0 |
2303 | 2025-01-17T07:17:32.365Z | Compiling hashbrown v0.12.3 |
2304 | 2025-01-17T07:17:32.431Z | Compiling termcolor v1.4.1 |
2305 | 2025-01-17T07:17:33.552Z | Compiling env_logger v0.10.2 |
2306 | 2025-01-17T07:17:34.522Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2307 | 2025-01-17T07:17:36.859Z | Compiling vte v0.11.1 |
2308 | 2025-01-17T07:17:38.425Z | Compiling derive_builder_macro v0.20.2 |
2309 | 2025-01-17T07:17:39.246Z | Compiling chacha20poly1305 v0.10.1 |
2310 | 2025-01-17T07:17:39.500Z | Compiling headers v0.4.0 |
2311 | 2025-01-17T07:17:42.178Z | Compiling polar-core v0.27.3 |
2312 | 2025-01-17T07:17:43.131Z | Compiling slog-envlogger v2.2.0 |
2313 | 2025-01-17T07:17:43.665Z | Compiling serde-hex v0.1.0 |
2314 | 2025-01-17T07:17:45.797Z | Compiling chrono-tz v0.10.0 |
2315 | 2025-01-17T07:17:46.512Z | Compiling vsss-rs v3.3.4 |
2316 | 2025-01-17T07:17:48.526Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2317 | 2025-01-17T07:17:50.625Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2318 | 2025-01-17T07:17:50.985Z | Compiling ron v0.8.1 |
2319 | 2025-01-17T07:17:51.467Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2320 | 2025-01-17T07:17:51.777Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2321 | 2025-01-17T07:17:54.787Z | Compiling hashbrown v0.13.2 |
2322 | 2025-01-17T07:17:56.092Z | Compiling strum_macros v0.24.3 |
2323 | 2025-01-17T07:17:56.130Z | Compiling fxhash v0.2.1 |
2324 | 2025-01-17T07:17:56.462Z | Compiling samael v0.0.17 |
2325 | 2025-01-17T07:17:56.614Z | Compiling lockfree-object-pool v0.1.6 |
2326 | 2025-01-17T07:17:56.930Z | Compiling bumpalo v3.16.0 |
2327 | 2025-01-17T07:17:57.536Z | Compiling crc-any v2.5.0 |
2328 | 2025-01-17T07:17:58.136Z | Compiling zip v2.1.3 |
2329 | 2025-01-17T07:17:58.482Z | Compiling bytecount v0.6.8 |
2330 | 2025-01-17T07:17:58.485Z | Compiling indoc v1.0.9 |
2331 | 2025-01-17T07:17:58.839Z | Compiling simd-adler32 v0.3.7 |
2332 | 2025-01-17T07:17:59.118Z | Compiling papergrid v0.11.0 |
2333 | 2025-01-17T07:18:00.648Z | Compiling zopfli v0.8.1 |
2334 | 2025-01-17T07:18:06.360Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2335 | 2025-01-17T07:18:08.260Z | Compiling object v0.30.4 |
2336 | 2025-01-17T07:18:08.352Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2337 | 2025-01-17T07:18:12.581Z | Compiling derive_builder v0.20.2 |
2338 | 2025-01-17T07:18:13.518Z | Compiling strip-ansi-escapes v0.2.0 |
2339 | 2025-01-17T07:18:14.516Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2340 | 2025-01-17T07:18:14.838Z | Compiling tabled_derive v0.7.0 |
2341 | 2025-01-17T07:18:16.920Z | Compiling fd-lock v4.0.2 |
2342 | 2025-01-17T07:18:17.174Z | Compiling peg-macros v0.8.4 |
2343 | 2025-01-17T07:18:17.176Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2344 | 2025-01-17T07:18:18.176Z | Compiling kstat-rs v0.2.4 |
2345 | 2025-01-17T07:18:19.066Z | Compiling impl-trait-for-tuples v0.2.2 |
2346 | 2025-01-17T07:18:20.299Z | Compiling oso-derive v0.27.3 |
2347 | 2025-01-17T07:18:20.384Z | Compiling quick-xml v0.33.0 |
2348 | 2025-01-17T07:18:20.857Z | Compiling diesel-dtrace v0.4.2 |
2349 | 2025-01-17T07:18:21.200Z | Compiling path-slash v0.1.5 |
2350 | 2025-01-17T07:18:21.202Z | Compiling nu-ansi-term v0.50.1 |
2351 | 2025-01-17T07:18:21.476Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2352 | 2025-01-17T07:18:22.544Z | Compiling reedline v0.35.0 |
2353 | 2025-01-17T07:18:24.985Z | Compiling peg v0.8.4 |
2354 | 2025-01-17T07:18:25.106Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2355 | 2025-01-17T07:18:25.125Z | Compiling oso v0.27.3 |
2356 | 2025-01-17T07:18:30.546Z | Compiling tabled v0.15.0 |
2357 | 2025-01-17T07:18:42.501Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2358 | 2025-01-17T07:18:46.397Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2359 | 2025-01-17T07:18:49.087Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2360 | 2025-01-17T07:18:50.281Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2361 | 2025-01-17T07:18:50.608Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2362 | 2025-01-17T07:18:50.776Z | Compiling pem v3.0.4 |
2363 | 2025-01-17T07:18:50.948Z | Compiling bb8 v0.8.5 |
2364 | 2025-01-17T07:18:51.570Z | Compiling bcs v0.1.6 |
2365 | 2025-01-17T07:18:52.329Z | Compiling libz-sys v1.1.20 |
2366 | 2025-01-17T07:18:52.457Z | Compiling parking_lot_core v0.8.6 |
2367 | 2025-01-17T07:18:53.120Z | Compiling async-bb8-diesel v0.2.1 |
2368 | 2025-01-17T07:18:53.902Z | Compiling mime_guess v2.0.5 |
2369 | 2025-01-17T07:18:55.672Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2370 | 2025-01-17T07:18:58.936Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2371 | 2025-01-17T07:19:01.096Z | Compiling buf-list v1.0.3 |
2372 | 2025-01-17T07:19:03.227Z | Compiling nibble_vec v0.1.0 |
2373 | 2025-01-17T07:19:03.487Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2374 | 2025-01-17T07:19:03.948Z | Compiling pin-project-internal v1.1.6 |
2375 | 2025-01-17T07:19:04.235Z | Compiling atty v0.2.14 |
2376 | 2025-01-17T07:19:04.424Z | Compiling salty v0.3.0 |
2377 | 2025-01-17T07:19:04.866Z | Compiling endian-type v0.1.2 |
2378 | 2025-01-17T07:19:05.129Z | Compiling http-range v0.1.5 |
2379 | 2025-01-17T07:19:05.726Z | Compiling radix_trie v0.2.1 |
2380 | 2025-01-17T07:19:06.530Z | Compiling pin-project v1.1.6 |
2381 | 2025-01-17T07:19:06.729Z | Compiling parking_lot v0.11.2 |
2382 | 2025-01-17T07:19:11.636Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2383 | 2025-01-17T07:19:14.590Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2384 | 2025-01-17T07:19:15.199Z | Compiling snafu-derive v0.8.5 |
2385 | 2025-01-17T07:19:17.847Z | Compiling hyper-staticfile v0.10.1 |
2386 | 2025-01-17T07:19:19.164Z | Compiling sled v0.34.7 |
2387 | 2025-01-17T07:19:19.602Z | Compiling snafu v0.8.5 |
2388 | 2025-01-17T07:19:22.969Z | Compiling hickory-client v0.24.2 |
2389 | 2025-01-17T07:19:41.929Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2390 | 2025-01-17T07:19:43.129Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2391 | 2025-01-17T07:19:45.148Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2392 | 2025-01-17T07:19:48.874Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2025-01-17T07:19:49.088Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2394 | 2025-01-17T07:19:53.312Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2395 | 2025-01-17T07:19:54.824Z | Compiling globset v0.4.15 |
2396 | 2025-01-17T07:19:54.880Z | Compiling hickory-server v0.24.2 |
2397 | 2025-01-17T07:19:56.865Z | Compiling olpc-cjson v0.1.4 |
2398 | 2025-01-17T07:19:57.349Z | Compiling primeorder v0.13.6 |
2399 | 2025-01-17T07:19:57.518Z | Compiling castaway v0.2.3 |
2400 | 2025-01-17T07:19:57.729Z | Compiling vergen v8.3.2 |
2401 | 2025-01-17T07:19:57.830Z | Compiling env_filter v0.1.2 |
2402 | 2025-01-17T07:19:58.060Z | Compiling cargo-platform v0.1.8 |
2403 | 2025-01-17T07:19:58.569Z | Compiling serde_plain v1.0.2 |
2404 | 2025-01-17T07:19:59.123Z | Compiling nanorand v0.7.0 |
2405 | 2025-01-17T07:19:59.361Z | Compiling memoffset v0.9.1 |
2406 | 2025-01-17T07:19:59.725Z | Compiling typed-path v0.9.3 |
2407 | 2025-01-17T07:19:59.973Z | Compiling flume v0.11.1 |
2408 | 2025-01-17T07:20:00.689Z | Compiling cargo_metadata v0.18.1 |
2409 | 2025-01-17T07:20:01.837Z | Compiling env_logger v0.11.5 |
2410 | 2025-01-17T07:20:02.276Z | Compiling tough v0.19.0 |
2411 | 2025-01-17T07:20:03.246Z | Compiling p384 v0.13.0 |
2412 | 2025-01-17T07:20:03.602Z | Compiling compact_str v0.8.0 |
2413 | 2025-01-17T07:20:04.812Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2414 | 2025-01-17T07:20:05.716Z | Compiling git2 v0.19.0 |
2415 | 2025-01-17T07:20:06.101Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2416 | 2025-01-17T07:20:06.124Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2417 | 2025-01-17T07:20:06.594Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2418 | 2025-01-17T07:20:07.779Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2419 | 2025-01-17T07:20:10.241Z | Compiling unicode-truncate v1.1.0 |
2420 | 2025-01-17T07:20:10.548Z | Compiling lru v0.12.5 |
2421 | 2025-01-17T07:20:10.928Z | Compiling rand_seeder v0.3.0 |
2422 | 2025-01-17T07:20:11.362Z | Compiling libsqlite3-sys v0.30.1 |
2423 | 2025-01-17T07:20:11.907Z | Compiling lzma-sys v0.1.20 |
2424 | 2025-01-17T07:20:12.655Z | Compiling instability v0.3.2 |
2425 | 2025-01-17T07:20:13.629Z | Compiling cfg_aliases v0.2.1 |
2426 | 2025-01-17T07:20:13.761Z | Compiling cassowary v0.3.0 |
2427 | 2025-01-17T07:20:13.837Z | Compiling rustls v0.21.12 |
2428 | 2025-01-17T07:20:14.155Z | Compiling parse-size v1.1.0 |
2429 | 2025-01-17T07:20:14.327Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2430 | 2025-01-17T07:20:14.489Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2431 | 2025-01-17T07:20:14.685Z | Compiling ratatui v0.28.1 |
2432 | 2025-01-17T07:20:16.522Z | Compiling nix v0.29.0 |
2433 | 2025-01-17T07:20:17.293Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2434 | 2025-01-17T07:20:17.361Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2435 | 2025-01-17T07:20:17.677Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2025-01-17T07:20:18.787Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2437 | 2025-01-17T07:20:19.550Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2438 | 2025-01-17T07:20:19.867Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2439 | 2025-01-17T07:20:23.477Z | Compiling rustls-webpki v0.101.7 |
2440 | 2025-01-17T07:20:23.869Z | Compiling sct v0.7.1 |
2441 | 2025-01-17T07:20:24.353Z | Compiling heck v0.3.3 |
2442 | 2025-01-17T07:20:24.706Z | Compiling csv-core v0.1.11 |
2443 | 2025-01-17T07:20:25.639Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2444 | 2025-01-17T07:20:25.995Z | Compiling glob v0.3.1 |
2445 | 2025-01-17T07:20:27.288Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2446 | 2025-01-17T07:20:27.657Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2447 | 2025-01-17T07:20:27.959Z | Compiling csv v1.3.0 |
2448 | 2025-01-17T07:20:27.986Z | Compiling zone_cfg_derive v0.1.2 |
2449 | 2025-01-17T07:20:30.213Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2025-01-17T07:20:33.410Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2451 | 2025-01-17T07:20:34.472Z | Compiling nix v0.27.1 |
2452 | 2025-01-17T07:20:34.730Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2453 | 2025-01-17T07:20:37.375Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2454 | 2025-01-17T07:20:37.511Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2455 | 2025-01-17T07:20:43.917Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2456 | 2025-01-17T07:20:45.043Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2457 | 2025-01-17T07:20:45.397Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2458 | 2025-01-17T07:20:46.685Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2459 | 2025-01-17T07:20:47.000Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2460 | 2025-01-17T07:20:47.326Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2461 | 2025-01-17T07:20:47.648Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2462 | 2025-01-17T07:20:48.289Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2463 | 2025-01-17T07:20:48.999Z | Compiling tungstenite v0.23.0 |
2464 | 2025-01-17T07:20:49.504Z | Compiling hashlink v0.9.1 |
2465 | 2025-01-17T07:20:50.269Z | Compiling fallible-streaming-iterator v0.1.9 |
2466 | 2025-01-17T07:20:50.573Z | Compiling base64 v0.13.1 |
2467 | 2025-01-17T07:20:51.170Z | Compiling fallible-iterator v0.3.0 |
2468 | 2025-01-17T07:20:51.198Z | Compiling ron v0.7.1 |
2469 | 2025-01-17T07:20:51.385Z | Compiling tokio-tungstenite v0.23.1 |
2470 | 2025-01-17T07:20:51.951Z | Compiling rusqlite v0.32.1 |
2471 | 2025-01-17T07:20:51.996Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2472 | 2025-01-17T07:20:52.691Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2473 | 2025-01-17T07:20:54.656Z | Compiling xz2 v0.1.7 |
2474 | 2025-01-17T07:20:56.395Z | Compiling tokio-rustls v0.24.1 |
2475 | 2025-01-17T07:20:56.756Z | Compiling zone v0.1.8 |
2476 | 2025-01-17T07:21:00.164Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2477 | 2025-01-17T07:21:01.079Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2478 | 2025-01-17T07:21:04.947Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2479 | 2025-01-17T07:21:06.297Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2480 | 2025-01-17T07:21:06.558Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2481 | 2025-01-17T07:21:13.122Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2482 | 2025-01-17T07:21:13.581Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2483 | 2025-01-17T07:21:14.473Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2484 | 2025-01-17T07:21:17.016Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2485 | 2025-01-17T07:21:18.134Z | Compiling rustls-pemfile v1.0.4 |
2486 | 2025-01-17T07:21:18.918Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2487 | 2025-01-17T07:21:19.238Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2488 | 2025-01-17T07:21:19.436Z | Compiling signal-hook-tokio v0.3.1 |
2489 | 2025-01-17T07:21:19.672Z | Compiling twox-hash v1.6.3 |
2490 | 2025-01-17T07:21:19.855Z | Compiling yasna v0.5.2 |
2491 | 2025-01-17T07:21:20.208Z | Compiling unicode-linebreak v0.1.5 |
2492 | 2025-01-17T07:21:20.635Z | Compiling is_ci v1.2.0 |
2493 | 2025-01-17T07:21:20.759Z | Compiling smawk v0.3.2 |
2494 | 2025-01-17T07:21:20.994Z | Compiling rcgen v0.12.1 |
2495 | 2025-01-17T07:21:21.067Z | Compiling textwrap v0.16.1 |
2496 | 2025-01-17T07:21:23.224Z | Compiling supports-color v3.0.1 |
2497 | 2025-01-17T07:21:24.572Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2498 | 2025-01-17T07:21:26.035Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2499 | 2025-01-17T07:21:31.222Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2500 | 2025-01-17T07:21:32.453Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2501 | 2025-01-17T07:21:34.367Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2502 | 2025-01-17T07:21:46.983Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2503 | 2025-01-17T07:21:51.863Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2504 | 2025-01-17T07:21:52.798Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2505 | 2025-01-17T07:22:04.862Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2506 | 2025-01-17T07:22:05.446Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2507 | 2025-01-17T07:22:08.624Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2508 | 2025-01-17T07:22:08.946Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2509 | 2025-01-17T07:22:11.630Z | Compiling fatfs v0.3.6 |
2510 | 2025-01-17T07:22:11.712Z | Compiling subprocess v0.2.9 |
2511 | 2025-01-17T07:22:14.424Z | Compiling rtoolbox v0.0.2 |
2512 | 2025-01-17T07:22:14.876Z | Compiling assert_matches v1.5.0 |
2513 | 2025-01-17T07:22:15.989Z | Compiling rpassword v7.3.1 |
2514 | 2025-01-17T07:22:16.323Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2515 | 2025-01-17T07:22:16.478Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2516 | 2025-01-17T07:22:19.080Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2517 | 2025-01-17T07:22:23.691Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2518 | 2025-01-17T07:22:26.068Z | Compiling tui-tree-widget v0.22.0 |
2519 | 2025-01-17T07:22:26.554Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2520 | 2025-01-17T07:22:31.799Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2521 | 2025-01-17T07:22:32.106Z | Compiling uzers v0.12.1 |
2522 | 2025-01-17T07:22:35.233Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2523 | 2025-01-17T07:22:39.824Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2524 | 2025-01-17T07:22:41.676Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2525 | 2025-01-17T07:23:11.196Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2526 | 2025-01-17T07:23:12.554Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2527 | 2025-01-17T07:23:17.201Z | Compiling multimap v0.10.0 |
2528 | 2025-01-17T07:25:44.566Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2529 | 2025-01-17T07:25:48.195Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2530 | 2025-01-17T07:33:03.597Z | Finished `release` profile [optimized] target(s) in 16m 53s |
2531 | 2025-01-17T07:34:07.194Z | |
2532 | 2025-01-17T07:34:07.197Z | real 17:58.633474789 |
2533 | 2025-01-17T07:34:07.197Z | user 2:04:56.245127307 |
2534 | 2025-01-17T07:34:07.197Z | sys 3:14.133076931 |
2535 | 2025-01-17T07:34:07.197Z | trap 3.170820121 |
2536 | 2025-01-17T07:34:07.198Z | tflt 2.649725750 |
2537 | 2025-01-17T07:34:07.198Z | dflt 4.562328729 |
2538 | 2025-01-17T07:34:07.198Z | kflt 0.063411748 |
2539 | 2025-01-17T07:34:07.198Z | lock 7:30:43.865397018 |
2540 | 2025-01-17T07:34:07.198Z | slp 6:23:12.225721335 |
2541 | 2025-01-17T07:34:07.198Z | lat 3:21.614596082 |
2542 | 2025-01-17T07:34:07.198Z | stop 2:44.487398574 |
2543 | 2025-01-17T07:34:07.198Z | + mapfile -t packages |
2544 | 2025-01-17T07:34:07.198Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2545 | 2025-01-17T07:34:08.218Z | Finished `release` profile [optimized] target(s) in 0.97s |
2546 | 2025-01-17T07:34:08.281Z | Running `target/release/omicron-package -t test list-outputs` |
2547 | 2025-01-17T07:34:08.331Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2548 | 2025-01-17T07:34:08.334Z | + ptime -m cargo build --locked --release -p xtask |
2549 | 2025-01-17T07:34:08.896Z | Compiling serde v1.0.217 |
2550 | 2025-01-17T07:34:08.899Z | Compiling rustix v0.38.37 |
2551 | 2025-01-17T07:34:08.899Z | Compiling serde_json v1.0.135 |
2552 | 2025-01-17T07:34:08.899Z | Compiling libc v0.2.169 |
2553 | 2025-01-17T07:34:08.990Z | Compiling syn v2.0.96 |
2554 | 2025-01-17T07:34:09.007Z | Compiling bitflags v2.6.0 |
2555 | 2025-01-17T07:34:09.323Z | Compiling usdt-impl v0.5.0 |
2556 | 2025-01-17T07:34:09.374Z | Compiling syn v1.0.109 |
2557 | 2025-01-17T07:34:09.492Z | Compiling log v0.4.22 |
2558 | 2025-01-17T07:34:09.508Z | Compiling hashbrown v0.15.1 |
2559 | 2025-01-17T07:34:09.762Z | Compiling fs-err v2.11.0 |
2560 | 2025-01-17T07:34:09.943Z | Compiling anyhow v1.0.93 |
2561 | 2025-01-17T07:34:10.069Z | Compiling once_cell v1.20.2 |
2562 | 2025-01-17T07:34:10.297Z | Compiling thread-id v4.2.2 |
2563 | 2025-01-17T07:34:10.743Z | Compiling indexmap v2.7.0 |
2564 | 2025-01-17T07:34:11.819Z | Compiling terminal_size v0.4.0 |
2565 | 2025-01-17T07:34:11.819Z | Compiling tempfile v3.13.0 |
2566 | 2025-01-17T07:34:12.057Z | Compiling clap_builder v4.5.21 |
2567 | 2025-01-17T07:34:12.606Z | Compiling proc-macro-error v1.0.4 |
2568 | 2025-01-17T07:34:13.532Z | Compiling tabled_derive v0.7.0 |
2569 | 2025-01-17T07:34:14.677Z | Compiling tabled v0.15.0 |
2570 | 2025-01-17T07:34:15.269Z | Compiling serde_derive v1.0.217 |
2571 | 2025-01-17T07:34:15.269Z | Compiling thiserror-impl v1.0.69 |
2572 | 2025-01-17T07:34:15.272Z | Compiling zerocopy-derive v0.7.35 |
2573 | 2025-01-17T07:34:15.272Z | Compiling scroll_derive v0.12.0 |
2574 | 2025-01-17T07:34:15.272Z | Compiling clap_derive v4.5.18 |
2575 | 2025-01-17T07:34:16.660Z | Compiling scroll v0.12.0 |
2576 | 2025-01-17T07:34:17.151Z | Compiling zerocopy v0.7.35 |
2577 | 2025-01-17T07:34:17.311Z | Compiling goblin v0.8.2 |
2578 | 2025-01-17T07:34:17.978Z | Compiling thiserror v1.0.69 |
2579 | 2025-01-17T07:34:18.140Z | Compiling pest v2.7.14 |
2580 | 2025-01-17T07:34:20.995Z | Compiling pest_meta v2.7.14 |
2581 | 2025-01-17T07:34:21.135Z | Compiling clap v4.5.21 |
2582 | 2025-01-17T07:34:22.619Z | Compiling pest_generator v2.7.14 |
2583 | 2025-01-17T07:34:24.754Z | Compiling pest_derive v2.7.14 |
2584 | 2025-01-17T07:34:25.577Z | Compiling dtrace-parser v0.2.0 |
2585 | 2025-01-17T07:34:31.312Z | Compiling serde_tokenstream v0.2.2 |
2586 | 2025-01-17T07:34:31.914Z | Compiling dof v0.3.0 |
2587 | 2025-01-17T07:34:32.362Z | Compiling serde_spanned v0.6.8 |
2588 | 2025-01-17T07:34:32.756Z | Compiling toml_datetime v0.6.8 |
2589 | 2025-01-17T07:34:33.193Z | Compiling toml_edit v0.22.22 |
2590 | 2025-01-17T07:34:33.923Z | Compiling camino v1.1.9 |
2591 | 2025-01-17T07:34:34.025Z | Compiling usdt-attr-macro v0.5.0 |
2592 | 2025-01-17T07:34:35.235Z | Compiling usdt-macro v0.5.0 |
2593 | 2025-01-17T07:34:35.348Z | Compiling cargo-platform v0.1.8 |
2594 | 2025-01-17T07:34:36.409Z | Compiling semver v1.0.24 |
2595 | 2025-01-17T07:34:36.426Z | Compiling usdt v0.5.0 |
2596 | 2025-01-17T07:34:37.852Z | Compiling toml v0.8.19 |
2597 | 2025-01-17T07:34:37.876Z | Compiling cargo_metadata v0.18.1 |
2598 | 2025-01-17T07:34:39.278Z | Compiling cargo_toml v0.20.5 |
2599 | 2025-01-17T07:34:40.952Z | Compiling camino-tempfile v1.1.1 |
2600 | 2025-01-17T07:34:41.741Z | Compiling macaddr v1.0.1 |
2601 | 2025-01-17T07:34:51.465Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2602 | 2025-01-17T07:35:02.168Z | Finished `release` profile [optimized] target(s) in 53.78s |
2603 | 2025-01-17T07:35:02.298Z | |
2604 | 2025-01-17T07:35:02.298Z | real 53.935385067 |
2605 | 2025-01-17T07:35:02.298Z | user 5:43.454917021 |
2606 | 2025-01-17T07:35:02.298Z | sys 17.975670601 |
2607 | 2025-01-17T07:35:02.298Z | trap 0.161731255 |
2608 | 2025-01-17T07:35:02.298Z | tflt 0.261407181 |
2609 | 2025-01-17T07:35:02.301Z | dflt 0.271727708 |
2610 | 2025-01-17T07:35:02.301Z | kflt 0.019308339 |
2611 | 2025-01-17T07:35:02.301Z | lock 10:21.771256852 |
2612 | 2025-01-17T07:35:02.301Z | slp 16:07.503268818 |
2613 | 2025-01-17T07:35:02.301Z | lat 14.397188639 |
2614 | 2025-01-17T07:35:02.301Z | stop 16.874464976 |
2615 | 2025-01-17T07:35:02.301Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2616 | 2025-01-17T07:35:02.301Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2617 | 2025-01-17T07:35:02.302Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2618 | 2025-01-17T07:35:02.302Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2619 | 2025-01-17T07:35:02.302Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2620 | 2025-01-17T07:35:03.175Z | Compiling hashbrown v0.14.5 |
2621 | 2025-01-17T07:35:03.307Z | Compiling thiserror v2.0.11 |
2622 | 2025-01-17T07:35:03.322Z | Compiling thiserror-impl v2.0.11 |
2623 | 2025-01-17T07:35:03.324Z | Compiling ident_case v1.0.1 |
2624 | 2025-01-17T07:35:03.353Z | Compiling unsafe-libyaml v0.2.11 |
2625 | 2025-01-17T07:35:03.369Z | Compiling ipnetwork v0.20.0 |
2626 | 2025-01-17T07:35:03.369Z | Compiling progenitor-client v0.9.1 |
2627 | 2025-01-17T07:35:03.372Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2628 | 2025-01-17T07:35:03.502Z | Compiling darling_core v0.20.10 |
2629 | 2025-01-17T07:35:03.865Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2630 | 2025-01-17T07:35:03.906Z | Compiling macaddr v1.0.1 |
2631 | 2025-01-17T07:35:04.251Z | Compiling progenitor-client v0.8.0 |
2632 | 2025-01-17T07:35:04.270Z | Compiling instant v0.1.13 |
2633 | 2025-01-17T07:35:04.364Z | Compiling regress v0.10.1 |
2634 | 2025-01-17T07:35:04.435Z | Compiling structmeta-derive v0.3.0 |
2635 | 2025-01-17T07:35:04.435Z | Compiling dropshot v0.15.1 |
2636 | 2025-01-17T07:35:04.561Z | Compiling serde_yaml v0.9.34+deprecated |
2637 | 2025-01-17T07:35:04.703Z | Compiling regress v0.9.1 |
2638 | 2025-01-17T07:35:04.825Z | Compiling dropshot_endpoint v0.15.1 |
2639 | 2025-01-17T07:35:05.181Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2640 | 2025-01-17T07:35:06.421Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2641 | 2025-01-17T07:35:06.745Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2642 | 2025-01-17T07:35:07.166Z | Compiling structmeta v0.3.0 |
2643 | 2025-01-17T07:35:07.421Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2644 | 2025-01-17T07:35:07.515Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2645 | 2025-01-17T07:35:07.585Z | Compiling parse-display-derive v0.10.0 |
2646 | 2025-01-17T07:35:07.710Z | Compiling backoff v0.4.0 |
2647 | 2025-01-17T07:35:07.876Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2648 | 2025-01-17T07:35:08.075Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2649 | 2025-01-17T07:35:08.205Z | Compiling typify-impl v0.2.0 |
2650 | 2025-01-17T07:35:08.253Z | Compiling tempfile v3.13.0 |
2651 | 2025-01-17T07:35:08.631Z | Compiling proc-macro-crate v1.3.1 |
2652 | 2025-01-17T07:35:09.074Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2653 | 2025-01-17T07:35:09.277Z | Compiling typify-impl v0.3.0 |
2654 | 2025-01-17T07:35:09.456Z | Compiling itertools v0.13.0 |
2655 | 2025-01-17T07:35:09.553Z | Compiling num_enum_derive v0.5.11 |
2656 | 2025-01-17T07:35:09.662Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2025-01-17T07:35:09.697Z | Compiling darling_macro v0.20.10 |
2658 | 2025-01-17T07:35:09.947Z | Compiling zerocopy v0.8.10 |
2659 | 2025-01-17T07:35:10.625Z | Compiling darling v0.20.10 |
2660 | 2025-01-17T07:35:10.763Z | Compiling serde_with_macros v3.11.0 |
2661 | 2025-01-17T07:35:10.890Z | Compiling foreign-types-macros v0.2.3 |
2662 | 2025-01-17T07:35:11.748Z | Compiling parse-display v0.10.0 |
2663 | 2025-01-17T07:35:11.926Z | Compiling num_enum v0.5.11 |
2664 | 2025-01-17T07:35:12.114Z | Compiling zerocopy-derive v0.8.10 |
2665 | 2025-01-17T07:35:12.155Z | Compiling crucible-workspace-hack v0.1.0 |
2666 | 2025-01-17T07:35:12.321Z | Compiling foreign-types-shared v0.3.1 |
2667 | 2025-01-17T07:35:12.376Z | Compiling heapless v0.8.0 |
2668 | 2025-01-17T07:35:12.472Z | Compiling foreign-types v0.5.0 |
2669 | 2025-01-17T07:35:12.494Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2670 | 2025-01-17T07:35:12.583Z | Compiling proc-macro-error v1.0.4 |
2671 | 2025-01-17T07:35:13.310Z | Compiling serde_with v3.11.0 |
2672 | 2025-01-17T07:35:13.417Z | Compiling camino-tempfile v1.1.1 |
2673 | 2025-01-17T07:35:13.438Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2674 | 2025-01-17T07:35:13.875Z | Compiling hash32 v0.3.1 |
2675 | 2025-01-17T07:35:14.144Z | Compiling cstr-argument v0.1.2 |
2676 | 2025-01-17T07:35:14.278Z | Compiling pretty-hex v0.2.1 |
2677 | 2025-01-17T07:35:14.399Z | Compiling smoltcp v0.11.0 |
2678 | 2025-01-17T07:35:14.498Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2679 | 2025-01-17T07:35:14.855Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2680 | 2025-01-17T07:35:15.062Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2681 | 2025-01-17T07:35:15.474Z | Compiling tabwriter v1.4.0 |
2682 | 2025-01-17T07:35:15.943Z | Compiling colored v2.1.0 |
2683 | 2025-01-17T07:35:16.233Z | Compiling cobs v0.2.3 |
2684 | 2025-01-17T07:35:16.596Z | Compiling postcard v1.0.10 |
2685 | 2025-01-17T07:35:16.833Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2686 | 2025-01-17T07:35:17.150Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2687 | 2025-01-17T07:35:17.341Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2688 | 2025-01-17T07:35:17.363Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2689 | 2025-01-17T07:35:17.699Z | Compiling smf v0.2.3 |
2690 | 2025-01-17T07:35:17.833Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2691 | 2025-01-17T07:35:18.187Z | Compiling zone_cfg_derive v0.3.0 |
2692 | 2025-01-17T07:35:18.436Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2693 | 2025-01-17T07:35:18.883Z | Compiling num-derive v0.4.2 |
2694 | 2025-01-17T07:35:18.937Z | Compiling sigpipe v0.1.3 |
2695 | 2025-01-17T07:35:19.086Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2696 | 2025-01-17T07:35:19.251Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2697 | 2025-01-17T07:35:19.422Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2698 | 2025-01-17T07:35:19.608Z | Compiling zone v0.3.0 |
2699 | 2025-01-17T07:35:20.059Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2700 | 2025-01-17T07:35:20.385Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2701 | 2025-01-17T07:35:20.823Z | Compiling universal-hash v0.5.1 |
2702 | 2025-01-17T07:35:21.021Z | Compiling opaque-debug v0.3.1 |
2703 | 2025-01-17T07:35:21.047Z | Compiling tungstenite v0.21.0 |
2704 | 2025-01-17T07:35:21.050Z | Compiling num-rational v0.4.2 |
2705 | 2025-01-17T07:35:21.139Z | Compiling password-hash v0.5.0 |
2706 | 2025-01-17T07:35:21.189Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2707 | 2025-01-17T07:35:21.979Z | Compiling blake2 v0.10.6 |
2708 | 2025-01-17T07:35:22.070Z | Compiling num-complex v0.4.6 |
2709 | 2025-01-17T07:35:22.133Z | Compiling aead v0.5.2 |
2710 | 2025-01-17T07:35:22.543Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-17T07:35:22.596Z | Compiling convert_case v0.4.0 |
2712 | 2025-01-17T07:35:22.694Z | Compiling base64 v0.21.7 |
2713 | 2025-01-17T07:35:22.984Z | Compiling keccak v0.1.5 |
2714 | 2025-01-17T07:35:23.088Z | Compiling num v0.4.3 |
2715 | 2025-01-17T07:35:23.218Z | Compiling argon2 v0.5.3 |
2716 | 2025-01-17T07:35:23.310Z | Compiling sha3 v0.10.8 |
2717 | 2025-01-17T07:35:23.400Z | Compiling tokio-tungstenite v0.21.0 |
2718 | 2025-01-17T07:35:23.466Z | Compiling derive_more v0.99.18 |
2719 | 2025-01-17T07:35:23.904Z | Compiling typify-macro v0.2.0 |
2720 | 2025-01-17T07:35:24.097Z | Compiling poly1305 v0.8.0 |
2721 | 2025-01-17T07:35:24.258Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2025-01-17T07:35:24.332Z | Compiling chacha20 v0.9.1 |
2723 | 2025-01-17T07:35:24.364Z | Compiling float-ord v0.3.2 |
2724 | 2025-01-17T07:35:24.565Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2725 | 2025-01-17T07:35:24.796Z | Compiling same-file v1.0.6 |
2726 | 2025-01-17T07:35:24.818Z | Compiling typify-macro v0.3.0 |
2727 | 2025-01-17T07:35:25.008Z | Compiling semver v0.1.20 |
2728 | 2025-01-17T07:35:25.116Z | Compiling walkdir v2.5.0 |
2729 | 2025-01-17T07:35:25.628Z | Compiling rustc_version v0.1.7 |
2730 | 2025-01-17T07:35:25.816Z | Compiling newline-converter v0.3.0 |
2731 | 2025-01-17T07:35:25.836Z | Compiling primeorder v0.13.6 |
2732 | 2025-01-17T07:35:26.001Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2733 | 2025-01-17T07:35:26.038Z | Compiling secrecy v0.8.0 |
2734 | 2025-01-17T07:35:26.103Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2735 | 2025-01-17T07:35:26.285Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2736 | 2025-01-17T07:35:26.339Z | Compiling cancel-safe-futures v0.1.5 |
2737 | 2025-01-17T07:35:26.360Z | Compiling owo-colors v4.1.0 |
2738 | 2025-01-17T07:35:26.604Z | Compiling newtype_derive v0.1.6 |
2739 | 2025-01-17T07:35:26.710Z | Compiling expectorate v1.1.0 |
2740 | 2025-01-17T07:35:26.764Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2741 | 2025-01-17T07:35:26.912Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2742 | 2025-01-17T07:35:26.915Z | Compiling thiserror-impl-no-std v2.0.2 |
2743 | 2025-01-17T07:35:27.076Z | Compiling blake3 v1.5.4 |
2744 | 2025-01-17T07:35:27.191Z | Compiling unicase v2.7.0 |
2745 | 2025-01-17T07:35:27.375Z | Compiling half v2.4.1 |
2746 | 2025-01-17T07:35:27.515Z | Compiling ciborium-io v0.2.2 |
2747 | 2025-01-17T07:35:27.670Z | Compiling arc-swap v1.7.1 |
2748 | 2025-01-17T07:35:27.700Z | Compiling typify v0.2.0 |
2749 | 2025-01-17T07:35:27.844Z | Compiling progenitor-impl v0.8.0 |
2750 | 2025-01-17T07:35:27.934Z | Compiling ciborium-ll v0.2.2 |
2751 | 2025-01-17T07:35:28.019Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2752 | 2025-01-17T07:35:28.237Z | Compiling slog-scope v4.4.0 |
2753 | 2025-01-17T07:35:28.315Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2754 | 2025-01-17T07:35:28.661Z | Compiling typify v0.3.0 |
2755 | 2025-01-17T07:35:28.717Z | Compiling polyval v0.6.2 |
2756 | 2025-01-17T07:35:28.803Z | Compiling progenitor-impl v0.9.1 |
2757 | 2025-01-17T07:35:29.006Z | Compiling atomicwrites v0.4.4 |
2758 | 2025-01-17T07:35:29.144Z | Compiling libsw v3.3.1 |
2759 | 2025-01-17T07:35:29.362Z | Compiling memmap2 v0.9.5 |
2760 | 2025-01-17T07:35:29.487Z | Compiling constant_time_eq v0.3.1 |
2761 | 2025-01-17T07:35:29.693Z | Compiling thiserror-no-std v2.0.2 |
2762 | 2025-01-17T07:35:29.713Z | Compiling salty v0.3.0 |
2763 | 2025-01-17T07:35:29.809Z | Compiling indent_write v2.2.0 |
2764 | 2025-01-17T07:35:29.831Z | Compiling arrayref v0.3.9 |
2765 | 2025-01-17T07:35:29.942Z | Compiling arrayvec v0.7.6 |
2766 | 2025-01-17T07:35:30.040Z | Compiling libefi-sys v0.1.0 |
2767 | 2025-01-17T07:35:30.110Z | Compiling parking_lot_core v0.8.6 |
2768 | 2025-01-17T07:35:30.307Z | Compiling linear-map v1.2.0 |
2769 | 2025-01-17T07:35:30.408Z | Compiling vsss-rs v3.3.4 |
2770 | 2025-01-17T07:35:30.525Z | Compiling ghash v0.5.1 |
2771 | 2025-01-17T07:35:30.592Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2772 | 2025-01-17T07:35:30.672Z | Compiling slog-stdlog v4.1.1 |
2773 | 2025-01-17T07:35:30.867Z | Compiling ciborium v0.2.2 |
2774 | 2025-01-17T07:35:31.549Z | Compiling p384 v0.13.0 |
2775 | 2025-01-17T07:35:31.753Z | Compiling toolchain_find v0.4.0 |
2776 | 2025-01-17T07:35:32.262Z | Compiling chacha20poly1305 v0.10.1 |
2777 | 2025-01-17T07:35:32.306Z | Compiling ctr v0.9.2 |
2778 | 2025-01-17T07:35:32.376Z | Compiling lzma-sys v0.1.20 |
2779 | 2025-01-17T07:35:32.526Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2780 | 2025-01-17T07:35:32.686Z | Compiling bitfield-struct v0.6.2 |
2781 | 2025-01-17T07:35:32.944Z | Compiling slog-dtrace v0.3.0 |
2782 | 2025-01-17T07:35:33.154Z | Compiling topological-sort v0.2.2 |
2783 | 2025-01-17T07:35:33.176Z | Compiling highway v1.2.0 |
2784 | 2025-01-17T07:35:33.393Z | Compiling omicron-zone-package v0.12.0 |
2785 | 2025-01-17T07:35:33.534Z | Compiling aes-gcm v0.10.3 |
2786 | 2025-01-17T07:35:33.849Z | Compiling rustfmt-wrapper v0.2.1 |
2787 | 2025-01-17T07:35:33.928Z | Compiling mime_guess v2.0.5 |
2788 | 2025-01-17T07:35:34.051Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2789 | 2025-01-17T07:35:34.290Z | Compiling slog-envlogger v2.2.0 |
2790 | 2025-01-17T07:35:34.444Z | Compiling steno v0.4.1 |
2791 | 2025-01-17T07:35:34.942Z | Compiling progenitor-macro v0.8.0 |
2792 | 2025-01-17T07:35:35.083Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2793 | 2025-01-17T07:35:35.104Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2794 | 2025-01-17T07:35:35.391Z | Compiling heck v0.3.3 |
2795 | 2025-01-17T07:35:35.725Z | Compiling ssh-encoding v0.2.0 |
2796 | 2025-01-17T07:35:35.752Z | Compiling blowfish v0.9.1 |
2797 | 2025-01-17T07:35:35.782Z | Compiling nibble_vec v0.1.0 |
2798 | 2025-01-17T07:35:35.887Z | Compiling progenitor-macro v0.9.1 |
2799 | 2025-01-17T07:35:36.015Z | Compiling env_filter v0.1.2 |
2800 | 2025-01-17T07:35:36.199Z | Compiling humantime v2.1.0 |
2801 | 2025-01-17T07:35:36.202Z | Compiling endian-type v0.1.2 |
2802 | 2025-01-17T07:35:36.234Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2803 | 2025-01-17T07:35:36.422Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2804 | 2025-01-17T07:35:36.519Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2805 | 2025-01-17T07:35:36.671Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2806 | 2025-01-17T07:35:36.728Z | Compiling radix_trie v0.2.1 |
2807 | 2025-01-17T07:35:36.759Z | Compiling env_logger v0.11.5 |
2808 | 2025-01-17T07:35:36.815Z | Compiling ssh-cipher v0.2.0 |
2809 | 2025-01-17T07:35:37.348Z | Compiling bcrypt-pbkdf v0.10.0 |
2810 | 2025-01-17T07:35:37.445Z | Compiling zone_cfg_derive v0.1.2 |
2811 | 2025-01-17T07:35:37.969Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2812 | 2025-01-17T07:35:38.002Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2813 | 2025-01-17T07:35:38.289Z | Compiling parking_lot v0.11.2 |
2814 | 2025-01-17T07:35:38.841Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2025-01-17T07:35:38.898Z | Compiling password-hash v0.4.2 |
2816 | 2025-01-17T07:35:39.156Z | Compiling gethostname v0.5.0 |
2817 | 2025-01-17T07:35:39.209Z | Compiling fxhash v0.2.1 |
2818 | 2025-01-17T07:35:39.212Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2819 | 2025-01-17T07:35:39.249Z | Compiling zip v2.1.3 |
2820 | 2025-01-17T07:35:39.350Z | Compiling simd-adler32 v0.3.7 |
2821 | 2025-01-17T07:35:39.450Z | Compiling bumpalo v3.16.0 |
2822 | 2025-01-17T07:35:39.514Z | Compiling base64 v0.13.1 |
2823 | 2025-01-17T07:35:39.570Z | Compiling http-range v0.1.5 |
2824 | 2025-01-17T07:35:39.727Z | Compiling lockfree-object-pool v0.1.6 |
2825 | 2025-01-17T07:35:39.940Z | Compiling sled v0.34.7 |
2826 | 2025-01-17T07:35:39.958Z | Compiling ron v0.7.1 |
2827 | 2025-01-17T07:35:39.975Z | Compiling zopfli v0.8.1 |
2828 | 2025-01-17T07:35:40.008Z | Compiling pbkdf2 v0.11.0 |
2829 | 2025-01-17T07:35:40.086Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2830 | 2025-01-17T07:35:40.403Z | Compiling zone v0.1.8 |
2831 | 2025-01-17T07:35:40.754Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2832 | 2025-01-17T07:35:40.894Z | Compiling xz2 v0.1.7 |
2833 | 2025-01-17T07:35:41.561Z | Compiling ssh-key v0.6.6 |
2834 | 2025-01-17T07:35:41.811Z | Compiling hickory-client v0.24.2 |
2835 | 2025-01-17T07:35:42.203Z | Compiling p256 v0.13.2 |
2836 | 2025-01-17T07:35:42.441Z | Compiling p521 v0.13.3 |
2837 | 2025-01-17T07:35:43.010Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2838 | 2025-01-17T07:35:43.230Z | Compiling hickory-server v0.24.2 |
2839 | 2025-01-17T07:35:44.030Z | Compiling pem v3.0.4 |
2840 | 2025-01-17T07:35:44.760Z | Compiling yasna v0.5.2 |
2841 | 2025-01-17T07:35:44.777Z | Compiling headers-core v0.3.0 |
2842 | 2025-01-17T07:35:44.957Z | Compiling kstat-rs v0.2.4 |
2843 | 2025-01-17T07:35:45.556Z | Compiling nanorand v0.7.0 |
2844 | 2025-01-17T07:35:45.864Z | Compiling russh-cryptovec v0.7.3 |
2845 | 2025-01-17T07:35:45.930Z | Compiling atty v0.2.14 |
2846 | 2025-01-17T07:35:46.067Z | Compiling md5 v0.7.0 |
2847 | 2025-01-17T07:35:46.092Z | Compiling flume v0.11.1 |
2848 | 2025-01-17T07:35:46.176Z | Compiling rcgen v0.12.1 |
2849 | 2025-01-17T07:35:46.295Z | Compiling headers v0.4.0 |
2850 | 2025-01-17T07:35:46.590Z | Compiling russh-keys v0.45.0 |
2851 | 2025-01-17T07:35:46.720Z | Compiling hyper-staticfile v0.10.1 |
2852 | 2025-01-17T07:35:47.594Z | Compiling progenitor v0.8.0 |
2853 | 2025-01-17T07:35:47.834Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2854 | 2025-01-17T07:35:48.065Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2855 | 2025-01-17T07:35:48.384Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2856 | 2025-01-17T07:35:48.702Z | Compiling progenitor v0.9.1 |
2857 | 2025-01-17T07:35:48.952Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2858 | 2025-01-17T07:35:49.545Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2859 | 2025-01-17T07:35:49.675Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2860 | 2025-01-17T07:35:49.872Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2861 | 2025-01-17T07:35:49.956Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2862 | 2025-01-17T07:35:50.318Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2863 | 2025-01-17T07:35:50.651Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2864 | 2025-01-17T07:35:51.234Z | Compiling num-bigint v0.4.6 |
2865 | 2025-01-17T07:35:51.541Z | Compiling des v0.8.1 |
2866 | 2025-01-17T07:35:51.939Z | Compiling subprocess v0.2.9 |
2867 | 2025-01-17T07:35:53.707Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2868 | 2025-01-17T07:35:54.379Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2869 | 2025-01-17T07:35:55.011Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2870 | 2025-01-17T07:35:55.254Z | Compiling display-error-chain v0.2.2 |
2871 | 2025-01-17T07:35:55.495Z | Compiling hex-literal v0.4.1 |
2872 | 2025-01-17T07:35:55.668Z | Compiling russh v0.45.0 |
2873 | 2025-01-17T07:35:55.701Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2874 | 2025-01-17T07:35:55.905Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2875 | 2025-01-17T07:35:59.073Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2876 | 2025-01-17T07:35:59.568Z | Compiling internet-checksum v0.2.1 |
2877 | 2025-01-17T07:36:04.138Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2878 | 2025-01-17T07:36:04.138Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2879 | 2025-01-17T07:36:04.141Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2880 | 2025-01-17T07:36:04.141Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2881 | 2025-01-17T07:36:06.905Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2882 | 2025-01-17T07:36:07.274Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2883 | 2025-01-17T07:36:08.294Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2884 | 2025-01-17T07:36:08.787Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2885 | 2025-01-17T07:36:08.976Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2886 | 2025-01-17T07:36:09.299Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2887 | 2025-01-17T07:36:11.660Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2888 | 2025-01-17T07:36:11.900Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2889 | 2025-01-17T07:36:12.466Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2890 | 2025-01-17T07:36:13.021Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2891 | 2025-01-17T07:36:13.041Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2892 | 2025-01-17T07:36:13.538Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2893 | 2025-01-17T07:36:13.896Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2894 | 2025-01-17T07:36:15.338Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2895 | 2025-01-17T07:36:17.990Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2896 | 2025-01-17T07:36:18.300Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2897 | 2025-01-17T07:36:18.433Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2898 | 2025-01-17T07:36:18.544Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2899 | 2025-01-17T07:36:18.962Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2900 | 2025-01-17T07:36:23.346Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2901 | 2025-01-17T07:36:23.772Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2902 | 2025-01-17T07:36:24.349Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2903 | 2025-01-17T07:36:25.208Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2904 | 2025-01-17T07:36:26.188Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2905 | 2025-01-17T07:36:30.119Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2906 | 2025-01-17T07:36:38.160Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2907 | 2025-01-17T07:36:39.700Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2908 | 2025-01-17T07:37:01.475Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2909 | 2025-01-17T07:37:24.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
2910 | 2025-01-17T07:37:24.758Z | |
2911 | 2025-01-17T07:37:24.761Z | real 2:22.412206269 |
2912 | 2025-01-17T07:37:24.761Z | user 12:13.944561154 |
2913 | 2025-01-17T07:37:24.761Z | sys 1:33.158632164 |
2914 | 2025-01-17T07:37:24.761Z | trap 0.372088263 |
2915 | 2025-01-17T07:37:24.761Z | tflt 0.808990272 |
2916 | 2025-01-17T07:37:24.761Z | dflt 1.053266377 |
2917 | 2025-01-17T07:37:24.761Z | kflt 0.000349923 |
2918 | 2025-01-17T07:37:24.761Z | lock 22:35.091045583 |
2919 | 2025-01-17T07:37:24.761Z | slp 41:56.037510553 |
2920 | 2025-01-17T07:37:24.761Z | lat 38.468591533 |
2921 | 2025-01-17T07:37:24.761Z | stop 1:36.391356122 |
2922 | 2025-01-17T07:37:24.761Z | + mkdir tests |
2923 | 2025-01-17T07:37:24.764Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2924 | 2025-01-17T07:37:24.764Z | + xargs -I '{}' -t cp '{}' tests/ |
2925 | 2025-01-17T07:37:25.924Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0c31c41a3d01b317 tests/ |
2926 | 2025-01-17T07:37:25.951Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-1bc1748b498a1bbc tests/ |
2927 | 2025-01-17T07:37:25.978Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-850b6ef35a64e808 tests/ |
2928 | 2025-01-17T07:37:26.004Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8326264a25c96ef4 tests/ |
2929 | 2025-01-17T07:37:26.297Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2930 | 2025-01-17T07:37:26.300Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-1bc1748b498a1bbc tests/commtest-850b6ef35a64e808 tests/dhcp_server-0c31c41a3d01b317 tests/end_to_end_tests-8326264a25c96ef4 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2931 | 2025-01-17T07:38:40.024Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2932 | 2025-01-17T07:38:40.024Z | a .github/buildomat/ci-env.sh 1K |
2933 | 2025-01-17T07:38:40.024Z | a out/target/test 1K |
2934 | 2025-01-17T07:38:40.024Z | a out/npuzone/npuzone 23144K |
2935 | 2025-01-17T07:38:40.024Z | a package-manifest.toml 34K |
2936 | 2025-01-17T07:38:40.024Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2937 | 2025-01-17T07:38:40.024Z | a target/release/omicron-package 36015K |
2938 | 2025-01-17T07:38:40.024Z | a target/release/xtask 11911K |
2939 | 2025-01-17T07:38:40.024Z | a target/debug/bootstrap 220351K |
2940 | 2025-01-17T07:38:40.024Z | a tests/bootstrap-1bc1748b498a1bbc 24276K |
2941 | 2025-01-17T07:38:40.024Z | a tests/commtest-850b6ef35a64e808 24769K |
2942 | 2025-01-17T07:38:40.024Z | a tests/dhcp_server-0c31c41a3d01b317 24276K |
2943 | 2025-01-17T07:38:40.024Z | a tests/end_to_end_tests-8326264a25c96ef4 282392K |
2944 | 2025-01-17T07:38:40.024Z | a out/clickhouse.tar.gz 293870K |
2945 | 2025-01-17T07:38:40.024Z | a out/clickhouse_keeper.tar.gz 280993K |
2946 | 2025-01-17T07:38:40.025Z | a out/clickhouse_server.tar.gz 293837K |
2947 | 2025-01-17T07:38:40.025Z | a out/cockroachdb.tar.gz 134992K |
2948 | 2025-01-17T07:38:40.025Z | a out/crucible-dtrace.tar 96K |
2949 | 2025-01-17T07:38:40.025Z | a out/crucible-pantry-zone.tar.gz 28543K |
2950 | 2025-01-17T07:38:40.025Z | a out/crucible-zone.tar.gz 36822K |
2951 | 2025-01-17T07:38:40.025Z | a out/external-dns.tar.gz 35441K |
2952 | 2025-01-17T07:38:40.025Z | a out/internal-dns.tar.gz 35440K |
2953 | 2025-01-17T07:38:40.025Z | a out/mg-ddm-gz.tar 63075K |
2954 | 2025-01-17T07:38:40.025Z | a out/nexus.tar.gz 99747K |
2955 | 2025-01-17T07:38:40.025Z | a out/ntp.tar.gz 10506K |
2956 | 2025-01-17T07:38:40.025Z | a out/omicron-gateway-softnpu.tar.gz 24102K |
2957 | 2025-01-17T07:38:40.025Z | a out/omicron-sled-agent.tar 114129K |
2958 | 2025-01-17T07:38:40.025Z | a out/overlay.tar.gz 3K |
2959 | 2025-01-17T07:38:40.025Z | a out/oximeter.tar.gz 48133K |
2960 | 2025-01-17T07:38:40.025Z | a out/oxlog.tar 3150K |
2961 | 2025-01-17T07:38:40.025Z | a out/probe.tar.gz 2764K |
2962 | 2025-01-17T07:38:40.025Z | a out/propolis-server.tar.gz 66467K |
2963 | 2025-01-17T07:38:40.025Z | a out/pumpkind-gz.tar 26665K |
2964 | 2025-01-17T07:38:40.025Z | a out/switch-softnpu.tar.gz 235969K |
2965 | 2025-01-17T07:38:40.029Z | |
2966 | 2025-01-17T07:38:40.029Z | real 1:13.723139707 |
2967 | 2025-01-17T07:38:40.029Z | user 1:10.368370978 |
2968 | 2025-01-17T07:38:40.029Z | sys 4.758566349 |
2969 | 2025-01-17T07:38:40.029Z | trap 0.017695629 |
2970 | 2025-01-17T07:38:40.029Z | tflt 0.000000000 |
2971 | 2025-01-17T07:38:40.029Z | dflt 0.000000000 |
2972 | 2025-01-17T07:38:40.029Z | kflt 0.000000000 |
2973 | 2025-01-17T07:38:40.029Z | lock 0.000000000 |
2974 | 2025-01-17T07:38:40.029Z | slp 1:10.137942468 |
2975 | 2025-01-17T07:38:40.029Z | lat 2.159175277 |
2976 | 2025-01-17T07:38:40.029Z | stop 0.000215697 |
2977 | 2025-01-17T07:38:40.029Z | process exited: duration 1966289 ms, exit code 0 |
|
2978 | 2025-01-17T07:38:40.055Z | found 1 output files |
2979 | 2025-01-17T07:38:40.055Z | uploading: /work/package.tar.gz (1900654476 bytes) |
2980 | 2025-01-17T07:39:25.505Z | uploaded: /work/package.tar.gz |