|
|
|
1 | 2024-11-18T23:47:36.780Z | job assigned to worker 01JD0TR0S9PNJGWGJT05HQ78HG [factory aws, i-082d93de8b304c8a4] (queued for 51 s) |
|
2 | 2024-11-18T23:47:44.481Z | starting task 0: "setup" |
3 | 2024-11-18T23:47:44.490Z | ++ uname -s |
4 | 2024-11-18T23:47:44.492Z | + kern=SunOS |
5 | 2024-11-18T23:47:44.492Z | + case "$kern" in |
6 | 2024-11-18T23:47:44.492Z | + groupadd -g 12345 build |
7 | 2024-11-18T23:47:44.495Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T23:47:46.504Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T23:47:46.559Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T23:47:46.562Z | + home_fs=zfs |
11 | 2024-11-18T23:47:46.562Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T23:47:46.562Z | + mkdir -p /home/build |
13 | 2024-11-18T23:47:46.564Z | + chown build:build /home/build /work |
14 | 2024-11-18T23:47:48.566Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T23:47:48.569Z | process exited: duration 4089 ms, exit code 0 |
|
16 | 2024-11-18T23:47:48.573Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T23:47:48.579Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T23:47:48.579Z | ' 1.81.0 |
19 | 2024-11-18T23:47:48.579Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-18T23:47:48.579Z | ' default |
21 | 2024-11-18T23:47:48.579Z | * toolchain channel = "1.81.0" |
22 | 2024-11-18T23:47:48.579Z | * toolchain profile = "default" |
23 | 2024-11-18T23:47:48.581Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T23:47:48.581Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T23:47:48.687Z | info: downloading installer |
26 | 2024-11-18T23:47:49.819Z | info: profile set to 'default' |
27 | 2024-11-18T23:47:49.819Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T23:47:49.821Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T23:47:49.958Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T23:47:49.958Z | info: downloading component 'cargo' |
31 | 2024-11-18T23:47:50.644Z | info: downloading component 'clippy' |
32 | 2024-11-18T23:47:50.899Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T23:47:51.856Z | info: downloading component 'rust-std' |
34 | 2024-11-18T23:47:53.346Z | info: downloading component 'rustc' |
35 | 2024-11-18T23:47:58.670Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T23:47:58.871Z | info: installing component 'cargo' |
37 | 2024-11-18T23:47:59.667Z | info: installing component 'clippy' |
38 | 2024-11-18T23:48:00.024Z | info: installing component 'rust-docs' |
39 | 2024-11-18T23:48:01.638Z | info: installing component 'rust-std' |
40 | 2024-11-18T23:48:03.386Z | info: installing component 'rustc' |
41 | 2024-11-18T23:48:09.003Z | info: installing component 'rustfmt' |
42 | 2024-11-18T23:48:09.321Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T23:48:09.321Z | |
44 | 2024-11-18T23:48:09.689Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T23:48:09.689Z | |
46 | 2024-11-18T23:48:09.691Z | |
47 | 2024-11-18T23:48:09.691Z | Rust is installed now. Great! |
48 | 2024-11-18T23:48:09.691Z | |
49 | 2024-11-18T23:48:09.691Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T23:48:09.691Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T23:48:09.691Z | |
52 | 2024-11-18T23:48:09.691Z | To configure your current shell, you need to source |
53 | 2024-11-18T23:48:09.691Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T23:48:09.691Z | |
55 | 2024-11-18T23:48:09.691Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T23:48:09.691Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T23:48:09.691Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T23:48:09.764Z | + rustc --version |
59 | 2024-11-18T23:48:09.829Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T23:48:09.832Z | process exited: duration 21257 ms, exit code 0 |
|
61 | 2024-11-18T23:48:09.838Z | starting task 2: "authentication" |
62 | 2024-11-18T23:48:09.859Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-18T23:48:09.864Z | starting task 3: "clone repository" |
64 | 2024-11-18T23:48:09.870Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T23:48:09.872Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T23:48:10.001Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T23:48:17.834Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T23:48:17.834Z | + git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
69 | 2024-11-18T23:48:18.123Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T23:48:18.123Z | * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD |
71 | 2024-11-18T23:48:18.133Z | + [[ -n clarify-dataset-function-name ]] |
72 | 2024-11-18T23:48:18.135Z | ++ git branch --show-current |
73 | 2024-11-18T23:48:18.137Z | + current=main |
74 | 2024-11-18T23:48:18.137Z | + [[ main != clarify-dataset-function-name ]] |
75 | 2024-11-18T23:48:18.137Z | + git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
76 | 2024-11-18T23:48:18.141Z | + git checkout -f clarify-dataset-function-name |
77 | 2024-11-18T23:48:18.313Z | Switched to branch 'clarify-dataset-function-name' |
78 | 2024-11-18T23:48:18.316Z | + git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
79 | 2024-11-18T23:48:18.480Z | HEAD is now at da1637621 Clarify sled-agent method related to datasets |
80 | 2024-11-18T23:48:18.482Z | process exited: duration 8616 ms, exit code 0 |
|
81 | 2024-11-18T23:48:18.487Z | starting task 4: "build" |
82 | 2024-11-18T23:48:18.493Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-18T23:48:18.493Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-18T23:48:18.495Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-18T23:48:18.495Z | + cargo --version |
86 | 2024-11-18T23:48:18.551Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-18T23:48:18.553Z | + rustc --version |
88 | 2024-11-18T23:48:18.616Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-18T23:48:18.619Z | + WORK=/work |
90 | 2024-11-18T23:48:18.619Z | + pfexec mkdir -p /work |
91 | 2024-11-18T23:48:18.623Z | + pfexec chown build /work |
92 | 2024-11-18T23:48:18.626Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-18T23:48:26.169Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-18T23:48:29.972Z | Startup: Caching catalogs ... Done |
95 | 2024-11-18T23:48:38.702Z | Planning: Solver setup ... Done (7.962s) |
96 | 2024-11-18T23:48:38.811Z | Planning: Running solver ... Done (0.110s) |
97 | 2024-11-18T23:48:39.022Z | Planning: Finding local manifests ... Done (0.122s) |
98 | 2024-11-18T23:48:39.034Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-18T23:48:39.665Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-18T23:48:39.963Z | Planning: Package planning ... Done (0.298s) |
101 | 2024-11-18T23:48:40.019Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-18T23:48:40.657Z | Planning: Checking for conflicting actions ... Done (0.638s) |
103 | 2024-11-18T23:48:46.725Z | Planning: Consolidating action changes ... Done (6.066s) |
104 | 2024-11-18T23:48:47.130Z | Planning: Evaluating mediators ... Done (0.406s) |
105 | 2024-11-18T23:48:47.305Z | Planning: Planning completed in 17.24 seconds |
106 | 2024-11-18T23:48:47.321Z | Packages to install: 4 |
107 | 2024-11-18T23:48:47.321Z | Packages to update: 1 |
108 | 2024-11-18T23:48:47.323Z | Mediators to change: 2 |
109 | 2024-11-18T23:48:47.324Z | Services to change: 1 |
110 | 2024-11-18T23:48:47.324Z | Estimated space available: 155.64 GB |
111 | 2024-11-18T23:48:47.324Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-18T23:48:47.324Z | Create boot environment: No |
113 | 2024-11-18T23:48:47.324Z | Create backup boot environment: Yes |
114 | 2024-11-18T23:48:47.324Z | Rebuild boot archive: No |
115 | 2024-11-18T23:48:47.324Z | |
116 | 2024-11-18T23:48:47.324Z | Changed mediators: |
117 | 2024-11-18T23:48:47.324Z | mediator clang: |
118 | 2024-11-18T23:48:47.324Z | version: None -> 15 (system default) |
119 | 2024-11-18T23:48:47.325Z | |
120 | 2024-11-18T23:48:47.325Z | mediator llvm: |
121 | 2024-11-18T23:48:47.325Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-18T23:48:47.325Z | |
123 | 2024-11-18T23:48:47.325Z | Changed packages: |
124 | 2024-11-18T23:48:47.325Z | helios-dev |
125 | 2024-11-18T23:48:47.325Z | developer/build-essential |
126 | 2024-11-18T23:48:47.325Z | None -> 11-2.0 |
127 | 2024-11-18T23:48:47.326Z | library/libxmlsec1 |
128 | 2024-11-18T23:48:47.326Z | None -> 1.2.35-2.0 |
129 | 2024-11-18T23:48:47.326Z | ooce/developer/clang-15 |
130 | 2024-11-18T23:48:47.326Z | None -> 15.0.7-2.0 |
131 | 2024-11-18T23:48:47.326Z | ooce/developer/llvm-15 |
132 | 2024-11-18T23:48:47.326Z | None -> 15.0.7-2.0 |
133 | 2024-11-18T23:48:47.326Z | package/pkg |
134 | 2024-11-18T23:48:47.326Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-18T23:48:47.326Z | |
136 | 2024-11-18T23:48:47.326Z | Services: |
137 | 2024-11-18T23:48:47.326Z | restart_fmri: |
138 | 2024-11-18T23:48:47.326Z | svc:/system/update-man-index:default |
139 | 2024-11-18T23:48:47.326Z | |
140 | 2024-11-18T23:48:47.326Z | Editable files to change: |
141 | 2024-11-18T23:48:47.326Z | Update: |
142 | 2024-11-18T23:48:47.326Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-18T23:48:47.568Z | |
144 | 2024-11-18T23:48:47.568Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-18T23:48:53.200Z | Download: 1198/4281 items 75.5/220.6MB 34% complete (15.6M/s) |
146 | 2024-11-18T23:48:58.200Z | Download: 2964/4281 items 121.2/220.6MB 54% complete (12.2M/s) |
147 | 2024-11-18T23:49:03.202Z | Download: 4005/4281 items 218.3/220.6MB 98% complete (14.3M/s) |
148 | 2024-11-18T23:49:04.943Z | Download: Completed 220.60 MB in 17.37 seconds (12.7M/s) |
149 | 2024-11-18T23:49:07.056Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-11-18T23:49:07.075Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-11-18T23:49:12.135Z | Actions: 4083/5063 actions (Installing new actions) |
152 | 2024-11-18T23:49:12.623Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-11-18T23:49:13.051Z | Actions: Completed 5063 actions in 5.99 seconds. |
154 | 2024-11-18T23:49:13.268Z | Done (0.209s) |
155 | 2024-11-18T23:49:13.271Z | Done (0.000s) |
156 | 2024-11-18T23:49:13.800Z | Done (0.529s) |
157 | 2024-11-18T23:49:19.933Z | Done (5.924s) |
158 | 2024-11-18T23:49:20.261Z | Done (0.254s) |
159 | 2024-11-18T23:49:20.264Z | Done (0.000s) |
160 | 2024-11-18T23:49:20.426Z | Done (0.000s) |
161 | 2024-11-18T23:49:21.097Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-11-18T23:49:21.258Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-11-18T23:49:21.260Z | Planning: Consolidating action changes ... Done |
164 | 2024-11-18T23:49:21.535Z | Planning: Evaluating mediators ... Done |
165 | 2024-11-18T23:49:21.537Z | Planning: Planning completed in 0.44 seconds |
166 | 2024-11-18T23:49:21.573Z | Mediators to change: 2 |
167 | 2024-11-18T23:49:21.573Z | Create boot environment: No |
168 | 2024-11-18T23:49:21.575Z | Create backup boot environment: No |
169 | 2024-11-18T23:49:21.650Z | Done |
170 | 2024-11-18T23:49:21.650Z | Done |
171 | 2024-11-18T23:49:22.018Z | Done |
172 | 2024-11-18T23:49:25.654Z | Done |
173 | 2024-11-18T23:49:25.747Z | Done |
174 | 2024-11-18T23:49:25.749Z | Done |
175 | 2024-11-18T23:49:25.866Z | Done |
176 | 2024-11-18T23:49:26.476Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-11-18T23:49:26.478Z | Planning: Merging actions ... Done |
178 | 2024-11-18T23:49:26.665Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-11-18T23:49:26.668Z | Planning: Consolidating action changes ... Done |
180 | 2024-11-18T23:49:26.936Z | Planning: Evaluating mediators ... Done |
181 | 2024-11-18T23:49:26.991Z | Planning: Planning completed in 0.76 seconds |
182 | 2024-11-18T23:49:27.032Z | Packages to change: 1 |
183 | 2024-11-18T23:49:27.032Z | Mediators to change: 1 |
184 | 2024-11-18T23:49:27.034Z | Services to change: 1 |
185 | 2024-11-18T23:49:27.034Z | Create boot environment: No |
186 | 2024-11-18T23:49:27.034Z | Create backup boot environment: Yes |
187 | 2024-11-18T23:49:29.102Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-11-18T23:49:29.106Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-11-18T23:49:29.106Z | Done |
190 | 2024-11-18T23:49:29.106Z | Done |
191 | 2024-11-18T23:49:29.211Z | Done |
192 | 2024-11-18T23:49:32.831Z | Done |
193 | 2024-11-18T23:49:32.927Z | Done |
194 | 2024-11-18T23:49:32.930Z | Done |
195 | 2024-11-18T23:49:33.050Z | Done |
196 | 2024-11-18T23:49:33.490Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-11-18T23:49:33.490Z | clang system 15 system |
198 | 2024-11-18T23:49:33.490Z | csh system system illumos |
199 | 2024-11-18T23:49:33.490Z | ctags system system illumos |
200 | 2024-11-18T23:49:33.490Z | gcc vendor 12 vendor |
201 | 2024-11-18T23:49:33.490Z | gcc system 10 system |
202 | 2024-11-18T23:49:33.490Z | gcc system 7 system |
203 | 2024-11-18T23:49:33.490Z | go system 1.20 system |
204 | 2024-11-18T23:49:33.490Z | go system 1.19 system |
205 | 2024-11-18T23:49:33.490Z | llvm system 15 system |
206 | 2024-11-18T23:49:33.490Z | llvm system 14 system |
207 | 2024-11-18T23:49:33.490Z | mariadb system 10.6 system |
208 | 2024-11-18T23:49:33.490Z | mta vendor vendor dma |
209 | 2024-11-18T23:49:33.490Z | openjdk system 17 system |
210 | 2024-11-18T23:49:33.490Z | openjdk system 11 system |
211 | 2024-11-18T23:49:33.490Z | openjdk system 1.8 system |
212 | 2024-11-18T23:49:33.490Z | openssl vendor 3 vendor |
213 | 2024-11-18T23:49:33.490Z | perl system 5.36 system |
214 | 2024-11-18T23:49:33.490Z | postgresql system 15 system |
215 | 2024-11-18T23:49:33.490Z | postgresql system 13 system |
216 | 2024-11-18T23:49:33.490Z | python vendor 3 vendor |
217 | 2024-11-18T23:49:33.490Z | python system 2 system |
218 | 2024-11-18T23:49:33.490Z | python3 system 3.11 system |
219 | 2024-11-18T23:49:33.490Z | ruby system 3.0 system |
220 | 2024-11-18T23:49:33.490Z | words vendor vendor american-english |
221 | 2024-11-18T23:49:33.491Z | words system system australian-english |
222 | 2024-11-18T23:49:33.491Z | words system system british-english |
223 | 2024-11-18T23:49:33.491Z | words system system canadian-english |
224 | 2024-11-18T23:49:33.491Z | words system system french |
225 | 2024-11-18T23:49:33.491Z | words system system italian |
226 | 2024-11-18T23:49:33.491Z | words system system ngerman |
227 | 2024-11-18T23:49:33.491Z | words system system ogerman |
228 | 2024-11-18T23:49:33.491Z | words system system spanish |
229 | 2024-11-18T23:49:33.825Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-11-18T23:49:33.825Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-11-18T23:49:36.379Z | FMRI IFO |
232 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
242 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
243 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
244 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
245 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
246 | 2024-11-18T23:49:36.379Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
247 | 2024-11-18T23:49:37.110Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
248 | 2024-11-18T23:49:37.406Z | Updating crates.io index |
249 | 2024-11-18T23:49:37.470Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2024-11-18T23:49:38.267Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2024-11-18T23:49:38.523Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-11-18T23:49:38.825Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-11-18T23:49:39.087Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-11-18T23:49:39.923Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-11-18T23:49:42.177Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-11-18T23:49:43.263Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-11-18T23:49:43.937Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-11-18T23:49:44.181Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-11-18T23:49:44.535Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-11-18T23:49:45.094Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-11-18T23:49:45.436Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2024-11-18T23:49:45.752Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2024-11-18T23:49:45.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2024-11-18T23:49:46.235Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2024-11-18T23:49:46.454Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2024-11-18T23:49:46.698Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-11-18T23:49:47.022Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-11-18T23:49:47.292Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-11-18T23:49:47.678Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-11-18T23:49:48.144Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-11-18T23:49:48.428Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2024-11-18T23:49:48.838Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2024-11-18T23:49:49.255Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-11-18T23:49:49.583Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-11-18T23:49:49.877Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-11-18T23:49:51.263Z | Downloading crates ... |
277 | 2024-11-18T23:49:51.320Z | Downloaded toml_edit v0.22.22 |
278 | 2024-11-18T23:49:51.353Z | Downloaded bytecount v0.6.8 |
279 | 2024-11-18T23:49:51.381Z | Downloaded anstyle-parse v0.2.5 |
280 | 2024-11-18T23:49:51.381Z | Downloaded anyhow v1.0.93 |
281 | 2024-11-18T23:49:51.381Z | Downloaded bitflags v2.6.0 |
282 | 2024-11-18T23:49:51.381Z | Downloaded anstyle-query v1.1.1 |
283 | 2024-11-18T23:49:51.382Z | Downloaded anstream v0.6.15 |
284 | 2024-11-18T23:49:51.382Z | Downloaded cargo-platform v0.1.8 |
285 | 2024-11-18T23:49:51.382Z | Downloaded camino-tempfile v1.1.1 |
286 | 2024-11-18T23:49:51.382Z | Downloaded camino v1.1.9 |
287 | 2024-11-18T23:49:51.382Z | Downloaded block-buffer v0.10.4 |
288 | 2024-11-18T23:49:51.382Z | Downloaded autocfg v1.4.0 |
289 | 2024-11-18T23:49:51.382Z | Downloaded anstyle v1.0.10 |
290 | 2024-11-18T23:49:51.382Z | Downloaded byteorder v1.5.0 |
291 | 2024-11-18T23:49:51.415Z | Downloaded fastrand v2.1.1 |
292 | 2024-11-18T23:49:51.490Z | Downloaded cfg-if v1.0.0 |
293 | 2024-11-18T23:49:51.490Z | Downloaded fnv v1.0.7 |
294 | 2024-11-18T23:49:51.491Z | Downloaded errno v0.3.9 |
295 | 2024-11-18T23:49:51.491Z | Downloaded crypto-common v0.1.6 |
296 | 2024-11-18T23:49:51.491Z | Downloaded pest_meta v2.7.14 |
297 | 2024-11-18T23:49:51.491Z | Downloaded heck v0.5.0 |
298 | 2024-11-18T23:49:51.491Z | Downloaded generic-array v0.14.7 |
299 | 2024-11-18T23:49:51.491Z | Downloaded clap v4.5.21 |
300 | 2024-11-18T23:49:51.492Z | Downloaded heck v0.4.1 |
301 | 2024-11-18T23:49:51.492Z | Downloaded memchr v2.7.4 |
302 | 2024-11-18T23:49:51.492Z | Downloaded colorchoice v1.0.2 |
303 | 2024-11-18T23:49:51.492Z | Downloaded equivalent v1.0.1 |
304 | 2024-11-18T23:49:51.492Z | Downloaded serde_tokenstream v0.2.2 |
305 | 2024-11-18T23:49:51.492Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-11-18T23:49:51.493Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-11-18T23:49:51.493Z | Downloaded hashbrown v0.15.0 |
308 | 2024-11-18T23:49:51.493Z | Downloaded fs-err v2.11.0 |
309 | 2024-11-18T23:49:51.493Z | Downloaded pretty-hex v0.4.1 |
310 | 2024-11-18T23:49:51.493Z | Downloaded dof v0.3.0 |
311 | 2024-11-18T23:49:51.494Z | Downloaded cpufeatures v0.2.14 |
312 | 2024-11-18T23:49:51.494Z | Downloaded swrite v0.1.0 |
313 | 2024-11-18T23:49:51.538Z | Downloaded pest_derive v2.7.14 |
314 | 2024-11-18T23:49:51.538Z | Downloaded pest_generator v2.7.14 |
315 | 2024-11-18T23:49:51.538Z | Downloaded memmap v0.7.0 |
316 | 2024-11-18T23:49:51.539Z | Downloaded macaddr v1.0.1 |
317 | 2024-11-18T23:49:51.539Z | Downloaded digest v0.10.7 |
318 | 2024-11-18T23:49:51.539Z | Downloaded itoa v1.0.11 |
319 | 2024-11-18T23:49:51.539Z | Downloaded is_terminal_polyfill v1.70.1 |
320 | 2024-11-18T23:49:51.539Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-11-18T23:49:51.539Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-11-18T23:49:51.539Z | Downloaded usdt-attr-macro v0.5.0 |
323 | 2024-11-18T23:49:51.539Z | Downloaded scroll v0.12.0 |
324 | 2024-11-18T23:49:51.539Z | Downloaded clap_lex v0.7.2 |
325 | 2024-11-18T23:49:51.540Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-11-18T23:49:51.540Z | Downloaded clap_derive v4.5.18 |
327 | 2024-11-18T23:49:51.540Z | Downloaded cargo_toml v0.20.5 |
328 | 2024-11-18T23:49:51.540Z | Downloaded terminal_size v0.4.0 |
329 | 2024-11-18T23:49:51.540Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-11-18T23:49:51.540Z | Downloaded strsim v0.11.1 |
331 | 2024-11-18T23:49:51.540Z | Downloaded serde_spanned v0.6.8 |
332 | 2024-11-18T23:49:51.540Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-11-18T23:49:51.540Z | Downloaded usdt-impl v0.5.0 |
334 | 2024-11-18T23:49:51.541Z | Downloaded thiserror-impl v1.0.69 |
335 | 2024-11-18T23:49:51.541Z | Downloaded toml_datetime v0.6.8 |
336 | 2024-11-18T23:49:51.541Z | Downloaded thread-id v4.2.2 |
337 | 2024-11-18T23:49:51.541Z | Downloaded thiserror v1.0.69 |
338 | 2024-11-18T23:49:51.541Z | Downloaded version_check v0.9.5 |
339 | 2024-11-18T23:49:51.541Z | Downloaded utf8parse v0.2.2 |
340 | 2024-11-18T23:49:51.541Z | Downloaded usdt v0.5.0 |
341 | 2024-11-18T23:49:51.542Z | Downloaded tempfile v3.13.0 |
342 | 2024-11-18T23:49:51.542Z | Downloaded smawk v0.3.2 |
343 | 2024-11-18T23:49:51.542Z | Downloaded semver v1.0.23 |
344 | 2024-11-18T23:49:51.542Z | Downloaded quote v1.0.37 |
345 | 2024-11-18T23:49:51.542Z | Downloaded proc-macro-error v1.0.4 |
346 | 2024-11-18T23:49:51.564Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-11-18T23:49:51.564Z | Downloaded sha2 v0.10.8 |
348 | 2024-11-18T23:49:51.564Z | Downloaded ucd-trie v0.1.7 |
349 | 2024-11-18T23:49:51.564Z | Downloaded ryu v1.0.18 |
350 | 2024-11-18T23:49:51.565Z | Downloaded proc-macro2 v1.0.89 |
351 | 2024-11-18T23:49:51.565Z | Downloaded once_cell v1.20.2 |
352 | 2024-11-18T23:49:51.565Z | Downloaded typenum v1.17.0 |
353 | 2024-11-18T23:49:51.565Z | Downloaded textwrap v0.16.1 |
354 | 2024-11-18T23:49:51.566Z | Downloaded log v0.4.22 |
355 | 2024-11-18T23:49:51.566Z | Downloaded unicode-ident v1.0.13 |
356 | 2024-11-18T23:49:51.566Z | Downloaded toml v0.8.19 |
357 | 2024-11-18T23:49:51.566Z | Downloaded serde_derive v1.0.215 |
358 | 2024-11-18T23:49:51.566Z | Downloaded plain v0.2.3 |
359 | 2024-11-18T23:49:51.567Z | Downloaded indexmap v2.6.0 |
360 | 2024-11-18T23:49:51.567Z | Downloaded papergrid v0.11.0 |
361 | 2024-11-18T23:49:51.603Z | Downloaded serde v1.0.215 |
362 | 2024-11-18T23:49:51.613Z | Downloaded clap_builder v4.5.21 |
363 | 2024-11-18T23:49:51.613Z | Downloaded pest v2.7.14 |
364 | 2024-11-18T23:49:51.613Z | Downloaded zerocopy v0.7.35 |
365 | 2024-11-18T23:49:51.622Z | Downloaded winnow v0.6.20 |
366 | 2024-11-18T23:49:51.629Z | Downloaded serde_json v1.0.132 |
367 | 2024-11-18T23:49:51.637Z | Downloaded tabled v0.15.0 |
368 | 2024-11-18T23:49:51.644Z | Downloaded goblin v0.8.2 |
369 | 2024-11-18T23:49:51.649Z | Downloaded syn v2.0.87 |
370 | 2024-11-18T23:49:51.659Z | Downloaded syn v1.0.109 |
371 | 2024-11-18T23:49:51.668Z | Downloaded unicode-width v0.1.14 |
372 | 2024-11-18T23:49:51.682Z | Downloaded rustix v0.38.37 |
373 | 2024-11-18T23:49:51.709Z | Downloaded libc v0.2.162 |
374 | 2024-11-18T23:49:52.014Z | Compiling proc-macro2 v1.0.89 |
375 | 2024-11-18T23:49:52.014Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-18T23:49:52.018Z | Compiling serde v1.0.215 |
377 | 2024-11-18T23:49:52.018Z | Compiling version_check v0.9.5 |
378 | 2024-11-18T23:49:52.018Z | Compiling thiserror v1.0.69 |
379 | 2024-11-18T23:49:52.018Z | Compiling memchr v2.7.4 |
380 | 2024-11-18T23:49:52.018Z | Compiling libc v0.2.162 |
381 | 2024-11-18T23:49:52.048Z | Compiling ryu v1.0.18 |
382 | 2024-11-18T23:49:52.298Z | Compiling ucd-trie v0.1.7 |
383 | 2024-11-18T23:49:52.495Z | Compiling itoa v1.0.11 |
384 | 2024-11-18T23:49:52.751Z | Compiling once_cell v1.20.2 |
385 | 2024-11-18T23:49:52.890Z | Compiling byteorder v1.5.0 |
386 | 2024-11-18T23:49:52.939Z | Compiling serde_json v1.0.132 |
387 | 2024-11-18T23:49:52.983Z | Compiling rustix v0.38.37 |
388 | 2024-11-18T23:49:53.379Z | Compiling bitflags v2.6.0 |
389 | 2024-11-18T23:49:53.382Z | Compiling usdt-impl v0.5.0 |
390 | 2024-11-18T23:49:53.725Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-11-18T23:49:53.748Z | Compiling syn v1.0.109 |
392 | 2024-11-18T23:49:53.848Z | Compiling quote v1.0.37 |
393 | 2024-11-18T23:49:53.957Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-11-18T23:49:54.058Z | Compiling utf8parse v0.2.2 |
395 | 2024-11-18T23:49:54.080Z | Compiling plain v0.2.3 |
396 | 2024-11-18T23:49:54.221Z | Compiling syn v2.0.87 |
397 | 2024-11-18T23:49:54.221Z | Compiling hashbrown v0.15.0 |
398 | 2024-11-18T23:49:54.270Z | Compiling errno v0.3.9 |
399 | 2024-11-18T23:49:54.419Z | Compiling camino v1.1.9 |
400 | 2024-11-18T23:49:54.545Z | Compiling equivalent v1.0.1 |
401 | 2024-11-18T23:49:54.549Z | Compiling log v0.4.22 |
402 | 2024-11-18T23:49:54.812Z | Compiling thread-id v4.2.2 |
403 | 2024-11-18T23:49:54.986Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-18T23:49:55.196Z | Compiling anstyle-query v1.1.1 |
405 | 2024-11-18T23:49:55.324Z | Compiling winnow v0.6.20 |
406 | 2024-11-18T23:49:55.363Z | Compiling unicode-width v0.1.14 |
407 | 2024-11-18T23:49:55.423Z | Compiling indexmap v2.6.0 |
408 | 2024-11-18T23:49:55.453Z | Compiling is_terminal_polyfill v1.70.1 |
409 | 2024-11-18T23:49:55.575Z | Compiling colorchoice v1.0.2 |
410 | 2024-11-18T23:49:55.702Z | Compiling pretty-hex v0.4.1 |
411 | 2024-11-18T23:49:55.732Z | Compiling anstyle v1.0.10 |
412 | 2024-11-18T23:49:55.852Z | Compiling autocfg v1.4.0 |
413 | 2024-11-18T23:49:55.886Z | Compiling semver v1.0.23 |
414 | 2024-11-18T23:49:56.208Z | Compiling anstream v0.6.15 |
415 | 2024-11-18T23:49:56.747Z | Compiling terminal_size v0.4.0 |
416 | 2024-11-18T23:49:56.958Z | Compiling bytecount v0.6.8 |
417 | 2024-11-18T23:49:57.042Z | Compiling strsim v0.11.1 |
418 | 2024-11-18T23:49:57.124Z | Compiling fs-err v2.11.0 |
419 | 2024-11-18T23:49:57.217Z | Compiling heck v0.4.1 |
420 | 2024-11-18T23:49:57.354Z | Compiling anyhow v1.0.93 |
421 | 2024-11-18T23:49:57.460Z | Compiling clap_lex v0.7.2 |
422 | 2024-11-18T23:49:57.519Z | Compiling fastrand v2.1.1 |
423 | 2024-11-18T23:49:57.878Z | Compiling cfg-if v1.0.0 |
424 | 2024-11-18T23:49:57.922Z | Compiling heck v0.5.0 |
425 | 2024-11-18T23:49:57.955Z | Compiling fnv v1.0.7 |
426 | 2024-11-18T23:49:58.068Z | Compiling tempfile v3.13.0 |
427 | 2024-11-18T23:49:58.198Z | Compiling papergrid v0.11.0 |
428 | 2024-11-18T23:49:58.434Z | Compiling clap_builder v4.5.21 |
429 | 2024-11-18T23:49:58.543Z | Compiling memmap v0.7.0 |
430 | 2024-11-18T23:49:58.666Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-11-18T23:49:58.904Z | Compiling smawk v0.3.2 |
432 | 2024-11-18T23:49:59.059Z | Compiling textwrap v0.16.1 |
433 | 2024-11-18T23:49:59.100Z | Compiling swrite v0.1.0 |
434 | 2024-11-18T23:50:00.350Z | Compiling tabled_derive v0.7.0 |
435 | 2024-11-18T23:50:01.904Z | Compiling tabled v0.15.0 |
436 | 2024-11-18T23:50:03.253Z | Compiling serde_derive v1.0.215 |
437 | 2024-11-18T23:50:03.256Z | Compiling thiserror-impl v1.0.69 |
438 | 2024-11-18T23:50:03.256Z | Compiling zerocopy-derive v0.7.35 |
439 | 2024-11-18T23:50:03.278Z | Compiling scroll_derive v0.12.0 |
440 | 2024-11-18T23:50:03.626Z | Compiling clap_derive v4.5.18 |
441 | 2024-11-18T23:50:04.797Z | Compiling scroll v0.12.0 |
442 | 2024-11-18T23:50:05.287Z | Compiling goblin v0.8.2 |
443 | 2024-11-18T23:50:05.376Z | Compiling zerocopy v0.7.35 |
444 | 2024-11-18T23:50:07.142Z | Compiling clap v4.5.21 |
445 | 2024-11-18T23:50:08.595Z | Compiling pest v2.7.14 |
446 | 2024-11-18T23:50:10.250Z | Compiling pest_meta v2.7.14 |
447 | 2024-11-18T23:50:11.481Z | Compiling pest_generator v2.7.14 |
448 | 2024-11-18T23:50:12.959Z | Compiling pest_derive v2.7.14 |
449 | 2024-11-18T23:50:13.133Z | Compiling serde_tokenstream v0.2.2 |
450 | 2024-11-18T23:50:13.208Z | Compiling serde_spanned v0.6.8 |
451 | 2024-11-18T23:50:13.305Z | Compiling toml_datetime v0.6.8 |
452 | 2024-11-18T23:50:13.597Z | Compiling toml_edit v0.22.22 |
453 | 2024-11-18T23:50:13.655Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-11-18T23:50:13.722Z | Compiling cargo-platform v0.1.8 |
455 | 2024-11-18T23:50:13.821Z | Compiling macaddr v1.0.1 |
456 | 2024-11-18T23:50:14.256Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-11-18T23:50:14.843Z | Compiling dof v0.3.0 |
458 | 2024-11-18T23:50:14.894Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-11-18T23:50:16.536Z | Compiling usdt-macro v0.5.0 |
460 | 2024-11-18T23:50:16.536Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2024-11-18T23:50:16.609Z | Compiling toml v0.8.19 |
462 | 2024-11-18T23:50:17.465Z | Compiling cargo_toml v0.20.5 |
463 | 2024-11-18T23:50:17.912Z | Compiling usdt v0.5.0 |
464 | 2024-11-18T23:50:21.017Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-11-18T23:50:25.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.23s |
466 | 2024-11-18T23:50:25.373Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-11-18T23:50:25.890Z | Downloading crates ... |
468 | 2024-11-18T23:50:26.040Z | Downloaded hyper-util v0.1.10 |
469 | 2024-11-18T23:50:26.044Z | Downloaded hex-literal v0.4.1 |
470 | 2024-11-18T23:50:26.047Z | Downloaded matches v0.1.10 |
471 | 2024-11-18T23:50:26.047Z | Downloaded httparse v1.9.5 |
472 | 2024-11-18T23:50:26.049Z | Downloaded linear-map v1.2.0 |
473 | 2024-11-18T23:50:26.052Z | Downloaded hickory-resolver v0.24.1 |
474 | 2024-11-18T23:50:26.057Z | Downloaded heapless v0.7.17 |
475 | 2024-11-18T23:50:26.060Z | Downloaded heck v0.3.3 |
476 | 2024-11-18T23:50:26.062Z | Downloaded darling v0.20.10 |
477 | 2024-11-18T23:50:26.065Z | Downloaded aead v0.5.2 |
478 | 2024-11-18T23:50:26.068Z | Downloaded headers-core v0.3.0 |
479 | 2024-11-18T23:50:26.068Z | Downloaded heapless v0.8.0 |
480 | 2024-11-18T23:50:26.072Z | Downloaded arrayref v0.3.9 |
481 | 2024-11-18T23:50:26.074Z | Downloaded ahash v0.8.11 |
482 | 2024-11-18T23:50:26.077Z | Downloaded assert_matches v1.5.0 |
483 | 2024-11-18T23:50:26.085Z | Downloaded async-bb8-diesel v0.2.1 |
484 | 2024-11-18T23:50:26.087Z | Downloaded aes v0.8.4 |
485 | 2024-11-18T23:50:26.091Z | Downloaded atty v0.2.14 |
486 | 2024-11-18T23:50:26.093Z | Downloaded ascii-canvas v3.0.0 |
487 | 2024-11-18T23:50:26.095Z | Downloaded atomicwrites v0.4.4 |
488 | 2024-11-18T23:50:26.095Z | Downloaded async-stream-impl v0.3.6 |
489 | 2024-11-18T23:50:26.098Z | Downloaded atomic-waker v1.1.2 |
490 | 2024-11-18T23:50:26.101Z | Downloaded async-trait v0.1.83 |
491 | 2024-11-18T23:50:26.103Z | Downloaded argon2 v0.5.3 |
492 | 2024-11-18T23:50:26.106Z | Downloaded async-stream v0.3.6 |
493 | 2024-11-18T23:50:26.109Z | Downloaded allocator-api2 v0.2.18 |
494 | 2024-11-18T23:50:26.111Z | Downloaded addr2line v0.24.2 |
495 | 2024-11-18T23:50:26.113Z | Downloaded http-range v0.1.5 |
496 | 2024-11-18T23:50:26.115Z | Downloaded highway v1.2.0 |
497 | 2024-11-18T23:50:26.118Z | Downloaded hostname v0.3.1 |
498 | 2024-11-18T23:50:26.121Z | Downloaded home v0.5.9 |
499 | 2024-11-18T23:50:26.121Z | Downloaded httpdate v1.0.3 |
500 | 2024-11-18T23:50:26.121Z | Downloaded hmac v0.12.1 |
501 | 2024-11-18T23:50:26.124Z | Downloaded async-recursion v1.1.1 |
502 | 2024-11-18T23:50:26.127Z | Downloaded http-body-util v0.1.2 |
503 | 2024-11-18T23:50:26.130Z | Downloaded arrayvec v0.7.6 |
504 | 2024-11-18T23:50:26.132Z | Downloaded hickory-server v0.24.1 |
505 | 2024-11-18T23:50:26.137Z | Downloaded buf-list v1.0.3 |
506 | 2024-11-18T23:50:26.140Z | Downloaded hickory-client v0.24.1 |
507 | 2024-11-18T23:50:26.143Z | Downloaded backoff v0.4.0 |
508 | 2024-11-18T23:50:26.145Z | Downloaded icu_provider v1.5.0 |
509 | 2024-11-18T23:50:26.149Z | Downloaded hyper-staticfile v0.10.1 |
510 | 2024-11-18T23:50:26.151Z | Downloaded crucible-workspace-hack v0.1.0 |
511 | 2024-11-18T23:50:26.153Z | Downloaded icu_properties v1.5.1 |
512 | 2024-11-18T23:50:26.155Z | Downloaded cfg_aliases v0.2.1 |
513 | 2024-11-18T23:50:26.158Z | Downloaded ciborium-io v0.2.2 |
514 | 2024-11-18T23:50:26.158Z | Downloaded crunchy v0.2.2 |
515 | 2024-11-18T23:50:26.160Z | Downloaded block-padding v0.3.3 |
516 | 2024-11-18T23:50:26.160Z | Downloaded bitflags v1.3.2 |
517 | 2024-11-18T23:50:26.162Z | Downloaded icu_provider_macros v1.5.0 |
518 | 2024-11-18T23:50:26.165Z | Downloaded http-body v1.0.1 |
519 | 2024-11-18T23:50:26.167Z | Downloaded blowfish v0.9.1 |
520 | 2024-11-18T23:50:26.167Z | Downloaded cfg_aliases v0.1.1 |
521 | 2024-11-18T23:50:26.169Z | Downloaded castaway v0.2.3 |
522 | 2024-11-18T23:50:26.169Z | Downloaded bcrypt-pbkdf v0.10.0 |
523 | 2024-11-18T23:50:26.172Z | Downloaded is_ci v1.2.0 |
524 | 2024-11-18T23:50:26.174Z | Downloaded ident_case v1.0.1 |
525 | 2024-11-18T23:50:26.174Z | Downloaded hubpack_derive v0.1.1 |
526 | 2024-11-18T23:50:26.174Z | Downloaded bitfield v0.14.0 |
527 | 2024-11-18T23:50:26.176Z | Downloaded bcs v0.1.6 |
528 | 2024-11-18T23:50:26.179Z | Downloaded base64ct v1.6.0 |
529 | 2024-11-18T23:50:26.181Z | Downloaded cbc v0.1.2 |
530 | 2024-11-18T23:50:26.183Z | Downloaded bit-set v0.5.3 |
531 | 2024-11-18T23:50:26.183Z | Downloaded bitfield-struct v0.6.2 |
532 | 2024-11-18T23:50:26.185Z | Downloaded base16ct v0.2.0 |
533 | 2024-11-18T23:50:26.187Z | Downloaded bit-vec v0.6.3 |
534 | 2024-11-18T23:50:26.190Z | Downloaded indent_write v2.2.0 |
535 | 2024-11-18T23:50:26.190Z | Downloaded cipher v0.4.4 |
536 | 2024-11-18T23:50:26.192Z | Downloaded ciborium-ll v0.2.2 |
537 | 2024-11-18T23:50:26.192Z | Downloaded chacha20 v0.9.1 |
538 | 2024-11-18T23:50:26.194Z | Downloaded instability v0.3.2 |
539 | 2024-11-18T23:50:26.197Z | Downloaded impl-trait-for-tuples v0.2.2 |
540 | 2024-11-18T23:50:26.199Z | Downloaded hex v0.4.3 |
541 | 2024-11-18T23:50:26.202Z | Downloaded ctr v0.9.2 |
542 | 2024-11-18T23:50:26.205Z | Downloaded crc v3.2.1 |
543 | 2024-11-18T23:50:26.208Z | Downloaded constant_time_eq v0.3.1 |
544 | 2024-11-18T23:50:26.208Z | Downloaded instant v0.1.13 |
545 | 2024-11-18T23:50:26.210Z | Downloaded ssh-encoding v0.2.0 |
546 | 2024-11-18T23:50:26.212Z | Downloaded colored v2.1.0 |
547 | 2024-11-18T23:50:26.215Z | Downloaded inout v0.1.3 |
548 | 2024-11-18T23:50:26.215Z | Downloaded humantime v2.1.0 |
549 | 2024-11-18T23:50:26.217Z | Downloaded ciborium v0.2.2 |
550 | 2024-11-18T23:50:26.219Z | Downloaded hostname v0.4.0 |
551 | 2024-11-18T23:50:26.221Z | Downloaded match_cfg v0.1.0 |
552 | 2024-11-18T23:50:26.224Z | Downloaded is-terminal v0.4.13 |
553 | 2024-11-18T23:50:26.224Z | Downloaded toolchain_find v0.4.0 |
554 | 2024-11-18T23:50:26.226Z | Downloaded hubpack v0.1.2 |
555 | 2024-11-18T23:50:26.228Z | Downloaded lockfree-object-pool v0.1.6 |
556 | 2024-11-18T23:50:26.231Z | Downloaded mime v0.3.17 |
557 | 2024-11-18T23:50:26.231Z | Downloaded slog-dtrace v0.3.0 |
558 | 2024-11-18T23:50:26.233Z | Downloaded maybe-uninit v2.0.0 |
559 | 2024-11-18T23:50:26.233Z | Downloaded serde_repr v0.1.19 |
560 | 2024-11-18T23:50:26.235Z | Downloaded serde_path_to_error v0.1.16 |
561 | 2024-11-18T23:50:26.238Z | Downloaded vte_generate_state_changes v0.1.2 |
562 | 2024-11-18T23:50:26.240Z | Downloaded slog-envlogger v2.2.0 |
563 | 2024-11-18T23:50:26.242Z | Downloaded progenitor-client v0.8.0 |
564 | 2024-11-18T23:50:26.242Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2024-11-18T23:50:26.244Z | Downloaded strip-ansi-escapes v0.2.0 |
566 | 2024-11-18T23:50:26.247Z | Downloaded md5 v0.7.0 |
567 | 2024-11-18T23:50:26.247Z | Downloaded ipnetwork v0.20.0 |
568 | 2024-11-18T23:50:26.249Z | Downloaded stringprep v0.1.5 |
569 | 2024-11-18T23:50:26.251Z | Downloaded crossbeam-deque v0.8.5 |
570 | 2024-11-18T23:50:26.255Z | Downloaded memoffset v0.9.1 |
571 | 2024-11-18T23:50:26.255Z | Downloaded maplit v1.0.2 |
572 | 2024-11-18T23:50:26.258Z | Downloaded libefi-sys v0.1.0 |
573 | 2024-11-18T23:50:26.258Z | Downloaded csv-core v0.1.11 |
574 | 2024-11-18T23:50:26.258Z | Downloaded foreign-types v0.5.0 |
575 | 2024-11-18T23:50:26.260Z | Downloaded time-core v0.1.2 |
576 | 2024-11-18T23:50:26.260Z | Downloaded blake2 v0.10.6 |
577 | 2024-11-18T23:50:26.263Z | Downloaded tower-service v0.3.3 |
578 | 2024-11-18T23:50:26.265Z | Downloaded termtree v0.4.1 |
579 | 2024-11-18T23:50:26.265Z | Downloaded sync_wrapper v1.0.1 |
580 | 2024-11-18T23:50:26.267Z | Downloaded md-5 v0.10.6 |
581 | 2024-11-18T23:50:26.270Z | Downloaded foreign-types-macros v0.2.3 |
582 | 2024-11-18T23:50:26.270Z | Downloaded backtrace v0.3.74 |
583 | 2024-11-18T23:50:26.274Z | Downloaded topological-sort v0.2.2 |
584 | 2024-11-18T23:50:26.276Z | Downloaded rustls-pemfile v1.0.4 |
585 | 2024-11-18T23:50:26.279Z | Downloaded libsw v3.3.1 |
586 | 2024-11-18T23:50:26.282Z | Downloaded lru v0.12.5 |
587 | 2024-11-18T23:50:26.285Z | Downloaded num_threads v0.1.7 |
588 | 2024-11-18T23:50:26.285Z | Downloaded nodrop v0.1.14 |
589 | 2024-11-18T23:50:26.286Z | Downloaded derive_builder_macro v0.20.2 |
590 | 2024-11-18T23:50:26.289Z | Downloaded unicase v2.7.0 |
591 | 2024-11-18T23:50:26.289Z | Downloaded icu_normalizer_data v1.5.0 |
592 | 2024-11-18T23:50:26.291Z | Downloaded hyper-rustls v0.27.3 |
593 | 2024-11-18T23:50:26.294Z | Downloaded fxhash v0.2.1 |
594 | 2024-11-18T23:50:26.294Z | Downloaded deranged v0.3.11 |
595 | 2024-11-18T23:50:26.296Z | Downloaded ref-cast-impl v1.0.23 |
596 | 2024-11-18T23:50:26.296Z | Downloaded number_prefix v0.4.0 |
597 | 2024-11-18T23:50:26.299Z | Downloaded normalize-line-endings v0.3.0 |
598 | 2024-11-18T23:50:26.299Z | Downloaded new_debug_unreachable v1.0.6 |
599 | 2024-11-18T23:50:26.301Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-11-18T23:50:26.303Z | Downloaded cookie v0.18.1 |
601 | 2024-11-18T23:50:26.308Z | Downloaded rustc_version v0.1.7 |
602 | 2024-11-18T23:50:26.311Z | Downloaded mime_guess v2.0.5 |
603 | 2024-11-18T23:50:26.311Z | Downloaded ed25519 v2.2.3 |
604 | 2024-11-18T23:50:26.311Z | Downloaded jobserver v0.1.32 |
605 | 2024-11-18T23:50:26.314Z | Downloaded enum-as-inner v0.5.1 |
606 | 2024-11-18T23:50:26.316Z | Downloaded bytes v1.8.0 |
607 | 2024-11-18T23:50:26.319Z | Downloaded litemap v0.7.3 |
608 | 2024-11-18T23:50:26.322Z | Downloaded which v4.4.2 |
609 | 2024-11-18T23:50:26.324Z | Downloaded tokio-macros v2.4.0 |
610 | 2024-11-18T23:50:26.324Z | Downloaded hkdf v0.12.4 |
611 | 2024-11-18T23:50:26.328Z | Downloaded hash32 v0.3.1 |
612 | 2024-11-18T23:50:26.330Z | Downloaded ipnet v2.10.1 |
613 | 2024-11-18T23:50:26.331Z | Downloaded parse-size v1.1.0 |
614 | 2024-11-18T23:50:26.333Z | Downloaded icu_normalizer v1.5.0 |
615 | 2024-11-18T23:50:26.335Z | Downloaded strum v0.26.3 |
616 | 2024-11-18T23:50:26.338Z | Downloaded fallible-iterator v0.2.0 |
617 | 2024-11-18T23:50:26.341Z | Downloaded chacha20poly1305 v0.10.1 |
618 | 2024-11-18T23:50:26.343Z | Downloaded phf v0.11.2 |
619 | 2024-11-18T23:50:26.343Z | Downloaded data-encoding v2.6.0 |
620 | 2024-11-18T23:50:26.343Z | Downloaded derive_builder v0.20.2 |
621 | 2024-11-18T23:50:26.348Z | Downloaded futures-task v0.3.31 |
622 | 2024-11-18T23:50:26.351Z | Downloaded zone_cfg_derive v0.3.0 |
623 | 2024-11-18T23:50:26.351Z | Downloaded crc-any v2.5.0 |
624 | 2024-11-18T23:50:26.354Z | Downloaded compact_str v0.8.0 |
625 | 2024-11-18T23:50:26.357Z | Downloaded predicates-tree v1.0.11 |
626 | 2024-11-18T23:50:26.363Z | Downloaded pem v3.0.4 |
627 | 2024-11-18T23:50:26.365Z | Downloaded bumpalo v3.16.0 |
628 | 2024-11-18T23:50:26.365Z | Downloaded predicates-core v1.0.8 |
629 | 2024-11-18T23:50:26.365Z | Downloaded aes-gcm v0.10.3 |
630 | 2024-11-18T23:50:26.369Z | Downloaded serde-hex v0.1.0 |
631 | 2024-11-18T23:50:26.373Z | Downloaded num-conv v0.1.0 |
632 | 2024-11-18T23:50:26.373Z | Downloaded time-macros v0.2.18 |
633 | 2024-11-18T23:50:26.375Z | Downloaded shlex v1.3.0 |
634 | 2024-11-18T23:50:26.378Z | Downloaded radium v0.7.0 |
635 | 2024-11-18T23:50:26.378Z | Downloaded smf v0.2.3 |
636 | 2024-11-18T23:50:26.381Z | Downloaded shell-words v1.1.0 |
637 | 2024-11-18T23:50:26.383Z | Downloaded rtoolbox v0.0.2 |
638 | 2024-11-18T23:50:26.383Z | Downloaded derive_builder_core v0.20.2 |
639 | 2024-11-18T23:50:26.385Z | Downloaded oso-derive v0.27.3 |
640 | 2024-11-18T23:50:26.385Z | Downloaded strum_macros v0.24.3 |
641 | 2024-11-18T23:50:26.388Z | Downloaded thread_local v1.1.8 |
642 | 2024-11-18T23:50:26.391Z | Downloaded pin-project-lite v0.2.14 |
643 | 2024-11-18T23:50:26.396Z | Downloaded peg-runtime v0.8.3 |
644 | 2024-11-18T23:50:26.399Z | Downloaded crypto-bigint v0.5.5 |
645 | 2024-11-18T23:50:26.404Z | Downloaded ena v0.14.3 |
646 | 2024-11-18T23:50:26.406Z | Downloaded embedded-io v0.6.1 |
647 | 2024-11-18T23:50:26.409Z | Downloaded filetime v0.2.25 |
648 | 2024-11-18T23:50:26.412Z | Downloaded ff v0.13.0 |
649 | 2024-11-18T23:50:26.412Z | Downloaded sha1 v0.10.6 |
650 | 2024-11-18T23:50:26.415Z | Downloaded fd-lock v4.0.2 |
651 | 2024-11-18T23:50:26.418Z | Downloaded group v0.13.0 |
652 | 2024-11-18T23:50:26.420Z | Downloaded glob v0.3.1 |
653 | 2024-11-18T23:50:26.420Z | Downloaded native-tls v0.2.12 |
654 | 2024-11-18T23:50:26.423Z | Downloaded smallvec v1.13.2 |
655 | 2024-11-18T23:50:26.425Z | Downloaded pretty-hex v0.2.1 |
656 | 2024-11-18T23:50:26.428Z | Downloaded xattr v1.3.1 |
657 | 2024-11-18T23:50:26.431Z | Downloaded utf16_iter v1.0.5 |
658 | 2024-11-18T23:50:26.431Z | Downloaded untrusted v0.7.1 |
659 | 2024-11-18T23:50:26.431Z | Downloaded termios v0.3.3 |
660 | 2024-11-18T23:50:26.433Z | Downloaded unicode-bidi v0.3.17 |
661 | 2024-11-18T23:50:26.446Z | Downloaded yoke-derive v0.7.4 |
662 | 2024-11-18T23:50:26.449Z | Downloaded take_mut v0.2.2 |
663 | 2024-11-18T23:50:26.449Z | Downloaded sync-ptr v0.1.1 |
664 | 2024-11-18T23:50:26.452Z | Downloaded scheduled-thread-pool v0.2.7 |
665 | 2024-11-18T23:50:26.452Z | Downloaded rustc_version v0.4.1 |
666 | 2024-11-18T23:50:26.455Z | Downloaded float-ord v0.3.2 |
667 | 2024-11-18T23:50:26.455Z | Downloaded zerofrom v0.1.4 |
668 | 2024-11-18T23:50:26.457Z | Downloaded futures-core v0.3.31 |
669 | 2024-11-18T23:50:26.457Z | Downloaded olpc-cjson v0.1.4 |
670 | 2024-11-18T23:50:26.460Z | Downloaded fixedbitset v0.4.2 |
671 | 2024-11-18T23:50:26.460Z | Downloaded newline-converter v0.3.0 |
672 | 2024-11-18T23:50:26.464Z | Downloaded sqlformat v0.2.6 |
673 | 2024-11-18T23:50:26.467Z | Downloaded downcast v0.11.0 |
674 | 2024-11-18T23:50:26.467Z | Downloaded prettyplease v0.2.25 |
675 | 2024-11-18T23:50:26.470Z | Downloaded phf_shared v0.11.2 |
676 | 2024-11-18T23:50:26.470Z | Downloaded owo-colors v4.1.0 |
677 | 2024-11-18T23:50:26.472Z | Downloaded spki v0.7.3 |
678 | 2024-11-18T23:50:26.475Z | Downloaded predicates v3.1.2 |
679 | 2024-11-18T23:50:26.477Z | Downloaded untrusted v0.9.0 |
680 | 2024-11-18T23:50:26.481Z | Downloaded futures-io v0.3.31 |
681 | 2024-11-18T23:50:26.484Z | Downloaded tokio-tungstenite v0.24.0 |
682 | 2024-11-18T23:50:26.484Z | Downloaded crossbeam-channel v0.5.13 |
683 | 2024-11-18T23:50:26.489Z | Downloaded ref-cast v1.0.23 |
684 | 2024-11-18T23:50:26.491Z | Downloaded rustfmt-wrapper v0.2.1 |
685 | 2024-11-18T23:50:26.494Z | Downloaded either v1.13.0 |
686 | 2024-11-18T23:50:26.497Z | Downloaded ed25519-dalek v2.1.1 |
687 | 2024-11-18T23:50:26.500Z | Downloaded dyn-clone v1.0.17 |
688 | 2024-11-18T23:50:26.502Z | Downloaded ghash v0.5.1 |
689 | 2024-11-18T23:50:26.502Z | Downloaded float-cmp v0.9.0 |
690 | 2024-11-18T23:50:26.506Z | Downloaded des v0.8.1 |
691 | 2024-11-18T23:50:26.509Z | Downloaded der_derive v0.7.3 |
692 | 2024-11-18T23:50:26.509Z | Downloaded nanorand v0.7.0 |
693 | 2024-11-18T23:50:26.511Z | Downloaded tabwriter v1.4.0 |
694 | 2024-11-18T23:50:26.514Z | Downloaded spin v0.9.8 |
695 | 2024-11-18T23:50:26.516Z | Downloaded http v1.1.0 |
696 | 2024-11-18T23:50:26.520Z | Downloaded signal-hook-mio v0.2.4 |
697 | 2024-11-18T23:50:26.522Z | Downloaded waitgroup v0.1.2 |
698 | 2024-11-18T23:50:26.522Z | Downloaded serde_with_macros v3.11.0 |
699 | 2024-11-18T23:50:26.524Z | Downloaded rustls-pki-types v1.9.0 |
700 | 2024-11-18T23:50:26.528Z | Downloaded tungstenite v0.24.0 |
701 | 2024-11-18T23:50:26.531Z | Downloaded foreign-types v0.3.2 |
702 | 2024-11-18T23:50:26.537Z | Downloaded tracing-attributes v0.1.27 |
703 | 2024-11-18T23:50:26.539Z | Downloaded diesel-dtrace v0.3.0 |
704 | 2024-11-18T23:50:26.539Z | Downloaded peg-macros v0.8.4 |
705 | 2024-11-18T23:50:26.540Z | Downloaded wyz v0.5.1 |
706 | 2024-11-18T23:50:26.546Z | Downloaded ron v0.8.1 |
707 | 2024-11-18T23:50:26.549Z | Downloaded pkg-config v0.3.31 |
708 | 2024-11-18T23:50:26.553Z | Downloaded rustc-hash v1.1.0 |
709 | 2024-11-18T23:50:26.553Z | Downloaded ecdsa v0.16.9 |
710 | 2024-11-18T23:50:26.555Z | Downloaded toml v0.7.8 |
711 | 2024-11-18T23:50:26.558Z | Downloaded polyval v0.6.2 |
712 | 2024-11-18T23:50:26.560Z | Downloaded vsss-rs v3.3.4 |
713 | 2024-11-18T23:50:26.563Z | Downloaded slog-scope v4.4.0 |
714 | 2024-11-18T23:50:26.567Z | Downloaded tap v1.0.1 |
715 | 2024-11-18T23:50:26.567Z | Downloaded packed_struct v0.10.1 |
716 | 2024-11-18T23:50:26.570Z | Downloaded subtle v2.6.1 |
717 | 2024-11-18T23:50:26.570Z | Downloaded half v2.4.1 |
718 | 2024-11-18T23:50:26.572Z | Downloaded ssh-cipher v0.2.0 |
719 | 2024-11-18T23:50:26.574Z | Downloaded same-file v1.0.6 |
720 | 2024-11-18T23:50:26.574Z | Downloaded multimap v0.10.0 |
721 | 2024-11-18T23:50:26.578Z | Downloaded wait-timeout v0.2.0 |
722 | 2024-11-18T23:50:26.582Z | Downloaded dropshot_endpoint v0.13.0 |
723 | 2024-11-18T23:50:26.584Z | Downloaded defmt-macros v0.3.9 |
724 | 2024-11-18T23:50:26.586Z | Downloaded fallible-streaming-iterator v0.1.9 |
725 | 2024-11-18T23:50:26.587Z | Downloaded defmt v0.3.8 |
726 | 2024-11-18T23:50:26.590Z | Downloaded nu-ansi-term v0.50.1 |
727 | 2024-11-18T23:50:26.592Z | Downloaded zerocopy v0.6.6 |
728 | 2024-11-18T23:50:26.595Z | Downloaded try-lock v0.2.5 |
729 | 2024-11-18T23:50:26.598Z | Downloaded num v0.4.3 |
730 | 2024-11-18T23:50:26.600Z | Downloaded dhcproto-macros v0.1.0 |
731 | 2024-11-18T23:50:26.600Z | Downloaded rand v0.8.5 |
732 | 2024-11-18T23:50:26.603Z | Downloaded openssl-macros v0.1.1 |
733 | 2024-11-18T23:50:26.606Z | Downloaded schemars_derive v0.8.21 |
734 | 2024-11-18T23:50:26.609Z | Downloaded rpassword v7.3.1 |
735 | 2024-11-18T23:50:26.609Z | Downloaded opaque-debug v0.3.1 |
736 | 2024-11-18T23:50:26.609Z | Downloaded proc-macro-crate v1.3.1 |
737 | 2024-11-18T23:50:26.611Z | Downloaded pkcs5 v0.7.1 |
738 | 2024-11-18T23:50:26.614Z | Downloaded rfc6979 v0.4.0 |
739 | 2024-11-18T23:50:26.617Z | Downloaded num-complex v0.4.6 |
740 | 2024-11-18T23:50:26.620Z | Downloaded hashbrown v0.12.3 |
741 | 2024-11-18T23:50:26.624Z | Downloaded precomputed-hash v0.1.1 |
742 | 2024-11-18T23:50:26.628Z | Downloaded vergen v8.3.2 |
743 | 2024-11-18T23:50:26.630Z | Downloaded num-iter v0.1.45 |
744 | 2024-11-18T23:50:26.630Z | Downloaded num-integer v0.1.46 |
745 | 2024-11-18T23:50:26.633Z | Downloaded signal-hook-tokio v0.3.1 |
746 | 2024-11-18T23:50:26.633Z | Downloaded serde-big-array v0.5.1 |
747 | 2024-11-18T23:50:26.637Z | Downloaded universal-hash v0.5.1 |
748 | 2024-11-18T23:50:26.637Z | Downloaded signal-hook v0.3.17 |
749 | 2024-11-18T23:50:26.639Z | Downloaded tracing-core v0.1.32 |
750 | 2024-11-18T23:50:26.642Z | Downloaded structmeta-derive v0.3.0 |
751 | 2024-11-18T23:50:26.644Z | Downloaded quinn v0.11.5 |
752 | 2024-11-18T23:50:26.647Z | Downloaded fragile v2.0.0 |
753 | 2024-11-18T23:50:26.650Z | Downloaded enum-as-inner v0.6.1 |
754 | 2024-11-18T23:50:26.659Z | Downloaded zone_cfg_derive v0.1.2 |
755 | 2024-11-18T23:50:26.659Z | Downloaded vte v0.11.1 |
756 | 2024-11-18T23:50:26.659Z | Downloaded itertools v0.10.5 |
757 | 2024-11-18T23:50:26.662Z | Downloaded sqlparser_derive v0.2.2 |
758 | 2024-11-18T23:50:26.664Z | Downloaded flume v0.11.1 |
759 | 2024-11-18T23:50:26.667Z | Downloaded funty v2.0.0 |
760 | 2024-11-18T23:50:26.670Z | Downloaded term v0.7.0 |
761 | 2024-11-18T23:50:26.673Z | Downloaded slog-term v2.9.1 |
762 | 2024-11-18T23:50:26.676Z | Downloaded tokio-postgres v0.7.12 |
763 | 2024-11-18T23:50:26.681Z | Downloaded tinyvec_macros v0.1.1 |
764 | 2024-11-18T23:50:26.683Z | Downloaded strum_macros v0.26.4 |
765 | 2024-11-18T23:50:26.686Z | Downloaded tls_codec_derive v0.4.1 |
766 | 2024-11-18T23:50:26.690Z | Downloaded mockall v0.13.0 |
767 | 2024-11-18T23:50:26.694Z | Downloaded num-rational v0.4.2 |
768 | 2024-11-18T23:50:26.694Z | Downloaded structmeta-derive v0.2.0 |
769 | 2024-11-18T23:50:26.694Z | Downloaded darling_macro v0.20.10 |
770 | 2024-11-18T23:50:26.696Z | Downloaded newtype_derive v0.1.6 |
771 | 2024-11-18T23:50:26.696Z | Downloaded postcard v1.0.10 |
772 | 2024-11-18T23:50:26.699Z | Downloaded toml_edit v0.19.15 |
773 | 2024-11-18T23:50:26.715Z | Downloaded diesel_table_macro_syntax v0.2.0 |
774 | 2024-11-18T23:50:26.718Z | Downloaded aws-lc-rs v1.10.0 |
775 | 2024-11-18T23:50:26.725Z | Downloaded embedded-io v0.4.0 |
776 | 2024-11-18T23:50:26.728Z | Downloaded rustc-hash v2.0.0 |
777 | 2024-11-18T23:50:26.731Z | Downloaded tar v0.4.43 |
778 | 2024-11-18T23:50:26.735Z | Downloaded expectorate v1.1.0 |
779 | 2024-11-18T23:50:26.740Z | Downloaded subprocess v0.2.9 |
780 | 2024-11-18T23:50:26.740Z | Downloaded salty v0.3.0 |
781 | 2024-11-18T23:50:26.745Z | Downloaded signature v2.2.0 |
782 | 2024-11-18T23:50:26.747Z | Downloaded tiny-keccak v2.0.2 |
783 | 2024-11-18T23:50:26.750Z | Downloaded russh-cryptovec v0.7.3 |
784 | 2024-11-18T23:50:26.752Z | Downloaded phf_shared v0.10.0 |
785 | 2024-11-18T23:50:26.752Z | Downloaded write16 v1.0.0 |
786 | 2024-11-18T23:50:26.754Z | Downloaded tokio-native-tls v0.3.1 |
787 | 2024-11-18T23:50:26.754Z | Downloaded semver v0.1.20 |
788 | 2024-11-18T23:50:26.757Z | Downloaded secrecy v0.8.0 |
789 | 2024-11-18T23:50:26.759Z | Downloaded phf_codegen v0.11.2 |
790 | 2024-11-18T23:50:26.759Z | Downloaded whoami v1.5.2 |
791 | 2024-11-18T23:50:26.763Z | Downloaded typify v0.2.0 |
792 | 2024-11-18T23:50:26.768Z | Downloaded debug-ignore v1.0.5 |
793 | 2024-11-18T23:50:26.768Z | Downloaded serde_yaml v0.9.34+deprecated |
794 | 2024-11-18T23:50:26.770Z | Downloaded foreign-types-shared v0.3.1 |
795 | 2024-11-18T23:50:26.773Z | Downloaded foreign-types-shared v0.1.1 |
796 | 2024-11-18T23:50:26.773Z | Downloaded simd-adler32 v0.3.7 |
797 | 2024-11-18T23:50:26.775Z | Downloaded progenitor-macro v0.8.0 |
798 | 2024-11-18T23:50:26.775Z | Downloaded phf_generator v0.11.2 |
799 | 2024-11-18T23:50:26.778Z | Downloaded endian-type v0.1.2 |
800 | 2024-11-18T23:50:26.778Z | Downloaded path-slash v0.1.5 |
801 | 2024-11-18T23:50:26.781Z | Downloaded futures-macro v0.3.31 |
802 | 2024-11-18T23:50:26.781Z | Downloaded paste v1.0.15 |
803 | 2024-11-18T23:50:26.784Z | Downloaded password-hash v0.5.0 |
804 | 2024-11-18T23:50:26.786Z | Downloaded hyper v1.5.0 |
805 | 2024-11-18T23:50:26.792Z | Downloaded tokio-tungstenite v0.23.1 |
806 | 2024-11-18T23:50:26.795Z | Downloaded tls_codec v0.4.1 |
807 | 2024-11-18T23:50:26.797Z | Downloaded tinystr v0.7.6 |
808 | 2024-11-18T23:50:26.800Z | Downloaded spin v0.5.2 |
809 | 2024-11-18T23:50:26.802Z | Downloaded rand_xorshift v0.3.0 |
810 | 2024-11-18T23:50:26.802Z | Downloaded percent-encoding v2.3.1 |
811 | 2024-11-18T23:50:26.803Z | Downloaded structmeta v0.3.0 |
812 | 2024-11-18T23:50:26.805Z | Downloaded slab v0.4.9 |
813 | 2024-11-18T23:50:26.808Z | Downloaded pbkdf2 v0.12.2 |
814 | 2024-11-18T23:50:26.808Z | Downloaded parking_lot_core v0.8.6 |
815 | 2024-11-18T23:50:26.810Z | Downloaded unsafe-libyaml v0.2.11 |
816 | 2024-11-18T23:50:26.813Z | Downloaded pbkdf2 v0.11.0 |
817 | 2024-11-18T23:50:26.815Z | Downloaded gethostname v0.5.0 |
818 | 2024-11-18T23:50:26.818Z | Downloaded futures-sink v0.3.31 |
819 | 2024-11-18T23:50:26.820Z | Downloaded writeable v0.5.5 |
820 | 2024-11-18T23:50:26.820Z | Downloaded mio v1.0.2 |
821 | 2024-11-18T23:50:26.827Z | Downloaded hashbrown v0.13.2 |
822 | 2024-11-18T23:50:26.831Z | Downloaded ppv-lite86 v0.2.20 |
823 | 2024-11-18T23:50:26.834Z | Downloaded progenitor-impl v0.8.0 |
824 | 2024-11-18T23:50:26.837Z | Downloaded unicode-segmentation v1.12.0 |
825 | 2024-11-18T23:50:26.841Z | Downloaded primeorder v0.13.6 |
826 | 2024-11-18T23:50:26.841Z | Downloaded powerfmt v0.2.0 |
827 | 2024-11-18T23:50:26.843Z | Downloaded futures-channel v0.3.31 |
828 | 2024-11-18T23:50:26.846Z | Downloaded itertools v0.13.0 |
829 | 2024-11-18T23:50:26.851Z | Downloaded sigpipe v0.1.3 |
830 | 2024-11-18T23:50:26.855Z | Downloaded want v0.3.1 |
831 | 2024-11-18T23:50:26.855Z | Downloaded difflib v0.4.0 |
832 | 2024-11-18T23:50:26.858Z | Downloaded stable_deref_trait v1.2.0 |
833 | 2024-11-18T23:50:26.858Z | Downloaded slog-stdlog v4.1.1 |
834 | 2024-11-18T23:50:26.858Z | Downloaded siphasher v0.3.11 |
835 | 2024-11-18T23:50:26.861Z | Downloaded num-bigint v0.4.6 |
836 | 2024-11-18T23:50:26.864Z | Downloaded env_filter v0.1.2 |
837 | 2024-11-18T23:50:26.868Z | Downloaded rand_chacha v0.3.1 |
838 | 2024-11-18T23:50:26.870Z | Downloaded progenitor v0.8.0 |
839 | 2024-11-18T23:50:26.870Z | Downloaded form_urlencoded v1.2.1 |
840 | 2024-11-18T23:50:26.870Z | Downloaded snafu-derive v0.8.5 |
841 | 2024-11-18T23:50:26.875Z | Downloaded pem-rfc7468 v0.7.0 |
842 | 2024-11-18T23:50:26.875Z | Downloaded nibble_vec v0.1.0 |
843 | 2024-11-18T23:50:26.878Z | Downloaded elliptic-curve v0.13.8 |
844 | 2024-11-18T23:50:26.881Z | Downloaded peg v0.8.4 |
845 | 2024-11-18T23:50:26.884Z | Downloaded rusty-fork v0.3.0 |
846 | 2024-11-18T23:50:26.887Z | Downloaded unicode-truncate v1.1.0 |
847 | 2024-11-18T23:50:26.887Z | Downloaded password-hash v0.4.2 |
848 | 2024-11-18T23:50:26.890Z | Downloaded tokio-rustls v0.26.0 |
849 | 2024-11-18T23:50:26.892Z | Downloaded newtype-uuid v1.1.3 |
850 | 2024-11-18T23:50:26.892Z | Downloaded hashlink v0.9.1 |
851 | 2024-11-18T23:50:26.895Z | Downloaded structmeta v0.2.0 |
852 | 2024-11-18T23:50:26.895Z | Downloaded static_assertions v1.1.0 |
853 | 2024-11-18T23:50:26.897Z | Downloaded pkcs8 v0.10.2 |
854 | 2024-11-18T23:50:26.901Z | Downloaded unicode-xid v0.2.6 |
855 | 2024-11-18T23:50:26.904Z | Downloaded tokio-rustls v0.25.0 |
856 | 2024-11-18T23:50:26.904Z | Downloaded miniz_oxide v0.8.0 |
857 | 2024-11-18T23:50:26.906Z | Downloaded postgres-types v0.2.8 |
858 | 2024-11-18T23:50:26.909Z | Downloaded rustls-pemfile v2.2.0 |
859 | 2024-11-18T23:50:26.911Z | Downloaded getrandom v0.2.15 |
860 | 2024-11-18T23:50:26.914Z | Downloaded walkdir v2.5.0 |
861 | 2024-11-18T23:50:26.917Z | Downloaded zeroize v1.8.1 |
862 | 2024-11-18T23:50:26.920Z | Downloaded bindgen v0.69.5 |
863 | 2024-11-18T23:50:26.925Z | Downloaded parking_lot_core v0.9.10 |
864 | 2024-11-18T23:50:26.928Z | Downloaded tungstenite v0.21.0 |
865 | 2024-11-18T23:50:26.931Z | Downloaded salsa20 v0.10.2 |
866 | 2024-11-18T23:50:26.933Z | Downloaded futures v0.3.31 |
867 | 2024-11-18T23:50:26.937Z | Downloaded tokio-stream v0.1.16 |
868 | 2024-11-18T23:50:26.942Z | Downloaded multer v3.1.0 |
869 | 2024-11-18T23:50:26.945Z | Downloaded russh-keys v0.45.0 |
870 | 2024-11-18T23:50:26.949Z | Downloaded der v0.7.9 |
871 | 2024-11-18T23:50:26.952Z | Downloaded p521 v0.13.3 |
872 | 2024-11-18T23:50:26.957Z | Downloaded oso v0.27.3 |
873 | 2024-11-18T23:50:26.961Z | Downloaded openssl-sys v0.9.104 |
874 | 2024-11-18T23:50:26.965Z | Downloaded env_logger v0.10.2 |
875 | 2024-11-18T23:50:26.969Z | Downloaded tokio-util v0.7.12 |
876 | 2024-11-18T23:50:26.976Z | Downloaded diff v0.1.13 |
877 | 2024-11-18T23:50:26.979Z | Downloaded futures-util v0.3.31 |
878 | 2024-11-18T23:50:26.992Z | Downloaded headers v0.4.0 |
879 | 2024-11-18T23:50:26.999Z | Downloaded reedline v0.35.0 |
880 | 2024-11-18T23:50:27.005Z | Downloaded samael v0.0.17 |
881 | 2024-11-18T23:50:27.011Z | Downloaded time v0.3.36 |
882 | 2024-11-18T23:50:27.020Z | Downloaded rayon-core v1.12.1 |
883 | 2024-11-18T23:50:27.023Z | Downloaded mockall_derive v0.13.0 |
884 | 2024-11-18T23:50:27.026Z | Downloaded rusqlite v0.32.1 |
885 | 2024-11-18T23:50:27.032Z | Downloaded steno v0.4.1 |
886 | 2024-11-18T23:50:27.037Z | Downloaded unicode_categories v0.1.1 |
887 | 2024-11-18T23:50:27.039Z | Downloaded diesel_derives v2.2.3 |
888 | 2024-11-18T23:50:27.043Z | Downloaded rustls-webpki v0.101.7 |
889 | 2024-11-18T23:50:27.061Z | Downloaded parse-zoneinfo v0.3.1 |
890 | 2024-11-18T23:50:27.064Z | Downloaded lalrpop v0.19.12 |
891 | 2024-11-18T23:50:27.072Z | Downloaded num-bigint-dig v0.8.4 |
892 | 2024-11-18T23:50:27.079Z | Downloaded rustyline v14.0.0 |
893 | 2024-11-18T23:50:27.084Z | Downloaded portable-atomic v1.9.0 |
894 | 2024-11-18T23:50:27.092Z | Downloaded git2 v0.19.0 |
895 | 2024-11-18T23:50:27.100Z | Downloaded zerovec v0.10.4 |
896 | 2024-11-18T23:50:27.106Z | Downloaded serde_with v3.11.0 |
897 | 2024-11-18T23:50:27.116Z | Downloaded sqlparser v0.45.0 |
898 | 2024-11-18T23:50:27.122Z | Downloaded curve25519-dalek v4.1.3 |
899 | 2024-11-18T23:50:27.131Z | Downloaded quinn-proto v0.11.8 |
900 | 2024-11-18T23:50:27.139Z | Downloaded smoltcp v0.9.1 |
901 | 2024-11-18T23:50:27.153Z | Downloaded idna v0.5.0 |
902 | 2024-11-18T23:50:27.159Z | Downloaded reqwest v0.12.9 |
903 | 2024-11-18T23:50:27.166Z | Downloaded hashbrown v0.14.5 |
904 | 2024-11-18T23:50:27.172Z | Downloaded idna v0.4.0 |
905 | 2024-11-18T23:50:27.179Z | Downloaded idna v0.3.0 |
906 | 2024-11-18T23:50:27.186Z | Downloaded winnow v0.5.40 |
907 | 2024-11-18T23:50:27.195Z | Downloaded petname v2.0.2 |
908 | 2024-11-18T23:50:27.200Z | Downloaded p384 v0.13.0 |
909 | 2024-11-18T23:50:27.208Z | Downloaded radix_trie v0.2.1 |
910 | 2024-11-18T23:50:27.213Z | Downloaded regex v1.11.1 |
911 | 2024-11-18T23:50:27.228Z | Downloaded proptest v1.5.0 |
912 | 2024-11-18T23:50:27.237Z | Downloaded polar-core v0.27.3 |
913 | 2024-11-18T23:50:27.248Z | Downloaded regress v0.9.1 |
914 | 2024-11-18T23:50:27.255Z | Downloaded openssl v0.10.68 |
915 | 2024-11-18T23:50:27.265Z | Downloaded regex-syntax v0.8.5 |
916 | 2024-11-18T23:50:27.274Z | Downloaded vcpkg v0.2.15 |
917 | 2024-11-18T23:50:27.311Z | Downloaded dropshot v0.12.0 |
918 | 2024-11-18T23:50:27.330Z | Downloaded regex-syntax v0.6.29 |
919 | 2024-11-18T23:50:27.340Z | Downloaded object v0.36.5 |
920 | 2024-11-18T23:50:27.349Z | Downloaded rustls v0.21.12 |
921 | 2024-11-18T23:50:27.362Z | Downloaded regress v0.10.1 |
922 | 2024-11-18T23:50:27.371Z | Downloaded dropshot v0.13.0 |
923 | 2024-11-18T23:50:27.392Z | Downloaded unicode-width v0.2.0 |
924 | 2024-11-18T23:50:27.397Z | Downloaded gimli v0.31.1 |
925 | 2024-11-18T23:50:27.406Z | Downloaded openapiv3 v2.0.0 |
926 | 2024-11-18T23:50:27.418Z | Downloaded nix v0.29.0 |
927 | 2024-11-18T23:50:27.431Z | Downloaded nix v0.28.0 |
928 | 2024-11-18T23:50:27.442Z | Downloaded rustls v0.22.4 |
929 | 2024-11-18T23:50:27.455Z | Downloaded sled v0.34.7 |
930 | 2024-11-18T23:50:27.467Z | Downloaded typify-impl v0.2.0 |
931 | 2024-11-18T23:50:27.481Z | Downloaded nix v0.27.1 |
932 | 2024-11-18T23:50:27.492Z | Downloaded ratatui v0.28.1 |
933 | 2024-11-18T23:50:27.511Z | Downloaded zerocopy-derive v0.6.6 |
934 | 2024-11-18T23:50:27.520Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
935 | 2024-11-18T23:50:27.533Z | Downloaded diesel v2.2.4 |
936 | 2024-11-18T23:50:27.551Z | Downloaded trust-dns-proto v0.22.0 |
937 | 2024-11-18T23:50:27.563Z | Downloaded smoltcp v0.11.0 |
938 | 2024-11-18T23:50:27.575Z | Downloaded object v0.30.4 |
939 | 2024-11-18T23:50:27.585Z | Downloaded bstr v1.10.0 |
940 | 2024-11-18T23:50:27.596Z | Downloaded regex-automata v0.4.8 |
941 | 2024-11-18T23:50:27.613Z | Downloaded lzma-sys v0.1.20 |
942 | 2024-11-18T23:50:27.640Z | Downloaded chrono-tz v0.10.0 |
943 | 2024-11-18T23:50:27.648Z | Downloaded rustls v0.23.14 |
944 | 2024-11-18T23:50:27.659Z | Downloaded idna v0.2.3 |
945 | 2024-11-18T23:50:27.666Z | Downloaded rustls-webpki v0.102.8 |
946 | 2024-11-18T23:50:27.683Z | Downloaded libz-sys v1.1.20 |
947 | 2024-11-18T23:50:27.703Z | Downloaded petgraph v0.6.5 |
948 | 2024-11-18T23:50:27.720Z | Downloaded webpki-roots v0.26.6 |
949 | 2024-11-18T23:50:27.723Z | Downloaded icu_properties_data v1.5.0 |
950 | 2024-11-18T23:50:27.734Z | Downloaded ssh-key v0.6.6 |
951 | 2024-11-18T23:50:27.740Z | Downloaded sha3 v0.10.8 |
952 | 2024-11-18T23:50:27.745Z | Downloaded tokio v1.40.0 |
953 | 2024-11-18T23:50:27.781Z | Downloaded csv v1.3.0 |
954 | 2024-11-18T23:50:27.801Z | Downloaded quick-xml v0.33.0 |
955 | 2024-11-18T23:50:27.806Z | Downloaded rayon v1.10.0 |
956 | 2024-11-18T23:50:27.815Z | Downloaded similar v2.6.0 |
957 | 2024-11-18T23:50:27.819Z | Downloaded dhcproto v0.12.0 |
958 | 2024-11-18T23:50:27.822Z | Downloaded flate2 v1.0.34 |
959 | 2024-11-18T23:50:27.827Z | Downloaded h2 v0.4.6 |
960 | 2024-11-18T23:50:27.834Z | Downloaded socket2 v0.5.7 |
961 | 2024-11-18T23:50:27.837Z | Downloaded zerofrom-derive v0.1.4 |
962 | 2024-11-18T23:50:27.839Z | Downloaded zip v0.6.6 |
963 | 2024-11-18T23:50:27.841Z | Downloaded hickory-proto v0.24.1 |
964 | 2024-11-18T23:50:27.857Z | Downloaded chrono v0.4.38 |
965 | 2024-11-18T23:50:27.864Z | Downloaded bitvec v1.0.1 |
966 | 2024-11-18T23:50:27.878Z | Downloaded uuid v1.11.0 |
967 | 2024-11-18T23:50:27.881Z | Downloaded displaydoc v0.2.5 |
968 | 2024-11-18T23:50:27.883Z | Downloaded tokio-rustls v0.24.1 |
969 | 2024-11-18T23:50:27.885Z | Downloaded tinyvec v1.8.0 |
970 | 2024-11-18T23:50:27.888Z | Downloaded darling_core v0.20.10 |
971 | 2024-11-18T23:50:27.893Z | Downloaded publicsuffix v2.2.3 |
972 | 2024-11-18T23:50:27.896Z | Downloaded uzers v0.12.1 |
973 | 2024-11-18T23:50:27.898Z | Downloaded tungstenite v0.23.0 |
974 | 2024-11-18T23:50:27.901Z | Downloaded zip v2.1.3 |
975 | 2024-11-18T23:50:27.906Z | Downloaded rand_seeder v0.3.0 |
976 | 2024-11-18T23:50:27.909Z | Downloaded rand_core v0.6.4 |
977 | 2024-11-18T23:50:27.909Z | Downloaded zone v0.3.0 |
978 | 2024-11-18T23:50:27.912Z | Downloaded x509-cert v0.2.5 |
979 | 2024-11-18T23:50:27.915Z | Downloaded typed-path v0.9.3 |
980 | 2024-11-18T23:50:27.921Z | Downloaded serde_derive_internals v0.29.1 |
981 | 2024-11-18T23:50:27.924Z | Downloaded parking_lot v0.11.2 |
982 | 2024-11-18T23:50:27.926Z | Downloaded tracing v0.1.40 |
983 | 2024-11-18T23:50:27.929Z | Downloaded rcgen v0.12.1 |
984 | 2024-11-18T23:50:27.933Z | Downloaded fatfs v0.3.6 |
985 | 2024-11-18T23:50:27.936Z | Downloaded p256 v0.13.2 |
986 | 2024-11-18T23:50:27.939Z | Downloaded ron v0.7.1 |
987 | 2024-11-18T23:50:27.944Z | Downloaded unicode-normalization v0.1.24 |
988 | 2024-11-18T23:50:27.948Z | Downloaded tough v0.19.0 |
989 | 2024-11-18T23:50:27.958Z | Downloaded itertools v0.12.1 |
990 | 2024-11-18T23:50:27.983Z | Downloaded idna v1.0.3 |
991 | 2024-11-18T23:50:27.983Z | Downloaded encoding_rs v0.8.34 |
992 | 2024-11-18T23:50:28.000Z | Downloaded blake3 v1.5.4 |
993 | 2024-11-18T23:50:28.009Z | Downloaded dunce v1.0.5 |
994 | 2024-11-18T23:50:28.012Z | Downloaded dsl_auto_type v0.1.2 |
995 | 2024-11-18T23:50:28.012Z | Downloaded zeroize_derive v1.4.2 |
996 | 2024-11-18T23:50:28.014Z | Downloaded fs_extra v1.3.0 |
997 | 2024-11-18T23:50:28.017Z | Downloaded rsa v0.9.6 |
998 | 2024-11-18T23:50:28.022Z | Downloaded parking_lot v0.12.3 |
999 | 2024-11-18T23:50:28.025Z | Downloaded omicron-zone-package v0.11.1 |
1000 | 2024-11-18T23:50:28.029Z | Downloaded url v2.5.3 |
1001 | 2024-11-18T23:50:28.034Z | Downloaded nom v7.1.3 |
1002 | 2024-11-18T23:50:28.040Z | Downloaded pin-project v1.1.6 |
1003 | 2024-11-18T23:50:28.054Z | Downloaded utf8_iter v1.0.4 |
1004 | 2024-11-18T23:50:28.057Z | Downloaded tui-tree-widget v0.22.0 |
1005 | 2024-11-18T23:50:28.059Z | Downloaded termcolor v1.4.1 |
1006 | 2024-11-18T23:50:28.059Z | Downloaded libxml v0.3.3 |
1007 | 2024-11-18T23:50:28.066Z | Downloaded libm v0.2.8 |
1008 | 2024-11-18T23:50:28.073Z | Downloaded dirs-sys-next v0.1.2 |
1009 | 2024-11-18T23:50:28.075Z | Downloaded dirs-next v2.0.0 |
1010 | 2024-11-18T23:50:28.075Z | Downloaded smallvec v0.6.14 |
1011 | 2024-11-18T23:50:28.078Z | Downloaded minimal-lexical v0.2.1 |
1012 | 2024-11-18T23:50:28.081Z | Downloaded poly1305 v0.8.0 |
1013 | 2024-11-18T23:50:28.083Z | Downloaded serde_urlencoded v0.7.1 |
1014 | 2024-11-18T23:50:28.085Z | Downloaded env_logger v0.11.5 |
1015 | 2024-11-18T23:50:28.088Z | Downloaded postgres-protocol v0.6.7 |
1016 | 2024-11-18T23:50:28.092Z | Downloaded num-derive v0.4.2 |
1017 | 2024-11-18T23:50:28.092Z | Downloaded unicode-properties v0.1.3 |
1018 | 2024-11-18T23:50:28.094Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1019 | 2024-11-18T23:50:28.146Z | Downloaded openssl-probe v0.1.5 |
1020 | 2024-11-18T23:50:28.148Z | Downloaded mirai-annotations v1.12.0 |
1021 | 2024-11-18T23:50:28.148Z | Downloaded russh v0.45.0 |
1022 | 2024-11-18T23:50:28.153Z | Downloaded snafu v0.8.5 |
1023 | 2024-11-18T23:50:28.159Z | Downloaded qorb v0.2.0 |
1024 | 2024-11-18T23:50:28.164Z | Downloaded foldhash v0.1.3 |
1025 | 2024-11-18T23:50:28.168Z | Downloaded flagset v0.4.6 |
1026 | 2024-11-18T23:50:28.168Z | Downloaded defmt-parser v0.3.4 |
1027 | 2024-11-18T23:50:28.168Z | Downloaded sct v0.7.1 |
1028 | 2024-11-18T23:50:28.170Z | Downloaded rustc-demangle v0.1.24 |
1029 | 2024-11-18T23:50:28.173Z | Downloaded schemars v0.8.21 |
1030 | 2024-11-18T23:50:28.183Z | Downloaded crossterm v0.28.1 |
1031 | 2024-11-18T23:50:28.189Z | Downloaded supports-color v3.0.1 |
1032 | 2024-11-18T23:50:28.191Z | Downloaded derive_more v0.99.18 |
1033 | 2024-11-18T23:50:28.196Z | Downloaded zopfli v0.8.1 |
1034 | 2024-11-18T23:50:28.198Z | Downloaded slog-json v2.6.1 |
1035 | 2024-11-18T23:50:28.201Z | Downloaded sec1 v0.7.3 |
1036 | 2024-11-18T23:50:28.201Z | Downloaded futures-executor v0.3.31 |
1037 | 2024-11-18T23:50:28.204Z | Downloaded icu_collections v1.5.0 |
1038 | 2024-11-18T23:50:28.207Z | Downloaded strum_macros v0.25.3 |
1039 | 2024-11-18T23:50:28.210Z | Downloaded test-strategy v0.3.1 |
1040 | 2024-11-18T23:50:28.212Z | Downloaded num-traits v0.2.19 |
1041 | 2024-11-18T23:50:28.215Z | Downloaded aho-corasick v1.1.3 |
1042 | 2024-11-18T23:50:28.222Z | Downloaded globset v0.4.15 |
1043 | 2024-11-18T23:50:28.224Z | Downloaded pkcs1 v0.7.5 |
1044 | 2024-11-18T23:50:28.226Z | Downloaded memmap2 v0.9.5 |
1045 | 2024-11-18T23:50:28.229Z | Downloaded utf-8 v0.7.6 |
1046 | 2024-11-18T23:50:28.229Z | Downloaded dropshot_endpoint v0.12.0 |
1047 | 2024-11-18T23:50:28.231Z | Downloaded const_format v0.2.33 |
1048 | 2024-11-18T23:50:28.236Z | Downloaded display-error-chain v0.2.2 |
1049 | 2024-11-18T23:50:28.238Z | Downloaded zerovec-derive v0.10.3 |
1050 | 2024-11-18T23:50:28.239Z | Downloaded twox-hash v1.6.3 |
1051 | 2024-11-18T23:50:28.242Z | Downloaded rustversion v1.0.17 |
1052 | 2024-11-18T23:50:28.245Z | Downloaded fallible-iterator v0.3.0 |
1053 | 2024-11-18T23:50:28.245Z | Downloaded derive-where v1.2.7 |
1054 | 2024-11-18T23:50:28.248Z | Downloaded thiserror-no-std v2.0.2 |
1055 | 2024-11-18T23:50:28.250Z | Downloaded thiserror-impl-no-std v2.0.2 |
1056 | 2024-11-18T23:50:28.254Z | Downloaded pin-project-internal v1.1.6 |
1057 | 2024-11-18T23:50:28.258Z | Downloaded r2d2 v0.8.10 |
1058 | 2024-11-18T23:50:28.258Z | Downloaded yoke v0.7.4 |
1059 | 2024-11-18T23:50:28.258Z | Downloaded value-bag v1.9.0 |
1060 | 2024-11-18T23:50:28.262Z | Downloaded tokio-tungstenite v0.21.0 |
1061 | 2024-11-18T23:50:28.262Z | Downloaded psl-types v2.0.11 |
1062 | 2024-11-18T23:50:28.264Z | Downloaded pin-utils v0.1.0 |
1063 | 2024-11-18T23:50:28.264Z | Downloaded synstructure v0.13.1 |
1064 | 2024-11-18T23:50:28.265Z | Downloaded indexmap v1.9.3 |
1065 | 2024-11-18T23:50:28.267Z | Downloaded resolv-conf v0.7.0 |
1066 | 2024-11-18T23:50:28.270Z | Downloaded quinn-udp v0.5.5 |
1067 | 2024-11-18T23:50:28.272Z | Downloaded cc v1.1.30 |
1068 | 2024-11-18T23:50:28.274Z | Downloaded crossbeam-utils v0.8.20 |
1069 | 2024-11-18T23:50:28.279Z | Downloaded yasna v0.5.2 |
1070 | 2024-11-18T23:50:28.281Z | Downloaded slog v2.7.0 |
1071 | 2024-11-18T23:50:28.283Z | Downloaded indicatif v0.17.9 |
1072 | 2024-11-18T23:50:28.286Z | Downloaded parse-display-derive v0.10.0 |
1073 | 2024-11-18T23:50:28.288Z | Downloaded parse-display v0.10.0 |
1074 | 2024-11-18T23:50:28.288Z | Downloaded packed_struct_codegen v0.10.1 |
1075 | 2024-11-18T23:50:28.290Z | Downloaded num_enum_derive v0.5.11 |
1076 | 2024-11-18T23:50:28.292Z | Downloaded num_enum v0.5.11 |
1077 | 2024-11-18T23:50:28.295Z | Downloaded icu_locid_transform_data v1.5.0 |
1078 | 2024-11-18T23:50:28.297Z | Downloaded icu_locid_transform v1.5.0 |
1079 | 2024-11-18T23:50:28.299Z | Downloaded hash32 v0.2.1 |
1080 | 2024-11-18T23:50:28.302Z | Downloaded zone v0.1.8 |
1081 | 2024-11-18T23:50:28.302Z | Downloaded signal-hook-registry v1.4.2 |
1082 | 2024-11-18T23:50:28.304Z | Downloaded base64 v0.22.1 |
1083 | 2024-11-18T23:50:28.307Z | Downloaded lazy_static v1.5.0 |
1084 | 2024-11-18T23:50:28.309Z | Downloaded const-oid v0.9.6 |
1085 | 2024-11-18T23:50:28.313Z | Downloaded clang-sys v1.8.1 |
1086 | 2024-11-18T23:50:28.315Z | Downloaded quick-error v1.2.3 |
1087 | 2024-11-18T23:50:28.315Z | Downloaded xz2 v0.1.7 |
1088 | 2024-11-18T23:50:28.317Z | Downloaded icu_locid v1.5.0 |
1089 | 2024-11-18T23:50:28.321Z | Downloaded unarray v0.1.4 |
1090 | 2024-11-18T23:50:28.323Z | Downloaded typify-macro v0.2.0 |
1091 | 2024-11-18T23:50:28.323Z | Downloaded slog-bunyan v2.5.0 |
1092 | 2024-11-18T23:50:28.326Z | Downloaded lock_api v0.4.12 |
1093 | 2024-11-18T23:50:28.328Z | Downloaded libloading v0.8.5 |
1094 | 2024-11-18T23:50:28.330Z | Downloaded base64 v0.21.7 |
1095 | 2024-11-18T23:50:28.336Z | Downloaded linked-hash-map v0.5.6 |
1096 | 2024-11-18T23:50:28.338Z | Downloaded lazycell v1.3.0 |
1097 | 2024-11-18T23:50:28.338Z | Downloaded lalrpop-util v0.19.12 |
1098 | 2024-11-18T23:50:28.338Z | Downloaded kstat-rs v0.2.4 |
1099 | 2024-11-18T23:50:28.338Z | Downloaded crc32fast v1.4.2 |
1100 | 2024-11-18T23:50:28.341Z | Downloaded cookie_store v0.21.0 |
1101 | 2024-11-18T23:50:28.341Z | Downloaded string_cache v0.8.7 |
1102 | 2024-11-18T23:50:28.343Z | Downloaded slog-async v2.8.0 |
1103 | 2024-11-18T23:50:28.346Z | Downloaded cobs v0.2.3 |
1104 | 2024-11-18T23:50:28.346Z | Downloaded console v0.15.8 |
1105 | 2024-11-18T23:50:28.348Z | Downloaded serde_plain v1.0.2 |
1106 | 2024-11-18T23:50:28.351Z | Downloaded managed v0.8.0 |
1107 | 2024-11-18T23:50:28.351Z | Downloaded iana-time-zone v0.1.61 |
1108 | 2024-11-18T23:50:28.353Z | Downloaded scrypt v0.11.0 |
1109 | 2024-11-18T23:50:28.356Z | Downloaded scopeguard v1.2.0 |
1110 | 2024-11-18T23:50:28.356Z | Downloaded lru-cache v0.1.2 |
1111 | 2024-11-18T23:50:28.358Z | Downloaded base64 v0.13.1 |
1112 | 2024-11-18T23:50:28.360Z | Downloaded keccak v0.1.5 |
1113 | 2024-11-18T23:50:28.360Z | Downloaded internet-checksum v0.2.1 |
1114 | 2024-11-18T23:50:28.362Z | Downloaded bzip2 v0.4.4 |
1115 | 2024-11-18T23:50:28.365Z | Downloaded cassowary v0.3.0 |
1116 | 2024-11-18T23:50:28.365Z | Downloaded cexpr v0.6.0 |
1117 | 2024-11-18T23:50:28.367Z | Downloaded cancel-safe-futures v0.1.5 |
1118 | 2024-11-18T23:50:28.371Z | Downloaded cmake v0.1.51 |
1119 | 2024-11-18T23:50:28.374Z | Downloaded cstr-argument v0.1.2 |
1120 | 2024-11-18T23:50:28.374Z | Downloaded crc-catalog v2.4.0 |
1121 | 2024-11-18T23:50:28.374Z | Downloaded convert_case v0.4.0 |
1122 | 2024-11-18T23:50:28.374Z | Downloaded curve25519-dalek-derive v0.1.1 |
1123 | 2024-11-18T23:50:28.376Z | Downloaded chrono-tz-build v0.4.0 |
1124 | 2024-11-18T23:50:28.376Z | Downloaded indoc v1.0.9 |
1125 | 2024-11-18T23:50:28.379Z | Downloaded idna_adapter v1.2.0 |
1126 | 2024-11-18T23:50:28.381Z | Downloaded hyper-tls v0.6.0 |
1127 | 2024-11-18T23:50:28.381Z | Downloaded bb8 v0.8.5 |
1128 | 2024-11-18T23:50:28.384Z | Downloaded arc-swap v1.7.1 |
1129 | 2024-11-18T23:50:28.388Z | Downloaded array-init v0.0.4 |
1130 | 2024-11-18T23:50:28.392Z | Downloaded adler2 v2.0.0 |
1131 | 2024-11-18T23:50:28.487Z | Downloaded ring v0.17.8 |
1132 | 2024-11-18T23:50:28.595Z | Downloaded ring v0.16.20 |
1133 | 2024-11-18T23:50:28.678Z | Downloaded libsqlite3-sys v0.30.1 |
1134 | 2024-11-18T23:50:28.891Z | Downloaded aws-lc-sys v0.22.0 |
1135 | 2024-11-18T23:50:29.205Z | Compiling serde v1.0.215 |
1136 | 2024-11-18T23:50:29.208Z | Compiling lock_api v0.4.12 |
1137 | 2024-11-18T23:50:29.208Z | Compiling scopeguard v1.2.0 |
1138 | 2024-11-18T23:50:29.208Z | Compiling value-bag v1.9.0 |
1139 | 2024-11-18T23:50:29.208Z | Compiling typenum v1.17.0 |
1140 | 2024-11-18T23:50:29.208Z | Compiling generic-array v0.14.7 |
1141 | 2024-11-18T23:50:29.414Z | Compiling syn v2.0.87 |
1142 | 2024-11-18T23:50:29.431Z | Compiling getrandom v0.2.15 |
1143 | 2024-11-18T23:50:29.587Z | Compiling subtle v2.6.1 |
1144 | 2024-11-18T23:50:29.670Z | Compiling rand_core v0.6.4 |
1145 | 2024-11-18T23:50:29.902Z | Compiling log v0.4.22 |
1146 | 2024-11-18T23:50:29.934Z | Compiling shlex v1.3.0 |
1147 | 2024-11-18T23:50:29.955Z | Compiling jobserver v0.1.32 |
1148 | 2024-11-18T23:50:30.028Z | Compiling const-oid v0.9.6 |
1149 | 2024-11-18T23:50:30.212Z | Compiling smallvec v1.13.2 |
1150 | 2024-11-18T23:50:30.357Z | Compiling cc v1.1.30 |
1151 | 2024-11-18T23:50:30.375Z | Compiling spin v0.9.8 |
1152 | 2024-11-18T23:50:30.630Z | Compiling pin-project-lite v0.2.14 |
1153 | 2024-11-18T23:50:30.753Z | Compiling rustix v0.38.37 |
1154 | 2024-11-18T23:50:30.756Z | Compiling parking_lot_core v0.9.10 |
1155 | 2024-11-18T23:50:30.792Z | Compiling futures-core v0.3.31 |
1156 | 2024-11-18T23:50:30.903Z | Compiling signal-hook-registry v1.4.2 |
1157 | 2024-11-18T23:50:31.050Z | Compiling mio v1.0.2 |
1158 | 2024-11-18T23:50:31.688Z | Compiling parking_lot v0.12.3 |
1159 | 2024-11-18T23:50:31.722Z | Compiling aho-corasick v1.1.3 |
1160 | 2024-11-18T23:50:31.872Z | Compiling either v1.13.0 |
1161 | 2024-11-18T23:50:31.957Z | Compiling regex-syntax v0.8.5 |
1162 | 2024-11-18T23:50:32.052Z | Compiling cpufeatures v0.2.14 |
1163 | 2024-11-18T23:50:32.154Z | Compiling lazy_static v1.5.0 |
1164 | 2024-11-18T23:50:32.217Z | Compiling futures-sink v0.3.31 |
1165 | 2024-11-18T23:50:32.280Z | Compiling stable_deref_trait v1.2.0 |
1166 | 2024-11-18T23:50:32.308Z | Compiling glob v0.3.1 |
1167 | 2024-11-18T23:50:32.371Z | Compiling socket2 v0.5.7 |
1168 | 2024-11-18T23:50:32.395Z | Compiling slab v0.4.9 |
1169 | 2024-11-18T23:50:32.585Z | Compiling prettyplease v0.2.25 |
1170 | 2024-11-18T23:50:32.831Z | Compiling minimal-lexical v0.2.1 |
1171 | 2024-11-18T23:50:33.283Z | Compiling libloading v0.8.5 |
1172 | 2024-11-18T23:50:33.377Z | Compiling clang-sys v1.8.1 |
1173 | 2024-11-18T23:50:33.377Z | Compiling nom v7.1.3 |
1174 | 2024-11-18T23:50:33.418Z | Compiling serde_json v1.0.132 |
1175 | 2024-11-18T23:50:33.712Z | Compiling home v0.5.9 |
1176 | 2024-11-18T23:50:33.732Z | Compiling bindgen v0.69.5 |
1177 | 2024-11-18T23:50:34.060Z | Compiling futures-channel v0.3.31 |
1178 | 2024-11-18T23:50:34.535Z | Compiling itertools v0.12.1 |
1179 | 2024-11-18T23:50:34.598Z | Compiling lazycell v1.3.0 |
1180 | 2024-11-18T23:50:34.618Z | Compiling pin-utils v0.1.0 |
1181 | 2024-11-18T23:50:34.713Z | Compiling futures-task v0.3.31 |
1182 | 2024-11-18T23:50:34.776Z | Compiling allocator-api2 v0.2.18 |
1183 | 2024-11-18T23:50:35.029Z | Compiling futures-io v0.3.31 |
1184 | 2024-11-18T23:50:35.334Z | Compiling foldhash v0.1.3 |
1185 | 2024-11-18T23:50:35.588Z | Compiling rustc-hash v1.1.0 |
1186 | 2024-11-18T23:50:35.655Z | Compiling hashbrown v0.15.0 |
1187 | 2024-11-18T23:50:35.745Z | Compiling regex-automata v0.4.8 |
1188 | 2024-11-18T23:50:37.028Z | Compiling synstructure v0.13.1 |
1189 | 2024-11-18T23:50:37.481Z | Compiling cexpr v0.6.0 |
1190 | 2024-11-18T23:50:37.651Z | Compiling cmake v0.1.51 |
1191 | 2024-11-18T23:50:38.719Z | Compiling libm v0.2.8 |
1192 | 2024-11-18T23:50:38.739Z | Compiling tinyvec_macros v0.1.1 |
1193 | 2024-11-18T23:50:38.826Z | Compiling dunce v1.0.5 |
1194 | 2024-11-18T23:50:38.895Z | Compiling fs_extra v1.3.0 |
1195 | 2024-11-18T23:50:38.950Z | Compiling pkg-config v0.3.31 |
1196 | 2024-11-18T23:50:39.080Z | Compiling tinyvec v1.8.0 |
1197 | 2024-11-18T23:50:39.319Z | Compiling num-traits v0.2.19 |
1198 | 2024-11-18T23:50:39.819Z | Compiling ring v0.17.8 |
1199 | 2024-11-18T23:50:40.310Z | Compiling base64ct v1.6.0 |
1200 | 2024-11-18T23:50:40.484Z | Compiling unicode-bidi v0.3.17 |
1201 | 2024-11-18T23:50:40.604Z | Compiling unicode-normalization v0.1.24 |
1202 | 2024-11-18T23:50:40.877Z | Compiling writeable v0.5.5 |
1203 | 2024-11-18T23:50:40.896Z | Compiling paste v1.0.15 |
1204 | 2024-11-18T23:50:40.931Z | Compiling litemap v0.7.3 |
1205 | 2024-11-18T23:50:41.329Z | Compiling regex v1.11.1 |
1206 | 2024-11-18T23:50:41.471Z | Compiling pem-rfc7468 v0.7.0 |
1207 | 2024-11-18T23:50:41.892Z | Compiling flagset v0.4.6 |
1208 | 2024-11-18T23:50:42.094Z | Compiling aws-lc-rs v1.10.0 |
1209 | 2024-11-18T23:50:42.178Z | Compiling httparse v1.9.5 |
1210 | 2024-11-18T23:50:42.523Z | Compiling tracing-core v0.1.32 |
1211 | 2024-11-18T23:50:42.927Z | Compiling icu_locid_transform_data v1.5.0 |
1212 | 2024-11-18T23:50:43.038Z | Compiling crossbeam-utils v0.8.20 |
1213 | 2024-11-18T23:50:43.561Z | Compiling percent-encoding v2.3.1 |
1214 | 2024-11-18T23:50:43.644Z | Compiling rustls-pki-types v1.9.0 |
1215 | 2024-11-18T23:50:43.856Z | Compiling mirai-annotations v1.12.0 |
1216 | 2024-11-18T23:50:43.920Z | Compiling untrusted v0.9.0 |
1217 | 2024-11-18T23:50:44.056Z | Compiling time-core v0.1.2 |
1218 | 2024-11-18T23:50:44.078Z | Compiling serde_derive v1.0.215 |
1219 | 2024-11-18T23:50:44.097Z | Compiling zeroize_derive v1.4.2 |
1220 | 2024-11-18T23:50:44.225Z | Compiling zerocopy-derive v0.7.35 |
1221 | 2024-11-18T23:50:44.405Z | Compiling tokio-macros v2.4.0 |
1222 | 2024-11-18T23:50:44.738Z | Compiling zerofrom-derive v0.1.4 |
1223 | 2024-11-18T23:50:45.656Z | Compiling zeroize v1.8.1 |
1224 | 2024-11-18T23:50:46.032Z | Compiling thiserror-impl v1.0.69 |
1225 | 2024-11-18T23:50:46.121Z | Compiling yoke-derive v0.7.4 |
1226 | 2024-11-18T23:50:46.480Z | Compiling zerocopy v0.7.35 |
1227 | 2024-11-18T23:50:46.996Z | Compiling zerovec-derive v0.10.3 |
1228 | 2024-11-18T23:50:47.390Z | Compiling crypto-common v0.1.6 |
1229 | 2024-11-18T23:50:47.635Z | Compiling block-buffer v0.10.4 |
1230 | 2024-11-18T23:50:47.909Z | Compiling digest v0.10.7 |
1231 | 2024-11-18T23:50:48.190Z | Compiling futures-macro v0.3.31 |
1232 | 2024-11-18T23:50:48.465Z | Compiling hmac v0.12.1 |
1233 | 2024-11-18T23:50:48.682Z | Compiling block-padding v0.3.3 |
1234 | 2024-11-18T23:50:48.708Z | Compiling displaydoc v0.2.5 |
1235 | 2024-11-18T23:50:48.773Z | Compiling zerofrom v0.1.4 |
1236 | 2024-11-18T23:50:48.929Z | Compiling inout v0.1.3 |
1237 | 2024-11-18T23:50:49.003Z | Compiling sha2 v0.10.8 |
1238 | 2024-11-18T23:50:49.196Z | Compiling cipher v0.4.4 |
1239 | 2024-11-18T23:50:49.260Z | Compiling yoke v0.7.4 |
1240 | 2024-11-18T23:50:49.417Z | Compiling thiserror v1.0.69 |
1241 | 2024-11-18T23:50:49.564Z | Compiling ppv-lite86 v0.2.20 |
1242 | 2024-11-18T23:50:49.647Z | Compiling icu_provider_macros v1.5.0 |
1243 | 2024-11-18T23:50:49.687Z | Compiling der_derive v0.7.3 |
1244 | 2024-11-18T23:50:49.810Z | Compiling zerovec v0.10.4 |
1245 | 2024-11-18T23:50:50.207Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-18T23:50:50.373Z | Compiling rand_chacha v0.3.1 |
1247 | 2024-11-18T23:50:50.418Z | Compiling tracing-attributes v0.1.27 |
1248 | 2024-11-18T23:50:50.825Z | Compiling rand v0.8.5 |
1249 | 2024-11-18T23:50:52.046Z | Compiling tinystr v0.7.6 |
1250 | 2024-11-18T23:50:52.225Z | Compiling der v0.7.9 |
1251 | 2024-11-18T23:50:52.502Z | Compiling icu_locid v1.5.0 |
1252 | 2024-11-18T23:50:52.523Z | Compiling icu_collections v1.5.0 |
1253 | 2024-11-18T23:50:52.660Z | Compiling salsa20 v0.10.2 |
1254 | 2024-11-18T23:50:52.890Z | Compiling pest v2.7.14 |
1255 | 2024-11-18T23:50:53.093Z | Compiling pbkdf2 v0.12.2 |
1256 | 2024-11-18T23:50:53.257Z | Compiling untrusted v0.7.1 |
1257 | 2024-11-18T23:50:53.442Z | Compiling icu_properties_data v1.5.0 |
1258 | 2024-11-18T23:50:53.720Z | Compiling vcpkg v0.2.15 |
1259 | 2024-11-18T23:50:54.130Z | Compiling icu_provider v1.5.0 |
1260 | 2024-11-18T23:50:54.271Z | Compiling tracing v0.1.40 |
1261 | 2024-11-18T23:50:54.811Z | Compiling icu_locid_transform v1.5.0 |
1262 | 2024-11-18T23:50:55.041Z | Compiling spki v0.7.3 |
1263 | 2024-11-18T23:50:55.213Z | Compiling powerfmt v0.2.0 |
1264 | 2024-11-18T23:50:55.431Z | Compiling num-conv v0.1.0 |
1265 | 2024-11-18T23:50:55.572Z | Compiling deranged v0.3.11 |
1266 | 2024-11-18T23:50:55.623Z | Compiling pest_meta v2.7.14 |
1267 | 2024-11-18T23:50:55.713Z | Compiling time-macros v0.2.18 |
1268 | 2024-11-18T23:50:55.848Z | Compiling openssl-sys v0.9.104 |
1269 | 2024-11-18T23:50:55.987Z | Compiling icu_properties v1.5.1 |
1270 | 2024-11-18T23:50:56.382Z | Compiling scrypt v0.11.0 |
1271 | 2024-11-18T23:50:56.947Z | Compiling cbc v0.1.2 |
1272 | 2024-11-18T23:50:56.973Z | Compiling aes v0.8.4 |
1273 | 2024-11-18T23:50:57.461Z | Compiling scroll_derive v0.12.0 |
1274 | 2024-11-18T23:50:58.637Z | Compiling bitflags v2.6.0 |
1275 | 2024-11-18T23:50:58.783Z | Compiling bytes v1.8.0 |
1276 | 2024-11-18T23:50:59.059Z | Compiling indexmap v2.6.0 |
1277 | 2024-11-18T23:50:59.865Z | Compiling tokio v1.40.0 |
1278 | 2024-11-18T23:51:00.095Z | Compiling http v1.1.0 |
1279 | 2024-11-18T23:51:00.554Z | Compiling semver v1.0.23 |
1280 | 2024-11-18T23:51:00.704Z | Compiling write16 v1.0.0 |
1281 | 2024-11-18T23:51:00.844Z | Compiling atomic-waker v1.1.2 |
1282 | 2024-11-18T23:51:00.927Z | Compiling icu_normalizer_data v1.5.0 |
1283 | 2024-11-18T23:51:00.987Z | Compiling utf16_iter v1.0.5 |
1284 | 2024-11-18T23:51:01.028Z | Compiling rustc_version v0.4.1 |
1285 | 2024-11-18T23:51:01.046Z | Compiling num_threads v0.1.7 |
1286 | 2024-11-18T23:51:01.172Z | Compiling utf8_iter v1.0.4 |
1287 | 2024-11-18T23:51:01.193Z | Compiling time v0.3.36 |
1288 | 2024-11-18T23:51:01.309Z | Compiling scroll v0.12.0 |
1289 | 2024-11-18T23:51:01.407Z | Compiling icu_normalizer v1.5.0 |
1290 | 2024-11-18T23:51:01.789Z | Compiling http-body v1.0.1 |
1291 | 2024-11-18T23:51:01.866Z | Compiling pkcs5 v0.7.1 |
1292 | 2024-11-18T23:51:02.118Z | Compiling pest_generator v2.7.14 |
1293 | 2024-11-18T23:51:02.300Z | Compiling form_urlencoded v1.2.1 |
1294 | 2024-11-18T23:51:02.526Z | Compiling try-lock v0.2.5 |
1295 | 2024-11-18T23:51:02.631Z | Compiling slog v2.7.0 |
1296 | 2024-11-18T23:51:02.679Z | Compiling want v0.3.1 |
1297 | 2024-11-18T23:51:02.976Z | Compiling which v4.4.2 |
1298 | 2024-11-18T23:51:03.091Z | Compiling goblin v0.8.2 |
1299 | 2024-11-18T23:51:03.250Z | Compiling pkcs8 v0.10.2 |
1300 | 2024-11-18T23:51:03.657Z | Compiling idna_adapter v1.2.0 |
1301 | 2024-11-18T23:51:03.888Z | Compiling httpdate v1.0.3 |
1302 | 2024-11-18T23:51:03.959Z | Compiling idna v1.0.3 |
1303 | 2024-11-18T23:51:04.179Z | Compiling pest_derive v2.7.14 |
1304 | 2024-11-18T23:51:04.366Z | Compiling serde_tokenstream v0.2.2 |
1305 | 2024-11-18T23:51:04.971Z | Compiling dtrace-parser v0.2.0 |
1306 | 2024-11-18T23:51:04.991Z | Compiling toml_datetime v0.6.8 |
1307 | 2024-11-18T23:51:05.196Z | Compiling uuid v1.11.0 |
1308 | 2024-11-18T23:51:05.540Z | Compiling serde_spanned v0.6.8 |
1309 | 2024-11-18T23:51:05.766Z | Compiling rustversion v1.0.17 |
1310 | 2024-11-18T23:51:05.864Z | Compiling openssl v0.10.68 |
1311 | 2024-11-18T23:51:06.284Z | Compiling foreign-types-shared v0.1.1 |
1312 | 2024-11-18T23:51:06.401Z | Compiling tower-service v0.3.3 |
1313 | 2024-11-18T23:51:06.485Z | Compiling adler2 v2.0.0 |
1314 | 2024-11-18T23:51:06.533Z | Compiling iana-time-zone v0.1.61 |
1315 | 2024-11-18T23:51:06.560Z | Compiling match_cfg v0.1.0 |
1316 | 2024-11-18T23:51:06.579Z | Compiling base64 v0.22.1 |
1317 | 2024-11-18T23:51:06.651Z | Compiling hostname v0.3.1 |
1318 | 2024-11-18T23:51:06.691Z | Compiling chrono v0.4.38 |
1319 | 2024-11-18T23:51:06.909Z | Compiling miniz_oxide v0.8.0 |
1320 | 2024-11-18T23:51:07.050Z | Compiling foreign-types v0.3.2 |
1321 | 2024-11-18T23:51:07.146Z | Compiling url v2.5.3 |
1322 | 2024-11-18T23:51:07.327Z | Compiling openssl-macros v0.1.1 |
1323 | 2024-11-18T23:51:08.098Z | Compiling async-trait v0.1.83 |
1324 | 2024-11-18T23:51:08.455Z | Compiling tokio-util v0.7.12 |
1325 | 2024-11-18T23:51:08.580Z | Compiling dirs-sys-next v0.1.2 |
1326 | 2024-11-18T23:51:09.224Z | Compiling dof v0.3.0 |
1327 | 2024-11-18T23:51:09.245Z | Compiling native-tls v0.2.12 |
1328 | 2024-11-18T23:51:09.563Z | Compiling h2 v0.4.6 |
1329 | 2024-11-18T23:51:09.879Z | Compiling siphasher v0.3.11 |
1330 | 2024-11-18T23:51:10.266Z | Compiling usdt-impl v0.5.0 |
1331 | 2024-11-18T23:51:10.429Z | Compiling rustls v0.23.14 |
1332 | 2024-11-18T23:51:10.689Z | Compiling syn v1.0.109 |
1333 | 2024-11-18T23:51:10.869Z | Compiling data-encoding v2.6.0 |
1334 | 2024-11-18T23:51:11.291Z | Compiling rustls v0.22.4 |
1335 | 2024-11-18T23:51:11.500Z | Compiling dirs-next v2.0.0 |
1336 | 2024-11-18T23:51:11.846Z | Compiling http-body-util v0.1.2 |
1337 | 2024-11-18T23:51:12.399Z | Compiling heapless v0.7.17 |
1338 | 2024-11-18T23:51:12.843Z | Compiling crossbeam-epoch v0.9.18 |
1339 | 2024-11-18T23:51:13.166Z | Compiling sha1 v0.10.6 |
1340 | 2024-11-18T23:51:13.277Z | Compiling signature v2.2.0 |
1341 | 2024-11-18T23:51:13.411Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1342 | 2024-11-18T23:51:13.582Z | Compiling serde_derive_internals v0.29.1 |
1343 | 2024-11-18T23:51:13.619Z | Compiling thread_local v1.1.8 |
1344 | 2024-11-18T23:51:13.639Z | Compiling encoding_rs v0.8.34 |
1345 | 2024-11-18T23:51:13.912Z | Compiling multer v3.1.0 |
1346 | 2024-11-18T23:51:14.165Z | Compiling cookie v0.18.1 |
1347 | 2024-11-18T23:51:14.192Z | Compiling rayon-core v1.12.1 |
1348 | 2024-11-18T23:51:14.462Z | Compiling unicode-properties v0.1.3 |
1349 | 2024-11-18T23:51:14.477Z | Compiling gimli v0.31.1 |
1350 | 2024-11-18T23:51:15.041Z | Compiling signal-hook v0.3.17 |
1351 | 2024-11-18T23:51:15.204Z | Compiling slog-async v2.8.0 |
1352 | 2024-11-18T23:51:15.609Z | Compiling schemars v0.8.21 |
1353 | 2024-11-18T23:51:15.722Z | Compiling mime v0.3.17 |
1354 | 2024-11-18T23:51:15.904Z | Compiling ipnet v2.10.1 |
1355 | 2024-11-18T23:51:16.268Z | Compiling openssl-probe v0.1.5 |
1356 | 2024-11-18T23:51:16.403Z | Compiling hyper v1.5.0 |
1357 | 2024-11-18T23:51:16.628Z | Compiling schemars_derive v0.8.21 |
1358 | 2024-11-18T23:51:17.308Z | Compiling stringprep v0.1.5 |
1359 | 2024-11-18T23:51:18.787Z | Compiling toml_edit v0.22.22 |
1360 | 2024-11-18T23:51:18.915Z | Compiling hyper-util v0.1.10 |
1361 | 2024-11-18T23:51:19.709Z | Compiling addr2line v0.24.2 |
1362 | 2024-11-18T23:51:20.097Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-11-18T23:51:20.390Z | Compiling usdt-attr-macro v0.5.0 |
1364 | 2024-11-18T23:51:20.482Z | Compiling crossbeam-deque v0.8.5 |
1365 | 2024-11-18T23:51:20.689Z | Compiling term v0.7.0 |
1366 | 2024-11-18T23:51:21.427Z | Compiling slog-json v2.6.1 |
1367 | 2024-11-18T23:51:21.546Z | Compiling serde_urlencoded v0.7.1 |
1368 | 2024-11-18T23:51:21.832Z | Compiling curve25519-dalek v4.1.3 |
1369 | 2024-11-18T23:51:21.859Z | Compiling crossbeam-channel v0.5.13 |
1370 | 2024-11-18T23:51:21.921Z | Compiling futures-executor v0.3.31 |
1371 | 2024-11-18T23:51:22.051Z | Compiling enum-as-inner v0.6.1 |
1372 | 2024-11-18T23:51:22.233Z | Compiling md-5 v0.10.6 |
1373 | 2024-11-18T23:51:22.414Z | Compiling rustls-pemfile v2.2.0 |
1374 | 2024-11-18T23:51:22.494Z | Compiling async-stream-impl v0.3.6 |
1375 | 2024-11-18T23:51:22.506Z | Compiling num-integer v0.1.46 |
1376 | 2024-11-18T23:51:22.732Z | Compiling idna v0.4.0 |
1377 | 2024-11-18T23:51:22.926Z | Compiling idna v0.3.0 |
1378 | 2024-11-18T23:51:23.104Z | Compiling hash32 v0.2.1 |
1379 | 2024-11-18T23:51:23.297Z | Compiling ff v0.13.0 |
1380 | 2024-11-18T23:51:23.519Z | Compiling is-terminal v0.4.13 |
1381 | 2024-11-18T23:51:23.539Z | Compiling dropshot v0.12.0 |
1382 | 2024-11-18T23:51:23.647Z | Compiling object v0.36.5 |
1383 | 2024-11-18T23:51:23.818Z | Compiling linked-hash-map v0.5.6 |
1384 | 2024-11-18T23:51:23.907Z | Compiling dyn-clone v1.0.17 |
1385 | 2024-11-18T23:51:24.147Z | Compiling quick-error v1.2.3 |
1386 | 2024-11-18T23:51:24.205Z | Compiling base16ct v0.2.0 |
1387 | 2024-11-18T23:51:24.304Z | Compiling portable-atomic v1.9.0 |
1388 | 2024-11-18T23:51:24.481Z | Compiling utf-8 v0.7.6 |
1389 | 2024-11-18T23:51:24.532Z | Compiling fallible-iterator v0.2.0 |
1390 | 2024-11-18T23:51:24.700Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-18T23:51:24.814Z | Compiling smoltcp v0.9.1 |
1392 | 2024-11-18T23:51:25.228Z | Compiling num-bigint-dig v0.8.4 |
1393 | 2024-11-18T23:51:25.337Z | Compiling rustc-demangle v0.1.24 |
1394 | 2024-11-18T23:51:25.350Z | Compiling take_mut v0.2.2 |
1395 | 2024-11-18T23:51:25.514Z | Compiling psl-types v2.0.11 |
1396 | 2024-11-18T23:51:25.696Z | Compiling publicsuffix v2.2.3 |
1397 | 2024-11-18T23:51:25.978Z | Compiling postgres-protocol v0.6.7 |
1398 | 2024-11-18T23:51:26.026Z | Compiling tungstenite v0.24.0 |
1399 | 2024-11-18T23:51:26.285Z | Compiling sec1 v0.7.3 |
1400 | 2024-11-18T23:51:26.803Z | Compiling resolv-conf v0.7.0 |
1401 | 2024-11-18T23:51:26.876Z | Compiling lru-cache v0.1.2 |
1402 | 2024-11-18T23:51:27.072Z | Compiling async-stream v0.3.6 |
1403 | 2024-11-18T23:51:27.386Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-18T23:51:27.406Z | Compiling slog-term v2.9.1 |
1405 | 2024-11-18T23:51:27.608Z | Compiling usdt v0.5.0 |
1406 | 2024-11-18T23:51:28.168Z | Compiling group v0.13.0 |
1407 | 2024-11-18T23:51:28.501Z | Compiling num-iter v0.1.45 |
1408 | 2024-11-18T23:51:28.721Z | Compiling futures v0.3.31 |
1409 | 2024-11-18T23:51:28.805Z | Compiling toml v0.8.19 |
1410 | 2024-11-18T23:51:28.845Z | Compiling slog-bunyan v2.5.0 |
1411 | 2024-11-18T23:51:30.676Z | Compiling tokio-native-tls v0.3.1 |
1412 | 2024-11-18T23:51:30.913Z | Compiling backtrace v0.3.74 |
1413 | 2024-11-18T23:51:31.011Z | Compiling camino v1.1.9 |
1414 | 2024-11-18T23:51:31.716Z | Compiling phf_shared v0.11.2 |
1415 | 2024-11-18T23:51:31.769Z | Compiling dropshot_endpoint v0.12.0 |
1416 | 2024-11-18T23:51:31.946Z | Compiling terminal_size v0.4.0 |
1417 | 2024-11-18T23:51:32.018Z | Compiling openapiv3 v2.0.0 |
1418 | 2024-11-18T23:51:32.098Z | Compiling waitgroup v0.1.2 |
1419 | 2024-11-18T23:51:32.159Z | Compiling serde_path_to_error v0.1.16 |
1420 | 2024-11-18T23:51:32.329Z | Compiling hkdf v0.12.4 |
1421 | 2024-11-18T23:51:32.592Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-11-18T23:51:33.061Z | Compiling webpki-roots v0.26.6 |
1423 | 2024-11-18T23:51:33.289Z | Compiling zerocopy-derive v0.6.6 |
1424 | 2024-11-18T23:51:34.620Z | Compiling curve25519-dalek-derive v0.1.1 |
1425 | 2024-11-18T23:51:35.086Z | Compiling hubpack_derive v0.1.1 |
1426 | 2024-11-18T23:51:35.582Z | Compiling idna v0.5.0 |
1427 | 2024-11-18T23:51:35.991Z | Compiling hostname v0.4.0 |
1428 | 2024-11-18T23:51:36.158Z | Compiling ahash v0.8.11 |
1429 | 2024-11-18T23:51:36.273Z | Compiling fs-err v2.11.0 |
1430 | 2024-11-18T23:51:36.425Z | Compiling crc32fast v1.4.2 |
1431 | 2024-11-18T23:51:36.491Z | Compiling managed v0.8.0 |
1432 | 2024-11-18T23:51:36.526Z | Compiling bitflags v1.3.2 |
1433 | 2024-11-18T23:51:36.562Z | Compiling winnow v0.5.40 |
1434 | 2024-11-18T23:51:36.632Z | Compiling debug-ignore v1.0.5 |
1435 | 2024-11-18T23:51:36.762Z | Compiling flate2 v1.0.34 |
1436 | 2024-11-18T23:51:36.787Z | Compiling console v0.15.8 |
1437 | 2024-11-18T23:51:37.209Z | Compiling clap_builder v4.5.21 |
1438 | 2024-11-18T23:51:37.699Z | Compiling strum_macros v0.25.3 |
1439 | 2024-11-18T23:51:37.905Z | Compiling cookie_store v0.21.0 |
1440 | 2024-11-18T23:51:38.630Z | Compiling hubpack v0.1.2 |
1441 | 2024-11-18T23:51:39.092Z | Compiling elliptic-curve v0.13.8 |
1442 | 2024-11-18T23:51:39.122Z | Compiling zerocopy v0.6.6 |
1443 | 2024-11-18T23:51:39.584Z | Compiling hickory-resolver v0.24.1 |
1444 | 2024-11-18T23:51:39.949Z | Compiling phf v0.11.2 |
1445 | 2024-11-18T23:51:40.248Z | Compiling toml_edit v0.19.15 |
1446 | 2024-11-18T23:51:40.425Z | Compiling signal-hook-mio v0.2.4 |
1447 | 2024-11-18T23:51:40.587Z | Compiling hyper-tls v0.6.0 |
1448 | 2024-11-18T23:51:40.921Z | Compiling rayon v1.10.0 |
1449 | 2024-11-18T23:51:41.015Z | Compiling bzip2 v0.4.4 |
1450 | 2024-11-18T23:51:41.918Z | Compiling tokio-tungstenite v0.24.0 |
1451 | 2024-11-18T23:51:42.469Z | Compiling postgres-types v0.2.8 |
1452 | 2024-11-18T23:51:45.439Z | Compiling ed25519 v2.2.3 |
1453 | 2024-11-18T23:51:45.850Z | Compiling phf_shared v0.10.0 |
1454 | 2024-11-18T23:51:46.256Z | Compiling tokio-stream v0.1.16 |
1455 | 2024-11-18T23:51:46.379Z | Compiling pkcs1 v0.7.5 |
1456 | 2024-11-18T23:51:46.532Z | Compiling serde-big-array v0.5.1 |
1457 | 2024-11-18T23:51:46.631Z | Compiling clap_derive v4.5.18 |
1458 | 2024-11-18T23:51:46.777Z | Compiling rfc6979 v0.4.0 |
1459 | 2024-11-18T23:51:46.970Z | Compiling serde_repr v0.1.19 |
1460 | 2024-11-18T23:51:47.304Z | Compiling derive-where v1.2.7 |
1461 | 2024-11-18T23:51:47.340Z | Compiling float-cmp v0.9.0 |
1462 | 2024-11-18T23:51:47.371Z | Compiling bstr v1.10.0 |
1463 | 2024-11-18T23:51:47.581Z | Compiling sync_wrapper v1.0.1 |
1464 | 2024-11-18T23:51:47.745Z | Compiling precomputed-hash v0.1.1 |
1465 | 2024-11-18T23:51:47.862Z | Compiling fixedbitset v0.4.2 |
1466 | 2024-11-18T23:51:48.212Z | Compiling difflib v0.4.0 |
1467 | 2024-11-18T23:51:48.312Z | Compiling static_assertions v1.1.0 |
1468 | 2024-11-18T23:51:48.336Z | Compiling unicode-segmentation v1.12.0 |
1469 | 2024-11-18T23:51:48.422Z | Compiling new_debug_unreachable v1.0.6 |
1470 | 2024-11-18T23:51:48.523Z | Compiling normalize-line-endings v0.3.0 |
1471 | 2024-11-18T23:51:48.652Z | Compiling unicode-width v0.2.0 |
1472 | 2024-11-18T23:51:49.176Z | Compiling number_prefix v0.4.0 |
1473 | 2024-11-18T23:51:49.197Z | Compiling predicates-core v1.0.8 |
1474 | 2024-11-18T23:51:49.226Z | Compiling whoami v1.5.2 |
1475 | 2024-11-18T23:51:49.406Z | Compiling bit-vec v0.6.3 |
1476 | 2024-11-18T23:51:49.558Z | Compiling tokio-postgres v0.7.12 |
1477 | 2024-11-18T23:51:49.825Z | Compiling bit-set v0.5.3 |
1478 | 2024-11-18T23:51:49.879Z | Compiling predicates v3.1.2 |
1479 | 2024-11-18T23:51:49.881Z | Compiling indicatif v0.17.9 |
1480 | 2024-11-18T23:51:50.103Z | Compiling similar v2.6.0 |
1481 | 2024-11-18T23:51:50.862Z | Compiling string_cache v0.8.7 |
1482 | 2024-11-18T23:51:51.311Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1483 | 2024-11-18T23:51:51.645Z | Compiling petgraph v0.6.5 |
1484 | 2024-11-18T23:51:51.710Z | Compiling clap v4.5.21 |
1485 | 2024-11-18T23:51:51.835Z | Compiling ecdsa v0.16.9 |
1486 | 2024-11-18T23:51:52.153Z | Compiling rsa v0.9.6 |
1487 | 2024-11-18T23:51:52.530Z | Compiling ed25519-dalek v2.1.1 |
1488 | 2024-11-18T23:51:52.643Z | Compiling toml v0.7.8 |
1489 | 2024-11-18T23:51:53.852Z | Compiling zip v0.6.6 |
1490 | 2024-11-18T23:51:54.502Z | Compiling crossterm v0.28.1 |
1491 | 2024-11-18T23:51:55.799Z | Compiling hex v0.4.3 |
1492 | 2024-11-18T23:51:55.846Z | Compiling x509-cert v0.2.5 |
1493 | 2024-11-18T23:51:55.977Z | Compiling itertools v0.10.5 |
1494 | 2024-11-18T23:51:56.420Z | Compiling peg-runtime v0.8.3 |
1495 | 2024-11-18T23:51:56.422Z | Compiling lalrpop-util v0.19.12 |
1496 | 2024-11-18T23:51:56.783Z | Compiling unicode-xid v0.2.6 |
1497 | 2024-11-18T23:51:56.977Z | Compiling strum_macros v0.26.4 |
1498 | 2024-11-18T23:51:57.086Z | Compiling xattr v1.3.1 |
1499 | 2024-11-18T23:51:57.354Z | Compiling filetime v0.2.25 |
1500 | 2024-11-18T23:51:57.676Z | Compiling tar v0.4.43 |
1501 | 2024-11-18T23:52:01.960Z | Compiling strum v0.26.3 |
1502 | 2024-11-18T23:52:04.686Z | Compiling aws-lc-sys v0.22.0 |
1503 | 2024-11-18T23:52:32.837Z | Compiling rustls-webpki v0.102.8 |
1504 | 2024-11-18T23:52:36.184Z | Compiling tokio-rustls v0.25.0 |
1505 | 2024-11-18T23:52:37.817Z | Compiling tokio-rustls v0.26.0 |
1506 | 2024-11-18T23:52:38.138Z | Compiling hyper-rustls v0.27.3 |
1507 | 2024-11-18T23:52:38.571Z | Compiling reqwest v0.12.9 |
1508 | 2024-11-18T23:52:39.670Z | Compiling qorb v0.2.0 |
1509 | 2024-11-18T23:52:44.486Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1510 | 2024-11-18T23:52:44.719Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1511 | 2024-11-18T23:52:50.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1512 | 2024-11-18T23:52:50.642Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1513 | 2024-11-18T23:52:50.693Z | Nov 18 23:52:50.309 INFO Starting download, target: Clickhouse |
1514 | 2024-11-18T23:52:50.693Z | Nov 18 23:52:50.309 INFO Starting download, target: Console |
1515 | 2024-11-18T23:52:50.693Z | Nov 18 23:52:50.309 INFO Starting download, target: Cockroach |
1516 | 2024-11-18T23:52:50.693Z | Nov 18 23:52:50.309 INFO Starting download, target: DendriteOpenapi |
1517 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.309 INFO Starting download, target: DendriteStub |
1518 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.309 INFO Starting download, target: MaghemiteMgd |
1519 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.309 INFO Starting download, target: TransceiverControl |
1520 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1521 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1522 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1523 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1524 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1525 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1526 | 2024-11-18T23:52:50.696Z | Nov 18 23:52:50.310 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1527 | 2024-11-18T23:52:50.953Z | Nov 18 23:52:50.540 INFO Download complete, target: DendriteOpenapi |
1528 | 2024-11-18T23:52:51.016Z | Nov 18 23:52:50.599 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1529 | 2024-11-18T23:52:51.293Z | Nov 18 23:52:50.878 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1530 | 2024-11-18T23:52:51.605Z | Nov 18 23:52:51.216 INFO Download complete, target: Console |
1531 | 2024-11-18T23:52:51.637Z | Nov 18 23:52:51.237 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1532 | 2024-11-18T23:52:51.658Z | Nov 18 23:52:51.271 INFO Download complete, target: TransceiverControl |
1533 | 2024-11-18T23:52:51.711Z | Nov 18 23:52:51.324 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1534 | 2024-11-18T23:52:52.100Z | Nov 18 23:52:51.716 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1535 | 2024-11-18T23:52:52.101Z | Nov 18 23:52:51.716 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1536 | 2024-11-18T23:52:52.662Z | Nov 18 23:52:52.278 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1537 | 2024-11-18T23:52:54.423Z | Nov 18 23:52:54.039 INFO Download complete, target: DendriteStub |
1538 | 2024-11-18T23:52:54.627Z | Nov 18 23:52:54.243 INFO Download complete, target: MaghemiteMgd |
1539 | 2024-11-18T23:52:59.585Z | Nov 18 23:52:59.200 INFO Checking that binary works, target: Cockroach |
1540 | 2024-11-18T23:52:59.742Z | Nov 18 23:52:59.357 INFO Download complete, target: Cockroach |
1541 | 2024-11-18T23:53:04.891Z | Nov 18 23:53:04.505 INFO Checking that binary works, target: Clickhouse |
1542 | 2024-11-18T23:53:05.472Z | Nov 18 23:53:05.088 INFO Download complete, target: Clickhouse |
1543 | 2024-11-18T23:53:05.480Z | All prerequisites installed successfully |
1544 | 2024-11-18T23:53:05.482Z | |
1545 | 2024-11-18T23:53:05.482Z | real 4:46.838146107 |
1546 | 2024-11-18T23:53:05.482Z | user 16:21.830374292 |
1547 | 2024-11-18T23:53:05.482Z | sys 3:14.752534399 |
1548 | 2024-11-18T23:53:05.483Z | trap 0.534885387 |
1549 | 2024-11-18T23:53:05.483Z | tflt 1.593260842 |
1550 | 2024-11-18T23:53:05.483Z | dflt 2.873110320 |
1551 | 2024-11-18T23:53:05.483Z | kflt 0.022582241 |
1552 | 2024-11-18T23:53:05.483Z | lock 30:17.484774022 |
1553 | 2024-11-18T23:53:05.483Z | slp 1:01:03.296219406 |
1554 | 2024-11-18T23:53:05.483Z | lat 57.098985657 |
1555 | 2024-11-18T23:53:05.483Z | stop 2:21.604055389 |
1556 | 2024-11-18T23:53:05.483Z | + ptime -m cargo xtask download softnpu |
1557 | 2024-11-18T23:53:06.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1558 | 2024-11-18T23:53:06.043Z | Running `target/debug/xtask download softnpu` |
1559 | 2024-11-18T23:53:06.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1560 | 2024-11-18T23:53:06.910Z | Running `target/debug/xtask-downloader softnpu` |
1561 | 2024-11-18T23:53:06.946Z | Nov 18 23:53:06.561 INFO Starting download, target: Softnpu |
1562 | 2024-11-18T23:53:06.950Z | Nov 18 23:53:06.562 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1563 | 2024-11-18T23:53:07.732Z | Nov 18 23:53:07.347 INFO Download complete, target: Softnpu |
1564 | 2024-11-18T23:53:07.736Z | |
1565 | 2024-11-18T23:53:07.738Z | real 2.248263439 |
1566 | 2024-11-18T23:53:07.738Z | user 1.279852679 |
1567 | 2024-11-18T23:53:07.738Z | sys 0.529454657 |
1568 | 2024-11-18T23:53:07.738Z | trap 0.000597314 |
1569 | 2024-11-18T23:53:07.738Z | tflt 0.000032047 |
1570 | 2024-11-18T23:53:07.738Z | dflt 0.000001649 |
1571 | 2024-11-18T23:53:07.738Z | kflt 0.000000000 |
1572 | 2024-11-18T23:53:07.738Z | lock 8.081495643 |
1573 | 2024-11-18T23:53:07.738Z | slp 0.596650412 |
1574 | 2024-11-18T23:53:07.739Z | lat 0.068655874 |
1575 | 2024-11-18T23:53:07.739Z | stop 0.000166873 |
1576 | 2024-11-18T23:53:07.739Z | + export CARGO_INCREMENTAL=0 |
1577 | 2024-11-18T23:53:07.739Z | + CARGO_INCREMENTAL=0 |
1578 | 2024-11-18T23:53:07.739Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1579 | 2024-11-18T23:53:08.675Z | Compiling proc-macro2 v1.0.89 |
1580 | 2024-11-18T23:53:08.675Z | Compiling unicode-ident v1.0.13 |
1581 | 2024-11-18T23:53:08.675Z | Compiling libc v0.2.162 |
1582 | 2024-11-18T23:53:08.675Z | Compiling serde v1.0.215 |
1583 | 2024-11-18T23:53:08.678Z | Compiling autocfg v1.4.0 |
1584 | 2024-11-18T23:53:08.678Z | Compiling version_check v0.9.5 |
1585 | 2024-11-18T23:53:08.678Z | Compiling cfg-if v1.0.0 |
1586 | 2024-11-18T23:53:08.895Z | Compiling memchr v2.7.4 |
1587 | 2024-11-18T23:53:08.947Z | Compiling shlex v1.3.0 |
1588 | 2024-11-18T23:53:08.947Z | Compiling typenum v1.17.0 |
1589 | 2024-11-18T23:53:09.347Z | Compiling value-bag v1.9.0 |
1590 | 2024-11-18T23:53:09.394Z | Compiling scopeguard v1.2.0 |
1591 | 2024-11-18T23:53:09.564Z | Compiling generic-array v0.14.7 |
1592 | 2024-11-18T23:53:09.661Z | Compiling lock_api v0.4.12 |
1593 | 2024-11-18T23:53:09.827Z | Compiling log v0.4.22 |
1594 | 2024-11-18T23:53:09.888Z | Compiling parking_lot_core v0.9.10 |
1595 | 2024-11-18T23:53:10.288Z | Compiling once_cell v1.20.2 |
1596 | 2024-11-18T23:53:10.314Z | Compiling serde_json v1.0.132 |
1597 | 2024-11-18T23:53:10.557Z | Compiling quote v1.0.37 |
1598 | 2024-11-18T23:53:10.627Z | Compiling rustix v0.38.37 |
1599 | 2024-11-18T23:53:10.659Z | Compiling libm v0.2.8 |
1600 | 2024-11-18T23:53:10.729Z | Compiling jobserver v0.1.32 |
1601 | 2024-11-18T23:53:10.921Z | Compiling getrandom v0.2.15 |
1602 | 2024-11-18T23:53:10.997Z | Compiling syn v2.0.87 |
1603 | 2024-11-18T23:53:11.201Z | Compiling cc v1.1.30 |
1604 | 2024-11-18T23:53:11.262Z | Compiling thiserror v1.0.69 |
1605 | 2024-11-18T23:53:11.279Z | Compiling num-traits v0.2.19 |
1606 | 2024-11-18T23:53:11.458Z | Compiling itoa v1.0.11 |
1607 | 2024-11-18T23:53:11.474Z | Compiling spin v0.9.8 |
1608 | 2024-11-18T23:53:11.492Z | Compiling aho-corasick v1.1.3 |
1609 | 2024-11-18T23:53:11.553Z | Compiling regex-syntax v0.8.5 |
1610 | 2024-11-18T23:53:11.742Z | Compiling slab v0.4.9 |
1611 | 2024-11-18T23:53:12.041Z | Compiling byteorder v1.5.0 |
1612 | 2024-11-18T23:53:12.210Z | Compiling errno v0.3.9 |
1613 | 2024-11-18T23:53:12.498Z | Compiling rand_core v0.6.4 |
1614 | 2024-11-18T23:53:12.502Z | Compiling either v1.13.0 |
1615 | 2024-11-18T23:53:12.534Z | Compiling lazy_static v1.5.0 |
1616 | 2024-11-18T23:53:12.960Z | Compiling glob v0.3.1 |
1617 | 2024-11-18T23:53:13.331Z | Compiling prettyplease v0.2.25 |
1618 | 2024-11-18T23:53:13.754Z | Compiling clang-sys v1.8.1 |
1619 | 2024-11-18T23:53:13.841Z | Compiling minimal-lexical v0.2.1 |
1620 | 2024-11-18T23:53:13.942Z | Compiling libloading v0.8.5 |
1621 | 2024-11-18T23:53:14.313Z | Compiling nom v7.1.3 |
1622 | 2024-11-18T23:53:14.334Z | Compiling home v0.5.9 |
1623 | 2024-11-18T23:53:14.425Z | Compiling subtle v2.6.1 |
1624 | 2024-11-18T23:53:14.626Z | Compiling allocator-api2 v0.2.18 |
1625 | 2024-11-18T23:53:14.717Z | Compiling bindgen v0.69.5 |
1626 | 2024-11-18T23:53:15.062Z | Compiling itertools v0.12.1 |
1627 | 2024-11-18T23:53:15.115Z | Compiling regex-automata v0.4.8 |
1628 | 2024-11-18T23:53:15.409Z | Compiling semver v1.0.23 |
1629 | 2024-11-18T23:53:15.861Z | Compiling smallvec v1.13.2 |
1630 | 2024-11-18T23:53:15.895Z | Compiling rustc-hash v1.1.0 |
1631 | 2024-11-18T23:53:16.056Z | Compiling lazycell v1.3.0 |
1632 | 2024-11-18T23:53:16.226Z | Compiling cmake v0.1.51 |
1633 | 2024-11-18T23:53:16.529Z | Compiling dunce v1.0.5 |
1634 | 2024-11-18T23:53:16.666Z | Compiling fs_extra v1.3.0 |
1635 | 2024-11-18T23:53:17.792Z | Compiling cexpr v0.6.0 |
1636 | 2024-11-18T23:53:17.795Z | Compiling pkg-config v0.3.31 |
1637 | 2024-11-18T23:53:17.894Z | Compiling ring v0.17.8 |
1638 | 2024-11-18T23:53:18.264Z | Compiling ryu v1.0.18 |
1639 | 2024-11-18T23:53:18.480Z | Compiling pin-project-lite v0.2.14 |
1640 | 2024-11-18T23:53:18.547Z | Compiling synstructure v0.13.1 |
1641 | 2024-11-18T23:53:18.882Z | Compiling paste v1.0.15 |
1642 | 2024-11-18T23:53:18.973Z | Compiling const-oid v0.9.6 |
1643 | 2024-11-18T23:53:19.478Z | Compiling aws-lc-rs v1.10.0 |
1644 | 2024-11-18T23:53:19.665Z | Compiling httparse v1.9.5 |
1645 | 2024-11-18T23:53:19.876Z | Compiling foldhash v0.1.3 |
1646 | 2024-11-18T23:53:19.962Z | Compiling equivalent v1.0.1 |
1647 | 2024-11-18T23:53:20.081Z | Compiling hashbrown v0.15.0 |
1648 | 2024-11-18T23:53:20.340Z | Compiling schemars v0.8.21 |
1649 | 2024-11-18T23:53:20.689Z | Compiling regex v1.11.1 |
1650 | 2024-11-18T23:53:20.828Z | Compiling heck v0.5.0 |
1651 | 2024-11-18T23:53:21.299Z | Compiling serde_derive_internals v0.29.1 |
1652 | 2024-11-18T23:53:21.474Z | Compiling signal-hook-registry v1.4.2 |
1653 | 2024-11-18T23:53:21.759Z | Compiling parking_lot v0.12.3 |
1654 | 2024-11-18T23:53:21.776Z | Compiling mio v1.0.2 |
1655 | 2024-11-18T23:53:23.535Z | Compiling crossbeam-utils v0.8.20 |
1656 | 2024-11-18T23:53:23.654Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2024-11-18T23:53:23.773Z | Compiling socket2 v0.5.7 |
1658 | 2024-11-18T23:53:23.830Z | Compiling time-core v0.1.2 |
1659 | 2024-11-18T23:53:24.051Z | Compiling num-conv v0.1.0 |
1660 | 2024-11-18T23:53:24.214Z | Compiling serde_derive v1.0.215 |
1661 | 2024-11-18T23:53:24.343Z | Compiling zeroize_derive v1.4.2 |
1662 | 2024-11-18T23:53:24.382Z | Compiling zerocopy-derive v0.7.35 |
1663 | 2024-11-18T23:53:25.080Z | Compiling thiserror-impl v1.0.69 |
1664 | 2024-11-18T23:53:25.342Z | Compiling tokio-macros v2.4.0 |
1665 | 2024-11-18T23:53:25.712Z | Compiling zerofrom-derive v0.1.4 |
1666 | 2024-11-18T23:53:25.799Z | Compiling zeroize v1.8.1 |
1667 | 2024-11-18T23:53:26.135Z | Compiling yoke-derive v0.7.4 |
1668 | 2024-11-18T23:53:26.345Z | Compiling futures-macro v0.3.31 |
1669 | 2024-11-18T23:53:26.516Z | Compiling zerovec-derive v0.10.3 |
1670 | 2024-11-18T23:53:26.821Z | Compiling zerocopy v0.7.35 |
1671 | 2024-11-18T23:53:27.737Z | Compiling displaydoc v0.2.5 |
1672 | 2024-11-18T23:53:28.241Z | Compiling crypto-common v0.1.6 |
1673 | 2024-11-18T23:53:28.428Z | Compiling tracing-attributes v0.1.27 |
1674 | 2024-11-18T23:53:28.500Z | Compiling icu_provider_macros v1.5.0 |
1675 | 2024-11-18T23:53:28.723Z | Compiling block-buffer v0.10.4 |
1676 | 2024-11-18T23:53:28.944Z | Compiling digest v0.10.7 |
1677 | 2024-11-18T23:53:29.203Z | Compiling schemars_derive v0.8.21 |
1678 | 2024-11-18T23:53:29.236Z | Compiling der_derive v0.7.3 |
1679 | 2024-11-18T23:53:29.363Z | Compiling futures-core v0.3.31 |
1680 | 2024-11-18T23:53:29.535Z | Compiling time-macros v0.2.18 |
1681 | 2024-11-18T23:53:29.946Z | Compiling fnv v1.0.7 |
1682 | 2024-11-18T23:53:29.964Z | Compiling vcpkg v0.2.15 |
1683 | 2024-11-18T23:53:31.647Z | Compiling openssl-sys v0.9.104 |
1684 | 2024-11-18T23:53:32.460Z | Compiling cpufeatures v0.2.14 |
1685 | 2024-11-18T23:53:32.564Z | Compiling futures-sink v0.3.31 |
1686 | 2024-11-18T23:53:32.625Z | Compiling slog v2.7.0 |
1687 | 2024-11-18T23:53:32.762Z | Compiling ahash v0.8.11 |
1688 | 2024-11-18T23:53:32.880Z | Compiling syn v1.0.109 |
1689 | 2024-11-18T23:53:33.255Z | Compiling zerofrom v0.1.4 |
1690 | 2024-11-18T23:53:33.485Z | Compiling scroll_derive v0.12.0 |
1691 | 2024-11-18T23:53:33.582Z | Compiling iana-time-zone v0.1.61 |
1692 | 2024-11-18T23:53:33.621Z | Compiling ucd-trie v0.1.7 |
1693 | 2024-11-18T23:53:33.700Z | Compiling yoke v0.7.4 |
1694 | 2024-11-18T23:53:33.995Z | Compiling pest v2.7.14 |
1695 | 2024-11-18T23:53:34.098Z | Compiling futures-channel v0.3.31 |
1696 | 2024-11-18T23:53:34.502Z | Compiling hmac v0.12.1 |
1697 | 2024-11-18T23:53:34.753Z | Compiling pin-utils v0.1.0 |
1698 | 2024-11-18T23:53:34.850Z | Compiling openssl v0.10.68 |
1699 | 2024-11-18T23:53:34.928Z | Compiling futures-io v0.3.31 |
1700 | 2024-11-18T23:53:34.965Z | Compiling futures-task v0.3.31 |
1701 | 2024-11-18T23:53:35.254Z | Compiling futures-util v0.3.31 |
1702 | 2024-11-18T23:53:35.636Z | Compiling zerovec v0.10.4 |
1703 | 2024-11-18T23:53:35.995Z | Compiling block-padding v0.3.3 |
1704 | 2024-11-18T23:53:36.234Z | Compiling tinyvec_macros v0.1.1 |
1705 | 2024-11-18T23:53:36.691Z | Compiling pest_meta v2.7.14 |
1706 | 2024-11-18T23:53:37.110Z | Compiling tinyvec v1.8.0 |
1707 | 2024-11-18T23:53:37.644Z | Compiling bitflags v2.6.0 |
1708 | 2024-11-18T23:53:37.676Z | Compiling bytes v1.8.0 |
1709 | 2024-11-18T23:53:39.372Z | Compiling indexmap v2.6.0 |
1710 | 2024-11-18T23:53:40.885Z | Compiling tokio v1.40.0 |
1711 | 2024-11-18T23:53:40.904Z | Compiling serde_tokenstream v0.2.2 |
1712 | 2024-11-18T23:53:41.476Z | Compiling http v1.1.0 |
1713 | 2024-11-18T23:53:41.789Z | Compiling uuid v1.11.0 |
1714 | 2024-11-18T23:53:42.392Z | Compiling which v4.4.2 |
1715 | 2024-11-18T23:53:43.061Z | Compiling rustc_version v0.4.1 |
1716 | 2024-11-18T23:53:43.284Z | Compiling chrono v0.4.38 |
1717 | 2024-11-18T23:53:45.502Z | Compiling pest_generator v2.7.14 |
1718 | 2024-11-18T23:53:46.881Z | Compiling toml_datetime v0.6.8 |
1719 | 2024-11-18T23:53:47.280Z | Compiling serde_spanned v0.6.8 |
1720 | 2024-11-18T23:53:47.336Z | Compiling inout v0.1.3 |
1721 | 2024-11-18T23:53:47.594Z | Compiling openssl-macros v0.1.1 |
1722 | 2024-11-18T23:53:48.310Z | Compiling native-tls v0.2.12 |
1723 | 2024-11-18T23:53:48.656Z | Compiling rustls v0.23.14 |
1724 | 2024-11-18T23:53:49.695Z | Compiling cipher v0.4.4 |
1725 | 2024-11-18T23:53:49.827Z | Compiling pest_derive v2.7.14 |
1726 | 2024-11-18T23:53:50.159Z | Compiling unicode-normalization v0.1.24 |
1727 | 2024-11-18T23:53:50.482Z | Compiling tinystr v0.7.6 |
1728 | 2024-11-18T23:53:50.583Z | Compiling sha2 v0.10.8 |
1729 | 2024-11-18T23:53:50.787Z | Compiling tracing-core v0.1.32 |
1730 | 2024-11-18T23:53:50.951Z | Compiling usdt-impl v0.5.0 |
1731 | 2024-11-18T23:53:51.290Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-11-18T23:53:51.311Z | Compiling unicode-bidi v0.3.17 |
1733 | 2024-11-18T23:53:51.399Z | Compiling litemap v0.7.3 |
1734 | 2024-11-18T23:53:51.509Z | Compiling base64ct v1.6.0 |
1735 | 2024-11-18T23:53:51.759Z | Compiling writeable v0.5.5 |
1736 | 2024-11-18T23:53:51.811Z | Compiling tracing v0.1.40 |
1737 | 2024-11-18T23:53:52.062Z | Compiling pem-rfc7468 v0.7.0 |
1738 | 2024-11-18T23:53:52.271Z | Compiling icu_locid v1.5.0 |
1739 | 2024-11-18T23:53:53.014Z | Compiling scroll v0.12.0 |
1740 | 2024-11-18T23:53:53.212Z | Compiling ppv-lite86 v0.2.20 |
1741 | 2024-11-18T23:53:53.597Z | Compiling async-trait v0.1.83 |
1742 | 2024-11-18T23:53:54.119Z | Compiling cookie v0.18.1 |
1743 | 2024-11-18T23:53:54.403Z | Compiling camino v1.1.9 |
1744 | 2024-11-18T23:53:54.946Z | Compiling plain v0.2.3 |
1745 | 2024-11-18T23:53:55.291Z | Compiling flagset v0.4.6 |
1746 | 2024-11-18T23:53:55.337Z | Compiling anyhow v1.0.93 |
1747 | 2024-11-18T23:53:55.888Z | Compiling der v0.7.9 |
1748 | 2024-11-18T23:53:56.488Z | Compiling aws-lc-sys v0.22.0 |
1749 | 2024-11-18T23:53:58.828Z | Compiling goblin v0.8.2 |
1750 | 2024-11-18T23:54:01.522Z | Compiling rand_chacha v0.3.1 |
1751 | 2024-11-18T23:54:02.462Z | Compiling icu_provider v1.5.0 |
1752 | 2024-11-18T23:54:03.460Z | Compiling rustls-pki-types v1.9.0 |
1753 | 2024-11-18T23:54:03.484Z | Compiling rayon-core v1.12.1 |
1754 | 2024-11-18T23:54:03.750Z | Compiling percent-encoding v2.3.1 |
1755 | 2024-11-18T23:54:04.222Z | Compiling icu_locid_transform_data v1.5.0 |
1756 | 2024-11-18T23:54:04.322Z | Compiling rustls v0.22.4 |
1757 | 2024-11-18T23:54:04.566Z | Compiling pretty-hex v0.4.1 |
1758 | 2024-11-18T23:54:04.930Z | Compiling untrusted v0.7.1 |
1759 | 2024-11-18T23:54:05.074Z | Compiling dof v0.3.0 |
1760 | 2024-11-18T23:54:05.118Z | Compiling icu_locid_transform v1.5.0 |
1761 | 2024-11-18T23:54:06.707Z | Compiling rand v0.8.5 |
1762 | 2024-11-18T23:54:06.727Z | Compiling spki v0.7.3 |
1763 | 2024-11-18T23:54:07.233Z | Compiling dtrace-parser v0.2.0 |
1764 | 2024-11-18T23:54:07.394Z | Compiling salsa20 v0.10.2 |
1765 | 2024-11-18T23:54:07.526Z | Compiling tokio-util v0.7.12 |
1766 | 2024-11-18T23:54:07.971Z | Compiling icu_collections v1.5.0 |
1767 | 2024-11-18T23:54:08.345Z | Compiling pbkdf2 v0.12.2 |
1768 | 2024-11-18T23:54:09.016Z | Compiling thread-id v4.2.2 |
1769 | 2024-11-18T23:54:09.034Z | Compiling icu_properties_data v1.5.0 |
1770 | 2024-11-18T23:54:09.132Z | Compiling untrusted v0.9.0 |
1771 | 2024-11-18T23:54:09.171Z | Compiling winnow v0.5.40 |
1772 | 2024-11-18T23:54:09.317Z | Compiling mirai-annotations v1.12.0 |
1773 | 2024-11-18T23:54:09.424Z | Compiling powerfmt v0.2.0 |
1774 | 2024-11-18T23:54:09.820Z | Compiling deranged v0.3.11 |
1775 | 2024-11-18T23:54:11.872Z | Compiling icu_properties v1.5.1 |
1776 | 2024-11-18T23:54:13.055Z | Compiling toml_edit v0.19.15 |
1777 | 2024-11-18T23:54:13.521Z | Compiling scrypt v0.11.0 |
1778 | 2024-11-18T23:54:14.030Z | Compiling aes v0.8.4 |
1779 | 2024-11-18T23:54:14.225Z | Compiling cbc v0.1.2 |
1780 | 2024-11-18T23:54:15.255Z | Compiling multer v3.1.0 |
1781 | 2024-11-18T23:54:15.543Z | Compiling utf16_iter v1.0.5 |
1782 | 2024-11-18T23:54:15.748Z | Compiling slog-async v2.8.0 |
1783 | 2024-11-18T23:54:16.206Z | Compiling write16 v1.0.0 |
1784 | 2024-11-18T23:54:16.544Z | Compiling utf8_iter v1.0.4 |
1785 | 2024-11-18T23:54:16.616Z | Compiling num_threads v0.1.7 |
1786 | 2024-11-18T23:54:16.743Z | Compiling rustversion v1.0.17 |
1787 | 2024-11-18T23:54:16.827Z | Compiling icu_normalizer_data v1.5.0 |
1788 | 2024-11-18T23:54:16.940Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-11-18T23:54:17.170Z | Compiling icu_normalizer v1.5.0 |
1790 | 2024-11-18T23:54:17.188Z | Compiling time v0.3.36 |
1791 | 2024-11-18T23:54:17.412Z | Compiling pkcs5 v0.7.1 |
1792 | 2024-11-18T23:54:19.037Z | Compiling form_urlencoded v1.2.1 |
1793 | 2024-11-18T23:54:19.813Z | Compiling http-body v1.0.1 |
1794 | 2024-11-18T23:54:19.829Z | Compiling heapless v0.7.17 |
1795 | 2024-11-18T23:54:20.423Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1796 | 2024-11-18T23:54:21.218Z | Compiling try-lock v0.2.5 |
1797 | 2024-11-18T23:54:21.707Z | Compiling signal-hook v0.3.17 |
1798 | 2024-11-18T23:54:21.990Z | Compiling want v0.3.1 |
1799 | 2024-11-18T23:54:23.601Z | Compiling idna_adapter v1.2.0 |
1800 | 2024-11-18T23:54:23.718Z | Compiling pkcs8 v0.10.2 |
1801 | 2024-11-18T23:54:24.392Z | Compiling h2 v0.4.6 |
1802 | 2024-11-18T23:54:25.041Z | Compiling usdt-attr-macro v0.5.0 |
1803 | 2024-11-18T23:54:26.558Z | Compiling usdt-macro v0.5.0 |
1804 | 2024-11-18T23:54:26.928Z | Compiling async-stream-impl v0.3.6 |
1805 | 2024-11-18T23:54:26.965Z | Compiling httpdate v1.0.3 |
1806 | 2024-11-18T23:54:27.369Z | Compiling strsim v0.11.1 |
1807 | 2024-11-18T23:54:27.851Z | Compiling adler2 v2.0.0 |
1808 | 2024-11-18T23:54:28.149Z | Compiling miniz_oxide v0.8.0 |
1809 | 2024-11-18T23:54:29.608Z | Compiling idna v1.0.3 |
1810 | 2024-11-18T23:54:31.314Z | Compiling curve25519-dalek v4.1.3 |
1811 | 2024-11-18T23:54:31.378Z | Compiling openapiv3 v2.0.0 |
1812 | 2024-11-18T23:54:31.709Z | Compiling hyper v1.5.0 |
1813 | 2024-11-18T23:54:34.547Z | Compiling enum-as-inner v0.6.1 |
1814 | 2024-11-18T23:54:35.570Z | Compiling dropshot v0.12.0 |
1815 | 2024-11-18T23:54:35.572Z | Compiling tower-service v0.3.3 |
1816 | 2024-11-18T23:54:35.706Z | Compiling base64 v0.22.1 |
1817 | 2024-11-18T23:54:35.834Z | Compiling portable-atomic v1.9.0 |
1818 | 2024-11-18T23:54:35.876Z | Compiling num-bigint-dig v0.8.4 |
1819 | 2024-11-18T23:54:35.924Z | Compiling foreign-types-shared v0.1.1 |
1820 | 2024-11-18T23:54:36.040Z | Compiling match_cfg v0.1.0 |
1821 | 2024-11-18T23:54:36.163Z | Compiling smoltcp v0.9.1 |
1822 | 2024-11-18T23:54:36.380Z | Compiling hostname v0.3.1 |
1823 | 2024-11-18T23:54:36.597Z | Compiling foreign-types v0.3.2 |
1824 | 2024-11-18T23:54:36.689Z | Compiling hyper-util v0.1.10 |
1825 | 2024-11-18T23:54:40.084Z | Compiling url v2.5.3 |
1826 | 2024-11-18T23:54:43.218Z | Compiling dirs-sys-next v0.1.2 |
1827 | 2024-11-18T23:54:43.717Z | Compiling heck v0.4.1 |
1828 | 2024-11-18T23:54:43.913Z | Compiling data-encoding v2.6.0 |
1829 | 2024-11-18T23:54:44.125Z | Compiling gimli v0.31.1 |
1830 | 2024-11-18T23:54:44.147Z | Compiling siphasher v0.3.11 |
1831 | 2024-11-18T23:54:44.762Z | Compiling dirs-next v2.0.0 |
1832 | 2024-11-18T23:54:45.854Z | Compiling http-body-util v0.1.2 |
1833 | 2024-11-18T23:54:47.274Z | Compiling crossbeam-epoch v0.9.18 |
1834 | 2024-11-18T23:54:48.010Z | Compiling hubpack_derive v0.1.1 |
1835 | 2024-11-18T23:54:48.837Z | Compiling dropshot_endpoint v0.12.0 |
1836 | 2024-11-18T23:54:49.389Z | Compiling addr2line v0.24.2 |
1837 | 2024-11-18T23:54:50.380Z | Compiling sha1 v0.10.6 |
1838 | 2024-11-18T23:54:50.791Z | Compiling signature v2.2.0 |
1839 | 2024-11-18T23:54:51.011Z | Compiling zerocopy-derive v0.6.6 |
1840 | 2024-11-18T23:54:51.029Z | Compiling curve25519-dalek-derive v0.1.1 |
1841 | 2024-11-18T23:54:52.412Z | Compiling object v0.36.5 |
1842 | 2024-11-18T23:54:52.827Z | Compiling thread_local v1.1.8 |
1843 | 2024-11-18T23:54:52.895Z | Compiling fs-err v2.11.0 |
1844 | 2024-11-18T23:54:53.102Z | Compiling encoding_rs v0.8.34 |
1845 | 2024-11-18T23:54:53.258Z | Compiling winnow v0.6.20 |
1846 | 2024-11-18T23:54:56.688Z | Compiling unicode-properties v0.1.3 |
1847 | 2024-11-18T23:54:57.094Z | Compiling openssl-probe v0.1.5 |
1848 | 2024-11-18T23:54:57.114Z | Compiling rustc-demangle v0.1.24 |
1849 | 2024-11-18T23:54:57.403Z | Compiling mime v0.3.17 |
1850 | 2024-11-18T23:54:59.049Z | Compiling utf8parse v0.2.2 |
1851 | 2024-11-18T23:54:59.218Z | Compiling ipnet v2.10.1 |
1852 | 2024-11-18T23:55:01.658Z | Compiling anstyle v1.0.10 |
1853 | 2024-11-18T23:55:02.115Z | Compiling backtrace v0.3.74 |
1854 | 2024-11-18T23:55:04.443Z | Compiling anstyle-parse v0.2.5 |
1855 | 2024-11-18T23:55:05.050Z | Compiling stringprep v0.1.5 |
1856 | 2024-11-18T23:55:05.337Z | Compiling toml_edit v0.22.22 |
1857 | 2024-11-18T23:55:10.747Z | Compiling rustls-webpki v0.102.8 |
1858 | 2024-11-18T23:55:12.659Z | Compiling crossbeam-deque v0.8.5 |
1859 | 2024-11-18T23:55:13.028Z | Compiling term v0.7.0 |
1860 | 2024-11-18T23:55:14.287Z | Compiling slog-json v2.6.1 |
1861 | 2024-11-18T23:55:16.449Z | Compiling serde_urlencoded v0.7.1 |
1862 | 2024-11-18T23:55:17.179Z | Compiling crossbeam-channel v0.5.13 |
1863 | 2024-11-18T23:55:17.381Z | Compiling rustls-pemfile v2.2.0 |
1864 | 2024-11-18T23:55:18.201Z | Compiling hashbrown v0.14.5 |
1865 | 2024-11-18T23:55:18.740Z | Compiling idna v0.4.0 |
1866 | 2024-11-18T23:55:19.584Z | Compiling idna v0.3.0 |
1867 | 2024-11-18T23:55:20.164Z | Compiling futures-executor v0.3.31 |
1868 | 2024-11-18T23:55:20.668Z | Compiling num-integer v0.1.46 |
1869 | 2024-11-18T23:55:21.081Z | Compiling md-5 v0.10.6 |
1870 | 2024-11-18T23:55:21.261Z | Compiling ff v0.13.0 |
1871 | 2024-11-18T23:55:21.319Z | Compiling hash32 v0.2.1 |
1872 | 2024-11-18T23:55:21.408Z | Compiling is-terminal v0.4.13 |
1873 | 2024-11-18T23:55:21.487Z | Compiling memmap v0.7.0 |
1874 | 2024-11-18T23:55:21.697Z | Compiling colorchoice v1.0.2 |
1875 | 2024-11-18T23:55:21.808Z | Compiling linked-hash-map v0.5.6 |
1876 | 2024-11-18T23:55:21.866Z | Compiling fallible-iterator v0.2.0 |
1877 | 2024-11-18T23:55:22.201Z | Compiling base16ct v0.2.0 |
1878 | 2024-11-18T23:55:22.474Z | Compiling anstyle-query v1.1.1 |
1879 | 2024-11-18T23:55:22.632Z | Compiling psl-types v2.0.11 |
1880 | 2024-11-18T23:55:22.825Z | Compiling quick-error v1.2.3 |
1881 | 2024-11-18T23:55:22.978Z | Compiling utf-8 v0.7.6 |
1882 | 2024-11-18T23:55:23.958Z | Compiling is_terminal_polyfill v1.70.1 |
1883 | 2024-11-18T23:55:24.095Z | Compiling take_mut v0.2.2 |
1884 | 2024-11-18T23:55:25.292Z | Compiling anstream v0.6.15 |
1885 | 2024-11-18T23:55:26.103Z | Compiling tungstenite v0.24.0 |
1886 | 2024-11-18T23:55:26.299Z | Compiling resolv-conf v0.7.0 |
1887 | 2024-11-18T23:55:26.988Z | Compiling publicsuffix v2.2.3 |
1888 | 2024-11-18T23:55:27.088Z | Compiling postgres-protocol v0.6.7 |
1889 | 2024-11-18T23:55:27.247Z | Compiling sec1 v0.7.3 |
1890 | 2024-11-18T23:55:27.827Z | Compiling lru-cache v0.1.2 |
1891 | 2024-11-18T23:55:28.033Z | Compiling usdt v0.5.0 |
1892 | 2024-11-18T23:55:28.257Z | Compiling slog-term v2.9.1 |
1893 | 2024-11-18T23:55:28.487Z | Compiling group v0.13.0 |
1894 | 2024-11-18T23:55:28.793Z | Compiling num-iter v0.1.45 |
1895 | 2024-11-18T23:55:28.812Z | Compiling futures v0.3.31 |
1896 | 2024-11-18T23:55:28.934Z | Compiling hickory-proto v0.24.1 |
1897 | 2024-11-18T23:55:29.229Z | Compiling regress v0.10.1 |
1898 | 2024-11-18T23:55:29.311Z | Compiling tokio-rustls v0.26.0 |
1899 | 2024-11-18T23:55:32.161Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-11-18T23:55:32.602Z | Compiling slog-bunyan v2.5.0 |
1901 | 2024-11-18T23:55:32.800Z | Compiling toml v0.8.19 |
1902 | 2024-11-18T23:55:33.091Z | Compiling tokio-native-tls v0.3.1 |
1903 | 2024-11-18T23:55:33.385Z | Compiling phf_shared v0.11.2 |
1904 | 2024-11-18T23:55:33.780Z | Compiling strum_macros v0.25.3 |
1905 | 2024-11-18T23:55:34.297Z | Compiling async-stream v0.3.6 |
1906 | 2024-11-18T23:55:34.318Z | Compiling waitgroup v0.1.2 |
1907 | 2024-11-18T23:55:34.524Z | Compiling webpki-roots v0.26.6 |
1908 | 2024-11-18T23:55:35.187Z | Compiling idna v0.5.0 |
1909 | 2024-11-18T23:55:35.237Z | Compiling terminal_size v0.4.0 |
1910 | 2024-11-18T23:55:35.455Z | Compiling serde_path_to_error v0.1.16 |
1911 | 2024-11-18T23:55:36.394Z | Compiling hkdf v0.12.4 |
1912 | 2024-11-18T23:55:36.657Z | Compiling crypto-bigint v0.5.5 |
1913 | 2024-11-18T23:55:36.774Z | Compiling serde_repr v0.1.19 |
1914 | 2024-11-18T23:55:36.969Z | Compiling derive-where v1.2.7 |
1915 | 2024-11-18T23:55:37.319Z | Compiling clap_derive v4.5.18 |
1916 | 2024-11-18T23:55:37.854Z | Compiling hostname v0.4.0 |
1917 | 2024-11-18T23:55:38.086Z | Compiling crc32fast v1.4.2 |
1918 | 2024-11-18T23:55:38.105Z | Compiling clap_lex v0.7.2 |
1919 | 2024-11-18T23:55:38.399Z | Compiling debug-ignore v1.0.5 |
1920 | 2024-11-18T23:55:38.669Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-18T23:55:38.780Z | Compiling unicode-width v0.1.14 |
1922 | 2024-11-18T23:55:38.915Z | Compiling managed v0.8.0 |
1923 | 2024-11-18T23:55:39.628Z | Compiling elliptic-curve v0.13.8 |
1924 | 2024-11-18T23:55:40.050Z | Compiling console v0.15.8 |
1925 | 2024-11-18T23:55:41.736Z | Compiling clap_builder v4.5.21 |
1926 | 2024-11-18T23:55:41.761Z | Compiling flate2 v1.0.34 |
1927 | 2024-11-18T23:55:42.707Z | Compiling cookie_store v0.21.0 |
1928 | 2024-11-18T23:55:44.958Z | Compiling hyper-rustls v0.27.3 |
1929 | 2024-11-18T23:55:45.429Z | Compiling hickory-resolver v0.24.1 |
1930 | 2024-11-18T23:55:49.503Z | Compiling phf v0.11.2 |
1931 | 2024-11-18T23:55:49.711Z | Compiling hyper-tls v0.6.0 |
1932 | 2024-11-18T23:55:49.826Z | Compiling typify-impl v0.2.0 |
1933 | 2024-11-18T23:55:50.101Z | Compiling signal-hook-mio v0.2.4 |
1934 | 2024-11-18T23:55:50.266Z | Compiling bzip2 v0.4.4 |
1935 | 2024-11-18T23:55:50.362Z | Compiling rayon v1.10.0 |
1936 | 2024-11-18T23:55:50.421Z | Compiling postgres-types v0.2.8 |
1937 | 2024-11-18T23:55:50.664Z | Compiling tokio-tungstenite v0.24.0 |
1938 | 2024-11-18T23:55:51.019Z | Compiling zerocopy v0.6.6 |
1939 | 2024-11-18T23:55:51.167Z | Compiling ed25519 v2.2.3 |
1940 | 2024-11-18T23:55:51.200Z | Compiling hubpack v0.1.2 |
1941 | 2024-11-18T23:55:51.617Z | Compiling phf_shared v0.10.0 |
1942 | 2024-11-18T23:55:51.794Z | Compiling pkcs1 v0.7.5 |
1943 | 2024-11-18T23:55:51.911Z | Compiling tokio-stream v0.1.16 |
1944 | 2024-11-18T23:55:52.757Z | Compiling serde-big-array v0.5.1 |
1945 | 2024-11-18T23:55:52.872Z | Compiling rfc6979 v0.4.0 |
1946 | 2024-11-18T23:55:52.978Z | Compiling float-cmp v0.9.0 |
1947 | 2024-11-18T23:55:53.070Z | Compiling sync_wrapper v1.0.1 |
1948 | 2024-11-18T23:55:53.196Z | Compiling bstr v1.10.0 |
1949 | 2024-11-18T23:55:54.288Z | Compiling bit-vec v0.6.3 |
1950 | 2024-11-18T23:55:54.717Z | Compiling number_prefix v0.4.0 |
1951 | 2024-11-18T23:55:54.805Z | Compiling static_assertions v1.1.0 |
1952 | 2024-11-18T23:55:54.908Z | Compiling normalize-line-endings v0.3.0 |
1953 | 2024-11-18T23:55:54.951Z | Compiling whoami v1.5.2 |
1954 | 2024-11-18T23:55:55.042Z | Compiling unicode-segmentation v1.12.0 |
1955 | 2024-11-18T23:55:55.279Z | Compiling new_debug_unreachable v1.0.6 |
1956 | 2024-11-18T23:55:55.379Z | Compiling fixedbitset v0.4.2 |
1957 | 2024-11-18T23:55:55.805Z | Compiling difflib v0.4.0 |
1958 | 2024-11-18T23:55:56.064Z | Compiling precomputed-hash v0.1.1 |
1959 | 2024-11-18T23:55:56.168Z | Compiling unicode-width v0.2.0 |
1960 | 2024-11-18T23:55:56.412Z | Compiling predicates-core v1.0.8 |
1961 | 2024-11-18T23:55:56.694Z | Compiling indicatif v0.17.9 |
1962 | 2024-11-18T23:55:56.714Z | Compiling predicates v3.1.2 |
1963 | 2024-11-18T23:55:57.081Z | Compiling string_cache v0.8.7 |
1964 | 2024-11-18T23:55:58.184Z | Compiling similar v2.6.0 |
1965 | 2024-11-18T23:55:58.567Z | Compiling petgraph v0.6.5 |
1966 | 2024-11-18T23:55:58.836Z | Compiling tokio-postgres v0.7.12 |
1967 | 2024-11-18T23:55:58.876Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1968 | 2024-11-18T23:56:00.192Z | Compiling bit-set v0.5.3 |
1969 | 2024-11-18T23:56:00.746Z | Compiling reqwest v0.12.9 |
1970 | 2024-11-18T23:56:01.786Z | Compiling typify-macro v0.2.0 |
1971 | 2024-11-18T23:56:02.621Z | Compiling ecdsa v0.16.9 |
1972 | 2024-11-18T23:56:03.499Z | Compiling qorb v0.2.0 |
1973 | 2024-11-18T23:56:04.260Z | Compiling rsa v0.9.6 |
1974 | 2024-11-18T23:56:05.001Z | Compiling ed25519-dalek v2.1.1 |
1975 | 2024-11-18T23:56:05.611Z | Compiling zip v0.6.6 |
1976 | 2024-11-18T23:56:05.902Z | Compiling crossterm v0.28.1 |
1977 | 2024-11-18T23:56:05.921Z | Compiling clap v4.5.21 |
1978 | 2024-11-18T23:56:06.876Z | Compiling toml v0.7.8 |
1979 | 2024-11-18T23:56:08.351Z | Compiling x509-cert v0.2.5 |
1980 | 2024-11-18T23:56:09.052Z | Compiling hex v0.4.3 |
1981 | 2024-11-18T23:56:09.582Z | Compiling itertools v0.10.5 |
1982 | 2024-11-18T23:56:10.160Z | Compiling lalrpop-util v0.19.12 |
1983 | 2024-11-18T23:56:10.515Z | Compiling unicode-xid v0.2.6 |
1984 | 2024-11-18T23:56:10.656Z | Compiling peg-runtime v0.8.3 |
1985 | 2024-11-18T23:56:12.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1986 | 2024-11-18T23:56:16.814Z | Compiling proc-macro-crate v1.3.1 |
1987 | 2024-11-18T23:56:17.009Z | Compiling ipnetwork v0.20.0 |
1988 | 2024-11-18T23:56:18.600Z | Compiling heapless v0.8.0 |
1989 | 2024-11-18T23:56:21.269Z | Compiling num_enum_derive v0.5.11 |
1990 | 2024-11-18T23:56:30.372Z | Compiling hash32 v0.3.1 |
1991 | 2024-11-18T23:56:31.407Z | Compiling ident_case v1.0.1 |
1992 | 2024-11-18T23:56:31.598Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1993 | 2024-11-18T23:56:31.939Z | Compiling smoltcp v0.11.0 |
1994 | 2024-11-18T23:56:35.832Z | Compiling darling_core v0.20.10 |
1995 | 2024-11-18T23:56:38.891Z | Compiling num_enum v0.5.11 |
1996 | 2024-11-18T23:56:39.609Z | Compiling typify v0.2.0 |
1997 | 2024-11-18T23:56:41.008Z | Compiling proc-macro-error-attr v1.0.4 |
1998 | 2024-11-18T23:56:42.087Z | Compiling unsafe-libyaml v0.2.11 |
1999 | 2024-11-18T23:56:42.127Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2000 | 2024-11-18T23:56:42.417Z | Compiling cobs v0.2.3 |
2001 | 2024-11-18T23:56:42.860Z | Compiling postcard v1.0.10 |
2002 | 2024-11-18T23:56:43.183Z | Compiling darling_macro v0.20.10 |
2003 | 2024-11-18T23:56:43.565Z | Compiling serde_yaml v0.9.34+deprecated |
2004 | 2024-11-18T23:56:58.494Z | Compiling progenitor-impl v0.8.0 |
2005 | 2024-11-18T23:57:11.590Z | Compiling strum_macros v0.26.4 |
2006 | 2024-11-18T23:57:12.240Z | Compiling structmeta-derive v0.3.0 |
2007 | 2024-11-18T23:57:12.283Z | Compiling foreign-types-macros v0.2.3 |
2008 | 2024-11-18T23:57:12.802Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2009 | 2024-11-18T23:57:12.887Z | Compiling proc-macro-error v1.0.4 |
2010 | 2024-11-18T23:57:13.238Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2011 | 2024-11-18T23:57:13.819Z | Compiling foreign-types-shared v0.3.1 |
2012 | 2024-11-18T23:57:14.889Z | Compiling newtype-uuid v1.1.3 |
2013 | 2024-11-18T23:57:15.262Z | Compiling structmeta v0.3.0 |
2014 | 2024-11-18T23:57:16.029Z | Compiling strum v0.26.3 |
2015 | 2024-11-18T23:57:18.914Z | Compiling foreign-types v0.5.0 |
2016 | 2024-11-18T23:57:20.776Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2017 | 2024-11-18T23:57:23.991Z | Compiling progenitor-macro v0.8.0 |
2018 | 2024-11-18T23:57:27.854Z | Compiling darling v0.20.10 |
2019 | 2024-11-18T23:57:28.366Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2024-11-18T23:57:29.071Z | Compiling progenitor-client v0.8.0 |
2021 | 2024-11-18T23:57:30.038Z | Compiling tabwriter v1.4.0 |
2022 | 2024-11-18T23:57:32.004Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2023 | 2024-11-18T23:57:32.793Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2024 | 2024-11-18T23:57:33.588Z | Compiling cstr-argument v0.1.2 |
2025 | 2024-11-18T23:57:33.637Z | Compiling dropshot v0.13.0 |
2026 | 2024-11-18T23:57:34.361Z | Compiling fastrand v2.1.1 |
2027 | 2024-11-18T23:57:35.142Z | Compiling crucible-workspace-hack v0.1.0 |
2028 | 2024-11-18T23:57:35.164Z | Compiling pretty-hex v0.2.1 |
2029 | 2024-11-18T23:57:35.371Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2030 | 2024-11-18T23:57:35.453Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2031 | 2024-11-18T23:57:35.823Z | Compiling tempfile v3.13.0 |
2032 | 2024-11-18T23:57:35.950Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2033 | 2024-11-18T23:57:36.427Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2034 | 2024-11-18T23:57:36.699Z | Compiling progenitor v0.8.0 |
2035 | 2024-11-18T23:57:36.737Z | Compiling serde_with_macros v3.11.0 |
2036 | 2024-11-18T23:57:36.968Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-18T23:57:37.517Z | Compiling colored v2.1.0 |
2038 | 2024-11-18T23:57:37.814Z | Compiling dropshot_endpoint v0.13.0 |
2039 | 2024-11-18T23:57:38.762Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2040 | 2024-11-18T23:57:39.309Z | Compiling instant v0.1.13 |
2041 | 2024-11-18T23:57:39.328Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2042 | 2024-11-18T23:57:39.485Z | Compiling backoff v0.4.0 |
2043 | 2024-11-18T23:57:39.508Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-11-18T23:57:39.722Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2045 | 2024-11-18T23:57:39.724Z | Compiling serde_with v3.11.0 |
2046 | 2024-11-18T23:57:40.865Z | Compiling parse-display v0.10.0 |
2047 | 2024-11-18T23:57:42.048Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2048 | 2024-11-18T23:57:42.644Z | Compiling zone_cfg_derive v0.3.0 |
2049 | 2024-11-18T23:57:42.705Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2050 | 2024-11-18T23:57:42.804Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2051 | 2024-11-18T23:57:43.519Z | Compiling camino-tempfile v1.1.1 |
2052 | 2024-11-18T23:57:44.119Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2053 | 2024-11-18T23:57:44.138Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-11-18T23:57:44.280Z | Compiling regress v0.9.1 |
2055 | 2024-11-18T23:57:44.328Z | Compiling macaddr v1.0.1 |
2056 | 2024-11-18T23:57:44.628Z | Compiling num-derive v0.4.2 |
2057 | 2024-11-18T23:57:44.976Z | Compiling sigpipe v0.1.3 |
2058 | 2024-11-18T23:57:45.120Z | Compiling libefi-sys v0.1.0 |
2059 | 2024-11-18T23:57:45.429Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2060 | 2024-11-18T23:57:45.801Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2061 | 2024-11-18T23:57:46.917Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2062 | 2024-11-18T23:57:48.437Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2063 | 2024-11-18T23:57:48.998Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2064 | 2024-11-18T23:57:49.561Z | Compiling zone v0.3.0 |
2065 | 2024-11-18T23:57:49.580Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2066 | 2024-11-18T23:57:52.918Z | Compiling smf v0.2.3 |
2067 | 2024-11-18T23:57:52.920Z | Compiling bitfield-struct v0.6.2 |
2068 | 2024-11-18T23:57:53.532Z | Compiling ring v0.16.20 |
2069 | 2024-11-18T23:57:53.790Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2070 | 2024-11-18T23:57:54.198Z | Compiling blake3 v1.5.4 |
2071 | 2024-11-18T23:57:54.294Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2072 | 2024-11-18T23:57:55.437Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2073 | 2024-11-18T23:57:55.465Z | Compiling xattr v1.3.1 |
2074 | 2024-11-18T23:57:55.671Z | Compiling memmap2 v0.9.5 |
2075 | 2024-11-18T23:57:55.788Z | Compiling filetime v0.2.25 |
2076 | 2024-11-18T23:57:56.141Z | Compiling arrayvec v0.7.6 |
2077 | 2024-11-18T23:57:56.264Z | Compiling spin v0.5.2 |
2078 | 2024-11-18T23:57:56.535Z | Compiling same-file v1.0.6 |
2079 | 2024-11-18T23:57:56.601Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2080 | 2024-11-18T23:57:56.632Z | Compiling constant_time_eq v0.3.1 |
2081 | 2024-11-18T23:57:56.733Z | Compiling arrayref v0.3.9 |
2082 | 2024-11-18T23:57:56.807Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-18T23:57:56.825Z | Compiling walkdir v2.5.0 |
2084 | 2024-11-18T23:57:58.298Z | Compiling tar v0.4.43 |
2085 | 2024-11-18T23:57:59.488Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2086 | 2024-11-18T23:57:59.639Z | Compiling gethostname v0.5.0 |
2087 | 2024-11-18T23:57:59.853Z | Compiling cargo-platform v0.1.8 |
2088 | 2024-11-18T23:57:59.914Z | Compiling topological-sort v0.2.2 |
2089 | 2024-11-18T23:58:00.199Z | Compiling cargo_metadata v0.18.1 |
2090 | 2024-11-18T23:58:04.825Z | Compiling omicron-zone-package v0.11.1 |
2091 | 2024-11-18T23:58:05.865Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2092 | 2024-11-18T23:58:06.859Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2093 | 2024-11-18T23:58:14.799Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2094 | 2024-11-18T23:58:29.751Z | Finished `release` profile [optimized] target(s) in 5m 21s |
2095 | 2024-11-18T23:58:29.911Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2096 | 2024-11-18T23:58:29.959Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2097 | 2024-11-18T23:58:29.963Z | Created new build target 'test' and set it as active |
2098 | 2024-11-18T23:58:29.963Z | |
2099 | 2024-11-18T23:58:29.963Z | real 5:22.204964899 |
2100 | 2024-11-18T23:58:29.963Z | user 36:18.924134150 |
2101 | 2024-11-18T23:58:29.963Z | sys 4:48.881972968 |
2102 | 2024-11-18T23:58:29.963Z | trap 1.060781238 |
2103 | 2024-11-18T23:58:29.963Z | tflt 2.958976268 |
2104 | 2024-11-18T23:58:29.964Z | dflt 0.734914008 |
2105 | 2024-11-18T23:58:29.964Z | kflt 0.006586459 |
2106 | 2024-11-18T23:58:29.964Z | lock 1:16:29.509728549 |
2107 | 2024-11-18T23:58:29.964Z | slp 2:31:51.345192703 |
2108 | 2024-11-18T23:58:29.964Z | lat 2:30.903028278 |
2109 | 2024-11-18T23:58:29.964Z | stop 4:26.913241150 |
2110 | 2024-11-18T23:58:29.966Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2111 | 2024-11-18T23:58:30.930Z | Finished `release` profile [optimized] target(s) in 0.91s |
2112 | 2024-11-18T23:58:30.987Z | Running `target/release/omicron-package -t test package` |
2113 | 2024-11-18T23:58:31.030Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2114 | 2024-11-18T23:58:32.156Z | Compiling convert_case v0.4.0 |
2115 | 2024-11-18T23:58:32.156Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2116 | 2024-11-18T23:58:32.158Z | Compiling itertools v0.13.0 |
2117 | 2024-11-18T23:58:32.159Z | Compiling password-hash v0.5.0 |
2118 | 2024-11-18T23:58:32.160Z | Compiling blake2 v0.10.6 |
2119 | 2024-11-18T23:58:32.160Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2120 | 2024-11-18T23:58:32.160Z | Compiling newline-converter v0.3.0 |
2121 | 2024-11-18T23:58:32.304Z | Compiling owo-colors v4.1.0 |
2122 | 2024-11-18T23:58:32.482Z | Compiling cancel-safe-futures v0.1.5 |
2123 | 2024-11-18T23:58:32.533Z | Compiling expectorate v1.1.0 |
2124 | 2024-11-18T23:58:32.714Z | Compiling libsw v3.3.1 |
2125 | 2024-11-18T23:58:33.041Z | Compiling argon2 v0.5.3 |
2126 | 2024-11-18T23:58:33.079Z | Compiling swrite v0.1.0 |
2127 | 2024-11-18T23:58:33.095Z | Compiling derive_more v0.99.18 |
2128 | 2024-11-18T23:58:33.215Z | Compiling indent_write v2.2.0 |
2129 | 2024-11-18T23:58:33.455Z | Compiling linear-map v1.2.0 |
2130 | 2024-11-18T23:58:33.515Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2131 | 2024-11-18T23:58:33.545Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-11-18T23:58:33.883Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2133 | 2024-11-18T23:58:34.031Z | Compiling base64 v0.21.7 |
2134 | 2024-11-18T23:58:34.444Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2135 | 2024-11-18T23:58:34.529Z | Compiling progenitor v0.8.0 |
2136 | 2024-11-18T23:58:34.801Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2137 | 2024-11-18T23:58:35.105Z | Compiling atomicwrites v0.4.4 |
2138 | 2024-11-18T23:58:35.433Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2139 | 2024-11-18T23:58:35.454Z | Compiling num-rational v0.4.2 |
2140 | 2024-11-18T23:58:35.626Z | Compiling num-complex v0.4.6 |
2141 | 2024-11-18T23:58:35.890Z | Compiling float-ord v0.3.2 |
2142 | 2024-11-18T23:58:36.070Z | Compiling semver v0.1.20 |
2143 | 2024-11-18T23:58:36.636Z | Compiling rustc_version v0.1.7 |
2144 | 2024-11-18T23:58:36.972Z | Compiling num v0.4.3 |
2145 | 2024-11-18T23:58:37.062Z | Compiling newtype_derive v0.1.6 |
2146 | 2024-11-18T23:58:37.097Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2147 | 2024-11-18T23:58:37.456Z | Compiling highway v1.2.0 |
2148 | 2024-11-18T23:58:37.946Z | Compiling humantime v2.1.0 |
2149 | 2024-11-18T23:58:38.943Z | Compiling steno v0.4.1 |
2150 | 2024-11-18T23:58:39.193Z | Compiling newtype-uuid v1.1.3 |
2151 | 2024-11-18T23:58:39.541Z | Compiling dropshot v0.13.0 |
2152 | 2024-11-18T23:58:39.618Z | Compiling tungstenite v0.21.0 |
2153 | 2024-11-18T23:58:39.726Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2154 | 2024-11-18T23:58:42.240Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2155 | 2024-11-18T23:58:42.825Z | Compiling ipnetwork v0.20.0 |
2156 | 2024-11-18T23:58:42.845Z | Compiling slog-dtrace v0.3.0 |
2157 | 2024-11-18T23:58:43.149Z | Compiling instant v0.1.13 |
2158 | 2024-11-18T23:58:43.314Z | Compiling backoff v0.4.0 |
2159 | 2024-11-18T23:58:43.597Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2160 | 2024-11-18T23:58:43.801Z | Compiling tokio-tungstenite v0.21.0 |
2161 | 2024-11-18T23:58:44.292Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2162 | 2024-11-18T23:58:44.696Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2163 | 2024-11-18T23:58:45.053Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2164 | 2024-11-18T23:58:49.077Z | Compiling parse-display v0.10.0 |
2165 | 2024-11-18T23:58:49.643Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2166 | 2024-11-18T23:58:49.826Z | Compiling strum v0.26.3 |
2167 | 2024-11-18T23:58:50.016Z | Compiling serde_with v3.11.0 |
2168 | 2024-11-18T23:58:52.818Z | Compiling regress v0.9.1 |
2169 | 2024-11-18T23:58:52.896Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-11-18T23:58:54.130Z | Compiling macaddr v1.0.1 |
2171 | 2024-11-18T23:58:54.811Z | Compiling prettyplease v0.2.25 |
2172 | 2024-11-18T23:58:54.906Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2173 | 2024-11-18T23:58:56.049Z | Compiling arc-swap v1.7.1 |
2174 | 2024-11-18T23:58:56.744Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2175 | 2024-11-18T23:58:57.583Z | Compiling display-error-chain v0.2.2 |
2176 | 2024-11-18T23:58:57.603Z | Compiling slog-scope v4.4.0 |
2177 | 2024-11-18T23:58:57.804Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2178 | 2024-11-18T23:58:58.421Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2179 | 2024-11-18T23:58:59.406Z | Compiling half v2.4.1 |
2180 | 2024-11-18T23:59:00.131Z | Compiling ciborium-io v0.2.2 |
2181 | 2024-11-18T23:59:00.282Z | Compiling ciborium-ll v0.2.2 |
2182 | 2024-11-18T23:59:00.480Z | Compiling slog-stdlog v4.1.1 |
2183 | 2024-11-18T23:59:00.834Z | Compiling slog-envlogger v2.2.0 |
2184 | 2024-11-18T23:59:01.311Z | Compiling ciborium v0.2.2 |
2185 | 2024-11-18T23:59:01.790Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2186 | 2024-11-18T23:59:03.542Z | Compiling same-file v1.0.6 |
2187 | 2024-11-18T23:59:03.609Z | Compiling fastrand v2.1.1 |
2188 | 2024-11-18T23:59:03.797Z | Compiling walkdir v2.5.0 |
2189 | 2024-11-18T23:59:04.131Z | Compiling tempfile v3.13.0 |
2190 | 2024-11-18T23:59:04.520Z | Compiling blake3 v1.5.4 |
2191 | 2024-11-18T23:59:04.922Z | Compiling ring v0.16.20 |
2192 | 2024-11-18T23:59:05.183Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2193 | 2024-11-18T23:59:07.642Z | Compiling xattr v1.3.1 |
2194 | 2024-11-18T23:59:07.714Z | Compiling memmap2 v0.9.5 |
2195 | 2024-11-18T23:59:07.913Z | Compiling filetime v0.2.25 |
2196 | 2024-11-18T23:59:08.141Z | Compiling constant_time_eq v0.3.1 |
2197 | 2024-11-18T23:59:08.217Z | Compiling arrayvec v0.7.6 |
2198 | 2024-11-18T23:59:08.299Z | Compiling spin v0.5.2 |
2199 | 2024-11-18T23:59:08.560Z | Compiling arrayref v0.3.9 |
2200 | 2024-11-18T23:59:08.646Z | Compiling keccak v0.1.5 |
2201 | 2024-11-18T23:59:09.824Z | Compiling sha3 v0.10.8 |
2202 | 2024-11-18T23:59:12.531Z | Compiling tar v0.4.43 |
2203 | 2024-11-18T23:59:12.832Z | Compiling camino-tempfile v1.1.1 |
2204 | 2024-11-18T23:59:13.285Z | Compiling toolchain_find v0.4.0 |
2205 | 2024-11-18T23:59:13.962Z | Compiling nibble_vec v0.1.0 |
2206 | 2024-11-18T23:59:14.214Z | Compiling radium v0.7.0 |
2207 | 2024-11-18T23:59:14.580Z | Compiling crunchy v0.2.2 |
2208 | 2024-11-18T23:59:14.636Z | Compiling topological-sort v0.2.2 |
2209 | 2024-11-18T23:59:14.874Z | Compiling maplit v1.0.2 |
2210 | 2024-11-18T23:59:15.010Z | Compiling endian-type v0.1.2 |
2211 | 2024-11-18T23:59:15.061Z | Compiling omicron-zone-package v0.11.1 |
2212 | 2024-11-18T23:59:15.262Z | Compiling radix_trie v0.2.1 |
2213 | 2024-11-18T23:59:15.342Z | Compiling rustfmt-wrapper v0.2.1 |
2214 | 2024-11-18T23:59:15.925Z | Compiling pem v3.0.4 |
2215 | 2024-11-18T23:59:16.215Z | Compiling maybe-uninit v2.0.0 |
2216 | 2024-11-18T23:59:16.693Z | Compiling tiny-keccak v2.0.2 |
2217 | 2024-11-18T23:59:16.827Z | Compiling tap v1.0.1 |
2218 | 2024-11-18T23:59:17.020Z | Compiling wyz v0.5.1 |
2219 | 2024-11-18T23:59:17.395Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2024-11-18T23:59:17.475Z | Compiling dsl_auto_type v0.1.2 |
2221 | 2024-11-18T23:59:17.520Z | Compiling scheduled-thread-pool v0.2.7 |
2222 | 2024-11-18T23:59:17.666Z | Compiling secrecy v0.8.0 |
2223 | 2024-11-18T23:59:17.949Z | Compiling diesel_table_macro_syntax v0.2.0 |
2224 | 2024-11-18T23:59:18.010Z | Compiling packed_struct v0.10.1 |
2225 | 2024-11-18T23:59:18.365Z | Compiling crc-catalog v2.4.0 |
2226 | 2024-11-18T23:59:18.412Z | Compiling funty v2.0.0 |
2227 | 2024-11-18T23:59:18.520Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2228 | 2024-11-18T23:59:18.743Z | Compiling crc v3.2.1 |
2229 | 2024-11-18T23:59:18.832Z | Compiling diesel_derives v2.2.3 |
2230 | 2024-11-18T23:59:18.914Z | Compiling r2d2 v0.8.10 |
2231 | 2024-11-18T23:59:19.793Z | Compiling bitvec v1.0.1 |
2232 | 2024-11-18T23:59:20.320Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2233 | 2024-11-18T23:59:20.755Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2234 | 2024-11-18T23:59:20.807Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2235 | 2024-11-18T23:59:22.146Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-18T23:59:22.668Z | Compiling ascii-canvas v3.0.0 |
2237 | 2024-11-18T23:59:23.146Z | Compiling universal-hash v0.5.1 |
2238 | 2024-11-18T23:59:23.376Z | Compiling packed_struct_codegen v0.10.1 |
2239 | 2024-11-18T23:59:24.369Z | Compiling thiserror-impl-no-std v2.0.2 |
2240 | 2024-11-18T23:59:25.854Z | Compiling lzma-sys v0.1.20 |
2241 | 2024-11-18T23:59:26.554Z | Compiling ena v0.14.3 |
2242 | 2024-11-18T23:59:26.991Z | Compiling indexmap v1.9.3 |
2243 | 2024-11-18T23:59:27.040Z | Compiling regex-syntax v0.6.29 |
2244 | 2024-11-18T23:59:27.307Z | Compiling diff v0.1.13 |
2245 | 2024-11-18T23:59:27.877Z | Compiling opaque-debug v0.3.1 |
2246 | 2024-11-18T23:59:28.002Z | Compiling nodrop v0.1.14 |
2247 | 2024-11-18T23:59:28.167Z | Compiling array-init v0.0.4 |
2248 | 2024-11-18T23:59:29.455Z | Compiling poly1305 v0.8.0 |
2249 | 2024-11-18T23:59:30.419Z | Compiling diesel v2.2.4 |
2250 | 2024-11-18T23:59:31.037Z | Compiling lalrpop v0.19.12 |
2251 | 2024-11-18T23:59:32.314Z | Compiling thiserror-no-std v2.0.2 |
2252 | 2024-11-18T23:59:36.860Z | Compiling smallvec v0.6.14 |
2253 | 2024-11-18T23:59:37.734Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2254 | 2024-11-18T23:59:37.937Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2255 | 2024-11-18T23:59:38.226Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2256 | 2024-11-18T23:59:38.463Z | Compiling chacha20 v0.9.1 |
2257 | 2024-11-18T23:59:38.833Z | Compiling heck v0.3.3 |
2258 | 2024-11-18T23:59:38.905Z | Compiling const_format_proc_macros v0.2.33 |
2259 | 2024-11-18T23:59:39.212Z | Compiling aead v0.5.2 |
2260 | 2024-11-18T23:59:39.566Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2261 | 2024-11-18T23:59:39.871Z | Compiling bitfield v0.14.0 |
2262 | 2024-11-18T23:59:40.185Z | Compiling termcolor v1.4.1 |
2263 | 2024-11-18T23:59:40.772Z | Compiling ref-cast v1.0.23 |
2264 | 2024-11-18T23:59:41.220Z | Compiling hashbrown v0.12.3 |
2265 | 2024-11-18T23:59:41.372Z | Compiling const_format v0.2.33 |
2266 | 2024-11-18T23:59:42.655Z | Compiling env_logger v0.10.2 |
2267 | 2024-11-18T23:59:43.673Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2268 | 2024-11-18T23:59:45.841Z | Compiling chacha20poly1305 v0.10.1 |
2269 | 2024-11-18T23:59:46.084Z | Compiling zone_cfg_derive v0.1.2 |
2270 | 2024-11-18T23:59:47.235Z | Compiling serde-hex v0.1.0 |
2271 | 2024-11-18T23:59:47.705Z | Compiling vsss-rs v3.3.4 |
2272 | 2024-11-18T23:59:52.216Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2273 | 2024-11-18T23:59:52.470Z | Compiling ron v0.8.1 |
2274 | 2024-11-18T23:59:52.573Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2275 | 2024-11-18T23:59:52.890Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2276 | 2024-11-18T23:59:53.486Z | Compiling derive_builder_core v0.20.2 |
2277 | 2024-11-18T23:59:55.737Z | Compiling hashbrown v0.13.2 |
2278 | 2024-11-18T23:59:56.410Z | Compiling polar-core v0.27.3 |
2279 | 2024-11-18T23:59:57.170Z | Compiling headers-core v0.3.0 |
2280 | 2024-11-18T23:59:57.347Z | Compiling fxhash v0.2.1 |
2281 | 2024-11-18T23:59:57.592Z | Compiling libxml v0.3.3 |
2282 | 2024-11-18T23:59:57.662Z | Compiling ref-cast-impl v1.0.23 |
2283 | 2024-11-18T23:59:57.958Z | Compiling base64 v0.13.1 |
2284 | 2024-11-18T23:59:58.361Z | Compiling crc-any v2.5.0 |
2285 | 2024-11-18T23:59:58.683Z | Compiling ron v0.7.1 |
2286 | 2024-11-18T23:59:58.951Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-19T00:00:03.939Z | Compiling headers v0.4.0 |
2288 | 2024-11-19T00:00:06.558Z | Compiling object v0.30.4 |
2289 | 2024-11-19T00:00:07.627Z | Compiling derive_builder_macro v0.20.2 |
2290 | 2024-11-19T00:00:08.428Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2291 | 2024-11-19T00:00:09.922Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-11-19T00:00:10.680Z | Compiling xz2 v0.1.7 |
2293 | 2024-11-19T00:00:11.294Z | Compiling zone v0.1.8 |
2294 | 2024-11-19T00:00:13.646Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2295 | 2024-11-19T00:00:14.640Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2296 | 2024-11-19T00:00:16.645Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2297 | 2024-11-19T00:00:16.868Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2298 | 2024-11-19T00:00:16.949Z | Compiling yasna v0.5.2 |
2299 | 2024-11-19T00:00:17.236Z | Compiling phf_generator v0.11.2 |
2300 | 2024-11-19T00:00:17.438Z | Compiling strum_macros v0.24.3 |
2301 | 2024-11-19T00:00:19.116Z | Compiling kstat-rs v0.2.4 |
2302 | 2024-11-19T00:00:20.089Z | Compiling samael v0.0.17 |
2303 | 2024-11-19T00:00:20.350Z | Compiling async-recursion v1.1.1 |
2304 | 2024-11-19T00:00:20.737Z | Compiling unicase v2.7.0 |
2305 | 2024-11-19T00:00:21.064Z | Compiling indoc v1.0.9 |
2306 | 2024-11-19T00:00:21.608Z | Compiling path-slash v0.1.5 |
2307 | 2024-11-19T00:00:21.816Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2308 | 2024-11-19T00:00:21.841Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2309 | 2024-11-19T00:00:22.087Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2310 | 2024-11-19T00:00:22.767Z | Compiling rcgen v0.12.1 |
2311 | 2024-11-19T00:00:25.593Z | Compiling phf_codegen v0.11.2 |
2312 | 2024-11-19T00:00:26.228Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2313 | 2024-11-19T00:00:33.025Z | Compiling derive_builder v0.20.2 |
2314 | 2024-11-19T00:00:33.227Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2315 | 2024-11-19T00:00:37.565Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2316 | 2024-11-19T00:00:37.865Z | Compiling oso-derive v0.27.3 |
2317 | 2024-11-19T00:00:37.898Z | Compiling impl-trait-for-tuples v0.2.2 |
2318 | 2024-11-19T00:00:38.831Z | Compiling libz-sys v1.1.20 |
2319 | 2024-11-19T00:00:39.499Z | Compiling parse-zoneinfo v0.3.1 |
2320 | 2024-11-19T00:00:41.120Z | Compiling quick-xml v0.33.0 |
2321 | 2024-11-19T00:00:41.880Z | Compiling subprocess v0.2.9 |
2322 | 2024-11-19T00:00:42.198Z | Compiling diesel-dtrace v0.3.0 |
2323 | 2024-11-19T00:00:42.504Z | Compiling parking_lot_core v0.8.6 |
2324 | 2024-11-19T00:00:42.938Z | Compiling cfg_aliases v0.1.1 |
2325 | 2024-11-19T00:00:43.059Z | Compiling nix v0.28.0 |
2326 | 2024-11-19T00:00:43.857Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2327 | 2024-11-19T00:00:44.723Z | Compiling oso v0.27.3 |
2328 | 2024-11-19T00:00:46.625Z | Compiling chrono-tz-build v0.4.0 |
2329 | 2024-11-19T00:00:47.929Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2330 | 2024-11-19T00:00:49.510Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2331 | 2024-11-19T00:00:51.661Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2332 | 2024-11-19T00:00:54.836Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2333 | 2024-11-19T00:00:54.900Z | Compiling bb8 v0.8.5 |
2334 | 2024-11-19T00:00:55.128Z | Compiling vte_generate_state_changes v0.1.2 |
2335 | 2024-11-19T00:00:55.501Z | Compiling buf-list v1.0.3 |
2336 | 2024-11-19T00:00:55.745Z | Compiling vte v0.11.1 |
2337 | 2024-11-19T00:00:56.160Z | Compiling async-bb8-diesel v0.2.1 |
2338 | 2024-11-19T00:00:57.053Z | Compiling chrono-tz v0.10.0 |
2339 | 2024-11-19T00:00:57.976Z | Compiling fd-lock v4.0.2 |
2340 | 2024-11-19T00:00:58.211Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2341 | 2024-11-19T00:00:58.559Z | Compiling pin-project-internal v1.1.6 |
2342 | 2024-11-19T00:00:58.990Z | Compiling atty v0.2.14 |
2343 | 2024-11-19T00:00:59.154Z | Compiling salty v0.3.0 |
2344 | 2024-11-19T00:00:59.564Z | Compiling bytecount v0.6.8 |
2345 | 2024-11-19T00:00:59.881Z | Compiling papergrid v0.11.0 |
2346 | 2024-11-19T00:01:01.404Z | Compiling pin-project v1.1.6 |
2347 | 2024-11-19T00:01:02.020Z | Compiling parking_lot v0.11.2 |
2348 | 2024-11-19T00:01:11.008Z | Compiling strip-ansi-escapes v0.2.0 |
2349 | 2024-11-19T00:01:12.674Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2350 | 2024-11-19T00:01:12.991Z | Compiling tabled_derive v0.7.0 |
2351 | 2024-11-19T00:01:15.112Z | Compiling peg-macros v0.8.4 |
2352 | 2024-11-19T00:01:17.356Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2353 | 2024-11-19T00:01:18.201Z | Compiling snafu-derive v0.8.5 |
2354 | 2024-11-19T00:01:18.336Z | Compiling sqlparser_derive v0.2.2 |
2355 | 2024-11-19T00:01:19.303Z | Compiling simd-adler32 v0.3.7 |
2356 | 2024-11-19T00:01:20.423Z | Compiling home v0.5.9 |
2357 | 2024-11-19T00:01:20.739Z | Compiling unicode_categories v0.1.1 |
2358 | 2024-11-19T00:01:21.118Z | Compiling bumpalo v3.16.0 |
2359 | 2024-11-19T00:01:21.694Z | Compiling zip v2.1.3 |
2360 | 2024-11-19T00:01:22.014Z | Compiling nu-ansi-term v0.50.1 |
2361 | 2024-11-19T00:01:22.847Z | Compiling lockfree-object-pool v0.1.6 |
2362 | 2024-11-19T00:01:23.169Z | Compiling zopfli v0.8.1 |
2363 | 2024-11-19T00:01:23.187Z | Compiling snafu v0.8.5 |
2364 | 2024-11-19T00:01:24.487Z | Compiling reedline v0.35.0 |
2365 | 2024-11-19T00:01:26.896Z | Compiling sqlformat v0.2.6 |
2366 | 2024-11-19T00:01:27.361Z | Compiling rustyline v14.0.0 |
2367 | 2024-11-19T00:01:32.968Z | Compiling sqlparser v0.45.0 |
2368 | 2024-11-19T00:01:36.225Z | Compiling peg v0.8.4 |
2369 | 2024-11-19T00:01:36.346Z | Compiling tabled v0.15.0 |
2370 | 2024-11-19T00:01:38.175Z | Compiling mime_guess v2.0.5 |
2371 | 2024-11-19T00:01:39.204Z | Compiling sled v0.34.7 |
2372 | 2024-11-19T00:01:41.972Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2373 | 2024-11-19T00:01:44.139Z | Compiling hickory-client v0.24.1 |
2374 | 2024-11-19T00:01:47.225Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2375 | 2024-11-19T00:01:49.158Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2024-11-19T00:01:49.421Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-11-19T00:01:51.757Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-11-19T00:01:56.785Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2379 | 2024-11-19T00:01:57.856Z | Compiling globset v0.4.15 |
2380 | 2024-11-19T00:01:58.353Z | Compiling hickory-server v0.24.1 |
2381 | 2024-11-19T00:02:00.355Z | Compiling primeorder v0.13.6 |
2382 | 2024-11-19T00:02:05.511Z | Compiling olpc-cjson v0.1.4 |
2383 | 2024-11-19T00:02:05.883Z | Compiling vergen v8.3.2 |
2384 | 2024-11-19T00:02:06.191Z | Compiling bcs v0.1.6 |
2385 | 2024-11-19T00:02:07.088Z | Compiling env_filter v0.1.2 |
2386 | 2024-11-19T00:02:08.639Z | Compiling serde_plain v1.0.2 |
2387 | 2024-11-19T00:02:09.228Z | Compiling cargo-platform v0.1.8 |
2388 | 2024-11-19T00:02:09.751Z | Compiling nanorand v0.7.0 |
2389 | 2024-11-19T00:02:10.094Z | Compiling memoffset v0.9.1 |
2390 | 2024-11-19T00:02:10.397Z | Compiling typed-path v0.9.3 |
2391 | 2024-11-19T00:02:10.497Z | Compiling flume v0.11.1 |
2392 | 2024-11-19T00:02:10.594Z | Compiling cargo_metadata v0.18.1 |
2393 | 2024-11-19T00:02:11.270Z | Compiling env_logger v0.11.5 |
2394 | 2024-11-19T00:02:13.480Z | Compiling tough v0.19.0 |
2395 | 2024-11-19T00:02:13.883Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2396 | 2024-11-19T00:02:18.098Z | Compiling p384 v0.13.0 |
2397 | 2024-11-19T00:02:23.997Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2398 | 2024-11-19T00:02:24.198Z | Compiling git2 v0.19.0 |
2399 | 2024-11-19T00:02:33.417Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2400 | 2024-11-19T00:02:34.323Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2401 | 2024-11-19T00:02:37.254Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2402 | 2024-11-19T00:02:39.417Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2024-11-19T00:02:41.043Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2404 | 2024-11-19T00:02:43.547Z | Compiling rand_seeder v0.3.0 |
2405 | 2024-11-19T00:02:43.725Z | Compiling libsqlite3-sys v0.30.1 |
2406 | 2024-11-19T00:02:43.952Z | Compiling rustls v0.21.12 |
2407 | 2024-11-19T00:02:44.216Z | Compiling cfg_aliases v0.2.1 |
2408 | 2024-11-19T00:02:44.237Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2409 | 2024-11-19T00:02:44.345Z | Compiling parse-size v1.1.0 |
2410 | 2024-11-19T00:02:44.579Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2411 | 2024-11-19T00:02:44.664Z | Compiling nix v0.29.0 |
2412 | 2024-11-19T00:02:44.919Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-11-19T00:02:45.520Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2414 | 2024-11-19T00:02:47.033Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2415 | 2024-11-19T00:02:47.808Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2416 | 2024-11-19T00:02:47.900Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2417 | 2024-11-19T00:02:48.196Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2418 | 2024-11-19T00:02:48.625Z | Compiling rustls-webpki v0.101.7 |
2419 | 2024-11-19T00:02:51.257Z | Compiling sct v0.7.1 |
2420 | 2024-11-19T00:02:51.725Z | Compiling castaway v0.2.3 |
2421 | 2024-11-19T00:02:51.925Z | Compiling csv-core v0.1.11 |
2422 | 2024-11-19T00:02:52.465Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2423 | 2024-11-19T00:02:52.510Z | Compiling glob v0.3.1 |
2424 | 2024-11-19T00:02:52.776Z | Compiling http-range v0.1.5 |
2425 | 2024-11-19T00:02:52.894Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2426 | 2024-11-19T00:02:53.342Z | Compiling hyper-staticfile v0.10.1 |
2427 | 2024-11-19T00:02:54.539Z | Compiling csv v1.3.0 |
2428 | 2024-11-19T00:02:56.317Z | Compiling compact_str v0.8.0 |
2429 | 2024-11-19T00:02:57.325Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2430 | 2024-11-19T00:02:58.998Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2431 | 2024-11-19T00:02:59.960Z | Compiling nix v0.27.1 |
2432 | 2024-11-19T00:03:00.295Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2433 | 2024-11-19T00:03:03.745Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2434 | 2024-11-19T00:03:07.437Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2435 | 2024-11-19T00:03:12.927Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2436 | 2024-11-19T00:03:14.105Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2437 | 2024-11-19T00:03:17.421Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2438 | 2024-11-19T00:03:17.758Z | Compiling unicode-truncate v1.1.0 |
2439 | 2024-11-19T00:03:18.052Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2440 | 2024-11-19T00:03:18.355Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2441 | 2024-11-19T00:03:18.657Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2442 | 2024-11-19T00:03:20.394Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2443 | 2024-11-19T00:03:21.583Z | Compiling hashlink v0.9.1 |
2444 | 2024-11-19T00:03:22.241Z | Compiling tungstenite v0.23.0 |
2445 | 2024-11-19T00:03:22.399Z | Compiling lru v0.12.5 |
2446 | 2024-11-19T00:03:22.781Z | Compiling instability v0.3.2 |
2447 | 2024-11-19T00:03:23.320Z | Compiling fallible-streaming-iterator v0.1.9 |
2448 | 2024-11-19T00:03:23.592Z | Compiling cassowary v0.3.0 |
2449 | 2024-11-19T00:03:23.777Z | Compiling fallible-iterator v0.3.0 |
2450 | 2024-11-19T00:03:24.621Z | Compiling rusqlite v0.32.1 |
2451 | 2024-11-19T00:03:25.881Z | Compiling ratatui v0.28.1 |
2452 | 2024-11-19T00:03:27.159Z | Compiling tokio-tungstenite v0.23.1 |
2453 | 2024-11-19T00:03:27.786Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-11-19T00:03:30.212Z | Compiling tokio-rustls v0.24.1 |
2455 | 2024-11-19T00:03:36.579Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2456 | 2024-11-19T00:03:44.085Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2457 | 2024-11-19T00:03:44.819Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2458 | 2024-11-19T00:03:45.247Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-11-19T00:03:46.602Z | Compiling rustls-pemfile v1.0.4 |
2460 | 2024-11-19T00:03:47.400Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-11-19T00:03:47.718Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2462 | 2024-11-19T00:03:48.469Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2463 | 2024-11-19T00:03:48.653Z | Compiling signal-hook-tokio v0.3.1 |
2464 | 2024-11-19T00:03:48.887Z | Compiling twox-hash v1.6.3 |
2465 | 2024-11-19T00:03:49.593Z | Compiling unicode-linebreak v0.1.5 |
2466 | 2024-11-19T00:03:49.867Z | Compiling is_ci v1.2.0 |
2467 | 2024-11-19T00:03:50.157Z | Compiling smawk v0.3.2 |
2468 | 2024-11-19T00:03:50.182Z | Compiling supports-color v3.0.1 |
2469 | 2024-11-19T00:03:50.421Z | Compiling textwrap v0.16.1 |
2470 | 2024-11-19T00:03:52.830Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2471 | 2024-11-19T00:03:58.415Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2472 | 2024-11-19T00:04:02.736Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2473 | 2024-11-19T00:04:11.372Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2474 | 2024-11-19T00:04:12.234Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2475 | 2024-11-19T00:04:12.990Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2476 | 2024-11-19T00:04:13.610Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2477 | 2024-11-19T00:04:16.120Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2024-11-19T00:04:23.218Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2479 | 2024-11-19T00:04:23.529Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2480 | 2024-11-19T00:04:25.481Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2481 | 2024-11-19T00:04:30.116Z | Compiling fatfs v0.3.6 |
2482 | 2024-11-19T00:04:32.417Z | Compiling rtoolbox v0.0.2 |
2483 | 2024-11-19T00:04:32.864Z | Compiling assert_matches v1.5.0 |
2484 | 2024-11-19T00:04:32.867Z | Compiling rpassword v7.3.1 |
2485 | 2024-11-19T00:04:33.336Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2486 | 2024-11-19T00:04:34.560Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-11-19T00:04:47.842Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2488 | 2024-11-19T00:04:54.902Z | Compiling tui-tree-widget v0.22.0 |
2489 | 2024-11-19T00:04:55.379Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2490 | 2024-11-19T00:04:56.799Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2491 | 2024-11-19T00:05:00.417Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2492 | 2024-11-19T00:05:00.750Z | Compiling uzers v0.12.1 |
2493 | 2024-11-19T00:05:03.819Z | Compiling shell-words v1.1.0 |
2494 | 2024-11-19T00:05:04.288Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2495 | 2024-11-19T00:05:09.954Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2496 | 2024-11-19T00:05:12.010Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2497 | 2024-11-19T00:05:35.756Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2498 | 2024-11-19T00:05:43.884Z | Compiling multimap v0.10.0 |
2499 | 2024-11-19T00:07:42.079Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2500 | 2024-11-19T00:07:51.811Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2501 | 2024-11-19T00:14:27.764Z | Finished `release` profile [optimized] target(s) in 15m 56s |
2502 | 2024-11-19T00:15:28.724Z | |
2503 | 2024-11-19T00:15:28.724Z | real 16:58.699824442 |
2504 | 2024-11-19T00:15:28.724Z | user 1:56:55.126656350 |
2505 | 2024-11-19T00:15:28.724Z | sys 5:53.940320249 |
2506 | 2024-11-19T00:15:28.724Z | trap 2.787477452 |
2507 | 2024-11-19T00:15:28.724Z | tflt 3.012495952 |
2508 | 2024-11-19T00:15:28.724Z | dflt 4.462701169 |
2509 | 2024-11-19T00:15:28.727Z | kflt 0.076503382 |
2510 | 2024-11-19T00:15:28.727Z | lock 7:09:53.471989292 |
2511 | 2024-11-19T00:15:28.727Z | slp 6:11:31.603374648 |
2512 | 2024-11-19T00:15:28.727Z | lat 2:58.205180438 |
2513 | 2024-11-19T00:15:28.727Z | stop 2:39.212540353 |
2514 | 2024-11-19T00:15:28.727Z | + mapfile -t packages |
2515 | 2024-11-19T00:15:28.727Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2516 | 2024-11-19T00:15:29.713Z | Finished `release` profile [optimized] target(s) in 0.93s |
2517 | 2024-11-19T00:15:29.770Z | Running `target/release/omicron-package -t test list-outputs` |
2518 | 2024-11-19T00:15:29.817Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2519 | 2024-11-19T00:15:29.820Z | + ptime -m cargo build --locked --release -p xtask |
2520 | 2024-11-19T00:15:30.367Z | Compiling serde v1.0.215 |
2521 | 2024-11-19T00:15:30.370Z | Compiling serde_json v1.0.132 |
2522 | 2024-11-19T00:15:30.370Z | Compiling libc v0.2.162 |
2523 | 2024-11-19T00:15:30.370Z | Compiling rustix v0.38.37 |
2524 | 2024-11-19T00:15:30.458Z | Compiling syn v2.0.87 |
2525 | 2024-11-19T00:15:30.468Z | Compiling bitflags v2.6.0 |
2526 | 2024-11-19T00:15:30.871Z | Compiling usdt-impl v0.5.0 |
2527 | 2024-11-19T00:15:30.927Z | Compiling syn v1.0.109 |
2528 | 2024-11-19T00:15:30.963Z | Compiling log v0.4.22 |
2529 | 2024-11-19T00:15:30.997Z | Compiling hashbrown v0.15.0 |
2530 | 2024-11-19T00:15:31.048Z | Compiling fs-err v2.11.0 |
2531 | 2024-11-19T00:15:31.362Z | Compiling once_cell v1.20.2 |
2532 | 2024-11-19T00:15:31.450Z | Compiling anyhow v1.0.93 |
2533 | 2024-11-19T00:15:31.999Z | Compiling thread-id v4.2.2 |
2534 | 2024-11-19T00:15:32.333Z | Compiling indexmap v2.6.0 |
2535 | 2024-11-19T00:15:33.389Z | Compiling terminal_size v0.4.0 |
2536 | 2024-11-19T00:15:33.389Z | Compiling tempfile v3.13.0 |
2537 | 2024-11-19T00:15:33.617Z | Compiling clap_builder v4.5.21 |
2538 | 2024-11-19T00:15:34.306Z | Compiling proc-macro-error v1.0.4 |
2539 | 2024-11-19T00:15:35.660Z | Compiling tabled_derive v0.7.0 |
2540 | 2024-11-19T00:15:36.903Z | Compiling tabled v0.15.0 |
2541 | 2024-11-19T00:15:38.744Z | Compiling serde_derive v1.0.215 |
2542 | 2024-11-19T00:15:39.043Z | Compiling thiserror-impl v1.0.69 |
2543 | 2024-11-19T00:15:39.718Z | Compiling zerocopy-derive v0.7.35 |
2544 | 2024-11-19T00:15:39.966Z | Compiling scroll_derive v0.12.0 |
2545 | 2024-11-19T00:15:40.108Z | Compiling clap_derive v4.5.18 |
2546 | 2024-11-19T00:15:41.437Z | Compiling scroll v0.12.0 |
2547 | 2024-11-19T00:15:41.720Z | Compiling zerocopy v0.7.35 |
2548 | 2024-11-19T00:15:41.950Z | Compiling thiserror v1.0.69 |
2549 | 2024-11-19T00:15:42.102Z | Compiling pest v2.7.14 |
2550 | 2024-11-19T00:15:43.305Z | Compiling goblin v0.8.2 |
2551 | 2024-11-19T00:15:44.736Z | Compiling pest_meta v2.7.14 |
2552 | 2024-11-19T00:15:46.150Z | Compiling pest_generator v2.7.14 |
2553 | 2024-11-19T00:15:47.919Z | Compiling clap v4.5.21 |
2554 | 2024-11-19T00:15:48.968Z | Compiling pest_derive v2.7.14 |
2555 | 2024-11-19T00:15:49.714Z | Compiling dtrace-parser v0.2.0 |
2556 | 2024-11-19T00:15:53.441Z | Compiling serde_tokenstream v0.2.2 |
2557 | 2024-11-19T00:15:54.045Z | Compiling serde_spanned v0.6.8 |
2558 | 2024-11-19T00:15:54.318Z | Compiling toml_datetime v0.6.8 |
2559 | 2024-11-19T00:15:55.043Z | Compiling dof v0.3.0 |
2560 | 2024-11-19T00:15:57.553Z | Compiling toml_edit v0.22.22 |
2561 | 2024-11-19T00:15:58.417Z | Compiling camino v1.1.9 |
2562 | 2024-11-19T00:15:59.035Z | Compiling usdt-attr-macro v0.5.0 |
2563 | 2024-11-19T00:15:59.786Z | Compiling usdt-macro v0.5.0 |
2564 | 2024-11-19T00:16:00.923Z | Compiling semver v1.0.23 |
2565 | 2024-11-19T00:16:01.054Z | Compiling toml v0.8.19 |
2566 | 2024-11-19T00:16:02.359Z | Compiling cargo-platform v0.1.8 |
2567 | 2024-11-19T00:16:02.727Z | Compiling cargo_metadata v0.18.1 |
2568 | 2024-11-19T00:16:03.007Z | Compiling cargo_toml v0.20.5 |
2569 | 2024-11-19T00:16:03.431Z | Compiling usdt v0.5.0 |
2570 | 2024-11-19T00:16:04.234Z | Compiling camino-tempfile v1.1.1 |
2571 | 2024-11-19T00:16:04.403Z | Compiling macaddr v1.0.1 |
2572 | 2024-11-19T00:16:14.666Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2573 | 2024-11-19T00:16:25.938Z | Finished `release` profile [optimized] target(s) in 56.06s |
2574 | 2024-11-19T00:16:26.042Z | |
2575 | 2024-11-19T00:16:26.044Z | real 56.193463558 |
2576 | 2024-11-19T00:16:26.044Z | user 5:43.948784419 |
2577 | 2024-11-19T00:16:26.044Z | sys 31.431563537 |
2578 | 2024-11-19T00:16:26.044Z | trap 0.150604773 |
2579 | 2024-11-19T00:16:26.044Z | tflt 0.210229993 |
2580 | 2024-11-19T00:16:26.044Z | dflt 0.539378121 |
2581 | 2024-11-19T00:16:26.044Z | kflt 0.000014289 |
2582 | 2024-11-19T00:16:26.044Z | lock 10:34.281001203 |
2583 | 2024-11-19T00:16:26.045Z | slp 15:36.354100569 |
2584 | 2024-11-19T00:16:26.045Z | lat 13.426648769 |
2585 | 2024-11-19T00:16:26.045Z | stop 17.058349602 |
2586 | 2024-11-19T00:16:26.045Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2587 | 2024-11-19T00:16:26.045Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2588 | 2024-11-19T00:16:26.045Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2589 | 2024-11-19T00:16:26.045Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2590 | 2024-11-19T00:16:26.045Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2591 | 2024-11-19T00:16:26.910Z | Compiling hashbrown v0.14.5 |
2592 | 2024-11-19T00:16:27.037Z | Compiling unsafe-libyaml v0.2.11 |
2593 | 2024-11-19T00:16:27.049Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2594 | 2024-11-19T00:16:27.049Z | Compiling progenitor-client v0.8.0 |
2595 | 2024-11-19T00:16:27.052Z | Compiling ident_case v1.0.1 |
2596 | 2024-11-19T00:16:27.052Z | Compiling ipnetwork v0.20.0 |
2597 | 2024-11-19T00:16:27.052Z | Compiling instant v0.1.13 |
2598 | 2024-11-19T00:16:27.052Z | Compiling structmeta-derive v0.3.0 |
2599 | 2024-11-19T00:16:27.194Z | Compiling darling_core v0.20.10 |
2600 | 2024-11-19T00:16:27.213Z | Compiling newtype-uuid v1.1.3 |
2601 | 2024-11-19T00:16:27.465Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2602 | 2024-11-19T00:16:27.525Z | Compiling dropshot v0.13.0 |
2603 | 2024-11-19T00:16:27.880Z | Compiling dropshot_endpoint v0.13.0 |
2604 | 2024-11-19T00:16:27.920Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2605 | 2024-11-19T00:16:28.024Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2606 | 2024-11-19T00:16:28.270Z | Compiling regress v0.10.1 |
2607 | 2024-11-19T00:16:28.343Z | Compiling serde_yaml v0.9.34+deprecated |
2608 | 2024-11-19T00:16:28.377Z | Compiling regress v0.9.1 |
2609 | 2024-11-19T00:16:28.677Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2610 | 2024-11-19T00:16:28.856Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-11-19T00:16:28.950Z | Compiling backoff v0.4.0 |
2612 | 2024-11-19T00:16:29.306Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2613 | 2024-11-19T00:16:29.486Z | Compiling macaddr v1.0.1 |
2614 | 2024-11-19T00:16:29.656Z | Compiling tempfile v3.13.0 |
2615 | 2024-11-19T00:16:29.978Z | Compiling proc-macro-crate v1.3.1 |
2616 | 2024-11-19T00:16:30.122Z | Compiling structmeta v0.3.0 |
2617 | 2024-11-19T00:16:30.545Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2618 | 2024-11-19T00:16:30.596Z | Compiling parse-display-derive v0.10.0 |
2619 | 2024-11-19T00:16:30.995Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2620 | 2024-11-19T00:16:31.098Z | Compiling num_enum_derive v0.5.11 |
2621 | 2024-11-19T00:16:31.312Z | Compiling foreign-types-macros v0.2.3 |
2622 | 2024-11-19T00:16:32.619Z | Compiling typify-impl v0.2.0 |
2623 | 2024-11-19T00:16:32.640Z | Compiling heapless v0.8.0 |
2624 | 2024-11-19T00:16:33.227Z | Compiling foreign-types-shared v0.3.1 |
2625 | 2024-11-19T00:16:33.364Z | Compiling foreign-types v0.5.0 |
2626 | 2024-11-19T00:16:33.483Z | Compiling proc-macro-error v1.0.4 |
2627 | 2024-11-19T00:16:33.686Z | Compiling num_enum v0.5.11 |
2628 | 2024-11-19T00:16:33.741Z | Compiling camino-tempfile v1.1.1 |
2629 | 2024-11-19T00:16:33.780Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2630 | 2024-11-19T00:16:33.854Z | Compiling hash32 v0.3.1 |
2631 | 2024-11-19T00:16:34.105Z | Compiling cstr-argument v0.1.2 |
2632 | 2024-11-19T00:16:34.214Z | Compiling crucible-workspace-hack v0.1.0 |
2633 | 2024-11-19T00:16:34.234Z | Compiling smoltcp v0.11.0 |
2634 | 2024-11-19T00:16:34.304Z | Compiling darling_macro v0.20.10 |
2635 | 2024-11-19T00:16:34.346Z | Compiling pretty-hex v0.2.1 |
2636 | 2024-11-19T00:16:34.510Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-19T00:16:34.548Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2638 | 2024-11-19T00:16:34.635Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2639 | 2024-11-19T00:16:34.875Z | Compiling tabwriter v1.4.0 |
2640 | 2024-11-19T00:16:34.971Z | Compiling colored v2.1.0 |
2641 | 2024-11-19T00:16:35.135Z | Compiling cobs v0.2.3 |
2642 | 2024-11-19T00:16:35.239Z | Compiling darling v0.20.10 |
2643 | 2024-11-19T00:16:35.259Z | Compiling parse-display v0.10.0 |
2644 | 2024-11-19T00:16:35.369Z | Compiling serde_with_macros v3.11.0 |
2645 | 2024-11-19T00:16:35.422Z | Compiling postcard v1.0.10 |
2646 | 2024-11-19T00:16:35.557Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2647 | 2024-11-19T00:16:35.790Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2648 | 2024-11-19T00:16:35.973Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2649 | 2024-11-19T00:16:36.020Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2650 | 2024-11-19T00:16:36.039Z | Compiling smf v0.2.3 |
2651 | 2024-11-19T00:16:36.124Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2652 | 2024-11-19T00:16:36.480Z | Compiling zone_cfg_derive v0.3.0 |
2653 | 2024-11-19T00:16:36.911Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2654 | 2024-11-19T00:16:37.416Z | Compiling num-derive v0.4.2 |
2655 | 2024-11-19T00:16:37.452Z | Compiling sigpipe v0.1.3 |
2656 | 2024-11-19T00:16:37.589Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2657 | 2024-11-19T00:16:37.912Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2658 | 2024-11-19T00:16:38.000Z | Compiling zone v0.3.0 |
2659 | 2024-11-19T00:16:38.317Z | Compiling serde_with v3.11.0 |
2660 | 2024-11-19T00:16:39.056Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2661 | 2024-11-19T00:16:39.525Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2662 | 2024-11-19T00:16:39.681Z | Compiling universal-hash v0.5.1 |
2663 | 2024-11-19T00:16:39.835Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2664 | 2024-11-19T00:16:39.904Z | Compiling opaque-debug v0.3.1 |
2665 | 2024-11-19T00:16:40.013Z | Compiling num-rational v0.4.2 |
2666 | 2024-11-19T00:16:40.593Z | Compiling password-hash v0.5.0 |
2667 | 2024-11-19T00:16:40.796Z | Compiling num-complex v0.4.6 |
2668 | 2024-11-19T00:16:41.251Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2669 | 2024-11-19T00:16:41.651Z | Compiling blake2 v0.10.6 |
2670 | 2024-11-19T00:16:41.688Z | Compiling aead v0.5.2 |
2671 | 2024-11-19T00:16:41.873Z | Compiling convert_case v0.4.0 |
2672 | 2024-11-19T00:16:41.907Z | Compiling keccak v0.1.5 |
2673 | 2024-11-19T00:16:42.052Z | Compiling num v0.4.3 |
2674 | 2024-11-19T00:16:42.175Z | Compiling argon2 v0.5.3 |
2675 | 2024-11-19T00:16:42.323Z | Compiling sha3 v0.10.8 |
2676 | 2024-11-19T00:16:42.745Z | Compiling poly1305 v0.8.0 |
2677 | 2024-11-19T00:16:42.903Z | Compiling derive_more v0.99.18 |
2678 | 2024-11-19T00:16:42.929Z | Compiling tungstenite v0.21.0 |
2679 | 2024-11-19T00:16:43.020Z | Compiling chacha20 v0.9.1 |
2680 | 2024-11-19T00:16:43.368Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2681 | 2024-11-19T00:16:43.486Z | Compiling float-ord v0.3.2 |
2682 | 2024-11-19T00:16:43.514Z | Compiling base64 v0.21.7 |
2683 | 2024-11-19T00:16:43.664Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2684 | 2024-11-19T00:16:44.117Z | Compiling tokio-tungstenite v0.21.0 |
2685 | 2024-11-19T00:16:44.319Z | Compiling semver v0.1.20 |
2686 | 2024-11-19T00:16:44.477Z | Compiling same-file v1.0.6 |
2687 | 2024-11-19T00:16:44.767Z | Compiling rustc_version v0.1.7 |
2688 | 2024-11-19T00:16:44.802Z | Compiling walkdir v2.5.0 |
2689 | 2024-11-19T00:16:44.899Z | Compiling newline-converter v0.3.0 |
2690 | 2024-11-19T00:16:44.994Z | Compiling primeorder v0.13.6 |
2691 | 2024-11-19T00:16:45.018Z | Compiling secrecy v0.8.0 |
2692 | 2024-11-19T00:16:45.081Z | Compiling cancel-safe-futures v0.1.5 |
2693 | 2024-11-19T00:16:45.227Z | Compiling owo-colors v4.1.0 |
2694 | 2024-11-19T00:16:45.307Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2695 | 2024-11-19T00:16:45.328Z | Compiling newtype_derive v0.1.6 |
2696 | 2024-11-19T00:16:45.469Z | Compiling expectorate v1.1.0 |
2697 | 2024-11-19T00:16:45.511Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2698 | 2024-11-19T00:16:45.557Z | Compiling thiserror-impl-no-std v2.0.2 |
2699 | 2024-11-19T00:16:45.588Z | Compiling ring v0.16.20 |
2700 | 2024-11-19T00:16:45.625Z | Compiling blake3 v1.5.4 |
2701 | 2024-11-19T00:16:45.675Z | Compiling unicase v2.7.0 |
2702 | 2024-11-19T00:16:45.865Z | Compiling half v2.4.1 |
2703 | 2024-11-19T00:16:45.995Z | Compiling ciborium-io v0.2.2 |
2704 | 2024-11-19T00:16:46.141Z | Compiling arc-swap v1.7.1 |
2705 | 2024-11-19T00:16:46.434Z | Compiling ciborium-ll v0.2.2 |
2706 | 2024-11-19T00:16:46.464Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2707 | 2024-11-19T00:16:46.751Z | Compiling slog-scope v4.4.0 |
2708 | 2024-11-19T00:16:46.969Z | Compiling polyval v0.6.2 |
2709 | 2024-11-19T00:16:47.302Z | Compiling atomicwrites v0.4.4 |
2710 | 2024-11-19T00:16:47.444Z | Compiling libsw v3.3.1 |
2711 | 2024-11-19T00:16:47.476Z | Compiling memmap2 v0.9.5 |
2712 | 2024-11-19T00:16:47.678Z | Compiling arrayref v0.3.9 |
2713 | 2024-11-19T00:16:47.776Z | Compiling arrayvec v0.7.6 |
2714 | 2024-11-19T00:16:47.798Z | Compiling libefi-sys v0.1.0 |
2715 | 2024-11-19T00:16:47.934Z | Compiling spin v0.5.2 |
2716 | 2024-11-19T00:16:48.091Z | Compiling indent_write v2.2.0 |
2717 | 2024-11-19T00:16:48.165Z | Compiling salty v0.3.0 |
2718 | 2024-11-19T00:16:48.214Z | Compiling linear-map v1.2.0 |
2719 | 2024-11-19T00:16:48.306Z | Compiling parking_lot_core v0.8.6 |
2720 | 2024-11-19T00:16:48.589Z | Compiling constant_time_eq v0.3.1 |
2721 | 2024-11-19T00:16:48.669Z | Compiling ghash v0.5.1 |
2722 | 2024-11-19T00:16:48.779Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2723 | 2024-11-19T00:16:48.862Z | Compiling thiserror-no-std v2.0.2 |
2724 | 2024-11-19T00:16:48.865Z | Compiling slog-stdlog v4.1.1 |
2725 | 2024-11-19T00:16:48.989Z | Compiling vsss-rs v3.3.4 |
2726 | 2024-11-19T00:16:49.271Z | Compiling ciborium v0.2.2 |
2727 | 2024-11-19T00:16:50.012Z | Compiling p384 v0.13.0 |
2728 | 2024-11-19T00:16:50.095Z | Compiling toolchain_find v0.4.0 |
2729 | 2024-11-19T00:16:50.818Z | Compiling chacha20poly1305 v0.10.1 |
2730 | 2024-11-19T00:16:51.075Z | Compiling lzma-sys v0.1.20 |
2731 | 2024-11-19T00:16:51.078Z | Compiling ctr v0.9.2 |
2732 | 2024-11-19T00:16:51.078Z | Compiling itertools v0.13.0 |
2733 | 2024-11-19T00:16:51.285Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2734 | 2024-11-19T00:16:51.334Z | Compiling typify-macro v0.2.0 |
2735 | 2024-11-19T00:16:51.586Z | Compiling bitfield-struct v0.6.2 |
2736 | 2024-11-19T00:16:51.673Z | Compiling slog-dtrace v0.3.0 |
2737 | 2024-11-19T00:16:51.692Z | Compiling highway v1.2.0 |
2738 | 2024-11-19T00:16:51.972Z | Compiling topological-sort v0.2.2 |
2739 | 2024-11-19T00:16:52.207Z | Compiling omicron-zone-package v0.11.1 |
2740 | 2024-11-19T00:16:52.745Z | Compiling aes-gcm v0.10.3 |
2741 | 2024-11-19T00:16:52.773Z | Compiling rustfmt-wrapper v0.2.1 |
2742 | 2024-11-19T00:16:53.033Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2743 | 2024-11-19T00:16:53.054Z | Compiling mime_guess v2.0.5 |
2744 | 2024-11-19T00:16:53.147Z | Compiling steno v0.4.1 |
2745 | 2024-11-19T00:16:53.377Z | Compiling slog-envlogger v2.2.0 |
2746 | 2024-11-19T00:16:54.248Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2747 | 2024-11-19T00:16:54.268Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2748 | 2024-11-19T00:16:54.330Z | Compiling heck v0.3.3 |
2749 | 2024-11-19T00:16:54.375Z | Compiling ssh-encoding v0.2.0 |
2750 | 2024-11-19T00:16:54.772Z | Compiling blowfish v0.9.1 |
2751 | 2024-11-19T00:16:54.916Z | Compiling nibble_vec v0.1.0 |
2752 | 2024-11-19T00:16:54.918Z | Compiling env_filter v0.1.2 |
2753 | 2024-11-19T00:16:55.126Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2754 | 2024-11-19T00:16:55.216Z | Compiling humantime v2.1.0 |
2755 | 2024-11-19T00:16:55.237Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2756 | 2024-11-19T00:16:55.258Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2757 | 2024-11-19T00:16:55.419Z | Compiling endian-type v0.1.2 |
2758 | 2024-11-19T00:16:55.549Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2759 | 2024-11-19T00:16:55.603Z | Compiling env_logger v0.11.5 |
2760 | 2024-11-19T00:16:55.668Z | Compiling typify v0.2.0 |
2761 | 2024-11-19T00:16:55.703Z | Compiling radix_trie v0.2.1 |
2762 | 2024-11-19T00:16:55.729Z | Compiling bcrypt-pbkdf v0.10.0 |
2763 | 2024-11-19T00:16:55.754Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2764 | 2024-11-19T00:16:55.843Z | Compiling progenitor-impl v0.8.0 |
2765 | 2024-11-19T00:16:56.392Z | Compiling zone_cfg_derive v0.1.2 |
2766 | 2024-11-19T00:16:56.412Z | Compiling ssh-cipher v0.2.0 |
2767 | 2024-11-19T00:16:56.649Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2768 | 2024-11-19T00:16:56.772Z | Compiling parking_lot v0.11.2 |
2769 | 2024-11-19T00:16:57.145Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2770 | 2024-11-19T00:16:57.577Z | Compiling password-hash v0.4.2 |
2771 | 2024-11-19T00:16:57.673Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2772 | 2024-11-19T00:16:57.723Z | Compiling gethostname v0.5.0 |
2773 | 2024-11-19T00:16:57.913Z | Compiling fxhash v0.2.1 |
2774 | 2024-11-19T00:16:57.958Z | Compiling base64 v0.13.1 |
2775 | 2024-11-19T00:16:58.091Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2776 | 2024-11-19T00:16:58.125Z | Compiling matches v0.1.10 |
2777 | 2024-11-19T00:16:58.231Z | Compiling idna v0.2.3 |
2778 | 2024-11-19T00:16:58.326Z | Compiling sled v0.34.7 |
2779 | 2024-11-19T00:16:58.409Z | Compiling ron v0.7.1 |
2780 | 2024-11-19T00:16:58.465Z | Compiling pbkdf2 v0.11.0 |
2781 | 2024-11-19T00:16:58.606Z | Compiling zone v0.1.8 |
2782 | 2024-11-19T00:16:58.643Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2783 | 2024-11-19T00:16:58.807Z | Compiling xz2 v0.1.7 |
2784 | 2024-11-19T00:16:59.319Z | Compiling ssh-key v0.6.6 |
2785 | 2024-11-19T00:16:59.923Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2786 | 2024-11-19T00:17:00.237Z | Compiling hickory-client v0.24.1 |
2787 | 2024-11-19T00:17:00.873Z | Compiling p256 v0.13.2 |
2788 | 2024-11-19T00:17:00.975Z | Compiling p521 v0.13.3 |
2789 | 2024-11-19T00:17:01.103Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2790 | 2024-11-19T00:17:01.741Z | Compiling hickory-server v0.24.1 |
2791 | 2024-11-19T00:17:01.785Z | Compiling enum-as-inner v0.5.1 |
2792 | 2024-11-19T00:17:02.284Z | Compiling pem v3.0.4 |
2793 | 2024-11-19T00:17:02.820Z | Compiling yasna v0.5.2 |
2794 | 2024-11-19T00:17:03.111Z | Compiling headers-core v0.3.0 |
2795 | 2024-11-19T00:17:03.290Z | Compiling kstat-rs v0.2.4 |
2796 | 2024-11-19T00:17:03.441Z | Compiling nanorand v0.7.0 |
2797 | 2024-11-19T00:17:03.964Z | Compiling russh-cryptovec v0.7.3 |
2798 | 2024-11-19T00:17:04.028Z | Compiling atty v0.2.14 |
2799 | 2024-11-19T00:17:04.171Z | Compiling http-range v0.1.5 |
2800 | 2024-11-19T00:17:04.191Z | Compiling md5 v0.7.0 |
2801 | 2024-11-19T00:17:04.212Z | Compiling progenitor-macro v0.8.0 |
2802 | 2024-11-19T00:17:04.290Z | Compiling rcgen v0.12.1 |
2803 | 2024-11-19T00:17:04.529Z | Compiling russh-keys v0.45.0 |
2804 | 2024-11-19T00:17:04.551Z | Compiling hyper-staticfile v0.10.1 |
2805 | 2024-11-19T00:17:04.713Z | Compiling flume v0.11.1 |
2806 | 2024-11-19T00:17:05.139Z | Compiling headers v0.4.0 |
2807 | 2024-11-19T00:17:05.469Z | Compiling trust-dns-proto v0.22.0 |
2808 | 2024-11-19T00:17:05.730Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2809 | 2024-11-19T00:17:06.858Z | Compiling num-bigint v0.4.6 |
2810 | 2024-11-19T00:17:07.217Z | Compiling des v0.8.1 |
2811 | 2024-11-19T00:17:07.580Z | Compiling subprocess v0.2.9 |
2812 | 2024-11-19T00:17:08.853Z | Compiling dhcproto-macros v0.1.0 |
2813 | 2024-11-19T00:17:08.905Z | Compiling hex-literal v0.4.1 |
2814 | 2024-11-19T00:17:09.076Z | Compiling display-error-chain v0.2.2 |
2815 | 2024-11-19T00:17:09.299Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2816 | 2024-11-19T00:17:09.583Z | Compiling internet-checksum v0.2.1 |
2817 | 2024-11-19T00:17:09.878Z | Compiling russh v0.45.0 |
2818 | 2024-11-19T00:17:10.038Z | Compiling dhcproto v0.12.0 |
2819 | 2024-11-19T00:17:15.256Z | Compiling progenitor v0.8.0 |
2820 | 2024-11-19T00:17:15.389Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2821 | 2024-11-19T00:17:15.392Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2822 | 2024-11-19T00:17:15.392Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2823 | 2024-11-19T00:17:15.392Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2824 | 2024-11-19T00:17:15.392Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2825 | 2024-11-19T00:17:15.392Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2826 | 2024-11-19T00:17:15.392Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2827 | 2024-11-19T00:17:15.478Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-11-19T00:17:16.263Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2829 | 2024-11-19T00:17:16.845Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2830 | 2024-11-19T00:17:21.475Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2831 | 2024-11-19T00:17:21.732Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2832 | 2024-11-19T00:17:31.239Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2833 | 2024-11-19T00:17:31.239Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2834 | 2024-11-19T00:17:31.248Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-19T00:17:31.248Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2836 | 2024-11-19T00:17:32.124Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2837 | 2024-11-19T00:17:34.450Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2838 | 2024-11-19T00:17:35.492Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2839 | 2024-11-19T00:17:35.530Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2840 | 2024-11-19T00:17:36.234Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2841 | 2024-11-19T00:17:39.326Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2842 | 2024-11-19T00:17:39.807Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2843 | 2024-11-19T00:17:40.081Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2844 | 2024-11-19T00:17:40.991Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2845 | 2024-11-19T00:17:41.162Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2846 | 2024-11-19T00:17:41.988Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2847 | 2024-11-19T00:17:42.497Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2848 | 2024-11-19T00:17:42.795Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2849 | 2024-11-19T00:17:43.932Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2850 | 2024-11-19T00:17:44.115Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2851 | 2024-11-19T00:17:46.835Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2852 | 2024-11-19T00:17:47.149Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2853 | 2024-11-19T00:17:47.646Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2854 | 2024-11-19T00:17:49.000Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2855 | 2024-11-19T00:17:49.739Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2856 | 2024-11-19T00:17:53.456Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2857 | 2024-11-19T00:17:54.753Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2858 | 2024-11-19T00:17:55.351Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2024-11-19T00:17:56.340Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2860 | 2024-11-19T00:17:58.958Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2861 | 2024-11-19T00:18:07.931Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2862 | 2024-11-19T00:18:09.160Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2863 | 2024-11-19T00:18:27.095Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2864 | 2024-11-19T00:18:58.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
2865 | 2024-11-19T00:18:58.603Z | |
2866 | 2024-11-19T00:18:58.606Z | real 2:32.510919601 |
2867 | 2024-11-19T00:18:58.606Z | user 11:56.427710529 |
2868 | 2024-11-19T00:18:58.606Z | sys 2:34.093886463 |
2869 | 2024-11-19T00:18:58.606Z | trap 0.309543890 |
2870 | 2024-11-19T00:18:58.606Z | tflt 0.789525710 |
2871 | 2024-11-19T00:18:58.606Z | dflt 2.039513899 |
2872 | 2024-11-19T00:18:58.606Z | kflt 0.000016697 |
2873 | 2024-11-19T00:18:58.606Z | lock 24:37.914086305 |
2874 | 2024-11-19T00:18:58.606Z | slp 42:38.893863882 |
2875 | 2024-11-19T00:18:58.606Z | lat 35.888622820 |
2876 | 2024-11-19T00:18:58.606Z | stop 1:24.359112622 |
2877 | 2024-11-19T00:18:58.606Z | + mkdir tests |
2878 | 2024-11-19T00:18:58.609Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2879 | 2024-11-19T00:18:58.609Z | + xargs -I '{}' -t cp '{}' tests/ |
2880 | 2024-11-19T00:18:58.651Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2881 | 2024-11-19T00:18:58.679Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2882 | 2024-11-19T00:18:58.705Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2883 | 2024-11-19T00:18:58.732Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2884 | 2024-11-19T00:18:58.964Z | + 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/*) |
2885 | 2024-11-19T00:18:58.966Z | + 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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 |
2886 | 2024-11-19T00:20:07.479Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2887 | 2024-11-19T00:20:07.479Z | a .github/buildomat/ci-env.sh 1K |
2888 | 2024-11-19T00:20:07.479Z | a out/target/test 1K |
2889 | 2024-11-19T00:20:07.479Z | a out/npuzone/npuzone 23144K |
2890 | 2024-11-19T00:20:07.479Z | a package-manifest.toml 32K |
2891 | 2024-11-19T00:20:07.479Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2892 | 2024-11-19T00:20:07.479Z | a target/release/omicron-package 36277K |
2893 | 2024-11-19T00:20:07.479Z | a target/release/xtask 11750K |
2894 | 2024-11-19T00:20:07.479Z | a target/debug/bootstrap 209780K |
2895 | 2024-11-19T00:20:07.479Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2896 | 2024-11-19T00:20:07.479Z | a tests/commtest-47185152e52e4d85 25022K |
2897 | 2024-11-19T00:20:07.479Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2898 | 2024-11-19T00:20:07.479Z | a tests/end_to_end_tests-113dd4db321a5b88 227884K |
2899 | 2024-11-19T00:20:07.479Z | a out/clickhouse.tar.gz 250294K |
2900 | 2024-11-19T00:20:07.479Z | a out/clickhouse_keeper.tar.gz 250282K |
2901 | 2024-11-19T00:20:07.479Z | a out/clickhouse_server.tar.gz 250282K |
2902 | 2024-11-19T00:20:07.479Z | a out/cockroachdb.tar.gz 134541K |
2903 | 2024-11-19T00:20:07.480Z | a out/crucible-dtrace.tar 83K |
2904 | 2024-11-19T00:20:07.480Z | a out/crucible-pantry-zone.tar.gz 28152K |
2905 | 2024-11-19T00:20:07.480Z | a out/crucible-zone.tar.gz 36366K |
2906 | 2024-11-19T00:20:07.480Z | a out/external-dns.tar.gz 35246K |
2907 | 2024-11-19T00:20:07.480Z | a out/internal-dns.tar.gz 35245K |
2908 | 2024-11-19T00:20:07.480Z | a out/mg-ddm-gz.tar 62661K |
2909 | 2024-11-19T00:20:07.480Z | a out/nexus.tar.gz 100626K |
2910 | 2024-11-19T00:20:07.480Z | a out/ntp.tar.gz 10341K |
2911 | 2024-11-19T00:20:07.480Z | a out/omicron-gateway-softnpu.tar.gz 23852K |
2912 | 2024-11-19T00:20:07.480Z | a out/omicron-sled-agent.tar 112750K |
2913 | 2024-11-19T00:20:07.480Z | a out/overlay.tar.gz 3K |
2914 | 2024-11-19T00:20:07.480Z | a out/oximeter.tar.gz 51617K |
2915 | 2024-11-19T00:20:07.480Z | a out/oxlog.tar 3088K |
2916 | 2024-11-19T00:20:07.480Z | a out/probe.tar.gz 2764K |
2917 | 2024-11-19T00:20:07.480Z | a out/propolis-server.tar.gz 66584K |
2918 | 2024-11-19T00:20:07.480Z | a out/pumpkind-gz.tar 26665K |
2919 | 2024-11-19T00:20:07.480Z | a out/switch-softnpu.tar.gz 237178K |
2920 | 2024-11-19T00:20:07.483Z | |
2921 | 2024-11-19T00:20:07.483Z | real 1:08.509101637 |
2922 | 2024-11-19T00:20:07.483Z | user 1:05.461767170 |
2923 | 2024-11-19T00:20:07.483Z | sys 4.356162542 |
2924 | 2024-11-19T00:20:07.483Z | trap 0.016542703 |
2925 | 2024-11-19T00:20:07.483Z | tflt 0.000000000 |
2926 | 2024-11-19T00:20:07.483Z | dflt 0.000000000 |
2927 | 2024-11-19T00:20:07.483Z | kflt 0.000000000 |
2928 | 2024-11-19T00:20:07.483Z | lock 0.000000000 |
2929 | 2024-11-19T00:20:07.483Z | slp 1:05.243744968 |
2930 | 2024-11-19T00:20:07.483Z | lat 1.934162307 |
2931 | 2024-11-19T00:20:07.483Z | stop 0.000618952 |
2932 | 2024-11-19T00:20:07.484Z | process exited: duration 1908901 ms, exit code 0 |
|
2933 | 2024-11-19T00:20:07.498Z | found 1 output files |
2934 | 2024-11-19T00:20:07.499Z | uploading: /work/package.tar.gz (1769452785 bytes) |
2935 | 2024-11-19T00:20:33.997Z | uploaded: /work/package.tar.gz |