|
|
|
1 | 2024-12-21T04:41:51.466Z | job assigned to worker 01JFKR9FHGZDR1J551FQFFFZ4Z [factory aws, i-0a42ce237d9a21328] (queued for 20 m 45 s) |
|
2 | 2024-12-21T04:41:58.776Z | starting task 0: "setup" |
3 | 2024-12-21T04:41:58.786Z | ++ uname -s |
4 | 2024-12-21T04:41:58.790Z | + kern=SunOS |
5 | 2024-12-21T04:41:58.790Z | + case "$kern" in |
6 | 2024-12-21T04:41:58.790Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:41:58.790Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:42:00.796Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:42:00.886Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:42:00.889Z | + home_fs=zfs |
11 | 2024-12-21T04:42:00.889Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:42:00.889Z | + mkdir -p /home/build |
13 | 2024-12-21T04:42:00.893Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:42:02.892Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:42:02.894Z | process exited: duration 4119 ms, exit code 0 |
|
16 | 2024-12-21T04:42:02.901Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:42:02.904Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:42:02.904Z | ' 1.81.0 |
19 | 2024-12-21T04:42:02.904Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:42:02.904Z | ' default |
21 | 2024-12-21T04:42:02.904Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:42:02.904Z | * toolchain profile = "default" |
23 | 2024-12-21T04:42:02.907Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:42:02.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:42:03.064Z | info: downloading installer |
26 | 2024-12-21T04:42:04.245Z | info: profile set to 'default' |
27 | 2024-12-21T04:42:04.245Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:42:04.248Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:42:04.386Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:42:04.386Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:42:05.118Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:42:05.388Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:42:06.399Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:42:07.980Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:42:13.614Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:42:13.826Z | info: installing component 'cargo' |
37 | 2024-12-21T04:42:14.605Z | info: installing component 'clippy' |
38 | 2024-12-21T04:42:14.959Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:42:16.561Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:42:18.242Z | info: installing component 'rustc' |
41 | 2024-12-21T04:42:23.845Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:42:24.161Z | |
43 | 2024-12-21T04:42:24.161Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-21T04:42:24.521Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:42:24.522Z | |
46 | 2024-12-21T04:42:24.522Z | |
47 | 2024-12-21T04:42:24.522Z | Rust is installed now. Great! |
48 | 2024-12-21T04:42:24.522Z | |
49 | 2024-12-21T04:42:24.522Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:42:24.522Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:42:24.522Z | |
52 | 2024-12-21T04:42:24.522Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:42:24.522Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:42:24.522Z | |
55 | 2024-12-21T04:42:24.522Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:42:24.522Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:42:24.522Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:42:24.590Z | + rustc --version |
59 | 2024-12-21T04:42:24.653Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:42:24.656Z | process exited: duration 21753 ms, exit code 0 |
|
61 | 2024-12-21T04:42:24.662Z | starting task 2: "authentication" |
62 | 2024-12-21T04:42:24.681Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-12-21T04:42:24.687Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:42:24.691Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:42:24.694Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:42:24.732Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:42:32.183Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:42:32.183Z | + git fetch origin 1c662f40df4fbb41e66cf538b887b47c22478181 |
69 | 2024-12-21T04:42:32.558Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:42:32.558Z | * branch 1c662f40df4fbb41e66cf538b887b47c22478181 -> FETCH_HEAD |
71 | 2024-12-21T04:42:32.569Z | + [[ -n renovate/test-strategy-0.x ]] |
72 | 2024-12-21T04:42:32.572Z | ++ git branch --show-current |
73 | 2024-12-21T04:42:32.572Z | + current=main |
74 | 2024-12-21T04:42:32.572Z | + [[ main != renovate/test-strategy-0.x ]] |
75 | 2024-12-21T04:42:32.572Z | + git branch -f renovate/test-strategy-0.x 1c662f40df4fbb41e66cf538b887b47c22478181 |
76 | 2024-12-21T04:42:32.575Z | + git checkout -f renovate/test-strategy-0.x |
77 | 2024-12-21T04:42:32.662Z | Switched to branch 'renovate/test-strategy-0.x' |
78 | 2024-12-21T04:42:32.665Z | + git reset --hard 1c662f40df4fbb41e66cf538b887b47c22478181 |
79 | 2024-12-21T04:42:32.752Z | HEAD is now at 1c662f40d Update Rust crate test-strategy to 0.4.0 |
80 | 2024-12-21T04:42:32.754Z | process exited: duration 8065 ms, exit code 0 |
|
81 | 2024-12-21T04:42:32.761Z | starting task 4: "build" |
82 | 2024-12-21T04:42:32.764Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:42:32.764Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:42:32.764Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:42:32.764Z | + cargo --version |
86 | 2024-12-21T04:42:32.820Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:42:32.823Z | + rustc --version |
88 | 2024-12-21T04:42:32.882Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:42:32.884Z | + WORK=/work |
90 | 2024-12-21T04:42:32.884Z | + pfexec mkdir -p /work |
91 | 2024-12-21T04:42:32.888Z | + pfexec chown build /work |
92 | 2024-12-21T04:42:32.890Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-21T04:42:41.396Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-21T04:42:45.302Z | Startup: Caching catalogs ... Done |
95 | 2024-12-21T04:42:55.847Z | Planning: Solver setup ... Done (9.599s) |
96 | 2024-12-21T04:42:55.979Z | Planning: Running solver ... Done (0.132s) |
97 | 2024-12-21T04:42:56.081Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-21T04:42:56.093Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-21T04:42:56.306Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-21T04:42:56.402Z | Planning: Package planning ... Done (0.096s) |
101 | 2024-12-21T04:42:56.610Z | Planning: Merging actions ... Done (0.207s) |
102 | 2024-12-21T04:42:56.796Z | Planning: Checking for conflicting actions ... Done (0.187s) |
103 | 2024-12-21T04:42:58.709Z | Planning: Consolidating action changes ... Done (1.911s) |
104 | 2024-12-21T04:42:59.119Z | Planning: Evaluating mediators ... Done (0.409s) |
105 | 2024-12-21T04:42:59.194Z | Planning: Planning completed in 13.80 seconds |
106 | 2024-12-21T04:42:59.209Z | Packages to install: 4 |
107 | 2024-12-21T04:42:59.209Z | Packages to update: 1 |
108 | 2024-12-21T04:42:59.212Z | Mediators to change: 2 |
109 | 2024-12-21T04:42:59.212Z | Services to change: 1 |
110 | 2024-12-21T04:42:59.212Z | Estimated space available: 155.64 GB |
111 | 2024-12-21T04:42:59.212Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-21T04:42:59.212Z | Create boot environment: No |
113 | 2024-12-21T04:42:59.212Z | Create backup boot environment: Yes |
114 | 2024-12-21T04:42:59.212Z | Rebuild boot archive: No |
115 | 2024-12-21T04:42:59.212Z | |
116 | 2024-12-21T04:42:59.212Z | Changed mediators: |
117 | 2024-12-21T04:42:59.212Z | mediator clang: |
118 | 2024-12-21T04:42:59.212Z | version: None -> 15 (system default) |
119 | 2024-12-21T04:42:59.212Z | |
120 | 2024-12-21T04:42:59.213Z | mediator llvm: |
121 | 2024-12-21T04:42:59.213Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-21T04:42:59.213Z | |
123 | 2024-12-21T04:42:59.213Z | Changed packages: |
124 | 2024-12-21T04:42:59.213Z | helios-dev |
125 | 2024-12-21T04:42:59.213Z | developer/build-essential |
126 | 2024-12-21T04:42:59.213Z | None -> 11-2.0 |
127 | 2024-12-21T04:42:59.213Z | library/libxmlsec1 |
128 | 2024-12-21T04:42:59.213Z | None -> 1.2.35-2.0 |
129 | 2024-12-21T04:42:59.213Z | ooce/developer/clang-15 |
130 | 2024-12-21T04:42:59.213Z | None -> 15.0.7-2.0 |
131 | 2024-12-21T04:42:59.213Z | ooce/developer/llvm-15 |
132 | 2024-12-21T04:42:59.213Z | None -> 15.0.7-2.0 |
133 | 2024-12-21T04:42:59.213Z | package/pkg |
134 | 2024-12-21T04:42:59.213Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-21T04:42:59.213Z | |
136 | 2024-12-21T04:42:59.213Z | Services: |
137 | 2024-12-21T04:42:59.213Z | restart_fmri: |
138 | 2024-12-21T04:42:59.213Z | svc:/system/update-man-index:default |
139 | 2024-12-21T04:42:59.213Z | |
140 | 2024-12-21T04:42:59.213Z | Editable files to change: |
141 | 2024-12-21T04:42:59.213Z | Update: |
142 | 2024-12-21T04:42:59.213Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-21T04:42:59.286Z | |
144 | 2024-12-21T04:42:59.287Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-21T04:43:04.288Z | Download: 1197/4281 items 82.2/220.6MB 37% complete (16.4M/s) |
146 | 2024-12-21T04:43:09.289Z | Download: 2926/4281 items 120.9/220.6MB 54% complete (12.2M/s) |
147 | 2024-12-21T04:43:14.299Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (14.2M/s) |
148 | 2024-12-21T04:43:15.196Z | Download: Completed 220.60 MB in 15.91 seconds (13.9M/s) |
149 | 2024-12-21T04:43:18.245Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-12-21T04:43:18.266Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-12-21T04:43:22.885Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-12-21T04:43:23.186Z | Actions: Completed 5063 actions in 4.94 seconds. |
153 | 2024-12-21T04:43:23.586Z | Done (0.395s) |
154 | 2024-12-21T04:43:23.588Z | Done (0.000s) |
155 | 2024-12-21T04:43:24.150Z | Done (0.562s) |
156 | 2024-12-21T04:43:28.307Z | Done (3.935s) |
157 | 2024-12-21T04:43:28.391Z | Done (0.018s) |
158 | 2024-12-21T04:43:28.394Z | Done (0.000s) |
159 | 2024-12-21T04:43:28.610Z | Done (0.000s) |
160 | 2024-12-21T04:43:29.283Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-12-21T04:43:29.443Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-12-21T04:43:29.446Z | Planning: Consolidating action changes ... Done |
163 | 2024-12-21T04:43:29.706Z | Planning: Evaluating mediators ... Done |
164 | 2024-12-21T04:43:29.709Z | Planning: Planning completed in 0.42 seconds |
165 | 2024-12-21T04:43:29.745Z | Mediators to change: 2 |
166 | 2024-12-21T04:43:29.745Z | Create boot environment: No |
167 | 2024-12-21T04:43:29.745Z | Create backup boot environment: No |
168 | 2024-12-21T04:43:29.823Z | Done |
169 | 2024-12-21T04:43:29.823Z | Done |
170 | 2024-12-21T04:43:30.208Z | Done |
171 | 2024-12-21T04:43:33.731Z | Done |
172 | 2024-12-21T04:43:33.824Z | Done |
173 | 2024-12-21T04:43:33.831Z | Done |
174 | 2024-12-21T04:43:33.955Z | Done |
175 | 2024-12-21T04:43:34.543Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-12-21T04:43:34.546Z | Planning: Merging actions ... Done |
177 | 2024-12-21T04:43:34.729Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-21T04:43:34.732Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-21T04:43:34.987Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-21T04:43:35.042Z | Planning: Planning completed in 0.73 seconds |
181 | 2024-12-21T04:43:35.083Z | Packages to change: 1 |
182 | 2024-12-21T04:43:35.083Z | Mediators to change: 1 |
183 | 2024-12-21T04:43:35.083Z | Services to change: 1 |
184 | 2024-12-21T04:43:35.083Z | Create boot environment: No |
185 | 2024-12-21T04:43:35.086Z | Create backup boot environment: Yes |
186 | 2024-12-21T04:43:37.281Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-12-21T04:43:37.284Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2024-12-21T04:43:37.284Z | Done |
189 | 2024-12-21T04:43:37.284Z | Done |
190 | 2024-12-21T04:43:37.397Z | Done |
191 | 2024-12-21T04:43:40.908Z | Done |
192 | 2024-12-21T04:43:40.997Z | Done |
193 | 2024-12-21T04:43:41.001Z | Done |
194 | 2024-12-21T04:43:41.131Z | Done |
195 | 2024-12-21T04:43:41.550Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-12-21T04:43:41.550Z | clang system 15 system |
197 | 2024-12-21T04:43:41.550Z | csh system system illumos |
198 | 2024-12-21T04:43:41.550Z | ctags system system illumos |
199 | 2024-12-21T04:43:41.550Z | gcc vendor 12 vendor |
200 | 2024-12-21T04:43:41.550Z | gcc system 10 system |
201 | 2024-12-21T04:43:41.550Z | gcc system 7 system |
202 | 2024-12-21T04:43:41.550Z | go system 1.20 system |
203 | 2024-12-21T04:43:41.550Z | go system 1.19 system |
204 | 2024-12-21T04:43:41.550Z | llvm system 15 system |
205 | 2024-12-21T04:43:41.550Z | llvm system 14 system |
206 | 2024-12-21T04:43:41.550Z | mariadb system 10.6 system |
207 | 2024-12-21T04:43:41.550Z | mta vendor vendor dma |
208 | 2024-12-21T04:43:41.550Z | openjdk system 17 system |
209 | 2024-12-21T04:43:41.550Z | openjdk system 11 system |
210 | 2024-12-21T04:43:41.550Z | openjdk system 1.8 system |
211 | 2024-12-21T04:43:41.550Z | openssl vendor 3 vendor |
212 | 2024-12-21T04:43:41.550Z | perl system 5.36 system |
213 | 2024-12-21T04:43:41.550Z | postgresql system 15 system |
214 | 2024-12-21T04:43:41.550Z | postgresql system 13 system |
215 | 2024-12-21T04:43:41.550Z | python vendor 3 vendor |
216 | 2024-12-21T04:43:41.550Z | python system 2 system |
217 | 2024-12-21T04:43:41.550Z | python3 system 3.11 system |
218 | 2024-12-21T04:43:41.550Z | ruby system 3.0 system |
219 | 2024-12-21T04:43:41.550Z | words vendor vendor american-english |
220 | 2024-12-21T04:43:41.550Z | words system system australian-english |
221 | 2024-12-21T04:43:41.550Z | words system system british-english |
222 | 2024-12-21T04:43:41.550Z | words system system canadian-english |
223 | 2024-12-21T04:43:41.550Z | words system system french |
224 | 2024-12-21T04:43:41.551Z | words system system italian |
225 | 2024-12-21T04:43:41.551Z | words system system ngerman |
226 | 2024-12-21T04:43:41.551Z | words system system ogerman |
227 | 2024-12-21T04:43:41.551Z | words system system spanish |
228 | 2024-12-21T04:43:41.872Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-12-21T04:43:41.872Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-12-21T04:43:44.693Z | FMRI IFO |
231 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2024-12-21T04:43:44.693Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2024-12-21T04:43:45.301Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2024-12-21T04:43:45.591Z | Updating crates.io index |
248 | 2024-12-21T04:43:45.593Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
249 | 2024-12-21T04:43:45.989Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-12-21T04:43:46.467Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-12-21T04:43:46.756Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-12-21T04:43:47.033Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-12-21T04:43:47.376Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-12-21T04:43:48.253Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-12-21T04:43:49.718Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-12-21T04:43:50.409Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-12-21T04:43:51.170Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-12-21T04:43:51.468Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-12-21T04:43:51.754Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-12-21T04:43:52.308Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-12-21T04:43:52.687Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-12-21T04:43:53.006Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-12-21T04:43:53.284Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-12-21T04:43:53.544Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-12-21T04:43:53.774Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-12-21T04:43:54.075Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-12-21T04:43:54.357Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-12-21T04:43:54.719Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-12-21T04:43:55.090Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-12-21T04:43:55.572Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-12-21T04:43:55.973Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-12-21T04:43:56.325Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-12-21T04:43:56.722Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
274 | 2024-12-21T04:43:57.128Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-12-21T04:43:57.405Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-12-21T04:43:57.660Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-12-21T04:43:59.023Z | Downloading crates ... |
278 | 2024-12-21T04:43:59.130Z | Downloaded anstream v0.6.15 |
279 | 2024-12-21T04:43:59.147Z | Downloaded pretty-hex v0.4.1 |
280 | 2024-12-21T04:43:59.153Z | Downloaded dtrace-parser v0.2.0 |
281 | 2024-12-21T04:43:59.163Z | Downloaded equivalent v1.0.1 |
282 | 2024-12-21T04:43:59.173Z | Downloaded usdt-attr-macro v0.5.0 |
283 | 2024-12-21T04:43:59.177Z | Downloaded autocfg v1.4.0 |
284 | 2024-12-21T04:43:59.177Z | Downloaded cfg-if v1.0.0 |
285 | 2024-12-21T04:43:59.177Z | Downloaded swrite v0.1.0 |
286 | 2024-12-21T04:43:59.181Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-12-21T04:43:59.181Z | Downloaded cargo-platform v0.1.8 |
288 | 2024-12-21T04:43:59.181Z | Downloaded bytecount v0.6.8 |
289 | 2024-12-21T04:43:59.181Z | Downloaded block-buffer v0.10.4 |
290 | 2024-12-21T04:43:59.184Z | Downloaded usdt-macro v0.5.0 |
291 | 2024-12-21T04:43:59.190Z | Downloaded byteorder v1.5.0 |
292 | 2024-12-21T04:43:59.192Z | Downloaded anstyle-query v1.1.1 |
293 | 2024-12-21T04:43:59.194Z | Downloaded anstyle-parse v0.2.5 |
294 | 2024-12-21T04:43:59.196Z | Downloaded proc-macro-error-attr v1.0.4 |
295 | 2024-12-21T04:43:59.197Z | Downloaded fs-err v2.11.0 |
296 | 2024-12-21T04:43:59.200Z | Downloaded fnv v1.0.7 |
297 | 2024-12-21T04:43:59.200Z | Downloaded clap_lex v0.7.2 |
298 | 2024-12-21T04:43:59.200Z | Downloaded usdt v0.5.0 |
299 | 2024-12-21T04:43:59.203Z | Downloaded camino-tempfile v1.1.1 |
300 | 2024-12-21T04:43:59.203Z | Downloaded tabled_derive v0.7.0 |
301 | 2024-12-21T04:43:59.205Z | Downloaded toml_datetime v0.6.8 |
302 | 2024-12-21T04:43:59.205Z | Downloaded thiserror v1.0.69 |
303 | 2024-12-21T04:43:59.208Z | Downloaded thiserror-impl v1.0.69 |
304 | 2024-12-21T04:43:59.211Z | Downloaded heck v0.4.1 |
305 | 2024-12-21T04:43:59.211Z | Downloaded cpufeatures v0.2.14 |
306 | 2024-12-21T04:43:59.214Z | Downloaded unicode-linebreak v0.1.5 |
307 | 2024-12-21T04:43:59.214Z | Downloaded strsim v0.11.1 |
308 | 2024-12-21T04:43:59.217Z | Downloaded smawk v0.3.2 |
309 | 2024-12-21T04:43:59.217Z | Downloaded heck v0.5.0 |
310 | 2024-12-21T04:43:59.217Z | Downloaded pest_generator v2.7.14 |
311 | 2024-12-21T04:43:59.219Z | Downloaded memmap v0.7.0 |
312 | 2024-12-21T04:43:59.221Z | Downloaded itoa v1.0.11 |
313 | 2024-12-21T04:43:59.221Z | Downloaded plain v0.2.3 |
314 | 2024-12-21T04:43:59.223Z | Downloaded fastrand v2.1.1 |
315 | 2024-12-21T04:43:59.223Z | Downloaded dof v0.3.0 |
316 | 2024-12-21T04:43:59.226Z | Downloaded crypto-common v0.1.6 |
317 | 2024-12-21T04:43:59.228Z | Downloaded is_terminal_polyfill v1.70.1 |
318 | 2024-12-21T04:43:59.231Z | Downloaded colorchoice v1.0.2 |
319 | 2024-12-21T04:43:59.239Z | Downloaded cargo_toml v0.20.5 |
320 | 2024-12-21T04:43:59.245Z | Downloaded utf8parse v0.2.2 |
321 | 2024-12-21T04:43:59.248Z | Downloaded errno v0.3.9 |
322 | 2024-12-21T04:43:59.248Z | Downloaded anstyle v1.0.10 |
323 | 2024-12-21T04:43:59.251Z | Downloaded camino v1.1.9 |
324 | 2024-12-21T04:43:59.254Z | Downloaded version_check v0.9.5 |
325 | 2024-12-21T04:43:59.256Z | Downloaded macaddr v1.0.1 |
326 | 2024-12-21T04:43:59.258Z | Downloaded digest v0.10.7 |
327 | 2024-12-21T04:43:59.258Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2024-12-21T04:43:59.260Z | Downloaded pest_derive v2.7.14 |
329 | 2024-12-21T04:43:59.262Z | Downloaded cargo_metadata v0.18.1 |
330 | 2024-12-21T04:43:59.265Z | Downloaded thread-id v4.2.2 |
331 | 2024-12-21T04:43:59.265Z | Downloaded tempfile v3.13.0 |
332 | 2024-12-21T04:43:59.267Z | Downloaded semver v1.0.23 |
333 | 2024-12-21T04:43:59.270Z | Downloaded proc-macro-error v1.0.4 |
334 | 2024-12-21T04:43:59.272Z | Downloaded quote v1.0.37 |
335 | 2024-12-21T04:43:59.275Z | Downloaded terminal_size v0.4.0 |
336 | 2024-12-21T04:43:59.281Z | Downloaded bitflags v2.6.0 |
337 | 2024-12-21T04:43:59.283Z | Downloaded sha2 v0.10.8 |
338 | 2024-12-21T04:43:59.283Z | Downloaded scroll v0.12.0 |
339 | 2024-12-21T04:43:59.283Z | Downloaded generic-array v0.14.7 |
340 | 2024-12-21T04:43:59.285Z | Downloaded once_cell v1.20.2 |
341 | 2024-12-21T04:43:59.287Z | Downloaded clap v4.5.21 |
342 | 2024-12-21T04:43:59.295Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-12-21T04:43:59.298Z | Downloaded clap_derive v4.5.18 |
344 | 2024-12-21T04:43:59.300Z | Downloaded serde_spanned v0.6.8 |
345 | 2024-12-21T04:43:59.300Z | Downloaded anyhow v1.0.93 |
346 | 2024-12-21T04:43:59.303Z | Downloaded pest_meta v2.7.14 |
347 | 2024-12-21T04:43:59.306Z | Downloaded ryu v1.0.18 |
348 | 2024-12-21T04:43:59.308Z | Downloaded proc-macro2 v1.0.89 |
349 | 2024-12-21T04:43:59.311Z | Downloaded log v0.4.22 |
350 | 2024-12-21T04:43:59.314Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-12-21T04:43:59.316Z | Downloaded typenum v1.17.0 |
352 | 2024-12-21T04:43:59.322Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2024-12-21T04:43:59.331Z | Downloaded ucd-trie v0.1.7 |
354 | 2024-12-21T04:43:59.338Z | Downloaded serde_derive v1.0.215 |
355 | 2024-12-21T04:43:59.341Z | Downloaded papergrid v0.11.0 |
356 | 2024-12-21T04:43:59.347Z | Downloaded textwrap v0.16.1 |
357 | 2024-12-21T04:43:59.350Z | Downloaded toml v0.8.19 |
358 | 2024-12-21T04:43:59.353Z | Downloaded indexmap v2.6.0 |
359 | 2024-12-21T04:43:59.359Z | Downloaded serde v1.0.215 |
360 | 2024-12-21T04:43:59.368Z | Downloaded memchr v2.7.4 |
361 | 2024-12-21T04:43:59.384Z | Downloaded toml_edit v0.22.22 |
362 | 2024-12-21T04:43:59.415Z | Downloaded pest v2.7.14 |
363 | 2024-12-21T04:43:59.424Z | Downloaded hashbrown v0.15.1 |
364 | 2024-12-21T04:43:59.434Z | Downloaded zerocopy v0.7.35 |
365 | 2024-12-21T04:43:59.447Z | Downloaded winnow v0.6.20 |
366 | 2024-12-21T04:43:59.455Z | Downloaded serde_json v1.0.133 |
367 | 2024-12-21T04:43:59.463Z | Downloaded tabled v0.15.0 |
368 | 2024-12-21T04:43:59.476Z | Downloaded goblin v0.8.2 |
369 | 2024-12-21T04:43:59.482Z | Downloaded clap_builder v4.5.21 |
370 | 2024-12-21T04:43:59.488Z | Downloaded unicode-width v0.1.14 |
371 | 2024-12-21T04:43:59.493Z | Downloaded syn v1.0.109 |
372 | 2024-12-21T04:43:59.502Z | Downloaded syn v2.0.87 |
373 | 2024-12-21T04:43:59.512Z | Downloaded rustix v0.38.37 |
374 | 2024-12-21T04:43:59.550Z | Downloaded libc v0.2.162 |
375 | 2024-12-21T04:43:59.854Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-12-21T04:43:59.854Z | Compiling unicode-ident v1.0.13 |
377 | 2024-12-21T04:43:59.854Z | Compiling version_check v0.9.5 |
378 | 2024-12-21T04:43:59.857Z | Compiling serde v1.0.215 |
379 | 2024-12-21T04:43:59.857Z | Compiling memchr v2.7.4 |
380 | 2024-12-21T04:43:59.857Z | Compiling thiserror v1.0.69 |
381 | 2024-12-21T04:43:59.857Z | Compiling libc v0.2.162 |
382 | 2024-12-21T04:43:59.857Z | Compiling ryu v1.0.18 |
383 | 2024-12-21T04:44:00.108Z | Compiling itoa v1.0.11 |
384 | 2024-12-21T04:44:00.348Z | Compiling ucd-trie v0.1.7 |
385 | 2024-12-21T04:44:00.373Z | Compiling once_cell v1.20.2 |
386 | 2024-12-21T04:44:00.784Z | Compiling byteorder v1.5.0 |
387 | 2024-12-21T04:44:00.898Z | Compiling serde_json v1.0.133 |
388 | 2024-12-21T04:44:00.946Z | Compiling rustix v0.38.37 |
389 | 2024-12-21T04:44:01.213Z | Compiling bitflags v2.6.0 |
390 | 2024-12-21T04:44:01.294Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-12-21T04:44:01.599Z | Compiling usdt-impl v0.5.0 |
392 | 2024-12-21T04:44:01.707Z | Compiling syn v1.0.109 |
393 | 2024-12-21T04:44:01.765Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-12-21T04:44:01.796Z | Compiling quote v1.0.37 |
395 | 2024-12-21T04:44:02.027Z | Compiling log v0.4.22 |
396 | 2024-12-21T04:44:02.112Z | Compiling hashbrown v0.15.1 |
397 | 2024-12-21T04:44:02.151Z | Compiling plain v0.2.3 |
398 | 2024-12-21T04:44:02.310Z | Compiling syn v2.0.87 |
399 | 2024-12-21T04:44:02.396Z | Compiling errno v0.3.9 |
400 | 2024-12-21T04:44:02.521Z | Compiling utf8parse v0.2.2 |
401 | 2024-12-21T04:44:02.586Z | Compiling equivalent v1.0.1 |
402 | 2024-12-21T04:44:02.620Z | Compiling camino v1.1.9 |
403 | 2024-12-21T04:44:02.686Z | Compiling thread-id v4.2.2 |
404 | 2024-12-21T04:44:02.712Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-12-21T04:44:03.054Z | Compiling is_terminal_polyfill v1.70.1 |
406 | 2024-12-21T04:44:03.194Z | Compiling semver v1.0.23 |
407 | 2024-12-21T04:44:03.278Z | Compiling indexmap v2.6.0 |
408 | 2024-12-21T04:44:03.326Z | Compiling anstyle-query v1.1.1 |
409 | 2024-12-21T04:44:03.354Z | Compiling unicode-width v0.1.14 |
410 | 2024-12-21T04:44:03.476Z | Compiling colorchoice v1.0.2 |
411 | 2024-12-21T04:44:03.600Z | Compiling pretty-hex v0.4.1 |
412 | 2024-12-21T04:44:03.659Z | Compiling winnow v0.6.20 |
413 | 2024-12-21T04:44:03.730Z | Compiling anstyle v1.0.10 |
414 | 2024-12-21T04:44:03.825Z | Compiling autocfg v1.4.0 |
415 | 2024-12-21T04:44:04.129Z | Compiling anstream v0.6.15 |
416 | 2024-12-21T04:44:04.311Z | Compiling bytecount v0.6.8 |
417 | 2024-12-21T04:44:04.537Z | Compiling anyhow v1.0.93 |
418 | 2024-12-21T04:44:04.714Z | Compiling terminal_size v0.4.0 |
419 | 2024-12-21T04:44:04.883Z | Compiling heck v0.4.1 |
420 | 2024-12-21T04:44:04.920Z | Compiling heck v0.5.0 |
421 | 2024-12-21T04:44:04.971Z | Compiling fs-err v2.11.0 |
422 | 2024-12-21T04:44:05.164Z | Compiling cfg-if v1.0.0 |
423 | 2024-12-21T04:44:05.263Z | Compiling fnv v1.0.7 |
424 | 2024-12-21T04:44:05.287Z | Compiling fastrand v2.1.1 |
425 | 2024-12-21T04:44:05.394Z | Compiling strsim v0.11.1 |
426 | 2024-12-21T04:44:05.443Z | Compiling clap_lex v0.7.2 |
427 | 2024-12-21T04:44:05.469Z | Compiling papergrid v0.11.0 |
428 | 2024-12-21T04:44:05.834Z | Compiling tempfile v3.13.0 |
429 | 2024-12-21T04:44:05.966Z | Compiling clap_builder v4.5.21 |
430 | 2024-12-21T04:44:06.613Z | Compiling memmap v0.7.0 |
431 | 2024-12-21T04:44:06.828Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-12-21T04:44:06.870Z | Compiling smawk v0.3.2 |
433 | 2024-12-21T04:44:07.310Z | Compiling textwrap v0.16.1 |
434 | 2024-12-21T04:44:07.477Z | Compiling swrite v0.1.0 |
435 | 2024-12-21T04:44:08.607Z | Compiling tabled_derive v0.7.0 |
436 | 2024-12-21T04:44:10.015Z | Compiling tabled v0.15.0 |
437 | 2024-12-21T04:44:11.282Z | Compiling serde_derive v1.0.215 |
438 | 2024-12-21T04:44:11.282Z | Compiling thiserror-impl v1.0.69 |
439 | 2024-12-21T04:44:11.285Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-12-21T04:44:11.285Z | Compiling scroll_derive v0.12.0 |
441 | 2024-12-21T04:44:11.421Z | Compiling clap_derive v4.5.18 |
442 | 2024-12-21T04:44:12.681Z | Compiling scroll v0.12.0 |
443 | 2024-12-21T04:44:13.000Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-21T04:44:13.210Z | Compiling goblin v0.8.2 |
445 | 2024-12-21T04:44:13.993Z | Compiling pest v2.7.14 |
446 | 2024-12-21T04:44:14.970Z | Compiling clap v4.5.21 |
447 | 2024-12-21T04:44:16.234Z | Compiling pest_meta v2.7.14 |
448 | 2024-12-21T04:44:17.057Z | Compiling pest_generator v2.7.14 |
449 | 2024-12-21T04:44:18.824Z | Compiling pest_derive v2.7.14 |
450 | 2024-12-21T04:44:19.506Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-12-21T04:44:21.297Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-12-21T04:44:21.334Z | Compiling serde_spanned v0.6.8 |
453 | 2024-12-21T04:44:21.334Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-21T04:44:21.657Z | Compiling cargo-platform v0.1.8 |
455 | 2024-12-21T04:44:21.717Z | Compiling toml_edit v0.22.22 |
456 | 2024-12-21T04:44:21.909Z | Compiling macaddr v1.0.1 |
457 | 2024-12-21T04:44:22.032Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-12-21T04:44:22.787Z | Compiling dof v0.3.0 |
459 | 2024-12-21T04:44:22.787Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-12-21T04:44:24.524Z | Compiling toml v0.8.19 |
461 | 2024-12-21T04:44:24.552Z | Compiling usdt-macro v0.5.0 |
462 | 2024-12-21T04:44:24.552Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-12-21T04:44:25.381Z | Compiling cargo_toml v0.20.5 |
464 | 2024-12-21T04:44:25.893Z | Compiling usdt v0.5.0 |
465 | 2024-12-21T04:44:28.877Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-12-21T04:44:32.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.81s |
467 | 2024-12-21T04:44:33.152Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-12-21T04:44:33.659Z | Downloading crates ... |
469 | 2024-12-21T04:44:33.782Z | Downloaded async-stream-impl v0.3.6 |
470 | 2024-12-21T04:44:33.786Z | Downloaded adler2 v2.0.0 |
471 | 2024-12-21T04:44:33.789Z | Downloaded arrayref v0.3.9 |
472 | 2024-12-21T04:44:33.792Z | Downloaded aead v0.5.2 |
473 | 2024-12-21T04:44:33.796Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-12-21T04:44:33.801Z | Downloaded crunchy v0.2.2 |
475 | 2024-12-21T04:44:33.807Z | Downloaded atomicwrites v0.4.4 |
476 | 2024-12-21T04:44:33.811Z | Downloaded atty v0.2.14 |
477 | 2024-12-21T04:44:33.816Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-12-21T04:44:33.819Z | Downloaded crucible-workspace-hack v0.1.0 |
479 | 2024-12-21T04:44:33.819Z | Downloaded cstr-argument v0.1.2 |
480 | 2024-12-21T04:44:33.821Z | Downloaded http-body v1.0.1 |
481 | 2024-12-21T04:44:33.824Z | Downloaded hubpack_derive v0.1.1 |
482 | 2024-12-21T04:44:33.824Z | Downloaded http-range v0.1.5 |
483 | 2024-12-21T04:44:33.827Z | Downloaded headers-core v0.3.0 |
484 | 2024-12-21T04:44:33.827Z | Downloaded async-stream v0.3.6 |
485 | 2024-12-21T04:44:33.831Z | Downloaded matches v0.1.10 |
486 | 2024-12-21T04:44:33.834Z | Downloaded async-recursion v1.1.1 |
487 | 2024-12-21T04:44:33.837Z | Downloaded instant v0.1.13 |
488 | 2024-12-21T04:44:33.837Z | Downloaded match_cfg v0.1.0 |
489 | 2024-12-21T04:44:33.840Z | Downloaded is_ci v1.2.0 |
490 | 2024-12-21T04:44:33.840Z | Downloaded ident_case v1.0.1 |
491 | 2024-12-21T04:44:33.842Z | Downloaded cipher v0.4.4 |
492 | 2024-12-21T04:44:33.842Z | Downloaded bcrypt-pbkdf v0.10.0 |
493 | 2024-12-21T04:44:33.845Z | Downloaded crc v3.2.1 |
494 | 2024-12-21T04:44:33.848Z | Downloaded icu_provider_macros v1.5.0 |
495 | 2024-12-21T04:44:33.848Z | Downloaded md5 v0.7.0 |
496 | 2024-12-21T04:44:33.850Z | Downloaded constant_time_eq v0.3.1 |
497 | 2024-12-21T04:44:33.850Z | Downloaded cmake v0.1.51 |
498 | 2024-12-21T04:44:33.853Z | Downloaded castaway v0.2.3 |
499 | 2024-12-21T04:44:33.853Z | Downloaded bitflags v1.3.2 |
500 | 2024-12-21T04:44:33.857Z | Downloaded hubpack v0.1.2 |
501 | 2024-12-21T04:44:33.860Z | Downloaded humantime v2.1.0 |
502 | 2024-12-21T04:44:33.863Z | Downloaded hex-literal v0.4.1 |
503 | 2024-12-21T04:44:33.863Z | Downloaded hostname v0.4.0 |
504 | 2024-12-21T04:44:33.865Z | Downloaded convert_case v0.4.0 |
505 | 2024-12-21T04:44:33.865Z | Downloaded chacha20 v0.9.1 |
506 | 2024-12-21T04:44:33.868Z | Downloaded httpdate v1.0.3 |
507 | 2024-12-21T04:44:33.871Z | Downloaded heck v0.3.3 |
508 | 2024-12-21T04:44:33.871Z | Downloaded http-body-util v0.1.2 |
509 | 2024-12-21T04:44:33.873Z | Downloaded crc-catalog v2.4.0 |
510 | 2024-12-21T04:44:33.875Z | Downloaded memoffset v0.9.1 |
511 | 2024-12-21T04:44:33.878Z | Downloaded lazy_static v1.5.0 |
512 | 2024-12-21T04:44:33.880Z | Downloaded maplit v1.0.2 |
513 | 2024-12-21T04:44:33.880Z | Downloaded lockfree-object-pool v0.1.6 |
514 | 2024-12-21T04:44:33.882Z | Downloaded ahash v0.8.11 |
515 | 2024-12-21T04:44:33.885Z | Downloaded lru-cache v0.1.2 |
516 | 2024-12-21T04:44:33.889Z | Downloaded libefi-sys v0.1.0 |
517 | 2024-12-21T04:44:33.891Z | Downloaded mime v0.3.17 |
518 | 2024-12-21T04:44:33.891Z | Downloaded libsw v3.3.1 |
519 | 2024-12-21T04:44:33.894Z | Downloaded maybe-uninit v2.0.0 |
520 | 2024-12-21T04:44:33.894Z | Downloaded indoc v1.0.9 |
521 | 2024-12-21T04:44:33.897Z | Downloaded lru v0.12.5 |
522 | 2024-12-21T04:44:33.900Z | Downloaded managed v0.8.0 |
523 | 2024-12-21T04:44:33.903Z | Downloaded md-5 v0.10.6 |
524 | 2024-12-21T04:44:33.903Z | Downloaded crc32fast v1.4.2 |
525 | 2024-12-21T04:44:33.905Z | Downloaded httparse v1.9.5 |
526 | 2024-12-21T04:44:33.908Z | Downloaded darling v0.20.10 |
527 | 2024-12-21T04:44:33.913Z | Downloaded hex v0.4.3 |
528 | 2024-12-21T04:44:33.915Z | Downloaded cassowary v0.3.0 |
529 | 2024-12-21T04:44:33.918Z | Downloaded console v0.15.8 |
530 | 2024-12-21T04:44:33.921Z | Downloaded inout v0.1.3 |
531 | 2024-12-21T04:44:33.923Z | Downloaded sync_wrapper v1.0.1 |
532 | 2024-12-21T04:44:33.923Z | Downloaded csv-core v0.1.11 |
533 | 2024-12-21T04:44:33.926Z | Downloaded hickory-client v0.24.1 |
534 | 2024-12-21T04:44:33.929Z | Downloaded hyper-tls v0.6.0 |
535 | 2024-12-21T04:44:33.931Z | Downloaded ctr v0.9.2 |
536 | 2024-12-21T04:44:33.934Z | Downloaded ipnetwork v0.20.0 |
537 | 2024-12-21T04:44:33.937Z | Downloaded const_format_proc_macros v0.2.33 |
538 | 2024-12-21T04:44:33.939Z | Downloaded litemap v0.7.3 |
539 | 2024-12-21T04:44:33.941Z | Downloaded memmap2 v0.9.5 |
540 | 2024-12-21T04:44:33.944Z | Downloaded jobserver v0.1.32 |
541 | 2024-12-21T04:44:33.946Z | Downloaded cancel-safe-futures v0.1.5 |
542 | 2024-12-21T04:44:33.949Z | Downloaded icu_locid_transform v1.5.0 |
543 | 2024-12-21T04:44:33.953Z | Downloaded waitgroup v0.1.2 |
544 | 2024-12-21T04:44:33.955Z | Downloaded ref-cast v1.0.23 |
545 | 2024-12-21T04:44:33.958Z | Downloaded rand_chacha v0.3.1 |
546 | 2024-12-21T04:44:33.960Z | Downloaded hmac v0.12.1 |
547 | 2024-12-21T04:44:33.963Z | Downloaded dhcproto-macros v0.1.0 |
548 | 2024-12-21T04:44:33.963Z | Downloaded base64ct v1.6.0 |
549 | 2024-12-21T04:44:33.966Z | Downloaded scrypt v0.11.0 |
550 | 2024-12-21T04:44:33.968Z | Downloaded salsa20 v0.10.2 |
551 | 2024-12-21T04:44:33.968Z | Downloaded crossbeam-epoch v0.9.18 |
552 | 2024-12-21T04:44:33.971Z | Downloaded diesel_table_macro_syntax v0.2.0 |
553 | 2024-12-21T04:44:33.974Z | Downloaded rustc_version v0.1.7 |
554 | 2024-12-21T04:44:33.974Z | Downloaded new_debug_unreachable v1.0.6 |
555 | 2024-12-21T04:44:33.976Z | Downloaded normalize-line-endings v0.3.0 |
556 | 2024-12-21T04:44:33.976Z | Downloaded cookie v0.18.1 |
557 | 2024-12-21T04:44:33.979Z | Downloaded path-slash v0.1.5 |
558 | 2024-12-21T04:44:33.983Z | Downloaded opaque-debug v0.3.1 |
559 | 2024-12-21T04:44:33.985Z | Downloaded sha1 v0.10.6 |
560 | 2024-12-21T04:44:33.985Z | Downloaded crossbeam-utils v0.8.20 |
561 | 2024-12-21T04:44:33.988Z | Downloaded fxhash v0.2.1 |
562 | 2024-12-21T04:44:33.990Z | Downloaded foreign-types v0.3.2 |
563 | 2024-12-21T04:44:33.990Z | Downloaded icu_locid v1.5.0 |
564 | 2024-12-21T04:44:33.995Z | Downloaded strip-ansi-escapes v0.2.0 |
565 | 2024-12-21T04:44:33.997Z | Downloaded icu_locid_transform_data v1.5.0 |
566 | 2024-12-21T04:44:34.000Z | Downloaded stringprep v0.1.5 |
567 | 2024-12-21T04:44:34.000Z | Downloaded string_cache v0.8.7 |
568 | 2024-12-21T04:44:34.003Z | Downloaded ipnet v2.10.1 |
569 | 2024-12-21T04:44:34.006Z | Downloaded indexmap v1.9.3 |
570 | 2024-12-21T04:44:34.008Z | Downloaded arc-swap v1.7.1 |
571 | 2024-12-21T04:44:34.013Z | Downloaded typify-macro v0.2.0 |
572 | 2024-12-21T04:44:34.016Z | Downloaded tiny-keccak v2.0.2 |
573 | 2024-12-21T04:44:34.018Z | Downloaded progenitor-client v0.8.0 |
574 | 2024-12-21T04:44:34.018Z | Downloaded icu_normalizer_data v1.5.0 |
575 | 2024-12-21T04:44:34.021Z | Downloaded rustls-pemfile v1.0.4 |
576 | 2024-12-21T04:44:34.024Z | Downloaded universal-hash v0.5.1 |
577 | 2024-12-21T04:44:34.026Z | Downloaded defmt-macros v0.3.9 |
578 | 2024-12-21T04:44:34.028Z | Downloaded foreign-types-macros v0.2.3 |
579 | 2024-12-21T04:44:34.031Z | Downloaded base64 v0.13.1 |
580 | 2024-12-21T04:44:34.034Z | Downloaded compact_str v0.8.0 |
581 | 2024-12-21T04:44:34.038Z | Downloaded num v0.4.3 |
582 | 2024-12-21T04:44:34.041Z | Downloaded phf_codegen v0.11.2 |
583 | 2024-12-21T04:44:34.043Z | Downloaded serde_derive_internals v0.29.1 |
584 | 2024-12-21T04:44:34.043Z | Downloaded chacha20poly1305 v0.10.1 |
585 | 2024-12-21T04:44:34.046Z | Downloaded pbkdf2 v0.11.0 |
586 | 2024-12-21T04:44:34.048Z | Downloaded hyper-util v0.1.10 |
587 | 2024-12-21T04:44:34.052Z | Downloaded termtree v0.4.1 |
588 | 2024-12-21T04:44:34.055Z | Downloaded clang-sys v1.8.1 |
589 | 2024-12-21T04:44:34.057Z | Downloaded nodrop v0.1.14 |
590 | 2024-12-21T04:44:34.060Z | Downloaded ghash v0.5.1 |
591 | 2024-12-21T04:44:34.060Z | Downloaded gethostname v0.5.0 |
592 | 2024-12-21T04:44:34.062Z | Downloaded term v0.7.0 |
593 | 2024-12-21T04:44:34.065Z | Downloaded walkdir v2.5.0 |
594 | 2024-12-21T04:44:34.068Z | Downloaded progenitor-impl v0.8.0 |
595 | 2024-12-21T04:44:34.070Z | Downloaded crc-any v2.5.0 |
596 | 2024-12-21T04:44:34.073Z | Downloaded snafu-derive v0.8.5 |
597 | 2024-12-21T04:44:34.075Z | Downloaded tokio-rustls v0.25.0 |
598 | 2024-12-21T04:44:34.078Z | Downloaded ref-cast-impl v1.0.23 |
599 | 2024-12-21T04:44:34.078Z | Downloaded r2d2 v0.8.10 |
600 | 2024-12-21T04:44:34.081Z | Downloaded zone_cfg_derive v0.3.0 |
601 | 2024-12-21T04:44:34.081Z | Downloaded zone_cfg_derive v0.1.2 |
602 | 2024-12-21T04:44:34.083Z | Downloaded phf v0.11.2 |
603 | 2024-12-21T04:44:34.083Z | Downloaded endian-type v0.1.2 |
604 | 2024-12-21T04:44:34.086Z | Downloaded derive_builder_macro v0.20.2 |
605 | 2024-12-21T04:44:34.086Z | Downloaded progenitor-macro v0.8.0 |
606 | 2024-12-21T04:44:34.088Z | Downloaded defmt v0.3.8 |
607 | 2024-12-21T04:44:34.090Z | Downloaded mirai-annotations v1.12.0 |
608 | 2024-12-21T04:44:34.093Z | Downloaded rustversion v1.0.17 |
609 | 2024-12-21T04:44:34.096Z | Downloaded slog-dtrace v0.3.0 |
610 | 2024-12-21T04:44:34.098Z | Downloaded serde_urlencoded v0.7.1 |
611 | 2024-12-21T04:44:34.099Z | Downloaded scheduled-thread-pool v0.2.7 |
612 | 2024-12-21T04:44:34.101Z | Downloaded nu-ansi-term v0.50.1 |
613 | 2024-12-21T04:44:34.108Z | Downloaded base64 v0.21.7 |
614 | 2024-12-21T04:44:34.110Z | Downloaded icu_provider v1.5.0 |
615 | 2024-12-21T04:44:34.112Z | Downloaded icu_properties v1.5.1 |
616 | 2024-12-21T04:44:34.115Z | Downloaded num_threads v0.1.7 |
617 | 2024-12-21T04:44:34.117Z | Downloaded smf v0.2.3 |
618 | 2024-12-21T04:44:34.117Z | Downloaded slog-bunyan v2.5.0 |
619 | 2024-12-21T04:44:34.120Z | Downloaded signature v2.2.0 |
620 | 2024-12-21T04:44:34.122Z | Downloaded owo-colors v4.1.0 |
621 | 2024-12-21T04:44:34.125Z | Downloaded unicode-properties v0.1.3 |
622 | 2024-12-21T04:44:34.129Z | Downloaded const_format v0.2.33 |
623 | 2024-12-21T04:44:34.132Z | Downloaded parse-size v1.1.0 |
624 | 2024-12-21T04:44:34.134Z | Downloaded thiserror-impl v2.0.3 |
625 | 2024-12-21T04:44:34.134Z | Downloaded yasna v0.5.2 |
626 | 2024-12-21T04:44:34.138Z | Downloaded zeroize_derive v1.4.2 |
627 | 2024-12-21T04:44:34.140Z | Downloaded wyz v0.5.1 |
628 | 2024-12-21T04:44:34.142Z | Downloaded diff v0.1.13 |
629 | 2024-12-21T04:44:34.145Z | Downloaded sigpipe v0.1.3 |
630 | 2024-12-21T04:44:34.145Z | Downloaded native-tls v0.2.12 |
631 | 2024-12-21T04:44:34.147Z | Downloaded time-core v0.1.2 |
632 | 2024-12-21T04:44:34.150Z | Downloaded which v4.4.2 |
633 | 2024-12-21T04:44:34.152Z | Downloaded futures-sink v0.3.31 |
634 | 2024-12-21T04:44:34.152Z | Downloaded num-integer v0.1.46 |
635 | 2024-12-21T04:44:34.155Z | Downloaded mockall v0.13.0 |
636 | 2024-12-21T04:44:34.157Z | Downloaded fatfs v0.3.6 |
637 | 2024-12-21T04:44:34.160Z | Downloaded omicron-zone-package v0.11.1 |
638 | 2024-12-21T04:44:34.163Z | Downloaded bytes v1.8.0 |
639 | 2024-12-21T04:44:34.168Z | Downloaded sync-ptr v0.1.1 |
640 | 2024-12-21T04:44:34.170Z | Downloaded tungstenite v0.24.0 |
641 | 2024-12-21T04:44:34.173Z | Downloaded yoke-derive v0.7.4 |
642 | 2024-12-21T04:44:34.175Z | Downloaded try-lock v0.2.5 |
643 | 2024-12-21T04:44:34.178Z | Downloaded tokio-tungstenite v0.24.0 |
644 | 2024-12-21T04:44:34.180Z | Downloaded strum_macros v0.26.4 |
645 | 2024-12-21T04:44:34.182Z | Downloaded darling_macro v0.20.10 |
646 | 2024-12-21T04:44:34.186Z | Downloaded foreign-types-shared v0.3.1 |
647 | 2024-12-21T04:44:34.186Z | Downloaded zerofrom v0.1.4 |
648 | 2024-12-21T04:44:34.186Z | Downloaded serde_yaml v0.9.34+deprecated |
649 | 2024-12-21T04:44:34.189Z | Downloaded parse-display v0.10.0 |
650 | 2024-12-21T04:44:34.191Z | Downloaded resolv-conf v0.7.0 |
651 | 2024-12-21T04:44:34.194Z | Downloaded ppv-lite86 v0.2.20 |
652 | 2024-12-21T04:44:34.197Z | Downloaded parse-display-derive v0.10.0 |
653 | 2024-12-21T04:44:34.197Z | Downloaded tar v0.4.42 |
654 | 2024-12-21T04:44:34.200Z | Downloaded rustc_version v0.4.1 |
655 | 2024-12-21T04:44:34.202Z | Downloaded openssl-probe v0.1.5 |
656 | 2024-12-21T04:44:34.202Z | Downloaded rustc-hash v2.0.0 |
657 | 2024-12-21T04:44:34.205Z | Downloaded rpassword v7.3.1 |
658 | 2024-12-21T04:44:34.207Z | Downloaded slog-scope v4.4.0 |
659 | 2024-12-21T04:44:34.207Z | Downloaded serde_repr v0.1.19 |
660 | 2024-12-21T04:44:34.219Z | Downloaded slog-stdlog v4.1.1 |
661 | 2024-12-21T04:44:34.221Z | Downloaded pretty-hex v0.2.1 |
662 | 2024-12-21T04:44:34.225Z | Downloaded getrandom v0.2.15 |
663 | 2024-12-21T04:44:34.227Z | Downloaded synstructure v0.13.1 |
664 | 2024-12-21T04:44:34.230Z | Downloaded proc-macro-crate v1.3.1 |
665 | 2024-12-21T04:44:34.230Z | Downloaded aes v0.8.4 |
666 | 2024-12-21T04:44:34.234Z | Downloaded utf-8 v0.7.6 |
667 | 2024-12-21T04:44:34.236Z | Downloaded tui-tree-widget v0.22.0 |
668 | 2024-12-21T04:44:34.239Z | Downloaded tinyvec_macros v0.1.1 |
669 | 2024-12-21T04:44:34.239Z | Downloaded toml v0.7.8 |
670 | 2024-12-21T04:44:34.242Z | Downloaded test-strategy v0.4.0 |
671 | 2024-12-21T04:44:34.246Z | Downloaded data-encoding v2.6.0 |
672 | 2024-12-21T04:44:34.248Z | Downloaded postgres-types v0.2.8 |
673 | 2024-12-21T04:44:34.251Z | Downloaded funty v2.0.0 |
674 | 2024-12-21T04:44:34.253Z | Downloaded form_urlencoded v1.2.1 |
675 | 2024-12-21T04:44:34.253Z | Downloaded fallible-iterator v0.2.0 |
676 | 2024-12-21T04:44:34.255Z | Downloaded postgres-protocol v0.6.7 |
677 | 2024-12-21T04:44:34.258Z | Downloaded phf_generator v0.11.2 |
678 | 2024-12-21T04:44:34.262Z | Downloaded num-conv v0.1.0 |
679 | 2024-12-21T04:44:34.262Z | Downloaded predicates-tree v1.0.11 |
680 | 2024-12-21T04:44:34.265Z | Downloaded predicates v3.1.2 |
681 | 2024-12-21T04:44:34.265Z | Downloaded smallvec v1.13.2 |
682 | 2024-12-21T04:44:34.268Z | Downloaded primeorder v0.13.6 |
683 | 2024-12-21T04:44:34.270Z | Downloaded mockall_derive v0.13.0 |
684 | 2024-12-21T04:44:34.272Z | Downloaded schemars v0.8.21 |
685 | 2024-12-21T04:44:34.284Z | Downloaded serde_path_to_error v0.1.16 |
686 | 2024-12-21T04:44:34.286Z | Downloaded smallvec v0.6.14 |
687 | 2024-12-21T04:44:34.289Z | Downloaded slog-async v2.8.0 |
688 | 2024-12-21T04:44:34.291Z | Downloaded slog-term v2.9.1 |
689 | 2024-12-21T04:44:34.294Z | Downloaded slog-envlogger v2.2.0 |
690 | 2024-12-21T04:44:34.294Z | Downloaded strum_macros v0.25.3 |
691 | 2024-12-21T04:44:34.297Z | Downloaded tinystr v0.7.6 |
692 | 2024-12-21T04:44:34.299Z | Downloaded aes-gcm v0.10.3 |
693 | 2024-12-21T04:44:34.302Z | Downloaded writeable v0.5.5 |
694 | 2024-12-21T04:44:34.306Z | Downloaded unarray v0.1.4 |
695 | 2024-12-21T04:44:34.309Z | Downloaded tokio-postgres v0.7.12 |
696 | 2024-12-21T04:44:34.312Z | Downloaded tower-service v0.3.3 |
697 | 2024-12-21T04:44:34.314Z | Downloaded write16 v1.0.0 |
698 | 2024-12-21T04:44:34.316Z | Downloaded derive-where v1.2.7 |
699 | 2024-12-21T04:44:34.319Z | Downloaded fixedbitset v0.4.2 |
700 | 2024-12-21T04:44:34.322Z | Downloaded dyn-clone v1.0.17 |
701 | 2024-12-21T04:44:34.324Z | Downloaded group v0.13.0 |
702 | 2024-12-21T04:44:34.327Z | Downloaded snafu v0.8.5 |
703 | 2024-12-21T04:44:34.330Z | Downloaded pin-project-lite v0.2.14 |
704 | 2024-12-21T04:44:34.335Z | Downloaded zip v2.1.3 |
705 | 2024-12-21T04:44:34.341Z | Downloaded precomputed-hash v0.1.1 |
706 | 2024-12-21T04:44:34.343Z | Downloaded newtype_derive v0.1.6 |
707 | 2024-12-21T04:44:34.343Z | Downloaded rand_xorshift v0.3.0 |
708 | 2024-12-21T04:44:34.346Z | Downloaded libxml v0.3.3 |
709 | 2024-12-21T04:44:34.351Z | Downloaded itertools v0.12.1 |
710 | 2024-12-21T04:44:34.359Z | Downloaded serde-big-array v0.5.1 |
711 | 2024-12-21T04:44:34.361Z | Downloaded secrecy v0.8.0 |
712 | 2024-12-21T04:44:34.364Z | Downloaded vte_generate_state_changes v0.1.2 |
713 | 2024-12-21T04:44:34.364Z | Downloaded toolchain_find v0.4.0 |
714 | 2024-12-21T04:44:34.367Z | Downloaded time-macros v0.2.18 |
715 | 2024-12-21T04:44:34.369Z | Downloaded want v0.3.1 |
716 | 2024-12-21T04:44:34.369Z | Downloaded ssh-cipher v0.2.0 |
717 | 2024-12-21T04:44:34.372Z | Downloaded tabwriter v1.4.0 |
718 | 2024-12-21T04:44:34.372Z | Downloaded sec1 v0.7.3 |
719 | 2024-12-21T04:44:34.374Z | Downloaded ecdsa v0.16.9 |
720 | 2024-12-21T04:44:34.377Z | Downloaded strum_macros v0.24.3 |
721 | 2024-12-21T04:44:34.379Z | Downloaded zerovec-derive v0.10.3 |
722 | 2024-12-21T04:44:34.382Z | Downloaded unicode-truncate v1.1.0 |
723 | 2024-12-21T04:44:34.386Z | Downloaded foldhash v0.1.3 |
724 | 2024-12-21T04:44:34.386Z | Downloaded parking_lot v0.11.2 |
725 | 2024-12-21T04:44:34.389Z | Downloaded globset v0.4.15 |
726 | 2024-12-21T04:44:34.389Z | Downloaded twox-hash v1.6.3 |
727 | 2024-12-21T04:44:34.391Z | Downloaded num-derive v0.4.2 |
728 | 2024-12-21T04:44:34.393Z | Downloaded phf_shared v0.10.0 |
729 | 2024-12-21T04:44:34.396Z | Downloaded percent-encoding v2.3.1 |
730 | 2024-12-21T04:44:34.396Z | Downloaded ed25519 v2.2.3 |
731 | 2024-12-21T04:44:34.398Z | Downloaded radium v0.7.0 |
732 | 2024-12-21T04:44:34.400Z | Downloaded sqlparser_derive v0.2.2 |
733 | 2024-12-21T04:44:34.400Z | Downloaded num-iter v0.1.45 |
734 | 2024-12-21T04:44:34.402Z | Downloaded futures-executor v0.3.31 |
735 | 2024-12-21T04:44:34.402Z | Downloaded dunce v1.0.5 |
736 | 2024-12-21T04:44:34.405Z | Downloaded dsl_auto_type v0.1.2 |
737 | 2024-12-21T04:44:34.408Z | Downloaded shlex v1.3.0 |
738 | 2024-12-21T04:44:34.408Z | Downloaded itertools v0.13.0 |
739 | 2024-12-21T04:44:34.415Z | Downloaded slog v2.7.0 |
740 | 2024-12-21T04:44:34.419Z | Downloaded rustls-pki-types v1.10.0 |
741 | 2024-12-21T04:44:34.423Z | Downloaded shell-words v1.1.0 |
742 | 2024-12-21T04:44:34.426Z | Downloaded rusty-fork v0.3.0 |
743 | 2024-12-21T04:44:34.426Z | Downloaded sct v0.7.1 |
744 | 2024-12-21T04:44:34.430Z | Downloaded fallible-streaming-iterator v0.1.9 |
745 | 2024-12-21T04:44:34.432Z | Downloaded topological-sort v0.2.2 |
746 | 2024-12-21T04:44:34.435Z | Downloaded typify v0.2.0 |
747 | 2024-12-21T04:44:34.438Z | Downloaded wait-timeout v0.2.0 |
748 | 2024-12-21T04:44:34.438Z | Downloaded tinyvec v1.8.0 |
749 | 2024-12-21T04:44:34.441Z | Downloaded zopfli v0.8.1 |
750 | 2024-12-21T04:44:34.445Z | Downloaded packed_struct v0.10.1 |
751 | 2024-12-21T04:44:34.447Z | Downloaded newtype-uuid v1.1.3 |
752 | 2024-12-21T04:44:34.449Z | Downloaded supports-color v3.0.1 |
753 | 2024-12-21T04:44:34.452Z | Downloaded pin-project-internal v1.1.6 |
754 | 2024-12-21T04:44:34.452Z | Downloaded nom v7.1.3 |
755 | 2024-12-21T04:44:34.458Z | Downloaded number_prefix v0.4.0 |
756 | 2024-12-21T04:44:34.461Z | Downloaded peg-runtime v0.8.3 |
757 | 2024-12-21T04:44:34.461Z | Downloaded quick-error v1.2.3 |
758 | 2024-12-21T04:44:34.464Z | Downloaded rustc-hash v1.1.0 |
759 | 2024-12-21T04:44:34.464Z | Downloaded phf_shared v0.11.2 |
760 | 2024-12-21T04:44:34.464Z | Downloaded ssh-encoding v0.2.0 |
761 | 2024-12-21T04:44:34.467Z | Downloaded sqlformat v0.2.6 |
762 | 2024-12-21T04:44:34.470Z | Downloaded stable_deref_trait v1.2.0 |
763 | 2024-12-21T04:44:34.470Z | Downloaded pbkdf2 v0.12.2 |
764 | 2024-12-21T04:44:34.473Z | Downloaded parse-zoneinfo v0.3.1 |
765 | 2024-12-21T04:44:34.475Z | Downloaded num-bigint v0.4.6 |
766 | 2024-12-21T04:44:34.480Z | Downloaded oso-derive v0.27.3 |
767 | 2024-12-21T04:44:34.482Z | Downloaded aho-corasick v1.1.3 |
768 | 2024-12-21T04:44:34.488Z | Downloaded nanorand v0.7.0 |
769 | 2024-12-21T04:44:34.490Z | Downloaded tokio-stream v0.1.16 |
770 | 2024-12-21T04:44:34.495Z | Downloaded russh-cryptovec v0.7.3 |
771 | 2024-12-21T04:44:34.498Z | Downloaded display-error-chain v0.2.2 |
772 | 2024-12-21T04:44:34.498Z | Downloaded pin-utils v0.1.0 |
773 | 2024-12-21T04:44:34.501Z | Downloaded hash32 v0.3.1 |
774 | 2024-12-21T04:44:34.501Z | Downloaded futures-channel v0.3.31 |
775 | 2024-12-21T04:44:34.504Z | Downloaded structmeta v0.3.0 |
776 | 2024-12-21T04:44:34.504Z | Downloaded static_assertions v1.1.0 |
777 | 2024-12-21T04:44:34.506Z | Downloaded slog-json v2.6.1 |
778 | 2024-12-21T04:44:34.511Z | Downloaded signal-hook-tokio v0.3.1 |
779 | 2024-12-21T04:44:34.512Z | Downloaded num-traits v0.2.19 |
780 | 2024-12-21T04:44:34.514Z | Downloaded signal-hook-registry v1.4.2 |
781 | 2024-12-21T04:44:34.514Z | Downloaded dhcproto v0.12.0 |
782 | 2024-12-21T04:44:34.517Z | Downloaded downcast v0.11.0 |
783 | 2024-12-21T04:44:34.520Z | Downloaded simd-adler32 v0.3.7 |
784 | 2024-12-21T04:44:34.522Z | Downloaded zeroize v1.8.1 |
785 | 2024-12-21T04:44:34.524Z | Downloaded pem v3.0.4 |
786 | 2024-12-21T04:44:34.524Z | Downloaded signal-hook v0.3.17 |
787 | 2024-12-21T04:44:34.527Z | Downloaded untrusted v0.7.1 |
788 | 2024-12-21T04:44:34.529Z | Downloaded rustc-demangle v0.1.24 |
789 | 2024-12-21T04:44:34.537Z | Downloaded structmeta-derive v0.3.0 |
790 | 2024-12-21T04:44:34.537Z | Downloaded rustfmt-wrapper v0.2.1 |
791 | 2024-12-21T04:44:34.537Z | Downloaded signal-hook-mio v0.2.4 |
792 | 2024-12-21T04:44:34.537Z | Downloaded dropshot_endpoint v0.13.0 |
793 | 2024-12-21T04:44:34.540Z | Downloaded rfc6979 v0.4.0 |
794 | 2024-12-21T04:44:34.540Z | Downloaded float-ord v0.3.2 |
795 | 2024-12-21T04:44:34.544Z | Downloaded samael v0.0.17 |
796 | 2024-12-21T04:44:34.548Z | Downloaded unicode-xid v0.2.6 |
797 | 2024-12-21T04:44:34.550Z | Downloaded packed_struct_codegen v0.10.1 |
798 | 2024-12-21T04:44:34.550Z | Downloaded vergen v8.3.2 |
799 | 2024-12-21T04:44:34.553Z | Downloaded expectorate v1.1.0 |
800 | 2024-12-21T04:44:34.556Z | Downloaded futures-core v0.3.31 |
801 | 2024-12-21T04:44:34.558Z | Downloaded p521 v0.13.3 |
802 | 2024-12-21T04:44:34.562Z | Downloaded newline-converter v0.3.0 |
803 | 2024-12-21T04:44:34.565Z | Downloaded futures v0.3.31 |
804 | 2024-12-21T04:44:34.569Z | Downloaded take_mut v0.2.2 |
805 | 2024-12-21T04:44:34.571Z | Downloaded tls_codec_derive v0.4.1 |
806 | 2024-12-21T04:44:34.573Z | Downloaded thread_local v1.1.8 |
807 | 2024-12-21T04:44:34.573Z | Downloaded futures-task v0.3.31 |
808 | 2024-12-21T04:44:34.576Z | Downloaded headers v0.4.0 |
809 | 2024-12-21T04:44:34.580Z | Downloaded paste v1.0.15 |
810 | 2024-12-21T04:44:34.587Z | Downloaded zone v0.3.0 |
811 | 2024-12-21T04:44:34.591Z | Downloaded thiserror-no-std v2.0.2 |
812 | 2024-12-21T04:44:34.591Z | Downloaded thiserror-impl-no-std v2.0.2 |
813 | 2024-12-21T04:44:34.593Z | Downloaded half v2.4.1 |
814 | 2024-12-21T04:44:34.593Z | Downloaded hash32 v0.2.1 |
815 | 2024-12-21T04:44:34.595Z | Downloaded steno v0.4.1 |
816 | 2024-12-21T04:44:34.600Z | Downloaded der v0.7.9 |
817 | 2024-12-21T04:44:34.605Z | Downloaded dropshot_endpoint v0.12.0 |
818 | 2024-12-21T04:44:34.608Z | Downloaded multer v3.1.0 |
819 | 2024-12-21T04:44:34.610Z | Downloaded des v0.8.1 |
820 | 2024-12-21T04:44:34.613Z | Downloaded tracing-attributes v0.1.27 |
821 | 2024-12-21T04:44:34.616Z | Downloaded glob v0.3.1 |
822 | 2024-12-21T04:44:34.618Z | Downloaded psl-types v2.0.11 |
823 | 2024-12-21T04:44:34.618Z | Downloaded pkcs5 v0.7.1 |
824 | 2024-12-21T04:44:34.622Z | Downloaded tls_codec v0.4.1 |
825 | 2024-12-21T04:44:34.625Z | Downloaded serde_with v3.11.0 |
826 | 2024-12-21T04:44:34.634Z | Downloaded termios v0.3.3 |
827 | 2024-12-21T04:44:34.636Z | Downloaded parking_lot_core v0.9.10 |
828 | 2024-12-21T04:44:34.638Z | Downloaded parking_lot_core v0.8.6 |
829 | 2024-12-21T04:44:34.641Z | Downloaded oso v0.27.3 |
830 | 2024-12-21T04:44:34.644Z | Downloaded parking_lot v0.12.3 |
831 | 2024-12-21T04:44:34.647Z | Downloaded blake3 v1.5.4 |
832 | 2024-12-21T04:44:34.655Z | Downloaded ron v0.7.1 |
833 | 2024-12-21T04:44:34.661Z | Downloaded num_enum_derive v0.5.11 |
834 | 2024-12-21T04:44:34.663Z | Downloaded mio v1.0.2 |
835 | 2024-12-21T04:44:34.668Z | Downloaded pkg-config v0.3.31 |
836 | 2024-12-21T04:44:34.671Z | Downloaded pin-project v1.1.6 |
837 | 2024-12-21T04:44:34.682Z | Downloaded quinn v0.11.5 |
838 | 2024-12-21T04:44:34.685Z | Downloaded time v0.3.36 |
839 | 2024-12-21T04:44:34.693Z | Downloaded tungstenite v0.21.0 |
840 | 2024-12-21T04:44:34.696Z | Downloaded portable-atomic v1.9.0 |
841 | 2024-12-21T04:44:34.703Z | Downloaded chrono v0.4.38 |
842 | 2024-12-21T04:44:34.711Z | Downloaded zip v0.6.6 |
843 | 2024-12-21T04:44:34.716Z | Downloaded ron v0.8.1 |
844 | 2024-12-21T04:44:34.722Z | Downloaded tungstenite v0.23.0 |
845 | 2024-12-21T04:44:34.726Z | Downloaded bindgen v0.69.5 |
846 | 2024-12-21T04:44:34.733Z | Downloaded typed-path v0.9.3 |
847 | 2024-12-21T04:44:34.739Z | Downloaded value-bag v1.9.0 |
848 | 2024-12-21T04:44:34.743Z | Downloaded hashbrown v0.12.3 |
849 | 2024-12-21T04:44:34.747Z | Downloaded unicode-normalization v0.1.24 |
850 | 2024-12-21T04:44:34.752Z | Downloaded rcgen v0.12.1 |
851 | 2024-12-21T04:44:34.754Z | Downloaded rayon-core v1.12.1 |
852 | 2024-12-21T04:44:34.759Z | Downloaded num-bigint-dig v0.8.4 |
853 | 2024-12-21T04:44:34.763Z | Downloaded bitvec v1.0.1 |
854 | 2024-12-21T04:44:34.780Z | Downloaded icu_properties_data v1.5.0 |
855 | 2024-12-21T04:44:34.790Z | Downloaded zerocopy-derive v0.8.10 |
856 | 2024-12-21T04:44:34.797Z | Downloaded salty v0.3.0 |
857 | 2024-12-21T04:44:34.806Z | Downloaded lalrpop v0.19.12 |
858 | 2024-12-21T04:44:34.816Z | Downloaded qorb v0.2.1 |
859 | 2024-12-21T04:44:34.820Z | Downloaded unsafe-libyaml v0.2.11 |
860 | 2024-12-21T04:44:34.824Z | Downloaded idna v0.4.0 |
861 | 2024-12-21T04:44:34.831Z | Downloaded tracing v0.1.40 |
862 | 2024-12-21T04:44:34.836Z | Downloaded tough v0.19.0 |
863 | 2024-12-21T04:44:34.844Z | Downloaded petname v2.0.2 |
864 | 2024-12-21T04:44:34.851Z | Downloaded russh v0.45.0 |
865 | 2024-12-21T04:44:34.856Z | Downloaded proptest v1.5.0 |
866 | 2024-12-21T04:44:34.867Z | Downloaded futures-util v0.3.31 |
867 | 2024-12-21T04:44:34.883Z | Downloaded zerovec v0.10.4 |
868 | 2024-12-21T04:44:34.886Z | Downloaded smoltcp v0.9.1 |
869 | 2024-12-21T04:44:34.897Z | Downloaded winnow v0.5.40 |
870 | 2024-12-21T04:44:34.907Z | Downloaded idna v0.2.3 |
871 | 2024-12-21T04:44:34.914Z | Downloaded object v0.30.4 |
872 | 2024-12-21T04:44:34.925Z | Downloaded flume v0.11.1 |
873 | 2024-12-21T04:44:34.928Z | Downloaded hashbrown v0.13.2 |
874 | 2024-12-21T04:44:34.932Z | Downloaded sqlparser v0.45.0 |
875 | 2024-12-21T04:44:34.939Z | Downloaded quick-xml v0.33.0 |
876 | 2024-12-21T04:44:34.946Z | Downloaded zerocopy v0.8.10 |
877 | 2024-12-21T04:44:34.971Z | Downloaded regress v0.9.1 |
878 | 2024-12-21T04:44:34.980Z | Downloaded reqwest v0.12.9 |
879 | 2024-12-21T04:44:34.987Z | Downloaded regex-syntax v0.6.29 |
880 | 2024-12-21T04:44:34.995Z | Downloaded radix_trie v0.2.1 |
881 | 2024-12-21T04:44:35.002Z | Downloaded gimli v0.31.1 |
882 | 2024-12-21T04:44:35.010Z | Downloaded regress v0.10.1 |
883 | 2024-12-21T04:44:35.018Z | Downloaded dropshot v0.13.0 |
884 | 2024-12-21T04:44:35.040Z | Downloaded rustls-webpki v0.102.8 |
885 | 2024-12-21T04:44:35.058Z | Downloaded h2 v0.4.6 |
886 | 2024-12-21T04:44:35.064Z | Downloaded smoltcp v0.11.0 |
887 | 2024-12-21T04:44:35.077Z | Downloaded nix v0.27.1 |
888 | 2024-12-21T04:44:35.088Z | Downloaded vcpkg v0.2.15 |
889 | 2024-12-21T04:44:35.126Z | Downloaded trust-dns-proto v0.22.0 |
890 | 2024-12-21T04:44:35.137Z | Downloaded webpki-roots v0.26.6 |
891 | 2024-12-21T04:44:35.140Z | Downloaded unicode-width v0.2.0 |
892 | 2024-12-21T04:44:35.146Z | Downloaded nix v0.28.0 |
893 | 2024-12-21T04:44:35.158Z | Downloaded nix v0.29.0 |
894 | 2024-12-21T04:44:35.170Z | Downloaded dropshot v0.12.0 |
895 | 2024-12-21T04:44:35.190Z | Downloaded typify-impl v0.2.0 |
896 | 2024-12-21T04:44:35.205Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
897 | 2024-12-21T04:44:35.216Z | Downloaded rustls v0.23.19 |
898 | 2024-12-21T04:44:35.229Z | Downloaded sled v0.34.7 |
899 | 2024-12-21T04:44:35.238Z | Downloaded regex-syntax v0.8.5 |
900 | 2024-12-21T04:44:35.247Z | Downloaded rustls v0.22.4 |
901 | 2024-12-21T04:44:35.260Z | Downloaded polar-core v0.27.3 |
902 | 2024-12-21T04:44:35.268Z | Downloaded openapiv3 v2.0.0 |
903 | 2024-12-21T04:44:35.281Z | Downloaded hickory-proto v0.24.1 |
904 | 2024-12-21T04:44:35.296Z | Downloaded object v0.36.5 |
905 | 2024-12-21T04:44:35.308Z | Downloaded rustls v0.21.12 |
906 | 2024-12-21T04:44:35.319Z | Downloaded ratatui v0.28.1 |
907 | 2024-12-21T04:44:35.339Z | Downloaded regex-automata v0.4.8 |
908 | 2024-12-21T04:44:35.354Z | Downloaded petgraph v0.6.5 |
909 | 2024-12-21T04:44:35.371Z | Downloaded zerocopy-derive v0.6.6 |
910 | 2024-12-21T04:44:35.380Z | Downloaded diesel v2.2.6 |
911 | 2024-12-21T04:44:35.397Z | Downloaded bstr v1.10.0 |
912 | 2024-12-21T04:44:35.407Z | Downloaded openssl v0.10.66 |
913 | 2024-12-21T04:44:35.416Z | Downloaded regex v1.11.1 |
914 | 2024-12-21T04:44:35.428Z | Downloaded csv v1.3.0 |
915 | 2024-12-21T04:44:35.447Z | Downloaded lzma-sys v0.1.20 |
916 | 2024-12-21T04:44:35.475Z | Downloaded chrono-tz v0.10.0 |
917 | 2024-12-21T04:44:35.482Z | Downloaded rustls-webpki v0.101.7 |
918 | 2024-12-21T04:44:35.494Z | Downloaded ssh-key v0.6.6 |
919 | 2024-12-21T04:44:35.500Z | Downloaded libz-sys v1.1.20 |
920 | 2024-12-21T04:44:35.520Z | Downloaded p384 v0.13.0 |
921 | 2024-12-21T04:44:35.526Z | Downloaded curve25519-dalek v4.1.3 |
922 | 2024-12-21T04:44:35.534Z | Downloaded idna v0.3.0 |
923 | 2024-12-21T04:44:35.541Z | Downloaded ed25519-dalek v2.1.1 |
924 | 2024-12-21T04:44:35.543Z | Downloaded git2 v0.19.0 |
925 | 2024-12-21T04:44:35.551Z | Downloaded idna v0.5.0 |
926 | 2024-12-21T04:44:35.558Z | Downloaded quinn-proto v0.11.8 |
927 | 2024-12-21T04:44:35.564Z | Downloaded tokio v1.40.0 |
928 | 2024-12-21T04:44:35.599Z | Downloaded sha3 v0.10.8 |
929 | 2024-12-21T04:44:35.604Z | Downloaded flate2 v1.0.34 |
930 | 2024-12-21T04:44:35.608Z | Downloaded rustyline v14.0.0 |
931 | 2024-12-21T04:44:35.613Z | Downloaded hashbrown v0.14.5 |
932 | 2024-12-21T04:44:35.618Z | Downloaded reedline v0.35.0 |
933 | 2024-12-21T04:44:35.625Z | Downloaded derive_more v0.99.18 |
934 | 2024-12-21T04:44:35.629Z | Downloaded rayon v1.10.0 |
935 | 2024-12-21T04:44:35.639Z | Downloaded aws-lc-rs v1.10.0 |
936 | 2024-12-21T04:44:35.646Z | Downloaded tap v1.0.1 |
937 | 2024-12-21T04:44:35.648Z | Downloaded num_enum v0.5.11 |
938 | 2024-12-21T04:44:35.651Z | Downloaded displaydoc v0.2.5 |
939 | 2024-12-21T04:44:35.653Z | Downloaded rusqlite v0.32.1 |
940 | 2024-12-21T04:44:35.659Z | Downloaded peg-macros v0.8.4 |
941 | 2024-12-21T04:44:35.662Z | Downloaded vsss-rs v3.3.4 |
942 | 2024-12-21T04:44:35.664Z | Downloaded rand v0.8.5 |
943 | 2024-12-21T04:44:35.667Z | Downloaded pem-rfc7468 v0.7.0 |
944 | 2024-12-21T04:44:35.669Z | Downloaded embedded-io v0.6.1 |
945 | 2024-12-21T04:44:35.671Z | Downloaded filetime v0.2.25 |
946 | 2024-12-21T04:44:35.671Z | Downloaded ff v0.13.0 |
947 | 2024-12-21T04:44:35.674Z | Downloaded pkcs8 v0.10.2 |
948 | 2024-12-21T04:44:35.676Z | Downloaded ena v0.14.3 |
949 | 2024-12-21T04:44:35.676Z | Downloaded spin v0.9.8 |
950 | 2024-12-21T04:44:35.679Z | Downloaded toml_edit v0.19.15 |
951 | 2024-12-21T04:44:35.692Z | Downloaded tokio-util v0.7.12 |
952 | 2024-12-21T04:44:35.698Z | Downloaded fd-lock v4.0.2 |
953 | 2024-12-21T04:44:35.700Z | Downloaded embedded-io v0.4.0 |
954 | 2024-12-21T04:44:35.703Z | Downloaded either v1.13.0 |
955 | 2024-12-21T04:44:35.705Z | Downloaded zerofrom-derive v0.1.4 |
956 | 2024-12-21T04:44:35.705Z | Downloaded spki v0.7.3 |
957 | 2024-12-21T04:44:35.705Z | Downloaded whoami v1.5.2 |
958 | 2024-12-21T04:44:35.708Z | Downloaded zerocopy v0.6.6 |
959 | 2024-12-21T04:44:35.711Z | Downloaded semver v0.1.20 |
960 | 2024-12-21T04:44:35.711Z | Downloaded unicode-bidi v0.3.17 |
961 | 2024-12-21T04:44:35.713Z | Downloaded hkdf v0.12.4 |
962 | 2024-12-21T04:44:35.716Z | Downloaded unicode-segmentation v1.12.0 |
963 | 2024-12-21T04:44:35.719Z | Downloaded quinn-udp v0.5.5 |
964 | 2024-12-21T04:44:35.722Z | Downloaded miniz_oxide v0.8.0 |
965 | 2024-12-21T04:44:35.722Z | Downloaded openssl-sys v0.9.103 |
966 | 2024-12-21T04:44:35.726Z | Downloaded encoding_rs v0.8.34 |
967 | 2024-12-21T04:44:35.746Z | Downloaded darling_core v0.20.10 |
968 | 2024-12-21T04:44:35.750Z | Downloaded tracing-core v0.1.32 |
969 | 2024-12-21T04:44:35.752Z | Downloaded peg v0.8.4 |
970 | 2024-12-21T04:44:35.756Z | Downloaded num-complex v0.4.6 |
971 | 2024-12-21T04:44:35.758Z | Downloaded env_logger v0.11.5 |
972 | 2024-12-21T04:44:35.761Z | Downloaded hyper v1.5.0 |
973 | 2024-12-21T04:44:35.765Z | Downloaded schemars_derive v0.8.21 |
974 | 2024-12-21T04:44:35.768Z | Downloaded url v2.5.3 |
975 | 2024-12-21T04:44:35.770Z | Downloaded rand_core v0.6.4 |
976 | 2024-12-21T04:44:35.772Z | Downloaded progenitor v0.8.0 |
977 | 2024-12-21T04:44:35.772Z | Downloaded serde-hex v0.1.0 |
978 | 2024-12-21T04:44:35.775Z | Downloaded idna v1.0.3 |
979 | 2024-12-21T04:44:35.777Z | Downloaded crossterm v0.28.1 |
980 | 2024-12-21T04:44:35.783Z | Downloaded libm v0.2.8 |
981 | 2024-12-21T04:44:35.790Z | Downloaded itertools v0.10.5 |
982 | 2024-12-21T04:44:35.795Z | Downloaded x509-cert v0.2.5 |
983 | 2024-12-21T04:44:35.800Z | Downloaded float-cmp v0.9.0 |
984 | 2024-12-21T04:44:35.803Z | Downloaded pkcs1 v0.7.5 |
985 | 2024-12-21T04:44:35.806Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
986 | 2024-12-21T04:44:35.858Z | Downloaded num-rational v0.4.2 |
987 | 2024-12-21T04:44:35.860Z | Downloaded elliptic-curve v0.13.8 |
988 | 2024-12-21T04:44:35.863Z | Downloaded multimap v0.10.0 |
989 | 2024-12-21T04:44:35.865Z | Downloaded unicode_categories v0.1.1 |
990 | 2024-12-21T04:44:35.867Z | Downloaded strum v0.26.3 |
991 | 2024-12-21T04:44:35.867Z | Downloaded unicase v2.7.0 |
992 | 2024-12-21T04:44:35.870Z | Downloaded subtle v2.6.1 |
993 | 2024-12-21T04:44:35.870Z | Downloaded hashlink v0.9.1 |
994 | 2024-12-21T04:44:35.870Z | Downloaded fs_extra v1.3.0 |
995 | 2024-12-21T04:44:35.873Z | Downloaded fallible-iterator v0.3.0 |
996 | 2024-12-21T04:44:35.876Z | Downloaded der_derive v0.7.3 |
997 | 2024-12-21T04:44:35.876Z | Downloaded derive_builder_core v0.20.2 |
998 | 2024-12-21T04:44:35.878Z | Downloaded olpc-cjson v0.1.4 |
999 | 2024-12-21T04:44:35.878Z | Downloaded nibble_vec v0.1.0 |
1000 | 2024-12-21T04:44:35.878Z | Downloaded poly1305 v0.8.0 |
1001 | 2024-12-21T04:44:35.881Z | Downloaded vte v0.11.1 |
1002 | 2024-12-21T04:44:35.883Z | Downloaded p256 v0.13.2 |
1003 | 2024-12-21T04:44:35.885Z | Downloaded postcard v1.0.10 |
1004 | 2024-12-21T04:44:35.888Z | Downloaded http v1.1.0 |
1005 | 2024-12-21T04:44:35.891Z | Downloaded defmt-parser v0.3.4 |
1006 | 2024-12-21T04:44:35.893Z | Downloaded password-hash v0.5.0 |
1007 | 2024-12-21T04:44:35.893Z | Downloaded password-hash v0.4.2 |
1008 | 2024-12-21T04:44:35.896Z | Downloaded tokio-tungstenite v0.23.1 |
1009 | 2024-12-21T04:44:35.896Z | Downloaded tokio-tungstenite v0.21.0 |
1010 | 2024-12-21T04:44:35.899Z | Downloaded utf8_iter v1.0.4 |
1011 | 2024-12-21T04:44:35.901Z | Downloaded utf16_iter v1.0.5 |
1012 | 2024-12-21T04:44:35.901Z | Downloaded subprocess v0.2.9 |
1013 | 2024-12-21T04:44:35.903Z | Downloaded publicsuffix v2.2.3 |
1014 | 2024-12-21T04:44:35.905Z | Downloaded env_logger v0.10.2 |
1015 | 2024-12-21T04:44:35.908Z | Downloaded derive_builder v0.20.2 |
1016 | 2024-12-21T04:44:35.912Z | Downloaded rsa v0.9.6 |
1017 | 2024-12-21T04:44:35.916Z | Downloaded serde_plain v1.0.2 |
1018 | 2024-12-21T04:44:35.919Z | Downloaded enum-as-inner v0.6.1 |
1019 | 2024-12-21T04:44:35.919Z | Downloaded diesel_derives v2.2.3 |
1020 | 2024-12-21T04:44:35.924Z | Downloaded powerfmt v0.2.0 |
1021 | 2024-12-21T04:44:35.927Z | Downloaded yoke v0.7.4 |
1022 | 2024-12-21T04:44:35.927Z | Downloaded thiserror v2.0.3 |
1023 | 2024-12-21T04:44:35.931Z | Downloaded base64 v0.22.1 |
1024 | 2024-12-21T04:44:35.934Z | Downloaded tokio-rustls v0.26.0 |
1025 | 2024-12-21T04:44:35.937Z | Downloaded minimal-lexical v0.2.1 |
1026 | 2024-12-21T04:44:35.940Z | Downloaded crypto-bigint v0.5.5 |
1027 | 2024-12-21T04:44:35.946Z | Downloaded crossbeam-channel v0.5.13 |
1028 | 2024-12-21T04:44:35.950Z | Downloaded futures-macro v0.3.31 |
1029 | 2024-12-21T04:44:35.952Z | Downloaded futures-io v0.3.31 |
1030 | 2024-12-21T04:44:35.952Z | Downloaded fragile v2.0.0 |
1031 | 2024-12-21T04:44:35.954Z | Downloaded env_filter v0.1.2 |
1032 | 2024-12-21T04:44:35.956Z | Downloaded enum-as-inner v0.5.1 |
1033 | 2024-12-21T04:44:35.956Z | Downloaded deranged v0.3.11 |
1034 | 2024-12-21T04:44:35.959Z | Downloaded uuid v1.11.0 |
1035 | 2024-12-21T04:44:35.961Z | Downloaded hickory-server v0.24.1 |
1036 | 2024-12-21T04:44:35.964Z | Downloaded untrusted v0.9.0 |
1037 | 2024-12-21T04:44:35.966Z | Downloaded openssl-macros v0.1.1 |
1038 | 2024-12-21T04:44:35.966Z | Downloaded hickory-resolver v0.24.1 |
1039 | 2024-12-21T04:44:35.970Z | Downloaded cc v1.1.30 |
1040 | 2024-12-21T04:44:35.973Z | Downloaded backtrace v0.3.74 |
1041 | 2024-12-21T04:44:35.977Z | Downloaded socket2 v0.5.7 |
1042 | 2024-12-21T04:44:35.980Z | Downloaded similar v2.6.0 |
1043 | 2024-12-21T04:44:35.983Z | Downloaded prettyplease v0.2.25 |
1044 | 2024-12-21T04:44:35.986Z | Downloaded heapless v0.7.17 |
1045 | 2024-12-21T04:44:35.989Z | Downloaded same-file v1.0.6 |
1046 | 2024-12-21T04:44:35.992Z | Downloaded serde_with_macros v3.11.0 |
1047 | 2024-12-21T04:44:35.994Z | Downloaded bumpalo v3.16.0 |
1048 | 2024-12-21T04:44:35.997Z | Downloaded russh-keys v0.45.0 |
1049 | 2024-12-21T04:44:35.999Z | Downloaded rtoolbox v0.0.2 |
1050 | 2024-12-21T04:44:35.999Z | Downloaded icu_collections v1.5.0 |
1051 | 2024-12-21T04:44:36.003Z | Downloaded rand_seeder v0.3.0 |
1052 | 2024-12-21T04:44:36.006Z | Downloaded predicates-core v1.0.8 |
1053 | 2024-12-21T04:44:36.006Z | Downloaded polyval v0.6.2 |
1054 | 2024-12-21T04:44:36.009Z | Downloaded uzers v0.12.1 |
1055 | 2024-12-21T04:44:36.009Z | Downloaded tokio-rustls v0.24.1 |
1056 | 2024-12-21T04:44:36.011Z | Downloaded heapless v0.8.0 |
1057 | 2024-12-21T04:44:36.014Z | Downloaded indicatif v0.17.9 |
1058 | 2024-12-21T04:44:36.018Z | Downloaded foreign-types v0.5.0 |
1059 | 2024-12-21T04:44:36.020Z | Downloaded flagset v0.4.6 |
1060 | 2024-12-21T04:44:36.021Z | Downloaded dirs-sys-next v0.1.2 |
1061 | 2024-12-21T04:44:36.024Z | Downloaded dirs-next v2.0.0 |
1062 | 2024-12-21T04:44:36.024Z | Downloaded difflib v0.4.0 |
1063 | 2024-12-21T04:44:36.024Z | Downloaded diesel-dtrace v0.4.2 |
1064 | 2024-12-21T04:44:36.027Z | Downloaded debug-ignore v1.0.5 |
1065 | 2024-12-21T04:44:36.027Z | Downloaded zone v0.1.8 |
1066 | 2024-12-21T04:44:36.027Z | Downloaded xz2 v0.1.7 |
1067 | 2024-12-21T04:44:36.029Z | Downloaded xattr v1.3.1 |
1068 | 2024-12-21T04:44:36.029Z | Downloaded rustls-pemfile v2.2.0 |
1069 | 2024-12-21T04:44:36.032Z | Downloaded tokio-native-tls v0.3.1 |
1070 | 2024-12-21T04:44:36.034Z | Downloaded tokio-macros v2.4.0 |
1071 | 2024-12-21T04:44:36.036Z | Downloaded icu_normalizer v1.5.0 |
1072 | 2024-12-21T04:44:36.061Z | Downloaded blake2 v0.10.6 |
1073 | 2024-12-21T04:44:36.061Z | Downloaded spin v0.5.2 |
1074 | 2024-12-21T04:44:36.061Z | Downloaded crossbeam-deque v0.8.5 |
1075 | 2024-12-21T04:44:36.061Z | Downloaded termcolor v1.4.1 |
1076 | 2024-12-21T04:44:36.061Z | Downloaded slab v0.4.9 |
1077 | 2024-12-21T04:44:36.061Z | Downloaded siphasher v0.3.11 |
1078 | 2024-12-21T04:44:36.061Z | Downloaded const-oid v0.9.6 |
1079 | 2024-12-21T04:44:36.061Z | Downloaded foreign-types-shared v0.1.1 |
1080 | 2024-12-21T04:44:36.074Z | Downloaded mime_guess v2.0.5 |
1081 | 2024-12-21T04:44:36.077Z | Downloaded lock_api v0.4.12 |
1082 | 2024-12-21T04:44:36.079Z | Downloaded keccak v0.1.5 |
1083 | 2024-12-21T04:44:36.080Z | Downloaded scopeguard v1.2.0 |
1084 | 2024-12-21T04:44:36.082Z | Downloaded bit-vec v0.6.3 |
1085 | 2024-12-21T04:44:36.084Z | Downloaded backoff v0.4.0 |
1086 | 2024-12-21T04:44:36.086Z | Downloaded allocator-api2 v0.2.18 |
1087 | 2024-12-21T04:44:36.089Z | Downloaded iana-time-zone v0.1.61 |
1088 | 2024-12-21T04:44:36.091Z | Downloaded libloading v0.8.5 |
1089 | 2024-12-21T04:44:36.094Z | Downloaded ciborium v0.2.2 |
1090 | 2024-12-21T04:44:36.097Z | Downloaded hyper-staticfile v0.10.1 |
1091 | 2024-12-21T04:44:36.100Z | Downloaded hyper-rustls v0.27.3 |
1092 | 2024-12-21T04:44:36.103Z | Downloaded cookie_store v0.21.0 |
1093 | 2024-12-21T04:44:36.108Z | Downloaded colored v2.1.0 |
1094 | 2024-12-21T04:44:36.111Z | Downloaded bzip2 v0.4.4 |
1095 | 2024-12-21T04:44:36.111Z | Downloaded highway v1.2.0 |
1096 | 2024-12-21T04:44:36.120Z | Downloaded cobs v0.2.3 |
1097 | 2024-12-21T04:44:36.123Z | Downloaded bcs v0.1.6 |
1098 | 2024-12-21T04:44:36.123Z | Downloaded base16ct v0.2.0 |
1099 | 2024-12-21T04:44:36.123Z | Downloaded internet-checksum v0.2.1 |
1100 | 2024-12-21T04:44:36.123Z | Downloaded linked-hash-map v0.5.6 |
1101 | 2024-12-21T04:44:36.123Z | Downloaded lalrpop-util v0.19.12 |
1102 | 2024-12-21T04:44:36.126Z | Downloaded idna_adapter v1.2.0 |
1103 | 2024-12-21T04:44:36.126Z | Downloaded addr2line v0.24.2 |
1104 | 2024-12-21T04:44:36.134Z | Downloaded linear-map v1.2.0 |
1105 | 2024-12-21T04:44:36.134Z | Downloaded async-trait v0.1.83 |
1106 | 2024-12-21T04:44:36.137Z | Downloaded async-bb8-diesel v0.2.1 |
1107 | 2024-12-21T04:44:36.140Z | Downloaded arrayvec v0.7.6 |
1108 | 2024-12-21T04:44:36.142Z | Downloaded argon2 v0.5.3 |
1109 | 2024-12-21T04:44:36.142Z | Downloaded instability v0.3.2 |
1110 | 2024-12-21T04:44:36.145Z | Downloaded cbc v0.1.2 |
1111 | 2024-12-21T04:44:36.148Z | Downloaded lazycell v1.3.0 |
1112 | 2024-12-21T04:44:36.148Z | Downloaded is-terminal v0.4.13 |
1113 | 2024-12-21T04:44:36.151Z | Downloaded indent_write v2.2.0 |
1114 | 2024-12-21T04:44:36.151Z | Downloaded impl-trait-for-tuples v0.2.2 |
1115 | 2024-12-21T04:44:36.153Z | Downloaded curve25519-dalek-derive v0.1.1 |
1116 | 2024-12-21T04:44:36.159Z | Downloaded bitfield v0.14.0 |
1117 | 2024-12-21T04:44:36.161Z | Downloaded kstat-rs v0.2.4 |
1118 | 2024-12-21T04:44:36.161Z | Downloaded bit-set v0.5.3 |
1119 | 2024-12-21T04:44:36.161Z | Downloaded hostname v0.3.1 |
1120 | 2024-12-21T04:44:36.164Z | Downloaded ciborium-ll v0.2.2 |
1121 | 2024-12-21T04:44:36.164Z | Downloaded blowfish v0.9.1 |
1122 | 2024-12-21T04:44:36.166Z | Downloaded cexpr v0.6.0 |
1123 | 2024-12-21T04:44:36.166Z | Downloaded bitfield-struct v0.6.2 |
1124 | 2024-12-21T04:44:36.168Z | Downloaded home v0.5.9 |
1125 | 2024-12-21T04:44:36.168Z | Downloaded chrono-tz-build v0.4.0 |
1126 | 2024-12-21T04:44:36.168Z | Downloaded cfg_aliases v0.2.1 |
1127 | 2024-12-21T04:44:36.170Z | Downloaded buf-list v1.0.3 |
1128 | 2024-12-21T04:44:36.173Z | Downloaded block-padding v0.3.3 |
1129 | 2024-12-21T04:44:36.173Z | Downloaded bb8 v0.8.5 |
1130 | 2024-12-21T04:44:36.175Z | Downloaded array-init v0.0.4 |
1131 | 2024-12-21T04:44:36.175Z | Downloaded atomic-waker v1.1.2 |
1132 | 2024-12-21T04:44:36.178Z | Downloaded assert_matches v1.5.0 |
1133 | 2024-12-21T04:44:36.178Z | Downloaded ascii-canvas v3.0.0 |
1134 | 2024-12-21T04:44:36.244Z | Downloaded libsqlite3-sys v0.30.1 |
1135 | 2024-12-21T04:44:36.388Z | Downloaded ring v0.17.8 |
1136 | 2024-12-21T04:44:36.537Z | Downloaded ring v0.16.20 |
1137 | 2024-12-21T04:44:36.775Z | Downloaded aws-lc-sys v0.22.0 |
1138 | 2024-12-21T04:44:37.069Z | Compiling serde v1.0.215 |
1139 | 2024-12-21T04:44:37.072Z | Compiling lock_api v0.4.12 |
1140 | 2024-12-21T04:44:37.072Z | Compiling scopeguard v1.2.0 |
1141 | 2024-12-21T04:44:37.072Z | Compiling value-bag v1.9.0 |
1142 | 2024-12-21T04:44:37.072Z | Compiling typenum v1.17.0 |
1143 | 2024-12-21T04:44:37.072Z | Compiling generic-array v0.14.7 |
1144 | 2024-12-21T04:44:37.243Z | Compiling syn v2.0.87 |
1145 | 2024-12-21T04:44:37.252Z | Compiling getrandom v0.2.15 |
1146 | 2024-12-21T04:44:37.353Z | Compiling subtle v2.6.1 |
1147 | 2024-12-21T04:44:37.590Z | Compiling rand_core v0.6.4 |
1148 | 2024-12-21T04:44:37.690Z | Compiling log v0.4.22 |
1149 | 2024-12-21T04:44:37.784Z | Compiling shlex v1.3.0 |
1150 | 2024-12-21T04:44:37.806Z | Compiling jobserver v0.1.32 |
1151 | 2024-12-21T04:44:37.855Z | Compiling smallvec v1.13.2 |
1152 | 2024-12-21T04:44:38.118Z | Compiling const-oid v0.9.6 |
1153 | 2024-12-21T04:44:38.139Z | Compiling spin v0.9.8 |
1154 | 2024-12-21T04:44:38.223Z | Compiling cc v1.1.30 |
1155 | 2024-12-21T04:44:38.272Z | Compiling pin-project-lite v0.2.14 |
1156 | 2024-12-21T04:44:38.404Z | Compiling rustix v0.38.37 |
1157 | 2024-12-21T04:44:38.551Z | Compiling parking_lot_core v0.9.10 |
1158 | 2024-12-21T04:44:38.626Z | Compiling futures-core v0.3.31 |
1159 | 2024-12-21T04:44:38.780Z | Compiling signal-hook-registry v1.4.2 |
1160 | 2024-12-21T04:44:38.863Z | Compiling mio v1.0.2 |
1161 | 2024-12-21T04:44:39.345Z | Compiling aho-corasick v1.1.3 |
1162 | 2024-12-21T04:44:39.563Z | Compiling parking_lot v0.12.3 |
1163 | 2024-12-21T04:44:39.685Z | Compiling cpufeatures v0.2.14 |
1164 | 2024-12-21T04:44:39.804Z | Compiling regex-syntax v0.8.5 |
1165 | 2024-12-21T04:44:39.944Z | Compiling either v1.13.0 |
1166 | 2024-12-21T04:44:40.090Z | Compiling lazy_static v1.5.0 |
1167 | 2024-12-21T04:44:40.159Z | Compiling glob v0.3.1 |
1168 | 2024-12-21T04:44:40.217Z | Compiling futures-sink v0.3.31 |
1169 | 2024-12-21T04:44:40.346Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-12-21T04:44:40.371Z | Compiling socket2 v0.5.7 |
1171 | 2024-12-21T04:44:40.446Z | Compiling slab v0.4.9 |
1172 | 2024-12-21T04:44:40.464Z | Compiling prettyplease v0.2.25 |
1173 | 2024-12-21T04:44:40.799Z | Compiling serde_json v1.0.133 |
1174 | 2024-12-21T04:44:40.881Z | Compiling minimal-lexical v0.2.1 |
1175 | 2024-12-21T04:44:41.181Z | Compiling clang-sys v1.8.1 |
1176 | 2024-12-21T04:44:41.431Z | Compiling nom v7.1.3 |
1177 | 2024-12-21T04:44:41.456Z | Compiling libloading v0.8.5 |
1178 | 2024-12-21T04:44:41.501Z | Compiling home v0.5.9 |
1179 | 2024-12-21T04:44:41.769Z | Compiling bindgen v0.69.5 |
1180 | 2024-12-21T04:44:41.919Z | Compiling futures-channel v0.3.31 |
1181 | 2024-12-21T04:44:42.341Z | Compiling itertools v0.12.1 |
1182 | 2024-12-21T04:44:42.578Z | Compiling foldhash v0.1.3 |
1183 | 2024-12-21T04:44:42.607Z | Compiling rustc-hash v1.1.0 |
1184 | 2024-12-21T04:44:42.752Z | Compiling futures-io v0.3.31 |
1185 | 2024-12-21T04:44:42.863Z | Compiling allocator-api2 v0.2.18 |
1186 | 2024-12-21T04:44:43.089Z | Compiling pin-utils v0.1.0 |
1187 | 2024-12-21T04:44:43.189Z | Compiling lazycell v1.3.0 |
1188 | 2024-12-21T04:44:43.347Z | Compiling libm v0.2.8 |
1189 | 2024-12-21T04:44:43.665Z | Compiling regex-automata v0.4.8 |
1190 | 2024-12-21T04:44:43.712Z | Compiling futures-task v0.3.31 |
1191 | 2024-12-21T04:44:44.024Z | Compiling hashbrown v0.15.1 |
1192 | 2024-12-21T04:44:45.010Z | Compiling synstructure v0.13.1 |
1193 | 2024-12-21T04:44:45.342Z | Compiling cexpr v0.6.0 |
1194 | 2024-12-21T04:44:45.477Z | Compiling cmake v0.1.51 |
1195 | 2024-12-21T04:44:46.554Z | Compiling num-traits v0.2.19 |
1196 | 2024-12-21T04:44:46.666Z | Compiling tinyvec_macros v0.1.1 |
1197 | 2024-12-21T04:44:46.711Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-21T04:44:46.757Z | Compiling fs_extra v1.3.0 |
1199 | 2024-12-21T04:44:46.821Z | Compiling dunce v1.0.5 |
1200 | 2024-12-21T04:44:47.119Z | Compiling tinyvec v1.8.0 |
1201 | 2024-12-21T04:44:47.328Z | Compiling ring v0.17.8 |
1202 | 2024-12-21T04:44:48.313Z | Compiling base64ct v1.6.0 |
1203 | 2024-12-21T04:44:48.464Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-12-21T04:44:48.550Z | Compiling writeable v0.5.5 |
1205 | 2024-12-21T04:44:48.639Z | Compiling unicode-normalization v0.1.24 |
1206 | 2024-12-21T04:44:48.924Z | Compiling paste v1.0.15 |
1207 | 2024-12-21T04:44:49.126Z | Compiling regex v1.11.1 |
1208 | 2024-12-21T04:44:49.445Z | Compiling litemap v0.7.3 |
1209 | 2024-12-21T04:44:49.823Z | Compiling pem-rfc7468 v0.7.0 |
1210 | 2024-12-21T04:44:49.905Z | Compiling httparse v1.9.5 |
1211 | 2024-12-21T04:44:50.231Z | Compiling aws-lc-rs v1.10.0 |
1212 | 2024-12-21T04:44:50.249Z | Compiling flagset v0.4.6 |
1213 | 2024-12-21T04:44:50.537Z | Compiling tracing-core v0.1.32 |
1214 | 2024-12-21T04:44:50.658Z | Compiling percent-encoding v2.3.1 |
1215 | 2024-12-21T04:44:50.698Z | Compiling crossbeam-utils v0.8.20 |
1216 | 2024-12-21T04:44:50.997Z | Compiling rustls-pki-types v1.10.0 |
1217 | 2024-12-21T04:44:51.274Z | Compiling icu_locid_transform_data v1.5.0 |
1218 | 2024-12-21T04:44:51.649Z | Compiling powerfmt v0.2.0 |
1219 | 2024-12-21T04:44:51.878Z | Compiling serde_derive v1.0.215 |
1220 | 2024-12-21T04:44:51.970Z | Compiling zeroize_derive v1.4.2 |
1221 | 2024-12-21T04:44:52.019Z | Compiling zerocopy-derive v0.7.35 |
1222 | 2024-12-21T04:44:52.106Z | Compiling tokio-macros v2.4.0 |
1223 | 2024-12-21T04:44:52.126Z | Compiling zerofrom-derive v0.1.4 |
1224 | 2024-12-21T04:44:53.518Z | Compiling zeroize v1.8.1 |
1225 | 2024-12-21T04:44:53.725Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-12-21T04:44:54.002Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-12-21T04:44:54.339Z | Compiling zerocopy v0.7.35 |
1228 | 2024-12-21T04:44:55.266Z | Compiling crypto-common v0.1.6 |
1229 | 2024-12-21T04:44:55.494Z | Compiling block-buffer v0.10.4 |
1230 | 2024-12-21T04:44:55.761Z | Compiling digest v0.10.7 |
1231 | 2024-12-21T04:44:55.779Z | Compiling futures-macro v0.3.31 |
1232 | 2024-12-21T04:44:55.946Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-12-21T04:44:56.287Z | Compiling hmac v0.12.1 |
1234 | 2024-12-21T04:44:56.307Z | Compiling zerofrom v0.1.4 |
1235 | 2024-12-21T04:44:56.328Z | Compiling block-padding v0.3.3 |
1236 | 2024-12-21T04:44:56.520Z | Compiling displaydoc v0.2.5 |
1237 | 2024-12-21T04:44:56.547Z | Compiling sha2 v0.10.8 |
1238 | 2024-12-21T04:44:56.581Z | Compiling inout v0.1.3 |
1239 | 2024-12-21T04:44:56.661Z | Compiling yoke v0.7.4 |
1240 | 2024-12-21T04:44:56.867Z | Compiling cipher v0.4.4 |
1241 | 2024-12-21T04:44:57.023Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-12-21T04:44:57.412Z | Compiling der_derive v0.7.3 |
1243 | 2024-12-21T04:44:57.415Z | Compiling thiserror v1.0.69 |
1244 | 2024-12-21T04:44:57.552Z | Compiling icu_provider_macros v1.5.0 |
1245 | 2024-12-21T04:44:57.720Z | Compiling futures-util v0.3.31 |
1246 | 2024-12-21T04:44:57.878Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-12-21T04:44:58.266Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-12-21T04:44:58.737Z | Compiling rand v0.8.5 |
1249 | 2024-12-21T04:44:58.774Z | Compiling zerovec v0.10.4 |
1250 | 2024-12-21T04:44:59.902Z | Compiling der v0.7.9 |
1251 | 2024-12-21T04:45:00.068Z | Compiling pest v2.7.14 |
1252 | 2024-12-21T04:45:00.158Z | Compiling salsa20 v0.10.2 |
1253 | 2024-12-21T04:45:00.404Z | Compiling pbkdf2 v0.12.2 |
1254 | 2024-12-21T04:45:00.566Z | Compiling untrusted v0.9.0 |
1255 | 2024-12-21T04:45:00.731Z | Compiling tinystr v0.7.6 |
1256 | 2024-12-21T04:45:00.868Z | Compiling icu_collections v1.5.0 |
1257 | 2024-12-21T04:45:01.036Z | Compiling untrusted v0.7.1 |
1258 | 2024-12-21T04:45:01.253Z | Compiling icu_locid v1.5.0 |
1259 | 2024-12-21T04:45:01.272Z | Compiling icu_properties_data v1.5.0 |
1260 | 2024-12-21T04:45:01.556Z | Compiling num-conv v0.1.0 |
1261 | 2024-12-21T04:45:01.841Z | Compiling vcpkg v0.2.15 |
1262 | 2024-12-21T04:45:02.198Z | Compiling tracing v0.1.40 |
1263 | 2024-12-21T04:45:02.409Z | Compiling spki v0.7.3 |
1264 | 2024-12-21T04:45:02.712Z | Compiling icu_provider v1.5.0 |
1265 | 2024-12-21T04:45:02.785Z | Compiling time-core v0.1.2 |
1266 | 2024-12-21T04:45:02.963Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-21T04:45:03.158Z | Compiling time-macros v0.2.18 |
1268 | 2024-12-21T04:45:03.208Z | Compiling pest_meta v2.7.14 |
1269 | 2024-12-21T04:45:03.700Z | Compiling icu_locid_transform v1.5.0 |
1270 | 2024-12-21T04:45:03.802Z | Compiling scrypt v0.11.0 |
1271 | 2024-12-21T04:45:04.016Z | Compiling openssl-sys v0.9.103 |
1272 | 2024-12-21T04:45:04.088Z | Compiling cbc v0.1.2 |
1273 | 2024-12-21T04:45:04.334Z | Compiling aes v0.8.4 |
1274 | 2024-12-21T04:45:04.408Z | Compiling deranged v0.3.11 |
1275 | 2024-12-21T04:45:05.129Z | Compiling icu_properties v1.5.1 |
1276 | 2024-12-21T04:45:05.985Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-21T04:45:06.429Z | Compiling bytes v1.8.0 |
1278 | 2024-12-21T04:45:06.485Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-21T04:45:07.088Z | Compiling semver v1.0.23 |
1280 | 2024-12-21T04:45:07.209Z | Compiling scroll_derive v0.12.0 |
1281 | 2024-12-21T04:45:07.714Z | Compiling tokio v1.40.0 |
1282 | 2024-12-21T04:45:07.838Z | Compiling http v1.1.0 |
1283 | 2024-12-21T04:45:07.997Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-21T04:45:08.692Z | Compiling utf8_iter v1.0.4 |
1285 | 2024-12-21T04:45:08.765Z | Compiling num_threads v0.1.7 |
1286 | 2024-12-21T04:45:08.894Z | Compiling icu_normalizer_data v1.5.0 |
1287 | 2024-12-21T04:45:08.922Z | Compiling utf16_iter v1.0.5 |
1288 | 2024-12-21T04:45:08.994Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-21T04:45:09.113Z | Compiling write16 v1.0.0 |
1290 | 2024-12-21T04:45:09.181Z | Compiling time v0.3.36 |
1291 | 2024-12-21T04:45:09.243Z | Compiling icu_normalizer v1.5.0 |
1292 | 2024-12-21T04:45:09.521Z | Compiling http-body v1.0.1 |
1293 | 2024-12-21T04:45:09.697Z | Compiling scroll v0.12.0 |
1294 | 2024-12-21T04:45:09.762Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-12-21T04:45:10.149Z | Compiling pest_generator v2.7.14 |
1296 | 2024-12-21T04:45:10.265Z | Compiling form_urlencoded v1.2.1 |
1297 | 2024-12-21T04:45:10.305Z | Compiling slog v2.7.0 |
1298 | 2024-12-21T04:45:10.587Z | Compiling which v4.4.2 |
1299 | 2024-12-21T04:45:10.824Z | Compiling try-lock v0.2.5 |
1300 | 2024-12-21T04:45:11.008Z | Compiling goblin v0.8.2 |
1301 | 2024-12-21T04:45:11.239Z | Compiling want v0.3.1 |
1302 | 2024-12-21T04:45:11.320Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-12-21T04:45:11.536Z | Compiling idna_adapter v1.2.0 |
1304 | 2024-12-21T04:45:11.757Z | Compiling uuid v1.11.0 |
1305 | 2024-12-21T04:45:11.946Z | Compiling iana-time-zone v0.1.61 |
1306 | 2024-12-21T04:45:12.036Z | Compiling httpdate v1.0.3 |
1307 | 2024-12-21T04:45:12.186Z | Compiling pest_derive v2.7.14 |
1308 | 2024-12-21T04:45:12.420Z | Compiling chrono v0.4.38 |
1309 | 2024-12-21T04:45:12.509Z | Compiling idna v1.0.3 |
1310 | 2024-12-21T04:45:13.003Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-21T04:45:13.948Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-12-21T04:45:14.183Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-21T04:45:14.363Z | Compiling serde_tokenstream v0.2.2 |
1314 | 2024-12-21T04:45:14.478Z | Compiling foreign-types-shared v0.1.1 |
1315 | 2024-12-21T04:45:14.585Z | Compiling match_cfg v0.1.0 |
1316 | 2024-12-21T04:45:14.681Z | Compiling openssl v0.10.66 |
1317 | 2024-12-21T04:45:14.700Z | Compiling rustversion v1.0.17 |
1318 | 2024-12-21T04:45:14.975Z | Compiling base64 v0.22.1 |
1319 | 2024-12-21T04:45:15.091Z | Compiling tower-service v0.3.3 |
1320 | 2024-12-21T04:45:15.190Z | Compiling adler2 v2.0.0 |
1321 | 2024-12-21T04:45:15.251Z | Compiling hostname v0.3.1 |
1322 | 2024-12-21T04:45:15.390Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-12-21T04:45:15.483Z | Compiling foreign-types v0.3.2 |
1324 | 2024-12-21T04:45:15.502Z | Compiling url v2.5.3 |
1325 | 2024-12-21T04:45:15.705Z | Compiling openssl-macros v0.1.1 |
1326 | 2024-12-21T04:45:16.061Z | Compiling async-trait v0.1.83 |
1327 | 2024-12-21T04:45:16.467Z | Compiling tokio-util v0.7.12 |
1328 | 2024-12-21T04:45:16.943Z | Compiling dof v0.3.0 |
1329 | 2024-12-21T04:45:16.963Z | Compiling serde_derive_internals v0.29.1 |
1330 | 2024-12-21T04:45:17.539Z | Compiling h2 v0.4.6 |
1331 | 2024-12-21T04:45:17.948Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-12-21T04:45:18.885Z | Compiling dirs-sys-next v0.1.2 |
1333 | 2024-12-21T04:45:19.495Z | Compiling syn v1.0.109 |
1334 | 2024-12-21T04:45:19.504Z | Compiling native-tls v0.2.12 |
1335 | 2024-12-21T04:45:19.557Z | Compiling siphasher v0.3.11 |
1336 | 2024-12-21T04:45:19.740Z | Compiling rustls v0.22.4 |
1337 | 2024-12-21T04:45:19.767Z | Compiling schemars v0.8.21 |
1338 | 2024-12-21T04:45:19.839Z | Compiling rustls v0.23.19 |
1339 | 2024-12-21T04:45:19.925Z | Compiling data-encoding v2.6.0 |
1340 | 2024-12-21T04:45:20.059Z | Compiling schemars_derive v0.8.21 |
1341 | 2024-12-21T04:45:20.119Z | Compiling dirs-next v2.0.0 |
1342 | 2024-12-21T04:45:21.471Z | Compiling http-body-util v0.1.2 |
1343 | 2024-12-21T04:45:21.796Z | Compiling crossbeam-epoch v0.9.18 |
1344 | 2024-12-21T04:45:22.000Z | Compiling heapless v0.7.17 |
1345 | 2024-12-21T04:45:22.370Z | Compiling sha1 v0.10.6 |
1346 | 2024-12-21T04:45:22.433Z | Compiling signature v2.2.0 |
1347 | 2024-12-21T04:45:22.552Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-12-21T04:45:22.718Z | Compiling thread_local v1.1.8 |
1349 | 2024-12-21T04:45:22.813Z | Compiling multer v3.1.0 |
1350 | 2024-12-21T04:45:23.048Z | Compiling cookie v0.18.1 |
1351 | 2024-12-21T04:45:23.089Z | Compiling encoding_rs v0.8.34 |
1352 | 2024-12-21T04:45:23.235Z | Compiling mime v0.3.17 |
1353 | 2024-12-21T04:45:23.317Z | Compiling signal-hook v0.3.17 |
1354 | 2024-12-21T04:45:23.512Z | Compiling ipnet v2.10.1 |
1355 | 2024-12-21T04:45:23.587Z | Compiling dyn-clone v1.0.17 |
1356 | 2024-12-21T04:45:23.627Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-12-21T04:45:23.784Z | Compiling slog-async v2.8.0 |
1358 | 2024-12-21T04:45:23.866Z | Compiling gimli v0.31.1 |
1359 | 2024-12-21T04:45:24.042Z | Compiling rayon-core v1.12.1 |
1360 | 2024-12-21T04:45:24.287Z | Compiling openssl-probe v0.1.5 |
1361 | 2024-12-21T04:45:24.342Z | Compiling hyper v1.5.0 |
1362 | 2024-12-21T04:45:24.701Z | Compiling stringprep v0.1.5 |
1363 | 2024-12-21T04:45:26.080Z | Compiling toml_edit v0.22.22 |
1364 | 2024-12-21T04:45:27.535Z | Compiling hyper-util v0.1.10 |
1365 | 2024-12-21T04:45:28.574Z | Compiling addr2line v0.24.2 |
1366 | 2024-12-21T04:45:28.825Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2024-12-21T04:45:28.952Z | Compiling usdt-attr-macro v0.5.0 |
1368 | 2024-12-21T04:45:29.101Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-12-21T04:45:29.134Z | Compiling term v0.7.0 |
1370 | 2024-12-21T04:45:30.274Z | Compiling slog-json v2.6.1 |
1371 | 2024-12-21T04:45:30.456Z | Compiling serde_urlencoded v0.7.1 |
1372 | 2024-12-21T04:45:30.493Z | Compiling crossbeam-channel v0.5.13 |
1373 | 2024-12-21T04:45:30.572Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-12-21T04:45:30.599Z | Compiling futures-executor v0.3.31 |
1375 | 2024-12-21T04:45:30.650Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-12-21T04:45:30.987Z | Compiling md-5 v0.10.6 |
1377 | 2024-12-21T04:45:31.168Z | Compiling async-stream-impl v0.3.6 |
1378 | 2024-12-21T04:45:31.223Z | Compiling rustls-pemfile v2.2.0 |
1379 | 2024-12-21T04:45:31.273Z | Compiling num-integer v0.1.46 |
1380 | 2024-12-21T04:45:31.572Z | Compiling idna v0.3.0 |
1381 | 2024-12-21T04:45:31.591Z | Compiling idna v0.4.0 |
1382 | 2024-12-21T04:45:31.806Z | Compiling hash32 v0.2.1 |
1383 | 2024-12-21T04:45:32.081Z | Compiling ff v0.13.0 |
1384 | 2024-12-21T04:45:32.189Z | Compiling is-terminal v0.4.13 |
1385 | 2024-12-21T04:45:32.316Z | Compiling dropshot v0.12.0 |
1386 | 2024-12-21T04:45:32.316Z | Compiling object v0.36.5 |
1387 | 2024-12-21T04:45:32.515Z | Compiling fallible-iterator v0.2.0 |
1388 | 2024-12-21T04:45:32.607Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-12-21T04:45:33.188Z | Compiling portable-atomic v1.9.0 |
1390 | 2024-12-21T04:45:33.237Z | Compiling quick-error v1.2.3 |
1391 | 2024-12-21T04:45:33.297Z | Compiling take_mut v0.2.2 |
1392 | 2024-12-21T04:45:33.377Z | Compiling utf-8 v0.7.6 |
1393 | 2024-12-21T04:45:33.445Z | Compiling smoltcp v0.9.1 |
1394 | 2024-12-21T04:45:33.603Z | Compiling num-bigint-dig v0.8.4 |
1395 | 2024-12-21T04:45:33.701Z | Compiling anyhow v1.0.93 |
1396 | 2024-12-21T04:45:33.877Z | Compiling linked-hash-map v0.5.6 |
1397 | 2024-12-21T04:45:34.180Z | Compiling psl-types v2.0.11 |
1398 | 2024-12-21T04:45:34.241Z | Compiling base16ct v0.2.0 |
1399 | 2024-12-21T04:45:34.330Z | Compiling lru-cache v0.1.2 |
1400 | 2024-12-21T04:45:34.361Z | Compiling publicsuffix v2.2.3 |
1401 | 2024-12-21T04:45:34.507Z | Compiling sec1 v0.7.3 |
1402 | 2024-12-21T04:45:34.575Z | Compiling tungstenite v0.24.0 |
1403 | 2024-12-21T04:45:34.617Z | Compiling resolv-conf v0.7.0 |
1404 | 2024-12-21T04:45:34.640Z | Compiling postgres-protocol v0.6.7 |
1405 | 2024-12-21T04:45:35.143Z | Compiling async-stream v0.3.6 |
1406 | 2024-12-21T04:45:35.406Z | Compiling hickory-proto v0.24.1 |
1407 | 2024-12-21T04:45:35.468Z | Compiling usdt v0.5.0 |
1408 | 2024-12-21T04:45:35.843Z | Compiling slog-term v2.9.1 |
1409 | 2024-12-21T04:45:35.975Z | Compiling group v0.13.0 |
1410 | 2024-12-21T04:45:36.339Z | Compiling num-iter v0.1.45 |
1411 | 2024-12-21T04:45:36.645Z | Compiling futures v0.3.31 |
1412 | 2024-12-21T04:45:36.764Z | Compiling slog-bunyan v2.5.0 |
1413 | 2024-12-21T04:45:37.014Z | Compiling toml v0.8.19 |
1414 | 2024-12-21T04:45:37.285Z | Compiling camino v1.1.9 |
1415 | 2024-12-21T04:45:38.215Z | Compiling tokio-native-tls v0.3.1 |
1416 | 2024-12-21T04:45:38.801Z | Compiling phf_shared v0.11.2 |
1417 | 2024-12-21T04:45:38.925Z | Compiling dropshot_endpoint v0.12.0 |
1418 | 2024-12-21T04:45:39.180Z | Compiling terminal_size v0.4.0 |
1419 | 2024-12-21T04:45:39.386Z | Compiling waitgroup v0.1.2 |
1420 | 2024-12-21T04:45:39.440Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-12-21T04:45:39.501Z | Compiling backtrace v0.3.74 |
1422 | 2024-12-21T04:45:39.614Z | Compiling serde_path_to_error v0.1.16 |
1423 | 2024-12-21T04:45:40.244Z | Compiling hkdf v0.12.4 |
1424 | 2024-12-21T04:45:40.480Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-12-21T04:45:40.511Z | Compiling zerocopy-derive v0.6.6 |
1426 | 2024-12-21T04:45:42.833Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-12-21T04:45:43.183Z | Compiling webpki-roots v0.26.6 |
1428 | 2024-12-21T04:45:43.396Z | Compiling idna v0.5.0 |
1429 | 2024-12-21T04:45:43.606Z | Compiling hostname v0.4.0 |
1430 | 2024-12-21T04:45:43.643Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-12-21T04:45:43.872Z | Compiling crc32fast v1.4.2 |
1432 | 2024-12-21T04:45:43.906Z | Compiling fs-err v2.11.0 |
1433 | 2024-12-21T04:45:44.184Z | Compiling ahash v0.8.11 |
1434 | 2024-12-21T04:45:44.185Z | Compiling winnow v0.5.40 |
1435 | 2024-12-21T04:45:44.318Z | Compiling debug-ignore v1.0.5 |
1436 | 2024-12-21T04:45:44.454Z | Compiling managed v0.8.0 |
1437 | 2024-12-21T04:45:44.497Z | Compiling bitflags v1.3.2 |
1438 | 2024-12-21T04:45:44.519Z | Compiling newtype-uuid v1.1.3 |
1439 | 2024-12-21T04:45:44.608Z | Compiling clap_builder v4.5.21 |
1440 | 2024-12-21T04:45:44.809Z | Compiling console v0.15.8 |
1441 | 2024-12-21T04:45:45.103Z | Compiling strum_macros v0.25.3 |
1442 | 2024-12-21T04:45:46.035Z | Compiling hubpack v0.1.2 |
1443 | 2024-12-21T04:45:46.559Z | Compiling cookie_store v0.21.0 |
1444 | 2024-12-21T04:45:46.821Z | Compiling flate2 v1.0.34 |
1445 | 2024-12-21T04:45:47.108Z | Compiling elliptic-curve v0.13.8 |
1446 | 2024-12-21T04:45:47.757Z | Compiling toml_edit v0.19.15 |
1447 | 2024-12-21T04:45:47.957Z | Compiling zerocopy v0.6.6 |
1448 | 2024-12-21T04:45:48.034Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-12-21T04:45:48.824Z | Compiling phf v0.11.2 |
1450 | 2024-12-21T04:45:49.026Z | Compiling signal-hook-mio v0.2.4 |
1451 | 2024-12-21T04:45:49.122Z | Compiling hyper-tls v0.6.0 |
1452 | 2024-12-21T04:45:49.186Z | Compiling rayon v1.10.0 |
1453 | 2024-12-21T04:45:49.436Z | Compiling bzip2 v0.4.4 |
1454 | 2024-12-21T04:45:49.836Z | Compiling tokio-tungstenite v0.24.0 |
1455 | 2024-12-21T04:45:50.355Z | Compiling postgres-types v0.2.8 |
1456 | 2024-12-21T04:45:53.269Z | Compiling ed25519 v2.2.3 |
1457 | 2024-12-21T04:45:54.057Z | Compiling phf_shared v0.10.0 |
1458 | 2024-12-21T04:45:54.084Z | Compiling tokio-stream v0.1.16 |
1459 | 2024-12-21T04:45:54.441Z | Compiling pkcs1 v0.7.5 |
1460 | 2024-12-21T04:45:54.677Z | Compiling serde-big-array v0.5.1 |
1461 | 2024-12-21T04:45:54.797Z | Compiling clap_derive v4.5.18 |
1462 | 2024-12-21T04:45:54.895Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-12-21T04:45:55.079Z | Compiling serde_repr v0.1.19 |
1464 | 2024-12-21T04:45:55.149Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-21T04:45:55.168Z | Compiling float-cmp v0.9.0 |
1466 | 2024-12-21T04:45:55.395Z | Compiling bstr v1.10.0 |
1467 | 2024-12-21T04:45:55.442Z | Compiling sync_wrapper v1.0.1 |
1468 | 2024-12-21T04:45:55.597Z | Compiling predicates-core v1.0.8 |
1469 | 2024-12-21T04:45:55.870Z | Compiling difflib v0.4.0 |
1470 | 2024-12-21T04:45:55.957Z | Compiling precomputed-hash v0.1.1 |
1471 | 2024-12-21T04:45:56.090Z | Compiling whoami v1.5.2 |
1472 | 2024-12-21T04:45:56.317Z | Compiling unicode-segmentation v1.12.0 |
1473 | 2024-12-21T04:45:56.727Z | Compiling new_debug_unreachable v1.0.6 |
1474 | 2024-12-21T04:45:56.821Z | Compiling fixedbitset v0.4.2 |
1475 | 2024-12-21T04:45:57.193Z | Compiling static_assertions v1.1.0 |
1476 | 2024-12-21T04:45:57.215Z | Compiling number_prefix v0.4.0 |
1477 | 2024-12-21T04:45:57.291Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2024-12-21T04:45:57.294Z | Compiling bit-vec v0.6.3 |
1479 | 2024-12-21T04:45:57.424Z | Compiling unicode-width v0.2.0 |
1480 | 2024-12-21T04:45:57.444Z | Compiling predicates v3.1.2 |
1481 | 2024-12-21T04:45:57.550Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1482 | 2024-12-21T04:45:57.741Z | Compiling bit-set v0.5.3 |
1483 | 2024-12-21T04:45:57.949Z | Compiling indicatif v0.17.9 |
1484 | 2024-12-21T04:45:58.037Z | Compiling petgraph v0.6.5 |
1485 | 2024-12-21T04:45:58.748Z | Compiling similar v2.6.0 |
1486 | 2024-12-21T04:45:59.198Z | Compiling string_cache v0.8.7 |
1487 | 2024-12-21T04:45:59.621Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-12-21T04:45:59.878Z | Compiling clap v4.5.21 |
1489 | 2024-12-21T04:46:00.009Z | Compiling ecdsa v0.16.9 |
1490 | 2024-12-21T04:46:00.236Z | Compiling rsa v0.9.6 |
1491 | 2024-12-21T04:46:00.879Z | Compiling ed25519-dalek v2.1.1 |
1492 | 2024-12-21T04:46:01.247Z | Compiling toml v0.7.8 |
1493 | 2024-12-21T04:46:02.230Z | Compiling zip v0.6.6 |
1494 | 2024-12-21T04:46:02.257Z | Compiling crossterm v0.28.1 |
1495 | 2024-12-21T04:46:03.968Z | Compiling hex v0.4.3 |
1496 | 2024-12-21T04:46:04.179Z | Compiling x509-cert v0.2.5 |
1497 | 2024-12-21T04:46:04.357Z | Compiling itertools v0.10.5 |
1498 | 2024-12-21T04:46:04.557Z | Compiling unicode-xid v0.2.6 |
1499 | 2024-12-21T04:46:04.589Z | Compiling peg-runtime v0.8.3 |
1500 | 2024-12-21T04:46:04.752Z | Compiling lalrpop-util v0.19.12 |
1501 | 2024-12-21T04:46:05.113Z | Compiling strum_macros v0.26.4 |
1502 | 2024-12-21T04:46:05.275Z | Compiling xattr v1.3.1 |
1503 | 2024-12-21T04:46:05.448Z | Compiling filetime v0.2.25 |
1504 | 2024-12-21T04:46:05.767Z | Compiling tar v0.4.42 |
1505 | 2024-12-21T04:46:10.158Z | Compiling strum v0.26.3 |
1506 | 2024-12-21T04:46:12.640Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-12-21T04:46:40.218Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-12-21T04:46:43.462Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-12-21T04:46:45.100Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-12-21T04:46:45.503Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-12-21T04:46:45.789Z | Compiling reqwest v0.12.9 |
1512 | 2024-12-21T04:46:47.108Z | Compiling qorb v0.2.1 |
1513 | 2024-12-21T04:46:51.808Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-12-21T04:46:52.033Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-12-21T04:46:57.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1516 | 2024-12-21T04:46:57.744Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.658 INFO Starting download, target: Cockroach |
1518 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.659 INFO Starting download, target: Clickhouse |
1519 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.659 INFO Starting download, target: Console |
1520 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.659 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.659 INFO Starting download, target: DendriteStub |
1522 | 2024-12-21T04:46:57.789Z | Dec 21 04:46:56.659 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.659 INFO Starting download, target: TransceiverControl |
1524 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.659 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1525 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.659 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.659 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1527 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.660 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1528 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.660 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1529 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.660 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-12-21T04:46:57.792Z | Dec 21 04:46:56.660 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-21T04:46:57.983Z | Dec 21 04:46:56.851 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-12-21T04:46:58.162Z | Dec 21 04:46:57.025 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-12-21T04:46:58.265Z | Dec 21 04:46:57.130 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-21T04:46:58.619Z | Dec 21 04:46:57.487 INFO Download complete, target: Console |
1535 | 2024-12-21T04:46:58.819Z | Dec 21 04:46:57.673 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1536 | 2024-12-21T04:46:58.854Z | Dec 21 04:46:57.675 INFO Download complete, target: TransceiverControl |
1537 | 2024-12-21T04:46:59.029Z | Dec 21 04:46:57.897 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-12-21T04:46:59.470Z | Dec 21 04:46:58.339 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1539 | 2024-12-21T04:46:59.470Z | Dec 21 04:46:58.339 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1540 | 2024-12-21T04:46:59.695Z | Dec 21 04:46:58.564 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-12-21T04:47:01.638Z | Dec 21 04:47:00.507 INFO Download complete, target: DendriteStub |
1542 | 2024-12-21T04:47:01.958Z | Dec 21 04:47:00.827 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-12-21T04:47:06.969Z | Dec 21 04:47:05.837 INFO Checking that binary works, target: Cockroach |
1544 | 2024-12-21T04:47:07.122Z | Dec 21 04:47:05.990 INFO Download complete, target: Cockroach |
1545 | 2024-12-21T04:47:12.438Z | Dec 21 04:47:11.305 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-12-21T04:47:12.596Z | Dec 21 04:47:11.464 INFO Download complete, target: Clickhouse |
1547 | 2024-12-21T04:47:12.608Z | All prerequisites installed successfully |
1548 | 2024-12-21T04:47:12.612Z | |
1549 | 2024-12-21T04:47:12.612Z | real 4:39.662425357 |
1550 | 2024-12-21T04:47:12.612Z | user 16:24.653653901 |
1551 | 2024-12-21T04:47:12.612Z | sys 3:12.635941258 |
1552 | 2024-12-21T04:47:12.612Z | trap 0.533134372 |
1553 | 2024-12-21T04:47:12.612Z | tflt 1.510343316 |
1554 | 2024-12-21T04:47:12.612Z | dflt 2.144217302 |
1555 | 2024-12-21T04:47:12.612Z | kflt 0.023312234 |
1556 | 2024-12-21T04:47:12.612Z | lock 28:53.169354998 |
1557 | 2024-12-21T04:47:12.612Z | slp 1:00:52.225013946 |
1558 | 2024-12-21T04:47:12.612Z | lat 57.699202883 |
1559 | 2024-12-21T04:47:12.612Z | stop 2:19.492676090 |
1560 | 2024-12-21T04:47:12.612Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-12-21T04:47:13.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1562 | 2024-12-21T04:47:13.142Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-12-21T04:47:13.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1564 | 2024-12-21T04:47:13.999Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-12-21T04:47:14.033Z | Dec 21 04:47:12.900 INFO Starting download, target: Softnpu |
1566 | 2024-12-21T04:47:14.035Z | Dec 21 04:47:12.900 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-12-21T04:47:14.583Z | Dec 21 04:47:13.449 INFO Download complete, target: Softnpu |
1568 | 2024-12-21T04:47:14.586Z | |
1569 | 2024-12-21T04:47:14.586Z | real 1.976439132 |
1570 | 2024-12-21T04:47:14.586Z | user 1.251219841 |
1571 | 2024-12-21T04:47:14.586Z | sys 0.513071736 |
1572 | 2024-12-21T04:47:14.586Z | trap 0.000951687 |
1573 | 2024-12-21T04:47:14.586Z | tflt 0.000031514 |
1574 | 2024-12-21T04:47:14.586Z | dflt 0.000116861 |
1575 | 2024-12-21T04:47:14.586Z | kflt 0.000000000 |
1576 | 2024-12-21T04:47:14.586Z | lock 5.650933515 |
1577 | 2024-12-21T04:47:14.586Z | slp 0.364082638 |
1578 | 2024-12-21T04:47:14.586Z | lat 0.069384561 |
1579 | 2024-12-21T04:47:14.586Z | stop 0.000154008 |
1580 | 2024-12-21T04:47:14.590Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-12-21T04:47:14.590Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-12-21T04:47:14.590Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1583 | 2024-12-21T04:47:15.504Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-12-21T04:47:15.504Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-12-21T04:47:15.505Z | Compiling libc v0.2.162 |
1586 | 2024-12-21T04:47:15.505Z | Compiling serde v1.0.215 |
1587 | 2024-12-21T04:47:15.505Z | Compiling autocfg v1.4.0 |
1588 | 2024-12-21T04:47:15.508Z | Compiling version_check v0.9.5 |
1589 | 2024-12-21T04:47:15.508Z | Compiling cfg-if v1.0.0 |
1590 | 2024-12-21T04:47:15.758Z | Compiling memchr v2.7.4 |
1591 | 2024-12-21T04:47:15.776Z | Compiling typenum v1.17.0 |
1592 | 2024-12-21T04:47:15.793Z | Compiling shlex v1.3.0 |
1593 | 2024-12-21T04:47:16.202Z | Compiling value-bag v1.9.0 |
1594 | 2024-12-21T04:47:16.247Z | Compiling scopeguard v1.2.0 |
1595 | 2024-12-21T04:47:16.354Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-21T04:47:16.573Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-21T04:47:16.622Z | Compiling log v0.4.22 |
1598 | 2024-12-21T04:47:16.760Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-12-21T04:47:17.145Z | Compiling serde_json v1.0.133 |
1600 | 2024-12-21T04:47:17.189Z | Compiling once_cell v1.20.2 |
1601 | 2024-12-21T04:47:17.438Z | Compiling quote v1.0.37 |
1602 | 2024-12-21T04:47:17.440Z | Compiling libm v0.2.8 |
1603 | 2024-12-21T04:47:17.440Z | Compiling rustix v0.38.37 |
1604 | 2024-12-21T04:47:17.581Z | Compiling num-traits v0.2.19 |
1605 | 2024-12-21T04:47:17.761Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-21T04:47:17.866Z | Compiling syn v2.0.87 |
1607 | 2024-12-21T04:47:17.896Z | Compiling getrandom v0.2.15 |
1608 | 2024-12-21T04:47:18.051Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-21T04:47:18.087Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-12-21T04:47:18.245Z | Compiling cc v1.1.30 |
1611 | 2024-12-21T04:47:18.316Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-21T04:47:18.336Z | Compiling either v1.13.0 |
1613 | 2024-12-21T04:47:18.517Z | Compiling itoa v1.0.11 |
1614 | 2024-12-21T04:47:18.549Z | Compiling spin v0.9.8 |
1615 | 2024-12-21T04:47:18.884Z | Compiling slab v0.4.9 |
1616 | 2024-12-21T04:47:18.962Z | Compiling byteorder v1.5.0 |
1617 | 2024-12-21T04:47:19.300Z | Compiling errno v0.3.9 |
1618 | 2024-12-21T04:47:19.411Z | Compiling rand_core v0.6.4 |
1619 | 2024-12-21T04:47:19.492Z | Compiling lazy_static v1.5.0 |
1620 | 2024-12-21T04:47:19.625Z | Compiling glob v0.3.1 |
1621 | 2024-12-21T04:47:20.237Z | Compiling prettyplease v0.2.25 |
1622 | 2024-12-21T04:47:20.384Z | Compiling clang-sys v1.8.1 |
1623 | 2024-12-21T04:47:20.661Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-12-21T04:47:21.022Z | Compiling libloading v0.8.5 |
1625 | 2024-12-21T04:47:21.079Z | Compiling nom v7.1.3 |
1626 | 2024-12-21T04:47:21.145Z | Compiling home v0.5.9 |
1627 | 2024-12-21T04:47:21.374Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-12-21T04:47:21.417Z | Compiling subtle v2.6.1 |
1629 | 2024-12-21T04:47:21.645Z | Compiling bindgen v0.69.5 |
1630 | 2024-12-21T04:47:22.003Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-21T04:47:22.085Z | Compiling itertools v0.12.1 |
1632 | 2024-12-21T04:47:22.149Z | Compiling smallvec v1.13.2 |
1633 | 2024-12-21T04:47:22.410Z | Compiling lazycell v1.3.0 |
1634 | 2024-12-21T04:47:22.579Z | Compiling semver v1.0.23 |
1635 | 2024-12-21T04:47:22.634Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-21T04:47:22.785Z | Compiling cmake v0.1.51 |
1637 | 2024-12-21T04:47:23.199Z | Compiling dunce v1.0.5 |
1638 | 2024-12-21T04:47:23.338Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-21T04:47:24.436Z | Compiling cexpr v0.6.0 |
1640 | 2024-12-21T04:47:24.470Z | Compiling ryu v1.0.18 |
1641 | 2024-12-21T04:47:24.606Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-21T04:47:24.740Z | Compiling ring v0.17.8 |
1643 | 2024-12-21T04:47:25.043Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-12-21T04:47:25.228Z | Compiling schemars v0.8.21 |
1645 | 2024-12-21T04:47:25.542Z | Compiling synstructure v0.13.1 |
1646 | 2024-12-21T04:47:25.731Z | Compiling fnv v1.0.7 |
1647 | 2024-12-21T04:47:25.806Z | Compiling const-oid v0.9.6 |
1648 | 2024-12-21T04:47:25.851Z | Compiling paste v1.0.15 |
1649 | 2024-12-21T04:47:25.888Z | Compiling serde_derive_internals v0.29.1 |
1650 | 2024-12-21T04:47:26.930Z | Compiling aws-lc-rs v1.10.0 |
1651 | 2024-12-21T04:47:27.031Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-21T04:47:27.314Z | Compiling regex v1.11.1 |
1653 | 2024-12-21T04:47:27.331Z | Compiling httparse v1.9.5 |
1654 | 2024-12-21T04:47:27.741Z | Compiling equivalent v1.0.1 |
1655 | 2024-12-21T04:47:27.835Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-21T04:47:28.230Z | Compiling heck v0.5.0 |
1657 | 2024-12-21T04:47:28.315Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-12-21T04:47:28.953Z | Compiling parking_lot v0.12.3 |
1659 | 2024-12-21T04:47:29.044Z | Compiling mio v1.0.2 |
1660 | 2024-12-21T04:47:30.677Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2024-12-21T04:47:30.787Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-12-21T04:47:30.952Z | Compiling serde_derive v1.0.215 |
1663 | 2024-12-21T04:47:30.985Z | Compiling zeroize_derive v1.4.2 |
1664 | 2024-12-21T04:47:31.355Z | Compiling zerocopy-derive v0.7.35 |
1665 | 2024-12-21T04:47:31.453Z | Compiling thiserror-impl v1.0.69 |
1666 | 2024-12-21T04:47:31.645Z | Compiling tokio-macros v2.4.0 |
1667 | 2024-12-21T04:47:32.250Z | Compiling zerofrom-derive v0.1.4 |
1668 | 2024-12-21T04:47:32.383Z | Compiling zeroize v1.8.1 |
1669 | 2024-12-21T04:47:32.583Z | Compiling yoke-derive v0.7.4 |
1670 | 2024-12-21T04:47:32.793Z | Compiling futures-macro v0.3.31 |
1671 | 2024-12-21T04:47:33.057Z | Compiling zerovec-derive v0.10.3 |
1672 | 2024-12-21T04:47:33.333Z | Compiling zerocopy v0.7.35 |
1673 | 2024-12-21T04:47:34.162Z | Compiling displaydoc v0.2.5 |
1674 | 2024-12-21T04:47:34.735Z | Compiling crypto-common v0.1.6 |
1675 | 2024-12-21T04:47:34.937Z | Compiling tracing-attributes v0.1.27 |
1676 | 2024-12-21T04:47:34.992Z | Compiling schemars_derive v0.8.21 |
1677 | 2024-12-21T04:47:35.139Z | Compiling icu_provider_macros v1.5.0 |
1678 | 2024-12-21T04:47:35.358Z | Compiling block-buffer v0.10.4 |
1679 | 2024-12-21T04:47:35.662Z | Compiling digest v0.10.7 |
1680 | 2024-12-21T04:47:35.665Z | Compiling der_derive v0.7.3 |
1681 | 2024-12-21T04:47:35.818Z | Compiling socket2 v0.5.7 |
1682 | 2024-12-21T04:47:36.180Z | Compiling time-core v0.1.2 |
1683 | 2024-12-21T04:47:36.220Z | Compiling num-conv v0.1.0 |
1684 | 2024-12-21T04:47:36.375Z | Compiling futures-core v0.3.31 |
1685 | 2024-12-21T04:47:36.514Z | Compiling time-macros v0.2.18 |
1686 | 2024-12-21T04:47:37.805Z | Compiling vcpkg v0.2.15 |
1687 | 2024-12-21T04:47:38.540Z | Compiling syn v1.0.109 |
1688 | 2024-12-21T04:47:39.356Z | Compiling cpufeatures v0.2.14 |
1689 | 2024-12-21T04:47:39.446Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-12-21T04:47:39.462Z | Compiling futures-sink v0.3.31 |
1691 | 2024-12-21T04:47:39.721Z | Compiling slog v2.7.0 |
1692 | 2024-12-21T04:47:39.925Z | Compiling ahash v0.8.11 |
1693 | 2024-12-21T04:47:40.226Z | Compiling iana-time-zone v0.1.61 |
1694 | 2024-12-21T04:47:40.390Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-21T04:47:40.538Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-21T04:47:40.619Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-21T04:47:40.737Z | Compiling yoke v0.7.4 |
1698 | 2024-12-21T04:47:40.897Z | Compiling pest v2.7.14 |
1699 | 2024-12-21T04:47:41.160Z | Compiling futures-channel v0.3.31 |
1700 | 2024-12-21T04:47:41.793Z | Compiling hmac v0.12.1 |
1701 | 2024-12-21T04:47:41.842Z | Compiling futures-io v0.3.31 |
1702 | 2024-12-21T04:47:41.875Z | Compiling futures-task v0.3.31 |
1703 | 2024-12-21T04:47:42.311Z | Compiling pin-utils v0.1.0 |
1704 | 2024-12-21T04:47:42.409Z | Compiling openssl v0.10.66 |
1705 | 2024-12-21T04:47:42.485Z | Compiling futures-util v0.3.31 |
1706 | 2024-12-21T04:47:42.782Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-21T04:47:43.052Z | Compiling block-padding v0.3.3 |
1708 | 2024-12-21T04:47:43.270Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-12-21T04:47:43.495Z | Compiling pest_meta v2.7.14 |
1710 | 2024-12-21T04:47:43.861Z | Compiling tinyvec v1.8.0 |
1711 | 2024-12-21T04:47:44.355Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-21T04:47:44.759Z | Compiling bytes v1.8.0 |
1713 | 2024-12-21T04:47:46.837Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-21T04:47:47.548Z | Compiling tokio v1.40.0 |
1715 | 2024-12-21T04:47:48.367Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-21T04:47:48.832Z | Compiling which v4.4.2 |
1717 | 2024-12-21T04:47:48.929Z | Compiling uuid v1.11.0 |
1718 | 2024-12-21T04:47:49.366Z | Compiling http v1.1.0 |
1719 | 2024-12-21T04:47:49.818Z | Compiling chrono v0.4.38 |
1720 | 2024-12-21T04:47:50.237Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-21T04:47:53.319Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-21T04:47:53.496Z | Compiling toml_datetime v0.6.8 |
1723 | 2024-12-21T04:47:53.928Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-21T04:47:54.155Z | Compiling inout v0.1.3 |
1725 | 2024-12-21T04:47:55.097Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-12-21T04:47:55.177Z | Compiling rustls v0.23.19 |
1727 | 2024-12-21T04:47:55.448Z | Compiling strsim v0.11.1 |
1728 | 2024-12-21T04:47:55.798Z | Compiling native-tls v0.2.12 |
1729 | 2024-12-21T04:47:56.212Z | Compiling dyn-clone v1.0.17 |
1730 | 2024-12-21T04:47:56.702Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-21T04:47:57.333Z | Compiling cipher v0.4.4 |
1732 | 2024-12-21T04:47:57.454Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-12-21T04:47:57.821Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-21T04:47:57.949Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-21T04:47:58.240Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-21T04:47:58.262Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-21T04:47:58.599Z | Compiling base64ct v1.6.0 |
1738 | 2024-12-21T04:47:58.730Z | Compiling unicode-bidi v0.3.17 |
1739 | 2024-12-21T04:47:58.748Z | Compiling litemap v0.7.3 |
1740 | 2024-12-21T04:47:59.142Z | Compiling writeable v0.5.5 |
1741 | 2024-12-21T04:47:59.170Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-12-21T04:47:59.646Z | Compiling icu_locid v1.5.0 |
1743 | 2024-12-21T04:47:59.807Z | Compiling tracing v0.1.40 |
1744 | 2024-12-21T04:48:01.109Z | Compiling scroll v0.12.0 |
1745 | 2024-12-21T04:48:01.245Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-12-21T04:48:01.724Z | Compiling async-trait v0.1.83 |
1747 | 2024-12-21T04:48:02.129Z | Compiling cookie v0.18.1 |
1748 | 2024-12-21T04:48:02.416Z | Compiling flagset v0.4.6 |
1749 | 2024-12-21T04:48:02.761Z | Compiling aws-lc-sys v0.22.0 |
1750 | 2024-12-21T04:48:03.122Z | Compiling anyhow v1.0.93 |
1751 | 2024-12-21T04:48:03.240Z | Compiling camino v1.1.9 |
1752 | 2024-12-21T04:48:03.623Z | Compiling plain v0.2.3 |
1753 | 2024-12-21T04:48:03.919Z | Compiling goblin v0.8.2 |
1754 | 2024-12-21T04:48:06.741Z | Compiling der v0.7.9 |
1755 | 2024-12-21T04:48:06.778Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-12-21T04:48:08.333Z | Compiling icu_provider v1.5.0 |
1757 | 2024-12-21T04:48:09.695Z | Compiling percent-encoding v2.3.1 |
1758 | 2024-12-21T04:48:10.017Z | Compiling pretty-hex v0.4.1 |
1759 | 2024-12-21T04:48:10.199Z | Compiling rustls v0.22.4 |
1760 | 2024-12-21T04:48:10.459Z | Compiling rayon-core v1.12.1 |
1761 | 2024-12-21T04:48:10.783Z | Compiling rustls-pki-types v1.10.0 |
1762 | 2024-12-21T04:48:11.235Z | Compiling untrusted v0.7.1 |
1763 | 2024-12-21T04:48:11.769Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2024-12-21T04:48:11.867Z | Compiling icu_locid_transform v1.5.0 |
1765 | 2024-12-21T04:48:12.304Z | Compiling dof v0.3.0 |
1766 | 2024-12-21T04:48:13.192Z | Compiling spki v0.7.3 |
1767 | 2024-12-21T04:48:13.539Z | Compiling rand v0.8.5 |
1768 | 2024-12-21T04:48:13.940Z | Compiling salsa20 v0.10.2 |
1769 | 2024-12-21T04:48:14.021Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-21T04:48:14.062Z | Compiling tokio-util v0.7.12 |
1771 | 2024-12-21T04:48:14.598Z | Compiling icu_collections v1.5.0 |
1772 | 2024-12-21T04:48:15.120Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-12-21T04:48:15.616Z | Compiling thread-id v4.2.2 |
1774 | 2024-12-21T04:48:15.713Z | Compiling mirai-annotations v1.12.0 |
1775 | 2024-12-21T04:48:15.756Z | Compiling powerfmt v0.2.0 |
1776 | 2024-12-21T04:48:15.919Z | Compiling winnow v0.5.40 |
1777 | 2024-12-21T04:48:16.129Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-21T04:48:16.204Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-12-21T04:48:16.302Z | Compiling deranged v0.3.11 |
1780 | 2024-12-21T04:48:16.461Z | Compiling icu_properties v1.5.1 |
1781 | 2024-12-21T04:48:19.597Z | Compiling toml_edit v0.19.15 |
1782 | 2024-12-21T04:48:21.702Z | Compiling scrypt v0.11.0 |
1783 | 2024-12-21T04:48:21.847Z | Compiling cbc v0.1.2 |
1784 | 2024-12-21T04:48:22.067Z | Compiling aes v0.8.4 |
1785 | 2024-12-21T04:48:22.202Z | Compiling multer v3.1.0 |
1786 | 2024-12-21T04:48:22.416Z | Compiling icu_normalizer_data v1.5.0 |
1787 | 2024-12-21T04:48:22.479Z | Compiling slog-async v2.8.0 |
1788 | 2024-12-21T04:48:22.527Z | Compiling num_threads v0.1.7 |
1789 | 2024-12-21T04:48:22.654Z | Compiling utf16_iter v1.0.5 |
1790 | 2024-12-21T04:48:22.922Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-12-21T04:48:23.237Z | Compiling write16 v1.0.0 |
1792 | 2024-12-21T04:48:23.237Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-12-21T04:48:23.284Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-21T04:48:23.522Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-12-21T04:48:23.952Z | Compiling time v0.3.36 |
1796 | 2024-12-21T04:48:23.959Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-12-21T04:48:25.587Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-12-21T04:48:26.351Z | Compiling http-body v1.0.1 |
1799 | 2024-12-21T04:48:26.589Z | Compiling heapless v0.7.17 |
1800 | 2024-12-21T04:48:27.115Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-12-21T04:48:27.472Z | Compiling signal-hook v0.3.17 |
1802 | 2024-12-21T04:48:27.550Z | Compiling try-lock v0.2.5 |
1803 | 2024-12-21T04:48:29.341Z | Compiling want v0.3.1 |
1804 | 2024-12-21T04:48:29.883Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-12-21T04:48:30.202Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-21T04:48:30.558Z | Compiling h2 v0.4.6 |
1807 | 2024-12-21T04:48:31.647Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-12-21T04:48:32.905Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-21T04:48:33.692Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-12-21T04:48:34.393Z | Compiling adler2 v2.0.0 |
1811 | 2024-12-21T04:48:34.450Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-21T04:48:35.218Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-12-21T04:48:36.051Z | Compiling idna v1.0.3 |
1814 | 2024-12-21T04:48:37.729Z | Compiling curve25519-dalek v4.1.3 |
1815 | 2024-12-21T04:48:38.124Z | Compiling hyper v1.5.0 |
1816 | 2024-12-21T04:48:38.958Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-12-21T04:48:40.968Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-12-21T04:48:42.008Z | Compiling dropshot v0.12.0 |
1819 | 2024-12-21T04:48:42.134Z | Compiling tower-service v0.3.3 |
1820 | 2024-12-21T04:48:42.218Z | Compiling base64 v0.22.1 |
1821 | 2024-12-21T04:48:42.255Z | Compiling match_cfg v0.1.0 |
1822 | 2024-12-21T04:48:42.345Z | Compiling portable-atomic v1.9.0 |
1823 | 2024-12-21T04:48:43.149Z | Compiling foreign-types-shared v0.1.1 |
1824 | 2024-12-21T04:48:43.182Z | Compiling smoltcp v0.9.1 |
1825 | 2024-12-21T04:48:43.220Z | Compiling newtype-uuid v1.1.3 |
1826 | 2024-12-21T04:48:43.259Z | Compiling num-bigint-dig v0.8.4 |
1827 | 2024-12-21T04:48:43.456Z | Compiling hyper-util v0.1.10 |
1828 | 2024-12-21T04:48:43.509Z | Compiling foreign-types v0.3.2 |
1829 | 2024-12-21T04:48:43.600Z | Compiling hostname v0.3.1 |
1830 | 2024-12-21T04:48:48.752Z | Compiling url v2.5.3 |
1831 | 2024-12-21T04:48:50.694Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-21T04:48:50.736Z | Compiling heck v0.4.1 |
1833 | 2024-12-21T04:48:50.861Z | Compiling ident_case v1.0.1 |
1834 | 2024-12-21T04:48:51.051Z | Compiling gimli v0.31.1 |
1835 | 2024-12-21T04:48:51.179Z | Compiling data-encoding v2.6.0 |
1836 | 2024-12-21T04:48:51.310Z | Compiling siphasher v0.3.11 |
1837 | 2024-12-21T04:48:51.671Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-21T04:48:51.714Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-21T04:48:54.307Z | Compiling http-body-util v0.1.2 |
1840 | 2024-12-21T04:48:57.807Z | Compiling addr2line v0.24.2 |
1841 | 2024-12-21T04:48:57.879Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-21T04:48:58.116Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-21T04:48:58.305Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-21T04:48:58.646Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-21T04:48:58.693Z | Compiling signature v2.2.0 |
1846 | 2024-12-21T04:48:58.926Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-12-21T04:48:58.926Z | Compiling curve25519-dalek-derive v0.1.1 |
1848 | 2024-12-21T04:48:59.113Z | Compiling object v0.36.5 |
1849 | 2024-12-21T04:49:00.256Z | Compiling thread_local v1.1.8 |
1850 | 2024-12-21T04:49:00.729Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-21T04:49:00.802Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-21T04:49:02.295Z | Compiling openssl-probe v0.1.5 |
1853 | 2024-12-21T04:49:02.599Z | Compiling winnow v0.6.20 |
1854 | 2024-12-21T04:49:04.569Z | Compiling rustc-demangle v0.1.24 |
1855 | 2024-12-21T04:49:06.811Z | Compiling ipnet v2.10.1 |
1856 | 2024-12-21T04:49:07.856Z | Compiling utf8parse v0.2.2 |
1857 | 2024-12-21T04:49:08.352Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-21T04:49:08.858Z | Compiling mime v0.3.17 |
1859 | 2024-12-21T04:49:10.416Z | Compiling unicode-properties v0.1.3 |
1860 | 2024-12-21T04:49:10.810Z | Compiling stringprep v0.1.5 |
1861 | 2024-12-21T04:49:11.807Z | Compiling anstyle-parse v0.2.5 |
1862 | 2024-12-21T04:49:12.136Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-21T04:49:13.666Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-21T04:49:16.609Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-21T04:49:21.721Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-21T04:49:22.055Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-21T04:49:23.096Z | Compiling term v0.7.0 |
1868 | 2024-12-21T04:49:24.372Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-21T04:49:25.971Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-21T04:49:26.326Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-21T04:49:26.487Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-21T04:49:26.928Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-21T04:49:27.375Z | Compiling idna v0.3.0 |
1874 | 2024-12-21T04:49:27.420Z | Compiling idna v0.4.0 |
1875 | 2024-12-21T04:49:28.229Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-21T04:49:28.851Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-21T04:49:29.060Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-21T04:49:29.299Z | Compiling ff v0.13.0 |
1879 | 2024-12-21T04:49:29.364Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-21T04:49:29.523Z | Compiling is-terminal v0.4.13 |
1881 | 2024-12-21T04:49:29.544Z | Compiling memmap v0.7.0 |
1882 | 2024-12-21T04:49:29.733Z | Compiling psl-types v2.0.11 |
1883 | 2024-12-21T04:49:29.828Z | Compiling linked-hash-map v0.5.6 |
1884 | 2024-12-21T04:49:30.389Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-21T04:49:30.552Z | Compiling base16ct v0.2.0 |
1886 | 2024-12-21T04:49:31.103Z | Compiling quick-error v1.2.3 |
1887 | 2024-12-21T04:49:31.257Z | Compiling is_terminal_polyfill v1.70.1 |
1888 | 2024-12-21T04:49:31.332Z | Compiling utf-8 v0.7.6 |
1889 | 2024-12-21T04:49:31.387Z | Compiling fallible-iterator v0.2.0 |
1890 | 2024-12-21T04:49:31.635Z | Compiling anstyle-query v1.1.1 |
1891 | 2024-12-21T04:49:31.793Z | Compiling colorchoice v1.0.2 |
1892 | 2024-12-21T04:49:31.959Z | Compiling anstream v0.6.15 |
1893 | 2024-12-21T04:49:32.089Z | Compiling postgres-protocol v0.6.7 |
1894 | 2024-12-21T04:49:32.610Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-21T04:49:33.293Z | Compiling resolv-conf v0.7.0 |
1896 | 2024-12-21T04:49:34.591Z | Compiling sec1 v0.7.3 |
1897 | 2024-12-21T04:49:35.033Z | Compiling lru-cache v0.1.2 |
1898 | 2024-12-21T04:49:35.168Z | Compiling publicsuffix v2.2.3 |
1899 | 2024-12-21T04:49:35.245Z | Compiling usdt v0.5.0 |
1900 | 2024-12-21T04:49:35.698Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-21T04:49:35.852Z | Compiling group v0.13.0 |
1902 | 2024-12-21T04:49:36.175Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-21T04:49:36.360Z | Compiling futures v0.3.31 |
1904 | 2024-12-21T04:49:36.475Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-21T04:49:36.635Z | Compiling regress v0.10.1 |
1906 | 2024-12-21T04:49:40.597Z | Compiling tokio-rustls v0.26.0 |
1907 | 2024-12-21T04:49:40.793Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-12-21T04:49:41.062Z | Compiling darling v0.20.10 |
1909 | 2024-12-21T04:49:41.186Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-21T04:49:41.204Z | Compiling toml v0.8.19 |
1911 | 2024-12-21T04:49:41.320Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-21T04:49:41.490Z | Compiling phf_shared v0.11.2 |
1913 | 2024-12-21T04:49:41.587Z | Compiling strum_macros v0.25.3 |
1914 | 2024-12-21T04:49:41.874Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-21T04:49:41.907Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-21T04:49:42.105Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-21T04:49:42.765Z | Compiling idna v0.5.0 |
1918 | 2024-12-21T04:49:42.791Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-21T04:49:43.001Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-21T04:49:43.844Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-21T04:49:44.130Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-21T04:49:44.184Z | Compiling clap_derive v4.5.18 |
1923 | 2024-12-21T04:49:44.211Z | Compiling serde_repr v0.1.19 |
1924 | 2024-12-21T04:49:45.166Z | Compiling derive-where v1.2.7 |
1925 | 2024-12-21T04:49:45.272Z | Compiling hostname v0.4.0 |
1926 | 2024-12-21T04:49:45.493Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-21T04:49:45.632Z | Compiling managed v0.8.0 |
1928 | 2024-12-21T04:49:46.204Z | Compiling clap_lex v0.7.2 |
1929 | 2024-12-21T04:49:46.469Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-21T04:49:46.632Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-12-21T04:49:46.713Z | Compiling unicode-width v0.1.14 |
1932 | 2024-12-21T04:49:47.591Z | Compiling console v0.15.8 |
1933 | 2024-12-21T04:49:47.949Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-12-21T04:49:48.727Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-21T04:49:50.648Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-21T04:49:50.886Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-21T04:49:54.181Z | Compiling hyper-rustls v0.27.3 |
1938 | 2024-12-21T04:49:54.468Z | Compiling hickory-resolver v0.24.1 |
1939 | 2024-12-21T04:49:55.005Z | Compiling phf v0.11.2 |
1940 | 2024-12-21T04:49:56.373Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-21T04:49:56.716Z | Compiling signal-hook-mio v0.2.4 |
1942 | 2024-12-21T04:49:56.745Z | Compiling bzip2 v0.4.4 |
1943 | 2024-12-21T04:49:56.831Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-21T04:49:56.884Z | Compiling rayon v1.10.0 |
1945 | 2024-12-21T04:49:57.421Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-21T04:49:57.424Z | Compiling postgres-types v0.2.8 |
1947 | 2024-12-21T04:49:58.102Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-21T04:49:58.848Z | Compiling hubpack v0.1.2 |
1949 | 2024-12-21T04:49:58.961Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-21T04:49:58.990Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-21T04:49:59.376Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-21T04:49:59.395Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-21T04:50:00.293Z | Compiling ipnetwork v0.20.0 |
1954 | 2024-12-21T04:50:00.445Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-21T04:50:00.683Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-21T04:50:01.427Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-21T04:50:01.656Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-21T04:50:01.754Z | Compiling bstr v1.10.0 |
1959 | 2024-12-21T04:50:03.391Z | Compiling bit-vec v0.6.3 |
1960 | 2024-12-21T04:50:03.434Z | Compiling static_assertions v1.1.0 |
1961 | 2024-12-21T04:50:03.544Z | Compiling new_debug_unreachable v1.0.6 |
1962 | 2024-12-21T04:50:04.048Z | Compiling number_prefix v0.4.0 |
1963 | 2024-12-21T04:50:04.071Z | Compiling whoami v1.5.2 |
1964 | 2024-12-21T04:50:04.076Z | Compiling difflib v0.4.0 |
1965 | 2024-12-21T04:50:04.086Z | Compiling predicates-core v1.0.8 |
1966 | 2024-12-21T04:50:04.364Z | Compiling normalize-line-endings v0.3.0 |
1967 | 2024-12-21T04:50:04.401Z | Compiling unicode-width v0.2.0 |
1968 | 2024-12-21T04:50:04.499Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2024-12-21T04:50:04.697Z | Compiling precomputed-hash v0.1.1 |
1970 | 2024-12-21T04:50:04.818Z | Compiling fixedbitset v0.4.2 |
1971 | 2024-12-21T04:50:04.911Z | Compiling indicatif v0.17.9 |
1972 | 2024-12-21T04:50:05.118Z | Compiling petgraph v0.6.5 |
1973 | 2024-12-21T04:50:05.230Z | Compiling similar v2.6.0 |
1974 | 2024-12-21T04:50:05.340Z | Compiling string_cache v0.8.7 |
1975 | 2024-12-21T04:50:06.383Z | Compiling predicates v3.1.2 |
1976 | 2024-12-21T04:50:06.821Z | Compiling tokio-postgres v0.7.12 |
1977 | 2024-12-21T04:50:07.306Z | Compiling bit-set v0.5.3 |
1978 | 2024-12-21T04:50:07.610Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-12-21T04:50:08.130Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-21T04:50:08.639Z | Compiling typify-macro v0.2.0 |
1981 | 2024-12-21T04:50:11.991Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-21T04:50:12.209Z | Compiling qorb v0.2.1 |
1983 | 2024-12-21T04:50:12.364Z | Compiling rsa v0.9.6 |
1984 | 2024-12-21T04:50:13.213Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-21T04:50:14.005Z | Compiling zip v0.6.6 |
1986 | 2024-12-21T04:50:14.129Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-21T04:50:14.187Z | Compiling clap v4.5.21 |
1988 | 2024-12-21T04:50:15.233Z | Compiling toml v0.7.8 |
1989 | 2024-12-21T04:50:15.971Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-21T04:50:17.540Z | Compiling hex v0.4.3 |
1991 | 2024-12-21T04:50:18.002Z | Compiling itertools v0.10.5 |
1992 | 2024-12-21T04:50:18.271Z | Compiling peg-runtime v0.8.3 |
1993 | 2024-12-21T04:50:18.338Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-12-21T04:50:18.686Z | Compiling unicode-xid v0.2.6 |
1995 | 2024-12-21T04:50:18.729Z | Compiling zerocopy v0.8.10 |
1996 | 2024-12-21T04:50:20.931Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-21T04:50:24.824Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-21T04:50:25.526Z | Compiling macaddr v1.0.1 |
1999 | 2024-12-21T04:50:25.655Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-12-21T04:50:25.914Z | Compiling itertools v0.13.0 |
2001 | 2024-12-21T04:50:27.184Z | Compiling heapless v0.8.0 |
2002 | 2024-12-21T04:50:29.324Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-12-21T04:50:32.886Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-12-21T04:50:42.048Z | Compiling hash32 v0.3.1 |
2005 | 2024-12-21T04:50:42.884Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-21T04:50:43.617Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-12-21T04:50:48.552Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-21T04:50:48.862Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-21T04:50:49.498Z | Compiling typify v0.2.0 |
2010 | 2024-12-21T04:50:49.559Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2011 | 2024-12-21T04:50:50.432Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-21T04:50:50.728Z | Compiling cobs v0.2.3 |
2013 | 2024-12-21T04:50:51.485Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-12-21T04:50:52.979Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-12-21T04:50:53.299Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-21T04:50:54.251Z | Compiling postcard v1.0.10 |
2017 | 2024-12-21T04:51:07.651Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-12-21T04:51:09.343Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2024-12-21T04:51:19.979Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-21T04:51:21.115Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-21T04:51:21.149Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-21T04:51:21.427Z | Compiling proc-macro-error v1.0.4 |
2023 | 2024-12-21T04:51:21.690Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-21T04:51:22.608Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-21T04:51:22.958Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-12-21T04:51:23.693Z | Compiling structmeta v0.3.0 |
2027 | 2024-12-21T04:51:24.461Z | Compiling strum v0.26.3 |
2028 | 2024-12-21T04:51:24.659Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-21T04:51:24.778Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-21T04:51:33.601Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-12-21T04:51:38.180Z | Compiling progenitor-client v0.8.0 |
2032 | 2024-12-21T04:51:38.200Z | Compiling tabwriter v1.4.0 |
2033 | 2024-12-21T04:51:39.141Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-12-21T04:51:39.922Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2035 | 2024-12-21T04:51:41.135Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2024-12-21T04:51:41.968Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-12-21T04:51:42.231Z | Compiling dropshot v0.13.0 |
2038 | 2024-12-21T04:51:42.541Z | Compiling pretty-hex v0.2.1 |
2039 | 2024-12-21T04:51:42.900Z | Compiling thiserror v2.0.3 |
2040 | 2024-12-21T04:51:43.461Z | Compiling crucible-workspace-hack v0.1.0 |
2041 | 2024-12-21T04:51:43.727Z | Compiling fastrand v2.1.1 |
2042 | 2024-12-21T04:51:43.745Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2043 | 2024-12-21T04:51:44.211Z | Compiling tempfile v3.13.0 |
2044 | 2024-12-21T04:51:44.400Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-12-21T04:51:44.500Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2046 | 2024-12-21T04:51:45.058Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2047 | 2024-12-21T04:51:45.388Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-21T04:51:46.066Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-12-21T04:51:46.190Z | Compiling colored v2.1.0 |
2050 | 2024-12-21T04:51:46.332Z | Compiling progenitor v0.8.0 |
2051 | 2024-12-21T04:51:46.620Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-21T04:51:46.813Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-21T04:51:47.456Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-21T04:51:48.845Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-21T04:51:49.099Z | Compiling instant v0.1.13 |
2056 | 2024-12-21T04:51:49.273Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-21T04:51:49.573Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-21T04:51:49.672Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2059 | 2024-12-21T04:51:49.782Z | Compiling backoff v0.4.0 |
2060 | 2024-12-21T04:51:49.893Z | Compiling parse-display v0.10.0 |
2061 | 2024-12-21T04:51:50.011Z | Compiling serde_with v3.11.0 |
2062 | 2024-12-21T04:51:50.131Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-12-21T04:51:51.879Z | Compiling zone_cfg_derive v0.3.0 |
2064 | 2024-12-21T04:51:52.772Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-21T04:51:53.258Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2066 | 2024-12-21T04:51:53.474Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-21T04:51:54.042Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2068 | 2024-12-21T04:51:54.254Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-21T04:51:54.331Z | Compiling regress v0.9.1 |
2070 | 2024-12-21T04:51:54.445Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-21T04:51:54.525Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-21T04:51:54.669Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-21T04:51:54.963Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-21T04:51:55.308Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-21T04:51:56.736Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-21T04:51:58.317Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-21T04:51:58.546Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2078 | 2024-12-21T04:51:59.089Z | Compiling zone v0.3.0 |
2079 | 2024-12-21T04:52:00.381Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2024-12-21T04:52:02.433Z | Compiling smf v0.2.3 |
2081 | 2024-12-21T04:52:02.822Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-21T04:52:04.215Z | Compiling blake3 v1.5.4 |
2083 | 2024-12-21T04:52:04.775Z | Compiling ring v0.16.20 |
2084 | 2024-12-21T04:52:04.836Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-21T04:52:05.338Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-21T04:52:05.806Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-21T04:52:06.107Z | Compiling xattr v1.3.1 |
2088 | 2024-12-21T04:52:06.197Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-21T04:52:06.432Z | Compiling filetime v0.2.25 |
2090 | 2024-12-21T04:52:06.768Z | Compiling arrayvec v0.7.6 |
2091 | 2024-12-21T04:52:06.790Z | Compiling same-file v1.0.6 |
2092 | 2024-12-21T04:52:06.971Z | Compiling spin v0.5.2 |
2093 | 2024-12-21T04:52:07.071Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-21T04:52:07.186Z | Compiling constant_time_eq v0.3.1 |
2095 | 2024-12-21T04:52:07.239Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-12-21T04:52:07.241Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-21T04:52:07.360Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-12-21T04:52:08.589Z | Compiling tar v0.4.42 |
2099 | 2024-12-21T04:52:08.900Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-21T04:52:09.324Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-21T04:52:09.527Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-21T04:52:10.055Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-21T04:52:10.058Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-21T04:52:10.333Z | Compiling shell-words v1.1.0 |
2105 | 2024-12-21T04:52:14.680Z | Compiling omicron-zone-package v0.11.1 |
2106 | 2024-12-21T04:52:16.260Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2107 | 2024-12-21T04:52:18.703Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2024-12-21T04:52:26.532Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2109 | 2024-12-21T04:52:40.477Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2110 | 2024-12-21T04:52:40.636Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2111 | 2024-12-21T04:52:40.680Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2024-12-21T04:52:40.683Z | Created new build target 'test' and set it as active |
2113 | 2024-12-21T04:52:40.683Z | |
2114 | 2024-12-21T04:52:40.683Z | real 5:26.034979298 |
2115 | 2024-12-21T04:52:40.683Z | user 36:45.699326798 |
2116 | 2024-12-21T04:52:40.683Z | sys 4:51.235958988 |
2117 | 2024-12-21T04:52:40.683Z | trap 1.070579435 |
2118 | 2024-12-21T04:52:40.683Z | tflt 2.835719506 |
2119 | 2024-12-21T04:52:40.683Z | dflt 0.708012627 |
2120 | 2024-12-21T04:52:40.683Z | kflt 0.018984969 |
2121 | 2024-12-21T04:52:40.683Z | lock 1:17:24.213448546 |
2122 | 2024-12-21T04:52:40.683Z | slp 2:34:13.334845356 |
2123 | 2024-12-21T04:52:40.683Z | lat 2:34.045706026 |
2124 | 2024-12-21T04:52:40.683Z | stop 4:20.423271739 |
2125 | 2024-12-21T04:52:40.683Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2126 | 2024-12-21T04:52:41.632Z | Finished `release` profile [optimized] target(s) in 0.90s |
2127 | 2024-12-21T04:52:41.689Z | Running `target/release/omicron-package -t test package` |
2128 | 2024-12-21T04:52:41.731Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2129 | 2024-12-21T04:52:42.827Z | Compiling convert_case v0.4.0 |
2130 | 2024-12-21T04:52:42.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-12-21T04:52:42.827Z | Compiling newline-converter v0.3.0 |
2132 | 2024-12-21T04:52:42.830Z | Compiling password-hash v0.5.0 |
2133 | 2024-12-21T04:52:42.830Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-21T04:52:42.831Z | Compiling base64 v0.21.7 |
2135 | 2024-12-21T04:52:42.831Z | Compiling atomicwrites v0.4.4 |
2136 | 2024-12-21T04:52:42.831Z | Compiling progenitor-client v0.8.0 |
2137 | 2024-12-21T04:52:43.139Z | Compiling expectorate v1.1.0 |
2138 | 2024-12-21T04:52:43.180Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2139 | 2024-12-21T04:52:43.327Z | Compiling owo-colors v4.1.0 |
2140 | 2024-12-21T04:52:43.476Z | Compiling cancel-safe-futures v0.1.5 |
2141 | 2024-12-21T04:52:43.498Z | Compiling progenitor v0.8.0 |
2142 | 2024-12-21T04:52:43.643Z | Compiling argon2 v0.5.3 |
2143 | 2024-12-21T04:52:43.677Z | Compiling derive_more v0.99.18 |
2144 | 2024-12-21T04:52:43.793Z | Compiling num-rational v0.4.2 |
2145 | 2024-12-21T04:52:43.850Z | Compiling num-complex v0.4.6 |
2146 | 2024-12-21T04:52:44.172Z | Compiling libsw v3.3.1 |
2147 | 2024-12-21T04:52:44.516Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2148 | 2024-12-21T04:52:44.572Z | Compiling swrite v0.1.0 |
2149 | 2024-12-21T04:52:44.699Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-21T04:52:44.882Z | Compiling indent_write v2.2.0 |
2151 | 2024-12-21T04:52:45.064Z | Compiling num v0.4.3 |
2152 | 2024-12-21T04:52:45.117Z | Compiling linear-map v1.2.0 |
2153 | 2024-12-21T04:52:45.153Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2024-12-21T04:52:45.171Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2155 | 2024-12-21T04:52:45.191Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2156 | 2024-12-21T04:52:45.539Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-21T04:52:45.974Z | Compiling highway v1.2.0 |
2158 | 2024-12-21T04:52:46.211Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2159 | 2024-12-21T04:52:46.895Z | Compiling semver v0.1.20 |
2160 | 2024-12-21T04:52:47.410Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-21T04:52:47.464Z | Compiling tungstenite v0.21.0 |
2162 | 2024-12-21T04:52:47.838Z | Compiling newtype_derive v0.1.6 |
2163 | 2024-12-21T04:52:48.151Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-21T04:52:48.952Z | Compiling tokio-tungstenite v0.21.0 |
2165 | 2024-12-21T04:52:49.608Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2166 | 2024-12-21T04:52:50.223Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2024-12-21T04:52:52.593Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-21T04:52:53.133Z | Compiling humantime v2.1.0 |
2169 | 2024-12-21T04:52:53.429Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2170 | 2024-12-21T04:52:53.965Z | Compiling dropshot v0.13.0 |
2171 | 2024-12-21T04:52:54.039Z | Compiling instant v0.1.13 |
2172 | 2024-12-21T04:52:54.149Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-21T04:52:54.198Z | Compiling backoff v0.4.0 |
2174 | 2024-12-21T04:52:54.502Z | Compiling steno v0.4.1 |
2175 | 2024-12-21T04:52:54.543Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2176 | 2024-12-21T04:52:54.585Z | Compiling parse-display v0.10.0 |
2177 | 2024-12-21T04:52:55.139Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2178 | 2024-12-21T04:52:55.329Z | Compiling strum v0.26.3 |
2179 | 2024-12-21T04:52:55.520Z | Compiling serde_with v3.11.0 |
2180 | 2024-12-21T04:52:59.309Z | Compiling regress v0.9.1 |
2181 | 2024-12-21T04:52:59.602Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2182 | 2024-12-21T04:53:02.386Z | Compiling macaddr v1.0.1 |
2183 | 2024-12-21T04:53:02.494Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-12-21T04:53:02.822Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-12-21T04:53:02.875Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2186 | 2024-12-21T04:53:03.123Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2187 | 2024-12-21T04:53:04.801Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2188 | 2024-12-21T04:53:05.290Z | Compiling prettyplease v0.2.25 |
2189 | 2024-12-21T04:53:05.610Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2190 | 2024-12-21T04:53:05.839Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2191 | 2024-12-21T04:53:06.909Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2192 | 2024-12-21T04:53:09.139Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2193 | 2024-12-21T04:53:09.921Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2194 | 2024-12-21T04:53:21.621Z | Compiling half v2.4.1 |
2195 | 2024-12-21T04:53:22.014Z | Compiling ciborium-io v0.2.2 |
2196 | 2024-12-21T04:53:22.166Z | Compiling ciborium-ll v0.2.2 |
2197 | 2024-12-21T04:53:22.279Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2198 | 2024-12-21T04:53:22.686Z | Compiling ciborium v0.2.2 |
2199 | 2024-12-21T04:53:22.801Z | Compiling same-file v1.0.6 |
2200 | 2024-12-21T04:53:23.059Z | Compiling fastrand v2.1.1 |
2201 | 2024-12-21T04:53:23.490Z | Compiling display-error-chain v0.2.2 |
2202 | 2024-12-21T04:53:23.574Z | Compiling tempfile v3.13.0 |
2203 | 2024-12-21T04:53:23.708Z | Compiling walkdir v2.5.0 |
2204 | 2024-12-21T04:53:24.156Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2205 | 2024-12-21T04:53:24.332Z | Compiling ring v0.16.20 |
2206 | 2024-12-21T04:53:24.335Z | Compiling blake3 v1.5.4 |
2207 | 2024-12-21T04:53:24.810Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-12-21T04:53:26.829Z | Compiling xattr v1.3.1 |
2209 | 2024-12-21T04:53:26.858Z | Compiling memmap2 v0.9.5 |
2210 | 2024-12-21T04:53:27.103Z | Compiling filetime v0.2.25 |
2211 | 2024-12-21T04:53:27.299Z | Compiling constant_time_eq v0.3.1 |
2212 | 2024-12-21T04:53:27.382Z | Compiling arrayref v0.3.9 |
2213 | 2024-12-21T04:53:27.400Z | Compiling keccak v0.1.5 |
2214 | 2024-12-21T04:53:27.461Z | Compiling spin v0.5.2 |
2215 | 2024-12-21T04:53:27.499Z | Compiling arrayvec v0.7.6 |
2216 | 2024-12-21T04:53:28.059Z | Compiling sha3 v0.10.8 |
2217 | 2024-12-21T04:53:28.354Z | Compiling tar v0.4.42 |
2218 | 2024-12-21T04:53:28.443Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-12-21T04:53:28.802Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2220 | 2024-12-21T04:53:28.947Z | Compiling camino-tempfile v1.1.1 |
2221 | 2024-12-21T04:53:28.986Z | Compiling const_format_proc_macros v0.2.33 |
2222 | 2024-12-21T04:53:29.027Z | Compiling maplit v1.0.2 |
2223 | 2024-12-21T04:53:29.154Z | Compiling topological-sort v0.2.2 |
2224 | 2024-12-21T04:53:29.305Z | Compiling crunchy v0.2.2 |
2225 | 2024-12-21T04:53:29.383Z | Compiling radium v0.7.0 |
2226 | 2024-12-21T04:53:29.385Z | Compiling rustfmt-wrapper v0.2.1 |
2227 | 2024-12-21T04:53:29.798Z | Compiling omicron-zone-package v0.11.1 |
2228 | 2024-12-21T04:53:29.859Z | Compiling tap v1.0.1 |
2229 | 2024-12-21T04:53:29.952Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-12-21T04:53:30.065Z | Compiling maybe-uninit v2.0.0 |
2231 | 2024-12-21T04:53:30.266Z | Compiling wyz v0.5.1 |
2232 | 2024-12-21T04:53:30.706Z | Compiling dsl_auto_type v0.1.2 |
2233 | 2024-12-21T04:53:30.751Z | Compiling phf_generator v0.11.2 |
2234 | 2024-12-21T04:53:30.827Z | Compiling const_format v0.2.33 |
2235 | 2024-12-21T04:53:30.846Z | Compiling scheduled-thread-pool v0.2.7 |
2236 | 2024-12-21T04:53:30.929Z | Compiling secrecy v0.8.0 |
2237 | 2024-12-21T04:53:30.948Z | Compiling async-recursion v1.1.1 |
2238 | 2024-12-21T04:53:31.256Z | Compiling diesel_table_macro_syntax v0.2.0 |
2239 | 2024-12-21T04:53:31.664Z | Compiling packed_struct v0.10.1 |
2240 | 2024-12-21T04:53:32.083Z | Compiling crc-catalog v2.4.0 |
2241 | 2024-12-21T04:53:32.119Z | Compiling arc-swap v1.7.1 |
2242 | 2024-12-21T04:53:32.137Z | Compiling funty v2.0.0 |
2243 | 2024-12-21T04:53:32.185Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2244 | 2024-12-21T04:53:32.249Z | Compiling crc v3.2.1 |
2245 | 2024-12-21T04:53:32.387Z | Compiling diesel_derives v2.2.3 |
2246 | 2024-12-21T04:53:32.543Z | Compiling r2d2 v0.8.10 |
2247 | 2024-12-21T04:53:32.755Z | Compiling slog-scope v4.4.0 |
2248 | 2024-12-21T04:53:33.014Z | Compiling phf_codegen v0.11.2 |
2249 | 2024-12-21T04:53:33.247Z | Compiling bitvec v1.0.1 |
2250 | 2024-12-21T04:53:34.095Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-12-21T04:53:34.125Z | Compiling ascii-canvas v3.0.0 |
2252 | 2024-12-21T04:53:34.525Z | Compiling universal-hash v0.5.1 |
2253 | 2024-12-21T04:53:34.628Z | Compiling thiserror-impl-no-std v2.0.2 |
2254 | 2024-12-21T04:53:34.765Z | Compiling packed_struct_codegen v0.10.1 |
2255 | 2024-12-21T04:53:35.121Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2256 | 2024-12-21T04:53:37.271Z | Compiling parse-zoneinfo v0.3.1 |
2257 | 2024-12-21T04:53:37.290Z | Compiling ena v0.14.3 |
2258 | 2024-12-21T04:53:37.693Z | Compiling indexmap v1.9.3 |
2259 | 2024-12-21T04:53:37.792Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-21T04:53:37.889Z | Compiling diff v0.1.13 |
2261 | 2024-12-21T04:53:37.994Z | Compiling nodrop v0.1.14 |
2262 | 2024-12-21T04:53:38.138Z | Compiling regex-syntax v0.6.29 |
2263 | 2024-12-21T04:53:38.410Z | Compiling array-init v0.0.4 |
2264 | 2024-12-21T04:53:38.867Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-12-21T04:53:39.694Z | Compiling poly1305 v0.8.0 |
2266 | 2024-12-21T04:53:41.263Z | Compiling thiserror-no-std v2.0.2 |
2267 | 2024-12-21T04:53:41.407Z | Compiling lalrpop v0.19.12 |
2268 | 2024-12-21T04:53:43.414Z | Compiling smallvec v0.6.14 |
2269 | 2024-12-21T04:53:43.742Z | Compiling diesel v2.2.6 |
2270 | 2024-12-21T04:53:43.902Z | Compiling slog-stdlog v4.1.1 |
2271 | 2024-12-21T04:53:44.699Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2272 | 2024-12-21T04:53:44.797Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2273 | 2024-12-21T04:53:45.059Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2274 | 2024-12-21T04:53:45.298Z | Compiling chacha20 v0.9.1 |
2275 | 2024-12-21T04:53:45.772Z | Compiling aead v0.5.2 |
2276 | 2024-12-21T04:53:45.831Z | Compiling vte_generate_state_changes v0.1.2 |
2277 | 2024-12-21T04:53:46.135Z | Compiling bitfield v0.14.0 |
2278 | 2024-12-21T04:53:46.444Z | Compiling termcolor v1.4.1 |
2279 | 2024-12-21T04:53:46.505Z | Compiling hashbrown v0.12.3 |
2280 | 2024-12-21T04:53:47.569Z | Compiling ref-cast v1.0.23 |
2281 | 2024-12-21T04:53:48.095Z | Compiling env_logger v0.10.2 |
2282 | 2024-12-21T04:53:48.978Z | Compiling vte v0.11.1 |
2283 | 2024-12-21T04:53:50.395Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2284 | 2024-12-21T04:53:51.215Z | Compiling chacha20poly1305 v0.10.1 |
2285 | 2024-12-21T04:53:51.472Z | Compiling slog-envlogger v2.2.0 |
2286 | 2024-12-21T04:53:54.255Z | Compiling serde-hex v0.1.0 |
2287 | 2024-12-21T04:53:59.475Z | Compiling vsss-rs v3.3.4 |
2288 | 2024-12-21T04:54:03.947Z | Compiling chrono-tz v0.10.0 |
2289 | 2024-12-21T04:54:04.612Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2290 | 2024-12-21T04:54:05.020Z | Compiling ron v0.8.1 |
2291 | 2024-12-21T04:54:06.075Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2292 | 2024-12-21T04:54:06.361Z | Compiling derive_builder_core v0.20.2 |
2293 | 2024-12-21T04:54:07.408Z | Compiling polar-core v0.27.3 |
2294 | 2024-12-21T04:54:08.505Z | Compiling hashbrown v0.13.2 |
2295 | 2024-12-21T04:54:08.621Z | Compiling headers-core v0.3.0 |
2296 | 2024-12-21T04:54:08.871Z | Compiling fxhash v0.2.1 |
2297 | 2024-12-21T04:54:09.132Z | Compiling libxml v0.3.3 |
2298 | 2024-12-21T04:54:09.499Z | Compiling ref-cast-impl v1.0.23 |
2299 | 2024-12-21T04:54:09.925Z | Compiling simd-adler32 v0.3.7 |
2300 | 2024-12-21T04:54:10.653Z | Compiling bytecount v0.6.8 |
2301 | 2024-12-21T04:54:10.778Z | Compiling zip v2.1.3 |
2302 | 2024-12-21T04:54:10.982Z | Compiling lockfree-object-pool v0.1.6 |
2303 | 2024-12-21T04:54:11.080Z | Compiling crc-any v2.5.0 |
2304 | 2024-12-21T04:54:11.102Z | Compiling bumpalo v3.16.0 |
2305 | 2024-12-21T04:54:11.326Z | Compiling papergrid v0.11.0 |
2306 | 2024-12-21T04:54:11.691Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2307 | 2024-12-21T04:54:12.027Z | Compiling zopfli v0.8.1 |
2308 | 2024-12-21T04:54:16.439Z | Compiling object v0.30.4 |
2309 | 2024-12-21T04:54:21.662Z | Compiling headers v0.4.0 |
2310 | 2024-12-21T04:54:24.624Z | Compiling derive_builder_macro v0.20.2 |
2311 | 2024-12-21T04:54:25.301Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2312 | 2024-12-21T04:54:26.799Z | Compiling strip-ansi-escapes v0.2.0 |
2313 | 2024-12-21T04:54:26.850Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2314 | 2024-12-21T04:54:27.527Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2315 | 2024-12-21T04:54:27.805Z | Compiling tabled_derive v0.7.0 |
2316 | 2024-12-21T04:54:29.311Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2317 | 2024-12-21T04:54:29.893Z | Compiling fd-lock v4.0.2 |
2318 | 2024-12-21T04:54:29.937Z | Compiling peg-macros v0.8.4 |
2319 | 2024-12-21T04:54:29.940Z | Compiling strum_macros v0.24.3 |
2320 | 2024-12-21T04:54:30.114Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2321 | 2024-12-21T04:54:31.219Z | Compiling kstat-rs v0.2.4 |
2322 | 2024-12-21T04:54:32.164Z | Compiling samael v0.0.17 |
2323 | 2024-12-21T04:54:33.267Z | Compiling unicase v2.7.0 |
2324 | 2024-12-21T04:54:33.332Z | Compiling indoc v1.0.9 |
2325 | 2024-12-21T04:54:33.592Z | Compiling nu-ansi-term v0.50.1 |
2326 | 2024-12-21T04:54:33.732Z | Compiling path-slash v0.1.5 |
2327 | 2024-12-21T04:54:33.971Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2328 | 2024-12-21T04:54:34.142Z | Compiling reedline v0.35.0 |
2329 | 2024-12-21T04:54:34.807Z | Compiling peg v0.8.4 |
2330 | 2024-12-21T04:54:35.050Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2331 | 2024-12-21T04:54:35.782Z | Compiling tabled v0.15.0 |
2332 | 2024-12-21T04:54:41.697Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2333 | 2024-12-21T04:54:49.622Z | Compiling derive_builder v0.20.2 |
2334 | 2024-12-21T04:54:54.785Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2335 | 2024-12-21T04:54:54.802Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2336 | 2024-12-21T04:54:55.960Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2337 | 2024-12-21T04:54:56.266Z | Compiling pem v3.0.4 |
2338 | 2024-12-21T04:54:57.710Z | Compiling bcs v0.1.6 |
2339 | 2024-12-21T04:54:57.771Z | Compiling oso-derive v0.27.3 |
2340 | 2024-12-21T04:54:58.451Z | Compiling impl-trait-for-tuples v0.2.2 |
2341 | 2024-12-21T04:54:58.608Z | Compiling libz-sys v1.1.20 |
2342 | 2024-12-21T04:54:58.748Z | Compiling quick-xml v0.33.0 |
2343 | 2024-12-21T04:54:59.290Z | Compiling diesel-dtrace v0.4.2 |
2344 | 2024-12-21T04:54:59.579Z | Compiling parking_lot_core v0.8.6 |
2345 | 2024-12-21T04:55:05.288Z | Compiling oso v0.27.3 |
2346 | 2024-12-21T04:55:05.817Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2347 | 2024-12-21T04:55:07.370Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2348 | 2024-12-21T04:55:12.840Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2349 | 2024-12-21T04:55:15.964Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2350 | 2024-12-21T04:55:16.251Z | Compiling bb8 v0.8.5 |
2351 | 2024-12-21T04:55:16.900Z | Compiling buf-list v1.0.3 |
2352 | 2024-12-21T04:55:17.509Z | Compiling async-bb8-diesel v0.2.1 |
2353 | 2024-12-21T04:55:19.870Z | Compiling nibble_vec v0.1.0 |
2354 | 2024-12-21T04:55:20.106Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2355 | 2024-12-21T04:55:20.914Z | Compiling pin-project-internal v1.1.6 |
2356 | 2024-12-21T04:55:25.589Z | Compiling atty v0.2.14 |
2357 | 2024-12-21T04:55:25.669Z | Compiling endian-type v0.1.2 |
2358 | 2024-12-21T04:55:25.669Z | Compiling salty v0.3.0 |
2359 | 2024-12-21T04:55:25.669Z | Compiling radix_trie v0.2.1 |
2360 | 2024-12-21T04:55:25.669Z | Compiling pin-project v1.1.6 |
2361 | 2024-12-21T04:55:25.724Z | Compiling parking_lot v0.11.2 |
2362 | 2024-12-21T04:55:27.691Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2363 | 2024-12-21T04:55:34.080Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2364 | 2024-12-21T04:55:38.465Z | Compiling snafu-derive v0.8.5 |
2365 | 2024-12-21T04:55:41.570Z | Compiling sled v0.34.7 |
2366 | 2024-12-21T04:55:43.118Z | Compiling snafu v0.8.5 |
2367 | 2024-12-21T04:55:44.367Z | Compiling mime_guess v2.0.5 |
2368 | 2024-12-21T04:55:45.476Z | Compiling hickory-client v0.24.1 |
2369 | 2024-12-21T04:55:51.571Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2024-12-21T04:55:52.634Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2371 | 2024-12-21T04:55:53.357Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2372 | 2024-12-21T04:55:53.639Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2373 | 2024-12-21T04:55:54.736Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2374 | 2024-12-21T04:55:59.525Z | Compiling globset v0.4.15 |
2375 | 2024-12-21T04:55:59.554Z | Compiling hickory-server v0.24.1 |
2376 | 2024-12-21T04:56:02.296Z | Compiling primeorder v0.13.6 |
2377 | 2024-12-21T04:56:02.868Z | Compiling olpc-cjson v0.1.4 |
2378 | 2024-12-21T04:56:03.208Z | Compiling vergen v8.3.2 |
2379 | 2024-12-21T04:56:03.478Z | Compiling castaway v0.2.3 |
2380 | 2024-12-21T04:56:03.502Z | Compiling env_filter v0.1.2 |
2381 | 2024-12-21T04:56:03.660Z | Compiling serde_plain v1.0.2 |
2382 | 2024-12-21T04:56:04.166Z | Compiling cargo-platform v0.1.8 |
2383 | 2024-12-21T04:56:04.676Z | Compiling nanorand v0.7.0 |
2384 | 2024-12-21T04:56:04.997Z | Compiling memoffset v0.9.1 |
2385 | 2024-12-21T04:56:05.315Z | Compiling typed-path v0.9.3 |
2386 | 2024-12-21T04:56:05.484Z | Compiling flume v0.11.1 |
2387 | 2024-12-21T04:56:06.339Z | Compiling cargo_metadata v0.18.1 |
2388 | 2024-12-21T04:56:09.430Z | Compiling tough v0.19.0 |
2389 | 2024-12-21T04:56:10.991Z | Compiling env_logger v0.11.5 |
2390 | 2024-12-21T04:56:12.427Z | Compiling compact_str v0.8.0 |
2391 | 2024-12-21T04:56:12.545Z | Compiling p384 v0.13.0 |
2392 | 2024-12-21T04:56:13.744Z | Compiling git2 v0.19.0 |
2393 | 2024-12-21T04:56:13.794Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2394 | 2024-12-21T04:56:14.946Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2395 | 2024-12-21T04:56:18.699Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2396 | 2024-12-21T04:56:23.632Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2397 | 2024-12-21T04:56:24.792Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2398 | 2024-12-21T04:56:24.880Z | Compiling unicode-truncate v1.1.0 |
2399 | 2024-12-21T04:56:25.161Z | Compiling lru v0.12.5 |
2400 | 2024-12-21T04:56:25.555Z | Compiling rand_seeder v0.3.0 |
2401 | 2024-12-21T04:56:26.011Z | Compiling libsqlite3-sys v0.30.1 |
2402 | 2024-12-21T04:56:26.601Z | Compiling lzma-sys v0.1.20 |
2403 | 2024-12-21T04:56:27.304Z | Compiling instability v0.3.2 |
2404 | 2024-12-21T04:56:28.298Z | Compiling cassowary v0.3.0 |
2405 | 2024-12-21T04:56:30.155Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2406 | 2024-12-21T04:56:30.495Z | Compiling rustls v0.21.12 |
2407 | 2024-12-21T04:56:30.749Z | Compiling http-range v0.1.5 |
2408 | 2024-12-21T04:56:31.322Z | Compiling parse-size v1.1.0 |
2409 | 2024-12-21T04:56:31.635Z | Compiling cfg_aliases v0.2.1 |
2410 | 2024-12-21T04:56:31.653Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2411 | 2024-12-21T04:56:31.750Z | Compiling nix v0.29.0 |
2412 | 2024-12-21T04:56:31.877Z | Compiling ratatui v0.28.1 |
2413 | 2024-12-21T04:56:32.661Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-21T04:56:34.735Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-12-21T04:56:38.511Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-21T04:56:39.205Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2417 | 2024-12-21T04:56:39.993Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-12-21T04:56:40.304Z | Compiling sct v0.7.1 |
2419 | 2024-12-21T04:56:40.608Z | Compiling rustls-webpki v0.101.7 |
2420 | 2024-12-21T04:56:40.772Z | Compiling heck v0.3.3 |
2421 | 2024-12-21T04:56:41.158Z | Compiling csv-core v0.1.11 |
2422 | 2024-12-21T04:56:42.033Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2423 | 2024-12-21T04:56:42.353Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2424 | 2024-12-21T04:56:42.700Z | Compiling glob v0.3.1 |
2425 | 2024-12-21T04:56:43.937Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2426 | 2024-12-21T04:56:44.667Z | Compiling csv v1.3.0 |
2427 | 2024-12-21T04:56:46.884Z | Compiling zone_cfg_derive v0.1.2 |
2428 | 2024-12-21T04:56:48.282Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2429 | 2024-12-21T04:56:49.571Z | Compiling nix v0.27.1 |
2430 | 2024-12-21T04:56:53.724Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2024-12-21T04:56:53.808Z | Compiling hyper-staticfile v0.10.1 |
2432 | 2024-12-21T04:56:54.426Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2433 | 2024-12-21T04:56:55.752Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2434 | 2024-12-21T04:56:56.072Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2435 | 2024-12-21T04:56:57.034Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2436 | 2024-12-21T04:56:57.605Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2437 | 2024-12-21T04:57:01.981Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-12-21T04:57:02.294Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-21T04:57:02.590Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-12-21T04:57:02.888Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2441 | 2024-12-21T04:57:04.454Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2442 | 2024-12-21T04:57:04.915Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2024-12-21T04:57:05.557Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2444 | 2024-12-21T04:57:06.185Z | Compiling hashlink v0.9.1 |
2445 | 2024-12-21T04:57:06.975Z | Compiling tungstenite v0.23.0 |
2446 | 2024-12-21T04:57:07.358Z | Compiling base64 v0.13.1 |
2447 | 2024-12-21T04:57:08.113Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-12-21T04:57:08.959Z | Compiling fallible-streaming-iterator v0.1.9 |
2449 | 2024-12-21T04:57:09.268Z | Compiling rusqlite v0.32.1 |
2450 | 2024-12-21T04:57:10.093Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-12-21T04:57:10.782Z | Compiling ron v0.7.1 |
2452 | 2024-12-21T04:57:11.021Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-21T04:57:11.280Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-21T04:57:14.528Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-12-21T04:57:16.150Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-21T04:57:17.079Z | Compiling xz2 v0.1.7 |
2457 | 2024-12-21T04:57:17.766Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-21T04:57:18.234Z | Compiling zone v0.1.8 |
2459 | 2024-12-21T04:57:20.231Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-21T04:57:21.636Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-21T04:57:27.948Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2462 | 2024-12-21T04:57:29.788Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-12-21T04:57:34.716Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-21T04:57:34.900Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2465 | 2024-12-21T04:57:40.687Z | Compiling rustls-pemfile v1.0.4 |
2466 | 2024-12-21T04:57:40.745Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2467 | 2024-12-21T04:57:40.745Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2468 | 2024-12-21T04:57:40.745Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2469 | 2024-12-21T04:57:40.745Z | Compiling signal-hook-tokio v0.3.1 |
2470 | 2024-12-21T04:57:40.745Z | Compiling twox-hash v1.6.3 |
2471 | 2024-12-21T04:57:40.745Z | Compiling yasna v0.5.2 |
2472 | 2024-12-21T04:57:40.918Z | Compiling is_ci v1.2.0 |
2473 | 2024-12-21T04:57:41.213Z | Compiling unicode-linebreak v0.1.5 |
2474 | 2024-12-21T04:57:41.769Z | Compiling smawk v0.3.2 |
2475 | 2024-12-21T04:57:42.028Z | Compiling textwrap v0.16.1 |
2476 | 2024-12-21T04:57:43.964Z | Compiling rcgen v0.12.1 |
2477 | 2024-12-21T04:57:44.078Z | Compiling supports-color v3.0.1 |
2478 | 2024-12-21T04:57:45.587Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2479 | 2024-12-21T04:57:54.154Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2480 | 2024-12-21T04:57:54.560Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2481 | 2024-12-21T04:57:59.845Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2482 | 2024-12-21T04:58:03.669Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-12-21T04:58:07.886Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2484 | 2024-12-21T04:58:09.279Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-12-21T04:58:12.743Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-21T04:58:13.377Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2487 | 2024-12-21T04:58:22.557Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2488 | 2024-12-21T04:58:22.859Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2489 | 2024-12-21T04:58:29.608Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2490 | 2024-12-21T04:58:32.533Z | Compiling fatfs v0.3.6 |
2491 | 2024-12-21T04:58:35.361Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-21T04:58:35.548Z | Compiling rtoolbox v0.0.2 |
2493 | 2024-12-21T04:58:35.988Z | Compiling assert_matches v1.5.0 |
2494 | 2024-12-21T04:58:40.023Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2495 | 2024-12-21T04:58:40.041Z | Compiling rpassword v7.3.1 |
2496 | 2024-12-21T04:58:40.482Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2497 | 2024-12-21T04:58:45.425Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2498 | 2024-12-21T04:58:47.632Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-21T04:58:52.504Z | Compiling tui-tree-widget v0.22.0 |
2500 | 2024-12-21T04:58:52.523Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2501 | 2024-12-21T04:58:52.911Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2502 | 2024-12-21T04:58:53.215Z | Compiling uzers v0.12.1 |
2503 | 2024-12-21T04:58:56.300Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-21T04:59:05.882Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-21T04:59:08.015Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-21T04:59:36.742Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-21T04:59:38.559Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2508 | 2024-12-21T04:59:43.334Z | Compiling multimap v0.10.0 |
2509 | 2024-12-21T05:01:58.564Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2510 | 2024-12-21T05:02:03.494Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-12-21T05:08:33.142Z | Finished `release` profile [optimized] target(s) in 15m 51s |
2512 | 2024-12-21T05:09:36.947Z | |
2513 | 2024-12-21T05:09:36.950Z | real 16:56.075699492 |
2514 | 2024-12-21T05:09:36.950Z | user 1:56:14.662356955 |
2515 | 2024-12-21T05:09:36.950Z | sys 5:55.757688412 |
2516 | 2024-12-21T05:09:36.950Z | trap 2.779827508 |
2517 | 2024-12-21T05:09:36.950Z | tflt 3.082747975 |
2518 | 2024-12-21T05:09:36.950Z | dflt 4.769787747 |
2519 | 2024-12-21T05:09:36.950Z | kflt 0.083681349 |
2520 | 2024-12-21T05:09:36.950Z | lock 7:16:25.153792344 |
2521 | 2024-12-21T05:09:36.951Z | slp 6:11:32.509997186 |
2522 | 2024-12-21T05:09:36.951Z | lat 2:53.101612279 |
2523 | 2024-12-21T05:09:36.951Z | stop 2:33.083175185 |
2524 | 2024-12-21T05:09:36.951Z | + mapfile -t packages |
2525 | 2024-12-21T05:09:36.951Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2526 | 2024-12-21T05:09:37.935Z | Finished `release` profile [optimized] target(s) in 0.93s |
2527 | 2024-12-21T05:09:37.991Z | Running `target/release/omicron-package -t test list-outputs` |
2528 | 2024-12-21T05:09:38.032Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2529 | 2024-12-21T05:09:38.035Z | + ptime -m cargo build --locked --release -p xtask |
2530 | 2024-12-21T05:09:38.572Z | Compiling serde v1.0.215 |
2531 | 2024-12-21T05:09:38.575Z | Compiling rustix v0.38.37 |
2532 | 2024-12-21T05:09:38.575Z | Compiling libc v0.2.162 |
2533 | 2024-12-21T05:09:38.575Z | Compiling serde_json v1.0.133 |
2534 | 2024-12-21T05:09:38.664Z | Compiling syn v2.0.87 |
2535 | 2024-12-21T05:09:38.671Z | Compiling bitflags v2.6.0 |
2536 | 2024-12-21T05:09:39.001Z | Compiling usdt-impl v0.5.0 |
2537 | 2024-12-21T05:09:39.040Z | Compiling syn v1.0.109 |
2538 | 2024-12-21T05:09:39.170Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-21T05:09:39.242Z | Compiling log v0.4.22 |
2540 | 2024-12-21T05:09:39.273Z | Compiling fs-err v2.11.0 |
2541 | 2024-12-21T05:09:39.558Z | Compiling anyhow v1.0.93 |
2542 | 2024-12-21T05:09:39.701Z | Compiling once_cell v1.20.2 |
2543 | 2024-12-21T05:09:40.106Z | Compiling thread-id v4.2.2 |
2544 | 2024-12-21T05:09:40.501Z | Compiling indexmap v2.6.0 |
2545 | 2024-12-21T05:09:41.596Z | Compiling terminal_size v0.4.0 |
2546 | 2024-12-21T05:09:41.596Z | Compiling tempfile v3.13.0 |
2547 | 2024-12-21T05:09:41.840Z | Compiling clap_builder v4.5.21 |
2548 | 2024-12-21T05:09:42.401Z | Compiling proc-macro-error v1.0.4 |
2549 | 2024-12-21T05:09:43.790Z | Compiling tabled_derive v0.7.0 |
2550 | 2024-12-21T05:09:45.042Z | Compiling tabled v0.15.0 |
2551 | 2024-12-21T05:09:46.510Z | Compiling serde_derive v1.0.215 |
2552 | 2024-12-21T05:09:47.379Z | Compiling thiserror-impl v1.0.69 |
2553 | 2024-12-21T05:09:48.523Z | Compiling zerocopy-derive v0.7.35 |
2554 | 2024-12-21T05:09:50.359Z | Compiling thiserror v1.0.69 |
2555 | 2024-12-21T05:09:50.528Z | Compiling pest v2.7.14 |
2556 | 2024-12-21T05:09:50.553Z | Compiling zerocopy v0.7.35 |
2557 | 2024-12-21T05:09:52.220Z | Compiling scroll_derive v0.12.0 |
2558 | 2024-12-21T05:09:53.545Z | Compiling pest_meta v2.7.14 |
2559 | 2024-12-21T05:09:53.619Z | Compiling scroll v0.12.0 |
2560 | 2024-12-21T05:09:54.373Z | Compiling goblin v0.8.2 |
2561 | 2024-12-21T05:09:57.783Z | Compiling pest_generator v2.7.14 |
2562 | 2024-12-21T05:09:59.655Z | Compiling pest_derive v2.7.14 |
2563 | 2024-12-21T05:10:00.895Z | Compiling dtrace-parser v0.2.0 |
2564 | 2024-12-21T05:10:02.710Z | Compiling dof v0.3.0 |
2565 | 2024-12-21T05:10:03.056Z | Compiling serde_spanned v0.6.8 |
2566 | 2024-12-21T05:10:03.637Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-21T05:10:04.195Z | Compiling serde_tokenstream v0.2.2 |
2568 | 2024-12-21T05:10:04.755Z | Compiling toml_edit v0.22.22 |
2569 | 2024-12-21T05:10:04.770Z | Compiling camino v1.1.9 |
2570 | 2024-12-21T05:10:04.801Z | Compiling usdt-attr-macro v0.5.0 |
2571 | 2024-12-21T05:10:04.878Z | Compiling usdt-macro v0.5.0 |
2572 | 2024-12-21T05:10:06.090Z | Compiling cargo-platform v0.1.8 |
2573 | 2024-12-21T05:10:06.179Z | Compiling semver v1.0.23 |
2574 | 2024-12-21T05:10:06.198Z | Compiling clap_derive v4.5.18 |
2575 | 2024-12-21T05:10:06.557Z | Compiling camino-tempfile v1.1.1 |
2576 | 2024-12-21T05:10:07.341Z | Compiling cargo_metadata v0.18.1 |
2577 | 2024-12-21T05:10:08.280Z | Compiling toml v0.8.19 |
2578 | 2024-12-21T05:10:10.927Z | Compiling clap v4.5.21 |
2579 | 2024-12-21T05:10:11.067Z | Compiling cargo_toml v0.20.5 |
2580 | 2024-12-21T05:10:12.310Z | Compiling usdt v0.5.0 |
2581 | 2024-12-21T05:10:13.222Z | Compiling macaddr v1.0.1 |
2582 | 2024-12-21T05:10:22.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2583 | 2024-12-21T05:10:33.684Z | Finished `release` profile [optimized] target(s) in 55.59s |
2584 | 2024-12-21T05:10:33.787Z | |
2585 | 2024-12-21T05:10:33.788Z | real 55.718979189 |
2586 | 2024-12-21T05:10:33.788Z | user 5:43.261647836 |
2587 | 2024-12-21T05:10:33.788Z | sys 31.172732276 |
2588 | 2024-12-21T05:10:33.788Z | trap 0.149356836 |
2589 | 2024-12-21T05:10:33.788Z | tflt 0.332136582 |
2590 | 2024-12-21T05:10:33.788Z | dflt 0.616607561 |
2591 | 2024-12-21T05:10:33.788Z | kflt 0.000000000 |
2592 | 2024-12-21T05:10:33.788Z | lock 10:17.508516572 |
2593 | 2024-12-21T05:10:33.788Z | slp 15:19.564791735 |
2594 | 2024-12-21T05:10:33.788Z | lat 13.514769757 |
2595 | 2024-12-21T05:10:33.788Z | stop 16.211580341 |
2596 | 2024-12-21T05:10:33.790Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-21T05:10:33.790Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-21T05:10:33.790Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-21T05:10:33.790Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-21T05:10:33.790Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2601 | 2024-12-21T05:10:34.642Z | Compiling hashbrown v0.14.5 |
2602 | 2024-12-21T05:10:34.769Z | Compiling ident_case v1.0.1 |
2603 | 2024-12-21T05:10:34.780Z | Compiling unsafe-libyaml v0.2.11 |
2604 | 2024-12-21T05:10:34.780Z | Compiling progenitor-client v0.8.0 |
2605 | 2024-12-21T05:10:34.784Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-21T05:10:34.784Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-21T05:10:34.784Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2024-12-21T05:10:34.784Z | Compiling instant v0.1.13 |
2609 | 2024-12-21T05:10:34.913Z | Compiling darling_core v0.20.10 |
2610 | 2024-12-21T05:10:34.977Z | Compiling structmeta-derive v0.3.0 |
2611 | 2024-12-21T05:10:35.222Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2612 | 2024-12-21T05:10:35.248Z | Compiling dropshot v0.13.0 |
2613 | 2024-12-21T05:10:35.333Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-21T05:10:35.897Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2615 | 2024-12-21T05:10:35.902Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-21T05:10:36.062Z | Compiling regress v0.10.1 |
2617 | 2024-12-21T05:10:36.088Z | Compiling serde_yaml v0.9.34+deprecated |
2618 | 2024-12-21T05:10:36.568Z | Compiling regress v0.9.1 |
2619 | 2024-12-21T05:10:36.737Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-12-21T05:10:36.902Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2621 | 2024-12-21T05:10:36.932Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2622 | 2024-12-21T05:10:37.689Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2623 | 2024-12-21T05:10:37.927Z | Compiling backoff v0.4.0 |
2624 | 2024-12-21T05:10:37.945Z | Compiling structmeta v0.3.0 |
2625 | 2024-12-21T05:10:38.142Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2626 | 2024-12-21T05:10:38.298Z | Compiling tempfile v3.13.0 |
2627 | 2024-12-21T05:10:38.323Z | Compiling proc-macro-crate v1.3.1 |
2628 | 2024-12-21T05:10:38.410Z | Compiling parse-display-derive v0.10.0 |
2629 | 2024-12-21T05:10:39.231Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-12-21T05:10:39.449Z | Compiling num_enum_derive v0.5.11 |
2631 | 2024-12-21T05:10:39.623Z | Compiling itertools v0.13.0 |
2632 | 2024-12-21T05:10:40.174Z | Compiling typify-impl v0.2.0 |
2633 | 2024-12-21T05:10:41.239Z | Compiling zerocopy v0.8.10 |
2634 | 2024-12-21T05:10:41.869Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-12-21T05:10:42.108Z | Compiling num_enum v0.5.11 |
2636 | 2024-12-21T05:10:42.201Z | Compiling darling_macro v0.20.10 |
2637 | 2024-12-21T05:10:42.217Z | Compiling foreign-types-macros v0.2.3 |
2638 | 2024-12-21T05:10:42.250Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-12-21T05:10:42.277Z | Compiling crucible-workspace-hack v0.1.0 |
2640 | 2024-12-21T05:10:42.545Z | Compiling foreign-types-shared v0.3.1 |
2641 | 2024-12-21T05:10:42.677Z | Compiling heapless v0.8.0 |
2642 | 2024-12-21T05:10:43.040Z | Compiling proc-macro-error v1.0.4 |
2643 | 2024-12-21T05:10:43.099Z | Compiling parse-display v0.10.0 |
2644 | 2024-12-21T05:10:43.167Z | Compiling darling v0.20.10 |
2645 | 2024-12-21T05:10:43.297Z | Compiling serde_with_macros v3.11.0 |
2646 | 2024-12-21T05:10:43.506Z | Compiling foreign-types v0.5.0 |
2647 | 2024-12-21T05:10:43.541Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2648 | 2024-12-21T05:10:43.818Z | Compiling camino-tempfile v1.1.1 |
2649 | 2024-12-21T05:10:43.837Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-12-21T05:10:43.946Z | Compiling hash32 v0.3.1 |
2651 | 2024-12-21T05:10:44.206Z | Compiling cstr-argument v0.1.2 |
2652 | 2024-12-21T05:10:44.272Z | Compiling smoltcp v0.11.0 |
2653 | 2024-12-21T05:10:44.475Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-12-21T05:10:44.677Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2655 | 2024-12-21T05:10:44.697Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2656 | 2024-12-21T05:10:44.879Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-12-21T05:10:45.198Z | Compiling tabwriter v1.4.0 |
2658 | 2024-12-21T05:10:45.495Z | Compiling colored v2.1.0 |
2659 | 2024-12-21T05:10:45.800Z | Compiling cobs v0.2.3 |
2660 | 2024-12-21T05:10:46.179Z | Compiling serde_with v3.11.0 |
2661 | 2024-12-21T05:10:46.206Z | Compiling postcard v1.0.10 |
2662 | 2024-12-21T05:10:46.330Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-21T05:10:46.640Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-21T05:10:46.890Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2024-12-21T05:10:46.910Z | Compiling thiserror v2.0.3 |
2666 | 2024-12-21T05:10:47.582Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-12-21T05:10:47.914Z | Compiling smf v0.2.3 |
2668 | 2024-12-21T05:10:48.210Z | Compiling thiserror-impl v2.0.3 |
2669 | 2024-12-21T05:10:48.989Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-12-21T05:10:49.399Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-12-21T05:10:49.743Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2672 | 2024-12-21T05:10:50.195Z | Compiling num-derive v0.4.2 |
2673 | 2024-12-21T05:10:50.237Z | Compiling sigpipe v0.1.3 |
2674 | 2024-12-21T05:10:50.372Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-12-21T05:10:50.710Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-21T05:10:50.885Z | Compiling zone v0.3.0 |
2677 | 2024-12-21T05:10:51.017Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-21T05:10:51.220Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2679 | 2024-12-21T05:10:51.702Z | Compiling universal-hash v0.5.1 |
2680 | 2024-12-21T05:10:51.871Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-21T05:10:51.899Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-12-21T05:10:51.918Z | Compiling tungstenite v0.21.0 |
2683 | 2024-12-21T05:10:52.008Z | Compiling num-rational v0.4.2 |
2684 | 2024-12-21T05:10:52.108Z | Compiling password-hash v0.5.0 |
2685 | 2024-12-21T05:10:52.551Z | Compiling num-complex v0.4.6 |
2686 | 2024-12-21T05:10:52.625Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2687 | 2024-12-21T05:10:53.212Z | Compiling blake2 v0.10.6 |
2688 | 2024-12-21T05:10:53.573Z | Compiling aead v0.5.2 |
2689 | 2024-12-21T05:10:53.658Z | Compiling convert_case v0.4.0 |
2690 | 2024-12-21T05:10:53.662Z | Compiling keccak v0.1.5 |
2691 | 2024-12-21T05:10:53.865Z | Compiling base64 v0.21.7 |
2692 | 2024-12-21T05:10:53.974Z | Compiling argon2 v0.5.3 |
2693 | 2024-12-21T05:10:54.148Z | Compiling sha3 v0.10.8 |
2694 | 2024-12-21T05:10:54.580Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2024-12-21T05:10:54.637Z | Compiling num v0.4.3 |
2696 | 2024-12-21T05:10:54.672Z | Compiling derive_more v0.99.18 |
2697 | 2024-12-21T05:10:54.736Z | Compiling tokio-tungstenite v0.21.0 |
2698 | 2024-12-21T05:10:54.757Z | Compiling poly1305 v0.8.0 |
2699 | 2024-12-21T05:10:54.777Z | Compiling chacha20 v0.9.1 |
2700 | 2024-12-21T05:10:55.185Z | Compiling float-ord v0.3.2 |
2701 | 2024-12-21T05:10:55.265Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2024-12-21T05:10:55.343Z | Compiling same-file v1.0.6 |
2703 | 2024-12-21T05:10:55.369Z | Compiling semver v0.1.20 |
2704 | 2024-12-21T05:10:55.724Z | Compiling walkdir v2.5.0 |
2705 | 2024-12-21T05:10:55.743Z | Compiling newline-converter v0.3.0 |
2706 | 2024-12-21T05:10:55.930Z | Compiling rustc_version v0.1.7 |
2707 | 2024-12-21T05:10:56.379Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2708 | 2024-12-21T05:10:56.501Z | Compiling primeorder v0.13.6 |
2709 | 2024-12-21T05:10:56.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2710 | 2024-12-21T05:10:56.563Z | Compiling secrecy v0.8.0 |
2711 | 2024-12-21T05:10:56.717Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-12-21T05:10:56.830Z | Compiling owo-colors v4.1.0 |
2713 | 2024-12-21T05:10:56.832Z | Compiling cancel-safe-futures v0.1.5 |
2714 | 2024-12-21T05:10:57.057Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-12-21T05:10:57.152Z | Compiling expectorate v1.1.0 |
2716 | 2024-12-21T05:10:57.174Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2717 | 2024-12-21T05:10:57.233Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-12-21T05:10:57.335Z | Compiling thiserror-impl-no-std v2.0.2 |
2719 | 2024-12-21T05:10:57.353Z | Compiling ring v0.16.20 |
2720 | 2024-12-21T05:10:57.562Z | Compiling blake3 v1.5.4 |
2721 | 2024-12-21T05:10:57.591Z | Compiling half v2.4.1 |
2722 | 2024-12-21T05:10:58.214Z | Compiling unicase v2.7.0 |
2723 | 2024-12-21T05:10:58.241Z | Compiling arc-swap v1.7.1 |
2724 | 2024-12-21T05:10:58.400Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2725 | 2024-12-21T05:10:58.437Z | Compiling ciborium-io v0.2.2 |
2726 | 2024-12-21T05:10:58.581Z | Compiling ciborium-ll v0.2.2 |
2727 | 2024-12-21T05:10:58.738Z | Compiling slog-scope v4.4.0 |
2728 | 2024-12-21T05:10:59.019Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2729 | 2024-12-21T05:10:59.097Z | Compiling typify-macro v0.2.0 |
2730 | 2024-12-21T05:10:59.274Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2731 | 2024-12-21T05:10:59.878Z | Compiling polyval v0.6.2 |
2732 | 2024-12-21T05:11:00.177Z | Compiling atomicwrites v0.4.4 |
2733 | 2024-12-21T05:11:00.350Z | Compiling libsw v3.3.1 |
2734 | 2024-12-21T05:11:00.687Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-12-21T05:11:00.726Z | Compiling memmap2 v0.9.5 |
2736 | 2024-12-21T05:11:00.726Z | Compiling parking_lot_core v0.8.6 |
2737 | 2024-12-21T05:11:00.742Z | Compiling salty v0.3.0 |
2738 | 2024-12-21T05:11:01.135Z | Compiling arrayvec v0.7.6 |
2739 | 2024-12-21T05:11:01.179Z | Compiling constant_time_eq v0.3.1 |
2740 | 2024-12-21T05:11:01.206Z | Compiling indent_write v2.2.0 |
2741 | 2024-12-21T05:11:01.358Z | Compiling arrayref v0.3.9 |
2742 | 2024-12-21T05:11:01.391Z | Compiling libefi-sys v0.1.0 |
2743 | 2024-12-21T05:11:01.435Z | Compiling linear-map v1.2.0 |
2744 | 2024-12-21T05:11:01.483Z | Compiling spin v0.5.2 |
2745 | 2024-12-21T05:11:01.779Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2746 | 2024-12-21T05:11:01.871Z | Compiling vsss-rs v3.3.4 |
2747 | 2024-12-21T05:11:01.958Z | Compiling ghash v0.5.1 |
2748 | 2024-12-21T05:11:02.351Z | Compiling slog-stdlog v4.1.1 |
2749 | 2024-12-21T05:11:02.537Z | Compiling ciborium v0.2.2 |
2750 | 2024-12-21T05:11:03.182Z | Compiling p384 v0.13.0 |
2751 | 2024-12-21T05:11:03.222Z | Compiling toolchain_find v0.4.0 |
2752 | 2024-12-21T05:11:03.570Z | Compiling typify v0.2.0 |
2753 | 2024-12-21T05:11:03.743Z | Compiling progenitor-impl v0.8.0 |
2754 | 2024-12-21T05:11:03.804Z | Compiling chacha20poly1305 v0.10.1 |
2755 | 2024-12-21T05:11:03.950Z | Compiling ctr v0.9.2 |
2756 | 2024-12-21T05:11:04.036Z | Compiling lzma-sys v0.1.20 |
2757 | 2024-12-21T05:11:04.120Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2758 | 2024-12-21T05:11:04.326Z | Compiling bitfield-struct v0.6.2 |
2759 | 2024-12-21T05:11:04.544Z | Compiling slog-dtrace v0.3.0 |
2760 | 2024-12-21T05:11:04.699Z | Compiling topological-sort v0.2.2 |
2761 | 2024-12-21T05:11:04.825Z | Compiling highway v1.2.0 |
2762 | 2024-12-21T05:11:04.927Z | Compiling omicron-zone-package v0.11.1 |
2763 | 2024-12-21T05:11:05.111Z | Compiling aes-gcm v0.10.3 |
2764 | 2024-12-21T05:11:05.365Z | Compiling rustfmt-wrapper v0.2.1 |
2765 | 2024-12-21T05:11:05.442Z | Compiling mime_guess v2.0.5 |
2766 | 2024-12-21T05:11:05.673Z | Compiling slog-envlogger v2.2.0 |
2767 | 2024-12-21T05:11:05.783Z | Compiling steno v0.4.1 |
2768 | 2024-12-21T05:11:05.862Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2769 | 2024-12-21T05:11:06.634Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2770 | 2024-12-21T05:11:06.829Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2771 | 2024-12-21T05:11:07.011Z | Compiling heck v0.3.3 |
2772 | 2024-12-21T05:11:07.066Z | Compiling ssh-encoding v0.2.0 |
2773 | 2024-12-21T05:11:07.133Z | Compiling blowfish v0.9.1 |
2774 | 2024-12-21T05:11:07.322Z | Compiling nibble_vec v0.1.0 |
2775 | 2024-12-21T05:11:07.462Z | Compiling env_filter v0.1.2 |
2776 | 2024-12-21T05:11:07.558Z | Compiling humantime v2.1.0 |
2777 | 2024-12-21T05:11:07.611Z | Compiling endian-type v0.1.2 |
2778 | 2024-12-21T05:11:07.614Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2779 | 2024-12-21T05:11:07.852Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2780 | 2024-12-21T05:11:07.913Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2781 | 2024-12-21T05:11:08.038Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2024-12-21T05:11:08.052Z | Compiling radix_trie v0.2.1 |
2783 | 2024-12-21T05:11:08.111Z | Compiling env_logger v0.11.5 |
2784 | 2024-12-21T05:11:08.175Z | Compiling zone_cfg_derive v0.1.2 |
2785 | 2024-12-21T05:11:08.258Z | Compiling ssh-cipher v0.2.0 |
2786 | 2024-12-21T05:11:08.736Z | Compiling bcrypt-pbkdf v0.10.0 |
2787 | 2024-12-21T05:11:08.902Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2788 | 2024-12-21T05:11:09.359Z | Compiling parking_lot v0.11.2 |
2789 | 2024-12-21T05:11:09.413Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2790 | 2024-12-21T05:11:09.756Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2791 | 2024-12-21T05:11:10.023Z | Compiling password-hash v0.4.2 |
2792 | 2024-12-21T05:11:10.198Z | Compiling gethostname v0.5.0 |
2793 | 2024-12-21T05:11:10.345Z | Compiling fxhash v0.2.1 |
2794 | 2024-12-21T05:11:10.366Z | Compiling http-range v0.1.5 |
2795 | 2024-12-21T05:11:10.369Z | Compiling lockfree-object-pool v0.1.6 |
2796 | 2024-12-21T05:11:10.423Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2797 | 2024-12-21T05:11:10.589Z | Compiling zip v2.1.3 |
2798 | 2024-12-21T05:11:10.704Z | Compiling base64 v0.13.1 |
2799 | 2024-12-21T05:11:10.775Z | Compiling matches v0.1.10 |
2800 | 2024-12-21T05:11:10.775Z | Compiling bumpalo v3.16.0 |
2801 | 2024-12-21T05:11:10.903Z | Compiling simd-adler32 v0.3.7 |
2802 | 2024-12-21T05:11:10.958Z | Compiling idna v0.2.3 |
2803 | 2024-12-21T05:11:11.008Z | Compiling sled v0.34.7 |
2804 | 2024-12-21T05:11:11.276Z | Compiling zopfli v0.8.1 |
2805 | 2024-12-21T05:11:11.336Z | Compiling ron v0.7.1 |
2806 | 2024-12-21T05:11:11.399Z | Compiling pbkdf2 v0.11.0 |
2807 | 2024-12-21T05:11:11.491Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2808 | 2024-12-21T05:11:11.765Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2809 | 2024-12-21T05:11:12.230Z | Compiling xz2 v0.1.7 |
2810 | 2024-12-21T05:11:12.266Z | Compiling progenitor-macro v0.8.0 |
2811 | 2024-12-21T05:11:12.678Z | Compiling zone v0.1.8 |
2812 | 2024-12-21T05:11:12.936Z | Compiling ssh-key v0.6.6 |
2813 | 2024-12-21T05:11:13.118Z | Compiling hickory-client v0.24.1 |
2814 | 2024-12-21T05:11:13.802Z | Compiling p256 v0.13.2 |
2815 | 2024-12-21T05:11:14.011Z | Compiling p521 v0.13.3 |
2816 | 2024-12-21T05:11:14.290Z | Compiling hickory-server v0.24.1 |
2817 | 2024-12-21T05:11:14.665Z | Compiling enum-as-inner v0.5.1 |
2818 | 2024-12-21T05:11:14.704Z | Compiling pem v3.0.4 |
2819 | 2024-12-21T05:11:15.557Z | Compiling yasna v0.5.2 |
2820 | 2024-12-21T05:11:15.821Z | Compiling headers-core v0.3.0 |
2821 | 2024-12-21T05:11:16.009Z | Compiling kstat-rs v0.2.4 |
2822 | 2024-12-21T05:11:16.504Z | Compiling nanorand v0.7.0 |
2823 | 2024-12-21T05:11:16.698Z | Compiling atty v0.2.14 |
2824 | 2024-12-21T05:11:16.861Z | Compiling russh-cryptovec v0.7.3 |
2825 | 2024-12-21T05:11:17.104Z | Compiling md5 v0.7.0 |
2826 | 2024-12-21T05:11:17.193Z | Compiling flume v0.11.1 |
2827 | 2024-12-21T05:11:17.317Z | Compiling rcgen v0.12.1 |
2828 | 2024-12-21T05:11:17.628Z | Compiling russh-keys v0.45.0 |
2829 | 2024-12-21T05:11:17.849Z | Compiling headers v0.4.0 |
2830 | 2024-12-21T05:11:17.971Z | Compiling trust-dns-proto v0.22.0 |
2831 | 2024-12-21T05:11:19.055Z | Compiling hyper-staticfile v0.10.1 |
2832 | 2024-12-21T05:11:22.288Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2833 | 2024-12-21T05:11:22.305Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2834 | 2024-12-21T05:11:22.305Z | Compiling num-bigint v0.4.6 |
2835 | 2024-12-21T05:11:22.305Z | Compiling des v0.8.1 |
2836 | 2024-12-21T05:11:22.305Z | Compiling subprocess v0.2.9 |
2837 | 2024-12-21T05:11:22.305Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2024-12-21T05:11:22.305Z | Compiling hex-literal v0.4.1 |
2839 | 2024-12-21T05:11:22.305Z | Compiling display-error-chain v0.2.2 |
2840 | 2024-12-21T05:11:22.305Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2024-12-21T05:11:22.305Z | Compiling internet-checksum v0.2.1 |
2842 | 2024-12-21T05:11:22.501Z | Compiling dhcproto v0.12.0 |
2843 | 2024-12-21T05:11:23.693Z | Compiling russh v0.45.0 |
2844 | 2024-12-21T05:11:25.717Z | Compiling progenitor v0.8.0 |
2845 | 2024-12-21T05:11:25.867Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-12-21T05:11:25.867Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2847 | 2024-12-21T05:11:25.870Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2848 | 2024-12-21T05:11:25.870Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2849 | 2024-12-21T05:11:25.870Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2024-12-21T05:11:25.931Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2851 | 2024-12-21T05:11:25.967Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2024-12-21T05:11:26.781Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-21T05:11:27.288Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2854 | 2024-12-21T05:11:28.616Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-12-21T05:11:31.580Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2024-12-21T05:11:31.676Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2024-12-21T05:11:41.922Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-12-21T05:11:41.922Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-12-21T05:11:41.924Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2024-12-21T05:11:41.924Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-21T05:11:45.159Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2862 | 2024-12-21T05:11:45.337Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-12-21T05:11:46.522Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2864 | 2024-12-21T05:11:46.884Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2865 | 2024-12-21T05:11:49.171Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-12-21T05:11:49.959Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-21T05:11:51.260Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2024-12-21T05:11:51.305Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2024-12-21T05:11:52.946Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2870 | 2024-12-21T05:11:53.912Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2871 | 2024-12-21T05:11:54.070Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2872 | 2024-12-21T05:11:55.120Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2873 | 2024-12-21T05:11:55.668Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2874 | 2024-12-21T05:11:55.851Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2875 | 2024-12-21T05:11:56.011Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2876 | 2024-12-21T05:11:58.129Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-12-21T05:11:58.645Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2024-12-21T05:11:59.888Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2879 | 2024-12-21T05:12:01.718Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-12-21T05:12:03.953Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2881 | 2024-12-21T05:12:05.011Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2882 | 2024-12-21T05:12:05.866Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2024-12-21T05:12:06.967Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2024-12-21T05:12:07.885Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2024-12-21T05:12:11.198Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2024-12-21T05:12:20.066Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2024-12-21T05:12:21.386Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2024-12-21T05:12:40.450Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2024-12-21T05:13:15.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
2890 | 2024-12-21T05:13:15.650Z | |
2891 | 2024-12-21T05:13:15.650Z | real 2:41.793326963 |
2892 | 2024-12-21T05:13:15.650Z | user 12:31.474964954 |
2893 | 2024-12-21T05:13:15.650Z | sys 2:45.733779759 |
2894 | 2024-12-21T05:13:15.650Z | trap 0.331543610 |
2895 | 2024-12-21T05:13:15.650Z | tflt 0.715682717 |
2896 | 2024-12-21T05:13:15.653Z | dflt 2.310053443 |
2897 | 2024-12-21T05:13:15.653Z | kflt 0.000328669 |
2898 | 2024-12-21T05:13:15.655Z | lock 26:02.122227656 |
2899 | 2024-12-21T05:13:15.655Z | slp 45:14.638188518 |
2900 | 2024-12-21T05:13:15.655Z | lat 36.956412661 |
2901 | 2024-12-21T05:13:15.655Z | stop 1:31.657976285 |
2902 | 2024-12-21T05:13:15.655Z | + mkdir tests |
2903 | 2024-12-21T05:13:15.658Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2024-12-21T05:13:15.658Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2024-12-21T05:13:15.694Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3351aa7b9f33912 tests/ |
2906 | 2024-12-21T05:13:15.714Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3c1b12837a0afffa tests/ |
2907 | 2024-12-21T05:13:15.733Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-981ed8e4d83eb856 tests/ |
2908 | 2024-12-21T05:13:15.753Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0995620af4334fd6 tests/ |
2909 | 2024-12-21T05:13:15.922Z | + 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/*) |
2910 | 2024-12-21T05:13:15.925Z | + 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-3c1b12837a0afffa tests/commtest-981ed8e4d83eb856 tests/dhcp_server-a3351aa7b9f33912 tests/end_to_end_tests-0995620af4334fd6 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 |
2911 | 2024-12-21T05:14:27.235Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2024-12-21T05:14:27.235Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2024-12-21T05:14:27.235Z | a out/target/test 1K |
2914 | 2024-12-21T05:14:27.236Z | a out/npuzone/npuzone 23144K |
2915 | 2024-12-21T05:14:27.236Z | a package-manifest.toml 33K |
2916 | 2024-12-21T05:14:27.236Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2024-12-21T05:14:27.236Z | a target/release/omicron-package 36392K |
2918 | 2024-12-21T05:14:27.236Z | a target/release/xtask 11721K |
2919 | 2024-12-21T05:14:27.236Z | a target/debug/bootstrap 208836K |
2920 | 2024-12-21T05:14:27.236Z | a tests/bootstrap-3c1b12837a0afffa 24243K |
2921 | 2024-12-21T05:14:27.236Z | a tests/commtest-981ed8e4d83eb856 25019K |
2922 | 2024-12-21T05:14:27.236Z | a tests/dhcp_server-a3351aa7b9f33912 24243K |
2923 | 2024-12-21T05:14:27.236Z | a tests/end_to_end_tests-0995620af4334fd6 227029K |
2924 | 2024-12-21T05:14:27.236Z | a out/clickhouse.tar.gz 293516K |
2925 | 2024-12-21T05:14:27.236Z | a out/clickhouse_keeper.tar.gz 280611K |
2926 | 2024-12-21T05:14:27.236Z | a out/clickhouse_server.tar.gz 293494K |
2927 | 2024-12-21T05:14:27.236Z | a out/cockroachdb.tar.gz 134634K |
2928 | 2024-12-21T05:14:27.236Z | a out/crucible-dtrace.tar 85K |
2929 | 2024-12-21T05:14:27.236Z | a out/crucible-pantry-zone.tar.gz 28211K |
2930 | 2024-12-21T05:14:27.236Z | a out/crucible-zone.tar.gz 36433K |
2931 | 2024-12-21T05:14:27.236Z | a out/external-dns.tar.gz 35342K |
2932 | 2024-12-21T05:14:27.236Z | a out/internal-dns.tar.gz 35342K |
2933 | 2024-12-21T05:14:27.236Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2024-12-21T05:14:27.236Z | a out/nexus.tar.gz 98319K |
2935 | 2024-12-21T05:14:27.236Z | a out/ntp.tar.gz 10388K |
2936 | 2024-12-21T05:14:27.236Z | a out/omicron-gateway-softnpu.tar.gz 23956K |
2937 | 2024-12-21T05:14:27.236Z | a out/omicron-sled-agent.tar 113438K |
2938 | 2024-12-21T05:14:27.236Z | a out/overlay.tar.gz 3K |
2939 | 2024-12-21T05:14:27.237Z | a out/oximeter.tar.gz 47818K |
2940 | 2024-12-21T05:14:27.237Z | a out/oxlog.tar 3088K |
2941 | 2024-12-21T05:14:27.237Z | a out/probe.tar.gz 2764K |
2942 | 2024-12-21T05:14:27.237Z | a out/propolis-server.tar.gz 66291K |
2943 | 2024-12-21T05:14:27.237Z | a out/pumpkind-gz.tar 26665K |
2944 | 2024-12-21T05:14:27.237Z | a out/switch-softnpu.tar.gz 235366K |
2945 | 2024-12-21T05:14:27.244Z | |
2946 | 2024-12-21T05:14:27.245Z | real 1:11.224174072 |
2947 | 2024-12-21T05:14:27.245Z | user 1:08.151444467 |
2948 | 2024-12-21T05:14:27.245Z | sys 4.184617104 |
2949 | 2024-12-21T05:14:27.245Z | trap 0.018441406 |
2950 | 2024-12-21T05:14:27.245Z | tflt 0.000000000 |
2951 | 2024-12-21T05:14:27.245Z | dflt 0.000000000 |
2952 | 2024-12-21T05:14:27.245Z | kflt 0.000000000 |
2953 | 2024-12-21T05:14:27.245Z | lock 0.000000000 |
2954 | 2024-12-21T05:14:27.245Z | slp 1:08.115090536 |
2955 | 2024-12-21T05:14:27.245Z | lat 1.974508391 |
2956 | 2024-12-21T05:14:27.245Z | stop 0.000199420 |
2957 | 2024-12-21T05:14:27.245Z | process exited: duration 1914070 ms, exit code 0 |
|
2958 | 2024-12-21T05:14:27.268Z | found 1 output files |
2959 | 2024-12-21T05:14:27.268Z | uploading: /work/package.tar.gz (1880236622 bytes) |
2960 | 2024-12-21T05:15:55.808Z | uploaded: /work/package.tar.gz |