|
|
|
1 | 2024-11-22T19:40:36.876Z | job assigned to worker 01JDAP64SCMS6QH0QSBGH8TEGA [factory aws, i-08adeebf08745de23] (queued for 1 m 7 s) |
|
2 | 2024-11-22T19:40:45.311Z | starting task 0: "setup" |
3 | 2024-11-22T19:40:45.337Z | ++ uname -s |
4 | 2024-11-22T19:40:45.339Z | + kern=SunOS |
5 | 2024-11-22T19:40:45.339Z | + case "$kern" in |
6 | 2024-11-22T19:40:45.339Z | + groupadd -g 12345 build |
7 | 2024-11-22T19:40:45.341Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-22T19:40:47.348Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-22T19:40:47.447Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-22T19:40:47.450Z | + home_fs=zfs |
11 | 2024-11-22T19:40:47.450Z | + [[ zfs == autofs ]] |
12 | 2024-11-22T19:40:47.450Z | + mkdir -p /home/build |
13 | 2024-11-22T19:40:47.453Z | + chown build:build /home/build /work |
14 | 2024-11-22T19:40:49.454Z | + chmod 0700 /home/build /work |
15 | 2024-11-22T19:40:49.457Z | process exited: duration 4147 ms, exit code 0 |
|
16 | 2024-11-22T19:40:49.463Z | starting task 1: "rust-toolchain" |
17 | 2024-11-22T19:40:49.467Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-22T19:40:49.467Z | ' 1.81.0 |
19 | 2024-11-22T19:40:49.467Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-22T19:40:49.467Z | ' default |
21 | 2024-11-22T19:40:49.467Z | * toolchain channel = "1.81.0" |
22 | 2024-11-22T19:40:49.467Z | * toolchain profile = "default" |
23 | 2024-11-22T19:40:49.470Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-22T19:40:49.470Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-22T19:40:49.585Z | info: downloading installer |
26 | 2024-11-22T19:40:51.087Z | info: profile set to 'default' |
27 | 2024-11-22T19:40:51.087Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-22T19:40:51.091Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-22T19:40:51.246Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-22T19:40:51.246Z | info: downloading component 'cargo' |
31 | 2024-11-22T19:40:52.128Z | info: downloading component 'clippy' |
32 | 2024-11-22T19:40:52.457Z | info: downloading component 'rust-docs' |
33 | 2024-11-22T19:40:53.676Z | info: downloading component 'rust-std' |
34 | 2024-11-22T19:40:55.571Z | info: downloading component 'rustc' |
35 | 2024-11-22T19:41:02.376Z | info: downloading component 'rustfmt' |
36 | 2024-11-22T19:41:02.636Z | info: installing component 'cargo' |
37 | 2024-11-22T19:41:03.461Z | info: installing component 'clippy' |
38 | 2024-11-22T19:41:03.823Z | info: installing component 'rust-docs' |
39 | 2024-11-22T19:41:05.491Z | info: installing component 'rust-std' |
40 | 2024-11-22T19:41:07.199Z | info: installing component 'rustc' |
41 | 2024-11-22T19:41:12.986Z | info: installing component 'rustfmt' |
42 | 2024-11-22T19:41:13.310Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-22T19:41:13.310Z | |
44 | 2024-11-22T19:41:13.675Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-22T19:41:13.675Z | |
46 | 2024-11-22T19:41:13.678Z | |
47 | 2024-11-22T19:41:13.678Z | Rust is installed now. Great! |
48 | 2024-11-22T19:41:13.678Z | |
49 | 2024-11-22T19:41:13.678Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-22T19:41:13.678Z | environment variable. This has not been done automatically. |
51 | 2024-11-22T19:41:13.679Z | |
52 | 2024-11-22T19:41:13.679Z | To configure your current shell, you need to source |
53 | 2024-11-22T19:41:13.679Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-22T19:41:13.679Z | |
55 | 2024-11-22T19:41:13.679Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-22T19:41:13.679Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-22T19:41:13.679Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-22T19:41:13.753Z | + rustc --version |
59 | 2024-11-22T19:41:13.821Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-22T19:41:13.826Z | process exited: duration 24361 ms, exit code 0 |
|
61 | 2024-11-22T19:41:13.830Z | starting task 2: "authentication" |
62 | 2024-11-22T19:41:13.850Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-22T19:41:13.855Z | starting task 3: "clone repository" |
64 | 2024-11-22T19:41:13.860Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-22T19:41:13.863Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-22T19:41:14.585Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-22T19:41:20.601Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-22T19:41:20.604Z | + git fetch origin 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
69 | 2024-11-22T19:41:20.935Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-22T19:41:20.935Z | * branch 8a2b4201c72581e4f16a94a4c759f1c910304cbf -> FETCH_HEAD |
71 | 2024-11-22T19:41:20.946Z | + [[ -n iliana/releng-faster ]] |
72 | 2024-11-22T19:41:20.948Z | ++ git branch --show-current |
73 | 2024-11-22T19:41:20.950Z | + current=main |
74 | 2024-11-22T19:41:20.951Z | + [[ main != iliana/releng-faster ]] |
75 | 2024-11-22T19:41:20.951Z | + git branch -f iliana/releng-faster 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
76 | 2024-11-22T19:41:20.954Z | + git checkout -f iliana/releng-faster |
77 | 2024-11-22T19:41:21.136Z | Switched to branch 'iliana/releng-faster' |
78 | 2024-11-22T19:41:21.138Z | + git reset --hard 8a2b4201c72581e4f16a94a4c759f1c910304cbf |
79 | 2024-11-22T19:41:21.317Z | HEAD is now at 8a2b4201c answer my own question with a comment |
80 | 2024-11-22T19:41:21.320Z | process exited: duration 7462 ms, exit code 0 |
|
81 | 2024-11-22T19:41:21.325Z | starting task 4: "build" |
82 | 2024-11-22T19:41:21.330Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-22T19:41:21.333Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-22T19:41:21.333Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-22T19:41:21.333Z | + cargo --version |
86 | 2024-11-22T19:41:21.389Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-22T19:41:21.392Z | + rustc --version |
88 | 2024-11-22T19:41:21.454Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-22T19:41:21.458Z | + WORK=/work |
90 | 2024-11-22T19:41:21.458Z | + pfexec mkdir -p /work |
91 | 2024-11-22T19:41:21.461Z | + pfexec chown build /work |
92 | 2024-11-22T19:41:21.464Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-22T19:41:32.672Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-22T19:41:36.489Z | Startup: Caching catalogs ... Done |
95 | 2024-11-22T19:41:45.554Z | Planning: Solver setup ... Done (8.300s) |
96 | 2024-11-22T19:41:45.667Z | Planning: Running solver ... Done (0.113s) |
97 | 2024-11-22T19:41:45.882Z | Planning: Finding local manifests ... Done (0.125s) |
98 | 2024-11-22T19:41:45.911Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-22T19:41:46.120Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-22T19:41:46.313Z | Planning: Package planning ... Done (0.193s) |
101 | 2024-11-22T19:41:46.370Z | Planning: Merging actions ... Done (0.057s) |
102 | 2024-11-22T19:41:46.955Z | Planning: Checking for conflicting actions ... Done (0.585s) |
103 | 2024-11-22T19:41:51.792Z | Planning: Consolidating action changes ... Done (4.836s) |
104 | 2024-11-22T19:41:52.181Z | Planning: Evaluating mediators ... Done (0.389s) |
105 | 2024-11-22T19:41:52.307Z | Planning: Planning completed in 15.73 seconds |
106 | 2024-11-22T19:41:52.323Z | Packages to install: 4 |
107 | 2024-11-22T19:41:52.323Z | Packages to update: 1 |
108 | 2024-11-22T19:41:52.325Z | Mediators to change: 2 |
109 | 2024-11-22T19:41:52.325Z | Services to change: 1 |
110 | 2024-11-22T19:41:52.325Z | Estimated space available: 155.64 GB |
111 | 2024-11-22T19:41:52.326Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-22T19:41:52.326Z | Create boot environment: No |
113 | 2024-11-22T19:41:52.326Z | Create backup boot environment: Yes |
114 | 2024-11-22T19:41:52.326Z | Rebuild boot archive: No |
115 | 2024-11-22T19:41:52.326Z | |
116 | 2024-11-22T19:41:52.326Z | Changed mediators: |
117 | 2024-11-22T19:41:52.326Z | mediator clang: |
118 | 2024-11-22T19:41:52.326Z | version: None -> 15 (system default) |
119 | 2024-11-22T19:41:52.326Z | |
120 | 2024-11-22T19:41:52.326Z | mediator llvm: |
121 | 2024-11-22T19:41:52.326Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-22T19:41:52.326Z | |
123 | 2024-11-22T19:41:52.326Z | Changed packages: |
124 | 2024-11-22T19:41:52.326Z | helios-dev |
125 | 2024-11-22T19:41:52.326Z | developer/build-essential |
126 | 2024-11-22T19:41:52.326Z | None -> 11-2.0 |
127 | 2024-11-22T19:41:52.326Z | library/libxmlsec1 |
128 | 2024-11-22T19:41:52.326Z | None -> 1.2.35-2.0 |
129 | 2024-11-22T19:41:52.326Z | ooce/developer/clang-15 |
130 | 2024-11-22T19:41:52.326Z | None -> 15.0.7-2.0 |
131 | 2024-11-22T19:41:52.326Z | ooce/developer/llvm-15 |
132 | 2024-11-22T19:41:52.326Z | None -> 15.0.7-2.0 |
133 | 2024-11-22T19:41:52.326Z | package/pkg |
134 | 2024-11-22T19:41:52.326Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-22T19:41:52.326Z | |
136 | 2024-11-22T19:41:52.326Z | Services: |
137 | 2024-11-22T19:41:52.326Z | restart_fmri: |
138 | 2024-11-22T19:41:52.326Z | svc:/system/update-man-index:default |
139 | 2024-11-22T19:41:52.326Z | |
140 | 2024-11-22T19:41:52.326Z | Editable files to change: |
141 | 2024-11-22T19:41:52.326Z | Update: |
142 | 2024-11-22T19:41:52.326Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-22T19:41:52.563Z | |
144 | 2024-11-22T19:41:52.563Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-22T19:41:58.697Z | Download: 210/4281 items 1.3/220.6MB 0% complete (890k/s) |
146 | 2024-11-22T19:42:05.512Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
147 | 2024-11-22T19:42:10.604Z | Download: 1119/4281 items 42.2/220.6MB 19% complete (8.1M/s) |
148 | 2024-11-22T19:42:15.604Z | Download: 1894/4281 items 118.6/220.6MB 53% complete (11.8M/s) |
149 | 2024-11-22T19:42:20.605Z | Download: 2525/4281 items 120.3/220.6MB 54% complete (7.9M/s) |
150 | 2024-11-22T19:42:26.633Z | Download: 3287/4281 items 212.6/220.6MB 96% complete (9.4M/s) |
151 | 2024-11-22T19:42:30.065Z | Download: Completed 220.60 MB in 37.50 seconds (5.9M/s) |
152 | 2024-11-22T19:42:32.343Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-11-22T19:42:32.363Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-11-22T19:42:37.409Z | Actions: 4128/5063 actions (Installing new actions) |
155 | 2024-11-22T19:42:37.620Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-11-22T19:42:37.981Z | Actions: Completed 5063 actions in 5.64 seconds. |
157 | 2024-11-22T19:42:38.202Z | Done (0.212s) |
158 | 2024-11-22T19:42:38.204Z | Done (0.000s) |
159 | 2024-11-22T19:42:38.732Z | Done (0.528s) |
160 | 2024-11-22T19:42:44.757Z | Done (5.809s) |
161 | 2024-11-22T19:42:45.063Z | Done (0.227s) |
162 | 2024-11-22T19:42:45.065Z | Done (0.000s) |
163 | 2024-11-22T19:42:45.252Z | Done (0.000s) |
164 | 2024-11-22T19:42:45.964Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-11-22T19:42:46.129Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-11-22T19:42:46.131Z | Planning: Consolidating action changes ... Done |
167 | 2024-11-22T19:42:46.410Z | Planning: Evaluating mediators ... Done |
168 | 2024-11-22T19:42:46.413Z | Planning: Planning completed in 0.45 seconds |
169 | 2024-11-22T19:42:46.450Z | Mediators to change: 2 |
170 | 2024-11-22T19:42:46.452Z | Create boot environment: No |
171 | 2024-11-22T19:42:46.452Z | Create backup boot environment: No |
172 | 2024-11-22T19:42:46.541Z | Done |
173 | 2024-11-22T19:42:46.541Z | Done |
174 | 2024-11-22T19:42:46.892Z | Done |
175 | 2024-11-22T19:42:50.701Z | Done |
176 | 2024-11-22T19:42:50.799Z | Done |
177 | 2024-11-22T19:42:50.802Z | Done |
178 | 2024-11-22T19:42:50.960Z | Done |
179 | 2024-11-22T19:42:51.603Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-11-22T19:42:51.606Z | Planning: Merging actions ... Done |
181 | 2024-11-22T19:42:51.806Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-11-22T19:42:51.808Z | Planning: Consolidating action changes ... Done |
183 | 2024-11-22T19:42:52.085Z | Planning: Evaluating mediators ... Done |
184 | 2024-11-22T19:42:52.143Z | Planning: Planning completed in 0.79 seconds |
185 | 2024-11-22T19:42:52.183Z | Packages to change: 1 |
186 | 2024-11-22T19:42:52.183Z | Mediators to change: 1 |
187 | 2024-11-22T19:42:52.186Z | Services to change: 1 |
188 | 2024-11-22T19:42:52.186Z | Create boot environment: No |
189 | 2024-11-22T19:42:52.186Z | Create backup boot environment: Yes |
190 | 2024-11-22T19:42:54.432Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-11-22T19:42:54.469Z | Actions: Completed 6 actions in 0.04 seconds. |
192 | 2024-11-22T19:42:54.471Z | Done |
193 | 2024-11-22T19:42:54.471Z | Done |
194 | 2024-11-22T19:42:54.578Z | Done |
195 | 2024-11-22T19:42:58.483Z | Done |
196 | 2024-11-22T19:42:58.582Z | Done |
197 | 2024-11-22T19:42:58.585Z | Done |
198 | 2024-11-22T19:42:58.728Z | Done |
199 | 2024-11-22T19:42:59.171Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-11-22T19:42:59.171Z | clang system 15 system |
201 | 2024-11-22T19:42:59.171Z | csh system system illumos |
202 | 2024-11-22T19:42:59.171Z | ctags system system illumos |
203 | 2024-11-22T19:42:59.171Z | gcc vendor 12 vendor |
204 | 2024-11-22T19:42:59.171Z | gcc system 10 system |
205 | 2024-11-22T19:42:59.171Z | gcc system 7 system |
206 | 2024-11-22T19:42:59.171Z | go system 1.20 system |
207 | 2024-11-22T19:42:59.171Z | go system 1.19 system |
208 | 2024-11-22T19:42:59.171Z | llvm system 15 system |
209 | 2024-11-22T19:42:59.171Z | llvm system 14 system |
210 | 2024-11-22T19:42:59.171Z | mariadb system 10.6 system |
211 | 2024-11-22T19:42:59.171Z | mta vendor vendor dma |
212 | 2024-11-22T19:42:59.171Z | openjdk system 17 system |
213 | 2024-11-22T19:42:59.171Z | openjdk system 11 system |
214 | 2024-11-22T19:42:59.171Z | openjdk system 1.8 system |
215 | 2024-11-22T19:42:59.171Z | openssl vendor 3 vendor |
216 | 2024-11-22T19:42:59.172Z | perl system 5.36 system |
217 | 2024-11-22T19:42:59.172Z | postgresql system 15 system |
218 | 2024-11-22T19:42:59.172Z | postgresql system 13 system |
219 | 2024-11-22T19:42:59.172Z | python vendor 3 vendor |
220 | 2024-11-22T19:42:59.172Z | python system 2 system |
221 | 2024-11-22T19:42:59.172Z | python3 system 3.11 system |
222 | 2024-11-22T19:42:59.172Z | ruby system 3.0 system |
223 | 2024-11-22T19:42:59.172Z | words vendor vendor american-english |
224 | 2024-11-22T19:42:59.172Z | words system system australian-english |
225 | 2024-11-22T19:42:59.172Z | words system system british-english |
226 | 2024-11-22T19:42:59.172Z | words system system canadian-english |
227 | 2024-11-22T19:42:59.172Z | words system system french |
228 | 2024-11-22T19:42:59.172Z | words system system italian |
229 | 2024-11-22T19:42:59.172Z | words system system ngerman |
230 | 2024-11-22T19:42:59.172Z | words system system ogerman |
231 | 2024-11-22T19:42:59.172Z | words system system spanish |
232 | 2024-11-22T19:42:59.511Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-11-22T19:42:59.511Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-11-22T19:43:02.125Z | FMRI IFO |
235 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-11-22T19:43:02.126Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-11-22T19:43:02.894Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-11-22T19:43:03.235Z | Updating crates.io index |
252 | 2024-11-22T19:43:03.283Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-11-22T19:43:04.187Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-11-22T19:43:04.409Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-11-22T19:43:04.703Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-11-22T19:43:04.974Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-11-22T19:43:05.835Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-11-22T19:43:08.293Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-11-22T19:43:09.359Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-11-22T19:43:10.089Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-11-22T19:43:10.387Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-11-22T19:43:10.706Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-11-22T19:43:11.300Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-11-22T19:43:11.589Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-11-22T19:43:11.897Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-11-22T19:43:12.144Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-11-22T19:43:12.398Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-11-22T19:43:12.618Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-11-22T19:43:12.891Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-11-22T19:43:13.203Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-11-22T19:43:13.450Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-11-22T19:43:13.771Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-11-22T19:43:14.225Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-11-22T19:43:14.527Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-11-22T19:43:15.148Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
276 | 2024-11-22T19:43:15.490Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
277 | 2024-11-22T19:43:15.806Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
278 | 2024-11-22T19:43:16.082Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
279 | 2024-11-22T19:43:16.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
280 | 2024-11-22T19:43:16.560Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
281 | 2024-11-22T19:43:17.882Z | Downloading crates ... |
282 | 2024-11-22T19:43:17.967Z | Downloaded anstyle-parse v0.2.5 |
283 | 2024-11-22T19:43:17.971Z | Downloaded anstyle v1.0.10 |
284 | 2024-11-22T19:43:17.974Z | Downloaded autocfg v1.4.0 |
285 | 2024-11-22T19:43:17.978Z | Downloaded anyhow v1.0.93 |
286 | 2024-11-22T19:43:17.982Z | Downloaded anstyle-query v1.1.1 |
287 | 2024-11-22T19:43:17.985Z | Downloaded bitflags v2.6.0 |
288 | 2024-11-22T19:43:17.987Z | Downloaded cargo_metadata v0.18.1 |
289 | 2024-11-22T19:43:17.990Z | Downloaded clap_derive v4.5.18 |
290 | 2024-11-22T19:43:17.992Z | Downloaded block-buffer v0.10.4 |
291 | 2024-11-22T19:43:17.992Z | Downloaded bytecount v0.6.8 |
292 | 2024-11-22T19:43:17.995Z | Downloaded cfg-if v1.0.0 |
293 | 2024-11-22T19:43:17.997Z | Downloaded camino v1.1.9 |
294 | 2024-11-22T19:43:17.997Z | Downloaded camino-tempfile v1.1.1 |
295 | 2024-11-22T19:43:18.000Z | Downloaded cargo_toml v0.20.5 |
296 | 2024-11-22T19:43:18.003Z | Downloaded byteorder v1.5.0 |
297 | 2024-11-22T19:43:18.003Z | Downloaded digest v0.10.7 |
298 | 2024-11-22T19:43:18.006Z | Downloaded clap v4.5.21 |
299 | 2024-11-22T19:43:18.013Z | Downloaded clap_lex v0.7.2 |
300 | 2024-11-22T19:43:18.015Z | Downloaded clap_builder v4.5.21 |
301 | 2024-11-22T19:43:18.021Z | Downloaded fs-err v2.11.0 |
302 | 2024-11-22T19:43:18.024Z | Downloaded dtrace-parser v0.2.0 |
303 | 2024-11-22T19:43:18.026Z | Downloaded crypto-common v0.1.6 |
304 | 2024-11-22T19:43:18.026Z | Downloaded colorchoice v1.0.2 |
305 | 2024-11-22T19:43:18.029Z | Downloaded cargo-platform v0.1.8 |
306 | 2024-11-22T19:43:18.029Z | Downloaded fnv v1.0.7 |
307 | 2024-11-22T19:43:18.029Z | Downloaded fastrand v2.1.1 |
308 | 2024-11-22T19:43:18.031Z | Downloaded errno v0.3.9 |
309 | 2024-11-22T19:43:18.034Z | Downloaded equivalent v1.0.1 |
310 | 2024-11-22T19:43:18.034Z | Downloaded dof v0.3.0 |
311 | 2024-11-22T19:43:18.034Z | Downloaded cpufeatures v0.2.14 |
312 | 2024-11-22T19:43:18.036Z | Downloaded anstream v0.6.15 |
313 | 2024-11-22T19:43:18.039Z | Downloaded itoa v1.0.11 |
314 | 2024-11-22T19:43:18.041Z | Downloaded heck v0.5.0 |
315 | 2024-11-22T19:43:18.042Z | Downloaded generic-array v0.14.7 |
316 | 2024-11-22T19:43:18.044Z | Downloaded is_terminal_polyfill v1.70.1 |
317 | 2024-11-22T19:43:18.047Z | Downloaded swrite v0.1.0 |
318 | 2024-11-22T19:43:18.051Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-11-22T19:43:18.053Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-11-22T19:43:18.053Z | Downloaded pretty-hex v0.4.1 |
321 | 2024-11-22T19:43:18.057Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-11-22T19:43:18.060Z | Downloaded heck v0.4.1 |
323 | 2024-11-22T19:43:18.060Z | Downloaded pest_generator v2.7.14 |
324 | 2024-11-22T19:43:18.062Z | Downloaded serde_spanned v0.6.8 |
325 | 2024-11-22T19:43:18.062Z | Downloaded memmap v0.7.0 |
326 | 2024-11-22T19:43:18.064Z | Downloaded thiserror-impl v1.0.69 |
327 | 2024-11-22T19:43:18.067Z | Downloaded macaddr v1.0.1 |
328 | 2024-11-22T19:43:18.067Z | Downloaded unicode-linebreak v0.1.5 |
329 | 2024-11-22T19:43:18.069Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2024-11-22T19:43:18.075Z | Downloaded tabled_derive v0.7.0 |
331 | 2024-11-22T19:43:18.077Z | Downloaded version_check v0.9.5 |
332 | 2024-11-22T19:43:18.081Z | Downloaded serde_tokenstream v0.2.2 |
333 | 2024-11-22T19:43:18.083Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-11-22T19:43:18.083Z | Downloaded strsim v0.11.1 |
335 | 2024-11-22T19:43:18.086Z | Downloaded smawk v0.3.2 |
336 | 2024-11-22T19:43:18.086Z | Downloaded scroll v0.12.0 |
337 | 2024-11-22T19:43:18.089Z | Downloaded plain v0.2.3 |
338 | 2024-11-22T19:43:18.092Z | Downloaded thread-id v4.2.2 |
339 | 2024-11-22T19:43:18.092Z | Downloaded terminal_size v0.4.0 |
340 | 2024-11-22T19:43:18.096Z | Downloaded usdt v0.5.0 |
341 | 2024-11-22T19:43:18.098Z | Downloaded quote v1.0.37 |
342 | 2024-11-22T19:43:18.101Z | Downloaded semver v1.0.23 |
343 | 2024-11-22T19:43:18.104Z | Downloaded indexmap v2.6.0 |
344 | 2024-11-22T19:43:18.107Z | Downloaded thiserror v1.0.69 |
345 | 2024-11-22T19:43:18.111Z | Downloaded pest_derive v2.7.14 |
346 | 2024-11-22T19:43:18.113Z | Downloaded tempfile v3.13.0 |
347 | 2024-11-22T19:43:18.116Z | Downloaded zerocopy-derive v0.7.35 |
348 | 2024-11-22T19:43:18.120Z | Downloaded utf8parse v0.2.2 |
349 | 2024-11-22T19:43:18.122Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-11-22T19:43:18.124Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-11-22T19:43:18.127Z | Downloaded sha2 v0.10.8 |
352 | 2024-11-22T19:43:18.129Z | Downloaded ryu v1.0.18 |
353 | 2024-11-22T19:43:18.131Z | Downloaded proc-macro2 v1.0.89 |
354 | 2024-11-22T19:43:18.134Z | Downloaded log v0.4.22 |
355 | 2024-11-22T19:43:18.136Z | Downloaded pest_meta v2.7.14 |
356 | 2024-11-22T19:43:18.139Z | Downloaded typenum v1.17.0 |
357 | 2024-11-22T19:43:18.141Z | Downloaded ucd-trie v0.1.7 |
358 | 2024-11-22T19:43:18.143Z | Downloaded papergrid v0.11.0 |
359 | 2024-11-22T19:43:18.147Z | Downloaded serde_derive v1.0.215 |
360 | 2024-11-22T19:43:18.149Z | Downloaded toml v0.8.19 |
361 | 2024-11-22T19:43:18.153Z | Downloaded unicode-ident v1.0.13 |
362 | 2024-11-22T19:43:18.156Z | Downloaded textwrap v0.16.1 |
363 | 2024-11-22T19:43:18.158Z | Downloaded once_cell v1.20.2 |
364 | 2024-11-22T19:43:18.161Z | Downloaded serde v1.0.215 |
365 | 2024-11-22T19:43:18.166Z | Downloaded memchr v2.7.4 |
366 | 2024-11-22T19:43:18.182Z | Downloaded toml_edit v0.22.22 |
367 | 2024-11-22T19:43:18.212Z | Downloaded hashbrown v0.15.0 |
368 | 2024-11-22T19:43:18.219Z | Downloaded zerocopy v0.7.35 |
369 | 2024-11-22T19:43:18.234Z | Downloaded serde_json v1.0.132 |
370 | 2024-11-22T19:43:18.240Z | Downloaded goblin v0.8.2 |
371 | 2024-11-22T19:43:18.246Z | Downloaded winnow v0.6.20 |
372 | 2024-11-22T19:43:18.255Z | Downloaded tabled v0.15.0 |
373 | 2024-11-22T19:43:18.270Z | Downloaded pest v2.7.14 |
374 | 2024-11-22T19:43:18.275Z | Downloaded syn v1.0.109 |
375 | 2024-11-22T19:43:18.284Z | Downloaded unicode-width v0.1.14 |
376 | 2024-11-22T19:43:18.290Z | Downloaded syn v2.0.87 |
377 | 2024-11-22T19:43:18.301Z | Downloaded rustix v0.38.37 |
378 | 2024-11-22T19:43:18.331Z | Downloaded libc v0.2.162 |
379 | 2024-11-22T19:43:18.651Z | Compiling proc-macro2 v1.0.89 |
380 | 2024-11-22T19:43:18.651Z | Compiling unicode-ident v1.0.13 |
381 | 2024-11-22T19:43:18.653Z | Compiling version_check v0.9.5 |
382 | 2024-11-22T19:43:18.653Z | Compiling serde v1.0.215 |
383 | 2024-11-22T19:43:18.653Z | Compiling memchr v2.7.4 |
384 | 2024-11-22T19:43:18.653Z | Compiling thiserror v1.0.69 |
385 | 2024-11-22T19:43:18.653Z | Compiling libc v0.2.162 |
386 | 2024-11-22T19:43:18.687Z | Compiling ryu v1.0.18 |
387 | 2024-11-22T19:43:19.182Z | Compiling ucd-trie v0.1.7 |
388 | 2024-11-22T19:43:19.493Z | Compiling itoa v1.0.11 |
389 | 2024-11-22T19:43:19.655Z | Compiling once_cell v1.20.2 |
390 | 2024-11-22T19:43:19.914Z | Compiling byteorder v1.5.0 |
391 | 2024-11-22T19:43:20.063Z | Compiling rustix v0.38.37 |
392 | 2024-11-22T19:43:20.184Z | Compiling serde_json v1.0.132 |
393 | 2024-11-22T19:43:20.210Z | Compiling bitflags v2.6.0 |
394 | 2024-11-22T19:43:20.336Z | Compiling usdt-impl v0.5.0 |
395 | 2024-11-22T19:43:20.531Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-11-22T19:43:20.625Z | Compiling syn v1.0.109 |
397 | 2024-11-22T19:43:20.651Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-11-22T19:43:20.847Z | Compiling utf8parse v0.2.2 |
399 | 2024-11-22T19:43:20.896Z | Compiling log v0.4.22 |
400 | 2024-11-22T19:43:20.922Z | Compiling camino v1.1.9 |
401 | 2024-11-22T19:43:20.950Z | Compiling equivalent v1.0.1 |
402 | 2024-11-22T19:43:21.004Z | Compiling hashbrown v0.15.0 |
403 | 2024-11-22T19:43:21.072Z | Compiling plain v0.2.3 |
404 | 2024-11-22T19:43:21.244Z | Compiling quote v1.0.37 |
405 | 2024-11-22T19:43:21.298Z | Compiling anstyle-parse v0.2.5 |
406 | 2024-11-22T19:43:21.348Z | Compiling errno v0.3.9 |
407 | 2024-11-22T19:43:21.624Z | Compiling syn v2.0.87 |
408 | 2024-11-22T19:43:21.661Z | Compiling thread-id v4.2.2 |
409 | 2024-11-22T19:43:21.924Z | Compiling colorchoice v1.0.2 |
410 | 2024-11-22T19:43:21.988Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-22T19:43:22.117Z | Compiling anstyle v1.0.10 |
412 | 2024-11-22T19:43:22.140Z | Compiling unicode-width v0.1.14 |
413 | 2024-11-22T19:43:22.210Z | Compiling winnow v0.6.20 |
414 | 2024-11-22T19:43:22.319Z | Compiling indexmap v2.6.0 |
415 | 2024-11-22T19:43:22.556Z | Compiling anstyle-query v1.1.1 |
416 | 2024-11-22T19:43:22.658Z | Compiling is_terminal_polyfill v1.70.1 |
417 | 2024-11-22T19:43:22.726Z | Compiling semver v1.0.23 |
418 | 2024-11-22T19:43:22.803Z | Compiling autocfg v1.4.0 |
419 | 2024-11-22T19:43:23.160Z | Compiling anstream v0.6.15 |
420 | 2024-11-22T19:43:23.600Z | Compiling heck v0.4.1 |
421 | 2024-11-22T19:43:23.704Z | Compiling bytecount v0.6.8 |
422 | 2024-11-22T19:43:23.944Z | Compiling terminal_size v0.4.0 |
423 | 2024-11-22T19:43:23.971Z | Compiling fs-err v2.11.0 |
424 | 2024-11-22T19:43:23.998Z | Compiling clap_lex v0.7.2 |
425 | 2024-11-22T19:43:24.153Z | Compiling heck v0.5.0 |
426 | 2024-11-22T19:43:24.180Z | Compiling fnv v1.0.7 |
427 | 2024-11-22T19:43:24.278Z | Compiling cfg-if v1.0.0 |
428 | 2024-11-22T19:43:24.337Z | Compiling anyhow v1.0.93 |
429 | 2024-11-22T19:43:24.541Z | Compiling fastrand v2.1.1 |
430 | 2024-11-22T19:43:24.732Z | Compiling strsim v0.11.1 |
431 | 2024-11-22T19:43:24.828Z | Compiling papergrid v0.11.0 |
432 | 2024-11-22T19:43:25.096Z | Compiling clap_builder v4.5.21 |
433 | 2024-11-22T19:43:25.322Z | Compiling tempfile v3.13.0 |
434 | 2024-11-22T19:43:25.532Z | Compiling memmap v0.7.0 |
435 | 2024-11-22T19:43:25.705Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-11-22T19:43:25.903Z | Compiling smawk v0.3.2 |
437 | 2024-11-22T19:43:26.141Z | Compiling textwrap v0.16.1 |
438 | 2024-11-22T19:43:26.230Z | Compiling swrite v0.1.0 |
439 | 2024-11-22T19:43:27.532Z | Compiling tabled_derive v0.7.0 |
440 | 2024-11-22T19:43:29.095Z | Compiling tabled v0.15.0 |
441 | 2024-11-22T19:43:30.711Z | Compiling serde_derive v1.0.215 |
442 | 2024-11-22T19:43:30.711Z | Compiling thiserror-impl v1.0.69 |
443 | 2024-11-22T19:43:30.713Z | Compiling zerocopy-derive v0.7.35 |
444 | 2024-11-22T19:43:30.714Z | Compiling scroll_derive v0.12.0 |
445 | 2024-11-22T19:43:30.821Z | Compiling clap_derive v4.5.18 |
446 | 2024-11-22T19:43:32.115Z | Compiling scroll v0.12.0 |
447 | 2024-11-22T19:43:32.605Z | Compiling goblin v0.8.2 |
448 | 2024-11-22T19:43:32.694Z | Compiling zerocopy v0.7.35 |
449 | 2024-11-22T19:43:34.804Z | Compiling clap v4.5.21 |
450 | 2024-11-22T19:43:36.079Z | Compiling pest v2.7.14 |
451 | 2024-11-22T19:43:37.725Z | Compiling pest_meta v2.7.14 |
452 | 2024-11-22T19:43:38.831Z | Compiling pest_generator v2.7.14 |
453 | 2024-11-22T19:43:40.557Z | Compiling pest_derive v2.7.14 |
454 | 2024-11-22T19:43:40.687Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-11-22T19:43:40.894Z | Compiling toml_datetime v0.6.8 |
456 | 2024-11-22T19:43:40.894Z | Compiling serde_spanned v0.6.8 |
457 | 2024-11-22T19:43:41.179Z | Compiling cargo-platform v0.1.8 |
458 | 2024-11-22T19:43:41.244Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-11-22T19:43:41.296Z | Compiling toml_edit v0.22.22 |
460 | 2024-11-22T19:43:41.474Z | Compiling macaddr v1.0.1 |
461 | 2024-11-22T19:43:41.834Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-11-22T19:43:42.428Z | Compiling dof v0.3.0 |
463 | 2024-11-22T19:43:42.715Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-11-22T19:43:44.171Z | Compiling usdt-macro v0.5.0 |
465 | 2024-11-22T19:43:44.172Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-11-22T19:43:44.478Z | Compiling toml v0.8.19 |
467 | 2024-11-22T19:43:45.371Z | Compiling cargo_toml v0.20.5 |
468 | 2024-11-22T19:43:45.514Z | Compiling usdt v0.5.0 |
469 | 2024-11-22T19:43:48.998Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-11-22T19:43:53.251Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.60s |
471 | 2024-11-22T19:43:53.528Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-11-22T19:43:54.116Z | Downloading crates ... |
473 | 2024-11-22T19:43:54.239Z | Downloaded argon2 v0.5.3 |
474 | 2024-11-22T19:43:54.247Z | Downloaded const-oid v0.9.6 |
475 | 2024-11-22T19:43:54.249Z | Downloaded blowfish v0.9.1 |
476 | 2024-11-22T19:43:54.253Z | Downloaded atty v0.2.14 |
477 | 2024-11-22T19:43:54.255Z | Downloaded constant_time_eq v0.3.1 |
478 | 2024-11-22T19:43:54.255Z | Downloaded crossbeam-utils v0.8.20 |
479 | 2024-11-22T19:43:54.258Z | Downloaded addr2line v0.24.2 |
480 | 2024-11-22T19:43:54.260Z | Downloaded cassowary v0.3.0 |
481 | 2024-11-22T19:43:54.269Z | Downloaded matches v0.1.10 |
482 | 2024-11-22T19:43:54.271Z | Downloaded cc v1.1.30 |
483 | 2024-11-22T19:43:54.275Z | Downloaded bindgen v0.69.5 |
484 | 2024-11-22T19:43:54.282Z | Downloaded ahash v0.8.11 |
485 | 2024-11-22T19:43:54.285Z | Downloaded adler2 v2.0.0 |
486 | 2024-11-22T19:43:54.290Z | Downloaded aes-gcm v0.10.3 |
487 | 2024-11-22T19:43:54.297Z | Downloaded aho-corasick v1.1.3 |
488 | 2024-11-22T19:43:54.303Z | Downloaded aead v0.5.2 |
489 | 2024-11-22T19:43:54.307Z | Downloaded allocator-api2 v0.2.18 |
490 | 2024-11-22T19:43:54.310Z | Downloaded aes v0.8.4 |
491 | 2024-11-22T19:43:54.315Z | Downloaded russh-keys v0.45.0 |
492 | 2024-11-22T19:43:54.318Z | Downloaded darling v0.20.10 |
493 | 2024-11-22T19:43:54.322Z | Downloaded hex-literal v0.4.1 |
494 | 2024-11-22T19:43:54.325Z | Downloaded backoff v0.4.0 |
495 | 2024-11-22T19:43:54.328Z | Downloaded base16ct v0.2.0 |
496 | 2024-11-22T19:43:54.328Z | Downloaded hickory-resolver v0.24.1 |
497 | 2024-11-22T19:43:54.333Z | Downloaded atomicwrites v0.4.4 |
498 | 2024-11-22T19:43:54.336Z | Downloaded hickory-server v0.24.1 |
499 | 2024-11-22T19:43:54.340Z | Downloaded atomic-waker v1.1.2 |
500 | 2024-11-22T19:43:54.343Z | Downloaded async-trait v0.1.83 |
501 | 2024-11-22T19:43:54.346Z | Downloaded hostname v0.3.1 |
502 | 2024-11-22T19:43:54.349Z | Downloaded hmac v0.12.1 |
503 | 2024-11-22T19:43:54.352Z | Downloaded highway v1.2.0 |
504 | 2024-11-22T19:43:54.355Z | Downloaded base64 v0.13.1 |
505 | 2024-11-22T19:43:54.357Z | Downloaded home v0.5.9 |
506 | 2024-11-22T19:43:54.360Z | Downloaded hkdf v0.12.4 |
507 | 2024-11-22T19:43:54.362Z | Downloaded hickory-client v0.24.1 |
508 | 2024-11-22T19:43:54.366Z | Downloaded ciborium-io v0.2.2 |
509 | 2024-11-22T19:43:54.369Z | Downloaded cfg_aliases v0.2.1 |
510 | 2024-11-22T19:43:54.371Z | Downloaded cfg_aliases v0.1.1 |
511 | 2024-11-22T19:43:54.374Z | Downloaded http-body v1.0.1 |
512 | 2024-11-22T19:43:54.374Z | Downloaded bitflags v1.3.2 |
513 | 2024-11-22T19:43:54.377Z | Downloaded bitfield-struct v0.6.2 |
514 | 2024-11-22T19:43:54.380Z | Downloaded hickory-proto v0.24.1 |
515 | 2024-11-22T19:43:54.397Z | Downloaded icu_provider_macros v1.5.0 |
516 | 2024-11-22T19:43:54.400Z | Downloaded http-body-util v0.1.2 |
517 | 2024-11-22T19:43:54.402Z | Downloaded humantime v2.1.0 |
518 | 2024-11-22T19:43:54.402Z | Downloaded hubpack_derive v0.1.1 |
519 | 2024-11-22T19:43:54.404Z | Downloaded http-range v0.1.5 |
520 | 2024-11-22T19:43:54.404Z | Downloaded buf-list v1.0.3 |
521 | 2024-11-22T19:43:54.407Z | Downloaded ident_case v1.0.1 |
522 | 2024-11-22T19:43:54.410Z | Downloaded hyper-tls v0.6.0 |
523 | 2024-11-22T19:43:54.412Z | Downloaded httpdate v1.0.3 |
524 | 2024-11-22T19:43:54.414Z | Downloaded convert_case v0.4.0 |
525 | 2024-11-22T19:43:54.415Z | Downloaded instant v0.1.13 |
526 | 2024-11-22T19:43:54.417Z | Downloaded icu_locid_transform v1.5.0 |
527 | 2024-11-22T19:43:54.420Z | Downloaded crc-catalog v2.4.0 |
528 | 2024-11-22T19:43:54.423Z | Downloaded is_ci v1.2.0 |
529 | 2024-11-22T19:43:54.423Z | Downloaded cipher v0.4.4 |
530 | 2024-11-22T19:43:54.425Z | Downloaded chrono-tz-build v0.4.0 |
531 | 2024-11-22T19:43:54.425Z | Downloaded array-init v0.0.4 |
532 | 2024-11-22T19:43:54.428Z | Downloaded serde-big-array v0.5.1 |
533 | 2024-11-22T19:43:54.432Z | Downloaded impl-trait-for-tuples v0.2.2 |
534 | 2024-11-22T19:43:54.434Z | Downloaded hostname v0.4.0 |
535 | 2024-11-22T19:43:54.434Z | Downloaded crc v3.2.1 |
536 | 2024-11-22T19:43:54.437Z | Downloaded match_cfg v0.1.0 |
537 | 2024-11-22T19:43:54.439Z | Downloaded ciborium-ll v0.2.2 |
538 | 2024-11-22T19:43:54.442Z | Downloaded md5 v0.7.0 |
539 | 2024-11-22T19:43:54.442Z | Downloaded crossbeam-deque v0.8.5 |
540 | 2024-11-22T19:43:54.444Z | Downloaded instability v0.3.2 |
541 | 2024-11-22T19:43:54.446Z | Downloaded hubpack v0.1.2 |
542 | 2024-11-22T19:43:54.446Z | Downloaded indoc v1.0.9 |
543 | 2024-11-22T19:43:54.450Z | Downloaded ctr v0.9.2 |
544 | 2024-11-22T19:43:54.452Z | Downloaded mirai-annotations v1.12.0 |
545 | 2024-11-22T19:43:54.455Z | Downloaded maplit v1.0.2 |
546 | 2024-11-22T19:43:54.455Z | Downloaded rand_chacha v0.3.1 |
547 | 2024-11-22T19:43:54.457Z | Downloaded progenitor-macro v0.8.0 |
548 | 2024-11-22T19:43:54.459Z | Downloaded is-terminal v0.4.13 |
549 | 2024-11-22T19:43:54.460Z | Downloaded curve25519-dalek-derive v0.1.1 |
550 | 2024-11-22T19:43:54.462Z | Downloaded cancel-safe-futures v0.1.5 |
551 | 2024-11-22T19:43:54.464Z | Downloaded lazycell v1.3.0 |
552 | 2024-11-22T19:43:54.467Z | Downloaded lazy_static v1.5.0 |
553 | 2024-11-22T19:43:54.470Z | Downloaded libefi-sys v0.1.0 |
554 | 2024-11-22T19:43:54.470Z | Downloaded try-lock v0.2.5 |
555 | 2024-11-22T19:43:54.472Z | Downloaded rustc_version v0.4.1 |
556 | 2024-11-22T19:43:54.472Z | Downloaded internet-checksum v0.2.1 |
557 | 2024-11-22T19:43:54.475Z | Downloaded tower-service v0.3.3 |
558 | 2024-11-22T19:43:54.477Z | Downloaded icu_locid v1.5.0 |
559 | 2024-11-22T19:43:54.481Z | Downloaded smallvec v0.6.14 |
560 | 2024-11-22T19:43:54.483Z | Downloaded md-5 v0.10.6 |
561 | 2024-11-22T19:43:54.486Z | Downloaded structmeta v0.3.0 |
562 | 2024-11-22T19:43:54.488Z | Downloaded managed v0.8.0 |
563 | 2024-11-22T19:43:54.488Z | Downloaded lockfree-object-pool v0.1.6 |
564 | 2024-11-22T19:43:54.491Z | Downloaded darling_macro v0.20.10 |
565 | 2024-11-22T19:43:54.494Z | Downloaded crc32fast v1.4.2 |
566 | 2024-11-22T19:43:54.496Z | Downloaded cookie_store v0.21.0 |
567 | 2024-11-22T19:43:54.498Z | Downloaded lru v0.12.5 |
568 | 2024-11-22T19:43:54.501Z | Downloaded indent_write v2.2.0 |
569 | 2024-11-22T19:43:54.501Z | Downloaded iana-time-zone v0.1.61 |
570 | 2024-11-22T19:43:54.503Z | Downloaded diesel_table_macro_syntax v0.2.0 |
571 | 2024-11-22T19:43:54.507Z | Downloaded foreign-types v0.3.2 |
572 | 2024-11-22T19:43:54.507Z | Downloaded icu_normalizer v1.5.0 |
573 | 2024-11-22T19:43:54.510Z | Downloaded foreign-types-macros v0.2.3 |
574 | 2024-11-22T19:43:54.512Z | Downloaded mockall v0.13.0 |
575 | 2024-11-22T19:43:54.515Z | Downloaded lalrpop-util v0.19.12 |
576 | 2024-11-22T19:43:54.517Z | Downloaded shell-words v1.1.0 |
577 | 2024-11-22T19:43:54.517Z | Downloaded cookie v0.18.1 |
578 | 2024-11-22T19:43:54.519Z | Downloaded jobserver v0.1.32 |
579 | 2024-11-22T19:43:54.522Z | Downloaded clang-sys v1.8.1 |
580 | 2024-11-22T19:43:54.524Z | Downloaded ipnet v2.10.1 |
581 | 2024-11-22T19:43:54.527Z | Downloaded tabwriter v1.4.0 |
582 | 2024-11-22T19:43:54.530Z | Downloaded tui-tree-widget v0.22.0 |
583 | 2024-11-22T19:43:54.532Z | Downloaded opaque-debug v0.3.1 |
584 | 2024-11-22T19:43:54.532Z | Downloaded structmeta-derive v0.3.0 |
585 | 2024-11-22T19:43:54.534Z | Downloaded mime v0.3.17 |
586 | 2024-11-22T19:43:54.537Z | Downloaded precomputed-hash v0.1.1 |
587 | 2024-11-22T19:43:54.537Z | Downloaded peg-runtime v0.8.3 |
588 | 2024-11-22T19:43:54.539Z | Downloaded mime_guess v2.0.5 |
589 | 2024-11-22T19:43:54.541Z | Downloaded lock_api v0.4.12 |
590 | 2024-11-22T19:43:54.544Z | Downloaded icu_properties v1.5.1 |
591 | 2024-11-22T19:43:54.546Z | Downloaded utf8_iter v1.0.4 |
592 | 2024-11-22T19:43:54.549Z | Downloaded utf16_iter v1.0.5 |
593 | 2024-11-22T19:43:54.549Z | Downloaded utf-8 v0.7.6 |
594 | 2024-11-22T19:43:54.551Z | Downloaded mockall_derive v0.13.0 |
595 | 2024-11-22T19:43:54.553Z | Downloaded icu_normalizer_data v1.5.0 |
596 | 2024-11-22T19:43:54.556Z | Downloaded untrusted v0.9.0 |
597 | 2024-11-22T19:43:54.558Z | Downloaded diesel-dtrace v0.3.0 |
598 | 2024-11-22T19:43:54.560Z | Downloaded ena v0.14.3 |
599 | 2024-11-22T19:43:54.563Z | Downloaded embedded-io v0.6.1 |
600 | 2024-11-22T19:43:54.563Z | Downloaded embedded-io v0.4.0 |
601 | 2024-11-22T19:43:54.565Z | Downloaded sqlformat v0.2.6 |
602 | 2024-11-22T19:43:54.568Z | Downloaded crossbeam-epoch v0.9.18 |
603 | 2024-11-22T19:43:54.570Z | Downloaded compact_str v0.8.0 |
604 | 2024-11-22T19:43:54.575Z | Downloaded num v0.4.3 |
605 | 2024-11-22T19:43:54.578Z | Downloaded futures-task v0.3.31 |
606 | 2024-11-22T19:43:54.580Z | Downloaded futures-sink v0.3.31 |
607 | 2024-11-22T19:43:54.580Z | Downloaded futures-macro v0.3.31 |
608 | 2024-11-22T19:43:54.582Z | Downloaded serde_with_macros v3.11.0 |
609 | 2024-11-22T19:43:54.586Z | Downloaded bumpalo v3.16.0 |
610 | 2024-11-22T19:43:54.589Z | Downloaded take_mut v0.2.2 |
611 | 2024-11-22T19:43:54.592Z | Downloaded olpc-cjson v0.1.4 |
612 | 2024-11-22T19:43:54.592Z | Downloaded sync_wrapper v1.0.1 |
613 | 2024-11-22T19:43:54.592Z | Downloaded sync-ptr v0.1.1 |
614 | 2024-11-22T19:43:54.595Z | Downloaded r2d2 v0.8.10 |
615 | 2024-11-22T19:43:54.595Z | Downloaded peg v0.8.4 |
616 | 2024-11-22T19:43:54.598Z | Downloaded zerofrom v0.1.4 |
617 | 2024-11-22T19:43:54.601Z | Downloaded arc-swap v1.7.1 |
618 | 2024-11-22T19:43:54.615Z | Downloaded endian-type v0.1.2 |
619 | 2024-11-22T19:43:54.618Z | Downloaded want v0.3.1 |
620 | 2024-11-22T19:43:54.618Z | Downloaded shlex v1.3.0 |
621 | 2024-11-22T19:43:54.620Z | Downloaded salsa20 v0.10.2 |
622 | 2024-11-22T19:43:54.620Z | Downloaded rustc-hash v1.1.0 |
623 | 2024-11-22T19:43:54.623Z | Downloaded vsss-rs v3.3.4 |
624 | 2024-11-22T19:43:54.625Z | Downloaded newline-converter v0.3.0 |
625 | 2024-11-22T19:43:54.628Z | Downloaded siphasher v0.3.11 |
626 | 2024-11-22T19:43:54.628Z | Downloaded rusty-fork v0.3.0 |
627 | 2024-11-22T19:43:54.634Z | Downloaded rustls-pemfile v1.0.4 |
628 | 2024-11-22T19:43:54.636Z | Downloaded newtype_derive v0.1.6 |
629 | 2024-11-22T19:43:54.636Z | Downloaded stringprep v0.1.5 |
630 | 2024-11-22T19:43:54.636Z | Downloaded const_format v0.2.33 |
631 | 2024-11-22T19:43:54.641Z | Downloaded string_cache v0.8.7 |
632 | 2024-11-22T19:43:54.644Z | Downloaded password-hash v0.5.0 |
633 | 2024-11-22T19:43:54.646Z | Downloaded parking_lot_core v0.9.10 |
634 | 2024-11-22T19:43:54.649Z | Downloaded rpassword v7.3.1 |
635 | 2024-11-22T19:43:54.651Z | Downloaded progenitor-client v0.8.0 |
636 | 2024-11-22T19:43:54.651Z | Downloaded pretty-hex v0.2.1 |
637 | 2024-11-22T19:43:54.651Z | Downloaded synstructure v0.13.1 |
638 | 2024-11-22T19:43:54.653Z | Downloaded proc-macro-crate v1.3.1 |
639 | 2024-11-22T19:43:54.655Z | Downloaded vergen v8.3.2 |
640 | 2024-11-22T19:43:54.658Z | Downloaded peg-macros v0.8.4 |
641 | 2024-11-22T19:43:54.660Z | Downloaded tokio-tungstenite v0.23.1 |
642 | 2024-11-22T19:43:54.663Z | Downloaded rtoolbox v0.0.2 |
643 | 2024-11-22T19:43:54.665Z | Downloaded dhcproto-macros v0.1.0 |
644 | 2024-11-22T19:43:54.665Z | Downloaded data-encoding v2.6.0 |
645 | 2024-11-22T19:43:54.668Z | Downloaded crypto-bigint v0.5.5 |
646 | 2024-11-22T19:43:54.674Z | Downloaded ghash v0.5.1 |
647 | 2024-11-22T19:43:54.676Z | Downloaded write16 v1.0.0 |
648 | 2024-11-22T19:43:54.679Z | Downloaded float-ord v0.3.2 |
649 | 2024-11-22T19:43:54.679Z | Downloaded float-cmp v0.9.0 |
650 | 2024-11-22T19:43:54.681Z | Downloaded flagset v0.4.6 |
651 | 2024-11-22T19:43:54.683Z | Downloaded enum-as-inner v0.5.1 |
652 | 2024-11-22T19:43:54.686Z | Downloaded toolchain_find v0.4.0 |
653 | 2024-11-22T19:43:54.686Z | Downloaded rsa v0.9.6 |
654 | 2024-11-22T19:43:54.695Z | Downloaded dsl_auto_type v0.1.2 |
655 | 2024-11-22T19:43:54.698Z | Downloaded paste v1.0.15 |
656 | 2024-11-22T19:43:54.698Z | Downloaded foreign-types-shared v0.1.1 |
657 | 2024-11-22T19:43:54.701Z | Downloaded progenitor v0.8.0 |
658 | 2024-11-22T19:43:54.701Z | Downloaded tokio-tungstenite v0.21.0 |
659 | 2024-11-22T19:43:54.704Z | Downloaded tokio-stream v0.1.16 |
660 | 2024-11-22T19:43:54.709Z | Downloaded openssl-macros v0.1.1 |
661 | 2024-11-22T19:43:54.711Z | Downloaded serde_repr v0.1.19 |
662 | 2024-11-22T19:43:54.714Z | Downloaded openssl-probe v0.1.5 |
663 | 2024-11-22T19:43:54.716Z | Downloaded tokio-tungstenite v0.24.0 |
664 | 2024-11-22T19:43:54.719Z | Downloaded http v1.1.0 |
665 | 2024-11-22T19:43:54.724Z | Downloaded getrandom v0.2.15 |
666 | 2024-11-22T19:43:54.726Z | Downloaded walkdir v2.5.0 |
667 | 2024-11-22T19:43:54.729Z | Downloaded tls_codec_derive v0.4.1 |
668 | 2024-11-22T19:43:54.732Z | Downloaded oso-derive v0.27.3 |
669 | 2024-11-22T19:43:54.732Z | Downloaded static_assertions v1.1.0 |
670 | 2024-11-22T19:43:54.732Z | Downloaded tls_codec v0.4.1 |
671 | 2024-11-22T19:43:54.734Z | Downloaded writeable v0.5.5 |
672 | 2024-11-22T19:43:54.737Z | Downloaded psl-types v2.0.11 |
673 | 2024-11-22T19:43:54.740Z | Downloaded tokio-native-tls v0.3.1 |
674 | 2024-11-22T19:43:54.742Z | Downloaded fallible-iterator v0.2.0 |
675 | 2024-11-22T19:43:54.742Z | Downloaded russh-cryptovec v0.7.3 |
676 | 2024-11-22T19:43:54.744Z | Downloaded foldhash v0.1.3 |
677 | 2024-11-22T19:43:54.747Z | Downloaded zeroize_derive v1.4.2 |
678 | 2024-11-22T19:43:54.747Z | Downloaded strum v0.26.3 |
679 | 2024-11-22T19:43:54.749Z | Downloaded tokio-rustls v0.24.1 |
680 | 2024-11-22T19:43:54.752Z | Downloaded serde_derive_internals v0.29.1 |
681 | 2024-11-22T19:43:54.754Z | Downloaded sct v0.7.1 |
682 | 2024-11-22T19:43:54.757Z | Downloaded tinyvec_macros v0.1.1 |
683 | 2024-11-22T19:43:54.759Z | Downloaded termios v0.3.3 |
684 | 2024-11-22T19:43:54.762Z | Downloaded password-hash v0.4.2 |
685 | 2024-11-22T19:43:54.764Z | Downloaded url v2.5.3 |
686 | 2024-11-22T19:43:54.767Z | Downloaded number_prefix v0.4.0 |
687 | 2024-11-22T19:43:54.769Z | Downloaded poly1305 v0.8.0 |
688 | 2024-11-22T19:43:54.772Z | Downloaded powerfmt v0.2.0 |
689 | 2024-11-22T19:43:54.775Z | Downloaded elliptic-curve v0.13.8 |
690 | 2024-11-22T19:43:54.778Z | Downloaded group v0.13.0 |
691 | 2024-11-22T19:43:54.780Z | Downloaded fallible-iterator v0.3.0 |
692 | 2024-11-22T19:43:54.783Z | Downloaded toml v0.7.8 |
693 | 2024-11-22T19:43:54.785Z | Downloaded rustfmt-wrapper v0.2.1 |
694 | 2024-11-22T19:43:54.788Z | Downloaded ppv-lite86 v0.2.20 |
695 | 2024-11-22T19:43:54.790Z | Downloaded hash32 v0.2.1 |
696 | 2024-11-22T19:43:54.790Z | Downloaded glob v0.3.1 |
697 | 2024-11-22T19:43:54.792Z | Downloaded rustc-hash v2.0.0 |
698 | 2024-11-22T19:43:54.795Z | Downloaded futures-core v0.3.31 |
699 | 2024-11-22T19:43:54.797Z | Downloaded diesel_derives v2.2.3 |
700 | 2024-11-22T19:43:54.800Z | Downloaded strum_macros v0.24.3 |
701 | 2024-11-22T19:43:54.803Z | Downloaded phf v0.11.2 |
702 | 2024-11-22T19:43:54.805Z | Downloaded unarray v0.1.4 |
703 | 2024-11-22T19:43:54.808Z | Downloaded topological-sort v0.2.2 |
704 | 2024-11-22T19:43:54.808Z | Downloaded rustls-pemfile v2.2.0 |
705 | 2024-11-22T19:43:54.810Z | Downloaded diff v0.1.13 |
706 | 2024-11-22T19:43:54.814Z | Downloaded downcast v0.11.0 |
707 | 2024-11-22T19:43:54.816Z | Downloaded zerovec-derive v0.10.3 |
708 | 2024-11-22T19:43:54.819Z | Downloaded nodrop v0.1.14 |
709 | 2024-11-22T19:43:54.819Z | Downloaded zopfli v0.8.1 |
710 | 2024-11-22T19:43:54.821Z | Downloaded defmt v0.3.8 |
711 | 2024-11-22T19:43:54.825Z | Downloaded debug-ignore v1.0.5 |
712 | 2024-11-22T19:43:54.827Z | Downloaded thiserror-impl-no-std v2.0.2 |
713 | 2024-11-22T19:43:54.831Z | Downloaded rustversion v1.0.17 |
714 | 2024-11-22T19:43:54.834Z | Downloaded minimal-lexical v0.2.1 |
715 | 2024-11-22T19:43:54.837Z | Downloaded path-slash v0.1.5 |
716 | 2024-11-22T19:43:54.839Z | Downloaded rustc-demangle v0.1.24 |
717 | 2024-11-22T19:43:54.839Z | Downloaded pin-project v1.1.6 |
718 | 2024-11-22T19:43:54.854Z | Downloaded sqlparser_derive v0.2.2 |
719 | 2024-11-22T19:43:54.856Z | Downloaded pkg-config v0.3.31 |
720 | 2024-11-22T19:43:54.858Z | Downloaded polyval v0.6.2 |
721 | 2024-11-22T19:43:54.858Z | Downloaded new_debug_unreachable v1.0.6 |
722 | 2024-11-22T19:43:54.861Z | Downloaded heck v0.3.3 |
723 | 2024-11-22T19:43:54.863Z | Downloaded ssh-cipher v0.2.0 |
724 | 2024-11-22T19:43:54.863Z | Downloaded twox-hash v1.6.3 |
725 | 2024-11-22T19:43:54.866Z | Downloaded slog-stdlog v4.1.1 |
726 | 2024-11-22T19:43:54.868Z | Downloaded slog-scope v4.4.0 |
727 | 2024-11-22T19:43:54.870Z | Downloaded slog-json v2.6.1 |
728 | 2024-11-22T19:43:54.873Z | Downloaded mio v1.0.2 |
729 | 2024-11-22T19:43:54.877Z | Downloaded zone_cfg_derive v0.3.0 |
730 | 2024-11-22T19:43:54.880Z | Downloaded libxml v0.3.3 |
731 | 2024-11-22T19:43:54.886Z | Downloaded derive_builder_macro v0.20.2 |
732 | 2024-11-22T19:43:54.889Z | Downloaded fd-lock v4.0.2 |
733 | 2024-11-22T19:43:54.889Z | Downloaded dyn-clone v1.0.17 |
734 | 2024-11-22T19:43:54.891Z | Downloaded defmt-parser v0.3.4 |
735 | 2024-11-22T19:43:54.893Z | Downloaded openssl-sys v0.9.103 |
736 | 2024-11-22T19:43:54.898Z | Downloaded parse-size v1.1.0 |
737 | 2024-11-22T19:43:54.901Z | Downloaded foreign-types-shared v0.3.1 |
738 | 2024-11-22T19:43:54.901Z | Downloaded pbkdf2 v0.11.0 |
739 | 2024-11-22T19:43:54.903Z | Downloaded num-integer v0.1.46 |
740 | 2024-11-22T19:43:54.905Z | Downloaded unicase v2.7.0 |
741 | 2024-11-22T19:43:54.908Z | Downloaded native-tls v0.2.12 |
742 | 2024-11-22T19:43:54.910Z | Downloaded fs_extra v1.3.0 |
743 | 2024-11-22T19:43:54.913Z | Downloaded signal-hook-tokio v0.3.1 |
744 | 2024-11-22T19:43:54.916Z | Downloaded ff v0.13.0 |
745 | 2024-11-22T19:43:54.918Z | Downloaded idna v1.0.3 |
746 | 2024-11-22T19:43:54.922Z | Downloaded xattr v1.3.1 |
747 | 2024-11-22T19:43:54.925Z | Downloaded num-iter v0.1.45 |
748 | 2024-11-22T19:43:54.925Z | Downloaded postcard v1.0.10 |
749 | 2024-11-22T19:43:54.928Z | Downloaded universal-hash v0.5.1 |
750 | 2024-11-22T19:43:54.931Z | Downloaded pbkdf2 v0.12.2 |
751 | 2024-11-22T19:43:54.934Z | Downloaded unicode-xid v0.2.6 |
752 | 2024-11-22T19:43:54.934Z | Downloaded tiny-keccak v2.0.2 |
753 | 2024-11-22T19:43:54.936Z | Downloaded defmt-macros v0.3.9 |
754 | 2024-11-22T19:43:54.939Z | Downloaded typify v0.2.0 |
755 | 2024-11-22T19:43:54.955Z | Downloaded filetime v0.2.25 |
756 | 2024-11-22T19:43:54.955Z | Downloaded wyz v0.5.1 |
757 | 2024-11-22T19:43:54.955Z | Downloaded snafu-derive v0.8.5 |
758 | 2024-11-22T19:43:54.955Z | Downloaded num-bigint v0.4.6 |
759 | 2024-11-22T19:43:54.958Z | Downloaded yoke v0.7.4 |
760 | 2024-11-22T19:43:54.958Z | Downloaded hyper v1.5.0 |
761 | 2024-11-22T19:43:54.964Z | Downloaded yoke-derive v0.7.4 |
762 | 2024-11-22T19:43:54.972Z | Downloaded scrypt v0.11.0 |
763 | 2024-11-22T19:43:54.972Z | Downloaded percent-encoding v2.3.1 |
764 | 2024-11-22T19:43:54.972Z | Downloaded fragile v2.0.0 |
765 | 2024-11-22T19:43:54.972Z | Downloaded unicode-properties v0.1.3 |
766 | 2024-11-22T19:43:54.979Z | Downloaded form_urlencoded v1.2.1 |
767 | 2024-11-22T19:43:54.979Z | Downloaded fixedbitset v0.4.2 |
768 | 2024-11-22T19:43:54.979Z | Downloaded scopeguard v1.2.0 |
769 | 2024-11-22T19:43:54.979Z | Downloaded sigpipe v0.1.3 |
770 | 2024-11-22T19:43:54.979Z | Downloaded normalize-line-endings v0.3.0 |
771 | 2024-11-22T19:43:54.979Z | Downloaded zerocopy v0.6.6 |
772 | 2024-11-22T19:43:54.985Z | Downloaded num_enum v0.5.11 |
773 | 2024-11-22T19:43:54.989Z | Downloaded num-rational v0.4.2 |
774 | 2024-11-22T19:43:54.991Z | Downloaded spki v0.7.3 |
775 | 2024-11-22T19:43:54.991Z | Downloaded tokio-postgres v0.7.12 |
776 | 2024-11-22T19:43:54.996Z | Downloaded waitgroup v0.1.2 |
777 | 2024-11-22T19:43:54.999Z | Downloaded fxhash v0.2.1 |
778 | 2024-11-22T19:43:54.999Z | Downloaded parse-display-derive v0.10.0 |
779 | 2024-11-22T19:43:55.002Z | Downloaded zip v0.6.6 |
780 | 2024-11-22T19:43:55.004Z | Downloaded ssh-encoding v0.2.0 |
781 | 2024-11-22T19:43:55.007Z | Downloaded blake3 v1.5.4 |
782 | 2024-11-22T19:43:55.015Z | Downloaded ref-cast-impl v1.0.23 |
783 | 2024-11-22T19:43:55.017Z | Downloaded futures-io v0.3.31 |
784 | 2024-11-22T19:43:55.017Z | Downloaded vte_generate_state_changes v0.1.2 |
785 | 2024-11-22T19:43:55.020Z | Downloaded futures-executor v0.3.31 |
786 | 2024-11-22T19:43:55.020Z | Downloaded difflib v0.4.0 |
787 | 2024-11-22T19:43:55.022Z | Downloaded zone_cfg_derive v0.1.2 |
788 | 2024-11-22T19:43:55.022Z | Downloaded hash32 v0.3.1 |
789 | 2024-11-22T19:43:55.025Z | Downloaded zone v0.3.0 |
790 | 2024-11-22T19:43:55.025Z | Downloaded zone v0.1.8 |
791 | 2024-11-22T19:43:55.027Z | Downloaded signature v2.2.0 |
792 | 2024-11-22T19:43:55.027Z | Downloaded unicode-bidi v0.3.17 |
793 | 2024-11-22T19:43:55.030Z | Downloaded headers v0.4.0 |
794 | 2024-11-22T19:43:55.036Z | Downloaded fallible-streaming-iterator v0.1.9 |
795 | 2024-11-22T19:43:55.038Z | Downloaded derive_builder_core v0.20.2 |
796 | 2024-11-22T19:43:55.041Z | Downloaded radium v0.7.0 |
797 | 2024-11-22T19:43:55.041Z | Downloaded quick-error v1.2.3 |
798 | 2024-11-22T19:43:55.043Z | Downloaded serde_urlencoded v0.7.1 |
799 | 2024-11-22T19:43:55.045Z | Downloaded futures-channel v0.3.31 |
800 | 2024-11-22T19:43:55.048Z | Downloaded tracing-attributes v0.1.27 |
801 | 2024-11-22T19:43:55.050Z | Downloaded thread_local v1.1.8 |
802 | 2024-11-22T19:43:55.051Z | Downloaded rand_core v0.6.4 |
803 | 2024-11-22T19:43:55.053Z | Downloaded tungstenite v0.24.0 |
804 | 2024-11-22T19:43:55.056Z | Downloaded spin v0.9.8 |
805 | 2024-11-22T19:43:55.060Z | Downloaded ron v0.8.1 |
806 | 2024-11-22T19:43:55.065Z | Downloaded wait-timeout v0.2.0 |
807 | 2024-11-22T19:43:55.067Z | Downloaded whoami v1.5.2 |
808 | 2024-11-22T19:43:55.070Z | Downloaded rayon v1.10.0 |
809 | 2024-11-22T19:43:55.079Z | Downloaded num_threads v0.1.7 |
810 | 2024-11-22T19:43:55.083Z | Downloaded num_enum_derive v0.5.11 |
811 | 2024-11-22T19:43:55.083Z | Downloaded rand_xorshift v0.3.0 |
812 | 2024-11-22T19:43:55.083Z | Downloaded phf_shared v0.11.2 |
813 | 2024-11-22T19:43:55.086Z | Downloaded slab v0.4.9 |
814 | 2024-11-22T19:43:55.088Z | Downloaded simd-adler32 v0.3.7 |
815 | 2024-11-22T19:43:55.088Z | Downloaded unicode-truncate v1.1.0 |
816 | 2024-11-22T19:43:55.090Z | Downloaded yasna v0.5.2 |
817 | 2024-11-22T19:43:55.093Z | Downloaded tracing-core v0.1.32 |
818 | 2024-11-22T19:43:55.095Z | Downloaded schemars v0.8.21 |
819 | 2024-11-22T19:43:55.107Z | Downloaded ref-cast v1.0.23 |
820 | 2024-11-22T19:43:55.110Z | Downloaded display-error-chain v0.2.2 |
821 | 2024-11-22T19:43:55.112Z | Downloaded dirs-sys-next v0.1.2 |
822 | 2024-11-22T19:43:55.112Z | Downloaded dirs-next v2.0.0 |
823 | 2024-11-22T19:43:55.114Z | Downloaded owo-colors v4.1.0 |
824 | 2024-11-22T19:43:55.118Z | Downloaded steno v0.4.1 |
825 | 2024-11-22T19:43:55.121Z | Downloaded phf_shared v0.10.0 |
826 | 2024-11-22T19:43:55.123Z | Downloaded qorb v0.2.0 |
827 | 2024-11-22T19:43:55.127Z | Downloaded dhcproto v0.12.0 |
828 | 2024-11-22T19:43:55.130Z | Downloaded fatfs v0.3.6 |
829 | 2024-11-22T19:43:55.133Z | Downloaded structmeta v0.2.0 |
830 | 2024-11-22T19:43:55.135Z | Downloaded strip-ansi-escapes v0.2.0 |
831 | 2024-11-22T19:43:55.135Z | Downloaded spin v0.5.2 |
832 | 2024-11-22T19:43:55.138Z | Downloaded bitvec v1.0.1 |
833 | 2024-11-22T19:43:55.153Z | Downloaded strum_macros v0.26.4 |
834 | 2024-11-22T19:43:55.158Z | Downloaded rand_seeder v0.3.0 |
835 | 2024-11-22T19:43:55.161Z | Downloaded pkcs1 v0.7.5 |
836 | 2024-11-22T19:43:55.161Z | Downloaded slog v2.7.0 |
837 | 2024-11-22T19:43:55.164Z | Downloaded enum-as-inner v0.6.1 |
838 | 2024-11-22T19:43:55.164Z | Downloaded phf_codegen v0.11.2 |
839 | 2024-11-22T19:43:55.167Z | Downloaded parse-display v0.10.0 |
840 | 2024-11-22T19:43:55.167Z | Downloaded nu-ansi-term v0.50.1 |
841 | 2024-11-22T19:43:55.171Z | Downloaded env_logger v0.10.2 |
842 | 2024-11-22T19:43:55.171Z | Downloaded pkcs5 v0.7.1 |
843 | 2024-11-22T19:43:55.175Z | Downloaded tinystr v0.7.6 |
844 | 2024-11-22T19:43:55.180Z | Downloaded zip v2.1.3 |
845 | 2024-11-22T19:43:55.184Z | Downloaded chrono v0.4.38 |
846 | 2024-11-22T19:43:55.189Z | Downloaded parking_lot v0.11.2 |
847 | 2024-11-22T19:43:55.192Z | Downloaded parking_lot_core v0.8.6 |
848 | 2024-11-22T19:43:55.194Z | Downloaded vte v0.11.1 |
849 | 2024-11-22T19:43:55.197Z | Downloaded rand v0.8.5 |
850 | 2024-11-22T19:43:55.200Z | Downloaded displaydoc v0.2.5 |
851 | 2024-11-22T19:43:55.203Z | Downloaded env_logger v0.11.5 |
852 | 2024-11-22T19:43:55.206Z | Downloaded rcgen v0.12.1 |
853 | 2024-11-22T19:43:55.209Z | Downloaded typed-path v0.9.3 |
854 | 2024-11-22T19:43:55.216Z | Downloaded tinyvec v1.8.0 |
855 | 2024-11-22T19:43:55.219Z | Downloaded ron v0.7.1 |
856 | 2024-11-22T19:43:55.226Z | Downloaded signal-hook v0.3.17 |
857 | 2024-11-22T19:43:55.228Z | Downloaded zerovec v0.10.4 |
858 | 2024-11-22T19:43:55.234Z | Downloaded parking_lot v0.12.3 |
859 | 2024-11-22T19:43:55.236Z | Downloaded test-strategy v0.3.1 |
860 | 2024-11-22T19:43:55.240Z | Downloaded subprocess v0.2.9 |
861 | 2024-11-22T19:43:55.243Z | Downloaded unicode-normalization v0.1.24 |
862 | 2024-11-22T19:43:55.247Z | Downloaded icu_properties_data v1.5.0 |
863 | 2024-11-22T19:43:55.258Z | Downloaded tar v0.4.42 |
864 | 2024-11-22T19:43:55.261Z | Downloaded unsafe-libyaml v0.2.11 |
865 | 2024-11-22T19:43:55.264Z | Downloaded rustls-webpki v0.102.8 |
866 | 2024-11-22T19:43:55.284Z | Downloaded p256 v0.13.2 |
867 | 2024-11-22T19:43:55.288Z | Downloaded der v0.7.9 |
868 | 2024-11-22T19:43:55.292Z | Downloaded expectorate v1.1.0 |
869 | 2024-11-22T19:43:55.294Z | Downloaded lalrpop v0.19.12 |
870 | 2024-11-22T19:43:55.306Z | Downloaded salty v0.3.0 |
871 | 2024-11-22T19:43:55.313Z | Downloaded hashbrown v0.14.5 |
872 | 2024-11-22T19:43:55.323Z | Downloaded tough v0.19.0 |
873 | 2024-11-22T19:43:55.328Z | Downloaded vcpkg v0.2.15 |
874 | 2024-11-22T19:43:55.368Z | Downloaded portable-atomic v1.9.0 |
875 | 2024-11-22T19:43:55.374Z | Downloaded idna v0.3.0 |
876 | 2024-11-22T19:43:55.382Z | Downloaded quinn-proto v0.11.8 |
877 | 2024-11-22T19:43:55.389Z | Downloaded unicode-segmentation v1.12.0 |
878 | 2024-11-22T19:43:55.394Z | Downloaded rusqlite v0.32.1 |
879 | 2024-11-22T19:43:55.401Z | Downloaded rustls-webpki v0.101.7 |
880 | 2024-11-22T19:43:55.417Z | Downloaded winnow v0.5.40 |
881 | 2024-11-22T19:43:55.427Z | Downloaded git2 v0.19.0 |
882 | 2024-11-22T19:43:55.436Z | Downloaded reedline v0.35.0 |
883 | 2024-11-22T19:43:55.443Z | Downloaded num-bigint-dig v0.8.4 |
884 | 2024-11-22T19:43:55.449Z | Downloaded zerocopy v0.8.10 |
885 | 2024-11-22T19:43:55.474Z | Downloaded trust-dns-proto v0.22.0 |
886 | 2024-11-22T19:43:55.486Z | Downloaded petname v2.0.2 |
887 | 2024-11-22T19:43:55.493Z | Downloaded webpki-roots v0.26.6 |
888 | 2024-11-22T19:43:55.497Z | Downloaded regress v0.9.1 |
889 | 2024-11-22T19:43:55.508Z | Downloaded object v0.36.5 |
890 | 2024-11-22T19:43:55.521Z | Downloaded radix_trie v0.2.1 |
891 | 2024-11-22T19:43:55.526Z | Downloaded polar-core v0.27.3 |
892 | 2024-11-22T19:43:55.537Z | Downloaded regress v0.10.1 |
893 | 2024-11-22T19:43:55.545Z | Downloaded regex v1.11.1 |
894 | 2024-11-22T19:43:55.560Z | Downloaded sqlparser v0.45.0 |
895 | 2024-11-22T19:43:55.565Z | Downloaded p384 v0.13.0 |
896 | 2024-11-22T19:43:55.572Z | Downloaded regex-syntax v0.6.29 |
897 | 2024-11-22T19:43:55.580Z | Downloaded rustls v0.21.12 |
898 | 2024-11-22T19:43:55.593Z | Downloaded nix v0.28.0 |
899 | 2024-11-22T19:43:55.605Z | Downloaded dropshot v0.12.0 |
900 | 2024-11-22T19:43:55.627Z | Downloaded openssl v0.10.66 |
901 | 2024-11-22T19:43:55.637Z | Downloaded nix v0.29.0 |
902 | 2024-11-22T19:43:55.649Z | Downloaded rustls v0.22.4 |
903 | 2024-11-22T19:43:55.663Z | Downloaded openapiv3 v2.0.0 |
904 | 2024-11-22T19:43:55.675Z | Downloaded rustls v0.23.14 |
905 | 2024-11-22T19:43:55.689Z | Downloaded gimli v0.31.1 |
906 | 2024-11-22T19:43:55.697Z | Downloaded ratatui v0.28.1 |
907 | 2024-11-22T19:43:55.719Z | Downloaded smoltcp v0.11.0 |
908 | 2024-11-22T19:43:55.733Z | Downloaded zerocopy-derive v0.6.6 |
909 | 2024-11-22T19:43:55.743Z | Downloaded diesel v2.2.4 |
910 | 2024-11-22T19:43:55.763Z | Downloaded dropshot v0.13.0 |
911 | 2024-11-22T19:43:55.783Z | Downloaded typify-impl v0.2.0 |
912 | 2024-11-22T19:43:55.800Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
913 | 2024-11-22T19:43:55.813Z | Downloaded sled v0.34.7 |
914 | 2024-11-22T19:43:55.823Z | Downloaded regex-syntax v0.8.5 |
915 | 2024-11-22T19:43:55.832Z | Downloaded nix v0.27.1 |
916 | 2024-11-22T19:43:55.843Z | Downloaded regex-automata v0.4.8 |
917 | 2024-11-22T19:43:55.862Z | Downloaded bstr v1.10.0 |
918 | 2024-11-22T19:43:55.872Z | Downloaded chrono-tz v0.10.0 |
919 | 2024-11-22T19:43:55.879Z | Downloaded smoltcp v0.9.1 |
920 | 2024-11-22T19:43:55.891Z | Downloaded unicode-width v0.2.0 |
921 | 2024-11-22T19:43:55.898Z | Downloaded petgraph v0.6.5 |
922 | 2024-11-22T19:43:55.916Z | Downloaded tokio v1.40.0 |
923 | 2024-11-22T19:43:55.954Z | Downloaded lzma-sys v0.1.20 |
924 | 2024-11-22T19:43:55.983Z | Downloaded idna v0.4.0 |
925 | 2024-11-22T19:43:55.989Z | Downloaded idna v0.5.0 |
926 | 2024-11-22T19:43:55.997Z | Downloaded object v0.30.4 |
927 | 2024-11-22T19:43:56.007Z | Downloaded sha3 v0.10.8 |
928 | 2024-11-22T19:43:56.012Z | Downloaded csv v1.3.0 |
929 | 2024-11-22T19:43:56.032Z | Downloaded idna v0.2.3 |
930 | 2024-11-22T19:43:56.038Z | Downloaded nom v7.1.3 |
931 | 2024-11-22T19:43:56.044Z | Downloaded proptest v1.5.0 |
932 | 2024-11-22T19:43:56.053Z | Downloaded libz-sys v1.1.20 |
933 | 2024-11-22T19:43:56.074Z | Downloaded h2 v0.4.6 |
934 | 2024-11-22T19:43:56.081Z | Downloaded curve25519-dalek v4.1.3 |
935 | 2024-11-22T19:43:56.090Z | Downloaded quick-xml v0.33.0 |
936 | 2024-11-22T19:43:56.096Z | Downloaded socket2 v0.5.7 |
937 | 2024-11-22T19:43:56.098Z | Downloaded tracing v0.1.40 |
938 | 2024-11-22T19:43:56.102Z | Downloaded x509-cert v0.2.5 |
939 | 2024-11-22T19:43:56.108Z | Downloaded russh v0.45.0 |
940 | 2024-11-22T19:43:56.114Z | Downloaded p521 v0.13.3 |
941 | 2024-11-22T19:43:56.118Z | Downloaded futures-util v0.3.31 |
942 | 2024-11-22T19:43:56.129Z | Downloaded serde_with v3.11.0 |
943 | 2024-11-22T19:43:56.138Z | Downloaded tap v1.0.1 |
944 | 2024-11-22T19:43:56.140Z | Downloaded tungstenite v0.23.0 |
945 | 2024-11-22T19:43:56.143Z | Downloaded hashbrown v0.13.2 |
946 | 2024-11-22T19:43:56.147Z | Downloaded reqwest v0.12.9 |
947 | 2024-11-22T19:43:56.157Z | Downloaded snafu v0.8.5 |
948 | 2024-11-22T19:43:56.162Z | Downloaded futures v0.3.31 |
949 | 2024-11-22T19:43:56.166Z | Downloaded rayon-core v1.12.1 |
950 | 2024-11-22T19:43:56.170Z | Downloaded flume v0.11.1 |
951 | 2024-11-22T19:43:56.174Z | Downloaded heapless v0.8.0 |
952 | 2024-11-22T19:43:56.178Z | Downloaded toml_edit v0.19.15 |
953 | 2024-11-22T19:43:56.193Z | Downloaded env_filter v0.1.2 |
954 | 2024-11-22T19:43:56.196Z | Downloaded typify-macro v0.2.0 |
955 | 2024-11-22T19:43:56.198Z | Downloaded rfc6979 v0.4.0 |
956 | 2024-11-22T19:43:56.198Z | Downloaded resolv-conf v0.7.0 |
957 | 2024-11-22T19:43:56.200Z | Downloaded postgres-types v0.2.8 |
958 | 2024-11-22T19:43:56.203Z | Downloaded postgres-protocol v0.6.7 |
959 | 2024-11-22T19:43:56.205Z | Downloaded num-complex v0.4.6 |
960 | 2024-11-22T19:43:56.205Z | Downloaded term v0.7.0 |
961 | 2024-11-22T19:43:56.208Z | Downloaded ssh-key v0.6.6 |
962 | 2024-11-22T19:43:56.215Z | Downloaded tokio-util v0.7.12 |
963 | 2024-11-22T19:43:56.222Z | Downloaded encoding_rs v0.8.34 |
964 | 2024-11-22T19:43:56.244Z | Downloaded heapless v0.7.17 |
965 | 2024-11-22T19:43:56.248Z | Downloaded num-derive v0.4.2 |
966 | 2024-11-22T19:43:56.250Z | Downloaded num-conv v0.1.0 |
967 | 2024-11-22T19:43:56.252Z | Downloaded strum_macros v0.25.3 |
968 | 2024-11-22T19:43:56.252Z | Downloaded packed_struct_codegen v0.10.1 |
969 | 2024-11-22T19:43:56.254Z | Downloaded xz2 v0.1.7 |
970 | 2024-11-22T19:43:56.257Z | Downloaded thiserror-no-std v2.0.2 |
971 | 2024-11-22T19:43:56.259Z | Downloaded der_derive v0.7.3 |
972 | 2024-11-22T19:43:56.262Z | Downloaded flate2 v1.0.34 |
973 | 2024-11-22T19:43:56.265Z | Downloaded rustyline v14.0.0 |
974 | 2024-11-22T19:43:56.270Z | Downloaded itertools v0.13.0 |
975 | 2024-11-22T19:43:56.277Z | Downloaded publicsuffix v2.2.3 |
976 | 2024-11-22T19:43:56.280Z | Downloaded dropshot_endpoint v0.13.0 |
977 | 2024-11-22T19:43:56.283Z | Downloaded derive_builder v0.20.2 |
978 | 2024-11-22T19:43:56.288Z | Downloaded pem-rfc7468 v0.7.0 |
979 | 2024-11-22T19:43:56.290Z | Downloaded parse-zoneinfo v0.3.1 |
980 | 2024-11-22T19:43:56.292Z | Downloaded itertools v0.12.1 |
981 | 2024-11-22T19:43:56.300Z | Downloaded itertools v0.10.5 |
982 | 2024-11-22T19:43:56.306Z | Downloaded hashbrown v0.12.3 |
983 | 2024-11-22T19:43:56.311Z | Downloaded time v0.3.36 |
984 | 2024-11-22T19:43:56.318Z | Downloaded derive_more v0.99.18 |
985 | 2024-11-22T19:43:56.322Z | Downloaded crossterm v0.28.1 |
986 | 2024-11-22T19:43:56.329Z | Downloaded slog-dtrace v0.3.0 |
987 | 2024-11-22T19:43:56.331Z | Downloaded dropshot_endpoint v0.12.0 |
988 | 2024-11-22T19:43:56.334Z | Downloaded half v2.4.1 |
989 | 2024-11-22T19:43:56.336Z | Downloaded darling_core v0.20.10 |
990 | 2024-11-22T19:43:56.340Z | Downloaded zerocopy-derive v0.8.10 |
991 | 2024-11-22T19:43:56.346Z | Downloaded signal-hook-registry v1.4.2 |
992 | 2024-11-22T19:43:56.349Z | Downloaded signal-hook-mio v0.2.4 |
993 | 2024-11-22T19:43:56.349Z | Downloaded pkcs8 v0.10.2 |
994 | 2024-11-22T19:43:56.351Z | Downloaded des v0.8.1 |
995 | 2024-11-22T19:43:56.353Z | Downloaded ed25519-dalek v2.1.1 |
996 | 2024-11-22T19:43:56.356Z | Downloaded libm v0.2.8 |
997 | 2024-11-22T19:43:56.364Z | Downloaded slog-bunyan v2.5.0 |
998 | 2024-11-22T19:43:56.366Z | Downloaded slog-async v2.8.0 |
999 | 2024-11-22T19:43:56.366Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1000 | 2024-11-22T19:43:56.424Z | Downloaded oso v0.27.3 |
1001 | 2024-11-22T19:43:56.427Z | Downloaded scheduled-thread-pool v0.2.7 |
1002 | 2024-11-22T19:43:56.431Z | Downloaded same-file v1.0.6 |
1003 | 2024-11-22T19:43:56.431Z | Downloaded pem v3.0.4 |
1004 | 2024-11-22T19:43:56.433Z | Downloaded funty v2.0.0 |
1005 | 2024-11-22T19:43:56.433Z | Downloaded dunce v1.0.5 |
1006 | 2024-11-22T19:43:56.433Z | Downloaded globset v0.4.15 |
1007 | 2024-11-22T19:43:56.437Z | Downloaded rustls-pki-types v1.9.0 |
1008 | 2024-11-22T19:43:56.440Z | Downloaded prettyplease v0.2.25 |
1009 | 2024-11-22T19:43:56.443Z | Downloaded unicode_categories v0.1.1 |
1010 | 2024-11-22T19:43:56.443Z | Downloaded zeroize v1.8.1 |
1011 | 2024-11-22T19:43:56.446Z | Downloaded tokio-macros v2.4.0 |
1012 | 2024-11-22T19:43:56.446Z | Downloaded hashlink v0.9.1 |
1013 | 2024-11-22T19:43:56.448Z | Downloaded quinn v0.11.5 |
1014 | 2024-11-22T19:43:56.451Z | Downloaded similar v2.6.0 |
1015 | 2024-11-22T19:43:56.456Z | Downloaded derive-where v1.2.7 |
1016 | 2024-11-22T19:43:56.460Z | Downloaded termcolor v1.4.1 |
1017 | 2024-11-22T19:43:56.463Z | Downloaded ecdsa v0.16.9 |
1018 | 2024-11-22T19:43:56.465Z | Downloaded crossbeam-channel v0.5.13 |
1019 | 2024-11-22T19:43:56.468Z | Downloaded serde_plain v1.0.2 |
1020 | 2024-11-22T19:43:56.470Z | Downloaded serde_path_to_error v0.1.16 |
1021 | 2024-11-22T19:43:56.473Z | Downloaded serde-hex v0.1.0 |
1022 | 2024-11-22T19:43:56.476Z | Downloaded secrecy v0.8.0 |
1023 | 2024-11-22T19:43:56.476Z | Downloaded sec1 v0.7.3 |
1024 | 2024-11-22T19:43:56.478Z | Downloaded pin-project-lite v0.2.14 |
1025 | 2024-11-22T19:43:56.482Z | Downloaded slog-term v2.9.1 |
1026 | 2024-11-22T19:43:56.484Z | Downloaded num-traits v0.2.19 |
1027 | 2024-11-22T19:43:56.487Z | Downloaded predicates-tree v1.0.11 |
1028 | 2024-11-22T19:43:56.489Z | Downloaded predicates-core v1.0.8 |
1029 | 2024-11-22T19:43:56.489Z | Downloaded predicates v3.1.2 |
1030 | 2024-11-22T19:43:56.492Z | Downloaded omicron-zone-package v0.11.1 |
1031 | 2024-11-22T19:43:56.495Z | Downloaded packed_struct v0.10.1 |
1032 | 2024-11-22T19:43:56.497Z | Downloaded zerofrom-derive v0.1.4 |
1033 | 2024-11-22T19:43:56.500Z | Downloaded phf_generator v0.11.2 |
1034 | 2024-11-22T19:43:56.500Z | Downloaded nibble_vec v0.1.0 |
1035 | 2024-11-22T19:43:56.502Z | Downloaded newtype-uuid v1.1.3 |
1036 | 2024-11-22T19:43:56.502Z | Downloaded smf v0.2.3 |
1037 | 2024-11-22T19:43:56.502Z | Downloaded nanorand v0.7.0 |
1038 | 2024-11-22T19:43:56.505Z | Downloaded tungstenite v0.21.0 |
1039 | 2024-11-22T19:43:56.508Z | Downloaded samael v0.0.17 |
1040 | 2024-11-22T19:43:56.515Z | Downloaded chacha20poly1305 v0.10.1 |
1041 | 2024-11-22T19:43:56.517Z | Downloaded gethostname v0.5.0 |
1042 | 2024-11-22T19:43:56.520Z | Downloaded which v4.4.2 |
1043 | 2024-11-22T19:43:56.520Z | Downloaded uuid v1.11.0 |
1044 | 2024-11-22T19:43:56.523Z | Downloaded bytes v1.8.0 |
1045 | 2024-11-22T19:43:56.527Z | Downloaded base64 v0.21.7 |
1046 | 2024-11-22T19:43:56.532Z | Downloaded supports-color v3.0.1 |
1047 | 2024-11-22T19:43:56.535Z | Downloaded subtle v2.6.1 |
1048 | 2024-11-22T19:43:56.535Z | Downloaded pin-project-internal v1.1.6 |
1049 | 2024-11-22T19:43:56.537Z | Downloaded multer v3.1.0 |
1050 | 2024-11-22T19:43:56.540Z | Downloaded value-bag v1.9.0 |
1051 | 2024-11-22T19:43:56.542Z | Downloaded memmap2 v0.9.5 |
1052 | 2024-11-22T19:43:56.544Z | Downloaded multimap v0.10.0 |
1053 | 2024-11-22T19:43:56.544Z | Downloaded hex v0.4.3 |
1054 | 2024-11-22T19:43:56.547Z | Downloaded serde_yaml v0.9.34+deprecated |
1055 | 2024-11-22T19:43:56.549Z | Downloaded uzers v0.12.1 |
1056 | 2024-11-22T19:43:56.551Z | Downloaded primeorder v0.13.6 |
1057 | 2024-11-22T19:43:56.553Z | Downloaded miniz_oxide v0.8.0 |
1058 | 2024-11-22T19:43:56.556Z | Downloaded quinn-udp v0.5.5 |
1059 | 2024-11-22T19:43:56.558Z | Downloaded pin-utils v0.1.0 |
1060 | 2024-11-22T19:43:56.560Z | Downloaded indexmap v1.9.3 |
1061 | 2024-11-22T19:43:56.560Z | Downloaded base64 v0.22.1 |
1062 | 2024-11-22T19:43:56.564Z | Downloaded time-macros v0.2.18 |
1063 | 2024-11-22T19:43:56.567Z | Downloaded stable_deref_trait v1.2.0 |
1064 | 2024-11-22T19:43:56.569Z | Downloaded libloading v0.8.5 |
1065 | 2024-11-22T19:43:56.572Z | Downloaded icu_collections v1.5.0 |
1066 | 2024-11-22T19:43:56.576Z | Downloaded smallvec v1.13.2 |
1067 | 2024-11-22T19:43:56.578Z | Downloaded progenitor-impl v0.8.0 |
1068 | 2024-11-22T19:43:56.581Z | Downloaded either v1.13.0 |
1069 | 2024-11-22T19:43:56.583Z | Downloaded ed25519 v2.2.3 |
1070 | 2024-11-22T19:43:56.585Z | Downloaded deranged v0.3.11 |
1071 | 2024-11-22T19:43:56.585Z | Downloaded tokio-rustls v0.26.0 |
1072 | 2024-11-22T19:43:56.589Z | Downloaded tokio-rustls v0.25.0 |
1073 | 2024-11-22T19:43:56.591Z | Downloaded indicatif v0.17.9 |
1074 | 2024-11-22T19:43:56.594Z | Downloaded untrusted v0.7.1 |
1075 | 2024-11-22T19:43:56.596Z | Downloaded icu_locid_transform_data v1.5.0 |
1076 | 2024-11-22T19:43:56.596Z | Downloaded crc-any v2.5.0 |
1077 | 2024-11-22T19:43:56.600Z | Downloaded hyper-util v0.1.10 |
1078 | 2024-11-22T19:43:56.603Z | Downloaded litemap v0.7.3 |
1079 | 2024-11-22T19:43:56.605Z | Downloaded structmeta-derive v0.2.0 |
1080 | 2024-11-22T19:43:56.608Z | Downloaded slog-envlogger v2.2.0 |
1081 | 2024-11-22T19:43:56.608Z | Downloaded icu_provider v1.5.0 |
1082 | 2024-11-22T19:43:56.610Z | Downloaded inout v0.1.3 |
1083 | 2024-11-22T19:43:56.612Z | Downloaded foreign-types v0.5.0 |
1084 | 2024-11-22T19:43:56.612Z | Downloaded csv-core v0.1.11 |
1085 | 2024-11-22T19:43:56.615Z | Downloaded const_format_proc_macros v0.2.33 |
1086 | 2024-11-22T19:43:56.617Z | Downloaded arrayvec v0.7.6 |
1087 | 2024-11-22T19:43:56.619Z | Downloaded memoffset v0.9.1 |
1088 | 2024-11-22T19:43:56.620Z | Downloaded maybe-uninit v2.0.0 |
1089 | 2024-11-22T19:43:56.622Z | Downloaded kstat-rs v0.2.4 |
1090 | 2024-11-22T19:43:56.622Z | Downloaded linked-hash-map v0.5.6 |
1091 | 2024-11-22T19:43:56.630Z | Downloaded linear-map v1.2.0 |
1092 | 2024-11-22T19:43:56.630Z | Downloaded libsw v3.3.1 |
1093 | 2024-11-22T19:43:56.630Z | Downloaded async-bb8-diesel v0.2.1 |
1094 | 2024-11-22T19:43:56.632Z | Downloaded sha1 v0.10.6 |
1095 | 2024-11-22T19:43:56.632Z | Downloaded semver v0.1.20 |
1096 | 2024-11-22T19:43:56.632Z | Downloaded schemars_derive v0.8.21 |
1097 | 2024-11-22T19:43:56.635Z | Downloaded rustc_version v0.1.7 |
1098 | 2024-11-22T19:43:56.635Z | Downloaded blake2 v0.10.6 |
1099 | 2024-11-22T19:43:56.638Z | Downloaded cobs v0.2.3 |
1100 | 2024-11-22T19:43:56.638Z | Downloaded time-core v0.1.2 |
1101 | 2024-11-22T19:43:56.641Z | Downloaded termtree v0.4.1 |
1102 | 2024-11-22T19:43:56.641Z | Downloaded ipnetwork v0.20.0 |
1103 | 2024-11-22T19:43:56.641Z | Downloaded keccak v0.1.5 |
1104 | 2024-11-22T19:43:56.643Z | Downloaded console v0.15.8 |
1105 | 2024-11-22T19:43:56.646Z | Downloaded lru-cache v0.1.2 |
1106 | 2024-11-22T19:43:56.646Z | Downloaded ciborium v0.2.2 |
1107 | 2024-11-22T19:43:56.650Z | Downloaded ascii-canvas v3.0.0 |
1108 | 2024-11-22T19:43:56.650Z | Downloaded idna_adapter v1.2.0 |
1109 | 2024-11-22T19:43:56.650Z | Downloaded arrayref v0.3.9 |
1110 | 2024-11-22T19:43:56.652Z | Downloaded async-recursion v1.1.1 |
1111 | 2024-11-22T19:43:56.655Z | Downloaded assert_matches v1.5.0 |
1112 | 2024-11-22T19:43:56.657Z | Downloaded bcs v0.1.6 |
1113 | 2024-11-22T19:43:56.657Z | Downloaded base64ct v1.6.0 |
1114 | 2024-11-22T19:43:56.660Z | Downloaded async-stream v0.3.6 |
1115 | 2024-11-22T19:43:56.662Z | Downloaded hyper-staticfile v0.10.1 |
1116 | 2024-11-22T19:43:56.664Z | Downloaded cmake v0.1.51 |
1117 | 2024-11-22T19:43:56.667Z | Downloaded bzip2 v0.4.4 |
1118 | 2024-11-22T19:43:56.667Z | Downloaded bit-vec v0.6.3 |
1119 | 2024-11-22T19:43:56.671Z | Downloaded hyper-rustls v0.27.3 |
1120 | 2024-11-22T19:43:56.675Z | Downloaded colored v2.1.0 |
1121 | 2024-11-22T19:43:56.675Z | Downloaded chacha20 v0.9.1 |
1122 | 2024-11-22T19:43:56.678Z | Downloaded cexpr v0.6.0 |
1123 | 2024-11-22T19:43:56.678Z | Downloaded cbc v0.1.2 |
1124 | 2024-11-22T19:43:56.678Z | Downloaded castaway v0.2.3 |
1125 | 2024-11-22T19:43:56.681Z | Downloaded block-padding v0.3.3 |
1126 | 2024-11-22T19:43:56.681Z | Downloaded httparse v1.9.5 |
1127 | 2024-11-22T19:43:56.683Z | Downloaded aws-lc-rs v1.10.0 |
1128 | 2024-11-22T19:43:56.691Z | Downloaded headers-core v0.3.0 |
1129 | 2024-11-22T19:43:56.693Z | Downloaded cstr-argument v0.1.2 |
1130 | 2024-11-22T19:43:56.693Z | Downloaded crunchy v0.2.2 |
1131 | 2024-11-22T19:43:56.693Z | Downloaded crucible-workspace-hack v0.1.0 |
1132 | 2024-11-22T19:43:56.696Z | Downloaded bitfield v0.14.0 |
1133 | 2024-11-22T19:43:56.696Z | Downloaded bit-set v0.5.3 |
1134 | 2024-11-22T19:43:56.699Z | Downloaded backtrace v0.3.74 |
1135 | 2024-11-22T19:43:56.702Z | Downloaded async-stream-impl v0.3.6 |
1136 | 2024-11-22T19:43:56.704Z | Downloaded bcrypt-pbkdf v0.10.0 |
1137 | 2024-11-22T19:43:56.704Z | Downloaded bb8 v0.8.5 |
1138 | 2024-11-22T19:43:56.882Z | Downloaded ring v0.17.8 |
1139 | 2024-11-22T19:43:56.992Z | Downloaded aws-lc-sys v0.22.0 |
1140 | 2024-11-22T19:43:57.231Z | Downloaded ring v0.16.20 |
1141 | 2024-11-22T19:43:57.312Z | Downloaded libsqlite3-sys v0.30.1 |
1142 | 2024-11-22T19:43:57.492Z | Compiling serde v1.0.215 |
1143 | 2024-11-22T19:43:57.494Z | Compiling lock_api v0.4.12 |
1144 | 2024-11-22T19:43:57.494Z | Compiling scopeguard v1.2.0 |
1145 | 2024-11-22T19:43:57.494Z | Compiling value-bag v1.9.0 |
1146 | 2024-11-22T19:43:57.494Z | Compiling typenum v1.17.0 |
1147 | 2024-11-22T19:43:57.494Z | Compiling generic-array v0.14.7 |
1148 | 2024-11-22T19:43:57.699Z | Compiling syn v2.0.87 |
1149 | 2024-11-22T19:43:57.701Z | Compiling getrandom v0.2.15 |
1150 | 2024-11-22T19:43:57.805Z | Compiling shlex v1.3.0 |
1151 | 2024-11-22T19:43:58.003Z | Compiling rand_core v0.6.4 |
1152 | 2024-11-22T19:43:58.123Z | Compiling log v0.4.22 |
1153 | 2024-11-22T19:43:58.229Z | Compiling subtle v2.6.1 |
1154 | 2024-11-22T19:43:58.231Z | Compiling jobserver v0.1.32 |
1155 | 2024-11-22T19:43:58.281Z | Compiling const-oid v0.9.6 |
1156 | 2024-11-22T19:43:58.530Z | Compiling smallvec v1.13.2 |
1157 | 2024-11-22T19:43:58.553Z | Compiling spin v0.9.8 |
1158 | 2024-11-22T19:43:58.596Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-11-22T19:43:58.901Z | Compiling cc v1.1.30 |
1160 | 2024-11-22T19:43:59.020Z | Compiling rustix v0.38.37 |
1161 | 2024-11-22T19:43:59.124Z | Compiling parking_lot_core v0.9.10 |
1162 | 2024-11-22T19:43:59.158Z | Compiling futures-core v0.3.31 |
1163 | 2024-11-22T19:43:59.342Z | Compiling signal-hook-registry v1.4.2 |
1164 | 2024-11-22T19:43:59.444Z | Compiling mio v1.0.2 |
1165 | 2024-11-22T19:43:59.958Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-11-22T19:44:00.182Z | Compiling parking_lot v0.12.3 |
1167 | 2024-11-22T19:44:00.315Z | Compiling regex-syntax v0.8.5 |
1168 | 2024-11-22T19:44:00.530Z | Compiling cpufeatures v0.2.14 |
1169 | 2024-11-22T19:44:00.571Z | Compiling either v1.13.0 |
1170 | 2024-11-22T19:44:00.640Z | Compiling lazy_static v1.5.0 |
1171 | 2024-11-22T19:44:00.769Z | Compiling stable_deref_trait v1.2.0 |
1172 | 2024-11-22T19:44:00.790Z | Compiling glob v0.3.1 |
1173 | 2024-11-22T19:44:00.882Z | Compiling futures-sink v0.3.31 |
1174 | 2024-11-22T19:44:01.014Z | Compiling socket2 v0.5.7 |
1175 | 2024-11-22T19:44:01.057Z | Compiling slab v0.4.9 |
1176 | 2024-11-22T19:44:01.194Z | Compiling prettyplease v0.2.25 |
1177 | 2024-11-22T19:44:01.541Z | Compiling minimal-lexical v0.2.1 |
1178 | 2024-11-22T19:44:01.937Z | Compiling clang-sys v1.8.1 |
1179 | 2024-11-22T19:44:02.046Z | Compiling nom v7.1.3 |
1180 | 2024-11-22T19:44:02.103Z | Compiling libloading v0.8.5 |
1181 | 2024-11-22T19:44:02.141Z | Compiling serde_json v1.0.132 |
1182 | 2024-11-22T19:44:02.472Z | Compiling bindgen v0.69.5 |
1183 | 2024-11-22T19:44:02.504Z | Compiling home v0.5.9 |
1184 | 2024-11-22T19:44:02.803Z | Compiling futures-channel v0.3.31 |
1185 | 2024-11-22T19:44:03.248Z | Compiling itertools v0.12.1 |
1186 | 2024-11-22T19:44:03.273Z | Compiling lazycell v1.3.0 |
1187 | 2024-11-22T19:44:03.452Z | Compiling pin-utils v0.1.0 |
1188 | 2024-11-22T19:44:03.537Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-11-22T19:44:03.558Z | Compiling futures-io v0.3.31 |
1190 | 2024-11-22T19:44:03.921Z | Compiling rustc-hash v1.1.0 |
1191 | 2024-11-22T19:44:04.098Z | Compiling futures-task v0.3.31 |
1192 | 2024-11-22T19:44:04.387Z | Compiling regex-automata v0.4.8 |
1193 | 2024-11-22T19:44:04.409Z | Compiling foldhash v0.1.3 |
1194 | 2024-11-22T19:44:04.723Z | Compiling hashbrown v0.15.0 |
1195 | 2024-11-22T19:44:05.821Z | Compiling synstructure v0.13.1 |
1196 | 2024-11-22T19:44:06.074Z | Compiling cexpr v0.6.0 |
1197 | 2024-11-22T19:44:06.439Z | Compiling cmake v0.1.51 |
1198 | 2024-11-22T19:44:07.398Z | Compiling tinyvec_macros v0.1.1 |
1199 | 2024-11-22T19:44:07.499Z | Compiling libm v0.2.8 |
1200 | 2024-11-22T19:44:07.520Z | Compiling pkg-config v0.3.31 |
1201 | 2024-11-22T19:44:07.565Z | Compiling fs_extra v1.3.0 |
1202 | 2024-11-22T19:44:07.821Z | Compiling dunce v1.0.5 |
1203 | 2024-11-22T19:44:07.961Z | Compiling tinyvec v1.8.0 |
1204 | 2024-11-22T19:44:07.963Z | Compiling num-traits v0.2.19 |
1205 | 2024-11-22T19:44:08.517Z | Compiling ring v0.17.8 |
1206 | 2024-11-22T19:44:09.146Z | Compiling paste v1.0.15 |
1207 | 2024-11-22T19:44:09.213Z | Compiling litemap v0.7.3 |
1208 | 2024-11-22T19:44:09.556Z | Compiling unicode-normalization v0.1.24 |
1209 | 2024-11-22T19:44:09.590Z | Compiling writeable v0.5.5 |
1210 | 2024-11-22T19:44:09.616Z | Compiling unicode-bidi v0.3.17 |
1211 | 2024-11-22T19:44:09.668Z | Compiling base64ct v1.6.0 |
1212 | 2024-11-22T19:44:10.172Z | Compiling regex v1.11.1 |
1213 | 2024-11-22T19:44:10.240Z | Compiling pem-rfc7468 v0.7.0 |
1214 | 2024-11-22T19:44:10.953Z | Compiling flagset v0.4.6 |
1215 | 2024-11-22T19:44:11.077Z | Compiling httparse v1.9.5 |
1216 | 2024-11-22T19:44:11.137Z | Compiling aws-lc-rs v1.10.0 |
1217 | 2024-11-22T19:44:11.585Z | Compiling tracing-core v0.1.32 |
1218 | 2024-11-22T19:44:11.853Z | Compiling crossbeam-utils v0.8.20 |
1219 | 2024-11-22T19:44:12.430Z | Compiling rustls-pki-types v1.9.0 |
1220 | 2024-11-22T19:44:12.454Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-11-22T19:44:12.549Z | Compiling percent-encoding v2.3.1 |
1222 | 2024-11-22T19:44:12.823Z | Compiling serde_derive v1.0.215 |
1223 | 2024-11-22T19:44:12.897Z | Compiling zeroize_derive v1.4.2 |
1224 | 2024-11-22T19:44:12.988Z | Compiling zerocopy-derive v0.7.35 |
1225 | 2024-11-22T19:44:13.339Z | Compiling tokio-macros v2.4.0 |
1226 | 2024-11-22T19:44:13.496Z | Compiling zerofrom-derive v0.1.4 |
1227 | 2024-11-22T19:44:14.520Z | Compiling zeroize v1.8.1 |
1228 | 2024-11-22T19:44:14.965Z | Compiling thiserror-impl v1.0.69 |
1229 | 2024-11-22T19:44:14.995Z | Compiling yoke-derive v0.7.4 |
1230 | 2024-11-22T19:44:15.401Z | Compiling zerocopy v0.7.35 |
1231 | 2024-11-22T19:44:16.426Z | Compiling crypto-common v0.1.6 |
1232 | 2024-11-22T19:44:16.775Z | Compiling block-buffer v0.10.4 |
1233 | 2024-11-22T19:44:16.952Z | Compiling digest v0.10.7 |
1234 | 2024-11-22T19:44:16.987Z | Compiling futures-macro v0.3.31 |
1235 | 2024-11-22T19:44:17.455Z | Compiling hmac v0.12.1 |
1236 | 2024-11-22T19:44:17.535Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-11-22T19:44:17.579Z | Compiling zerofrom v0.1.4 |
1238 | 2024-11-22T19:44:17.688Z | Compiling block-padding v0.3.3 |
1239 | 2024-11-22T19:44:17.817Z | Compiling displaydoc v0.2.5 |
1240 | 2024-11-22T19:44:17.931Z | Compiling inout v0.1.3 |
1241 | 2024-11-22T19:44:18.048Z | Compiling yoke v0.7.4 |
1242 | 2024-11-22T19:44:18.217Z | Compiling cipher v0.4.4 |
1243 | 2024-11-22T19:44:18.415Z | Compiling thiserror v1.0.69 |
1244 | 2024-11-22T19:44:18.436Z | Compiling sha2 v0.10.8 |
1245 | 2024-11-22T19:44:18.559Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-11-22T19:44:18.769Z | Compiling der_derive v0.7.3 |
1247 | 2024-11-22T19:44:18.918Z | Compiling futures-util v0.3.31 |
1248 | 2024-11-22T19:44:19.458Z | Compiling icu_provider_macros v1.5.0 |
1249 | 2024-11-22T19:44:19.540Z | Compiling rand_chacha v0.3.1 |
1250 | 2024-11-22T19:44:19.795Z | Compiling tracing-attributes v0.1.27 |
1251 | 2024-11-22T19:44:20.345Z | Compiling zerovec v0.10.4 |
1252 | 2024-11-22T19:44:20.669Z | Compiling rand v0.8.5 |
1253 | 2024-11-22T19:44:21.301Z | Compiling der v0.7.9 |
1254 | 2024-11-22T19:44:21.931Z | Compiling salsa20 v0.10.2 |
1255 | 2024-11-22T19:44:22.019Z | Compiling pest v2.7.14 |
1256 | 2024-11-22T19:44:22.176Z | Compiling pbkdf2 v0.12.2 |
1257 | 2024-11-22T19:44:22.345Z | Compiling tinystr v0.7.6 |
1258 | 2024-11-22T19:44:22.677Z | Compiling icu_collections v1.5.0 |
1259 | 2024-11-22T19:44:22.862Z | Compiling icu_locid v1.5.0 |
1260 | 2024-11-22T19:44:22.883Z | Compiling untrusted v0.7.1 |
1261 | 2024-11-22T19:44:23.082Z | Compiling time-core v0.1.2 |
1262 | 2024-11-22T19:44:23.263Z | Compiling powerfmt v0.2.0 |
1263 | 2024-11-22T19:44:23.647Z | Compiling tracing v0.1.40 |
1264 | 2024-11-22T19:44:23.726Z | Compiling spki v0.7.3 |
1265 | 2024-11-22T19:44:24.125Z | Compiling icu_provider v1.5.0 |
1266 | 2024-11-22T19:44:24.196Z | Compiling num-conv v0.1.0 |
1267 | 2024-11-22T19:44:24.220Z | Compiling icu_properties_data v1.5.0 |
1268 | 2024-11-22T19:44:24.474Z | Compiling mirai-annotations v1.12.0 |
1269 | 2024-11-22T19:44:24.497Z | Compiling vcpkg v0.2.15 |
1270 | 2024-11-22T19:44:24.676Z | Compiling untrusted v0.9.0 |
1271 | 2024-11-22T19:44:24.851Z | Compiling pest_meta v2.7.14 |
1272 | 2024-11-22T19:44:25.110Z | Compiling icu_locid_transform v1.5.0 |
1273 | 2024-11-22T19:44:25.174Z | Compiling time-macros v0.2.18 |
1274 | 2024-11-22T19:44:25.235Z | Compiling deranged v0.3.11 |
1275 | 2024-11-22T19:44:25.338Z | Compiling scrypt v0.11.0 |
1276 | 2024-11-22T19:44:25.946Z | Compiling aes v0.8.4 |
1277 | 2024-11-22T19:44:26.797Z | Compiling openssl-sys v0.9.103 |
1278 | 2024-11-22T19:44:27.225Z | Compiling icu_properties v1.5.1 |
1279 | 2024-11-22T19:44:27.685Z | Compiling bitflags v2.6.0 |
1280 | 2024-11-22T19:44:27.901Z | Compiling bytes v1.8.0 |
1281 | 2024-11-22T19:44:28.586Z | Compiling indexmap v2.6.0 |
1282 | 2024-11-22T19:44:28.818Z | Compiling semver v1.0.23 |
1283 | 2024-11-22T19:44:28.904Z | Compiling tokio v1.40.0 |
1284 | 2024-11-22T19:44:29.307Z | Compiling http v1.1.0 |
1285 | 2024-11-22T19:44:29.611Z | Compiling rustc_version v0.4.1 |
1286 | 2024-11-22T19:44:30.184Z | Compiling cbc v0.1.2 |
1287 | 2024-11-22T19:44:30.229Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-11-22T19:44:30.470Z | Compiling utf8_iter v1.0.4 |
1289 | 2024-11-22T19:44:30.720Z | Compiling atomic-waker v1.1.2 |
1290 | 2024-11-22T19:44:30.922Z | Compiling write16 v1.0.0 |
1291 | 2024-11-22T19:44:31.067Z | Compiling num_threads v0.1.7 |
1292 | 2024-11-22T19:44:31.207Z | Compiling utf16_iter v1.0.5 |
1293 | 2024-11-22T19:44:31.412Z | Compiling icu_normalizer_data v1.5.0 |
1294 | 2024-11-22T19:44:31.437Z | Compiling time v0.3.36 |
1295 | 2024-11-22T19:44:31.524Z | Compiling icu_normalizer v1.5.0 |
1296 | 2024-11-22T19:44:31.759Z | Compiling scroll v0.12.0 |
1297 | 2024-11-22T19:44:31.780Z | Compiling http-body v1.0.1 |
1298 | 2024-11-22T19:44:31.834Z | Compiling pkcs5 v0.7.1 |
1299 | 2024-11-22T19:44:32.212Z | Compiling which v4.4.2 |
1300 | 2024-11-22T19:44:32.309Z | Compiling pest_generator v2.7.14 |
1301 | 2024-11-22T19:44:32.330Z | Compiling form_urlencoded v1.2.1 |
1302 | 2024-11-22T19:44:32.850Z | Compiling slog v2.7.0 |
1303 | 2024-11-22T19:44:33.130Z | Compiling try-lock v0.2.5 |
1304 | 2024-11-22T19:44:33.292Z | Compiling goblin v0.8.2 |
1305 | 2024-11-22T19:44:33.450Z | Compiling want v0.3.1 |
1306 | 2024-11-22T19:44:33.658Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-11-22T19:44:33.699Z | Compiling idna_adapter v1.2.0 |
1308 | 2024-11-22T19:44:33.761Z | Compiling httpdate v1.0.3 |
1309 | 2024-11-22T19:44:33.932Z | Compiling idna v1.0.3 |
1310 | 2024-11-22T19:44:34.425Z | Compiling serde_tokenstream v0.2.2 |
1311 | 2024-11-22T19:44:34.493Z | Compiling pest_derive v2.7.14 |
1312 | 2024-11-22T19:44:35.085Z | Compiling uuid v1.11.0 |
1313 | 2024-11-22T19:44:35.108Z | Compiling toml_datetime v0.6.8 |
1314 | 2024-11-22T19:44:35.327Z | Compiling dtrace-parser v0.2.0 |
1315 | 2024-11-22T19:44:35.662Z | Compiling serde_spanned v0.6.8 |
1316 | 2024-11-22T19:44:35.845Z | Compiling iana-time-zone v0.1.61 |
1317 | 2024-11-22T19:44:35.901Z | Compiling tower-service v0.3.3 |
1318 | 2024-11-22T19:44:36.042Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-11-22T19:44:36.160Z | Compiling base64 v0.22.1 |
1320 | 2024-11-22T19:44:36.302Z | Compiling rustversion v1.0.17 |
1321 | 2024-11-22T19:44:36.542Z | Compiling match_cfg v0.1.0 |
1322 | 2024-11-22T19:44:36.647Z | Compiling openssl v0.10.66 |
1323 | 2024-11-22T19:44:36.851Z | Compiling adler2 v2.0.0 |
1324 | 2024-11-22T19:44:36.926Z | Compiling hostname v0.3.1 |
1325 | 2024-11-22T19:44:37.071Z | Compiling miniz_oxide v0.8.0 |
1326 | 2024-11-22T19:44:37.124Z | Compiling foreign-types v0.3.2 |
1327 | 2024-11-22T19:44:37.148Z | Compiling chrono v0.4.38 |
1328 | 2024-11-22T19:44:37.168Z | Compiling url v2.5.3 |
1329 | 2024-11-22T19:44:37.590Z | Compiling tokio-util v0.7.12 |
1330 | 2024-11-22T19:44:38.668Z | Compiling h2 v0.4.6 |
1331 | 2024-11-22T19:44:38.705Z | Compiling async-trait v0.1.83 |
1332 | 2024-11-22T19:44:39.119Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-11-22T19:44:39.312Z | Compiling dof v0.3.0 |
1334 | 2024-11-22T19:44:39.908Z | Compiling dirs-sys-next v0.1.2 |
1335 | 2024-11-22T19:44:40.584Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-11-22T19:44:41.096Z | Compiling syn v1.0.109 |
1337 | 2024-11-22T19:44:41.513Z | Compiling rustls v0.23.14 |
1338 | 2024-11-22T19:44:41.622Z | Compiling siphasher v0.3.11 |
1339 | 2024-11-22T19:44:41.735Z | Compiling data-encoding v2.6.0 |
1340 | 2024-11-22T19:44:41.793Z | Compiling native-tls v0.2.12 |
1341 | 2024-11-22T19:44:42.027Z | Compiling rustls v0.22.4 |
1342 | 2024-11-22T19:44:42.196Z | Compiling dirs-next v2.0.0 |
1343 | 2024-11-22T19:44:42.396Z | Compiling http-body-util v0.1.2 |
1344 | 2024-11-22T19:44:42.938Z | Compiling crossbeam-epoch v0.9.18 |
1345 | 2024-11-22T19:44:43.741Z | Compiling heapless v0.7.17 |
1346 | 2024-11-22T19:44:43.814Z | Compiling sha1 v0.10.6 |
1347 | 2024-11-22T19:44:44.032Z | Compiling signature v2.2.0 |
1348 | 2024-11-22T19:44:44.189Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1349 | 2024-11-22T19:44:44.265Z | Compiling serde_derive_internals v0.29.1 |
1350 | 2024-11-22T19:44:44.268Z | Compiling thread_local v1.1.8 |
1351 | 2024-11-22T19:44:44.327Z | Compiling encoding_rs v0.8.34 |
1352 | 2024-11-22T19:44:44.693Z | Compiling cookie v0.18.1 |
1353 | 2024-11-22T19:44:44.817Z | Compiling multer v3.1.0 |
1354 | 2024-11-22T19:44:44.960Z | Compiling signal-hook v0.3.17 |
1355 | 2024-11-22T19:44:44.985Z | Compiling gimli v0.31.1 |
1356 | 2024-11-22T19:44:45.105Z | Compiling mime v0.3.17 |
1357 | 2024-11-22T19:44:45.230Z | Compiling schemars v0.8.21 |
1358 | 2024-11-22T19:44:45.611Z | Compiling slog-async v2.8.0 |
1359 | 2024-11-22T19:44:45.722Z | Compiling unicode-properties v0.1.3 |
1360 | 2024-11-22T19:44:46.132Z | Compiling hyper v1.5.0 |
1361 | 2024-11-22T19:44:46.135Z | Compiling ipnet v2.10.1 |
1362 | 2024-11-22T19:44:47.167Z | Compiling rayon-core v1.12.1 |
1363 | 2024-11-22T19:44:47.454Z | Compiling openssl-probe v0.1.5 |
1364 | 2024-11-22T19:44:47.538Z | Compiling schemars_derive v0.8.21 |
1365 | 2024-11-22T19:44:47.889Z | Compiling stringprep v0.1.5 |
1366 | 2024-11-22T19:44:48.869Z | Compiling hyper-util v0.1.10 |
1367 | 2024-11-22T19:44:49.620Z | Compiling addr2line v0.24.2 |
1368 | 2024-11-22T19:44:49.946Z | Compiling toml_edit v0.22.22 |
1369 | 2024-11-22T19:44:50.458Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-11-22T19:44:50.505Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-11-22T19:44:50.968Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-11-22T19:44:51.197Z | Compiling term v0.7.0 |
1373 | 2024-11-22T19:44:51.859Z | Compiling slog-json v2.6.1 |
1374 | 2024-11-22T19:44:52.049Z | Compiling serde_urlencoded v0.7.1 |
1375 | 2024-11-22T19:44:52.075Z | Compiling crossbeam-channel v0.5.13 |
1376 | 2024-11-22T19:44:52.144Z | Compiling curve25519-dalek v4.1.3 |
1377 | 2024-11-22T19:44:52.246Z | Compiling futures-executor v0.3.31 |
1378 | 2024-11-22T19:44:52.596Z | Compiling enum-as-inner v0.6.1 |
1379 | 2024-11-22T19:44:52.738Z | Compiling md-5 v0.10.6 |
1380 | 2024-11-22T19:44:52.798Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-11-22T19:44:52.826Z | Compiling async-stream-impl v0.3.6 |
1382 | 2024-11-22T19:44:53.026Z | Compiling num-integer v0.1.46 |
1383 | 2024-11-22T19:44:53.161Z | Compiling idna v0.4.0 |
1384 | 2024-11-22T19:44:53.187Z | Compiling idna v0.3.0 |
1385 | 2024-11-22T19:44:53.748Z | Compiling hash32 v0.2.1 |
1386 | 2024-11-22T19:44:53.869Z | Compiling ff v0.13.0 |
1387 | 2024-11-22T19:44:54.115Z | Compiling is-terminal v0.4.13 |
1388 | 2024-11-22T19:44:54.137Z | Compiling object v0.36.5 |
1389 | 2024-11-22T19:44:54.260Z | Compiling dropshot v0.12.0 |
1390 | 2024-11-22T19:44:54.300Z | Compiling quick-error v1.2.3 |
1391 | 2024-11-22T19:44:54.454Z | Compiling fallible-iterator v0.2.0 |
1392 | 2024-11-22T19:44:54.552Z | Compiling anyhow v1.0.93 |
1393 | 2024-11-22T19:44:54.964Z | Compiling base16ct v0.2.0 |
1394 | 2024-11-22T19:44:54.989Z | Compiling psl-types v2.0.11 |
1395 | 2024-11-22T19:44:55.164Z | Compiling linked-hash-map v0.5.6 |
1396 | 2024-11-22T19:44:55.188Z | Compiling smoltcp v0.9.1 |
1397 | 2024-11-22T19:44:55.207Z | Compiling utf-8 v0.7.6 |
1398 | 2024-11-22T19:44:55.279Z | Compiling dyn-clone v1.0.17 |
1399 | 2024-11-22T19:44:55.507Z | Compiling rustc-demangle v0.1.24 |
1400 | 2024-11-22T19:44:55.529Z | Compiling portable-atomic v1.9.0 |
1401 | 2024-11-22T19:44:55.550Z | Compiling num-bigint-dig v0.8.4 |
1402 | 2024-11-22T19:44:55.834Z | Compiling take_mut v0.2.2 |
1403 | 2024-11-22T19:44:55.955Z | Compiling lru-cache v0.1.2 |
1404 | 2024-11-22T19:44:56.521Z | Compiling tungstenite v0.24.0 |
1405 | 2024-11-22T19:44:57.074Z | Compiling sec1 v0.7.3 |
1406 | 2024-11-22T19:44:57.264Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-11-22T19:44:57.526Z | Compiling postgres-protocol v0.6.7 |
1408 | 2024-11-22T19:44:57.733Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-11-22T19:44:58.580Z | Compiling async-stream v0.3.6 |
1410 | 2024-11-22T19:44:58.609Z | Compiling slog-term v2.9.1 |
1411 | 2024-11-22T19:44:58.865Z | Compiling usdt v0.5.0 |
1412 | 2024-11-22T19:44:58.928Z | Compiling hickory-proto v0.24.1 |
1413 | 2024-11-22T19:44:58.994Z | Compiling group v0.13.0 |
1414 | 2024-11-22T19:44:59.400Z | Compiling num-iter v0.1.45 |
1415 | 2024-11-22T19:44:59.597Z | Compiling toml v0.8.19 |
1416 | 2024-11-22T19:45:00.069Z | Compiling futures v0.3.31 |
1417 | 2024-11-22T19:45:00.131Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-11-22T19:45:01.487Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-22T19:45:01.759Z | Compiling backtrace v0.3.74 |
1420 | 2024-11-22T19:45:01.793Z | Compiling camino v1.1.9 |
1421 | 2024-11-22T19:45:02.234Z | Compiling phf_shared v0.11.2 |
1422 | 2024-11-22T19:45:02.460Z | Compiling dropshot_endpoint v0.12.0 |
1423 | 2024-11-22T19:45:02.484Z | Compiling terminal_size v0.4.0 |
1424 | 2024-11-22T19:45:02.653Z | Compiling waitgroup v0.1.2 |
1425 | 2024-11-22T19:45:02.713Z | Compiling openapiv3 v2.0.0 |
1426 | 2024-11-22T19:45:02.788Z | Compiling serde_path_to_error v0.1.16 |
1427 | 2024-11-22T19:45:02.875Z | Compiling hkdf v0.12.4 |
1428 | 2024-11-22T19:45:03.150Z | Compiling crypto-bigint v0.5.5 |
1429 | 2024-11-22T19:45:03.722Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-11-22T19:45:03.961Z | Compiling curve25519-dalek-derive v0.1.1 |
1431 | 2024-11-22T19:45:05.533Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-11-22T19:45:05.605Z | Compiling idna v0.5.0 |
1433 | 2024-11-22T19:45:06.026Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-11-22T19:45:06.935Z | Compiling hostname v0.4.0 |
1435 | 2024-11-22T19:45:07.226Z | Compiling ahash v0.8.11 |
1436 | 2024-11-22T19:45:07.290Z | Compiling crc32fast v1.4.2 |
1437 | 2024-11-22T19:45:07.311Z | Compiling fs-err v2.11.0 |
1438 | 2024-11-22T19:45:07.427Z | Compiling bitflags v1.3.2 |
1439 | 2024-11-22T19:45:07.542Z | Compiling winnow v0.5.40 |
1440 | 2024-11-22T19:45:07.565Z | Compiling debug-ignore v1.0.5 |
1441 | 2024-11-22T19:45:07.601Z | Compiling managed v0.8.0 |
1442 | 2024-11-22T19:45:07.625Z | Compiling strum_macros v0.25.3 |
1443 | 2024-11-22T19:45:07.714Z | Compiling console v0.15.8 |
1444 | 2024-11-22T19:45:07.870Z | Compiling zerocopy v0.6.6 |
1445 | 2024-11-22T19:45:08.744Z | Compiling clap_builder v4.5.21 |
1446 | 2024-11-22T19:45:09.649Z | Compiling flate2 v1.0.34 |
1447 | 2024-11-22T19:45:09.671Z | Compiling hubpack v0.1.2 |
1448 | 2024-11-22T19:45:09.855Z | Compiling cookie_store v0.21.0 |
1449 | 2024-11-22T19:45:10.161Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-11-22T19:45:10.679Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-11-22T19:45:11.019Z | Compiling phf v0.11.2 |
1452 | 2024-11-22T19:45:11.337Z | Compiling toml_edit v0.19.15 |
1453 | 2024-11-22T19:45:11.669Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-11-22T19:45:11.847Z | Compiling hyper-tls v0.6.0 |
1455 | 2024-11-22T19:45:11.979Z | Compiling rayon v1.10.0 |
1456 | 2024-11-22T19:45:12.292Z | Compiling bzip2 v0.4.4 |
1457 | 2024-11-22T19:45:12.702Z | Compiling postgres-types v0.2.8 |
1458 | 2024-11-22T19:45:14.351Z | Compiling tokio-tungstenite v0.24.0 |
1459 | 2024-11-22T19:45:16.324Z | Compiling ed25519 v2.2.3 |
1460 | 2024-11-22T19:45:17.068Z | Compiling phf_shared v0.10.0 |
1461 | 2024-11-22T19:45:17.501Z | Compiling tokio-stream v0.1.16 |
1462 | 2024-11-22T19:45:17.779Z | Compiling pkcs1 v0.7.5 |
1463 | 2024-11-22T19:45:18.294Z | Compiling serde-big-array v0.5.1 |
1464 | 2024-11-22T19:45:18.537Z | Compiling clap_derive v4.5.18 |
1465 | 2024-11-22T19:45:18.573Z | Compiling rfc6979 v0.4.0 |
1466 | 2024-11-22T19:45:18.602Z | Compiling derive-where v1.2.7 |
1467 | 2024-11-22T19:45:18.605Z | Compiling serde_repr v0.1.19 |
1468 | 2024-11-22T19:45:18.780Z | Compiling float-cmp v0.9.0 |
1469 | 2024-11-22T19:45:18.841Z | Compiling bstr v1.10.0 |
1470 | 2024-11-22T19:45:19.016Z | Compiling sync_wrapper v1.0.1 |
1471 | 2024-11-22T19:45:19.179Z | Compiling difflib v0.4.0 |
1472 | 2024-11-22T19:45:19.689Z | Compiling normalize-line-endings v0.3.0 |
1473 | 2024-11-22T19:45:19.826Z | Compiling precomputed-hash v0.1.1 |
1474 | 2024-11-22T19:45:19.947Z | Compiling number_prefix v0.4.0 |
1475 | 2024-11-22T19:45:20.182Z | Compiling predicates-core v1.0.8 |
1476 | 2024-11-22T19:45:20.551Z | Compiling static_assertions v1.1.0 |
1477 | 2024-11-22T19:45:20.604Z | Compiling new_debug_unreachable v1.0.6 |
1478 | 2024-11-22T19:45:20.646Z | Compiling bit-vec v0.6.3 |
1479 | 2024-11-22T19:45:20.710Z | Compiling whoami v1.5.2 |
1480 | 2024-11-22T19:45:20.882Z | Compiling fixedbitset v0.4.2 |
1481 | 2024-11-22T19:45:21.105Z | Compiling unicode-segmentation v1.12.0 |
1482 | 2024-11-22T19:45:21.325Z | Compiling unicode-width v0.2.0 |
1483 | 2024-11-22T19:45:21.374Z | Compiling petgraph v0.6.5 |
1484 | 2024-11-22T19:45:21.854Z | Compiling indicatif v0.17.9 |
1485 | 2024-11-22T19:45:21.909Z | Compiling similar v2.6.0 |
1486 | 2024-11-22T19:45:22.045Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-11-22T19:45:22.086Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-11-22T19:45:23.810Z | Compiling clap v4.5.21 |
1489 | 2024-11-22T19:45:23.949Z | Compiling bit-set v0.5.3 |
1490 | 2024-11-22T19:45:24.254Z | Compiling string_cache v0.8.7 |
1491 | 2024-11-22T19:45:24.276Z | Compiling predicates v3.1.2 |
1492 | 2024-11-22T19:45:24.429Z | Compiling ecdsa v0.16.9 |
1493 | 2024-11-22T19:45:24.756Z | Compiling rsa v0.9.6 |
1494 | 2024-11-22T19:45:25.296Z | Compiling ed25519-dalek v2.1.1 |
1495 | 2024-11-22T19:45:25.609Z | Compiling toml v0.7.8 |
1496 | 2024-11-22T19:45:26.075Z | Compiling zip v0.6.6 |
1497 | 2024-11-22T19:45:26.657Z | Compiling crossterm v0.28.1 |
1498 | 2024-11-22T19:45:27.601Z | Compiling hex v0.4.3 |
1499 | 2024-11-22T19:45:27.703Z | Compiling x509-cert v0.2.5 |
1500 | 2024-11-22T19:45:28.038Z | Compiling itertools v0.10.5 |
1501 | 2024-11-22T19:45:28.248Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-11-22T19:45:28.272Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-11-22T19:45:28.462Z | Compiling peg-runtime v0.8.3 |
1504 | 2024-11-22T19:45:28.619Z | Compiling strum_macros v0.26.4 |
1505 | 2024-11-22T19:45:29.123Z | Compiling xattr v1.3.1 |
1506 | 2024-11-22T19:45:29.209Z | Compiling filetime v0.2.25 |
1507 | 2024-11-22T19:45:29.565Z | Compiling tar v0.4.42 |
1508 | 2024-11-22T19:45:33.752Z | Compiling strum v0.26.3 |
1509 | 2024-11-22T19:45:36.858Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-11-22T19:46:09.391Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-11-22T19:46:12.949Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-11-22T19:46:14.617Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-11-22T19:46:14.967Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-11-22T19:46:15.279Z | Compiling reqwest v0.12.9 |
1515 | 2024-11-22T19:46:16.751Z | Compiling qorb v0.2.0 |
1516 | 2024-11-22T19:46:21.536Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-11-22T19:46:21.790Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-11-22T19:46:28.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1519 | 2024-11-22T19:46:28.269Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-11-22T19:46:28.326Z | Nov 22 19:46:27.104 INFO Starting download, target: Clickhouse |
1521 | 2024-11-22T19:46:28.326Z | Nov 22 19:46:27.105 INFO Starting download, target: Cockroach |
1522 | 2024-11-22T19:46:28.326Z | Nov 22 19:46:27.105 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-11-22T19:46:28.327Z | Nov 22 19:46:27.105 INFO Starting download, target: Console |
1524 | 2024-11-22T19:46:28.329Z | Nov 22 19:46:27.105 INFO Starting download, target: DendriteStub |
1525 | 2024-11-22T19:46:28.329Z | Nov 22 19:46:27.105 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-11-22T19:46:28.329Z | Nov 22 19:46:27.105 INFO Starting download, target: TransceiverControl |
1527 | 2024-11-22T19:46:28.329Z | Nov 22 19:46:27.105 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.105 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.106 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1530 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.106 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1531 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.106 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.106 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1533 | 2024-11-22T19:46:28.330Z | Nov 22 19:46:27.106 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1534 | 2024-11-22T19:46:28.612Z | Nov 22 19:46:27.385 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-11-22T19:46:28.865Z | Nov 22 19:46:27.636 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1536 | 2024-11-22T19:46:28.974Z | Nov 22 19:46:27.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1537 | 2024-11-22T19:46:29.246Z | Nov 22 19:46:28.020 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-11-22T19:46:29.318Z | Nov 22 19:46:28.094 INFO Download complete, target: Console |
1539 | 2024-11-22T19:46:29.351Z | Nov 22 19:46:28.128 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1540 | 2024-11-22T19:46:29.605Z | Nov 22 19:46:28.380 INFO Download complete, target: TransceiverControl |
1541 | 2024-11-22T19:46:29.966Z | Nov 22 19:46:28.745 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-11-22T19:46:29.966Z | Nov 22 19:46:28.745 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-11-22T19:46:30.352Z | Nov 22 19:46:29.130 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-11-22T19:46:32.074Z | Nov 22 19:46:30.853 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-11-22T19:46:32.126Z | Nov 22 19:46:30.904 INFO Download complete, target: DendriteStub |
1546 | 2024-11-22T19:46:37.077Z | Nov 22 19:46:35.853 INFO Checking that binary works, target: Cockroach |
1547 | 2024-11-22T19:46:37.249Z | Nov 22 19:46:36.020 INFO Download complete, target: Cockroach |
1548 | 2024-11-22T19:46:42.273Z | Nov 22 19:46:41.050 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-11-22T19:46:42.706Z | Nov 22 19:46:41.484 INFO Download complete, target: Clickhouse |
1550 | 2024-11-22T19:46:42.713Z | All prerequisites installed successfully |
1551 | 2024-11-22T19:46:42.716Z | |
1552 | 2024-11-22T19:46:42.716Z | real 5:21.232887934 |
1553 | 2024-11-22T19:46:42.716Z | user 16:51.636118854 |
1554 | 2024-11-22T19:46:42.716Z | sys 3:19.093744280 |
1555 | 2024-11-22T19:46:42.716Z | trap 0.600877750 |
1556 | 2024-11-22T19:46:42.716Z | tflt 4.948865016 |
1557 | 2024-11-22T19:46:42.716Z | dflt 4.468496037 |
1558 | 2024-11-22T19:46:42.716Z | kflt 0.208652761 |
1559 | 2024-11-22T19:46:42.716Z | lock 32:44.851405256 |
1560 | 2024-11-22T19:46:42.716Z | slp 1:04:19.822473765 |
1561 | 2024-11-22T19:46:42.716Z | lat 56.195522472 |
1562 | 2024-11-22T19:46:42.716Z | stop 2:25.203087680 |
1563 | 2024-11-22T19:46:42.716Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-11-22T19:46:43.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1565 | 2024-11-22T19:46:43.293Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-11-22T19:46:44.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1567 | 2024-11-22T19:46:44.218Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-11-22T19:46:44.259Z | Nov 22 19:46:43.037 INFO Starting download, target: Softnpu |
1569 | 2024-11-22T19:46:44.261Z | Nov 22 19:46:43.037 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-11-22T19:46:45.016Z | Nov 22 19:46:43.794 INFO Download complete, target: Softnpu |
1571 | 2024-11-22T19:46:45.020Z | |
1572 | 2024-11-22T19:46:45.022Z | real 2.298942787 |
1573 | 2024-11-22T19:46:45.022Z | user 1.314393991 |
1574 | 2024-11-22T19:46:45.022Z | sys 0.565973420 |
1575 | 2024-11-22T19:46:45.022Z | trap 0.000776293 |
1576 | 2024-11-22T19:46:45.022Z | tflt 0.000004600 |
1577 | 2024-11-22T19:46:45.022Z | dflt 0.000000000 |
1578 | 2024-11-22T19:46:45.022Z | kflt 0.000000000 |
1579 | 2024-11-22T19:46:45.022Z | lock 7.643221667 |
1580 | 2024-11-22T19:46:45.023Z | slp 0.576681974 |
1581 | 2024-11-22T19:46:45.023Z | lat 0.063206798 |
1582 | 2024-11-22T19:46:45.023Z | stop 0.000173337 |
1583 | 2024-11-22T19:46:45.023Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-11-22T19:46:45.023Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-11-22T19:46:45.023Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-11-22T19:46:46.033Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-11-22T19:46:46.033Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-11-22T19:46:46.036Z | Compiling libc v0.2.162 |
1589 | 2024-11-22T19:46:46.037Z | Compiling serde v1.0.215 |
1590 | 2024-11-22T19:46:46.037Z | Compiling autocfg v1.4.0 |
1591 | 2024-11-22T19:46:46.037Z | Compiling version_check v0.9.5 |
1592 | 2024-11-22T19:46:46.037Z | Compiling cfg-if v1.0.0 |
1593 | 2024-11-22T19:46:46.351Z | Compiling memchr v2.7.4 |
1594 | 2024-11-22T19:46:46.376Z | Compiling typenum v1.17.0 |
1595 | 2024-11-22T19:46:46.523Z | Compiling shlex v1.3.0 |
1596 | 2024-11-22T19:46:46.926Z | Compiling generic-array v0.14.7 |
1597 | 2024-11-22T19:46:46.974Z | Compiling value-bag v1.9.0 |
1598 | 2024-11-22T19:46:47.111Z | Compiling lock_api v0.4.12 |
1599 | 2024-11-22T19:46:47.238Z | Compiling scopeguard v1.2.0 |
1600 | 2024-11-22T19:46:47.394Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-11-22T19:46:47.414Z | Compiling log v0.4.22 |
1602 | 2024-11-22T19:46:47.792Z | Compiling serde_json v1.0.132 |
1603 | 2024-11-22T19:46:47.810Z | Compiling once_cell v1.20.2 |
1604 | 2024-11-22T19:46:48.104Z | Compiling quote v1.0.37 |
1605 | 2024-11-22T19:46:48.199Z | Compiling jobserver v0.1.32 |
1606 | 2024-11-22T19:46:48.218Z | Compiling getrandom v0.2.15 |
1607 | 2024-11-22T19:46:48.315Z | Compiling rustix v0.38.37 |
1608 | 2024-11-22T19:46:48.559Z | Compiling syn v2.0.87 |
1609 | 2024-11-22T19:46:48.578Z | Compiling cc v1.1.30 |
1610 | 2024-11-22T19:46:48.596Z | Compiling thiserror v1.0.69 |
1611 | 2024-11-22T19:46:48.742Z | Compiling libm v0.2.8 |
1612 | 2024-11-22T19:46:48.785Z | Compiling aho-corasick v1.1.3 |
1613 | 2024-11-22T19:46:48.966Z | Compiling regex-syntax v0.8.5 |
1614 | 2024-11-22T19:46:48.986Z | Compiling num-traits v0.2.19 |
1615 | 2024-11-22T19:46:49.076Z | Compiling either v1.13.0 |
1616 | 2024-11-22T19:46:49.118Z | Compiling itoa v1.0.11 |
1617 | 2024-11-22T19:46:49.280Z | Compiling spin v0.9.8 |
1618 | 2024-11-22T19:46:49.519Z | Compiling slab v0.4.9 |
1619 | 2024-11-22T19:46:49.770Z | Compiling byteorder v1.5.0 |
1620 | 2024-11-22T19:46:49.982Z | Compiling errno v0.3.9 |
1621 | 2024-11-22T19:46:50.216Z | Compiling rand_core v0.6.4 |
1622 | 2024-11-22T19:46:50.251Z | Compiling lazy_static v1.5.0 |
1623 | 2024-11-22T19:46:50.373Z | Compiling glob v0.3.1 |
1624 | 2024-11-22T19:46:50.922Z | Compiling prettyplease v0.2.25 |
1625 | 2024-11-22T19:46:51.166Z | Compiling clang-sys v1.8.1 |
1626 | 2024-11-22T19:46:51.669Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-11-22T19:46:51.750Z | Compiling libloading v0.8.5 |
1628 | 2024-11-22T19:46:51.911Z | Compiling home v0.5.9 |
1629 | 2024-11-22T19:46:52.146Z | Compiling nom v7.1.3 |
1630 | 2024-11-22T19:46:52.163Z | Compiling subtle v2.6.1 |
1631 | 2024-11-22T19:46:52.166Z | Compiling bindgen v0.69.5 |
1632 | 2024-11-22T19:46:52.198Z | Compiling allocator-api2 v0.2.18 |
1633 | 2024-11-22T19:46:52.647Z | Compiling regex-automata v0.4.8 |
1634 | 2024-11-22T19:46:52.824Z | Compiling itertools v0.12.1 |
1635 | 2024-11-22T19:46:52.987Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-11-22T19:46:53.145Z | Compiling smallvec v1.13.2 |
1637 | 2024-11-22T19:46:53.208Z | Compiling lazycell v1.3.0 |
1638 | 2024-11-22T19:46:53.380Z | Compiling semver v1.0.23 |
1639 | 2024-11-22T19:46:53.669Z | Compiling cmake v0.1.51 |
1640 | 2024-11-22T19:46:54.075Z | Compiling fs_extra v1.3.0 |
1641 | 2024-11-22T19:46:54.547Z | Compiling dunce v1.0.5 |
1642 | 2024-11-22T19:46:55.248Z | Compiling pkg-config v0.3.31 |
1643 | 2024-11-22T19:46:55.419Z | Compiling ring v0.17.8 |
1644 | 2024-11-22T19:46:55.947Z | Compiling cexpr v0.6.0 |
1645 | 2024-11-22T19:46:56.002Z | Compiling ryu v1.0.18 |
1646 | 2024-11-22T19:46:56.233Z | Compiling pin-project-lite v0.2.14 |
1647 | 2024-11-22T19:46:56.322Z | Compiling paste v1.0.15 |
1648 | 2024-11-22T19:46:56.409Z | Compiling synstructure v0.13.1 |
1649 | 2024-11-22T19:46:56.785Z | Compiling const-oid v0.9.6 |
1650 | 2024-11-22T19:46:56.918Z | Compiling fnv v1.0.7 |
1651 | 2024-11-22T19:46:57.247Z | Compiling foldhash v0.1.3 |
1652 | 2024-11-22T19:46:57.535Z | Compiling httparse v1.9.5 |
1653 | 2024-11-22T19:46:57.552Z | Compiling aws-lc-rs v1.10.0 |
1654 | 2024-11-22T19:46:57.871Z | Compiling equivalent v1.0.1 |
1655 | 2024-11-22T19:46:57.974Z | Compiling hashbrown v0.15.0 |
1656 | 2024-11-22T19:46:58.784Z | Compiling regex v1.11.1 |
1657 | 2024-11-22T19:46:58.815Z | Compiling heck v0.5.0 |
1658 | 2024-11-22T19:46:59.071Z | Compiling schemars v0.8.21 |
1659 | 2024-11-22T19:46:59.281Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-11-22T19:46:59.380Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-11-22T19:46:59.440Z | Compiling mio v1.0.2 |
1662 | 2024-11-22T19:46:59.729Z | Compiling parking_lot v0.12.3 |
1663 | 2024-11-22T19:47:01.381Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-11-22T19:47:01.707Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-11-22T19:47:01.798Z | Compiling socket2 v0.5.7 |
1666 | 2024-11-22T19:47:01.870Z | Compiling time-core v0.1.2 |
1667 | 2024-11-22T19:47:01.941Z | Compiling num-conv v0.1.0 |
1668 | 2024-11-22T19:47:02.177Z | Compiling serde_derive v1.0.215 |
1669 | 2024-11-22T19:47:02.248Z | Compiling zeroize_derive v1.4.2 |
1670 | 2024-11-22T19:47:02.314Z | Compiling zerocopy-derive v0.7.35 |
1671 | 2024-11-22T19:47:03.101Z | Compiling thiserror-impl v1.0.69 |
1672 | 2024-11-22T19:47:03.481Z | Compiling tokio-macros v2.4.0 |
1673 | 2024-11-22T19:47:03.675Z | Compiling zeroize v1.8.1 |
1674 | 2024-11-22T19:47:03.850Z | Compiling zerofrom-derive v0.1.4 |
1675 | 2024-11-22T19:47:04.156Z | Compiling yoke-derive v0.7.4 |
1676 | 2024-11-22T19:47:04.176Z | Compiling futures-macro v0.3.31 |
1677 | 2024-11-22T19:47:04.570Z | Compiling zerovec-derive v0.10.3 |
1678 | 2024-11-22T19:47:04.930Z | Compiling zerocopy v0.7.35 |
1679 | 2024-11-22T19:47:05.772Z | Compiling displaydoc v0.2.5 |
1680 | 2024-11-22T19:47:06.173Z | Compiling crypto-common v0.1.6 |
1681 | 2024-11-22T19:47:06.421Z | Compiling tracing-attributes v0.1.27 |
1682 | 2024-11-22T19:47:06.684Z | Compiling icu_provider_macros v1.5.0 |
1683 | 2024-11-22T19:47:06.827Z | Compiling block-buffer v0.10.4 |
1684 | 2024-11-22T19:47:07.082Z | Compiling digest v0.10.7 |
1685 | 2024-11-22T19:47:07.110Z | Compiling schemars_derive v0.8.21 |
1686 | 2024-11-22T19:47:07.379Z | Compiling der_derive v0.7.3 |
1687 | 2024-11-22T19:47:07.544Z | Compiling futures-core v0.3.31 |
1688 | 2024-11-22T19:47:07.776Z | Compiling time-macros v0.2.18 |
1689 | 2024-11-22T19:47:08.150Z | Compiling vcpkg v0.2.15 |
1690 | 2024-11-22T19:47:09.896Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-11-22T19:47:10.752Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-11-22T19:47:10.862Z | Compiling futures-sink v0.3.31 |
1693 | 2024-11-22T19:47:10.882Z | Compiling slog v2.7.0 |
1694 | 2024-11-22T19:47:11.084Z | Compiling ahash v0.8.11 |
1695 | 2024-11-22T19:47:11.147Z | Compiling syn v1.0.109 |
1696 | 2024-11-22T19:47:11.423Z | Compiling zerofrom v0.1.4 |
1697 | 2024-11-22T19:47:11.666Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-11-22T19:47:11.995Z | Compiling ucd-trie v0.1.7 |
1699 | 2024-11-22T19:47:12.094Z | Compiling iana-time-zone v0.1.61 |
1700 | 2024-11-22T19:47:12.236Z | Compiling pest v2.7.14 |
1701 | 2024-11-22T19:47:12.474Z | Compiling yoke v0.7.4 |
1702 | 2024-11-22T19:47:12.824Z | Compiling futures-channel v0.3.31 |
1703 | 2024-11-22T19:47:13.040Z | Compiling hmac v0.12.1 |
1704 | 2024-11-22T19:47:13.272Z | Compiling futures-io v0.3.31 |
1705 | 2024-11-22T19:47:13.387Z | Compiling openssl v0.10.66 |
1706 | 2024-11-22T19:47:13.515Z | Compiling futures-task v0.3.31 |
1707 | 2024-11-22T19:47:13.616Z | Compiling pin-utils v0.1.0 |
1708 | 2024-11-22T19:47:13.805Z | Compiling futures-util v0.3.31 |
1709 | 2024-11-22T19:47:14.069Z | Compiling zerovec v0.10.4 |
1710 | 2024-11-22T19:47:14.229Z | Compiling block-padding v0.3.3 |
1711 | 2024-11-22T19:47:14.469Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-11-22T19:47:15.105Z | Compiling pest_meta v2.7.14 |
1713 | 2024-11-22T19:47:15.208Z | Compiling tinyvec v1.8.0 |
1714 | 2024-11-22T19:47:16.077Z | Compiling bitflags v2.6.0 |
1715 | 2024-11-22T19:47:16.231Z | Compiling bytes v1.8.0 |
1716 | 2024-11-22T19:47:18.018Z | Compiling indexmap v2.6.0 |
1717 | 2024-11-22T19:47:19.324Z | Compiling tokio v1.40.0 |
1718 | 2024-11-22T19:47:20.132Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-11-22T19:47:20.441Z | Compiling http v1.1.0 |
1720 | 2024-11-22T19:47:20.726Z | Compiling which v4.4.2 |
1721 | 2024-11-22T19:47:20.765Z | Compiling uuid v1.11.0 |
1722 | 2024-11-22T19:47:21.718Z | Compiling rustc_version v0.4.1 |
1723 | 2024-11-22T19:47:22.055Z | Compiling chrono v0.4.38 |
1724 | 2024-11-22T19:47:24.275Z | Compiling pest_generator v2.7.14 |
1725 | 2024-11-22T19:47:25.052Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-11-22T19:47:25.500Z | Compiling serde_spanned v0.6.8 |
1727 | 2024-11-22T19:47:25.731Z | Compiling inout v0.1.3 |
1728 | 2024-11-22T19:47:26.144Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-11-22T19:47:26.935Z | Compiling strsim v0.11.1 |
1730 | 2024-11-22T19:47:27.817Z | Compiling native-tls v0.2.12 |
1731 | 2024-11-22T19:47:28.159Z | Compiling rustls v0.23.14 |
1732 | 2024-11-22T19:47:28.455Z | Compiling pest_derive v2.7.14 |
1733 | 2024-11-22T19:47:28.776Z | Compiling cipher v0.4.4 |
1734 | 2024-11-22T19:47:29.097Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-11-22T19:47:29.228Z | Compiling tinystr v0.7.6 |
1736 | 2024-11-22T19:47:29.266Z | Compiling sha2 v0.10.8 |
1737 | 2024-11-22T19:47:29.717Z | Compiling tracing-core v0.1.32 |
1738 | 2024-11-22T19:47:30.047Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-11-22T19:47:30.089Z | Compiling base64ct v1.6.0 |
1740 | 2024-11-22T19:47:30.212Z | Compiling litemap v0.7.3 |
1741 | 2024-11-22T19:47:30.386Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-11-22T19:47:30.624Z | Compiling writeable v0.5.5 |
1743 | 2024-11-22T19:47:30.646Z | Compiling unicode-bidi v0.3.17 |
1744 | 2024-11-22T19:47:30.669Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-11-22T19:47:31.130Z | Compiling icu_locid v1.5.0 |
1746 | 2024-11-22T19:47:31.294Z | Compiling tracing v0.1.40 |
1747 | 2024-11-22T19:47:32.186Z | Compiling scroll v0.12.0 |
1748 | 2024-11-22T19:47:32.682Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-11-22T19:47:32.782Z | Compiling async-trait v0.1.83 |
1750 | 2024-11-22T19:47:33.377Z | Compiling cookie v0.18.1 |
1751 | 2024-11-22T19:47:33.569Z | Compiling plain v0.2.3 |
1752 | 2024-11-22T19:47:33.733Z | Compiling camino v1.1.9 |
1753 | 2024-11-22T19:47:34.253Z | Compiling flagset v0.4.6 |
1754 | 2024-11-22T19:47:35.083Z | Compiling anyhow v1.0.93 |
1755 | 2024-11-22T19:47:35.229Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2024-11-22T19:47:37.477Z | Compiling der v0.7.9 |
1757 | 2024-11-22T19:47:38.931Z | Compiling goblin v0.8.2 |
1758 | 2024-11-22T19:47:40.775Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-11-22T19:47:41.615Z | Compiling icu_provider v1.5.0 |
1760 | 2024-11-22T19:47:42.594Z | Compiling untrusted v0.7.1 |
1761 | 2024-11-22T19:47:42.791Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-11-22T19:47:42.846Z | Compiling icu_locid_transform_data v1.5.0 |
1763 | 2024-11-22T19:47:42.950Z | Compiling rustls-pki-types v1.9.0 |
1764 | 2024-11-22T19:47:43.007Z | Compiling rayon-core v1.12.1 |
1765 | 2024-11-22T19:47:43.290Z | Compiling percent-encoding v2.3.1 |
1766 | 2024-11-22T19:47:43.766Z | Compiling rustls v0.22.4 |
1767 | 2024-11-22T19:47:44.373Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-11-22T19:47:44.646Z | Compiling dof v0.3.0 |
1769 | 2024-11-22T19:47:45.839Z | Compiling rand v0.8.5 |
1770 | 2024-11-22T19:47:45.986Z | Compiling spki v0.7.3 |
1771 | 2024-11-22T19:47:46.573Z | Compiling dtrace-parser v0.2.0 |
1772 | 2024-11-22T19:47:46.695Z | Compiling salsa20 v0.10.2 |
1773 | 2024-11-22T19:47:46.714Z | Compiling tokio-util v0.7.12 |
1774 | 2024-11-22T19:47:47.480Z | Compiling icu_collections v1.5.0 |
1775 | 2024-11-22T19:47:48.018Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-11-22T19:47:48.362Z | Compiling thread-id v4.2.2 |
1777 | 2024-11-22T19:47:48.463Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-11-22T19:47:48.482Z | Compiling powerfmt v0.2.0 |
1779 | 2024-11-22T19:47:48.674Z | Compiling icu_properties_data v1.5.0 |
1780 | 2024-11-22T19:47:48.768Z | Compiling untrusted v0.9.0 |
1781 | 2024-11-22T19:47:48.937Z | Compiling winnow v0.5.40 |
1782 | 2024-11-22T19:47:49.208Z | Compiling icu_properties v1.5.1 |
1783 | 2024-11-22T19:47:49.331Z | Compiling deranged v0.3.11 |
1784 | 2024-11-22T19:47:52.967Z | Compiling toml_edit v0.19.15 |
1785 | 2024-11-22T19:47:54.012Z | Compiling scrypt v0.11.0 |
1786 | 2024-11-22T19:47:54.032Z | Compiling cbc v0.1.2 |
1787 | 2024-11-22T19:47:54.259Z | Compiling aes v0.8.4 |
1788 | 2024-11-22T19:47:54.632Z | Compiling multer v3.1.0 |
1789 | 2024-11-22T19:47:55.221Z | Compiling write16 v1.0.0 |
1790 | 2024-11-22T19:47:55.363Z | Compiling rustversion v1.0.17 |
1791 | 2024-11-22T19:47:55.478Z | Compiling utf16_iter v1.0.5 |
1792 | 2024-11-22T19:47:55.698Z | Compiling utf8_iter v1.0.4 |
1793 | 2024-11-22T19:47:55.934Z | Compiling num_threads v0.1.7 |
1794 | 2024-11-22T19:47:55.985Z | Compiling atomic-waker v1.1.2 |
1795 | 2024-11-22T19:47:56.189Z | Compiling slog-async v2.8.0 |
1796 | 2024-11-22T19:47:56.676Z | Compiling icu_normalizer_data v1.5.0 |
1797 | 2024-11-22T19:47:56.788Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-11-22T19:47:56.927Z | Compiling time v0.3.36 |
1799 | 2024-11-22T19:47:57.315Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-11-22T19:47:59.061Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-11-22T19:47:59.874Z | Compiling http-body v1.0.1 |
1802 | 2024-11-22T19:48:00.043Z | Compiling heapless v0.7.17 |
1803 | 2024-11-22T19:48:00.505Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-11-22T19:48:01.824Z | Compiling try-lock v0.2.5 |
1805 | 2024-11-22T19:48:01.868Z | Compiling signal-hook v0.3.17 |
1806 | 2024-11-22T19:48:01.979Z | Compiling want v0.3.1 |
1807 | 2024-11-22T19:48:03.578Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-11-22T19:48:03.902Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-11-22T19:48:04.264Z | Compiling h2 v0.4.6 |
1810 | 2024-11-22T19:48:05.383Z | Compiling usdt-macro v0.5.0 |
1811 | 2024-11-22T19:48:06.764Z | Compiling usdt-attr-macro v0.5.0 |
1812 | 2024-11-22T19:48:07.372Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-11-22T19:48:07.392Z | Compiling httpdate v1.0.3 |
1814 | 2024-11-22T19:48:07.806Z | Compiling adler2 v2.0.0 |
1815 | 2024-11-22T19:48:08.635Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-11-22T19:48:09.789Z | Compiling idna v1.0.3 |
1817 | 2024-11-22T19:48:11.298Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-11-22T19:48:11.716Z | Compiling hyper v1.5.0 |
1819 | 2024-11-22T19:48:11.949Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-11-22T19:48:12.657Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-11-22T19:48:14.706Z | Compiling dropshot v0.12.0 |
1822 | 2024-11-22T19:48:15.017Z | Compiling tower-service v0.3.3 |
1823 | 2024-11-22T19:48:15.159Z | Compiling num-bigint-dig v0.8.4 |
1824 | 2024-11-22T19:48:15.452Z | Compiling match_cfg v0.1.0 |
1825 | 2024-11-22T19:48:15.609Z | Compiling smoltcp v0.9.1 |
1826 | 2024-11-22T19:48:15.687Z | Compiling portable-atomic v1.9.0 |
1827 | 2024-11-22T19:48:15.964Z | Compiling base64 v0.22.1 |
1828 | 2024-11-22T19:48:16.194Z | Compiling foreign-types-shared v0.1.1 |
1829 | 2024-11-22T19:48:16.328Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-22T19:48:16.608Z | Compiling hyper-util v0.1.10 |
1831 | 2024-11-22T19:48:17.064Z | Compiling hostname v0.3.1 |
1832 | 2024-11-22T19:48:20.107Z | Compiling url v2.5.3 |
1833 | 2024-11-22T19:48:24.600Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-11-22T19:48:24.689Z | Compiling gimli v0.31.1 |
1835 | 2024-11-22T19:48:25.113Z | Compiling data-encoding v2.6.0 |
1836 | 2024-11-22T19:48:25.352Z | Compiling heck v0.4.1 |
1837 | 2024-11-22T19:48:25.652Z | Compiling ident_case v1.0.1 |
1838 | 2024-11-22T19:48:25.842Z | Compiling siphasher v0.3.11 |
1839 | 2024-11-22T19:48:25.996Z | Compiling darling_core v0.20.10 |
1840 | 2024-11-22T19:48:26.228Z | Compiling dirs-next v2.0.0 |
1841 | 2024-11-22T19:48:29.252Z | Compiling http-body-util v0.1.2 |
1842 | 2024-11-22T19:48:29.792Z | Compiling addr2line v0.24.2 |
1843 | 2024-11-22T19:48:31.867Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-11-22T19:48:32.378Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-11-22T19:48:32.582Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-11-22T19:48:33.191Z | Compiling sha1 v0.10.6 |
1847 | 2024-11-22T19:48:33.227Z | Compiling signature v2.2.0 |
1848 | 2024-11-22T19:48:33.474Z | Compiling zerocopy-derive v0.6.6 |
1849 | 2024-11-22T19:48:33.611Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-11-22T19:48:34.996Z | Compiling object v0.36.5 |
1851 | 2024-11-22T19:48:35.406Z | Compiling thread_local v1.1.8 |
1852 | 2024-11-22T19:48:35.428Z | Compiling fs-err v2.11.0 |
1853 | 2024-11-22T19:48:35.739Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-11-22T19:48:36.811Z | Compiling mime v0.3.17 |
1855 | 2024-11-22T19:48:39.394Z | Compiling utf8parse v0.2.2 |
1856 | 2024-11-22T19:48:39.576Z | Compiling openssl-probe v0.1.5 |
1857 | 2024-11-22T19:48:39.908Z | Compiling ipnet v2.10.1 |
1858 | 2024-11-22T19:48:41.036Z | Compiling winnow v0.6.20 |
1859 | 2024-11-22T19:48:44.981Z | Compiling rustc-demangle v0.1.24 |
1860 | 2024-11-22T19:48:47.062Z | Compiling unicode-properties v0.1.3 |
1861 | 2024-11-22T19:48:47.497Z | Compiling anstyle v1.0.10 |
1862 | 2024-11-22T19:48:47.982Z | Compiling stringprep v0.1.5 |
1863 | 2024-11-22T19:48:48.452Z | Compiling backtrace v0.3.74 |
1864 | 2024-11-22T19:48:48.704Z | Compiling toml_edit v0.22.22 |
1865 | 2024-11-22T19:48:50.980Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-11-22T19:48:52.861Z | Compiling rustls-webpki v0.102.8 |
1867 | 2024-11-22T19:48:56.293Z | Compiling darling_macro v0.20.10 |
1868 | 2024-11-22T19:48:56.910Z | Compiling crossbeam-deque v0.8.5 |
1869 | 2024-11-22T19:48:57.247Z | Compiling term v0.7.0 |
1870 | 2024-11-22T19:48:58.560Z | Compiling slog-json v2.6.1 |
1871 | 2024-11-22T19:48:59.777Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-11-22T19:49:00.659Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-11-22T19:49:00.908Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-11-22T19:49:01.759Z | Compiling hashbrown v0.14.5 |
1875 | 2024-11-22T19:49:02.317Z | Compiling idna v0.4.0 |
1876 | 2024-11-22T19:49:03.180Z | Compiling idna v0.3.0 |
1877 | 2024-11-22T19:49:03.833Z | Compiling futures-executor v0.3.31 |
1878 | 2024-11-22T19:49:04.329Z | Compiling num-integer v0.1.46 |
1879 | 2024-11-22T19:49:04.679Z | Compiling md-5 v0.10.6 |
1880 | 2024-11-22T19:49:04.898Z | Compiling ff v0.13.0 |
1881 | 2024-11-22T19:49:04.937Z | Compiling hash32 v0.2.1 |
1882 | 2024-11-22T19:49:05.059Z | Compiling memmap v0.7.0 |
1883 | 2024-11-22T19:49:05.144Z | Compiling is-terminal v0.4.13 |
1884 | 2024-11-22T19:49:05.315Z | Compiling is_terminal_polyfill v1.70.1 |
1885 | 2024-11-22T19:49:05.448Z | Compiling utf-8 v0.7.6 |
1886 | 2024-11-22T19:49:05.770Z | Compiling colorchoice v1.0.2 |
1887 | 2024-11-22T19:49:05.890Z | Compiling base16ct v0.2.0 |
1888 | 2024-11-22T19:49:05.940Z | Compiling anstyle-query v1.1.1 |
1889 | 2024-11-22T19:49:06.101Z | Compiling take_mut v0.2.2 |
1890 | 2024-11-22T19:49:06.181Z | Compiling fallible-iterator v0.2.0 |
1891 | 2024-11-22T19:49:06.295Z | Compiling linked-hash-map v0.5.6 |
1892 | 2024-11-22T19:49:06.762Z | Compiling psl-types v2.0.11 |
1893 | 2024-11-22T19:49:06.951Z | Compiling quick-error v1.2.3 |
1894 | 2024-11-22T19:49:07.882Z | Compiling resolv-conf v0.7.0 |
1895 | 2024-11-22T19:49:08.571Z | Compiling publicsuffix v2.2.3 |
1896 | 2024-11-22T19:49:08.622Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-11-22T19:49:08.855Z | Compiling lru-cache v0.1.2 |
1898 | 2024-11-22T19:49:09.920Z | Compiling sec1 v0.7.3 |
1899 | 2024-11-22T19:49:10.141Z | Compiling anstream v0.6.15 |
1900 | 2024-11-22T19:49:10.278Z | Compiling tungstenite v0.24.0 |
1901 | 2024-11-22T19:49:10.871Z | Compiling usdt v0.5.0 |
1902 | 2024-11-22T19:49:11.367Z | Compiling slog-term v2.9.1 |
1903 | 2024-11-22T19:49:12.400Z | Compiling group v0.13.0 |
1904 | 2024-11-22T19:49:12.504Z | Compiling num-iter v0.1.45 |
1905 | 2024-11-22T19:49:12.695Z | Compiling futures v0.3.31 |
1906 | 2024-11-22T19:49:12.719Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-11-22T19:49:12.816Z | Compiling regress v0.10.1 |
1908 | 2024-11-22T19:49:15.803Z | Compiling tokio-rustls v0.26.0 |
1909 | 2024-11-22T19:49:16.117Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-11-22T19:49:16.288Z | Compiling slog-bunyan v2.5.0 |
1911 | 2024-11-22T19:49:16.519Z | Compiling darling v0.20.10 |
1912 | 2024-11-22T19:49:16.649Z | Compiling toml v0.8.19 |
1913 | 2024-11-22T19:49:16.914Z | Compiling tokio-native-tls v0.3.1 |
1914 | 2024-11-22T19:49:17.000Z | Compiling phf_shared v0.11.2 |
1915 | 2024-11-22T19:49:17.216Z | Compiling strum_macros v0.25.3 |
1916 | 2024-11-22T19:49:17.612Z | Compiling async-stream v0.3.6 |
1917 | 2024-11-22T19:49:17.712Z | Compiling waitgroup v0.1.2 |
1918 | 2024-11-22T19:49:17.892Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-11-22T19:49:18.309Z | Compiling idna v0.5.0 |
1920 | 2024-11-22T19:49:18.366Z | Compiling terminal_size v0.4.0 |
1921 | 2024-11-22T19:49:18.597Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-11-22T19:49:19.009Z | Compiling hkdf v0.12.4 |
1923 | 2024-11-22T19:49:19.581Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-11-22T19:49:19.813Z | Compiling clap_derive v4.5.18 |
1925 | 2024-11-22T19:49:19.906Z | Compiling serde_repr v0.1.19 |
1926 | 2024-11-22T19:49:20.870Z | Compiling derive-where v1.2.7 |
1927 | 2024-11-22T19:49:21.001Z | Compiling hostname v0.4.0 |
1928 | 2024-11-22T19:49:21.249Z | Compiling crc32fast v1.4.2 |
1929 | 2024-11-22T19:49:21.718Z | Compiling managed v0.8.0 |
1930 | 2024-11-22T19:49:22.157Z | Compiling clap_lex v0.7.2 |
1931 | 2024-11-22T19:49:22.240Z | Compiling bitflags v1.3.2 |
1932 | 2024-11-22T19:49:22.407Z | Compiling unicode-width v0.1.14 |
1933 | 2024-11-22T19:49:23.249Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-11-22T19:49:23.891Z | Compiling console v0.15.8 |
1935 | 2024-11-22T19:49:24.376Z | Compiling elliptic-curve v0.13.8 |
1936 | 2024-11-22T19:49:25.216Z | Compiling clap_builder v4.5.21 |
1937 | 2024-11-22T19:49:25.708Z | Compiling flate2 v1.0.34 |
1938 | 2024-11-22T19:49:26.734Z | Compiling cookie_store v0.21.0 |
1939 | 2024-11-22T19:49:27.351Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-11-22T19:49:32.741Z | Compiling hyper-rustls v0.27.3 |
1941 | 2024-11-22T19:49:33.536Z | Compiling phf v0.11.2 |
1942 | 2024-11-22T19:49:33.574Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-11-22T19:49:33.852Z | Compiling signal-hook-mio v0.2.4 |
1944 | 2024-11-22T19:49:33.977Z | Compiling typify-impl v0.2.0 |
1945 | 2024-11-22T19:49:34.039Z | Compiling bzip2 v0.4.4 |
1946 | 2024-11-22T19:49:34.066Z | Compiling rayon v1.10.0 |
1947 | 2024-11-22T19:49:34.423Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2024-11-22T19:49:34.994Z | Compiling postgres-types v0.2.8 |
1949 | 2024-11-22T19:49:35.161Z | Compiling zerocopy v0.6.6 |
1950 | 2024-11-22T19:49:35.473Z | Compiling ed25519 v2.2.3 |
1951 | 2024-11-22T19:49:35.925Z | Compiling hubpack v0.1.2 |
1952 | 2024-11-22T19:49:36.055Z | Compiling phf_shared v0.10.0 |
1953 | 2024-11-22T19:49:36.198Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-11-22T19:49:36.423Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-11-22T19:49:37.461Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-11-22T19:49:37.572Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-11-22T19:49:37.702Z | Compiling float-cmp v0.9.0 |
1958 | 2024-11-22T19:49:37.774Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-11-22T19:49:37.930Z | Compiling bstr v1.10.0 |
1960 | 2024-11-22T19:49:39.009Z | Compiling unicode-segmentation v1.12.0 |
1961 | 2024-11-22T19:49:39.627Z | Compiling fixedbitset v0.4.2 |
1962 | 2024-11-22T19:49:39.735Z | Compiling unicode-width v0.2.0 |
1963 | 2024-11-22T19:49:39.901Z | Compiling normalize-line-endings v0.3.0 |
1964 | 2024-11-22T19:49:40.047Z | Compiling static_assertions v1.1.0 |
1965 | 2024-11-22T19:49:40.064Z | Compiling bit-vec v0.6.3 |
1966 | 2024-11-22T19:49:40.158Z | Compiling new_debug_unreachable v1.0.6 |
1967 | 2024-11-22T19:49:40.268Z | Compiling whoami v1.5.2 |
1968 | 2024-11-22T19:49:40.523Z | Compiling predicates-core v1.0.8 |
1969 | 2024-11-22T19:49:40.544Z | Compiling difflib v0.4.0 |
1970 | 2024-11-22T19:49:40.866Z | Compiling precomputed-hash v0.1.1 |
1971 | 2024-11-22T19:49:40.892Z | Compiling number_prefix v0.4.0 |
1972 | 2024-11-22T19:49:41.001Z | Compiling predicates v3.1.2 |
1973 | 2024-11-22T19:49:41.122Z | Compiling indicatif v0.17.9 |
1974 | 2024-11-22T19:49:41.153Z | Compiling string_cache v0.8.7 |
1975 | 2024-11-22T19:49:41.612Z | Compiling tokio-postgres v0.7.12 |
1976 | 2024-11-22T19:49:42.553Z | Compiling bit-set v0.5.3 |
1977 | 2024-11-22T19:49:42.863Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-11-22T19:49:43.063Z | Compiling petgraph v0.6.5 |
1979 | 2024-11-22T19:49:43.642Z | Compiling similar v2.6.0 |
1980 | 2024-11-22T19:49:46.411Z | Compiling typify-macro v0.2.0 |
1981 | 2024-11-22T19:49:47.139Z | Compiling reqwest v0.12.9 |
1982 | 2024-11-22T19:49:47.216Z | Compiling ecdsa v0.16.9 |
1983 | 2024-11-22T19:49:48.138Z | Compiling qorb v0.2.0 |
1984 | 2024-11-22T19:49:49.176Z | Compiling rsa v0.9.6 |
1985 | 2024-11-22T19:49:49.644Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-11-22T19:49:50.214Z | Compiling zip v0.6.6 |
1987 | 2024-11-22T19:49:50.293Z | Compiling crossterm v0.28.1 |
1988 | 2024-11-22T19:49:50.652Z | Compiling clap v4.5.21 |
1989 | 2024-11-22T19:49:51.492Z | Compiling toml v0.7.8 |
1990 | 2024-11-22T19:49:52.608Z | Compiling x509-cert v0.2.5 |
1991 | 2024-11-22T19:49:53.812Z | Compiling hex v0.4.3 |
1992 | 2024-11-22T19:49:54.280Z | Compiling itertools v0.10.5 |
1993 | 2024-11-22T19:49:55.026Z | Compiling unicode-xid v0.2.6 |
1994 | 2024-11-22T19:49:55.211Z | Compiling lalrpop-util v0.19.12 |
1995 | 2024-11-22T19:49:55.232Z | Compiling zerocopy v0.8.10 |
1996 | 2024-11-22T19:49:55.575Z | Compiling peg-runtime v0.8.3 |
1997 | 2024-11-22T19:49:57.676Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1998 | 2024-11-22T19:50:01.762Z | Compiling proc-macro-crate v1.3.1 |
1999 | 2024-11-22T19:50:02.051Z | Compiling ipnetwork v0.20.0 |
2000 | 2024-11-22T19:50:02.644Z | Compiling macaddr v1.0.1 |
2001 | 2024-11-22T19:50:03.011Z | Compiling zerocopy-derive v0.8.10 |
2002 | 2024-11-22T19:50:03.341Z | Compiling itertools v0.13.0 |
2003 | 2024-11-22T19:50:05.818Z | Compiling heapless v0.8.0 |
2004 | 2024-11-22T19:50:06.840Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2005 | 2024-11-22T19:50:11.412Z | Compiling num_enum_derive v0.5.11 |
2006 | 2024-11-22T19:50:19.179Z | Compiling hash32 v0.3.1 |
2007 | 2024-11-22T19:50:19.756Z | Compiling smoltcp v0.11.0 |
2008 | 2024-11-22T19:50:21.298Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2009 | 2024-11-22T19:50:25.766Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-11-22T19:50:26.748Z | Compiling num_enum v0.5.11 |
2011 | 2024-11-22T19:50:27.464Z | Compiling typify v0.2.0 |
2012 | 2024-11-22T19:50:27.985Z | Compiling proc-macro-error-attr v1.0.4 |
2013 | 2024-11-22T19:50:28.509Z | Compiling cobs v0.2.3 |
2014 | 2024-11-22T19:50:28.915Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-22T19:50:28.979Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2016 | 2024-11-22T19:50:29.308Z | Compiling postcard v1.0.10 |
2017 | 2024-11-22T19:50:30.268Z | Compiling serde_yaml v0.9.34+deprecated |
2018 | 2024-11-22T19:50:45.369Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-11-22T19:50:50.158Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2020 | 2024-11-22T19:50:59.977Z | Compiling strum_macros v0.26.4 |
2021 | 2024-11-22T19:51:00.725Z | Compiling structmeta-derive v0.3.0 |
2022 | 2024-11-22T19:51:00.858Z | Compiling foreign-types-macros v0.2.3 |
2023 | 2024-11-22T19:51:00.884Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2024 | 2024-11-22T19:51:01.199Z | Compiling proc-macro-error v1.0.4 |
2025 | 2024-11-22T19:51:01.639Z | Compiling foreign-types-shared v0.3.1 |
2026 | 2024-11-22T19:51:01.830Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2027 | 2024-11-22T19:51:02.292Z | Compiling newtype-uuid v1.1.3 |
2028 | 2024-11-22T19:51:03.423Z | Compiling structmeta v0.3.0 |
2029 | 2024-11-22T19:51:04.550Z | Compiling strum v0.26.3 |
2030 | 2024-11-22T19:51:07.266Z | Compiling foreign-types v0.5.0 |
2031 | 2024-11-22T19:51:07.405Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2032 | 2024-11-22T19:51:13.776Z | Compiling progenitor-macro v0.8.0 |
2033 | 2024-11-22T19:51:17.031Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2034 | 2024-11-22T19:51:18.202Z | Compiling progenitor-client v0.8.0 |
2035 | 2024-11-22T19:51:19.208Z | Compiling tabwriter v1.4.0 |
2036 | 2024-11-22T19:51:20.788Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2037 | 2024-11-22T19:51:21.626Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2038 | 2024-11-22T19:51:22.437Z | Compiling cstr-argument v0.1.2 |
2039 | 2024-11-22T19:51:22.549Z | Compiling dropshot v0.13.0 |
2040 | 2024-11-22T19:51:22.720Z | Compiling pretty-hex v0.2.1 |
2041 | 2024-11-22T19:51:22.861Z | Compiling fastrand v2.1.1 |
2042 | 2024-11-22T19:51:22.959Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-11-22T19:51:23.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2044 | 2024-11-22T19:51:23.679Z | Compiling tempfile v3.13.0 |
2045 | 2024-11-22T19:51:23.830Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-11-22T19:51:24.337Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-11-22T19:51:24.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-11-22T19:51:25.412Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-11-22T19:51:25.628Z | Compiling colored v2.1.0 |
2050 | 2024-11-22T19:51:25.778Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-22T19:51:26.871Z | Compiling progenitor v0.8.0 |
2052 | 2024-11-22T19:51:26.929Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-11-22T19:51:27.154Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2054 | 2024-11-22T19:51:27.921Z | Compiling instant v0.1.13 |
2055 | 2024-11-22T19:51:28.116Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2056 | 2024-11-22T19:51:28.457Z | Compiling serde_with v3.11.0 |
2057 | 2024-11-22T19:51:28.531Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2058 | 2024-11-22T19:51:29.413Z | Compiling parse-display v0.10.0 |
2059 | 2024-11-22T19:51:29.900Z | Compiling backoff v0.4.0 |
2060 | 2024-11-22T19:51:30.305Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2024-11-22T19:51:30.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2062 | 2024-11-22T19:51:31.396Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-11-22T19:51:31.712Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-11-22T19:51:32.326Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-11-22T19:51:32.842Z | Compiling camino-tempfile v1.1.1 |
2066 | 2024-11-22T19:51:33.124Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2067 | 2024-11-22T19:51:33.213Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2068 | 2024-11-22T19:51:33.416Z | Compiling regress v0.9.1 |
2069 | 2024-11-22T19:51:33.645Z | Compiling num-derive v0.4.2 |
2070 | 2024-11-22T19:51:33.647Z | Compiling sigpipe v0.1.3 |
2071 | 2024-11-22T19:51:33.797Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2072 | 2024-11-22T19:51:34.109Z | Compiling libefi-sys v0.1.0 |
2073 | 2024-11-22T19:51:34.482Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2074 | 2024-11-22T19:51:35.979Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2075 | 2024-11-22T19:51:37.610Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2076 | 2024-11-22T19:51:38.828Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2077 | 2024-11-22T19:51:41.421Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2078 | 2024-11-22T19:51:42.004Z | Compiling zone v0.3.0 |
2079 | 2024-11-22T19:51:42.276Z | Compiling smf v0.2.3 |
2080 | 2024-11-22T19:51:42.351Z | Compiling bitfield-struct v0.6.2 |
2081 | 2024-11-22T19:51:43.775Z | Compiling blake3 v1.5.4 |
2082 | 2024-11-22T19:51:44.355Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-22T19:51:44.432Z | Compiling ring v0.16.20 |
2084 | 2024-11-22T19:51:44.940Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2085 | 2024-11-22T19:51:45.476Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2086 | 2024-11-22T19:51:45.778Z | Compiling xattr v1.3.1 |
2087 | 2024-11-22T19:51:45.884Z | Compiling memmap2 v0.9.5 |
2088 | 2024-11-22T19:51:46.110Z | Compiling filetime v0.2.25 |
2089 | 2024-11-22T19:51:46.506Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-22T19:51:46.525Z | Compiling same-file v1.0.6 |
2091 | 2024-11-22T19:51:46.657Z | Compiling arrayref v0.3.9 |
2092 | 2024-11-22T19:51:46.779Z | Compiling spin v0.5.2 |
2093 | 2024-11-22T19:51:46.825Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-22T19:51:46.965Z | Compiling constant_time_eq v0.3.1 |
2095 | 2024-11-22T19:51:46.999Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-11-22T19:51:47.049Z | Compiling walkdir v2.5.0 |
2097 | 2024-11-22T19:51:48.538Z | Compiling tar v0.4.42 |
2098 | 2024-11-22T19:51:48.756Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2099 | 2024-11-22T19:51:49.585Z | Compiling gethostname v0.5.0 |
2100 | 2024-11-22T19:51:49.801Z | Compiling cargo-platform v0.1.8 |
2101 | 2024-11-22T19:51:49.911Z | Compiling topological-sort v0.2.2 |
2102 | 2024-11-22T19:51:50.203Z | Compiling cargo_metadata v0.18.1 |
2103 | 2024-11-22T19:51:56.022Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-11-22T19:51:58.055Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-11-22T19:51:58.601Z | Compiling omicron-zone-package v0.11.1 |
2106 | 2024-11-22T19:52:03.456Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2107 | 2024-11-22T19:52:21.113Z | Finished `release` profile [optimized] target(s) in 5m 36s |
2108 | 2024-11-22T19:52:21.283Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2109 | 2024-11-22T19:52:21.338Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2110 | 2024-11-22T19:52:21.341Z | Created new build target 'test' and set it as active |
2111 | 2024-11-22T19:52:21.341Z | |
2112 | 2024-11-22T19:52:21.341Z | real 5:36.301013338 |
2113 | 2024-11-22T19:52:21.341Z | user 37:49.687875192 |
2114 | 2024-11-22T19:52:21.341Z | sys 5:04.170991851 |
2115 | 2024-11-22T19:52:21.341Z | trap 1.168747751 |
2116 | 2024-11-22T19:52:21.341Z | tflt 2.930460103 |
2117 | 2024-11-22T19:52:21.341Z | dflt 0.733462811 |
2118 | 2024-11-22T19:52:21.341Z | kflt 0.024421843 |
2119 | 2024-11-22T19:52:21.341Z | lock 1:19:51.268141211 |
2120 | 2024-11-22T19:52:21.341Z | slp 2:38:23.993175852 |
2121 | 2024-11-22T19:52:21.341Z | lat 2:39.416913347 |
2122 | 2024-11-22T19:52:21.341Z | stop 4:47.525489776 |
2123 | 2024-11-22T19:52:21.343Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2124 | 2024-11-22T19:52:22.366Z | Finished `release` profile [optimized] target(s) in 0.97s |
2125 | 2024-11-22T19:52:22.428Z | Running `target/release/omicron-package -t test package` |
2126 | 2024-11-22T19:52:22.475Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-11-22T19:52:23.726Z | Compiling convert_case v0.4.0 |
2128 | 2024-11-22T19:52:23.728Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2129 | 2024-11-22T19:52:23.728Z | Compiling itertools v0.13.0 |
2130 | 2024-11-22T19:52:23.728Z | Compiling newline-converter v0.3.0 |
2131 | 2024-11-22T19:52:23.729Z | Compiling password-hash v0.5.0 |
2132 | 2024-11-22T19:52:23.863Z | Compiling progenitor-client v0.8.0 |
2133 | 2024-11-22T19:52:23.866Z | Compiling blake2 v0.10.6 |
2134 | 2024-11-22T19:52:23.933Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2135 | 2024-11-22T19:52:24.095Z | Compiling expectorate v1.1.0 |
2136 | 2024-11-22T19:52:24.115Z | Compiling owo-colors v4.1.0 |
2137 | 2024-11-22T19:52:24.299Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-11-22T19:52:24.407Z | Compiling argon2 v0.5.3 |
2139 | 2024-11-22T19:52:24.427Z | Compiling progenitor v0.8.0 |
2140 | 2024-11-22T19:52:24.585Z | Compiling derive_more v0.99.18 |
2141 | 2024-11-22T19:52:24.685Z | Compiling num-rational v0.4.2 |
2142 | 2024-11-22T19:52:24.704Z | Compiling num-complex v0.4.6 |
2143 | 2024-11-22T19:52:25.183Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2144 | 2024-11-22T19:52:25.985Z | Compiling num v0.4.3 |
2145 | 2024-11-22T19:52:26.038Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-11-22T19:52:26.111Z | Compiling libsw v3.3.1 |
2147 | 2024-11-22T19:52:26.486Z | Compiling linear-map v1.2.0 |
2148 | 2024-11-22T19:52:26.521Z | Compiling swrite v0.1.0 |
2149 | 2024-11-22T19:52:26.587Z | Compiling float-ord v0.3.2 |
2150 | 2024-11-22T19:52:26.668Z | Compiling indent_write v2.2.0 |
2151 | 2024-11-22T19:52:26.771Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2152 | 2024-11-22T19:52:26.844Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2153 | 2024-11-22T19:52:26.913Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2154 | 2024-11-22T19:52:26.933Z | Compiling base64 v0.21.7 |
2155 | 2024-11-22T19:52:27.180Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-11-22T19:52:27.696Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-11-22T19:52:27.868Z | Compiling highway v1.2.0 |
2158 | 2024-11-22T19:52:28.050Z | Compiling semver v0.1.20 |
2159 | 2024-11-22T19:52:28.646Z | Compiling rustc_version v0.1.7 |
2160 | 2024-11-22T19:52:29.079Z | Compiling newtype_derive v0.1.6 |
2161 | 2024-11-22T19:52:29.340Z | Compiling newtype-uuid v1.1.3 |
2162 | 2024-11-22T19:52:29.470Z | Compiling dropshot v0.13.0 |
2163 | 2024-11-22T19:52:29.553Z | Compiling ipnetwork v0.20.0 |
2164 | 2024-11-22T19:52:29.700Z | Compiling instant v0.1.13 |
2165 | 2024-11-22T19:52:29.871Z | Compiling humantime v2.1.0 |
2166 | 2024-11-22T19:52:30.363Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2167 | 2024-11-22T19:52:30.726Z | Compiling backoff v0.4.0 |
2168 | 2024-11-22T19:52:31.065Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-11-22T19:52:31.085Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-11-22T19:52:31.315Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2171 | 2024-11-22T19:52:35.013Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2172 | 2024-11-22T19:52:35.411Z | Compiling parse-display v0.10.0 |
2173 | 2024-11-22T19:52:36.014Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2174 | 2024-11-22T19:52:36.213Z | Compiling serde_with v3.11.0 |
2175 | 2024-11-22T19:52:36.591Z | Compiling strum v0.26.3 |
2176 | 2024-11-22T19:52:36.794Z | Compiling regress v0.9.1 |
2177 | 2024-11-22T19:52:40.307Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2178 | 2024-11-22T19:52:41.680Z | Compiling macaddr v1.0.1 |
2179 | 2024-11-22T19:52:41.925Z | Compiling steno v0.4.1 |
2180 | 2024-11-22T19:52:42.084Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-11-22T19:52:42.323Z | Compiling prettyplease v0.2.25 |
2182 | 2024-11-22T19:52:42.355Z | Compiling slog-dtrace v0.3.0 |
2183 | 2024-11-22T19:52:42.756Z | Compiling tungstenite v0.21.0 |
2184 | 2024-11-22T19:52:43.205Z | Compiling display-error-chain v0.2.2 |
2185 | 2024-11-22T19:52:45.017Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-11-22T19:52:45.489Z | Compiling tokio-tungstenite v0.21.0 |
2187 | 2024-11-22T19:52:46.229Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2188 | 2024-11-22T19:52:46.854Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2189 | 2024-11-22T19:52:47.884Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2190 | 2024-11-22T19:52:48.142Z | Compiling arc-swap v1.7.1 |
2191 | 2024-11-22T19:52:48.887Z | Compiling slog-scope v4.4.0 |
2192 | 2024-11-22T19:52:49.751Z | Compiling half v2.4.1 |
2193 | 2024-11-22T19:52:50.478Z | Compiling ciborium-io v0.2.2 |
2194 | 2024-11-22T19:52:50.642Z | Compiling ciborium-ll v0.2.2 |
2195 | 2024-11-22T19:52:51.187Z | Compiling slog-stdlog v4.1.1 |
2196 | 2024-11-22T19:52:52.035Z | Compiling slog-envlogger v2.2.0 |
2197 | 2024-11-22T19:52:52.450Z | Compiling ciborium v0.2.2 |
2198 | 2024-11-22T19:52:54.730Z | Compiling nibble_vec v0.1.0 |
2199 | 2024-11-22T19:52:54.867Z | Compiling endian-type v0.1.2 |
2200 | 2024-11-22T19:52:54.979Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2201 | 2024-11-22T19:53:01.621Z | Compiling radix_trie v0.2.1 |
2202 | 2024-11-22T19:53:01.645Z | Compiling same-file v1.0.6 |
2203 | 2024-11-22T19:53:01.895Z | Compiling fastrand v2.1.1 |
2204 | 2024-11-22T19:53:02.431Z | Compiling tempfile v3.13.0 |
2205 | 2024-11-22T19:53:02.572Z | Compiling walkdir v2.5.0 |
2206 | 2024-11-22T19:53:02.646Z | Compiling ring v0.16.20 |
2207 | 2024-11-22T19:53:03.218Z | Compiling blake3 v1.5.4 |
2208 | 2024-11-22T19:53:03.259Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2209 | 2024-11-22T19:53:03.793Z | Compiling xattr v1.3.1 |
2210 | 2024-11-22T19:53:04.085Z | Compiling memmap2 v0.9.5 |
2211 | 2024-11-22T19:53:04.521Z | Compiling filetime v0.2.25 |
2212 | 2024-11-22T19:53:04.544Z | Compiling keccak v0.1.5 |
2213 | 2024-11-22T19:53:04.843Z | Compiling spin v0.5.2 |
2214 | 2024-11-22T19:53:04.961Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2215 | 2024-11-22T19:53:05.094Z | Compiling arrayref v0.3.9 |
2216 | 2024-11-22T19:53:05.206Z | Compiling arrayvec v0.7.6 |
2217 | 2024-11-22T19:53:05.400Z | Compiling constant_time_eq v0.3.1 |
2218 | 2024-11-22T19:53:05.571Z | Compiling sha3 v0.10.8 |
2219 | 2024-11-22T19:53:06.499Z | Compiling tar v0.4.42 |
2220 | 2024-11-22T19:53:06.520Z | Compiling toolchain_find v0.4.0 |
2221 | 2024-11-22T19:53:06.613Z | Compiling camino-tempfile v1.1.1 |
2222 | 2024-11-22T19:53:06.802Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2024-11-22T19:53:07.074Z | Compiling topological-sort v0.2.2 |
2224 | 2024-11-22T19:53:07.137Z | Compiling crunchy v0.2.2 |
2225 | 2024-11-22T19:53:07.317Z | Compiling maplit v1.0.2 |
2226 | 2024-11-22T19:53:07.458Z | Compiling radium v0.7.0 |
2227 | 2024-11-22T19:53:07.646Z | Compiling omicron-zone-package v0.11.1 |
2228 | 2024-11-22T19:53:07.959Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2024-11-22T19:53:08.492Z | Compiling pem v3.0.4 |
2230 | 2024-11-22T19:53:08.555Z | Compiling tiny-keccak v2.0.2 |
2231 | 2024-11-22T19:53:08.706Z | Compiling const_format v0.2.33 |
2232 | 2024-11-22T19:53:08.807Z | Compiling tap v1.0.1 |
2233 | 2024-11-22T19:53:08.844Z | Compiling maybe-uninit v2.0.0 |
2234 | 2024-11-22T19:53:09.010Z | Compiling wyz v0.5.1 |
2235 | 2024-11-22T19:53:09.657Z | Compiling dsl_auto_type v0.1.2 |
2236 | 2024-11-22T19:53:09.936Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2024-11-22T19:53:09.969Z | Compiling phf_generator v0.11.2 |
2238 | 2024-11-22T19:53:10.019Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-11-22T19:53:10.040Z | Compiling secrecy v0.8.0 |
2240 | 2024-11-22T19:53:10.174Z | Compiling diesel_table_macro_syntax v0.2.0 |
2241 | 2024-11-22T19:53:10.330Z | Compiling async-recursion v1.1.1 |
2242 | 2024-11-22T19:53:10.446Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2024-11-22T19:53:10.583Z | Compiling funty v2.0.0 |
2244 | 2024-11-22T19:53:10.773Z | Compiling crc-catalog v2.4.0 |
2245 | 2024-11-22T19:53:10.949Z | Compiling packed_struct v0.10.1 |
2246 | 2024-11-22T19:53:11.077Z | Compiling diesel_derives v2.2.3 |
2247 | 2024-11-22T19:53:11.294Z | Compiling crc v3.2.1 |
2248 | 2024-11-22T19:53:11.518Z | Compiling r2d2 v0.8.10 |
2249 | 2024-11-22T19:53:11.823Z | Compiling bitvec v1.0.1 |
2250 | 2024-11-22T19:53:11.968Z | Compiling phf_codegen v0.11.2 |
2251 | 2024-11-22T19:53:12.786Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2252 | 2024-11-22T19:53:13.053Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2253 | 2024-11-22T19:53:13.141Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2254 | 2024-11-22T19:53:13.347Z | Compiling ascii-canvas v3.0.0 |
2255 | 2024-11-22T19:53:13.847Z | Compiling universal-hash v0.5.1 |
2256 | 2024-11-22T19:53:14.100Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-11-22T19:53:16.651Z | Compiling thiserror-impl-no-std v2.0.2 |
2258 | 2024-11-22T19:53:16.682Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-11-22T19:53:18.306Z | Compiling lzma-sys v0.1.20 |
2260 | 2024-11-22T19:53:19.022Z | Compiling ena v0.14.3 |
2261 | 2024-11-22T19:53:19.460Z | Compiling indexmap v1.9.3 |
2262 | 2024-11-22T19:53:19.478Z | Compiling regex-syntax v0.6.29 |
2263 | 2024-11-22T19:53:19.782Z | Compiling opaque-debug v0.3.1 |
2264 | 2024-11-22T19:53:19.901Z | Compiling diff v0.1.13 |
2265 | 2024-11-22T19:53:20.465Z | Compiling nodrop v0.1.14 |
2266 | 2024-11-22T19:53:20.620Z | Compiling cfg_aliases v0.1.1 |
2267 | 2024-11-22T19:53:20.751Z | Compiling nix v0.28.0 |
2268 | 2024-11-22T19:53:21.497Z | Compiling array-init v0.0.4 |
2269 | 2024-11-22T19:53:22.749Z | Compiling poly1305 v0.8.0 |
2270 | 2024-11-22T19:53:22.934Z | Compiling diesel v2.2.4 |
2271 | 2024-11-22T19:53:24.278Z | Compiling lalrpop v0.19.12 |
2272 | 2024-11-22T19:53:24.998Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-11-22T19:53:25.192Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-11-22T19:53:30.617Z | Compiling smallvec v0.6.14 |
2275 | 2024-11-22T19:53:31.154Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2276 | 2024-11-22T19:53:31.424Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2024-11-22T19:53:31.719Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2278 | 2024-11-22T19:53:31.977Z | Compiling chacha20 v0.9.1 |
2279 | 2024-11-22T19:53:32.284Z | Compiling heck v0.3.3 |
2280 | 2024-11-22T19:53:32.473Z | Compiling aead v0.5.2 |
2281 | 2024-11-22T19:53:32.679Z | Compiling vte_generate_state_changes v0.1.2 |
2282 | 2024-11-22T19:53:32.852Z | Compiling termcolor v1.4.1 |
2283 | 2024-11-22T19:53:33.366Z | Compiling ref-cast v1.0.23 |
2284 | 2024-11-22T19:53:33.873Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2285 | 2024-11-22T19:53:33.917Z | Compiling hashbrown v0.12.3 |
2286 | 2024-11-22T19:53:34.179Z | Compiling bitfield v0.14.0 |
2287 | 2024-11-22T19:53:34.544Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-11-22T19:53:36.604Z | Compiling vte v0.11.1 |
2289 | 2024-11-22T19:53:38.123Z | Compiling env_logger v0.10.2 |
2290 | 2024-11-22T19:53:41.406Z | Compiling chacha20poly1305 v0.10.1 |
2291 | 2024-11-22T19:53:41.663Z | Compiling zone_cfg_derive v0.1.2 |
2292 | 2024-11-22T19:53:43.166Z | Compiling serde-hex v0.1.0 |
2293 | 2024-11-22T19:53:47.131Z | Compiling chrono-tz v0.10.0 |
2294 | 2024-11-22T19:53:48.005Z | Compiling vsss-rs v3.3.4 |
2295 | 2024-11-22T19:53:48.751Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2296 | 2024-11-22T19:53:49.106Z | Compiling ron v0.8.1 |
2297 | 2024-11-22T19:53:51.143Z | Compiling polar-core v0.27.3 |
2298 | 2024-11-22T19:53:52.422Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2299 | 2024-11-22T19:53:52.491Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2300 | 2024-11-22T19:53:52.721Z | Compiling derive_builder_core v0.20.2 |
2301 | 2024-11-22T19:53:53.084Z | Compiling hashbrown v0.13.2 |
2302 | 2024-11-22T19:53:54.512Z | Compiling fd-lock v4.0.2 |
2303 | 2024-11-22T19:53:54.756Z | Compiling headers-core v0.3.0 |
2304 | 2024-11-22T19:53:54.949Z | Compiling fxhash v0.2.1 |
2305 | 2024-11-22T19:53:55.033Z | Compiling libxml v0.3.3 |
2306 | 2024-11-22T19:53:55.187Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-11-22T19:53:55.207Z | Compiling crc-any v2.5.0 |
2308 | 2024-11-22T19:53:55.403Z | Compiling bytecount v0.6.8 |
2309 | 2024-11-22T19:53:55.733Z | Compiling base64 v0.13.1 |
2310 | 2024-11-22T19:53:56.220Z | Compiling ron v0.7.1 |
2311 | 2024-11-22T19:53:56.517Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2024-11-22T19:53:56.566Z | Compiling papergrid v0.11.0 |
2313 | 2024-11-22T19:54:01.526Z | Compiling derive_builder_macro v0.20.2 |
2314 | 2024-11-22T19:54:01.715Z | Compiling headers v0.4.0 |
2315 | 2024-11-22T19:54:02.406Z | Compiling object v0.30.4 |
2316 | 2024-11-22T19:54:05.528Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2317 | 2024-11-22T19:54:10.176Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2318 | 2024-11-22T19:54:11.842Z | Compiling xz2 v0.1.7 |
2319 | 2024-11-22T19:54:12.487Z | Compiling zone v0.1.8 |
2320 | 2024-11-22T19:54:13.202Z | Compiling strip-ansi-escapes v0.2.0 |
2321 | 2024-11-22T19:54:15.700Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2024-11-22T19:54:15.862Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2323 | 2024-11-22T19:54:16.293Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2324 | 2024-11-22T19:54:16.631Z | Compiling tabled_derive v0.7.0 |
2325 | 2024-11-22T19:54:16.965Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2024-11-22T19:54:17.675Z | Compiling yasna v0.5.2 |
2327 | 2024-11-22T19:54:18.910Z | Compiling peg-macros v0.8.4 |
2328 | 2024-11-22T19:54:18.957Z | Compiling strum_macros v0.24.3 |
2329 | 2024-11-22T19:54:20.119Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2024-11-22T19:54:21.183Z | Compiling kstat-rs v0.2.4 |
2331 | 2024-11-22T19:54:21.216Z | Compiling samael v0.0.17 |
2332 | 2024-11-22T19:54:21.859Z | Compiling sqlparser_derive v0.2.2 |
2333 | 2024-11-22T19:54:22.205Z | Compiling unicase v2.7.0 |
2334 | 2024-11-22T19:54:22.370Z | Compiling indoc v1.0.9 |
2335 | 2024-11-22T19:54:22.392Z | Compiling home v0.5.9 |
2336 | 2024-11-22T19:54:22.519Z | Compiling unicode_categories v0.1.1 |
2337 | 2024-11-22T19:54:22.721Z | Compiling path-slash v0.1.5 |
2338 | 2024-11-22T19:54:22.851Z | Compiling nu-ansi-term v0.50.1 |
2339 | 2024-11-22T19:54:22.905Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2340 | 2024-11-22T19:54:22.935Z | Compiling sqlparser v0.45.0 |
2341 | 2024-11-22T19:54:23.792Z | Compiling reedline v0.35.0 |
2342 | 2024-11-22T19:54:24.061Z | Compiling sqlformat v0.2.6 |
2343 | 2024-11-22T19:54:25.961Z | Compiling rustyline v14.0.0 |
2344 | 2024-11-22T19:54:26.884Z | Compiling peg v0.8.4 |
2345 | 2024-11-22T19:54:27.017Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2346 | 2024-11-22T19:54:34.430Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2347 | 2024-11-22T19:54:38.907Z | Compiling tabled v0.15.0 |
2348 | 2024-11-22T19:54:38.979Z | Compiling rcgen v0.12.1 |
2349 | 2024-11-22T19:54:47.942Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2350 | 2024-11-22T19:54:49.403Z | Compiling derive_builder v0.20.2 |
2351 | 2024-11-22T19:54:54.807Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2352 | 2024-11-22T19:54:55.882Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2353 | 2024-11-22T19:54:59.368Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2354 | 2024-11-22T19:54:59.672Z | Compiling bcs v0.1.6 |
2355 | 2024-11-22T19:55:00.646Z | Compiling impl-trait-for-tuples v0.2.2 |
2356 | 2024-11-22T19:55:01.011Z | Compiling oso-derive v0.27.3 |
2357 | 2024-11-22T19:55:02.095Z | Compiling libz-sys v1.1.20 |
2358 | 2024-11-22T19:55:02.784Z | Compiling quick-xml v0.33.0 |
2359 | 2024-11-22T19:55:06.957Z | Compiling subprocess v0.2.9 |
2360 | 2024-11-22T19:55:07.760Z | Compiling diesel-dtrace v0.3.0 |
2361 | 2024-11-22T19:55:08.074Z | Compiling parking_lot_core v0.8.6 |
2362 | 2024-11-22T19:55:08.641Z | Compiling oso v0.27.3 |
2363 | 2024-11-22T19:55:11.817Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2364 | 2024-11-22T19:55:26.562Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2024-11-22T19:55:28.184Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2366 | 2024-11-22T19:55:33.790Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2367 | 2024-11-22T19:55:37.189Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2368 | 2024-11-22T19:55:37.512Z | Compiling bb8 v0.8.5 |
2369 | 2024-11-22T19:55:38.177Z | Compiling buf-list v1.0.3 |
2370 | 2024-11-22T19:55:38.875Z | Compiling async-bb8-diesel v0.2.1 |
2371 | 2024-11-22T19:55:41.405Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2372 | 2024-11-22T19:55:42.251Z | Compiling pin-project-internal v1.1.6 |
2373 | 2024-11-22T19:55:43.734Z | Compiling atty v0.2.14 |
2374 | 2024-11-22T19:55:43.924Z | Compiling salty v0.3.0 |
2375 | 2024-11-22T19:55:45.152Z | Compiling pin-project v1.1.6 |
2376 | 2024-11-22T19:55:45.716Z | Compiling parking_lot v0.11.2 |
2377 | 2024-11-22T19:55:48.814Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2378 | 2024-11-22T19:55:51.810Z | Compiling snafu-derive v0.8.5 |
2379 | 2024-11-22T19:55:52.115Z | Compiling simd-adler32 v0.3.7 |
2380 | 2024-11-22T19:55:53.337Z | Compiling bumpalo v3.16.0 |
2381 | 2024-11-22T19:55:53.652Z | Compiling zip v2.1.3 |
2382 | 2024-11-22T19:55:53.974Z | Compiling lockfree-object-pool v0.1.6 |
2383 | 2024-11-22T19:55:54.033Z | Compiling sled v0.34.7 |
2384 | 2024-11-22T19:55:54.315Z | Compiling zopfli v0.8.1 |
2385 | 2024-11-22T19:55:56.552Z | Compiling snafu v0.8.5 |
2386 | 2024-11-22T19:55:57.807Z | Compiling mime_guess v2.0.5 |
2387 | 2024-11-22T19:55:58.716Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2388 | 2024-11-22T19:55:58.937Z | Compiling hickory-client v0.24.1 |
2389 | 2024-11-22T19:56:00.241Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2390 | 2024-11-22T19:56:00.577Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2391 | 2024-11-22T19:56:00.977Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2392 | 2024-11-22T19:56:04.244Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2393 | 2024-11-22T19:56:05.831Z | Compiling globset v0.4.15 |
2394 | 2024-11-22T19:56:06.319Z | Compiling hickory-server v0.24.1 |
2395 | 2024-11-22T19:56:09.720Z | Compiling primeorder v0.13.6 |
2396 | 2024-11-22T19:56:10.335Z | Compiling olpc-cjson v0.1.4 |
2397 | 2024-11-22T19:56:10.705Z | Compiling vergen v8.3.2 |
2398 | 2024-11-22T19:56:11.001Z | Compiling env_filter v0.1.2 |
2399 | 2024-11-22T19:56:14.249Z | Compiling cargo-platform v0.1.8 |
2400 | 2024-11-22T19:56:14.773Z | Compiling serde_plain v1.0.2 |
2401 | 2024-11-22T19:56:15.296Z | Compiling nanorand v0.7.0 |
2402 | 2024-11-22T19:56:16.044Z | Compiling memoffset v0.9.1 |
2403 | 2024-11-22T19:56:16.408Z | Compiling typed-path v0.9.3 |
2404 | 2024-11-22T19:56:21.476Z | Compiling tough v0.19.0 |
2405 | 2024-11-22T19:56:23.922Z | Compiling flume v0.11.1 |
2406 | 2024-11-22T19:56:24.733Z | Compiling cargo_metadata v0.18.1 |
2407 | 2024-11-22T19:56:28.090Z | Compiling env_logger v0.11.5 |
2408 | 2024-11-22T19:56:28.946Z | Compiling p384 v0.13.0 |
2409 | 2024-11-22T19:56:29.520Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2410 | 2024-11-22T19:56:34.940Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2411 | 2024-11-22T19:56:35.937Z | Compiling git2 v0.19.0 |
2412 | 2024-11-22T19:56:42.488Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2413 | 2024-11-22T19:56:45.301Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-22T19:56:46.478Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2024-11-22T19:56:50.155Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2416 | 2024-11-22T19:56:53.082Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2417 | 2024-11-22T19:56:54.102Z | Compiling rand_seeder v0.3.0 |
2418 | 2024-11-22T19:56:54.461Z | Compiling libsqlite3-sys v0.30.1 |
2419 | 2024-11-22T19:56:54.519Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-11-22T19:56:54.651Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2421 | 2024-11-22T19:56:54.990Z | Compiling parse-size v1.1.0 |
2422 | 2024-11-22T19:56:54.993Z | Compiling rustls v0.21.12 |
2423 | 2024-11-22T19:56:55.330Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2024-11-22T19:56:55.443Z | Compiling nix v0.29.0 |
2425 | 2024-11-22T19:56:55.904Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2426 | 2024-11-22T19:56:56.151Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2024-11-22T19:56:57.148Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2428 | 2024-11-22T19:56:57.234Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2429 | 2024-11-22T19:56:58.062Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2430 | 2024-11-22T19:56:58.083Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2431 | 2024-11-22T19:56:58.109Z | Compiling rustls-webpki v0.101.7 |
2432 | 2024-11-22T19:56:58.377Z | Compiling sct v0.7.1 |
2433 | 2024-11-22T19:56:58.871Z | Compiling castaway v0.2.3 |
2434 | 2024-11-22T19:56:59.095Z | Compiling csv-core v0.1.11 |
2435 | 2024-11-22T19:57:00.017Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2436 | 2024-11-22T19:57:00.359Z | Compiling http-range v0.1.5 |
2437 | 2024-11-22T19:57:00.861Z | Compiling glob v0.3.1 |
2438 | 2024-11-22T19:57:00.948Z | Compiling hyper-staticfile v0.10.1 |
2439 | 2024-11-22T19:57:02.098Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2440 | 2024-11-22T19:57:02.256Z | Compiling csv v1.3.0 |
2441 | 2024-11-22T19:57:02.578Z | Compiling compact_str v0.8.0 |
2442 | 2024-11-22T19:57:04.096Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2443 | 2024-11-22T19:57:04.453Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2444 | 2024-11-22T19:57:05.289Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2024-11-22T19:57:05.758Z | Compiling nix v0.27.1 |
2446 | 2024-11-22T19:57:09.551Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2447 | 2024-11-22T19:57:12.792Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2448 | 2024-11-22T19:57:14.799Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2449 | 2024-11-22T19:57:20.047Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2450 | 2024-11-22T19:57:20.459Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2451 | 2024-11-22T19:57:20.820Z | Compiling unicode-truncate v1.1.0 |
2452 | 2024-11-22T19:57:21.140Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2453 | 2024-11-22T19:57:21.475Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-11-22T19:57:21.809Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2455 | 2024-11-22T19:57:27.035Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2456 | 2024-11-22T19:57:27.731Z | Compiling hashlink v0.9.1 |
2457 | 2024-11-22T19:57:28.621Z | Compiling tungstenite v0.23.0 |
2458 | 2024-11-22T19:57:29.265Z | Compiling lru v0.12.5 |
2459 | 2024-11-22T19:57:29.498Z | Compiling instability v0.3.2 |
2460 | 2024-11-22T19:57:29.670Z | Compiling fallible-iterator v0.3.0 |
2461 | 2024-11-22T19:57:29.696Z | Compiling cassowary v0.3.0 |
2462 | 2024-11-22T19:57:29.959Z | Compiling fallible-streaming-iterator v0.1.9 |
2463 | 2024-11-22T19:57:30.268Z | Compiling tokio-tungstenite v0.23.1 |
2464 | 2024-11-22T19:57:30.471Z | Compiling rusqlite v0.32.1 |
2465 | 2024-11-22T19:57:30.517Z | Compiling ratatui v0.28.1 |
2466 | 2024-11-22T19:57:30.901Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2467 | 2024-11-22T19:57:34.405Z | Compiling tokio-rustls v0.24.1 |
2468 | 2024-11-22T19:57:34.542Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2469 | 2024-11-22T19:57:34.923Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-11-22T19:57:38.956Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-11-22T19:57:41.951Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2472 | 2024-11-22T19:57:50.150Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2024-11-22T19:57:51.344Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2474 | 2024-11-22T19:57:53.286Z | Compiling rustls-pemfile v1.0.4 |
2475 | 2024-11-22T19:57:54.081Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2476 | 2024-11-22T19:57:54.405Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2024-11-22T19:57:55.453Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2024-11-22T19:57:55.599Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2024-11-22T19:57:55.637Z | Compiling twox-hash v1.6.3 |
2480 | 2024-11-22T19:57:55.845Z | Compiling smawk v0.3.2 |
2481 | 2024-11-22T19:57:56.137Z | Compiling is_ci v1.2.0 |
2482 | 2024-11-22T19:57:56.526Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-11-22T19:57:56.787Z | Compiling supports-color v3.0.1 |
2484 | 2024-11-22T19:57:57.120Z | Compiling textwrap v0.16.1 |
2485 | 2024-11-22T19:57:59.062Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2486 | 2024-11-22T19:57:59.379Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2487 | 2024-11-22T19:58:07.010Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2488 | 2024-11-22T19:58:09.858Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2489 | 2024-11-22T19:58:14.960Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2490 | 2024-11-22T19:58:19.870Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2491 | 2024-11-22T19:58:21.049Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2024-11-22T19:58:33.837Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2493 | 2024-11-22T19:58:34.532Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2494 | 2024-11-22T19:58:34.857Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2495 | 2024-11-22T19:58:40.504Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2496 | 2024-11-22T19:58:40.964Z | Compiling fatfs v0.3.6 |
2497 | 2024-11-22T19:58:41.809Z | Compiling rtoolbox v0.0.2 |
2498 | 2024-11-22T19:58:42.270Z | Compiling assert_matches v1.5.0 |
2499 | 2024-11-22T19:58:43.876Z | Compiling rpassword v7.3.1 |
2500 | 2024-11-22T19:58:44.373Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-11-22T19:58:49.819Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2502 | 2024-11-22T19:58:53.976Z | Compiling tui-tree-widget v0.22.0 |
2503 | 2024-11-22T19:58:54.474Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2024-11-22T19:58:57.065Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2505 | 2024-11-22T19:59:00.396Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2506 | 2024-11-22T19:59:00.740Z | Compiling uzers v0.12.1 |
2507 | 2024-11-22T19:59:04.068Z | Compiling shell-words v1.1.0 |
2508 | 2024-11-22T19:59:04.561Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2024-11-22T19:59:10.906Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2510 | 2024-11-22T19:59:13.222Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2511 | 2024-11-22T19:59:44.790Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2024-11-22T19:59:45.910Z | Compiling multimap v0.10.0 |
2513 | 2024-11-22T20:02:13.338Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2514 | 2024-11-22T20:02:17.558Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2024-11-22T20:09:06.721Z | Finished `release` profile [optimized] target(s) in 16m 44s |
2516 | 2024-11-22T20:10:12.081Z | |
2517 | 2024-11-22T20:10:12.083Z | real 17:50.677959171 |
2518 | 2024-11-22T20:10:12.083Z | user 2:02:10.186154438 |
2519 | 2024-11-22T20:10:12.084Z | sys 6:07.979035027 |
2520 | 2024-11-22T20:10:12.084Z | trap 3.205288787 |
2521 | 2024-11-22T20:10:12.084Z | tflt 3.331510067 |
2522 | 2024-11-22T20:10:12.084Z | dflt 5.315934053 |
2523 | 2024-11-22T20:10:12.085Z | kflt 0.038719602 |
2524 | 2024-11-22T20:10:12.085Z | lock 7:31:34.951307612 |
2525 | 2024-11-22T20:10:12.085Z | slp 6:31:03.511297869 |
2526 | 2024-11-22T20:10:12.085Z | lat 2:54.875085739 |
2527 | 2024-11-22T20:10:12.085Z | stop 2:40.171081148 |
2528 | 2024-11-22T20:10:12.085Z | + mapfile -t packages |
2529 | 2024-11-22T20:10:12.085Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2530 | 2024-11-22T20:10:13.199Z | Finished `release` profile [optimized] target(s) in 1.06s |
2531 | 2024-11-22T20:10:13.253Z | Running `target/release/omicron-package -t test list-outputs` |
2532 | 2024-11-22T20:10:13.306Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2533 | 2024-11-22T20:10:13.309Z | + ptime -m cargo build --locked --release -p xtask |
2534 | 2024-11-22T20:10:13.897Z | Compiling serde v1.0.215 |
2535 | 2024-11-22T20:10:13.900Z | Compiling libc v0.2.162 |
2536 | 2024-11-22T20:10:13.900Z | Compiling rustix v0.38.37 |
2537 | 2024-11-22T20:10:13.900Z | Compiling serde_json v1.0.132 |
2538 | 2024-11-22T20:10:14.001Z | Compiling syn v2.0.87 |
2539 | 2024-11-22T20:10:14.011Z | Compiling bitflags v2.6.0 |
2540 | 2024-11-22T20:10:14.394Z | Compiling usdt-impl v0.5.0 |
2541 | 2024-11-22T20:10:14.410Z | Compiling syn v1.0.109 |
2542 | 2024-11-22T20:10:14.509Z | Compiling hashbrown v0.15.0 |
2543 | 2024-11-22T20:10:14.527Z | Compiling log v0.4.22 |
2544 | 2024-11-22T20:10:14.632Z | Compiling fs-err v2.11.0 |
2545 | 2024-11-22T20:10:14.952Z | Compiling once_cell v1.20.2 |
2546 | 2024-11-22T20:10:15.025Z | Compiling anyhow v1.0.93 |
2547 | 2024-11-22T20:10:15.426Z | Compiling thread-id v4.2.2 |
2548 | 2024-11-22T20:10:15.873Z | Compiling indexmap v2.6.0 |
2549 | 2024-11-22T20:10:17.152Z | Compiling terminal_size v0.4.0 |
2550 | 2024-11-22T20:10:17.152Z | Compiling tempfile v3.13.0 |
2551 | 2024-11-22T20:10:17.401Z | Compiling clap_builder v4.5.21 |
2552 | 2024-11-22T20:10:17.942Z | Compiling proc-macro-error v1.0.4 |
2553 | 2024-11-22T20:10:19.282Z | Compiling tabled_derive v0.7.0 |
2554 | 2024-11-22T20:10:20.592Z | Compiling tabled v0.15.0 |
2555 | 2024-11-22T20:10:22.328Z | Compiling serde_derive v1.0.215 |
2556 | 2024-11-22T20:10:23.562Z | Compiling thiserror-impl v1.0.69 |
2557 | 2024-11-22T20:10:24.575Z | Compiling zerocopy-derive v0.7.35 |
2558 | 2024-11-22T20:10:26.620Z | Compiling thiserror v1.0.69 |
2559 | 2024-11-22T20:10:26.787Z | Compiling pest v2.7.14 |
2560 | 2024-11-22T20:10:26.882Z | Compiling zerocopy v0.7.35 |
2561 | 2024-11-22T20:10:28.636Z | Compiling scroll_derive v0.12.0 |
2562 | 2024-11-22T20:10:29.938Z | Compiling pest_meta v2.7.14 |
2563 | 2024-11-22T20:10:30.096Z | Compiling scroll v0.12.0 |
2564 | 2024-11-22T20:10:30.779Z | Compiling goblin v0.8.2 |
2565 | 2024-11-22T20:10:34.149Z | Compiling pest_generator v2.7.14 |
2566 | 2024-11-22T20:10:36.049Z | Compiling pest_derive v2.7.14 |
2567 | 2024-11-22T20:10:36.138Z | Compiling clap_derive v4.5.18 |
2568 | 2024-11-22T20:10:37.000Z | Compiling dtrace-parser v0.2.0 |
2569 | 2024-11-22T20:10:38.866Z | Compiling dof v0.3.0 |
2570 | 2024-11-22T20:10:39.846Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-11-22T20:10:40.581Z | Compiling serde_spanned v0.6.8 |
2572 | 2024-11-22T20:10:40.880Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-11-22T20:10:41.043Z | Compiling toml_edit v0.22.22 |
2574 | 2024-11-22T20:10:41.498Z | Compiling camino v1.1.9 |
2575 | 2024-11-22T20:10:43.546Z | Compiling usdt-macro v0.5.0 |
2576 | 2024-11-22T20:10:44.853Z | Compiling toml v0.8.19 |
2577 | 2024-11-22T20:10:45.386Z | Compiling usdt-attr-macro v0.5.0 |
2578 | 2024-11-22T20:10:45.665Z | Compiling semver v1.0.23 |
2579 | 2024-11-22T20:10:46.847Z | Compiling cargo-platform v0.1.8 |
2580 | 2024-11-22T20:10:47.238Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-11-22T20:10:47.348Z | Compiling usdt v0.5.0 |
2582 | 2024-11-22T20:10:47.381Z | Compiling cargo_toml v0.20.5 |
2583 | 2024-11-22T20:10:49.003Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-11-22T20:10:49.006Z | Compiling clap v4.5.21 |
2585 | 2024-11-22T20:10:49.007Z | Compiling macaddr v1.0.1 |
2586 | 2024-11-22T20:11:00.210Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2587 | 2024-11-22T20:11:11.890Z | Finished `release` profile [optimized] target(s) in 58.52s |
2588 | 2024-11-22T20:11:12.007Z | |
2589 | 2024-11-22T20:11:12.007Z | real 58.666730406 |
2590 | 2024-11-22T20:11:12.007Z | user 5:55.278645496 |
2591 | 2024-11-22T20:11:12.007Z | sys 32.597051661 |
2592 | 2024-11-22T20:11:12.007Z | trap 0.163947478 |
2593 | 2024-11-22T20:11:12.007Z | tflt 0.296325422 |
2594 | 2024-11-22T20:11:12.007Z | dflt 0.504936312 |
2595 | 2024-11-22T20:11:12.007Z | kflt 0.000108730 |
2596 | 2024-11-22T20:11:12.011Z | lock 10:55.110752897 |
2597 | 2024-11-22T20:11:12.011Z | slp 16:03.671448695 |
2598 | 2024-11-22T20:11:12.011Z | lat 14.140878056 |
2599 | 2024-11-22T20:11:12.011Z | stop 18.443299574 |
2600 | 2024-11-22T20:11:12.011Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-11-22T20:11:12.011Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-11-22T20:11:12.011Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-11-22T20:11:12.011Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-11-22T20:11:12.011Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2605 | 2024-11-22T20:11:12.937Z | Compiling hashbrown v0.14.5 |
2606 | 2024-11-22T20:11:13.068Z | Compiling ident_case v1.0.1 |
2607 | 2024-11-22T20:11:13.083Z | Compiling unsafe-libyaml v0.2.11 |
2608 | 2024-11-22T20:11:13.097Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2609 | 2024-11-22T20:11:13.097Z | Compiling progenitor-client v0.8.0 |
2610 | 2024-11-22T20:11:13.100Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-11-22T20:11:13.100Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-22T20:11:13.100Z | Compiling instant v0.1.13 |
2613 | 2024-11-22T20:11:13.230Z | Compiling darling_core v0.20.10 |
2614 | 2024-11-22T20:11:13.328Z | Compiling structmeta-derive v0.3.0 |
2615 | 2024-11-22T20:11:13.603Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-11-22T20:11:13.643Z | Compiling newtype-uuid v1.1.3 |
2617 | 2024-11-22T20:11:13.670Z | Compiling dropshot v0.13.0 |
2618 | 2024-11-22T20:11:14.076Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2024-11-22T20:11:14.094Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-11-22T20:11:14.313Z | Compiling regress v0.10.1 |
2621 | 2024-11-22T20:11:14.378Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-11-22T20:11:14.378Z | Compiling regress v0.9.1 |
2623 | 2024-11-22T20:11:14.872Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-11-22T20:11:14.952Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-11-22T20:11:15.076Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-11-22T20:11:15.336Z | Compiling backoff v0.4.0 |
2627 | 2024-11-22T20:11:15.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-11-22T20:11:15.913Z | Compiling tempfile v3.13.0 |
2629 | 2024-11-22T20:11:15.935Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-11-22T20:11:16.416Z | Compiling structmeta v0.3.0 |
2631 | 2024-11-22T20:11:16.862Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-11-22T20:11:16.916Z | Compiling parse-display-derive v0.10.0 |
2633 | 2024-11-22T20:11:17.154Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-11-22T20:11:17.281Z | Compiling itertools v0.13.0 |
2635 | 2024-11-22T20:11:18.876Z | Compiling typify-impl v0.2.0 |
2636 | 2024-11-22T20:11:19.661Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-22T20:11:19.780Z | Compiling zerocopy v0.8.10 |
2638 | 2024-11-22T20:11:19.907Z | Compiling num_enum v0.5.11 |
2639 | 2024-11-22T20:11:19.997Z | Compiling foreign-types-macros v0.2.3 |
2640 | 2024-11-22T20:11:20.090Z | Compiling zerocopy-derive v0.8.10 |
2641 | 2024-11-22T20:11:20.688Z | Compiling darling_macro v0.20.10 |
2642 | 2024-11-22T20:11:20.761Z | Compiling foreign-types-shared v0.3.1 |
2643 | 2024-11-22T20:11:20.821Z | Compiling heapless v0.8.0 |
2644 | 2024-11-22T20:11:20.898Z | Compiling proc-macro-error v1.0.4 |
2645 | 2024-11-22T20:11:21.343Z | Compiling foreign-types v0.5.0 |
2646 | 2024-11-22T20:11:21.701Z | Compiling camino-tempfile v1.1.1 |
2647 | 2024-11-22T20:11:21.721Z | Compiling darling v0.20.10 |
2648 | 2024-11-22T20:11:21.741Z | Compiling parse-display v0.10.0 |
2649 | 2024-11-22T20:11:21.762Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-11-22T20:11:21.858Z | Compiling serde_with_macros v3.11.0 |
2651 | 2024-11-22T20:11:21.884Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2652 | 2024-11-22T20:11:22.214Z | Compiling hash32 v0.3.1 |
2653 | 2024-11-22T20:11:22.489Z | Compiling cstr-argument v0.1.2 |
2654 | 2024-11-22T20:11:22.531Z | Compiling pretty-hex v0.2.1 |
2655 | 2024-11-22T20:11:22.705Z | Compiling crucible-workspace-hack v0.1.0 |
2656 | 2024-11-22T20:11:22.739Z | Compiling smoltcp v0.11.0 |
2657 | 2024-11-22T20:11:22.757Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2024-11-22T20:11:22.960Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2659 | 2024-11-22T20:11:22.994Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-11-22T20:11:23.535Z | Compiling tabwriter v1.4.0 |
2661 | 2024-11-22T20:11:23.628Z | Compiling colored v2.1.0 |
2662 | 2024-11-22T20:11:24.087Z | Compiling cobs v0.2.3 |
2663 | 2024-11-22T20:11:24.413Z | Compiling postcard v1.0.10 |
2664 | 2024-11-22T20:11:24.567Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-22T20:11:24.846Z | Compiling serde_with v3.11.0 |
2666 | 2024-11-22T20:11:24.877Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-11-22T20:11:25.099Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2668 | 2024-11-22T20:11:25.145Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2024-11-22T20:11:25.473Z | Compiling smf v0.2.3 |
2670 | 2024-11-22T20:11:26.093Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2671 | 2024-11-22T20:11:26.823Z | Compiling zone_cfg_derive v0.3.0 |
2672 | 2024-11-22T20:11:27.053Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2673 | 2024-11-22T20:11:27.561Z | Compiling num-derive v0.4.2 |
2674 | 2024-11-22T20:11:28.404Z | Compiling sigpipe v0.1.3 |
2675 | 2024-11-22T20:11:28.554Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2676 | 2024-11-22T20:11:28.837Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2677 | 2024-11-22T20:11:28.904Z | Compiling zone v0.3.0 |
2678 | 2024-11-22T20:11:28.924Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2679 | 2024-11-22T20:11:29.424Z | Compiling universal-hash v0.5.1 |
2680 | 2024-11-22T20:11:29.613Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2024-11-22T20:11:29.653Z | Compiling opaque-debug v0.3.1 |
2682 | 2024-11-22T20:11:29.679Z | Compiling num-rational v0.4.2 |
2683 | 2024-11-22T20:11:29.771Z | Compiling password-hash v0.5.0 |
2684 | 2024-11-22T20:11:30.080Z | Compiling num-complex v0.4.6 |
2685 | 2024-11-22T20:11:30.128Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2686 | 2024-11-22T20:11:30.510Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2687 | 2024-11-22T20:11:30.615Z | Compiling blake2 v0.10.6 |
2688 | 2024-11-22T20:11:30.885Z | Compiling aead v0.5.2 |
2689 | 2024-11-22T20:11:30.996Z | Compiling convert_case v0.4.0 |
2690 | 2024-11-22T20:11:31.156Z | Compiling keccak v0.1.5 |
2691 | 2024-11-22T20:11:31.254Z | Compiling num v0.4.3 |
2692 | 2024-11-22T20:11:31.286Z | Compiling argon2 v0.5.3 |
2693 | 2024-11-22T20:11:31.417Z | Compiling poly1305 v0.8.0 |
2694 | 2024-11-22T20:11:31.569Z | Compiling sha3 v0.10.8 |
2695 | 2024-11-22T20:11:32.106Z | Compiling derive_more v0.99.18 |
2696 | 2024-11-22T20:11:32.129Z | Compiling tungstenite v0.21.0 |
2697 | 2024-11-22T20:11:32.252Z | Compiling chacha20 v0.9.1 |
2698 | 2024-11-22T20:11:32.671Z | Compiling base64 v0.21.7 |
2699 | 2024-11-22T20:11:32.787Z | Compiling float-ord v0.3.2 |
2700 | 2024-11-22T20:11:32.994Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-11-22T20:11:33.258Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2702 | 2024-11-22T20:11:33.498Z | Compiling tokio-tungstenite v0.21.0 |
2703 | 2024-11-22T20:11:33.549Z | Compiling same-file v1.0.6 |
2704 | 2024-11-22T20:11:33.564Z | Compiling semver v0.1.20 |
2705 | 2024-11-22T20:11:33.854Z | Compiling walkdir v2.5.0 |
2706 | 2024-11-22T20:11:34.087Z | Compiling rustc_version v0.1.7 |
2707 | 2024-11-22T20:11:34.278Z | Compiling newline-converter v0.3.0 |
2708 | 2024-11-22T20:11:34.353Z | Compiling primeorder v0.13.6 |
2709 | 2024-11-22T20:11:34.476Z | Compiling secrecy v0.8.0 |
2710 | 2024-11-22T20:11:34.482Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-11-22T20:11:34.627Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-11-22T20:11:34.788Z | Compiling owo-colors v4.1.0 |
2713 | 2024-11-22T20:11:34.900Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2714 | 2024-11-22T20:11:34.931Z | Compiling newtype_derive v0.1.6 |
2715 | 2024-11-22T20:11:35.034Z | Compiling expectorate v1.1.0 |
2716 | 2024-11-22T20:11:35.132Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2717 | 2024-11-22T20:11:35.218Z | Compiling thiserror-impl-no-std v2.0.2 |
2718 | 2024-11-22T20:11:35.257Z | Compiling ring v0.16.20 |
2719 | 2024-11-22T20:11:35.337Z | Compiling blake3 v1.5.4 |
2720 | 2024-11-22T20:11:35.380Z | Compiling unicase v2.7.0 |
2721 | 2024-11-22T20:11:35.478Z | Compiling half v2.4.1 |
2722 | 2024-11-22T20:11:35.678Z | Compiling ciborium-io v0.2.2 |
2723 | 2024-11-22T20:11:35.840Z | Compiling arc-swap v1.7.1 |
2724 | 2024-11-22T20:11:36.044Z | Compiling ciborium-ll v0.2.2 |
2725 | 2024-11-22T20:11:36.492Z | Compiling slog-scope v4.4.0 |
2726 | 2024-11-22T20:11:36.748Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-11-22T20:11:37.071Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2728 | 2024-11-22T20:11:37.247Z | Compiling polyval v0.6.2 |
2729 | 2024-11-22T20:11:37.710Z | Compiling atomicwrites v0.4.4 |
2730 | 2024-11-22T20:11:37.732Z | Compiling libsw v3.3.1 |
2731 | 2024-11-22T20:11:38.074Z | Compiling memmap2 v0.9.5 |
2732 | 2024-11-22T20:11:38.105Z | Compiling salty v0.3.0 |
2733 | 2024-11-22T20:11:38.543Z | Compiling arrayref v0.3.9 |
2734 | 2024-11-22T20:11:38.547Z | Compiling indent_write v2.2.0 |
2735 | 2024-11-22T20:11:38.582Z | Compiling typify-macro v0.2.0 |
2736 | 2024-11-22T20:11:38.601Z | Compiling constant_time_eq v0.3.1 |
2737 | 2024-11-22T20:11:38.619Z | Compiling thiserror-no-std v2.0.2 |
2738 | 2024-11-22T20:11:38.657Z | Compiling arrayvec v0.7.6 |
2739 | 2024-11-22T20:11:38.755Z | Compiling parking_lot_core v0.8.6 |
2740 | 2024-11-22T20:11:38.792Z | Compiling spin v0.5.2 |
2741 | 2024-11-22T20:11:38.813Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-11-22T20:11:39.061Z | Compiling linear-map v1.2.0 |
2743 | 2024-11-22T20:11:39.168Z | Compiling vsss-rs v3.3.4 |
2744 | 2024-11-22T20:11:39.309Z | Compiling ghash v0.5.1 |
2745 | 2024-11-22T20:11:39.471Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2746 | 2024-11-22T20:11:39.530Z | Compiling slog-stdlog v4.1.1 |
2747 | 2024-11-22T20:11:39.967Z | Compiling ciborium v0.2.2 |
2748 | 2024-11-22T20:11:40.221Z | Compiling p384 v0.13.0 |
2749 | 2024-11-22T20:11:40.300Z | Compiling toolchain_find v0.4.0 |
2750 | 2024-11-22T20:11:40.425Z | Compiling chacha20poly1305 v0.10.1 |
2751 | 2024-11-22T20:11:40.690Z | Compiling lzma-sys v0.1.20 |
2752 | 2024-11-22T20:11:41.067Z | Compiling ctr v0.9.2 |
2753 | 2024-11-22T20:11:41.451Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2754 | 2024-11-22T20:11:41.520Z | Compiling bitfield-struct v0.6.2 |
2755 | 2024-11-22T20:11:41.574Z | Compiling slog-dtrace v0.3.0 |
2756 | 2024-11-22T20:11:41.865Z | Compiling topological-sort v0.2.2 |
2757 | 2024-11-22T20:11:41.885Z | Compiling highway v1.2.0 |
2758 | 2024-11-22T20:11:42.107Z | Compiling omicron-zone-package v0.11.1 |
2759 | 2024-11-22T20:11:42.172Z | Compiling aes-gcm v0.10.3 |
2760 | 2024-11-22T20:11:42.490Z | Compiling rustfmt-wrapper v0.2.1 |
2761 | 2024-11-22T20:11:42.705Z | Compiling mime_guess v2.0.5 |
2762 | 2024-11-22T20:11:42.996Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-11-22T20:11:43.062Z | Compiling steno v0.4.1 |
2764 | 2024-11-22T20:11:43.084Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2765 | 2024-11-22T20:11:43.087Z | Compiling typify v0.2.0 |
2766 | 2024-11-22T20:11:43.243Z | Compiling progenitor-impl v0.8.0 |
2767 | 2024-11-22T20:11:43.901Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2768 | 2024-11-22T20:11:44.115Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2769 | 2024-11-22T20:11:44.349Z | Compiling heck v0.3.3 |
2770 | 2024-11-22T20:11:44.537Z | Compiling ssh-encoding v0.2.0 |
2771 | 2024-11-22T20:11:44.598Z | Compiling blowfish v0.9.1 |
2772 | 2024-11-22T20:11:44.626Z | Compiling nibble_vec v0.1.0 |
2773 | 2024-11-22T20:11:44.804Z | Compiling env_filter v0.1.2 |
2774 | 2024-11-22T20:11:44.862Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2775 | 2024-11-22T20:11:45.094Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2776 | 2024-11-22T20:11:45.123Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-11-22T20:11:45.161Z | Compiling endian-type v0.1.2 |
2778 | 2024-11-22T20:11:45.240Z | Compiling humantime v2.1.0 |
2779 | 2024-11-22T20:11:45.339Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-11-22T20:11:45.412Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-22T20:11:45.462Z | Compiling env_logger v0.11.5 |
2782 | 2024-11-22T20:11:45.600Z | Compiling ssh-cipher v0.2.0 |
2783 | 2024-11-22T20:11:45.798Z | Compiling bcrypt-pbkdf v0.10.0 |
2784 | 2024-11-22T20:11:46.140Z | Compiling zone_cfg_derive v0.1.2 |
2785 | 2024-11-22T20:11:46.262Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2786 | 2024-11-22T20:11:46.472Z | Compiling parking_lot v0.11.2 |
2787 | 2024-11-22T20:11:46.727Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2788 | 2024-11-22T20:11:47.482Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2789 | 2024-11-22T20:11:47.504Z | Compiling password-hash v0.4.2 |
2790 | 2024-11-22T20:11:47.771Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2791 | 2024-11-22T20:11:47.773Z | Compiling gethostname v0.5.0 |
2792 | 2024-11-22T20:11:47.856Z | Compiling fxhash v0.2.1 |
2793 | 2024-11-22T20:11:47.942Z | Compiling base64 v0.13.1 |
2794 | 2024-11-22T20:11:48.020Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-11-22T20:11:48.088Z | Compiling matches v0.1.10 |
2796 | 2024-11-22T20:11:48.211Z | Compiling idna v0.2.3 |
2797 | 2024-11-22T20:11:48.367Z | Compiling ron v0.7.1 |
2798 | 2024-11-22T20:11:48.417Z | Compiling sled v0.34.7 |
2799 | 2024-11-22T20:11:48.420Z | Compiling pbkdf2 v0.11.0 |
2800 | 2024-11-22T20:11:48.567Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2801 | 2024-11-22T20:11:48.603Z | Compiling zone v0.1.8 |
2802 | 2024-11-22T20:11:48.794Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2803 | 2024-11-22T20:11:49.313Z | Compiling xz2 v0.1.7 |
2804 | 2024-11-22T20:11:49.920Z | Compiling ssh-key v0.6.6 |
2805 | 2024-11-22T20:11:49.990Z | Compiling hickory-client v0.24.1 |
2806 | 2024-11-22T20:11:50.912Z | Compiling p256 v0.13.2 |
2807 | 2024-11-22T20:11:51.028Z | Compiling p521 v0.13.3 |
2808 | 2024-11-22T20:11:51.366Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2809 | 2024-11-22T20:11:51.564Z | Compiling hickory-server v0.24.1 |
2810 | 2024-11-22T20:11:51.770Z | Compiling progenitor-macro v0.8.0 |
2811 | 2024-11-22T20:11:51.863Z | Compiling enum-as-inner v0.5.1 |
2812 | 2024-11-22T20:11:52.631Z | Compiling pem v3.0.4 |
2813 | 2024-11-22T20:11:52.953Z | Compiling yasna v0.5.2 |
2814 | 2024-11-22T20:11:53.519Z | Compiling headers-core v0.3.0 |
2815 | 2024-11-22T20:11:53.624Z | Compiling kstat-rs v0.2.4 |
2816 | 2024-11-22T20:11:53.703Z | Compiling nanorand v0.7.0 |
2817 | 2024-11-22T20:11:54.339Z | Compiling russh-cryptovec v0.7.3 |
2818 | 2024-11-22T20:11:54.360Z | Compiling atty v0.2.14 |
2819 | 2024-11-22T20:11:54.522Z | Compiling http-range v0.1.5 |
2820 | 2024-11-22T20:11:54.659Z | Compiling md5 v0.7.0 |
2821 | 2024-11-22T20:11:54.691Z | Compiling flume v0.11.1 |
2822 | 2024-11-22T20:11:54.785Z | Compiling hyper-staticfile v0.10.1 |
2823 | 2024-11-22T20:11:54.845Z | Compiling rcgen v0.12.1 |
2824 | 2024-11-22T20:11:54.908Z | Compiling headers v0.4.0 |
2825 | 2024-11-22T20:11:55.179Z | Compiling russh-keys v0.45.0 |
2826 | 2024-11-22T20:11:55.423Z | Compiling trust-dns-proto v0.22.0 |
2827 | 2024-11-22T20:11:55.986Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2828 | 2024-11-22T20:11:57.086Z | Compiling num-bigint v0.4.6 |
2829 | 2024-11-22T20:11:57.499Z | Compiling des v0.8.1 |
2830 | 2024-11-22T20:11:57.880Z | Compiling subprocess v0.2.9 |
2831 | 2024-11-22T20:11:59.232Z | Compiling display-error-chain v0.2.2 |
2832 | 2024-11-22T20:11:59.464Z | Compiling dhcproto-macros v0.1.0 |
2833 | 2024-11-22T20:11:59.712Z | Compiling hex-literal v0.4.1 |
2834 | 2024-11-22T20:11:59.893Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2835 | 2024-11-22T20:11:59.955Z | Compiling internet-checksum v0.2.1 |
2836 | 2024-11-22T20:12:00.329Z | Compiling russh v0.45.0 |
2837 | 2024-11-22T20:12:00.473Z | Compiling dhcproto v0.12.0 |
2838 | 2024-11-22T20:12:04.524Z | Compiling progenitor v0.8.0 |
2839 | 2024-11-22T20:12:04.666Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2840 | 2024-11-22T20:12:04.669Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2841 | 2024-11-22T20:12:04.669Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2842 | 2024-11-22T20:12:04.669Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2843 | 2024-11-22T20:12:04.669Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2844 | 2024-11-22T20:12:04.669Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2845 | 2024-11-22T20:12:04.760Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2846 | 2024-11-22T20:12:06.257Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2847 | 2024-11-22T20:12:08.211Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2848 | 2024-11-22T20:12:08.602Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2849 | 2024-11-22T20:12:11.644Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2850 | 2024-11-22T20:12:11.706Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2851 | 2024-11-22T20:12:21.528Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-11-22T20:12:21.529Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2853 | 2024-11-22T20:12:21.531Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2854 | 2024-11-22T20:12:21.531Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2855 | 2024-11-22T20:12:22.517Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2856 | 2024-11-22T20:12:24.824Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2857 | 2024-11-22T20:12:25.973Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2858 | 2024-11-22T20:12:26.086Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2859 | 2024-11-22T20:12:26.622Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2860 | 2024-11-22T20:12:27.179Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-11-22T20:12:29.909Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2862 | 2024-11-22T20:12:30.339Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2863 | 2024-11-22T20:12:30.833Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2864 | 2024-11-22T20:12:31.664Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2024-11-22T20:12:32.651Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2866 | 2024-11-22T20:12:32.755Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2024-11-22T20:12:33.460Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2868 | 2024-11-22T20:12:34.160Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2869 | 2024-11-22T20:12:34.567Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2870 | 2024-11-22T20:12:36.905Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2871 | 2024-11-22T20:12:37.994Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2872 | 2024-11-22T20:12:38.501Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2873 | 2024-11-22T20:12:40.299Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2024-11-22T20:12:42.957Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2875 | 2024-11-22T20:12:44.989Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-11-22T20:12:45.278Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2877 | 2024-11-22T20:12:45.875Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2878 | 2024-11-22T20:12:47.455Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2879 | 2024-11-22T20:12:50.604Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2880 | 2024-11-22T20:13:00.114Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2881 | 2024-11-22T20:13:01.527Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2882 | 2024-11-22T20:13:21.105Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2883 | 2024-11-22T20:13:55.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2884 | 2024-11-22T20:13:55.871Z | |
2885 | 2024-11-22T20:13:55.871Z | real 2:43.812496562 |
2886 | 2024-11-22T20:13:55.871Z | user 12:43.555132054 |
2887 | 2024-11-22T20:13:55.871Z | sys 2:43.359004313 |
2888 | 2024-11-22T20:13:55.871Z | trap 0.356184528 |
2889 | 2024-11-22T20:13:55.872Z | tflt 0.902449753 |
2890 | 2024-11-22T20:13:55.875Z | dflt 2.128593785 |
2891 | 2024-11-22T20:13:55.875Z | kflt 0.000003130 |
2892 | 2024-11-22T20:13:55.875Z | lock 26:27.253719170 |
2893 | 2024-11-22T20:13:55.875Z | slp 45:48.716696543 |
2894 | 2024-11-22T20:13:55.875Z | lat 36.767177942 |
2895 | 2024-11-22T20:13:55.875Z | stop 1:33.633470352 |
2896 | 2024-11-22T20:13:55.875Z | + mkdir tests |
2897 | 2024-11-22T20:13:55.877Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2898 | 2024-11-22T20:13:55.877Z | + xargs -I '{}' -t cp '{}' tests/ |
2899 | 2024-11-22T20:13:56.901Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2900 | 2024-11-22T20:13:56.925Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2901 | 2024-11-22T20:13:56.951Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2902 | 2024-11-22T20:13:56.973Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2903 | 2024-11-22T20:13:57.151Z | + 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/*) |
2904 | 2024-11-22T20:13:57.154Z | + 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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 |
2905 | 2024-11-22T20:15:08.456Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2906 | 2024-11-22T20:15:08.456Z | a .github/buildomat/ci-env.sh 1K |
2907 | 2024-11-22T20:15:08.456Z | a out/target/test 1K |
2908 | 2024-11-22T20:15:08.456Z | a out/npuzone/npuzone 23144K |
2909 | 2024-11-22T20:15:08.456Z | a package-manifest.toml 32K |
2910 | 2024-11-22T20:15:08.456Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2911 | 2024-11-22T20:15:08.456Z | a target/release/omicron-package 36350K |
2912 | 2024-11-22T20:15:08.456Z | a target/release/xtask 11750K |
2913 | 2024-11-22T20:15:08.456Z | a target/debug/bootstrap 210015K |
2914 | 2024-11-22T20:15:08.456Z | a tests/bootstrap-84053b7b03f68646 24246K |
2915 | 2024-11-22T20:15:08.456Z | a tests/commtest-34664e4175f1cac6 25022K |
2916 | 2024-11-22T20:15:08.456Z | a tests/dhcp_server-901a0af671086ead 24246K |
2917 | 2024-11-22T20:15:08.456Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228115K |
2918 | 2024-11-22T20:15:08.456Z | a out/clickhouse.tar.gz 285656K |
2919 | 2024-11-22T20:15:08.456Z | a out/clickhouse_keeper.tar.gz 285640K |
2920 | 2024-11-22T20:15:08.456Z | a out/clickhouse_server.tar.gz 285639K |
2921 | 2024-11-22T20:15:08.456Z | a out/cockroachdb.tar.gz 134563K |
2922 | 2024-11-22T20:15:08.456Z | a out/crucible-dtrace.tar 85K |
2923 | 2024-11-22T20:15:08.456Z | a out/crucible-pantry-zone.tar.gz 28185K |
2924 | 2024-11-22T20:15:08.456Z | a out/crucible-zone.tar.gz 36397K |
2925 | 2024-11-22T20:15:08.457Z | a out/external-dns.tar.gz 35283K |
2926 | 2024-11-22T20:15:08.457Z | a out/internal-dns.tar.gz 35282K |
2927 | 2024-11-22T20:15:08.457Z | a out/mg-ddm-gz.tar 63075K |
2928 | 2024-11-22T20:15:08.457Z | a out/nexus.tar.gz 100374K |
2929 | 2024-11-22T20:15:08.458Z | a out/ntp.tar.gz 10358K |
2930 | 2024-11-22T20:15:08.458Z | a out/omicron-gateway-softnpu.tar.gz 23900K |
2931 | 2024-11-22T20:15:08.458Z | a out/omicron-sled-agent.tar 112937K |
2932 | 2024-11-22T20:15:08.458Z | a out/overlay.tar.gz 3K |
2933 | 2024-11-22T20:15:08.458Z | a out/oximeter.tar.gz 51208K |
2934 | 2024-11-22T20:15:08.458Z | a out/oxlog.tar 3088K |
2935 | 2024-11-22T20:15:08.458Z | a out/probe.tar.gz 2764K |
2936 | 2024-11-22T20:15:08.458Z | a out/propolis-server.tar.gz 66596K |
2937 | 2024-11-22T20:15:08.458Z | a out/pumpkind-gz.tar 26665K |
2938 | 2024-11-22T20:15:08.458Z | a out/switch-softnpu.tar.gz 237369K |
2939 | 2024-11-22T20:15:08.461Z | |
2940 | 2024-11-22T20:15:08.461Z | real 1:11.300167925 |
2941 | 2024-11-22T20:15:08.461Z | user 1:08.071826805 |
2942 | 2024-11-22T20:15:08.461Z | sys 4.599122397 |
2943 | 2024-11-22T20:15:08.461Z | trap 0.018077533 |
2944 | 2024-11-22T20:15:08.461Z | tflt 0.000000000 |
2945 | 2024-11-22T20:15:08.461Z | dflt 0.000000000 |
2946 | 2024-11-22T20:15:08.461Z | kflt 0.000000000 |
2947 | 2024-11-22T20:15:08.461Z | lock 0.000000000 |
2948 | 2024-11-22T20:15:08.461Z | slp 1:08.042710114 |
2949 | 2024-11-22T20:15:08.461Z | lat 1.863599327 |
2950 | 2024-11-22T20:15:08.461Z | stop 0.000208269 |
2951 | 2024-11-22T20:15:08.461Z | process exited: duration 2027044 ms, exit code 0 |
|
2952 | 2024-11-22T20:15:08.476Z | found 1 output files |
2953 | 2024-11-22T20:15:08.477Z | uploading: /work/package.tar.gz (1877287871 bytes) |
2954 | 2024-11-22T20:15:51.713Z | uploaded: /work/package.tar.gz |