|
|
|
1 | 2024-12-20T22:45:22.062Z | job assigned to worker 01JFK3X23S4173SKM946SV62K3 [factory aws, i-0c42e52061514fbd8] (queued for 10 m 25 s) |
|
2 | 2024-12-20T22:45:30.097Z | starting task 0: "setup" |
3 | 2024-12-20T22:45:30.106Z | ++ uname -s |
4 | 2024-12-20T22:45:30.109Z | + kern=SunOS |
5 | 2024-12-20T22:45:30.109Z | + case "$kern" in |
6 | 2024-12-20T22:45:30.109Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:45:30.114Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:45:32.120Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:45:32.228Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:45:32.231Z | + home_fs=zfs |
11 | 2024-12-20T22:45:32.231Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:45:32.231Z | + mkdir -p /home/build |
13 | 2024-12-20T22:45:32.248Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:45:34.235Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:45:34.238Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-12-20T22:45:34.245Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:45:34.250Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:45:34.250Z | ' 1.81.0 |
19 | 2024-12-20T22:45:34.250Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:45:34.250Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-20T22:45:34.250Z | * toolchain profile = "default" |
22 | 2024-12-20T22:45:34.250Z | ' default |
23 | 2024-12-20T22:45:34.252Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:45:34.252Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:45:34.376Z | info: downloading installer |
26 | 2024-12-20T22:45:35.688Z | info: profile set to 'default' |
27 | 2024-12-20T22:45:35.688Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:45:35.694Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:45:35.826Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:45:35.826Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:45:36.549Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:45:36.817Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:45:37.824Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:45:39.374Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:45:45.116Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:45:45.327Z | info: installing component 'cargo' |
37 | 2024-12-20T22:45:46.143Z | info: installing component 'clippy' |
38 | 2024-12-20T22:45:46.517Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:45:48.113Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:45:49.886Z | info: installing component 'rustc' |
41 | 2024-12-20T22:45:55.654Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:45:55.993Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:45:55.993Z | |
44 | 2024-12-20T22:45:56.372Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:45:56.372Z | |
46 | 2024-12-20T22:45:56.375Z | |
47 | 2024-12-20T22:45:56.375Z | Rust is installed now. Great! |
48 | 2024-12-20T22:45:56.375Z | |
49 | 2024-12-20T22:45:56.375Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:45:56.375Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:45:56.375Z | |
52 | 2024-12-20T22:45:56.376Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:45:56.376Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:45:56.376Z | |
55 | 2024-12-20T22:45:56.376Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:45:56.376Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:45:56.376Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:45:56.448Z | + rustc --version |
59 | 2024-12-20T22:45:56.515Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:45:56.518Z | process exited: duration 22269 ms, exit code 0 |
|
61 | 2024-12-20T22:45:56.523Z | starting task 2: "authentication" |
62 | 2024-12-20T22:45:56.544Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T22:45:56.549Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:45:56.554Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:45:56.556Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:45:56.594Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:46:03.725Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:46:03.725Z | + git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
69 | 2024-12-20T22:46:04.118Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:46:04.118Z | * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD |
71 | 2024-12-20T22:46:04.128Z | + [[ -n diffus ]] |
72 | 2024-12-20T22:46:04.130Z | ++ git branch --show-current |
73 | 2024-12-20T22:46:04.134Z | + current=main |
74 | 2024-12-20T22:46:04.134Z | + [[ main != diffus ]] |
75 | 2024-12-20T22:46:04.134Z | + git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
76 | 2024-12-20T22:46:04.137Z | + git checkout -f diffus |
77 | 2024-12-20T22:46:04.310Z | Switched to branch 'diffus' |
78 | 2024-12-20T22:46:04.313Z | + git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
79 | 2024-12-20T22:46:04.330Z | HEAD is now at 3aafc3f05 Merge branch 'main' into diffus |
80 | 2024-12-20T22:46:04.332Z | process exited: duration 7780 ms, exit code 0 |
|
81 | 2024-12-20T22:46:04.338Z | starting task 4: "build" |
82 | 2024-12-20T22:46:04.343Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:46:04.343Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:46:04.343Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:46:04.347Z | + cargo --version |
86 | 2024-12-20T22:46:04.401Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:46:04.403Z | + rustc --version |
88 | 2024-12-20T22:46:04.463Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:46:04.467Z | + WORK=/work |
90 | 2024-12-20T22:46:04.467Z | + pfexec mkdir -p /work |
91 | 2024-12-20T22:46:04.470Z | + pfexec chown build /work |
92 | 2024-12-20T22:46:04.473Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T22:46:11.181Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T22:46:15.073Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T22:46:25.677Z | Planning: Solver setup ... Done (9.616s) |
96 | 2024-12-20T22:46:25.812Z | Planning: Running solver ... Done (0.134s) |
97 | 2024-12-20T22:46:25.919Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-20T22:46:25.931Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T22:46:26.560Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T22:46:26.662Z | Planning: Package planning ... Done (0.100s) |
101 | 2024-12-20T22:46:26.715Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-12-20T22:46:27.081Z | Planning: Checking for conflicting actions ... Done (0.367s) |
103 | 2024-12-20T22:46:29.230Z | Planning: Consolidating action changes ... Done (2.147s) |
104 | 2024-12-20T22:46:29.686Z | Planning: Evaluating mediators ... Done (0.456s) |
105 | 2024-12-20T22:46:29.767Z | Planning: Planning completed in 14.60 seconds |
106 | 2024-12-20T22:46:29.786Z | Packages to install: 4 |
107 | 2024-12-20T22:46:29.786Z | Packages to update: 1 |
108 | 2024-12-20T22:46:29.790Z | Mediators to change: 2 |
109 | 2024-12-20T22:46:29.790Z | Services to change: 1 |
110 | 2024-12-20T22:46:29.790Z | Estimated space available: 155.64 GB |
111 | 2024-12-20T22:46:29.790Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T22:46:29.790Z | Create boot environment: No |
113 | 2024-12-20T22:46:29.790Z | Create backup boot environment: Yes |
114 | 2024-12-20T22:46:29.790Z | Rebuild boot archive: No |
115 | 2024-12-20T22:46:29.790Z | |
116 | 2024-12-20T22:46:29.790Z | Changed mediators: |
117 | 2024-12-20T22:46:29.790Z | mediator clang: |
118 | 2024-12-20T22:46:29.790Z | version: None -> 15 (system default) |
119 | 2024-12-20T22:46:29.790Z | |
120 | 2024-12-20T22:46:29.790Z | mediator llvm: |
121 | 2024-12-20T22:46:29.790Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T22:46:29.790Z | |
123 | 2024-12-20T22:46:29.790Z | Changed packages: |
124 | 2024-12-20T22:46:29.790Z | helios-dev |
125 | 2024-12-20T22:46:29.790Z | developer/build-essential |
126 | 2024-12-20T22:46:29.790Z | None -> 11-2.0 |
127 | 2024-12-20T22:46:29.791Z | library/libxmlsec1 |
128 | 2024-12-20T22:46:29.791Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T22:46:29.791Z | ooce/developer/clang-15 |
130 | 2024-12-20T22:46:29.791Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T22:46:29.791Z | ooce/developer/llvm-15 |
132 | 2024-12-20T22:46:29.791Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T22:46:29.791Z | package/pkg |
134 | 2024-12-20T22:46:29.791Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T22:46:29.791Z | |
136 | 2024-12-20T22:46:29.791Z | Services: |
137 | 2024-12-20T22:46:29.791Z | restart_fmri: |
138 | 2024-12-20T22:46:29.791Z | svc:/system/update-man-index:default |
139 | 2024-12-20T22:46:29.791Z | |
140 | 2024-12-20T22:46:29.791Z | Editable files to change: |
141 | 2024-12-20T22:46:29.791Z | Update: |
142 | 2024-12-20T22:46:29.791Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T22:46:29.865Z | |
144 | 2024-12-20T22:46:29.865Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T22:46:34.869Z | Download: 1445/4281 items 111.0/220.6MB 50% complete (22.5M/s) |
146 | 2024-12-20T22:46:39.870Z | Download: 3124/4281 items 143.9/220.6MB 65% complete (14.3M/s) |
147 | 2024-12-20T22:46:44.756Z | Download: Completed 220.60 MB in 14.89 seconds (14.8M/s) |
148 | 2024-12-20T22:46:46.874Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-12-20T22:46:46.897Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-12-20T22:46:51.538Z | Actions: 4226/5063 actions (Updating modified actions) |
151 | 2024-12-20T22:46:51.858Z | Actions: Completed 5063 actions in 4.98 seconds. |
152 | 2024-12-20T22:46:52.278Z | Done (0.413s) |
153 | 2024-12-20T22:46:52.280Z | Done (0.000s) |
154 | 2024-12-20T22:46:52.863Z | Done (0.584s) |
155 | 2024-12-20T22:46:57.261Z | Done (4.166s) |
156 | 2024-12-20T22:46:57.353Z | Done (0.019s) |
157 | 2024-12-20T22:46:57.356Z | Done (0.000s) |
158 | 2024-12-20T22:46:57.512Z | Done (0.000s) |
159 | 2024-12-20T22:46:58.190Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-12-20T22:46:58.351Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-12-20T22:46:58.353Z | Planning: Consolidating action changes ... Done |
162 | 2024-12-20T22:46:58.618Z | Planning: Evaluating mediators ... Done |
163 | 2024-12-20T22:46:58.620Z | Planning: Planning completed in 0.43 seconds |
164 | 2024-12-20T22:46:58.658Z | Mediators to change: 2 |
165 | 2024-12-20T22:46:58.658Z | Create boot environment: No |
166 | 2024-12-20T22:46:58.660Z | Create backup boot environment: No |
167 | 2024-12-20T22:46:58.735Z | Done |
168 | 2024-12-20T22:46:58.735Z | Done |
169 | 2024-12-20T22:46:59.105Z | Done |
170 | 2024-12-20T22:47:03.270Z | Done |
171 | 2024-12-20T22:47:03.295Z | Done |
172 | 2024-12-20T22:47:03.295Z | Done |
173 | 2024-12-20T22:47:03.295Z | Done |
174 | 2024-12-20T22:47:03.605Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-12-20T22:47:03.607Z | Planning: Merging actions ... Done |
176 | 2024-12-20T22:47:03.794Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-12-20T22:47:03.797Z | Planning: Consolidating action changes ... Done |
178 | 2024-12-20T22:47:04.058Z | Planning: Evaluating mediators ... Done |
179 | 2024-12-20T22:47:04.112Z | Planning: Planning completed in 0.75 seconds |
180 | 2024-12-20T22:47:04.153Z | Packages to change: 1 |
181 | 2024-12-20T22:47:04.153Z | Mediators to change: 1 |
182 | 2024-12-20T22:47:04.155Z | Services to change: 1 |
183 | 2024-12-20T22:47:04.155Z | Create boot environment: No |
184 | 2024-12-20T22:47:04.155Z | Create backup boot environment: Yes |
185 | 2024-12-20T22:47:06.409Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-12-20T22:47:06.413Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-12-20T22:47:06.413Z | Done |
188 | 2024-12-20T22:47:06.413Z | Done |
189 | 2024-12-20T22:47:06.528Z | Done |
190 | 2024-12-20T22:47:10.157Z | Done |
191 | 2024-12-20T22:47:10.250Z | Done |
192 | 2024-12-20T22:47:10.253Z | Done |
193 | 2024-12-20T22:47:10.389Z | Done |
194 | 2024-12-20T22:47:10.821Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-12-20T22:47:10.821Z | clang system 15 system |
196 | 2024-12-20T22:47:10.821Z | csh system system illumos |
197 | 2024-12-20T22:47:10.821Z | ctags system system illumos |
198 | 2024-12-20T22:47:10.821Z | gcc vendor 12 vendor |
199 | 2024-12-20T22:47:10.821Z | gcc system 10 system |
200 | 2024-12-20T22:47:10.821Z | gcc system 7 system |
201 | 2024-12-20T22:47:10.821Z | go system 1.20 system |
202 | 2024-12-20T22:47:10.821Z | go system 1.19 system |
203 | 2024-12-20T22:47:10.821Z | llvm system 15 system |
204 | 2024-12-20T22:47:10.821Z | llvm system 14 system |
205 | 2024-12-20T22:47:10.821Z | mariadb system 10.6 system |
206 | 2024-12-20T22:47:10.821Z | mta vendor vendor dma |
207 | 2024-12-20T22:47:10.821Z | openjdk system 17 system |
208 | 2024-12-20T22:47:10.821Z | openjdk system 11 system |
209 | 2024-12-20T22:47:10.821Z | openjdk system 1.8 system |
210 | 2024-12-20T22:47:10.821Z | openssl vendor 3 vendor |
211 | 2024-12-20T22:47:10.821Z | perl system 5.36 system |
212 | 2024-12-20T22:47:10.821Z | postgresql system 15 system |
213 | 2024-12-20T22:47:10.821Z | postgresql system 13 system |
214 | 2024-12-20T22:47:10.821Z | python vendor 3 vendor |
215 | 2024-12-20T22:47:10.821Z | python system 2 system |
216 | 2024-12-20T22:47:10.821Z | python3 system 3.11 system |
217 | 2024-12-20T22:47:10.821Z | ruby system 3.0 system |
218 | 2024-12-20T22:47:10.821Z | words vendor vendor american-english |
219 | 2024-12-20T22:47:10.821Z | words system system australian-english |
220 | 2024-12-20T22:47:10.821Z | words system system british-english |
221 | 2024-12-20T22:47:10.821Z | words system system canadian-english |
222 | 2024-12-20T22:47:10.821Z | words system system french |
223 | 2024-12-20T22:47:10.821Z | words system system italian |
224 | 2024-12-20T22:47:10.821Z | words system system ngerman |
225 | 2024-12-20T22:47:10.821Z | words system system ogerman |
226 | 2024-12-20T22:47:10.821Z | words system system spanish |
227 | 2024-12-20T22:47:11.147Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-12-20T22:47:11.147Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-12-20T22:47:13.920Z | FMRI IFO |
230 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
237 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
238 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
240 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
243 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-12-20T22:47:13.921Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-12-20T22:47:14.698Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-12-20T22:47:15.011Z | Updating crates.io index |
247 | 2024-12-20T22:47:15.015Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
248 | 2024-12-20T22:47:15.347Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-12-20T22:47:15.826Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-12-20T22:47:16.157Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
251 | 2024-12-20T22:47:16.400Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
252 | 2024-12-20T22:47:16.703Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
253 | 2024-12-20T22:47:17.546Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
254 | 2024-12-20T22:47:19.143Z | Updating git repository `https://github.com/oxidecomputer/opte` |
255 | 2024-12-20T22:47:19.727Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
256 | 2024-12-20T22:47:20.419Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
257 | 2024-12-20T22:47:20.685Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-12-20T22:47:20.984Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-12-20T22:47:21.538Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
260 | 2024-12-20T22:47:21.930Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
261 | 2024-12-20T22:47:22.257Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-12-20T22:47:22.520Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-12-20T22:47:22.759Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-12-20T22:47:23.033Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-12-20T22:47:23.336Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
266 | 2024-12-20T22:47:23.595Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
267 | 2024-12-20T22:47:23.936Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
268 | 2024-12-20T22:47:24.356Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
269 | 2024-12-20T22:47:24.822Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
270 | 2024-12-20T22:47:25.217Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
271 | 2024-12-20T22:47:25.585Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-12-20T22:47:25.988Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
273 | 2024-12-20T22:47:26.309Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-12-20T22:47:26.549Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-12-20T22:47:26.872Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-12-20T22:47:28.289Z | Downloading crates ... |
277 | 2024-12-20T22:47:28.352Z | Downloaded clap v4.5.21 |
278 | 2024-12-20T22:47:28.362Z | Downloaded clap_builder v4.5.21 |
279 | 2024-12-20T22:47:28.369Z | Downloaded dtrace-parser v0.2.0 |
280 | 2024-12-20T22:47:28.372Z | Downloaded cfg-if v1.0.0 |
281 | 2024-12-20T22:47:28.372Z | Downloaded byteorder v1.5.0 |
282 | 2024-12-20T22:47:28.374Z | Downloaded cpufeatures v0.2.14 |
283 | 2024-12-20T22:47:28.374Z | Downloaded clap_lex v0.7.2 |
284 | 2024-12-20T22:47:28.377Z | Downloaded cargo_metadata v0.18.1 |
285 | 2024-12-20T22:47:28.377Z | Downloaded crypto-common v0.1.6 |
286 | 2024-12-20T22:47:28.381Z | Downloaded errno v0.3.9 |
287 | 2024-12-20T22:47:28.381Z | Downloaded equivalent v1.0.1 |
288 | 2024-12-20T22:47:28.381Z | Downloaded cargo-platform v0.1.8 |
289 | 2024-12-20T22:47:28.383Z | Downloaded fastrand v2.1.1 |
290 | 2024-12-20T22:47:28.383Z | Downloaded fnv v1.0.7 |
291 | 2024-12-20T22:47:28.383Z | Downloaded camino v1.1.9 |
292 | 2024-12-20T22:47:28.385Z | Downloaded digest v0.10.7 |
293 | 2024-12-20T22:47:28.388Z | Downloaded anyhow v1.0.93 |
294 | 2024-12-20T22:47:28.391Z | Downloaded bitflags v2.6.0 |
295 | 2024-12-20T22:47:28.394Z | Downloaded proc-macro-error-attr v1.0.4 |
296 | 2024-12-20T22:47:28.397Z | Downloaded block-buffer v0.10.4 |
297 | 2024-12-20T22:47:28.397Z | Downloaded itoa v1.0.11 |
298 | 2024-12-20T22:47:28.399Z | Downloaded heck v0.5.0 |
299 | 2024-12-20T22:47:28.399Z | Downloaded generic-array v0.14.7 |
300 | 2024-12-20T22:47:28.402Z | Downloaded serde_spanned v0.6.8 |
301 | 2024-12-20T22:47:28.402Z | Downloaded once_cell v1.20.2 |
302 | 2024-12-20T22:47:28.410Z | Downloaded is_terminal_polyfill v1.70.1 |
303 | 2024-12-20T22:47:28.410Z | Downloaded indexmap v2.6.0 |
304 | 2024-12-20T22:47:28.416Z | Downloaded sha2 v0.10.8 |
305 | 2024-12-20T22:47:28.416Z | Downloaded toml_datetime v0.6.8 |
306 | 2024-12-20T22:47:28.416Z | Downloaded thiserror v1.0.69 |
307 | 2024-12-20T22:47:28.418Z | Downloaded tempfile v3.13.0 |
308 | 2024-12-20T22:47:28.420Z | Downloaded terminal_size v0.4.0 |
309 | 2024-12-20T22:47:28.422Z | Downloaded semver v1.0.23 |
310 | 2024-12-20T22:47:28.425Z | Downloaded proc-macro-error v1.0.4 |
311 | 2024-12-20T22:47:28.427Z | Downloaded serde_derive v1.0.215 |
312 | 2024-12-20T22:47:28.429Z | Downloaded typenum v1.17.0 |
313 | 2024-12-20T22:47:28.433Z | Downloaded toml v0.8.19 |
314 | 2024-12-20T22:47:28.435Z | Downloaded thiserror-impl v1.0.69 |
315 | 2024-12-20T22:47:28.438Z | Downloaded strsim v0.11.1 |
316 | 2024-12-20T22:47:28.438Z | Downloaded textwrap v0.16.1 |
317 | 2024-12-20T22:47:28.440Z | Downloaded unicode-ident v1.0.13 |
318 | 2024-12-20T22:47:28.442Z | Downloaded log v0.4.22 |
319 | 2024-12-20T22:47:28.445Z | Downloaded proc-macro2 v1.0.89 |
320 | 2024-12-20T22:47:28.448Z | Downloaded hashbrown v0.15.1 |
321 | 2024-12-20T22:47:28.452Z | Downloaded ucd-trie v0.1.7 |
322 | 2024-12-20T22:47:28.454Z | Downloaded colorchoice v1.0.2 |
323 | 2024-12-20T22:47:28.456Z | Downloaded clap_derive v4.5.18 |
324 | 2024-12-20T22:47:28.459Z | Downloaded toml_edit v0.22.22 |
325 | 2024-12-20T22:47:28.479Z | Downloaded serde_json v1.0.133 |
326 | 2024-12-20T22:47:28.484Z | Downloaded anstream v0.6.15 |
327 | 2024-12-20T22:47:28.486Z | Downloaded dof v0.3.0 |
328 | 2024-12-20T22:47:28.488Z | Downloaded autocfg v1.4.0 |
329 | 2024-12-20T22:47:28.491Z | Downloaded syn v1.0.109 |
330 | 2024-12-20T22:47:28.499Z | Downloaded anstyle-query v1.1.1 |
331 | 2024-12-20T22:47:28.501Z | Downloaded anstyle v1.0.10 |
332 | 2024-12-20T22:47:28.513Z | Downloaded rustix v0.38.37 |
333 | 2024-12-20T22:47:28.559Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-12-20T22:47:28.561Z | Downloaded anstyle-parse v0.2.5 |
335 | 2024-12-20T22:47:28.578Z | Downloaded unicode-width v0.1.14 |
336 | 2024-12-20T22:47:28.583Z | Downloaded memchr v2.7.4 |
337 | 2024-12-20T22:47:28.588Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-12-20T22:47:28.591Z | Downloaded ryu v1.0.18 |
339 | 2024-12-20T22:47:28.593Z | Downloaded quote v1.0.37 |
340 | 2024-12-20T22:47:28.595Z | Downloaded heck v0.4.1 |
341 | 2024-12-20T22:47:28.596Z | Downloaded fs-err v2.11.0 |
342 | 2024-12-20T22:47:28.605Z | Downloaded camino-tempfile v1.1.1 |
343 | 2024-12-20T22:47:28.608Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-12-20T22:47:28.611Z | Downloaded version_check v0.9.5 |
345 | 2024-12-20T22:47:28.618Z | Downloaded winnow v0.6.20 |
346 | 2024-12-20T22:47:28.634Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-12-20T22:47:28.642Z | Downloaded pest_generator v2.7.14 |
348 | 2024-12-20T22:47:28.644Z | Downloaded pest_derive v2.7.14 |
349 | 2024-12-20T22:47:28.644Z | Downloaded plain v0.2.3 |
350 | 2024-12-20T22:47:28.644Z | Downloaded swrite v0.1.0 |
351 | 2024-12-20T22:47:28.644Z | Downloaded pest_meta v2.7.14 |
352 | 2024-12-20T22:47:28.647Z | Downloaded macaddr v1.0.1 |
353 | 2024-12-20T22:47:28.647Z | Downloaded utf8parse v0.2.2 |
354 | 2024-12-20T22:47:28.650Z | Downloaded zerocopy v0.7.35 |
355 | 2024-12-20T22:47:28.665Z | Downloaded syn v2.0.87 |
356 | 2024-12-20T22:47:28.675Z | Downloaded smawk v0.3.2 |
357 | 2024-12-20T22:47:28.678Z | Downloaded usdt-macro v0.5.0 |
358 | 2024-12-20T22:47:28.678Z | Downloaded goblin v0.8.2 |
359 | 2024-12-20T22:47:28.682Z | Downloaded bytecount v0.6.8 |
360 | 2024-12-20T22:47:28.685Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-20T22:47:28.687Z | Downloaded usdt-attr-macro v0.5.0 |
362 | 2024-12-20T22:47:28.687Z | Downloaded usdt v0.5.0 |
363 | 2024-12-20T22:47:28.687Z | Downloaded thread-id v4.2.2 |
364 | 2024-12-20T22:47:28.687Z | Downloaded tabled_derive v0.7.0 |
365 | 2024-12-20T22:47:28.690Z | Downloaded tabled v0.15.0 |
366 | 2024-12-20T22:47:28.702Z | Downloaded serde v1.0.215 |
367 | 2024-12-20T22:47:28.705Z | Downloaded scroll_derive v0.12.0 |
368 | 2024-12-20T22:47:28.707Z | Downloaded scroll v0.12.0 |
369 | 2024-12-20T22:47:28.707Z | Downloaded pretty-hex v0.4.1 |
370 | 2024-12-20T22:47:28.709Z | Downloaded pest v2.7.14 |
371 | 2024-12-20T22:47:28.712Z | Downloaded papergrid v0.11.0 |
372 | 2024-12-20T22:47:28.717Z | Downloaded memmap v0.7.0 |
373 | 2024-12-20T22:47:28.728Z | Downloaded libc v0.2.162 |
374 | 2024-12-20T22:47:29.034Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-12-20T22:47:29.034Z | Compiling unicode-ident v1.0.13 |
376 | 2024-12-20T22:47:29.034Z | Compiling version_check v0.9.5 |
377 | 2024-12-20T22:47:29.037Z | Compiling serde v1.0.215 |
378 | 2024-12-20T22:47:29.037Z | Compiling thiserror v1.0.69 |
379 | 2024-12-20T22:47:29.037Z | Compiling memchr v2.7.4 |
380 | 2024-12-20T22:47:29.037Z | Compiling libc v0.2.162 |
381 | 2024-12-20T22:47:29.037Z | Compiling itoa v1.0.11 |
382 | 2024-12-20T22:47:29.301Z | Compiling ucd-trie v0.1.7 |
383 | 2024-12-20T22:47:29.359Z | Compiling ryu v1.0.18 |
384 | 2024-12-20T22:47:29.706Z | Compiling once_cell v1.20.2 |
385 | 2024-12-20T22:47:29.889Z | Compiling byteorder v1.5.0 |
386 | 2024-12-20T22:47:29.914Z | Compiling serde_json v1.0.133 |
387 | 2024-12-20T22:47:30.078Z | Compiling rustix v0.38.37 |
388 | 2024-12-20T22:47:30.263Z | Compiling bitflags v2.6.0 |
389 | 2024-12-20T22:47:30.492Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-12-20T22:47:30.741Z | Compiling usdt-impl v0.5.0 |
391 | 2024-12-20T22:47:30.766Z | Compiling syn v1.0.109 |
392 | 2024-12-20T22:47:30.867Z | Compiling proc-macro-error v1.0.4 |
393 | 2024-12-20T22:47:30.892Z | Compiling log v0.4.22 |
394 | 2024-12-20T22:47:30.960Z | Compiling quote v1.0.37 |
395 | 2024-12-20T22:47:31.174Z | Compiling utf8parse v0.2.2 |
396 | 2024-12-20T22:47:31.245Z | Compiling camino v1.1.9 |
397 | 2024-12-20T22:47:31.284Z | Compiling errno v0.3.9 |
398 | 2024-12-20T22:47:31.338Z | Compiling syn v2.0.87 |
399 | 2024-12-20T22:47:31.532Z | Compiling equivalent v1.0.1 |
400 | 2024-12-20T22:47:31.574Z | Compiling plain v0.2.3 |
401 | 2024-12-20T22:47:31.659Z | Compiling hashbrown v0.15.1 |
402 | 2024-12-20T22:47:31.737Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-12-20T22:47:31.877Z | Compiling thread-id v4.2.2 |
404 | 2024-12-20T22:47:32.061Z | Compiling is_terminal_polyfill v1.70.1 |
405 | 2024-12-20T22:47:32.144Z | Compiling autocfg v1.4.0 |
406 | 2024-12-20T22:47:32.201Z | Compiling colorchoice v1.0.2 |
407 | 2024-12-20T22:47:32.360Z | Compiling anstyle v1.0.10 |
408 | 2024-12-20T22:47:32.385Z | Compiling winnow v0.6.20 |
409 | 2024-12-20T22:47:32.742Z | Compiling pretty-hex v0.4.1 |
410 | 2024-12-20T22:47:32.825Z | Compiling indexmap v2.6.0 |
411 | 2024-12-20T22:47:32.900Z | Compiling unicode-width v0.1.14 |
412 | 2024-12-20T22:47:32.974Z | Compiling anstyle-query v1.1.1 |
413 | 2024-12-20T22:47:33.134Z | Compiling semver v1.0.23 |
414 | 2024-12-20T22:47:33.356Z | Compiling fs-err v2.11.0 |
415 | 2024-12-20T22:47:33.440Z | Compiling anstream v0.6.15 |
416 | 2024-12-20T22:47:33.638Z | Compiling terminal_size v0.4.0 |
417 | 2024-12-20T22:47:33.906Z | Compiling clap_lex v0.7.2 |
418 | 2024-12-20T22:47:34.000Z | Compiling strsim v0.11.1 |
419 | 2024-12-20T22:47:34.187Z | Compiling cfg-if v1.0.0 |
420 | 2024-12-20T22:47:34.190Z | Compiling heck v0.4.1 |
421 | 2024-12-20T22:47:34.281Z | Compiling fastrand v2.1.1 |
422 | 2024-12-20T22:47:34.423Z | Compiling heck v0.5.0 |
423 | 2024-12-20T22:47:34.789Z | Compiling bytecount v0.6.8 |
424 | 2024-12-20T22:47:34.846Z | Compiling anyhow v1.0.93 |
425 | 2024-12-20T22:47:34.961Z | Compiling fnv v1.0.7 |
426 | 2024-12-20T22:47:34.982Z | Compiling tempfile v3.13.0 |
427 | 2024-12-20T22:47:35.006Z | Compiling clap_builder v4.5.21 |
428 | 2024-12-20T22:47:35.100Z | Compiling papergrid v0.11.0 |
429 | 2024-12-20T22:47:35.563Z | Compiling memmap v0.7.0 |
430 | 2024-12-20T22:47:35.874Z | Compiling smawk v0.3.2 |
431 | 2024-12-20T22:47:35.899Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-12-20T22:47:36.280Z | Compiling swrite v0.1.0 |
433 | 2024-12-20T22:47:36.413Z | Compiling textwrap v0.16.1 |
434 | 2024-12-20T22:47:37.401Z | Compiling tabled_derive v0.7.0 |
435 | 2024-12-20T22:47:38.998Z | Compiling tabled v0.15.0 |
436 | 2024-12-20T22:47:40.349Z | Compiling serde_derive v1.0.215 |
437 | 2024-12-20T22:47:40.349Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-12-20T22:47:40.493Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-12-20T22:47:40.517Z | Compiling scroll_derive v0.12.0 |
440 | 2024-12-20T22:47:40.697Z | Compiling clap_derive v4.5.18 |
441 | 2024-12-20T22:47:41.803Z | Compiling scroll v0.12.0 |
442 | 2024-12-20T22:47:42.264Z | Compiling goblin v0.8.2 |
443 | 2024-12-20T22:47:42.404Z | Compiling zerocopy v0.7.35 |
444 | 2024-12-20T22:47:42.876Z | Compiling pest v2.7.14 |
445 | 2024-12-20T22:47:44.279Z | Compiling clap v4.5.21 |
446 | 2024-12-20T22:47:45.139Z | Compiling pest_meta v2.7.14 |
447 | 2024-12-20T22:47:46.036Z | Compiling pest_generator v2.7.14 |
448 | 2024-12-20T22:47:47.778Z | Compiling pest_derive v2.7.14 |
449 | 2024-12-20T22:47:48.507Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-12-20T22:47:50.768Z | Compiling toml_datetime v0.6.8 |
451 | 2024-12-20T22:47:50.768Z | Compiling serde_spanned v0.6.8 |
452 | 2024-12-20T22:47:50.798Z | Compiling cargo-platform v0.1.8 |
453 | 2024-12-20T22:47:50.944Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-12-20T22:47:51.069Z | Compiling toml_edit v0.22.22 |
455 | 2024-12-20T22:47:51.126Z | Compiling macaddr v1.0.1 |
456 | 2024-12-20T22:47:51.305Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-12-20T22:47:52.041Z | Compiling dof v0.3.0 |
458 | 2024-12-20T22:47:52.041Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-12-20T22:47:53.858Z | Compiling toml v0.8.19 |
460 | 2024-12-20T22:47:54.085Z | Compiling usdt-macro v0.5.0 |
461 | 2024-12-20T22:47:54.088Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-12-20T22:47:54.693Z | Compiling cargo_toml v0.20.5 |
463 | 2024-12-20T22:47:55.527Z | Compiling usdt v0.5.0 |
464 | 2024-12-20T22:47:58.256Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-12-20T22:48:02.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.97s |
466 | 2024-12-20T22:48:02.720Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-12-20T22:48:03.252Z | Downloading crates ... |
468 | 2024-12-20T22:48:03.372Z | Downloaded aead v0.5.2 |
469 | 2024-12-20T22:48:03.375Z | Downloaded adler2 v2.0.0 |
470 | 2024-12-20T22:48:03.379Z | Downloaded addr2line v0.24.2 |
471 | 2024-12-20T22:48:03.386Z | Downloaded atomicwrites v0.4.4 |
472 | 2024-12-20T22:48:03.388Z | Downloaded atty v0.2.14 |
473 | 2024-12-20T22:48:03.391Z | Downloaded async-stream-impl v0.3.6 |
474 | 2024-12-20T22:48:03.404Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-12-20T22:48:03.407Z | Downloaded crucible-workspace-hack v0.1.0 |
476 | 2024-12-20T22:48:03.419Z | Downloaded darling v0.20.10 |
477 | 2024-12-20T22:48:03.422Z | Downloaded crunchy v0.2.2 |
478 | 2024-12-20T22:48:03.425Z | Downloaded ahash v0.8.11 |
479 | 2024-12-20T22:48:03.429Z | Downloaded cstr-argument v0.1.2 |
480 | 2024-12-20T22:48:03.432Z | Downloaded cfg_aliases v0.2.1 |
481 | 2024-12-20T22:48:03.434Z | Downloaded headers-core v0.3.0 |
482 | 2024-12-20T22:48:03.434Z | Downloaded cfg_aliases v0.1.1 |
483 | 2024-12-20T22:48:03.440Z | Downloaded atomic-waker v1.1.2 |
484 | 2024-12-20T22:48:03.442Z | Downloaded heapless v0.8.0 |
485 | 2024-12-20T22:48:03.446Z | Downloaded hickory-client v0.24.1 |
486 | 2024-12-20T22:48:03.450Z | Downloaded hex-literal v0.4.1 |
487 | 2024-12-20T22:48:03.452Z | Downloaded highway v1.2.0 |
488 | 2024-12-20T22:48:03.455Z | Downloaded cassowary v0.3.0 |
489 | 2024-12-20T22:48:03.457Z | Downloaded blowfish v0.9.1 |
490 | 2024-12-20T22:48:03.457Z | Downloaded constant_time_eq v0.3.1 |
491 | 2024-12-20T22:48:03.460Z | Downloaded ciborium-ll v0.2.2 |
492 | 2024-12-20T22:48:03.463Z | Downloaded bitflags v1.3.2 |
493 | 2024-12-20T22:48:03.465Z | Downloaded async-recursion v1.1.1 |
494 | 2024-12-20T22:48:03.468Z | Downloaded heapless v0.7.17 |
495 | 2024-12-20T22:48:03.472Z | Downloaded hickory-server v0.24.1 |
496 | 2024-12-20T22:48:03.479Z | Downloaded hickory-resolver v0.24.1 |
497 | 2024-12-20T22:48:03.485Z | Downloaded castaway v0.2.3 |
498 | 2024-12-20T22:48:03.488Z | Downloaded bitfield v0.14.0 |
499 | 2024-12-20T22:48:03.488Z | Downloaded hostname v0.4.0 |
500 | 2024-12-20T22:48:03.491Z | Downloaded crc-catalog v2.4.0 |
501 | 2024-12-20T22:48:03.491Z | Downloaded hickory-proto v0.24.1 |
502 | 2024-12-20T22:48:03.508Z | Downloaded hubpack_derive v0.1.1 |
503 | 2024-12-20T22:48:03.511Z | Downloaded humantime v2.1.0 |
504 | 2024-12-20T22:48:03.511Z | Downloaded hostname v0.3.1 |
505 | 2024-12-20T22:48:03.513Z | Downloaded colored v2.1.0 |
506 | 2024-12-20T22:48:03.516Z | Downloaded http-range v0.1.5 |
507 | 2024-12-20T22:48:03.516Z | Downloaded http-body v1.0.1 |
508 | 2024-12-20T22:48:03.519Z | Downloaded primeorder v0.13.6 |
509 | 2024-12-20T22:48:03.522Z | Downloaded argon2 v0.5.3 |
510 | 2024-12-20T22:48:03.524Z | Downloaded http-body-util v0.1.2 |
511 | 2024-12-20T22:48:03.524Z | Downloaded crc v3.2.1 |
512 | 2024-12-20T22:48:03.528Z | Downloaded instant v0.1.13 |
513 | 2024-12-20T22:48:03.531Z | Downloaded ident_case v1.0.1 |
514 | 2024-12-20T22:48:03.531Z | Downloaded icu_provider_macros v1.5.0 |
515 | 2024-12-20T22:48:03.534Z | Downloaded bb8 v0.8.5 |
516 | 2024-12-20T22:48:03.534Z | Downloaded base64ct v1.6.0 |
517 | 2024-12-20T22:48:03.537Z | Downloaded is_ci v1.2.0 |
518 | 2024-12-20T22:48:03.539Z | Downloaded bzip2 v0.4.4 |
519 | 2024-12-20T22:48:03.542Z | Downloaded buf-list v1.0.3 |
520 | 2024-12-20T22:48:03.544Z | Downloaded base16ct v0.2.0 |
521 | 2024-12-20T22:48:03.546Z | Downloaded match_cfg v0.1.0 |
522 | 2024-12-20T22:48:03.546Z | Downloaded csv-core v0.1.11 |
523 | 2024-12-20T22:48:03.549Z | Downloaded console v0.15.8 |
524 | 2024-12-20T22:48:03.552Z | Downloaded ciborium v0.2.2 |
525 | 2024-12-20T22:48:03.554Z | Downloaded hyper-tls v0.6.0 |
526 | 2024-12-20T22:48:03.557Z | Downloaded httpdate v1.0.3 |
527 | 2024-12-20T22:48:03.557Z | Downloaded ctr v0.9.2 |
528 | 2024-12-20T22:48:03.560Z | Downloaded crc32fast v1.4.2 |
529 | 2024-12-20T22:48:03.562Z | Downloaded md5 v0.7.0 |
530 | 2024-12-20T22:48:03.565Z | Downloaded sync-ptr v0.1.1 |
531 | 2024-12-20T22:48:03.565Z | Downloaded matches v0.1.10 |
532 | 2024-12-20T22:48:03.565Z | Downloaded hubpack v0.1.2 |
533 | 2024-12-20T22:48:03.567Z | Downloaded cancel-safe-futures v0.1.5 |
534 | 2024-12-20T22:48:03.569Z | Downloaded const_format_proc_macros v0.2.33 |
535 | 2024-12-20T22:48:03.572Z | Downloaded block-padding v0.3.3 |
536 | 2024-12-20T22:48:03.574Z | Downloaded backoff v0.4.0 |
537 | 2024-12-20T22:48:03.577Z | Downloaded async-trait v0.1.83 |
538 | 2024-12-20T22:48:03.579Z | Downloaded impl-trait-for-tuples v0.2.2 |
539 | 2024-12-20T22:48:03.582Z | Downloaded idna_adapter v1.2.0 |
540 | 2024-12-20T22:48:03.584Z | Downloaded arrayvec v0.7.6 |
541 | 2024-12-20T22:48:03.587Z | Downloaded internet-checksum v0.2.1 |
542 | 2024-12-20T22:48:03.587Z | Downloaded rustc_version v0.4.1 |
543 | 2024-12-20T22:48:03.590Z | Downloaded rustls-pemfile v1.0.4 |
544 | 2024-12-20T22:48:03.592Z | Downloaded ref-cast-impl v1.0.23 |
545 | 2024-12-20T22:48:03.592Z | Downloaded libsw v3.3.1 |
546 | 2024-12-20T22:48:03.594Z | Downloaded libefi-sys v0.1.0 |
547 | 2024-12-20T22:48:03.597Z | Downloaded keccak v0.1.5 |
548 | 2024-12-20T22:48:03.599Z | Downloaded lazycell v1.3.0 |
549 | 2024-12-20T22:48:03.599Z | Downloaded indent_write v2.2.0 |
550 | 2024-12-20T22:48:03.602Z | Downloaded bcs v0.1.6 |
551 | 2024-12-20T22:48:03.604Z | Downloaded memoffset v0.9.1 |
552 | 2024-12-20T22:48:03.607Z | Downloaded lru v0.12.5 |
553 | 2024-12-20T22:48:03.607Z | Downloaded blake2 v0.10.6 |
554 | 2024-12-20T22:48:03.610Z | Downloaded linked-hash-map v0.5.6 |
555 | 2024-12-20T22:48:03.613Z | Downloaded linear-map v1.2.0 |
556 | 2024-12-20T22:48:03.613Z | Downloaded md-5 v0.10.6 |
557 | 2024-12-20T22:48:03.616Z | Downloaded base64 v0.13.1 |
558 | 2024-12-20T22:48:03.618Z | Downloaded maplit v1.0.2 |
559 | 2024-12-20T22:48:03.620Z | Downloaded darling_macro v0.20.10 |
560 | 2024-12-20T22:48:03.621Z | Downloaded kstat-rs v0.2.4 |
561 | 2024-12-20T22:48:03.623Z | Downloaded dhcproto-macros v0.1.0 |
562 | 2024-12-20T22:48:03.623Z | Downloaded write16 v1.0.0 |
563 | 2024-12-20T22:48:03.625Z | Downloaded scopeguard v1.2.0 |
564 | 2024-12-20T22:48:03.625Z | Downloaded crc-any v2.5.0 |
565 | 2024-12-20T22:48:03.629Z | Downloaded salsa20 v0.10.2 |
566 | 2024-12-20T22:48:03.631Z | Downloaded termios v0.3.3 |
567 | 2024-12-20T22:48:03.634Z | Downloaded structmeta v0.2.0 |
568 | 2024-12-20T22:48:03.634Z | Downloaded termcolor v1.4.1 |
569 | 2024-12-20T22:48:03.636Z | Downloaded tap v1.0.1 |
570 | 2024-12-20T22:48:03.637Z | Downloaded strip-ansi-escapes v0.2.0 |
571 | 2024-12-20T22:48:03.639Z | Downloaded hyper-staticfile v0.10.1 |
572 | 2024-12-20T22:48:03.641Z | Downloaded tokio-native-tls v0.3.1 |
573 | 2024-12-20T22:48:03.644Z | Downloaded tokio-macros v2.4.0 |
574 | 2024-12-20T22:48:03.646Z | Downloaded icu_locid_transform v1.5.0 |
575 | 2024-12-20T22:48:03.649Z | Downloaded endian-type v0.1.2 |
576 | 2024-12-20T22:48:03.649Z | Downloaded normalize-line-endings v0.3.0 |
577 | 2024-12-20T22:48:03.651Z | Downloaded ipnetwork v0.20.0 |
578 | 2024-12-20T22:48:03.654Z | Downloaded jobserver v0.1.32 |
579 | 2024-12-20T22:48:03.657Z | Downloaded openssl-probe v0.1.5 |
580 | 2024-12-20T22:48:03.657Z | Downloaded maybe-uninit v2.0.0 |
581 | 2024-12-20T22:48:03.660Z | Downloaded async-bb8-diesel v0.2.1 |
582 | 2024-12-20T22:48:03.663Z | Downloaded unicode-truncate v1.1.0 |
583 | 2024-12-20T22:48:03.663Z | Downloaded rustls-pemfile v2.2.0 |
584 | 2024-12-20T22:48:03.667Z | Downloaded oso-derive v0.27.3 |
585 | 2024-12-20T22:48:03.670Z | Downloaded arc-swap v1.7.1 |
586 | 2024-12-20T22:48:03.672Z | Downloaded xattr v1.3.1 |
587 | 2024-12-20T22:48:03.675Z | Downloaded memmap2 v0.9.5 |
588 | 2024-12-20T22:48:03.677Z | Downloaded clang-sys v1.8.1 |
589 | 2024-12-20T22:48:03.680Z | Downloaded diesel-dtrace v0.4.2 |
590 | 2024-12-20T22:48:03.683Z | Downloaded env_filter v0.1.2 |
591 | 2024-12-20T22:48:03.683Z | Downloaded chacha20poly1305 v0.10.1 |
592 | 2024-12-20T22:48:03.688Z | Downloaded rand_xorshift v0.3.0 |
593 | 2024-12-20T22:48:03.690Z | Downloaded enum-as-inner v0.6.1 |
594 | 2024-12-20T22:48:03.690Z | Downloaded serde-big-array v0.5.1 |
595 | 2024-12-20T22:48:03.690Z | Downloaded spin v0.9.8 |
596 | 2024-12-20T22:48:03.693Z | Downloaded dsl_auto_type v0.1.2 |
597 | 2024-12-20T22:48:03.695Z | Downloaded icu_normalizer_data v1.5.0 |
598 | 2024-12-20T22:48:03.700Z | Downloaded value-bag v1.9.0 |
599 | 2024-12-20T22:48:03.703Z | Downloaded ena v0.14.3 |
600 | 2024-12-20T22:48:03.703Z | Downloaded tokio-rustls v0.25.0 |
601 | 2024-12-20T22:48:03.706Z | Downloaded tokio-rustls v0.24.1 |
602 | 2024-12-20T22:48:03.708Z | Downloaded libloading v0.8.5 |
603 | 2024-12-20T22:48:03.712Z | Downloaded futures-task v0.3.31 |
604 | 2024-12-20T22:48:03.715Z | Downloaded futures-sink v0.3.31 |
605 | 2024-12-20T22:48:03.715Z | Downloaded embedded-io v0.6.1 |
606 | 2024-12-20T22:48:03.718Z | Downloaded embedded-io v0.4.0 |
607 | 2024-12-20T22:48:03.719Z | Downloaded term v0.7.0 |
608 | 2024-12-20T22:48:03.722Z | Downloaded yoke-derive v0.7.4 |
609 | 2024-12-20T22:48:03.727Z | Downloaded base64 v0.22.1 |
610 | 2024-12-20T22:48:03.727Z | Downloaded icu_locid_transform_data v1.5.0 |
611 | 2024-12-20T22:48:03.729Z | Downloaded num v0.4.3 |
612 | 2024-12-20T22:48:03.731Z | Downloaded russh-keys v0.45.0 |
613 | 2024-12-20T22:48:03.734Z | Downloaded hmac v0.12.1 |
614 | 2024-12-20T22:48:03.736Z | Downloaded prettyplease v0.2.25 |
615 | 2024-12-20T22:48:03.742Z | Downloaded russh-cryptovec v0.7.3 |
616 | 2024-12-20T22:48:03.745Z | Downloaded powerfmt v0.2.0 |
617 | 2024-12-20T22:48:03.745Z | Downloaded pin-utils v0.1.0 |
618 | 2024-12-20T22:48:03.745Z | Downloaded percent-encoding v2.3.1 |
619 | 2024-12-20T22:48:03.745Z | Downloaded zerofrom v0.1.4 |
620 | 2024-12-20T22:48:03.747Z | Downloaded compact_str v0.8.0 |
621 | 2024-12-20T22:48:03.750Z | Downloaded fxhash v0.2.1 |
622 | 2024-12-20T22:48:03.755Z | Downloaded const_format v0.2.33 |
623 | 2024-12-20T22:48:03.758Z | Downloaded semver v0.1.20 |
624 | 2024-12-20T22:48:03.758Z | Downloaded aes v0.8.4 |
625 | 2024-12-20T22:48:03.761Z | Downloaded newtype_derive v0.1.6 |
626 | 2024-12-20T22:48:03.764Z | Downloaded similar v2.6.0 |
627 | 2024-12-20T22:48:03.768Z | Downloaded writeable v0.5.5 |
628 | 2024-12-20T22:48:03.771Z | Downloaded rand_seeder v0.3.0 |
629 | 2024-12-20T22:48:03.774Z | Downloaded indexmap v1.9.3 |
630 | 2024-12-20T22:48:03.777Z | Downloaded walkdir v2.5.0 |
631 | 2024-12-20T22:48:03.779Z | Downloaded slog-async v2.8.0 |
632 | 2024-12-20T22:48:03.782Z | Downloaded sec1 v0.7.3 |
633 | 2024-12-20T22:48:03.793Z | Downloaded slog-stdlog v4.1.1 |
634 | 2024-12-20T22:48:03.795Z | Downloaded scrypt v0.11.0 |
635 | 2024-12-20T22:48:03.798Z | Downloaded unicode-xid v0.2.6 |
636 | 2024-12-20T22:48:03.801Z | Downloaded tls_codec_derive v0.4.1 |
637 | 2024-12-20T22:48:03.801Z | Downloaded crypto-bigint v0.5.5 |
638 | 2024-12-20T22:48:03.808Z | Downloaded predicates-tree v1.0.11 |
639 | 2024-12-20T22:48:03.810Z | Downloaded thiserror-impl v2.0.3 |
640 | 2024-12-20T22:48:03.817Z | Downloaded untrusted v0.9.0 |
641 | 2024-12-20T22:48:03.822Z | Downloaded zerofrom-derive v0.1.4 |
642 | 2024-12-20T22:48:03.822Z | Downloaded postgres-types v0.2.8 |
643 | 2024-12-20T22:48:03.822Z | Downloaded pkcs1 v0.7.5 |
644 | 2024-12-20T22:48:03.826Z | Downloaded universal-hash v0.5.1 |
645 | 2024-12-20T22:48:03.826Z | Downloaded termtree v0.4.1 |
646 | 2024-12-20T22:48:03.826Z | Downloaded hash32 v0.2.1 |
647 | 2024-12-20T22:48:03.830Z | Downloaded foreign-types-macros v0.2.3 |
648 | 2024-12-20T22:48:03.830Z | Downloaded num-integer v0.1.46 |
649 | 2024-12-20T22:48:03.830Z | Downloaded packed_struct_codegen v0.10.1 |
650 | 2024-12-20T22:48:03.835Z | Downloaded want v0.3.1 |
651 | 2024-12-20T22:48:03.835Z | Downloaded postgres-protocol v0.6.7 |
652 | 2024-12-20T22:48:03.837Z | Downloaded socket2 v0.5.7 |
653 | 2024-12-20T22:48:03.838Z | Downloaded icu_properties v1.5.1 |
654 | 2024-12-20T22:48:03.841Z | Downloaded nibble_vec v0.1.0 |
655 | 2024-12-20T22:48:03.844Z | Downloaded nanorand v0.7.0 |
656 | 2024-12-20T22:48:03.846Z | Downloaded indicatif v0.17.9 |
657 | 2024-12-20T22:48:03.849Z | Downloaded supports-color v3.0.1 |
658 | 2024-12-20T22:48:03.852Z | Downloaded sqlformat v0.2.6 |
659 | 2024-12-20T22:48:03.855Z | Downloaded sct v0.7.1 |
660 | 2024-12-20T22:48:03.858Z | Downloaded scheduled-thread-pool v0.2.7 |
661 | 2024-12-20T22:48:03.860Z | Downloaded tokio-tungstenite v0.24.0 |
662 | 2024-12-20T22:48:03.862Z | Downloaded tokio-tungstenite v0.23.1 |
663 | 2024-12-20T22:48:03.865Z | Downloaded pem-rfc7468 v0.7.0 |
664 | 2024-12-20T22:48:03.867Z | Downloaded slog-scope v4.4.0 |
665 | 2024-12-20T22:48:03.869Z | Downloaded snafu-derive v0.8.5 |
666 | 2024-12-20T22:48:03.870Z | Downloaded rand v0.8.5 |
667 | 2024-12-20T22:48:03.873Z | Downloaded packed_struct v0.10.1 |
668 | 2024-12-20T22:48:03.876Z | Downloaded number_prefix v0.4.0 |
669 | 2024-12-20T22:48:03.878Z | Downloaded oso v0.27.3 |
670 | 2024-12-20T22:48:03.881Z | Downloaded predicates-core v1.0.8 |
671 | 2024-12-20T22:48:03.884Z | Downloaded spki v0.7.3 |
672 | 2024-12-20T22:48:03.886Z | Downloaded parse-size v1.1.0 |
673 | 2024-12-20T22:48:03.886Z | Downloaded num_threads v0.1.7 |
674 | 2024-12-20T22:48:03.888Z | Downloaded darling_core v0.20.10 |
675 | 2024-12-20T22:48:03.893Z | Downloaded phf_shared v0.10.0 |
676 | 2024-12-20T22:48:03.896Z | Downloaded aes-gcm v0.10.3 |
677 | 2024-12-20T22:48:03.898Z | Downloaded smallvec v0.6.14 |
678 | 2024-12-20T22:48:03.901Z | Downloaded utf16_iter v1.0.5 |
679 | 2024-12-20T22:48:03.904Z | Downloaded rustls-pki-types v1.10.0 |
680 | 2024-12-20T22:48:03.907Z | Downloaded headers v0.4.0 |
681 | 2024-12-20T22:48:03.911Z | Downloaded ecdsa v0.16.9 |
682 | 2024-12-20T22:48:03.914Z | Downloaded rsa v0.9.6 |
683 | 2024-12-20T22:48:03.920Z | Downloaded multimap v0.10.0 |
684 | 2024-12-20T22:48:03.923Z | Downloaded minimal-lexical v0.2.1 |
685 | 2024-12-20T22:48:03.926Z | Downloaded time-core v0.1.2 |
686 | 2024-12-20T22:48:03.929Z | Downloaded http v1.1.0 |
687 | 2024-12-20T22:48:03.931Z | Downloaded parking_lot v0.11.2 |
688 | 2024-12-20T22:48:03.934Z | Downloaded phf v0.11.2 |
689 | 2024-12-20T22:48:03.937Z | Downloaded waitgroup v0.1.2 |
690 | 2024-12-20T22:48:03.939Z | Downloaded vte_generate_state_changes v0.1.2 |
691 | 2024-12-20T22:48:03.939Z | Downloaded dirs-sys-next v0.1.2 |
692 | 2024-12-20T22:48:03.941Z | Downloaded derive_more v0.99.18 |
693 | 2024-12-20T22:48:03.946Z | Downloaded openssl-sys v0.9.103 |
694 | 2024-12-20T22:48:03.951Z | Downloaded foldhash v0.1.3 |
695 | 2024-12-20T22:48:03.954Z | Downloaded tui-tree-widget v0.22.0 |
696 | 2024-12-20T22:48:03.956Z | Downloaded float-ord v0.3.2 |
697 | 2024-12-20T22:48:03.956Z | Downloaded float-cmp v0.9.0 |
698 | 2024-12-20T22:48:03.959Z | Downloaded predicates v3.1.2 |
699 | 2024-12-20T22:48:03.961Z | Downloaded fd-lock v4.0.2 |
700 | 2024-12-20T22:48:03.963Z | Downloaded openssl-macros v0.1.1 |
701 | 2024-12-20T22:48:03.966Z | Downloaded new_debug_unreachable v1.0.6 |
702 | 2024-12-20T22:48:03.966Z | Downloaded elliptic-curve v0.13.8 |
703 | 2024-12-20T22:48:03.970Z | Downloaded sha1 v0.10.6 |
704 | 2024-12-20T22:48:03.972Z | Downloaded num-rational v0.4.2 |
705 | 2024-12-20T22:48:03.975Z | Downloaded quick-error v1.2.3 |
706 | 2024-12-20T22:48:03.977Z | Downloaded pkg-config v0.3.31 |
707 | 2024-12-20T22:48:03.979Z | Downloaded tokio-postgres v0.7.12 |
708 | 2024-12-20T22:48:03.983Z | Downloaded radium v0.7.0 |
709 | 2024-12-20T22:48:03.986Z | Downloaded vsss-rs v3.3.4 |
710 | 2024-12-20T22:48:03.988Z | Downloaded test-strategy v0.3.1 |
711 | 2024-12-20T22:48:03.991Z | Downloaded tinystr v0.7.6 |
712 | 2024-12-20T22:48:03.994Z | Downloaded slog-bunyan v2.5.0 |
713 | 2024-12-20T22:48:03.996Z | Downloaded snafu v0.8.5 |
714 | 2024-12-20T22:48:04.002Z | Downloaded tiny-keccak v2.0.2 |
715 | 2024-12-20T22:48:04.005Z | Downloaded tower-service v0.3.3 |
716 | 2024-12-20T22:48:04.008Z | Downloaded display-error-chain v0.2.2 |
717 | 2024-12-20T22:48:04.011Z | Downloaded unicase v2.7.0 |
718 | 2024-12-20T22:48:04.011Z | Downloaded typify-macro v0.2.0 |
719 | 2024-12-20T22:48:04.011Z | Downloaded zerocopy v0.6.6 |
720 | 2024-12-20T22:48:04.014Z | Downloaded deranged v0.3.11 |
721 | 2024-12-20T22:48:04.016Z | Downloaded diesel_table_macro_syntax v0.2.0 |
722 | 2024-12-20T22:48:04.020Z | Downloaded topological-sort v0.2.2 |
723 | 2024-12-20T22:48:04.020Z | Downloaded wait-timeout v0.2.0 |
724 | 2024-12-20T22:48:04.023Z | Downloaded unsafe-libyaml v0.2.11 |
725 | 2024-12-20T22:48:04.025Z | Downloaded foreign-types v0.3.2 |
726 | 2024-12-20T22:48:04.027Z | Downloaded num_enum_derive v0.5.11 |
727 | 2024-12-20T22:48:04.028Z | Downloaded poly1305 v0.8.0 |
728 | 2024-12-20T22:48:04.030Z | Downloaded password-hash v0.4.2 |
729 | 2024-12-20T22:48:04.033Z | Downloaded ff v0.13.0 |
730 | 2024-12-20T22:48:04.035Z | Downloaded fallible-streaming-iterator v0.1.9 |
731 | 2024-12-20T22:48:04.035Z | Downloaded fallible-iterator v0.3.0 |
732 | 2024-12-20T22:48:04.038Z | Downloaded itertools v0.10.5 |
733 | 2024-12-20T22:48:04.044Z | Downloaded x509-cert v0.2.5 |
734 | 2024-12-20T22:48:04.051Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2024-12-20T22:48:04.053Z | Downloaded rusty-fork v0.3.0 |
736 | 2024-12-20T22:48:04.055Z | Downloaded psl-types v2.0.11 |
737 | 2024-12-20T22:48:04.055Z | Downloaded parse-zoneinfo v0.3.1 |
738 | 2024-12-20T22:48:04.059Z | Downloaded path-slash v0.1.5 |
739 | 2024-12-20T22:48:04.062Z | Downloaded signal-hook-mio v0.2.4 |
740 | 2024-12-20T22:48:04.062Z | Downloaded shlex v1.3.0 |
741 | 2024-12-20T22:48:04.066Z | Downloaded shell-words v1.1.0 |
742 | 2024-12-20T22:48:04.066Z | Downloaded serde-hex v0.1.0 |
743 | 2024-12-20T22:48:04.068Z | Downloaded rcgen v0.12.1 |
744 | 2024-12-20T22:48:04.070Z | Downloaded unicode_categories v0.1.1 |
745 | 2024-12-20T22:48:04.073Z | Downloaded zeroize v1.8.1 |
746 | 2024-12-20T22:48:04.075Z | Downloaded downcast v0.11.0 |
747 | 2024-12-20T22:48:04.077Z | Downloaded serde_yaml v0.9.34+deprecated |
748 | 2024-12-20T22:48:04.080Z | Downloaded zone_cfg_derive v0.1.2 |
749 | 2024-12-20T22:48:04.082Z | Downloaded crossterm v0.28.1 |
750 | 2024-12-20T22:48:04.089Z | Downloaded debug-ignore v1.0.5 |
751 | 2024-12-20T22:48:04.091Z | Downloaded which v4.4.2 |
752 | 2024-12-20T22:48:04.094Z | Downloaded pin-project-lite v0.2.14 |
753 | 2024-12-20T22:48:04.098Z | Downloaded rustc-demangle v0.1.24 |
754 | 2024-12-20T22:48:04.101Z | Downloaded gethostname v0.5.0 |
755 | 2024-12-20T22:48:04.103Z | Downloaded owo-colors v4.1.0 |
756 | 2024-12-20T22:48:04.105Z | Downloaded native-tls v0.2.12 |
757 | 2024-12-20T22:48:04.108Z | Downloaded libxml v0.3.3 |
758 | 2024-12-20T22:48:04.115Z | Downloaded unicode-bidi v0.3.17 |
759 | 2024-12-20T22:48:04.119Z | Downloaded utf-8 v0.7.6 |
760 | 2024-12-20T22:48:04.125Z | Downloaded signal-hook-tokio v0.3.1 |
761 | 2024-12-20T22:48:04.125Z | Downloaded slog v2.7.0 |
762 | 2024-12-20T22:48:04.128Z | Downloaded itertools v0.12.1 |
763 | 2024-12-20T22:48:04.133Z | Downloaded derive_builder_macro v0.20.2 |
764 | 2024-12-20T22:48:04.135Z | Downloaded sync_wrapper v1.0.1 |
765 | 2024-12-20T22:48:04.135Z | Downloaded ref-cast v1.0.23 |
766 | 2024-12-20T22:48:04.139Z | Downloaded time-macros v0.2.18 |
767 | 2024-12-20T22:48:04.141Z | Downloaded hashbrown v0.13.2 |
768 | 2024-12-20T22:48:04.146Z | Downloaded pretty-hex v0.2.1 |
769 | 2024-12-20T22:48:04.149Z | Downloaded structmeta-derive v0.3.0 |
770 | 2024-12-20T22:48:04.149Z | Downloaded strum_macros v0.25.3 |
771 | 2024-12-20T22:48:05.156Z | Downloaded structmeta v0.3.0 |
772 | 2024-12-20T22:48:05.160Z | Downloaded zeroize_derive v1.4.2 |
773 | 2024-12-20T22:48:05.160Z | Downloaded defmt v0.3.8 |
774 | 2024-12-20T22:48:05.160Z | Downloaded pin-project v1.1.6 |
775 | 2024-12-20T22:48:05.160Z | Downloaded progenitor-client v0.8.0 |
776 | 2024-12-20T22:48:05.160Z | Downloaded nodrop v0.1.14 |
777 | 2024-12-20T22:48:05.160Z | Downloaded glob v0.3.1 |
778 | 2024-12-20T22:48:05.160Z | Downloaded itertools v0.13.0 |
779 | 2024-12-20T22:48:05.160Z | Downloaded idna v1.0.3 |
780 | 2024-12-20T22:48:05.160Z | Downloaded futures-io v0.3.31 |
781 | 2024-12-20T22:48:05.160Z | Downloaded opaque-debug v0.3.1 |
782 | 2024-12-20T22:48:05.160Z | Downloaded mirai-annotations v1.12.0 |
783 | 2024-12-20T22:48:05.160Z | Downloaded utf8_iter v1.0.4 |
784 | 2024-12-20T22:48:05.160Z | Downloaded subtle v2.6.1 |
785 | 2024-12-20T22:48:05.160Z | Downloaded tabwriter v1.4.0 |
786 | 2024-12-20T22:48:05.160Z | Downloaded synstructure v0.13.1 |
787 | 2024-12-20T22:48:05.160Z | Downloaded fragile v2.0.0 |
788 | 2024-12-20T22:48:05.160Z | Downloaded flume v0.11.1 |
789 | 2024-12-20T22:48:05.160Z | Downloaded smallvec v1.13.2 |
790 | 2024-12-20T22:48:05.160Z | Downloaded quinn v0.11.5 |
791 | 2024-12-20T22:48:05.160Z | Downloaded peg-runtime v0.8.3 |
792 | 2024-12-20T22:48:05.160Z | Downloaded strum_macros v0.26.4 |
793 | 2024-12-20T22:48:05.160Z | Downloaded signal-hook v0.3.17 |
794 | 2024-12-20T22:48:05.160Z | Downloaded hash32 v0.3.1 |
795 | 2024-12-20T22:48:05.160Z | Downloaded structmeta-derive v0.2.0 |
796 | 2024-12-20T22:48:05.160Z | Downloaded aho-corasick v1.1.3 |
797 | 2024-12-20T22:48:05.160Z | Downloaded funty v2.0.0 |
798 | 2024-12-20T22:48:05.160Z | Downloaded blake3 v1.5.4 |
799 | 2024-12-20T22:48:05.161Z | Downloaded difflib v0.4.0 |
800 | 2024-12-20T22:48:05.161Z | Downloaded ssh-encoding v0.2.0 |
801 | 2024-12-20T22:48:05.161Z | Downloaded ssh-cipher v0.2.0 |
802 | 2024-12-20T22:48:05.161Z | Downloaded precomputed-hash v0.1.1 |
803 | 2024-12-20T22:48:05.161Z | Downloaded omicron-zone-package v0.11.1 |
804 | 2024-12-20T22:48:05.161Z | Downloaded dunce v1.0.5 |
805 | 2024-12-20T22:48:05.161Z | Downloaded dirs-next v2.0.0 |
806 | 2024-12-20T22:48:05.161Z | Downloaded parking_lot_core v0.9.10 |
807 | 2024-12-20T22:48:05.161Z | Downloaded parking_lot_core v0.8.6 |
808 | 2024-12-20T22:48:05.161Z | Downloaded num-bigint-dig v0.8.4 |
809 | 2024-12-20T22:48:05.161Z | Downloaded newtype-uuid v1.1.3 |
810 | 2024-12-20T22:48:05.161Z | Downloaded progenitor v0.8.0 |
811 | 2024-12-20T22:48:05.161Z | Downloaded num_enum v0.5.11 |
812 | 2024-12-20T22:48:05.161Z | Downloaded form_urlencoded v1.2.1 |
813 | 2024-12-20T22:48:05.161Z | Downloaded stringprep v0.1.5 |
814 | 2024-12-20T22:48:05.161Z | Downloaded rfc6979 v0.4.0 |
815 | 2024-12-20T22:48:05.161Z | Downloaded derive_builder_core v0.20.2 |
816 | 2024-12-20T22:48:05.161Z | Downloaded resolv-conf v0.7.0 |
817 | 2024-12-20T22:48:05.161Z | Downloaded password-hash v0.5.0 |
818 | 2024-12-20T22:48:05.161Z | Downloaded num-conv v0.1.0 |
819 | 2024-12-20T22:48:05.161Z | Downloaded zone_cfg_derive v0.3.0 |
820 | 2024-12-20T22:48:05.161Z | Downloaded getrandom v0.2.15 |
821 | 2024-12-20T22:48:05.161Z | Downloaded futures v0.3.31 |
822 | 2024-12-20T22:48:05.161Z | Downloaded pem v3.0.4 |
823 | 2024-12-20T22:48:05.161Z | Downloaded slog-json v2.6.1 |
824 | 2024-12-20T22:48:05.161Z | Downloaded publicsuffix v2.2.3 |
825 | 2024-12-20T22:48:05.161Z | Downloaded dropshot_endpoint v0.13.0 |
826 | 2024-12-20T22:48:05.161Z | Downloaded data-encoding v2.6.0 |
827 | 2024-12-20T22:48:05.161Z | Downloaded rustfmt-wrapper v0.2.1 |
828 | 2024-12-20T22:48:05.161Z | Downloaded slog-envlogger v2.2.0 |
829 | 2024-12-20T22:48:05.161Z | Downloaded olpc-cjson v0.1.4 |
830 | 2024-12-20T22:48:05.161Z | Downloaded globset v0.4.15 |
831 | 2024-12-20T22:48:05.161Z | Downloaded take_mut v0.2.2 |
832 | 2024-12-20T22:48:05.161Z | Downloaded tinyvec_macros v0.1.1 |
833 | 2024-12-20T22:48:05.161Z | Downloaded smf v0.2.3 |
834 | 2024-12-20T22:48:05.161Z | Downloaded sqlparser_derive v0.2.2 |
835 | 2024-12-20T22:48:05.161Z | Downloaded sigpipe v0.1.3 |
836 | 2024-12-20T22:48:05.161Z | Downloaded progenitor-macro v0.8.0 |
837 | 2024-12-20T22:48:05.161Z | Downloaded zip v2.1.3 |
838 | 2024-12-20T22:48:05.162Z | Downloaded tracing-attributes v0.1.27 |
839 | 2024-12-20T22:48:05.162Z | Downloaded fs_extra v1.3.0 |
840 | 2024-12-20T22:48:05.162Z | Downloaded uuid v1.11.0 |
841 | 2024-12-20T22:48:05.162Z | Downloaded foreign-types-shared v0.3.1 |
842 | 2024-12-20T22:48:05.162Z | Downloaded newline-converter v0.3.0 |
843 | 2024-12-20T22:48:05.162Z | Downloaded rand_core v0.6.4 |
844 | 2024-12-20T22:48:05.162Z | Downloaded phf_shared v0.11.2 |
845 | 2024-12-20T22:48:05.162Z | Downloaded phf_codegen v0.11.2 |
846 | 2024-12-20T22:48:05.162Z | Downloaded tls_codec v0.4.1 |
847 | 2024-12-20T22:48:05.162Z | Downloaded peg-macros v0.8.4 |
848 | 2024-12-20T22:48:05.162Z | Downloaded tracing v0.1.40 |
849 | 2024-12-20T22:48:05.162Z | Downloaded ed25519-dalek v2.1.1 |
850 | 2024-12-20T22:48:05.162Z | Downloaded steno v0.4.1 |
851 | 2024-12-20T22:48:05.162Z | Downloaded signature v2.2.0 |
852 | 2024-12-20T22:48:05.162Z | Downloaded derive_builder v0.20.2 |
853 | 2024-12-20T22:48:05.162Z | Downloaded tokio-util v0.7.12 |
854 | 2024-12-20T22:48:05.162Z | Downloaded defmt-parser v0.3.4 |
855 | 2024-12-20T22:48:05.162Z | Downloaded flagset v0.4.6 |
856 | 2024-12-20T22:48:05.162Z | Downloaded aws-lc-rs v1.10.0 |
857 | 2024-12-20T22:48:05.162Z | Downloaded phf_generator v0.11.2 |
858 | 2024-12-20T22:48:05.162Z | Downloaded defmt-macros v0.3.9 |
859 | 2024-12-20T22:48:05.162Z | Downloaded progenitor-impl v0.8.0 |
860 | 2024-12-20T22:48:05.162Z | Downloaded rayon-core v1.12.1 |
861 | 2024-12-20T22:48:05.162Z | Downloaded serde_derive_internals v0.29.1 |
862 | 2024-12-20T22:48:05.162Z | Downloaded ron v0.7.1 |
863 | 2024-12-20T22:48:05.162Z | Downloaded rustversion v1.0.17 |
864 | 2024-12-20T22:48:05.162Z | Downloaded typify v0.2.0 |
865 | 2024-12-20T22:48:05.162Z | Downloaded unicode-properties v0.1.3 |
866 | 2024-12-20T22:48:05.162Z | Downloaded num-traits v0.2.19 |
867 | 2024-12-20T22:48:05.162Z | Downloaded whoami v1.5.2 |
868 | 2024-12-20T22:48:05.162Z | Downloaded der_derive v0.7.3 |
869 | 2024-12-20T22:48:05.162Z | Downloaded russh v0.45.0 |
870 | 2024-12-20T22:48:05.162Z | Downloaded pkcs5 v0.7.1 |
871 | 2024-12-20T22:48:05.162Z | Downloaded bitvec v1.0.1 |
872 | 2024-12-20T22:48:05.165Z | Downloaded env_logger v0.11.5 |
873 | 2024-12-20T22:48:05.165Z | Downloaded mockall v0.13.0 |
874 | 2024-12-20T22:48:05.165Z | Downloaded yasna v0.5.2 |
875 | 2024-12-20T22:48:05.165Z | Downloaded tungstenite v0.23.0 |
876 | 2024-12-20T22:48:05.165Z | Downloaded num-complex v0.4.6 |
877 | 2024-12-20T22:48:05.165Z | Downloaded subprocess v0.2.9 |
878 | 2024-12-20T22:48:05.165Z | Downloaded samael v0.0.17 |
879 | 2024-12-20T22:48:05.165Z | Downloaded zerovec v0.10.4 |
880 | 2024-12-20T22:48:05.165Z | Downloaded tungstenite v0.21.0 |
881 | 2024-12-20T22:48:05.165Z | Downloaded tinyvec v1.8.0 |
882 | 2024-12-20T22:48:05.165Z | Downloaded bindgen v0.69.5 |
883 | 2024-12-20T22:48:05.165Z | Downloaded diff v0.1.13 |
884 | 2024-12-20T22:48:05.165Z | Downloaded ssh-key v0.6.6 |
885 | 2024-12-20T22:48:05.165Z | Downloaded chrono v0.4.38 |
886 | 2024-12-20T22:48:05.165Z | Downloaded mockall_derive v0.13.0 |
887 | 2024-12-20T22:48:05.165Z | Downloaded typed-path v0.9.3 |
888 | 2024-12-20T22:48:05.165Z | Downloaded tracing-core v0.1.32 |
889 | 2024-12-20T22:48:05.165Z | Downloaded mio v1.0.2 |
890 | 2024-12-20T22:48:05.165Z | Downloaded rusqlite v0.32.1 |
891 | 2024-12-20T22:48:05.166Z | Downloaded lalrpop v0.19.12 |
892 | 2024-12-20T22:48:05.166Z | Downloaded icu_properties_data v1.5.0 |
893 | 2024-12-20T22:48:05.166Z | Downloaded tough v0.19.0 |
894 | 2024-12-20T22:48:05.166Z | Downloaded url v2.5.3 |
895 | 2024-12-20T22:48:05.166Z | Downloaded ron v0.8.1 |
896 | 2024-12-20T22:48:05.166Z | Downloaded time v0.3.36 |
897 | 2024-12-20T22:48:05.166Z | Downloaded der v0.7.9 |
898 | 2024-12-20T22:48:05.166Z | Downloaded serde_with v3.11.0 |
899 | 2024-12-20T22:48:05.166Z | Downloaded rustyline v14.0.0 |
900 | 2024-12-20T22:48:05.166Z | Downloaded reqwest v0.12.9 |
901 | 2024-12-20T22:48:05.166Z | Downloaded expectorate v1.1.0 |
902 | 2024-12-20T22:48:05.166Z | Downloaded idna v0.4.0 |
903 | 2024-12-20T22:48:05.166Z | Downloaded toml_edit v0.19.15 |
904 | 2024-12-20T22:48:05.166Z | Downloaded quick-xml v0.33.0 |
905 | 2024-12-20T22:48:05.166Z | Downloaded unicode-normalization v0.1.24 |
906 | 2024-12-20T22:48:05.166Z | Downloaded flate2 v1.0.34 |
907 | 2024-12-20T22:48:05.166Z | Downloaded petname v2.0.2 |
908 | 2024-12-20T22:48:05.166Z | Downloaded curve25519-dalek v4.1.3 |
909 | 2024-12-20T22:48:05.166Z | Downloaded unicode-width v0.2.0 |
910 | 2024-12-20T22:48:05.166Z | Downloaded idna v0.3.0 |
911 | 2024-12-20T22:48:05.166Z | Downloaded zerocopy v0.8.10 |
912 | 2024-12-20T22:48:05.166Z | Downloaded salty v0.3.0 |
913 | 2024-12-20T22:48:05.166Z | Downloaded p384 v0.13.0 |
914 | 2024-12-20T22:48:05.166Z | Downloaded idna v0.2.3 |
915 | 2024-12-20T22:48:05.166Z | Downloaded proptest v1.5.0 |
916 | 2024-12-20T22:48:05.166Z | Downloaded portable-atomic v1.9.0 |
917 | 2024-12-20T22:48:05.166Z | Downloaded winnow v0.5.40 |
918 | 2024-12-20T22:48:05.166Z | Downloaded git2 v0.19.0 |
919 | 2024-12-20T22:48:05.166Z | Downloaded reedline v0.35.0 |
920 | 2024-12-20T22:48:05.166Z | Downloaded chrono-tz v0.10.0 |
921 | 2024-12-20T22:48:05.166Z | Downloaded regress v0.9.1 |
922 | 2024-12-20T22:48:05.166Z | Downloaded openssl v0.10.66 |
923 | 2024-12-20T22:48:05.166Z | Downloaded regress v0.10.1 |
924 | 2024-12-20T22:48:05.166Z | Downloaded nix v0.28.0 |
925 | 2024-12-20T22:48:05.166Z | Downloaded rustls v0.21.12 |
926 | 2024-12-20T22:48:05.166Z | Downloaded vcpkg v0.2.15 |
927 | 2024-12-20T22:48:05.167Z | Downloaded object v0.30.4 |
928 | 2024-12-20T22:48:05.167Z | Downloaded openapiv3 v2.0.0 |
929 | 2024-12-20T22:48:05.167Z | Downloaded gimli v0.31.1 |
930 | 2024-12-20T22:48:05.167Z | Downloaded rustls v0.22.4 |
931 | 2024-12-20T22:48:05.167Z | Downloaded regex-syntax v0.8.5 |
932 | 2024-12-20T22:48:05.167Z | Downloaded dropshot v0.13.0 |
933 | 2024-12-20T22:48:05.167Z | Downloaded trust-dns-proto v0.22.0 |
934 | 2024-12-20T22:48:05.167Z | Downloaded rustls v0.23.19 |
935 | 2024-12-20T22:48:05.167Z | Downloaded diesel v2.2.6 |
936 | 2024-12-20T22:48:05.167Z | Downloaded object v0.36.5 |
937 | 2024-12-20T22:48:05.167Z | Downloaded zerocopy-derive v0.6.6 |
938 | 2024-12-20T22:48:05.167Z | Downloaded regex v1.11.1 |
939 | 2024-12-20T22:48:05.167Z | Downloaded nix v0.29.0 |
940 | 2024-12-20T22:48:05.167Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
941 | 2024-12-20T22:48:05.167Z | Downloaded typify-impl v0.2.0 |
942 | 2024-12-20T22:48:05.167Z | Downloaded sled v0.34.7 |
943 | 2024-12-20T22:48:05.167Z | Downloaded nix v0.27.1 |
944 | 2024-12-20T22:48:05.167Z | Downloaded dropshot v0.12.0 |
945 | 2024-12-20T22:48:05.167Z | Downloaded smoltcp v0.11.0 |
946 | 2024-12-20T22:48:05.167Z | Downloaded regex-syntax v0.6.29 |
947 | 2024-12-20T22:48:05.167Z | Downloaded bstr v1.10.0 |
948 | 2024-12-20T22:48:05.167Z | Downloaded ratatui v0.28.1 |
949 | 2024-12-20T22:48:05.167Z | Downloaded regex-automata v0.4.8 |
950 | 2024-12-20T22:48:05.167Z | Downloaded polar-core v0.27.3 |
951 | 2024-12-20T22:48:05.167Z | Downloaded radix_trie v0.2.1 |
952 | 2024-12-20T22:48:05.167Z | Downloaded webpki-roots v0.26.6 |
953 | 2024-12-20T22:48:05.167Z | Downloaded smoltcp v0.9.1 |
954 | 2024-12-20T22:48:05.170Z | Downloaded sqlparser v0.45.0 |
955 | 2024-12-20T22:48:05.176Z | Downloaded petgraph v0.6.5 |
956 | 2024-12-20T22:48:05.193Z | Downloaded tokio v1.40.0 |
957 | 2024-12-20T22:48:05.229Z | Downloaded rustls-webpki v0.102.8 |
958 | 2024-12-20T22:48:05.246Z | Downloaded lzma-sys v0.1.20 |
959 | 2024-12-20T22:48:05.276Z | Downloaded csv v1.3.0 |
960 | 2024-12-20T22:48:05.293Z | Downloaded idna v0.5.0 |
961 | 2024-12-20T22:48:05.321Z | Downloaded nom v7.1.3 |
962 | 2024-12-20T22:48:05.326Z | Downloaded h2 v0.4.6 |
963 | 2024-12-20T22:48:05.335Z | Downloaded libz-sys v1.1.20 |
964 | 2024-12-20T22:48:05.364Z | Downloaded quinn-proto v0.11.8 |
965 | 2024-12-20T22:48:05.372Z | Downloaded diesel_derives v2.2.3 |
966 | 2024-12-20T22:48:05.377Z | Downloaded rustls-webpki v0.101.7 |
967 | 2024-12-20T22:48:05.394Z | Downloaded sha3 v0.10.8 |
968 | 2024-12-20T22:48:05.399Z | Downloaded futures-util v0.3.31 |
969 | 2024-12-20T22:48:05.410Z | Downloaded hashbrown v0.14.5 |
970 | 2024-12-20T22:48:05.417Z | Downloaded twox-hash v1.6.3 |
971 | 2024-12-20T22:48:05.419Z | Downloaded rayon v1.10.0 |
972 | 2024-12-20T22:48:05.426Z | Downloaded p521 v0.13.3 |
973 | 2024-12-20T22:48:05.432Z | Downloaded num-derive v0.4.2 |
974 | 2024-12-20T22:48:05.434Z | Downloaded polyval v0.6.2 |
975 | 2024-12-20T22:48:05.435Z | Downloaded slog-dtrace v0.3.0 |
976 | 2024-12-20T22:48:05.437Z | Downloaded dropshot_endpoint v0.12.0 |
977 | 2024-12-20T22:48:05.439Z | Downloaded p256 v0.13.2 |
978 | 2024-12-20T22:48:05.441Z | Downloaded hyper v1.5.0 |
979 | 2024-12-20T22:48:05.448Z | Downloaded yoke v0.7.4 |
980 | 2024-12-20T22:48:05.450Z | Downloaded vergen v8.3.2 |
981 | 2024-12-20T22:48:05.453Z | Downloaded miniz_oxide v0.8.0 |
982 | 2024-12-20T22:48:05.456Z | Downloaded tungstenite v0.24.0 |
983 | 2024-12-20T22:48:05.458Z | Downloaded schemars v0.8.21 |
984 | 2024-12-20T22:48:05.469Z | Downloaded peg v0.8.4 |
985 | 2024-12-20T22:48:05.473Z | Downloaded pbkdf2 v0.12.2 |
986 | 2024-12-20T22:48:05.477Z | Downloaded parse-display v0.10.0 |
987 | 2024-12-20T22:48:05.477Z | Downloaded same-file v1.0.6 |
988 | 2024-12-20T22:48:05.480Z | Downloaded futures-channel v0.3.31 |
989 | 2024-12-20T22:48:05.480Z | Downloaded fatfs v0.3.6 |
990 | 2024-12-20T22:48:05.483Z | Downloaded derive-where v1.2.7 |
991 | 2024-12-20T22:48:05.485Z | Downloaded zip v0.6.6 |
992 | 2024-12-20T22:48:05.488Z | Downloaded parking_lot v0.12.3 |
993 | 2024-12-20T22:48:05.492Z | Downloaded vte v0.11.1 |
994 | 2024-12-20T22:48:05.494Z | Downloaded rand_chacha v0.3.1 |
995 | 2024-12-20T22:48:05.494Z | Downloaded encoding_rs v0.8.34 |
996 | 2024-12-20T22:48:05.515Z | Downloaded proc-macro-crate v1.3.1 |
997 | 2024-12-20T22:48:05.517Z | Downloaded pbkdf2 v0.11.0 |
998 | 2024-12-20T22:48:05.521Z | Downloaded paste v1.0.15 |
999 | 2024-12-20T22:48:05.524Z | Downloaded futures-executor v0.3.31 |
1000 | 2024-12-20T22:48:05.524Z | Downloaded futures-core v0.3.31 |
1001 | 2024-12-20T22:48:05.527Z | Downloaded multer v3.1.0 |
1002 | 2024-12-20T22:48:05.527Z | Downloaded pin-project-internal v1.1.6 |
1003 | 2024-12-20T22:48:05.529Z | Downloaded pkcs8 v0.10.2 |
1004 | 2024-12-20T22:48:05.532Z | Downloaded zerocopy-derive v0.8.10 |
1005 | 2024-12-20T22:48:05.537Z | Downloaded displaydoc v0.2.5 |
1006 | 2024-12-20T22:48:05.540Z | Downloaded hashbrown v0.12.3 |
1007 | 2024-12-20T22:48:05.542Z | Downloaded schemars_derive v0.8.21 |
1008 | 2024-12-20T22:48:05.545Z | Downloaded r2d2 v0.8.10 |
1009 | 2024-12-20T22:48:05.547Z | Downloaded num-bigint v0.4.6 |
1010 | 2024-12-20T22:48:05.550Z | Downloaded libm v0.2.8 |
1011 | 2024-12-20T22:48:05.558Z | Downloaded unicode-segmentation v1.12.0 |
1012 | 2024-12-20T22:48:05.564Z | Downloaded fallible-iterator v0.2.0 |
1013 | 2024-12-20T22:48:05.567Z | Downloaded parse-display-derive v0.10.0 |
1014 | 2024-12-20T22:48:05.567Z | Downloaded serde_with_macros v3.11.0 |
1015 | 2024-12-20T22:48:05.567Z | Downloaded half v2.4.1 |
1016 | 2024-12-20T22:48:05.569Z | Downloaded toolchain_find v0.4.0 |
1017 | 2024-12-20T22:48:05.569Z | Downloaded static_assertions v1.1.0 |
1018 | 2024-12-20T22:48:05.572Z | Downloaded stable_deref_trait v1.2.0 |
1019 | 2024-12-20T22:48:05.572Z | Downloaded rustc_version v0.1.7 |
1020 | 2024-12-20T22:48:05.575Z | Downloaded rustc-hash v2.0.0 |
1021 | 2024-12-20T22:48:05.575Z | Downloaded rustc-hash v1.1.0 |
1022 | 2024-12-20T22:48:05.575Z | Downloaded zone v0.3.0 |
1023 | 2024-12-20T22:48:05.575Z | Downloaded zone v0.1.8 |
1024 | 2024-12-20T22:48:05.577Z | Downloaded slog-term v2.9.1 |
1025 | 2024-12-20T22:48:05.581Z | Downloaded group v0.13.0 |
1026 | 2024-12-20T22:48:05.581Z | Downloaded ghash v0.5.1 |
1027 | 2024-12-20T22:48:05.581Z | Downloaded ed25519 v2.2.3 |
1028 | 2024-12-20T22:48:05.584Z | Downloaded dyn-clone v1.0.17 |
1029 | 2024-12-20T22:48:05.584Z | Downloaded zerovec-derive v0.10.3 |
1030 | 2024-12-20T22:48:05.586Z | Downloaded toml v0.7.8 |
1031 | 2024-12-20T22:48:05.591Z | Downloaded strum_macros v0.24.3 |
1032 | 2024-12-20T22:48:05.591Z | Downloaded thread_local v1.1.8 |
1033 | 2024-12-20T22:48:05.594Z | Downloaded thiserror-no-std v2.0.2 |
1034 | 2024-12-20T22:48:05.597Z | Downloaded thiserror-impl-no-std v2.0.2 |
1035 | 2024-12-20T22:48:05.597Z | Downloaded string_cache v0.8.7 |
1036 | 2024-12-20T22:48:05.599Z | Downloaded rtoolbox v0.0.2 |
1037 | 2024-12-20T22:48:05.599Z | Downloaded rpassword v7.3.1 |
1038 | 2024-12-20T22:48:05.603Z | Downloaded env_logger v0.10.2 |
1039 | 2024-12-20T22:48:05.605Z | Downloaded des v0.8.1 |
1040 | 2024-12-20T22:48:05.605Z | Downloaded thiserror v2.0.3 |
1041 | 2024-12-20T22:48:05.609Z | Downloaded hashlink v0.9.1 |
1042 | 2024-12-20T22:48:05.612Z | Downloaded postcard v1.0.10 |
1043 | 2024-12-20T22:48:05.614Z | Downloaded dhcproto v0.12.0 |
1044 | 2024-12-20T22:48:05.618Z | Downloaded tar v0.4.42 |
1045 | 2024-12-20T22:48:05.621Z | Downloaded qorb v0.2.1 |
1046 | 2024-12-20T22:48:05.623Z | Downloaded icu_collections v1.5.0 |
1047 | 2024-12-20T22:48:05.629Z | Downloaded try-lock v0.2.5 |
1048 | 2024-12-20T22:48:05.632Z | Downloaded futures-macro v0.3.31 |
1049 | 2024-12-20T22:48:05.632Z | Downloaded foreign-types v0.5.0 |
1050 | 2024-12-20T22:48:05.632Z | Downloaded either v1.13.0 |
1051 | 2024-12-20T22:48:05.635Z | Downloaded num-iter v0.1.45 |
1052 | 2024-12-20T22:48:05.635Z | Downloaded filetime v0.2.25 |
1053 | 2024-12-20T22:48:05.635Z | Downloaded tokio-stream v0.1.16 |
1054 | 2024-12-20T22:48:05.639Z | Downloaded strum v0.26.3 |
1055 | 2024-12-20T22:48:05.642Z | Downloaded zopfli v0.8.1 |
1056 | 2024-12-20T22:48:05.645Z | Downloaded backtrace v0.3.74 |
1057 | 2024-12-20T22:48:05.647Z | Downloaded crossbeam-channel v0.5.13 |
1058 | 2024-12-20T22:48:05.651Z | Downloaded untrusted v0.7.1 |
1059 | 2024-12-20T22:48:05.653Z | Downloaded unarray v0.1.4 |
1060 | 2024-12-20T22:48:05.653Z | Downloaded nu-ansi-term v0.50.1 |
1061 | 2024-12-20T22:48:05.656Z | Downloaded xz2 v0.1.7 |
1062 | 2024-12-20T22:48:05.658Z | Downloaded foreign-types-shared v0.1.1 |
1063 | 2024-12-20T22:48:05.658Z | Downloaded fixedbitset v0.4.2 |
1064 | 2024-12-20T22:48:05.661Z | Downloaded ppv-lite86 v0.2.20 |
1065 | 2024-12-20T22:48:05.661Z | Downloaded cc v1.1.30 |
1066 | 2024-12-20T22:48:05.663Z | Downloaded enum-as-inner v0.5.1 |
1067 | 2024-12-20T22:48:05.666Z | Downloaded bytes v1.8.0 |
1068 | 2024-12-20T22:48:05.669Z | Downloaded bumpalo v3.16.0 |
1069 | 2024-12-20T22:48:05.672Z | Downloaded base64 v0.21.7 |
1070 | 2024-12-20T22:48:05.676Z | Downloaded uzers v0.12.1 |
1071 | 2024-12-20T22:48:05.679Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1072 | 2024-12-20T22:48:05.734Z | Downloaded tokio-tungstenite v0.21.0 |
1073 | 2024-12-20T22:48:05.736Z | Downloaded tokio-rustls v0.26.0 |
1074 | 2024-12-20T22:48:05.738Z | Downloaded icu_normalizer v1.5.0 |
1075 | 2024-12-20T22:48:05.741Z | Downloaded wyz v0.5.1 |
1076 | 2024-12-20T22:48:05.743Z | Downloaded mime v0.3.17 |
1077 | 2024-12-20T22:48:05.743Z | Downloaded icu_provider v1.5.0 |
1078 | 2024-12-20T22:48:05.746Z | Downloaded icu_locid v1.5.0 |
1079 | 2024-12-20T22:48:05.750Z | Downloaded lock_api v0.4.12 |
1080 | 2024-12-20T22:48:05.753Z | Downloaded litemap v0.7.3 |
1081 | 2024-12-20T22:48:05.755Z | Downloaded hyper-util v0.1.10 |
1082 | 2024-12-20T22:48:05.758Z | Downloaded allocator-api2 v0.2.18 |
1083 | 2024-12-20T22:48:05.760Z | Downloaded mime_guess v2.0.5 |
1084 | 2024-12-20T22:48:05.762Z | Downloaded lalrpop-util v0.19.12 |
1085 | 2024-12-20T22:48:05.765Z | Downloaded ipnet v2.10.1 |
1086 | 2024-12-20T22:48:05.765Z | Downloaded iana-time-zone v0.1.61 |
1087 | 2024-12-20T22:48:05.767Z | Downloaded httparse v1.9.5 |
1088 | 2024-12-20T22:48:05.770Z | Downloaded spin v0.5.2 |
1089 | 2024-12-20T22:48:05.770Z | Downloaded slab v0.4.9 |
1090 | 2024-12-20T22:48:05.773Z | Downloaded siphasher v0.3.11 |
1091 | 2024-12-20T22:48:05.773Z | Downloaded simd-adler32 v0.3.7 |
1092 | 2024-12-20T22:48:05.776Z | Downloaded quinn-udp v0.5.5 |
1093 | 2024-12-20T22:48:05.776Z | Downloaded serde_urlencoded v0.7.1 |
1094 | 2024-12-20T22:48:05.776Z | Downloaded serde_repr v0.1.19 |
1095 | 2024-12-20T22:48:05.779Z | Downloaded serde_plain v1.0.2 |
1096 | 2024-12-20T22:48:05.779Z | Downloaded serde_path_to_error v0.1.16 |
1097 | 2024-12-20T22:48:05.784Z | Downloaded secrecy v0.8.0 |
1098 | 2024-12-20T22:48:05.784Z | Downloaded cookie_store v0.21.0 |
1099 | 2024-12-20T22:48:05.789Z | Downloaded hkdf v0.12.4 |
1100 | 2024-12-20T22:48:05.789Z | Downloaded managed v0.8.0 |
1101 | 2024-12-20T22:48:05.789Z | Downloaded lru-cache v0.1.2 |
1102 | 2024-12-20T22:48:05.791Z | Downloaded hyper-rustls v0.27.3 |
1103 | 2024-12-20T22:48:05.791Z | Downloaded crossbeam-epoch v0.9.18 |
1104 | 2024-12-20T22:48:05.794Z | Downloaded crossbeam-utils v0.8.20 |
1105 | 2024-12-20T22:48:05.797Z | Downloaded cookie v0.18.1 |
1106 | 2024-12-20T22:48:05.799Z | Downloaded const-oid v0.9.6 |
1107 | 2024-12-20T22:48:05.801Z | Downloaded instability v0.3.2 |
1108 | 2024-12-20T22:48:05.801Z | Downloaded indoc v1.0.9 |
1109 | 2024-12-20T22:48:05.803Z | Downloaded lockfree-object-pool v0.1.6 |
1110 | 2024-12-20T22:48:05.806Z | Downloaded lazy_static v1.5.0 |
1111 | 2024-12-20T22:48:05.809Z | Downloaded is-terminal v0.4.13 |
1112 | 2024-12-20T22:48:05.809Z | Downloaded inout v0.1.3 |
1113 | 2024-12-20T22:48:05.809Z | Downloaded arrayref v0.3.9 |
1114 | 2024-12-20T22:48:05.811Z | Downloaded home v0.5.9 |
1115 | 2024-12-20T22:48:05.813Z | Downloaded curve25519-dalek-derive v0.1.1 |
1116 | 2024-12-20T22:48:05.813Z | Downloaded bcrypt-pbkdf v0.10.0 |
1117 | 2024-12-20T22:48:05.813Z | Downloaded bit-set v0.5.3 |
1118 | 2024-12-20T22:48:05.816Z | Downloaded hex v0.4.3 |
1119 | 2024-12-20T22:48:05.818Z | Downloaded heck v0.3.3 |
1120 | 2024-12-20T22:48:05.818Z | Downloaded convert_case v0.4.0 |
1121 | 2024-12-20T22:48:05.818Z | Downloaded cmake v0.1.51 |
1122 | 2024-12-20T22:48:05.820Z | Downloaded chrono-tz-build v0.4.0 |
1123 | 2024-12-20T22:48:05.821Z | Downloaded chacha20 v0.9.1 |
1124 | 2024-12-20T22:48:05.827Z | Downloaded cexpr v0.6.0 |
1125 | 2024-12-20T22:48:05.833Z | Downloaded cbc v0.1.2 |
1126 | 2024-12-20T22:48:05.833Z | Downloaded crossbeam-deque v0.8.5 |
1127 | 2024-12-20T22:48:05.833Z | Downloaded cobs v0.2.3 |
1128 | 2024-12-20T22:48:05.833Z | Downloaded cipher v0.4.4 |
1129 | 2024-12-20T22:48:05.833Z | Downloaded bitfield-struct v0.6.2 |
1130 | 2024-12-20T22:48:05.839Z | Downloaded assert_matches v1.5.0 |
1131 | 2024-12-20T22:48:05.839Z | Downloaded array-init v0.0.4 |
1132 | 2024-12-20T22:48:05.839Z | Downloaded bit-vec v0.6.3 |
1133 | 2024-12-20T22:48:05.839Z | Downloaded async-stream v0.3.6 |
1134 | 2024-12-20T22:48:05.841Z | Downloaded ascii-canvas v3.0.0 |
1135 | 2024-12-20T22:48:06.131Z | Downloaded aws-lc-sys v0.22.0 |
1136 | 2024-12-20T22:48:06.416Z | Downloaded ring v0.17.8 |
1137 | 2024-12-20T22:48:06.578Z | Downloaded ring v0.16.20 |
1138 | 2024-12-20T22:48:06.660Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-20T22:48:06.845Z | Compiling serde v1.0.215 |
1140 | 2024-12-20T22:48:06.848Z | Compiling lock_api v0.4.12 |
1141 | 2024-12-20T22:48:06.848Z | Compiling scopeguard v1.2.0 |
1142 | 2024-12-20T22:48:06.848Z | Compiling value-bag v1.9.0 |
1143 | 2024-12-20T22:48:06.848Z | Compiling typenum v1.17.0 |
1144 | 2024-12-20T22:48:06.848Z | Compiling generic-array v0.14.7 |
1145 | 2024-12-20T22:48:07.026Z | Compiling syn v2.0.87 |
1146 | 2024-12-20T22:48:07.039Z | Compiling getrandom v0.2.15 |
1147 | 2024-12-20T22:48:07.192Z | Compiling subtle v2.6.1 |
1148 | 2024-12-20T22:48:07.298Z | Compiling rand_core v0.6.4 |
1149 | 2024-12-20T22:48:07.462Z | Compiling log v0.4.22 |
1150 | 2024-12-20T22:48:07.571Z | Compiling shlex v1.3.0 |
1151 | 2024-12-20T22:48:07.594Z | Compiling jobserver v0.1.32 |
1152 | 2024-12-20T22:48:07.624Z | Compiling const-oid v0.9.6 |
1153 | 2024-12-20T22:48:07.859Z | Compiling smallvec v1.13.2 |
1154 | 2024-12-20T22:48:07.880Z | Compiling spin v0.9.8 |
1155 | 2024-12-20T22:48:07.997Z | Compiling cc v1.1.30 |
1156 | 2024-12-20T22:48:08.269Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-20T22:48:08.288Z | Compiling rustix v0.38.37 |
1158 | 2024-12-20T22:48:08.350Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-12-20T22:48:08.399Z | Compiling futures-core v0.3.31 |
1160 | 2024-12-20T22:48:08.502Z | Compiling signal-hook-registry v1.4.2 |
1161 | 2024-12-20T22:48:08.660Z | Compiling mio v1.0.2 |
1162 | 2024-12-20T22:48:09.182Z | Compiling parking_lot v0.12.3 |
1163 | 2024-12-20T22:48:09.270Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-12-20T22:48:09.448Z | Compiling regex-syntax v0.8.5 |
1165 | 2024-12-20T22:48:09.540Z | Compiling cpufeatures v0.2.14 |
1166 | 2024-12-20T22:48:09.645Z | Compiling lazy_static v1.5.0 |
1167 | 2024-12-20T22:48:09.736Z | Compiling either v1.13.0 |
1168 | 2024-12-20T22:48:09.779Z | Compiling futures-sink v0.3.31 |
1169 | 2024-12-20T22:48:09.822Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-12-20T22:48:09.928Z | Compiling glob v0.3.1 |
1171 | 2024-12-20T22:48:09.951Z | Compiling socket2 v0.5.7 |
1172 | 2024-12-20T22:48:10.122Z | Compiling slab v0.4.9 |
1173 | 2024-12-20T22:48:10.147Z | Compiling prettyplease v0.2.25 |
1174 | 2024-12-20T22:48:10.556Z | Compiling serde_json v1.0.133 |
1175 | 2024-12-20T22:48:10.628Z | Compiling minimal-lexical v0.2.1 |
1176 | 2024-12-20T22:48:10.975Z | Compiling clang-sys v1.8.1 |
1177 | 2024-12-20T22:48:11.027Z | Compiling nom v7.1.3 |
1178 | 2024-12-20T22:48:11.135Z | Compiling libloading v0.8.5 |
1179 | 2024-12-20T22:48:11.185Z | Compiling home v0.5.9 |
1180 | 2024-12-20T22:48:11.452Z | Compiling bindgen v0.69.5 |
1181 | 2024-12-20T22:48:11.553Z | Compiling itertools v0.10.5 |
1182 | 2024-12-20T22:48:12.255Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-20T22:48:12.438Z | Compiling lazycell v1.3.0 |
1184 | 2024-12-20T22:48:12.611Z | Compiling foldhash v0.1.3 |
1185 | 2024-12-20T22:48:12.662Z | Compiling libm v0.2.8 |
1186 | 2024-12-20T22:48:12.911Z | Compiling rustc-hash v1.1.0 |
1187 | 2024-12-20T22:48:12.992Z | Compiling futures-io v0.3.31 |
1188 | 2024-12-20T22:48:13.061Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-12-20T22:48:13.309Z | Compiling regex-automata v0.4.8 |
1190 | 2024-12-20T22:48:13.910Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-20T22:48:14.001Z | Compiling futures-task v0.3.31 |
1192 | 2024-12-20T22:48:14.297Z | Compiling cexpr v0.6.0 |
1193 | 2024-12-20T22:48:14.342Z | Compiling hashbrown v0.15.1 |
1194 | 2024-12-20T22:48:14.670Z | Compiling synstructure v0.13.1 |
1195 | 2024-12-20T22:48:15.784Z | Compiling cmake v0.1.51 |
1196 | 2024-12-20T22:48:16.108Z | Compiling num-traits v0.2.19 |
1197 | 2024-12-20T22:48:16.381Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-20T22:48:16.384Z | Compiling dunce v1.0.5 |
1199 | 2024-12-20T22:48:16.525Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-12-20T22:48:16.525Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-20T22:48:16.630Z | Compiling tinyvec v1.8.0 |
1202 | 2024-12-20T22:48:17.157Z | Compiling ring v0.17.8 |
1203 | 2024-12-20T22:48:17.931Z | Compiling unicode-bidi v0.3.17 |
1204 | 2024-12-20T22:48:18.071Z | Compiling unicode-normalization v0.1.24 |
1205 | 2024-12-20T22:48:18.288Z | Compiling base64ct v1.6.0 |
1206 | 2024-12-20T22:48:18.440Z | Compiling paste v1.0.15 |
1207 | 2024-12-20T22:48:18.888Z | Compiling regex v1.11.1 |
1208 | 2024-12-20T22:48:18.957Z | Compiling litemap v0.7.3 |
1209 | 2024-12-20T22:48:19.156Z | Compiling writeable v0.5.5 |
1210 | 2024-12-20T22:48:19.403Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-12-20T22:48:19.706Z | Compiling flagset v0.4.6 |
1212 | 2024-12-20T22:48:19.916Z | Compiling httparse v1.9.5 |
1213 | 2024-12-20T22:48:20.017Z | Compiling aws-lc-rs v1.10.0 |
1214 | 2024-12-20T22:48:20.130Z | Compiling tracing-core v0.1.32 |
1215 | 2024-12-20T22:48:20.496Z | Compiling icu_locid_transform_data v1.5.0 |
1216 | 2024-12-20T22:48:20.593Z | Compiling crossbeam-utils v0.8.20 |
1217 | 2024-12-20T22:48:20.739Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-12-20T22:48:21.112Z | Compiling rustls-pki-types v1.10.0 |
1219 | 2024-12-20T22:48:21.250Z | Compiling powerfmt v0.2.0 |
1220 | 2024-12-20T22:48:21.517Z | Compiling num-conv v0.1.0 |
1221 | 2024-12-20T22:48:21.613Z | Compiling untrusted v0.9.0 |
1222 | 2024-12-20T22:48:21.782Z | Compiling time-core v0.1.2 |
1223 | 2024-12-20T22:48:21.803Z | Compiling icu_properties_data v1.5.0 |
1224 | 2024-12-20T22:48:21.822Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-20T22:48:21.892Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-20T22:48:21.952Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-20T22:48:22.057Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-20T22:48:22.161Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-20T22:48:23.455Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-20T22:48:23.652Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-12-20T22:48:23.819Z | Compiling thiserror-impl v1.0.69 |
1232 | 2024-12-20T22:48:24.187Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-20T22:48:25.186Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-20T22:48:25.208Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-20T22:48:25.458Z | Compiling digest v0.10.7 |
1236 | 2024-12-20T22:48:25.488Z | Compiling futures-macro v0.3.31 |
1237 | 2024-12-20T22:48:25.854Z | Compiling zerovec-derive v0.10.3 |
1238 | 2024-12-20T22:48:25.951Z | Compiling hmac v0.12.1 |
1239 | 2024-12-20T22:48:26.179Z | Compiling block-padding v0.3.3 |
1240 | 2024-12-20T22:48:26.201Z | Compiling displaydoc v0.2.5 |
1241 | 2024-12-20T22:48:26.336Z | Compiling zerofrom v0.1.4 |
1242 | 2024-12-20T22:48:26.432Z | Compiling inout v0.1.3 |
1243 | 2024-12-20T22:48:26.578Z | Compiling sha2 v0.10.8 |
1244 | 2024-12-20T22:48:26.720Z | Compiling cipher v0.4.4 |
1245 | 2024-12-20T22:48:26.823Z | Compiling yoke v0.7.4 |
1246 | 2024-12-20T22:48:27.206Z | Compiling ppv-lite86 v0.2.20 |
1247 | 2024-12-20T22:48:27.210Z | Compiling thiserror v1.0.69 |
1248 | 2024-12-20T22:48:27.247Z | Compiling der_derive v0.7.3 |
1249 | 2024-12-20T22:48:27.370Z | Compiling icu_provider_macros v1.5.0 |
1250 | 2024-12-20T22:48:27.424Z | Compiling futures-util v0.3.31 |
1251 | 2024-12-20T22:48:27.897Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-12-20T22:48:28.047Z | Compiling rand_chacha v0.3.1 |
1253 | 2024-12-20T22:48:28.543Z | Compiling rand v0.8.5 |
1254 | 2024-12-20T22:48:28.615Z | Compiling zerovec v0.10.4 |
1255 | 2024-12-20T22:48:29.694Z | Compiling der v0.7.9 |
1256 | 2024-12-20T22:48:30.091Z | Compiling pest v2.7.14 |
1257 | 2024-12-20T22:48:30.463Z | Compiling tinystr v0.7.6 |
1258 | 2024-12-20T22:48:30.717Z | Compiling icu_collections v1.5.0 |
1259 | 2024-12-20T22:48:30.893Z | Compiling icu_locid v1.5.0 |
1260 | 2024-12-20T22:48:30.928Z | Compiling salsa20 v0.10.2 |
1261 | 2024-12-20T22:48:31.159Z | Compiling pbkdf2 v0.12.2 |
1262 | 2024-12-20T22:48:31.346Z | Compiling mirai-annotations v1.12.0 |
1263 | 2024-12-20T22:48:31.532Z | Compiling untrusted v0.7.1 |
1264 | 2024-12-20T22:48:31.704Z | Compiling vcpkg v0.2.15 |
1265 | 2024-12-20T22:48:31.818Z | Compiling tracing v0.1.40 |
1266 | 2024-12-20T22:48:32.254Z | Compiling icu_provider v1.5.0 |
1267 | 2024-12-20T22:48:32.350Z | Compiling spki v0.7.3 |
1268 | 2024-12-20T22:48:32.733Z | Compiling pest_meta v2.7.14 |
1269 | 2024-12-20T22:48:33.153Z | Compiling icu_locid_transform v1.5.0 |
1270 | 2024-12-20T22:48:33.220Z | Compiling scrypt v0.11.0 |
1271 | 2024-12-20T22:48:33.241Z | Compiling aes v0.8.4 |
1272 | 2024-12-20T22:48:33.314Z | Compiling cbc v0.1.2 |
1273 | 2024-12-20T22:48:33.759Z | Compiling time-macros v0.2.18 |
1274 | 2024-12-20T22:48:33.791Z | Compiling scroll_derive v0.12.0 |
1275 | 2024-12-20T22:48:33.911Z | Compiling openssl-sys v0.9.103 |
1276 | 2024-12-20T22:48:35.057Z | Compiling icu_properties v1.5.1 |
1277 | 2024-12-20T22:48:35.308Z | Compiling deranged v0.3.11 |
1278 | 2024-12-20T22:48:36.119Z | Compiling bitflags v2.6.0 |
1279 | 2024-12-20T22:48:36.393Z | Compiling bytes v1.8.0 |
1280 | 2024-12-20T22:48:37.162Z | Compiling indexmap v2.6.0 |
1281 | 2024-12-20T22:48:37.283Z | Compiling tokio v1.40.0 |
1282 | 2024-12-20T22:48:37.316Z | Compiling http v1.1.0 |
1283 | 2024-12-20T22:48:37.690Z | Compiling semver v1.0.23 |
1284 | 2024-12-20T22:48:37.824Z | Compiling utf16_iter v1.0.5 |
1285 | 2024-12-20T22:48:38.257Z | Compiling atomic-waker v1.1.2 |
1286 | 2024-12-20T22:48:38.275Z | Compiling rustc_version v0.4.1 |
1287 | 2024-12-20T22:48:38.433Z | Compiling num_threads v0.1.7 |
1288 | 2024-12-20T22:48:38.566Z | Compiling icu_normalizer_data v1.5.0 |
1289 | 2024-12-20T22:48:38.620Z | Compiling write16 v1.0.0 |
1290 | 2024-12-20T22:48:38.667Z | Compiling utf8_iter v1.0.4 |
1291 | 2024-12-20T22:48:38.745Z | Compiling time v0.3.36 |
1292 | 2024-12-20T22:48:38.907Z | Compiling icu_normalizer v1.5.0 |
1293 | 2024-12-20T22:48:38.963Z | Compiling http-body v1.0.1 |
1294 | 2024-12-20T22:48:39.208Z | Compiling scroll v0.12.0 |
1295 | 2024-12-20T22:48:39.831Z | Compiling pkcs5 v0.7.1 |
1296 | 2024-12-20T22:48:39.863Z | Compiling pest_generator v2.7.14 |
1297 | 2024-12-20T22:48:39.961Z | Compiling form_urlencoded v1.2.1 |
1298 | 2024-12-20T22:48:40.244Z | Compiling try-lock v0.2.5 |
1299 | 2024-12-20T22:48:40.277Z | Compiling slog v2.7.0 |
1300 | 2024-12-20T22:48:40.400Z | Compiling want v0.3.1 |
1301 | 2024-12-20T22:48:40.698Z | Compiling which v4.4.2 |
1302 | 2024-12-20T22:48:40.892Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-12-20T22:48:40.977Z | Compiling goblin v0.8.2 |
1304 | 2024-12-20T22:48:41.314Z | Compiling idna_adapter v1.2.0 |
1305 | 2024-12-20T22:48:41.538Z | Compiling uuid v1.11.0 |
1306 | 2024-12-20T22:48:41.593Z | Compiling iana-time-zone v0.1.61 |
1307 | 2024-12-20T22:48:41.884Z | Compiling httpdate v1.0.3 |
1308 | 2024-12-20T22:48:41.907Z | Compiling pest_derive v2.7.14 |
1309 | 2024-12-20T22:48:42.037Z | Compiling chrono v0.4.38 |
1310 | 2024-12-20T22:48:42.325Z | Compiling idna v1.0.3 |
1311 | 2024-12-20T22:48:42.708Z | Compiling dtrace-parser v0.2.0 |
1312 | 2024-12-20T22:48:43.804Z | Compiling serde_tokenstream v0.2.2 |
1313 | 2024-12-20T22:48:44.096Z | Compiling serde_spanned v0.6.8 |
1314 | 2024-12-20T22:48:44.222Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-20T22:48:44.325Z | Compiling rustversion v1.0.17 |
1316 | 2024-12-20T22:48:44.420Z | Compiling foreign-types-shared v0.1.1 |
1317 | 2024-12-20T22:48:44.532Z | Compiling match_cfg v0.1.0 |
1318 | 2024-12-20T22:48:44.630Z | Compiling openssl v0.10.66 |
1319 | 2024-12-20T22:48:44.721Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-20T22:48:44.888Z | Compiling tower-service v0.3.3 |
1321 | 2024-12-20T22:48:44.926Z | Compiling base64 v0.22.1 |
1322 | 2024-12-20T22:48:45.021Z | Compiling miniz_oxide v0.8.0 |
1323 | 2024-12-20T22:48:45.083Z | Compiling hostname v0.3.1 |
1324 | 2024-12-20T22:48:45.127Z | Compiling foreign-types v0.3.2 |
1325 | 2024-12-20T22:48:45.230Z | Compiling url v2.5.3 |
1326 | 2024-12-20T22:48:45.701Z | Compiling tokio-util v0.7.12 |
1327 | 2024-12-20T22:48:45.899Z | Compiling openssl-macros v0.1.1 |
1328 | 2024-12-20T22:48:46.578Z | Compiling dof v0.3.0 |
1329 | 2024-12-20T22:48:46.693Z | Compiling h2 v0.4.6 |
1330 | 2024-12-20T22:48:46.775Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-20T22:48:47.105Z | Compiling serde_derive_internals v0.29.1 |
1332 | 2024-12-20T22:48:47.256Z | Compiling dirs-sys-next v0.1.2 |
1333 | 2024-12-20T22:48:47.924Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-12-20T22:48:48.749Z | Compiling schemars v0.8.21 |
1335 | 2024-12-20T22:48:49.080Z | Compiling rustls v0.23.19 |
1336 | 2024-12-20T22:48:49.355Z | Compiling rustls v0.22.4 |
1337 | 2024-12-20T22:48:49.482Z | Compiling data-encoding v2.6.0 |
1338 | 2024-12-20T22:48:49.547Z | Compiling native-tls v0.2.12 |
1339 | 2024-12-20T22:48:49.623Z | Compiling syn v1.0.109 |
1340 | 2024-12-20T22:48:49.823Z | Compiling siphasher v0.3.11 |
1341 | 2024-12-20T22:48:49.893Z | Compiling schemars_derive v0.8.21 |
1342 | 2024-12-20T22:48:50.279Z | Compiling dirs-next v2.0.0 |
1343 | 2024-12-20T22:48:51.319Z | Compiling http-body-util v0.1.2 |
1344 | 2024-12-20T22:48:51.851Z | Compiling heapless v0.7.17 |
1345 | 2024-12-20T22:48:51.869Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-12-20T22:48:51.896Z | Compiling signature v2.2.0 |
1347 | 2024-12-20T22:48:52.192Z | Compiling sha1 v0.10.6 |
1348 | 2024-12-20T22:48:52.284Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-12-20T22:48:52.607Z | Compiling thread_local v1.1.8 |
1350 | 2024-12-20T22:48:52.628Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-20T22:48:52.763Z | Compiling multer v3.1.0 |
1352 | 2024-12-20T22:48:52.882Z | Compiling cookie v0.18.1 |
1353 | 2024-12-20T22:48:53.020Z | Compiling rayon-core v1.12.1 |
1354 | 2024-12-20T22:48:53.145Z | Compiling ipnet v2.10.1 |
1355 | 2024-12-20T22:48:53.177Z | Compiling gimli v0.31.1 |
1356 | 2024-12-20T22:48:53.287Z | Compiling mime v0.3.17 |
1357 | 2024-12-20T22:48:53.307Z | Compiling signal-hook v0.3.17 |
1358 | 2024-12-20T22:48:53.572Z | Compiling hyper v1.5.0 |
1359 | 2024-12-20T22:48:53.883Z | Compiling dyn-clone v1.0.17 |
1360 | 2024-12-20T22:48:54.103Z | Compiling unicode-properties v0.1.3 |
1361 | 2024-12-20T22:48:54.426Z | Compiling slog-async v2.8.0 |
1362 | 2024-12-20T22:48:54.502Z | Compiling openssl-probe v0.1.5 |
1363 | 2024-12-20T22:48:54.884Z | Compiling stringprep v0.1.5 |
1364 | 2024-12-20T22:48:55.040Z | Compiling toml_edit v0.22.22 |
1365 | 2024-12-20T22:48:56.195Z | Compiling hyper-util v0.1.10 |
1366 | 2024-12-20T22:48:57.613Z | Compiling addr2line v0.24.2 |
1367 | 2024-12-20T22:48:58.339Z | Compiling crossbeam-deque v0.8.5 |
1368 | 2024-12-20T22:48:58.399Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-12-20T22:48:58.705Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-12-20T22:48:59.141Z | Compiling term v0.7.0 |
1371 | 2024-12-20T22:48:59.446Z | Compiling slog-json v2.6.1 |
1372 | 2024-12-20T22:48:59.844Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2024-12-20T22:48:59.864Z | Compiling curve25519-dalek v4.1.3 |
1374 | 2024-12-20T22:49:00.362Z | Compiling crossbeam-channel v0.5.13 |
1375 | 2024-12-20T22:49:00.403Z | Compiling futures-executor v0.3.31 |
1376 | 2024-12-20T22:49:00.509Z | Compiling md-5 v0.10.6 |
1377 | 2024-12-20T22:49:00.727Z | Compiling enum-as-inner v0.6.1 |
1378 | 2024-12-20T22:49:00.789Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-20T22:49:01.002Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-12-20T22:49:01.068Z | Compiling num-integer v0.1.46 |
1381 | 2024-12-20T22:49:01.356Z | Compiling idna v0.4.0 |
1382 | 2024-12-20T22:49:01.480Z | Compiling idna v0.3.0 |
1383 | 2024-12-20T22:49:01.840Z | Compiling hash32 v0.2.1 |
1384 | 2024-12-20T22:49:01.859Z | Compiling ff v0.13.0 |
1385 | 2024-12-20T22:49:02.102Z | Compiling is-terminal v0.4.13 |
1386 | 2024-12-20T22:49:02.158Z | Compiling dropshot v0.12.0 |
1387 | 2024-12-20T22:49:02.194Z | Compiling object v0.36.5 |
1388 | 2024-12-20T22:49:02.241Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-12-20T22:49:02.439Z | Compiling portable-atomic v1.9.0 |
1390 | 2024-12-20T22:49:03.050Z | Compiling linked-hash-map v0.5.6 |
1391 | 2024-12-20T22:49:03.181Z | Compiling utf-8 v0.7.6 |
1392 | 2024-12-20T22:49:03.252Z | Compiling smoltcp v0.9.1 |
1393 | 2024-12-20T22:49:03.344Z | Compiling anyhow v1.0.93 |
1394 | 2024-12-20T22:49:03.426Z | Compiling fallible-iterator v0.2.0 |
1395 | 2024-12-20T22:49:03.483Z | Compiling psl-types v2.0.11 |
1396 | 2024-12-20T22:49:03.503Z | Compiling quick-error v1.2.3 |
1397 | 2024-12-20T22:49:03.650Z | Compiling base16ct v0.2.0 |
1398 | 2024-12-20T22:49:03.682Z | Compiling take_mut v0.2.2 |
1399 | 2024-12-20T22:49:03.848Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-12-20T22:49:03.949Z | Compiling sec1 v0.7.3 |
1401 | 2024-12-20T22:49:04.123Z | Compiling postgres-protocol v0.6.7 |
1402 | 2024-12-20T22:49:04.173Z | Compiling publicsuffix v2.2.3 |
1403 | 2024-12-20T22:49:04.330Z | Compiling resolv-conf v0.7.0 |
1404 | 2024-12-20T22:49:04.484Z | Compiling tungstenite v0.24.0 |
1405 | 2024-12-20T22:49:04.517Z | Compiling lru-cache v0.1.2 |
1406 | 2024-12-20T22:49:04.796Z | Compiling hickory-proto v0.24.1 |
1407 | 2024-12-20T22:49:05.112Z | Compiling slog-term v2.9.1 |
1408 | 2024-12-20T22:49:05.207Z | Compiling async-stream v0.3.6 |
1409 | 2024-12-20T22:49:05.540Z | Compiling usdt v0.5.0 |
1410 | 2024-12-20T22:49:06.062Z | Compiling group v0.13.0 |
1411 | 2024-12-20T22:49:06.394Z | Compiling num-iter v0.1.45 |
1412 | 2024-12-20T22:49:06.460Z | Compiling futures v0.3.31 |
1413 | 2024-12-20T22:49:06.600Z | Compiling slog-bunyan v2.5.0 |
1414 | 2024-12-20T22:49:06.804Z | Compiling toml v0.8.19 |
1415 | 2024-12-20T22:49:07.968Z | Compiling camino v1.1.9 |
1416 | 2024-12-20T22:49:08.495Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-20T22:49:08.568Z | Compiling phf_shared v0.11.2 |
1418 | 2024-12-20T22:49:08.774Z | Compiling dropshot_endpoint v0.12.0 |
1419 | 2024-12-20T22:49:08.919Z | Compiling terminal_size v0.4.0 |
1420 | 2024-12-20T22:49:08.940Z | Compiling openapiv3 v2.0.0 |
1421 | 2024-12-20T22:49:08.988Z | Compiling waitgroup v0.1.2 |
1422 | 2024-12-20T22:49:09.131Z | Compiling serde_path_to_error v0.1.16 |
1423 | 2024-12-20T22:49:09.206Z | Compiling hkdf v0.12.4 |
1424 | 2024-12-20T22:49:09.476Z | Compiling crypto-bigint v0.5.5 |
1425 | 2024-12-20T22:49:09.969Z | Compiling backtrace v0.3.74 |
1426 | 2024-12-20T22:49:10.298Z | Compiling curve25519-dalek-derive v0.1.1 |
1427 | 2024-12-20T22:49:11.891Z | Compiling zerocopy-derive v0.6.6 |
1428 | 2024-12-20T22:49:13.332Z | Compiling webpki-roots v0.26.6 |
1429 | 2024-12-20T22:49:13.386Z | Compiling idna v0.5.0 |
1430 | 2024-12-20T22:49:13.546Z | Compiling hostname v0.4.0 |
1431 | 2024-12-20T22:49:13.590Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-12-20T22:49:13.687Z | Compiling fs-err v2.11.0 |
1433 | 2024-12-20T22:49:13.801Z | Compiling ahash v0.8.11 |
1434 | 2024-12-20T22:49:13.971Z | Compiling crc32fast v1.4.2 |
1435 | 2024-12-20T22:49:14.133Z | Compiling managed v0.8.0 |
1436 | 2024-12-20T22:49:14.135Z | Compiling debug-ignore v1.0.5 |
1437 | 2024-12-20T22:49:14.296Z | Compiling newtype-uuid v1.1.3 |
1438 | 2024-12-20T22:49:14.316Z | Compiling winnow v0.5.40 |
1439 | 2024-12-20T22:49:14.441Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-20T22:49:14.571Z | Compiling clap_builder v4.5.21 |
1441 | 2024-12-20T22:49:14.619Z | Compiling hubpack v0.1.2 |
1442 | 2024-12-20T22:49:15.076Z | Compiling console v0.15.8 |
1443 | 2024-12-20T22:49:15.095Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-20T22:49:15.228Z | Compiling cookie_store v0.21.0 |
1445 | 2024-12-20T22:49:15.567Z | Compiling flate2 v1.0.34 |
1446 | 2024-12-20T22:49:16.651Z | Compiling zerocopy v0.6.6 |
1447 | 2024-12-20T22:49:16.724Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-12-20T22:49:17.521Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-12-20T22:49:17.544Z | Compiling phf v0.11.2 |
1450 | 2024-12-20T22:49:17.764Z | Compiling hyper-tls v0.6.0 |
1451 | 2024-12-20T22:49:17.831Z | Compiling toml_edit v0.19.15 |
1452 | 2024-12-20T22:49:18.182Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-12-20T22:49:18.201Z | Compiling rayon v1.10.0 |
1454 | 2024-12-20T22:49:18.352Z | Compiling bzip2 v0.4.4 |
1455 | 2024-12-20T22:49:19.262Z | Compiling tokio-tungstenite v0.24.0 |
1456 | 2024-12-20T22:49:19.818Z | Compiling postgres-types v0.2.8 |
1457 | 2024-12-20T22:49:22.718Z | Compiling ed25519 v2.2.3 |
1458 | 2024-12-20T22:49:23.083Z | Compiling phf_shared v0.10.0 |
1459 | 2024-12-20T22:49:23.507Z | Compiling tokio-stream v0.1.16 |
1460 | 2024-12-20T22:49:24.013Z | Compiling pkcs1 v0.7.5 |
1461 | 2024-12-20T22:49:24.285Z | Compiling serde-big-array v0.5.1 |
1462 | 2024-12-20T22:49:24.522Z | Compiling rfc6979 v0.4.0 |
1463 | 2024-12-20T22:49:24.577Z | Compiling clap_derive v4.5.18 |
1464 | 2024-12-20T22:49:24.604Z | Compiling derive-where v1.2.7 |
1465 | 2024-12-20T22:49:24.725Z | Compiling serde_repr v0.1.19 |
1466 | 2024-12-20T22:49:24.921Z | Compiling float-cmp v0.9.0 |
1467 | 2024-12-20T22:49:25.027Z | Compiling bstr v1.10.0 |
1468 | 2024-12-20T22:49:25.157Z | Compiling sync_wrapper v1.0.1 |
1469 | 2024-12-20T22:49:25.789Z | Compiling fixedbitset v0.4.2 |
1470 | 2024-12-20T22:49:25.805Z | Compiling unicode-width v0.2.0 |
1471 | 2024-12-20T22:49:25.931Z | Compiling new_debug_unreachable v1.0.6 |
1472 | 2024-12-20T22:49:26.019Z | Compiling precomputed-hash v0.1.1 |
1473 | 2024-12-20T22:49:26.039Z | Compiling static_assertions v1.1.0 |
1474 | 2024-12-20T22:49:26.140Z | Compiling normalize-line-endings v0.3.0 |
1475 | 2024-12-20T22:49:26.143Z | Compiling number_prefix v0.4.0 |
1476 | 2024-12-20T22:49:26.267Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-12-20T22:49:26.291Z | Compiling difflib v0.4.0 |
1478 | 2024-12-20T22:49:26.384Z | Compiling whoami v1.5.2 |
1479 | 2024-12-20T22:49:26.894Z | Compiling predicates-core v1.0.8 |
1480 | 2024-12-20T22:49:27.041Z | Compiling bit-vec v0.6.3 |
1481 | 2024-12-20T22:49:27.138Z | Compiling predicates v3.1.2 |
1482 | 2024-12-20T22:49:27.254Z | Compiling similar v2.6.0 |
1483 | 2024-12-20T22:49:27.512Z | Compiling bit-set v0.5.3 |
1484 | 2024-12-20T22:49:27.797Z | Compiling tokio-postgres v0.7.12 |
1485 | 2024-12-20T22:49:27.949Z | Compiling indicatif v0.17.9 |
1486 | 2024-12-20T22:49:28.261Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-12-20T22:49:28.885Z | Compiling string_cache v0.8.7 |
1488 | 2024-12-20T22:49:29.375Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-20T22:49:29.666Z | Compiling clap v4.5.21 |
1490 | 2024-12-20T22:49:29.701Z | Compiling ecdsa v0.16.9 |
1491 | 2024-12-20T22:49:29.797Z | Compiling rsa v0.9.6 |
1492 | 2024-12-20T22:49:30.232Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2024-12-20T22:49:30.601Z | Compiling toml v0.7.8 |
1494 | 2024-12-20T22:49:31.665Z | Compiling zip v0.6.6 |
1495 | 2024-12-20T22:49:32.396Z | Compiling crossterm v0.28.1 |
1496 | 2024-12-20T22:49:33.730Z | Compiling hex v0.4.3 |
1497 | 2024-12-20T22:49:33.925Z | Compiling x509-cert v0.2.5 |
1498 | 2024-12-20T22:49:33.945Z | Compiling peg-runtime v0.8.3 |
1499 | 2024-12-20T22:49:33.983Z | Compiling lalrpop-util v0.19.12 |
1500 | 2024-12-20T22:49:34.323Z | Compiling unicode-xid v0.2.6 |
1501 | 2024-12-20T22:49:34.343Z | Compiling strum_macros v0.26.4 |
1502 | 2024-12-20T22:49:34.497Z | Compiling xattr v1.3.1 |
1503 | 2024-12-20T22:49:34.599Z | Compiling filetime v0.2.25 |
1504 | 2024-12-20T22:49:34.916Z | Compiling tar v0.4.42 |
1505 | 2024-12-20T22:49:39.542Z | Compiling strum v0.26.3 |
1506 | 2024-12-20T22:49:42.416Z | Compiling aws-lc-sys v0.22.0 |
1507 | 2024-12-20T22:50:10.792Z | Compiling rustls-webpki v0.102.8 |
1508 | 2024-12-20T22:50:14.115Z | Compiling tokio-rustls v0.25.0 |
1509 | 2024-12-20T22:50:15.891Z | Compiling tokio-rustls v0.26.0 |
1510 | 2024-12-20T22:50:16.286Z | Compiling hyper-rustls v0.27.3 |
1511 | 2024-12-20T22:50:16.625Z | Compiling reqwest v0.12.9 |
1512 | 2024-12-20T22:50:17.719Z | Compiling qorb v0.2.1 |
1513 | 2024-12-20T22:50:22.655Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-12-20T22:50:22.890Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1515 | 2024-12-20T22:50:28.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1516 | 2024-12-20T22:50:28.829Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1517 | 2024-12-20T22:50:28.878Z | Dec 20 22:50:27.793 INFO Starting download, target: Clickhouse |
1518 | 2024-12-20T22:50:28.878Z | Dec 20 22:50:27.793 INFO Starting download, target: Console |
1519 | 2024-12-20T22:50:28.878Z | Dec 20 22:50:27.793 INFO Starting download, target: Cockroach |
1520 | 2024-12-20T22:50:28.878Z | Dec 20 22:50:27.793 INFO Starting download, target: DendriteOpenapi |
1521 | 2024-12-20T22:50:28.878Z | Dec 20 22:50:27.793 INFO Starting download, target: DendriteStub |
1522 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.793 INFO Starting download, target: MaghemiteMgd |
1523 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.793 INFO Starting download, target: TransceiverControl |
1524 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1525 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1527 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1530 | 2024-12-20T22:50:28.881Z | Dec 20 22:50:27.794 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1531 | 2024-12-20T22:50:29.085Z | Dec 20 22:50:27.996 INFO Download complete, target: DendriteOpenapi |
1532 | 2024-12-20T22:50:29.448Z | Dec 20 22:50:28.336 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1533 | 2024-12-20T22:50:29.478Z | Dec 20 22:50:28.380 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-20T22:50:29.771Z | Dec 20 22:50:28.684 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1535 | 2024-12-20T22:50:29.789Z | Dec 20 22:50:28.703 INFO Download complete, target: Console |
1536 | 2024-12-20T22:50:29.810Z | Dec 20 22:50:28.725 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1537 | 2024-12-20T22:50:30.133Z | Dec 20 22:50:29.047 INFO Download complete, target: TransceiverControl |
1538 | 2024-12-20T22:50:30.910Z | Dec 20 22:50:29.825 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1539 | 2024-12-20T22:50:30.933Z | Dec 20 22:50:29.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-12-20T22:50:30.933Z | Dec 20 22:50:29.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-12-20T22:50:32.709Z | Dec 20 22:50:31.623 INFO Download complete, target: DendriteStub |
1542 | 2024-12-20T22:50:32.852Z | Dec 20 22:50:31.767 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-12-20T22:50:38.358Z | Dec 20 22:50:37.271 INFO Checking that binary works, target: Cockroach |
1544 | 2024-12-20T22:50:38.524Z | Dec 20 22:50:37.437 INFO Download complete, target: Cockroach |
1545 | 2024-12-20T22:50:43.404Z | Dec 20 22:50:42.316 INFO Checking that binary works, target: Clickhouse |
1546 | 2024-12-20T22:50:43.560Z | Dec 20 22:50:42.472 INFO Download complete, target: Clickhouse |
1547 | 2024-12-20T22:50:43.567Z | All prerequisites installed successfully |
1548 | 2024-12-20T22:50:43.569Z | |
1549 | 2024-12-20T22:50:43.569Z | real 4:39.040776841 |
1550 | 2024-12-20T22:50:43.569Z | user 16:28.732897656 |
1551 | 2024-12-20T22:50:43.569Z | sys 3:13.988303699 |
1552 | 2024-12-20T22:50:43.569Z | trap 0.540000120 |
1553 | 2024-12-20T22:50:43.569Z | tflt 1.553474140 |
1554 | 2024-12-20T22:50:43.569Z | dflt 2.147279569 |
1555 | 2024-12-20T22:50:43.569Z | kflt 0.029633007 |
1556 | 2024-12-20T22:50:43.569Z | lock 29:41.493210632 |
1557 | 2024-12-20T22:50:43.570Z | slp 1:00:38.588051330 |
1558 | 2024-12-20T22:50:43.570Z | lat 57.789981216 |
1559 | 2024-12-20T22:50:43.570Z | stop 2:22.184236147 |
1560 | 2024-12-20T22:50:43.570Z | + ptime -m cargo xtask download softnpu |
1561 | 2024-12-20T22:50:44.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1562 | 2024-12-20T22:50:44.102Z | Running `target/debug/xtask download softnpu` |
1563 | 2024-12-20T22:50:44.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1564 | 2024-12-20T22:50:44.970Z | Running `target/debug/xtask-downloader softnpu` |
1565 | 2024-12-20T22:50:45.014Z | Dec 20 22:50:43.925 INFO Starting download, target: Softnpu |
1566 | 2024-12-20T22:50:45.017Z | Dec 20 22:50:43.925 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1567 | 2024-12-20T22:50:45.861Z | Dec 20 22:50:44.772 INFO Download complete, target: Softnpu |
1568 | 2024-12-20T22:50:45.866Z | |
1569 | 2024-12-20T22:50:45.869Z | real 2.290222853 |
1570 | 2024-12-20T22:50:45.869Z | user 1.280951532 |
1571 | 2024-12-20T22:50:45.869Z | sys 0.538087252 |
1572 | 2024-12-20T22:50:45.869Z | trap 0.000831685 |
1573 | 2024-12-20T22:50:45.869Z | tflt 0.000025713 |
1574 | 2024-12-20T22:50:45.869Z | dflt 0.000001499 |
1575 | 2024-12-20T22:50:45.869Z | kflt 0.000000000 |
1576 | 2024-12-20T22:50:45.869Z | lock 8.885469343 |
1577 | 2024-12-20T22:50:45.869Z | slp 0.662640801 |
1578 | 2024-12-20T22:50:45.869Z | lat 0.073399723 |
1579 | 2024-12-20T22:50:45.869Z | stop 0.000192637 |
1580 | 2024-12-20T22:50:45.869Z | + export CARGO_INCREMENTAL=0 |
1581 | 2024-12-20T22:50:45.869Z | + CARGO_INCREMENTAL=0 |
1582 | 2024-12-20T22:50:45.869Z | + 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-20T22:50:46.831Z | Compiling proc-macro2 v1.0.89 |
1584 | 2024-12-20T22:50:46.831Z | Compiling unicode-ident v1.0.13 |
1585 | 2024-12-20T22:50:46.831Z | Compiling libc v0.2.162 |
1586 | 2024-12-20T22:50:46.834Z | Compiling serde v1.0.215 |
1587 | 2024-12-20T22:50:46.834Z | Compiling autocfg v1.4.0 |
1588 | 2024-12-20T22:50:46.834Z | Compiling version_check v0.9.5 |
1589 | 2024-12-20T22:50:46.834Z | Compiling cfg-if v1.0.0 |
1590 | 2024-12-20T22:50:47.098Z | Compiling memchr v2.7.4 |
1591 | 2024-12-20T22:50:47.101Z | Compiling shlex v1.3.0 |
1592 | 2024-12-20T22:50:47.142Z | Compiling typenum v1.17.0 |
1593 | 2024-12-20T22:50:47.474Z | Compiling value-bag v1.9.0 |
1594 | 2024-12-20T22:50:47.690Z | Compiling generic-array v0.14.7 |
1595 | 2024-12-20T22:50:47.862Z | Compiling lock_api v0.4.12 |
1596 | 2024-12-20T22:50:47.973Z | Compiling log v0.4.22 |
1597 | 2024-12-20T22:50:48.025Z | Compiling scopeguard v1.2.0 |
1598 | 2024-12-20T22:50:48.176Z | Compiling parking_lot_core v0.9.10 |
1599 | 2024-12-20T22:50:48.465Z | Compiling serde_json v1.0.133 |
1600 | 2024-12-20T22:50:48.564Z | Compiling quote v1.0.37 |
1601 | 2024-12-20T22:50:48.759Z | Compiling once_cell v1.20.2 |
1602 | 2024-12-20T22:50:48.777Z | Compiling libm v0.2.8 |
1603 | 2024-12-20T22:50:48.802Z | Compiling rustix v0.38.37 |
1604 | 2024-12-20T22:50:49.091Z | Compiling syn v2.0.87 |
1605 | 2024-12-20T22:50:49.151Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-20T22:50:49.172Z | Compiling getrandom v0.2.15 |
1607 | 2024-12-20T22:50:49.254Z | Compiling num-traits v0.2.19 |
1608 | 2024-12-20T22:50:49.431Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-20T22:50:49.448Z | Compiling aho-corasick v1.1.3 |
1610 | 2024-12-20T22:50:49.507Z | Compiling cc v1.1.30 |
1611 | 2024-12-20T22:50:49.539Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-20T22:50:49.542Z | Compiling either v1.13.0 |
1613 | 2024-12-20T22:50:49.897Z | Compiling itoa v1.0.11 |
1614 | 2024-12-20T22:50:49.941Z | Compiling spin v0.9.8 |
1615 | 2024-12-20T22:50:50.219Z | Compiling slab v0.4.9 |
1616 | 2024-12-20T22:50:50.436Z | Compiling byteorder v1.5.0 |
1617 | 2024-12-20T22:50:50.664Z | Compiling errno v0.3.9 |
1618 | 2024-12-20T22:50:50.885Z | Compiling rand_core v0.6.4 |
1619 | 2024-12-20T22:50:50.910Z | Compiling lazy_static v1.5.0 |
1620 | 2024-12-20T22:50:51.034Z | Compiling glob v0.3.1 |
1621 | 2024-12-20T22:50:51.636Z | Compiling prettyplease v0.2.25 |
1622 | 2024-12-20T22:50:51.836Z | Compiling clang-sys v1.8.1 |
1623 | 2024-12-20T22:50:52.162Z | Compiling minimal-lexical v0.2.1 |
1624 | 2024-12-20T22:50:52.330Z | Compiling libloading v0.8.5 |
1625 | 2024-12-20T22:50:52.499Z | Compiling home v0.5.9 |
1626 | 2024-12-20T22:50:52.651Z | Compiling nom v7.1.3 |
1627 | 2024-12-20T22:50:52.710Z | Compiling subtle v2.6.1 |
1628 | 2024-12-20T22:50:52.728Z | Compiling allocator-api2 v0.2.18 |
1629 | 2024-12-20T22:50:53.033Z | Compiling bindgen v0.69.5 |
1630 | 2024-12-20T22:50:53.269Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-20T22:50:53.460Z | Compiling itertools v0.10.5 |
1632 | 2024-12-20T22:50:53.481Z | Compiling rustc-hash v1.1.0 |
1633 | 2024-12-20T22:50:53.624Z | Compiling smallvec v1.13.2 |
1634 | 2024-12-20T22:50:53.821Z | Compiling semver v1.0.23 |
1635 | 2024-12-20T22:50:54.077Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-20T22:50:54.249Z | Compiling cmake v0.1.51 |
1637 | 2024-12-20T22:50:54.628Z | Compiling dunce v1.0.5 |
1638 | 2024-12-20T22:50:54.632Z | Compiling fs_extra v1.3.0 |
1639 | 2024-12-20T22:50:55.686Z | Compiling pkg-config v0.3.31 |
1640 | 2024-12-20T22:50:55.779Z | Compiling ryu v1.0.18 |
1641 | 2024-12-20T22:50:56.047Z | Compiling cexpr v0.6.0 |
1642 | 2024-12-20T22:50:56.123Z | Compiling ring v0.17.8 |
1643 | 2024-12-20T22:50:56.277Z | Compiling pin-project-lite v0.2.14 |
1644 | 2024-12-20T22:50:56.440Z | Compiling paste v1.0.15 |
1645 | 2024-12-20T22:50:56.586Z | Compiling const-oid v0.9.6 |
1646 | 2024-12-20T22:50:56.861Z | Compiling synstructure v0.13.1 |
1647 | 2024-12-20T22:50:57.527Z | Compiling fnv v1.0.7 |
1648 | 2024-12-20T22:50:57.552Z | Compiling schemars v0.8.21 |
1649 | 2024-12-20T22:50:57.730Z | Compiling serde_derive_internals v0.29.1 |
1650 | 2024-12-20T22:50:58.272Z | Compiling httparse v1.9.5 |
1651 | 2024-12-20T22:50:58.508Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-12-20T22:50:58.527Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-20T22:50:58.639Z | Compiling regex v1.11.1 |
1654 | 2024-12-20T22:50:58.864Z | Compiling foldhash v0.1.3 |
1655 | 2024-12-20T22:50:59.142Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-20T22:50:59.612Z | Compiling heck v0.5.0 |
1657 | 2024-12-20T22:50:59.923Z | Compiling signal-hook-registry v1.4.2 |
1658 | 2024-12-20T22:51:00.070Z | Compiling parking_lot v0.12.3 |
1659 | 2024-12-20T22:51:00.817Z | Compiling mio v1.0.2 |
1660 | 2024-12-20T22:51:02.081Z | Compiling stable_deref_trait v1.2.0 |
1661 | 2024-12-20T22:51:02.100Z | Compiling crossbeam-utils v0.8.20 |
1662 | 2024-12-20T22:51:02.219Z | Compiling socket2 v0.5.7 |
1663 | 2024-12-20T22:51:02.247Z | Compiling serde_derive v1.0.215 |
1664 | 2024-12-20T22:51:02.631Z | Compiling zeroize_derive v1.4.2 |
1665 | 2024-12-20T22:51:02.720Z | Compiling zerocopy-derive v0.7.35 |
1666 | 2024-12-20T22:51:03.086Z | Compiling thiserror-impl v1.0.69 |
1667 | 2024-12-20T22:51:04.683Z | Compiling tokio-macros v2.4.0 |
1668 | 2024-12-20T22:51:04.685Z | Compiling zerofrom-derive v0.1.4 |
1669 | 2024-12-20T22:51:04.685Z | Compiling yoke-derive v0.7.4 |
1670 | 2024-12-20T22:51:04.685Z | Compiling futures-macro v0.3.31 |
1671 | 2024-12-20T22:51:04.685Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-20T22:51:04.697Z | Compiling zerovec-derive v0.10.3 |
1673 | 2024-12-20T22:51:05.115Z | Compiling zerocopy v0.7.35 |
1674 | 2024-12-20T22:51:05.862Z | Compiling displaydoc v0.2.5 |
1675 | 2024-12-20T22:51:06.277Z | Compiling crypto-common v0.1.6 |
1676 | 2024-12-20T22:51:06.482Z | Compiling tracing-attributes v0.1.27 |
1677 | 2024-12-20T22:51:06.528Z | Compiling icu_provider_macros v1.5.0 |
1678 | 2024-12-20T22:51:06.779Z | Compiling schemars_derive v0.8.21 |
1679 | 2024-12-20T22:51:07.079Z | Compiling block-buffer v0.10.4 |
1680 | 2024-12-20T22:51:07.309Z | Compiling digest v0.10.7 |
1681 | 2024-12-20T22:51:07.343Z | Compiling der_derive v0.7.3 |
1682 | 2024-12-20T22:51:07.537Z | Compiling time-core v0.1.2 |
1683 | 2024-12-20T22:51:07.652Z | Compiling futures-core v0.3.31 |
1684 | 2024-12-20T22:51:07.707Z | Compiling num-conv v0.1.0 |
1685 | 2024-12-20T22:51:08.007Z | Compiling time-macros v0.2.18 |
1686 | 2024-12-20T22:51:08.571Z | Compiling vcpkg v0.2.15 |
1687 | 2024-12-20T22:51:10.145Z | Compiling syn v1.0.109 |
1688 | 2024-12-20T22:51:10.235Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-12-20T22:51:10.864Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-12-20T22:51:10.993Z | Compiling futures-sink v0.3.31 |
1691 | 2024-12-20T22:51:11.022Z | Compiling slog v2.7.0 |
1692 | 2024-12-20T22:51:11.270Z | Compiling ahash v0.8.11 |
1693 | 2024-12-20T22:51:11.543Z | Compiling iana-time-zone v0.1.61 |
1694 | 2024-12-20T22:51:11.685Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-20T22:51:11.886Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-20T22:51:12.060Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-20T22:51:12.140Z | Compiling yoke v0.7.4 |
1698 | 2024-12-20T22:51:12.287Z | Compiling pest v2.7.14 |
1699 | 2024-12-20T22:51:12.499Z | Compiling futures-channel v0.3.31 |
1700 | 2024-12-20T22:51:12.934Z | Compiling hmac v0.12.1 |
1701 | 2024-12-20T22:51:13.165Z | Compiling futures-task v0.3.31 |
1702 | 2024-12-20T22:51:13.311Z | Compiling futures-io v0.3.31 |
1703 | 2024-12-20T22:51:13.494Z | Compiling pin-utils v0.1.0 |
1704 | 2024-12-20T22:51:13.688Z | Compiling openssl v0.10.66 |
1705 | 2024-12-20T22:51:13.814Z | Compiling futures-util v0.3.31 |
1706 | 2024-12-20T22:51:14.077Z | Compiling zerovec v0.10.4 |
1707 | 2024-12-20T22:51:14.298Z | Compiling block-padding v0.3.3 |
1708 | 2024-12-20T22:51:14.531Z | Compiling tinyvec_macros v0.1.1 |
1709 | 2024-12-20T22:51:14.764Z | Compiling pest_meta v2.7.14 |
1710 | 2024-12-20T22:51:15.196Z | Compiling tinyvec v1.8.0 |
1711 | 2024-12-20T22:51:15.671Z | Compiling bitflags v2.6.0 |
1712 | 2024-12-20T22:51:16.071Z | Compiling bytes v1.8.0 |
1713 | 2024-12-20T22:51:18.437Z | Compiling indexmap v2.6.0 |
1714 | 2024-12-20T22:51:18.847Z | Compiling tokio v1.40.0 |
1715 | 2024-12-20T22:51:19.870Z | Compiling serde_tokenstream v0.2.2 |
1716 | 2024-12-20T22:51:20.222Z | Compiling which v4.4.2 |
1717 | 2024-12-20T22:51:20.477Z | Compiling uuid v1.11.0 |
1718 | 2024-12-20T22:51:20.755Z | Compiling http v1.1.0 |
1719 | 2024-12-20T22:51:21.194Z | Compiling chrono v0.4.38 |
1720 | 2024-12-20T22:51:21.754Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-20T22:51:24.625Z | Compiling pest_generator v2.7.14 |
1722 | 2024-12-20T22:51:24.979Z | Compiling serde_spanned v0.6.8 |
1723 | 2024-12-20T22:51:25.230Z | Compiling toml_datetime v0.6.8 |
1724 | 2024-12-20T22:51:25.673Z | Compiling inout v0.1.3 |
1725 | 2024-12-20T22:51:26.422Z | Compiling openssl-macros v0.1.1 |
1726 | 2024-12-20T22:51:26.718Z | Compiling dyn-clone v1.0.17 |
1727 | 2024-12-20T22:51:27.032Z | Compiling strsim v0.11.1 |
1728 | 2024-12-20T22:51:27.134Z | Compiling native-tls v0.2.12 |
1729 | 2024-12-20T22:51:27.466Z | Compiling rustls v0.23.19 |
1730 | 2024-12-20T22:51:28.434Z | Compiling pest_derive v2.7.14 |
1731 | 2024-12-20T22:51:28.976Z | Compiling cipher v0.4.4 |
1732 | 2024-12-20T22:51:29.179Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-12-20T22:51:29.407Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-20T22:51:29.442Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-20T22:51:29.493Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-20T22:51:29.817Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-20T22:51:30.176Z | Compiling litemap v0.7.3 |
1738 | 2024-12-20T22:51:30.252Z | Compiling base64ct v1.6.0 |
1739 | 2024-12-20T22:51:30.273Z | Compiling writeable v0.5.5 |
1740 | 2024-12-20T22:51:30.577Z | Compiling unicode-bidi v0.3.17 |
1741 | 2024-12-20T22:51:30.826Z | Compiling pem-rfc7468 v0.7.0 |
1742 | 2024-12-20T22:51:31.431Z | Compiling icu_locid v1.5.0 |
1743 | 2024-12-20T22:51:31.789Z | Compiling tracing v0.1.40 |
1744 | 2024-12-20T22:51:32.612Z | Compiling scroll v0.12.0 |
1745 | 2024-12-20T22:51:32.957Z | Compiling ppv-lite86 v0.2.20 |
1746 | 2024-12-20T22:51:33.168Z | Compiling async-trait v0.1.83 |
1747 | 2024-12-20T22:51:33.870Z | Compiling cookie v0.18.1 |
1748 | 2024-12-20T22:51:34.121Z | Compiling aws-lc-sys v0.22.0 |
1749 | 2024-12-20T22:51:34.139Z | Compiling camino v1.1.9 |
1750 | 2024-12-20T22:51:34.271Z | Compiling flagset v0.4.6 |
1751 | 2024-12-20T22:51:34.468Z | Compiling plain v0.2.3 |
1752 | 2024-12-20T22:51:35.425Z | Compiling anyhow v1.0.93 |
1753 | 2024-12-20T22:51:36.106Z | Compiling goblin v0.8.2 |
1754 | 2024-12-20T22:51:38.044Z | Compiling der v0.7.9 |
1755 | 2024-12-20T22:51:39.361Z | Compiling rand_chacha v0.3.1 |
1756 | 2024-12-20T22:51:40.874Z | Compiling icu_provider v1.5.0 |
1757 | 2024-12-20T22:51:41.826Z | Compiling rayon-core v1.12.1 |
1758 | 2024-12-20T22:51:42.103Z | Compiling rustls-pki-types v1.10.0 |
1759 | 2024-12-20T22:51:42.600Z | Compiling icu_locid_transform_data v1.5.0 |
1760 | 2024-12-20T22:51:42.702Z | Compiling untrusted v0.7.1 |
1761 | 2024-12-20T22:51:43.030Z | Compiling percent-encoding v2.3.1 |
1762 | 2024-12-20T22:51:43.149Z | Compiling rustls v0.22.4 |
1763 | 2024-12-20T22:51:43.344Z | Compiling pretty-hex v0.4.1 |
1764 | 2024-12-20T22:51:43.546Z | Compiling dof v0.3.0 |
1765 | 2024-12-20T22:51:43.901Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-12-20T22:51:44.961Z | Compiling spki v0.7.3 |
1767 | 2024-12-20T22:51:45.258Z | Compiling rand v0.8.5 |
1768 | 2024-12-20T22:51:45.509Z | Compiling salsa20 v0.10.2 |
1769 | 2024-12-20T22:51:45.654Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-20T22:51:45.729Z | Compiling tokio-util v0.7.12 |
1771 | 2024-12-20T22:51:46.167Z | Compiling icu_collections v1.5.0 |
1772 | 2024-12-20T22:51:46.896Z | Compiling pbkdf2 v0.12.2 |
1773 | 2024-12-20T22:51:47.368Z | Compiling thread-id v4.2.2 |
1774 | 2024-12-20T22:51:47.426Z | Compiling icu_properties_data v1.5.0 |
1775 | 2024-12-20T22:51:47.474Z | Compiling untrusted v0.9.0 |
1776 | 2024-12-20T22:51:47.524Z | Compiling powerfmt v0.2.0 |
1777 | 2024-12-20T22:51:47.560Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-12-20T22:51:47.753Z | Compiling winnow v0.5.40 |
1779 | 2024-12-20T22:51:48.342Z | Compiling deranged v0.3.11 |
1780 | 2024-12-20T22:51:48.360Z | Compiling icu_properties v1.5.1 |
1781 | 2024-12-20T22:51:51.626Z | Compiling toml_edit v0.19.15 |
1782 | 2024-12-20T22:51:51.952Z | Compiling scrypt v0.11.0 |
1783 | 2024-12-20T22:51:52.452Z | Compiling aes v0.8.4 |
1784 | 2024-12-20T22:51:52.502Z | Compiling cbc v0.1.2 |
1785 | 2024-12-20T22:51:52.755Z | Compiling multer v3.1.0 |
1786 | 2024-12-20T22:51:53.045Z | Compiling num_threads v0.1.7 |
1787 | 2024-12-20T22:51:53.591Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-12-20T22:51:53.700Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-12-20T22:51:53.766Z | Compiling write16 v1.0.0 |
1790 | 2024-12-20T22:51:53.924Z | Compiling rustversion v1.0.17 |
1791 | 2024-12-20T22:51:54.085Z | Compiling slog-async v2.8.0 |
1792 | 2024-12-20T22:51:54.521Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-12-20T22:51:54.539Z | Compiling utf16_iter v1.0.5 |
1794 | 2024-12-20T22:51:54.766Z | Compiling icu_normalizer v1.5.0 |
1795 | 2024-12-20T22:51:55.439Z | Compiling time v0.3.36 |
1796 | 2024-12-20T22:51:56.453Z | Compiling pkcs5 v0.7.1 |
1797 | 2024-12-20T22:51:57.699Z | Compiling form_urlencoded v1.2.1 |
1798 | 2024-12-20T22:51:58.493Z | Compiling http-body v1.0.1 |
1799 | 2024-12-20T22:51:58.738Z | Compiling heapless v0.7.17 |
1800 | 2024-12-20T22:51:59.279Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1801 | 2024-12-20T22:51:59.877Z | Compiling try-lock v0.2.5 |
1802 | 2024-12-20T22:52:00.149Z | Compiling signal-hook v0.3.17 |
1803 | 2024-12-20T22:52:00.589Z | Compiling want v0.3.1 |
1804 | 2024-12-20T22:52:01.943Z | Compiling pkcs8 v0.10.2 |
1805 | 2024-12-20T22:52:02.251Z | Compiling idna_adapter v1.2.0 |
1806 | 2024-12-20T22:52:02.601Z | Compiling h2 v0.4.6 |
1807 | 2024-12-20T22:52:03.683Z | Compiling usdt-macro v0.5.0 |
1808 | 2024-12-20T22:52:04.980Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-20T22:52:05.530Z | Compiling async-stream-impl v0.3.6 |
1810 | 2024-12-20T22:52:05.872Z | Compiling httpdate v1.0.3 |
1811 | 2024-12-20T22:52:06.484Z | Compiling adler2 v2.0.0 |
1812 | 2024-12-20T22:52:06.734Z | Compiling miniz_oxide v0.8.0 |
1813 | 2024-12-20T22:52:07.920Z | Compiling idna v1.0.3 |
1814 | 2024-12-20T22:52:09.605Z | Compiling hyper v1.5.0 |
1815 | 2024-12-20T22:52:09.880Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-12-20T22:52:10.311Z | Compiling openapiv3 v2.0.0 |
1817 | 2024-12-20T22:52:10.427Z | Compiling enum-as-inner v0.6.1 |
1818 | 2024-12-20T22:52:12.734Z | Compiling dropshot v0.12.0 |
1819 | 2024-12-20T22:52:13.030Z | Compiling base64 v0.22.1 |
1820 | 2024-12-20T22:52:13.392Z | Compiling smoltcp v0.9.1 |
1821 | 2024-12-20T22:52:13.878Z | Compiling newtype-uuid v1.1.3 |
1822 | 2024-12-20T22:52:13.959Z | Compiling tower-service v0.3.3 |
1823 | 2024-12-20T22:52:14.115Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-12-20T22:52:14.146Z | Compiling match_cfg v0.1.0 |
1825 | 2024-12-20T22:52:14.239Z | Compiling portable-atomic v1.9.0 |
1826 | 2024-12-20T22:52:14.383Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-20T22:52:14.502Z | Compiling foreign-types v0.3.2 |
1828 | 2024-12-20T22:52:14.563Z | Compiling hyper-util v0.1.10 |
1829 | 2024-12-20T22:52:14.595Z | Compiling hostname v0.3.1 |
1830 | 2024-12-20T22:52:18.245Z | Compiling url v2.5.3 |
1831 | 2024-12-20T22:52:22.161Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-20T22:52:22.180Z | Compiling heck v0.4.1 |
1833 | 2024-12-20T22:52:22.608Z | Compiling siphasher v0.3.11 |
1834 | 2024-12-20T22:52:22.699Z | Compiling ident_case v1.0.1 |
1835 | 2024-12-20T22:52:22.786Z | Compiling gimli v0.31.1 |
1836 | 2024-12-20T22:52:22.878Z | Compiling data-encoding v2.6.0 |
1837 | 2024-12-20T22:52:22.963Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-20T22:52:23.188Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-20T22:52:26.064Z | Compiling http-body-util v0.1.2 |
1840 | 2024-12-20T22:52:29.048Z | Compiling addr2line v0.24.2 |
1841 | 2024-12-20T22:52:29.663Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-20T22:52:29.709Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-20T22:52:29.806Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-20T22:52:30.018Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-20T22:52:30.381Z | Compiling signature v2.2.0 |
1846 | 2024-12-20T22:52:30.429Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-12-20T22:52:30.570Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-12-20T22:52:30.680Z | Compiling thread_local v1.1.8 |
1849 | 2024-12-20T22:52:31.725Z | Compiling object v0.36.5 |
1850 | 2024-12-20T22:52:31.773Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-20T22:52:32.056Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-20T22:52:33.832Z | Compiling winnow v0.6.20 |
1853 | 2024-12-20T22:52:37.683Z | Compiling anstyle v1.0.10 |
1854 | 2024-12-20T22:52:38.132Z | Compiling mime v0.3.17 |
1855 | 2024-12-20T22:52:39.194Z | Compiling openssl-probe v0.1.5 |
1856 | 2024-12-20T22:52:39.496Z | Compiling utf8parse v0.2.2 |
1857 | 2024-12-20T22:52:39.663Z | Compiling rustc-demangle v0.1.24 |
1858 | 2024-12-20T22:52:40.982Z | Compiling unicode-properties v0.1.3 |
1859 | 2024-12-20T22:52:41.906Z | Compiling ipnet v2.10.1 |
1860 | 2024-12-20T22:52:42.629Z | Compiling stringprep v0.1.5 |
1861 | 2024-12-20T22:52:42.977Z | Compiling backtrace v0.3.74 |
1862 | 2024-12-20T22:52:43.632Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-12-20T22:52:45.616Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-20T22:52:47.718Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-20T22:52:52.903Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-20T22:52:53.886Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-20T22:52:54.767Z | Compiling term v0.7.0 |
1868 | 2024-12-20T22:52:56.046Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-20T22:52:57.005Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-20T22:52:57.977Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-20T22:52:58.063Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-20T22:52:58.567Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-20T22:52:59.129Z | Compiling idna v0.3.0 |
1874 | 2024-12-20T22:52:59.165Z | Compiling idna v0.4.0 |
1875 | 2024-12-20T22:52:59.964Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-20T22:53:00.653Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-20T22:53:00.843Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-20T22:53:01.084Z | Compiling ff v0.13.0 |
1879 | 2024-12-20T22:53:01.101Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-20T22:53:01.312Z | Compiling memmap v0.7.0 |
1881 | 2024-12-20T22:53:01.370Z | Compiling is-terminal v0.4.13 |
1882 | 2024-12-20T22:53:01.504Z | Compiling fallible-iterator v0.2.0 |
1883 | 2024-12-20T22:53:01.622Z | Compiling colorchoice v1.0.2 |
1884 | 2024-12-20T22:53:01.793Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-20T22:53:02.122Z | Compiling base16ct v0.2.0 |
1886 | 2024-12-20T22:53:02.239Z | Compiling quick-error v1.2.3 |
1887 | 2024-12-20T22:53:02.388Z | Compiling psl-types v2.0.11 |
1888 | 2024-12-20T22:53:02.584Z | Compiling utf-8 v0.7.6 |
1889 | 2024-12-20T22:53:02.898Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-12-20T22:53:03.255Z | Compiling is_terminal_polyfill v1.70.1 |
1891 | 2024-12-20T22:53:03.300Z | Compiling anstyle-query v1.1.1 |
1892 | 2024-12-20T22:53:03.477Z | Compiling anstream v0.6.15 |
1893 | 2024-12-20T22:53:04.164Z | Compiling lru-cache v0.1.2 |
1894 | 2024-12-20T22:53:04.371Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-20T22:53:04.948Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-12-20T22:53:04.989Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-12-20T22:53:05.221Z | Compiling sec1 v0.7.3 |
1898 | 2024-12-20T22:53:05.675Z | Compiling postgres-protocol v0.6.7 |
1899 | 2024-12-20T22:53:06.422Z | Compiling usdt v0.5.0 |
1900 | 2024-12-20T22:53:06.831Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-20T22:53:06.874Z | Compiling group v0.13.0 |
1902 | 2024-12-20T22:53:07.189Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-20T22:53:07.388Z | Compiling futures v0.3.31 |
1904 | 2024-12-20T22:53:07.510Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-20T22:53:07.912Z | Compiling regress v0.10.1 |
1906 | 2024-12-20T22:53:11.957Z | Compiling slog-bunyan v2.5.0 |
1907 | 2024-12-20T22:53:12.167Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-12-20T22:53:12.185Z | Compiling darling v0.20.10 |
1909 | 2024-12-20T22:53:12.604Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-20T22:53:12.606Z | Compiling toml v0.8.19 |
1911 | 2024-12-20T22:53:12.607Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-20T22:53:12.887Z | Compiling phf_shared v0.11.2 |
1913 | 2024-12-20T22:53:13.008Z | Compiling strum_macros v0.25.3 |
1914 | 2024-12-20T22:53:13.560Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-20T22:53:13.845Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-20T22:53:14.054Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-20T22:53:14.516Z | Compiling idna v0.5.0 |
1918 | 2024-12-20T22:53:14.589Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-20T22:53:14.666Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-20T22:53:15.447Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-20T22:53:15.640Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-20T22:53:15.683Z | Compiling derive-where v1.2.7 |
1923 | 2024-12-20T22:53:15.999Z | Compiling serde_repr v0.1.19 |
1924 | 2024-12-20T22:53:16.509Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-20T22:53:16.572Z | Compiling hostname v0.4.0 |
1926 | 2024-12-20T22:53:16.798Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-20T22:53:17.094Z | Compiling clap_lex v0.7.2 |
1928 | 2024-12-20T22:53:17.142Z | Compiling unicode-width v0.1.14 |
1929 | 2024-12-20T22:53:17.669Z | Compiling bitflags v1.3.2 |
1930 | 2024-12-20T22:53:18.219Z | Compiling managed v0.8.0 |
1931 | 2024-12-20T22:53:18.731Z | Compiling debug-ignore v1.0.5 |
1932 | 2024-12-20T22:53:20.991Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-12-20T22:53:21.551Z | Compiling console v0.15.8 |
1934 | 2024-12-20T22:53:21.704Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-20T22:53:22.478Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-20T22:53:22.856Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-20T22:53:26.050Z | Compiling hyper-rustls v0.27.3 |
1938 | 2024-12-20T22:53:27.395Z | Compiling phf v0.11.2 |
1939 | 2024-12-20T22:53:27.720Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-12-20T22:53:28.364Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-20T22:53:28.750Z | Compiling signal-hook-mio v0.2.4 |
1942 | 2024-12-20T22:53:28.805Z | Compiling bzip2 v0.4.4 |
1943 | 2024-12-20T22:53:28.919Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-20T22:53:29.060Z | Compiling rayon v1.10.0 |
1945 | 2024-12-20T22:53:29.162Z | Compiling postgres-types v0.2.8 |
1946 | 2024-12-20T22:53:29.208Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-12-20T22:53:30.080Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-20T22:53:30.298Z | Compiling hubpack v0.1.2 |
1949 | 2024-12-20T22:53:30.564Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-20T22:53:30.746Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-20T22:53:30.982Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-20T22:53:31.112Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-20T22:53:32.151Z | Compiling ipnetwork v0.20.0 |
1954 | 2024-12-20T22:53:33.629Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-12-20T22:53:33.880Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-20T22:53:34.076Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-20T22:53:34.096Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-12-20T22:53:34.256Z | Compiling bstr v1.10.0 |
1959 | 2024-12-20T22:53:35.374Z | Compiling normalize-line-endings v0.3.0 |
1960 | 2024-12-20T22:53:35.517Z | Compiling bit-vec v0.6.3 |
1961 | 2024-12-20T22:53:35.901Z | Compiling unicode-width v0.2.0 |
1962 | 2024-12-20T22:53:35.920Z | Compiling difflib v0.4.0 |
1963 | 2024-12-20T22:53:35.959Z | Compiling predicates-core v1.0.8 |
1964 | 2024-12-20T22:53:36.252Z | Compiling precomputed-hash v0.1.1 |
1965 | 2024-12-20T22:53:36.272Z | Compiling unicode-segmentation v1.12.0 |
1966 | 2024-12-20T22:53:36.413Z | Compiling whoami v1.5.2 |
1967 | 2024-12-20T22:53:36.948Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-20T22:53:37.052Z | Compiling new_debug_unreachable v1.0.6 |
1969 | 2024-12-20T22:53:37.135Z | Compiling fixedbitset v0.4.2 |
1970 | 2024-12-20T22:53:37.137Z | Compiling number_prefix v0.4.0 |
1971 | 2024-12-20T22:53:37.221Z | Compiling string_cache v0.8.7 |
1972 | 2024-12-20T22:53:37.351Z | Compiling indicatif v0.17.9 |
1973 | 2024-12-20T22:53:37.553Z | Compiling petgraph v0.6.5 |
1974 | 2024-12-20T22:53:37.639Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1975 | 2024-12-20T22:53:38.177Z | Compiling similar v2.6.0 |
1976 | 2024-12-20T22:53:39.280Z | Compiling tokio-postgres v0.7.12 |
1977 | 2024-12-20T22:53:40.246Z | Compiling predicates v3.1.2 |
1978 | 2024-12-20T22:53:40.898Z | Compiling typify-macro v0.2.0 |
1979 | 2024-12-20T22:53:41.566Z | Compiling bit-set v0.5.3 |
1980 | 2024-12-20T22:53:41.845Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-20T22:53:41.963Z | Compiling ecdsa v0.16.9 |
1982 | 2024-12-20T22:53:43.255Z | Compiling qorb v0.2.1 |
1983 | 2024-12-20T22:53:44.377Z | Compiling rsa v0.9.6 |
1984 | 2024-12-20T22:53:44.559Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-12-20T22:53:45.116Z | Compiling zip v0.6.6 |
1986 | 2024-12-20T22:53:45.335Z | Compiling crossterm v0.28.1 |
1987 | 2024-12-20T22:53:45.449Z | Compiling clap v4.5.21 |
1988 | 2024-12-20T22:53:47.107Z | Compiling toml v0.7.8 |
1989 | 2024-12-20T22:53:47.639Z | Compiling x509-cert v0.2.5 |
1990 | 2024-12-20T22:53:48.814Z | Compiling hex v0.4.3 |
1991 | 2024-12-20T22:53:49.702Z | Compiling unicode-xid v0.2.6 |
1992 | 2024-12-20T22:53:49.704Z | Compiling zerocopy v0.8.10 |
1993 | 2024-12-20T22:53:49.895Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-12-20T22:53:50.005Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-12-20T22:53:52.090Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-12-20T22:53:56.424Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-12-20T22:53:57.023Z | Compiling macaddr v1.0.1 |
1998 | 2024-12-20T22:53:57.260Z | Compiling zerocopy-derive v0.8.10 |
1999 | 2024-12-20T22:53:57.341Z | Compiling itertools v0.13.0 |
2000 | 2024-12-20T22:53:58.676Z | Compiling heapless v0.8.0 |
2001 | 2024-12-20T22:54:00.647Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2002 | 2024-12-20T22:54:04.478Z | Compiling num_enum_derive v0.5.11 |
2003 | 2024-12-20T22:54:13.648Z | Compiling hash32 v0.3.1 |
2004 | 2024-12-20T22:54:14.337Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2005 | 2024-12-20T22:54:14.619Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-20T22:54:20.035Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2007 | 2024-12-20T22:54:20.309Z | Compiling num_enum v0.5.11 |
2008 | 2024-12-20T22:54:20.977Z | Compiling typify v0.2.0 |
2009 | 2024-12-20T22:54:21.039Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2010 | 2024-12-20T22:54:22.208Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-12-20T22:54:22.499Z | Compiling cobs v0.2.3 |
2012 | 2024-12-20T22:54:22.962Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-20T22:54:23.248Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-12-20T22:54:24.910Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-20T22:54:25.781Z | Compiling postcard v1.0.10 |
2016 | 2024-12-20T22:54:39.082Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-12-20T22:54:40.463Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-20T22:54:51.803Z | Compiling strum_macros v0.26.4 |
2019 | 2024-12-20T22:54:52.735Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-12-20T22:54:52.849Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-20T22:54:52.888Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-20T22:54:53.210Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-20T22:54:53.749Z | Compiling foreign-types-shared v0.3.1 |
2024 | 2024-12-20T22:54:55.207Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-20T22:54:55.335Z | Compiling structmeta v0.3.0 |
2026 | 2024-12-20T22:54:55.377Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-20T22:54:56.235Z | Compiling strum v0.26.3 |
2028 | 2024-12-20T22:54:59.356Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-20T22:55:05.382Z | Compiling progenitor-macro v0.8.0 |
2030 | 2024-12-20T22:55:08.779Z | Compiling progenitor-client v0.8.0 |
2031 | 2024-12-20T22:55:09.789Z | Compiling tabwriter v1.4.0 |
2032 | 2024-12-20T22:55:10.547Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2033 | 2024-12-20T22:55:11.341Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2034 | 2024-12-20T22:55:12.525Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2024-12-20T22:55:13.362Z | Compiling cstr-argument v0.1.2 |
2036 | 2024-12-20T22:55:13.460Z | Compiling dropshot v0.13.0 |
2037 | 2024-12-20T22:55:14.042Z | Compiling pretty-hex v0.2.1 |
2038 | 2024-12-20T22:55:14.271Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2039 | 2024-12-20T22:55:14.564Z | Compiling thiserror v2.0.3 |
2040 | 2024-12-20T22:55:15.026Z | Compiling fastrand v2.1.1 |
2041 | 2024-12-20T22:55:15.146Z | Compiling crucible-workspace-hack v0.1.0 |
2042 | 2024-12-20T22:55:15.457Z | Compiling tempfile v3.13.0 |
2043 | 2024-12-20T22:55:15.692Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2044 | 2024-12-20T22:55:15.790Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-12-20T22:55:16.358Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2046 | 2024-12-20T22:55:16.640Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-20T22:55:17.125Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-20T22:55:17.551Z | Compiling colored v2.1.0 |
2049 | 2024-12-20T22:55:18.067Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-20T22:55:18.093Z | Compiling progenitor v0.8.0 |
2051 | 2024-12-20T22:55:18.374Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-12-20T22:55:18.789Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-12-20T22:55:19.529Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-20T22:55:20.349Z | Compiling instant v0.1.13 |
2055 | 2024-12-20T22:55:20.542Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-12-20T22:55:20.651Z | Compiling serde_with v3.11.0 |
2057 | 2024-12-20T22:55:20.949Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2024-12-20T22:55:21.009Z | Compiling parse-display v0.10.0 |
2059 | 2024-12-20T22:55:21.012Z | Compiling backoff v0.4.0 |
2060 | 2024-12-20T22:55:21.391Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-12-20T22:55:21.615Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2062 | 2024-12-20T22:55:22.901Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-20T22:55:23.928Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-20T22:55:24.278Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-20T22:55:24.606Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-12-20T22:55:25.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2067 | 2024-12-20T22:55:25.168Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-12-20T22:55:25.368Z | Compiling regress v0.9.1 |
2069 | 2024-12-20T22:55:25.394Z | Compiling num-derive v0.4.2 |
2070 | 2024-12-20T22:55:25.661Z | Compiling sigpipe v0.1.3 |
2071 | 2024-12-20T22:55:25.803Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-12-20T22:55:26.112Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-12-20T22:55:26.455Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2074 | 2024-12-20T22:55:27.526Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2075 | 2024-12-20T22:55:29.089Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2076 | 2024-12-20T22:55:29.621Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-20T22:55:29.679Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2024-12-20T22:55:32.236Z | Compiling zone v0.3.0 |
2079 | 2024-12-20T22:55:33.929Z | Compiling smf v0.2.3 |
2080 | 2024-12-20T22:55:33.975Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-12-20T22:55:35.380Z | Compiling ring v0.16.20 |
2082 | 2024-12-20T22:55:36.666Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-12-20T22:55:36.674Z | Compiling blake3 v1.5.4 |
2084 | 2024-12-20T22:55:36.694Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-12-20T22:55:37.324Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-12-20T22:55:37.476Z | Compiling xattr v1.3.1 |
2087 | 2024-12-20T22:55:37.765Z | Compiling filetime v0.2.25 |
2088 | 2024-12-20T22:55:37.807Z | Compiling memmap2 v0.9.5 |
2089 | 2024-12-20T22:55:38.139Z | Compiling arrayref v0.3.9 |
2090 | 2024-12-20T22:55:38.254Z | Compiling constant_time_eq v0.3.1 |
2091 | 2024-12-20T22:55:38.429Z | Compiling same-file v1.0.6 |
2092 | 2024-12-20T22:55:38.462Z | Compiling spin v0.5.2 |
2093 | 2024-12-20T22:55:38.488Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-20T22:55:38.611Z | Compiling arrayvec v0.7.6 |
2095 | 2024-12-20T22:55:38.679Z | Compiling walkdir v2.5.0 |
2096 | 2024-12-20T22:55:38.714Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-20T22:55:39.899Z | Compiling tar v0.4.42 |
2098 | 2024-12-20T22:55:40.229Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-12-20T22:55:40.654Z | Compiling gethostname v0.5.0 |
2100 | 2024-12-20T22:55:40.878Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-12-20T22:55:41.485Z | Compiling topological-sort v0.2.2 |
2102 | 2024-12-20T22:55:41.775Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-12-20T22:55:41.815Z | Compiling shell-words v1.1.0 |
2104 | 2024-12-20T22:55:45.001Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-20T22:55:47.822Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-20T22:55:48.592Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-20T22:55:50.311Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-20T22:56:11.103Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2109 | 2024-12-20T22:56:11.267Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-20T22:56:11.313Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-20T22:56:11.316Z | Created new build target 'test' and set it as active |
2112 | 2024-12-20T22:56:11.316Z | |
2113 | 2024-12-20T22:56:11.316Z | real 5:25.385586546 |
2114 | 2024-12-20T22:56:11.316Z | user 36:44.182458069 |
2115 | 2024-12-20T22:56:11.316Z | sys 4:51.842936441 |
2116 | 2024-12-20T22:56:11.316Z | trap 1.064662430 |
2117 | 2024-12-20T22:56:11.316Z | tflt 3.143085037 |
2118 | 2024-12-20T22:56:11.316Z | dflt 0.656705509 |
2119 | 2024-12-20T22:56:11.316Z | kflt 0.009024906 |
2120 | 2024-12-20T22:56:11.316Z | lock 1:17:59.987799940 |
2121 | 2024-12-20T22:56:11.316Z | slp 2:34:46.069655927 |
2122 | 2024-12-20T22:56:11.316Z | lat 2:36.515693339 |
2123 | 2024-12-20T22:56:11.316Z | stop 4:38.934579154 |
2124 | 2024-12-20T22:56:11.316Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-20T22:56:12.283Z | Finished `release` profile [optimized] target(s) in 0.91s |
2126 | 2024-12-20T22:56:12.342Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-20T22:56:12.389Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-20T22:56:13.502Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-20T22:56:13.503Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-20T22:56:13.503Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-20T22:56:13.505Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-20T22:56:13.505Z | Compiling blake2 v0.10.6 |
2133 | 2024-12-20T22:56:13.505Z | Compiling atomicwrites v0.4.4 |
2134 | 2024-12-20T22:56:13.635Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-12-20T22:56:13.637Z | Compiling owo-colors v4.1.0 |
2136 | 2024-12-20T22:56:13.856Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-20T22:56:13.940Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2138 | 2024-12-20T22:56:13.963Z | Compiling cancel-safe-futures v0.1.5 |
2139 | 2024-12-20T22:56:14.076Z | Compiling progenitor v0.8.0 |
2140 | 2024-12-20T22:56:14.175Z | Compiling num-rational v0.4.2 |
2141 | 2024-12-20T22:56:14.250Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-20T22:56:14.312Z | Compiling num-complex v0.4.6 |
2143 | 2024-12-20T22:56:14.336Z | Compiling derive_more v0.99.18 |
2144 | 2024-12-20T22:56:14.943Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-20T22:56:15.025Z | Compiling libsw v3.3.1 |
2146 | 2024-12-20T22:56:15.409Z | Compiling num v0.4.3 |
2147 | 2024-12-20T22:56:15.530Z | Compiling indent_write v2.2.0 |
2148 | 2024-12-20T22:56:15.551Z | Compiling swrite v0.1.0 |
2149 | 2024-12-20T22:56:15.580Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-20T22:56:15.682Z | Compiling linear-map v1.2.0 |
2151 | 2024-12-20T22:56:15.751Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-12-20T22:56:15.771Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-12-20T22:56:15.798Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-12-20T22:56:16.099Z | Compiling base64 v0.21.7 |
2155 | 2024-12-20T22:56:16.584Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-20T22:56:16.675Z | Compiling highway v1.2.0 |
2157 | 2024-12-20T22:56:17.226Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-20T22:56:17.573Z | Compiling semver v0.1.20 |
2159 | 2024-12-20T22:56:18.109Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-20T22:56:18.142Z | Compiling ipnetwork v0.20.0 |
2161 | 2024-12-20T22:56:18.547Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-20T22:56:18.936Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2163 | 2024-12-20T22:56:18.939Z | Compiling humantime v2.1.0 |
2164 | 2024-12-20T22:56:19.633Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2165 | 2024-12-20T22:56:19.949Z | Compiling dropshot v0.13.0 |
2166 | 2024-12-20T22:56:20.029Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2167 | 2024-12-20T22:56:20.598Z | Compiling instant v0.1.13 |
2168 | 2024-12-20T22:56:20.769Z | Compiling backoff v0.4.0 |
2169 | 2024-12-20T22:56:20.871Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-20T22:56:21.136Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-20T22:56:23.718Z | Compiling steno v0.4.1 |
2172 | 2024-12-20T22:56:25.105Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-12-20T22:56:25.208Z | Compiling parse-display v0.10.0 |
2174 | 2024-12-20T22:56:25.795Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-20T22:56:25.986Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-20T22:56:30.081Z | Compiling strum v0.26.3 |
2177 | 2024-12-20T22:56:30.103Z | Compiling regress v0.9.1 |
2178 | 2024-12-20T22:56:30.277Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-20T22:56:31.514Z | Compiling macaddr v1.0.1 |
2180 | 2024-12-20T22:56:31.951Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-12-20T22:56:32.092Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2182 | 2024-12-20T22:56:33.059Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-20T22:56:34.364Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2184 | 2024-12-20T22:56:34.880Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-20T22:56:34.996Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-12-20T22:56:36.028Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2187 | 2024-12-20T22:56:36.140Z | Compiling half v2.4.1 |
2188 | 2024-12-20T22:56:36.799Z | Compiling ciborium-io v0.2.2 |
2189 | 2024-12-20T22:56:36.951Z | Compiling ciborium-ll v0.2.2 |
2190 | 2024-12-20T22:56:37.494Z | Compiling tungstenite v0.21.0 |
2191 | 2024-12-20T22:56:40.385Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-12-20T22:56:41.038Z | Compiling ciborium v0.2.2 |
2193 | 2024-12-20T22:56:42.674Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-12-20T22:56:43.182Z | Compiling fastrand v2.1.1 |
2195 | 2024-12-20T22:56:43.720Z | Compiling same-file v1.0.6 |
2196 | 2024-12-20T22:56:43.964Z | Compiling display-error-chain v0.2.2 |
2197 | 2024-12-20T22:56:44.197Z | Compiling walkdir v2.5.0 |
2198 | 2024-12-20T22:56:44.835Z | Compiling tempfile v3.13.0 |
2199 | 2024-12-20T22:56:45.565Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-20T22:56:45.636Z | Compiling ring v0.16.20 |
2201 | 2024-12-20T22:56:46.191Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-12-20T22:56:48.688Z | Compiling xattr v1.3.1 |
2203 | 2024-12-20T22:56:48.963Z | Compiling filetime v0.2.25 |
2204 | 2024-12-20T22:56:49.253Z | Compiling memmap2 v0.9.5 |
2205 | 2024-12-20T22:56:49.351Z | Compiling constant_time_eq v0.3.1 |
2206 | 2024-12-20T22:56:49.512Z | Compiling arrayvec v0.7.6 |
2207 | 2024-12-20T22:56:49.682Z | Compiling spin v0.5.2 |
2208 | 2024-12-20T22:56:49.936Z | Compiling keccak v0.1.5 |
2209 | 2024-12-20T22:56:49.939Z | Compiling arrayref v0.3.9 |
2210 | 2024-12-20T22:56:50.955Z | Compiling sha3 v0.10.8 |
2211 | 2024-12-20T22:56:51.811Z | Compiling tar v0.4.42 |
2212 | 2024-12-20T22:56:53.687Z | Compiling camino-tempfile v1.1.1 |
2213 | 2024-12-20T22:56:53.772Z | Compiling toolchain_find v0.4.0 |
2214 | 2024-12-20T22:56:54.130Z | Compiling const_format_proc_macros v0.2.33 |
2215 | 2024-12-20T22:56:54.356Z | Compiling topological-sort v0.2.2 |
2216 | 2024-12-20T22:56:54.399Z | Compiling radium v0.7.0 |
2217 | 2024-12-20T22:56:54.590Z | Compiling crunchy v0.2.2 |
2218 | 2024-12-20T22:56:54.842Z | Compiling maplit v1.0.2 |
2219 | 2024-12-20T22:56:54.998Z | Compiling omicron-zone-package v0.11.1 |
2220 | 2024-12-20T22:56:55.059Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-20T22:56:55.521Z | Compiling tiny-keccak v2.0.2 |
2222 | 2024-12-20T22:56:55.646Z | Compiling tap v1.0.1 |
2223 | 2024-12-20T22:56:55.812Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-12-20T22:56:55.864Z | Compiling wyz v0.5.1 |
2225 | 2024-12-20T22:56:56.011Z | Compiling const_format v0.2.33 |
2226 | 2024-12-20T22:56:56.370Z | Compiling dsl_auto_type v0.1.2 |
2227 | 2024-12-20T22:56:56.400Z | Compiling phf_generator v0.11.2 |
2228 | 2024-12-20T22:56:56.600Z | Compiling scheduled-thread-pool v0.2.7 |
2229 | 2024-12-20T22:56:56.765Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2230 | 2024-12-20T22:56:56.870Z | Compiling secrecy v0.8.0 |
2231 | 2024-12-20T22:56:57.154Z | Compiling diesel_table_macro_syntax v0.2.0 |
2232 | 2024-12-20T22:56:57.240Z | Compiling async-recursion v1.1.1 |
2233 | 2024-12-20T22:56:57.545Z | Compiling packed_struct v0.10.1 |
2234 | 2024-12-20T22:56:57.739Z | Compiling arc-swap v1.7.1 |
2235 | 2024-12-20T22:56:57.781Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-20T22:56:57.943Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2237 | 2024-12-20T22:56:57.980Z | Compiling funty v2.0.0 |
2238 | 2024-12-20T22:56:58.284Z | Compiling slog-scope v4.4.0 |
2239 | 2024-12-20T22:56:58.452Z | Compiling crc v3.2.1 |
2240 | 2024-12-20T22:56:58.701Z | Compiling diesel_derives v2.2.3 |
2241 | 2024-12-20T22:56:59.079Z | Compiling bitvec v1.0.1 |
2242 | 2024-12-20T22:57:00.266Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2243 | 2024-12-20T22:57:00.368Z | Compiling r2d2 v0.8.10 |
2244 | 2024-12-20T22:57:00.386Z | Compiling phf_codegen v0.11.2 |
2245 | 2024-12-20T22:57:00.893Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2246 | 2024-12-20T22:57:01.046Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-20T22:57:01.639Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2024-12-20T22:57:02.123Z | Compiling ascii-canvas v3.0.0 |
2249 | 2024-12-20T22:57:02.580Z | Compiling universal-hash v0.5.1 |
2250 | 2024-12-20T22:57:02.832Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2024-12-20T22:57:03.571Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2024-12-20T22:57:05.301Z | Compiling parse-zoneinfo v0.3.1 |
2253 | 2024-12-20T22:57:06.326Z | Compiling ena v0.14.3 |
2254 | 2024-12-20T22:57:06.753Z | Compiling indexmap v1.9.3 |
2255 | 2024-12-20T22:57:06.929Z | Compiling nodrop v0.1.14 |
2256 | 2024-12-20T22:57:07.075Z | Compiling diff v0.1.13 |
2257 | 2024-12-20T22:57:07.078Z | Compiling regex-syntax v0.6.29 |
2258 | 2024-12-20T22:57:07.616Z | Compiling opaque-debug v0.3.1 |
2259 | 2024-12-20T22:57:07.722Z | Compiling poly1305 v0.8.0 |
2260 | 2024-12-20T22:57:09.288Z | Compiling array-init v0.0.4 |
2261 | 2024-12-20T22:57:10.132Z | Compiling diesel v2.2.6 |
2262 | 2024-12-20T22:57:10.617Z | Compiling lalrpop v0.19.12 |
2263 | 2024-12-20T22:57:12.367Z | Compiling thiserror-no-std v2.0.2 |
2264 | 2024-12-20T22:57:12.498Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-12-20T22:57:17.777Z | Compiling smallvec v0.6.14 |
2266 | 2024-12-20T22:57:17.906Z | Compiling slog-stdlog v4.1.1 |
2267 | 2024-12-20T22:57:18.692Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2268 | 2024-12-20T22:57:18.901Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2269 | 2024-12-20T22:57:19.259Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2270 | 2024-12-20T22:57:19.498Z | Compiling chacha20 v0.9.1 |
2271 | 2024-12-20T22:57:19.823Z | Compiling aead v0.5.2 |
2272 | 2024-12-20T22:57:19.958Z | Compiling vte_generate_state_changes v0.1.2 |
2273 | 2024-12-20T22:57:20.173Z | Compiling termcolor v1.4.1 |
2274 | 2024-12-20T22:57:20.568Z | Compiling hashbrown v0.12.3 |
2275 | 2024-12-20T22:57:21.260Z | Compiling bitfield v0.14.0 |
2276 | 2024-12-20T22:57:21.531Z | Compiling ref-cast v1.0.23 |
2277 | 2024-12-20T22:57:22.077Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2278 | 2024-12-20T22:57:22.996Z | Compiling env_logger v0.10.2 |
2279 | 2024-12-20T22:57:26.199Z | Compiling vte v0.11.1 |
2280 | 2024-12-20T22:57:27.649Z | Compiling chacha20poly1305 v0.10.1 |
2281 | 2024-12-20T22:57:27.923Z | Compiling serde-hex v0.1.0 |
2282 | 2024-12-20T22:57:28.547Z | Compiling slog-envlogger v2.2.0 |
2283 | 2024-12-20T22:57:31.354Z | Compiling chrono-tz v0.10.0 |
2284 | 2024-12-20T22:57:31.993Z | Compiling vsss-rs v3.3.4 |
2285 | 2024-12-20T22:57:33.105Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2024-12-20T22:57:33.426Z | Compiling ron v0.8.1 |
2287 | 2024-12-20T22:57:36.095Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2288 | 2024-12-20T22:57:36.385Z | Compiling derive_builder_core v0.20.2 |
2289 | 2024-12-20T22:57:36.668Z | Compiling polar-core v0.27.3 |
2290 | 2024-12-20T22:57:37.902Z | Compiling hashbrown v0.13.2 |
2291 | 2024-12-20T22:57:38.590Z | Compiling headers-core v0.3.0 |
2292 | 2024-12-20T22:57:38.761Z | Compiling fxhash v0.2.1 |
2293 | 2024-12-20T22:57:38.984Z | Compiling libxml v0.3.3 |
2294 | 2024-12-20T22:57:39.228Z | Compiling ref-cast-impl v1.0.23 |
2295 | 2024-12-20T22:57:39.348Z | Compiling lockfree-object-pool v0.1.6 |
2296 | 2024-12-20T22:57:39.368Z | Compiling crc-any v2.5.0 |
2297 | 2024-12-20T22:57:39.660Z | Compiling bytecount v0.6.8 |
2298 | 2024-12-20T22:57:39.982Z | Compiling simd-adler32 v0.3.7 |
2299 | 2024-12-20T22:57:40.280Z | Compiling zip v2.1.3 |
2300 | 2024-12-20T22:57:40.353Z | Compiling bumpalo v3.16.0 |
2301 | 2024-12-20T22:57:40.786Z | Compiling zopfli v0.8.1 |
2302 | 2024-12-20T22:57:40.924Z | Compiling papergrid v0.11.0 |
2303 | 2024-12-20T22:57:41.214Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2304 | 2024-12-20T22:57:45.040Z | Compiling object v0.30.4 |
2305 | 2024-12-20T22:57:46.780Z | Compiling headers v0.4.0 |
2306 | 2024-12-20T22:57:50.521Z | Compiling derive_builder_macro v0.20.2 |
2307 | 2024-12-20T22:57:55.671Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2308 | 2024-12-20T22:57:56.277Z | Compiling strip-ansi-escapes v0.2.0 |
2309 | 2024-12-20T22:57:56.976Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2310 | 2024-12-20T22:57:56.994Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2311 | 2024-12-20T22:57:57.189Z | Compiling tabled_derive v0.7.0 |
2312 | 2024-12-20T22:57:57.372Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2313 | 2024-12-20T22:57:57.845Z | Compiling itertools v0.12.1 |
2314 | 2024-12-20T22:57:59.312Z | Compiling fd-lock v4.0.2 |
2315 | 2024-12-20T22:57:59.549Z | Compiling peg-macros v0.8.4 |
2316 | 2024-12-20T22:58:00.125Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2024-12-20T22:58:01.149Z | Compiling strum_macros v0.24.3 |
2318 | 2024-12-20T22:58:01.539Z | Compiling kstat-rs v0.2.4 |
2319 | 2024-12-20T22:58:01.969Z | Compiling samael v0.0.17 |
2320 | 2024-12-20T22:58:02.309Z | Compiling unicase v2.7.0 |
2321 | 2024-12-20T22:58:02.507Z | Compiling nu-ansi-term v0.50.1 |
2322 | 2024-12-20T22:58:02.610Z | Compiling indoc v1.0.9 |
2323 | 2024-12-20T22:58:02.763Z | Compiling path-slash v0.1.5 |
2324 | 2024-12-20T22:58:02.790Z | Compiling peg v0.8.4 |
2325 | 2024-12-20T22:58:02.910Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2326 | 2024-12-20T22:58:02.985Z | Compiling reedline v0.35.0 |
2327 | 2024-12-20T22:58:03.458Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2328 | 2024-12-20T22:58:06.446Z | Compiling tabled v0.15.0 |
2329 | 2024-12-20T22:58:07.395Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2330 | 2024-12-20T22:58:18.220Z | Compiling derive_builder v0.20.2 |
2331 | 2024-12-20T22:58:23.139Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2332 | 2024-12-20T22:58:23.376Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2333 | 2024-12-20T22:58:26.498Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2334 | 2024-12-20T22:58:26.531Z | Compiling pem v3.0.4 |
2335 | 2024-12-20T22:58:26.699Z | Compiling bcs v0.1.6 |
2336 | 2024-12-20T22:58:26.789Z | Compiling impl-trait-for-tuples v0.2.2 |
2337 | 2024-12-20T22:58:27.610Z | Compiling oso-derive v0.27.3 |
2338 | 2024-12-20T22:58:27.959Z | Compiling libz-sys v1.1.20 |
2339 | 2024-12-20T22:58:28.572Z | Compiling quick-xml v0.33.0 |
2340 | 2024-12-20T22:58:28.622Z | Compiling diesel-dtrace v0.4.2 |
2341 | 2024-12-20T22:58:28.927Z | Compiling parking_lot_core v0.8.6 |
2342 | 2024-12-20T22:58:33.653Z | Compiling oso v0.27.3 |
2343 | 2024-12-20T22:58:34.326Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2344 | 2024-12-20T22:58:35.944Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2345 | 2024-12-20T22:58:41.393Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2346 | 2024-12-20T22:58:44.529Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2347 | 2024-12-20T22:58:44.829Z | Compiling bb8 v0.8.5 |
2348 | 2024-12-20T22:58:45.472Z | Compiling buf-list v1.0.3 |
2349 | 2024-12-20T22:58:46.123Z | Compiling async-bb8-diesel v0.2.1 |
2350 | 2024-12-20T22:58:48.528Z | Compiling nibble_vec v0.1.0 |
2351 | 2024-12-20T22:58:48.782Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2352 | 2024-12-20T22:58:49.561Z | Compiling pin-project-internal v1.1.6 |
2353 | 2024-12-20T22:58:51.001Z | Compiling atty v0.2.14 |
2354 | 2024-12-20T22:58:51.172Z | Compiling salty v0.3.0 |
2355 | 2024-12-20T22:58:51.582Z | Compiling endian-type v0.1.2 |
2356 | 2024-12-20T22:58:51.828Z | Compiling radix_trie v0.2.1 |
2357 | 2024-12-20T22:58:52.268Z | Compiling pin-project v1.1.6 |
2358 | 2024-12-20T22:58:53.115Z | Compiling parking_lot v0.11.2 |
2359 | 2024-12-20T22:58:56.276Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2360 | 2024-12-20T22:59:02.707Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2361 | 2024-12-20T22:59:07.465Z | Compiling snafu-derive v0.8.5 |
2362 | 2024-12-20T22:59:08.943Z | Compiling sled v0.34.7 |
2363 | 2024-12-20T22:59:12.137Z | Compiling snafu v0.8.5 |
2364 | 2024-12-20T22:59:13.395Z | Compiling mime_guess v2.0.5 |
2365 | 2024-12-20T22:59:16.526Z | Compiling hickory-client v0.24.1 |
2366 | 2024-12-20T22:59:21.378Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2024-12-20T22:59:21.809Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2024-12-20T22:59:22.508Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2024-12-20T22:59:22.938Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2370 | 2024-12-20T22:59:23.476Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2371 | 2024-12-20T22:59:25.028Z | Compiling globset v0.4.15 |
2372 | 2024-12-20T22:59:27.570Z | Compiling hickory-server v0.24.1 |
2373 | 2024-12-20T22:59:31.503Z | Compiling primeorder v0.13.6 |
2374 | 2024-12-20T22:59:32.106Z | Compiling olpc-cjson v0.1.4 |
2375 | 2024-12-20T22:59:32.389Z | Compiling vergen v8.3.2 |
2376 | 2024-12-20T22:59:32.426Z | Compiling castaway v0.2.3 |
2377 | 2024-12-20T22:59:32.600Z | Compiling env_filter v0.1.2 |
2378 | 2024-12-20T22:59:32.677Z | Compiling cargo-platform v0.1.8 |
2379 | 2024-12-20T22:59:34.793Z | Compiling serde_plain v1.0.2 |
2380 | 2024-12-20T22:59:35.325Z | Compiling nanorand v0.7.0 |
2381 | 2024-12-20T22:59:36.034Z | Compiling memoffset v0.9.1 |
2382 | 2024-12-20T22:59:36.371Z | Compiling typed-path v0.9.3 |
2383 | 2024-12-20T22:59:39.549Z | Compiling tough v0.19.0 |
2384 | 2024-12-20T22:59:42.593Z | Compiling git2 v0.19.0 |
2385 | 2024-12-20T22:59:42.633Z | Compiling flume v0.11.1 |
2386 | 2024-12-20T22:59:42.656Z | Compiling cargo_metadata v0.18.1 |
2387 | 2024-12-20T22:59:43.778Z | Compiling env_logger v0.11.5 |
2388 | 2024-12-20T22:59:43.793Z | Compiling compact_str v0.8.0 |
2389 | 2024-12-20T22:59:44.838Z | Compiling p384 v0.13.0 |
2390 | 2024-12-20T22:59:45.958Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2391 | 2024-12-20T22:59:46.073Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2392 | 2024-12-20T22:59:50.919Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2393 | 2024-12-20T22:59:52.564Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2394 | 2024-12-20T22:59:53.770Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2395 | 2024-12-20T22:59:56.011Z | Compiling unicode-truncate v1.1.0 |
2396 | 2024-12-20T22:59:56.313Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2397 | 2024-12-20T22:59:59.097Z | Compiling lru v0.12.5 |
2398 | 2024-12-20T22:59:59.493Z | Compiling rand_seeder v0.3.0 |
2399 | 2024-12-20T22:59:59.921Z | Compiling libsqlite3-sys v0.30.1 |
2400 | 2024-12-20T23:00:00.442Z | Compiling lzma-sys v0.1.20 |
2401 | 2024-12-20T23:00:00.703Z | Compiling instability v0.3.2 |
2402 | 2024-12-20T23:00:01.140Z | Compiling rustls v0.21.12 |
2403 | 2024-12-20T23:00:01.427Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2404 | 2024-12-20T23:00:01.732Z | Compiling parse-size v1.1.0 |
2405 | 2024-12-20T23:00:01.751Z | Compiling http-range v0.1.5 |
2406 | 2024-12-20T23:00:01.947Z | Compiling cassowary v0.3.0 |
2407 | 2024-12-20T23:00:02.021Z | Compiling cfg_aliases v0.2.1 |
2408 | 2024-12-20T23:00:02.140Z | Compiling nix v0.29.0 |
2409 | 2024-12-20T23:00:02.319Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-12-20T23:00:02.499Z | Compiling ratatui v0.28.1 |
2411 | 2024-12-20T23:00:03.124Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2412 | 2024-12-20T23:00:05.136Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2413 | 2024-12-20T23:00:07.365Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2414 | 2024-12-20T23:00:09.567Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2415 | 2024-12-20T23:00:10.411Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2416 | 2024-12-20T23:00:10.705Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2417 | 2024-12-20T23:00:11.048Z | Compiling rustls-webpki v0.101.7 |
2418 | 2024-12-20T23:00:14.048Z | Compiling sct v0.7.1 |
2419 | 2024-12-20T23:00:14.528Z | Compiling heck v0.3.3 |
2420 | 2024-12-20T23:00:14.909Z | Compiling csv-core v0.1.11 |
2421 | 2024-12-20T23:00:14.967Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2422 | 2024-12-20T23:00:14.986Z | Compiling glob v0.3.1 |
2423 | 2024-12-20T23:00:15.297Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2424 | 2024-12-20T23:00:15.652Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2425 | 2024-12-20T23:00:15.778Z | Compiling csv v1.3.0 |
2426 | 2024-12-20T23:00:17.035Z | Compiling zone_cfg_derive v0.1.2 |
2427 | 2024-12-20T23:00:18.473Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2428 | 2024-12-20T23:00:20.547Z | Compiling nix v0.27.1 |
2429 | 2024-12-20T23:00:21.608Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2430 | 2024-12-20T23:00:22.861Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2024-12-20T23:00:23.555Z | Compiling hyper-staticfile v0.10.1 |
2432 | 2024-12-20T23:00:24.345Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2433 | 2024-12-20T23:00:27.339Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2434 | 2024-12-20T23:00:28.590Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2435 | 2024-12-20T23:00:29.397Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2436 | 2024-12-20T23:00:33.742Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2437 | 2024-12-20T23:00:33.842Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-12-20T23:00:34.173Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-20T23:00:34.467Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-12-20T23:00:34.760Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2441 | 2024-12-20T23:00:35.320Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2442 | 2024-12-20T23:00:36.920Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2024-12-20T23:00:37.561Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2444 | 2024-12-20T23:00:38.162Z | Compiling hashlink v0.9.1 |
2445 | 2024-12-20T23:00:38.256Z | Compiling tungstenite v0.23.0 |
2446 | 2024-12-20T23:00:39.026Z | Compiling base64 v0.13.1 |
2447 | 2024-12-20T23:00:39.751Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-12-20T23:00:40.605Z | Compiling fallible-streaming-iterator v0.1.9 |
2449 | 2024-12-20T23:00:40.905Z | Compiling rusqlite v0.32.1 |
2450 | 2024-12-20T23:00:41.219Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-12-20T23:00:41.844Z | Compiling ron v0.7.1 |
2452 | 2024-12-20T23:00:41.986Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-20T23:00:42.647Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-20T23:00:44.888Z | Compiling xz2 v0.1.7 |
2455 | 2024-12-20T23:00:45.520Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2456 | 2024-12-20T23:00:47.019Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2457 | 2024-12-20T23:00:51.393Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-20T23:00:51.893Z | Compiling zone v0.1.8 |
2459 | 2024-12-20T23:00:53.122Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-20T23:00:55.346Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-20T23:01:01.987Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2462 | 2024-12-20T23:01:02.041Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2463 | 2024-12-20T23:01:05.833Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-20T23:01:08.846Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2465 | 2024-12-20T23:01:09.143Z | Compiling rustls-pemfile v1.0.4 |
2466 | 2024-12-20T23:01:09.937Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2467 | 2024-12-20T23:01:10.259Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2468 | 2024-12-20T23:01:14.782Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2469 | 2024-12-20T23:01:14.974Z | Compiling signal-hook-tokio v0.3.1 |
2470 | 2024-12-20T23:01:15.101Z | Compiling twox-hash v1.6.3 |
2471 | 2024-12-20T23:01:15.211Z | Compiling yasna v0.5.2 |
2472 | 2024-12-20T23:01:16.116Z | Compiling smawk v0.3.2 |
2473 | 2024-12-20T23:01:16.401Z | Compiling is_ci v1.2.0 |
2474 | 2024-12-20T23:01:16.718Z | Compiling unicode-linebreak v0.1.5 |
2475 | 2024-12-20T23:01:17.287Z | Compiling textwrap v0.16.1 |
2476 | 2024-12-20T23:01:17.988Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-20T23:01:18.730Z | Compiling rcgen v0.12.1 |
2478 | 2024-12-20T23:01:20.559Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2479 | 2024-12-20T23:01:20.835Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2480 | 2024-12-20T23:01:27.492Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-20T23:01:28.526Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2482 | 2024-12-20T23:01:29.296Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2483 | 2024-12-20T23:01:35.441Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2484 | 2024-12-20T23:01:40.260Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2485 | 2024-12-20T23:01:49.128Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-20T23:01:49.786Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2487 | 2024-12-20T23:01:53.464Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2488 | 2024-12-20T23:01:53.770Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2489 | 2024-12-20T23:02:00.509Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2490 | 2024-12-20T23:02:03.197Z | Compiling fatfs v0.3.6 |
2491 | 2024-12-20T23:02:06.224Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-20T23:02:08.827Z | Compiling rtoolbox v0.0.2 |
2493 | 2024-12-20T23:02:09.275Z | Compiling assert_matches v1.5.0 |
2494 | 2024-12-20T23:02:10.758Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-20T23:02:10.956Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2496 | 2024-12-20T23:02:11.214Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2497 | 2024-12-20T23:02:11.430Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2498 | 2024-12-20T23:02:18.586Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-20T23:02:18.617Z | Compiling tui-tree-widget v0.22.0 |
2500 | 2024-12-20T23:02:19.071Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2501 | 2024-12-20T23:02:19.093Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2502 | 2024-12-20T23:02:19.400Z | Compiling uzers v0.12.1 |
2503 | 2024-12-20T23:02:22.518Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-20T23:02:32.587Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2505 | 2024-12-20T23:02:40.452Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2506 | 2024-12-20T23:02:42.575Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-20T23:03:04.690Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2508 | 2024-12-20T23:03:09.478Z | Compiling multimap v0.10.0 |
2509 | 2024-12-20T23:05:29.170Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2510 | 2024-12-20T23:05:35.168Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-12-20T23:12:15.534Z | Finished `release` profile [optimized] target(s) in 16m 02s |
2512 | 2024-12-20T23:13:19.414Z | |
2513 | 2024-12-20T23:13:19.417Z | real 17:07.895092293 |
2514 | 2024-12-20T23:13:19.417Z | user 1:55:03.659924991 |
2515 | 2024-12-20T23:13:19.417Z | sys 5:49.314864938 |
2516 | 2024-12-20T23:13:19.417Z | trap 2.746677680 |
2517 | 2024-12-20T23:13:19.417Z | tflt 2.964626108 |
2518 | 2024-12-20T23:13:19.417Z | dflt 4.387935370 |
2519 | 2024-12-20T23:13:19.418Z | kflt 0.008775470 |
2520 | 2024-12-20T23:13:19.418Z | lock 7:09:34.447348836 |
2521 | 2024-12-20T23:13:19.418Z | slp 6:06:30.404068571 |
2522 | 2024-12-20T23:13:19.418Z | lat 2:52.078954502 |
2523 | 2024-12-20T23:13:19.418Z | stop 2:34.810001782 |
2524 | 2024-12-20T23:13:19.418Z | + mapfile -t packages |
2525 | 2024-12-20T23:13:19.418Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2526 | 2024-12-20T23:13:20.450Z | Finished `release` profile [optimized] target(s) in 0.98s |
2527 | 2024-12-20T23:13:20.535Z | Running `target/release/omicron-package -t test list-outputs` |
2528 | 2024-12-20T23:13:20.593Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2529 | 2024-12-20T23:13:20.613Z | + ptime -m cargo build --locked --release -p xtask |
2530 | 2024-12-20T23:13:21.153Z | Compiling serde v1.0.215 |
2531 | 2024-12-20T23:13:21.169Z | Compiling rustix v0.38.37 |
2532 | 2024-12-20T23:13:21.169Z | Compiling libc v0.2.162 |
2533 | 2024-12-20T23:13:21.169Z | Compiling serde_json v1.0.133 |
2534 | 2024-12-20T23:13:21.248Z | Compiling syn v2.0.87 |
2535 | 2024-12-20T23:13:21.258Z | Compiling bitflags v2.6.0 |
2536 | 2024-12-20T23:13:21.585Z | Compiling usdt-impl v0.5.0 |
2537 | 2024-12-20T23:13:21.644Z | Compiling syn v1.0.109 |
2538 | 2024-12-20T23:13:21.754Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-20T23:13:21.861Z | Compiling log v0.4.22 |
2540 | 2024-12-20T23:13:21.954Z | Compiling fs-err v2.11.0 |
2541 | 2024-12-20T23:13:22.143Z | Compiling once_cell v1.20.2 |
2542 | 2024-12-20T23:13:22.293Z | Compiling anyhow v1.0.93 |
2543 | 2024-12-20T23:13:22.741Z | Compiling thread-id v4.2.2 |
2544 | 2024-12-20T23:13:23.072Z | Compiling indexmap v2.6.0 |
2545 | 2024-12-20T23:13:24.118Z | Compiling terminal_size v0.4.0 |
2546 | 2024-12-20T23:13:24.118Z | Compiling tempfile v3.13.0 |
2547 | 2024-12-20T23:13:24.355Z | Compiling clap_builder v4.5.21 |
2548 | 2024-12-20T23:13:25.244Z | Compiling proc-macro-error v1.0.4 |
2549 | 2024-12-20T23:13:26.463Z | Compiling tabled_derive v0.7.0 |
2550 | 2024-12-20T23:13:27.661Z | Compiling tabled v0.15.0 |
2551 | 2024-12-20T23:13:29.437Z | Compiling serde_derive v1.0.215 |
2552 | 2024-12-20T23:13:29.597Z | Compiling thiserror-impl v1.0.69 |
2553 | 2024-12-20T23:13:30.016Z | Compiling zerocopy-derive v0.7.35 |
2554 | 2024-12-20T23:13:30.643Z | Compiling scroll_derive v0.12.0 |
2555 | 2024-12-20T23:13:31.008Z | Compiling clap_derive v4.5.18 |
2556 | 2024-12-20T23:13:32.048Z | Compiling zerocopy v0.7.35 |
2557 | 2024-12-20T23:13:32.064Z | Compiling scroll v0.12.0 |
2558 | 2024-12-20T23:13:32.482Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-20T23:13:32.638Z | Compiling pest v2.7.14 |
2560 | 2024-12-20T23:13:33.718Z | Compiling goblin v0.8.2 |
2561 | 2024-12-20T23:13:35.684Z | Compiling pest_meta v2.7.14 |
2562 | 2024-12-20T23:13:36.802Z | Compiling clap v4.5.21 |
2563 | 2024-12-20T23:13:36.948Z | Compiling pest_generator v2.7.14 |
2564 | 2024-12-20T23:13:39.803Z | Compiling pest_derive v2.7.14 |
2565 | 2024-12-20T23:13:40.599Z | Compiling dtrace-parser v0.2.0 |
2566 | 2024-12-20T23:13:43.959Z | Compiling serde_tokenstream v0.2.2 |
2567 | 2024-12-20T23:13:44.189Z | Compiling toml_datetime v0.6.8 |
2568 | 2024-12-20T23:13:44.575Z | Compiling serde_spanned v0.6.8 |
2569 | 2024-12-20T23:13:44.855Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-20T23:13:44.948Z | Compiling camino v1.1.9 |
2571 | 2024-12-20T23:13:46.334Z | Compiling dof v0.3.0 |
2572 | 2024-12-20T23:13:48.467Z | Compiling toml v0.8.19 |
2573 | 2024-12-20T23:13:48.663Z | Compiling usdt-macro v0.5.0 |
2574 | 2024-12-20T23:13:49.718Z | Compiling usdt-attr-macro v0.5.0 |
2575 | 2024-12-20T23:13:51.134Z | Compiling cargo-platform v0.1.8 |
2576 | 2024-12-20T23:13:52.217Z | Compiling semver v1.0.23 |
2577 | 2024-12-20T23:13:52.420Z | Compiling usdt v0.5.0 |
2578 | 2024-12-20T23:13:53.694Z | Compiling cargo_metadata v0.18.1 |
2579 | 2024-12-20T23:13:53.888Z | Compiling cargo_toml v0.20.5 |
2580 | 2024-12-20T23:13:55.153Z | Compiling camino-tempfile v1.1.1 |
2581 | 2024-12-20T23:13:55.963Z | Compiling macaddr v1.0.1 |
2582 | 2024-12-20T23:14:05.892Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2583 | 2024-12-20T23:14:17.066Z | Finished `release` profile [optimized] target(s) in 56.43s |
2584 | 2024-12-20T23:14:17.176Z | |
2585 | 2024-12-20T23:14:17.178Z | real 56.567823403 |
2586 | 2024-12-20T23:14:17.178Z | user 5:44.098848812 |
2587 | 2024-12-20T23:14:17.178Z | sys 31.167975955 |
2588 | 2024-12-20T23:14:17.178Z | trap 0.146542075 |
2589 | 2024-12-20T23:14:17.178Z | tflt 0.339912058 |
2590 | 2024-12-20T23:14:17.178Z | dflt 0.513969281 |
2591 | 2024-12-20T23:14:17.178Z | kflt 0.000035023 |
2592 | 2024-12-20T23:14:17.178Z | lock 10:51.732702466 |
2593 | 2024-12-20T23:14:17.178Z | slp 16:25.402027308 |
2594 | 2024-12-20T23:14:17.178Z | lat 14.186623525 |
2595 | 2024-12-20T23:14:17.178Z | stop 17.112838113 |
2596 | 2024-12-20T23:14:17.178Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-20T23:14:17.178Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-20T23:14:17.179Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-20T23:14:17.179Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-20T23:14:17.179Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2601 | 2024-12-20T23:14:18.072Z | Compiling hashbrown v0.14.5 |
2602 | 2024-12-20T23:14:18.200Z | Compiling ident_case v1.0.1 |
2603 | 2024-12-20T23:14:18.204Z | Compiling unsafe-libyaml v0.2.11 |
2604 | 2024-12-20T23:14:18.204Z | Compiling progenitor-client v0.8.0 |
2605 | 2024-12-20T23:14:18.204Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-20T23:14:18.204Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-20T23:14:18.204Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2024-12-20T23:14:18.205Z | Compiling instant v0.1.13 |
2609 | 2024-12-20T23:14:18.355Z | Compiling darling_core v0.20.10 |
2610 | 2024-12-20T23:14:18.432Z | Compiling structmeta-derive v0.3.0 |
2611 | 2024-12-20T23:14:18.674Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2612 | 2024-12-20T23:14:18.717Z | Compiling dropshot v0.13.0 |
2613 | 2024-12-20T23:14:18.744Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-20T23:14:19.106Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2615 | 2024-12-20T23:14:19.170Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-20T23:14:19.480Z | Compiling regress v0.10.1 |
2617 | 2024-12-20T23:14:19.510Z | Compiling serde_yaml v0.9.34+deprecated |
2618 | 2024-12-20T23:14:19.952Z | Compiling regress v0.9.1 |
2619 | 2024-12-20T23:14:20.079Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-12-20T23:14:20.267Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-12-20T23:14:20.428Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2622 | 2024-12-20T23:14:21.054Z | Compiling backoff v0.4.0 |
2623 | 2024-12-20T23:14:21.437Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-12-20T23:14:21.475Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2625 | 2024-12-20T23:14:21.555Z | Compiling structmeta v0.3.0 |
2626 | 2024-12-20T23:14:21.649Z | Compiling tempfile v3.13.0 |
2627 | 2024-12-20T23:14:21.895Z | Compiling proc-macro-crate v1.3.1 |
2628 | 2024-12-20T23:14:22.030Z | Compiling parse-display-derive v0.10.0 |
2629 | 2024-12-20T23:14:22.581Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-12-20T23:14:22.980Z | Compiling itertools v0.13.0 |
2631 | 2024-12-20T23:14:23.015Z | Compiling num_enum_derive v0.5.11 |
2632 | 2024-12-20T23:14:23.570Z | Compiling typify-impl v0.2.0 |
2633 | 2024-12-20T23:14:24.692Z | Compiling zerocopy v0.8.10 |
2634 | 2024-12-20T23:14:25.179Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-12-20T23:14:25.511Z | Compiling darling_macro v0.20.10 |
2636 | 2024-12-20T23:14:25.542Z | Compiling zerocopy-derive v0.8.10 |
2637 | 2024-12-20T23:14:25.694Z | Compiling num_enum v0.5.11 |
2638 | 2024-12-20T23:14:25.737Z | Compiling foreign-types-macros v0.2.3 |
2639 | 2024-12-20T23:14:25.871Z | Compiling foreign-types-shared v0.3.1 |
2640 | 2024-12-20T23:14:26.006Z | Compiling heapless v0.8.0 |
2641 | 2024-12-20T23:14:26.362Z | Compiling proc-macro-error v1.0.4 |
2642 | 2024-12-20T23:14:26.459Z | Compiling darling v0.20.10 |
2643 | 2024-12-20T23:14:26.587Z | Compiling serde_with_macros v3.11.0 |
2644 | 2024-12-20T23:14:26.772Z | Compiling parse-display v0.10.0 |
2645 | 2024-12-20T23:14:26.913Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2646 | 2024-12-20T23:14:27.077Z | Compiling foreign-types v0.5.0 |
2647 | 2024-12-20T23:14:27.277Z | Compiling camino-tempfile v1.1.1 |
2648 | 2024-12-20T23:14:27.403Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2649 | 2024-12-20T23:14:27.449Z | Compiling hash32 v0.3.1 |
2650 | 2024-12-20T23:14:27.711Z | Compiling cstr-argument v0.1.2 |
2651 | 2024-12-20T23:14:27.745Z | Compiling crucible-workspace-hack v0.1.0 |
2652 | 2024-12-20T23:14:27.967Z | Compiling smoltcp v0.11.0 |
2653 | 2024-12-20T23:14:28.025Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-12-20T23:14:28.235Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2655 | 2024-12-20T23:14:28.252Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2656 | 2024-12-20T23:14:28.462Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-12-20T23:14:28.726Z | Compiling tabwriter v1.4.0 |
2658 | 2024-12-20T23:14:29.071Z | Compiling colored v2.1.0 |
2659 | 2024-12-20T23:14:29.238Z | Compiling cobs v0.2.3 |
2660 | 2024-12-20T23:14:29.408Z | Compiling serde_with v3.11.0 |
2661 | 2024-12-20T23:14:29.542Z | Compiling postcard v1.0.10 |
2662 | 2024-12-20T23:14:29.986Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-20T23:14:30.206Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-20T23:14:30.393Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2024-12-20T23:14:30.413Z | Compiling thiserror v2.0.3 |
2666 | 2024-12-20T23:14:31.091Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-12-20T23:14:31.420Z | Compiling smf v0.2.3 |
2668 | 2024-12-20T23:14:31.707Z | Compiling thiserror-impl v2.0.3 |
2669 | 2024-12-20T23:14:32.100Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-12-20T23:14:32.837Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-12-20T23:14:33.475Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2672 | 2024-12-20T23:14:33.621Z | Compiling num-derive v0.4.2 |
2673 | 2024-12-20T23:14:33.949Z | Compiling sigpipe v0.1.3 |
2674 | 2024-12-20T23:14:34.092Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-12-20T23:14:34.223Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2024-12-20T23:14:34.294Z | Compiling zone v0.3.0 |
2677 | 2024-12-20T23:14:34.413Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-12-20T23:14:34.881Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2679 | 2024-12-20T23:14:35.099Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-12-20T23:14:35.382Z | Compiling universal-hash v0.5.1 |
2681 | 2024-12-20T23:14:35.595Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-12-20T23:14:35.614Z | Compiling num-rational v0.4.2 |
2683 | 2024-12-20T23:14:35.677Z | Compiling password-hash v0.5.0 |
2684 | 2024-12-20T23:14:35.713Z | Compiling num-complex v0.4.6 |
2685 | 2024-12-20T23:14:35.958Z | Compiling blake2 v0.10.6 |
2686 | 2024-12-20T23:14:36.017Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2687 | 2024-12-20T23:14:36.729Z | Compiling aead v0.5.2 |
2688 | 2024-12-20T23:14:36.749Z | Compiling keccak v0.1.5 |
2689 | 2024-12-20T23:14:36.854Z | Compiling convert_case v0.4.0 |
2690 | 2024-12-20T23:14:36.967Z | Compiling num v0.4.3 |
2691 | 2024-12-20T23:14:37.116Z | Compiling sha3 v0.10.8 |
2692 | 2024-12-20T23:14:37.182Z | Compiling argon2 v0.5.3 |
2693 | 2024-12-20T23:14:37.323Z | Compiling poly1305 v0.8.0 |
2694 | 2024-12-20T23:14:37.471Z | Compiling tungstenite v0.21.0 |
2695 | 2024-12-20T23:14:37.797Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2024-12-20T23:14:37.843Z | Compiling derive_more v0.99.18 |
2697 | 2024-12-20T23:14:37.925Z | Compiling chacha20 v0.9.1 |
2698 | 2024-12-20T23:14:38.107Z | Compiling base64 v0.21.7 |
2699 | 2024-12-20T23:14:38.421Z | Compiling float-ord v0.3.2 |
2700 | 2024-12-20T23:14:38.615Z | Compiling tokio-tungstenite v0.21.0 |
2701 | 2024-12-20T23:14:38.892Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2702 | 2024-12-20T23:14:39.042Z | Compiling same-file v1.0.6 |
2703 | 2024-12-20T23:14:39.336Z | Compiling semver v0.1.20 |
2704 | 2024-12-20T23:14:39.356Z | Compiling walkdir v2.5.0 |
2705 | 2024-12-20T23:14:39.477Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2706 | 2024-12-20T23:14:39.616Z | Compiling newline-converter v0.3.0 |
2707 | 2024-12-20T23:14:39.805Z | Compiling rustc_version v0.1.7 |
2708 | 2024-12-20T23:14:39.870Z | Compiling primeorder v0.13.6 |
2709 | 2024-12-20T23:14:39.940Z | Compiling secrecy v0.8.0 |
2710 | 2024-12-20T23:14:39.999Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-12-20T23:14:40.149Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-12-20T23:14:40.215Z | Compiling owo-colors v4.1.0 |
2713 | 2024-12-20T23:14:40.386Z | Compiling newtype_derive v0.1.6 |
2714 | 2024-12-20T23:14:40.407Z | Compiling expectorate v1.1.0 |
2715 | 2024-12-20T23:14:40.559Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2716 | 2024-12-20T23:14:40.579Z | Compiling thiserror-impl-no-std v2.0.2 |
2717 | 2024-12-20T23:14:40.599Z | Compiling blake3 v1.5.4 |
2718 | 2024-12-20T23:14:40.697Z | Compiling ring v0.16.20 |
2719 | 2024-12-20T23:14:40.879Z | Compiling unicase v2.7.0 |
2720 | 2024-12-20T23:14:40.900Z | Compiling half v2.4.1 |
2721 | 2024-12-20T23:14:41.190Z | Compiling ciborium-io v0.2.2 |
2722 | 2024-12-20T23:14:41.277Z | Compiling arc-swap v1.7.1 |
2723 | 2024-12-20T23:14:41.500Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2724 | 2024-12-20T23:14:41.774Z | Compiling slog-scope v4.4.0 |
2725 | 2024-12-20T23:14:41.841Z | Compiling ciborium-ll v0.2.2 |
2726 | 2024-12-20T23:14:42.200Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-12-20T23:14:42.486Z | Compiling polyval v0.6.2 |
2728 | 2024-12-20T23:14:42.508Z | Compiling typify-macro v0.2.0 |
2729 | 2024-12-20T23:14:42.940Z | Compiling atomicwrites v0.4.4 |
2730 | 2024-12-20T23:14:42.964Z | Compiling libsw v3.3.1 |
2731 | 2024-12-20T23:14:42.996Z | Compiling memmap2 v0.9.5 |
2732 | 2024-12-20T23:14:43.299Z | Compiling linear-map v1.2.0 |
2733 | 2024-12-20T23:14:43.317Z | Compiling libefi-sys v0.1.0 |
2734 | 2024-12-20T23:14:43.459Z | Compiling arrayref v0.3.9 |
2735 | 2024-12-20T23:14:43.575Z | Compiling arrayvec v0.7.6 |
2736 | 2024-12-20T23:14:43.592Z | Compiling salty v0.3.0 |
2737 | 2024-12-20T23:14:43.694Z | Compiling parking_lot_core v0.8.6 |
2738 | 2024-12-20T23:14:43.801Z | Compiling thiserror-no-std v2.0.2 |
2739 | 2024-12-20T23:14:43.925Z | Compiling indent_write v2.2.0 |
2740 | 2024-12-20T23:14:43.993Z | Compiling constant_time_eq v0.3.1 |
2741 | 2024-12-20T23:14:44.013Z | Compiling spin v0.5.2 |
2742 | 2024-12-20T23:14:44.217Z | Compiling vsss-rs v3.3.4 |
2743 | 2024-12-20T23:14:44.253Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-20T23:14:44.281Z | Compiling ghash v0.5.1 |
2745 | 2024-12-20T23:14:44.655Z | Compiling ciborium v0.2.2 |
2746 | 2024-12-20T23:14:45.050Z | Compiling slog-stdlog v4.1.1 |
2747 | 2024-12-20T23:14:45.494Z | Compiling p384 v0.13.0 |
2748 | 2024-12-20T23:14:45.681Z | Compiling toolchain_find v0.4.0 |
2749 | 2024-12-20T23:14:45.796Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-12-20T23:14:46.064Z | Compiling ctr v0.9.2 |
2751 | 2024-12-20T23:14:46.258Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-12-20T23:14:46.398Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2753 | 2024-12-20T23:14:46.451Z | Compiling bitfield-struct v0.6.2 |
2754 | 2024-12-20T23:14:46.825Z | Compiling slog-dtrace v0.3.0 |
2755 | 2024-12-20T23:14:46.850Z | Compiling typify v0.2.0 |
2756 | 2024-12-20T23:14:47.008Z | Compiling progenitor-impl v0.8.0 |
2757 | 2024-12-20T23:14:47.012Z | Compiling topological-sort v0.2.2 |
2758 | 2024-12-20T23:14:47.049Z | Compiling highway v1.2.0 |
2759 | 2024-12-20T23:14:47.234Z | Compiling omicron-zone-package v0.11.1 |
2760 | 2024-12-20T23:14:47.710Z | Compiling aes-gcm v0.10.3 |
2761 | 2024-12-20T23:14:47.731Z | Compiling rustfmt-wrapper v0.2.1 |
2762 | 2024-12-20T23:14:47.807Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-12-20T23:14:47.932Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-20T23:14:48.152Z | Compiling mime_guess v2.0.5 |
2765 | 2024-12-20T23:14:48.173Z | Compiling steno v0.4.1 |
2766 | 2024-12-20T23:14:48.741Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2767 | 2024-12-20T23:14:48.895Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2768 | 2024-12-20T23:14:49.282Z | Compiling heck v0.3.3 |
2769 | 2024-12-20T23:14:49.430Z | Compiling ssh-encoding v0.2.0 |
2770 | 2024-12-20T23:14:49.526Z | Compiling blowfish v0.9.1 |
2771 | 2024-12-20T23:14:49.719Z | Compiling nibble_vec v0.1.0 |
2772 | 2024-12-20T23:14:49.746Z | Compiling env_filter v0.1.2 |
2773 | 2024-12-20T23:14:49.952Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-20T23:14:49.979Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-20T23:14:50.000Z | Compiling endian-type v0.1.2 |
2776 | 2024-12-20T23:14:50.021Z | Compiling humantime v2.1.0 |
2777 | 2024-12-20T23:14:50.083Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2778 | 2024-12-20T23:14:50.246Z | Compiling radix_trie v0.2.1 |
2779 | 2024-12-20T23:14:50.312Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-20T23:14:50.461Z | Compiling env_logger v0.11.5 |
2781 | 2024-12-20T23:14:50.527Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-12-20T23:14:50.603Z | Compiling bcrypt-pbkdf v0.10.0 |
2783 | 2024-12-20T23:14:50.996Z | Compiling zone_cfg_derive v0.1.2 |
2784 | 2024-12-20T23:14:51.260Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-12-20T23:14:51.392Z | Compiling parking_lot v0.11.2 |
2786 | 2024-12-20T23:14:51.798Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2787 | 2024-12-20T23:14:52.252Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2788 | 2024-12-20T23:14:52.323Z | Compiling password-hash v0.4.2 |
2789 | 2024-12-20T23:14:52.379Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2790 | 2024-12-20T23:14:52.530Z | Compiling gethostname v0.5.0 |
2791 | 2024-12-20T23:14:52.687Z | Compiling fxhash v0.2.1 |
2792 | 2024-12-20T23:14:52.754Z | Compiling matches v0.1.10 |
2793 | 2024-12-20T23:14:52.870Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2794 | 2024-12-20T23:14:52.890Z | Compiling base64 v0.13.1 |
2795 | 2024-12-20T23:14:52.909Z | Compiling simd-adler32 v0.3.7 |
2796 | 2024-12-20T23:14:53.008Z | Compiling http-range v0.1.5 |
2797 | 2024-12-20T23:14:53.169Z | Compiling bumpalo v3.16.0 |
2798 | 2024-12-20T23:14:53.236Z | Compiling zip v2.1.3 |
2799 | 2024-12-20T23:14:53.388Z | Compiling lockfree-object-pool v0.1.6 |
2800 | 2024-12-20T23:14:53.468Z | Compiling ron v0.7.1 |
2801 | 2024-12-20T23:14:53.515Z | Compiling sled v0.34.7 |
2802 | 2024-12-20T23:14:53.572Z | Compiling idna v0.2.3 |
2803 | 2024-12-20T23:14:53.599Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-12-20T23:14:53.648Z | Compiling zopfli v0.8.1 |
2805 | 2024-12-20T23:14:53.668Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2806 | 2024-12-20T23:14:53.977Z | Compiling zone v0.1.8 |
2807 | 2024-12-20T23:14:54.396Z | Compiling xz2 v0.1.7 |
2808 | 2024-12-20T23:14:54.920Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2809 | 2024-12-20T23:14:55.292Z | Compiling progenitor-macro v0.8.0 |
2810 | 2024-12-20T23:14:55.542Z | Compiling ssh-key v0.6.6 |
2811 | 2024-12-20T23:14:55.626Z | Compiling hickory-client v0.24.1 |
2812 | 2024-12-20T23:14:56.102Z | Compiling p256 v0.13.2 |
2813 | 2024-12-20T23:14:56.259Z | Compiling p521 v0.13.3 |
2814 | 2024-12-20T23:14:56.353Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2815 | 2024-12-20T23:14:56.983Z | Compiling hickory-server v0.24.1 |
2816 | 2024-12-20T23:14:57.179Z | Compiling enum-as-inner v0.5.1 |
2817 | 2024-12-20T23:14:57.554Z | Compiling pem v3.0.4 |
2818 | 2024-12-20T23:14:58.243Z | Compiling yasna v0.5.2 |
2819 | 2024-12-20T23:14:58.400Z | Compiling headers-core v0.3.0 |
2820 | 2024-12-20T23:14:58.578Z | Compiling kstat-rs v0.2.4 |
2821 | 2024-12-20T23:14:58.708Z | Compiling nanorand v0.7.0 |
2822 | 2024-12-20T23:14:59.253Z | Compiling russh-cryptovec v0.7.3 |
2823 | 2024-12-20T23:14:59.305Z | Compiling atty v0.2.14 |
2824 | 2024-12-20T23:14:59.459Z | Compiling md5 v0.7.0 |
2825 | 2024-12-20T23:14:59.579Z | Compiling rcgen v0.12.1 |
2826 | 2024-12-20T23:14:59.970Z | Compiling russh-keys v0.45.0 |
2827 | 2024-12-20T23:14:59.992Z | Compiling flume v0.11.1 |
2828 | 2024-12-20T23:15:00.011Z | Compiling headers v0.4.0 |
2829 | 2024-12-20T23:15:00.329Z | Compiling trust-dns-proto v0.22.0 |
2830 | 2024-12-20T23:15:00.720Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2831 | 2024-12-20T23:15:02.108Z | Compiling hyper-staticfile v0.10.1 |
2832 | 2024-12-20T23:15:03.301Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2833 | 2024-12-20T23:15:03.943Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2834 | 2024-12-20T23:15:04.237Z | Compiling num-bigint v0.4.6 |
2835 | 2024-12-20T23:15:04.239Z | Compiling des v0.8.1 |
2836 | 2024-12-20T23:15:04.330Z | Compiling subprocess v0.2.9 |
2837 | 2024-12-20T23:15:04.466Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-20T23:15:04.617Z | Compiling dhcproto-macros v0.1.0 |
2839 | 2024-12-20T23:15:04.637Z | Compiling display-error-chain v0.2.2 |
2840 | 2024-12-20T23:15:04.847Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2024-12-20T23:15:05.174Z | Compiling internet-checksum v0.2.1 |
2842 | 2024-12-20T23:15:05.600Z | Compiling dhcproto v0.12.0 |
2843 | 2024-12-20T23:15:07.165Z | Compiling russh v0.45.0 |
2844 | 2024-12-20T23:15:08.844Z | Compiling progenitor v0.8.0 |
2845 | 2024-12-20T23:15:08.985Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-12-20T23:15:08.988Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2847 | 2024-12-20T23:15:08.988Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2848 | 2024-12-20T23:15:08.988Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-20T23:15:08.988Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2850 | 2024-12-20T23:15:09.075Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2851 | 2024-12-20T23:15:09.094Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-20T23:15:10.538Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2853 | 2024-12-20T23:15:10.872Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2854 | 2024-12-20T23:15:11.426Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-12-20T23:15:15.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2024-12-20T23:15:15.712Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2024-12-20T23:15:25.031Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-12-20T23:15:25.034Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-12-20T23:15:25.034Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2024-12-20T23:15:25.034Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2861 | 2024-12-20T23:15:25.979Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-12-20T23:15:28.272Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2863 | 2024-12-20T23:15:29.241Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2024-12-20T23:15:29.307Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2865 | 2024-12-20T23:15:30.352Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2866 | 2024-12-20T23:15:33.081Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2867 | 2024-12-20T23:15:33.103Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2868 | 2024-12-20T23:15:33.604Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2024-12-20T23:15:34.475Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2870 | 2024-12-20T23:15:35.826Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-12-20T23:15:36.251Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2872 | 2024-12-20T23:15:37.212Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2873 | 2024-12-20T23:15:37.633Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2874 | 2024-12-20T23:15:38.774Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2875 | 2024-12-20T23:15:38.911Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2024-12-20T23:15:40.997Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2877 | 2024-12-20T23:15:41.036Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2878 | 2024-12-20T23:15:41.536Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-12-20T23:15:43.461Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2024-12-20T23:15:43.787Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-12-20T23:15:45.157Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2882 | 2024-12-20T23:15:48.219Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2024-12-20T23:15:48.527Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2024-12-20T23:15:49.652Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2024-12-20T23:15:56.688Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2024-12-20T23:16:03.874Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2024-12-20T23:16:05.262Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2024-12-20T23:16:24.545Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2024-12-20T23:17:00.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2890 | 2024-12-20T23:17:00.521Z | |
2891 | 2024-12-20T23:17:00.523Z | real 2:43.265129678 |
2892 | 2024-12-20T23:17:00.523Z | user 12:25.596821318 |
2893 | 2024-12-20T23:17:00.523Z | sys 2:44.601123918 |
2894 | 2024-12-20T23:17:00.523Z | trap 0.330996682 |
2895 | 2024-12-20T23:17:00.523Z | tflt 0.836734252 |
2896 | 2024-12-20T23:17:00.523Z | dflt 2.097751321 |
2897 | 2024-12-20T23:17:00.523Z | kflt 0.000050859 |
2898 | 2024-12-20T23:17:00.523Z | lock 25:51.774586043 |
2899 | 2024-12-20T23:17:00.524Z | slp 44:49.025632164 |
2900 | 2024-12-20T23:17:00.524Z | lat 36.025606792 |
2901 | 2024-12-20T23:17:00.524Z | stop 1:34.258419091 |
2902 | 2024-12-20T23:17:00.524Z | + mkdir tests |
2903 | 2024-12-20T23:17:00.526Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2024-12-20T23:17:00.526Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2024-12-20T23:17:00.567Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-6712a25752b36e29 tests/ |
2906 | 2024-12-20T23:17:00.587Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-85bf956d9aeebb00 tests/ |
2907 | 2024-12-20T23:17:00.607Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a64afbda51bcae4d tests/ |
2908 | 2024-12-20T23:17:00.628Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-c636c30aa0fe8878 tests/ |
2909 | 2024-12-20T23:17:00.802Z | + 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-20T23:17:00.805Z | + 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-85bf956d9aeebb00 tests/commtest-a64afbda51bcae4d tests/dhcp_server-6712a25752b36e29 tests/end_to_end_tests-c636c30aa0fe8878 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-20T23:18:12.402Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2024-12-20T23:18:12.402Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2024-12-20T23:18:12.402Z | a out/target/test 1K |
2914 | 2024-12-20T23:18:12.402Z | a out/npuzone/npuzone 23144K |
2915 | 2024-12-20T23:18:12.402Z | a package-manifest.toml 33K |
2916 | 2024-12-20T23:18:12.402Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2024-12-20T23:18:12.402Z | a target/release/omicron-package 36400K |
2918 | 2024-12-20T23:18:12.402Z | a target/release/xtask 11721K |
2919 | 2024-12-20T23:18:12.402Z | a target/debug/bootstrap 210984K |
2920 | 2024-12-20T23:18:12.402Z | a tests/bootstrap-85bf956d9aeebb00 24243K |
2921 | 2024-12-20T23:18:12.403Z | a tests/commtest-a64afbda51bcae4d 25019K |
2922 | 2024-12-20T23:18:12.403Z | a tests/dhcp_server-6712a25752b36e29 24243K |
2923 | 2024-12-20T23:18:12.403Z | a tests/end_to_end_tests-c636c30aa0fe8878 229048K |
2924 | 2024-12-20T23:18:12.403Z | a out/clickhouse.tar.gz 293538K |
2925 | 2024-12-20T23:18:12.403Z | a out/clickhouse_keeper.tar.gz 280638K |
2926 | 2024-12-20T23:18:12.403Z | a out/clickhouse_server.tar.gz 293533K |
2927 | 2024-12-20T23:18:12.403Z | a out/cockroachdb.tar.gz 134634K |
2928 | 2024-12-20T23:18:12.403Z | a out/crucible-dtrace.tar 85K |
2929 | 2024-12-20T23:18:12.403Z | a out/crucible-pantry-zone.tar.gz 28207K |
2930 | 2024-12-20T23:18:12.403Z | a out/crucible-zone.tar.gz 36428K |
2931 | 2024-12-20T23:18:12.403Z | a out/external-dns.tar.gz 35336K |
2932 | 2024-12-20T23:18:12.403Z | a out/internal-dns.tar.gz 35336K |
2933 | 2024-12-20T23:18:12.403Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2024-12-20T23:18:12.403Z | a out/nexus.tar.gz 98207K |
2935 | 2024-12-20T23:18:12.403Z | a out/ntp.tar.gz 10383K |
2936 | 2024-12-20T23:18:12.403Z | a out/omicron-gateway-softnpu.tar.gz 23975K |
2937 | 2024-12-20T23:18:12.403Z | a out/omicron-sled-agent.tar 113640K |
2938 | 2024-12-20T23:18:12.403Z | a out/overlay.tar.gz 3K |
2939 | 2024-12-20T23:18:12.403Z | a out/oximeter.tar.gz 47808K |
2940 | 2024-12-20T23:18:12.403Z | a out/oxlog.tar 3088K |
2941 | 2024-12-20T23:18:12.403Z | a out/probe.tar.gz 2764K |
2942 | 2024-12-20T23:18:12.403Z | a out/propolis-server.tar.gz 66730K |
2943 | 2024-12-20T23:18:12.403Z | a out/pumpkind-gz.tar 26665K |
2944 | 2024-12-20T23:18:12.404Z | a out/switch-softnpu.tar.gz 235884K |
2945 | 2024-12-20T23:18:12.406Z | |
2946 | 2024-12-20T23:18:12.406Z | real 1:11.584899882 |
2947 | 2024-12-20T23:18:12.406Z | user 1:08.362192124 |
2948 | 2024-12-20T23:18:12.406Z | sys 4.577257726 |
2949 | 2024-12-20T23:18:12.407Z | trap 0.017558185 |
2950 | 2024-12-20T23:18:12.407Z | tflt 0.000000000 |
2951 | 2024-12-20T23:18:12.407Z | dflt 0.000000000 |
2952 | 2024-12-20T23:18:12.407Z | kflt 0.000000000 |
2953 | 2024-12-20T23:18:12.407Z | lock 0.000000000 |
2954 | 2024-12-20T23:18:12.407Z | slp 1:08.170312461 |
2955 | 2024-12-20T23:18:12.407Z | lat 2.037946795 |
2956 | 2024-12-20T23:18:12.407Z | stop 0.000192936 |
2957 | 2024-12-20T23:18:12.407Z | process exited: duration 1927710 ms, exit code 0 |
|
2958 | 2024-12-20T23:18:12.421Z | found 1 output files |
2959 | 2024-12-20T23:18:12.421Z | uploading: /work/package.tar.gz (1882430819 bytes) |
2960 | 2024-12-20T23:18:50.558Z | uploaded: /work/package.tar.gz |