|
|
|
1 | 2025-01-08T14:34:07.297Z | job assigned to worker 01JH35AV8JY85ATXKVAKQ011T7 [factory aws, i-093fdf111c1be6f62] (queued for 1 m 5 s) |
|
2 | 2025-01-08T14:34:15.321Z | starting task 0: "setup" |
3 | 2025-01-08T14:34:15.328Z | ++ uname -s |
4 | 2025-01-08T14:34:15.330Z | + kern=SunOS |
5 | 2025-01-08T14:34:15.330Z | + case "$kern" in |
6 | 2025-01-08T14:34:15.330Z | + groupadd -g 12345 build |
7 | 2025-01-08T14:34:15.333Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T14:34:17.340Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T14:34:17.472Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T14:34:17.481Z | + home_fs=zfs |
11 | 2025-01-08T14:34:17.481Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T14:34:17.482Z | + mkdir -p /home/build |
13 | 2025-01-08T14:34:17.482Z | + chown build:build /home/build /work |
14 | 2025-01-08T14:34:19.480Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T14:34:19.483Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2025-01-08T14:34:19.489Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T14:34:19.494Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T14:34:19.494Z | ' 1.81.0 |
19 | 2025-01-08T14:34:19.494Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-08T14:34:19.495Z | ' default |
21 | 2025-01-08T14:34:19.495Z | * toolchain channel = "1.81.0" |
22 | 2025-01-08T14:34:19.495Z | * toolchain profile = "default" |
23 | 2025-01-08T14:34:19.499Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T14:34:19.499Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T14:34:19.604Z | info: downloading installer |
26 | 2025-01-08T14:34:20.752Z | info: profile set to 'default' |
27 | 2025-01-08T14:34:20.752Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T14:34:20.755Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T14:34:20.892Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T14:34:20.892Z | info: downloading component 'cargo' |
31 | 2025-01-08T14:34:21.587Z | info: downloading component 'clippy' |
32 | 2025-01-08T14:34:21.846Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T14:34:22.813Z | info: downloading component 'rust-std' |
34 | 2025-01-08T14:34:24.384Z | info: downloading component 'rustc' |
35 | 2025-01-08T14:34:29.798Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T14:34:30.011Z | info: installing component 'cargo' |
37 | 2025-01-08T14:34:30.810Z | info: installing component 'clippy' |
38 | 2025-01-08T14:34:31.169Z | info: installing component 'rust-docs' |
39 | 2025-01-08T14:34:32.785Z | info: installing component 'rust-std' |
40 | 2025-01-08T14:34:34.514Z | info: installing component 'rustc' |
41 | 2025-01-08T14:34:40.244Z | info: installing component 'rustfmt' |
42 | 2025-01-08T14:34:40.564Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T14:34:40.564Z | |
44 | 2025-01-08T14:34:40.930Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T14:34:40.930Z | |
46 | 2025-01-08T14:34:40.933Z | |
47 | 2025-01-08T14:34:40.933Z | Rust is installed now. Great! |
48 | 2025-01-08T14:34:40.933Z | |
49 | 2025-01-08T14:34:40.933Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T14:34:40.933Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T14:34:40.933Z | |
52 | 2025-01-08T14:34:40.933Z | To configure your current shell, you need to source |
53 | 2025-01-08T14:34:40.933Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T14:34:40.933Z | |
55 | 2025-01-08T14:34:40.933Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T14:34:40.933Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T14:34:40.933Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T14:34:41.009Z | + rustc --version |
59 | 2025-01-08T14:34:41.075Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T14:34:41.078Z | process exited: duration 21587 ms, exit code 0 |
|
61 | 2025-01-08T14:34:41.083Z | starting task 2: "authentication" |
62 | 2025-01-08T14:34:41.104Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T14:34:41.109Z | starting task 3: "clone repository" |
64 | 2025-01-08T14:34:41.114Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T14:34:41.117Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T14:34:41.155Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T14:34:49.155Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T14:34:49.155Z | + git fetch origin 170ba7b287772751ab120fc5b4c54ea3de10527d |
69 | 2025-01-08T14:34:49.559Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T14:34:49.561Z | * branch 170ba7b287772751ab120fc5b4c54ea3de10527d -> FETCH_HEAD |
71 | 2025-01-08T14:34:49.570Z | + [[ -n spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
72 | 2025-01-08T14:34:49.573Z | ++ git branch --show-current |
73 | 2025-01-08T14:34:49.575Z | + current=main |
74 | 2025-01-08T14:34:49.575Z | + [[ main != spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
75 | 2025-01-08T14:34:49.576Z | + git branch -f spr/papertigers/sled-diagnostics-add-pfiles-output 170ba7b287772751ab120fc5b4c54ea3de10527d |
76 | 2025-01-08T14:34:49.579Z | + git checkout -f spr/papertigers/sled-diagnostics-add-pfiles-output |
77 | 2025-01-08T14:34:49.632Z | Switched to branch 'spr/papertigers/sled-diagnostics-add-pfiles-output' |
78 | 2025-01-08T14:34:49.635Z | + git reset --hard 170ba7b287772751ab120fc5b4c54ea3de10527d |
79 | 2025-01-08T14:34:49.685Z | HEAD is now at 170ba7b28 rebase |
80 | 2025-01-08T14:34:49.687Z | process exited: duration 8575 ms, exit code 0 |
|
81 | 2025-01-08T14:34:49.692Z | starting task 4: "build" |
82 | 2025-01-08T14:34:49.698Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T14:34:49.698Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T14:34:49.698Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T14:34:49.698Z | + cargo --version |
86 | 2025-01-08T14:34:49.755Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T14:34:49.757Z | + rustc --version |
88 | 2025-01-08T14:34:49.817Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T14:34:49.826Z | + WORK=/work |
90 | 2025-01-08T14:34:49.826Z | + pfexec mkdir -p /work |
91 | 2025-01-08T14:34:49.826Z | + pfexec chown build /work |
92 | 2025-01-08T14:34:49.833Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-08T14:34:56.189Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2025-01-08T14:35:00.141Z | Startup: Caching catalogs ... Done |
95 | 2025-01-08T14:35:11.181Z | Planning: Solver setup ... Done (10.056s) |
96 | 2025-01-08T14:35:11.319Z | Planning: Running solver ... Done (0.138s) |
97 | 2025-01-08T14:35:11.429Z | Planning: Finding local manifests ... Done (0.005s) |
98 | 2025-01-08T14:35:11.459Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2025-01-08T14:35:12.151Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2025-01-08T14:35:12.418Z | Planning: Package planning ... Done (0.267s) |
101 | 2025-01-08T14:35:12.475Z | Planning: Merging actions ... Done (0.057s) |
102 | 2025-01-08T14:35:12.670Z | Planning: Checking for conflicting actions ... Done (0.195s) |
103 | 2025-01-08T14:35:14.741Z | Planning: Consolidating action changes ... Done (2.070s) |
104 | 2025-01-08T14:35:15.187Z | Planning: Evaluating mediators ... Done (0.445s) |
105 | 2025-01-08T14:35:15.270Z | Planning: Planning completed in 15.03 seconds |
106 | 2025-01-08T14:35:15.287Z | Packages to install: 4 |
107 | 2025-01-08T14:35:15.287Z | Packages to update: 1 |
108 | 2025-01-08T14:35:15.287Z | Mediators to change: 2 |
109 | 2025-01-08T14:35:15.290Z | Services to change: 1 |
110 | 2025-01-08T14:35:15.290Z | Estimated space available: 155.64 GB |
111 | 2025-01-08T14:35:15.290Z | Estimated space to be consumed: 1.62 GB |
112 | 2025-01-08T14:35:15.290Z | Create boot environment: No |
113 | 2025-01-08T14:35:15.290Z | Create backup boot environment: Yes |
114 | 2025-01-08T14:35:15.290Z | Rebuild boot archive: No |
115 | 2025-01-08T14:35:15.290Z | |
116 | 2025-01-08T14:35:15.290Z | Changed mediators: |
117 | 2025-01-08T14:35:15.290Z | mediator clang: |
118 | 2025-01-08T14:35:15.290Z | version: None -> 15 (system default) |
119 | 2025-01-08T14:35:15.290Z | |
120 | 2025-01-08T14:35:15.290Z | mediator llvm: |
121 | 2025-01-08T14:35:15.290Z | version: 14 (system default) -> 15 (system default) |
122 | 2025-01-08T14:35:15.290Z | |
123 | 2025-01-08T14:35:15.290Z | Changed packages: |
124 | 2025-01-08T14:35:15.290Z | helios-dev |
125 | 2025-01-08T14:35:15.290Z | developer/build-essential |
126 | 2025-01-08T14:35:15.290Z | None -> 11-2.0 |
127 | 2025-01-08T14:35:15.290Z | library/libxmlsec1 |
128 | 2025-01-08T14:35:15.290Z | None -> 1.2.35-2.0 |
129 | 2025-01-08T14:35:15.290Z | ooce/developer/clang-15 |
130 | 2025-01-08T14:35:15.290Z | None -> 15.0.7-2.0 |
131 | 2025-01-08T14:35:15.290Z | ooce/developer/llvm-15 |
132 | 2025-01-08T14:35:15.290Z | None -> 15.0.7-2.0 |
133 | 2025-01-08T14:35:15.290Z | package/pkg |
134 | 2025-01-08T14:35:15.290Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2025-01-08T14:35:15.290Z | |
136 | 2025-01-08T14:35:15.290Z | Services: |
137 | 2025-01-08T14:35:15.290Z | restart_fmri: |
138 | 2025-01-08T14:35:15.290Z | svc:/system/update-man-index:default |
139 | 2025-01-08T14:35:15.290Z | |
140 | 2025-01-08T14:35:15.290Z | Editable files to change: |
141 | 2025-01-08T14:35:15.291Z | Update: |
142 | 2025-01-08T14:35:15.291Z | usr/share/lib/pkg/web/config.shtml |
143 | 2025-01-08T14:35:15.369Z | |
144 | 2025-01-08T14:35:15.369Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2025-01-08T14:35:20.370Z | Download: 579/4281 items 17.6/220.6MB 7% complete (3.6M/s) |
146 | 2025-01-08T14:35:25.373Z | Download: 1614/4281 items 117.8/220.6MB 53% complete (11.9M/s) |
147 | 2025-01-08T14:35:30.373Z | Download: 2794/4281 items 120.8/220.6MB 54% complete (10.3M/s) |
148 | 2025-01-08T14:35:35.377Z | Download: 3569/4281 items 215.8/220.6MB 97% complete (9.8M/s) |
149 | 2025-01-08T14:35:39.820Z | Download: Completed 220.60 MB in 24.45 seconds (9.0M/s) |
150 | 2025-01-08T14:35:41.936Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2025-01-08T14:35:41.957Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2025-01-08T14:35:46.676Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2025-01-08T14:35:46.997Z | Actions: Completed 5063 actions in 5.06 seconds. |
154 | 2025-01-08T14:35:47.423Z | Done (0.417s) |
155 | 2025-01-08T14:35:47.425Z | Done (0.000s) |
156 | 2025-01-08T14:35:48.002Z | Done (0.578s) |
157 | 2025-01-08T14:35:52.345Z | Done (4.110s) |
158 | 2025-01-08T14:35:52.432Z | Done (0.017s) |
159 | 2025-01-08T14:35:52.435Z | Done (0.000s) |
160 | 2025-01-08T14:35:52.612Z | Done (0.000s) |
161 | 2025-01-08T14:35:53.366Z | Planning: Evaluating mediator changes ... Done |
162 | 2025-01-08T14:35:53.466Z | Planning: Checking for conflicting actions ... Done |
163 | 2025-01-08T14:35:53.479Z | Planning: Consolidating action changes ... Done |
164 | 2025-01-08T14:35:53.874Z | Planning: Evaluating mediators ... Done |
165 | 2025-01-08T14:35:54.085Z | Planning: Planning completed in 0.43 seconds |
166 | 2025-01-08T14:35:54.085Z | Mediators to change: 2 |
167 | 2025-01-08T14:35:54.086Z | Create boot environment: No |
168 | 2025-01-08T14:35:54.086Z | Create backup boot environment: No |
169 | 2025-01-08T14:35:54.086Z | Done |
170 | 2025-01-08T14:35:54.086Z | Done |
171 | 2025-01-08T14:35:54.377Z | Done |
172 | 2025-01-08T14:35:57.892Z | Done |
173 | 2025-01-08T14:35:57.987Z | Done |
174 | 2025-01-08T14:35:57.992Z | Done |
175 | 2025-01-08T14:35:58.135Z | Done |
176 | 2025-01-08T14:35:58.747Z | Planning: Evaluating mediator changes ... Done |
177 | 2025-01-08T14:35:58.750Z | Planning: Merging actions ... Done |
178 | 2025-01-08T14:35:58.938Z | Planning: Checking for conflicting actions ... Done |
179 | 2025-01-08T14:35:58.941Z | Planning: Consolidating action changes ... Done |
180 | 2025-01-08T14:35:59.207Z | Planning: Evaluating mediators ... Done |
181 | 2025-01-08T14:35:59.263Z | Planning: Planning completed in 0.76 seconds |
182 | 2025-01-08T14:35:59.305Z | Packages to change: 1 |
183 | 2025-01-08T14:35:59.305Z | Mediators to change: 1 |
184 | 2025-01-08T14:35:59.307Z | Services to change: 1 |
185 | 2025-01-08T14:35:59.307Z | Create boot environment: No |
186 | 2025-01-08T14:35:59.307Z | Create backup boot environment: Yes |
187 | 2025-01-08T14:36:01.647Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2025-01-08T14:36:01.651Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2025-01-08T14:36:01.651Z | Done |
190 | 2025-01-08T14:36:01.651Z | Done |
191 | 2025-01-08T14:36:01.767Z | Done |
192 | 2025-01-08T14:36:05.409Z | Done |
193 | 2025-01-08T14:36:05.500Z | Done |
194 | 2025-01-08T14:36:05.503Z | Done |
195 | 2025-01-08T14:36:05.663Z | Done |
196 | 2025-01-08T14:36:06.079Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2025-01-08T14:36:06.079Z | clang system 15 system |
198 | 2025-01-08T14:36:06.079Z | csh system system illumos |
199 | 2025-01-08T14:36:06.079Z | ctags system system illumos |
200 | 2025-01-08T14:36:06.079Z | gcc vendor 12 vendor |
201 | 2025-01-08T14:36:06.080Z | gcc system 10 system |
202 | 2025-01-08T14:36:06.080Z | gcc system 7 system |
203 | 2025-01-08T14:36:06.080Z | go system 1.20 system |
204 | 2025-01-08T14:36:06.080Z | go system 1.19 system |
205 | 2025-01-08T14:36:06.080Z | llvm system 15 system |
206 | 2025-01-08T14:36:06.080Z | llvm system 14 system |
207 | 2025-01-08T14:36:06.080Z | mariadb system 10.6 system |
208 | 2025-01-08T14:36:06.080Z | mta vendor vendor dma |
209 | 2025-01-08T14:36:06.080Z | openjdk system 17 system |
210 | 2025-01-08T14:36:06.080Z | openjdk system 11 system |
211 | 2025-01-08T14:36:06.080Z | openjdk system 1.8 system |
212 | 2025-01-08T14:36:06.080Z | openssl vendor 3 vendor |
213 | 2025-01-08T14:36:06.080Z | perl system 5.36 system |
214 | 2025-01-08T14:36:06.080Z | postgresql system 15 system |
215 | 2025-01-08T14:36:06.080Z | postgresql system 13 system |
216 | 2025-01-08T14:36:06.080Z | python vendor 3 vendor |
217 | 2025-01-08T14:36:06.080Z | python system 2 system |
218 | 2025-01-08T14:36:06.080Z | python3 system 3.11 system |
219 | 2025-01-08T14:36:06.080Z | ruby system 3.0 system |
220 | 2025-01-08T14:36:06.080Z | words vendor vendor american-english |
221 | 2025-01-08T14:36:06.080Z | words system system australian-english |
222 | 2025-01-08T14:36:06.080Z | words system system british-english |
223 | 2025-01-08T14:36:06.080Z | words system system canadian-english |
224 | 2025-01-08T14:36:06.080Z | words system system french |
225 | 2025-01-08T14:36:06.080Z | words system system italian |
226 | 2025-01-08T14:36:06.080Z | words system system ngerman |
227 | 2025-01-08T14:36:06.080Z | words system system ogerman |
228 | 2025-01-08T14:36:06.080Z | words system system spanish |
229 | 2025-01-08T14:36:06.416Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2025-01-08T14:36:06.416Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2025-01-08T14:36:09.207Z | FMRI IFO |
232 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2025-01-08T14:36:09.207Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2025-01-08T14:36:09.208Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2025-01-08T14:36:09.988Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2025-01-08T14:36:10.284Z | Updating crates.io index |
249 | 2025-01-08T14:36:10.286Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
250 | 2025-01-08T14:36:10.632Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2025-01-08T14:36:11.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2025-01-08T14:36:11.480Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2025-01-08T14:36:11.743Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2025-01-08T14:36:12.003Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2025-01-08T14:36:12.978Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2025-01-08T14:36:14.558Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2025-01-08T14:36:15.351Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2025-01-08T14:36:16.180Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2025-01-08T14:36:16.460Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2025-01-08T14:36:16.791Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2025-01-08T14:36:17.388Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2025-01-08T14:36:17.719Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2025-01-08T14:36:18.028Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2025-01-08T14:36:18.283Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2025-01-08T14:36:18.541Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2025-01-08T14:36:18.810Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2025-01-08T14:36:19.124Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2025-01-08T14:36:19.567Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2025-01-08T14:36:19.885Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2025-01-08T14:36:20.300Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2025-01-08T14:36:20.874Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2025-01-08T14:36:21.182Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2025-01-08T14:36:21.682Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2025-01-08T14:36:22.075Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
275 | 2025-01-08T14:36:22.435Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
276 | 2025-01-08T14:36:22.724Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
277 | 2025-01-08T14:36:22.992Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
278 | 2025-01-08T14:36:24.252Z | Downloading crates ... |
279 | 2025-01-08T14:36:24.389Z | Downloaded bytecount v0.6.8 |
280 | 2025-01-08T14:36:24.396Z | Downloaded anstream v0.6.15 |
281 | 2025-01-08T14:36:24.400Z | Downloaded cargo_toml v0.20.5 |
282 | 2025-01-08T14:36:24.409Z | Downloaded cpufeatures v0.2.14 |
283 | 2025-01-08T14:36:24.411Z | Downloaded digest v0.10.7 |
284 | 2025-01-08T14:36:24.413Z | Downloaded byteorder v1.5.0 |
285 | 2025-01-08T14:36:24.416Z | Downloaded clap v4.5.21 |
286 | 2025-01-08T14:36:24.423Z | Downloaded fnv v1.0.7 |
287 | 2025-01-08T14:36:24.425Z | Downloaded dof v0.3.0 |
288 | 2025-01-08T14:36:24.425Z | Downloaded cfg-if v1.0.0 |
289 | 2025-01-08T14:36:24.431Z | Downloaded errno v0.3.9 |
290 | 2025-01-08T14:36:24.433Z | Downloaded clap_lex v0.7.2 |
291 | 2025-01-08T14:36:24.433Z | Downloaded cargo_metadata v0.18.1 |
292 | 2025-01-08T14:36:24.436Z | Downloaded fastrand v2.1.1 |
293 | 2025-01-08T14:36:24.438Z | Downloaded anstyle v1.0.10 |
294 | 2025-01-08T14:36:24.438Z | Downloaded dtrace-parser v0.2.0 |
295 | 2025-01-08T14:36:24.441Z | Downloaded colorchoice v1.0.2 |
296 | 2025-01-08T14:36:24.441Z | Downloaded camino-tempfile v1.1.1 |
297 | 2025-01-08T14:36:24.443Z | Downloaded itoa v1.0.11 |
298 | 2025-01-08T14:36:24.443Z | Downloaded is_terminal_polyfill v1.70.1 |
299 | 2025-01-08T14:36:24.446Z | Downloaded fs-err v2.11.0 |
300 | 2025-01-08T14:36:24.446Z | Downloaded crypto-common v0.1.6 |
301 | 2025-01-08T14:36:24.448Z | Downloaded bitflags v2.6.0 |
302 | 2025-01-08T14:36:24.450Z | Downloaded equivalent v1.0.1 |
303 | 2025-01-08T14:36:24.452Z | Downloaded clap_derive v4.5.18 |
304 | 2025-01-08T14:36:24.455Z | Downloaded heck v0.5.0 |
305 | 2025-01-08T14:36:24.457Z | Downloaded scroll_derive v0.12.0 |
306 | 2025-01-08T14:36:24.461Z | Downloaded heck v0.4.1 |
307 | 2025-01-08T14:36:24.466Z | Downloaded anstyle-parse v0.2.5 |
308 | 2025-01-08T14:36:24.468Z | Downloaded block-buffer v0.10.4 |
309 | 2025-01-08T14:36:24.471Z | Downloaded generic-array v0.14.7 |
310 | 2025-01-08T14:36:24.473Z | Downloaded anstyle-query v1.1.1 |
311 | 2025-01-08T14:36:24.486Z | Downloaded pretty-hex v0.4.1 |
312 | 2025-01-08T14:36:24.492Z | Downloaded autocfg v1.4.0 |
313 | 2025-01-08T14:36:24.495Z | Downloaded macaddr v1.0.1 |
314 | 2025-01-08T14:36:24.506Z | Downloaded usdt-attr-macro v0.5.0 |
315 | 2025-01-08T14:36:24.509Z | Downloaded swrite v0.1.0 |
316 | 2025-01-08T14:36:24.513Z | Downloaded usdt-macro v0.5.0 |
317 | 2025-01-08T14:36:24.515Z | Downloaded proc-macro-error-attr v1.0.4 |
318 | 2025-01-08T14:36:24.515Z | Downloaded plain v0.2.3 |
319 | 2025-01-08T14:36:24.517Z | Downloaded serde_spanned v0.6.8 |
320 | 2025-01-08T14:36:24.520Z | Downloaded memmap v0.7.0 |
321 | 2025-01-08T14:36:24.523Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2025-01-08T14:36:24.525Z | Downloaded smawk v0.3.2 |
323 | 2025-01-08T14:36:24.525Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2025-01-08T14:36:24.533Z | Downloaded usdt v0.5.0 |
325 | 2025-01-08T14:36:24.535Z | Downloaded cargo-platform v0.1.8 |
326 | 2025-01-08T14:36:24.535Z | Downloaded strsim v0.11.1 |
327 | 2025-01-08T14:36:24.538Z | Downloaded sha2 v0.10.8 |
328 | 2025-01-08T14:36:24.540Z | Downloaded anyhow v1.0.93 |
329 | 2025-01-08T14:36:24.544Z | Downloaded thread-id v4.2.2 |
330 | 2025-01-08T14:36:24.546Z | Downloaded terminal_size v0.4.0 |
331 | 2025-01-08T14:36:24.549Z | Downloaded tabled_derive v0.7.0 |
332 | 2025-01-08T14:36:24.554Z | Downloaded toml_datetime v0.6.8 |
333 | 2025-01-08T14:36:24.559Z | Downloaded thiserror v1.0.69 |
334 | 2025-01-08T14:36:24.564Z | Downloaded version_check v0.9.5 |
335 | 2025-01-08T14:36:24.566Z | Downloaded once_cell v1.20.2 |
336 | 2025-01-08T14:36:24.570Z | Downloaded utf8parse v0.2.2 |
337 | 2025-01-08T14:36:24.573Z | Downloaded pest_generator v2.7.14 |
338 | 2025-01-08T14:36:24.573Z | Downloaded thiserror-impl v1.0.69 |
339 | 2025-01-08T14:36:24.580Z | Downloaded proc-macro-error v1.0.4 |
340 | 2025-01-08T14:36:24.584Z | Downloaded camino v1.1.9 |
341 | 2025-01-08T14:36:24.591Z | Downloaded pest_derive v2.7.14 |
342 | 2025-01-08T14:36:24.593Z | Downloaded log v0.4.22 |
343 | 2025-01-08T14:36:24.601Z | Downloaded tempfile v3.13.0 |
344 | 2025-01-08T14:36:24.603Z | Downloaded zerocopy-derive v0.7.35 |
345 | 2025-01-08T14:36:24.607Z | Downloaded quote v1.0.37 |
346 | 2025-01-08T14:36:24.611Z | Downloaded usdt-impl v0.5.0 |
347 | 2025-01-08T14:36:24.614Z | Downloaded scroll v0.12.0 |
348 | 2025-01-08T14:36:24.616Z | Downloaded typenum v1.17.0 |
349 | 2025-01-08T14:36:24.619Z | Downloaded toml v0.8.19 |
350 | 2025-01-08T14:36:24.621Z | Downloaded papergrid v0.11.0 |
351 | 2025-01-08T14:36:24.626Z | Downloaded unicode-ident v1.0.13 |
352 | 2025-01-08T14:36:24.628Z | Downloaded indexmap v2.6.0 |
353 | 2025-01-08T14:36:24.632Z | Downloaded ryu v1.0.18 |
354 | 2025-01-08T14:36:24.635Z | Downloaded pest_meta v2.7.14 |
355 | 2025-01-08T14:36:24.637Z | Downloaded serde_derive v1.0.215 |
356 | 2025-01-08T14:36:24.639Z | Downloaded semver v1.0.23 |
357 | 2025-01-08T14:36:24.647Z | Downloaded ucd-trie v0.1.7 |
358 | 2025-01-08T14:36:24.650Z | Downloaded proc-macro2 v1.0.89 |
359 | 2025-01-08T14:36:24.657Z | Downloaded textwrap v0.16.1 |
360 | 2025-01-08T14:36:24.676Z | Downloaded clap_builder v4.5.21 |
361 | 2025-01-08T14:36:24.686Z | Downloaded serde v1.0.215 |
362 | 2025-01-08T14:36:24.689Z | Downloaded memchr v2.7.4 |
363 | 2025-01-08T14:36:24.693Z | Downloaded goblin v0.8.2 |
364 | 2025-01-08T14:36:24.702Z | Downloaded hashbrown v0.15.1 |
365 | 2025-01-08T14:36:24.708Z | Downloaded toml_edit v0.22.22 |
366 | 2025-01-08T14:36:24.728Z | Downloaded serde_json v1.0.133 |
367 | 2025-01-08T14:36:24.735Z | Downloaded pest v2.7.14 |
368 | 2025-01-08T14:36:24.759Z | Downloaded zerocopy v0.7.35 |
369 | 2025-01-08T14:36:24.773Z | Downloaded winnow v0.6.20 |
370 | 2025-01-08T14:36:24.781Z | Downloaded tabled v0.15.0 |
371 | 2025-01-08T14:36:24.799Z | Downloaded syn v1.0.109 |
372 | 2025-01-08T14:36:24.808Z | Downloaded unicode-width v0.1.14 |
373 | 2025-01-08T14:36:24.814Z | Downloaded syn v2.0.87 |
374 | 2025-01-08T14:36:24.830Z | Downloaded rustix v0.38.37 |
375 | 2025-01-08T14:36:24.869Z | Downloaded libc v0.2.162 |
376 | 2025-01-08T14:36:25.184Z | Compiling proc-macro2 v1.0.89 |
377 | 2025-01-08T14:36:25.184Z | Compiling unicode-ident v1.0.13 |
378 | 2025-01-08T14:36:25.187Z | Compiling serde v1.0.215 |
379 | 2025-01-08T14:36:25.187Z | Compiling version_check v0.9.5 |
380 | 2025-01-08T14:36:25.187Z | Compiling thiserror v1.0.69 |
381 | 2025-01-08T14:36:25.187Z | Compiling memchr v2.7.4 |
382 | 2025-01-08T14:36:25.187Z | Compiling libc v0.2.162 |
383 | 2025-01-08T14:36:25.220Z | Compiling ucd-trie v0.1.7 |
384 | 2025-01-08T14:36:25.448Z | Compiling itoa v1.0.11 |
385 | 2025-01-08T14:36:25.707Z | Compiling ryu v1.0.18 |
386 | 2025-01-08T14:36:25.981Z | Compiling once_cell v1.20.2 |
387 | 2025-01-08T14:36:26.069Z | Compiling byteorder v1.5.0 |
388 | 2025-01-08T14:36:26.117Z | Compiling rustix v0.38.37 |
389 | 2025-01-08T14:36:26.408Z | Compiling serde_json v1.0.133 |
390 | 2025-01-08T14:36:26.591Z | Compiling bitflags v2.6.0 |
391 | 2025-01-08T14:36:26.755Z | Compiling usdt-impl v0.5.0 |
392 | 2025-01-08T14:36:26.947Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2025-01-08T14:36:27.017Z | Compiling syn v1.0.109 |
394 | 2025-01-08T14:36:27.044Z | Compiling proc-macro-error v1.0.4 |
395 | 2025-01-08T14:36:27.069Z | Compiling hashbrown v0.15.1 |
396 | 2025-01-08T14:36:27.106Z | Compiling quote v1.0.37 |
397 | 2025-01-08T14:36:27.322Z | Compiling plain v0.2.3 |
398 | 2025-01-08T14:36:27.455Z | Compiling errno v0.3.9 |
399 | 2025-01-08T14:36:27.485Z | Compiling syn v2.0.87 |
400 | 2025-01-08T14:36:27.730Z | Compiling utf8parse v0.2.2 |
401 | 2025-01-08T14:36:27.776Z | Compiling camino v1.1.9 |
402 | 2025-01-08T14:36:27.856Z | Compiling equivalent v1.0.1 |
403 | 2025-01-08T14:36:27.895Z | Compiling log v0.4.22 |
404 | 2025-01-08T14:36:27.984Z | Compiling thread-id v4.2.2 |
405 | 2025-01-08T14:36:28.019Z | Compiling anstyle-parse v0.2.5 |
406 | 2025-01-08T14:36:28.241Z | Compiling indexmap v2.6.0 |
407 | 2025-01-08T14:36:28.441Z | Compiling unicode-width v0.1.14 |
408 | 2025-01-08T14:36:28.490Z | Compiling autocfg v1.4.0 |
409 | 2025-01-08T14:36:28.705Z | Compiling anstyle-query v1.1.1 |
410 | 2025-01-08T14:36:28.878Z | Compiling semver v1.0.23 |
411 | 2025-01-08T14:36:28.903Z | Compiling pretty-hex v0.4.1 |
412 | 2025-01-08T14:36:28.989Z | Compiling anstyle v1.0.10 |
413 | 2025-01-08T14:36:29.121Z | Compiling winnow v0.6.20 |
414 | 2025-01-08T14:36:29.421Z | Compiling is_terminal_polyfill v1.70.1 |
415 | 2025-01-08T14:36:29.454Z | Compiling colorchoice v1.0.2 |
416 | 2025-01-08T14:36:29.626Z | Compiling anstream v0.6.15 |
417 | 2025-01-08T14:36:29.704Z | Compiling fs-err v2.11.0 |
418 | 2025-01-08T14:36:29.801Z | Compiling terminal_size v0.4.0 |
419 | 2025-01-08T14:36:29.827Z | Compiling anyhow v1.0.93 |
420 | 2025-01-08T14:36:29.993Z | Compiling clap_lex v0.7.2 |
421 | 2025-01-08T14:36:30.021Z | Compiling bytecount v0.6.8 |
422 | 2025-01-08T14:36:30.349Z | Compiling fnv v1.0.7 |
423 | 2025-01-08T14:36:30.466Z | Compiling heck v0.5.0 |
424 | 2025-01-08T14:36:30.492Z | Compiling strsim v0.11.1 |
425 | 2025-01-08T14:36:30.514Z | Compiling fastrand v2.1.1 |
426 | 2025-01-08T14:36:30.514Z | Compiling cfg-if v1.0.0 |
427 | 2025-01-08T14:36:30.671Z | Compiling heck v0.4.1 |
428 | 2025-01-08T14:36:31.129Z | Compiling tempfile v3.13.0 |
429 | 2025-01-08T14:36:31.157Z | Compiling clap_builder v4.5.21 |
430 | 2025-01-08T14:36:31.190Z | Compiling papergrid v0.11.0 |
431 | 2025-01-08T14:36:31.639Z | Compiling memmap v0.7.0 |
432 | 2025-01-08T14:36:31.718Z | Compiling unicode-linebreak v0.1.5 |
433 | 2025-01-08T14:36:32.009Z | Compiling smawk v0.3.2 |
434 | 2025-01-08T14:36:32.217Z | Compiling textwrap v0.16.1 |
435 | 2025-01-08T14:36:32.641Z | Compiling swrite v0.1.0 |
436 | 2025-01-08T14:36:33.939Z | Compiling tabled_derive v0.7.0 |
437 | 2025-01-08T14:36:35.418Z | Compiling tabled v0.15.0 |
438 | 2025-01-08T14:36:36.512Z | Compiling serde_derive v1.0.215 |
439 | 2025-01-08T14:36:36.512Z | Compiling thiserror-impl v1.0.69 |
440 | 2025-01-08T14:36:36.515Z | Compiling zerocopy-derive v0.7.35 |
441 | 2025-01-08T14:36:36.642Z | Compiling scroll_derive v0.12.0 |
442 | 2025-01-08T14:36:36.687Z | Compiling clap_derive v4.5.18 |
443 | 2025-01-08T14:36:37.977Z | Compiling scroll v0.12.0 |
444 | 2025-01-08T14:36:38.484Z | Compiling goblin v0.8.2 |
445 | 2025-01-08T14:36:38.511Z | Compiling zerocopy v0.7.35 |
446 | 2025-01-08T14:36:39.117Z | Compiling pest v2.7.14 |
447 | 2025-01-08T14:36:40.496Z | Compiling clap v4.5.21 |
448 | 2025-01-08T14:36:41.549Z | Compiling pest_meta v2.7.14 |
449 | 2025-01-08T14:36:42.399Z | Compiling pest_generator v2.7.14 |
450 | 2025-01-08T14:36:44.256Z | Compiling pest_derive v2.7.14 |
451 | 2025-01-08T14:36:44.919Z | Compiling dtrace-parser v0.2.0 |
452 | 2025-01-08T14:36:46.808Z | Compiling toml_datetime v0.6.8 |
453 | 2025-01-08T14:36:46.808Z | Compiling serde_spanned v0.6.8 |
454 | 2025-01-08T14:36:46.811Z | Compiling cargo-platform v0.1.8 |
455 | 2025-01-08T14:36:47.202Z | Compiling serde_tokenstream v0.2.2 |
456 | 2025-01-08T14:36:47.381Z | Compiling toml_edit v0.22.22 |
457 | 2025-01-08T14:36:47.409Z | Compiling macaddr v1.0.1 |
458 | 2025-01-08T14:36:47.435Z | Compiling camino-tempfile v1.1.1 |
459 | 2025-01-08T14:36:48.338Z | Compiling dof v0.3.0 |
460 | 2025-01-08T14:36:48.338Z | Compiling cargo_metadata v0.18.1 |
461 | 2025-01-08T14:36:50.155Z | Compiling toml v0.8.19 |
462 | 2025-01-08T14:36:50.253Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2025-01-08T14:36:50.253Z | Compiling usdt-macro v0.5.0 |
464 | 2025-01-08T14:36:51.072Z | Compiling cargo_toml v0.20.5 |
465 | 2025-01-08T14:36:51.631Z | Compiling usdt v0.5.0 |
466 | 2025-01-08T14:36:54.584Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2025-01-08T14:36:58.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.00s |
468 | 2025-01-08T14:36:59.018Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2025-01-08T14:36:59.560Z | Downloading crates ... |
470 | 2025-01-08T14:36:59.692Z | Downloaded darling v0.20.10 |
471 | 2025-01-08T14:36:59.697Z | Downloaded atomic-waker v1.1.2 |
472 | 2025-01-08T14:36:59.700Z | Downloaded headers-core v0.3.0 |
473 | 2025-01-08T14:36:59.702Z | Downloaded http-body v1.0.1 |
474 | 2025-01-08T14:36:59.702Z | Downloaded http-body-util v0.1.2 |
475 | 2025-01-08T14:36:59.705Z | Downloaded home v0.5.9 |
476 | 2025-01-08T14:36:59.708Z | Downloaded atomicwrites v0.4.4 |
477 | 2025-01-08T14:36:59.708Z | Downloaded http-range v0.1.5 |
478 | 2025-01-08T14:36:59.710Z | Downloaded ident_case v1.0.1 |
479 | 2025-01-08T14:36:59.710Z | Downloaded arrayref v0.3.9 |
480 | 2025-01-08T14:36:59.712Z | Downloaded addr2line v0.24.2 |
481 | 2025-01-08T14:36:59.715Z | Downloaded md5 v0.7.0 |
482 | 2025-01-08T14:36:59.717Z | Downloaded match_cfg v0.1.0 |
483 | 2025-01-08T14:36:59.720Z | Downloaded ahash v0.8.11 |
484 | 2025-01-08T14:36:59.729Z | Downloaded backoff v0.4.0 |
485 | 2025-01-08T14:36:59.729Z | Downloaded hostname v0.3.1 |
486 | 2025-01-08T14:36:59.729Z | Downloaded async-stream v0.3.6 |
487 | 2025-01-08T14:36:59.729Z | Downloaded async-recursion v1.1.1 |
488 | 2025-01-08T14:36:59.732Z | Downloaded async-bb8-diesel v0.2.1 |
489 | 2025-01-08T14:36:59.734Z | Downloaded heck v0.3.3 |
490 | 2025-01-08T14:36:59.737Z | Downloaded icu_provider_macros v1.5.0 |
491 | 2025-01-08T14:36:59.737Z | Downloaded atty v0.2.14 |
492 | 2025-01-08T14:36:59.739Z | Downloaded matches v0.1.10 |
493 | 2025-01-08T14:36:59.741Z | Downloaded aws-lc-rs v1.10.0 |
494 | 2025-01-08T14:36:59.750Z | Downloaded instant v0.1.13 |
495 | 2025-01-08T14:36:59.752Z | Downloaded hubpack_derive v0.1.1 |
496 | 2025-01-08T14:36:59.754Z | Downloaded hostname v0.4.0 |
497 | 2025-01-08T14:36:59.757Z | Downloaded libefi-sys v0.1.0 |
498 | 2025-01-08T14:36:59.757Z | Downloaded bcrypt-pbkdf v0.10.0 |
499 | 2025-01-08T14:36:59.759Z | Downloaded hex-literal v0.4.1 |
500 | 2025-01-08T14:36:59.762Z | Downloaded instability v0.3.2 |
501 | 2025-01-08T14:36:59.762Z | Downloaded internet-checksum v0.2.1 |
502 | 2025-01-08T14:36:59.764Z | Downloaded cfg_aliases v0.1.1 |
503 | 2025-01-08T14:36:59.764Z | Downloaded inout v0.1.3 |
504 | 2025-01-08T14:36:59.767Z | Downloaded aho-corasick v1.1.3 |
505 | 2025-01-08T14:36:59.773Z | Downloaded md-5 v0.10.6 |
506 | 2025-01-08T14:36:59.776Z | Downloaded linked-hash-map v0.5.6 |
507 | 2025-01-08T14:36:59.778Z | Downloaded mime v0.3.17 |
508 | 2025-01-08T14:36:59.780Z | Downloaded memoffset v0.9.1 |
509 | 2025-01-08T14:36:59.783Z | Downloaded maybe-uninit v2.0.0 |
510 | 2025-01-08T14:36:59.783Z | Downloaded maplit v1.0.2 |
511 | 2025-01-08T14:36:59.785Z | Downloaded humantime v2.1.0 |
512 | 2025-01-08T14:36:59.787Z | Downloaded cfg_aliases v0.2.1 |
513 | 2025-01-08T14:36:59.788Z | Downloaded libsw v3.3.1 |
514 | 2025-01-08T14:36:59.792Z | Downloaded impl-trait-for-tuples v0.2.2 |
515 | 2025-01-08T14:36:59.794Z | Downloaded lazycell v1.3.0 |
516 | 2025-01-08T14:36:59.796Z | Downloaded ciborium-ll v0.2.2 |
517 | 2025-01-08T14:36:59.799Z | Downloaded highway v1.2.0 |
518 | 2025-01-08T14:36:59.801Z | Downloaded lock_api v0.4.12 |
519 | 2025-01-08T14:36:59.803Z | Downloaded bcs v0.1.6 |
520 | 2025-01-08T14:36:59.806Z | Downloaded cassowary v0.3.0 |
521 | 2025-01-08T14:36:59.808Z | Downloaded hickory-client v0.24.1 |
522 | 2025-01-08T14:36:59.810Z | Downloaded icu_locid_transform v1.5.0 |
523 | 2025-01-08T14:36:59.813Z | Downloaded litemap v0.7.3 |
524 | 2025-01-08T14:36:59.816Z | Downloaded bitfield-struct v0.6.2 |
525 | 2025-01-08T14:36:59.819Z | Downloaded hyper-rustls v0.27.3 |
526 | 2025-01-08T14:36:59.821Z | Downloaded const_format_proc_macros v0.2.33 |
527 | 2025-01-08T14:36:59.824Z | Downloaded ipnet v2.10.1 |
528 | 2025-01-08T14:36:59.827Z | Downloaded crc-catalog v2.4.0 |
529 | 2025-01-08T14:36:59.829Z | Downloaded cobs v0.2.3 |
530 | 2025-01-08T14:36:59.832Z | Downloaded jobserver v0.1.32 |
531 | 2025-01-08T14:36:59.834Z | Downloaded cbc v0.1.2 |
532 | 2025-01-08T14:36:59.836Z | Downloaded bitflags v1.3.2 |
533 | 2025-01-08T14:36:59.838Z | Downloaded mime_guess v2.0.5 |
534 | 2025-01-08T14:36:59.841Z | Downloaded hyper-staticfile v0.10.1 |
535 | 2025-01-08T14:36:59.843Z | Downloaded iana-time-zone v0.1.61 |
536 | 2025-01-08T14:36:59.846Z | Downloaded aead v0.5.2 |
537 | 2025-01-08T14:36:59.849Z | Downloaded convert_case v0.4.0 |
538 | 2025-01-08T14:36:59.851Z | Downloaded constant_time_eq v0.3.1 |
539 | 2025-01-08T14:36:59.851Z | Downloaded rfc6979 v0.4.0 |
540 | 2025-01-08T14:36:59.853Z | Downloaded async-trait v0.1.83 |
541 | 2025-01-08T14:36:59.856Z | Downloaded memmap2 v0.9.5 |
542 | 2025-01-08T14:36:59.859Z | Downloaded cmake v0.1.51 |
543 | 2025-01-08T14:36:59.861Z | Downloaded indexmap v1.9.3 |
544 | 2025-01-08T14:36:59.865Z | Downloaded chrono-tz-build v0.4.0 |
545 | 2025-01-08T14:36:59.868Z | Downloaded curve25519-dalek-derive v0.1.1 |
546 | 2025-01-08T14:36:59.870Z | Downloaded hmac v0.12.1 |
547 | 2025-01-08T14:36:59.872Z | Downloaded bb8 v0.8.5 |
548 | 2025-01-08T14:36:59.874Z | Downloaded want v0.3.1 |
549 | 2025-01-08T14:36:59.874Z | Downloaded write16 v1.0.0 |
550 | 2025-01-08T14:36:59.876Z | Downloaded console v0.15.8 |
551 | 2025-01-08T14:36:59.879Z | Downloaded derive_builder_macro v0.20.2 |
552 | 2025-01-08T14:36:59.881Z | Downloaded crossbeam-deque v0.8.5 |
553 | 2025-01-08T14:36:59.883Z | Downloaded progenitor-client v0.8.0 |
554 | 2025-01-08T14:36:59.886Z | Downloaded libloading v0.8.5 |
555 | 2025-01-08T14:36:59.888Z | Downloaded cancel-safe-futures v0.1.5 |
556 | 2025-01-08T14:36:59.891Z | Downloaded rustc_version v0.4.1 |
557 | 2025-01-08T14:36:59.893Z | Downloaded slog-envlogger v2.2.0 |
558 | 2025-01-08T14:36:59.895Z | Downloaded smallvec v0.6.14 |
559 | 2025-01-08T14:36:59.897Z | Downloaded icu_locid_transform_data v1.5.0 |
560 | 2025-01-08T14:36:59.899Z | Downloaded icu_normalizer_data v1.5.0 |
561 | 2025-01-08T14:36:59.902Z | Downloaded crossbeam-epoch v0.9.18 |
562 | 2025-01-08T14:36:59.906Z | Downloaded spki v0.7.3 |
563 | 2025-01-08T14:36:59.909Z | Downloaded thread_local v1.1.8 |
564 | 2025-01-08T14:36:59.911Z | Downloaded num-conv v0.1.0 |
565 | 2025-01-08T14:36:59.911Z | Downloaded newline-converter v0.3.0 |
566 | 2025-01-08T14:36:59.914Z | Downloaded normalize-line-endings v0.3.0 |
567 | 2025-01-08T14:36:59.914Z | Downloaded cookie_store v0.21.0 |
568 | 2025-01-08T14:36:59.917Z | Downloaded arrayvec v0.7.6 |
569 | 2025-01-08T14:36:59.919Z | Downloaded thiserror-no-std v2.0.2 |
570 | 2025-01-08T14:36:59.923Z | Downloaded csv-core v0.1.11 |
571 | 2025-01-08T14:36:59.925Z | Downloaded oso-derive v0.27.3 |
572 | 2025-01-08T14:36:59.928Z | Downloaded strum_macros v0.25.3 |
573 | 2025-01-08T14:36:59.930Z | Downloaded icu_properties v1.5.1 |
574 | 2025-01-08T14:36:59.932Z | Downloaded universal-hash v0.5.1 |
575 | 2025-01-08T14:36:59.935Z | Downloaded heapless v0.7.17 |
576 | 2025-01-08T14:36:59.939Z | Downloaded serde_derive_internals v0.29.1 |
577 | 2025-01-08T14:36:59.941Z | Downloaded untrusted v0.9.0 |
578 | 2025-01-08T14:36:59.943Z | Downloaded which v4.4.2 |
579 | 2025-01-08T14:36:59.945Z | Downloaded ecdsa v0.16.9 |
580 | 2025-01-08T14:36:59.948Z | Downloaded untrusted v0.7.1 |
581 | 2025-01-08T14:36:59.951Z | Downloaded futures-io v0.3.31 |
582 | 2025-01-08T14:36:59.951Z | Downloaded dirs-sys-next v0.1.2 |
583 | 2025-01-08T14:36:59.954Z | Downloaded debug-ignore v1.0.5 |
584 | 2025-01-08T14:36:59.956Z | Downloaded float-ord v0.3.2 |
585 | 2025-01-08T14:36:59.956Z | Downloaded clang-sys v1.8.1 |
586 | 2025-01-08T14:36:59.958Z | Downloaded bytes v1.8.0 |
587 | 2025-01-08T14:36:59.963Z | Downloaded serde-big-array v0.5.1 |
588 | 2025-01-08T14:36:59.965Z | Downloaded icu_provider v1.5.0 |
589 | 2025-01-08T14:36:59.969Z | Downloaded group v0.13.0 |
590 | 2025-01-08T14:36:59.971Z | Downloaded olpc-cjson v0.1.4 |
591 | 2025-01-08T14:36:59.973Z | Downloaded argon2 v0.5.3 |
592 | 2025-01-08T14:36:59.976Z | Downloaded num-derive v0.4.2 |
593 | 2025-01-08T14:36:59.978Z | Downloaded hickory-server v0.24.1 |
594 | 2025-01-08T14:36:59.984Z | Downloaded hash32 v0.2.1 |
595 | 2025-01-08T14:36:59.986Z | Downloaded prettyplease v0.2.25 |
596 | 2025-01-08T14:36:59.990Z | Downloaded polyval v0.6.2 |
597 | 2025-01-08T14:36:59.992Z | Downloaded time-core v0.1.2 |
598 | 2025-01-08T14:36:59.995Z | Downloaded crossbeam-utils v0.8.20 |
599 | 2025-01-08T14:36:59.997Z | Downloaded tokio-stream v0.1.16 |
600 | 2025-01-08T14:37:00.003Z | Downloaded whoami v1.5.2 |
601 | 2025-01-08T14:37:00.005Z | Downloaded globset v0.4.15 |
602 | 2025-01-08T14:37:00.007Z | Downloaded phf_codegen v0.11.2 |
603 | 2025-01-08T14:37:00.009Z | Downloaded similar v2.6.0 |
604 | 2025-01-08T14:37:00.015Z | Downloaded rustc-hash v2.0.0 |
605 | 2025-01-08T14:37:00.017Z | Downloaded const_format v0.2.33 |
606 | 2025-01-08T14:37:00.022Z | Downloaded num-complex v0.4.6 |
607 | 2025-01-08T14:37:00.025Z | Downloaded ssh-cipher v0.2.0 |
608 | 2025-01-08T14:37:00.028Z | Downloaded tokio-rustls v0.25.0 |
609 | 2025-01-08T14:37:00.030Z | Downloaded tokio-rustls v0.24.1 |
610 | 2025-01-08T14:37:00.032Z | Downloaded mirai-annotations v1.12.0 |
611 | 2025-01-08T14:37:00.034Z | Downloaded hash32 v0.3.1 |
612 | 2025-01-08T14:37:00.037Z | Downloaded socket2 v0.5.7 |
613 | 2025-01-08T14:37:00.039Z | Downloaded strum_macros v0.24.3 |
614 | 2025-01-08T14:37:00.041Z | Downloaded poly1305 v0.8.0 |
615 | 2025-01-08T14:37:00.044Z | Downloaded string_cache v0.8.7 |
616 | 2025-01-08T14:37:00.047Z | Downloaded opaque-debug v0.3.1 |
617 | 2025-01-08T14:37:00.049Z | Downloaded tls_codec_derive v0.4.1 |
618 | 2025-01-08T14:37:00.051Z | Downloaded tls_codec v0.4.1 |
619 | 2025-01-08T14:37:00.053Z | Downloaded rand_core v0.6.4 |
620 | 2025-01-08T14:37:00.056Z | Downloaded utf16_iter v1.0.5 |
621 | 2025-01-08T14:37:00.058Z | Downloaded rustc-demangle v0.1.24 |
622 | 2025-01-08T14:37:00.060Z | Downloaded base64 v0.21.7 |
623 | 2025-01-08T14:37:00.063Z | Downloaded pretty-hex v0.2.1 |
624 | 2025-01-08T14:37:00.066Z | Downloaded writeable v0.5.5 |
625 | 2025-01-08T14:37:00.068Z | Downloaded openssl-macros v0.1.1 |
626 | 2025-01-08T14:37:00.070Z | Downloaded postcard v1.0.10 |
627 | 2025-01-08T14:37:00.072Z | Downloaded quinn v0.11.5 |
628 | 2025-01-08T14:37:00.076Z | Downloaded foreign-types-macros v0.2.3 |
629 | 2025-01-08T14:37:00.079Z | Downloaded display-error-chain v0.2.2 |
630 | 2025-01-08T14:37:00.081Z | Downloaded ena v0.14.3 |
631 | 2025-01-08T14:37:00.081Z | Downloaded embedded-io v0.6.1 |
632 | 2025-01-08T14:37:00.083Z | Downloaded tap v1.0.1 |
633 | 2025-01-08T14:37:00.096Z | Downloaded tinyvec_macros v0.1.1 |
634 | 2025-01-08T14:37:00.098Z | Downloaded slog-term v2.9.1 |
635 | 2025-01-08T14:37:00.100Z | Downloaded unarray v0.1.4 |
636 | 2025-01-08T14:37:00.102Z | Downloaded half v2.4.1 |
637 | 2025-01-08T14:37:00.105Z | Downloaded try-lock v0.2.5 |
638 | 2025-01-08T14:37:00.107Z | Downloaded crypto-bigint v0.5.5 |
639 | 2025-01-08T14:37:00.114Z | Downloaded dhcproto-macros v0.1.0 |
640 | 2025-01-08T14:37:00.117Z | Downloaded peg v0.8.4 |
641 | 2025-01-08T14:37:00.120Z | Downloaded psl-types v2.0.11 |
642 | 2025-01-08T14:37:00.123Z | Downloaded downcast v0.11.0 |
643 | 2025-01-08T14:37:00.123Z | Downloaded sha1 v0.10.6 |
644 | 2025-01-08T14:37:00.125Z | Downloaded schemars_derive v0.8.21 |
645 | 2025-01-08T14:37:00.127Z | Downloaded yasna v0.5.2 |
646 | 2025-01-08T14:37:00.130Z | Downloaded futures-channel v0.3.31 |
647 | 2025-01-08T14:37:00.132Z | Downloaded subprocess v0.2.9 |
648 | 2025-01-08T14:37:00.135Z | Downloaded icu_collections v1.5.0 |
649 | 2025-01-08T14:37:00.143Z | Downloaded phf_shared v0.10.0 |
650 | 2025-01-08T14:37:00.145Z | Downloaded parse-size v1.1.0 |
651 | 2025-01-08T14:37:00.145Z | Downloaded ssh-encoding v0.2.0 |
652 | 2025-01-08T14:37:00.148Z | Downloaded simd-adler32 v0.3.7 |
653 | 2025-01-08T14:37:00.151Z | Downloaded typify-macro v0.2.0 |
654 | 2025-01-08T14:37:00.151Z | Downloaded unicode-xid v0.2.6 |
655 | 2025-01-08T14:37:00.153Z | Downloaded tinystr v0.7.6 |
656 | 2025-01-08T14:37:00.156Z | Downloaded funty v2.0.0 |
657 | 2025-01-08T14:37:00.160Z | Downloaded rpassword v7.3.1 |
658 | 2025-01-08T14:37:00.160Z | Downloaded termios v0.3.3 |
659 | 2025-01-08T14:37:00.160Z | Downloaded p256 v0.13.2 |
660 | 2025-01-08T14:37:00.164Z | Downloaded take_mut v0.2.2 |
661 | 2025-01-08T14:37:00.166Z | Downloaded utf8_iter v1.0.4 |
662 | 2025-01-08T14:37:00.168Z | Downloaded pkcs1 v0.7.5 |
663 | 2025-01-08T14:37:00.171Z | Downloaded strum v0.26.3 |
664 | 2025-01-08T14:37:00.171Z | Downloaded scopeguard v1.2.0 |
665 | 2025-01-08T14:37:00.173Z | Downloaded foldhash v0.1.3 |
666 | 2025-01-08T14:37:00.175Z | Downloaded zeroize_derive v1.4.2 |
667 | 2025-01-08T14:37:00.175Z | Downloaded samael v0.0.17 |
668 | 2025-01-08T14:37:00.182Z | Downloaded vte_generate_state_changes v0.1.2 |
669 | 2025-01-08T14:37:00.184Z | Downloaded futures-sink v0.3.31 |
670 | 2025-01-08T14:37:00.184Z | Downloaded fatfs v0.3.6 |
671 | 2025-01-08T14:37:00.188Z | Downloaded diesel_table_macro_syntax v0.2.0 |
672 | 2025-01-08T14:37:00.190Z | Downloaded futures v0.3.31 |
673 | 2025-01-08T14:37:00.195Z | Downloaded num-integer v0.1.46 |
674 | 2025-01-08T14:37:00.198Z | Downloaded itertools v0.10.5 |
675 | 2025-01-08T14:37:00.205Z | Downloaded rand_seeder v0.3.0 |
676 | 2025-01-08T14:37:00.208Z | Downloaded phf_shared v0.11.2 |
677 | 2025-01-08T14:37:00.210Z | Downloaded parse-display-derive v0.10.0 |
678 | 2025-01-08T14:37:00.210Z | Downloaded sqlformat v0.2.6 |
679 | 2025-01-08T14:37:00.212Z | Downloaded foreign-types-shared v0.1.1 |
680 | 2025-01-08T14:37:00.214Z | Downloaded foreign-types v0.5.0 |
681 | 2025-01-08T14:37:00.215Z | Downloaded heapless v0.8.0 |
682 | 2025-01-08T14:37:00.219Z | Downloaded foreign-types-shared v0.3.1 |
683 | 2025-01-08T14:37:00.222Z | Downloaded foreign-types v0.3.2 |
684 | 2025-01-08T14:37:00.222Z | Downloaded synstructure v0.13.1 |
685 | 2025-01-08T14:37:00.225Z | Downloaded stable_deref_trait v1.2.0 |
686 | 2025-01-08T14:37:00.225Z | Downloaded slog-async v2.8.0 |
687 | 2025-01-08T14:37:00.227Z | Downloaded russh-cryptovec v0.7.3 |
688 | 2025-01-08T14:37:00.229Z | Downloaded scrypt v0.11.0 |
689 | 2025-01-08T14:37:00.229Z | Downloaded libm v0.2.8 |
690 | 2025-01-08T14:37:00.238Z | Downloaded signal-hook-tokio v0.3.1 |
691 | 2025-01-08T14:37:00.241Z | Downloaded ghash v0.5.1 |
692 | 2025-01-08T14:37:00.243Z | Downloaded diesel-dtrace v0.4.2 |
693 | 2025-01-08T14:37:00.245Z | Downloaded displaydoc v0.2.5 |
694 | 2025-01-08T14:37:00.247Z | Downloaded yoke-derive v0.7.4 |
695 | 2025-01-08T14:37:00.249Z | Downloaded fxhash v0.2.1 |
696 | 2025-01-08T14:37:00.252Z | Downloaded zone_cfg_derive v0.1.2 |
697 | 2025-01-08T14:37:00.252Z | Downloaded wait-timeout v0.2.0 |
698 | 2025-01-08T14:37:00.254Z | Downloaded zone_cfg_derive v0.3.0 |
699 | 2025-01-08T14:37:00.254Z | Downloaded filetime v0.2.25 |
700 | 2025-01-08T14:37:00.257Z | Downloaded ff v0.13.0 |
701 | 2025-01-08T14:37:00.259Z | Downloaded tinyvec v1.8.0 |
702 | 2025-01-08T14:37:00.261Z | Downloaded itertools v0.12.1 |
703 | 2025-01-08T14:37:00.270Z | Downloaded nodrop v0.1.14 |
704 | 2025-01-08T14:37:00.272Z | Downloaded packed_struct_codegen v0.10.1 |
705 | 2025-01-08T14:37:00.275Z | Downloaded sct v0.7.1 |
706 | 2025-01-08T14:37:00.277Z | Downloaded tabwriter v1.4.0 |
707 | 2025-01-08T14:37:00.279Z | Downloaded rtoolbox v0.0.2 |
708 | 2025-01-08T14:37:00.282Z | Downloaded fixedbitset v0.4.2 |
709 | 2025-01-08T14:37:00.282Z | Downloaded pin-project-internal v1.1.6 |
710 | 2025-01-08T14:37:00.284Z | Downloaded percent-encoding v2.3.1 |
711 | 2025-01-08T14:37:00.286Z | Downloaded itertools v0.13.0 |
712 | 2025-01-08T14:37:00.294Z | Downloaded signal-hook-registry v1.4.2 |
713 | 2025-01-08T14:37:00.296Z | Downloaded structmeta-derive v0.3.0 |
714 | 2025-01-08T14:37:00.298Z | Downloaded value-bag v1.9.0 |
715 | 2025-01-08T14:37:00.301Z | Downloaded structmeta-derive v0.2.0 |
716 | 2025-01-08T14:37:00.303Z | Downloaded diff v0.1.13 |
717 | 2025-01-08T14:37:00.306Z | Downloaded structmeta v0.3.0 |
718 | 2025-01-08T14:37:00.308Z | Downloaded structmeta v0.2.0 |
719 | 2025-01-08T14:37:00.311Z | Downloaded gethostname v0.5.0 |
720 | 2025-01-08T14:37:00.311Z | Downloaded zone v0.3.0 |
721 | 2025-01-08T14:37:00.314Z | Downloaded zerovec-derive v0.10.3 |
722 | 2025-01-08T14:37:00.317Z | Downloaded vte v0.11.1 |
723 | 2025-01-08T14:37:00.319Z | Downloaded pin-project-lite v0.2.14 |
724 | 2025-01-08T14:37:00.324Z | Downloaded number_prefix v0.4.0 |
725 | 2025-01-08T14:37:00.328Z | Downloaded endian-type v0.1.2 |
726 | 2025-01-08T14:37:00.328Z | Downloaded defmt-parser v0.3.4 |
727 | 2025-01-08T14:37:00.330Z | Downloaded pem-rfc7468 v0.7.0 |
728 | 2025-01-08T14:37:00.330Z | Downloaded slog v2.7.0 |
729 | 2025-01-08T14:37:00.333Z | Downloaded rand_chacha v0.3.1 |
730 | 2025-01-08T14:37:00.338Z | Downloaded steno v0.4.1 |
731 | 2025-01-08T14:37:00.341Z | Downloaded packed_struct v0.10.1 |
732 | 2025-01-08T14:37:00.343Z | Downloaded num_enum_derive v0.5.11 |
733 | 2025-01-08T14:37:00.343Z | Downloaded russh v0.45.0 |
734 | 2025-01-08T14:37:00.349Z | Downloaded smf v0.2.3 |
735 | 2025-01-08T14:37:00.351Z | Downloaded rustc_version v0.1.7 |
736 | 2025-01-08T14:37:00.353Z | Downloaded static_assertions v1.1.0 |
737 | 2025-01-08T14:37:00.353Z | Downloaded powerfmt v0.2.0 |
738 | 2025-01-08T14:37:00.356Z | Downloaded tower-service v0.3.3 |
739 | 2025-01-08T14:37:00.358Z | Downloaded test-strategy v0.3.1 |
740 | 2025-01-08T14:37:00.362Z | Downloaded num_threads v0.1.7 |
741 | 2025-01-08T14:37:00.364Z | Downloaded stringprep v0.1.5 |
742 | 2025-01-08T14:37:00.366Z | Downloaded predicates v3.1.2 |
743 | 2025-01-08T14:37:00.369Z | Downloaded qorb v0.2.1 |
744 | 2025-01-08T14:37:00.373Z | Downloaded either v1.13.0 |
745 | 2025-01-08T14:37:00.375Z | Downloaded wyz v0.5.1 |
746 | 2025-01-08T14:37:00.382Z | Downloaded vsss-rs v3.3.4 |
747 | 2025-01-08T14:37:00.382Z | Downloaded dropshot_endpoint v0.13.0 |
748 | 2025-01-08T14:37:00.385Z | Downloaded blake3 v1.5.4 |
749 | 2025-01-08T14:37:00.393Z | Downloaded publicsuffix v2.2.3 |
750 | 2025-01-08T14:37:00.397Z | Downloaded parse-display v0.10.0 |
751 | 2025-01-08T14:37:00.399Z | Downloaded multimap v0.10.0 |
752 | 2025-01-08T14:37:00.399Z | Downloaded embedded-io v0.4.0 |
753 | 2025-01-08T14:37:00.402Z | Downloaded serde_with_macros v3.11.0 |
754 | 2025-01-08T14:37:00.404Z | Downloaded precomputed-hash v0.1.1 |
755 | 2025-01-08T14:37:00.407Z | Downloaded smallvec v1.13.2 |
756 | 2025-01-08T14:37:00.409Z | Downloaded signal-hook v0.3.17 |
757 | 2025-01-08T14:37:00.412Z | Downloaded serde_urlencoded v0.7.1 |
758 | 2025-01-08T14:37:00.414Z | Downloaded parking_lot_core v0.9.10 |
759 | 2025-01-08T14:37:00.416Z | Downloaded unicode-properties v0.1.3 |
760 | 2025-01-08T14:37:00.419Z | Downloaded zerofrom v0.1.4 |
761 | 2025-01-08T14:37:00.421Z | Downloaded toolchain_find v0.4.0 |
762 | 2025-01-08T14:37:00.421Z | Downloaded deranged v0.3.11 |
763 | 2025-01-08T14:37:00.424Z | Downloaded slog-bunyan v2.5.0 |
764 | 2025-01-08T14:37:00.426Z | Downloaded mockall_derive v0.13.0 |
765 | 2025-01-08T14:37:00.429Z | Downloaded r2d2 v0.8.10 |
766 | 2025-01-08T14:37:00.429Z | Downloaded num-iter v0.1.45 |
767 | 2025-01-08T14:37:00.432Z | Downloaded unicode_categories v0.1.1 |
768 | 2025-01-08T14:37:00.435Z | Downloaded der v0.7.9 |
769 | 2025-01-08T14:37:00.439Z | Downloaded progenitor v0.8.0 |
770 | 2025-01-08T14:37:00.441Z | Downloaded path-slash v0.1.5 |
771 | 2025-01-08T14:37:00.444Z | Downloaded radium v0.7.0 |
772 | 2025-01-08T14:37:00.444Z | Downloaded dsl_auto_type v0.1.2 |
773 | 2025-01-08T14:37:00.446Z | Downloaded xz2 v0.1.7 |
774 | 2025-01-08T14:37:00.449Z | Downloaded peg-runtime v0.8.3 |
775 | 2025-01-08T14:37:00.449Z | Downloaded rsa v0.9.6 |
776 | 2025-01-08T14:37:00.454Z | Downloaded serde_plain v1.0.2 |
777 | 2025-01-08T14:37:00.457Z | Downloaded serde-hex v0.1.0 |
778 | 2025-01-08T14:37:00.459Z | Downloaded sync_wrapper v1.0.1 |
779 | 2025-01-08T14:37:00.459Z | Downloaded serde_repr v0.1.19 |
780 | 2025-01-08T14:37:00.461Z | Downloaded multer v3.1.0 |
781 | 2025-01-08T14:37:00.464Z | Downloaded darling_macro v0.20.10 |
782 | 2025-01-08T14:37:00.466Z | Downloaded futures-task v0.3.31 |
783 | 2025-01-08T14:37:00.466Z | Downloaded futures-core v0.3.31 |
784 | 2025-01-08T14:37:00.469Z | Downloaded subtle v2.6.1 |
785 | 2025-01-08T14:37:00.472Z | Downloaded slog-scope v4.4.0 |
786 | 2025-01-08T14:37:00.472Z | Downloaded parking_lot_core v0.8.6 |
787 | 2025-01-08T14:37:00.474Z | Downloaded enum-as-inner v0.6.1 |
788 | 2025-01-08T14:37:00.477Z | Downloaded password-hash v0.4.2 |
789 | 2025-01-08T14:37:00.481Z | Downloaded uzers v0.12.1 |
790 | 2025-01-08T14:37:00.484Z | Downloaded shlex v1.3.0 |
791 | 2025-01-08T14:37:00.484Z | Downloaded diesel_derives v2.2.3 |
792 | 2025-01-08T14:37:00.487Z | Downloaded sync-ptr v0.1.1 |
793 | 2025-01-08T14:37:00.490Z | Downloaded predicates-tree v1.0.11 |
794 | 2025-01-08T14:37:00.490Z | Downloaded password-hash v0.5.0 |
795 | 2025-01-08T14:37:00.492Z | Downloaded num-rational v0.4.2 |
796 | 2025-01-08T14:37:00.495Z | Downloaded yoke v0.7.4 |
797 | 2025-01-08T14:37:00.497Z | Downloaded ron v0.8.1 |
798 | 2025-01-08T14:37:00.503Z | Downloaded tiny-keccak v2.0.2 |
799 | 2025-01-08T14:37:00.505Z | Downloaded hashlink v0.9.1 |
800 | 2025-01-08T14:37:00.508Z | Downloaded thiserror-impl-no-std v2.0.2 |
801 | 2025-01-08T14:37:00.510Z | Downloaded hashbrown v0.12.3 |
802 | 2025-01-08T14:37:00.514Z | Downloaded typify v0.2.0 |
803 | 2025-01-08T14:37:00.517Z | Downloaded pem v3.0.4 |
804 | 2025-01-08T14:37:00.520Z | Downloaded darling_core v0.20.10 |
805 | 2025-01-08T14:37:00.524Z | Downloaded newtype_derive v0.1.6 |
806 | 2025-01-08T14:37:00.526Z | Downloaded dunce v1.0.5 |
807 | 2025-01-08T14:37:00.529Z | Downloaded postgres-types v0.2.8 |
808 | 2025-01-08T14:37:00.533Z | Downloaded unicode-truncate v1.1.0 |
809 | 2025-01-08T14:37:00.533Z | Downloaded supports-color v3.0.1 |
810 | 2025-01-08T14:37:00.535Z | Downloaded fragile v2.0.0 |
811 | 2025-01-08T14:37:00.535Z | Downloaded zip v0.6.6 |
812 | 2025-01-08T14:37:00.548Z | Downloaded slog-dtrace v0.3.0 |
813 | 2025-01-08T14:37:00.548Z | Downloaded quick-error v1.2.3 |
814 | 2025-01-08T14:37:00.548Z | Downloaded num-traits v0.2.19 |
815 | 2025-01-08T14:37:00.551Z | Downloaded zerofrom-derive v0.1.4 |
816 | 2025-01-08T14:37:00.553Z | Downloaded winnow v0.5.40 |
817 | 2025-01-08T14:37:00.566Z | Downloaded enum-as-inner v0.5.1 |
818 | 2025-01-08T14:37:00.568Z | Downloaded rand v0.8.5 |
819 | 2025-01-08T14:37:00.573Z | Downloaded rustls-pemfile v2.2.0 |
820 | 2025-01-08T14:37:00.576Z | Downloaded topological-sort v0.2.2 |
821 | 2025-01-08T14:37:00.579Z | Downloaded rustls-pemfile v1.0.4 |
822 | 2025-01-08T14:37:00.581Z | Downloaded ed25519 v2.2.3 |
823 | 2025-01-08T14:37:00.584Z | Downloaded serde_yaml v0.9.34+deprecated |
824 | 2025-01-08T14:37:00.588Z | Downloaded icu_properties_data v1.5.0 |
825 | 2025-01-08T14:37:00.600Z | Downloaded thiserror v2.0.3 |
826 | 2025-01-08T14:37:00.605Z | Downloaded bitvec v1.0.1 |
827 | 2025-01-08T14:37:00.621Z | Downloaded native-tls v0.2.12 |
828 | 2025-01-08T14:37:00.623Z | Downloaded mockall v0.13.0 |
829 | 2025-01-08T14:37:00.626Z | Downloaded fs_extra v1.3.0 |
830 | 2025-01-08T14:37:00.628Z | Downloaded openssl-sys v0.9.103 |
831 | 2025-01-08T14:37:00.631Z | Downloaded num-bigint-dig v0.8.4 |
832 | 2025-01-08T14:37:00.636Z | Downloaded thiserror-impl v2.0.3 |
833 | 2025-01-08T14:37:00.638Z | Downloaded pkcs8 v0.10.2 |
834 | 2025-01-08T14:37:00.641Z | Downloaded zerovec v0.10.4 |
835 | 2025-01-08T14:37:00.647Z | Downloaded h2 v0.4.6 |
836 | 2025-01-08T14:37:00.654Z | Downloaded miniz_oxide v0.8.0 |
837 | 2025-01-08T14:37:00.656Z | Downloaded proptest v1.5.0 |
838 | 2025-01-08T14:37:00.666Z | Downloaded flate2 v1.0.34 |
839 | 2025-01-08T14:37:00.672Z | Downloaded headers v0.4.0 |
840 | 2025-01-08T14:37:00.678Z | Downloaded pkcs5 v0.7.1 |
841 | 2025-01-08T14:37:00.681Z | Downloaded unicode-bidi v0.3.17 |
842 | 2025-01-08T14:37:00.684Z | Downloaded chrono v0.4.38 |
843 | 2025-01-08T14:37:00.692Z | Downloaded parse-zoneinfo v0.3.1 |
844 | 2025-01-08T14:37:00.695Z | Downloaded tracing-core v0.1.32 |
845 | 2025-01-08T14:37:00.698Z | Downloaded rusqlite v0.32.1 |
846 | 2025-01-08T14:37:00.705Z | Downloaded rustls-pki-types v1.10.0 |
847 | 2025-01-08T14:37:00.709Z | Downloaded tracing v0.1.40 |
848 | 2025-01-08T14:37:00.713Z | Downloaded idna v0.2.3 |
849 | 2025-01-08T14:37:00.720Z | Downloaded lalrpop v0.19.12 |
850 | 2025-01-08T14:37:00.733Z | Downloaded toml_edit v0.19.15 |
851 | 2025-01-08T14:37:00.749Z | Downloaded hashbrown v0.13.2 |
852 | 2025-01-08T14:37:00.754Z | Downloaded reqwest v0.12.9 |
853 | 2025-01-08T14:37:00.763Z | Downloaded webpki-roots v0.26.6 |
854 | 2025-01-08T14:37:00.767Z | Downloaded tough v0.19.0 |
855 | 2025-01-08T14:37:00.775Z | Downloaded idna v0.5.0 |
856 | 2025-01-08T14:37:00.782Z | Downloaded mio v1.0.2 |
857 | 2025-01-08T14:37:00.787Z | Downloaded rustls v0.21.12 |
858 | 2025-01-08T14:37:00.798Z | Downloaded unicode-segmentation v1.12.0 |
859 | 2025-01-08T14:37:00.801Z | Downloaded hashbrown v0.14.5 |
860 | 2025-01-08T14:37:00.806Z | Downloaded idna v0.4.0 |
861 | 2025-01-08T14:37:00.812Z | Downloaded time v0.3.36 |
862 | 2025-01-08T14:37:00.819Z | Downloaded p384 v0.13.0 |
863 | 2025-01-08T14:37:00.825Z | Downloaded nom v7.1.3 |
864 | 2025-01-08T14:37:00.830Z | Downloaded rustls-webpki v0.102.8 |
865 | 2025-01-08T14:37:00.849Z | Downloaded ed25519-dalek v2.1.1 |
866 | 2025-01-08T14:37:00.851Z | Downloaded quinn-proto v0.11.8 |
867 | 2025-01-08T14:37:00.857Z | Downloaded serde_with v3.11.0 |
868 | 2025-01-08T14:37:00.866Z | Downloaded regex-syntax v0.6.29 |
869 | 2025-01-08T14:37:00.873Z | Downloaded dropshot v0.13.0 |
870 | 2025-01-08T14:37:00.896Z | Downloaded futures-util v0.3.31 |
871 | 2025-01-08T14:37:00.908Z | Downloaded openssl v0.10.66 |
872 | 2025-01-08T14:37:00.919Z | Downloaded rustls-webpki v0.101.7 |
873 | 2025-01-08T14:37:00.934Z | Downloaded vcpkg v0.2.15 |
874 | 2025-01-08T14:37:00.974Z | Downloaded chrono-tz v0.10.0 |
875 | 2025-01-08T14:37:00.982Z | Downloaded git2 v0.19.0 |
876 | 2025-01-08T14:37:00.991Z | Downloaded regex v1.11.1 |
877 | 2025-01-08T14:37:01.004Z | Downloaded gimli v0.31.1 |
878 | 2025-01-08T14:37:01.014Z | Downloaded quick-xml v0.33.0 |
879 | 2025-01-08T14:37:01.020Z | Downloaded regex-syntax v0.8.5 |
880 | 2025-01-08T14:37:01.029Z | Downloaded zerocopy v0.8.10 |
881 | 2025-01-08T14:37:01.054Z | Downloaded object v0.30.4 |
882 | 2025-01-08T14:37:01.063Z | Downloaded smoltcp v0.9.1 |
883 | 2025-01-08T14:37:01.075Z | Downloaded diesel v2.2.6 |
884 | 2025-01-08T14:37:01.093Z | Downloaded unicode-width v0.2.0 |
885 | 2025-01-08T14:37:01.099Z | Downloaded typify-impl v0.2.0 |
886 | 2025-01-08T14:37:01.115Z | Downloaded polar-core v0.27.3 |
887 | 2025-01-08T14:37:01.126Z | Downloaded smoltcp v0.11.0 |
888 | 2025-01-08T14:37:01.139Z | Downloaded object v0.36.5 |
889 | 2025-01-08T14:37:01.151Z | Downloaded sled v0.34.7 |
890 | 2025-01-08T14:37:01.162Z | Downloaded openapiv3 v2.0.0 |
891 | 2025-01-08T14:37:01.174Z | Downloaded ratatui v0.28.1 |
892 | 2025-01-08T14:37:01.196Z | Downloaded rustls v0.23.19 |
893 | 2025-01-08T14:37:01.208Z | Downloaded regex-automata v0.4.8 |
894 | 2025-01-08T14:37:01.226Z | Downloaded rustls v0.22.4 |
895 | 2025-01-08T14:37:01.242Z | Downloaded regress v0.9.1 |
896 | 2025-01-08T14:37:01.250Z | Downloaded bstr v1.10.0 |
897 | 2025-01-08T14:37:01.261Z | Downloaded lzma-sys v0.1.20 |
898 | 2025-01-08T14:37:01.292Z | Downloaded zerocopy-derive v0.6.6 |
899 | 2025-01-08T14:37:01.303Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
900 | 2025-01-08T14:37:01.316Z | Downloaded regress v0.10.1 |
901 | 2025-01-08T14:37:01.326Z | Downloaded libz-sys v1.1.20 |
902 | 2025-01-08T14:37:01.349Z | Downloaded trust-dns-proto v0.22.0 |
903 | 2025-01-08T14:37:01.361Z | Downloaded dropshot v0.12.0 |
904 | 2025-01-08T14:37:01.381Z | Downloaded nix v0.29.0 |
905 | 2025-01-08T14:37:01.394Z | Downloaded hickory-proto v0.24.1 |
906 | 2025-01-08T14:37:01.410Z | Downloaded petname v2.0.2 |
907 | 2025-01-08T14:37:01.416Z | Downloaded nix v0.28.0 |
908 | 2025-01-08T14:37:01.428Z | Downloaded curve25519-dalek v4.1.3 |
909 | 2025-01-08T14:37:01.437Z | Downloaded nix v0.27.1 |
910 | 2025-01-08T14:37:01.448Z | Downloaded tokio v1.40.0 |
911 | 2025-01-08T14:37:01.486Z | Downloaded petgraph v0.6.5 |
912 | 2025-01-08T14:37:01.503Z | Downloaded idna v0.3.0 |
913 | 2025-01-08T14:37:01.510Z | Downloaded csv v1.3.0 |
914 | 2025-01-08T14:37:01.529Z | Downloaded unicode-normalization v0.1.24 |
915 | 2025-01-08T14:37:01.533Z | Downloaded reedline v0.35.0 |
916 | 2025-01-08T14:37:01.540Z | Downloaded sha3 v0.10.8 |
917 | 2025-01-08T14:37:01.545Z | Downloaded sqlparser v0.45.0 |
918 | 2025-01-08T14:37:01.551Z | Downloaded radix_trie v0.2.1 |
919 | 2025-01-08T14:37:01.556Z | Downloaded env_filter v0.1.2 |
920 | 2025-01-08T14:37:01.559Z | Downloaded uuid v1.11.0 |
921 | 2025-01-08T14:37:01.561Z | Downloaded dhcproto v0.12.0 |
922 | 2025-01-08T14:37:01.563Z | Downloaded x509-cert v0.2.5 |
923 | 2025-01-08T14:37:01.569Z | Downloaded ssh-key v0.6.6 |
924 | 2025-01-08T14:37:01.575Z | Downloaded portable-atomic v1.9.0 |
925 | 2025-01-08T14:37:01.582Z | Downloaded proc-macro-crate v1.3.1 |
926 | 2025-01-08T14:37:01.584Z | Downloaded pkg-config v0.3.31 |
927 | 2025-01-08T14:37:01.584Z | Downloaded nibble_vec v0.1.0 |
928 | 2025-01-08T14:37:01.587Z | Downloaded defmt v0.3.8 |
929 | 2025-01-08T14:37:01.589Z | Downloaded time-macros v0.2.18 |
930 | 2025-01-08T14:37:01.592Z | Downloaded zerocopy v0.6.6 |
931 | 2025-01-08T14:37:01.594Z | Downloaded toml v0.7.8 |
932 | 2025-01-08T14:37:01.597Z | Downloaded elliptic-curve v0.13.8 |
933 | 2025-01-08T14:37:01.600Z | Downloaded zopfli v0.8.1 |
934 | 2025-01-08T14:37:01.603Z | Downloaded num-bigint v0.4.6 |
935 | 2025-01-08T14:37:01.607Z | Downloaded bindgen v0.69.5 |
936 | 2025-01-08T14:37:01.615Z | Downloaded rayon v1.10.0 |
937 | 2025-01-08T14:37:01.624Z | Downloaded tungstenite v0.21.0 |
938 | 2025-01-08T14:37:01.627Z | Downloaded primeorder v0.13.6 |
939 | 2025-01-08T14:37:01.629Z | Downloaded rusty-fork v0.3.0 |
940 | 2025-01-08T14:37:01.632Z | Downloaded paste v1.0.15 |
941 | 2025-01-08T14:37:01.634Z | Downloaded des v0.8.1 |
942 | 2025-01-08T14:37:01.634Z | Downloaded salty v0.3.0 |
943 | 2025-01-08T14:37:01.640Z | Downloaded tokio-util v0.7.12 |
944 | 2025-01-08T14:37:01.647Z | Downloaded fallible-iterator v0.2.0 |
945 | 2025-01-08T14:37:01.649Z | Downloaded der_derive v0.7.3 |
946 | 2025-01-08T14:37:01.651Z | Downloaded slog-json v2.6.1 |
947 | 2025-01-08T14:37:01.654Z | Downloaded postgres-protocol v0.6.7 |
948 | 2025-01-08T14:37:01.654Z | Downloaded new_debug_unreachable v1.0.6 |
949 | 2025-01-08T14:37:01.656Z | Downloaded rustyline v14.0.0 |
950 | 2025-01-08T14:37:01.660Z | Downloaded rustversion v1.0.17 |
951 | 2025-01-08T14:37:01.662Z | Downloaded encoding_rs v0.8.34 |
952 | 2025-01-08T14:37:01.683Z | Downloaded progenitor-macro v0.8.0 |
953 | 2025-01-08T14:37:01.685Z | Downloaded russh-keys v0.45.0 |
954 | 2025-01-08T14:37:01.688Z | Downloaded rcgen v0.12.1 |
955 | 2025-01-08T14:37:01.691Z | Downloaded rayon-core v1.12.1 |
956 | 2025-01-08T14:37:01.693Z | Downloaded same-file v1.0.6 |
957 | 2025-01-08T14:37:01.695Z | Downloaded oso v0.27.3 |
958 | 2025-01-08T14:37:01.697Z | Downloaded ron v0.7.1 |
959 | 2025-01-08T14:37:01.701Z | Downloaded signature v2.2.0 |
960 | 2025-01-08T14:37:01.704Z | Downloaded tui-tree-widget v0.22.0 |
961 | 2025-01-08T14:37:01.706Z | Downloaded typed-path v0.9.3 |
962 | 2025-01-08T14:37:01.710Z | Downloaded parking_lot v0.12.3 |
963 | 2025-01-08T14:37:01.713Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
964 | 2025-01-08T14:37:01.769Z | Downloaded parking_lot v0.11.2 |
965 | 2025-01-08T14:37:01.771Z | Downloaded p521 v0.13.3 |
966 | 2025-01-08T14:37:01.775Z | Downloaded flume v0.11.1 |
967 | 2025-01-08T14:37:01.778Z | Downloaded vergen v8.3.2 |
968 | 2025-01-08T14:37:01.781Z | Downloaded zip v2.1.3 |
969 | 2025-01-08T14:37:01.785Z | Downloaded crossterm v0.28.1 |
970 | 2025-01-08T14:37:01.791Z | Downloaded pin-project v1.1.6 |
971 | 2025-01-08T14:37:01.802Z | Downloaded hyper v1.5.0 |
972 | 2025-01-08T14:37:01.808Z | Downloaded aes-gcm v0.10.3 |
973 | 2025-01-08T14:37:01.811Z | Downloaded idna v1.0.3 |
974 | 2025-01-08T14:37:01.815Z | Downloaded url v2.5.3 |
975 | 2025-01-08T14:37:01.818Z | Downloaded tracing-attributes v0.1.27 |
976 | 2025-01-08T14:37:01.821Z | Downloaded dropshot_endpoint v0.12.0 |
977 | 2025-01-08T14:37:01.824Z | Downloaded hkdf v0.12.4 |
978 | 2025-01-08T14:37:01.826Z | Downloaded aes v0.8.4 |
979 | 2025-01-08T14:37:01.829Z | Downloaded predicates-core v1.0.8 |
980 | 2025-01-08T14:37:01.831Z | Downloaded nu-ansi-term v0.50.1 |
981 | 2025-01-08T14:37:01.834Z | Downloaded schemars v0.8.21 |
982 | 2025-01-08T14:37:01.842Z | Downloaded zerocopy-derive v0.8.10 |
983 | 2025-01-08T14:37:01.848Z | Downloaded fd-lock v4.0.2 |
984 | 2025-01-08T14:37:01.850Z | Downloaded fallible-streaming-iterator v0.1.9 |
985 | 2025-01-08T14:37:01.853Z | Downloaded fallible-iterator v0.3.0 |
986 | 2025-01-08T14:37:01.853Z | Downloaded unicase v2.7.0 |
987 | 2025-01-08T14:37:01.855Z | Downloaded expectorate v1.1.0 |
988 | 2025-01-08T14:37:01.855Z | Downloaded strip-ansi-escapes v0.2.0 |
989 | 2025-01-08T14:37:01.858Z | Downloaded getrandom v0.2.15 |
990 | 2025-01-08T14:37:01.861Z | Downloaded tungstenite v0.24.0 |
991 | 2025-01-08T14:37:01.863Z | Downloaded tungstenite v0.23.0 |
992 | 2025-01-08T14:37:01.866Z | Downloaded num v0.4.3 |
993 | 2025-01-08T14:37:01.868Z | Downloaded derive_more v0.99.18 |
994 | 2025-01-08T14:37:01.871Z | Downloaded derive-where v1.2.7 |
995 | 2025-01-08T14:37:01.875Z | Downloaded crossbeam-channel v0.5.13 |
996 | 2025-01-08T14:37:01.879Z | Downloaded zeroize v1.8.1 |
997 | 2025-01-08T14:37:01.882Z | Downloaded xattr v1.3.1 |
998 | 2025-01-08T14:37:01.884Z | Downloaded libxml v0.3.3 |
999 | 2025-01-08T14:37:01.889Z | Downloaded tokio-postgres v0.7.12 |
1000 | 2025-01-08T14:37:01.892Z | Downloaded scheduled-thread-pool v0.2.7 |
1001 | 2025-01-08T14:37:01.895Z | Downloaded ref-cast-impl v1.0.23 |
1002 | 2025-01-08T14:37:01.895Z | Downloaded ppv-lite86 v0.2.20 |
1003 | 2025-01-08T14:37:01.898Z | Downloaded pin-utils v0.1.0 |
1004 | 2025-01-08T14:37:01.898Z | Downloaded pbkdf2 v0.12.2 |
1005 | 2025-01-08T14:37:01.898Z | Downloaded openssl-probe v0.1.5 |
1006 | 2025-01-08T14:37:01.903Z | Downloaded omicron-zone-package v0.12.0 |
1007 | 2025-01-08T14:37:01.903Z | Downloaded unsafe-libyaml v0.2.11 |
1008 | 2025-01-08T14:37:01.905Z | Downloaded pbkdf2 v0.11.0 |
1009 | 2025-01-08T14:37:01.908Z | Downloaded http v1.1.0 |
1010 | 2025-01-08T14:37:01.911Z | Downloaded cc v1.1.30 |
1011 | 2025-01-08T14:37:01.914Z | Downloaded termtree v0.4.1 |
1012 | 2025-01-08T14:37:01.917Z | Downloaded sqlparser_derive v0.2.2 |
1013 | 2025-01-08T14:37:01.917Z | Downloaded sigpipe v0.1.3 |
1014 | 2025-01-08T14:37:01.917Z | Downloaded num_enum v0.5.11 |
1015 | 2025-01-08T14:37:01.921Z | Downloaded nanorand v0.7.0 |
1016 | 2025-01-08T14:37:01.924Z | Downloaded glob v0.3.1 |
1017 | 2025-01-08T14:37:01.927Z | Downloaded flagset v0.4.6 |
1018 | 2025-01-08T14:37:01.927Z | Downloaded termcolor v1.4.1 |
1019 | 2025-01-08T14:37:01.929Z | Downloaded tar v0.4.42 |
1020 | 2025-01-08T14:37:01.930Z | Downloaded minimal-lexical v0.2.1 |
1021 | 2025-01-08T14:37:01.934Z | Downloaded dirs-next v2.0.0 |
1022 | 2025-01-08T14:37:01.937Z | Downloaded difflib v0.4.0 |
1023 | 2025-01-08T14:37:01.937Z | Downloaded defmt-macros v0.3.9 |
1024 | 2025-01-08T14:37:01.939Z | Downloaded zone v0.1.8 |
1025 | 2025-01-08T14:37:01.939Z | Downloaded base64 v0.22.1 |
1026 | 2025-01-08T14:37:01.943Z | Downloaded twox-hash v1.6.3 |
1027 | 2025-01-08T14:37:01.946Z | Downloaded peg-macros v0.8.4 |
1028 | 2025-01-08T14:37:01.946Z | Downloaded snafu v0.8.5 |
1029 | 2025-01-08T14:37:01.952Z | Downloaded utf-8 v0.7.6 |
1030 | 2025-01-08T14:37:01.956Z | Downloaded hickory-resolver v0.24.1 |
1031 | 2025-01-08T14:37:01.958Z | Downloaded compact_str v0.8.0 |
1032 | 2025-01-08T14:37:01.961Z | Downloaded allocator-api2 v0.2.18 |
1033 | 2025-01-08T14:37:01.964Z | Downloaded slog-stdlog v4.1.1 |
1034 | 2025-01-08T14:37:01.968Z | Downloaded slab v0.4.9 |
1035 | 2025-01-08T14:37:01.968Z | Downloaded signal-hook-mio v0.2.4 |
1036 | 2025-01-08T14:37:01.970Z | Downloaded phf v0.11.2 |
1037 | 2025-01-08T14:37:01.971Z | Downloaded owo-colors v4.1.0 |
1038 | 2025-01-08T14:37:01.973Z | Downloaded base64 v0.13.1 |
1039 | 2025-01-08T14:37:01.976Z | Downloaded arc-swap v1.7.1 |
1040 | 2025-01-08T14:37:01.978Z | Downloaded siphasher v0.3.11 |
1041 | 2025-01-08T14:37:01.983Z | Downloaded semver v0.1.20 |
1042 | 2025-01-08T14:37:01.983Z | Downloaded secrecy v0.8.0 |
1043 | 2025-01-08T14:37:01.983Z | Downloaded hyper-util v0.1.10 |
1044 | 2025-01-08T14:37:01.985Z | Downloaded chacha20poly1305 v0.10.1 |
1045 | 2025-01-08T14:37:01.988Z | Downloaded rustc-hash v1.1.0 |
1046 | 2025-01-08T14:37:01.991Z | Downloaded ref-cast v1.0.23 |
1047 | 2025-01-08T14:37:01.994Z | Downloaded quinn-udp v0.5.5 |
1048 | 2025-01-08T14:37:01.994Z | Downloaded phf_generator v0.11.2 |
1049 | 2025-01-08T14:37:01.997Z | Downloaded env_logger v0.11.5 |
1050 | 2025-01-08T14:37:01.999Z | Downloaded env_logger v0.10.2 |
1051 | 2025-01-08T14:37:02.004Z | Downloaded walkdir v2.5.0 |
1052 | 2025-01-08T14:37:02.007Z | Downloaded tokio-tungstenite v0.24.0 |
1053 | 2025-01-08T14:37:02.007Z | Downloaded progenitor-impl v0.8.0 |
1054 | 2025-01-08T14:37:02.009Z | Downloaded backtrace v0.3.74 |
1055 | 2025-01-08T14:37:02.012Z | Downloaded crc-any v2.5.0 |
1056 | 2025-01-08T14:37:02.016Z | Downloaded derive_builder_core v0.20.2 |
1057 | 2025-01-08T14:37:02.018Z | Downloaded derive_builder v0.20.2 |
1058 | 2025-01-08T14:37:02.021Z | Downloaded indicatif v0.17.9 |
1059 | 2025-01-08T14:37:02.024Z | Downloaded futures-macro v0.3.31 |
1060 | 2025-01-08T14:37:02.028Z | Downloaded tokio-tungstenite v0.23.1 |
1061 | 2025-01-08T14:37:02.028Z | Downloaded tokio-tungstenite v0.21.0 |
1062 | 2025-01-08T14:37:02.031Z | Downloaded tokio-rustls v0.26.0 |
1063 | 2025-01-08T14:37:02.033Z | Downloaded cookie v0.18.1 |
1064 | 2025-01-08T14:37:02.036Z | Downloaded base64ct v1.6.0 |
1065 | 2025-01-08T14:37:02.039Z | Downloaded newtype-uuid v1.1.3 |
1066 | 2025-01-08T14:37:02.039Z | Downloaded term v0.7.0 |
1067 | 2025-01-08T14:37:02.041Z | Downloaded strum_macros v0.26.4 |
1068 | 2025-01-08T14:37:02.044Z | Downloaded spin v0.9.8 |
1069 | 2025-01-08T14:37:02.046Z | Downloaded snafu-derive v0.8.5 |
1070 | 2025-01-08T14:37:02.046Z | Downloaded bumpalo v3.16.0 |
1071 | 2025-01-08T14:37:02.050Z | Downloaded blake2 v0.10.6 |
1072 | 2025-01-08T14:37:02.053Z | Downloaded dyn-clone v1.0.17 |
1073 | 2025-01-08T14:37:02.053Z | Downloaded data-encoding v2.6.0 |
1074 | 2025-01-08T14:37:02.058Z | Downloaded futures-executor v0.3.31 |
1075 | 2025-01-08T14:37:02.058Z | Downloaded form_urlencoded v1.2.1 |
1076 | 2025-01-08T14:37:02.061Z | Downloaded float-cmp v0.9.0 |
1077 | 2025-01-08T14:37:02.061Z | Downloaded sec1 v0.7.3 |
1078 | 2025-01-08T14:37:02.061Z | Downloaded serde_path_to_error v0.1.16 |
1079 | 2025-01-08T14:37:02.061Z | Downloaded bzip2 v0.4.4 |
1080 | 2025-01-08T14:37:02.064Z | Downloaded tokio-native-tls v0.3.1 |
1081 | 2025-01-08T14:37:02.064Z | Downloaded tokio-macros v2.4.0 |
1082 | 2025-01-08T14:37:02.067Z | Downloaded const-oid v0.9.6 |
1083 | 2025-01-08T14:37:02.067Z | Downloaded ciborium v0.2.2 |
1084 | 2025-01-08T14:37:02.071Z | Downloaded shell-words v1.1.0 |
1085 | 2025-01-08T14:37:02.071Z | Downloaded salsa20 v0.10.2 |
1086 | 2025-01-08T14:37:02.074Z | Downloaded lru-cache v0.1.2 |
1087 | 2025-01-08T14:37:02.074Z | Downloaded indoc v1.0.9 |
1088 | 2025-01-08T14:37:02.078Z | Downloaded icu_normalizer v1.5.0 |
1089 | 2025-01-08T14:37:02.080Z | Downloaded resolv-conf v0.7.0 |
1090 | 2025-01-08T14:37:02.080Z | Downloaded rand_xorshift v0.3.0 |
1091 | 2025-01-08T14:37:02.083Z | Downloaded hex v0.4.3 |
1092 | 2025-01-08T14:37:02.083Z | Downloaded crc32fast v1.4.2 |
1093 | 2025-01-08T14:37:02.087Z | Downloaded rustfmt-wrapper v0.2.1 |
1094 | 2025-01-08T14:37:02.087Z | Downloaded waitgroup v0.1.2 |
1095 | 2025-01-08T14:37:02.087Z | Downloaded ctr v0.9.2 |
1096 | 2025-01-08T14:37:02.089Z | Downloaded array-init v0.0.4 |
1097 | 2025-01-08T14:37:02.089Z | Downloaded ascii-canvas v3.0.0 |
1098 | 2025-01-08T14:37:02.092Z | Downloaded icu_locid v1.5.0 |
1099 | 2025-01-08T14:37:02.096Z | Downloaded crc v3.2.1 |
1100 | 2025-01-08T14:37:02.098Z | Downloaded cipher v0.4.4 |
1101 | 2025-01-08T14:37:02.101Z | Downloaded base16ct v0.2.0 |
1102 | 2025-01-08T14:37:02.101Z | Downloaded colored v2.1.0 |
1103 | 2025-01-08T14:37:02.103Z | Downloaded adler2 v2.0.0 |
1104 | 2025-01-08T14:37:02.103Z | Downloaded bit-set v0.5.3 |
1105 | 2025-01-08T14:37:02.105Z | Downloaded chacha20 v0.9.1 |
1106 | 2025-01-08T14:37:02.108Z | Downloaded buf-list v1.0.3 |
1107 | 2025-01-08T14:37:02.110Z | Downloaded block-padding v0.3.3 |
1108 | 2025-01-08T14:37:02.110Z | Downloaded assert_matches v1.5.0 |
1109 | 2025-01-08T14:37:02.110Z | Downloaded hyper-tls v0.6.0 |
1110 | 2025-01-08T14:37:02.113Z | Downloaded httparse v1.9.5 |
1111 | 2025-01-08T14:37:02.115Z | Downloaded cstr-argument v0.1.2 |
1112 | 2025-01-08T14:37:02.115Z | Downloaded crucible-workspace-hack v0.1.0 |
1113 | 2025-01-08T14:37:02.115Z | Downloaded crunchy v0.2.2 |
1114 | 2025-01-08T14:37:02.118Z | Downloaded ciborium-io v0.2.2 |
1115 | 2025-01-08T14:37:02.118Z | Downloaded blowfish v0.9.1 |
1116 | 2025-01-08T14:37:02.118Z | Downloaded ipnetwork v0.20.0 |
1117 | 2025-01-08T14:37:02.121Z | Downloaded async-stream-impl v0.3.6 |
1118 | 2025-01-08T14:37:02.121Z | Downloaded is_ci v1.2.0 |
1119 | 2025-01-08T14:37:02.123Z | Downloaded lru v0.12.5 |
1120 | 2025-01-08T14:37:02.123Z | Downloaded ring v0.17.8 |
1121 | 2025-01-08T14:37:02.192Z | Downloaded linear-map v1.2.0 |
1122 | 2025-01-08T14:37:02.194Z | Downloaded lalrpop-util v0.19.12 |
1123 | 2025-01-08T14:37:02.194Z | Downloaded is-terminal v0.4.13 |
1124 | 2025-01-08T14:37:02.197Z | Downloaded idna_adapter v1.2.0 |
1125 | 2025-01-08T14:37:02.197Z | Downloaded lazy_static v1.5.0 |
1126 | 2025-01-08T14:37:02.197Z | Downloaded kstat-rs v0.2.4 |
1127 | 2025-01-08T14:37:02.199Z | Downloaded castaway v0.2.3 |
1128 | 2025-01-08T14:37:02.199Z | Downloaded managed v0.8.0 |
1129 | 2025-01-08T14:37:02.202Z | Downloaded lockfree-object-pool v0.1.6 |
1130 | 2025-01-08T14:37:02.204Z | Downloaded keccak v0.1.5 |
1131 | 2025-01-08T14:37:02.204Z | Downloaded indent_write v2.2.0 |
1132 | 2025-01-08T14:37:02.207Z | Downloaded hubpack v0.1.2 |
1133 | 2025-01-08T14:37:02.207Z | Downloaded httpdate v1.0.3 |
1134 | 2025-01-08T14:37:02.207Z | Downloaded cexpr v0.6.0 |
1135 | 2025-01-08T14:37:02.209Z | Downloaded bitfield v0.14.0 |
1136 | 2025-01-08T14:37:02.209Z | Downloaded bit-vec v0.6.3 |
1137 | 2025-01-08T14:37:02.256Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2025-01-08T14:37:02.491Z | Downloaded aws-lc-sys v0.22.0 |
1139 | 2025-01-08T14:37:02.797Z | Compiling serde v1.0.215 |
1140 | 2025-01-08T14:37:02.799Z | Compiling lock_api v0.4.12 |
1141 | 2025-01-08T14:37:02.800Z | Compiling scopeguard v1.2.0 |
1142 | 2025-01-08T14:37:02.800Z | Compiling value-bag v1.9.0 |
1143 | 2025-01-08T14:37:02.800Z | Compiling typenum v1.17.0 |
1144 | 2025-01-08T14:37:02.800Z | Compiling generic-array v0.14.7 |
1145 | 2025-01-08T14:37:03.010Z | Compiling syn v2.0.87 |
1146 | 2025-01-08T14:37:03.024Z | Compiling getrandom v0.2.15 |
1147 | 2025-01-08T14:37:03.106Z | Compiling shlex v1.3.0 |
1148 | 2025-01-08T14:37:03.236Z | Compiling rand_core v0.6.4 |
1149 | 2025-01-08T14:37:03.489Z | Compiling log v0.4.22 |
1150 | 2025-01-08T14:37:03.557Z | Compiling subtle v2.6.1 |
1151 | 2025-01-08T14:37:03.573Z | Compiling jobserver v0.1.32 |
1152 | 2025-01-08T14:37:03.780Z | Compiling smallvec v1.13.2 |
1153 | 2025-01-08T14:37:03.831Z | Compiling const-oid v0.9.6 |
1154 | 2025-01-08T14:37:03.872Z | Compiling spin v0.9.8 |
1155 | 2025-01-08T14:37:04.174Z | Compiling cc v1.1.30 |
1156 | 2025-01-08T14:37:04.215Z | Compiling pin-project-lite v0.2.14 |
1157 | 2025-01-08T14:37:04.339Z | Compiling rustix v0.38.37 |
1158 | 2025-01-08T14:37:04.366Z | Compiling parking_lot_core v0.9.10 |
1159 | 2025-01-08T14:37:04.471Z | Compiling futures-core v0.3.31 |
1160 | 2025-01-08T14:37:04.692Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2025-01-08T14:37:05.126Z | Compiling mio v1.0.2 |
1162 | 2025-01-08T14:37:05.365Z | Compiling parking_lot v0.12.3 |
1163 | 2025-01-08T14:37:05.413Z | Compiling aho-corasick v1.1.3 |
1164 | 2025-01-08T14:37:05.461Z | Compiling either v1.13.0 |
1165 | 2025-01-08T14:37:05.778Z | Compiling regex-syntax v0.8.5 |
1166 | 2025-01-08T14:37:05.911Z | Compiling cpufeatures v0.2.14 |
1167 | 2025-01-08T14:37:06.011Z | Compiling lazy_static v1.5.0 |
1168 | 2025-01-08T14:37:06.127Z | Compiling glob v0.3.1 |
1169 | 2025-01-08T14:37:06.297Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2025-01-08T14:37:06.337Z | Compiling futures-sink v0.3.31 |
1171 | 2025-01-08T14:37:06.409Z | Compiling socket2 v0.5.7 |
1172 | 2025-01-08T14:37:06.486Z | Compiling slab v0.4.9 |
1173 | 2025-01-08T14:37:06.782Z | Compiling prettyplease v0.2.25 |
1174 | 2025-01-08T14:37:07.113Z | Compiling clang-sys v1.8.1 |
1175 | 2025-01-08T14:37:07.249Z | Compiling minimal-lexical v0.2.1 |
1176 | 2025-01-08T14:37:07.366Z | Compiling serde_json v1.0.133 |
1177 | 2025-01-08T14:37:07.712Z | Compiling nom v7.1.3 |
1178 | 2025-01-08T14:37:07.816Z | Compiling libloading v0.8.5 |
1179 | 2025-01-08T14:37:08.045Z | Compiling home v0.5.9 |
1180 | 2025-01-08T14:37:08.227Z | Compiling bindgen v0.69.5 |
1181 | 2025-01-08T14:37:08.478Z | Compiling futures-channel v0.3.31 |
1182 | 2025-01-08T14:37:08.881Z | Compiling itertools v0.12.1 |
1183 | 2025-01-08T14:37:08.997Z | Compiling rustc-hash v1.1.0 |
1184 | 2025-01-08T14:37:09.147Z | Compiling foldhash v0.1.3 |
1185 | 2025-01-08T14:37:09.411Z | Compiling regex-automata v0.4.8 |
1186 | 2025-01-08T14:37:10.926Z | Compiling synstructure v0.13.1 |
1187 | 2025-01-08T14:37:11.097Z | Compiling cexpr v0.6.0 |
1188 | 2025-01-08T14:37:12.365Z | Compiling futures-task v0.3.31 |
1189 | 2025-01-08T14:37:12.567Z | Compiling libm v0.2.8 |
1190 | 2025-01-08T14:37:12.612Z | Compiling allocator-api2 v0.2.18 |
1191 | 2025-01-08T14:37:12.722Z | Compiling pin-utils v0.1.0 |
1192 | 2025-01-08T14:37:12.799Z | Compiling lazycell v1.3.0 |
1193 | 2025-01-08T14:37:12.870Z | Compiling futures-io v0.3.31 |
1194 | 2025-01-08T14:37:12.984Z | Compiling cmake v0.1.51 |
1195 | 2025-01-08T14:37:13.178Z | Compiling num-traits v0.2.19 |
1196 | 2025-01-08T14:37:13.360Z | Compiling hashbrown v0.15.1 |
1197 | 2025-01-08T14:37:13.440Z | Compiling dunce v1.0.5 |
1198 | 2025-01-08T14:37:13.556Z | Compiling fs_extra v1.3.0 |
1199 | 2025-01-08T14:37:13.897Z | Compiling pkg-config v0.3.31 |
1200 | 2025-01-08T14:37:14.110Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2025-01-08T14:37:14.195Z | Compiling tinyvec v1.8.0 |
1202 | 2025-01-08T14:37:14.689Z | Compiling regex v1.11.1 |
1203 | 2025-01-08T14:37:15.362Z | Compiling ring v0.17.8 |
1204 | 2025-01-08T14:37:15.621Z | Compiling unicode-normalization v0.1.24 |
1205 | 2025-01-08T14:37:15.747Z | Compiling unicode-bidi v0.3.17 |
1206 | 2025-01-08T14:37:16.464Z | Compiling paste v1.0.15 |
1207 | 2025-01-08T14:37:16.620Z | Compiling base64ct v1.6.0 |
1208 | 2025-01-08T14:37:16.724Z | Compiling litemap v0.7.3 |
1209 | 2025-01-08T14:37:16.825Z | Compiling serde_derive v1.0.215 |
1210 | 2025-01-08T14:37:16.955Z | Compiling zeroize_derive v1.4.2 |
1211 | 2025-01-08T14:37:17.048Z | Compiling zerocopy-derive v0.7.35 |
1212 | 2025-01-08T14:37:17.093Z | Compiling tokio-macros v2.4.0 |
1213 | 2025-01-08T14:37:17.193Z | Compiling zerofrom-derive v0.1.4 |
1214 | 2025-01-08T14:37:18.338Z | Compiling thiserror-impl v1.0.69 |
1215 | 2025-01-08T14:37:18.554Z | Compiling zeroize v1.8.1 |
1216 | 2025-01-08T14:37:18.775Z | Compiling yoke-derive v0.7.4 |
1217 | 2025-01-08T14:37:19.389Z | Compiling zerocopy v0.7.35 |
1218 | 2025-01-08T14:37:20.073Z | Compiling zerovec-derive v0.10.3 |
1219 | 2025-01-08T14:37:20.449Z | Compiling crypto-common v0.1.6 |
1220 | 2025-01-08T14:37:20.730Z | Compiling block-buffer v0.10.4 |
1221 | 2025-01-08T14:37:20.997Z | Compiling digest v0.10.7 |
1222 | 2025-01-08T14:37:21.116Z | Compiling futures-macro v0.3.31 |
1223 | 2025-01-08T14:37:21.503Z | Compiling hmac v0.12.1 |
1224 | 2025-01-08T14:37:21.523Z | Compiling zerofrom v0.1.4 |
1225 | 2025-01-08T14:37:21.733Z | Compiling block-padding v0.3.3 |
1226 | 2025-01-08T14:37:21.751Z | Compiling displaydoc v0.2.5 |
1227 | 2025-01-08T14:37:21.771Z | Compiling thiserror v1.0.69 |
1228 | 2025-01-08T14:37:21.909Z | Compiling sha2 v0.10.8 |
1229 | 2025-01-08T14:37:21.986Z | Compiling inout v0.1.3 |
1230 | 2025-01-08T14:37:22.006Z | Compiling yoke v0.7.4 |
1231 | 2025-01-08T14:37:22.125Z | Compiling writeable v0.5.5 |
1232 | 2025-01-08T14:37:22.257Z | Compiling cipher v0.4.4 |
1233 | 2025-01-08T14:37:22.376Z | Compiling ppv-lite86 v0.2.20 |
1234 | 2025-01-08T14:37:22.723Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2025-01-08T14:37:22.871Z | Compiling der_derive v0.7.3 |
1236 | 2025-01-08T14:37:22.915Z | Compiling zerovec v0.10.4 |
1237 | 2025-01-08T14:37:23.087Z | Compiling futures-util v0.3.31 |
1238 | 2025-01-08T14:37:23.179Z | Compiling icu_provider_macros v1.5.0 |
1239 | 2025-01-08T14:37:23.484Z | Compiling flagset v0.4.6 |
1240 | 2025-01-08T14:37:23.697Z | Compiling httparse v1.9.5 |
1241 | 2025-01-08T14:37:24.346Z | Compiling aws-lc-rs v1.10.0 |
1242 | 2025-01-08T14:37:24.478Z | Compiling rand_chacha v0.3.1 |
1243 | 2025-01-08T14:37:24.785Z | Compiling tinystr v0.7.6 |
1244 | 2025-01-08T14:37:25.177Z | Compiling icu_locid v1.5.0 |
1245 | 2025-01-08T14:37:25.258Z | Compiling der v0.7.9 |
1246 | 2025-01-08T14:37:25.406Z | Compiling tracing-attributes v0.1.27 |
1247 | 2025-01-08T14:37:26.478Z | Compiling icu_provider v1.5.0 |
1248 | 2025-01-08T14:37:26.757Z | Compiling tracing-core v0.1.32 |
1249 | 2025-01-08T14:37:27.547Z | Compiling rustls-pki-types v1.10.0 |
1250 | 2025-01-08T14:37:27.613Z | Compiling percent-encoding v2.3.1 |
1251 | 2025-01-08T14:37:27.977Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2025-01-08T14:37:28.072Z | Compiling crossbeam-utils v0.8.20 |
1253 | 2025-01-08T14:37:28.092Z | Compiling pest v2.7.14 |
1254 | 2025-01-08T14:37:28.581Z | Compiling icu_locid_transform v1.5.0 |
1255 | 2025-01-08T14:37:28.602Z | Compiling spki v0.7.3 |
1256 | 2025-01-08T14:37:28.687Z | Compiling rand v0.8.5 |
1257 | 2025-01-08T14:37:28.969Z | Compiling icu_collections v1.5.0 |
1258 | 2025-01-08T14:37:29.279Z | Compiling salsa20 v0.10.2 |
1259 | 2025-01-08T14:37:29.305Z | Compiling tracing v0.1.40 |
1260 | 2025-01-08T14:37:29.494Z | Compiling pbkdf2 v0.12.2 |
1261 | 2025-01-08T14:37:29.666Z | Compiling time-core v0.1.2 |
1262 | 2025-01-08T14:37:29.833Z | Compiling mirai-annotations v1.12.0 |
1263 | 2025-01-08T14:37:29.853Z | Compiling untrusted v0.9.0 |
1264 | 2025-01-08T14:37:29.988Z | Compiling icu_properties_data v1.5.0 |
1265 | 2025-01-08T14:37:30.029Z | Compiling powerfmt v0.2.0 |
1266 | 2025-01-08T14:37:30.048Z | Compiling num-conv v0.1.0 |
1267 | 2025-01-08T14:37:30.251Z | Compiling untrusted v0.7.1 |
1268 | 2025-01-08T14:37:30.345Z | Compiling vcpkg v0.2.15 |
1269 | 2025-01-08T14:37:30.400Z | Compiling time-macros v0.2.18 |
1270 | 2025-01-08T14:37:30.424Z | Compiling deranged v0.3.11 |
1271 | 2025-01-08T14:37:30.442Z | Compiling icu_properties v1.5.1 |
1272 | 2025-01-08T14:37:30.855Z | Compiling pest_meta v2.7.14 |
1273 | 2025-01-08T14:37:31.054Z | Compiling bitflags v2.6.0 |
1274 | 2025-01-08T14:37:31.245Z | Compiling bytes v1.8.0 |
1275 | 2025-01-08T14:37:32.491Z | Compiling tokio v1.40.0 |
1276 | 2025-01-08T14:37:32.571Z | Compiling indexmap v2.6.0 |
1277 | 2025-01-08T14:37:32.590Z | Compiling http v1.1.0 |
1278 | 2025-01-08T14:37:33.817Z | Compiling semver v1.0.23 |
1279 | 2025-01-08T14:37:34.086Z | Compiling openssl-sys v0.9.103 |
1280 | 2025-01-08T14:37:34.572Z | Compiling rustc_version v0.4.1 |
1281 | 2025-01-08T14:37:35.087Z | Compiling scrypt v0.11.0 |
1282 | 2025-01-08T14:37:35.317Z | Compiling cbc v0.1.2 |
1283 | 2025-01-08T14:37:35.490Z | Compiling which v4.4.2 |
1284 | 2025-01-08T14:37:35.579Z | Compiling aes v0.8.4 |
1285 | 2025-01-08T14:37:35.711Z | Compiling scroll_derive v0.12.0 |
1286 | 2025-01-08T14:37:36.171Z | Compiling write16 v1.0.0 |
1287 | 2025-01-08T14:37:36.306Z | Compiling utf16_iter v1.0.5 |
1288 | 2025-01-08T14:37:36.503Z | Compiling num_threads v0.1.7 |
1289 | 2025-01-08T14:37:36.506Z | Compiling icu_normalizer_data v1.5.0 |
1290 | 2025-01-08T14:37:36.620Z | Compiling atomic-waker v1.1.2 |
1291 | 2025-01-08T14:37:36.640Z | Compiling utf8_iter v1.0.4 |
1292 | 2025-01-08T14:37:36.818Z | Compiling time v0.3.36 |
1293 | 2025-01-08T14:37:36.889Z | Compiling icu_normalizer v1.5.0 |
1294 | 2025-01-08T14:37:37.019Z | Compiling pkcs5 v0.7.1 |
1295 | 2025-01-08T14:37:37.215Z | Compiling scroll v0.12.0 |
1296 | 2025-01-08T14:37:37.888Z | Compiling http-body v1.0.1 |
1297 | 2025-01-08T14:37:38.136Z | Compiling pest_generator v2.7.14 |
1298 | 2025-01-08T14:37:38.289Z | Compiling form_urlencoded v1.2.1 |
1299 | 2025-01-08T14:37:38.465Z | Compiling slog v2.7.0 |
1300 | 2025-01-08T14:37:38.486Z | Compiling try-lock v0.2.5 |
1301 | 2025-01-08T14:37:38.602Z | Compiling goblin v0.8.2 |
1302 | 2025-01-08T14:37:38.640Z | Compiling want v0.3.1 |
1303 | 2025-01-08T14:37:38.923Z | Compiling idna_adapter v1.2.0 |
1304 | 2025-01-08T14:37:38.949Z | Compiling pkcs8 v0.10.2 |
1305 | 2025-01-08T14:37:39.051Z | Compiling uuid v1.11.0 |
1306 | 2025-01-08T14:37:39.159Z | Compiling httpdate v1.0.3 |
1307 | 2025-01-08T14:37:39.640Z | Compiling iana-time-zone v0.1.61 |
1308 | 2025-01-08T14:37:39.672Z | Compiling idna v1.0.3 |
1309 | 2025-01-08T14:37:40.106Z | Compiling chrono v0.4.38 |
1310 | 2025-01-08T14:37:40.166Z | Compiling pest_derive v2.7.14 |
1311 | 2025-01-08T14:37:40.988Z | Compiling tokio-util v0.7.12 |
1312 | 2025-01-08T14:37:41.298Z | Compiling dtrace-parser v0.2.0 |
1313 | 2025-01-08T14:37:41.619Z | Compiling serde_spanned v0.6.8 |
1314 | 2025-01-08T14:37:41.862Z | Compiling toml_datetime v0.6.8 |
1315 | 2025-01-08T14:37:42.167Z | Compiling h2 v0.4.6 |
1316 | 2025-01-08T14:37:42.366Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2025-01-08T14:37:42.437Z | Compiling tower-service v0.3.3 |
1318 | 2025-01-08T14:37:42.572Z | Compiling rustversion v1.0.17 |
1319 | 2025-01-08T14:37:42.980Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2025-01-08T14:37:43.096Z | Compiling adler2 v2.0.0 |
1321 | 2025-01-08T14:37:43.297Z | Compiling base64 v0.22.1 |
1322 | 2025-01-08T14:37:43.316Z | Compiling openssl v0.10.66 |
1323 | 2025-01-08T14:37:43.476Z | Compiling match_cfg v0.1.0 |
1324 | 2025-01-08T14:37:43.575Z | Compiling hostname v0.3.1 |
1325 | 2025-01-08T14:37:43.830Z | Compiling miniz_oxide v0.8.0 |
1326 | 2025-01-08T14:37:43.849Z | Compiling foreign-types v0.3.2 |
1327 | 2025-01-08T14:37:43.868Z | Compiling url v2.5.3 |
1328 | 2025-01-08T14:37:44.040Z | Compiling async-trait v0.1.83 |
1329 | 2025-01-08T14:37:45.370Z | Compiling dof v0.3.0 |
1330 | 2025-01-08T14:37:45.422Z | Compiling openssl-macros v0.1.1 |
1331 | 2025-01-08T14:37:45.932Z | Compiling serde_derive_internals v0.29.1 |
1332 | 2025-01-08T14:37:46.270Z | Compiling usdt-impl v0.5.0 |
1333 | 2025-01-08T14:37:46.865Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2025-01-08T14:37:47.532Z | Compiling rustls v0.22.4 |
1335 | 2025-01-08T14:37:47.626Z | Compiling syn v1.0.109 |
1336 | 2025-01-08T14:37:47.790Z | Compiling data-encoding v2.6.0 |
1337 | 2025-01-08T14:37:47.839Z | Compiling schemars v0.8.21 |
1338 | 2025-01-08T14:37:48.171Z | Compiling native-tls v0.2.12 |
1339 | 2025-01-08T14:37:48.248Z | Compiling rustls v0.23.19 |
1340 | 2025-01-08T14:37:48.343Z | Compiling siphasher v0.3.11 |
1341 | 2025-01-08T14:37:48.592Z | Compiling dirs-next v2.0.0 |
1342 | 2025-01-08T14:37:48.727Z | Compiling schemars_derive v0.8.21 |
1343 | 2025-01-08T14:37:48.779Z | Compiling http-body-util v0.1.2 |
1344 | 2025-01-08T14:37:49.016Z | Compiling hyper v1.5.0 |
1345 | 2025-01-08T14:37:49.315Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2025-01-08T14:37:50.093Z | Compiling heapless v0.7.17 |
1347 | 2025-01-08T14:37:50.114Z | Compiling signature v2.2.0 |
1348 | 2025-01-08T14:37:50.265Z | Compiling sha1 v0.10.6 |
1349 | 2025-01-08T14:37:50.420Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2025-01-08T14:37:50.527Z | Compiling thread_local v1.1.8 |
1351 | 2025-01-08T14:37:50.721Z | Compiling multer v3.1.0 |
1352 | 2025-01-08T14:37:50.962Z | Compiling encoding_rs v0.8.34 |
1353 | 2025-01-08T14:37:51.004Z | Compiling cookie v0.18.1 |
1354 | 2025-01-08T14:37:51.131Z | Compiling ipnet v2.10.1 |
1355 | 2025-01-08T14:37:51.294Z | Compiling rayon-core v1.12.1 |
1356 | 2025-01-08T14:37:51.569Z | Compiling hyper-util v0.1.10 |
1357 | 2025-01-08T14:37:52.104Z | Compiling gimli v0.31.1 |
1358 | 2025-01-08T14:37:52.327Z | Compiling openssl-probe v0.1.5 |
1359 | 2025-01-08T14:37:52.673Z | Compiling slog-async v2.8.0 |
1360 | 2025-01-08T14:37:52.675Z | Compiling unicode-properties v0.1.3 |
1361 | 2025-01-08T14:37:53.185Z | Compiling dyn-clone v1.0.17 |
1362 | 2025-01-08T14:37:53.208Z | Compiling signal-hook v0.3.17 |
1363 | 2025-01-08T14:37:53.272Z | Compiling mime v0.3.17 |
1364 | 2025-01-08T14:37:53.553Z | Compiling stringprep v0.1.5 |
1365 | 2025-01-08T14:37:53.907Z | Compiling toml_edit v0.22.22 |
1366 | 2025-01-08T14:37:55.443Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2025-01-08T14:37:55.463Z | Compiling usdt-attr-macro v0.5.0 |
1368 | 2025-01-08T14:37:55.810Z | Compiling usdt-macro v0.5.0 |
1369 | 2025-01-08T14:37:56.585Z | Compiling addr2line v0.24.2 |
1370 | 2025-01-08T14:37:57.129Z | Compiling term v0.7.0 |
1371 | 2025-01-08T14:37:57.263Z | Compiling slog-json v2.6.1 |
1372 | 2025-01-08T14:37:57.285Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2025-01-08T14:37:57.310Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2025-01-08T14:37:57.424Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2025-01-08T14:37:57.646Z | Compiling enum-as-inner v0.6.1 |
1376 | 2025-01-08T14:37:57.813Z | Compiling futures-executor v0.3.31 |
1377 | 2025-01-08T14:37:58.044Z | Compiling rustls-pemfile v2.2.0 |
1378 | 2025-01-08T14:37:58.363Z | Compiling md-5 v0.10.6 |
1379 | 2025-01-08T14:37:58.384Z | Compiling num-integer v0.1.46 |
1380 | 2025-01-08T14:37:58.404Z | Compiling async-stream-impl v0.3.6 |
1381 | 2025-01-08T14:37:58.613Z | Compiling idna v0.3.0 |
1382 | 2025-01-08T14:37:58.633Z | Compiling idna v0.4.0 |
1383 | 2025-01-08T14:37:58.717Z | Compiling hash32 v0.2.1 |
1384 | 2025-01-08T14:37:59.126Z | Compiling ff v0.13.0 |
1385 | 2025-01-08T14:37:59.175Z | Compiling is-terminal v0.4.13 |
1386 | 2025-01-08T14:37:59.309Z | Compiling dropshot v0.12.0 |
1387 | 2025-01-08T14:37:59.354Z | Compiling object v0.36.5 |
1388 | 2025-01-08T14:37:59.589Z | Compiling fallible-iterator v0.2.0 |
1389 | 2025-01-08T14:37:59.831Z | Compiling quick-error v1.2.3 |
1390 | 2025-01-08T14:37:59.983Z | Compiling take_mut v0.2.2 |
1391 | 2025-01-08T14:38:00.149Z | Compiling smoltcp v0.9.1 |
1392 | 2025-01-08T14:38:00.241Z | Compiling anyhow v1.0.93 |
1393 | 2025-01-08T14:38:00.267Z | Compiling rustc-demangle v0.1.24 |
1394 | 2025-01-08T14:38:00.327Z | Compiling psl-types v2.0.11 |
1395 | 2025-01-08T14:38:00.531Z | Compiling base16ct v0.2.0 |
1396 | 2025-01-08T14:38:00.877Z | Compiling linked-hash-map v0.5.6 |
1397 | 2025-01-08T14:38:00.907Z | Compiling utf-8 v0.7.6 |
1398 | 2025-01-08T14:38:00.909Z | Compiling num-bigint-dig v0.8.4 |
1399 | 2025-01-08T14:38:01.217Z | Compiling portable-atomic v1.9.0 |
1400 | 2025-01-08T14:38:01.247Z | Compiling lru-cache v0.1.2 |
1401 | 2025-01-08T14:38:01.294Z | Compiling tungstenite v0.24.0 |
1402 | 2025-01-08T14:38:01.455Z | Compiling sec1 v0.7.3 |
1403 | 2025-01-08T14:38:01.679Z | Compiling publicsuffix v2.2.3 |
1404 | 2025-01-08T14:38:01.952Z | Compiling postgres-protocol v0.6.7 |
1405 | 2025-01-08T14:38:02.342Z | Compiling resolv-conf v0.7.0 |
1406 | 2025-01-08T14:38:02.481Z | Compiling async-stream v0.3.6 |
1407 | 2025-01-08T14:38:02.884Z | Compiling hickory-proto v0.24.1 |
1408 | 2025-01-08T14:38:03.162Z | Compiling group v0.13.0 |
1409 | 2025-01-08T14:38:03.269Z | Compiling slog-term v2.9.1 |
1410 | 2025-01-08T14:38:03.308Z | Compiling usdt v0.5.0 |
1411 | 2025-01-08T14:38:03.656Z | Compiling num-iter v0.1.45 |
1412 | 2025-01-08T14:38:03.848Z | Compiling futures v0.3.31 |
1413 | 2025-01-08T14:38:03.931Z | Compiling slog-bunyan v2.5.0 |
1414 | 2025-01-08T14:38:03.971Z | Compiling toml v0.8.19 |
1415 | 2025-01-08T14:38:04.522Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2025-01-08T14:38:05.786Z | Compiling camino v1.1.9 |
1417 | 2025-01-08T14:38:05.935Z | Compiling phf_shared v0.11.2 |
1418 | 2025-01-08T14:38:06.134Z | Compiling dropshot_endpoint v0.12.0 |
1419 | 2025-01-08T14:38:06.320Z | Compiling waitgroup v0.1.2 |
1420 | 2025-01-08T14:38:06.547Z | Compiling terminal_size v0.4.0 |
1421 | 2025-01-08T14:38:06.776Z | Compiling backtrace v0.3.74 |
1422 | 2025-01-08T14:38:06.792Z | Compiling openapiv3 v2.0.0 |
1423 | 2025-01-08T14:38:06.868Z | Compiling serde_path_to_error v0.1.16 |
1424 | 2025-01-08T14:38:07.574Z | Compiling webpki-roots v0.26.6 |
1425 | 2025-01-08T14:38:07.739Z | Compiling hkdf v0.12.4 |
1426 | 2025-01-08T14:38:07.782Z | Compiling crypto-bigint v0.5.5 |
1427 | 2025-01-08T14:38:08.009Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2025-01-08T14:38:10.350Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2025-01-08T14:38:10.544Z | Compiling idna v0.5.0 |
1430 | 2025-01-08T14:38:10.906Z | Compiling hostname v0.4.0 |
1431 | 2025-01-08T14:38:11.201Z | Compiling crc32fast v1.4.2 |
1432 | 2025-01-08T14:38:11.282Z | Compiling ahash v0.8.11 |
1433 | 2025-01-08T14:38:11.521Z | Compiling fs-err v2.11.0 |
1434 | 2025-01-08T14:38:11.573Z | Compiling hubpack_derive v0.1.1 |
1435 | 2025-01-08T14:38:11.611Z | Compiling bitflags v1.3.2 |
1436 | 2025-01-08T14:38:11.715Z | Compiling debug-ignore v1.0.5 |
1437 | 2025-01-08T14:38:11.805Z | Compiling managed v0.8.0 |
1438 | 2025-01-08T14:38:11.868Z | Compiling newtype-uuid v1.1.3 |
1439 | 2025-01-08T14:38:11.872Z | Compiling winnow v0.5.40 |
1440 | 2025-01-08T14:38:12.173Z | Compiling console v0.15.8 |
1441 | 2025-01-08T14:38:12.259Z | Compiling clap_builder v4.5.21 |
1442 | 2025-01-08T14:38:12.485Z | Compiling hubpack v0.1.2 |
1443 | 2025-01-08T14:38:12.977Z | Compiling strum_macros v0.25.3 |
1444 | 2025-01-08T14:38:13.968Z | Compiling cookie_store v0.21.0 |
1445 | 2025-01-08T14:38:13.999Z | Compiling flate2 v1.0.34 |
1446 | 2025-01-08T14:38:14.405Z | Compiling elliptic-curve v0.13.8 |
1447 | 2025-01-08T14:38:14.992Z | Compiling zerocopy v0.6.6 |
1448 | 2025-01-08T14:38:15.238Z | Compiling hickory-resolver v0.24.1 |
1449 | 2025-01-08T14:38:15.647Z | Compiling toml_edit v0.19.15 |
1450 | 2025-01-08T14:38:15.903Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2025-01-08T14:38:16.076Z | Compiling phf v0.11.2 |
1452 | 2025-01-08T14:38:16.391Z | Compiling rayon v1.10.0 |
1453 | 2025-01-08T14:38:16.716Z | Compiling hyper-tls v0.6.0 |
1454 | 2025-01-08T14:38:17.114Z | Compiling bzip2 v0.4.4 |
1455 | 2025-01-08T14:38:17.548Z | Compiling postgres-types v0.2.8 |
1456 | 2025-01-08T14:38:19.076Z | Compiling tokio-tungstenite v0.24.0 |
1457 | 2025-01-08T14:38:20.980Z | Compiling ed25519 v2.2.3 |
1458 | 2025-01-08T14:38:21.217Z | Compiling phf_shared v0.10.0 |
1459 | 2025-01-08T14:38:21.643Z | Compiling tokio-stream v0.1.16 |
1460 | 2025-01-08T14:38:21.718Z | Compiling pkcs1 v0.7.5 |
1461 | 2025-01-08T14:38:21.764Z | Compiling serde-big-array v0.5.1 |
1462 | 2025-01-08T14:38:22.006Z | Compiling clap_derive v4.5.18 |
1463 | 2025-01-08T14:38:22.171Z | Compiling rfc6979 v0.4.0 |
1464 | 2025-01-08T14:38:22.370Z | Compiling float-cmp v0.9.0 |
1465 | 2025-01-08T14:38:22.605Z | Compiling serde_repr v0.1.19 |
1466 | 2025-01-08T14:38:22.711Z | Compiling derive-where v1.2.7 |
1467 | 2025-01-08T14:38:22.759Z | Compiling bstr v1.10.0 |
1468 | 2025-01-08T14:38:22.860Z | Compiling sync_wrapper v1.0.1 |
1469 | 2025-01-08T14:38:23.022Z | Compiling normalize-line-endings v0.3.0 |
1470 | 2025-01-08T14:38:23.151Z | Compiling whoami v1.5.2 |
1471 | 2025-01-08T14:38:23.770Z | Compiling number_prefix v0.4.0 |
1472 | 2025-01-08T14:38:23.800Z | Compiling fixedbitset v0.4.2 |
1473 | 2025-01-08T14:38:23.800Z | Compiling static_assertions v1.1.0 |
1474 | 2025-01-08T14:38:23.930Z | Compiling precomputed-hash v0.1.1 |
1475 | 2025-01-08T14:38:24.018Z | Compiling difflib v0.4.0 |
1476 | 2025-01-08T14:38:24.054Z | Compiling bit-vec v0.6.3 |
1477 | 2025-01-08T14:38:24.267Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2025-01-08T14:38:24.517Z | Compiling predicates-core v1.0.8 |
1479 | 2025-01-08T14:38:24.603Z | Compiling unicode-width v0.2.0 |
1480 | 2025-01-08T14:38:24.878Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2025-01-08T14:38:24.978Z | Compiling string_cache v0.8.7 |
1482 | 2025-01-08T14:38:25.139Z | Compiling indicatif v0.17.9 |
1483 | 2025-01-08T14:38:25.142Z | Compiling similar v2.6.0 |
1484 | 2025-01-08T14:38:25.452Z | Compiling predicates v3.1.2 |
1485 | 2025-01-08T14:38:25.712Z | Compiling bit-set v0.5.3 |
1486 | 2025-01-08T14:38:26.023Z | Compiling petgraph v0.6.5 |
1487 | 2025-01-08T14:38:26.368Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1488 | 2025-01-08T14:38:27.223Z | Compiling clap v4.5.21 |
1489 | 2025-01-08T14:38:27.267Z | Compiling tokio-postgres v0.7.12 |
1490 | 2025-01-08T14:38:27.350Z | Compiling ecdsa v0.16.9 |
1491 | 2025-01-08T14:38:27.458Z | Compiling rsa v0.9.6 |
1492 | 2025-01-08T14:38:27.647Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2025-01-08T14:38:28.229Z | Compiling toml v0.7.8 |
1494 | 2025-01-08T14:38:28.993Z | Compiling zip v0.6.6 |
1495 | 2025-01-08T14:38:30.009Z | Compiling crossterm v0.28.1 |
1496 | 2025-01-08T14:38:31.252Z | Compiling hex v0.4.3 |
1497 | 2025-01-08T14:38:31.338Z | Compiling x509-cert v0.2.5 |
1498 | 2025-01-08T14:38:31.688Z | Compiling itertools v0.10.5 |
1499 | 2025-01-08T14:38:31.903Z | Compiling lalrpop-util v0.19.12 |
1500 | 2025-01-08T14:38:32.264Z | Compiling unicode-xid v0.2.6 |
1501 | 2025-01-08T14:38:32.446Z | Compiling peg-runtime v0.8.3 |
1502 | 2025-01-08T14:38:33.146Z | Compiling strum_macros v0.26.4 |
1503 | 2025-01-08T14:38:33.211Z | Compiling xattr v1.3.1 |
1504 | 2025-01-08T14:38:33.468Z | Compiling filetime v0.2.25 |
1505 | 2025-01-08T14:38:33.787Z | Compiling tar v0.4.42 |
1506 | 2025-01-08T14:38:38.092Z | Compiling strum v0.26.3 |
1507 | 2025-01-08T14:38:40.274Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2025-01-08T14:39:08.606Z | Compiling rustls-webpki v0.102.8 |
1509 | 2025-01-08T14:39:11.966Z | Compiling tokio-rustls v0.25.0 |
1510 | 2025-01-08T14:39:13.714Z | Compiling tokio-rustls v0.26.0 |
1511 | 2025-01-08T14:39:14.117Z | Compiling hyper-rustls v0.27.3 |
1512 | 2025-01-08T14:39:14.430Z | Compiling reqwest v0.12.9 |
1513 | 2025-01-08T14:39:15.313Z | Compiling qorb v0.2.1 |
1514 | 2025-01-08T14:39:20.519Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2025-01-08T14:39:20.762Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2025-01-08T14:39:26.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1517 | 2025-01-08T14:39:26.751Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2025-01-08T14:39:26.799Z | Jan 08 14:39:26.682 INFO Starting download, target: DendriteOpenapi |
1519 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: DendriteStub |
1520 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: Cockroach |
1521 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: MaghemiteMgd |
1522 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: Console |
1523 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: Clickhouse |
1524 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.682 INFO Starting download, target: TransceiverControl |
1525 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1529 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2025-01-08T14:39:26.802Z | Jan 08 14:39:26.683 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2025-01-08T14:39:26.968Z | Jan 08 14:39:26.845 INFO Download complete, target: DendriteOpenapi |
1533 | 2025-01-08T14:39:27.369Z | Jan 08 14:39:27.235 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2025-01-08T14:39:27.431Z | Jan 08 14:39:27.303 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2025-01-08T14:39:27.519Z | Jan 08 14:39:27.401 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1536 | 2025-01-08T14:39:27.769Z | Jan 08 14:39:27.650 INFO Download complete, target: Console |
1537 | 2025-01-08T14:39:27.836Z | Jan 08 14:39:27.719 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1538 | 2025-01-08T14:39:28.088Z | Jan 08 14:39:27.970 INFO Download complete, target: TransceiverControl |
1539 | 2025-01-08T14:39:28.517Z | Jan 08 14:39:28.400 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2025-01-08T14:39:28.517Z | Jan 08 14:39:28.400 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2025-01-08T14:39:28.763Z | Jan 08 14:39:28.646 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2025-01-08T14:39:30.499Z | Jan 08 14:39:30.382 INFO Download complete, target: MaghemiteMgd |
1543 | 2025-01-08T14:39:30.663Z | Jan 08 14:39:30.546 INFO Download complete, target: DendriteStub |
1544 | 2025-01-08T14:39:36.004Z | Jan 08 14:39:35.886 INFO Checking that binary works, target: Cockroach |
1545 | 2025-01-08T14:39:36.168Z | Jan 08 14:39:36.050 INFO Download complete, target: Cockroach |
1546 | 2025-01-08T14:39:41.328Z | Jan 08 14:39:41.209 INFO Checking that binary works, target: Clickhouse |
1547 | 2025-01-08T14:39:41.447Z | Jan 08 14:39:41.329 INFO Download complete, target: Clickhouse |
1548 | 2025-01-08T14:39:41.454Z | All prerequisites installed successfully |
1549 | 2025-01-08T14:39:41.457Z | |
1550 | 2025-01-08T14:39:41.457Z | real 4:51.595999713 |
1551 | 2025-01-08T14:39:41.457Z | user 16:31.423013817 |
1552 | 2025-01-08T14:39:41.457Z | sys 3:15.162222943 |
1553 | 2025-01-08T14:39:41.457Z | trap 0.544030440 |
1554 | 2025-01-08T14:39:41.457Z | tflt 1.869542873 |
1555 | 2025-01-08T14:39:41.457Z | dflt 2.116833624 |
1556 | 2025-01-08T14:39:41.457Z | kflt 0.024499467 |
1557 | 2025-01-08T14:39:41.457Z | lock 29:49.530463024 |
1558 | 2025-01-08T14:39:41.457Z | slp 1:01:55.103866047 |
1559 | 2025-01-08T14:39:41.457Z | lat 52.660889853 |
1560 | 2025-01-08T14:39:41.457Z | stop 2:13.550022274 |
1561 | 2025-01-08T14:39:41.457Z | + ptime -m cargo xtask download softnpu |
1562 | 2025-01-08T14:39:41.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1563 | 2025-01-08T14:39:42.010Z | Running `target/debug/xtask download softnpu` |
1564 | 2025-01-08T14:39:42.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1565 | 2025-01-08T14:39:42.928Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2025-01-08T14:39:42.969Z | Jan 08 14:39:42.850 INFO Starting download, target: Softnpu |
1567 | 2025-01-08T14:39:42.971Z | Jan 08 14:39:42.851 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2025-01-08T14:39:44.087Z | Jan 08 14:39:43.969 INFO Download complete, target: Softnpu |
1569 | 2025-01-08T14:39:44.091Z | |
1570 | 2025-01-08T14:39:44.093Z | real 2.629700249 |
1571 | 2025-01-08T14:39:44.093Z | user 1.303628202 |
1572 | 2025-01-08T14:39:44.094Z | sys 0.552883441 |
1573 | 2025-01-08T14:39:44.094Z | trap 0.000979726 |
1574 | 2025-01-08T14:39:44.094Z | tflt 0.000007258 |
1575 | 2025-01-08T14:39:44.094Z | dflt 0.000018187 |
1576 | 2025-01-08T14:39:44.094Z | kflt 0.000000000 |
1577 | 2025-01-08T14:39:44.094Z | lock 11.841350128 |
1578 | 2025-01-08T14:39:44.094Z | slp 0.946347261 |
1579 | 2025-01-08T14:39:44.094Z | lat 0.070553054 |
1580 | 2025-01-08T14:39:44.094Z | stop 0.000180176 |
1581 | 2025-01-08T14:39:44.094Z | + export CARGO_INCREMENTAL=0 |
1582 | 2025-01-08T14:39:44.094Z | + CARGO_INCREMENTAL=0 |
1583 | 2025-01-08T14:39:44.094Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1584 | 2025-01-08T14:39:45.077Z | Compiling proc-macro2 v1.0.89 |
1585 | 2025-01-08T14:39:45.078Z | Compiling unicode-ident v1.0.13 |
1586 | 2025-01-08T14:39:45.080Z | Compiling libc v0.2.162 |
1587 | 2025-01-08T14:39:45.080Z | Compiling serde v1.0.215 |
1588 | 2025-01-08T14:39:45.080Z | Compiling autocfg v1.4.0 |
1589 | 2025-01-08T14:39:45.080Z | Compiling version_check v0.9.5 |
1590 | 2025-01-08T14:39:45.080Z | Compiling cfg-if v1.0.0 |
1591 | 2025-01-08T14:39:45.402Z | Compiling memchr v2.7.4 |
1592 | 2025-01-08T14:39:45.422Z | Compiling typenum v1.17.0 |
1593 | 2025-01-08T14:39:45.681Z | Compiling shlex v1.3.0 |
1594 | 2025-01-08T14:39:45.858Z | Compiling value-bag v1.9.0 |
1595 | 2025-01-08T14:39:45.900Z | Compiling generic-array v0.14.7 |
1596 | 2025-01-08T14:39:46.117Z | Compiling lock_api v0.4.12 |
1597 | 2025-01-08T14:39:46.171Z | Compiling scopeguard v1.2.0 |
1598 | 2025-01-08T14:39:46.313Z | Compiling log v0.4.22 |
1599 | 2025-01-08T14:39:46.436Z | Compiling parking_lot_core v0.9.10 |
1600 | 2025-01-08T14:39:46.794Z | Compiling serde_json v1.0.133 |
1601 | 2025-01-08T14:39:46.846Z | Compiling quote v1.0.37 |
1602 | 2025-01-08T14:39:47.019Z | Compiling once_cell v1.20.2 |
1603 | 2025-01-08T14:39:47.107Z | Compiling libm v0.2.8 |
1604 | 2025-01-08T14:39:47.164Z | Compiling rustix v0.38.37 |
1605 | 2025-01-08T14:39:47.414Z | Compiling syn v2.0.87 |
1606 | 2025-01-08T14:39:47.416Z | Compiling jobserver v0.1.32 |
1607 | 2025-01-08T14:39:47.473Z | Compiling getrandom v0.2.15 |
1608 | 2025-01-08T14:39:47.531Z | Compiling num-traits v0.2.19 |
1609 | 2025-01-08T14:39:47.806Z | Compiling cc v1.1.30 |
1610 | 2025-01-08T14:39:47.824Z | Compiling thiserror v1.0.69 |
1611 | 2025-01-08T14:39:47.826Z | Compiling aho-corasick v1.1.3 |
1612 | 2025-01-08T14:39:47.857Z | Compiling regex-syntax v0.8.5 |
1613 | 2025-01-08T14:39:47.963Z | Compiling either v1.13.0 |
1614 | 2025-01-08T14:39:48.144Z | Compiling itoa v1.0.11 |
1615 | 2025-01-08T14:39:48.336Z | Compiling spin v0.9.8 |
1616 | 2025-01-08T14:39:48.574Z | Compiling slab v0.4.9 |
1617 | 2025-01-08T14:39:48.749Z | Compiling byteorder v1.5.0 |
1618 | 2025-01-08T14:39:48.981Z | Compiling errno v0.3.9 |
1619 | 2025-01-08T14:39:49.187Z | Compiling rand_core v0.6.4 |
1620 | 2025-01-08T14:39:49.287Z | Compiling lazy_static v1.5.0 |
1621 | 2025-01-08T14:39:49.409Z | Compiling glob v0.3.1 |
1622 | 2025-01-08T14:39:49.923Z | Compiling prettyplease v0.2.25 |
1623 | 2025-01-08T14:39:50.195Z | Compiling clang-sys v1.8.1 |
1624 | 2025-01-08T14:39:50.551Z | Compiling minimal-lexical v0.2.1 |
1625 | 2025-01-08T14:39:50.630Z | Compiling libloading v0.8.5 |
1626 | 2025-01-08T14:39:50.899Z | Compiling bindgen v0.69.5 |
1627 | 2025-01-08T14:39:51.006Z | Compiling nom v7.1.3 |
1628 | 2025-01-08T14:39:51.049Z | Compiling subtle v2.6.1 |
1629 | 2025-01-08T14:39:51.306Z | Compiling home v0.5.9 |
1630 | 2025-01-08T14:39:51.324Z | Compiling allocator-api2 v0.2.18 |
1631 | 2025-01-08T14:39:51.531Z | Compiling regex-automata v0.4.8 |
1632 | 2025-01-08T14:39:51.713Z | Compiling itertools v0.12.1 |
1633 | 2025-01-08T14:39:52.256Z | Compiling semver v1.0.23 |
1634 | 2025-01-08T14:39:52.276Z | Compiling lazycell v1.3.0 |
1635 | 2025-01-08T14:39:52.430Z | Compiling smallvec v1.13.2 |
1636 | 2025-01-08T14:39:52.720Z | Compiling rustc-hash v1.1.0 |
1637 | 2025-01-08T14:39:52.922Z | Compiling cmake v0.1.51 |
1638 | 2025-01-08T14:39:53.779Z | Compiling fs_extra v1.3.0 |
1639 | 2025-01-08T14:39:53.801Z | Compiling dunce v1.0.5 |
1640 | 2025-01-08T14:39:54.250Z | Compiling cexpr v0.6.0 |
1641 | 2025-01-08T14:39:54.268Z | Compiling ryu v1.0.18 |
1642 | 2025-01-08T14:39:54.530Z | Compiling pkg-config v0.3.31 |
1643 | 2025-01-08T14:39:54.548Z | Compiling ring v0.17.8 |
1644 | 2025-01-08T14:39:54.752Z | Compiling pin-project-lite v0.2.14 |
1645 | 2025-01-08T14:39:54.921Z | Compiling paste v1.0.15 |
1646 | 2025-01-08T14:39:55.379Z | Compiling synstructure v0.13.1 |
1647 | 2025-01-08T14:39:55.568Z | Compiling const-oid v0.9.6 |
1648 | 2025-01-08T14:39:55.764Z | Compiling schemars v0.8.21 |
1649 | 2025-01-08T14:39:55.787Z | Compiling fnv v1.0.7 |
1650 | 2025-01-08T14:39:55.987Z | Compiling serde_derive_internals v0.29.1 |
1651 | 2025-01-08T14:39:56.158Z | Compiling equivalent v1.0.1 |
1652 | 2025-01-08T14:39:56.282Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2025-01-08T14:39:56.697Z | Compiling foldhash v0.1.3 |
1654 | 2025-01-08T14:39:56.991Z | Compiling regex v1.11.1 |
1655 | 2025-01-08T14:39:57.358Z | Compiling httparse v1.9.5 |
1656 | 2025-01-08T14:39:57.500Z | Compiling hashbrown v0.15.1 |
1657 | 2025-01-08T14:39:58.082Z | Compiling heck v0.5.0 |
1658 | 2025-01-08T14:39:58.276Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2025-01-08T14:39:58.795Z | Compiling parking_lot v0.12.3 |
1660 | 2025-01-08T14:39:58.995Z | Compiling mio v1.0.2 |
1661 | 2025-01-08T14:40:00.643Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2025-01-08T14:40:00.727Z | Compiling serde_derive v1.0.215 |
1663 | 2025-01-08T14:40:00.766Z | Compiling zeroize_derive v1.4.2 |
1664 | 2025-01-08T14:40:00.819Z | Compiling zerocopy-derive v0.7.35 |
1665 | 2025-01-08T14:40:00.839Z | Compiling thiserror-impl v1.0.69 |
1666 | 2025-01-08T14:40:01.677Z | Compiling tokio-macros v2.4.0 |
1667 | 2025-01-08T14:40:01.968Z | Compiling zerofrom-derive v0.1.4 |
1668 | 2025-01-08T14:40:02.152Z | Compiling zeroize v1.8.1 |
1669 | 2025-01-08T14:40:02.604Z | Compiling yoke-derive v0.7.4 |
1670 | 2025-01-08T14:40:02.610Z | Compiling futures-macro v0.3.31 |
1671 | 2025-01-08T14:40:02.832Z | Compiling zerovec-derive v0.10.3 |
1672 | 2025-01-08T14:40:03.108Z | Compiling zerocopy v0.7.35 |
1673 | 2025-01-08T14:40:03.640Z | Compiling displaydoc v0.2.5 |
1674 | 2025-01-08T14:40:04.467Z | Compiling crypto-common v0.1.6 |
1675 | 2025-01-08T14:40:04.794Z | Compiling tracing-attributes v0.1.27 |
1676 | 2025-01-08T14:40:04.815Z | Compiling schemars_derive v0.8.21 |
1677 | 2025-01-08T14:40:05.113Z | Compiling icu_provider_macros v1.5.0 |
1678 | 2025-01-08T14:40:05.238Z | Compiling block-buffer v0.10.4 |
1679 | 2025-01-08T14:40:05.365Z | Compiling crossbeam-utils v0.8.20 |
1680 | 2025-01-08T14:40:05.525Z | Compiling digest v0.10.7 |
1681 | 2025-01-08T14:40:05.877Z | Compiling der_derive v0.7.3 |
1682 | 2025-01-08T14:40:06.005Z | Compiling socket2 v0.5.7 |
1683 | 2025-01-08T14:40:06.044Z | Compiling num-conv v0.1.0 |
1684 | 2025-01-08T14:40:06.160Z | Compiling futures-core v0.3.31 |
1685 | 2025-01-08T14:40:06.328Z | Compiling time-core v0.1.2 |
1686 | 2025-01-08T14:40:06.500Z | Compiling time-macros v0.2.18 |
1687 | 2025-01-08T14:40:07.666Z | Compiling vcpkg v0.2.15 |
1688 | 2025-01-08T14:40:08.074Z | Compiling syn v1.0.109 |
1689 | 2025-01-08T14:40:09.346Z | Compiling openssl-sys v0.9.103 |
1690 | 2025-01-08T14:40:09.383Z | Compiling cpufeatures v0.2.14 |
1691 | 2025-01-08T14:40:09.463Z | Compiling slog v2.7.0 |
1692 | 2025-01-08T14:40:09.483Z | Compiling futures-sink v0.3.31 |
1693 | 2025-01-08T14:40:09.791Z | Compiling ahash v0.8.11 |
1694 | 2025-01-08T14:40:10.028Z | Compiling iana-time-zone v0.1.61 |
1695 | 2025-01-08T14:40:10.313Z | Compiling zerofrom v0.1.4 |
1696 | 2025-01-08T14:40:10.412Z | Compiling scroll_derive v0.12.0 |
1697 | 2025-01-08T14:40:10.431Z | Compiling ucd-trie v0.1.7 |
1698 | 2025-01-08T14:40:10.674Z | Compiling yoke v0.7.4 |
1699 | 2025-01-08T14:40:10.761Z | Compiling pest v2.7.14 |
1700 | 2025-01-08T14:40:11.030Z | Compiling futures-channel v0.3.31 |
1701 | 2025-01-08T14:40:11.471Z | Compiling hmac v0.12.1 |
1702 | 2025-01-08T14:40:11.681Z | Compiling futures-io v0.3.31 |
1703 | 2025-01-08T14:40:11.761Z | Compiling pin-utils v0.1.0 |
1704 | 2025-01-08T14:40:12.031Z | Compiling futures-task v0.3.31 |
1705 | 2025-01-08T14:40:12.063Z | Compiling openssl v0.10.66 |
1706 | 2025-01-08T14:40:12.409Z | Compiling futures-util v0.3.31 |
1707 | 2025-01-08T14:40:12.510Z | Compiling zerovec v0.10.4 |
1708 | 2025-01-08T14:40:12.845Z | Compiling block-padding v0.3.3 |
1709 | 2025-01-08T14:40:13.205Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2025-01-08T14:40:13.311Z | Compiling pest_meta v2.7.14 |
1711 | 2025-01-08T14:40:13.708Z | Compiling tinyvec v1.8.0 |
1712 | 2025-01-08T14:40:14.467Z | Compiling bitflags v2.6.0 |
1713 | 2025-01-08T14:40:14.602Z | Compiling bytes v1.8.0 |
1714 | 2025-01-08T14:40:17.146Z | Compiling indexmap v2.6.0 |
1715 | 2025-01-08T14:40:17.402Z | Compiling tokio v1.40.0 |
1716 | 2025-01-08T14:40:18.448Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2025-01-08T14:40:18.902Z | Compiling which v4.4.2 |
1718 | 2025-01-08T14:40:18.998Z | Compiling uuid v1.11.0 |
1719 | 2025-01-08T14:40:19.200Z | Compiling http v1.1.0 |
1720 | 2025-01-08T14:40:19.995Z | Compiling chrono v0.4.38 |
1721 | 2025-01-08T14:40:20.264Z | Compiling rustc_version v0.4.1 |
1722 | 2025-01-08T14:40:23.233Z | Compiling pest_generator v2.7.14 |
1723 | 2025-01-08T14:40:23.395Z | Compiling serde_spanned v0.6.8 |
1724 | 2025-01-08T14:40:23.624Z | Compiling toml_datetime v0.6.8 |
1725 | 2025-01-08T14:40:24.058Z | Compiling inout v0.1.3 |
1726 | 2025-01-08T14:40:25.034Z | Compiling openssl-macros v0.1.1 |
1727 | 2025-01-08T14:40:25.183Z | Compiling rustls v0.23.19 |
1728 | 2025-01-08T14:40:25.482Z | Compiling strsim v0.11.1 |
1729 | 2025-01-08T14:40:25.768Z | Compiling dyn-clone v1.0.17 |
1730 | 2025-01-08T14:40:26.097Z | Compiling native-tls v0.2.12 |
1731 | 2025-01-08T14:40:27.181Z | Compiling pest_derive v2.7.14 |
1732 | 2025-01-08T14:40:27.391Z | Compiling cipher v0.4.4 |
1733 | 2025-01-08T14:40:27.887Z | Compiling unicode-normalization v0.1.24 |
1734 | 2025-01-08T14:40:27.908Z | Compiling tinystr v0.7.6 |
1735 | 2025-01-08T14:40:27.949Z | Compiling sha2 v0.10.8 |
1736 | 2025-01-08T14:40:28.356Z | Compiling tracing-core v0.1.32 |
1737 | 2025-01-08T14:40:28.441Z | Compiling usdt-impl v0.5.0 |
1738 | 2025-01-08T14:40:28.768Z | Compiling writeable v0.5.5 |
1739 | 2025-01-08T14:40:28.914Z | Compiling base64ct v1.6.0 |
1740 | 2025-01-08T14:40:28.977Z | Compiling unicode-bidi v0.3.17 |
1741 | 2025-01-08T14:40:29.273Z | Compiling litemap v0.7.3 |
1742 | 2025-01-08T14:40:29.501Z | Compiling pem-rfc7468 v0.7.0 |
1743 | 2025-01-08T14:40:29.676Z | Compiling icu_locid v1.5.0 |
1744 | 2025-01-08T14:40:30.134Z | Compiling tracing v0.1.40 |
1745 | 2025-01-08T14:40:31.329Z | Compiling scroll v0.12.0 |
1746 | 2025-01-08T14:40:31.518Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2025-01-08T14:40:31.788Z | Compiling async-trait v0.1.83 |
1748 | 2025-01-08T14:40:32.445Z | Compiling cookie v0.18.1 |
1749 | 2025-01-08T14:40:33.238Z | Compiling aws-lc-sys v0.22.0 |
1750 | 2025-01-08T14:40:33.573Z | Compiling flagset v0.4.6 |
1751 | 2025-01-08T14:40:34.007Z | Compiling anyhow v1.0.93 |
1752 | 2025-01-08T14:40:34.552Z | Compiling camino v1.1.9 |
1753 | 2025-01-08T14:40:34.812Z | Compiling plain v0.2.3 |
1754 | 2025-01-08T14:40:34.973Z | Compiling goblin v0.8.2 |
1755 | 2025-01-08T14:40:36.746Z | Compiling der v0.7.9 |
1756 | 2025-01-08T14:40:37.740Z | Compiling rand_chacha v0.3.1 |
1757 | 2025-01-08T14:40:39.247Z | Compiling icu_provider v1.5.0 |
1758 | 2025-01-08T14:40:40.166Z | Compiling rustls-pki-types v1.10.0 |
1759 | 2025-01-08T14:40:41.989Z | Compiling percent-encoding v2.3.1 |
1760 | 2025-01-08T14:40:42.252Z | Compiling pretty-hex v0.4.1 |
1761 | 2025-01-08T14:40:42.449Z | Compiling rustls v0.22.4 |
1762 | 2025-01-08T14:40:42.467Z | Compiling rayon-core v1.12.1 |
1763 | 2025-01-08T14:40:42.481Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2025-01-08T14:40:42.584Z | Compiling icu_locid_transform v1.5.0 |
1765 | 2025-01-08T14:40:42.716Z | Compiling dof v0.3.0 |
1766 | 2025-01-08T14:40:43.767Z | Compiling spki v0.7.3 |
1767 | 2025-01-08T14:40:43.814Z | Compiling rand v0.8.5 |
1768 | 2025-01-08T14:40:44.364Z | Compiling dtrace-parser v0.2.0 |
1769 | 2025-01-08T14:40:44.380Z | Compiling salsa20 v0.10.2 |
1770 | 2025-01-08T14:40:44.611Z | Compiling tokio-util v0.7.12 |
1771 | 2025-01-08T14:40:44.805Z | Compiling icu_collections v1.5.0 |
1772 | 2025-01-08T14:40:45.338Z | Compiling pbkdf2 v0.12.2 |
1773 | 2025-01-08T14:40:46.050Z | Compiling thread-id v4.2.2 |
1774 | 2025-01-08T14:40:46.162Z | Compiling untrusted v0.9.0 |
1775 | 2025-01-08T14:40:46.180Z | Compiling icu_properties_data v1.5.0 |
1776 | 2025-01-08T14:40:46.217Z | Compiling powerfmt v0.2.0 |
1777 | 2025-01-08T14:40:46.292Z | Compiling untrusted v0.7.1 |
1778 | 2025-01-08T14:40:46.461Z | Compiling winnow v0.5.40 |
1779 | 2025-01-08T14:40:46.593Z | Compiling mirai-annotations v1.12.0 |
1780 | 2025-01-08T14:40:46.669Z | Compiling deranged v0.3.11 |
1781 | 2025-01-08T14:40:46.845Z | Compiling icu_properties v1.5.1 |
1782 | 2025-01-08T14:40:50.348Z | Compiling toml_edit v0.19.15 |
1783 | 2025-01-08T14:40:51.593Z | Compiling scrypt v0.11.0 |
1784 | 2025-01-08T14:40:51.806Z | Compiling aes v0.8.4 |
1785 | 2025-01-08T14:40:52.034Z | Compiling cbc v0.1.2 |
1786 | 2025-01-08T14:40:53.018Z | Compiling multer v3.1.0 |
1787 | 2025-01-08T14:40:53.318Z | Compiling write16 v1.0.0 |
1788 | 2025-01-08T14:40:53.459Z | Compiling rustversion v1.0.17 |
1789 | 2025-01-08T14:40:54.334Z | Compiling num_threads v0.1.7 |
1790 | 2025-01-08T14:40:54.398Z | Compiling atomic-waker v1.1.2 |
1791 | 2025-01-08T14:40:54.462Z | Compiling utf8_iter v1.0.4 |
1792 | 2025-01-08T14:40:54.702Z | Compiling icu_normalizer_data v1.5.0 |
1793 | 2025-01-08T14:40:54.779Z | Compiling slog-async v2.8.0 |
1794 | 2025-01-08T14:40:54.804Z | Compiling utf16_iter v1.0.5 |
1795 | 2025-01-08T14:40:54.807Z | Compiling time v0.3.36 |
1796 | 2025-01-08T14:40:54.989Z | Compiling icu_normalizer v1.5.0 |
1797 | 2025-01-08T14:40:55.556Z | Compiling pkcs5 v0.7.1 |
1798 | 2025-01-08T14:40:57.146Z | Compiling form_urlencoded v1.2.1 |
1799 | 2025-01-08T14:40:57.440Z | Compiling http-body v1.0.1 |
1800 | 2025-01-08T14:40:57.686Z | Compiling heapless v0.7.17 |
1801 | 2025-01-08T14:40:58.110Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2025-01-08T14:40:58.575Z | Compiling signal-hook v0.3.17 |
1803 | 2025-01-08T14:40:58.816Z | Compiling try-lock v0.2.5 |
1804 | 2025-01-08T14:40:58.999Z | Compiling want v0.3.1 |
1805 | 2025-01-08T14:41:01.053Z | Compiling pkcs8 v0.10.2 |
1806 | 2025-01-08T14:41:01.294Z | Compiling idna_adapter v1.2.0 |
1807 | 2025-01-08T14:41:01.520Z | Compiling h2 v0.4.6 |
1808 | 2025-01-08T14:41:02.551Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2025-01-08T14:41:04.019Z | Compiling usdt-macro v0.5.0 |
1810 | 2025-01-08T14:41:04.406Z | Compiling async-stream-impl v0.3.6 |
1811 | 2025-01-08T14:41:04.687Z | Compiling httpdate v1.0.3 |
1812 | 2025-01-08T14:41:05.416Z | Compiling adler2 v2.0.0 |
1813 | 2025-01-08T14:41:05.637Z | Compiling miniz_oxide v0.8.0 |
1814 | 2025-01-08T14:41:06.675Z | Compiling idna v1.0.3 |
1815 | 2025-01-08T14:41:08.365Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2025-01-08T14:41:08.754Z | Compiling hyper v1.5.0 |
1817 | 2025-01-08T14:41:08.833Z | Compiling openapiv3 v2.0.0 |
1818 | 2025-01-08T14:41:11.333Z | Compiling enum-as-inner v0.6.1 |
1819 | 2025-01-08T14:41:12.614Z | Compiling dropshot v0.12.0 |
1820 | 2025-01-08T14:41:12.733Z | Compiling match_cfg v0.1.0 |
1821 | 2025-01-08T14:41:12.832Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2025-01-08T14:41:12.899Z | Compiling smoltcp v0.9.1 |
1823 | 2025-01-08T14:41:13.103Z | Compiling base64 v0.22.1 |
1824 | 2025-01-08T14:41:13.105Z | Compiling newtype-uuid v1.1.3 |
1825 | 2025-01-08T14:41:13.151Z | Compiling portable-atomic v1.9.0 |
1826 | 2025-01-08T14:41:13.402Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2025-01-08T14:41:13.512Z | Compiling tower-service v0.3.3 |
1828 | 2025-01-08T14:41:13.783Z | Compiling hyper-util v0.1.10 |
1829 | 2025-01-08T14:41:14.148Z | Compiling foreign-types v0.3.2 |
1830 | 2025-01-08T14:41:14.241Z | Compiling hostname v0.3.1 |
1831 | 2025-01-08T14:41:20.369Z | Compiling url v2.5.3 |
1832 | 2025-01-08T14:41:22.075Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2025-01-08T14:41:22.094Z | Compiling siphasher v0.3.11 |
1834 | 2025-01-08T14:41:22.148Z | Compiling heck v0.4.1 |
1835 | 2025-01-08T14:41:22.388Z | Compiling data-encoding v2.6.0 |
1836 | 2025-01-08T14:41:22.452Z | Compiling ident_case v1.0.1 |
1837 | 2025-01-08T14:41:22.557Z | Compiling gimli v0.31.1 |
1838 | 2025-01-08T14:41:22.635Z | Compiling darling_core v0.20.10 |
1839 | 2025-01-08T14:41:22.723Z | Compiling dirs-next v2.0.0 |
1840 | 2025-01-08T14:41:25.591Z | Compiling http-body-util v0.1.2 |
1841 | 2025-01-08T14:41:28.853Z | Compiling addr2line v0.24.2 |
1842 | 2025-01-08T14:41:29.266Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2025-01-08T14:41:29.529Z | Compiling hubpack_derive v0.1.1 |
1844 | 2025-01-08T14:41:29.550Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2025-01-08T14:41:29.804Z | Compiling sha1 v0.10.6 |
1846 | 2025-01-08T14:41:29.965Z | Compiling signature v2.2.0 |
1847 | 2025-01-08T14:41:30.199Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2025-01-08T14:41:30.202Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2025-01-08T14:41:31.356Z | Compiling object v0.36.5 |
1850 | 2025-01-08T14:41:31.616Z | Compiling thread_local v1.1.8 |
1851 | 2025-01-08T14:41:32.094Z | Compiling fs-err v2.11.0 |
1852 | 2025-01-08T14:41:32.113Z | Compiling encoding_rs v0.8.34 |
1853 | 2025-01-08T14:41:33.628Z | Compiling winnow v0.6.20 |
1854 | 2025-01-08T14:41:35.860Z | Compiling utf8parse v0.2.2 |
1855 | 2025-01-08T14:41:37.485Z | Compiling mime v0.3.17 |
1856 | 2025-01-08T14:41:38.008Z | Compiling rustc-demangle v0.1.24 |
1857 | 2025-01-08T14:41:40.380Z | Compiling anstyle v1.0.10 |
1858 | 2025-01-08T14:41:40.822Z | Compiling ipnet v2.10.1 |
1859 | 2025-01-08T14:41:41.474Z | Compiling unicode-properties v0.1.3 |
1860 | 2025-01-08T14:41:41.873Z | Compiling openssl-probe v0.1.5 |
1861 | 2025-01-08T14:41:41.896Z | Compiling stringprep v0.1.5 |
1862 | 2025-01-08T14:41:42.863Z | Compiling backtrace v0.3.74 |
1863 | 2025-01-08T14:41:42.895Z | Compiling toml_edit v0.22.22 |
1864 | 2025-01-08T14:41:43.400Z | Compiling anstyle-parse v0.2.5 |
1865 | 2025-01-08T14:41:45.269Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2025-01-08T14:41:45.635Z | Compiling darling_macro v0.20.10 |
1867 | 2025-01-08T14:41:48.028Z | Compiling rustls-webpki v0.102.8 |
1868 | 2025-01-08T14:41:53.847Z | Compiling term v0.7.0 |
1869 | 2025-01-08T14:41:55.100Z | Compiling slog-json v2.6.1 |
1870 | 2025-01-08T14:41:57.259Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2025-01-08T14:41:58.051Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2025-01-08T14:41:58.296Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2025-01-08T14:41:58.606Z | Compiling hashbrown v0.14.5 |
1874 | 2025-01-08T14:41:59.175Z | Compiling idna v0.3.0 |
1875 | 2025-01-08T14:41:59.310Z | Compiling idna v0.4.0 |
1876 | 2025-01-08T14:41:59.962Z | Compiling futures-executor v0.3.31 |
1877 | 2025-01-08T14:42:00.724Z | Compiling num-integer v0.1.46 |
1878 | 2025-01-08T14:42:00.743Z | Compiling md-5 v0.10.6 |
1879 | 2025-01-08T14:42:00.985Z | Compiling ff v0.13.0 |
1880 | 2025-01-08T14:42:01.241Z | Compiling hash32 v0.2.1 |
1881 | 2025-01-08T14:42:01.345Z | Compiling is-terminal v0.4.13 |
1882 | 2025-01-08T14:42:01.450Z | Compiling memmap v0.7.0 |
1883 | 2025-01-08T14:42:01.626Z | Compiling linked-hash-map v0.5.6 |
1884 | 2025-01-08T14:42:01.775Z | Compiling fallible-iterator v0.2.0 |
1885 | 2025-01-08T14:42:02.018Z | Compiling base16ct v0.2.0 |
1886 | 2025-01-08T14:42:02.315Z | Compiling quick-error v1.2.3 |
1887 | 2025-01-08T14:42:02.473Z | Compiling colorchoice v1.0.2 |
1888 | 2025-01-08T14:42:03.514Z | Compiling take_mut v0.2.2 |
1889 | 2025-01-08T14:42:03.604Z | Compiling anstyle-query v1.1.1 |
1890 | 2025-01-08T14:42:04.171Z | Compiling psl-types v2.0.11 |
1891 | 2025-01-08T14:42:04.255Z | Compiling utf-8 v0.7.6 |
1892 | 2025-01-08T14:42:04.373Z | Compiling is_terminal_polyfill v1.70.1 |
1893 | 2025-01-08T14:42:04.510Z | Compiling anstream v0.6.15 |
1894 | 2025-01-08T14:42:04.556Z | Compiling tungstenite v0.24.0 |
1895 | 2025-01-08T14:42:05.189Z | Compiling publicsuffix v2.2.3 |
1896 | 2025-01-08T14:42:06.144Z | Compiling postgres-protocol v0.6.7 |
1897 | 2025-01-08T14:42:06.597Z | Compiling resolv-conf v0.7.0 |
1898 | 2025-01-08T14:42:06.600Z | Compiling sec1 v0.7.3 |
1899 | 2025-01-08T14:42:06.660Z | Compiling lru-cache v0.1.2 |
1900 | 2025-01-08T14:42:06.874Z | Compiling usdt v0.5.0 |
1901 | 2025-01-08T14:42:07.256Z | Compiling slog-term v2.9.1 |
1902 | 2025-01-08T14:42:07.350Z | Compiling num-iter v0.1.45 |
1903 | 2025-01-08T14:42:07.353Z | Compiling group v0.13.0 |
1904 | 2025-01-08T14:42:07.531Z | Compiling futures v0.3.31 |
1905 | 2025-01-08T14:42:07.661Z | Compiling hickory-proto v0.24.1 |
1906 | 2025-01-08T14:42:07.679Z | Compiling regress v0.10.1 |
1907 | 2025-01-08T14:42:11.394Z | Compiling tokio-rustls v0.26.0 |
1908 | 2025-01-08T14:42:11.850Z | Compiling slog-bunyan v2.5.0 |
1909 | 2025-01-08T14:42:12.051Z | Compiling tokio-rustls v0.25.0 |
1910 | 2025-01-08T14:42:12.182Z | Compiling darling v0.20.10 |
1911 | 2025-01-08T14:42:12.308Z | Compiling toml v0.8.19 |
1912 | 2025-01-08T14:42:12.334Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2025-01-08T14:42:12.408Z | Compiling strum_macros v0.25.3 |
1914 | 2025-01-08T14:42:12.463Z | Compiling phf_shared v0.11.2 |
1915 | 2025-01-08T14:42:12.834Z | Compiling async-stream v0.3.6 |
1916 | 2025-01-08T14:42:12.929Z | Compiling waitgroup v0.1.2 |
1917 | 2025-01-08T14:42:13.109Z | Compiling webpki-roots v0.26.6 |
1918 | 2025-01-08T14:42:13.659Z | Compiling idna v0.5.0 |
1919 | 2025-01-08T14:42:13.830Z | Compiling terminal_size v0.4.0 |
1920 | 2025-01-08T14:42:14.044Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2025-01-08T14:42:14.854Z | Compiling hkdf v0.12.4 |
1922 | 2025-01-08T14:42:15.106Z | Compiling crypto-bigint v0.5.5 |
1923 | 2025-01-08T14:42:15.211Z | Compiling clap_derive v4.5.18 |
1924 | 2025-01-08T14:42:15.230Z | Compiling derive-where v1.2.7 |
1925 | 2025-01-08T14:42:15.978Z | Compiling serde_repr v0.1.19 |
1926 | 2025-01-08T14:42:16.860Z | Compiling hostname v0.4.0 |
1927 | 2025-01-08T14:42:17.071Z | Compiling crc32fast v1.4.2 |
1928 | 2025-01-08T14:42:17.093Z | Compiling managed v0.8.0 |
1929 | 2025-01-08T14:42:17.392Z | Compiling bitflags v1.3.2 |
1930 | 2025-01-08T14:42:17.505Z | Compiling debug-ignore v1.0.5 |
1931 | 2025-01-08T14:42:18.159Z | Compiling clap_lex v0.7.2 |
1932 | 2025-01-08T14:42:18.491Z | Compiling unicode-width v0.1.14 |
1933 | 2025-01-08T14:42:18.945Z | Compiling console v0.15.8 |
1934 | 2025-01-08T14:42:18.997Z | Compiling clap_builder v4.5.21 |
1935 | 2025-01-08T14:42:20.096Z | Compiling elliptic-curve v0.13.8 |
1936 | 2025-01-08T14:42:20.910Z | Compiling flate2 v1.0.34 |
1937 | 2025-01-08T14:42:21.830Z | Compiling cookie_store v0.21.0 |
1938 | 2025-01-08T14:42:24.620Z | Compiling hickory-resolver v0.24.1 |
1939 | 2025-01-08T14:42:24.795Z | Compiling hyper-rustls v0.27.3 |
1940 | 2025-01-08T14:42:27.629Z | Compiling phf v0.11.2 |
1941 | 2025-01-08T14:42:28.576Z | Compiling hyper-tls v0.6.0 |
1942 | 2025-01-08T14:42:28.603Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2025-01-08T14:42:28.772Z | Compiling bzip2 v0.4.4 |
1944 | 2025-01-08T14:42:28.949Z | Compiling typify-impl v0.2.0 |
1945 | 2025-01-08T14:42:29.147Z | Compiling rayon v1.10.0 |
1946 | 2025-01-08T14:42:29.684Z | Compiling postgres-types v0.2.8 |
1947 | 2025-01-08T14:42:30.053Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2025-01-08T14:42:30.219Z | Compiling zerocopy v0.6.6 |
1949 | 2025-01-08T14:42:30.619Z | Compiling hubpack v0.1.2 |
1950 | 2025-01-08T14:42:31.043Z | Compiling ed25519 v2.2.3 |
1951 | 2025-01-08T14:42:31.061Z | Compiling phf_shared v0.10.0 |
1952 | 2025-01-08T14:42:31.135Z | Compiling pkcs1 v0.7.5 |
1953 | 2025-01-08T14:42:31.456Z | Compiling tokio-stream v0.1.16 |
1954 | 2025-01-08T14:42:32.068Z | Compiling ipnetwork v0.20.0 |
1955 | 2025-01-08T14:42:32.474Z | Compiling serde-big-array v0.5.1 |
1956 | 2025-01-08T14:42:32.722Z | Compiling rfc6979 v0.4.0 |
1957 | 2025-01-08T14:42:33.474Z | Compiling float-cmp v0.9.0 |
1958 | 2025-01-08T14:42:33.703Z | Compiling sync_wrapper v1.0.1 |
1959 | 2025-01-08T14:42:33.867Z | Compiling bstr v1.10.0 |
1960 | 2025-01-08T14:42:35.112Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2025-01-08T14:42:35.474Z | Compiling fixedbitset v0.4.2 |
1962 | 2025-01-08T14:42:35.498Z | Compiling unicode-segmentation v1.12.0 |
1963 | 2025-01-08T14:42:35.655Z | Compiling precomputed-hash v0.1.1 |
1964 | 2025-01-08T14:42:35.904Z | Compiling predicates-core v1.0.8 |
1965 | 2025-01-08T14:42:36.154Z | Compiling static_assertions v1.1.0 |
1966 | 2025-01-08T14:42:36.219Z | Compiling normalize-line-endings v0.3.0 |
1967 | 2025-01-08T14:42:36.259Z | Compiling whoami v1.5.2 |
1968 | 2025-01-08T14:42:36.349Z | Compiling bit-vec v0.6.3 |
1969 | 2025-01-08T14:42:36.351Z | Compiling difflib v0.4.0 |
1970 | 2025-01-08T14:42:36.383Z | Compiling number_prefix v0.4.0 |
1971 | 2025-01-08T14:42:36.616Z | Compiling unicode-width v0.2.0 |
1972 | 2025-01-08T14:42:36.767Z | Compiling predicates v3.1.2 |
1973 | 2025-01-08T14:42:36.824Z | Compiling bit-set v0.5.3 |
1974 | 2025-01-08T14:42:37.121Z | Compiling indicatif v0.17.9 |
1975 | 2025-01-08T14:42:37.169Z | Compiling tokio-postgres v0.7.12 |
1976 | 2025-01-08T14:42:37.668Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1977 | 2025-01-08T14:42:38.258Z | Compiling similar v2.6.0 |
1978 | 2025-01-08T14:42:38.286Z | Compiling petgraph v0.6.5 |
1979 | 2025-01-08T14:42:38.967Z | Compiling string_cache v0.8.7 |
1980 | 2025-01-08T14:42:40.649Z | Compiling reqwest v0.12.9 |
1981 | 2025-01-08T14:42:41.109Z | Compiling typify-macro v0.2.0 |
1982 | 2025-01-08T14:42:42.606Z | Compiling ecdsa v0.16.9 |
1983 | 2025-01-08T14:42:43.486Z | Compiling qorb v0.2.1 |
1984 | 2025-01-08T14:42:44.091Z | Compiling rsa v0.9.6 |
1985 | 2025-01-08T14:42:44.381Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2025-01-08T14:42:45.543Z | Compiling zip v0.6.6 |
1987 | 2025-01-08T14:42:45.640Z | Compiling crossterm v0.28.1 |
1988 | 2025-01-08T14:42:45.780Z | Compiling clap v4.5.21 |
1989 | 2025-01-08T14:42:47.297Z | Compiling toml v0.7.8 |
1990 | 2025-01-08T14:42:48.434Z | Compiling x509-cert v0.2.5 |
1991 | 2025-01-08T14:42:48.952Z | Compiling hex v0.4.3 |
1992 | 2025-01-08T14:42:49.552Z | Compiling itertools v0.10.5 |
1993 | 2025-01-08T14:42:50.018Z | Compiling zerocopy v0.8.10 |
1994 | 2025-01-08T14:42:50.332Z | Compiling lalrpop-util v0.19.12 |
1995 | 2025-01-08T14:42:50.720Z | Compiling unicode-xid v0.2.6 |
1996 | 2025-01-08T14:42:50.771Z | Compiling peg-runtime v0.8.3 |
1997 | 2025-01-08T14:42:52.815Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2025-01-08T14:42:56.880Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2025-01-08T14:42:56.972Z | Compiling macaddr v1.0.1 |
2000 | 2025-01-08T14:42:57.641Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2025-01-08T14:42:57.676Z | Compiling itertools v0.13.0 |
2002 | 2025-01-08T14:42:59.155Z | Compiling heapless v0.8.0 |
2003 | 2025-01-08T14:43:01.129Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2025-01-08T14:43:05.867Z | Compiling num_enum_derive v0.5.11 |
2005 | 2025-01-08T14:43:13.843Z | Compiling hash32 v0.3.1 |
2006 | 2025-01-08T14:43:15.580Z | Compiling smoltcp v0.11.0 |
2007 | 2025-01-08T14:43:15.600Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2025-01-08T14:43:20.904Z | Compiling num_enum v0.5.11 |
2009 | 2025-01-08T14:43:21.099Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2025-01-08T14:43:21.809Z | Compiling typify v0.2.0 |
2011 | 2025-01-08T14:43:21.964Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2012 | 2025-01-08T14:43:23.004Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2025-01-08T14:43:23.314Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2025-01-08T14:43:25.159Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2025-01-08T14:43:25.450Z | Compiling cobs v0.2.3 |
2016 | 2025-01-08T14:43:25.928Z | Compiling postcard v1.0.10 |
2017 | 2025-01-08T14:43:26.700Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2025-01-08T14:43:42.219Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2025-01-08T14:43:42.378Z | Compiling progenitor-impl v0.8.0 |
2020 | 2025-01-08T14:43:53.228Z | Compiling strum_macros v0.26.4 |
2021 | 2025-01-08T14:43:53.705Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2025-01-08T14:43:53.830Z | Compiling structmeta-derive v0.3.0 |
2023 | 2025-01-08T14:43:53.887Z | Compiling proc-macro-error v1.0.4 |
2024 | 2025-01-08T14:43:54.200Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2025-01-08T14:43:55.502Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2026 | 2025-01-08T14:43:56.141Z | Compiling foreign-types-shared v0.3.1 |
2027 | 2025-01-08T14:43:56.507Z | Compiling structmeta v0.3.0 |
2028 | 2025-01-08T14:43:56.913Z | Compiling foreign-types v0.5.0 |
2029 | 2025-01-08T14:43:57.143Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2025-01-08T14:43:57.683Z | Compiling strum v0.26.3 |
2031 | 2025-01-08T14:44:05.249Z | Compiling progenitor-macro v0.8.0 |
2032 | 2025-01-08T14:44:10.880Z | Compiling progenitor-client v0.8.0 |
2033 | 2025-01-08T14:44:11.038Z | Compiling tabwriter v1.4.0 |
2034 | 2025-01-08T14:44:14.407Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2025-01-08T14:44:15.611Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2025-01-08T14:44:15.686Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2025-01-08T14:44:16.406Z | Compiling cstr-argument v0.1.2 |
2038 | 2025-01-08T14:44:16.545Z | Compiling dropshot v0.13.0 |
2039 | 2025-01-08T14:44:16.677Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2025-01-08T14:44:16.848Z | Compiling fastrand v2.1.1 |
2041 | 2025-01-08T14:44:16.939Z | Compiling pretty-hex v0.2.1 |
2042 | 2025-01-08T14:44:17.172Z | Compiling thiserror v2.0.3 |
2043 | 2025-01-08T14:44:17.732Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2044 | 2025-01-08T14:44:18.068Z | Compiling tempfile v3.13.0 |
2045 | 2025-01-08T14:44:18.133Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2025-01-08T14:44:18.308Z | Compiling progenitor v0.8.0 |
2047 | 2025-01-08T14:44:18.503Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2025-01-08T14:44:18.607Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2049 | 2025-01-08T14:44:18.802Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2050 | 2025-01-08T14:44:19.424Z | Compiling parse-display-derive v0.10.0 |
2051 | 2025-01-08T14:44:19.569Z | Compiling colored v2.1.0 |
2052 | 2025-01-08T14:44:19.784Z | Compiling serde_with_macros v3.11.0 |
2053 | 2025-01-08T14:44:20.603Z | Compiling dropshot_endpoint v0.13.0 |
2054 | 2025-01-08T14:44:20.840Z | Compiling thiserror-impl v2.0.3 |
2055 | 2025-01-08T14:44:22.364Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2025-01-08T14:44:22.454Z | Compiling instant v0.1.13 |
2057 | 2025-01-08T14:44:22.635Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2058 | 2025-01-08T14:44:22.920Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2025-01-08T14:44:23.022Z | Compiling backoff v0.4.0 |
2060 | 2025-01-08T14:44:23.102Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2025-01-08T14:44:23.332Z | Compiling serde_with v3.11.0 |
2062 | 2025-01-08T14:44:23.407Z | Compiling parse-display v0.10.0 |
2063 | 2025-01-08T14:44:24.155Z | Compiling zone_cfg_derive v0.3.0 |
2064 | 2025-01-08T14:44:25.372Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2065 | 2025-01-08T14:44:25.591Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2025-01-08T14:44:25.877Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2025-01-08T14:44:26.068Z | Compiling camino-tempfile v1.1.1 |
2068 | 2025-01-08T14:44:26.455Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2069 | 2025-01-08T14:44:26.845Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2070 | 2025-01-08T14:44:26.965Z | Compiling regress v0.9.1 |
2071 | 2025-01-08T14:44:27.044Z | Compiling num-derive v0.4.2 |
2072 | 2025-01-08T14:44:27.647Z | Compiling sigpipe v0.1.3 |
2073 | 2025-01-08T14:44:27.799Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2025-01-08T14:44:28.104Z | Compiling libefi-sys v0.1.0 |
2075 | 2025-01-08T14:44:28.464Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2076 | 2025-01-08T14:44:29.338Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2077 | 2025-01-08T14:44:30.918Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2078 | 2025-01-08T14:44:31.471Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2025-01-08T14:44:31.835Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2025-01-08T14:44:33.114Z | Compiling zone v0.3.0 |
2081 | 2025-01-08T14:44:35.562Z | Compiling smf v0.2.3 |
2082 | 2025-01-08T14:44:35.816Z | Compiling bitfield-struct v0.6.2 |
2083 | 2025-01-08T14:44:36.518Z | Compiling blake3 v1.5.4 |
2084 | 2025-01-08T14:44:37.169Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2025-01-08T14:44:37.211Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2025-01-08T14:44:38.125Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2025-01-08T14:44:38.341Z | Compiling xattr v1.3.1 |
2088 | 2025-01-08T14:44:38.492Z | Compiling memmap2 v0.9.5 |
2089 | 2025-01-08T14:44:38.667Z | Compiling filetime v0.2.25 |
2090 | 2025-01-08T14:44:39.026Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2025-01-08T14:44:39.062Z | Compiling same-file v1.0.6 |
2092 | 2025-01-08T14:44:39.079Z | Compiling constant_time_eq v0.3.1 |
2093 | 2025-01-08T14:44:39.154Z | Compiling arrayref v0.3.9 |
2094 | 2025-01-08T14:44:39.251Z | Compiling arrayvec v0.7.6 |
2095 | 2025-01-08T14:44:39.272Z | Compiling walkdir v2.5.0 |
2096 | 2025-01-08T14:44:39.272Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2025-01-08T14:44:39.336Z | Compiling tar v0.4.42 |
2098 | 2025-01-08T14:44:40.815Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2025-01-08T14:44:41.257Z | Compiling gethostname v0.5.0 |
2100 | 2025-01-08T14:44:41.473Z | Compiling cargo-platform v0.1.8 |
2101 | 2025-01-08T14:44:42.115Z | Compiling topological-sort v0.2.2 |
2102 | 2025-01-08T14:44:42.408Z | Compiling omicron-zone-package v0.12.0 |
2103 | 2025-01-08T14:44:42.470Z | Compiling cargo_metadata v0.18.1 |
2104 | 2025-01-08T14:44:42.542Z | Compiling indent_write v2.2.0 |
2105 | 2025-01-08T14:44:42.783Z | Compiling shell-words v1.1.0 |
2106 | 2025-01-08T14:44:50.305Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2107 | 2025-01-08T14:44:52.822Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2025-01-08T14:44:55.469Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2109 | 2025-01-08T14:45:13.215Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2110 | 2025-01-08T14:45:13.378Z | Running `target/release/omicron-package -t test target create -p dev` |
2111 | 2025-01-08T14:45:13.428Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2025-01-08T14:45:13.430Z | Created new build target 'test' and set it as active |
2113 | 2025-01-08T14:45:13.430Z | |
2114 | 2025-01-08T14:45:13.430Z | real 5:29.302527118 |
2115 | 2025-01-08T14:45:13.430Z | user 37:09.633812563 |
2116 | 2025-01-08T14:45:13.430Z | sys 4:56.124455921 |
2117 | 2025-01-08T14:45:13.430Z | trap 1.098364624 |
2118 | 2025-01-08T14:45:13.430Z | tflt 3.223852999 |
2119 | 2025-01-08T14:45:13.430Z | dflt 0.748053261 |
2120 | 2025-01-08T14:45:13.430Z | kflt 0.006289447 |
2121 | 2025-01-08T14:45:13.431Z | lock 1:17:56.266004949 |
2122 | 2025-01-08T14:45:13.431Z | slp 2:34:31.864928717 |
2123 | 2025-01-08T14:45:13.431Z | lat 2:36.052014372 |
2124 | 2025-01-08T14:45:13.431Z | stop 4:34.313301201 |
2125 | 2025-01-08T14:45:13.433Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2126 | 2025-01-08T14:45:14.427Z | Finished `release` profile [optimized] target(s) in 0.94s |
2127 | 2025-01-08T14:45:14.489Z | Running `target/release/omicron-package -t test package` |
2128 | 2025-01-08T14:45:14.533Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2129 | 2025-01-08T14:45:15.709Z | Compiling convert_case v0.4.0 |
2130 | 2025-01-08T14:45:15.709Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2025-01-08T14:45:15.711Z | Compiling newline-converter v0.3.0 |
2132 | 2025-01-08T14:45:15.711Z | Compiling password-hash v0.5.0 |
2133 | 2025-01-08T14:45:15.711Z | Compiling blake2 v0.10.6 |
2134 | 2025-01-08T14:45:15.711Z | Compiling base64 v0.21.7 |
2135 | 2025-01-08T14:45:15.711Z | Compiling atomicwrites v0.4.4 |
2136 | 2025-01-08T14:45:15.711Z | Compiling progenitor-client v0.8.0 |
2137 | 2025-01-08T14:45:16.058Z | Compiling owo-colors v4.1.0 |
2138 | 2025-01-08T14:45:16.112Z | Compiling expectorate v1.1.0 |
2139 | 2025-01-08T14:45:16.310Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2140 | 2025-01-08T14:45:16.312Z | Compiling cancel-safe-futures v0.1.5 |
2141 | 2025-01-08T14:45:16.373Z | Compiling progenitor v0.8.0 |
2142 | 2025-01-08T14:45:16.392Z | Compiling argon2 v0.5.3 |
2143 | 2025-01-08T14:45:16.671Z | Compiling num-rational v0.4.2 |
2144 | 2025-01-08T14:45:16.688Z | Compiling derive_more v0.99.18 |
2145 | 2025-01-08T14:45:16.704Z | Compiling num-complex v0.4.6 |
2146 | 2025-01-08T14:45:17.049Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2147 | 2025-01-08T14:45:17.607Z | Compiling libsw v3.3.1 |
2148 | 2025-01-08T14:45:17.638Z | Compiling float-ord v0.3.2 |
2149 | 2025-01-08T14:45:17.828Z | Compiling num v0.4.3 |
2150 | 2025-01-08T14:45:17.953Z | Compiling swrite v0.1.0 |
2151 | 2025-01-08T14:45:17.970Z | Compiling linear-map v1.2.0 |
2152 | 2025-01-08T14:45:17.972Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2153 | 2025-01-08T14:45:17.972Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2025-01-08T14:45:18.087Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2025-01-08T14:45:18.398Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2025-01-08T14:45:18.762Z | Compiling highway v1.2.0 |
2157 | 2025-01-08T14:45:19.147Z | Compiling semver v0.1.20 |
2158 | 2025-01-08T14:45:19.747Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2159 | 2025-01-08T14:45:19.900Z | Compiling rustc_version v0.1.7 |
2160 | 2025-01-08T14:45:20.163Z | Compiling tungstenite v0.21.0 |
2161 | 2025-01-08T14:45:20.328Z | Compiling newtype_derive v0.1.6 |
2162 | 2025-01-08T14:45:20.659Z | Compiling ipnetwork v0.20.0 |
2163 | 2025-01-08T14:45:21.460Z | Compiling tokio-tungstenite v0.21.0 |
2164 | 2025-01-08T14:45:22.170Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2165 | 2025-01-08T14:45:22.838Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2166 | 2025-01-08T14:45:23.380Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2025-01-08T14:45:25.374Z | Compiling humantime v2.1.0 |
2168 | 2025-01-08T14:45:26.145Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2169 | 2025-01-08T14:45:26.234Z | Compiling dropshot v0.13.0 |
2170 | 2025-01-08T14:45:26.310Z | Compiling instant v0.1.13 |
2171 | 2025-01-08T14:45:26.473Z | Compiling backoff v0.4.0 |
2172 | 2025-01-08T14:45:26.860Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2025-01-08T14:45:27.315Z | Compiling steno v0.4.1 |
2174 | 2025-01-08T14:45:27.396Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2175 | 2025-01-08T14:45:27.778Z | Compiling parse-display v0.10.0 |
2176 | 2025-01-08T14:45:28.356Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2177 | 2025-01-08T14:45:28.550Z | Compiling strum v0.26.3 |
2178 | 2025-01-08T14:45:28.738Z | Compiling serde_with v3.11.0 |
2179 | 2025-01-08T14:45:32.479Z | Compiling regress v0.9.1 |
2180 | 2025-01-08T14:45:32.813Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2181 | 2025-01-08T14:45:35.246Z | Compiling macaddr v1.0.1 |
2182 | 2025-01-08T14:45:35.644Z | Compiling slog-dtrace v0.3.0 |
2183 | 2025-01-08T14:45:35.729Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2184 | 2025-01-08T14:45:36.021Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2185 | 2025-01-08T14:45:36.285Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2186 | 2025-01-08T14:45:38.035Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2187 | 2025-01-08T14:45:38.715Z | Compiling prettyplease v0.2.25 |
2188 | 2025-01-08T14:45:38.768Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2189 | 2025-01-08T14:45:38.878Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2190 | 2025-01-08T14:45:39.964Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2191 | 2025-01-08T14:45:42.283Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2192 | 2025-01-08T14:45:42.995Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2193 | 2025-01-08T14:45:55.445Z | Compiling half v2.4.1 |
2194 | 2025-01-08T14:45:56.152Z | Compiling ciborium-io v0.2.2 |
2195 | 2025-01-08T14:45:56.172Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2196 | 2025-01-08T14:45:56.303Z | Compiling ciborium-ll v0.2.2 |
2197 | 2025-01-08T14:45:56.790Z | Compiling ciborium v0.2.2 |
2198 | 2025-01-08T14:45:56.831Z | Compiling display-error-chain v0.2.2 |
2199 | 2025-01-08T14:45:57.049Z | Compiling same-file v1.0.6 |
2200 | 2025-01-08T14:45:57.298Z | Compiling fastrand v2.1.1 |
2201 | 2025-01-08T14:45:57.597Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2202 | 2025-01-08T14:45:57.743Z | Compiling tempfile v3.13.0 |
2203 | 2025-01-08T14:45:57.792Z | Compiling walkdir v2.5.0 |
2204 | 2025-01-08T14:45:58.018Z | Compiling blake3 v1.5.4 |
2205 | 2025-01-08T14:45:58.448Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2206 | 2025-01-08T14:45:58.471Z | Compiling xattr v1.3.1 |
2207 | 2025-01-08T14:45:58.646Z | Compiling filetime v0.2.25 |
2208 | 2025-01-08T14:45:58.726Z | Compiling memmap2 v0.9.5 |
2209 | 2025-01-08T14:45:58.897Z | Compiling keccak v0.1.5 |
2210 | 2025-01-08T14:45:58.949Z | Compiling arrayref v0.3.9 |
2211 | 2025-01-08T14:45:59.065Z | Compiling arrayvec v0.7.6 |
2212 | 2025-01-08T14:45:59.127Z | Compiling constant_time_eq v0.3.1 |
2213 | 2025-01-08T14:45:59.283Z | Compiling sha3 v0.10.8 |
2214 | 2025-01-08T14:45:59.864Z | Compiling tar v0.4.42 |
2215 | 2025-01-08T14:46:00.191Z | Compiling camino-tempfile v1.1.1 |
2216 | 2025-01-08T14:46:00.559Z | Compiling toolchain_find v0.4.0 |
2217 | 2025-01-08T14:46:00.668Z | Compiling const_format_proc_macros v0.2.33 |
2218 | 2025-01-08T14:46:01.161Z | Compiling topological-sort v0.2.2 |
2219 | 2025-01-08T14:46:01.418Z | Compiling maplit v1.0.2 |
2220 | 2025-01-08T14:46:01.558Z | Compiling crunchy v0.2.2 |
2221 | 2025-01-08T14:46:01.943Z | Compiling radium v0.7.0 |
2222 | 2025-01-08T14:46:02.015Z | Compiling omicron-zone-package v0.12.0 |
2223 | 2025-01-08T14:46:02.072Z | Compiling rustfmt-wrapper v0.2.1 |
2224 | 2025-01-08T14:46:02.312Z | Compiling tiny-keccak v2.0.2 |
2225 | 2025-01-08T14:46:02.409Z | Compiling tap v1.0.1 |
2226 | 2025-01-08T14:46:02.482Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2227 | 2025-01-08T14:46:02.581Z | Compiling maybe-uninit v2.0.0 |
2228 | 2025-01-08T14:46:02.583Z | Compiling const_format v0.2.33 |
2229 | 2025-01-08T14:46:02.615Z | Compiling wyz v0.5.1 |
2230 | 2025-01-08T14:46:03.100Z | Compiling dsl_auto_type v0.1.2 |
2231 | 2025-01-08T14:46:03.120Z | Compiling phf_generator v0.11.2 |
2232 | 2025-01-08T14:46:03.122Z | Compiling scheduled-thread-pool v0.2.7 |
2233 | 2025-01-08T14:46:03.156Z | Compiling secrecy v0.8.0 |
2234 | 2025-01-08T14:46:03.306Z | Compiling diesel_table_macro_syntax v0.2.0 |
2235 | 2025-01-08T14:46:03.433Z | Compiling async-recursion v1.1.1 |
2236 | 2025-01-08T14:46:03.721Z | Compiling funty v2.0.0 |
2237 | 2025-01-08T14:46:03.819Z | Compiling crc-catalog v2.4.0 |
2238 | 2025-01-08T14:46:03.983Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2239 | 2025-01-08T14:46:04.308Z | Compiling arc-swap v1.7.1 |
2240 | 2025-01-08T14:46:04.361Z | Compiling packed_struct v0.10.1 |
2241 | 2025-01-08T14:46:04.490Z | Compiling diesel_derives v2.2.3 |
2242 | 2025-01-08T14:46:04.832Z | Compiling bitvec v1.0.1 |
2243 | 2025-01-08T14:46:04.895Z | Compiling slog-scope v4.4.0 |
2244 | 2025-01-08T14:46:04.968Z | Compiling crc v3.2.1 |
2245 | 2025-01-08T14:46:05.753Z | Compiling r2d2 v0.8.10 |
2246 | 2025-01-08T14:46:06.237Z | Compiling phf_codegen v0.11.2 |
2247 | 2025-01-08T14:46:06.474Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2248 | 2025-01-08T14:46:06.819Z | Compiling ascii-canvas v3.0.0 |
2249 | 2025-01-08T14:46:07.000Z | Compiling universal-hash v0.5.1 |
2250 | 2025-01-08T14:46:07.258Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2025-01-08T14:46:07.312Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2025-01-08T14:46:08.028Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2253 | 2025-01-08T14:46:09.588Z | Compiling parse-zoneinfo v0.3.1 |
2254 | 2025-01-08T14:46:09.755Z | Compiling ena v0.14.3 |
2255 | 2025-01-08T14:46:09.932Z | Compiling indexmap v1.9.3 |
2256 | 2025-01-08T14:46:10.181Z | Compiling diff v0.1.13 |
2257 | 2025-01-08T14:46:10.250Z | Compiling nodrop v0.1.14 |
2258 | 2025-01-08T14:46:10.400Z | Compiling opaque-debug v0.3.1 |
2259 | 2025-01-08T14:46:10.521Z | Compiling regex-syntax v0.6.29 |
2260 | 2025-01-08T14:46:10.769Z | Compiling poly1305 v0.8.0 |
2261 | 2025-01-08T14:46:11.218Z | Compiling array-init v0.0.4 |
2262 | 2025-01-08T14:46:12.373Z | Compiling chrono-tz-build v0.4.0 |
2263 | 2025-01-08T14:46:12.512Z | Compiling thiserror-no-std v2.0.2 |
2264 | 2025-01-08T14:46:13.563Z | Compiling smallvec v0.6.14 |
2265 | 2025-01-08T14:46:14.098Z | Compiling lalrpop v0.19.12 |
2266 | 2025-01-08T14:46:15.928Z | Compiling slog-stdlog v4.1.1 |
2267 | 2025-01-08T14:46:16.095Z | Compiling diesel v2.2.6 |
2268 | 2025-01-08T14:46:17.014Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2269 | 2025-01-08T14:46:17.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2270 | 2025-01-08T14:46:17.630Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2271 | 2025-01-08T14:46:17.858Z | Compiling chacha20 v0.9.1 |
2272 | 2025-01-08T14:46:18.081Z | Compiling aead v0.5.2 |
2273 | 2025-01-08T14:46:18.355Z | Compiling vte_generate_state_changes v0.1.2 |
2274 | 2025-01-08T14:46:18.460Z | Compiling ref-cast v1.0.23 |
2275 | 2025-01-08T14:46:18.935Z | Compiling hashbrown v0.12.3 |
2276 | 2025-01-08T14:46:18.972Z | Compiling termcolor v1.4.1 |
2277 | 2025-01-08T14:46:20.073Z | Compiling bitfield v0.14.0 |
2278 | 2025-01-08T14:46:20.447Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2279 | 2025-01-08T14:46:21.443Z | Compiling env_logger v0.10.2 |
2280 | 2025-01-08T14:46:24.653Z | Compiling vte v0.11.1 |
2281 | 2025-01-08T14:46:26.243Z | Compiling chacha20poly1305 v0.10.1 |
2282 | 2025-01-08T14:46:26.515Z | Compiling slog-envlogger v2.2.0 |
2283 | 2025-01-08T14:46:29.303Z | Compiling serde-hex v0.1.0 |
2284 | 2025-01-08T14:46:34.584Z | Compiling chrono-tz v0.10.0 |
2285 | 2025-01-08T14:46:35.290Z | Compiling vsss-rs v3.3.4 |
2286 | 2025-01-08T14:46:39.763Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2287 | 2025-01-08T14:46:40.117Z | Compiling ron v0.8.1 |
2288 | 2025-01-08T14:46:40.142Z | Compiling polar-core v0.27.3 |
2289 | 2025-01-08T14:46:40.483Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2290 | 2025-01-08T14:46:40.788Z | Compiling derive_builder_core v0.20.2 |
2291 | 2025-01-08T14:46:41.408Z | Compiling hashbrown v0.13.2 |
2292 | 2025-01-08T14:46:42.874Z | Compiling headers-core v0.3.0 |
2293 | 2025-01-08T14:46:43.055Z | Compiling fxhash v0.2.1 |
2294 | 2025-01-08T14:46:43.118Z | Compiling libxml v0.3.3 |
2295 | 2025-01-08T14:46:43.298Z | Compiling ref-cast-impl v1.0.23 |
2296 | 2025-01-08T14:46:43.476Z | Compiling bumpalo v3.16.0 |
2297 | 2025-01-08T14:46:44.094Z | Compiling simd-adler32 v0.3.7 |
2298 | 2025-01-08T14:46:44.460Z | Compiling bytecount v0.6.8 |
2299 | 2025-01-08T14:46:44.786Z | Compiling crc-any v2.5.0 |
2300 | 2025-01-08T14:46:45.244Z | Compiling zip v2.1.3 |
2301 | 2025-01-08T14:46:45.576Z | Compiling lockfree-object-pool v0.1.6 |
2302 | 2025-01-08T14:46:45.798Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2025-01-08T14:46:45.907Z | Compiling zopfli v0.8.1 |
2304 | 2025-01-08T14:46:46.010Z | Compiling papergrid v0.11.0 |
2305 | 2025-01-08T14:46:50.317Z | Compiling derive_builder_macro v0.20.2 |
2306 | 2025-01-08T14:46:51.165Z | Compiling headers v0.4.0 |
2307 | 2025-01-08T14:46:54.715Z | Compiling object v0.30.4 |
2308 | 2025-01-08T14:46:54.903Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2309 | 2025-01-08T14:47:00.509Z | Compiling strip-ansi-escapes v0.2.0 |
2310 | 2025-01-08T14:47:00.526Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2311 | 2025-01-08T14:47:01.242Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2312 | 2025-01-08T14:47:01.544Z | Compiling tabled_derive v0.7.0 |
2313 | 2025-01-08T14:47:02.751Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2314 | 2025-01-08T14:47:03.668Z | Compiling fd-lock v4.0.2 |
2315 | 2025-01-08T14:47:03.759Z | Compiling peg-macros v0.8.4 |
2316 | 2025-01-08T14:47:03.898Z | Compiling strum_macros v0.24.3 |
2317 | 2025-01-08T14:47:06.493Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2025-01-08T14:47:07.232Z | Compiling kstat-rs v0.2.4 |
2319 | 2025-01-08T14:47:07.259Z | Compiling samael v0.0.17 |
2320 | 2025-01-08T14:47:07.476Z | Compiling unicase v2.7.0 |
2321 | 2025-01-08T14:47:07.510Z | Compiling indoc v1.0.9 |
2322 | 2025-01-08T14:47:07.596Z | Compiling nu-ansi-term v0.50.1 |
2323 | 2025-01-08T14:47:07.780Z | Compiling path-slash v0.1.5 |
2324 | 2025-01-08T14:47:08.033Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2325 | 2025-01-08T14:47:08.237Z | Compiling reedline v0.35.0 |
2326 | 2025-01-08T14:47:08.806Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2327 | 2025-01-08T14:47:08.935Z | Compiling peg v0.8.4 |
2328 | 2025-01-08T14:47:09.061Z | Compiling tabled v0.15.0 |
2329 | 2025-01-08T14:47:12.930Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2330 | 2025-01-08T14:47:23.586Z | Compiling derive_builder v0.20.2 |
2331 | 2025-01-08T14:47:28.851Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2332 | 2025-01-08T14:47:28.882Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2333 | 2025-01-08T14:47:29.423Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2334 | 2025-01-08T14:47:29.670Z | Compiling pem v3.0.4 |
2335 | 2025-01-08T14:47:29.726Z | Compiling bcs v0.1.6 |
2336 | 2025-01-08T14:47:30.687Z | Compiling oso-derive v0.27.3 |
2337 | 2025-01-08T14:47:31.119Z | Compiling impl-trait-for-tuples v0.2.2 |
2338 | 2025-01-08T14:47:31.670Z | Compiling libz-sys v1.1.20 |
2339 | 2025-01-08T14:47:31.867Z | Compiling quick-xml v0.33.0 |
2340 | 2025-01-08T14:47:32.342Z | Compiling diesel-dtrace v0.4.2 |
2341 | 2025-01-08T14:47:32.661Z | Compiling parking_lot_core v0.8.6 |
2342 | 2025-01-08T14:47:37.965Z | Compiling oso v0.27.3 |
2343 | 2025-01-08T14:47:40.046Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2344 | 2025-01-08T14:47:41.605Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2345 | 2025-01-08T14:47:46.996Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2025-01-08T14:47:50.208Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2347 | 2025-01-08T14:47:50.518Z | Compiling bb8 v0.8.5 |
2348 | 2025-01-08T14:47:51.189Z | Compiling buf-list v1.0.3 |
2349 | 2025-01-08T14:47:51.836Z | Compiling async-bb8-diesel v0.2.1 |
2350 | 2025-01-08T14:47:54.248Z | Compiling nibble_vec v0.1.0 |
2351 | 2025-01-08T14:47:54.495Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2352 | 2025-01-08T14:47:55.293Z | Compiling pin-project-internal v1.1.6 |
2353 | 2025-01-08T14:47:55.313Z | Compiling atty v0.2.14 |
2354 | 2025-01-08T14:47:55.489Z | Compiling endian-type v0.1.2 |
2355 | 2025-01-08T14:47:55.759Z | Compiling salty v0.3.0 |
2356 | 2025-01-08T14:47:56.212Z | Compiling radix_trie v0.2.1 |
2357 | 2025-01-08T14:47:58.094Z | Compiling pin-project v1.1.6 |
2358 | 2025-01-08T14:47:58.618Z | Compiling parking_lot v0.11.2 |
2359 | 2025-01-08T14:48:01.672Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2360 | 2025-01-08T14:48:08.155Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2361 | 2025-01-08T14:48:12.805Z | Compiling snafu-derive v0.8.5 |
2362 | 2025-01-08T14:48:15.171Z | Compiling sled v0.34.7 |
2363 | 2025-01-08T14:48:17.528Z | Compiling snafu v0.8.5 |
2364 | 2025-01-08T14:48:18.786Z | Compiling mime_guess v2.0.5 |
2365 | 2025-01-08T14:48:19.854Z | Compiling hickory-client v0.24.1 |
2366 | 2025-01-08T14:48:26.375Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2025-01-08T14:48:27.264Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2025-01-08T14:48:27.947Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2025-01-08T14:48:28.416Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2370 | 2025-01-08T14:48:29.271Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2371 | 2025-01-08T14:48:30.842Z | Compiling globset v0.4.15 |
2372 | 2025-01-08T14:48:33.326Z | Compiling hickory-server v0.24.1 |
2373 | 2025-01-08T14:48:37.011Z | Compiling primeorder v0.13.6 |
2374 | 2025-01-08T14:48:37.598Z | Compiling olpc-cjson v0.1.4 |
2375 | 2025-01-08T14:48:37.952Z | Compiling vergen v8.3.2 |
2376 | 2025-01-08T14:48:38.258Z | Compiling castaway v0.2.3 |
2377 | 2025-01-08T14:48:38.261Z | Compiling env_filter v0.1.2 |
2378 | 2025-01-08T14:48:38.447Z | Compiling cargo-platform v0.1.8 |
2379 | 2025-01-08T14:48:38.949Z | Compiling serde_plain v1.0.2 |
2380 | 2025-01-08T14:48:39.452Z | Compiling nanorand v0.7.0 |
2381 | 2025-01-08T14:48:39.809Z | Compiling memoffset v0.9.1 |
2382 | 2025-01-08T14:48:40.125Z | Compiling typed-path v0.9.3 |
2383 | 2025-01-08T14:48:40.299Z | Compiling flume v0.11.1 |
2384 | 2025-01-08T14:48:41.085Z | Compiling cargo_metadata v0.18.1 |
2385 | 2025-01-08T14:48:44.091Z | Compiling tough v0.19.0 |
2386 | 2025-01-08T14:48:44.267Z | Compiling env_logger v0.11.5 |
2387 | 2025-01-08T14:48:45.234Z | Compiling compact_str v0.8.0 |
2388 | 2025-01-08T14:48:47.418Z | Compiling p384 v0.13.0 |
2389 | 2025-01-08T14:48:47.797Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2390 | 2025-01-08T14:48:48.257Z | Compiling git2 v0.19.0 |
2391 | 2025-01-08T14:48:48.310Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2025-01-08T14:48:49.173Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2393 | 2025-01-08T14:48:58.025Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2394 | 2025-01-08T14:48:58.366Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2395 | 2025-01-08T14:48:59.231Z | Compiling unicode-truncate v1.1.0 |
2396 | 2025-01-08T14:48:59.534Z | Compiling lru v0.12.5 |
2397 | 2025-01-08T14:48:59.934Z | Compiling rand_seeder v0.3.0 |
2398 | 2025-01-08T14:49:00.351Z | Compiling libsqlite3-sys v0.30.1 |
2399 | 2025-01-08T14:49:00.577Z | Compiling lzma-sys v0.1.20 |
2400 | 2025-01-08T14:49:00.890Z | Compiling instability v0.3.2 |
2401 | 2025-01-08T14:49:01.284Z | Compiling parse-size v1.1.0 |
2402 | 2025-01-08T14:49:01.608Z | Compiling cassowary v0.3.0 |
2403 | 2025-01-08T14:49:01.892Z | Compiling http-range v0.1.5 |
2404 | 2025-01-08T14:49:02.508Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2405 | 2025-01-08T14:49:02.826Z | Compiling rustls v0.21.12 |
2406 | 2025-01-08T14:49:03.135Z | Compiling cfg_aliases v0.2.1 |
2407 | 2025-01-08T14:49:03.262Z | Compiling nix v0.29.0 |
2408 | 2025-01-08T14:49:04.197Z | Compiling ratatui v0.28.1 |
2409 | 2025-01-08T14:49:05.268Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2025-01-08T14:49:05.504Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2025-01-08T14:49:05.854Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2025-01-08T14:49:13.534Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2025-01-08T14:49:13.587Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2025-01-08T14:49:14.414Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2025-01-08T14:49:14.778Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2416 | 2025-01-08T14:49:16.001Z | Compiling rustls-webpki v0.101.7 |
2417 | 2025-01-08T14:49:18.585Z | Compiling sct v0.7.1 |
2418 | 2025-01-08T14:49:18.796Z | Compiling heck v0.3.3 |
2419 | 2025-01-08T14:49:19.057Z | Compiling csv-core v0.1.11 |
2420 | 2025-01-08T14:49:19.175Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2421 | 2025-01-08T14:49:19.494Z | Compiling glob v0.3.1 |
2422 | 2025-01-08T14:49:19.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2423 | 2025-01-08T14:49:19.936Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2424 | 2025-01-08T14:49:20.348Z | Compiling csv v1.3.0 |
2425 | 2025-01-08T14:49:21.563Z | Compiling zone_cfg_derive v0.1.2 |
2426 | 2025-01-08T14:49:23.012Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2427 | 2025-01-08T14:49:23.302Z | Compiling nix v0.27.1 |
2428 | 2025-01-08T14:49:26.295Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2429 | 2025-01-08T14:49:27.256Z | Compiling hyper-staticfile v0.10.1 |
2430 | 2025-01-08T14:49:27.529Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2025-01-08T14:49:30.569Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2025-01-08T14:49:34.592Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2433 | 2025-01-08T14:49:34.775Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2434 | 2025-01-08T14:49:35.877Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2025-01-08T14:49:38.908Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2025-01-08T14:49:39.248Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2437 | 2025-01-08T14:49:39.570Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2438 | 2025-01-08T14:49:39.878Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2439 | 2025-01-08T14:49:41.350Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2440 | 2025-01-08T14:49:42.722Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2441 | 2025-01-08T14:49:43.330Z | Compiling hashlink v0.9.1 |
2442 | 2025-01-08T14:49:43.362Z | Compiling tungstenite v0.23.0 |
2443 | 2025-01-08T14:49:44.174Z | Compiling fallible-iterator v0.3.0 |
2444 | 2025-01-08T14:49:44.297Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2025-01-08T14:49:44.598Z | Compiling base64 v0.13.1 |
2446 | 2025-01-08T14:49:45.023Z | Compiling rusqlite v0.32.1 |
2447 | 2025-01-08T14:49:45.346Z | Compiling ron v0.7.1 |
2448 | 2025-01-08T14:49:47.199Z | Compiling tokio-tungstenite v0.23.1 |
2449 | 2025-01-08T14:49:47.523Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2450 | 2025-01-08T14:49:47.849Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2451 | 2025-01-08T14:49:48.200Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2452 | 2025-01-08T14:49:48.527Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2453 | 2025-01-08T14:49:50.667Z | Compiling xz2 v0.1.7 |
2454 | 2025-01-08T14:49:51.308Z | Compiling tokio-rustls v0.24.1 |
2455 | 2025-01-08T14:49:51.801Z | Compiling zone v0.1.8 |
2456 | 2025-01-08T14:49:54.867Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2457 | 2025-01-08T14:49:55.150Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2458 | 2025-01-08T14:50:02.147Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2459 | 2025-01-08T14:50:08.736Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2460 | 2025-01-08T14:50:08.761Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2461 | 2025-01-08T14:50:09.452Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2025-01-08T14:50:12.015Z | Compiling rustls-pemfile v1.0.4 |
2463 | 2025-01-08T14:50:12.797Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2464 | 2025-01-08T14:50:13.143Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2465 | 2025-01-08T14:50:16.292Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2466 | 2025-01-08T14:50:16.473Z | Compiling signal-hook-tokio v0.3.1 |
2467 | 2025-01-08T14:50:16.712Z | Compiling twox-hash v1.6.3 |
2468 | 2025-01-08T14:50:17.718Z | Compiling yasna v0.5.2 |
2469 | 2025-01-08T14:50:18.078Z | Compiling smawk v0.3.2 |
2470 | 2025-01-08T14:50:18.177Z | Compiling is_ci v1.2.0 |
2471 | 2025-01-08T14:50:18.355Z | Compiling unicode-linebreak v0.1.5 |
2472 | 2025-01-08T14:50:18.485Z | Compiling supports-color v3.0.1 |
2473 | 2025-01-08T14:50:18.917Z | Compiling rcgen v0.12.1 |
2474 | 2025-01-08T14:50:18.937Z | Compiling textwrap v0.16.1 |
2475 | 2025-01-08T14:50:22.531Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2476 | 2025-01-08T14:50:27.864Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2025-01-08T14:50:29.261Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2478 | 2025-01-08T14:50:32.011Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2479 | 2025-01-08T14:50:40.897Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2480 | 2025-01-08T14:50:49.845Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2481 | 2025-01-08T14:50:50.146Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2482 | 2025-01-08T14:50:54.735Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2483 | 2025-01-08T14:50:55.465Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2484 | 2025-01-08T14:51:03.564Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2485 | 2025-01-08T14:51:03.880Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2486 | 2025-01-08T14:51:08.125Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2487 | 2025-01-08T14:51:10.702Z | Compiling fatfs v0.3.6 |
2488 | 2025-01-08T14:51:13.642Z | Compiling rtoolbox v0.0.2 |
2489 | 2025-01-08T14:51:14.078Z | Compiling subprocess v0.2.9 |
2490 | 2025-01-08T14:51:14.615Z | Compiling assert_matches v1.5.0 |
2491 | 2025-01-08T14:51:18.525Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2492 | 2025-01-08T14:51:18.873Z | Compiling rpassword v7.3.1 |
2493 | 2025-01-08T14:51:19.338Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2494 | 2025-01-08T14:51:23.435Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2495 | 2025-01-08T14:51:26.241Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2496 | 2025-01-08T14:51:27.905Z | Compiling tui-tree-widget v0.22.0 |
2497 | 2025-01-08T14:51:28.388Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2498 | 2025-01-08T14:51:30.671Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2499 | 2025-01-08T14:51:30.981Z | Compiling uzers v0.12.1 |
2500 | 2025-01-08T14:51:34.147Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2501 | 2025-01-08T14:51:41.889Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2502 | 2025-01-08T14:51:43.982Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2503 | 2025-01-08T14:52:07.870Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2504 | 2025-01-08T14:52:15.740Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2505 | 2025-01-08T14:52:18.792Z | Compiling multimap v0.10.0 |
2506 | 2025-01-08T14:54:38.729Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2507 | 2025-01-08T14:54:48.953Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2508 | 2025-01-08T15:01:28.228Z | Finished `release` profile [optimized] target(s) in 16m 13s |
2509 | 2025-01-08T15:02:32.922Z | |
2510 | 2025-01-08T15:02:32.923Z | real 17:19.378288755 |
2511 | 2025-01-08T15:02:32.923Z | user 1:57:19.063701207 |
2512 | 2025-01-08T15:02:32.923Z | sys 5:56.262414316 |
2513 | 2025-01-08T15:02:32.923Z | trap 2.860307869 |
2514 | 2025-01-08T15:02:32.923Z | tflt 2.990589414 |
2515 | 2025-01-08T15:02:32.925Z | dflt 4.777398879 |
2516 | 2025-01-08T15:02:32.925Z | kflt 0.012494304 |
2517 | 2025-01-08T15:02:32.925Z | lock 7:16:50.897036077 |
2518 | 2025-01-08T15:02:32.925Z | slp 6:11:40.956566214 |
2519 | 2025-01-08T15:02:32.925Z | lat 2:51.313822689 |
2520 | 2025-01-08T15:02:32.925Z | stop 2:33.873085683 |
2521 | 2025-01-08T15:02:32.925Z | + mapfile -t packages |
2522 | 2025-01-08T15:02:32.925Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2523 | 2025-01-08T15:02:33.957Z | Finished `release` profile [optimized] target(s) in 0.98s |
2524 | 2025-01-08T15:02:34.023Z | Running `target/release/omicron-package -t test list-outputs` |
2525 | 2025-01-08T15:02:34.076Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2526 | 2025-01-08T15:02:34.079Z | + ptime -m cargo build --locked --release -p xtask |
2527 | 2025-01-08T15:02:34.644Z | Compiling serde v1.0.215 |
2528 | 2025-01-08T15:02:34.646Z | Compiling serde_json v1.0.133 |
2529 | 2025-01-08T15:02:34.646Z | Compiling libc v0.2.162 |
2530 | 2025-01-08T15:02:34.646Z | Compiling rustix v0.38.37 |
2531 | 2025-01-08T15:02:34.646Z | Compiling syn v2.0.87 |
2532 | 2025-01-08T15:02:34.746Z | Compiling bitflags v2.6.0 |
2533 | 2025-01-08T15:02:35.092Z | Compiling usdt-impl v0.5.0 |
2534 | 2025-01-08T15:02:35.144Z | Compiling syn v1.0.109 |
2535 | 2025-01-08T15:02:35.236Z | Compiling log v0.4.22 |
2536 | 2025-01-08T15:02:35.258Z | Compiling hashbrown v0.15.1 |
2537 | 2025-01-08T15:02:35.338Z | Compiling fs-err v2.11.0 |
2538 | 2025-01-08T15:02:35.643Z | Compiling anyhow v1.0.93 |
2539 | 2025-01-08T15:02:35.704Z | Compiling once_cell v1.20.2 |
2540 | 2025-01-08T15:02:36.187Z | Compiling thread-id v4.2.2 |
2541 | 2025-01-08T15:02:36.625Z | Compiling indexmap v2.6.0 |
2542 | 2025-01-08T15:02:37.789Z | Compiling terminal_size v0.4.0 |
2543 | 2025-01-08T15:02:37.789Z | Compiling tempfile v3.13.0 |
2544 | 2025-01-08T15:02:38.051Z | Compiling clap_builder v4.5.21 |
2545 | 2025-01-08T15:02:38.593Z | Compiling proc-macro-error v1.0.4 |
2546 | 2025-01-08T15:02:39.941Z | Compiling tabled_derive v0.7.0 |
2547 | 2025-01-08T15:02:41.285Z | Compiling tabled v0.15.0 |
2548 | 2025-01-08T15:02:42.842Z | Compiling serde_derive v1.0.215 |
2549 | 2025-01-08T15:02:43.901Z | Compiling thiserror-impl v1.0.69 |
2550 | 2025-01-08T15:02:44.003Z | Compiling zerocopy-derive v0.7.35 |
2551 | 2025-01-08T15:02:44.042Z | Compiling scroll_derive v0.12.0 |
2552 | 2025-01-08T15:02:45.478Z | Compiling scroll v0.12.0 |
2553 | 2025-01-08T15:02:46.106Z | Compiling zerocopy v0.7.35 |
2554 | 2025-01-08T15:02:46.209Z | Compiling goblin v0.8.2 |
2555 | 2025-01-08T15:02:46.925Z | Compiling thiserror v1.0.69 |
2556 | 2025-01-08T15:02:47.090Z | Compiling pest v2.7.14 |
2557 | 2025-01-08T15:02:50.153Z | Compiling pest_meta v2.7.14 |
2558 | 2025-01-08T15:02:51.993Z | Compiling pest_generator v2.7.14 |
2559 | 2025-01-08T15:02:54.448Z | Compiling pest_derive v2.7.14 |
2560 | 2025-01-08T15:02:55.242Z | Compiling dtrace-parser v0.2.0 |
2561 | 2025-01-08T15:02:56.948Z | Compiling clap_derive v4.5.18 |
2562 | 2025-01-08T15:03:00.401Z | Compiling dof v0.3.0 |
2563 | 2025-01-08T15:03:01.669Z | Compiling serde_tokenstream v0.2.2 |
2564 | 2025-01-08T15:03:01.700Z | Compiling toml_datetime v0.6.8 |
2565 | 2025-01-08T15:03:02.297Z | Compiling serde_spanned v0.6.8 |
2566 | 2025-01-08T15:03:02.569Z | Compiling toml_edit v0.22.22 |
2567 | 2025-01-08T15:03:02.755Z | Compiling camino v1.1.9 |
2568 | 2025-01-08T15:03:04.133Z | Compiling usdt-macro v0.5.0 |
2569 | 2025-01-08T15:03:05.408Z | Compiling usdt-attr-macro v0.5.0 |
2570 | 2025-01-08T15:03:06.817Z | Compiling toml v0.8.19 |
2571 | 2025-01-08T15:03:07.420Z | Compiling cargo-platform v0.1.8 |
2572 | 2025-01-08T15:03:07.574Z | Compiling semver v1.0.23 |
2573 | 2025-01-08T15:03:08.113Z | Compiling cargo_metadata v0.18.1 |
2574 | 2025-01-08T15:03:08.510Z | Compiling cargo_toml v0.20.5 |
2575 | 2025-01-08T15:03:09.034Z | Compiling usdt v0.5.0 |
2576 | 2025-01-08T15:03:10.535Z | Compiling camino-tempfile v1.1.1 |
2577 | 2025-01-08T15:03:10.682Z | Compiling clap v4.5.21 |
2578 | 2025-01-08T15:03:10.822Z | Compiling macaddr v1.0.1 |
2579 | 2025-01-08T15:03:19.952Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2580 | 2025-01-08T15:03:31.407Z | Finished `release` profile [optimized] target(s) in 57.27s |
2581 | 2025-01-08T15:03:31.519Z | |
2582 | 2025-01-08T15:03:31.519Z | real 57.406362426 |
2583 | 2025-01-08T15:03:31.522Z | user 5:47.395473514 |
2584 | 2025-01-08T15:03:31.522Z | sys 32.346647044 |
2585 | 2025-01-08T15:03:31.522Z | trap 0.153432126 |
2586 | 2025-01-08T15:03:31.522Z | tflt 0.222190033 |
2587 | 2025-01-08T15:03:31.522Z | dflt 0.629494850 |
2588 | 2025-01-08T15:03:31.522Z | kflt 0.000000000 |
2589 | 2025-01-08T15:03:31.522Z | lock 9:53.440631885 |
2590 | 2025-01-08T15:03:31.522Z | slp 15:05.020772427 |
2591 | 2025-01-08T15:03:31.522Z | lat 13.650035100 |
2592 | 2025-01-08T15:03:31.522Z | stop 17.469195358 |
2593 | 2025-01-08T15:03:31.522Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2594 | 2025-01-08T15:03:31.522Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2595 | 2025-01-08T15:03:31.522Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2596 | 2025-01-08T15:03:31.522Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2597 | 2025-01-08T15:03:31.522Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2598 | 2025-01-08T15:03:32.422Z | Compiling hashbrown v0.14.5 |
2599 | 2025-01-08T15:03:32.549Z | Compiling ident_case v1.0.1 |
2600 | 2025-01-08T15:03:32.564Z | Compiling unsafe-libyaml v0.2.11 |
2601 | 2025-01-08T15:03:32.564Z | Compiling progenitor-client v0.8.0 |
2602 | 2025-01-08T15:03:32.567Z | Compiling ipnetwork v0.20.0 |
2603 | 2025-01-08T15:03:32.567Z | Compiling macaddr v1.0.1 |
2604 | 2025-01-08T15:03:32.567Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2025-01-08T15:03:32.567Z | Compiling instant v0.1.13 |
2606 | 2025-01-08T15:03:32.717Z | Compiling darling_core v0.20.10 |
2607 | 2025-01-08T15:03:32.719Z | Compiling structmeta-derive v0.3.0 |
2608 | 2025-01-08T15:03:33.081Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2609 | 2025-01-08T15:03:33.092Z | Compiling dropshot v0.13.0 |
2610 | 2025-01-08T15:03:33.092Z | Compiling dropshot_endpoint v0.13.0 |
2611 | 2025-01-08T15:03:33.459Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2612 | 2025-01-08T15:03:33.519Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2613 | 2025-01-08T15:03:33.869Z | Compiling regress v0.10.1 |
2614 | 2025-01-08T15:03:33.891Z | Compiling regress v0.9.1 |
2615 | 2025-01-08T15:03:34.310Z | Compiling serde_yaml v0.9.34+deprecated |
2616 | 2025-01-08T15:03:34.608Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2617 | 2025-01-08T15:03:34.726Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2618 | 2025-01-08T15:03:34.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2619 | 2025-01-08T15:03:35.616Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2025-01-08T15:03:35.743Z | Compiling structmeta v0.3.0 |
2621 | 2025-01-08T15:03:35.817Z | Compiling backoff v0.4.0 |
2622 | 2025-01-08T15:03:36.104Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2025-01-08T15:03:36.211Z | Compiling tempfile v3.13.0 |
2624 | 2025-01-08T15:03:36.241Z | Compiling parse-display-derive v0.10.0 |
2625 | 2025-01-08T15:03:36.281Z | Compiling proc-macro-crate v1.3.1 |
2626 | 2025-01-08T15:03:37.149Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2627 | 2025-01-08T15:03:37.438Z | Compiling num_enum_derive v0.5.11 |
2628 | 2025-01-08T15:03:37.539Z | Compiling itertools v0.13.0 |
2629 | 2025-01-08T15:03:38.046Z | Compiling typify-impl v0.2.0 |
2630 | 2025-01-08T15:03:39.048Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2631 | 2025-01-08T15:03:39.186Z | Compiling zerocopy v0.8.10 |
2632 | 2025-01-08T15:03:39.374Z | Compiling zerocopy-derive v0.8.10 |
2633 | 2025-01-08T15:03:39.969Z | Compiling darling_macro v0.20.10 |
2634 | 2025-01-08T15:03:40.119Z | Compiling num_enum v0.5.11 |
2635 | 2025-01-08T15:03:40.238Z | Compiling foreign-types-macros v0.2.3 |
2636 | 2025-01-08T15:03:40.288Z | Compiling heapless v0.8.0 |
2637 | 2025-01-08T15:03:40.894Z | Compiling crucible-workspace-hack v0.1.0 |
2638 | 2025-01-08T15:03:40.914Z | Compiling parse-display v0.10.0 |
2639 | 2025-01-08T15:03:40.935Z | Compiling darling v0.20.10 |
2640 | 2025-01-08T15:03:40.955Z | Compiling foreign-types-shared v0.3.1 |
2641 | 2025-01-08T15:03:41.098Z | Compiling serde_with_macros v3.11.0 |
2642 | 2025-01-08T15:03:41.119Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2643 | 2025-01-08T15:03:41.585Z | Compiling foreign-types v0.5.0 |
2644 | 2025-01-08T15:03:41.607Z | Compiling proc-macro-error v1.0.4 |
2645 | 2025-01-08T15:03:41.855Z | Compiling camino-tempfile v1.1.1 |
2646 | 2025-01-08T15:03:41.917Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2647 | 2025-01-08T15:03:42.295Z | Compiling hash32 v0.3.1 |
2648 | 2025-01-08T15:03:42.354Z | Compiling cstr-argument v0.1.2 |
2649 | 2025-01-08T15:03:42.548Z | Compiling smoltcp v0.11.0 |
2650 | 2025-01-08T15:03:42.630Z | Compiling pretty-hex v0.2.1 |
2651 | 2025-01-08T15:03:42.790Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2025-01-08T15:03:42.835Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2653 | 2025-01-08T15:03:42.980Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2654 | 2025-01-08T15:03:43.433Z | Compiling tabwriter v1.4.0 |
2655 | 2025-01-08T15:03:43.631Z | Compiling colored v2.1.0 |
2656 | 2025-01-08T15:03:43.974Z | Compiling cobs v0.2.3 |
2657 | 2025-01-08T15:03:43.994Z | Compiling serde_with v3.11.0 |
2658 | 2025-01-08T15:03:44.310Z | Compiling postcard v1.0.10 |
2659 | 2025-01-08T15:03:44.431Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2025-01-08T15:03:44.757Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2025-01-08T15:03:44.984Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2025-01-08T15:03:45.026Z | Compiling thiserror v2.0.3 |
2663 | 2025-01-08T15:03:45.717Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2664 | 2025-01-08T15:03:45.922Z | Compiling smf v0.2.3 |
2665 | 2025-01-08T15:03:46.099Z | Compiling thiserror-impl v2.0.3 |
2666 | 2025-01-08T15:03:46.319Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2667 | 2025-01-08T15:03:47.454Z | Compiling zone_cfg_derive v0.3.0 |
2668 | 2025-01-08T15:03:48.096Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2669 | 2025-01-08T15:03:48.565Z | Compiling num-derive v0.4.2 |
2670 | 2025-01-08T15:03:48.595Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2671 | 2025-01-08T15:03:48.752Z | Compiling sigpipe v0.1.3 |
2672 | 2025-01-08T15:03:48.900Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2025-01-08T15:03:48.954Z | Compiling zone v0.3.0 |
2674 | 2025-01-08T15:03:49.235Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2675 | 2025-01-08T15:03:49.440Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2025-01-08T15:03:49.510Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2677 | 2025-01-08T15:03:49.990Z | Compiling universal-hash v0.5.1 |
2678 | 2025-01-08T15:03:50.034Z | Compiling opaque-debug v0.3.1 |
2679 | 2025-01-08T15:03:50.152Z | Compiling tungstenite v0.21.0 |
2680 | 2025-01-08T15:03:50.213Z | Compiling num-rational v0.4.2 |
2681 | 2025-01-08T15:03:50.350Z | Compiling password-hash v0.5.0 |
2682 | 2025-01-08T15:03:50.631Z | Compiling blake2 v0.10.6 |
2683 | 2025-01-08T15:03:50.899Z | Compiling num-complex v0.4.6 |
2684 | 2025-01-08T15:03:50.921Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2025-01-08T15:03:51.468Z | Compiling aead v0.5.2 |
2686 | 2025-01-08T15:03:51.880Z | Compiling convert_case v0.4.0 |
2687 | 2025-01-08T15:03:51.921Z | Compiling base64 v0.21.7 |
2688 | 2025-01-08T15:03:52.031Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2689 | 2025-01-08T15:03:52.034Z | Compiling keccak v0.1.5 |
2690 | 2025-01-08T15:03:52.097Z | Compiling num v0.4.3 |
2691 | 2025-01-08T15:03:52.222Z | Compiling tokio-tungstenite v0.21.0 |
2692 | 2025-01-08T15:03:52.296Z | Compiling argon2 v0.5.3 |
2693 | 2025-01-08T15:03:52.491Z | Compiling sha3 v0.10.8 |
2694 | 2025-01-08T15:03:52.719Z | Compiling poly1305 v0.8.0 |
2695 | 2025-01-08T15:03:52.853Z | Compiling chacha20 v0.9.1 |
2696 | 2025-01-08T15:03:52.933Z | Compiling derive_more v0.99.18 |
2697 | 2025-01-08T15:03:53.033Z | Compiling float-ord v0.3.2 |
2698 | 2025-01-08T15:03:53.230Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2025-01-08T15:03:53.562Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2025-01-08T15:03:53.623Z | Compiling same-file v1.0.6 |
2701 | 2025-01-08T15:03:53.707Z | Compiling semver v0.1.20 |
2702 | 2025-01-08T15:03:53.960Z | Compiling walkdir v2.5.0 |
2703 | 2025-01-08T15:03:54.130Z | Compiling rustc_version v0.1.7 |
2704 | 2025-01-08T15:03:54.415Z | Compiling newline-converter v0.3.0 |
2705 | 2025-01-08T15:03:54.444Z | Compiling primeorder v0.13.6 |
2706 | 2025-01-08T15:03:54.608Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2707 | 2025-01-08T15:03:54.692Z | Compiling secrecy v0.8.0 |
2708 | 2025-01-08T15:03:54.794Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2025-01-08T15:03:54.995Z | Compiling owo-colors v4.1.0 |
2710 | 2025-01-08T15:03:55.018Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2025-01-08T15:03:55.129Z | Compiling newtype_derive v0.1.6 |
2712 | 2025-01-08T15:03:55.192Z | Compiling expectorate v1.1.0 |
2713 | 2025-01-08T15:03:55.235Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2714 | 2025-01-08T15:03:55.326Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2715 | 2025-01-08T15:03:55.387Z | Compiling thiserror-impl-no-std v2.0.2 |
2716 | 2025-01-08T15:03:55.428Z | Compiling blake3 v1.5.4 |
2717 | 2025-01-08T15:03:55.681Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2025-01-08T15:03:55.855Z | Compiling half v2.4.1 |
2719 | 2025-01-08T15:03:55.919Z | Compiling unicase v2.7.0 |
2720 | 2025-01-08T15:03:56.116Z | Compiling arc-swap v1.7.1 |
2721 | 2025-01-08T15:03:56.253Z | Compiling ciborium-io v0.2.2 |
2722 | 2025-01-08T15:03:56.415Z | Compiling ciborium-ll v0.2.2 |
2723 | 2025-01-08T15:03:56.675Z | Compiling slog-scope v4.4.0 |
2724 | 2025-01-08T15:03:56.750Z | Compiling typify-macro v0.2.0 |
2725 | 2025-01-08T15:03:56.778Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2726 | 2025-01-08T15:03:56.850Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2025-01-08T15:03:57.193Z | Compiling polyval v0.6.2 |
2728 | 2025-01-08T15:03:57.234Z | Compiling atomicwrites v0.4.4 |
2729 | 2025-01-08T15:03:57.611Z | Compiling libsw v3.3.1 |
2730 | 2025-01-08T15:03:57.666Z | Compiling memmap2 v0.9.5 |
2731 | 2025-01-08T15:03:57.772Z | Compiling parking_lot_core v0.8.6 |
2732 | 2025-01-08T15:03:57.922Z | Compiling salty v0.3.0 |
2733 | 2025-01-08T15:03:58.172Z | Compiling indent_write v2.2.0 |
2734 | 2025-01-08T15:03:58.292Z | Compiling libefi-sys v0.1.0 |
2735 | 2025-01-08T15:03:58.394Z | Compiling linear-map v1.2.0 |
2736 | 2025-01-08T15:03:58.420Z | Compiling arrayvec v0.7.6 |
2737 | 2025-01-08T15:03:58.576Z | Compiling arrayref v0.3.9 |
2738 | 2025-01-08T15:03:58.692Z | Compiling constant_time_eq v0.3.1 |
2739 | 2025-01-08T15:03:58.721Z | Compiling thiserror-no-std v2.0.2 |
2740 | 2025-01-08T15:03:58.858Z | Compiling vsss-rs v3.3.4 |
2741 | 2025-01-08T15:03:58.927Z | Compiling ghash v0.5.1 |
2742 | 2025-01-08T15:03:59.123Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2025-01-08T15:03:59.144Z | Compiling slog-stdlog v4.1.1 |
2744 | 2025-01-08T15:03:59.489Z | Compiling ciborium v0.2.2 |
2745 | 2025-01-08T15:04:00.134Z | Compiling p384 v0.13.0 |
2746 | 2025-01-08T15:04:00.312Z | Compiling toolchain_find v0.4.0 |
2747 | 2025-01-08T15:04:00.780Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2025-01-08T15:04:01.005Z | Compiling ctr v0.9.2 |
2749 | 2025-01-08T15:04:01.037Z | Compiling lzma-sys v0.1.20 |
2750 | 2025-01-08T15:04:01.071Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2025-01-08T15:04:01.165Z | Compiling typify v0.2.0 |
2752 | 2025-01-08T15:04:01.344Z | Compiling progenitor-impl v0.8.0 |
2753 | 2025-01-08T15:04:01.396Z | Compiling bitfield-struct v0.6.2 |
2754 | 2025-01-08T15:04:01.506Z | Compiling slog-dtrace v0.3.0 |
2755 | 2025-01-08T15:04:01.637Z | Compiling highway v1.2.0 |
2756 | 2025-01-08T15:04:01.772Z | Compiling topological-sort v0.2.2 |
2757 | 2025-01-08T15:04:01.916Z | Compiling aes-gcm v0.10.3 |
2758 | 2025-01-08T15:04:02.016Z | Compiling omicron-zone-package v0.12.0 |
2759 | 2025-01-08T15:04:02.036Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2025-01-08T15:04:02.227Z | Compiling mime_guess v2.0.5 |
2761 | 2025-01-08T15:04:02.467Z | Compiling slog-envlogger v2.2.0 |
2762 | 2025-01-08T15:04:02.624Z | Compiling steno v0.4.1 |
2763 | 2025-01-08T15:04:02.897Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2025-01-08T15:04:03.602Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2025-01-08T15:04:03.653Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2025-01-08T15:04:03.815Z | Compiling heck v0.3.3 |
2767 | 2025-01-08T15:04:03.905Z | Compiling ssh-encoding v0.2.0 |
2768 | 2025-01-08T15:04:04.273Z | Compiling blowfish v0.9.1 |
2769 | 2025-01-08T15:04:04.310Z | Compiling nibble_vec v0.1.0 |
2770 | 2025-01-08T15:04:04.332Z | Compiling env_filter v0.1.2 |
2771 | 2025-01-08T15:04:04.446Z | Compiling humantime v2.1.0 |
2772 | 2025-01-08T15:04:04.546Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2773 | 2025-01-08T15:04:04.680Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2774 | 2025-01-08T15:04:04.765Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2775 | 2025-01-08T15:04:04.814Z | Compiling endian-type v0.1.2 |
2776 | 2025-01-08T15:04:04.978Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2025-01-08T15:04:05.030Z | Compiling radix_trie v0.2.1 |
2778 | 2025-01-08T15:04:05.059Z | Compiling env_logger v0.11.5 |
2779 | 2025-01-08T15:04:05.095Z | Compiling bcrypt-pbkdf v0.10.0 |
2780 | 2025-01-08T15:04:05.116Z | Compiling ssh-cipher v0.2.0 |
2781 | 2025-01-08T15:04:05.767Z | Compiling zone_cfg_derive v0.1.2 |
2782 | 2025-01-08T15:04:05.846Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2025-01-08T15:04:05.970Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2025-01-08T15:04:06.411Z | Compiling parking_lot v0.11.2 |
2785 | 2025-01-08T15:04:06.918Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2025-01-08T15:04:07.076Z | Compiling password-hash v0.4.2 |
2787 | 2025-01-08T15:04:07.097Z | Compiling gethostname v0.5.0 |
2788 | 2025-01-08T15:04:07.342Z | Compiling fxhash v0.2.1 |
2789 | 2025-01-08T15:04:07.344Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2790 | 2025-01-08T15:04:07.384Z | Compiling http-range v0.1.5 |
2791 | 2025-01-08T15:04:07.406Z | Compiling matches v0.1.10 |
2792 | 2025-01-08T15:04:07.520Z | Compiling bumpalo v3.16.0 |
2793 | 2025-01-08T15:04:07.561Z | Compiling zip v2.1.3 |
2794 | 2025-01-08T15:04:07.667Z | Compiling simd-adler32 v0.3.7 |
2795 | 2025-01-08T15:04:07.770Z | Compiling base64 v0.13.1 |
2796 | 2025-01-08T15:04:07.889Z | Compiling lockfree-object-pool v0.1.6 |
2797 | 2025-01-08T15:04:08.046Z | Compiling idna v0.2.3 |
2798 | 2025-01-08T15:04:08.067Z | Compiling pbkdf2 v0.11.0 |
2799 | 2025-01-08T15:04:08.183Z | Compiling zopfli v0.8.1 |
2800 | 2025-01-08T15:04:08.241Z | Compiling ron v0.7.1 |
2801 | 2025-01-08T15:04:08.430Z | Compiling sled v0.34.7 |
2802 | 2025-01-08T15:04:08.433Z | Compiling zone v0.1.8 |
2803 | 2025-01-08T15:04:09.189Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2804 | 2025-01-08T15:04:09.568Z | Compiling progenitor-macro v0.8.0 |
2805 | 2025-01-08T15:04:09.728Z | Compiling xz2 v0.1.7 |
2806 | 2025-01-08T15:04:09.933Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2025-01-08T15:04:10.088Z | Compiling ssh-key v0.6.6 |
2808 | 2025-01-08T15:04:10.237Z | Compiling hickory-client v0.24.1 |
2809 | 2025-01-08T15:04:11.093Z | Compiling p521 v0.13.3 |
2810 | 2025-01-08T15:04:11.115Z | Compiling p256 v0.13.2 |
2811 | 2025-01-08T15:04:11.193Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2812 | 2025-01-08T15:04:11.799Z | Compiling hickory-server v0.24.1 |
2813 | 2025-01-08T15:04:12.016Z | Compiling enum-as-inner v0.5.1 |
2814 | 2025-01-08T15:04:12.344Z | Compiling pem v3.0.4 |
2815 | 2025-01-08T15:04:13.084Z | Compiling yasna v0.5.2 |
2816 | 2025-01-08T15:04:13.185Z | Compiling headers-core v0.3.0 |
2817 | 2025-01-08T15:04:13.375Z | Compiling kstat-rs v0.2.4 |
2818 | 2025-01-08T15:04:13.582Z | Compiling nanorand v0.7.0 |
2819 | 2025-01-08T15:04:14.075Z | Compiling atty v0.2.14 |
2820 | 2025-01-08T15:04:14.196Z | Compiling russh-cryptovec v0.7.3 |
2821 | 2025-01-08T15:04:14.242Z | Compiling md5 v0.7.0 |
2822 | 2025-01-08T15:04:14.555Z | Compiling russh-keys v0.45.0 |
2823 | 2025-01-08T15:04:14.792Z | Compiling rcgen v0.12.1 |
2824 | 2025-01-08T15:04:14.834Z | Compiling flume v0.11.1 |
2825 | 2025-01-08T15:04:14.856Z | Compiling headers v0.4.0 |
2826 | 2025-01-08T15:04:14.970Z | Compiling trust-dns-proto v0.22.0 |
2827 | 2025-01-08T15:04:16.741Z | Compiling hyper-staticfile v0.10.1 |
2828 | 2025-01-08T15:04:17.379Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2829 | 2025-01-08T15:04:17.932Z | Compiling num-bigint v0.4.6 |
2830 | 2025-01-08T15:04:18.038Z | Compiling des v0.8.1 |
2831 | 2025-01-08T15:04:18.093Z | Compiling subprocess v0.2.9 |
2832 | 2025-01-08T15:04:18.413Z | Compiling display-error-chain v0.2.2 |
2833 | 2025-01-08T15:04:18.645Z | Compiling dhcproto-macros v0.1.0 |
2834 | 2025-01-08T15:04:18.926Z | Compiling hex-literal v0.4.1 |
2835 | 2025-01-08T15:04:19.004Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2836 | 2025-01-08T15:04:19.103Z | Compiling internet-checksum v0.2.1 |
2837 | 2025-01-08T15:04:19.635Z | Compiling dhcproto v0.12.0 |
2838 | 2025-01-08T15:04:21.006Z | Compiling russh v0.45.0 |
2839 | 2025-01-08T15:04:23.053Z | Compiling progenitor v0.8.0 |
2840 | 2025-01-08T15:04:23.190Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2841 | 2025-01-08T15:04:23.192Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2842 | 2025-01-08T15:04:23.192Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2843 | 2025-01-08T15:04:23.192Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2025-01-08T15:04:23.192Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2845 | 2025-01-08T15:04:23.193Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2846 | 2025-01-08T15:04:23.293Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2847 | 2025-01-08T15:04:24.709Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2848 | 2025-01-08T15:04:25.012Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2849 | 2025-01-08T15:04:25.630Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2850 | 2025-01-08T15:04:28.926Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2851 | 2025-01-08T15:04:29.035Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2852 | 2025-01-08T15:04:39.205Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2853 | 2025-01-08T15:04:39.206Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2854 | 2025-01-08T15:04:39.208Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2855 | 2025-01-08T15:04:39.208Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2025-01-08T15:04:42.504Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2857 | 2025-01-08T15:04:42.754Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2858 | 2025-01-08T15:04:43.937Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2025-01-08T15:04:44.241Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2860 | 2025-01-08T15:04:46.566Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2861 | 2025-01-08T15:04:47.534Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2862 | 2025-01-08T15:04:48.587Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2863 | 2025-01-08T15:04:48.678Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2864 | 2025-01-08T15:04:50.082Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2865 | 2025-01-08T15:04:51.183Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2866 | 2025-01-08T15:04:51.811Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2867 | 2025-01-08T15:04:52.893Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-01-08T15:04:52.915Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2869 | 2025-01-08T15:04:53.774Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2870 | 2025-01-08T15:04:54.263Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2871 | 2025-01-08T15:04:55.359Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2025-01-08T15:04:55.878Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2025-01-08T15:04:56.585Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2025-01-08T15:04:58.027Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2875 | 2025-01-08T15:04:58.983Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2025-01-08T15:05:01.688Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2877 | 2025-01-08T15:05:01.937Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2878 | 2025-01-08T15:05:02.973Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2879 | 2025-01-08T15:05:04.085Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2880 | 2025-01-08T15:05:09.571Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2881 | 2025-01-08T15:05:18.538Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2882 | 2025-01-08T15:05:19.929Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2883 | 2025-01-08T15:05:40.208Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2884 | 2025-01-08T15:06:16.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2885 | 2025-01-08T15:06:16.697Z | |
2886 | 2025-01-08T15:06:16.697Z | real 2:45.117109577 |
2887 | 2025-01-08T15:06:16.697Z | user 12:36.078902492 |
2888 | 2025-01-08T15:06:16.697Z | sys 2:48.920643878 |
2889 | 2025-01-08T15:06:16.697Z | trap 0.330887320 |
2890 | 2025-01-08T15:06:16.697Z | tflt 0.840966739 |
2891 | 2025-01-08T15:06:16.697Z | dflt 2.069737850 |
2892 | 2025-01-08T15:06:16.700Z | kflt 0.000029244 |
2893 | 2025-01-08T15:06:16.700Z | lock 26:09.525048363 |
2894 | 2025-01-08T15:06:16.700Z | slp 45:12.743088106 |
2895 | 2025-01-08T15:06:16.700Z | lat 34.810397806 |
2896 | 2025-01-08T15:06:16.700Z | stop 1:34.265959992 |
2897 | 2025-01-08T15:06:16.700Z | + mkdir tests |
2898 | 2025-01-08T15:06:16.703Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2899 | 2025-01-08T15:06:16.703Z | + xargs -I '{}' -t cp '{}' tests/ |
2900 | 2025-01-08T15:06:16.743Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a65261c80d673e6f tests/ |
2901 | 2025-01-08T15:06:16.764Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3e6b71d30e2fa2a tests/ |
2902 | 2025-01-08T15:06:16.784Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8773b64f36e079 tests/ |
2903 | 2025-01-08T15:06:16.804Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a5443c6ae7b0140e tests/ |
2904 | 2025-01-08T15:06:16.977Z | + 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/*) |
2905 | 2025-01-08T15:06:16.980Z | + 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-a3e6b71d30e2fa2a tests/commtest-5d8773b64f36e079 tests/dhcp_server-a65261c80d673e6f tests/end_to_end_tests-a5443c6ae7b0140e 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 |
2906 | 2025-01-08T15:07:28.707Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2907 | 2025-01-08T15:07:28.707Z | a .github/buildomat/ci-env.sh 1K |
2908 | 2025-01-08T15:07:28.707Z | a out/target/test 1K |
2909 | 2025-01-08T15:07:28.707Z | a out/npuzone/npuzone 23144K |
2910 | 2025-01-08T15:07:28.707Z | a package-manifest.toml 34K |
2911 | 2025-01-08T15:07:28.707Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2912 | 2025-01-08T15:07:28.707Z | a target/release/omicron-package 36062K |
2913 | 2025-01-08T15:07:28.708Z | a target/release/xtask 11721K |
2914 | 2025-01-08T15:07:28.708Z | a target/debug/bootstrap 209145K |
2915 | 2025-01-08T15:07:28.708Z | a tests/bootstrap-a3e6b71d30e2fa2a 24243K |
2916 | 2025-01-08T15:07:28.708Z | a tests/commtest-5d8773b64f36e079 25019K |
2917 | 2025-01-08T15:07:28.708Z | a tests/dhcp_server-a65261c80d673e6f 24243K |
2918 | 2025-01-08T15:07:28.708Z | a tests/end_to_end_tests-a5443c6ae7b0140e 227342K |
2919 | 2025-01-08T15:07:28.708Z | a out/clickhouse.tar.gz 293508K |
2920 | 2025-01-08T15:07:28.708Z | a out/clickhouse_keeper.tar.gz 280612K |
2921 | 2025-01-08T15:07:28.708Z | a out/clickhouse_server.tar.gz 293495K |
2922 | 2025-01-08T15:07:28.708Z | a out/cockroachdb.tar.gz 134638K |
2923 | 2025-01-08T15:07:28.708Z | a out/crucible-dtrace.tar 85K |
2924 | 2025-01-08T15:07:28.708Z | a out/crucible-pantry-zone.tar.gz 28212K |
2925 | 2025-01-08T15:07:28.708Z | a out/crucible-zone.tar.gz 36434K |
2926 | 2025-01-08T15:07:28.708Z | a out/external-dns.tar.gz 35342K |
2927 | 2025-01-08T15:07:28.708Z | a out/internal-dns.tar.gz 35343K |
2928 | 2025-01-08T15:07:28.708Z | a out/mg-ddm-gz.tar 63075K |
2929 | 2025-01-08T15:07:28.708Z | a out/nexus.tar.gz 98588K |
2930 | 2025-01-08T15:07:28.708Z | a out/ntp.tar.gz 10389K |
2931 | 2025-01-08T15:07:28.708Z | a out/omicron-gateway-softnpu.tar.gz 23965K |
2932 | 2025-01-08T15:07:28.708Z | a out/omicron-sled-agent.tar 113570K |
2933 | 2025-01-08T15:07:28.708Z | a out/overlay.tar.gz 3K |
2934 | 2025-01-08T15:07:28.710Z | a out/oximeter.tar.gz 47816K |
2935 | 2025-01-08T15:07:28.710Z | a out/oxlog.tar 3088K |
2936 | 2025-01-08T15:07:28.710Z | a out/probe.tar.gz 2764K |
2937 | 2025-01-08T15:07:28.710Z | a out/propolis-server.tar.gz 66291K |
2938 | 2025-01-08T15:07:28.710Z | a out/pumpkind-gz.tar 26665K |
2939 | 2025-01-08T15:07:28.710Z | a out/switch-softnpu.tar.gz 235378K |
2940 | 2025-01-08T15:07:28.714Z | |
2941 | 2025-01-08T15:07:28.714Z | real 1:11.719913832 |
2942 | 2025-01-08T15:07:28.714Z | user 1:08.390871235 |
2943 | 2025-01-08T15:07:28.714Z | sys 4.717539763 |
2944 | 2025-01-08T15:07:28.714Z | trap 0.017212783 |
2945 | 2025-01-08T15:07:28.714Z | tflt 0.000000000 |
2946 | 2025-01-08T15:07:28.715Z | dflt 0.000000000 |
2947 | 2025-01-08T15:07:28.715Z | kflt 0.000000000 |
2948 | 2025-01-08T15:07:28.715Z | lock 0.000000000 |
2949 | 2025-01-08T15:07:28.715Z | slp 1:08.192415641 |
2950 | 2025-01-08T15:07:28.715Z | lat 2.117482187 |
2951 | 2025-01-08T15:07:28.715Z | stop 0.000203793 |
2952 | 2025-01-08T15:07:28.715Z | process exited: duration 1958825 ms, exit code 0 |
|
2953 | 2025-01-08T15:07:28.733Z | found 1 output files |
2954 | 2025-01-08T15:07:28.733Z | uploading: /work/package.tar.gz (1880376243 bytes) |
2955 | 2025-01-08T15:08:11.659Z | uploaded: /work/package.tar.gz |