|
|
|
1 | 2024-10-31T17:08:37.830Z | job assigned to worker 01JBHRRAJ8ZXXRPBT2JYNZQ7MT (queued for 55 s) |
|
2 | 2024-10-31T17:08:45.557Z | starting task 0: "setup" |
3 | 2024-10-31T17:08:45.567Z | ++ uname -s |
4 | 2024-10-31T17:08:45.569Z | + kern=SunOS |
5 | 2024-10-31T17:08:45.569Z | + case "$kern" in |
6 | 2024-10-31T17:08:45.569Z | + [[ 0 == 12345 ]] |
7 | 2024-10-31T17:08:45.569Z | + groupadd -g 12345 build |
8 | 2024-10-31T17:08:45.572Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-31T17:08:47.583Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-31T17:08:47.652Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-31T17:08:47.655Z | + home_fs=zfs |
12 | 2024-10-31T17:08:47.655Z | + [[ zfs == autofs ]] |
13 | 2024-10-31T17:08:47.655Z | + mkdir -p /home/build |
14 | 2024-10-31T17:08:47.657Z | + chown build:build /home/build /work |
15 | 2024-10-31T17:08:49.659Z | + chmod 0700 /home/build /work |
16 | 2024-10-31T17:08:49.661Z | process exited: duration 4105 ms, exit code 0 |
|
17 | 2024-10-31T17:08:49.666Z | starting task 1: "rust-toolchain" |
18 | 2024-10-31T17:08:49.673Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-31T17:08:49.673Z | ' 1.80.1 |
20 | 2024-10-31T17:08:49.673Z | * toolchain channel = "1.80.1" |
21 | 2024-10-31T17:08:49.673Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-31T17:08:49.673Z | * toolchain profile = "default" |
23 | 2024-10-31T17:08:49.673Z | ' default |
24 | 2024-10-31T17:08:49.676Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-31T17:08:49.676Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
26 | 2024-10-31T17:08:49.793Z | info: downloading installer |
27 | 2024-10-31T17:08:51.124Z | info: profile set to 'default' |
28 | 2024-10-31T17:08:51.124Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-31T17:08:51.127Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
30 | 2024-10-31T17:08:51.273Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
31 | 2024-10-31T17:08:51.273Z | info: downloading component 'cargo' |
32 | 2024-10-31T17:08:52.127Z | info: downloading component 'clippy' |
33 | 2024-10-31T17:08:52.422Z | info: downloading component 'rust-docs' |
34 | 2024-10-31T17:08:53.586Z | info: downloading component 'rust-std' |
35 | 2024-10-31T17:08:55.216Z | info: downloading component 'rustc' |
36 | 2024-10-31T17:08:59.777Z | info: downloading component 'rustfmt' |
37 | 2024-10-31T17:09:00.019Z | info: installing component 'cargo' |
38 | 2024-10-31T17:09:00.824Z | info: installing component 'clippy' |
39 | 2024-10-31T17:09:01.200Z | info: installing component 'rust-docs' |
40 | 2024-10-31T17:09:02.797Z | info: installing component 'rust-std' |
41 | 2024-10-31T17:09:04.417Z | info: installing component 'rustc' |
42 | 2024-10-31T17:09:08.579Z | info: installing component 'rustfmt' |
43 | 2024-10-31T17:09:08.933Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-10-31T17:09:08.933Z | |
45 | 2024-10-31T17:09:09.186Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
46 | 2024-10-31T17:09:09.186Z | |
47 | 2024-10-31T17:09:09.190Z | |
48 | 2024-10-31T17:09:09.190Z | Rust is installed now. Great! |
49 | 2024-10-31T17:09:09.190Z | |
50 | 2024-10-31T17:09:09.190Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-31T17:09:09.190Z | environment variable. This has not been done automatically. |
52 | 2024-10-31T17:09:09.190Z | |
53 | 2024-10-31T17:09:09.190Z | To configure your current shell, you need to source |
54 | 2024-10-31T17:09:09.190Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-31T17:09:09.190Z | |
56 | 2024-10-31T17:09:09.190Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-31T17:09:09.190Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-31T17:09:09.190Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-31T17:09:09.236Z | + rustc --version |
60 | 2024-10-31T17:09:09.297Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
61 | 2024-10-31T17:09:09.300Z | process exited: duration 19632 ms, exit code 0 |
|
62 | 2024-10-31T17:09:09.307Z | starting task 2: "authentication" |
63 | 2024-10-31T17:09:09.326Z | process exited: duration 19 ms, exit code 0 |
|
64 | 2024-10-31T17:09:09.331Z | starting task 3: "clone repository" |
65 | 2024-10-31T17:09:09.336Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-10-31T17:09:09.338Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-10-31T17:09:09.377Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-10-31T17:09:17.427Z | + cd /work/oxidecomputer/omicron |
69 | 2024-10-31T17:09:17.427Z | + git fetch origin 4f046351c7d5cef65b737a1aeab478a99826453a |
70 | 2024-10-31T17:09:17.846Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-10-31T17:09:17.846Z | * branch 4f046351c7d5cef65b737a1aeab478a99826453a -> FETCH_HEAD |
72 | 2024-10-31T17:09:17.855Z | + [[ -n refactor-networking-apis ]] |
73 | 2024-10-31T17:09:17.858Z | ++ git branch --show-current |
74 | 2024-10-31T17:09:17.860Z | + current=main |
75 | 2024-10-31T17:09:17.860Z | + [[ main != refactor-networking-apis ]] |
76 | 2024-10-31T17:09:17.860Z | + git branch -f refactor-networking-apis 4f046351c7d5cef65b737a1aeab478a99826453a |
77 | 2024-10-31T17:09:17.862Z | + git checkout -f refactor-networking-apis |
78 | 2024-10-31T17:09:18.015Z | Switched to branch 'refactor-networking-apis' |
79 | 2024-10-31T17:09:18.018Z | + git reset --hard 4f046351c7d5cef65b737a1aeab478a99826453a |
80 | 2024-10-31T17:09:18.075Z | HEAD is now at 4f046351c remove unused params |
81 | 2024-10-31T17:09:18.078Z | process exited: duration 8744 ms, exit code 0 |
|
82 | 2024-10-31T17:09:18.085Z | starting task 4: "build" |
83 | 2024-10-31T17:09:18.090Z | + source .github/buildomat/ci-env.sh |
84 | 2024-10-31T17:09:18.090Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-10-31T17:09:18.090Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-10-31T17:09:18.092Z | + cargo --version |
87 | 2024-10-31T17:09:18.142Z | cargo 1.80.1 (376290515 2024-07-16) |
88 | 2024-10-31T17:09:18.145Z | + rustc --version |
89 | 2024-10-31T17:09:18.199Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
90 | 2024-10-31T17:09:18.201Z | + WORK=/work |
91 | 2024-10-31T17:09:18.201Z | + pfexec mkdir -p /work |
92 | 2024-10-31T17:09:18.205Z | + pfexec chown build /work |
93 | 2024-10-31T17:09:18.208Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
94 | 2024-10-31T17:09:25.539Z | Startup: Refreshing catalog 'helios-dev' ... Done |
95 | 2024-10-31T17:09:28.650Z | Startup: Caching catalogs ... Done |
96 | 2024-10-31T17:09:35.360Z | Planning: Solver setup ... Done (5.987s) |
97 | 2024-10-31T17:09:35.448Z | Planning: Running solver ... Done (0.088s) |
98 | 2024-10-31T17:09:35.522Z | Planning: Finding local manifests ... Done (0.004s) |
99 | 2024-10-31T17:09:35.550Z | Planning: Fetching manifests: 0/5 0% complete |
100 | 2024-10-31T17:09:35.781Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2024-10-31T17:09:35.874Z | Planning: Package planning ... Done (0.093s) |
102 | 2024-10-31T17:09:35.928Z | Planning: Merging actions ... Done (0.054s) |
103 | 2024-10-31T17:09:36.114Z | Planning: Checking for conflicting actions ... Done (0.186s) |
104 | 2024-10-31T17:09:37.829Z | Planning: Consolidating action changes ... Done (1.715s) |
105 | 2024-10-31T17:09:38.222Z | Planning: Evaluating mediators ... Done (0.393s) |
106 | 2024-10-31T17:09:38.298Z | Planning: Planning completed in 9.57 seconds |
107 | 2024-10-31T17:09:38.313Z | Packages to install: 4 |
108 | 2024-10-31T17:09:38.313Z | Packages to update: 1 |
109 | 2024-10-31T17:09:38.316Z | Mediators to change: 2 |
110 | 2024-10-31T17:09:38.316Z | Services to change: 1 |
111 | 2024-10-31T17:09:38.316Z | Estimated space available: 155.71 GB |
112 | 2024-10-31T17:09:38.316Z | Estimated space to be consumed: 1.58 GB |
113 | 2024-10-31T17:09:38.316Z | Create boot environment: No |
114 | 2024-10-31T17:09:38.316Z | Create backup boot environment: Yes |
115 | 2024-10-31T17:09:38.316Z | Rebuild boot archive: No |
116 | 2024-10-31T17:09:38.316Z | |
117 | 2024-10-31T17:09:38.316Z | Changed mediators: |
118 | 2024-10-31T17:09:38.316Z | mediator clang: |
119 | 2024-10-31T17:09:38.316Z | version: None -> 15 (system default) |
120 | 2024-10-31T17:09:38.316Z | |
121 | 2024-10-31T17:09:38.316Z | mediator llvm: |
122 | 2024-10-31T17:09:38.316Z | version: 14 (system default) -> 15 (system default) |
123 | 2024-10-31T17:09:38.316Z | |
124 | 2024-10-31T17:09:38.316Z | Changed packages: |
125 | 2024-10-31T17:09:38.316Z | helios-dev |
126 | 2024-10-31T17:09:38.316Z | developer/build-essential |
127 | 2024-10-31T17:09:38.316Z | None -> 11-2.0 |
128 | 2024-10-31T17:09:38.316Z | library/libxmlsec1 |
129 | 2024-10-31T17:09:38.316Z | None -> 1.2.35-2.0 |
130 | 2024-10-31T17:09:38.316Z | ooce/developer/clang-15 |
131 | 2024-10-31T17:09:38.316Z | None -> 15.0.7-2.0 |
132 | 2024-10-31T17:09:38.316Z | ooce/developer/llvm-15 |
133 | 2024-10-31T17:09:38.316Z | None -> 15.0.7-2.0 |
134 | 2024-10-31T17:09:38.316Z | package/pkg |
135 | 2024-10-31T17:09:38.317Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2024-10-31T17:09:38.317Z | |
137 | 2024-10-31T17:09:38.317Z | Services: |
138 | 2024-10-31T17:09:38.317Z | restart_fmri: |
139 | 2024-10-31T17:09:38.317Z | svc:/system/update-man-index:default |
140 | 2024-10-31T17:09:38.317Z | |
141 | 2024-10-31T17:09:38.317Z | Editable files to change: |
142 | 2024-10-31T17:09:38.317Z | Update: |
143 | 2024-10-31T17:09:38.317Z | usr/share/lib/pkg/web/config.shtml |
144 | 2024-10-31T17:09:38.387Z | |
145 | 2024-10-31T17:09:38.387Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2024-10-31T17:09:43.395Z | Download: 933/4281 items 19.0/220.6MB 8% complete (3.9M/s) |
147 | 2024-10-31T17:09:48.451Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (8.4M/s) |
148 | 2024-10-31T17:09:54.538Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.0M/s) |
149 | 2024-10-31T17:09:59.539Z | Download: 3165/4281 items 153.6/220.6MB 69% complete (3.7M/s) |
150 | 2024-10-31T17:10:04.727Z | Download: 3279/4281 items 209.3/220.6MB 94% complete (9.0M/s) |
151 | 2024-10-31T17:10:09.737Z | Download: 3766/4281 items 216.8/220.6MB 98% complete (6.0M/s) |
152 | 2024-10-31T17:10:13.638Z | Download: Completed 220.60 MB in 35.24 seconds (6.3M/s) |
153 | 2024-10-31T17:10:15.690Z | Actions: 1/5063 actions (Removing old actions) |
154 | 2024-10-31T17:10:15.708Z | Actions: 194/5063 actions (Installing new actions) |
155 | 2024-10-31T17:10:20.224Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-10-31T17:10:20.536Z | Actions: Completed 5063 actions in 4.84 seconds. |
157 | 2024-10-31T17:10:20.884Z | Done (0.350s) |
158 | 2024-10-31T17:10:20.889Z | Done (0.000s) |
159 | 2024-10-31T17:10:23.866Z | Done (0.496s) |
160 | 2024-10-31T17:10:25.428Z | Done (3.850s) |
161 | 2024-10-31T17:10:25.515Z | Done (0.019s) |
162 | 2024-10-31T17:10:25.518Z | Done (0.000s) |
163 | 2024-10-31T17:10:25.685Z | Done (0.000s) |
164 | 2024-10-31T17:10:26.312Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-10-31T17:10:26.475Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-10-31T17:10:26.477Z | Planning: Consolidating action changes ... Done |
167 | 2024-10-31T17:10:26.741Z | Planning: Evaluating mediators ... Done |
168 | 2024-10-31T17:10:26.745Z | Planning: Planning completed in 0.42 seconds |
169 | 2024-10-31T17:10:26.774Z | Mediators to change: 2 |
170 | 2024-10-31T17:10:26.775Z | Create boot environment: No |
171 | 2024-10-31T17:10:26.778Z | Create backup boot environment: No |
172 | 2024-10-31T17:10:26.865Z | Done |
173 | 2024-10-31T17:10:26.865Z | Done |
174 | 2024-10-31T17:10:27.206Z | Done |
175 | 2024-10-31T17:10:30.510Z | Done |
176 | 2024-10-31T17:10:30.598Z | Done |
177 | 2024-10-31T17:10:30.601Z | Done |
178 | 2024-10-31T17:10:30.712Z | Done |
179 | 2024-10-31T17:10:31.301Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-10-31T17:10:31.304Z | Planning: Merging actions ... Done |
181 | 2024-10-31T17:10:31.489Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-10-31T17:10:31.491Z | Planning: Consolidating action changes ... Done |
183 | 2024-10-31T17:10:31.748Z | Planning: Evaluating mediators ... Done |
184 | 2024-10-31T17:10:31.802Z | Planning: Planning completed in 0.74 seconds |
185 | 2024-10-31T17:10:31.842Z | Packages to change: 1 |
186 | 2024-10-31T17:10:31.842Z | Mediators to change: 1 |
187 | 2024-10-31T17:10:31.844Z | Services to change: 1 |
188 | 2024-10-31T17:10:31.844Z | Create boot environment: No |
189 | 2024-10-31T17:10:31.844Z | Create backup boot environment: Yes |
190 | 2024-10-31T17:10:33.829Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-10-31T17:10:33.831Z | Actions: Completed 6 actions in 0.00 seconds. |
192 | 2024-10-31T17:10:33.831Z | Done |
193 | 2024-10-31T17:10:33.831Z | Done |
194 | 2024-10-31T17:10:33.930Z | Done |
195 | 2024-10-31T17:10:37.237Z | Done |
196 | 2024-10-31T17:10:37.321Z | Done |
197 | 2024-10-31T17:10:37.321Z | Done |
198 | 2024-10-31T17:10:37.461Z | Done |
199 | 2024-10-31T17:10:37.875Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-10-31T17:10:37.875Z | clang system 15 system |
201 | 2024-10-31T17:10:37.875Z | csh system system illumos |
202 | 2024-10-31T17:10:37.875Z | ctags system system illumos |
203 | 2024-10-31T17:10:37.875Z | gcc vendor 12 vendor |
204 | 2024-10-31T17:10:37.875Z | gcc system 10 system |
205 | 2024-10-31T17:10:37.875Z | gcc system 7 system |
206 | 2024-10-31T17:10:37.875Z | go system 1.20 system |
207 | 2024-10-31T17:10:37.875Z | go system 1.19 system |
208 | 2024-10-31T17:10:37.875Z | llvm system 15 system |
209 | 2024-10-31T17:10:37.875Z | llvm system 14 system |
210 | 2024-10-31T17:10:37.875Z | mariadb system 10.6 system |
211 | 2024-10-31T17:10:37.875Z | mta vendor vendor dma |
212 | 2024-10-31T17:10:37.875Z | openjdk system 17 system |
213 | 2024-10-31T17:10:37.875Z | openjdk system 11 system |
214 | 2024-10-31T17:10:37.875Z | openjdk system 1.8 system |
215 | 2024-10-31T17:10:37.876Z | openssl vendor 3 vendor |
216 | 2024-10-31T17:10:37.876Z | perl system 5.36 system |
217 | 2024-10-31T17:10:37.876Z | postgresql system 15 system |
218 | 2024-10-31T17:10:37.876Z | postgresql system 13 system |
219 | 2024-10-31T17:10:37.876Z | python vendor 3 vendor |
220 | 2024-10-31T17:10:37.876Z | python system 2 system |
221 | 2024-10-31T17:10:37.876Z | python3 system 3.11 system |
222 | 2024-10-31T17:10:37.876Z | ruby system 3.0 system |
223 | 2024-10-31T17:10:37.876Z | words vendor vendor american-english |
224 | 2024-10-31T17:10:37.876Z | words system system australian-english |
225 | 2024-10-31T17:10:37.876Z | words system system british-english |
226 | 2024-10-31T17:10:37.876Z | words system system canadian-english |
227 | 2024-10-31T17:10:37.876Z | words system system french |
228 | 2024-10-31T17:10:37.876Z | words system system italian |
229 | 2024-10-31T17:10:37.876Z | words system system ngerman |
230 | 2024-10-31T17:10:37.876Z | words system system ogerman |
231 | 2024-10-31T17:10:37.876Z | words system system spanish |
232 | 2024-10-31T17:10:38.196Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-10-31T17:10:38.196Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-10-31T17:10:40.503Z | FMRI IFO |
235 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-10-31T17:10:40.503Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-10-31T17:10:41.155Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-10-31T17:10:41.449Z | Updating crates.io index |
252 | 2024-10-31T17:10:41.505Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-10-31T17:10:42.285Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-10-31T17:10:42.570Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-10-31T17:10:42.868Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-10-31T17:10:43.141Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-10-31T17:10:43.924Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-10-31T17:10:46.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-10-31T17:10:47.142Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-10-31T17:10:47.808Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-10-31T17:10:48.066Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-10-31T17:10:48.430Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-10-31T17:10:48.987Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-10-31T17:10:49.378Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-10-31T17:10:49.692Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-10-31T17:10:49.968Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-10-31T17:10:50.240Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-10-31T17:10:50.465Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-10-31T17:10:50.756Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-10-31T17:10:51.090Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-10-31T17:10:51.466Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-10-31T17:10:51.723Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-10-31T17:10:52.211Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-10-31T17:10:52.541Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-10-31T17:10:52.964Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-10-31T17:10:53.406Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-10-31T17:10:53.652Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-10-31T17:10:53.946Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-10-31T17:10:55.166Z | Downloading crates ... |
280 | 2024-10-31T17:10:55.277Z | Downloaded errno v0.3.9 |
281 | 2024-10-31T17:10:55.284Z | Downloaded pretty-hex v0.4.1 |
282 | 2024-10-31T17:10:55.289Z | Downloaded is_terminal_polyfill v1.70.1 |
283 | 2024-10-31T17:10:55.291Z | Downloaded byteorder v1.5.0 |
284 | 2024-10-31T17:10:55.299Z | Downloaded pest_generator v2.7.14 |
285 | 2024-10-31T17:10:55.301Z | Downloaded anstyle-query v1.1.1 |
286 | 2024-10-31T17:10:55.305Z | Downloaded fs-err v2.11.0 |
287 | 2024-10-31T17:10:55.309Z | Downloaded serde_spanned v0.6.8 |
288 | 2024-10-31T17:10:55.309Z | Downloaded smawk v0.3.2 |
289 | 2024-10-31T17:10:55.309Z | Downloaded scroll v0.12.0 |
290 | 2024-10-31T17:10:55.312Z | Downloaded cpufeatures v0.2.14 |
291 | 2024-10-31T17:10:55.312Z | Downloaded dof v0.3.0 |
292 | 2024-10-31T17:10:55.312Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-10-31T17:10:55.314Z | Downloaded version_check v0.9.5 |
294 | 2024-10-31T17:10:55.317Z | Downloaded serde_tokenstream v0.2.2 |
295 | 2024-10-31T17:10:55.319Z | Downloaded cargo_toml v0.20.5 |
296 | 2024-10-31T17:10:55.322Z | Downloaded anstream v0.6.15 |
297 | 2024-10-31T17:10:55.322Z | Downloaded heck v0.5.0 |
298 | 2024-10-31T17:10:55.326Z | Downloaded usdt-impl v0.5.0 |
299 | 2024-10-31T17:10:55.329Z | Downloaded hashbrown v0.15.0 |
300 | 2024-10-31T17:10:55.332Z | Downloaded thiserror v1.0.64 |
301 | 2024-10-31T17:10:55.336Z | Downloaded tempfile v3.13.0 |
302 | 2024-10-31T17:10:55.339Z | Downloaded papergrid v0.11.0 |
303 | 2024-10-31T17:10:55.343Z | Downloaded unicode-ident v1.0.13 |
304 | 2024-10-31T17:10:55.345Z | Downloaded typenum v1.17.0 |
305 | 2024-10-31T17:10:55.348Z | Downloaded proc-macro2 v1.0.87 |
306 | 2024-10-31T17:10:55.351Z | Downloaded semver v1.0.23 |
307 | 2024-10-31T17:10:55.354Z | Downloaded serde_derive v1.0.210 |
308 | 2024-10-31T17:10:55.357Z | Downloaded clap_derive v4.5.18 |
309 | 2024-10-31T17:10:55.360Z | Downloaded bitflags v2.6.0 |
310 | 2024-10-31T17:10:55.363Z | Downloaded toml v0.8.19 |
311 | 2024-10-31T17:10:55.366Z | Downloaded log v0.4.22 |
312 | 2024-10-31T17:10:55.366Z | Downloaded memchr v2.7.4 |
313 | 2024-10-31T17:10:55.370Z | Downloaded dtrace-parser v0.2.0 |
314 | 2024-10-31T17:10:55.379Z | Downloaded autocfg v1.4.0 |
315 | 2024-10-31T17:10:55.382Z | Downloaded heck v0.4.1 |
316 | 2024-10-31T17:10:55.384Z | Downloaded digest v0.10.7 |
317 | 2024-10-31T17:10:55.384Z | Downloaded clap_lex v0.7.2 |
318 | 2024-10-31T17:10:55.387Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-10-31T17:10:55.387Z | Downloaded bytecount v0.6.8 |
320 | 2024-10-31T17:10:55.389Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-10-31T17:10:55.389Z | Downloaded macaddr v1.0.1 |
322 | 2024-10-31T17:10:55.392Z | Downloaded generic-array v0.14.7 |
323 | 2024-10-31T17:10:55.392Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2024-10-31T17:10:55.392Z | Downloaded swrite v0.1.0 |
325 | 2024-10-31T17:10:55.395Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-10-31T17:10:55.395Z | Downloaded colorchoice v1.0.2 |
327 | 2024-10-31T17:10:55.395Z | Downloaded fnv v1.0.7 |
328 | 2024-10-31T17:10:55.397Z | Downloaded equivalent v1.0.1 |
329 | 2024-10-31T17:10:55.397Z | Downloaded crypto-common v0.1.6 |
330 | 2024-10-31T17:10:55.398Z | Downloaded camino-tempfile v1.1.1 |
331 | 2024-10-31T17:10:55.400Z | Downloaded block-buffer v0.10.4 |
332 | 2024-10-31T17:10:55.400Z | Downloaded itoa v1.0.11 |
333 | 2024-10-31T17:10:55.402Z | Downloaded fastrand v2.1.1 |
334 | 2024-10-31T17:10:55.402Z | Downloaded cfg-if v1.0.0 |
335 | 2024-10-31T17:10:55.404Z | Downloaded anstyle-parse v0.2.5 |
336 | 2024-10-31T17:10:55.404Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-10-31T17:10:55.406Z | Downloaded anstyle v1.0.8 |
338 | 2024-10-31T17:10:55.409Z | Downloaded utf8parse v0.2.2 |
339 | 2024-10-31T17:10:55.409Z | Downloaded thiserror-impl v1.0.64 |
340 | 2024-10-31T17:10:55.412Z | Downloaded memmap v0.7.0 |
341 | 2024-10-31T17:10:55.412Z | Downloaded terminal_size v0.4.0 |
342 | 2024-10-31T17:10:55.414Z | Downloaded plain v0.2.3 |
343 | 2024-10-31T17:10:55.414Z | Downloaded strsim v0.11.1 |
344 | 2024-10-31T17:10:55.416Z | Downloaded thread-id v4.2.2 |
345 | 2024-10-31T17:10:55.423Z | Downloaded usdt v0.5.0 |
346 | 2024-10-31T17:10:55.426Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-10-31T17:10:55.429Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2024-10-31T17:10:55.431Z | Downloaded unicode-linebreak v0.1.5 |
349 | 2024-10-31T17:10:55.434Z | Downloaded toml_datetime v0.6.8 |
350 | 2024-10-31T17:10:55.434Z | Downloaded zerocopy v0.7.35 |
351 | 2024-10-31T17:10:55.448Z | Downloaded quote v1.0.37 |
352 | 2024-10-31T17:10:55.450Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-10-31T17:10:55.453Z | Downloaded pest_meta v2.7.14 |
354 | 2024-10-31T17:10:55.457Z | Downloaded sha2 v0.10.8 |
355 | 2024-10-31T17:10:55.457Z | Downloaded once_cell v1.20.2 |
356 | 2024-10-31T17:10:55.460Z | Downloaded textwrap v0.16.1 |
357 | 2024-10-31T17:10:55.460Z | Downloaded ryu v1.0.18 |
358 | 2024-10-31T17:10:55.463Z | Downloaded clap_builder v4.5.20 |
359 | 2024-10-31T17:10:55.468Z | Downloaded anyhow v1.0.89 |
360 | 2024-10-31T17:10:55.472Z | Downloaded clap v4.5.20 |
361 | 2024-10-31T17:10:55.480Z | Downloaded indexmap v2.6.0 |
362 | 2024-10-31T17:10:55.484Z | Downloaded serde v1.0.210 |
363 | 2024-10-31T17:10:55.487Z | Downloaded camino v1.1.9 |
364 | 2024-10-31T17:10:55.489Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-10-31T17:10:55.492Z | Downloaded pest_derive v2.7.14 |
366 | 2024-10-31T17:10:55.510Z | Downloaded toml_edit v0.22.22 |
367 | 2024-10-31T17:10:55.530Z | Downloaded unicode-width v0.1.14 |
368 | 2024-10-31T17:10:55.535Z | Downloaded syn v2.0.79 |
369 | 2024-10-31T17:10:55.545Z | Downloaded serde_json v1.0.128 |
370 | 2024-10-31T17:10:55.551Z | Downloaded winnow v0.6.20 |
371 | 2024-10-31T17:10:55.559Z | Downloaded goblin v0.8.2 |
372 | 2024-10-31T17:10:55.565Z | Downloaded tabled v0.15.0 |
373 | 2024-10-31T17:10:55.579Z | Downloaded syn v1.0.109 |
374 | 2024-10-31T17:10:55.588Z | Downloaded rustix v0.38.37 |
375 | 2024-10-31T17:10:55.608Z | Downloaded pest v2.7.14 |
376 | 2024-10-31T17:10:55.613Z | Downloaded libc v0.2.161 |
377 | 2024-10-31T17:10:55.911Z | Compiling proc-macro2 v1.0.87 |
378 | 2024-10-31T17:10:55.911Z | Compiling unicode-ident v1.0.13 |
379 | 2024-10-31T17:10:55.913Z | Compiling serde v1.0.210 |
380 | 2024-10-31T17:10:55.913Z | Compiling version_check v0.9.5 |
381 | 2024-10-31T17:10:55.913Z | Compiling memchr v2.7.4 |
382 | 2024-10-31T17:10:55.913Z | Compiling thiserror v1.0.64 |
383 | 2024-10-31T17:10:55.913Z | Compiling libc v0.2.161 |
384 | 2024-10-31T17:10:55.943Z | Compiling ucd-trie v0.1.7 |
385 | 2024-10-31T17:10:56.261Z | Compiling ryu v1.0.18 |
386 | 2024-10-31T17:10:56.509Z | Compiling itoa v1.0.11 |
387 | 2024-10-31T17:10:56.674Z | Compiling once_cell v1.20.2 |
388 | 2024-10-31T17:10:56.724Z | Compiling byteorder v1.5.0 |
389 | 2024-10-31T17:10:56.756Z | Compiling rustix v0.38.37 |
390 | 2024-10-31T17:10:57.084Z | Compiling serde_json v1.0.128 |
391 | 2024-10-31T17:10:57.234Z | Compiling bitflags v2.6.0 |
392 | 2024-10-31T17:10:57.476Z | Compiling usdt-impl v0.5.0 |
393 | 2024-10-31T17:10:57.619Z | Compiling quote v1.0.37 |
394 | 2024-10-31T17:10:57.640Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-10-31T17:10:57.688Z | Compiling syn v1.0.109 |
396 | 2024-10-31T17:10:57.710Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-10-31T17:10:57.973Z | Compiling utf8parse v0.2.2 |
398 | 2024-10-31T17:10:58.012Z | Compiling syn v2.0.79 |
399 | 2024-10-31T17:10:58.034Z | Compiling equivalent v1.0.1 |
400 | 2024-10-31T17:10:58.141Z | Compiling log v0.4.22 |
401 | 2024-10-31T17:10:58.165Z | Compiling plain v0.2.3 |
402 | 2024-10-31T17:10:58.320Z | Compiling errno v0.3.9 |
403 | 2024-10-31T17:10:58.345Z | Compiling camino v1.1.9 |
404 | 2024-10-31T17:10:58.436Z | Compiling thread-id v4.2.2 |
405 | 2024-10-31T17:10:58.463Z | Compiling hashbrown v0.15.0 |
406 | 2024-10-31T17:10:58.549Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-10-31T17:10:58.902Z | Compiling anstyle v1.0.8 |
408 | 2024-10-31T17:10:59.090Z | Compiling anstyle-query v1.1.1 |
409 | 2024-10-31T17:10:59.118Z | Compiling autocfg v1.4.0 |
410 | 2024-10-31T17:10:59.247Z | Compiling semver v1.0.23 |
411 | 2024-10-31T17:10:59.363Z | Compiling pretty-hex v0.4.1 |
412 | 2024-10-31T17:10:59.429Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-10-31T17:10:59.559Z | Compiling unicode-width v0.1.14 |
414 | 2024-10-31T17:10:59.562Z | Compiling winnow v0.6.20 |
415 | 2024-10-31T17:10:59.743Z | Compiling indexmap v2.6.0 |
416 | 2024-10-31T17:10:59.769Z | Compiling colorchoice v1.0.2 |
417 | 2024-10-31T17:10:59.935Z | Compiling anstream v0.6.15 |
418 | 2024-10-31T17:11:00.314Z | Compiling fs-err v2.11.0 |
419 | 2024-10-31T17:11:00.452Z | Compiling fastrand v2.1.1 |
420 | 2024-10-31T17:11:00.610Z | Compiling terminal_size v0.4.0 |
421 | 2024-10-31T17:11:00.704Z | Compiling bytecount v0.6.8 |
422 | 2024-10-31T17:11:00.933Z | Compiling clap_lex v0.7.2 |
423 | 2024-10-31T17:11:00.990Z | Compiling fnv v1.0.7 |
424 | 2024-10-31T17:11:01.094Z | Compiling heck v0.4.1 |
425 | 2024-10-31T17:11:01.127Z | Compiling heck v0.5.0 |
426 | 2024-10-31T17:11:01.390Z | Compiling anyhow v1.0.89 |
427 | 2024-10-31T17:11:01.440Z | Compiling cfg-if v1.0.0 |
428 | 2024-10-31T17:11:01.543Z | Compiling strsim v0.11.1 |
429 | 2024-10-31T17:11:01.576Z | Compiling tempfile v3.13.0 |
430 | 2024-10-31T17:11:01.646Z | Compiling papergrid v0.11.0 |
431 | 2024-10-31T17:11:01.941Z | Compiling clap_builder v4.5.20 |
432 | 2024-10-31T17:11:02.350Z | Compiling memmap v0.7.0 |
433 | 2024-10-31T17:11:02.505Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-10-31T17:11:02.530Z | Compiling smawk v0.3.2 |
435 | 2024-10-31T17:11:02.997Z | Compiling textwrap v0.16.1 |
436 | 2024-10-31T17:11:03.256Z | Compiling swrite v0.1.0 |
437 | 2024-10-31T17:11:04.238Z | Compiling tabled_derive v0.7.0 |
438 | 2024-10-31T17:11:05.844Z | Compiling tabled v0.15.0 |
439 | 2024-10-31T17:11:06.783Z | Compiling serde_derive v1.0.210 |
440 | 2024-10-31T17:11:06.783Z | Compiling thiserror-impl v1.0.64 |
441 | 2024-10-31T17:11:06.786Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-10-31T17:11:06.786Z | Compiling scroll_derive v0.12.0 |
443 | 2024-10-31T17:11:07.076Z | Compiling clap_derive v4.5.18 |
444 | 2024-10-31T17:11:08.176Z | Compiling scroll v0.12.0 |
445 | 2024-10-31T17:11:08.719Z | Compiling goblin v0.8.2 |
446 | 2024-10-31T17:11:08.928Z | Compiling zerocopy v0.7.35 |
447 | 2024-10-31T17:11:09.752Z | Compiling pest v2.7.14 |
448 | 2024-10-31T17:11:10.742Z | Compiling clap v4.5.20 |
449 | 2024-10-31T17:11:11.955Z | Compiling pest_meta v2.7.14 |
450 | 2024-10-31T17:11:12.844Z | Compiling pest_generator v2.7.14 |
451 | 2024-10-31T17:11:14.901Z | Compiling pest_derive v2.7.14 |
452 | 2024-10-31T17:11:15.648Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-10-31T17:11:16.918Z | Compiling toml_datetime v0.6.8 |
454 | 2024-10-31T17:11:16.918Z | Compiling serde_spanned v0.6.8 |
455 | 2024-10-31T17:11:16.922Z | Compiling cargo-platform v0.1.8 |
456 | 2024-10-31T17:11:17.289Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-10-31T17:11:17.308Z | Compiling toml_edit v0.22.22 |
458 | 2024-10-31T17:11:17.515Z | Compiling macaddr v1.0.1 |
459 | 2024-10-31T17:11:17.567Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-10-31T17:11:18.341Z | Compiling dof v0.3.0 |
461 | 2024-10-31T17:11:18.341Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-10-31T17:11:20.140Z | Compiling toml v0.8.19 |
463 | 2024-10-31T17:11:20.220Z | Compiling usdt-macro v0.5.0 |
464 | 2024-10-31T17:11:20.220Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-10-31T17:11:20.967Z | Compiling cargo_toml v0.20.5 |
466 | 2024-10-31T17:11:21.589Z | Compiling usdt v0.5.0 |
467 | 2024-10-31T17:11:24.418Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-10-31T17:11:28.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.33s |
469 | 2024-10-31T17:11:28.519Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-10-31T17:11:29.075Z | Downloading crates ... |
471 | 2024-10-31T17:11:29.198Z | Downloaded adler2 v2.0.0 |
472 | 2024-10-31T17:11:29.202Z | Downloaded async-stream-impl v0.3.6 |
473 | 2024-10-31T17:11:29.209Z | Downloaded async-bb8-diesel v0.2.1 |
474 | 2024-10-31T17:11:29.215Z | Downloaded atomicwrites v0.4.4 |
475 | 2024-10-31T17:11:29.224Z | Downloaded darling_macro v0.20.10 |
476 | 2024-10-31T17:11:29.229Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-10-31T17:11:29.234Z | Downloaded cbc v0.1.2 |
478 | 2024-10-31T17:11:29.238Z | Downloaded bit-vec v0.6.3 |
479 | 2024-10-31T17:11:29.244Z | Downloaded ident_case v1.0.1 |
480 | 2024-10-31T17:11:29.247Z | Downloaded http-body v1.0.1 |
481 | 2024-10-31T17:11:29.247Z | Downloaded crc v3.2.1 |
482 | 2024-10-31T17:11:29.247Z | Downloaded ciborium-ll v0.2.2 |
483 | 2024-10-31T17:11:29.252Z | Downloaded bitflags v1.3.2 |
484 | 2024-10-31T17:11:29.254Z | Downloaded chrono-tz-build v0.4.0 |
485 | 2024-10-31T17:11:29.254Z | Downloaded curve25519-dalek-derive v0.1.1 |
486 | 2024-10-31T17:11:29.254Z | Downloaded crc32fast v1.4.2 |
487 | 2024-10-31T17:11:29.257Z | Downloaded instant v0.1.13 |
488 | 2024-10-31T17:11:29.261Z | Downloaded cancel-safe-futures v0.1.5 |
489 | 2024-10-31T17:11:29.266Z | Downloaded matches v0.1.10 |
490 | 2024-10-31T17:11:29.266Z | Downloaded bcs v0.1.6 |
491 | 2024-10-31T17:11:29.266Z | Downloaded hubpack_derive v0.1.1 |
492 | 2024-10-31T17:11:29.266Z | Downloaded csv-core v0.1.11 |
493 | 2024-10-31T17:11:29.268Z | Downloaded base64ct v1.6.0 |
494 | 2024-10-31T17:11:29.271Z | Downloaded crossbeam-epoch v0.9.18 |
495 | 2024-10-31T17:11:29.273Z | Downloaded convert_case v0.4.0 |
496 | 2024-10-31T17:11:29.273Z | Downloaded clang-sys v1.8.1 |
497 | 2024-10-31T17:11:29.278Z | Downloaded arrayvec v0.7.6 |
498 | 2024-10-31T17:11:29.282Z | Downloaded argon2 v0.5.3 |
499 | 2024-10-31T17:11:29.282Z | Downloaded ipnetwork v0.20.0 |
500 | 2024-10-31T17:11:29.285Z | Downloaded debug-ignore v1.0.5 |
501 | 2024-10-31T17:11:29.285Z | Downloaded hyper-tls v0.6.0 |
502 | 2024-10-31T17:11:29.289Z | Downloaded compact_str v0.8.0 |
503 | 2024-10-31T17:11:29.291Z | Downloaded keccak v0.1.5 |
504 | 2024-10-31T17:11:29.291Z | Downloaded maplit v1.0.2 |
505 | 2024-10-31T17:11:29.294Z | Downloaded memoffset v0.9.1 |
506 | 2024-10-31T17:11:29.294Z | Downloaded linked-hash-map v0.5.6 |
507 | 2024-10-31T17:11:29.297Z | Downloaded allocator-api2 v0.2.18 |
508 | 2024-10-31T17:11:29.300Z | Downloaded num v0.4.3 |
509 | 2024-10-31T17:11:29.303Z | Downloaded num-integer v0.1.46 |
510 | 2024-10-31T17:11:29.303Z | Downloaded lru-cache v0.1.2 |
511 | 2024-10-31T17:11:29.307Z | Downloaded atomic-waker v1.1.2 |
512 | 2024-10-31T17:11:29.307Z | Downloaded async-stream v0.3.6 |
513 | 2024-10-31T17:11:29.307Z | Downloaded impl-trait-for-tuples v0.2.2 |
514 | 2024-10-31T17:11:29.310Z | Downloaded httpdate v1.0.3 |
515 | 2024-10-31T17:11:29.313Z | Downloaded internet-checksum v0.2.1 |
516 | 2024-10-31T17:11:29.313Z | Downloaded httparse v1.9.5 |
517 | 2024-10-31T17:11:29.315Z | Downloaded hubpack v0.1.2 |
518 | 2024-10-31T17:11:29.318Z | Downloaded native-tls v0.2.12 |
519 | 2024-10-31T17:11:29.322Z | Downloaded is-terminal v0.4.13 |
520 | 2024-10-31T17:11:29.322Z | Downloaded crunchy v0.2.2 |
521 | 2024-10-31T17:11:29.322Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-10-31T17:11:29.325Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-10-31T17:11:29.325Z | Downloaded nibble_vec v0.1.0 |
524 | 2024-10-31T17:11:29.325Z | Downloaded cstr-argument v0.1.2 |
525 | 2024-10-31T17:11:29.327Z | Downloaded multer v3.1.0 |
526 | 2024-10-31T17:11:29.330Z | Downloaded crucible-workspace-hack v0.1.0 |
527 | 2024-10-31T17:11:29.330Z | Downloaded mime_guess v2.0.5 |
528 | 2024-10-31T17:11:29.332Z | Downloaded inout v0.1.3 |
529 | 2024-10-31T17:11:29.332Z | Downloaded ipnet v2.10.1 |
530 | 2024-10-31T17:11:29.334Z | Downloaded iana-time-zone v0.1.61 |
531 | 2024-10-31T17:11:29.338Z | Downloaded arrayref v0.3.9 |
532 | 2024-10-31T17:11:29.338Z | Downloaded num-rational v0.4.2 |
533 | 2024-10-31T17:11:29.341Z | Downloaded blowfish v0.9.1 |
534 | 2024-10-31T17:11:29.343Z | Downloaded bitfield v0.14.0 |
535 | 2024-10-31T17:11:29.343Z | Downloaded bb8 v0.8.5 |
536 | 2024-10-31T17:11:29.346Z | Downloaded humantime v2.1.0 |
537 | 2024-10-31T17:11:29.346Z | Downloaded const_format v0.2.33 |
538 | 2024-10-31T17:11:29.351Z | Downloaded hyper-staticfile v0.10.1 |
539 | 2024-10-31T17:11:29.354Z | Downloaded hyper-rustls v0.27.3 |
540 | 2024-10-31T17:11:29.356Z | Downloaded crossbeam-deque v0.8.5 |
541 | 2024-10-31T17:11:29.359Z | Downloaded bit-set v0.5.3 |
542 | 2024-10-31T17:11:29.363Z | Downloaded match_cfg v0.1.0 |
543 | 2024-10-31T17:11:29.363Z | Downloaded slog-bunyan v2.5.0 |
544 | 2024-10-31T17:11:29.363Z | Downloaded md5 v0.7.0 |
545 | 2024-10-31T17:11:29.370Z | Downloaded addr2line v0.24.2 |
546 | 2024-10-31T17:11:29.370Z | Downloaded cipher v0.4.4 |
547 | 2024-10-31T17:11:29.370Z | Downloaded crc-catalog v2.4.0 |
548 | 2024-10-31T17:11:29.370Z | Downloaded colored v2.1.0 |
549 | 2024-10-31T17:11:29.372Z | Downloaded assert_matches v1.5.0 |
550 | 2024-10-31T17:11:29.372Z | Downloaded newtype_derive v0.1.6 |
551 | 2024-10-31T17:11:29.375Z | Downloaded newline-converter v0.3.0 |
552 | 2024-10-31T17:11:29.375Z | Downloaded chacha20 v0.9.1 |
553 | 2024-10-31T17:11:29.377Z | Downloaded num-complex v0.4.6 |
554 | 2024-10-31T17:11:29.379Z | Downloaded data-encoding v2.6.0 |
555 | 2024-10-31T17:11:29.383Z | Downloaded ctr v0.9.2 |
556 | 2024-10-31T17:11:29.387Z | Downloaded lazycell v1.3.0 |
557 | 2024-10-31T17:11:29.387Z | Downloaded new_debug_unreachable v1.0.6 |
558 | 2024-10-31T17:11:29.387Z | Downloaded indexmap v1.9.3 |
559 | 2024-10-31T17:11:29.390Z | Downloaded hyper-util v0.1.9 |
560 | 2024-10-31T17:11:29.395Z | Downloaded sec1 v0.7.3 |
561 | 2024-10-31T17:11:29.398Z | Downloaded normalize-line-endings v0.3.0 |
562 | 2024-10-31T17:11:29.398Z | Downloaded mime v0.3.17 |
563 | 2024-10-31T17:11:29.398Z | Downloaded diesel_table_macro_syntax v0.2.0 |
564 | 2024-10-31T17:11:29.401Z | Downloaded ahash v0.8.11 |
565 | 2024-10-31T17:11:29.403Z | Downloaded num-conv v0.1.0 |
566 | 2024-10-31T17:11:29.403Z | Downloaded vte_generate_state_changes v0.1.2 |
567 | 2024-10-31T17:11:29.403Z | Downloaded rpassword v7.3.1 |
568 | 2024-10-31T17:11:29.408Z | Downloaded sha1 v0.10.6 |
569 | 2024-10-31T17:11:29.408Z | Downloaded secrecy v0.8.0 |
570 | 2024-10-31T17:11:29.413Z | Downloaded toolchain_find v0.4.0 |
571 | 2024-10-31T17:11:29.413Z | Downloaded rustc_version v0.4.1 |
572 | 2024-10-31T17:11:29.413Z | Downloaded kstat-rs v0.2.4 |
573 | 2024-10-31T17:11:29.418Z | Downloaded fxhash v0.2.1 |
574 | 2024-10-31T17:11:29.418Z | Downloaded base16ct v0.2.0 |
575 | 2024-10-31T17:11:29.418Z | Downloaded rustversion v1.0.17 |
576 | 2024-10-31T17:11:29.422Z | Downloaded tap v1.0.1 |
577 | 2024-10-31T17:11:29.422Z | Downloaded thiserror-no-std v2.0.2 |
578 | 2024-10-31T17:11:29.424Z | Downloaded md-5 v0.10.6 |
579 | 2024-10-31T17:11:29.424Z | Downloaded futures-io v0.3.31 |
580 | 2024-10-31T17:11:29.427Z | Downloaded foreign-types-macros v0.2.3 |
581 | 2024-10-31T17:11:29.427Z | Downloaded cookie_store v0.21.0 |
582 | 2024-10-31T17:11:29.430Z | Downloaded waitgroup v0.1.2 |
583 | 2024-10-31T17:11:29.430Z | Downloaded pin-utils v0.1.0 |
584 | 2024-10-31T17:11:29.432Z | Downloaded wait-timeout v0.2.0 |
585 | 2024-10-31T17:11:29.434Z | Downloaded console v0.15.8 |
586 | 2024-10-31T17:11:29.438Z | Downloaded hickory-resolver v0.24.1 |
587 | 2024-10-31T17:11:29.441Z | Downloaded unicase v2.7.0 |
588 | 2024-10-31T17:11:29.444Z | Downloaded fallible-iterator v0.2.0 |
589 | 2024-10-31T17:11:29.444Z | Downloaded serde_with_macros v3.11.0 |
590 | 2024-10-31T17:11:29.448Z | Downloaded indicatif v0.17.8 |
591 | 2024-10-31T17:11:29.459Z | Downloaded darling v0.20.10 |
592 | 2024-10-31T17:11:29.466Z | Downloaded string_cache v0.8.7 |
593 | 2024-10-31T17:11:29.466Z | Downloaded phf_shared v0.10.0 |
594 | 2024-10-31T17:11:29.466Z | Downloaded arc-swap v1.7.1 |
595 | 2024-10-31T17:11:29.466Z | Downloaded either v1.13.0 |
596 | 2024-10-31T17:11:29.466Z | Downloaded hostname v0.4.0 |
597 | 2024-10-31T17:11:29.469Z | Downloaded gethostname v0.5.0 |
598 | 2024-10-31T17:11:29.469Z | Downloaded hostname v0.3.1 |
599 | 2024-10-31T17:11:29.469Z | Downloaded jobserver v0.1.32 |
600 | 2024-10-31T17:11:29.472Z | Downloaded filetime v0.2.25 |
601 | 2024-10-31T17:11:29.475Z | Downloaded difflib v0.4.0 |
602 | 2024-10-31T17:11:29.475Z | Downloaded crc-any v2.5.0 |
603 | 2024-10-31T17:11:29.478Z | Downloaded primeorder v0.13.6 |
604 | 2024-10-31T17:11:29.481Z | Downloaded percent-encoding v2.3.1 |
605 | 2024-10-31T17:11:29.481Z | Downloaded radium v0.7.0 |
606 | 2024-10-31T17:11:29.481Z | Downloaded walkdir v2.5.0 |
607 | 2024-10-31T17:11:29.483Z | Downloaded zone_cfg_derive v0.1.2 |
608 | 2024-10-31T17:11:29.483Z | Downloaded maybe-uninit v2.0.0 |
609 | 2024-10-31T17:11:29.486Z | Downloaded ghash v0.5.1 |
610 | 2024-10-31T17:11:29.489Z | Downloaded fixedbitset v0.4.2 |
611 | 2024-10-31T17:11:29.489Z | Downloaded funty v2.0.0 |
612 | 2024-10-31T17:11:29.491Z | Downloaded enum-as-inner v0.6.1 |
613 | 2024-10-31T17:11:29.491Z | Downloaded thiserror-impl-no-std v2.0.2 |
614 | 2024-10-31T17:11:29.493Z | Downloaded lock_api v0.4.12 |
615 | 2024-10-31T17:11:29.493Z | Downloaded libloading v0.8.5 |
616 | 2024-10-31T17:11:29.496Z | Downloaded topological-sort v0.2.2 |
617 | 2024-10-31T17:11:29.499Z | Downloaded memmap2 v0.9.5 |
618 | 2024-10-31T17:11:29.499Z | Downloaded thread_local v1.1.8 |
619 | 2024-10-31T17:11:29.502Z | Downloaded russh-keys v0.45.0 |
620 | 2024-10-31T17:11:29.505Z | Downloaded ssh-encoding v0.2.0 |
621 | 2024-10-31T17:11:29.508Z | Downloaded rustfmt-wrapper v0.2.1 |
622 | 2024-10-31T17:11:29.508Z | Downloaded mio v1.0.2 |
623 | 2024-10-31T17:11:29.516Z | Downloaded resolv-conf v0.7.0 |
624 | 2024-10-31T17:11:29.520Z | Downloaded want v0.3.1 |
625 | 2024-10-31T17:11:29.520Z | Downloaded strum v0.26.3 |
626 | 2024-10-31T17:11:29.520Z | Downloaded peg-runtime v0.8.3 |
627 | 2024-10-31T17:11:29.520Z | Downloaded shlex v1.3.0 |
628 | 2024-10-31T17:11:29.523Z | Downloaded parse-display-derive v0.10.0 |
629 | 2024-10-31T17:11:29.523Z | Downloaded shell-words v1.1.0 |
630 | 2024-10-31T17:11:29.523Z | Downloaded semver v0.1.20 |
631 | 2024-10-31T17:11:29.525Z | Downloaded rtoolbox v0.0.2 |
632 | 2024-10-31T17:11:29.525Z | Downloaded supports-color v3.0.1 |
633 | 2024-10-31T17:11:29.529Z | Downloaded const-oid v0.9.6 |
634 | 2024-10-31T17:11:29.532Z | Downloaded smallvec v1.13.2 |
635 | 2024-10-31T17:11:29.532Z | Downloaded pkcs1 v0.7.5 |
636 | 2024-10-31T17:11:29.535Z | Downloaded signal-hook-mio v0.2.4 |
637 | 2024-10-31T17:11:29.538Z | Downloaded multimap v0.10.0 |
638 | 2024-10-31T17:11:29.538Z | Downloaded toml v0.7.8 |
639 | 2024-10-31T17:11:29.542Z | Downloaded stable_deref_trait v1.2.0 |
640 | 2024-10-31T17:11:29.545Z | Downloaded tls_codec v0.4.1 |
641 | 2024-10-31T17:11:29.545Z | Downloaded heck v0.3.3 |
642 | 2024-10-31T17:11:29.545Z | Downloaded zone v0.3.0 |
643 | 2024-10-31T17:11:29.550Z | Downloaded signal-hook-registry v1.4.2 |
644 | 2024-10-31T17:11:29.550Z | Downloaded darling_core v0.20.10 |
645 | 2024-10-31T17:11:29.554Z | Downloaded getrandom v0.2.15 |
646 | 2024-10-31T17:11:29.557Z | Downloaded termios v0.3.3 |
647 | 2024-10-31T17:11:29.560Z | Downloaded serde_yaml v0.9.34+deprecated |
648 | 2024-10-31T17:11:29.562Z | Downloaded dirs-sys-next v0.1.2 |
649 | 2024-10-31T17:11:29.564Z | Downloaded derive-where v1.2.7 |
650 | 2024-10-31T17:11:29.567Z | Downloaded vsss-rs v3.3.4 |
651 | 2024-10-31T17:11:29.569Z | Downloaded serde-big-array v0.5.1 |
652 | 2024-10-31T17:11:29.571Z | Downloaded zone_cfg_derive v0.3.0 |
653 | 2024-10-31T17:11:29.574Z | Downloaded hmac v0.12.1 |
654 | 2024-10-31T17:11:29.576Z | Downloaded fallible-iterator v0.3.0 |
655 | 2024-10-31T17:11:29.576Z | Downloaded ff v0.13.0 |
656 | 2024-10-31T17:11:29.586Z | Downloaded fd-lock v4.0.2 |
657 | 2024-10-31T17:11:29.589Z | Downloaded openssl-probe v0.1.5 |
658 | 2024-10-31T17:11:29.591Z | Downloaded hash32 v0.2.1 |
659 | 2024-10-31T17:11:29.594Z | Downloaded rand_xorshift v0.3.0 |
660 | 2024-10-31T17:11:29.594Z | Downloaded flagset v0.4.6 |
661 | 2024-10-31T17:11:29.597Z | Downloaded signal-hook-tokio v0.3.1 |
662 | 2024-10-31T17:11:29.597Z | Downloaded tokio-tungstenite v0.23.1 |
663 | 2024-10-31T17:11:29.600Z | Downloaded openssl-macros v0.1.1 |
664 | 2024-10-31T17:11:29.600Z | Downloaded float-ord v0.3.2 |
665 | 2024-10-31T17:11:29.603Z | Downloaded uzers v0.12.1 |
666 | 2024-10-31T17:11:29.605Z | Downloaded opaque-debug v0.3.1 |
667 | 2024-10-31T17:11:29.605Z | Downloaded phf_shared v0.11.2 |
668 | 2024-10-31T17:11:29.607Z | Downloaded paste v1.0.15 |
669 | 2024-10-31T17:11:29.609Z | Downloaded ed25519 v2.2.3 |
670 | 2024-10-31T17:11:29.612Z | Downloaded miniz_oxide v0.8.0 |
671 | 2024-10-31T17:11:29.614Z | Downloaded powerfmt v0.2.0 |
672 | 2024-10-31T17:11:29.616Z | Downloaded slog-stdlog v4.1.1 |
673 | 2024-10-31T17:11:29.616Z | Downloaded headers-core v0.3.0 |
674 | 2024-10-31T17:11:29.619Z | Downloaded structmeta-derive v0.2.0 |
675 | 2024-10-31T17:11:29.619Z | Downloaded signal-hook v0.3.17 |
676 | 2024-10-31T17:11:29.622Z | Downloaded strum_macros v0.24.3 |
677 | 2024-10-31T17:11:29.624Z | Downloaded libxml v0.3.3 |
678 | 2024-10-31T17:11:29.631Z | Downloaded structmeta v0.3.0 |
679 | 2024-10-31T17:11:29.635Z | Downloaded wyz v0.5.1 |
680 | 2024-10-31T17:11:29.635Z | Downloaded enum-as-inner v0.5.1 |
681 | 2024-10-31T17:11:29.638Z | Downloaded scrypt v0.11.0 |
682 | 2024-10-31T17:11:29.638Z | Downloaded hickory-client v0.24.1 |
683 | 2024-10-31T17:11:29.641Z | Downloaded serde-hex v0.1.0 |
684 | 2024-10-31T17:11:29.645Z | Downloaded time-core v0.1.2 |
685 | 2024-10-31T17:11:29.645Z | Downloaded typify-macro v0.2.0 |
686 | 2024-10-31T17:11:29.645Z | Downloaded strum_macros v0.25.3 |
687 | 2024-10-31T17:11:29.648Z | Downloaded crossbeam-channel v0.5.13 |
688 | 2024-10-31T17:11:29.651Z | Downloaded num_enum_derive v0.5.11 |
689 | 2024-10-31T17:11:29.655Z | Downloaded libm v0.2.8 |
690 | 2024-10-31T17:11:29.660Z | Downloaded scopeguard v1.2.0 |
691 | 2024-10-31T17:11:29.663Z | Downloaded value-bag v1.9.0 |
692 | 2024-10-31T17:11:29.665Z | Downloaded uuid v1.10.0 |
693 | 2024-10-31T17:11:29.668Z | Downloaded try-lock v0.2.5 |
694 | 2024-10-31T17:11:29.671Z | Downloaded phf_codegen v0.11.2 |
695 | 2024-10-31T17:11:29.671Z | Downloaded rand_core v0.6.4 |
696 | 2024-10-31T17:11:29.673Z | Downloaded oso-derive v0.27.3 |
697 | 2024-10-31T17:11:29.673Z | Downloaded glob v0.3.1 |
698 | 2024-10-31T17:11:29.676Z | Downloaded float-cmp v0.9.0 |
699 | 2024-10-31T17:11:29.676Z | Downloaded defmt-parser v0.3.4 |
700 | 2024-10-31T17:11:29.679Z | Downloaded phf_generator v0.11.2 |
701 | 2024-10-31T17:11:29.679Z | Downloaded foldhash v0.1.3 |
702 | 2024-10-31T17:11:29.681Z | Downloaded path-slash v0.1.5 |
703 | 2024-10-31T17:11:29.681Z | Downloaded heapless v0.8.0 |
704 | 2024-10-31T17:11:29.686Z | Downloaded diff v0.1.13 |
705 | 2024-10-31T17:11:29.690Z | Downloaded serde_repr v0.1.19 |
706 | 2024-10-31T17:11:29.693Z | Downloaded display-error-chain v0.2.1 |
707 | 2024-10-31T17:11:29.693Z | Downloaded pem v3.0.4 |
708 | 2024-10-31T17:11:29.693Z | Downloaded smallvec v0.6.14 |
709 | 2024-10-31T17:11:29.696Z | Downloaded stringprep v0.1.5 |
710 | 2024-10-31T17:11:29.698Z | Downloaded peg v0.8.4 |
711 | 2024-10-31T17:11:29.701Z | Downloaded postgres-protocol v0.6.7 |
712 | 2024-10-31T17:11:29.703Z | Downloaded diesel-dtrace v0.3.0 |
713 | 2024-10-31T17:11:29.705Z | Downloaded which v4.4.2 |
714 | 2024-10-31T17:11:29.709Z | Downloaded universal-hash v0.5.1 |
715 | 2024-10-31T17:11:29.710Z | Downloaded russh-cryptovec v0.7.3 |
716 | 2024-10-31T17:11:29.714Z | Downloaded serde_derive_internals v0.29.1 |
717 | 2024-10-31T17:11:29.714Z | Downloaded highway v1.2.0 |
718 | 2024-10-31T17:11:29.714Z | Downloaded postcard v1.0.10 |
719 | 2024-10-31T17:11:29.718Z | Downloaded untrusted v0.7.1 |
720 | 2024-10-31T17:11:29.718Z | Downloaded foreign-types-shared v0.3.1 |
721 | 2024-10-31T17:11:29.718Z | Downloaded strum_macros v0.26.4 |
722 | 2024-10-31T17:11:29.721Z | Downloaded rsa v0.9.6 |
723 | 2024-10-31T17:11:29.724Z | Downloaded des v0.8.1 |
724 | 2024-10-31T17:11:29.727Z | Downloaded number_prefix v0.4.0 |
725 | 2024-10-31T17:11:29.730Z | Downloaded hex-literal v0.4.1 |
726 | 2024-10-31T17:11:29.730Z | Downloaded form_urlencoded v1.2.1 |
727 | 2024-10-31T17:11:29.735Z | Downloaded strip-ansi-escapes v0.2.0 |
728 | 2024-10-31T17:11:29.735Z | Downloaded pin-project-internal v1.1.6 |
729 | 2024-10-31T17:11:29.735Z | Downloaded tokio-tungstenite v0.21.0 |
730 | 2024-10-31T17:11:29.738Z | Downloaded parking_lot_core v0.8.6 |
731 | 2024-10-31T17:11:29.741Z | Downloaded pbkdf2 v0.12.2 |
732 | 2024-10-31T17:11:29.741Z | Downloaded rustls-pemfile v2.2.0 |
733 | 2024-10-31T17:11:29.744Z | Downloaded pbkdf2 v0.11.0 |
734 | 2024-10-31T17:11:29.746Z | Downloaded tokio-postgres v0.7.12 |
735 | 2024-10-31T17:11:29.750Z | Downloaded time-macros v0.2.18 |
736 | 2024-10-31T17:11:29.754Z | Downloaded url v2.5.2 |
737 | 2024-10-31T17:11:29.756Z | Downloaded omicron-zone-package v0.11.1 |
738 | 2024-10-31T17:11:29.762Z | Downloaded rayon-core v1.12.1 |
739 | 2024-10-31T17:11:29.765Z | Downloaded unicode_categories v0.1.1 |
740 | 2024-10-31T17:11:29.767Z | Downloaded ed25519-dalek v2.1.1 |
741 | 2024-10-31T17:11:29.770Z | Downloaded foreign-types v0.3.2 |
742 | 2024-10-31T17:11:29.770Z | Downloaded minimal-lexical v0.2.1 |
743 | 2024-10-31T17:11:29.775Z | Downloaded pin-project-lite v0.2.14 |
744 | 2024-10-31T17:11:29.780Z | Downloaded futures-executor v0.3.31 |
745 | 2024-10-31T17:11:29.790Z | Downloaded futures-channel v0.3.31 |
746 | 2024-10-31T17:11:29.799Z | Downloaded rustc-hash v1.1.0 |
747 | 2024-10-31T17:11:29.799Z | Downloaded pkg-config v0.3.31 |
748 | 2024-10-31T17:11:29.799Z | Downloaded psl-types v2.0.11 |
749 | 2024-10-31T17:11:29.799Z | Downloaded password-hash v0.4.2 |
750 | 2024-10-31T17:11:29.799Z | Downloaded packed_struct_codegen v0.10.1 |
751 | 2024-10-31T17:11:29.799Z | Downloaded sync_wrapper v0.1.2 |
752 | 2024-10-31T17:11:29.799Z | Downloaded password-hash v0.5.0 |
753 | 2024-10-31T17:11:29.799Z | Downloaded hickory-server v0.24.1 |
754 | 2024-10-31T17:11:29.801Z | Downloaded serde_plain v1.0.2 |
755 | 2024-10-31T17:11:29.807Z | Downloaded tinyvec_macros v0.1.1 |
756 | 2024-10-31T17:11:29.807Z | Downloaded test-strategy v0.3.1 |
757 | 2024-10-31T17:11:29.809Z | Downloaded tokio-macros v2.4.0 |
758 | 2024-10-31T17:11:29.809Z | Downloaded scheduled-thread-pool v0.2.7 |
759 | 2024-10-31T17:11:29.809Z | Downloaded peg-macros v0.8.4 |
760 | 2024-10-31T17:11:29.812Z | Downloaded openssl-sys v0.9.103 |
761 | 2024-10-31T17:11:29.818Z | Downloaded siphasher v0.3.11 |
762 | 2024-10-31T17:11:29.820Z | Downloaded xattr v1.3.1 |
763 | 2024-10-31T17:11:29.820Z | Downloaded whoami v1.5.2 |
764 | 2024-10-31T17:11:29.823Z | Downloaded futures-macro v0.3.31 |
765 | 2024-10-31T17:11:29.826Z | Downloaded tui-tree-widget v0.22.0 |
766 | 2024-10-31T17:11:29.826Z | Downloaded env_logger v0.11.5 |
767 | 2024-10-31T17:11:29.829Z | Downloaded num-bigint v0.4.6 |
768 | 2024-10-31T17:11:29.833Z | Downloaded tokio-util v0.7.12 |
769 | 2024-10-31T17:11:29.840Z | Downloaded futures v0.3.31 |
770 | 2024-10-31T17:11:29.846Z | Downloaded futures-sink v0.3.31 |
771 | 2024-10-31T17:11:30.257Z | Downloaded salsa20 v0.10.2 |
772 | 2024-10-31T17:11:30.258Z | Downloaded rfc6979 v0.4.0 |
773 | 2024-10-31T17:11:30.258Z | Downloaded parking_lot v0.11.2 |
774 | 2024-10-31T17:11:30.258Z | Downloaded parking_lot_core v0.9.10 |
775 | 2024-10-31T17:11:30.258Z | Downloaded serde_urlencoded v0.7.1 |
776 | 2024-10-31T17:11:30.258Z | Downloaded schemars_derive v0.8.21 |
777 | 2024-10-31T17:11:30.258Z | Downloaded snafu v0.8.5 |
778 | 2024-10-31T17:11:30.258Z | Downloaded tiny-keccak v2.0.2 |
779 | 2024-10-31T17:11:30.258Z | Downloaded progenitor-client v0.8.0 |
780 | 2024-10-31T17:11:30.258Z | Downloaded hex v0.4.3 |
781 | 2024-10-31T17:11:30.258Z | Downloaded env_filter v0.1.2 |
782 | 2024-10-31T17:11:30.258Z | Downloaded zeroize_derive v1.4.2 |
783 | 2024-10-31T17:11:30.258Z | Downloaded zeroize v1.8.1 |
784 | 2024-10-31T17:11:30.258Z | Downloaded slog v2.7.0 |
785 | 2024-10-31T17:11:30.258Z | Downloaded similar v2.6.0 |
786 | 2024-10-31T17:11:30.258Z | Downloaded futures-task v0.3.31 |
787 | 2024-10-31T17:11:30.258Z | Downloaded tower-service v0.3.3 |
788 | 2024-10-31T17:11:30.258Z | Downloaded xz2 v0.1.7 |
789 | 2024-10-31T17:11:30.258Z | Downloaded flume v0.11.0 |
790 | 2024-10-31T17:11:30.258Z | Downloaded tracing-attributes v0.1.27 |
791 | 2024-10-31T17:11:30.258Z | Downloaded spin v0.5.2 |
792 | 2024-10-31T17:11:30.258Z | Downloaded signature v2.2.0 |
793 | 2024-10-31T17:11:30.258Z | Downloaded hashlink v0.9.1 |
794 | 2024-10-31T17:11:30.258Z | Downloaded num-traits v0.2.19 |
795 | 2024-10-31T17:11:30.258Z | Downloaded foreign-types v0.5.0 |
796 | 2024-10-31T17:11:30.258Z | Downloaded pretty-hex v0.2.1 |
797 | 2024-10-31T17:11:30.258Z | Downloaded endian-type v0.1.2 |
798 | 2024-10-31T17:11:30.258Z | Downloaded olpc-cjson v0.1.4 |
799 | 2024-10-31T17:11:30.258Z | Downloaded typed-path v0.7.1 |
800 | 2024-10-31T17:11:30.258Z | Downloaded tokio-rustls v0.25.0 |
801 | 2024-10-31T17:11:30.258Z | Downloaded packed_struct v0.10.1 |
802 | 2024-10-31T17:11:30.259Z | Downloaded take_mut v0.2.2 |
803 | 2024-10-31T17:11:30.259Z | Downloaded slog-dtrace v0.3.0 |
804 | 2024-10-31T17:11:30.259Z | Downloaded slab v0.4.9 |
805 | 2024-10-31T17:11:30.259Z | Downloaded progenitor v0.8.0 |
806 | 2024-10-31T17:11:30.259Z | Downloaded foreign-types-shared v0.1.1 |
807 | 2024-10-31T17:11:30.259Z | Downloaded itertools v0.10.5 |
808 | 2024-10-31T17:11:30.259Z | Downloaded dsl_auto_type v0.1.2 |
809 | 2024-10-31T17:11:30.259Z | Downloaded tabwriter v1.4.0 |
810 | 2024-10-31T17:11:30.259Z | Downloaded serde_path_to_error v0.1.16 |
811 | 2024-10-31T17:11:30.259Z | Downloaded tungstenite v0.21.0 |
812 | 2024-10-31T17:11:30.259Z | Downloaded tracing-core v0.1.32 |
813 | 2024-10-31T17:11:30.259Z | Downloaded aho-corasick v1.1.3 |
814 | 2024-10-31T17:11:30.259Z | Downloaded rand_chacha v0.3.1 |
815 | 2024-10-31T17:11:30.259Z | Downloaded sync_wrapper v1.0.1 |
816 | 2024-10-31T17:11:30.259Z | Downloaded term v0.7.0 |
817 | 2024-10-31T17:11:30.259Z | Downloaded precomputed-hash v0.1.1 |
818 | 2024-10-31T17:11:30.259Z | Downloaded hash32 v0.3.1 |
819 | 2024-10-31T17:11:30.259Z | Downloaded unicode-xid v0.2.6 |
820 | 2024-10-31T17:11:30.259Z | Downloaded unicode-truncate v1.1.0 |
821 | 2024-10-31T17:11:30.259Z | Downloaded sigpipe v0.1.3 |
822 | 2024-10-31T17:11:30.259Z | Downloaded proc-macro-crate v1.3.1 |
823 | 2024-10-31T17:11:30.259Z | Downloaded der v0.7.9 |
824 | 2024-10-31T17:11:30.259Z | Downloaded predicates-core v1.0.8 |
825 | 2024-10-31T17:11:30.259Z | Downloaded ref-cast-impl v1.0.23 |
826 | 2024-10-31T17:11:30.259Z | Downloaded embedded-io v0.6.1 |
827 | 2024-10-31T17:11:30.259Z | Downloaded parking_lot v0.12.3 |
828 | 2024-10-31T17:11:30.259Z | Downloaded sqlparser_derive v0.2.2 |
829 | 2024-10-31T17:11:30.259Z | Downloaded itertools v0.12.1 |
830 | 2024-10-31T17:11:30.259Z | Downloaded http v0.2.12 |
831 | 2024-10-31T17:11:30.259Z | Downloaded num_threads v0.1.7 |
832 | 2024-10-31T17:11:30.259Z | Downloaded tokio-rustls v0.26.0 |
833 | 2024-10-31T17:11:30.259Z | Downloaded globset v0.4.15 |
834 | 2024-10-31T17:11:30.259Z | Downloaded env_logger v0.10.2 |
835 | 2024-10-31T17:11:30.259Z | Downloaded tinyvec v1.8.0 |
836 | 2024-10-31T17:11:30.259Z | Downloaded hyper v0.14.30 |
837 | 2024-10-31T17:11:30.259Z | Downloaded poly1305 v0.8.0 |
838 | 2024-10-31T17:11:30.259Z | Downloaded ena v0.14.3 |
839 | 2024-10-31T17:11:30.260Z | Downloaded progenitor-macro v0.8.0 |
840 | 2024-10-31T17:11:30.260Z | Downloaded slog-json v2.6.1 |
841 | 2024-10-31T17:11:30.260Z | Downloaded rand_seeder v0.3.0 |
842 | 2024-10-31T17:11:30.260Z | Downloaded owo-colors v4.1.0 |
843 | 2024-10-31T17:11:30.260Z | Downloaded group v0.13.0 |
844 | 2024-10-31T17:11:30.260Z | Downloaded deranged v0.3.11 |
845 | 2024-10-31T17:11:30.260Z | Downloaded polyval v0.6.2 |
846 | 2024-10-31T17:11:30.260Z | Downloaded der_derive v0.7.3 |
847 | 2024-10-31T17:11:30.260Z | Downloaded http v1.1.0 |
848 | 2024-10-31T17:11:30.260Z | Downloaded tungstenite v0.23.0 |
849 | 2024-10-31T17:11:30.260Z | Downloaded structmeta v0.2.0 |
850 | 2024-10-31T17:11:30.260Z | Downloaded derive_more v0.99.18 |
851 | 2024-10-31T17:11:30.260Z | Downloaded rustls-webpki v0.102.8 |
852 | 2024-10-31T17:11:30.260Z | Downloaded ssh-key v0.6.6 |
853 | 2024-10-31T17:11:30.260Z | Downloaded num_enum v0.5.11 |
854 | 2024-10-31T17:11:30.260Z | Downloaded schemars v0.8.21 |
855 | 2024-10-31T17:11:30.260Z | Downloaded slog-envlogger v2.2.0 |
856 | 2024-10-31T17:11:30.260Z | Downloaded oso v0.27.3 |
857 | 2024-10-31T17:11:30.260Z | Downloaded itertools v0.13.0 |
858 | 2024-10-31T17:11:30.260Z | Downloaded unicode-properties v0.1.3 |
859 | 2024-10-31T17:11:30.260Z | Downloaded ssh-cipher v0.2.0 |
860 | 2024-10-31T17:11:30.260Z | Downloaded publicsuffix v2.2.3 |
861 | 2024-10-31T17:11:30.260Z | Downloaded dyn-clone v1.0.17 |
862 | 2024-10-31T17:11:30.260Z | Downloaded expectorate v1.1.0 |
863 | 2024-10-31T17:11:30.260Z | Downloaded tokio-stream v0.1.16 |
864 | 2024-10-31T17:11:30.260Z | Downloaded embedded-io v0.4.0 |
865 | 2024-10-31T17:11:30.260Z | Downloaded prettyplease v0.2.22 |
866 | 2024-10-31T17:11:30.260Z | Downloaded heapless v0.7.17 |
867 | 2024-10-31T17:11:30.260Z | Downloaded p256 v0.13.2 |
868 | 2024-10-31T17:11:30.260Z | Downloaded tungstenite v0.24.0 |
869 | 2024-10-31T17:11:30.260Z | Downloaded rand v0.8.5 |
870 | 2024-10-31T17:11:30.260Z | Downloaded zip v0.6.6 |
871 | 2024-10-31T17:11:30.266Z | Downloaded qorb v0.1.2 |
872 | 2024-10-31T17:11:30.266Z | Downloaded h2 v0.4.6 |
873 | 2024-10-31T17:11:30.266Z | Downloaded dropshot_endpoint v0.12.0 |
874 | 2024-10-31T17:11:30.266Z | Downloaded unsafe-libyaml v0.2.11 |
875 | 2024-10-31T17:11:30.266Z | Downloaded chrono v0.4.38 |
876 | 2024-10-31T17:11:30.266Z | Downloaded russh v0.45.0 |
877 | 2024-10-31T17:11:30.266Z | Downloaded hashbrown v0.12.3 |
878 | 2024-10-31T17:11:30.266Z | Downloaded bitvec v1.0.1 |
879 | 2024-10-31T17:11:30.266Z | Downloaded time v0.3.36 |
880 | 2024-10-31T17:11:30.266Z | Downloaded elliptic-curve v0.13.8 |
881 | 2024-10-31T17:11:30.266Z | Downloaded headers v0.4.0 |
882 | 2024-10-31T17:11:30.266Z | Downloaded quick-xml v0.33.0 |
883 | 2024-10-31T17:11:30.266Z | Downloaded idna v0.5.0 |
884 | 2024-10-31T17:11:30.266Z | Downloaded quinn-proto v0.11.8 |
885 | 2024-10-31T17:11:30.266Z | Downloaded tracing v0.1.40 |
886 | 2024-10-31T17:11:30.266Z | Downloaded idna v0.4.0 |
887 | 2024-10-31T17:11:30.266Z | Downloaded steno v0.4.1 |
888 | 2024-10-31T17:11:30.266Z | Downloaded rayon v1.10.0 |
889 | 2024-10-31T17:11:30.267Z | Downloaded regex v1.11.0 |
890 | 2024-10-31T17:11:30.267Z | Downloaded lalrpop v0.19.12 |
891 | 2024-10-31T17:11:30.267Z | Downloaded unicode-segmentation v1.12.0 |
892 | 2024-10-31T17:11:30.267Z | Downloaded rustyline v14.0.0 |
893 | 2024-10-31T17:11:30.267Z | Downloaded hkdf v0.12.4 |
894 | 2024-10-31T17:11:30.267Z | Downloaded reedline v0.35.0 |
895 | 2024-10-31T17:11:30.272Z | Downloaded winnow v0.5.40 |
896 | 2024-10-31T17:11:30.290Z | Downloaded hashbrown v0.14.5 |
897 | 2024-10-31T17:11:30.295Z | Downloaded serde_with v3.11.0 |
898 | 2024-10-31T17:11:30.303Z | Downloaded futures-util v0.3.31 |
899 | 2024-10-31T17:11:30.308Z | Downloaded git2 v0.19.0 |
900 | 2024-10-31T17:11:30.316Z | Downloaded p521 v0.13.3 |
901 | 2024-10-31T17:11:30.319Z | Downloaded openssl v0.10.66 |
902 | 2024-10-31T17:11:30.329Z | Downloaded curve25519-dalek v4.1.3 |
903 | 2024-10-31T17:11:30.337Z | Downloaded rusqlite v0.32.1 |
904 | 2024-10-31T17:11:30.343Z | Downloaded reqwest v0.12.8 |
905 | 2024-10-31T17:11:30.352Z | Downloaded bstr v1.10.0 |
906 | 2024-10-31T17:11:30.362Z | Downloaded gimli v0.31.1 |
907 | 2024-10-31T17:11:30.375Z | Downloaded h2 v0.3.26 |
908 | 2024-10-31T17:11:30.379Z | Downloaded nix v0.28.0 |
909 | 2024-10-31T17:11:30.388Z | Downloaded regress v0.10.1 |
910 | 2024-10-31T17:11:30.400Z | Downloaded regex-syntax v0.6.29 |
911 | 2024-10-31T17:11:30.405Z | Downloaded rustls v0.21.12 |
912 | 2024-10-31T17:11:30.417Z | Downloaded object v0.30.4 |
913 | 2024-10-31T17:11:30.427Z | Downloaded openapiv3 v2.0.0 |
914 | 2024-10-31T17:11:30.438Z | Downloaded webpki-roots v0.26.6 |
915 | 2024-10-31T17:11:30.442Z | Downloaded smoltcp v0.9.1 |
916 | 2024-10-31T17:11:30.452Z | Downloaded chrono-tz v0.10.0 |
917 | 2024-10-31T17:11:30.460Z | Downloaded radix_trie v0.2.1 |
918 | 2024-10-31T17:11:30.465Z | Downloaded smoltcp v0.11.0 |
919 | 2024-10-31T17:11:30.478Z | Downloaded polar-core v0.27.3 |
920 | 2024-10-31T17:11:30.487Z | Downloaded object v0.36.5 |
921 | 2024-10-31T17:11:30.499Z | Downloaded diesel v2.2.4 |
922 | 2024-10-31T17:11:30.518Z | Downloaded hickory-proto v0.24.1 |
923 | 2024-10-31T17:11:30.534Z | Downloaded dropshot v0.12.0 |
924 | 2024-10-31T17:11:30.556Z | Downloaded regress v0.9.1 |
925 | 2024-10-31T17:11:30.565Z | Downloaded regex-syntax v0.8.5 |
926 | 2024-10-31T17:11:30.576Z | Downloaded zerocopy-derive v0.6.6 |
927 | 2024-10-31T17:11:30.583Z | Downloaded rustls v0.23.14 |
928 | 2024-10-31T17:11:30.595Z | Downloaded ratatui v0.28.1 |
929 | 2024-10-31T17:11:30.616Z | Downloaded typify-impl v0.2.0 |
930 | 2024-10-31T17:11:30.632Z | Downloaded sled v0.34.7 |
931 | 2024-10-31T17:11:30.643Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
932 | 2024-10-31T17:11:30.655Z | Downloaded petgraph v0.6.5 |
933 | 2024-10-31T17:11:30.673Z | Downloaded lzma-sys v0.1.20 |
934 | 2024-10-31T17:11:30.702Z | Downloaded regex-automata v0.4.8 |
935 | 2024-10-31T17:11:30.718Z | Downloaded tokio v1.40.0 |
936 | 2024-10-31T17:11:30.755Z | Downloaded libz-sys v1.1.20 |
937 | 2024-10-31T17:11:30.776Z | Downloaded sha3 v0.10.8 |
938 | 2024-10-31T17:11:30.780Z | Downloaded csv v1.3.0 |
939 | 2024-10-31T17:11:30.800Z | Downloaded rustls v0.22.4 |
940 | 2024-10-31T17:11:30.813Z | Downloaded reqwest v0.11.27 |
941 | 2024-10-31T17:11:30.821Z | Downloaded trust-dns-proto v0.22.0 |
942 | 2024-10-31T17:11:30.832Z | Downloaded salty v0.3.0 |
943 | 2024-10-31T17:11:30.838Z | Downloaded nix v0.29.0 |
944 | 2024-10-31T17:11:30.850Z | Downloaded sqlparser v0.45.0 |
945 | 2024-10-31T17:11:30.855Z | Downloaded proptest v1.5.0 |
946 | 2024-10-31T17:11:30.864Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
947 | 2024-10-31T17:11:30.920Z | Downloaded p384 v0.13.0 |
948 | 2024-10-31T17:11:30.926Z | Downloaded encoding_rs v0.8.34 |
949 | 2024-10-31T17:11:30.947Z | Downloaded idna v0.2.3 |
950 | 2024-10-31T17:11:30.954Z | Downloaded nix v0.27.1 |
951 | 2024-10-31T17:11:30.964Z | Downloaded rustls-webpki v0.101.7 |
952 | 2024-10-31T17:11:30.977Z | Downloaded flate2 v1.0.34 |
953 | 2024-10-31T17:11:30.982Z | Downloaded vcpkg v0.2.15 |
954 | 2024-10-31T17:11:31.019Z | Downloaded idna v0.3.0 |
955 | 2024-10-31T17:11:31.026Z | Downloaded hashbrown v0.13.2 |
956 | 2024-10-31T17:11:31.030Z | Downloaded x509-cert v0.2.5 |
957 | 2024-10-31T17:11:31.036Z | Downloaded unicode-normalization v0.1.24 |
958 | 2024-10-31T17:11:31.039Z | Downloaded portable-atomic v1.9.0 |
959 | 2024-10-31T17:11:31.046Z | Downloaded derive_builder_core v0.20.2 |
960 | 2024-10-31T17:11:31.049Z | Downloaded bindgen v0.69.5 |
961 | 2024-10-31T17:11:31.057Z | Downloaded samael v0.0.17 |
962 | 2024-10-31T17:11:31.061Z | Downloaded static_assertions v1.1.0 |
963 | 2024-10-31T17:11:31.064Z | Downloaded yasna v0.5.2 |
964 | 2024-10-31T17:11:31.067Z | Downloaded slog-term v2.9.1 |
965 | 2024-10-31T17:11:31.067Z | Downloaded tokio-rustls v0.24.1 |
966 | 2024-10-31T17:11:31.069Z | Downloaded tar v0.4.42 |
967 | 2024-10-31T17:11:31.072Z | Downloaded tough v0.17.1 |
968 | 2024-10-31T17:11:31.079Z | Downloaded slog-scope v4.4.0 |
969 | 2024-10-31T17:11:31.081Z | Downloaded ron v0.8.1 |
970 | 2024-10-31T17:11:31.085Z | Downloaded progenitor-impl v0.8.0 |
971 | 2024-10-31T17:11:31.087Z | Downloaded diesel_derives v2.2.3 |
972 | 2024-10-31T17:11:31.091Z | Downloaded sqlformat v0.2.6 |
973 | 2024-10-31T17:11:31.095Z | Downloaded num-bigint-dig v0.8.4 |
974 | 2024-10-31T17:11:31.098Z | Downloaded nom v7.1.3 |
975 | 2024-10-31T17:11:31.102Z | Downloaded rustc-hash v2.0.0 |
976 | 2024-10-31T17:11:31.105Z | Downloaded ron v0.7.1 |
977 | 2024-10-31T17:11:31.108Z | Downloaded rustc-demangle v0.1.24 |
978 | 2024-10-31T17:11:31.111Z | Downloaded pem-rfc7468 v0.7.0 |
979 | 2024-10-31T17:11:31.111Z | Downloaded hyper v1.4.1 |
980 | 2024-10-31T17:11:31.117Z | Downloaded downcast v0.11.0 |
981 | 2024-10-31T17:11:31.120Z | Downloaded dhcproto-macros v0.1.0 |
982 | 2024-10-31T17:11:31.120Z | Downloaded derive_builder_macro v0.20.2 |
983 | 2024-10-31T17:11:31.120Z | Downloaded phf v0.11.2 |
984 | 2024-10-31T17:11:31.122Z | Downloaded ref-cast v1.0.23 |
985 | 2024-10-31T17:11:31.125Z | Downloaded predicates-tree v1.0.11 |
986 | 2024-10-31T17:11:31.125Z | Downloaded zerocopy v0.6.6 |
987 | 2024-10-31T17:11:31.127Z | Downloaded rcgen v0.12.1 |
988 | 2024-10-31T17:11:31.131Z | Downloaded parse-zoneinfo v0.3.1 |
989 | 2024-10-31T17:11:31.134Z | Downloaded quick-error v1.2.3 |
990 | 2024-10-31T17:11:31.134Z | Downloaded subprocess v0.2.9 |
991 | 2024-10-31T17:11:31.137Z | Downloaded socket2 v0.5.7 |
992 | 2024-10-31T17:11:31.137Z | Downloaded utf-8 v0.7.6 |
993 | 2024-10-31T17:11:31.140Z | Downloaded untrusted v0.9.0 |
994 | 2024-10-31T17:11:31.140Z | Downloaded derive_builder v0.20.2 |
995 | 2024-10-31T17:11:31.146Z | Downloaded aes v0.8.4 |
996 | 2024-10-31T17:11:31.149Z | Downloaded termtree v0.4.1 |
997 | 2024-10-31T17:11:31.149Z | Downloaded futures-core v0.3.31 |
998 | 2024-10-31T17:11:31.149Z | Downloaded postgres-types v0.2.8 |
999 | 2024-10-31T17:11:31.151Z | Downloaded blake3 v1.5.4 |
1000 | 2024-10-31T17:11:31.158Z | Downloaded libsqlite3-sys v0.30.1 |
1001 | 2024-10-31T17:11:31.239Z | Downloaded toml_edit v0.19.15 |
1002 | 2024-10-31T17:11:31.251Z | Downloaded parse-display v0.10.0 |
1003 | 2024-10-31T17:11:31.254Z | Downloaded half v2.4.1 |
1004 | 2024-10-31T17:11:31.254Z | Downloaded fragile v2.0.0 |
1005 | 2024-10-31T17:11:31.257Z | Downloaded pkcs8 v0.10.2 |
1006 | 2024-10-31T17:11:31.260Z | Downloaded twox-hash v1.6.3 |
1007 | 2024-10-31T17:11:31.260Z | Downloaded snafu-derive v0.8.5 |
1008 | 2024-10-31T17:11:31.264Z | Downloaded pin-project v1.1.6 |
1009 | 2024-10-31T17:11:31.271Z | Downloaded quinn v0.11.5 |
1010 | 2024-10-31T17:11:31.275Z | Downloaded ecdsa v0.16.9 |
1011 | 2024-10-31T17:11:31.278Z | Downloaded base64 v0.22.1 |
1012 | 2024-10-31T17:11:31.281Z | Downloaded defmt-macros v0.3.9 |
1013 | 2024-10-31T17:11:31.290Z | Downloaded defmt v0.3.8 |
1014 | 2024-10-31T17:11:31.290Z | Downloaded fatfs v0.3.6 |
1015 | 2024-10-31T17:11:31.294Z | Downloaded typify v0.2.0 |
1016 | 2024-10-31T17:11:31.295Z | Downloaded rustls-pki-types v1.9.0 |
1017 | 2024-10-31T17:11:31.295Z | Downloaded nu-ansi-term v0.50.1 |
1018 | 2024-10-31T17:11:31.300Z | Downloaded rustc_version v0.1.7 |
1019 | 2024-10-31T17:11:31.300Z | Downloaded ppv-lite86 v0.2.20 |
1020 | 2024-10-31T17:11:31.300Z | Downloaded dirs-next v2.0.0 |
1021 | 2024-10-31T17:11:31.301Z | Downloaded tokio-tungstenite v0.24.0 |
1022 | 2024-10-31T17:11:31.303Z | Downloaded base64 v0.21.7 |
1023 | 2024-10-31T17:11:31.314Z | Downloaded vte v0.11.1 |
1024 | 2024-10-31T17:11:31.314Z | Downloaded tls_codec_derive v0.4.1 |
1025 | 2024-10-31T17:11:31.314Z | Downloaded sct v0.7.1 |
1026 | 2024-10-31T17:11:31.314Z | Downloaded predicates v3.1.2 |
1027 | 2024-10-31T17:11:31.317Z | Downloaded pkcs5 v0.7.1 |
1028 | 2024-10-31T17:11:31.317Z | Downloaded unicode-bidi v0.3.17 |
1029 | 2024-10-31T17:11:31.323Z | Downloaded fallible-streaming-iterator v0.1.9 |
1030 | 2024-10-31T17:11:31.323Z | Downloaded spin v0.9.8 |
1031 | 2024-10-31T17:11:31.326Z | Downloaded mockall_derive v0.13.0 |
1032 | 2024-10-31T17:11:31.326Z | Downloaded cc v1.1.30 |
1033 | 2024-10-31T17:11:31.329Z | Downloaded termcolor v1.4.1 |
1034 | 2024-10-31T17:11:31.329Z | Downloaded crossterm v0.28.1 |
1035 | 2024-10-31T17:11:31.335Z | Downloaded zone v0.1.8 |
1036 | 2024-10-31T17:11:31.338Z | Downloaded dhcproto v0.12.0 |
1037 | 2024-10-31T17:11:31.338Z | Downloaded vergen v8.3.2 |
1038 | 2024-10-31T17:11:31.341Z | Downloaded same-file v1.0.6 |
1039 | 2024-10-31T17:11:31.341Z | Downloaded r2d2 v0.8.10 |
1040 | 2024-10-31T17:11:31.347Z | Downloaded quinn-udp v0.5.5 |
1041 | 2024-10-31T17:11:31.348Z | Downloaded blake2 v0.10.6 |
1042 | 2024-10-31T17:11:31.353Z | Downloaded tokio-native-tls v0.3.1 |
1043 | 2024-10-31T17:11:31.353Z | Downloaded smf v0.2.3 |
1044 | 2024-10-31T17:11:31.353Z | Downloaded rusty-fork v0.3.0 |
1045 | 2024-10-31T17:11:31.353Z | Downloaded rustls-pemfile v1.0.4 |
1046 | 2024-10-31T17:11:31.354Z | Downloaded num-iter v0.1.45 |
1047 | 2024-10-31T17:11:31.354Z | Downloaded parse-size v1.0.0 |
1048 | 2024-10-31T17:11:31.359Z | Downloaded nanorand v0.7.0 |
1049 | 2024-10-31T17:11:31.359Z | Downloaded libsw v3.3.1 |
1050 | 2024-10-31T17:11:31.359Z | Downloaded crossbeam-utils v0.8.20 |
1051 | 2024-10-31T17:11:31.362Z | Downloaded slog-async v2.8.0 |
1052 | 2024-10-31T17:11:31.362Z | Downloaded crypto-bigint v0.5.5 |
1053 | 2024-10-31T17:11:31.372Z | Downloaded const_format_proc_macros v0.2.33 |
1054 | 2024-10-31T17:11:31.372Z | Downloaded ring v0.17.8 |
1055 | 2024-10-31T17:11:31.437Z | Downloaded unarray v0.1.4 |
1056 | 2024-10-31T17:11:31.443Z | Downloaded nodrop v0.1.14 |
1057 | 2024-10-31T17:11:31.443Z | Downloaded managed v0.8.0 |
1058 | 2024-10-31T17:11:31.443Z | Downloaded lru v0.12.5 |
1059 | 2024-10-31T17:11:31.443Z | Downloaded linear-map v1.2.0 |
1060 | 2024-10-31T17:11:31.443Z | Downloaded backoff v0.4.0 |
1061 | 2024-10-31T17:11:31.445Z | Downloaded ciborium v0.2.2 |
1062 | 2024-10-31T17:11:31.445Z | Downloaded cexpr v0.6.0 |
1063 | 2024-10-31T17:11:31.449Z | Downloaded block-padding v0.3.3 |
1064 | 2024-10-31T17:11:31.449Z | Downloaded lazy_static v1.5.0 |
1065 | 2024-10-31T17:11:31.452Z | Downloaded cookie v0.18.1 |
1066 | 2024-10-31T17:11:31.452Z | Downloaded subtle v2.6.1 |
1067 | 2024-10-31T17:11:31.458Z | Downloaded structmeta-derive v0.3.0 |
1068 | 2024-10-31T17:11:31.458Z | Downloaded spki v0.7.3 |
1069 | 2024-10-31T17:11:31.458Z | Downloaded mockall v0.13.0 |
1070 | 2024-10-31T17:11:31.458Z | Downloaded aes-gcm v0.10.3 |
1071 | 2024-10-31T17:11:31.463Z | Downloaded num-derive v0.4.2 |
1072 | 2024-10-31T17:11:31.463Z | Downloaded backtrace v0.3.74 |
1073 | 2024-10-31T17:11:31.465Z | Downloaded bzip2 v0.4.4 |
1074 | 2024-10-31T17:11:31.468Z | Downloaded home v0.5.9 |
1075 | 2024-10-31T17:11:31.468Z | Downloaded ring v0.16.20 |
1076 | 2024-10-31T17:11:31.547Z | Downloaded constant_time_eq v0.3.1 |
1077 | 2024-10-31T17:11:31.556Z | Downloaded cobs v0.2.3 |
1078 | 2024-10-31T17:11:31.557Z | Downloaded bitfield-struct v0.6.2 |
1079 | 2024-10-31T17:11:31.557Z | Downloaded castaway v0.2.3 |
1080 | 2024-10-31T17:11:31.557Z | Downloaded cassowary v0.3.0 |
1081 | 2024-10-31T17:11:31.560Z | Downloaded buf-list v1.0.3 |
1082 | 2024-10-31T17:11:31.561Z | Downloaded bcrypt-pbkdf v0.10.0 |
1083 | 2024-10-31T17:11:31.561Z | Downloaded async-trait v0.1.83 |
1084 | 2024-10-31T17:11:31.561Z | Downloaded ascii-canvas v3.0.0 |
1085 | 2024-10-31T17:11:31.561Z | Downloaded newtype-uuid v1.1.2 |
1086 | 2024-10-31T17:11:31.563Z | Downloaded instability v0.3.2 |
1087 | 2024-10-31T17:11:31.563Z | Downloaded libefi-sys v0.1.0 |
1088 | 2024-10-31T17:11:31.564Z | Downloaded lalrpop-util v0.19.12 |
1089 | 2024-10-31T17:11:31.564Z | Downloaded is_ci v1.2.0 |
1090 | 2024-10-31T17:11:31.564Z | Downloaded http-range v0.1.5 |
1091 | 2024-10-31T17:11:31.567Z | Downloaded atty v0.2.14 |
1092 | 2024-10-31T17:11:31.567Z | Downloaded array-init v0.0.4 |
1093 | 2024-10-31T17:11:31.567Z | Downloaded bytes v1.7.2 |
1094 | 2024-10-31T17:11:31.569Z | Downloaded base64 v0.13.1 |
1095 | 2024-10-31T17:11:31.572Z | Downloaded http-body-util v0.1.2 |
1096 | 2024-10-31T17:11:31.574Z | Downloaded http-body v0.4.6 |
1097 | 2024-10-31T17:11:31.577Z | Downloaded chacha20poly1305 v0.10.1 |
1098 | 2024-10-31T17:11:31.577Z | Downloaded async-recursion v1.1.1 |
1099 | 2024-10-31T17:11:31.581Z | Downloaded aead v0.5.2 |
1100 | 2024-10-31T17:11:31.581Z | Downloaded indoc v1.0.9 |
1101 | 2024-10-31T17:11:31.584Z | Downloaded indent_write v2.2.0 |
1102 | 2024-10-31T17:11:31.676Z | Compiling serde v1.0.210 |
1103 | 2024-10-31T17:11:31.679Z | Compiling typenum v1.17.0 |
1104 | 2024-10-31T17:11:31.679Z | Compiling generic-array v0.14.7 |
1105 | 2024-10-31T17:11:31.679Z | Compiling lock_api v0.4.12 |
1106 | 2024-10-31T17:11:31.679Z | Compiling scopeguard v1.2.0 |
1107 | 2024-10-31T17:11:31.680Z | Compiling subtle v2.6.1 |
1108 | 2024-10-31T17:11:31.840Z | Compiling syn v2.0.79 |
1109 | 2024-10-31T17:11:31.853Z | Compiling getrandom v0.2.15 |
1110 | 2024-10-31T17:11:32.181Z | Compiling value-bag v1.9.0 |
1111 | 2024-10-31T17:11:32.185Z | Compiling rand_core v0.6.4 |
1112 | 2024-10-31T17:11:32.220Z | Compiling const-oid v0.9.6 |
1113 | 2024-10-31T17:11:32.285Z | Compiling pin-project-lite v0.2.14 |
1114 | 2024-10-31T17:11:32.544Z | Compiling smallvec v1.13.2 |
1115 | 2024-10-31T17:11:32.564Z | Compiling log v0.4.22 |
1116 | 2024-10-31T17:11:32.698Z | Compiling jobserver v0.1.32 |
1117 | 2024-10-31T17:11:32.745Z | Compiling parking_lot_core v0.9.10 |
1118 | 2024-10-31T17:11:32.983Z | Compiling shlex v1.3.0 |
1119 | 2024-10-31T17:11:33.007Z | Compiling futures-core v0.3.31 |
1120 | 2024-10-31T17:11:33.249Z | Compiling cc v1.1.30 |
1121 | 2024-10-31T17:11:33.442Z | Compiling signal-hook-registry v1.4.2 |
1122 | 2024-10-31T17:11:33.522Z | Compiling mio v1.0.2 |
1123 | 2024-10-31T17:11:33.678Z | Compiling cpufeatures v0.2.14 |
1124 | 2024-10-31T17:11:33.783Z | Compiling parking_lot v0.12.3 |
1125 | 2024-10-31T17:11:34.013Z | Compiling futures-sink v0.3.31 |
1126 | 2024-10-31T17:11:34.167Z | Compiling spin v0.9.8 |
1127 | 2024-10-31T17:11:34.275Z | Compiling socket2 v0.5.7 |
1128 | 2024-10-31T17:11:34.406Z | Compiling slab v0.4.9 |
1129 | 2024-10-31T17:11:34.579Z | Compiling serde_json v1.0.128 |
1130 | 2024-10-31T17:11:34.708Z | Compiling futures-channel v0.3.31 |
1131 | 2024-10-31T17:11:34.731Z | Compiling futures-task v0.3.31 |
1132 | 2024-10-31T17:11:34.748Z | Compiling allocator-api2 v0.2.18 |
1133 | 2024-10-31T17:11:34.961Z | Compiling futures-io v0.3.31 |
1134 | 2024-10-31T17:11:35.036Z | Compiling foldhash v0.1.3 |
1135 | 2024-10-31T17:11:35.115Z | Compiling tinyvec_macros v0.1.1 |
1136 | 2024-10-31T17:11:35.205Z | Compiling pin-utils v0.1.0 |
1137 | 2024-10-31T17:11:35.222Z | Compiling tinyvec v1.8.0 |
1138 | 2024-10-31T17:11:35.270Z | Compiling libm v0.2.8 |
1139 | 2024-10-31T17:11:35.299Z | Compiling num-traits v0.2.19 |
1140 | 2024-10-31T17:11:35.316Z | Compiling unicode-bidi v0.3.17 |
1141 | 2024-10-31T17:11:35.319Z | Compiling base64ct v1.6.0 |
1142 | 2024-10-31T17:11:35.583Z | Compiling hashbrown v0.15.0 |
1143 | 2024-10-31T17:11:35.821Z | Compiling pem-rfc7468 v0.7.0 |
1144 | 2024-10-31T17:11:35.886Z | Compiling flagset v0.4.6 |
1145 | 2024-10-31T17:11:36.090Z | Compiling httparse v1.9.5 |
1146 | 2024-10-31T17:11:36.560Z | Compiling tracing-core v0.1.32 |
1147 | 2024-10-31T17:11:36.740Z | Compiling unicode-normalization v0.1.24 |
1148 | 2024-10-31T17:11:36.863Z | Compiling rustls-pki-types v1.9.0 |
1149 | 2024-10-31T17:11:36.944Z | Compiling percent-encoding v2.3.1 |
1150 | 2024-10-31T17:11:37.047Z | Compiling crossbeam-utils v0.8.20 |
1151 | 2024-10-31T17:11:37.678Z | Compiling ring v0.17.8 |
1152 | 2024-10-31T17:11:37.702Z | Compiling vcpkg v0.2.15 |
1153 | 2024-10-31T17:11:37.844Z | Compiling powerfmt v0.2.0 |
1154 | 2024-10-31T17:11:37.969Z | Compiling untrusted v0.9.0 |
1155 | 2024-10-31T17:11:37.993Z | Compiling time-core v0.1.2 |
1156 | 2024-10-31T17:11:38.055Z | Compiling num-conv v0.1.0 |
1157 | 2024-10-31T17:11:38.133Z | Compiling pkg-config v0.3.31 |
1158 | 2024-10-31T17:11:38.166Z | Compiling deranged v0.3.11 |
1159 | 2024-10-31T17:11:38.318Z | Compiling time-macros v0.2.18 |
1160 | 2024-10-31T17:11:38.778Z | Compiling num_threads v0.1.7 |
1161 | 2024-10-31T17:11:38.904Z | Compiling atomic-waker v1.1.2 |
1162 | 2024-10-31T17:11:39.093Z | Compiling form_urlencoded v1.2.1 |
1163 | 2024-10-31T17:11:39.400Z | Compiling slog v2.7.0 |
1164 | 2024-10-31T17:11:39.473Z | Compiling rustix v0.38.37 |
1165 | 2024-10-31T17:11:39.657Z | Compiling try-lock v0.2.5 |
1166 | 2024-10-31T17:11:39.799Z | Compiling want v0.3.1 |
1167 | 2024-10-31T17:11:39.820Z | Compiling openssl-sys v0.9.103 |
1168 | 2024-10-31T17:11:39.966Z | Compiling httpdate v1.0.3 |
1169 | 2024-10-31T17:11:40.054Z | Compiling idna v0.5.0 |
1170 | 2024-10-31T17:11:40.345Z | Compiling base64 v0.22.1 |
1171 | 2024-10-31T17:11:40.361Z | Compiling tower-service v0.3.3 |
1172 | 2024-10-31T17:11:40.491Z | Compiling openssl v0.10.66 |
1173 | 2024-10-31T17:11:40.734Z | Compiling rustversion v1.0.17 |
1174 | 2024-10-31T17:11:40.885Z | Compiling iana-time-zone v0.1.61 |
1175 | 2024-10-31T17:11:40.983Z | Compiling match_cfg v0.1.0 |
1176 | 2024-10-31T17:11:41.039Z | Compiling foreign-types-shared v0.1.1 |
1177 | 2024-10-31T17:11:41.073Z | Compiling hostname v0.3.1 |
1178 | 2024-10-31T17:11:41.142Z | Compiling foreign-types v0.3.2 |
1179 | 2024-10-31T17:11:41.316Z | Compiling url v2.5.2 |
1180 | 2024-10-31T17:11:41.335Z | Compiling dirs-sys-next v0.1.2 |
1181 | 2024-10-31T17:11:41.458Z | Compiling time v0.3.36 |
1182 | 2024-10-31T17:11:41.504Z | Compiling aho-corasick v1.1.3 |
1183 | 2024-10-31T17:11:41.532Z | Compiling native-tls v0.2.12 |
1184 | 2024-10-31T17:11:41.868Z | Compiling siphasher v0.3.11 |
1185 | 2024-10-31T17:11:41.967Z | Compiling data-encoding v2.6.0 |
1186 | 2024-10-31T17:11:42.181Z | Compiling rustls v0.23.14 |
1187 | 2024-10-31T17:11:42.461Z | Compiling regex-syntax v0.8.5 |
1188 | 2024-10-31T17:11:42.591Z | Compiling rustls v0.22.4 |
1189 | 2024-10-31T17:11:42.873Z | Compiling syn v1.0.109 |
1190 | 2024-10-31T17:11:43.185Z | Compiling adler2 v2.0.0 |
1191 | 2024-10-31T17:11:43.392Z | Compiling miniz_oxide v0.8.0 |
1192 | 2024-10-31T17:11:43.595Z | Compiling dirs-next v2.0.0 |
1193 | 2024-10-31T17:11:44.282Z | Compiling serde_derive_internals v0.29.1 |
1194 | 2024-10-31T17:11:44.892Z | Compiling crossbeam-epoch v0.9.18 |
1195 | 2024-10-31T17:11:45.146Z | Compiling lazy_static v1.5.0 |
1196 | 2024-10-31T17:11:45.268Z | Compiling thread_local v1.1.8 |
1197 | 2024-10-31T17:11:45.637Z | Compiling encoding_rs v0.8.34 |
1198 | 2024-10-31T17:11:45.808Z | Compiling multer v3.1.0 |
1199 | 2024-10-31T17:11:46.089Z | Compiling serde_derive v1.0.210 |
1200 | 2024-10-31T17:11:46.107Z | Compiling zeroize_derive v1.4.2 |
1201 | 2024-10-31T17:11:46.534Z | Compiling zerocopy-derive v0.7.35 |
1202 | 2024-10-31T17:11:46.804Z | Compiling tokio-macros v2.4.0 |
1203 | 2024-10-31T17:11:46.963Z | Compiling thiserror-impl v1.0.64 |
1204 | 2024-10-31T17:11:47.747Z | Compiling zeroize v1.8.1 |
1205 | 2024-10-31T17:11:48.478Z | Compiling futures-macro v0.3.31 |
1206 | 2024-10-31T17:11:48.511Z | Compiling der_derive v0.7.3 |
1207 | 2024-10-31T17:11:48.879Z | Compiling zerocopy v0.7.35 |
1208 | 2024-10-31T17:11:48.974Z | Compiling tracing-attributes v0.1.27 |
1209 | 2024-10-31T17:11:52.881Z | Compiling crypto-common v0.1.6 |
1210 | 2024-10-31T17:11:52.915Z | Compiling block-buffer v0.10.4 |
1211 | 2024-10-31T17:11:52.915Z | Compiling digest v0.10.7 |
1212 | 2024-10-31T17:11:52.916Z | Compiling block-padding v0.3.3 |
1213 | 2024-10-31T17:11:52.916Z | Compiling thiserror v1.0.64 |
1214 | 2024-10-31T17:11:52.916Z | Compiling inout v0.1.3 |
1215 | 2024-10-31T17:11:52.916Z | Compiling ppv-lite86 v0.2.20 |
1216 | 2024-10-31T17:11:52.916Z | Compiling pest v2.7.14 |
1217 | 2024-10-31T17:11:52.916Z | Compiling futures-util v0.3.31 |
1218 | 2024-10-31T17:11:52.916Z | Compiling hmac v0.12.1 |
1219 | 2024-10-31T17:11:52.916Z | Compiling cipher v0.4.4 |
1220 | 2024-10-31T17:11:52.916Z | Compiling sha2 v0.10.8 |
1221 | 2024-10-31T17:11:52.916Z | Compiling der v0.7.9 |
1222 | 2024-10-31T17:11:52.916Z | Compiling rand_chacha v0.3.1 |
1223 | 2024-10-31T17:11:52.916Z | Compiling salsa20 v0.10.2 |
1224 | 2024-10-31T17:11:52.916Z | Compiling pbkdf2 v0.12.2 |
1225 | 2024-10-31T17:11:52.916Z | Compiling rand v0.8.5 |
1226 | 2024-10-31T17:11:52.916Z | Compiling tracing v0.1.40 |
1227 | 2024-10-31T17:11:53.337Z | Compiling spki v0.7.3 |
1228 | 2024-10-31T17:11:53.565Z | Compiling pest_meta v2.7.14 |
1229 | 2024-10-31T17:11:53.584Z | Compiling scrypt v0.11.0 |
1230 | 2024-10-31T17:11:53.705Z | Compiling cbc v0.1.2 |
1231 | 2024-10-31T17:11:53.707Z | Compiling aes v0.8.4 |
1232 | 2024-10-31T17:11:53.933Z | Compiling scroll_derive v0.12.0 |
1233 | 2024-10-31T17:11:54.170Z | Compiling rustls-webpki v0.102.8 |
1234 | 2024-10-31T17:11:54.225Z | Compiling openssl-macros v0.1.1 |
1235 | 2024-10-31T17:11:54.470Z | Compiling async-trait v0.1.83 |
1236 | 2024-10-31T17:11:54.985Z | Compiling pest_generator v2.7.14 |
1237 | 2024-10-31T17:11:55.425Z | Compiling scroll v0.12.0 |
1238 | 2024-10-31T17:11:55.959Z | Compiling pkcs5 v0.7.1 |
1239 | 2024-10-31T17:11:56.300Z | Compiling goblin v0.8.2 |
1240 | 2024-10-31T17:11:56.496Z | Compiling signature v2.2.0 |
1241 | 2024-10-31T17:11:56.499Z | Compiling sha1 v0.10.6 |
1242 | 2024-10-31T17:11:56.783Z | Compiling pkcs8 v0.10.2 |
1243 | 2024-10-31T17:11:56.934Z | Compiling regex-automata v0.4.8 |
1244 | 2024-10-31T17:11:56.999Z | Compiling cookie v0.18.1 |
1245 | 2024-10-31T17:11:57.184Z | Compiling rayon-core v1.12.1 |
1246 | 2024-10-31T17:11:57.228Z | Compiling schemars v0.8.21 |
1247 | 2024-10-31T17:11:57.307Z | Compiling gimli v0.31.1 |
1248 | 2024-10-31T17:11:57.488Z | Compiling ipnet v2.10.1 |
1249 | 2024-10-31T17:11:57.509Z | Compiling paste v1.0.15 |
1250 | 2024-10-31T17:11:57.626Z | Compiling mime v0.3.17 |
1251 | 2024-10-31T17:11:58.048Z | Compiling signal-hook v0.3.17 |
1252 | 2024-10-31T17:11:58.254Z | Compiling either v1.13.0 |
1253 | 2024-10-31T17:11:58.331Z | Compiling unicode-properties v0.1.3 |
1254 | 2024-10-31T17:11:58.659Z | Compiling pest_derive v2.7.14 |
1255 | 2024-10-31T17:11:58.697Z | Compiling slog-async v2.8.0 |
1256 | 2024-10-31T17:11:58.740Z | Compiling openssl-probe v0.1.5 |
1257 | 2024-10-31T17:11:58.761Z | Compiling stringprep v0.1.5 |
1258 | 2024-10-31T17:11:59.305Z | Compiling futures-executor v0.3.31 |
1259 | 2024-10-31T17:11:59.436Z | Compiling dtrace-parser v0.2.0 |
1260 | 2024-10-31T17:11:59.931Z | Compiling md-5 v0.10.6 |
1261 | 2024-10-31T17:12:00.179Z | Compiling bytes v1.7.2 |
1262 | 2024-10-31T17:12:01.455Z | Compiling tokio v1.40.0 |
1263 | 2024-10-31T17:12:01.670Z | Compiling indexmap v2.6.0 |
1264 | 2024-10-31T17:12:02.536Z | Compiling http v1.1.0 |
1265 | 2024-10-31T17:12:03.148Z | Compiling bitflags v2.6.0 |
1266 | 2024-10-31T17:12:03.537Z | Compiling semver v1.0.23 |
1267 | 2024-10-31T17:12:04.271Z | Compiling rustc_version v0.4.1 |
1268 | 2024-10-31T17:12:05.031Z | Compiling http-body v1.0.1 |
1269 | 2024-10-31T17:12:05.067Z | Compiling dof v0.3.0 |
1270 | 2024-10-31T17:12:05.270Z | Compiling uuid v1.10.0 |
1271 | 2024-10-31T17:12:06.710Z | Compiling serde_spanned v0.6.8 |
1272 | 2024-10-31T17:12:06.730Z | Compiling serde_tokenstream v0.2.2 |
1273 | 2024-10-31T17:12:06.956Z | Compiling toml_datetime v0.6.8 |
1274 | 2024-10-31T17:12:07.278Z | Compiling usdt-impl v0.5.0 |
1275 | 2024-10-31T17:12:07.311Z | Compiling chrono v0.4.38 |
1276 | 2024-10-31T17:12:07.474Z | Compiling http-body-util v0.1.2 |
1277 | 2024-10-31T17:12:07.977Z | Compiling heapless v0.7.17 |
1278 | 2024-10-31T17:12:08.814Z | Compiling usdt-attr-macro v0.5.0 |
1279 | 2024-10-31T17:12:08.896Z | Compiling usdt-macro v0.5.0 |
1280 | 2024-10-31T17:12:09.831Z | Compiling tokio-util v0.7.12 |
1281 | 2024-10-31T17:12:10.207Z | Compiling toml_edit v0.22.22 |
1282 | 2024-10-31T17:12:10.395Z | Compiling curve25519-dalek v4.1.3 |
1283 | 2024-10-31T17:12:10.483Z | Compiling slog-json v2.6.1 |
1284 | 2024-10-31T17:12:10.869Z | Compiling h2 v0.4.6 |
1285 | 2024-10-31T17:12:10.956Z | Compiling addr2line v0.24.2 |
1286 | 2024-10-31T17:12:11.042Z | Compiling serde_urlencoded v0.7.1 |
1287 | 2024-10-31T17:12:11.164Z | Compiling schemars_derive v0.8.21 |
1288 | 2024-10-31T17:12:11.627Z | Compiling async-stream-impl v0.3.6 |
1289 | 2024-10-31T17:12:11.669Z | Compiling enum-as-inner v0.6.1 |
1290 | 2024-10-31T17:12:12.753Z | Compiling crossbeam-deque v0.8.5 |
1291 | 2024-10-31T17:12:13.092Z | Compiling term v0.7.0 |
1292 | 2024-10-31T17:12:13.510Z | Compiling crossbeam-channel v0.5.13 |
1293 | 2024-10-31T17:12:14.551Z | Compiling num-integer v0.1.46 |
1294 | 2024-10-31T17:12:14.593Z | Compiling idna v0.4.0 |
1295 | 2024-10-31T17:12:15.234Z | Compiling idna v0.3.0 |
1296 | 2024-10-31T17:12:15.326Z | Compiling rustls-pemfile v2.2.0 |
1297 | 2024-10-31T17:12:15.671Z | Compiling ff v0.13.0 |
1298 | 2024-10-31T17:12:15.896Z | Compiling hash32 v0.2.1 |
1299 | 2024-10-31T17:12:16.211Z | Compiling is-terminal v0.4.13 |
1300 | 2024-10-31T17:12:16.286Z | Compiling object v0.36.5 |
1301 | 2024-10-31T17:12:16.342Z | Compiling dropshot v0.12.0 |
1302 | 2024-10-31T17:12:16.648Z | Compiling dyn-clone v1.0.17 |
1303 | 2024-10-31T17:12:16.844Z | Compiling quick-error v1.2.3 |
1304 | 2024-10-31T17:12:16.866Z | Compiling anyhow v1.0.89 |
1305 | 2024-10-31T17:12:16.911Z | Compiling smoltcp v0.9.1 |
1306 | 2024-10-31T17:12:16.990Z | Compiling take_mut v0.2.2 |
1307 | 2024-10-31T17:12:17.151Z | Compiling portable-atomic v1.9.0 |
1308 | 2024-10-31T17:12:17.306Z | Compiling rustc-demangle v0.1.24 |
1309 | 2024-10-31T17:12:17.509Z | Compiling base16ct v0.2.0 |
1310 | 2024-10-31T17:12:17.679Z | Compiling num-bigint-dig v0.8.4 |
1311 | 2024-10-31T17:12:17.856Z | Compiling hyper v1.4.1 |
1312 | 2024-10-31T17:12:17.999Z | Compiling linked-hash-map v0.5.6 |
1313 | 2024-10-31T17:12:18.230Z | Compiling stable_deref_trait v1.2.0 |
1314 | 2024-10-31T17:12:18.315Z | Compiling fallible-iterator v0.2.0 |
1315 | 2024-10-31T17:12:18.335Z | Compiling psl-types v2.0.11 |
1316 | 2024-10-31T17:12:18.353Z | Compiling utf-8 v0.7.6 |
1317 | 2024-10-31T17:12:18.547Z | Compiling tungstenite v0.24.0 |
1318 | 2024-10-31T17:12:18.652Z | Compiling publicsuffix v2.2.3 |
1319 | 2024-10-31T17:12:18.910Z | Compiling lru-cache v0.1.2 |
1320 | 2024-10-31T17:12:18.990Z | Compiling postgres-protocol v0.6.7 |
1321 | 2024-10-31T17:12:19.361Z | Compiling sec1 v0.7.3 |
1322 | 2024-10-31T17:12:19.996Z | Compiling resolv-conf v0.7.0 |
1323 | 2024-10-31T17:12:20.341Z | Compiling hyper-util v0.1.9 |
1324 | 2024-10-31T17:12:20.985Z | Compiling slog-term v2.9.1 |
1325 | 2024-10-31T17:12:21.054Z | Compiling usdt v0.5.0 |
1326 | 2024-10-31T17:12:21.498Z | Compiling group v0.13.0 |
1327 | 2024-10-31T17:12:21.556Z | Compiling hickory-proto v0.24.1 |
1328 | 2024-10-31T17:12:21.822Z | Compiling num-iter v0.1.45 |
1329 | 2024-10-31T17:12:22.016Z | Compiling tokio-native-tls v0.3.1 |
1330 | 2024-10-31T17:12:22.057Z | Compiling toml v0.8.19 |
1331 | 2024-10-31T17:12:22.228Z | Compiling async-stream v0.3.6 |
1332 | 2024-10-31T17:12:23.439Z | Compiling backtrace v0.3.74 |
1333 | 2024-10-31T17:12:23.741Z | Compiling slog-bunyan v2.5.0 |
1334 | 2024-10-31T17:12:23.822Z | Compiling tokio-rustls v0.26.0 |
1335 | 2024-10-31T17:12:23.943Z | Compiling tokio-rustls v0.25.0 |
1336 | 2024-10-31T17:12:24.065Z | Compiling terminal_size v0.4.0 |
1337 | 2024-10-31T17:12:24.114Z | Compiling dropshot_endpoint v0.12.0 |
1338 | 2024-10-31T17:12:24.252Z | Compiling openapiv3 v2.0.0 |
1339 | 2024-10-31T17:12:24.284Z | Compiling camino v1.1.9 |
1340 | 2024-10-31T17:12:24.346Z | Compiling serde_path_to_error v0.1.16 |
1341 | 2024-10-31T17:12:24.598Z | Compiling futures v0.3.31 |
1342 | 2024-10-31T17:12:25.841Z | Compiling hkdf v0.12.4 |
1343 | 2024-10-31T17:12:26.101Z | Compiling crypto-bigint v0.5.5 |
1344 | 2024-10-31T17:12:26.251Z | Compiling curve25519-dalek-derive v0.1.1 |
1345 | 2024-10-31T17:12:26.429Z | Compiling zerocopy-derive v0.6.6 |
1346 | 2024-10-31T17:12:27.062Z | Compiling phf_shared v0.11.2 |
1347 | 2024-10-31T17:12:27.379Z | Compiling hubpack_derive v0.1.1 |
1348 | 2024-10-31T17:12:27.455Z | Compiling waitgroup v0.1.2 |
1349 | 2024-10-31T17:12:27.684Z | Compiling webpki-roots v0.26.6 |
1350 | 2024-10-31T17:12:27.858Z | Compiling hostname v0.4.0 |
1351 | 2024-10-31T17:12:27.906Z | Compiling fs-err v2.11.0 |
1352 | 2024-10-31T17:12:28.126Z | Compiling ahash v0.8.11 |
1353 | 2024-10-31T17:12:28.203Z | Compiling winnow v0.5.40 |
1354 | 2024-10-31T17:12:28.309Z | Compiling debug-ignore v1.0.5 |
1355 | 2024-10-31T17:12:28.450Z | Compiling managed v0.8.0 |
1356 | 2024-10-31T17:12:28.488Z | Compiling bitflags v1.3.2 |
1357 | 2024-10-31T17:12:28.619Z | Compiling clap_builder v4.5.20 |
1358 | 2024-10-31T17:12:28.663Z | Compiling console v0.15.8 |
1359 | 2024-10-31T17:12:28.665Z | Compiling zerocopy v0.6.6 |
1360 | 2024-10-31T17:12:29.534Z | Compiling elliptic-curve v0.13.8 |
1361 | 2024-10-31T17:12:30.283Z | Compiling hubpack v0.1.2 |
1362 | 2024-10-31T17:12:30.420Z | Compiling strum_macros v0.25.3 |
1363 | 2024-10-31T17:12:30.938Z | Compiling hyper-rustls v0.27.3 |
1364 | 2024-10-31T17:12:31.532Z | Compiling phf v0.11.2 |
1365 | 2024-10-31T17:12:31.831Z | Compiling toml_edit v0.19.15 |
1366 | 2024-10-31T17:12:31.991Z | Compiling hickory-resolver v0.24.1 |
1367 | 2024-10-31T17:12:32.017Z | Compiling signal-hook-mio v0.2.4 |
1368 | 2024-10-31T17:12:32.180Z | Compiling cookie_store v0.21.0 |
1369 | 2024-10-31T17:12:33.160Z | Compiling rayon v1.10.0 |
1370 | 2024-10-31T17:12:33.835Z | Compiling hyper-tls v0.6.0 |
1371 | 2024-10-31T17:12:34.713Z | Compiling postgres-types v0.2.8 |
1372 | 2024-10-31T17:12:36.316Z | Compiling tokio-tungstenite v0.24.0 |
1373 | 2024-10-31T17:12:38.006Z | Compiling tokio-stream v0.1.16 |
1374 | 2024-10-31T17:12:38.141Z | Compiling bstr v1.10.0 |
1375 | 2024-10-31T17:12:38.246Z | Compiling regex v1.11.0 |
1376 | 2024-10-31T17:12:38.346Z | Compiling serde-big-array v0.5.1 |
1377 | 2024-10-31T17:12:38.585Z | Compiling ed25519 v2.2.3 |
1378 | 2024-10-31T17:12:38.895Z | Compiling pkcs1 v0.7.5 |
1379 | 2024-10-31T17:12:39.006Z | Compiling rfc6979 v0.4.0 |
1380 | 2024-10-31T17:12:39.193Z | Compiling derive-where v1.2.7 |
1381 | 2024-10-31T17:12:39.329Z | Compiling clap_derive v4.5.18 |
1382 | 2024-10-31T17:12:39.405Z | Compiling serde_repr v0.1.19 |
1383 | 2024-10-31T17:12:39.849Z | Compiling phf_shared v0.10.0 |
1384 | 2024-10-31T17:12:39.887Z | Compiling float-cmp v0.9.0 |
1385 | 2024-10-31T17:12:39.926Z | Compiling sync_wrapper v1.0.1 |
1386 | 2024-10-31T17:12:40.087Z | Compiling crc32fast v1.4.2 |
1387 | 2024-10-31T17:12:40.122Z | Compiling predicates-core v1.0.8 |
1388 | 2024-10-31T17:12:40.258Z | Compiling fixedbitset v0.4.2 |
1389 | 2024-10-31T17:12:40.412Z | Compiling number_prefix v0.4.0 |
1390 | 2024-10-31T17:12:40.457Z | Compiling difflib v0.4.0 |
1391 | 2024-10-31T17:12:40.638Z | Compiling normalize-line-endings v0.3.0 |
1392 | 2024-10-31T17:12:40.642Z | Compiling static_assertions v1.1.0 |
1393 | 2024-10-31T17:12:40.642Z | Compiling unicode-segmentation v1.12.0 |
1394 | 2024-10-31T17:12:40.708Z | Compiling minimal-lexical v0.2.1 |
1395 | 2024-10-31T17:12:40.744Z | Compiling bit-vec v0.6.3 |
1396 | 2024-10-31T17:12:40.781Z | Compiling new_debug_unreachable v1.0.6 |
1397 | 2024-10-31T17:12:40.877Z | Compiling whoami v1.5.2 |
1398 | 2024-10-31T17:12:41.200Z | Compiling precomputed-hash v0.1.1 |
1399 | 2024-10-31T17:12:41.242Z | Compiling tokio-postgres v0.7.12 |
1400 | 2024-10-31T17:12:41.319Z | Compiling string_cache v0.8.7 |
1401 | 2024-10-31T17:12:41.522Z | Compiling similar v2.6.0 |
1402 | 2024-10-31T17:12:41.582Z | Compiling nom v7.1.3 |
1403 | 2024-10-31T17:12:41.790Z | Compiling bit-set v0.5.3 |
1404 | 2024-10-31T17:12:42.057Z | Compiling predicates v3.1.2 |
1405 | 2024-10-31T17:12:42.079Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1406 | 2024-10-31T17:12:42.772Z | Compiling qorb v0.1.2 |
1407 | 2024-10-31T17:12:43.867Z | Compiling indicatif v0.17.8 |
1408 | 2024-10-31T17:12:44.030Z | Compiling petgraph v0.6.5 |
1409 | 2024-10-31T17:12:44.489Z | Compiling clap v4.5.20 |
1410 | 2024-10-31T17:12:44.614Z | Compiling flate2 v1.0.34 |
1411 | 2024-10-31T17:12:45.319Z | Compiling reqwest v0.12.8 |
1412 | 2024-10-31T17:12:45.608Z | Compiling rsa v0.9.6 |
1413 | 2024-10-31T17:12:46.114Z | Compiling ecdsa v0.16.9 |
1414 | 2024-10-31T17:12:46.973Z | Compiling ed25519-dalek v2.1.1 |
1415 | 2024-10-31T17:12:47.017Z | Compiling toml v0.7.8 |
1416 | 2024-10-31T17:12:48.055Z | Compiling crossterm v0.28.1 |
1417 | 2024-10-31T17:12:48.983Z | Compiling hex v0.4.3 |
1418 | 2024-10-31T17:12:49.085Z | Compiling itertools v0.12.1 |
1419 | 2024-10-31T17:12:49.149Z | Compiling itertools v0.10.5 |
1420 | 2024-10-31T17:12:49.273Z | Compiling x509-cert v0.2.5 |
1421 | 2024-10-31T17:12:49.397Z | Compiling unicode-xid v0.2.6 |
1422 | 2024-10-31T17:12:49.570Z | Compiling peg-runtime v0.8.3 |
1423 | 2024-10-31T17:12:49.604Z | Compiling lalrpop-util v0.19.12 |
1424 | 2024-10-31T17:12:49.975Z | Compiling xattr v1.3.1 |
1425 | 2024-10-31T17:12:50.232Z | Compiling strum_macros v0.26.4 |
1426 | 2024-10-31T17:12:50.258Z | Compiling filetime v0.2.25 |
1427 | 2024-10-31T17:12:50.584Z | Compiling tar v0.4.42 |
1428 | 2024-10-31T17:12:54.011Z | Compiling strum v0.26.3 |
1429 | 2024-10-31T17:12:54.331Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1430 | 2024-10-31T17:12:54.573Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1431 | 2024-10-31T17:12:59.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
1432 | 2024-10-31T17:13:00.103Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1433 | 2024-10-31T17:13:00.145Z | Oct 31 17:12:58.676 INFO Starting download, target: Clickhouse |
1434 | 2024-10-31T17:13:00.145Z | Oct 31 17:12:58.676 INFO Starting download, target: Cockroach |
1435 | 2024-10-31T17:13:00.145Z | Oct 31 17:12:58.676 INFO Starting download, target: Console |
1436 | 2024-10-31T17:13:00.145Z | Oct 31 17:12:58.676 INFO Starting download, target: DendriteOpenapi |
1437 | 2024-10-31T17:13:00.152Z | Oct 31 17:12:58.676 INFO Starting download, target: DendriteStub |
1438 | 2024-10-31T17:13:00.152Z | Oct 31 17:12:58.676 INFO Starting download, target: MaghemiteMgd |
1439 | 2024-10-31T17:13:00.152Z | Oct 31 17:12:58.676 INFO Starting download, target: TransceiverControl |
1440 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
1441 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1442 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1443 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1444 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1445 | 2024-10-31T17:13:00.153Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1446 | 2024-10-31T17:13:00.154Z | Oct 31 17:12:58.677 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1447 | 2024-10-31T17:13:00.472Z | Oct 31 17:12:58.970 INFO Download complete, target: DendriteOpenapi |
1448 | 2024-10-31T17:13:00.587Z | Oct 31 17:12:59.102 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1449 | 2024-10-31T17:13:00.822Z | Oct 31 17:12:59.344 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1450 | 2024-10-31T17:13:01.179Z | Oct 31 17:12:59.703 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1451 | 2024-10-31T17:13:01.218Z | Oct 31 17:12:59.742 INFO Download complete, target: Console |
1452 | 2024-10-31T17:13:01.343Z | Oct 31 17:12:59.871 INFO Download complete, target: TransceiverControl |
1453 | 2024-10-31T17:13:01.596Z | Oct 31 17:13:00.126 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1454 | 2024-10-31T17:13:01.926Z | Oct 31 17:13:00.458 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1455 | 2024-10-31T17:13:01.926Z | Oct 31 17:13:00.458 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1456 | 2024-10-31T17:13:02.352Z | Oct 31 17:13:00.883 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1457 | 2024-10-31T17:13:04.429Z | Oct 31 17:13:02.961 INFO Download complete, target: DendriteStub |
1458 | 2024-10-31T17:13:04.905Z | Oct 31 17:13:03.437 INFO Download complete, target: MaghemiteMgd |
1459 | 2024-10-31T17:13:10.322Z | Oct 31 17:13:08.853 INFO Checking that binary works, target: Cockroach |
1460 | 2024-10-31T17:13:10.538Z | Oct 31 17:13:09.070 INFO Download complete, target: Cockroach |
1461 | 2024-10-31T17:13:16.506Z | Oct 31 17:13:15.037 INFO Checking that binary works, target: Clickhouse |
1462 | 2024-10-31T17:13:16.664Z | Oct 31 17:13:15.194 INFO Download complete, target: Clickhouse |
1463 | 2024-10-31T17:13:16.671Z | All prerequisites installed successfully |
1464 | 2024-10-31T17:13:16.673Z | |
1465 | 2024-10-31T17:13:16.673Z | real 3:58.440219020 |
1466 | 2024-10-31T17:13:16.673Z | user 12:45.981383042 |
1467 | 2024-10-31T17:13:16.673Z | sys 2:41.351708931 |
1468 | 2024-10-31T17:13:16.673Z | trap 0.477527589 |
1469 | 2024-10-31T17:13:16.673Z | tflt 1.693685504 |
1470 | 2024-10-31T17:13:16.673Z | dflt 1.503021612 |
1471 | 2024-10-31T17:13:16.673Z | kflt 0.022371414 |
1472 | 2024-10-31T17:13:16.674Z | lock 25:24.647319703 |
1473 | 2024-10-31T17:13:16.674Z | slp 49:16.452205555 |
1474 | 2024-10-31T17:13:16.674Z | lat 49.302781447 |
1475 | 2024-10-31T17:13:16.674Z | stop 2:02.837217420 |
1476 | 2024-10-31T17:13:16.674Z | + ptime -m cargo xtask download softnpu |
1477 | 2024-10-31T17:13:17.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1478 | 2024-10-31T17:13:17.262Z | Running `target/debug/xtask download softnpu` |
1479 | 2024-10-31T17:13:18.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1480 | 2024-10-31T17:13:18.149Z | Running `target/debug/xtask-downloader softnpu` |
1481 | 2024-10-31T17:13:18.182Z | Oct 31 17:13:16.712 INFO Starting download, target: Softnpu |
1482 | 2024-10-31T17:13:18.184Z | Oct 31 17:13:16.713 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1483 | 2024-10-31T17:13:19.173Z | Oct 31 17:13:17.672 INFO Download complete, target: Softnpu |
1484 | 2024-10-31T17:13:19.226Z | |
1485 | 2024-10-31T17:13:19.226Z | real 2.467910986 |
1486 | 2024-10-31T17:13:19.227Z | user 1.256327932 |
1487 | 2024-10-31T17:13:19.227Z | sys 0.553821704 |
1488 | 2024-10-31T17:13:19.227Z | trap 0.000445433 |
1489 | 2024-10-31T17:13:19.227Z | tflt 0.000016108 |
1490 | 2024-10-31T17:13:19.227Z | dflt 0.000000000 |
1491 | 2024-10-31T17:13:19.227Z | kflt 0.000000000 |
1492 | 2024-10-31T17:13:19.227Z | lock 10.043181099 |
1493 | 2024-10-31T17:13:19.227Z | slp 0.990521804 |
1494 | 2024-10-31T17:13:19.227Z | lat 0.078493716 |
1495 | 2024-10-31T17:13:19.227Z | stop 0.000374667 |
1496 | 2024-10-31T17:13:19.227Z | + export CARGO_INCREMENTAL=0 |
1497 | 2024-10-31T17:13:19.227Z | + CARGO_INCREMENTAL=0 |
1498 | 2024-10-31T17:13:19.227Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1499 | 2024-10-31T17:13:20.089Z | Compiling proc-macro2 v1.0.87 |
1500 | 2024-10-31T17:13:20.089Z | Compiling unicode-ident v1.0.13 |
1501 | 2024-10-31T17:13:20.092Z | Compiling libc v0.2.161 |
1502 | 2024-10-31T17:13:20.092Z | Compiling serde v1.0.210 |
1503 | 2024-10-31T17:13:20.092Z | Compiling version_check v0.9.5 |
1504 | 2024-10-31T17:13:20.092Z | Compiling autocfg v1.4.0 |
1505 | 2024-10-31T17:13:20.092Z | Compiling cfg-if v1.0.0 |
1506 | 2024-10-31T17:13:20.333Z | Compiling typenum v1.17.0 |
1507 | 2024-10-31T17:13:20.388Z | Compiling memchr v2.7.4 |
1508 | 2024-10-31T17:13:20.848Z | Compiling generic-array v0.14.7 |
1509 | 2024-10-31T17:13:20.876Z | Compiling shlex v1.3.0 |
1510 | 2024-10-31T17:13:21.178Z | Compiling lock_api v0.4.12 |
1511 | 2024-10-31T17:13:21.220Z | Compiling parking_lot_core v0.9.10 |
1512 | 2024-10-31T17:13:21.250Z | Compiling once_cell v1.20.2 |
1513 | 2024-10-31T17:13:21.481Z | Compiling serde_json v1.0.128 |
1514 | 2024-10-31T17:13:21.606Z | Compiling thiserror v1.0.64 |
1515 | 2024-10-31T17:13:21.644Z | Compiling libm v0.2.8 |
1516 | 2024-10-31T17:13:21.804Z | Compiling quote v1.0.37 |
1517 | 2024-10-31T17:13:21.807Z | Compiling num-traits v0.2.19 |
1518 | 2024-10-31T17:13:21.983Z | Compiling value-bag v1.9.0 |
1519 | 2024-10-31T17:13:22.110Z | Compiling itoa v1.0.11 |
1520 | 2024-10-31T17:13:22.262Z | Compiling syn v2.0.79 |
1521 | 2024-10-31T17:13:22.314Z | Compiling getrandom v0.2.15 |
1522 | 2024-10-31T17:13:22.388Z | Compiling jobserver v0.1.32 |
1523 | 2024-10-31T17:13:22.407Z | Compiling slab v0.4.9 |
1524 | 2024-10-31T17:13:22.568Z | Compiling log v0.4.22 |
1525 | 2024-10-31T17:13:22.585Z | Compiling scopeguard v1.2.0 |
1526 | 2024-10-31T17:13:22.725Z | Compiling cc v1.1.30 |
1527 | 2024-10-31T17:13:23.004Z | Compiling rand_core v0.6.4 |
1528 | 2024-10-31T17:13:23.094Z | Compiling byteorder v1.5.0 |
1529 | 2024-10-31T17:13:23.506Z | Compiling subtle v2.6.1 |
1530 | 2024-10-31T17:13:23.803Z | Compiling allocator-api2 v0.2.18 |
1531 | 2024-10-31T17:13:24.076Z | Compiling semver v1.0.23 |
1532 | 2024-10-31T17:13:24.563Z | Compiling ryu v1.0.18 |
1533 | 2024-10-31T17:13:24.587Z | Compiling const-oid v0.9.6 |
1534 | 2024-10-31T17:13:24.646Z | Compiling pin-project-lite v0.2.14 |
1535 | 2024-10-31T17:13:24.707Z | Compiling smallvec v1.13.2 |
1536 | 2024-10-31T17:13:24.782Z | Compiling equivalent v1.0.1 |
1537 | 2024-10-31T17:13:24.842Z | Compiling foldhash v0.1.3 |
1538 | 2024-10-31T17:13:24.916Z | Compiling httparse v1.9.5 |
1539 | 2024-10-31T17:13:25.129Z | Compiling hashbrown v0.15.0 |
1540 | 2024-10-31T17:13:25.161Z | Compiling schemars v0.8.21 |
1541 | 2024-10-31T17:13:25.592Z | Compiling signal-hook-registry v1.4.2 |
1542 | 2024-10-31T17:13:25.709Z | Compiling heck v0.5.0 |
1543 | 2024-10-31T17:13:25.758Z | Compiling mio v1.0.2 |
1544 | 2024-10-31T17:13:26.145Z | Compiling parking_lot v0.12.3 |
1545 | 2024-10-31T17:13:26.214Z | Compiling ring v0.17.8 |
1546 | 2024-10-31T17:13:26.992Z | Compiling crossbeam-utils v0.8.20 |
1547 | 2024-10-31T17:13:27.011Z | Compiling socket2 v0.5.7 |
1548 | 2024-10-31T17:13:27.284Z | Compiling vcpkg v0.2.15 |
1549 | 2024-10-31T17:13:27.367Z | Compiling fnv v1.0.7 |
1550 | 2024-10-31T17:13:27.526Z | Compiling futures-core v0.3.31 |
1551 | 2024-10-31T17:13:27.761Z | Compiling num-conv v0.1.0 |
1552 | 2024-10-31T17:13:28.059Z | Compiling pkg-config v0.3.31 |
1553 | 2024-10-31T17:13:28.181Z | Compiling time-core v0.1.2 |
1554 | 2024-10-31T17:13:28.610Z | Compiling time-macros v0.2.18 |
1555 | 2024-10-31T17:13:29.267Z | Compiling openssl-sys v0.9.103 |
1556 | 2024-10-31T17:13:29.385Z | Compiling spin v0.9.8 |
1557 | 2024-10-31T17:13:29.804Z | Compiling serde_derive_internals v0.29.1 |
1558 | 2024-10-31T17:13:30.072Z | Compiling cpufeatures v0.2.14 |
1559 | 2024-10-31T17:13:30.174Z | Compiling futures-sink v0.3.31 |
1560 | 2024-10-31T17:13:30.577Z | Compiling ahash v0.8.11 |
1561 | 2024-10-31T17:13:30.657Z | Compiling syn v1.0.109 |
1562 | 2024-10-31T17:13:30.928Z | Compiling slog v2.7.0 |
1563 | 2024-10-31T17:13:31.150Z | Compiling rustix v0.38.37 |
1564 | 2024-10-31T17:13:31.477Z | Compiling futures-channel v0.3.31 |
1565 | 2024-10-31T17:13:31.533Z | Compiling openssl v0.10.66 |
1566 | 2024-10-31T17:13:31.788Z | Compiling pin-utils v0.1.0 |
1567 | 2024-10-31T17:13:31.817Z | Compiling futures-task v0.3.31 |
1568 | 2024-10-31T17:13:31.878Z | Compiling ucd-trie v0.1.7 |
1569 | 2024-10-31T17:13:31.926Z | Compiling tinyvec_macros v0.1.1 |
1570 | 2024-10-31T17:13:32.019Z | Compiling futures-io v0.3.31 |
1571 | 2024-10-31T17:13:32.065Z | Compiling iana-time-zone v0.1.61 |
1572 | 2024-10-31T17:13:32.096Z | Compiling tinyvec v1.8.0 |
1573 | 2024-10-31T17:13:32.727Z | Compiling unicode-bidi v0.3.17 |
1574 | 2024-10-31T17:13:32.742Z | Compiling native-tls v0.2.12 |
1575 | 2024-10-31T17:13:33.036Z | Compiling rustls v0.23.14 |
1576 | 2024-10-31T17:13:33.212Z | Compiling base64ct v1.6.0 |
1577 | 2024-10-31T17:13:33.591Z | Compiling unicode-normalization v0.1.24 |
1578 | 2024-10-31T17:13:33.698Z | Compiling pem-rfc7468 v0.7.0 |
1579 | 2024-10-31T17:13:34.380Z | Compiling tracing-core v0.1.32 |
1580 | 2024-10-31T17:13:34.649Z | Compiling usdt-impl v0.5.0 |
1581 | 2024-10-31T17:13:34.990Z | Compiling cookie v0.18.1 |
1582 | 2024-10-31T17:13:35.183Z | Compiling serde_derive v1.0.210 |
1583 | 2024-10-31T17:13:35.292Z | Compiling zeroize_derive v1.4.2 |
1584 | 2024-10-31T17:13:35.430Z | Compiling zerocopy-derive v0.7.35 |
1585 | 2024-10-31T17:13:35.969Z | Compiling thiserror-impl v1.0.64 |
1586 | 2024-10-31T17:13:36.626Z | Compiling tokio-macros v2.4.0 |
1587 | 2024-10-31T17:13:36.710Z | Compiling zeroize v1.8.1 |
1588 | 2024-10-31T17:13:37.409Z | Compiling futures-macro v0.3.31 |
1589 | 2024-10-31T17:13:38.019Z | Compiling zerocopy v0.7.35 |
1590 | 2024-10-31T17:13:38.513Z | Compiling crypto-common v0.1.6 |
1591 | 2024-10-31T17:13:38.840Z | Compiling tracing-attributes v0.1.27 |
1592 | 2024-10-31T17:13:39.077Z | Compiling block-buffer v0.10.4 |
1593 | 2024-10-31T17:13:39.295Z | Compiling digest v0.10.7 |
1594 | 2024-10-31T17:13:39.519Z | Compiling schemars_derive v0.8.21 |
1595 | 2024-10-31T17:13:39.711Z | Compiling der_derive v0.7.3 |
1596 | 2024-10-31T17:13:41.045Z | Compiling hmac v0.12.1 |
1597 | 2024-10-31T17:13:41.062Z | Compiling scroll_derive v0.12.0 |
1598 | 2024-10-31T17:13:41.267Z | Compiling futures-util v0.3.31 |
1599 | 2024-10-31T17:13:41.853Z | Compiling pest v2.7.14 |
1600 | 2024-10-31T17:13:41.910Z | Compiling block-padding v0.3.3 |
1601 | 2024-10-31T17:13:42.290Z | Compiling inout v0.1.3 |
1602 | 2024-10-31T17:13:42.534Z | Compiling openssl-macros v0.1.1 |
1603 | 2024-10-31T17:13:43.063Z | Compiling cipher v0.4.4 |
1604 | 2024-10-31T17:13:43.238Z | Compiling sha2 v0.10.8 |
1605 | 2024-10-31T17:13:43.520Z | Compiling ppv-lite86 v0.2.20 |
1606 | 2024-10-31T17:13:44.014Z | Compiling flagset v0.4.6 |
1607 | 2024-10-31T17:13:44.220Z | Compiling anyhow v1.0.89 |
1608 | 2024-10-31T17:13:44.384Z | Compiling pest_meta v2.7.14 |
1609 | 2024-10-31T17:13:44.624Z | Compiling dyn-clone v1.0.17 |
1610 | 2024-10-31T17:13:44.821Z | Compiling rand_chacha v0.3.1 |
1611 | 2024-10-31T17:13:44.923Z | Compiling der v0.7.9 |
1612 | 2024-10-31T17:13:45.783Z | Compiling pest_generator v2.7.14 |
1613 | 2024-10-31T17:13:46.556Z | Compiling scroll v0.12.0 |
1614 | 2024-10-31T17:13:46.783Z | Compiling tracing v0.1.40 |
1615 | 2024-10-31T17:13:47.491Z | Compiling async-trait v0.1.83 |
1616 | 2024-10-31T17:13:47.910Z | Compiling bytes v1.7.2 |
1617 | 2024-10-31T17:13:48.316Z | Compiling indexmap v2.6.0 |
1618 | 2024-10-31T17:13:48.926Z | Compiling tokio v1.40.0 |
1619 | 2024-10-31T17:13:49.122Z | Compiling http v1.1.0 |
1620 | 2024-10-31T17:13:49.723Z | Compiling serde_tokenstream v0.2.2 |
1621 | 2024-10-31T17:13:49.791Z | Compiling rustc_version v0.4.1 |
1622 | 2024-10-31T17:13:49.821Z | Compiling uuid v1.10.0 |
1623 | 2024-10-31T17:13:50.325Z | Compiling chrono v0.4.38 |
1624 | 2024-10-31T17:13:50.433Z | Compiling bitflags v2.6.0 |
1625 | 2024-10-31T17:13:51.141Z | Compiling serde_spanned v0.6.8 |
1626 | 2024-10-31T17:13:51.419Z | Compiling toml_datetime v0.6.8 |
1627 | 2024-10-31T17:13:51.860Z | Compiling pest_derive v2.7.14 |
1628 | 2024-10-31T17:13:52.728Z | Compiling aho-corasick v1.1.3 |
1629 | 2024-10-31T17:13:55.801Z | Compiling rustls-pki-types v1.9.0 |
1630 | 2024-10-31T17:13:56.290Z | Compiling camino v1.1.9 |
1631 | 2024-10-31T17:13:56.797Z | Compiling regex-syntax v0.8.5 |
1632 | 2024-10-31T17:13:56.837Z | Compiling percent-encoding v2.3.1 |
1633 | 2024-10-31T17:13:57.140Z | Compiling rayon-core v1.12.1 |
1634 | 2024-10-31T17:13:57.157Z | Compiling plain v0.2.3 |
1635 | 2024-10-31T17:13:57.301Z | Compiling goblin v0.8.2 |
1636 | 2024-10-31T17:13:57.421Z | Compiling tokio-util v0.7.12 |
1637 | 2024-10-31T17:13:58.694Z | Compiling spki v0.7.3 |
1638 | 2024-10-31T17:13:58.766Z | Compiling rand v0.8.5 |
1639 | 2024-10-31T17:13:59.068Z | Compiling salsa20 v0.10.2 |
1640 | 2024-10-31T17:13:59.246Z | Compiling pbkdf2 v0.12.2 |
1641 | 2024-10-31T17:14:00.226Z | Compiling winnow v0.5.40 |
1642 | 2024-10-31T17:14:00.277Z | Compiling pretty-hex v0.4.1 |
1643 | 2024-10-31T17:14:00.426Z | Compiling regex-automata v0.4.8 |
1644 | 2024-10-31T17:14:00.490Z | Compiling powerfmt v0.2.0 |
1645 | 2024-10-31T17:14:00.866Z | Compiling rustls v0.22.4 |
1646 | 2024-10-31T17:14:01.902Z | Compiling untrusted v0.9.0 |
1647 | 2024-10-31T17:14:02.734Z | Compiling deranged v0.3.11 |
1648 | 2024-10-31T17:14:04.092Z | Compiling toml_edit v0.19.15 |
1649 | 2024-10-31T17:14:04.139Z | Compiling dof v0.3.0 |
1650 | 2024-10-31T17:14:05.797Z | Compiling scrypt v0.11.0 |
1651 | 2024-10-31T17:14:05.912Z | Compiling dtrace-parser v0.2.0 |
1652 | 2024-10-31T17:14:06.124Z | Compiling cbc v0.1.2 |
1653 | 2024-10-31T17:14:06.295Z | Compiling aes v0.8.4 |
1654 | 2024-10-31T17:14:06.485Z | Compiling thread-id v4.2.2 |
1655 | 2024-10-31T17:14:06.602Z | Compiling num_threads v0.1.7 |
1656 | 2024-10-31T17:14:06.694Z | Compiling rustversion v1.0.17 |
1657 | 2024-10-31T17:14:06.732Z | Compiling atomic-waker v1.1.2 |
1658 | 2024-10-31T17:14:07.473Z | Compiling pkcs5 v0.7.1 |
1659 | 2024-10-31T17:14:07.596Z | Compiling time v0.3.36 |
1660 | 2024-10-31T17:14:09.118Z | Compiling rustls-webpki v0.102.8 |
1661 | 2024-10-31T17:14:09.810Z | Compiling form_urlencoded v1.2.1 |
1662 | 2024-10-31T17:14:10.094Z | Compiling http-body v1.0.1 |
1663 | 2024-10-31T17:14:10.355Z | Compiling heapless v0.7.17 |
1664 | 2024-10-31T17:14:10.972Z | Compiling multer v3.1.0 |
1665 | 2024-10-31T17:14:11.027Z | Compiling try-lock v0.2.5 |
1666 | 2024-10-31T17:14:11.301Z | Compiling signal-hook v0.3.17 |
1667 | 2024-10-31T17:14:11.517Z | Compiling slog-async v2.8.0 |
1668 | 2024-10-31T17:14:11.593Z | Compiling want v0.3.1 |
1669 | 2024-10-31T17:14:12.128Z | Compiling pkcs8 v0.10.2 |
1670 | 2024-10-31T17:14:12.789Z | Compiling h2 v0.4.6 |
1671 | 2024-10-31T17:14:13.493Z | Compiling regex v1.11.0 |
1672 | 2024-10-31T17:14:14.272Z | Compiling httpdate v1.0.3 |
1673 | 2024-10-31T17:14:14.423Z | Compiling strsim v0.11.1 |
1674 | 2024-10-31T17:14:14.674Z | Compiling paste v1.0.15 |
1675 | 2024-10-31T17:14:16.140Z | Compiling usdt-attr-macro v0.5.0 |
1676 | 2024-10-31T17:14:16.267Z | Compiling usdt-macro v0.5.0 |
1677 | 2024-10-31T17:14:17.016Z | Compiling curve25519-dalek v4.1.3 |
1678 | 2024-10-31T17:14:17.449Z | Compiling openapiv3 v2.0.0 |
1679 | 2024-10-31T17:14:17.610Z | Compiling enum-as-inner v0.6.1 |
1680 | 2024-10-31T17:14:17.667Z | Compiling async-stream-impl v0.3.6 |
1681 | 2024-10-31T17:14:18.638Z | Compiling idna v0.5.0 |
1682 | 2024-10-31T17:14:19.034Z | Compiling errno v0.3.9 |
1683 | 2024-10-31T17:14:19.307Z | Compiling dropshot v0.12.0 |
1684 | 2024-10-31T17:14:19.637Z | Compiling hyper v1.4.1 |
1685 | 2024-10-31T17:14:20.036Z | Compiling smoltcp v0.9.1 |
1686 | 2024-10-31T17:14:20.686Z | Compiling base64 v0.22.1 |
1687 | 2024-10-31T17:14:20.831Z | Compiling tower-service v0.3.3 |
1688 | 2024-10-31T17:14:20.962Z | Compiling foreign-types-shared v0.1.1 |
1689 | 2024-10-31T17:14:21.076Z | Compiling portable-atomic v1.9.0 |
1690 | 2024-10-31T17:14:21.364Z | Compiling num-bigint-dig v0.8.4 |
1691 | 2024-10-31T17:14:21.668Z | Compiling match_cfg v0.1.0 |
1692 | 2024-10-31T17:14:21.687Z | Compiling adler2 v2.0.0 |
1693 | 2024-10-31T17:14:21.765Z | Compiling hostname v0.3.1 |
1694 | 2024-10-31T17:14:21.943Z | Compiling miniz_oxide v0.8.0 |
1695 | 2024-10-31T17:14:21.976Z | Compiling foreign-types v0.3.2 |
1696 | 2024-10-31T17:14:21.998Z | Compiling url v2.5.2 |
1697 | 2024-10-31T17:14:22.429Z | Compiling hyper-util v0.1.9 |
1698 | 2024-10-31T17:14:25.087Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-10-31T17:14:25.368Z | Compiling siphasher v0.3.11 |
1700 | 2024-10-31T17:14:25.385Z | Compiling data-encoding v2.6.0 |
1701 | 2024-10-31T17:14:25.753Z | Compiling gimli v0.31.1 |
1702 | 2024-10-31T17:14:25.810Z | Compiling heck v0.4.1 |
1703 | 2024-10-31T17:14:27.079Z | Compiling dirs-next v2.0.0 |
1704 | 2024-10-31T17:14:31.898Z | Compiling addr2line v0.24.2 |
1705 | 2024-10-31T17:14:32.916Z | Compiling http-body-util v0.1.2 |
1706 | 2024-10-31T17:14:33.647Z | Compiling crossbeam-epoch v0.9.18 |
1707 | 2024-10-31T17:14:33.720Z | Compiling dropshot_endpoint v0.12.0 |
1708 | 2024-10-31T17:14:34.205Z | Compiling hubpack_derive v0.1.1 |
1709 | 2024-10-31T17:14:34.381Z | Compiling sha1 v0.10.6 |
1710 | 2024-10-31T17:14:34.783Z | Compiling signature v2.2.0 |
1711 | 2024-10-31T17:14:35.002Z | Compiling curve25519-dalek-derive v0.1.1 |
1712 | 2024-10-31T17:14:35.013Z | Compiling zerocopy-derive v0.6.6 |
1713 | 2024-10-31T17:14:35.139Z | Compiling lazy_static v1.5.0 |
1714 | 2024-10-31T17:14:35.281Z | Compiling thread_local v1.1.8 |
1715 | 2024-10-31T17:14:35.437Z | Compiling object v0.36.5 |
1716 | 2024-10-31T17:14:36.362Z | Compiling fs-err v2.11.0 |
1717 | 2024-10-31T17:14:36.405Z | Compiling encoding_rs v0.8.34 |
1718 | 2024-10-31T17:14:36.671Z | Compiling openssl-probe v0.1.5 |
1719 | 2024-10-31T17:14:36.875Z | Compiling mime v0.3.17 |
1720 | 2024-10-31T17:14:36.962Z | Compiling anstyle v1.0.8 |
1721 | 2024-10-31T17:14:37.402Z | Compiling rustc-demangle v0.1.24 |
1722 | 2024-10-31T17:14:38.488Z | Compiling winnow v0.6.20 |
1723 | 2024-10-31T17:14:39.936Z | Compiling ipnet v2.10.1 |
1724 | 2024-10-31T17:14:40.042Z | Compiling stable_deref_trait v1.2.0 |
1725 | 2024-10-31T17:14:40.157Z | Compiling either v1.13.0 |
1726 | 2024-10-31T17:14:40.610Z | Compiling utf8parse v0.2.2 |
1727 | 2024-10-31T17:14:40.815Z | Compiling unicode-properties v0.1.3 |
1728 | 2024-10-31T17:14:41.003Z | Compiling anstyle-parse v0.2.5 |
1729 | 2024-10-31T17:14:41.205Z | Compiling stringprep v0.1.5 |
1730 | 2024-10-31T17:14:42.201Z | Compiling toml_edit v0.22.22 |
1731 | 2024-10-31T17:14:43.202Z | Compiling backtrace v0.3.74 |
1732 | 2024-10-31T17:14:44.494Z | Compiling crossbeam-deque v0.8.5 |
1733 | 2024-10-31T17:14:52.898Z | Compiling term v0.7.0 |
1734 | 2024-10-31T17:14:53.898Z | Compiling slog-json v2.6.1 |
1735 | 2024-10-31T17:14:54.353Z | Compiling serde_urlencoded v0.7.1 |
1736 | 2024-10-31T17:14:54.372Z | Compiling crossbeam-channel v0.5.13 |
1737 | 2024-10-31T17:14:54.884Z | Compiling rustls-pemfile v2.2.0 |
1738 | 2024-10-31T17:14:54.902Z | Compiling hashbrown v0.14.5 |
1739 | 2024-10-31T17:14:55.234Z | Compiling futures-executor v0.3.31 |
1740 | 2024-10-31T17:14:55.449Z | Compiling md-5 v0.10.6 |
1741 | 2024-10-31T17:14:55.680Z | Compiling idna v0.4.0 |
1742 | 2024-10-31T17:14:55.698Z | Compiling idna v0.3.0 |
1743 | 2024-10-31T17:14:55.732Z | Compiling num-integer v0.1.46 |
1744 | 2024-10-31T17:14:56.290Z | Compiling ff v0.13.0 |
1745 | 2024-10-31T17:14:56.441Z | Compiling hash32 v0.2.1 |
1746 | 2024-10-31T17:14:56.523Z | Compiling memmap v0.7.0 |
1747 | 2024-10-31T17:14:56.815Z | Compiling is-terminal v0.4.13 |
1748 | 2024-10-31T17:14:57.054Z | Compiling utf-8 v0.7.6 |
1749 | 2024-10-31T17:14:57.139Z | Compiling anstyle-query v1.1.1 |
1750 | 2024-10-31T17:14:57.344Z | Compiling fallible-iterator v0.2.0 |
1751 | 2024-10-31T17:14:58.090Z | Compiling take_mut v0.2.2 |
1752 | 2024-10-31T17:14:58.146Z | Compiling psl-types v2.0.11 |
1753 | 2024-10-31T17:14:58.251Z | Compiling is_terminal_polyfill v1.70.1 |
1754 | 2024-10-31T17:14:58.343Z | Compiling colorchoice v1.0.2 |
1755 | 2024-10-31T17:14:58.506Z | Compiling base16ct v0.2.0 |
1756 | 2024-10-31T17:14:58.797Z | Compiling quick-error v1.2.3 |
1757 | 2024-10-31T17:14:58.899Z | Compiling linked-hash-map v0.5.6 |
1758 | 2024-10-31T17:14:59.284Z | Compiling lru-cache v0.1.2 |
1759 | 2024-10-31T17:14:59.487Z | Compiling resolv-conf v0.7.0 |
1760 | 2024-10-31T17:15:00.059Z | Compiling sec1 v0.7.3 |
1761 | 2024-10-31T17:15:00.627Z | Compiling anstream v0.6.15 |
1762 | 2024-10-31T17:15:00.862Z | Compiling publicsuffix v2.2.3 |
1763 | 2024-10-31T17:15:01.216Z | Compiling postgres-protocol v0.6.7 |
1764 | 2024-10-31T17:15:01.290Z | Compiling tungstenite v0.24.0 |
1765 | 2024-10-31T17:15:02.174Z | Compiling slog-term v2.9.1 |
1766 | 2024-10-31T17:15:02.393Z | Compiling usdt v0.5.0 |
1767 | 2024-10-31T17:15:02.685Z | Compiling hickory-proto v0.24.1 |
1768 | 2024-10-31T17:15:02.860Z | Compiling group v0.13.0 |
1769 | 2024-10-31T17:15:03.279Z | Compiling num-iter v0.1.45 |
1770 | 2024-10-31T17:15:03.344Z | Compiling regress v0.10.1 |
1771 | 2024-10-31T17:15:04.629Z | Compiling futures v0.3.31 |
1772 | 2024-10-31T17:15:07.242Z | Compiling tokio-rustls v0.25.0 |
1773 | 2024-10-31T17:15:08.031Z | Compiling slog-bunyan v2.5.0 |
1774 | 2024-10-31T17:15:08.449Z | Compiling tokio-rustls v0.26.0 |
1775 | 2024-10-31T17:15:08.487Z | Compiling toml v0.8.19 |
1776 | 2024-10-31T17:15:08.559Z | Compiling tokio-native-tls v0.3.1 |
1777 | 2024-10-31T17:15:08.866Z | Compiling terminal_size v0.4.0 |
1778 | 2024-10-31T17:15:08.919Z | Compiling strum_macros v0.25.3 |
1779 | 2024-10-31T17:15:09.097Z | Compiling phf_shared v0.11.2 |
1780 | 2024-10-31T17:15:09.704Z | Compiling async-stream v0.3.6 |
1781 | 2024-10-31T17:15:10.149Z | Compiling waitgroup v0.1.2 |
1782 | 2024-10-31T17:15:10.722Z | Compiling webpki-roots v0.26.6 |
1783 | 2024-10-31T17:15:10.940Z | Compiling serde_path_to_error v0.1.16 |
1784 | 2024-10-31T17:15:11.291Z | Compiling hkdf v0.12.4 |
1785 | 2024-10-31T17:15:11.529Z | Compiling crypto-bigint v0.5.5 |
1786 | 2024-10-31T17:15:11.614Z | Compiling derive-where v1.2.7 |
1787 | 2024-10-31T17:15:11.667Z | Compiling serde_repr v0.1.19 |
1788 | 2024-10-31T17:15:11.731Z | Compiling clap_derive v4.5.18 |
1789 | 2024-10-31T17:15:12.891Z | Compiling hostname v0.4.0 |
1790 | 2024-10-31T17:15:13.129Z | Compiling bitflags v1.3.2 |
1791 | 2024-10-31T17:15:13.238Z | Compiling debug-ignore v1.0.5 |
1792 | 2024-10-31T17:15:13.389Z | Compiling managed v0.8.0 |
1793 | 2024-10-31T17:15:14.490Z | Compiling unicode-width v0.1.14 |
1794 | 2024-10-31T17:15:14.957Z | Compiling clap_lex v0.7.2 |
1795 | 2024-10-31T17:15:15.033Z | Compiling console v0.15.8 |
1796 | 2024-10-31T17:15:15.343Z | Compiling clap_builder v4.5.20 |
1797 | 2024-10-31T17:15:15.857Z | Compiling elliptic-curve v0.13.8 |
1798 | 2024-10-31T17:15:17.339Z | Compiling hyper-rustls v0.27.3 |
1799 | 2024-10-31T17:15:20.379Z | Compiling phf v0.11.2 |
1800 | 2024-10-31T17:15:20.529Z | Compiling hyper-tls v0.6.0 |
1801 | 2024-10-31T17:15:20.676Z | Compiling signal-hook-mio v0.2.4 |
1802 | 2024-10-31T17:15:20.845Z | Compiling hickory-resolver v0.24.1 |
1803 | 2024-10-31T17:15:20.926Z | Compiling rayon v1.10.0 |
1804 | 2024-10-31T17:15:21.077Z | Compiling typify-impl v0.2.0 |
1805 | 2024-10-31T17:15:22.445Z | Compiling cookie_store v0.21.0 |
1806 | 2024-10-31T17:15:23.832Z | Compiling tokio-tungstenite v0.24.0 |
1807 | 2024-10-31T17:15:24.391Z | Compiling postgres-types v0.2.8 |
1808 | 2024-10-31T17:15:24.979Z | Compiling zerocopy v0.6.6 |
1809 | 2024-10-31T17:15:25.532Z | Compiling hubpack v0.1.2 |
1810 | 2024-10-31T17:15:25.792Z | Compiling ed25519 v2.2.3 |
1811 | 2024-10-31T17:15:25.832Z | Compiling phf_shared v0.10.0 |
1812 | 2024-10-31T17:15:25.956Z | Compiling pkcs1 v0.7.5 |
1813 | 2024-10-31T17:15:26.204Z | Compiling bstr v1.10.0 |
1814 | 2024-10-31T17:15:26.242Z | Compiling tokio-stream v0.1.16 |
1815 | 2024-10-31T17:15:26.525Z | Compiling serde-big-array v0.5.1 |
1816 | 2024-10-31T17:15:26.861Z | Compiling rfc6979 v0.4.0 |
1817 | 2024-10-31T17:15:26.991Z | Compiling float-cmp v0.9.0 |
1818 | 2024-10-31T17:15:27.049Z | Compiling sync_wrapper v1.0.1 |
1819 | 2024-10-31T17:15:27.198Z | Compiling crc32fast v1.4.2 |
1820 | 2024-10-31T17:15:27.238Z | Compiling normalize-line-endings v0.3.0 |
1821 | 2024-10-31T17:15:27.412Z | Compiling fixedbitset v0.4.2 |
1822 | 2024-10-31T17:15:27.501Z | Compiling difflib v0.4.0 |
1823 | 2024-10-31T17:15:27.791Z | Compiling predicates-core v1.0.8 |
1824 | 2024-10-31T17:15:27.985Z | Compiling bit-vec v0.6.3 |
1825 | 2024-10-31T17:15:27.989Z | Compiling number_prefix v0.4.0 |
1826 | 2024-10-31T17:15:28.100Z | Compiling minimal-lexical v0.2.1 |
1827 | 2024-10-31T17:15:28.138Z | Compiling unicode-segmentation v1.12.0 |
1828 | 2024-10-31T17:15:28.355Z | Compiling new_debug_unreachable v1.0.6 |
1829 | 2024-10-31T17:15:28.386Z | Compiling whoami v1.5.2 |
1830 | 2024-10-31T17:15:28.559Z | Compiling static_assertions v1.1.0 |
1831 | 2024-10-31T17:15:28.619Z | Compiling precomputed-hash v0.1.1 |
1832 | 2024-10-31T17:15:28.671Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1833 | 2024-10-31T17:15:28.706Z | Compiling tokio-postgres v0.7.12 |
1834 | 2024-10-31T17:15:28.741Z | Compiling string_cache v0.8.7 |
1835 | 2024-10-31T17:15:28.921Z | Compiling similar v2.6.0 |
1836 | 2024-10-31T17:15:29.177Z | Compiling nom v7.1.3 |
1837 | 2024-10-31T17:15:29.231Z | Compiling bit-set v0.5.3 |
1838 | 2024-10-31T17:15:29.524Z | Compiling indicatif v0.17.8 |
1839 | 2024-10-31T17:15:30.954Z | Compiling predicates v3.1.2 |
1840 | 2024-10-31T17:15:32.432Z | Compiling petgraph v0.6.5 |
1841 | 2024-10-31T17:15:32.797Z | Compiling flate2 v1.0.34 |
1842 | 2024-10-31T17:15:33.198Z | Compiling typify-macro v0.2.0 |
1843 | 2024-10-31T17:15:33.728Z | Compiling reqwest v0.12.8 |
1844 | 2024-10-31T17:15:33.859Z | Compiling qorb v0.1.2 |
1845 | 2024-10-31T17:15:35.505Z | Compiling ecdsa v0.16.9 |
1846 | 2024-10-31T17:15:36.527Z | Compiling rsa v0.9.6 |
1847 | 2024-10-31T17:15:37.454Z | Compiling ed25519-dalek v2.1.1 |
1848 | 2024-10-31T17:15:38.001Z | Compiling crossterm v0.28.1 |
1849 | 2024-10-31T17:15:38.141Z | Compiling clap v4.5.20 |
1850 | 2024-10-31T17:15:39.201Z | Compiling itertools v0.12.1 |
1851 | 2024-10-31T17:15:40.037Z | Compiling itertools v0.10.5 |
1852 | 2024-10-31T17:15:41.115Z | Compiling toml v0.7.8 |
1853 | 2024-10-31T17:15:41.449Z | Compiling x509-cert v0.2.5 |
1854 | 2024-10-31T17:15:42.499Z | Compiling hex v0.4.3 |
1855 | 2024-10-31T17:15:43.117Z | Compiling peg-runtime v0.8.3 |
1856 | 2024-10-31T17:15:43.828Z | Compiling lalrpop-util v0.19.12 |
1857 | 2024-10-31T17:15:44.078Z | Compiling unicode-xid v0.2.6 |
1858 | 2024-10-31T17:15:45.904Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1859 | 2024-10-31T17:15:48.113Z | Compiling proc-macro-crate v1.3.1 |
1860 | 2024-10-31T17:15:48.467Z | Compiling ipnetwork v0.20.0 |
1861 | 2024-10-31T17:15:50.151Z | Compiling heapless v0.8.0 |
1862 | 2024-10-31T17:15:51.086Z | Compiling num_enum_derive v0.5.11 |
1863 | 2024-10-31T17:15:57.272Z | Compiling hash32 v0.3.1 |
1864 | 2024-10-31T17:15:57.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1865 | 2024-10-31T17:15:58.352Z | Compiling smoltcp v0.11.0 |
1866 | 2024-10-31T17:15:58.995Z | Compiling ident_case v1.0.1 |
1867 | 2024-10-31T17:16:02.756Z | Compiling darling_core v0.20.10 |
1868 | 2024-10-31T17:16:15.137Z | Compiling num_enum v0.5.11 |
1869 | 2024-10-31T17:16:15.141Z | Compiling typify v0.2.0 |
1870 | 2024-10-31T17:16:16.583Z | Compiling proc-macro-error-attr v1.0.4 |
1871 | 2024-10-31T17:16:16.906Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1872 | 2024-10-31T17:16:17.212Z | Compiling unsafe-libyaml v0.2.11 |
1873 | 2024-10-31T17:16:19.207Z | Compiling cobs v0.2.3 |
1874 | 2024-10-31T17:16:19.899Z | Compiling postcard v1.0.10 |
1875 | 2024-10-31T17:16:21.806Z | Compiling serde_yaml v0.9.34+deprecated |
1876 | 2024-10-31T17:16:30.365Z | Compiling progenitor-impl v0.8.0 |
1877 | 2024-10-31T17:16:31.441Z | Compiling darling_macro v0.20.10 |
1878 | 2024-10-31T17:16:45.269Z | Compiling strum_macros v0.26.4 |
1879 | 2024-10-31T17:16:45.796Z | Compiling structmeta-derive v0.3.0 |
1880 | 2024-10-31T17:16:45.915Z | Compiling foreign-types-macros v0.2.3 |
1881 | 2024-10-31T17:16:46.958Z | Compiling proc-macro-error v1.0.4 |
1882 | 2024-10-31T17:16:47.140Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1883 | 2024-10-31T17:16:47.418Z | Compiling newtype-uuid v1.1.2 |
1884 | 2024-10-31T17:16:48.405Z | Compiling foreign-types-shared v0.3.1 |
1885 | 2024-10-31T17:16:48.797Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1886 | 2024-10-31T17:16:48.949Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1887 | 2024-10-31T17:16:49.720Z | Compiling strum v0.26.3 |
1888 | 2024-10-31T17:16:51.474Z | Compiling foreign-types v0.5.0 |
1889 | 2024-10-31T17:16:51.597Z | Compiling structmeta v0.3.0 |
1890 | 2024-10-31T17:16:59.148Z | Compiling progenitor-macro v0.8.0 |
1891 | 2024-10-31T17:16:59.444Z | Compiling darling v0.20.10 |
1892 | 2024-10-31T17:17:03.426Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1893 | 2024-10-31T17:17:03.712Z | Compiling progenitor-client v0.8.0 |
1894 | 2024-10-31T17:17:04.694Z | Compiling tabwriter v1.4.0 |
1895 | 2024-10-31T17:17:07.863Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1896 | 2024-10-31T17:17:08.306Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1897 | 2024-10-31T17:17:08.771Z | Compiling cstr-argument v0.1.2 |
1898 | 2024-10-31T17:17:09.351Z | Compiling crucible-workspace-hack v0.1.0 |
1899 | 2024-10-31T17:17:09.583Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1900 | 2024-10-31T17:17:09.746Z | Compiling pretty-hex v0.2.1 |
1901 | 2024-10-31T17:17:09.977Z | Compiling fastrand v2.1.1 |
1902 | 2024-10-31T17:17:10.105Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1903 | 2024-10-31T17:17:10.524Z | Compiling tempfile v3.13.0 |
1904 | 2024-10-31T17:17:10.567Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1905 | 2024-10-31T17:17:10.726Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1906 | 2024-10-31T17:17:10.906Z | Compiling serde_with_macros v3.11.0 |
1907 | 2024-10-31T17:17:11.488Z | Compiling parse-display-derive v0.10.0 |
1908 | 2024-10-31T17:17:11.895Z | Compiling colored v2.1.0 |
1909 | 2024-10-31T17:17:12.261Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1910 | 2024-10-31T17:17:13.025Z | Compiling instant v0.1.13 |
1911 | 2024-10-31T17:17:13.208Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1912 | 2024-10-31T17:17:13.231Z | Compiling backoff v0.4.0 |
1913 | 2024-10-31T17:17:13.550Z | Compiling serde_with v3.11.0 |
1914 | 2024-10-31T17:17:13.588Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1915 | 2024-10-31T17:17:13.607Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-10-31T17:17:15.559Z | Compiling progenitor v0.8.0 |
1917 | 2024-10-31T17:17:15.610Z | Compiling parse-display v0.10.0 |
1918 | 2024-10-31T17:17:15.794Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1919 | 2024-10-31T17:17:16.742Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-10-31T17:17:17.282Z | Compiling zone_cfg_derive v0.3.0 |
1921 | 2024-10-31T17:17:17.690Z | Compiling camino-tempfile v1.1.1 |
1922 | 2024-10-31T17:17:18.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1923 | 2024-10-31T17:17:18.269Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1924 | 2024-10-31T17:17:18.515Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1925 | 2024-10-31T17:17:18.692Z | Compiling regress v0.9.1 |
1926 | 2024-10-31T17:17:18.717Z | Compiling macaddr v1.0.1 |
1927 | 2024-10-31T17:17:18.755Z | Compiling num-derive v0.4.2 |
1928 | 2024-10-31T17:17:18.855Z | Compiling sigpipe v0.1.3 |
1929 | 2024-10-31T17:17:19.000Z | Compiling libefi-sys v0.1.0 |
1930 | 2024-10-31T17:17:19.304Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1931 | 2024-10-31T17:17:19.379Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1932 | 2024-10-31T17:17:19.661Z | Compiling zone v0.3.0 |
1933 | 2024-10-31T17:17:21.165Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1934 | 2024-10-31T17:17:22.772Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1935 | 2024-10-31T17:17:22.831Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1936 | 2024-10-31T17:17:23.110Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1937 | 2024-10-31T17:17:23.379Z | Compiling smf v0.2.3 |
1938 | 2024-10-31T17:17:24.186Z | Compiling bitfield-struct v0.6.2 |
1939 | 2024-10-31T17:17:25.691Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1940 | 2024-10-31T17:17:26.089Z | Compiling blake3 v1.5.4 |
1941 | 2024-10-31T17:17:26.181Z | Compiling ring v0.16.20 |
1942 | 2024-10-31T17:17:27.468Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1943 | 2024-10-31T17:17:27.790Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1944 | 2024-10-31T17:17:28.113Z | Compiling xattr v1.3.1 |
1945 | 2024-10-31T17:17:28.340Z | Compiling filetime v0.2.25 |
1946 | 2024-10-31T17:17:28.450Z | Compiling memmap2 v0.9.5 |
1947 | 2024-10-31T17:17:28.737Z | Compiling constant_time_eq v0.3.1 |
1948 | 2024-10-31T17:17:28.942Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1949 | 2024-10-31T17:17:29.051Z | Compiling spin v0.5.2 |
1950 | 2024-10-31T17:17:29.055Z | Compiling arrayvec v0.7.6 |
1951 | 2024-10-31T17:17:29.097Z | Compiling untrusted v0.7.1 |
1952 | 2024-10-31T17:17:29.318Z | Compiling arrayref v0.3.9 |
1953 | 2024-10-31T17:17:29.345Z | Compiling same-file v1.0.6 |
1954 | 2024-10-31T17:17:29.454Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1955 | 2024-10-31T17:17:29.584Z | Compiling walkdir v2.5.0 |
1956 | 2024-10-31T17:17:31.147Z | Compiling tar v0.4.42 |
1957 | 2024-10-31T17:17:32.173Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1958 | 2024-10-31T17:17:32.426Z | Compiling gethostname v0.5.0 |
1959 | 2024-10-31T17:17:32.498Z | Compiling cargo-platform v0.1.8 |
1960 | 2024-10-31T17:17:32.610Z | Compiling topological-sort v0.2.2 |
1961 | 2024-10-31T17:17:32.930Z | Compiling cargo_metadata v0.18.1 |
1962 | 2024-10-31T17:17:36.016Z | Compiling omicron-zone-package v0.11.1 |
1963 | 2024-10-31T17:17:40.821Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1964 | 2024-10-31T17:17:42.360Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1965 | 2024-10-31T17:17:46.400Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1966 | 2024-10-31T17:18:06.042Z | Finished `release` profile [optimized] target(s) in 4m 46s |
1967 | 2024-10-31T17:18:06.202Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1968 | 2024-10-31T17:18:06.251Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1969 | 2024-10-31T17:18:06.254Z | Created new build target 'test' and set it as active |
1970 | 2024-10-31T17:18:06.254Z | |
1971 | 2024-10-31T17:18:06.254Z | real 4:47.079451713 |
1972 | 2024-10-31T17:18:06.254Z | user 32:32.909946757 |
1973 | 2024-10-31T17:18:06.254Z | sys 4:00.889972407 |
1974 | 2024-10-31T17:18:06.254Z | trap 0.980696609 |
1975 | 2024-10-31T17:18:06.254Z | tflt 3.282170338 |
1976 | 2024-10-31T17:18:06.254Z | dflt 0.837232277 |
1977 | 2024-10-31T17:18:06.254Z | kflt 0.016118393 |
1978 | 2024-10-31T17:18:06.254Z | lock 1:12:54.501668205 |
1979 | 2024-10-31T17:18:06.254Z | slp 2:04:42.812134587 |
1980 | 2024-10-31T17:18:06.254Z | lat 2:08.044045231 |
1981 | 2024-10-31T17:18:06.254Z | stop 3:55.461030966 |
1982 | 2024-10-31T17:18:06.254Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1983 | 2024-10-31T17:18:07.337Z | Finished `release` profile [optimized] target(s) in 1.03s |
1984 | 2024-10-31T17:18:07.387Z | Running `target/release/omicron-package -t test package` |
1985 | 2024-10-31T17:18:07.433Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1986 | 2024-10-31T17:18:08.752Z | Compiling convert_case v0.4.0 |
1987 | 2024-10-31T17:18:08.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1988 | 2024-10-31T17:18:08.752Z | Compiling itertools v0.13.0 |
1989 | 2024-10-31T17:18:08.753Z | Compiling password-hash v0.5.0 |
1990 | 2024-10-31T17:18:08.755Z | Compiling blake2 v0.10.6 |
1991 | 2024-10-31T17:18:08.755Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1992 | 2024-10-31T17:18:08.755Z | Compiling newline-converter v0.3.0 |
1993 | 2024-10-31T17:18:08.951Z | Compiling cancel-safe-futures v0.1.5 |
1994 | 2024-10-31T17:18:09.125Z | Compiling owo-colors v4.1.0 |
1995 | 2024-10-31T17:18:09.162Z | Compiling expectorate v1.1.0 |
1996 | 2024-10-31T17:18:09.377Z | Compiling base64 v0.21.7 |
1997 | 2024-10-31T17:18:09.423Z | Compiling argon2 v0.5.3 |
1998 | 2024-10-31T17:18:09.637Z | Compiling derive_more v0.99.18 |
1999 | 2024-10-31T17:18:10.155Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2000 | 2024-10-31T17:18:10.505Z | Compiling libsw v3.3.1 |
2001 | 2024-10-31T17:18:10.612Z | Compiling swrite v0.1.0 |
2002 | 2024-10-31T17:18:10.774Z | Compiling indent_write v2.2.0 |
2003 | 2024-10-31T17:18:10.824Z | Compiling linear-map v1.2.0 |
2004 | 2024-10-31T17:18:10.882Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2005 | 2024-10-31T17:18:11.027Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2006 | 2024-10-31T17:18:11.274Z | Compiling progenitor-client v0.8.0 |
2007 | 2024-10-31T17:18:11.294Z | Compiling atomicwrites v0.4.4 |
2008 | 2024-10-31T17:18:11.777Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2009 | 2024-10-31T17:18:11.877Z | Compiling progenitor v0.8.0 |
2010 | 2024-10-31T17:18:12.058Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2011 | 2024-10-31T17:18:12.136Z | Compiling num-rational v0.4.2 |
2012 | 2024-10-31T17:18:12.480Z | Compiling num-complex v0.4.6 |
2013 | 2024-10-31T17:18:12.825Z | Compiling float-ord v0.3.2 |
2014 | 2024-10-31T17:18:13.020Z | Compiling prettyplease v0.2.22 |
2015 | 2024-10-31T17:18:13.419Z | Compiling semver v0.1.20 |
2016 | 2024-10-31T17:18:13.992Z | Compiling num v0.4.3 |
2017 | 2024-10-31T17:18:14.112Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2018 | 2024-10-31T17:18:14.130Z | Compiling rustc_version v0.1.7 |
2019 | 2024-10-31T17:18:14.624Z | Compiling newtype_derive v0.1.6 |
2020 | 2024-10-31T17:18:14.945Z | Compiling humantime v2.1.0 |
2021 | 2024-10-31T17:18:15.103Z | Compiling highway v1.2.0 |
2022 | 2024-10-31T17:18:16.097Z | Compiling home v0.5.9 |
2023 | 2024-10-31T17:18:16.355Z | Compiling steno v0.4.1 |
2024 | 2024-10-31T17:18:16.908Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2025 | 2024-10-31T17:18:19.403Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2026 | 2024-10-31T17:18:19.737Z | Compiling newtype-uuid v1.1.2 |
2027 | 2024-10-31T17:18:20.142Z | Compiling ipnetwork v0.20.0 |
2028 | 2024-10-31T17:18:20.868Z | Compiling slog-dtrace v0.3.0 |
2029 | 2024-10-31T17:18:20.915Z | Compiling instant v0.1.13 |
2030 | 2024-10-31T17:18:21.022Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2031 | 2024-10-31T17:18:21.089Z | Compiling backoff v0.4.0 |
2032 | 2024-10-31T17:18:21.335Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2033 | 2024-10-31T17:18:21.441Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2034 | 2024-10-31T17:18:21.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2035 | 2024-10-31T17:18:21.735Z | Compiling parse-display v0.10.0 |
2036 | 2024-10-31T17:18:22.315Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2037 | 2024-10-31T17:18:22.512Z | Compiling serde_with v3.11.0 |
2038 | 2024-10-31T17:18:26.616Z | Compiling strum v0.26.3 |
2039 | 2024-10-31T17:18:26.855Z | Compiling regress v0.9.1 |
2040 | 2024-10-31T17:18:27.328Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2041 | 2024-10-31T17:18:29.221Z | Compiling macaddr v1.0.1 |
2042 | 2024-10-31T17:18:30.280Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2043 | 2024-10-31T17:18:31.312Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2044 | 2024-10-31T17:18:32.081Z | Compiling display-error-chain v0.2.1 |
2045 | 2024-10-31T17:18:32.278Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2046 | 2024-10-31T17:18:36.263Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2047 | 2024-10-31T17:18:37.401Z | Compiling half v2.4.1 |
2048 | 2024-10-31T17:18:38.194Z | Compiling ciborium-io v0.2.2 |
2049 | 2024-10-31T17:18:38.328Z | Compiling ciborium-ll v0.2.2 |
2050 | 2024-10-31T17:18:38.855Z | Compiling tungstenite v0.21.0 |
2051 | 2024-10-31T17:18:39.759Z | Compiling ciborium v0.2.2 |
2052 | 2024-10-31T17:18:40.857Z | Compiling tokio-tungstenite v0.21.0 |
2053 | 2024-10-31T17:18:41.486Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2054 | 2024-10-31T17:18:41.987Z | Compiling same-file v1.0.6 |
2055 | 2024-10-31T17:18:42.267Z | Compiling fastrand v2.1.1 |
2056 | 2024-10-31T17:18:42.833Z | Compiling tempfile v3.13.0 |
2057 | 2024-10-31T17:18:43.657Z | Compiling walkdir v2.5.0 |
2058 | 2024-10-31T17:18:44.344Z | Compiling blake3 v1.5.4 |
2059 | 2024-10-31T17:18:45.064Z | Compiling ring v0.16.20 |
2060 | 2024-10-31T17:18:47.575Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2061 | 2024-10-31T17:18:47.947Z | Compiling xattr v1.3.1 |
2062 | 2024-10-31T17:18:48.019Z | Compiling memmap2 v0.9.5 |
2063 | 2024-10-31T17:18:48.209Z | Compiling filetime v0.2.25 |
2064 | 2024-10-31T17:18:48.449Z | Compiling arrayvec v0.7.6 |
2065 | 2024-10-31T17:18:48.509Z | Compiling spin v0.5.2 |
2066 | 2024-10-31T17:18:48.877Z | Compiling constant_time_eq v0.3.1 |
2067 | 2024-10-31T17:18:49.047Z | Compiling keccak v0.1.5 |
2068 | 2024-10-31T17:18:49.286Z | Compiling arrayref v0.3.9 |
2069 | 2024-10-31T17:18:49.391Z | Compiling untrusted v0.7.1 |
2070 | 2024-10-31T17:18:50.126Z | Compiling sha3 v0.10.8 |
2071 | 2024-10-31T17:18:51.031Z | Compiling tar v0.4.42 |
2072 | 2024-10-31T17:18:51.132Z | Compiling toolchain_find v0.4.0 |
2073 | 2024-10-31T17:18:51.709Z | Compiling camino-tempfile v1.1.1 |
2074 | 2024-10-31T17:18:51.805Z | Compiling nibble_vec v0.1.0 |
2075 | 2024-10-31T17:18:52.049Z | Compiling glob v0.3.1 |
2076 | 2024-10-31T17:18:52.136Z | Compiling radium v0.7.0 |
2077 | 2024-10-31T17:18:52.427Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2078 | 2024-10-31T17:18:52.600Z | Compiling endian-type v0.1.2 |
2079 | 2024-10-31T17:18:52.839Z | Compiling crunchy v0.2.2 |
2080 | 2024-10-31T17:18:52.855Z | Compiling maplit v1.0.2 |
2081 | 2024-10-31T17:18:52.890Z | Compiling topological-sort v0.2.2 |
2082 | 2024-10-31T17:18:52.986Z | Compiling clang-sys v1.8.1 |
2083 | 2024-10-31T17:18:53.005Z | Compiling radix_trie v0.2.1 |
2084 | 2024-10-31T17:18:53.100Z | Compiling omicron-zone-package v0.11.1 |
2085 | 2024-10-31T17:18:53.386Z | Compiling rustfmt-wrapper v0.2.1 |
2086 | 2024-10-31T17:18:53.652Z | Compiling tap v1.0.1 |
2087 | 2024-10-31T17:18:53.841Z | Compiling maybe-uninit v2.0.0 |
2088 | 2024-10-31T17:18:53.944Z | Compiling tiny-keccak v2.0.2 |
2089 | 2024-10-31T17:18:53.961Z | Compiling wyz v0.5.1 |
2090 | 2024-10-31T17:18:54.382Z | Compiling dsl_auto_type v0.1.2 |
2091 | 2024-10-31T17:18:54.401Z | Compiling scheduled-thread-pool v0.2.7 |
2092 | 2024-10-31T17:18:54.404Z | Compiling secrecy v0.8.0 |
2093 | 2024-10-31T17:18:54.697Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2094 | 2024-10-31T17:18:54.826Z | Compiling diesel_table_macro_syntax v0.2.0 |
2095 | 2024-10-31T17:18:55.192Z | Compiling funty v2.0.0 |
2096 | 2024-10-31T17:18:55.195Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2097 | 2024-10-31T17:18:55.549Z | Compiling crc-catalog v2.4.0 |
2098 | 2024-10-31T17:18:55.709Z | Compiling arc-swap v1.7.1 |
2099 | 2024-10-31T17:18:55.764Z | Compiling packed_struct v0.10.1 |
2100 | 2024-10-31T17:18:55.788Z | Compiling diesel_derives v2.2.3 |
2101 | 2024-10-31T17:18:56.256Z | Compiling slog-scope v4.4.0 |
2102 | 2024-10-31T17:18:56.313Z | Compiling bitvec v1.0.1 |
2103 | 2024-10-31T17:18:56.785Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2104 | 2024-10-31T17:18:57.070Z | Compiling crc v3.2.1 |
2105 | 2024-10-31T17:18:57.577Z | Compiling r2d2 v0.8.10 |
2106 | 2024-10-31T17:18:58.397Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2107 | 2024-10-31T17:18:58.556Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2108 | 2024-10-31T17:18:58.941Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2109 | 2024-10-31T17:19:00.729Z | Compiling ascii-canvas v3.0.0 |
2110 | 2024-10-31T17:19:01.217Z | Compiling universal-hash v0.5.1 |
2111 | 2024-10-31T17:19:01.456Z | Compiling thiserror-impl-no-std v2.0.2 |
2112 | 2024-10-31T17:19:03.860Z | Compiling packed_struct_codegen v0.10.1 |
2113 | 2024-10-31T17:19:04.151Z | Compiling ena v0.14.3 |
2114 | 2024-10-31T17:19:04.570Z | Compiling indexmap v1.9.3 |
2115 | 2024-10-31T17:19:04.918Z | Compiling libloading v0.8.5 |
2116 | 2024-10-31T17:19:05.309Z | Compiling regex-syntax v0.6.29 |
2117 | 2024-10-31T17:19:06.359Z | Compiling opaque-debug v0.3.1 |
2118 | 2024-10-31T17:19:06.472Z | Compiling diff v0.1.13 |
2119 | 2024-10-31T17:19:06.820Z | Compiling nodrop v0.1.14 |
2120 | 2024-10-31T17:19:06.963Z | Compiling bindgen v0.69.5 |
2121 | 2024-10-31T17:19:06.991Z | Compiling array-init v0.0.4 |
2122 | 2024-10-31T17:19:07.461Z | Compiling diesel v2.2.4 |
2123 | 2024-10-31T17:19:08.234Z | Compiling poly1305 v0.8.0 |
2124 | 2024-10-31T17:19:09.735Z | Compiling lalrpop v0.19.12 |
2125 | 2024-10-31T17:19:17.829Z | Compiling thiserror-no-std v2.0.2 |
2126 | 2024-10-31T17:19:18.140Z | Compiling smallvec v0.6.14 |
2127 | 2024-10-31T17:19:19.199Z | Compiling slog-stdlog v4.1.1 |
2128 | 2024-10-31T17:19:20.027Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2129 | 2024-10-31T17:19:21.164Z | Compiling which v4.4.2 |
2130 | 2024-10-31T17:19:21.730Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2131 | 2024-10-31T17:19:22.054Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2132 | 2024-10-31T17:19:22.284Z | Compiling chacha20 v0.9.1 |
2133 | 2024-10-31T17:19:22.800Z | Compiling cexpr v0.6.0 |
2134 | 2024-10-31T17:19:24.527Z | Compiling aead v0.5.2 |
2135 | 2024-10-31T17:19:24.868Z | Compiling bitfield v0.14.0 |
2136 | 2024-10-31T17:19:25.111Z | Compiling termcolor v1.4.1 |
2137 | 2024-10-31T17:19:25.186Z | Compiling rustc-hash v1.1.0 |
2138 | 2024-10-31T17:19:25.370Z | Compiling lazycell v1.3.0 |
2139 | 2024-10-31T17:19:25.561Z | Compiling ref-cast v1.0.23 |
2140 | 2024-10-31T17:19:26.055Z | Compiling hashbrown v0.12.3 |
2141 | 2024-10-31T17:19:26.270Z | Compiling env_logger v0.10.2 |
2142 | 2024-10-31T17:19:29.295Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2143 | 2024-10-31T17:19:30.171Z | Compiling chacha20poly1305 v0.10.1 |
2144 | 2024-10-31T17:19:30.475Z | Compiling slog-envlogger v2.2.0 |
2145 | 2024-10-31T17:19:33.041Z | Compiling serde-hex v0.1.0 |
2146 | 2024-10-31T17:19:35.999Z | Compiling polar-core v0.27.3 |
2147 | 2024-10-31T17:19:37.295Z | Compiling bzip2 v0.4.4 |
2148 | 2024-10-31T17:19:37.744Z | Compiling vsss-rs v3.3.4 |
2149 | 2024-10-31T17:19:38.194Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2150 | 2024-10-31T17:19:38.539Z | Compiling ron v0.8.1 |
2151 | 2024-10-31T17:19:42.225Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2152 | 2024-10-31T17:19:42.244Z | Compiling derive_builder_core v0.20.2 |
2153 | 2024-10-31T17:19:42.534Z | Compiling hashbrown v0.13.2 |
2154 | 2024-10-31T17:19:42.608Z | Compiling headers-core v0.3.0 |
2155 | 2024-10-31T17:19:42.790Z | Compiling fxhash v0.2.1 |
2156 | 2024-10-31T17:19:43.015Z | Compiling libxml v0.3.3 |
2157 | 2024-10-31T17:19:43.388Z | Compiling ref-cast-impl v1.0.23 |
2158 | 2024-10-31T17:19:43.920Z | Compiling crc-any v2.5.0 |
2159 | 2024-10-31T17:19:44.433Z | Compiling derive_builder_macro v0.20.2 |
2160 | 2024-10-31T17:19:44.661Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-10-31T17:19:44.693Z | Compiling object v0.30.4 |
2162 | 2024-10-31T17:19:44.890Z | Compiling headers v0.4.0 |
2163 | 2024-10-31T17:19:45.328Z | Compiling samael v0.0.17 |
2164 | 2024-10-31T17:19:47.634Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2165 | 2024-10-31T17:19:48.627Z | Compiling zip v0.6.6 |
2166 | 2024-10-31T17:19:51.449Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2167 | 2024-10-31T17:19:54.614Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2168 | 2024-10-31T17:19:54.669Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2169 | 2024-10-31T17:19:54.936Z | Compiling phf_generator v0.11.2 |
2170 | 2024-10-31T17:19:55.137Z | Compiling strum_macros v0.24.3 |
2171 | 2024-10-31T17:19:57.854Z | Compiling kstat-rs v0.2.4 |
2172 | 2024-10-31T17:19:58.401Z | Compiling async-recursion v1.1.1 |
2173 | 2024-10-31T17:19:58.559Z | Compiling unicase v2.7.0 |
2174 | 2024-10-31T17:19:58.830Z | Compiling indoc v1.0.9 |
2175 | 2024-10-31T17:19:58.874Z | Compiling path-slash v0.1.5 |
2176 | 2024-10-31T17:19:59.120Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2177 | 2024-10-31T17:19:59.625Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2178 | 2024-10-31T17:19:59.692Z | Compiling phf_codegen v0.11.2 |
2179 | 2024-10-31T17:19:59.928Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2180 | 2024-10-31T17:20:02.451Z | Compiling derive_builder v0.20.2 |
2181 | 2024-10-31T17:20:06.237Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2182 | 2024-10-31T17:20:07.591Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2183 | 2024-10-31T17:20:07.914Z | Compiling pem v3.0.4 |
2184 | 2024-10-31T17:20:09.458Z | Compiling http v0.2.12 |
2185 | 2024-10-31T17:20:12.926Z | Compiling impl-trait-for-tuples v0.2.2 |
2186 | 2024-10-31T17:20:14.035Z | Compiling oso-derive v0.27.3 |
2187 | 2024-10-31T17:20:15.040Z | Compiling parse-zoneinfo v0.3.1 |
2188 | 2024-10-31T17:20:15.060Z | Compiling libz-sys v1.1.20 |
2189 | 2024-10-31T17:20:15.750Z | Compiling quick-xml v0.33.0 |
2190 | 2024-10-31T17:20:16.679Z | Compiling diesel-dtrace v0.3.0 |
2191 | 2024-10-31T17:20:17.010Z | Compiling parking_lot_core v0.8.6 |
2192 | 2024-10-31T17:20:17.464Z | Compiling cfg_aliases v0.1.1 |
2193 | 2024-10-31T17:20:17.584Z | Compiling nix v0.28.0 |
2194 | 2024-10-31T17:20:17.894Z | Compiling chrono-tz-build v0.4.0 |
2195 | 2024-10-31T17:20:18.384Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2196 | 2024-10-31T17:20:19.040Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2197 | 2024-10-31T17:20:19.830Z | Compiling oso v0.27.3 |
2198 | 2024-10-31T17:20:19.949Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2199 | 2024-10-31T17:20:23.047Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2200 | 2024-10-31T17:20:23.384Z | Compiling bb8 v0.8.5 |
2201 | 2024-10-31T17:20:24.019Z | Compiling const_format_proc_macros v0.2.33 |
2202 | 2024-10-31T17:20:24.482Z | Compiling vte_generate_state_changes v0.1.2 |
2203 | 2024-10-31T17:20:25.092Z | Compiling buf-list v1.0.3 |
2204 | 2024-10-31T17:20:25.757Z | Compiling vte v0.11.1 |
2205 | 2024-10-31T17:20:25.929Z | Compiling const_format v0.2.33 |
2206 | 2024-10-31T17:20:27.211Z | Compiling async-bb8-diesel v0.2.1 |
2207 | 2024-10-31T17:20:27.299Z | Compiling chrono-tz v0.10.0 |
2208 | 2024-10-31T17:20:28.441Z | Compiling h2 v0.3.26 |
2209 | 2024-10-31T17:20:28.839Z | Compiling http-body v0.4.6 |
2210 | 2024-10-31T17:20:29.604Z | Compiling fd-lock v4.0.2 |
2211 | 2024-10-31T17:20:29.848Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2212 | 2024-10-31T17:20:30.649Z | Compiling pin-project-internal v1.1.6 |
2213 | 2024-10-31T17:20:33.399Z | Compiling atty v0.2.14 |
2214 | 2024-10-31T17:20:33.565Z | Compiling bytecount v0.6.8 |
2215 | 2024-10-31T17:20:33.886Z | Compiling salty v0.3.0 |
2216 | 2024-10-31T17:20:34.352Z | Compiling papergrid v0.11.0 |
2217 | 2024-10-31T17:20:37.836Z | Compiling hyper v0.14.30 |
2218 | 2024-10-31T17:20:46.892Z | Compiling pin-project v1.1.6 |
2219 | 2024-10-31T17:20:49.353Z | Compiling parking_lot v0.11.2 |
2220 | 2024-10-31T17:20:53.156Z | Compiling strip-ansi-escapes v0.2.0 |
2221 | 2024-10-31T17:20:54.913Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2222 | 2024-10-31T17:20:57.239Z | Compiling tabled_derive v0.7.0 |
2223 | 2024-10-31T17:20:59.389Z | Compiling peg-macros v0.8.4 |
2224 | 2024-10-31T17:20:59.465Z | Compiling snafu-derive v0.8.5 |
2225 | 2024-10-31T17:21:02.565Z | Compiling sqlparser_derive v0.2.2 |
2226 | 2024-10-31T17:21:03.290Z | Compiling sync_wrapper v0.1.2 |
2227 | 2024-10-31T17:21:03.538Z | Compiling unicode_categories v0.1.1 |
2228 | 2024-10-31T17:21:03.731Z | Compiling nu-ansi-term v0.50.1 |
2229 | 2024-10-31T17:21:03.881Z | Compiling sqlformat v0.2.6 |
2230 | 2024-10-31T17:21:04.094Z | Compiling snafu v0.8.5 |
2231 | 2024-10-31T17:21:04.932Z | Compiling reedline v0.35.0 |
2232 | 2024-10-31T17:21:05.396Z | Compiling rustyline v14.0.0 |
2233 | 2024-10-31T17:21:08.516Z | Compiling sqlparser v0.45.0 |
2234 | 2024-10-31T17:21:11.908Z | Compiling reqwest v0.11.27 |
2235 | 2024-10-31T17:21:14.670Z | Compiling peg v0.8.4 |
2236 | 2024-10-31T17:21:14.795Z | Compiling tabled v0.15.0 |
2237 | 2024-10-31T17:21:17.775Z | Compiling sled v0.34.7 |
2238 | 2024-10-31T17:21:29.331Z | Compiling mime_guess v2.0.5 |
2239 | 2024-10-31T17:21:33.013Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2240 | 2024-10-31T17:21:35.228Z | Compiling hickory-client v0.24.1 |
2241 | 2024-10-31T17:21:38.239Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2242 | 2024-10-31T17:21:40.456Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2243 | 2024-10-31T17:21:46.220Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2244 | 2024-10-31T17:21:46.271Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2245 | 2024-10-31T17:21:49.132Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2246 | 2024-10-31T17:21:49.439Z | Compiling globset v0.4.15 |
2247 | 2024-10-31T17:21:50.638Z | Compiling hickory-server v0.24.1 |
2248 | 2024-10-31T17:21:55.189Z | Compiling primeorder v0.13.6 |
2249 | 2024-10-31T17:21:55.779Z | Compiling olpc-cjson v0.1.4 |
2250 | 2024-10-31T17:21:56.107Z | Compiling vergen v8.3.2 |
2251 | 2024-10-31T17:21:56.460Z | Compiling bcs v0.1.6 |
2252 | 2024-10-31T17:21:57.137Z | Compiling env_filter v0.1.2 |
2253 | 2024-10-31T17:21:57.176Z | Compiling cargo-platform v0.1.8 |
2254 | 2024-10-31T17:21:57.395Z | Compiling serde_plain v1.0.2 |
2255 | 2024-10-31T17:21:57.675Z | Compiling nanorand v0.7.0 |
2256 | 2024-10-31T17:21:57.941Z | Compiling memoffset v0.9.1 |
2257 | 2024-10-31T17:21:58.295Z | Compiling typed-path v0.7.1 |
2258 | 2024-10-31T17:21:58.444Z | Compiling flume v0.11.0 |
2259 | 2024-10-31T17:21:58.475Z | Compiling cargo_metadata v0.18.1 |
2260 | 2024-10-31T17:21:59.223Z | Compiling env_logger v0.11.5 |
2261 | 2024-10-31T17:22:00.689Z | Compiling tough v0.17.1 |
2262 | 2024-10-31T17:22:01.803Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2263 | 2024-10-31T17:22:03.006Z | Compiling p384 v0.13.0 |
2264 | 2024-10-31T17:22:04.941Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2265 | 2024-10-31T17:22:06.987Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2266 | 2024-10-31T17:22:09.109Z | Compiling git2 v0.19.0 |
2267 | 2024-10-31T17:22:12.248Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2268 | 2024-10-31T17:22:17.680Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2269 | 2024-10-31T17:22:18.344Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2270 | 2024-10-31T17:22:18.898Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2271 | 2024-10-31T17:22:23.833Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2272 | 2024-10-31T17:22:23.858Z | Compiling rand_seeder v0.3.0 |
2273 | 2024-10-31T17:22:24.253Z | Compiling libsqlite3-sys v0.30.1 |
2274 | 2024-10-31T17:22:24.643Z | Compiling lzma-sys v0.1.20 |
2275 | 2024-10-31T17:22:24.787Z | Compiling parse-size v1.0.0 |
2276 | 2024-10-31T17:22:25.111Z | Compiling rustls v0.21.12 |
2277 | 2024-10-31T17:22:25.219Z | Compiling cfg_aliases v0.2.1 |
2278 | 2024-10-31T17:22:25.329Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2279 | 2024-10-31T17:22:25.393Z | Compiling nix v0.29.0 |
2280 | 2024-10-31T17:22:25.463Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2281 | 2024-10-31T17:22:25.747Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2282 | 2024-10-31T17:22:25.765Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-10-31T17:22:27.745Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2284 | 2024-10-31T17:22:27.845Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2285 | 2024-10-31T17:22:28.552Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2286 | 2024-10-31T17:22:28.585Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2287 | 2024-10-31T17:22:28.871Z | Compiling sct v0.7.1 |
2288 | 2024-10-31T17:22:29.339Z | Compiling rustls-webpki v0.101.7 |
2289 | 2024-10-31T17:22:31.694Z | Compiling heck v0.3.3 |
2290 | 2024-10-31T17:22:32.083Z | Compiling castaway v0.2.3 |
2291 | 2024-10-31T17:22:32.385Z | Compiling csv-core v0.1.11 |
2292 | 2024-10-31T17:22:32.711Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2293 | 2024-10-31T17:22:33.046Z | Compiling http-range v0.1.5 |
2294 | 2024-10-31T17:22:33.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2295 | 2024-10-31T17:22:33.500Z | Compiling hyper-staticfile v0.10.1 |
2296 | 2024-10-31T17:22:33.685Z | Compiling csv v1.3.0 |
2297 | 2024-10-31T17:22:35.268Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2298 | 2024-10-31T17:22:35.858Z | Compiling compact_str v0.8.0 |
2299 | 2024-10-31T17:22:36.070Z | Compiling zone_cfg_derive v0.1.2 |
2300 | 2024-10-31T17:22:37.494Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2301 | 2024-10-31T17:22:38.501Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2302 | 2024-10-31T17:22:39.646Z | Compiling nix v0.27.1 |
2303 | 2024-10-31T17:22:41.881Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2304 | 2024-10-31T17:22:43.999Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2305 | 2024-10-31T17:22:49.348Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2306 | 2024-10-31T17:22:52.792Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2307 | 2024-10-31T17:22:54.015Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2308 | 2024-10-31T17:22:54.817Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2309 | 2024-10-31T17:22:55.148Z | Compiling unicode-truncate v1.1.0 |
2310 | 2024-10-31T17:22:55.446Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2311 | 2024-10-31T17:22:55.769Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2312 | 2024-10-31T17:22:56.089Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2313 | 2024-10-31T17:22:56.714Z | Compiling hashlink v0.9.1 |
2314 | 2024-10-31T17:22:57.545Z | Compiling tungstenite v0.23.0 |
2315 | 2024-10-31T17:23:00.156Z | Compiling lru v0.12.5 |
2316 | 2024-10-31T17:23:00.544Z | Compiling instability v0.3.2 |
2317 | 2024-10-31T17:23:01.558Z | Compiling fallible-streaming-iterator v0.1.9 |
2318 | 2024-10-31T17:23:01.855Z | Compiling cassowary v0.3.0 |
2319 | 2024-10-31T17:23:02.351Z | Compiling fallible-iterator v0.3.0 |
2320 | 2024-10-31T17:23:02.748Z | Compiling base64 v0.13.1 |
2321 | 2024-10-31T17:23:03.173Z | Compiling rusqlite v0.32.1 |
2322 | 2024-10-31T17:23:03.288Z | Compiling ron v0.7.1 |
2323 | 2024-10-31T17:23:03.504Z | Compiling ratatui v0.28.1 |
2324 | 2024-10-31T17:23:05.501Z | Compiling tokio-tungstenite v0.23.1 |
2325 | 2024-10-31T17:23:06.129Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2024-10-31T17:23:06.894Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2327 | 2024-10-31T17:23:08.454Z | Compiling xz2 v0.1.7 |
2328 | 2024-10-31T17:23:10.047Z | Compiling tokio-rustls v0.24.1 |
2329 | 2024-10-31T17:23:16.144Z | Compiling zone v0.1.8 |
2330 | 2024-10-31T17:23:19.538Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2331 | 2024-10-31T17:23:22.946Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2332 | 2024-10-31T17:23:24.462Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2333 | 2024-10-31T17:23:26.106Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2334 | 2024-10-31T17:23:26.676Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2335 | 2024-10-31T17:23:27.696Z | Compiling rustls-pemfile v1.0.4 |
2336 | 2024-10-31T17:23:27.786Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2337 | 2024-10-31T17:23:28.113Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2338 | 2024-10-31T17:23:28.459Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2339 | 2024-10-31T17:23:28.638Z | Compiling signal-hook-tokio v0.3.1 |
2340 | 2024-10-31T17:23:28.869Z | Compiling twox-hash v1.6.3 |
2341 | 2024-10-31T17:23:29.873Z | Compiling yasna v0.5.2 |
2342 | 2024-10-31T17:23:33.025Z | Compiling unicode-linebreak v0.1.5 |
2343 | 2024-10-31T17:23:33.120Z | Compiling smawk v0.3.2 |
2344 | 2024-10-31T17:23:33.369Z | Compiling is_ci v1.2.0 |
2345 | 2024-10-31T17:23:33.420Z | Compiling textwrap v0.16.1 |
2346 | 2024-10-31T17:23:33.563Z | Compiling supports-color v3.0.1 |
2347 | 2024-10-31T17:23:33.667Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2348 | 2024-10-31T17:23:33.968Z | Compiling rcgen v0.12.1 |
2349 | 2024-10-31T17:23:43.702Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2350 | 2024-10-31T17:23:45.397Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2351 | 2024-10-31T17:23:49.332Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2352 | 2024-10-31T17:23:52.479Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2353 | 2024-10-31T17:23:53.855Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2354 | 2024-10-31T17:23:54.851Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2355 | 2024-10-31T17:23:55.440Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2356 | 2024-10-31T17:23:57.610Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2357 | 2024-10-31T17:24:04.423Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2358 | 2024-10-31T17:24:04.748Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2359 | 2024-10-31T17:24:07.399Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2360 | 2024-10-31T17:24:11.474Z | Compiling fatfs v0.3.6 |
2361 | 2024-10-31T17:24:17.040Z | Compiling rtoolbox v0.0.2 |
2362 | 2024-10-31T17:24:17.091Z | Compiling subprocess v0.2.9 |
2363 | 2024-10-31T17:24:17.092Z | Compiling assert_matches v1.5.0 |
2364 | 2024-10-31T17:24:17.109Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2365 | 2024-10-31T17:24:19.206Z | Compiling rpassword v7.3.1 |
2366 | 2024-10-31T17:24:19.674Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2367 | 2024-10-31T17:24:23.655Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2368 | 2024-10-31T17:24:24.537Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2369 | 2024-10-31T17:24:31.611Z | Compiling tui-tree-widget v0.22.0 |
2370 | 2024-10-31T17:24:32.068Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2371 | 2024-10-31T17:24:45.047Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2372 | 2024-10-31T17:24:48.300Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2373 | 2024-10-31T17:24:48.631Z | Compiling uzers v0.12.1 |
2374 | 2024-10-31T17:24:51.779Z | Compiling shell-words v1.1.0 |
2375 | 2024-10-31T17:24:52.230Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2376 | 2024-10-31T17:24:53.283Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2377 | 2024-10-31T17:24:55.252Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2378 | 2024-10-31T17:25:25.370Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2379 | 2024-10-31T17:25:27.707Z | Compiling multimap v0.10.0 |
2380 | 2024-10-31T17:27:33.112Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2381 | 2024-10-31T17:27:40.913Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2382 | 2024-10-31T17:34:48.115Z | Finished `release` profile [optimized] target(s) in 16m 39s |
2383 | 2024-10-31T17:35:44.801Z | |
2384 | 2024-10-31T17:35:44.801Z | real 17:38.447682713 |
2385 | 2024-10-31T17:35:44.802Z | user 1:59:07.303768282 |
2386 | 2024-10-31T17:35:44.802Z | sys 5:51.993345505 |
2387 | 2024-10-31T17:35:44.802Z | trap 2.825737937 |
2388 | 2024-10-31T17:35:44.802Z | tflt 3.158273025 |
2389 | 2024-10-31T17:35:44.802Z | dflt 3.555171419 |
2390 | 2024-10-31T17:35:44.804Z | kflt 0.020548651 |
2391 | 2024-10-31T17:35:44.804Z | lock 7:20:13.570950405 |
2392 | 2024-10-31T17:35:44.804Z | slp 6:13:12.238649782 |
2393 | 2024-10-31T17:35:44.804Z | lat 2:55.633904450 |
2394 | 2024-10-31T17:35:44.804Z | stop 2:33.441163344 |
2395 | 2024-10-31T17:35:44.805Z | + mapfile -t packages |
2396 | 2024-10-31T17:35:44.805Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2397 | 2024-10-31T17:35:45.825Z | Finished `release` profile [optimized] target(s) in 0.97s |
2398 | 2024-10-31T17:35:45.886Z | Running `target/release/omicron-package -t test list-outputs` |
2399 | 2024-10-31T17:35:45.929Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2400 | 2024-10-31T17:35:45.936Z | + ptime -m cargo build --locked --release -p xtask |
2401 | 2024-10-31T17:35:46.516Z | Compiling serde v1.0.210 |
2402 | 2024-10-31T17:35:46.519Z | Compiling libc v0.2.161 |
2403 | 2024-10-31T17:35:46.519Z | Compiling rustix v0.38.37 |
2404 | 2024-10-31T17:35:46.605Z | Compiling serde_json v1.0.128 |
2405 | 2024-10-31T17:35:46.613Z | Compiling syn v2.0.79 |
2406 | 2024-10-31T17:35:46.628Z | Compiling bitflags v2.6.0 |
2407 | 2024-10-31T17:35:46.955Z | Compiling usdt-impl v0.5.0 |
2408 | 2024-10-31T17:35:47.015Z | Compiling syn v1.0.109 |
2409 | 2024-10-31T17:35:47.130Z | Compiling hashbrown v0.15.0 |
2410 | 2024-10-31T17:35:47.145Z | Compiling log v0.4.22 |
2411 | 2024-10-31T17:35:47.198Z | Compiling fs-err v2.11.0 |
2412 | 2024-10-31T17:35:47.495Z | Compiling once_cell v1.20.2 |
2413 | 2024-10-31T17:35:47.620Z | Compiling anyhow v1.0.89 |
2414 | 2024-10-31T17:35:48.099Z | Compiling thread-id v4.2.2 |
2415 | 2024-10-31T17:35:48.387Z | Compiling indexmap v2.6.0 |
2416 | 2024-10-31T17:35:49.479Z | Compiling terminal_size v0.4.0 |
2417 | 2024-10-31T17:35:49.480Z | Compiling tempfile v3.13.0 |
2418 | 2024-10-31T17:35:49.719Z | Compiling clap_builder v4.5.20 |
2419 | 2024-10-31T17:35:50.201Z | Compiling proc-macro-error v1.0.4 |
2420 | 2024-10-31T17:35:51.719Z | Compiling tabled_derive v0.7.0 |
2421 | 2024-10-31T17:35:53.041Z | Compiling tabled v0.15.0 |
2422 | 2024-10-31T17:35:54.387Z | Compiling serde_derive v1.0.210 |
2423 | 2024-10-31T17:35:54.742Z | Compiling thiserror-impl v1.0.64 |
2424 | 2024-10-31T17:35:57.306Z | Compiling zerocopy-derive v0.7.35 |
2425 | 2024-10-31T17:35:57.589Z | Compiling thiserror v1.0.64 |
2426 | 2024-10-31T17:35:57.743Z | Compiling pest v2.7.14 |
2427 | 2024-10-31T17:35:57.820Z | Compiling scroll_derive v0.12.0 |
2428 | 2024-10-31T17:35:59.240Z | Compiling zerocopy v0.7.35 |
2429 | 2024-10-31T17:35:59.288Z | Compiling scroll v0.12.0 |
2430 | 2024-10-31T17:35:59.960Z | Compiling goblin v0.8.2 |
2431 | 2024-10-31T17:36:00.789Z | Compiling pest_meta v2.7.14 |
2432 | 2024-10-31T17:36:02.595Z | Compiling pest_generator v2.7.14 |
2433 | 2024-10-31T17:36:04.905Z | Compiling pest_derive v2.7.14 |
2434 | 2024-10-31T17:36:05.715Z | Compiling dtrace-parser v0.2.0 |
2435 | 2024-10-31T17:36:10.718Z | Compiling serde_tokenstream v0.2.2 |
2436 | 2024-10-31T17:36:11.361Z | Compiling serde_spanned v0.6.8 |
2437 | 2024-10-31T17:36:11.417Z | Compiling toml_datetime v0.6.8 |
2438 | 2024-10-31T17:36:11.628Z | Compiling dof v0.3.0 |
2439 | 2024-10-31T17:36:12.118Z | Compiling toml_edit v0.22.22 |
2440 | 2024-10-31T17:36:14.761Z | Compiling camino v1.1.9 |
2441 | 2024-10-31T17:36:15.412Z | Compiling usdt-macro v0.5.0 |
2442 | 2024-10-31T17:36:15.764Z | Compiling toml v0.8.19 |
2443 | 2024-10-31T17:36:16.138Z | Compiling usdt-attr-macro v0.5.0 |
2444 | 2024-10-31T17:36:17.366Z | Compiling semver v1.0.23 |
2445 | 2024-10-31T17:36:17.453Z | Compiling cargo-platform v0.1.8 |
2446 | 2024-10-31T17:36:18.561Z | Compiling clap_derive v4.5.18 |
2447 | 2024-10-31T17:36:18.832Z | Compiling cargo_metadata v0.18.1 |
2448 | 2024-10-31T17:36:19.390Z | Compiling usdt v0.5.0 |
2449 | 2024-10-31T17:36:20.059Z | Compiling cargo_toml v0.20.5 |
2450 | 2024-10-31T17:36:20.877Z | Compiling camino-tempfile v1.1.1 |
2451 | 2024-10-31T17:36:21.671Z | Compiling macaddr v1.0.1 |
2452 | 2024-10-31T17:36:23.190Z | Compiling clap v4.5.20 |
2453 | 2024-10-31T17:36:31.387Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2454 | 2024-10-31T17:36:42.246Z | Finished `release` profile [optimized] target(s) in 56.26s |
2455 | 2024-10-31T17:36:42.343Z | |
2456 | 2024-10-31T17:36:42.343Z | real 56.385942637 |
2457 | 2024-10-31T17:36:42.343Z | user 5:43.774648972 |
2458 | 2024-10-31T17:36:42.343Z | sys 32.196657674 |
2459 | 2024-10-31T17:36:42.343Z | trap 0.151621431 |
2460 | 2024-10-31T17:36:42.343Z | tflt 0.427120300 |
2461 | 2024-10-31T17:36:42.343Z | dflt 0.418369485 |
2462 | 2024-10-31T17:36:42.343Z | kflt 0.000065049 |
2463 | 2024-10-31T17:36:42.343Z | lock 10:47.032068702 |
2464 | 2024-10-31T17:36:42.343Z | slp 15:48.947958947 |
2465 | 2024-10-31T17:36:42.343Z | lat 12.463196795 |
2466 | 2024-10-31T17:36:42.343Z | stop 15.608732677 |
2467 | 2024-10-31T17:36:42.346Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2468 | 2024-10-31T17:36:42.346Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2469 | 2024-10-31T17:36:42.346Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2470 | 2024-10-31T17:36:42.346Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2471 | 2024-10-31T17:36:42.346Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2472 | 2024-10-31T17:36:43.198Z | Compiling hashbrown v0.14.5 |
2473 | 2024-10-31T17:36:43.318Z | Compiling unsafe-libyaml v0.2.11 |
2474 | 2024-10-31T17:36:43.329Z | Compiling progenitor-client v0.8.0 |
2475 | 2024-10-31T17:36:43.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2476 | 2024-10-31T17:36:43.332Z | Compiling ident_case v1.0.1 |
2477 | 2024-10-31T17:36:43.332Z | Compiling ipnetwork v0.20.0 |
2478 | 2024-10-31T17:36:43.332Z | Compiling instant v0.1.13 |
2479 | 2024-10-31T17:36:43.332Z | Compiling structmeta-derive v0.3.0 |
2480 | 2024-10-31T17:36:43.486Z | Compiling newtype-uuid v1.1.2 |
2481 | 2024-10-31T17:36:43.548Z | Compiling darling_core v0.20.10 |
2482 | 2024-10-31T17:36:43.732Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2483 | 2024-10-31T17:36:43.827Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2484 | 2024-10-31T17:36:44.103Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2485 | 2024-10-31T17:36:44.260Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2486 | 2024-10-31T17:36:44.437Z | Compiling backoff v0.4.0 |
2487 | 2024-10-31T17:36:44.467Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2488 | 2024-10-31T17:36:44.589Z | Compiling regress v0.10.1 |
2489 | 2024-10-31T17:36:44.619Z | Compiling serde_yaml v0.9.34+deprecated |
2490 | 2024-10-31T17:36:44.621Z | Compiling regress v0.9.1 |
2491 | 2024-10-31T17:36:44.797Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2492 | 2024-10-31T17:36:44.981Z | Compiling macaddr v1.0.1 |
2493 | 2024-10-31T17:36:45.028Z | Compiling tempfile v3.13.0 |
2494 | 2024-10-31T17:36:45.230Z | Compiling proc-macro-crate v1.3.1 |
2495 | 2024-10-31T17:36:45.458Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2496 | 2024-10-31T17:36:45.879Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2497 | 2024-10-31T17:36:45.939Z | Compiling foreign-types-macros v0.2.3 |
2498 | 2024-10-31T17:36:46.195Z | Compiling heapless v0.8.0 |
2499 | 2024-10-31T17:36:46.368Z | Compiling num_enum_derive v0.5.11 |
2500 | 2024-10-31T17:36:46.399Z | Compiling structmeta v0.3.0 |
2501 | 2024-10-31T17:36:46.798Z | Compiling foreign-types-shared v0.3.1 |
2502 | 2024-10-31T17:36:46.824Z | Compiling parse-display-derive v0.10.0 |
2503 | 2024-10-31T17:36:47.183Z | Compiling foreign-types v0.5.0 |
2504 | 2024-10-31T17:36:47.293Z | Compiling proc-macro-error v1.0.4 |
2505 | 2024-10-31T17:36:47.568Z | Compiling camino-tempfile v1.1.1 |
2506 | 2024-10-31T17:36:48.017Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2507 | 2024-10-31T17:36:48.034Z | Compiling hash32 v0.3.1 |
2508 | 2024-10-31T17:36:48.286Z | Compiling typify-impl v0.2.0 |
2509 | 2024-10-31T17:36:48.895Z | Compiling cstr-argument v0.1.2 |
2510 | 2024-10-31T17:36:48.913Z | Compiling smoltcp v0.11.0 |
2511 | 2024-10-31T17:36:48.964Z | Compiling num_enum v0.5.11 |
2512 | 2024-10-31T17:36:49.135Z | Compiling pretty-hex v0.2.1 |
2513 | 2024-10-31T17:36:49.170Z | Compiling crucible-workspace-hack v0.1.0 |
2514 | 2024-10-31T17:36:49.318Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2515 | 2024-10-31T17:36:49.483Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2516 | 2024-10-31T17:36:49.501Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2517 | 2024-10-31T17:36:49.706Z | Compiling tabwriter v1.4.0 |
2518 | 2024-10-31T17:36:49.727Z | Compiling colored v2.1.0 |
2519 | 2024-10-31T17:36:49.744Z | Compiling cobs v0.2.3 |
2520 | 2024-10-31T17:36:50.050Z | Compiling postcard v1.0.10 |
2521 | 2024-10-31T17:36:50.180Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2522 | 2024-10-31T17:36:50.242Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2523 | 2024-10-31T17:36:50.469Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2524 | 2024-10-31T17:36:50.528Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2525 | 2024-10-31T17:36:50.594Z | Compiling darling_macro v0.20.10 |
2526 | 2024-10-31T17:36:50.615Z | Compiling smf v0.2.3 |
2527 | 2024-10-31T17:36:50.759Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2528 | 2024-10-31T17:36:51.115Z | Compiling zone_cfg_derive v0.3.0 |
2529 | 2024-10-31T17:36:51.405Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2530 | 2024-10-31T17:36:51.464Z | Compiling parse-display v0.10.0 |
2531 | 2024-10-31T17:36:51.560Z | Compiling darling v0.20.10 |
2532 | 2024-10-31T17:36:51.687Z | Compiling serde_with_macros v3.11.0 |
2533 | 2024-10-31T17:36:51.864Z | Compiling num-derive v0.4.2 |
2534 | 2024-10-31T17:36:51.975Z | Compiling sigpipe v0.1.3 |
2535 | 2024-10-31T17:36:52.108Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2536 | 2024-10-31T17:36:52.167Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2537 | 2024-10-31T17:36:52.438Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2538 | 2024-10-31T17:36:52.649Z | Compiling zone v0.3.0 |
2539 | 2024-10-31T17:36:52.884Z | Compiling universal-hash v0.5.1 |
2540 | 2024-10-31T17:36:53.094Z | Compiling opaque-debug v0.3.1 |
2541 | 2024-10-31T17:36:53.201Z | Compiling num-rational v0.4.2 |
2542 | 2024-10-31T17:36:53.330Z | Compiling password-hash v0.5.0 |
2543 | 2024-10-31T17:36:54.207Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2544 | 2024-10-31T17:36:54.236Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2545 | 2024-10-31T17:36:54.328Z | Compiling num-complex v0.4.6 |
2546 | 2024-10-31T17:36:54.567Z | Compiling serde_with v3.11.0 |
2547 | 2024-10-31T17:36:54.924Z | Compiling blake2 v0.10.6 |
2548 | 2024-10-31T17:36:54.957Z | Compiling aead v0.5.2 |
2549 | 2024-10-31T17:36:55.197Z | Compiling keccak v0.1.5 |
2550 | 2024-10-31T17:36:55.310Z | Compiling convert_case v0.4.0 |
2551 | 2024-10-31T17:36:55.358Z | Compiling num v0.4.3 |
2552 | 2024-10-31T17:36:55.477Z | Compiling argon2 v0.5.3 |
2553 | 2024-10-31T17:36:55.547Z | Compiling sha3 v0.10.8 |
2554 | 2024-10-31T17:36:56.356Z | Compiling poly1305 v0.8.0 |
2555 | 2024-10-31T17:36:56.386Z | Compiling derive_more v0.99.18 |
2556 | 2024-10-31T17:36:56.511Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2557 | 2024-10-31T17:36:56.547Z | Compiling tungstenite v0.21.0 |
2558 | 2024-10-31T17:36:56.589Z | Compiling chacha20 v0.9.1 |
2559 | 2024-10-31T17:36:57.083Z | Compiling base64 v0.21.7 |
2560 | 2024-10-31T17:36:57.859Z | Compiling float-ord v0.3.2 |
2561 | 2024-10-31T17:36:58.040Z | Compiling tokio-tungstenite v0.21.0 |
2562 | 2024-10-31T17:36:58.108Z | Compiling same-file v1.0.6 |
2563 | 2024-10-31T17:36:58.390Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2564 | 2024-10-31T17:36:58.416Z | Compiling semver v0.1.20 |
2565 | 2024-10-31T17:36:58.527Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2566 | 2024-10-31T17:36:58.580Z | Compiling walkdir v2.5.0 |
2567 | 2024-10-31T17:36:58.664Z | Compiling newline-converter v0.3.0 |
2568 | 2024-10-31T17:36:58.759Z | Compiling primeorder v0.13.6 |
2569 | 2024-10-31T17:36:58.795Z | Compiling rustc_version v0.1.7 |
2570 | 2024-10-31T17:36:58.837Z | Compiling secrecy v0.8.0 |
2571 | 2024-10-31T17:36:59.111Z | Compiling owo-colors v4.1.0 |
2572 | 2024-10-31T17:36:59.127Z | Compiling prettyplease v0.2.22 |
2573 | 2024-10-31T17:36:59.290Z | Compiling home v0.5.9 |
2574 | 2024-10-31T17:36:59.317Z | Compiling cancel-safe-futures v0.1.5 |
2575 | 2024-10-31T17:36:59.357Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2576 | 2024-10-31T17:36:59.456Z | Compiling newtype_derive v0.1.6 |
2577 | 2024-10-31T17:36:59.473Z | Compiling expectorate v1.1.0 |
2578 | 2024-10-31T17:36:59.572Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2579 | 2024-10-31T17:36:59.638Z | Compiling thiserror-impl-no-std v2.0.2 |
2580 | 2024-10-31T17:36:59.701Z | Compiling blake3 v1.5.4 |
2581 | 2024-10-31T17:36:59.766Z | Compiling ring v0.16.20 |
2582 | 2024-10-31T17:36:59.897Z | Compiling unicase v2.7.0 |
2583 | 2024-10-31T17:36:59.937Z | Compiling half v2.4.1 |
2584 | 2024-10-31T17:37:00.225Z | Compiling ciborium-io v0.2.2 |
2585 | 2024-10-31T17:37:00.284Z | Compiling arc-swap v1.7.1 |
2586 | 2024-10-31T17:37:00.550Z | Compiling ciborium-ll v0.2.2 |
2587 | 2024-10-31T17:37:00.614Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2588 | 2024-10-31T17:37:00.940Z | Compiling slog-scope v4.4.0 |
2589 | 2024-10-31T17:37:01.481Z | Compiling polyval v0.6.2 |
2590 | 2024-10-31T17:37:01.565Z | Compiling atomicwrites v0.4.4 |
2591 | 2024-10-31T17:37:01.938Z | Compiling libsw v3.3.1 |
2592 | 2024-10-31T17:37:01.956Z | Compiling memmap2 v0.9.5 |
2593 | 2024-10-31T17:37:02.261Z | Compiling libefi-sys v0.1.0 |
2594 | 2024-10-31T17:37:02.419Z | Compiling spin v0.5.2 |
2595 | 2024-10-31T17:37:02.573Z | Compiling linear-map v1.2.0 |
2596 | 2024-10-31T17:37:02.660Z | Compiling arrayvec v0.7.6 |
2597 | 2024-10-31T17:37:02.878Z | Compiling thiserror-no-std v2.0.2 |
2598 | 2024-10-31T17:37:02.957Z | Compiling constant_time_eq v0.3.1 |
2599 | 2024-10-31T17:37:03.004Z | Compiling parking_lot_core v0.8.6 |
2600 | 2024-10-31T17:37:03.075Z | Compiling indent_write v2.2.0 |
2601 | 2024-10-31T17:37:03.152Z | Compiling salty v0.3.0 |
2602 | 2024-10-31T17:37:03.305Z | Compiling untrusted v0.7.1 |
2603 | 2024-10-31T17:37:03.343Z | Compiling arrayref v0.3.9 |
2604 | 2024-10-31T17:37:03.511Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2605 | 2024-10-31T17:37:03.534Z | Compiling vsss-rs v3.3.4 |
2606 | 2024-10-31T17:37:03.656Z | Compiling ghash v0.5.1 |
2607 | 2024-10-31T17:37:03.861Z | Compiling slog-stdlog v4.1.1 |
2608 | 2024-10-31T17:37:04.146Z | Compiling ciborium v0.2.2 |
2609 | 2024-10-31T17:37:04.561Z | Compiling toolchain_find v0.4.0 |
2610 | 2024-10-31T17:37:04.600Z | Compiling p384 v0.13.0 |
2611 | 2024-10-31T17:37:04.714Z | Compiling chacha20poly1305 v0.10.1 |
2612 | 2024-10-31T17:37:04.951Z | Compiling itertools v0.13.0 |
2613 | 2024-10-31T17:37:05.279Z | Compiling lzma-sys v0.1.20 |
2614 | 2024-10-31T17:37:05.707Z | Compiling ctr v0.9.2 |
2615 | 2024-10-31T17:37:06.084Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2616 | 2024-10-31T17:37:06.112Z | Compiling bitfield-struct v0.6.2 |
2617 | 2024-10-31T17:37:06.129Z | Compiling slog-dtrace v0.3.0 |
2618 | 2024-10-31T17:37:06.443Z | Compiling highway v1.2.0 |
2619 | 2024-10-31T17:37:06.517Z | Compiling topological-sort v0.2.2 |
2620 | 2024-10-31T17:37:06.683Z | Compiling typify-macro v0.2.0 |
2621 | 2024-10-31T17:37:06.739Z | Compiling omicron-zone-package v0.11.1 |
2622 | 2024-10-31T17:37:07.363Z | Compiling aes-gcm v0.10.3 |
2623 | 2024-10-31T17:37:07.381Z | Compiling rustfmt-wrapper v0.2.1 |
2624 | 2024-10-31T17:37:07.406Z | Compiling mime_guess v2.0.5 |
2625 | 2024-10-31T17:37:07.585Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-10-31T17:37:07.665Z | Compiling steno v0.4.1 |
2627 | 2024-10-31T17:37:07.972Z | Compiling slog-envlogger v2.2.0 |
2628 | 2024-10-31T17:37:08.583Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2629 | 2024-10-31T17:37:08.738Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2630 | 2024-10-31T17:37:08.795Z | Compiling heck v0.3.3 |
2631 | 2024-10-31T17:37:08.998Z | Compiling ssh-encoding v0.2.0 |
2632 | 2024-10-31T17:37:09.194Z | Compiling blowfish v0.9.1 |
2633 | 2024-10-31T17:37:09.254Z | Compiling nibble_vec v0.1.0 |
2634 | 2024-10-31T17:37:09.289Z | Compiling env_filter v0.1.2 |
2635 | 2024-10-31T17:37:09.479Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2636 | 2024-10-31T17:37:09.544Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2637 | 2024-10-31T17:37:09.639Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2638 | 2024-10-31T17:37:09.681Z | Compiling humantime v2.1.0 |
2639 | 2024-10-31T17:37:09.797Z | Compiling endian-type v0.1.2 |
2640 | 2024-10-31T17:37:09.937Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2641 | 2024-10-31T17:37:09.986Z | Compiling env_logger v0.11.5 |
2642 | 2024-10-31T17:37:10.020Z | Compiling radix_trie v0.2.1 |
2643 | 2024-10-31T17:37:10.037Z | Compiling bcrypt-pbkdf v0.10.0 |
2644 | 2024-10-31T17:37:10.212Z | Compiling ssh-cipher v0.2.0 |
2645 | 2024-10-31T17:37:10.697Z | Compiling zone_cfg_derive v0.1.2 |
2646 | 2024-10-31T17:37:10.828Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2647 | 2024-10-31T17:37:10.932Z | Compiling parking_lot v0.11.2 |
2648 | 2024-10-31T17:37:11.050Z | Compiling typify v0.2.0 |
2649 | 2024-10-31T17:37:11.206Z | Compiling progenitor-impl v0.8.0 |
2650 | 2024-10-31T17:37:11.268Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2651 | 2024-10-31T17:37:11.844Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2652 | 2024-10-31T17:37:11.879Z | Compiling gethostname v0.5.0 |
2653 | 2024-10-31T17:37:11.980Z | Compiling password-hash v0.4.2 |
2654 | 2024-10-31T17:37:12.105Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2655 | 2024-10-31T17:37:12.208Z | Compiling fxhash v0.2.1 |
2656 | 2024-10-31T17:37:12.269Z | Compiling matches v0.1.10 |
2657 | 2024-10-31T17:37:12.380Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2658 | 2024-10-31T17:37:12.424Z | Compiling base64 v0.13.1 |
2659 | 2024-10-31T17:37:12.443Z | Compiling pbkdf2 v0.11.0 |
2660 | 2024-10-31T17:37:12.489Z | Compiling sled v0.34.7 |
2661 | 2024-10-31T17:37:12.734Z | Compiling idna v0.2.3 |
2662 | 2024-10-31T17:37:12.792Z | Compiling zone v0.1.8 |
2663 | 2024-10-31T17:37:12.901Z | Compiling ron v0.7.1 |
2664 | 2024-10-31T17:37:13.047Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2665 | 2024-10-31T17:37:13.139Z | Compiling xz2 v0.1.7 |
2666 | 2024-10-31T17:37:13.643Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2667 | 2024-10-31T17:37:14.310Z | Compiling ssh-key v0.6.6 |
2668 | 2024-10-31T17:37:14.349Z | Compiling hickory-client v0.24.1 |
2669 | 2024-10-31T17:37:15.263Z | Compiling p256 v0.13.2 |
2670 | 2024-10-31T17:37:15.298Z | Compiling p521 v0.13.3 |
2671 | 2024-10-31T17:37:15.317Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2672 | 2024-10-31T17:37:15.813Z | Compiling hickory-server v0.24.1 |
2673 | 2024-10-31T17:37:16.149Z | Compiling enum-as-inner v0.5.1 |
2674 | 2024-10-31T17:37:16.430Z | Compiling pem v3.0.4 |
2675 | 2024-10-31T17:37:17.211Z | Compiling yasna v0.5.2 |
2676 | 2024-10-31T17:37:17.278Z | Compiling headers-core v0.3.0 |
2677 | 2024-10-31T17:37:17.450Z | Compiling kstat-rs v0.2.4 |
2678 | 2024-10-31T17:37:17.730Z | Compiling nanorand v0.7.0 |
2679 | 2024-10-31T17:37:18.132Z | Compiling russh-cryptovec v0.7.3 |
2680 | 2024-10-31T17:37:18.337Z | Compiling atty v0.2.14 |
2681 | 2024-10-31T17:37:18.466Z | Compiling http-range v0.1.5 |
2682 | 2024-10-31T17:37:18.491Z | Compiling glob v0.3.1 |
2683 | 2024-10-31T17:37:18.846Z | Compiling md5 v0.7.0 |
2684 | 2024-10-31T17:37:18.938Z | Compiling hyper-staticfile v0.10.1 |
2685 | 2024-10-31T17:37:19.032Z | Compiling rcgen v0.12.1 |
2686 | 2024-10-31T17:37:19.123Z | Compiling russh-keys v0.45.0 |
2687 | 2024-10-31T17:37:19.313Z | Compiling progenitor-macro v0.8.0 |
2688 | 2024-10-31T17:37:19.339Z | Compiling flume v0.11.0 |
2689 | 2024-10-31T17:37:19.543Z | Compiling headers v0.4.0 |
2690 | 2024-10-31T17:37:20.048Z | Compiling trust-dns-proto v0.22.0 |
2691 | 2024-10-31T17:37:20.113Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2692 | 2024-10-31T17:37:21.521Z | Compiling num-bigint v0.4.6 |
2693 | 2024-10-31T17:37:21.558Z | Compiling des v0.8.1 |
2694 | 2024-10-31T17:37:21.927Z | Compiling subprocess v0.2.9 |
2695 | 2024-10-31T17:37:22.889Z | Compiling display-error-chain v0.2.1 |
2696 | 2024-10-31T17:37:23.088Z | Compiling hex-literal v0.4.1 |
2697 | 2024-10-31T17:37:23.259Z | Compiling dhcproto-macros v0.1.0 |
2698 | 2024-10-31T17:37:23.423Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2699 | 2024-10-31T17:37:23.917Z | Compiling internet-checksum v0.2.1 |
2700 | 2024-10-31T17:37:24.383Z | Compiling dhcproto v0.12.0 |
2701 | 2024-10-31T17:37:24.555Z | Compiling russh v0.45.0 |
2702 | 2024-10-31T17:37:30.063Z | Compiling progenitor v0.8.0 |
2703 | 2024-10-31T17:37:30.168Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2704 | 2024-10-31T17:37:30.171Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2705 | 2024-10-31T17:37:30.171Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2706 | 2024-10-31T17:37:30.171Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2707 | 2024-10-31T17:37:30.171Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2708 | 2024-10-31T17:37:30.171Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
2709 | 2024-10-31T17:37:30.171Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
2710 | 2024-10-31T17:37:30.265Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2711 | 2024-10-31T17:37:31.566Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2712 | 2024-10-31T17:37:34.958Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2713 | 2024-10-31T17:37:37.332Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2714 | 2024-10-31T17:37:45.465Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2715 | 2024-10-31T17:37:45.465Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2716 | 2024-10-31T17:37:45.467Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2717 | 2024-10-31T17:37:45.468Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-10-31T17:37:46.290Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2719 | 2024-10-31T17:37:48.700Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2720 | 2024-10-31T17:37:49.465Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2721 | 2024-10-31T17:37:49.678Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2722 | 2024-10-31T17:37:51.953Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2723 | 2024-10-31T17:37:53.118Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2724 | 2024-10-31T17:37:53.918Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2725 | 2024-10-31T17:37:54.314Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2726 | 2024-10-31T17:37:56.007Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2727 | 2024-10-31T17:37:56.612Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2024-10-31T17:37:58.049Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2729 | 2024-10-31T17:37:58.092Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2730 | 2024-10-31T17:37:58.198Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2731 | 2024-10-31T17:37:59.098Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2732 | 2024-10-31T17:37:59.547Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2733 | 2024-10-31T17:38:00.768Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2734 | 2024-10-31T17:38:01.216Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2735 | 2024-10-31T17:38:01.597Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2736 | 2024-10-31T17:38:02.100Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2737 | 2024-10-31T17:38:04.722Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2738 | 2024-10-31T17:38:05.157Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2739 | 2024-10-31T17:38:07.794Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2740 | 2024-10-31T17:38:07.923Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2741 | 2024-10-31T17:38:12.939Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2742 | 2024-10-31T17:38:21.077Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2743 | 2024-10-31T17:38:22.330Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2744 | 2024-10-31T17:38:38.881Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2745 | 2024-10-31T17:39:14.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2746 | 2024-10-31T17:39:14.925Z | |
2747 | 2024-10-31T17:39:14.925Z | real 2:32.533742124 |
2748 | 2024-10-31T17:39:14.925Z | user 11:26.260691760 |
2749 | 2024-10-31T17:39:14.925Z | sys 2:32.628069459 |
2750 | 2024-10-31T17:39:14.925Z | trap 0.293364813 |
2751 | 2024-10-31T17:39:14.925Z | tflt 1.314083175 |
2752 | 2024-10-31T17:39:14.925Z | dflt 2.283135621 |
2753 | 2024-10-31T17:39:14.925Z | kflt 0.000004659 |
2754 | 2024-10-31T17:39:14.925Z | lock 23:58.376626307 |
2755 | 2024-10-31T17:39:14.925Z | slp 40:57.318962375 |
2756 | 2024-10-31T17:39:14.925Z | lat 33.083064582 |
2757 | 2024-10-31T17:39:14.925Z | stop 1:16.453554508 |
2758 | 2024-10-31T17:39:14.928Z | + mkdir tests |
2759 | 2024-10-31T17:39:14.931Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2760 | 2024-10-31T17:39:14.931Z | + xargs -I '{}' -t cp '{}' tests/ |
2761 | 2024-10-31T17:39:14.969Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-0ec088441df6d399 tests/ |
2762 | 2024-10-31T17:39:14.995Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3050ae0f06ab7321 tests/ |
2763 | 2024-10-31T17:39:15.019Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-85a63916ba1131d0 tests/ |
2764 | 2024-10-31T17:39:15.044Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-414b9a7446254693 tests/ |
2765 | 2024-10-31T17:39:15.250Z | + 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/*) |
2766 | 2024-10-31T17:39:15.253Z | + 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-3050ae0f06ab7321 tests/commtest-85a63916ba1131d0 tests/dhcp_server-0ec088441df6d399 tests/end_to_end_tests-414b9a7446254693 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 |
2767 | 2024-10-31T17:40:20.323Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2768 | 2024-10-31T17:40:20.323Z | a .github/buildomat/ci-env.sh 1K |
2769 | 2024-10-31T17:40:20.323Z | a out/target/test 1K |
2770 | 2024-10-31T17:40:20.323Z | a out/npuzone/npuzone 23144K |
2771 | 2024-10-31T17:40:20.323Z | a package-manifest.toml 32K |
2772 | 2024-10-31T17:40:20.323Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2773 | 2024-10-31T17:40:20.323Z | a target/release/omicron-package 32897K |
2774 | 2024-10-31T17:40:20.323Z | a target/release/xtask 12146K |
2775 | 2024-10-31T17:40:20.323Z | a target/debug/bootstrap 197770K |
2776 | 2024-10-31T17:40:20.323Z | a tests/bootstrap-3050ae0f06ab7321 23995K |
2777 | 2024-10-31T17:40:20.323Z | a tests/commtest-85a63916ba1131d0 24420K |
2778 | 2024-10-31T17:40:20.323Z | a tests/dhcp_server-0ec088441df6d399 23995K |
2779 | 2024-10-31T17:40:20.323Z | a tests/end_to_end_tests-414b9a7446254693 210502K |
2780 | 2024-10-31T17:40:20.323Z | a out/clickhouse.tar.gz 244672K |
2781 | 2024-10-31T17:40:20.323Z | a out/clickhouse_keeper.tar.gz 244656K |
2782 | 2024-10-31T17:40:20.323Z | a out/clickhouse_server.tar.gz 244656K |
2783 | 2024-10-31T17:40:20.323Z | a out/cockroachdb.tar.gz 130236K |
2784 | 2024-10-31T17:40:20.323Z | a out/crucible-dtrace.tar 82K |
2785 | 2024-10-31T17:40:20.324Z | a out/crucible-pantry-zone.tar.gz 26986K |
2786 | 2024-10-31T17:40:20.324Z | a out/crucible-zone.tar.gz 35179K |
2787 | 2024-10-31T17:40:20.324Z | a out/external-dns.tar.gz 30877K |
2788 | 2024-10-31T17:40:20.324Z | a out/internal-dns.tar.gz 30878K |
2789 | 2024-10-31T17:40:20.324Z | a out/mg-ddm-gz.tar 62661K |
2790 | 2024-10-31T17:40:20.324Z | a out/nexus.tar.gz 95433K |
2791 | 2024-10-31T17:40:20.324Z | a out/ntp.tar.gz 9131K |
2792 | 2024-10-31T17:40:20.324Z | a out/omicron-gateway-softnpu.tar.gz 21672K |
2793 | 2024-10-31T17:40:20.324Z | a out/omicron-sled-agent.tar 103765K |
2794 | 2024-10-31T17:40:20.324Z | a out/overlay.tar.gz 3K |
2795 | 2024-10-31T17:40:20.324Z | a out/oximeter.tar.gz 46138K |
2796 | 2024-10-31T17:40:20.324Z | a out/oxlog.tar 3037K |
2797 | 2024-10-31T17:40:20.324Z | a out/probe.tar.gz 2764K |
2798 | 2024-10-31T17:40:20.324Z | a out/propolis-server.tar.gz 66490K |
2799 | 2024-10-31T17:40:20.324Z | a out/pumpkind-gz.tar 26665K |
2800 | 2024-10-31T17:40:20.324Z | a out/switch-softnpu.tar.gz 223613K |
2801 | 2024-10-31T17:40:20.327Z | |
2802 | 2024-10-31T17:40:20.327Z | real 1:05.065840733 |
2803 | 2024-10-31T17:40:20.327Z | user 1:02.220037394 |
2804 | 2024-10-31T17:40:20.327Z | sys 3.890223916 |
2805 | 2024-10-31T17:40:20.327Z | trap 0.017219259 |
2806 | 2024-10-31T17:40:20.327Z | tflt 0.000000000 |
2807 | 2024-10-31T17:40:20.327Z | dflt 0.000000000 |
2808 | 2024-10-31T17:40:20.327Z | kflt 0.000000000 |
2809 | 2024-10-31T17:40:20.327Z | lock 0.000000000 |
2810 | 2024-10-31T17:40:20.327Z | slp 1:02.198318983 |
2811 | 2024-10-31T17:40:20.327Z | lat 1.800084592 |
2812 | 2024-10-31T17:40:20.327Z | stop 0.000682473 |
2813 | 2024-10-31T17:40:20.327Z | process exited: duration 1862085 ms, exit code 0 |
|
2814 | 2024-10-31T17:40:20.340Z | found 1 output files |
2815 | 2024-10-31T17:40:20.340Z | uploading: /work/package.tar.gz (1693442958 bytes) |
2816 | 2024-10-31T17:40:49.407Z | uploaded: /work/package.tar.gz |