|
|
|
1 | 2024-12-20T23:29:43.918Z | job assigned to worker 01JFK6DVFA3F84803R86YKNBEB [factory aws, i-0ff6c3b173b0b9ca0] (queued for 1 m 4 s) |
|
2 | 2024-12-20T23:29:51.658Z | starting task 0: "setup" |
3 | 2024-12-20T23:29:51.666Z | ++ uname -s |
4 | 2024-12-20T23:29:51.669Z | + kern=SunOS |
5 | 2024-12-20T23:29:51.669Z | + case "$kern" in |
6 | 2024-12-20T23:29:51.669Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:29:51.674Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:29:53.695Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:29:53.834Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:29:53.855Z | + home_fs=zfs |
11 | 2024-12-20T23:29:53.856Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:29:53.856Z | + mkdir -p /home/build |
13 | 2024-12-20T23:29:53.856Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:29:55.758Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:29:55.761Z | process exited: duration 4104 ms, exit code 0 |
|
16 | 2024-12-20T23:29:55.768Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:29:55.774Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:29:55.774Z | ' 1.81.0 |
19 | 2024-12-20T23:29:55.774Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:29:55.774Z | * toolchain profile = "default" |
21 | 2024-12-20T23:29:55.774Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T23:29:55.774Z | ' default |
23 | 2024-12-20T23:29:55.778Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:29:55.778Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:29:55.880Z | info: downloading installer |
26 | 2024-12-20T23:29:57.350Z | info: profile set to 'default' |
27 | 2024-12-20T23:29:57.350Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:29:57.353Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:29:57.488Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:29:57.488Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:29:58.211Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:29:58.480Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:29:59.484Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:30:03.633Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:30:06.662Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:30:06.872Z | info: installing component 'cargo' |
37 | 2024-12-20T23:30:07.660Z | info: installing component 'clippy' |
38 | 2024-12-20T23:30:08.012Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:30:09.598Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:30:11.306Z | info: installing component 'rustc' |
41 | 2024-12-20T23:30:16.966Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:30:17.265Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T23:30:17.265Z | |
44 | 2024-12-20T23:30:17.657Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:30:17.657Z | |
46 | 2024-12-20T23:30:17.662Z | |
47 | 2024-12-20T23:30:17.662Z | Rust is installed now. Great! |
48 | 2024-12-20T23:30:17.662Z | |
49 | 2024-12-20T23:30:17.662Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:30:17.662Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:30:17.662Z | |
52 | 2024-12-20T23:30:17.662Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:30:17.662Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:30:17.662Z | |
55 | 2024-12-20T23:30:17.662Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:30:17.662Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:30:17.662Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:30:17.762Z | + rustc --version |
59 | 2024-12-20T23:30:17.829Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:30:17.832Z | process exited: duration 22062 ms, exit code 0 |
|
61 | 2024-12-20T23:30:17.839Z | starting task 2: "authentication" |
62 | 2024-12-20T23:30:17.861Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T23:30:17.868Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:30:17.873Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:30:17.876Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:30:19.227Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:30:26.959Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:30:26.959Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:30:27.266Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:30:27.266Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:30:27.278Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:30:27.281Z | ++ git branch --show-current |
73 | 2024-12-20T23:30:27.285Z | + current=main |
74 | 2024-12-20T23:30:27.285Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:30:27.285Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:30:27.288Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:30:27.460Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:30:27.464Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:30:27.641Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:30:27.645Z | process exited: duration 9774 ms, exit code 0 |
|
81 | 2024-12-20T23:30:27.650Z | starting task 4: "build" |
82 | 2024-12-20T23:30:27.657Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T23:30:27.657Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T23:30:27.657Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T23:30:27.660Z | + cargo --version |
86 | 2024-12-20T23:30:27.714Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T23:30:27.719Z | + rustc --version |
88 | 2024-12-20T23:30:27.784Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T23:30:27.789Z | + WORK=/work |
90 | 2024-12-20T23:30:27.789Z | + pfexec mkdir -p /work |
91 | 2024-12-20T23:30:27.789Z | + pfexec chown build /work |
92 | 2024-12-20T23:30:27.792Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T23:30:40.445Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T23:30:44.398Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T23:30:55.192Z | Planning: Solver setup ... Done (9.821s) |
96 | 2024-12-20T23:30:55.328Z | Planning: Running solver ... Done (0.135s) |
97 | 2024-12-20T23:30:55.529Z | Planning: Finding local manifests ... Done (0.100s) |
98 | 2024-12-20T23:30:55.543Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T23:30:55.755Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T23:30:55.953Z | Planning: Package planning ... Done (0.198s) |
101 | 2024-12-20T23:30:56.012Z | Planning: Merging actions ... Done (0.058s) |
102 | 2024-12-20T23:30:56.764Z | Planning: Checking for conflicting actions ... Done (0.752s) |
103 | 2024-12-20T23:31:02.080Z | Planning: Consolidating action changes ... Done (5.315s) |
104 | 2024-12-20T23:31:02.450Z | Planning: Evaluating mediators ... Done (0.370s) |
105 | 2024-12-20T23:31:02.603Z | Planning: Planning completed in 18.11 seconds |
106 | 2024-12-20T23:31:02.853Z | Packages to install: 4 |
107 | 2024-12-20T23:31:02.853Z | Packages to update: 1 |
108 | 2024-12-20T23:31:02.853Z | Mediators to change: 2 |
109 | 2024-12-20T23:31:02.855Z | Services to change: 1 |
110 | 2024-12-20T23:31:02.855Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T23:31:02.855Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T23:31:02.855Z | Create boot environment: No |
113 | 2024-12-20T23:31:02.855Z | Create backup boot environment: Yes |
114 | 2024-12-20T23:31:02.855Z | Rebuild boot archive: No |
115 | 2024-12-20T23:31:02.855Z | |
116 | 2024-12-20T23:31:02.855Z | Changed mediators: |
117 | 2024-12-20T23:31:02.855Z | mediator clang: |
118 | 2024-12-20T23:31:02.855Z | version: None -> 15 (system default) |
119 | 2024-12-20T23:31:02.855Z | |
120 | 2024-12-20T23:31:02.856Z | mediator llvm: |
121 | 2024-12-20T23:31:02.856Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T23:31:02.856Z | |
123 | 2024-12-20T23:31:02.856Z | Changed packages: |
124 | 2024-12-20T23:31:02.856Z | helios-dev |
125 | 2024-12-20T23:31:02.856Z | developer/build-essential |
126 | 2024-12-20T23:31:02.856Z | None -> 11-2.0 |
127 | 2024-12-20T23:31:02.856Z | library/libxmlsec1 |
128 | 2024-12-20T23:31:02.856Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T23:31:02.856Z | ooce/developer/clang-15 |
130 | 2024-12-20T23:31:02.856Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T23:31:02.856Z | ooce/developer/llvm-15 |
132 | 2024-12-20T23:31:02.856Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T23:31:02.856Z | package/pkg |
134 | 2024-12-20T23:31:02.856Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T23:31:02.856Z | |
136 | 2024-12-20T23:31:02.856Z | Services: |
137 | 2024-12-20T23:31:02.856Z | restart_fmri: |
138 | 2024-12-20T23:31:02.856Z | svc:/system/update-man-index:default |
139 | 2024-12-20T23:31:02.856Z | |
140 | 2024-12-20T23:31:02.856Z | Editable files to change: |
141 | 2024-12-20T23:31:02.856Z | Update: |
142 | 2024-12-20T23:31:02.856Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T23:31:03.286Z | |
144 | 2024-12-20T23:31:03.286Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T23:31:08.290Z | Download: 1075/4281 items 19.7/220.6MB 8% complete (4.0M/s) |
146 | 2024-12-20T23:31:13.291Z | Download: 1894/4281 items 118.6/220.6MB 53% complete (12.0M/s) |
147 | 2024-12-20T23:31:18.859Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (11.9M/s) |
148 | 2024-12-20T23:31:24.018Z | Download: 3246/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
149 | 2024-12-20T23:31:31.722Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
150 | 2024-12-20T23:31:37.851Z | Download: 3288/4281 items 210.2/220.6MB 95% complete (7.4M/s) |
151 | 2024-12-20T23:31:41.742Z | Download: Completed 220.60 MB in 37.80 seconds (5.8M/s) |
152 | 2024-12-20T23:31:43.150Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-20T23:31:43.168Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-20T23:31:48.422Z | Actions: 4102/5063 actions (Installing new actions) |
155 | 2024-12-20T23:31:48.984Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-20T23:31:49.376Z | Actions: Completed 5063 actions in 6.23 seconds. |
157 | 2024-12-20T23:31:49.776Z | Done (0.391s) |
158 | 2024-12-20T23:31:49.778Z | Done (0.000s) |
159 | 2024-12-20T23:31:50.353Z | Done (0.575s) |
160 | 2024-12-20T23:31:57.356Z | Done (6.786s) |
161 | 2024-12-20T23:31:57.783Z | Done (0.361s) |
162 | 2024-12-20T23:31:57.786Z | Done (0.000s) |
163 | 2024-12-20T23:31:57.950Z | Done (0.000s) |
164 | 2024-12-20T23:31:58.647Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-20T23:31:58.796Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-20T23:31:58.798Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-20T23:31:59.061Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-20T23:31:59.065Z | Planning: Planning completed in 0.42 seconds |
169 | 2024-12-20T23:31:59.099Z | Mediators to change: 2 |
170 | 2024-12-20T23:31:59.099Z | Create boot environment: No |
171 | 2024-12-20T23:31:59.103Z | Create backup boot environment: No |
172 | 2024-12-20T23:31:59.187Z | Done |
173 | 2024-12-20T23:31:59.187Z | Done |
174 | 2024-12-20T23:31:59.572Z | Done |
175 | 2024-12-20T23:32:03.166Z | Done |
176 | 2024-12-20T23:32:03.251Z | Done |
177 | 2024-12-20T23:32:03.254Z | Done |
178 | 2024-12-20T23:32:03.356Z | Done |
179 | 2024-12-20T23:32:03.957Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-20T23:32:03.960Z | Planning: Merging actions ... Done |
181 | 2024-12-20T23:32:04.144Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-20T23:32:04.147Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-20T23:32:04.405Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-20T23:32:04.459Z | Planning: Planning completed in 0.74 seconds |
185 | 2024-12-20T23:32:04.498Z | Packages to change: 1 |
186 | 2024-12-20T23:32:04.498Z | Mediators to change: 1 |
187 | 2024-12-20T23:32:04.501Z | Services to change: 1 |
188 | 2024-12-20T23:32:04.501Z | Create boot environment: No |
189 | 2024-12-20T23:32:04.501Z | Create backup boot environment: Yes |
190 | 2024-12-20T23:32:06.766Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-20T23:32:06.893Z | Actions: Completed 6 actions in 0.13 seconds. |
192 | 2024-12-20T23:32:06.896Z | Done |
193 | 2024-12-20T23:32:06.896Z | Done |
194 | 2024-12-20T23:32:07.009Z | Done |
195 | 2024-12-20T23:32:10.625Z | Done |
196 | 2024-12-20T23:32:10.711Z | Done |
197 | 2024-12-20T23:32:10.714Z | Done |
198 | 2024-12-20T23:32:10.887Z | Done |
199 | 2024-12-20T23:32:11.316Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-20T23:32:11.316Z | clang system 15 system |
201 | 2024-12-20T23:32:11.316Z | csh system system illumos |
202 | 2024-12-20T23:32:11.316Z | ctags system system illumos |
203 | 2024-12-20T23:32:11.317Z | gcc vendor 12 vendor |
204 | 2024-12-20T23:32:11.317Z | gcc system 10 system |
205 | 2024-12-20T23:32:11.317Z | gcc system 7 system |
206 | 2024-12-20T23:32:11.317Z | go system 1.20 system |
207 | 2024-12-20T23:32:11.317Z | go system 1.19 system |
208 | 2024-12-20T23:32:11.317Z | llvm system 15 system |
209 | 2024-12-20T23:32:11.317Z | llvm system 14 system |
210 | 2024-12-20T23:32:11.317Z | mariadb system 10.6 system |
211 | 2024-12-20T23:32:11.317Z | mta vendor vendor dma |
212 | 2024-12-20T23:32:11.317Z | openjdk system 17 system |
213 | 2024-12-20T23:32:11.317Z | openjdk system 11 system |
214 | 2024-12-20T23:32:11.317Z | openjdk system 1.8 system |
215 | 2024-12-20T23:32:11.317Z | openssl vendor 3 vendor |
216 | 2024-12-20T23:32:11.317Z | perl system 5.36 system |
217 | 2024-12-20T23:32:11.317Z | postgresql system 15 system |
218 | 2024-12-20T23:32:11.317Z | postgresql system 13 system |
219 | 2024-12-20T23:32:11.317Z | python vendor 3 vendor |
220 | 2024-12-20T23:32:11.317Z | python system 2 system |
221 | 2024-12-20T23:32:11.317Z | python3 system 3.11 system |
222 | 2024-12-20T23:32:11.317Z | ruby system 3.0 system |
223 | 2024-12-20T23:32:11.317Z | words vendor vendor american-english |
224 | 2024-12-20T23:32:11.317Z | words system system australian-english |
225 | 2024-12-20T23:32:11.317Z | words system system british-english |
226 | 2024-12-20T23:32:11.317Z | words system system canadian-english |
227 | 2024-12-20T23:32:11.317Z | words system system french |
228 | 2024-12-20T23:32:11.317Z | words system system italian |
229 | 2024-12-20T23:32:11.317Z | words system system ngerman |
230 | 2024-12-20T23:32:11.317Z | words system system ogerman |
231 | 2024-12-20T23:32:11.317Z | words system system spanish |
232 | 2024-12-20T23:32:11.642Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-20T23:32:11.643Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-20T23:32:14.379Z | FMRI IFO |
235 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-20T23:32:14.379Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-20T23:32:14.380Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-20T23:32:15.143Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-20T23:32:15.432Z | Updating crates.io index |
252 | 2024-12-20T23:32:15.435Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-20T23:32:16.019Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-20T23:32:16.286Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-20T23:32:16.531Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-20T23:32:16.803Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-20T23:32:17.702Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-20T23:32:19.170Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-20T23:32:19.802Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-20T23:32:20.573Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-20T23:32:20.856Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-20T23:32:21.147Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-20T23:32:21.798Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-20T23:32:22.191Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-20T23:32:22.593Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-20T23:32:22.834Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-20T23:32:23.095Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-20T23:32:23.361Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-20T23:32:23.647Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-20T23:32:24.063Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-20T23:32:24.357Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-20T23:32:24.667Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-20T23:32:25.124Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-20T23:32:25.472Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-20T23:32:25.824Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-20T23:32:26.311Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-20T23:32:26.687Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-20T23:32:26.955Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-20T23:32:27.256Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-20T23:32:28.596Z | Downloading crates ... |
281 | 2024-12-20T23:32:28.680Z | Downloaded anstream v0.6.15 |
282 | 2024-12-20T23:32:28.683Z | Downloaded anstyle-query v1.1.1 |
283 | 2024-12-20T23:32:28.686Z | Downloaded colorchoice v1.0.2 |
284 | 2024-12-20T23:32:28.686Z | Downloaded anstyle v1.0.10 |
285 | 2024-12-20T23:32:28.688Z | Downloaded anyhow v1.0.93 |
286 | 2024-12-20T23:32:28.693Z | Downloaded anstyle-parse v0.2.5 |
287 | 2024-12-20T23:32:28.696Z | Downloaded cpufeatures v0.2.14 |
288 | 2024-12-20T23:32:28.787Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-12-20T23:32:28.793Z | Downloaded equivalent v1.0.1 |
290 | 2024-12-20T23:32:28.800Z | Downloaded serde_spanned v0.6.8 |
291 | 2024-12-20T23:32:28.803Z | Downloaded scroll_derive v0.12.0 |
292 | 2024-12-20T23:32:28.806Z | Downloaded dof v0.3.0 |
293 | 2024-12-20T23:32:28.806Z | Downloaded generic-array v0.14.7 |
294 | 2024-12-20T23:32:28.806Z | Downloaded clap_lex v0.7.2 |
295 | 2024-12-20T23:32:28.809Z | Downloaded macaddr v1.0.1 |
296 | 2024-12-20T23:32:28.809Z | Downloaded thiserror-impl v1.0.69 |
297 | 2024-12-20T23:32:28.812Z | Downloaded fs-err v2.11.0 |
298 | 2024-12-20T23:32:28.812Z | Downloaded heck v0.5.0 |
299 | 2024-12-20T23:32:28.815Z | Downloaded digest v0.10.7 |
300 | 2024-12-20T23:32:28.817Z | Downloaded swrite v0.1.0 |
301 | 2024-12-20T23:32:28.818Z | Downloaded itoa v1.0.11 |
302 | 2024-12-20T23:32:28.831Z | Downloaded usdt-macro v0.5.0 |
303 | 2024-12-20T23:32:28.838Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-12-20T23:32:28.841Z | Downloaded smawk v0.3.2 |
305 | 2024-12-20T23:32:28.841Z | Downloaded pretty-hex v0.4.1 |
306 | 2024-12-20T23:32:28.844Z | Downloaded crypto-common v0.1.6 |
307 | 2024-12-20T23:32:28.847Z | Downloaded plain v0.2.3 |
308 | 2024-12-20T23:32:28.847Z | Downloaded once_cell v1.20.2 |
309 | 2024-12-20T23:32:28.853Z | Downloaded usdt v0.5.0 |
310 | 2024-12-20T23:32:28.855Z | Downloaded terminal_size v0.4.0 |
311 | 2024-12-20T23:32:28.855Z | Downloaded is_terminal_polyfill v1.70.1 |
312 | 2024-12-20T23:32:28.858Z | Downloaded fnv v1.0.7 |
313 | 2024-12-20T23:32:28.858Z | Downloaded pest_generator v2.7.14 |
314 | 2024-12-20T23:32:28.858Z | Downloaded memmap v0.7.0 |
315 | 2024-12-20T23:32:28.861Z | Downloaded camino-tempfile v1.1.1 |
316 | 2024-12-20T23:32:28.864Z | Downloaded unicode-linebreak v0.1.5 |
317 | 2024-12-20T23:32:28.864Z | Downloaded strsim v0.11.1 |
318 | 2024-12-20T23:32:28.864Z | Downloaded fastrand v2.1.1 |
319 | 2024-12-20T23:32:28.867Z | Downloaded errno v0.3.9 |
320 | 2024-12-20T23:32:28.867Z | Downloaded tabled_derive v0.7.0 |
321 | 2024-12-20T23:32:28.867Z | Downloaded byteorder v1.5.0 |
322 | 2024-12-20T23:32:28.870Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-12-20T23:32:28.870Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-12-20T23:32:28.873Z | Downloaded heck v0.4.1 |
325 | 2024-12-20T23:32:28.877Z | Downloaded cargo-platform v0.1.8 |
326 | 2024-12-20T23:32:28.877Z | Downloaded utf8parse v0.2.2 |
327 | 2024-12-20T23:32:28.893Z | Downloaded quote v1.0.37 |
328 | 2024-12-20T23:32:28.893Z | Downloaded log v0.4.22 |
329 | 2024-12-20T23:32:28.893Z | Downloaded cfg-if v1.0.0 |
330 | 2024-12-20T23:32:28.893Z | Downloaded block-buffer v0.10.4 |
331 | 2024-12-20T23:32:28.893Z | Downloaded toml_datetime v0.6.8 |
332 | 2024-12-20T23:32:28.893Z | Downloaded version_check v0.9.5 |
333 | 2024-12-20T23:32:28.893Z | Downloaded autocfg v1.4.0 |
334 | 2024-12-20T23:32:28.893Z | Downloaded thiserror v1.0.69 |
335 | 2024-12-20T23:32:28.893Z | Downloaded tempfile v3.13.0 |
336 | 2024-12-20T23:32:28.897Z | Downloaded proc-macro-error v1.0.4 |
337 | 2024-12-20T23:32:28.898Z | Downloaded sha2 v0.10.8 |
338 | 2024-12-20T23:32:28.900Z | Downloaded bytecount v0.6.8 |
339 | 2024-12-20T23:32:28.903Z | Downloaded scroll v0.12.0 |
340 | 2024-12-20T23:32:28.903Z | Downloaded proc-macro2 v1.0.89 |
341 | 2024-12-20T23:32:28.906Z | Downloaded pest_derive v2.7.14 |
342 | 2024-12-20T23:32:28.909Z | Downloaded clap_derive v4.5.18 |
343 | 2024-12-20T23:32:28.909Z | Downloaded cargo_toml v0.20.5 |
344 | 2024-12-20T23:32:28.912Z | Downloaded thread-id v4.2.2 |
345 | 2024-12-20T23:32:28.915Z | Downloaded usdt-impl v0.5.0 |
346 | 2024-12-20T23:32:28.915Z | Downloaded cargo_metadata v0.18.1 |
347 | 2024-12-20T23:32:28.917Z | Downloaded semver v1.0.23 |
348 | 2024-12-20T23:32:28.920Z | Downloaded pest_meta v2.7.14 |
349 | 2024-12-20T23:32:28.925Z | Downloaded ryu v1.0.18 |
350 | 2024-12-20T23:32:28.929Z | Downloaded unicode-ident v1.0.13 |
351 | 2024-12-20T23:32:28.933Z | Downloaded camino v1.1.9 |
352 | 2024-12-20T23:32:28.935Z | Downloaded bitflags v2.6.0 |
353 | 2024-12-20T23:32:28.938Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-12-20T23:32:28.941Z | Downloaded clap v4.5.21 |
355 | 2024-12-20T23:32:28.949Z | Downloaded textwrap v0.16.1 |
356 | 2024-12-20T23:32:28.952Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-12-20T23:32:28.955Z | Downloaded typenum v1.17.0 |
358 | 2024-12-20T23:32:28.956Z | Downloaded serde_derive v1.0.215 |
359 | 2024-12-20T23:32:28.959Z | Downloaded toml v0.8.19 |
360 | 2024-12-20T23:32:28.965Z | Downloaded indexmap v2.6.0 |
361 | 2024-12-20T23:32:28.969Z | Downloaded serde v1.0.215 |
362 | 2024-12-20T23:32:28.972Z | Downloaded papergrid v0.11.0 |
363 | 2024-12-20T23:32:28.977Z | Downloaded memchr v2.7.4 |
364 | 2024-12-20T23:32:28.989Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-20T23:32:29.010Z | Downloaded hashbrown v0.15.1 |
366 | 2024-12-20T23:32:29.018Z | Downloaded pest v2.7.14 |
367 | 2024-12-20T23:32:29.031Z | Downloaded clap_builder v4.5.21 |
368 | 2024-12-20T23:32:29.038Z | Downloaded zerocopy v0.7.35 |
369 | 2024-12-20T23:32:29.053Z | Downloaded winnow v0.6.20 |
370 | 2024-12-20T23:32:29.061Z | Downloaded serde_json v1.0.132 |
371 | 2024-12-20T23:32:29.067Z | Downloaded goblin v0.8.2 |
372 | 2024-12-20T23:32:29.073Z | Downloaded tabled v0.15.0 |
373 | 2024-12-20T23:32:29.088Z | Downloaded unicode-width v0.1.14 |
374 | 2024-12-20T23:32:29.093Z | Downloaded syn v2.0.87 |
375 | 2024-12-20T23:32:29.103Z | Downloaded syn v1.0.109 |
376 | 2024-12-20T23:32:29.112Z | Downloaded libc v0.2.162 |
377 | 2024-12-20T23:32:29.137Z | Downloaded rustix v0.38.37 |
378 | 2024-12-20T23:32:29.439Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-12-20T23:32:29.439Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-20T23:32:29.440Z | Compiling version_check v0.9.5 |
381 | 2024-12-20T23:32:29.443Z | Compiling serde v1.0.215 |
382 | 2024-12-20T23:32:29.443Z | Compiling thiserror v1.0.69 |
383 | 2024-12-20T23:32:29.443Z | Compiling memchr v2.7.4 |
384 | 2024-12-20T23:32:29.443Z | Compiling libc v0.2.162 |
385 | 2024-12-20T23:32:29.443Z | Compiling ucd-trie v0.1.7 |
386 | 2024-12-20T23:32:30.137Z | Compiling itoa v1.0.11 |
387 | 2024-12-20T23:32:30.249Z | Compiling ryu v1.0.18 |
388 | 2024-12-20T23:32:30.300Z | Compiling once_cell v1.20.2 |
389 | 2024-12-20T23:32:30.605Z | Compiling byteorder v1.5.0 |
390 | 2024-12-20T23:32:30.806Z | Compiling rustix v0.38.37 |
391 | 2024-12-20T23:32:30.957Z | Compiling serde_json v1.0.132 |
392 | 2024-12-20T23:32:31.453Z | Compiling bitflags v2.6.0 |
393 | 2024-12-20T23:32:31.457Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-12-20T23:32:31.634Z | Compiling usdt-impl v0.5.0 |
395 | 2024-12-20T23:32:31.695Z | Compiling syn v1.0.109 |
396 | 2024-12-20T23:32:31.784Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-20T23:32:31.810Z | Compiling equivalent v1.0.1 |
398 | 2024-12-20T23:32:31.926Z | Compiling log v0.4.22 |
399 | 2024-12-20T23:32:31.931Z | Compiling camino v1.1.9 |
400 | 2024-12-20T23:32:32.059Z | Compiling utf8parse v0.2.2 |
401 | 2024-12-20T23:32:32.121Z | Compiling hashbrown v0.15.1 |
402 | 2024-12-20T23:32:32.209Z | Compiling plain v0.2.3 |
403 | 2024-12-20T23:32:32.320Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-20T23:32:32.521Z | Compiling quote v1.0.37 |
405 | 2024-12-20T23:32:32.671Z | Compiling semver v1.0.23 |
406 | 2024-12-20T23:32:32.696Z | Compiling winnow v0.6.20 |
407 | 2024-12-20T23:32:32.722Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T23:32:32.848Z | Compiling errno v0.3.9 |
409 | 2024-12-20T23:32:33.082Z | Compiling syn v2.0.87 |
410 | 2024-12-20T23:32:33.185Z | Compiling thread-id v4.2.2 |
411 | 2024-12-20T23:32:33.306Z | Compiling indexmap v2.6.0 |
412 | 2024-12-20T23:32:33.368Z | Compiling anstyle v1.0.10 |
413 | 2024-12-20T23:32:33.852Z | Compiling pretty-hex v0.4.1 |
414 | 2024-12-20T23:32:33.892Z | Compiling is_terminal_polyfill v1.70.1 |
415 | 2024-12-20T23:32:34.031Z | Compiling anstyle-query v1.1.1 |
416 | 2024-12-20T23:32:34.057Z | Compiling colorchoice v1.0.2 |
417 | 2024-12-20T23:32:34.195Z | Compiling unicode-width v0.1.14 |
418 | 2024-12-20T23:32:34.231Z | Compiling anstream v0.6.15 |
419 | 2024-12-20T23:32:34.574Z | Compiling fs-err v2.11.0 |
420 | 2024-12-20T23:32:34.780Z | Compiling anyhow v1.0.93 |
421 | 2024-12-20T23:32:34.867Z | Compiling clap_lex v0.7.2 |
422 | 2024-12-20T23:32:34.870Z | Compiling strsim v0.11.1 |
423 | 2024-12-20T23:32:35.027Z | Compiling fnv v1.0.7 |
424 | 2024-12-20T23:32:35.177Z | Compiling terminal_size v0.4.0 |
425 | 2024-12-20T23:32:35.384Z | Compiling heck v0.5.0 |
426 | 2024-12-20T23:32:35.411Z | Compiling cfg-if v1.0.0 |
427 | 2024-12-20T23:32:35.512Z | Compiling heck v0.4.1 |
428 | 2024-12-20T23:32:35.846Z | Compiling fastrand v2.1.1 |
429 | 2024-12-20T23:32:35.904Z | Compiling bytecount v0.6.8 |
430 | 2024-12-20T23:32:35.932Z | Compiling clap_builder v4.5.21 |
431 | 2024-12-20T23:32:36.075Z | Compiling papergrid v0.11.0 |
432 | 2024-12-20T23:32:36.279Z | Compiling tempfile v3.13.0 |
433 | 2024-12-20T23:32:36.390Z | Compiling memmap v0.7.0 |
434 | 2024-12-20T23:32:36.506Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-12-20T23:32:36.771Z | Compiling smawk v0.3.2 |
436 | 2024-12-20T23:32:36.986Z | Compiling textwrap v0.16.1 |
437 | 2024-12-20T23:32:37.182Z | Compiling swrite v0.1.0 |
438 | 2024-12-20T23:32:38.654Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-20T23:32:40.083Z | Compiling tabled v0.15.0 |
440 | 2024-12-20T23:32:41.959Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-20T23:32:41.959Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-20T23:32:41.963Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-20T23:32:41.963Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-20T23:32:41.963Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-20T23:32:43.186Z | Compiling scroll v0.12.0 |
446 | 2024-12-20T23:32:43.737Z | Compiling goblin v0.8.2 |
447 | 2024-12-20T23:32:43.835Z | Compiling zerocopy v0.7.35 |
448 | 2024-12-20T23:32:44.615Z | Compiling pest v2.7.14 |
449 | 2024-12-20T23:32:45.697Z | Compiling clap v4.5.21 |
450 | 2024-12-20T23:32:46.837Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-20T23:32:47.669Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-20T23:32:49.708Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-20T23:32:50.369Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-20T23:32:51.987Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-12-20T23:32:52.043Z | Compiling serde_spanned v0.6.8 |
456 | 2024-12-20T23:32:52.043Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-20T23:32:52.343Z | Compiling toml_edit v0.22.22 |
458 | 2024-12-20T23:32:52.388Z | Compiling cargo-platform v0.1.8 |
459 | 2024-12-20T23:32:52.575Z | Compiling macaddr v1.0.1 |
460 | 2024-12-20T23:32:52.883Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-12-20T23:32:53.481Z | Compiling dof v0.3.0 |
462 | 2024-12-20T23:32:53.572Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-20T23:32:55.185Z | Compiling toml v0.8.19 |
464 | 2024-12-20T23:32:55.243Z | Compiling usdt-macro v0.5.0 |
465 | 2024-12-20T23:32:55.246Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-12-20T23:32:56.065Z | Compiling cargo_toml v0.20.5 |
467 | 2024-12-20T23:32:56.650Z | Compiling usdt v0.5.0 |
468 | 2024-12-20T23:32:59.571Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-20T23:33:03.692Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.79s |
470 | 2024-12-20T23:33:03.964Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-20T23:33:04.498Z | Downloading crates ... |
472 | 2024-12-20T23:33:04.623Z | Downloaded async-stream-impl v0.3.6 |
473 | 2024-12-20T23:33:04.631Z | Downloaded atomicwrites v0.4.4 |
474 | 2024-12-20T23:33:04.636Z | Downloaded headers-core v0.3.0 |
475 | 2024-12-20T23:33:04.640Z | Downloaded cfg_aliases v0.1.1 |
476 | 2024-12-20T23:33:04.644Z | Downloaded crunchy v0.2.2 |
477 | 2024-12-20T23:33:04.647Z | Downloaded ciborium-io v0.2.2 |
478 | 2024-12-20T23:33:04.650Z | Downloaded cstr-argument v0.1.2 |
479 | 2024-12-20T23:33:04.650Z | Downloaded crucible-workspace-hack v0.1.0 |
480 | 2024-12-20T23:33:04.653Z | Downloaded darling v0.20.10 |
481 | 2024-12-20T23:33:04.660Z | Downloaded http-range v0.1.5 |
482 | 2024-12-20T23:33:04.664Z | Downloaded ascii-canvas v3.0.0 |
483 | 2024-12-20T23:33:04.664Z | Downloaded adler2 v2.0.0 |
484 | 2024-12-20T23:33:04.666Z | Downloaded async-stream v0.3.6 |
485 | 2024-12-20T23:33:04.666Z | Downloaded array-init v0.0.4 |
486 | 2024-12-20T23:33:04.668Z | Downloaded aead v0.5.2 |
487 | 2024-12-20T23:33:04.671Z | Downloaded hubpack_derive v0.1.1 |
488 | 2024-12-20T23:33:04.671Z | Downloaded http-body v1.0.1 |
489 | 2024-12-20T23:33:04.674Z | Downloaded is_ci v1.2.0 |
490 | 2024-12-20T23:33:04.674Z | Downloaded instant v0.1.13 |
491 | 2024-12-20T23:33:04.674Z | Downloaded cfg_aliases v0.2.1 |
492 | 2024-12-20T23:33:04.677Z | Downloaded md5 v0.7.0 |
493 | 2024-12-20T23:33:04.678Z | Downloaded match_cfg v0.1.0 |
494 | 2024-12-20T23:33:04.682Z | Downloaded matches v0.1.10 |
495 | 2024-12-20T23:33:04.682Z | Downloaded icu_provider_macros v1.5.0 |
496 | 2024-12-20T23:33:04.682Z | Downloaded atty v0.2.14 |
497 | 2024-12-20T23:33:04.685Z | Downloaded async-recursion v1.1.1 |
498 | 2024-12-20T23:33:04.688Z | Downloaded ciborium-ll v0.2.2 |
499 | 2024-12-20T23:33:04.688Z | Downloaded ident_case v1.0.1 |
500 | 2024-12-20T23:33:04.691Z | Downloaded convert_case v0.4.0 |
501 | 2024-12-20T23:33:04.691Z | Downloaded blowfish v0.9.1 |
502 | 2024-12-20T23:33:04.694Z | Downloaded humantime v2.1.0 |
503 | 2024-12-20T23:33:04.694Z | Downloaded httpdate v1.0.3 |
504 | 2024-12-20T23:33:04.698Z | Downloaded bit-set v0.5.3 |
505 | 2024-12-20T23:33:04.698Z | Downloaded chacha20 v0.9.1 |
506 | 2024-12-20T23:33:04.701Z | Downloaded bit-vec v0.6.3 |
507 | 2024-12-20T23:33:04.701Z | Downloaded heck v0.3.3 |
508 | 2024-12-20T23:33:04.704Z | Downloaded hostname v0.3.1 |
509 | 2024-12-20T23:33:04.704Z | Downloaded crc-catalog v2.4.0 |
510 | 2024-12-20T23:33:04.707Z | Downloaded ctr v0.9.2 |
511 | 2024-12-20T23:33:04.710Z | Downloaded hubpack v0.1.2 |
512 | 2024-12-20T23:33:04.710Z | Downloaded kstat-rs v0.2.4 |
513 | 2024-12-20T23:33:04.713Z | Downloaded inout v0.1.3 |
514 | 2024-12-20T23:33:04.713Z | Downloaded buf-list v1.0.3 |
515 | 2024-12-20T23:33:04.715Z | Downloaded lru-cache v0.1.2 |
516 | 2024-12-20T23:33:04.717Z | Downloaded libsw v3.3.1 |
517 | 2024-12-20T23:33:04.719Z | Downloaded atomic-waker v1.1.2 |
518 | 2024-12-20T23:33:04.721Z | Downloaded curve25519-dalek-derive v0.1.1 |
519 | 2024-12-20T23:33:04.724Z | Downloaded lalrpop-util v0.19.12 |
520 | 2024-12-20T23:33:04.724Z | Downloaded bitfield-struct v0.6.2 |
521 | 2024-12-20T23:33:04.728Z | Downloaded lru v0.12.5 |
522 | 2024-12-20T23:33:04.731Z | Downloaded crossbeam-deque v0.8.5 |
523 | 2024-12-20T23:33:04.731Z | Downloaded cexpr v0.6.0 |
524 | 2024-12-20T23:33:04.734Z | Downloaded memoffset v0.9.1 |
525 | 2024-12-20T23:33:04.734Z | Downloaded libefi-sys v0.1.0 |
526 | 2024-12-20T23:33:04.737Z | Downloaded colored v2.1.0 |
527 | 2024-12-20T23:33:04.740Z | Downloaded managed v0.8.0 |
528 | 2024-12-20T23:33:04.740Z | Downloaded lazy_static v1.5.0 |
529 | 2024-12-20T23:33:04.742Z | Downloaded md-5 v0.10.6 |
530 | 2024-12-20T23:33:04.744Z | Downloaded async-trait v0.1.83 |
531 | 2024-12-20T23:33:04.747Z | Downloaded internet-checksum v0.2.1 |
532 | 2024-12-20T23:33:04.750Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2024-12-20T23:33:04.752Z | Downloaded cancel-safe-futures v0.1.5 |
534 | 2024-12-20T23:33:04.755Z | Downloaded mime v0.3.17 |
535 | 2024-12-20T23:33:04.759Z | Downloaded cipher v0.4.4 |
536 | 2024-12-20T23:33:04.762Z | Downloaded maplit v1.0.2 |
537 | 2024-12-20T23:33:04.762Z | Downloaded linked-hash-map v0.5.6 |
538 | 2024-12-20T23:33:04.762Z | Downloaded is-terminal v0.4.13 |
539 | 2024-12-20T23:33:04.765Z | Downloaded termtree v0.4.1 |
540 | 2024-12-20T23:33:04.765Z | Downloaded ahash v0.8.11 |
541 | 2024-12-20T23:33:04.768Z | Downloaded sigpipe v0.1.3 |
542 | 2024-12-20T23:33:04.770Z | Downloaded lock_api v0.4.12 |
543 | 2024-12-20T23:33:04.773Z | Downloaded jobserver v0.1.32 |
544 | 2024-12-20T23:33:04.775Z | Downloaded const_format_proc_macros v0.2.33 |
545 | 2024-12-20T23:33:04.777Z | Downloaded csv-core v0.1.11 |
546 | 2024-12-20T23:33:04.780Z | Downloaded maybe-uninit v2.0.0 |
547 | 2024-12-20T23:33:04.783Z | Downloaded block-padding v0.3.3 |
548 | 2024-12-20T23:33:04.783Z | Downloaded backoff v0.4.0 |
549 | 2024-12-20T23:33:04.785Z | Downloaded memmap2 v0.9.5 |
550 | 2024-12-20T23:33:04.788Z | Downloaded icu_locid_transform v1.5.0 |
551 | 2024-12-20T23:33:04.792Z | Downloaded quinn-udp v0.5.5 |
552 | 2024-12-20T23:33:04.795Z | Downloaded try-lock v0.2.5 |
553 | 2024-12-20T23:33:04.795Z | Downloaded httparse v1.9.5 |
554 | 2024-12-20T23:33:04.797Z | Downloaded yoke-derive v0.7.4 |
555 | 2024-12-20T23:33:04.799Z | Downloaded ref-cast-impl v1.0.23 |
556 | 2024-12-20T23:33:04.799Z | Downloaded vte_generate_state_changes v0.1.2 |
557 | 2024-12-20T23:33:04.801Z | Downloaded heapless v0.8.0 |
558 | 2024-12-20T23:33:04.804Z | Downloaded ciborium v0.2.2 |
559 | 2024-12-20T23:33:04.807Z | Downloaded clang-sys v1.8.1 |
560 | 2024-12-20T23:33:04.811Z | Downloaded spki v0.7.3 |
561 | 2024-12-20T23:33:04.813Z | Downloaded const-oid v0.9.6 |
562 | 2024-12-20T23:33:04.816Z | Downloaded litemap v0.7.3 |
563 | 2024-12-20T23:33:04.818Z | Downloaded siphasher v0.3.11 |
564 | 2024-12-20T23:33:04.821Z | Downloaded serde_repr v0.1.19 |
565 | 2024-12-20T23:33:04.823Z | Downloaded subtle v2.6.1 |
566 | 2024-12-20T23:33:04.825Z | Downloaded hmac v0.12.1 |
567 | 2024-12-20T23:33:04.828Z | Downloaded arc-swap v1.7.1 |
568 | 2024-12-20T23:33:04.831Z | Downloaded newtype_derive v0.1.6 |
569 | 2024-12-20T23:33:04.834Z | Downloaded termcolor v1.4.1 |
570 | 2024-12-20T23:33:04.836Z | Downloaded string_cache v0.8.7 |
571 | 2024-12-20T23:33:04.839Z | Downloaded termios v0.3.3 |
572 | 2024-12-20T23:33:04.839Z | Downloaded crossbeam-utils v0.8.20 |
573 | 2024-12-20T23:33:04.841Z | Downloaded openssl-probe v0.1.5 |
574 | 2024-12-20T23:33:04.843Z | Downloaded rand_chacha v0.3.1 |
575 | 2024-12-20T23:33:04.846Z | Downloaded crc-any v2.5.0 |
576 | 2024-12-20T23:33:04.848Z | Downloaded progenitor-client v0.8.0 |
577 | 2024-12-20T23:33:04.850Z | Downloaded precomputed-hash v0.1.1 |
578 | 2024-12-20T23:33:04.850Z | Downloaded path-slash v0.1.5 |
579 | 2024-12-20T23:33:04.853Z | Downloaded peg-runtime v0.8.3 |
580 | 2024-12-20T23:33:04.853Z | Downloaded compact_str v0.8.0 |
581 | 2024-12-20T23:33:04.856Z | Downloaded untrusted v0.9.0 |
582 | 2024-12-20T23:33:04.858Z | Downloaded dirs-next v2.0.0 |
583 | 2024-12-20T23:33:04.860Z | Downloaded tui-tree-widget v0.22.0 |
584 | 2024-12-20T23:33:04.863Z | Downloaded wait-timeout v0.2.0 |
585 | 2024-12-20T23:33:04.863Z | Downloaded rustls-pemfile v2.2.0 |
586 | 2024-12-20T23:33:04.866Z | Downloaded foreign-types v0.3.2 |
587 | 2024-12-20T23:33:04.868Z | Downloaded icu_normalizer_data v1.5.0 |
588 | 2024-12-20T23:33:04.871Z | Downloaded foldhash v0.1.3 |
589 | 2024-12-20T23:33:04.871Z | Downloaded enum-as-inner v0.6.1 |
590 | 2024-12-20T23:33:04.873Z | Downloaded dirs-sys-next v0.1.2 |
591 | 2024-12-20T23:33:04.876Z | Downloaded bytes v1.8.0 |
592 | 2024-12-20T23:33:04.879Z | Downloaded group v0.13.0 |
593 | 2024-12-20T23:33:04.882Z | Downloaded nanorand v0.7.0 |
594 | 2024-12-20T23:33:04.885Z | Downloaded time-core v0.1.2 |
595 | 2024-12-20T23:33:04.887Z | Downloaded num_enum v0.5.11 |
596 | 2024-12-20T23:33:04.890Z | Downloaded serde_path_to_error v0.1.16 |
597 | 2024-12-20T23:33:04.893Z | Downloaded progenitor-impl v0.8.0 |
598 | 2024-12-20T23:33:04.895Z | Downloaded mime_guess v2.0.5 |
599 | 2024-12-20T23:33:04.898Z | Downloaded icu_properties v1.5.1 |
600 | 2024-12-20T23:33:04.902Z | Downloaded chacha20poly1305 v0.10.1 |
601 | 2024-12-20T23:33:04.904Z | Downloaded heapless v0.7.17 |
602 | 2024-12-20T23:33:04.908Z | Downloaded toolchain_find v0.4.0 |
603 | 2024-12-20T23:33:04.910Z | Downloaded radium v0.7.0 |
604 | 2024-12-20T23:33:04.912Z | Downloaded yasna v0.5.2 |
605 | 2024-12-20T23:33:04.915Z | Downloaded progenitor-macro v0.8.0 |
606 | 2024-12-20T23:33:04.915Z | Downloaded ron v0.7.1 |
607 | 2024-12-20T23:33:04.920Z | Downloaded rustls-pki-types v1.10.0 |
608 | 2024-12-20T23:33:04.924Z | Downloaded take_mut v0.2.2 |
609 | 2024-12-20T23:33:04.928Z | Downloaded rfc6979 v0.4.0 |
610 | 2024-12-20T23:33:04.928Z | Downloaded rand_xorshift v0.3.0 |
611 | 2024-12-20T23:33:04.930Z | Downloaded rustls-pemfile v1.0.4 |
612 | 2024-12-20T23:33:04.932Z | Downloaded darling_macro v0.20.10 |
613 | 2024-12-20T23:33:04.932Z | Downloaded rustc-hash v2.0.0 |
614 | 2024-12-20T23:33:04.934Z | Downloaded strum_macros v0.24.3 |
615 | 2024-12-20T23:33:04.936Z | Downloaded downcast v0.11.0 |
616 | 2024-12-20T23:33:04.938Z | Downloaded strum v0.26.3 |
617 | 2024-12-20T23:33:04.938Z | Downloaded crypto-bigint v0.5.5 |
618 | 2024-12-20T23:33:04.946Z | Downloaded mirai-annotations v1.12.0 |
619 | 2024-12-20T23:33:04.949Z | Downloaded ssh-encoding v0.2.0 |
620 | 2024-12-20T23:33:04.951Z | Downloaded num-derive v0.4.2 |
621 | 2024-12-20T23:33:04.953Z | Downloaded thiserror-impl v2.0.3 |
622 | 2024-12-20T23:33:04.954Z | Downloaded subprocess v0.2.9 |
623 | 2024-12-20T23:33:04.956Z | Downloaded tinyvec_macros v0.1.1 |
624 | 2024-12-20T23:33:04.959Z | Downloaded hickory-resolver v0.24.1 |
625 | 2024-12-20T23:33:04.963Z | Downloaded test-strategy v0.3.1 |
626 | 2024-12-20T23:33:04.967Z | Downloaded xattr v1.3.1 |
627 | 2024-12-20T23:33:04.969Z | Downloaded parking_lot_core v0.9.10 |
628 | 2024-12-20T23:33:04.972Z | Downloaded vte v0.11.1 |
629 | 2024-12-20T23:33:04.974Z | Downloaded icu_collections v1.5.0 |
630 | 2024-12-20T23:33:04.981Z | Downloaded slog-dtrace v0.3.0 |
631 | 2024-12-20T23:33:04.984Z | Downloaded spin v0.9.8 |
632 | 2024-12-20T23:33:04.987Z | Downloaded shell-words v1.1.0 |
633 | 2024-12-20T23:33:04.990Z | Downloaded http v1.1.0 |
634 | 2024-12-20T23:33:04.992Z | Downloaded fallible-streaming-iterator v0.1.9 |
635 | 2024-12-20T23:33:04.995Z | Downloaded debug-ignore v1.0.5 |
636 | 2024-12-20T23:33:04.998Z | Downloaded structmeta v0.2.0 |
637 | 2024-12-20T23:33:04.998Z | Downloaded unicase v2.7.0 |
638 | 2024-12-20T23:33:05.001Z | Downloaded ghash v0.5.1 |
639 | 2024-12-20T23:33:05.001Z | Downloaded qorb v0.2.1 |
640 | 2024-12-20T23:33:05.006Z | Downloaded packed_struct_codegen v0.10.1 |
641 | 2024-12-20T23:33:05.008Z | Downloaded num-iter v0.1.45 |
642 | 2024-12-20T23:33:05.011Z | Downloaded mockall v0.13.0 |
643 | 2024-12-20T23:33:05.011Z | Downloaded toml v0.7.8 |
644 | 2024-12-20T23:33:05.014Z | Downloaded sync-ptr v0.1.1 |
645 | 2024-12-20T23:33:05.016Z | Downloaded phf_generator v0.11.2 |
646 | 2024-12-20T23:33:05.016Z | Downloaded minimal-lexical v0.2.1 |
647 | 2024-12-20T23:33:05.022Z | Downloaded opaque-debug v0.3.1 |
648 | 2024-12-20T23:33:05.024Z | Downloaded fxhash v0.2.1 |
649 | 2024-12-20T23:33:05.024Z | Downloaded rand_seeder v0.3.0 |
650 | 2024-12-20T23:33:05.027Z | Downloaded signal-hook-tokio v0.3.1 |
651 | 2024-12-20T23:33:05.040Z | Downloaded ppv-lite86 v0.2.20 |
652 | 2024-12-20T23:33:05.043Z | Downloaded predicates-core v1.0.8 |
653 | 2024-12-20T23:33:05.043Z | Downloaded predicates v3.1.2 |
654 | 2024-12-20T23:33:05.046Z | Downloaded pin-utils v0.1.0 |
655 | 2024-12-20T23:33:05.048Z | Downloaded slab v0.4.9 |
656 | 2024-12-20T23:33:05.051Z | Downloaded num-conv v0.1.0 |
657 | 2024-12-20T23:33:05.051Z | Downloaded tokio-tungstenite v0.21.0 |
658 | 2024-12-20T23:33:05.054Z | Downloaded slog v2.7.0 |
659 | 2024-12-20T23:33:05.057Z | Downloaded twox-hash v1.6.3 |
660 | 2024-12-20T23:33:05.060Z | Downloaded xz2 v0.1.7 |
661 | 2024-12-20T23:33:05.064Z | Downloaded display-error-chain v0.2.2 |
662 | 2024-12-20T23:33:05.064Z | Downloaded data-encoding v2.6.0 |
663 | 2024-12-20T23:33:05.066Z | Downloaded parse-size v1.1.0 |
664 | 2024-12-20T23:33:05.066Z | Downloaded derive-where v1.2.7 |
665 | 2024-12-20T23:33:05.069Z | Downloaded tungstenite v0.23.0 |
666 | 2024-12-20T23:33:05.073Z | Downloaded supports-color v3.0.1 |
667 | 2024-12-20T23:33:05.075Z | Downloaded pin-project-lite v0.2.14 |
668 | 2024-12-20T23:33:05.081Z | Downloaded nibble_vec v0.1.0 |
669 | 2024-12-20T23:33:05.083Z | Downloaded difflib v0.4.0 |
670 | 2024-12-20T23:33:05.084Z | Downloaded defmt-parser v0.3.4 |
671 | 2024-12-20T23:33:05.086Z | Downloaded either v1.13.0 |
672 | 2024-12-20T23:33:05.088Z | Downloaded futures-core v0.3.31 |
673 | 2024-12-20T23:33:05.091Z | Downloaded pkcs1 v0.7.5 |
674 | 2024-12-20T23:33:05.094Z | Downloaded ed25519 v2.2.3 |
675 | 2024-12-20T23:33:05.094Z | Downloaded zopfli v0.8.1 |
676 | 2024-12-20T23:33:05.096Z | Downloaded spin v0.5.2 |
677 | 2024-12-20T23:33:05.099Z | Downloaded rayon-core v1.12.1 |
678 | 2024-12-20T23:33:05.103Z | Downloaded foreign-types-shared v0.1.1 |
679 | 2024-12-20T23:33:05.105Z | Downloaded parse-display-derive v0.10.0 |
680 | 2024-12-20T23:33:05.105Z | Downloaded parse-display v0.10.0 |
681 | 2024-12-20T23:33:05.108Z | Downloaded polyval v0.6.2 |
682 | 2024-12-20T23:33:05.110Z | Downloaded gethostname v0.5.0 |
683 | 2024-12-20T23:33:05.121Z | Downloaded time-macros v0.2.18 |
684 | 2024-12-20T23:33:05.121Z | Downloaded libm v0.2.8 |
685 | 2024-12-20T23:33:05.124Z | Downloaded diesel_table_macro_syntax v0.2.0 |
686 | 2024-12-20T23:33:05.124Z | Downloaded itertools v0.10.5 |
687 | 2024-12-20T23:33:05.131Z | Downloaded stable_deref_trait v1.2.0 |
688 | 2024-12-20T23:33:05.133Z | Downloaded tokio-tungstenite v0.23.1 |
689 | 2024-12-20T23:33:05.136Z | Downloaded ssh-cipher v0.2.0 |
690 | 2024-12-20T23:33:05.136Z | Downloaded slog-envlogger v2.2.0 |
691 | 2024-12-20T23:33:05.139Z | Downloaded utf16_iter v1.0.5 |
692 | 2024-12-20T23:33:05.142Z | Downloaded utf-8 v0.7.6 |
693 | 2024-12-20T23:33:05.142Z | Downloaded thiserror-impl-no-std v2.0.2 |
694 | 2024-12-20T23:33:05.144Z | Downloaded aes-gcm v0.10.3 |
695 | 2024-12-20T23:33:05.146Z | Downloaded synstructure v0.13.1 |
696 | 2024-12-20T23:33:05.149Z | Downloaded num-complex v0.4.6 |
697 | 2024-12-20T23:33:05.151Z | Downloaded rustc-hash v1.1.0 |
698 | 2024-12-20T23:33:05.153Z | Downloaded darling_core v0.20.10 |
699 | 2024-12-20T23:33:05.157Z | Downloaded derive_builder_core v0.20.2 |
700 | 2024-12-20T23:33:05.160Z | Downloaded tower-service v0.3.3 |
701 | 2024-12-20T23:33:05.162Z | Downloaded zerovec-derive v0.10.3 |
702 | 2024-12-20T23:33:05.165Z | Downloaded unicode-bidi v0.3.17 |
703 | 2024-12-20T23:33:05.167Z | Downloaded zerofrom v0.1.4 |
704 | 2024-12-20T23:33:05.167Z | Downloaded packed_struct v0.10.1 |
705 | 2024-12-20T23:33:05.170Z | Downloaded zeroize_derive v1.4.2 |
706 | 2024-12-20T23:33:05.172Z | Downloaded want v0.3.1 |
707 | 2024-12-20T23:33:05.172Z | Downloaded libxml v0.3.3 |
708 | 2024-12-20T23:33:05.179Z | Downloaded endian-type v0.1.2 |
709 | 2024-12-20T23:33:05.181Z | Downloaded r2d2 v0.8.10 |
710 | 2024-12-20T23:33:05.183Z | Downloaded fallible-iterator v0.2.0 |
711 | 2024-12-20T23:33:05.183Z | Downloaded rustc-demangle v0.1.24 |
712 | 2024-12-20T23:33:05.186Z | Downloaded scheduled-thread-pool v0.2.7 |
713 | 2024-12-20T23:33:05.188Z | Downloaded miniz_oxide v0.8.0 |
714 | 2024-12-20T23:33:05.190Z | Downloaded idna v1.0.3 |
715 | 2024-12-20T23:33:05.194Z | Downloaded number_prefix v0.4.0 |
716 | 2024-12-20T23:33:05.196Z | Downloaded rustc_version v0.1.7 |
717 | 2024-12-20T23:33:05.199Z | Downloaded rcgen v0.12.1 |
718 | 2024-12-20T23:33:05.202Z | Downloaded paste v1.0.15 |
719 | 2024-12-20T23:33:05.205Z | Downloaded dropshot_endpoint v0.13.0 |
720 | 2024-12-20T23:33:05.208Z | Downloaded uzers v0.12.1 |
721 | 2024-12-20T23:33:05.211Z | Downloaded thiserror v2.0.3 |
722 | 2024-12-20T23:33:05.217Z | Downloaded waitgroup v0.1.2 |
723 | 2024-12-20T23:33:05.220Z | Downloaded tls_codec v0.4.1 |
724 | 2024-12-20T23:33:05.222Z | Downloaded structmeta-derive v0.2.0 |
725 | 2024-12-20T23:33:05.222Z | Downloaded rusty-fork v0.3.0 |
726 | 2024-12-20T23:33:05.226Z | Downloaded structmeta-derive v0.3.0 |
727 | 2024-12-20T23:33:05.227Z | Downloaded tungstenite v0.24.0 |
728 | 2024-12-20T23:33:05.229Z | Downloaded thread_local v1.1.8 |
729 | 2024-12-20T23:33:05.232Z | Downloaded smf v0.2.3 |
730 | 2024-12-20T23:33:05.234Z | Downloaded num_enum_derive v0.5.11 |
731 | 2024-12-20T23:33:05.236Z | Downloaded enum-as-inner v0.5.1 |
732 | 2024-12-20T23:33:05.236Z | Downloaded wyz v0.5.1 |
733 | 2024-12-20T23:33:05.239Z | Downloaded multer v3.1.0 |
734 | 2024-12-20T23:33:05.242Z | Downloaded parking_lot v0.11.2 |
735 | 2024-12-20T23:33:05.245Z | Downloaded owo-colors v4.1.0 |
736 | 2024-12-20T23:33:05.247Z | Downloaded rpassword v7.3.1 |
737 | 2024-12-20T23:33:05.250Z | Downloaded progenitor v0.8.0 |
738 | 2024-12-20T23:33:05.252Z | Downloaded rustc_version v0.4.1 |
739 | 2024-12-20T23:33:05.252Z | Downloaded crossterm v0.28.1 |
740 | 2024-12-20T23:33:05.259Z | Downloaded phf_shared v0.11.2 |
741 | 2024-12-20T23:33:05.262Z | Downloaded flagset v0.4.6 |
742 | 2024-12-20T23:33:05.264Z | Downloaded tabwriter v1.4.0 |
743 | 2024-12-20T23:33:05.266Z | Downloaded slog-scope v4.4.0 |
744 | 2024-12-20T23:33:05.266Z | Downloaded fixedbitset v0.4.2 |
745 | 2024-12-20T23:33:05.268Z | Downloaded filetime v0.2.25 |
746 | 2024-12-20T23:33:05.271Z | Downloaded zeroize v1.8.1 |
747 | 2024-12-20T23:33:05.274Z | Downloaded zerofrom-derive v0.1.4 |
748 | 2024-12-20T23:33:05.274Z | Downloaded toml_edit v0.19.15 |
749 | 2024-12-20T23:33:05.290Z | Downloaded futures-task v0.3.31 |
750 | 2024-12-20T23:33:05.293Z | Downloaded futures-sink v0.3.31 |
751 | 2024-12-20T23:33:05.293Z | Downloaded stringprep v0.1.5 |
752 | 2024-12-20T23:33:05.295Z | Downloaded smallvec v1.13.2 |
753 | 2024-12-20T23:33:05.298Z | Downloaded hashlink v0.9.1 |
754 | 2024-12-20T23:33:05.300Z | Downloaded phf_shared v0.10.0 |
755 | 2024-12-20T23:33:05.300Z | Downloaded new_debug_unreachable v1.0.6 |
756 | 2024-12-20T23:33:05.303Z | Downloaded psl-types v2.0.11 |
757 | 2024-12-20T23:33:05.303Z | Downloaded futures-executor v0.3.31 |
758 | 2024-12-20T23:33:05.306Z | Downloaded which v4.4.2 |
759 | 2024-12-20T23:33:05.308Z | Downloaded tap v1.0.1 |
760 | 2024-12-20T23:33:05.308Z | Downloaded openssl-sys v0.9.103 |
761 | 2024-12-20T23:33:05.313Z | Downloaded sct v0.7.1 |
762 | 2024-12-20T23:33:05.317Z | Downloaded dhcproto-macros v0.1.0 |
763 | 2024-12-20T23:33:05.320Z | Downloaded zone_cfg_derive v0.1.2 |
764 | 2024-12-20T23:33:05.320Z | Downloaded universal-hash v0.5.1 |
765 | 2024-12-20T23:33:05.320Z | Downloaded sync_wrapper v1.0.1 |
766 | 2024-12-20T23:33:05.323Z | Downloaded slog-stdlog v4.1.1 |
767 | 2024-12-20T23:33:05.323Z | Downloaded resolv-conf v0.7.0 |
768 | 2024-12-20T23:33:05.326Z | Downloaded postgres-types v0.2.8 |
769 | 2024-12-20T23:33:05.329Z | Downloaded tokio-rustls v0.24.1 |
770 | 2024-12-20T23:33:05.331Z | Downloaded parse-zoneinfo v0.3.1 |
771 | 2024-12-20T23:33:05.334Z | Downloaded itertools v0.13.0 |
772 | 2024-12-20T23:33:05.342Z | Downloaded russh v0.45.0 |
773 | 2024-12-20T23:33:05.348Z | Downloaded newtype-uuid v1.1.3 |
774 | 2024-12-20T23:33:05.350Z | Downloaded walkdir v2.5.0 |
775 | 2024-12-20T23:33:05.353Z | Downloaded value-bag v1.9.0 |
776 | 2024-12-20T23:33:05.355Z | Downloaded tokio-rustls v0.25.0 |
777 | 2024-12-20T23:33:05.357Z | Downloaded x509-cert v0.2.5 |
778 | 2024-12-20T23:33:05.363Z | Downloaded pretty-hex v0.2.1 |
779 | 2024-12-20T23:33:05.366Z | Downloaded multimap v0.10.0 |
780 | 2024-12-20T23:33:05.366Z | Downloaded p256 v0.13.2 |
781 | 2024-12-20T23:33:05.370Z | Downloaded sha1 v0.10.6 |
782 | 2024-12-20T23:33:05.374Z | Downloaded tracing-attributes v0.1.27 |
783 | 2024-12-20T23:33:05.377Z | Downloaded tokio-tungstenite v0.24.0 |
784 | 2024-12-20T23:33:05.377Z | Downloaded structmeta v0.3.0 |
785 | 2024-12-20T23:33:05.380Z | Downloaded sqlparser_derive v0.2.2 |
786 | 2024-12-20T23:33:05.380Z | Downloaded diesel_derives v2.2.3 |
787 | 2024-12-20T23:33:05.384Z | Downloaded predicates-tree v1.0.11 |
788 | 2024-12-20T23:33:05.388Z | Downloaded pin-project v1.1.6 |
789 | 2024-12-20T23:33:05.398Z | Downloaded phf_codegen v0.11.2 |
790 | 2024-12-20T23:33:05.401Z | Downloaded aws-lc-rs v1.10.0 |
791 | 2024-12-20T23:33:05.408Z | Downloaded normalize-line-endings v0.3.0 |
792 | 2024-12-20T23:33:05.410Z | Downloaded foreign-types-shared v0.3.1 |
793 | 2024-12-20T23:33:05.411Z | Downloaded zone_cfg_derive v0.3.0 |
794 | 2024-12-20T23:33:05.411Z | Downloaded write16 v1.0.0 |
795 | 2024-12-20T23:33:05.414Z | Downloaded shlex v1.3.0 |
796 | 2024-12-20T23:33:05.414Z | Downloaded phf v0.11.2 |
797 | 2024-12-20T23:33:05.417Z | Downloaded ena v0.14.3 |
798 | 2024-12-20T23:33:05.417Z | Downloaded thiserror-no-std v2.0.2 |
799 | 2024-12-20T23:33:05.420Z | Downloaded serde_derive_internals v0.29.1 |
800 | 2024-12-20T23:33:05.422Z | Downloaded vergen v8.3.2 |
801 | 2024-12-20T23:33:05.425Z | Downloaded untrusted v0.7.1 |
802 | 2024-12-20T23:33:05.431Z | Downloaded smallvec v0.6.14 |
803 | 2024-12-20T23:33:05.431Z | Downloaded num-integer v0.1.46 |
804 | 2024-12-20T23:33:05.433Z | Downloaded primeorder v0.13.6 |
805 | 2024-12-20T23:33:05.433Z | Downloaded defmt-macros v0.3.9 |
806 | 2024-12-20T23:33:05.434Z | Downloaded typed-path v0.9.3 |
807 | 2024-12-20T23:33:05.440Z | Downloaded russh-cryptovec v0.7.3 |
808 | 2024-12-20T23:33:05.444Z | Downloaded oso-derive v0.27.3 |
809 | 2024-12-20T23:33:05.444Z | Downloaded float-cmp v0.9.0 |
810 | 2024-12-20T23:33:05.444Z | Downloaded semver v0.1.20 |
811 | 2024-12-20T23:33:05.448Z | Downloaded num v0.4.3 |
812 | 2024-12-20T23:33:05.448Z | Downloaded tinyvec v1.8.0 |
813 | 2024-12-20T23:33:05.452Z | Downloaded zip v0.6.6 |
814 | 2024-12-20T23:33:05.455Z | Downloaded pin-project-internal v1.1.6 |
815 | 2024-12-20T23:33:05.458Z | Downloaded term v0.7.0 |
816 | 2024-12-20T23:33:05.461Z | Downloaded pkg-config v0.3.31 |
817 | 2024-12-20T23:33:05.464Z | Downloaded zone v0.1.8 |
818 | 2024-12-20T23:33:05.464Z | Downloaded writeable v0.5.5 |
819 | 2024-12-20T23:33:05.465Z | Downloaded salsa20 v0.10.2 |
820 | 2024-12-20T23:33:05.468Z | Downloaded embedded-io v0.4.0 |
821 | 2024-12-20T23:33:05.468Z | Downloaded num-bigint v0.4.6 |
822 | 2024-12-20T23:33:05.472Z | Downloaded unicode-normalization v0.1.24 |
823 | 2024-12-20T23:33:05.477Z | Downloaded embedded-io v0.6.1 |
824 | 2024-12-20T23:33:05.480Z | Downloaded defmt v0.3.8 |
825 | 2024-12-20T23:33:05.484Z | Downloaded nu-ansi-term v0.50.1 |
826 | 2024-12-20T23:33:05.488Z | Downloaded slog-term v2.9.1 |
827 | 2024-12-20T23:33:05.488Z | Downloaded poly1305 v0.8.0 |
828 | 2024-12-20T23:33:05.491Z | Downloaded reedline v0.35.0 |
829 | 2024-12-20T23:33:05.499Z | Downloaded whoami v1.5.2 |
830 | 2024-12-20T23:33:05.501Z | Downloaded strip-ansi-escapes v0.2.0 |
831 | 2024-12-20T23:33:05.502Z | Downloaded bindgen v0.69.5 |
832 | 2024-12-20T23:33:05.510Z | Downloaded proc-macro-crate v1.3.1 |
833 | 2024-12-20T23:33:05.512Z | Downloaded publicsuffix v2.2.3 |
834 | 2024-12-20T23:33:05.514Z | Downloaded pkcs8 v0.10.2 |
835 | 2024-12-20T23:33:05.517Z | Downloaded des v0.8.1 |
836 | 2024-12-20T23:33:05.520Z | Downloaded chrono v0.4.38 |
837 | 2024-12-20T23:33:05.526Z | Downloaded sqlformat v0.2.6 |
838 | 2024-12-20T23:33:05.529Z | Downloaded snafu-derive v0.8.5 |
839 | 2024-12-20T23:33:05.532Z | Downloaded unsafe-libyaml v0.2.11 |
840 | 2024-12-20T23:33:05.534Z | Downloaded futures v0.3.31 |
841 | 2024-12-20T23:33:05.539Z | Downloaded russh-keys v0.45.0 |
842 | 2024-12-20T23:33:05.542Z | Downloaded derive_more v0.99.18 |
843 | 2024-12-20T23:33:05.548Z | Downloaded bitvec v1.0.1 |
844 | 2024-12-20T23:33:05.564Z | Downloaded olpc-cjson v0.1.4 |
845 | 2024-12-20T23:33:05.566Z | Downloaded futures-channel v0.3.31 |
846 | 2024-12-20T23:33:05.569Z | Downloaded schemars v0.8.21 |
847 | 2024-12-20T23:33:05.578Z | Downloaded diff v0.1.13 |
848 | 2024-12-20T23:33:05.582Z | Downloaded rayon v1.10.0 |
849 | 2024-12-20T23:33:05.592Z | Downloaded num-traits v0.2.19 |
850 | 2024-12-20T23:33:05.595Z | Downloaded dhcproto v0.12.0 |
851 | 2024-12-20T23:33:05.598Z | Downloaded oso v0.27.3 |
852 | 2024-12-20T23:33:05.602Z | Downloaded portable-atomic v1.9.0 |
853 | 2024-12-20T23:33:05.609Z | Downloaded p521 v0.13.3 |
854 | 2024-12-20T23:33:05.614Z | Downloaded flate2 v1.0.34 |
855 | 2024-12-20T23:33:05.620Z | Downloaded rustyline v14.0.0 |
856 | 2024-12-20T23:33:05.626Z | Downloaded tough v0.19.0 |
857 | 2024-12-20T23:33:05.635Z | Downloaded tokio-util v0.7.12 |
858 | 2024-12-20T23:33:05.642Z | Downloaded zip v2.1.3 |
859 | 2024-12-20T23:33:05.648Z | Downloaded hashbrown v0.13.2 |
860 | 2024-12-20T23:33:05.651Z | Downloaded num-bigint-dig v0.8.4 |
861 | 2024-12-20T23:33:05.657Z | Downloaded zerocopy v0.8.10 |
862 | 2024-12-20T23:33:05.682Z | Downloaded elliptic-curve v0.13.8 |
863 | 2024-12-20T23:33:05.685Z | Downloaded idna v0.3.0 |
864 | 2024-12-20T23:33:05.693Z | Downloaded time v0.3.36 |
865 | 2024-12-20T23:33:05.701Z | Downloaded regex v1.11.1 |
866 | 2024-12-20T23:33:05.715Z | Downloaded curve25519-dalek v4.1.3 |
867 | 2024-12-20T23:33:05.724Z | Downloaded idna v0.5.0 |
868 | 2024-12-20T23:33:05.731Z | Downloaded idna v0.4.0 |
869 | 2024-12-20T23:33:05.739Z | Downloaded gimli v0.31.1 |
870 | 2024-12-20T23:33:05.761Z | Downloaded rusqlite v0.32.1 |
871 | 2024-12-20T23:33:05.772Z | Downloaded hashbrown v0.14.5 |
872 | 2024-12-20T23:33:05.780Z | Downloaded quinn-proto v0.11.8 |
873 | 2024-12-20T23:33:05.788Z | Downloaded vcpkg v0.2.15 |
874 | 2024-12-20T23:33:05.830Z | Downloaded winnow v0.5.40 |
875 | 2024-12-20T23:33:05.839Z | Downloaded reqwest v0.12.9 |
876 | 2024-12-20T23:33:05.847Z | Downloaded petname v2.0.2 |
877 | 2024-12-20T23:33:05.854Z | Downloaded chrono-tz v0.10.0 |
878 | 2024-12-20T23:33:05.862Z | Downloaded smoltcp v0.9.1 |
879 | 2024-12-20T23:33:05.873Z | Downloaded openssl v0.10.66 |
880 | 2024-12-20T23:33:05.883Z | Downloaded object v0.30.4 |
881 | 2024-12-20T23:33:05.894Z | Downloaded object v0.36.5 |
882 | 2024-12-20T23:33:05.906Z | Downloaded proptest v1.5.0 |
883 | 2024-12-20T23:33:05.916Z | Downloaded sqlparser v0.45.0 |
884 | 2024-12-20T23:33:05.921Z | Downloaded typify-impl v0.2.0 |
885 | 2024-12-20T23:33:05.936Z | Downloaded regex-syntax v0.6.29 |
886 | 2024-12-20T23:33:05.942Z | Downloaded dropshot v0.12.0 |
887 | 2024-12-20T23:33:05.963Z | Downloaded unicode-width v0.2.0 |
888 | 2024-12-20T23:33:05.968Z | Downloaded rustls v0.23.19 |
889 | 2024-12-20T23:33:05.981Z | Downloaded ratatui v0.28.1 |
890 | 2024-12-20T23:33:06.003Z | Downloaded webpki-roots v0.26.6 |
891 | 2024-12-20T23:33:06.006Z | Downloaded rustls v0.21.12 |
892 | 2024-12-20T23:33:06.018Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-12-20T23:33:06.030Z | Downloaded regress v0.9.1 |
894 | 2024-12-20T23:33:06.039Z | Downloaded regex-automata v0.4.8 |
895 | 2024-12-20T23:33:06.056Z | Downloaded regex-syntax v0.8.5 |
896 | 2024-12-20T23:33:06.064Z | Downloaded dropshot v0.13.0 |
897 | 2024-12-20T23:33:06.417Z | Downloaded polar-core v0.27.3 |
898 | 2024-12-20T23:33:06.428Z | Downloaded regress v0.10.1 |
899 | 2024-12-20T23:33:06.428Z | Downloaded nix v0.29.0 |
900 | 2024-12-20T23:33:06.428Z | Downloaded rustls v0.22.4 |
901 | 2024-12-20T23:33:06.428Z | Downloaded smoltcp v0.11.0 |
902 | 2024-12-20T23:33:06.428Z | Downloaded diesel v2.2.6 |
903 | 2024-12-20T23:33:06.428Z | Downloaded sled v0.34.7 |
904 | 2024-12-20T23:33:06.428Z | Downloaded tokio v1.40.0 |
905 | 2024-12-20T23:33:06.428Z | Downloaded nix v0.28.0 |
906 | 2024-12-20T23:33:06.428Z | Downloaded zerocopy-derive v0.6.6 |
907 | 2024-12-20T23:33:06.428Z | Downloaded csv v1.3.0 |
908 | 2024-12-20T23:33:06.428Z | Downloaded hickory-proto v0.24.1 |
909 | 2024-12-20T23:33:06.429Z | Downloaded openapiv3 v2.0.0 |
910 | 2024-12-20T23:33:06.429Z | Downloaded futures-util v0.3.31 |
911 | 2024-12-20T23:33:06.429Z | Downloaded p384 v0.13.0 |
912 | 2024-12-20T23:33:06.429Z | Downloaded nix v0.27.1 |
913 | 2024-12-20T23:33:06.429Z | Downloaded bstr v1.10.0 |
914 | 2024-12-20T23:33:06.429Z | Downloaded quick-xml v0.33.0 |
915 | 2024-12-20T23:33:06.429Z | Downloaded radix_trie v0.2.1 |
916 | 2024-12-20T23:33:06.429Z | Downloaded lzma-sys v0.1.20 |
917 | 2024-12-20T23:33:06.429Z | Downloaded trust-dns-proto v0.22.0 |
918 | 2024-12-20T23:33:06.429Z | Downloaded idna v0.2.3 |
919 | 2024-12-20T23:33:06.429Z | Downloaded hashbrown v0.12.3 |
920 | 2024-12-20T23:33:06.429Z | Downloaded icu_properties_data v1.5.0 |
921 | 2024-12-20T23:33:06.429Z | Downloaded rustls-webpki v0.102.8 |
922 | 2024-12-20T23:33:06.429Z | Downloaded libz-sys v1.1.20 |
923 | 2024-12-20T23:33:06.439Z | Downloaded petgraph v0.6.5 |
924 | 2024-12-20T23:33:06.443Z | Downloaded git2 v0.19.0 |
925 | 2024-12-20T23:33:06.453Z | Downloaded salty v0.3.0 |
926 | 2024-12-20T23:33:06.459Z | Downloaded zerovec v0.10.4 |
927 | 2024-12-20T23:33:06.466Z | Downloaded lalrpop v0.19.12 |
928 | 2024-12-20T23:33:06.477Z | Downloaded h2 v0.4.6 |
929 | 2024-12-20T23:33:06.484Z | Downloaded flume v0.11.1 |
930 | 2024-12-20T23:33:06.489Z | Downloaded serde_yaml v0.9.34+deprecated |
931 | 2024-12-20T23:33:06.493Z | Downloaded unicode_categories v0.1.1 |
932 | 2024-12-20T23:33:06.496Z | Downloaded rustls-webpki v0.101.7 |
933 | 2024-12-20T23:33:06.509Z | Downloaded sha3 v0.10.8 |
934 | 2024-12-20T23:33:06.514Z | Downloaded tar v0.4.42 |
935 | 2024-12-20T23:33:06.518Z | Downloaded tracing v0.1.40 |
936 | 2024-12-20T23:33:06.522Z | Downloaded expectorate v1.1.0 |
937 | 2024-12-20T23:33:06.525Z | Downloaded native-tls v0.2.12 |
938 | 2024-12-20T23:33:06.528Z | Downloaded serde_with v3.11.0 |
939 | 2024-12-20T23:33:06.536Z | Downloaded slog-json v2.6.1 |
940 | 2024-12-20T23:33:06.539Z | Downloaded secrecy v0.8.0 |
941 | 2024-12-20T23:33:06.539Z | Downloaded pkcs5 v0.7.1 |
942 | 2024-12-20T23:33:06.543Z | Downloaded rsa v0.9.6 |
943 | 2024-12-20T23:33:06.548Z | Downloaded url v2.5.3 |
944 | 2024-12-20T23:33:06.552Z | Downloaded ssh-key v0.6.6 |
945 | 2024-12-20T23:33:06.559Z | Downloaded percent-encoding v2.3.1 |
946 | 2024-12-20T23:33:06.562Z | Downloaded serde-hex v0.1.0 |
947 | 2024-12-20T23:33:06.562Z | Downloaded ed25519-dalek v2.1.1 |
948 | 2024-12-20T23:33:06.565Z | Downloaded blake3 v1.5.4 |
949 | 2024-12-20T23:33:06.574Z | Downloaded tokio-postgres v0.7.12 |
950 | 2024-12-20T23:33:06.579Z | Downloaded powerfmt v0.2.0 |
951 | 2024-12-20T23:33:06.582Z | Downloaded tokio-rustls v0.26.0 |
952 | 2024-12-20T23:33:06.584Z | Downloaded postgres-protocol v0.6.7 |
953 | 2024-12-20T23:33:06.584Z | Downloaded quinn v0.11.5 |
954 | 2024-12-20T23:33:06.588Z | Downloaded newline-converter v0.3.0 |
955 | 2024-12-20T23:33:06.590Z | Downloaded rtoolbox v0.0.2 |
956 | 2024-12-20T23:33:06.590Z | Downloaded sec1 v0.7.3 |
957 | 2024-12-20T23:33:06.592Z | Downloaded hyper v1.5.0 |
958 | 2024-12-20T23:33:06.599Z | Downloaded headers v0.4.0 |
959 | 2024-12-20T23:33:06.605Z | Downloaded unicode-segmentation v1.12.0 |
960 | 2024-12-20T23:33:06.609Z | Downloaded aho-corasick v1.1.3 |
961 | 2024-12-20T23:33:06.616Z | Downloaded parking_lot v0.12.3 |
962 | 2024-12-20T23:33:06.619Z | Downloaded serde-big-array v0.5.1 |
963 | 2024-12-20T23:33:06.622Z | Downloaded rand v0.8.5 |
964 | 2024-12-20T23:33:06.624Z | Downloaded tinystr v0.7.6 |
965 | 2024-12-20T23:33:06.627Z | Downloaded tiny-keccak v2.0.2 |
966 | 2024-12-20T23:33:06.629Z | Downloaded encoding_rs v0.8.34 |
967 | 2024-12-20T23:33:06.652Z | Downloaded strum_macros v0.25.3 |
968 | 2024-12-20T23:33:06.655Z | Downloaded hash32 v0.3.1 |
969 | 2024-12-20T23:33:06.657Z | Downloaded hash32 v0.2.1 |
970 | 2024-12-20T23:33:06.657Z | Downloaded float-ord v0.3.2 |
971 | 2024-12-20T23:33:06.660Z | Downloaded scrypt v0.11.0 |
972 | 2024-12-20T23:33:06.660Z | Downloaded env_logger v0.11.5 |
973 | 2024-12-20T23:33:06.669Z | Downloaded env_logger v0.10.2 |
974 | 2024-12-20T23:33:06.669Z | Downloaded samael v0.0.17 |
975 | 2024-12-20T23:33:06.673Z | Downloaded mio v1.0.2 |
976 | 2024-12-20T23:33:06.678Z | Downloaded half v2.4.1 |
977 | 2024-12-20T23:33:06.681Z | Downloaded nom v7.1.3 |
978 | 2024-12-20T23:33:06.686Z | Downloaded hkdf v0.12.4 |
979 | 2024-12-20T23:33:06.690Z | Downloaded password-hash v0.5.0 |
980 | 2024-12-20T23:33:06.692Z | Downloaded signal-hook v0.3.17 |
981 | 2024-12-20T23:33:06.695Z | Downloaded zerocopy-derive v0.8.10 |
982 | 2024-12-20T23:33:06.700Z | Downloaded itertools v0.12.1 |
983 | 2024-12-20T23:33:06.707Z | Downloaded omicron-zone-package v0.11.1 |
984 | 2024-12-20T23:33:06.710Z | Downloaded num_threads v0.1.7 |
985 | 2024-12-20T23:33:06.713Z | Downloaded dropshot_endpoint v0.12.0 |
986 | 2024-12-20T23:33:06.716Z | Downloaded topological-sort v0.2.2 |
987 | 2024-12-20T23:33:06.718Z | Downloaded foreign-types-macros v0.2.3 |
988 | 2024-12-20T23:33:06.720Z | Downloaded foreign-types v0.5.0 |
989 | 2024-12-20T23:33:06.720Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
990 | 2024-12-20T23:33:06.782Z | Downloaded diesel-dtrace v0.4.2 |
991 | 2024-12-20T23:33:06.785Z | Downloaded derive_builder_macro v0.20.2 |
992 | 2024-12-20T23:33:06.785Z | Downloaded utf8_iter v1.0.4 |
993 | 2024-12-20T23:33:06.789Z | Downloaded quick-error v1.2.3 |
994 | 2024-12-20T23:33:06.789Z | Downloaded postcard v1.0.10 |
995 | 2024-12-20T23:33:06.792Z | Downloaded getrandom v0.2.15 |
996 | 2024-12-20T23:33:06.796Z | Downloaded socket2 v0.5.7 |
997 | 2024-12-20T23:33:06.796Z | Downloaded derive_builder v0.20.2 |
998 | 2024-12-20T23:33:06.799Z | Downloaded strum_macros v0.26.4 |
999 | 2024-12-20T23:33:06.801Z | Downloaded password-hash v0.4.2 |
1000 | 2024-12-20T23:33:06.804Z | Downloaded steno v0.4.1 |
1001 | 2024-12-20T23:33:06.807Z | Downloaded signal-hook-registry v1.4.2 |
1002 | 2024-12-20T23:33:06.810Z | Downloaded signal-hook-mio v0.2.4 |
1003 | 2024-12-20T23:33:06.813Z | Downloaded same-file v1.0.6 |
1004 | 2024-12-20T23:33:06.813Z | Downloaded zone v0.3.0 |
1005 | 2024-12-20T23:33:06.813Z | Downloaded typify v0.2.0 |
1006 | 2024-12-20T23:33:06.816Z | Downloaded mockall_derive v0.13.0 |
1007 | 2024-12-20T23:33:06.819Z | Downloaded aes v0.8.4 |
1008 | 2024-12-20T23:33:06.821Z | Downloaded fatfs v0.3.6 |
1009 | 2024-12-20T23:33:06.824Z | Downloaded unicode-properties v0.1.3 |
1010 | 2024-12-20T23:33:06.827Z | Downloaded dsl_auto_type v0.1.2 |
1011 | 2024-12-20T23:33:06.829Z | Downloaded der v0.7.9 |
1012 | 2024-12-20T23:33:06.834Z | Downloaded unicode-xid v0.2.6 |
1013 | 2024-12-20T23:33:06.836Z | Downloaded unicode-truncate v1.1.0 |
1014 | 2024-12-20T23:33:06.837Z | Downloaded tokio-native-tls v0.3.1 |
1015 | 2024-12-20T23:33:06.839Z | Downloaded ref-cast v1.0.23 |
1016 | 2024-12-20T23:33:06.842Z | Downloaded tungstenite v0.21.0 |
1017 | 2024-12-20T23:33:06.846Z | Downloaded num-rational v0.4.2 |
1018 | 2024-12-20T23:33:06.849Z | Downloaded fs_extra v1.3.0 |
1019 | 2024-12-20T23:33:06.851Z | Downloaded tracing-core v0.1.32 |
1020 | 2024-12-20T23:33:06.854Z | Downloaded rand_core v0.6.4 |
1021 | 2024-12-20T23:33:06.859Z | Downloaded fragile v2.0.0 |
1022 | 2024-12-20T23:33:06.859Z | Downloaded form_urlencoded v1.2.1 |
1023 | 2024-12-20T23:33:06.859Z | Downloaded unarray v0.1.4 |
1024 | 2024-12-20T23:33:06.862Z | Downloaded tokio-stream v0.1.16 |
1025 | 2024-12-20T23:33:06.865Z | Downloaded uuid v1.11.0 |
1026 | 2024-12-20T23:33:06.869Z | Downloaded cc v1.1.30 |
1027 | 2024-12-20T23:33:06.872Z | Downloaded hickory-server v0.24.1 |
1028 | 2024-12-20T23:33:06.875Z | Downloaded snafu v0.8.5 |
1029 | 2024-12-20T23:33:06.881Z | Downloaded similar v2.6.0 |
1030 | 2024-12-20T23:33:06.888Z | Downloaded fallible-iterator v0.3.0 |
1031 | 2024-12-20T23:33:06.892Z | Downloaded displaydoc v0.2.5 |
1032 | 2024-12-20T23:33:06.892Z | Downloaded serde_with_macros v3.11.0 |
1033 | 2024-12-20T23:33:06.895Z | Downloaded serde_urlencoded v0.7.1 |
1034 | 2024-12-20T23:33:06.895Z | Downloaded crossbeam-channel v0.5.13 |
1035 | 2024-12-20T23:33:06.898Z | Downloaded vsss-rs v3.3.4 |
1036 | 2024-12-20T23:33:06.904Z | Downloaded parking_lot_core v0.8.6 |
1037 | 2024-12-20T23:33:06.907Z | Downloaded zerocopy v0.6.6 |
1038 | 2024-12-20T23:33:06.907Z | Downloaded indicatif v0.17.9 |
1039 | 2024-12-20T23:33:06.910Z | Downloaded typify-macro v0.2.0 |
1040 | 2024-12-20T23:33:06.910Z | Downloaded peg-macros v0.8.4 |
1041 | 2024-12-20T23:33:06.912Z | Downloaded backtrace v0.3.74 |
1042 | 2024-12-20T23:33:06.917Z | Downloaded ron v0.8.1 |
1043 | 2024-12-20T23:33:06.923Z | Downloaded base64 v0.22.1 |
1044 | 2024-12-20T23:33:06.930Z | Downloaded prettyplease v0.2.25 |
1045 | 2024-12-20T23:33:06.933Z | Downloaded globset v0.4.15 |
1046 | 2024-12-20T23:33:06.933Z | Downloaded ecdsa v0.16.9 |
1047 | 2024-12-20T23:33:06.936Z | Downloaded slog-bunyan v2.5.0 |
1048 | 2024-12-20T23:33:06.936Z | Downloaded slog-async v2.8.0 |
1049 | 2024-12-20T23:33:06.939Z | Downloaded rustversion v1.0.17 |
1050 | 2024-12-20T23:33:06.942Z | Downloaded env_filter v0.1.2 |
1051 | 2024-12-20T23:33:06.942Z | Downloaded der_derive v0.7.3 |
1052 | 2024-12-20T23:33:06.945Z | Downloaded icu_locid v1.5.0 |
1053 | 2024-12-20T23:33:06.949Z | Downloaded base64 v0.21.7 |
1054 | 2024-12-20T23:33:06.952Z | Downloaded bumpalo v3.16.0 |
1055 | 2024-12-20T23:33:06.954Z | Downloaded base64 v0.13.1 |
1056 | 2024-12-20T23:33:06.957Z | Downloaded pem-rfc7468 v0.7.0 |
1057 | 2024-12-20T23:33:06.962Z | Downloaded pem v3.0.4 |
1058 | 2024-12-20T23:33:06.962Z | Downloaded peg v0.8.4 |
1059 | 2024-12-20T23:33:06.967Z | Downloaded pbkdf2 v0.12.2 |
1060 | 2024-12-20T23:33:06.970Z | Downloaded pbkdf2 v0.11.0 |
1061 | 2024-12-20T23:33:06.972Z | Downloaded yoke v0.7.4 |
1062 | 2024-12-20T23:33:06.976Z | Downloaded const_format v0.2.33 |
1063 | 2024-12-20T23:33:06.981Z | Downloaded icu_locid_transform_data v1.5.0 |
1064 | 2024-12-20T23:33:06.981Z | Downloaded hyper-util v0.1.10 |
1065 | 2024-12-20T23:33:06.984Z | Downloaded nodrop v0.1.14 |
1066 | 2024-12-20T23:33:06.984Z | Downloaded glob v0.3.1 |
1067 | 2024-12-20T23:33:06.988Z | Downloaded futures-macro v0.3.31 |
1068 | 2024-12-20T23:33:06.988Z | Downloaded futures-io v0.3.31 |
1069 | 2024-12-20T23:33:06.990Z | Downloaded funty v2.0.0 |
1070 | 2024-12-20T23:33:06.990Z | Downloaded ff v0.13.0 |
1071 | 2024-12-20T23:33:06.990Z | Downloaded fd-lock v4.0.2 |
1072 | 2024-12-20T23:33:06.994Z | Downloaded dyn-clone v1.0.17 |
1073 | 2024-12-20T23:33:06.996Z | Downloaded dunce v1.0.5 |
1074 | 2024-12-20T23:33:06.996Z | Downloaded deranged v0.3.11 |
1075 | 2024-12-20T23:33:07.001Z | Downloaded allocator-api2 v0.2.18 |
1076 | 2024-12-20T23:33:07.001Z | Downloaded rustfmt-wrapper v0.2.1 |
1077 | 2024-12-20T23:33:07.004Z | Downloaded tokio-macros v2.4.0 |
1078 | 2024-12-20T23:33:07.004Z | Downloaded tls_codec_derive v0.4.1 |
1079 | 2024-12-20T23:33:07.004Z | Downloaded openssl-macros v0.1.1 |
1080 | 2024-12-20T23:33:07.007Z | Downloaded icu_provider v1.5.0 |
1081 | 2024-12-20T23:33:07.007Z | Downloaded crossbeam-epoch v0.9.18 |
1082 | 2024-12-20T23:33:07.010Z | Downloaded static_assertions v1.1.0 |
1083 | 2024-12-20T23:33:07.014Z | Downloaded indexmap v1.9.3 |
1084 | 2024-12-20T23:33:07.016Z | Downloaded icu_normalizer v1.5.0 |
1085 | 2024-12-20T23:33:07.019Z | Downloaded simd-adler32 v0.3.7 |
1086 | 2024-12-20T23:33:07.022Z | Downloaded signature v2.2.0 |
1087 | 2024-12-20T23:33:07.022Z | Downloaded hickory-client v0.24.1 |
1088 | 2024-12-20T23:33:07.027Z | Downloaded cookie v0.18.1 |
1089 | 2024-12-20T23:33:07.031Z | Downloaded serde_plain v1.0.2 |
1090 | 2024-12-20T23:33:07.031Z | Downloaded scopeguard v1.2.0 |
1091 | 2024-12-20T23:33:07.031Z | Downloaded schemars_derive v0.8.21 |
1092 | 2024-12-20T23:33:07.034Z | Downloaded console v0.15.8 |
1093 | 2024-12-20T23:33:07.034Z | Downloaded bzip2 v0.4.4 |
1094 | 2024-12-20T23:33:07.036Z | Downloaded blake2 v0.10.6 |
1095 | 2024-12-20T23:33:07.040Z | Downloaded libloading v0.8.5 |
1096 | 2024-12-20T23:33:07.044Z | Downloaded base64ct v1.6.0 |
1097 | 2024-12-20T23:33:07.044Z | Downloaded async-bb8-diesel v0.2.1 |
1098 | 2024-12-20T23:33:07.047Z | Downloaded ipnet v2.10.1 |
1099 | 2024-12-20T23:33:07.047Z | Downloaded indent_write v2.2.0 |
1100 | 2024-12-20T23:33:07.050Z | Downloaded iana-time-zone v0.1.61 |
1101 | 2024-12-20T23:33:07.050Z | Downloaded hyper-staticfile v0.10.1 |
1102 | 2024-12-20T23:33:07.053Z | Downloaded keccak v0.1.5 |
1103 | 2024-12-20T23:33:07.056Z | Downloaded highway v1.2.0 |
1104 | 2024-12-20T23:33:07.056Z | Downloaded hyper-tls v0.6.0 |
1105 | 2024-12-20T23:33:07.059Z | Downloaded crc32fast v1.4.2 |
1106 | 2024-12-20T23:33:07.059Z | Downloaded cookie_store v0.21.0 |
1107 | 2024-12-20T23:33:07.062Z | Downloaded bcrypt-pbkdf v0.10.0 |
1108 | 2024-12-20T23:33:07.065Z | Downloaded bcs v0.1.6 |
1109 | 2024-12-20T23:33:07.068Z | Downloaded hyper-rustls v0.27.3 |
1110 | 2024-12-20T23:33:07.071Z | Downloaded indoc v1.0.9 |
1111 | 2024-12-20T23:33:07.071Z | Downloaded linear-map v1.2.0 |
1112 | 2024-12-20T23:33:07.073Z | Downloaded idna_adapter v1.2.0 |
1113 | 2024-12-20T23:33:07.073Z | Downloaded castaway v0.2.3 |
1114 | 2024-12-20T23:33:07.076Z | Downloaded cassowary v0.3.0 |
1115 | 2024-12-20T23:33:07.076Z | Downloaded arrayref v0.3.9 |
1116 | 2024-12-20T23:33:07.079Z | Downloaded lockfree-object-pool v0.1.6 |
1117 | 2024-12-20T23:33:07.080Z | Downloaded base16ct v0.2.0 |
1118 | 2024-12-20T23:33:07.080Z | Downloaded ipnetwork v0.20.0 |
1119 | 2024-12-20T23:33:07.082Z | Downloaded crc v3.2.1 |
1120 | 2024-12-20T23:33:07.085Z | Downloaded chrono-tz-build v0.4.0 |
1121 | 2024-12-20T23:33:07.085Z | Downloaded lazycell v1.3.0 |
1122 | 2024-12-20T23:33:07.087Z | Downloaded instability v0.3.2 |
1123 | 2024-12-20T23:33:07.087Z | Downloaded addr2line v0.24.2 |
1124 | 2024-12-20T23:33:07.089Z | Downloaded bb8 v0.8.5 |
1125 | 2024-12-20T23:33:07.091Z | Downloaded arrayvec v0.7.6 |
1126 | 2024-12-20T23:33:07.091Z | Downloaded argon2 v0.5.3 |
1127 | 2024-12-20T23:33:07.095Z | Downloaded http-body-util v0.1.2 |
1128 | 2024-12-20T23:33:07.097Z | Downloaded hostname v0.4.0 |
1129 | 2024-12-20T23:33:07.097Z | Downloaded hex-literal v0.4.1 |
1130 | 2024-12-20T23:33:07.100Z | Downloaded home v0.5.9 |
1131 | 2024-12-20T23:33:07.100Z | Downloaded hex v0.4.3 |
1132 | 2024-12-20T23:33:07.102Z | Downloaded constant_time_eq v0.3.1 |
1133 | 2024-12-20T23:33:07.102Z | Downloaded cbc v0.1.2 |
1134 | 2024-12-20T23:33:07.105Z | Downloaded bitflags v1.3.2 |
1135 | 2024-12-20T23:33:07.108Z | Downloaded cobs v0.2.3 |
1136 | 2024-12-20T23:33:07.108Z | Downloaded cmake v0.1.51 |
1137 | 2024-12-20T23:33:07.108Z | Downloaded bitfield v0.14.0 |
1138 | 2024-12-20T23:33:07.111Z | Downloaded assert_matches v1.5.0 |
1139 | 2024-12-20T23:33:07.143Z | Downloaded ring v0.17.8 |
1140 | 2024-12-20T23:33:07.239Z | Downloaded libsqlite3-sys v0.30.1 |
1141 | 2024-12-20T23:33:07.391Z | Downloaded ring v0.16.20 |
1142 | 2024-12-20T23:33:07.628Z | Downloaded aws-lc-sys v0.22.0 |
1143 | 2024-12-20T23:33:07.931Z | Compiling serde v1.0.215 |
1144 | 2024-12-20T23:33:07.934Z | Compiling lock_api v0.4.12 |
1145 | 2024-12-20T23:33:07.934Z | Compiling scopeguard v1.2.0 |
1146 | 2024-12-20T23:33:07.934Z | Compiling value-bag v1.9.0 |
1147 | 2024-12-20T23:33:07.934Z | Compiling typenum v1.17.0 |
1148 | 2024-12-20T23:33:08.092Z | Compiling generic-array v0.14.7 |
1149 | 2024-12-20T23:33:08.136Z | Compiling syn v2.0.87 |
1150 | 2024-12-20T23:33:08.151Z | Compiling getrandom v0.2.15 |
1151 | 2024-12-20T23:33:08.224Z | Compiling subtle v2.6.1 |
1152 | 2024-12-20T23:33:08.393Z | Compiling rand_core v0.6.4 |
1153 | 2024-12-20T23:33:08.599Z | Compiling log v0.4.22 |
1154 | 2024-12-20T23:33:08.651Z | Compiling shlex v1.3.0 |
1155 | 2024-12-20T23:33:08.688Z | Compiling jobserver v0.1.32 |
1156 | 2024-12-20T23:33:08.740Z | Compiling const-oid v0.9.6 |
1157 | 2024-12-20T23:33:08.925Z | Compiling smallvec v1.13.2 |
1158 | 2024-12-20T23:33:09.013Z | Compiling spin v0.9.8 |
1159 | 2024-12-20T23:33:09.059Z | Compiling cc v1.1.30 |
1160 | 2024-12-20T23:33:09.345Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-12-20T23:33:09.417Z | Compiling rustix v0.38.37 |
1162 | 2024-12-20T23:33:09.477Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-12-20T23:33:09.496Z | Compiling futures-core v0.3.31 |
1164 | 2024-12-20T23:33:09.623Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-12-20T23:33:09.761Z | Compiling mio v1.0.2 |
1166 | 2024-12-20T23:33:10.267Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-20T23:33:10.430Z | Compiling parking_lot v0.12.3 |
1168 | 2024-12-20T23:33:10.646Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-12-20T23:33:10.669Z | Compiling regex-syntax v0.8.5 |
1170 | 2024-12-20T23:33:10.781Z | Compiling lazy_static v1.5.0 |
1171 | 2024-12-20T23:33:10.992Z | Compiling futures-sink v0.3.31 |
1172 | 2024-12-20T23:33:11.015Z | Compiling glob v0.3.1 |
1173 | 2024-12-20T23:33:11.109Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-12-20T23:33:11.156Z | Compiling either v1.13.0 |
1175 | 2024-12-20T23:33:11.226Z | Compiling socket2 v0.5.7 |
1176 | 2024-12-20T23:33:11.527Z | Compiling slab v0.4.9 |
1177 | 2024-12-20T23:33:11.581Z | Compiling prettyplease v0.2.25 |
1178 | 2024-12-20T23:33:11.930Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-12-20T23:33:12.048Z | Compiling clang-sys v1.8.1 |
1180 | 2024-12-20T23:33:12.264Z | Compiling libloading v0.8.5 |
1181 | 2024-12-20T23:33:12.296Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-20T23:33:12.463Z | Compiling nom v7.1.3 |
1183 | 2024-12-20T23:33:12.699Z | Compiling serde_json v1.0.132 |
1184 | 2024-12-20T23:33:12.771Z | Compiling home v0.5.9 |
1185 | 2024-12-20T23:33:13.062Z | Compiling itertools v0.10.5 |
1186 | 2024-12-20T23:33:13.144Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-20T23:33:13.522Z | Compiling futures-io v0.3.31 |
1188 | 2024-12-20T23:33:13.567Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-12-20T23:33:13.858Z | Compiling foldhash v0.1.3 |
1190 | 2024-12-20T23:33:14.163Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-20T23:33:14.260Z | Compiling futures-task v0.3.31 |
1192 | 2024-12-20T23:33:14.398Z | Compiling regex-automata v0.4.8 |
1193 | 2024-12-20T23:33:14.571Z | Compiling lazycell v1.3.0 |
1194 | 2024-12-20T23:33:14.755Z | Compiling rustc-hash v1.1.0 |
1195 | 2024-12-20T23:33:14.906Z | Compiling hashbrown v0.15.1 |
1196 | 2024-12-20T23:33:15.942Z | Compiling synstructure v0.13.1 |
1197 | 2024-12-20T23:33:15.966Z | Compiling cexpr v0.6.0 |
1198 | 2024-12-20T23:33:16.320Z | Compiling cmake v0.1.51 |
1199 | 2024-12-20T23:33:17.342Z | Compiling fs_extra v1.3.0 |
1200 | 2024-12-20T23:33:17.620Z | Compiling pkg-config v0.3.31 |
1201 | 2024-12-20T23:33:17.697Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-12-20T23:33:17.744Z | Compiling libm v0.2.8 |
1203 | 2024-12-20T23:33:17.792Z | Compiling dunce v1.0.5 |
1204 | 2024-12-20T23:33:17.921Z | Compiling tinyvec v1.8.0 |
1205 | 2024-12-20T23:33:17.941Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-20T23:33:18.437Z | Compiling ring v0.17.8 |
1207 | 2024-12-20T23:33:19.157Z | Compiling unicode-bidi v0.3.17 |
1208 | 2024-12-20T23:33:19.398Z | Compiling unicode-normalization v0.1.24 |
1209 | 2024-12-20T23:33:19.424Z | Compiling writeable v0.5.5 |
1210 | 2024-12-20T23:33:19.530Z | Compiling base64ct v1.6.0 |
1211 | 2024-12-20T23:33:19.554Z | Compiling paste v1.0.15 |
1212 | 2024-12-20T23:33:20.008Z | Compiling regex v1.11.1 |
1213 | 2024-12-20T23:33:20.062Z | Compiling litemap v0.7.3 |
1214 | 2024-12-20T23:33:20.209Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-20T23:33:20.564Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-12-20T23:33:20.936Z | Compiling httparse v1.9.5 |
1217 | 2024-12-20T23:33:20.989Z | Compiling flagset v0.4.6 |
1218 | 2024-12-20T23:33:21.189Z | Compiling tracing-core v0.1.32 |
1219 | 2024-12-20T23:33:21.757Z | Compiling rustls-pki-types v1.10.0 |
1220 | 2024-12-20T23:33:22.286Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-20T23:33:22.463Z | Compiling icu_locid_transform_data v1.5.0 |
1222 | 2024-12-20T23:33:22.466Z | Compiling percent-encoding v2.3.1 |
1223 | 2024-12-20T23:33:22.710Z | Compiling serde_derive v1.0.215 |
1224 | 2024-12-20T23:33:22.807Z | Compiling zeroize_derive v1.4.2 |
1225 | 2024-12-20T23:33:22.838Z | Compiling zerocopy-derive v0.7.35 |
1226 | 2024-12-20T23:33:22.841Z | Compiling tokio-macros v2.4.0 |
1227 | 2024-12-20T23:33:23.224Z | Compiling zerofrom-derive v0.1.4 |
1228 | 2024-12-20T23:33:24.267Z | Compiling yoke-derive v0.7.4 |
1229 | 2024-12-20T23:33:24.356Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-20T23:33:24.975Z | Compiling thiserror-impl v1.0.69 |
1231 | 2024-12-20T23:33:25.090Z | Compiling zerocopy v0.7.35 |
1232 | 2024-12-20T23:33:25.984Z | Compiling crypto-common v0.1.6 |
1233 | 2024-12-20T23:33:26.231Z | Compiling block-buffer v0.10.4 |
1234 | 2024-12-20T23:33:26.483Z | Compiling digest v0.10.7 |
1235 | 2024-12-20T23:33:26.760Z | Compiling zerovec-derive v0.10.3 |
1236 | 2024-12-20T23:33:26.914Z | Compiling hmac v0.12.1 |
1237 | 2024-12-20T23:33:26.966Z | Compiling futures-macro v0.3.31 |
1238 | 2024-12-20T23:33:27.129Z | Compiling block-padding v0.3.3 |
1239 | 2024-12-20T23:33:27.282Z | Compiling zerofrom v0.1.4 |
1240 | 2024-12-20T23:33:27.303Z | Compiling displaydoc v0.2.5 |
1241 | 2024-12-20T23:33:27.365Z | Compiling inout v0.1.3 |
1242 | 2024-12-20T23:33:27.521Z | Compiling yoke v0.7.4 |
1243 | 2024-12-20T23:33:27.624Z | Compiling cipher v0.4.4 |
1244 | 2024-12-20T23:33:27.886Z | Compiling sha2 v0.10.8 |
1245 | 2024-12-20T23:33:28.125Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-12-20T23:33:28.277Z | Compiling thiserror v1.0.69 |
1247 | 2024-12-20T23:33:28.417Z | Compiling icu_provider_macros v1.5.0 |
1248 | 2024-12-20T23:33:28.848Z | Compiling futures-util v0.3.31 |
1249 | 2024-12-20T23:33:28.936Z | Compiling der_derive v0.7.3 |
1250 | 2024-12-20T23:33:28.961Z | Compiling rand_chacha v0.3.1 |
1251 | 2024-12-20T23:33:29.272Z | Compiling zerovec v0.10.4 |
1252 | 2024-12-20T23:33:29.535Z | Compiling tracing-attributes v0.1.27 |
1253 | 2024-12-20T23:33:31.212Z | Compiling tinystr v0.7.6 |
1254 | 2024-12-20T23:33:31.232Z | Compiling icu_collections v1.5.0 |
1255 | 2024-12-20T23:33:31.422Z | Compiling der v0.7.9 |
1256 | 2024-12-20T23:33:31.454Z | Compiling rand v0.8.5 |
1257 | 2024-12-20T23:33:31.661Z | Compiling icu_locid v1.5.0 |
1258 | 2024-12-20T23:33:32.710Z | Compiling pest v2.7.14 |
1259 | 2024-12-20T23:33:33.423Z | Compiling icu_provider v1.5.0 |
1260 | 2024-12-20T23:33:33.566Z | Compiling tracing v0.1.40 |
1261 | 2024-12-20T23:33:34.028Z | Compiling spki v0.7.3 |
1262 | 2024-12-20T23:33:34.047Z | Compiling salsa20 v0.10.2 |
1263 | 2024-12-20T23:33:34.261Z | Compiling icu_locid_transform v1.5.0 |
1264 | 2024-12-20T23:33:34.377Z | Compiling pbkdf2 v0.12.2 |
1265 | 2024-12-20T23:33:34.513Z | Compiling time-core v0.1.2 |
1266 | 2024-12-20T23:33:34.547Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-20T23:33:34.608Z | Compiling untrusted v0.7.1 |
1268 | 2024-12-20T23:33:34.670Z | Compiling untrusted v0.9.0 |
1269 | 2024-12-20T23:33:34.740Z | Compiling icu_properties_data v1.5.0 |
1270 | 2024-12-20T23:33:34.790Z | Compiling powerfmt v0.2.0 |
1271 | 2024-12-20T23:33:34.836Z | Compiling num-conv v0.1.0 |
1272 | 2024-12-20T23:33:34.911Z | Compiling vcpkg v0.2.15 |
1273 | 2024-12-20T23:33:35.107Z | Compiling time-macros v0.2.18 |
1274 | 2024-12-20T23:33:35.183Z | Compiling pest_meta v2.7.14 |
1275 | 2024-12-20T23:33:35.590Z | Compiling icu_properties v1.5.1 |
1276 | 2024-12-20T23:33:36.267Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-20T23:33:36.313Z | Compiling bytes v1.8.0 |
1278 | 2024-12-20T23:33:37.191Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-20T23:33:37.645Z | Compiling tokio v1.40.0 |
1280 | 2024-12-20T23:33:38.476Z | Compiling http v1.1.0 |
1281 | 2024-12-20T23:33:38.653Z | Compiling semver v1.0.23 |
1282 | 2024-12-20T23:33:39.066Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-12-20T23:33:39.421Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-20T23:33:40.171Z | Compiling deranged v0.3.11 |
1285 | 2024-12-20T23:33:40.197Z | Compiling scrypt v0.11.0 |
1286 | 2024-12-20T23:33:40.245Z | Compiling cbc v0.1.2 |
1287 | 2024-12-20T23:33:40.392Z | Compiling aes v0.8.4 |
1288 | 2024-12-20T23:33:40.492Z | Compiling scroll_derive v0.12.0 |
1289 | 2024-12-20T23:33:40.579Z | Compiling utf8_iter v1.0.4 |
1290 | 2024-12-20T23:33:40.766Z | Compiling which v4.4.2 |
1291 | 2024-12-20T23:33:40.857Z | Compiling utf16_iter v1.0.5 |
1292 | 2024-12-20T23:33:41.005Z | Compiling icu_normalizer_data v1.5.0 |
1293 | 2024-12-20T23:33:41.053Z | Compiling write16 v1.0.0 |
1294 | 2024-12-20T23:33:41.195Z | Compiling num_threads v0.1.7 |
1295 | 2024-12-20T23:33:41.327Z | Compiling atomic-waker v1.1.2 |
1296 | 2024-12-20T23:33:41.391Z | Compiling icu_normalizer v1.5.0 |
1297 | 2024-12-20T23:33:41.522Z | Compiling pkcs5 v0.7.1 |
1298 | 2024-12-20T23:33:42.023Z | Compiling scroll v0.12.0 |
1299 | 2024-12-20T23:33:42.133Z | Compiling time v0.3.36 |
1300 | 2024-12-20T23:33:42.463Z | Compiling http-body v1.0.1 |
1301 | 2024-12-20T23:33:42.572Z | Compiling pest_generator v2.7.14 |
1302 | 2024-12-20T23:33:42.704Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-20T23:33:42.707Z | Compiling slog v2.7.0 |
1304 | 2024-12-20T23:33:43.047Z | Compiling try-lock v0.2.5 |
1305 | 2024-12-20T23:33:43.204Z | Compiling goblin v0.8.2 |
1306 | 2024-12-20T23:33:43.337Z | Compiling want v0.3.1 |
1307 | 2024-12-20T23:33:43.356Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-12-20T23:33:43.388Z | Compiling pkcs8 v0.10.2 |
1309 | 2024-12-20T23:33:43.576Z | Compiling httpdate v1.0.3 |
1310 | 2024-12-20T23:33:43.629Z | Compiling idna v1.0.3 |
1311 | 2024-12-20T23:33:44.130Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-12-20T23:33:44.365Z | Compiling uuid v1.11.0 |
1313 | 2024-12-20T23:33:44.615Z | Compiling pest_derive v2.7.14 |
1314 | 2024-12-20T23:33:44.867Z | Compiling toml_datetime v0.6.8 |
1315 | 2024-12-20T23:33:45.356Z | Compiling serde_tokenstream v0.2.2 |
1316 | 2024-12-20T23:33:45.428Z | Compiling base64 v0.22.1 |
1317 | 2024-12-20T23:33:45.447Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-12-20T23:33:45.759Z | Compiling adler2 v2.0.0 |
1319 | 2024-12-20T23:33:46.004Z | Compiling tokio-util v0.7.12 |
1320 | 2024-12-20T23:33:46.023Z | Compiling foreign-types-shared v0.1.1 |
1321 | 2024-12-20T23:33:46.135Z | Compiling openssl v0.10.66 |
1322 | 2024-12-20T23:33:46.213Z | Compiling rustversion v1.0.17 |
1323 | 2024-12-20T23:33:46.574Z | Compiling match_cfg v0.1.0 |
1324 | 2024-12-20T23:33:46.680Z | Compiling iana-time-zone v0.1.61 |
1325 | 2024-12-20T23:33:46.942Z | Compiling tower-service v0.3.3 |
1326 | 2024-12-20T23:33:47.078Z | Compiling h2 v0.4.6 |
1327 | 2024-12-20T23:33:47.229Z | Compiling chrono v0.4.38 |
1328 | 2024-12-20T23:33:47.407Z | Compiling hostname v0.3.1 |
1329 | 2024-12-20T23:33:47.456Z | Compiling foreign-types v0.3.2 |
1330 | 2024-12-20T23:33:47.553Z | Compiling miniz_oxide v0.8.0 |
1331 | 2024-12-20T23:33:47.647Z | Compiling url v2.5.3 |
1332 | 2024-12-20T23:33:49.105Z | Compiling dof v0.3.0 |
1333 | 2024-12-20T23:33:49.137Z | Compiling async-trait v0.1.83 |
1334 | 2024-12-20T23:33:49.688Z | Compiling openssl-macros v0.1.1 |
1335 | 2024-12-20T23:33:50.453Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-12-20T23:33:50.983Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-12-20T23:33:51.355Z | Compiling syn v1.0.109 |
1338 | 2024-12-20T23:33:51.656Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-20T23:33:51.964Z | Compiling data-encoding v2.6.0 |
1340 | 2024-12-20T23:33:51.999Z | Compiling rustls v0.23.19 |
1341 | 2024-12-20T23:33:52.037Z | Compiling native-tls v0.2.12 |
1342 | 2024-12-20T23:33:52.080Z | Compiling rustls v0.22.4 |
1343 | 2024-12-20T23:33:52.355Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-20T23:33:52.542Z | Compiling http-body-util v0.1.2 |
1345 | 2024-12-20T23:33:53.058Z | Compiling heapless v0.7.17 |
1346 | 2024-12-20T23:33:53.317Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-12-20T23:33:53.759Z | Compiling signature v2.2.0 |
1348 | 2024-12-20T23:33:53.770Z | Compiling sha1 v0.10.6 |
1349 | 2024-12-20T23:33:53.770Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-12-20T23:33:53.778Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-20T23:33:54.010Z | Compiling hyper v1.5.0 |
1352 | 2024-12-20T23:33:54.047Z | Compiling thread_local v1.1.8 |
1353 | 2024-12-20T23:33:54.227Z | Compiling multer v3.1.0 |
1354 | 2024-12-20T23:33:54.347Z | Compiling encoding_rs v0.8.34 |
1355 | 2024-12-20T23:33:54.505Z | Compiling cookie v0.18.1 |
1356 | 2024-12-20T23:33:54.581Z | Compiling mime v0.3.17 |
1357 | 2024-12-20T23:33:54.791Z | Compiling slog-async v2.8.0 |
1358 | 2024-12-20T23:33:55.186Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-12-20T23:33:55.334Z | Compiling schemars v0.8.21 |
1360 | 2024-12-20T23:33:55.569Z | Compiling ipnet v2.10.1 |
1361 | 2024-12-20T23:33:55.687Z | Compiling unicode-properties v0.1.3 |
1362 | 2024-12-20T23:33:56.107Z | Compiling signal-hook v0.3.17 |
1363 | 2024-12-20T23:33:56.375Z | Compiling gimli v0.31.1 |
1364 | 2024-12-20T23:33:56.525Z | Compiling hyper-util v0.1.10 |
1365 | 2024-12-20T23:33:56.905Z | Compiling rayon-core v1.12.1 |
1366 | 2024-12-20T23:33:57.217Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-12-20T23:33:57.621Z | Compiling stringprep v0.1.5 |
1368 | 2024-12-20T23:33:58.191Z | Compiling toml_edit v0.22.22 |
1369 | 2024-12-20T23:33:59.474Z | Compiling crossbeam-deque v0.8.5 |
1370 | 2024-12-20T23:33:59.705Z | Compiling usdt-macro v0.5.0 |
1371 | 2024-12-20T23:33:59.828Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-12-20T23:34:00.567Z | Compiling term v0.7.0 |
1373 | 2024-12-20T23:34:00.734Z | Compiling addr2line v0.24.2 |
1374 | 2024-12-20T23:34:01.141Z | Compiling slog-json v2.6.1 |
1375 | 2024-12-20T23:34:01.460Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-12-20T23:34:01.481Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-12-20T23:34:01.512Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-12-20T23:34:01.515Z | Compiling enum-as-inner v0.6.1 |
1379 | 2024-12-20T23:34:01.993Z | Compiling futures-executor v0.3.31 |
1380 | 2024-12-20T23:34:02.100Z | Compiling md-5 v0.10.6 |
1381 | 2024-12-20T23:34:02.136Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-12-20T23:34:02.372Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-12-20T23:34:02.552Z | Compiling num-integer v0.1.46 |
1384 | 2024-12-20T23:34:02.615Z | Compiling idna v0.3.0 |
1385 | 2024-12-20T23:34:02.649Z | Compiling idna v0.4.0 |
1386 | 2024-12-20T23:34:02.690Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-20T23:34:03.095Z | Compiling ff v0.13.0 |
1388 | 2024-12-20T23:34:03.317Z | Compiling is-terminal v0.4.13 |
1389 | 2024-12-20T23:34:03.317Z | Compiling object v0.36.5 |
1390 | 2024-12-20T23:34:03.450Z | Compiling dropshot v0.12.0 |
1391 | 2024-12-20T23:34:03.546Z | Compiling dyn-clone v1.0.17 |
1392 | 2024-12-20T23:34:03.744Z | Compiling smoltcp v0.9.1 |
1393 | 2024-12-20T23:34:03.777Z | Compiling anyhow v1.0.93 |
1394 | 2024-12-20T23:34:04.271Z | Compiling psl-types v2.0.11 |
1395 | 2024-12-20T23:34:04.273Z | Compiling fallible-iterator v0.2.0 |
1396 | 2024-12-20T23:34:04.410Z | Compiling base16ct v0.2.0 |
1397 | 2024-12-20T23:34:04.463Z | Compiling take_mut v0.2.2 |
1398 | 2024-12-20T23:34:04.468Z | Compiling utf-8 v0.7.6 |
1399 | 2024-12-20T23:34:04.643Z | Compiling linked-hash-map v0.5.6 |
1400 | 2024-12-20T23:34:04.735Z | Compiling portable-atomic v1.9.0 |
1401 | 2024-12-20T23:34:04.800Z | Compiling quick-error v1.2.3 |
1402 | 2024-12-20T23:34:04.947Z | Compiling rustc-demangle v0.1.24 |
1403 | 2024-12-20T23:34:05.006Z | Compiling num-bigint-dig v0.8.4 |
1404 | 2024-12-20T23:34:05.027Z | Compiling lru-cache v0.1.2 |
1405 | 2024-12-20T23:34:05.239Z | Compiling postgres-protocol v0.6.7 |
1406 | 2024-12-20T23:34:05.329Z | Compiling resolv-conf v0.7.0 |
1407 | 2024-12-20T23:34:05.930Z | Compiling tungstenite v0.24.0 |
1408 | 2024-12-20T23:34:06.170Z | Compiling sec1 v0.7.3 |
1409 | 2024-12-20T23:34:06.501Z | Compiling publicsuffix v2.2.3 |
1410 | 2024-12-20T23:34:06.833Z | Compiling async-stream v0.3.6 |
1411 | 2024-12-20T23:34:07.002Z | Compiling hickory-proto v0.24.1 |
1412 | 2024-12-20T23:34:07.157Z | Compiling slog-term v2.9.1 |
1413 | 2024-12-20T23:34:07.201Z | Compiling usdt v0.5.0 |
1414 | 2024-12-20T23:34:07.725Z | Compiling group v0.13.0 |
1415 | 2024-12-20T23:34:08.046Z | Compiling num-iter v0.1.45 |
1416 | 2024-12-20T23:34:08.305Z | Compiling futures v0.3.31 |
1417 | 2024-12-20T23:34:08.447Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-20T23:34:08.546Z | Compiling toml v0.8.19 |
1419 | 2024-12-20T23:34:09.497Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-12-20T23:34:10.638Z | Compiling camino v1.1.9 |
1421 | 2024-12-20T23:34:10.875Z | Compiling backtrace v0.3.74 |
1422 | 2024-12-20T23:34:11.435Z | Compiling phf_shared v0.11.2 |
1423 | 2024-12-20T23:34:11.493Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-20T23:34:11.630Z | Compiling waitgroup v0.1.2 |
1425 | 2024-12-20T23:34:11.656Z | Compiling terminal_size v0.4.0 |
1426 | 2024-12-20T23:34:11.833Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-20T23:34:11.854Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-12-20T23:34:11.879Z | Compiling hkdf v0.12.4 |
1429 | 2024-12-20T23:34:12.149Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-12-20T23:34:12.719Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-12-20T23:34:14.313Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-12-20T23:34:14.644Z | Compiling webpki-roots v0.26.6 |
1433 | 2024-12-20T23:34:14.862Z | Compiling idna v0.5.0 |
1434 | 2024-12-20T23:34:15.347Z | Compiling hubpack_derive v0.1.1 |
1435 | 2024-12-20T23:34:16.227Z | Compiling hostname v0.4.0 |
1436 | 2024-12-20T23:34:16.296Z | Compiling ahash v0.8.11 |
1437 | 2024-12-20T23:34:16.354Z | Compiling crc32fast v1.4.2 |
1438 | 2024-12-20T23:34:16.487Z | Compiling fs-err v2.11.0 |
1439 | 2024-12-20T23:34:16.527Z | Compiling managed v0.8.0 |
1440 | 2024-12-20T23:34:16.576Z | Compiling debug-ignore v1.0.5 |
1441 | 2024-12-20T23:34:16.643Z | Compiling bitflags v1.3.2 |
1442 | 2024-12-20T23:34:16.684Z | Compiling winnow v0.5.40 |
1443 | 2024-12-20T23:34:16.728Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-20T23:34:16.819Z | Compiling console v0.15.8 |
1445 | 2024-12-20T23:34:16.963Z | Compiling clap_builder v4.5.21 |
1446 | 2024-12-20T23:34:17.574Z | Compiling flate2 v1.0.34 |
1447 | 2024-12-20T23:34:18.306Z | Compiling zerocopy v0.6.6 |
1448 | 2024-12-20T23:34:18.391Z | Compiling hubpack v0.1.2 |
1449 | 2024-12-20T23:34:18.553Z | Compiling cookie_store v0.21.0 |
1450 | 2024-12-20T23:34:18.861Z | Compiling elliptic-curve v0.13.8 |
1451 | 2024-12-20T23:34:19.169Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-12-20T23:34:19.710Z | Compiling phf v0.11.2 |
1453 | 2024-12-20T23:34:20.148Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-12-20T23:34:20.319Z | Compiling toml_edit v0.19.15 |
1455 | 2024-12-20T23:34:20.554Z | Compiling hyper-tls v0.6.0 |
1456 | 2024-12-20T23:34:20.933Z | Compiling rayon v1.10.0 |
1457 | 2024-12-20T23:34:20.955Z | Compiling bzip2 v0.4.4 |
1458 | 2024-12-20T23:34:21.370Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-12-20T23:34:21.938Z | Compiling postgres-types v0.2.8 |
1460 | 2024-12-20T23:34:24.862Z | Compiling ed25519 v2.2.3 |
1461 | 2024-12-20T23:34:25.880Z | Compiling phf_shared v0.10.0 |
1462 | 2024-12-20T23:34:26.063Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-12-20T23:34:26.291Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-12-20T23:34:26.482Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-12-20T23:34:26.740Z | Compiling clap_derive v4.5.18 |
1466 | 2024-12-20T23:34:26.792Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-12-20T23:34:26.991Z | Compiling derive-where v1.2.7 |
1468 | 2024-12-20T23:34:27.143Z | Compiling serde_repr v0.1.19 |
1469 | 2024-12-20T23:34:27.219Z | Compiling float-cmp v0.9.0 |
1470 | 2024-12-20T23:34:27.321Z | Compiling bstr v1.10.0 |
1471 | 2024-12-20T23:34:27.436Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-12-20T23:34:27.598Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2024-12-20T23:34:27.735Z | Compiling precomputed-hash v0.1.1 |
1474 | 2024-12-20T23:34:27.863Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-12-20T23:34:27.961Z | Compiling fixedbitset v0.4.2 |
1476 | 2024-12-20T23:34:28.325Z | Compiling unicode-width v0.2.0 |
1477 | 2024-12-20T23:34:28.396Z | Compiling predicates-core v1.0.8 |
1478 | 2024-12-20T23:34:28.536Z | Compiling bit-vec v0.6.3 |
1479 | 2024-12-20T23:34:28.750Z | Compiling static_assertions v1.1.0 |
1480 | 2024-12-20T23:34:28.847Z | Compiling unicode-segmentation v1.12.0 |
1481 | 2024-12-20T23:34:28.865Z | Compiling difflib v0.4.0 |
1482 | 2024-12-20T23:34:28.992Z | Compiling number_prefix v0.4.0 |
1483 | 2024-12-20T23:34:29.150Z | Compiling whoami v1.5.2 |
1484 | 2024-12-20T23:34:29.228Z | Compiling indicatif v0.17.9 |
1485 | 2024-12-20T23:34:29.739Z | Compiling similar v2.6.0 |
1486 | 2024-12-20T23:34:29.803Z | Compiling tokio-postgres v0.7.12 |
1487 | 2024-12-20T23:34:30.502Z | Compiling predicates v3.1.2 |
1488 | 2024-12-20T23:34:30.592Z | Compiling bit-set v0.5.3 |
1489 | 2024-12-20T23:34:30.913Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-20T23:34:31.532Z | Compiling petgraph v0.6.5 |
1491 | 2024-12-20T23:34:31.949Z | Compiling clap v4.5.21 |
1492 | 2024-12-20T23:34:32.074Z | Compiling string_cache v0.8.7 |
1493 | 2024-12-20T23:34:32.263Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-20T23:34:32.344Z | Compiling rsa v0.9.6 |
1495 | 2024-12-20T23:34:32.574Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-12-20T23:34:33.123Z | Compiling toml v0.7.8 |
1497 | 2024-12-20T23:34:33.863Z | Compiling zip v0.6.6 |
1498 | 2024-12-20T23:34:34.866Z | Compiling crossterm v0.28.1 |
1499 | 2024-12-20T23:34:35.695Z | Compiling hex v0.4.3 |
1500 | 2024-12-20T23:34:35.725Z | Compiling x509-cert v0.2.5 |
1501 | 2024-12-20T23:34:36.221Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-12-20T23:34:36.242Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-12-20T23:34:36.371Z | Compiling peg-runtime v0.8.3 |
1504 | 2024-12-20T23:34:36.425Z | Compiling strum_macros v0.26.4 |
1505 | 2024-12-20T23:34:36.566Z | Compiling xattr v1.3.1 |
1506 | 2024-12-20T23:34:36.832Z | Compiling filetime v0.2.25 |
1507 | 2024-12-20T23:34:37.162Z | Compiling tar v0.4.42 |
1508 | 2024-12-20T23:34:41.482Z | Compiling strum v0.26.3 |
1509 | 2024-12-20T23:34:44.608Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-12-20T23:35:20.873Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-12-20T23:35:24.164Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-12-20T23:35:26.084Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-12-20T23:35:26.476Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-12-20T23:35:26.777Z | Compiling reqwest v0.12.9 |
1515 | 2024-12-20T23:35:27.579Z | Compiling qorb v0.2.1 |
1516 | 2024-12-20T23:35:32.715Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-12-20T23:35:32.947Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-12-20T23:35:38.701Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1519 | 2024-12-20T23:35:38.861Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-12-20T23:35:38.913Z | Dec 20 23:35:38.296 INFO Starting download, target: Console |
1521 | 2024-12-20T23:35:38.913Z | Dec 20 23:35:38.296 INFO Starting download, target: Cockroach |
1522 | 2024-12-20T23:35:38.916Z | Dec 20 23:35:38.296 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.296 INFO Starting download, target: Clickhouse |
1524 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.296 INFO Starting download, target: DendriteStub |
1525 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.296 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.296 INFO Starting download, target: TransceiverControl |
1527 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1530 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1532 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1533 | 2024-12-20T23:35:38.917Z | Dec 20 23:35:38.297 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-12-20T23:35:39.438Z | Dec 20 23:35:38.818 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2024-12-20T23:35:39.473Z | Dec 20 23:35:38.818 INFO Download complete, target: DendriteOpenapi |
1536 | 2024-12-20T23:35:39.818Z | Dec 20 23:35:39.112 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1537 | 2024-12-20T23:35:40.039Z | Dec 20 23:35:39.120 INFO Download complete, target: Console |
1538 | 2024-12-20T23:35:40.389Z | Dec 20 23:35:39.692 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-20T23:35:40.812Z | Dec 20 23:35:40.176 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2024-12-20T23:35:40.857Z | Dec 20 23:35:40.233 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1541 | 2024-12-20T23:35:41.341Z | Dec 20 23:35:40.722 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2024-12-20T23:35:41.667Z | Dec 20 23:35:41.050 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-12-20T23:35:41.667Z | Dec 20 23:35:41.050 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-12-20T23:35:43.704Z | Dec 20 23:35:43.088 INFO Download complete, target: DendriteStub |
1545 | 2024-12-20T23:35:43.802Z | Dec 20 23:35:43.186 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-12-20T23:35:49.006Z | Dec 20 23:35:48.390 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-20T23:35:49.174Z | Dec 20 23:35:48.557 INFO Download complete, target: Cockroach |
1548 | 2024-12-20T23:35:53.856Z | Dec 20 23:35:53.240 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-12-20T23:35:54.383Z | Dec 20 23:35:53.765 INFO Download complete, target: Clickhouse |
1550 | 2024-12-20T23:35:54.389Z | All prerequisites installed successfully |
1551 | 2024-12-20T23:35:54.391Z | |
1552 | 2024-12-20T23:35:54.391Z | real 5:26.589661441 |
1553 | 2024-12-20T23:35:54.391Z | user 16:25.327401482 |
1554 | 2024-12-20T23:35:54.391Z | sys 3:12.898928305 |
1555 | 2024-12-20T23:35:54.392Z | trap 0.531994756 |
1556 | 2024-12-20T23:35:54.392Z | tflt 8.946622456 |
1557 | 2024-12-20T23:35:54.392Z | dflt 7.352034746 |
1558 | 2024-12-20T23:35:54.392Z | kflt 0.292902780 |
1559 | 2024-12-20T23:35:54.393Z | lock 30:06.980051301 |
1560 | 2024-12-20T23:35:54.393Z | slp 1:03:25.817213947 |
1561 | 2024-12-20T23:35:54.393Z | lat 53.938681706 |
1562 | 2024-12-20T23:35:54.393Z | stop 2:16.701061498 |
1563 | 2024-12-20T23:35:54.393Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-12-20T23:35:54.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1565 | 2024-12-20T23:35:54.938Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-12-20T23:35:55.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1567 | 2024-12-20T23:35:55.823Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-12-20T23:35:55.860Z | Dec 20 23:35:55.243 INFO Starting download, target: Softnpu |
1569 | 2024-12-20T23:35:55.863Z | Dec 20 23:35:55.244 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-12-20T23:35:56.519Z | Dec 20 23:35:55.903 INFO Download complete, target: Softnpu |
1571 | 2024-12-20T23:35:56.523Z | |
1572 | 2024-12-20T23:35:56.525Z | real 2.127658839 |
1573 | 2024-12-20T23:35:56.525Z | user 1.268216861 |
1574 | 2024-12-20T23:35:56.525Z | sys 0.532113040 |
1575 | 2024-12-20T23:35:56.525Z | trap 0.000804270 |
1576 | 2024-12-20T23:35:56.525Z | tflt 0.000009508 |
1577 | 2024-12-20T23:35:56.525Z | dflt 0.000059148 |
1578 | 2024-12-20T23:35:56.525Z | kflt 0.000000000 |
1579 | 2024-12-20T23:35:56.525Z | lock 7.107239327 |
1580 | 2024-12-20T23:35:56.526Z | slp 0.522272183 |
1581 | 2024-12-20T23:35:56.526Z | lat 0.068245065 |
1582 | 2024-12-20T23:35:56.526Z | stop 0.000158667 |
1583 | 2024-12-20T23:35:56.526Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-12-20T23:35:56.526Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-12-20T23:35:56.526Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-12-20T23:35:57.502Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-12-20T23:35:57.502Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-12-20T23:35:57.505Z | Compiling libc v0.2.162 |
1589 | 2024-12-20T23:35:57.505Z | Compiling serde v1.0.215 |
1590 | 2024-12-20T23:35:57.505Z | Compiling autocfg v1.4.0 |
1591 | 2024-12-20T23:35:57.505Z | Compiling version_check v0.9.5 |
1592 | 2024-12-20T23:35:57.505Z | Compiling cfg-if v1.0.0 |
1593 | 2024-12-20T23:35:57.746Z | Compiling memchr v2.7.4 |
1594 | 2024-12-20T23:35:57.765Z | Compiling typenum v1.17.0 |
1595 | 2024-12-20T23:35:57.782Z | Compiling shlex v1.3.0 |
1596 | 2024-12-20T23:35:58.148Z | Compiling value-bag v1.9.0 |
1597 | 2024-12-20T23:35:58.367Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-20T23:35:58.473Z | Compiling lock_api v0.4.12 |
1599 | 2024-12-20T23:35:58.651Z | Compiling log v0.4.22 |
1600 | 2024-12-20T23:35:58.669Z | Compiling scopeguard v1.2.0 |
1601 | 2024-12-20T23:35:58.820Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-12-20T23:35:59.190Z | Compiling serde_json v1.0.132 |
1603 | 2024-12-20T23:35:59.228Z | Compiling once_cell v1.20.2 |
1604 | 2024-12-20T23:35:59.386Z | Compiling quote v1.0.37 |
1605 | 2024-12-20T23:35:59.486Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-20T23:35:59.524Z | Compiling getrandom v0.2.15 |
1607 | 2024-12-20T23:35:59.721Z | Compiling rustix v0.38.37 |
1608 | 2024-12-20T23:35:59.804Z | Compiling syn v2.0.87 |
1609 | 2024-12-20T23:36:00.002Z | Compiling cc v1.1.30 |
1610 | 2024-12-20T23:36:00.021Z | Compiling libm v0.2.8 |
1611 | 2024-12-20T23:36:00.042Z | Compiling thiserror v1.0.69 |
1612 | 2024-12-20T23:36:00.174Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-12-20T23:36:00.257Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-12-20T23:36:00.346Z | Compiling num-traits v0.2.19 |
1615 | 2024-12-20T23:36:00.382Z | Compiling either v1.13.0 |
1616 | 2024-12-20T23:36:00.583Z | Compiling itoa v1.0.11 |
1617 | 2024-12-20T23:36:00.625Z | Compiling spin v0.9.8 |
1618 | 2024-12-20T23:36:00.810Z | Compiling slab v0.4.9 |
1619 | 2024-12-20T23:36:01.118Z | Compiling byteorder v1.5.0 |
1620 | 2024-12-20T23:36:01.367Z | Compiling errno v0.3.9 |
1621 | 2024-12-20T23:36:01.573Z | Compiling rand_core v0.6.4 |
1622 | 2024-12-20T23:36:01.613Z | Compiling lazy_static v1.5.0 |
1623 | 2024-12-20T23:36:01.734Z | Compiling glob v0.3.1 |
1624 | 2024-12-20T23:36:02.261Z | Compiling prettyplease v0.2.25 |
1625 | 2024-12-20T23:36:02.543Z | Compiling clang-sys v1.8.1 |
1626 | 2024-12-20T23:36:02.902Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-12-20T23:36:03.041Z | Compiling libloading v0.8.5 |
1628 | 2024-12-20T23:36:03.216Z | Compiling allocator-api2 v0.2.18 |
1629 | 2024-12-20T23:36:03.379Z | Compiling nom v7.1.3 |
1630 | 2024-12-20T23:36:03.419Z | Compiling bindgen v0.69.5 |
1631 | 2024-12-20T23:36:03.438Z | Compiling subtle v2.6.1 |
1632 | 2024-12-20T23:36:03.754Z | Compiling regex-automata v0.4.8 |
1633 | 2024-12-20T23:36:03.837Z | Compiling home v0.5.9 |
1634 | 2024-12-20T23:36:04.070Z | Compiling itertools v0.10.5 |
1635 | 2024-12-20T23:36:04.267Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-20T23:36:04.446Z | Compiling semver v1.0.23 |
1637 | 2024-12-20T23:36:04.532Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-20T23:36:04.934Z | Compiling rustc-hash v1.1.0 |
1639 | 2024-12-20T23:36:05.066Z | Compiling cmake v0.1.51 |
1640 | 2024-12-20T23:36:05.301Z | Compiling dunce v1.0.5 |
1641 | 2024-12-20T23:36:05.441Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-20T23:36:06.408Z | Compiling pkg-config v0.3.31 |
1643 | 2024-12-20T23:36:06.569Z | Compiling ring v0.17.8 |
1644 | 2024-12-20T23:36:06.856Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-20T23:36:07.108Z | Compiling ryu v1.0.18 |
1646 | 2024-12-20T23:36:07.297Z | Compiling synstructure v0.13.1 |
1647 | 2024-12-20T23:36:07.574Z | Compiling pin-project-lite v0.2.14 |
1648 | 2024-12-20T23:36:07.720Z | Compiling fnv v1.0.7 |
1649 | 2024-12-20T23:36:07.850Z | Compiling paste v1.0.15 |
1650 | 2024-12-20T23:36:08.027Z | Compiling const-oid v0.9.6 |
1651 | 2024-12-20T23:36:08.419Z | Compiling httparse v1.9.5 |
1652 | 2024-12-20T23:36:08.443Z | Compiling aws-lc-rs v1.10.0 |
1653 | 2024-12-20T23:36:08.680Z | Compiling equivalent v1.0.1 |
1654 | 2024-12-20T23:36:08.798Z | Compiling foldhash v0.1.3 |
1655 | 2024-12-20T23:36:09.061Z | Compiling regex v1.11.1 |
1656 | 2024-12-20T23:36:09.102Z | Compiling hashbrown v0.15.1 |
1657 | 2024-12-20T23:36:09.911Z | Compiling heck v0.5.0 |
1658 | 2024-12-20T23:36:09.937Z | Compiling schemars v0.8.21 |
1659 | 2024-12-20T23:36:10.254Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-12-20T23:36:10.342Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-12-20T23:36:10.489Z | Compiling mio v1.0.2 |
1662 | 2024-12-20T23:36:10.631Z | Compiling parking_lot v0.12.3 |
1663 | 2024-12-20T23:36:12.358Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-12-20T23:36:12.550Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-12-20T23:36:12.669Z | Compiling socket2 v0.5.7 |
1666 | 2024-12-20T23:36:12.685Z | Compiling futures-core v0.3.31 |
1667 | 2024-12-20T23:36:12.812Z | Compiling serde_derive v1.0.215 |
1668 | 2024-12-20T23:36:12.868Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-12-20T23:36:12.931Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-12-20T23:36:13.327Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-12-20T23:36:14.213Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-12-20T23:36:14.270Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-12-20T23:36:14.287Z | Compiling yoke-derive v0.7.4 |
1674 | 2024-12-20T23:36:14.305Z | Compiling zeroize v1.8.1 |
1675 | 2024-12-20T23:36:14.760Z | Compiling futures-macro v0.3.31 |
1676 | 2024-12-20T23:36:14.974Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-12-20T23:36:15.952Z | Compiling zerocopy v0.7.35 |
1678 | 2024-12-20T23:36:16.139Z | Compiling displaydoc v0.2.5 |
1679 | 2024-12-20T23:36:16.696Z | Compiling crypto-common v0.1.6 |
1680 | 2024-12-20T23:36:16.895Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-12-20T23:36:16.914Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-12-20T23:36:17.247Z | Compiling block-buffer v0.10.4 |
1683 | 2024-12-20T23:36:17.412Z | Compiling schemars_derive v0.8.21 |
1684 | 2024-12-20T23:36:17.550Z | Compiling digest v0.10.7 |
1685 | 2024-12-20T23:36:17.689Z | Compiling der_derive v0.7.3 |
1686 | 2024-12-20T23:36:17.956Z | Compiling time-core v0.1.2 |
1687 | 2024-12-20T23:36:17.958Z | Compiling num-conv v0.1.0 |
1688 | 2024-12-20T23:36:18.267Z | Compiling time-macros v0.2.18 |
1689 | 2024-12-20T23:36:19.047Z | Compiling vcpkg v0.2.15 |
1690 | 2024-12-20T23:36:20.704Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-12-20T23:36:21.227Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-12-20T23:36:21.374Z | Compiling futures-sink v0.3.31 |
1693 | 2024-12-20T23:36:21.439Z | Compiling slog v2.7.0 |
1694 | 2024-12-20T23:36:21.552Z | Compiling ahash v0.8.11 |
1695 | 2024-12-20T23:36:21.636Z | Compiling syn v1.0.109 |
1696 | 2024-12-20T23:36:22.142Z | Compiling zerofrom v0.1.4 |
1697 | 2024-12-20T23:36:22.352Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-12-20T23:36:22.373Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-12-20T23:36:22.407Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-12-20T23:36:22.884Z | Compiling pest v2.7.14 |
1701 | 2024-12-20T23:36:23.098Z | Compiling yoke v0.7.4 |
1702 | 2024-12-20T23:36:23.139Z | Compiling futures-channel v0.3.31 |
1703 | 2024-12-20T23:36:23.586Z | Compiling hmac v0.12.1 |
1704 | 2024-12-20T23:36:23.820Z | Compiling futures-task v0.3.31 |
1705 | 2024-12-20T23:36:23.955Z | Compiling openssl v0.10.66 |
1706 | 2024-12-20T23:36:24.123Z | Compiling pin-utils v0.1.0 |
1707 | 2024-12-20T23:36:24.223Z | Compiling futures-io v0.3.31 |
1708 | 2024-12-20T23:36:24.492Z | Compiling futures-util v0.3.31 |
1709 | 2024-12-20T23:36:24.596Z | Compiling zerovec v0.10.4 |
1710 | 2024-12-20T23:36:24.764Z | Compiling block-padding v0.3.3 |
1711 | 2024-12-20T23:36:25.373Z | Compiling pest_meta v2.7.14 |
1712 | 2024-12-20T23:36:25.738Z | Compiling tinyvec_macros v0.1.1 |
1713 | 2024-12-20T23:36:25.979Z | Compiling tinyvec v1.8.0 |
1714 | 2024-12-20T23:36:26.385Z | Compiling bitflags v2.6.0 |
1715 | 2024-12-20T23:36:26.746Z | Compiling bytes v1.8.0 |
1716 | 2024-12-20T23:36:28.273Z | Compiling indexmap v2.6.0 |
1717 | 2024-12-20T23:36:29.470Z | Compiling tokio v1.40.0 |
1718 | 2024-12-20T23:36:30.368Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-12-20T23:36:30.877Z | Compiling which v4.4.2 |
1720 | 2024-12-20T23:36:30.917Z | Compiling http v1.1.0 |
1721 | 2024-12-20T23:36:31.397Z | Compiling uuid v1.11.0 |
1722 | 2024-12-20T23:36:31.893Z | Compiling rustc_version v0.4.1 |
1723 | 2024-12-20T23:36:32.521Z | Compiling chrono v0.4.38 |
1724 | 2024-12-20T23:36:34.497Z | Compiling pest_generator v2.7.14 |
1725 | 2024-12-20T23:36:35.361Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-12-20T23:36:35.591Z | Compiling toml_datetime v0.6.8 |
1727 | 2024-12-20T23:36:36.037Z | Compiling inout v0.1.3 |
1728 | 2024-12-20T23:36:36.304Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-12-20T23:36:37.011Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-20T23:36:37.355Z | Compiling rustls v0.23.19 |
1731 | 2024-12-20T23:36:37.640Z | Compiling strsim v0.11.1 |
1732 | 2024-12-20T23:36:38.669Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-20T23:36:39.004Z | Compiling cipher v0.4.4 |
1734 | 2024-12-20T23:36:39.332Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-12-20T23:36:39.412Z | Compiling tinystr v0.7.6 |
1736 | 2024-12-20T23:36:39.488Z | Compiling sha2 v0.10.8 |
1737 | 2024-12-20T23:36:39.909Z | Compiling tracing-core v0.1.32 |
1738 | 2024-12-20T23:36:40.152Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-12-20T23:36:40.343Z | Compiling dyn-clone v1.0.17 |
1740 | 2024-12-20T23:36:40.467Z | Compiling base64ct v1.6.0 |
1741 | 2024-12-20T23:36:40.504Z | Compiling litemap v0.7.3 |
1742 | 2024-12-20T23:36:40.584Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-12-20T23:36:40.881Z | Compiling writeable v0.5.5 |
1744 | 2024-12-20T23:36:40.905Z | Compiling tracing v0.1.40 |
1745 | 2024-12-20T23:36:41.031Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2024-12-20T23:36:41.403Z | Compiling icu_locid v1.5.0 |
1747 | 2024-12-20T23:36:42.190Z | Compiling scroll v0.12.0 |
1748 | 2024-12-20T23:36:42.383Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-12-20T23:36:42.763Z | Compiling async-trait v0.1.83 |
1750 | 2024-12-20T23:36:43.298Z | Compiling cookie v0.18.1 |
1751 | 2024-12-20T23:36:43.573Z | Compiling anyhow v1.0.93 |
1752 | 2024-12-20T23:36:44.296Z | Compiling camino v1.1.9 |
1753 | 2024-12-20T23:36:44.561Z | Compiling flagset v0.4.6 |
1754 | 2024-12-20T23:36:44.847Z | Compiling plain v0.2.3 |
1755 | 2024-12-20T23:36:44.908Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-12-20T23:36:45.009Z | Compiling goblin v0.8.2 |
1757 | 2024-12-20T23:36:47.416Z | Compiling der v0.7.9 |
1758 | 2024-12-20T23:36:51.798Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-12-20T23:36:52.458Z | Compiling icu_provider v1.5.0 |
1760 | 2024-12-20T23:36:53.543Z | Compiling icu_locid_transform_data v1.5.0 |
1761 | 2024-12-20T23:36:53.583Z | Compiling rayon-core v1.12.1 |
1762 | 2024-12-20T23:36:53.649Z | Compiling percent-encoding v2.3.1 |
1763 | 2024-12-20T23:36:53.849Z | Compiling rustls-pki-types v1.10.0 |
1764 | 2024-12-20T23:36:54.251Z | Compiling rustls v0.22.4 |
1765 | 2024-12-20T23:36:54.525Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-12-20T23:36:54.718Z | Compiling untrusted v0.7.1 |
1767 | 2024-12-20T23:36:54.764Z | Compiling dof v0.3.0 |
1768 | 2024-12-20T23:36:54.845Z | Compiling icu_locid_transform v1.5.0 |
1769 | 2024-12-20T23:36:55.585Z | Compiling rand v0.8.5 |
1770 | 2024-12-20T23:36:55.939Z | Compiling spki v0.7.3 |
1771 | 2024-12-20T23:36:56.378Z | Compiling salsa20 v0.10.2 |
1772 | 2024-12-20T23:36:56.407Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-12-20T23:36:56.475Z | Compiling tokio-util v0.7.12 |
1774 | 2024-12-20T23:36:57.146Z | Compiling icu_collections v1.5.0 |
1775 | 2024-12-20T23:36:57.223Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-12-20T23:36:58.049Z | Compiling thread-id v4.2.2 |
1777 | 2024-12-20T23:36:58.177Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-12-20T23:36:58.181Z | Compiling mirai-annotations v1.12.0 |
1779 | 2024-12-20T23:36:58.275Z | Compiling untrusted v0.9.0 |
1780 | 2024-12-20T23:36:58.360Z | Compiling powerfmt v0.2.0 |
1781 | 2024-12-20T23:36:58.407Z | Compiling winnow v0.5.40 |
1782 | 2024-12-20T23:36:58.650Z | Compiling deranged v0.3.11 |
1783 | 2024-12-20T23:36:58.709Z | Compiling icu_properties v1.5.1 |
1784 | 2024-12-20T23:37:02.303Z | Compiling toml_edit v0.19.15 |
1785 | 2024-12-20T23:37:03.396Z | Compiling scrypt v0.11.0 |
1786 | 2024-12-20T23:37:03.469Z | Compiling cbc v0.1.2 |
1787 | 2024-12-20T23:37:03.699Z | Compiling aes v0.8.4 |
1788 | 2024-12-20T23:37:04.144Z | Compiling multer v3.1.0 |
1789 | 2024-12-20T23:37:04.446Z | Compiling icu_normalizer_data v1.5.0 |
1790 | 2024-12-20T23:37:04.559Z | Compiling rustversion v1.0.17 |
1791 | 2024-12-20T23:37:04.861Z | Compiling utf8_iter v1.0.4 |
1792 | 2024-12-20T23:37:05.183Z | Compiling atomic-waker v1.1.2 |
1793 | 2024-12-20T23:37:05.370Z | Compiling num_threads v0.1.7 |
1794 | 2024-12-20T23:37:05.661Z | Compiling write16 v1.0.0 |
1795 | 2024-12-20T23:37:05.808Z | Compiling slog-async v2.8.0 |
1796 | 2024-12-20T23:37:06.060Z | Compiling utf16_iter v1.0.5 |
1797 | 2024-12-20T23:37:06.208Z | Compiling time v0.3.36 |
1798 | 2024-12-20T23:37:06.249Z | Compiling icu_normalizer v1.5.0 |
1799 | 2024-12-20T23:37:06.614Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-12-20T23:37:08.255Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-12-20T23:37:09.056Z | Compiling http-body v1.0.1 |
1802 | 2024-12-20T23:37:09.182Z | Compiling heapless v0.7.17 |
1803 | 2024-12-20T23:37:09.704Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-12-20T23:37:10.371Z | Compiling try-lock v0.2.5 |
1805 | 2024-12-20T23:37:10.474Z | Compiling signal-hook v0.3.17 |
1806 | 2024-12-20T23:37:12.043Z | Compiling want v0.3.1 |
1807 | 2024-12-20T23:37:12.673Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-12-20T23:37:12.866Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-12-20T23:37:13.366Z | Compiling h2 v0.4.6 |
1810 | 2024-12-20T23:37:14.279Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-12-20T23:37:15.622Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-12-20T23:37:16.076Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-12-20T23:37:16.112Z | Compiling httpdate v1.0.3 |
1814 | 2024-12-20T23:37:16.868Z | Compiling adler2 v2.0.0 |
1815 | 2024-12-20T23:37:17.324Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-12-20T23:37:18.355Z | Compiling idna v1.0.3 |
1817 | 2024-12-20T23:37:19.810Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-12-20T23:37:20.235Z | Compiling openapiv3 v2.0.0 |
1819 | 2024-12-20T23:37:20.643Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-12-20T23:37:21.304Z | Compiling hyper v1.5.0 |
1821 | 2024-12-20T23:37:24.198Z | Compiling dropshot v0.12.0 |
1822 | 2024-12-20T23:37:24.504Z | Compiling smoltcp v0.9.1 |
1823 | 2024-12-20T23:37:24.672Z | Compiling tower-service v0.3.3 |
1824 | 2024-12-20T23:37:24.690Z | Compiling match_cfg v0.1.0 |
1825 | 2024-12-20T23:37:24.797Z | Compiling portable-atomic v1.9.0 |
1826 | 2024-12-20T23:37:24.817Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-20T23:37:24.950Z | Compiling num-bigint-dig v0.8.4 |
1828 | 2024-12-20T23:37:25.114Z | Compiling base64 v0.22.1 |
1829 | 2024-12-20T23:37:25.434Z | Compiling hyper-util v0.1.10 |
1830 | 2024-12-20T23:37:25.744Z | Compiling foreign-types v0.3.2 |
1831 | 2024-12-20T23:37:25.827Z | Compiling hostname v0.3.1 |
1832 | 2024-12-20T23:37:28.923Z | Compiling url v2.5.3 |
1833 | 2024-12-20T23:37:32.418Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-12-20T23:37:33.057Z | Compiling siphasher v0.3.11 |
1835 | 2024-12-20T23:37:33.269Z | Compiling data-encoding v2.6.0 |
1836 | 2024-12-20T23:37:33.424Z | Compiling gimli v0.31.1 |
1837 | 2024-12-20T23:37:33.443Z | Compiling ident_case v1.0.1 |
1838 | 2024-12-20T23:37:33.628Z | Compiling heck v0.4.1 |
1839 | 2024-12-20T23:37:34.056Z | Compiling darling_core v0.20.10 |
1840 | 2024-12-20T23:37:35.028Z | Compiling dirs-next v2.0.0 |
1841 | 2024-12-20T23:37:37.885Z | Compiling http-body-util v0.1.2 |
1842 | 2024-12-20T23:37:39.012Z | Compiling addr2line v0.24.2 |
1843 | 2024-12-20T23:37:40.264Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-12-20T23:37:40.515Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-12-20T23:37:40.962Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-12-20T23:37:41.401Z | Compiling sha1 v0.10.6 |
1847 | 2024-12-20T23:37:41.605Z | Compiling signature v2.2.0 |
1848 | 2024-12-20T23:37:41.816Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-20T23:37:41.848Z | Compiling zerocopy-derive v0.6.6 |
1850 | 2024-12-20T23:37:43.075Z | Compiling object v0.36.5 |
1851 | 2024-12-20T23:37:43.162Z | Compiling thread_local v1.1.8 |
1852 | 2024-12-20T23:37:43.647Z | Compiling fs-err v2.11.0 |
1853 | 2024-12-20T23:37:43.760Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-12-20T23:37:44.905Z | Compiling mime v0.3.17 |
1855 | 2024-12-20T23:37:47.445Z | Compiling rustc-demangle v0.1.24 |
1856 | 2024-12-20T23:37:50.609Z | Compiling utf8parse v0.2.2 |
1857 | 2024-12-20T23:37:50.919Z | Compiling ipnet v2.10.1 |
1858 | 2024-12-20T23:37:51.956Z | Compiling anstyle v1.0.10 |
1859 | 2024-12-20T23:37:52.384Z | Compiling winnow v0.6.20 |
1860 | 2024-12-20T23:37:52.497Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-12-20T23:37:52.902Z | Compiling openssl-probe v0.1.5 |
1862 | 2024-12-20T23:37:53.789Z | Compiling stringprep v0.1.5 |
1863 | 2024-12-20T23:37:54.789Z | Compiling backtrace v0.3.74 |
1864 | 2024-12-20T23:37:56.184Z | Compiling toml_edit v0.22.22 |
1865 | 2024-12-20T23:37:56.713Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-20T23:37:59.941Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-12-20T23:38:03.916Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-12-20T23:38:04.265Z | Compiling darling_macro v0.20.10 |
1869 | 2024-12-20T23:38:05.695Z | Compiling term v0.7.0 |
1870 | 2024-12-20T23:38:06.969Z | Compiling slog-json v2.6.1 |
1871 | 2024-12-20T23:38:07.544Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-12-20T23:38:08.829Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-12-20T23:38:08.862Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-12-20T23:38:09.702Z | Compiling hashbrown v0.14.5 |
1875 | 2024-12-20T23:38:10.415Z | Compiling idna v0.4.0 |
1876 | 2024-12-20T23:38:11.029Z | Compiling idna v0.3.0 |
1877 | 2024-12-20T23:38:11.837Z | Compiling futures-executor v0.3.31 |
1878 | 2024-12-20T23:38:12.479Z | Compiling num-integer v0.1.46 |
1879 | 2024-12-20T23:38:12.546Z | Compiling md-5 v0.10.6 |
1880 | 2024-12-20T23:38:12.766Z | Compiling ff v0.13.0 |
1881 | 2024-12-20T23:38:12.796Z | Compiling hash32 v0.2.1 |
1882 | 2024-12-20T23:38:12.997Z | Compiling memmap v0.7.0 |
1883 | 2024-12-20T23:38:13.180Z | Compiling is-terminal v0.4.13 |
1884 | 2024-12-20T23:38:13.319Z | Compiling utf-8 v0.7.6 |
1885 | 2024-12-20T23:38:13.339Z | Compiling base16ct v0.2.0 |
1886 | 2024-12-20T23:38:13.626Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-12-20T23:38:14.022Z | Compiling is_terminal_polyfill v1.70.1 |
1888 | 2024-12-20T23:38:14.164Z | Compiling psl-types v2.0.11 |
1889 | 2024-12-20T23:38:15.294Z | Compiling colorchoice v1.0.2 |
1890 | 2024-12-20T23:38:15.463Z | Compiling take_mut v0.2.2 |
1891 | 2024-12-20T23:38:15.640Z | Compiling quick-error v1.2.3 |
1892 | 2024-12-20T23:38:15.795Z | Compiling fallible-iterator v0.2.0 |
1893 | 2024-12-20T23:38:16.041Z | Compiling anstyle-query v1.1.1 |
1894 | 2024-12-20T23:38:16.206Z | Compiling anstream v0.6.15 |
1895 | 2024-12-20T23:38:16.508Z | Compiling postgres-protocol v0.6.7 |
1896 | 2024-12-20T23:38:16.727Z | Compiling resolv-conf v0.7.0 |
1897 | 2024-12-20T23:38:17.687Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-20T23:38:17.938Z | Compiling lru-cache v0.1.2 |
1899 | 2024-12-20T23:38:17.957Z | Compiling tungstenite v0.24.0 |
1900 | 2024-12-20T23:38:18.138Z | Compiling sec1 v0.7.3 |
1901 | 2024-12-20T23:38:18.464Z | Compiling slog-term v2.9.1 |
1902 | 2024-12-20T23:38:18.723Z | Compiling usdt v0.5.0 |
1903 | 2024-12-20T23:38:19.532Z | Compiling num-iter v0.1.45 |
1904 | 2024-12-20T23:38:19.737Z | Compiling group v0.13.0 |
1905 | 2024-12-20T23:38:19.980Z | Compiling futures v0.3.31 |
1906 | 2024-12-20T23:38:20.048Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-12-20T23:38:20.103Z | Compiling regress v0.10.1 |
1908 | 2024-12-20T23:38:23.770Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-12-20T23:38:23.839Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-20T23:38:23.884Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-12-20T23:38:24.091Z | Compiling darling v0.20.10 |
1912 | 2024-12-20T23:38:24.239Z | Compiling toml v0.8.19 |
1913 | 2024-12-20T23:38:24.270Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-12-20T23:38:24.552Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-20T23:38:24.682Z | Compiling phf_shared v0.11.2 |
1916 | 2024-12-20T23:38:25.100Z | Compiling async-stream v0.3.6 |
1917 | 2024-12-20T23:38:25.171Z | Compiling waitgroup v0.1.2 |
1918 | 2024-12-20T23:38:25.382Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-12-20T23:38:25.824Z | Compiling idna v0.5.0 |
1920 | 2024-12-20T23:38:26.060Z | Compiling terminal_size v0.4.0 |
1921 | 2024-12-20T23:38:26.280Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-12-20T23:38:26.648Z | Compiling hkdf v0.12.4 |
1923 | 2024-12-20T23:38:27.274Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-12-20T23:38:27.296Z | Compiling clap_derive v4.5.18 |
1925 | 2024-12-20T23:38:27.540Z | Compiling serde_repr v0.1.19 |
1926 | 2024-12-20T23:38:28.100Z | Compiling derive-where v1.2.7 |
1927 | 2024-12-20T23:38:28.583Z | Compiling hostname v0.4.0 |
1928 | 2024-12-20T23:38:28.809Z | Compiling crc32fast v1.4.2 |
1929 | 2024-12-20T23:38:29.119Z | Compiling managed v0.8.0 |
1930 | 2024-12-20T23:38:29.633Z | Compiling bitflags v1.3.2 |
1931 | 2024-12-20T23:38:29.735Z | Compiling clap_lex v0.7.2 |
1932 | 2024-12-20T23:38:29.754Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-20T23:38:30.400Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-12-20T23:38:31.796Z | Compiling elliptic-curve v0.13.8 |
1935 | 2024-12-20T23:38:32.504Z | Compiling console v0.15.8 |
1936 | 2024-12-20T23:38:33.331Z | Compiling clap_builder v4.5.21 |
1937 | 2024-12-20T23:38:33.772Z | Compiling flate2 v1.0.34 |
1938 | 2024-12-20T23:38:33.925Z | Compiling cookie_store v0.21.0 |
1939 | 2024-12-20T23:38:37.933Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-12-20T23:38:37.942Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-12-20T23:38:38.324Z | Compiling phf v0.11.2 |
1942 | 2024-12-20T23:38:39.609Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-12-20T23:38:40.011Z | Compiling signal-hook-mio v0.2.4 |
1944 | 2024-12-20T23:38:40.190Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-20T23:38:40.624Z | Compiling rayon v1.10.0 |
1946 | 2024-12-20T23:38:40.643Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-20T23:38:40.930Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2024-12-20T23:38:41.333Z | Compiling postgres-types v0.2.8 |
1949 | 2024-12-20T23:38:41.629Z | Compiling zerocopy v0.6.6 |
1950 | 2024-12-20T23:38:41.827Z | Compiling ed25519 v2.2.3 |
1951 | 2024-12-20T23:38:42.281Z | Compiling hubpack v0.1.2 |
1952 | 2024-12-20T23:38:42.510Z | Compiling phf_shared v0.10.0 |
1953 | 2024-12-20T23:38:42.730Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-12-20T23:38:42.897Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-12-20T23:38:43.830Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-12-20T23:38:43.951Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-12-20T23:38:44.067Z | Compiling float-cmp v0.9.0 |
1958 | 2024-12-20T23:38:44.295Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-12-20T23:38:44.452Z | Compiling bstr v1.10.0 |
1960 | 2024-12-20T23:38:45.527Z | Compiling precomputed-hash v0.1.1 |
1961 | 2024-12-20T23:38:45.662Z | Compiling bit-vec v0.6.3 |
1962 | 2024-12-20T23:38:45.732Z | Compiling unicode-segmentation v1.12.0 |
1963 | 2024-12-20T23:38:46.102Z | Compiling difflib v0.4.0 |
1964 | 2024-12-20T23:38:46.105Z | Compiling number_prefix v0.4.0 |
1965 | 2024-12-20T23:38:46.349Z | Compiling unicode-width v0.2.0 |
1966 | 2024-12-20T23:38:46.840Z | Compiling fixedbitset v0.4.2 |
1967 | 2024-12-20T23:38:46.893Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-20T23:38:47.003Z | Compiling new_debug_unreachable v1.0.6 |
1969 | 2024-12-20T23:38:47.116Z | Compiling normalize-line-endings v0.3.0 |
1970 | 2024-12-20T23:38:47.258Z | Compiling whoami v1.5.2 |
1971 | 2024-12-20T23:38:47.343Z | Compiling predicates-core v1.0.8 |
1972 | 2024-12-20T23:38:47.531Z | Compiling petgraph v0.6.5 |
1973 | 2024-12-20T23:38:47.662Z | Compiling tokio-postgres v0.7.12 |
1974 | 2024-12-20T23:38:47.811Z | Compiling predicates v3.1.2 |
1975 | 2024-12-20T23:38:47.841Z | Compiling string_cache v0.8.7 |
1976 | 2024-12-20T23:38:48.249Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1977 | 2024-12-20T23:38:49.365Z | Compiling indicatif v0.17.9 |
1978 | 2024-12-20T23:38:51.275Z | Compiling similar v2.6.0 |
1979 | 2024-12-20T23:38:51.582Z | Compiling bit-set v0.5.3 |
1980 | 2024-12-20T23:38:52.073Z | Compiling typify-macro v0.2.0 |
1981 | 2024-12-20T23:38:53.328Z | Compiling reqwest v0.12.9 |
1982 | 2024-12-20T23:38:53.536Z | Compiling ecdsa v0.16.9 |
1983 | 2024-12-20T23:38:54.409Z | Compiling qorb v0.2.1 |
1984 | 2024-12-20T23:38:55.016Z | Compiling rsa v0.9.6 |
1985 | 2024-12-20T23:38:55.350Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-12-20T23:38:55.906Z | Compiling zip v0.6.6 |
1987 | 2024-12-20T23:38:56.335Z | Compiling crossterm v0.28.1 |
1988 | 2024-12-20T23:38:56.563Z | Compiling clap v4.5.21 |
1989 | 2024-12-20T23:38:57.167Z | Compiling toml v0.7.8 |
1990 | 2024-12-20T23:38:58.713Z | Compiling x509-cert v0.2.5 |
1991 | 2024-12-20T23:38:59.488Z | Compiling hex v0.4.3 |
1992 | 2024-12-20T23:39:00.157Z | Compiling lalrpop-util v0.19.12 |
1993 | 2024-12-20T23:39:00.645Z | Compiling peg-runtime v0.8.3 |
1994 | 2024-12-20T23:39:00.702Z | Compiling unicode-xid v0.2.6 |
1995 | 2024-12-20T23:39:00.869Z | Compiling zerocopy v0.8.10 |
1996 | 2024-12-20T23:39:03.664Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-20T23:39:07.561Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-20T23:39:07.770Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-20T23:39:08.225Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-20T23:39:08.709Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-20T23:39:08.837Z | Compiling itertools v0.13.0 |
2002 | 2024-12-20T23:39:11.436Z | Compiling heapless v0.8.0 |
2003 | 2024-12-20T23:39:12.168Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-20T23:39:17.202Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-20T23:39:24.737Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-20T23:39:25.428Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-20T23:39:25.577Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-20T23:39:31.388Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-20T23:39:31.466Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-20T23:39:32.109Z | Compiling typify v0.2.0 |
2011 | 2024-12-20T23:39:32.812Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-20T23:39:33.279Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-12-20T23:39:33.573Z | Compiling unsafe-libyaml v0.2.11 |
2014 | 2024-12-20T23:39:34.101Z | Compiling cobs v0.2.3 |
2015 | 2024-12-20T23:39:34.550Z | Compiling postcard v1.0.10 |
2016 | 2024-12-20T23:39:35.066Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-20T23:39:47.939Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-20T23:39:51.090Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-20T23:40:03.267Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-20T23:40:04.205Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-20T23:40:04.253Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-20T23:40:04.417Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-20T23:40:04.654Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-12-20T23:40:04.716Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-12-20T23:40:05.082Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-20T23:40:06.454Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-20T23:40:06.871Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-20T23:40:07.255Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2029 | 2024-12-20T23:40:07.735Z | Compiling strum v0.26.3 |
2030 | 2024-12-20T23:40:11.441Z | Compiling foreign-types v0.5.0 |
2031 | 2024-12-20T23:40:15.858Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-12-20T23:40:20.390Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-20T23:40:20.634Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-12-20T23:40:21.602Z | Compiling tabwriter v1.4.0 |
2035 | 2024-12-20T23:40:24.006Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-12-20T23:40:24.410Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-20T23:40:24.795Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-12-20T23:40:25.054Z | Compiling dropshot v0.13.0 |
2039 | 2024-12-20T23:40:26.412Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-12-20T23:40:26.658Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-12-20T23:40:26.951Z | Compiling thiserror v2.0.3 |
2042 | 2024-12-20T23:40:27.088Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-12-20T23:40:27.143Z | Compiling fastrand v2.1.1 |
2044 | 2024-12-20T23:40:27.521Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-20T23:40:27.834Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-12-20T23:40:28.171Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-20T23:40:28.240Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-20T23:40:28.464Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-20T23:40:29.058Z | Compiling parse-display-derive v0.10.0 |
2050 | 2024-12-20T23:40:29.153Z | Compiling colored v2.1.0 |
2051 | 2024-12-20T23:40:29.215Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-20T23:40:29.259Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-20T23:40:30.452Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-12-20T23:40:31.193Z | Compiling thiserror-impl v2.0.3 |
2055 | 2024-12-20T23:40:31.793Z | Compiling instant v0.1.13 |
2056 | 2024-12-20T23:40:31.979Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-20T23:40:32.385Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2058 | 2024-12-20T23:40:32.510Z | Compiling backoff v0.4.0 |
2059 | 2024-12-20T23:40:33.013Z | Compiling serde_with v3.11.0 |
2060 | 2024-12-20T23:40:33.115Z | Compiling parse-display v0.10.0 |
2061 | 2024-12-20T23:40:33.501Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-12-20T23:40:34.520Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-20T23:40:34.929Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-20T23:40:35.469Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2065 | 2024-12-20T23:40:35.558Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-12-20T23:40:35.909Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-20T23:40:36.357Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-20T23:40:36.649Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-20T23:40:36.849Z | Compiling regress v0.9.1 |
2070 | 2024-12-20T23:40:36.867Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-20T23:40:37.314Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-20T23:40:37.468Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-12-20T23:40:37.764Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2024-12-20T23:40:38.121Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-20T23:40:39.098Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-20T23:40:40.736Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-20T23:40:41.276Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2078 | 2024-12-20T23:40:41.387Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-20T23:40:47.032Z | Compiling zone v0.3.0 |
2080 | 2024-12-20T23:40:47.087Z | Compiling smf v0.2.3 |
2081 | 2024-12-20T23:40:47.087Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-20T23:40:47.093Z | Compiling ring v0.16.20 |
2083 | 2024-12-20T23:40:47.093Z | Compiling blake3 v1.5.4 |
2084 | 2024-12-20T23:40:47.679Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-20T23:40:48.191Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-20T23:40:49.008Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-20T23:40:49.010Z | Compiling xattr v1.3.1 |
2088 | 2024-12-20T23:40:49.203Z | Compiling filetime v0.2.25 |
2089 | 2024-12-20T23:40:49.338Z | Compiling memmap2 v0.9.5 |
2090 | 2024-12-20T23:40:49.555Z | Compiling arrayvec v0.7.6 |
2091 | 2024-12-20T23:40:50.036Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-12-20T23:40:50.072Z | Compiling arrayref v0.3.9 |
2093 | 2024-12-20T23:40:50.182Z | Compiling constant_time_eq v0.3.1 |
2094 | 2024-12-20T23:40:50.202Z | Compiling spin v0.5.2 |
2095 | 2024-12-20T23:40:50.205Z | Compiling same-file v1.0.6 |
2096 | 2024-12-20T23:40:50.452Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-20T23:40:50.500Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-12-20T23:40:51.993Z | Compiling tar v0.4.42 |
2099 | 2024-12-20T23:40:53.072Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-20T23:40:53.215Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-20T23:40:53.423Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-20T23:40:53.473Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-20T23:40:53.927Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-20T23:40:56.910Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-20T23:41:00.056Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-20T23:41:01.262Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-20T23:41:09.060Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-20T23:41:23.583Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2109 | 2024-12-20T23:41:23.747Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-20T23:41:23.799Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-20T23:41:23.803Z | Created new build target 'test' and set it as active |
2112 | 2024-12-20T23:41:23.803Z | |
2113 | 2024-12-20T23:41:23.803Z | real 5:27.266045970 |
2114 | 2024-12-20T23:41:23.803Z | user 36:48.720438490 |
2115 | 2024-12-20T23:41:23.803Z | sys 4:53.476368339 |
2116 | 2024-12-20T23:41:23.803Z | trap 1.067760934 |
2117 | 2024-12-20T23:41:23.803Z | tflt 3.041022266 |
2118 | 2024-12-20T23:41:23.803Z | dflt 0.742042968 |
2119 | 2024-12-20T23:41:23.803Z | kflt 0.006868998 |
2120 | 2024-12-20T23:41:23.803Z | lock 1:17:20.263040032 |
2121 | 2024-12-20T23:41:23.803Z | slp 2:34:02.474246352 |
2122 | 2024-12-20T23:41:23.805Z | lat 2:32.372955778 |
2123 | 2024-12-20T23:41:23.805Z | stop 4:28.781972793 |
2124 | 2024-12-20T23:41:23.805Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-20T23:41:24.780Z | Finished `release` profile [optimized] target(s) in 0.92s |
2126 | 2024-12-20T23:41:24.837Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-20T23:41:24.881Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-20T23:41:26.057Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-20T23:41:26.057Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-20T23:41:26.060Z | Compiling newline-converter v0.3.0 |
2131 | 2024-12-20T23:41:26.062Z | Compiling password-hash v0.5.0 |
2132 | 2024-12-20T23:41:26.062Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-12-20T23:41:26.062Z | Compiling blake2 v0.10.6 |
2134 | 2024-12-20T23:41:26.062Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-12-20T23:41:26.062Z | Compiling atomicwrites v0.4.4 |
2136 | 2024-12-20T23:41:26.472Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-20T23:41:26.560Z | Compiling owo-colors v4.1.0 |
2138 | 2024-12-20T23:41:26.672Z | Compiling progenitor v0.8.0 |
2139 | 2024-12-20T23:41:26.694Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2024-12-20T23:41:26.719Z | Compiling num-rational v0.4.2 |
2141 | 2024-12-20T23:41:26.847Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-20T23:41:26.917Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-20T23:41:26.965Z | Compiling num-complex v0.4.6 |
2144 | 2024-12-20T23:41:27.425Z | Compiling libsw v3.3.1 |
2145 | 2024-12-20T23:41:27.711Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-12-20T23:41:27.765Z | Compiling swrite v0.1.0 |
2147 | 2024-12-20T23:41:27.907Z | Compiling float-ord v0.3.2 |
2148 | 2024-12-20T23:41:28.087Z | Compiling num v0.4.3 |
2149 | 2024-12-20T23:41:28.205Z | Compiling linear-map v1.2.0 |
2150 | 2024-12-20T23:41:28.222Z | Compiling indent_write v2.2.0 |
2151 | 2024-12-20T23:41:28.291Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-12-20T23:41:28.351Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-12-20T23:41:28.456Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-12-20T23:41:28.610Z | Compiling base64 v0.21.7 |
2155 | 2024-12-20T23:41:29.108Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2156 | 2024-12-20T23:41:29.225Z | Compiling highway v1.2.0 |
2157 | 2024-12-20T23:41:29.724Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-20T23:41:30.199Z | Compiling semver v0.1.20 |
2159 | 2024-12-20T23:41:30.735Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-20T23:41:30.808Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-12-20T23:41:31.123Z | Compiling dropshot v0.13.0 |
2162 | 2024-12-20T23:41:31.141Z | Compiling newtype_derive v0.1.6 |
2163 | 2024-12-20T23:41:31.184Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-12-20T23:41:31.510Z | Compiling instant v0.1.13 |
2165 | 2024-12-20T23:41:31.698Z | Compiling humantime v2.1.0 |
2166 | 2024-12-20T23:41:31.968Z | Compiling backoff v0.4.0 |
2167 | 2024-12-20T23:41:32.358Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-20T23:41:32.720Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2169 | 2024-12-20T23:41:33.522Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-12-20T23:41:36.275Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-20T23:41:36.659Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-12-20T23:41:37.702Z | Compiling parse-display v0.10.0 |
2173 | 2024-12-20T23:41:38.134Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-12-20T23:41:38.188Z | Compiling strum v0.26.3 |
2175 | 2024-12-20T23:41:38.278Z | Compiling serde_with v3.11.0 |
2176 | 2024-12-20T23:41:38.444Z | Compiling regress v0.9.1 |
2177 | 2024-12-20T23:41:41.565Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-12-20T23:41:42.937Z | Compiling macaddr v1.0.1 |
2179 | 2024-12-20T23:41:43.258Z | Compiling slog-dtrace v0.3.0 |
2180 | 2024-12-20T23:41:43.373Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-12-20T23:41:43.415Z | Compiling steno v0.4.1 |
2182 | 2024-12-20T23:41:43.811Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-20T23:41:44.531Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2184 | 2024-12-20T23:41:45.376Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-20T23:41:45.605Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2186 | 2024-12-20T23:41:47.924Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-20T23:41:48.575Z | Compiling half v2.4.1 |
2188 | 2024-12-20T23:41:49.302Z | Compiling ciborium-io v0.2.2 |
2189 | 2024-12-20T23:41:49.473Z | Compiling ciborium-ll v0.2.2 |
2190 | 2024-12-20T23:41:50.024Z | Compiling tungstenite v0.21.0 |
2191 | 2024-12-20T23:41:53.124Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2024-12-20T23:41:53.800Z | Compiling ciborium v0.2.2 |
2193 | 2024-12-20T23:41:55.156Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2194 | 2024-12-20T23:42:01.315Z | Compiling display-error-chain v0.2.2 |
2195 | 2024-12-20T23:42:01.547Z | Compiling fastrand v2.1.1 |
2196 | 2024-12-20T23:42:02.072Z | Compiling same-file v1.0.6 |
2197 | 2024-12-20T23:42:02.322Z | Compiling walkdir v2.5.0 |
2198 | 2024-12-20T23:42:02.340Z | Compiling tempfile v3.13.0 |
2199 | 2024-12-20T23:42:02.995Z | Compiling blake3 v1.5.4 |
2200 | 2024-12-20T23:42:03.125Z | Compiling ring v0.16.20 |
2201 | 2024-12-20T23:42:03.369Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2202 | 2024-12-20T23:42:03.469Z | Compiling xattr v1.3.1 |
2203 | 2024-12-20T23:42:03.628Z | Compiling memmap2 v0.9.5 |
2204 | 2024-12-20T23:42:03.729Z | Compiling filetime v0.2.25 |
2205 | 2024-12-20T23:42:03.763Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-12-20T23:42:04.015Z | Compiling spin v0.5.2 |
2207 | 2024-12-20T23:42:04.049Z | Compiling constant_time_eq v0.3.1 |
2208 | 2024-12-20T23:42:04.224Z | Compiling arrayref v0.3.9 |
2209 | 2024-12-20T23:42:04.264Z | Compiling keccak v0.1.5 |
2210 | 2024-12-20T23:42:04.333Z | Compiling arrayvec v0.7.6 |
2211 | 2024-12-20T23:42:05.198Z | Compiling sha3 v0.10.8 |
2212 | 2024-12-20T23:42:05.308Z | Compiling tar v0.4.42 |
2213 | 2024-12-20T23:42:05.909Z | Compiling camino-tempfile v1.1.1 |
2214 | 2024-12-20T23:42:06.006Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-12-20T23:42:06.344Z | Compiling const_format_proc_macros v0.2.33 |
2216 | 2024-12-20T23:42:06.601Z | Compiling radium v0.7.0 |
2217 | 2024-12-20T23:42:07.031Z | Compiling topological-sort v0.2.2 |
2218 | 2024-12-20T23:42:07.254Z | Compiling crunchy v0.2.2 |
2219 | 2024-12-20T23:42:07.254Z | Compiling maplit v1.0.2 |
2220 | 2024-12-20T23:42:07.317Z | Compiling rustfmt-wrapper v0.2.1 |
2221 | 2024-12-20T23:42:07.398Z | Compiling tiny-keccak v2.0.2 |
2222 | 2024-12-20T23:42:07.716Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-20T23:42:07.735Z | Compiling tap v1.0.1 |
2224 | 2024-12-20T23:42:07.826Z | Compiling maybe-uninit v2.0.0 |
2225 | 2024-12-20T23:42:07.912Z | Compiling wyz v0.5.1 |
2226 | 2024-12-20T23:42:08.173Z | Compiling const_format v0.2.33 |
2227 | 2024-12-20T23:42:08.453Z | Compiling dsl_auto_type v0.1.2 |
2228 | 2024-12-20T23:42:08.509Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2229 | 2024-12-20T23:42:08.854Z | Compiling phf_generator v0.11.2 |
2230 | 2024-12-20T23:42:08.995Z | Compiling scheduled-thread-pool v0.2.7 |
2231 | 2024-12-20T23:42:09.010Z | Compiling secrecy v0.8.0 |
2232 | 2024-12-20T23:42:09.043Z | Compiling async-recursion v1.1.1 |
2233 | 2024-12-20T23:42:09.328Z | Compiling diesel_table_macro_syntax v0.2.0 |
2234 | 2024-12-20T23:42:09.358Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2235 | 2024-12-20T23:42:09.661Z | Compiling arc-swap v1.7.1 |
2236 | 2024-12-20T23:42:09.739Z | Compiling funty v2.0.0 |
2237 | 2024-12-20T23:42:09.829Z | Compiling packed_struct v0.10.1 |
2238 | 2024-12-20T23:42:10.296Z | Compiling crc-catalog v2.4.0 |
2239 | 2024-12-20T23:42:10.347Z | Compiling slog-scope v4.4.0 |
2240 | 2024-12-20T23:42:10.366Z | Compiling diesel_derives v2.2.3 |
2241 | 2024-12-20T23:42:10.470Z | Compiling crc v3.2.1 |
2242 | 2024-12-20T23:42:10.554Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2243 | 2024-12-20T23:42:11.164Z | Compiling bitvec v1.0.1 |
2244 | 2024-12-20T23:42:12.226Z | Compiling r2d2 v0.8.10 |
2245 | 2024-12-20T23:42:12.453Z | Compiling phf_codegen v0.11.2 |
2246 | 2024-12-20T23:42:12.798Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2247 | 2024-12-20T23:42:12.975Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2248 | 2024-12-20T23:42:13.096Z | Compiling ascii-canvas v3.0.0 |
2249 | 2024-12-20T23:42:13.587Z | Compiling universal-hash v0.5.1 |
2250 | 2024-12-20T23:42:13.823Z | Compiling packed_struct_codegen v0.10.1 |
2251 | 2024-12-20T23:42:15.877Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2024-12-20T23:42:16.325Z | Compiling parse-zoneinfo v0.3.1 |
2253 | 2024-12-20T23:42:17.953Z | Compiling ena v0.14.3 |
2254 | 2024-12-20T23:42:18.367Z | Compiling indexmap v1.9.3 |
2255 | 2024-12-20T23:42:18.464Z | Compiling unicase v2.7.0 |
2256 | 2024-12-20T23:42:18.674Z | Compiling nodrop v0.1.14 |
2257 | 2024-12-20T23:42:18.772Z | Compiling diff v0.1.13 |
2258 | 2024-12-20T23:42:18.829Z | Compiling regex-syntax v0.6.29 |
2259 | 2024-12-20T23:42:19.317Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-20T23:42:19.435Z | Compiling poly1305 v0.8.0 |
2261 | 2024-12-20T23:42:20.987Z | Compiling array-init v0.0.4 |
2262 | 2024-12-20T23:42:21.524Z | Compiling diesel v2.2.6 |
2263 | 2024-12-20T23:42:22.146Z | Compiling lalrpop v0.19.12 |
2264 | 2024-12-20T23:42:24.140Z | Compiling thiserror-no-std v2.0.2 |
2265 | 2024-12-20T23:42:24.278Z | Compiling chrono-tz-build v0.4.0 |
2266 | 2024-12-20T23:42:29.926Z | Compiling smallvec v0.6.14 |
2267 | 2024-12-20T23:42:30.123Z | Compiling slog-stdlog v4.1.1 |
2268 | 2024-12-20T23:42:30.368Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2269 | 2024-12-20T23:42:30.956Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2270 | 2024-12-20T23:42:31.255Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2271 | 2024-12-20T23:42:31.503Z | Compiling chacha20 v0.9.1 |
2272 | 2024-12-20T23:42:31.519Z | Compiling aead v0.5.2 |
2273 | 2024-12-20T23:42:31.921Z | Compiling vte_generate_state_changes v0.1.2 |
2274 | 2024-12-20T23:42:32.004Z | Compiling bitfield v0.14.0 |
2275 | 2024-12-20T23:42:32.330Z | Compiling ref-cast v1.0.23 |
2276 | 2024-12-20T23:42:32.543Z | Compiling hashbrown v0.12.3 |
2277 | 2024-12-20T23:42:32.816Z | Compiling termcolor v1.4.1 |
2278 | 2024-12-20T23:42:33.988Z | Compiling env_logger v0.10.2 |
2279 | 2024-12-20T23:42:35.083Z | Compiling vte v0.11.1 |
2280 | 2024-12-20T23:42:36.551Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2281 | 2024-12-20T23:42:37.168Z | Compiling chacha20poly1305 v0.10.1 |
2282 | 2024-12-20T23:42:37.436Z | Compiling slog-envlogger v2.2.0 |
2283 | 2024-12-20T23:42:40.254Z | Compiling serde-hex v0.1.0 |
2284 | 2024-12-20T23:42:45.590Z | Compiling chrono-tz v0.10.0 |
2285 | 2024-12-20T23:42:46.113Z | Compiling vsss-rs v3.3.4 |
2286 | 2024-12-20T23:42:46.236Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2287 | 2024-12-20T23:42:46.567Z | Compiling ron v0.8.1 |
2288 | 2024-12-20T23:42:47.945Z | Compiling polar-core v0.27.3 |
2289 | 2024-12-20T23:42:49.216Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2290 | 2024-12-20T23:42:49.524Z | Compiling derive_builder_core v0.20.2 |
2291 | 2024-12-20T23:42:50.466Z | Compiling hashbrown v0.13.2 |
2292 | 2024-12-20T23:42:51.734Z | Compiling headers-core v0.3.0 |
2293 | 2024-12-20T23:42:51.849Z | Compiling fxhash v0.2.1 |
2294 | 2024-12-20T23:42:51.922Z | Compiling libxml v0.3.3 |
2295 | 2024-12-20T23:42:52.096Z | Compiling ref-cast-impl v1.0.23 |
2296 | 2024-12-20T23:42:52.276Z | Compiling bytecount v0.6.8 |
2297 | 2024-12-20T23:42:52.386Z | Compiling bumpalo v3.16.0 |
2298 | 2024-12-20T23:42:52.592Z | Compiling lockfree-object-pool v0.1.6 |
2299 | 2024-12-20T23:42:52.901Z | Compiling crc-any v2.5.0 |
2300 | 2024-12-20T23:42:52.996Z | Compiling simd-adler32 v0.3.7 |
2301 | 2024-12-20T23:42:53.207Z | Compiling zip v2.1.3 |
2302 | 2024-12-20T23:42:53.561Z | Compiling zopfli v0.8.1 |
2303 | 2024-12-20T23:42:53.831Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2304 | 2024-12-20T23:42:54.357Z | Compiling papergrid v0.11.0 |
2305 | 2024-12-20T23:42:57.904Z | Compiling headers v0.4.0 |
2306 | 2024-12-20T23:42:59.755Z | Compiling object v0.30.4 |
2307 | 2024-12-20T23:43:01.768Z | Compiling derive_builder_macro v0.20.2 |
2308 | 2024-12-20T23:43:07.709Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2309 | 2024-12-20T23:43:09.252Z | Compiling strip-ansi-escapes v0.2.0 |
2310 | 2024-12-20T23:43:09.816Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2311 | 2024-12-20T23:43:10.245Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2312 | 2024-12-20T23:43:10.529Z | Compiling tabled_derive v0.7.0 |
2313 | 2024-12-20T23:43:10.534Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2314 | 2024-12-20T23:43:12.680Z | Compiling itertools v0.12.1 |
2315 | 2024-12-20T23:43:12.876Z | Compiling fd-lock v4.0.2 |
2316 | 2024-12-20T23:43:13.005Z | Compiling peg-macros v0.8.4 |
2317 | 2024-12-20T23:43:13.109Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2024-12-20T23:43:13.754Z | Compiling strum_macros v0.24.3 |
2319 | 2024-12-20T23:43:14.177Z | Compiling kstat-rs v0.2.4 |
2320 | 2024-12-20T23:43:15.062Z | Compiling samael v0.0.17 |
2321 | 2024-12-20T23:43:15.152Z | Compiling nu-ansi-term v0.50.1 |
2322 | 2024-12-20T23:43:15.172Z | Compiling path-slash v0.1.5 |
2323 | 2024-12-20T23:43:15.421Z | Compiling indoc v1.0.9 |
2324 | 2024-12-20T23:43:16.247Z | Compiling reedline v0.35.0 |
2325 | 2024-12-20T23:43:16.266Z | Compiling peg v0.8.4 |
2326 | 2024-12-20T23:43:16.360Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2327 | 2024-12-20T23:43:16.380Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2328 | 2024-12-20T23:43:16.933Z | Compiling tabled v0.15.0 |
2329 | 2024-12-20T23:43:20.430Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2330 | 2024-12-20T23:43:31.452Z | Compiling derive_builder v0.20.2 |
2331 | 2024-12-20T23:43:35.938Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2332 | 2024-12-20T23:43:36.399Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2333 | 2024-12-20T23:43:36.615Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2334 | 2024-12-20T23:43:36.919Z | Compiling pem v3.0.4 |
2335 | 2024-12-20T23:43:37.123Z | Compiling bcs v0.1.6 |
2336 | 2024-12-20T23:43:38.016Z | Compiling oso-derive v0.27.3 |
2337 | 2024-12-20T23:43:38.378Z | Compiling impl-trait-for-tuples v0.2.2 |
2338 | 2024-12-20T23:43:38.980Z | Compiling libz-sys v1.1.20 |
2339 | 2024-12-20T23:43:39.658Z | Compiling quick-xml v0.33.0 |
2340 | 2024-12-20T23:43:40.191Z | Compiling diesel-dtrace v0.4.2 |
2341 | 2024-12-20T23:43:40.511Z | Compiling parking_lot_core v0.8.6 |
2342 | 2024-12-20T23:43:45.217Z | Compiling oso v0.27.3 |
2343 | 2024-12-20T23:43:47.512Z | Compiling mime_guess v2.0.5 |
2344 | 2024-12-20T23:43:48.696Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-12-20T23:43:50.522Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2346 | 2024-12-20T23:43:56.060Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2024-12-20T23:43:59.205Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2348 | 2024-12-20T23:43:59.512Z | Compiling bb8 v0.8.5 |
2349 | 2024-12-20T23:44:00.168Z | Compiling buf-list v1.0.3 |
2350 | 2024-12-20T23:44:00.803Z | Compiling async-bb8-diesel v0.2.1 |
2351 | 2024-12-20T23:44:02.812Z | Compiling nibble_vec v0.1.0 |
2352 | 2024-12-20T23:44:03.068Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2353 | 2024-12-20T23:44:03.414Z | Compiling pin-project-internal v1.1.6 |
2354 | 2024-12-20T23:44:03.876Z | Compiling atty v0.2.14 |
2355 | 2024-12-20T23:44:04.056Z | Compiling endian-type v0.1.2 |
2356 | 2024-12-20T23:44:04.323Z | Compiling salty v0.3.0 |
2357 | 2024-12-20T23:44:04.746Z | Compiling http-range v0.1.5 |
2358 | 2024-12-20T23:44:05.399Z | Compiling radix_trie v0.2.1 |
2359 | 2024-12-20T23:44:06.187Z | Compiling pin-project v1.1.6 |
2360 | 2024-12-20T23:44:06.366Z | Compiling parking_lot v0.11.2 |
2361 | 2024-12-20T23:44:11.214Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2362 | 2024-12-20T23:44:17.835Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2363 | 2024-12-20T23:44:21.773Z | Compiling snafu-derive v0.8.5 |
2364 | 2024-12-20T23:44:22.367Z | Compiling hyper-staticfile v0.10.1 |
2365 | 2024-12-20T23:44:25.266Z | Compiling sled v0.34.7 |
2366 | 2024-12-20T23:44:26.338Z | Compiling snafu v0.8.5 |
2367 | 2024-12-20T23:44:27.649Z | Compiling hickory-client v0.24.1 |
2368 | 2024-12-20T23:44:34.745Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2369 | 2024-12-20T23:44:34.914Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2370 | 2024-12-20T23:44:34.994Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2371 | 2024-12-20T23:44:35.972Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2372 | 2024-12-20T23:44:35.992Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2373 | 2024-12-20T23:44:37.085Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2374 | 2024-12-20T23:44:38.555Z | Compiling globset v0.4.15 |
2375 | 2024-12-20T23:44:40.919Z | Compiling hickory-server v0.24.1 |
2376 | 2024-12-20T23:44:44.703Z | Compiling primeorder v0.13.6 |
2377 | 2024-12-20T23:44:45.337Z | Compiling olpc-cjson v0.1.4 |
2378 | 2024-12-20T23:44:45.690Z | Compiling castaway v0.2.3 |
2379 | 2024-12-20T23:44:46.024Z | Compiling vergen v8.3.2 |
2380 | 2024-12-20T23:44:46.326Z | Compiling env_filter v0.1.2 |
2381 | 2024-12-20T23:44:47.840Z | Compiling cargo-platform v0.1.8 |
2382 | 2024-12-20T23:44:48.326Z | Compiling serde_plain v1.0.2 |
2383 | 2024-12-20T23:44:48.837Z | Compiling nanorand v0.7.0 |
2384 | 2024-12-20T23:44:49.542Z | Compiling memoffset v0.9.1 |
2385 | 2024-12-20T23:44:49.836Z | Compiling typed-path v0.9.3 |
2386 | 2024-12-20T23:44:51.629Z | Compiling flume v0.11.1 |
2387 | 2024-12-20T23:44:52.682Z | Compiling tough v0.19.0 |
2388 | 2024-12-20T23:44:56.279Z | Compiling git2 v0.19.0 |
2389 | 2024-12-20T23:44:56.299Z | Compiling cargo_metadata v0.18.1 |
2390 | 2024-12-20T23:44:57.058Z | Compiling env_logger v0.11.5 |
2391 | 2024-12-20T23:44:58.547Z | Compiling compact_str v0.8.0 |
2392 | 2024-12-20T23:44:59.452Z | Compiling p384 v0.13.0 |
2393 | 2024-12-20T23:44:59.720Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2394 | 2024-12-20T23:45:01.117Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2395 | 2024-12-20T23:45:05.551Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2396 | 2024-12-20T23:45:05.589Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2397 | 2024-12-20T23:45:06.759Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2398 | 2024-12-20T23:45:11.247Z | Compiling unicode-truncate v1.1.0 |
2399 | 2024-12-20T23:45:11.556Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2400 | 2024-12-20T23:45:13.717Z | Compiling lru v0.12.5 |
2401 | 2024-12-20T23:45:14.104Z | Compiling rand_seeder v0.3.0 |
2402 | 2024-12-20T23:45:14.246Z | Compiling libsqlite3-sys v0.30.1 |
2403 | 2024-12-20T23:45:14.509Z | Compiling lzma-sys v0.1.20 |
2404 | 2024-12-20T23:45:14.752Z | Compiling instability v0.3.2 |
2405 | 2024-12-20T23:45:15.221Z | Compiling parse-size v1.1.0 |
2406 | 2024-12-20T23:45:15.554Z | Compiling cassowary v0.3.0 |
2407 | 2024-12-20T23:45:15.746Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2024-12-20T23:45:15.875Z | Compiling rustls v0.21.12 |
2409 | 2024-12-20T23:45:16.065Z | Compiling cfg_aliases v0.2.1 |
2410 | 2024-12-20T23:45:16.200Z | Compiling nix v0.29.0 |
2411 | 2024-12-20T23:45:16.260Z | Compiling ratatui v0.28.1 |
2412 | 2024-12-20T23:45:17.055Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2413 | 2024-12-20T23:45:17.312Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-20T23:45:17.549Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-12-20T23:45:20.924Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-20T23:45:23.492Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2417 | 2024-12-20T23:45:23.521Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-12-20T23:45:23.833Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2419 | 2024-12-20T23:45:24.310Z | Compiling rustls-webpki v0.101.7 |
2420 | 2024-12-20T23:45:27.271Z | Compiling sct v0.7.1 |
2421 | 2024-12-20T23:45:27.784Z | Compiling heck v0.3.3 |
2422 | 2024-12-20T23:45:28.187Z | Compiling csv-core v0.1.11 |
2423 | 2024-12-20T23:45:28.235Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2024-12-20T23:45:28.335Z | Compiling glob v0.3.1 |
2425 | 2024-12-20T23:45:28.552Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2426 | 2024-12-20T23:45:28.901Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2427 | 2024-12-20T23:45:29.136Z | Compiling csv v1.3.0 |
2428 | 2024-12-20T23:45:30.388Z | Compiling zone_cfg_derive v0.1.2 |
2429 | 2024-12-20T23:45:31.816Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2430 | 2024-12-20T23:45:34.088Z | Compiling nix v0.27.1 |
2431 | 2024-12-20T23:45:35.340Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2432 | 2024-12-20T23:45:36.122Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2433 | 2024-12-20T23:45:37.106Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-12-20T23:45:38.536Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2435 | 2024-12-20T23:45:42.729Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-12-20T23:45:47.552Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2024-12-20T23:45:47.750Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-12-20T23:45:48.071Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2439 | 2024-12-20T23:45:48.379Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-12-20T23:45:48.691Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2441 | 2024-12-20T23:45:50.234Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2442 | 2024-12-20T23:45:53.201Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2024-12-20T23:45:53.878Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2444 | 2024-12-20T23:45:54.122Z | Compiling hashlink v0.9.1 |
2445 | 2024-12-20T23:45:54.474Z | Compiling tungstenite v0.23.0 |
2446 | 2024-12-20T23:45:54.960Z | Compiling base64 v0.13.1 |
2447 | 2024-12-20T23:45:55.175Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-12-20T23:45:55.472Z | Compiling fallible-iterator v0.3.0 |
2449 | 2024-12-20T23:45:55.717Z | Compiling ron v0.7.1 |
2450 | 2024-12-20T23:45:56.063Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-12-20T23:45:56.280Z | Compiling rusqlite v0.32.1 |
2452 | 2024-12-20T23:45:56.734Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-20T23:45:57.409Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-20T23:46:01.011Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2455 | 2024-12-20T23:46:01.526Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2456 | 2024-12-20T23:46:02.646Z | Compiling xz2 v0.1.7 |
2457 | 2024-12-20T23:46:03.291Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-20T23:46:03.767Z | Compiling zone v0.1.8 |
2459 | 2024-12-20T23:46:05.836Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-20T23:46:07.224Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-20T23:46:14.917Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-20T23:46:15.869Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2463 | 2024-12-20T23:46:19.061Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2464 | 2024-12-20T23:46:20.868Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-20T23:46:21.184Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-20T23:46:21.506Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-20T23:46:21.669Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-20T23:46:21.858Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-20T23:46:22.104Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-20T23:46:23.170Z | Compiling yasna v0.5.2 |
2471 | 2024-12-20T23:46:26.640Z | Compiling smawk v0.3.2 |
2472 | 2024-12-20T23:46:26.667Z | Compiling unicode-linebreak v0.1.5 |
2473 | 2024-12-20T23:46:26.923Z | Compiling is_ci v1.2.0 |
2474 | 2024-12-20T23:46:27.225Z | Compiling supports-color v3.0.1 |
2475 | 2024-12-20T23:46:27.244Z | Compiling textwrap v0.16.1 |
2476 | 2024-12-20T23:46:27.646Z | Compiling rcgen v0.12.1 |
2477 | 2024-12-20T23:46:33.942Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-20T23:46:37.865Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-20T23:46:38.094Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2480 | 2024-12-20T23:46:39.235Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-20T23:46:43.235Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-20T23:46:44.988Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-20T23:46:49.741Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-20T23:46:58.922Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-20T23:47:03.233Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-20T23:47:03.862Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-20T23:47:04.173Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-20T23:47:10.762Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-20T23:47:14.737Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-20T23:47:17.583Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-20T23:47:18.035Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-20T23:47:18.060Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-20T23:47:21.100Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2494 | 2024-12-20T23:47:22.751Z | Compiling rpassword v7.3.1 |
2495 | 2024-12-20T23:47:23.207Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-20T23:47:25.254Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-20T23:47:28.815Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2498 | 2024-12-20T23:47:32.515Z | Compiling tui-tree-widget v0.22.0 |
2499 | 2024-12-20T23:47:32.994Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-20T23:47:37.368Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-20T23:47:37.698Z | Compiling uzers v0.12.1 |
2502 | 2024-12-20T23:47:40.881Z | Compiling shell-words v1.1.0 |
2503 | 2024-12-20T23:47:41.327Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-20T23:47:46.575Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-20T23:47:48.694Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-20T23:48:17.241Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-20T23:48:18.097Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2508 | 2024-12-20T23:48:23.717Z | Compiling multimap v0.10.0 |
2509 | 2024-12-20T23:50:46.141Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2510 | 2024-12-20T23:50:50.396Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2511 | 2024-12-20T23:57:36.218Z | Finished `release` profile [optimized] target(s) in 16m 11s |
2512 | 2024-12-20T23:58:40.742Z | |
2513 | 2024-12-20T23:58:40.745Z | real 17:16.901770756 |
2514 | 2024-12-20T23:58:40.746Z | user 1:56:55.717453145 |
2515 | 2024-12-20T23:58:40.746Z | sys 5:51.075985890 |
2516 | 2024-12-20T23:58:40.746Z | trap 2.804924141 |
2517 | 2024-12-20T23:58:40.746Z | tflt 2.934757668 |
2518 | 2024-12-20T23:58:40.746Z | dflt 5.181223039 |
2519 | 2024-12-20T23:58:40.746Z | kflt 0.287315378 |
2520 | 2024-12-20T23:58:40.746Z | lock 7:12:44.124694095 |
2521 | 2024-12-20T23:58:40.746Z | slp 6:12:51.661463812 |
2522 | 2024-12-20T23:58:40.746Z | lat 2:53.934324706 |
2523 | 2024-12-20T23:58:40.747Z | stop 2:37.555944043 |
2524 | 2024-12-20T23:58:40.747Z | + mapfile -t packages |
2525 | 2024-12-20T23:58:40.747Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2526 | 2024-12-20T23:58:41.790Z | Finished `release` profile [optimized] target(s) in 0.99s |
2527 | 2024-12-20T23:58:41.857Z | Running `target/release/omicron-package -t test list-outputs` |
2528 | 2024-12-20T23:58:41.908Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2529 | 2024-12-20T23:58:41.911Z | + ptime -m cargo build --locked --release -p xtask |
2530 | 2024-12-20T23:58:42.488Z | Compiling serde v1.0.215 |
2531 | 2024-12-20T23:58:42.492Z | Compiling libc v0.2.162 |
2532 | 2024-12-20T23:58:42.492Z | Compiling serde_json v1.0.132 |
2533 | 2024-12-20T23:58:42.492Z | Compiling rustix v0.38.37 |
2534 | 2024-12-20T23:58:42.492Z | Compiling syn v2.0.87 |
2535 | 2024-12-20T23:58:42.577Z | Compiling bitflags v2.6.0 |
2536 | 2024-12-20T23:58:42.934Z | Compiling usdt-impl v0.5.0 |
2537 | 2024-12-20T23:58:42.980Z | Compiling syn v1.0.109 |
2538 | 2024-12-20T23:58:43.088Z | Compiling log v0.4.22 |
2539 | 2024-12-20T23:58:43.155Z | Compiling hashbrown v0.15.1 |
2540 | 2024-12-20T23:58:43.182Z | Compiling fs-err v2.11.0 |
2541 | 2024-12-20T23:58:43.483Z | Compiling once_cell v1.20.2 |
2542 | 2024-12-20T23:58:43.540Z | Compiling anyhow v1.0.93 |
2543 | 2024-12-20T23:58:44.067Z | Compiling thread-id v4.2.2 |
2544 | 2024-12-20T23:58:44.458Z | Compiling indexmap v2.6.0 |
2545 | 2024-12-20T23:58:45.670Z | Compiling terminal_size v0.4.0 |
2546 | 2024-12-20T23:58:45.672Z | Compiling tempfile v3.13.0 |
2547 | 2024-12-20T23:58:45.922Z | Compiling clap_builder v4.5.21 |
2548 | 2024-12-20T23:58:46.466Z | Compiling proc-macro-error v1.0.4 |
2549 | 2024-12-20T23:58:47.790Z | Compiling tabled_derive v0.7.0 |
2550 | 2024-12-20T23:58:49.109Z | Compiling tabled v0.15.0 |
2551 | 2024-12-20T23:58:50.812Z | Compiling serde_derive v1.0.215 |
2552 | 2024-12-20T23:58:51.333Z | Compiling thiserror-impl v1.0.69 |
2553 | 2024-12-20T23:58:53.058Z | Compiling zerocopy-derive v0.7.35 |
2554 | 2024-12-20T23:58:53.100Z | Compiling scroll_derive v0.12.0 |
2555 | 2024-12-20T23:58:54.216Z | Compiling clap_derive v4.5.18 |
2556 | 2024-12-20T23:58:54.279Z | Compiling thiserror v1.0.69 |
2557 | 2024-12-20T23:58:54.461Z | Compiling pest v2.7.14 |
2558 | 2024-12-20T23:58:54.705Z | Compiling scroll v0.12.0 |
2559 | 2024-12-20T23:58:55.109Z | Compiling zerocopy v0.7.35 |
2560 | 2024-12-20T23:58:55.332Z | Compiling goblin v0.8.2 |
2561 | 2024-12-20T23:58:57.494Z | Compiling pest_meta v2.7.14 |
2562 | 2024-12-20T23:58:59.066Z | Compiling pest_generator v2.7.14 |
2563 | 2024-12-20T23:59:01.654Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-20T23:59:02.438Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-20T23:59:05.045Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-20T23:59:05.658Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-20T23:59:06.413Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-12-20T23:59:06.684Z | Compiling dof v0.3.0 |
2569 | 2024-12-20T23:59:07.392Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-20T23:59:07.622Z | Compiling camino v1.1.9 |
2571 | 2024-12-20T23:59:11.208Z | Compiling usdt-macro v0.5.0 |
2572 | 2024-12-20T23:59:11.255Z | Compiling usdt-attr-macro v0.5.0 |
2573 | 2024-12-20T23:59:11.255Z | Compiling semver v1.0.23 |
2574 | 2024-12-20T23:59:11.255Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-12-20T23:59:11.659Z | Compiling toml v0.8.19 |
2576 | 2024-12-20T23:59:11.815Z | Compiling cargo_metadata v0.18.1 |
2577 | 2024-12-20T23:59:11.833Z | Compiling usdt v0.5.0 |
2578 | 2024-12-20T23:59:13.319Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-12-20T23:59:14.770Z | Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-20T23:59:15.571Z | Compiling macaddr v1.0.1 |
2581 | 2024-12-20T23:59:16.239Z | Compiling clap v4.5.21 |
2582 | 2024-12-20T23:59:27.672Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2583 | 2024-12-20T23:59:38.881Z | Finished `release` profile [optimized] target(s) in 56.91s |
2584 | 2024-12-20T23:59:39.014Z | |
2585 | 2024-12-20T23:59:39.017Z | real 57.072676666 |
2586 | 2024-12-20T23:59:39.017Z | user 5:45.847684977 |
2587 | 2024-12-20T23:59:39.017Z | sys 31.395559309 |
2588 | 2024-12-20T23:59:39.017Z | trap 0.153295650 |
2589 | 2024-12-20T23:59:39.017Z | tflt 0.322393977 |
2590 | 2024-12-20T23:59:39.017Z | dflt 0.480409048 |
2591 | 2024-12-20T23:59:39.017Z | kflt 0.000075169 |
2592 | 2024-12-20T23:59:39.017Z | lock 11:23.372827281 |
2593 | 2024-12-20T23:59:39.017Z | slp 17:20.851002727 |
2594 | 2024-12-20T23:59:39.017Z | lat 14.697056967 |
2595 | 2024-12-20T23:59:39.017Z | stop 18.041635669 |
2596 | 2024-12-20T23:59:39.017Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-20T23:59:39.017Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-20T23:59:39.017Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-20T23:59:39.017Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-20T23:59:39.018Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2601 | 2024-12-20T23:59:39.901Z | Compiling hashbrown v0.14.5 |
2602 | 2024-12-20T23:59:40.028Z | Compiling ident_case v1.0.1 |
2603 | 2024-12-20T23:59:40.028Z | Compiling unsafe-libyaml v0.2.11 |
2604 | 2024-12-20T23:59:40.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-12-20T23:59:40.031Z | Compiling progenitor-client v0.8.0 |
2606 | 2024-12-20T23:59:40.031Z | Compiling ipnetwork v0.20.0 |
2607 | 2024-12-20T23:59:40.031Z | Compiling macaddr v1.0.1 |
2608 | 2024-12-20T23:59:40.031Z | Compiling instant v0.1.13 |
2609 | 2024-12-20T23:59:40.191Z | Compiling darling_core v0.20.10 |
2610 | 2024-12-20T23:59:40.212Z | Compiling structmeta-derive v0.3.0 |
2611 | 2024-12-20T23:59:40.489Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2612 | 2024-12-20T23:59:40.543Z | Compiling dropshot v0.13.0 |
2613 | 2024-12-20T23:59:40.589Z | Compiling newtype-uuid v1.1.3 |
2614 | 2024-12-20T23:59:40.918Z | Compiling dropshot_endpoint v0.13.0 |
2615 | 2024-12-20T23:59:41.051Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2616 | 2024-12-20T23:59:41.254Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2617 | 2024-12-20T23:59:41.256Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2618 | 2024-12-20T23:59:41.399Z | Compiling regress v0.10.1 |
2619 | 2024-12-20T23:59:41.634Z | Compiling serde_yaml v0.9.34+deprecated |
2620 | 2024-12-20T23:59:41.851Z | Compiling regress v0.9.1 |
2621 | 2024-12-20T23:59:41.919Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-20T23:59:42.064Z | Compiling backoff v0.4.0 |
2623 | 2024-12-20T23:59:42.106Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2624 | 2024-12-20T23:59:42.280Z | Compiling tempfile v3.13.0 |
2625 | 2024-12-20T23:59:42.438Z | Compiling proc-macro-crate v1.3.1 |
2626 | 2024-12-20T23:59:43.217Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2627 | 2024-12-20T23:59:43.266Z | Compiling structmeta v0.3.0 |
2628 | 2024-12-20T23:59:43.546Z | Compiling num_enum_derive v0.5.11 |
2629 | 2024-12-20T23:59:43.596Z | Compiling itertools v0.13.0 |
2630 | 2024-12-20T23:59:43.735Z | Compiling parse-display-derive v0.10.0 |
2631 | 2024-12-20T23:59:45.776Z | Compiling typify-impl v0.2.0 |
2632 | 2024-12-20T23:59:46.234Z | Compiling num_enum v0.5.11 |
2633 | 2024-12-20T23:59:46.415Z | Compiling zerocopy v0.8.10 |
2634 | 2024-12-20T23:59:46.588Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-12-20T23:59:46.926Z | Compiling zerocopy-derive v0.8.10 |
2636 | 2024-12-20T23:59:47.017Z | Compiling foreign-types-macros v0.2.3 |
2637 | 2024-12-20T23:59:47.043Z | Compiling heapless v0.8.0 |
2638 | 2024-12-20T23:59:47.439Z | Compiling foreign-types-shared v0.3.1 |
2639 | 2024-12-20T23:59:47.476Z | Compiling darling_macro v0.20.10 |
2640 | 2024-12-20T23:59:47.576Z | Compiling proc-macro-error v1.0.4 |
2641 | 2024-12-20T23:59:48.242Z | Compiling camino-tempfile v1.1.1 |
2642 | 2024-12-20T23:59:48.263Z | Compiling foreign-types v0.5.0 |
2643 | 2024-12-20T23:59:48.361Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2644 | 2024-12-20T23:59:48.393Z | Compiling hash32 v0.3.1 |
2645 | 2024-12-20T23:59:48.439Z | Compiling darling v0.20.10 |
2646 | 2024-12-20T23:59:48.481Z | Compiling parse-display v0.10.0 |
2647 | 2024-12-20T23:59:48.574Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-12-20T23:59:48.657Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-12-20T23:59:48.696Z | Compiling cstr-argument v0.1.2 |
2650 | 2024-12-20T23:59:48.980Z | Compiling smoltcp v0.11.0 |
2651 | 2024-12-20T23:59:49.205Z | Compiling pretty-hex v0.2.1 |
2652 | 2024-12-20T23:59:49.226Z | Compiling crucible-workspace-hack v0.1.0 |
2653 | 2024-12-20T23:59:49.404Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2024-12-20T23:59:49.539Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2655 | 2024-12-20T23:59:49.719Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2656 | 2024-12-20T23:59:49.786Z | Compiling tabwriter v1.4.0 |
2657 | 2024-12-20T23:59:50.320Z | Compiling colored v2.1.0 |
2658 | 2024-12-20T23:59:50.366Z | Compiling cobs v0.2.3 |
2659 | 2024-12-20T23:59:50.762Z | Compiling postcard v1.0.10 |
2660 | 2024-12-20T23:59:51.358Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-20T23:59:51.426Z | Compiling serde_with v3.11.0 |
2662 | 2024-12-20T23:59:51.467Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-20T23:59:51.658Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-20T23:59:51.761Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2665 | 2024-12-20T23:59:52.066Z | Compiling thiserror v2.0.3 |
2666 | 2024-12-20T23:59:52.655Z | Compiling smf v0.2.3 |
2667 | 2024-12-20T23:59:53.100Z | Compiling thiserror-impl v2.0.3 |
2668 | 2024-12-20T23:59:53.531Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2669 | 2024-12-20T23:59:54.125Z | Compiling zone_cfg_derive v0.3.0 |
2670 | 2024-12-20T23:59:55.422Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2671 | 2024-12-20T23:59:55.542Z | Compiling num-derive v0.4.2 |
2672 | 2024-12-20T23:59:55.750Z | Compiling sigpipe v0.1.3 |
2673 | 2024-12-20T23:59:55.911Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-20T23:59:55.934Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2675 | 2024-12-20T23:59:56.047Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2676 | 2024-12-20T23:59:56.087Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2024-12-20T23:59:56.225Z | Compiling zone v0.3.0 |
2678 | 2024-12-20T23:59:56.533Z | Compiling universal-hash v0.5.1 |
2679 | 2024-12-20T23:59:56.759Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-12-20T23:59:56.877Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-20T23:59:56.926Z | Compiling num-rational v0.4.2 |
2682 | 2024-12-20T23:59:56.986Z | Compiling password-hash v0.5.0 |
2683 | 2024-12-20T23:59:57.083Z | Compiling num-complex v0.4.6 |
2684 | 2024-12-20T23:59:57.866Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-20T23:59:57.866Z | Compiling blake2 v0.10.6 |
2686 | 2024-12-20T23:59:58.052Z | Compiling aead v0.5.2 |
2687 | 2024-12-20T23:59:58.164Z | Compiling keccak v0.1.5 |
2688 | 2024-12-20T23:59:58.576Z | Compiling convert_case v0.4.0 |
2689 | 2024-12-20T23:59:58.657Z | Compiling argon2 v0.5.3 |
2690 | 2024-12-20T23:59:58.716Z | Compiling sha3 v0.10.8 |
2691 | 2024-12-20T23:59:58.775Z | Compiling num v0.4.3 |
2692 | 2024-12-20T23:59:58.901Z | Compiling poly1305 v0.8.0 |
2693 | 2024-12-20T23:59:59.205Z | Compiling tungstenite v0.21.0 |
2694 | 2024-12-20T23:59:59.262Z | Compiling chacha20 v0.9.1 |
2695 | 2024-12-20T23:59:59.299Z | Compiling derive_more v0.99.18 |
2696 | 2024-12-20T23:59:59.725Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2024-12-20T23:59:59.761Z | Compiling base64 v0.21.7 |
2698 | 2024-12-20T23:59:59.779Z | Compiling float-ord v0.3.2 |
2699 | 2024-12-20T23:59:59.951Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2024-12-21T00:00:00.421Z | Compiling tokio-tungstenite v0.21.0 |
2701 | 2024-12-21T00:00:00.592Z | Compiling semver v0.1.20 |
2702 | 2024-12-21T00:00:00.729Z | Compiling same-file v1.0.6 |
2703 | 2024-12-21T00:00:01.080Z | Compiling rustc_version v0.1.7 |
2704 | 2024-12-21T00:00:01.312Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2705 | 2024-12-21T00:00:01.368Z | Compiling walkdir v2.5.0 |
2706 | 2024-12-21T00:00:01.385Z | Compiling newline-converter v0.3.0 |
2707 | 2024-12-21T00:00:01.568Z | Compiling primeorder v0.13.6 |
2708 | 2024-12-21T00:00:01.585Z | Compiling secrecy v0.8.0 |
2709 | 2024-12-21T00:00:01.630Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-12-21T00:00:01.817Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-21T00:00:01.881Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-12-21T00:00:02.096Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-12-21T00:00:02.144Z | Compiling expectorate v1.1.0 |
2714 | 2024-12-21T00:00:02.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2715 | 2024-12-21T00:00:02.240Z | Compiling thiserror-impl-no-std v2.0.2 |
2716 | 2024-12-21T00:00:02.338Z | Compiling ring v0.16.20 |
2717 | 2024-12-21T00:00:02.403Z | Compiling blake3 v1.5.4 |
2718 | 2024-12-21T00:00:02.498Z | Compiling unicase v2.7.0 |
2719 | 2024-12-21T00:00:02.529Z | Compiling half v2.4.1 |
2720 | 2024-12-21T00:00:02.811Z | Compiling ciborium-io v0.2.2 |
2721 | 2024-12-21T00:00:02.961Z | Compiling arc-swap v1.7.1 |
2722 | 2024-12-21T00:00:03.132Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-21T00:00:03.505Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2724 | 2024-12-21T00:00:03.588Z | Compiling slog-scope v4.4.0 |
2725 | 2024-12-21T00:00:03.741Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-12-21T00:00:04.105Z | Compiling polyval v0.6.2 |
2727 | 2024-12-21T00:00:04.440Z | Compiling typify-macro v0.2.0 |
2728 | 2024-12-21T00:00:04.562Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-12-21T00:00:04.565Z | Compiling libsw v3.3.1 |
2730 | 2024-12-21T00:00:04.924Z | Compiling memmap2 v0.9.5 |
2731 | 2024-12-21T00:00:04.924Z | Compiling arrayvec v0.7.6 |
2732 | 2024-12-21T00:00:04.978Z | Compiling indent_write v2.2.0 |
2733 | 2024-12-21T00:00:05.203Z | Compiling salty v0.3.0 |
2734 | 2024-12-21T00:00:05.383Z | Compiling linear-map v1.2.0 |
2735 | 2024-12-21T00:00:05.404Z | Compiling arrayref v0.3.9 |
2736 | 2024-12-21T00:00:05.407Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-12-21T00:00:05.558Z | Compiling libefi-sys v0.1.0 |
2738 | 2024-12-21T00:00:05.576Z | Compiling parking_lot_core v0.8.6 |
2739 | 2024-12-21T00:00:05.676Z | Compiling spin v0.5.2 |
2740 | 2024-12-21T00:00:05.773Z | Compiling constant_time_eq v0.3.1 |
2741 | 2024-12-21T00:00:05.964Z | Compiling vsss-rs v3.3.4 |
2742 | 2024-12-21T00:00:05.981Z | Compiling ghash v0.5.1 |
2743 | 2024-12-21T00:00:06.096Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-21T00:00:06.406Z | Compiling slog-stdlog v4.1.1 |
2745 | 2024-12-21T00:00:06.784Z | Compiling ciborium v0.2.2 |
2746 | 2024-12-21T00:00:07.107Z | Compiling p384 v0.13.0 |
2747 | 2024-12-21T00:00:07.144Z | Compiling toolchain_find v0.4.0 |
2748 | 2024-12-21T00:00:07.175Z | Compiling chacha20poly1305 v0.10.1 |
2749 | 2024-12-21T00:00:07.433Z | Compiling ctr v0.9.2 |
2750 | 2024-12-21T00:00:07.827Z | Compiling lzma-sys v0.1.20 |
2751 | 2024-12-21T00:00:07.886Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2752 | 2024-12-21T00:00:08.303Z | Compiling bitfield-struct v0.6.2 |
2753 | 2024-12-21T00:00:08.303Z | Compiling slog-dtrace v0.3.0 |
2754 | 2024-12-21T00:00:08.620Z | Compiling topological-sort v0.2.2 |
2755 | 2024-12-21T00:00:08.644Z | Compiling highway v1.2.0 |
2756 | 2024-12-21T00:00:08.781Z | Compiling typify v0.2.0 |
2757 | 2024-12-21T00:00:08.804Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-21T00:00:08.938Z | Compiling progenitor-impl v0.8.0 |
2759 | 2024-12-21T00:00:08.972Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-12-21T00:00:09.286Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-12-21T00:00:09.458Z | Compiling mime_guess v2.0.5 |
2762 | 2024-12-21T00:00:09.657Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-12-21T00:00:09.753Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-21T00:00:09.868Z | Compiling steno v0.4.1 |
2765 | 2024-12-21T00:00:10.612Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2766 | 2024-12-21T00:00:10.774Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2767 | 2024-12-21T00:00:10.838Z | Compiling heck v0.3.3 |
2768 | 2024-12-21T00:00:11.008Z | Compiling ssh-encoding v0.2.0 |
2769 | 2024-12-21T00:00:11.298Z | Compiling blowfish v0.9.1 |
2770 | 2024-12-21T00:00:11.352Z | Compiling nibble_vec v0.1.0 |
2771 | 2024-12-21T00:00:11.545Z | Compiling env_filter v0.1.2 |
2772 | 2024-12-21T00:00:11.566Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2773 | 2024-12-21T00:00:11.584Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-21T00:00:11.725Z | Compiling humantime v2.1.0 |
2775 | 2024-12-21T00:00:11.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-21T00:00:11.863Z | Compiling endian-type v0.1.2 |
2777 | 2024-12-21T00:00:11.979Z | Compiling env_logger v0.11.5 |
2778 | 2024-12-21T00:00:12.098Z | Compiling radix_trie v0.2.1 |
2779 | 2024-12-21T00:00:12.125Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-21T00:00:12.290Z | Compiling bcrypt-pbkdf v0.10.0 |
2781 | 2024-12-21T00:00:12.292Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-12-21T00:00:12.716Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-12-21T00:00:12.821Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2784 | 2024-12-21T00:00:12.935Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2785 | 2024-12-21T00:00:13.392Z | Compiling parking_lot v0.11.2 |
2786 | 2024-12-21T00:00:13.844Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2787 | 2024-12-21T00:00:14.048Z | Compiling password-hash v0.4.2 |
2788 | 2024-12-21T00:00:14.267Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2789 | 2024-12-21T00:00:14.284Z | Compiling gethostname v0.5.0 |
2790 | 2024-12-21T00:00:14.325Z | Compiling fxhash v0.2.1 |
2791 | 2024-12-21T00:00:14.401Z | Compiling zip v2.1.3 |
2792 | 2024-12-21T00:00:14.508Z | Compiling lockfree-object-pool v0.1.6 |
2793 | 2024-12-21T00:00:14.544Z | Compiling matches v0.1.10 |
2794 | 2024-12-21T00:00:14.665Z | Compiling bumpalo v3.16.0 |
2795 | 2024-12-21T00:00:14.728Z | Compiling base64 v0.13.1 |
2796 | 2024-12-21T00:00:14.800Z | Compiling simd-adler32 v0.3.7 |
2797 | 2024-12-21T00:00:14.886Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2798 | 2024-12-21T00:00:14.955Z | Compiling http-range v0.1.5 |
2799 | 2024-12-21T00:00:15.192Z | Compiling ron v0.7.1 |
2800 | 2024-12-21T00:00:15.231Z | Compiling zopfli v0.8.1 |
2801 | 2024-12-21T00:00:15.290Z | Compiling idna v0.2.3 |
2802 | 2024-12-21T00:00:15.325Z | Compiling sled v0.34.7 |
2803 | 2024-12-21T00:00:15.350Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-12-21T00:00:15.386Z | Compiling zone v0.1.8 |
2805 | 2024-12-21T00:00:15.751Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2806 | 2024-12-21T00:00:16.482Z | Compiling xz2 v0.1.7 |
2807 | 2024-12-21T00:00:17.012Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2808 | 2024-12-21T00:00:17.129Z | Compiling ssh-key v0.6.6 |
2809 | 2024-12-21T00:00:17.132Z | Compiling hickory-client v0.24.1 |
2810 | 2024-12-21T00:00:17.374Z | Compiling progenitor-macro v0.8.0 |
2811 | 2024-12-21T00:00:18.041Z | Compiling p256 v0.13.2 |
2812 | 2024-12-21T00:00:18.115Z | Compiling p521 v0.13.3 |
2813 | 2024-12-21T00:00:18.196Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2814 | 2024-12-21T00:00:18.678Z | Compiling hickory-server v0.24.1 |
2815 | 2024-12-21T00:00:18.912Z | Compiling enum-as-inner v0.5.1 |
2816 | 2024-12-21T00:00:19.380Z | Compiling pem v3.0.4 |
2817 | 2024-12-21T00:00:19.951Z | Compiling yasna v0.5.2 |
2818 | 2024-12-21T00:00:20.221Z | Compiling headers-core v0.3.0 |
2819 | 2024-12-21T00:00:20.405Z | Compiling kstat-rs v0.2.4 |
2820 | 2024-12-21T00:00:20.508Z | Compiling nanorand v0.7.0 |
2821 | 2024-12-21T00:00:21.128Z | Compiling russh-cryptovec v0.7.3 |
2822 | 2024-12-21T00:00:21.140Z | Compiling atty v0.2.14 |
2823 | 2024-12-21T00:00:21.332Z | Compiling md5 v0.7.0 |
2824 | 2024-12-21T00:00:21.482Z | Compiling rcgen v0.12.1 |
2825 | 2024-12-21T00:00:21.781Z | Compiling russh-keys v0.45.0 |
2826 | 2024-12-21T00:00:21.837Z | Compiling flume v0.11.1 |
2827 | 2024-12-21T00:00:21.861Z | Compiling headers v0.4.0 |
2828 | 2024-12-21T00:00:22.090Z | Compiling trust-dns-proto v0.22.0 |
2829 | 2024-12-21T00:00:22.583Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2830 | 2024-12-21T00:00:23.887Z | Compiling hyper-staticfile v0.10.1 |
2831 | 2024-12-21T00:00:25.091Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2832 | 2024-12-21T00:00:25.746Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2833 | 2024-12-21T00:00:25.894Z | Compiling num-bigint v0.4.6 |
2834 | 2024-12-21T00:00:26.050Z | Compiling des v0.8.1 |
2835 | 2024-12-21T00:00:26.150Z | Compiling subprocess v0.2.9 |
2836 | 2024-12-21T00:00:26.292Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-21T00:00:26.430Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2024-12-21T00:00:26.531Z | Compiling hex-literal v0.4.1 |
2839 | 2024-12-21T00:00:26.719Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2840 | 2024-12-21T00:00:27.148Z | Compiling internet-checksum v0.2.1 |
2841 | 2024-12-21T00:00:27.440Z | Compiling dhcproto v0.12.0 |
2842 | 2024-12-21T00:00:29.001Z | Compiling russh v0.45.0 |
2843 | 2024-12-21T00:00:30.747Z | Compiling progenitor v0.8.0 |
2844 | 2024-12-21T00:00:30.890Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-21T00:00:30.890Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-12-21T00:00:30.893Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2847 | 2024-12-21T00:00:30.893Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2848 | 2024-12-21T00:00:30.893Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2849 | 2024-12-21T00:00:30.893Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2850 | 2024-12-21T00:00:30.991Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2851 | 2024-12-21T00:00:31.773Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2852 | 2024-12-21T00:00:32.416Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2853 | 2024-12-21T00:00:33.674Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2854 | 2024-12-21T00:00:37.047Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2855 | 2024-12-21T00:00:37.584Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2856 | 2024-12-21T00:00:47.253Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2857 | 2024-12-21T00:00:47.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2858 | 2024-12-21T00:00:47.267Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2859 | 2024-12-21T00:00:47.268Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-21T00:00:48.183Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-21T00:00:50.472Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2862 | 2024-12-21T00:00:51.623Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-12-21T00:00:52.132Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2024-12-21T00:00:52.700Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-12-21T00:00:55.302Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-12-21T00:00:55.393Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-21T00:00:56.319Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-12-21T00:00:56.590Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2024-12-21T00:00:57.679Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2870 | 2024-12-21T00:00:57.911Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-12-21T00:00:59.615Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2872 | 2024-12-21T00:01:00.107Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2873 | 2024-12-21T00:01:01.083Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2024-12-21T00:01:01.422Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2875 | 2024-12-21T00:01:03.195Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2876 | 2024-12-21T00:01:03.562Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2877 | 2024-12-21T00:01:03.700Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2024-12-21T00:01:06.085Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2879 | 2024-12-21T00:01:06.207Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2880 | 2024-12-21T00:01:07.780Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-12-21T00:01:09.108Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-12-21T00:01:10.846Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2883 | 2024-12-21T00:01:11.211Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2884 | 2024-12-21T00:01:18.309Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2885 | 2024-12-21T00:01:26.368Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2886 | 2024-12-21T00:01:27.673Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2887 | 2024-12-21T00:01:47.577Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2888 | 2024-12-21T00:02:24.039Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2889 | 2024-12-21T00:02:24.250Z | |
2890 | 2024-12-21T00:02:24.250Z | real 2:45.189405959 |
2891 | 2024-12-21T00:02:24.250Z | user 12:30.464118178 |
2892 | 2024-12-21T00:02:24.250Z | sys 2:46.008338848 |
2893 | 2024-12-21T00:02:24.250Z | trap 0.317023642 |
2894 | 2024-12-21T00:02:24.253Z | tflt 1.029180987 |
2895 | 2024-12-21T00:02:24.253Z | dflt 2.134201395 |
2896 | 2024-12-21T00:02:24.253Z | kflt 0.000024347 |
2897 | 2024-12-21T00:02:24.253Z | lock 26:11.033797064 |
2898 | 2024-12-21T00:02:24.253Z | slp 45:11.350814540 |
2899 | 2024-12-21T00:02:24.253Z | lat 35.914938371 |
2900 | 2024-12-21T00:02:24.253Z | stop 1:32.198118615 |
2901 | 2024-12-21T00:02:24.253Z | + mkdir tests |
2902 | 2024-12-21T00:02:24.256Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2903 | 2024-12-21T00:02:24.256Z | + xargs -I '{}' -t cp '{}' tests/ |
2904 | 2024-12-21T00:02:25.421Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2905 | 2024-12-21T00:02:25.450Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2906 | 2024-12-21T00:02:25.476Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2907 | 2024-12-21T00:02:25.505Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2908 | 2024-12-21T00:02:25.724Z | + 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/*) |
2909 | 2024-12-21T00:02:25.727Z | + 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-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a 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 |
2910 | 2024-12-21T00:03:37.264Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2911 | 2024-12-21T00:03:37.265Z | a .github/buildomat/ci-env.sh 1K |
2912 | 2024-12-21T00:03:37.265Z | a out/target/test 1K |
2913 | 2024-12-21T00:03:37.265Z | a out/npuzone/npuzone 23144K |
2914 | 2024-12-21T00:03:37.265Z | a package-manifest.toml 33K |
2915 | 2024-12-21T00:03:37.265Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2916 | 2024-12-21T00:03:37.265Z | a target/release/omicron-package 36299K |
2917 | 2024-12-21T00:03:37.265Z | a target/release/xtask 11762K |
2918 | 2024-12-21T00:03:37.265Z | a target/debug/bootstrap 210463K |
2919 | 2024-12-21T00:03:37.266Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2920 | 2024-12-21T00:03:37.266Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2921 | 2024-12-21T00:03:37.266Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2922 | 2024-12-21T00:03:37.266Z | a tests/end_to_end_tests-40465226e9d9f67a 228526K |
2923 | 2024-12-21T00:03:37.266Z | a out/clickhouse.tar.gz 293407K |
2924 | 2024-12-21T00:03:37.266Z | a out/clickhouse_keeper.tar.gz 280516K |
2925 | 2024-12-21T00:03:37.266Z | a out/clickhouse_server.tar.gz 293387K |
2926 | 2024-12-21T00:03:37.266Z | a out/cockroachdb.tar.gz 134579K |
2927 | 2024-12-21T00:03:37.266Z | a out/crucible-dtrace.tar 85K |
2928 | 2024-12-21T00:03:37.266Z | a out/crucible-pantry-zone.tar.gz 28190K |
2929 | 2024-12-21T00:03:37.266Z | a out/crucible-zone.tar.gz 36406K |
2930 | 2024-12-21T00:03:37.266Z | a out/external-dns.tar.gz 35285K |
2931 | 2024-12-21T00:03:37.267Z | a out/internal-dns.tar.gz 35286K |
2932 | 2024-12-21T00:03:37.267Z | a out/mg-ddm-gz.tar 63075K |
2933 | 2024-12-21T00:03:37.267Z | a out/nexus.tar.gz 98617K |
2934 | 2024-12-21T00:03:37.267Z | a out/ntp.tar.gz 10373K |
2935 | 2024-12-21T00:03:37.267Z | a out/omicron-gateway-softnpu.tar.gz 23859K |
2936 | 2024-12-21T00:03:37.267Z | a out/omicron-sled-agent.tar 113111K |
2937 | 2024-12-21T00:03:37.267Z | a out/overlay.tar.gz 3K |
2938 | 2024-12-21T00:03:37.267Z | a out/oximeter.tar.gz 47676K |
2939 | 2024-12-21T00:03:37.267Z | a out/oxlog.tar 3088K |
2940 | 2024-12-21T00:03:37.267Z | a out/probe.tar.gz 2764K |
2941 | 2024-12-21T00:03:37.267Z | a out/propolis-server.tar.gz 66730K |
2942 | 2024-12-21T00:03:37.267Z | a out/pumpkind-gz.tar 26665K |
2943 | 2024-12-21T00:03:37.267Z | a out/switch-softnpu.tar.gz 235582K |
2944 | 2024-12-21T00:03:37.429Z | |
2945 | 2024-12-21T00:03:37.429Z | real 1:11.490952405 |
2946 | 2024-12-21T00:03:37.429Z | user 1:08.247319807 |
2947 | 2024-12-21T00:03:37.429Z | sys 4.615208834 |
2948 | 2024-12-21T00:03:37.429Z | trap 0.017697574 |
2949 | 2024-12-21T00:03:37.429Z | tflt 0.000000000 |
2950 | 2024-12-21T00:03:37.429Z | dflt 0.000000000 |
2951 | 2024-12-21T00:03:37.429Z | kflt 0.000000000 |
2952 | 2024-12-21T00:03:37.429Z | lock 0.000000000 |
2953 | 2024-12-21T00:03:37.429Z | slp 1:08.067143875 |
2954 | 2024-12-21T00:03:37.429Z | lat 2.030099328 |
2955 | 2024-12-21T00:03:37.429Z | stop 0.000182259 |
2956 | 2024-12-21T00:03:37.429Z | process exited: duration 1989523 ms, exit code 0 |
|
2957 | 2024-12-21T00:03:37.832Z | found 1 output files |
2958 | 2024-12-21T00:03:37.832Z | uploading: /work/package.tar.gz (1881208654 bytes) |
2959 | 2024-12-21T00:04:33.926Z | uploaded: /work/package.tar.gz |