|
|
|
1 | 2024-12-19T19:43:10.115Z | job assigned to worker 01JFG72D67RH3Y5Y9XAFS6FMG0 [factory aws, i-0ba910e7b1b413902] (queued for 1 m 4 s) |
|
2 | 2024-12-19T19:43:17.821Z | starting task 0: "setup" |
3 | 2024-12-19T19:43:17.832Z | ++ uname -s |
4 | 2024-12-19T19:43:17.835Z | + kern=SunOS |
5 | 2024-12-19T19:43:17.835Z | + case "$kern" in |
6 | 2024-12-19T19:43:17.835Z | + groupadd -g 12345 build |
7 | 2024-12-19T19:43:17.837Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T19:43:19.843Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T19:43:19.905Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T19:43:19.907Z | + home_fs=zfs |
11 | 2024-12-19T19:43:19.907Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T19:43:19.907Z | + mkdir -p /home/build |
13 | 2024-12-19T19:43:19.910Z | + chown build:build /home/build /work |
14 | 2024-12-19T19:43:21.912Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T19:43:21.915Z | process exited: duration 4093 ms, exit code 0 |
|
16 | 2024-12-19T19:43:21.920Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T19:43:21.925Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T19:43:21.925Z | ' 1.81.0 |
19 | 2024-12-19T19:43:21.925Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-19T19:43:21.925Z | ' default |
21 | 2024-12-19T19:43:21.925Z | * toolchain channel = "1.81.0" |
22 | 2024-12-19T19:43:21.925Z | * toolchain profile = "default" |
23 | 2024-12-19T19:43:21.928Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T19:43:21.928Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T19:43:22.045Z | info: downloading installer |
26 | 2024-12-19T19:43:23.370Z | info: profile set to 'default' |
27 | 2024-12-19T19:43:23.370Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T19:43:23.373Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T19:43:23.504Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T19:43:23.504Z | info: downloading component 'cargo' |
31 | 2024-12-19T19:43:24.214Z | info: downloading component 'clippy' |
32 | 2024-12-19T19:43:24.478Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T19:43:25.467Z | info: downloading component 'rust-std' |
34 | 2024-12-19T19:43:27.002Z | info: downloading component 'rustc' |
35 | 2024-12-19T19:43:32.527Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T19:43:32.733Z | info: installing component 'cargo' |
37 | 2024-12-19T19:43:33.516Z | info: installing component 'clippy' |
38 | 2024-12-19T19:43:33.873Z | info: installing component 'rust-docs' |
39 | 2024-12-19T19:43:35.465Z | info: installing component 'rust-std' |
40 | 2024-12-19T19:43:37.177Z | info: installing component 'rustc' |
41 | 2024-12-19T19:43:42.796Z | info: installing component 'rustfmt' |
42 | 2024-12-19T19:43:43.113Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T19:43:43.113Z | |
44 | 2024-12-19T19:43:43.477Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T19:43:43.477Z | |
46 | 2024-12-19T19:43:43.480Z | |
47 | 2024-12-19T19:43:43.480Z | Rust is installed now. Great! |
48 | 2024-12-19T19:43:43.480Z | |
49 | 2024-12-19T19:43:43.480Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T19:43:43.480Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T19:43:43.480Z | |
52 | 2024-12-19T19:43:43.480Z | To configure your current shell, you need to source |
53 | 2024-12-19T19:43:43.480Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T19:43:43.480Z | |
55 | 2024-12-19T19:43:43.480Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T19:43:43.480Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T19:43:43.480Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T19:43:43.549Z | + rustc --version |
59 | 2024-12-19T19:43:43.614Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T19:43:43.619Z | process exited: duration 21694 ms, exit code 0 |
|
61 | 2024-12-19T19:43:43.625Z | starting task 2: "authentication" |
62 | 2024-12-19T19:43:43.644Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-19T19:43:43.650Z | starting task 3: "clone repository" |
64 | 2024-12-19T19:43:43.655Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T19:43:43.659Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T19:43:43.700Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T19:43:50.145Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T19:43:50.148Z | + git fetch origin f26b052a568d04451449b93d5410f7c9b573cd23 |
69 | 2024-12-19T19:43:50.489Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T19:43:50.492Z | * branch f26b052a568d04451449b93d5410f7c9b573cd23 -> FETCH_HEAD |
71 | 2024-12-19T19:43:50.498Z | + [[ -n eliza/webhook-api ]] |
72 | 2024-12-19T19:43:50.500Z | ++ git branch --show-current |
73 | 2024-12-19T19:43:50.502Z | + current=main |
74 | 2024-12-19T19:43:50.502Z | + [[ main != eliza/webhook-api ]] |
75 | 2024-12-19T19:43:50.502Z | + git branch -f eliza/webhook-api f26b052a568d04451449b93d5410f7c9b573cd23 |
76 | 2024-12-19T19:43:50.505Z | + git checkout -f eliza/webhook-api |
77 | 2024-12-19T19:43:50.673Z | Switched to branch 'eliza/webhook-api' |
78 | 2024-12-19T19:43:50.675Z | + git reset --hard f26b052a568d04451449b93d5410f7c9b573cd23 |
79 | 2024-12-19T19:43:50.727Z | HEAD is now at f26b052a5 fix cargo workspace hack |
80 | 2024-12-19T19:43:50.730Z | process exited: duration 7077 ms, exit code 0 |
|
81 | 2024-12-19T19:43:50.736Z | starting task 4: "build" |
82 | 2024-12-19T19:43:50.741Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T19:43:50.743Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T19:43:50.743Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T19:43:50.743Z | + cargo --version |
86 | 2024-12-19T19:43:50.798Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T19:43:50.800Z | + rustc --version |
88 | 2024-12-19T19:43:50.859Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T19:43:50.863Z | + WORK=/work |
90 | 2024-12-19T19:43:50.863Z | + pfexec mkdir -p /work |
91 | 2024-12-19T19:43:50.866Z | + pfexec chown build /work |
92 | 2024-12-19T19:43:50.869Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-19T19:43:57.805Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-19T19:44:01.676Z | Startup: Caching catalogs ... Done |
95 | 2024-12-19T19:44:12.167Z | Planning: Solver setup ... Done (9.639s) |
96 | 2024-12-19T19:44:12.299Z | Planning: Running solver ... Done (0.132s) |
97 | 2024-12-19T19:44:12.404Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-19T19:44:12.423Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-19T19:44:12.640Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-19T19:44:12.740Z | Planning: Package planning ... Done (0.100s) |
101 | 2024-12-19T19:44:12.794Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-19T19:44:12.986Z | Planning: Checking for conflicting actions ... Done (0.191s) |
103 | 2024-12-19T19:44:15.156Z | Planning: Consolidating action changes ... Done (2.170s) |
104 | 2024-12-19T19:44:15.600Z | Planning: Evaluating mediators ... Done (0.443s) |
105 | 2024-12-19T19:44:15.679Z | Planning: Planning completed in 13.91 seconds |
106 | 2024-12-19T19:44:15.695Z | Packages to install: 4 |
107 | 2024-12-19T19:44:15.695Z | Packages to update: 1 |
108 | 2024-12-19T19:44:15.697Z | Mediators to change: 2 |
109 | 2024-12-19T19:44:15.697Z | Services to change: 1 |
110 | 2024-12-19T19:44:15.697Z | Estimated space available: 155.63 GB |
111 | 2024-12-19T19:44:15.698Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-19T19:44:15.698Z | Create boot environment: No |
113 | 2024-12-19T19:44:15.698Z | Create backup boot environment: Yes |
114 | 2024-12-19T19:44:15.698Z | Rebuild boot archive: No |
115 | 2024-12-19T19:44:15.698Z | |
116 | 2024-12-19T19:44:15.698Z | Changed mediators: |
117 | 2024-12-19T19:44:15.698Z | mediator clang: |
118 | 2024-12-19T19:44:15.698Z | version: None -> 15 (system default) |
119 | 2024-12-19T19:44:15.698Z | |
120 | 2024-12-19T19:44:15.698Z | mediator llvm: |
121 | 2024-12-19T19:44:15.698Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-19T19:44:15.698Z | |
123 | 2024-12-19T19:44:15.698Z | Changed packages: |
124 | 2024-12-19T19:44:15.698Z | helios-dev |
125 | 2024-12-19T19:44:15.698Z | developer/build-essential |
126 | 2024-12-19T19:44:15.698Z | None -> 11-2.0 |
127 | 2024-12-19T19:44:15.698Z | library/libxmlsec1 |
128 | 2024-12-19T19:44:15.698Z | None -> 1.2.35-2.0 |
129 | 2024-12-19T19:44:15.698Z | ooce/developer/clang-15 |
130 | 2024-12-19T19:44:15.698Z | None -> 15.0.7-2.0 |
131 | 2024-12-19T19:44:15.698Z | ooce/developer/llvm-15 |
132 | 2024-12-19T19:44:15.698Z | None -> 15.0.7-2.0 |
133 | 2024-12-19T19:44:15.698Z | package/pkg |
134 | 2024-12-19T19:44:15.698Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-19T19:44:15.698Z | |
136 | 2024-12-19T19:44:15.698Z | Services: |
137 | 2024-12-19T19:44:15.698Z | restart_fmri: |
138 | 2024-12-19T19:44:15.698Z | svc:/system/update-man-index:default |
139 | 2024-12-19T19:44:15.698Z | |
140 | 2024-12-19T19:44:15.698Z | Editable files to change: |
141 | 2024-12-19T19:44:15.698Z | Update: |
142 | 2024-12-19T19:44:15.698Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-19T19:44:15.781Z | |
144 | 2024-12-19T19:44:15.781Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-19T19:44:20.789Z | Download: 557/4281 items 17.5/220.6MB 7% complete (3.6M/s) |
146 | 2024-12-19T19:44:25.954Z | Download: 1196/4281 items 81.8/220.6MB 37% complete (8.2M/s) |
147 | 2024-12-19T19:44:30.962Z | Download: 2066/4281 items 114.3/220.6MB 51% complete (9.7M/s) |
148 | 2024-12-19T19:44:35.962Z | Download: 3201/4281 items 152.2/220.6MB 68% complete (7.0M/s) |
149 | 2024-12-19T19:44:40.972Z | Download: 3771/4281 items 216.8/220.6MB 98% complete (10.2M/s) |
150 | 2024-12-19T19:44:46.067Z | Download: 4206/4281 items 220.6/220.6MB 99% complete (9.7M/s) |
151 | 2024-12-19T19:44:46.544Z | Download: Completed 220.60 MB in 30.76 seconds (7.2M/s) |
152 | 2024-12-19T19:44:48.768Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-19T19:44:48.789Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-19T19:44:53.475Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-12-19T19:44:53.794Z | Actions: Completed 5063 actions in 5.03 seconds. |
156 | 2024-12-19T19:44:54.191Z | Done (0.390s) |
157 | 2024-12-19T19:44:54.194Z | Done (0.000s) |
158 | 2024-12-19T19:44:54.760Z | Done (0.567s) |
159 | 2024-12-19T19:44:59.132Z | Done (4.144s) |
160 | 2024-12-19T19:44:59.216Z | Done (0.019s) |
161 | 2024-12-19T19:44:59.219Z | Done (0.000s) |
162 | 2024-12-19T19:44:59.380Z | Done (0.000s) |
163 | 2024-12-19T19:45:00.070Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-12-19T19:45:00.230Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-12-19T19:45:00.233Z | Planning: Consolidating action changes ... Done |
166 | 2024-12-19T19:45:00.497Z | Planning: Evaluating mediators ... Done |
167 | 2024-12-19T19:45:00.500Z | Planning: Planning completed in 0.43 seconds |
168 | 2024-12-19T19:45:00.540Z | Mediators to change: 2 |
169 | 2024-12-19T19:45:00.540Z | Create boot environment: No |
170 | 2024-12-19T19:45:00.546Z | Create backup boot environment: No |
171 | 2024-12-19T19:45:00.615Z | Done |
172 | 2024-12-19T19:45:00.615Z | Done |
173 | 2024-12-19T19:45:01.003Z | Done |
174 | 2024-12-19T19:45:04.579Z | Done |
175 | 2024-12-19T19:45:04.675Z | Done |
176 | 2024-12-19T19:45:04.680Z | Done |
177 | 2024-12-19T19:45:04.805Z | Done |
178 | 2024-12-19T19:45:05.437Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-19T19:45:05.443Z | Planning: Merging actions ... Done |
180 | 2024-12-19T19:45:05.630Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-12-19T19:45:05.633Z | Planning: Consolidating action changes ... Done |
182 | 2024-12-19T19:45:05.910Z | Planning: Evaluating mediators ... Done |
183 | 2024-12-19T19:45:05.971Z | Planning: Planning completed in 0.79 seconds |
184 | 2024-12-19T19:45:06.012Z | Packages to change: 1 |
185 | 2024-12-19T19:45:06.012Z | Mediators to change: 1 |
186 | 2024-12-19T19:45:06.014Z | Services to change: 1 |
187 | 2024-12-19T19:45:06.015Z | Create boot environment: No |
188 | 2024-12-19T19:45:06.015Z | Create backup boot environment: Yes |
189 | 2024-12-19T19:45:08.221Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-12-19T19:45:08.225Z | Actions: Completed 6 actions in 0.00 seconds. |
191 | 2024-12-19T19:45:08.226Z | Done |
192 | 2024-12-19T19:45:08.226Z | Done |
193 | 2024-12-19T19:45:08.338Z | Done |
194 | 2024-12-19T19:45:11.903Z | Done |
195 | 2024-12-19T19:45:11.995Z | Done |
196 | 2024-12-19T19:45:11.998Z | Done |
197 | 2024-12-19T19:45:12.137Z | Done |
198 | 2024-12-19T19:45:12.571Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-12-19T19:45:12.571Z | clang system 15 system |
200 | 2024-12-19T19:45:12.571Z | csh system system illumos |
201 | 2024-12-19T19:45:12.571Z | ctags system system illumos |
202 | 2024-12-19T19:45:12.571Z | gcc vendor 12 vendor |
203 | 2024-12-19T19:45:12.571Z | gcc system 10 system |
204 | 2024-12-19T19:45:12.571Z | gcc system 7 system |
205 | 2024-12-19T19:45:12.571Z | go system 1.20 system |
206 | 2024-12-19T19:45:12.571Z | go system 1.19 system |
207 | 2024-12-19T19:45:12.571Z | llvm system 15 system |
208 | 2024-12-19T19:45:12.572Z | llvm system 14 system |
209 | 2024-12-19T19:45:12.572Z | mariadb system 10.6 system |
210 | 2024-12-19T19:45:12.572Z | mta vendor vendor dma |
211 | 2024-12-19T19:45:12.572Z | openjdk system 17 system |
212 | 2024-12-19T19:45:12.572Z | openjdk system 11 system |
213 | 2024-12-19T19:45:12.572Z | openjdk system 1.8 system |
214 | 2024-12-19T19:45:12.572Z | openssl vendor 3 vendor |
215 | 2024-12-19T19:45:12.572Z | perl system 5.36 system |
216 | 2024-12-19T19:45:12.572Z | postgresql system 15 system |
217 | 2024-12-19T19:45:12.572Z | postgresql system 13 system |
218 | 2024-12-19T19:45:12.572Z | python vendor 3 vendor |
219 | 2024-12-19T19:45:12.572Z | python system 2 system |
220 | 2024-12-19T19:45:12.572Z | python3 system 3.11 system |
221 | 2024-12-19T19:45:12.572Z | ruby system 3.0 system |
222 | 2024-12-19T19:45:12.572Z | words vendor vendor american-english |
223 | 2024-12-19T19:45:12.572Z | words system system australian-english |
224 | 2024-12-19T19:45:12.572Z | words system system british-english |
225 | 2024-12-19T19:45:12.572Z | words system system canadian-english |
226 | 2024-12-19T19:45:12.572Z | words system system french |
227 | 2024-12-19T19:45:12.572Z | words system system italian |
228 | 2024-12-19T19:45:12.572Z | words system system ngerman |
229 | 2024-12-19T19:45:12.572Z | words system system ogerman |
230 | 2024-12-19T19:45:12.572Z | words system system spanish |
231 | 2024-12-19T19:45:12.910Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-12-19T19:45:12.910Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-12-19T19:45:15.631Z | FMRI IFO |
234 | 2024-12-19T19:45:15.631Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-12-19T19:45:15.631Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-12-19T19:45:15.632Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-12-19T19:45:16.382Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-12-19T19:45:16.673Z | Updating crates.io index |
251 | 2024-12-19T19:45:16.676Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-12-19T19:45:17.234Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-12-19T19:45:17.485Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-12-19T19:45:17.746Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-12-19T19:45:17.988Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-12-19T19:45:18.832Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-12-19T19:45:20.426Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-12-19T19:45:21.052Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-12-19T19:45:21.785Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-12-19T19:45:22.091Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-12-19T19:45:22.501Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-12-19T19:45:23.090Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-12-19T19:45:23.417Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-12-19T19:45:23.733Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-12-19T19:45:24.026Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-12-19T19:45:24.266Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-12-19T19:45:24.544Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-12-19T19:45:24.952Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-12-19T19:45:25.347Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-12-19T19:45:25.709Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-12-19T19:45:26.097Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-12-19T19:45:26.615Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-12-19T19:45:26.960Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-12-19T19:45:27.306Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-12-19T19:45:27.700Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2024-12-19T19:45:27.990Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-12-19T19:45:28.233Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-12-19T19:45:28.480Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-12-19T19:45:29.873Z | Downloading crates ... |
280 | 2024-12-19T19:45:29.936Z | Downloaded bitflags v2.6.0 |
281 | 2024-12-19T19:45:29.940Z | Downloaded anstyle-query v1.1.1 |
282 | 2024-12-19T19:45:29.943Z | Downloaded anyhow v1.0.93 |
283 | 2024-12-19T19:45:29.947Z | Downloaded anstream v0.6.15 |
284 | 2024-12-19T19:45:29.952Z | Downloaded cfg-if v1.0.0 |
285 | 2024-12-19T19:45:29.957Z | Downloaded equivalent v1.0.1 |
286 | 2024-12-19T19:45:29.959Z | Downloaded dtrace-parser v0.2.0 |
287 | 2024-12-19T19:45:29.973Z | Downloaded usdt-macro v0.5.0 |
288 | 2024-12-19T19:45:29.975Z | Downloaded scroll_derive v0.12.0 |
289 | 2024-12-19T19:45:29.975Z | Downloaded clap_lex v0.7.2 |
290 | 2024-12-19T19:45:29.975Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-12-19T19:45:29.978Z | Downloaded autocfg v1.4.0 |
292 | 2024-12-19T19:45:29.980Z | Downloaded heck v0.5.0 |
293 | 2024-12-19T19:45:29.983Z | Downloaded usdt-attr-macro v0.5.0 |
294 | 2024-12-19T19:45:29.983Z | Downloaded swrite v0.1.0 |
295 | 2024-12-19T19:45:29.983Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-12-19T19:45:29.991Z | Downloaded pest_generator v2.7.14 |
297 | 2024-12-19T19:45:29.991Z | Downloaded digest v0.10.7 |
298 | 2024-12-19T19:45:29.995Z | Downloaded anstyle v1.0.10 |
299 | 2024-12-19T19:45:29.997Z | Downloaded memmap v0.7.0 |
300 | 2024-12-19T19:45:29.997Z | Downloaded generic-array v0.14.7 |
301 | 2024-12-19T19:45:30.000Z | Downloaded fs-err v2.11.0 |
302 | 2024-12-19T19:45:30.003Z | Downloaded crypto-common v0.1.6 |
303 | 2024-12-19T19:45:30.003Z | Downloaded fastrand v2.1.1 |
304 | 2024-12-19T19:45:30.003Z | Downloaded strsim v0.11.1 |
305 | 2024-12-19T19:45:30.009Z | Downloaded byteorder v1.5.0 |
306 | 2024-12-19T19:45:30.009Z | Downloaded serde_tokenstream v0.2.2 |
307 | 2024-12-19T19:45:30.011Z | Downloaded errno v0.3.9 |
308 | 2024-12-19T19:45:30.011Z | Downloaded colorchoice v1.0.2 |
309 | 2024-12-19T19:45:30.011Z | Downloaded bytecount v0.6.8 |
310 | 2024-12-19T19:45:30.011Z | Downloaded itoa v1.0.11 |
311 | 2024-12-19T19:45:30.016Z | Downloaded version_check v0.9.5 |
312 | 2024-12-19T19:45:30.016Z | Downloaded fnv v1.0.7 |
313 | 2024-12-19T19:45:30.016Z | Downloaded dof v0.3.0 |
314 | 2024-12-19T19:45:30.019Z | Downloaded is_terminal_polyfill v1.70.1 |
315 | 2024-12-19T19:45:30.022Z | Downloaded tabled_derive v0.7.0 |
316 | 2024-12-19T19:45:30.023Z | Downloaded plain v0.2.3 |
317 | 2024-12-19T19:45:30.023Z | Downloaded macaddr v1.0.1 |
318 | 2024-12-19T19:45:30.026Z | Downloaded anstyle-parse v0.2.5 |
319 | 2024-12-19T19:45:30.026Z | Downloaded usdt-impl v0.5.0 |
320 | 2024-12-19T19:45:30.026Z | Downloaded usdt v0.5.0 |
321 | 2024-12-19T19:45:30.030Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-12-19T19:45:30.031Z | Downloaded terminal_size v0.4.0 |
323 | 2024-12-19T19:45:30.031Z | Downloaded proc-macro-error-attr v1.0.4 |
324 | 2024-12-19T19:45:30.035Z | Downloaded cargo_toml v0.20.5 |
325 | 2024-12-19T19:45:30.035Z | Downloaded thread-id v4.2.2 |
326 | 2024-12-19T19:45:30.035Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-12-19T19:45:30.035Z | Downloaded cpufeatures v0.2.14 |
328 | 2024-12-19T19:45:30.039Z | Downloaded thiserror v1.0.69 |
329 | 2024-12-19T19:45:30.044Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2024-12-19T19:45:30.047Z | Downloaded pest_derive v2.7.14 |
331 | 2024-12-19T19:45:30.047Z | Downloaded camino v1.1.9 |
332 | 2024-12-19T19:45:30.050Z | Downloaded camino-tempfile v1.1.1 |
333 | 2024-12-19T19:45:30.050Z | Downloaded once_cell v1.20.2 |
334 | 2024-12-19T19:45:30.053Z | Downloaded smawk v0.3.2 |
335 | 2024-12-19T19:45:30.056Z | Downloaded heck v0.4.1 |
336 | 2024-12-19T19:45:30.056Z | Downloaded utf8parse v0.2.2 |
337 | 2024-12-19T19:45:30.056Z | Downloaded cargo_metadata v0.18.1 |
338 | 2024-12-19T19:45:30.059Z | Downloaded proc-macro-error v1.0.4 |
339 | 2024-12-19T19:45:30.061Z | Downloaded tempfile v3.13.0 |
340 | 2024-12-19T19:45:30.062Z | Downloaded sha2 v0.10.8 |
341 | 2024-12-19T19:45:30.065Z | Downloaded quote v1.0.37 |
342 | 2024-12-19T19:45:30.074Z | Downloaded zerocopy-derive v0.7.35 |
343 | 2024-12-19T19:45:30.077Z | Downloaded semver v1.0.23 |
344 | 2024-12-19T19:45:30.077Z | Downloaded clap v4.5.21 |
345 | 2024-12-19T19:45:30.080Z | Downloaded unicode-ident v1.0.13 |
346 | 2024-12-19T19:45:30.083Z | Downloaded toml v0.8.19 |
347 | 2024-12-19T19:45:30.086Z | Downloaded ucd-trie v0.1.7 |
348 | 2024-12-19T19:45:30.086Z | Downloaded pest_meta v2.7.14 |
349 | 2024-12-19T19:45:30.089Z | Downloaded typenum v1.17.0 |
350 | 2024-12-19T19:45:30.092Z | Downloaded ryu v1.0.18 |
351 | 2024-12-19T19:45:30.096Z | Downloaded log v0.4.22 |
352 | 2024-12-19T19:45:30.096Z | Downloaded thiserror-impl v1.0.69 |
353 | 2024-12-19T19:45:30.096Z | Downloaded papergrid v0.11.0 |
354 | 2024-12-19T19:45:30.101Z | Downloaded proc-macro2 v1.0.89 |
355 | 2024-12-19T19:45:30.104Z | Downloaded scroll v0.12.0 |
356 | 2024-12-19T19:45:30.104Z | Downloaded clap_derive v4.5.18 |
357 | 2024-12-19T19:45:30.109Z | Downloaded block-buffer v0.10.4 |
358 | 2024-12-19T19:45:30.109Z | Downloaded textwrap v0.16.1 |
359 | 2024-12-19T19:45:30.113Z | Downloaded serde_derive v1.0.215 |
360 | 2024-12-19T19:45:30.127Z | Downloaded serde v1.0.215 |
361 | 2024-12-19T19:45:30.131Z | Downloaded indexmap v2.6.0 |
362 | 2024-12-19T19:45:30.141Z | Downloaded memchr v2.7.4 |
363 | 2024-12-19T19:45:30.146Z | Downloaded toml_edit v0.22.22 |
364 | 2024-12-19T19:45:30.166Z | Downloaded hashbrown v0.15.1 |
365 | 2024-12-19T19:45:30.174Z | Downloaded zerocopy v0.7.35 |
366 | 2024-12-19T19:45:30.188Z | Downloaded pest v2.7.14 |
367 | 2024-12-19T19:45:30.193Z | Downloaded winnow v0.6.20 |
368 | 2024-12-19T19:45:30.204Z | Downloaded goblin v0.8.2 |
369 | 2024-12-19T19:45:30.207Z | Downloaded tabled v0.15.0 |
370 | 2024-12-19T19:45:30.220Z | Downloaded clap_builder v4.5.21 |
371 | 2024-12-19T19:45:30.226Z | Downloaded serde_json v1.0.132 |
372 | 2024-12-19T19:45:30.233Z | Downloaded syn v1.0.109 |
373 | 2024-12-19T19:45:30.242Z | Downloaded unicode-width v0.1.14 |
374 | 2024-12-19T19:45:30.248Z | Downloaded syn v2.0.87 |
375 | 2024-12-19T19:45:30.258Z | Downloaded rustix v0.38.37 |
376 | 2024-12-19T19:45:30.294Z | Downloaded libc v0.2.162 |
377 | 2024-12-19T19:45:30.600Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-12-19T19:45:30.600Z | Compiling unicode-ident v1.0.13 |
379 | 2024-12-19T19:45:30.600Z | Compiling version_check v0.9.5 |
380 | 2024-12-19T19:45:30.603Z | Compiling serde v1.0.215 |
381 | 2024-12-19T19:45:30.603Z | Compiling memchr v2.7.4 |
382 | 2024-12-19T19:45:30.603Z | Compiling thiserror v1.0.69 |
383 | 2024-12-19T19:45:30.603Z | Compiling libc v0.2.162 |
384 | 2024-12-19T19:45:30.635Z | Compiling itoa v1.0.11 |
385 | 2024-12-19T19:45:30.842Z | Compiling ucd-trie v0.1.7 |
386 | 2024-12-19T19:45:30.938Z | Compiling ryu v1.0.18 |
387 | 2024-12-19T19:45:31.318Z | Compiling once_cell v1.20.2 |
388 | 2024-12-19T19:45:31.437Z | Compiling byteorder v1.5.0 |
389 | 2024-12-19T19:45:31.503Z | Compiling rustix v0.38.37 |
390 | 2024-12-19T19:45:31.663Z | Compiling serde_json v1.0.132 |
391 | 2024-12-19T19:45:31.868Z | Compiling bitflags v2.6.0 |
392 | 2024-12-19T19:45:32.019Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-12-19T19:45:32.296Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-19T19:45:32.322Z | Compiling syn v1.0.109 |
395 | 2024-12-19T19:45:32.395Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-12-19T19:45:32.418Z | Compiling utf8parse v0.2.2 |
397 | 2024-12-19T19:45:32.450Z | Compiling plain v0.2.3 |
398 | 2024-12-19T19:45:32.570Z | Compiling quote v1.0.37 |
399 | 2024-12-19T19:45:32.618Z | Compiling camino v1.1.9 |
400 | 2024-12-19T19:45:32.694Z | Compiling equivalent v1.0.1 |
401 | 2024-12-19T19:45:32.789Z | Compiling log v0.4.22 |
402 | 2024-12-19T19:45:32.822Z | Compiling errno v0.3.9 |
403 | 2024-12-19T19:45:33.017Z | Compiling syn v2.0.87 |
404 | 2024-12-19T19:45:33.146Z | Compiling hashbrown v0.15.1 |
405 | 2024-12-19T19:45:33.348Z | Compiling thread-id v4.2.2 |
406 | 2024-12-19T19:45:33.465Z | Compiling anstyle-parse v0.2.5 |
407 | 2024-12-19T19:45:33.468Z | Compiling semver v1.0.23 |
408 | 2024-12-19T19:45:33.780Z | Compiling pretty-hex v0.4.1 |
409 | 2024-12-19T19:45:33.862Z | Compiling anstyle-query v1.1.1 |
410 | 2024-12-19T19:45:34.004Z | Compiling winnow v0.6.20 |
411 | 2024-12-19T19:45:34.032Z | Compiling is_terminal_polyfill v1.70.1 |
412 | 2024-12-19T19:45:34.034Z | Compiling colorchoice v1.0.2 |
413 | 2024-12-19T19:45:34.194Z | Compiling autocfg v1.4.0 |
414 | 2024-12-19T19:45:34.194Z | Compiling anstyle v1.0.10 |
415 | 2024-12-19T19:45:34.250Z | Compiling unicode-width v0.1.14 |
416 | 2024-12-19T19:45:34.373Z | Compiling indexmap v2.6.0 |
417 | 2024-12-19T19:45:34.649Z | Compiling anstream v0.6.15 |
418 | 2024-12-19T19:45:35.115Z | Compiling terminal_size v0.4.0 |
419 | 2024-12-19T19:45:35.329Z | Compiling anyhow v1.0.93 |
420 | 2024-12-19T19:45:35.356Z | Compiling fs-err v2.11.0 |
421 | 2024-12-19T19:45:35.409Z | Compiling fastrand v2.1.1 |
422 | 2024-12-19T19:45:35.771Z | Compiling heck v0.4.1 |
423 | 2024-12-19T19:45:35.878Z | Compiling bytecount v0.6.8 |
424 | 2024-12-19T19:45:35.954Z | Compiling cfg-if v1.0.0 |
425 | 2024-12-19T19:45:35.981Z | Compiling fnv v1.0.7 |
426 | 2024-12-19T19:45:36.061Z | Compiling clap_lex v0.7.2 |
427 | 2024-12-19T19:45:36.089Z | Compiling heck v0.5.0 |
428 | 2024-12-19T19:45:36.126Z | Compiling strsim v0.11.1 |
429 | 2024-12-19T19:45:36.256Z | Compiling papergrid v0.11.0 |
430 | 2024-12-19T19:45:36.584Z | Compiling clap_builder v4.5.21 |
431 | 2024-12-19T19:45:36.630Z | Compiling tempfile v3.13.0 |
432 | 2024-12-19T19:45:37.134Z | Compiling memmap v0.7.0 |
433 | 2024-12-19T19:45:37.235Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-19T19:45:37.505Z | Compiling smawk v0.3.2 |
435 | 2024-12-19T19:45:37.738Z | Compiling textwrap v0.16.1 |
436 | 2024-12-19T19:45:37.891Z | Compiling swrite v0.1.0 |
437 | 2024-12-19T19:45:38.912Z | Compiling tabled_derive v0.7.0 |
438 | 2024-12-19T19:45:40.505Z | Compiling tabled v0.15.0 |
439 | 2024-12-19T19:45:41.988Z | Compiling serde_derive v1.0.215 |
440 | 2024-12-19T19:45:41.988Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-12-19T19:45:41.991Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-12-19T19:45:41.991Z | Compiling scroll_derive v0.12.0 |
443 | 2024-12-19T19:45:42.116Z | Compiling clap_derive v4.5.18 |
444 | 2024-12-19T19:45:43.256Z | Compiling scroll v0.12.0 |
445 | 2024-12-19T19:45:43.798Z | Compiling goblin v0.8.2 |
446 | 2024-12-19T19:45:43.899Z | Compiling zerocopy v0.7.35 |
447 | 2024-12-19T19:45:44.553Z | Compiling pest v2.7.14 |
448 | 2024-12-19T19:45:45.822Z | Compiling clap v4.5.21 |
449 | 2024-12-19T19:45:46.766Z | Compiling pest_meta v2.7.14 |
450 | 2024-12-19T19:45:47.653Z | Compiling pest_generator v2.7.14 |
451 | 2024-12-19T19:45:49.563Z | Compiling pest_derive v2.7.14 |
452 | 2024-12-19T19:45:50.252Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-12-19T19:45:52.176Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-19T19:45:52.176Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-19T19:45:52.178Z | Compiling cargo-platform v0.1.8 |
456 | 2024-12-19T19:45:52.558Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-12-19T19:45:52.585Z | Compiling toml_edit v0.22.22 |
458 | 2024-12-19T19:45:52.731Z | Compiling macaddr v1.0.1 |
459 | 2024-12-19T19:45:52.855Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-12-19T19:45:53.665Z | Compiling dof v0.3.0 |
461 | 2024-12-19T19:45:53.665Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-12-19T19:45:55.444Z | Compiling toml v0.8.19 |
463 | 2024-12-19T19:45:55.735Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-19T19:45:55.735Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-19T19:45:56.322Z | Compiling cargo_toml v0.20.5 |
466 | 2024-12-19T19:45:57.126Z | Compiling usdt v0.5.0 |
467 | 2024-12-19T19:45:59.881Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-12-19T19:46:03.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.85s |
469 | 2024-12-19T19:46:04.268Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-12-19T19:46:04.792Z | Downloading crates ... |
471 | 2024-12-19T19:46:04.943Z | Downloaded darling v0.20.10 |
472 | 2024-12-19T19:46:04.952Z | Downloaded headers-core v0.3.0 |
473 | 2024-12-19T19:46:04.956Z | Downloaded heapless v0.8.0 |
474 | 2024-12-19T19:46:04.960Z | Downloaded heapless v0.7.17 |
475 | 2024-12-19T19:46:04.970Z | Downloaded hex-literal v0.4.1 |
476 | 2024-12-19T19:46:04.972Z | Downloaded ahash v0.8.11 |
477 | 2024-12-19T19:46:04.975Z | Downloaded highway v1.2.0 |
478 | 2024-12-19T19:46:04.977Z | Downloaded hostname v0.4.0 |
479 | 2024-12-19T19:46:04.979Z | Downloaded hex v0.4.3 |
480 | 2024-12-19T19:46:04.982Z | Downloaded aead v0.5.2 |
481 | 2024-12-19T19:46:04.982Z | Downloaded adler2 v2.0.0 |
482 | 2024-12-19T19:46:04.987Z | Downloaded hyper-staticfile v0.10.1 |
483 | 2024-12-19T19:46:04.990Z | Downloaded hickory-client v0.24.1 |
484 | 2024-12-19T19:46:04.994Z | Downloaded async-stream-impl v0.3.6 |
485 | 2024-12-19T19:46:04.994Z | Downloaded ascii-canvas v3.0.0 |
486 | 2024-12-19T19:46:04.994Z | Downloaded atomicwrites v0.4.4 |
487 | 2024-12-19T19:46:04.997Z | Downloaded arrayref v0.3.9 |
488 | 2024-12-19T19:46:04.997Z | Downloaded array-init v0.0.4 |
489 | 2024-12-19T19:46:05.000Z | Downloaded arrayvec v0.7.6 |
490 | 2024-12-19T19:46:05.003Z | Downloaded argon2 v0.5.3 |
491 | 2024-12-19T19:46:05.003Z | Downloaded hyper-rustls v0.27.3 |
492 | 2024-12-19T19:46:05.005Z | Downloaded async-stream v0.3.6 |
493 | 2024-12-19T19:46:05.008Z | Downloaded base16ct v0.2.0 |
494 | 2024-12-19T19:46:05.010Z | Downloaded home v0.5.9 |
495 | 2024-12-19T19:46:05.013Z | Downloaded addr2line v0.24.2 |
496 | 2024-12-19T19:46:05.015Z | Downloaded atty v0.2.14 |
497 | 2024-12-19T19:46:05.018Z | Downloaded backoff v0.4.0 |
498 | 2024-12-19T19:46:05.020Z | Downloaded hyper-tls v0.6.0 |
499 | 2024-12-19T19:46:05.023Z | Downloaded http-body-util v0.1.2 |
500 | 2024-12-19T19:46:05.023Z | Downloaded humantime v2.1.0 |
501 | 2024-12-19T19:46:05.025Z | Downloaded hubpack v0.1.2 |
502 | 2024-12-19T19:46:05.028Z | Downloaded hickory-server v0.24.1 |
503 | 2024-12-19T19:46:05.035Z | Downloaded iana-time-zone v0.1.61 |
504 | 2024-12-19T19:46:05.038Z | Downloaded ident_case v1.0.1 |
505 | 2024-12-19T19:46:05.041Z | Downloaded heck v0.3.3 |
506 | 2024-12-19T19:46:05.043Z | Downloaded ciborium-io v0.2.2 |
507 | 2024-12-19T19:46:05.043Z | Downloaded is_ci v1.2.0 |
508 | 2024-12-19T19:46:05.045Z | Downloaded instant v0.1.13 |
509 | 2024-12-19T19:46:05.051Z | Downloaded cfg_aliases v0.1.1 |
510 | 2024-12-19T19:46:05.051Z | Downloaded cfg_aliases v0.2.1 |
511 | 2024-12-19T19:46:05.053Z | Downloaded bitfield-struct v0.6.2 |
512 | 2024-12-19T19:46:05.053Z | Downloaded arc-swap v1.7.1 |
513 | 2024-12-19T19:46:05.056Z | Downloaded matches v0.1.10 |
514 | 2024-12-19T19:46:05.058Z | Downloaded bitflags v1.3.2 |
515 | 2024-12-19T19:46:05.061Z | Downloaded cstr-argument v0.1.2 |
516 | 2024-12-19T19:46:05.061Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2024-12-19T19:46:05.064Z | Downloaded md5 v0.7.0 |
518 | 2024-12-19T19:46:05.067Z | Downloaded bit-vec v0.6.3 |
519 | 2024-12-19T19:46:05.067Z | Downloaded bcrypt-pbkdf v0.10.0 |
520 | 2024-12-19T19:46:05.067Z | Downloaded base64 v0.13.1 |
521 | 2024-12-19T19:46:05.070Z | Downloaded hmac v0.12.1 |
522 | 2024-12-19T19:46:05.072Z | Downloaded match_cfg v0.1.0 |
523 | 2024-12-19T19:46:05.075Z | Downloaded blowfish v0.9.1 |
524 | 2024-12-19T19:46:05.078Z | Downloaded buf-list v1.0.3 |
525 | 2024-12-19T19:46:05.080Z | Downloaded cexpr v0.6.0 |
526 | 2024-12-19T19:46:05.083Z | Downloaded chacha20 v0.9.1 |
527 | 2024-12-19T19:46:05.083Z | Downloaded cassowary v0.3.0 |
528 | 2024-12-19T19:46:05.085Z | Downloaded colored v2.1.0 |
529 | 2024-12-19T19:46:05.088Z | Downloaded serde-big-array v0.5.1 |
530 | 2024-12-19T19:46:05.090Z | Downloaded inout v0.1.3 |
531 | 2024-12-19T19:46:05.092Z | Downloaded indent_write v2.2.0 |
532 | 2024-12-19T19:46:05.093Z | Downloaded cipher v0.4.4 |
533 | 2024-12-19T19:46:05.095Z | Downloaded ciborium-ll v0.2.2 |
534 | 2024-12-19T19:46:05.098Z | Downloaded impl-trait-for-tuples v0.2.2 |
535 | 2024-12-19T19:46:05.100Z | Downloaded indoc v1.0.9 |
536 | 2024-12-19T19:46:05.103Z | Downloaded sync-ptr v0.1.1 |
537 | 2024-12-19T19:46:05.106Z | Downloaded is-terminal v0.4.13 |
538 | 2024-12-19T19:46:05.106Z | Downloaded tinyvec_macros v0.1.1 |
539 | 2024-12-19T19:46:05.108Z | Downloaded lazycell v1.3.0 |
540 | 2024-12-19T19:46:05.111Z | Downloaded lazy_static v1.5.0 |
541 | 2024-12-19T19:46:05.111Z | Downloaded keccak v0.1.5 |
542 | 2024-12-19T19:46:05.113Z | Downloaded lru v0.12.5 |
543 | 2024-12-19T19:46:05.115Z | Downloaded ctr v0.9.2 |
544 | 2024-12-19T19:46:05.117Z | Downloaded managed v0.8.0 |
545 | 2024-12-19T19:46:05.120Z | Downloaded lru-cache v0.1.2 |
546 | 2024-12-19T19:46:05.122Z | Downloaded linked-hash-map v0.5.6 |
547 | 2024-12-19T19:46:05.122Z | Downloaded lalrpop-util v0.19.12 |
548 | 2024-12-19T19:46:05.125Z | Downloaded crossbeam-deque v0.8.5 |
549 | 2024-12-19T19:46:05.127Z | Downloaded md-5 v0.10.6 |
550 | 2024-12-19T19:46:05.127Z | Downloaded kstat-rs v0.2.4 |
551 | 2024-12-19T19:46:05.130Z | Downloaded signal-hook-mio v0.2.4 |
552 | 2024-12-19T19:46:05.132Z | Downloaded secrecy v0.8.0 |
553 | 2024-12-19T19:46:05.132Z | Downloaded maplit v1.0.2 |
554 | 2024-12-19T19:46:05.134Z | Downloaded mime v0.3.17 |
555 | 2024-12-19T19:46:05.137Z | Downloaded icu_locid_transform v1.5.0 |
556 | 2024-12-19T19:46:05.139Z | Downloaded cobs v0.2.3 |
557 | 2024-12-19T19:46:05.142Z | Downloaded cancel-safe-futures v0.1.5 |
558 | 2024-12-19T19:46:05.147Z | Downloaded semver v0.1.20 |
559 | 2024-12-19T19:46:05.147Z | Downloaded quinn-udp v0.5.5 |
560 | 2024-12-19T19:46:05.150Z | Downloaded structmeta-derive v0.3.0 |
561 | 2024-12-19T19:46:05.150Z | Downloaded slog-envlogger v2.2.0 |
562 | 2024-12-19T19:46:05.152Z | Downloaded rustfmt-wrapper v0.2.1 |
563 | 2024-12-19T19:46:05.155Z | Downloaded yoke-derive v0.7.4 |
564 | 2024-12-19T19:46:05.155Z | Downloaded blake2 v0.10.6 |
565 | 2024-12-19T19:46:05.157Z | Downloaded tap v1.0.1 |
566 | 2024-12-19T19:46:05.159Z | Downloaded structmeta-derive v0.2.0 |
567 | 2024-12-19T19:46:05.162Z | Downloaded dunce v1.0.5 |
568 | 2024-12-19T19:46:05.162Z | Downloaded tinystr v0.7.6 |
569 | 2024-12-19T19:46:05.164Z | Downloaded cookie_store v0.21.0 |
570 | 2024-12-19T19:46:05.167Z | Downloaded csv-core v0.1.11 |
571 | 2024-12-19T19:46:05.169Z | Downloaded spki v0.7.3 |
572 | 2024-12-19T19:46:05.172Z | Downloaded normalize-line-endings v0.3.0 |
573 | 2024-12-19T19:46:05.174Z | Downloaded base64 v0.21.7 |
574 | 2024-12-19T19:46:05.176Z | Downloaded utf8_iter v1.0.4 |
575 | 2024-12-19T19:46:05.179Z | Downloaded lock_api v0.4.12 |
576 | 2024-12-19T19:46:05.181Z | Downloaded libsw v3.3.1 |
577 | 2024-12-19T19:46:05.183Z | Downloaded libefi-sys v0.1.0 |
578 | 2024-12-19T19:46:05.186Z | Downloaded instability v0.3.2 |
579 | 2024-12-19T19:46:05.188Z | Downloaded mirai-annotations v1.12.0 |
580 | 2024-12-19T19:46:05.188Z | Downloaded sqlformat v0.2.6 |
581 | 2024-12-19T19:46:05.191Z | Downloaded clang-sys v1.8.1 |
582 | 2024-12-19T19:46:05.194Z | Downloaded jobserver v0.1.32 |
583 | 2024-12-19T19:46:05.196Z | Downloaded mime_guess v2.0.5 |
584 | 2024-12-19T19:46:05.198Z | Downloaded slog-json v2.6.1 |
585 | 2024-12-19T19:46:05.201Z | Downloaded litemap v0.7.3 |
586 | 2024-12-19T19:46:05.203Z | Downloaded dirs-sys-next v0.1.2 |
587 | 2024-12-19T19:46:05.205Z | Downloaded unicode-truncate v1.1.0 |
588 | 2024-12-19T19:46:05.208Z | Downloaded rustc_version v0.4.1 |
589 | 2024-12-19T19:46:05.211Z | Downloaded russh-cryptovec v0.7.3 |
590 | 2024-12-19T19:46:05.211Z | Downloaded serde-hex v0.1.0 |
591 | 2024-12-19T19:46:05.211Z | Downloaded crossbeam-epoch v0.9.18 |
592 | 2024-12-19T19:46:05.214Z | Downloaded precomputed-hash v0.1.1 |
593 | 2024-12-19T19:46:05.218Z | Downloaded fxhash v0.2.1 |
594 | 2024-12-19T19:46:05.218Z | Downloaded futures-task v0.3.31 |
595 | 2024-12-19T19:46:05.220Z | Downloaded fragile v2.0.0 |
596 | 2024-12-19T19:46:05.222Z | Downloaded form_urlencoded v1.2.1 |
597 | 2024-12-19T19:46:05.225Z | Downloaded futures-sink v0.3.31 |
598 | 2024-12-19T19:46:05.225Z | Downloaded embedded-io v0.6.1 |
599 | 2024-12-19T19:46:05.228Z | Downloaded zone v0.3.0 |
600 | 2024-12-19T19:46:05.228Z | Downloaded yoke v0.7.4 |
601 | 2024-12-19T19:46:05.230Z | Downloaded zone v0.1.8 |
602 | 2024-12-19T19:46:05.230Z | Downloaded spin v0.9.8 |
603 | 2024-12-19T19:46:05.233Z | Downloaded crc-any v2.5.0 |
604 | 2024-12-19T19:46:05.235Z | Downloaded bytes v1.8.0 |
605 | 2024-12-19T19:46:05.241Z | Downloaded time-core v0.1.2 |
606 | 2024-12-19T19:46:05.243Z | Downloaded compact_str v0.8.0 |
607 | 2024-12-19T19:46:05.246Z | Downloaded num_enum_derive v0.5.11 |
608 | 2024-12-19T19:46:05.248Z | Downloaded num_enum v0.5.11 |
609 | 2024-12-19T19:46:05.254Z | Downloaded sqlparser_derive v0.2.2 |
610 | 2024-12-19T19:46:05.257Z | Downloaded proc-macro-crate v1.3.1 |
611 | 2024-12-19T19:46:05.259Z | Downloaded want v0.3.1 |
612 | 2024-12-19T19:46:05.259Z | Downloaded tower-service v0.3.3 |
613 | 2024-12-19T19:46:05.260Z | Downloaded tinyvec v1.8.0 |
614 | 2024-12-19T19:46:05.263Z | Downloaded termtree v0.4.1 |
615 | 2024-12-19T19:46:05.265Z | Downloaded slog-bunyan v2.5.0 |
616 | 2024-12-19T19:46:05.268Z | Downloaded progenitor-impl v0.8.0 |
617 | 2024-12-19T19:46:05.270Z | Downloaded darling_macro v0.20.10 |
618 | 2024-12-19T19:46:05.270Z | Downloaded icu_properties v1.5.1 |
619 | 2024-12-19T19:46:05.273Z | Downloaded shlex v1.3.0 |
620 | 2024-12-19T19:46:05.275Z | Downloaded thread_local v1.1.8 |
621 | 2024-12-19T19:46:05.278Z | Downloaded unicode-properties v0.1.3 |
622 | 2024-12-19T19:46:05.280Z | Downloaded strum_macros v0.25.3 |
623 | 2024-12-19T19:46:05.283Z | Downloaded pbkdf2 v0.11.0 |
624 | 2024-12-19T19:46:05.285Z | Downloaded num-conv v0.1.0 |
625 | 2024-12-19T19:46:05.288Z | Downloaded radium v0.7.0 |
626 | 2024-12-19T19:46:05.288Z | Downloaded pbkdf2 v0.12.2 |
627 | 2024-12-19T19:46:05.290Z | Downloaded num-complex v0.4.6 |
628 | 2024-12-19T19:46:05.293Z | Downloaded bumpalo v3.16.0 |
629 | 2024-12-19T19:46:05.296Z | Downloaded rustls-pemfile v1.0.4 |
630 | 2024-12-19T19:46:05.298Z | Downloaded backtrace v0.3.74 |
631 | 2024-12-19T19:46:05.304Z | Downloaded topological-sort v0.2.2 |
632 | 2024-12-19T19:46:05.307Z | Downloaded indicatif v0.17.9 |
633 | 2024-12-19T19:46:05.311Z | Downloaded const_format v0.2.33 |
634 | 2024-12-19T19:46:05.316Z | Downloaded indexmap v1.9.3 |
635 | 2024-12-19T19:46:05.320Z | Downloaded toml v0.7.8 |
636 | 2024-12-19T19:46:05.324Z | Downloaded icu_provider v1.5.0 |
637 | 2024-12-19T19:46:05.338Z | Downloaded try-lock v0.2.5 |
638 | 2024-12-19T19:46:05.341Z | Downloaded cc v1.1.30 |
639 | 2024-12-19T19:46:05.343Z | Downloaded foreign-types v0.5.0 |
640 | 2024-12-19T19:46:05.345Z | Downloaded debug-ignore v1.0.5 |
641 | 2024-12-19T19:46:05.348Z | Downloaded num-traits v0.2.19 |
642 | 2024-12-19T19:46:05.352Z | Downloaded foreign-types-macros v0.2.3 |
643 | 2024-12-19T19:46:05.354Z | Downloaded zeroize_derive v1.4.2 |
644 | 2024-12-19T19:46:05.354Z | Downloaded yasna v0.5.2 |
645 | 2024-12-19T19:46:05.357Z | Downloaded tokio-tungstenite v0.24.0 |
646 | 2024-12-19T19:46:05.359Z | Downloaded foreign-types-shared v0.1.1 |
647 | 2024-12-19T19:46:05.362Z | Downloaded zerofrom v0.1.4 |
648 | 2024-12-19T19:46:05.362Z | Downloaded num-integer v0.1.46 |
649 | 2024-12-19T19:46:05.365Z | Downloaded crossbeam-channel v0.5.13 |
650 | 2024-12-19T19:46:05.368Z | Downloaded phf_codegen v0.11.2 |
651 | 2024-12-19T19:46:05.371Z | Downloaded phf v0.11.2 |
652 | 2024-12-19T19:46:05.374Z | Downloaded same-file v1.0.6 |
653 | 2024-12-19T19:46:05.374Z | Downloaded psl-types v2.0.11 |
654 | 2024-12-19T19:46:05.376Z | Downloaded openssl-macros v0.1.1 |
655 | 2024-12-19T19:46:05.376Z | Downloaded newline-converter v0.3.0 |
656 | 2024-12-19T19:46:05.379Z | Downloaded scrypt v0.11.0 |
657 | 2024-12-19T19:46:05.379Z | Downloaded schemars_derive v0.8.21 |
658 | 2024-12-19T19:46:05.382Z | Downloaded scheduled-thread-pool v0.2.7 |
659 | 2024-12-19T19:46:05.390Z | Downloaded ssh-encoding v0.2.0 |
660 | 2024-12-19T19:46:05.390Z | Downloaded tar v0.4.42 |
661 | 2024-12-19T19:46:05.390Z | Downloaded ssh-cipher v0.2.0 |
662 | 2024-12-19T19:46:05.390Z | Downloaded phf_shared v0.10.0 |
663 | 2024-12-19T19:46:05.393Z | Downloaded scopeguard v1.2.0 |
664 | 2024-12-19T19:46:05.393Z | Downloaded openssl-probe v0.1.5 |
665 | 2024-12-19T19:46:05.394Z | Downloaded socket2 v0.5.7 |
666 | 2024-12-19T19:46:05.396Z | Downloaded untrusted v0.7.1 |
667 | 2024-12-19T19:46:05.398Z | Downloaded twox-hash v1.6.3 |
668 | 2024-12-19T19:46:05.401Z | Downloaded parking_lot_core v0.9.10 |
669 | 2024-12-19T19:46:05.403Z | Downloaded rpassword v7.3.1 |
670 | 2024-12-19T19:46:05.405Z | Downloaded parse-display-derive v0.10.0 |
671 | 2024-12-19T19:46:05.405Z | Downloaded tokio-tungstenite v0.23.1 |
672 | 2024-12-19T19:46:05.408Z | Downloaded phf_shared v0.11.2 |
673 | 2024-12-19T19:46:05.410Z | Downloaded rand_xorshift v0.3.0 |
674 | 2024-12-19T19:46:05.413Z | Downloaded tokio-macros v2.4.0 |
675 | 2024-12-19T19:46:05.418Z | Downloaded static_assertions v1.1.0 |
676 | 2024-12-19T19:46:05.418Z | Downloaded stable_deref_trait v1.2.0 |
677 | 2024-12-19T19:46:05.418Z | Downloaded zopfli v0.8.1 |
678 | 2024-12-19T19:46:05.420Z | Downloaded group v0.13.0 |
679 | 2024-12-19T19:46:05.423Z | Downloaded poly1305 v0.8.0 |
680 | 2024-12-19T19:46:05.425Z | Downloaded env_logger v0.10.2 |
681 | 2024-12-19T19:46:05.428Z | Downloaded take_mut v0.2.2 |
682 | 2024-12-19T19:46:05.430Z | Downloaded nodrop v0.1.14 |
683 | 2024-12-19T19:46:05.430Z | Downloaded thiserror v2.0.3 |
684 | 2024-12-19T19:46:05.437Z | Downloaded foldhash v0.1.3 |
685 | 2024-12-19T19:46:05.439Z | Downloaded zip v2.1.3 |
686 | 2024-12-19T19:46:05.443Z | Downloaded der v0.7.9 |
687 | 2024-12-19T19:46:05.450Z | Downloaded zone_cfg_derive v0.3.0 |
688 | 2024-12-19T19:46:05.453Z | Downloaded typify v0.2.0 |
689 | 2024-12-19T19:46:05.456Z | Downloaded rfc6979 v0.4.0 |
690 | 2024-12-19T19:46:05.458Z | Downloaded signature v2.2.0 |
691 | 2024-12-19T19:46:05.458Z | Downloaded slog v2.7.0 |
692 | 2024-12-19T19:46:05.461Z | Downloaded multer v3.1.0 |
693 | 2024-12-19T19:46:05.464Z | Downloaded number_prefix v0.4.0 |
694 | 2024-12-19T19:46:05.467Z | Downloaded derive_builder_macro v0.20.2 |
695 | 2024-12-19T19:46:05.467Z | Downloaded ena v0.14.3 |
696 | 2024-12-19T19:46:05.470Z | Downloaded mockall_derive v0.13.0 |
697 | 2024-12-19T19:46:05.472Z | Downloaded uuid v1.11.0 |
698 | 2024-12-19T19:46:05.476Z | Downloaded sct v0.7.1 |
699 | 2024-12-19T19:46:05.479Z | Downloaded parse-size v1.1.0 |
700 | 2024-12-19T19:46:05.481Z | Downloaded qorb v0.2.1 |
701 | 2024-12-19T19:46:05.486Z | Downloaded nu-ansi-term v0.50.1 |
702 | 2024-12-19T19:46:05.489Z | Downloaded zeroize v1.8.1 |
703 | 2024-12-19T19:46:05.492Z | Downloaded tls_codec_derive v0.4.1 |
704 | 2024-12-19T19:46:05.496Z | Downloaded sync_wrapper v1.0.1 |
705 | 2024-12-19T19:46:05.496Z | Downloaded tls_codec v0.4.1 |
706 | 2024-12-19T19:46:05.498Z | Downloaded thiserror-impl-no-std v2.0.2 |
707 | 2024-12-19T19:46:05.498Z | Downloaded writeable v0.5.5 |
708 | 2024-12-19T19:46:05.501Z | Downloaded slog-stdlog v4.1.1 |
709 | 2024-12-19T19:46:05.504Z | Downloaded slog-scope v4.4.0 |
710 | 2024-12-19T19:46:05.504Z | Downloaded p256 v0.13.2 |
711 | 2024-12-19T19:46:05.509Z | Downloaded waitgroup v0.1.2 |
712 | 2024-12-19T19:46:05.511Z | Downloaded aws-lc-rs v1.10.0 |
713 | 2024-12-19T19:46:05.520Z | Downloaded dhcproto-macros v0.1.0 |
714 | 2024-12-19T19:46:05.523Z | Downloaded filetime v0.2.25 |
715 | 2024-12-19T19:46:05.525Z | Downloaded opaque-debug v0.3.1 |
716 | 2024-12-19T19:46:05.525Z | Downloaded ff v0.13.0 |
717 | 2024-12-19T19:46:05.528Z | Downloaded fd-lock v4.0.2 |
718 | 2024-12-19T19:46:05.530Z | Downloaded progenitor-client v0.8.0 |
719 | 2024-12-19T19:46:05.532Z | Downloaded pretty-hex v0.2.1 |
720 | 2024-12-19T19:46:05.532Z | Downloaded glob v0.3.1 |
721 | 2024-12-19T19:46:05.535Z | Downloaded enum-as-inner v0.5.1 |
722 | 2024-12-19T19:46:05.538Z | Downloaded predicates-tree v1.0.11 |
723 | 2024-12-19T19:46:05.541Z | Downloaded unicode-segmentation v1.12.0 |
724 | 2024-12-19T19:46:05.543Z | Downloaded write16 v1.0.0 |
725 | 2024-12-19T19:46:05.545Z | Downloaded sha1 v0.10.6 |
726 | 2024-12-19T19:46:05.545Z | Downloaded serde_urlencoded v0.7.1 |
727 | 2024-12-19T19:46:05.547Z | Downloaded serde_repr v0.1.19 |
728 | 2024-12-19T19:46:05.550Z | Downloaded pem v3.0.4 |
729 | 2024-12-19T19:46:05.552Z | Downloaded crossterm v0.28.1 |
730 | 2024-12-19T19:46:05.559Z | Downloaded tabwriter v1.4.0 |
731 | 2024-12-19T19:46:05.562Z | Downloaded synstructure v0.13.1 |
732 | 2024-12-19T19:46:05.564Z | Downloaded time-macros v0.2.18 |
733 | 2024-12-19T19:46:05.566Z | Downloaded foreign-types-shared v0.3.1 |
734 | 2024-12-19T19:46:05.566Z | Downloaded headers v0.4.0 |
735 | 2024-12-19T19:46:05.573Z | Downloaded diesel-dtrace v0.4.0 |
736 | 2024-12-19T19:46:05.576Z | Downloaded slog-term v2.9.1 |
737 | 2024-12-19T19:46:05.578Z | Downloaded untrusted v0.9.0 |
738 | 2024-12-19T19:46:05.580Z | Downloaded olpc-cjson v0.1.4 |
739 | 2024-12-19T19:46:05.583Z | Downloaded fallible-iterator v0.2.0 |
740 | 2024-12-19T19:46:05.583Z | Downloaded num-rational v0.4.2 |
741 | 2024-12-19T19:46:05.587Z | Downloaded oso-derive v0.27.3 |
742 | 2024-12-19T19:46:05.590Z | Downloaded publicsuffix v2.2.3 |
743 | 2024-12-19T19:46:05.590Z | Downloaded libxml v0.3.3 |
744 | 2024-12-19T19:46:05.597Z | Downloaded siphasher v0.3.11 |
745 | 2024-12-19T19:46:05.599Z | Downloaded des v0.8.1 |
746 | 2024-12-19T19:46:05.601Z | Downloaded serde_with_macros v3.11.0 |
747 | 2024-12-19T19:46:05.604Z | Downloaded unicode-xid v0.2.6 |
748 | 2024-12-19T19:46:05.607Z | Downloaded percent-encoding v2.3.1 |
749 | 2024-12-19T19:46:05.610Z | Downloaded globset v0.4.15 |
750 | 2024-12-19T19:46:05.610Z | Downloaded simd-adler32 v0.3.7 |
751 | 2024-12-19T19:46:05.613Z | Downloaded progenitor v0.8.0 |
752 | 2024-12-19T19:46:05.613Z | Downloaded wait-timeout v0.2.0 |
753 | 2024-12-19T19:46:05.615Z | Downloaded smallvec v0.6.14 |
754 | 2024-12-19T19:46:05.618Z | Downloaded slab v0.4.9 |
755 | 2024-12-19T19:46:05.618Z | Downloaded smf v0.2.3 |
756 | 2024-12-19T19:46:05.621Z | Downloaded pem-rfc7468 v0.7.0 |
757 | 2024-12-19T19:46:05.623Z | Downloaded diesel_table_macro_syntax v0.2.0 |
758 | 2024-12-19T19:46:05.625Z | Downloaded whoami v1.5.2 |
759 | 2024-12-19T19:46:05.628Z | Downloaded zerocopy-derive v0.8.10 |
760 | 2024-12-19T19:46:05.633Z | Downloaded tracing v0.1.40 |
761 | 2024-12-19T19:46:05.639Z | Downloaded newtype_derive v0.1.6 |
762 | 2024-12-19T19:46:05.641Z | Downloaded walkdir v2.5.0 |
763 | 2024-12-19T19:46:05.644Z | Downloaded multimap v0.10.0 |
764 | 2024-12-19T19:46:05.644Z | Downloaded dyn-clone v1.0.17 |
765 | 2024-12-19T19:46:05.646Z | Downloaded parking_lot v0.12.3 |
766 | 2024-12-19T19:46:05.649Z | Downloaded nibble_vec v0.1.0 |
767 | 2024-12-19T19:46:05.651Z | Downloaded dsl_auto_type v0.1.2 |
768 | 2024-12-19T19:46:05.654Z | Downloaded termios v0.3.3 |
769 | 2024-12-19T19:46:05.656Z | Downloaded strip-ansi-escapes v0.2.0 |
770 | 2024-12-19T19:46:05.658Z | Downloaded idna v1.0.3 |
771 | 2024-12-19T19:46:05.660Z | Downloaded stringprep v0.1.5 |
772 | 2024-12-19T19:46:05.663Z | Downloaded password-hash v0.4.2 |
773 | 2024-12-19T19:46:05.665Z | Downloaded tokio-util v0.7.12 |
774 | 2024-12-19T19:46:05.673Z | Downloaded unicase v2.7.0 |
775 | 2024-12-19T19:46:05.675Z | Downloaded dhcproto v0.12.0 |
776 | 2024-12-19T19:46:05.678Z | Downloaded derive_more v0.99.18 |
777 | 2024-12-19T19:46:05.684Z | Downloaded difflib v0.4.0 |
778 | 2024-12-19T19:46:05.686Z | Downloaded defmt-parser v0.3.4 |
779 | 2024-12-19T19:46:05.686Z | Downloaded defmt-macros v0.3.9 |
780 | 2024-12-19T19:46:05.690Z | Downloaded serde_path_to_error v0.1.16 |
781 | 2024-12-19T19:46:05.692Z | Downloaded xattr v1.3.1 |
782 | 2024-12-19T19:46:05.694Z | Downloaded ron v0.8.1 |
783 | 2024-12-19T19:46:05.701Z | Downloaded ed25519-dalek v2.1.1 |
784 | 2024-12-19T19:46:05.705Z | Downloaded pkg-config v0.3.31 |
785 | 2024-12-19T19:46:05.710Z | Downloaded newtype-uuid v1.1.3 |
786 | 2024-12-19T19:46:05.710Z | Downloaded unarray v0.1.4 |
787 | 2024-12-19T19:46:05.713Z | Downloaded downcast v0.11.0 |
788 | 2024-12-19T19:46:05.713Z | Downloaded zone_cfg_derive v0.1.2 |
789 | 2024-12-19T19:46:05.713Z | Downloaded vte_generate_state_changes v0.1.2 |
790 | 2024-12-19T19:46:05.713Z | Downloaded enum-as-inner v0.6.1 |
791 | 2024-12-19T19:46:05.715Z | Downloaded embedded-io v0.4.0 |
792 | 2024-12-19T19:46:05.718Z | Downloaded flume v0.11.1 |
793 | 2024-12-19T19:46:05.720Z | Downloaded sigpipe v0.1.3 |
794 | 2024-12-19T19:46:05.723Z | Downloaded pin-utils v0.1.0 |
795 | 2024-12-19T19:46:05.723Z | Downloaded supports-color v3.0.1 |
796 | 2024-12-19T19:46:05.725Z | Downloaded subtle v2.6.1 |
797 | 2024-12-19T19:46:05.727Z | Downloaded rusty-fork v0.3.0 |
798 | 2024-12-19T19:46:05.729Z | Downloaded rustversion v1.0.17 |
799 | 2024-12-19T19:46:05.733Z | Downloaded diff v0.1.13 |
800 | 2024-12-19T19:46:05.736Z | Downloaded xz2 v0.1.7 |
801 | 2024-12-19T19:46:05.738Z | Downloaded derive_builder v0.20.2 |
802 | 2024-12-19T19:46:05.742Z | Downloaded strum v0.26.3 |
803 | 2024-12-19T19:46:05.744Z | Downloaded half v2.4.1 |
804 | 2024-12-19T19:46:05.746Z | Downloaded funty v2.0.0 |
805 | 2024-12-19T19:46:05.749Z | Downloaded serde_derive_internals v0.29.1 |
806 | 2024-12-19T19:46:05.749Z | Downloaded pkcs8 v0.10.2 |
807 | 2024-12-19T19:46:05.752Z | Downloaded signal-hook-tokio v0.3.1 |
808 | 2024-12-19T19:46:05.754Z | Downloaded packed_struct_codegen v0.10.1 |
809 | 2024-12-19T19:46:05.757Z | Downloaded serde_plain v1.0.2 |
810 | 2024-12-19T19:46:05.757Z | Downloaded omicron-zone-package v0.11.1 |
811 | 2024-12-19T19:46:05.760Z | Downloaded string_cache v0.8.7 |
812 | 2024-12-19T19:46:05.762Z | Downloaded utf-8 v0.7.6 |
813 | 2024-12-19T19:46:05.764Z | Downloaded universal-hash v0.5.1 |
814 | 2024-12-19T19:46:05.765Z | Downloaded rand v0.8.5 |
815 | 2024-12-19T19:46:05.768Z | Downloaded num v0.4.3 |
816 | 2024-12-19T19:46:05.771Z | Downloaded test-strategy v0.3.1 |
817 | 2024-12-19T19:46:05.773Z | Downloaded predicates-core v1.0.8 |
818 | 2024-12-19T19:46:05.777Z | Downloaded tokio-postgres v0.7.12 |
819 | 2024-12-19T19:46:05.781Z | Downloaded new_debug_unreachable v1.0.6 |
820 | 2024-12-19T19:46:05.783Z | Downloaded expectorate v1.1.0 |
821 | 2024-12-19T19:46:05.786Z | Downloaded powerfmt v0.2.0 |
822 | 2024-12-19T19:46:05.786Z | Downloaded utf16_iter v1.0.5 |
823 | 2024-12-19T19:46:05.788Z | Downloaded structmeta v0.2.0 |
824 | 2024-12-19T19:46:05.791Z | Downloaded hash32 v0.3.1 |
825 | 2024-12-19T19:46:05.791Z | Downloaded futures-channel v0.3.31 |
826 | 2024-12-19T19:46:05.793Z | Downloaded display-error-chain v0.2.2 |
827 | 2024-12-19T19:46:05.793Z | Downloaded ppv-lite86 v0.2.20 |
828 | 2024-12-19T19:46:05.796Z | Downloaded term v0.7.0 |
829 | 2024-12-19T19:46:05.799Z | Downloaded tungstenite v0.23.0 |
830 | 2024-12-19T19:46:05.803Z | Downloaded p521 v0.13.3 |
831 | 2024-12-19T19:46:05.807Z | Downloaded fixedbitset v0.4.2 |
832 | 2024-12-19T19:46:05.810Z | Downloaded packed_struct v0.10.1 |
833 | 2024-12-19T19:46:05.813Z | Downloaded nanorand v0.7.0 |
834 | 2024-12-19T19:46:05.816Z | Downloaded futures-core v0.3.31 |
835 | 2024-12-19T19:46:05.816Z | Downloaded signal-hook v0.3.17 |
836 | 2024-12-19T19:46:05.819Z | Downloaded phf_generator v0.11.2 |
837 | 2024-12-19T19:46:05.822Z | Downloaded bitvec v1.0.1 |
838 | 2024-12-19T19:46:05.837Z | Downloaded structmeta v0.3.0 |
839 | 2024-12-19T19:46:05.840Z | Downloaded signal-hook-registry v1.4.2 |
840 | 2024-12-19T19:46:05.840Z | Downloaded postgres-types v0.2.8 |
841 | 2024-12-19T19:46:05.842Z | Downloaded postgres-protocol v0.6.7 |
842 | 2024-12-19T19:46:05.845Z | Downloaded defmt v0.3.8 |
843 | 2024-12-19T19:46:05.847Z | Downloaded tui-tree-widget v0.22.0 |
844 | 2024-12-19T19:46:05.850Z | Downloaded native-tls v0.2.12 |
845 | 2024-12-19T19:46:05.853Z | Downloaded thiserror-impl v2.0.3 |
846 | 2024-12-19T19:46:05.855Z | Downloaded samael v0.0.17 |
847 | 2024-12-19T19:46:05.860Z | Downloaded num-iter v0.1.45 |
848 | 2024-12-19T19:46:05.862Z | Downloaded diesel_derives v2.2.3 |
849 | 2024-12-19T19:46:05.866Z | Downloaded bindgen v0.69.5 |
850 | 2024-12-19T19:46:05.874Z | Downloaded predicates v3.1.2 |
851 | 2024-12-19T19:46:05.877Z | Downloaded chrono v0.4.38 |
852 | 2024-12-19T19:46:05.885Z | Downloaded fatfs v0.3.6 |
853 | 2024-12-19T19:46:05.887Z | Downloaded snafu-derive v0.8.5 |
854 | 2024-12-19T19:46:05.890Z | Downloaded futures v0.3.31 |
855 | 2024-12-19T19:46:05.895Z | Downloaded quick-xml v0.33.0 |
856 | 2024-12-19T19:46:05.902Z | Downloaded postcard v1.0.10 |
857 | 2024-12-19T19:46:05.905Z | Downloaded tungstenite v0.24.0 |
858 | 2024-12-19T19:46:05.909Z | Downloaded elliptic-curve v0.13.8 |
859 | 2024-12-19T19:46:05.913Z | Downloaded russh v0.45.0 |
860 | 2024-12-19T19:46:05.920Z | Downloaded ecdsa v0.16.9 |
861 | 2024-12-19T19:46:05.923Z | Downloaded dropshot_endpoint v0.12.0 |
862 | 2024-12-19T19:46:05.926Z | Downloaded serde_with v3.11.0 |
863 | 2024-12-19T19:46:05.936Z | Downloaded hashbrown v0.14.5 |
864 | 2024-12-19T19:46:05.942Z | Downloaded url v2.5.3 |
865 | 2024-12-19T19:46:05.945Z | Downloaded openssl-sys v0.9.103 |
866 | 2024-12-19T19:46:05.950Z | Downloaded hashbrown v0.12.3 |
867 | 2024-12-19T19:46:05.955Z | Downloaded unsafe-libyaml v0.2.11 |
868 | 2024-12-19T19:46:05.959Z | Downloaded zerovec v0.10.4 |
869 | 2024-12-19T19:46:05.965Z | Downloaded pkcs5 v0.7.1 |
870 | 2024-12-19T19:46:05.970Z | Downloaded tungstenite v0.21.0 |
871 | 2024-12-19T19:46:05.973Z | Downloaded zip v0.6.6 |
872 | 2024-12-19T19:46:05.978Z | Downloaded snafu v0.8.5 |
873 | 2024-12-19T19:46:05.985Z | Downloaded proptest v1.5.0 |
874 | 2024-12-19T19:46:05.996Z | Downloaded ssh-key v0.6.6 |
875 | 2024-12-19T19:46:06.004Z | Downloaded zerocopy v0.8.10 |
876 | 2024-12-19T19:46:06.029Z | Downloaded tracing-core v0.1.32 |
877 | 2024-12-19T19:46:06.032Z | Downloaded icu_properties_data v1.5.0 |
878 | 2024-12-19T19:46:06.043Z | Downloaded flate2 v1.0.34 |
879 | 2024-12-19T19:46:06.049Z | Downloaded x509-cert v0.2.5 |
880 | 2024-12-19T19:46:06.056Z | Downloaded reqwest v0.12.9 |
881 | 2024-12-19T19:46:06.066Z | Downloaded steno v0.4.1 |
882 | 2024-12-19T19:46:06.070Z | Downloaded lalrpop v0.19.12 |
883 | 2024-12-19T19:46:06.083Z | Downloaded rustyline v14.0.0 |
884 | 2024-12-19T19:46:06.088Z | Downloaded rusqlite v0.32.1 |
885 | 2024-12-19T19:46:06.095Z | Downloaded quinn-proto v0.11.8 |
886 | 2024-12-19T19:46:06.103Z | Downloaded curve25519-dalek v4.1.3 |
887 | 2024-12-19T19:46:06.113Z | Downloaded h2 v0.4.6 |
888 | 2024-12-19T19:46:06.121Z | Downloaded webpki-roots v0.26.6 |
889 | 2024-12-19T19:46:06.125Z | Downloaded portable-atomic v1.9.0 |
890 | 2024-12-19T19:46:06.133Z | Downloaded idna v0.5.0 |
891 | 2024-12-19T19:46:06.141Z | Downloaded reedline v0.35.0 |
892 | 2024-12-19T19:46:06.149Z | Downloaded salty v0.3.0 |
893 | 2024-12-19T19:46:06.156Z | Downloaded nix v0.28.0 |
894 | 2024-12-19T19:46:06.169Z | Downloaded rustls-webpki v0.102.8 |
895 | 2024-12-19T19:46:06.189Z | Downloaded polar-core v0.27.3 |
896 | 2024-12-19T19:46:06.198Z | Downloaded dropshot v0.12.0 |
897 | 2024-12-19T19:46:06.220Z | Downloaded git2 v0.19.0 |
898 | 2024-12-19T19:46:06.229Z | Downloaded rustls v0.21.12 |
899 | 2024-12-19T19:46:06.241Z | Downloaded object v0.30.4 |
900 | 2024-12-19T19:46:06.251Z | Downloaded unicode-width v0.2.0 |
901 | 2024-12-19T19:46:06.258Z | Downloaded rustls v0.22.4 |
902 | 2024-12-19T19:46:06.272Z | Downloaded hickory-proto v0.24.1 |
903 | 2024-12-19T19:46:06.288Z | Downloaded regex v1.11.1 |
904 | 2024-12-19T19:46:06.302Z | Downloaded p384 v0.13.0 |
905 | 2024-12-19T19:46:06.309Z | Downloaded gimli v0.31.1 |
906 | 2024-12-19T19:46:06.319Z | Downloaded object v0.36.5 |
907 | 2024-12-19T19:46:06.330Z | Downloaded regex-syntax v0.6.29 |
908 | 2024-12-19T19:46:06.338Z | Downloaded nix v0.27.1 |
909 | 2024-12-19T19:46:06.349Z | Downloaded regress v0.10.1 |
910 | 2024-12-19T19:46:06.359Z | Downloaded trust-dns-proto v0.22.0 |
911 | 2024-12-19T19:46:06.372Z | Downloaded regress v0.9.1 |
912 | 2024-12-19T19:46:06.381Z | Downloaded regex-syntax v0.8.5 |
913 | 2024-12-19T19:46:06.390Z | Downloaded nix v0.29.0 |
914 | 2024-12-19T19:46:06.403Z | Downloaded openapiv3 v2.0.0 |
915 | 2024-12-19T19:46:06.415Z | Downloaded typify-impl v0.2.0 |
916 | 2024-12-19T19:46:06.432Z | Downloaded sled v0.34.7 |
917 | 2024-12-19T19:46:06.442Z | Downloaded ratatui v0.28.1 |
918 | 2024-12-19T19:46:06.462Z | Downloaded smoltcp v0.11.0 |
919 | 2024-12-19T19:46:06.474Z | Downloaded zerocopy-derive v0.6.6 |
920 | 2024-12-19T19:46:06.484Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
921 | 2024-12-19T19:46:06.498Z | Downloaded diesel v2.2.6 |
922 | 2024-12-19T19:46:06.516Z | Downloaded smoltcp v0.9.1 |
923 | 2024-12-19T19:46:06.527Z | Downloaded dropshot v0.13.0 |
924 | 2024-12-19T19:46:06.548Z | Downloaded rustls v0.23.14 |
925 | 2024-12-19T19:46:06.560Z | Downloaded petname v2.0.2 |
926 | 2024-12-19T19:46:06.565Z | Downloaded chrono-tz v0.10.0 |
927 | 2024-12-19T19:46:06.573Z | Downloaded regex-automata v0.4.8 |
928 | 2024-12-19T19:46:06.591Z | Downloaded lzma-sys v0.1.20 |
929 | 2024-12-19T19:46:06.619Z | Downloaded bstr v1.10.0 |
930 | 2024-12-19T19:46:06.630Z | Downloaded rayon v1.10.0 |
931 | 2024-12-19T19:46:06.639Z | Downloaded petgraph v0.6.5 |
932 | 2024-12-19T19:46:06.658Z | Downloaded libz-sys v1.1.20 |
933 | 2024-12-19T19:46:06.678Z | Downloaded openssl v0.10.66 |
934 | 2024-12-19T19:46:06.687Z | Downloaded tokio v1.40.0 |
935 | 2024-12-19T19:46:06.725Z | Downloaded vcpkg v0.2.15 |
936 | 2024-12-19T19:46:06.762Z | Downloaded radix_trie v0.2.1 |
937 | 2024-12-19T19:46:06.767Z | Downloaded csv v1.3.0 |
938 | 2024-12-19T19:46:06.787Z | Downloaded idna v0.2.3 |
939 | 2024-12-19T19:46:06.794Z | Downloaded rustls-webpki v0.101.7 |
940 | 2024-12-19T19:46:06.808Z | Downloaded winnow v0.5.40 |
941 | 2024-12-19T19:46:06.816Z | Downloaded idna v0.4.0 |
942 | 2024-12-19T19:46:06.823Z | Downloaded sha3 v0.10.8 |
943 | 2024-12-19T19:46:06.828Z | Downloaded idna v0.3.0 |
944 | 2024-12-19T19:46:06.834Z | Downloaded unicode-normalization v0.1.24 |
945 | 2024-12-19T19:46:06.838Z | Downloaded unicode_categories v0.1.1 |
946 | 2024-12-19T19:46:06.841Z | Downloaded sqlparser v0.45.0 |
947 | 2024-12-19T19:46:06.846Z | Downloaded tokio-stream v0.1.16 |
948 | 2024-12-19T19:46:06.850Z | Downloaded parking_lot v0.11.2 |
949 | 2024-12-19T19:46:06.853Z | Downloaded unicode-bidi v0.3.17 |
950 | 2024-12-19T19:46:06.855Z | Downloaded miniz_oxide v0.8.0 |
951 | 2024-12-19T19:46:06.858Z | Downloaded num-bigint-dig v0.8.4 |
952 | 2024-12-19T19:46:06.862Z | Downloaded salsa20 v0.10.2 |
953 | 2024-12-19T19:46:06.866Z | Downloaded tough v0.19.0 |
954 | 2024-12-19T19:46:06.872Z | Downloaded termcolor v1.4.1 |
955 | 2024-12-19T19:46:06.875Z | Downloaded pkcs1 v0.7.5 |
956 | 2024-12-19T19:46:06.877Z | Downloaded zerovec-derive v0.10.3 |
957 | 2024-12-19T19:46:06.880Z | Downloaded nom v7.1.3 |
958 | 2024-12-19T19:46:06.884Z | Downloaded futures-util v0.3.31 |
959 | 2024-12-19T19:46:06.895Z | Downloaded serde_yaml v0.9.34+deprecated |
960 | 2024-12-19T19:46:06.899Z | Downloaded parse-zoneinfo v0.3.1 |
961 | 2024-12-19T19:46:06.902Z | Downloaded itertools v0.13.0 |
962 | 2024-12-19T19:46:06.908Z | Downloaded time v0.3.36 |
963 | 2024-12-19T19:46:06.915Z | Downloaded fs_extra v1.3.0 |
964 | 2024-12-19T19:46:06.918Z | Downloaded hkdf v0.12.4 |
965 | 2024-12-19T19:46:06.920Z | Downloaded blake3 v1.5.4 |
966 | 2024-12-19T19:46:06.928Z | Downloaded num-bigint v0.4.6 |
967 | 2024-12-19T19:46:06.932Z | Downloaded ed25519 v2.2.3 |
968 | 2024-12-19T19:46:06.935Z | Downloaded rustls-pki-types v1.9.0 |
969 | 2024-12-19T19:46:06.938Z | Downloaded typify-macro v0.2.0 |
970 | 2024-12-19T19:46:06.941Z | Downloaded smallvec v1.13.2 |
971 | 2024-12-19T19:46:06.941Z | Downloaded oso v0.27.3 |
972 | 2024-12-19T19:46:06.944Z | Downloaded rayon-core v1.12.1 |
973 | 2024-12-19T19:46:06.948Z | Downloaded getrandom v0.2.15 |
974 | 2024-12-19T19:46:06.951Z | Downloaded itertools v0.12.1 |
975 | 2024-12-19T19:46:06.959Z | Downloaded derive_builder_core v0.20.2 |
976 | 2024-12-19T19:46:06.961Z | Downloaded encoding_rs v0.8.34 |
977 | 2024-12-19T19:46:06.982Z | Downloaded ron v0.7.1 |
978 | 2024-12-19T19:46:06.987Z | Downloaded rcgen v0.12.1 |
979 | 2024-12-19T19:46:06.989Z | Downloaded pin-project v1.1.6 |
980 | 2024-12-19T19:46:07.000Z | Downloaded hash32 v0.2.1 |
981 | 2024-12-19T19:46:07.003Z | Downloaded ghash v0.5.1 |
982 | 2024-12-19T19:46:07.003Z | Downloaded gethostname v0.5.0 |
983 | 2024-12-19T19:46:07.005Z | Downloaded parking_lot_core v0.8.6 |
984 | 2024-12-19T19:46:07.005Z | Downloaded tokio-rustls v0.26.0 |
985 | 2024-12-19T19:46:07.008Z | Downloaded tokio-rustls v0.25.0 |
986 | 2024-12-19T19:46:07.010Z | Downloaded tokio-rustls v0.24.1 |
987 | 2024-12-19T19:46:07.013Z | Downloaded mio v1.0.2 |
988 | 2024-12-19T19:46:07.017Z | Downloaded libm v0.2.8 |
989 | 2024-12-19T19:46:07.025Z | Downloaded typed-path v0.9.3 |
990 | 2024-12-19T19:46:07.031Z | Downloaded minimal-lexical v0.2.1 |
991 | 2024-12-19T19:46:07.054Z | Downloaded itertools v0.10.5 |
992 | 2024-12-19T19:46:07.057Z | Downloaded subprocess v0.2.9 |
993 | 2024-12-19T19:46:07.060Z | Downloaded tokio-native-tls v0.3.1 |
994 | 2024-12-19T19:46:07.062Z | Downloaded pin-project-lite v0.2.14 |
995 | 2024-12-19T19:46:07.068Z | Downloaded hashbrown v0.13.2 |
996 | 2024-12-19T19:46:07.074Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
997 | 2024-12-19T19:46:07.147Z | Downloaded pin-project-internal v1.1.6 |
998 | 2024-12-19T19:46:07.150Z | Downloaded schemars v0.8.21 |
999 | 2024-12-19T19:46:07.159Z | Downloaded darling_core v0.20.10 |
1000 | 2024-12-19T19:46:07.163Z | Downloaded toml_edit v0.19.15 |
1001 | 2024-12-19T19:46:07.178Z | Downloaded vte v0.11.1 |
1002 | 2024-12-19T19:46:07.181Z | Downloaded vsss-rs v3.3.4 |
1003 | 2024-12-19T19:46:07.184Z | Downloaded vergen v8.3.2 |
1004 | 2024-12-19T19:46:07.186Z | Downloaded quinn v0.11.5 |
1005 | 2024-12-19T19:46:07.189Z | Downloaded endian-type v0.1.2 |
1006 | 2024-12-19T19:46:07.189Z | Downloaded zerofrom-derive v0.1.4 |
1007 | 2024-12-19T19:46:07.191Z | Downloaded sec1 v0.7.3 |
1008 | 2024-12-19T19:46:07.191Z | Downloaded hashlink v0.9.1 |
1009 | 2024-12-19T19:46:07.194Z | Downloaded futures-macro v0.3.31 |
1010 | 2024-12-19T19:46:07.194Z | Downloaded env_logger v0.11.5 |
1011 | 2024-12-19T19:46:07.197Z | Downloaded dropshot_endpoint v0.13.0 |
1012 | 2024-12-19T19:46:07.209Z | Downloaded value-bag v1.9.0 |
1013 | 2024-12-19T19:46:07.209Z | Downloaded tracing-attributes v0.1.27 |
1014 | 2024-12-19T19:46:07.209Z | Downloaded zerocopy v0.6.6 |
1015 | 2024-12-19T19:46:07.209Z | Downloaded rand_seeder v0.3.0 |
1016 | 2024-12-19T19:46:07.209Z | Downloaded rand_core v0.6.4 |
1017 | 2024-12-19T19:46:07.211Z | Downloaded quick-error v1.2.3 |
1018 | 2024-12-19T19:46:07.211Z | Downloaded prettyplease v0.2.25 |
1019 | 2024-12-19T19:46:07.214Z | Downloaded polyval v0.6.2 |
1020 | 2024-12-19T19:46:07.217Z | Downloaded slog-async v2.8.0 |
1021 | 2024-12-19T19:46:07.221Z | Downloaded progenitor-macro v0.8.0 |
1022 | 2024-12-19T19:46:07.221Z | Downloaded num-derive v0.4.2 |
1023 | 2024-12-19T19:46:07.221Z | Downloaded flagset v0.4.6 |
1024 | 2024-12-19T19:46:07.224Z | Downloaded displaydoc v0.2.5 |
1025 | 2024-12-19T19:46:07.224Z | Downloaded rustls-pemfile v2.2.0 |
1026 | 2024-12-19T19:46:07.228Z | Downloaded rustc-demangle v0.1.24 |
1027 | 2024-12-19T19:46:07.230Z | Downloaded russh-keys v0.45.0 |
1028 | 2024-12-19T19:46:07.230Z | Downloaded foreign-types v0.3.2 |
1029 | 2024-12-19T19:46:07.233Z | Downloaded futures-io v0.3.31 |
1030 | 2024-12-19T19:46:07.233Z | Downloaded futures-executor v0.3.31 |
1031 | 2024-12-19T19:46:07.233Z | Downloaded peg-macros v0.8.4 |
1032 | 2024-12-19T19:46:07.236Z | Downloaded tokio-tungstenite v0.21.0 |
1033 | 2024-12-19T19:46:07.238Z | Downloaded either v1.13.0 |
1034 | 2024-12-19T19:46:07.238Z | Downloaded data-encoding v2.6.0 |
1035 | 2024-12-19T19:46:07.242Z | Downloaded peg v0.8.4 |
1036 | 2024-12-19T19:46:07.244Z | Downloaded aho-corasick v1.1.3 |
1037 | 2024-12-19T19:46:07.248Z | Downloaded strum_macros v0.26.4 |
1038 | 2024-12-19T19:46:07.254Z | Downloaded strum_macros v0.24.3 |
1039 | 2024-12-19T19:46:07.257Z | Downloaded rsa v0.9.6 |
1040 | 2024-12-19T19:46:07.260Z | Downloaded icu_collections v1.5.0 |
1041 | 2024-12-19T19:46:07.263Z | Downloaded hyper-util v0.1.10 |
1042 | 2024-12-19T19:46:07.267Z | Downloaded crypto-bigint v0.5.5 |
1043 | 2024-12-19T19:46:07.274Z | Downloaded rustc-hash v2.0.0 |
1044 | 2024-12-19T19:46:07.276Z | Downloaded rustc-hash v1.1.0 |
1045 | 2024-12-19T19:46:07.276Z | Downloaded r2d2 v0.8.10 |
1046 | 2024-12-19T19:46:07.278Z | Downloaded password-hash v0.5.0 |
1047 | 2024-12-19T19:46:07.282Z | Downloaded owo-colors v4.1.0 |
1048 | 2024-12-19T19:46:07.282Z | Downloaded derive-where v1.2.7 |
1049 | 2024-12-19T19:46:07.285Z | Downloaded uzers v0.12.1 |
1050 | 2024-12-19T19:46:07.288Z | Downloaded base64 v0.22.1 |
1051 | 2024-12-19T19:46:07.291Z | Downloaded shell-words v1.1.0 |
1052 | 2024-12-19T19:46:07.291Z | Downloaded const-oid v0.9.6 |
1053 | 2024-12-19T19:46:07.293Z | Downloaded primeorder v0.13.6 |
1054 | 2024-12-19T19:46:07.293Z | Downloaded mockall v0.13.0 |
1055 | 2024-12-19T19:46:07.296Z | Downloaded aes-gcm v0.10.3 |
1056 | 2024-12-19T19:46:07.299Z | Downloaded paste v1.0.15 |
1057 | 2024-12-19T19:46:07.301Z | Downloaded parse-display v0.10.0 |
1058 | 2024-12-19T19:46:07.301Z | Downloaded der_derive v0.7.3 |
1059 | 2024-12-19T19:46:07.304Z | Downloaded toolchain_find v0.4.0 |
1060 | 2024-12-19T19:46:07.304Z | Downloaded memmap2 v0.9.5 |
1061 | 2024-12-19T19:46:07.307Z | Downloaded hickory-resolver v0.24.1 |
1062 | 2024-12-19T19:46:07.310Z | Downloaded similar v2.6.0 |
1063 | 2024-12-19T19:46:07.313Z | Downloaded deranged v0.3.11 |
1064 | 2024-12-19T19:46:07.315Z | Downloaded chacha20poly1305 v0.10.1 |
1065 | 2024-12-19T19:46:07.317Z | Downloaded which v4.4.2 |
1066 | 2024-12-19T19:46:07.318Z | Downloaded float-ord v0.3.2 |
1067 | 2024-12-19T19:46:07.320Z | Downloaded float-cmp v0.9.0 |
1068 | 2024-12-19T19:46:07.320Z | Downloaded crossbeam-utils v0.8.20 |
1069 | 2024-12-19T19:46:07.323Z | Downloaded crc32fast v1.4.2 |
1070 | 2024-12-19T19:46:07.326Z | Downloaded peg-runtime v0.8.3 |
1071 | 2024-12-19T19:46:07.326Z | Downloaded path-slash v0.1.5 |
1072 | 2024-12-19T19:46:07.326Z | Downloaded num_threads v0.1.7 |
1073 | 2024-12-19T19:46:07.328Z | Downloaded fallible-streaming-iterator v0.1.9 |
1074 | 2024-12-19T19:46:07.328Z | Downloaded fallible-iterator v0.3.0 |
1075 | 2024-12-19T19:46:07.328Z | Downloaded env_filter v0.1.2 |
1076 | 2024-12-19T19:46:07.331Z | Downloaded wyz v0.5.1 |
1077 | 2024-12-19T19:46:07.331Z | Downloaded cookie v0.18.1 |
1078 | 2024-12-19T19:46:07.333Z | Downloaded icu_normalizer v1.5.0 |
1079 | 2024-12-19T19:46:07.337Z | Downloaded dirs-next v2.0.0 |
1080 | 2024-12-19T19:46:07.339Z | Downloaded icu_normalizer_data v1.5.0 |
1081 | 2024-12-19T19:46:07.342Z | Downloaded icu_locid_transform_data v1.5.0 |
1082 | 2024-12-19T19:46:07.344Z | Downloaded icu_locid v1.5.0 |
1083 | 2024-12-19T19:46:07.347Z | Downloaded libloading v0.8.5 |
1084 | 2024-12-19T19:46:07.349Z | Downloaded ipnet v2.10.1 |
1085 | 2024-12-19T19:46:07.352Z | Downloaded tiny-keccak v2.0.2 |
1086 | 2024-12-19T19:46:07.354Z | Downloaded thiserror-no-std v2.0.2 |
1087 | 2024-12-19T19:46:07.358Z | Downloaded spin v0.5.2 |
1088 | 2024-12-19T19:46:07.362Z | Downloaded const_format_proc_macros v0.2.33 |
1089 | 2024-12-19T19:46:07.362Z | Downloaded bcs v0.1.6 |
1090 | 2024-12-19T19:46:07.362Z | Downloaded resolv-conf v0.7.0 |
1091 | 2024-12-19T19:46:07.364Z | Downloaded ref-cast-impl v1.0.23 |
1092 | 2024-12-19T19:46:07.364Z | Downloaded ref-cast v1.0.23 |
1093 | 2024-12-19T19:46:07.366Z | Downloaded rand_chacha v0.3.1 |
1094 | 2024-12-19T19:46:07.369Z | Downloaded console v0.15.8 |
1095 | 2024-12-19T19:46:07.371Z | Downloaded ciborium v0.2.2 |
1096 | 2024-12-19T19:46:07.374Z | Downloaded bzip2 v0.4.4 |
1097 | 2024-12-19T19:46:07.374Z | Downloaded aes v0.8.4 |
1098 | 2024-12-19T19:46:07.377Z | Downloaded slog-dtrace v0.3.0 |
1099 | 2024-12-19T19:46:07.380Z | Downloaded rustc_version v0.1.7 |
1100 | 2024-12-19T19:46:07.383Z | Downloaded rtoolbox v0.0.2 |
1101 | 2024-12-19T19:46:07.383Z | Downloaded memoffset v0.9.1 |
1102 | 2024-12-19T19:46:07.385Z | Downloaded maybe-uninit v2.0.0 |
1103 | 2024-12-19T19:46:07.389Z | Downloaded lockfree-object-pool v0.1.6 |
1104 | 2024-12-19T19:46:07.389Z | Downloaded linear-map v1.2.0 |
1105 | 2024-12-19T19:46:07.393Z | Downloaded httparse v1.9.5 |
1106 | 2024-12-19T19:46:07.395Z | Downloaded curve25519-dalek-derive v0.1.1 |
1107 | 2024-12-19T19:46:07.395Z | Downloaded base64ct v1.6.0 |
1108 | 2024-12-19T19:46:07.397Z | Downloaded convert_case v0.4.0 |
1109 | 2024-12-19T19:46:07.397Z | Downloaded crc v3.2.1 |
1110 | 2024-12-19T19:46:07.400Z | Downloaded ipnetwork v0.20.0 |
1111 | 2024-12-19T19:46:07.402Z | Downloaded internet-checksum v0.2.1 |
1112 | 2024-12-19T19:46:07.403Z | Downloaded idna_adapter v1.2.0 |
1113 | 2024-12-19T19:46:07.405Z | Downloaded crunchy v0.2.2 |
1114 | 2024-12-19T19:46:07.405Z | Downloaded bit-set v0.5.3 |
1115 | 2024-12-19T19:46:07.405Z | Downloaded crc-catalog v2.4.0 |
1116 | 2024-12-19T19:46:07.408Z | Downloaded constant_time_eq v0.3.1 |
1117 | 2024-12-19T19:46:07.408Z | Downloaded chrono-tz-build v0.4.0 |
1118 | 2024-12-19T19:46:07.410Z | Downloaded icu_provider_macros v1.5.0 |
1119 | 2024-12-19T19:46:07.410Z | Downloaded cmake v0.1.51 |
1120 | 2024-12-19T19:46:07.410Z | Downloaded castaway v0.2.3 |
1121 | 2024-12-19T19:46:07.412Z | Downloaded bitfield v0.14.0 |
1122 | 2024-12-19T19:46:07.415Z | Downloaded cbc v0.1.2 |
1123 | 2024-12-19T19:46:07.415Z | Downloaded block-padding v0.3.3 |
1124 | 2024-12-19T19:46:07.415Z | Downloaded bb8 v0.8.5 |
1125 | 2024-12-19T19:46:07.418Z | Downloaded atomic-waker v1.1.2 |
1126 | 2024-12-19T19:46:07.418Z | Downloaded async-trait v0.1.83 |
1127 | 2024-12-19T19:46:07.420Z | Downloaded async-bb8-diesel v0.2.1 |
1128 | 2024-12-19T19:46:07.423Z | Downloaded async-recursion v1.1.1 |
1129 | 2024-12-19T19:46:07.426Z | Downloaded hyper v1.5.0 |
1130 | 2024-12-19T19:46:07.432Z | Downloaded hubpack_derive v0.1.1 |
1131 | 2024-12-19T19:46:07.435Z | Downloaded hostname v0.3.1 |
1132 | 2024-12-19T19:46:07.435Z | Downloaded allocator-api2 v0.2.18 |
1133 | 2024-12-19T19:46:07.438Z | Downloaded httpdate v1.0.3 |
1134 | 2024-12-19T19:46:07.440Z | Downloaded http-range v0.1.5 |
1135 | 2024-12-19T19:46:07.440Z | Downloaded http-body v1.0.1 |
1136 | 2024-12-19T19:46:07.440Z | Downloaded http v1.1.0 |
1137 | 2024-12-19T19:46:07.444Z | Downloaded assert_matches v1.5.0 |
1138 | 2024-12-19T19:46:07.529Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-12-19T19:46:07.679Z | Downloaded ring v0.17.8 |
1140 | 2024-12-19T19:46:07.828Z | Downloaded ring v0.16.20 |
1141 | 2024-12-19T19:46:08.057Z | Downloaded aws-lc-sys v0.22.0 |
1142 | 2024-12-19T19:46:08.361Z | Compiling serde v1.0.215 |
1143 | 2024-12-19T19:46:08.364Z | Compiling lock_api v0.4.12 |
1144 | 2024-12-19T19:46:08.364Z | Compiling scopeguard v1.2.0 |
1145 | 2024-12-19T19:46:08.364Z | Compiling value-bag v1.9.0 |
1146 | 2024-12-19T19:46:08.364Z | Compiling typenum v1.17.0 |
1147 | 2024-12-19T19:46:08.364Z | Compiling generic-array v0.14.7 |
1148 | 2024-12-19T19:46:08.531Z | Compiling syn v2.0.87 |
1149 | 2024-12-19T19:46:08.543Z | Compiling getrandom v0.2.15 |
1150 | 2024-12-19T19:46:08.696Z | Compiling shlex v1.3.0 |
1151 | 2024-12-19T19:46:08.835Z | Compiling rand_core v0.6.4 |
1152 | 2024-12-19T19:46:08.983Z | Compiling log v0.4.22 |
1153 | 2024-12-19T19:46:09.108Z | Compiling subtle v2.6.1 |
1154 | 2024-12-19T19:46:09.128Z | Compiling jobserver v0.1.32 |
1155 | 2024-12-19T19:46:09.161Z | Compiling smallvec v1.13.2 |
1156 | 2024-12-19T19:46:09.380Z | Compiling const-oid v0.9.6 |
1157 | 2024-12-19T19:46:09.421Z | Compiling spin v0.9.8 |
1158 | 2024-12-19T19:46:09.467Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-12-19T19:46:09.597Z | Compiling cc v1.1.30 |
1160 | 2024-12-19T19:46:09.616Z | Compiling rustix v0.38.37 |
1161 | 2024-12-19T19:46:09.813Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-12-19T19:46:09.882Z | Compiling futures-core v0.3.31 |
1163 | 2024-12-19T19:46:10.086Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-12-19T19:46:10.132Z | Compiling stable_deref_trait v1.2.0 |
1165 | 2024-12-19T19:46:10.235Z | Compiling mio v1.0.2 |
1166 | 2024-12-19T19:46:10.512Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-19T19:46:10.865Z | Compiling parking_lot v0.12.3 |
1168 | 2024-12-19T19:46:10.942Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-19T19:46:11.284Z | Compiling cpufeatures v0.2.14 |
1170 | 2024-12-19T19:46:11.305Z | Compiling either v1.13.0 |
1171 | 2024-12-19T19:46:11.384Z | Compiling lazy_static v1.5.0 |
1172 | 2024-12-19T19:46:11.402Z | Compiling glob v0.3.1 |
1173 | 2024-12-19T19:46:11.506Z | Compiling futures-sink v0.3.31 |
1174 | 2024-12-19T19:46:11.663Z | Compiling socket2 v0.5.7 |
1175 | 2024-12-19T19:46:11.710Z | Compiling slab v0.4.9 |
1176 | 2024-12-19T19:46:11.747Z | Compiling prettyplease v0.2.25 |
1177 | 2024-12-19T19:46:12.155Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-12-19T19:46:12.435Z | Compiling clang-sys v1.8.1 |
1179 | 2024-12-19T19:46:12.499Z | Compiling libloading v0.8.5 |
1180 | 2024-12-19T19:46:12.652Z | Compiling nom v7.1.3 |
1181 | 2024-12-19T19:46:12.723Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-19T19:46:12.925Z | Compiling home v0.5.9 |
1183 | 2024-12-19T19:46:13.187Z | Compiling serde_json v1.0.132 |
1184 | 2024-12-19T19:46:13.540Z | Compiling itertools v0.12.1 |
1185 | 2024-12-19T19:46:13.557Z | Compiling futures-channel v0.3.31 |
1186 | 2024-12-19T19:46:14.008Z | Compiling futures-task v0.3.31 |
1187 | 2024-12-19T19:46:14.033Z | Compiling futures-io v0.3.31 |
1188 | 2024-12-19T19:46:14.326Z | Compiling lazycell v1.3.0 |
1189 | 2024-12-19T19:46:14.389Z | Compiling foldhash v0.1.3 |
1190 | 2024-12-19T19:46:14.496Z | Compiling pin-utils v0.1.0 |
1191 | 2024-12-19T19:46:14.598Z | Compiling regex-automata v0.4.8 |
1192 | 2024-12-19T19:46:14.702Z | Compiling rustc-hash v1.1.0 |
1193 | 2024-12-19T19:46:14.843Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-12-19T19:46:15.612Z | Compiling hashbrown v0.15.1 |
1195 | 2024-12-19T19:46:16.209Z | Compiling synstructure v0.13.1 |
1196 | 2024-12-19T19:46:16.630Z | Compiling cexpr v0.6.0 |
1197 | 2024-12-19T19:46:16.979Z | Compiling cmake v0.1.51 |
1198 | 2024-12-19T19:46:17.804Z | Compiling libm v0.2.8 |
1199 | 2024-12-19T19:46:17.923Z | Compiling litemap v0.7.3 |
1200 | 2024-12-19T19:46:18.037Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-19T19:46:18.109Z | Compiling dunce v1.0.5 |
1202 | 2024-12-19T19:46:18.244Z | Compiling tinyvec_macros v0.1.1 |
1203 | 2024-12-19T19:46:18.317Z | Compiling pkg-config v0.3.31 |
1204 | 2024-12-19T19:46:18.338Z | Compiling writeable v0.5.5 |
1205 | 2024-12-19T19:46:18.479Z | Compiling tinyvec v1.8.0 |
1206 | 2024-12-19T19:46:18.656Z | Compiling num-traits v0.2.19 |
1207 | 2024-12-19T19:46:19.148Z | Compiling ring v0.17.8 |
1208 | 2024-12-19T19:46:19.523Z | Compiling icu_locid_transform_data v1.5.0 |
1209 | 2024-12-19T19:46:19.628Z | Compiling base64ct v1.6.0 |
1210 | 2024-12-19T19:46:19.865Z | Compiling paste v1.0.15 |
1211 | 2024-12-19T19:46:19.982Z | Compiling unicode-normalization v0.1.24 |
1212 | 2024-12-19T19:46:20.236Z | Compiling regex v1.11.1 |
1213 | 2024-12-19T19:46:20.274Z | Compiling unicode-bidi v0.3.17 |
1214 | 2024-12-19T19:46:20.391Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-19T19:46:21.120Z | Compiling flagset v0.4.6 |
1216 | 2024-12-19T19:46:21.269Z | Compiling icu_properties_data v1.5.0 |
1217 | 2024-12-19T19:46:21.310Z | Compiling httparse v1.9.5 |
1218 | 2024-12-19T19:46:21.515Z | Compiling percent-encoding v2.3.1 |
1219 | 2024-12-19T19:46:21.602Z | Compiling aws-lc-rs v1.10.0 |
1220 | 2024-12-19T19:46:22.098Z | Compiling tracing-core v0.1.32 |
1221 | 2024-12-19T19:46:22.132Z | Compiling crossbeam-utils v0.8.20 |
1222 | 2024-12-19T19:46:22.724Z | Compiling rustls-pki-types v1.9.0 |
1223 | 2024-12-19T19:46:23.060Z | Compiling utf8_iter v1.0.4 |
1224 | 2024-12-19T19:46:23.092Z | Compiling utf16_iter v1.0.5 |
1225 | 2024-12-19T19:46:23.152Z | Compiling serde_derive v1.0.215 |
1226 | 2024-12-19T19:46:23.282Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-12-19T19:46:23.301Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-12-19T19:46:23.490Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-19T19:46:23.793Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-12-19T19:46:24.841Z | Compiling zeroize v1.8.1 |
1231 | 2024-12-19T19:46:25.209Z | Compiling tokio-macros v2.4.0 |
1232 | 2024-12-19T19:46:25.604Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-19T19:46:26.050Z | Compiling zerovec-derive v0.10.3 |
1234 | 2024-12-19T19:46:26.648Z | Compiling crypto-common v0.1.6 |
1235 | 2024-12-19T19:46:26.766Z | Compiling block-buffer v0.10.4 |
1236 | 2024-12-19T19:46:26.800Z | Compiling thiserror-impl v1.0.69 |
1237 | 2024-12-19T19:46:26.893Z | Compiling displaydoc v0.2.5 |
1238 | 2024-12-19T19:46:27.026Z | Compiling digest v0.10.7 |
1239 | 2024-12-19T19:46:27.208Z | Compiling futures-macro v0.3.31 |
1240 | 2024-12-19T19:46:27.484Z | Compiling hmac v0.12.1 |
1241 | 2024-12-19T19:46:27.539Z | Compiling block-padding v0.3.3 |
1242 | 2024-12-19T19:46:27.564Z | Compiling zerofrom v0.1.4 |
1243 | 2024-12-19T19:46:27.739Z | Compiling inout v0.1.3 |
1244 | 2024-12-19T19:46:27.789Z | Compiling yoke v0.7.4 |
1245 | 2024-12-19T19:46:27.790Z | Compiling icu_provider_macros v1.5.0 |
1246 | 2024-12-19T19:46:28.010Z | Compiling cipher v0.4.4 |
1247 | 2024-12-19T19:46:28.167Z | Compiling sha2 v0.10.8 |
1248 | 2024-12-19T19:46:28.533Z | Compiling ppv-lite86 v0.2.20 |
1249 | 2024-12-19T19:46:28.685Z | Compiling der_derive v0.7.3 |
1250 | 2024-12-19T19:46:28.790Z | Compiling zerovec v0.10.4 |
1251 | 2024-12-19T19:46:28.997Z | Compiling tracing-attributes v0.1.27 |
1252 | 2024-12-19T19:46:29.144Z | Compiling futures-util v0.3.31 |
1253 | 2024-12-19T19:46:29.393Z | Compiling rand_chacha v0.3.1 |
1254 | 2024-12-19T19:46:30.293Z | Compiling thiserror v1.0.69 |
1255 | 2024-12-19T19:46:30.452Z | Compiling write16 v1.0.0 |
1256 | 2024-12-19T19:46:30.573Z | Compiling icu_normalizer_data v1.5.0 |
1257 | 2024-12-19T19:46:30.682Z | Compiling tinystr v0.7.6 |
1258 | 2024-12-19T19:46:31.037Z | Compiling icu_collections v1.5.0 |
1259 | 2024-12-19T19:46:31.106Z | Compiling icu_locid v1.5.0 |
1260 | 2024-12-19T19:46:31.205Z | Compiling der v0.7.9 |
1261 | 2024-12-19T19:46:31.697Z | Compiling pest v2.7.14 |
1262 | 2024-12-19T19:46:31.732Z | Compiling rand v0.8.5 |
1263 | 2024-12-19T19:46:32.530Z | Compiling icu_provider v1.5.0 |
1264 | 2024-12-19T19:46:32.892Z | Compiling tracing v0.1.40 |
1265 | 2024-12-19T19:46:33.426Z | Compiling icu_locid_transform v1.5.0 |
1266 | 2024-12-19T19:46:33.593Z | Compiling spki v0.7.3 |
1267 | 2024-12-19T19:46:33.604Z | Compiling salsa20 v0.10.2 |
1268 | 2024-12-19T19:46:33.831Z | Compiling pbkdf2 v0.12.2 |
1269 | 2024-12-19T19:46:34.010Z | Compiling mirai-annotations v1.12.0 |
1270 | 2024-12-19T19:46:34.028Z | Compiling num-conv v0.1.0 |
1271 | 2024-12-19T19:46:34.193Z | Compiling powerfmt v0.2.0 |
1272 | 2024-12-19T19:46:34.323Z | Compiling time-core v0.1.2 |
1273 | 2024-12-19T19:46:34.505Z | Compiling untrusted v0.9.0 |
1274 | 2024-12-19T19:46:34.572Z | Compiling icu_properties v1.5.1 |
1275 | 2024-12-19T19:46:34.593Z | Compiling vcpkg v0.2.15 |
1276 | 2024-12-19T19:46:34.673Z | Compiling untrusted v0.7.1 |
1277 | 2024-12-19T19:46:34.771Z | Compiling time-macros v0.2.18 |
1278 | 2024-12-19T19:46:34.859Z | Compiling deranged v0.3.11 |
1279 | 2024-12-19T19:46:35.347Z | Compiling pest_meta v2.7.14 |
1280 | 2024-12-19T19:46:36.772Z | Compiling openssl-sys v0.9.103 |
1281 | 2024-12-19T19:46:36.843Z | Compiling scrypt v0.11.0 |
1282 | 2024-12-19T19:46:37.417Z | Compiling bitflags v2.6.0 |
1283 | 2024-12-19T19:46:37.461Z | Compiling bytes v1.8.0 |
1284 | 2024-12-19T19:46:37.893Z | Compiling indexmap v2.6.0 |
1285 | 2024-12-19T19:46:38.103Z | Compiling semver v1.0.23 |
1286 | 2024-12-19T19:46:38.414Z | Compiling tokio v1.40.0 |
1287 | 2024-12-19T19:46:38.744Z | Compiling http v1.1.0 |
1288 | 2024-12-19T19:46:38.871Z | Compiling icu_normalizer v1.5.0 |
1289 | 2024-12-19T19:46:39.348Z | Compiling rustc_version v0.4.1 |
1290 | 2024-12-19T19:46:39.435Z | Compiling aes v0.8.4 |
1291 | 2024-12-19T19:46:40.163Z | Compiling idna_adapter v1.2.0 |
1292 | 2024-12-19T19:46:40.384Z | Compiling cbc v0.1.2 |
1293 | 2024-12-19T19:46:40.436Z | Compiling scroll_derive v0.12.0 |
1294 | 2024-12-19T19:46:40.631Z | Compiling form_urlencoded v1.2.1 |
1295 | 2024-12-19T19:46:40.766Z | Compiling atomic-waker v1.1.2 |
1296 | 2024-12-19T19:46:40.876Z | Compiling num_threads v0.1.7 |
1297 | 2024-12-19T19:46:40.946Z | Compiling pkcs5 v0.7.1 |
1298 | 2024-12-19T19:46:40.965Z | Compiling idna v1.0.3 |
1299 | 2024-12-19T19:46:40.997Z | Compiling time v0.3.36 |
1300 | 2024-12-19T19:46:41.254Z | Compiling http-body v1.0.1 |
1301 | 2024-12-19T19:46:41.588Z | Compiling pest_generator v2.7.14 |
1302 | 2024-12-19T19:46:41.927Z | Compiling which v4.4.2 |
1303 | 2024-12-19T19:46:42.192Z | Compiling scroll v0.12.0 |
1304 | 2024-12-19T19:46:42.588Z | Compiling slog v2.7.0 |
1305 | 2024-12-19T19:46:42.762Z | Compiling try-lock v0.2.5 |
1306 | 2024-12-19T19:46:42.850Z | Compiling goblin v0.8.2 |
1307 | 2024-12-19T19:46:42.917Z | Compiling want v0.3.1 |
1308 | 2024-12-19T19:46:43.174Z | Compiling pkcs8 v0.10.2 |
1309 | 2024-12-19T19:46:43.194Z | Compiling url v2.5.3 |
1310 | 2024-12-19T19:46:43.261Z | Compiling httpdate v1.0.3 |
1311 | 2024-12-19T19:46:43.650Z | Compiling pest_derive v2.7.14 |
1312 | 2024-12-19T19:46:43.890Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-19T19:46:44.396Z | Compiling uuid v1.11.0 |
1314 | 2024-12-19T19:46:44.435Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-12-19T19:46:44.602Z | Compiling serde_tokenstream v0.2.2 |
1316 | 2024-12-19T19:46:45.204Z | Compiling serde_spanned v0.6.8 |
1317 | 2024-12-19T19:46:45.278Z | Compiling openssl v0.10.66 |
1318 | 2024-12-19T19:46:45.441Z | Compiling match_cfg v0.1.0 |
1319 | 2024-12-19T19:46:45.540Z | Compiling adler2 v2.0.0 |
1320 | 2024-12-19T19:46:45.689Z | Compiling base64 v0.22.1 |
1321 | 2024-12-19T19:46:45.742Z | Compiling tower-service v0.3.3 |
1322 | 2024-12-19T19:46:45.799Z | Compiling rustversion v1.0.17 |
1323 | 2024-12-19T19:46:45.874Z | Compiling iana-time-zone v0.1.61 |
1324 | 2024-12-19T19:46:46.280Z | Compiling foreign-types-shared v0.1.1 |
1325 | 2024-12-19T19:46:46.341Z | Compiling chrono v0.4.38 |
1326 | 2024-12-19T19:46:46.394Z | Compiling foreign-types v0.3.2 |
1327 | 2024-12-19T19:46:46.465Z | Compiling miniz_oxide v0.8.0 |
1328 | 2024-12-19T19:46:46.493Z | Compiling hostname v0.3.1 |
1329 | 2024-12-19T19:46:46.618Z | Compiling async-trait v0.1.83 |
1330 | 2024-12-19T19:46:46.794Z | Compiling tokio-util v0.7.12 |
1331 | 2024-12-19T19:46:47.994Z | Compiling h2 v0.4.6 |
1332 | 2024-12-19T19:46:48.013Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-19T19:46:48.232Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-12-19T19:46:48.759Z | Compiling dof v0.3.0 |
1335 | 2024-12-19T19:46:48.887Z | Compiling native-tls v0.2.12 |
1336 | 2024-12-19T19:46:49.217Z | Compiling data-encoding v2.6.0 |
1337 | 2024-12-19T19:46:49.434Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-12-19T19:46:50.150Z | Compiling rustls v0.22.4 |
1339 | 2024-12-19T19:46:50.407Z | Compiling rustls v0.23.14 |
1340 | 2024-12-19T19:46:50.680Z | Compiling syn v1.0.109 |
1341 | 2024-12-19T19:46:50.883Z | Compiling siphasher v0.3.11 |
1342 | 2024-12-19T19:46:51.277Z | Compiling dirs-next v2.0.0 |
1343 | 2024-12-19T19:46:51.464Z | Compiling http-body-util v0.1.2 |
1344 | 2024-12-19T19:46:51.590Z | Compiling heapless v0.7.17 |
1345 | 2024-12-19T19:46:51.967Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-12-19T19:46:52.019Z | Compiling sha1 v0.10.6 |
1347 | 2024-12-19T19:46:52.499Z | Compiling signature v2.2.0 |
1348 | 2024-12-19T19:46:52.803Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-12-19T19:46:52.823Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-12-19T19:46:52.847Z | Compiling thread_local v1.1.8 |
1351 | 2024-12-19T19:46:53.212Z | Compiling cookie v0.18.1 |
1352 | 2024-12-19T19:46:53.270Z | Compiling encoding_rs v0.8.34 |
1353 | 2024-12-19T19:46:53.357Z | Compiling multer v3.1.0 |
1354 | 2024-12-19T19:46:53.497Z | Compiling signal-hook v0.3.17 |
1355 | 2024-12-19T19:46:53.629Z | Compiling mime v0.3.17 |
1356 | 2024-12-19T19:46:53.759Z | Compiling gimli v0.31.1 |
1357 | 2024-12-19T19:46:53.979Z | Compiling rayon-core v1.12.1 |
1358 | 2024-12-19T19:46:54.195Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-12-19T19:46:54.253Z | Compiling unicode-properties v0.1.3 |
1360 | 2024-12-19T19:46:54.540Z | Compiling ipnet v2.10.1 |
1361 | 2024-12-19T19:46:54.655Z | Compiling slog-async v2.8.0 |
1362 | 2024-12-19T19:46:55.242Z | Compiling hyper v1.5.0 |
1363 | 2024-12-19T19:46:55.609Z | Compiling schemars v0.8.21 |
1364 | 2024-12-19T19:46:55.805Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-12-19T19:46:56.019Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-19T19:46:57.753Z | Compiling hyper-util v0.1.10 |
1367 | 2024-12-19T19:46:58.001Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-19T19:46:58.580Z | Compiling addr2line v0.24.2 |
1369 | 2024-12-19T19:46:59.261Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-12-19T19:46:59.281Z | Compiling usdt-macro v0.5.0 |
1371 | 2024-12-19T19:46:59.345Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-12-19T19:46:59.735Z | Compiling term v0.7.0 |
1373 | 2024-12-19T19:47:00.718Z | Compiling slog-json v2.6.1 |
1374 | 2024-12-19T19:47:00.771Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-12-19T19:47:00.792Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-12-19T19:47:00.833Z | Compiling crossbeam-channel v0.5.13 |
1377 | 2024-12-19T19:47:01.105Z | Compiling futures-executor v0.3.31 |
1378 | 2024-12-19T19:47:01.177Z | Compiling enum-as-inner v0.6.1 |
1379 | 2024-12-19T19:47:01.287Z | Compiling md-5 v0.10.6 |
1380 | 2024-12-19T19:47:01.388Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-12-19T19:47:01.563Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-12-19T19:47:01.657Z | Compiling num-integer v0.1.46 |
1383 | 2024-12-19T19:47:01.724Z | Compiling idna v0.3.0 |
1384 | 2024-12-19T19:47:01.911Z | Compiling idna v0.4.0 |
1385 | 2024-12-19T19:47:02.307Z | Compiling hash32 v0.2.1 |
1386 | 2024-12-19T19:47:02.439Z | Compiling ff v0.13.0 |
1387 | 2024-12-19T19:47:02.670Z | Compiling is-terminal v0.4.13 |
1388 | 2024-12-19T19:47:02.670Z | Compiling object v0.36.5 |
1389 | 2024-12-19T19:47:02.819Z | Compiling dropshot v0.12.0 |
1390 | 2024-12-19T19:47:02.990Z | Compiling anyhow v1.0.93 |
1391 | 2024-12-19T19:47:03.093Z | Compiling quick-error v1.2.3 |
1392 | 2024-12-19T19:47:03.246Z | Compiling num-bigint-dig v0.8.4 |
1393 | 2024-12-19T19:47:03.436Z | Compiling dyn-clone v1.0.17 |
1394 | 2024-12-19T19:47:03.529Z | Compiling rustc-demangle v0.1.24 |
1395 | 2024-12-19T19:47:03.587Z | Compiling smoltcp v0.9.1 |
1396 | 2024-12-19T19:47:03.622Z | Compiling fallible-iterator v0.2.0 |
1397 | 2024-12-19T19:47:03.659Z | Compiling psl-types v2.0.11 |
1398 | 2024-12-19T19:47:03.856Z | Compiling take_mut v0.2.2 |
1399 | 2024-12-19T19:47:04.018Z | Compiling portable-atomic v1.9.0 |
1400 | 2024-12-19T19:47:04.301Z | Compiling utf-8 v0.7.6 |
1401 | 2024-12-19T19:47:04.330Z | Compiling linked-hash-map v0.5.6 |
1402 | 2024-12-19T19:47:04.500Z | Compiling base16ct v0.2.0 |
1403 | 2024-12-19T19:47:04.622Z | Compiling tungstenite v0.24.0 |
1404 | 2024-12-19T19:47:04.694Z | Compiling lru-cache v0.1.2 |
1405 | 2024-12-19T19:47:04.849Z | Compiling sec1 v0.7.3 |
1406 | 2024-12-19T19:47:04.923Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-12-19T19:47:05.411Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-12-19T19:47:06.297Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-12-19T19:47:06.346Z | Compiling async-stream v0.3.6 |
1410 | 2024-12-19T19:47:06.396Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-12-19T19:47:06.654Z | Compiling slog-term v2.9.1 |
1412 | 2024-12-19T19:47:06.926Z | Compiling usdt v0.5.0 |
1413 | 2024-12-19T19:47:07.152Z | Compiling group v0.13.0 |
1414 | 2024-12-19T19:47:07.496Z | Compiling num-iter v0.1.45 |
1415 | 2024-12-19T19:47:07.804Z | Compiling futures v0.3.31 |
1416 | 2024-12-19T19:47:07.929Z | Compiling toml v0.8.19 |
1417 | 2024-12-19T19:47:07.949Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-19T19:47:10.014Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-19T19:47:10.113Z | Compiling camino v1.1.9 |
1420 | 2024-12-19T19:47:10.783Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-12-19T19:47:10.786Z | Compiling phf_shared v0.11.2 |
1422 | 2024-12-19T19:47:10.820Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-12-19T19:47:11.053Z | Compiling terminal_size v0.4.0 |
1424 | 2024-12-19T19:47:11.073Z | Compiling waitgroup v0.1.2 |
1425 | 2024-12-19T19:47:11.203Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-12-19T19:47:11.262Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-12-19T19:47:11.287Z | Compiling hkdf v0.12.4 |
1428 | 2024-12-19T19:47:11.544Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-12-19T19:47:12.152Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-12-19T19:47:12.378Z | Compiling zerocopy-derive v0.6.6 |
1431 | 2024-12-19T19:47:13.790Z | Compiling curve25519-dalek-derive v0.1.1 |
1432 | 2024-12-19T19:47:14.133Z | Compiling hubpack_derive v0.1.1 |
1433 | 2024-12-19T19:47:14.672Z | Compiling idna v0.5.0 |
1434 | 2024-12-19T19:47:15.046Z | Compiling hostname v0.4.0 |
1435 | 2024-12-19T19:47:15.308Z | Compiling crc32fast v1.4.2 |
1436 | 2024-12-19T19:47:15.311Z | Compiling ahash v0.8.11 |
1437 | 2024-12-19T19:47:15.456Z | Compiling fs-err v2.11.0 |
1438 | 2024-12-19T19:47:15.624Z | Compiling managed v0.8.0 |
1439 | 2024-12-19T19:47:15.661Z | Compiling winnow v0.5.40 |
1440 | 2024-12-19T19:47:15.699Z | Compiling bitflags v1.3.2 |
1441 | 2024-12-19T19:47:15.736Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-12-19T19:47:15.807Z | Compiling clap_builder v4.5.21 |
1443 | 2024-12-19T19:47:15.888Z | Compiling strum_macros v0.25.3 |
1444 | 2024-12-19T19:47:16.527Z | Compiling console v0.15.8 |
1445 | 2024-12-19T19:47:17.021Z | Compiling flate2 v1.0.34 |
1446 | 2024-12-19T19:47:17.799Z | Compiling cookie_store v0.21.0 |
1447 | 2024-12-19T19:47:18.186Z | Compiling hubpack v0.1.2 |
1448 | 2024-12-19T19:47:18.273Z | Compiling zerocopy v0.6.6 |
1449 | 2024-12-19T19:47:18.601Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-12-19T19:47:19.080Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-12-19T19:47:19.307Z | Compiling toml_edit v0.19.15 |
1452 | 2024-12-19T19:47:19.446Z | Compiling phf v0.11.2 |
1453 | 2024-12-19T19:47:19.609Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-12-19T19:47:20.029Z | Compiling signal-hook-mio v0.2.4 |
1455 | 2024-12-19T19:47:20.056Z | Compiling rayon v1.10.0 |
1456 | 2024-12-19T19:47:20.196Z | Compiling bzip2 v0.4.4 |
1457 | 2024-12-19T19:47:20.626Z | Compiling postgres-types v0.2.8 |
1458 | 2024-12-19T19:47:22.164Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-12-19T19:47:24.063Z | Compiling ed25519 v2.2.3 |
1460 | 2024-12-19T19:47:24.945Z | Compiling phf_shared v0.10.0 |
1461 | 2024-12-19T19:47:25.286Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-12-19T19:47:25.350Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-12-19T19:47:25.791Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-12-19T19:47:25.985Z | Compiling clap_derive v4.5.18 |
1465 | 2024-12-19T19:47:26.032Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-12-19T19:47:26.130Z | Compiling derive-where v1.2.7 |
1467 | 2024-12-19T19:47:26.215Z | Compiling serde_repr v0.1.19 |
1468 | 2024-12-19T19:47:26.338Z | Compiling float-cmp v0.9.0 |
1469 | 2024-12-19T19:47:26.365Z | Compiling bstr v1.10.0 |
1470 | 2024-12-19T19:47:26.559Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-12-19T19:47:26.720Z | Compiling normalize-line-endings v0.3.0 |
1472 | 2024-12-19T19:47:26.856Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-12-19T19:47:27.376Z | Compiling unicode-width v0.2.0 |
1474 | 2024-12-19T19:47:27.432Z | Compiling number_prefix v0.4.0 |
1475 | 2024-12-19T19:47:27.455Z | Compiling whoami v1.5.2 |
1476 | 2024-12-19T19:47:27.648Z | Compiling predicates-core v1.0.8 |
1477 | 2024-12-19T19:47:27.905Z | Compiling unicode-segmentation v1.12.0 |
1478 | 2024-12-19T19:47:28.009Z | Compiling difflib v0.4.0 |
1479 | 2024-12-19T19:47:28.111Z | Compiling new_debug_unreachable v1.0.6 |
1480 | 2024-12-19T19:47:28.137Z | Compiling precomputed-hash v0.1.1 |
1481 | 2024-12-19T19:47:28.206Z | Compiling bit-vec v0.6.3 |
1482 | 2024-12-19T19:47:28.256Z | Compiling static_assertions v1.1.0 |
1483 | 2024-12-19T19:47:28.359Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1484 | 2024-12-19T19:47:28.678Z | Compiling similar v2.6.0 |
1485 | 2024-12-19T19:47:28.797Z | Compiling bit-set v0.5.3 |
1486 | 2024-12-19T19:47:29.097Z | Compiling predicates v3.1.2 |
1487 | 2024-12-19T19:47:29.670Z | Compiling string_cache v0.8.7 |
1488 | 2024-12-19T19:47:29.761Z | Compiling indicatif v0.17.9 |
1489 | 2024-12-19T19:47:30.151Z | Compiling tokio-postgres v0.7.12 |
1490 | 2024-12-19T19:47:30.917Z | Compiling petgraph v0.6.5 |
1491 | 2024-12-19T19:47:31.086Z | Compiling ecdsa v0.16.9 |
1492 | 2024-12-19T19:47:31.121Z | Compiling clap v4.5.21 |
1493 | 2024-12-19T19:47:31.242Z | Compiling rsa v0.9.6 |
1494 | 2024-12-19T19:47:32.173Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-12-19T19:47:32.180Z | Compiling toml v0.7.8 |
1496 | 2024-12-19T19:47:33.351Z | Compiling zip v0.6.6 |
1497 | 2024-12-19T19:47:33.710Z | Compiling crossterm v0.28.1 |
1498 | 2024-12-19T19:47:35.150Z | Compiling hex v0.4.3 |
1499 | 2024-12-19T19:47:35.380Z | Compiling x509-cert v0.2.5 |
1500 | 2024-12-19T19:47:35.408Z | Compiling itertools v0.10.5 |
1501 | 2024-12-19T19:47:35.747Z | Compiling peg-runtime v0.8.3 |
1502 | 2024-12-19T19:47:35.988Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-12-19T19:47:36.069Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-12-19T19:47:36.248Z | Compiling strum_macros v0.26.4 |
1505 | 2024-12-19T19:47:36.349Z | Compiling xattr v1.3.1 |
1506 | 2024-12-19T19:47:36.388Z | Compiling filetime v0.2.25 |
1507 | 2024-12-19T19:47:36.617Z | Compiling tar v0.4.42 |
1508 | 2024-12-19T19:47:41.566Z | Compiling strum v0.26.3 |
1509 | 2024-12-19T19:47:43.894Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-12-19T19:48:11.756Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-12-19T19:48:15.110Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-12-19T19:48:16.808Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-12-19T19:48:17.146Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-12-19T19:48:17.459Z | Compiling reqwest v0.12.9 |
1515 | 2024-12-19T19:48:18.690Z | Compiling qorb v0.2.1 |
1516 | 2024-12-19T19:48:23.557Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-12-19T19:48:23.787Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-12-19T19:48:29.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1519 | 2024-12-19T19:48:29.755Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-12-19T19:48:29.804Z | Dec 19 19:48:28.389 INFO Starting download, target: Clickhouse |
1521 | 2024-12-19T19:48:29.804Z | Dec 19 19:48:28.390 INFO Starting download, target: Cockroach |
1522 | 2024-12-19T19:48:29.804Z | Dec 19 19:48:28.390 INFO Starting download, target: Console |
1523 | 2024-12-19T19:48:29.804Z | Dec 19 19:48:28.390 INFO Starting download, target: DendriteOpenapi |
1524 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Starting download, target: DendriteStub |
1525 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Starting download, target: TransceiverControl |
1527 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.390 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.391 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-12-19T19:48:29.807Z | Dec 19 19:48:28.391 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1534 | 2024-12-19T19:48:30.029Z | Dec 19 19:48:28.594 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-12-19T19:48:30.293Z | Dec 19 19:48:28.854 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-12-19T19:48:30.578Z | Dec 19 19:48:29.132 INFO Download complete, target: Console |
1537 | 2024-12-19T19:48:30.633Z | Dec 19 19:48:29.168 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-12-19T19:48:30.818Z | Dec 19 19:48:29.382 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-12-19T19:48:30.897Z | Dec 19 19:48:29.474 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-12-19T19:48:31.287Z | Dec 19 19:48:29.870 INFO Download complete, target: TransceiverControl |
1541 | 2024-12-19T19:48:31.520Z | Dec 19 19:48:30.106 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-12-19T19:48:31.520Z | Dec 19 19:48:30.106 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-12-19T19:48:32.331Z | Dec 19 19:48:30.916 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-12-19T19:48:33.654Z | Dec 19 19:48:32.239 INFO Download complete, target: DendriteStub |
1545 | 2024-12-19T19:48:33.788Z | Dec 19 19:48:32.373 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-12-19T19:48:38.899Z | Dec 19 19:48:37.484 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-19T19:48:39.059Z | Dec 19 19:48:37.644 INFO Download complete, target: Cockroach |
1548 | 2024-12-19T19:48:44.441Z | Dec 19 19:48:43.025 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-12-19T19:48:44.598Z | Dec 19 19:48:43.182 INFO Download complete, target: Clickhouse |
1550 | 2024-12-19T19:48:44.606Z | All prerequisites installed successfully |
1551 | 2024-12-19T19:48:44.609Z | |
1552 | 2024-12-19T19:48:44.610Z | real 4:53.705886504 |
1553 | 2024-12-19T19:48:44.610Z | user 16:27.430606480 |
1554 | 2024-12-19T19:48:44.610Z | sys 3:14.593732345 |
1555 | 2024-12-19T19:48:44.610Z | trap 0.541432475 |
1556 | 2024-12-19T19:48:44.610Z | tflt 1.517358081 |
1557 | 2024-12-19T19:48:44.610Z | dflt 2.319264218 |
1558 | 2024-12-19T19:48:44.610Z | kflt 0.025879930 |
1559 | 2024-12-19T19:48:44.610Z | lock 29:08.130673423 |
1560 | 2024-12-19T19:48:44.610Z | slp 1:01:15.420174861 |
1561 | 2024-12-19T19:48:44.610Z | lat 57.131546962 |
1562 | 2024-12-19T19:48:44.610Z | stop 2:17.565208329 |
1563 | 2024-12-19T19:48:44.610Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-12-19T19:48:45.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1565 | 2024-12-19T19:48:45.155Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-12-19T19:48:45.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1567 | 2024-12-19T19:48:46.029Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-12-19T19:48:46.066Z | Dec 19 19:48:44.639 INFO Starting download, target: Softnpu |
1569 | 2024-12-19T19:48:46.109Z | Dec 19 19:48:44.639 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-12-19T19:48:47.116Z | Dec 19 19:48:45.698 INFO Download complete, target: Softnpu |
1571 | 2024-12-19T19:48:47.120Z | |
1572 | 2024-12-19T19:48:47.121Z | real 2.504970841 |
1573 | 2024-12-19T19:48:47.121Z | user 1.250245467 |
1574 | 2024-12-19T19:48:47.121Z | sys 0.538045982 |
1575 | 2024-12-19T19:48:47.121Z | trap 0.000911037 |
1576 | 2024-12-19T19:48:47.121Z | tflt 0.000020517 |
1577 | 2024-12-19T19:48:47.121Z | dflt 0.000003849 |
1578 | 2024-12-19T19:48:47.121Z | kflt 0.000000000 |
1579 | 2024-12-19T19:48:47.121Z | lock 11.043338960 |
1580 | 2024-12-19T19:48:47.122Z | slp 0.925102375 |
1581 | 2024-12-19T19:48:47.122Z | lat 0.076944416 |
1582 | 2024-12-19T19:48:47.122Z | stop 0.000168925 |
1583 | 2024-12-19T19:48:47.122Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-12-19T19:48:47.122Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-12-19T19:48:47.122Z | + 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-19T19:48:48.082Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-12-19T19:48:48.082Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-12-19T19:48:48.086Z | Compiling libc v0.2.162 |
1589 | 2024-12-19T19:48:48.086Z | Compiling serde v1.0.215 |
1590 | 2024-12-19T19:48:48.086Z | Compiling autocfg v1.4.0 |
1591 | 2024-12-19T19:48:48.086Z | Compiling version_check v0.9.5 |
1592 | 2024-12-19T19:48:48.086Z | Compiling cfg-if v1.0.0 |
1593 | 2024-12-19T19:48:48.319Z | Compiling memchr v2.7.4 |
1594 | 2024-12-19T19:48:48.319Z | Compiling shlex v1.3.0 |
1595 | 2024-12-19T19:48:48.462Z | Compiling typenum v1.17.0 |
1596 | 2024-12-19T19:48:48.689Z | Compiling value-bag v1.9.0 |
1597 | 2024-12-19T19:48:48.852Z | Compiling generic-array v0.14.7 |
1598 | 2024-12-19T19:48:48.901Z | Compiling scopeguard v1.2.0 |
1599 | 2024-12-19T19:48:49.069Z | Compiling lock_api v0.4.12 |
1600 | 2024-12-19T19:48:49.289Z | Compiling log v0.4.22 |
1601 | 2024-12-19T19:48:49.366Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-12-19T19:48:49.655Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-19T19:48:49.756Z | Compiling serde_json v1.0.132 |
1604 | 2024-12-19T19:48:49.951Z | Compiling quote v1.0.37 |
1605 | 2024-12-19T19:48:50.034Z | Compiling rustix v0.38.37 |
1606 | 2024-12-19T19:48:50.063Z | Compiling thiserror v1.0.69 |
1607 | 2024-12-19T19:48:50.158Z | Compiling libm v0.2.8 |
1608 | 2024-12-19T19:48:50.496Z | Compiling syn v2.0.87 |
1609 | 2024-12-19T19:48:50.558Z | Compiling jobserver v0.1.32 |
1610 | 2024-12-19T19:48:50.626Z | Compiling getrandom v0.2.15 |
1611 | 2024-12-19T19:48:50.627Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-12-19T19:48:50.735Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-12-19T19:48:50.856Z | Compiling cc v1.1.30 |
1614 | 2024-12-19T19:48:50.909Z | Compiling num-traits v0.2.19 |
1615 | 2024-12-19T19:48:51.020Z | Compiling either v1.13.0 |
1616 | 2024-12-19T19:48:51.181Z | Compiling itoa v1.0.11 |
1617 | 2024-12-19T19:48:51.184Z | Compiling smallvec v1.13.2 |
1618 | 2024-12-19T19:48:51.425Z | Compiling spin v0.9.8 |
1619 | 2024-12-19T19:48:51.581Z | Compiling slab v0.4.9 |
1620 | 2024-12-19T19:48:51.834Z | Compiling byteorder v1.5.0 |
1621 | 2024-12-19T19:48:51.904Z | Compiling errno v0.3.9 |
1622 | 2024-12-19T19:48:52.136Z | Compiling rand_core v0.6.4 |
1623 | 2024-12-19T19:48:52.354Z | Compiling lazy_static v1.5.0 |
1624 | 2024-12-19T19:48:52.752Z | Compiling glob v0.3.1 |
1625 | 2024-12-19T19:48:53.094Z | Compiling prettyplease v0.2.25 |
1626 | 2024-12-19T19:48:54.550Z | Compiling clang-sys v1.8.1 |
1627 | 2024-12-19T19:48:54.553Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-12-19T19:48:54.553Z | Compiling libloading v0.8.5 |
1629 | 2024-12-19T19:48:54.553Z | Compiling nom v7.1.3 |
1630 | 2024-12-19T19:48:54.553Z | Compiling bindgen v0.69.5 |
1631 | 2024-12-19T19:48:54.553Z | Compiling stable_deref_trait v1.2.0 |
1632 | 2024-12-19T19:48:54.553Z | Compiling regex-automata v0.4.8 |
1633 | 2024-12-19T19:48:54.553Z | Compiling home v0.5.9 |
1634 | 2024-12-19T19:48:54.553Z | Compiling subtle v2.6.1 |
1635 | 2024-12-19T19:48:54.553Z | Compiling allocator-api2 v0.2.18 |
1636 | 2024-12-19T19:48:54.880Z | Compiling itertools v0.12.1 |
1637 | 2024-12-19T19:48:55.057Z | Compiling semver v1.0.23 |
1638 | 2024-12-19T19:48:55.306Z | Compiling lazycell v1.3.0 |
1639 | 2024-12-19T19:48:55.479Z | Compiling rustc-hash v1.1.0 |
1640 | 2024-12-19T19:48:55.510Z | Compiling cmake v0.1.51 |
1641 | 2024-12-19T19:48:55.833Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-19T19:48:56.370Z | Compiling dunce v1.0.5 |
1643 | 2024-12-19T19:48:56.924Z | Compiling pkg-config v0.3.31 |
1644 | 2024-12-19T19:48:57.023Z | Compiling ring v0.17.8 |
1645 | 2024-12-19T19:48:57.528Z | Compiling cexpr v0.6.0 |
1646 | 2024-12-19T19:48:57.805Z | Compiling ryu v1.0.18 |
1647 | 2024-12-19T19:48:58.022Z | Compiling synstructure v0.13.1 |
1648 | 2024-12-19T19:48:58.121Z | Compiling pin-project-lite v0.2.14 |
1649 | 2024-12-19T19:48:58.168Z | Compiling fnv v1.0.7 |
1650 | 2024-12-19T19:48:58.253Z | Compiling paste v1.0.15 |
1651 | 2024-12-19T19:48:58.300Z | Compiling const-oid v0.9.6 |
1652 | 2024-12-19T19:48:58.870Z | Compiling httparse v1.9.5 |
1653 | 2024-12-19T19:48:59.074Z | Compiling foldhash v0.1.3 |
1654 | 2024-12-19T19:48:59.354Z | Compiling equivalent v1.0.1 |
1655 | 2024-12-19T19:48:59.398Z | Compiling aws-lc-rs v1.10.0 |
1656 | 2024-12-19T19:48:59.469Z | Compiling hashbrown v0.15.1 |
1657 | 2024-12-19T19:48:59.807Z | Compiling regex v1.11.1 |
1658 | 2024-12-19T19:49:00.223Z | Compiling schemars v0.8.21 |
1659 | 2024-12-19T19:49:00.517Z | Compiling heck v0.5.0 |
1660 | 2024-12-19T19:49:00.782Z | Compiling serde_derive_internals v0.29.1 |
1661 | 2024-12-19T19:49:00.839Z | Compiling signal-hook-registry v1.4.2 |
1662 | 2024-12-19T19:49:00.951Z | Compiling writeable v0.5.5 |
1663 | 2024-12-19T19:49:01.107Z | Compiling litemap v0.7.3 |
1664 | 2024-12-19T19:49:01.516Z | Compiling parking_lot v0.12.3 |
1665 | 2024-12-19T19:49:01.577Z | Compiling mio v1.0.2 |
1666 | 2024-12-19T19:49:03.256Z | Compiling crossbeam-utils v0.8.20 |
1667 | 2024-12-19T19:49:03.326Z | Compiling icu_locid_transform_data v1.5.0 |
1668 | 2024-12-19T19:49:03.437Z | Compiling socket2 v0.5.7 |
1669 | 2024-12-19T19:49:03.658Z | Compiling serde_derive v1.0.215 |
1670 | 2024-12-19T19:49:03.761Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-12-19T19:49:04.351Z | Compiling zerofrom-derive v0.1.4 |
1672 | 2024-12-19T19:49:04.949Z | Compiling yoke-derive v0.7.4 |
1673 | 2024-12-19T19:49:05.063Z | Compiling zerocopy-derive v0.7.35 |
1674 | 2024-12-19T19:49:05.081Z | Compiling zerovec-derive v0.10.3 |
1675 | 2024-12-19T19:49:05.179Z | Compiling displaydoc v0.2.5 |
1676 | 2024-12-19T19:49:05.239Z | Compiling thiserror-impl v1.0.69 |
1677 | 2024-12-19T19:49:05.974Z | Compiling icu_provider_macros v1.5.0 |
1678 | 2024-12-19T19:49:06.669Z | Compiling zeroize v1.8.1 |
1679 | 2024-12-19T19:49:07.070Z | Compiling tokio-macros v2.4.0 |
1680 | 2024-12-19T19:49:07.072Z | Compiling futures-macro v0.3.31 |
1681 | 2024-12-19T19:49:07.512Z | Compiling zerocopy v0.7.35 |
1682 | 2024-12-19T19:49:07.824Z | Compiling zerofrom v0.1.4 |
1683 | 2024-12-19T19:49:08.065Z | Compiling yoke v0.7.4 |
1684 | 2024-12-19T19:49:08.248Z | Compiling tracing-attributes v0.1.27 |
1685 | 2024-12-19T19:49:08.461Z | Compiling zerovec v0.10.4 |
1686 | 2024-12-19T19:49:08.711Z | Compiling crypto-common v0.1.6 |
1687 | 2024-12-19T19:49:08.754Z | Compiling block-buffer v0.10.4 |
1688 | 2024-12-19T19:49:08.908Z | Compiling schemars_derive v0.8.21 |
1689 | 2024-12-19T19:49:09.010Z | Compiling digest v0.10.7 |
1690 | 2024-12-19T19:49:09.231Z | Compiling der_derive v0.7.3 |
1691 | 2024-12-19T19:49:09.437Z | Compiling futures-core v0.3.31 |
1692 | 2024-12-19T19:49:10.077Z | Compiling percent-encoding v2.3.1 |
1693 | 2024-12-19T19:49:10.555Z | Compiling tinystr v0.7.6 |
1694 | 2024-12-19T19:49:10.795Z | Compiling icu_collections v1.5.0 |
1695 | 2024-12-19T19:49:11.313Z | Compiling icu_locid v1.5.0 |
1696 | 2024-12-19T19:49:11.483Z | Compiling icu_properties_data v1.5.0 |
1697 | 2024-12-19T19:49:11.760Z | Compiling num-conv v0.1.0 |
1698 | 2024-12-19T19:49:11.785Z | Compiling time-core v0.1.2 |
1699 | 2024-12-19T19:49:12.059Z | Compiling time-macros v0.2.18 |
1700 | 2024-12-19T19:49:12.237Z | Compiling icu_normalizer_data v1.5.0 |
1701 | 2024-12-19T19:49:12.294Z | Compiling utf8_iter v1.0.4 |
1702 | 2024-12-19T19:49:12.352Z | Compiling utf16_iter v1.0.5 |
1703 | 2024-12-19T19:49:12.603Z | Compiling vcpkg v0.2.15 |
1704 | 2024-12-19T19:49:12.832Z | Compiling icu_provider v1.5.0 |
1705 | 2024-12-19T19:49:13.482Z | Compiling write16 v1.0.0 |
1706 | 2024-12-19T19:49:13.630Z | Compiling icu_locid_transform v1.5.0 |
1707 | 2024-12-19T19:49:14.254Z | Compiling openssl-sys v0.9.103 |
1708 | 2024-12-19T19:49:15.004Z | Compiling icu_properties v1.5.1 |
1709 | 2024-12-19T19:49:17.008Z | Compiling bitflags v2.6.0 |
1710 | 2024-12-19T19:49:17.244Z | Compiling bytes v1.8.0 |
1711 | 2024-12-19T19:49:18.717Z | Compiling indexmap v2.6.0 |
1712 | 2024-12-19T19:49:19.091Z | Compiling tokio v1.40.0 |
1713 | 2024-12-19T19:49:19.183Z | Compiling icu_normalizer v1.5.0 |
1714 | 2024-12-19T19:49:20.155Z | Compiling idna_adapter v1.2.0 |
1715 | 2024-12-19T19:49:20.363Z | Compiling form_urlencoded v1.2.1 |
1716 | 2024-12-19T19:49:21.154Z | Compiling cpufeatures v0.2.14 |
1717 | 2024-12-19T19:49:21.520Z | Compiling idna v1.0.3 |
1718 | 2024-12-19T19:49:21.785Z | Compiling which v4.4.2 |
1719 | 2024-12-19T19:49:22.585Z | Compiling futures-sink v0.3.31 |
1720 | 2024-12-19T19:49:22.739Z | Compiling slog v2.7.0 |
1721 | 2024-12-19T19:49:23.395Z | Compiling url v2.5.3 |
1722 | 2024-12-19T19:49:23.439Z | Compiling serde_tokenstream v0.2.2 |
1723 | 2024-12-19T19:49:24.296Z | Compiling ahash v0.8.11 |
1724 | 2024-12-19T19:49:24.636Z | Compiling syn v1.0.109 |
1725 | 2024-12-19T19:49:26.863Z | Compiling http v1.1.0 |
1726 | 2024-12-19T19:49:27.274Z | Compiling uuid v1.11.0 |
1727 | 2024-12-19T19:49:27.863Z | Compiling scroll_derive v0.12.0 |
1728 | 2024-12-19T19:49:28.542Z | Compiling iana-time-zone v0.1.61 |
1729 | 2024-12-19T19:49:29.204Z | Compiling ucd-trie v0.1.7 |
1730 | 2024-12-19T19:49:29.293Z | Compiling chrono v0.4.38 |
1731 | 2024-12-19T19:49:29.688Z | Compiling pest v2.7.14 |
1732 | 2024-12-19T19:49:31.165Z | Compiling futures-channel v0.3.31 |
1733 | 2024-12-19T19:49:31.656Z | Compiling rustc_version v0.4.1 |
1734 | 2024-12-19T19:49:31.691Z | Compiling hmac v0.12.1 |
1735 | 2024-12-19T19:49:31.922Z | Compiling pin-utils v0.1.0 |
1736 | 2024-12-19T19:49:32.022Z | Compiling futures-io v0.3.31 |
1737 | 2024-12-19T19:49:32.262Z | Compiling futures-task v0.3.31 |
1738 | 2024-12-19T19:49:32.675Z | Compiling openssl v0.10.66 |
1739 | 2024-12-19T19:49:32.694Z | Compiling futures-util v0.3.31 |
1740 | 2024-12-19T19:49:33.054Z | Compiling pest_meta v2.7.14 |
1741 | 2024-12-19T19:49:36.036Z | Compiling aws-lc-sys v0.22.0 |
1742 | 2024-12-19T19:49:37.609Z | Compiling block-padding v0.3.3 |
1743 | 2024-12-19T19:49:38.280Z | Compiling tinyvec_macros v0.1.1 |
1744 | 2024-12-19T19:49:38.365Z | Compiling tinyvec v1.8.0 |
1745 | 2024-12-19T19:49:39.044Z | Compiling inout v0.1.3 |
1746 | 2024-12-19T19:49:39.285Z | Compiling pest_generator v2.7.14 |
1747 | 2024-12-19T19:49:39.665Z | Compiling serde_spanned v0.6.8 |
1748 | 2024-12-19T19:49:39.882Z | Compiling toml_datetime v0.6.8 |
1749 | 2024-12-19T19:49:39.898Z | Compiling openssl-macros v0.1.1 |
1750 | 2024-12-19T19:49:39.932Z | Compiling strsim v0.11.1 |
1751 | 2024-12-19T19:49:40.424Z | Compiling rustls v0.23.14 |
1752 | 2024-12-19T19:49:40.619Z | Compiling native-tls v0.2.12 |
1753 | 2024-12-19T19:49:40.701Z | Compiling unicode-normalization v0.1.24 |
1754 | 2024-12-19T19:49:40.939Z | Compiling cipher v0.4.4 |
1755 | 2024-12-19T19:49:41.054Z | Compiling pest_derive v2.7.14 |
1756 | 2024-12-19T19:49:41.753Z | Compiling sha2 v0.10.8 |
1757 | 2024-12-19T19:49:41.806Z | Compiling tracing-core v0.1.32 |
1758 | 2024-12-19T19:49:42.274Z | Compiling usdt-impl v0.5.0 |
1759 | 2024-12-19T19:49:42.314Z | Compiling unicode-bidi v0.3.17 |
1760 | 2024-12-19T19:49:42.564Z | Compiling dyn-clone v1.0.17 |
1761 | 2024-12-19T19:49:42.606Z | Compiling base64ct v1.6.0 |
1762 | 2024-12-19T19:49:42.871Z | Compiling tracing v0.1.40 |
1763 | 2024-12-19T19:49:43.184Z | Compiling pem-rfc7468 v0.7.0 |
1764 | 2024-12-19T19:49:43.689Z | Compiling scroll v0.12.0 |
1765 | 2024-12-19T19:49:43.865Z | Compiling ppv-lite86 v0.2.20 |
1766 | 2024-12-19T19:49:44.119Z | Compiling async-trait v0.1.83 |
1767 | 2024-12-19T19:49:44.849Z | Compiling cookie v0.18.1 |
1768 | 2024-12-19T19:49:45.219Z | Compiling anyhow v1.0.93 |
1769 | 2024-12-19T19:49:45.307Z | Compiling camino v1.1.9 |
1770 | 2024-12-19T19:49:45.711Z | Compiling flagset v0.4.6 |
1771 | 2024-12-19T19:49:45.893Z | Compiling plain v0.2.3 |
1772 | 2024-12-19T19:49:46.049Z | Compiling goblin v0.8.2 |
1773 | 2024-12-19T19:49:46.315Z | Compiling der v0.7.9 |
1774 | 2024-12-19T19:49:49.264Z | Compiling rand_chacha v0.3.1 |
1775 | 2024-12-19T19:49:50.705Z | Compiling pretty-hex v0.4.1 |
1776 | 2024-12-19T19:49:50.897Z | Compiling rustls-pki-types v1.9.0 |
1777 | 2024-12-19T19:49:51.762Z | Compiling rayon-core v1.12.1 |
1778 | 2024-12-19T19:49:51.848Z | Compiling untrusted v0.7.1 |
1779 | 2024-12-19T19:49:52.030Z | Compiling rustls v0.22.4 |
1780 | 2024-12-19T19:49:52.063Z | Compiling dof v0.3.0 |
1781 | 2024-12-19T19:49:53.266Z | Compiling rand v0.8.5 |
1782 | 2024-12-19T19:49:53.462Z | Compiling spki v0.7.3 |
1783 | 2024-12-19T19:49:53.915Z | Compiling dtrace-parser v0.2.0 |
1784 | 2024-12-19T19:49:53.934Z | Compiling salsa20 v0.10.2 |
1785 | 2024-12-19T19:49:54.145Z | Compiling tokio-util v0.7.12 |
1786 | 2024-12-19T19:49:54.208Z | Compiling pbkdf2 v0.12.2 |
1787 | 2024-12-19T19:49:55.178Z | Compiling thread-id v4.2.2 |
1788 | 2024-12-19T19:49:55.401Z | Compiling winnow v0.5.40 |
1789 | 2024-12-19T19:49:55.468Z | Compiling mirai-annotations v1.12.0 |
1790 | 2024-12-19T19:49:55.646Z | Compiling powerfmt v0.2.0 |
1791 | 2024-12-19T19:49:55.727Z | Compiling untrusted v0.9.0 |
1792 | 2024-12-19T19:49:55.996Z | Compiling deranged v0.3.11 |
1793 | 2024-12-19T19:49:58.578Z | Compiling scrypt v0.11.0 |
1794 | 2024-12-19T19:49:59.058Z | Compiling toml_edit v0.19.15 |
1795 | 2024-12-19T19:49:59.168Z | Compiling cbc v0.1.2 |
1796 | 2024-12-19T19:49:59.256Z | Compiling aes v0.8.4 |
1797 | 2024-12-19T19:49:59.276Z | Compiling multer v3.1.0 |
1798 | 2024-12-19T19:49:59.379Z | Compiling slog-async v2.8.0 |
1799 | 2024-12-19T19:49:59.398Z | Compiling atomic-waker v1.1.2 |
1800 | 2024-12-19T19:49:59.585Z | Compiling rustversion v1.0.17 |
1801 | 2024-12-19T19:49:59.806Z | Compiling num_threads v0.1.7 |
1802 | 2024-12-19T19:50:00.114Z | Compiling pkcs5 v0.7.1 |
1803 | 2024-12-19T19:50:00.134Z | Compiling time v0.3.36 |
1804 | 2024-12-19T19:50:01.207Z | Compiling http-body v1.0.1 |
1805 | 2024-12-19T19:50:01.463Z | Compiling heapless v0.7.17 |
1806 | 2024-12-19T19:50:03.208Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1807 | 2024-12-19T19:50:04.007Z | Compiling signal-hook v0.3.17 |
1808 | 2024-12-19T19:50:04.472Z | Compiling try-lock v0.2.5 |
1809 | 2024-12-19T19:50:04.928Z | Compiling want v0.3.1 |
1810 | 2024-12-19T19:50:05.320Z | Compiling pkcs8 v0.10.2 |
1811 | 2024-12-19T19:50:05.982Z | Compiling h2 v0.4.6 |
1812 | 2024-12-19T19:50:06.894Z | Compiling usdt-macro v0.5.0 |
1813 | 2024-12-19T19:50:07.024Z | Compiling usdt-attr-macro v0.5.0 |
1814 | 2024-12-19T19:50:08.372Z | Compiling async-stream-impl v0.3.6 |
1815 | 2024-12-19T19:50:08.505Z | Compiling adler2 v2.0.0 |
1816 | 2024-12-19T19:50:09.006Z | Compiling httpdate v1.0.3 |
1817 | 2024-12-19T19:50:09.775Z | Compiling miniz_oxide v0.8.0 |
1818 | 2024-12-19T19:50:12.732Z | Compiling curve25519-dalek v4.1.3 |
1819 | 2024-12-19T19:50:12.904Z | Compiling hyper v1.5.0 |
1820 | 2024-12-19T19:50:13.160Z | Compiling openapiv3 v2.0.0 |
1821 | 2024-12-19T19:50:13.185Z | Compiling enum-as-inner v0.6.1 |
1822 | 2024-12-19T19:50:15.838Z | Compiling dropshot v0.12.0 |
1823 | 2024-12-19T19:50:16.123Z | Compiling portable-atomic v1.9.0 |
1824 | 2024-12-19T19:50:16.564Z | Compiling foreign-types-shared v0.1.1 |
1825 | 2024-12-19T19:50:16.677Z | Compiling smoltcp v0.9.1 |
1826 | 2024-12-19T19:50:16.903Z | Compiling base64 v0.22.1 |
1827 | 2024-12-19T19:50:17.006Z | Compiling tower-service v0.3.3 |
1828 | 2024-12-19T19:50:17.304Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2024-12-19T19:50:17.372Z | Compiling match_cfg v0.1.0 |
1830 | 2024-12-19T19:50:17.486Z | Compiling hostname v0.3.1 |
1831 | 2024-12-19T19:50:17.699Z | Compiling hyper-util v0.1.10 |
1832 | 2024-12-19T19:50:18.152Z | Compiling foreign-types v0.3.2 |
1833 | 2024-12-19T19:50:22.811Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-12-19T19:50:23.319Z | Compiling ident_case v1.0.1 |
1835 | 2024-12-19T19:50:23.509Z | Compiling heck v0.4.1 |
1836 | 2024-12-19T19:50:23.755Z | Compiling siphasher v0.3.11 |
1837 | 2024-12-19T19:50:23.913Z | Compiling data-encoding v2.6.0 |
1838 | 2024-12-19T19:50:24.136Z | Compiling gimli v0.31.1 |
1839 | 2024-12-19T19:50:24.848Z | Compiling darling_core v0.20.10 |
1840 | 2024-12-19T19:50:25.613Z | Compiling dirs-next v2.0.0 |
1841 | 2024-12-19T19:50:26.661Z | Compiling http-body-util v0.1.2 |
1842 | 2024-12-19T19:50:27.993Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-12-19T19:50:28.744Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-12-19T19:50:29.570Z | Compiling addr2line v0.24.2 |
1845 | 2024-12-19T19:50:30.480Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-12-19T19:50:30.528Z | Compiling sha1 v0.10.6 |
1847 | 2024-12-19T19:50:30.927Z | Compiling signature v2.2.0 |
1848 | 2024-12-19T19:50:30.951Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-12-19T19:50:31.022Z | Compiling zerocopy-derive v0.6.6 |
1850 | 2024-12-19T19:50:31.218Z | Compiling object v0.36.5 |
1851 | 2024-12-19T19:50:32.911Z | Compiling thread_local v1.1.8 |
1852 | 2024-12-19T19:50:33.383Z | Compiling fs-err v2.11.0 |
1853 | 2024-12-19T19:50:33.676Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-12-19T19:50:39.801Z | Compiling utf8parse v0.2.2 |
1855 | 2024-12-19T19:50:39.995Z | Compiling winnow v0.6.20 |
1856 | 2024-12-19T19:50:40.310Z | Compiling openssl-probe v0.1.5 |
1857 | 2024-12-19T19:50:40.630Z | Compiling mime v0.3.17 |
1858 | 2024-12-19T19:50:41.176Z | Compiling ipnet v2.10.1 |
1859 | 2024-12-19T19:50:42.234Z | Compiling unicode-properties v0.1.3 |
1860 | 2024-12-19T19:50:42.639Z | Compiling anstyle v1.0.10 |
1861 | 2024-12-19T19:50:43.083Z | Compiling rustc-demangle v0.1.24 |
1862 | 2024-12-19T19:50:44.849Z | Compiling backtrace v0.3.74 |
1863 | 2024-12-19T19:50:45.249Z | Compiling toml_edit v0.22.22 |
1864 | 2024-12-19T19:50:45.321Z | Compiling stringprep v0.1.5 |
1865 | 2024-12-19T19:50:46.880Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-19T19:50:49.346Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-19T19:50:52.444Z | Compiling rustls-webpki v0.102.8 |
1868 | 2024-12-19T19:50:52.574Z | Compiling crossbeam-deque v0.8.5 |
1869 | 2024-12-19T19:50:54.356Z | Compiling term v0.7.0 |
1870 | 2024-12-19T19:50:55.638Z | Compiling slog-json v2.6.1 |
1871 | 2024-12-19T19:50:56.204Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-12-19T19:50:57.215Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-12-19T19:50:57.634Z | Compiling hashbrown v0.14.5 |
1874 | 2024-12-19T19:50:58.197Z | Compiling idna v0.4.0 |
1875 | 2024-12-19T19:50:58.995Z | Compiling idna v0.3.0 |
1876 | 2024-12-19T19:50:59.582Z | Compiling futures-executor v0.3.31 |
1877 | 2024-12-19T19:51:00.074Z | Compiling serde_urlencoded v0.7.1 |
1878 | 2024-12-19T19:51:00.631Z | Compiling num-integer v0.1.46 |
1879 | 2024-12-19T19:51:01.620Z | Compiling md-5 v0.10.6 |
1880 | 2024-12-19T19:51:01.707Z | Compiling ff v0.13.0 |
1881 | 2024-12-19T19:51:01.859Z | Compiling hash32 v0.2.1 |
1882 | 2024-12-19T19:51:01.931Z | Compiling is-terminal v0.4.13 |
1883 | 2024-12-19T19:51:02.063Z | Compiling memmap v0.7.0 |
1884 | 2024-12-19T19:51:02.398Z | Compiling colorchoice v1.0.2 |
1885 | 2024-12-19T19:51:02.547Z | Compiling anstyle-query v1.1.1 |
1886 | 2024-12-19T19:51:02.699Z | Compiling quick-error v1.2.3 |
1887 | 2024-12-19T19:51:02.855Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-12-19T19:51:03.573Z | Compiling psl-types v2.0.11 |
1889 | 2024-12-19T19:51:03.781Z | Compiling linked-hash-map v0.5.6 |
1890 | 2024-12-19T19:51:03.886Z | Compiling is_terminal_polyfill v1.70.1 |
1891 | 2024-12-19T19:51:04.023Z | Compiling take_mut v0.2.2 |
1892 | 2024-12-19T19:51:04.200Z | Compiling base16ct v0.2.0 |
1893 | 2024-12-19T19:51:04.486Z | Compiling utf-8 v0.7.6 |
1894 | 2024-12-19T19:51:04.785Z | Compiling tungstenite v0.24.0 |
1895 | 2024-12-19T19:51:06.888Z | Compiling sec1 v0.7.3 |
1896 | 2024-12-19T19:51:07.331Z | Compiling lru-cache v0.1.2 |
1897 | 2024-12-19T19:51:07.471Z | Compiling anstream v0.6.15 |
1898 | 2024-12-19T19:51:07.553Z | Compiling publicsuffix v2.2.3 |
1899 | 2024-12-19T19:51:08.135Z | Compiling postgres-protocol v0.6.7 |
1900 | 2024-12-19T19:51:08.229Z | Compiling resolv-conf v0.7.0 |
1901 | 2024-12-19T19:51:08.643Z | Compiling usdt v0.5.0 |
1902 | 2024-12-19T19:51:08.903Z | Compiling slog-term v2.9.1 |
1903 | 2024-12-19T19:51:09.087Z | Compiling group v0.13.0 |
1904 | 2024-12-19T19:51:09.290Z | Compiling num-iter v0.1.45 |
1905 | 2024-12-19T19:51:09.386Z | Compiling tokio-rustls v0.26.0 |
1906 | 2024-12-19T19:51:09.484Z | Compiling futures v0.3.31 |
1907 | 2024-12-19T19:51:09.834Z | Compiling hickory-proto v0.24.1 |
1908 | 2024-12-19T19:51:09.969Z | Compiling regress v0.10.1 |
1909 | 2024-12-19T19:51:10.192Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-12-19T19:51:12.481Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-12-19T19:51:13.409Z | Compiling darling v0.20.10 |
1912 | 2024-12-19T19:51:13.505Z | Compiling toml v0.8.19 |
1913 | 2024-12-19T19:51:13.532Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-12-19T19:51:13.804Z | Compiling phf_shared v0.11.2 |
1915 | 2024-12-19T19:51:14.202Z | Compiling strum_macros v0.25.3 |
1916 | 2024-12-19T19:51:14.993Z | Compiling async-stream v0.3.6 |
1917 | 2024-12-19T19:51:15.023Z | Compiling waitgroup v0.1.2 |
1918 | 2024-12-19T19:51:15.083Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-12-19T19:51:15.420Z | Compiling idna v0.5.0 |
1920 | 2024-12-19T19:51:15.616Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-19T19:51:15.855Z | Compiling terminal_size v0.4.0 |
1922 | 2024-12-19T19:51:16.068Z | Compiling serde_path_to_error v0.1.16 |
1923 | 2024-12-19T19:51:16.427Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-12-19T19:51:16.853Z | Compiling derive-where v1.2.7 |
1925 | 2024-12-19T19:51:16.916Z | Compiling serde_repr v0.1.19 |
1926 | 2024-12-19T19:51:17.781Z | Compiling clap_derive v4.5.18 |
1927 | 2024-12-19T19:51:17.958Z | Compiling hostname v0.4.0 |
1928 | 2024-12-19T19:51:18.179Z | Compiling crc32fast v1.4.2 |
1929 | 2024-12-19T19:51:18.491Z | Compiling managed v0.8.0 |
1930 | 2024-12-19T19:51:19.189Z | Compiling clap_lex v0.7.2 |
1931 | 2024-12-19T19:51:19.544Z | Compiling bitflags v1.3.2 |
1932 | 2024-12-19T19:51:19.627Z | Compiling unicode-width v0.1.14 |
1933 | 2024-12-19T19:51:20.027Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-12-19T19:51:20.131Z | Compiling console v0.15.8 |
1935 | 2024-12-19T19:51:21.381Z | Compiling clap_builder v4.5.21 |
1936 | 2024-12-19T19:51:22.354Z | Compiling elliptic-curve v0.13.8 |
1937 | 2024-12-19T19:51:23.299Z | Compiling flate2 v1.0.34 |
1938 | 2024-12-19T19:51:23.430Z | Compiling cookie_store v0.21.0 |
1939 | 2024-12-19T19:51:24.867Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-12-19T19:51:26.819Z | Compiling hyper-rustls v0.27.3 |
1941 | 2024-12-19T19:51:29.374Z | Compiling phf v0.11.2 |
1942 | 2024-12-19T19:51:29.695Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-12-19T19:51:30.034Z | Compiling typify-impl v0.2.0 |
1944 | 2024-12-19T19:51:30.089Z | Compiling signal-hook-mio v0.2.4 |
1945 | 2024-12-19T19:51:30.257Z | Compiling rayon v1.10.0 |
1946 | 2024-12-19T19:51:30.313Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-19T19:51:30.696Z | Compiling postgres-types v0.2.8 |
1948 | 2024-12-19T19:51:31.014Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-12-19T19:51:31.251Z | Compiling zerocopy v0.6.6 |
1950 | 2024-12-19T19:51:31.564Z | Compiling ed25519 v2.2.3 |
1951 | 2024-12-19T19:51:31.861Z | Compiling hubpack v0.1.2 |
1952 | 2024-12-19T19:51:31.988Z | Compiling phf_shared v0.10.0 |
1953 | 2024-12-19T19:51:32.090Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-12-19T19:51:32.295Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-12-19T19:51:33.228Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-12-19T19:51:33.330Z | Compiling float-cmp v0.9.0 |
1957 | 2024-12-19T19:51:33.415Z | Compiling serde-big-array v0.5.1 |
1958 | 2024-12-19T19:51:33.550Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-12-19T19:51:33.651Z | Compiling bstr v1.10.0 |
1960 | 2024-12-19T19:51:35.157Z | Compiling number_prefix v0.4.0 |
1961 | 2024-12-19T19:51:35.280Z | Compiling whoami v1.5.2 |
1962 | 2024-12-19T19:51:35.376Z | Compiling fixedbitset v0.4.2 |
1963 | 2024-12-19T19:51:35.859Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-12-19T19:51:35.879Z | Compiling precomputed-hash v0.1.1 |
1965 | 2024-12-19T19:51:35.988Z | Compiling unicode-width v0.2.0 |
1966 | 2024-12-19T19:51:36.007Z | Compiling predicates-core v1.0.8 |
1967 | 2024-12-19T19:51:36.028Z | Compiling new_debug_unreachable v1.0.6 |
1968 | 2024-12-19T19:51:36.126Z | Compiling bit-vec v0.6.3 |
1969 | 2024-12-19T19:51:36.301Z | Compiling difflib v0.4.0 |
1970 | 2024-12-19T19:51:36.502Z | Compiling unicode-segmentation v1.12.0 |
1971 | 2024-12-19T19:51:36.525Z | Compiling static_assertions v1.1.0 |
1972 | 2024-12-19T19:51:36.543Z | Compiling bit-set v0.5.3 |
1973 | 2024-12-19T19:51:36.622Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1974 | 2024-12-19T19:51:36.839Z | Compiling predicates v3.1.2 |
1975 | 2024-12-19T19:51:37.357Z | Compiling similar v2.6.0 |
1976 | 2024-12-19T19:51:37.619Z | Compiling indicatif v0.17.9 |
1977 | 2024-12-19T19:51:38.388Z | Compiling string_cache v0.8.7 |
1978 | 2024-12-19T19:51:39.131Z | Compiling petgraph v0.6.5 |
1979 | 2024-12-19T19:51:39.383Z | Compiling tokio-postgres v0.7.12 |
1980 | 2024-12-19T19:51:41.160Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-19T19:51:41.977Z | Compiling typify-macro v0.2.0 |
1982 | 2024-12-19T19:51:43.397Z | Compiling ecdsa v0.16.9 |
1983 | 2024-12-19T19:51:44.254Z | Compiling qorb v0.2.1 |
1984 | 2024-12-19T19:51:44.867Z | Compiling rsa v0.9.6 |
1985 | 2024-12-19T19:51:45.089Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-12-19T19:51:46.405Z | Compiling zip v0.6.6 |
1987 | 2024-12-19T19:51:46.454Z | Compiling crossterm v0.28.1 |
1988 | 2024-12-19T19:51:46.526Z | Compiling clap v4.5.21 |
1989 | 2024-12-19T19:51:47.680Z | Compiling toml v0.7.8 |
1990 | 2024-12-19T19:51:48.897Z | Compiling x509-cert v0.2.5 |
1991 | 2024-12-19T19:51:49.905Z | Compiling hex v0.4.3 |
1992 | 2024-12-19T19:51:50.302Z | Compiling itertools v0.10.5 |
1993 | 2024-12-19T19:51:50.658Z | Compiling zerocopy v0.8.10 |
1994 | 2024-12-19T19:51:50.686Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-19T19:51:51.381Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-12-19T19:51:51.420Z | Compiling peg-runtime v0.8.3 |
1997 | 2024-12-19T19:51:53.233Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-12-19T19:51:57.607Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2024-12-19T19:51:58.330Z | Compiling ipnetwork v0.20.0 |
2000 | 2024-12-19T19:51:58.376Z | Compiling macaddr v1.0.1 |
2001 | 2024-12-19T19:51:58.748Z | Compiling zerocopy-derive v0.8.10 |
2002 | 2024-12-19T19:51:59.001Z | Compiling itertools v0.13.0 |
2003 | 2024-12-19T19:52:01.541Z | Compiling heapless v0.8.0 |
2004 | 2024-12-19T19:52:02.412Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2005 | 2024-12-19T19:52:07.648Z | Compiling num_enum_derive v0.5.11 |
2006 | 2024-12-19T19:52:14.724Z | Compiling hash32 v0.3.1 |
2007 | 2024-12-19T19:52:15.774Z | Compiling smoltcp v0.11.0 |
2008 | 2024-12-19T19:52:16.372Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-12-19T19:52:21.575Z | Compiling num_enum v0.5.11 |
2010 | 2024-12-19T19:52:21.594Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2011 | 2024-12-19T19:52:22.276Z | Compiling typify v0.2.0 |
2012 | 2024-12-19T19:52:22.958Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2024-12-19T19:52:23.261Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-12-19T19:52:23.559Z | Compiling cobs v0.2.3 |
2015 | 2024-12-19T19:52:23.990Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-19T19:52:25.559Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-19T19:52:25.768Z | Compiling postcard v1.0.10 |
2018 | 2024-12-19T19:52:41.179Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-19T19:52:41.214Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2024-12-19T19:52:53.635Z | Compiling strum_macros v0.26.4 |
2021 | 2024-12-19T19:52:54.944Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-12-19T19:52:55.004Z | Compiling foreign-types-macros v0.2.3 |
2023 | 2024-12-19T19:52:55.030Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-19T19:52:55.333Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-12-19T19:52:55.713Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-19T19:52:56.918Z | Compiling foreign-types-shared v0.3.1 |
2027 | 2024-12-19T19:52:57.383Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2028 | 2024-12-19T19:52:57.552Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-19T19:52:57.571Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-19T19:52:58.119Z | Compiling strum v0.26.3 |
2031 | 2024-12-19T19:52:58.319Z | Compiling foreign-types v0.5.0 |
2032 | 2024-12-19T19:53:05.621Z | Compiling progenitor-macro v0.8.0 |
2033 | 2024-12-19T19:53:11.034Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-19T19:53:11.687Z | Compiling progenitor-client v0.8.0 |
2035 | 2024-12-19T19:53:12.692Z | Compiling tabwriter v1.4.0 |
2036 | 2024-12-19T19:53:14.709Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2037 | 2024-12-19T19:53:15.530Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2038 | 2024-12-19T19:53:16.166Z | Compiling cstr-argument v0.1.2 |
2039 | 2024-12-19T19:53:16.386Z | Compiling dropshot v0.13.0 |
2040 | 2024-12-19T19:53:16.439Z | Compiling crucible-workspace-hack v0.1.0 |
2041 | 2024-12-19T19:53:16.649Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-19T19:53:16.691Z | Compiling fastrand v2.1.1 |
2043 | 2024-12-19T19:53:16.728Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-12-19T19:53:16.933Z | Compiling thiserror v2.0.3 |
2045 | 2024-12-19T19:53:17.409Z | Compiling tempfile v3.13.0 |
2046 | 2024-12-19T19:53:18.007Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2024-12-19T19:53:18.611Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-12-19T19:53:18.729Z | Compiling progenitor v0.8.0 |
2049 | 2024-12-19T19:53:18.822Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-12-19T19:53:19.131Z | Compiling parse-display-derive v0.10.0 |
2051 | 2024-12-19T19:53:19.450Z | Compiling colored v2.1.0 |
2052 | 2024-12-19T19:53:19.522Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-19T19:53:19.651Z | Compiling dropshot_endpoint v0.13.0 |
2054 | 2024-12-19T19:53:20.658Z | Compiling thiserror-impl v2.0.3 |
2055 | 2024-12-19T19:53:22.063Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-12-19T19:53:22.825Z | Compiling instant v0.1.13 |
2057 | 2024-12-19T19:53:22.825Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2058 | 2024-12-19T19:53:22.984Z | Compiling backoff v0.4.0 |
2059 | 2024-12-19T19:53:23.025Z | Compiling parse-display v0.10.0 |
2060 | 2024-12-19T19:53:23.246Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2024-12-19T19:53:23.343Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2062 | 2024-12-19T19:53:23.573Z | Compiling serde_with v3.11.0 |
2063 | 2024-12-19T19:53:24.338Z | Compiling zone_cfg_derive v0.3.0 |
2064 | 2024-12-19T19:53:24.918Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2065 | 2024-12-19T19:53:25.584Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-12-19T19:53:25.679Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2024-12-19T19:53:26.264Z | Compiling camino-tempfile v1.1.1 |
2068 | 2024-12-19T19:53:26.354Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2069 | 2024-12-19T19:53:26.845Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2070 | 2024-12-19T19:53:27.036Z | Compiling regress v0.9.1 |
2071 | 2024-12-19T19:53:27.054Z | Compiling num-derive v0.4.2 |
2072 | 2024-12-19T19:53:27.909Z | Compiling sigpipe v0.1.3 |
2073 | 2024-12-19T19:53:28.045Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-19T19:53:28.340Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2075 | 2024-12-19T19:53:28.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2076 | 2024-12-19T19:53:29.349Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2077 | 2024-12-19T19:53:30.920Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2078 | 2024-12-19T19:53:31.443Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2079 | 2024-12-19T19:53:31.878Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2080 | 2024-12-19T19:53:33.602Z | Compiling zone v0.3.0 |
2081 | 2024-12-19T19:53:35.108Z | Compiling smf v0.2.3 |
2082 | 2024-12-19T19:53:35.710Z | Compiling bitfield-struct v0.6.2 |
2083 | 2024-12-19T19:53:35.745Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2084 | 2024-12-19T19:53:36.159Z | Compiling ring v0.16.20 |
2085 | 2024-12-19T19:53:36.940Z | Compiling blake3 v1.5.4 |
2086 | 2024-12-19T19:53:37.163Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2087 | 2024-12-19T19:53:37.942Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2088 | 2024-12-19T19:53:38.240Z | Compiling xattr v1.3.1 |
2089 | 2024-12-19T19:53:38.258Z | Compiling memmap2 v0.9.5 |
2090 | 2024-12-19T19:53:38.559Z | Compiling filetime v0.2.25 |
2091 | 2024-12-19T19:53:38.819Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-12-19T19:53:38.929Z | Compiling constant_time_eq v0.3.1 |
2093 | 2024-12-19T19:53:38.956Z | Compiling arrayref v0.3.9 |
2094 | 2024-12-19T19:53:39.019Z | Compiling arrayvec v0.7.6 |
2095 | 2024-12-19T19:53:39.068Z | Compiling same-file v1.0.6 |
2096 | 2024-12-19T19:53:39.103Z | Compiling spin v0.5.2 |
2097 | 2024-12-19T19:53:39.358Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-19T19:53:39.377Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2024-12-19T19:53:40.921Z | Compiling tar v0.4.42 |
2100 | 2024-12-19T19:53:41.016Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-12-19T19:53:42.215Z | Compiling gethostname v0.5.0 |
2102 | 2024-12-19T19:53:42.423Z | Compiling cargo-platform v0.1.8 |
2103 | 2024-12-19T19:53:42.590Z | Compiling topological-sort v0.2.2 |
2104 | 2024-12-19T19:53:42.873Z | Compiling cargo_metadata v0.18.1 |
2105 | 2024-12-19T19:53:48.084Z | Compiling omicron-zone-package v0.11.1 |
2106 | 2024-12-19T19:53:49.802Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2107 | 2024-12-19T19:53:52.244Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2108 | 2024-12-19T19:53:53.942Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2109 | 2024-12-19T19:54:12.998Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2110 | 2024-12-19T19:54:13.161Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2111 | 2024-12-19T19:54:13.206Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2024-12-19T19:54:13.210Z | Created new build target 'test' and set it as active |
2113 | 2024-12-19T19:54:13.210Z | |
2114 | 2024-12-19T19:54:13.210Z | real 5:26.055194233 |
2115 | 2024-12-19T19:54:13.210Z | user 36:44.988889123 |
2116 | 2024-12-19T19:54:13.210Z | sys 4:53.017523600 |
2117 | 2024-12-19T19:54:13.210Z | trap 1.073543533 |
2118 | 2024-12-19T19:54:13.210Z | tflt 2.989819786 |
2119 | 2024-12-19T19:54:13.210Z | dflt 0.773296446 |
2120 | 2024-12-19T19:54:13.210Z | kflt 0.012203730 |
2121 | 2024-12-19T19:54:13.210Z | lock 1:17:20.006460481 |
2122 | 2024-12-19T19:54:13.210Z | slp 2:33:16.331016931 |
2123 | 2024-12-19T19:54:13.210Z | lat 2:31.345630160 |
2124 | 2024-12-19T19:54:13.210Z | stop 4:34.113656058 |
2125 | 2024-12-19T19:54:13.213Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2126 | 2024-12-19T19:54:14.181Z | Finished `release` profile [optimized] target(s) in 0.92s |
2127 | 2024-12-19T19:54:14.239Z | Running `target/release/omicron-package -t test package` |
2128 | 2024-12-19T19:54:14.284Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2129 | 2024-12-19T19:54:15.394Z | Compiling convert_case v0.4.0 |
2130 | 2024-12-19T19:54:15.394Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2131 | 2024-12-19T19:54:15.394Z | Compiling itertools v0.13.0 |
2132 | 2024-12-19T19:54:15.397Z | Compiling newline-converter v0.3.0 |
2133 | 2024-12-19T19:54:15.397Z | Compiling password-hash v0.5.0 |
2134 | 2024-12-19T19:54:15.397Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-12-19T19:54:15.397Z | Compiling blake2 v0.10.6 |
2136 | 2024-12-19T19:54:15.397Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2137 | 2024-12-19T19:54:15.658Z | Compiling expectorate v1.1.0 |
2138 | 2024-12-19T19:54:15.857Z | Compiling owo-colors v4.1.0 |
2139 | 2024-12-19T19:54:15.880Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2024-12-19T19:54:16.083Z | Compiling progenitor v0.8.0 |
2141 | 2024-12-19T19:54:16.126Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-19T19:54:16.246Z | Compiling derive_more v0.99.18 |
2143 | 2024-12-19T19:54:16.248Z | Compiling num-rational v0.4.2 |
2144 | 2024-12-19T19:54:16.281Z | Compiling num-complex v0.4.6 |
2145 | 2024-12-19T19:54:17.493Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-12-19T19:54:17.627Z | Compiling num v0.4.3 |
2147 | 2024-12-19T19:54:17.745Z | Compiling atomicwrites v0.4.4 |
2148 | 2024-12-19T19:54:17.749Z | Compiling libsw v3.3.1 |
2149 | 2024-12-19T19:54:18.096Z | Compiling swrite v0.1.0 |
2150 | 2024-12-19T19:54:18.117Z | Compiling float-ord v0.3.2 |
2151 | 2024-12-19T19:54:18.232Z | Compiling linear-map v1.2.0 |
2152 | 2024-12-19T19:54:18.251Z | Compiling indent_write v2.2.0 |
2153 | 2024-12-19T19:54:18.289Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-19T19:54:18.486Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2155 | 2024-12-19T19:54:18.533Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2156 | 2024-12-19T19:54:18.635Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2157 | 2024-12-19T19:54:18.728Z | Compiling base64 v0.21.7 |
2158 | 2024-12-19T19:54:19.163Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2159 | 2024-12-19T19:54:19.266Z | Compiling highway v1.2.0 |
2160 | 2024-12-19T19:54:19.817Z | Compiling semver v0.1.20 |
2161 | 2024-12-19T19:54:20.363Z | Compiling rustc_version v0.1.7 |
2162 | 2024-12-19T19:54:20.732Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-12-19T19:54:20.781Z | Compiling newtype_derive v0.1.6 |
2164 | 2024-12-19T19:54:21.133Z | Compiling dropshot v0.13.0 |
2165 | 2024-12-19T19:54:21.161Z | Compiling ipnetwork v0.20.0 |
2166 | 2024-12-19T19:54:21.202Z | Compiling instant v0.1.13 |
2167 | 2024-12-19T19:54:21.363Z | Compiling humantime v2.1.0 |
2168 | 2024-12-19T19:54:21.989Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2169 | 2024-12-19T19:54:22.185Z | Compiling backoff v0.4.0 |
2170 | 2024-12-19T19:54:22.532Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2171 | 2024-12-19T19:54:22.765Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2024-12-19T19:54:26.457Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-19T19:54:26.725Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2174 | 2024-12-19T19:54:26.885Z | Compiling parse-display v0.10.0 |
2175 | 2024-12-19T19:54:27.516Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-12-19T19:54:27.713Z | Compiling strum v0.26.3 |
2177 | 2024-12-19T19:54:27.854Z | Compiling serde_with v3.11.0 |
2178 | 2024-12-19T19:54:27.906Z | Compiling regress v0.9.1 |
2179 | 2024-12-19T19:54:31.292Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-19T19:54:32.703Z | Compiling macaddr v1.0.1 |
2181 | 2024-12-19T19:54:32.903Z | Compiling steno v0.4.1 |
2182 | 2024-12-19T19:54:33.051Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2183 | 2024-12-19T19:54:33.355Z | Compiling prettyplease v0.2.25 |
2184 | 2024-12-19T19:54:33.383Z | Compiling slog-dtrace v0.3.0 |
2185 | 2024-12-19T19:54:34.637Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-12-19T19:54:35.250Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-12-19T19:54:35.683Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2188 | 2024-12-19T19:54:37.682Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-12-19T19:54:38.512Z | Compiling half v2.4.1 |
2190 | 2024-12-19T19:54:39.238Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-12-19T19:54:39.392Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-12-19T19:54:39.897Z | Compiling tungstenite v0.21.0 |
2193 | 2024-12-19T19:54:42.680Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2024-12-19T19:54:43.334Z | Compiling ciborium v0.2.2 |
2195 | 2024-12-19T19:54:45.057Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2196 | 2024-12-19T19:54:51.183Z | Compiling fastrand v2.1.1 |
2197 | 2024-12-19T19:54:51.686Z | Compiling display-error-chain v0.2.2 |
2198 | 2024-12-19T19:54:51.690Z | Compiling same-file v1.0.6 |
2199 | 2024-12-19T19:54:51.924Z | Compiling walkdir v2.5.0 |
2200 | 2024-12-19T19:54:51.946Z | Compiling tempfile v3.13.0 |
2201 | 2024-12-19T19:54:52.592Z | Compiling ring v0.16.20 |
2202 | 2024-12-19T19:54:52.744Z | Compiling blake3 v1.5.4 |
2203 | 2024-12-19T19:54:52.866Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-12-19T19:54:53.403Z | Compiling xattr v1.3.1 |
2205 | 2024-12-19T19:54:53.673Z | Compiling memmap2 v0.9.5 |
2206 | 2024-12-19T19:54:53.927Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2207 | 2024-12-19T19:54:54.087Z | Compiling filetime v0.2.25 |
2208 | 2024-12-19T19:54:54.392Z | Compiling keccak v0.1.5 |
2209 | 2024-12-19T19:54:54.691Z | Compiling arrayref v0.3.9 |
2210 | 2024-12-19T19:54:54.796Z | Compiling arrayvec v0.7.6 |
2211 | 2024-12-19T19:54:55.206Z | Compiling spin v0.5.2 |
2212 | 2024-12-19T19:54:55.227Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-12-19T19:54:55.331Z | Compiling sha3 v0.10.8 |
2214 | 2024-12-19T19:54:55.537Z | Compiling tar v0.4.42 |
2215 | 2024-12-19T19:54:56.182Z | Compiling camino-tempfile v1.1.1 |
2216 | 2024-12-19T19:54:56.462Z | Compiling toolchain_find v0.4.0 |
2217 | 2024-12-19T19:54:56.489Z | Compiling const_format_proc_macros v0.2.33 |
2218 | 2024-12-19T19:54:56.621Z | Compiling maplit v1.0.2 |
2219 | 2024-12-19T19:54:56.750Z | Compiling radium v0.7.0 |
2220 | 2024-12-19T19:54:57.035Z | Compiling topological-sort v0.2.2 |
2221 | 2024-12-19T19:54:57.187Z | Compiling crunchy v0.2.2 |
2222 | 2024-12-19T19:54:57.318Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2024-12-19T19:54:57.487Z | Compiling omicron-zone-package v0.11.1 |
2224 | 2024-12-19T19:54:57.739Z | Compiling maybe-uninit v2.0.0 |
2225 | 2024-12-19T19:54:57.962Z | Compiling tap v1.0.1 |
2226 | 2024-12-19T19:54:58.202Z | Compiling tiny-keccak v2.0.2 |
2227 | 2024-12-19T19:54:58.330Z | Compiling const_format v0.2.33 |
2228 | 2024-12-19T19:54:58.384Z | Compiling wyz v0.5.1 |
2229 | 2024-12-19T19:54:58.622Z | Compiling dsl_auto_type v0.1.2 |
2230 | 2024-12-19T19:54:58.859Z | Compiling phf_generator v0.11.2 |
2231 | 2024-12-19T19:54:58.928Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2232 | 2024-12-19T19:54:59.057Z | Compiling scheduled-thread-pool v0.2.7 |
2233 | 2024-12-19T19:54:59.138Z | Compiling secrecy v0.8.0 |
2234 | 2024-12-19T19:54:59.391Z | Compiling async-recursion v1.1.1 |
2235 | 2024-12-19T19:54:59.416Z | Compiling diesel_table_macro_syntax v0.2.0 |
2236 | 2024-12-19T19:54:59.524Z | Compiling arc-swap v1.7.1 |
2237 | 2024-12-19T19:54:59.817Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2024-12-19T19:54:59.980Z | Compiling packed_struct v0.10.1 |
2239 | 2024-12-19T19:55:00.124Z | Compiling funty v2.0.0 |
2240 | 2024-12-19T19:55:00.206Z | Compiling crc-catalog v2.4.0 |
2241 | 2024-12-19T19:55:00.340Z | Compiling crc v3.2.1 |
2242 | 2024-12-19T19:55:00.366Z | Compiling slog-scope v4.4.0 |
2243 | 2024-12-19T19:55:00.415Z | Compiling diesel_derives v2.2.3 |
2244 | 2024-12-19T19:55:00.813Z | Compiling r2d2 v0.8.10 |
2245 | 2024-12-19T19:55:01.189Z | Compiling bitvec v1.0.1 |
2246 | 2024-12-19T19:55:01.273Z | Compiling phf_codegen v0.11.2 |
2247 | 2024-12-19T19:55:02.038Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2248 | 2024-12-19T19:55:02.362Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-19T19:55:02.594Z | Compiling ascii-canvas v3.0.0 |
2250 | 2024-12-19T19:55:02.814Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2251 | 2024-12-19T19:55:03.077Z | Compiling universal-hash v0.5.1 |
2252 | 2024-12-19T19:55:03.318Z | Compiling packed_struct_codegen v0.10.1 |
2253 | 2024-12-19T19:55:05.838Z | Compiling thiserror-impl-no-std v2.0.2 |
2254 | 2024-12-19T19:55:05.855Z | Compiling parse-zoneinfo v0.3.1 |
2255 | 2024-12-19T19:55:07.479Z | Compiling ena v0.14.3 |
2256 | 2024-12-19T19:55:07.902Z | Compiling indexmap v1.9.3 |
2257 | 2024-12-19T19:55:08.229Z | Compiling opaque-debug v0.3.1 |
2258 | 2024-12-19T19:55:08.341Z | Compiling diff v0.1.13 |
2259 | 2024-12-19T19:55:08.497Z | Compiling nodrop v0.1.14 |
2260 | 2024-12-19T19:55:08.640Z | Compiling regex-syntax v0.6.29 |
2261 | 2024-12-19T19:55:08.896Z | Compiling array-init v0.0.4 |
2262 | 2024-12-19T19:55:10.195Z | Compiling thiserror-no-std v2.0.2 |
2263 | 2024-12-19T19:55:10.325Z | Compiling poly1305 v0.8.0 |
2264 | 2024-12-19T19:55:11.781Z | Compiling diesel v2.2.6 |
2265 | 2024-12-19T19:55:11.852Z | Compiling lalrpop v0.19.12 |
2266 | 2024-12-19T19:55:13.918Z | Compiling chrono-tz-build v0.4.0 |
2267 | 2024-12-19T19:55:19.217Z | Compiling smallvec v0.6.14 |
2268 | 2024-12-19T19:55:19.542Z | Compiling slog-stdlog v4.1.1 |
2269 | 2024-12-19T19:55:20.250Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2270 | 2024-12-19T19:55:20.345Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2271 | 2024-12-19T19:55:20.638Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2272 | 2024-12-19T19:55:20.864Z | Compiling chacha20 v0.9.1 |
2273 | 2024-12-19T19:55:21.331Z | Compiling aead v0.5.2 |
2274 | 2024-12-19T19:55:21.356Z | Compiling vte_generate_state_changes v0.1.2 |
2275 | 2024-12-19T19:55:21.681Z | Compiling hashbrown v0.12.3 |
2276 | 2024-12-19T19:55:21.978Z | Compiling termcolor v1.4.1 |
2277 | 2024-12-19T19:55:23.028Z | Compiling ref-cast v1.0.23 |
2278 | 2024-12-19T19:55:23.080Z | Compiling bitfield v0.14.0 |
2279 | 2024-12-19T19:55:23.394Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-12-19T19:55:25.028Z | Compiling env_logger v0.10.2 |
2281 | 2024-12-19T19:55:27.840Z | Compiling vte v0.11.1 |
2282 | 2024-12-19T19:55:29.336Z | Compiling chacha20poly1305 v0.10.1 |
2283 | 2024-12-19T19:55:29.607Z | Compiling slog-envlogger v2.2.0 |
2284 | 2024-12-19T19:55:32.373Z | Compiling serde-hex v0.1.0 |
2285 | 2024-12-19T19:55:35.868Z | Compiling chrono-tz v0.10.0 |
2286 | 2024-12-19T19:55:36.501Z | Compiling vsss-rs v3.3.4 |
2287 | 2024-12-19T19:55:37.615Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2288 | 2024-12-19T19:55:37.902Z | Compiling polar-core v0.27.3 |
2289 | 2024-12-19T19:55:37.950Z | Compiling ron v0.8.1 |
2290 | 2024-12-19T19:55:39.142Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2291 | 2024-12-19T19:55:39.433Z | Compiling derive_builder_core v0.20.2 |
2292 | 2024-12-19T19:55:40.795Z | Compiling hashbrown v0.13.2 |
2293 | 2024-12-19T19:55:41.710Z | Compiling headers-core v0.3.0 |
2294 | 2024-12-19T19:55:41.890Z | Compiling fxhash v0.2.1 |
2295 | 2024-12-19T19:55:42.130Z | Compiling libxml v0.3.3 |
2296 | 2024-12-19T19:55:42.245Z | Compiling ref-cast-impl v1.0.23 |
2297 | 2024-12-19T19:55:42.509Z | Compiling bumpalo v3.16.0 |
2298 | 2024-12-19T19:55:43.110Z | Compiling simd-adler32 v0.3.7 |
2299 | 2024-12-19T19:55:43.402Z | Compiling lockfree-object-pool v0.1.6 |
2300 | 2024-12-19T19:55:43.611Z | Compiling crc-any v2.5.0 |
2301 | 2024-12-19T19:55:43.723Z | Compiling zip v2.1.3 |
2302 | 2024-12-19T19:55:44.051Z | Compiling bytecount v0.6.8 |
2303 | 2024-12-19T19:55:44.236Z | Compiling papergrid v0.11.0 |
2304 | 2024-12-19T19:55:44.387Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2305 | 2024-12-19T19:55:44.565Z | Compiling zopfli v0.8.1 |
2306 | 2024-12-19T19:55:49.053Z | Compiling object v0.30.4 |
2307 | 2024-12-19T19:55:49.698Z | Compiling headers v0.4.0 |
2308 | 2024-12-19T19:55:53.432Z | Compiling derive_builder_macro v0.20.2 |
2309 | 2024-12-19T19:55:57.694Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-12-19T19:55:58.784Z | Compiling strip-ansi-escapes v0.2.0 |
2311 | 2024-12-19T19:55:59.214Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-12-19T19:55:59.497Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2313 | 2024-12-19T19:55:59.579Z | Compiling tabled_derive v0.7.0 |
2314 | 2024-12-19T19:55:59.787Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2315 | 2024-12-19T19:56:01.638Z | Compiling fd-lock v4.0.2 |
2316 | 2024-12-19T19:56:01.862Z | Compiling peg-macros v0.8.4 |
2317 | 2024-12-19T19:56:02.145Z | Compiling strum_macros v0.24.3 |
2318 | 2024-12-19T19:56:02.327Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2319 | 2024-12-19T19:56:02.520Z | Compiling kstat-rs v0.2.4 |
2320 | 2024-12-19T19:56:03.380Z | Compiling samael v0.0.17 |
2321 | 2024-12-19T19:56:03.484Z | Compiling unicase v2.7.0 |
2322 | 2024-12-19T19:56:03.788Z | Compiling path-slash v0.1.5 |
2323 | 2024-12-19T19:56:04.041Z | Compiling indoc v1.0.9 |
2324 | 2024-12-19T19:56:04.387Z | Compiling nu-ansi-term v0.50.1 |
2325 | 2024-12-19T19:56:04.876Z | Compiling reedline v0.35.0 |
2326 | 2024-12-19T19:56:05.025Z | Compiling peg v0.8.4 |
2327 | 2024-12-19T19:56:05.145Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2328 | 2024-12-19T19:56:05.352Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-12-19T19:56:08.073Z | Compiling tabled v0.15.0 |
2330 | 2024-12-19T19:56:09.689Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2331 | 2024-12-19T19:56:20.745Z | Compiling derive_builder v0.20.2 |
2332 | 2024-12-19T19:56:25.136Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-12-19T19:56:25.528Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2334 | 2024-12-19T19:56:26.015Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2335 | 2024-12-19T19:56:26.312Z | Compiling pem v3.0.4 |
2336 | 2024-12-19T19:56:27.767Z | Compiling bcs v0.1.6 |
2337 | 2024-12-19T19:56:28.279Z | Compiling impl-trait-for-tuples v0.2.2 |
2338 | 2024-12-19T19:56:28.302Z | Compiling oso-derive v0.27.3 |
2339 | 2024-12-19T19:56:28.674Z | Compiling libz-sys v1.1.20 |
2340 | 2024-12-19T19:56:29.267Z | Compiling quick-xml v0.33.0 |
2341 | 2024-12-19T19:56:29.314Z | Compiling diesel-dtrace v0.4.0 |
2342 | 2024-12-19T19:56:29.615Z | Compiling parking_lot_core v0.8.6 |
2343 | 2024-12-19T19:56:35.135Z | Compiling oso v0.27.3 |
2344 | 2024-12-19T19:56:36.732Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-12-19T19:56:38.319Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2346 | 2024-12-19T19:56:43.577Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2024-12-19T19:56:46.765Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2348 | 2024-12-19T19:56:47.071Z | Compiling bb8 v0.8.5 |
2349 | 2024-12-19T19:56:47.695Z | Compiling buf-list v1.0.3 |
2350 | 2024-12-19T19:56:48.337Z | Compiling async-bb8-diesel v0.2.1 |
2351 | 2024-12-19T19:56:50.853Z | Compiling nibble_vec v0.1.0 |
2352 | 2024-12-19T19:56:51.105Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2353 | 2024-12-19T19:56:51.892Z | Compiling pin-project-internal v1.1.6 |
2354 | 2024-12-19T19:56:52.373Z | Compiling atty v0.2.14 |
2355 | 2024-12-19T19:56:52.549Z | Compiling endian-type v0.1.2 |
2356 | 2024-12-19T19:56:52.821Z | Compiling salty v0.3.0 |
2357 | 2024-12-19T19:56:53.237Z | Compiling radix_trie v0.2.1 |
2358 | 2024-12-19T19:56:54.699Z | Compiling pin-project v1.1.6 |
2359 | 2024-12-19T19:56:55.244Z | Compiling parking_lot v0.11.2 |
2360 | 2024-12-19T19:56:58.249Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2361 | 2024-12-19T19:57:03.080Z | Compiling snafu-derive v0.8.5 |
2362 | 2024-12-19T19:57:07.720Z | Compiling snafu v0.8.5 |
2363 | 2024-12-19T19:57:09.020Z | Compiling sled v0.34.7 |
2364 | 2024-12-19T19:57:10.931Z | Compiling mime_guess v2.0.5 |
2365 | 2024-12-19T19:57:11.979Z | Compiling hickory-client v0.24.1 |
2366 | 2024-12-19T19:57:19.609Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2024-12-19T19:57:21.824Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2024-12-19T19:57:24.626Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2024-12-19T19:57:25.160Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2370 | 2024-12-19T19:57:25.419Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2371 | 2024-12-19T19:57:26.846Z | Compiling globset v0.4.15 |
2372 | 2024-12-19T19:57:27.485Z | Compiling hickory-server v0.24.1 |
2373 | 2024-12-19T19:57:34.367Z | Compiling primeorder v0.13.6 |
2374 | 2024-12-19T19:57:35.661Z | Compiling olpc-cjson v0.1.4 |
2375 | 2024-12-19T19:57:35.999Z | Compiling vergen v8.3.2 |
2376 | 2024-12-19T19:57:36.274Z | Compiling env_filter v0.1.2 |
2377 | 2024-12-19T19:57:37.743Z | Compiling serde_plain v1.0.2 |
2378 | 2024-12-19T19:57:38.272Z | Compiling cargo-platform v0.1.8 |
2379 | 2024-12-19T19:57:38.741Z | Compiling nanorand v0.7.0 |
2380 | 2024-12-19T19:57:39.296Z | Compiling memoffset v0.9.1 |
2381 | 2024-12-19T19:57:39.630Z | Compiling typed-path v0.9.3 |
2382 | 2024-12-19T19:57:40.385Z | Compiling flume v0.11.1 |
2383 | 2024-12-19T19:57:41.149Z | Compiling cargo_metadata v0.18.1 |
2384 | 2024-12-19T19:57:42.823Z | Compiling tough v0.19.0 |
2385 | 2024-12-19T19:57:44.258Z | Compiling git2 v0.19.0 |
2386 | 2024-12-19T19:57:44.419Z | Compiling env_logger v0.11.5 |
2387 | 2024-12-19T19:57:45.211Z | Compiling p384 v0.13.0 |
2388 | 2024-12-19T19:57:45.894Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2389 | 2024-12-19T19:57:47.065Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2390 | 2024-12-19T19:57:51.301Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2391 | 2024-12-19T19:57:54.237Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2392 | 2024-12-19T19:57:55.404Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2393 | 2024-12-19T19:57:57.087Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2394 | 2024-12-19T19:58:02.388Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2395 | 2024-12-19T19:58:02.753Z | Compiling rand_seeder v0.3.0 |
2396 | 2024-12-19T19:58:02.978Z | Compiling libsqlite3-sys v0.30.1 |
2397 | 2024-12-19T19:58:03.157Z | Compiling lzma-sys v0.1.20 |
2398 | 2024-12-19T19:58:03.474Z | Compiling http-range v0.1.5 |
2399 | 2024-12-19T19:58:03.841Z | Compiling rustls v0.21.12 |
2400 | 2024-12-19T19:58:04.035Z | Compiling parse-size v1.1.0 |
2401 | 2024-12-19T19:58:04.066Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2402 | 2024-12-19T19:58:04.150Z | Compiling cfg_aliases v0.2.1 |
2403 | 2024-12-19T19:58:04.270Z | Compiling nix v0.29.0 |
2404 | 2024-12-19T19:58:04.342Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2405 | 2024-12-19T19:58:04.531Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2406 | 2024-12-19T19:58:05.085Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2407 | 2024-12-19T19:58:06.718Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2408 | 2024-12-19T19:58:06.747Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2409 | 2024-12-19T19:58:07.569Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2410 | 2024-12-19T19:58:07.883Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2411 | 2024-12-19T19:58:09.518Z | Compiling rustls-webpki v0.101.7 |
2412 | 2024-12-19T19:58:10.882Z | Compiling sct v0.7.1 |
2413 | 2024-12-19T19:58:11.364Z | Compiling heck v0.3.3 |
2414 | 2024-12-19T19:58:11.754Z | Compiling castaway v0.2.3 |
2415 | 2024-12-19T19:58:11.963Z | Compiling csv-core v0.1.11 |
2416 | 2024-12-19T19:58:12.220Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2417 | 2024-12-19T19:58:12.528Z | Compiling glob v0.3.1 |
2418 | 2024-12-19T19:58:12.865Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2419 | 2024-12-19T19:58:13.206Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2420 | 2024-12-19T19:58:13.567Z | Compiling csv v1.3.0 |
2421 | 2024-12-19T19:58:14.542Z | Compiling compact_str v0.8.0 |
2422 | 2024-12-19T19:58:15.689Z | Compiling zone_cfg_derive v0.1.2 |
2423 | 2024-12-19T19:58:17.138Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2424 | 2024-12-19T19:58:17.254Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2425 | 2024-12-19T19:58:17.778Z | Compiling nix v0.27.1 |
2426 | 2024-12-19T19:58:18.551Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-19T19:58:20.382Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-12-19T19:58:23.456Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2429 | 2024-12-19T19:58:24.511Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2430 | 2024-12-19T19:58:25.143Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2431 | 2024-12-19T19:58:25.798Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2024-12-19T19:58:32.100Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2024-12-19T19:58:33.265Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2434 | 2024-12-19T19:58:33.285Z | Compiling unicode-truncate v1.1.0 |
2435 | 2024-12-19T19:58:33.560Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-12-19T19:58:33.580Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-19T19:58:33.856Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2024-12-19T19:58:33.892Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2439 | 2024-12-19T19:58:36.867Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2024-12-19T19:58:37.502Z | Compiling hashlink v0.9.1 |
2441 | 2024-12-19T19:58:37.889Z | Compiling tungstenite v0.23.0 |
2442 | 2024-12-19T19:58:38.347Z | Compiling lru v0.12.5 |
2443 | 2024-12-19T19:58:38.730Z | Compiling instability v0.3.2 |
2444 | 2024-12-19T19:58:39.736Z | Compiling base64 v0.13.1 |
2445 | 2024-12-19T19:58:40.422Z | Compiling cassowary v0.3.0 |
2446 | 2024-12-19T19:58:40.502Z | Compiling fallible-streaming-iterator v0.1.9 |
2447 | 2024-12-19T19:58:40.800Z | Compiling fallible-iterator v0.3.0 |
2448 | 2024-12-19T19:58:41.155Z | Compiling ratatui v0.28.1 |
2449 | 2024-12-19T19:58:41.661Z | Compiling rusqlite v0.32.1 |
2450 | 2024-12-19T19:58:41.854Z | Compiling ron v0.7.1 |
2451 | 2024-12-19T19:58:43.592Z | Compiling tokio-tungstenite v0.23.1 |
2452 | 2024-12-19T19:58:44.099Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-19T19:58:44.237Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-19T19:58:46.902Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-12-19T19:58:47.247Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-19T19:58:51.541Z | Compiling xz2 v0.1.7 |
2457 | 2024-12-19T19:58:52.205Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-19T19:58:52.700Z | Compiling zone v0.1.8 |
2459 | 2024-12-19T19:58:56.033Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-19T19:59:00.249Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-19T19:59:02.818Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-19T19:59:04.404Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-12-19T19:59:10.744Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-19T19:59:13.833Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-19T19:59:13.893Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-19T19:59:14.209Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-19T19:59:14.602Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-19T19:59:14.792Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-19T19:59:14.835Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-19T19:59:15.008Z | Compiling yasna v0.5.2 |
2471 | 2024-12-19T19:59:15.834Z | Compiling is_ci v1.2.0 |
2472 | 2024-12-19T19:59:16.147Z | Compiling unicode-linebreak v0.1.5 |
2473 | 2024-12-19T19:59:16.712Z | Compiling smawk v0.3.2 |
2474 | 2024-12-19T19:59:17.003Z | Compiling textwrap v0.16.1 |
2475 | 2024-12-19T19:59:18.341Z | Compiling rcgen v0.12.1 |
2476 | 2024-12-19T19:59:19.167Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-19T19:59:23.687Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-19T19:59:23.810Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-19T19:59:28.561Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2480 | 2024-12-19T19:59:30.416Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-19T19:59:31.144Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-19T19:59:31.900Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-19T19:59:36.816Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-19T19:59:49.397Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-19T19:59:50.186Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-19T19:59:50.850Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-19T19:59:51.150Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-19T19:59:57.976Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-19T20:00:06.169Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-19T20:00:08.236Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-19T20:00:08.681Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-19T20:00:08.759Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-19T20:00:09.009Z | Compiling rpassword v7.3.1 |
2494 | 2024-12-19T20:00:09.477Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2495 | 2024-12-19T20:00:13.011Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-19T20:00:13.442Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-19T20:00:17.286Z | Compiling tui-tree-widget v0.22.0 |
2498 | 2024-12-19T20:00:17.752Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-19T20:00:20.528Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-19T20:00:24.144Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-19T20:00:24.456Z | Compiling uzers v0.12.1 |
2502 | 2024-12-19T20:00:27.644Z | Compiling shell-words v1.1.0 |
2503 | 2024-12-19T20:00:28.095Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-19T20:00:34.148Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-19T20:00:36.325Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-19T20:01:05.601Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-19T20:01:06.860Z | Compiling multimap v0.10.0 |
2508 | 2024-12-19T20:03:23.451Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2509 | 2024-12-19T20:03:30.664Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2510 | 2024-12-19T20:10:15.491Z | Finished `release` profile [optimized] target(s) in 16m 00s |
2511 | 2024-12-19T20:11:18.507Z | |
2512 | 2024-12-19T20:11:18.510Z | real 17:05.187376208 |
2513 | 2024-12-19T20:11:18.510Z | user 1:55:46.224237423 |
2514 | 2024-12-19T20:11:18.510Z | sys 5:41.626526446 |
2515 | 2024-12-19T20:11:18.510Z | trap 2.803169547 |
2516 | 2024-12-19T20:11:18.510Z | tflt 2.965524427 |
2517 | 2024-12-19T20:11:18.510Z | dflt 4.844491954 |
2518 | 2024-12-19T20:11:18.510Z | kflt 0.044463053 |
2519 | 2024-12-19T20:11:18.510Z | lock 7:15:18.783550303 |
2520 | 2024-12-19T20:11:18.510Z | slp 6:06:39.591861628 |
2521 | 2024-12-19T20:11:18.510Z | lat 2:53.129397706 |
2522 | 2024-12-19T20:11:18.510Z | stop 2:34.498231274 |
2523 | 2024-12-19T20:11:18.510Z | + mapfile -t packages |
2524 | 2024-12-19T20:11:18.510Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2525 | 2024-12-19T20:11:19.539Z | Finished `release` profile [optimized] target(s) in 0.97s |
2526 | 2024-12-19T20:11:19.607Z | Running `target/release/omicron-package -t test list-outputs` |
2527 | 2024-12-19T20:11:19.659Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2528 | 2024-12-19T20:11:19.663Z | + ptime -m cargo build --locked --release -p xtask |
2529 | 2024-12-19T20:11:20.229Z | Compiling serde v1.0.215 |
2530 | 2024-12-19T20:11:20.232Z | Compiling rustix v0.38.37 |
2531 | 2024-12-19T20:11:20.232Z | Compiling libc v0.2.162 |
2532 | 2024-12-19T20:11:20.232Z | Compiling serde_json v1.0.132 |
2533 | 2024-12-19T20:11:20.232Z | Compiling syn v2.0.87 |
2534 | 2024-12-19T20:11:20.321Z | Compiling bitflags v2.6.0 |
2535 | 2024-12-19T20:11:20.678Z | Compiling usdt-impl v0.5.0 |
2536 | 2024-12-19T20:11:20.714Z | Compiling syn v1.0.109 |
2537 | 2024-12-19T20:11:20.819Z | Compiling log v0.4.22 |
2538 | 2024-12-19T20:11:20.839Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-19T20:11:20.915Z | Compiling fs-err v2.11.0 |
2540 | 2024-12-19T20:11:21.221Z | Compiling anyhow v1.0.93 |
2541 | 2024-12-19T20:11:21.284Z | Compiling once_cell v1.20.2 |
2542 | 2024-12-19T20:11:21.791Z | Compiling thread-id v4.2.2 |
2543 | 2024-12-19T20:11:22.112Z | Compiling indexmap v2.6.0 |
2544 | 2024-12-19T20:11:23.267Z | Compiling terminal_size v0.4.0 |
2545 | 2024-12-19T20:11:23.267Z | Compiling tempfile v3.13.0 |
2546 | 2024-12-19T20:11:23.528Z | Compiling clap_builder v4.5.21 |
2547 | 2024-12-19T20:11:24.143Z | Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-19T20:11:25.488Z | Compiling tabled_derive v0.7.0 |
2549 | 2024-12-19T20:11:26.814Z | Compiling tabled v0.15.0 |
2550 | 2024-12-19T20:11:28.262Z | Compiling serde_derive v1.0.215 |
2551 | 2024-12-19T20:11:28.582Z | Compiling thiserror-impl v1.0.69 |
2552 | 2024-12-19T20:11:28.851Z | Compiling zerocopy-derive v0.7.35 |
2553 | 2024-12-19T20:11:29.183Z | Compiling scroll_derive v0.12.0 |
2554 | 2024-12-19T20:11:30.029Z | Compiling clap_derive v4.5.18 |
2555 | 2024-12-19T20:11:30.625Z | Compiling scroll v0.12.0 |
2556 | 2024-12-19T20:11:30.896Z | Compiling zerocopy v0.7.35 |
2557 | 2024-12-19T20:11:31.280Z | Compiling goblin v0.8.2 |
2558 | 2024-12-19T20:11:31.490Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-19T20:11:31.660Z | Compiling pest v2.7.14 |
2560 | 2024-12-19T20:11:34.704Z | Compiling pest_meta v2.7.14 |
2561 | 2024-12-19T20:11:36.564Z | Compiling pest_generator v2.7.14 |
2562 | 2024-12-19T20:11:38.356Z | Compiling clap v4.5.21 |
2563 | 2024-12-19T20:11:38.805Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-19T20:11:39.628Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-19T20:11:43.214Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-19T20:11:43.217Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-19T20:11:43.820Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-12-19T20:11:43.947Z | Compiling camino v1.1.9 |
2569 | 2024-12-19T20:11:44.133Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-19T20:11:45.358Z | Compiling dof v0.3.0 |
2571 | 2024-12-19T20:11:47.545Z | Compiling toml v0.8.19 |
2572 | 2024-12-19T20:11:47.720Z | Compiling usdt-macro v0.5.0 |
2573 | 2024-12-19T20:11:49.009Z | Compiling usdt-attr-macro v0.5.0 |
2574 | 2024-12-19T20:11:50.429Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-12-19T20:11:51.499Z | Compiling semver v1.0.23 |
2576 | 2024-12-19T20:11:51.526Z | Compiling usdt v0.5.0 |
2577 | 2024-12-19T20:11:52.980Z | Compiling cargo_metadata v0.18.1 |
2578 | 2024-12-19T20:11:52.997Z | Compiling cargo_toml v0.20.5 |
2579 | 2024-12-19T20:11:54.351Z | Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-19T20:11:54.413Z | Compiling macaddr v1.0.1 |
2581 | 2024-12-19T20:12:05.114Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2582 | 2024-12-19T20:12:16.419Z | Finished `release` profile [optimized] target(s) in 56.70s |
2583 | 2024-12-19T20:12:16.529Z | |
2584 | 2024-12-19T20:12:16.529Z | real 56.833819043 |
2585 | 2024-12-19T20:12:16.529Z | user 5:45.866278507 |
2586 | 2024-12-19T20:12:16.529Z | sys 31.745717994 |
2587 | 2024-12-19T20:12:16.529Z | trap 0.154728879 |
2588 | 2024-12-19T20:12:16.529Z | tflt 0.317669412 |
2589 | 2024-12-19T20:12:16.532Z | dflt 0.557137550 |
2590 | 2024-12-19T20:12:16.532Z | kflt 0.000058395 |
2591 | 2024-12-19T20:12:16.532Z | lock 11:14.115816398 |
2592 | 2024-12-19T20:12:16.532Z | slp 16:30.537083088 |
2593 | 2024-12-19T20:12:16.532Z | lat 14.570555702 |
2594 | 2024-12-19T20:12:16.532Z | stop 19.730313277 |
2595 | 2024-12-19T20:12:16.532Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-19T20:12:16.532Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-19T20:12:16.532Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-19T20:12:16.532Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-19T20:12:16.532Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2600 | 2024-12-19T20:12:17.439Z | Compiling hashbrown v0.14.5 |
2601 | 2024-12-19T20:12:17.567Z | Compiling ident_case v1.0.1 |
2602 | 2024-12-19T20:12:17.579Z | Compiling unsafe-libyaml v0.2.11 |
2603 | 2024-12-19T20:12:17.582Z | Compiling progenitor-client v0.8.0 |
2604 | 2024-12-19T20:12:17.590Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-12-19T20:12:17.593Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-19T20:12:17.593Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-19T20:12:17.604Z | Compiling instant v0.1.13 |
2608 | 2024-12-19T20:12:17.711Z | Compiling darling_core v0.20.10 |
2609 | 2024-12-19T20:12:17.777Z | Compiling structmeta-derive v0.3.0 |
2610 | 2024-12-19T20:12:18.059Z | Compiling dropshot v0.13.0 |
2611 | 2024-12-19T20:12:18.083Z | Compiling newtype-uuid v1.1.3 |
2612 | 2024-12-19T20:12:18.130Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2613 | 2024-12-19T20:12:18.420Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-19T20:12:18.696Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-12-19T20:12:18.841Z | Compiling regress v0.10.1 |
2616 | 2024-12-19T20:12:18.861Z | Compiling serde_yaml v0.9.34+deprecated |
2617 | 2024-12-19T20:12:18.967Z | Compiling regress v0.9.1 |
2618 | 2024-12-19T20:12:19.457Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2619 | 2024-12-19T20:12:19.478Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-12-19T20:12:19.678Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-12-19T20:12:19.898Z | Compiling backoff v0.4.0 |
2622 | 2024-12-19T20:12:20.273Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2024-12-19T20:12:20.445Z | Compiling tempfile v3.13.0 |
2624 | 2024-12-19T20:12:20.466Z | Compiling proc-macro-crate v1.3.1 |
2625 | 2024-12-19T20:12:20.816Z | Compiling structmeta v0.3.0 |
2626 | 2024-12-19T20:12:21.280Z | Compiling parse-display-derive v0.10.0 |
2627 | 2024-12-19T20:12:21.355Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2628 | 2024-12-19T20:12:21.563Z | Compiling num_enum_derive v0.5.11 |
2629 | 2024-12-19T20:12:21.755Z | Compiling itertools v0.13.0 |
2630 | 2024-12-19T20:12:23.051Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-19T20:12:24.084Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2632 | 2024-12-19T20:12:24.171Z | Compiling zerocopy v0.8.10 |
2633 | 2024-12-19T20:12:24.290Z | Compiling num_enum v0.5.11 |
2634 | 2024-12-19T20:12:24.397Z | Compiling foreign-types-macros v0.2.3 |
2635 | 2024-12-19T20:12:24.465Z | Compiling zerocopy-derive v0.8.10 |
2636 | 2024-12-19T20:12:24.846Z | Compiling darling_macro v0.20.10 |
2637 | 2024-12-19T20:12:25.185Z | Compiling foreign-types-shared v0.3.1 |
2638 | 2024-12-19T20:12:25.207Z | Compiling heapless v0.8.0 |
2639 | 2024-12-19T20:12:25.310Z | Compiling proc-macro-error v1.0.4 |
2640 | 2024-12-19T20:12:25.673Z | Compiling foreign-types v0.5.0 |
2641 | 2024-12-19T20:12:25.829Z | Compiling darling v0.20.10 |
2642 | 2024-12-19T20:12:25.957Z | Compiling serde_with_macros v3.11.0 |
2643 | 2024-12-19T20:12:25.983Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2644 | 2024-12-19T20:12:26.020Z | Compiling parse-display v0.10.0 |
2645 | 2024-12-19T20:12:26.150Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-12-19T20:12:26.179Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2647 | 2024-12-19T20:12:26.622Z | Compiling hash32 v0.3.1 |
2648 | 2024-12-19T20:12:26.752Z | Compiling cstr-argument v0.1.2 |
2649 | 2024-12-19T20:12:26.875Z | Compiling smoltcp v0.11.0 |
2650 | 2024-12-19T20:12:27.018Z | Compiling pretty-hex v0.2.1 |
2651 | 2024-12-19T20:12:27.039Z | Compiling crucible-workspace-hack v0.1.0 |
2652 | 2024-12-19T20:12:27.201Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2653 | 2024-12-19T20:12:27.347Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2654 | 2024-12-19T20:12:27.520Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2655 | 2024-12-19T20:12:27.648Z | Compiling tabwriter v1.4.0 |
2656 | 2024-12-19T20:12:28.182Z | Compiling colored v2.1.0 |
2657 | 2024-12-19T20:12:28.203Z | Compiling cobs v0.2.3 |
2658 | 2024-12-19T20:12:28.531Z | Compiling postcard v1.0.10 |
2659 | 2024-12-19T20:12:28.830Z | Compiling serde_with v3.11.0 |
2660 | 2024-12-19T20:12:29.098Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-19T20:12:29.217Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-19T20:12:29.406Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-19T20:12:29.485Z | Compiling thiserror v2.0.3 |
2664 | 2024-12-19T20:12:30.200Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2665 | 2024-12-19T20:12:30.539Z | Compiling smf v0.2.3 |
2666 | 2024-12-19T20:12:30.722Z | Compiling thiserror-impl v2.0.3 |
2667 | 2024-12-19T20:12:31.174Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-12-19T20:12:31.968Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-12-19T20:12:32.809Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2670 | 2024-12-19T20:12:33.175Z | Compiling num-derive v0.4.2 |
2671 | 2024-12-19T20:12:33.312Z | Compiling sigpipe v0.1.3 |
2672 | 2024-12-19T20:12:33.418Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2673 | 2024-12-19T20:12:33.450Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-12-19T20:12:33.561Z | Compiling zone v0.3.0 |
2675 | 2024-12-19T20:12:33.780Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-19T20:12:33.801Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2677 | 2024-12-19T20:12:34.259Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2024-12-19T20:12:34.295Z | Compiling universal-hash v0.5.1 |
2679 | 2024-12-19T20:12:34.521Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-12-19T20:12:34.630Z | Compiling num-rational v0.4.2 |
2681 | 2024-12-19T20:12:34.666Z | Compiling password-hash v0.5.0 |
2682 | 2024-12-19T20:12:34.923Z | Compiling num-complex v0.4.6 |
2683 | 2024-12-19T20:12:35.169Z | Compiling blake2 v0.10.6 |
2684 | 2024-12-19T20:12:35.554Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2685 | 2024-12-19T20:12:35.725Z | Compiling aead v0.5.2 |
2686 | 2024-12-19T20:12:35.877Z | Compiling keccak v0.1.5 |
2687 | 2024-12-19T20:12:36.048Z | Compiling convert_case v0.4.0 |
2688 | 2024-12-19T20:12:36.107Z | Compiling num v0.4.3 |
2689 | 2024-12-19T20:12:36.226Z | Compiling sha3 v0.10.8 |
2690 | 2024-12-19T20:12:36.439Z | Compiling argon2 v0.5.3 |
2691 | 2024-12-19T20:12:36.485Z | Compiling poly1305 v0.8.0 |
2692 | 2024-12-19T20:12:36.513Z | Compiling tungstenite v0.21.0 |
2693 | 2024-12-19T20:12:36.919Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2694 | 2024-12-19T20:12:37.012Z | Compiling chacha20 v0.9.1 |
2695 | 2024-12-19T20:12:37.110Z | Compiling derive_more v0.99.18 |
2696 | 2024-12-19T20:12:37.306Z | Compiling base64 v0.21.7 |
2697 | 2024-12-19T20:12:37.522Z | Compiling float-ord v0.3.2 |
2698 | 2024-12-19T20:12:37.702Z | Compiling tokio-tungstenite v0.21.0 |
2699 | 2024-12-19T20:12:38.148Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2024-12-19T20:12:38.262Z | Compiling same-file v1.0.6 |
2701 | 2024-12-19T20:12:38.584Z | Compiling semver v0.1.20 |
2702 | 2024-12-19T20:12:38.644Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2024-12-19T20:12:38.691Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-19T20:12:38.798Z | Compiling newline-converter v0.3.0 |
2705 | 2024-12-19T20:12:38.984Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-19T20:12:39.068Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-19T20:12:39.279Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-19T20:12:39.309Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2709 | 2024-12-19T20:12:39.505Z | Compiling owo-colors v4.1.0 |
2710 | 2024-12-19T20:12:39.527Z | Compiling cancel-safe-futures v0.1.5 |
2711 | 2024-12-19T20:12:39.585Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-19T20:12:39.589Z | Compiling expectorate v1.1.0 |
2713 | 2024-12-19T20:12:39.814Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-12-19T20:12:39.843Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-12-19T20:12:39.898Z | Compiling blake3 v1.5.4 |
2716 | 2024-12-19T20:12:39.919Z | Compiling ring v0.16.20 |
2717 | 2024-12-19T20:12:40.137Z | Compiling half v2.4.1 |
2718 | 2024-12-19T20:12:40.200Z | Compiling unicase v2.7.0 |
2719 | 2024-12-19T20:12:40.514Z | Compiling arc-swap v1.7.1 |
2720 | 2024-12-19T20:12:40.582Z | Compiling ciborium-io v0.2.2 |
2721 | 2024-12-19T20:12:40.721Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2024-12-19T20:12:40.741Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-19T20:12:40.993Z | Compiling slog-scope v4.4.0 |
2724 | 2024-12-19T20:12:41.408Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2725 | 2024-12-19T20:12:41.719Z | Compiling typify-macro v0.2.0 |
2726 | 2024-12-19T20:12:41.834Z | Compiling polyval v0.6.2 |
2727 | 2024-12-19T20:12:42.240Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-12-19T20:12:42.261Z | Compiling libsw v3.3.1 |
2729 | 2024-12-19T20:12:42.302Z | Compiling memmap2 v0.9.5 |
2730 | 2024-12-19T20:12:42.571Z | Compiling libefi-sys v0.1.0 |
2731 | 2024-12-19T20:12:42.604Z | Compiling arrayref v0.3.9 |
2732 | 2024-12-19T20:12:42.718Z | Compiling indent_write v2.2.0 |
2733 | 2024-12-19T20:12:42.798Z | Compiling salty v0.3.0 |
2734 | 2024-12-19T20:12:42.855Z | Compiling parking_lot_core v0.8.6 |
2735 | 2024-12-19T20:12:42.945Z | Compiling linear-map v1.2.0 |
2736 | 2024-12-19T20:12:43.044Z | Compiling thiserror-no-std v2.0.2 |
2737 | 2024-12-19T20:12:43.215Z | Compiling spin v0.5.2 |
2738 | 2024-12-19T20:12:43.276Z | Compiling constant_time_eq v0.3.1 |
2739 | 2024-12-19T20:12:43.338Z | Compiling arrayvec v0.7.6 |
2740 | 2024-12-19T20:12:43.429Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-12-19T20:12:43.475Z | Compiling ghash v0.5.1 |
2742 | 2024-12-19T20:12:43.670Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2743 | 2024-12-19T20:12:44.034Z | Compiling slog-stdlog v4.1.1 |
2744 | 2024-12-19T20:12:44.092Z | Compiling ciborium v0.2.2 |
2745 | 2024-12-19T20:12:44.780Z | Compiling p384 v0.13.0 |
2746 | 2024-12-19T20:12:44.937Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-12-19T20:12:45.044Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-12-19T20:12:45.287Z | Compiling ctr v0.9.2 |
2749 | 2024-12-19T20:12:45.640Z | Compiling lzma-sys v0.1.20 |
2750 | 2024-12-19T20:12:45.643Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-12-19T20:12:45.682Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-12-19T20:12:46.084Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-12-19T20:12:46.342Z | Compiling highway v1.2.0 |
2754 | 2024-12-19T20:12:46.384Z | Compiling topological-sort v0.2.2 |
2755 | 2024-12-19T20:12:46.429Z | Compiling typify v0.2.0 |
2756 | 2024-12-19T20:12:46.621Z | Compiling progenitor-impl v0.8.0 |
2757 | 2024-12-19T20:12:46.637Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-19T20:12:46.663Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-19T20:12:46.982Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-19T20:12:47.121Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2761 | 2024-12-19T20:12:47.149Z | Compiling slog-envlogger v2.2.0 |
2762 | 2024-12-19T20:12:47.282Z | Compiling mime_guess v2.0.5 |
2763 | 2024-12-19T20:12:47.584Z | Compiling steno v0.4.1 |
2764 | 2024-12-19T20:12:48.008Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-12-19T20:12:48.054Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-12-19T20:12:48.697Z | Compiling heck v0.3.3 |
2767 | 2024-12-19T20:12:48.719Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-12-19T20:12:48.751Z | Compiling blowfish v0.9.1 |
2769 | 2024-12-19T20:12:48.921Z | Compiling env_filter v0.1.2 |
2770 | 2024-12-19T20:12:49.176Z | Compiling nibble_vec v0.1.0 |
2771 | 2024-12-19T20:12:49.234Z | Compiling endian-type v0.1.2 |
2772 | 2024-12-19T20:12:49.287Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2773 | 2024-12-19T20:12:49.290Z | Compiling humantime v2.1.0 |
2774 | 2024-12-19T20:12:49.406Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-12-19T20:12:49.476Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-19T20:12:49.543Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-12-19T20:12:49.610Z | Compiling radix_trie v0.2.1 |
2778 | 2024-12-19T20:12:49.714Z | Compiling env_logger v0.11.5 |
2779 | 2024-12-19T20:12:49.782Z | Compiling zone_cfg_derive v0.1.2 |
2780 | 2024-12-19T20:12:49.853Z | Compiling ssh-cipher v0.2.0 |
2781 | 2024-12-19T20:12:50.314Z | Compiling bcrypt-pbkdf v0.10.0 |
2782 | 2024-12-19T20:12:50.523Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-12-19T20:12:50.544Z | Compiling parking_lot v0.11.2 |
2784 | 2024-12-19T20:12:51.324Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2785 | 2024-12-19T20:12:51.530Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-12-19T20:12:51.591Z | Compiling password-hash v0.4.2 |
2787 | 2024-12-19T20:12:51.692Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2788 | 2024-12-19T20:12:51.716Z | Compiling gethostname v0.5.0 |
2789 | 2024-12-19T20:12:51.951Z | Compiling fxhash v0.2.1 |
2790 | 2024-12-19T20:12:51.971Z | Compiling http-range v0.1.5 |
2791 | 2024-12-19T20:12:52.116Z | Compiling base64 v0.13.1 |
2792 | 2024-12-19T20:12:52.163Z | Compiling lockfree-object-pool v0.1.6 |
2793 | 2024-12-19T20:12:52.363Z | Compiling bumpalo v3.16.0 |
2794 | 2024-12-19T20:12:52.384Z | Compiling simd-adler32 v0.3.7 |
2795 | 2024-12-19T20:12:52.436Z | Compiling matches v0.1.10 |
2796 | 2024-12-19T20:12:52.499Z | Compiling zip v2.1.3 |
2797 | 2024-12-19T20:12:52.548Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2798 | 2024-12-19T20:12:52.780Z | Compiling zopfli v0.8.1 |
2799 | 2024-12-19T20:12:52.867Z | Compiling ron v0.7.1 |
2800 | 2024-12-19T20:12:52.885Z | Compiling idna v0.2.3 |
2801 | 2024-12-19T20:12:52.904Z | Compiling sled v0.34.7 |
2802 | 2024-12-19T20:12:52.939Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-19T20:12:53.035Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2804 | 2024-12-19T20:12:53.347Z | Compiling xz2 v0.1.7 |
2805 | 2024-12-19T20:12:53.814Z | Compiling zone v0.1.8 |
2806 | 2024-12-19T20:12:53.863Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2024-12-19T20:12:54.598Z | Compiling ssh-key v0.6.6 |
2808 | 2024-12-19T20:12:55.052Z | Compiling hickory-client v0.24.1 |
2809 | 2024-12-19T20:12:55.054Z | Compiling progenitor-macro v0.8.0 |
2810 | 2024-12-19T20:12:55.580Z | Compiling p256 v0.13.2 |
2811 | 2024-12-19T20:12:55.667Z | Compiling p521 v0.13.3 |
2812 | 2024-12-19T20:12:55.901Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2813 | 2024-12-19T20:12:56.431Z | Compiling hickory-server v0.24.1 |
2814 | 2024-12-19T20:12:56.550Z | Compiling enum-as-inner v0.5.1 |
2815 | 2024-12-19T20:12:57.134Z | Compiling pem v3.0.4 |
2816 | 2024-12-19T20:12:57.633Z | Compiling yasna v0.5.2 |
2817 | 2024-12-19T20:12:57.974Z | Compiling headers-core v0.3.0 |
2818 | 2024-12-19T20:12:58.116Z | Compiling kstat-rs v0.2.4 |
2819 | 2024-12-19T20:12:58.178Z | Compiling nanorand v0.7.0 |
2820 | 2024-12-19T20:12:58.788Z | Compiling russh-cryptovec v0.7.3 |
2821 | 2024-12-19T20:12:58.808Z | Compiling atty v0.2.14 |
2822 | 2024-12-19T20:12:58.962Z | Compiling md5 v0.7.0 |
2823 | 2024-12-19T20:12:59.119Z | Compiling rcgen v0.12.1 |
2824 | 2024-12-19T20:12:59.408Z | Compiling russh-keys v0.45.0 |
2825 | 2024-12-19T20:12:59.473Z | Compiling flume v0.11.1 |
2826 | 2024-12-19T20:12:59.495Z | Compiling headers v0.4.0 |
2827 | 2024-12-19T20:12:59.683Z | Compiling trust-dns-proto v0.22.0 |
2828 | 2024-12-19T20:13:00.226Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2829 | 2024-12-19T20:13:01.465Z | Compiling hyper-staticfile v0.10.1 |
2830 | 2024-12-19T20:13:02.648Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2831 | 2024-12-19T20:13:03.361Z | Compiling num-bigint v0.4.6 |
2832 | 2024-12-19T20:13:03.737Z | Compiling des v0.8.1 |
2833 | 2024-12-19T20:13:03.803Z | Compiling subprocess v0.2.9 |
2834 | 2024-12-19T20:13:03.846Z | Compiling dhcproto-macros v0.1.0 |
2835 | 2024-12-19T20:13:04.097Z | Compiling hex-literal v0.4.1 |
2836 | 2024-12-19T20:13:04.264Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-19T20:13:04.492Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2838 | 2024-12-19T20:13:04.758Z | Compiling internet-checksum v0.2.1 |
2839 | 2024-12-19T20:13:04.838Z | Compiling dhcproto v0.12.0 |
2840 | 2024-12-19T20:13:06.453Z | Compiling russh v0.45.0 |
2841 | 2024-12-19T20:13:08.743Z | Compiling progenitor v0.8.0 |
2842 | 2024-12-19T20:13:08.878Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2843 | 2024-12-19T20:13:08.882Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2844 | 2024-12-19T20:13:08.882Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2845 | 2024-12-19T20:13:08.882Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-12-19T20:13:08.882Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2847 | 2024-12-19T20:13:08.882Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2848 | 2024-12-19T20:13:08.983Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2849 | 2024-12-19T20:13:10.422Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2850 | 2024-12-19T20:13:10.685Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2851 | 2024-12-19T20:13:11.335Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2852 | 2024-12-19T20:13:14.164Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2853 | 2024-12-19T20:13:15.650Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2854 | 2024-12-19T20:13:25.455Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2855 | 2024-12-19T20:13:25.460Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2856 | 2024-12-19T20:13:25.460Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-19T20:13:25.460Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2024-12-19T20:13:26.845Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2859 | 2024-12-19T20:13:28.774Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2860 | 2024-12-19T20:13:29.876Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-12-19T20:13:29.915Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2862 | 2024-12-19T20:13:32.411Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2863 | 2024-12-19T20:13:33.724Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2864 | 2024-12-19T20:13:34.258Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2865 | 2024-12-19T20:13:35.124Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2024-12-19T20:13:36.219Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2024-12-19T20:13:37.301Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2868 | 2024-12-19T20:13:37.876Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2024-12-19T20:13:38.515Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2870 | 2024-12-19T20:13:39.084Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2871 | 2024-12-19T20:13:39.584Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2872 | 2024-12-19T20:13:39.602Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2024-12-19T20:13:41.346Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2874 | 2024-12-19T20:13:41.862Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2875 | 2024-12-19T20:13:41.885Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2876 | 2024-12-19T20:13:44.233Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2877 | 2024-12-19T20:13:45.463Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2878 | 2024-12-19T20:13:45.994Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2879 | 2024-12-19T20:13:48.969Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2024-12-19T20:13:49.123Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2881 | 2024-12-19T20:13:51.011Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2882 | 2024-12-19T20:13:56.282Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2883 | 2024-12-19T20:14:04.481Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2884 | 2024-12-19T20:14:05.735Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2885 | 2024-12-19T20:14:24.801Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2886 | 2024-12-19T20:14:57.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
2887 | 2024-12-19T20:14:57.276Z | |
2888 | 2024-12-19T20:14:57.276Z | real 2:40.689964030 |
2889 | 2024-12-19T20:14:57.276Z | user 12:30.765121998 |
2890 | 2024-12-19T20:14:57.276Z | sys 2:44.626324851 |
2891 | 2024-12-19T20:14:57.276Z | trap 0.330361150 |
2892 | 2024-12-19T20:14:57.276Z | tflt 0.840899706 |
2893 | 2024-12-19T20:14:57.276Z | dflt 2.365199263 |
2894 | 2024-12-19T20:14:57.277Z | kflt 0.000054764 |
2895 | 2024-12-19T20:14:57.277Z | lock 25:50.661783235 |
2896 | 2024-12-19T20:14:57.277Z | slp 45:09.172452808 |
2897 | 2024-12-19T20:14:57.279Z | lat 36.238590125 |
2898 | 2024-12-19T20:14:57.279Z | stop 1:32.989134458 |
2899 | 2024-12-19T20:14:57.279Z | + mkdir tests |
2900 | 2024-12-19T20:14:57.282Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2901 | 2024-12-19T20:14:57.282Z | + xargs -I '{}' -t cp '{}' tests/ |
2902 | 2024-12-19T20:14:57.322Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0c376f2ab57c2e46 tests/ |
2903 | 2024-12-19T20:14:57.348Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ad4867de50e8e25d tests/ |
2904 | 2024-12-19T20:14:57.373Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-dba6f421423550fb tests/ |
2905 | 2024-12-19T20:14:57.400Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-204c6a4ec3ebbf74 tests/ |
2906 | 2024-12-19T20:14:57.627Z | + 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/*) |
2907 | 2024-12-19T20:14:57.630Z | + 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-0c376f2ab57c2e46 tests/commtest-dba6f421423550fb tests/dhcp_server-ad4867de50e8e25d tests/end_to_end_tests-204c6a4ec3ebbf74 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 |
2908 | 2024-12-19T20:16:08.715Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2909 | 2024-12-19T20:16:08.715Z | a .github/buildomat/ci-env.sh 1K |
2910 | 2024-12-19T20:16:08.715Z | a out/target/test 1K |
2911 | 2024-12-19T20:16:08.715Z | a out/npuzone/npuzone 23144K |
2912 | 2024-12-19T20:16:08.715Z | a package-manifest.toml 32K |
2913 | 2024-12-19T20:16:08.715Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2914 | 2024-12-19T20:16:08.715Z | a target/release/omicron-package 36374K |
2915 | 2024-12-19T20:16:08.715Z | a target/release/xtask 11762K |
2916 | 2024-12-19T20:16:08.715Z | a target/debug/bootstrap 210351K |
2917 | 2024-12-19T20:16:08.715Z | a tests/bootstrap-0c376f2ab57c2e46 24246K |
2918 | 2024-12-19T20:16:08.715Z | a tests/commtest-dba6f421423550fb 25022K |
2919 | 2024-12-19T20:16:08.715Z | a tests/dhcp_server-ad4867de50e8e25d 24246K |
2920 | 2024-12-19T20:16:08.715Z | a tests/end_to_end_tests-204c6a4ec3ebbf74 228413K |
2921 | 2024-12-19T20:16:08.715Z | a out/clickhouse.tar.gz 280580K |
2922 | 2024-12-19T20:16:08.715Z | a out/clickhouse_keeper.tar.gz 280578K |
2923 | 2024-12-19T20:16:08.715Z | a out/clickhouse_server.tar.gz 280577K |
2924 | 2024-12-19T20:16:08.715Z | a out/cockroachdb.tar.gz 134566K |
2925 | 2024-12-19T20:16:08.715Z | a out/crucible-dtrace.tar 85K |
2926 | 2024-12-19T20:16:08.716Z | a out/crucible-pantry-zone.tar.gz 28187K |
2927 | 2024-12-19T20:16:08.716Z | a out/crucible-zone.tar.gz 36404K |
2928 | 2024-12-19T20:16:08.716Z | a out/external-dns.tar.gz 35283K |
2929 | 2024-12-19T20:16:08.716Z | a out/internal-dns.tar.gz 35283K |
2930 | 2024-12-19T20:16:08.716Z | a out/mg-ddm-gz.tar 63075K |
2931 | 2024-12-19T20:16:08.716Z | a out/nexus.tar.gz 98092K |
2932 | 2024-12-19T20:16:08.716Z | a out/ntp.tar.gz 10368K |
2933 | 2024-12-19T20:16:08.716Z | a out/omicron-gateway-softnpu.tar.gz 23953K |
2934 | 2024-12-19T20:16:08.716Z | a out/omicron-sled-agent.tar 113611K |
2935 | 2024-12-19T20:16:08.716Z | a out/overlay.tar.gz 3K |
2936 | 2024-12-19T20:16:08.716Z | a out/oximeter.tar.gz 47772K |
2937 | 2024-12-19T20:16:08.716Z | a out/oxlog.tar 3088K |
2938 | 2024-12-19T20:16:08.716Z | a out/probe.tar.gz 2764K |
2939 | 2024-12-19T20:16:08.716Z | a out/propolis-server.tar.gz 66730K |
2940 | 2024-12-19T20:16:08.716Z | a out/pumpkind-gz.tar 26665K |
2941 | 2024-12-19T20:16:08.716Z | a out/switch-softnpu.tar.gz 235696K |
2942 | 2024-12-19T20:16:08.720Z | |
2943 | 2024-12-19T20:16:08.720Z | real 1:11.079109149 |
2944 | 2024-12-19T20:16:08.720Z | user 1:07.878801617 |
2945 | 2024-12-19T20:16:08.720Z | sys 4.541555930 |
2946 | 2024-12-19T20:16:08.720Z | trap 0.020887340 |
2947 | 2024-12-19T20:16:08.720Z | tflt 0.000000000 |
2948 | 2024-12-19T20:16:08.720Z | dflt 0.000000000 |
2949 | 2024-12-19T20:16:08.720Z | kflt 0.000000000 |
2950 | 2024-12-19T20:16:08.720Z | lock 0.000000000 |
2951 | 2024-12-19T20:16:08.720Z | slp 1:07.641524460 |
2952 | 2024-12-19T20:16:08.720Z | lat 2.069986617 |
2953 | 2024-12-19T20:16:08.720Z | stop 0.000555096 |
2954 | 2024-12-19T20:16:08.720Z | process exited: duration 1937796 ms, exit code 0 |
|
2955 | 2024-12-19T20:16:08.735Z | found 1 output files |
2956 | 2024-12-19T20:16:08.735Z | uploading: /work/package.tar.gz (1854969882 bytes) |
2957 | 2024-12-19T20:16:47.715Z | uploaded: /work/package.tar.gz |