|
|
|
1 | 2024-12-20T21:16:01.148Z | job assigned to worker 01JFJYS6PR9ZTEQVT2BKF3ASDK [factory aws, i-00cf30313b92ed607] (queued for 1 m 2 s) |
|
2 | 2024-12-20T21:16:09.189Z | starting task 0: "setup" |
3 | 2024-12-20T21:16:09.201Z | ++ uname -s |
4 | 2024-12-20T21:16:09.208Z | + kern=SunOS |
5 | 2024-12-20T21:16:09.208Z | + case "$kern" in |
6 | 2024-12-20T21:16:09.208Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:16:09.211Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:16:11.224Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:16:11.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:16:11.381Z | + home_fs=zfs |
11 | 2024-12-20T21:16:11.381Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:16:11.381Z | + mkdir -p /home/build |
13 | 2024-12-20T21:16:11.385Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:16:13.385Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:16:13.388Z | process exited: duration 4198 ms, exit code 0 |
|
16 | 2024-12-20T21:16:13.395Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:16:13.400Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:16:13.400Z | * toolchain channel = "1.81.0" |
19 | 2024-12-20T21:16:13.400Z | * toolchain profile = "default" |
20 | 2024-12-20T21:16:13.400Z | ' 1.81.0 |
21 | 2024-12-20T21:16:13.400Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T21:16:13.400Z | ' default |
23 | 2024-12-20T21:16:13.405Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:16:13.405Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:16:13.523Z | info: downloading installer |
26 | 2024-12-20T21:16:14.700Z | info: profile set to 'default' |
27 | 2024-12-20T21:16:14.700Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:16:14.704Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:16:14.851Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:16:14.851Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:16:15.682Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:16:15.988Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:16:17.140Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:16:18.939Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:16:25.390Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:16:25.635Z | info: installing component 'cargo' |
37 | 2024-12-20T21:16:26.435Z | info: installing component 'clippy' |
38 | 2024-12-20T21:16:26.788Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:16:28.398Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:16:30.137Z | info: installing component 'rustc' |
41 | 2024-12-20T21:16:35.792Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:16:36.113Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:16:36.114Z | |
44 | 2024-12-20T21:16:36.481Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:16:36.481Z | |
46 | 2024-12-20T21:16:36.484Z | |
47 | 2024-12-20T21:16:36.484Z | Rust is installed now. Great! |
48 | 2024-12-20T21:16:36.484Z | |
49 | 2024-12-20T21:16:36.484Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:16:36.484Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:16:36.484Z | |
52 | 2024-12-20T21:16:36.484Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:16:36.484Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:16:36.484Z | |
55 | 2024-12-20T21:16:36.484Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:16:36.484Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:16:36.484Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:16:36.554Z | + rustc --version |
59 | 2024-12-20T21:16:36.620Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:16:36.623Z | process exited: duration 23225 ms, exit code 0 |
|
61 | 2024-12-20T21:16:36.629Z | starting task 2: "authentication" |
62 | 2024-12-20T21:16:36.651Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T21:16:36.658Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:16:36.664Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:16:36.666Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:16:36.704Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:16:43.032Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:16:43.032Z | + git fetch origin 5ecbe5f8c69e9341929462519acbb113b522705b |
69 | 2024-12-20T21:16:43.308Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:16:43.308Z | * branch 5ecbe5f8c69e9341929462519acbb113b522705b -> FETCH_HEAD |
71 | 2024-12-20T21:16:43.319Z | + [[ -n sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
72 | 2024-12-20T21:16:43.322Z | ++ git branch --show-current |
73 | 2024-12-20T21:16:43.325Z | + current=main |
74 | 2024-12-20T21:16:43.325Z | + [[ main != sunshowers/spr/2n-omicron-package-better-error-messages-around-target ]] |
75 | 2024-12-20T21:16:43.326Z | + git branch -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target 5ecbe5f8c69e9341929462519acbb113b522705b |
76 | 2024-12-20T21:16:43.329Z | + git checkout -f sunshowers/spr/2n-omicron-package-better-error-messages-around-target |
77 | 2024-12-20T21:16:43.506Z | Switched to branch 'sunshowers/spr/2n-omicron-package-better-error-messages-around-target' |
78 | 2024-12-20T21:16:43.509Z | + git reset --hard 5ecbe5f8c69e9341929462519acbb113b522705b |
79 | 2024-12-20T21:16:43.520Z | HEAD is now at 5ecbe5f8c rebase |
80 | 2024-12-20T21:16:43.522Z | process exited: duration 6862 ms, exit code 0 |
|
81 | 2024-12-20T21:16:43.527Z | starting task 4: "build" |
82 | 2024-12-20T21:16:43.534Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:16:43.535Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:16:43.535Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:16:43.535Z | + cargo --version |
86 | 2024-12-20T21:16:43.594Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:16:43.596Z | + rustc --version |
88 | 2024-12-20T21:16:43.655Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:16:43.658Z | + WORK=/work |
90 | 2024-12-20T21:16:43.658Z | + pfexec mkdir -p /work |
91 | 2024-12-20T21:16:43.661Z | + pfexec chown build /work |
92 | 2024-12-20T21:16:43.664Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T21:16:50.038Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T21:16:53.979Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T21:17:04.922Z | Planning: Solver setup ... Done (9.959s) |
96 | 2024-12-20T21:17:05.053Z | Planning: Running solver ... Done (0.133s) |
97 | 2024-12-20T21:17:05.163Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2024-12-20T21:17:05.188Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T21:17:05.482Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T21:17:05.580Z | Planning: Package planning ... Done (0.099s) |
101 | 2024-12-20T21:17:05.644Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-20T21:17:05.999Z | Planning: Checking for conflicting actions ... Done (0.359s) |
103 | 2024-12-20T21:17:08.233Z | Planning: Consolidating action changes ... Done (2.237s) |
104 | 2024-12-20T21:17:08.678Z | Planning: Evaluating mediators ... Done (0.445s) |
105 | 2024-12-20T21:17:08.756Z | Planning: Planning completed in 14.68 seconds |
106 | 2024-12-20T21:17:08.772Z | Packages to install: 4 |
107 | 2024-12-20T21:17:08.772Z | Packages to update: 1 |
108 | 2024-12-20T21:17:08.772Z | Mediators to change: 2 |
109 | 2024-12-20T21:17:08.772Z | Services to change: 1 |
110 | 2024-12-20T21:17:08.775Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T21:17:08.775Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T21:17:08.775Z | Create boot environment: No |
113 | 2024-12-20T21:17:08.775Z | Create backup boot environment: Yes |
114 | 2024-12-20T21:17:08.775Z | Rebuild boot archive: No |
115 | 2024-12-20T21:17:08.775Z | |
116 | 2024-12-20T21:17:08.775Z | Changed mediators: |
117 | 2024-12-20T21:17:08.775Z | mediator clang: |
118 | 2024-12-20T21:17:08.775Z | version: None -> 15 (system default) |
119 | 2024-12-20T21:17:08.775Z | |
120 | 2024-12-20T21:17:08.775Z | mediator llvm: |
121 | 2024-12-20T21:17:08.775Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T21:17:08.775Z | |
123 | 2024-12-20T21:17:08.775Z | Changed packages: |
124 | 2024-12-20T21:17:08.775Z | helios-dev |
125 | 2024-12-20T21:17:08.775Z | developer/build-essential |
126 | 2024-12-20T21:17:08.775Z | None -> 11-2.0 |
127 | 2024-12-20T21:17:08.775Z | library/libxmlsec1 |
128 | 2024-12-20T21:17:08.775Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T21:17:08.775Z | ooce/developer/clang-15 |
130 | 2024-12-20T21:17:08.775Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T21:17:08.775Z | ooce/developer/llvm-15 |
132 | 2024-12-20T21:17:08.775Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T21:17:08.775Z | package/pkg |
134 | 2024-12-20T21:17:08.775Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T21:17:08.775Z | |
136 | 2024-12-20T21:17:08.775Z | Services: |
137 | 2024-12-20T21:17:08.775Z | restart_fmri: |
138 | 2024-12-20T21:17:08.775Z | svc:/system/update-man-index:default |
139 | 2024-12-20T21:17:08.776Z | |
140 | 2024-12-20T21:17:08.776Z | Editable files to change: |
141 | 2024-12-20T21:17:08.776Z | Update: |
142 | 2024-12-20T21:17:08.776Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T21:17:08.857Z | |
144 | 2024-12-20T21:17:08.857Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T21:17:13.859Z | Download: 662/4281 items 18.0/220.6MB 8% complete (3.5M/s) |
146 | 2024-12-20T21:17:18.925Z | Download: 1194/4281 items 83.5/220.6MB 37% complete (8.9M/s) |
147 | 2024-12-20T21:17:23.926Z | Download: 1956/4281 items 118.7/220.6MB 53% complete (10.1M/s) |
148 | 2024-12-20T21:17:28.934Z | Download: 2668/4281 items 120.7/220.6MB 54% complete (3.8M/s) |
149 | 2024-12-20T21:17:33.935Z | Download: 3225/4281 items 175.5/220.6MB 79% complete (5.6M/s) |
150 | 2024-12-20T21:17:41.668Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (9.2M/s) |
151 | 2024-12-20T21:17:46.706Z | Download: 3526/4281 items 215.5/220.6MB 97% complete (823k/s) |
152 | 2024-12-20T21:17:51.736Z | Download: 4083/4281 items 219.6/220.6MB 99% complete (705k/s) |
153 | 2024-12-20T21:17:55.130Z | Download: Completed 220.60 MB in 46.27 seconds (4.8M/s) |
154 | 2024-12-20T21:17:56.174Z | Actions: 1/5063 actions (Removing old actions) |
155 | 2024-12-20T21:17:56.199Z | Actions: 194/5063 actions (Installing new actions) |
156 | 2024-12-20T21:18:00.872Z | Actions: 4226/5063 actions (Updating modified actions) |
157 | 2024-12-20T21:18:01.187Z | Actions: Completed 5063 actions in 5.01 seconds. |
158 | 2024-12-20T21:18:01.606Z | Done (0.412s) |
159 | 2024-12-20T21:18:01.609Z | Done (0.000s) |
160 | 2024-12-20T21:18:02.188Z | Done (0.580s) |
161 | 2024-12-20T21:18:06.535Z | Done (4.117s) |
162 | 2024-12-20T21:18:06.624Z | Done (0.019s) |
163 | 2024-12-20T21:18:06.629Z | Done (0.000s) |
164 | 2024-12-20T21:18:06.792Z | Done (0.000s) |
165 | 2024-12-20T21:18:07.536Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-12-20T21:18:07.729Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-12-20T21:18:07.848Z | Planning: Consolidating action changes ... Done |
168 | 2024-12-20T21:18:07.926Z | Planning: Evaluating mediators ... Done |
169 | 2024-12-20T21:18:07.930Z | Planning: Planning completed in 0.44 seconds |
170 | 2024-12-20T21:18:07.965Z | Mediators to change: 2 |
171 | 2024-12-20T21:18:07.965Z | Create boot environment: No |
172 | 2024-12-20T21:18:07.970Z | Create backup boot environment: No |
173 | 2024-12-20T21:18:08.116Z | Done |
174 | 2024-12-20T21:18:08.116Z | Done |
175 | 2024-12-20T21:18:08.475Z | Done |
176 | 2024-12-20T21:18:12.144Z | Done |
177 | 2024-12-20T21:18:12.243Z | Done |
178 | 2024-12-20T21:18:12.245Z | Done |
179 | 2024-12-20T21:18:12.353Z | Done |
180 | 2024-12-20T21:18:12.963Z | Planning: Evaluating mediator changes ... Done |
181 | 2024-12-20T21:18:12.966Z | Planning: Merging actions ... Done |
182 | 2024-12-20T21:18:13.153Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-12-20T21:18:13.155Z | Planning: Consolidating action changes ... Done |
184 | 2024-12-20T21:18:13.422Z | Planning: Evaluating mediators ... Done |
185 | 2024-12-20T21:18:13.479Z | Planning: Planning completed in 0.76 seconds |
186 | 2024-12-20T21:18:13.519Z | Packages to change: 1 |
187 | 2024-12-20T21:18:13.519Z | Mediators to change: 1 |
188 | 2024-12-20T21:18:13.522Z | Services to change: 1 |
189 | 2024-12-20T21:18:13.522Z | Create boot environment: No |
190 | 2024-12-20T21:18:13.522Z | Create backup boot environment: Yes |
191 | 2024-12-20T21:18:15.797Z | Actions: 1/6 actions (Updating modified actions) |
192 | 2024-12-20T21:18:15.905Z | Actions: Completed 6 actions in 0.00 seconds. |
193 | 2024-12-20T21:18:15.905Z | Done |
194 | 2024-12-20T21:18:15.905Z | Done |
195 | 2024-12-20T21:18:15.995Z | Done |
196 | 2024-12-20T21:18:19.489Z | Done |
197 | 2024-12-20T21:18:19.578Z | Done |
198 | 2024-12-20T21:18:19.581Z | Done |
199 | 2024-12-20T21:18:19.713Z | Done |
200 | 2024-12-20T21:18:20.145Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
201 | 2024-12-20T21:18:20.145Z | clang system 15 system |
202 | 2024-12-20T21:18:20.145Z | csh system system illumos |
203 | 2024-12-20T21:18:20.145Z | ctags system system illumos |
204 | 2024-12-20T21:18:20.145Z | gcc vendor 12 vendor |
205 | 2024-12-20T21:18:20.145Z | gcc system 10 system |
206 | 2024-12-20T21:18:20.145Z | gcc system 7 system |
207 | 2024-12-20T21:18:20.145Z | go system 1.20 system |
208 | 2024-12-20T21:18:20.145Z | go system 1.19 system |
209 | 2024-12-20T21:18:20.145Z | llvm system 15 system |
210 | 2024-12-20T21:18:20.145Z | llvm system 14 system |
211 | 2024-12-20T21:18:20.145Z | mariadb system 10.6 system |
212 | 2024-12-20T21:18:20.145Z | mta vendor vendor dma |
213 | 2024-12-20T21:18:20.145Z | openjdk system 17 system |
214 | 2024-12-20T21:18:20.145Z | openjdk system 11 system |
215 | 2024-12-20T21:18:20.145Z | openjdk system 1.8 system |
216 | 2024-12-20T21:18:20.145Z | openssl vendor 3 vendor |
217 | 2024-12-20T21:18:20.146Z | perl system 5.36 system |
218 | 2024-12-20T21:18:20.146Z | postgresql system 15 system |
219 | 2024-12-20T21:18:20.146Z | postgresql system 13 system |
220 | 2024-12-20T21:18:20.146Z | python vendor 3 vendor |
221 | 2024-12-20T21:18:20.146Z | python system 2 system |
222 | 2024-12-20T21:18:20.146Z | python3 system 3.11 system |
223 | 2024-12-20T21:18:20.146Z | ruby system 3.0 system |
224 | 2024-12-20T21:18:20.146Z | words vendor vendor american-english |
225 | 2024-12-20T21:18:20.146Z | words system system australian-english |
226 | 2024-12-20T21:18:20.146Z | words system system british-english |
227 | 2024-12-20T21:18:20.146Z | words system system canadian-english |
228 | 2024-12-20T21:18:20.146Z | words system system french |
229 | 2024-12-20T21:18:20.146Z | words system system italian |
230 | 2024-12-20T21:18:20.146Z | words system system ngerman |
231 | 2024-12-20T21:18:20.146Z | words system system ogerman |
232 | 2024-12-20T21:18:20.146Z | words system system spanish |
233 | 2024-12-20T21:18:20.477Z | PUBLISHER TYPE STATUS P LOCATION |
234 | 2024-12-20T21:18:20.477Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
235 | 2024-12-20T21:18:23.227Z | FMRI IFO |
236 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
237 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
238 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
239 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
240 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
241 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
242 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
243 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
244 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
245 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
246 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
249 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-12-20T21:18:23.227Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-12-20T21:18:23.991Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-12-20T21:18:24.251Z | Updating crates.io index |
253 | 2024-12-20T21:18:24.307Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
254 | 2024-12-20T21:18:24.901Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
255 | 2024-12-20T21:18:25.098Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
256 | 2024-12-20T21:18:25.461Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
257 | 2024-12-20T21:18:25.753Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
258 | 2024-12-20T21:18:26.633Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
259 | 2024-12-20T21:18:28.148Z | Updating git repository `https://github.com/oxidecomputer/opte` |
260 | 2024-12-20T21:18:28.780Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
261 | 2024-12-20T21:18:29.565Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-12-20T21:18:29.843Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
263 | 2024-12-20T21:18:30.185Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-12-20T21:18:30.736Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
265 | 2024-12-20T21:18:31.211Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
266 | 2024-12-20T21:18:31.512Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
267 | 2024-12-20T21:18:31.813Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
268 | 2024-12-20T21:18:32.113Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
269 | 2024-12-20T21:18:32.337Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
270 | 2024-12-20T21:18:32.681Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
271 | 2024-12-20T21:18:32.982Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
272 | 2024-12-20T21:18:33.301Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
273 | 2024-12-20T21:18:33.618Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
274 | 2024-12-20T21:18:34.187Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
275 | 2024-12-20T21:18:34.575Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
276 | 2024-12-20T21:18:35.015Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-12-20T21:18:35.465Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
278 | 2024-12-20T21:18:35.739Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-12-20T21:18:36.001Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-12-20T21:18:36.270Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-12-20T21:18:37.607Z | Downloading crates ... |
282 | 2024-12-20T21:18:37.665Z | Downloaded anstream v0.6.15 |
283 | 2024-12-20T21:18:37.672Z | Downloaded cargo-platform v0.1.8 |
284 | 2024-12-20T21:18:37.675Z | Downloaded anstyle-parse v0.2.5 |
285 | 2024-12-20T21:18:37.681Z | Downloaded pretty-hex v0.4.1 |
286 | 2024-12-20T21:18:37.689Z | Downloaded scroll_derive v0.12.0 |
287 | 2024-12-20T21:18:37.692Z | Downloaded equivalent v1.0.1 |
288 | 2024-12-20T21:18:37.698Z | Downloaded swrite v0.1.0 |
289 | 2024-12-20T21:18:37.700Z | Downloaded clap_lex v0.7.2 |
290 | 2024-12-20T21:18:37.703Z | Downloaded byteorder v1.5.0 |
291 | 2024-12-20T21:18:37.709Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-12-20T21:18:37.713Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-12-20T21:18:37.718Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-12-20T21:18:37.721Z | Downloaded bytecount v0.6.8 |
295 | 2024-12-20T21:18:37.721Z | Downloaded colorchoice v1.0.2 |
296 | 2024-12-20T21:18:37.724Z | Downloaded block-buffer v0.10.4 |
297 | 2024-12-20T21:18:37.724Z | Downloaded cfg-if v1.0.0 |
298 | 2024-12-20T21:18:37.728Z | Downloaded fs-err v2.11.0 |
299 | 2024-12-20T21:18:37.728Z | Downloaded toml_datetime v0.6.8 |
300 | 2024-12-20T21:18:37.731Z | Downloaded tabled_derive v0.7.0 |
301 | 2024-12-20T21:18:37.731Z | Downloaded pest_generator v2.7.14 |
302 | 2024-12-20T21:18:37.731Z | Downloaded heck v0.5.0 |
303 | 2024-12-20T21:18:37.731Z | Downloaded fastrand v2.1.1 |
304 | 2024-12-20T21:18:37.734Z | Downloaded strsim v0.11.1 |
305 | 2024-12-20T21:18:37.734Z | Downloaded terminal_size v0.4.0 |
306 | 2024-12-20T21:18:37.737Z | Downloaded smawk v0.3.2 |
307 | 2024-12-20T21:18:37.737Z | Downloaded thiserror-impl v1.0.69 |
308 | 2024-12-20T21:18:37.740Z | Downloaded generic-array v0.14.7 |
309 | 2024-12-20T21:18:37.743Z | Downloaded digest v0.10.7 |
310 | 2024-12-20T21:18:37.746Z | Downloaded usdt v0.5.0 |
311 | 2024-12-20T21:18:37.746Z | Downloaded cpufeatures v0.2.14 |
312 | 2024-12-20T21:18:37.749Z | Downloaded errno v0.3.9 |
313 | 2024-12-20T21:18:37.749Z | Downloaded clap_derive v4.5.18 |
314 | 2024-12-20T21:18:37.753Z | Downloaded unicode-linebreak v0.1.5 |
315 | 2024-12-20T21:18:37.753Z | Downloaded thiserror v1.0.69 |
316 | 2024-12-20T21:18:37.756Z | Downloaded heck v0.4.1 |
317 | 2024-12-20T21:18:37.759Z | Downloaded serde_spanned v0.6.8 |
318 | 2024-12-20T21:18:37.759Z | Downloaded memmap v0.7.0 |
319 | 2024-12-20T21:18:37.762Z | Downloaded itoa v1.0.11 |
320 | 2024-12-20T21:18:37.762Z | Downloaded cargo_toml v0.20.5 |
321 | 2024-12-20T21:18:37.762Z | Downloaded cargo_metadata v0.18.1 |
322 | 2024-12-20T21:18:37.766Z | Downloaded serde_tokenstream v0.2.2 |
323 | 2024-12-20T21:18:37.766Z | Downloaded plain v0.2.3 |
324 | 2024-12-20T21:18:37.769Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2024-12-20T21:18:37.769Z | Downloaded fnv v1.0.7 |
326 | 2024-12-20T21:18:37.769Z | Downloaded autocfg v1.4.0 |
327 | 2024-12-20T21:18:37.770Z | Downloaded macaddr v1.0.1 |
328 | 2024-12-20T21:18:37.773Z | Downloaded camino-tempfile v1.1.1 |
329 | 2024-12-20T21:18:37.773Z | Downloaded semver v1.0.23 |
330 | 2024-12-20T21:18:37.778Z | Downloaded once_cell v1.20.2 |
331 | 2024-12-20T21:18:37.778Z | Downloaded sha2 v0.10.8 |
332 | 2024-12-20T21:18:37.782Z | Downloaded version_check v0.9.5 |
333 | 2024-12-20T21:18:37.782Z | Downloaded anstyle v1.0.10 |
334 | 2024-12-20T21:18:37.782Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-12-20T21:18:37.784Z | Downloaded dof v0.3.0 |
336 | 2024-12-20T21:18:37.784Z | Downloaded crypto-common v0.1.6 |
337 | 2024-12-20T21:18:37.784Z | Downloaded anstyle-query v1.1.1 |
338 | 2024-12-20T21:18:37.785Z | Downloaded scroll v0.12.0 |
339 | 2024-12-20T21:18:37.787Z | Downloaded thread-id v4.2.2 |
340 | 2024-12-20T21:18:37.787Z | Downloaded tempfile v3.13.0 |
341 | 2024-12-20T21:18:37.792Z | Downloaded anyhow v1.0.93 |
342 | 2024-12-20T21:18:37.795Z | Downloaded utf8parse v0.2.2 |
343 | 2024-12-20T21:18:37.795Z | Downloaded usdt-impl v0.5.0 |
344 | 2024-12-20T21:18:37.799Z | Downloaded quote v1.0.37 |
345 | 2024-12-20T21:18:37.799Z | Downloaded bitflags v2.6.0 |
346 | 2024-12-20T21:18:37.805Z | Downloaded pest_derive v2.7.14 |
347 | 2024-12-20T21:18:37.808Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-12-20T21:18:37.808Z | Downloaded camino v1.1.9 |
349 | 2024-12-20T21:18:37.808Z | Downloaded ryu v1.0.18 |
350 | 2024-12-20T21:18:37.813Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-12-20T21:18:37.816Z | Downloaded unicode-ident v1.0.13 |
352 | 2024-12-20T21:18:37.820Z | Downloaded toml v0.8.19 |
353 | 2024-12-20T21:18:37.823Z | Downloaded zerocopy-derive v0.7.35 |
354 | 2024-12-20T21:18:37.829Z | Downloaded clap v4.5.21 |
355 | 2024-12-20T21:18:37.834Z | Downloaded serde_derive v1.0.215 |
356 | 2024-12-20T21:18:37.838Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-12-20T21:18:37.838Z | Downloaded papergrid v0.11.0 |
358 | 2024-12-20T21:18:37.841Z | Downloaded typenum v1.17.0 |
359 | 2024-12-20T21:18:37.845Z | Downloaded textwrap v0.16.1 |
360 | 2024-12-20T21:18:37.852Z | Downloaded indexmap v2.6.0 |
361 | 2024-12-20T21:18:37.856Z | Downloaded pest_meta v2.7.14 |
362 | 2024-12-20T21:18:37.856Z | Downloaded log v0.4.22 |
363 | 2024-12-20T21:18:37.859Z | Downloaded toml_edit v0.22.22 |
364 | 2024-12-20T21:18:37.878Z | Downloaded serde v1.0.215 |
365 | 2024-12-20T21:18:37.881Z | Downloaded memchr v2.7.4 |
366 | 2024-12-20T21:18:37.902Z | Downloaded clap_builder v4.5.21 |
367 | 2024-12-20T21:18:37.909Z | Downloaded hashbrown v0.15.1 |
368 | 2024-12-20T21:18:37.913Z | Downloaded pest v2.7.14 |
369 | 2024-12-20T21:18:37.920Z | Downloaded zerocopy v0.7.35 |
370 | 2024-12-20T21:18:37.932Z | Downloaded serde_json v1.0.132 |
371 | 2024-12-20T21:18:37.939Z | Downloaded tabled v0.15.0 |
372 | 2024-12-20T21:18:37.953Z | Downloaded goblin v0.8.2 |
373 | 2024-12-20T21:18:37.958Z | Downloaded winnow v0.6.20 |
374 | 2024-12-20T21:18:37.966Z | Downloaded syn v1.0.109 |
375 | 2024-12-20T21:18:37.984Z | Downloaded unicode-width v0.1.14 |
376 | 2024-12-20T21:18:37.988Z | Downloaded syn v2.0.87 |
377 | 2024-12-20T21:18:37.998Z | Downloaded rustix v0.38.37 |
378 | 2024-12-20T21:18:38.040Z | Downloaded libc v0.2.162 |
379 | 2024-12-20T21:18:38.349Z | Compiling proc-macro2 v1.0.89 |
380 | 2024-12-20T21:18:38.349Z | Compiling unicode-ident v1.0.13 |
381 | 2024-12-20T21:18:38.349Z | Compiling serde v1.0.215 |
382 | 2024-12-20T21:18:38.351Z | Compiling version_check v0.9.5 |
383 | 2024-12-20T21:18:38.351Z | Compiling memchr v2.7.4 |
384 | 2024-12-20T21:18:38.351Z | Compiling thiserror v1.0.69 |
385 | 2024-12-20T21:18:38.352Z | Compiling libc v0.2.162 |
386 | 2024-12-20T21:18:38.352Z | Compiling itoa v1.0.11 |
387 | 2024-12-20T21:18:38.604Z | Compiling ucd-trie v0.1.7 |
388 | 2024-12-20T21:18:38.630Z | Compiling ryu v1.0.18 |
389 | 2024-12-20T21:18:38.966Z | Compiling once_cell v1.20.2 |
390 | 2024-12-20T21:18:39.217Z | Compiling byteorder v1.5.0 |
391 | 2024-12-20T21:18:39.311Z | Compiling rustix v0.38.37 |
392 | 2024-12-20T21:18:39.398Z | Compiling serde_json v1.0.132 |
393 | 2024-12-20T21:18:39.758Z | Compiling bitflags v2.6.0 |
394 | 2024-12-20T21:18:39.814Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-20T21:18:40.079Z | Compiling usdt-impl v0.5.0 |
396 | 2024-12-20T21:18:40.111Z | Compiling syn v1.0.109 |
397 | 2024-12-20T21:18:40.220Z | Compiling quote v1.0.37 |
398 | 2024-12-20T21:18:40.279Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-12-20T21:18:40.282Z | Compiling hashbrown v0.15.1 |
400 | 2024-12-20T21:18:40.548Z | Compiling log v0.4.22 |
401 | 2024-12-20T21:18:40.573Z | Compiling equivalent v1.0.1 |
402 | 2024-12-20T21:18:40.694Z | Compiling syn v2.0.87 |
403 | 2024-12-20T21:18:40.771Z | Compiling errno v0.3.9 |
404 | 2024-12-20T21:18:40.970Z | Compiling camino v1.1.9 |
405 | 2024-12-20T21:18:40.995Z | Compiling utf8parse v0.2.2 |
406 | 2024-12-20T21:18:41.023Z | Compiling plain v0.2.3 |
407 | 2024-12-20T21:18:41.144Z | Compiling thread-id v4.2.2 |
408 | 2024-12-20T21:18:41.173Z | Compiling anstyle-parse v0.2.5 |
409 | 2024-12-20T21:18:41.497Z | Compiling indexmap v2.6.0 |
410 | 2024-12-20T21:18:41.548Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2024-12-20T21:18:41.685Z | Compiling colorchoice v1.0.2 |
412 | 2024-12-20T21:18:41.720Z | Compiling semver v1.0.23 |
413 | 2024-12-20T21:18:41.741Z | Compiling autocfg v1.4.0 |
414 | 2024-12-20T21:18:41.854Z | Compiling anstyle v1.0.10 |
415 | 2024-12-20T21:18:42.035Z | Compiling unicode-width v0.1.14 |
416 | 2024-12-20T21:18:42.251Z | Compiling anstyle-query v1.1.1 |
417 | 2024-12-20T21:18:42.331Z | Compiling winnow v0.6.20 |
418 | 2024-12-20T21:18:42.407Z | Compiling pretty-hex v0.4.1 |
419 | 2024-12-20T21:18:42.588Z | Compiling anstream v0.6.15 |
420 | 2024-12-20T21:18:42.893Z | Compiling heck v0.5.0 |
421 | 2024-12-20T21:18:42.966Z | Compiling fs-err v2.11.0 |
422 | 2024-12-20T21:18:42.997Z | Compiling terminal_size v0.4.0 |
423 | 2024-12-20T21:18:43.223Z | Compiling fastrand v2.1.1 |
424 | 2024-12-20T21:18:43.255Z | Compiling fnv v1.0.7 |
425 | 2024-12-20T21:18:43.390Z | Compiling strsim v0.11.1 |
426 | 2024-12-20T21:18:43.432Z | Compiling anyhow v1.0.93 |
427 | 2024-12-20T21:18:43.746Z | Compiling heck v0.4.1 |
428 | 2024-12-20T21:18:43.781Z | Compiling clap_lex v0.7.2 |
429 | 2024-12-20T21:18:43.784Z | Compiling bytecount v0.6.8 |
430 | 2024-12-20T21:18:44.049Z | Compiling cfg-if v1.0.0 |
431 | 2024-12-20T21:18:44.151Z | Compiling tempfile v3.13.0 |
432 | 2024-12-20T21:18:44.248Z | Compiling clap_builder v4.5.21 |
433 | 2024-12-20T21:18:44.335Z | Compiling papergrid v0.11.0 |
434 | 2024-12-20T21:18:44.761Z | Compiling memmap v0.7.0 |
435 | 2024-12-20T21:18:44.810Z | Compiling smawk v0.3.2 |
436 | 2024-12-20T21:18:45.044Z | Compiling unicode-linebreak v0.1.5 |
437 | 2024-12-20T21:18:45.544Z | Compiling textwrap v0.16.1 |
438 | 2024-12-20T21:18:45.765Z | Compiling swrite v0.1.0 |
439 | 2024-12-20T21:18:46.936Z | Compiling tabled_derive v0.7.0 |
440 | 2024-12-20T21:18:48.585Z | Compiling tabled v0.15.0 |
441 | 2024-12-20T21:18:49.571Z | Compiling serde_derive v1.0.215 |
442 | 2024-12-20T21:18:49.571Z | Compiling thiserror-impl v1.0.69 |
443 | 2024-12-20T21:18:49.579Z | Compiling zerocopy-derive v0.7.35 |
444 | 2024-12-20T21:18:49.579Z | Compiling scroll_derive v0.12.0 |
445 | 2024-12-20T21:18:49.765Z | Compiling clap_derive v4.5.18 |
446 | 2024-12-20T21:18:50.946Z | Compiling scroll v0.12.0 |
447 | 2024-12-20T21:18:51.512Z | Compiling goblin v0.8.2 |
448 | 2024-12-20T21:18:51.546Z | Compiling zerocopy v0.7.35 |
449 | 2024-12-20T21:18:52.314Z | Compiling pest v2.7.14 |
450 | 2024-12-20T21:18:53.422Z | Compiling clap v4.5.21 |
451 | 2024-12-20T21:18:54.594Z | Compiling pest_meta v2.7.14 |
452 | 2024-12-20T21:18:55.494Z | Compiling pest_generator v2.7.14 |
453 | 2024-12-20T21:18:57.439Z | Compiling pest_derive v2.7.14 |
454 | 2024-12-20T21:18:58.175Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-12-20T21:18:59.779Z | Compiling serde_spanned v0.6.8 |
456 | 2024-12-20T21:18:59.786Z | Compiling toml_datetime v0.6.8 |
457 | 2024-12-20T21:18:59.786Z | Compiling cargo-platform v0.1.8 |
458 | 2024-12-20T21:19:00.163Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-12-20T21:19:00.270Z | Compiling toml_edit v0.22.22 |
460 | 2024-12-20T21:19:00.394Z | Compiling macaddr v1.0.1 |
461 | 2024-12-20T21:19:00.514Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-12-20T21:19:01.263Z | Compiling dof v0.3.0 |
463 | 2024-12-20T21:19:01.263Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-12-20T21:19:03.003Z | Compiling toml v0.8.19 |
465 | 2024-12-20T21:19:03.299Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-12-20T21:19:03.504Z | Compiling usdt-macro v0.5.0 |
467 | 2024-12-20T21:19:03.927Z | Compiling cargo_toml v0.20.5 |
468 | 2024-12-20T21:19:04.800Z | Compiling usdt v0.5.0 |
469 | 2024-12-20T21:19:07.537Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-12-20T21:19:11.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.95s |
471 | 2024-12-20T21:19:11.973Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-12-20T21:19:12.496Z | Downloading crates ... |
473 | 2024-12-20T21:19:12.637Z | Downloaded addr2line v0.24.2 |
474 | 2024-12-20T21:19:12.643Z | Downloaded adler2 v2.0.0 |
475 | 2024-12-20T21:19:12.646Z | Downloaded ahash v0.8.11 |
476 | 2024-12-20T21:19:12.658Z | Downloaded aho-corasick v1.1.3 |
477 | 2024-12-20T21:19:12.664Z | Downloaded allocator-api2 v0.2.18 |
478 | 2024-12-20T21:19:12.667Z | Downloaded arrayref v0.3.9 |
479 | 2024-12-20T21:19:12.669Z | Downloaded arc-swap v1.7.1 |
480 | 2024-12-20T21:19:12.672Z | Downloaded atomic-waker v1.1.2 |
481 | 2024-12-20T21:19:12.675Z | Downloaded async-trait v0.1.83 |
482 | 2024-12-20T21:19:12.678Z | Downloaded keccak v0.1.5 |
483 | 2024-12-20T21:19:12.680Z | Downloaded lazy_static v1.5.0 |
484 | 2024-12-20T21:19:12.680Z | Downloaded backtrace v0.3.74 |
485 | 2024-12-20T21:19:12.684Z | Downloaded base64 v0.13.1 |
486 | 2024-12-20T21:19:12.689Z | Downloaded base64 v0.21.7 |
487 | 2024-12-20T21:19:12.692Z | Downloaded libm v0.2.8 |
488 | 2024-12-20T21:19:12.699Z | Downloaded base64 v0.22.1 |
489 | 2024-12-20T21:19:12.704Z | Downloaded base64ct v1.6.0 |
490 | 2024-12-20T21:19:12.706Z | Downloaded async-stream-impl v0.3.6 |
491 | 2024-12-20T21:19:12.709Z | Downloaded bindgen v0.69.5 |
492 | 2024-12-20T21:19:12.715Z | Downloaded bytes v1.8.0 |
493 | 2024-12-20T21:19:12.719Z | Downloaded bitflags v1.3.2 |
494 | 2024-12-20T21:19:12.722Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-20T21:19:12.745Z | Downloaded cexpr v0.6.0 |
496 | 2024-12-20T21:19:12.749Z | Downloaded cfg_aliases v0.1.1 |
497 | 2024-12-20T21:19:12.760Z | Downloaded chrono v0.4.38 |
498 | 2024-12-20T21:19:12.769Z | Downloaded console v0.15.8 |
499 | 2024-12-20T21:19:12.772Z | Downloaded aead v0.5.2 |
500 | 2024-12-20T21:19:12.775Z | Downloaded colored v2.1.0 |
501 | 2024-12-20T21:19:12.777Z | Downloaded cmake v0.1.51 |
502 | 2024-12-20T21:19:12.777Z | Downloaded aes v0.8.4 |
503 | 2024-12-20T21:19:12.780Z | Downloaded clang-sys v1.8.1 |
504 | 2024-12-20T21:19:12.785Z | Downloaded aes-gcm v0.10.3 |
505 | 2024-12-20T21:19:12.789Z | Downloaded atty v0.2.14 |
506 | 2024-12-20T21:19:12.794Z | Downloaded assert_matches v1.5.0 |
507 | 2024-12-20T21:19:12.795Z | Downloaded bit-vec v0.6.3 |
508 | 2024-12-20T21:19:12.797Z | Downloaded block-padding v0.3.3 |
509 | 2024-12-20T21:19:12.797Z | Downloaded bit-set v0.5.3 |
510 | 2024-12-20T21:19:12.797Z | Downloaded blake2 v0.10.6 |
511 | 2024-12-20T21:19:12.801Z | Downloaded bb8 v0.8.5 |
512 | 2024-12-20T21:19:12.801Z | Downloaded backoff v0.4.0 |
513 | 2024-12-20T21:19:12.803Z | Downloaded bumpalo v3.16.0 |
514 | 2024-12-20T21:19:12.806Z | Downloaded arrayvec v0.7.6 |
515 | 2024-12-20T21:19:12.813Z | Downloaded blake3 v1.5.4 |
516 | 2024-12-20T21:19:12.821Z | Downloaded mime_guess v2.0.5 |
517 | 2024-12-20T21:19:12.825Z | Downloaded minimal-lexical v0.2.1 |
518 | 2024-12-20T21:19:12.828Z | Downloaded bitvec v1.0.1 |
519 | 2024-12-20T21:19:12.844Z | Downloaded mime v0.3.17 |
520 | 2024-12-20T21:19:12.846Z | Downloaded memoffset v0.9.1 |
521 | 2024-12-20T21:19:12.846Z | Downloaded lock_api v0.4.12 |
522 | 2024-12-20T21:19:12.863Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-12-20T21:19:12.870Z | Downloaded ciborium-ll v0.2.2 |
524 | 2024-12-20T21:19:12.870Z | Downloaded cobs v0.2.3 |
525 | 2024-12-20T21:19:12.870Z | Downloaded ciborium v0.2.2 |
526 | 2024-12-20T21:19:12.870Z | Downloaded ciborium-io v0.2.2 |
527 | 2024-12-20T21:19:12.870Z | Downloaded const-oid v0.9.6 |
528 | 2024-12-20T21:19:12.873Z | Downloaded chrono-tz-build v0.4.0 |
529 | 2024-12-20T21:19:12.873Z | Downloaded bstr v1.10.0 |
530 | 2024-12-20T21:19:12.882Z | Downloaded miniz_oxide v0.8.0 |
531 | 2024-12-20T21:19:12.885Z | Downloaded darling v0.20.10 |
532 | 2024-12-20T21:19:12.889Z | Downloaded hmac v0.12.1 |
533 | 2024-12-20T21:19:12.892Z | Downloaded chrono-tz v0.10.0 |
534 | 2024-12-20T21:19:12.900Z | Downloaded ident_case v1.0.1 |
535 | 2024-12-20T21:19:12.902Z | Downloaded heapless v0.8.0 |
536 | 2024-12-20T21:19:12.905Z | Downloaded icu_locid_transform v1.5.0 |
537 | 2024-12-20T21:19:12.908Z | Downloaded httparse v1.9.5 |
538 | 2024-12-20T21:19:12.910Z | Downloaded icu_provider_macros v1.5.0 |
539 | 2024-12-20T21:19:12.910Z | Downloaded http v1.1.0 |
540 | 2024-12-20T21:19:12.915Z | Downloaded instant v0.1.13 |
541 | 2024-12-20T21:19:12.918Z | Downloaded hyper-util v0.1.10 |
542 | 2024-12-20T21:19:12.922Z | Downloaded inout v0.1.3 |
543 | 2024-12-20T21:19:12.925Z | Downloaded crunchy v0.2.2 |
544 | 2024-12-20T21:19:12.925Z | Downloaded crc-catalog v2.4.0 |
545 | 2024-12-20T21:19:12.927Z | Downloaded convert_case v0.4.0 |
546 | 2024-12-20T21:19:12.927Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-12-20T21:19:12.930Z | Downloaded crc v3.2.1 |
548 | 2024-12-20T21:19:12.933Z | Downloaded crossbeam-utils v0.8.20 |
549 | 2024-12-20T21:19:12.936Z | Downloaded curve25519-dalek-derive v0.1.1 |
550 | 2024-12-20T21:19:12.936Z | Downloaded ctr v0.9.2 |
551 | 2024-12-20T21:19:12.938Z | Downloaded crypto-bigint v0.5.5 |
552 | 2024-12-20T21:19:12.944Z | Downloaded crossbeam-epoch v0.9.18 |
553 | 2024-12-20T21:19:12.947Z | Downloaded hickory-proto v0.24.1 |
554 | 2024-12-20T21:19:12.965Z | Downloaded is-terminal v0.4.13 |
555 | 2024-12-20T21:19:12.969Z | Downloaded hkdf v0.12.4 |
556 | 2024-12-20T21:19:12.969Z | Downloaded impl-trait-for-tuples v0.2.2 |
557 | 2024-12-20T21:19:12.973Z | Downloaded idna_adapter v1.2.0 |
558 | 2024-12-20T21:19:12.973Z | Downloaded icu_provider v1.5.0 |
559 | 2024-12-20T21:19:12.976Z | Downloaded icu_locid v1.5.0 |
560 | 2024-12-20T21:19:12.979Z | Downloaded is_ci v1.2.0 |
561 | 2024-12-20T21:19:12.984Z | Downloaded icu_normalizer_data v1.5.0 |
562 | 2024-12-20T21:19:12.988Z | Downloaded indoc v1.0.9 |
563 | 2024-12-20T21:19:12.988Z | Downloaded icu_collections v1.5.0 |
564 | 2024-12-20T21:19:12.992Z | Downloaded ipnet v2.10.1 |
565 | 2024-12-20T21:19:12.995Z | Downloaded indexmap v1.9.3 |
566 | 2024-12-20T21:19:12.998Z | Downloaded itertools v0.10.5 |
567 | 2024-12-20T21:19:13.008Z | Downloaded cbc v0.1.2 |
568 | 2024-12-20T21:19:13.011Z | Downloaded compact_str v0.8.0 |
569 | 2024-12-20T21:19:13.011Z | Downloaded icu_properties_data v1.5.0 |
570 | 2024-12-20T21:19:13.025Z | Downloaded ipnetwork v0.20.0 |
571 | 2024-12-20T21:19:13.032Z | Downloaded hyper v1.5.0 |
572 | 2024-12-20T21:19:13.035Z | Downloaded aws-lc-rs v1.10.0 |
573 | 2024-12-20T21:19:13.050Z | Downloaded idna v0.2.3 |
574 | 2024-12-20T21:19:13.056Z | Downloaded idna v1.0.3 |
575 | 2024-12-20T21:19:13.061Z | Downloaded base16ct v0.2.0 |
576 | 2024-12-20T21:19:13.066Z | Downloaded crossbeam-channel v0.5.13 |
577 | 2024-12-20T21:19:13.068Z | Downloaded cassowary v0.3.0 |
578 | 2024-12-20T21:19:13.068Z | Downloaded bcs v0.1.6 |
579 | 2024-12-20T21:19:13.071Z | Downloaded ascii-canvas v3.0.0 |
580 | 2024-12-20T21:19:13.071Z | Downloaded idna v0.3.0 |
581 | 2024-12-20T21:19:13.080Z | Downloaded cookie v0.18.1 |
582 | 2024-12-20T21:19:13.083Z | Downloaded itertools v0.13.0 |
583 | 2024-12-20T21:19:13.090Z | Downloaded radium v0.7.0 |
584 | 2024-12-20T21:19:13.092Z | Downloaded proptest v1.5.0 |
585 | 2024-12-20T21:19:13.100Z | Downloaded idna v0.4.0 |
586 | 2024-12-20T21:19:13.108Z | Downloaded rayon-core v1.12.1 |
587 | 2024-12-20T21:19:13.113Z | Downloaded rfc6979 v0.4.0 |
588 | 2024-12-20T21:19:13.116Z | Downloaded rand_core v0.6.4 |
589 | 2024-12-20T21:19:13.116Z | Downloaded csv-core v0.1.11 |
590 | 2024-12-20T21:19:13.119Z | Downloaded crossterm v0.28.1 |
591 | 2024-12-20T21:19:13.123Z | Downloaded schemars_derive v0.8.21 |
592 | 2024-12-20T21:19:13.125Z | Downloaded reqwest v0.12.9 |
593 | 2024-12-20T21:19:13.134Z | Downloaded idna v0.5.0 |
594 | 2024-12-20T21:19:13.141Z | Downloaded chacha20 v0.9.1 |
595 | 2024-12-20T21:19:13.144Z | Downloaded lazycell v1.3.0 |
596 | 2024-12-20T21:19:13.147Z | Downloaded jobserver v0.1.32 |
597 | 2024-12-20T21:19:13.147Z | Downloaded linked-hash-map v0.5.6 |
598 | 2024-12-20T21:19:13.150Z | Downloaded libloading v0.8.5 |
599 | 2024-12-20T21:19:13.154Z | Downloaded md5 v0.7.0 |
600 | 2024-12-20T21:19:13.154Z | Downloaded memmap2 v0.9.5 |
601 | 2024-12-20T21:19:13.159Z | Downloaded matches v0.1.10 |
602 | 2024-12-20T21:19:13.160Z | Downloaded litemap v0.7.3 |
603 | 2024-12-20T21:19:13.162Z | Downloaded md-5 v0.10.6 |
604 | 2024-12-20T21:19:13.162Z | Downloaded match_cfg v0.1.0 |
605 | 2024-12-20T21:19:13.162Z | Downloaded lru-cache v0.1.2 |
606 | 2024-12-20T21:19:13.162Z | Downloaded lru v0.12.5 |
607 | 2024-12-20T21:19:13.165Z | Downloaded lockfree-object-pool v0.1.6 |
608 | 2024-12-20T21:19:13.168Z | Downloaded crc32fast v1.4.2 |
609 | 2024-12-20T21:19:13.168Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
610 | 2024-12-20T21:19:13.186Z | Downloaded simd-adler32 v0.3.7 |
611 | 2024-12-20T21:19:13.192Z | Downloaded signal-hook v0.3.17 |
612 | 2024-12-20T21:19:13.192Z | Downloaded slog-scope v4.4.0 |
613 | 2024-12-20T21:19:13.192Z | Downloaded cc v1.1.30 |
614 | 2024-12-20T21:19:13.195Z | Downloaded socket2 v0.5.7 |
615 | 2024-12-20T21:19:13.195Z | Downloaded itertools v0.12.1 |
616 | 2024-12-20T21:19:13.203Z | Downloaded hickory-resolver v0.24.1 |
617 | 2024-12-20T21:19:13.208Z | Downloaded sync_wrapper v1.0.1 |
618 | 2024-12-20T21:19:13.208Z | Downloaded termcolor v1.4.1 |
619 | 2024-12-20T21:19:13.211Z | Downloaded sqlparser_derive v0.2.2 |
620 | 2024-12-20T21:19:13.211Z | Downloaded sqlformat v0.2.6 |
621 | 2024-12-20T21:19:13.211Z | Downloaded thiserror v2.0.3 |
622 | 2024-12-20T21:19:13.216Z | Downloaded tokio-native-tls v0.3.1 |
623 | 2024-12-20T21:19:13.222Z | Downloaded tokio-postgres v0.7.12 |
624 | 2024-12-20T21:19:13.225Z | Downloaded tower-service v0.3.3 |
625 | 2024-12-20T21:19:13.229Z | Downloaded tokio-macros v2.4.0 |
626 | 2024-12-20T21:19:13.229Z | Downloaded thiserror-impl v2.0.3 |
627 | 2024-12-20T21:19:13.229Z | Downloaded castaway v0.2.3 |
628 | 2024-12-20T21:19:13.232Z | Downloaded cancel-safe-futures v0.1.5 |
629 | 2024-12-20T21:19:13.232Z | Downloaded rustls-pemfile v1.0.4 |
630 | 2024-12-20T21:19:13.236Z | Downloaded buf-list v1.0.3 |
631 | 2024-12-20T21:19:13.238Z | Downloaded blowfish v0.9.1 |
632 | 2024-12-20T21:19:13.243Z | Downloaded bitfield-struct v0.6.2 |
633 | 2024-12-20T21:19:13.243Z | Downloaded bitfield v0.14.0 |
634 | 2024-12-20T21:19:13.243Z | Downloaded bcrypt-pbkdf v0.10.0 |
635 | 2024-12-20T21:19:13.246Z | Downloaded atomicwrites v0.4.4 |
636 | 2024-12-20T21:19:13.246Z | Downloaded async-recursion v1.1.1 |
637 | 2024-12-20T21:19:13.249Z | Downloaded async-bb8-diesel v0.2.1 |
638 | 2024-12-20T21:19:13.252Z | Downloaded const_format_proc_macros v0.2.33 |
639 | 2024-12-20T21:19:13.255Z | Downloaded const_format v0.2.33 |
640 | 2024-12-20T21:19:13.258Z | Downloaded chacha20poly1305 v0.10.1 |
641 | 2024-12-20T21:19:13.260Z | Downloaded array-init v0.0.4 |
642 | 2024-12-20T21:19:13.264Z | Downloaded argon2 v0.5.3 |
643 | 2024-12-20T21:19:13.264Z | Downloaded serde_with v3.11.0 |
644 | 2024-12-20T21:19:13.272Z | Downloaded secrecy v0.8.0 |
645 | 2024-12-20T21:19:13.275Z | Downloaded which v4.4.2 |
646 | 2024-12-20T21:19:13.278Z | Downloaded unicode-segmentation v1.12.0 |
647 | 2024-12-20T21:19:13.283Z | Downloaded icu_properties v1.5.1 |
648 | 2024-12-20T21:19:13.283Z | Downloaded universal-hash v0.5.1 |
649 | 2024-12-20T21:19:13.286Z | Downloaded hickory-server v0.24.1 |
650 | 2024-12-20T21:19:13.290Z | Downloaded untrusted v0.7.1 |
651 | 2024-12-20T21:19:13.293Z | Downloaded unsafe-libyaml v0.2.11 |
652 | 2024-12-20T21:19:13.296Z | Downloaded wait-timeout v0.2.0 |
653 | 2024-12-20T21:19:13.296Z | Downloaded unicode_categories v0.1.1 |
654 | 2024-12-20T21:19:13.299Z | Downloaded hickory-client v0.24.1 |
655 | 2024-12-20T21:19:13.302Z | Downloaded managed v0.8.0 |
656 | 2024-12-20T21:19:13.304Z | Downloaded linear-map v1.2.0 |
657 | 2024-12-20T21:19:13.308Z | Downloaded libz-sys v1.1.20 |
658 | 2024-12-20T21:19:13.329Z | Downloaded downcast v0.11.0 |
659 | 2024-12-20T21:19:13.333Z | Downloaded displaydoc v0.2.5 |
660 | 2024-12-20T21:19:13.333Z | Downloaded diesel_derives v2.2.3 |
661 | 2024-12-20T21:19:13.336Z | Downloaded futures-executor v0.3.31 |
662 | 2024-12-20T21:19:13.338Z | Downloaded foreign-types-shared v0.3.1 |
663 | 2024-12-20T21:19:13.338Z | Downloaded flume v0.11.1 |
664 | 2024-12-20T21:19:13.341Z | Downloaded foreign-types-shared v0.1.1 |
665 | 2024-12-20T21:19:13.344Z | Downloaded cstr-argument v0.1.2 |
666 | 2024-12-20T21:19:13.344Z | Downloaded crucible-workspace-hack v0.1.0 |
667 | 2024-12-20T21:19:13.347Z | Downloaded cookie_store v0.21.0 |
668 | 2024-12-20T21:19:13.347Z | Downloaded dirs-sys-next v0.1.2 |
669 | 2024-12-20T21:19:13.349Z | Downloaded dirs-next v2.0.0 |
670 | 2024-12-20T21:19:13.349Z | Downloaded futures-util v0.3.31 |
671 | 2024-12-20T21:19:13.361Z | Downloaded multimap v0.10.0 |
672 | 2024-12-20T21:19:13.365Z | Downloaded ghash v0.5.1 |
673 | 2024-12-20T21:19:13.365Z | Downloaded getrandom v0.2.15 |
674 | 2024-12-20T21:19:13.368Z | Downloaded fxhash v0.2.1 |
675 | 2024-12-20T21:19:13.368Z | Downloaded difflib v0.4.0 |
676 | 2024-12-20T21:19:13.371Z | Downloaded diff v0.1.13 |
677 | 2024-12-20T21:19:13.375Z | Downloaded gimli v0.31.1 |
678 | 2024-12-20T21:19:13.382Z | Downloaded num-bigint v0.4.6 |
679 | 2024-12-20T21:19:13.388Z | Downloaded opaque-debug v0.3.1 |
680 | 2024-12-20T21:19:13.391Z | Downloaded csv v1.3.0 |
681 | 2024-12-20T21:19:13.411Z | Downloaded pkg-config v0.3.31 |
682 | 2024-12-20T21:19:13.415Z | Downloaded phf_shared v0.10.0 |
683 | 2024-12-20T21:19:13.415Z | Downloaded phf_generator v0.11.2 |
684 | 2024-12-20T21:19:13.418Z | Downloaded password-hash v0.4.2 |
685 | 2024-12-20T21:19:13.418Z | Downloaded parse-zoneinfo v0.3.1 |
686 | 2024-12-20T21:19:13.422Z | Downloaded openssl v0.10.66 |
687 | 2024-12-20T21:19:13.429Z | Downloaded precomputed-hash v0.1.1 |
688 | 2024-12-20T21:19:13.432Z | Downloaded ppv-lite86 v0.2.20 |
689 | 2024-12-20T21:19:13.433Z | Downloaded num-iter v0.1.45 |
690 | 2024-12-20T21:19:13.436Z | Downloaded num-integer v0.1.46 |
691 | 2024-12-20T21:19:13.436Z | Downloaded openapiv3 v2.0.0 |
692 | 2024-12-20T21:19:13.451Z | Downloaded shell-words v1.1.0 |
693 | 2024-12-20T21:19:13.454Z | Downloaded rand v0.8.5 |
694 | 2024-12-20T21:19:13.454Z | Downloaded quinn v0.11.5 |
695 | 2024-12-20T21:19:13.457Z | Downloaded resolv-conf v0.7.0 |
696 | 2024-12-20T21:19:13.460Z | Downloaded quick-xml v0.33.0 |
697 | 2024-12-20T21:19:13.467Z | Downloaded rand_xorshift v0.3.0 |
698 | 2024-12-20T21:19:13.470Z | Downloaded crc-any v2.5.0 |
699 | 2024-12-20T21:19:13.473Z | Downloaded primeorder v0.13.6 |
700 | 2024-12-20T21:19:13.473Z | Downloaded diesel_table_macro_syntax v0.2.0 |
701 | 2024-12-20T21:19:13.476Z | Downloaded smallvec v1.13.2 |
702 | 2024-12-20T21:19:13.476Z | Downloaded rayon v1.10.0 |
703 | 2024-12-20T21:19:13.487Z | Downloaded salsa20 v0.10.2 |
704 | 2024-12-20T21:19:13.490Z | Downloaded rustls-pki-types v1.10.0 |
705 | 2024-12-20T21:19:13.493Z | Downloaded shlex v1.3.0 |
706 | 2024-12-20T21:19:13.493Z | Downloaded rustc-demangle v0.1.24 |
707 | 2024-12-20T21:19:13.496Z | Downloaded strum v0.26.3 |
708 | 2024-12-20T21:19:13.498Z | Downloaded slog-term v2.9.1 |
709 | 2024-12-20T21:19:13.500Z | Downloaded signal-hook-mio v0.2.4 |
710 | 2024-12-20T21:19:13.501Z | Downloaded rand_chacha v0.3.1 |
711 | 2024-12-20T21:19:13.504Z | Downloaded tinyvec v1.8.0 |
712 | 2024-12-20T21:19:13.506Z | Downloaded salty v0.3.0 |
713 | 2024-12-20T21:19:13.514Z | Downloaded unicase v2.7.0 |
714 | 2024-12-20T21:19:13.516Z | Downloaded thiserror-impl-no-std v2.0.2 |
715 | 2024-12-20T21:19:13.519Z | Downloaded strum_macros v0.24.3 |
716 | 2024-12-20T21:19:13.522Z | Downloaded ssh-cipher v0.2.0 |
717 | 2024-12-20T21:19:13.522Z | Downloaded sqlparser v0.45.0 |
718 | 2024-12-20T21:19:13.528Z | Downloaded uuid v1.11.0 |
719 | 2024-12-20T21:19:13.532Z | Downloaded value-bag v1.9.0 |
720 | 2024-12-20T21:19:13.535Z | Downloaded zeroize_derive v1.4.2 |
721 | 2024-12-20T21:19:13.538Z | Downloaded utf8_iter v1.0.4 |
722 | 2024-12-20T21:19:13.538Z | Downloaded utf16_iter v1.0.5 |
723 | 2024-12-20T21:19:13.541Z | Downloaded tinyvec_macros v0.1.1 |
724 | 2024-12-20T21:19:13.541Z | Downloaded maybe-uninit v2.0.0 |
725 | 2024-12-20T21:19:13.543Z | Downloaded zerovec v0.10.4 |
726 | 2024-12-20T21:19:13.548Z | Downloaded deranged v0.3.11 |
727 | 2024-12-20T21:19:13.551Z | Downloaded tui-tree-widget v0.22.0 |
728 | 2024-12-20T21:19:13.553Z | Downloaded tokio v1.40.0 |
729 | 2024-12-20T21:19:13.590Z | Downloaded twox-hash v1.6.3 |
730 | 2024-12-20T21:19:13.593Z | Downloaded yasna v0.5.2 |
731 | 2024-12-20T21:19:13.595Z | Downloaded topological-sort v0.2.2 |
732 | 2024-12-20T21:19:13.598Z | Downloaded tokio-tungstenite v0.24.0 |
733 | 2024-12-20T21:19:13.598Z | Downloaded zopfli v0.8.1 |
734 | 2024-12-20T21:19:13.601Z | Downloaded maplit v1.0.2 |
735 | 2024-12-20T21:19:13.608Z | Downloaded lzma-sys v0.1.20 |
736 | 2024-12-20T21:19:13.633Z | Downloaded yoke v0.7.4 |
737 | 2024-12-20T21:19:13.635Z | Downloaded semver v0.1.20 |
738 | 2024-12-20T21:19:13.637Z | Downloaded rustc_version v0.1.7 |
739 | 2024-12-20T21:19:13.637Z | Downloaded unicode-width v0.2.0 |
740 | 2024-12-20T21:19:13.643Z | Downloaded zerocopy-derive v0.8.10 |
741 | 2024-12-20T21:19:13.651Z | Downloaded nom v7.1.3 |
742 | 2024-12-20T21:19:13.658Z | Downloaded indicatif v0.17.9 |
743 | 2024-12-20T21:19:13.661Z | Downloaded hubpack v0.1.2 |
744 | 2024-12-20T21:19:13.664Z | Downloaded time v0.3.36 |
745 | 2024-12-20T21:19:13.671Z | Downloaded nix v0.28.0 |
746 | 2024-12-20T21:19:13.685Z | Downloaded parking_lot v0.12.3 |
747 | 2024-12-20T21:19:13.688Z | Downloaded openssl-probe v0.1.5 |
748 | 2024-12-20T21:19:13.688Z | Downloaded openssl-macros v0.1.1 |
749 | 2024-12-20T21:19:13.691Z | Downloaded nix v0.29.0 |
750 | 2024-12-20T21:19:13.702Z | Downloaded quick-error v1.2.3 |
751 | 2024-12-20T21:19:13.704Z | Downloaded display-error-chain v0.2.2 |
752 | 2024-12-20T21:19:13.707Z | Downloaded diesel-dtrace v0.4.2 |
753 | 2024-12-20T21:19:13.707Z | Downloaded mio v1.0.2 |
754 | 2024-12-20T21:19:13.715Z | Downloaded hashbrown v0.13.2 |
755 | 2024-12-20T21:19:13.717Z | Downloaded owo-colors v4.1.0 |
756 | 2024-12-20T21:19:13.721Z | Downloaded parking_lot v0.11.2 |
757 | 2024-12-20T21:19:13.725Z | Downloaded group v0.13.0 |
758 | 2024-12-20T21:19:13.725Z | Downloaded openssl-sys v0.9.103 |
759 | 2024-12-20T21:19:13.730Z | Downloaded float-cmp v0.9.0 |
760 | 2024-12-20T21:19:13.733Z | Downloaded flate2 v1.0.34 |
761 | 2024-12-20T21:19:13.738Z | Downloaded newtype_derive v0.1.6 |
762 | 2024-12-20T21:19:13.741Z | Downloaded rand_seeder v0.3.0 |
763 | 2024-12-20T21:19:13.744Z | Downloaded object v0.36.5 |
764 | 2024-12-20T21:19:13.755Z | Downloaded zerofrom v0.1.4 |
765 | 2024-12-20T21:19:13.757Z | Downloaded zerocopy v0.8.10 |
766 | 2024-12-20T21:19:13.781Z | Downloaded tracing-core v0.1.32 |
767 | 2024-12-20T21:19:13.784Z | Downloaded newtype-uuid v1.1.3 |
768 | 2024-12-20T21:19:13.788Z | Downloaded gethostname v0.5.0 |
769 | 2024-12-20T21:19:13.788Z | Downloaded filetime v0.2.25 |
770 | 2024-12-20T21:19:13.791Z | Downloaded ff v0.13.0 |
771 | 2024-12-20T21:19:13.792Z | Downloaded fixedbitset v0.4.2 |
772 | 2024-12-20T21:19:13.795Z | Downloaded env_filter v0.1.2 |
773 | 2024-12-20T21:19:13.795Z | Downloaded enum-as-inner v0.6.1 |
774 | 2024-12-20T21:19:13.795Z | Downloaded ed25519 v2.2.3 |
775 | 2024-12-20T21:19:13.798Z | Downloaded smf v0.2.3 |
776 | 2024-12-20T21:19:13.801Z | Downloaded sigpipe v0.1.3 |
777 | 2024-12-20T21:19:13.801Z | Downloaded rcgen v0.12.1 |
778 | 2024-12-20T21:19:13.804Z | Downloaded derive_builder_core v0.20.2 |
779 | 2024-12-20T21:19:13.807Z | Downloaded data-encoding v2.6.0 |
780 | 2024-12-20T21:19:13.807Z | Downloaded darling_macro v0.20.10 |
781 | 2024-12-20T21:19:13.812Z | Downloaded libxml v0.3.3 |
782 | 2024-12-20T21:19:13.814Z | Downloaded ron v0.8.1 |
783 | 2024-12-20T21:19:13.820Z | Downloaded scopeguard v1.2.0 |
784 | 2024-12-20T21:19:13.824Z | Downloaded sct v0.7.1 |
785 | 2024-12-20T21:19:13.827Z | Downloaded rusty-fork v0.3.0 |
786 | 2024-12-20T21:19:13.830Z | Downloaded libsw v3.3.1 |
787 | 2024-12-20T21:19:13.830Z | Downloaded libefi-sys v0.1.0 |
788 | 2024-12-20T21:19:13.833Z | Downloaded lalrpop-util v0.19.12 |
789 | 2024-12-20T21:19:13.833Z | Downloaded lalrpop v0.19.12 |
790 | 2024-12-20T21:19:13.845Z | Downloaded toolchain_find v0.4.0 |
791 | 2024-12-20T21:19:13.848Z | Downloaded toml_edit v0.19.15 |
792 | 2024-12-20T21:19:13.865Z | Downloaded unarray v0.1.4 |
793 | 2024-12-20T21:19:13.867Z | Downloaded progenitor-impl v0.8.0 |
794 | 2024-12-20T21:19:13.870Z | Downloaded tracing v0.1.40 |
795 | 2024-12-20T21:19:13.874Z | Downloaded omicron-zone-package v0.11.1 |
796 | 2024-12-20T21:19:13.880Z | Downloaded fallible-iterator v0.3.0 |
797 | 2024-12-20T21:19:13.884Z | Downloaded tungstenite v0.23.0 |
798 | 2024-12-20T21:19:13.884Z | Downloaded futures-task v0.3.31 |
799 | 2024-12-20T21:19:13.886Z | Downloaded number_prefix v0.4.0 |
800 | 2024-12-20T21:19:13.886Z | Downloaded globset v0.4.15 |
801 | 2024-12-20T21:19:13.886Z | Downloaded glob v0.3.1 |
802 | 2024-12-20T21:19:13.890Z | Downloaded sha3 v0.10.8 |
803 | 2024-12-20T21:19:13.893Z | Downloaded num_enum v0.5.11 |
804 | 2024-12-20T21:19:13.899Z | Downloaded phf_codegen v0.11.2 |
805 | 2024-12-20T21:19:13.902Z | Downloaded num_threads v0.1.7 |
806 | 2024-12-20T21:19:13.902Z | Downloaded uzers v0.12.1 |
807 | 2024-12-20T21:19:13.905Z | Downloaded rustls-webpki v0.101.7 |
808 | 2024-12-20T21:19:13.922Z | Downloaded strip-ansi-escapes v0.2.0 |
809 | 2024-12-20T21:19:13.924Z | Downloaded pin-project v1.1.6 |
810 | 2024-12-20T21:19:13.933Z | Downloaded write16 v1.0.0 |
811 | 2024-12-20T21:19:13.935Z | Downloaded whoami v1.5.2 |
812 | 2024-12-20T21:19:13.939Z | Downloaded writeable v0.5.5 |
813 | 2024-12-20T21:19:13.939Z | Downloaded ref-cast-impl v1.0.23 |
814 | 2024-12-20T21:19:13.944Z | Downloaded ref-cast v1.0.23 |
815 | 2024-12-20T21:19:13.944Z | Downloaded psl-types v2.0.11 |
816 | 2024-12-20T21:19:13.946Z | Downloaded termios v0.3.3 |
817 | 2024-12-20T21:19:13.949Z | Downloaded mirai-annotations v1.12.0 |
818 | 2024-12-20T21:19:13.949Z | Downloaded headers-core v0.3.0 |
819 | 2024-12-20T21:19:13.949Z | Downloaded num-derive v0.4.2 |
820 | 2024-12-20T21:19:13.952Z | Downloaded pem v3.0.4 |
821 | 2024-12-20T21:19:13.955Z | Downloaded num-conv v0.1.0 |
822 | 2024-12-20T21:19:13.955Z | Downloaded dsl_auto_type v0.1.2 |
823 | 2024-12-20T21:19:13.958Z | Downloaded winnow v0.5.40 |
824 | 2024-12-20T21:19:13.965Z | Downloaded percent-encoding v2.3.1 |
825 | 2024-12-20T21:19:13.968Z | Downloaded radix_trie v0.2.1 |
826 | 2024-12-20T21:19:13.973Z | Downloaded pem-rfc7468 v0.7.0 |
827 | 2024-12-20T21:19:13.975Z | Downloaded rustls-webpki v0.102.8 |
828 | 2024-12-20T21:19:13.995Z | Downloaded slab v0.4.9 |
829 | 2024-12-20T21:19:13.999Z | Downloaded siphasher v0.3.11 |
830 | 2024-12-20T21:19:13.999Z | Downloaded similar v2.6.0 |
831 | 2024-12-20T21:19:14.007Z | Downloaded serde_plain v1.0.2 |
832 | 2024-12-20T21:19:14.010Z | Downloaded p256 v0.13.2 |
833 | 2024-12-20T21:19:14.010Z | Downloaded phf v0.11.2 |
834 | 2024-12-20T21:19:14.010Z | Downloaded wyz v0.5.1 |
835 | 2024-12-20T21:19:14.012Z | Downloaded oso-derive v0.27.3 |
836 | 2024-12-20T21:19:14.013Z | Downloaded oso v0.27.3 |
837 | 2024-12-20T21:19:14.016Z | Downloaded nodrop v0.1.14 |
838 | 2024-12-20T21:19:14.018Z | Downloaded derive-where v1.2.7 |
839 | 2024-12-20T21:19:14.021Z | Downloaded zerocopy-derive v0.6.6 |
840 | 2024-12-20T21:19:14.035Z | Downloaded rustc_version v0.4.1 |
841 | 2024-12-20T21:19:14.038Z | Downloaded typify-impl v0.2.0 |
842 | 2024-12-20T21:19:14.051Z | Downloaded rustls v0.21.12 |
843 | 2024-12-20T21:19:14.065Z | Downloaded flagset v0.4.6 |
844 | 2024-12-20T21:19:14.067Z | Downloaded regex-automata v0.4.8 |
845 | 2024-12-20T21:19:14.084Z | Downloaded unicode-properties v0.1.3 |
846 | 2024-12-20T21:19:14.089Z | Downloaded packed_struct v0.10.1 |
847 | 2024-12-20T21:19:14.094Z | Downloaded p521 v0.13.3 |
848 | 2024-12-20T21:19:14.094Z | Downloaded p384 v0.13.0 |
849 | 2024-12-20T21:19:14.098Z | Downloaded serde_with_macros v3.11.0 |
850 | 2024-12-20T21:19:14.101Z | Downloaded der v0.7.9 |
851 | 2024-12-20T21:19:14.107Z | Downloaded rustls v0.22.4 |
852 | 2024-12-20T21:19:14.122Z | Downloaded want v0.3.1 |
853 | 2024-12-20T21:19:14.125Z | Downloaded tough v0.19.0 |
854 | 2024-12-20T21:19:14.132Z | Downloaded endian-type v0.1.2 |
855 | 2024-12-20T21:19:14.135Z | Downloaded derive_builder_macro v0.20.2 |
856 | 2024-12-20T21:19:14.135Z | Downloaded derive_builder v0.20.2 |
857 | 2024-12-20T21:19:14.139Z | Downloaded headers v0.4.0 |
858 | 2024-12-20T21:19:14.145Z | Downloaded nanorand v0.7.0 |
859 | 2024-12-20T21:19:14.148Z | Downloaded typify-macro v0.2.0 |
860 | 2024-12-20T21:19:14.151Z | Downloaded typify v0.2.0 |
861 | 2024-12-20T21:19:14.154Z | Downloaded pin-utils v0.1.0 |
862 | 2024-12-20T21:19:14.157Z | Downloaded fs_extra v1.3.0 |
863 | 2024-12-20T21:19:14.157Z | Downloaded pkcs1 v0.7.5 |
864 | 2024-12-20T21:19:14.159Z | Downloaded rustls-pemfile v2.2.0 |
865 | 2024-12-20T21:19:14.163Z | Downloaded rustversion v1.0.17 |
866 | 2024-12-20T21:19:14.166Z | Downloaded signature v2.2.0 |
867 | 2024-12-20T21:19:14.169Z | Downloaded tokio-tungstenite v0.23.1 |
868 | 2024-12-20T21:19:14.171Z | Downloaded signal-hook-registry v1.4.2 |
869 | 2024-12-20T21:19:14.171Z | Downloaded rustc-hash v2.0.0 |
870 | 2024-12-20T21:19:14.174Z | Downloaded signal-hook-tokio v0.3.1 |
871 | 2024-12-20T21:19:14.174Z | Downloaded scrypt v0.11.0 |
872 | 2024-12-20T21:19:14.177Z | Downloaded rustfmt-wrapper v0.2.1 |
873 | 2024-12-20T21:19:14.177Z | Downloaded ron v0.7.1 |
874 | 2024-12-20T21:19:14.181Z | Downloaded vcpkg v0.2.15 |
875 | 2024-12-20T21:19:14.221Z | Downloaded zerovec-derive v0.10.3 |
876 | 2024-12-20T21:19:14.224Z | Downloaded structmeta v0.2.0 |
877 | 2024-12-20T21:19:14.224Z | Downloaded stringprep v0.1.5 |
878 | 2024-12-20T21:19:14.227Z | Downloaded steno v0.4.1 |
879 | 2024-12-20T21:19:14.230Z | Downloaded postgres-protocol v0.6.7 |
880 | 2024-12-20T21:19:14.233Z | Downloaded hash32 v0.3.1 |
881 | 2024-12-20T21:19:14.237Z | Downloaded darling_core v0.20.10 |
882 | 2024-12-20T21:19:14.240Z | Downloaded peg-runtime v0.8.3 |
883 | 2024-12-20T21:19:14.240Z | Downloaded petgraph v0.6.5 |
884 | 2024-12-20T21:19:14.260Z | Downloaded quinn-udp v0.5.5 |
885 | 2024-12-20T21:19:14.263Z | Downloaded num-traits v0.2.19 |
886 | 2024-12-20T21:19:14.265Z | Downloaded nibble_vec v0.1.0 |
887 | 2024-12-20T21:19:14.268Z | Downloaded path-slash v0.1.5 |
888 | 2024-12-20T21:19:14.268Z | Downloaded der_derive v0.7.3 |
889 | 2024-12-20T21:19:14.270Z | Downloaded vte_generate_state_changes v0.1.2 |
890 | 2024-12-20T21:19:14.270Z | Downloaded structmeta-derive v0.2.0 |
891 | 2024-12-20T21:19:14.274Z | Downloaded reedline v0.35.0 |
892 | 2024-12-20T21:19:14.280Z | Downloaded rtoolbox v0.0.2 |
893 | 2024-12-20T21:19:14.282Z | Downloaded rsa v0.9.6 |
894 | 2024-12-20T21:19:14.288Z | Downloaded num_enum_derive v0.5.11 |
895 | 2024-12-20T21:19:14.291Z | Downloaded supports-color v3.0.1 |
896 | 2024-12-20T21:19:14.291Z | Downloaded regex v1.11.1 |
897 | 2024-12-20T21:19:14.304Z | Downloaded x509-cert v0.2.5 |
898 | 2024-12-20T21:19:14.310Z | Downloaded time-macros v0.2.18 |
899 | 2024-12-20T21:19:14.312Z | Downloaded rusqlite v0.32.1 |
900 | 2024-12-20T21:19:14.320Z | Downloaded half v2.4.1 |
901 | 2024-12-20T21:19:14.323Z | Downloaded predicates-core v1.0.8 |
902 | 2024-12-20T21:19:14.327Z | Downloaded predicates v3.1.2 |
903 | 2024-12-20T21:19:14.329Z | Downloaded powerfmt v0.2.0 |
904 | 2024-12-20T21:19:14.330Z | Downloaded regex-syntax v0.6.29 |
905 | 2024-12-20T21:19:14.336Z | Downloaded portable-atomic v1.9.0 |
906 | 2024-12-20T21:19:14.346Z | Downloaded sha1 v0.10.6 |
907 | 2024-12-20T21:19:14.349Z | Downloaded serde_repr v0.1.19 |
908 | 2024-12-20T21:19:14.349Z | Downloaded xattr v1.3.1 |
909 | 2024-12-20T21:19:14.352Z | Downloaded untrusted v0.9.0 |
910 | 2024-12-20T21:19:14.352Z | Downloaded new_debug_unreachable v1.0.6 |
911 | 2024-12-20T21:19:14.355Z | Downloaded yoke-derive v0.7.4 |
912 | 2024-12-20T21:19:14.355Z | Downloaded native-tls v0.2.12 |
913 | 2024-12-20T21:19:14.359Z | Downloaded xz2 v0.1.7 |
914 | 2024-12-20T21:19:14.362Z | Downloaded num-complex v0.4.6 |
915 | 2024-12-20T21:19:14.362Z | Downloaded zerofrom-derive v0.1.4 |
916 | 2024-12-20T21:19:14.362Z | Downloaded fragile v2.0.0 |
917 | 2024-12-20T21:19:14.364Z | Downloaded serde_yaml v0.9.34+deprecated |
918 | 2024-12-20T21:19:14.367Z | Downloaded serde_urlencoded v0.7.1 |
919 | 2024-12-20T21:19:14.370Z | Downloaded serde_derive_internals v0.29.1 |
920 | 2024-12-20T21:19:14.374Z | Downloaded sec1 v0.7.3 |
921 | 2024-12-20T21:19:14.376Z | Downloaded spin v0.9.8 |
922 | 2024-12-20T21:19:14.377Z | Downloaded zip v2.1.3 |
923 | 2024-12-20T21:19:14.381Z | Downloaded num v0.4.3 |
924 | 2024-12-20T21:19:14.384Z | Downloaded mockall v0.13.0 |
925 | 2024-12-20T21:19:14.384Z | Downloaded hash32 v0.2.1 |
926 | 2024-12-20T21:19:14.386Z | Downloaded float-ord v0.3.2 |
927 | 2024-12-20T21:19:14.389Z | Downloaded fd-lock v4.0.2 |
928 | 2024-12-20T21:19:14.392Z | Downloaded spin v0.5.2 |
929 | 2024-12-20T21:19:14.392Z | Downloaded slog-async v2.8.0 |
930 | 2024-12-20T21:19:14.395Z | Downloaded form_urlencoded v1.2.1 |
931 | 2024-12-20T21:19:14.395Z | Downloaded unicode-xid v0.2.6 |
932 | 2024-12-20T21:19:14.400Z | Downloaded foreign-types v0.3.2 |
933 | 2024-12-20T21:19:14.400Z | Downloaded thread_local v1.1.8 |
934 | 2024-12-20T21:19:14.400Z | Downloaded futures v0.3.31 |
935 | 2024-12-20T21:19:14.404Z | Downloaded proc-macro-crate v1.3.1 |
936 | 2024-12-20T21:19:14.409Z | Downloaded diesel v2.2.6 |
937 | 2024-12-20T21:19:14.423Z | Downloaded parking_lot_core v0.9.10 |
938 | 2024-12-20T21:19:14.426Z | Downloaded progenitor v0.8.0 |
939 | 2024-12-20T21:19:14.429Z | Downloaded postcard v1.0.10 |
940 | 2024-12-20T21:19:14.429Z | Downloaded vergen v8.3.2 |
941 | 2024-12-20T21:19:14.432Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
942 | 2024-12-20T21:19:14.490Z | Downloaded debug-ignore v1.0.5 |
943 | 2024-12-20T21:19:14.495Z | Downloaded slog v2.7.0 |
944 | 2024-12-20T21:19:14.498Z | Downloaded same-file v1.0.6 |
945 | 2024-12-20T21:19:14.498Z | Downloaded fallible-iterator v0.2.0 |
946 | 2024-12-20T21:19:14.498Z | Downloaded tokio-rustls v0.26.0 |
947 | 2024-12-20T21:19:14.502Z | Downloaded foreign-types v0.5.0 |
948 | 2024-12-20T21:19:14.502Z | Downloaded stable_deref_trait v1.2.0 |
949 | 2024-12-20T21:19:14.503Z | Downloaded russh-cryptovec v0.7.3 |
950 | 2024-12-20T21:19:14.503Z | Downloaded russh v0.45.0 |
951 | 2024-12-20T21:19:14.507Z | Downloaded term v0.7.0 |
952 | 2024-12-20T21:19:14.510Z | Downloaded prettyplease v0.2.25 |
953 | 2024-12-20T21:19:14.513Z | Downloaded hashbrown v0.14.5 |
954 | 2024-12-20T21:19:14.519Z | Downloaded polyval v0.6.2 |
955 | 2024-12-20T21:19:14.522Z | Downloaded ecdsa v0.16.9 |
956 | 2024-12-20T21:19:14.527Z | Downloaded derive_more v0.99.18 |
957 | 2024-12-20T21:19:14.529Z | Downloaded parking_lot_core v0.8.6 |
958 | 2024-12-20T21:19:14.532Z | Downloaded tokio-util v0.7.12 |
959 | 2024-12-20T21:19:14.537Z | Downloaded pkcs8 v0.10.2 |
960 | 2024-12-20T21:19:14.541Z | Downloaded foldhash v0.1.3 |
961 | 2024-12-20T21:19:14.545Z | Downloaded env_logger v0.11.5 |
962 | 2024-12-20T21:19:14.549Z | Downloaded env_logger v0.10.2 |
963 | 2024-12-20T21:19:14.549Z | Downloaded r2d2 v0.8.10 |
964 | 2024-12-20T21:19:14.552Z | Downloaded newline-converter v0.3.0 |
965 | 2024-12-20T21:19:14.552Z | Downloaded termtree v0.4.1 |
966 | 2024-12-20T21:19:14.552Z | Downloaded take_mut v0.2.2 |
967 | 2024-12-20T21:19:14.554Z | Downloaded quinn-proto v0.11.8 |
968 | 2024-12-20T21:19:14.560Z | Downloaded tokio-stream v0.1.16 |
969 | 2024-12-20T21:19:14.567Z | Downloaded password-hash v0.5.0 |
970 | 2024-12-20T21:19:14.570Z | Downloaded rpassword v7.3.1 |
971 | 2024-12-20T21:19:14.570Z | Downloaded synstructure v0.13.1 |
972 | 2024-12-20T21:19:14.570Z | Downloaded zone v0.1.8 |
973 | 2024-12-20T21:19:14.574Z | Downloaded zip v0.6.6 |
974 | 2024-12-20T21:19:14.578Z | Downloaded zone_cfg_derive v0.3.0 |
975 | 2024-12-20T21:19:14.578Z | Downloaded static_assertions v1.1.0 |
976 | 2024-12-20T21:19:14.586Z | Downloaded rustc-hash v1.1.0 |
977 | 2024-12-20T21:19:14.586Z | Downloaded tokio-tungstenite v0.21.0 |
978 | 2024-12-20T21:19:14.586Z | Downloaded webpki-roots v0.26.6 |
979 | 2024-12-20T21:19:14.589Z | Downloaded num-rational v0.4.2 |
980 | 2024-12-20T21:19:14.589Z | Downloaded slog-bunyan v2.5.0 |
981 | 2024-12-20T21:19:14.589Z | Downloaded zone v0.3.0 |
982 | 2024-12-20T21:19:14.589Z | Downloaded zerocopy v0.6.6 |
983 | 2024-12-20T21:19:14.592Z | Downloaded tar v0.4.42 |
984 | 2024-12-20T21:19:14.595Z | Downloaded peg v0.8.4 |
985 | 2024-12-20T21:19:14.598Z | Downloaded parse-display v0.10.0 |
986 | 2024-12-20T21:19:14.598Z | Downloaded regress v0.9.1 |
987 | 2024-12-20T21:19:14.607Z | Downloaded defmt-macros v0.3.9 |
988 | 2024-12-20T21:19:14.614Z | Downloaded subprocess v0.2.9 |
989 | 2024-12-20T21:19:14.617Z | Downloaded strum_macros v0.25.3 |
990 | 2024-12-20T21:19:14.617Z | Downloaded ssh-encoding v0.2.0 |
991 | 2024-12-20T21:19:14.617Z | Downloaded scheduled-thread-pool v0.2.7 |
992 | 2024-12-20T21:19:14.625Z | Downloaded pkcs5 v0.7.1 |
993 | 2024-12-20T21:19:14.640Z | Downloaded pretty-hex v0.2.1 |
994 | 2024-12-20T21:19:14.643Z | Downloaded sync-ptr v0.1.1 |
995 | 2024-12-20T21:19:14.643Z | Downloaded russh-keys v0.45.0 |
996 | 2024-12-20T21:19:14.646Z | Downloaded publicsuffix v2.2.3 |
997 | 2024-12-20T21:19:14.649Z | Downloaded defmt v0.3.8 |
998 | 2024-12-20T21:19:14.653Z | Downloaded zone_cfg_derive v0.1.2 |
999 | 2024-12-20T21:19:14.656Z | Downloaded progenitor-macro v0.8.0 |
1000 | 2024-12-20T21:19:14.660Z | Downloaded progenitor-client v0.8.0 |
1001 | 2024-12-20T21:19:14.662Z | Downloaded expectorate v1.1.0 |
1002 | 2024-12-20T21:19:14.665Z | Downloaded dhcproto-macros v0.1.0 |
1003 | 2024-12-20T21:19:14.665Z | Downloaded thiserror-no-std v2.0.2 |
1004 | 2024-12-20T21:19:14.669Z | Downloaded dhcproto v0.12.0 |
1005 | 2024-12-20T21:19:14.673Z | Downloaded des v0.8.1 |
1006 | 2024-12-20T21:19:14.676Z | Downloaded poly1305 v0.8.0 |
1007 | 2024-12-20T21:19:14.682Z | Downloaded ssh-key v0.6.6 |
1008 | 2024-12-20T21:19:14.687Z | Downloaded samael v0.0.17 |
1009 | 2024-12-20T21:19:14.694Z | Downloaded foreign-types-macros v0.2.3 |
1010 | 2024-12-20T21:19:14.697Z | Downloaded vte v0.11.1 |
1011 | 2024-12-20T21:19:14.701Z | Downloaded vsss-rs v3.3.4 |
1012 | 2024-12-20T21:19:14.704Z | Downloaded nu-ansi-term v0.50.1 |
1013 | 2024-12-20T21:19:14.704Z | Downloaded hashlink v0.9.1 |
1014 | 2024-12-20T21:19:14.707Z | Downloaded sled v0.34.7 |
1015 | 2024-12-20T21:19:14.718Z | Downloaded h2 v0.4.6 |
1016 | 2024-12-20T21:19:14.725Z | Downloaded funty v2.0.0 |
1017 | 2024-12-20T21:19:14.728Z | Downloaded dropshot_endpoint v0.13.0 |
1018 | 2024-12-20T21:19:14.730Z | Downloaded trust-dns-proto v0.22.0 |
1019 | 2024-12-20T21:19:14.742Z | Downloaded predicates-tree v1.0.11 |
1020 | 2024-12-20T21:19:14.745Z | Downloaded defmt-parser v0.3.4 |
1021 | 2024-12-20T21:19:14.745Z | Downloaded url v2.5.3 |
1022 | 2024-12-20T21:19:14.747Z | Downloaded multer v3.1.0 |
1023 | 2024-12-20T21:19:14.751Z | Downloaded mockall_derive v0.13.0 |
1024 | 2024-12-20T21:19:14.753Z | Downloaded enum-as-inner v0.5.1 |
1025 | 2024-12-20T21:19:14.753Z | Downloaded waitgroup v0.1.2 |
1026 | 2024-12-20T21:19:14.753Z | Downloaded snafu v0.8.5 |
1027 | 2024-12-20T21:19:14.767Z | Downloaded slog-stdlog v4.1.1 |
1028 | 2024-12-20T21:19:14.767Z | Downloaded slog-envlogger v2.2.0 |
1029 | 2024-12-20T21:19:14.767Z | Downloaded slog-dtrace v0.3.0 |
1030 | 2024-12-20T21:19:14.768Z | Downloaded dropshot v0.13.0 |
1031 | 2024-12-20T21:19:14.785Z | Downloaded normalize-line-endings v0.3.0 |
1032 | 2024-12-20T21:19:14.788Z | Downloaded num-bigint-dig v0.8.4 |
1033 | 2024-12-20T21:19:14.791Z | Downloaded fatfs v0.3.6 |
1034 | 2024-12-20T21:19:14.794Z | Downloaded unicode-truncate v1.1.0 |
1035 | 2024-12-20T21:19:14.796Z | Downloaded tls_codec_derive v0.4.1 |
1036 | 2024-12-20T21:19:14.797Z | Downloaded tls_codec v0.4.1 |
1037 | 2024-12-20T21:19:14.799Z | Downloaded test-strategy v0.3.1 |
1038 | 2024-12-20T21:19:14.802Z | Downloaded encoding_rs v0.8.34 |
1039 | 2024-12-20T21:19:14.823Z | Downloaded nix v0.27.1 |
1040 | 2024-12-20T21:19:14.832Z | Downloaded schemars v0.8.21 |
1041 | 2024-12-20T21:19:14.847Z | Downloaded hashbrown v0.12.3 |
1042 | 2024-12-20T21:19:14.851Z | Downloaded petname v2.0.2 |
1043 | 2024-12-20T21:19:14.854Z | Downloaded ena v0.14.3 |
1044 | 2024-12-20T21:19:14.856Z | Downloaded either v1.13.0 |
1045 | 2024-12-20T21:19:14.856Z | Downloaded ed25519-dalek v2.1.1 |
1046 | 2024-12-20T21:19:14.859Z | Downloaded zeroize v1.8.1 |
1047 | 2024-12-20T21:19:14.861Z | Downloaded tokio-rustls v0.25.0 |
1048 | 2024-12-20T21:19:14.866Z | Downloaded libsqlite3-sys v0.30.1 |
1049 | 2024-12-20T21:19:14.937Z | Downloaded tokio-rustls v0.24.1 |
1050 | 2024-12-20T21:19:14.940Z | Downloaded structmeta v0.3.0 |
1051 | 2024-12-20T21:19:14.943Z | Downloaded smoltcp v0.11.0 |
1052 | 2024-12-20T21:19:14.952Z | Downloaded smoltcp v0.9.1 |
1053 | 2024-12-20T21:19:14.962Z | Downloaded polar-core v0.27.3 |
1054 | 2024-12-20T21:19:14.971Z | Downloaded utf-8 v0.7.6 |
1055 | 2024-12-20T21:19:14.976Z | Downloaded time-core v0.1.2 |
1056 | 2024-12-20T21:19:14.976Z | Downloaded tap v1.0.1 |
1057 | 2024-12-20T21:19:14.976Z | Downloaded strum_macros v0.26.4 |
1058 | 2024-12-20T21:19:14.982Z | Downloaded object v0.30.4 |
1059 | 2024-12-20T21:19:14.986Z | Downloaded fallible-streaming-iterator v0.1.9 |
1060 | 2024-12-20T21:19:14.986Z | Downloaded embedded-io v0.4.0 |
1061 | 2024-12-20T21:19:14.988Z | Downloaded peg-macros v0.8.4 |
1062 | 2024-12-20T21:19:14.988Z | Downloaded pbkdf2 v0.12.2 |
1063 | 2024-12-20T21:19:14.992Z | Downloaded paste v1.0.15 |
1064 | 2024-12-20T21:19:14.995Z | Downloaded pin-project-internal v1.1.6 |
1065 | 2024-12-20T21:19:14.995Z | Downloaded pbkdf2 v0.11.0 |
1066 | 2024-12-20T21:19:14.997Z | Downloaded pin-project-lite v0.2.14 |
1067 | 2024-12-20T21:19:15.000Z | Downloaded typed-path v0.9.3 |
1068 | 2024-12-20T21:19:15.006Z | Downloaded snafu-derive v0.8.5 |
1069 | 2024-12-20T21:19:15.009Z | Downloaded ratatui v0.28.1 |
1070 | 2024-12-20T21:19:15.026Z | Downloaded walkdir v2.5.0 |
1071 | 2024-12-20T21:19:15.029Z | Downloaded slog-json v2.6.1 |
1072 | 2024-12-20T21:19:15.031Z | Downloaded regex-syntax v0.8.5 |
1073 | 2024-12-20T21:19:15.037Z | Downloaded qorb v0.2.1 |
1074 | 2024-12-20T21:19:15.041Z | Downloaded packed_struct_codegen v0.10.1 |
1075 | 2024-12-20T21:19:15.044Z | Downloaded embedded-io v0.6.1 |
1076 | 2024-12-20T21:19:15.044Z | Downloaded dropshot_endpoint v0.12.0 |
1077 | 2024-12-20T21:19:15.046Z | Downloaded dropshot v0.12.0 |
1078 | 2024-12-20T21:19:15.065Z | Downloaded dyn-clone v1.0.17 |
1079 | 2024-12-20T21:19:15.067Z | Downloaded dunce v1.0.5 |
1080 | 2024-12-20T21:19:15.067Z | Downloaded unicode-normalization v0.1.24 |
1081 | 2024-12-20T21:19:15.071Z | Downloaded unicode-bidi v0.3.17 |
1082 | 2024-12-20T21:19:15.073Z | Downloaded postgres-types v0.2.8 |
1083 | 2024-12-20T21:19:15.077Z | Downloaded serde-hex v0.1.0 |
1084 | 2024-12-20T21:19:15.077Z | Downloaded serde-big-array v0.5.1 |
1085 | 2024-12-20T21:19:15.079Z | Downloaded rustyline v14.0.0 |
1086 | 2024-12-20T21:19:15.083Z | Downloaded string_cache v0.8.7 |
1087 | 2024-12-20T21:19:15.086Z | Downloaded spki v0.7.3 |
1088 | 2024-12-20T21:19:15.086Z | Downloaded serde_path_to_error v0.1.16 |
1089 | 2024-12-20T21:19:15.089Z | Downloaded phf_shared v0.11.2 |
1090 | 2024-12-20T21:19:15.089Z | Downloaded git2 v0.19.0 |
1091 | 2024-12-20T21:19:15.097Z | Downloaded tabwriter v1.4.0 |
1092 | 2024-12-20T21:19:15.101Z | Downloaded structmeta-derive v0.3.0 |
1093 | 2024-12-20T21:19:15.101Z | Downloaded rustls v0.23.19 |
1094 | 2024-12-20T21:19:15.111Z | Downloaded regress v0.10.1 |
1095 | 2024-12-20T21:19:15.118Z | Downloaded futures-io v0.3.31 |
1096 | 2024-12-20T21:19:15.121Z | Downloaded futures-core v0.3.31 |
1097 | 2024-12-20T21:19:15.121Z | Downloaded futures-channel v0.3.31 |
1098 | 2024-12-20T21:19:15.124Z | Downloaded futures-sink v0.3.31 |
1099 | 2024-12-20T21:19:15.124Z | Downloaded futures-macro v0.3.31 |
1100 | 2024-12-20T21:19:15.126Z | Downloaded elliptic-curve v0.13.8 |
1101 | 2024-12-20T21:19:15.130Z | Downloaded smallvec v0.6.14 |
1102 | 2024-12-20T21:19:15.130Z | Downloaded olpc-cjson v0.1.4 |
1103 | 2024-12-20T21:19:15.130Z | Downloaded tungstenite v0.24.0 |
1104 | 2024-12-20T21:19:15.132Z | Downloaded tungstenite v0.21.0 |
1105 | 2024-12-20T21:19:15.136Z | Downloaded try-lock v0.2.5 |
1106 | 2024-12-20T21:19:15.139Z | Downloaded tracing-attributes v0.1.27 |
1107 | 2024-12-20T21:19:15.139Z | Downloaded tinystr v0.7.6 |
1108 | 2024-12-20T21:19:15.142Z | Downloaded tiny-keccak v2.0.2 |
1109 | 2024-12-20T21:19:15.144Z | Downloaded subtle v2.6.1 |
1110 | 2024-12-20T21:19:15.145Z | Downloaded parse-size v1.1.0 |
1111 | 2024-12-20T21:19:15.145Z | Downloaded parse-display-derive v0.10.0 |
1112 | 2024-12-20T21:19:15.147Z | Downloaded toml v0.7.8 |
1113 | 2024-12-20T21:19:15.150Z | Downloaded kstat-rs v0.2.4 |
1114 | 2024-12-20T21:19:15.150Z | Downloaded internet-checksum v0.2.1 |
1115 | 2024-12-20T21:19:15.153Z | Downloaded instability v0.3.2 |
1116 | 2024-12-20T21:19:15.153Z | Downloaded indent_write v2.2.0 |
1117 | 2024-12-20T21:19:15.153Z | Downloaded hyper-staticfile v0.10.1 |
1118 | 2024-12-20T21:19:15.156Z | Downloaded hubpack_derive v0.1.1 |
1119 | 2024-12-20T21:19:15.156Z | Downloaded highway v1.2.0 |
1120 | 2024-12-20T21:19:15.158Z | Downloaded curve25519-dalek v4.1.3 |
1121 | 2024-12-20T21:19:15.166Z | Downloaded constant_time_eq v0.3.1 |
1122 | 2024-12-20T21:19:15.170Z | Downloaded icu_normalizer v1.5.0 |
1123 | 2024-12-20T21:19:15.172Z | Downloaded icu_locid_transform_data v1.5.0 |
1124 | 2024-12-20T21:19:15.172Z | Downloaded cipher v0.4.4 |
1125 | 2024-12-20T21:19:15.175Z | Downloaded bzip2 v0.4.4 |
1126 | 2024-12-20T21:19:15.175Z | Downloaded iana-time-zone v0.1.61 |
1127 | 2024-12-20T21:19:15.177Z | Downloaded hyper-tls v0.6.0 |
1128 | 2024-12-20T21:19:15.180Z | Downloaded hyper-rustls v0.27.3 |
1129 | 2024-12-20T21:19:15.182Z | Downloaded http-range v0.1.5 |
1130 | 2024-12-20T21:19:15.182Z | Downloaded heapless v0.7.17 |
1131 | 2024-12-20T21:19:15.185Z | Downloaded humantime v2.1.0 |
1132 | 2024-12-20T21:19:15.188Z | Downloaded httpdate v1.0.3 |
1133 | 2024-12-20T21:19:15.188Z | Downloaded http-body-util v0.1.2 |
1134 | 2024-12-20T21:19:15.191Z | Downloaded http-body v1.0.1 |
1135 | 2024-12-20T21:19:15.191Z | Downloaded hostname v0.4.0 |
1136 | 2024-12-20T21:19:15.191Z | Downloaded hostname v0.3.1 |
1137 | 2024-12-20T21:19:15.196Z | Downloaded home v0.5.9 |
1138 | 2024-12-20T21:19:15.196Z | Downloaded hex-literal v0.4.1 |
1139 | 2024-12-20T21:19:15.196Z | Downloaded hex v0.4.3 |
1140 | 2024-12-20T21:19:15.199Z | Downloaded heck v0.3.3 |
1141 | 2024-12-20T21:19:15.239Z | Downloaded ring v0.17.8 |
1142 | 2024-12-20T21:19:15.621Z | Downloaded aws-lc-sys v0.22.0 |
1143 | 2024-12-20T21:19:15.847Z | Downloaded ring v0.16.20 |
1144 | 2024-12-20T21:19:16.026Z | Compiling serde v1.0.215 |
1145 | 2024-12-20T21:19:16.029Z | Compiling lock_api v0.4.12 |
1146 | 2024-12-20T21:19:16.029Z | Compiling scopeguard v1.2.0 |
1147 | 2024-12-20T21:19:16.029Z | Compiling value-bag v1.9.0 |
1148 | 2024-12-20T21:19:16.030Z | Compiling typenum v1.17.0 |
1149 | 2024-12-20T21:19:16.171Z | Compiling generic-array v0.14.7 |
1150 | 2024-12-20T21:19:16.221Z | Compiling syn v2.0.87 |
1151 | 2024-12-20T21:19:16.235Z | Compiling getrandom v0.2.15 |
1152 | 2024-12-20T21:19:16.370Z | Compiling shlex v1.3.0 |
1153 | 2024-12-20T21:19:16.472Z | Compiling rand_core v0.6.4 |
1154 | 2024-12-20T21:19:16.639Z | Compiling log v0.4.22 |
1155 | 2024-12-20T21:19:16.776Z | Compiling subtle v2.6.1 |
1156 | 2024-12-20T21:19:16.800Z | Compiling jobserver v0.1.32 |
1157 | 2024-12-20T21:19:16.829Z | Compiling const-oid v0.9.6 |
1158 | 2024-12-20T21:19:17.030Z | Compiling smallvec v1.13.2 |
1159 | 2024-12-20T21:19:17.112Z | Compiling spin v0.9.8 |
1160 | 2024-12-20T21:19:17.174Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-12-20T21:19:17.296Z | Compiling cc v1.1.30 |
1162 | 2024-12-20T21:19:17.436Z | Compiling rustix v0.38.37 |
1163 | 2024-12-20T21:19:17.509Z | Compiling parking_lot_core v0.9.10 |
1164 | 2024-12-20T21:19:17.588Z | Compiling futures-core v0.3.31 |
1165 | 2024-12-20T21:19:17.921Z | Compiling signal-hook-registry v1.4.2 |
1166 | 2024-12-20T21:19:18.033Z | Compiling mio v1.0.2 |
1167 | 2024-12-20T21:19:18.297Z | Compiling aho-corasick v1.1.3 |
1168 | 2024-12-20T21:19:18.548Z | Compiling parking_lot v0.12.3 |
1169 | 2024-12-20T21:19:18.625Z | Compiling regex-syntax v0.8.5 |
1170 | 2024-12-20T21:19:18.835Z | Compiling cpufeatures v0.2.14 |
1171 | 2024-12-20T21:19:18.931Z | Compiling lazy_static v1.5.0 |
1172 | 2024-12-20T21:19:18.948Z | Compiling futures-sink v0.3.31 |
1173 | 2024-12-20T21:19:19.016Z | Compiling either v1.13.0 |
1174 | 2024-12-20T21:19:19.052Z | Compiling stable_deref_trait v1.2.0 |
1175 | 2024-12-20T21:19:19.100Z | Compiling glob v0.3.1 |
1176 | 2024-12-20T21:19:19.163Z | Compiling socket2 v0.5.7 |
1177 | 2024-12-20T21:19:19.422Z | Compiling slab v0.4.9 |
1178 | 2024-12-20T21:19:19.513Z | Compiling prettyplease v0.2.25 |
1179 | 2024-12-20T21:19:19.895Z | Compiling minimal-lexical v0.2.1 |
1180 | 2024-12-20T21:19:20.122Z | Compiling clang-sys v1.8.1 |
1181 | 2024-12-20T21:19:20.237Z | Compiling libloading v0.8.5 |
1182 | 2024-12-20T21:19:20.240Z | Compiling home v0.5.9 |
1183 | 2024-12-20T21:19:20.414Z | Compiling nom v7.1.3 |
1184 | 2024-12-20T21:19:20.523Z | Compiling bindgen v0.69.5 |
1185 | 2024-12-20T21:19:20.671Z | Compiling serde_json v1.0.132 |
1186 | 2024-12-20T21:19:21.020Z | Compiling itertools v0.10.5 |
1187 | 2024-12-20T21:19:21.323Z | Compiling futures-channel v0.3.31 |
1188 | 2024-12-20T21:19:21.735Z | Compiling lazycell v1.3.0 |
1189 | 2024-12-20T21:19:21.848Z | Compiling pin-utils v0.1.0 |
1190 | 2024-12-20T21:19:21.928Z | Compiling futures-io v0.3.31 |
1191 | 2024-12-20T21:19:21.945Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-12-20T21:19:22.098Z | Compiling futures-task v0.3.31 |
1193 | 2024-12-20T21:19:22.256Z | Compiling allocator-api2 v0.2.18 |
1194 | 2024-12-20T21:19:22.396Z | Compiling regex-automata v0.4.8 |
1195 | 2024-12-20T21:19:23.044Z | Compiling foldhash v0.1.3 |
1196 | 2024-12-20T21:19:23.323Z | Compiling hashbrown v0.15.1 |
1197 | 2024-12-20T21:19:23.986Z | Compiling synstructure v0.13.1 |
1198 | 2024-12-20T21:19:24.198Z | Compiling cexpr v0.6.0 |
1199 | 2024-12-20T21:19:24.666Z | Compiling cmake v0.1.51 |
1200 | 2024-12-20T21:19:25.625Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-12-20T21:19:25.710Z | Compiling pkg-config v0.3.31 |
1202 | 2024-12-20T21:19:25.728Z | Compiling fs_extra v1.3.0 |
1203 | 2024-12-20T21:19:25.748Z | Compiling dunce v1.0.5 |
1204 | 2024-12-20T21:19:25.875Z | Compiling libm v0.2.8 |
1205 | 2024-12-20T21:19:26.073Z | Compiling tinyvec v1.8.0 |
1206 | 2024-12-20T21:19:26.226Z | Compiling num-traits v0.2.19 |
1207 | 2024-12-20T21:19:26.738Z | Compiling ring v0.17.8 |
1208 | 2024-12-20T21:19:27.237Z | Compiling paste v1.0.15 |
1209 | 2024-12-20T21:19:27.483Z | Compiling base64ct v1.6.0 |
1210 | 2024-12-20T21:19:27.600Z | Compiling unicode-normalization v0.1.24 |
1211 | 2024-12-20T21:19:27.711Z | Compiling unicode-bidi v0.3.17 |
1212 | 2024-12-20T21:19:27.763Z | Compiling litemap v0.7.3 |
1213 | 2024-12-20T21:19:27.869Z | Compiling writeable v0.5.5 |
1214 | 2024-12-20T21:19:28.059Z | Compiling regex v1.11.1 |
1215 | 2024-12-20T21:19:28.162Z | Compiling pem-rfc7468 v0.7.0 |
1216 | 2024-12-20T21:19:28.910Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-12-20T21:19:29.077Z | Compiling flagset v0.4.6 |
1218 | 2024-12-20T21:19:29.115Z | Compiling httparse v1.9.5 |
1219 | 2024-12-20T21:19:29.373Z | Compiling tracing-core v0.1.32 |
1220 | 2024-12-20T21:19:29.995Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-12-20T21:19:30.480Z | Compiling percent-encoding v2.3.1 |
1222 | 2024-12-20T21:19:30.526Z | Compiling rustls-pki-types v1.10.0 |
1223 | 2024-12-20T21:19:30.729Z | Compiling icu_locid_transform_data v1.5.0 |
1224 | 2024-12-20T21:19:30.823Z | Compiling mirai-annotations v1.12.0 |
1225 | 2024-12-20T21:19:30.841Z | Compiling num-conv v0.1.0 |
1226 | 2024-12-20T21:19:30.968Z | Compiling serde_derive v1.0.215 |
1227 | 2024-12-20T21:19:30.995Z | Compiling zeroize_derive v1.4.2 |
1228 | 2024-12-20T21:19:31.118Z | Compiling zerocopy-derive v0.7.35 |
1229 | 2024-12-20T21:19:31.476Z | Compiling tokio-macros v2.4.0 |
1230 | 2024-12-20T21:19:31.652Z | Compiling zerofrom-derive v0.1.4 |
1231 | 2024-12-20T21:19:32.555Z | Compiling zeroize v1.8.1 |
1232 | 2024-12-20T21:19:32.963Z | Compiling yoke-derive v0.7.4 |
1233 | 2024-12-20T21:19:33.061Z | Compiling thiserror-impl v1.0.69 |
1234 | 2024-12-20T21:19:33.444Z | Compiling zerocopy v0.7.35 |
1235 | 2024-12-20T21:19:33.921Z | Compiling futures-macro v0.3.31 |
1236 | 2024-12-20T21:19:34.387Z | Compiling crypto-common v0.1.6 |
1237 | 2024-12-20T21:19:34.634Z | Compiling block-buffer v0.10.4 |
1238 | 2024-12-20T21:19:34.924Z | Compiling digest v0.10.7 |
1239 | 2024-12-20T21:19:35.165Z | Compiling zerovec-derive v0.10.3 |
1240 | 2024-12-20T21:19:35.423Z | Compiling hmac v0.12.1 |
1241 | 2024-12-20T21:19:35.516Z | Compiling block-padding v0.3.3 |
1242 | 2024-12-20T21:19:35.662Z | Compiling displaydoc v0.2.5 |
1243 | 2024-12-20T21:19:35.748Z | Compiling inout v0.1.3 |
1244 | 2024-12-20T21:19:35.824Z | Compiling zerofrom v0.1.4 |
1245 | 2024-12-20T21:19:35.959Z | Compiling futures-util v0.3.31 |
1246 | 2024-12-20T21:19:36.018Z | Compiling cipher v0.4.4 |
1247 | 2024-12-20T21:19:36.045Z | Compiling sha2 v0.10.8 |
1248 | 2024-12-20T21:19:36.090Z | Compiling yoke v0.7.4 |
1249 | 2024-12-20T21:19:36.476Z | Compiling ppv-lite86 v0.2.20 |
1250 | 2024-12-20T21:19:36.497Z | Compiling thiserror v1.0.69 |
1251 | 2024-12-20T21:19:36.545Z | Compiling icu_provider_macros v1.5.0 |
1252 | 2024-12-20T21:19:36.634Z | Compiling der_derive v0.7.3 |
1253 | 2024-12-20T21:19:37.279Z | Compiling rand_chacha v0.3.1 |
1254 | 2024-12-20T21:19:37.372Z | Compiling tracing-attributes v0.1.27 |
1255 | 2024-12-20T21:19:37.738Z | Compiling rand v0.8.5 |
1256 | 2024-12-20T21:19:37.930Z | Compiling zerovec v0.10.4 |
1257 | 2024-12-20T21:19:39.178Z | Compiling der v0.7.9 |
1258 | 2024-12-20T21:19:39.601Z | Compiling pest v2.7.14 |
1259 | 2024-12-20T21:19:39.641Z | Compiling salsa20 v0.10.2 |
1260 | 2024-12-20T21:19:39.924Z | Compiling tinystr v0.7.6 |
1261 | 2024-12-20T21:19:39.986Z | Compiling icu_collections v1.5.0 |
1262 | 2024-12-20T21:19:40.257Z | Compiling pbkdf2 v0.12.2 |
1263 | 2024-12-20T21:19:40.401Z | Compiling icu_locid v1.5.0 |
1264 | 2024-12-20T21:19:40.420Z | Compiling time-core v0.1.2 |
1265 | 2024-12-20T21:19:40.594Z | Compiling powerfmt v0.2.0 |
1266 | 2024-12-20T21:19:40.970Z | Compiling vcpkg v0.2.15 |
1267 | 2024-12-20T21:19:41.289Z | Compiling tracing v0.1.40 |
1268 | 2024-12-20T21:19:41.506Z | Compiling spki v0.7.3 |
1269 | 2024-12-20T21:19:41.812Z | Compiling icu_provider v1.5.0 |
1270 | 2024-12-20T21:19:41.890Z | Compiling untrusted v0.9.0 |
1271 | 2024-12-20T21:19:42.061Z | Compiling icu_properties_data v1.5.0 |
1272 | 2024-12-20T21:19:42.169Z | Compiling untrusted v0.7.1 |
1273 | 2024-12-20T21:19:42.326Z | Compiling pest_meta v2.7.14 |
1274 | 2024-12-20T21:19:42.616Z | Compiling icu_locid_transform v1.5.0 |
1275 | 2024-12-20T21:19:42.694Z | Compiling deranged v0.3.11 |
1276 | 2024-12-20T21:19:42.777Z | Compiling time-macros v0.2.18 |
1277 | 2024-12-20T21:19:42.920Z | Compiling scrypt v0.11.0 |
1278 | 2024-12-20T21:19:43.172Z | Compiling openssl-sys v0.9.103 |
1279 | 2024-12-20T21:19:43.510Z | Compiling cbc v0.1.2 |
1280 | 2024-12-20T21:19:43.747Z | Compiling aes v0.8.4 |
1281 | 2024-12-20T21:19:44.284Z | Compiling icu_properties v1.5.1 |
1282 | 2024-12-20T21:19:44.562Z | Compiling scroll_derive v0.12.0 |
1283 | 2024-12-20T21:19:45.334Z | Compiling bitflags v2.6.0 |
1284 | 2024-12-20T21:19:45.635Z | Compiling bytes v1.8.0 |
1285 | 2024-12-20T21:19:46.105Z | Compiling indexmap v2.6.0 |
1286 | 2024-12-20T21:19:46.241Z | Compiling semver v1.0.23 |
1287 | 2024-12-20T21:19:46.602Z | Compiling tokio v1.40.0 |
1288 | 2024-12-20T21:19:46.957Z | Compiling http v1.1.0 |
1289 | 2024-12-20T21:19:47.023Z | Compiling rustc_version v0.4.1 |
1290 | 2024-12-20T21:19:47.616Z | Compiling num_threads v0.1.7 |
1291 | 2024-12-20T21:19:47.756Z | Compiling atomic-waker v1.1.2 |
1292 | 2024-12-20T21:19:47.839Z | Compiling utf16_iter v1.0.5 |
1293 | 2024-12-20T21:19:47.921Z | Compiling utf8_iter v1.0.4 |
1294 | 2024-12-20T21:19:48.133Z | Compiling write16 v1.0.0 |
1295 | 2024-12-20T21:19:48.185Z | Compiling icu_normalizer_data v1.5.0 |
1296 | 2024-12-20T21:19:48.218Z | Compiling time v0.3.36 |
1297 | 2024-12-20T21:19:48.258Z | Compiling icu_normalizer v1.5.0 |
1298 | 2024-12-20T21:19:48.781Z | Compiling http-body v1.0.1 |
1299 | 2024-12-20T21:19:49.023Z | Compiling scroll v0.12.0 |
1300 | 2024-12-20T21:19:49.138Z | Compiling pkcs5 v0.7.1 |
1301 | 2024-12-20T21:19:49.421Z | Compiling pest_generator v2.7.14 |
1302 | 2024-12-20T21:19:49.442Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-20T21:19:49.587Z | Compiling slog v2.7.0 |
1304 | 2024-12-20T21:19:49.770Z | Compiling which v4.4.2 |
1305 | 2024-12-20T21:19:50.282Z | Compiling try-lock v0.2.5 |
1306 | 2024-12-20T21:19:50.412Z | Compiling want v0.3.1 |
1307 | 2024-12-20T21:19:50.434Z | Compiling goblin v0.8.2 |
1308 | 2024-12-20T21:19:50.520Z | Compiling pkcs8 v0.10.2 |
1309 | 2024-12-20T21:19:50.703Z | Compiling idna_adapter v1.2.0 |
1310 | 2024-12-20T21:19:50.935Z | Compiling httpdate v1.0.3 |
1311 | 2024-12-20T21:19:51.220Z | Compiling idna v1.0.3 |
1312 | 2024-12-20T21:19:51.380Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-20T21:19:51.474Z | Compiling pest_derive v2.7.14 |
1314 | 2024-12-20T21:19:51.911Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-12-20T21:19:52.090Z | Compiling uuid v1.11.0 |
1316 | 2024-12-20T21:19:52.154Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2024-12-20T21:19:52.274Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-12-20T21:19:52.769Z | Compiling iana-time-zone v0.1.61 |
1319 | 2024-12-20T21:19:53.102Z | Compiling base64 v0.22.1 |
1320 | 2024-12-20T21:19:53.213Z | Compiling adler2 v2.0.0 |
1321 | 2024-12-20T21:19:53.425Z | Compiling rustversion v1.0.17 |
1322 | 2024-12-20T21:19:53.497Z | Compiling tower-service v0.3.3 |
1323 | 2024-12-20T21:19:53.523Z | Compiling match_cfg v0.1.0 |
1324 | 2024-12-20T21:19:53.619Z | Compiling openssl v0.10.66 |
1325 | 2024-12-20T21:19:53.633Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2024-12-20T21:19:53.742Z | Compiling foreign-types v0.3.2 |
1327 | 2024-12-20T21:19:53.834Z | Compiling hostname v0.3.1 |
1328 | 2024-12-20T21:19:53.851Z | Compiling miniz_oxide v0.8.0 |
1329 | 2024-12-20T21:19:54.056Z | Compiling chrono v0.4.38 |
1330 | 2024-12-20T21:19:54.074Z | Compiling url v2.5.3 |
1331 | 2024-12-20T21:19:54.499Z | Compiling openssl-macros v0.1.1 |
1332 | 2024-12-20T21:19:55.331Z | Compiling tokio-util v0.7.12 |
1333 | 2024-12-20T21:19:55.360Z | Compiling async-trait v0.1.83 |
1334 | 2024-12-20T21:19:55.565Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-12-20T21:19:56.143Z | Compiling dof v0.3.0 |
1336 | 2024-12-20T21:19:56.221Z | Compiling native-tls v0.2.12 |
1337 | 2024-12-20T21:19:56.546Z | Compiling h2 v0.4.6 |
1338 | 2024-12-20T21:19:56.775Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-20T21:19:57.176Z | Compiling usdt-impl v0.5.0 |
1340 | 2024-12-20T21:19:57.881Z | Compiling rustls v0.23.19 |
1341 | 2024-12-20T21:19:58.063Z | Compiling rustls v0.22.4 |
1342 | 2024-12-20T21:19:58.156Z | Compiling data-encoding v2.6.0 |
1343 | 2024-12-20T21:19:58.301Z | Compiling syn v1.0.109 |
1344 | 2024-12-20T21:19:58.376Z | Compiling dirs-next v2.0.0 |
1345 | 2024-12-20T21:19:59.011Z | Compiling http-body-util v0.1.2 |
1346 | 2024-12-20T21:19:59.555Z | Compiling crossbeam-epoch v0.9.18 |
1347 | 2024-12-20T21:20:00.216Z | Compiling heapless v0.7.17 |
1348 | 2024-12-20T21:20:00.358Z | Compiling signature v2.2.0 |
1349 | 2024-12-20T21:20:00.630Z | Compiling sha1 v0.10.6 |
1350 | 2024-12-20T21:20:00.653Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1351 | 2024-12-20T21:20:00.668Z | Compiling serde_derive_internals v0.29.1 |
1352 | 2024-12-20T21:20:00.844Z | Compiling thread_local v1.1.8 |
1353 | 2024-12-20T21:20:01.118Z | Compiling multer v3.1.0 |
1354 | 2024-12-20T21:20:01.264Z | Compiling cookie v0.18.1 |
1355 | 2024-12-20T21:20:01.432Z | Compiling encoding_rs v0.8.34 |
1356 | 2024-12-20T21:20:01.575Z | Compiling schemars v0.8.21 |
1357 | 2024-12-20T21:20:01.576Z | Compiling slog-async v2.8.0 |
1358 | 2024-12-20T21:20:01.746Z | Compiling ipnet v2.10.1 |
1359 | 2024-12-20T21:20:01.945Z | Compiling signal-hook v0.3.17 |
1360 | 2024-12-20T21:20:02.195Z | Compiling openssl-probe v0.1.5 |
1361 | 2024-12-20T21:20:02.619Z | Compiling rayon-core v1.12.1 |
1362 | 2024-12-20T21:20:02.726Z | Compiling mime v0.3.17 |
1363 | 2024-12-20T21:20:02.817Z | Compiling unicode-properties v0.1.3 |
1364 | 2024-12-20T21:20:03.035Z | Compiling gimli v0.31.1 |
1365 | 2024-12-20T21:20:03.123Z | Compiling stringprep v0.1.5 |
1366 | 2024-12-20T21:20:03.170Z | Compiling toml_edit v0.22.22 |
1367 | 2024-12-20T21:20:03.422Z | Compiling schemars_derive v0.8.21 |
1368 | 2024-12-20T21:20:04.413Z | Compiling hyper v1.5.0 |
1369 | 2024-12-20T21:20:06.944Z | Compiling hyper-util v0.1.10 |
1370 | 2024-12-20T21:20:07.190Z | Compiling usdt-macro v0.5.0 |
1371 | 2024-12-20T21:20:07.379Z | Compiling usdt-attr-macro v0.5.0 |
1372 | 2024-12-20T21:20:08.246Z | Compiling addr2line v0.24.2 |
1373 | 2024-12-20T21:20:08.384Z | Compiling crossbeam-deque v0.8.5 |
1374 | 2024-12-20T21:20:08.623Z | Compiling term v0.7.0 |
1375 | 2024-12-20T21:20:08.721Z | Compiling slog-json v2.6.1 |
1376 | 2024-12-20T21:20:08.922Z | Compiling serde_urlencoded v0.7.1 |
1377 | 2024-12-20T21:20:08.983Z | Compiling crossbeam-channel v0.5.13 |
1378 | 2024-12-20T21:20:09.110Z | Compiling curve25519-dalek v4.1.3 |
1379 | 2024-12-20T21:20:09.427Z | Compiling futures-executor v0.3.31 |
1380 | 2024-12-20T21:20:09.762Z | Compiling enum-as-inner v0.6.1 |
1381 | 2024-12-20T21:20:10.009Z | Compiling md-5 v0.10.6 |
1382 | 2024-12-20T21:20:10.053Z | Compiling rustls-pemfile v2.2.0 |
1383 | 2024-12-20T21:20:10.105Z | Compiling async-stream-impl v0.3.6 |
1384 | 2024-12-20T21:20:10.213Z | Compiling num-integer v0.1.46 |
1385 | 2024-12-20T21:20:10.269Z | Compiling idna v0.3.0 |
1386 | 2024-12-20T21:20:10.395Z | Compiling idna v0.4.0 |
1387 | 2024-12-20T21:20:10.838Z | Compiling ff v0.13.0 |
1388 | 2024-12-20T21:20:11.023Z | Compiling hash32 v0.2.1 |
1389 | 2024-12-20T21:20:11.051Z | Compiling is-terminal v0.4.13 |
1390 | 2024-12-20T21:20:11.179Z | Compiling object v0.36.5 |
1391 | 2024-12-20T21:20:11.393Z | Compiling dropshot v0.12.0 |
1392 | 2024-12-20T21:20:11.505Z | Compiling linked-hash-map v0.5.6 |
1393 | 2024-12-20T21:20:11.523Z | Compiling psl-types v2.0.11 |
1394 | 2024-12-20T21:20:11.668Z | Compiling take_mut v0.2.2 |
1395 | 2024-12-20T21:20:11.729Z | Compiling base16ct v0.2.0 |
1396 | 2024-12-20T21:20:11.839Z | Compiling rustc-demangle v0.1.24 |
1397 | 2024-12-20T21:20:11.877Z | Compiling dyn-clone v1.0.17 |
1398 | 2024-12-20T21:20:11.880Z | Compiling smoltcp v0.9.1 |
1399 | 2024-12-20T21:20:12.040Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-12-20T21:20:12.059Z | Compiling quick-error v1.2.3 |
1401 | 2024-12-20T21:20:12.096Z | Compiling utf-8 v0.7.6 |
1402 | 2024-12-20T21:20:12.205Z | Compiling anyhow v1.0.93 |
1403 | 2024-12-20T21:20:12.322Z | Compiling fallible-iterator v0.2.0 |
1404 | 2024-12-20T21:20:12.434Z | Compiling portable-atomic v1.9.0 |
1405 | 2024-12-20T21:20:12.670Z | Compiling tungstenite v0.24.0 |
1406 | 2024-12-20T21:20:12.816Z | Compiling resolv-conf v0.7.0 |
1407 | 2024-12-20T21:20:13.053Z | Compiling postgres-protocol v0.6.7 |
1408 | 2024-12-20T21:20:13.567Z | Compiling sec1 v0.7.3 |
1409 | 2024-12-20T21:20:13.604Z | Compiling lru-cache v0.1.2 |
1410 | 2024-12-20T21:20:14.167Z | Compiling publicsuffix v2.2.3 |
1411 | 2024-12-20T21:20:14.429Z | Compiling async-stream v0.3.6 |
1412 | 2024-12-20T21:20:14.782Z | Compiling hickory-proto v0.24.1 |
1413 | 2024-12-20T21:20:15.042Z | Compiling slog-term v2.9.1 |
1414 | 2024-12-20T21:20:15.086Z | Compiling usdt v0.5.0 |
1415 | 2024-12-20T21:20:15.619Z | Compiling group v0.13.0 |
1416 | 2024-12-20T21:20:15.786Z | Compiling num-iter v0.1.45 |
1417 | 2024-12-20T21:20:15.964Z | Compiling futures v0.3.31 |
1418 | 2024-12-20T21:20:16.039Z | Compiling slog-bunyan v2.5.0 |
1419 | 2024-12-20T21:20:17.121Z | Compiling camino v1.1.9 |
1420 | 2024-12-20T21:20:17.525Z | Compiling toml v0.8.19 |
1421 | 2024-12-20T21:20:17.933Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2024-12-20T21:20:18.128Z | Compiling phf_shared v0.11.2 |
1423 | 2024-12-20T21:20:18.208Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-20T21:20:18.487Z | Compiling backtrace v0.3.74 |
1425 | 2024-12-20T21:20:18.539Z | Compiling terminal_size v0.4.0 |
1426 | 2024-12-20T21:20:18.762Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-20T21:20:19.235Z | Compiling waitgroup v0.1.2 |
1428 | 2024-12-20T21:20:19.307Z | Compiling serde_path_to_error v0.1.16 |
1429 | 2024-12-20T21:20:19.456Z | Compiling hkdf v0.12.4 |
1430 | 2024-12-20T21:20:19.738Z | Compiling crypto-bigint v0.5.5 |
1431 | 2024-12-20T21:20:20.197Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-12-20T21:20:20.410Z | Compiling curve25519-dalek-derive v0.1.1 |
1433 | 2024-12-20T21:20:22.020Z | Compiling zerocopy-derive v0.6.6 |
1434 | 2024-12-20T21:20:22.247Z | Compiling idna v0.5.0 |
1435 | 2024-12-20T21:20:22.921Z | Compiling hostname v0.4.0 |
1436 | 2024-12-20T21:20:22.980Z | Compiling hubpack_derive v0.1.1 |
1437 | 2024-12-20T21:20:23.194Z | Compiling crc32fast v1.4.2 |
1438 | 2024-12-20T21:20:23.256Z | Compiling ahash v0.8.11 |
1439 | 2024-12-20T21:20:23.582Z | Compiling fs-err v2.11.0 |
1440 | 2024-12-20T21:20:23.696Z | Compiling bitflags v1.3.2 |
1441 | 2024-12-20T21:20:23.783Z | Compiling winnow v0.5.40 |
1442 | 2024-12-20T21:20:23.850Z | Compiling managed v0.8.0 |
1443 | 2024-12-20T21:20:23.893Z | Compiling debug-ignore v1.0.5 |
1444 | 2024-12-20T21:20:23.921Z | Compiling strum_macros v0.25.3 |
1445 | 2024-12-20T21:20:24.005Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-20T21:20:24.286Z | Compiling zerocopy v0.6.6 |
1447 | 2024-12-20T21:20:24.571Z | Compiling clap_builder v4.5.21 |
1448 | 2024-12-20T21:20:25.186Z | Compiling console v0.15.8 |
1449 | 2024-12-20T21:20:25.572Z | Compiling flate2 v1.0.34 |
1450 | 2024-12-20T21:20:25.851Z | Compiling cookie_store v0.21.0 |
1451 | 2024-12-20T21:20:26.502Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-12-20T21:20:26.834Z | Compiling hickory-resolver v0.24.1 |
1453 | 2024-12-20T21:20:27.357Z | Compiling toml_edit v0.19.15 |
1454 | 2024-12-20T21:20:27.608Z | Compiling phf v0.11.2 |
1455 | 2024-12-20T21:20:27.891Z | Compiling hyper-tls v0.6.0 |
1456 | 2024-12-20T21:20:28.159Z | Compiling signal-hook-mio v0.2.4 |
1457 | 2024-12-20T21:20:28.281Z | Compiling rayon v1.10.0 |
1458 | 2024-12-20T21:20:28.322Z | Compiling bzip2 v0.4.4 |
1459 | 2024-12-20T21:20:28.719Z | Compiling postgres-types v0.2.8 |
1460 | 2024-12-20T21:20:30.308Z | Compiling tokio-tungstenite v0.24.0 |
1461 | 2024-12-20T21:20:32.219Z | Compiling ed25519 v2.2.3 |
1462 | 2024-12-20T21:20:33.255Z | Compiling phf_shared v0.10.0 |
1463 | 2024-12-20T21:20:33.677Z | Compiling tokio-stream v0.1.16 |
1464 | 2024-12-20T21:20:33.764Z | Compiling pkcs1 v0.7.5 |
1465 | 2024-12-20T21:20:34.015Z | Compiling serde-big-array v0.5.1 |
1466 | 2024-12-20T21:20:34.104Z | Compiling clap_derive v4.5.18 |
1467 | 2024-12-20T21:20:34.258Z | Compiling rfc6979 v0.4.0 |
1468 | 2024-12-20T21:20:34.454Z | Compiling derive-where v1.2.7 |
1469 | 2024-12-20T21:20:34.585Z | Compiling serde_repr v0.1.19 |
1470 | 2024-12-20T21:20:34.716Z | Compiling float-cmp v0.9.0 |
1471 | 2024-12-20T21:20:34.784Z | Compiling bstr v1.10.0 |
1472 | 2024-12-20T21:20:34.943Z | Compiling sync_wrapper v1.0.1 |
1473 | 2024-12-20T21:20:35.104Z | Compiling whoami v1.5.2 |
1474 | 2024-12-20T21:20:35.582Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-12-20T21:20:35.702Z | Compiling bit-vec v0.6.3 |
1476 | 2024-12-20T21:20:35.726Z | Compiling static_assertions v1.1.0 |
1477 | 2024-12-20T21:20:35.806Z | Compiling unicode-width v0.2.0 |
1478 | 2024-12-20T21:20:35.832Z | Compiling normalize-line-endings v0.3.0 |
1479 | 2024-12-20T21:20:35.956Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2024-12-20T21:20:36.152Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2024-12-20T21:20:36.248Z | Compiling fixedbitset v0.4.2 |
1482 | 2024-12-20T21:20:36.334Z | Compiling number_prefix v0.4.0 |
1483 | 2024-12-20T21:20:36.561Z | Compiling predicates-core v1.0.8 |
1484 | 2024-12-20T21:20:36.580Z | Compiling difflib v0.4.0 |
1485 | 2024-12-20T21:20:36.698Z | Compiling similar v2.6.0 |
1486 | 2024-12-20T21:20:36.850Z | Compiling petgraph v0.6.5 |
1487 | 2024-12-20T21:20:36.941Z | Compiling indicatif v0.17.9 |
1488 | 2024-12-20T21:20:38.146Z | Compiling predicates v3.1.2 |
1489 | 2024-12-20T21:20:38.200Z | Compiling string_cache v0.8.7 |
1490 | 2024-12-20T21:20:38.682Z | Compiling bit-set v0.5.3 |
1491 | 2024-12-20T21:20:38.972Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1492 | 2024-12-20T21:20:39.143Z | Compiling tokio-postgres v0.7.12 |
1493 | 2024-12-20T21:20:39.262Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-20T21:20:39.273Z | Compiling clap v4.5.21 |
1495 | 2024-12-20T21:20:39.391Z | Compiling rsa v0.9.6 |
1496 | 2024-12-20T21:20:39.941Z | Compiling ed25519-dalek v2.1.1 |
1497 | 2024-12-20T21:20:40.102Z | Compiling toml v0.7.8 |
1498 | 2024-12-20T21:20:41.051Z | Compiling zip v0.6.6 |
1499 | 2024-12-20T21:20:41.236Z | Compiling crossterm v0.28.1 |
1500 | 2024-12-20T21:20:42.580Z | Compiling hex v0.4.3 |
1501 | 2024-12-20T21:20:42.779Z | Compiling x509-cert v0.2.5 |
1502 | 2024-12-20T21:20:43.212Z | Compiling lalrpop-util v0.19.12 |
1503 | 2024-12-20T21:20:43.396Z | Compiling unicode-xid v0.2.6 |
1504 | 2024-12-20T21:20:43.571Z | Compiling peg-runtime v0.8.3 |
1505 | 2024-12-20T21:20:43.571Z | Compiling strum_macros v0.26.4 |
1506 | 2024-12-20T21:20:44.290Z | Compiling xattr v1.3.1 |
1507 | 2024-12-20T21:20:44.541Z | Compiling filetime v0.2.25 |
1508 | 2024-12-20T21:20:44.848Z | Compiling tar v0.4.42 |
1509 | 2024-12-20T21:20:48.671Z | Compiling strum v0.26.3 |
1510 | 2024-12-20T21:20:52.221Z | Compiling aws-lc-sys v0.22.0 |
1511 | 2024-12-20T21:21:20.140Z | Compiling rustls-webpki v0.102.8 |
1512 | 2024-12-20T21:21:23.487Z | Compiling tokio-rustls v0.25.0 |
1513 | 2024-12-20T21:21:25.254Z | Compiling tokio-rustls v0.26.0 |
1514 | 2024-12-20T21:21:25.640Z | Compiling hyper-rustls v0.27.3 |
1515 | 2024-12-20T21:21:25.994Z | Compiling reqwest v0.12.9 |
1516 | 2024-12-20T21:21:27.018Z | Compiling qorb v0.2.1 |
1517 | 2024-12-20T21:21:31.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1518 | 2024-12-20T21:21:32.179Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1519 | 2024-12-20T21:21:37.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1520 | 2024-12-20T21:21:38.154Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1521 | 2024-12-20T21:21:38.202Z | Dec 20 21:21:36.966 INFO Starting download, target: Console |
1522 | 2024-12-20T21:21:38.202Z | Dec 20 21:21:36.966 INFO Starting download, target: Clickhouse |
1523 | 2024-12-20T21:21:38.202Z | Dec 20 21:21:36.966 INFO Starting download, target: Cockroach |
1524 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.966 INFO Starting download, target: DendriteOpenapi |
1525 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.966 INFO Starting download, target: DendriteStub |
1526 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.966 INFO Starting download, target: MaghemiteMgd |
1527 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.966 INFO Starting download, target: TransceiverControl |
1528 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1529 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1530 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1531 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1533 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1534 | 2024-12-20T21:21:38.205Z | Dec 20 21:21:36.967 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1535 | 2024-12-20T21:21:38.527Z | Dec 20 21:21:37.220 INFO Download complete, target: DendriteOpenapi |
1536 | 2024-12-20T21:21:38.645Z | Dec 20 21:21:37.278 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1537 | 2024-12-20T21:21:38.740Z | Dec 20 21:21:37.396 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1538 | 2024-12-20T21:21:38.998Z | Dec 20 21:21:37.729 INFO Download complete, target: Console |
1539 | 2024-12-20T21:21:39.203Z | Dec 20 21:21:37.922 INFO Download complete, target: TransceiverControl |
1540 | 2024-12-20T21:21:39.233Z | Dec 20 21:21:37.990 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1541 | 2024-12-20T21:21:39.293Z | Dec 20 21:21:38.056 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2024-12-20T21:21:40.245Z | Dec 20 21:21:38.689 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1543 | 2024-12-20T21:21:40.245Z | Dec 20 21:21:38.689 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1544 | 2024-12-20T21:21:40.261Z | Dec 20 21:21:39.013 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1545 | 2024-12-20T21:21:42.163Z | Dec 20 21:21:40.928 INFO Download complete, target: DendriteStub |
1546 | 2024-12-20T21:21:42.311Z | Dec 20 21:21:41.075 INFO Download complete, target: MaghemiteMgd |
1547 | 2024-12-20T21:21:47.442Z | Dec 20 21:21:46.204 INFO Checking that binary works, target: Cockroach |
1548 | 2024-12-20T21:21:47.598Z | Dec 20 21:21:46.362 INFO Download complete, target: Cockroach |
1549 | 2024-12-20T21:21:52.895Z | Dec 20 21:21:51.656 INFO Checking that binary works, target: Clickhouse |
1550 | 2024-12-20T21:21:53.057Z | Dec 20 21:21:51.818 INFO Download complete, target: Clickhouse |
1551 | 2024-12-20T21:21:53.063Z | All prerequisites installed successfully |
1552 | 2024-12-20T21:21:53.066Z | |
1553 | 2024-12-20T21:21:53.066Z | real 5:09.360131979 |
1554 | 2024-12-20T21:21:53.066Z | user 16:34.447415662 |
1555 | 2024-12-20T21:21:53.066Z | sys 3:13.481317193 |
1556 | 2024-12-20T21:21:53.066Z | trap 0.561937599 |
1557 | 2024-12-20T21:21:53.066Z | tflt 1.514355207 |
1558 | 2024-12-20T21:21:53.066Z | dflt 2.261556378 |
1559 | 2024-12-20T21:21:53.066Z | kflt 0.024245364 |
1560 | 2024-12-20T21:21:53.066Z | lock 29:33.142543153 |
1561 | 2024-12-20T21:21:53.066Z | slp 1:02:01.332276655 |
1562 | 2024-12-20T21:21:53.066Z | lat 57.813182304 |
1563 | 2024-12-20T21:21:53.066Z | stop 2:18.496378386 |
1564 | 2024-12-20T21:21:53.066Z | + ptime -m cargo xtask download softnpu |
1565 | 2024-12-20T21:21:53.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1566 | 2024-12-20T21:21:53.596Z | Running `target/debug/xtask download softnpu` |
1567 | 2024-12-20T21:21:54.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1568 | 2024-12-20T21:21:54.499Z | Running `target/debug/xtask-downloader softnpu` |
1569 | 2024-12-20T21:21:54.539Z | Dec 20 21:21:53.300 INFO Starting download, target: Softnpu |
1570 | 2024-12-20T21:21:54.543Z | Dec 20 21:21:53.301 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1571 | 2024-12-20T21:21:55.215Z | Dec 20 21:21:53.978 INFO Download complete, target: Softnpu |
1572 | 2024-12-20T21:21:55.219Z | |
1573 | 2024-12-20T21:21:55.222Z | real 2.149349516 |
1574 | 2024-12-20T21:21:55.222Z | user 1.319342998 |
1575 | 2024-12-20T21:21:55.222Z | sys 0.529641806 |
1576 | 2024-12-20T21:21:55.222Z | trap 0.000736411 |
1577 | 2024-12-20T21:21:55.222Z | tflt 0.000008838 |
1578 | 2024-12-20T21:21:55.222Z | dflt 0.000005479 |
1579 | 2024-12-20T21:21:55.222Z | kflt 0.000000000 |
1580 | 2024-12-20T21:21:55.222Z | lock 6.651168193 |
1581 | 2024-12-20T21:21:55.222Z | slp 0.466959579 |
1582 | 2024-12-20T21:21:55.222Z | lat 0.072677134 |
1583 | 2024-12-20T21:21:55.222Z | stop 0.000159587 |
1584 | 2024-12-20T21:21:55.222Z | + export CARGO_INCREMENTAL=0 |
1585 | 2024-12-20T21:21:55.222Z | + CARGO_INCREMENTAL=0 |
1586 | 2024-12-20T21:21:55.222Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1587 | 2024-12-20T21:21:56.167Z | Compiling proc-macro2 v1.0.89 |
1588 | 2024-12-20T21:21:56.167Z | Compiling unicode-ident v1.0.13 |
1589 | 2024-12-20T21:21:56.167Z | Compiling libc v0.2.162 |
1590 | 2024-12-20T21:21:56.170Z | Compiling serde v1.0.215 |
1591 | 2024-12-20T21:21:56.170Z | Compiling autocfg v1.4.0 |
1592 | 2024-12-20T21:21:56.170Z | Compiling version_check v0.9.5 |
1593 | 2024-12-20T21:21:56.170Z | Compiling cfg-if v1.0.0 |
1594 | 2024-12-20T21:21:56.400Z | Compiling memchr v2.7.4 |
1595 | 2024-12-20T21:21:56.464Z | Compiling shlex v1.3.0 |
1596 | 2024-12-20T21:21:56.541Z | Compiling typenum v1.17.0 |
1597 | 2024-12-20T21:21:56.845Z | Compiling value-bag v1.9.0 |
1598 | 2024-12-20T21:21:56.871Z | Compiling scopeguard v1.2.0 |
1599 | 2024-12-20T21:21:56.914Z | Compiling generic-array v0.14.7 |
1600 | 2024-12-20T21:21:57.163Z | Compiling lock_api v0.4.12 |
1601 | 2024-12-20T21:21:57.386Z | Compiling log v0.4.22 |
1602 | 2024-12-20T21:21:57.412Z | Compiling parking_lot_core v0.9.10 |
1603 | 2024-12-20T21:21:57.789Z | Compiling once_cell v1.20.2 |
1604 | 2024-12-20T21:21:57.827Z | Compiling serde_json v1.0.132 |
1605 | 2024-12-20T21:21:58.057Z | Compiling quote v1.0.37 |
1606 | 2024-12-20T21:21:58.175Z | Compiling rustix v0.38.37 |
1607 | 2024-12-20T21:21:58.194Z | Compiling libm v0.2.8 |
1608 | 2024-12-20T21:21:58.197Z | Compiling thiserror v1.0.69 |
1609 | 2024-12-20T21:21:58.491Z | Compiling syn v2.0.87 |
1610 | 2024-12-20T21:21:58.518Z | Compiling jobserver v0.1.32 |
1611 | 2024-12-20T21:21:58.620Z | Compiling getrandom v0.2.15 |
1612 | 2024-12-20T21:21:58.716Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-12-20T21:21:58.807Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-12-20T21:21:58.944Z | Compiling cc v1.1.30 |
1615 | 2024-12-20T21:21:58.962Z | Compiling num-traits v0.2.19 |
1616 | 2024-12-20T21:21:58.965Z | Compiling either v1.13.0 |
1617 | 2024-12-20T21:21:59.246Z | Compiling itoa v1.0.11 |
1618 | 2024-12-20T21:21:59.295Z | Compiling spin v0.9.8 |
1619 | 2024-12-20T21:21:59.469Z | Compiling slab v0.4.9 |
1620 | 2024-12-20T21:21:59.765Z | Compiling byteorder v1.5.0 |
1621 | 2024-12-20T21:21:59.863Z | Compiling errno v0.3.9 |
1622 | 2024-12-20T21:22:00.066Z | Compiling rand_core v0.6.4 |
1623 | 2024-12-20T21:22:00.236Z | Compiling lazy_static v1.5.0 |
1624 | 2024-12-20T21:22:00.357Z | Compiling glob v0.3.1 |
1625 | 2024-12-20T21:22:00.934Z | Compiling prettyplease v0.2.25 |
1626 | 2024-12-20T21:22:01.140Z | Compiling clang-sys v1.8.1 |
1627 | 2024-12-20T21:22:01.384Z | Compiling minimal-lexical v0.2.1 |
1628 | 2024-12-20T21:22:01.471Z | Compiling libloading v0.8.5 |
1629 | 2024-12-20T21:22:01.817Z | Compiling nom v7.1.3 |
1630 | 2024-12-20T21:22:01.835Z | Compiling subtle v2.6.1 |
1631 | 2024-12-20T21:22:01.852Z | Compiling allocator-api2 v0.2.18 |
1632 | 2024-12-20T21:22:02.123Z | Compiling home v0.5.9 |
1633 | 2024-12-20T21:22:02.361Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-20T21:22:02.474Z | Compiling bindgen v0.69.5 |
1635 | 2024-12-20T21:22:02.895Z | Compiling itertools v0.10.5 |
1636 | 2024-12-20T21:22:02.922Z | Compiling semver v1.0.23 |
1637 | 2024-12-20T21:22:03.214Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-20T21:22:03.366Z | Compiling rustc-hash v1.1.0 |
1639 | 2024-12-20T21:22:03.523Z | Compiling lazycell v1.3.0 |
1640 | 2024-12-20T21:22:03.697Z | Compiling cmake v0.1.51 |
1641 | 2024-12-20T21:22:03.903Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-20T21:22:04.488Z | Compiling dunce v1.0.5 |
1643 | 2024-12-20T21:22:05.029Z | Compiling pkg-config v0.3.31 |
1644 | 2024-12-20T21:22:05.155Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-20T21:22:05.374Z | Compiling ring v0.17.8 |
1646 | 2024-12-20T21:22:05.685Z | Compiling ryu v1.0.18 |
1647 | 2024-12-20T21:22:05.975Z | Compiling pin-project-lite v0.2.14 |
1648 | 2024-12-20T21:22:05.993Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-20T21:22:06.108Z | Compiling synstructure v0.13.1 |
1650 | 2024-12-20T21:22:06.371Z | Compiling fnv v1.0.7 |
1651 | 2024-12-20T21:22:06.700Z | Compiling paste v1.0.15 |
1652 | 2024-12-20T21:22:07.037Z | Compiling httparse v1.9.5 |
1653 | 2024-12-20T21:22:07.210Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-12-20T21:22:07.513Z | Compiling equivalent v1.0.1 |
1655 | 2024-12-20T21:22:07.621Z | Compiling foldhash v0.1.3 |
1656 | 2024-12-20T21:22:07.705Z | Compiling heck v0.5.0 |
1657 | 2024-12-20T21:22:07.986Z | Compiling regex v1.11.1 |
1658 | 2024-12-20T21:22:08.123Z | Compiling hashbrown v0.15.1 |
1659 | 2024-12-20T21:22:08.220Z | Compiling schemars v0.8.21 |
1660 | 2024-12-20T21:22:08.901Z | Compiling serde_derive_internals v0.29.1 |
1661 | 2024-12-20T21:22:08.953Z | Compiling signal-hook-registry v1.4.2 |
1662 | 2024-12-20T21:22:09.059Z | Compiling parking_lot v0.12.3 |
1663 | 2024-12-20T21:22:09.336Z | Compiling mio v1.0.2 |
1664 | 2024-12-20T21:22:11.129Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-12-20T21:22:11.188Z | Compiling crossbeam-utils v0.8.20 |
1666 | 2024-12-20T21:22:11.207Z | Compiling socket2 v0.5.7 |
1667 | 2024-12-20T21:22:11.230Z | Compiling num-conv v0.1.0 |
1668 | 2024-12-20T21:22:11.505Z | Compiling time-core v0.1.2 |
1669 | 2024-12-20T21:22:11.675Z | Compiling serde_derive v1.0.215 |
1670 | 2024-12-20T21:22:11.695Z | Compiling zeroize_derive v1.4.2 |
1671 | 2024-12-20T21:22:11.698Z | Compiling zerocopy-derive v0.7.35 |
1672 | 2024-12-20T21:22:11.773Z | Compiling thiserror-impl v1.0.69 |
1673 | 2024-12-20T21:22:12.827Z | Compiling tokio-macros v2.4.0 |
1674 | 2024-12-20T21:22:12.955Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-12-20T21:22:13.113Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-12-20T21:22:13.131Z | Compiling zeroize v1.8.1 |
1677 | 2024-12-20T21:22:13.575Z | Compiling futures-macro v0.3.31 |
1678 | 2024-12-20T21:22:13.713Z | Compiling zerovec-derive v0.10.3 |
1679 | 2024-12-20T21:22:14.306Z | Compiling zerocopy v0.7.35 |
1680 | 2024-12-20T21:22:14.655Z | Compiling displaydoc v0.2.5 |
1681 | 2024-12-20T21:22:15.432Z | Compiling crypto-common v0.1.6 |
1682 | 2024-12-20T21:22:15.769Z | Compiling tracing-attributes v0.1.27 |
1683 | 2024-12-20T21:22:15.842Z | Compiling icu_provider_macros v1.5.0 |
1684 | 2024-12-20T21:22:15.917Z | Compiling block-buffer v0.10.4 |
1685 | 2024-12-20T21:22:16.137Z | Compiling digest v0.10.7 |
1686 | 2024-12-20T21:22:16.141Z | Compiling schemars_derive v0.8.21 |
1687 | 2024-12-20T21:22:16.360Z | Compiling der_derive v0.7.3 |
1688 | 2024-12-20T21:22:16.570Z | Compiling futures-core v0.3.31 |
1689 | 2024-12-20T21:22:16.865Z | Compiling time-macros v0.2.18 |
1690 | 2024-12-20T21:22:17.431Z | Compiling vcpkg v0.2.15 |
1691 | 2024-12-20T21:22:19.081Z | Compiling openssl-sys v0.9.103 |
1692 | 2024-12-20T21:22:19.848Z | Compiling cpufeatures v0.2.14 |
1693 | 2024-12-20T21:22:20.116Z | Compiling slog v2.7.0 |
1694 | 2024-12-20T21:22:20.192Z | Compiling futures-sink v0.3.31 |
1695 | 2024-12-20T21:22:20.233Z | Compiling ahash v0.8.11 |
1696 | 2024-12-20T21:22:20.380Z | Compiling syn v1.0.109 |
1697 | 2024-12-20T21:22:20.845Z | Compiling zerofrom v0.1.4 |
1698 | 2024-12-20T21:22:20.961Z | Compiling scroll_derive v0.12.0 |
1699 | 2024-12-20T21:22:21.142Z | Compiling ucd-trie v0.1.7 |
1700 | 2024-12-20T21:22:21.188Z | Compiling iana-time-zone v0.1.61 |
1701 | 2024-12-20T21:22:21.445Z | Compiling pest v2.7.14 |
1702 | 2024-12-20T21:22:21.686Z | Compiling yoke v0.7.4 |
1703 | 2024-12-20T21:22:21.808Z | Compiling futures-channel v0.3.31 |
1704 | 2024-12-20T21:22:22.191Z | Compiling hmac v0.12.1 |
1705 | 2024-12-20T21:22:22.411Z | Compiling pin-utils v0.1.0 |
1706 | 2024-12-20T21:22:22.544Z | Compiling futures-io v0.3.31 |
1707 | 2024-12-20T21:22:22.610Z | Compiling futures-task v0.3.31 |
1708 | 2024-12-20T21:22:22.907Z | Compiling openssl v0.10.66 |
1709 | 2024-12-20T21:22:22.923Z | Compiling futures-util v0.3.31 |
1710 | 2024-12-20T21:22:23.310Z | Compiling zerovec v0.10.4 |
1711 | 2024-12-20T21:22:23.447Z | Compiling block-padding v0.3.3 |
1712 | 2024-12-20T21:22:23.681Z | Compiling tinyvec_macros v0.1.1 |
1713 | 2024-12-20T21:22:24.301Z | Compiling pest_meta v2.7.14 |
1714 | 2024-12-20T21:22:24.386Z | Compiling tinyvec v1.8.0 |
1715 | 2024-12-20T21:22:25.250Z | Compiling bitflags v2.6.0 |
1716 | 2024-12-20T21:22:25.460Z | Compiling bytes v1.8.0 |
1717 | 2024-12-20T21:22:26.965Z | Compiling indexmap v2.6.0 |
1718 | 2024-12-20T21:22:28.408Z | Compiling tokio v1.40.0 |
1719 | 2024-12-20T21:22:29.098Z | Compiling serde_tokenstream v0.2.2 |
1720 | 2024-12-20T21:22:29.507Z | Compiling http v1.1.0 |
1721 | 2024-12-20T21:22:29.663Z | Compiling which v4.4.2 |
1722 | 2024-12-20T21:22:29.968Z | Compiling uuid v1.11.0 |
1723 | 2024-12-20T21:22:30.756Z | Compiling rustc_version v0.4.1 |
1724 | 2024-12-20T21:22:31.243Z | Compiling chrono v0.4.38 |
1725 | 2024-12-20T21:22:33.243Z | Compiling pest_generator v2.7.14 |
1726 | 2024-12-20T21:22:33.812Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-12-20T21:22:34.286Z | Compiling toml_datetime v0.6.8 |
1728 | 2024-12-20T21:22:34.728Z | Compiling inout v0.1.3 |
1729 | 2024-12-20T21:22:34.996Z | Compiling openssl-macros v0.1.1 |
1730 | 2024-12-20T21:22:35.812Z | Compiling strsim v0.11.1 |
1731 | 2024-12-20T21:22:36.575Z | Compiling rustls v0.23.19 |
1732 | 2024-12-20T21:22:36.863Z | Compiling native-tls v0.2.12 |
1733 | 2024-12-20T21:22:37.298Z | Compiling pest_derive v2.7.14 |
1734 | 2024-12-20T21:22:37.468Z | Compiling cipher v0.4.4 |
1735 | 2024-12-20T21:22:37.969Z | Compiling unicode-normalization v0.1.24 |
1736 | 2024-12-20T21:22:38.037Z | Compiling tinystr v0.7.6 |
1737 | 2024-12-20T21:22:38.040Z | Compiling sha2 v0.10.8 |
1738 | 2024-12-20T21:22:38.478Z | Compiling tracing-core v0.1.32 |
1739 | 2024-12-20T21:22:38.850Z | Compiling usdt-impl v0.5.0 |
1740 | 2024-12-20T21:22:38.867Z | Compiling dyn-clone v1.0.17 |
1741 | 2024-12-20T21:22:39.073Z | Compiling writeable v0.5.5 |
1742 | 2024-12-20T21:22:39.124Z | Compiling base64ct v1.6.0 |
1743 | 2024-12-20T21:22:39.207Z | Compiling litemap v0.7.3 |
1744 | 2024-12-20T21:22:39.591Z | Compiling unicode-bidi v0.3.17 |
1745 | 2024-12-20T21:22:39.632Z | Compiling pem-rfc7468 v0.7.0 |
1746 | 2024-12-20T21:22:39.651Z | Compiling icu_locid v1.5.0 |
1747 | 2024-12-20T21:22:39.720Z | Compiling tracing v0.1.40 |
1748 | 2024-12-20T21:22:40.824Z | Compiling scroll v0.12.0 |
1749 | 2024-12-20T21:22:41.324Z | Compiling ppv-lite86 v0.2.20 |
1750 | 2024-12-20T21:22:41.392Z | Compiling async-trait v0.1.83 |
1751 | 2024-12-20T21:22:41.915Z | Compiling cookie v0.18.1 |
1752 | 2024-12-20T21:22:42.172Z | Compiling flagset v0.4.6 |
1753 | 2024-12-20T21:22:42.645Z | Compiling anyhow v1.0.93 |
1754 | 2024-12-20T21:22:43.208Z | Compiling camino v1.1.9 |
1755 | 2024-12-20T21:22:43.647Z | Compiling plain v0.2.3 |
1756 | 2024-12-20T21:22:43.936Z | Compiling aws-lc-sys v0.22.0 |
1757 | 2024-12-20T21:22:45.035Z | Compiling goblin v0.8.2 |
1758 | 2024-12-20T21:22:47.131Z | Compiling der v0.7.9 |
1759 | 2024-12-20T21:22:50.208Z | Compiling rand_chacha v0.3.1 |
1760 | 2024-12-20T21:22:50.887Z | Compiling icu_provider v1.5.0 |
1761 | 2024-12-20T21:22:51.835Z | Compiling rustls v0.22.4 |
1762 | 2024-12-20T21:22:51.867Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-12-20T21:22:51.974Z | Compiling untrusted v0.7.1 |
1764 | 2024-12-20T21:22:52.099Z | Compiling rustls-pki-types v1.10.0 |
1765 | 2024-12-20T21:22:52.685Z | Compiling pretty-hex v0.4.1 |
1766 | 2024-12-20T21:22:52.895Z | Compiling percent-encoding v2.3.1 |
1767 | 2024-12-20T21:22:53.320Z | Compiling rayon-core v1.12.1 |
1768 | 2024-12-20T21:22:53.432Z | Compiling dof v0.3.0 |
1769 | 2024-12-20T21:22:53.803Z | Compiling icu_locid_transform v1.5.0 |
1770 | 2024-12-20T21:22:54.154Z | Compiling rand v0.8.5 |
1771 | 2024-12-20T21:22:54.524Z | Compiling spki v0.7.3 |
1772 | 2024-12-20T21:22:55.041Z | Compiling dtrace-parser v0.2.0 |
1773 | 2024-12-20T21:22:55.111Z | Compiling salsa20 v0.10.2 |
1774 | 2024-12-20T21:22:55.130Z | Compiling tokio-util v0.7.12 |
1775 | 2024-12-20T21:22:55.800Z | Compiling icu_collections v1.5.0 |
1776 | 2024-12-20T21:22:56.049Z | Compiling pbkdf2 v0.12.2 |
1777 | 2024-12-20T21:22:56.671Z | Compiling thread-id v4.2.2 |
1778 | 2024-12-20T21:22:56.789Z | Compiling untrusted v0.9.0 |
1779 | 2024-12-20T21:22:56.807Z | Compiling powerfmt v0.2.0 |
1780 | 2024-12-20T21:22:57.030Z | Compiling winnow v0.5.40 |
1781 | 2024-12-20T21:22:57.117Z | Compiling mirai-annotations v1.12.0 |
1782 | 2024-12-20T21:22:57.174Z | Compiling icu_properties_data v1.5.0 |
1783 | 2024-12-20T21:22:57.392Z | Compiling icu_properties v1.5.1 |
1784 | 2024-12-20T21:22:57.412Z | Compiling deranged v0.3.11 |
1785 | 2024-12-20T21:23:00.980Z | Compiling toml_edit v0.19.15 |
1786 | 2024-12-20T21:23:03.012Z | Compiling scrypt v0.11.0 |
1787 | 2024-12-20T21:23:03.075Z | Compiling cbc v0.1.2 |
1788 | 2024-12-20T21:23:03.197Z | Compiling aes v0.8.4 |
1789 | 2024-12-20T21:23:03.293Z | Compiling multer v3.1.0 |
1790 | 2024-12-20T21:23:03.575Z | Compiling write16 v1.0.0 |
1791 | 2024-12-20T21:23:03.705Z | Compiling slog-async v2.8.0 |
1792 | 2024-12-20T21:23:03.783Z | Compiling atomic-waker v1.1.2 |
1793 | 2024-12-20T21:23:04.168Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-20T21:23:04.355Z | Compiling utf8_iter v1.0.4 |
1795 | 2024-12-20T21:23:04.393Z | Compiling num_threads v0.1.7 |
1796 | 2024-12-20T21:23:04.527Z | Compiling utf16_iter v1.0.5 |
1797 | 2024-12-20T21:23:04.725Z | Compiling icu_normalizer_data v1.5.0 |
1798 | 2024-12-20T21:23:04.828Z | Compiling icu_normalizer v1.5.0 |
1799 | 2024-12-20T21:23:04.853Z | Compiling time v0.3.36 |
1800 | 2024-12-20T21:23:05.112Z | Compiling pkcs5 v0.7.1 |
1801 | 2024-12-20T21:23:06.711Z | Compiling form_urlencoded v1.2.1 |
1802 | 2024-12-20T21:23:07.522Z | Compiling http-body v1.0.1 |
1803 | 2024-12-20T21:23:07.772Z | Compiling heapless v0.7.17 |
1804 | 2024-12-20T21:23:08.317Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1805 | 2024-12-20T21:23:08.908Z | Compiling signal-hook v0.3.17 |
1806 | 2024-12-20T21:23:09.176Z | Compiling try-lock v0.2.5 |
1807 | 2024-12-20T21:23:09.736Z | Compiling want v0.3.1 |
1808 | 2024-12-20T21:23:11.337Z | Compiling pkcs8 v0.10.2 |
1809 | 2024-12-20T21:23:11.954Z | Compiling idna_adapter v1.2.0 |
1810 | 2024-12-20T21:23:12.186Z | Compiling h2 v0.4.6 |
1811 | 2024-12-20T21:23:13.215Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-12-20T21:23:15.124Z | Compiling usdt-macro v0.5.0 |
1813 | 2024-12-20T21:23:15.157Z | Compiling async-stream-impl v0.3.6 |
1814 | 2024-12-20T21:23:15.229Z | Compiling httpdate v1.0.3 |
1815 | 2024-12-20T21:23:16.089Z | Compiling adler2 v2.0.0 |
1816 | 2024-12-20T21:23:16.356Z | Compiling miniz_oxide v0.8.0 |
1817 | 2024-12-20T21:23:17.367Z | Compiling idna v1.0.3 |
1818 | 2024-12-20T21:23:19.082Z | Compiling curve25519-dalek v4.1.3 |
1819 | 2024-12-20T21:23:19.483Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-12-20T21:23:19.582Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-12-20T21:23:19.740Z | Compiling hyper v1.5.0 |
1822 | 2024-12-20T21:23:22.870Z | Compiling dropshot v0.12.0 |
1823 | 2024-12-20T21:23:23.162Z | Compiling base64 v0.22.1 |
1824 | 2024-12-20T21:23:23.404Z | Compiling tower-service v0.3.3 |
1825 | 2024-12-20T21:23:23.540Z | Compiling num-bigint-dig v0.8.4 |
1826 | 2024-12-20T21:23:23.610Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-12-20T21:23:23.754Z | Compiling match_cfg v0.1.0 |
1828 | 2024-12-20T21:23:23.849Z | Compiling smoltcp v0.9.1 |
1829 | 2024-12-20T21:23:24.010Z | Compiling portable-atomic v1.9.0 |
1830 | 2024-12-20T21:23:24.408Z | Compiling hostname v0.3.1 |
1831 | 2024-12-20T21:23:24.451Z | Compiling foreign-types v0.3.2 |
1832 | 2024-12-20T21:23:24.547Z | Compiling hyper-util v0.1.10 |
1833 | 2024-12-20T21:23:27.994Z | Compiling url v2.5.3 |
1834 | 2024-12-20T21:23:31.411Z | Compiling dirs-sys-next v0.1.2 |
1835 | 2024-12-20T21:23:31.915Z | Compiling gimli v0.31.1 |
1836 | 2024-12-20T21:23:32.095Z | Compiling heck v0.4.1 |
1837 | 2024-12-20T21:23:32.172Z | Compiling data-encoding v2.6.0 |
1838 | 2024-12-20T21:23:32.419Z | Compiling siphasher v0.3.11 |
1839 | 2024-12-20T21:23:32.500Z | Compiling ident_case v1.0.1 |
1840 | 2024-12-20T21:23:32.684Z | Compiling darling_core v0.20.10 |
1841 | 2024-12-20T21:23:33.072Z | Compiling dirs-next v2.0.0 |
1842 | 2024-12-20T21:23:35.656Z | Compiling http-body-util v0.1.2 |
1843 | 2024-12-20T21:23:38.817Z | Compiling addr2line v0.24.2 |
1844 | 2024-12-20T21:23:39.156Z | Compiling crossbeam-epoch v0.9.18 |
1845 | 2024-12-20T21:23:39.235Z | Compiling hubpack_derive v0.1.1 |
1846 | 2024-12-20T21:23:39.561Z | Compiling dropshot_endpoint v0.12.0 |
1847 | 2024-12-20T21:23:39.800Z | Compiling sha1 v0.10.6 |
1848 | 2024-12-20T21:23:39.878Z | Compiling signature v2.2.0 |
1849 | 2024-12-20T21:23:40.070Z | Compiling zerocopy-derive v0.6.6 |
1850 | 2024-12-20T21:23:40.109Z | Compiling curve25519-dalek-derive v0.1.1 |
1851 | 2024-12-20T21:23:41.200Z | Compiling object v0.36.5 |
1852 | 2024-12-20T21:23:41.467Z | Compiling thread_local v1.1.8 |
1853 | 2024-12-20T21:23:41.960Z | Compiling fs-err v2.11.0 |
1854 | 2024-12-20T21:23:41.977Z | Compiling encoding_rs v0.8.34 |
1855 | 2024-12-20T21:23:43.575Z | Compiling anstyle v1.0.10 |
1856 | 2024-12-20T21:23:44.015Z | Compiling ipnet v2.10.1 |
1857 | 2024-12-20T21:23:45.077Z | Compiling rustc-demangle v0.1.24 |
1858 | 2024-12-20T21:23:45.462Z | Compiling winnow v0.6.20 |
1859 | 2024-12-20T21:23:47.330Z | Compiling mime v0.3.17 |
1860 | 2024-12-20T21:23:48.430Z | Compiling utf8parse v0.2.2 |
1861 | 2024-12-20T21:23:50.586Z | Compiling openssl-probe v0.1.5 |
1862 | 2024-12-20T21:23:50.890Z | Compiling unicode-properties v0.1.3 |
1863 | 2024-12-20T21:23:51.388Z | Compiling stringprep v0.1.5 |
1864 | 2024-12-20T21:23:52.960Z | Compiling backtrace v0.3.74 |
1865 | 2024-12-20T21:23:52.989Z | Compiling toml_edit v0.22.22 |
1866 | 2024-12-20T21:23:55.138Z | Compiling anstyle-parse v0.2.5 |
1867 | 2024-12-20T21:23:57.645Z | Compiling rustls-webpki v0.102.8 |
1868 | 2024-12-20T21:23:58.206Z | Compiling crossbeam-deque v0.8.5 |
1869 | 2024-12-20T21:24:01.796Z | Compiling darling_macro v0.20.10 |
1870 | 2024-12-20T21:24:04.105Z | Compiling term v0.7.0 |
1871 | 2024-12-20T21:24:05.444Z | Compiling slog-json v2.6.1 |
1872 | 2024-12-20T21:24:06.620Z | Compiling serde_urlencoded v0.7.1 |
1873 | 2024-12-20T21:24:07.459Z | Compiling crossbeam-channel v0.5.13 |
1874 | 2024-12-20T21:24:07.746Z | Compiling rustls-pemfile v2.2.0 |
1875 | 2024-12-20T21:24:08.338Z | Compiling hashbrown v0.14.5 |
1876 | 2024-12-20T21:24:08.654Z | Compiling idna v0.4.0 |
1877 | 2024-12-20T21:24:08.889Z | Compiling idna v0.3.0 |
1878 | 2024-12-20T21:24:09.668Z | Compiling futures-executor v0.3.31 |
1879 | 2024-12-20T21:24:10.364Z | Compiling num-integer v0.1.46 |
1880 | 2024-12-20T21:24:10.404Z | Compiling md-5 v0.10.6 |
1881 | 2024-12-20T21:24:10.655Z | Compiling ff v0.13.0 |
1882 | 2024-12-20T21:24:10.835Z | Compiling hash32 v0.2.1 |
1883 | 2024-12-20T21:24:10.888Z | Compiling is-terminal v0.4.13 |
1884 | 2024-12-20T21:24:11.027Z | Compiling memmap v0.7.0 |
1885 | 2024-12-20T21:24:11.210Z | Compiling fallible-iterator v0.2.0 |
1886 | 2024-12-20T21:24:11.357Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-12-20T21:24:11.911Z | Compiling take_mut v0.2.2 |
1888 | 2024-12-20T21:24:12.083Z | Compiling utf-8 v0.7.6 |
1889 | 2024-12-20T21:24:12.392Z | Compiling quick-error v1.2.3 |
1890 | 2024-12-20T21:24:12.544Z | Compiling is_terminal_polyfill v1.70.1 |
1891 | 2024-12-20T21:24:12.683Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-20T21:24:13.882Z | Compiling psl-types v2.0.11 |
1893 | 2024-12-20T21:24:14.028Z | Compiling colorchoice v1.0.2 |
1894 | 2024-12-20T21:24:14.192Z | Compiling anstyle-query v1.1.1 |
1895 | 2024-12-20T21:24:14.361Z | Compiling anstream v0.6.15 |
1896 | 2024-12-20T21:24:14.825Z | Compiling publicsuffix v2.2.3 |
1897 | 2024-12-20T21:24:15.072Z | Compiling sec1 v0.7.3 |
1898 | 2024-12-20T21:24:15.088Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-12-20T21:24:15.645Z | Compiling tungstenite v0.24.0 |
1900 | 2024-12-20T21:24:15.741Z | Compiling postgres-protocol v0.6.7 |
1901 | 2024-12-20T21:24:16.692Z | Compiling lru-cache v0.1.2 |
1902 | 2024-12-20T21:24:16.855Z | Compiling usdt v0.5.0 |
1903 | 2024-12-20T21:24:17.320Z | Compiling slog-term v2.9.1 |
1904 | 2024-12-20T21:24:17.679Z | Compiling num-iter v0.1.45 |
1905 | 2024-12-20T21:24:17.863Z | Compiling group v0.13.0 |
1906 | 2024-12-20T21:24:18.135Z | Compiling futures v0.3.31 |
1907 | 2024-12-20T21:24:18.158Z | Compiling regress v0.10.1 |
1908 | 2024-12-20T21:24:18.263Z | Compiling hickory-proto v0.24.1 |
1909 | 2024-12-20T21:24:21.278Z | Compiling tokio-rustls v0.26.0 |
1910 | 2024-12-20T21:24:21.749Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-12-20T21:24:21.951Z | Compiling tokio-rustls v0.25.0 |
1912 | 2024-12-20T21:24:22.027Z | Compiling darling v0.20.10 |
1913 | 2024-12-20T21:24:22.240Z | Compiling toml v0.8.19 |
1914 | 2024-12-20T21:24:22.394Z | Compiling tokio-native-tls v0.3.1 |
1915 | 2024-12-20T21:24:22.679Z | Compiling phf_shared v0.11.2 |
1916 | 2024-12-20T21:24:22.875Z | Compiling strum_macros v0.25.3 |
1917 | 2024-12-20T21:24:23.366Z | Compiling async-stream v0.3.6 |
1918 | 2024-12-20T21:24:23.650Z | Compiling waitgroup v0.1.2 |
1919 | 2024-12-20T21:24:23.769Z | Compiling webpki-roots v0.26.6 |
1920 | 2024-12-20T21:24:24.391Z | Compiling idna v0.5.0 |
1921 | 2024-12-20T21:24:24.552Z | Compiling terminal_size v0.4.0 |
1922 | 2024-12-20T21:24:24.572Z | Compiling serde_path_to_error v0.1.16 |
1923 | 2024-12-20T21:24:24.761Z | Compiling hkdf v0.12.4 |
1924 | 2024-12-20T21:24:25.551Z | Compiling crypto-bigint v0.5.5 |
1925 | 2024-12-20T21:24:25.653Z | Compiling clap_derive v4.5.18 |
1926 | 2024-12-20T21:24:25.857Z | Compiling serde_repr v0.1.19 |
1927 | 2024-12-20T21:24:26.483Z | Compiling derive-where v1.2.7 |
1928 | 2024-12-20T21:24:26.880Z | Compiling hostname v0.4.0 |
1929 | 2024-12-20T21:24:27.112Z | Compiling crc32fast v1.4.2 |
1930 | 2024-12-20T21:24:27.435Z | Compiling bitflags v1.3.2 |
1931 | 2024-12-20T21:24:27.520Z | Compiling managed v0.8.0 |
1932 | 2024-12-20T21:24:27.656Z | Compiling debug-ignore v1.0.5 |
1933 | 2024-12-20T21:24:27.964Z | Compiling unicode-width v0.1.14 |
1934 | 2024-12-20T21:24:28.062Z | Compiling clap_lex v0.7.2 |
1935 | 2024-12-20T21:24:29.069Z | Compiling elliptic-curve v0.13.8 |
1936 | 2024-12-20T21:24:29.101Z | Compiling console v0.15.8 |
1937 | 2024-12-20T21:24:29.143Z | Compiling clap_builder v4.5.21 |
1938 | 2024-12-20T21:24:32.458Z | Compiling flate2 v1.0.34 |
1939 | 2024-12-20T21:24:32.775Z | Compiling cookie_store v0.21.0 |
1940 | 2024-12-20T21:24:34.204Z | Compiling hyper-rustls v0.27.3 |
1941 | 2024-12-20T21:24:35.583Z | Compiling hickory-resolver v0.24.1 |
1942 | 2024-12-20T21:24:38.541Z | Compiling phf v0.11.2 |
1943 | 2024-12-20T21:24:38.854Z | Compiling hyper-tls v0.6.0 |
1944 | 2024-12-20T21:24:39.004Z | Compiling typify-impl v0.2.0 |
1945 | 2024-12-20T21:24:39.024Z | Compiling signal-hook-mio v0.2.4 |
1946 | 2024-12-20T21:24:39.189Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-20T21:24:39.273Z | Compiling rayon v1.10.0 |
1948 | 2024-12-20T21:24:39.338Z | Compiling tokio-tungstenite v0.24.0 |
1949 | 2024-12-20T21:24:39.571Z | Compiling postgres-types v0.2.8 |
1950 | 2024-12-20T21:24:39.934Z | Compiling zerocopy v0.6.6 |
1951 | 2024-12-20T21:24:40.032Z | Compiling hubpack v0.1.2 |
1952 | 2024-12-20T21:24:40.467Z | Compiling ed25519 v2.2.3 |
1953 | 2024-12-20T21:24:40.819Z | Compiling phf_shared v0.10.0 |
1954 | 2024-12-20T21:24:40.966Z | Compiling pkcs1 v0.7.5 |
1955 | 2024-12-20T21:24:41.057Z | Compiling tokio-stream v0.1.16 |
1956 | 2024-12-20T21:24:41.993Z | Compiling serde-big-array v0.5.1 |
1957 | 2024-12-20T21:24:42.038Z | Compiling rfc6979 v0.4.0 |
1958 | 2024-12-20T21:24:42.230Z | Compiling float-cmp v0.9.0 |
1959 | 2024-12-20T21:24:42.248Z | Compiling sync_wrapper v1.0.1 |
1960 | 2024-12-20T21:24:42.404Z | Compiling bstr v1.10.0 |
1961 | 2024-12-20T21:24:44.004Z | Compiling new_debug_unreachable v1.0.6 |
1962 | 2024-12-20T21:24:44.006Z | Compiling static_assertions v1.1.0 |
1963 | 2024-12-20T21:24:44.131Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-12-20T21:24:44.268Z | Compiling predicates-core v1.0.8 |
1965 | 2024-12-20T21:24:44.519Z | Compiling bit-vec v0.6.3 |
1966 | 2024-12-20T21:24:44.611Z | Compiling unicode-width v0.2.0 |
1967 | 2024-12-20T21:24:44.685Z | Compiling unicode-segmentation v1.12.0 |
1968 | 2024-12-20T21:24:44.973Z | Compiling fixedbitset v0.4.2 |
1969 | 2024-12-20T21:24:45.148Z | Compiling number_prefix v0.4.0 |
1970 | 2024-12-20T21:24:45.378Z | Compiling difflib v0.4.0 |
1971 | 2024-12-20T21:24:45.398Z | Compiling whoami v1.5.2 |
1972 | 2024-12-20T21:24:45.398Z | Compiling precomputed-hash v0.1.1 |
1973 | 2024-12-20T21:24:45.527Z | Compiling string_cache v0.8.7 |
1974 | 2024-12-20T21:24:45.548Z | Compiling similar v2.6.0 |
1975 | 2024-12-20T21:24:45.952Z | Compiling predicates v3.1.2 |
1976 | 2024-12-20T21:24:45.970Z | Compiling tokio-postgres v0.7.12 |
1977 | 2024-12-20T21:24:46.660Z | Compiling indicatif v0.17.9 |
1978 | 2024-12-20T21:24:47.479Z | Compiling petgraph v0.6.5 |
1979 | 2024-12-20T21:24:47.571Z | Compiling bit-set v0.5.3 |
1980 | 2024-12-20T21:24:47.958Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1981 | 2024-12-20T21:24:50.251Z | Compiling reqwest v0.12.9 |
1982 | 2024-12-20T21:24:51.043Z | Compiling typify-macro v0.2.0 |
1983 | 2024-12-20T21:24:51.500Z | Compiling ecdsa v0.16.9 |
1984 | 2024-12-20T21:24:52.393Z | Compiling qorb v0.2.1 |
1985 | 2024-12-20T21:24:53.993Z | Compiling rsa v0.9.6 |
1986 | 2024-12-20T21:24:54.512Z | Compiling ed25519-dalek v2.1.1 |
1987 | 2024-12-20T21:24:55.055Z | Compiling zip v0.6.6 |
1988 | 2024-12-20T21:24:55.267Z | Compiling crossterm v0.28.1 |
1989 | 2024-12-20T21:24:55.542Z | Compiling clap v4.5.21 |
1990 | 2024-12-20T21:24:56.297Z | Compiling toml v0.7.8 |
1991 | 2024-12-20T21:24:57.288Z | Compiling x509-cert v0.2.5 |
1992 | 2024-12-20T21:24:58.049Z | Compiling hex v0.4.3 |
1993 | 2024-12-20T21:24:58.964Z | Compiling zerocopy v0.8.10 |
1994 | 2024-12-20T21:24:59.349Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-12-20T21:24:59.368Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-12-20T21:24:59.546Z | Compiling peg-runtime v0.8.3 |
1997 | 2024-12-20T21:25:01.667Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-12-20T21:25:05.970Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2024-12-20T21:25:06.081Z | Compiling ipnetwork v0.20.0 |
2000 | 2024-12-20T21:25:06.496Z | Compiling macaddr v1.0.1 |
2001 | 2024-12-20T21:25:07.117Z | Compiling zerocopy-derive v0.8.10 |
2002 | 2024-12-20T21:25:07.135Z | Compiling itertools v0.13.0 |
2003 | 2024-12-20T21:25:09.362Z | Compiling heapless v0.8.0 |
2004 | 2024-12-20T21:25:10.493Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2005 | 2024-12-20T21:25:15.196Z | Compiling num_enum_derive v0.5.11 |
2006 | 2024-12-20T21:25:23.318Z | Compiling hash32 v0.3.1 |
2007 | 2024-12-20T21:25:24.520Z | Compiling smoltcp v0.11.0 |
2008 | 2024-12-20T21:25:24.665Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-12-20T21:25:29.804Z | Compiling num_enum v0.5.11 |
2010 | 2024-12-20T21:25:29.822Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2011 | 2024-12-20T21:25:30.531Z | Compiling typify v0.2.0 |
2012 | 2024-12-20T21:25:31.234Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2024-12-20T21:25:31.515Z | Compiling cobs v0.2.3 |
2014 | 2024-12-20T21:25:31.971Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2015 | 2024-12-20T21:25:32.274Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-20T21:25:34.009Z | Compiling serde_yaml v0.9.34+deprecated |
2017 | 2024-12-20T21:25:38.627Z | Compiling postcard v1.0.10 |
2018 | 2024-12-20T21:25:50.614Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-20T21:25:50.706Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2024-12-20T21:26:01.935Z | Compiling strum_macros v0.26.4 |
2021 | 2024-12-20T21:26:03.147Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-12-20T21:26:03.167Z | Compiling structmeta-derive v0.3.0 |
2023 | 2024-12-20T21:26:03.328Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2024 | 2024-12-20T21:26:03.411Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-12-20T21:26:04.397Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-12-20T21:26:05.067Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2027 | 2024-12-20T21:26:05.642Z | Compiling newtype-uuid v1.1.3 |
2028 | 2024-12-20T21:26:05.800Z | Compiling structmeta v0.3.0 |
2029 | 2024-12-20T21:26:06.278Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-20T21:26:06.432Z | Compiling strum v0.26.3 |
2031 | 2024-12-20T21:26:09.153Z | Compiling foreign-types v0.5.0 |
2032 | 2024-12-20T21:26:12.619Z | Compiling progenitor-macro v0.8.0 |
2033 | 2024-12-20T21:26:19.291Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-12-20T21:26:19.328Z | Compiling progenitor-client v0.8.0 |
2035 | 2024-12-20T21:26:20.368Z | Compiling tabwriter v1.4.0 |
2036 | 2024-12-20T21:26:22.941Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2037 | 2024-12-20T21:26:23.518Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2038 | 2024-12-20T21:26:23.760Z | Compiling cstr-argument v0.1.2 |
2039 | 2024-12-20T21:26:24.016Z | Compiling dropshot v0.13.0 |
2040 | 2024-12-20T21:26:24.332Z | Compiling fastrand v2.1.1 |
2041 | 2024-12-20T21:26:24.394Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-20T21:26:24.598Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-12-20T21:26:25.213Z | Compiling thiserror v2.0.3 |
2044 | 2024-12-20T21:26:25.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2045 | 2024-12-20T21:26:25.878Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-20T21:26:25.987Z | Compiling tempfile v3.13.0 |
2047 | 2024-12-20T21:26:26.163Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2048 | 2024-12-20T21:26:26.615Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2049 | 2024-12-20T21:26:26.634Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-12-20T21:26:26.870Z | Compiling parse-display-derive v0.10.0 |
2051 | 2024-12-20T21:26:27.473Z | Compiling colored v2.1.0 |
2052 | 2024-12-20T21:26:27.712Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-20T21:26:27.818Z | Compiling dropshot_endpoint v0.13.0 |
2054 | 2024-12-20T21:26:28.748Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-20T21:26:29.519Z | Compiling thiserror-impl v2.0.3 |
2056 | 2024-12-20T21:26:30.350Z | Compiling instant v0.1.13 |
2057 | 2024-12-20T21:26:30.534Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2058 | 2024-12-20T21:26:30.733Z | Compiling parse-display v0.10.0 |
2059 | 2024-12-20T21:26:30.941Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2024-12-20T21:26:31.029Z | Compiling backoff v0.4.0 |
2061 | 2024-12-20T21:26:31.415Z | Compiling serde_with v3.11.0 |
2062 | 2024-12-20T21:26:32.120Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2024-12-20T21:26:32.626Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-20T21:26:32.814Z | Compiling zone_cfg_derive v0.3.0 |
2065 | 2024-12-20T21:26:33.220Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2066 | 2024-12-20T21:26:33.961Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-20T21:26:33.979Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2068 | 2024-12-20T21:26:34.318Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2069 | 2024-12-20T21:26:34.759Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2070 | 2024-12-20T21:26:34.813Z | Compiling regress v0.9.1 |
2071 | 2024-12-20T21:26:34.953Z | Compiling num-derive v0.4.2 |
2072 | 2024-12-20T21:26:35.799Z | Compiling sigpipe v0.1.3 |
2073 | 2024-12-20T21:26:35.944Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2074 | 2024-12-20T21:26:36.232Z | Compiling libefi-sys v0.1.0 |
2075 | 2024-12-20T21:26:36.578Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2076 | 2024-12-20T21:26:37.162Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2077 | 2024-12-20T21:26:38.742Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2024-12-20T21:26:39.859Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2079 | 2024-12-20T21:26:41.946Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2080 | 2024-12-20T21:26:42.466Z | Compiling zone v0.3.0 |
2081 | 2024-12-20T21:26:43.216Z | Compiling smf v0.2.3 |
2082 | 2024-12-20T21:26:43.493Z | Compiling bitfield-struct v0.6.2 |
2083 | 2024-12-20T21:26:44.918Z | Compiling blake3 v1.5.4 |
2084 | 2024-12-20T21:26:45.526Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-20T21:26:45.893Z | Compiling ring v0.16.20 |
2086 | 2024-12-20T21:26:46.053Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2087 | 2024-12-20T21:26:46.837Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2088 | 2024-12-20T21:26:46.909Z | Compiling xattr v1.3.1 |
2089 | 2024-12-20T21:26:47.038Z | Compiling filetime v0.2.25 |
2090 | 2024-12-20T21:26:47.249Z | Compiling memmap2 v0.9.5 |
2091 | 2024-12-20T21:26:47.410Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2092 | 2024-12-20T21:26:47.542Z | Compiling same-file v1.0.6 |
2093 | 2024-12-20T21:26:47.803Z | Compiling arrayvec v0.7.6 |
2094 | 2024-12-20T21:26:47.822Z | Compiling spin v0.5.2 |
2095 | 2024-12-20T21:26:47.985Z | Compiling arrayref v0.3.9 |
2096 | 2024-12-20T21:26:48.077Z | Compiling constant_time_eq v0.3.1 |
2097 | 2024-12-20T21:26:48.096Z | Compiling walkdir v2.5.0 |
2098 | 2024-12-20T21:26:48.272Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2024-12-20T21:26:49.779Z | Compiling tar v0.4.42 |
2100 | 2024-12-20T21:26:50.935Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2101 | 2024-12-20T21:26:51.008Z | Compiling gethostname v0.5.0 |
2102 | 2024-12-20T21:26:51.216Z | Compiling cargo-platform v0.1.8 |
2103 | 2024-12-20T21:26:51.351Z | Compiling topological-sort v0.2.2 |
2104 | 2024-12-20T21:26:51.631Z | Compiling cargo_metadata v0.18.1 |
2105 | 2024-12-20T21:26:52.280Z | Compiling shell-words v1.1.0 |
2106 | 2024-12-20T21:26:56.385Z | Compiling omicron-zone-package v0.11.1 |
2107 | 2024-12-20T21:26:58.400Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2108 | 2024-12-20T21:26:59.198Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2109 | 2024-12-20T21:27:01.974Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2110 | 2024-12-20T21:27:21.043Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2111 | 2024-12-20T21:27:21.207Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2112 | 2024-12-20T21:27:21.255Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2113 | 2024-12-20T21:27:21.259Z | Created new build target 'test' and set it as active |
2114 | 2024-12-20T21:27:21.259Z | |
2115 | 2024-12-20T21:27:21.259Z | real 5:25.995542220 |
2116 | 2024-12-20T21:27:21.259Z | user 36:51.039508480 |
2117 | 2024-12-20T21:27:21.259Z | sys 4:51.933516062 |
2118 | 2024-12-20T21:27:21.259Z | trap 1.079604722 |
2119 | 2024-12-20T21:27:21.259Z | tflt 3.319519664 |
2120 | 2024-12-20T21:27:21.259Z | dflt 0.745285879 |
2121 | 2024-12-20T21:27:21.259Z | kflt 0.007340482 |
2122 | 2024-12-20T21:27:21.259Z | lock 1:17:48.033885894 |
2123 | 2024-12-20T21:27:21.259Z | slp 2:34:35.496730313 |
2124 | 2024-12-20T21:27:21.259Z | lat 2:35.521628239 |
2125 | 2024-12-20T21:27:21.259Z | stop 4:32.520019773 |
2126 | 2024-12-20T21:27:21.259Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2127 | 2024-12-20T21:27:22.231Z | Finished `release` profile [optimized] target(s) in 0.92s |
2128 | 2024-12-20T21:27:22.291Z | Running `target/release/omicron-package -t test package` |
2129 | 2024-12-20T21:27:22.338Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2130 | 2024-12-20T21:27:23.463Z | Compiling convert_case v0.4.0 |
2131 | 2024-12-20T21:27:23.463Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2132 | 2024-12-20T21:27:23.466Z | Compiling newline-converter v0.3.0 |
2133 | 2024-12-20T21:27:23.466Z | Compiling password-hash v0.5.0 |
2134 | 2024-12-20T21:27:23.466Z | Compiling progenitor-client v0.8.0 |
2135 | 2024-12-20T21:27:23.466Z | Compiling blake2 v0.10.6 |
2136 | 2024-12-20T21:27:23.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2137 | 2024-12-20T21:27:23.629Z | Compiling atomicwrites v0.4.4 |
2138 | 2024-12-20T21:27:23.776Z | Compiling expectorate v1.1.0 |
2139 | 2024-12-20T21:27:23.802Z | Compiling cancel-safe-futures v0.1.5 |
2140 | 2024-12-20T21:27:23.974Z | Compiling progenitor v0.8.0 |
2141 | 2024-12-20T21:27:24.065Z | Compiling owo-colors v4.1.0 |
2142 | 2024-12-20T21:27:24.140Z | Compiling num-rational v0.4.2 |
2143 | 2024-12-20T21:27:24.186Z | Compiling argon2 v0.5.3 |
2144 | 2024-12-20T21:27:24.218Z | Compiling num-complex v0.4.6 |
2145 | 2024-12-20T21:27:24.357Z | Compiling derive_more v0.99.18 |
2146 | 2024-12-20T21:27:24.906Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2147 | 2024-12-20T21:27:25.029Z | Compiling libsw v3.3.1 |
2148 | 2024-12-20T21:27:25.384Z | Compiling num v0.4.3 |
2149 | 2024-12-20T21:27:25.467Z | Compiling linear-map v1.2.0 |
2150 | 2024-12-20T21:27:25.555Z | Compiling float-ord v0.3.2 |
2151 | 2024-12-20T21:27:25.558Z | Compiling swrite v0.1.0 |
2152 | 2024-12-20T21:27:25.709Z | Compiling indent_write v2.2.0 |
2153 | 2024-12-20T21:27:25.737Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2154 | 2024-12-20T21:27:25.788Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2155 | 2024-12-20T21:27:25.893Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2156 | 2024-12-20T21:27:25.944Z | Compiling base64 v0.21.7 |
2157 | 2024-12-20T21:27:26.518Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-20T21:27:26.586Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2159 | 2024-12-20T21:27:27.026Z | Compiling highway v1.2.0 |
2160 | 2024-12-20T21:27:27.267Z | Compiling semver v0.1.20 |
2161 | 2024-12-20T21:27:27.847Z | Compiling rustc_version v0.1.7 |
2162 | 2024-12-20T21:27:28.268Z | Compiling newtype_derive v0.1.6 |
2163 | 2024-12-20T21:27:28.407Z | Compiling newtype-uuid v1.1.3 |
2164 | 2024-12-20T21:27:28.649Z | Compiling dropshot v0.13.0 |
2165 | 2024-12-20T21:27:28.722Z | Compiling ipnetwork v0.20.0 |
2166 | 2024-12-20T21:27:28.751Z | Compiling instant v0.1.13 |
2167 | 2024-12-20T21:27:28.911Z | Compiling humantime v2.1.0 |
2168 | 2024-12-20T21:27:29.528Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2169 | 2024-12-20T21:27:29.805Z | Compiling backoff v0.4.0 |
2170 | 2024-12-20T21:27:30.213Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2171 | 2024-12-20T21:27:30.993Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2024-12-20T21:27:33.779Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-12-20T21:27:34.291Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2174 | 2024-12-20T21:27:34.434Z | Compiling parse-display v0.10.0 |
2175 | 2024-12-20T21:27:35.031Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2176 | 2024-12-20T21:27:35.221Z | Compiling serde_with v3.11.0 |
2177 | 2024-12-20T21:27:35.354Z | Compiling strum v0.26.3 |
2178 | 2024-12-20T21:27:35.543Z | Compiling regress v0.9.1 |
2179 | 2024-12-20T21:27:38.719Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2180 | 2024-12-20T21:27:40.277Z | Compiling macaddr v1.0.1 |
2181 | 2024-12-20T21:27:40.411Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-12-20T21:27:40.458Z | Compiling steno v0.4.1 |
2183 | 2024-12-20T21:27:40.713Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2184 | 2024-12-20T21:27:40.963Z | Compiling prettyplease v0.2.25 |
2185 | 2024-12-20T21:27:42.151Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2186 | 2024-12-20T21:27:42.430Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-12-20T21:27:43.205Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2188 | 2024-12-20T21:27:45.302Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-12-20T21:27:46.158Z | Compiling half v2.4.1 |
2190 | 2024-12-20T21:27:46.874Z | Compiling ciborium-io v0.2.2 |
2191 | 2024-12-20T21:27:47.024Z | Compiling ciborium-ll v0.2.2 |
2192 | 2024-12-20T21:27:47.549Z | Compiling tungstenite v0.21.0 |
2193 | 2024-12-20T21:27:50.456Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2024-12-20T21:27:51.098Z | Compiling ciborium v0.2.2 |
2195 | 2024-12-20T21:27:52.714Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2196 | 2024-12-20T21:27:57.001Z | Compiling fastrand v2.1.1 |
2197 | 2024-12-20T21:27:58.878Z | Compiling same-file v1.0.6 |
2198 | 2024-12-20T21:27:59.144Z | Compiling display-error-chain v0.2.2 |
2199 | 2024-12-20T21:27:59.370Z | Compiling walkdir v2.5.0 |
2200 | 2024-12-20T21:27:59.447Z | Compiling tempfile v3.13.0 |
2201 | 2024-12-20T21:28:00.116Z | Compiling ring v0.16.20 |
2202 | 2024-12-20T21:28:00.244Z | Compiling blake3 v1.5.4 |
2203 | 2024-12-20T21:28:00.678Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-12-20T21:28:00.868Z | Compiling xattr v1.3.1 |
2205 | 2024-12-20T21:28:01.108Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-12-20T21:28:01.135Z | Compiling memmap2 v0.9.5 |
2207 | 2024-12-20T21:28:01.565Z | Compiling filetime v0.2.25 |
2208 | 2024-12-20T21:28:01.897Z | Compiling constant_time_eq v0.3.1 |
2209 | 2024-12-20T21:28:02.058Z | Compiling spin v0.5.2 |
2210 | 2024-12-20T21:28:02.281Z | Compiling arrayvec v0.7.6 |
2211 | 2024-12-20T21:28:02.300Z | Compiling keccak v0.1.5 |
2212 | 2024-12-20T21:28:02.603Z | Compiling arrayref v0.3.9 |
2213 | 2024-12-20T21:28:03.256Z | Compiling sha3 v0.10.8 |
2214 | 2024-12-20T21:28:03.351Z | Compiling tar v0.4.42 |
2215 | 2024-12-20T21:28:03.788Z | Compiling camino-tempfile v1.1.1 |
2216 | 2024-12-20T21:28:04.144Z | Compiling toolchain_find v0.4.0 |
2217 | 2024-12-20T21:28:04.278Z | Compiling const_format_proc_macros v0.2.33 |
2218 | 2024-12-20T21:28:04.297Z | Compiling crunchy v0.2.2 |
2219 | 2024-12-20T21:28:04.741Z | Compiling maplit v1.0.2 |
2220 | 2024-12-20T21:28:04.744Z | Compiling topological-sort v0.2.2 |
2221 | 2024-12-20T21:28:04.871Z | Compiling radium v0.7.0 |
2222 | 2024-12-20T21:28:04.991Z | Compiling omicron-zone-package v0.11.1 |
2223 | 2024-12-20T21:28:05.346Z | Compiling rustfmt-wrapper v0.2.1 |
2224 | 2024-12-20T21:28:05.365Z | Compiling maybe-uninit v2.0.0 |
2225 | 2024-12-20T21:28:05.824Z | Compiling tiny-keccak v2.0.2 |
2226 | 2024-12-20T21:28:05.871Z | Compiling tap v1.0.1 |
2227 | 2024-12-20T21:28:05.891Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2228 | 2024-12-20T21:28:06.073Z | Compiling wyz v0.5.1 |
2229 | 2024-12-20T21:28:06.120Z | Compiling const_format v0.2.33 |
2230 | 2024-12-20T21:28:06.252Z | Compiling dsl_auto_type v0.1.2 |
2231 | 2024-12-20T21:28:06.360Z | Compiling phf_generator v0.11.2 |
2232 | 2024-12-20T21:28:06.521Z | Compiling scheduled-thread-pool v0.2.7 |
2233 | 2024-12-20T21:28:06.548Z | Compiling secrecy v0.8.0 |
2234 | 2024-12-20T21:28:06.566Z | Compiling diesel_table_macro_syntax v0.2.0 |
2235 | 2024-12-20T21:28:06.835Z | Compiling async-recursion v1.1.1 |
2236 | 2024-12-20T21:28:06.955Z | Compiling packed_struct v0.10.1 |
2237 | 2024-12-20T21:28:07.367Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2024-12-20T21:28:07.386Z | Compiling funty v2.0.0 |
2239 | 2024-12-20T21:28:07.615Z | Compiling crc-catalog v2.4.0 |
2240 | 2024-12-20T21:28:07.659Z | Compiling arc-swap v1.7.1 |
2241 | 2024-12-20T21:28:07.709Z | Compiling diesel_derives v2.2.3 |
2242 | 2024-12-20T21:28:07.779Z | Compiling crc v3.2.1 |
2243 | 2024-12-20T21:28:08.280Z | Compiling slog-scope v4.4.0 |
2244 | 2024-12-20T21:28:08.375Z | Compiling r2d2 v0.8.10 |
2245 | 2024-12-20T21:28:08.818Z | Compiling bitvec v1.0.1 |
2246 | 2024-12-20T21:28:09.146Z | Compiling phf_codegen v0.11.2 |
2247 | 2024-12-20T21:28:09.820Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2248 | 2024-12-20T21:28:09.876Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2249 | 2024-12-20T21:28:09.918Z | Compiling ascii-canvas v3.0.0 |
2250 | 2024-12-20T21:28:10.215Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2251 | 2024-12-20T21:28:10.409Z | Compiling universal-hash v0.5.1 |
2252 | 2024-12-20T21:28:10.641Z | Compiling thiserror-impl-no-std v2.0.2 |
2253 | 2024-12-20T21:28:13.262Z | Compiling packed_struct_codegen v0.10.1 |
2254 | 2024-12-20T21:28:13.417Z | Compiling parse-zoneinfo v0.3.1 |
2255 | 2024-12-20T21:28:15.083Z | Compiling ena v0.14.3 |
2256 | 2024-12-20T21:28:15.525Z | Compiling indexmap v1.9.3 |
2257 | 2024-12-20T21:28:15.792Z | Compiling diff v0.1.13 |
2258 | 2024-12-20T21:28:15.817Z | Compiling regex-syntax v0.6.29 |
2259 | 2024-12-20T21:28:16.351Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-20T21:28:16.466Z | Compiling nodrop v0.1.14 |
2261 | 2024-12-20T21:28:16.610Z | Compiling array-init v0.0.4 |
2262 | 2024-12-20T21:28:17.809Z | Compiling poly1305 v0.8.0 |
2263 | 2024-12-20T21:28:19.181Z | Compiling diesel v2.2.6 |
2264 | 2024-12-20T21:28:19.270Z | Compiling lalrpop v0.19.12 |
2265 | 2024-12-20T21:28:25.577Z | Compiling chrono-tz-build v0.4.0 |
2266 | 2024-12-20T21:28:26.698Z | Compiling thiserror-no-std v2.0.2 |
2267 | 2024-12-20T21:28:26.833Z | Compiling smallvec v0.6.14 |
2268 | 2024-12-20T21:28:27.019Z | Compiling slog-stdlog v4.1.1 |
2269 | 2024-12-20T21:28:27.834Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2270 | 2024-12-20T21:28:27.973Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2271 | 2024-12-20T21:28:28.273Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2272 | 2024-12-20T21:28:28.498Z | Compiling chacha20 v0.9.1 |
2273 | 2024-12-20T21:28:28.943Z | Compiling aead v0.5.2 |
2274 | 2024-12-20T21:28:28.978Z | Compiling vte_generate_state_changes v0.1.2 |
2275 | 2024-12-20T21:28:29.310Z | Compiling bitfield v0.14.0 |
2276 | 2024-12-20T21:28:29.569Z | Compiling hashbrown v0.12.3 |
2277 | 2024-12-20T21:28:29.619Z | Compiling termcolor v1.4.1 |
2278 | 2024-12-20T21:28:30.685Z | Compiling ref-cast v1.0.23 |
2279 | 2024-12-20T21:28:31.210Z | Compiling env_logger v0.10.2 |
2280 | 2024-12-20T21:28:32.010Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2281 | 2024-12-20T21:28:34.324Z | Compiling vte v0.11.1 |
2282 | 2024-12-20T21:28:35.850Z | Compiling chacha20poly1305 v0.10.1 |
2283 | 2024-12-20T21:28:36.127Z | Compiling serde-hex v0.1.0 |
2284 | 2024-12-20T21:28:41.389Z | Compiling slog-envlogger v2.2.0 |
2285 | 2024-12-20T21:28:43.577Z | Compiling vsss-rs v3.3.4 |
2286 | 2024-12-20T21:28:44.119Z | Compiling chrono-tz v0.10.0 |
2287 | 2024-12-20T21:28:44.732Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2288 | 2024-12-20T21:28:45.082Z | Compiling ron v0.8.1 |
2289 | 2024-12-20T21:28:45.548Z | Compiling polar-core v0.27.3 |
2290 | 2024-12-20T21:28:46.790Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2291 | 2024-12-20T21:28:47.094Z | Compiling derive_builder_core v0.20.2 |
2292 | 2024-12-20T21:28:47.922Z | Compiling hashbrown v0.13.2 |
2293 | 2024-12-20T21:28:49.291Z | Compiling headers-core v0.3.0 |
2294 | 2024-12-20T21:28:49.401Z | Compiling fxhash v0.2.1 |
2295 | 2024-12-20T21:28:49.464Z | Compiling libxml v0.3.3 |
2296 | 2024-12-20T21:28:49.642Z | Compiling ref-cast-impl v1.0.23 |
2297 | 2024-12-20T21:28:49.830Z | Compiling lockfree-object-pool v0.1.6 |
2298 | 2024-12-20T21:28:50.144Z | Compiling zip v2.1.3 |
2299 | 2024-12-20T21:28:50.462Z | Compiling bumpalo v3.16.0 |
2300 | 2024-12-20T21:28:50.749Z | Compiling crc-any v2.5.0 |
2301 | 2024-12-20T21:28:50.879Z | Compiling bytecount v0.6.8 |
2302 | 2024-12-20T21:28:51.022Z | Compiling simd-adler32 v0.3.7 |
2303 | 2024-12-20T21:28:51.201Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2304 | 2024-12-20T21:28:51.676Z | Compiling zopfli v0.8.1 |
2305 | 2024-12-20T21:28:52.172Z | Compiling papergrid v0.11.0 |
2306 | 2024-12-20T21:28:56.216Z | Compiling headers v0.4.0 |
2307 | 2024-12-20T21:28:56.966Z | Compiling derive_builder_macro v0.20.2 |
2308 | 2024-12-20T21:28:57.815Z | Compiling object v0.30.4 |
2309 | 2024-12-20T21:29:05.742Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2310 | 2024-12-20T21:29:06.404Z | Compiling strip-ansi-escapes v0.2.0 |
2311 | 2024-12-20T21:29:07.069Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2312 | 2024-12-20T21:29:07.136Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2313 | 2024-12-20T21:29:07.326Z | Compiling tabled_derive v0.7.0 |
2314 | 2024-12-20T21:29:07.423Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2315 | 2024-12-20T21:29:09.508Z | Compiling itertools v0.12.1 |
2316 | 2024-12-20T21:29:10.093Z | Compiling fd-lock v4.0.2 |
2317 | 2024-12-20T21:29:10.292Z | Compiling peg-macros v0.8.4 |
2318 | 2024-12-20T21:29:10.363Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2319 | 2024-12-20T21:29:10.755Z | Compiling strum_macros v0.24.3 |
2320 | 2024-12-20T21:29:11.421Z | Compiling kstat-rs v0.2.4 |
2321 | 2024-12-20T21:29:11.938Z | Compiling samael v0.0.17 |
2322 | 2024-12-20T21:29:12.081Z | Compiling unicase v2.7.0 |
2323 | 2024-12-20T21:29:12.367Z | Compiling nu-ansi-term v0.50.1 |
2324 | 2024-12-20T21:29:12.388Z | Compiling indoc v1.0.9 |
2325 | 2024-12-20T21:29:13.079Z | Compiling path-slash v0.1.5 |
2326 | 2024-12-20T21:29:13.203Z | Compiling reedline v0.35.0 |
2327 | 2024-12-20T21:29:13.317Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2328 | 2024-12-20T21:29:13.519Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-12-20T21:29:13.628Z | Compiling peg v0.8.4 |
2330 | 2024-12-20T21:29:13.915Z | Compiling tabled v0.15.0 |
2331 | 2024-12-20T21:29:17.418Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2332 | 2024-12-20T21:29:28.320Z | Compiling derive_builder v0.20.2 |
2333 | 2024-12-20T21:29:32.553Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2334 | 2024-12-20T21:29:33.358Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2335 | 2024-12-20T21:29:33.430Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2336 | 2024-12-20T21:29:33.732Z | Compiling pem v3.0.4 |
2337 | 2024-12-20T21:29:33.896Z | Compiling bcs v0.1.6 |
2338 | 2024-12-20T21:29:35.014Z | Compiling impl-trait-for-tuples v0.2.2 |
2339 | 2024-12-20T21:29:35.178Z | Compiling oso-derive v0.27.3 |
2340 | 2024-12-20T21:29:36.140Z | Compiling libz-sys v1.1.20 |
2341 | 2024-12-20T21:29:36.809Z | Compiling quick-xml v0.33.0 |
2342 | 2024-12-20T21:29:36.956Z | Compiling diesel-dtrace v0.4.2 |
2343 | 2024-12-20T21:29:37.270Z | Compiling parking_lot_core v0.8.6 |
2344 | 2024-12-20T21:29:41.537Z | Compiling oso v0.27.3 |
2345 | 2024-12-20T21:29:44.455Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2346 | 2024-12-20T21:29:46.000Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2347 | 2024-12-20T21:29:51.412Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2348 | 2024-12-20T21:29:54.565Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2349 | 2024-12-20T21:29:54.864Z | Compiling bb8 v0.8.5 |
2350 | 2024-12-20T21:29:55.474Z | Compiling buf-list v1.0.3 |
2351 | 2024-12-20T21:29:56.116Z | Compiling async-bb8-diesel v0.2.1 |
2352 | 2024-12-20T21:29:58.467Z | Compiling nibble_vec v0.1.0 |
2353 | 2024-12-20T21:29:58.704Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2354 | 2024-12-20T21:29:58.850Z | Compiling pin-project-internal v1.1.6 |
2355 | 2024-12-20T21:29:59.504Z | Compiling atty v0.2.14 |
2356 | 2024-12-20T21:29:59.674Z | Compiling salty v0.3.0 |
2357 | 2024-12-20T21:30:00.072Z | Compiling endian-type v0.1.2 |
2358 | 2024-12-20T21:30:00.340Z | Compiling radix_trie v0.2.1 |
2359 | 2024-12-20T21:30:01.665Z | Compiling pin-project v1.1.6 |
2360 | 2024-12-20T21:30:02.197Z | Compiling parking_lot v0.11.2 |
2361 | 2024-12-20T21:30:05.317Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2362 | 2024-12-20T21:30:11.715Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2363 | 2024-12-20T21:30:16.390Z | Compiling snafu-derive v0.8.5 |
2364 | 2024-12-20T21:30:18.390Z | Compiling sled v0.34.7 |
2365 | 2024-12-20T21:30:20.969Z | Compiling snafu v0.8.5 |
2366 | 2024-12-20T21:30:22.455Z | Compiling mime_guess v2.0.5 |
2367 | 2024-12-20T21:30:25.201Z | Compiling hickory-client v0.24.1 |
2368 | 2024-12-20T21:30:30.586Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2369 | 2024-12-20T21:30:32.066Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2370 | 2024-12-20T21:30:32.707Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2371 | 2024-12-20T21:30:33.517Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2372 | 2024-12-20T21:30:34.003Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2373 | 2024-12-20T21:30:35.511Z | Compiling globset v0.4.15 |
2374 | 2024-12-20T21:30:37.854Z | Compiling hickory-server v0.24.1 |
2375 | 2024-12-20T21:30:42.050Z | Compiling primeorder v0.13.6 |
2376 | 2024-12-20T21:30:42.626Z | Compiling olpc-cjson v0.1.4 |
2377 | 2024-12-20T21:30:42.875Z | Compiling vergen v8.3.2 |
2378 | 2024-12-20T21:30:42.951Z | Compiling castaway v0.2.3 |
2379 | 2024-12-20T21:30:43.139Z | Compiling env_filter v0.1.2 |
2380 | 2024-12-20T21:30:43.170Z | Compiling serde_plain v1.0.2 |
2381 | 2024-12-20T21:30:45.399Z | Compiling cargo-platform v0.1.8 |
2382 | 2024-12-20T21:30:45.893Z | Compiling nanorand v0.7.0 |
2383 | 2024-12-20T21:30:46.612Z | Compiling memoffset v0.9.1 |
2384 | 2024-12-20T21:30:46.941Z | Compiling typed-path v0.9.3 |
2385 | 2024-12-20T21:30:47.813Z | Compiling flume v0.11.1 |
2386 | 2024-12-20T21:30:48.546Z | Compiling cargo_metadata v0.18.1 |
2387 | 2024-12-20T21:30:51.809Z | Compiling tough v0.19.0 |
2388 | 2024-12-20T21:30:52.398Z | Compiling git2 v0.19.0 |
2389 | 2024-12-20T21:30:52.615Z | Compiling env_logger v0.11.5 |
2390 | 2024-12-20T21:30:53.122Z | Compiling compact_str v0.8.0 |
2391 | 2024-12-20T21:30:54.035Z | Compiling p384 v0.13.0 |
2392 | 2024-12-20T21:30:54.135Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2393 | 2024-12-20T21:30:55.786Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2394 | 2024-12-20T21:31:00.089Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2395 | 2024-12-20T21:31:02.362Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2396 | 2024-12-20T21:31:03.650Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2397 | 2024-12-20T21:31:05.884Z | Compiling unicode-truncate v1.1.0 |
2398 | 2024-12-20T21:31:06.180Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2399 | 2024-12-20T21:31:08.902Z | Compiling lru v0.12.5 |
2400 | 2024-12-20T21:31:09.301Z | Compiling rand_seeder v0.3.0 |
2401 | 2024-12-20T21:31:09.876Z | Compiling libsqlite3-sys v0.30.1 |
2402 | 2024-12-20T21:31:10.243Z | Compiling lzma-sys v0.1.20 |
2403 | 2024-12-20T21:31:10.653Z | Compiling instability v0.3.2 |
2404 | 2024-12-20T21:31:10.954Z | Compiling cfg_aliases v0.2.1 |
2405 | 2024-12-20T21:31:11.078Z | Compiling parse-size v1.1.0 |
2406 | 2024-12-20T21:31:11.393Z | Compiling rustls v0.21.12 |
2407 | 2024-12-20T21:31:11.662Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2024-12-20T21:31:11.685Z | Compiling http-range v0.1.5 |
2409 | 2024-12-20T21:31:11.709Z | Compiling cassowary v0.3.0 |
2410 | 2024-12-20T21:31:12.024Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2411 | 2024-12-20T21:31:12.224Z | Compiling ratatui v0.28.1 |
2412 | 2024-12-20T21:31:13.139Z | Compiling nix v0.29.0 |
2413 | 2024-12-20T21:31:14.111Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2414 | 2024-12-20T21:31:15.315Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2415 | 2024-12-20T21:31:17.802Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2416 | 2024-12-20T21:31:17.901Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2417 | 2024-12-20T21:31:18.663Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2418 | 2024-12-20T21:31:18.973Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2419 | 2024-12-20T21:31:21.230Z | Compiling sct v0.7.1 |
2420 | 2024-12-20T21:31:21.712Z | Compiling rustls-webpki v0.101.7 |
2421 | 2024-12-20T21:31:23.312Z | Compiling heck v0.3.3 |
2422 | 2024-12-20T21:31:23.691Z | Compiling csv-core v0.1.11 |
2423 | 2024-12-20T21:31:24.597Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2424 | 2024-12-20T21:31:24.916Z | Compiling glob v0.3.1 |
2425 | 2024-12-20T21:31:25.638Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2426 | 2024-12-20T21:31:25.988Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2427 | 2024-12-20T21:31:26.737Z | Compiling csv v1.3.0 |
2428 | 2024-12-20T21:31:26.924Z | Compiling zone_cfg_derive v0.1.2 |
2429 | 2024-12-20T21:31:28.822Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2430 | 2024-12-20T21:31:31.463Z | Compiling nix v0.27.1 |
2431 | 2024-12-20T21:31:31.563Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2432 | 2024-12-20T21:31:33.230Z | Compiling hyper-staticfile v0.10.1 |
2433 | 2024-12-20T21:31:34.474Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-12-20T21:31:34.677Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2435 | 2024-12-20T21:31:37.052Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2436 | 2024-12-20T21:31:38.364Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2437 | 2024-12-20T21:31:41.276Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2438 | 2024-12-20T21:31:43.836Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2439 | 2024-12-20T21:31:44.545Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2440 | 2024-12-20T21:31:44.903Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-12-20T21:31:44.938Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2024-12-20T21:31:45.197Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2443 | 2024-12-20T21:31:45.249Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2444 | 2024-12-20T21:31:48.176Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2445 | 2024-12-20T21:31:48.824Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2446 | 2024-12-20T21:31:48.848Z | Compiling hashlink v0.9.1 |
2447 | 2024-12-20T21:31:49.438Z | Compiling tungstenite v0.23.0 |
2448 | 2024-12-20T21:31:49.673Z | Compiling fallible-iterator v0.3.0 |
2449 | 2024-12-20T21:31:50.528Z | Compiling base64 v0.13.1 |
2450 | 2024-12-20T21:31:51.292Z | Compiling fallible-streaming-iterator v0.1.9 |
2451 | 2024-12-20T21:31:51.519Z | Compiling ron v0.7.1 |
2452 | 2024-12-20T21:31:51.599Z | Compiling rusqlite v0.32.1 |
2453 | 2024-12-20T21:31:52.496Z | Compiling tokio-tungstenite v0.23.1 |
2454 | 2024-12-20T21:31:53.143Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2455 | 2024-12-20T21:31:53.835Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2456 | 2024-12-20T21:31:56.772Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2024-12-20T21:31:56.796Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2458 | 2024-12-20T21:31:58.494Z | Compiling xz2 v0.1.7 |
2459 | 2024-12-20T21:32:01.014Z | Compiling tokio-rustls v0.24.1 |
2460 | 2024-12-20T21:32:01.489Z | Compiling zone v0.1.8 |
2461 | 2024-12-20T21:32:03.131Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2462 | 2024-12-20T21:32:04.889Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2463 | 2024-12-20T21:32:11.587Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2464 | 2024-12-20T21:32:12.445Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2465 | 2024-12-20T21:32:17.771Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2466 | 2024-12-20T21:32:18.374Z | Compiling rustls-pemfile v1.0.4 |
2467 | 2024-12-20T21:32:19.180Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2468 | 2024-12-20T21:32:19.492Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2469 | 2024-12-20T21:32:21.213Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2470 | 2024-12-20T21:32:21.395Z | Compiling signal-hook-tokio v0.3.1 |
2471 | 2024-12-20T21:32:21.624Z | Compiling twox-hash v1.6.3 |
2472 | 2024-12-20T21:32:21.838Z | Compiling yasna v0.5.2 |
2473 | 2024-12-20T21:32:22.645Z | Compiling smawk v0.3.2 |
2474 | 2024-12-20T21:32:22.918Z | Compiling unicode-linebreak v0.1.5 |
2475 | 2024-12-20T21:32:23.466Z | Compiling is_ci v1.2.0 |
2476 | 2024-12-20T21:32:23.834Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-20T21:32:24.258Z | Compiling textwrap v0.16.1 |
2478 | 2024-12-20T21:32:24.516Z | Compiling rcgen v0.12.1 |
2479 | 2024-12-20T21:32:27.812Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2480 | 2024-12-20T21:32:30.494Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2481 | 2024-12-20T21:32:35.434Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2482 | 2024-12-20T21:32:35.883Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2483 | 2024-12-20T21:32:39.530Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2484 | 2024-12-20T21:32:44.089Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2485 | 2024-12-20T21:32:48.982Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2486 | 2024-12-20T21:32:56.020Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2487 | 2024-12-20T21:32:56.656Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2488 | 2024-12-20T21:33:02.393Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2489 | 2024-12-20T21:33:02.711Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2490 | 2024-12-20T21:33:09.283Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2491 | 2024-12-20T21:33:11.384Z | Compiling fatfs v0.3.6 |
2492 | 2024-12-20T21:33:14.257Z | Compiling subprocess v0.2.9 |
2493 | 2024-12-20T21:33:15.782Z | Compiling rtoolbox v0.0.2 |
2494 | 2024-12-20T21:33:16.233Z | Compiling assert_matches v1.5.0 |
2495 | 2024-12-20T21:33:18.858Z | Compiling rpassword v7.3.1 |
2496 | 2024-12-20T21:33:19.329Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2497 | 2024-12-20T21:33:19.696Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2498 | 2024-12-20T21:33:21.718Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2499 | 2024-12-20T21:33:26.996Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2500 | 2024-12-20T21:33:28.869Z | Compiling tui-tree-widget v0.22.0 |
2501 | 2024-12-20T21:33:29.355Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2502 | 2024-12-20T21:33:29.393Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2503 | 2024-12-20T21:33:29.698Z | Compiling uzers v0.12.1 |
2504 | 2024-12-20T21:33:32.846Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2505 | 2024-12-20T21:33:43.150Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2506 | 2024-12-20T21:33:45.217Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2507 | 2024-12-20T21:34:12.259Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2508 | 2024-12-20T21:34:15.892Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2509 | 2024-12-20T21:34:20.696Z | Compiling multimap v0.10.0 |
2510 | 2024-12-20T21:36:35.578Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2511 | 2024-12-20T21:36:47.295Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2512 | 2024-12-20T21:43:20.392Z | Finished `release` profile [optimized] target(s) in 15m 57s |
2513 | 2024-12-20T21:44:24.587Z | |
2514 | 2024-12-20T21:44:24.610Z | real 17:03.190440978 |
2515 | 2024-12-20T21:44:24.610Z | user 1:56:04.774399600 |
2516 | 2024-12-20T21:44:24.611Z | sys 5:56.556003335 |
2517 | 2024-12-20T21:44:24.611Z | trap 2.780796021 |
2518 | 2024-12-20T21:44:24.611Z | tflt 2.942790759 |
2519 | 2024-12-20T21:44:24.612Z | dflt 3.812094060 |
2520 | 2024-12-20T21:44:24.612Z | kflt 0.035730347 |
2521 | 2024-12-20T21:44:24.613Z | lock 7:08:20.306663817 |
2522 | 2024-12-20T21:44:24.613Z | slp 6:06:31.078567507 |
2523 | 2024-12-20T21:44:24.613Z | lat 2:53.853189658 |
2524 | 2024-12-20T21:44:24.613Z | stop 2:33.985724791 |
2525 | 2024-12-20T21:44:24.613Z | + mapfile -t packages |
2526 | 2024-12-20T21:44:24.613Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2527 | 2024-12-20T21:44:25.602Z | Finished `release` profile [optimized] target(s) in 0.97s |
2528 | 2024-12-20T21:44:25.663Z | Running `target/release/omicron-package -t test list-outputs` |
2529 | 2024-12-20T21:44:25.711Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2530 | 2024-12-20T21:44:25.713Z | + ptime -m cargo build --locked --release -p xtask |
2531 | 2024-12-20T21:44:26.282Z | Compiling serde v1.0.215 |
2532 | 2024-12-20T21:44:26.285Z | Compiling libc v0.2.162 |
2533 | 2024-12-20T21:44:26.285Z | Compiling serde_json v1.0.132 |
2534 | 2024-12-20T21:44:26.285Z | Compiling rustix v0.38.37 |
2535 | 2024-12-20T21:44:26.374Z | Compiling syn v2.0.87 |
2536 | 2024-12-20T21:44:26.384Z | Compiling bitflags v2.6.0 |
2537 | 2024-12-20T21:44:26.707Z | Compiling usdt-impl v0.5.0 |
2538 | 2024-12-20T21:44:26.745Z | Compiling syn v1.0.109 |
2539 | 2024-12-20T21:44:26.886Z | Compiling hashbrown v0.15.1 |
2540 | 2024-12-20T21:44:26.907Z | Compiling log v0.4.22 |
2541 | 2024-12-20T21:44:26.973Z | Compiling fs-err v2.11.0 |
2542 | 2024-12-20T21:44:27.271Z | Compiling anyhow v1.0.93 |
2543 | 2024-12-20T21:44:27.363Z | Compiling once_cell v1.20.2 |
2544 | 2024-12-20T21:44:27.833Z | Compiling thread-id v4.2.2 |
2545 | 2024-12-20T21:44:28.204Z | Compiling indexmap v2.6.0 |
2546 | 2024-12-20T21:44:29.326Z | Compiling terminal_size v0.4.0 |
2547 | 2024-12-20T21:44:29.326Z | Compiling tempfile v3.13.0 |
2548 | 2024-12-20T21:44:29.575Z | Compiling clap_builder v4.5.21 |
2549 | 2024-12-20T21:44:30.276Z | Compiling proc-macro-error v1.0.4 |
2550 | 2024-12-20T21:44:31.675Z | Compiling tabled_derive v0.7.0 |
2551 | 2024-12-20T21:44:33.033Z | Compiling tabled v0.15.0 |
2552 | 2024-12-20T21:44:34.283Z | Compiling serde_derive v1.0.215 |
2553 | 2024-12-20T21:44:34.301Z | Compiling thiserror-impl v1.0.69 |
2554 | 2024-12-20T21:44:34.971Z | Compiling zerocopy-derive v0.7.35 |
2555 | 2024-12-20T21:44:35.728Z | Compiling scroll_derive v0.12.0 |
2556 | 2024-12-20T21:44:36.957Z | Compiling scroll v0.12.0 |
2557 | 2024-12-20T21:44:37.011Z | Compiling zerocopy v0.7.35 |
2558 | 2024-12-20T21:44:37.244Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-20T21:44:37.501Z | Compiling pest v2.7.14 |
2560 | 2024-12-20T21:44:38.654Z | Compiling goblin v0.8.2 |
2561 | 2024-12-20T21:44:40.579Z | Compiling pest_meta v2.7.14 |
2562 | 2024-12-20T21:44:43.322Z | Compiling pest_generator v2.7.14 |
2563 | 2024-12-20T21:44:45.202Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-20T21:44:45.871Z | Compiling clap_derive v4.5.18 |
2565 | 2024-12-20T21:44:45.990Z | Compiling dtrace-parser v0.2.0 |
2566 | 2024-12-20T21:44:50.505Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-20T21:44:51.243Z | Compiling serde_tokenstream v0.2.2 |
2568 | 2024-12-20T21:44:51.835Z | Compiling serde_spanned v0.6.8 |
2569 | 2024-12-20T21:44:52.113Z | Compiling toml_edit v0.22.22 |
2570 | 2024-12-20T21:44:52.606Z | Compiling dof v0.3.0 |
2571 | 2024-12-20T21:44:53.904Z | Compiling camino v1.1.9 |
2572 | 2024-12-20T21:44:55.293Z | Compiling cargo-platform v0.1.8 |
2573 | 2024-12-20T21:44:56.134Z | Compiling usdt-attr-macro v0.5.0 |
2574 | 2024-12-20T21:44:56.390Z | Compiling usdt-macro v0.5.0 |
2575 | 2024-12-20T21:44:57.505Z | Compiling toml v0.8.19 |
2576 | 2024-12-20T21:44:57.602Z | Compiling semver v1.0.23 |
2577 | 2024-12-20T21:44:58.621Z | Compiling cargo_toml v0.20.5 |
2578 | 2024-12-20T21:44:59.082Z | Compiling cargo_metadata v0.18.1 |
2579 | 2024-12-20T21:45:00.429Z | Compiling usdt v0.5.0 |
2580 | 2024-12-20T21:45:01.915Z | Compiling camino-tempfile v1.1.1 |
2581 | 2024-12-20T21:45:02.376Z | Compiling clap v4.5.21 |
2582 | 2024-12-20T21:45:02.516Z | Compiling macaddr v1.0.1 |
2583 | 2024-12-20T21:45:11.270Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2584 | 2024-12-20T21:45:22.547Z | Finished `release` profile [optimized] target(s) in 56.77s |
2585 | 2024-12-20T21:45:22.655Z | |
2586 | 2024-12-20T21:45:22.655Z | real 56.908882582 |
2587 | 2024-12-20T21:45:22.655Z | user 5:46.242892240 |
2588 | 2024-12-20T21:45:22.655Z | sys 31.022558513 |
2589 | 2024-12-20T21:45:22.655Z | trap 0.155873784 |
2590 | 2024-12-20T21:45:22.658Z | tflt 0.289481165 |
2591 | 2024-12-20T21:45:22.658Z | dflt 0.505990686 |
2592 | 2024-12-20T21:45:22.658Z | kflt 0.011526041 |
2593 | 2024-12-20T21:45:22.658Z | lock 11:02.427229204 |
2594 | 2024-12-20T21:45:22.658Z | slp 16:08.075237760 |
2595 | 2024-12-20T21:45:22.658Z | lat 13.770091800 |
2596 | 2024-12-20T21:45:22.659Z | stop 17.654499345 |
2597 | 2024-12-20T21:45:22.659Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2598 | 2024-12-20T21:45:22.659Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2024-12-20T21:45:22.659Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2600 | 2024-12-20T21:45:22.659Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2024-12-20T21:45:22.659Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2602 | 2024-12-20T21:45:23.547Z | Compiling hashbrown v0.14.5 |
2603 | 2024-12-20T21:45:23.676Z | Compiling ident_case v1.0.1 |
2604 | 2024-12-20T21:45:23.682Z | Compiling unsafe-libyaml v0.2.11 |
2605 | 2024-12-20T21:45:23.682Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2606 | 2024-12-20T21:45:23.682Z | Compiling progenitor-client v0.8.0 |
2607 | 2024-12-20T21:45:23.682Z | Compiling ipnetwork v0.20.0 |
2608 | 2024-12-20T21:45:23.682Z | Compiling macaddr v1.0.1 |
2609 | 2024-12-20T21:45:23.682Z | Compiling instant v0.1.13 |
2610 | 2024-12-20T21:45:23.847Z | Compiling darling_core v0.20.10 |
2611 | 2024-12-20T21:45:23.866Z | Compiling structmeta-derive v0.3.0 |
2612 | 2024-12-20T21:45:24.261Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2613 | 2024-12-20T21:45:24.268Z | Compiling dropshot v0.13.0 |
2614 | 2024-12-20T21:45:24.268Z | Compiling newtype-uuid v1.1.3 |
2615 | 2024-12-20T21:45:24.526Z | Compiling dropshot_endpoint v0.13.0 |
2616 | 2024-12-20T21:45:24.659Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2617 | 2024-12-20T21:45:24.868Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2618 | 2024-12-20T21:45:24.970Z | Compiling regress v0.10.1 |
2619 | 2024-12-20T21:45:25.039Z | Compiling serde_yaml v0.9.34+deprecated |
2620 | 2024-12-20T21:45:25.227Z | Compiling regress v0.9.1 |
2621 | 2024-12-20T21:45:25.437Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2024-12-20T21:45:25.620Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2623 | 2024-12-20T21:45:25.639Z | Compiling backoff v0.4.0 |
2624 | 2024-12-20T21:45:25.997Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2625 | 2024-12-20T21:45:26.173Z | Compiling tempfile v3.13.0 |
2626 | 2024-12-20T21:45:26.398Z | Compiling proc-macro-crate v1.3.1 |
2627 | 2024-12-20T21:45:26.884Z | Compiling structmeta v0.3.0 |
2628 | 2024-12-20T21:45:27.080Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2629 | 2024-12-20T21:45:27.359Z | Compiling parse-display-derive v0.10.0 |
2630 | 2024-12-20T21:45:27.444Z | Compiling itertools v0.13.0 |
2631 | 2024-12-20T21:45:27.477Z | Compiling num_enum_derive v0.5.11 |
2632 | 2024-12-20T21:45:29.207Z | Compiling typify-impl v0.2.0 |
2633 | 2024-12-20T21:45:30.147Z | Compiling num_enum v0.5.11 |
2634 | 2024-12-20T21:45:30.240Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2635 | 2024-12-20T21:45:30.301Z | Compiling zerocopy v0.8.10 |
2636 | 2024-12-20T21:45:30.419Z | Compiling foreign-types-macros v0.2.3 |
2637 | 2024-12-20T21:45:30.550Z | Compiling zerocopy-derive v0.8.10 |
2638 | 2024-12-20T21:45:30.873Z | Compiling foreign-types-shared v0.3.1 |
2639 | 2024-12-20T21:45:30.974Z | Compiling darling_macro v0.20.10 |
2640 | 2024-12-20T21:45:31.005Z | Compiling heapless v0.8.0 |
2641 | 2024-12-20T21:45:31.453Z | Compiling proc-macro-error v1.0.4 |
2642 | 2024-12-20T21:45:31.732Z | Compiling foreign-types v0.5.0 |
2643 | 2024-12-20T21:45:31.880Z | Compiling camino-tempfile v1.1.1 |
2644 | 2024-12-20T21:45:31.934Z | Compiling darling v0.20.10 |
2645 | 2024-12-20T21:45:32.039Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2646 | 2024-12-20T21:45:32.057Z | Compiling parse-display v0.10.0 |
2647 | 2024-12-20T21:45:32.072Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-12-20T21:45:32.160Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-12-20T21:45:32.338Z | Compiling hash32 v0.3.1 |
2650 | 2024-12-20T21:45:32.600Z | Compiling cstr-argument v0.1.2 |
2651 | 2024-12-20T21:45:32.752Z | Compiling pretty-hex v0.2.1 |
2652 | 2024-12-20T21:45:32.872Z | Compiling smoltcp v0.11.0 |
2653 | 2024-12-20T21:45:32.905Z | Compiling crucible-workspace-hack v0.1.0 |
2654 | 2024-12-20T21:45:32.935Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2655 | 2024-12-20T21:45:33.101Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2656 | 2024-12-20T21:45:33.200Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2657 | 2024-12-20T21:45:33.682Z | Compiling tabwriter v1.4.0 |
2658 | 2024-12-20T21:45:33.744Z | Compiling colored v2.1.0 |
2659 | 2024-12-20T21:45:34.267Z | Compiling cobs v0.2.3 |
2660 | 2024-12-20T21:45:34.510Z | Compiling postcard v1.0.10 |
2661 | 2024-12-20T21:45:34.755Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2662 | 2024-12-20T21:45:35.026Z | Compiling serde_with v3.11.0 |
2663 | 2024-12-20T21:45:35.050Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2664 | 2024-12-20T21:45:35.252Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2024-12-20T21:45:35.307Z | Compiling thiserror v2.0.3 |
2666 | 2024-12-20T21:45:35.947Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-12-20T21:45:36.298Z | Compiling smf v0.2.3 |
2668 | 2024-12-20T21:45:36.564Z | Compiling thiserror-impl v2.0.3 |
2669 | 2024-12-20T21:45:37.318Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-12-20T21:45:37.713Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-12-20T21:45:39.003Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2672 | 2024-12-20T21:45:39.256Z | Compiling num-derive v0.4.2 |
2673 | 2024-12-20T21:45:39.301Z | Compiling sigpipe v0.1.3 |
2674 | 2024-12-20T21:45:39.436Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-12-20T21:45:39.458Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-20T21:45:39.532Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2024-12-20T21:45:39.718Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2678 | 2024-12-20T21:45:39.777Z | Compiling zone v0.3.0 |
2679 | 2024-12-20T21:45:40.217Z | Compiling universal-hash v0.5.1 |
2680 | 2024-12-20T21:45:40.409Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-12-20T21:45:40.429Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-12-20T21:45:40.463Z | Compiling num-rational v0.4.2 |
2683 | 2024-12-20T21:45:40.540Z | Compiling password-hash v0.5.0 |
2684 | 2024-12-20T21:45:40.686Z | Compiling num-complex v0.4.6 |
2685 | 2024-12-20T21:45:41.422Z | Compiling blake2 v0.10.6 |
2686 | 2024-12-20T21:45:41.656Z | Compiling aead v0.5.2 |
2687 | 2024-12-20T21:45:41.813Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2688 | 2024-12-20T21:45:41.945Z | Compiling convert_case v0.4.0 |
2689 | 2024-12-20T21:45:42.083Z | Compiling keccak v0.1.5 |
2690 | 2024-12-20T21:45:42.188Z | Compiling argon2 v0.5.3 |
2691 | 2024-12-20T21:45:42.280Z | Compiling num v0.4.3 |
2692 | 2024-12-20T21:45:42.400Z | Compiling sha3 v0.10.8 |
2693 | 2024-12-20T21:45:42.601Z | Compiling poly1305 v0.8.0 |
2694 | 2024-12-20T21:45:42.738Z | Compiling tungstenite v0.21.0 |
2695 | 2024-12-20T21:45:42.797Z | Compiling derive_more v0.99.18 |
2696 | 2024-12-20T21:45:44.004Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2024-12-20T21:45:44.007Z | Compiling chacha20 v0.9.1 |
2698 | 2024-12-20T21:45:44.007Z | Compiling float-ord v0.3.2 |
2699 | 2024-12-20T21:45:44.007Z | Compiling base64 v0.21.7 |
2700 | 2024-12-20T21:45:44.007Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-12-20T21:45:44.204Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-12-20T21:45:44.397Z | Compiling semver v0.1.20 |
2703 | 2024-12-20T21:45:44.695Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2704 | 2024-12-20T21:45:44.847Z | Compiling same-file v1.0.6 |
2705 | 2024-12-20T21:45:44.978Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-20T21:45:44.998Z | Compiling newline-converter v0.3.0 |
2707 | 2024-12-20T21:45:45.042Z | Compiling primeorder v0.13.6 |
2708 | 2024-12-20T21:45:45.093Z | Compiling walkdir v2.5.0 |
2709 | 2024-12-20T21:45:45.160Z | Compiling secrecy v0.8.0 |
2710 | 2024-12-20T21:45:45.162Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-20T21:45:45.450Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-12-20T21:45:45.478Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-12-20T21:45:45.534Z | Compiling newtype_derive v0.1.6 |
2714 | 2024-12-20T21:45:45.685Z | Compiling expectorate v1.1.0 |
2715 | 2024-12-20T21:45:45.883Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2716 | 2024-12-20T21:45:45.990Z | Compiling thiserror-impl-no-std v2.0.2 |
2717 | 2024-12-20T21:45:45.991Z | Compiling blake3 v1.5.4 |
2718 | 2024-12-20T21:45:45.995Z | Compiling ring v0.16.20 |
2719 | 2024-12-20T21:45:46.182Z | Compiling half v2.4.1 |
2720 | 2024-12-20T21:45:46.418Z | Compiling unicase v2.7.0 |
2721 | 2024-12-20T21:45:46.596Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2024-12-20T21:45:46.696Z | Compiling ciborium-io v0.2.2 |
2723 | 2024-12-20T21:45:46.764Z | Compiling arc-swap v1.7.1 |
2724 | 2024-12-20T21:45:46.831Z | Compiling ciborium-ll v0.2.2 |
2725 | 2024-12-20T21:45:47.229Z | Compiling slog-scope v4.4.0 |
2726 | 2024-12-20T21:45:47.317Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-12-20T21:45:47.808Z | Compiling polyval v0.6.2 |
2728 | 2024-12-20T21:45:47.985Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-12-20T21:45:48.097Z | Compiling typify-macro v0.2.0 |
2730 | 2024-12-20T21:45:48.196Z | Compiling libsw v3.3.1 |
2731 | 2024-12-20T21:45:48.277Z | Compiling memmap2 v0.9.5 |
2732 | 2024-12-20T21:45:48.358Z | Compiling linear-map v1.2.0 |
2733 | 2024-12-20T21:45:48.520Z | Compiling arrayvec v0.7.6 |
2734 | 2024-12-20T21:45:48.733Z | Compiling constant_time_eq v0.3.1 |
2735 | 2024-12-20T21:45:48.761Z | Compiling parking_lot_core v0.8.6 |
2736 | 2024-12-20T21:45:48.935Z | Compiling arrayref v0.3.9 |
2737 | 2024-12-20T21:45:48.959Z | Compiling libefi-sys v0.1.0 |
2738 | 2024-12-20T21:45:49.048Z | Compiling spin v0.5.2 |
2739 | 2024-12-20T21:45:49.067Z | Compiling thiserror-no-std v2.0.2 |
2740 | 2024-12-20T21:45:49.192Z | Compiling indent_write v2.2.0 |
2741 | 2024-12-20T21:45:49.228Z | Compiling salty v0.3.0 |
2742 | 2024-12-20T21:45:49.278Z | Compiling vsss-rs v3.3.4 |
2743 | 2024-12-20T21:45:49.409Z | Compiling ghash v0.5.1 |
2744 | 2024-12-20T21:45:49.722Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-12-20T21:45:49.806Z | Compiling slog-stdlog v4.1.1 |
2746 | 2024-12-20T21:45:50.087Z | Compiling ciborium v0.2.2 |
2747 | 2024-12-20T21:45:50.656Z | Compiling p384 v0.13.0 |
2748 | 2024-12-20T21:45:50.678Z | Compiling toolchain_find v0.4.0 |
2749 | 2024-12-20T21:45:50.910Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-12-20T21:45:51.160Z | Compiling ctr v0.9.2 |
2751 | 2024-12-20T21:45:51.369Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-12-20T21:45:51.550Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2753 | 2024-12-20T21:45:51.670Z | Compiling bitfield-struct v0.6.2 |
2754 | 2024-12-20T21:45:51.956Z | Compiling slog-dtrace v0.3.0 |
2755 | 2024-12-20T21:45:52.145Z | Compiling highway v1.2.0 |
2756 | 2024-12-20T21:45:52.195Z | Compiling topological-sort v0.2.2 |
2757 | 2024-12-20T21:45:52.389Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-20T21:45:52.444Z | Compiling typify v0.2.0 |
2759 | 2024-12-20T21:45:52.536Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-12-20T21:45:52.596Z | Compiling progenitor-impl v0.8.0 |
2761 | 2024-12-20T21:45:52.865Z | Compiling rustfmt-wrapper v0.2.1 |
2762 | 2024-12-20T21:45:52.941Z | Compiling mime_guess v2.0.5 |
2763 | 2024-12-20T21:45:53.239Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-20T21:45:53.428Z | Compiling slog-envlogger v2.2.0 |
2765 | 2024-12-20T21:45:53.550Z | Compiling steno v0.4.1 |
2766 | 2024-12-20T21:45:54.154Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2767 | 2024-12-20T21:45:54.322Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2768 | 2024-12-20T21:45:54.467Z | Compiling heck v0.3.3 |
2769 | 2024-12-20T21:45:54.632Z | Compiling ssh-encoding v0.2.0 |
2770 | 2024-12-20T21:45:54.789Z | Compiling blowfish v0.9.1 |
2771 | 2024-12-20T21:45:54.943Z | Compiling nibble_vec v0.1.0 |
2772 | 2024-12-20T21:45:55.081Z | Compiling env_filter v0.1.2 |
2773 | 2024-12-20T21:45:55.196Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2774 | 2024-12-20T21:45:55.310Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-20T21:45:55.310Z | Compiling humantime v2.1.0 |
2776 | 2024-12-20T21:45:55.380Z | Compiling endian-type v0.1.2 |
2777 | 2024-12-20T21:45:55.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2778 | 2024-12-20T21:45:55.568Z | Compiling radix_trie v0.2.1 |
2779 | 2024-12-20T21:45:55.591Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-20T21:45:55.704Z | Compiling env_logger v0.11.5 |
2781 | 2024-12-20T21:45:55.799Z | Compiling bcrypt-pbkdf v0.10.0 |
2782 | 2024-12-20T21:45:55.827Z | Compiling ssh-cipher v0.2.0 |
2783 | 2024-12-20T21:45:56.268Z | Compiling zone_cfg_derive v0.1.2 |
2784 | 2024-12-20T21:45:56.455Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2785 | 2024-12-20T21:45:56.594Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2786 | 2024-12-20T21:45:56.911Z | Compiling parking_lot v0.11.2 |
2787 | 2024-12-20T21:45:57.551Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2788 | 2024-12-20T21:45:57.580Z | Compiling password-hash v0.4.2 |
2789 | 2024-12-20T21:45:57.772Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2790 | 2024-12-20T21:45:57.793Z | Compiling gethostname v0.5.0 |
2791 | 2024-12-20T21:45:57.834Z | Compiling fxhash v0.2.1 |
2792 | 2024-12-20T21:45:57.974Z | Compiling matches v0.1.10 |
2793 | 2024-12-20T21:45:58.024Z | Compiling zip v2.1.3 |
2794 | 2024-12-20T21:45:58.045Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-12-20T21:45:58.081Z | Compiling lockfree-object-pool v0.1.6 |
2796 | 2024-12-20T21:45:58.332Z | Compiling simd-adler32 v0.3.7 |
2797 | 2024-12-20T21:45:58.352Z | Compiling bumpalo v3.16.0 |
2798 | 2024-12-20T21:45:58.355Z | Compiling base64 v0.13.1 |
2799 | 2024-12-20T21:45:58.419Z | Compiling http-range v0.1.5 |
2800 | 2024-12-20T21:45:58.549Z | Compiling idna v0.2.3 |
2801 | 2024-12-20T21:45:58.691Z | Compiling zopfli v0.8.1 |
2802 | 2024-12-20T21:45:58.803Z | Compiling ron v0.7.1 |
2803 | 2024-12-20T21:45:58.825Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-12-20T21:45:58.907Z | Compiling sled v0.34.7 |
2805 | 2024-12-20T21:45:59.010Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2806 | 2024-12-20T21:45:59.185Z | Compiling zone v0.1.8 |
2807 | 2024-12-20T21:45:59.787Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2808 | 2024-12-20T21:46:00.317Z | Compiling xz2 v0.1.7 |
2809 | 2024-12-20T21:46:00.836Z | Compiling ssh-key v0.6.6 |
2810 | 2024-12-20T21:46:00.938Z | Compiling hickory-client v0.24.1 |
2811 | 2024-12-20T21:46:01.011Z | Compiling progenitor-macro v0.8.0 |
2812 | 2024-12-20T21:46:01.259Z | Compiling p521 v0.13.3 |
2813 | 2024-12-20T21:46:01.596Z | Compiling p256 v0.13.2 |
2814 | 2024-12-20T21:46:01.632Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2815 | 2024-12-20T21:46:02.431Z | Compiling hickory-server v0.24.1 |
2816 | 2024-12-20T21:46:02.476Z | Compiling enum-as-inner v0.5.1 |
2817 | 2024-12-20T21:46:02.800Z | Compiling pem v3.0.4 |
2818 | 2024-12-20T21:46:03.532Z | Compiling yasna v0.5.2 |
2819 | 2024-12-20T21:46:03.599Z | Compiling headers-core v0.3.0 |
2820 | 2024-12-20T21:46:03.680Z | Compiling kstat-rs v0.2.4 |
2821 | 2024-12-20T21:46:03.771Z | Compiling nanorand v0.7.0 |
2822 | 2024-12-20T21:46:04.364Z | Compiling russh-cryptovec v0.7.3 |
2823 | 2024-12-20T21:46:04.383Z | Compiling atty v0.2.14 |
2824 | 2024-12-20T21:46:04.534Z | Compiling md5 v0.7.0 |
2825 | 2024-12-20T21:46:04.723Z | Compiling rcgen v0.12.1 |
2826 | 2024-12-20T21:46:05.111Z | Compiling russh-keys v0.45.0 |
2827 | 2024-12-20T21:46:05.305Z | Compiling flume v0.11.1 |
2828 | 2024-12-20T21:46:05.326Z | Compiling headers v0.4.0 |
2829 | 2024-12-20T21:46:05.518Z | Compiling trust-dns-proto v0.22.0 |
2830 | 2024-12-20T21:46:06.072Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2831 | 2024-12-20T21:46:07.280Z | Compiling hyper-staticfile v0.10.1 |
2832 | 2024-12-20T21:46:08.968Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2833 | 2024-12-20T21:46:09.094Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2834 | 2024-12-20T21:46:09.408Z | Compiling num-bigint v0.4.6 |
2835 | 2024-12-20T21:46:09.430Z | Compiling des v0.8.1 |
2836 | 2024-12-20T21:46:09.624Z | Compiling subprocess v0.2.9 |
2837 | 2024-12-20T21:46:09.702Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-20T21:46:09.795Z | Compiling dhcproto-macros v0.1.0 |
2839 | 2024-12-20T21:46:09.869Z | Compiling display-error-chain v0.2.2 |
2840 | 2024-12-20T21:46:10.084Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2024-12-20T21:46:11.097Z | Compiling internet-checksum v0.2.1 |
2842 | 2024-12-20T21:46:11.129Z | Compiling dhcproto v0.12.0 |
2843 | 2024-12-20T21:46:15.931Z | Compiling russh v0.45.0 |
2844 | 2024-12-20T21:46:15.965Z | Compiling progenitor v0.8.0 |
2845 | 2024-12-20T21:46:15.965Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2024-12-20T21:46:15.965Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2024-12-20T21:46:15.965Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2848 | 2024-12-20T21:46:15.965Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-20T21:46:15.965Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2850 | 2024-12-20T21:46:15.965Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2851 | 2024-12-20T21:46:15.965Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2024-12-20T21:46:15.965Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2024-12-20T21:46:16.036Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2854 | 2024-12-20T21:46:17.218Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2024-12-20T21:46:20.156Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2024-12-20T21:46:21.269Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2024-12-20T21:46:30.491Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2024-12-20T21:46:30.491Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2024-12-20T21:46:30.495Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2024-12-20T21:46:30.495Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2861 | 2024-12-20T21:46:31.485Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2862 | 2024-12-20T21:46:33.778Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-12-20T21:46:34.899Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2864 | 2024-12-20T21:46:34.929Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2865 | 2024-12-20T21:46:37.501Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-12-20T21:46:38.640Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-20T21:46:39.074Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-12-20T21:46:39.886Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2869 | 2024-12-20T21:46:41.401Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2870 | 2024-12-20T21:46:42.298Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2871 | 2024-12-20T21:46:42.845Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2872 | 2024-12-20T21:46:43.921Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2873 | 2024-12-20T21:46:44.324Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2874 | 2024-12-20T21:46:44.618Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2875 | 2024-12-20T21:46:45.040Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2876 | 2024-12-20T21:46:46.541Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-12-20T21:46:46.574Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2878 | 2024-12-20T21:46:47.037Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2879 | 2024-12-20T21:46:49.770Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2024-12-20T21:46:50.730Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2024-12-20T21:46:50.780Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2882 | 2024-12-20T21:46:56.460Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2024-12-20T21:46:56.523Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2024-12-20T21:46:56.541Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2024-12-20T21:47:00.855Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2024-12-20T21:47:09.087Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2024-12-20T21:47:10.395Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2024-12-20T21:47:30.000Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2024-12-20T21:48:05.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2890 | 2024-12-20T21:48:05.540Z | |
2891 | 2024-12-20T21:48:05.540Z | real 2:42.823534320 |
2892 | 2024-12-20T21:48:05.540Z | user 12:27.479088792 |
2893 | 2024-12-20T21:48:05.540Z | sys 2:43.167049299 |
2894 | 2024-12-20T21:48:05.540Z | trap 0.326800946 |
2895 | 2024-12-20T21:48:05.540Z | tflt 0.930116391 |
2896 | 2024-12-20T21:48:05.548Z | dflt 1.806158828 |
2897 | 2024-12-20T21:48:05.548Z | kflt 0.000014417 |
2898 | 2024-12-20T21:48:05.548Z | lock 25:55.708414899 |
2899 | 2024-12-20T21:48:05.548Z | slp 45:06.742762691 |
2900 | 2024-12-20T21:48:05.548Z | lat 36.523595917 |
2901 | 2024-12-20T21:48:05.548Z | stop 1:29.631351787 |
2902 | 2024-12-20T21:48:05.548Z | + mkdir tests |
2903 | 2024-12-20T21:48:05.548Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2024-12-20T21:48:05.548Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2024-12-20T21:48:05.591Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-5f4fd34570514b4f tests/ |
2906 | 2024-12-20T21:48:05.608Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-a6a38627cf68b1a4 tests/ |
2907 | 2024-12-20T21:48:05.635Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-41e4b8f650b448b3 tests/ |
2908 | 2024-12-20T21:48:05.660Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-40465226e9d9f67a tests/ |
2909 | 2024-12-20T21:48:05.917Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2910 | 2024-12-20T21:48:05.932Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-41e4b8f650b448b3 tests/commtest-a6a38627cf68b1a4 tests/dhcp_server-5f4fd34570514b4f tests/end_to_end_tests-40465226e9d9f67a out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2911 | 2024-12-20T21:49:17.259Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2024-12-20T21:49:17.259Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2024-12-20T21:49:17.260Z | a out/target/test 1K |
2914 | 2024-12-20T21:49:17.260Z | a out/npuzone/npuzone 23144K |
2915 | 2024-12-20T21:49:17.260Z | a package-manifest.toml 33K |
2916 | 2024-12-20T21:49:17.260Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2024-12-20T21:49:17.260Z | a target/release/omicron-package 36335K |
2918 | 2024-12-20T21:49:17.260Z | a target/release/xtask 11762K |
2919 | 2024-12-20T21:49:17.260Z | a target/debug/bootstrap 210153K |
2920 | 2024-12-20T21:49:17.260Z | a tests/bootstrap-41e4b8f650b448b3 24246K |
2921 | 2024-12-20T21:49:17.260Z | a tests/commtest-a6a38627cf68b1a4 25022K |
2922 | 2024-12-20T21:49:17.260Z | a tests/dhcp_server-5f4fd34570514b4f 24246K |
2923 | 2024-12-20T21:49:17.260Z | a tests/end_to_end_tests-40465226e9d9f67a 228212K |
2924 | 2024-12-20T21:49:17.260Z | a out/clickhouse.tar.gz 293411K |
2925 | 2024-12-20T21:49:17.260Z | a out/clickhouse_keeper.tar.gz 280526K |
2926 | 2024-12-20T21:49:17.260Z | a out/clickhouse_server.tar.gz 293390K |
2927 | 2024-12-20T21:49:17.260Z | a out/cockroachdb.tar.gz 134575K |
2928 | 2024-12-20T21:49:17.260Z | a out/crucible-dtrace.tar 85K |
2929 | 2024-12-20T21:49:17.260Z | a out/crucible-pantry-zone.tar.gz 28190K |
2930 | 2024-12-20T21:49:17.260Z | a out/crucible-zone.tar.gz 36406K |
2931 | 2024-12-20T21:49:17.260Z | a out/external-dns.tar.gz 35284K |
2932 | 2024-12-20T21:49:17.260Z | a out/internal-dns.tar.gz 35282K |
2933 | 2024-12-20T21:49:17.260Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2024-12-20T21:49:17.260Z | a out/nexus.tar.gz 97942K |
2935 | 2024-12-20T21:49:17.260Z | a out/ntp.tar.gz 10373K |
2936 | 2024-12-20T21:49:17.263Z | a out/omicron-gateway-softnpu.tar.gz 23853K |
2937 | 2024-12-20T21:49:17.263Z | a out/omicron-sled-agent.tar 113312K |
2938 | 2024-12-20T21:49:17.263Z | a out/overlay.tar.gz 3K |
2939 | 2024-12-20T21:49:17.263Z | a out/oximeter.tar.gz 47672K |
2940 | 2024-12-20T21:49:17.263Z | a out/oxlog.tar 3088K |
2941 | 2024-12-20T21:49:17.263Z | a out/probe.tar.gz 2764K |
2942 | 2024-12-20T21:49:17.263Z | a out/propolis-server.tar.gz 66730K |
2943 | 2024-12-20T21:49:17.263Z | a out/pumpkind-gz.tar 26665K |
2944 | 2024-12-20T21:49:17.263Z | a out/switch-softnpu.tar.gz 235572K |
2945 | 2024-12-20T21:49:17.263Z | |
2946 | 2024-12-20T21:49:17.263Z | real 1:11.332709984 |
2947 | 2024-12-20T21:49:17.263Z | user 1:08.083733745 |
2948 | 2024-12-20T21:49:17.263Z | sys 4.508790404 |
2949 | 2024-12-20T21:49:17.264Z | trap 0.017319923 |
2950 | 2024-12-20T21:49:17.264Z | tflt 0.000000000 |
2951 | 2024-12-20T21:49:17.264Z | dflt 0.000000000 |
2952 | 2024-12-20T21:49:17.264Z | kflt 0.000000000 |
2953 | 2024-12-20T21:49:17.264Z | lock 0.000000000 |
2954 | 2024-12-20T21:49:17.264Z | slp 1:07.956369435 |
2955 | 2024-12-20T21:49:17.264Z | lat 2.094400328 |
2956 | 2024-12-20T21:49:17.264Z | stop 0.000210019 |
2957 | 2024-12-20T21:49:17.268Z | process exited: duration 1953508 ms, exit code 0 |
|
2958 | 2024-12-20T21:49:17.282Z | found 1 output files |
2959 | 2024-12-20T21:49:17.282Z | uploading: /work/package.tar.gz (1880424619 bytes) |
2960 | 2024-12-20T21:50:01.688Z | uploaded: /work/package.tar.gz |