|
|
|
1 | 2024-08-22T01:40:55.561Z | job assigned to worker 01J5VVTXR3Z1WPN7ESPEME7AMX (queued for 1 m 12 s) |
|
2 | 2024-08-22T01:41:03.382Z | starting task 0: "setup" |
3 | 2024-08-22T01:41:03.388Z | ++ uname -s |
4 | 2024-08-22T01:41:03.390Z | + kern=SunOS |
5 | 2024-08-22T01:41:03.391Z | + case "$kern" in |
6 | 2024-08-22T01:41:03.391Z | + groupadd -g 12345 build |
7 | 2024-08-22T01:41:03.394Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T01:41:05.406Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T01:41:05.522Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T01:41:05.524Z | + home_fs=zfs |
11 | 2024-08-22T01:41:05.524Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T01:41:05.524Z | + mkdir -p /home/build |
13 | 2024-08-22T01:41:05.527Z | + chown build:build /home/build /work |
14 | 2024-08-22T01:41:06.528Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T01:41:06.531Z | process exited: duration 3152 ms, exit code 0 |
|
16 | 2024-08-22T01:41:06.537Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T01:41:06.542Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T01:41:06.542Z | ' 1.80.1 |
19 | 2024-08-22T01:41:06.542Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-22T01:41:06.542Z | ' default |
21 | 2024-08-22T01:41:06.543Z | * toolchain channel = "1.80.1" |
22 | 2024-08-22T01:41:06.543Z | * toolchain profile = "default" |
23 | 2024-08-22T01:41:06.545Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T01:41:06.545Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T01:41:06.671Z | info: downloading installer |
26 | 2024-08-22T01:41:07.965Z | info: profile set to 'default' |
27 | 2024-08-22T01:41:07.965Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T01:41:07.968Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T01:41:08.103Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T01:41:08.103Z | info: downloading component 'cargo' |
31 | 2024-08-22T01:41:08.797Z | info: downloading component 'clippy' |
32 | 2024-08-22T01:41:09.041Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T01:41:09.999Z | info: downloading component 'rust-std' |
34 | 2024-08-22T01:41:11.340Z | info: downloading component 'rustc' |
35 | 2024-08-22T01:41:15.019Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T01:41:15.220Z | info: installing component 'cargo' |
37 | 2024-08-22T01:41:16.070Z | info: installing component 'clippy' |
38 | 2024-08-22T01:41:16.456Z | info: installing component 'rust-docs' |
39 | 2024-08-22T01:41:18.042Z | info: installing component 'rust-std' |
40 | 2024-08-22T01:41:19.755Z | info: installing component 'rustc' |
41 | 2024-08-22T01:41:24.050Z | info: installing component 'rustfmt' |
42 | 2024-08-22T01:41:24.394Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-22T01:41:24.394Z | |
44 | 2024-08-22T01:41:24.644Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T01:41:24.644Z | |
46 | 2024-08-22T01:41:24.647Z | |
47 | 2024-08-22T01:41:24.647Z | Rust is installed now. Great! |
48 | 2024-08-22T01:41:24.647Z | |
49 | 2024-08-22T01:41:24.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T01:41:24.647Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T01:41:24.647Z | |
52 | 2024-08-22T01:41:24.647Z | To configure your current shell, you need to source |
53 | 2024-08-22T01:41:24.647Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T01:41:24.647Z | |
55 | 2024-08-22T01:41:24.647Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T01:41:24.647Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T01:41:24.647Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T01:41:24.693Z | + rustc --version |
59 | 2024-08-22T01:41:24.754Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T01:41:24.757Z | process exited: duration 18218 ms, exit code 0 |
|
61 | 2024-08-22T01:41:24.762Z | starting task 2: "authentication" |
62 | 2024-08-22T01:41:24.782Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-22T01:41:24.787Z | starting task 3: "clone repository" |
64 | 2024-08-22T01:41:24.792Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T01:41:24.795Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T01:41:26.481Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T01:41:33.378Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T01:41:33.379Z | + git fetch origin 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
69 | 2024-08-22T01:41:33.680Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T01:41:33.680Z | * branch 9f09cb82a13dee32d6443037467c6b18aa5e9585 -> FETCH_HEAD |
71 | 2024-08-22T01:41:33.689Z | + [[ -n iliana/crdb-prev ]] |
72 | 2024-08-22T01:41:33.691Z | ++ git branch --show-current |
73 | 2024-08-22T01:41:33.694Z | + current=main |
74 | 2024-08-22T01:41:33.694Z | + [[ main != iliana/crdb-prev ]] |
75 | 2024-08-22T01:41:33.694Z | + git branch -f iliana/crdb-prev 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
76 | 2024-08-22T01:41:33.697Z | + git checkout -f iliana/crdb-prev |
77 | 2024-08-22T01:41:33.845Z | Switched to branch 'iliana/crdb-prev' |
78 | 2024-08-22T01:41:33.847Z | + git reset --hard 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
79 | 2024-08-22T01:41:33.882Z | HEAD is now at 9f09cb82a review nits |
80 | 2024-08-22T01:41:33.885Z | process exited: duration 9094 ms, exit code 0 |
|
81 | 2024-08-22T01:41:33.890Z | starting task 4: "build" |
82 | 2024-08-22T01:41:33.896Z | + cargo --version |
83 | 2024-08-22T01:41:33.949Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T01:41:33.951Z | + rustc --version |
85 | 2024-08-22T01:41:34.007Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T01:41:34.009Z | + WORK=/work |
87 | 2024-08-22T01:41:34.009Z | + pfexec mkdir -p /work |
88 | 2024-08-22T01:41:34.013Z | + pfexec chown build /work |
89 | 2024-08-22T01:41:34.016Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-22T01:41:44.836Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-22T01:41:47.151Z | Startup: Caching catalogs ... Done |
92 | 2024-08-22T01:41:48.858Z | Planning: Solver setup ... Done (1.063s) |
93 | 2024-08-22T01:41:48.875Z | Planning: Running solver ... Done (0.018s) |
94 | 2024-08-22T01:41:48.914Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-22T01:41:48.927Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-22T01:41:49.067Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-22T01:41:49.217Z | Planning: Package planning ... Done (0.150s) |
98 | 2024-08-22T01:41:49.268Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-08-22T01:41:49.945Z | Planning: Checking for conflicting actions ... Done (0.676s) |
100 | 2024-08-22T01:41:49.956Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-22T01:41:54.382Z | Planning: Evaluating mediators ... Done (4.424s) |
102 | 2024-08-22T01:41:54.392Z | Planning: Planning completed in 7.17 seconds |
103 | 2024-08-22T01:41:55.495Z | Packages to install: 4 |
104 | 2024-08-22T01:41:55.496Z | Mediators to change: 2 |
105 | 2024-08-22T01:41:55.496Z | Services to change: 1 |
106 | 2024-08-22T01:41:55.506Z | Estimated space available: 155.72 GB |
107 | 2024-08-22T01:41:55.506Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-22T01:41:55.506Z | Create boot environment: No |
109 | 2024-08-22T01:41:55.507Z | Create backup boot environment: No |
110 | 2024-08-22T01:41:55.507Z | Rebuild boot archive: No |
111 | 2024-08-22T01:41:55.507Z | |
112 | 2024-08-22T01:41:55.507Z | Changed mediators: |
113 | 2024-08-22T01:41:55.507Z | mediator clang: |
114 | 2024-08-22T01:41:55.507Z | version: None -> 15 (system default) |
115 | 2024-08-22T01:41:55.507Z | |
116 | 2024-08-22T01:41:55.507Z | mediator llvm: |
117 | 2024-08-22T01:41:55.507Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-22T01:41:55.508Z | |
119 | 2024-08-22T01:41:55.508Z | Changed packages: |
120 | 2024-08-22T01:41:55.508Z | helios-dev |
121 | 2024-08-22T01:41:55.508Z | developer/build-essential |
122 | 2024-08-22T01:41:55.508Z | None -> 11-2.0 |
123 | 2024-08-22T01:41:55.508Z | library/libxmlsec1 |
124 | 2024-08-22T01:41:55.508Z | None -> 1.2.35-2.0 |
125 | 2024-08-22T01:41:55.508Z | ooce/developer/clang-15 |
126 | 2024-08-22T01:41:55.508Z | None -> 15.0.7-2.0 |
127 | 2024-08-22T01:41:55.508Z | ooce/developer/llvm-15 |
128 | 2024-08-22T01:41:55.508Z | None -> 15.0.7-2.0 |
129 | 2024-08-22T01:41:55.508Z | |
130 | 2024-08-22T01:41:55.509Z | Services: |
131 | 2024-08-22T01:41:55.509Z | restart_fmri: |
132 | 2024-08-22T01:41:55.509Z | svc:/system/update-man-index:default |
133 | 2024-08-22T01:41:55.716Z | |
134 | 2024-08-22T01:41:55.717Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-22T01:42:00.697Z | Download: 595/3290 items 17.7/212.6MB 8% complete (3.7M/s) |
136 | 2024-08-22T01:42:05.845Z | Download: 1197/3290 items 83.5/212.6MB 39% complete (9.2M/s) |
137 | 2024-08-22T01:42:10.912Z | Download: 2213/3290 items 119.1/212.6MB 56% complete (10.1M/s) |
138 | 2024-08-22T01:42:19.132Z | Download: 2221/3290 items 119.1/212.6MB 56% complete (9.9M/s) |
139 | 2024-08-22T01:42:24.179Z | Download: 3131/3290 items 132.1/212.6MB 62% complete (2.4M/s) |
140 | 2024-08-22T01:42:28.679Z | Download: Completed 212.60 MB in 32.99 seconds (6.4M/s) |
141 | 2024-08-22T01:42:29.113Z | Actions: 1/3689 actions (Installing new actions) |
142 | 2024-08-22T01:42:34.138Z | Actions: 3628/3689 actions (Installing new actions) |
143 | 2024-08-22T01:42:34.145Z | Actions: Completed 3689 actions in 5.03 seconds. |
144 | 2024-08-22T01:42:34.420Z | Done (0.270s) |
145 | 2024-08-22T01:42:34.420Z | Done (0.000s) |
146 | 2024-08-22T01:42:34.795Z | Done (0.374s) |
147 | 2024-08-22T01:42:40.208Z | Done (5.240s) |
148 | 2024-08-22T01:42:40.477Z | Done (0.200s) |
149 | 2024-08-22T01:42:40.480Z | Done (0.000s) |
150 | 2024-08-22T01:42:40.910Z | Done (0.000s) |
151 | 2024-08-22T01:42:41.488Z | Planning: Evaluating mediator changes ... Done |
152 | 2024-08-22T01:42:41.652Z | Planning: Checking for conflicting actions ... Done |
153 | 2024-08-22T01:42:41.654Z | Planning: Consolidating action changes ... Done |
154 | 2024-08-22T01:42:41.918Z | Planning: Evaluating mediators ... Done |
155 | 2024-08-22T01:42:41.921Z | Planning: Planning completed in 0.43 seconds |
156 | 2024-08-22T01:42:41.952Z | Mediators to change: 2 |
157 | 2024-08-22T01:42:41.952Z | Create boot environment: No |
158 | 2024-08-22T01:42:41.954Z | Create backup boot environment: No |
159 | 2024-08-22T01:42:42.037Z | Done |
160 | 2024-08-22T01:42:42.037Z | Done |
161 | 2024-08-22T01:42:42.268Z | Done |
162 | 2024-08-22T01:42:45.733Z | Done |
163 | 2024-08-22T01:42:45.816Z | Done |
164 | 2024-08-22T01:42:45.818Z | Done |
165 | 2024-08-22T01:42:46.257Z | Done |
166 | 2024-08-22T01:42:46.848Z | Planning: Evaluating mediator changes ... Done |
167 | 2024-08-22T01:42:46.851Z | Planning: Merging actions ... Done |
168 | 2024-08-22T01:42:47.039Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-22T01:42:47.042Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-22T01:42:47.302Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-22T01:42:47.357Z | Planning: Planning completed in 0.75 seconds |
172 | 2024-08-22T01:42:47.391Z | Packages to change: 1 |
173 | 2024-08-22T01:42:47.391Z | Mediators to change: 1 |
174 | 2024-08-22T01:42:47.393Z | Services to change: 1 |
175 | 2024-08-22T01:42:47.393Z | Create boot environment: No |
176 | 2024-08-22T01:42:47.393Z | Create backup boot environment: Yes |
177 | 2024-08-22T01:42:49.490Z | Actions: 1/6 actions (Updating modified actions) |
178 | 2024-08-22T01:42:49.492Z | Actions: Completed 6 actions in 0.00 seconds. |
179 | 2024-08-22T01:42:49.492Z | Done |
180 | 2024-08-22T01:42:49.492Z | Done |
181 | 2024-08-22T01:42:49.569Z | Done |
182 | 2024-08-22T01:42:53.145Z | Done |
183 | 2024-08-22T01:42:53.232Z | Done |
184 | 2024-08-22T01:42:53.235Z | Done |
185 | 2024-08-22T01:42:53.375Z | Done |
186 | 2024-08-22T01:42:53.803Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
187 | 2024-08-22T01:42:53.803Z | clang system 15 system |
188 | 2024-08-22T01:42:53.804Z | csh system system illumos |
189 | 2024-08-22T01:42:53.804Z | ctags system system illumos |
190 | 2024-08-22T01:42:53.804Z | gcc vendor 12 vendor |
191 | 2024-08-22T01:42:53.804Z | gcc system 10 system |
192 | 2024-08-22T01:42:53.804Z | gcc system 7 system |
193 | 2024-08-22T01:42:53.804Z | go system 1.20 system |
194 | 2024-08-22T01:42:53.804Z | go system 1.19 system |
195 | 2024-08-22T01:42:53.804Z | llvm system 15 system |
196 | 2024-08-22T01:42:53.804Z | llvm system 14 system |
197 | 2024-08-22T01:42:53.804Z | mariadb system 10.6 system |
198 | 2024-08-22T01:42:53.804Z | mta vendor vendor dma |
199 | 2024-08-22T01:42:53.804Z | openjdk system 17 system |
200 | 2024-08-22T01:42:53.804Z | openjdk system 11 system |
201 | 2024-08-22T01:42:53.804Z | openjdk system 1.8 system |
202 | 2024-08-22T01:42:53.804Z | openssl vendor 3 vendor |
203 | 2024-08-22T01:42:53.804Z | perl system 5.36 system |
204 | 2024-08-22T01:42:53.804Z | postgresql system 15 system |
205 | 2024-08-22T01:42:53.804Z | postgresql system 13 system |
206 | 2024-08-22T01:42:53.804Z | python vendor 3 vendor |
207 | 2024-08-22T01:42:53.804Z | python system 2 system |
208 | 2024-08-22T01:42:53.804Z | python3 system 3.11 system |
209 | 2024-08-22T01:42:53.804Z | ruby system 3.0 system |
210 | 2024-08-22T01:42:53.804Z | words vendor vendor american-english |
211 | 2024-08-22T01:42:53.804Z | words system system australian-english |
212 | 2024-08-22T01:42:53.804Z | words system system british-english |
213 | 2024-08-22T01:42:53.804Z | words system system canadian-english |
214 | 2024-08-22T01:42:53.804Z | words system system french |
215 | 2024-08-22T01:42:53.804Z | words system system italian |
216 | 2024-08-22T01:42:53.804Z | words system system ngerman |
217 | 2024-08-22T01:42:53.804Z | words system system ogerman |
218 | 2024-08-22T01:42:53.804Z | words system system spanish |
219 | 2024-08-22T01:42:54.132Z | PUBLISHER TYPE STATUS P LOCATION |
220 | 2024-08-22T01:42:54.132Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
221 | 2024-08-22T01:42:55.859Z | FMRI IFO |
222 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
223 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
224 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
225 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
226 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
227 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
228 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
229 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
230 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
231 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
232 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
233 | 2024-08-22T01:42:55.859Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
234 | 2024-08-22T01:42:56.441Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
235 | 2024-08-22T01:42:56.715Z | Updating git repository `https://github.com/oxidecomputer/zone` |
236 | 2024-08-22T01:42:56.961Z | Updating crates.io index |
237 | 2024-08-22T01:42:56.964Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
238 | 2024-08-22T01:42:57.738Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
239 | 2024-08-22T01:42:58.474Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
240 | 2024-08-22T01:42:58.678Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
241 | 2024-08-22T01:43:00.120Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
242 | 2024-08-22T01:43:00.351Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
243 | 2024-08-22T01:43:00.570Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
244 | 2024-08-22T01:43:01.531Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
245 | 2024-08-22T01:43:03.640Z | Updating git repository `https://github.com/oxidecomputer/opte` |
246 | 2024-08-22T01:43:04.647Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
247 | 2024-08-22T01:43:05.275Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-08-22T01:43:05.484Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
249 | 2024-08-22T01:43:06.005Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-08-22T01:43:06.275Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-08-22T01:43:06.569Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-08-22T01:43:06.846Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-08-22T01:43:07.103Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-08-22T01:43:07.312Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-08-22T01:43:07.554Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-08-22T01:43:07.851Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
257 | 2024-08-22T01:43:08.196Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
258 | 2024-08-22T01:43:08.472Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
259 | 2024-08-22T01:43:08.745Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
260 | 2024-08-22T01:43:09.152Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
261 | 2024-08-22T01:43:09.449Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-08-22T01:43:09.846Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-08-22T01:43:11.920Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-08-22T01:43:12.148Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-08-22T01:43:12.373Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-08-22T01:43:12.676Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-08-22T01:43:13.749Z | Downloading crates ... |
268 | 2024-08-22T01:43:13.825Z | Downloaded cfg-if v1.0.0 |
269 | 2024-08-22T01:43:13.828Z | Downloaded anstyle v1.0.8 |
270 | 2024-08-22T01:43:13.832Z | Downloaded crypto-common v0.1.6 |
271 | 2024-08-22T01:43:13.834Z | Downloaded equivalent v1.0.1 |
272 | 2024-08-22T01:43:13.834Z | Downloaded anstyle-query v1.0.3 |
273 | 2024-08-22T01:43:13.837Z | Downloaded bitflags v2.6.0 |
274 | 2024-08-22T01:43:13.839Z | Downloaded colorchoice v1.0.1 |
275 | 2024-08-22T01:43:13.842Z | Downloaded block-buffer v0.10.4 |
276 | 2024-08-22T01:43:13.842Z | Downloaded dof v0.3.0 |
277 | 2024-08-22T01:43:13.847Z | Downloaded cargo_metadata v0.18.1 |
278 | 2024-08-22T01:43:13.850Z | Downloaded pest_generator v2.7.10 |
279 | 2024-08-22T01:43:13.852Z | Downloaded pretty-hex v0.4.1 |
280 | 2024-08-22T01:43:13.855Z | Downloaded tabled_derive v0.7.0 |
281 | 2024-08-22T01:43:13.858Z | Downloaded proc-macro-error-attr v1.0.4 |
282 | 2024-08-22T01:43:13.858Z | Downloaded heck v0.5.0 |
283 | 2024-08-22T01:43:13.860Z | Downloaded generic-array v0.14.7 |
284 | 2024-08-22T01:43:13.860Z | Downloaded itoa v1.0.11 |
285 | 2024-08-22T01:43:13.863Z | Downloaded plain v0.2.3 |
286 | 2024-08-22T01:43:13.863Z | Downloaded clap_derive v4.5.13 |
287 | 2024-08-22T01:43:13.865Z | Downloaded thread-id v4.2.1 |
288 | 2024-08-22T01:43:13.868Z | Downloaded semver v1.0.23 |
289 | 2024-08-22T01:43:13.870Z | Downloaded toml_datetime v0.6.8 |
290 | 2024-08-22T01:43:13.870Z | Downloaded usdt-impl v0.5.0 |
291 | 2024-08-22T01:43:13.872Z | Downloaded quote v1.0.36 |
292 | 2024-08-22T01:43:13.875Z | Downloaded log v0.4.21 |
293 | 2024-08-22T01:43:13.877Z | Downloaded once_cell v1.19.0 |
294 | 2024-08-22T01:43:13.880Z | Downloaded unicode-ident v1.0.12 |
295 | 2024-08-22T01:43:13.883Z | Downloaded camino v1.1.9 |
296 | 2024-08-22T01:43:13.883Z | Downloaded swrite v0.1.0 |
297 | 2024-08-22T01:43:13.886Z | Downloaded version_check v0.9.5 |
298 | 2024-08-22T01:43:13.886Z | Downloaded ryu v1.0.18 |
299 | 2024-08-22T01:43:13.888Z | Downloaded serde_tokenstream v0.2.2 |
300 | 2024-08-22T01:43:13.893Z | Downloaded scroll v0.12.0 |
301 | 2024-08-22T01:43:13.897Z | Downloaded indexmap v2.4.0 |
302 | 2024-08-22T01:43:13.899Z | Downloaded fnv v1.0.7 |
303 | 2024-08-22T01:43:13.901Z | Downloaded serde_derive v1.0.208 |
304 | 2024-08-22T01:43:13.904Z | Downloaded usdt v0.5.0 |
305 | 2024-08-22T01:43:13.904Z | Downloaded zerocopy-derive v0.7.34 |
306 | 2024-08-22T01:43:13.908Z | Downloaded memchr v2.7.2 |
307 | 2024-08-22T01:43:13.913Z | Downloaded typenum v1.17.0 |
308 | 2024-08-22T01:43:13.916Z | Downloaded thiserror v1.0.63 |
309 | 2024-08-22T01:43:13.920Z | Downloaded dtrace-parser v0.2.0 |
310 | 2024-08-22T01:43:13.923Z | Downloaded cargo-platform v0.1.8 |
311 | 2024-08-22T01:43:13.923Z | Downloaded bytecount v0.6.8 |
312 | 2024-08-22T01:43:13.925Z | Downloaded autocfg v1.3.0 |
313 | 2024-08-22T01:43:13.926Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-08-22T01:43:13.928Z | Downloaded cpufeatures v0.2.12 |
315 | 2024-08-22T01:43:13.928Z | Downloaded is_terminal_polyfill v1.70.0 |
316 | 2024-08-22T01:43:13.931Z | Downloaded digest v0.10.7 |
317 | 2024-08-22T01:43:13.933Z | Downloaded clap_lex v0.7.0 |
318 | 2024-08-22T01:43:13.933Z | Downloaded cargo_toml v0.20.4 |
319 | 2024-08-22T01:43:13.933Z | Downloaded byteorder v1.5.0 |
320 | 2024-08-22T01:43:13.935Z | Downloaded anstream v0.6.14 |
321 | 2024-08-22T01:43:13.938Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-08-22T01:43:13.938Z | Downloaded serde_spanned v0.6.7 |
323 | 2024-08-22T01:43:13.941Z | Downloaded usdt-macro v0.5.0 |
324 | 2024-08-22T01:43:13.944Z | Downloaded errno v0.3.9 |
325 | 2024-08-22T01:43:13.944Z | Downloaded anstyle-parse v0.2.4 |
326 | 2024-08-22T01:43:13.947Z | Downloaded thiserror-impl v1.0.63 |
327 | 2024-08-22T01:43:13.949Z | Downloaded strsim v0.11.1 |
328 | 2024-08-22T01:43:13.949Z | Downloaded terminal_size v0.3.0 |
329 | 2024-08-22T01:43:13.954Z | Downloaded hashbrown v0.14.5 |
330 | 2024-08-22T01:43:13.959Z | Downloaded utf8parse v0.2.1 |
331 | 2024-08-22T01:43:13.962Z | Downloaded memmap v0.7.0 |
332 | 2024-08-22T01:43:13.962Z | Downloaded macaddr v1.0.1 |
333 | 2024-08-22T01:43:13.969Z | Downloaded heck v0.4.1 |
334 | 2024-08-22T01:43:13.972Z | Downloaded sha2 v0.10.8 |
335 | 2024-08-22T01:43:13.972Z | Downloaded clap v4.5.16 |
336 | 2024-08-22T01:43:13.980Z | Downloaded anyhow v1.0.86 |
337 | 2024-08-22T01:43:13.984Z | Downloaded serde_json v1.0.125 |
338 | 2024-08-22T01:43:13.991Z | Downloaded toml v0.8.19 |
339 | 2024-08-22T01:43:13.994Z | Downloaded proc-macro-error v1.0.4 |
340 | 2024-08-22T01:43:13.997Z | Downloaded pest_meta v2.7.10 |
341 | 2024-08-22T01:43:14.000Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-22T01:43:14.004Z | Downloaded serde v1.0.208 |
343 | 2024-08-22T01:43:14.007Z | Downloaded proc-macro2 v1.0.86 |
344 | 2024-08-22T01:43:14.007Z | Downloaded papergrid v0.11.0 |
345 | 2024-08-22T01:43:14.011Z | Downloaded pest_derive v2.7.10 |
346 | 2024-08-22T01:43:14.014Z | Downloaded pest v2.7.10 |
347 | 2024-08-22T01:43:14.018Z | Downloaded fs-err v2.11.0 |
348 | 2024-08-22T01:43:14.030Z | Downloaded toml_edit v0.22.20 |
349 | 2024-08-22T01:43:14.051Z | Downloaded syn v2.0.74 |
350 | 2024-08-22T01:43:14.064Z | Downloaded zerocopy v0.7.34 |
351 | 2024-08-22T01:43:14.077Z | Downloaded clap_builder v4.5.15 |
352 | 2024-08-22T01:43:14.083Z | Downloaded winnow v0.6.18 |
353 | 2024-08-22T01:43:14.092Z | Downloaded goblin v0.8.2 |
354 | 2024-08-22T01:43:14.098Z | Downloaded syn v1.0.109 |
355 | 2024-08-22T01:43:14.108Z | Downloaded tabled v0.15.0 |
356 | 2024-08-22T01:43:14.123Z | Downloaded rustix v0.38.34 |
357 | 2024-08-22T01:43:14.144Z | Downloaded unicode-width v0.1.13 |
358 | 2024-08-22T01:43:14.151Z | Downloaded libc v0.2.156 |
359 | 2024-08-22T01:43:14.450Z | Compiling proc-macro2 v1.0.86 |
360 | 2024-08-22T01:43:14.450Z | Compiling unicode-ident v1.0.12 |
361 | 2024-08-22T01:43:14.455Z | Compiling version_check v0.9.5 |
362 | 2024-08-22T01:43:14.455Z | Compiling serde v1.0.208 |
363 | 2024-08-22T01:43:14.455Z | Compiling thiserror v1.0.63 |
364 | 2024-08-22T01:43:14.455Z | Compiling memchr v2.7.2 |
365 | 2024-08-22T01:43:14.455Z | Compiling libc v0.2.156 |
366 | 2024-08-22T01:43:14.455Z | Compiling ucd-trie v0.1.6 |
367 | 2024-08-22T01:43:14.781Z | Compiling ryu v1.0.18 |
368 | 2024-08-22T01:43:15.107Z | Compiling itoa v1.0.11 |
369 | 2024-08-22T01:43:15.220Z | Compiling once_cell v1.19.0 |
370 | 2024-08-22T01:43:15.269Z | Compiling byteorder v1.5.0 |
371 | 2024-08-22T01:43:15.522Z | Compiling serde_json v1.0.125 |
372 | 2024-08-22T01:43:15.933Z | Compiling usdt-impl v0.5.0 |
373 | 2024-08-22T01:43:15.935Z | Compiling proc-macro-error-attr v1.0.4 |
374 | 2024-08-22T01:43:15.973Z | Compiling rustix v0.38.34 |
375 | 2024-08-22T01:43:15.975Z | Compiling syn v1.0.109 |
376 | 2024-08-22T01:43:16.286Z | Compiling proc-macro-error v1.0.4 |
377 | 2024-08-22T01:43:16.309Z | Compiling utf8parse v0.2.1 |
378 | 2024-08-22T01:43:16.395Z | Compiling hashbrown v0.14.5 |
379 | 2024-08-22T01:43:16.450Z | Compiling equivalent v1.0.1 |
380 | 2024-08-22T01:43:16.563Z | Compiling bitflags v2.6.0 |
381 | 2024-08-22T01:43:16.588Z | Compiling plain v0.2.3 |
382 | 2024-08-22T01:43:16.692Z | Compiling log v0.4.21 |
383 | 2024-08-22T01:43:16.759Z | Compiling quote v1.0.36 |
384 | 2024-08-22T01:43:16.985Z | Compiling anstyle-parse v0.2.4 |
385 | 2024-08-22T01:43:17.088Z | Compiling thread-id v4.2.1 |
386 | 2024-08-22T01:43:17.161Z | Compiling syn v2.0.74 |
387 | 2024-08-22T01:43:17.207Z | Compiling errno v0.3.9 |
388 | 2024-08-22T01:43:17.351Z | Compiling pretty-hex v0.4.1 |
389 | 2024-08-22T01:43:17.444Z | Compiling autocfg v1.3.0 |
390 | 2024-08-22T01:43:17.468Z | Compiling is_terminal_polyfill v1.70.0 |
391 | 2024-08-22T01:43:17.543Z | Compiling colorchoice v1.0.1 |
392 | 2024-08-22T01:43:17.586Z | Compiling semver v1.0.23 |
393 | 2024-08-22T01:43:17.711Z | Compiling indexmap v2.4.0 |
394 | 2024-08-22T01:43:17.714Z | Compiling camino v1.1.9 |
395 | 2024-08-22T01:43:18.138Z | Compiling anstyle-query v1.0.3 |
396 | 2024-08-22T01:43:18.330Z | Compiling anstyle v1.0.8 |
397 | 2024-08-22T01:43:18.411Z | Compiling winnow v0.6.18 |
398 | 2024-08-22T01:43:18.507Z | Compiling terminal_size v0.3.0 |
399 | 2024-08-22T01:43:18.716Z | Compiling anstream v0.6.14 |
400 | 2024-08-22T01:43:18.774Z | Compiling fs-err v2.11.0 |
401 | 2024-08-22T01:43:19.018Z | Compiling clap_lex v0.7.0 |
402 | 2024-08-22T01:43:19.046Z | Compiling heck v0.4.1 |
403 | 2024-08-22T01:43:19.069Z | Compiling bytecount v0.6.8 |
404 | 2024-08-22T01:43:19.073Z | Compiling anyhow v1.0.86 |
405 | 2024-08-22T01:43:19.311Z | Compiling heck v0.5.0 |
406 | 2024-08-22T01:43:19.421Z | Compiling unicode-width v0.1.13 |
407 | 2024-08-22T01:43:19.506Z | Compiling strsim v0.11.1 |
408 | 2024-08-22T01:43:19.531Z | Compiling fnv v1.0.7 |
409 | 2024-08-22T01:43:19.672Z | Compiling papergrid v0.11.0 |
410 | 2024-08-22T01:43:19.818Z | Compiling memmap v0.7.0 |
411 | 2024-08-22T01:43:19.842Z | Compiling clap_builder v4.5.15 |
412 | 2024-08-22T01:43:20.773Z | Compiling swrite v0.1.0 |
413 | 2024-08-22T01:43:22.392Z | Compiling tabled_derive v0.7.0 |
414 | 2024-08-22T01:43:23.833Z | Compiling tabled v0.15.0 |
415 | 2024-08-22T01:43:25.592Z | Compiling serde_derive v1.0.208 |
416 | 2024-08-22T01:43:25.594Z | Compiling thiserror-impl v1.0.63 |
417 | 2024-08-22T01:43:25.594Z | Compiling zerocopy-derive v0.7.34 |
418 | 2024-08-22T01:43:25.594Z | Compiling scroll_derive v0.12.0 |
419 | 2024-08-22T01:43:25.594Z | Compiling clap_derive v4.5.13 |
420 | 2024-08-22T01:43:26.901Z | Compiling scroll v0.12.0 |
421 | 2024-08-22T01:43:27.307Z | Compiling zerocopy v0.7.34 |
422 | 2024-08-22T01:43:27.443Z | Compiling goblin v0.8.2 |
423 | 2024-08-22T01:43:28.538Z | Compiling pest v2.7.10 |
424 | 2024-08-22T01:43:29.424Z | Compiling clap v4.5.16 |
425 | 2024-08-22T01:43:30.441Z | Compiling pest_meta v2.7.10 |
426 | 2024-08-22T01:43:31.256Z | Compiling pest_generator v2.7.10 |
427 | 2024-08-22T01:43:32.911Z | Compiling pest_derive v2.7.10 |
428 | 2024-08-22T01:43:33.652Z | Compiling dtrace-parser v0.2.0 |
429 | 2024-08-22T01:43:35.168Z | Compiling serde_tokenstream v0.2.2 |
430 | 2024-08-22T01:43:35.412Z | Compiling toml_datetime v0.6.8 |
431 | 2024-08-22T01:43:35.412Z | Compiling serde_spanned v0.6.7 |
432 | 2024-08-22T01:43:35.415Z | Compiling cargo-platform v0.1.8 |
433 | 2024-08-22T01:43:35.708Z | Compiling toml_edit v0.22.20 |
434 | 2024-08-22T01:43:35.777Z | Compiling macaddr v1.0.1 |
435 | 2024-08-22T01:43:36.472Z | Compiling dof v0.3.0 |
436 | 2024-08-22T01:43:36.844Z | Compiling cargo_metadata v0.18.1 |
437 | 2024-08-22T01:43:38.148Z | Compiling usdt-macro v0.5.0 |
438 | 2024-08-22T01:43:38.170Z | Compiling usdt-attr-macro v0.5.0 |
439 | 2024-08-22T01:43:38.557Z | Compiling toml v0.8.19 |
440 | 2024-08-22T01:43:39.433Z | Compiling cargo_toml v0.20.4 |
441 | 2024-08-22T01:43:39.456Z | Compiling usdt v0.5.0 |
442 | 2024-08-22T01:43:43.026Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
443 | 2024-08-22T01:43:46.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.56s |
444 | 2024-08-22T01:43:47.020Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
445 | 2024-08-22T01:43:47.562Z | Downloading crates ... |
446 | 2024-08-22T01:43:47.689Z | Downloaded ahash v0.8.11 |
447 | 2024-08-22T01:43:47.694Z | Downloaded assert_matches v1.5.0 |
448 | 2024-08-22T01:43:47.699Z | Downloaded atomicwrites v0.4.3 |
449 | 2024-08-22T01:43:47.702Z | Downloaded ciborium-io v0.2.2 |
450 | 2024-08-22T01:43:47.704Z | Downloaded cfg_aliases v0.1.1 |
451 | 2024-08-22T01:43:47.704Z | Downloaded bitstruct_derive v0.1.0 |
452 | 2024-08-22T01:43:47.708Z | Downloaded ident_case v1.0.1 |
453 | 2024-08-22T01:43:47.716Z | Downloaded cbc v0.1.2 |
454 | 2024-08-22T01:43:47.719Z | Downloaded hyper-staticfile v0.9.5 |
455 | 2024-08-22T01:43:47.721Z | Downloaded indexmap v1.9.3 |
456 | 2024-08-22T01:43:47.725Z | Downloaded humantime v2.1.0 |
457 | 2024-08-22T01:43:47.727Z | Downloaded new_debug_unreachable v1.0.6 |
458 | 2024-08-22T01:43:47.730Z | Downloaded instant v0.1.12 |
459 | 2024-08-22T01:43:47.732Z | Downloaded crucible-workspace-hack v0.1.0 |
460 | 2024-08-22T01:43:47.732Z | Downloaded curve25519-dalek-derive v0.1.1 |
461 | 2024-08-22T01:43:47.735Z | Downloaded crc-catalog v2.4.0 |
462 | 2024-08-22T01:43:47.735Z | Downloaded buf-list v1.0.3 |
463 | 2024-08-22T01:43:47.738Z | Downloaded array-init v0.0.4 |
464 | 2024-08-22T01:43:47.740Z | Downloaded num_threads v0.1.7 |
465 | 2024-08-22T01:43:47.742Z | Downloaded num-conv v0.1.0 |
466 | 2024-08-22T01:43:47.742Z | Downloaded async-stream v0.3.5 |
467 | 2024-08-22T01:43:47.745Z | Downloaded newline-converter v0.3.0 |
468 | 2024-08-22T01:43:47.747Z | Downloaded base64ct v1.6.0 |
469 | 2024-08-22T01:43:47.750Z | Downloaded newtype_derive v0.1.6 |
470 | 2024-08-22T01:43:47.753Z | Downloaded cookie v0.17.0 |
471 | 2024-08-22T01:43:47.753Z | Downloaded lru v0.12.3 |
472 | 2024-08-22T01:43:47.756Z | Downloaded arrayvec v0.7.4 |
473 | 2024-08-22T01:43:47.758Z | Downloaded memoffset v0.9.1 |
474 | 2024-08-22T01:43:47.758Z | Downloaded console v0.15.8 |
475 | 2024-08-22T01:43:47.761Z | Downloaded serde-big-array v0.5.1 |
476 | 2024-08-22T01:43:47.764Z | Downloaded sigpipe v0.1.3 |
477 | 2024-08-22T01:43:47.767Z | Downloaded csv-core v0.1.11 |
478 | 2024-08-22T01:43:47.767Z | Downloaded bzip2 v0.4.4 |
479 | 2024-08-22T01:43:47.770Z | Downloaded blake2 v0.10.6 |
480 | 2024-08-22T01:43:47.773Z | Downloaded num_enum v0.5.11 |
481 | 2024-08-22T01:43:47.778Z | Downloaded libefi-sys v0.1.0 |
482 | 2024-08-22T01:43:47.781Z | Downloaded serde_plain v1.0.2 |
483 | 2024-08-22T01:43:47.783Z | Downloaded async-stream-impl v0.3.5 |
484 | 2024-08-22T01:43:47.783Z | Downloaded scrypt v0.11.0 |
485 | 2024-08-22T01:43:47.786Z | Downloaded num-integer v0.1.46 |
486 | 2024-08-22T01:43:47.788Z | Downloaded nanorand v0.7.0 |
487 | 2024-08-22T01:43:47.790Z | Downloaded same-file v1.0.6 |
488 | 2024-08-22T01:43:47.793Z | Downloaded chacha20poly1305 v0.10.1 |
489 | 2024-08-22T01:43:47.795Z | Downloaded num-rational v0.4.2 |
490 | 2024-08-22T01:43:47.795Z | Downloaded mime_guess v2.0.4 |
491 | 2024-08-22T01:43:47.798Z | Downloaded jobserver v0.1.32 |
492 | 2024-08-22T01:43:47.800Z | Downloaded md-5 v0.10.6 |
493 | 2024-08-22T01:43:47.803Z | Downloaded nu-ansi-term v0.50.0 |
494 | 2024-08-22T01:43:47.806Z | Downloaded multer v3.1.0 |
495 | 2024-08-22T01:43:47.808Z | Downloaded bitstruct v0.1.1 |
496 | 2024-08-22T01:43:47.810Z | Downloaded chacha20 v0.9.1 |
497 | 2024-08-22T01:43:47.815Z | Downloaded castaway v0.2.3 |
498 | 2024-08-22T01:43:47.818Z | Downloaded debug-ignore v1.0.5 |
499 | 2024-08-22T01:43:47.818Z | Downloaded const_format_proc_macros v0.2.32 |
500 | 2024-08-22T01:43:47.820Z | Downloaded hyper-rustls v0.24.2 |
501 | 2024-08-22T01:43:47.823Z | Downloaded vte_generate_state_changes v0.1.1 |
502 | 2024-08-22T01:43:47.823Z | Downloaded slog-json v2.6.1 |
503 | 2024-08-22T01:43:47.826Z | Downloaded olpc-cjson v0.1.3 |
504 | 2024-08-22T01:43:47.826Z | Downloaded endian-type v0.1.2 |
505 | 2024-08-22T01:43:47.829Z | Downloaded normalize-line-endings v0.3.0 |
506 | 2024-08-22T01:43:47.829Z | Downloaded convert_case v0.4.0 |
507 | 2024-08-22T01:43:47.831Z | Downloaded waitgroup v0.1.2 |
508 | 2024-08-22T01:43:47.832Z | Downloaded openssl-probe v0.1.5 |
509 | 2024-08-22T01:43:47.832Z | Downloaded indoc v1.0.9 |
510 | 2024-08-22T01:43:47.834Z | Downloaded crossbeam-channel v0.5.12 |
511 | 2024-08-22T01:43:47.842Z | Downloaded instability v0.3.2 |
512 | 2024-08-22T01:43:47.844Z | Downloaded thiserror-no-std v2.0.2 |
513 | 2024-08-22T01:43:47.846Z | Downloaded opaque-debug v0.3.1 |
514 | 2024-08-22T01:43:47.849Z | Downloaded sqlformat v0.2.4 |
515 | 2024-08-22T01:43:47.851Z | Downloaded bitfield-struct v0.6.1 |
516 | 2024-08-22T01:43:47.851Z | Downloaded omicron-zone-package v0.11.0 |
517 | 2024-08-22T01:43:47.854Z | Downloaded utf-8 v0.7.6 |
518 | 2024-08-22T01:43:47.857Z | Downloaded nibble_vec v0.1.0 |
519 | 2024-08-22T01:43:47.859Z | Downloaded ciborium-ll v0.2.2 |
520 | 2024-08-22T01:43:47.859Z | Downloaded http-range v0.1.5 |
521 | 2024-08-22T01:43:47.862Z | Downloaded darling_core v0.20.9 |
522 | 2024-08-22T01:43:47.865Z | Downloaded async-recursion v1.1.1 |
523 | 2024-08-22T01:43:47.869Z | Downloaded foreign-types v0.3.2 |
524 | 2024-08-22T01:43:47.872Z | Downloaded peg-runtime v0.8.3 |
525 | 2024-08-22T01:43:47.872Z | Downloaded pretty-hex v0.2.1 |
526 | 2024-08-22T01:43:47.874Z | Downloaded downcast v0.11.0 |
527 | 2024-08-22T01:43:47.876Z | Downloaded strum_macros v0.25.3 |
528 | 2024-08-22T01:43:47.879Z | Downloaded tls_codec_derive v0.4.1 |
529 | 2024-08-22T01:43:47.883Z | Downloaded num-derive v0.4.2 |
530 | 2024-08-22T01:43:47.883Z | Downloaded strum_macros v0.26.4 |
531 | 2024-08-22T01:43:47.886Z | Downloaded crc32fast v1.4.0 |
532 | 2024-08-22T01:43:47.888Z | Downloaded maybe-uninit v2.0.0 |
533 | 2024-08-22T01:43:47.888Z | Downloaded newtype-uuid v1.1.0 |
534 | 2024-08-22T01:43:47.891Z | Downloaded termtree v0.4.1 |
535 | 2024-08-22T01:43:47.891Z | Downloaded clang-sys v1.7.0 |
536 | 2024-08-22T01:43:47.893Z | Downloaded sqlparser_derive v0.2.2 |
537 | 2024-08-22T01:43:47.896Z | Downloaded lru-cache v0.1.2 |
538 | 2024-08-22T01:43:47.896Z | Downloaded getopts v0.2.21 |
539 | 2024-08-22T01:43:47.898Z | Downloaded fallible-iterator v0.2.0 |
540 | 2024-08-22T01:43:47.898Z | Downloaded fallible-iterator v0.3.0 |
541 | 2024-08-22T01:43:47.901Z | Downloaded num-iter v0.1.45 |
542 | 2024-08-22T01:43:47.904Z | Downloaded http-body v0.4.6 |
543 | 2024-08-22T01:43:47.904Z | Downloaded multimap v0.10.0 |
544 | 2024-08-22T01:43:47.906Z | Downloaded num v0.4.3 |
545 | 2024-08-22T01:43:47.906Z | Downloaded lazycell v1.3.0 |
546 | 2024-08-22T01:43:47.909Z | Downloaded mockall v0.13.0 |
547 | 2024-08-22T01:43:47.909Z | Downloaded kstat-rs v0.2.4 |
548 | 2024-08-22T01:43:47.912Z | Downloaded deranged v0.3.11 |
549 | 2024-08-22T01:43:47.914Z | Downloaded vsss-rs v3.3.4 |
550 | 2024-08-22T01:43:47.917Z | Downloaded want v0.3.1 |
551 | 2024-08-22T01:43:47.917Z | Downloaded ref-cast v1.0.23 |
552 | 2024-08-22T01:43:47.920Z | Downloaded httpdate v1.0.3 |
553 | 2024-08-22T01:43:47.922Z | Downloaded rustls-pemfile v1.0.4 |
554 | 2024-08-22T01:43:47.925Z | Downloaded foreign-types-macros v0.2.3 |
555 | 2024-08-22T01:43:47.925Z | Downloaded float-ord v0.3.2 |
556 | 2024-08-22T01:43:47.927Z | Downloaded universal-hash v0.5.1 |
557 | 2024-08-22T01:43:47.927Z | Downloaded spin v0.9.8 |
558 | 2024-08-22T01:43:47.930Z | Downloaded zone v0.1.8 |
559 | 2024-08-22T01:43:47.932Z | Downloaded psl-types v2.0.11 |
560 | 2024-08-22T01:43:47.935Z | Downloaded num_enum_derive v0.5.11 |
561 | 2024-08-22T01:43:47.935Z | Downloaded vte v0.11.1 |
562 | 2024-08-22T01:43:47.939Z | Downloaded crc-any v2.5.0 |
563 | 2024-08-22T01:43:47.941Z | Downloaded wait-timeout v0.2.0 |
564 | 2024-08-22T01:43:47.941Z | Downloaded darling v0.20.9 |
565 | 2024-08-22T01:43:47.945Z | Downloaded path-slash v0.1.5 |
566 | 2024-08-22T01:43:47.947Z | Downloaded hashlink v0.9.1 |
567 | 2024-08-22T01:43:47.950Z | Downloaded httparse v1.8.0 |
568 | 2024-08-22T01:43:47.953Z | Downloaded static_assertions v1.1.0 |
569 | 2024-08-22T01:43:47.955Z | Downloaded num-complex v0.4.6 |
570 | 2024-08-22T01:43:47.958Z | Downloaded precomputed-hash v0.1.1 |
571 | 2024-08-22T01:43:47.958Z | Downloaded derive_builder v0.20.0 |
572 | 2024-08-22T01:43:47.962Z | Downloaded twox-hash v1.6.3 |
573 | 2024-08-22T01:43:47.964Z | Downloaded openssl-sys v0.9.103 |
574 | 2024-08-22T01:43:47.970Z | Downloaded pin-project-internal v1.1.5 |
575 | 2024-08-22T01:43:47.972Z | Downloaded string_cache v0.8.7 |
576 | 2024-08-22T01:43:47.975Z | Downloaded difflib v0.4.0 |
577 | 2024-08-22T01:43:47.978Z | Downloaded untrusted v0.9.0 |
578 | 2024-08-22T01:43:47.978Z | Downloaded gethostname v0.5.0 |
579 | 2024-08-22T01:43:47.980Z | Downloaded subprocess v0.2.9 |
580 | 2024-08-22T01:43:47.982Z | Downloaded fragile v2.0.0 |
581 | 2024-08-22T01:43:47.985Z | Downloaded tinyvec_macros v0.1.1 |
582 | 2024-08-22T01:43:47.987Z | Downloaded hostname v0.4.0 |
583 | 2024-08-22T01:43:47.987Z | Downloaded zeroize_derive v1.4.2 |
584 | 2024-08-22T01:43:47.990Z | Downloaded form_urlencoded v1.2.1 |
585 | 2024-08-22T01:43:47.990Z | Downloaded fastrand v2.1.0 |
586 | 2024-08-22T01:43:47.992Z | Downloaded funty v2.0.0 |
587 | 2024-08-22T01:43:47.993Z | Downloaded getrandom v0.2.14 |
588 | 2024-08-22T01:43:47.996Z | Downloaded num-traits v0.2.19 |
589 | 2024-08-22T01:43:47.999Z | Downloaded diesel_table_macro_syntax v0.2.0 |
590 | 2024-08-22T01:43:48.002Z | Downloaded tokio-tungstenite v0.21.0 |
591 | 2024-08-22T01:43:48.005Z | Downloaded mio v1.0.2 |
592 | 2024-08-22T01:43:48.012Z | Downloaded oso-derive v0.27.3 |
593 | 2024-08-22T01:43:48.015Z | Downloaded signal-hook-registry v1.4.2 |
594 | 2024-08-22T01:43:48.015Z | Downloaded glob v0.3.1 |
595 | 2024-08-22T01:43:48.015Z | Downloaded rustls-pki-types v1.7.0 |
596 | 2024-08-22T01:43:48.018Z | Downloaded rtoolbox v0.0.2 |
597 | 2024-08-22T01:43:48.020Z | Downloaded smf v0.2.3 |
598 | 2024-08-22T01:43:48.020Z | Downloaded tower-service v0.3.2 |
599 | 2024-08-22T01:43:48.023Z | Downloaded parse-display v0.10.0 |
600 | 2024-08-22T01:43:48.023Z | Downloaded pin-project-lite v0.2.14 |
601 | 2024-08-22T01:43:48.027Z | Downloaded tokio-tungstenite v0.20.1 |
602 | 2024-08-22T01:43:48.030Z | Downloaded futures-executor v0.3.30 |
603 | 2024-08-22T01:43:48.033Z | Downloaded poly1305 v0.8.0 |
604 | 2024-08-22T01:43:48.035Z | Downloaded rustc-hash v1.1.0 |
605 | 2024-08-22T01:43:48.038Z | Downloaded rand_chacha v0.3.1 |
606 | 2024-08-22T01:43:48.038Z | Downloaded peg v0.8.4 |
607 | 2024-08-22T01:43:48.043Z | Downloaded pbkdf2 v0.12.2 |
608 | 2024-08-22T01:43:48.045Z | Downloaded unicode-truncate v1.0.0 |
609 | 2024-08-22T01:43:48.048Z | Downloaded phf_shared v0.10.0 |
610 | 2024-08-22T01:43:48.048Z | Downloaded pem v3.0.4 |
611 | 2024-08-22T01:43:48.050Z | Downloaded paste v1.0.15 |
612 | 2024-08-22T01:43:48.056Z | Downloaded hubpack v0.1.2 |
613 | 2024-08-22T01:43:48.056Z | Downloaded prettyplease v0.2.20 |
614 | 2024-08-22T01:43:48.061Z | Downloaded hash32 v0.2.1 |
615 | 2024-08-22T01:43:48.061Z | Downloaded salsa20 v0.10.2 |
616 | 2024-08-22T01:43:48.061Z | Downloaded foreign-types-shared v0.1.1 |
617 | 2024-08-22T01:43:48.065Z | Downloaded vergen v8.3.2 |
618 | 2024-08-22T01:43:48.068Z | Downloaded slog-bunyan v2.5.0 |
619 | 2024-08-22T01:43:48.068Z | Downloaded rustls-pemfile v2.1.3 |
620 | 2024-08-22T01:43:48.070Z | Downloaded indicatif v0.17.8 |
621 | 2024-08-22T01:43:48.074Z | Downloaded flagset v0.4.5 |
622 | 2024-08-22T01:43:48.077Z | Downloaded fxhash v0.2.1 |
623 | 2024-08-22T01:43:48.085Z | Downloaded yasna v0.5.2 |
624 | 2024-08-22T01:43:48.087Z | Downloaded thread_local v1.1.8 |
625 | 2024-08-22T01:43:48.090Z | Downloaded dsl_auto_type v0.1.2 |
626 | 2024-08-22T01:43:48.092Z | Downloaded untrusted v0.7.1 |
627 | 2024-08-22T01:43:48.092Z | Downloaded zone_cfg_derive v0.1.2 |
628 | 2024-08-22T01:43:48.094Z | Downloaded ppv-lite86 v0.2.17 |
629 | 2024-08-22T01:43:48.097Z | Downloaded predicates v3.1.2 |
630 | 2024-08-22T01:43:48.104Z | Downloaded unicode-xid v0.2.4 |
631 | 2024-08-22T01:43:48.104Z | Downloaded predicates-core v1.0.6 |
632 | 2024-08-22T01:43:48.104Z | Downloaded postgres-protocol v0.6.7 |
633 | 2024-08-22T01:43:48.107Z | Downloaded tinyvec v1.6.0 |
634 | 2024-08-22T01:43:48.107Z | Downloaded tungstenite v0.21.0 |
635 | 2024-08-22T01:43:48.110Z | Downloaded schemars_derive v0.8.21 |
636 | 2024-08-22T01:43:48.114Z | Downloaded rustfmt-wrapper v0.2.1 |
637 | 2024-08-22T01:43:48.114Z | Downloaded fatfs v0.3.6 |
638 | 2024-08-22T01:43:48.117Z | Downloaded powerfmt v0.2.0 |
639 | 2024-08-22T01:43:48.120Z | Downloaded smallvec v0.6.14 |
640 | 2024-08-22T01:43:48.122Z | Downloaded slog-async v2.8.0 |
641 | 2024-08-22T01:43:48.123Z | Downloaded tiny-keccak v2.0.2 |
642 | 2024-08-22T01:43:48.126Z | Downloaded derive_builder_macro v0.20.0 |
643 | 2024-08-22T01:43:48.129Z | Downloaded take_mut v0.2.2 |
644 | 2024-08-22T01:43:48.130Z | Downloaded which v4.4.2 |
645 | 2024-08-22T01:43:48.132Z | Downloaded futures-task v0.3.30 |
646 | 2024-08-22T01:43:48.132Z | Downloaded phf v0.11.2 |
647 | 2024-08-22T01:43:48.132Z | Downloaded float-cmp v0.9.0 |
648 | 2024-08-22T01:43:48.135Z | Downloaded libm v0.2.8 |
649 | 2024-08-22T01:43:48.142Z | Downloaded uuid v1.10.0 |
650 | 2024-08-22T01:43:48.147Z | Downloaded sync_wrapper v0.1.2 |
651 | 2024-08-22T01:43:48.150Z | Downloaded pem-rfc7468 v0.7.0 |
652 | 2024-08-22T01:43:48.152Z | Downloaded foreign-types-shared v0.3.1 |
653 | 2024-08-22T01:43:48.152Z | Downloaded percent-encoding v2.3.1 |
654 | 2024-08-22T01:43:48.152Z | Downloaded half v2.4.1 |
655 | 2024-08-22T01:43:48.155Z | Downloaded expectorate v1.1.0 |
656 | 2024-08-22T01:43:48.159Z | Downloaded serde_path_to_error v0.1.16 |
657 | 2024-08-22T01:43:48.159Z | Downloaded shell-words v1.1.0 |
658 | 2024-08-22T01:43:48.162Z | Downloaded sha1 v0.10.6 |
659 | 2024-08-22T01:43:48.162Z | Downloaded rustc-demangle v0.1.24 |
660 | 2024-08-22T01:43:48.165Z | Downloaded shlex v1.3.0 |
661 | 2024-08-22T01:43:48.168Z | Downloaded tabwriter v1.4.0 |
662 | 2024-08-22T01:43:48.168Z | Downloaded headers v0.3.9 |
663 | 2024-08-22T01:43:48.173Z | Downloaded wyz v0.5.1 |
664 | 2024-08-22T01:43:48.175Z | Downloaded fd-lock v4.0.2 |
665 | 2024-08-22T01:43:48.179Z | Downloaded strum v0.26.3 |
666 | 2024-08-22T01:43:48.180Z | Downloaded socket2 v0.5.7 |
667 | 2024-08-22T01:43:48.182Z | Downloaded tracing-attributes v0.1.27 |
668 | 2024-08-22T01:43:48.187Z | Downloaded fallible-streaming-iterator v0.1.9 |
669 | 2024-08-22T01:43:48.187Z | Downloaded diesel_derives v2.2.2 |
670 | 2024-08-22T01:43:48.192Z | Downloaded tap v1.0.1 |
671 | 2024-08-22T01:43:48.197Z | Downloaded time-core v0.1.2 |
672 | 2024-08-22T01:43:48.197Z | Downloaded sec1 v0.7.3 |
673 | 2024-08-22T01:43:48.197Z | Downloaded highway v1.2.0 |
674 | 2024-08-22T01:43:48.200Z | Downloaded http v1.1.0 |
675 | 2024-08-22T01:43:48.200Z | Downloaded term v0.7.0 |
676 | 2024-08-22T01:43:48.204Z | Downloaded termcolor v1.4.1 |
677 | 2024-08-22T01:43:48.206Z | Downloaded zeroize v1.7.0 |
678 | 2024-08-22T01:43:48.210Z | Downloaded password-hash v0.5.0 |
679 | 2024-08-22T01:43:48.210Z | Downloaded either v1.13.0 |
680 | 2024-08-22T01:43:48.215Z | Downloaded dyn-clone v1.0.17 |
681 | 2024-08-22T01:43:48.215Z | Downloaded supports-color v3.0.0 |
682 | 2024-08-22T01:43:48.218Z | Downloaded tracing v0.1.40 |
683 | 2024-08-22T01:43:48.221Z | Downloaded rand_xorshift v0.3.0 |
684 | 2024-08-22T01:43:48.221Z | Downloaded whoami v1.5.1 |
685 | 2024-08-22T01:43:48.225Z | Downloaded tokio-util v0.7.11 |
686 | 2024-08-22T01:43:48.228Z | Downloaded dirs-sys-next v0.1.2 |
687 | 2024-08-22T01:43:48.232Z | Downloaded signal-hook-mio v0.2.4 |
688 | 2024-08-22T01:43:48.237Z | Downloaded samael v0.0.15 |
689 | 2024-08-22T01:43:48.247Z | Downloaded hex v0.4.3 |
690 | 2024-08-22T01:43:48.247Z | Downloaded try-lock v0.2.5 |
691 | 2024-08-22T01:43:48.247Z | Downloaded futures-macro v0.3.30 |
692 | 2024-08-22T01:43:48.250Z | Downloaded socket2 v0.4.10 |
693 | 2024-08-22T01:43:48.250Z | Downloaded snafu v0.8.2 |
694 | 2024-08-22T01:43:48.251Z | Downloaded packed_struct v0.10.1 |
695 | 2024-08-22T01:43:48.251Z | Downloaded portpicker v0.1.1 |
696 | 2024-08-22T01:43:48.254Z | Downloaded predicates-tree v1.0.9 |
697 | 2024-08-22T01:43:48.254Z | Downloaded derive_builder_core v0.20.0 |
698 | 2024-08-22T01:43:48.257Z | Downloaded embedded-io v0.4.0 |
699 | 2024-08-22T01:43:48.258Z | Downloaded erased-serde v0.3.31 |
700 | 2024-08-22T01:43:48.260Z | Downloaded tokio-macros v2.4.0 |
701 | 2024-08-22T01:43:48.260Z | Downloaded signal-hook v0.3.17 |
702 | 2024-08-22T01:43:48.264Z | Downloaded structmeta v0.3.0 |
703 | 2024-08-22T01:43:48.266Z | Downloaded itertools v0.10.5 |
704 | 2024-08-22T01:43:48.274Z | Downloaded strum_macros v0.24.3 |
705 | 2024-08-22T01:43:48.278Z | Downloaded structmeta-derive v0.2.0 |
706 | 2024-08-22T01:43:48.281Z | Downloaded unicode_categories v0.1.1 |
707 | 2024-08-22T01:43:48.281Z | Downloaded steno v0.4.1 |
708 | 2024-08-22T01:43:48.287Z | Downloaded secrecy v0.8.0 |
709 | 2024-08-22T01:43:48.290Z | Downloaded headers-core v0.2.0 |
710 | 2024-08-22T01:43:48.290Z | Downloaded hickory-server v0.24.1 |
711 | 2024-08-22T01:43:48.297Z | Downloaded textwrap v0.16.1 |
712 | 2024-08-22T01:43:48.303Z | Downloaded rpassword v7.3.1 |
713 | 2024-08-22T01:43:48.306Z | Downloaded pkg-config v0.3.30 |
714 | 2024-08-22T01:43:48.306Z | Downloaded parse-display-derive v0.10.0 |
715 | 2024-08-22T01:43:48.306Z | Downloaded diff v0.1.13 |
716 | 2024-08-22T01:43:48.313Z | Downloaded structmeta-derive v0.3.0 |
717 | 2024-08-22T01:43:48.316Z | Downloaded schemars v0.8.21 |
718 | 2024-08-22T01:43:48.323Z | Downloaded group v0.13.0 |
719 | 2024-08-22T01:43:48.326Z | Downloaded tokio-rustls v0.25.0 |
720 | 2024-08-22T01:43:48.329Z | Downloaded rustversion v1.0.17 |
721 | 2024-08-22T01:43:48.329Z | Downloaded defmt-parser v0.3.4 |
722 | 2024-08-22T01:43:48.332Z | Downloaded env_logger v0.10.2 |
723 | 2024-08-22T01:43:48.335Z | Downloaded xattr v1.3.1 |
724 | 2024-08-22T01:43:48.335Z | Downloaded futures-core v0.3.30 |
725 | 2024-08-22T01:43:48.338Z | Downloaded sct v0.7.1 |
726 | 2024-08-22T01:43:48.341Z | Downloaded owo-colors v4.0.0 |
727 | 2024-08-22T01:43:48.345Z | Downloaded derive_more v0.99.18 |
728 | 2024-08-22T01:43:48.347Z | Downloaded parking_lot v0.12.2 |
729 | 2024-08-22T01:43:48.350Z | Downloaded hickory-client v0.24.1 |
730 | 2024-08-22T01:43:48.354Z | Downloaded slab v0.4.9 |
731 | 2024-08-22T01:43:48.360Z | Downloaded futures v0.3.30 |
732 | 2024-08-22T01:43:48.362Z | Downloaded parking_lot_core v0.9.10 |
733 | 2024-08-22T01:43:48.362Z | Downloaded rayon-core v1.12.1 |
734 | 2024-08-22T01:43:48.365Z | Downloaded reedline v0.33.0 |
735 | 2024-08-22T01:43:48.373Z | Downloaded futures-channel v0.3.30 |
736 | 2024-08-22T01:43:48.375Z | Downloaded url v2.5.2 |
737 | 2024-08-22T01:43:48.378Z | Downloaded postcard v1.0.8 |
738 | 2024-08-22T01:43:48.381Z | Downloaded libxml v0.3.3 |
739 | 2024-08-22T01:43:48.386Z | Downloaded blake3 v1.5.1 |
740 | 2024-08-22T01:43:48.394Z | Downloaded ron v0.7.1 |
741 | 2024-08-22T01:43:48.398Z | Downloaded tokio-rustls v0.24.1 |
742 | 2024-08-22T01:43:48.401Z | Downloaded pkcs5 v0.7.1 |
743 | 2024-08-22T01:43:48.405Z | Downloaded zerocopy v0.6.6 |
744 | 2024-08-22T01:43:48.408Z | Downloaded publicsuffix v2.2.3 |
745 | 2024-08-22T01:43:48.410Z | Downloaded rcgen v0.12.1 |
746 | 2024-08-22T01:43:48.413Z | Downloaded heapless v0.7.17 |
747 | 2024-08-22T01:43:48.416Z | Downloaded rustyline v14.0.0 |
748 | 2024-08-22T01:43:48.422Z | Downloaded time-macros v0.2.18 |
749 | 2024-08-22T01:43:48.425Z | Downloaded ron v0.8.1 |
750 | 2024-08-22T01:43:48.431Z | Downloaded proptest v1.5.0 |
751 | 2024-08-22T01:43:48.440Z | Downloaded similar v2.6.0 |
752 | 2024-08-22T01:43:48.445Z | Downloaded flate2 v1.0.31 |
753 | 2024-08-22T01:43:48.450Z | Downloaded portable-atomic v1.6.0 |
754 | 2024-08-22T01:43:48.456Z | Downloaded unicode-bidi v0.3.15 |
755 | 2024-08-22T01:43:48.459Z | Downloaded tough v0.17.1 |
756 | 2024-08-22T01:43:48.469Z | Downloaded chrono v0.4.38 |
757 | 2024-08-22T01:43:48.477Z | Downloaded bitvec v1.0.1 |
758 | 2024-08-22T01:43:48.494Z | Downloaded unicode-normalization v0.1.23 |
759 | 2024-08-22T01:43:48.498Z | Downloaded x509-cert v0.2.5 |
760 | 2024-08-22T01:43:48.504Z | Downloaded serde_with v3.9.0 |
761 | 2024-08-22T01:43:48.513Z | Downloaded futures-util v0.3.30 |
762 | 2024-08-22T01:43:48.526Z | Downloaded rustls-webpki v0.102.4 |
763 | 2024-08-22T01:43:48.545Z | Downloaded git2 v0.19.0 |
764 | 2024-08-22T01:43:48.555Z | Downloaded unicode-segmentation v1.11.0 |
765 | 2024-08-22T01:43:48.558Z | Downloaded lalrpop v0.19.12 |
766 | 2024-08-22T01:43:48.572Z | Downloaded rusqlite v0.31.0 |
767 | 2024-08-22T01:43:48.579Z | Downloaded webpki-roots v0.25.4 |
768 | 2024-08-22T01:43:48.582Z | Downloaded gimli v0.28.1 |
769 | 2024-08-22T01:43:48.590Z | Downloaded idna v0.4.0 |
770 | 2024-08-22T01:43:48.597Z | Downloaded vcpkg v0.2.15 |
771 | 2024-08-22T01:43:48.640Z | Downloaded polar-core v0.27.3 |
772 | 2024-08-22T01:43:48.650Z | Downloaded hkdf v0.12.4 |
773 | 2024-08-22T01:43:48.652Z | Downloaded smoltcp v0.11.0 |
774 | 2024-08-22T01:43:48.665Z | Downloaded regress v0.9.1 |
775 | 2024-08-22T01:43:48.673Z | Downloaded rustls v0.22.4 |
776 | 2024-08-22T01:43:48.688Z | Downloaded winnow v0.5.40 |
777 | 2024-08-22T01:43:48.697Z | Downloaded h2 v0.3.26 |
778 | 2024-08-22T01:43:48.705Z | Downloaded diesel v2.2.2 |
779 | 2024-08-22T01:43:48.725Z | Downloaded hickory-proto v0.24.1 |
780 | 2024-08-22T01:43:48.740Z | Downloaded object v0.32.2 |
781 | 2024-08-22T01:43:48.752Z | Downloaded ratatui v0.28.0 |
782 | 2024-08-22T01:43:48.774Z | Downloaded nix v0.28.0 |
783 | 2024-08-22T01:43:48.787Z | Downloaded zerocopy-derive v0.6.6 |
784 | 2024-08-22T01:43:48.798Z | Downloaded radix_trie v0.2.1 |
785 | 2024-08-22T01:43:48.804Z | Downloaded petgraph v0.6.5 |
786 | 2024-08-22T01:43:48.821Z | Downloaded openapiv3 v2.0.0 |
787 | 2024-08-22T01:43:48.833Z | Downloaded tokio v1.39.2 |
788 | 2024-08-22T01:43:48.869Z | Downloaded csv v1.3.0 |
789 | 2024-08-22T01:43:48.889Z | Downloaded regex-syntax v0.8.4 |
790 | 2024-08-22T01:43:48.898Z | Downloaded regex-syntax v0.6.29 |
791 | 2024-08-22T01:43:48.906Z | Downloaded regex v1.10.6 |
792 | 2024-08-22T01:43:48.921Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
793 | 2024-08-22T01:43:48.932Z | Downloaded smoltcp v0.9.1 |
794 | 2024-08-22T01:43:48.943Z | Downloaded openssl v0.10.66 |
795 | 2024-08-22T01:43:48.953Z | Downloaded idna v0.5.0 |
796 | 2024-08-22T01:43:48.960Z | Downloaded idna v0.3.0 |
797 | 2024-08-22T01:43:48.967Z | Downloaded object v0.30.4 |
798 | 2024-08-22T01:43:48.977Z | Downloaded nix v0.27.1 |
799 | 2024-08-22T01:43:48.988Z | Downloaded bstr v1.9.1 |
800 | 2024-08-22T01:43:48.999Z | Downloaded quick-xml v0.31.0 |
801 | 2024-08-22T01:43:49.004Z | Downloaded sled v0.34.7 |
802 | 2024-08-22T01:43:49.015Z | Downloaded rustls v0.21.12 |
803 | 2024-08-22T01:43:49.026Z | Downloaded curve25519-dalek v4.1.3 |
804 | 2024-08-22T01:43:49.035Z | Downloaded rayon v1.10.0 |
805 | 2024-08-22T01:43:49.044Z | Downloaded rustls-webpki v0.101.7 |
806 | 2024-08-22T01:43:49.058Z | Downloaded regex-automata v0.4.6 |
807 | 2024-08-22T01:43:49.076Z | Downloaded sqlparser v0.45.0 |
808 | 2024-08-22T01:43:49.082Z | Downloaded reqwest v0.11.27 |
809 | 2024-08-22T01:43:49.089Z | Downloaded hashbrown v0.13.2 |
810 | 2024-08-22T01:43:49.093Z | Downloaded finl_unicode v1.2.0 |
811 | 2024-08-22T01:43:49.106Z | Downloaded hashbrown v0.12.3 |
812 | 2024-08-22T01:43:49.110Z | Downloaded hyper v0.14.30 |
813 | 2024-08-22T01:43:49.118Z | Downloaded tokio-postgres v0.7.11 |
814 | 2024-08-22T01:43:49.123Z | Downloaded bindgen v0.69.4 |
815 | 2024-08-22T01:43:49.130Z | Downloaded time v0.3.36 |
816 | 2024-08-22T01:43:49.138Z | Downloaded elliptic-curve v0.13.8 |
817 | 2024-08-22T01:43:49.141Z | Downloaded itertools v0.13.0 |
818 | 2024-08-22T01:43:49.148Z | Downloaded siphasher v0.3.11 |
819 | 2024-08-22T01:43:49.151Z | Downloaded futures-sink v0.3.30 |
820 | 2024-08-22T01:43:49.151Z | Downloaded tls_codec v0.4.1 |
821 | 2024-08-22T01:43:49.153Z | Downloaded sha3 v0.10.8 |
822 | 2024-08-22T01:43:49.157Z | Downloaded tracing-core v0.1.32 |
823 | 2024-08-22T01:43:49.160Z | Downloaded der_derive v0.7.2 |
824 | 2024-08-22T01:43:49.162Z | Downloaded der v0.7.9 |
825 | 2024-08-22T01:43:49.166Z | Downloaded tungstenite v0.20.1 |
826 | 2024-08-22T01:43:49.170Z | Downloaded http v0.2.12 |
827 | 2024-08-22T01:43:49.173Z | Downloaded pkcs8 v0.10.2 |
828 | 2024-08-22T01:43:49.176Z | Downloaded tar v0.4.41 |
829 | 2024-08-22T01:43:49.178Z | Downloaded unsafe-libyaml v0.2.11 |
830 | 2024-08-22T01:43:49.182Z | Downloaded tui-tree-widget v0.22.0 |
831 | 2024-08-22T01:43:49.185Z | Downloaded packed_struct_codegen v0.10.1 |
832 | 2024-08-22T01:43:49.185Z | Downloaded home v0.5.9 |
833 | 2024-08-22T01:43:49.187Z | Downloaded rand_core v0.6.4 |
834 | 2024-08-22T01:43:49.187Z | Downloaded parking_lot_core v0.8.6 |
835 | 2024-08-22T01:43:49.189Z | Downloaded typed-path v0.7.1 |
836 | 2024-08-22T01:43:49.195Z | Downloaded structmeta v0.2.0 |
837 | 2024-08-22T01:43:49.197Z | Downloaded serde-hex v0.1.0 |
838 | 2024-08-22T01:43:49.200Z | Downloaded rusty-fork v0.3.0 |
839 | 2024-08-22T01:43:49.200Z | Downloaded phf_shared v0.11.2 |
840 | 2024-08-22T01:43:49.203Z | Downloaded rand_seeder v0.3.0 |
841 | 2024-08-22T01:43:49.203Z | Downloaded hmac v0.12.1 |
842 | 2024-08-22T01:43:49.203Z | Downloaded mio v0.8.11 |
843 | 2024-08-22T01:43:49.208Z | Downloaded serde_derive_internals v0.29.1 |
844 | 2024-08-22T01:43:49.210Z | Downloaded parking_lot v0.11.2 |
845 | 2024-08-22T01:43:49.213Z | Downloaded crossterm v0.28.1 |
846 | 2024-08-22T01:43:49.219Z | Downloaded futures-io v0.3.30 |
847 | 2024-08-22T01:43:49.221Z | Downloaded rand v0.8.5 |
848 | 2024-08-22T01:43:49.224Z | Downloaded heapless v0.8.0 |
849 | 2024-08-22T01:43:49.227Z | Downloaded hickory-resolver v0.24.1 |
850 | 2024-08-22T01:43:49.231Z | Downloaded globset v0.4.14 |
851 | 2024-08-22T01:43:49.234Z | Downloaded serde_arrays v0.1.0 |
852 | 2024-08-22T01:43:49.236Z | Downloaded radium v0.7.0 |
853 | 2024-08-22T01:43:49.236Z | Downloaded r2d2 v0.8.10 |
854 | 2024-08-22T01:43:49.236Z | Downloaded rsa v0.9.6 |
855 | 2024-08-22T01:43:49.241Z | Downloaded minimal-lexical v0.2.1 |
856 | 2024-08-22T01:43:49.246Z | Downloaded smawk v0.3.2 |
857 | 2024-08-22T01:43:49.248Z | Downloaded smallvec v1.13.2 |
858 | 2024-08-22T01:43:49.250Z | Downloaded scopeguard v1.2.0 |
859 | 2024-08-22T01:43:49.250Z | Downloaded unicode-linebreak v0.1.5 |
860 | 2024-08-22T01:43:49.253Z | Downloaded postgres-types v0.2.7 |
861 | 2024-08-22T01:43:49.255Z | Downloaded zip v0.6.6 |
862 | 2024-08-22T01:43:49.257Z | Downloaded itertools v0.12.1 |
863 | 2024-08-22T01:43:49.264Z | Downloaded oso v0.27.3 |
864 | 2024-08-22T01:43:49.268Z | Downloaded nom v7.1.3 |
865 | 2024-08-22T01:43:49.273Z | Downloaded ff v0.13.0 |
866 | 2024-08-22T01:43:49.275Z | Downloaded ena v0.14.3 |
867 | 2024-08-22T01:43:49.277Z | Downloaded env_logger v0.9.3 |
868 | 2024-08-22T01:43:49.280Z | Downloaded toml_edit v0.19.15 |
869 | 2024-08-22T01:43:49.295Z | Downloaded aho-corasick v1.1.3 |
870 | 2024-08-22T01:43:49.300Z | Downloaded filetime v0.2.24 |
871 | 2024-08-22T01:43:49.303Z | Downloaded tokio-stream v0.1.15 |
872 | 2024-08-22T01:43:49.307Z | Downloaded unicase v2.7.0 |
873 | 2024-08-22T01:43:49.310Z | Downloaded slog-dtrace v0.3.0 |
874 | 2024-08-22T01:43:49.312Z | Downloaded quick-error v1.2.3 |
875 | 2024-08-22T01:43:49.312Z | Downloaded strip-ansi-escapes v0.2.0 |
876 | 2024-08-22T01:43:49.314Z | Downloaded stringprep v0.1.4 |
877 | 2024-08-22T01:43:49.314Z | Downloaded tempfile v3.10.1 |
878 | 2024-08-22T01:43:49.317Z | Downloaded snafu-derive v0.8.2 |
879 | 2024-08-22T01:43:49.319Z | Downloaded num-bigint-dig v0.8.4 |
880 | 2024-08-22T01:43:49.323Z | Downloaded flume v0.11.0 |
881 | 2024-08-22T01:43:49.326Z | Downloaded fixedbitset v0.4.2 |
882 | 2024-08-22T01:43:49.328Z | Downloaded enum-as-inner v0.6.0 |
883 | 2024-08-22T01:43:49.330Z | Downloaded uzers v0.11.3 |
884 | 2024-08-22T01:43:49.330Z | Downloaded unarray v0.1.4 |
885 | 2024-08-22T01:43:49.332Z | Downloaded pin-project v1.1.5 |
886 | 2024-08-22T01:43:49.342Z | Downloaded parse-size v1.0.0 |
887 | 2024-08-22T01:43:49.345Z | Downloaded scheduled-thread-pool v0.2.7 |
888 | 2024-08-22T01:43:49.345Z | Downloaded hash32 v0.3.1 |
889 | 2024-08-22T01:43:49.347Z | Downloaded rustc_version v0.4.0 |
890 | 2024-08-22T01:43:49.347Z | Downloaded rustc_version v0.1.7 |
891 | 2024-08-22T01:43:49.350Z | Downloaded heck v0.3.3 |
892 | 2024-08-22T01:43:49.350Z | Downloaded test-strategy v0.3.1 |
893 | 2024-08-22T01:43:49.352Z | Downloaded slog-term v2.9.1 |
894 | 2024-08-22T01:43:49.354Z | Downloaded resolv-conf v0.7.0 |
895 | 2024-08-22T01:43:49.357Z | Downloaded ref-cast-impl v1.0.23 |
896 | 2024-08-22T01:43:49.357Z | Downloaded peg-macros v0.8.4 |
897 | 2024-08-22T01:43:49.359Z | Downloaded serde_yaml v0.9.34+deprecated |
898 | 2024-08-22T01:43:49.362Z | Downloaded cc v1.0.97 |
899 | 2024-08-22T01:43:49.365Z | Downloaded base64 v0.22.1 |
900 | 2024-08-22T01:43:49.368Z | Downloaded backtrace v0.3.71 |
901 | 2024-08-22T01:43:49.374Z | Downloaded pkcs1 v0.7.5 |
902 | 2024-08-22T01:43:49.380Z | Downloaded derive-where v1.2.7 |
903 | 2024-08-22T01:43:49.383Z | Downloaded hostname v0.3.1 |
904 | 2024-08-22T01:43:49.383Z | Downloaded encoding_rs v0.8.34 |
905 | 2024-08-22T01:43:49.404Z | Downloaded dirs-next v2.0.0 |
906 | 2024-08-22T01:43:49.406Z | Downloaded toml v0.7.8 |
907 | 2024-08-22T01:43:49.409Z | Downloaded compact_str v0.8.0 |
908 | 2024-08-22T01:43:49.411Z | Downloaded walkdir v2.5.0 |
909 | 2024-08-22T01:43:49.413Z | Downloaded semver v0.1.20 |
910 | 2024-08-22T01:43:49.416Z | Downloaded slog v2.7.0 |
911 | 2024-08-22T01:43:49.418Z | Downloaded bytes v1.7.1 |
912 | 2024-08-22T01:43:49.420Z | Downloaded native-tls v0.2.11 |
913 | 2024-08-22T01:43:49.423Z | Downloaded base64 v0.13.1 |
914 | 2024-08-22T01:43:49.425Z | Downloaded stable_deref_trait v1.2.0 |
915 | 2024-08-22T01:43:49.428Z | Downloaded signature v2.2.0 |
916 | 2024-08-22T01:43:49.428Z | Downloaded serde_urlencoded v0.7.1 |
917 | 2024-08-22T01:43:49.430Z | Downloaded serde_repr v0.1.19 |
918 | 2024-08-22T01:43:49.433Z | Downloaded display-error-chain v0.2.0 |
919 | 2024-08-22T01:43:49.435Z | Downloaded tokio-native-tls v0.3.1 |
920 | 2024-08-22T01:43:49.435Z | Downloaded termios v0.3.3 |
921 | 2024-08-22T01:43:49.437Z | Downloaded slog-stdlog v4.1.1 |
922 | 2024-08-22T01:43:49.437Z | Downloaded slog-envlogger v2.2.0 |
923 | 2024-08-22T01:43:49.440Z | Downloaded signal-hook-tokio v0.3.1 |
924 | 2024-08-22T01:43:49.440Z | Downloaded crossbeam-utils v0.8.19 |
925 | 2024-08-22T01:43:49.442Z | Downloaded const-oid v0.9.6 |
926 | 2024-08-22T01:43:49.445Z | Downloaded proc-macro-crate v1.3.1 |
927 | 2024-08-22T01:43:49.448Z | Downloaded thiserror-impl-no-std v2.0.2 |
928 | 2024-08-22T01:43:49.448Z | Downloaded memmap2 v0.9.4 |
929 | 2024-08-22T01:43:49.450Z | Downloaded lock_api v0.4.12 |
930 | 2024-08-22T01:43:49.450Z | Downloaded ipnet v2.9.0 |
931 | 2024-08-22T01:43:49.453Z | Downloaded cookie v0.18.1 |
932 | 2024-08-22T01:43:49.457Z | Downloaded spki v0.7.3 |
933 | 2024-08-22T01:43:49.459Z | Downloaded slog-scope v4.4.0 |
934 | 2024-08-22T01:43:49.459Z | Downloaded foreign-types v0.5.0 |
935 | 2024-08-22T01:43:49.459Z | Downloaded pin-utils v0.1.0 |
936 | 2024-08-22T01:43:49.462Z | Downloaded crossterm v0.27.0 |
937 | 2024-08-22T01:43:49.466Z | Downloaded serde_with_macros v3.9.0 |
938 | 2024-08-22T01:43:49.468Z | Downloaded spin v0.5.2 |
939 | 2024-08-22T01:43:49.471Z | Downloaded maplit v1.0.2 |
940 | 2024-08-22T01:43:49.471Z | Downloaded linked-hash-map v0.5.6 |
941 | 2024-08-22T01:43:49.471Z | Downloaded lalrpop-util v0.19.12 |
942 | 2024-08-22T01:43:49.474Z | Downloaded topological-sort v0.2.2 |
943 | 2024-08-22T01:43:49.474Z | Downloaded toolchain_find v0.4.0 |
944 | 2024-08-22T01:43:49.474Z | Downloaded is-terminal v0.4.12 |
945 | 2024-08-22T01:43:49.476Z | Downloaded ciborium v0.2.2 |
946 | 2024-08-22T01:43:49.478Z | Downloaded cancel-safe-futures v0.1.5 |
947 | 2024-08-22T01:43:49.481Z | Downloaded mime v0.3.17 |
948 | 2024-08-22T01:43:49.483Z | Downloaded defmt v0.3.8 |
949 | 2024-08-22T01:43:49.485Z | Downloaded mockall_derive v0.13.0 |
950 | 2024-08-22T01:43:49.488Z | Downloaded miniz_oxide v0.7.2 |
951 | 2024-08-22T01:43:49.490Z | Downloaded crypto-bigint v0.5.5 |
952 | 2024-08-22T01:43:49.495Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
953 | 2024-08-22T01:43:49.555Z | Downloaded arrayref v0.3.7 |
954 | 2024-08-22T01:43:49.558Z | Downloaded cookie_store v0.20.0 |
955 | 2024-08-22T01:43:49.560Z | Downloaded subtle v2.5.0 |
956 | 2024-08-22T01:43:49.560Z | Downloaded number_prefix v0.4.0 |
957 | 2024-08-22T01:43:49.560Z | Downloaded crossbeam-deque v0.8.5 |
958 | 2024-08-22T01:43:49.563Z | Downloaded bit-vec v0.6.3 |
959 | 2024-08-22T01:43:49.563Z | Downloaded const_format v0.2.32 |
960 | 2024-08-22T01:43:49.567Z | Downloaded atomic-waker v1.1.2 |
961 | 2024-08-22T01:43:49.570Z | Downloaded ascii-canvas v3.0.0 |
962 | 2024-08-22T01:43:49.570Z | Downloaded bb8 v0.8.5 |
963 | 2024-08-22T01:43:49.572Z | Downloaded base64 v0.21.7 |
964 | 2024-08-22T01:43:49.574Z | Downloaded linear-map v1.2.0 |
965 | 2024-08-22T01:43:49.577Z | Downloaded hyper-tls v0.5.0 |
966 | 2024-08-22T01:43:49.579Z | Downloaded defmt-macros v0.3.9 |
967 | 2024-08-22T01:43:49.582Z | Downloaded darling_macro v0.20.9 |
968 | 2024-08-22T01:43:49.582Z | Downloaded crunchy v0.2.2 |
969 | 2024-08-22T01:43:49.582Z | Downloaded cstr-argument v0.1.2 |
970 | 2024-08-22T01:43:49.582Z | Downloaded libsw v3.3.1 |
971 | 2024-08-22T01:43:49.585Z | Downloaded libloading v0.8.3 |
972 | 2024-08-22T01:43:49.587Z | Downloaded iana-time-zone v0.1.60 |
973 | 2024-08-22T01:43:49.590Z | Downloaded keccak v0.1.5 |
974 | 2024-08-22T01:43:49.590Z | Downloaded atty v0.2.14 |
975 | 2024-08-22T01:43:49.593Z | Downloaded managed v0.8.0 |
976 | 2024-08-22T01:43:49.593Z | Downloaded crossbeam-epoch v0.9.18 |
977 | 2024-08-22T01:43:49.596Z | Downloaded allocator-api2 v0.2.18 |
978 | 2024-08-22T01:43:49.600Z | Downloaded camino-tempfile v1.1.1 |
979 | 2024-08-22T01:43:49.600Z | Downloaded bcs v0.1.6 |
980 | 2024-08-22T01:43:49.602Z | Downloaded ascii v1.1.0 |
981 | 2024-08-22T01:43:49.602Z | Downloaded arc-swap v1.7.1 |
982 | 2024-08-22T01:43:49.606Z | Downloaded aes v0.8.4 |
983 | 2024-08-22T01:43:49.609Z | Downloaded bitfield v0.14.0 |
984 | 2024-08-22T01:43:49.612Z | Downloaded async-trait v0.1.81 |
985 | 2024-08-22T01:43:49.615Z | Downloaded openssl-macros v0.1.1 |
986 | 2024-08-22T01:43:49.615Z | Downloaded lazy_static v1.5.0 |
987 | 2024-08-22T01:43:49.618Z | Downloaded bit-set v0.5.3 |
988 | 2024-08-22T01:43:49.618Z | Downloaded backoff v0.4.0 |
989 | 2024-08-22T01:43:49.620Z | Downloaded ipnetwork v0.20.0 |
990 | 2024-08-22T01:43:49.620Z | Downloaded inout v0.1.3 |
991 | 2024-08-22T01:43:49.623Z | Downloaded indent_write v2.2.0 |
992 | 2024-08-22T01:43:49.623Z | Downloaded impl-trait-for-tuples v0.2.2 |
993 | 2024-08-22T01:43:49.625Z | Downloaded adler v1.0.2 |
994 | 2024-08-22T01:43:49.627Z | Downloaded match_cfg v0.1.0 |
995 | 2024-08-22T01:43:49.627Z | Downloaded argon2 v0.5.3 |
996 | 2024-08-22T01:43:49.630Z | Downloaded addr2line v0.21.0 |
997 | 2024-08-22T01:43:49.632Z | Downloaded hubpack_derive v0.1.1 |
998 | 2024-08-22T01:43:49.633Z | Downloaded cobs v0.2.3 |
999 | 2024-08-22T01:43:49.633Z | Downloaded cipher v0.4.4 |
1000 | 2024-08-22T01:43:49.635Z | Downloaded cexpr v0.6.0 |
1001 | 2024-08-22T01:43:49.635Z | Downloaded aead v0.5.2 |
1002 | 2024-08-22T01:43:49.638Z | Downloaded nodrop v0.1.14 |
1003 | 2024-08-22T01:43:49.638Z | Downloaded is_ci v1.2.0 |
1004 | 2024-08-22T01:43:49.640Z | Downloaded data-encoding v2.6.0 |
1005 | 2024-08-22T01:43:49.640Z | Downloaded crc v3.2.1 |
1006 | 2024-08-22T01:43:49.643Z | Downloaded constant_time_eq v0.3.0 |
1007 | 2024-08-22T01:43:49.643Z | Downloaded cassowary v0.3.0 |
1008 | 2024-08-22T01:43:49.646Z | Downloaded bitflags v1.3.2 |
1009 | 2024-08-22T01:43:49.649Z | Downloaded base16ct v0.2.0 |
1010 | 2024-08-22T01:43:49.649Z | Downloaded colored v2.1.0 |
1011 | 2024-08-22T01:43:49.651Z | Downloaded block-padding v0.3.3 |
1012 | 2024-08-22T01:43:50.086Z | Downloaded libz-sys v1.1.16 |
1013 | 2024-08-22T01:43:50.230Z | Downloaded ring v0.17.8 |
1014 | 2024-08-22T01:43:50.375Z | Downloaded libsqlite3-sys v0.28.0 |
1015 | 2024-08-22T01:43:50.451Z | Downloaded ring v0.16.20 |
1016 | 2024-08-22T01:43:50.617Z | Compiling cfg-if v1.0.0 |
1017 | 2024-08-22T01:43:50.617Z | Compiling serde v1.0.208 |
1018 | 2024-08-22T01:43:50.619Z | Compiling typenum v1.17.0 |
1019 | 2024-08-22T01:43:50.619Z | Compiling lock_api v0.4.12 |
1020 | 2024-08-22T01:43:50.619Z | Compiling generic-array v0.14.7 |
1021 | 2024-08-22T01:43:50.777Z | Compiling syn v2.0.74 |
1022 | 2024-08-22T01:43:50.781Z | Compiling scopeguard v1.2.0 |
1023 | 2024-08-22T01:43:50.781Z | Compiling log v0.4.21 |
1024 | 2024-08-22T01:43:50.860Z | Compiling getrandom v0.2.14 |
1025 | 2024-08-22T01:43:50.988Z | Compiling jobserver v0.1.32 |
1026 | 2024-08-22T01:43:51.068Z | Compiling rand_core v0.6.4 |
1027 | 2024-08-22T01:43:51.275Z | Compiling subtle v2.5.0 |
1028 | 2024-08-22T01:43:51.312Z | Compiling cc v1.0.97 |
1029 | 2024-08-22T01:43:51.331Z | Compiling const-oid v0.9.6 |
1030 | 2024-08-22T01:43:51.565Z | Compiling smallvec v1.13.2 |
1031 | 2024-08-22T01:43:51.611Z | Compiling pin-project-lite v0.2.14 |
1032 | 2024-08-22T01:43:51.670Z | Compiling parking_lot_core v0.9.10 |
1033 | 2024-08-22T01:43:51.730Z | Compiling signal-hook-registry v1.4.2 |
1034 | 2024-08-22T01:43:51.932Z | Compiling spin v0.9.8 |
1035 | 2024-08-22T01:43:51.951Z | Compiling mio v1.0.2 |
1036 | 2024-08-22T01:43:52.299Z | Compiling ahash v0.8.11 |
1037 | 2024-08-22T01:43:52.548Z | Compiling parking_lot v0.12.2 |
1038 | 2024-08-22T01:43:52.639Z | Compiling tinyvec_macros v0.1.1 |
1039 | 2024-08-22T01:43:52.729Z | Compiling tinyvec v1.6.0 |
1040 | 2024-08-22T01:43:52.859Z | Compiling socket2 v0.5.7 |
1041 | 2024-08-22T01:43:53.144Z | Compiling futures-core v0.3.30 |
1042 | 2024-08-22T01:43:53.207Z | Compiling cpufeatures v0.2.12 |
1043 | 2024-08-22T01:43:53.421Z | Compiling serde_json v1.0.125 |
1044 | 2024-08-22T01:43:53.505Z | Compiling libm v0.2.8 |
1045 | 2024-08-22T01:43:53.528Z | Compiling num-traits v0.2.19 |
1046 | 2024-08-22T01:43:53.555Z | Compiling slab v0.4.9 |
1047 | 2024-08-22T01:43:53.805Z | Compiling unicode-bidi v0.3.15 |
1048 | 2024-08-22T01:43:53.833Z | Compiling futures-sink v0.3.30 |
1049 | 2024-08-22T01:43:53.868Z | Compiling allocator-api2 v0.2.18 |
1050 | 2024-08-22T01:43:54.211Z | Compiling futures-channel v0.3.30 |
1051 | 2024-08-22T01:43:54.348Z | Compiling unicode-normalization v0.1.23 |
1052 | 2024-08-22T01:43:54.366Z | Compiling futures-io v0.3.30 |
1053 | 2024-08-22T01:43:54.633Z | Compiling futures-task v0.3.30 |
1054 | 2024-08-22T01:43:54.660Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-22T01:43:54.686Z | Compiling pin-utils v0.1.0 |
1056 | 2024-08-22T01:43:54.776Z | Compiling vcpkg v0.2.15 |
1057 | 2024-08-22T01:43:55.326Z | Compiling base64ct v1.6.0 |
1058 | 2024-08-22T01:43:55.370Z | Compiling percent-encoding v2.3.1 |
1059 | 2024-08-22T01:43:55.492Z | Compiling flagset v0.4.5 |
1060 | 2024-08-22T01:43:55.542Z | Compiling ring v0.17.8 |
1061 | 2024-08-22T01:43:55.701Z | Compiling ppv-lite86 v0.2.17 |
1062 | 2024-08-22T01:43:55.721Z | Compiling tracing-core v0.1.32 |
1063 | 2024-08-22T01:43:55.898Z | Compiling pem-rfc7468 v0.7.0 |
1064 | 2024-08-22T01:43:56.265Z | Compiling untrusted v0.9.0 |
1065 | 2024-08-22T01:43:56.431Z | Compiling rand_chacha v0.3.1 |
1066 | 2024-08-22T01:43:56.450Z | Compiling rustix v0.38.34 |
1067 | 2024-08-22T01:43:56.616Z | Compiling time-core v0.1.2 |
1068 | 2024-08-22T01:43:56.859Z | Compiling powerfmt v0.2.0 |
1069 | 2024-08-22T01:43:56.990Z | Compiling rand v0.8.5 |
1070 | 2024-08-22T01:43:57.083Z | Compiling openssl-sys v0.9.103 |
1071 | 2024-08-22T01:43:57.161Z | Compiling httparse v1.8.0 |
1072 | 2024-08-22T01:43:57.196Z | Compiling foreign-types-shared v0.1.1 |
1073 | 2024-08-22T01:43:57.297Z | Compiling openssl v0.10.66 |
1074 | 2024-08-22T01:43:57.352Z | Compiling rustversion v1.0.17 |
1075 | 2024-08-22T01:43:57.528Z | Compiling num-conv v0.1.0 |
1076 | 2024-08-22T01:43:57.729Z | Compiling foreign-types v0.3.2 |
1077 | 2024-08-22T01:43:57.806Z | Compiling deranged v0.3.11 |
1078 | 2024-08-22T01:43:57.824Z | Compiling time-macros v0.2.18 |
1079 | 2024-08-22T01:43:58.098Z | Compiling form_urlencoded v1.2.1 |
1080 | 2024-08-22T01:43:58.433Z | Compiling aho-corasick v1.1.3 |
1081 | 2024-08-22T01:43:58.605Z | Compiling regex-syntax v0.8.4 |
1082 | 2024-08-22T01:43:58.798Z | Compiling num_threads v0.1.7 |
1083 | 2024-08-22T01:43:58.914Z | Compiling try-lock v0.2.5 |
1084 | 2024-08-22T01:43:59.056Z | Compiling siphasher v0.3.11 |
1085 | 2024-08-22T01:43:59.441Z | Compiling crossbeam-utils v0.8.19 |
1086 | 2024-08-22T01:43:59.541Z | Compiling native-tls v0.2.11 |
1087 | 2024-08-22T01:43:59.872Z | Compiling rustls v0.21.12 |
1088 | 2024-08-22T01:44:00.023Z | Compiling syn v1.0.109 |
1089 | 2024-08-22T01:44:00.170Z | Compiling want v0.3.1 |
1090 | 2024-08-22T01:44:00.719Z | Compiling idna v0.5.0 |
1091 | 2024-08-22T01:44:00.748Z | Compiling time v0.3.36 |
1092 | 2024-08-22T01:44:01.093Z | Compiling socket2 v0.4.10 |
1093 | 2024-08-22T01:44:01.660Z | Compiling cookie v0.17.0 |
1094 | 2024-08-22T01:44:01.945Z | Compiling regex-automata v0.4.6 |
1095 | 2024-08-22T01:44:01.990Z | Compiling httpdate v1.0.3 |
1096 | 2024-08-22T01:44:02.245Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-22T01:44:02.367Z | Compiling finl_unicode v1.2.0 |
1098 | 2024-08-22T01:44:02.446Z | Compiling iana-time-zone v0.1.60 |
1099 | 2024-08-22T01:44:02.877Z | Compiling slog v2.7.0 |
1100 | 2024-08-22T01:44:02.921Z | Compiling adler v1.0.2 |
1101 | 2024-08-22T01:44:03.144Z | Compiling openssl-probe v0.1.5 |
1102 | 2024-08-22T01:44:03.291Z | Compiling miniz_oxide v0.7.2 |
1103 | 2024-08-22T01:44:03.480Z | Compiling stringprep v0.1.4 |
1104 | 2024-08-22T01:44:03.572Z | Compiling url v2.5.2 |
1105 | 2024-08-22T01:44:04.480Z | Compiling serde_derive v1.0.208 |
1106 | 2024-08-22T01:44:04.574Z | Compiling zeroize_derive v1.4.2 |
1107 | 2024-08-22T01:44:04.764Z | Compiling zerocopy-derive v0.7.34 |
1108 | 2024-08-22T01:44:04.800Z | Compiling tokio-macros v2.4.0 |
1109 | 2024-08-22T01:44:05.318Z | Compiling thiserror-impl v1.0.63 |
1110 | 2024-08-22T01:44:05.573Z | Compiling futures-macro v0.3.30 |
1111 | 2024-08-22T01:44:06.057Z | Compiling zeroize v1.7.0 |
1112 | 2024-08-22T01:44:06.412Z | Compiling der_derive v0.7.2 |
1113 | 2024-08-22T01:44:06.852Z | Compiling scroll_derive v0.12.0 |
1114 | 2024-08-22T01:44:06.977Z | Compiling zerocopy v0.7.34 |
1115 | 2024-08-22T01:44:07.426Z | Compiling futures-util v0.3.30 |
1116 | 2024-08-22T01:44:07.766Z | Compiling crypto-common v0.1.6 |
1117 | 2024-08-22T01:44:07.981Z | Compiling block-buffer v0.10.4 |
1118 | 2024-08-22T01:44:08.245Z | Compiling digest v0.10.7 |
1119 | 2024-08-22T01:44:08.375Z | Compiling block-padding v0.3.3 |
1120 | 2024-08-22T01:44:08.438Z | Compiling thiserror v1.0.63 |
1121 | 2024-08-22T01:44:08.607Z | Compiling inout v0.1.3 |
1122 | 2024-08-22T01:44:08.626Z | Compiling pest v2.7.10 |
1123 | 2024-08-22T01:44:08.766Z | Compiling hmac v0.12.1 |
1124 | 2024-08-22T01:44:08.874Z | Compiling cipher v0.4.4 |
1125 | 2024-08-22T01:44:08.893Z | Compiling sha2 v0.10.8 |
1126 | 2024-08-22T01:44:09.003Z | Compiling pbkdf2 v0.12.2 |
1127 | 2024-08-22T01:44:09.177Z | Compiling hashbrown v0.14.5 |
1128 | 2024-08-22T01:44:09.197Z | Compiling der v0.7.9 |
1129 | 2024-08-22T01:44:09.379Z | Compiling salsa20 v0.10.2 |
1130 | 2024-08-22T01:44:09.599Z | Compiling tracing-attributes v0.1.27 |
1131 | 2024-08-22T01:44:10.532Z | Compiling scrypt v0.11.0 |
1132 | 2024-08-22T01:44:11.077Z | Compiling cbc v0.1.2 |
1133 | 2024-08-22T01:44:11.312Z | Compiling pest_meta v2.7.10 |
1134 | 2024-08-22T01:44:11.609Z | Compiling spki v0.7.3 |
1135 | 2024-08-22T01:44:11.982Z | Compiling aes v0.8.4 |
1136 | 2024-08-22T01:44:12.409Z | Compiling scroll v0.12.0 |
1137 | 2024-08-22T01:44:12.957Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-22T01:44:13.333Z | Compiling goblin v0.8.2 |
1139 | 2024-08-22T01:44:13.363Z | Compiling tracing v0.1.40 |
1140 | 2024-08-22T01:44:13.907Z | Compiling pkcs5 v0.7.1 |
1141 | 2024-08-22T01:44:14.388Z | Compiling openssl-macros v0.1.1 |
1142 | 2024-08-22T01:44:14.693Z | Compiling sct v0.7.1 |
1143 | 2024-08-22T01:44:14.933Z | Compiling rustls-webpki v0.101.7 |
1144 | 2024-08-22T01:44:14.992Z | Compiling pkcs8 v0.10.2 |
1145 | 2024-08-22T01:44:15.122Z | Compiling md-5 v0.10.6 |
1146 | 2024-08-22T01:44:15.686Z | Compiling num-integer v0.1.46 |
1147 | 2024-08-22T01:44:16.375Z | Compiling pest_derive v2.7.10 |
1148 | 2024-08-22T01:44:16.460Z | Compiling backtrace v0.3.71 |
1149 | 2024-08-22T01:44:16.623Z | Compiling idna v0.3.0 |
1150 | 2024-08-22T01:44:16.805Z | Compiling lazy_static v1.5.0 |
1151 | 2024-08-22T01:44:16.915Z | Compiling hash32 v0.2.1 |
1152 | 2024-08-22T01:44:16.917Z | Compiling crc32fast v1.4.0 |
1153 | 2024-08-22T01:44:17.150Z | Compiling dtrace-parser v0.2.0 |
1154 | 2024-08-22T01:44:17.275Z | Compiling psl-types v2.0.11 |
1155 | 2024-08-22T01:44:17.460Z | Compiling num-bigint-dig v0.8.4 |
1156 | 2024-08-22T01:44:17.463Z | Compiling fallible-iterator v0.2.0 |
1157 | 2024-08-22T01:44:17.771Z | Compiling base64 v0.22.1 |
1158 | 2024-08-22T01:44:18.127Z | Compiling smoltcp v0.9.1 |
1159 | 2024-08-22T01:44:18.146Z | Compiling signal-hook v0.3.17 |
1160 | 2024-08-22T01:44:18.458Z | Compiling bytes v1.7.1 |
1161 | 2024-08-22T01:44:18.524Z | Compiling bitflags v2.6.0 |
1162 | 2024-08-22T01:44:18.893Z | Compiling indexmap v2.4.0 |
1163 | 2024-08-22T01:44:18.931Z | Compiling semver v1.0.23 |
1164 | 2024-08-22T01:44:19.687Z | Compiling tokio v1.39.2 |
1165 | 2024-08-22T01:44:19.718Z | Compiling http v0.2.12 |
1166 | 2024-08-22T01:44:20.291Z | Compiling rustc_version v0.4.0 |
1167 | 2024-08-22T01:44:21.023Z | Compiling heapless v0.7.17 |
1168 | 2024-08-22T01:44:21.465Z | Compiling http-body v0.4.6 |
1169 | 2024-08-22T01:44:21.762Z | Compiling dof v0.3.0 |
1170 | 2024-08-22T01:44:22.201Z | Compiling uuid v1.10.0 |
1171 | 2024-08-22T01:44:22.301Z | Compiling toml_datetime v0.6.8 |
1172 | 2024-08-22T01:44:22.798Z | Compiling usdt-impl v0.5.0 |
1173 | 2024-08-22T01:44:23.525Z | Compiling serde_spanned v0.6.7 |
1174 | 2024-08-22T01:44:23.627Z | Compiling serde_tokenstream v0.2.2 |
1175 | 2024-08-22T01:44:23.755Z | Compiling chrono v0.4.38 |
1176 | 2024-08-22T01:44:23.915Z | Compiling stable_deref_trait v1.2.0 |
1177 | 2024-08-22T01:44:24.021Z | Compiling gimli v0.28.1 |
1178 | 2024-08-22T01:44:24.235Z | Compiling cfg_aliases v0.1.1 |
1179 | 2024-08-22T01:44:24.340Z | Compiling nix v0.28.0 |
1180 | 2024-08-22T01:44:25.090Z | Compiling terminal_size v0.3.0 |
1181 | 2024-08-22T01:44:25.186Z | Compiling postgres-protocol v0.6.7 |
1182 | 2024-08-22T01:44:25.447Z | Compiling publicsuffix v2.2.3 |
1183 | 2024-08-22T01:44:25.609Z | Compiling num-iter v0.1.45 |
1184 | 2024-08-22T01:44:25.686Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-22T01:44:25.794Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-08-22T01:44:27.558Z | Compiling phf_shared v0.11.2 |
1187 | 2024-08-22T01:44:27.925Z | Compiling tokio-util v0.7.11 |
1188 | 2024-08-22T01:44:28.168Z | Compiling tokio-rustls v0.24.1 |
1189 | 2024-08-22T01:44:28.471Z | Compiling tokio-native-tls v0.3.1 |
1190 | 2024-08-22T01:44:28.602Z | Compiling addr2line v0.21.0 |
1191 | 2024-08-22T01:44:28.621Z | Compiling serde_derive_internals v0.29.1 |
1192 | 2024-08-22T01:44:28.753Z | Compiling ff v0.13.0 |
1193 | 2024-08-22T01:44:28.935Z | Compiling h2 v0.3.26 |
1194 | 2024-08-22T01:44:28.959Z | Compiling object v0.32.2 |
1195 | 2024-08-22T01:44:29.133Z | Compiling hubpack_derive v0.1.1 |
1196 | 2024-08-22T01:44:29.255Z | Compiling fs-err v2.11.0 |
1197 | 2024-08-22T01:44:29.258Z | Compiling managed v0.8.0 |
1198 | 2024-08-22T01:44:29.570Z | Compiling base16ct v0.2.0 |
1199 | 2024-08-22T01:44:29.699Z | Compiling anyhow v1.0.86 |
1200 | 2024-08-22T01:44:29.894Z | Compiling bitflags v1.3.2 |
1201 | 2024-08-22T01:44:30.002Z | Compiling schemars v0.8.21 |
1202 | 2024-08-22T01:44:30.029Z | Compiling rustc-demangle v0.1.24 |
1203 | 2024-08-22T01:44:30.299Z | Compiling ipnet v2.9.0 |
1204 | 2024-08-22T01:44:30.362Z | Compiling either v1.13.0 |
1205 | 2024-08-22T01:44:30.582Z | Compiling base64 v0.21.7 |
1206 | 2024-08-22T01:44:30.775Z | Compiling winnow v0.5.40 |
1207 | 2024-08-22T01:44:30.958Z | Compiling clap_builder v4.5.15 |
1208 | 2024-08-22T01:44:31.310Z | Compiling schemars_derive v0.8.21 |
1209 | 2024-08-22T01:44:31.329Z | Compiling rustls-pemfile v1.0.4 |
1210 | 2024-08-22T01:44:31.660Z | Compiling hubpack v0.1.2 |
1211 | 2024-08-22T01:44:32.112Z | Compiling sec1 v0.7.3 |
1212 | 2024-08-22T01:44:32.817Z | Compiling group v0.13.0 |
1213 | 2024-08-22T01:44:33.139Z | Compiling zerocopy v0.6.6 |
1214 | 2024-08-22T01:44:33.838Z | Compiling phf v0.11.2 |
1215 | 2024-08-22T01:44:34.020Z | Compiling cookie_store v0.20.0 |
1216 | 2024-08-22T01:44:34.104Z | Compiling postgres-types v0.2.7 |
1217 | 2024-08-22T01:44:34.572Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-22T01:44:35.568Z | Compiling hyper v0.14.30 |
1219 | 2024-08-22T01:44:36.057Z | Compiling usdt-attr-macro v0.5.0 |
1220 | 2024-08-22T01:44:36.086Z | Compiling usdt-macro v0.5.0 |
1221 | 2024-08-22T01:44:37.571Z | Compiling serde_urlencoded v0.7.1 |
1222 | 2024-08-22T01:44:37.668Z | Compiling pkcs1 v0.7.5 |
1223 | 2024-08-22T01:44:38.075Z | Compiling futures-executor v0.3.30 |
1224 | 2024-08-22T01:44:38.705Z | Compiling hkdf v0.12.4 |
1225 | 2024-08-22T01:44:38.733Z | Compiling signature v2.2.0 |
1226 | 2024-08-22T01:44:38.907Z | Compiling crypto-bigint v0.5.5 |
1227 | 2024-08-22T01:44:38.961Z | Compiling bstr v1.9.1 |
1228 | 2024-08-22T01:44:39.041Z | Compiling regex v1.10.6 |
1229 | 2024-08-22T01:44:39.144Z | Compiling enum-as-inner v0.6.0 |
1230 | 2024-08-22T01:44:40.130Z | Compiling clap_derive v4.5.13 |
1231 | 2024-08-22T01:44:40.160Z | Compiling strum_macros v0.25.3 |
1232 | 2024-08-22T01:44:40.373Z | Compiling serde_repr v0.1.19 |
1233 | 2024-08-22T01:44:40.736Z | Compiling phf_shared v0.10.0 |
1234 | 2024-08-22T01:44:41.130Z | Compiling float-cmp v0.9.0 |
1235 | 2024-08-22T01:44:41.352Z | Compiling idna v0.4.0 |
1236 | 2024-08-22T01:44:41.425Z | Compiling mio v0.8.11 |
1237 | 2024-08-22T01:44:42.346Z | Compiling encoding_rs v0.8.34 |
1238 | 2024-08-22T01:44:42.716Z | Compiling hyper-rustls v0.24.2 |
1239 | 2024-08-22T01:44:42.905Z | Compiling hyper-tls v0.5.0 |
1240 | 2024-08-22T01:44:43.056Z | Compiling normalize-line-endings v0.3.0 |
1241 | 2024-08-22T01:44:43.183Z | Compiling unicode-segmentation v1.11.0 |
1242 | 2024-08-22T01:44:43.250Z | Compiling whoami v1.5.1 |
1243 | 2024-08-22T01:44:43.929Z | Compiling bit-vec v0.6.3 |
1244 | 2024-08-22T01:44:44.090Z | Compiling data-encoding v2.6.0 |
1245 | 2024-08-22T01:44:44.229Z | Compiling predicates-core v1.0.6 |
1246 | 2024-08-22T01:44:44.385Z | Compiling webpki-roots v0.25.4 |
1247 | 2024-08-22T01:44:44.556Z | Compiling difflib v0.4.0 |
1248 | 2024-08-22T01:44:44.586Z | Compiling minimal-lexical v0.2.1 |
1249 | 2024-08-22T01:44:44.734Z | Compiling dyn-clone v1.0.17 |
1250 | 2024-08-22T01:44:44.955Z | Compiling mime v0.3.17 |
1251 | 2024-08-22T01:44:45.086Z | Compiling sync_wrapper v0.1.2 |
1252 | 2024-08-22T01:44:45.133Z | Compiling static_assertions v1.1.0 |
1253 | 2024-08-22T01:44:45.215Z | Compiling new_debug_unreachable v1.0.6 |
1254 | 2024-08-22T01:44:45.232Z | Compiling precomputed-hash v0.1.1 |
1255 | 2024-08-22T01:44:45.312Z | Compiling fixedbitset v0.4.2 |
1256 | 2024-08-22T01:44:45.333Z | Compiling string_cache v0.8.7 |
1257 | 2024-08-22T01:44:45.349Z | Compiling reqwest v0.11.27 |
1258 | 2024-08-22T01:44:45.540Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1259 | 2024-08-22T01:44:45.769Z | Compiling petgraph v0.6.5 |
1260 | 2024-08-22T01:44:45.788Z | Compiling clap v4.5.16 |
1261 | 2024-08-22T01:44:45.906Z | Compiling nom v7.1.3 |
1262 | 2024-08-22T01:44:46.095Z | Compiling predicates v3.1.2 |
1263 | 2024-08-22T01:44:46.798Z | Compiling hickory-proto v0.24.1 |
1264 | 2024-08-22T01:44:47.822Z | Compiling toml_edit v0.22.20 |
1265 | 2024-08-22T01:44:49.269Z | Compiling bit-set v0.5.3 |
1266 | 2024-08-22T01:44:49.497Z | Compiling console v0.15.8 |
1267 | 2024-08-22T01:44:49.531Z | Compiling similar v2.6.0 |
1268 | 2024-08-22T01:44:49.664Z | Compiling tokio-postgres v0.7.11 |
1269 | 2024-08-22T01:44:50.261Z | Compiling usdt v0.5.0 |
1270 | 2024-08-22T01:44:50.741Z | Compiling signal-hook-mio v0.2.4 |
1271 | 2024-08-22T01:44:50.916Z | Compiling elliptic-curve v0.13.8 |
1272 | 2024-08-22T01:44:50.983Z | Compiling rsa v0.9.6 |
1273 | 2024-08-22T01:44:51.725Z | Compiling futures v0.3.30 |
1274 | 2024-08-22T01:44:51.766Z | Compiling toml v0.7.8 |
1275 | 2024-08-22T01:44:52.701Z | Compiling flate2 v1.0.31 |
1276 | 2024-08-22T01:44:53.678Z | Compiling itertools v0.10.5 |
1277 | 2024-08-22T01:44:54.354Z | Compiling itertools v0.12.1 |
1278 | 2024-08-22T01:44:55.278Z | Compiling tokio-stream v0.1.15 |
1279 | 2024-08-22T01:44:55.956Z | Compiling openapiv3 v2.0.0 |
1280 | 2024-08-22T01:44:56.176Z | Compiling hex v0.4.3 |
1281 | 2024-08-22T01:44:56.201Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-08-22T01:44:56.472Z | Compiling sha1 v0.10.6 |
1283 | 2024-08-22T01:44:56.774Z | Compiling dirs-sys-next v0.1.2 |
1284 | 2024-08-22T01:44:56.883Z | Compiling peg-runtime v0.8.3 |
1285 | 2024-08-22T01:44:56.949Z | Compiling lalrpop-util v0.19.12 |
1286 | 2024-08-22T01:44:57.085Z | Compiling unicode-xid v0.2.4 |
1287 | 2024-08-22T01:44:57.254Z | Compiling dirs-next v2.0.0 |
1288 | 2024-08-22T01:44:57.277Z | Compiling thread_local v1.1.8 |
1289 | 2024-08-22T01:44:57.420Z | Compiling slog-async v2.8.0 |
1290 | 2024-08-22T01:44:57.444Z | Compiling term v0.7.0 |
1291 | 2024-08-22T01:44:57.464Z | Compiling xattr v1.3.1 |
1292 | 2024-08-22T01:44:57.510Z | Compiling crossbeam-channel v0.5.12 |
1293 | 2024-08-22T01:44:57.730Z | Compiling strum_macros v0.26.4 |
1294 | 2024-08-22T01:44:57.812Z | Compiling filetime v0.2.24 |
1295 | 2024-08-22T01:44:58.010Z | Compiling is-terminal v0.4.12 |
1296 | 2024-08-22T01:44:58.109Z | Compiling take_mut v0.2.2 |
1297 | 2024-08-22T01:44:58.140Z | Compiling slog-term v2.9.1 |
1298 | 2024-08-22T01:44:58.261Z | Compiling tar v0.4.41 |
1299 | 2024-08-22T01:44:58.964Z | Compiling camino v1.1.9 |
1300 | 2024-08-22T01:45:00.213Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1301 | 2024-08-22T01:45:00.840Z | Compiling strum v0.26.3 |
1302 | 2024-08-22T01:45:00.915Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1303 | 2024-08-22T01:45:06.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1304 | 2024-08-22T01:45:06.304Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1305 | 2024-08-22T01:45:06.349Z | Aug 22 01:45:04.831 INFO Starting download, target: Clickhouse |
1306 | 2024-08-22T01:45:06.349Z | Aug 22 01:45:04.832 INFO Starting download, target: Cockroach |
1307 | 2024-08-22T01:45:06.349Z | Aug 22 01:45:04.832 INFO Starting download, target: DendriteOpenapi |
1308 | 2024-08-22T01:45:06.349Z | Aug 22 01:45:04.832 INFO Starting download, target: Console |
1309 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Starting download, target: DendriteStub |
1310 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Starting download, target: MaghemiteMgd |
1311 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Starting download, target: TransceiverControl |
1312 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1313 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1314 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.832 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1315 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.833 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1316 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.833 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1317 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.833 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1318 | 2024-08-22T01:45:06.352Z | Aug 22 01:45:04.833 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1319 | 2024-08-22T01:45:06.541Z | Aug 22 01:45:05.003 INFO Download complete, target: DendriteOpenapi |
1320 | 2024-08-22T01:45:06.706Z | Aug 22 01:45:05.182 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1321 | 2024-08-22T01:45:07.127Z | Aug 22 01:45:05.546 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1322 | 2024-08-22T01:45:07.316Z | Aug 22 01:45:05.794 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1323 | 2024-08-22T01:45:07.382Z | Aug 22 01:45:05.864 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1324 | 2024-08-22T01:45:07.475Z | Aug 22 01:45:05.957 INFO Download complete, target: Console |
1325 | 2024-08-22T01:45:07.497Z | Aug 22 01:45:05.979 INFO Download complete, target: TransceiverControl |
1326 | 2024-08-22T01:45:07.533Z | Aug 22 01:45:06.015 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1327 | 2024-08-22T01:45:07.533Z | Aug 22 01:45:06.016 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1328 | 2024-08-22T01:45:08.216Z | Aug 22 01:45:06.698 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-22T01:45:10.342Z | Aug 22 01:45:08.823 INFO Download complete, target: DendriteStub |
1330 | 2024-08-22T01:45:10.484Z | Aug 22 01:45:08.966 INFO Download complete, target: MaghemiteMgd |
1331 | 2024-08-22T01:45:15.794Z | Aug 22 01:45:14.275 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1332 | 2024-08-22T01:45:16.141Z | Aug 22 01:45:14.622 INFO Checking that binary works, target: Cockroach |
1333 | 2024-08-22T01:45:16.336Z | Aug 22 01:45:14.818 INFO Download complete, target: Cockroach |
1334 | 2024-08-22T01:45:21.928Z | Aug 22 01:45:20.409 INFO Checking that binary works, target: Clickhouse |
1335 | 2024-08-22T01:45:22.340Z | Aug 22 01:45:20.822 INFO Download complete, target: Clickhouse |
1336 | 2024-08-22T01:45:22.347Z | All prerequisites installed successfully |
1337 | 2024-08-22T01:45:22.350Z | |
1338 | 2024-08-22T01:45:22.350Z | real 3:48.310981791 |
1339 | 2024-08-22T01:45:22.350Z | user 11:04.114411764 |
1340 | 2024-08-22T01:45:22.350Z | sys 2:21.781300580 |
1341 | 2024-08-22T01:45:22.350Z | trap 0.386301848 |
1342 | 2024-08-22T01:45:22.350Z | tflt 4.488944749 |
1343 | 2024-08-22T01:45:22.350Z | dflt 3.670362774 |
1344 | 2024-08-22T01:45:22.350Z | kflt 0.219789682 |
1345 | 2024-08-22T01:45:22.350Z | lock 23:32.071209845 |
1346 | 2024-08-22T01:45:22.350Z | slp 43:31.221219539 |
1347 | 2024-08-22T01:45:22.350Z | lat 39.493734754 |
1348 | 2024-08-22T01:45:22.350Z | stop 1:43.897981197 |
1349 | 2024-08-22T01:45:22.350Z | + ptime -m cargo xtask download softnpu |
1350 | 2024-08-22T01:45:22.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1351 | 2024-08-22T01:45:22.902Z | Running `target/debug/xtask download softnpu` |
1352 | 2024-08-22T01:45:23.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1353 | 2024-08-22T01:45:23.725Z | Running `target/debug/xtask-downloader softnpu` |
1354 | 2024-08-22T01:45:23.759Z | Aug 22 01:45:22.240 INFO Starting download, target: Softnpu |
1355 | 2024-08-22T01:45:23.763Z | Aug 22 01:45:22.241 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1356 | 2024-08-22T01:45:24.448Z | Aug 22 01:45:22.929 INFO Download complete, target: Softnpu |
1357 | 2024-08-22T01:45:24.452Z | |
1358 | 2024-08-22T01:45:24.455Z | real 2.097825195 |
1359 | 2024-08-22T01:45:24.455Z | user 1.179534147 |
1360 | 2024-08-22T01:45:24.455Z | sys 0.533373694 |
1361 | 2024-08-22T01:45:24.455Z | trap 0.000393976 |
1362 | 2024-08-22T01:45:24.455Z | tflt 0.000000000 |
1363 | 2024-08-22T01:45:24.455Z | dflt 0.000002489 |
1364 | 2024-08-22T01:45:24.455Z | kflt 0.000000000 |
1365 | 2024-08-22T01:45:24.455Z | lock 7.152503650 |
1366 | 2024-08-22T01:45:24.456Z | slp 0.708535658 |
1367 | 2024-08-22T01:45:24.456Z | lat 0.071394332 |
1368 | 2024-08-22T01:45:24.456Z | stop 0.000369948 |
1369 | 2024-08-22T01:45:24.456Z | + export CARGO_INCREMENTAL=0 |
1370 | 2024-08-22T01:45:24.456Z | + CARGO_INCREMENTAL=0 |
1371 | 2024-08-22T01:45:24.456Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1372 | 2024-08-22T01:45:25.365Z | Compiling proc-macro2 v1.0.86 |
1373 | 2024-08-22T01:45:25.365Z | Compiling unicode-ident v1.0.12 |
1374 | 2024-08-22T01:45:25.368Z | Compiling libc v0.2.156 |
1375 | 2024-08-22T01:45:25.368Z | Compiling serde v1.0.208 |
1376 | 2024-08-22T01:45:25.368Z | Compiling version_check v0.9.5 |
1377 | 2024-08-22T01:45:25.368Z | Compiling autocfg v1.3.0 |
1378 | 2024-08-22T01:45:25.484Z | Compiling cfg-if v1.0.0 |
1379 | 2024-08-22T01:45:25.486Z | Compiling once_cell v1.19.0 |
1380 | 2024-08-22T01:45:25.647Z | Compiling typenum v1.17.0 |
1381 | 2024-08-22T01:45:25.704Z | Compiling memchr v2.7.2 |
1382 | 2024-08-22T01:45:26.136Z | Compiling generic-array v0.14.7 |
1383 | 2024-08-22T01:45:26.233Z | Compiling lock_api v0.4.12 |
1384 | 2024-08-22T01:45:26.499Z | Compiling ahash v0.8.11 |
1385 | 2024-08-22T01:45:26.551Z | Compiling byteorder v1.5.0 |
1386 | 2024-08-22T01:45:26.566Z | Compiling serde_json v1.0.125 |
1387 | 2024-08-22T01:45:26.845Z | Compiling libm v0.2.8 |
1388 | 2024-08-22T01:45:26.890Z | Compiling num-traits v0.2.19 |
1389 | 2024-08-22T01:45:27.009Z | Compiling quote v1.0.36 |
1390 | 2024-08-22T01:45:27.183Z | Compiling parking_lot_core v0.9.10 |
1391 | 2024-08-22T01:45:27.200Z | Compiling thiserror v1.0.63 |
1392 | 2024-08-22T01:45:27.424Z | Compiling syn v2.0.74 |
1393 | 2024-08-22T01:45:27.587Z | Compiling getrandom v0.2.14 |
1394 | 2024-08-22T01:45:27.659Z | Compiling jobserver v0.1.32 |
1395 | 2024-08-22T01:45:27.691Z | Compiling scopeguard v1.2.0 |
1396 | 2024-08-22T01:45:27.903Z | Compiling itoa v1.0.11 |
1397 | 2024-08-22T01:45:28.017Z | Compiling cc v1.0.97 |
1398 | 2024-08-22T01:45:28.091Z | Compiling log v0.4.21 |
1399 | 2024-08-22T01:45:28.337Z | Compiling allocator-api2 v0.2.18 |
1400 | 2024-08-22T01:45:28.391Z | Compiling rand_core v0.6.4 |
1401 | 2024-08-22T01:45:28.403Z | Compiling slab v0.4.9 |
1402 | 2024-08-22T01:45:28.785Z | Compiling semver v1.0.23 |
1403 | 2024-08-22T01:45:28.812Z | Compiling pin-project-lite v0.2.14 |
1404 | 2024-08-22T01:45:29.068Z | Compiling ryu v1.0.18 |
1405 | 2024-08-22T01:45:29.325Z | Compiling equivalent v1.0.1 |
1406 | 2024-08-22T01:45:29.348Z | Compiling smallvec v1.13.2 |
1407 | 2024-08-22T01:45:29.490Z | Compiling schemars v0.8.21 |
1408 | 2024-08-22T01:45:29.506Z | Compiling vcpkg v0.2.15 |
1409 | 2024-08-22T01:45:29.653Z | Compiling pkg-config v0.3.30 |
1410 | 2024-08-22T01:45:29.846Z | Compiling spin v0.9.8 |
1411 | 2024-08-22T01:45:30.309Z | Compiling signal-hook-registry v1.4.2 |
1412 | 2024-08-22T01:45:30.737Z | Compiling subtle v2.5.0 |
1413 | 2024-08-22T01:45:31.029Z | Compiling parking_lot v0.12.2 |
1414 | 2024-08-22T01:45:31.197Z | Compiling ring v0.17.8 |
1415 | 2024-08-22T01:45:31.243Z | Compiling openssl-sys v0.9.103 |
1416 | 2024-08-22T01:45:31.745Z | Compiling mio v1.0.2 |
1417 | 2024-08-22T01:45:32.220Z | Compiling const-oid v0.9.6 |
1418 | 2024-08-22T01:45:32.234Z | Compiling socket2 v0.5.7 |
1419 | 2024-08-22T01:45:32.856Z | Compiling syn v1.0.109 |
1420 | 2024-08-22T01:45:33.196Z | Compiling httparse v1.8.0 |
1421 | 2024-08-22T01:45:33.295Z | Compiling heck v0.5.0 |
1422 | 2024-08-22T01:45:33.703Z | Compiling num-conv v0.1.0 |
1423 | 2024-08-22T01:45:33.727Z | Compiling time-core v0.1.2 |
1424 | 2024-08-22T01:45:33.830Z | Compiling futures-core v0.3.30 |
1425 | 2024-08-22T01:45:33.888Z | Compiling openssl v0.10.66 |
1426 | 2024-08-22T01:45:33.990Z | Compiling time-macros v0.2.18 |
1427 | 2024-08-22T01:45:34.069Z | Compiling rustix v0.38.34 |
1428 | 2024-08-22T01:45:34.287Z | Compiling fnv v1.0.7 |
1429 | 2024-08-22T01:45:34.414Z | Compiling crossbeam-utils v0.8.19 |
1430 | 2024-08-22T01:45:34.934Z | Compiling serde_derive_internals v0.29.1 |
1431 | 2024-08-22T01:45:35.083Z | Compiling rustls v0.21.12 |
1432 | 2024-08-22T01:45:35.371Z | Compiling iana-time-zone v0.1.60 |
1433 | 2024-08-22T01:45:35.778Z | Compiling tinyvec_macros v0.1.1 |
1434 | 2024-08-22T01:45:35.872Z | Compiling native-tls v0.2.11 |
1435 | 2024-08-22T01:45:36.022Z | Compiling tinyvec v1.6.0 |
1436 | 2024-08-22T01:45:36.291Z | Compiling futures-sink v0.3.30 |
1437 | 2024-08-22T01:45:36.451Z | Compiling ucd-trie v0.1.6 |
1438 | 2024-08-22T01:45:37.120Z | Compiling cpufeatures v0.2.12 |
1439 | 2024-08-22T01:45:37.178Z | Compiling backtrace v0.3.71 |
1440 | 2024-08-22T01:45:37.229Z | Compiling cookie v0.17.0 |
1441 | 2024-08-22T01:45:37.377Z | Compiling unicode-normalization v0.1.23 |
1442 | 2024-08-22T01:45:37.537Z | Compiling slog v2.7.0 |
1443 | 2024-08-22T01:45:37.572Z | Compiling unicode-bidi v0.3.15 |
1444 | 2024-08-22T01:45:37.947Z | Compiling futures-channel v0.3.30 |
1445 | 2024-08-22T01:45:38.114Z | Compiling aho-corasick v1.1.3 |
1446 | 2024-08-22T01:45:38.368Z | Compiling pin-utils v0.1.0 |
1447 | 2024-08-22T01:45:38.397Z | Compiling regex-syntax v0.8.4 |
1448 | 2024-08-22T01:45:38.464Z | Compiling futures-task v0.3.30 |
1449 | 2024-08-22T01:45:38.753Z | Compiling futures-io v0.3.30 |
1450 | 2024-08-22T01:45:39.856Z | Compiling dyn-clone v1.0.17 |
1451 | 2024-08-22T01:45:39.955Z | Compiling winnow v0.5.40 |
1452 | 2024-08-22T01:45:40.092Z | Compiling serde_derive v1.0.208 |
1453 | 2024-08-22T01:45:40.331Z | Compiling zeroize_derive v1.4.2 |
1454 | 2024-08-22T01:45:41.650Z | Compiling zerocopy-derive v0.7.34 |
1455 | 2024-08-22T01:45:41.787Z | Compiling thiserror-impl v1.0.63 |
1456 | 2024-08-22T01:45:42.286Z | Compiling tokio-macros v2.4.0 |
1457 | 2024-08-22T01:45:43.479Z | Compiling zerocopy v0.7.34 |
1458 | 2024-08-22T01:45:43.620Z | Compiling zeroize v1.7.0 |
1459 | 2024-08-22T01:45:43.968Z | Compiling futures-macro v0.3.30 |
1460 | 2024-08-22T01:45:45.167Z | Compiling crypto-common v0.1.6 |
1461 | 2024-08-22T01:45:45.361Z | Compiling schemars_derive v0.8.21 |
1462 | 2024-08-22T01:45:45.520Z | Compiling tracing-attributes v0.1.27 |
1463 | 2024-08-22T01:45:45.699Z | Compiling hashbrown v0.14.5 |
1464 | 2024-08-22T01:45:45.790Z | Compiling block-buffer v0.10.4 |
1465 | 2024-08-22T01:45:46.026Z | Compiling digest v0.10.7 |
1466 | 2024-08-22T01:45:46.125Z | Compiling der_derive v0.7.2 |
1467 | 2024-08-22T01:45:46.718Z | Compiling openssl-macros v0.1.1 |
1468 | 2024-08-22T01:45:47.495Z | Compiling scroll_derive v0.12.0 |
1469 | 2024-08-22T01:45:48.060Z | Compiling hmac v0.12.1 |
1470 | 2024-08-22T01:45:48.268Z | Compiling block-padding v0.3.3 |
1471 | 2024-08-22T01:45:48.283Z | Compiling pest v2.7.10 |
1472 | 2024-08-22T01:45:48.353Z | Compiling sha2 v0.10.8 |
1473 | 2024-08-22T01:45:48.467Z | Compiling inout v0.1.3 |
1474 | 2024-08-22T01:45:48.617Z | Compiling futures-util v0.3.30 |
1475 | 2024-08-22T01:45:48.699Z | Compiling cipher v0.4.4 |
1476 | 2024-08-22T01:45:48.716Z | Compiling regex-automata v0.4.6 |
1477 | 2024-08-22T01:45:48.923Z | Compiling anyhow v1.0.86 |
1478 | 2024-08-22T01:45:49.289Z | Compiling untrusted v0.9.0 |
1479 | 2024-08-22T01:45:49.474Z | Compiling tracing-core v0.1.32 |
1480 | 2024-08-22T01:45:51.127Z | Compiling pest_meta v2.7.10 |
1481 | 2024-08-22T01:45:51.968Z | Compiling usdt-impl v0.5.0 |
1482 | 2024-08-22T01:45:52.307Z | Compiling pest_generator v2.7.10 |
1483 | 2024-08-22T01:45:53.375Z | Compiling bytes v1.7.1 |
1484 | 2024-08-22T01:45:54.518Z | Compiling indexmap v2.4.0 |
1485 | 2024-08-22T01:45:55.525Z | Compiling tokio v1.39.2 |
1486 | 2024-08-22T01:45:55.777Z | Compiling bitflags v2.6.0 |
1487 | 2024-08-22T01:45:55.953Z | Compiling uuid v1.10.0 |
1488 | 2024-08-22T01:45:55.979Z | Compiling serde_tokenstream v0.2.2 |
1489 | 2024-08-22T01:45:56.380Z | Compiling chrono v0.4.38 |
1490 | 2024-08-22T01:45:57.837Z | Compiling serde_spanned v0.6.7 |
1491 | 2024-08-22T01:45:58.056Z | Compiling toml_datetime v0.6.8 |
1492 | 2024-08-22T01:45:58.894Z | Compiling http v0.2.12 |
1493 | 2024-08-22T01:45:59.273Z | Compiling toml_edit v0.19.15 |
1494 | 2024-08-22T01:46:00.808Z | Compiling rustc_version v0.4.0 |
1495 | 2024-08-22T01:46:01.191Z | Compiling pest_derive v2.7.10 |
1496 | 2024-08-22T01:46:01.527Z | Compiling rustversion v1.0.17 |
1497 | 2024-08-22T01:46:01.961Z | Compiling base64ct v1.6.0 |
1498 | 2024-08-22T01:46:02.209Z | Compiling heapless v0.7.17 |
1499 | 2024-08-22T01:46:02.506Z | Compiling pem-rfc7468 v0.7.0 |
1500 | 2024-08-22T01:46:02.643Z | Compiling tracing v0.1.40 |
1501 | 2024-08-22T01:46:03.109Z | Compiling scroll v0.12.0 |
1502 | 2024-08-22T01:46:03.658Z | Compiling heck v0.4.1 |
1503 | 2024-08-22T01:46:04.043Z | Compiling ppv-lite86 v0.2.17 |
1504 | 2024-08-22T01:46:04.058Z | Compiling percent-encoding v2.3.1 |
1505 | 2024-08-22T01:46:04.510Z | Compiling flagset v0.4.5 |
1506 | 2024-08-22T01:46:04.587Z | Compiling powerfmt v0.2.0 |
1507 | 2024-08-22T01:46:04.744Z | Compiling plain v0.2.3 |
1508 | 2024-08-22T01:46:04.898Z | Compiling goblin v0.8.2 |
1509 | 2024-08-22T01:46:05.028Z | Compiling deranged v0.3.11 |
1510 | 2024-08-22T01:46:05.045Z | Compiling rand_chacha v0.3.1 |
1511 | 2024-08-22T01:46:05.947Z | Compiling der v0.7.9 |
1512 | 2024-08-22T01:46:07.205Z | Compiling regex v1.10.6 |
1513 | 2024-08-22T01:46:08.153Z | Compiling salsa20 v0.10.2 |
1514 | 2024-08-22T01:46:08.359Z | Compiling pbkdf2 v0.12.2 |
1515 | 2024-08-22T01:46:08.993Z | Compiling num_threads v0.1.7 |
1516 | 2024-08-22T01:46:09.368Z | Compiling crc32fast v1.4.0 |
1517 | 2024-08-22T01:46:09.419Z | Compiling pretty-hex v0.4.1 |
1518 | 2024-08-22T01:46:09.471Z | Compiling strsim v0.11.1 |
1519 | 2024-08-22T01:46:09.618Z | Compiling time v0.3.36 |
1520 | 2024-08-22T01:46:10.168Z | Compiling scrypt v0.11.0 |
1521 | 2024-08-22T01:46:10.228Z | Compiling spki v0.7.3 |
1522 | 2024-08-22T01:46:10.470Z | Compiling dof v0.3.0 |
1523 | 2024-08-22T01:46:10.614Z | Compiling rand v0.8.5 |
1524 | 2024-08-22T01:46:10.662Z | Compiling tokio-util v0.7.11 |
1525 | 2024-08-22T01:46:11.944Z | Compiling dtrace-parser v0.2.0 |
1526 | 2024-08-22T01:46:12.187Z | Compiling aes v0.8.4 |
1527 | 2024-08-22T01:46:12.312Z | Compiling cbc v0.1.2 |
1528 | 2024-08-22T01:46:12.536Z | Compiling async-trait v0.1.81 |
1529 | 2024-08-22T01:46:13.156Z | Compiling socket2 v0.4.10 |
1530 | 2024-08-22T01:46:13.365Z | Compiling thread-id v4.2.1 |
1531 | 2024-08-22T01:46:13.635Z | Compiling unicode-width v0.1.13 |
1532 | 2024-08-22T01:46:13.652Z | Compiling signal-hook v0.3.17 |
1533 | 2024-08-22T01:46:13.797Z | Compiling foreign-types-shared v0.1.1 |
1534 | 2024-08-22T01:46:13.901Z | Compiling num-bigint-dig v0.8.4 |
1535 | 2024-08-22T01:46:13.936Z | Compiling smoltcp v0.9.1 |
1536 | 2024-08-22T01:46:14.056Z | Compiling foreign-types v0.3.2 |
1537 | 2024-08-22T01:46:14.642Z | Compiling pkcs5 v0.7.1 |
1538 | 2024-08-22T01:46:15.217Z | Compiling form_urlencoded v1.2.1 |
1539 | 2024-08-22T01:46:15.857Z | Compiling errno v0.3.9 |
1540 | 2024-08-22T01:46:16.135Z | Compiling cfg_aliases v0.1.1 |
1541 | 2024-08-22T01:46:16.252Z | Compiling adler v1.0.2 |
1542 | 2024-08-22T01:46:16.380Z | Compiling try-lock v0.2.5 |
1543 | 2024-08-22T01:46:16.535Z | Compiling siphasher v0.3.11 |
1544 | 2024-08-22T01:46:16.593Z | Compiling want v0.3.1 |
1545 | 2024-08-22T01:46:16.903Z | Compiling miniz_oxide v0.7.2 |
1546 | 2024-08-22T01:46:17.199Z | Compiling nix v0.28.0 |
1547 | 2024-08-22T01:46:18.749Z | Compiling pkcs8 v0.10.2 |
1548 | 2024-08-22T01:46:19.359Z | Compiling h2 v0.3.26 |
1549 | 2024-08-22T01:46:19.391Z | Compiling rustls-webpki v0.101.7 |
1550 | 2024-08-22T01:46:20.033Z | Compiling sct v0.7.1 |
1551 | 2024-08-22T01:46:21.014Z | Compiling http-body v0.4.6 |
1552 | 2024-08-22T01:46:21.627Z | Compiling openapiv3 v2.0.0 |
1553 | 2024-08-22T01:46:22.033Z | Compiling hubpack_derive v0.1.1 |
1554 | 2024-08-22T01:46:22.080Z | Compiling zerocopy-derive v0.6.6 |
1555 | 2024-08-22T01:46:22.103Z | Compiling idna v0.5.0 |
1556 | 2024-08-22T01:46:23.484Z | Compiling fs-err v2.11.0 |
1557 | 2024-08-22T01:46:23.616Z | Compiling anstyle v1.0.8 |
1558 | 2024-08-22T01:46:23.804Z | Compiling tower-service v0.3.2 |
1559 | 2024-08-22T01:46:24.058Z | Compiling stable_deref_trait v1.2.0 |
1560 | 2024-08-22T01:46:24.080Z | Compiling httpdate v1.0.3 |
1561 | 2024-08-22T01:46:24.298Z | Compiling openssl-probe v0.1.5 |
1562 | 2024-08-22T01:46:24.746Z | Compiling finl_unicode v1.2.0 |
1563 | 2024-08-22T01:46:24.847Z | Compiling gimli v0.28.1 |
1564 | 2024-08-22T01:46:25.513Z | Compiling utf8parse v0.2.1 |
1565 | 2024-08-22T01:46:25.671Z | Compiling anstyle-parse v0.2.4 |
1566 | 2024-08-22T01:46:25.997Z | Compiling stringprep v0.1.4 |
1567 | 2024-08-22T01:46:26.908Z | Compiling hyper v0.14.30 |
1568 | 2024-08-22T01:46:29.712Z | Compiling addr2line v0.21.0 |
1569 | 2024-08-22T01:46:31.376Z | Compiling url v2.5.2 |
1570 | 2024-08-22T01:46:36.768Z | Compiling usdt-attr-macro v0.5.0 |
1571 | 2024-08-22T01:46:38.290Z | Compiling usdt-macro v0.5.0 |
1572 | 2024-08-22T01:46:39.692Z | Compiling md-5 v0.10.6 |
1573 | 2024-08-22T01:46:40.290Z | Compiling idna v0.3.0 |
1574 | 2024-08-22T01:46:41.814Z | Compiling lazy_static v1.5.0 |
1575 | 2024-08-22T01:46:41.940Z | Compiling num-integer v0.1.46 |
1576 | 2024-08-22T01:46:42.710Z | Compiling hash32 v0.2.1 |
1577 | 2024-08-22T01:46:43.083Z | Compiling object v0.32.2 |
1578 | 2024-08-22T01:46:43.201Z | Compiling anstyle-query v1.0.3 |
1579 | 2024-08-22T01:46:43.346Z | Compiling rustc-demangle v0.1.24 |
1580 | 2024-08-22T01:46:43.587Z | Compiling is_terminal_polyfill v1.70.0 |
1581 | 2024-08-22T01:46:43.986Z | Compiling psl-types v2.0.11 |
1582 | 2024-08-22T01:46:44.185Z | Compiling colorchoice v1.0.1 |
1583 | 2024-08-22T01:46:44.574Z | Compiling fallible-iterator v0.2.0 |
1584 | 2024-08-22T01:46:45.282Z | Compiling base64 v0.22.1 |
1585 | 2024-08-22T01:46:45.716Z | Compiling anstream v0.6.14 |
1586 | 2024-08-22T01:46:45.951Z | Compiling postgres-protocol v0.6.7 |
1587 | 2024-08-22T01:46:46.404Z | Compiling publicsuffix v2.2.3 |
1588 | 2024-08-22T01:46:48.710Z | Compiling num-iter v0.1.45 |
1589 | 2024-08-22T01:46:49.748Z | Compiling tokio-rustls v0.24.1 |
1590 | 2024-08-22T01:46:51.341Z | Compiling terminal_size v0.3.0 |
1591 | 2024-08-22T01:46:51.493Z | Compiling tokio-native-tls v0.3.1 |
1592 | 2024-08-22T01:46:51.757Z | Compiling phf_shared v0.11.2 |
1593 | 2024-08-22T01:46:52.590Z | Compiling strum_macros v0.25.3 |
1594 | 2024-08-22T01:46:52.771Z | Compiling enum-as-inner v0.6.0 |
1595 | 2024-08-22T01:46:53.437Z | Compiling regress v0.9.1 |
1596 | 2024-08-22T01:46:53.792Z | Compiling serde_repr v0.1.19 |
1597 | 2024-08-22T01:46:54.171Z | Compiling clap_derive v4.5.13 |
1598 | 2024-08-22T01:46:56.332Z | Compiling ff v0.13.0 |
1599 | 2024-08-22T01:46:58.081Z | Compiling encoding_rs v0.8.34 |
1600 | 2024-08-22T01:46:58.127Z | Compiling managed v0.8.0 |
1601 | 2024-08-22T01:46:58.654Z | Compiling mime v0.3.17 |
1602 | 2024-08-22T01:46:58.740Z | Compiling base64 v0.21.7 |
1603 | 2024-08-22T01:46:59.420Z | Compiling bitflags v1.3.2 |
1604 | 2024-08-22T01:46:59.641Z | Compiling ipnet v2.9.0 |
1605 | 2024-08-22T01:46:59.726Z | Compiling either v1.13.0 |
1606 | 2024-08-22T01:47:00.221Z | Compiling clap_lex v0.7.0 |
1607 | 2024-08-22T01:47:00.693Z | Compiling base16ct v0.2.0 |
1608 | 2024-08-22T01:47:01.007Z | Compiling sec1 v0.7.3 |
1609 | 2024-08-22T01:47:01.113Z | Compiling clap_builder v4.5.15 |
1610 | 2024-08-22T01:47:01.599Z | Compiling rustls-pemfile v1.0.4 |
1611 | 2024-08-22T01:47:02.271Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1612 | 2024-08-22T01:47:03.766Z | Compiling group v0.13.0 |
1613 | 2024-08-22T01:47:08.776Z | Compiling phf v0.11.2 |
1614 | 2024-08-22T01:47:08.857Z | Compiling hyper-tls v0.5.0 |
1615 | 2024-08-22T01:47:08.954Z | Compiling hyper-rustls v0.24.2 |
1616 | 2024-08-22T01:47:09.063Z | Compiling cookie_store v0.20.0 |
1617 | 2024-08-22T01:47:09.627Z | Compiling postgres-types v0.2.7 |
1618 | 2024-08-22T01:47:09.691Z | Compiling zerocopy v0.6.6 |
1619 | 2024-08-22T01:47:10.518Z | Compiling hubpack v0.1.2 |
1620 | 2024-08-22T01:47:10.549Z | Compiling pkcs1 v0.7.5 |
1621 | 2024-08-22T01:47:10.957Z | Compiling phf_shared v0.10.0 |
1622 | 2024-08-22T01:47:10.978Z | Compiling serde_urlencoded v0.7.1 |
1623 | 2024-08-22T01:47:11.453Z | Compiling crossbeam-epoch v0.9.18 |
1624 | 2024-08-22T01:47:11.581Z | Compiling futures-executor v0.3.30 |
1625 | 2024-08-22T01:47:11.811Z | Compiling bstr v1.9.1 |
1626 | 2024-08-22T01:47:12.263Z | Compiling hkdf v0.12.4 |
1627 | 2024-08-22T01:47:12.479Z | Compiling signature v2.2.0 |
1628 | 2024-08-22T01:47:12.603Z | Compiling crypto-bigint v0.5.5 |
1629 | 2024-08-22T01:47:12.709Z | Compiling idna v0.4.0 |
1630 | 2024-08-22T01:47:12.792Z | Compiling float-cmp v0.9.0 |
1631 | 2024-08-22T01:47:13.002Z | Compiling mio v0.8.11 |
1632 | 2024-08-22T01:47:13.362Z | Compiling memmap v0.7.0 |
1633 | 2024-08-22T01:47:13.823Z | Compiling fixedbitset v0.4.2 |
1634 | 2024-08-22T01:47:14.048Z | Compiling bit-vec v0.6.3 |
1635 | 2024-08-22T01:47:14.120Z | Compiling whoami v1.5.1 |
1636 | 2024-08-22T01:47:14.558Z | Compiling webpki-roots v0.25.4 |
1637 | 2024-08-22T01:47:14.661Z | Compiling difflib v0.4.0 |
1638 | 2024-08-22T01:47:14.723Z | Compiling minimal-lexical v0.2.1 |
1639 | 2024-08-22T01:47:15.196Z | Compiling normalize-line-endings v0.3.0 |
1640 | 2024-08-22T01:47:15.199Z | Compiling new_debug_unreachable v1.0.6 |
1641 | 2024-08-22T01:47:15.304Z | Compiling unicode-segmentation v1.11.0 |
1642 | 2024-08-22T01:47:15.321Z | Compiling predicates-core v1.0.6 |
1643 | 2024-08-22T01:47:15.336Z | Compiling sync_wrapper v0.1.2 |
1644 | 2024-08-22T01:47:15.466Z | Compiling winnow v0.6.18 |
1645 | 2024-08-22T01:47:15.609Z | Compiling data-encoding v2.6.0 |
1646 | 2024-08-22T01:47:15.898Z | Compiling static_assertions v1.1.0 |
1647 | 2024-08-22T01:47:15.921Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-22T01:47:16.048Z | Compiling string_cache v0.8.7 |
1649 | 2024-08-22T01:47:16.106Z | Compiling reqwest v0.11.27 |
1650 | 2024-08-22T01:47:16.129Z | Compiling similar v2.6.0 |
1651 | 2024-08-22T01:47:16.450Z | Compiling hickory-proto v0.24.1 |
1652 | 2024-08-22T01:47:17.074Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1653 | 2024-08-22T01:47:17.090Z | Compiling predicates v3.1.2 |
1654 | 2024-08-22T01:47:17.304Z | Compiling elliptic-curve v0.13.8 |
1655 | 2024-08-22T01:47:18.051Z | Compiling nom v7.1.3 |
1656 | 2024-08-22T01:47:18.525Z | Compiling tokio-postgres v0.7.11 |
1657 | 2024-08-22T01:47:18.862Z | Compiling bit-set v0.5.3 |
1658 | 2024-08-22T01:47:19.148Z | Compiling toml_edit v0.22.20 |
1659 | 2024-08-22T01:47:19.164Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1660 | 2024-08-22T01:47:21.553Z | Compiling petgraph v0.6.5 |
1661 | 2024-08-22T01:47:22.931Z | Compiling signal-hook-mio v0.2.4 |
1662 | 2024-08-22T01:47:23.112Z | Compiling usdt v0.5.0 |
1663 | 2024-08-22T01:47:23.399Z | Compiling rsa v0.9.6 |
1664 | 2024-08-22T01:47:24.656Z | Compiling futures v0.3.30 |
1665 | 2024-08-22T01:47:25.504Z | Compiling flate2 v1.0.31 |
1666 | 2024-08-22T01:47:26.271Z | Compiling clap v4.5.16 |
1667 | 2024-08-22T01:47:26.402Z | Compiling itertools v0.12.1 |
1668 | 2024-08-22T01:47:26.464Z | Compiling itertools v0.10.5 |
1669 | 2024-08-22T01:47:26.684Z | Compiling console v0.15.8 |
1670 | 2024-08-22T01:47:26.906Z | Compiling tokio-stream v0.1.15 |
1671 | 2024-08-22T01:47:27.848Z | Compiling toml v0.7.8 |
1672 | 2024-08-22T01:47:27.941Z | Compiling hex v0.4.3 |
1673 | 2024-08-22T01:47:28.579Z | Compiling sha1 v0.10.6 |
1674 | 2024-08-22T01:47:29.187Z | Compiling lalrpop-util v0.19.12 |
1675 | 2024-08-22T01:47:29.343Z | Compiling unicode-xid v0.2.4 |
1676 | 2024-08-22T01:47:29.382Z | Compiling peg-runtime v0.8.3 |
1677 | 2024-08-22T01:47:29.533Z | Compiling camino v1.1.9 |
1678 | 2024-08-22T01:47:29.887Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1679 | 2024-08-22T01:47:30.167Z | Compiling proc-macro-crate v1.3.1 |
1680 | 2024-08-22T01:47:31.198Z | Compiling heapless v0.8.0 |
1681 | 2024-08-22T01:47:31.635Z | Compiling num_enum_derive v0.5.11 |
1682 | 2024-08-22T01:47:33.403Z | Compiling ipnetwork v0.20.0 |
1683 | 2024-08-22T01:47:35.480Z | Compiling hash32 v0.3.1 |
1684 | 2024-08-22T01:47:38.075Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1685 | 2024-08-22T01:47:38.258Z | Compiling smoltcp v0.11.0 |
1686 | 2024-08-22T01:47:38.437Z | Compiling rustls-pki-types v1.7.0 |
1687 | 2024-08-22T01:47:38.897Z | Compiling ident_case v1.0.1 |
1688 | 2024-08-22T01:47:39.870Z | Compiling darling_core v0.20.9 |
1689 | 2024-08-22T01:47:45.488Z | Compiling num_enum v0.5.11 |
1690 | 2024-08-22T01:47:46.316Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1691 | 2024-08-22T01:47:46.569Z | Compiling getopts v0.2.21 |
1692 | 2024-08-22T01:47:47.604Z | Compiling dirs-sys-next v0.1.2 |
1693 | 2024-08-22T01:47:47.776Z | Compiling proc-macro-error-attr v1.0.4 |
1694 | 2024-08-22T01:47:48.647Z | Compiling cobs v0.2.3 |
1695 | 2024-08-22T01:47:49.080Z | Compiling embedded-io v0.4.0 |
1696 | 2024-08-22T01:47:49.321Z | Compiling paste v1.0.15 |
1697 | 2024-08-22T01:47:49.801Z | Compiling unsafe-libyaml v0.2.11 |
1698 | 2024-08-22T01:47:50.413Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1699 | 2024-08-22T01:47:51.430Z | Compiling rustls v0.22.4 |
1700 | 2024-08-22T01:47:51.566Z | Compiling serde_yaml v0.9.34+deprecated |
1701 | 2024-08-22T01:47:52.447Z | Compiling postcard v1.0.8 |
1702 | 2024-08-22T01:47:53.408Z | Compiling dirs-next v2.0.0 |
1703 | 2024-08-22T01:47:55.100Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1704 | 2024-08-22T01:48:01.715Z | Compiling darling_macro v0.20.9 |
1705 | 2024-08-22T01:48:02.759Z | Compiling rustls-webpki v0.102.4 |
1706 | 2024-08-22T01:48:10.859Z | Compiling strum_macros v0.26.4 |
1707 | 2024-08-22T01:48:11.606Z | Compiling foreign-types-macros v0.2.3 |
1708 | 2024-08-22T01:48:11.683Z | Compiling structmeta-derive v0.3.0 |
1709 | 2024-08-22T01:48:13.051Z | Compiling thread_local v1.1.8 |
1710 | 2024-08-22T01:48:14.343Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1711 | 2024-08-22T01:48:14.659Z | Compiling proc-macro-error v1.0.4 |
1712 | 2024-08-22T01:48:14.983Z | Compiling multer v3.1.0 |
1713 | 2024-08-22T01:48:15.272Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2024-08-22T01:48:15.298Z | Compiling slog-async v2.8.0 |
1715 | 2024-08-22T01:48:15.549Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1716 | 2024-08-22T01:48:15.858Z | Compiling match_cfg v0.1.0 |
1717 | 2024-08-22T01:48:16.338Z | Compiling foreign-types-shared v0.3.1 |
1718 | 2024-08-22T01:48:16.617Z | Compiling foreign-types v0.5.0 |
1719 | 2024-08-22T01:48:21.293Z | Compiling hostname v0.3.1 |
1720 | 2024-08-22T01:48:22.693Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1721 | 2024-08-22T01:48:23.502Z | Compiling strum v0.26.3 |
1722 | 2024-08-22T01:48:24.139Z | Compiling structmeta v0.3.0 |
1723 | 2024-08-22T01:48:30.030Z | Compiling darling v0.20.9 |
1724 | 2024-08-22T01:48:30.155Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-08-22T01:48:30.611Z | Compiling term v0.7.0 |
1726 | 2024-08-22T01:48:32.427Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1727 | 2024-08-22T01:48:33.897Z | Compiling slog-json v2.6.1 |
1728 | 2024-08-22T01:48:34.339Z | Compiling tabwriter v1.4.0 |
1729 | 2024-08-22T01:48:34.910Z | Compiling crossbeam-channel v0.5.12 |
1730 | 2024-08-22T01:48:36.300Z | Compiling http v1.1.0 |
1731 | 2024-08-22T01:48:36.379Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1732 | 2024-08-22T01:48:36.462Z | Compiling async-stream-impl v0.3.5 |
1733 | 2024-08-22T01:48:37.172Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1734 | 2024-08-22T01:48:37.728Z | Compiling is-terminal v0.4.12 |
1735 | 2024-08-22T01:48:37.861Z | Compiling cstr-argument v0.1.2 |
1736 | 2024-08-22T01:48:38.016Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1737 | 2024-08-22T01:48:38.115Z | Compiling fastrand v2.1.0 |
1738 | 2024-08-22T01:48:38.341Z | Compiling atomic-waker v1.1.2 |
1739 | 2024-08-22T01:48:38.774Z | Compiling pretty-hex v0.2.1 |
1740 | 2024-08-22T01:48:38.993Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1741 | 2024-08-22T01:48:39.303Z | Compiling crucible-workspace-hack v0.1.0 |
1742 | 2024-08-22T01:48:39.603Z | Compiling rayon-core v1.12.1 |
1743 | 2024-08-22T01:48:39.914Z | Compiling take_mut v0.2.2 |
1744 | 2024-08-22T01:48:40.228Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1745 | 2024-08-22T01:48:40.609Z | Compiling tempfile v3.10.1 |
1746 | 2024-08-22T01:48:40.816Z | Compiling waitgroup v0.1.2 |
1747 | 2024-08-22T01:48:41.157Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-08-22T01:48:42.046Z | Compiling slog-term v2.9.1 |
1749 | 2024-08-22T01:48:42.219Z | Compiling async-stream v0.3.5 |
1750 | 2024-08-22T01:48:42.719Z | Compiling slog-bunyan v2.5.0 |
1751 | 2024-08-22T01:48:43.098Z | Compiling tokio-rustls v0.25.0 |
1752 | 2024-08-22T01:48:43.517Z | Compiling serde_with_macros v3.9.0 |
1753 | 2024-08-22T01:48:43.667Z | Compiling parse-display-derive v0.10.0 |
1754 | 2024-08-22T01:48:44.433Z | Compiling toml v0.8.19 |
1755 | 2024-08-22T01:48:44.608Z | Compiling rustls-pemfile v2.1.3 |
1756 | 2024-08-22T01:48:44.801Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1757 | 2024-08-22T01:48:45.024Z | Compiling crossbeam-deque v0.8.5 |
1758 | 2024-08-22T01:48:45.327Z | Compiling colored v2.1.0 |
1759 | 2024-08-22T01:48:45.415Z | Compiling newtype-uuid v1.1.0 |
1760 | 2024-08-22T01:48:45.752Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1761 | 2024-08-22T01:48:45.977Z | Compiling serde_path_to_error v0.1.16 |
1762 | 2024-08-22T01:48:46.619Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1763 | 2024-08-22T01:48:47.034Z | Compiling hostname v0.4.0 |
1764 | 2024-08-22T01:48:47.113Z | Compiling instant v0.1.12 |
1765 | 2024-08-22T01:48:47.273Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1766 | 2024-08-22T01:48:47.296Z | Compiling debug-ignore v1.0.5 |
1767 | 2024-08-22T01:48:47.346Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1768 | 2024-08-22T01:48:47.447Z | Compiling backoff v0.4.0 |
1769 | 2024-08-22T01:48:47.512Z | Compiling parse-display v0.10.0 |
1770 | 2024-08-22T01:48:47.546Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1771 | 2024-08-22T01:48:47.635Z | Compiling serde_with v3.9.0 |
1772 | 2024-08-22T01:48:47.810Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1773 | 2024-08-22T01:48:50.478Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1774 | 2024-08-22T01:48:51.246Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1775 | 2024-08-22T01:48:51.869Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1776 | 2024-08-22T01:48:52.604Z | Compiling camino-tempfile v1.1.1 |
1777 | 2024-08-22T01:48:52.715Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1778 | 2024-08-22T01:48:52.894Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1779 | 2024-08-22T01:48:53.077Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1780 | 2024-08-22T01:48:53.164Z | Compiling macaddr v1.0.1 |
1781 | 2024-08-22T01:48:53.357Z | Compiling num-derive v0.4.2 |
1782 | 2024-08-22T01:48:53.784Z | Compiling sigpipe v0.1.3 |
1783 | 2024-08-22T01:48:53.922Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1784 | 2024-08-22T01:48:54.216Z | Compiling libefi-sys v0.1.0 |
1785 | 2024-08-22T01:48:54.575Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1786 | 2024-08-22T01:48:55.525Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1787 | 2024-08-22T01:48:56.446Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1788 | 2024-08-22T01:48:56.632Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1789 | 2024-08-22T01:48:57.046Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1790 | 2024-08-22T01:48:57.062Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1791 | 2024-08-22T01:48:57.191Z | Compiling rayon v1.10.0 |
1792 | 2024-08-22T01:48:57.908Z | Compiling smf v0.2.3 |
1793 | 2024-08-22T01:49:00.368Z | Compiling bitfield-struct v0.6.1 |
1794 | 2024-08-22T01:49:00.456Z | Compiling ring v0.16.20 |
1795 | 2024-08-22T01:49:00.986Z | Compiling blake3 v1.5.1 |
1796 | 2024-08-22T01:49:01.480Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1797 | 2024-08-22T01:49:01.586Z | Compiling portable-atomic v1.6.0 |
1798 | 2024-08-22T01:49:01.695Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1799 | 2024-08-22T01:49:02.503Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1800 | 2024-08-22T01:49:02.710Z | Compiling xattr v1.3.1 |
1801 | 2024-08-22T01:49:02.867Z | Compiling memmap2 v0.9.4 |
1802 | 2024-08-22T01:49:02.988Z | Compiling filetime v0.2.24 |
1803 | 2024-08-22T01:49:03.064Z | Compiling arrayref v0.3.7 |
1804 | 2024-08-22T01:49:03.171Z | Compiling same-file v1.0.6 |
1805 | 2024-08-22T01:49:03.340Z | Compiling spin v0.5.2 |
1806 | 2024-08-22T01:49:03.404Z | Compiling constant_time_eq v0.3.0 |
1807 | 2024-08-22T01:49:03.450Z | Compiling arrayvec v0.7.4 |
1808 | 2024-08-22T01:49:03.583Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1809 | 2024-08-22T01:49:03.600Z | Compiling untrusted v0.7.1 |
1810 | 2024-08-22T01:49:03.655Z | Compiling walkdir v2.5.0 |
1811 | 2024-08-22T01:49:03.716Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1812 | 2024-08-22T01:49:03.792Z | Compiling tar v0.4.41 |
1813 | 2024-08-22T01:49:05.223Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1814 | 2024-08-22T01:49:06.177Z | Compiling gethostname v0.5.0 |
1815 | 2024-08-22T01:49:06.376Z | Compiling cargo-platform v0.1.8 |
1816 | 2024-08-22T01:49:06.425Z | Compiling number_prefix v0.4.0 |
1817 | 2024-08-22T01:49:06.694Z | Compiling topological-sort v0.2.2 |
1818 | 2024-08-22T01:49:06.954Z | Compiling indicatif v0.17.8 |
1819 | 2024-08-22T01:49:07.478Z | Compiling cargo_metadata v0.18.1 |
1820 | 2024-08-22T01:49:11.631Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1821 | 2024-08-22T01:49:12.127Z | Compiling omicron-zone-package v0.11.0 |
1822 | 2024-08-22T01:49:13.207Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1823 | 2024-08-22T01:49:15.586Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1824 | 2024-08-22T01:49:35.041Z | Finished `release` profile [optimized] target(s) in 4m 10s |
1825 | 2024-08-22T01:49:35.179Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1826 | 2024-08-22T01:49:35.220Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1827 | 2024-08-22T01:49:35.222Z | Created new build target 'test' and set it as active |
1828 | 2024-08-22T01:49:35.222Z | |
1829 | 2024-08-22T01:49:35.222Z | real 4:10.746737767 |
1830 | 2024-08-22T01:49:35.222Z | user 28:31.531557934 |
1831 | 2024-08-22T01:49:35.222Z | sys 3:33.258498210 |
1832 | 2024-08-22T01:49:35.222Z | trap 0.815513409 |
1833 | 2024-08-22T01:49:35.222Z | tflt 2.755014045 |
1834 | 2024-08-22T01:49:35.222Z | dflt 0.733698981 |
1835 | 2024-08-22T01:49:35.222Z | kflt 0.000628728 |
1836 | 2024-08-22T01:49:35.222Z | lock 1:03:45.277049393 |
1837 | 2024-08-22T01:49:35.223Z | slp 1:50:52.033419478 |
1838 | 2024-08-22T01:49:35.223Z | lat 1:58.354018796 |
1839 | 2024-08-22T01:49:35.223Z | stop 3:29.901722367 |
1840 | 2024-08-22T01:49:35.225Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1841 | 2024-08-22T01:49:36.157Z | Finished `release` profile [optimized] target(s) in 0.88s |
1842 | 2024-08-22T01:49:36.205Z | Running `target/release/omicron-package -t test package` |
1843 | 2024-08-22T01:49:36.245Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1844 | 2024-08-22T01:49:37.318Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1845 | 2024-08-22T01:49:37.320Z | Compiling camino v1.1.9 |
1846 | 2024-08-22T01:49:37.320Z | Compiling password-hash v0.5.0 |
1847 | 2024-08-22T01:49:37.320Z | Compiling blake2 v0.10.6 |
1848 | 2024-08-22T01:49:37.320Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1849 | 2024-08-22T01:49:37.435Z | Compiling derive-where v1.2.7 |
1850 | 2024-08-22T01:49:37.437Z | Compiling humantime v2.1.0 |
1851 | 2024-08-22T01:49:37.465Z | Compiling newline-converter v0.3.0 |
1852 | 2024-08-22T01:49:37.641Z | Compiling toml v0.8.19 |
1853 | 2024-08-22T01:49:37.676Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1854 | 2024-08-22T01:49:38.079Z | Compiling argon2 v0.5.3 |
1855 | 2024-08-22T01:49:38.328Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1856 | 2024-08-22T01:49:38.424Z | Compiling expectorate v1.1.0 |
1857 | 2024-08-22T01:49:38.520Z | Compiling dirs-sys-next v0.1.2 |
1858 | 2024-08-22T01:49:38.572Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-08-22T01:49:38.596Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1860 | 2024-08-22T01:49:38.898Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1861 | 2024-08-22T01:49:38.971Z | Compiling dirs-next v2.0.0 |
1862 | 2024-08-22T01:49:39.083Z | Compiling num-rational v0.4.2 |
1863 | 2024-08-22T01:49:39.159Z | Compiling num-complex v0.4.6 |
1864 | 2024-08-22T01:49:39.437Z | Compiling convert_case v0.4.0 |
1865 | 2024-08-22T01:49:39.455Z | Compiling term v0.7.0 |
1866 | 2024-08-22T01:49:40.189Z | Compiling derive_more v0.99.18 |
1867 | 2024-08-22T01:49:40.367Z | Compiling num v0.4.3 |
1868 | 2024-08-22T01:49:40.426Z | Compiling float-ord v0.3.2 |
1869 | 2024-08-22T01:49:40.483Z | Compiling prettyplease v0.2.20 |
1870 | 2024-08-22T01:49:40.485Z | Compiling is-terminal v0.4.12 |
1871 | 2024-08-22T01:49:40.573Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1872 | 2024-08-22T01:49:40.631Z | Compiling semver v0.1.20 |
1873 | 2024-08-22T01:49:40.674Z | Compiling home v0.5.9 |
1874 | 2024-08-22T01:49:40.785Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1875 | 2024-08-22T01:49:40.938Z | Compiling cookie v0.18.1 |
1876 | 2024-08-22T01:49:41.209Z | Compiling rustc_version v0.1.7 |
1877 | 2024-08-22T01:49:41.266Z | Compiling highway v1.2.0 |
1878 | 2024-08-22T01:49:41.551Z | Compiling rustls-pki-types v1.7.0 |
1879 | 2024-08-22T01:49:41.603Z | Compiling newtype_derive v0.1.6 |
1880 | 2024-08-22T01:49:42.267Z | Compiling steno v0.4.1 |
1881 | 2024-08-22T01:49:42.671Z | Compiling rustls-webpki v0.102.4 |
1882 | 2024-08-22T01:49:44.694Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1883 | 2024-08-22T01:49:44.768Z | Compiling rustls v0.22.4 |
1884 | 2024-08-22T01:49:44.796Z | Compiling thread_local v1.1.8 |
1885 | 2024-08-22T01:49:45.290Z | Compiling slog-dtrace v0.3.0 |
1886 | 2024-08-22T01:49:45.610Z | Compiling match_cfg v0.1.0 |
1887 | 2024-08-22T01:49:45.711Z | Compiling hostname v0.3.1 |
1888 | 2024-08-22T01:49:46.679Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1889 | 2024-08-22T01:49:47.077Z | Compiling multer v3.1.0 |
1890 | 2024-08-22T01:49:47.146Z | Compiling slog-async v2.8.0 |
1891 | 2024-08-22T01:49:47.217Z | Compiling slog-json v2.6.1 |
1892 | 2024-08-22T01:49:47.320Z | Compiling crossbeam-channel v0.5.12 |
1893 | 2024-08-22T01:49:47.560Z | Compiling http v1.1.0 |
1894 | 2024-08-22T01:49:48.340Z | Compiling linked-hash-map v0.5.6 |
1895 | 2024-08-22T01:49:48.746Z | Compiling take_mut v0.2.2 |
1896 | 2024-08-22T01:49:48.916Z | Compiling atomic-waker v1.1.2 |
1897 | 2024-08-22T01:49:49.107Z | Compiling waitgroup v0.1.2 |
1898 | 2024-08-22T01:49:50.207Z | Compiling lru-cache v0.1.2 |
1899 | 2024-08-22T01:49:51.433Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-08-22T01:49:51.436Z | Compiling slog-bunyan v2.5.0 |
1901 | 2024-08-22T01:49:51.436Z | Compiling slog-term v2.9.1 |
1902 | 2024-08-22T01:49:52.184Z | Compiling rustls-pemfile v2.1.3 |
1903 | 2024-08-22T01:49:52.481Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1904 | 2024-08-22T01:49:52.567Z | Compiling async-stream v0.3.5 |
1905 | 2024-08-22T01:49:52.591Z | Compiling newtype-uuid v1.1.0 |
1906 | 2024-08-22T01:49:52.756Z | Compiling ipnetwork v0.20.0 |
1907 | 2024-08-22T01:49:52.850Z | Compiling serde_path_to_error v0.1.16 |
1908 | 2024-08-22T01:49:52.902Z | Compiling hostname v0.4.0 |
1909 | 2024-08-22T01:49:53.124Z | Compiling instant v0.1.12 |
1910 | 2024-08-22T01:49:53.275Z | Compiling debug-ignore v1.0.5 |
1911 | 2024-08-22T01:49:53.434Z | Compiling backoff v0.4.0 |
1912 | 2024-08-22T01:49:53.523Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1913 | 2024-08-22T01:49:53.768Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1914 | 2024-08-22T01:49:54.102Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1915 | 2024-08-22T01:49:54.173Z | Compiling parse-display v0.10.0 |
1916 | 2024-08-22T01:49:54.716Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1917 | 2024-08-22T01:49:54.851Z | Compiling serde_with v3.9.0 |
1918 | 2024-08-22T01:49:54.892Z | Compiling strum v0.26.3 |
1919 | 2024-08-22T01:49:55.070Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1920 | 2024-08-22T01:49:57.924Z | Compiling macaddr v1.0.1 |
1921 | 2024-08-22T01:49:58.628Z | Compiling swrite v0.1.0 |
1922 | 2024-08-22T01:49:58.671Z | Compiling quick-error v1.2.3 |
1923 | 2024-08-22T01:49:58.771Z | Compiling utf-8 v0.7.6 |
1924 | 2024-08-22T01:49:58.829Z | Compiling resolv-conf v0.7.0 |
1925 | 2024-08-22T01:49:59.884Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1926 | 2024-08-22T01:50:00.346Z | Compiling hickory-resolver v0.24.1 |
1927 | 2024-08-22T01:50:01.467Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1928 | 2024-08-22T01:50:01.467Z | Compiling rayon-core v1.12.1 |
1929 | 2024-08-22T01:50:01.509Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1930 | 2024-08-22T01:50:03.911Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1931 | 2024-08-22T01:50:04.981Z | Compiling crossbeam-deque v0.8.5 |
1932 | 2024-08-22T01:50:05.097Z | Compiling half v2.4.1 |
1933 | 2024-08-22T01:50:05.313Z | Compiling same-file v1.0.6 |
1934 | 2024-08-22T01:50:05.558Z | Compiling ciborium-io v0.2.2 |
1935 | 2024-08-22T01:50:05.699Z | Compiling termcolor v1.4.1 |
1936 | 2024-08-22T01:50:05.805Z | Compiling fastrand v2.1.0 |
1937 | 2024-08-22T01:50:06.322Z | Compiling display-error-chain v0.2.0 |
1938 | 2024-08-22T01:50:06.510Z | Compiling tempfile v3.10.1 |
1939 | 2024-08-22T01:50:06.746Z | Compiling ciborium-ll v0.2.2 |
1940 | 2024-08-22T01:50:07.246Z | Compiling walkdir v2.5.0 |
1941 | 2024-08-22T01:50:07.643Z | Compiling ring v0.16.20 |
1942 | 2024-08-22T01:50:07.858Z | Compiling blake3 v1.5.1 |
1943 | 2024-08-22T01:50:08.511Z | Compiling rayon v1.10.0 |
1944 | 2024-08-22T01:50:08.805Z | Compiling ciborium v0.2.2 |
1945 | 2024-08-22T01:50:10.208Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1946 | 2024-08-22T01:50:10.911Z | Compiling xattr v1.3.1 |
1947 | 2024-08-22T01:50:13.159Z | Compiling filetime v0.2.24 |
1948 | 2024-08-22T01:50:13.463Z | Compiling memmap2 v0.9.4 |
1949 | 2024-08-22T01:50:13.883Z | Compiling constant_time_eq v0.3.0 |
1950 | 2024-08-22T01:50:14.039Z | Compiling cancel-safe-futures v0.1.5 |
1951 | 2024-08-22T01:50:14.408Z | Compiling arrayref v0.3.7 |
1952 | 2024-08-22T01:50:14.520Z | Compiling arrayvec v0.7.4 |
1953 | 2024-08-22T01:50:14.947Z | Compiling untrusted v0.7.1 |
1954 | 2024-08-22T01:50:15.746Z | Compiling spin v0.5.2 |
1955 | 2024-08-22T01:50:16.952Z | Compiling tar v0.4.41 |
1956 | 2024-08-22T01:50:18.160Z | Compiling toolchain_find v0.4.0 |
1957 | 2024-08-22T01:50:18.629Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1958 | 2024-08-22T01:50:18.723Z | Compiling camino-tempfile v1.1.1 |
1959 | 2024-08-22T01:50:18.725Z | Compiling nibble_vec v0.1.0 |
1960 | 2024-08-22T01:50:18.962Z | Compiling atty v0.2.14 |
1961 | 2024-08-22T01:50:19.120Z | Compiling maplit v1.0.2 |
1962 | 2024-08-22T01:50:19.138Z | Compiling glob v0.3.1 |
1963 | 2024-08-22T01:50:19.176Z | Compiling crunchy v0.2.2 |
1964 | 2024-08-22T01:50:19.236Z | Compiling topological-sort v0.2.2 |
1965 | 2024-08-22T01:50:19.461Z | Compiling endian-type v0.1.2 |
1966 | 2024-08-22T01:50:19.633Z | Compiling radium v0.7.0 |
1967 | 2024-08-22T01:50:19.703Z | Compiling radix_trie v0.2.1 |
1968 | 2024-08-22T01:50:19.930Z | Compiling clang-sys v1.7.0 |
1969 | 2024-08-22T01:50:20.121Z | Compiling omicron-zone-package v0.11.0 |
1970 | 2024-08-22T01:50:20.557Z | Compiling rustfmt-wrapper v0.2.1 |
1971 | 2024-08-22T01:50:21.107Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1972 | 2024-08-22T01:50:21.346Z | Compiling tungstenite v0.21.0 |
1973 | 2024-08-22T01:50:21.348Z | Compiling tiny-keccak v2.0.2 |
1974 | 2024-08-22T01:50:21.679Z | Compiling tap v1.0.1 |
1975 | 2024-08-22T01:50:21.867Z | Compiling maybe-uninit v2.0.0 |
1976 | 2024-08-22T01:50:22.183Z | Compiling wyz v0.5.1 |
1977 | 2024-08-22T01:50:22.541Z | Compiling tokio-tungstenite v0.21.0 |
1978 | 2024-08-22T01:50:22.855Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1979 | 2024-08-22T01:50:23.134Z | Compiling dsl_auto_type v0.1.2 |
1980 | 2024-08-22T01:50:23.219Z | Compiling itertools v0.13.0 |
1981 | 2024-08-22T01:50:23.279Z | Compiling scheduled-thread-pool v0.2.7 |
1982 | 2024-08-22T01:50:24.510Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1983 | 2024-08-22T01:50:24.604Z | Compiling diesel_table_macro_syntax v0.2.0 |
1984 | 2024-08-22T01:50:24.997Z | Compiling arc-swap v1.7.1 |
1985 | 2024-08-22T01:50:25.014Z | Compiling funty v2.0.0 |
1986 | 2024-08-22T01:50:25.286Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1987 | 2024-08-22T01:50:25.669Z | Compiling packed_struct v0.10.1 |
1988 | 2024-08-22T01:50:26.144Z | Compiling crc-catalog v2.4.0 |
1989 | 2024-08-22T01:50:26.306Z | Compiling crc v3.2.1 |
1990 | 2024-08-22T01:50:26.412Z | Compiling bitvec v1.0.1 |
1991 | 2024-08-22T01:50:26.976Z | Compiling slog-scope v4.4.0 |
1992 | 2024-08-22T01:50:27.831Z | Compiling diesel_derives v2.2.2 |
1993 | 2024-08-22T01:50:28.265Z | Compiling r2d2 v0.8.10 |
1994 | 2024-08-22T01:50:29.259Z | Compiling ascii-canvas v3.0.0 |
1995 | 2024-08-22T01:50:29.731Z | Compiling packed_struct_codegen v0.10.1 |
1996 | 2024-08-22T01:50:30.805Z | Compiling ena v0.14.3 |
1997 | 2024-08-22T01:50:31.195Z | Compiling libloading v0.8.3 |
1998 | 2024-08-22T01:50:31.554Z | Compiling indexmap v1.9.3 |
1999 | 2024-08-22T01:50:31.872Z | Compiling nodrop v0.1.14 |
2000 | 2024-08-22T01:50:32.019Z | Compiling regex-syntax v0.6.29 |
2001 | 2024-08-22T01:50:32.085Z | Compiling bindgen v0.69.4 |
2002 | 2024-08-22T01:50:32.543Z | Compiling diff v0.1.13 |
2003 | 2024-08-22T01:50:34.218Z | Compiling array-init v0.0.4 |
2004 | 2024-08-22T01:50:35.504Z | Compiling lalrpop v0.19.12 |
2005 | 2024-08-22T01:50:37.272Z | Compiling smallvec v0.6.14 |
2006 | 2024-08-22T01:50:37.770Z | Compiling slog-stdlog v4.1.1 |
2007 | 2024-08-22T01:50:38.560Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2008 | 2024-08-22T01:50:38.934Z | Compiling diesel v2.2.2 |
2009 | 2024-08-22T01:50:39.696Z | Compiling which v4.4.2 |
2010 | 2024-08-22T01:50:40.238Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2011 | 2024-08-22T01:50:40.462Z | Compiling cexpr v0.6.0 |
2012 | 2024-08-22T01:50:41.784Z | Compiling libsw v3.3.1 |
2013 | 2024-08-22T01:50:42.098Z | Compiling hashbrown v0.12.3 |
2014 | 2024-08-22T01:50:42.114Z | Compiling bitfield v0.14.0 |
2015 | 2024-08-22T01:50:42.395Z | Compiling rustc-hash v1.1.0 |
2016 | 2024-08-22T01:50:42.551Z | Compiling lazycell v1.3.0 |
2017 | 2024-08-22T01:50:42.721Z | Compiling shlex v1.3.0 |
2018 | 2024-08-22T01:50:43.105Z | Compiling owo-colors v4.0.0 |
2019 | 2024-08-22T01:50:43.420Z | Compiling linear-map v1.2.0 |
2020 | 2024-08-22T01:50:43.851Z | Compiling ref-cast v1.0.23 |
2021 | 2024-08-22T01:50:45.444Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2022 | 2024-08-22T01:50:47.137Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2023 | 2024-08-22T01:50:48.060Z | Compiling slog-envlogger v2.2.0 |
2024 | 2024-08-22T01:50:50.544Z | Compiling serde-hex v0.1.0 |
2025 | 2024-08-22T01:50:52.725Z | Compiling bzip2 v0.4.4 |
2026 | 2024-08-22T01:50:53.176Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2027 | 2024-08-22T01:50:53.499Z | Compiling env_logger v0.10.2 |
2028 | 2024-08-22T01:50:54.189Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2029 | 2024-08-22T01:50:55.678Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2030 | 2024-08-22T01:50:55.990Z | Compiling derive_builder_core v0.20.0 |
2031 | 2024-08-22T01:50:56.450Z | Compiling x509-cert v0.2.5 |
2032 | 2024-08-22T01:50:58.146Z | Compiling ron v0.8.1 |
2033 | 2024-08-22T01:50:59.167Z | Compiling headers-core v0.2.0 |
2034 | 2024-08-22T01:50:59.340Z | Compiling hashbrown v0.13.2 |
2035 | 2024-08-22T01:51:00.699Z | Compiling fxhash v0.2.1 |
2036 | 2024-08-22T01:51:00.905Z | Compiling libxml v0.3.3 |
2037 | 2024-08-22T01:51:01.075Z | Compiling polar-core v0.27.3 |
2038 | 2024-08-22T01:51:01.284Z | Compiling ref-cast-impl v1.0.23 |
2039 | 2024-08-22T01:51:02.338Z | Compiling crc-any v2.5.0 |
2040 | 2024-08-22T01:51:03.214Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2041 | 2024-08-22T01:51:04.277Z | Compiling object v0.30.4 |
2042 | 2024-08-22T01:51:07.753Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2043 | 2024-08-22T01:51:09.386Z | Compiling headers v0.3.9 |
2044 | 2024-08-22T01:51:12.795Z | Compiling samael v0.0.15 |
2045 | 2024-08-22T01:51:13.015Z | Compiling derive_builder_macro v0.20.0 |
2046 | 2024-08-22T01:51:13.862Z | Compiling zip v0.6.6 |
2047 | 2024-08-22T01:51:14.315Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2048 | 2024-08-22T01:51:14.624Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2049 | 2024-08-22T01:51:14.947Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2050 | 2024-08-22T01:51:16.486Z | Compiling strum_macros v0.24.3 |
2051 | 2024-08-22T01:51:16.919Z | Compiling async-recursion v1.1.1 |
2052 | 2024-08-22T01:51:17.337Z | Compiling unicase v2.7.0 |
2053 | 2024-08-22T01:51:17.664Z | Compiling indoc v1.0.9 |
2054 | 2024-08-22T01:51:18.333Z | Compiling path-slash v0.1.5 |
2055 | 2024-08-22T01:51:18.536Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2056 | 2024-08-22T01:51:19.701Z | Compiling derive_builder v0.20.0 |
2057 | 2024-08-22T01:51:19.868Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2058 | 2024-08-22T01:51:20.172Z | Compiling crossterm v0.28.1 |
2059 | 2024-08-22T01:51:24.732Z | Compiling pem v3.0.4 |
2060 | 2024-08-22T01:51:26.203Z | Compiling curve25519-dalek v4.1.3 |
2061 | 2024-08-22T01:51:26.647Z | Compiling oso-derive v0.27.3 |
2062 | 2024-08-22T01:51:27.612Z | Compiling impl-trait-for-tuples v0.2.2 |
2063 | 2024-08-22T01:51:28.051Z | Compiling libz-sys v1.1.16 |
2064 | 2024-08-22T01:51:28.473Z | Compiling quick-xml v0.31.0 |
2065 | 2024-08-22T01:51:28.735Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2066 | 2024-08-22T01:51:29.056Z | Compiling parking_lot_core v0.8.6 |
2067 | 2024-08-22T01:51:29.191Z | Compiling keccak v0.1.5 |
2068 | 2024-08-22T01:51:29.535Z | Compiling sha3 v0.10.8 |
2069 | 2024-08-22T01:51:30.444Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2070 | 2024-08-22T01:51:30.489Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2071 | 2024-08-22T01:51:32.034Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2072 | 2024-08-22T01:51:33.618Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2073 | 2024-08-22T01:51:33.919Z | Compiling bb8 v0.8.5 |
2074 | 2024-08-22T01:51:34.239Z | Compiling oso v0.27.3 |
2075 | 2024-08-22T01:51:34.458Z | Compiling const_format_proc_macros v0.2.32 |
2076 | 2024-08-22T01:51:35.581Z | Compiling universal-hash v0.5.1 |
2077 | 2024-08-22T01:51:35.818Z | Compiling secrecy v0.8.0 |
2078 | 2024-08-22T01:51:36.114Z | Compiling thiserror-impl-no-std v2.0.2 |
2079 | 2024-08-22T01:51:36.337Z | Compiling curve25519-dalek-derive v0.1.1 |
2080 | 2024-08-22T01:51:37.701Z | Compiling vte_generate_state_changes v0.1.1 |
2081 | 2024-08-22T01:51:38.303Z | Compiling buf-list v1.0.3 |
2082 | 2024-08-22T01:51:38.786Z | Compiling opaque-debug v0.3.1 |
2083 | 2024-08-22T01:51:38.897Z | Compiling poly1305 v0.8.0 |
2084 | 2024-08-22T01:51:38.951Z | Compiling thiserror-no-std v2.0.2 |
2085 | 2024-08-22T01:51:39.082Z | Compiling vte v0.11.1 |
2086 | 2024-08-22T01:51:40.497Z | Compiling const_format v0.2.32 |
2087 | 2024-08-22T01:51:41.773Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2088 | 2024-08-22T01:51:43.927Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2089 | 2024-08-22T01:51:44.255Z | Compiling chacha20 v0.9.1 |
2090 | 2024-08-22T01:51:44.711Z | Compiling fd-lock v4.0.2 |
2091 | 2024-08-22T01:51:44.940Z | Compiling aead v0.5.2 |
2092 | 2024-08-22T01:51:45.279Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2093 | 2024-08-22T01:51:46.015Z | Compiling pin-project-internal v1.1.5 |
2094 | 2024-08-22T01:51:46.046Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2095 | 2024-08-22T01:51:46.391Z | Compiling bytecount v0.6.8 |
2096 | 2024-08-22T01:51:46.709Z | Compiling papergrid v0.11.0 |
2097 | 2024-08-22T01:51:48.792Z | Compiling pin-project v1.1.5 |
2098 | 2024-08-22T01:51:48.923Z | Compiling chacha20poly1305 v0.10.1 |
2099 | 2024-08-22T01:51:49.503Z | Compiling parking_lot v0.11.2 |
2100 | 2024-08-22T01:51:50.180Z | Compiling vsss-rs v3.3.4 |
2101 | 2024-08-22T01:51:51.387Z | Compiling strip-ansi-escapes v0.2.0 |
2102 | 2024-08-22T01:51:52.232Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2103 | 2024-08-22T01:51:52.487Z | Compiling tabled_derive v0.7.0 |
2104 | 2024-08-22T01:51:54.527Z | Compiling crossterm v0.27.0 |
2105 | 2024-08-22T01:51:54.618Z | Compiling peg-macros v0.8.4 |
2106 | 2024-08-22T01:51:56.715Z | Compiling kstat-rs v0.2.4 |
2107 | 2024-08-22T01:51:57.573Z | Compiling snafu-derive v0.8.2 |
2108 | 2024-08-22T01:51:57.711Z | Compiling sqlparser_derive v0.2.2 |
2109 | 2024-08-22T01:51:58.396Z | Compiling unicode_categories v0.1.1 |
2110 | 2024-08-22T01:51:58.730Z | Compiling nu-ansi-term v0.50.0 |
2111 | 2024-08-22T01:51:58.760Z | Compiling sqlparser v0.45.0 |
2112 | 2024-08-22T01:51:59.889Z | Compiling reedline v0.33.0 |
2113 | 2024-08-22T01:52:01.113Z | Compiling sqlformat v0.2.4 |
2114 | 2024-08-22T01:52:02.195Z | Compiling snafu v0.8.2 |
2115 | 2024-08-22T01:52:03.252Z | Compiling rustyline v14.0.0 |
2116 | 2024-08-22T01:52:11.160Z | Compiling peg v0.8.4 |
2117 | 2024-08-22T01:52:11.285Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2118 | 2024-08-22T01:52:14.645Z | Compiling tabled v0.15.0 |
2119 | 2024-08-22T01:52:21.957Z | Compiling sled v0.34.7 |
2120 | 2024-08-22T01:52:26.433Z | Compiling mime_guess v2.0.4 |
2121 | 2024-08-22T01:52:29.953Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2122 | 2024-08-22T01:52:30.129Z | Compiling hickory-client v0.24.1 |
2123 | 2024-08-22T01:52:33.324Z | Compiling env_logger v0.9.3 |
2124 | 2024-08-22T01:52:34.068Z | Compiling tungstenite v0.20.1 |
2125 | 2024-08-22T01:52:35.155Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2126 | 2024-08-22T01:52:37.363Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2127 | 2024-08-22T01:52:38.105Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2128 | 2024-08-22T01:52:38.900Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2129 | 2024-08-22T01:52:42.063Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2130 | 2024-08-22T01:52:49.523Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2131 | 2024-08-22T01:52:50.021Z | Compiling hickory-server v0.24.1 |
2132 | 2024-08-22T01:52:53.791Z | Compiling globset v0.4.14 |
2133 | 2024-08-22T01:52:56.909Z | Compiling olpc-cjson v0.1.3 |
2134 | 2024-08-22T01:52:57.248Z | Compiling bcs v0.1.6 |
2135 | 2024-08-22T01:52:58.150Z | Compiling vergen v8.3.2 |
2136 | 2024-08-22T01:52:58.471Z | Compiling bitstruct_derive v0.1.0 |
2137 | 2024-08-22T01:52:59.755Z | Compiling cargo-platform v0.1.8 |
2138 | 2024-08-22T01:53:00.276Z | Compiling serde_plain v1.0.2 |
2139 | 2024-08-22T01:53:00.800Z | Compiling nanorand v0.7.0 |
2140 | 2024-08-22T01:53:01.151Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2141 | 2024-08-22T01:53:01.334Z | Compiling memoffset v0.9.1 |
2142 | 2024-08-22T01:53:01.508Z | Compiling ascii v1.1.0 |
2143 | 2024-08-22T01:53:01.670Z | Compiling typed-path v0.7.1 |
2144 | 2024-08-22T01:53:02.128Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2145 | 2024-08-22T01:53:02.431Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2146 | 2024-08-22T01:53:02.740Z | Compiling flume v0.11.0 |
2147 | 2024-08-22T01:53:03.490Z | Compiling cargo_metadata v0.18.1 |
2148 | 2024-08-22T01:53:04.587Z | Compiling tough v0.17.1 |
2149 | 2024-08-22T01:53:06.793Z | Compiling bitstruct v0.1.1 |
2150 | 2024-08-22T01:53:06.963Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2151 | 2024-08-22T01:53:08.321Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2152 | 2024-08-22T01:53:09.020Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2153 | 2024-08-22T01:53:09.580Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2154 | 2024-08-22T01:53:12.607Z | Compiling git2 v0.19.0 |
2155 | 2024-08-22T01:53:19.113Z | Compiling tokio-tungstenite v0.20.1 |
2156 | 2024-08-22T01:53:20.346Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2157 | 2024-08-22T01:53:21.673Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2158 | 2024-08-22T01:53:22.775Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2159 | 2024-08-22T01:53:23.955Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2160 | 2024-08-22T01:53:25.879Z | Compiling libsqlite3-sys v0.28.0 |
2161 | 2024-08-22T01:53:26.440Z | Compiling erased-serde v0.3.31 |
2162 | 2024-08-22T01:53:28.161Z | Compiling serde_arrays v0.1.0 |
2163 | 2024-08-22T01:53:28.359Z | Compiling parse-size v1.0.0 |
2164 | 2024-08-22T01:53:28.673Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2165 | 2024-08-22T01:53:31.518Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2166 | 2024-08-22T01:53:35.138Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2167 | 2024-08-22T01:53:35.677Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2168 | 2024-08-22T01:53:35.873Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2169 | 2024-08-22T01:53:36.188Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2170 | 2024-08-22T01:53:38.142Z | Compiling heck v0.3.3 |
2171 | 2024-08-22T01:53:38.526Z | Compiling rand_seeder v0.3.0 |
2172 | 2024-08-22T01:53:38.933Z | Compiling castaway v0.2.3 |
2173 | 2024-08-22T01:53:39.127Z | Compiling csv-core v0.1.11 |
2174 | 2024-08-22T01:53:39.267Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2175 | 2024-08-22T01:53:39.601Z | Compiling http-range v0.1.5 |
2176 | 2024-08-22T01:53:39.998Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2177 | 2024-08-22T01:53:40.343Z | Compiling hyper-staticfile v0.9.5 |
2178 | 2024-08-22T01:53:42.003Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2179 | 2024-08-22T01:53:43.318Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2180 | 2024-08-22T01:53:44.009Z | Compiling csv v1.3.0 |
2181 | 2024-08-22T01:53:46.123Z | Compiling compact_str v0.8.0 |
2182 | 2024-08-22T01:53:48.697Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2183 | 2024-08-22T01:53:48.925Z | Compiling zone_cfg_derive v0.1.2 |
2184 | 2024-08-22T01:53:50.344Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2185 | 2024-08-22T01:53:50.408Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2186 | 2024-08-22T01:53:51.467Z | Compiling nix v0.27.1 |
2187 | 2024-08-22T01:53:52.512Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2188 | 2024-08-22T01:53:54.394Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2189 | 2024-08-22T01:53:57.783Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2190 | 2024-08-22T01:53:58.570Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2191 | 2024-08-22T01:53:58.902Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2192 | 2024-08-22T01:53:59.218Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2193 | 2024-08-22T01:53:59.534Z | Compiling unicode-truncate v1.0.0 |
2194 | 2024-08-22T01:53:59.822Z | Compiling lru v0.12.3 |
2195 | 2024-08-22T01:54:00.186Z | Compiling hashlink v0.9.1 |
2196 | 2024-08-22T01:54:00.957Z | Compiling serde-big-array v0.5.1 |
2197 | 2024-08-22T01:54:01.270Z | Compiling instability v0.3.2 |
2198 | 2024-08-22T01:54:02.282Z | Compiling fallible-streaming-iterator v0.1.9 |
2199 | 2024-08-22T01:54:02.566Z | Compiling fallible-iterator v0.3.0 |
2200 | 2024-08-22T01:54:03.414Z | Compiling cassowary v0.3.0 |
2201 | 2024-08-22T01:54:05.031Z | Compiling base64 v0.13.1 |
2202 | 2024-08-22T01:54:05.780Z | Compiling ron v0.7.1 |
2203 | 2024-08-22T01:54:07.071Z | Compiling ratatui v0.28.0 |
2204 | 2024-08-22T01:54:07.852Z | Compiling rusqlite v0.31.0 |
2205 | 2024-08-22T01:54:10.974Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2206 | 2024-08-22T01:54:24.095Z | Compiling zone v0.1.8 |
2207 | 2024-08-22T01:54:25.240Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2208 | 2024-08-22T01:54:26.050Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2209 | 2024-08-22T01:54:27.008Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2210 | 2024-08-22T01:54:27.579Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2211 | 2024-08-22T01:54:30.585Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2212 | 2024-08-22T01:54:30.619Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2213 | 2024-08-22T01:54:32.238Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2214 | 2024-08-22T01:54:32.960Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2215 | 2024-08-22T01:54:33.287Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2216 | 2024-08-22T01:54:35.877Z | Compiling signal-hook-tokio v0.3.1 |
2217 | 2024-08-22T01:54:36.081Z | Compiling twox-hash v1.6.3 |
2218 | 2024-08-22T01:54:37.063Z | Compiling yasna v0.5.2 |
2219 | 2024-08-22T01:54:38.265Z | Compiling portpicker v0.1.1 |
2220 | 2024-08-22T01:54:38.691Z | Compiling unicode-linebreak v0.1.5 |
2221 | 2024-08-22T01:54:39.251Z | Compiling smawk v0.3.2 |
2222 | 2024-08-22T01:54:39.507Z | Compiling textwrap v0.16.1 |
2223 | 2024-08-22T01:54:40.420Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2224 | 2024-08-22T01:54:43.099Z | Compiling rcgen v0.12.1 |
2225 | 2024-08-22T01:54:44.429Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2226 | 2024-08-22T01:54:52.727Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2227 | 2024-08-22T01:54:54.246Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2228 | 2024-08-22T01:54:55.246Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2229 | 2024-08-22T01:54:59.177Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2230 | 2024-08-22T01:54:59.708Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2231 | 2024-08-22T01:54:59.907Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2232 | 2024-08-22T01:55:00.220Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2233 | 2024-08-22T01:55:05.497Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2234 | 2024-08-22T01:55:07.000Z | Compiling atomicwrites v0.4.3 |
2235 | 2024-08-22T01:55:07.533Z | Compiling fatfs v0.3.6 |
2236 | 2024-08-22T01:55:08.155Z | Compiling rtoolbox v0.0.2 |
2237 | 2024-08-22T01:55:08.601Z | Compiling subprocess v0.2.9 |
2238 | 2024-08-22T01:55:10.314Z | Compiling is_ci v1.2.0 |
2239 | 2024-08-22T01:55:10.608Z | Compiling assert_matches v1.5.0 |
2240 | 2024-08-22T01:55:12.534Z | Compiling supports-color v3.0.0 |
2241 | 2024-08-22T01:55:13.178Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2242 | 2024-08-22T01:55:13.371Z | Compiling rpassword v7.3.1 |
2243 | 2024-08-22T01:55:13.806Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2244 | 2024-08-22T01:55:14.636Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2245 | 2024-08-22T01:55:17.607Z | Compiling tui-tree-widget v0.22.0 |
2246 | 2024-08-22T01:55:18.042Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2247 | 2024-08-22T01:55:18.998Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2248 | 2024-08-22T01:55:20.258Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2249 | 2024-08-22T01:55:20.582Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2250 | 2024-08-22T01:55:21.639Z | Compiling uzers v0.11.3 |
2251 | 2024-08-22T01:55:24.301Z | Compiling shell-words v1.1.0 |
2252 | 2024-08-22T01:55:24.728Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2253 | 2024-08-22T01:55:26.884Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2254 | 2024-08-22T01:55:28.812Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2255 | 2024-08-22T01:55:32.171Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2256 | 2024-08-22T01:55:42.519Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2257 | 2024-08-22T01:55:51.714Z | Compiling multimap v0.10.0 |
2258 | 2024-08-22T01:57:34.317Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2259 | 2024-08-22T01:57:58.549Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2260 | 2024-08-22T02:04:26.010Z | Finished `release` profile [optimized] target(s) in 14m 49s |
2261 | 2024-08-22T02:05:14.985Z | |
2262 | 2024-08-22T02:05:14.985Z | real 15:38.075682252 |
2263 | 2024-08-22T02:05:14.985Z | user 1:46:29.493906102 |
2264 | 2024-08-22T02:05:14.985Z | sys 5:26.512533587 |
2265 | 2024-08-22T02:05:14.985Z | trap 2.535642060 |
2266 | 2024-08-22T02:05:14.985Z | tflt 3.227301960 |
2267 | 2024-08-22T02:05:15.029Z | dflt 4.313718905 |
2268 | 2024-08-22T02:05:15.029Z | kflt 0.003416489 |
2269 | 2024-08-22T02:05:15.029Z | lock 6:28:20.301777071 |
2270 | 2024-08-22T02:05:15.029Z | slp 5:34:01.859849843 |
2271 | 2024-08-22T02:05:15.029Z | lat 2:42.554273144 |
2272 | 2024-08-22T02:05:15.029Z | stop 2:27.043258835 |
2273 | 2024-08-22T02:05:15.029Z | + mapfile -t packages |
2274 | 2024-08-22T02:05:15.029Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2275 | 2024-08-22T02:05:15.040Z | Finished `release` profile [optimized] target(s) in 0.91s |
2276 | 2024-08-22T02:05:15.040Z | Running `target/release/omicron-package -t test list-outputs` |
2277 | 2024-08-22T02:05:15.040Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2278 | 2024-08-22T02:05:15.040Z | + ptime -m cargo build --locked --release -p xtask |
2279 | 2024-08-22T02:05:15.040Z | Compiling serde v1.0.208 |
2280 | 2024-08-22T02:05:15.040Z | Compiling serde_json v1.0.125 |
2281 | 2024-08-22T02:05:15.040Z | Compiling libc v0.2.156 |
2282 | 2024-08-22T02:05:15.110Z | Compiling syn v2.0.74 |
2283 | 2024-08-22T02:05:15.132Z | Compiling usdt-impl v0.5.0 |
2284 | 2024-08-22T02:05:15.139Z | Compiling syn v1.0.109 |
2285 | 2024-08-22T02:05:15.472Z | Compiling rustix v0.38.34 |
2286 | 2024-08-22T02:05:15.490Z | Compiling log v0.4.21 |
2287 | 2024-08-22T02:05:15.609Z | Compiling hashbrown v0.14.5 |
2288 | 2024-08-22T02:05:15.644Z | Compiling bitflags v2.6.0 |
2289 | 2024-08-22T02:05:15.663Z | Compiling fs-err v2.11.0 |
2290 | 2024-08-22T02:05:15.983Z | Compiling anyhow v1.0.86 |
2291 | 2024-08-22T02:05:16.526Z | Compiling thread-id v4.2.1 |
2292 | 2024-08-22T02:05:17.012Z | Compiling indexmap v2.4.0 |
2293 | 2024-08-22T02:05:17.474Z | Compiling terminal_size v0.3.0 |
2294 | 2024-08-22T02:05:17.613Z | Compiling clap_builder v4.5.15 |
2295 | 2024-08-22T02:05:18.259Z | Compiling proc-macro-error v1.0.4 |
2296 | 2024-08-22T02:05:19.487Z | Compiling tabled_derive v0.7.0 |
2297 | 2024-08-22T02:05:20.724Z | Compiling tabled v0.15.0 |
2298 | 2024-08-22T02:05:23.063Z | Compiling serde_derive v1.0.208 |
2299 | 2024-08-22T02:05:23.609Z | Compiling thiserror-impl v1.0.63 |
2300 | 2024-08-22T02:05:23.732Z | Compiling zerocopy-derive v0.7.34 |
2301 | 2024-08-22T02:05:25.706Z | Compiling zerocopy v0.7.34 |
2302 | 2024-08-22T02:05:26.423Z | Compiling thiserror v1.0.63 |
2303 | 2024-08-22T02:05:26.571Z | Compiling pest v2.7.10 |
2304 | 2024-08-22T02:05:27.417Z | Compiling scroll_derive v0.12.0 |
2305 | 2024-08-22T02:05:28.758Z | Compiling scroll v0.12.0 |
2306 | 2024-08-22T02:05:29.378Z | Compiling pest_meta v2.7.10 |
2307 | 2024-08-22T02:05:29.486Z | Compiling goblin v0.8.2 |
2308 | 2024-08-22T02:05:31.282Z | Compiling pest_generator v2.7.10 |
2309 | 2024-08-22T02:05:33.518Z | Compiling pest_derive v2.7.10 |
2310 | 2024-08-22T02:05:34.294Z | Compiling dtrace-parser v0.2.0 |
2311 | 2024-08-22T02:05:35.909Z | Compiling clap_derive v4.5.13 |
2312 | 2024-08-22T02:05:40.467Z | Compiling serde_tokenstream v0.2.2 |
2313 | 2024-08-22T02:05:40.631Z | Compiling dof v0.3.0 |
2314 | 2024-08-22T02:05:41.057Z | Compiling toml_datetime v0.6.8 |
2315 | 2024-08-22T02:05:41.550Z | Compiling serde_spanned v0.6.7 |
2316 | 2024-08-22T02:05:41.727Z | Compiling toml_edit v0.22.20 |
2317 | 2024-08-22T02:05:42.786Z | Compiling usdt-macro v0.5.0 |
2318 | 2024-08-22T02:05:42.800Z | Compiling usdt-attr-macro v0.5.0 |
2319 | 2024-08-22T02:05:44.126Z | Compiling camino v1.1.9 |
2320 | 2024-08-22T02:05:44.244Z | Compiling semver v1.0.23 |
2321 | 2024-08-22T02:05:45.199Z | Compiling cargo-platform v0.1.8 |
2322 | 2024-08-22T02:05:45.481Z | Compiling toml v0.8.19 |
2323 | 2024-08-22T02:05:45.702Z | Compiling cargo_metadata v0.18.1 |
2324 | 2024-08-22T02:05:46.316Z | Compiling usdt v0.5.0 |
2325 | 2024-08-22T02:05:47.456Z | Compiling cargo_toml v0.20.4 |
2326 | 2024-08-22T02:05:47.785Z | Compiling clap v4.5.16 |
2327 | 2024-08-22T02:05:47.907Z | Compiling macaddr v1.0.1 |
2328 | 2024-08-22T02:05:58.712Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2329 | 2024-08-22T02:06:09.635Z | Finished `release` profile [optimized] target(s) in 55.15s |
2330 | 2024-08-22T02:06:09.730Z | |
2331 | 2024-08-22T02:06:09.730Z | real 55.269751112 |
2332 | 2024-08-22T02:06:09.730Z | user 5:34.006657358 |
2333 | 2024-08-22T02:06:09.730Z | sys 31.006181590 |
2334 | 2024-08-22T02:06:09.730Z | trap 0.146877541 |
2335 | 2024-08-22T02:06:09.733Z | tflt 0.352983586 |
2336 | 2024-08-22T02:06:09.733Z | dflt 0.639567706 |
2337 | 2024-08-22T02:06:09.733Z | kflt 0.000000000 |
2338 | 2024-08-22T02:06:09.733Z | lock 9:52.911084626 |
2339 | 2024-08-22T02:06:09.733Z | slp 14:27.186472541 |
2340 | 2024-08-22T02:06:09.733Z | lat 11.547451633 |
2341 | 2024-08-22T02:06:09.733Z | stop 14.503433217 |
2342 | 2024-08-22T02:06:09.733Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2343 | 2024-08-22T02:06:09.733Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2344 | 2024-08-22T02:06:09.733Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2345 | 2024-08-22T02:06:09.733Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2346 | 2024-08-22T02:06:09.733Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2347 | 2024-08-22T02:06:10.300Z | Downloading crates ... |
2348 | 2024-08-22T02:06:10.552Z | Downloaded ghash v0.5.1 |
2349 | 2024-08-22T02:06:10.568Z | Downloaded russh-cryptovec v0.7.2 |
2350 | 2024-08-22T02:06:10.570Z | Downloaded dhcproto-macros v0.1.0 |
2351 | 2024-08-22T02:06:10.570Z | Downloaded dirs-sys v0.4.1 |
2352 | 2024-08-22T02:06:10.574Z | Downloaded rfc6979 v0.4.0 |
2353 | 2024-08-22T02:06:10.576Z | Downloaded ed25519 v2.2.3 |
2354 | 2024-08-22T02:06:10.578Z | Downloaded blowfish v0.9.1 |
2355 | 2024-08-22T02:06:10.581Z | Downloaded ssh-encoding v0.2.0 |
2356 | 2024-08-22T02:06:10.581Z | Downloaded password-hash v0.4.2 |
2357 | 2024-08-22T02:06:10.583Z | Downloaded option-ext v0.2.0 |
2358 | 2024-08-22T02:06:10.583Z | Downloaded md5 v0.7.0 |
2359 | 2024-08-22T02:06:10.586Z | Downloaded polyval v0.6.2 |
2360 | 2024-08-22T02:06:10.586Z | Downloaded internet-checksum v0.2.1 |
2361 | 2024-08-22T02:06:10.588Z | Downloaded bcrypt-pbkdf v0.10.0 |
2362 | 2024-08-22T02:06:10.591Z | Downloaded hex-literal v0.4.1 |
2363 | 2024-08-22T02:06:10.595Z | Downloaded pbkdf2 v0.11.0 |
2364 | 2024-08-22T02:06:10.597Z | Downloaded ssh-cipher v0.2.0 |
2365 | 2024-08-22T02:06:10.600Z | Downloaded p256 v0.13.2 |
2366 | 2024-08-22T02:06:10.602Z | Downloaded dirs v5.0.1 |
2367 | 2024-08-22T02:06:10.604Z | Downloaded primeorder v0.13.6 |
2368 | 2024-08-22T02:06:10.607Z | Downloaded ecdsa v0.16.9 |
2369 | 2024-08-22T02:06:10.609Z | Downloaded russh-keys v0.44.0 |
2370 | 2024-08-22T02:06:10.613Z | Downloaded dhcproto v0.12.0 |
2371 | 2024-08-22T02:06:10.627Z | Downloaded p384 v0.13.0 |
2372 | 2024-08-22T02:06:10.632Z | Downloaded num-bigint v0.4.5 |
2373 | 2024-08-22T02:06:10.637Z | Downloaded ed25519-dalek v2.1.1 |
2374 | 2024-08-22T02:06:10.640Z | Downloaded ssh-key v0.6.6 |
2375 | 2024-08-22T02:06:10.646Z | Downloaded russh v0.44.1 |
2376 | 2024-08-22T02:06:10.651Z | Downloaded p521 v0.13.3 |
2377 | 2024-08-22T02:06:10.654Z | Downloaded aes-gcm v0.10.3 |
2378 | 2024-08-22T02:06:10.798Z | Compiling regress v0.9.1 |
2379 | 2024-08-22T02:06:10.913Z | Compiling getopts v0.2.21 |
2380 | 2024-08-22T02:06:10.916Z | Compiling unsafe-libyaml v0.2.11 |
2381 | 2024-08-22T02:06:10.916Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2382 | 2024-08-22T02:06:10.916Z | Compiling http v1.1.0 |
2383 | 2024-08-22T02:06:10.933Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2384 | 2024-08-22T02:06:10.970Z | Compiling match_cfg v0.1.0 |
2385 | 2024-08-22T02:06:10.972Z | Compiling toml v0.8.19 |
2386 | 2024-08-22T02:06:11.061Z | Compiling hostname v0.3.1 |
2387 | 2024-08-22T02:06:11.314Z | Compiling rustls-pki-types v1.7.0 |
2388 | 2024-08-22T02:06:11.357Z | Compiling ident_case v1.0.1 |
2389 | 2024-08-22T02:06:11.373Z | Compiling rustls v0.22.4 |
2390 | 2024-08-22T02:06:11.537Z | Compiling paste v1.0.15 |
2391 | 2024-08-22T02:06:11.691Z | Compiling darling_core v0.20.9 |
2392 | 2024-08-22T02:06:11.771Z | Compiling rustls-webpki v0.102.4 |
2393 | 2024-08-22T02:06:12.127Z | Compiling ipnetwork v0.20.0 |
2394 | 2024-08-22T02:06:12.143Z | Compiling multer v3.1.0 |
2395 | 2024-08-22T02:06:12.445Z | Compiling serde_yaml v0.9.34+deprecated |
2396 | 2024-08-22T02:06:13.042Z | Compiling slog-json v2.6.1 |
2397 | 2024-08-22T02:06:13.435Z | Compiling async-stream-impl v0.3.5 |
2398 | 2024-08-22T02:06:13.437Z | Compiling instant v0.1.12 |
2399 | 2024-08-22T02:06:13.609Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2400 | 2024-08-22T02:06:13.884Z | Compiling debug-ignore v1.0.5 |
2401 | 2024-08-22T02:06:13.916Z | Compiling atomic-waker v1.1.2 |
2402 | 2024-08-22T02:06:14.023Z | Compiling waitgroup v0.1.2 |
2403 | 2024-08-22T02:06:14.142Z | Compiling slog-bunyan v2.5.0 |
2404 | 2024-08-22T02:06:14.244Z | Compiling rustls-pemfile v2.1.3 |
2405 | 2024-08-22T02:06:14.347Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2406 | 2024-08-22T02:06:14.714Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2407 | 2024-08-22T02:06:14.845Z | Compiling async-stream v0.3.5 |
2408 | 2024-08-22T02:06:15.201Z | Compiling serde_path_to_error v0.1.16 |
2409 | 2024-08-22T02:06:15.287Z | Compiling hostname v0.4.0 |
2410 | 2024-08-22T02:06:15.560Z | Compiling structmeta-derive v0.3.0 |
2411 | 2024-08-22T02:06:15.980Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2412 | 2024-08-22T02:06:16.098Z | Compiling newtype-uuid v1.1.0 |
2413 | 2024-08-22T02:06:16.407Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2414 | 2024-08-22T02:06:16.726Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2415 | 2024-08-22T02:06:16.747Z | Compiling backoff v0.4.0 |
2416 | 2024-08-22T02:06:17.073Z | Compiling tokio-rustls v0.25.0 |
2417 | 2024-08-22T02:06:17.096Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2418 | 2024-08-22T02:06:17.188Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2419 | 2024-08-22T02:06:17.369Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2420 | 2024-08-22T02:06:17.495Z | Compiling macaddr v1.0.1 |
2421 | 2024-08-22T02:06:17.526Z | Compiling proc-macro-crate v1.3.1 |
2422 | 2024-08-22T02:06:17.860Z | Compiling fastrand v2.1.0 |
2423 | 2024-08-22T02:06:17.907Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2424 | 2024-08-22T02:06:18.312Z | Compiling tempfile v3.10.1 |
2425 | 2024-08-22T02:06:18.422Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2426 | 2024-08-22T02:06:18.515Z | Compiling structmeta v0.3.0 |
2427 | 2024-08-22T02:06:18.596Z | Compiling num_enum_derive v0.5.11 |
2428 | 2024-08-22T02:06:18.683Z | Compiling darling_macro v0.20.9 |
2429 | 2024-08-22T02:06:18.746Z | Compiling foreign-types-macros v0.2.3 |
2430 | 2024-08-22T02:06:18.941Z | Compiling parse-display-derive v0.10.0 |
2431 | 2024-08-22T02:06:19.124Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2432 | 2024-08-22T02:06:19.425Z | Compiling foreign-types-shared v0.3.1 |
2433 | 2024-08-22T02:06:19.553Z | Compiling heapless v0.8.0 |
2434 | 2024-08-22T02:06:19.648Z | Compiling darling v0.20.9 |
2435 | 2024-08-22T02:06:19.771Z | Compiling serde_with_macros v3.9.0 |
2436 | 2024-08-22T02:06:20.074Z | Compiling foreign-types v0.5.0 |
2437 | 2024-08-22T02:06:20.233Z | Compiling proc-macro-error v1.0.4 |
2438 | 2024-08-22T02:06:20.848Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2439 | 2024-08-22T02:06:20.968Z | Compiling hash32 v0.3.1 |
2440 | 2024-08-22T02:06:21.205Z | Compiling num_enum v0.5.11 |
2441 | 2024-08-22T02:06:21.223Z | Compiling cstr-argument v0.1.2 |
2442 | 2024-08-22T02:06:21.370Z | Compiling smoltcp v0.11.0 |
2443 | 2024-08-22T02:06:21.479Z | Compiling pretty-hex v0.2.1 |
2444 | 2024-08-22T02:06:21.675Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2445 | 2024-08-22T02:06:21.865Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2446 | 2024-08-22T02:06:22.174Z | Compiling camino-tempfile v1.1.1 |
2447 | 2024-08-22T02:06:22.461Z | Compiling tabwriter v1.4.0 |
2448 | 2024-08-22T02:06:22.601Z | Compiling colored v2.1.0 |
2449 | 2024-08-22T02:06:22.704Z | Compiling serde_with v3.9.0 |
2450 | 2024-08-22T02:06:22.706Z | Compiling cobs v0.2.3 |
2451 | 2024-08-22T02:06:22.968Z | Compiling embedded-io v0.4.0 |
2452 | 2024-08-22T02:06:23.097Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2453 | 2024-08-22T02:06:23.193Z | Compiling postcard v1.0.8 |
2454 | 2024-08-22T02:06:23.340Z | Compiling crucible-workspace-hack v0.1.0 |
2455 | 2024-08-22T02:06:23.411Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2456 | 2024-08-22T02:06:23.578Z | Compiling parse-display v0.10.0 |
2457 | 2024-08-22T02:06:23.651Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2458 | 2024-08-22T02:06:23.670Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2459 | 2024-08-22T02:06:24.016Z | Compiling smf v0.2.3 |
2460 | 2024-08-22T02:06:24.106Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2461 | 2024-08-22T02:06:24.442Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2462 | 2024-08-22T02:06:24.603Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2463 | 2024-08-22T02:06:25.132Z | Compiling num-derive v0.4.2 |
2464 | 2024-08-22T02:06:25.451Z | Compiling sigpipe v0.1.3 |
2465 | 2024-08-22T02:06:25.584Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2466 | 2024-08-22T02:06:25.927Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2467 | 2024-08-22T02:06:26.006Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2468 | 2024-08-22T02:06:26.605Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2469 | 2024-08-22T02:06:27.057Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2470 | 2024-08-22T02:06:27.503Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2471 | 2024-08-22T02:06:27.520Z | Compiling universal-hash v0.5.1 |
2472 | 2024-08-22T02:06:27.604Z | Compiling opaque-debug v0.3.1 |
2473 | 2024-08-22T02:06:27.622Z | Compiling utf-8 v0.7.6 |
2474 | 2024-08-22T02:06:27.704Z | Compiling num-rational v0.4.2 |
2475 | 2024-08-22T02:06:27.720Z | Compiling curve25519-dalek v4.1.3 |
2476 | 2024-08-22T02:06:27.862Z | Compiling num-complex v0.4.6 |
2477 | 2024-08-22T02:06:28.173Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2478 | 2024-08-22T02:06:28.198Z | Compiling humantime v2.1.0 |
2479 | 2024-08-22T02:06:28.421Z | Compiling password-hash v0.5.0 |
2480 | 2024-08-22T02:06:28.445Z | Compiling blake2 v0.10.6 |
2481 | 2024-08-22T02:06:28.651Z | Compiling aead v0.5.2 |
2482 | 2024-08-22T02:06:28.740Z | Compiling curve25519-dalek-derive v0.1.1 |
2483 | 2024-08-22T02:06:28.897Z | Compiling num v0.4.3 |
2484 | 2024-08-22T02:06:29.007Z | Compiling float-ord v0.3.2 |
2485 | 2024-08-22T02:06:29.021Z | Compiling argon2 v0.5.3 |
2486 | 2024-08-22T02:06:29.182Z | Compiling poly1305 v0.8.0 |
2487 | 2024-08-22T02:06:29.400Z | Compiling chacha20 v0.9.1 |
2488 | 2024-08-22T02:06:29.423Z | Compiling convert_case v0.4.0 |
2489 | 2024-08-22T02:06:29.866Z | Compiling semver v0.1.20 |
2490 | 2024-08-22T02:06:29.995Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2491 | 2024-08-22T02:06:30.310Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2492 | 2024-08-22T02:06:30.435Z | Compiling derive_more v0.99.18 |
2493 | 2024-08-22T02:06:30.462Z | Compiling rustc_version v0.1.7 |
2494 | 2024-08-22T02:06:30.557Z | Compiling tungstenite v0.21.0 |
2495 | 2024-08-22T02:06:30.898Z | Compiling newline-converter v0.3.0 |
2496 | 2024-08-22T02:06:30.986Z | Compiling atty v0.2.14 |
2497 | 2024-08-22T02:06:31.065Z | Compiling rayon-core v1.12.1 |
2498 | 2024-08-22T02:06:31.132Z | Compiling same-file v1.0.6 |
2499 | 2024-08-22T02:06:31.388Z | Compiling walkdir v2.5.0 |
2500 | 2024-08-22T02:06:31.450Z | Compiling expectorate v1.1.0 |
2501 | 2024-08-22T02:06:31.612Z | Compiling tokio-tungstenite v0.21.0 |
2502 | 2024-08-22T02:06:31.633Z | Compiling newtype_derive v0.1.6 |
2503 | 2024-08-22T02:06:31.818Z | Compiling crossbeam-deque v0.8.5 |
2504 | 2024-08-22T02:06:31.941Z | Compiling prettyplease v0.2.20 |
2505 | 2024-08-22T02:06:32.154Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2506 | 2024-08-22T02:06:32.171Z | Compiling keccak v0.1.5 |
2507 | 2024-08-22T02:06:32.344Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2508 | 2024-08-22T02:06:32.677Z | Compiling sha3 v0.10.8 |
2509 | 2024-08-22T02:06:32.708Z | Compiling thiserror-impl-no-std v2.0.2 |
2510 | 2024-08-22T02:06:32.823Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2511 | 2024-08-22T02:06:33.020Z | Compiling secrecy v0.8.0 |
2512 | 2024-08-22T02:06:33.185Z | Compiling blake3 v1.5.1 |
2513 | 2024-08-22T02:06:33.297Z | Compiling ring v0.16.20 |
2514 | 2024-08-22T02:06:33.699Z | Compiling derive-where v1.2.7 |
2515 | 2024-08-22T02:06:33.842Z | Compiling cookie v0.18.1 |
2516 | 2024-08-22T02:06:33.993Z | Compiling unicase v2.7.0 |
2517 | 2024-08-22T02:06:34.165Z | Compiling half v2.4.1 |
2518 | 2024-08-22T02:06:34.316Z | Compiling ciborium-io v0.2.2 |
2519 | 2024-08-22T02:06:34.433Z | Compiling linked-hash-map v0.5.6 |
2520 | 2024-08-22T02:06:34.457Z | Compiling arc-swap v1.7.1 |
2521 | 2024-08-22T02:06:34.720Z | Compiling termcolor v1.4.1 |
2522 | 2024-08-22T02:06:34.820Z | Compiling quick-error v1.2.3 |
2523 | 2024-08-22T02:06:34.980Z | Compiling resolv-conf v0.7.0 |
2524 | 2024-08-22T02:06:35.159Z | Compiling slog-scope v4.4.0 |
2525 | 2024-08-22T02:06:35.664Z | Compiling env_logger v0.9.3 |
2526 | 2024-08-22T02:06:35.719Z | Compiling lru-cache v0.1.2 |
2527 | 2024-08-22T02:06:35.846Z | Compiling ciborium-ll v0.2.2 |
2528 | 2024-08-22T02:06:35.951Z | Compiling thiserror-no-std v2.0.2 |
2529 | 2024-08-22T02:06:36.328Z | Compiling rayon v1.10.0 |
2530 | 2024-08-22T02:06:36.896Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2531 | 2024-08-22T02:06:37.202Z | Compiling polyval v0.6.2 |
2532 | 2024-08-22T02:06:37.260Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2533 | 2024-08-22T02:06:37.311Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2534 | 2024-08-22T02:06:37.455Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2535 | 2024-08-22T02:06:37.624Z | Compiling rfc6979 v0.4.0 |
2536 | 2024-08-22T02:06:37.691Z | Compiling bitstruct_derive v0.1.0 |
2537 | 2024-08-22T02:06:37.824Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2538 | 2024-08-22T02:06:37.963Z | Compiling memmap2 v0.9.4 |
2539 | 2024-08-22T02:06:38.150Z | Compiling constant_time_eq v0.3.0 |
2540 | 2024-08-22T02:06:38.273Z | Compiling home v0.5.9 |
2541 | 2024-08-22T02:06:38.348Z | Compiling spin v0.5.2 |
2542 | 2024-08-22T02:06:38.412Z | Compiling ascii v1.1.0 |
2543 | 2024-08-22T02:06:38.478Z | Compiling arrayref v0.3.7 |
2544 | 2024-08-22T02:06:38.561Z | Compiling untrusted v0.7.1 |
2545 | 2024-08-22T02:06:38.580Z | Compiling arrayvec v0.7.4 |
2546 | 2024-08-22T02:06:38.596Z | Compiling parking_lot_core v0.8.6 |
2547 | 2024-08-22T02:06:38.760Z | Compiling libefi-sys v0.1.0 |
2548 | 2024-08-22T02:06:38.955Z | Compiling highway v1.2.0 |
2549 | 2024-08-22T02:06:39.034Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2550 | 2024-08-22T02:06:39.078Z | Compiling bitstruct v0.1.1 |
2551 | 2024-08-22T02:06:39.144Z | Compiling toolchain_find v0.4.0 |
2552 | 2024-08-22T02:06:39.197Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2553 | 2024-08-22T02:06:39.517Z | Compiling ecdsa v0.16.9 |
2554 | 2024-08-22T02:06:39.731Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2555 | 2024-08-22T02:06:39.805Z | Compiling ghash v0.5.1 |
2556 | 2024-08-22T02:06:40.086Z | Compiling steno v0.4.1 |
2557 | 2024-08-22T02:06:40.418Z | Compiling ciborium v0.2.2 |
2558 | 2024-08-22T02:06:40.594Z | Compiling vsss-rs v3.3.4 |
2559 | 2024-08-22T02:06:40.612Z | Compiling hickory-resolver v0.24.1 |
2560 | 2024-08-22T02:06:41.205Z | Compiling slog-stdlog v4.1.1 |
2561 | 2024-08-22T02:06:41.896Z | Compiling chacha20poly1305 v0.10.1 |
2562 | 2024-08-22T02:06:41.922Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-22T02:06:42.127Z | Compiling primeorder v0.13.6 |
2564 | 2024-08-22T02:06:42.346Z | Compiling ctr v0.9.2 |
2565 | 2024-08-22T02:06:42.651Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2566 | 2024-08-22T02:06:42.670Z | Compiling erased-serde v0.3.31 |
2567 | 2024-08-22T02:06:42.705Z | Compiling serde_arrays v0.1.0 |
2568 | 2024-08-22T02:06:42.744Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2569 | 2024-08-22T02:06:42.878Z | Compiling bitfield-struct v0.6.1 |
2570 | 2024-08-22T02:06:43.047Z | Compiling slog-dtrace v0.3.0 |
2571 | 2024-08-22T02:06:43.157Z | Compiling cancel-safe-futures v0.1.5 |
2572 | 2024-08-22T02:06:43.369Z | Compiling topological-sort v0.2.2 |
2573 | 2024-08-22T02:06:43.550Z | Compiling omicron-zone-package v0.11.0 |
2574 | 2024-08-22T02:06:43.772Z | Compiling aes-gcm v0.10.3 |
2575 | 2024-08-22T02:06:44.058Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2576 | 2024-08-22T02:06:44.094Z | Compiling slog-envlogger v2.2.0 |
2577 | 2024-08-22T02:06:44.293Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2578 | 2024-08-22T02:06:44.888Z | Compiling mime_guess v2.0.4 |
2579 | 2024-08-22T02:06:45.117Z | Compiling rustfmt-wrapper v0.2.1 |
2580 | 2024-08-22T02:06:45.527Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2581 | 2024-08-22T02:06:45.858Z | Compiling tungstenite v0.20.1 |
2582 | 2024-08-22T02:06:46.128Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2583 | 2024-08-22T02:06:46.248Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2584 | 2024-08-22T02:06:46.870Z | Compiling heck v0.3.3 |
2585 | 2024-08-22T02:06:47.214Z | Compiling ed25519 v2.2.3 |
2586 | 2024-08-22T02:06:47.347Z | Compiling ssh-encoding v0.2.0 |
2587 | 2024-08-22T02:06:47.388Z | Compiling blowfish v0.9.1 |
2588 | 2024-08-22T02:06:47.652Z | Compiling nibble_vec v0.1.0 |
2589 | 2024-08-22T02:06:47.855Z | Compiling option-ext v0.2.0 |
2590 | 2024-08-22T02:06:47.871Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2591 | 2024-08-22T02:06:47.888Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2592 | 2024-08-22T02:06:47.985Z | Compiling endian-type v0.1.2 |
2593 | 2024-08-22T02:06:48.018Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-22T02:06:48.036Z | Compiling dirs-sys v0.4.1 |
2595 | 2024-08-22T02:06:48.185Z | Compiling radix_trie v0.2.1 |
2596 | 2024-08-22T02:06:48.209Z | Compiling ssh-cipher v0.2.0 |
2597 | 2024-08-22T02:06:48.715Z | Compiling bcrypt-pbkdf v0.10.0 |
2598 | 2024-08-22T02:06:48.895Z | Compiling ed25519-dalek v2.1.1 |
2599 | 2024-08-22T02:06:49.019Z | Compiling zone_cfg_derive v0.1.2 |
2600 | 2024-08-22T02:06:49.233Z | Compiling tokio-tungstenite v0.20.1 |
2601 | 2024-08-22T02:06:49.848Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2602 | 2024-08-22T02:06:49.867Z | Compiling parking_lot v0.11.2 |
2603 | 2024-08-22T02:06:50.118Z | Compiling gethostname v0.5.0 |
2604 | 2024-08-22T02:06:50.268Z | Compiling password-hash v0.4.2 |
2605 | 2024-08-22T02:06:50.341Z | Compiling libsw v3.3.1 |
2606 | 2024-08-22T02:06:50.527Z | Compiling fxhash v0.2.1 |
2607 | 2024-08-22T02:06:50.546Z | Compiling linear-map v1.2.0 |
2608 | 2024-08-22T02:06:50.602Z | Compiling owo-colors v4.0.0 |
2609 | 2024-08-22T02:06:50.635Z | Compiling base64 v0.13.1 |
2610 | 2024-08-22T02:06:50.727Z | Compiling matches v0.1.10 |
2611 | 2024-08-22T02:06:50.797Z | Compiling pbkdf2 v0.11.0 |
2612 | 2024-08-22T02:06:50.829Z | Compiling idna v0.2.3 |
2613 | 2024-08-22T02:06:50.908Z | Compiling sled v0.34.7 |
2614 | 2024-08-22T02:06:51.152Z | Compiling ron v0.7.1 |
2615 | 2024-08-22T02:06:51.208Z | Compiling zone v0.1.8 |
2616 | 2024-08-22T02:06:52.173Z | Compiling ssh-key v0.6.6 |
2617 | 2024-08-22T02:06:52.438Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2618 | 2024-08-22T02:06:52.800Z | Compiling hickory-client v0.24.1 |
2619 | 2024-08-22T02:06:52.802Z | Compiling dirs v5.0.1 |
2620 | 2024-08-22T02:06:53.543Z | Compiling p384 v0.13.0 |
2621 | 2024-08-22T02:06:54.269Z | Compiling p521 v0.13.3 |
2622 | 2024-08-22T02:06:55.115Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2623 | 2024-08-22T02:06:55.566Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2624 | 2024-08-22T02:06:56.240Z | Compiling p256 v0.13.2 |
2625 | 2024-08-22T02:06:56.288Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2626 | 2024-08-22T02:06:56.686Z | Compiling hickory-server v0.24.1 |
2627 | 2024-08-22T02:06:56.910Z | Compiling pem v3.0.4 |
2628 | 2024-08-22T02:06:56.999Z | Compiling enum-as-inner v0.5.1 |
2629 | 2024-08-22T02:06:57.101Z | Compiling yasna v0.5.2 |
2630 | 2024-08-22T02:06:57.704Z | Compiling portpicker v0.1.1 |
2631 | 2024-08-22T02:06:58.062Z | Compiling headers-core v0.2.0 |
2632 | 2024-08-22T02:06:58.088Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2633 | 2024-08-22T02:06:58.229Z | Compiling kstat-rs v0.2.4 |
2634 | 2024-08-22T02:06:58.249Z | Compiling nanorand v0.7.0 |
2635 | 2024-08-22T02:06:58.478Z | Compiling russh-cryptovec v0.7.2 |
2636 | 2024-08-22T02:06:58.801Z | Compiling glob v0.3.1 |
2637 | 2024-08-22T02:06:58.820Z | Compiling md5 v0.7.0 |
2638 | 2024-08-22T02:06:58.822Z | Compiling http-range v0.1.5 |
2639 | 2024-08-22T02:06:58.888Z | Compiling flume v0.11.0 |
2640 | 2024-08-22T02:06:59.190Z | Compiling russh-keys v0.44.0 |
2641 | 2024-08-22T02:06:59.337Z | Compiling hyper-staticfile v0.9.5 |
2642 | 2024-08-22T02:06:59.603Z | Compiling headers v0.3.9 |
2643 | 2024-08-22T02:06:59.793Z | Compiling trust-dns-proto v0.22.0 |
2644 | 2024-08-22T02:07:00.358Z | Compiling rcgen v0.12.1 |
2645 | 2024-08-22T02:07:01.157Z | Compiling atomicwrites v0.4.3 |
2646 | 2024-08-22T02:07:01.534Z | Compiling num-bigint v0.4.5 |
2647 | 2024-08-22T02:07:01.627Z | Compiling itertools v0.13.0 |
2648 | 2024-08-22T02:07:02.241Z | Compiling subprocess v0.2.9 |
2649 | 2024-08-22T02:07:02.809Z | Compiling hex-literal v0.4.1 |
2650 | 2024-08-22T02:07:02.972Z | Compiling display-error-chain v0.2.0 |
2651 | 2024-08-22T02:07:03.151Z | Compiling dhcproto-macros v0.1.0 |
2652 | 2024-08-22T02:07:03.426Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2653 | 2024-08-22T02:07:03.524Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2654 | 2024-08-22T02:07:03.751Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2655 | 2024-08-22T02:07:03.900Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2656 | 2024-08-22T02:07:04.094Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2657 | 2024-08-22T02:07:04.135Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2658 | 2024-08-22T02:07:04.858Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2659 | 2024-08-22T02:07:05.990Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-08-22T02:07:07.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2661 | 2024-08-22T02:07:09.308Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2662 | 2024-08-22T02:07:10.649Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2663 | 2024-08-22T02:07:11.418Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2664 | 2024-08-22T02:07:11.547Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2665 | 2024-08-22T02:07:12.403Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2666 | 2024-08-22T02:07:13.020Z | Compiling russh v0.44.1 |
2667 | 2024-08-22T02:07:14.083Z | Compiling dhcproto v0.12.0 |
2668 | 2024-08-22T02:07:17.148Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2669 | 2024-08-22T02:07:17.651Z | Compiling internet-checksum v0.2.1 |
2670 | 2024-08-22T02:07:20.248Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2671 | 2024-08-22T02:07:20.454Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2672 | 2024-08-22T02:07:20.805Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2673 | 2024-08-22T02:07:21.659Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2674 | 2024-08-22T02:07:23.441Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2675 | 2024-08-22T02:07:24.044Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2676 | 2024-08-22T02:07:24.394Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2677 | 2024-08-22T02:07:24.672Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2678 | 2024-08-22T02:07:26.655Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2679 | 2024-08-22T02:07:27.924Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2680 | 2024-08-22T02:07:28.064Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2024-08-22T02:07:28.776Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2682 | 2024-08-22T02:07:28.903Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2683 | 2024-08-22T02:07:31.875Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2684 | 2024-08-22T02:07:33.598Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2685 | 2024-08-22T02:07:34.040Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2686 | 2024-08-22T02:07:35.617Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2687 | 2024-08-22T02:07:39.023Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2688 | 2024-08-22T02:07:39.453Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2689 | 2024-08-22T02:07:39.978Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2690 | 2024-08-22T02:07:40.240Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2691 | 2024-08-22T02:07:43.026Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2692 | 2024-08-22T02:07:49.747Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2693 | 2024-08-22T02:07:49.748Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2694 | 2024-08-22T02:07:51.370Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2695 | 2024-08-22T02:08:09.025Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2696 | 2024-08-22T02:08:40.854Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2697 | 2024-08-22T02:08:41.040Z | |
2698 | 2024-08-22T02:08:41.040Z | real 2:31.260918575 |
2699 | 2024-08-22T02:08:41.040Z | user 12:33.979484609 |
2700 | 2024-08-22T02:08:41.040Z | sys 2:36.255068038 |
2701 | 2024-08-22T02:08:41.040Z | trap 0.349754785 |
2702 | 2024-08-22T02:08:41.040Z | tflt 1.336525970 |
2703 | 2024-08-22T02:08:41.040Z | dflt 1.444691939 |
2704 | 2024-08-22T02:08:41.040Z | kflt 0.000032836 |
2705 | 2024-08-22T02:08:41.043Z | lock 26:19.565264959 |
2706 | 2024-08-22T02:08:41.043Z | slp 47:07.524208635 |
2707 | 2024-08-22T02:08:41.043Z | lat 39.216754737 |
2708 | 2024-08-22T02:08:41.043Z | stop 1:29.084614115 |
2709 | 2024-08-22T02:08:41.043Z | + mkdir tests |
2710 | 2024-08-22T02:08:41.045Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2711 | 2024-08-22T02:08:41.045Z | + xargs -I '{}' -t cp '{}' tests/ |
2712 | 2024-08-22T02:08:42.351Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ceb6a591372c05a5 tests/ |
2713 | 2024-08-22T02:08:42.376Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ef2a78946683cc54 tests/ |
2714 | 2024-08-22T02:08:42.401Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-421f7fbc9c5089ef tests/ |
2715 | 2024-08-22T02:08:42.426Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-647b1e20ff4b3679 tests/ |
2716 | 2024-08-22T02:08:42.621Z | + files=(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/*) |
2717 | 2024-08-22T02:08:42.624Z | + ptime -m tar cvzf /work/package.tar.gz 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-ef2a78946683cc54 tests/commtest-421f7fbc9c5089ef tests/dhcp_server-ceb6a591372c05a5 tests/end_to_end_tests-647b1e20ff4b3679 out/clickhouse.tar.gz out/clickhouse_keeper.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 |
2718 | 2024-08-22T02:09:38.499Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2719 | 2024-08-22T02:09:38.499Z | a out/target/test 1K |
2720 | 2024-08-22T02:09:38.499Z | a out/npuzone/npuzone 23144K |
2721 | 2024-08-22T02:09:38.499Z | a package-manifest.toml 30K |
2722 | 2024-08-22T02:09:38.499Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2723 | 2024-08-22T02:09:38.499Z | a target/release/omicron-package 32265K |
2724 | 2024-08-22T02:09:38.500Z | a target/release/xtask 11627K |
2725 | 2024-08-22T02:09:38.500Z | a target/debug/bootstrap 190952K |
2726 | 2024-08-22T02:09:38.500Z | a tests/bootstrap-ef2a78946683cc54 23739K |
2727 | 2024-08-22T02:09:38.500Z | a tests/commtest-421f7fbc9c5089ef 23966K |
2728 | 2024-08-22T02:09:38.500Z | a tests/dhcp_server-ceb6a591372c05a5 23739K |
2729 | 2024-08-22T02:09:38.500Z | a tests/end_to_end_tests-647b1e20ff4b3679 203840K |
2730 | 2024-08-22T02:09:38.500Z | a out/clickhouse.tar.gz 232409K |
2731 | 2024-08-22T02:09:38.500Z | a out/clickhouse_keeper.tar.gz 232377K |
2732 | 2024-08-22T02:09:38.500Z | a out/cockroachdb.tar.gz 131902K |
2733 | 2024-08-22T02:09:38.500Z | a out/crucible-dtrace.tar 84K |
2734 | 2024-08-22T02:09:38.500Z | a out/crucible-pantry-zone.tar.gz 27821K |
2735 | 2024-08-22T02:09:38.500Z | a out/crucible-zone.tar.gz 38137K |
2736 | 2024-08-22T02:09:38.500Z | a out/external-dns.tar.gz 24922K |
2737 | 2024-08-22T02:09:38.500Z | a out/internal-dns.tar.gz 24921K |
2738 | 2024-08-22T02:09:38.500Z | a out/mg-ddm-gz.tar 61944K |
2739 | 2024-08-22T02:09:38.500Z | a out/nexus.tar.gz 86795K |
2740 | 2024-08-22T02:09:38.500Z | a out/ntp.tar.gz 8971K |
2741 | 2024-08-22T02:09:38.500Z | a out/omicron-gateway-softnpu.tar.gz 13610K |
2742 | 2024-08-22T02:09:38.500Z | a out/omicron-sled-agent.tar 97095K |
2743 | 2024-08-22T02:09:38.500Z | a out/overlay.tar.gz 3K |
2744 | 2024-08-22T02:09:38.500Z | a out/oximeter.tar.gz 42178K |
2745 | 2024-08-22T02:09:38.500Z | a out/oxlog.tar 2946K |
2746 | 2024-08-22T02:09:38.500Z | a out/probe.tar.gz 2764K |
2747 | 2024-08-22T02:09:38.500Z | a out/propolis-server.tar.gz 65291K |
2748 | 2024-08-22T02:09:38.500Z | a out/pumpkind-gz.tar 26665K |
2749 | 2024-08-22T02:09:38.500Z | a out/switch-softnpu.tar.gz 206069K |
2750 | 2024-08-22T02:09:38.503Z | |
2751 | 2024-08-22T02:09:38.503Z | real 55.871903135 |
2752 | 2024-08-22T02:09:38.503Z | user 53.398544524 |
2753 | 2024-08-22T02:09:38.503Z | sys 3.465188959 |
2754 | 2024-08-22T02:09:38.503Z | trap 0.013341636 |
2755 | 2024-08-22T02:09:38.503Z | tflt 0.000000000 |
2756 | 2024-08-22T02:09:38.503Z | dflt 0.000000000 |
2757 | 2024-08-22T02:09:38.503Z | kflt 0.000000000 |
2758 | 2024-08-22T02:09:38.503Z | lock 0.000000000 |
2759 | 2024-08-22T02:09:38.503Z | slp 53.265091589 |
2760 | 2024-08-22T02:09:38.503Z | lat 1.597103577 |
2761 | 2024-08-22T02:09:38.503Z | stop 0.000223658 |
2762 | 2024-08-22T02:09:38.503Z | process exited: duration 1684483 ms, exit code 0 |
|
2763 | 2024-08-22T02:09:38.516Z | found 1 output files |
2764 | 2024-08-22T02:09:38.516Z | uploading: /work/package.tar.gz (1366427652 bytes) |
2765 | 2024-08-22T02:10:05.715Z | uploaded: /work/package.tar.gz |