|
|
|
1 | 2024-12-18T20:51:56.030Z | job assigned to worker 01JFDRK3KMVPQ6Y94X38ZDAV5S [factory aws, i-0270794d737c8e89f] (queued for 1 m 8 s) |
|
2 | 2024-12-18T20:52:04.183Z | starting task 0: "setup" |
3 | 2024-12-18T20:52:04.190Z | ++ uname -s |
4 | 2024-12-18T20:52:04.193Z | + kern=SunOS |
5 | 2024-12-18T20:52:04.193Z | + case "$kern" in |
6 | 2024-12-18T20:52:04.193Z | + groupadd -g 12345 build |
7 | 2024-12-18T20:52:04.195Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T20:52:06.201Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T20:52:06.306Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T20:52:06.309Z | + home_fs=zfs |
11 | 2024-12-18T20:52:06.309Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T20:52:06.309Z | + mkdir -p /home/build |
13 | 2024-12-18T20:52:06.311Z | + chown build:build /home/build /work |
14 | 2024-12-18T20:52:07.313Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T20:52:07.315Z | process exited: duration 3133 ms, exit code 0 |
|
16 | 2024-12-18T20:52:07.320Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T20:52:07.326Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T20:52:07.326Z | ' 1.81.0 |
19 | 2024-12-18T20:52:07.326Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-18T20:52:07.326Z | ' default |
21 | 2024-12-18T20:52:07.327Z | * toolchain channel = "1.81.0" |
22 | 2024-12-18T20:52:07.327Z | * toolchain profile = "default" |
23 | 2024-12-18T20:52:07.329Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T20:52:07.329Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T20:52:07.422Z | info: downloading installer |
26 | 2024-12-18T20:52:08.873Z | info: profile set to 'default' |
27 | 2024-12-18T20:52:08.873Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T20:52:08.876Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T20:52:09.006Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T20:52:09.006Z | info: downloading component 'cargo' |
31 | 2024-12-18T20:52:09.694Z | info: downloading component 'clippy' |
32 | 2024-12-18T20:52:09.953Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T20:52:10.910Z | info: downloading component 'rust-std' |
34 | 2024-12-18T20:52:12.401Z | info: downloading component 'rustc' |
35 | 2024-12-18T20:52:17.725Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T20:52:17.927Z | info: installing component 'cargo' |
37 | 2024-12-18T20:52:18.710Z | info: installing component 'clippy' |
38 | 2024-12-18T20:52:19.065Z | info: installing component 'rust-docs' |
39 | 2024-12-18T20:52:20.682Z | info: installing component 'rust-std' |
40 | 2024-12-18T20:52:22.345Z | info: installing component 'rustc' |
41 | 2024-12-18T20:52:27.796Z | info: installing component 'rustfmt' |
42 | 2024-12-18T20:52:28.117Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T20:52:28.117Z | |
44 | 2024-12-18T20:52:28.479Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T20:52:28.479Z | |
46 | 2024-12-18T20:52:28.481Z | |
47 | 2024-12-18T20:52:28.481Z | Rust is installed now. Great! |
48 | 2024-12-18T20:52:28.481Z | |
49 | 2024-12-18T20:52:28.481Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T20:52:28.481Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T20:52:28.481Z | |
52 | 2024-12-18T20:52:28.481Z | To configure your current shell, you need to source |
53 | 2024-12-18T20:52:28.481Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T20:52:28.481Z | |
55 | 2024-12-18T20:52:28.481Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T20:52:28.481Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T20:52:28.482Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T20:52:28.554Z | + rustc --version |
59 | 2024-12-18T20:52:28.617Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T20:52:28.620Z | process exited: duration 21297 ms, exit code 0 |
|
61 | 2024-12-18T20:52:28.625Z | starting task 2: "authentication" |
62 | 2024-12-18T20:52:28.646Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T20:52:28.650Z | starting task 3: "clone repository" |
64 | 2024-12-18T20:52:28.656Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T20:52:28.658Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T20:52:29.357Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T20:52:36.025Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T20:52:36.025Z | + git fetch origin 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
69 | 2024-12-18T20:52:36.449Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T20:52:36.449Z | * branch 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c -> FETCH_HEAD |
71 | 2024-12-18T20:52:36.459Z | + [[ -n wc/mgs-taskdump ]] |
72 | 2024-12-18T20:52:36.462Z | ++ git branch --show-current |
73 | 2024-12-18T20:52:36.464Z | + current=main |
74 | 2024-12-18T20:52:36.464Z | + [[ main != wc/mgs-taskdump ]] |
75 | 2024-12-18T20:52:36.464Z | + git branch -f wc/mgs-taskdump 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
76 | 2024-12-18T20:52:36.467Z | + git checkout -f wc/mgs-taskdump |
77 | 2024-12-18T20:52:36.642Z | Switched to branch 'wc/mgs-taskdump' |
78 | 2024-12-18T20:52:36.644Z | + git reset --hard 8b13de1f0bcf0d2ebfec4aa9c5f3f28b1416025c |
79 | 2024-12-18T20:52:36.661Z | HEAD is now at 8b13de1f0 Add task-dump endpoints to MGS |
80 | 2024-12-18T20:52:36.663Z | process exited: duration 8010 ms, exit code 0 |
|
81 | 2024-12-18T20:52:36.671Z | starting task 4: "build" |
82 | 2024-12-18T20:52:36.675Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T20:52:36.677Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T20:52:36.677Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T20:52:36.677Z | + cargo --version |
86 | 2024-12-18T20:52:36.724Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T20:52:36.727Z | + rustc --version |
88 | 2024-12-18T20:52:36.786Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T20:52:36.788Z | + WORK=/work |
90 | 2024-12-18T20:52:36.788Z | + pfexec mkdir -p /work |
91 | 2024-12-18T20:52:36.792Z | + pfexec chown build /work |
92 | 2024-12-18T20:52:36.795Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-18T20:52:48.799Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-18T20:52:52.781Z | Startup: Caching catalogs ... Done |
95 | 2024-12-18T20:53:03.155Z | Planning: Solver setup ... Done (9.521s) |
96 | 2024-12-18T20:53:03.285Z | Planning: Running solver ... Done (0.130s) |
97 | 2024-12-18T20:53:03.476Z | Planning: Finding local manifests ... Done (0.090s) |
98 | 2024-12-18T20:53:03.503Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-18T20:53:04.136Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-18T20:53:04.333Z | Planning: Package planning ... Done (0.190s) |
101 | 2024-12-18T20:53:04.381Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-12-18T20:53:05.060Z | Planning: Checking for conflicting actions ... Done (0.677s) |
103 | 2024-12-18T20:53:09.895Z | Planning: Consolidating action changes ... Done (4.834s) |
104 | 2024-12-18T20:53:10.301Z | Planning: Evaluating mediators ... Done (0.389s) |
105 | 2024-12-18T20:53:10.423Z | Planning: Planning completed in 17.55 seconds |
106 | 2024-12-18T20:53:10.437Z | Packages to install: 4 |
107 | 2024-12-18T20:53:10.438Z | Packages to update: 1 |
108 | 2024-12-18T20:53:10.441Z | Mediators to change: 2 |
109 | 2024-12-18T20:53:10.441Z | Services to change: 1 |
110 | 2024-12-18T20:53:10.441Z | Estimated space available: 155.63 GB |
111 | 2024-12-18T20:53:10.441Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-18T20:53:10.441Z | Create boot environment: No |
113 | 2024-12-18T20:53:10.441Z | Create backup boot environment: Yes |
114 | 2024-12-18T20:53:10.441Z | Rebuild boot archive: No |
115 | 2024-12-18T20:53:10.441Z | |
116 | 2024-12-18T20:53:10.441Z | Changed mediators: |
117 | 2024-12-18T20:53:10.441Z | mediator clang: |
118 | 2024-12-18T20:53:10.441Z | version: None -> 15 (system default) |
119 | 2024-12-18T20:53:10.441Z | |
120 | 2024-12-18T20:53:10.441Z | mediator llvm: |
121 | 2024-12-18T20:53:10.441Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-18T20:53:10.441Z | |
123 | 2024-12-18T20:53:10.441Z | Changed packages: |
124 | 2024-12-18T20:53:10.441Z | helios-dev |
125 | 2024-12-18T20:53:10.442Z | developer/build-essential |
126 | 2024-12-18T20:53:10.443Z | None -> 11-2.0 |
127 | 2024-12-18T20:53:10.443Z | library/libxmlsec1 |
128 | 2024-12-18T20:53:10.443Z | None -> 1.2.35-2.0 |
129 | 2024-12-18T20:53:10.443Z | ooce/developer/clang-15 |
130 | 2024-12-18T20:53:10.444Z | None -> 15.0.7-2.0 |
131 | 2024-12-18T20:53:10.444Z | ooce/developer/llvm-15 |
132 | 2024-12-18T20:53:10.444Z | None -> 15.0.7-2.0 |
133 | 2024-12-18T20:53:10.444Z | package/pkg |
134 | 2024-12-18T20:53:10.444Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-18T20:53:10.444Z | |
136 | 2024-12-18T20:53:10.444Z | Services: |
137 | 2024-12-18T20:53:10.444Z | restart_fmri: |
138 | 2024-12-18T20:53:10.444Z | svc:/system/update-man-index:default |
139 | 2024-12-18T20:53:10.444Z | |
140 | 2024-12-18T20:53:10.445Z | Editable files to change: |
141 | 2024-12-18T20:53:10.445Z | Update: |
142 | 2024-12-18T20:53:10.445Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-18T20:53:10.645Z | |
144 | 2024-12-18T20:53:10.645Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-18T20:53:15.646Z | Download: 1134/4281 items 32.5/220.6MB 14% complete (6.5M/s) |
146 | 2024-12-18T20:53:20.657Z | Download: 1854/4281 items 118.3/220.6MB 53% complete (12.0M/s) |
147 | 2024-12-18T20:53:25.667Z | Download: 2373/4281 items 119.8/220.6MB 54% complete (9.3M/s) |
148 | 2024-12-18T20:53:30.673Z | Download: 3036/4281 items 121.4/220.6MB 55% complete (320k/s) |
149 | 2024-12-18T20:53:35.932Z | Download: 3287/4281 items 211.5/220.6MB 95% complete (9.3M/s) |
150 | 2024-12-18T20:53:40.993Z | Download: 4207/4281 items 220.5/220.6MB 99% complete (9.9M/s) |
151 | 2024-12-18T20:53:41.099Z | Download: Completed 220.60 MB in 30.45 seconds (7.2M/s) |
152 | 2024-12-18T20:53:43.390Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-18T20:53:43.404Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-18T20:53:48.547Z | Actions: 4140/5063 actions (Installing new actions) |
155 | 2024-12-18T20:53:48.834Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-18T20:53:49.210Z | Actions: Completed 5063 actions in 5.82 seconds. |
157 | 2024-12-18T20:53:49.597Z | Done (0.380s) |
158 | 2024-12-18T20:53:49.599Z | Done (0.000s) |
159 | 2024-12-18T20:53:50.168Z | Done (0.569s) |
160 | 2024-12-18T20:53:57.345Z | Done (6.956s) |
161 | 2024-12-18T20:53:57.777Z | Done (0.362s) |
162 | 2024-12-18T20:53:57.779Z | Done (0.000s) |
163 | 2024-12-18T20:53:57.924Z | Done (0.000s) |
164 | 2024-12-18T20:53:58.608Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-18T20:53:58.770Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-18T20:53:58.773Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-18T20:53:59.042Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-18T20:53:59.044Z | Planning: Planning completed in 0.43 seconds |
169 | 2024-12-18T20:53:59.081Z | Mediators to change: 2 |
170 | 2024-12-18T20:53:59.081Z | Create boot environment: No |
171 | 2024-12-18T20:53:59.081Z | Create backup boot environment: No |
172 | 2024-12-18T20:53:59.152Z | Done |
173 | 2024-12-18T20:53:59.152Z | Done |
174 | 2024-12-18T20:53:59.503Z | Done |
175 | 2024-12-18T20:54:03.120Z | Done |
176 | 2024-12-18T20:54:03.207Z | Done |
177 | 2024-12-18T20:54:03.210Z | Done |
178 | 2024-12-18T20:54:03.340Z | Done |
179 | 2024-12-18T20:54:03.957Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-18T20:54:03.959Z | Planning: Merging actions ... Done |
181 | 2024-12-18T20:54:04.147Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-18T20:54:04.150Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-18T20:54:04.419Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-18T20:54:04.477Z | Planning: Planning completed in 0.77 seconds |
185 | 2024-12-18T20:54:04.517Z | Packages to change: 1 |
186 | 2024-12-18T20:54:04.517Z | Mediators to change: 1 |
187 | 2024-12-18T20:54:04.520Z | Services to change: 1 |
188 | 2024-12-18T20:54:04.520Z | Create boot environment: No |
189 | 2024-12-18T20:54:04.520Z | Create backup boot environment: Yes |
190 | 2024-12-18T20:54:06.763Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-18T20:54:06.808Z | Actions: Completed 6 actions in 0.04 seconds. |
192 | 2024-12-18T20:54:06.810Z | Done |
193 | 2024-12-18T20:54:06.810Z | Done |
194 | 2024-12-18T20:54:06.923Z | Done |
195 | 2024-12-18T20:54:10.474Z | Done |
196 | 2024-12-18T20:54:10.566Z | Done |
197 | 2024-12-18T20:54:10.568Z | Done |
198 | 2024-12-18T20:54:10.699Z | Done |
199 | 2024-12-18T20:54:11.133Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-18T20:54:11.133Z | clang system 15 system |
201 | 2024-12-18T20:54:11.133Z | csh system system illumos |
202 | 2024-12-18T20:54:11.134Z | ctags system system illumos |
203 | 2024-12-18T20:54:11.134Z | gcc vendor 12 vendor |
204 | 2024-12-18T20:54:11.134Z | gcc system 10 system |
205 | 2024-12-18T20:54:11.134Z | gcc system 7 system |
206 | 2024-12-18T20:54:11.134Z | go system 1.20 system |
207 | 2024-12-18T20:54:11.134Z | go system 1.19 system |
208 | 2024-12-18T20:54:11.134Z | llvm system 15 system |
209 | 2024-12-18T20:54:11.134Z | llvm system 14 system |
210 | 2024-12-18T20:54:11.134Z | mariadb system 10.6 system |
211 | 2024-12-18T20:54:11.134Z | mta vendor vendor dma |
212 | 2024-12-18T20:54:11.134Z | openjdk system 17 system |
213 | 2024-12-18T20:54:11.134Z | openjdk system 11 system |
214 | 2024-12-18T20:54:11.134Z | openjdk system 1.8 system |
215 | 2024-12-18T20:54:11.134Z | openssl vendor 3 vendor |
216 | 2024-12-18T20:54:11.134Z | perl system 5.36 system |
217 | 2024-12-18T20:54:11.134Z | postgresql system 15 system |
218 | 2024-12-18T20:54:11.134Z | postgresql system 13 system |
219 | 2024-12-18T20:54:11.134Z | python vendor 3 vendor |
220 | 2024-12-18T20:54:11.134Z | python system 2 system |
221 | 2024-12-18T20:54:11.134Z | python3 system 3.11 system |
222 | 2024-12-18T20:54:11.134Z | ruby system 3.0 system |
223 | 2024-12-18T20:54:11.134Z | words vendor vendor american-english |
224 | 2024-12-18T20:54:11.134Z | words system system australian-english |
225 | 2024-12-18T20:54:11.134Z | words system system british-english |
226 | 2024-12-18T20:54:11.134Z | words system system canadian-english |
227 | 2024-12-18T20:54:11.134Z | words system system french |
228 | 2024-12-18T20:54:11.134Z | words system system italian |
229 | 2024-12-18T20:54:11.134Z | words system system ngerman |
230 | 2024-12-18T20:54:11.134Z | words system system ogerman |
231 | 2024-12-18T20:54:11.134Z | words system system spanish |
232 | 2024-12-18T20:54:11.465Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-18T20:54:11.465Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-18T20:54:14.202Z | FMRI IFO |
235 | 2024-12-18T20:54:14.202Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-18T20:54:14.202Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-18T20:54:14.203Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-18T20:54:14.958Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-18T20:54:15.228Z | Updating crates.io index |
252 | 2024-12-18T20:54:15.321Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-18T20:54:15.865Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-18T20:54:16.156Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-18T20:54:16.391Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-18T20:54:16.668Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-18T20:54:17.615Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-18T20:54:19.107Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-18T20:54:19.719Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-18T20:54:20.609Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-18T20:54:20.882Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-18T20:54:21.171Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-18T20:54:21.818Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-18T20:54:22.099Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-18T20:54:22.457Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-18T20:54:22.713Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-18T20:54:22.984Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-18T20:54:23.254Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-18T20:54:23.576Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-18T20:54:23.829Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-18T20:54:24.244Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-18T20:54:24.493Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-18T20:54:24.983Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-18T20:54:25.249Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-18T20:54:25.627Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-18T20:54:26.070Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-18T20:54:26.328Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-18T20:54:26.571Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-18T20:54:26.985Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-18T20:54:28.100Z | Downloading crates ... |
281 | 2024-12-18T20:54:28.188Z | Downloaded anstyle v1.0.10 |
282 | 2024-12-18T20:54:28.197Z | Downloaded anstream v0.6.15 |
283 | 2024-12-18T20:54:28.226Z | Downloaded block-buffer v0.10.4 |
284 | 2024-12-18T20:54:28.230Z | Downloaded anstyle-query v1.1.1 |
285 | 2024-12-18T20:54:28.230Z | Downloaded camino-tempfile v1.1.1 |
286 | 2024-12-18T20:54:28.254Z | Downloaded dtrace-parser v0.2.0 |
287 | 2024-12-18T20:54:28.254Z | Downloaded crypto-common v0.1.6 |
288 | 2024-12-18T20:54:28.254Z | Downloaded equivalent v1.0.1 |
289 | 2024-12-18T20:54:28.254Z | Downloaded cargo_toml v0.20.5 |
290 | 2024-12-18T20:54:28.260Z | Downloaded cargo-platform v0.1.8 |
291 | 2024-12-18T20:54:28.260Z | Downloaded camino v1.1.9 |
292 | 2024-12-18T20:54:28.261Z | Downloaded bytecount v0.6.8 |
293 | 2024-12-18T20:54:28.261Z | Downloaded byteorder v1.5.0 |
294 | 2024-12-18T20:54:28.261Z | Downloaded anstyle-parse v0.2.5 |
295 | 2024-12-18T20:54:28.261Z | Downloaded digest v0.10.7 |
296 | 2024-12-18T20:54:28.261Z | Downloaded heck v0.5.0 |
297 | 2024-12-18T20:54:28.261Z | Downloaded cpufeatures v0.2.14 |
298 | 2024-12-18T20:54:28.261Z | Downloaded colorchoice v1.0.2 |
299 | 2024-12-18T20:54:28.263Z | Downloaded errno v0.3.9 |
300 | 2024-12-18T20:54:28.269Z | Downloaded autocfg v1.4.0 |
301 | 2024-12-18T20:54:28.269Z | Downloaded clap_lex v0.7.2 |
302 | 2024-12-18T20:54:28.270Z | Downloaded generic-array v0.14.7 |
303 | 2024-12-18T20:54:28.270Z | Downloaded dof v0.3.0 |
304 | 2024-12-18T20:54:28.270Z | Downloaded cargo_metadata v0.18.1 |
305 | 2024-12-18T20:54:28.270Z | Downloaded fnv v1.0.7 |
306 | 2024-12-18T20:54:28.273Z | Downloaded anyhow v1.0.93 |
307 | 2024-12-18T20:54:28.274Z | Downloaded fastrand v2.1.1 |
308 | 2024-12-18T20:54:28.274Z | Downloaded pretty-hex v0.4.1 |
309 | 2024-12-18T20:54:28.274Z | Downloaded cfg-if v1.0.0 |
310 | 2024-12-18T20:54:28.280Z | Downloaded swrite v0.1.0 |
311 | 2024-12-18T20:54:28.285Z | Downloaded clap_derive v4.5.18 |
312 | 2024-12-18T20:54:28.289Z | Downloaded bitflags v2.6.0 |
313 | 2024-12-18T20:54:28.293Z | Downloaded fs-err v2.11.0 |
314 | 2024-12-18T20:54:28.297Z | Downloaded scroll_derive v0.12.0 |
315 | 2024-12-18T20:54:28.300Z | Downloaded plain v0.2.3 |
316 | 2024-12-18T20:54:28.300Z | Downloaded macaddr v1.0.1 |
317 | 2024-12-18T20:54:28.305Z | Downloaded memmap v0.7.0 |
318 | 2024-12-18T20:54:28.305Z | Downloaded itoa v1.0.11 |
319 | 2024-12-18T20:54:28.305Z | Downloaded serde_spanned v0.6.8 |
320 | 2024-12-18T20:54:28.310Z | Downloaded pest_generator v2.7.14 |
321 | 2024-12-18T20:54:28.310Z | Downloaded thread-id v4.2.2 |
322 | 2024-12-18T20:54:28.310Z | Downloaded is_terminal_polyfill v1.70.1 |
323 | 2024-12-18T20:54:28.314Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-12-18T20:54:28.314Z | Downloaded usdt-attr-macro v0.5.0 |
325 | 2024-12-18T20:54:28.318Z | Downloaded heck v0.4.1 |
326 | 2024-12-18T20:54:28.329Z | Downloaded strsim v0.11.1 |
327 | 2024-12-18T20:54:28.335Z | Downloaded toml_datetime v0.6.8 |
328 | 2024-12-18T20:54:28.341Z | Downloaded thiserror v1.0.69 |
329 | 2024-12-18T20:54:28.344Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-12-18T20:54:28.344Z | Downloaded pest_derive v2.7.14 |
331 | 2024-12-18T20:54:28.344Z | Downloaded thiserror-impl v1.0.69 |
332 | 2024-12-18T20:54:28.348Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2024-12-18T20:54:28.348Z | Downloaded terminal_size v0.4.0 |
334 | 2024-12-18T20:54:28.356Z | Downloaded once_cell v1.20.2 |
335 | 2024-12-18T20:54:28.359Z | Downloaded unicode-linebreak v0.1.5 |
336 | 2024-12-18T20:54:28.359Z | Downloaded smawk v0.3.2 |
337 | 2024-12-18T20:54:28.359Z | Downloaded serde_tokenstream v0.2.2 |
338 | 2024-12-18T20:54:28.360Z | Downloaded usdt v0.5.0 |
339 | 2024-12-18T20:54:28.363Z | Downloaded version_check v0.9.5 |
340 | 2024-12-18T20:54:28.370Z | Downloaded sha2 v0.10.8 |
341 | 2024-12-18T20:54:28.370Z | Downloaded proc-macro-error v1.0.4 |
342 | 2024-12-18T20:54:28.373Z | Downloaded scroll v0.12.0 |
343 | 2024-12-18T20:54:28.378Z | Downloaded quote v1.0.37 |
344 | 2024-12-18T20:54:28.379Z | Downloaded clap v4.5.21 |
345 | 2024-12-18T20:54:28.384Z | Downloaded log v0.4.22 |
346 | 2024-12-18T20:54:28.389Z | Downloaded semver v1.0.23 |
347 | 2024-12-18T20:54:28.401Z | Downloaded utf8parse v0.2.2 |
348 | 2024-12-18T20:54:28.405Z | Downloaded ryu v1.0.18 |
349 | 2024-12-18T20:54:28.405Z | Downloaded usdt-impl v0.5.0 |
350 | 2024-12-18T20:54:28.405Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-12-18T20:54:28.410Z | Downloaded pest_meta v2.7.14 |
352 | 2024-12-18T20:54:28.415Z | Downloaded toml v0.8.19 |
353 | 2024-12-18T20:54:28.421Z | Downloaded tempfile v3.13.0 |
354 | 2024-12-18T20:54:28.421Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2024-12-18T20:54:28.424Z | Downloaded textwrap v0.16.1 |
356 | 2024-12-18T20:54:28.424Z | Downloaded unicode-ident v1.0.13 |
357 | 2024-12-18T20:54:28.429Z | Downloaded serde_derive v1.0.215 |
358 | 2024-12-18T20:54:28.429Z | Downloaded ucd-trie v0.1.7 |
359 | 2024-12-18T20:54:28.433Z | Downloaded typenum v1.17.0 |
360 | 2024-12-18T20:54:28.453Z | Downloaded papergrid v0.11.0 |
361 | 2024-12-18T20:54:28.456Z | Downloaded serde v1.0.215 |
362 | 2024-12-18T20:54:28.456Z | Downloaded indexmap v2.6.0 |
363 | 2024-12-18T20:54:28.460Z | Downloaded memchr v2.7.4 |
364 | 2024-12-18T20:54:28.477Z | Downloaded toml_edit v0.22.22 |
365 | 2024-12-18T20:54:28.499Z | Downloaded pest v2.7.14 |
366 | 2024-12-18T20:54:28.503Z | Downloaded hashbrown v0.15.1 |
367 | 2024-12-18T20:54:28.507Z | Downloaded clap_builder v4.5.21 |
368 | 2024-12-18T20:54:28.517Z | Downloaded serde_json v1.0.132 |
369 | 2024-12-18T20:54:28.530Z | Downloaded goblin v0.8.2 |
370 | 2024-12-18T20:54:28.534Z | Downloaded zerocopy v0.7.35 |
371 | 2024-12-18T20:54:28.549Z | Downloaded winnow v0.6.20 |
372 | 2024-12-18T20:54:28.557Z | Downloaded tabled v0.15.0 |
373 | 2024-12-18T20:54:28.572Z | Downloaded syn v1.0.109 |
374 | 2024-12-18T20:54:28.581Z | Downloaded unicode-width v0.1.14 |
375 | 2024-12-18T20:54:28.586Z | Downloaded syn v2.0.87 |
376 | 2024-12-18T20:54:28.597Z | Downloaded rustix v0.38.37 |
377 | 2024-12-18T20:54:28.631Z | Downloaded libc v0.2.162 |
378 | 2024-12-18T20:54:28.940Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-12-18T20:54:28.940Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-18T20:54:28.943Z | Compiling serde v1.0.215 |
381 | 2024-12-18T20:54:28.943Z | Compiling version_check v0.9.5 |
382 | 2024-12-18T20:54:28.943Z | Compiling memchr v2.7.4 |
383 | 2024-12-18T20:54:28.943Z | Compiling thiserror v1.0.69 |
384 | 2024-12-18T20:54:28.943Z | Compiling libc v0.2.162 |
385 | 2024-12-18T20:54:28.975Z | Compiling ryu v1.0.18 |
386 | 2024-12-18T20:54:29.222Z | Compiling ucd-trie v0.1.7 |
387 | 2024-12-18T20:54:29.464Z | Compiling itoa v1.0.11 |
388 | 2024-12-18T20:54:29.764Z | Compiling once_cell v1.20.2 |
389 | 2024-12-18T20:54:29.783Z | Compiling byteorder v1.5.0 |
390 | 2024-12-18T20:54:30.081Z | Compiling rustix v0.38.37 |
391 | 2024-12-18T20:54:30.114Z | Compiling serde_json v1.0.132 |
392 | 2024-12-18T20:54:30.724Z | Compiling bitflags v2.6.0 |
393 | 2024-12-18T20:54:30.794Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-18T20:54:30.842Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-18T20:54:30.956Z | Compiling syn v1.0.109 |
396 | 2024-12-18T20:54:31.074Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-18T20:54:31.190Z | Compiling log v0.4.22 |
398 | 2024-12-18T20:54:31.216Z | Compiling equivalent v1.0.1 |
399 | 2024-12-18T20:54:31.265Z | Compiling plain v0.2.3 |
400 | 2024-12-18T20:54:31.336Z | Compiling hashbrown v0.15.1 |
401 | 2024-12-18T20:54:31.365Z | Compiling utf8parse v0.2.2 |
402 | 2024-12-18T20:54:31.429Z | Compiling camino v1.1.9 |
403 | 2024-12-18T20:54:31.530Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-18T20:54:31.748Z | Compiling quote v1.0.37 |
405 | 2024-12-18T20:54:31.898Z | Compiling is_terminal_polyfill v1.70.1 |
406 | 2024-12-18T20:54:32.038Z | Compiling thread-id v4.2.2 |
407 | 2024-12-18T20:54:32.065Z | Compiling semver v1.0.23 |
408 | 2024-12-18T20:54:32.093Z | Compiling pretty-hex v0.4.1 |
409 | 2024-12-18T20:54:32.167Z | Compiling syn v2.0.87 |
410 | 2024-12-18T20:54:32.197Z | Compiling errno v0.3.9 |
411 | 2024-12-18T20:54:32.451Z | Compiling anstyle-query v1.1.1 |
412 | 2024-12-18T20:54:32.476Z | Compiling unicode-width v0.1.14 |
413 | 2024-12-18T20:54:32.614Z | Compiling indexmap v2.6.0 |
414 | 2024-12-18T20:54:32.641Z | Compiling winnow v0.6.20 |
415 | 2024-12-18T20:54:32.666Z | Compiling autocfg v1.4.0 |
416 | 2024-12-18T20:54:32.984Z | Compiling colorchoice v1.0.2 |
417 | 2024-12-18T20:54:33.163Z | Compiling anstyle v1.0.10 |
418 | 2024-12-18T20:54:33.619Z | Compiling anstream v0.6.15 |
419 | 2024-12-18T20:54:33.768Z | Compiling fs-err v2.11.0 |
420 | 2024-12-18T20:54:33.994Z | Compiling fnv v1.0.7 |
421 | 2024-12-18T20:54:34.051Z | Compiling strsim v0.11.1 |
422 | 2024-12-18T20:54:34.145Z | Compiling fastrand v2.1.1 |
423 | 2024-12-18T20:54:34.393Z | Compiling clap_lex v0.7.2 |
424 | 2024-12-18T20:54:34.608Z | Compiling terminal_size v0.4.0 |
425 | 2024-12-18T20:54:34.733Z | Compiling anyhow v1.0.93 |
426 | 2024-12-18T20:54:34.837Z | Compiling cfg-if v1.0.0 |
427 | 2024-12-18T20:54:34.938Z | Compiling heck v0.5.0 |
428 | 2024-12-18T20:54:34.940Z | Compiling heck v0.4.1 |
429 | 2024-12-18T20:54:34.966Z | Compiling bytecount v0.6.8 |
430 | 2024-12-18T20:54:35.406Z | Compiling papergrid v0.11.0 |
431 | 2024-12-18T20:54:35.465Z | Compiling tempfile v3.13.0 |
432 | 2024-12-18T20:54:35.490Z | Compiling clap_builder v4.5.21 |
433 | 2024-12-18T20:54:35.950Z | Compiling memmap v0.7.0 |
434 | 2024-12-18T20:54:35.975Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-12-18T20:54:36.337Z | Compiling smawk v0.3.2 |
436 | 2024-12-18T20:54:36.517Z | Compiling swrite v0.1.0 |
437 | 2024-12-18T20:54:36.556Z | Compiling textwrap v0.16.1 |
438 | 2024-12-18T20:54:37.935Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-18T20:54:39.507Z | Compiling tabled v0.15.0 |
440 | 2024-12-18T20:54:41.349Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-18T20:54:41.352Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-18T20:54:41.352Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-18T20:54:41.352Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-18T20:54:41.352Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-18T20:54:42.737Z | Compiling scroll v0.12.0 |
446 | 2024-12-18T20:54:42.993Z | Compiling zerocopy v0.7.35 |
447 | 2024-12-18T20:54:43.285Z | Compiling goblin v0.8.2 |
448 | 2024-12-18T20:54:44.379Z | Compiling pest v2.7.14 |
449 | 2024-12-18T20:54:44.882Z | Compiling clap v4.5.21 |
450 | 2024-12-18T20:54:46.490Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-18T20:54:47.321Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-18T20:54:49.264Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-18T20:54:50.012Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-18T20:54:51.303Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-12-18T20:54:51.599Z | Compiling serde_spanned v0.6.8 |
456 | 2024-12-18T20:54:51.601Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-18T20:54:51.601Z | Compiling cargo-platform v0.1.8 |
458 | 2024-12-18T20:54:51.903Z | Compiling macaddr v1.0.1 |
459 | 2024-12-18T20:54:51.976Z | Compiling toml_edit v0.22.22 |
460 | 2024-12-18T20:54:52.247Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-12-18T20:54:52.728Z | Compiling dof v0.3.0 |
462 | 2024-12-18T20:54:53.122Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-18T20:54:54.482Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-18T20:54:54.482Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-18T20:54:54.892Z | Compiling toml v0.8.19 |
466 | 2024-12-18T20:54:55.707Z | Compiling usdt v0.5.0 |
467 | 2024-12-18T20:54:55.733Z | Compiling cargo_toml v0.20.5 |
468 | 2024-12-18T20:54:59.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-18T20:55:03.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.65s |
470 | 2024-12-18T20:55:03.642Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-18T20:55:04.166Z | Downloading crates ... |
472 | 2024-12-18T20:55:04.279Z | Downloaded atty v0.2.14 |
473 | 2024-12-18T20:55:04.298Z | Downloaded atomic-waker v1.1.2 |
474 | 2024-12-18T20:55:04.300Z | Downloaded async-recursion v1.1.1 |
475 | 2024-12-18T20:55:04.307Z | Downloaded darling v0.20.10 |
476 | 2024-12-18T20:55:04.314Z | Downloaded hickory-client v0.24.1 |
477 | 2024-12-18T20:55:04.321Z | Downloaded icu_provider_macros v1.5.0 |
478 | 2024-12-18T20:55:04.321Z | Downloaded cfg_aliases v0.2.1 |
479 | 2024-12-18T20:55:04.323Z | Downloaded ident_case v1.0.1 |
480 | 2024-12-18T20:55:04.323Z | Downloaded http-range v0.1.5 |
481 | 2024-12-18T20:55:04.330Z | Downloaded crunchy v0.2.2 |
482 | 2024-12-18T20:55:04.333Z | Downloaded hubpack_derive v0.1.1 |
483 | 2024-12-18T20:55:04.336Z | Downloaded http-body v1.0.1 |
484 | 2024-12-18T20:55:04.336Z | Downloaded async-stream-impl v0.3.6 |
485 | 2024-12-18T20:55:04.336Z | Downloaded cfg_aliases v0.1.1 |
486 | 2024-12-18T20:55:04.339Z | Downloaded cstr-argument v0.1.2 |
487 | 2024-12-18T20:55:04.339Z | Downloaded crucible-workspace-hack v0.1.0 |
488 | 2024-12-18T20:55:04.340Z | Downloaded async-trait v0.1.83 |
489 | 2024-12-18T20:55:04.344Z | Downloaded match_cfg v0.1.0 |
490 | 2024-12-18T20:55:04.344Z | Downloaded matches v0.1.10 |
491 | 2024-12-18T20:55:04.344Z | Downloaded async-stream v0.3.6 |
492 | 2024-12-18T20:55:04.347Z | Downloaded arrayref v0.3.9 |
493 | 2024-12-18T20:55:04.349Z | Downloaded ascii-canvas v3.0.0 |
494 | 2024-12-18T20:55:04.349Z | Downloaded instant v0.1.13 |
495 | 2024-12-18T20:55:04.352Z | Downloaded headers-core v0.3.0 |
496 | 2024-12-18T20:55:04.352Z | Downloaded bitfield v0.14.0 |
497 | 2024-12-18T20:55:04.355Z | Downloaded md5 v0.7.0 |
498 | 2024-12-18T20:55:04.355Z | Downloaded aead v0.5.2 |
499 | 2024-12-18T20:55:04.358Z | Downloaded cexpr v0.6.0 |
500 | 2024-12-18T20:55:04.358Z | Downloaded adler2 v2.0.0 |
501 | 2024-12-18T20:55:04.361Z | Downloaded chrono-tz-build v0.4.0 |
502 | 2024-12-18T20:55:04.363Z | Downloaded is_ci v1.2.0 |
503 | 2024-12-18T20:55:04.363Z | Downloaded cobs v0.2.3 |
504 | 2024-12-18T20:55:04.363Z | Downloaded cassowary v0.3.0 |
505 | 2024-12-18T20:55:04.366Z | Downloaded httpdate v1.0.3 |
506 | 2024-12-18T20:55:04.366Z | Downloaded block-padding v0.3.3 |
507 | 2024-12-18T20:55:04.369Z | Downloaded hex-literal v0.4.1 |
508 | 2024-12-18T20:55:04.372Z | Downloaded mirai-annotations v1.12.0 |
509 | 2024-12-18T20:55:04.372Z | Downloaded http-body-util v0.1.2 |
510 | 2024-12-18T20:55:04.374Z | Downloaded crc-catalog v2.4.0 |
511 | 2024-12-18T20:55:04.374Z | Downloaded constant_time_eq v0.3.1 |
512 | 2024-12-18T20:55:04.377Z | Downloaded buf-list v1.0.3 |
513 | 2024-12-18T20:55:04.380Z | Downloaded cmake v0.1.51 |
514 | 2024-12-18T20:55:04.380Z | Downloaded bitfield-struct v0.6.2 |
515 | 2024-12-18T20:55:04.383Z | Downloaded colored v2.1.0 |
516 | 2024-12-18T20:55:04.385Z | Downloaded base16ct v0.2.0 |
517 | 2024-12-18T20:55:04.386Z | Downloaded humantime v2.1.0 |
518 | 2024-12-18T20:55:04.388Z | Downloaded ctr v0.9.2 |
519 | 2024-12-18T20:55:04.390Z | Downloaded linear-map v1.2.0 |
520 | 2024-12-18T20:55:04.393Z | Downloaded blowfish v0.9.1 |
521 | 2024-12-18T20:55:04.398Z | Downloaded idna_adapter v1.2.0 |
522 | 2024-12-18T20:55:04.398Z | Downloaded ciborium-ll v0.2.2 |
523 | 2024-12-18T20:55:04.399Z | Downloaded bit-set v0.5.3 |
524 | 2024-12-18T20:55:04.399Z | Downloaded hubpack v0.1.2 |
525 | 2024-12-18T20:55:04.404Z | Downloaded lru-cache v0.1.2 |
526 | 2024-12-18T20:55:04.404Z | Downloaded indoc v1.0.9 |
527 | 2024-12-18T20:55:04.404Z | Downloaded curve25519-dalek-derive v0.1.1 |
528 | 2024-12-18T20:55:04.406Z | Downloaded lzss v0.8.2 |
529 | 2024-12-18T20:55:04.406Z | Downloaded bit-vec v0.6.3 |
530 | 2024-12-18T20:55:04.409Z | Downloaded md-5 v0.10.6 |
531 | 2024-12-18T20:55:04.409Z | Downloaded linked-hash-map v0.5.6 |
532 | 2024-12-18T20:55:04.412Z | Downloaded lazycell v1.3.0 |
533 | 2024-12-18T20:55:04.412Z | Downloaded addr2line v0.24.2 |
534 | 2024-12-18T20:55:04.415Z | Downloaded maybe-uninit v2.0.0 |
535 | 2024-12-18T20:55:04.415Z | Downloaded progenitor-client v0.8.0 |
536 | 2024-12-18T20:55:04.420Z | Downloaded lru v0.12.5 |
537 | 2024-12-18T20:55:04.420Z | Downloaded libsw v3.3.1 |
538 | 2024-12-18T20:55:04.420Z | Downloaded russh-cryptovec v0.7.3 |
539 | 2024-12-18T20:55:04.423Z | Downloaded ciborium-io v0.2.2 |
540 | 2024-12-18T20:55:04.423Z | Downloaded managed v0.8.0 |
541 | 2024-12-18T20:55:04.423Z | Downloaded libefi-sys v0.1.0 |
542 | 2024-12-18T20:55:04.425Z | Downloaded iana-time-zone v0.1.61 |
543 | 2024-12-18T20:55:04.429Z | Downloaded mockall v0.13.0 |
544 | 2024-12-18T20:55:04.429Z | Downloaded ciborium v0.2.2 |
545 | 2024-12-18T20:55:04.432Z | Downloaded memoffset v0.9.1 |
546 | 2024-12-18T20:55:04.434Z | Downloaded keccak v0.1.5 |
547 | 2024-12-18T20:55:04.435Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2024-12-18T20:55:04.437Z | Downloaded lazy_static v1.5.0 |
549 | 2024-12-18T20:55:04.437Z | Downloaded cookie_store v0.21.0 |
550 | 2024-12-18T20:55:04.440Z | Downloaded lalrpop-util v0.19.12 |
551 | 2024-12-18T20:55:04.442Z | Downloaded csv-core v0.1.11 |
552 | 2024-12-18T20:55:04.443Z | Downloaded mime v0.3.17 |
553 | 2024-12-18T20:55:04.445Z | Downloaded crc v3.2.1 |
554 | 2024-12-18T20:55:04.449Z | Downloaded const_format_proc_macros v0.2.33 |
555 | 2024-12-18T20:55:04.452Z | Downloaded ipnetwork v0.20.0 |
556 | 2024-12-18T20:55:04.452Z | Downloaded hyper-rustls v0.27.3 |
557 | 2024-12-18T20:55:04.455Z | Downloaded internet-checksum v0.2.1 |
558 | 2024-12-18T20:55:04.461Z | Downloaded crossbeam-deque v0.8.5 |
559 | 2024-12-18T20:55:04.461Z | Downloaded cipher v0.4.4 |
560 | 2024-12-18T20:55:04.463Z | Downloaded cbc v0.1.2 |
561 | 2024-12-18T20:55:04.463Z | Downloaded bitflags v1.3.2 |
562 | 2024-12-18T20:55:04.463Z | Downloaded highway v1.2.0 |
563 | 2024-12-18T20:55:04.468Z | Downloaded hyper-staticfile v0.10.1 |
564 | 2024-12-18T20:55:04.473Z | Downloaded bzip2 v0.4.4 |
565 | 2024-12-18T20:55:04.473Z | Downloaded libloading v0.8.5 |
566 | 2024-12-18T20:55:04.475Z | Downloaded sync_wrapper v1.0.1 |
567 | 2024-12-18T20:55:04.475Z | Downloaded ahash v0.8.11 |
568 | 2024-12-18T20:55:04.480Z | Downloaded ipnet v2.10.1 |
569 | 2024-12-18T20:55:04.480Z | Downloaded lock_api v0.4.12 |
570 | 2024-12-18T20:55:04.484Z | Downloaded kstat-rs v0.2.4 |
571 | 2024-12-18T20:55:04.485Z | Downloaded sync-ptr v0.1.1 |
572 | 2024-12-18T20:55:04.485Z | Downloaded bb8 v0.8.5 |
573 | 2024-12-18T20:55:04.488Z | Downloaded time-core v0.1.2 |
574 | 2024-12-18T20:55:04.488Z | Downloaded litemap v0.7.3 |
575 | 2024-12-18T20:55:04.491Z | Downloaded smf v0.2.3 |
576 | 2024-12-18T20:55:04.491Z | Downloaded mime_guess v2.0.5 |
577 | 2024-12-18T20:55:04.491Z | Downloaded diesel_table_macro_syntax v0.2.0 |
578 | 2024-12-18T20:55:04.493Z | Downloaded yoke-derive v0.7.4 |
579 | 2024-12-18T20:55:04.493Z | Downloaded void v1.0.2 |
580 | 2024-12-18T20:55:04.493Z | Downloaded chacha20 v0.9.1 |
581 | 2024-12-18T20:55:04.497Z | Downloaded rpassword v7.3.1 |
582 | 2024-12-18T20:55:04.497Z | Downloaded assert_matches v1.5.0 |
583 | 2024-12-18T20:55:04.506Z | Downloaded array-init v0.0.4 |
584 | 2024-12-18T20:55:04.506Z | Downloaded salsa20 v0.10.2 |
585 | 2024-12-18T20:55:04.512Z | Downloaded jobserver v0.1.32 |
586 | 2024-12-18T20:55:04.512Z | Downloaded float-ord v0.3.2 |
587 | 2024-12-18T20:55:04.512Z | Downloaded sqlformat v0.2.6 |
588 | 2024-12-18T20:55:04.512Z | Downloaded rand_xorshift v0.3.0 |
589 | 2024-12-18T20:55:04.512Z | Downloaded icu_normalizer_data v1.5.0 |
590 | 2024-12-18T20:55:04.512Z | Downloaded clang-sys v1.8.1 |
591 | 2024-12-18T20:55:04.515Z | Downloaded icu_locid_transform v1.5.0 |
592 | 2024-12-18T20:55:04.515Z | Downloaded synstructure v0.13.1 |
593 | 2024-12-18T20:55:04.519Z | Downloaded crossbeam-utils v0.8.20 |
594 | 2024-12-18T20:55:04.522Z | Downloaded crossbeam-epoch v0.9.18 |
595 | 2024-12-18T20:55:04.522Z | Downloaded memmap2 v0.9.5 |
596 | 2024-12-18T20:55:04.524Z | Downloaded icu_locid_transform_data v1.5.0 |
597 | 2024-12-18T20:55:04.526Z | Downloaded hmac v0.12.1 |
598 | 2024-12-18T20:55:04.530Z | Downloaded const-oid v0.9.6 |
599 | 2024-12-18T20:55:04.530Z | Downloaded icu_provider v1.5.0 |
600 | 2024-12-18T20:55:04.532Z | Downloaded icu_locid v1.5.0 |
601 | 2024-12-18T20:55:04.538Z | Downloaded strip-ansi-escapes v0.2.0 |
602 | 2024-12-18T20:55:04.540Z | Downloaded strum_macros v0.25.3 |
603 | 2024-12-18T20:55:04.543Z | Downloaded cancel-safe-futures v0.1.5 |
604 | 2024-12-18T20:55:04.546Z | Downloaded supports-color v3.0.1 |
605 | 2024-12-18T20:55:04.546Z | Downloaded httparse v1.9.5 |
606 | 2024-12-18T20:55:04.548Z | Downloaded peg-runtime v0.8.3 |
607 | 2024-12-18T20:55:04.551Z | Downloaded miniz_oxide v0.8.0 |
608 | 2024-12-18T20:55:04.554Z | Downloaded arc-swap v1.7.1 |
609 | 2024-12-18T20:55:04.559Z | Downloaded tls_codec v0.4.1 |
610 | 2024-12-18T20:55:04.562Z | Downloaded termtree v0.4.1 |
611 | 2024-12-18T20:55:04.562Z | Downloaded indexmap v1.9.3 |
612 | 2024-12-18T20:55:04.564Z | Downloaded utf-8 v0.7.6 |
613 | 2024-12-18T20:55:04.565Z | Downloaded data-encoding v2.6.0 |
614 | 2024-12-18T20:55:04.565Z | Downloaded unicode-xid v0.2.6 |
615 | 2024-12-18T20:55:04.567Z | Downloaded blake2 v0.10.6 |
616 | 2024-12-18T20:55:04.569Z | Downloaded futures-task v0.3.31 |
617 | 2024-12-18T20:55:04.573Z | Downloaded multimap v0.10.0 |
618 | 2024-12-18T20:55:04.573Z | Downloaded futures-sink v0.3.31 |
619 | 2024-12-18T20:55:04.582Z | Downloaded dyn-clone v1.0.17 |
620 | 2024-12-18T20:55:04.582Z | Downloaded console v0.15.8 |
621 | 2024-12-18T20:55:04.587Z | Downloaded embedded-io v0.6.1 |
622 | 2024-12-18T20:55:04.587Z | Downloaded serde_with_macros v3.11.0 |
623 | 2024-12-18T20:55:04.587Z | Downloaded ena v0.14.3 |
624 | 2024-12-18T20:55:04.587Z | Downloaded hash32 v0.2.1 |
625 | 2024-12-18T20:55:04.587Z | Downloaded float-cmp v0.9.0 |
626 | 2024-12-18T20:55:04.587Z | Downloaded num v0.4.3 |
627 | 2024-12-18T20:55:04.587Z | Downloaded hash32 v0.3.1 |
628 | 2024-12-18T20:55:04.589Z | Downloaded flagset v0.4.6 |
629 | 2024-12-18T20:55:04.589Z | Downloaded embedded-io v0.4.0 |
630 | 2024-12-18T20:55:04.592Z | Downloaded serde_derive_internals v0.29.1 |
631 | 2024-12-18T20:55:04.592Z | Downloaded compact_str v0.8.0 |
632 | 2024-12-18T20:55:04.596Z | Downloaded crc-any v2.5.0 |
633 | 2024-12-18T20:55:04.599Z | Downloaded bytes v1.8.0 |
634 | 2024-12-18T20:55:04.603Z | Downloaded cookie v0.18.1 |
635 | 2024-12-18T20:55:04.610Z | Downloaded progenitor-impl v0.8.0 |
636 | 2024-12-18T20:55:04.613Z | Downloaded toolchain_find v0.4.0 |
637 | 2024-12-18T20:55:04.613Z | Downloaded packed_struct_codegen v0.10.1 |
638 | 2024-12-18T20:55:04.613Z | Downloaded hyper-util v0.1.10 |
639 | 2024-12-18T20:55:04.616Z | Downloaded tracing-attributes v0.1.27 |
640 | 2024-12-18T20:55:04.619Z | Downloaded waitgroup v0.1.2 |
641 | 2024-12-18T20:55:04.620Z | Downloaded radium v0.7.0 |
642 | 2024-12-18T20:55:04.645Z | Downloaded r2d2 v0.8.10 |
643 | 2024-12-18T20:55:04.645Z | Downloaded want v0.3.1 |
644 | 2024-12-18T20:55:04.645Z | Downloaded pkg-config v0.3.31 |
645 | 2024-12-18T20:55:04.645Z | Downloaded icu_properties v1.5.1 |
646 | 2024-12-18T20:55:04.645Z | Downloaded rfc6979 v0.4.0 |
647 | 2024-12-18T20:55:04.645Z | Downloaded indicatif v0.17.9 |
648 | 2024-12-18T20:55:04.645Z | Downloaded rustls-pemfile v1.0.4 |
649 | 2024-12-18T20:55:04.645Z | Downloaded stringprep v0.1.5 |
650 | 2024-12-18T20:55:04.645Z | Downloaded vsss-rs v3.3.4 |
651 | 2024-12-18T20:55:04.645Z | Downloaded structmeta-derive v0.2.0 |
652 | 2024-12-18T20:55:04.650Z | Downloaded yoke v0.7.4 |
653 | 2024-12-18T20:55:04.650Z | Downloaded phf_codegen v0.11.2 |
654 | 2024-12-18T20:55:04.650Z | Downloaded native-tls v0.2.12 |
655 | 2024-12-18T20:55:04.650Z | Downloaded predicates-tree v1.0.11 |
656 | 2024-12-18T20:55:04.650Z | Downloaded derive_builder_core v0.20.2 |
657 | 2024-12-18T20:55:04.661Z | Downloaded openssl-macros v0.1.1 |
658 | 2024-12-18T20:55:04.661Z | Downloaded normalize-line-endings v0.3.0 |
659 | 2024-12-18T20:55:04.661Z | Downloaded endian-type v0.1.2 |
660 | 2024-12-18T20:55:04.661Z | Downloaded rtoolbox v0.0.2 |
661 | 2024-12-18T20:55:04.661Z | Downloaded psl-types v2.0.11 |
662 | 2024-12-18T20:55:04.661Z | Downloaded smallvec v0.6.14 |
663 | 2024-12-18T20:55:04.665Z | Downloaded serde_repr v0.1.19 |
664 | 2024-12-18T20:55:04.665Z | Downloaded tokio-native-tls v0.3.1 |
665 | 2024-12-18T20:55:04.665Z | Downloaded tokio-macros v2.4.0 |
666 | 2024-12-18T20:55:04.665Z | Downloaded thread_local v1.1.8 |
667 | 2024-12-18T20:55:04.665Z | Downloaded const_format v0.2.33 |
668 | 2024-12-18T20:55:04.670Z | Downloaded nu-ansi-term v0.50.1 |
669 | 2024-12-18T20:55:04.674Z | Downloaded russh-keys v0.45.0 |
670 | 2024-12-18T20:55:04.674Z | Downloaded crypto-bigint v0.5.5 |
671 | 2024-12-18T20:55:04.684Z | Downloaded parse-size v1.1.0 |
672 | 2024-12-18T20:55:04.684Z | Downloaded num_threads v0.1.7 |
673 | 2024-12-18T20:55:04.684Z | Downloaded topological-sort v0.2.2 |
674 | 2024-12-18T20:55:04.684Z | Downloaded icu_collections v1.5.0 |
675 | 2024-12-18T20:55:04.688Z | Downloaded futures-io v0.3.31 |
676 | 2024-12-18T20:55:04.690Z | Downloaded fixedbitset v0.4.2 |
677 | 2024-12-18T20:55:04.695Z | Downloaded fallible-streaming-iterator v0.1.9 |
678 | 2024-12-18T20:55:04.695Z | Downloaded pin-utils v0.1.0 |
679 | 2024-12-18T20:55:04.695Z | Downloaded dirs-sys-next v0.1.2 |
680 | 2024-12-18T20:55:04.702Z | Downloaded defmt-parser v0.3.4 |
681 | 2024-12-18T20:55:04.702Z | Downloaded quinn-udp v0.5.5 |
682 | 2024-12-18T20:55:04.702Z | Downloaded typify v0.2.0 |
683 | 2024-12-18T20:55:04.705Z | Downloaded toml v0.7.8 |
684 | 2024-12-18T20:55:04.714Z | Downloaded powerfmt v0.2.0 |
685 | 2024-12-18T20:55:04.718Z | Downloaded samael v0.0.17 |
686 | 2024-12-18T20:55:04.721Z | Downloaded dunce v1.0.5 |
687 | 2024-12-18T20:55:04.723Z | Downloaded derive_builder v0.20.2 |
688 | 2024-12-18T20:55:04.726Z | Downloaded new_debug_unreachable v1.0.6 |
689 | 2024-12-18T20:55:04.729Z | Downloaded crossbeam-channel v0.5.13 |
690 | 2024-12-18T20:55:04.732Z | Downloaded foldhash v0.1.3 |
691 | 2024-12-18T20:55:04.736Z | Downloaded write16 v1.0.0 |
692 | 2024-12-18T20:55:04.736Z | Downloaded num-iter v0.1.45 |
693 | 2024-12-18T20:55:04.740Z | Downloaded futures-macro v0.3.31 |
694 | 2024-12-18T20:55:04.740Z | Downloaded futures-executor v0.3.31 |
695 | 2024-12-18T20:55:04.740Z | Downloaded downcast v0.11.0 |
696 | 2024-12-18T20:55:04.740Z | Downloaded half v2.4.1 |
697 | 2024-12-18T20:55:04.745Z | Downloaded serde_plain v1.0.2 |
698 | 2024-12-18T20:55:04.750Z | Downloaded pbkdf2 v0.12.2 |
699 | 2024-12-18T20:55:04.750Z | Downloaded rustls-pemfile v2.2.0 |
700 | 2024-12-18T20:55:04.750Z | Downloaded bumpalo v3.16.0 |
701 | 2024-12-18T20:55:04.752Z | Downloaded walkdir v2.5.0 |
702 | 2024-12-18T20:55:04.757Z | Downloaded rand v0.8.5 |
703 | 2024-12-18T20:55:04.760Z | Downloaded fd-lock v4.0.2 |
704 | 2024-12-18T20:55:04.760Z | Downloaded hickory-server v0.24.1 |
705 | 2024-12-18T20:55:04.765Z | Downloaded progenitor v0.8.0 |
706 | 2024-12-18T20:55:04.783Z | Downloaded slog-stdlog v4.1.1 |
707 | 2024-12-18T20:55:04.783Z | Downloaded signature v2.2.0 |
708 | 2024-12-18T20:55:04.783Z | Downloaded similar v2.6.0 |
709 | 2024-12-18T20:55:04.783Z | Downloaded cc v1.1.30 |
710 | 2024-12-18T20:55:04.784Z | Downloaded openssl-probe v0.1.5 |
711 | 2024-12-18T20:55:04.784Z | Downloaded signal-hook-tokio v0.3.1 |
712 | 2024-12-18T20:55:04.784Z | Downloaded path-slash v0.1.5 |
713 | 2024-12-18T20:55:04.784Z | Downloaded progenitor-macro v0.8.0 |
714 | 2024-12-18T20:55:04.784Z | Downloaded serde_urlencoded v0.7.1 |
715 | 2024-12-18T20:55:04.791Z | Downloaded base64 v0.21.7 |
716 | 2024-12-18T20:55:04.791Z | Downloaded mio v1.0.2 |
717 | 2024-12-18T20:55:04.796Z | Downloaded tinystr v0.7.6 |
718 | 2024-12-18T20:55:04.812Z | Downloaded tap v1.0.1 |
719 | 2024-12-18T20:55:04.813Z | Downloaded aes v0.8.4 |
720 | 2024-12-18T20:55:04.818Z | Downloaded phf v0.11.2 |
721 | 2024-12-18T20:55:04.818Z | Downloaded writeable v0.5.5 |
722 | 2024-12-18T20:55:04.818Z | Downloaded xattr v1.3.1 |
723 | 2024-12-18T20:55:04.818Z | Downloaded signal-hook-mio v0.2.4 |
724 | 2024-12-18T20:55:04.818Z | Downloaded form_urlencoded v1.2.1 |
725 | 2024-12-18T20:55:04.818Z | Downloaded diesel-dtrace v0.4.2 |
726 | 2024-12-18T20:55:04.818Z | Downloaded wyz v0.5.1 |
727 | 2024-12-18T20:55:04.818Z | Downloaded tower-service v0.3.3 |
728 | 2024-12-18T20:55:04.818Z | Downloaded fs_extra v1.3.0 |
729 | 2024-12-18T20:55:04.818Z | Downloaded postgres-types v0.2.8 |
730 | 2024-12-18T20:55:04.818Z | Downloaded hex v0.4.3 |
731 | 2024-12-18T20:55:04.823Z | Downloaded heck v0.3.3 |
732 | 2024-12-18T20:55:04.823Z | Downloaded multer v3.1.0 |
733 | 2024-12-18T20:55:04.827Z | Downloaded zopfli v0.8.1 |
734 | 2024-12-18T20:55:04.827Z | Downloaded flume v0.11.1 |
735 | 2024-12-18T20:55:04.831Z | Downloaded futures-core v0.3.31 |
736 | 2024-12-18T20:55:04.831Z | Downloaded hickory-resolver v0.24.1 |
737 | 2024-12-18T20:55:04.837Z | Downloaded proc-macro-crate v1.3.1 |
738 | 2024-12-18T20:55:04.840Z | Downloaded snafu-derive v0.8.5 |
739 | 2024-12-18T20:55:04.840Z | Downloaded elliptic-curve v0.13.8 |
740 | 2024-12-18T20:55:04.843Z | Downloaded omicron-zone-package v0.11.1 |
741 | 2024-12-18T20:55:04.849Z | Downloaded dhcproto-macros v0.1.0 |
742 | 2024-12-18T20:55:04.849Z | Downloaded sct v0.7.1 |
743 | 2024-12-18T20:55:04.854Z | Downloaded zerocopy v0.6.6 |
744 | 2024-12-18T20:55:04.854Z | Downloaded pbkdf2 v0.11.0 |
745 | 2024-12-18T20:55:04.858Z | Downloaded paste v1.0.15 |
746 | 2024-12-18T20:55:04.858Z | Downloaded tiny-keccak v2.0.2 |
747 | 2024-12-18T20:55:04.861Z | Downloaded deranged v0.3.11 |
748 | 2024-12-18T20:55:04.861Z | Downloaded time-macros v0.2.18 |
749 | 2024-12-18T20:55:04.864Z | Downloaded der_derive v0.7.3 |
750 | 2024-12-18T20:55:04.866Z | Downloaded rand_seeder v0.3.0 |
751 | 2024-12-18T20:55:04.866Z | Downloaded unicode-bidi v0.3.17 |
752 | 2024-12-18T20:55:04.869Z | Downloaded pretty-hex v0.2.1 |
753 | 2024-12-18T20:55:04.874Z | Downloaded defmt-macros v0.3.9 |
754 | 2024-12-18T20:55:04.880Z | Downloaded strum_macros v0.26.4 |
755 | 2024-12-18T20:55:04.880Z | Downloaded uuid v1.11.0 |
756 | 2024-12-18T20:55:04.884Z | Downloaded shlex v1.3.0 |
757 | 2024-12-18T20:55:04.884Z | Downloaded shell-words v1.1.0 |
758 | 2024-12-18T20:55:04.884Z | Downloaded serde-hex v0.1.0 |
759 | 2024-12-18T20:55:04.884Z | Downloaded semver v0.1.20 |
760 | 2024-12-18T20:55:04.895Z | Downloaded tungstenite v0.24.0 |
761 | 2024-12-18T20:55:04.895Z | Downloaded minimal-lexical v0.2.1 |
762 | 2024-12-18T20:55:04.900Z | Downloaded tinyvec_macros v0.1.1 |
763 | 2024-12-18T20:55:04.900Z | Downloaded peg-macros v0.8.4 |
764 | 2024-12-18T20:55:04.900Z | Downloaded signal-hook-registry v1.4.2 |
765 | 2024-12-18T20:55:04.900Z | Downloaded peg v0.8.4 |
766 | 2024-12-18T20:55:04.904Z | Downloaded ff v0.13.0 |
767 | 2024-12-18T20:55:04.904Z | Downloaded zeroize v1.8.1 |
768 | 2024-12-18T20:55:04.904Z | Downloaded zerofrom-derive v0.1.4 |
769 | 2024-12-18T20:55:04.910Z | Downloaded postgres-protocol v0.6.7 |
770 | 2024-12-18T20:55:04.910Z | Downloaded postcard v1.0.10 |
771 | 2024-12-18T20:55:04.915Z | Downloaded socket2 v0.5.8 |
772 | 2024-12-18T20:55:04.915Z | Downloaded rsa v0.9.6 |
773 | 2024-12-18T20:55:04.918Z | Downloaded whoami v1.5.2 |
774 | 2024-12-18T20:55:04.922Z | Downloaded owo-colors v4.1.0 |
775 | 2024-12-18T20:55:04.922Z | Downloaded vte_generate_state_changes v0.1.2 |
776 | 2024-12-18T20:55:04.922Z | Downloaded foreign-types-shared v0.3.1 |
777 | 2024-12-18T20:55:04.925Z | Downloaded zeroize_derive v1.4.2 |
778 | 2024-12-18T20:55:04.925Z | Downloaded itertools v0.10.5 |
779 | 2024-12-18T20:55:04.931Z | Downloaded newtype_derive v0.1.6 |
780 | 2024-12-18T20:55:04.935Z | Downloaded num_enum v0.5.11 |
781 | 2024-12-18T20:55:04.941Z | Downloaded zone_cfg_derive v0.1.2 |
782 | 2024-12-18T20:55:04.941Z | Downloaded aes-gcm v0.10.3 |
783 | 2024-12-18T20:55:04.945Z | Downloaded phf_shared v0.10.0 |
784 | 2024-12-18T20:55:04.945Z | Downloaded rustc-demangle v0.1.24 |
785 | 2024-12-18T20:55:04.945Z | Downloaded password-hash v0.5.0 |
786 | 2024-12-18T20:55:04.947Z | Downloaded predicates v3.1.2 |
787 | 2024-12-18T20:55:04.947Z | Downloaded zip v2.1.3 |
788 | 2024-12-18T20:55:04.953Z | Downloaded resolv-conf v0.7.0 |
789 | 2024-12-18T20:55:04.956Z | Downloaded dropshot_endpoint v0.12.0 |
790 | 2024-12-18T20:55:04.958Z | Downloaded take_mut v0.2.2 |
791 | 2024-12-18T20:55:04.958Z | Downloaded predicates-core v1.0.8 |
792 | 2024-12-18T20:55:04.961Z | Downloaded thiserror v2.0.3 |
793 | 2024-12-18T20:55:04.966Z | Downloaded strum v0.26.3 |
794 | 2024-12-18T20:55:04.971Z | Downloaded ssh-encoding v0.2.0 |
795 | 2024-12-18T20:55:04.971Z | Downloaded tokio-tungstenite v0.24.0 |
796 | 2024-12-18T20:55:04.976Z | Downloaded ssh-cipher v0.2.0 |
797 | 2024-12-18T20:55:04.976Z | Downloaded snafu v0.8.5 |
798 | 2024-12-18T20:55:04.979Z | Downloaded slog-scope v4.4.0 |
799 | 2024-12-18T20:55:04.979Z | Downloaded secrecy v0.8.0 |
800 | 2024-12-18T20:55:04.982Z | Downloaded scrypt v0.11.0 |
801 | 2024-12-18T20:55:04.982Z | Downloaded rustc_version v0.4.1 |
802 | 2024-12-18T20:55:04.985Z | Downloaded libm v0.2.8 |
803 | 2024-12-18T20:55:04.991Z | Downloaded darling_macro v0.20.10 |
804 | 2024-12-18T20:55:04.995Z | Downloaded libxml v0.3.3 |
805 | 2024-12-18T20:55:05.000Z | Downloaded hashlink v0.9.1 |
806 | 2024-12-18T20:55:05.003Z | Downloaded fatfs v0.3.6 |
807 | 2024-12-18T20:55:05.006Z | Downloaded zone v0.3.0 |
808 | 2024-12-18T20:55:05.006Z | Downloaded mockall_derive v0.13.0 |
809 | 2024-12-18T20:55:05.006Z | Downloaded unarray v0.1.4 |
810 | 2024-12-18T20:55:05.011Z | Downloaded ecdsa v0.16.9 |
811 | 2024-12-18T20:55:05.011Z | Downloaded futures-channel v0.3.31 |
812 | 2024-12-18T20:55:05.016Z | Downloaded pin-project-internal v1.1.6 |
813 | 2024-12-18T20:55:05.016Z | Downloaded nodrop v0.1.14 |
814 | 2024-12-18T20:55:05.016Z | Downloaded displaydoc v0.2.5 |
815 | 2024-12-18T20:55:05.021Z | Downloaded subprocess v0.2.9 |
816 | 2024-12-18T20:55:05.027Z | Downloaded ref-cast v1.0.23 |
817 | 2024-12-18T20:55:05.027Z | Downloaded tar v0.4.42 |
818 | 2024-12-18T20:55:05.035Z | Downloaded hashbrown v0.13.2 |
819 | 2024-12-18T20:55:05.035Z | Downloaded universal-hash v0.5.1 |
820 | 2024-12-18T20:55:05.040Z | Downloaded scheduled-thread-pool v0.2.7 |
821 | 2024-12-18T20:55:05.040Z | Downloaded sqlparser_derive v0.2.2 |
822 | 2024-12-18T20:55:05.040Z | Downloaded slog-json v2.6.1 |
823 | 2024-12-18T20:55:05.040Z | Downloaded strum_macros v0.24.3 |
824 | 2024-12-18T20:55:05.040Z | Downloaded subtle v2.6.1 |
825 | 2024-12-18T20:55:05.044Z | Downloaded slog-dtrace v0.3.0 |
826 | 2024-12-18T20:55:05.044Z | Downloaded pin-project-lite v0.2.14 |
827 | 2024-12-18T20:55:05.049Z | Downloaded num-bigint v0.4.6 |
828 | 2024-12-18T20:55:05.053Z | Downloaded derive_builder_macro v0.20.2 |
829 | 2024-12-18T20:55:05.053Z | Downloaded hyper v1.5.0 |
830 | 2024-12-18T20:55:05.059Z | Downloaded precomputed-hash v0.1.1 |
831 | 2024-12-18T20:55:05.064Z | Downloaded idna v1.0.3 |
832 | 2024-12-18T20:55:05.073Z | Downloaded fallible-iterator v0.2.0 |
833 | 2024-12-18T20:55:05.073Z | Downloaded fallible-iterator v0.3.0 |
834 | 2024-12-18T20:55:05.073Z | Downloaded ron v0.8.1 |
835 | 2024-12-18T20:55:05.076Z | Downloaded tabwriter v1.4.0 |
836 | 2024-12-18T20:55:05.077Z | Downloaded phf_shared v0.11.2 |
837 | 2024-12-18T20:55:05.077Z | Downloaded xz2 v0.1.7 |
838 | 2024-12-18T20:55:05.077Z | Downloaded parking_lot v0.12.3 |
839 | 2024-12-18T20:55:05.080Z | Downloaded ron v0.7.1 |
840 | 2024-12-18T20:55:05.085Z | Downloaded percent-encoding v2.3.1 |
841 | 2024-12-18T20:55:05.085Z | Downloaded rustc-hash v1.1.0 |
842 | 2024-12-18T20:55:05.090Z | Downloaded reedline v0.35.0 |
843 | 2024-12-18T20:55:05.095Z | Downloaded foreign-types v0.3.2 |
844 | 2024-12-18T20:55:05.095Z | Downloaded try-lock v0.2.5 |
845 | 2024-12-18T20:55:05.095Z | Downloaded packed_struct v0.10.1 |
846 | 2024-12-18T20:55:05.099Z | Downloaded zerofrom v0.1.4 |
847 | 2024-12-18T20:55:05.099Z | Downloaded futures v0.3.31 |
848 | 2024-12-18T20:55:05.104Z | Downloaded number_prefix v0.4.0 |
849 | 2024-12-18T20:55:05.111Z | Downloaded rcgen v0.12.1 |
850 | 2024-12-18T20:55:05.111Z | Downloaded simd-adler32 v0.3.7 |
851 | 2024-12-18T20:55:05.115Z | Downloaded untrusted v0.7.1 |
852 | 2024-12-18T20:55:05.115Z | Downloaded oso v0.27.3 |
853 | 2024-12-18T20:55:05.115Z | Downloaded flate2 v1.0.34 |
854 | 2024-12-18T20:55:05.118Z | Downloaded blake3 v1.5.4 |
855 | 2024-12-18T20:55:05.124Z | Downloaded num-conv v0.1.0 |
856 | 2024-12-18T20:55:05.128Z | Downloaded vte v0.11.1 |
857 | 2024-12-18T20:55:05.136Z | Downloaded hkdf v0.12.4 |
858 | 2024-12-18T20:55:05.136Z | Downloaded serde_with v3.11.0 |
859 | 2024-12-18T20:55:05.142Z | Downloaded ppv-lite86 v0.2.20 |
860 | 2024-12-18T20:55:05.147Z | Downloaded group v0.13.0 |
861 | 2024-12-18T20:55:05.147Z | Downloaded primeorder v0.13.6 |
862 | 2024-12-18T20:55:05.147Z | Downloaded polyval v0.6.2 |
863 | 2024-12-18T20:55:05.147Z | Downloaded env_logger v0.11.5 |
864 | 2024-12-18T20:55:05.151Z | Downloaded prettyplease v0.2.25 |
865 | 2024-12-18T20:55:05.157Z | Downloaded spin v0.5.2 |
866 | 2024-12-18T20:55:05.157Z | Downloaded pem-rfc7468 v0.7.0 |
867 | 2024-12-18T20:55:05.157Z | Downloaded pkcs1 v0.7.5 |
868 | 2024-12-18T20:55:05.164Z | Downloaded phf_generator v0.11.2 |
869 | 2024-12-18T20:55:05.164Z | Downloaded signal-hook v0.3.17 |
870 | 2024-12-18T20:55:05.171Z | Downloaded newline-converter v0.3.0 |
871 | 2024-12-18T20:55:05.171Z | Downloaded termcolor v1.4.1 |
872 | 2024-12-18T20:55:05.171Z | Downloaded unicase v2.7.0 |
873 | 2024-12-18T20:55:05.171Z | Downloaded twox-hash v1.6.3 |
874 | 2024-12-18T20:55:05.171Z | Downloaded tui-tree-widget v0.22.0 |
875 | 2024-12-18T20:55:05.184Z | Downloaded defmt v0.3.8 |
876 | 2024-12-18T20:55:05.184Z | Downloaded which v4.4.2 |
877 | 2024-12-18T20:55:05.184Z | Downloaded nibble_vec v0.1.0 |
878 | 2024-12-18T20:55:05.184Z | Downloaded rustls-pki-types v1.10.0 |
879 | 2024-12-18T20:55:05.190Z | Downloaded opaque-debug v0.3.1 |
880 | 2024-12-18T20:55:05.190Z | Downloaded zone_cfg_derive v0.3.0 |
881 | 2024-12-18T20:55:05.191Z | Downloaded salty v0.3.0 |
882 | 2024-12-18T20:55:05.191Z | Downloaded pin-project v1.1.6 |
883 | 2024-12-18T20:55:05.200Z | Downloaded env_filter v0.1.2 |
884 | 2024-12-18T20:55:05.208Z | Downloaded tls_codec_derive v0.4.1 |
885 | 2024-12-18T20:55:05.208Z | Downloaded tokio-stream v0.1.16 |
886 | 2024-12-18T20:55:05.214Z | Downloaded sigpipe v0.1.3 |
887 | 2024-12-18T20:55:05.214Z | Downloaded schemars_derive v0.8.21 |
888 | 2024-12-18T20:55:05.214Z | Downloaded openssl-sys v0.9.103 |
889 | 2024-12-18T20:55:05.214Z | Downloaded string_cache v0.8.7 |
890 | 2024-12-18T20:55:05.217Z | Downloaded num-derive v0.4.2 |
891 | 2024-12-18T20:55:05.217Z | Downloaded scopeguard v1.2.0 |
892 | 2024-12-18T20:55:05.217Z | Downloaded unicode-segmentation v1.12.0 |
893 | 2024-12-18T20:55:05.220Z | Downloaded pkcs8 v0.10.2 |
894 | 2024-12-18T20:55:05.223Z | Downloaded num-rational v0.4.2 |
895 | 2024-12-18T20:55:05.223Z | Downloaded num-traits v0.2.19 |
896 | 2024-12-18T20:55:05.226Z | Downloaded num_enum_derive v0.5.11 |
897 | 2024-12-18T20:55:05.226Z | Downloaded publicsuffix v2.2.3 |
898 | 2024-12-18T20:55:05.229Z | Downloaded thiserror-impl-no-std v2.0.2 |
899 | 2024-12-18T20:55:05.231Z | Downloaded thiserror-impl v2.0.3 |
900 | 2024-12-18T20:55:05.231Z | Downloaded siphasher v0.3.11 |
901 | 2024-12-18T20:55:05.234Z | Downloaded glob v0.3.1 |
902 | 2024-12-18T20:55:05.234Z | Downloaded tokio-tungstenite v0.21.0 |
903 | 2024-12-18T20:55:05.239Z | Downloaded tokio-rustls v0.26.0 |
904 | 2024-12-18T20:55:05.244Z | Downloaded newtype-uuid v1.1.3 |
905 | 2024-12-18T20:55:05.244Z | Downloaded x509-cert v0.2.5 |
906 | 2024-12-18T20:55:05.248Z | Downloaded utf8_iter v1.0.4 |
907 | 2024-12-18T20:55:05.248Z | Downloaded pem v3.0.4 |
908 | 2024-12-18T20:55:05.253Z | Downloaded quick-error v1.2.3 |
909 | 2024-12-18T20:55:05.253Z | Downloaded rand_core v0.6.4 |
910 | 2024-12-18T20:55:05.253Z | Downloaded futures-util v0.3.31 |
911 | 2024-12-18T20:55:05.265Z | Downloaded enum-as-inner v0.5.1 |
912 | 2024-12-18T20:55:05.268Z | Downloaded uzers v0.12.1 |
913 | 2024-12-18T20:55:05.268Z | Downloaded ghash v0.5.1 |
914 | 2024-12-18T20:55:05.268Z | Downloaded ref-cast-impl v1.0.23 |
915 | 2024-12-18T20:55:05.269Z | Downloaded zerovec-derive v0.10.3 |
916 | 2024-12-18T20:55:05.272Z | Downloaded num-integer v0.1.46 |
917 | 2024-12-18T20:55:05.273Z | Downloaded rand_chacha v0.3.1 |
918 | 2024-12-18T20:55:05.277Z | Downloaded slab v0.4.9 |
919 | 2024-12-18T20:55:05.277Z | Downloaded slog-bunyan v2.5.0 |
920 | 2024-12-18T20:55:05.277Z | Downloaded rustc-hash v2.0.0 |
921 | 2024-12-18T20:55:05.277Z | Downloaded parking_lot_core v0.8.6 |
922 | 2024-12-18T20:55:05.281Z | Downloaded toml_edit v0.19.15 |
923 | 2024-12-18T20:55:05.294Z | Downloaded funty v2.0.0 |
924 | 2024-12-18T20:55:05.299Z | Downloaded same-file v1.0.6 |
925 | 2024-12-18T20:55:05.299Z | Downloaded rustversion v1.0.17 |
926 | 2024-12-18T20:55:05.299Z | Downloaded spin v0.9.8 |
927 | 2024-12-18T20:55:05.305Z | Downloaded either v1.13.0 |
928 | 2024-12-18T20:55:05.305Z | Downloaded spki v0.7.3 |
929 | 2024-12-18T20:55:05.305Z | Downloaded enum-as-inner v0.6.1 |
930 | 2024-12-18T20:55:05.313Z | Downloaded num-complex v0.4.6 |
931 | 2024-12-18T20:55:05.313Z | Downloaded password-hash v0.4.2 |
932 | 2024-12-18T20:55:05.313Z | Downloaded time v0.3.36 |
933 | 2024-12-18T20:55:05.322Z | Downloaded slog v2.7.0 |
934 | 2024-12-18T20:55:05.322Z | Downloaded url v2.5.3 |
935 | 2024-12-18T20:55:05.329Z | Downloaded des v0.8.1 |
936 | 2024-12-18T20:55:05.329Z | Downloaded diesel_derives v2.2.3 |
937 | 2024-12-18T20:55:05.329Z | Downloaded env_logger v0.10.2 |
938 | 2024-12-18T20:55:05.333Z | Downloaded rustyline v14.0.0 |
939 | 2024-12-18T20:55:05.339Z | Downloaded pkcs5 v0.7.1 |
940 | 2024-12-18T20:55:05.344Z | Downloaded chrono v0.4.38 |
941 | 2024-12-18T20:55:05.348Z | Downloaded russh v0.45.0 |
942 | 2024-12-18T20:55:05.354Z | Downloaded test-strategy v0.3.1 |
943 | 2024-12-18T20:55:05.359Z | Downloaded bitvec v1.0.1 |
944 | 2024-12-18T20:55:05.367Z | Downloaded getrandom v0.2.15 |
945 | 2024-12-18T20:55:05.370Z | Downloaded derive-where v1.2.7 |
946 | 2024-12-18T20:55:05.373Z | Downloaded untrusted v0.9.0 |
947 | 2024-12-18T20:55:05.379Z | Downloaded schemars v0.8.21 |
948 | 2024-12-18T20:55:05.397Z | Downloaded expectorate v1.1.0 |
949 | 2024-12-18T20:55:05.400Z | Downloaded ed25519-dalek v2.1.1 |
950 | 2024-12-18T20:55:05.400Z | Downloaded term v0.7.0 |
951 | 2024-12-18T20:55:05.400Z | Downloaded unicode_categories v0.1.1 |
952 | 2024-12-18T20:55:05.400Z | Downloaded tough v0.19.0 |
953 | 2024-12-18T20:55:05.403Z | Downloaded parking_lot_core v0.9.10 |
954 | 2024-12-18T20:55:05.406Z | Downloaded qorb v0.2.1 |
955 | 2024-12-18T20:55:05.408Z | Downloaded headers v0.4.0 |
956 | 2024-12-18T20:55:05.414Z | Downloaded typed-path v0.9.3 |
957 | 2024-12-18T20:55:05.419Z | Downloaded tokio-postgres v0.7.12 |
958 | 2024-12-18T20:55:05.426Z | Downloaded derive_more v0.99.18 |
959 | 2024-12-18T20:55:05.429Z | Downloaded dhcproto v0.12.0 |
960 | 2024-12-18T20:55:05.432Z | Downloaded zerocopy-derive v0.8.10 |
961 | 2024-12-18T20:55:05.439Z | Downloaded heapless v0.7.17 |
962 | 2024-12-18T20:55:05.443Z | Downloaded steno v0.4.1 |
963 | 2024-12-18T20:55:05.446Z | Downloaded rusqlite v0.32.1 |
964 | 2024-12-18T20:55:05.451Z | Downloaded num-bigint-dig v0.8.4 |
965 | 2024-12-18T20:55:05.456Z | Downloaded quinn v0.11.5 |
966 | 2024-12-18T20:55:05.460Z | Downloaded zerovec v0.10.4 |
967 | 2024-12-18T20:55:05.465Z | Downloaded lalrpop v0.19.12 |
968 | 2024-12-18T20:55:05.476Z | Downloaded darling_core v0.20.10 |
969 | 2024-12-18T20:55:05.481Z | Downloaded p521 v0.13.3 |
970 | 2024-12-18T20:55:05.484Z | Downloaded nom v7.1.3 |
971 | 2024-12-18T20:55:05.490Z | Downloaded tokio-util v0.7.12 |
972 | 2024-12-18T20:55:05.496Z | Downloaded unicode-normalization v0.1.24 |
973 | 2024-12-18T20:55:05.499Z | Downloaded icu_properties_data v1.5.0 |
974 | 2024-12-18T20:55:05.509Z | Downloaded bindgen v0.69.5 |
975 | 2024-12-18T20:55:05.518Z | Downloaded rayon v1.10.0 |
976 | 2024-12-18T20:55:05.525Z | Downloaded parse-zoneinfo v0.3.1 |
977 | 2024-12-18T20:55:05.528Z | Downloaded tungstenite v0.21.0 |
978 | 2024-12-18T20:55:05.531Z | Downloaded quinn-proto v0.11.8 |
979 | 2024-12-18T20:55:05.538Z | Downloaded aho-corasick v1.1.3 |
980 | 2024-12-18T20:55:05.544Z | Downloaded reqwest v0.12.9 |
981 | 2024-12-18T20:55:05.551Z | Downloaded rustls v0.21.12 |
982 | 2024-12-18T20:55:05.562Z | Downloaded portable-atomic v1.9.0 |
983 | 2024-12-18T20:55:05.569Z | Downloaded polar-core v0.27.3 |
984 | 2024-12-18T20:55:05.578Z | Downloaded unicode-width v0.2.0 |
985 | 2024-12-18T20:55:05.583Z | Downloaded petname v2.0.2 |
986 | 2024-12-18T20:55:05.589Z | Downloaded proptest v1.5.0 |
987 | 2024-12-18T20:55:05.597Z | Downloaded sqlparser v0.45.0 |
988 | 2024-12-18T20:55:05.621Z | Downloaded rustls-webpki v0.101.7 |
989 | 2024-12-18T20:55:05.641Z | Downloaded p384 v0.13.0 |
990 | 2024-12-18T20:55:05.649Z | Downloaded object v0.30.4 |
991 | 2024-12-18T20:55:05.663Z | Downloaded winnow v0.5.40 |
992 | 2024-12-18T20:55:05.674Z | Downloaded rustls-webpki v0.102.8 |
993 | 2024-12-18T20:55:05.694Z | Downloaded rustls v0.23.19 |
994 | 2024-12-18T20:55:05.704Z | Downloaded hashbrown v0.14.5 |
995 | 2024-12-18T20:55:05.710Z | Downloaded radix_trie v0.2.1 |
996 | 2024-12-18T20:55:05.717Z | Downloaded trust-dns-proto v0.22.0 |
997 | 2024-12-18T20:55:05.730Z | Downloaded smoltcp v0.9.1 |
998 | 2024-12-18T20:55:05.740Z | Downloaded quick-xml v0.33.0 |
999 | 2024-12-18T20:55:05.747Z | Downloaded openssl v0.10.66 |
1000 | 2024-12-18T20:55:05.756Z | Downloaded regress v0.10.1 |
1001 | 2024-12-18T20:55:05.764Z | Downloaded object v0.36.5 |
1002 | 2024-12-18T20:55:05.776Z | Downloaded typify-impl v0.2.0 |
1003 | 2024-12-18T20:55:05.790Z | Downloaded diesel v2.2.6 |
1004 | 2024-12-18T20:55:05.809Z | Downloaded smoltcp v0.11.0 |
1005 | 2024-12-18T20:55:05.821Z | Downloaded regex-syntax v0.8.5 |
1006 | 2024-12-18T20:55:05.829Z | Downloaded gimli v0.31.1 |
1007 | 2024-12-18T20:55:05.838Z | Downloaded dropshot v0.13.0 |
1008 | 2024-12-18T20:55:05.858Z | Downloaded regex v1.11.1 |
1009 | 2024-12-18T20:55:05.870Z | Downloaded ratatui v0.28.1 |
1010 | 2024-12-18T20:55:05.891Z | Downloaded nix v0.28.0 |
1011 | 2024-12-18T20:55:05.901Z | Downloaded nix v0.29.0 |
1012 | 2024-12-18T20:55:05.911Z | Downloaded webpki-roots v0.26.6 |
1013 | 2024-12-18T20:55:05.915Z | Downloaded rustls v0.22.4 |
1014 | 2024-12-18T20:55:05.928Z | Downloaded regex-automata v0.4.8 |
1015 | 2024-12-18T20:55:05.945Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2024-12-18T20:55:05.956Z | Downloaded hickory-proto v0.24.1 |
1017 | 2024-12-18T20:55:05.972Z | Downloaded regress v0.9.1 |
1018 | 2024-12-18T20:55:05.980Z | Downloaded regex-syntax v0.6.29 |
1019 | 2024-12-18T20:55:05.985Z | Downloaded openapiv3 v2.0.0 |
1020 | 2024-12-18T20:55:05.999Z | Downloaded chrono-tz v0.10.0 |
1021 | 2024-12-18T20:55:06.004Z | Downloaded h2 v0.4.6 |
1022 | 2024-12-18T20:55:06.011Z | Downloaded git2 v0.19.0 |
1023 | 2024-12-18T20:55:06.020Z | Downloaded dropshot v0.12.0 |
1024 | 2024-12-18T20:55:06.040Z | Downloaded zerocopy-derive v0.6.6 |
1025 | 2024-12-18T20:55:06.049Z | Downloaded idna v0.4.0 |
1026 | 2024-12-18T20:55:06.056Z | Downloaded bstr v1.10.0 |
1027 | 2024-12-18T20:55:06.066Z | Downloaded csv v1.3.0 |
1028 | 2024-12-18T20:55:06.087Z | Downloaded sled v0.34.7 |
1029 | 2024-12-18T20:55:06.097Z | Downloaded nix v0.27.1 |
1030 | 2024-12-18T20:55:06.109Z | Downloaded idna v0.2.3 |
1031 | 2024-12-18T20:55:06.114Z | Downloaded zerocopy v0.8.10 |
1032 | 2024-12-18T20:55:06.139Z | Downloaded idna v0.5.0 |
1033 | 2024-12-18T20:55:06.145Z | Downloaded idna v0.3.0 |
1034 | 2024-12-18T20:55:06.151Z | Downloaded curve25519-dalek v4.1.3 |
1035 | 2024-12-18T20:55:06.160Z | Downloaded vcpkg v0.2.15 |
1036 | 2024-12-18T20:55:06.197Z | Downloaded gethostname v0.5.0 |
1037 | 2024-12-18T20:55:06.200Z | Downloaded utf16_iter v1.0.5 |
1038 | 2024-12-18T20:55:06.200Z | Downloaded termios v0.3.3 |
1039 | 2024-12-18T20:55:06.202Z | Downloaded rustc_version v0.1.7 |
1040 | 2024-12-18T20:55:06.202Z | Downloaded globset v0.4.15 |
1041 | 2024-12-18T20:55:06.202Z | Downloaded tracing-core v0.1.32 |
1042 | 2024-12-18T20:55:06.204Z | Downloaded oso-derive v0.27.3 |
1043 | 2024-12-18T20:55:06.208Z | Downloaded aws-lc-rs v1.10.0 |
1044 | 2024-12-18T20:55:06.213Z | Downloaded heapless v0.8.0 |
1045 | 2024-12-18T20:55:06.218Z | Downloaded petgraph v0.6.5 |
1046 | 2024-12-18T20:55:06.234Z | Downloaded lzma-sys v0.1.20 |
1047 | 2024-12-18T20:55:06.268Z | Downloaded itertools v0.13.0 |
1048 | 2024-12-18T20:55:06.272Z | Downloaded libz-sys v1.1.20 |
1049 | 2024-12-18T20:55:06.290Z | Downloaded fxhash v0.2.1 |
1050 | 2024-12-18T20:55:06.293Z | Downloaded debug-ignore v1.0.5 |
1051 | 2024-12-18T20:55:06.293Z | Downloaded tokio v1.40.0 |
1052 | 2024-12-18T20:55:06.332Z | Downloaded sha3 v0.10.8 |
1053 | 2024-12-18T20:55:06.339Z | Downloaded ssh-key v0.6.6 |
1054 | 2024-12-18T20:55:06.344Z | Downloaded itertools v0.12.1 |
1055 | 2024-12-18T20:55:06.348Z | Downloaded structmeta-derive v0.3.0 |
1056 | 2024-12-18T20:55:06.350Z | Downloaded hashbrown v0.12.3 |
1057 | 2024-12-18T20:55:06.352Z | Downloaded der v0.7.9 |
1058 | 2024-12-18T20:55:06.357Z | Downloaded display-error-chain v0.2.2 |
1059 | 2024-12-18T20:55:06.360Z | Downloaded difflib v0.4.0 |
1060 | 2024-12-18T20:55:06.360Z | Downloaded zone v0.1.8 |
1061 | 2024-12-18T20:55:06.363Z | Downloaded rayon-core v1.12.1 |
1062 | 2024-12-18T20:55:06.366Z | Downloaded parking_lot v0.11.2 |
1063 | 2024-12-18T20:55:06.366Z | Downloaded typify-macro v0.2.0 |
1064 | 2024-12-18T20:55:06.366Z | Downloaded static_assertions v1.1.0 |
1065 | 2024-12-18T20:55:06.369Z | Downloaded stable_deref_trait v1.2.0 |
1066 | 2024-12-18T20:55:06.369Z | Downloaded rusty-fork v0.3.0 |
1067 | 2024-12-18T20:55:06.372Z | Downloaded dsl_auto_type v0.1.2 |
1068 | 2024-12-18T20:55:06.372Z | Downloaded tungstenite v0.23.0 |
1069 | 2024-12-18T20:55:06.375Z | Downloaded fragile v2.0.0 |
1070 | 2024-12-18T20:55:06.378Z | Downloaded foreign-types-shared v0.1.1 |
1071 | 2024-12-18T20:55:06.378Z | Downloaded foreign-types-macros v0.2.3 |
1072 | 2024-12-18T20:55:06.378Z | Downloaded foreign-types v0.5.0 |
1073 | 2024-12-18T20:55:06.383Z | Downloaded tokio-tungstenite v0.23.1 |
1074 | 2024-12-18T20:55:06.383Z | Downloaded dropshot_endpoint v0.13.0 |
1075 | 2024-12-18T20:55:06.388Z | Downloaded tinyvec v1.8.0 |
1076 | 2024-12-18T20:55:06.388Z | Downloaded p256 v0.13.2 |
1077 | 2024-12-18T20:55:06.391Z | Downloaded unsafe-libyaml v0.2.11 |
1078 | 2024-12-18T20:55:06.397Z | Downloaded unicode-properties v0.1.3 |
1079 | 2024-12-18T20:55:06.399Z | Downloaded filetime v0.2.25 |
1080 | 2024-12-18T20:55:06.399Z | Downloaded ed25519 v2.2.3 |
1081 | 2024-12-18T20:55:06.399Z | Downloaded crossterm v0.28.1 |
1082 | 2024-12-18T20:55:06.406Z | Downloaded tracing v0.1.40 |
1083 | 2024-12-18T20:55:06.411Z | Downloaded http v1.1.0 |
1084 | 2024-12-18T20:55:06.415Z | Downloaded serde-big-array v0.5.1 |
1085 | 2024-12-18T20:55:06.417Z | Downloaded wait-timeout v0.2.0 |
1086 | 2024-12-18T20:55:06.420Z | Downloaded unicode-truncate v1.1.0 |
1087 | 2024-12-18T20:55:06.420Z | Downloaded zip v0.6.6 |
1088 | 2024-12-18T20:55:06.425Z | Downloaded dirs-next v2.0.0 |
1089 | 2024-12-18T20:55:06.428Z | Downloaded slog-term v2.9.1 |
1090 | 2024-12-18T20:55:06.430Z | Downloaded slog-async v2.8.0 |
1091 | 2024-12-18T20:55:06.430Z | Downloaded diff v0.1.13 |
1092 | 2024-12-18T20:55:06.433Z | Downloaded vergen v8.3.2 |
1093 | 2024-12-18T20:55:06.436Z | Downloaded smallvec v1.13.2 |
1094 | 2024-12-18T20:55:06.439Z | Downloaded serde_yaml v0.9.34+deprecated |
1095 | 2024-12-18T20:55:06.442Z | Downloaded poly1305 v0.8.0 |
1096 | 2024-12-18T20:55:06.445Z | Downloaded backtrace v0.3.74 |
1097 | 2024-12-18T20:55:06.451Z | Downloaded base64 v0.22.1 |
1098 | 2024-12-18T20:55:06.454Z | Downloaded thiserror-no-std v2.0.2 |
1099 | 2024-12-18T20:55:06.459Z | Downloaded serde_path_to_error v0.1.16 |
1100 | 2024-12-18T20:55:06.462Z | Downloaded encoding_rs v0.8.34 |
1101 | 2024-12-18T20:55:06.484Z | Downloaded yasna v0.5.2 |
1102 | 2024-12-18T20:55:06.487Z | Downloaded structmeta v0.3.0 |
1103 | 2024-12-18T20:55:06.487Z | Downloaded structmeta v0.2.0 |
1104 | 2024-12-18T20:55:06.487Z | Downloaded value-bag v1.9.0 |
1105 | 2024-12-18T20:55:06.490Z | Downloaded sec1 v0.7.3 |
1106 | 2024-12-18T20:55:06.492Z | Downloaded rustfmt-wrapper v0.2.1 |
1107 | 2024-12-18T20:55:06.492Z | Downloaded parse-display-derive v0.10.0 |
1108 | 2024-12-18T20:55:06.495Z | Downloaded parse-display v0.10.0 |
1109 | 2024-12-18T20:55:06.495Z | Downloaded tokio-rustls v0.25.0 |
1110 | 2024-12-18T20:55:06.498Z | Downloaded olpc-cjson v0.1.4 |
1111 | 2024-12-18T20:55:06.498Z | Downloaded chacha20poly1305 v0.10.1 |
1112 | 2024-12-18T20:55:06.503Z | Downloaded icu_normalizer v1.5.0 |
1113 | 2024-12-18T20:55:06.503Z | Downloaded nanorand v0.7.0 |
1114 | 2024-12-18T20:55:06.507Z | Downloaded tokio-rustls v0.24.1 |
1115 | 2024-12-18T20:55:06.511Z | Downloaded base64 v0.13.1 |
1116 | 2024-12-18T20:55:06.511Z | Downloaded allocator-api2 v0.2.18 |
1117 | 2024-12-18T20:55:06.514Z | Downloaded slog-envlogger v2.2.0 |
1118 | 2024-12-18T20:55:06.516Z | Downloaded sha1 v0.10.6 |
1119 | 2024-12-18T20:55:06.516Z | Downloaded arrayvec v0.7.6 |
1120 | 2024-12-18T20:55:06.519Z | Downloaded hyper-tls v0.6.0 |
1121 | 2024-12-18T20:55:06.524Z | Downloaded bcs v0.1.6 |
1122 | 2024-12-18T20:55:06.524Z | Downloaded backoff v0.4.0 |
1123 | 2024-12-18T20:55:06.526Z | Downloaded async-bb8-diesel v0.2.1 |
1124 | 2024-12-18T20:55:06.526Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1125 | 2024-12-18T20:55:06.586Z | Downloaded crc32fast v1.4.2 |
1126 | 2024-12-18T20:55:06.589Z | Downloaded base64ct v1.6.0 |
1127 | 2024-12-18T20:55:06.592Z | Downloaded indent_write v2.2.0 |
1128 | 2024-12-18T20:55:06.592Z | Downloaded atomicwrites v0.4.4 |
1129 | 2024-12-18T20:55:06.595Z | Downloaded inout v0.1.3 |
1130 | 2024-12-18T20:55:06.595Z | Downloaded bcrypt-pbkdf v0.10.0 |
1131 | 2024-12-18T20:55:06.595Z | Downloaded argon2 v0.5.3 |
1132 | 2024-12-18T20:55:06.598Z | Downloaded maplit v1.0.2 |
1133 | 2024-12-18T20:55:06.598Z | Downloaded is-terminal v0.4.13 |
1134 | 2024-12-18T20:55:06.600Z | Downloaded instability v0.3.2 |
1135 | 2024-12-18T20:55:06.600Z | Downloaded impl-trait-for-tuples v0.2.2 |
1136 | 2024-12-18T20:55:06.603Z | Downloaded convert_case v0.4.0 |
1137 | 2024-12-18T20:55:06.607Z | Downloaded hostname v0.4.0 |
1138 | 2024-12-18T20:55:06.607Z | Downloaded hostname v0.3.1 |
1139 | 2024-12-18T20:55:06.607Z | Downloaded home v0.5.9 |
1140 | 2024-12-18T20:55:06.607Z | Downloaded castaway v0.2.3 |
1141 | 2024-12-18T20:55:06.830Z | Downloaded libsqlite3-sys v0.30.1 |
1142 | 2024-12-18T20:55:07.139Z | Downloaded ring v0.17.8 |
1143 | 2024-12-18T20:55:07.322Z | Downloaded ring v0.16.20 |
1144 | 2024-12-18T20:55:07.584Z | Downloaded aws-lc-sys v0.22.0 |
1145 | 2024-12-18T20:55:07.891Z | Compiling serde v1.0.215 |
1146 | 2024-12-18T20:55:07.895Z | Compiling lock_api v0.4.12 |
1147 | 2024-12-18T20:55:07.895Z | Compiling scopeguard v1.2.0 |
1148 | 2024-12-18T20:55:07.895Z | Compiling value-bag v1.9.0 |
1149 | 2024-12-18T20:55:07.895Z | Compiling typenum v1.17.0 |
1150 | 2024-12-18T20:55:07.895Z | Compiling generic-array v0.14.7 |
1151 | 2024-12-18T20:55:08.079Z | Compiling syn v2.0.87 |
1152 | 2024-12-18T20:55:08.095Z | Compiling getrandom v0.2.15 |
1153 | 2024-12-18T20:55:08.171Z | Compiling shlex v1.3.0 |
1154 | 2024-12-18T20:55:08.406Z | Compiling rand_core v0.6.4 |
1155 | 2024-12-18T20:55:08.524Z | Compiling log v0.4.22 |
1156 | 2024-12-18T20:55:08.562Z | Compiling subtle v2.6.1 |
1157 | 2024-12-18T20:55:08.586Z | Compiling jobserver v0.1.32 |
1158 | 2024-12-18T20:55:08.641Z | Compiling smallvec v1.13.2 |
1159 | 2024-12-18T20:55:08.931Z | Compiling const-oid v0.9.6 |
1160 | 2024-12-18T20:55:08.956Z | Compiling cc v1.1.30 |
1161 | 2024-12-18T20:55:08.971Z | Compiling spin v0.9.8 |
1162 | 2024-12-18T20:55:09.021Z | Compiling pin-project-lite v0.2.14 |
1163 | 2024-12-18T20:55:09.146Z | Compiling rustix v0.38.37 |
1164 | 2024-12-18T20:55:09.348Z | Compiling parking_lot_core v0.9.10 |
1165 | 2024-12-18T20:55:09.374Z | Compiling futures-core v0.3.31 |
1166 | 2024-12-18T20:55:09.536Z | Compiling signal-hook-registry v1.4.2 |
1167 | 2024-12-18T20:55:09.600Z | Compiling mio v1.0.2 |
1168 | 2024-12-18T20:55:10.066Z | Compiling aho-corasick v1.1.3 |
1169 | 2024-12-18T20:55:10.352Z | Compiling parking_lot v0.12.3 |
1170 | 2024-12-18T20:55:10.450Z | Compiling cpufeatures v0.2.14 |
1171 | 2024-12-18T20:55:10.553Z | Compiling regex-syntax v0.8.5 |
1172 | 2024-12-18T20:55:10.803Z | Compiling lazy_static v1.5.0 |
1173 | 2024-12-18T20:55:10.910Z | Compiling either v1.13.0 |
1174 | 2024-12-18T20:55:10.929Z | Compiling glob v0.3.1 |
1175 | 2024-12-18T20:55:11.042Z | Compiling futures-sink v0.3.31 |
1176 | 2024-12-18T20:55:11.192Z | Compiling stable_deref_trait v1.2.0 |
1177 | 2024-12-18T20:55:11.310Z | Compiling socket2 v0.5.8 |
1178 | 2024-12-18T20:55:11.354Z | Compiling slab v0.4.9 |
1179 | 2024-12-18T20:55:11.399Z | Compiling prettyplease v0.2.25 |
1180 | 2024-12-18T20:55:11.802Z | Compiling minimal-lexical v0.2.1 |
1181 | 2024-12-18T20:55:12.024Z | Compiling clang-sys v1.8.1 |
1182 | 2024-12-18T20:55:12.144Z | Compiling libloading v0.8.5 |
1183 | 2024-12-18T20:55:12.334Z | Compiling nom v7.1.3 |
1184 | 2024-12-18T20:55:12.354Z | Compiling bindgen v0.69.5 |
1185 | 2024-12-18T20:55:12.566Z | Compiling serde_json v1.0.132 |
1186 | 2024-12-18T20:55:12.768Z | Compiling home v0.5.9 |
1187 | 2024-12-18T20:55:13.029Z | Compiling itertools v0.10.5 |
1188 | 2024-12-18T20:55:13.182Z | Compiling futures-channel v0.3.31 |
1189 | 2024-12-18T20:55:13.398Z | Compiling futures-task v0.3.31 |
1190 | 2024-12-18T20:55:13.615Z | Compiling allocator-api2 v0.2.18 |
1191 | 2024-12-18T20:55:13.710Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-12-18T20:55:13.862Z | Compiling pin-utils v0.1.0 |
1193 | 2024-12-18T20:55:13.965Z | Compiling lazycell v1.3.0 |
1194 | 2024-12-18T20:55:14.272Z | Compiling foldhash v0.1.3 |
1195 | 2024-12-18T20:55:14.429Z | Compiling regex-automata v0.4.8 |
1196 | 2024-12-18T20:55:14.449Z | Compiling futures-io v0.3.31 |
1197 | 2024-12-18T20:55:14.780Z | Compiling hashbrown v0.15.1 |
1198 | 2024-12-18T20:55:15.840Z | Compiling synstructure v0.13.1 |
1199 | 2024-12-18T20:55:16.123Z | Compiling cexpr v0.6.0 |
1200 | 2024-12-18T20:55:16.186Z | Compiling cmake v0.1.51 |
1201 | 2024-12-18T20:55:17.218Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-12-18T20:55:17.313Z | Compiling fs_extra v1.3.0 |
1203 | 2024-12-18T20:55:17.567Z | Compiling pkg-config v0.3.31 |
1204 | 2024-12-18T20:55:17.588Z | Compiling libm v0.2.8 |
1205 | 2024-12-18T20:55:17.893Z | Compiling dunce v1.0.5 |
1206 | 2024-12-18T20:55:17.931Z | Compiling tinyvec v1.8.0 |
1207 | 2024-12-18T20:55:17.956Z | Compiling num-traits v0.2.19 |
1208 | 2024-12-18T20:55:18.460Z | Compiling ring v0.17.8 |
1209 | 2024-12-18T20:55:19.076Z | Compiling litemap v0.7.3 |
1210 | 2024-12-18T20:55:19.146Z | Compiling paste v1.0.15 |
1211 | 2024-12-18T20:55:19.416Z | Compiling unicode-normalization v0.1.24 |
1212 | 2024-12-18T20:55:19.441Z | Compiling base64ct v1.6.0 |
1213 | 2024-12-18T20:55:19.494Z | Compiling writeable v0.5.5 |
1214 | 2024-12-18T20:55:19.584Z | Compiling unicode-bidi v0.3.17 |
1215 | 2024-12-18T20:55:19.980Z | Compiling regex v1.11.1 |
1216 | 2024-12-18T20:55:20.080Z | Compiling pem-rfc7468 v0.7.0 |
1217 | 2024-12-18T20:55:20.787Z | Compiling aws-lc-rs v1.10.0 |
1218 | 2024-12-18T20:55:20.976Z | Compiling flagset v0.4.6 |
1219 | 2024-12-18T20:55:21.057Z | Compiling httparse v1.9.5 |
1220 | 2024-12-18T20:55:21.221Z | Compiling tracing-core v0.1.32 |
1221 | 2024-12-18T20:55:21.859Z | Compiling icu_locid_transform_data v1.5.0 |
1222 | 2024-12-18T20:55:21.960Z | Compiling crossbeam-utils v0.8.20 |
1223 | 2024-12-18T20:55:22.215Z | Compiling percent-encoding v2.3.1 |
1224 | 2024-12-18T20:55:22.293Z | Compiling rustls-pki-types v1.10.0 |
1225 | 2024-12-18T20:55:22.524Z | Compiling num-conv v0.1.0 |
1226 | 2024-12-18T20:55:22.563Z | Compiling vcpkg v0.2.15 |
1227 | 2024-12-18T20:55:22.815Z | Compiling icu_properties_data v1.5.0 |
1228 | 2024-12-18T20:55:22.861Z | Compiling serde_derive v1.0.215 |
1229 | 2024-12-18T20:55:23.057Z | Compiling zeroize_derive v1.4.2 |
1230 | 2024-12-18T20:55:23.161Z | Compiling zerocopy-derive v0.7.35 |
1231 | 2024-12-18T20:55:23.343Z | Compiling tokio-macros v2.4.0 |
1232 | 2024-12-18T20:55:24.550Z | Compiling zeroize v1.8.1 |
1233 | 2024-12-18T20:55:24.704Z | Compiling zerofrom-derive v0.1.4 |
1234 | 2024-12-18T20:55:24.954Z | Compiling yoke-derive v0.7.4 |
1235 | 2024-12-18T20:55:24.975Z | Compiling thiserror-impl v1.0.69 |
1236 | 2024-12-18T20:55:25.383Z | Compiling zerocopy v0.7.35 |
1237 | 2024-12-18T20:55:26.449Z | Compiling crypto-common v0.1.6 |
1238 | 2024-12-18T20:55:26.700Z | Compiling block-buffer v0.10.4 |
1239 | 2024-12-18T20:55:26.933Z | Compiling digest v0.10.7 |
1240 | 2024-12-18T20:55:26.955Z | Compiling futures-macro v0.3.31 |
1241 | 2024-12-18T20:55:26.957Z | Compiling zerovec-derive v0.10.3 |
1242 | 2024-12-18T20:55:27.403Z | Compiling hmac v0.12.1 |
1243 | 2024-12-18T20:55:27.645Z | Compiling block-padding v0.3.3 |
1244 | 2024-12-18T20:55:27.881Z | Compiling displaydoc v0.2.5 |
1245 | 2024-12-18T20:55:27.909Z | Compiling inout v0.1.3 |
1246 | 2024-12-18T20:55:28.174Z | Compiling cipher v0.4.4 |
1247 | 2024-12-18T20:55:28.418Z | Compiling thiserror v1.0.69 |
1248 | 2024-12-18T20:55:28.561Z | Compiling sha2 v0.10.8 |
1249 | 2024-12-18T20:55:28.670Z | Compiling ppv-lite86 v0.2.20 |
1250 | 2024-12-18T20:55:28.711Z | Compiling zerofrom v0.1.4 |
1251 | 2024-12-18T20:55:28.864Z | Compiling futures-util v0.3.31 |
1252 | 2024-12-18T20:55:28.928Z | Compiling yoke v0.7.4 |
1253 | 2024-12-18T20:55:29.269Z | Compiling icu_provider_macros v1.5.0 |
1254 | 2024-12-18T20:55:29.527Z | Compiling der_derive v0.7.3 |
1255 | 2024-12-18T20:55:29.533Z | Compiling rand_chacha v0.3.1 |
1256 | 2024-12-18T20:55:29.588Z | Compiling zerovec v0.10.4 |
1257 | 2024-12-18T20:55:30.385Z | Compiling tracing-attributes v0.1.27 |
1258 | 2024-12-18T20:55:31.624Z | Compiling tinystr v0.7.6 |
1259 | 2024-12-18T20:55:31.730Z | Compiling icu_collections v1.5.0 |
1260 | 2024-12-18T20:55:31.821Z | Compiling rand v0.8.5 |
1261 | 2024-12-18T20:55:32.021Z | Compiling icu_locid v1.5.0 |
1262 | 2024-12-18T20:55:32.089Z | Compiling der v0.7.9 |
1263 | 2024-12-18T20:55:32.106Z | Compiling salsa20 v0.10.2 |
1264 | 2024-12-18T20:55:32.298Z | Compiling pest v2.7.14 |
1265 | 2024-12-18T20:55:33.203Z | Compiling pbkdf2 v0.12.2 |
1266 | 2024-12-18T20:55:33.374Z | Compiling icu_provider v1.5.0 |
1267 | 2024-12-18T20:55:37.850Z | Compiling untrusted v0.7.1 |
1268 | 2024-12-18T20:55:37.900Z | Compiling spki v0.7.3 |
1269 | 2024-12-18T20:55:37.900Z | Compiling tracing v0.1.40 |
1270 | 2024-12-18T20:55:37.900Z | Compiling icu_locid_transform v1.5.0 |
1271 | 2024-12-18T20:55:37.900Z | Compiling untrusted v0.9.0 |
1272 | 2024-12-18T20:55:37.900Z | Compiling mirai-annotations v1.12.0 |
1273 | 2024-12-18T20:55:37.900Z | Compiling powerfmt v0.2.0 |
1274 | 2024-12-18T20:55:37.900Z | Compiling time-core v0.1.2 |
1275 | 2024-12-18T20:55:37.900Z | Compiling time-macros v0.2.18 |
1276 | 2024-12-18T20:55:37.900Z | Compiling deranged v0.3.11 |
1277 | 2024-12-18T20:55:37.900Z | Compiling pest_meta v2.7.14 |
1278 | 2024-12-18T20:55:37.900Z | Compiling scrypt v0.11.0 |
1279 | 2024-12-18T20:55:37.901Z | Compiling aes v0.8.4 |
1280 | 2024-12-18T20:55:37.901Z | Compiling icu_properties v1.5.1 |
1281 | 2024-12-18T20:55:37.901Z | Compiling bitflags v2.6.0 |
1282 | 2024-12-18T20:55:37.901Z | Compiling bytes v1.8.0 |
1283 | 2024-12-18T20:55:38.309Z | Compiling tokio v1.40.0 |
1284 | 2024-12-18T20:55:38.419Z | Compiling indexmap v2.6.0 |
1285 | 2024-12-18T20:55:38.438Z | Compiling http v1.1.0 |
1286 | 2024-12-18T20:55:38.542Z | Compiling semver v1.0.23 |
1287 | 2024-12-18T20:55:39.314Z | Compiling rustc_version v0.4.1 |
1288 | 2024-12-18T20:55:39.872Z | Compiling cbc v0.1.2 |
1289 | 2024-12-18T20:55:40.101Z | Compiling openssl-sys v0.9.103 |
1290 | 2024-12-18T20:55:40.121Z | Compiling scroll_derive v0.12.0 |
1291 | 2024-12-18T20:55:40.516Z | Compiling num_threads v0.1.7 |
1292 | 2024-12-18T20:55:40.673Z | Compiling utf16_iter v1.0.5 |
1293 | 2024-12-18T20:55:40.886Z | Compiling icu_normalizer_data v1.5.0 |
1294 | 2024-12-18T20:55:40.925Z | Compiling atomic-waker v1.1.2 |
1295 | 2024-12-18T20:55:40.927Z | Compiling utf8_iter v1.0.4 |
1296 | 2024-12-18T20:55:40.989Z | Compiling write16 v1.0.0 |
1297 | 2024-12-18T20:55:41.114Z | Compiling time v0.3.36 |
1298 | 2024-12-18T20:55:41.131Z | Compiling icu_normalizer v1.5.0 |
1299 | 2024-12-18T20:55:41.174Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-18T20:55:41.463Z | Compiling which v4.4.2 |
1301 | 2024-12-18T20:55:41.521Z | Compiling http-body v1.0.1 |
1302 | 2024-12-18T20:55:41.600Z | Compiling scroll v0.12.0 |
1303 | 2024-12-18T20:55:41.743Z | Compiling pest_generator v2.7.14 |
1304 | 2024-12-18T20:55:42.151Z | Compiling form_urlencoded v1.2.1 |
1305 | 2024-12-18T20:55:42.380Z | Compiling slog v2.7.0 |
1306 | 2024-12-18T20:55:42.496Z | Compiling try-lock v0.2.5 |
1307 | 2024-12-18T20:55:42.653Z | Compiling goblin v0.8.2 |
1308 | 2024-12-18T20:55:42.766Z | Compiling want v0.3.1 |
1309 | 2024-12-18T20:55:42.969Z | Compiling idna_adapter v1.2.0 |
1310 | 2024-12-18T20:55:43.048Z | Compiling pkcs8 v0.10.2 |
1311 | 2024-12-18T20:55:43.147Z | Compiling httpdate v1.0.3 |
1312 | 2024-12-18T20:55:43.184Z | Compiling idna v1.0.3 |
1313 | 2024-12-18T20:55:43.709Z | Compiling pest_derive v2.7.14 |
1314 | 2024-12-18T20:55:43.753Z | Compiling uuid v1.11.0 |
1315 | 2024-12-18T20:55:44.472Z | Compiling serde_tokenstream v0.2.2 |
1316 | 2024-12-18T20:55:44.505Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-12-18T20:55:45.111Z | Compiling toml_datetime v0.6.8 |
1318 | 2024-12-18T20:55:45.113Z | Compiling serde_spanned v0.6.8 |
1319 | 2024-12-18T20:55:45.207Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-12-18T20:55:45.324Z | Compiling adler2 v2.0.0 |
1321 | 2024-12-18T20:55:45.366Z | Compiling openssl v0.10.66 |
1322 | 2024-12-18T20:55:45.522Z | Compiling iana-time-zone v0.1.61 |
1323 | 2024-12-18T20:55:45.626Z | Compiling base64 v0.22.1 |
1324 | 2024-12-18T20:55:45.812Z | Compiling tower-service v0.3.3 |
1325 | 2024-12-18T20:55:45.944Z | Compiling rustversion v1.0.17 |
1326 | 2024-12-18T20:55:46.017Z | Compiling match_cfg v0.1.0 |
1327 | 2024-12-18T20:55:46.120Z | Compiling hostname v0.3.1 |
1328 | 2024-12-18T20:55:46.338Z | Compiling chrono v0.4.38 |
1329 | 2024-12-18T20:55:46.377Z | Compiling miniz_oxide v0.8.0 |
1330 | 2024-12-18T20:55:46.433Z | Compiling foreign-types v0.3.2 |
1331 | 2024-12-18T20:55:46.532Z | Compiling url v2.5.3 |
1332 | 2024-12-18T20:55:46.729Z | Compiling async-trait v0.1.83 |
1333 | 2024-12-18T20:55:47.944Z | Compiling tokio-util v0.7.12 |
1334 | 2024-12-18T20:55:48.083Z | Compiling openssl-macros v0.1.1 |
1335 | 2024-12-18T20:55:48.568Z | Compiling dof v0.3.0 |
1336 | 2024-12-18T20:55:48.840Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-12-18T20:55:49.384Z | Compiling h2 v0.4.6 |
1338 | 2024-12-18T20:55:49.505Z | Compiling usdt-impl v0.5.0 |
1339 | 2024-12-18T20:55:49.559Z | Compiling siphasher v0.3.11 |
1340 | 2024-12-18T20:55:49.950Z | Compiling rustls v0.22.4 |
1341 | 2024-12-18T20:55:50.148Z | Compiling native-tls v0.2.12 |
1342 | 2024-12-18T20:55:50.198Z | Compiling rustls v0.23.19 |
1343 | 2024-12-18T20:55:50.468Z | Compiling syn v1.0.109 |
1344 | 2024-12-18T20:55:50.471Z | Compiling data-encoding v2.6.0 |
1345 | 2024-12-18T20:55:50.863Z | Compiling dirs-next v2.0.0 |
1346 | 2024-12-18T20:55:51.211Z | Compiling http-body-util v0.1.2 |
1347 | 2024-12-18T20:55:51.755Z | Compiling crossbeam-epoch v0.9.18 |
1348 | 2024-12-18T20:55:52.506Z | Compiling heapless v0.7.17 |
1349 | 2024-12-18T20:55:52.527Z | Compiling sha1 v0.10.6 |
1350 | 2024-12-18T20:55:52.866Z | Compiling signature v2.2.0 |
1351 | 2024-12-18T20:55:52.934Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1352 | 2024-12-18T20:55:52.974Z | Compiling serde_derive_internals v0.29.1 |
1353 | 2024-12-18T20:55:53.110Z | Compiling thread_local v1.1.8 |
1354 | 2024-12-18T20:55:53.168Z | Compiling multer v3.1.0 |
1355 | 2024-12-18T20:55:53.399Z | Compiling cookie v0.18.1 |
1356 | 2024-12-18T20:55:53.451Z | Compiling encoding_rs v0.8.34 |
1357 | 2024-12-18T20:55:53.635Z | Compiling ipnet v2.10.1 |
1358 | 2024-12-18T20:55:53.669Z | Compiling slog-async v2.8.0 |
1359 | 2024-12-18T20:55:54.069Z | Compiling schemars v0.8.21 |
1360 | 2024-12-18T20:55:54.206Z | Compiling mime v0.3.17 |
1361 | 2024-12-18T20:55:54.390Z | Compiling signal-hook v0.3.17 |
1362 | 2024-12-18T20:55:54.647Z | Compiling openssl-probe v0.1.5 |
1363 | 2024-12-18T20:55:54.826Z | Compiling unicode-properties v0.1.3 |
1364 | 2024-12-18T20:55:54.892Z | Compiling gimli v0.31.1 |
1365 | 2024-12-18T20:55:55.019Z | Compiling rayon-core v1.12.1 |
1366 | 2024-12-18T20:55:55.209Z | Compiling stringprep v0.1.5 |
1367 | 2024-12-18T20:55:55.442Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-18T20:55:55.748Z | Compiling schemars_derive v0.8.21 |
1369 | 2024-12-18T20:55:56.478Z | Compiling hyper v1.5.0 |
1370 | 2024-12-18T20:55:59.106Z | Compiling hyper-util v0.1.10 |
1371 | 2024-12-18T20:55:59.927Z | Compiling addr2line v0.24.2 |
1372 | 2024-12-18T20:56:00.067Z | Compiling usdt-macro v0.5.0 |
1373 | 2024-12-18T20:56:00.069Z | Compiling usdt-attr-macro v0.5.0 |
1374 | 2024-12-18T20:56:00.286Z | Compiling crossbeam-deque v0.8.5 |
1375 | 2024-12-18T20:56:00.626Z | Compiling term v0.7.0 |
1376 | 2024-12-18T20:56:00.667Z | Compiling slog-json v2.6.1 |
1377 | 2024-12-18T20:56:01.066Z | Compiling serde_urlencoded v0.7.1 |
1378 | 2024-12-18T20:56:01.692Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2024-12-18T20:56:01.702Z | Compiling curve25519-dalek v4.1.3 |
1380 | 2024-12-18T20:56:01.743Z | Compiling futures-executor v0.3.31 |
1381 | 2024-12-18T20:56:02.140Z | Compiling md-5 v0.10.6 |
1382 | 2024-12-18T20:56:02.207Z | Compiling enum-as-inner v0.6.1 |
1383 | 2024-12-18T20:56:02.259Z | Compiling async-stream-impl v0.3.6 |
1384 | 2024-12-18T20:56:02.299Z | Compiling rustls-pemfile v2.2.0 |
1385 | 2024-12-18T20:56:02.420Z | Compiling num-integer v0.1.46 |
1386 | 2024-12-18T20:56:02.645Z | Compiling idna v0.3.0 |
1387 | 2024-12-18T20:56:02.724Z | Compiling idna v0.4.0 |
1388 | 2024-12-18T20:56:03.210Z | Compiling hash32 v0.2.1 |
1389 | 2024-12-18T20:56:03.324Z | Compiling ff v0.13.0 |
1390 | 2024-12-18T20:56:03.553Z | Compiling is-terminal v0.4.13 |
1391 | 2024-12-18T20:56:03.577Z | Compiling object v0.36.5 |
1392 | 2024-12-18T20:56:03.601Z | Compiling dropshot v0.12.0 |
1393 | 2024-12-18T20:56:03.684Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-12-18T20:56:03.798Z | Compiling dyn-clone v1.0.17 |
1395 | 2024-12-18T20:56:03.874Z | Compiling take_mut v0.2.2 |
1396 | 2024-12-18T20:56:03.962Z | Compiling smoltcp v0.9.1 |
1397 | 2024-12-18T20:56:04.020Z | Compiling base16ct v0.2.0 |
1398 | 2024-12-18T20:56:04.040Z | Compiling rustc-demangle v0.1.24 |
1399 | 2024-12-18T20:56:04.310Z | Compiling fallible-iterator v0.2.0 |
1400 | 2024-12-18T20:56:04.357Z | Compiling psl-types v2.0.11 |
1401 | 2024-12-18T20:56:04.376Z | Compiling linked-hash-map v0.5.6 |
1402 | 2024-12-18T20:56:04.556Z | Compiling quick-error v1.2.3 |
1403 | 2024-12-18T20:56:04.692Z | Compiling anyhow v1.0.93 |
1404 | 2024-12-18T20:56:04.712Z | Compiling utf-8 v0.7.6 |
1405 | 2024-12-18T20:56:04.746Z | Compiling portable-atomic v1.9.0 |
1406 | 2024-12-18T20:56:05.015Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-12-18T20:56:05.035Z | Compiling tungstenite v0.24.0 |
1408 | 2024-12-18T20:56:05.037Z | Compiling lru-cache v0.1.2 |
1409 | 2024-12-18T20:56:05.277Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-12-18T20:56:05.718Z | Compiling publicsuffix v2.2.3 |
1411 | 2024-12-18T20:56:05.930Z | Compiling sec1 v0.7.3 |
1412 | 2024-12-18T20:56:06.447Z | Compiling slog-term v2.9.1 |
1413 | 2024-12-18T20:56:06.514Z | Compiling async-stream v0.3.6 |
1414 | 2024-12-18T20:56:06.815Z | Compiling hickory-proto v0.24.1 |
1415 | 2024-12-18T20:56:07.258Z | Compiling usdt v0.5.0 |
1416 | 2024-12-18T20:56:07.381Z | Compiling group v0.13.0 |
1417 | 2024-12-18T20:56:07.710Z | Compiling num-iter v0.1.45 |
1418 | 2024-12-18T20:56:07.880Z | Compiling futures v0.3.31 |
1419 | 2024-12-18T20:56:07.899Z | Compiling slog-bunyan v2.5.0 |
1420 | 2024-12-18T20:56:08.892Z | Compiling toml v0.8.19 |
1421 | 2024-12-18T20:56:09.396Z | Compiling camino v1.1.9 |
1422 | 2024-12-18T20:56:10.086Z | Compiling tokio-native-tls v0.3.1 |
1423 | 2024-12-18T20:56:10.414Z | Compiling phf_shared v0.11.2 |
1424 | 2024-12-18T20:56:10.823Z | Compiling dropshot_endpoint v0.12.0 |
1425 | 2024-12-18T20:56:10.826Z | Compiling terminal_size v0.4.0 |
1426 | 2024-12-18T20:56:10.915Z | Compiling backtrace v0.3.74 |
1427 | 2024-12-18T20:56:11.028Z | Compiling waitgroup v0.1.2 |
1428 | 2024-12-18T20:56:11.260Z | Compiling openapiv3 v2.0.0 |
1429 | 2024-12-18T20:56:11.384Z | Compiling serde_path_to_error v0.1.16 |
1430 | 2024-12-18T20:56:11.648Z | Compiling hkdf v0.12.4 |
1431 | 2024-12-18T20:56:11.912Z | Compiling crypto-bigint v0.5.5 |
1432 | 2024-12-18T20:56:12.216Z | Compiling zerocopy-derive v0.6.6 |
1433 | 2024-12-18T20:56:14.524Z | Compiling curve25519-dalek-derive v0.1.1 |
1434 | 2024-12-18T20:56:14.680Z | Compiling webpki-roots v0.26.6 |
1435 | 2024-12-18T20:56:14.888Z | Compiling idna v0.5.0 |
1436 | 2024-12-18T20:56:15.061Z | Compiling hubpack_derive v0.1.1 |
1437 | 2024-12-18T20:56:15.440Z | Compiling hostname v0.4.0 |
1438 | 2024-12-18T20:56:15.726Z | Compiling crc32fast v1.4.2 |
1439 | 2024-12-18T20:56:15.825Z | Compiling ahash v0.8.11 |
1440 | 2024-12-18T20:56:15.972Z | Compiling fs-err v2.11.0 |
1441 | 2024-12-18T20:56:16.042Z | Compiling debug-ignore v1.0.5 |
1442 | 2024-12-18T20:56:16.084Z | Compiling bitflags v1.3.2 |
1443 | 2024-12-18T20:56:16.167Z | Compiling managed v0.8.0 |
1444 | 2024-12-18T20:56:16.194Z | Compiling winnow v0.5.40 |
1445 | 2024-12-18T20:56:16.197Z | Compiling strum_macros v0.25.3 |
1446 | 2024-12-18T20:56:16.413Z | Compiling console v0.15.8 |
1447 | 2024-12-18T20:56:16.509Z | Compiling clap_builder v4.5.21 |
1448 | 2024-12-18T20:56:17.977Z | Compiling hubpack v0.1.2 |
1449 | 2024-12-18T20:56:18.338Z | Compiling flate2 v1.0.34 |
1450 | 2024-12-18T20:56:18.452Z | Compiling cookie_store v0.21.0 |
1451 | 2024-12-18T20:56:18.740Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-12-18T20:56:19.309Z | Compiling zerocopy v0.6.6 |
1453 | 2024-12-18T20:56:19.578Z | Compiling hickory-resolver v0.24.1 |
1454 | 2024-12-18T20:56:20.069Z | Compiling toml_edit v0.19.15 |
1455 | 2024-12-18T20:56:20.163Z | Compiling signal-hook-mio v0.2.4 |
1456 | 2024-12-18T20:56:20.333Z | Compiling phf v0.11.2 |
1457 | 2024-12-18T20:56:20.423Z | Compiling hyper-tls v0.6.0 |
1458 | 2024-12-18T20:56:20.629Z | Compiling rayon v1.10.0 |
1459 | 2024-12-18T20:56:20.897Z | Compiling bzip2 v0.4.4 |
1460 | 2024-12-18T20:56:21.317Z | Compiling tokio-tungstenite v0.24.0 |
1461 | 2024-12-18T20:56:23.264Z | Compiling postgres-types v0.2.8 |
1462 | 2024-12-18T20:56:24.753Z | Compiling ed25519 v2.2.3 |
1463 | 2024-12-18T20:56:25.555Z | Compiling phf_shared v0.10.0 |
1464 | 2024-12-18T20:56:25.720Z | Compiling tokio-stream v0.1.16 |
1465 | 2024-12-18T20:56:25.970Z | Compiling pkcs1 v0.7.5 |
1466 | 2024-12-18T20:56:26.023Z | Compiling serde-big-array v0.5.1 |
1467 | 2024-12-18T20:56:26.267Z | Compiling rfc6979 v0.4.0 |
1468 | 2024-12-18T20:56:26.464Z | Compiling serde_repr v0.1.19 |
1469 | 2024-12-18T20:56:26.492Z | Compiling derive-where v1.2.7 |
1470 | 2024-12-18T20:56:26.709Z | Compiling clap_derive v4.5.18 |
1471 | 2024-12-18T20:56:26.800Z | Compiling float-cmp v0.9.0 |
1472 | 2024-12-18T20:56:27.005Z | Compiling bstr v1.10.0 |
1473 | 2024-12-18T20:56:27.025Z | Compiling sync_wrapper v1.0.1 |
1474 | 2024-12-18T20:56:27.183Z | Compiling new_debug_unreachable v1.0.6 |
1475 | 2024-12-18T20:56:27.287Z | Compiling unicode-width v0.2.0 |
1476 | 2024-12-18T20:56:27.648Z | Compiling precomputed-hash v0.1.1 |
1477 | 2024-12-18T20:56:27.773Z | Compiling bit-vec v0.6.3 |
1478 | 2024-12-18T20:56:27.811Z | Compiling predicates-core v1.0.8 |
1479 | 2024-12-18T20:56:28.193Z | Compiling difflib v0.4.0 |
1480 | 2024-12-18T20:56:28.224Z | Compiling normalize-line-endings v0.3.0 |
1481 | 2024-12-18T20:56:28.316Z | Compiling number_prefix v0.4.0 |
1482 | 2024-12-18T20:56:28.358Z | Compiling whoami v1.5.2 |
1483 | 2024-12-18T20:56:28.551Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2024-12-18T20:56:28.824Z | Compiling static_assertions v1.1.0 |
1485 | 2024-12-18T20:56:28.933Z | Compiling fixedbitset v0.4.2 |
1486 | 2024-12-18T20:56:29.007Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
1487 | 2024-12-18T20:56:29.408Z | Compiling similar v2.6.0 |
1488 | 2024-12-18T20:56:29.445Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-18T20:56:29.837Z | Compiling tokio-postgres v0.7.12 |
1490 | 2024-12-18T20:56:30.073Z | Compiling predicates v3.1.2 |
1491 | 2024-12-18T20:56:31.855Z | Compiling indicatif v0.17.9 |
1492 | 2024-12-18T20:56:31.925Z | Compiling bit-set v0.5.3 |
1493 | 2024-12-18T20:56:32.024Z | Compiling clap v4.5.21 |
1494 | 2024-12-18T20:56:32.156Z | Compiling string_cache v0.8.7 |
1495 | 2024-12-18T20:56:32.226Z | Compiling rsa v0.9.6 |
1496 | 2024-12-18T20:56:32.626Z | Compiling ecdsa v0.16.9 |
1497 | 2024-12-18T20:56:33.482Z | Compiling ed25519-dalek v2.1.1 |
1498 | 2024-12-18T20:56:33.656Z | Compiling toml v0.7.8 |
1499 | 2024-12-18T20:56:34.139Z | Compiling zip v0.6.6 |
1500 | 2024-12-18T20:56:34.804Z | Compiling crossterm v0.28.1 |
1501 | 2024-12-18T20:56:35.570Z | Compiling hex v0.4.3 |
1502 | 2024-12-18T20:56:35.709Z | Compiling x509-cert v0.2.5 |
1503 | 2024-12-18T20:56:36.138Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-12-18T20:56:36.210Z | Compiling lalrpop-util v0.19.12 |
1505 | 2024-12-18T20:56:36.231Z | Compiling peg-runtime v0.8.3 |
1506 | 2024-12-18T20:56:36.325Z | Compiling strum_macros v0.26.4 |
1507 | 2024-12-18T20:56:36.396Z | Compiling xattr v1.3.1 |
1508 | 2024-12-18T20:56:36.561Z | Compiling filetime v0.2.25 |
1509 | 2024-12-18T20:56:36.874Z | Compiling tar v0.4.42 |
1510 | 2024-12-18T20:56:41.506Z | Compiling strum v0.26.3 |
1511 | 2024-12-18T20:56:44.449Z | Compiling aws-lc-sys v0.22.0 |
1512 | 2024-12-18T20:57:16.477Z | Compiling rustls-webpki v0.102.8 |
1513 | 2024-12-18T20:57:19.813Z | Compiling tokio-rustls v0.25.0 |
1514 | 2024-12-18T20:57:21.559Z | Compiling tokio-rustls v0.26.0 |
1515 | 2024-12-18T20:57:21.962Z | Compiling hyper-rustls v0.27.3 |
1516 | 2024-12-18T20:57:22.252Z | Compiling reqwest v0.12.9 |
1517 | 2024-12-18T20:57:23.367Z | Compiling qorb v0.2.1 |
1518 | 2024-12-18T20:57:28.195Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1519 | 2024-12-18T20:57:28.427Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1520 | 2024-12-18T20:57:34.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1521 | 2024-12-18T20:57:34.416Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1522 | 2024-12-18T20:57:34.498Z | Dec 18 20:57:33.116 INFO Starting download, target: Cockroach |
1523 | 2024-12-18T20:57:34.498Z | Dec 18 20:57:33.116 INFO Starting download, target: Clickhouse |
1524 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.116 INFO Starting download, target: Console |
1525 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.116 INFO Starting download, target: DendriteOpenapi |
1526 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.116 INFO Starting download, target: DendriteStub |
1527 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.116 INFO Starting download, target: MaghemiteMgd |
1528 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.116 INFO Starting download, target: TransceiverControl |
1529 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.117 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1530 | 2024-12-18T20:57:34.588Z | Dec 18 20:57:33.117 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1531 | 2024-12-18T20:57:34.589Z | Dec 18 20:57:33.117 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2024-12-18T20:57:34.589Z | Dec 18 20:57:33.117 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1533 | 2024-12-18T20:57:34.589Z | Dec 18 20:57:33.117 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-12-18T20:57:34.589Z | Dec 18 20:57:33.118 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1535 | 2024-12-18T20:57:34.589Z | Dec 18 20:57:33.118 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1536 | 2024-12-18T20:57:35.059Z | Dec 18 20:57:33.610 INFO Download complete, target: DendriteOpenapi |
1537 | 2024-12-18T20:57:35.200Z | Dec 18 20:57:33.618 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1538 | 2024-12-18T20:57:35.200Z | Dec 18 20:57:33.632 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1539 | 2024-12-18T20:57:35.333Z | Dec 18 20:57:33.931 INFO Download complete, target: Console |
1540 | 2024-12-18T20:57:35.634Z | Dec 18 20:57:34.218 INFO Download complete, target: TransceiverControl |
1541 | 2024-12-18T20:57:36.445Z | Dec 18 20:57:34.891 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1542 | 2024-12-18T20:57:36.468Z | Dec 18 20:57:35.004 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1543 | 2024-12-18T20:57:36.468Z | Dec 18 20:57:35.004 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1544 | 2024-12-18T20:57:36.851Z | Dec 18 20:57:35.521 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1545 | 2024-12-18T20:57:36.851Z | Dec 18 20:57:35.521 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1546 | 2024-12-18T20:57:39.089Z | Dec 18 20:57:37.759 INFO Download complete, target: DendriteStub |
1547 | 2024-12-18T20:57:39.228Z | Dec 18 20:57:37.898 INFO Download complete, target: MaghemiteMgd |
1548 | 2024-12-18T20:57:44.193Z | Dec 18 20:57:42.863 INFO Checking that binary works, target: Cockroach |
1549 | 2024-12-18T20:57:44.354Z | Dec 18 20:57:43.023 INFO Download complete, target: Cockroach |
1550 | 2024-12-18T20:57:48.788Z | Dec 18 20:57:47.457 INFO Checking that binary works, target: Clickhouse |
1551 | 2024-12-18T20:57:49.271Z | Dec 18 20:57:47.939 INFO Download complete, target: Clickhouse |
1552 | 2024-12-18T20:57:49.277Z | All prerequisites installed successfully |
1553 | 2024-12-18T20:57:49.279Z | |
1554 | 2024-12-18T20:57:49.279Z | real 5:12.449520804 |
1555 | 2024-12-18T20:57:49.279Z | user 16:27.800680284 |
1556 | 2024-12-18T20:57:49.279Z | sys 3:14.131501082 |
1557 | 2024-12-18T20:57:49.279Z | trap 0.520543604 |
1558 | 2024-12-18T20:57:49.279Z | tflt 5.251988674 |
1559 | 2024-12-18T20:57:49.279Z | dflt 5.784754905 |
1560 | 2024-12-18T20:57:49.280Z | kflt 0.208273989 |
1561 | 2024-12-18T20:57:49.280Z | lock 30:42.228467913 |
1562 | 2024-12-18T20:57:49.280Z | slp 1:02:42.677008702 |
1563 | 2024-12-18T20:57:49.280Z | lat 54.104940487 |
1564 | 2024-12-18T20:57:49.280Z | stop 2:15.120534570 |
1565 | 2024-12-18T20:57:49.280Z | + ptime -m cargo xtask download softnpu |
1566 | 2024-12-18T20:57:49.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1567 | 2024-12-18T20:57:49.818Z | Running `target/debug/xtask download softnpu` |
1568 | 2024-12-18T20:57:50.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1569 | 2024-12-18T20:57:50.705Z | Running `target/debug/xtask-downloader softnpu` |
1570 | 2024-12-18T20:57:50.741Z | Dec 18 20:57:49.410 INFO Starting download, target: Softnpu |
1571 | 2024-12-18T20:57:50.744Z | Dec 18 20:57:49.411 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1572 | 2024-12-18T20:57:51.683Z | Dec 18 20:57:50.352 INFO Download complete, target: Softnpu |
1573 | 2024-12-18T20:57:51.687Z | |
1574 | 2024-12-18T20:57:51.690Z | real 2.402853112 |
1575 | 2024-12-18T20:57:51.690Z | user 1.264198532 |
1576 | 2024-12-18T20:57:51.690Z | sys 0.532666079 |
1577 | 2024-12-18T20:57:51.690Z | trap 0.000830155 |
1578 | 2024-12-18T20:57:51.690Z | tflt 0.000001330 |
1579 | 2024-12-18T20:57:51.690Z | dflt 0.000000000 |
1580 | 2024-12-18T20:57:51.690Z | kflt 0.000000000 |
1581 | 2024-12-18T20:57:51.690Z | lock 9.886312002 |
1582 | 2024-12-18T20:57:51.690Z | slp 0.773087636 |
1583 | 2024-12-18T20:57:51.690Z | lat 0.069204919 |
1584 | 2024-12-18T20:57:51.690Z | stop 0.000160550 |
1585 | 2024-12-18T20:57:51.690Z | + export CARGO_INCREMENTAL=0 |
1586 | 2024-12-18T20:57:51.690Z | + CARGO_INCREMENTAL=0 |
1587 | 2024-12-18T20:57:51.690Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1588 | 2024-12-18T20:57:52.634Z | Compiling proc-macro2 v1.0.89 |
1589 | 2024-12-18T20:57:52.634Z | Compiling unicode-ident v1.0.13 |
1590 | 2024-12-18T20:57:52.637Z | Compiling libc v0.2.162 |
1591 | 2024-12-18T20:57:52.637Z | Compiling serde v1.0.215 |
1592 | 2024-12-18T20:57:52.637Z | Compiling autocfg v1.4.0 |
1593 | 2024-12-18T20:57:52.637Z | Compiling version_check v0.9.5 |
1594 | 2024-12-18T20:57:52.637Z | Compiling cfg-if v1.0.0 |
1595 | 2024-12-18T20:57:52.846Z | Compiling memchr v2.7.4 |
1596 | 2024-12-18T20:57:52.846Z | Compiling typenum v1.17.0 |
1597 | 2024-12-18T20:57:52.985Z | Compiling shlex v1.3.0 |
1598 | 2024-12-18T20:57:53.331Z | Compiling value-bag v1.9.0 |
1599 | 2024-12-18T20:57:53.349Z | Compiling scopeguard v1.2.0 |
1600 | 2024-12-18T20:57:53.523Z | Compiling generic-array v0.14.7 |
1601 | 2024-12-18T20:57:53.706Z | Compiling lock_api v0.4.12 |
1602 | 2024-12-18T20:57:53.802Z | Compiling log v0.4.22 |
1603 | 2024-12-18T20:57:53.919Z | Compiling parking_lot_core v0.9.10 |
1604 | 2024-12-18T20:57:54.291Z | Compiling serde_json v1.0.132 |
1605 | 2024-12-18T20:57:54.324Z | Compiling once_cell v1.20.2 |
1606 | 2024-12-18T20:57:54.594Z | Compiling quote v1.0.37 |
1607 | 2024-12-18T20:57:54.611Z | Compiling rustix v0.38.37 |
1608 | 2024-12-18T20:57:54.634Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-18T20:57:54.714Z | Compiling libm v0.2.8 |
1610 | 2024-12-18T20:57:54.976Z | Compiling syn v2.0.87 |
1611 | 2024-12-18T20:57:55.034Z | Compiling jobserver v0.1.32 |
1612 | 2024-12-18T20:57:55.133Z | Compiling getrandom v0.2.15 |
1613 | 2024-12-18T20:57:55.199Z | Compiling aho-corasick v1.1.3 |
1614 | 2024-12-18T20:57:55.228Z | Compiling regex-syntax v0.8.5 |
1615 | 2024-12-18T20:57:55.384Z | Compiling cc v1.1.30 |
1616 | 2024-12-18T20:57:55.431Z | Compiling num-traits v0.2.19 |
1617 | 2024-12-18T20:57:55.476Z | Compiling either v1.13.0 |
1618 | 2024-12-18T20:57:55.707Z | Compiling itoa v1.0.11 |
1619 | 2024-12-18T20:57:55.748Z | Compiling spin v0.9.8 |
1620 | 2024-12-18T20:57:55.946Z | Compiling slab v0.4.9 |
1621 | 2024-12-18T20:57:56.254Z | Compiling byteorder v1.5.0 |
1622 | 2024-12-18T20:57:56.377Z | Compiling errno v0.3.9 |
1623 | 2024-12-18T20:57:56.601Z | Compiling rand_core v0.6.4 |
1624 | 2024-12-18T20:57:56.735Z | Compiling lazy_static v1.5.0 |
1625 | 2024-12-18T20:57:56.859Z | Compiling glob v0.3.1 |
1626 | 2024-12-18T20:57:57.366Z | Compiling prettyplease v0.2.25 |
1627 | 2024-12-18T20:57:57.668Z | Compiling clang-sys v1.8.1 |
1628 | 2024-12-18T20:57:57.831Z | Compiling minimal-lexical v0.2.1 |
1629 | 2024-12-18T20:57:58.204Z | Compiling libloading v0.8.5 |
1630 | 2024-12-18T20:57:58.305Z | Compiling nom v7.1.3 |
1631 | 2024-12-18T20:57:58.328Z | Compiling subtle v2.6.1 |
1632 | 2024-12-18T20:57:58.653Z | Compiling home v0.5.9 |
1633 | 2024-12-18T20:57:58.811Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-18T20:57:58.843Z | Compiling bindgen v0.69.5 |
1635 | 2024-12-18T20:57:58.889Z | Compiling allocator-api2 v0.2.18 |
1636 | 2024-12-18T20:57:59.293Z | Compiling itertools v0.10.5 |
1637 | 2024-12-18T20:57:59.584Z | Compiling semver v1.0.23 |
1638 | 2024-12-18T20:57:59.646Z | Compiling smallvec v1.13.2 |
1639 | 2024-12-18T20:58:00.026Z | Compiling lazycell v1.3.0 |
1640 | 2024-12-18T20:58:00.160Z | Compiling rustc-hash v1.1.0 |
1641 | 2024-12-18T20:58:00.204Z | Compiling cmake v0.1.51 |
1642 | 2024-12-18T20:58:00.508Z | Compiling fs_extra v1.3.0 |
1643 | 2024-12-18T20:58:01.051Z | Compiling dunce v1.0.5 |
1644 | 2024-12-18T20:58:01.552Z | Compiling pkg-config v0.3.31 |
1645 | 2024-12-18T20:58:01.630Z | Compiling ring v0.17.8 |
1646 | 2024-12-18T20:58:01.955Z | Compiling cexpr v0.6.0 |
1647 | 2024-12-18T20:58:02.008Z | Compiling ryu v1.0.18 |
1648 | 2024-12-18T20:58:02.347Z | Compiling pin-project-lite v0.2.14 |
1649 | 2024-12-18T20:58:02.481Z | Compiling const-oid v0.9.6 |
1650 | 2024-12-18T20:58:02.532Z | Compiling paste v1.0.15 |
1651 | 2024-12-18T20:58:02.759Z | Compiling synstructure v0.13.1 |
1652 | 2024-12-18T20:58:02.991Z | Compiling fnv v1.0.7 |
1653 | 2024-12-18T20:58:03.295Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-12-18T20:58:03.520Z | Compiling equivalent v1.0.1 |
1655 | 2024-12-18T20:58:03.637Z | Compiling foldhash v0.1.3 |
1656 | 2024-12-18T20:58:03.710Z | Compiling httparse v1.9.5 |
1657 | 2024-12-18T20:58:03.924Z | Compiling hashbrown v0.15.1 |
1658 | 2024-12-18T20:58:04.344Z | Compiling regex v1.11.1 |
1659 | 2024-12-18T20:58:05.020Z | Compiling heck v0.5.0 |
1660 | 2024-12-18T20:58:05.186Z | Compiling schemars v0.8.21 |
1661 | 2024-12-18T20:58:05.363Z | Compiling serde_derive_internals v0.29.1 |
1662 | 2024-12-18T20:58:05.451Z | Compiling signal-hook-registry v1.4.2 |
1663 | 2024-12-18T20:58:05.540Z | Compiling mio v1.0.2 |
1664 | 2024-12-18T20:58:05.715Z | Compiling parking_lot v0.12.3 |
1665 | 2024-12-18T20:58:07.418Z | Compiling stable_deref_trait v1.2.0 |
1666 | 2024-12-18T20:58:07.536Z | Compiling crossbeam-utils v0.8.20 |
1667 | 2024-12-18T20:58:07.661Z | Compiling socket2 v0.5.8 |
1668 | 2024-12-18T20:58:07.737Z | Compiling num-conv v0.1.0 |
1669 | 2024-12-18T20:58:08.064Z | Compiling futures-core v0.3.31 |
1670 | 2024-12-18T20:58:08.238Z | Compiling serde_derive v1.0.215 |
1671 | 2024-12-18T20:58:08.308Z | Compiling zeroize_derive v1.4.2 |
1672 | 2024-12-18T20:58:08.404Z | Compiling zerocopy-derive v0.7.35 |
1673 | 2024-12-18T20:58:09.346Z | Compiling thiserror-impl v1.0.69 |
1674 | 2024-12-18T20:58:09.382Z | Compiling tokio-macros v2.4.0 |
1675 | 2024-12-18T20:58:09.575Z | Compiling zerofrom-derive v0.1.4 |
1676 | 2024-12-18T20:58:09.730Z | Compiling yoke-derive v0.7.4 |
1677 | 2024-12-18T20:58:09.749Z | Compiling zeroize v1.8.1 |
1678 | 2024-12-18T20:58:10.427Z | Compiling futures-macro v0.3.31 |
1679 | 2024-12-18T20:58:10.556Z | Compiling zerovec-derive v0.10.3 |
1680 | 2024-12-18T20:58:10.815Z | Compiling zerocopy v0.7.35 |
1681 | 2024-12-18T20:58:11.863Z | Compiling displaydoc v0.2.5 |
1682 | 2024-12-18T20:58:12.320Z | Compiling crypto-common v0.1.6 |
1683 | 2024-12-18T20:58:12.351Z | Compiling tracing-attributes v0.1.27 |
1684 | 2024-12-18T20:58:12.423Z | Compiling icu_provider_macros v1.5.0 |
1685 | 2024-12-18T20:58:12.520Z | Compiling block-buffer v0.10.4 |
1686 | 2024-12-18T20:58:12.755Z | Compiling digest v0.10.7 |
1687 | 2024-12-18T20:58:12.977Z | Compiling schemars_derive v0.8.21 |
1688 | 2024-12-18T20:58:13.187Z | Compiling der_derive v0.7.3 |
1689 | 2024-12-18T20:58:13.325Z | Compiling time-core v0.1.2 |
1690 | 2024-12-18T20:58:13.564Z | Compiling time-macros v0.2.18 |
1691 | 2024-12-18T20:58:14.047Z | Compiling vcpkg v0.2.15 |
1692 | 2024-12-18T20:58:15.732Z | Compiling openssl-sys v0.9.103 |
1693 | 2024-12-18T20:58:16.436Z | Compiling cpufeatures v0.2.14 |
1694 | 2024-12-18T20:58:16.663Z | Compiling futures-sink v0.3.31 |
1695 | 2024-12-18T20:58:16.682Z | Compiling slog v2.7.0 |
1696 | 2024-12-18T20:58:16.825Z | Compiling ahash v0.8.11 |
1697 | 2024-12-18T20:58:16.843Z | Compiling syn v1.0.109 |
1698 | 2024-12-18T20:58:17.177Z | Compiling zerofrom v0.1.4 |
1699 | 2024-12-18T20:58:17.421Z | Compiling scroll_derive v0.12.0 |
1700 | 2024-12-18T20:58:17.536Z | Compiling ucd-trie v0.1.7 |
1701 | 2024-12-18T20:58:17.748Z | Compiling iana-time-zone v0.1.61 |
1702 | 2024-12-18T20:58:17.983Z | Compiling pest v2.7.14 |
1703 | 2024-12-18T20:58:18.005Z | Compiling yoke v0.7.4 |
1704 | 2024-12-18T20:58:18.391Z | Compiling futures-channel v0.3.31 |
1705 | 2024-12-18T20:58:18.849Z | Compiling hmac v0.12.1 |
1706 | 2024-12-18T20:58:18.944Z | Compiling futures-io v0.3.31 |
1707 | 2024-12-18T20:58:19.069Z | Compiling pin-utils v0.1.0 |
1708 | 2024-12-18T20:58:19.166Z | Compiling futures-task v0.3.31 |
1709 | 2024-12-18T20:58:19.385Z | Compiling openssl v0.10.66 |
1710 | 2024-12-18T20:58:19.416Z | Compiling futures-util v0.3.31 |
1711 | 2024-12-18T20:58:19.779Z | Compiling zerovec v0.10.4 |
1712 | 2024-12-18T20:58:19.868Z | Compiling block-padding v0.3.3 |
1713 | 2024-12-18T20:58:20.236Z | Compiling tinyvec_macros v0.1.1 |
1714 | 2024-12-18T20:58:20.695Z | Compiling pest_meta v2.7.14 |
1715 | 2024-12-18T20:58:20.992Z | Compiling tinyvec v1.8.0 |
1716 | 2024-12-18T20:58:21.710Z | Compiling bitflags v2.6.0 |
1717 | 2024-12-18T20:58:21.946Z | Compiling bytes v1.8.0 |
1718 | 2024-12-18T20:58:23.898Z | Compiling indexmap v2.6.0 |
1719 | 2024-12-18T20:58:24.801Z | Compiling tokio v1.40.0 |
1720 | 2024-12-18T20:58:25.509Z | Compiling serde_tokenstream v0.2.2 |
1721 | 2024-12-18T20:58:25.929Z | Compiling http v1.1.0 |
1722 | 2024-12-18T20:58:26.060Z | Compiling which v4.4.2 |
1723 | 2024-12-18T20:58:26.599Z | Compiling uuid v1.11.0 |
1724 | 2024-12-18T20:58:27.201Z | Compiling rustc_version v0.4.1 |
1725 | 2024-12-18T20:58:27.841Z | Compiling chrono v0.4.38 |
1726 | 2024-12-18T20:58:29.781Z | Compiling pest_generator v2.7.14 |
1727 | 2024-12-18T20:58:30.318Z | Compiling toml_datetime v0.6.8 |
1728 | 2024-12-18T20:58:30.766Z | Compiling serde_spanned v0.6.8 |
1729 | 2024-12-18T20:58:30.993Z | Compiling inout v0.1.3 |
1730 | 2024-12-18T20:58:31.544Z | Compiling openssl-macros v0.1.1 |
1731 | 2024-12-18T20:58:32.238Z | Compiling rustls v0.23.19 |
1732 | 2024-12-18T20:58:32.517Z | Compiling native-tls v0.2.12 |
1733 | 2024-12-18T20:58:32.942Z | Compiling strsim v0.11.1 |
1734 | 2024-12-18T20:58:33.721Z | Compiling pest_derive v2.7.14 |
1735 | 2024-12-18T20:58:34.152Z | Compiling cipher v0.4.4 |
1736 | 2024-12-18T20:58:34.356Z | Compiling unicode-normalization v0.1.24 |
1737 | 2024-12-18T20:58:34.454Z | Compiling tinystr v0.7.6 |
1738 | 2024-12-18T20:58:34.652Z | Compiling sha2 v0.10.8 |
1739 | 2024-12-18T20:58:34.938Z | Compiling tracing-core v0.1.32 |
1740 | 2024-12-18T20:58:35.366Z | Compiling usdt-impl v0.5.0 |
1741 | 2024-12-18T20:58:35.401Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-12-18T20:58:35.450Z | Compiling writeable v0.5.5 |
1743 | 2024-12-18T20:58:35.618Z | Compiling base64ct v1.6.0 |
1744 | 2024-12-18T20:58:35.698Z | Compiling unicode-bidi v0.3.17 |
1745 | 2024-12-18T20:58:35.950Z | Compiling litemap v0.7.3 |
1746 | 2024-12-18T20:58:36.199Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-12-18T20:58:36.244Z | Compiling tracing v0.1.40 |
1748 | 2024-12-18T20:58:36.350Z | Compiling icu_locid v1.5.0 |
1749 | 2024-12-18T20:58:37.240Z | Compiling scroll v0.12.0 |
1750 | 2024-12-18T20:58:37.655Z | Compiling ppv-lite86 v0.2.20 |
1751 | 2024-12-18T20:58:37.824Z | Compiling async-trait v0.1.83 |
1752 | 2024-12-18T20:58:38.411Z | Compiling cookie v0.18.1 |
1753 | 2024-12-18T20:58:38.480Z | Compiling anyhow v1.0.93 |
1754 | 2024-12-18T20:58:38.719Z | Compiling camino v1.1.9 |
1755 | 2024-12-18T20:58:39.019Z | Compiling plain v0.2.3 |
1756 | 2024-12-18T20:58:39.209Z | Compiling flagset v0.4.6 |
1757 | 2024-12-18T20:58:40.268Z | Compiling aws-lc-sys v0.22.0 |
1758 | 2024-12-18T20:58:41.753Z | Compiling der v0.7.9 |
1759 | 2024-12-18T20:58:43.898Z | Compiling goblin v0.8.2 |
1760 | 2024-12-18T20:58:44.742Z | Compiling rand_chacha v0.3.1 |
1761 | 2024-12-18T20:58:46.278Z | Compiling icu_provider v1.5.0 |
1762 | 2024-12-18T20:58:47.289Z | Compiling pretty-hex v0.4.1 |
1763 | 2024-12-18T20:58:47.507Z | Compiling rustls-pki-types v1.10.0 |
1764 | 2024-12-18T20:58:48.024Z | Compiling rustls v0.22.4 |
1765 | 2024-12-18T20:58:48.281Z | Compiling percent-encoding v2.3.1 |
1766 | 2024-12-18T20:58:48.325Z | Compiling untrusted v0.7.1 |
1767 | 2024-12-18T20:58:48.513Z | Compiling rayon-core v1.12.1 |
1768 | 2024-12-18T20:58:48.532Z | Compiling icu_locid_transform_data v1.5.0 |
1769 | 2024-12-18T20:58:48.782Z | Compiling icu_locid_transform v1.5.0 |
1770 | 2024-12-18T20:58:49.551Z | Compiling dof v0.3.0 |
1771 | 2024-12-18T20:58:50.933Z | Compiling rand v0.8.5 |
1772 | 2024-12-18T20:58:50.951Z | Compiling spki v0.7.3 |
1773 | 2024-12-18T20:58:51.319Z | Compiling salsa20 v0.10.2 |
1774 | 2024-12-18T20:58:51.422Z | Compiling dtrace-parser v0.2.0 |
1775 | 2024-12-18T20:58:51.442Z | Compiling tokio-util v0.7.12 |
1776 | 2024-12-18T20:58:52.509Z | Compiling icu_collections v1.5.0 |
1777 | 2024-12-18T20:58:52.605Z | Compiling pbkdf2 v0.12.2 |
1778 | 2024-12-18T20:58:53.079Z | Compiling thread-id v4.2.2 |
1779 | 2024-12-18T20:58:53.113Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-12-18T20:58:53.306Z | Compiling powerfmt v0.2.0 |
1781 | 2024-12-18T20:58:53.323Z | Compiling untrusted v0.9.0 |
1782 | 2024-12-18T20:58:53.383Z | Compiling mirai-annotations v1.12.0 |
1783 | 2024-12-18T20:58:53.726Z | Compiling winnow v0.5.40 |
1784 | 2024-12-18T20:58:53.815Z | Compiling deranged v0.3.11 |
1785 | 2024-12-18T20:58:55.996Z | Compiling icu_properties v1.5.1 |
1786 | 2024-12-18T20:58:56.996Z | Compiling toml_edit v0.19.15 |
1787 | 2024-12-18T20:58:58.632Z | Compiling scrypt v0.11.0 |
1788 | 2024-12-18T20:58:58.771Z | Compiling aes v0.8.4 |
1789 | 2024-12-18T20:58:59.128Z | Compiling cbc v0.1.2 |
1790 | 2024-12-18T20:58:59.995Z | Compiling multer v3.1.0 |
1791 | 2024-12-18T20:59:00.308Z | Compiling num_threads v0.1.7 |
1792 | 2024-12-18T20:59:00.444Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-12-18T20:59:00.559Z | Compiling atomic-waker v1.1.2 |
1794 | 2024-12-18T20:59:00.967Z | Compiling rustversion v1.0.17 |
1795 | 2024-12-18T20:59:00.985Z | Compiling icu_normalizer_data v1.5.0 |
1796 | 2024-12-18T20:59:01.268Z | Compiling slog-async v2.8.0 |
1797 | 2024-12-18T20:59:01.392Z | Compiling write16 v1.0.0 |
1798 | 2024-12-18T20:59:01.530Z | Compiling utf16_iter v1.0.5 |
1799 | 2024-12-18T20:59:01.710Z | Compiling icu_normalizer v1.5.0 |
1800 | 2024-12-18T20:59:01.838Z | Compiling time v0.3.36 |
1801 | 2024-12-18T20:59:02.669Z | Compiling pkcs5 v0.7.1 |
1802 | 2024-12-18T20:59:03.949Z | Compiling form_urlencoded v1.2.1 |
1803 | 2024-12-18T20:59:04.258Z | Compiling http-body v1.0.1 |
1804 | 2024-12-18T20:59:04.435Z | Compiling heapless v0.7.17 |
1805 | 2024-12-18T20:59:04.963Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1806 | 2024-12-18T20:59:05.780Z | Compiling signal-hook v0.3.17 |
1807 | 2024-12-18T20:59:06.049Z | Compiling try-lock v0.2.5 |
1808 | 2024-12-18T20:59:06.591Z | Compiling want v0.3.1 |
1809 | 2024-12-18T20:59:08.055Z | Compiling pkcs8 v0.10.2 |
1810 | 2024-12-18T20:59:08.694Z | Compiling idna_adapter v1.2.0 |
1811 | 2024-12-18T20:59:08.919Z | Compiling h2 v0.4.6 |
1812 | 2024-12-18T20:59:09.951Z | Compiling usdt-attr-macro v0.5.0 |
1813 | 2024-12-18T20:59:11.409Z | Compiling usdt-macro v0.5.0 |
1814 | 2024-12-18T20:59:11.756Z | Compiling async-stream-impl v0.3.6 |
1815 | 2024-12-18T20:59:11.820Z | Compiling httpdate v1.0.3 |
1816 | 2024-12-18T20:59:12.803Z | Compiling adler2 v2.0.0 |
1817 | 2024-12-18T20:59:13.022Z | Compiling miniz_oxide v0.8.0 |
1818 | 2024-12-18T20:59:13.921Z | Compiling idna v1.0.3 |
1819 | 2024-12-18T20:59:15.611Z | Compiling curve25519-dalek v4.1.3 |
1820 | 2024-12-18T20:59:16.010Z | Compiling hyper v1.5.0 |
1821 | 2024-12-18T20:59:16.234Z | Compiling openapiv3 v2.0.0 |
1822 | 2024-12-18T20:59:16.876Z | Compiling enum-as-inner v0.6.1 |
1823 | 2024-12-18T20:59:18.924Z | Compiling dropshot v0.12.0 |
1824 | 2024-12-18T20:59:19.218Z | Compiling tower-service v0.3.3 |
1825 | 2024-12-18T20:59:19.350Z | Compiling match_cfg v0.1.0 |
1826 | 2024-12-18T20:59:19.447Z | Compiling base64 v0.22.1 |
1827 | 2024-12-18T20:59:19.796Z | Compiling portable-atomic v1.9.0 |
1828 | 2024-12-18T20:59:20.115Z | Compiling foreign-types-shared v0.1.1 |
1829 | 2024-12-18T20:59:20.401Z | Compiling smoltcp v0.9.1 |
1830 | 2024-12-18T20:59:20.684Z | Compiling num-bigint-dig v0.8.4 |
1831 | 2024-12-18T20:59:20.854Z | Compiling hyper-util v0.1.10 |
1832 | 2024-12-18T20:59:20.981Z | Compiling foreign-types v0.3.2 |
1833 | 2024-12-18T20:59:21.079Z | Compiling hostname v0.3.1 |
1834 | 2024-12-18T20:59:26.987Z | Compiling url v2.5.3 |
1835 | 2024-12-18T20:59:29.097Z | Compiling dirs-sys-next v0.1.2 |
1836 | 2024-12-18T20:59:29.348Z | Compiling siphasher v0.3.11 |
1837 | 2024-12-18T20:59:29.436Z | Compiling ident_case v1.0.1 |
1838 | 2024-12-18T20:59:29.542Z | Compiling data-encoding v2.6.0 |
1839 | 2024-12-18T20:59:29.570Z | Compiling gimli v0.31.1 |
1840 | 2024-12-18T20:59:29.610Z | Compiling heck v0.4.1 |
1841 | 2024-12-18T20:59:29.772Z | Compiling darling_core v0.20.10 |
1842 | 2024-12-18T20:59:30.106Z | Compiling dirs-next v2.0.0 |
1843 | 2024-12-18T20:59:32.750Z | Compiling http-body-util v0.1.2 |
1844 | 2024-12-18T20:59:35.914Z | Compiling addr2line v0.24.2 |
1845 | 2024-12-18T20:59:36.591Z | Compiling crossbeam-epoch v0.9.18 |
1846 | 2024-12-18T20:59:36.638Z | Compiling hubpack_derive v0.1.1 |
1847 | 2024-12-18T20:59:36.749Z | Compiling dropshot_endpoint v0.12.0 |
1848 | 2024-12-18T20:59:36.866Z | Compiling sha1 v0.10.6 |
1849 | 2024-12-18T20:59:37.268Z | Compiling signature v2.2.0 |
1850 | 2024-12-18T20:59:37.285Z | Compiling zerocopy-derive v0.6.6 |
1851 | 2024-12-18T20:59:37.445Z | Compiling curve25519-dalek-derive v0.1.1 |
1852 | 2024-12-18T20:59:37.549Z | Compiling object v0.36.5 |
1853 | 2024-12-18T20:59:38.787Z | Compiling thread_local v1.1.8 |
1854 | 2024-12-18T20:59:39.190Z | Compiling fs-err v2.11.0 |
1855 | 2024-12-18T20:59:39.258Z | Compiling encoding_rs v0.8.34 |
1856 | 2024-12-18T20:59:40.841Z | Compiling winnow v0.6.20 |
1857 | 2024-12-18T20:59:42.669Z | Compiling openssl-probe v0.1.5 |
1858 | 2024-12-18T20:59:42.994Z | Compiling unicode-properties v0.1.3 |
1859 | 2024-12-18T20:59:43.403Z | Compiling mime v0.3.17 |
1860 | 2024-12-18T20:59:44.623Z | Compiling rustc-demangle v0.1.24 |
1861 | 2024-12-18T20:59:46.805Z | Compiling utf8parse v0.2.2 |
1862 | 2024-12-18T20:59:46.869Z | Compiling anstyle v1.0.10 |
1863 | 2024-12-18T20:59:47.330Z | Compiling ipnet v2.10.1 |
1864 | 2024-12-18T20:59:50.187Z | Compiling anstyle-parse v0.2.5 |
1865 | 2024-12-18T20:59:50.534Z | Compiling backtrace v0.3.74 |
1866 | 2024-12-18T20:59:51.988Z | Compiling toml_edit v0.22.22 |
1867 | 2024-12-18T20:59:53.807Z | Compiling stringprep v0.1.5 |
1868 | 2024-12-18T20:59:54.813Z | Compiling rustls-webpki v0.102.8 |
1869 | 2024-12-18T20:59:59.336Z | Compiling crossbeam-deque v0.8.5 |
1870 | 2024-12-18T21:00:00.415Z | Compiling darling_macro v0.20.10 |
1871 | 2024-12-18T21:00:01.530Z | Compiling term v0.7.0 |
1872 | 2024-12-18T21:00:02.816Z | Compiling slog-json v2.6.1 |
1873 | 2024-12-18T21:00:03.745Z | Compiling serde_urlencoded v0.7.1 |
1874 | 2024-12-18T21:00:04.900Z | Compiling crossbeam-channel v0.5.13 |
1875 | 2024-12-18T21:00:04.920Z | Compiling rustls-pemfile v2.2.0 |
1876 | 2024-12-18T21:00:05.680Z | Compiling hashbrown v0.14.5 |
1877 | 2024-12-18T21:00:06.002Z | Compiling idna v0.4.0 |
1878 | 2024-12-18T21:00:06.203Z | Compiling idna v0.3.0 |
1879 | 2024-12-18T21:00:07.077Z | Compiling futures-executor v0.3.31 |
1880 | 2024-12-18T21:00:07.634Z | Compiling num-integer v0.1.46 |
1881 | 2024-12-18T21:00:07.800Z | Compiling md-5 v0.10.6 |
1882 | 2024-12-18T21:00:08.053Z | Compiling ff v0.13.0 |
1883 | 2024-12-18T21:00:08.080Z | Compiling hash32 v0.2.1 |
1884 | 2024-12-18T21:00:08.292Z | Compiling is-terminal v0.4.13 |
1885 | 2024-12-18T21:00:08.341Z | Compiling memmap v0.7.0 |
1886 | 2024-12-18T21:00:08.453Z | Compiling psl-types v2.0.11 |
1887 | 2024-12-18T21:00:08.662Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-12-18T21:00:08.679Z | Compiling take_mut v0.2.2 |
1889 | 2024-12-18T21:00:08.846Z | Compiling quick-error v1.2.3 |
1890 | 2024-12-18T21:00:09.424Z | Compiling base16ct v0.2.0 |
1891 | 2024-12-18T21:00:09.725Z | Compiling is_terminal_polyfill v1.70.1 |
1892 | 2024-12-18T21:00:09.861Z | Compiling linked-hash-map v0.5.6 |
1893 | 2024-12-18T21:00:10.218Z | Compiling utf-8 v0.7.6 |
1894 | 2024-12-18T21:00:10.413Z | Compiling colorchoice v1.0.2 |
1895 | 2024-12-18T21:00:10.551Z | Compiling anstyle-query v1.1.1 |
1896 | 2024-12-18T21:00:10.698Z | Compiling anstream v0.6.15 |
1897 | 2024-12-18T21:00:10.865Z | Compiling tungstenite v0.24.0 |
1898 | 2024-12-18T21:00:11.361Z | Compiling lru-cache v0.1.2 |
1899 | 2024-12-18T21:00:12.607Z | Compiling sec1 v0.7.3 |
1900 | 2024-12-18T21:00:12.981Z | Compiling postgres-protocol v0.6.7 |
1901 | 2024-12-18T21:00:13.163Z | Compiling resolv-conf v0.7.0 |
1902 | 2024-12-18T21:00:13.862Z | Compiling publicsuffix v2.2.3 |
1903 | 2024-12-18T21:00:14.133Z | Compiling usdt v0.5.0 |
1904 | 2024-12-18T21:00:14.190Z | Compiling slog-term v2.9.1 |
1905 | 2024-12-18T21:00:14.692Z | Compiling group v0.13.0 |
1906 | 2024-12-18T21:00:15.017Z | Compiling num-iter v0.1.45 |
1907 | 2024-12-18T21:00:15.221Z | Compiling futures v0.3.31 |
1908 | 2024-12-18T21:00:15.291Z | Compiling regress v0.10.1 |
1909 | 2024-12-18T21:00:15.345Z | Compiling hickory-proto v0.24.1 |
1910 | 2024-12-18T21:00:19.334Z | Compiling tokio-rustls v0.26.0 |
1911 | 2024-12-18T21:00:19.631Z | Compiling slog-bunyan v2.5.0 |
1912 | 2024-12-18T21:00:19.807Z | Compiling darling v0.20.10 |
1913 | 2024-12-18T21:00:19.863Z | Compiling tokio-rustls v0.25.0 |
1914 | 2024-12-18T21:00:19.930Z | Compiling tokio-native-tls v0.3.1 |
1915 | 2024-12-18T21:00:20.060Z | Compiling toml v0.8.19 |
1916 | 2024-12-18T21:00:20.199Z | Compiling strum_macros v0.25.3 |
1917 | 2024-12-18T21:00:20.306Z | Compiling phf_shared v0.11.2 |
1918 | 2024-12-18T21:00:20.641Z | Compiling async-stream v0.3.6 |
1919 | 2024-12-18T21:00:20.678Z | Compiling waitgroup v0.1.2 |
1920 | 2024-12-18T21:00:20.883Z | Compiling webpki-roots v0.26.6 |
1921 | 2024-12-18T21:00:21.580Z | Compiling idna v0.5.0 |
1922 | 2024-12-18T21:00:21.620Z | Compiling terminal_size v0.4.0 |
1923 | 2024-12-18T21:00:21.846Z | Compiling serde_path_to_error v0.1.16 |
1924 | 2024-12-18T21:00:22.288Z | Compiling hkdf v0.12.4 |
1925 | 2024-12-18T21:00:22.826Z | Compiling crypto-bigint v0.5.5 |
1926 | 2024-12-18T21:00:23.036Z | Compiling derive-where v1.2.7 |
1927 | 2024-12-18T21:00:23.157Z | Compiling serde_repr v0.1.19 |
1928 | 2024-12-18T21:00:23.865Z | Compiling clap_derive v4.5.18 |
1929 | 2024-12-18T21:00:24.223Z | Compiling hostname v0.4.0 |
1930 | 2024-12-18T21:00:24.442Z | Compiling crc32fast v1.4.2 |
1931 | 2024-12-18T21:00:24.594Z | Compiling unicode-width v0.1.14 |
1932 | 2024-12-18T21:00:24.900Z | Compiling bitflags v1.3.2 |
1933 | 2024-12-18T21:00:25.006Z | Compiling managed v0.8.0 |
1934 | 2024-12-18T21:00:25.772Z | Compiling debug-ignore v1.0.5 |
1935 | 2024-12-18T21:00:25.927Z | Compiling clap_lex v0.7.2 |
1936 | 2024-12-18T21:00:26.530Z | Compiling clap_builder v4.5.21 |
1937 | 2024-12-18T21:00:26.769Z | Compiling elliptic-curve v0.13.8 |
1938 | 2024-12-18T21:00:29.154Z | Compiling console v0.15.8 |
1939 | 2024-12-18T21:00:29.408Z | Compiling flate2 v1.0.34 |
1940 | 2024-12-18T21:00:30.369Z | Compiling cookie_store v0.21.0 |
1941 | 2024-12-18T21:00:33.048Z | Compiling hyper-rustls v0.27.3 |
1942 | 2024-12-18T21:00:33.658Z | Compiling hickory-resolver v0.24.1 |
1943 | 2024-12-18T21:00:33.852Z | Compiling phf v0.11.2 |
1944 | 2024-12-18T21:00:35.037Z | Compiling hyper-tls v0.6.0 |
1945 | 2024-12-18T21:00:35.429Z | Compiling signal-hook-mio v0.2.4 |
1946 | 2024-12-18T21:00:35.456Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-18T21:00:35.459Z | Compiling typify-impl v0.2.0 |
1948 | 2024-12-18T21:00:35.594Z | Compiling rayon v1.10.0 |
1949 | 2024-12-18T21:00:35.834Z | Compiling postgres-types v0.2.8 |
1950 | 2024-12-18T21:00:36.417Z | Compiling tokio-tungstenite v0.24.0 |
1951 | 2024-12-18T21:00:37.220Z | Compiling zerocopy v0.6.6 |
1952 | 2024-12-18T21:00:37.269Z | Compiling hubpack v0.1.2 |
1953 | 2024-12-18T21:00:37.333Z | Compiling ed25519 v2.2.3 |
1954 | 2024-12-18T21:00:37.705Z | Compiling phf_shared v0.10.0 |
1955 | 2024-12-18T21:00:38.099Z | Compiling pkcs1 v0.7.5 |
1956 | 2024-12-18T21:00:38.118Z | Compiling tokio-stream v0.1.16 |
1957 | 2024-12-18T21:00:39.305Z | Compiling serde-big-array v0.5.1 |
1958 | 2024-12-18T21:00:39.438Z | Compiling rfc6979 v0.4.0 |
1959 | 2024-12-18T21:00:39.528Z | Compiling float-cmp v0.9.0 |
1960 | 2024-12-18T21:00:39.628Z | Compiling sync_wrapper v1.0.1 |
1961 | 2024-12-18T21:00:39.763Z | Compiling bstr v1.10.0 |
1962 | 2024-12-18T21:00:40.473Z | Compiling normalize-line-endings v0.3.0 |
1963 | 2024-12-18T21:00:40.610Z | Compiling unicode-segmentation v1.12.0 |
1964 | 2024-12-18T21:00:40.787Z | Compiling whoami v1.5.2 |
1965 | 2024-12-18T21:00:41.599Z | Compiling predicates-core v1.0.8 |
1966 | 2024-12-18T21:00:41.642Z | Compiling static_assertions v1.1.0 |
1967 | 2024-12-18T21:00:41.642Z | Compiling new_debug_unreachable v1.0.6 |
1968 | 2024-12-18T21:00:41.642Z | Compiling unicode-width v0.2.0 |
1969 | 2024-12-18T21:00:41.665Z | Compiling difflib v0.4.0 |
1970 | 2024-12-18T21:00:42.049Z | Compiling precomputed-hash v0.1.1 |
1971 | 2024-12-18T21:00:42.177Z | Compiling bit-vec v0.6.3 |
1972 | 2024-12-18T21:00:42.363Z | Compiling number_prefix v0.4.0 |
1973 | 2024-12-18T21:00:42.622Z | Compiling fixedbitset v0.4.2 |
1974 | 2024-12-18T21:00:42.675Z | Compiling indicatif v0.17.9 |
1975 | 2024-12-18T21:00:42.910Z | Compiling petgraph v0.6.5 |
1976 | 2024-12-18T21:00:42.942Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-18T21:00:43.242Z | Compiling string_cache v0.8.7 |
1978 | 2024-12-18T21:00:43.666Z | Compiling predicates v3.1.2 |
1979 | 2024-12-18T21:00:44.596Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
1980 | 2024-12-18T21:00:45.220Z | Compiling similar v2.6.0 |
1981 | 2024-12-18T21:00:49.292Z | Compiling tokio-postgres v0.7.12 |
1982 | 2024-12-18T21:00:49.409Z | Compiling reqwest v0.12.9 |
1983 | 2024-12-18T21:00:49.409Z | Compiling typify-macro v0.2.0 |
1984 | 2024-12-18T21:00:49.409Z | Compiling ecdsa v0.16.9 |
1985 | 2024-12-18T21:00:50.649Z | Compiling qorb v0.2.1 |
1986 | 2024-12-18T21:00:51.133Z | Compiling rsa v0.9.6 |
1987 | 2024-12-18T21:00:51.469Z | Compiling ed25519-dalek v2.1.1 |
1988 | 2024-12-18T21:00:52.030Z | Compiling zip v0.6.6 |
1989 | 2024-12-18T21:00:52.217Z | Compiling crossterm v0.28.1 |
1990 | 2024-12-18T21:00:52.473Z | Compiling clap v4.5.21 |
1991 | 2024-12-18T21:00:57.161Z | Compiling toml v0.7.8 |
1992 | 2024-12-18T21:00:57.261Z | Compiling x509-cert v0.2.5 |
1993 | 2024-12-18T21:00:57.261Z | Compiling hex v0.4.3 |
1994 | 2024-12-18T21:00:57.261Z | Compiling zerocopy v0.8.10 |
1995 | 2024-12-18T21:00:57.262Z | Compiling lalrpop-util v0.19.12 |
1996 | 2024-12-18T21:00:57.262Z | Compiling peg-runtime v0.8.3 |
1997 | 2024-12-18T21:00:57.262Z | Compiling unicode-xid v0.2.6 |
1998 | 2024-12-18T21:00:58.710Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1999 | 2024-12-18T21:01:03.105Z | Compiling proc-macro-crate v1.3.1 |
2000 | 2024-12-18T21:01:03.188Z | Compiling ipnetwork v0.20.0 |
2001 | 2024-12-18T21:01:03.552Z | Compiling macaddr v1.0.1 |
2002 | 2024-12-18T21:01:04.115Z | Compiling zerocopy-derive v0.8.10 |
2003 | 2024-12-18T21:01:04.173Z | Compiling itertools v0.13.0 |
2004 | 2024-12-18T21:01:06.877Z | Compiling heapless v0.8.0 |
2005 | 2024-12-18T21:01:07.558Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2006 | 2024-12-18T21:01:12.010Z | Compiling num_enum_derive v0.5.11 |
2007 | 2024-12-18T21:01:19.739Z | Compiling hash32 v0.3.1 |
2008 | 2024-12-18T21:01:20.398Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-12-18T21:01:21.093Z | Compiling smoltcp v0.11.0 |
2010 | 2024-12-18T21:01:26.173Z | Compiling num_enum v0.5.11 |
2011 | 2024-12-18T21:01:26.365Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2024-12-18T21:01:27.342Z | Compiling typify v0.2.0 |
2013 | 2024-12-18T21:01:28.457Z | Compiling proc-macro-error-attr v1.0.4 |
2014 | 2024-12-18T21:01:28.590Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-12-18T21:01:28.767Z | Compiling cobs v0.2.3 |
2016 | 2024-12-18T21:01:28.880Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-18T21:01:29.445Z | Compiling postcard v1.0.10 |
2018 | 2024-12-18T21:01:30.204Z | Compiling serde_yaml v0.9.34+deprecated |
2019 | 2024-12-18T21:01:46.779Z | Compiling progenitor-impl v0.8.0 |
2020 | 2024-12-18T21:01:47.050Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2024-12-18T21:01:59.098Z | Compiling strum_macros v0.26.4 |
2022 | 2024-12-18T21:01:59.889Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-12-18T21:02:00.017Z | Compiling foreign-types-macros v0.2.3 |
2024 | 2024-12-18T21:02:00.213Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-18T21:02:00.349Z | Compiling proc-macro-error v1.0.4 |
2026 | 2024-12-18T21:02:01.470Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-18T21:02:01.543Z | Compiling foreign-types-shared v0.3.1 |
2028 | 2024-12-18T21:02:01.886Z | Compiling newtype-uuid v1.1.3 |
2029 | 2024-12-18T21:02:02.410Z | Compiling structmeta v0.3.0 |
2030 | 2024-12-18T21:02:03.517Z | Compiling strum v0.26.3 |
2031 | 2024-12-18T21:02:06.632Z | Compiling foreign-types v0.5.0 |
2032 | 2024-12-18T21:02:06.763Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2033 | 2024-12-18T21:02:10.468Z | Compiling progenitor-macro v0.8.0 |
2034 | 2024-12-18T21:02:16.278Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2035 | 2024-12-18T21:02:16.501Z | Compiling progenitor-client v0.8.0 |
2036 | 2024-12-18T21:02:17.523Z | Compiling tabwriter v1.4.0 |
2037 | 2024-12-18T21:02:19.902Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2038 | 2024-12-18T21:02:20.715Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2024-12-18T21:02:21.591Z | Compiling cstr-argument v0.1.2 |
2040 | 2024-12-18T21:02:21.683Z | Compiling dropshot v0.13.0 |
2041 | 2024-12-18T21:02:21.853Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2042 | 2024-12-18T21:02:21.996Z | Compiling pretty-hex v0.2.1 |
2043 | 2024-12-18T21:02:22.153Z | Compiling thiserror v2.0.3 |
2044 | 2024-12-18T21:02:22.551Z | Compiling crucible-workspace-hack v0.1.0 |
2045 | 2024-12-18T21:02:22.721Z | Compiling fastrand v2.1.1 |
2046 | 2024-12-18T21:02:23.454Z | Compiling progenitor v0.8.0 |
2047 | 2024-12-18T21:02:23.457Z | Compiling tempfile v3.13.0 |
2048 | 2024-12-18T21:02:23.623Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2049 | 2024-12-18T21:02:24.040Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2050 | 2024-12-18T21:02:24.141Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2051 | 2024-12-18T21:02:24.432Z | Compiling parse-display-derive v0.10.0 |
2052 | 2024-12-18T21:02:24.968Z | Compiling colored v2.1.0 |
2053 | 2024-12-18T21:02:25.024Z | Compiling serde_with_macros v3.11.0 |
2054 | 2024-12-18T21:02:25.293Z | Compiling dropshot_endpoint v0.13.0 |
2055 | 2024-12-18T21:02:26.217Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2056 | 2024-12-18T21:02:26.957Z | Compiling thiserror-impl v2.0.3 |
2057 | 2024-12-18T21:02:27.606Z | Compiling instant v0.1.13 |
2058 | 2024-12-18T21:02:27.781Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2059 | 2024-12-18T21:02:27.868Z | Compiling backoff v0.4.0 |
2060 | 2024-12-18T21:02:28.159Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2061 | 2024-12-18T21:02:28.248Z | Compiling serde_with v3.11.0 |
2062 | 2024-12-18T21:02:28.311Z | Compiling parse-display v0.10.0 |
2063 | 2024-12-18T21:02:29.406Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2064 | 2024-12-18T21:02:30.200Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2065 | 2024-12-18T21:02:30.276Z | Compiling zone_cfg_derive v0.3.0 |
2066 | 2024-12-18T21:02:30.806Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2067 | 2024-12-18T21:02:31.163Z | Compiling camino-tempfile v1.1.1 |
2068 | 2024-12-18T21:02:31.638Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2069 | 2024-12-18T21:02:31.656Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2070 | 2024-12-18T21:02:31.937Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2071 | 2024-12-18T21:02:32.134Z | Compiling regress v0.9.1 |
2072 | 2024-12-18T21:02:32.155Z | Compiling num-derive v0.4.2 |
2073 | 2024-12-18T21:02:32.636Z | Compiling sigpipe v0.1.3 |
2074 | 2024-12-18T21:02:32.783Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2075 | 2024-12-18T21:02:33.088Z | Compiling libefi-sys v0.1.0 |
2076 | 2024-12-18T21:02:33.452Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2077 | 2024-12-18T21:02:34.464Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2078 | 2024-12-18T21:02:36.024Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2079 | 2024-12-18T21:02:36.587Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2080 | 2024-12-18T21:02:36.763Z | Compiling zone v0.3.0 |
2081 | 2024-12-18T21:02:39.242Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2082 | 2024-12-18T21:02:40.540Z | Compiling smf v0.2.3 |
2083 | 2024-12-18T21:02:40.697Z | Compiling bitfield-struct v0.6.2 |
2084 | 2024-12-18T21:02:40.811Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-18T21:02:41.209Z | Compiling blake3 v1.5.4 |
2086 | 2024-12-18T21:02:41.856Z | Compiling ring v0.16.20 |
2087 | 2024-12-18T21:02:42.096Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2088 | 2024-12-18T21:02:43.566Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2089 | 2024-12-18T21:02:43.672Z | Compiling xattr v1.3.1 |
2090 | 2024-12-18T21:02:43.999Z | Compiling filetime v0.2.25 |
2091 | 2024-12-18T21:02:44.018Z | Compiling memmap2 v0.9.5 |
2092 | 2024-12-18T21:02:44.365Z | Compiling same-file v1.0.6 |
2093 | 2024-12-18T21:02:44.596Z | Compiling spin v0.5.2 |
2094 | 2024-12-18T21:02:44.652Z | Compiling arrayref v0.3.9 |
2095 | 2024-12-18T21:02:44.685Z | Compiling arrayvec v0.7.6 |
2096 | 2024-12-18T21:02:44.769Z | Compiling constant_time_eq v0.3.1 |
2097 | 2024-12-18T21:02:44.870Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-12-18T21:02:44.961Z | Compiling walkdir v2.5.0 |
2099 | 2024-12-18T21:02:45.013Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2100 | 2024-12-18T21:02:46.562Z | Compiling tar v0.4.42 |
2101 | 2024-12-18T21:02:47.798Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2102 | 2024-12-18T21:02:47.954Z | Compiling gethostname v0.5.0 |
2103 | 2024-12-18T21:02:48.165Z | Compiling cargo-platform v0.1.8 |
2104 | 2024-12-18T21:02:48.221Z | Compiling topological-sort v0.2.2 |
2105 | 2024-12-18T21:02:48.509Z | Compiling cargo_metadata v0.18.1 |
2106 | 2024-12-18T21:02:51.087Z | Compiling omicron-zone-package v0.11.1 |
2107 | 2024-12-18T21:02:56.189Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2108 | 2024-12-18T21:02:56.902Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2109 | 2024-12-18T21:02:58.730Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2110 | 2024-12-18T21:03:18.342Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2111 | 2024-12-18T21:03:18.507Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2112 | 2024-12-18T21:03:18.557Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2113 | 2024-12-18T21:03:18.560Z | Created new build target 'test' and set it as active |
2114 | 2024-12-18T21:03:18.560Z | |
2115 | 2024-12-18T21:03:18.560Z | real 5:26.835892903 |
2116 | 2024-12-18T21:03:18.560Z | user 36:49.051968552 |
2117 | 2024-12-18T21:03:18.560Z | sys 4:54.719539595 |
2118 | 2024-12-18T21:03:18.560Z | trap 1.059333760 |
2119 | 2024-12-18T21:03:18.560Z | tflt 2.985816255 |
2120 | 2024-12-18T21:03:18.560Z | dflt 0.798775675 |
2121 | 2024-12-18T21:03:18.560Z | kflt 0.009259603 |
2122 | 2024-12-18T21:03:18.560Z | lock 1:17:19.666564543 |
2123 | 2024-12-18T21:03:18.561Z | slp 2:34:00.475628173 |
2124 | 2024-12-18T21:03:18.561Z | lat 2:33.179653732 |
2125 | 2024-12-18T21:03:18.561Z | stop 4:27.697456014 |
2126 | 2024-12-18T21:03:18.561Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2127 | 2024-12-18T21:03:19.520Z | Finished `release` profile [optimized] target(s) in 0.90s |
2128 | 2024-12-18T21:03:19.579Z | Running `target/release/omicron-package -t test package` |
2129 | 2024-12-18T21:03:19.623Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2024-12-18T21:03:20.753Z | Compiling convert_case v0.4.0 |
2131 | 2024-12-18T21:03:20.753Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2132 | 2024-12-18T21:03:20.753Z | Compiling newline-converter v0.3.0 |
2133 | 2024-12-18T21:03:20.756Z | Compiling password-hash v0.5.0 |
2134 | 2024-12-18T21:03:20.756Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-12-18T21:03:20.756Z | Compiling blake2 v0.10.6 |
2136 | 2024-12-18T21:03:20.756Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2137 | 2024-12-18T21:03:20.917Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-18T21:03:21.099Z | Compiling expectorate v1.1.0 |
2139 | 2024-12-18T21:03:21.276Z | Compiling owo-colors v4.1.0 |
2140 | 2024-12-18T21:03:21.321Z | Compiling progenitor v0.8.0 |
2141 | 2024-12-18T21:03:21.400Z | Compiling argon2 v0.5.3 |
2142 | 2024-12-18T21:03:21.551Z | Compiling num-rational v0.4.2 |
2143 | 2024-12-18T21:03:21.570Z | Compiling num-complex v0.4.6 |
2144 | 2024-12-18T21:03:21.587Z | Compiling derive_more v0.99.18 |
2145 | 2024-12-18T21:03:21.949Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2146 | 2024-12-18T21:03:22.512Z | Compiling atomicwrites v0.4.4 |
2147 | 2024-12-18T21:03:22.909Z | Compiling num v0.4.3 |
2148 | 2024-12-18T21:03:22.912Z | Compiling libsw v3.3.1 |
2149 | 2024-12-18T21:03:22.912Z | Compiling indent_write v2.2.0 |
2150 | 2024-12-18T21:03:23.031Z | Compiling swrite v0.1.0 |
2151 | 2024-12-18T21:03:23.050Z | Compiling linear-map v1.2.0 |
2152 | 2024-12-18T21:03:23.149Z | Compiling float-ord v0.3.2 |
2153 | 2024-12-18T21:03:23.170Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2024-12-18T21:03:23.270Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2024-12-18T21:03:23.317Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2156 | 2024-12-18T21:03:23.471Z | Compiling base64 v0.21.7 |
2157 | 2024-12-18T21:03:23.727Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-18T21:03:23.893Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2159 | 2024-12-18T21:03:24.444Z | Compiling highway v1.2.0 |
2160 | 2024-12-18T21:03:24.604Z | Compiling semver v0.1.20 |
2161 | 2024-12-18T21:03:25.152Z | Compiling rustc_version v0.1.7 |
2162 | 2024-12-18T21:03:25.586Z | Compiling newtype_derive v0.1.6 |
2163 | 2024-12-18T21:03:25.875Z | Compiling newtype-uuid v1.1.3 |
2164 | 2024-12-18T21:03:25.975Z | Compiling dropshot v0.13.0 |
2165 | 2024-12-18T21:03:26.053Z | Compiling ipnetwork v0.20.0 |
2166 | 2024-12-18T21:03:26.246Z | Compiling instant v0.1.13 |
2167 | 2024-12-18T21:03:26.417Z | Compiling humantime v2.1.0 |
2168 | 2024-12-18T21:03:26.874Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2169 | 2024-12-18T21:03:27.286Z | Compiling backoff v0.4.0 |
2170 | 2024-12-18T21:03:27.542Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-18T21:03:27.643Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2172 | 2024-12-18T21:03:28.114Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2173 | 2024-12-18T21:03:31.144Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2174 | 2024-12-18T21:03:31.651Z | Compiling parse-display v0.10.0 |
2175 | 2024-12-18T21:03:32.220Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-12-18T21:03:32.411Z | Compiling strum v0.26.3 |
2177 | 2024-12-18T21:03:32.594Z | Compiling serde_with v3.11.0 |
2178 | 2024-12-18T21:03:32.630Z | Compiling regress v0.9.1 |
2179 | 2024-12-18T21:03:36.349Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-18T21:03:37.451Z | Compiling macaddr v1.0.1 |
2181 | 2024-12-18T21:03:37.872Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-12-18T21:03:38.005Z | Compiling steno v0.4.1 |
2183 | 2024-12-18T21:03:38.313Z | Compiling prettyplease v0.2.25 |
2184 | 2024-12-18T21:03:38.344Z | Compiling slog-dtrace v0.3.0 |
2185 | 2024-12-18T21:03:38.945Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-12-18T21:03:40.008Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-12-18T21:03:40.271Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2188 | 2024-12-18T21:03:42.684Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2189 | 2024-12-18T21:03:43.980Z | Compiling half v2.4.1 |
2190 | 2024-12-18T21:03:44.704Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-12-18T21:03:44.851Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-12-18T21:03:45.377Z | Compiling tungstenite v0.21.0 |
2193 | 2024-12-18T21:03:48.037Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2024-12-18T21:03:48.774Z | Compiling ciborium v0.2.2 |
2195 | 2024-12-18T21:03:50.873Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2196 | 2024-12-18T21:03:56.685Z | Compiling same-file v1.0.6 |
2197 | 2024-12-18T21:03:56.934Z | Compiling display-error-chain v0.2.2 |
2198 | 2024-12-18T21:03:57.029Z | Compiling fastrand v2.1.1 |
2199 | 2024-12-18T21:03:57.143Z | Compiling walkdir v2.5.0 |
2200 | 2024-12-18T21:03:57.542Z | Compiling tempfile v3.13.0 |
2201 | 2024-12-18T21:03:57.929Z | Compiling blake3 v1.5.4 |
2202 | 2024-12-18T21:03:57.938Z | Compiling ring v0.16.20 |
2203 | 2024-12-18T21:03:58.039Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-12-18T21:03:58.285Z | Compiling xattr v1.3.1 |
2205 | 2024-12-18T21:03:58.331Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-12-18T21:03:58.460Z | Compiling filetime v0.2.25 |
2207 | 2024-12-18T21:03:58.543Z | Compiling memmap2 v0.9.5 |
2208 | 2024-12-18T21:03:58.786Z | Compiling arrayvec v0.7.6 |
2209 | 2024-12-18T21:03:58.972Z | Compiling keccak v0.1.5 |
2210 | 2024-12-18T21:03:59.209Z | Compiling arrayref v0.3.9 |
2211 | 2024-12-18T21:03:59.341Z | Compiling spin v0.5.2 |
2212 | 2024-12-18T21:03:59.599Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-12-18T21:03:59.753Z | Compiling sha3 v0.10.8 |
2214 | 2024-12-18T21:03:59.965Z | Compiling tar v0.4.42 |
2215 | 2024-12-18T21:04:00.634Z | Compiling camino-tempfile v1.1.1 |
2216 | 2024-12-18T21:04:00.749Z | Compiling toolchain_find v0.4.0 |
2217 | 2024-12-18T21:04:01.088Z | Compiling const_format_proc_macros v0.2.33 |
2218 | 2024-12-18T21:04:01.355Z | Compiling crunchy v0.2.2 |
2219 | 2024-12-18T21:04:01.736Z | Compiling topological-sort v0.2.2 |
2220 | 2024-12-18T21:04:01.829Z | Compiling maplit v1.0.2 |
2221 | 2024-12-18T21:04:01.861Z | Compiling radium v0.7.0 |
2222 | 2024-12-18T21:04:01.986Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2024-12-18T21:04:02.012Z | Compiling tiny-keccak v2.0.2 |
2224 | 2024-12-18T21:04:02.295Z | Compiling tap v1.0.1 |
2225 | 2024-12-18T21:04:02.342Z | Compiling maybe-uninit v2.0.0 |
2226 | 2024-12-18T21:04:02.492Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-12-18T21:04:02.527Z | Compiling wyz v0.5.1 |
2228 | 2024-12-18T21:04:02.992Z | Compiling const_format v0.2.33 |
2229 | 2024-12-18T21:04:03.073Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-12-18T21:04:03.124Z | Compiling dsl_auto_type v0.1.2 |
2231 | 2024-12-18T21:04:03.391Z | Compiling phf_generator v0.11.2 |
2232 | 2024-12-18T21:04:03.586Z | Compiling scheduled-thread-pool v0.2.7 |
2233 | 2024-12-18T21:04:03.608Z | Compiling secrecy v0.8.0 |
2234 | 2024-12-18T21:04:03.610Z | Compiling async-recursion v1.1.1 |
2235 | 2024-12-18T21:04:03.892Z | Compiling diesel_table_macro_syntax v0.2.0 |
2236 | 2024-12-18T21:04:04.273Z | Compiling funty v2.0.0 |
2237 | 2024-12-18T21:04:04.305Z | Compiling arc-swap v1.7.1 |
2238 | 2024-12-18T21:04:04.616Z | Compiling packed_struct v0.10.1 |
2239 | 2024-12-18T21:04:04.805Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2240 | 2024-12-18T21:04:04.986Z | Compiling crc-catalog v2.4.0 |
2241 | 2024-12-18T21:04:05.074Z | Compiling slog-scope v4.4.0 |
2242 | 2024-12-18T21:04:05.095Z | Compiling diesel_derives v2.2.3 |
2243 | 2024-12-18T21:04:05.142Z | Compiling crc v3.2.1 |
2244 | 2024-12-18T21:04:05.167Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2245 | 2024-12-18T21:04:05.831Z | Compiling bitvec v1.0.1 |
2246 | 2024-12-18T21:04:06.666Z | Compiling r2d2 v0.8.10 |
2247 | 2024-12-18T21:04:07.119Z | Compiling phf_codegen v0.11.2 |
2248 | 2024-12-18T21:04:07.461Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-18T21:04:07.610Z | Compiling ascii-canvas v3.0.0 |
2250 | 2024-12-18T21:04:07.788Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2251 | 2024-12-18T21:04:08.070Z | Compiling universal-hash v0.5.1 |
2252 | 2024-12-18T21:04:08.323Z | Compiling packed_struct_codegen v0.10.1 |
2253 | 2024-12-18T21:04:10.437Z | Compiling thiserror-impl-no-std v2.0.2 |
2254 | 2024-12-18T21:04:10.895Z | Compiling parse-zoneinfo v0.3.1 |
2255 | 2024-12-18T21:04:12.487Z | Compiling ena v0.14.3 |
2256 | 2024-12-18T21:04:12.914Z | Compiling indexmap v1.9.3 |
2257 | 2024-12-18T21:04:13.152Z | Compiling diff v0.1.13 |
2258 | 2024-12-18T21:04:13.219Z | Compiling nodrop v0.1.14 |
2259 | 2024-12-18T21:04:13.370Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-18T21:04:13.486Z | Compiling regex-syntax v0.6.29 |
2261 | 2024-12-18T21:04:13.686Z | Compiling poly1305 v0.8.0 |
2262 | 2024-12-18T21:04:15.238Z | Compiling array-init v0.0.4 |
2263 | 2024-12-18T21:04:16.419Z | Compiling thiserror-no-std v2.0.2 |
2264 | 2024-12-18T21:04:16.482Z | Compiling diesel v2.2.6 |
2265 | 2024-12-18T21:04:16.552Z | Compiling chrono-tz-build v0.4.0 |
2266 | 2024-12-18T21:04:17.714Z | Compiling lalrpop v0.19.12 |
2267 | 2024-12-18T21:04:23.059Z | Compiling smallvec v0.6.14 |
2268 | 2024-12-18T21:04:23.601Z | Compiling slog-stdlog v4.1.1 |
2269 | 2024-12-18T21:04:24.450Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2270 | 2024-12-18T21:04:24.943Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2271 | 2024-12-18T21:04:25.228Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2272 | 2024-12-18T21:04:25.466Z | Compiling chacha20 v0.9.1 |
2273 | 2024-12-18T21:04:25.565Z | Compiling aead v0.5.2 |
2274 | 2024-12-18T21:04:25.937Z | Compiling vte_generate_state_changes v0.1.2 |
2275 | 2024-12-18T21:04:25.954Z | Compiling bitfield v0.14.0 |
2276 | 2024-12-18T21:04:26.278Z | Compiling ref-cast v1.0.23 |
2277 | 2024-12-18T21:04:26.555Z | Compiling hashbrown v0.12.3 |
2278 | 2024-12-18T21:04:26.739Z | Compiling termcolor v1.4.1 |
2279 | 2024-12-18T21:04:27.813Z | Compiling env_logger v0.10.2 |
2280 | 2024-12-18T21:04:29.162Z | Compiling vte v0.11.1 |
2281 | 2024-12-18T21:04:30.627Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2282 | 2024-12-18T21:04:30.993Z | Compiling chacha20poly1305 v0.10.1 |
2283 | 2024-12-18T21:04:31.261Z | Compiling slog-envlogger v2.2.0 |
2284 | 2024-12-18T21:04:34.085Z | Compiling serde-hex v0.1.0 |
2285 | 2024-12-18T21:04:39.380Z | Compiling chrono-tz v0.10.0 |
2286 | 2024-12-18T21:04:40.006Z | Compiling vsss-rs v3.3.4 |
2287 | 2024-12-18T21:04:41.115Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2288 | 2024-12-18T21:04:41.463Z | Compiling ron v0.8.1 |
2289 | 2024-12-18T21:04:43.691Z | Compiling polar-core v0.27.3 |
2290 | 2024-12-18T21:04:44.517Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2291 | 2024-12-18T21:04:44.823Z | Compiling derive_builder_core v0.20.2 |
2292 | 2024-12-18T21:04:44.904Z | Compiling hashbrown v0.13.2 |
2293 | 2024-12-18T21:04:46.313Z | Compiling headers-core v0.3.0 |
2294 | 2024-12-18T21:04:46.507Z | Compiling fxhash v0.2.1 |
2295 | 2024-12-18T21:04:46.749Z | Compiling libxml v0.3.3 |
2296 | 2024-12-18T21:04:47.044Z | Compiling ref-cast-impl v1.0.23 |
2297 | 2024-12-18T21:04:47.116Z | Compiling bumpalo v3.16.0 |
2298 | 2024-12-18T21:04:47.386Z | Compiling simd-adler32 v0.3.7 |
2299 | 2024-12-18T21:04:47.703Z | Compiling crc-any v2.5.0 |
2300 | 2024-12-18T21:04:48.178Z | Compiling lockfree-object-pool v0.1.6 |
2301 | 2024-12-18T21:04:48.498Z | Compiling zip v2.1.3 |
2302 | 2024-12-18T21:04:48.598Z | Compiling bytecount v0.6.8 |
2303 | 2024-12-18T21:04:48.619Z | Compiling zopfli v0.8.1 |
2304 | 2024-12-18T21:04:48.881Z | Compiling papergrid v0.11.0 |
2305 | 2024-12-18T21:04:49.094Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2306 | 2024-12-18T21:04:52.848Z | Compiling derive_builder_macro v0.20.2 |
2307 | 2024-12-18T21:04:53.713Z | Compiling headers v0.4.0 |
2308 | 2024-12-18T21:04:54.832Z | Compiling object v0.30.4 |
2309 | 2024-12-18T21:05:02.025Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-12-18T21:05:04.165Z | Compiling strip-ansi-escapes v0.2.0 |
2311 | 2024-12-18T21:05:04.456Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-12-18T21:05:04.543Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2313 | 2024-12-18T21:05:04.839Z | Compiling tabled_derive v0.7.0 |
2314 | 2024-12-18T21:05:04.904Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2315 | 2024-12-18T21:05:07.050Z | Compiling itertools v0.12.1 |
2316 | 2024-12-18T21:05:07.608Z | Compiling fd-lock v4.0.2 |
2317 | 2024-12-18T21:05:07.679Z | Compiling peg-macros v0.8.4 |
2318 | 2024-12-18T21:05:07.856Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2319 | 2024-12-18T21:05:08.758Z | Compiling strum_macros v0.24.3 |
2320 | 2024-12-18T21:05:08.777Z | Compiling kstat-rs v0.2.4 |
2321 | 2024-12-18T21:05:08.897Z | Compiling samael v0.0.17 |
2322 | 2024-12-18T21:05:09.323Z | Compiling unicase v2.7.0 |
2323 | 2024-12-18T21:05:09.514Z | Compiling nu-ansi-term v0.50.1 |
2324 | 2024-12-18T21:05:09.644Z | Compiling indoc v1.0.9 |
2325 | 2024-12-18T21:05:09.754Z | Compiling path-slash v0.1.5 |
2326 | 2024-12-18T21:05:10.007Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2327 | 2024-12-18T21:05:10.478Z | Compiling reedline v0.35.0 |
2328 | 2024-12-18T21:05:10.703Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-12-18T21:05:11.051Z | Compiling peg v0.8.4 |
2330 | 2024-12-18T21:05:11.170Z | Compiling tabled v0.15.0 |
2331 | 2024-12-18T21:05:16.657Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2332 | 2024-12-18T21:05:25.761Z | Compiling derive_builder v0.20.2 |
2333 | 2024-12-18T21:05:30.460Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2334 | 2024-12-18T21:05:30.865Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2335 | 2024-12-18T21:05:31.004Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2336 | 2024-12-18T21:05:31.112Z | Compiling pem v3.0.4 |
2337 | 2024-12-18T21:05:31.311Z | Compiling bcs v0.1.6 |
2338 | 2024-12-18T21:05:32.425Z | Compiling impl-trait-for-tuples v0.2.2 |
2339 | 2024-12-18T21:05:32.571Z | Compiling oso-derive v0.27.3 |
2340 | 2024-12-18T21:05:33.557Z | Compiling libz-sys v1.1.20 |
2341 | 2024-12-18T21:05:33.854Z | Compiling quick-xml v0.33.0 |
2342 | 2024-12-18T21:05:34.237Z | Compiling diesel-dtrace v0.4.2 |
2343 | 2024-12-18T21:05:34.558Z | Compiling parking_lot_core v0.8.6 |
2344 | 2024-12-18T21:05:39.100Z | Compiling oso v0.27.3 |
2345 | 2024-12-18T21:05:41.827Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2346 | 2024-12-18T21:05:43.453Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2347 | 2024-12-18T21:05:48.916Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2348 | 2024-12-18T21:05:52.106Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2349 | 2024-12-18T21:05:52.413Z | Compiling bb8 v0.8.5 |
2350 | 2024-12-18T21:05:53.059Z | Compiling buf-list v1.0.3 |
2351 | 2024-12-18T21:05:53.711Z | Compiling async-bb8-diesel v0.2.1 |
2352 | 2024-12-18T21:05:56.143Z | Compiling nibble_vec v0.1.0 |
2353 | 2024-12-18T21:05:56.275Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2354 | 2024-12-18T21:05:56.388Z | Compiling pin-project-internal v1.1.6 |
2355 | 2024-12-18T21:05:57.090Z | Compiling atty v0.2.14 |
2356 | 2024-12-18T21:05:57.266Z | Compiling salty v0.3.0 |
2357 | 2024-12-18T21:05:57.705Z | Compiling endian-type v0.1.2 |
2358 | 2024-12-18T21:05:57.971Z | Compiling radix_trie v0.2.1 |
2359 | 2024-12-18T21:05:59.161Z | Compiling pin-project v1.1.6 |
2360 | 2024-12-18T21:05:59.689Z | Compiling parking_lot v0.11.2 |
2361 | 2024-12-18T21:06:02.706Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2362 | 2024-12-18T21:06:07.258Z | Compiling snafu-derive v0.8.5 |
2363 | 2024-12-18T21:06:11.855Z | Compiling snafu v0.8.5 |
2364 | 2024-12-18T21:06:13.152Z | Compiling sled v0.34.7 |
2365 | 2024-12-18T21:06:18.110Z | Compiling mime_guess v2.0.5 |
2366 | 2024-12-18T21:06:21.236Z | Compiling hickory-client v0.24.1 |
2367 | 2024-12-18T21:06:26.818Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2368 | 2024-12-18T21:06:28.884Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2369 | 2024-12-18T21:06:29.013Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2370 | 2024-12-18T21:06:29.036Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2371 | 2024-12-18T21:06:30.559Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2372 | 2024-12-18T21:06:32.006Z | Compiling globset v0.4.15 |
2373 | 2024-12-18T21:06:34.776Z | Compiling hickory-server v0.24.1 |
2374 | 2024-12-18T21:06:37.817Z | Compiling primeorder v0.13.6 |
2375 | 2024-12-18T21:06:38.412Z | Compiling olpc-cjson v0.1.4 |
2376 | 2024-12-18T21:06:38.784Z | Compiling vergen v8.3.2 |
2377 | 2024-12-18T21:06:39.101Z | Compiling env_filter v0.1.2 |
2378 | 2024-12-18T21:06:39.278Z | Compiling cargo-platform v0.1.8 |
2379 | 2024-12-18T21:06:39.816Z | Compiling serde_plain v1.0.2 |
2380 | 2024-12-18T21:06:40.360Z | Compiling nanorand v0.7.0 |
2381 | 2024-12-18T21:06:40.611Z | Compiling memoffset v0.9.1 |
2382 | 2024-12-18T21:06:40.933Z | Compiling typed-path v0.9.3 |
2383 | 2024-12-18T21:06:41.254Z | Compiling flume v0.11.1 |
2384 | 2024-12-18T21:06:41.970Z | Compiling cargo_metadata v0.18.1 |
2385 | 2024-12-18T21:06:45.304Z | Compiling tough v0.19.0 |
2386 | 2024-12-18T21:06:46.686Z | Compiling env_logger v0.11.5 |
2387 | 2024-12-18T21:06:46.838Z | Compiling p384 v0.13.0 |
2388 | 2024-12-18T21:06:48.112Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2389 | 2024-12-18T21:06:48.213Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2390 | 2024-12-18T21:06:49.344Z | Compiling git2 v0.19.0 |
2391 | 2024-12-18T21:06:49.731Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2392 | 2024-12-18T21:06:58.698Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2393 | 2024-12-18T21:06:58.809Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2394 | 2024-12-18T21:06:59.877Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2395 | 2024-12-18T21:07:01.543Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2396 | 2024-12-18T21:07:04.299Z | Compiling rand_seeder v0.3.0 |
2397 | 2024-12-18T21:07:04.703Z | Compiling libsqlite3-sys v0.30.1 |
2398 | 2024-12-18T21:07:05.235Z | Compiling lzma-sys v0.1.20 |
2399 | 2024-12-18T21:07:05.819Z | Compiling cfg_aliases v0.2.1 |
2400 | 2024-12-18T21:07:05.951Z | Compiling parse-size v1.1.0 |
2401 | 2024-12-18T21:07:05.971Z | Compiling rustls v0.21.12 |
2402 | 2024-12-18T21:07:06.267Z | Compiling http-range v0.1.5 |
2403 | 2024-12-18T21:07:06.286Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2404 | 2024-12-18T21:07:06.938Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2405 | 2024-12-18T21:07:06.963Z | Compiling nix v0.29.0 |
2406 | 2024-12-18T21:07:06.963Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2407 | 2024-12-18T21:07:07.137Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2408 | 2024-12-18T21:07:11.190Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2409 | 2024-12-18T21:07:11.851Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2410 | 2024-12-18T21:07:12.685Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2411 | 2024-12-18T21:07:12.999Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2412 | 2024-12-18T21:07:13.021Z | Compiling rustls-webpki v0.101.7 |
2413 | 2024-12-18T21:07:15.577Z | Compiling sct v0.7.1 |
2414 | 2024-12-18T21:07:16.023Z | Compiling heck v0.3.3 |
2415 | 2024-12-18T21:07:16.461Z | Compiling castaway v0.2.3 |
2416 | 2024-12-18T21:07:16.793Z | Compiling csv-core v0.1.11 |
2417 | 2024-12-18T21:07:16.929Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=97301243f0707708ae9e629e2b4cdea5ae3fd078#97301243) |
2418 | 2024-12-18T21:07:18.828Z | Compiling glob v0.3.1 |
2419 | 2024-12-18T21:07:18.884Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2420 | 2024-12-18T21:07:18.884Z | Compiling void v1.0.2 |
2421 | 2024-12-18T21:07:18.884Z | Compiling lzss v0.8.2 |
2422 | 2024-12-18T21:07:18.884Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2423 | 2024-12-18T21:07:18.884Z | Compiling csv v1.3.0 |
2424 | 2024-12-18T21:07:19.294Z | Compiling compact_str v0.8.0 |
2425 | 2024-12-18T21:07:19.948Z | Compiling zone_cfg_derive v0.1.2 |
2426 | 2024-12-18T21:07:24.228Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2427 | 2024-12-18T21:07:24.273Z | Compiling nix v0.27.1 |
2428 | 2024-12-18T21:07:24.899Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2429 | 2024-12-18T21:07:25.018Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2430 | 2024-12-18T21:07:26.178Z | Compiling hyper-staticfile v0.10.1 |
2431 | 2024-12-18T21:07:29.216Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2024-12-18T21:07:31.254Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2433 | 2024-12-18T21:07:31.625Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2434 | 2024-12-18T21:07:32.537Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2435 | 2024-12-18T21:07:36.941Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2436 | 2024-12-18T21:07:39.621Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2437 | 2024-12-18T21:07:39.738Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-12-18T21:07:39.970Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-18T21:07:40.046Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-12-18T21:07:40.288Z | Compiling unicode-truncate v1.1.0 |
2441 | 2024-12-18T21:07:40.591Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2442 | 2024-12-18T21:07:43.455Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2443 | 2024-12-18T21:07:44.164Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2444 | 2024-12-18T21:07:44.599Z | Compiling hashlink v0.9.1 |
2445 | 2024-12-18T21:07:44.779Z | Compiling tungstenite v0.23.0 |
2446 | 2024-12-18T21:07:45.472Z | Compiling lru v0.12.5 |
2447 | 2024-12-18T21:07:45.863Z | Compiling instability v0.3.2 |
2448 | 2024-12-18T21:07:46.278Z | Compiling cassowary v0.3.0 |
2449 | 2024-12-18T21:07:46.600Z | Compiling base64 v0.13.1 |
2450 | 2024-12-18T21:07:46.939Z | Compiling fallible-iterator v0.3.0 |
2451 | 2024-12-18T21:07:47.361Z | Compiling fallible-streaming-iterator v0.1.9 |
2452 | 2024-12-18T21:07:47.503Z | Compiling ron v0.7.1 |
2453 | 2024-12-18T21:07:47.645Z | Compiling ratatui v0.28.1 |
2454 | 2024-12-18T21:07:47.682Z | Compiling rusqlite v0.32.1 |
2455 | 2024-12-18T21:07:49.862Z | Compiling tokio-tungstenite v0.23.1 |
2456 | 2024-12-18T21:07:50.457Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2457 | 2024-12-18T21:07:50.501Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2458 | 2024-12-18T21:07:51.904Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2459 | 2024-12-18T21:07:52.754Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2460 | 2024-12-18T21:07:54.406Z | Compiling xz2 v0.1.7 |
2461 | 2024-12-18T21:07:56.216Z | Compiling tokio-rustls v0.24.1 |
2462 | 2024-12-18T21:07:56.700Z | Compiling zone v0.1.8 |
2463 | 2024-12-18T21:08:00.145Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2464 | 2024-12-18T21:08:06.327Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2465 | 2024-12-18T21:08:06.514Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2466 | 2024-12-18T21:08:11.518Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2467 | 2024-12-18T21:08:14.114Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2024-12-18T21:08:19.660Z | Compiling rustls-pemfile v1.0.4 |
2469 | 2024-12-18T21:08:19.718Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2470 | 2024-12-18T21:08:19.718Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2471 | 2024-12-18T21:08:20.399Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2472 | 2024-12-18T21:08:20.582Z | Compiling signal-hook-tokio v0.3.1 |
2473 | 2024-12-18T21:08:20.819Z | Compiling twox-hash v1.6.3 |
2474 | 2024-12-18T21:08:21.497Z | Compiling yasna v0.5.2 |
2475 | 2024-12-18T21:08:21.843Z | Compiling unicode-linebreak v0.1.5 |
2476 | 2024-12-18T21:08:22.398Z | Compiling smawk v0.3.2 |
2477 | 2024-12-18T21:08:22.679Z | Compiling is_ci v1.2.0 |
2478 | 2024-12-18T21:08:22.998Z | Compiling supports-color v3.0.1 |
2479 | 2024-12-18T21:08:23.419Z | Compiling textwrap v0.16.1 |
2480 | 2024-12-18T21:08:23.499Z | Compiling rcgen v0.12.1 |
2481 | 2024-12-18T21:08:25.108Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2482 | 2024-12-18T21:08:26.950Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2483 | 2024-12-18T21:08:35.616Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2484 | 2024-12-18T21:08:35.823Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2485 | 2024-12-18T21:08:38.725Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2486 | 2024-12-18T21:08:39.107Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2487 | 2024-12-18T21:08:43.951Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2488 | 2024-12-18T21:08:56.622Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2489 | 2024-12-18T21:08:57.576Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2490 | 2024-12-18T21:08:58.254Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2491 | 2024-12-18T21:08:58.572Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2492 | 2024-12-18T21:09:05.262Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2493 | 2024-12-18T21:09:11.245Z | Compiling fatfs v0.3.6 |
2494 | 2024-12-18T21:09:14.272Z | Compiling rtoolbox v0.0.2 |
2495 | 2024-12-18T21:09:14.717Z | Compiling subprocess v0.2.9 |
2496 | 2024-12-18T21:09:15.822Z | Compiling assert_matches v1.5.0 |
2497 | 2024-12-18T21:09:15.887Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2498 | 2024-12-18T21:09:19.389Z | Compiling rpassword v7.3.1 |
2499 | 2024-12-18T21:09:19.837Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2500 | 2024-12-18T21:09:21.182Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2501 | 2024-12-18T21:09:23.545Z | Compiling tui-tree-widget v0.22.0 |
2502 | 2024-12-18T21:09:23.990Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2503 | 2024-12-18T21:09:25.043Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2504 | 2024-12-18T21:09:28.307Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2505 | 2024-12-18T21:09:28.746Z | Compiling uzers v0.12.1 |
2506 | 2024-12-18T21:09:31.776Z | Compiling shell-words v1.1.0 |
2507 | 2024-12-18T21:09:32.237Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2508 | 2024-12-18T21:09:38.910Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2509 | 2024-12-18T21:09:40.915Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2510 | 2024-12-18T21:10:13.062Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-12-18T21:10:13.407Z | Compiling multimap v0.10.0 |
2512 | 2024-12-18T21:12:32.604Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2513 | 2024-12-18T21:12:36.612Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2514 | 2024-12-18T21:19:33.528Z | Finished `release` profile [optimized] target(s) in 16m 13s |
2515 | 2024-12-18T21:20:37.441Z | |
2516 | 2024-12-18T21:20:37.441Z | real 17:18.767958968 |
2517 | 2024-12-18T21:20:37.441Z | user 1:56:03.228850131 |
2518 | 2024-12-18T21:20:37.441Z | sys 5:51.646854978 |
2519 | 2024-12-18T21:20:37.444Z | trap 2.799397471 |
2520 | 2024-12-18T21:20:37.444Z | tflt 3.048083184 |
2521 | 2024-12-18T21:20:37.444Z | dflt 4.029227517 |
2522 | 2024-12-18T21:20:37.444Z | kflt 0.163292092 |
2523 | 2024-12-18T21:20:37.444Z | lock 7:09:44.118431544 |
2524 | 2024-12-18T21:20:37.444Z | slp 6:10:10.672333734 |
2525 | 2024-12-18T21:20:37.444Z | lat 2:50.319691903 |
2526 | 2024-12-18T21:20:37.444Z | stop 2:32.574078380 |
2527 | 2024-12-18T21:20:37.444Z | + mapfile -t packages |
2528 | 2024-12-18T21:20:37.444Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2529 | 2024-12-18T21:20:38.453Z | Finished `release` profile [optimized] target(s) in 0.96s |
2530 | 2024-12-18T21:20:38.513Z | Running `target/release/omicron-package -t test list-outputs` |
2531 | 2024-12-18T21:20:38.556Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2532 | 2024-12-18T21:20:38.559Z | + ptime -m cargo build --locked --release -p xtask |
2533 | 2024-12-18T21:20:39.121Z | Compiling serde v1.0.215 |
2534 | 2024-12-18T21:20:39.123Z | Compiling rustix v0.38.37 |
2535 | 2024-12-18T21:20:39.123Z | Compiling libc v0.2.162 |
2536 | 2024-12-18T21:20:39.123Z | Compiling serde_json v1.0.132 |
2537 | 2024-12-18T21:20:39.123Z | Compiling syn v2.0.87 |
2538 | 2024-12-18T21:20:39.212Z | Compiling bitflags v2.6.0 |
2539 | 2024-12-18T21:20:39.575Z | Compiling usdt-impl v0.5.0 |
2540 | 2024-12-18T21:20:39.590Z | Compiling syn v1.0.109 |
2541 | 2024-12-18T21:20:39.723Z | Compiling log v0.4.22 |
2542 | 2024-12-18T21:20:39.738Z | Compiling hashbrown v0.15.1 |
2543 | 2024-12-18T21:20:39.826Z | Compiling fs-err v2.11.0 |
2544 | 2024-12-18T21:20:40.133Z | Compiling anyhow v1.0.93 |
2545 | 2024-12-18T21:20:40.202Z | Compiling once_cell v1.20.2 |
2546 | 2024-12-18T21:20:40.751Z | Compiling thread-id v4.2.2 |
2547 | 2024-12-18T21:20:41.065Z | Compiling indexmap v2.6.0 |
2548 | 2024-12-18T21:20:42.172Z | Compiling terminal_size v0.4.0 |
2549 | 2024-12-18T21:20:42.172Z | Compiling tempfile v3.13.0 |
2550 | 2024-12-18T21:20:42.427Z | Compiling clap_builder v4.5.21 |
2551 | 2024-12-18T21:20:42.970Z | Compiling proc-macro-error v1.0.4 |
2552 | 2024-12-18T21:20:44.346Z | Compiling tabled_derive v0.7.0 |
2553 | 2024-12-18T21:20:45.722Z | Compiling tabled v0.15.0 |
2554 | 2024-12-18T21:20:47.128Z | Compiling serde_derive v1.0.215 |
2555 | 2024-12-18T21:20:48.183Z | Compiling thiserror-impl v1.0.69 |
2556 | 2024-12-18T21:20:48.362Z | Compiling zerocopy-derive v0.7.35 |
2557 | 2024-12-18T21:20:48.466Z | Compiling scroll_derive v0.12.0 |
2558 | 2024-12-18T21:20:49.911Z | Compiling scroll v0.12.0 |
2559 | 2024-12-18T21:20:50.363Z | Compiling zerocopy v0.7.35 |
2560 | 2024-12-18T21:20:50.534Z | Compiling goblin v0.8.2 |
2561 | 2024-12-18T21:20:51.126Z | Compiling thiserror v1.0.69 |
2562 | 2024-12-18T21:20:51.299Z | Compiling pest v2.7.14 |
2563 | 2024-12-18T21:20:54.375Z | Compiling pest_meta v2.7.14 |
2564 | 2024-12-18T21:20:56.131Z | Compiling pest_generator v2.7.14 |
2565 | 2024-12-18T21:20:57.395Z | Compiling clap_derive v4.5.18 |
2566 | 2024-12-18T21:20:58.595Z | Compiling pest_derive v2.7.14 |
2567 | 2024-12-18T21:20:59.388Z | Compiling dtrace-parser v0.2.0 |
2568 | 2024-12-18T21:21:01.897Z | Compiling serde_tokenstream v0.2.2 |
2569 | 2024-12-18T21:21:02.169Z | Compiling toml_datetime v0.6.8 |
2570 | 2024-12-18T21:21:02.519Z | Compiling serde_spanned v0.6.8 |
2571 | 2024-12-18T21:21:02.800Z | Compiling toml_edit v0.22.22 |
2572 | 2024-12-18T21:21:02.872Z | Compiling camino v1.1.9 |
2573 | 2024-12-18T21:21:04.269Z | Compiling dof v0.3.0 |
2574 | 2024-12-18T21:21:06.622Z | Compiling usdt-attr-macro v0.5.0 |
2575 | 2024-12-18T21:21:07.282Z | Compiling usdt-macro v0.5.0 |
2576 | 2024-12-18T21:21:07.739Z | Compiling toml v0.8.19 |
2577 | 2024-12-18T21:21:08.519Z | Compiling semver v1.0.23 |
2578 | 2024-12-18T21:21:10.049Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-12-18T21:21:10.280Z | Compiling cargo_toml v0.20.5 |
2580 | 2024-12-18T21:21:11.161Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-12-18T21:21:14.523Z | Compiling usdt v0.5.0 |
2582 | 2024-12-18T21:21:14.606Z | Compiling camino-tempfile v1.1.1 |
2583 | 2024-12-18T21:21:15.409Z | Compiling clap v4.5.21 |
2584 | 2024-12-18T21:21:15.555Z | Compiling macaddr v1.0.1 |
2585 | 2024-12-18T21:21:24.052Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2586 | 2024-12-18T21:21:35.256Z | Finished `release` profile [optimized] target(s) in 56.64s |
2587 | 2024-12-18T21:21:35.361Z | |
2588 | 2024-12-18T21:21:35.364Z | real 56.771777602 |
2589 | 2024-12-18T21:21:35.364Z | user 5:44.908014741 |
2590 | 2024-12-18T21:21:35.364Z | sys 31.962108619 |
2591 | 2024-12-18T21:21:35.364Z | trap 0.145849978 |
2592 | 2024-12-18T21:21:35.364Z | tflt 0.291824711 |
2593 | 2024-12-18T21:21:35.364Z | dflt 0.514452222 |
2594 | 2024-12-18T21:21:35.364Z | kflt 0.000000000 |
2595 | 2024-12-18T21:21:35.364Z | lock 10:52.000370767 |
2596 | 2024-12-18T21:21:35.364Z | slp 16:25.004054847 |
2597 | 2024-12-18T21:21:35.364Z | lat 14.413594689 |
2598 | 2024-12-18T21:21:35.364Z | stop 16.411212402 |
2599 | 2024-12-18T21:21:35.364Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2024-12-18T21:21:35.364Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-12-18T21:21:35.364Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2024-12-18T21:21:35.364Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-12-18T21:21:35.364Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2604 | 2024-12-18T21:21:36.238Z | Compiling hashbrown v0.14.5 |
2605 | 2024-12-18T21:21:36.367Z | Compiling ident_case v1.0.1 |
2606 | 2024-12-18T21:21:36.367Z | Compiling unsafe-libyaml v0.2.11 |
2607 | 2024-12-18T21:21:36.369Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2024-12-18T21:21:36.369Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-12-18T21:21:36.369Z | Compiling ipnetwork v0.20.0 |
2610 | 2024-12-18T21:21:36.369Z | Compiling macaddr v1.0.1 |
2611 | 2024-12-18T21:21:36.369Z | Compiling instant v0.1.13 |
2612 | 2024-12-18T21:21:36.527Z | Compiling darling_core v0.20.10 |
2613 | 2024-12-18T21:21:36.578Z | Compiling structmeta-derive v0.3.0 |
2614 | 2024-12-18T21:21:36.859Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2615 | 2024-12-18T21:21:36.862Z | Compiling dropshot v0.13.0 |
2616 | 2024-12-18T21:21:36.926Z | Compiling newtype-uuid v1.1.3 |
2617 | 2024-12-18T21:21:37.261Z | Compiling dropshot_endpoint v0.13.0 |
2618 | 2024-12-18T21:21:37.415Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-12-18T21:21:37.613Z | Compiling regress v0.10.1 |
2620 | 2024-12-18T21:21:37.616Z | Compiling serde_yaml v0.9.34+deprecated |
2621 | 2024-12-18T21:21:37.701Z | Compiling regress v0.9.1 |
2622 | 2024-12-18T21:21:38.211Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-12-18T21:21:38.233Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-12-18T21:21:38.427Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2625 | 2024-12-18T21:21:38.627Z | Compiling backoff v0.4.0 |
2626 | 2024-12-18T21:21:39.036Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2627 | 2024-12-18T21:21:39.216Z | Compiling tempfile v3.13.0 |
2628 | 2024-12-18T21:21:39.261Z | Compiling proc-macro-crate v1.3.1 |
2629 | 2024-12-18T21:21:39.657Z | Compiling structmeta v0.3.0 |
2630 | 2024-12-18T21:21:40.133Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2631 | 2024-12-18T21:21:40.136Z | Compiling parse-display-derive v0.10.0 |
2632 | 2024-12-18T21:21:40.356Z | Compiling num_enum_derive v0.5.11 |
2633 | 2024-12-18T21:21:40.532Z | Compiling itertools v0.13.0 |
2634 | 2024-12-18T21:21:41.810Z | Compiling typify-impl v0.2.0 |
2635 | 2024-12-18T21:21:42.672Z | Compiling zerocopy v0.8.10 |
2636 | 2024-12-18T21:21:42.928Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-12-18T21:21:42.984Z | Compiling num_enum v0.5.11 |
2638 | 2024-12-18T21:21:43.171Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-12-18T21:21:43.252Z | Compiling foreign-types-macros v0.2.3 |
2640 | 2024-12-18T21:21:43.683Z | Compiling heapless v0.8.0 |
2641 | 2024-12-18T21:21:43.889Z | Compiling darling_macro v0.20.10 |
2642 | 2024-12-18T21:21:43.911Z | Compiling foreign-types-shared v0.3.1 |
2643 | 2024-12-18T21:21:44.225Z | Compiling proc-macro-error v1.0.4 |
2644 | 2024-12-18T21:21:44.639Z | Compiling foreign-types v0.5.0 |
2645 | 2024-12-18T21:21:44.763Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-12-18T21:21:44.817Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2647 | 2024-12-18T21:21:44.841Z | Compiling parse-display v0.10.0 |
2648 | 2024-12-18T21:21:44.843Z | Compiling darling v0.20.10 |
2649 | 2024-12-18T21:21:44.899Z | Compiling hash32 v0.3.1 |
2650 | 2024-12-18T21:21:44.973Z | Compiling serde_with_macros v3.11.0 |
2651 | 2024-12-18T21:21:45.159Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2652 | 2024-12-18T21:21:45.341Z | Compiling cstr-argument v0.1.2 |
2653 | 2024-12-18T21:21:45.545Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-12-18T21:21:45.576Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-12-18T21:21:45.677Z | Compiling smoltcp v0.11.0 |
2656 | 2024-12-18T21:21:45.752Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2024-12-18T21:21:45.888Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2024-12-18T21:21:46.071Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2024-12-18T21:21:46.489Z | Compiling tabwriter v1.4.0 |
2660 | 2024-12-18T21:21:46.687Z | Compiling colored v2.1.0 |
2661 | 2024-12-18T21:21:47.031Z | Compiling cobs v0.2.3 |
2662 | 2024-12-18T21:21:47.211Z | Compiling postcard v1.0.10 |
2663 | 2024-12-18T21:21:47.622Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-18T21:21:47.845Z | Compiling serde_with v3.11.0 |
2665 | 2024-12-18T21:21:47.879Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2666 | 2024-12-18T21:21:48.025Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2667 | 2024-12-18T21:21:48.066Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2668 | 2024-12-18T21:21:48.396Z | Compiling thiserror v2.0.3 |
2669 | 2024-12-18T21:21:49.077Z | Compiling smf v0.2.3 |
2670 | 2024-12-18T21:21:49.501Z | Compiling thiserror-impl v2.0.3 |
2671 | 2024-12-18T21:21:49.856Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2672 | 2024-12-18T21:21:50.541Z | Compiling zone_cfg_derive v0.3.0 |
2673 | 2024-12-18T21:21:51.680Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2674 | 2024-12-18T21:21:52.029Z | Compiling num-derive v0.4.2 |
2675 | 2024-12-18T21:21:52.069Z | Compiling sigpipe v0.1.3 |
2676 | 2024-12-18T21:21:52.208Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2024-12-18T21:21:52.227Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-12-18T21:21:52.492Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2679 | 2024-12-18T21:21:52.547Z | Compiling zone v0.3.0 |
2680 | 2024-12-18T21:21:52.626Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-18T21:21:52.974Z | Compiling universal-hash v0.5.1 |
2682 | 2024-12-18T21:21:53.187Z | Compiling opaque-debug v0.3.1 |
2683 | 2024-12-18T21:21:53.290Z | Compiling num-rational v0.4.2 |
2684 | 2024-12-18T21:21:53.370Z | Compiling password-hash v0.5.0 |
2685 | 2024-12-18T21:21:53.426Z | Compiling num-complex v0.4.6 |
2686 | 2024-12-18T21:21:53.495Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2687 | 2024-12-18T21:21:54.260Z | Compiling blake2 v0.10.6 |
2688 | 2024-12-18T21:21:54.427Z | Compiling aead v0.5.2 |
2689 | 2024-12-18T21:21:54.466Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2690 | 2024-12-18T21:21:54.508Z | Compiling keccak v0.1.5 |
2691 | 2024-12-18T21:21:54.595Z | Compiling convert_case v0.4.0 |
2692 | 2024-12-18T21:21:54.829Z | Compiling sha3 v0.10.8 |
2693 | 2024-12-18T21:21:55.165Z | Compiling argon2 v0.5.3 |
2694 | 2024-12-18T21:21:55.402Z | Compiling num v0.4.3 |
2695 | 2024-12-18T21:21:55.532Z | Compiling poly1305 v0.8.0 |
2696 | 2024-12-18T21:21:55.555Z | Compiling tungstenite v0.21.0 |
2697 | 2024-12-18T21:21:55.644Z | Compiling derive_more v0.99.18 |
2698 | 2024-12-18T21:21:55.673Z | Compiling chacha20 v0.9.1 |
2699 | 2024-12-18T21:21:55.873Z | Compiling float-ord v0.3.2 |
2700 | 2024-12-18T21:21:56.073Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2701 | 2024-12-18T21:21:56.178Z | Compiling base64 v0.21.7 |
2702 | 2024-12-18T21:21:56.285Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2703 | 2024-12-18T21:21:56.782Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-12-18T21:21:56.956Z | Compiling semver v0.1.20 |
2705 | 2024-12-18T21:21:57.285Z | Compiling same-file v1.0.6 |
2706 | 2024-12-18T21:21:57.611Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2707 | 2024-12-18T21:21:57.653Z | Compiling walkdir v2.5.0 |
2708 | 2024-12-18T21:21:57.673Z | Compiling rustc_version v0.1.7 |
2709 | 2024-12-18T21:21:57.851Z | Compiling newline-converter v0.3.0 |
2710 | 2024-12-18T21:21:58.039Z | Compiling primeorder v0.13.6 |
2711 | 2024-12-18T21:21:58.067Z | Compiling secrecy v0.8.0 |
2712 | 2024-12-18T21:21:58.096Z | Compiling owo-colors v4.1.0 |
2713 | 2024-12-18T21:21:58.225Z | Compiling cancel-safe-futures v0.1.5 |
2714 | 2024-12-18T21:21:58.379Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2715 | 2024-12-18T21:21:58.427Z | Compiling newtype_derive v0.1.6 |
2716 | 2024-12-18T21:21:58.454Z | Compiling expectorate v1.1.0 |
2717 | 2024-12-18T21:21:58.638Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2718 | 2024-12-18T21:21:58.661Z | Compiling thiserror-impl-no-std v2.0.2 |
2719 | 2024-12-18T21:21:58.676Z | Compiling blake3 v1.5.4 |
2720 | 2024-12-18T21:21:58.734Z | Compiling ring v0.16.20 |
2721 | 2024-12-18T21:21:58.989Z | Compiling half v2.4.1 |
2722 | 2024-12-18T21:21:59.284Z | Compiling unicase v2.7.0 |
2723 | 2024-12-18T21:21:59.379Z | Compiling ciborium-io v0.2.2 |
2724 | 2024-12-18T21:21:59.537Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2725 | 2024-12-18T21:21:59.570Z | Compiling arc-swap v1.7.1 |
2726 | 2024-12-18T21:21:59.808Z | Compiling ciborium-ll v0.2.2 |
2727 | 2024-12-18T21:22:00.221Z | Compiling slog-scope v4.4.0 |
2728 | 2024-12-18T21:22:00.242Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2729 | 2024-12-18T21:22:00.548Z | Compiling typify-macro v0.2.0 |
2730 | 2024-12-18T21:22:00.772Z | Compiling polyval v0.6.2 |
2731 | 2024-12-18T21:22:01.014Z | Compiling atomicwrites v0.4.4 |
2732 | 2024-12-18T21:22:01.151Z | Compiling libsw v3.3.1 |
2733 | 2024-12-18T21:22:01.231Z | Compiling memmap2 v0.9.5 |
2734 | 2024-12-18T21:22:01.398Z | Compiling linear-map v1.2.0 |
2735 | 2024-12-18T21:22:01.490Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-12-18T21:22:01.727Z | Compiling salty v0.3.0 |
2737 | 2024-12-18T21:22:01.780Z | Compiling constant_time_eq v0.3.1 |
2738 | 2024-12-18T21:22:01.780Z | Compiling parking_lot_core v0.8.6 |
2739 | 2024-12-18T21:22:01.934Z | Compiling thiserror-no-std v2.0.2 |
2740 | 2024-12-18T21:22:01.970Z | Compiling spin v0.5.2 |
2741 | 2024-12-18T21:22:02.068Z | Compiling indent_write v2.2.0 |
2742 | 2024-12-18T21:22:02.169Z | Compiling arrayvec v0.7.6 |
2743 | 2024-12-18T21:22:02.215Z | Compiling arrayref v0.3.9 |
2744 | 2024-12-18T21:22:02.337Z | Compiling vsss-rs v3.3.4 |
2745 | 2024-12-18T21:22:02.372Z | Compiling ghash v0.5.1 |
2746 | 2024-12-18T21:22:02.537Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2747 | 2024-12-18T21:22:02.640Z | Compiling slog-stdlog v4.1.1 |
2748 | 2024-12-18T21:22:02.892Z | Compiling ciborium v0.2.2 |
2749 | 2024-12-18T21:22:03.499Z | Compiling p384 v0.13.0 |
2750 | 2024-12-18T21:22:03.742Z | Compiling toolchain_find v0.4.0 |
2751 | 2024-12-18T21:22:03.869Z | Compiling chacha20poly1305 v0.10.1 |
2752 | 2024-12-18T21:22:04.131Z | Compiling lzma-sys v0.1.20 |
2753 | 2024-12-18T21:22:04.466Z | Compiling ctr v0.9.2 |
2754 | 2024-12-18T21:22:04.469Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2755 | 2024-12-18T21:22:04.859Z | Compiling bitfield-struct v0.6.2 |
2756 | 2024-12-18T21:22:04.914Z | Compiling slog-dtrace v0.3.0 |
2757 | 2024-12-18T21:22:04.945Z | Compiling typify v0.2.0 |
2758 | 2024-12-18T21:22:04.945Z | Compiling topological-sort v0.2.2 |
2759 | 2024-12-18T21:22:05.076Z | Compiling progenitor-impl v0.8.0 |
2760 | 2024-12-18T21:22:05.115Z | Compiling highway v1.2.0 |
2761 | 2024-12-18T21:22:05.162Z | Compiling omicron-zone-package v0.11.1 |
2762 | 2024-12-18T21:22:05.457Z | Compiling aes-gcm v0.10.3 |
2763 | 2024-12-18T21:22:05.783Z | Compiling rustfmt-wrapper v0.2.1 |
2764 | 2024-12-18T21:22:06.263Z | Compiling mime_guess v2.0.5 |
2765 | 2024-12-18T21:22:06.270Z | Compiling slog-envlogger v2.2.0 |
2766 | 2024-12-18T21:22:06.326Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2767 | 2024-12-18T21:22:06.398Z | Compiling steno v0.4.1 |
2768 | 2024-12-18T21:22:07.071Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2769 | 2024-12-18T21:22:07.096Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2770 | 2024-12-18T21:22:07.282Z | Compiling heck v0.3.3 |
2771 | 2024-12-18T21:22:07.666Z | Compiling ssh-encoding v0.2.0 |
2772 | 2024-12-18T21:22:07.739Z | Compiling blowfish v0.9.1 |
2773 | 2024-12-18T21:22:07.779Z | Compiling nibble_vec v0.1.0 |
2774 | 2024-12-18T21:22:07.967Z | Compiling env_filter v0.1.2 |
2775 | 2024-12-18T21:22:07.995Z | Compiling endian-type v0.1.2 |
2776 | 2024-12-18T21:22:08.213Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2777 | 2024-12-18T21:22:08.216Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-12-18T21:22:08.255Z | Compiling humantime v2.1.0 |
2779 | 2024-12-18T21:22:08.277Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2780 | 2024-12-18T21:22:08.405Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2781 | 2024-12-18T21:22:08.587Z | Compiling env_logger v0.11.5 |
2782 | 2024-12-18T21:22:08.643Z | Compiling radix_trie v0.2.1 |
2783 | 2024-12-18T21:22:08.755Z | Compiling ssh-cipher v0.2.0 |
2784 | 2024-12-18T21:22:08.867Z | Compiling bcrypt-pbkdf v0.10.0 |
2785 | 2024-12-18T21:22:09.368Z | Compiling zone_cfg_derive v0.1.2 |
2786 | 2024-12-18T21:22:09.389Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-12-18T21:22:09.527Z | Compiling parking_lot v0.11.2 |
2788 | 2024-12-18T21:22:10.001Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2024-12-18T21:22:10.484Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2790 | 2024-12-18T21:22:10.507Z | Compiling password-hash v0.4.2 |
2791 | 2024-12-18T21:22:10.587Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2792 | 2024-12-18T21:22:10.887Z | Compiling gethostname v0.5.0 |
2793 | 2024-12-18T21:22:10.920Z | Compiling fxhash v0.2.1 |
2794 | 2024-12-18T21:22:11.047Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-12-18T21:22:11.127Z | Compiling http-range v0.1.5 |
2796 | 2024-12-18T21:22:11.148Z | Compiling bumpalo v3.16.0 |
2797 | 2024-12-18T21:22:11.243Z | Compiling zip v2.1.3 |
2798 | 2024-12-18T21:22:11.328Z | Compiling simd-adler32 v0.3.7 |
2799 | 2024-12-18T21:22:11.441Z | Compiling matches v0.1.10 |
2800 | 2024-12-18T21:22:11.524Z | Compiling lockfree-object-pool v0.1.6 |
2801 | 2024-12-18T21:22:11.556Z | Compiling base64 v0.13.1 |
2802 | 2024-12-18T21:22:11.575Z | Compiling idna v0.2.3 |
2803 | 2024-12-18T21:22:11.662Z | Compiling sled v0.34.7 |
2804 | 2024-12-18T21:22:11.708Z | Compiling pbkdf2 v0.11.0 |
2805 | 2024-12-18T21:22:11.807Z | Compiling zopfli v0.8.1 |
2806 | 2024-12-18T21:22:11.911Z | Compiling zone v0.1.8 |
2807 | 2024-12-18T21:22:12.057Z | Compiling ron v0.7.1 |
2808 | 2024-12-18T21:22:12.172Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2809 | 2024-12-18T21:22:12.907Z | Compiling xz2 v0.1.7 |
2810 | 2024-12-18T21:22:13.271Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2811 | 2024-12-18T21:22:13.310Z | Compiling progenitor-macro v0.8.0 |
2812 | 2024-12-18T21:22:13.576Z | Compiling ssh-key v0.6.6 |
2813 | 2024-12-18T21:22:13.696Z | Compiling hickory-client v0.24.1 |
2814 | 2024-12-18T21:22:14.515Z | Compiling p521 v0.13.3 |
2815 | 2024-12-18T21:22:14.557Z | Compiling p256 v0.13.2 |
2816 | 2024-12-18T21:22:14.595Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2817 | 2024-12-18T21:22:15.223Z | Compiling hickory-server v0.24.1 |
2818 | 2024-12-18T21:22:15.465Z | Compiling enum-as-inner v0.5.1 |
2819 | 2024-12-18T21:22:15.752Z | Compiling pem v3.0.4 |
2820 | 2024-12-18T21:22:16.528Z | Compiling yasna v0.5.2 |
2821 | 2024-12-18T21:22:16.606Z | Compiling headers-core v0.3.0 |
2822 | 2024-12-18T21:22:16.790Z | Compiling kstat-rs v0.2.4 |
2823 | 2024-12-18T21:22:16.899Z | Compiling nanorand v0.7.0 |
2824 | 2024-12-18T21:22:17.472Z | Compiling atty v0.2.14 |
2825 | 2024-12-18T21:22:17.499Z | Compiling russh-cryptovec v0.7.3 |
2826 | 2024-12-18T21:22:17.638Z | Compiling md5 v0.7.0 |
2827 | 2024-12-18T21:22:17.842Z | Compiling rcgen v0.12.1 |
2828 | 2024-12-18T21:22:18.181Z | Compiling russh-keys v0.45.0 |
2829 | 2024-12-18T21:22:18.273Z | Compiling flume v0.11.1 |
2830 | 2024-12-18T21:22:18.489Z | Compiling headers v0.4.0 |
2831 | 2024-12-18T21:22:18.831Z | Compiling trust-dns-proto v0.22.0 |
2832 | 2024-12-18T21:22:19.046Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2833 | 2024-12-18T21:22:20.405Z | Compiling hyper-staticfile v0.10.1 |
2834 | 2024-12-18T21:22:21.606Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2835 | 2024-12-18T21:22:22.257Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2836 | 2024-12-18T21:22:22.541Z | Compiling num-bigint v0.4.6 |
2837 | 2024-12-18T21:22:22.563Z | Compiling des v0.8.1 |
2838 | 2024-12-18T21:22:22.599Z | Compiling subprocess v0.2.9 |
2839 | 2024-12-18T21:22:22.802Z | Compiling hex-literal v0.4.1 |
2840 | 2024-12-18T21:22:22.916Z | Compiling display-error-chain v0.2.2 |
2841 | 2024-12-18T21:22:22.977Z | Compiling dhcproto-macros v0.1.0 |
2842 | 2024-12-18T21:22:23.145Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2843 | 2024-12-18T21:22:23.494Z | Compiling internet-checksum v0.2.1 |
2844 | 2024-12-18T21:22:23.975Z | Compiling dhcproto v0.12.0 |
2845 | 2024-12-18T21:22:25.523Z | Compiling russh v0.45.0 |
2846 | 2024-12-18T21:22:27.053Z | Compiling progenitor v0.8.0 |
2847 | 2024-12-18T21:22:27.219Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2848 | 2024-12-18T21:22:27.219Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2849 | 2024-12-18T21:22:27.226Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2850 | 2024-12-18T21:22:27.226Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2851 | 2024-12-18T21:22:27.226Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2852 | 2024-12-18T21:22:27.312Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2853 | 2024-12-18T21:22:27.565Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2854 | 2024-12-18T21:22:28.502Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2855 | 2024-12-18T21:22:28.738Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2856 | 2024-12-18T21:22:30.638Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2857 | 2024-12-18T21:22:33.613Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2858 | 2024-12-18T21:22:34.092Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2859 | 2024-12-18T21:22:43.574Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2860 | 2024-12-18T21:22:43.578Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2861 | 2024-12-18T21:22:43.578Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2862 | 2024-12-18T21:22:43.578Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2863 | 2024-12-18T21:22:46.895Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2864 | 2024-12-18T21:22:47.051Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2865 | 2024-12-18T21:22:48.074Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2866 | 2024-12-18T21:22:48.093Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2867 | 2024-12-18T21:22:50.739Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2868 | 2024-12-18T21:22:51.568Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2869 | 2024-12-18T21:22:52.273Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2870 | 2024-12-18T21:22:53.003Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2871 | 2024-12-18T21:22:54.419Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2872 | 2024-12-18T21:22:55.633Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2873 | 2024-12-18T21:22:55.747Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2874 | 2024-12-18T21:22:57.236Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2875 | 2024-12-18T21:22:57.380Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2876 | 2024-12-18T21:22:57.401Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2877 | 2024-12-18T21:22:58.189Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2878 | 2024-12-18T21:22:59.593Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2879 | 2024-12-18T21:22:59.679Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-12-18T21:23:00.070Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2881 | 2024-12-18T21:23:03.904Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2882 | 2024-12-18T21:23:03.928Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2883 | 2024-12-18T21:23:05.446Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2884 | 2024-12-18T21:23:05.603Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2885 | 2024-12-18T21:23:07.121Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2886 | 2024-12-18T21:23:07.778Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2887 | 2024-12-18T21:23:14.181Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2888 | 2024-12-18T21:23:22.449Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2889 | 2024-12-18T21:23:23.803Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2890 | 2024-12-18T21:23:43.329Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2891 | 2024-12-18T21:24:19.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2892 | 2024-12-18T21:24:19.829Z | |
2893 | 2024-12-18T21:24:19.831Z | real 2:44.409945803 |
2894 | 2024-12-18T21:24:19.831Z | user 12:25.967668552 |
2895 | 2024-12-18T21:24:19.831Z | sys 2:47.386527703 |
2896 | 2024-12-18T21:24:19.831Z | trap 0.333870726 |
2897 | 2024-12-18T21:24:19.832Z | tflt 0.904814516 |
2898 | 2024-12-18T21:24:19.832Z | dflt 1.902428753 |
2899 | 2024-12-18T21:24:19.832Z | kflt 0.000020007 |
2900 | 2024-12-18T21:24:19.832Z | lock 26:10.307571690 |
2901 | 2024-12-18T21:24:19.832Z | slp 45:13.645848911 |
2902 | 2024-12-18T21:24:19.832Z | lat 35.493264415 |
2903 | 2024-12-18T21:24:19.832Z | stop 1:30.869378682 |
2904 | 2024-12-18T21:24:19.832Z | + mkdir tests |
2905 | 2024-12-18T21:24:19.834Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2906 | 2024-12-18T21:24:19.835Z | + xargs -I '{}' -t cp '{}' tests/ |
2907 | 2024-12-18T21:24:20.896Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-1835827c8a4aac4e tests/ |
2908 | 2024-12-18T21:24:20.924Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-44dcb53ff91671b7 tests/ |
2909 | 2024-12-18T21:24:20.949Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-146477c2aca2df71 tests/ |
2910 | 2024-12-18T21:24:20.975Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-146b1d3e2e76fdd8 tests/ |
2911 | 2024-12-18T21:24:21.203Z | + 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/*) |
2912 | 2024-12-18T21:24:21.206Z | + 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-44dcb53ff91671b7 tests/commtest-146477c2aca2df71 tests/dhcp_server-1835827c8a4aac4e tests/end_to_end_tests-146b1d3e2e76fdd8 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 |
2913 | 2024-12-18T21:25:32.082Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2914 | 2024-12-18T21:25:32.082Z | a .github/buildomat/ci-env.sh 1K |
2915 | 2024-12-18T21:25:32.082Z | a out/target/test 1K |
2916 | 2024-12-18T21:25:32.082Z | a out/npuzone/npuzone 23144K |
2917 | 2024-12-18T21:25:32.082Z | a package-manifest.toml 32K |
2918 | 2024-12-18T21:25:32.082Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2919 | 2024-12-18T21:25:32.082Z | a target/release/omicron-package 36298K |
2920 | 2024-12-18T21:25:32.083Z | a target/release/xtask 11762K |
2921 | 2024-12-18T21:25:32.083Z | a target/debug/bootstrap 210063K |
2922 | 2024-12-18T21:25:32.083Z | a tests/bootstrap-44dcb53ff91671b7 24246K |
2923 | 2024-12-18T21:25:32.083Z | a tests/commtest-146477c2aca2df71 25022K |
2924 | 2024-12-18T21:25:32.083Z | a tests/dhcp_server-1835827c8a4aac4e 24246K |
2925 | 2024-12-18T21:25:32.083Z | a tests/end_to_end_tests-146b1d3e2e76fdd8 228132K |
2926 | 2024-12-18T21:25:32.083Z | a out/clickhouse.tar.gz 280557K |
2927 | 2024-12-18T21:25:32.083Z | a out/clickhouse_keeper.tar.gz 280543K |
2928 | 2024-12-18T21:25:32.083Z | a out/clickhouse_server.tar.gz 280540K |
2929 | 2024-12-18T21:25:32.083Z | a out/cockroachdb.tar.gz 134579K |
2930 | 2024-12-18T21:25:32.083Z | a out/crucible-dtrace.tar 85K |
2931 | 2024-12-18T21:25:32.083Z | a out/crucible-pantry-zone.tar.gz 28187K |
2932 | 2024-12-18T21:25:32.083Z | a out/crucible-zone.tar.gz 36405K |
2933 | 2024-12-18T21:25:32.083Z | a out/external-dns.tar.gz 35277K |
2934 | 2024-12-18T21:25:32.083Z | a out/internal-dns.tar.gz 35277K |
2935 | 2024-12-18T21:25:32.083Z | a out/mg-ddm-gz.tar 63075K |
2936 | 2024-12-18T21:25:32.083Z | a out/nexus.tar.gz 97968K |
2937 | 2024-12-18T21:25:32.083Z | a out/ntp.tar.gz 10369K |
2938 | 2024-12-18T21:25:32.083Z | a out/omicron-gateway-softnpu.tar.gz 23929K |
2939 | 2024-12-18T21:25:32.083Z | a out/omicron-sled-agent.tar 113334K |
2940 | 2024-12-18T21:25:32.083Z | a out/overlay.tar.gz 3K |
2941 | 2024-12-18T21:25:32.083Z | a out/oximeter.tar.gz 47681K |
2942 | 2024-12-18T21:25:32.083Z | a out/oxlog.tar 3088K |
2943 | 2024-12-18T21:25:32.083Z | a out/probe.tar.gz 2764K |
2944 | 2024-12-18T21:25:32.083Z | a out/propolis-server.tar.gz 66730K |
2945 | 2024-12-18T21:25:32.083Z | a out/pumpkind-gz.tar 26665K |
2946 | 2024-12-18T21:25:32.084Z | a out/switch-softnpu.tar.gz 235683K |
2947 | 2024-12-18T21:25:32.087Z | |
2948 | 2024-12-18T21:25:32.087Z | real 1:10.869855182 |
2949 | 2024-12-18T21:25:32.087Z | user 1:07.649658419 |
2950 | 2024-12-18T21:25:32.087Z | sys 4.569838644 |
2951 | 2024-12-18T21:25:32.087Z | trap 0.017487849 |
2952 | 2024-12-18T21:25:32.087Z | tflt 0.000000000 |
2953 | 2024-12-18T21:25:32.087Z | dflt 0.000000000 |
2954 | 2024-12-18T21:25:32.087Z | kflt 0.000000000 |
2955 | 2024-12-18T21:25:32.087Z | lock 0.000000000 |
2956 | 2024-12-18T21:25:32.087Z | slp 1:07.453541992 |
2957 | 2024-12-18T21:25:32.087Z | lat 2.044550972 |
2958 | 2024-12-18T21:25:32.087Z | stop 0.000211763 |
2959 | 2024-12-18T21:25:32.087Z | process exited: duration 1975223 ms, exit code 0 |
|
2960 | 2024-12-18T21:25:32.101Z | found 1 output files |
2961 | 2024-12-18T21:25:32.101Z | uploading: /work/package.tar.gz (1854453395 bytes) |
2962 | 2024-12-18T21:26:15.387Z | uploaded: /work/package.tar.gz |