|
|
|
1 | 2024-07-11T23:20:50.162Z | job assigned to worker 01J2J1H3R8K6T5VFW33TP9TDYV (queued for 1 m 7 s) |
|
2 | 2024-07-11T23:20:57.356Z | starting task 0: "setup" |
3 | 2024-07-11T23:20:57.409Z | ++ uname -s |
4 | 2024-07-11T23:20:57.412Z | + kern=SunOS |
5 | 2024-07-11T23:20:57.412Z | + case "$kern" in |
6 | 2024-07-11T23:20:57.412Z | + groupadd -g 12345 build |
7 | 2024-07-11T23:20:57.416Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T23:20:59.425Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T23:20:59.522Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T23:20:59.525Z | + home_fs=zfs |
11 | 2024-07-11T23:20:59.525Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T23:20:59.525Z | + mkdir -p /home/build |
13 | 2024-07-11T23:20:59.528Z | + chown build:build /home/build /work |
14 | 2024-07-11T23:21:01.529Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T23:21:01.532Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-07-11T23:21:01.538Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T23:21:01.543Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T23:21:01.543Z | ' 1.78.0 |
19 | 2024-07-11T23:21:01.543Z | * toolchain channel = "1.78.0" |
20 | 2024-07-11T23:21:01.543Z | * toolchain profile = "default" |
21 | 2024-07-11T23:21:01.543Z | + printf ' * toolchain profile = "%s" |
22 | 2024-07-11T23:21:01.543Z | ' default |
23 | 2024-07-11T23:21:01.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T23:21:01.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T23:21:01.657Z | info: downloading installer |
26 | 2024-07-11T23:21:03.064Z | info: profile set to 'default' |
27 | 2024-07-11T23:21:03.064Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T23:21:03.064Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T23:21:03.224Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T23:21:03.224Z | info: downloading component 'cargo' |
31 | 2024-07-11T23:21:04.237Z | info: downloading component 'clippy' |
32 | 2024-07-11T23:21:04.509Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T23:21:05.779Z | info: downloading component 'rust-std' |
34 | 2024-07-11T23:21:07.822Z | info: downloading component 'rustc' |
35 | 2024-07-11T23:21:13.027Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T23:21:13.305Z | info: installing component 'cargo' |
37 | 2024-07-11T23:21:14.145Z | info: installing component 'clippy' |
38 | 2024-07-11T23:21:14.514Z | info: installing component 'rust-docs' |
39 | 2024-07-11T23:21:16.054Z | info: installing component 'rust-std' |
40 | 2024-07-11T23:21:17.754Z | info: installing component 'rustc' |
41 | 2024-07-11T23:21:21.886Z | info: installing component 'rustfmt' |
42 | 2024-07-11T23:21:22.234Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T23:21:22.234Z | |
44 | 2024-07-11T23:21:22.500Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T23:21:22.500Z | |
46 | 2024-07-11T23:21:22.507Z | |
47 | 2024-07-11T23:21:22.507Z | Rust is installed now. Great! |
48 | 2024-07-11T23:21:22.507Z | |
49 | 2024-07-11T23:21:22.507Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T23:21:22.507Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T23:21:22.507Z | |
52 | 2024-07-11T23:21:22.507Z | To configure your current shell, you need to source |
53 | 2024-07-11T23:21:22.508Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T23:21:22.508Z | |
55 | 2024-07-11T23:21:22.508Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T23:21:22.508Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T23:21:22.508Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T23:21:22.569Z | + rustc --version |
59 | 2024-07-11T23:21:22.627Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T23:21:22.630Z | process exited: duration 21088 ms, exit code 0 |
|
61 | 2024-07-11T23:21:22.637Z | starting task 2: "authentication" |
62 | 2024-07-11T23:21:22.657Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-07-11T23:21:22.664Z | starting task 3: "clone repository" |
64 | 2024-07-11T23:21:22.668Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T23:21:22.672Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T23:21:22.815Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T23:21:31.982Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T23:21:31.982Z | + git fetch origin 088d8986f813562ec9e8b996aca0c41f8ae64eac |
69 | 2024-07-11T23:21:32.383Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T23:21:32.383Z | * branch 088d8986f813562ec9e8b996aca0c41f8ae64eac -> FETCH_HEAD |
71 | 2024-07-11T23:21:32.393Z | + [[ -n bump-maghemite-295 ]] |
72 | 2024-07-11T23:21:32.396Z | ++ git branch --show-current |
73 | 2024-07-11T23:21:32.398Z | + current=main |
74 | 2024-07-11T23:21:32.398Z | + [[ main != bump-maghemite-295 ]] |
75 | 2024-07-11T23:21:32.399Z | + git branch -f bump-maghemite-295 088d8986f813562ec9e8b996aca0c41f8ae64eac |
76 | 2024-07-11T23:21:32.401Z | + git checkout -f bump-maghemite-295 |
77 | 2024-07-11T23:21:32.532Z | Switched to branch 'bump-maghemite-295' |
78 | 2024-07-11T23:21:32.535Z | + git reset --hard 088d8986f813562ec9e8b996aca0c41f8ae64eac |
79 | 2024-07-11T23:21:32.663Z | HEAD is now at 088d8986f bump maghemite |
80 | 2024-07-11T23:21:32.667Z | process exited: duration 9999 ms, exit code 0 |
|
81 | 2024-07-11T23:21:32.674Z | starting task 4: "build" |
82 | 2024-07-11T23:21:32.677Z | + cargo --version |
83 | 2024-07-11T23:21:32.729Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-11T23:21:32.732Z | + rustc --version |
85 | 2024-07-11T23:21:32.787Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-11T23:21:32.790Z | + WORK=/work |
87 | 2024-07-11T23:21:32.790Z | + pfexec mkdir -p /work |
88 | 2024-07-11T23:21:32.794Z | + pfexec chown build /work |
89 | 2024-07-11T23:21:32.797Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-11T23:21:49.242Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-11T23:21:51.294Z | Startup: Caching catalogs ... Done |
92 | 2024-07-11T23:21:54.179Z | Planning: Solver setup ... Done (2.372s) |
93 | 2024-07-11T23:21:54.228Z | Planning: Running solver ... Done (0.049s) |
94 | 2024-07-11T23:21:54.271Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-07-11T23:21:54.286Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-11T23:21:54.658Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-11T23:21:54.705Z | Planning: Package planning ... Done (0.047s) |
98 | 2024-07-11T23:21:54.756Z | Planning: Merging actions ... Done (0.051s) |
99 | 2024-07-11T23:21:56.208Z | Planning: Checking for conflicting actions ... Done (1.451s) |
100 | 2024-07-11T23:21:56.219Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-11T23:22:02.523Z | Planning: Evaluating mediators ... Done (6.303s) |
102 | 2024-07-11T23:22:02.532Z | Planning: Planning completed in 11.17 seconds |
103 | 2024-07-11T23:22:03.496Z | Packages to install: 4 |
104 | 2024-07-11T23:22:03.496Z | Mediators to change: 2 |
105 | 2024-07-11T23:22:03.496Z | Services to change: 1 |
106 | 2024-07-11T23:22:03.497Z | Estimated space available: 155.77 GB |
107 | 2024-07-11T23:22:03.497Z | Estimated space to be consumed: 1.46 GB |
108 | 2024-07-11T23:22:03.500Z | Create boot environment: No |
109 | 2024-07-11T23:22:03.500Z | Create backup boot environment: No |
110 | 2024-07-11T23:22:03.500Z | Rebuild boot archive: No |
111 | 2024-07-11T23:22:03.500Z | |
112 | 2024-07-11T23:22:03.500Z | Changed mediators: |
113 | 2024-07-11T23:22:03.500Z | mediator clang: |
114 | 2024-07-11T23:22:03.500Z | version: None -> 15 (system default) |
115 | 2024-07-11T23:22:03.500Z | |
116 | 2024-07-11T23:22:03.500Z | mediator llvm: |
117 | 2024-07-11T23:22:03.500Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-11T23:22:03.500Z | |
119 | 2024-07-11T23:22:03.500Z | Changed packages: |
120 | 2024-07-11T23:22:03.500Z | helios-dev |
121 | 2024-07-11T23:22:03.500Z | developer/build-essential |
122 | 2024-07-11T23:22:03.500Z | None -> 11-2.0 |
123 | 2024-07-11T23:22:03.500Z | library/libxmlsec1 |
124 | 2024-07-11T23:22:03.500Z | None -> 1.2.35-2.0 |
125 | 2024-07-11T23:22:03.500Z | ooce/developer/clang-15 |
126 | 2024-07-11T23:22:03.500Z | None -> 15.0.7-2.0 |
127 | 2024-07-11T23:22:03.500Z | ooce/developer/llvm-15 |
128 | 2024-07-11T23:22:03.500Z | None -> 15.0.7-2.0 |
129 | 2024-07-11T23:22:03.500Z | |
130 | 2024-07-11T23:22:03.500Z | Services: |
131 | 2024-07-11T23:22:03.500Z | restart_fmri: |
132 | 2024-07-11T23:22:03.500Z | svc:/system/update-man-index:default |
133 | 2024-07-11T23:22:03.711Z | |
134 | 2024-07-11T23:22:03.711Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-11T23:22:08.714Z | Download: 1047/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
136 | 2024-07-11T23:22:13.717Z | Download: 1770/3290 items 118.2/212.6MB 55% complete (12.1M/s) |
137 | 2024-07-11T23:22:19.104Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.9M/s) |
138 | 2024-07-11T23:22:24.312Z | Download: 3245/3290 items 202.7/212.6MB 95% complete (8.4M/s) |
139 | 2024-07-11T23:22:26.290Z | Download: Completed 212.60 MB in 22.58 seconds (9.4M/s) |
140 | 2024-07-11T23:22:28.413Z | Actions: 1/3689 actions (Installing new actions) |
141 | 2024-07-11T23:22:33.517Z | Actions: 3550/3689 actions (Installing new actions) |
142 | 2024-07-11T23:22:34.137Z | Actions: Completed 3689 actions in 5.72 seconds. |
143 | 2024-07-11T23:22:34.364Z | Done (0.223s) |
144 | 2024-07-11T23:22:34.364Z | Done (0.000s) |
145 | 2024-07-11T23:22:34.695Z | Done (0.331s) |
146 | 2024-07-11T23:22:40.841Z | Done (5.992s) |
147 | 2024-07-11T23:22:41.138Z | Done (0.235s) |
148 | 2024-07-11T23:22:41.141Z | Done (0.000s) |
149 | 2024-07-11T23:22:41.286Z | Done (0.000s) |
150 | 2024-07-11T23:22:41.827Z | Planning: Evaluating mediator changes ... Done |
151 | 2024-07-11T23:22:41.986Z | Planning: Checking for conflicting actions ... Done |
152 | 2024-07-11T23:22:41.989Z | Planning: Consolidating action changes ... Done |
153 | 2024-07-11T23:22:42.256Z | Planning: Evaluating mediators ... Done |
154 | 2024-07-11T23:22:42.259Z | Planning: Planning completed in 0.43 seconds |
155 | 2024-07-11T23:22:42.290Z | Mediators to change: 2 |
156 | 2024-07-11T23:22:42.290Z | Create boot environment: No |
157 | 2024-07-11T23:22:42.290Z | Create backup boot environment: No |
158 | 2024-07-11T23:22:42.367Z | Done |
159 | 2024-07-11T23:22:42.367Z | Done |
160 | 2024-07-11T23:22:42.569Z | Done |
161 | 2024-07-11T23:22:46.016Z | Done |
162 | 2024-07-11T23:22:46.080Z | Done |
163 | 2024-07-11T23:22:46.083Z | Done |
164 | 2024-07-11T23:22:46.207Z | Done |
165 | 2024-07-11T23:22:46.808Z | Planning: Evaluating mediator changes ... Done |
166 | 2024-07-11T23:22:46.811Z | Planning: Merging actions ... Done |
167 | 2024-07-11T23:22:46.995Z | Planning: Checking for conflicting actions ... Done |
168 | 2024-07-11T23:22:46.998Z | Planning: Consolidating action changes ... Done |
169 | 2024-07-11T23:22:47.260Z | Planning: Evaluating mediators ... Done |
170 | 2024-07-11T23:22:47.315Z | Planning: Planning completed in 0.75 seconds |
171 | 2024-07-11T23:22:47.350Z | Packages to change: 1 |
172 | 2024-07-11T23:22:47.350Z | Mediators to change: 1 |
173 | 2024-07-11T23:22:47.353Z | Services to change: 1 |
174 | 2024-07-11T23:22:47.353Z | Create boot environment: No |
175 | 2024-07-11T23:22:47.353Z | Create backup boot environment: Yes |
176 | 2024-07-11T23:22:49.235Z | Actions: 1/6 actions (Updating modified actions) |
177 | 2024-07-11T23:22:49.383Z | Actions: Completed 6 actions in 0.15 seconds. |
178 | 2024-07-11T23:22:49.386Z | Done |
179 | 2024-07-11T23:22:49.386Z | Done |
180 | 2024-07-11T23:22:49.452Z | Done |
181 | 2024-07-11T23:22:52.859Z | Done |
182 | 2024-07-11T23:22:52.939Z | Done |
183 | 2024-07-11T23:22:52.942Z | Done |
184 | 2024-07-11T23:22:53.054Z | Done |
185 | 2024-07-11T23:22:53.474Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
186 | 2024-07-11T23:22:53.474Z | clang system 15 system |
187 | 2024-07-11T23:22:53.474Z | csh system system illumos |
188 | 2024-07-11T23:22:53.474Z | ctags system system illumos |
189 | 2024-07-11T23:22:53.474Z | gcc vendor 12 vendor |
190 | 2024-07-11T23:22:53.474Z | gcc system 10 system |
191 | 2024-07-11T23:22:53.474Z | gcc system 7 system |
192 | 2024-07-11T23:22:53.474Z | go system 1.20 system |
193 | 2024-07-11T23:22:53.474Z | go system 1.19 system |
194 | 2024-07-11T23:22:53.474Z | llvm system 15 system |
195 | 2024-07-11T23:22:53.474Z | llvm system 14 system |
196 | 2024-07-11T23:22:53.474Z | mariadb system 10.6 system |
197 | 2024-07-11T23:22:53.474Z | mta vendor vendor dma |
198 | 2024-07-11T23:22:53.474Z | openjdk system 17 system |
199 | 2024-07-11T23:22:53.474Z | openjdk system 11 system |
200 | 2024-07-11T23:22:53.474Z | openjdk system 1.8 system |
201 | 2024-07-11T23:22:53.474Z | openssl vendor 3 vendor |
202 | 2024-07-11T23:22:53.474Z | perl system 5.36 system |
203 | 2024-07-11T23:22:53.474Z | postgresql system 15 system |
204 | 2024-07-11T23:22:53.475Z | postgresql system 13 system |
205 | 2024-07-11T23:22:53.475Z | python vendor 3 vendor |
206 | 2024-07-11T23:22:53.475Z | python system 2 system |
207 | 2024-07-11T23:22:53.475Z | python3 system 3.11 system |
208 | 2024-07-11T23:22:53.475Z | ruby system 3.0 system |
209 | 2024-07-11T23:22:53.475Z | words vendor vendor american-english |
210 | 2024-07-11T23:22:53.475Z | words system system australian-english |
211 | 2024-07-11T23:22:53.475Z | words system system british-english |
212 | 2024-07-11T23:22:53.475Z | words system system canadian-english |
213 | 2024-07-11T23:22:53.475Z | words system system french |
214 | 2024-07-11T23:22:53.475Z | words system system italian |
215 | 2024-07-11T23:22:53.475Z | words system system ngerman |
216 | 2024-07-11T23:22:53.475Z | words system system ogerman |
217 | 2024-07-11T23:22:53.475Z | words system system spanish |
218 | 2024-07-11T23:22:53.795Z | PUBLISHER TYPE STATUS P LOCATION |
219 | 2024-07-11T23:22:53.795Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
220 | 2024-07-11T23:22:55.359Z | FMRI IFO |
221 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
222 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
223 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
224 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
225 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
226 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
227 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
228 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
229 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
230 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
231 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
232 | 2024-07-11T23:22:55.360Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
233 | 2024-07-11T23:22:55.847Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
234 | 2024-07-11T23:22:56.190Z | Updating git repository `https://github.com/oxidecomputer/zone` |
235 | 2024-07-11T23:22:56.549Z | Updating crates.io index |
236 | 2024-07-11T23:22:56.552Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
237 | 2024-07-11T23:22:57.402Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
238 | 2024-07-11T23:22:58.153Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
239 | 2024-07-11T23:22:58.404Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
240 | 2024-07-11T23:23:00.295Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
241 | 2024-07-11T23:23:00.859Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
242 | 2024-07-11T23:23:01.135Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
243 | 2024-07-11T23:23:02.228Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
244 | 2024-07-11T23:23:04.414Z | Updating git repository `https://github.com/oxidecomputer/opte` |
245 | 2024-07-11T23:23:05.453Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
246 | 2024-07-11T23:23:06.131Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
247 | 2024-07-11T23:23:06.681Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
248 | 2024-07-11T23:23:07.063Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
249 | 2024-07-11T23:23:07.497Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
250 | 2024-07-11T23:23:07.749Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
251 | 2024-07-11T23:23:08.097Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
252 | 2024-07-11T23:23:08.470Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
253 | 2024-07-11T23:23:08.823Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
254 | 2024-07-11T23:23:09.065Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
255 | 2024-07-11T23:23:09.357Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
256 | 2024-07-11T23:23:09.659Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
257 | 2024-07-11T23:23:09.948Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
258 | 2024-07-11T23:23:10.315Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
259 | 2024-07-11T23:23:10.943Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
260 | 2024-07-11T23:23:11.297Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
261 | 2024-07-11T23:23:11.735Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
262 | 2024-07-11T23:23:12.280Z | Updating git repository `https://github.com/oxidecomputer/typify` |
263 | 2024-07-11T23:23:14.312Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
264 | 2024-07-11T23:23:14.647Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
265 | 2024-07-11T23:23:14.907Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
266 | 2024-07-11T23:23:15.406Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
267 | 2024-07-11T23:23:16.375Z | Downloading crates ... |
268 | 2024-07-11T23:23:16.442Z | Downloaded dtrace-parser v0.2.0 |
269 | 2024-07-11T23:23:16.459Z | Downloaded clap_lex v0.7.0 |
270 | 2024-07-11T23:23:16.462Z | Downloaded digest v0.10.7 |
271 | 2024-07-11T23:23:16.465Z | Downloaded crypto-common v0.1.6 |
272 | 2024-07-11T23:23:16.465Z | Downloaded cargo-platform v0.1.8 |
273 | 2024-07-11T23:23:16.470Z | Downloaded sync_wrapper v0.1.2 |
274 | 2024-07-11T23:23:16.477Z | Downloaded num_threads v0.1.7 |
275 | 2024-07-11T23:23:16.480Z | Downloaded foreign-types-shared v0.1.1 |
276 | 2024-07-11T23:23:16.480Z | Downloaded tinyvec_macros v0.1.1 |
277 | 2024-07-11T23:23:16.485Z | Downloaded openssl-probe v0.1.5 |
278 | 2024-07-11T23:23:16.485Z | Downloaded num-conv v0.1.0 |
279 | 2024-07-11T23:23:16.485Z | Downloaded tower-service v0.3.2 |
280 | 2024-07-11T23:23:16.488Z | Downloaded powerfmt v0.2.0 |
281 | 2024-07-11T23:23:16.488Z | Downloaded block-buffer v0.10.4 |
282 | 2024-07-11T23:23:16.492Z | Downloaded cargo_toml v0.20.3 |
283 | 2024-07-11T23:23:16.496Z | Downloaded adler v1.0.2 |
284 | 2024-07-11T23:23:16.497Z | Downloaded tabled_derive v0.7.0 |
285 | 2024-07-11T23:23:16.497Z | Downloaded pin-utils v0.1.0 |
286 | 2024-07-11T23:23:16.501Z | Downloaded signal-hook-registry v1.4.2 |
287 | 2024-07-11T23:23:16.501Z | Downloaded serde_spanned v0.6.6 |
288 | 2024-07-11T23:23:16.501Z | Downloaded anstream v0.6.14 |
289 | 2024-07-11T23:23:16.504Z | Downloaded strsim v0.11.1 |
290 | 2024-07-11T23:23:16.504Z | Downloaded slog-async v2.8.0 |
291 | 2024-07-11T23:23:16.505Z | Downloaded rustls-pemfile v1.0.4 |
292 | 2024-07-11T23:23:16.508Z | Downloaded pkg-config v0.3.30 |
293 | 2024-07-11T23:23:16.508Z | Downloaded slog-json v2.6.1 |
294 | 2024-07-11T23:23:16.512Z | Downloaded version_check v0.9.4 |
295 | 2024-07-11T23:23:16.512Z | Downloaded usdt v0.5.0 |
296 | 2024-07-11T23:23:16.515Z | Downloaded scroll_derive v0.12.0 |
297 | 2024-07-11T23:23:16.515Z | Downloaded utf8parse v0.2.1 |
298 | 2024-07-11T23:23:16.516Z | Downloaded thiserror-impl v1.0.60 |
299 | 2024-07-11T23:23:16.516Z | Downloaded thiserror v1.0.60 |
300 | 2024-07-11T23:23:16.528Z | Downloaded take_mut v0.2.2 |
301 | 2024-07-11T23:23:16.541Z | Downloaded tokio-macros v2.3.0 |
302 | 2024-07-11T23:23:16.542Z | Downloaded mime v0.3.17 |
303 | 2024-07-11T23:23:16.542Z | Downloaded generic-array v0.14.7 |
304 | 2024-07-11T23:23:16.542Z | Downloaded quote v1.0.36 |
305 | 2024-07-11T23:23:16.542Z | Downloaded proc-macro-error v1.0.4 |
306 | 2024-07-11T23:23:16.542Z | Downloaded toml_datetime v0.6.6 |
307 | 2024-07-11T23:23:16.542Z | Downloaded equivalent v1.0.1 |
308 | 2024-07-11T23:23:16.542Z | Downloaded time-core v0.1.2 |
309 | 2024-07-11T23:23:16.542Z | Downloaded serde_tokenstream v0.2.1 |
310 | 2024-07-11T23:23:16.547Z | Downloaded is_terminal_polyfill v1.70.0 |
311 | 2024-07-11T23:23:16.547Z | Downloaded semver v1.0.23 |
312 | 2024-07-11T23:23:16.547Z | Downloaded scopeguard v1.2.0 |
313 | 2024-07-11T23:23:16.547Z | Downloaded usdt-impl v0.5.0 |
314 | 2024-07-11T23:23:16.547Z | Downloaded match_cfg v0.1.0 |
315 | 2024-07-11T23:23:16.547Z | Downloaded is-terminal v0.4.12 |
316 | 2024-07-11T23:23:16.547Z | Downloaded want v0.3.1 |
317 | 2024-07-11T23:23:16.547Z | Downloaded try-lock v0.2.5 |
318 | 2024-07-11T23:23:16.547Z | Downloaded openssl-macros v0.1.1 |
319 | 2024-07-11T23:23:16.550Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-07-11T23:23:16.550Z | Downloaded time-macros v0.2.18 |
321 | 2024-07-11T23:23:16.553Z | Downloaded pest_generator v2.7.10 |
322 | 2024-07-11T23:23:16.553Z | Downloaded dirs-sys-next v0.1.2 |
323 | 2024-07-11T23:23:16.557Z | Downloaded zerocopy-derive v0.7.34 |
324 | 2024-07-11T23:23:16.559Z | Downloaded slab v0.4.9 |
325 | 2024-07-11T23:23:16.559Z | Downloaded slog v2.7.0 |
326 | 2024-07-11T23:23:16.562Z | Downloaded dof v0.3.0 |
327 | 2024-07-11T23:23:16.566Z | Downloaded slog-bunyan v2.5.0 |
328 | 2024-07-11T23:23:16.566Z | Downloaded scroll v0.12.0 |
329 | 2024-07-11T23:23:16.570Z | Downloaded tokio-native-tls v0.3.1 |
330 | 2024-07-11T23:23:16.570Z | Downloaded thread_local v1.1.8 |
331 | 2024-07-11T23:23:16.573Z | Downloaded httparse v1.8.0 |
332 | 2024-07-11T23:23:16.573Z | Downloaded smallvec v1.13.2 |
333 | 2024-07-11T23:23:16.573Z | Downloaded slog-term v2.9.1 |
334 | 2024-07-11T23:23:16.576Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-07-11T23:23:16.579Z | Downloaded xattr v1.3.1 |
336 | 2024-07-11T23:23:16.579Z | Downloaded thread-id v4.2.1 |
337 | 2024-07-11T23:23:16.582Z | Downloaded terminal_size v0.3.0 |
338 | 2024-07-11T23:23:16.582Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-07-11T23:23:16.582Z | Downloaded tar v0.4.40 |
340 | 2024-07-11T23:23:16.586Z | Downloaded sha2 v0.10.8 |
341 | 2024-07-11T23:23:16.590Z | Downloaded typenum v1.17.0 |
342 | 2024-07-11T23:23:16.593Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-07-11T23:23:16.593Z | Downloaded term v0.7.0 |
344 | 2024-07-11T23:23:16.596Z | Downloaded http-body v0.4.6 |
345 | 2024-07-11T23:23:16.598Z | Downloaded unicode-ident v1.0.12 |
346 | 2024-07-11T23:23:16.601Z | Downloaded num_cpus v1.16.0 |
347 | 2024-07-11T23:23:16.603Z | Downloaded memmap v0.7.0 |
348 | 2024-07-11T23:23:16.606Z | Downloaded futures-core v0.3.30 |
349 | 2024-07-11T23:23:16.606Z | Downloaded form_urlencoded v1.2.1 |
350 | 2024-07-11T23:23:16.606Z | Downloaded percent-encoding v2.3.1 |
351 | 2024-07-11T23:23:16.609Z | Downloaded bytes v1.6.0 |
352 | 2024-07-11T23:23:16.612Z | Downloaded bitflags v2.5.0 |
353 | 2024-07-11T23:23:16.615Z | Downloaded hyper-tls v0.5.0 |
354 | 2024-07-11T23:23:16.617Z | Downloaded clap_derive v4.5.4 |
355 | 2024-07-11T23:23:16.620Z | Downloaded tracing v0.1.40 |
356 | 2024-07-11T23:23:16.622Z | Downloaded cargo_metadata v0.18.1 |
357 | 2024-07-11T23:23:16.626Z | Downloaded toml v0.8.14 |
358 | 2024-07-11T23:23:16.628Z | Downloaded tinyvec v1.6.0 |
359 | 2024-07-11T23:23:16.631Z | Downloaded parking_lot_core v0.9.10 |
360 | 2024-07-11T23:23:16.634Z | Downloaded socket2 v0.5.7 |
361 | 2024-07-11T23:23:16.638Z | Downloaded unicode-bidi v0.3.15 |
362 | 2024-07-11T23:23:16.642Z | Downloaded once_cell v1.19.0 |
363 | 2024-07-11T23:23:16.642Z | Downloaded tracing-core v0.1.32 |
364 | 2024-07-11T23:23:16.645Z | Downloaded futures-macro v0.3.30 |
365 | 2024-07-11T23:23:16.645Z | Downloaded serde v1.0.204 |
366 | 2024-07-11T23:23:16.647Z | Downloaded pest_derive v2.7.10 |
367 | 2024-07-11T23:23:16.650Z | Downloaded url v2.5.0 |
368 | 2024-07-11T23:23:16.652Z | Downloaded crossbeam-utils v0.8.19 |
369 | 2024-07-11T23:23:16.655Z | Downloaded crc32fast v1.4.0 |
370 | 2024-07-11T23:23:16.658Z | Downloaded anyhow v1.0.86 |
371 | 2024-07-11T23:23:16.661Z | Downloaded time v0.3.36 |
372 | 2024-07-11T23:23:16.668Z | Downloaded toml_edit v0.22.14 |
373 | 2024-07-11T23:23:16.690Z | Downloaded pest_meta v2.7.10 |
374 | 2024-07-11T23:23:16.692Z | Downloaded unicode-normalization v0.1.23 |
375 | 2024-07-11T23:23:16.695Z | Downloaded serde_json v1.0.120 |
376 | 2024-07-11T23:23:16.702Z | Downloaded reqwest v0.11.27 |
377 | 2024-07-11T23:23:16.710Z | Downloaded zerocopy v0.7.34 |
378 | 2024-07-11T23:23:16.726Z | Downloaded winnow v0.6.8 |
379 | 2024-07-11T23:23:16.734Z | Downloaded tabled v0.15.0 |
380 | 2024-07-11T23:23:16.752Z | Downloaded syn v1.0.109 |
381 | 2024-07-11T23:23:16.759Z | Downloaded vcpkg v0.2.15 |
382 | 2024-07-11T23:23:16.795Z | Downloaded syn v2.0.68 |
383 | 2024-07-11T23:23:16.806Z | Downloaded rustix v0.38.34 |
384 | 2024-07-11T23:23:16.828Z | Downloaded unicode-width v0.1.13 |
385 | 2024-07-11T23:23:16.835Z | Downloaded hyper v0.14.28 |
386 | 2024-07-11T23:23:16.841Z | Downloaded tokio v1.38.0 |
387 | 2024-07-11T23:23:16.875Z | Downloaded goblin v0.8.2 |
388 | 2024-07-11T23:23:16.881Z | Downloaded openssl v0.10.64 |
389 | 2024-07-11T23:23:16.889Z | Downloaded idna v0.5.0 |
390 | 2024-07-11T23:23:16.896Z | Downloaded h2 v0.3.26 |
391 | 2024-07-11T23:23:16.901Z | Downloaded hashbrown v0.14.5 |
392 | 2024-07-11T23:23:16.906Z | Downloaded futures-util v0.3.30 |
393 | 2024-07-11T23:23:16.916Z | Downloaded clap_builder v4.5.2 |
394 | 2024-07-11T23:23:16.922Z | Downloaded pest v2.7.10 |
395 | 2024-07-11T23:23:16.927Z | Downloaded mio v0.8.11 |
396 | 2024-07-11T23:23:16.931Z | Downloaded memchr v2.7.2 |
397 | 2024-07-11T23:23:16.937Z | Downloaded indexmap v2.2.6 |
398 | 2024-07-11T23:23:16.940Z | Downloaded flate2 v1.0.30 |
399 | 2024-07-11T23:23:16.944Z | Downloaded crossbeam-channel v0.5.12 |
400 | 2024-07-11T23:23:16.948Z | Downloaded libc v0.2.155 |
401 | 2024-07-11T23:23:16.973Z | Downloaded http v0.2.12 |
402 | 2024-07-11T23:23:16.976Z | Downloaded cc v1.0.97 |
403 | 2024-07-11T23:23:16.979Z | Downloaded base64 v0.21.7 |
404 | 2024-07-11T23:23:16.982Z | Downloaded openssl-sys v0.9.102 |
405 | 2024-07-11T23:23:16.986Z | Downloaded miniz_oxide v0.7.2 |
406 | 2024-07-11T23:23:16.989Z | Downloaded parking_lot v0.12.2 |
407 | 2024-07-11T23:23:16.992Z | Downloaded clap v4.5.4 |
408 | 2024-07-11T23:23:16.998Z | Downloaded log v0.4.21 |
409 | 2024-07-11T23:23:17.001Z | Downloaded futures v0.3.30 |
410 | 2024-07-11T23:23:17.004Z | Downloaded tokio-util v0.7.11 |
411 | 2024-07-11T23:23:17.010Z | Downloaded encoding_rs v0.8.34 |
412 | 2024-07-11T23:23:17.028Z | Downloaded ipnet v2.9.0 |
413 | 2024-07-11T23:23:17.033Z | Downloaded native-tls v0.2.11 |
414 | 2024-07-11T23:23:17.036Z | Downloaded papergrid v0.11.0 |
415 | 2024-07-11T23:23:17.036Z | Downloaded camino v1.1.7 |
416 | 2024-07-11T23:23:17.039Z | Downloaded httpdate v1.0.3 |
417 | 2024-07-11T23:23:17.039Z | Downloaded hostname v0.3.1 |
418 | 2024-07-11T23:23:17.039Z | Downloaded heck v0.4.1 |
419 | 2024-07-11T23:23:17.042Z | Downloaded futures-task v0.3.30 |
420 | 2024-07-11T23:23:17.042Z | Downloaded futures-executor v0.3.30 |
421 | 2024-07-11T23:23:17.045Z | Downloaded foreign-types v0.3.2 |
422 | 2024-07-11T23:23:17.045Z | Downloaded errno v0.3.9 |
423 | 2024-07-11T23:23:17.045Z | Downloaded rustversion v1.0.17 |
424 | 2024-07-11T23:23:17.048Z | Downloaded ryu v1.0.18 |
425 | 2024-07-11T23:23:17.051Z | Downloaded lock_api v0.4.12 |
426 | 2024-07-11T23:23:17.051Z | Downloaded futures-channel v0.3.30 |
427 | 2024-07-11T23:23:17.054Z | Downloaded serde_derive v1.0.204 |
428 | 2024-07-11T23:23:17.057Z | Downloaded pin-project-lite v0.2.14 |
429 | 2024-07-11T23:23:17.059Z | Downloaded dirs-next v2.0.0 |
430 | 2024-07-11T23:23:17.059Z | Downloaded deranged v0.3.11 |
431 | 2024-07-11T23:23:17.062Z | Downloaded colorchoice v1.0.1 |
432 | 2024-07-11T23:23:17.062Z | Downloaded byteorder v1.5.0 |
433 | 2024-07-11T23:23:17.062Z | Downloaded anstyle-parse v0.2.4 |
434 | 2024-07-11T23:23:17.065Z | Downloaded proc-macro-error-attr v1.0.4 |
435 | 2024-07-11T23:23:17.065Z | Downloaded plain v0.2.3 |
436 | 2024-07-11T23:23:17.065Z | Downloaded serde_urlencoded v0.7.1 |
437 | 2024-07-11T23:23:17.068Z | Downloaded macaddr v1.0.1 |
438 | 2024-07-11T23:23:17.068Z | Downloaded filetime v0.2.23 |
439 | 2024-07-11T23:23:17.071Z | Downloaded fs-err v2.11.0 |
440 | 2024-07-11T23:23:17.071Z | Downloaded swrite v0.1.0 |
441 | 2024-07-11T23:23:17.074Z | Downloaded strum_macros v0.26.4 |
442 | 2024-07-11T23:23:17.074Z | Downloaded strum v0.26.2 |
443 | 2024-07-11T23:23:17.074Z | Downloaded pretty-hex v0.4.1 |
444 | 2024-07-11T23:23:17.077Z | Downloaded itoa v1.0.11 |
445 | 2024-07-11T23:23:17.077Z | Downloaded futures-sink v0.3.30 |
446 | 2024-07-11T23:23:17.077Z | Downloaded heck v0.5.0 |
447 | 2024-07-11T23:23:17.080Z | Downloaded futures-io v0.3.30 |
448 | 2024-07-11T23:23:17.080Z | Downloaded fnv v1.0.7 |
449 | 2024-07-11T23:23:17.080Z | Downloaded cpufeatures v0.2.12 |
450 | 2024-07-11T23:23:17.080Z | Downloaded cfg-if v1.0.0 |
451 | 2024-07-11T23:23:17.083Z | Downloaded bytecount v0.6.8 |
452 | 2024-07-11T23:23:17.083Z | Downloaded autocfg v1.3.0 |
453 | 2024-07-11T23:23:17.086Z | Downloaded anstyle-query v1.0.3 |
454 | 2024-07-11T23:23:17.086Z | Downloaded anstyle v1.0.7 |
455 | 2024-07-11T23:23:17.368Z | Compiling proc-macro2 v1.0.86 |
456 | 2024-07-11T23:23:17.368Z | Compiling unicode-ident v1.0.12 |
457 | 2024-07-11T23:23:17.368Z | Compiling libc v0.2.155 |
458 | 2024-07-11T23:23:17.368Z | Compiling version_check v0.9.4 |
459 | 2024-07-11T23:23:17.371Z | Compiling cfg-if v1.0.0 |
460 | 2024-07-11T23:23:17.371Z | Compiling itoa v1.0.11 |
461 | 2024-07-11T23:23:17.402Z | Compiling once_cell v1.19.0 |
462 | 2024-07-11T23:23:17.415Z | Compiling serde v1.0.204 |
463 | 2024-07-11T23:23:17.528Z | Compiling autocfg v1.3.0 |
464 | 2024-07-11T23:23:17.594Z | Compiling memchr v2.7.2 |
465 | 2024-07-11T23:23:17.616Z | Compiling thiserror v1.0.60 |
466 | 2024-07-11T23:23:17.885Z | Compiling ryu v1.0.18 |
467 | 2024-07-11T23:23:18.171Z | Compiling pin-project-lite v0.2.14 |
468 | 2024-07-11T23:23:18.204Z | Compiling bitflags v2.5.0 |
469 | 2024-07-11T23:23:18.274Z | Compiling parking_lot_core v0.9.10 |
470 | 2024-07-11T23:23:18.408Z | Compiling lock_api v0.4.12 |
471 | 2024-07-11T23:23:18.530Z | Compiling pkg-config v0.3.30 |
472 | 2024-07-11T23:23:18.982Z | Compiling vcpkg v0.2.15 |
473 | 2024-07-11T23:23:19.569Z | Compiling cc v1.0.97 |
474 | 2024-07-11T23:23:20.307Z | Compiling ucd-trie v0.1.6 |
475 | 2024-07-11T23:23:20.446Z | Compiling slab v0.4.9 |
476 | 2024-07-11T23:23:20.468Z | Compiling scopeguard v1.2.0 |
477 | 2024-07-11T23:23:20.516Z | Compiling smallvec v1.13.2 |
478 | 2024-07-11T23:23:20.559Z | Compiling futures-core v0.3.30 |
479 | 2024-07-11T23:23:20.594Z | Compiling bytes v1.6.0 |
480 | 2024-07-11T23:23:20.816Z | Compiling futures-sink v0.3.30 |
481 | 2024-07-11T23:23:20.978Z | Compiling log v0.4.21 |
482 | 2024-07-11T23:23:21.012Z | Compiling serde_json v1.0.120 |
483 | 2024-07-11T23:23:21.319Z | Compiling quote v1.0.36 |
484 | 2024-07-11T23:23:21.343Z | Compiling byteorder v1.5.0 |
485 | 2024-07-11T23:23:21.346Z | Compiling fnv v1.0.7 |
486 | 2024-07-11T23:23:21.400Z | Compiling hashbrown v0.14.5 |
487 | 2024-07-11T23:23:21.470Z | Compiling equivalent v1.0.1 |
488 | 2024-07-11T23:23:21.813Z | Compiling syn v2.0.68 |
489 | 2024-07-11T23:23:21.878Z | Compiling signal-hook-registry v1.4.2 |
490 | 2024-07-11T23:23:21.949Z | Compiling mio v0.8.11 |
491 | 2024-07-11T23:23:22.023Z | Compiling num_cpus v1.16.0 |
492 | 2024-07-11T23:23:22.152Z | Compiling socket2 v0.5.7 |
493 | 2024-07-11T23:23:22.283Z | Compiling parking_lot v0.12.2 |
494 | 2024-07-11T23:23:22.493Z | Compiling futures-channel v0.3.30 |
495 | 2024-07-11T23:23:22.618Z | Compiling openssl-sys v0.9.102 |
496 | 2024-07-11T23:23:22.703Z | Compiling indexmap v2.2.6 |
497 | 2024-07-11T23:23:22.908Z | Compiling pin-utils v0.1.0 |
498 | 2024-07-11T23:23:23.013Z | Compiling futures-task v0.3.30 |
499 | 2024-07-11T23:23:23.062Z | Compiling futures-io v0.3.30 |
500 | 2024-07-11T23:23:23.140Z | Compiling typenum v1.17.0 |
501 | 2024-07-11T23:23:23.232Z | Compiling rustix v0.38.34 |
502 | 2024-07-11T23:23:23.380Z | Compiling errno v0.3.9 |
503 | 2024-07-11T23:23:23.403Z | Compiling generic-array v0.14.7 |
504 | 2024-07-11T23:23:23.616Z | Compiling slog v2.7.0 |
505 | 2024-07-11T23:23:23.687Z | Compiling openssl v0.10.64 |
506 | 2024-07-11T23:23:24.016Z | Compiling foreign-types-shared v0.1.1 |
507 | 2024-07-11T23:23:24.104Z | Compiling foreign-types v0.3.2 |
508 | 2024-07-11T23:23:24.145Z | Compiling http v0.2.12 |
509 | 2024-07-11T23:23:24.148Z | Compiling proc-macro-error-attr v1.0.4 |
510 | 2024-07-11T23:23:24.185Z | Compiling usdt-impl v0.5.0 |
511 | 2024-07-11T23:23:24.417Z | Compiling tracing-core v0.1.32 |
512 | 2024-07-11T23:23:24.490Z | Compiling tinyvec_macros v0.1.1 |
513 | 2024-07-11T23:23:24.579Z | Compiling httparse v1.8.0 |
514 | 2024-07-11T23:23:24.650Z | Compiling powerfmt v0.2.0 |
515 | 2024-07-11T23:23:24.979Z | Compiling time-core v0.1.2 |
516 | 2024-07-11T23:23:25.011Z | Compiling native-tls v0.2.11 |
517 | 2024-07-11T23:23:25.156Z | Compiling num-conv v0.1.0 |
518 | 2024-07-11T23:23:25.327Z | Compiling syn v1.0.109 |
519 | 2024-07-11T23:23:25.377Z | Compiling time-macros v0.2.18 |
520 | 2024-07-11T23:23:25.708Z | Compiling tracing v0.1.40 |
521 | 2024-07-11T23:23:26.019Z | Compiling deranged v0.3.11 |
522 | 2024-07-11T23:23:26.062Z | Compiling thread-id v4.2.1 |
523 | 2024-07-11T23:23:26.146Z | Compiling tinyvec v1.6.0 |
524 | 2024-07-11T23:23:26.818Z | Compiling proc-macro-error v1.0.4 |
525 | 2024-07-11T23:23:26.839Z | Compiling num_threads v0.1.7 |
526 | 2024-07-11T23:23:26.958Z | Compiling plain v0.2.3 |
527 | 2024-07-11T23:23:27.066Z | Compiling openssl-probe v0.1.5 |
528 | 2024-07-11T23:23:27.111Z | Compiling heck v0.5.0 |
529 | 2024-07-11T23:23:27.352Z | Compiling crossbeam-utils v0.8.19 |
530 | 2024-07-11T23:23:27.422Z | Compiling try-lock v0.2.5 |
531 | 2024-07-11T23:23:27.480Z | Compiling rustversion v1.0.17 |
532 | 2024-07-11T23:23:27.624Z | Compiling utf8parse v0.2.1 |
533 | 2024-07-11T23:23:27.653Z | Compiling percent-encoding v2.3.1 |
534 | 2024-07-11T23:23:27.785Z | Compiling anstyle-parse v0.2.4 |
535 | 2024-07-11T23:23:27.864Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-11T23:23:27.968Z | Compiling want v0.3.1 |
537 | 2024-07-11T23:23:28.082Z | Compiling unicode-normalization v0.1.23 |
538 | 2024-07-11T23:23:28.318Z | Compiling http-body v0.4.6 |
539 | 2024-07-11T23:23:28.757Z | Compiling dirs-sys-next v0.1.2 |
540 | 2024-07-11T23:23:28.781Z | Compiling time v0.3.36 |
541 | 2024-07-11T23:23:28.889Z | Compiling camino v1.1.7 |
542 | 2024-07-11T23:23:29.028Z | Compiling is_terminal_polyfill v1.70.0 |
543 | 2024-07-11T23:23:29.105Z | Compiling anstyle-query v1.0.3 |
544 | 2024-07-11T23:23:29.148Z | Compiling semver v1.0.23 |
545 | 2024-07-11T23:23:29.172Z | Compiling pretty-hex v0.4.1 |
546 | 2024-07-11T23:23:29.250Z | Compiling unicode-bidi v0.3.15 |
547 | 2024-07-11T23:23:29.383Z | Compiling anstyle v1.0.7 |
548 | 2024-07-11T23:23:29.408Z | Compiling colorchoice v1.0.1 |
549 | 2024-07-11T23:23:29.508Z | Compiling winnow v0.6.8 |
550 | 2024-07-11T23:23:29.568Z | Compiling crc32fast v1.4.0 |
551 | 2024-07-11T23:23:29.623Z | Compiling tower-service v0.3.2 |
552 | 2024-07-11T23:23:29.748Z | Compiling httpdate v1.0.3 |
553 | 2024-07-11T23:23:29.847Z | Compiling anstream v0.6.14 |
554 | 2024-07-11T23:23:30.124Z | Compiling idna v0.5.0 |
555 | 2024-07-11T23:23:30.491Z | Compiling dirs-next v2.0.0 |
556 | 2024-07-11T23:23:30.769Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-11T23:23:31.694Z | Compiling block-buffer v0.10.4 |
558 | 2024-07-11T23:23:31.716Z | Compiling terminal_size v0.3.0 |
559 | 2024-07-11T23:23:31.935Z | Compiling fs-err v2.11.0 |
560 | 2024-07-11T23:23:31.977Z | Compiling thread_local v1.1.8 |
561 | 2024-07-11T23:23:32.023Z | Compiling heck v0.4.1 |
562 | 2024-07-11T23:23:32.121Z | Compiling strsim v0.11.1 |
563 | 2024-07-11T23:23:32.201Z | Compiling clap_lex v0.7.0 |
564 | 2024-07-11T23:23:32.503Z | Compiling match_cfg v0.1.0 |
565 | 2024-07-11T23:23:32.549Z | Compiling adler v1.0.2 |
566 | 2024-07-11T23:23:32.602Z | Compiling unicode-width v0.1.13 |
567 | 2024-07-11T23:23:32.626Z | Compiling anyhow v1.0.86 |
568 | 2024-07-11T23:23:32.715Z | Compiling base64 v0.21.7 |
569 | 2024-07-11T23:23:32.773Z | Compiling bytecount v0.6.8 |
570 | 2024-07-11T23:23:32.824Z | Compiling slog-async v2.8.0 |
571 | 2024-07-11T23:23:32.988Z | Compiling papergrid v0.11.0 |
572 | 2024-07-11T23:23:33.070Z | Compiling miniz_oxide v0.7.2 |
573 | 2024-07-11T23:23:33.232Z | Compiling rustls-pemfile v1.0.4 |
574 | 2024-07-11T23:23:33.413Z | Compiling hostname v0.3.1 |
575 | 2024-07-11T23:23:33.436Z | Compiling clap_builder v4.5.2 |
576 | 2024-07-11T23:23:33.632Z | Compiling digest v0.10.7 |
577 | 2024-07-11T23:23:33.674Z | Compiling crossbeam-channel v0.5.12 |
578 | 2024-07-11T23:23:33.695Z | Compiling url v2.5.0 |
579 | 2024-07-11T23:23:34.051Z | Compiling term v0.7.0 |
580 | 2024-07-11T23:23:34.616Z | Compiling serde_derive v1.0.204 |
581 | 2024-07-11T23:23:34.691Z | Compiling thiserror-impl v1.0.60 |
582 | 2024-07-11T23:23:34.804Z | Compiling zerocopy-derive v0.7.34 |
583 | 2024-07-11T23:23:34.892Z | Compiling tokio-macros v2.3.0 |
584 | 2024-07-11T23:23:35.553Z | Compiling futures-macro v0.3.30 |
585 | 2024-07-11T23:23:35.712Z | Compiling openssl-macros v0.1.1 |
586 | 2024-07-11T23:23:36.453Z | Compiling scroll_derive v0.12.0 |
587 | 2024-07-11T23:23:36.648Z | Compiling tokio v1.38.0 |
588 | 2024-07-11T23:23:37.161Z | Compiling zerocopy v0.7.34 |
589 | 2024-07-11T23:23:37.636Z | Compiling futures-util v0.3.30 |
590 | 2024-07-11T23:23:37.943Z | Compiling scroll v0.12.0 |
591 | 2024-07-11T23:23:38.185Z | Compiling pest v2.7.10 |
592 | 2024-07-11T23:23:38.569Z | Compiling goblin v0.8.2 |
593 | 2024-07-11T23:23:38.823Z | Compiling tabled_derive v0.7.0 |
594 | 2024-07-11T23:23:41.069Z | Compiling pest_meta v2.7.10 |
595 | 2024-07-11T23:23:41.428Z | Compiling clap_derive v4.5.4 |
596 | 2024-07-11T23:23:43.834Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-11T23:23:45.875Z | Compiling tokio-util v0.7.11 |
598 | 2024-07-11T23:23:46.329Z | Compiling pest_derive v2.7.10 |
599 | 2024-07-11T23:23:46.592Z | Compiling tokio-native-tls v0.3.1 |
600 | 2024-07-11T23:23:46.595Z | Compiling futures-executor v0.3.30 |
601 | 2024-07-11T23:23:46.888Z | Compiling h2 v0.3.26 |
602 | 2024-07-11T23:23:47.106Z | Compiling dtrace-parser v0.2.0 |
603 | 2024-07-11T23:23:47.178Z | Compiling strum_macros v0.26.4 |
604 | 2024-07-11T23:23:47.550Z | Compiling xattr v1.3.1 |
605 | 2024-07-11T23:23:47.826Z | Compiling filetime v0.2.23 |
606 | 2024-07-11T23:23:48.199Z | Compiling is-terminal v0.4.12 |
607 | 2024-07-11T23:23:48.335Z | Compiling memmap v0.7.0 |
608 | 2024-07-11T23:23:48.710Z | Compiling encoding_rs v0.8.34 |
609 | 2024-07-11T23:23:48.934Z | Compiling take_mut v0.2.2 |
610 | 2024-07-11T23:23:49.091Z | Compiling ipnet v2.9.0 |
611 | 2024-07-11T23:23:49.591Z | Compiling serde_spanned v0.6.6 |
612 | 2024-07-11T23:23:49.836Z | Compiling toml_datetime v0.6.6 |
613 | 2024-07-11T23:23:50.338Z | Compiling serde_tokenstream v0.2.1 |
614 | 2024-07-11T23:23:50.368Z | Compiling toml_edit v0.22.14 |
615 | 2024-07-11T23:23:51.416Z | Compiling dof v0.3.0 |
616 | 2024-07-11T23:23:51.878Z | Compiling hyper v0.14.28 |
617 | 2024-07-11T23:23:52.469Z | Compiling slog-json v2.6.1 |
618 | 2024-07-11T23:23:52.710Z | Compiling serde_urlencoded v0.7.1 |
619 | 2024-07-11T23:23:52.860Z | Compiling cargo-platform v0.1.8 |
620 | 2024-07-11T23:23:53.504Z | Compiling toml v0.8.14 |
621 | 2024-07-11T23:23:54.007Z | Compiling usdt-attr-macro v0.5.0 |
622 | 2024-07-11T23:23:54.058Z | Compiling usdt-macro v0.5.0 |
623 | 2024-07-11T23:23:54.307Z | Compiling cpufeatures v0.2.12 |
624 | 2024-07-11T23:23:54.413Z | Compiling mime v0.3.17 |
625 | 2024-07-11T23:23:54.593Z | Compiling sync_wrapper v0.1.2 |
626 | 2024-07-11T23:23:54.730Z | Compiling sha2 v0.10.8 |
627 | 2024-07-11T23:23:54.874Z | Compiling cargo_toml v0.20.3 |
628 | 2024-07-11T23:23:55.014Z | Compiling cargo_metadata v0.18.1 |
629 | 2024-07-11T23:23:55.241Z | Compiling slog-bunyan v2.5.0 |
630 | 2024-07-11T23:23:55.337Z | Compiling strum v0.26.2 |
631 | 2024-07-11T23:23:55.429Z | Compiling macaddr v1.0.1 |
632 | 2024-07-11T23:23:55.451Z | Compiling usdt v0.5.0 |
633 | 2024-07-11T23:23:55.892Z | Compiling hyper-tls v0.5.0 |
634 | 2024-07-11T23:23:55.959Z | Compiling slog-term v2.9.1 |
635 | 2024-07-11T23:23:56.223Z | Compiling reqwest v0.11.27 |
636 | 2024-07-11T23:23:56.769Z | Compiling tar v0.4.40 |
637 | 2024-07-11T23:23:57.223Z | Compiling flate2 v1.0.30 |
638 | 2024-07-11T23:23:58.144Z | Compiling futures v0.3.30 |
639 | 2024-07-11T23:23:58.169Z | Compiling clap v4.5.4 |
640 | 2024-07-11T23:23:58.209Z | Compiling tabled v0.15.0 |
641 | 2024-07-11T23:23:58.815Z | Compiling swrite v0.1.0 |
642 | 2024-07-11T23:24:02.811Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
643 | 2024-07-11T23:24:10.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
644 | 2024-07-11T23:24:10.679Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
645 | 2024-07-11T23:24:10.733Z | Jul 11 23:24:09.885 INFO Starting download, target: Clickhouse |
646 | 2024-07-11T23:24:10.733Z | Jul 11 23:24:09.885 INFO Starting download, target: Cockroach |
647 | 2024-07-11T23:24:10.733Z | Jul 11 23:24:09.885 INFO Starting download, target: Console |
648 | 2024-07-11T23:24:10.733Z | Jul 11 23:24:09.885 INFO Starting download, target: DendriteOpenapi |
649 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.885 INFO Starting download, target: DendriteStub |
650 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.885 INFO Starting download, target: MaghemiteMgd |
651 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.885 INFO Starting download, target: TransceiverControl |
652 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
654 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
655 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
656 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
657 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
658 | 2024-07-11T23:24:10.736Z | Jul 11 23:24:09.886 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
659 | 2024-07-11T23:24:10.940Z | Jul 11 23:24:10.087 INFO Download complete, target: DendriteOpenapi |
660 | 2024-07-11T23:24:11.163Z | Jul 11 23:24:10.311 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
661 | 2024-07-11T23:24:11.329Z | Jul 11 23:24:10.475 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
662 | 2024-07-11T23:24:11.527Z | Jul 11 23:24:10.661 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
663 | 2024-07-11T23:24:11.643Z | Jul 11 23:24:10.793 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
664 | 2024-07-11T23:24:11.720Z | Jul 11 23:24:10.871 INFO Download complete, target: Console |
665 | 2024-07-11T23:24:12.085Z | Jul 11 23:24:11.237 INFO Download complete, target: TransceiverControl |
666 | 2024-07-11T23:24:12.851Z | Jul 11 23:24:12.003 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
667 | 2024-07-11T23:24:14.647Z | Jul 11 23:24:13.799 INFO Download complete, target: DendriteStub |
668 | 2024-07-11T23:24:15.073Z | Jul 11 23:24:14.224 INFO Download complete, target: MaghemiteMgd |
669 | 2024-07-11T23:24:16.892Z | Jul 11 23:24:16.043 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
670 | 2024-07-11T23:24:16.892Z | Jul 11 23:24:16.043 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
671 | 2024-07-11T23:24:25.313Z | Jul 11 23:24:24.463 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
672 | 2024-07-11T23:24:25.654Z | Jul 11 23:24:24.803 INFO Checking that binary works, target: Cockroach |
673 | 2024-07-11T23:24:25.953Z | Jul 11 23:24:25.102 INFO Download complete, target: Cockroach |
674 | 2024-07-11T23:24:27.779Z | Jul 11 23:24:26.928 INFO Checking that binary works, target: Clickhouse |
675 | 2024-07-11T23:24:28.238Z | Jul 11 23:24:27.387 INFO Download complete, target: Clickhouse |
676 | 2024-07-11T23:24:28.245Z | All prerequisites installed successfully |
677 | 2024-07-11T23:24:28.248Z | |
678 | 2024-07-11T23:24:28.248Z | real 2:55.374271594 |
679 | 2024-07-11T23:24:28.248Z | user 5:44.550434443 |
680 | 2024-07-11T23:24:28.248Z | sys 1:17.417946984 |
681 | 2024-07-11T23:24:28.248Z | trap 0.204728259 |
682 | 2024-07-11T23:24:28.248Z | tflt 3.762632635 |
683 | 2024-07-11T23:24:28.248Z | dflt 6.561674977 |
684 | 2024-07-11T23:24:28.248Z | kflt 0.267365844 |
685 | 2024-07-11T23:24:28.248Z | lock 13:34.605960081 |
686 | 2024-07-11T23:24:28.248Z | slp 18:18.545262845 |
687 | 2024-07-11T23:24:28.248Z | lat 19.418889231 |
688 | 2024-07-11T23:24:28.248Z | stop 1:00.552403922 |
689 | 2024-07-11T23:24:28.248Z | + ptime -m cargo xtask download softnpu |
690 | 2024-07-11T23:24:28.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
691 | 2024-07-11T23:24:28.804Z | Running `target/debug/xtask download softnpu` |
692 | 2024-07-11T23:24:28.826Z | Jul 11 23:24:27.975 INFO Starting download, target: Softnpu |
693 | 2024-07-11T23:24:28.829Z | Jul 11 23:24:27.976 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
694 | 2024-07-11T23:24:29.612Z | Jul 11 23:24:28.760 INFO Download complete, target: Softnpu |
695 | 2024-07-11T23:24:29.615Z | |
696 | 2024-07-11T23:24:29.618Z | real 1.363703276 |
697 | 2024-07-11T23:24:29.618Z | user 0.602133860 |
698 | 2024-07-11T23:24:29.618Z | sys 0.285517299 |
699 | 2024-07-11T23:24:29.618Z | trap 0.000467820 |
700 | 2024-07-11T23:24:29.618Z | tflt 0.000026115 |
701 | 2024-07-11T23:24:29.618Z | dflt 0.000072210 |
702 | 2024-07-11T23:24:29.618Z | kflt 0.000000000 |
703 | 2024-07-11T23:24:29.618Z | lock 8.181523843 |
704 | 2024-07-11T23:24:29.618Z | slp 0.734008999 |
705 | 2024-07-11T23:24:29.618Z | lat 0.073403476 |
706 | 2024-07-11T23:24:29.618Z | stop 0.000248477 |
707 | 2024-07-11T23:24:29.618Z | + export CARGO_INCREMENTAL=0 |
708 | 2024-07-11T23:24:29.618Z | + CARGO_INCREMENTAL=0 |
709 | 2024-07-11T23:24:29.618Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
710 | 2024-07-11T23:24:30.137Z | Downloading crates ... |
711 | 2024-07-11T23:24:30.310Z | Downloaded async-stream-impl v0.3.5 |
712 | 2024-07-11T23:24:30.314Z | Downloaded atty v0.2.14 |
713 | 2024-07-11T23:24:30.318Z | Downloaded assert_matches v1.5.0 |
714 | 2024-07-11T23:24:30.323Z | Downloaded arrayref v0.3.7 |
715 | 2024-07-11T23:24:30.326Z | Downloaded async-stream v0.3.5 |
716 | 2024-07-11T23:24:30.329Z | Downloaded new_debug_unreachable v1.0.6 |
717 | 2024-07-11T23:24:30.332Z | Downloaded crunchy v0.2.2 |
718 | 2024-07-11T23:24:30.335Z | Downloaded cstr-argument v0.1.2 |
719 | 2024-07-11T23:24:30.339Z | Downloaded multimap v0.10.0 |
720 | 2024-07-11T23:24:30.344Z | Downloaded memoffset v0.9.1 |
721 | 2024-07-11T23:24:30.347Z | Downloaded derive_builder_macro v0.20.0 |
722 | 2024-07-11T23:24:30.347Z | Downloaded base64ct v1.6.0 |
723 | 2024-07-11T23:24:30.350Z | Downloaded argon2 v0.5.3 |
724 | 2024-07-11T23:24:30.352Z | Downloaded aead v0.5.2 |
725 | 2024-07-11T23:24:30.355Z | Downloaded phf_shared v0.10.0 |
726 | 2024-07-11T23:24:30.358Z | Downloaded opaque-debug v0.3.1 |
727 | 2024-07-11T23:24:30.358Z | Downloaded peg-runtime v0.8.3 |
728 | 2024-07-11T23:24:30.358Z | Downloaded bitfield v0.14.0 |
729 | 2024-07-11T23:24:30.361Z | Downloaded atomic-waker v1.1.2 |
730 | 2024-07-11T23:24:30.363Z | Downloaded cassowary v0.3.0 |
731 | 2024-07-11T23:24:30.366Z | Downloaded bitflags v1.3.2 |
732 | 2024-07-11T23:24:30.369Z | Downloaded portpicker v0.1.1 |
733 | 2024-07-11T23:24:30.371Z | Downloaded newline-converter v0.3.0 |
734 | 2024-07-11T23:24:30.371Z | Downloaded num-derive v0.4.2 |
735 | 2024-07-11T23:24:30.374Z | Downloaded curve25519-dalek-derive v0.1.1 |
736 | 2024-07-11T23:24:30.377Z | Downloaded phf v0.11.2 |
737 | 2024-07-11T23:24:30.377Z | Downloaded packed_struct_codegen v0.10.1 |
738 | 2024-07-11T23:24:30.380Z | Downloaded derive_more v0.99.18 |
739 | 2024-07-11T23:24:30.384Z | Downloaded parse-display-derive v0.9.1 |
740 | 2024-07-11T23:24:30.386Z | Downloaded num-iter v0.1.45 |
741 | 2024-07-11T23:24:30.389Z | Downloaded nibble_vec v0.1.0 |
742 | 2024-07-11T23:24:30.389Z | Downloaded olpc-cjson v0.1.3 |
743 | 2024-07-11T23:24:30.392Z | Downloaded num_enum_derive v0.5.11 |
744 | 2024-07-11T23:24:30.392Z | Downloaded radium v0.7.0 |
745 | 2024-07-11T23:24:30.394Z | Downloaded ppv-lite86 v0.2.17 |
746 | 2024-07-11T23:24:30.397Z | Downloaded array-init v0.0.4 |
747 | 2024-07-11T23:24:30.397Z | Downloaded quick-error v1.2.3 |
748 | 2024-07-11T23:24:30.400Z | Downloaded mockall v0.12.1 |
749 | 2024-07-11T23:24:30.400Z | Downloaded predicates v3.1.0 |
750 | 2024-07-11T23:24:30.402Z | Downloaded pem-rfc7468 v0.7.0 |
751 | 2024-07-11T23:24:30.405Z | Downloaded rand_xorshift v0.3.0 |
752 | 2024-07-11T23:24:30.408Z | Downloaded darling_macro v0.20.9 |
753 | 2024-07-11T23:24:30.408Z | Downloaded ref-cast v1.0.23 |
754 | 2024-07-11T23:24:30.411Z | Downloaded mime_guess v2.0.4 |
755 | 2024-07-11T23:24:30.414Z | Downloaded crucible-workspace-hack v0.1.0 |
756 | 2024-07-11T23:24:30.414Z | Downloaded normalize-line-endings v0.3.0 |
757 | 2024-07-11T23:24:30.416Z | Downloaded ciborium-io v0.2.2 |
758 | 2024-07-11T23:24:30.416Z | Downloaded parse-size v1.0.0 |
759 | 2024-07-11T23:24:30.416Z | Downloaded bzip2 v0.4.4 |
760 | 2024-07-11T23:24:30.419Z | Downloaded cfg_aliases v0.1.1 |
761 | 2024-07-11T23:24:30.419Z | Downloaded rand_core v0.6.4 |
762 | 2024-07-11T23:24:30.422Z | Downloaded predicates-tree v1.0.9 |
763 | 2024-07-11T23:24:30.425Z | Downloaded thiserror-impl-no-std v2.0.2 |
764 | 2024-07-11T23:24:30.425Z | Downloaded parking_lot_core v0.8.6 |
765 | 2024-07-11T23:24:30.429Z | Downloaded derive_builder v0.20.0 |
766 | 2024-07-11T23:24:30.432Z | Downloaded csv-core v0.1.11 |
767 | 2024-07-11T23:24:30.435Z | Downloaded precomputed-hash v0.1.1 |
768 | 2024-07-11T23:24:30.435Z | Downloaded postgres-protocol v0.6.6 |
769 | 2024-07-11T23:24:30.438Z | Downloaded pkcs8 v0.10.2 |
770 | 2024-07-11T23:24:30.441Z | Downloaded oso-derive v0.27.3 |
771 | 2024-07-11T23:24:30.441Z | Downloaded pretty-hex v0.2.1 |
772 | 2024-07-11T23:24:30.441Z | Downloaded allocator-api2 v0.2.18 |
773 | 2024-07-11T23:24:30.445Z | Downloaded path-slash v0.1.5 |
774 | 2024-07-11T23:24:30.448Z | Downloaded owo-colors v4.0.0 |
775 | 2024-07-11T23:24:30.451Z | Downloaded async-recursion v1.1.1 |
776 | 2024-07-11T23:24:30.454Z | Downloaded endian-type v0.1.2 |
777 | 2024-07-11T23:24:30.454Z | Downloaded cipher v0.4.4 |
778 | 2024-07-11T23:24:30.457Z | Downloaded nodrop v0.1.14 |
779 | 2024-07-11T23:24:30.459Z | Downloaded proc-macro-crate v1.3.1 |
780 | 2024-07-11T23:24:30.460Z | Downloaded predicates-core v1.0.6 |
781 | 2024-07-11T23:24:30.460Z | Downloaded num_enum v0.5.11 |
782 | 2024-07-11T23:24:30.465Z | Downloaded constant_time_eq v0.3.0 |
783 | 2024-07-11T23:24:30.467Z | Downloaded rpassword v7.3.1 |
784 | 2024-07-11T23:24:30.467Z | Downloaded phf_shared v0.11.2 |
785 | 2024-07-11T23:24:30.470Z | Downloaded paste v1.0.15 |
786 | 2024-07-11T23:24:30.473Z | Downloaded crc-catalog v2.4.0 |
787 | 2024-07-11T23:24:30.476Z | Downloaded pin-project-internal v1.1.5 |
788 | 2024-07-11T23:24:30.476Z | Downloaded debug-ignore v1.0.5 |
789 | 2024-07-11T23:24:30.478Z | Downloaded oso v0.27.3 |
790 | 2024-07-11T23:24:30.481Z | Downloaded topological-sort v0.2.2 |
791 | 2024-07-11T23:24:30.484Z | Downloaded serde-big-array v0.4.1 |
792 | 2024-07-11T23:24:30.484Z | Downloaded packed_struct v0.10.1 |
793 | 2024-07-11T23:24:30.487Z | Downloaded newtype_derive v0.1.6 |
794 | 2024-07-11T23:24:30.490Z | Downloaded untrusted v0.7.1 |
795 | 2024-07-11T23:24:30.490Z | Downloaded base64 v0.13.1 |
796 | 2024-07-11T23:24:30.494Z | Downloaded serde-big-array v0.5.1 |
797 | 2024-07-11T23:24:30.497Z | Downloaded rand_seeder v0.2.3 |
798 | 2024-07-11T23:24:30.497Z | Downloaded ref-cast-impl v1.0.23 |
799 | 2024-07-11T23:24:30.499Z | Downloaded getopts v0.2.21 |
800 | 2024-07-11T23:24:30.499Z | Downloaded embedded-io v0.4.0 |
801 | 2024-07-11T23:24:30.503Z | Downloaded difflib v0.4.0 |
802 | 2024-07-11T23:24:30.503Z | Downloaded zeroize_derive v1.4.2 |
803 | 2024-07-11T23:24:30.506Z | Downloaded zeroize v1.7.0 |
804 | 2024-07-11T23:24:30.506Z | Downloaded minimal-lexical v0.2.1 |
805 | 2024-07-11T23:24:30.510Z | Downloaded gethostname v0.4.3 |
806 | 2024-07-11T23:24:30.515Z | Downloaded home v0.5.9 |
807 | 2024-07-11T23:24:30.518Z | Downloaded vsss-rs v3.3.4 |
808 | 2024-07-11T23:24:30.518Z | Downloaded derive_builder_core v0.20.0 |
809 | 2024-07-11T23:24:30.520Z | Downloaded postgres-types v0.2.6 |
810 | 2024-07-11T23:24:30.523Z | Downloaded pem v3.0.4 |
811 | 2024-07-11T23:24:30.526Z | Downloaded hubpack_derive v0.1.1 |
812 | 2024-07-11T23:24:30.526Z | Downloaded lazy_static v1.5.0 |
813 | 2024-07-11T23:24:30.529Z | Downloaded lalrpop-util v0.19.12 |
814 | 2024-07-11T23:24:30.529Z | Downloaded highway v1.1.0 |
815 | 2024-07-11T23:24:30.532Z | Downloaded libefi-sys v0.1.0 |
816 | 2024-07-11T23:24:30.532Z | Downloaded lazycell v1.3.0 |
817 | 2024-07-11T23:24:30.535Z | Downloaded hex v0.4.3 |
818 | 2024-07-11T23:24:30.535Z | Downloaded heck v0.3.3 |
819 | 2024-07-11T23:24:30.538Z | Downloaded fxhash v0.2.1 |
820 | 2024-07-11T23:24:30.538Z | Downloaded poly1305 v0.8.0 |
821 | 2024-07-11T23:24:30.542Z | Downloaded prettyplease v0.2.20 |
822 | 2024-07-11T23:24:30.544Z | Downloaded stability v0.2.0 |
823 | 2024-07-11T23:24:30.547Z | Downloaded slog-stdlog v4.1.1 |
824 | 2024-07-11T23:24:30.547Z | Downloaded diesel_table_macro_syntax v0.1.0 |
825 | 2024-07-11T23:24:30.550Z | Downloaded termtree v0.4.1 |
826 | 2024-07-11T23:24:30.550Z | Downloaded slog-envlogger v2.2.0 |
827 | 2024-07-11T23:24:30.552Z | Downloaded slog-dtrace v0.3.0 |
828 | 2024-07-11T23:24:30.555Z | Downloaded siphasher v0.3.11 |
829 | 2024-07-11T23:24:30.555Z | Downloaded r2d2 v0.8.10 |
830 | 2024-07-11T23:24:30.558Z | Downloaded hash32 v0.3.1 |
831 | 2024-07-11T23:24:30.558Z | Downloaded ed25519 v1.5.3 |
832 | 2024-07-11T23:24:30.561Z | Downloaded dyn-clone v1.0.17 |
833 | 2024-07-11T23:24:30.563Z | Downloaded zone v0.1.8 |
834 | 2024-07-11T23:24:30.564Z | Downloaded thiserror-no-std v2.0.2 |
835 | 2024-07-11T23:24:30.567Z | Downloaded const-oid v0.9.6 |
836 | 2024-07-11T23:24:30.570Z | Downloaded downcast v0.11.0 |
837 | 2024-07-11T23:24:30.573Z | Downloaded defmt-macros v0.3.9 |
838 | 2024-07-11T23:24:30.576Z | Downloaded utf-8 v0.7.6 |
839 | 2024-07-11T23:24:30.576Z | Downloaded matches v0.1.10 |
840 | 2024-07-11T23:24:30.579Z | Downloaded ident_case v1.0.1 |
841 | 2024-07-11T23:24:30.579Z | Downloaded linked-hash-map v0.5.6 |
842 | 2024-07-11T23:24:30.582Z | Downloaded is_ci v1.2.0 |
843 | 2024-07-11T23:24:30.582Z | Downloaded humantime v2.1.0 |
844 | 2024-07-11T23:24:30.585Z | Downloaded linear-map v1.2.0 |
845 | 2024-07-11T23:24:30.585Z | Downloaded const_format v0.2.32 |
846 | 2024-07-11T23:24:30.589Z | Downloaded libloading v0.8.3 |
847 | 2024-07-11T23:24:30.601Z | Downloaded semver v0.1.20 |
848 | 2024-07-11T23:24:30.604Z | Downloaded universal-hash v0.5.1 |
849 | 2024-07-11T23:24:30.604Z | Downloaded termcolor v1.4.1 |
850 | 2024-07-11T23:24:30.606Z | Downloaded tls_codec v0.4.1 |
851 | 2024-07-11T23:24:30.610Z | Downloaded termios v0.3.3 |
852 | 2024-07-11T23:24:30.614Z | Downloaded tempfile v3.10.1 |
853 | 2024-07-11T23:24:30.618Z | Downloaded postcard v1.0.8 |
854 | 2024-07-11T23:24:30.624Z | Downloaded instant v0.1.12 |
855 | 2024-07-11T23:24:30.627Z | Downloaded inout v0.1.3 |
856 | 2024-07-11T23:24:30.630Z | Downloaded tap v1.0.1 |
857 | 2024-07-11T23:24:30.633Z | Downloaded display-error-chain v0.2.0 |
858 | 2024-07-11T23:24:30.635Z | Downloaded maybe-uninit v2.0.0 |
859 | 2024-07-11T23:24:30.638Z | Downloaded md-5 v0.10.6 |
860 | 2024-07-11T23:24:30.641Z | Downloaded group v0.13.0 |
861 | 2024-07-11T23:24:30.644Z | Downloaded ipnetwork v0.20.0 |
862 | 2024-07-11T23:24:30.644Z | Downloaded pin-project v1.1.5 |
863 | 2024-07-11T23:24:30.668Z | Downloaded uzers v0.11.3 |
864 | 2024-07-11T23:24:30.670Z | Downloaded lru v0.12.3 |
865 | 2024-07-11T23:24:30.673Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2024-07-11T23:24:30.673Z | Downloaded which v4.4.2 |
867 | 2024-07-11T23:24:30.675Z | Downloaded tui-tree-widget v0.21.0 |
868 | 2024-07-11T23:24:30.676Z | Downloaded zone_cfg_derive v0.1.2 |
869 | 2024-07-11T23:24:30.678Z | Downloaded sigpipe v0.1.3 |
870 | 2024-07-11T23:24:30.678Z | Downloaded fixedbitset v0.4.2 |
871 | 2024-07-11T23:24:30.681Z | Downloaded indoc v1.0.9 |
872 | 2024-07-11T23:24:30.684Z | Downloaded fragile v2.0.0 |
873 | 2024-07-11T23:24:30.684Z | Downloaded tls_codec_derive v0.4.1 |
874 | 2024-07-11T23:24:30.687Z | Downloaded rayon-core v1.12.1 |
875 | 2024-07-11T23:24:30.690Z | Downloaded funty v2.0.0 |
876 | 2024-07-11T23:24:30.692Z | Downloaded textwrap v0.16.1 |
877 | 2024-07-11T23:24:30.695Z | Downloaded elliptic-curve v0.13.8 |
878 | 2024-07-11T23:24:30.700Z | Downloaded toolchain_find v0.4.0 |
879 | 2024-07-11T23:24:30.702Z | Downloaded supports-color v3.0.0 |
880 | 2024-07-11T23:24:30.702Z | Downloaded subtle v2.5.0 |
881 | 2024-07-11T23:24:30.702Z | Downloaded strum_macros v0.24.3 |
882 | 2024-07-11T23:24:30.705Z | Downloaded fd-lock v4.0.2 |
883 | 2024-07-11T23:24:30.705Z | Downloaded tabwriter v1.4.0 |
884 | 2024-07-11T23:24:30.709Z | Downloaded memmap2 v0.9.4 |
885 | 2024-07-11T23:24:30.709Z | Downloaded arc-swap v1.7.1 |
886 | 2024-07-11T23:24:30.712Z | Downloaded sha1 v0.10.6 |
887 | 2024-07-11T23:24:30.715Z | Downloaded signal-hook-tokio v0.3.1 |
888 | 2024-07-11T23:24:30.715Z | Downloaded rustfmt-wrapper v0.2.1 |
889 | 2024-07-11T23:24:30.718Z | Downloaded rustc_version v0.4.0 |
890 | 2024-07-11T23:24:30.718Z | Downloaded rustc_version v0.1.7 |
891 | 2024-07-11T23:24:30.721Z | Downloaded vte_generate_state_changes v0.1.1 |
892 | 2024-07-11T23:24:30.721Z | Downloaded trust-dns-resolver v0.22.0 |
893 | 2024-07-11T23:24:30.724Z | Downloaded unicode-linebreak v0.1.5 |
894 | 2024-07-11T23:24:30.727Z | Downloaded scheduled-thread-pool v0.2.7 |
895 | 2024-07-11T23:24:30.727Z | Downloaded rustc-hash v1.1.0 |
896 | 2024-07-11T23:24:30.727Z | Downloaded impl-trait-for-tuples v0.2.2 |
897 | 2024-07-11T23:24:30.730Z | Downloaded rusty-fork v0.3.0 |
898 | 2024-07-11T23:24:30.733Z | Downloaded libsw v3.3.1 |
899 | 2024-07-11T23:24:30.733Z | Downloaded rustc-demangle v0.1.24 |
900 | 2024-07-11T23:24:30.736Z | Downloaded rtoolbox v0.0.2 |
901 | 2024-07-11T23:24:30.736Z | Downloaded tokio-rustls v0.25.0 |
902 | 2024-07-11T23:24:30.739Z | Downloaded unarray v0.1.4 |
903 | 2024-07-11T23:24:30.742Z | Downloaded whoami v1.5.1 |
904 | 2024-07-11T23:24:30.742Z | Downloaded walkdir v2.5.0 |
905 | 2024-07-11T23:24:30.745Z | Downloaded num-bigint v0.4.5 |
906 | 2024-07-11T23:24:30.749Z | Downloaded rand v0.8.5 |
907 | 2024-07-11T23:24:30.752Z | Downloaded foreign-types v0.5.0 |
908 | 2024-07-11T23:24:30.755Z | Downloaded signature v2.2.0 |
909 | 2024-07-11T23:24:30.755Z | Downloaded crypto-bigint v0.5.5 |
910 | 2024-07-11T23:24:30.761Z | Downloaded der v0.7.9 |
911 | 2024-07-11T23:24:30.766Z | Downloaded waitgroup v0.1.2 |
912 | 2024-07-11T23:24:30.770Z | Downloaded hostname v0.4.0 |
913 | 2024-07-11T23:24:30.770Z | Downloaded tokio-tungstenite v0.20.1 |
914 | 2024-07-11T23:24:30.773Z | Downloaded keccak v0.1.5 |
915 | 2024-07-11T23:24:30.775Z | Downloaded crossterm v0.27.0 |
916 | 2024-07-11T23:24:30.779Z | Downloaded wait-timeout v0.2.0 |
917 | 2024-07-11T23:24:30.782Z | Downloaded signature v1.6.4 |
918 | 2024-07-11T23:24:30.786Z | Downloaded unicase v2.7.0 |
919 | 2024-07-11T23:24:30.786Z | Downloaded sec1 v0.7.3 |
920 | 2024-07-11T23:24:30.789Z | Downloaded fallible-iterator v0.2.0 |
921 | 2024-07-11T23:24:30.789Z | Downloaded maplit v1.0.2 |
922 | 2024-07-11T23:24:30.789Z | Downloaded hash32 v0.2.1 |
923 | 2024-07-11T23:24:30.792Z | Downloaded float-ord v0.3.2 |
924 | 2024-07-11T23:24:30.792Z | Downloaded ff v0.13.0 |
925 | 2024-07-11T23:24:30.795Z | Downloaded fastrand v2.1.0 |
926 | 2024-07-11T23:24:30.795Z | Downloaded tokio-rustls v0.24.1 |
927 | 2024-07-11T23:24:30.797Z | Downloaded serde_repr v0.1.19 |
928 | 2024-07-11T23:24:30.801Z | Downloaded strip-ansi-escapes v0.2.0 |
929 | 2024-07-11T23:24:30.801Z | Downloaded similar v2.5.0 |
930 | 2024-07-11T23:24:30.805Z | Downloaded serde_plain v1.0.2 |
931 | 2024-07-11T23:24:30.808Z | Downloaded spki v0.7.3 |
932 | 2024-07-11T23:24:30.810Z | Downloaded static_assertions v1.1.0 |
933 | 2024-07-11T23:24:30.810Z | Downloaded structmeta v0.2.0 |
934 | 2024-07-11T23:24:30.813Z | Downloaded unicode-xid v0.2.4 |
935 | 2024-07-11T23:24:30.813Z | Downloaded subprocess v0.2.9 |
936 | 2024-07-11T23:24:30.816Z | Downloaded zip v0.6.6 |
937 | 2024-07-11T23:24:30.831Z | Downloaded unsafe-libyaml v0.2.11 |
938 | 2024-07-11T23:24:30.831Z | Downloaded lru-cache v0.1.2 |
939 | 2024-07-11T23:24:30.831Z | Downloaded unicode-segmentation v1.11.0 |
940 | 2024-07-11T23:24:30.831Z | Downloaded iana-time-zone v0.1.60 |
941 | 2024-07-11T23:24:30.834Z | Downloaded erased-serde v0.3.31 |
942 | 2024-07-11T23:24:30.834Z | Downloaded stable_deref_trait v1.2.0 |
943 | 2024-07-11T23:24:30.834Z | Downloaded typed-path v0.7.1 |
944 | 2024-07-11T23:24:30.838Z | Downloaded string_cache v0.8.7 |
945 | 2024-07-11T23:24:30.841Z | Downloaded flagset v0.4.5 |
946 | 2024-07-11T23:24:30.843Z | Downloaded signal-hook-mio v0.2.3 |
947 | 2024-07-11T23:24:30.843Z | Downloaded env_logger v0.10.2 |
948 | 2024-07-11T23:24:30.846Z | Downloaded sct v0.7.1 |
949 | 2024-07-11T23:24:30.849Z | Downloaded yasna v0.5.2 |
950 | 2024-07-11T23:24:30.852Z | Downloaded structmeta-derive v0.3.0 |
951 | 2024-07-11T23:24:30.855Z | Downloaded samael v0.0.15 |
952 | 2024-07-11T23:24:30.858Z | Downloaded hashbrown v0.13.2 |
953 | 2024-07-11T23:24:30.865Z | Downloaded tungstenite v0.20.1 |
954 | 2024-07-11T23:24:30.868Z | Downloaded managed v0.8.0 |
955 | 2024-07-11T23:24:30.868Z | Downloaded rsa v0.9.6 |
956 | 2024-07-11T23:24:30.873Z | Downloaded shlex v1.3.0 |
957 | 2024-07-11T23:24:30.876Z | Downloaded spin v0.9.8 |
958 | 2024-07-11T23:24:30.879Z | Downloaded socket2 v0.4.10 |
959 | 2024-07-11T23:24:30.879Z | Downloaded fatfs v0.3.6 |
960 | 2024-07-11T23:24:30.882Z | Downloaded indexmap v1.9.3 |
961 | 2024-07-11T23:24:30.885Z | Downloaded trust-dns-server v0.22.1 |
962 | 2024-07-11T23:24:30.890Z | Downloaded serde_yaml v0.9.34+deprecated |
963 | 2024-07-11T23:24:30.894Z | Downloaded salty v0.2.0 |
964 | 2024-07-11T23:24:30.900Z | Downloaded half v2.4.1 |
965 | 2024-07-11T23:24:30.902Z | Downloaded trust-dns-client v0.22.0 |
966 | 2024-07-11T23:24:30.908Z | Downloaded snafu v0.8.2 |
967 | 2024-07-11T23:24:30.914Z | Downloaded aho-corasick v1.1.3 |
968 | 2024-07-11T23:24:30.919Z | Downloaded signal-hook v0.3.17 |
969 | 2024-07-11T23:24:30.923Z | Downloaded heapless v0.7.17 |
970 | 2024-07-11T23:24:30.926Z | Downloaded indicatif v0.17.8 |
971 | 2024-07-11T23:24:30.930Z | Downloaded toml v0.7.8 |
972 | 2024-07-11T23:24:30.933Z | Downloaded schemars v0.8.21 |
973 | 2024-07-11T23:24:30.945Z | Downloaded tungstenite v0.21.0 |
974 | 2024-07-11T23:24:30.951Z | Downloaded unicode_categories v0.1.1 |
975 | 2024-07-11T23:24:30.953Z | Downloaded blake3 v1.5.1 |
976 | 2024-07-11T23:24:30.958Z | Downloaded heapless v0.8.0 |
977 | 2024-07-11T23:24:30.962Z | Downloaded itertools v0.10.5 |
978 | 2024-07-11T23:24:30.968Z | Downloaded portable-atomic v1.6.0 |
979 | 2024-07-11T23:24:30.975Z | Downloaded libxml v0.3.3 |
980 | 2024-07-11T23:24:30.981Z | Downloaded http v1.1.0 |
981 | 2024-07-11T23:24:30.984Z | Downloaded expectorate v1.1.0 |
982 | 2024-07-11T23:24:30.987Z | Downloaded rayon v1.10.0 |
983 | 2024-07-11T23:24:30.997Z | Downloaded hkdf v0.12.4 |
984 | 2024-07-11T23:24:30.999Z | Downloaded steno v0.4.1 |
985 | 2024-07-11T23:24:31.003Z | Downloaded toml_edit v0.19.15 |
986 | 2024-07-11T23:24:31.021Z | Downloaded rustyline v14.0.0 |
987 | 2024-07-11T23:24:31.025Z | Downloaded libm v0.2.8 |
988 | 2024-07-11T23:24:31.033Z | Downloaded proptest v1.4.0 |
989 | 2024-07-11T23:24:31.043Z | Downloaded chrono v0.4.38 |
990 | 2024-07-11T23:24:31.050Z | Downloaded x509-cert v0.2.5 |
991 | 2024-07-11T23:24:31.056Z | Downloaded itertools v0.12.1 |
992 | 2024-07-11T23:24:31.063Z | Downloaded winnow v0.5.40 |
993 | 2024-07-11T23:24:31.072Z | Downloaded bitvec v1.0.1 |
994 | 2024-07-11T23:24:31.085Z | Downloaded tough v0.17.1 |
995 | 2024-07-11T23:24:31.093Z | Downloaded serde_with v3.8.3 |
996 | 2024-07-11T23:24:31.100Z | Downloaded object v0.30.4 |
997 | 2024-07-11T23:24:31.109Z | Downloaded sqlparser v0.45.0 |
998 | 2024-07-11T23:24:31.115Z | Downloaded regex v1.10.5 |
999 | 2024-07-11T23:24:31.127Z | Downloaded lalrpop v0.19.12 |
1000 | 2024-07-11T23:24:31.137Z | Downloaded radix_trie v0.2.1 |
1001 | 2024-07-11T23:24:31.142Z | Downloaded rustls-webpki v0.101.7 |
1002 | 2024-07-11T23:24:31.156Z | Downloaded webpki-roots v0.25.4 |
1003 | 2024-07-11T23:24:31.160Z | Downloaded rustls-webpki v0.102.4 |
1004 | 2024-07-11T23:24:31.179Z | Downloaded rustls v0.21.12 |
1005 | 2024-07-11T23:24:31.189Z | Downloaded polar-core v0.27.3 |
1006 | 2024-07-11T23:24:31.198Z | Downloaded nix v0.28.0 |
1007 | 2024-07-11T23:24:31.209Z | Downloaded diesel v2.1.6 |
1008 | 2024-07-11T23:24:31.226Z | Downloaded smoltcp v0.11.0 |
1009 | 2024-07-11T23:24:31.239Z | Downloaded idna v0.3.0 |
1010 | 2024-07-11T23:24:31.248Z | Downloaded regex-syntax v0.6.29 |
1011 | 2024-07-11T23:24:31.253Z | Downloaded sled v0.34.7 |
1012 | 2024-07-11T23:24:31.263Z | Downloaded openapiv3 v2.0.0 |
1013 | 2024-07-11T23:24:31.275Z | Downloaded regex-syntax v0.8.3 |
1014 | 2024-07-11T23:24:31.284Z | Downloaded zerocopy-derive v0.6.6 |
1015 | 2024-07-11T23:24:31.293Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1016 | 2024-07-11T23:24:31.305Z | Downloaded regress v0.9.1 |
1017 | 2024-07-11T23:24:31.314Z | Downloaded ratatui v0.27.0 |
1018 | 2024-07-11T23:24:31.332Z | Downloaded csv v1.3.0 |
1019 | 2024-07-11T23:24:31.350Z | Downloaded gimli v0.28.1 |
1020 | 2024-07-11T23:24:31.358Z | Downloaded trust-dns-proto v0.22.0 |
1021 | 2024-07-11T23:24:31.370Z | Downloaded object v0.32.2 |
1022 | 2024-07-11T23:24:31.380Z | Downloaded regex-automata v0.4.6 |
1023 | 2024-07-11T23:24:31.394Z | Downloaded rustls v0.22.4 |
1024 | 2024-07-11T23:24:31.406Z | Downloaded petgraph v0.6.5 |
1025 | 2024-07-11T23:24:31.422Z | Downloaded finl_unicode v1.2.0 |
1026 | 2024-07-11T23:24:31.434Z | Downloaded sha3 v0.10.8 |
1027 | 2024-07-11T23:24:31.440Z | Downloaded bstr v1.9.1 |
1028 | 2024-07-11T23:24:31.457Z | Downloaded nix v0.27.1 |
1029 | 2024-07-11T23:24:31.476Z | Downloaded curve25519-dalek v4.1.3 |
1030 | 2024-07-11T23:24:31.491Z | Downloaded bstr v0.2.17 |
1031 | 2024-07-11T23:24:31.508Z | Downloaded smoltcp v0.9.1 |
1032 | 2024-07-11T23:24:31.516Z | Downloaded idna v0.2.3 |
1033 | 2024-07-11T23:24:31.524Z | Downloaded itertools v0.13.0 |
1034 | 2024-07-11T23:24:31.528Z | Downloaded bindgen v0.69.4 |
1035 | 2024-07-11T23:24:31.535Z | Downloaded reedline v0.31.0 |
1036 | 2024-07-11T23:24:31.541Z | Downloaded quick-xml v0.31.0 |
1037 | 2024-07-11T23:24:31.546Z | Downloaded hashbrown v0.12.3 |
1038 | 2024-07-11T23:24:31.550Z | Downloaded regex-automata v0.1.10 |
1039 | 2024-07-11T23:24:31.554Z | Downloaded flume v0.11.0 |
1040 | 2024-07-11T23:24:31.558Z | Downloaded headers v0.3.9 |
1041 | 2024-07-11T23:24:31.562Z | Downloaded schemars_derive v0.8.21 |
1042 | 2024-07-11T23:24:31.565Z | Downloaded toml v0.5.11 |
1043 | 2024-07-11T23:24:31.568Z | Downloaded zerocopy v0.6.6 |
1044 | 2024-07-11T23:24:31.568Z | Downloaded kstat-rs v0.2.4 |
1045 | 2024-07-11T23:24:31.571Z | Downloaded ring v0.17.8 |
1046 | 2024-07-11T23:24:31.634Z | Downloaded snafu-derive v0.8.2 |
1047 | 2024-07-11T23:24:31.637Z | Downloaded env_logger v0.9.3 |
1048 | 2024-07-11T23:24:31.637Z | Downloaded diesel_derives v2.1.4 |
1049 | 2024-07-11T23:24:31.640Z | Downloaded nom v7.1.3 |
1050 | 2024-07-11T23:24:31.645Z | Downloaded publicsuffix v2.2.3 |
1051 | 2024-07-11T23:24:31.647Z | Downloaded num-bigint-dig v0.8.4 |
1052 | 2024-07-11T23:24:31.651Z | Downloaded serde_path_to_error v0.1.16 |
1053 | 2024-07-11T23:24:31.654Z | Downloaded same-file v1.0.6 |
1054 | 2024-07-11T23:24:31.654Z | Downloaded diff v0.1.13 |
1055 | 2024-07-11T23:24:31.659Z | Downloaded ron v0.8.1 |
1056 | 2024-07-11T23:24:31.662Z | Downloaded serde_with_macros v3.8.3 |
1057 | 2024-07-11T23:24:31.664Z | Downloaded unicode-truncate v1.0.0 |
1058 | 2024-07-11T23:24:31.664Z | Downloaded tokio-stream v0.1.15 |
1059 | 2024-07-11T23:24:31.667Z | Downloaded ron v0.7.1 |
1060 | 2024-07-11T23:24:31.671Z | Downloaded getrandom v0.2.14 |
1061 | 2024-07-11T23:24:31.674Z | Downloaded test-strategy v0.3.1 |
1062 | 2024-07-11T23:24:31.677Z | Downloaded globset v0.4.14 |
1063 | 2024-07-11T23:24:31.680Z | Downloaded hyper-rustls v0.24.2 |
1064 | 2024-07-11T23:24:31.683Z | Downloaded tokio-postgres v0.7.10 |
1065 | 2024-07-11T23:24:31.685Z | Downloaded sqlformat v0.2.3 |
1066 | 2024-07-11T23:24:31.688Z | Downloaded headers-core v0.2.0 |
1067 | 2024-07-11T23:24:31.688Z | Downloaded uuid v1.9.1 |
1068 | 2024-07-11T23:24:31.691Z | Downloaded strum_macros v0.25.3 |
1069 | 2024-07-11T23:24:31.691Z | Downloaded stringprep v0.1.4 |
1070 | 2024-07-11T23:24:31.694Z | Downloaded enum-as-inner v0.5.1 |
1071 | 2024-07-11T23:24:31.694Z | Downloaded tracing-attributes v0.1.27 |
1072 | 2024-07-11T23:24:31.696Z | Downloaded chacha20poly1305 v0.10.1 |
1073 | 2024-07-11T23:24:31.696Z | Downloaded hmac v0.12.1 |
1074 | 2024-07-11T23:24:31.699Z | Downloaded crossbeam-epoch v0.9.18 |
1075 | 2024-07-11T23:24:31.702Z | Downloaded compact_str v0.7.1 |
1076 | 2024-07-11T23:24:31.704Z | Downloaded base64 v0.22.1 |
1077 | 2024-07-11T23:24:31.707Z | Downloaded structmeta v0.3.0 |
1078 | 2024-07-11T23:24:31.707Z | Downloaded secrecy v0.8.0 |
1079 | 2024-07-11T23:24:31.708Z | Downloaded slog-scope v4.4.0 |
1080 | 2024-07-11T23:24:31.711Z | Downloaded structmeta-derive v0.2.0 |
1081 | 2024-07-11T23:24:31.711Z | Downloaded spin v0.5.2 |
1082 | 2024-07-11T23:24:31.711Z | Downloaded shell-words v1.1.0 |
1083 | 2024-07-11T23:24:31.714Z | Downloaded resolv-conf v0.7.0 |
1084 | 2024-07-11T23:24:31.714Z | Downloaded hyper-staticfile v0.9.5 |
1085 | 2024-07-11T23:24:31.717Z | Downloaded tiny-keccak v2.0.2 |
1086 | 2024-07-11T23:24:31.717Z | Downloaded serde_derive_internals v0.29.1 |
1087 | 2024-07-11T23:24:31.717Z | Downloaded rustls-pki-types v1.7.0 |
1088 | 2024-07-11T23:24:31.720Z | Downloaded rustls-pemfile v2.1.2 |
1089 | 2024-07-11T23:24:31.723Z | Downloaded derive-where v1.2.7 |
1090 | 2024-07-11T23:24:31.726Z | Downloaded hubpack v0.1.2 |
1091 | 2024-07-11T23:24:31.726Z | Downloaded glob v0.3.1 |
1092 | 2024-07-11T23:24:31.726Z | Downloaded foreign-types-macros v0.2.3 |
1093 | 2024-07-11T23:24:31.729Z | Downloaded either v1.12.0 |
1094 | 2024-07-11T23:24:31.729Z | Downloaded omicron-zone-package v0.11.0 |
1095 | 2024-07-11T23:24:31.734Z | Downloaded untrusted v0.9.0 |
1096 | 2024-07-11T23:24:31.734Z | Downloaded vte v0.11.1 |
1097 | 2024-07-11T23:24:31.737Z | Downloaded rcgen v0.12.1 |
1098 | 2024-07-11T23:24:31.737Z | Downloaded wyz v0.5.1 |
1099 | 2024-07-11T23:24:31.737Z | Downloaded pkcs1 v0.7.5 |
1100 | 2024-07-11T23:24:31.740Z | Downloaded sqlparser_derive v0.2.2 |
1101 | 2024-07-11T23:24:31.740Z | Downloaded smf v0.2.3 |
1102 | 2024-07-11T23:24:31.740Z | Downloaded smawk v0.3.2 |
1103 | 2024-07-11T23:24:31.744Z | Downloaded smallvec v0.6.14 |
1104 | 2024-07-11T23:24:31.744Z | Downloaded serde_arrays v0.1.0 |
1105 | 2024-07-11T23:24:31.744Z | Downloaded serde-hex v0.1.0 |
1106 | 2024-07-11T23:24:31.746Z | Downloaded rand_chacha v0.3.1 |
1107 | 2024-07-11T23:24:31.746Z | Downloaded backtrace v0.3.71 |
1108 | 2024-07-11T23:24:31.750Z | Downloaded num-rational v0.4.2 |
1109 | 2024-07-11T23:24:31.752Z | Downloaded num-complex v0.4.6 |
1110 | 2024-07-11T23:24:31.752Z | Downloaded darling_core v0.20.9 |
1111 | 2024-07-11T23:24:31.756Z | Downloaded cookie v0.17.0 |
1112 | 2024-07-11T23:24:31.759Z | Downloaded http-range v0.1.5 |
1113 | 2024-07-11T23:24:31.759Z | Downloaded peg-macros v0.8.3 |
1114 | 2024-07-11T23:24:31.762Z | Downloaded darling v0.20.9 |
1115 | 2024-07-11T23:24:31.764Z | Downloaded cookie_store v0.20.0 |
1116 | 2024-07-11T23:24:31.767Z | Downloaded tokio-tungstenite v0.21.0 |
1117 | 2024-07-11T23:24:31.767Z | Downloaded parking_lot v0.11.2 |
1118 | 2024-07-11T23:24:31.770Z | Downloaded nu-ansi-term v0.50.0 |
1119 | 2024-07-11T23:24:31.773Z | Downloaded cancel-safe-futures v0.1.5 |
1120 | 2024-07-11T23:24:31.775Z | Downloaded float-cmp v0.9.0 |
1121 | 2024-07-11T23:24:31.775Z | Downloaded ena v0.14.3 |
1122 | 2024-07-11T23:24:31.778Z | Downloaded ciborium v0.2.2 |
1123 | 2024-07-11T23:24:31.778Z | Downloaded ring v0.16.20 |
1124 | 2024-07-11T23:24:31.853Z | Downloaded backoff v0.4.0 |
1125 | 2024-07-11T23:24:31.856Z | Downloaded psl-types v2.0.11 |
1126 | 2024-07-11T23:24:31.856Z | Downloaded camino-tempfile v1.1.1 |
1127 | 2024-07-11T23:24:31.859Z | Downloaded der_derive v0.7.2 |
1128 | 2024-07-11T23:24:31.859Z | Downloaded crc-any v2.5.0 |
1129 | 2024-07-11T23:24:31.861Z | Downloaded cookie v0.18.1 |
1130 | 2024-07-11T23:24:31.864Z | Downloaded clang-sys v1.7.0 |
1131 | 2024-07-11T23:24:31.864Z | Downloaded blake2 v0.10.6 |
1132 | 2024-07-11T23:24:31.869Z | Downloaded async-trait v0.1.81 |
1133 | 2024-07-11T23:24:31.872Z | Downloaded num-traits v0.2.19 |
1134 | 2024-07-11T23:24:31.872Z | Downloaded colored v2.1.0 |
1135 | 2024-07-11T23:24:31.875Z | Downloaded parse-display v0.9.1 |
1136 | 2024-07-11T23:24:31.875Z | Downloaded num-integer v0.1.46 |
1137 | 2024-07-11T23:24:31.878Z | Downloaded crc v3.2.1 |
1138 | 2024-07-11T23:24:31.878Z | Downloaded cobs v0.2.3 |
1139 | 2024-07-11T23:24:31.880Z | Downloaded cexpr v0.6.0 |
1140 | 2024-07-11T23:24:31.880Z | Downloaded castaway v0.2.2 |
1141 | 2024-07-11T23:24:31.880Z | Downloaded buf-list v1.0.3 |
1142 | 2024-07-11T23:24:31.883Z | Downloaded arrayvec v0.7.4 |
1143 | 2024-07-11T23:24:31.886Z | Downloaded ascii v1.1.0 |
1144 | 2024-07-11T23:24:31.886Z | Downloaded password-hash v0.5.0 |
1145 | 2024-07-11T23:24:31.889Z | Downloaded multer v3.1.0 |
1146 | 2024-07-11T23:24:31.889Z | Downloaded const_format_proc_macros v0.2.32 |
1147 | 2024-07-11T23:24:31.892Z | Downloaded number_prefix v0.4.0 |
1148 | 2024-07-11T23:24:31.892Z | Downloaded console v0.15.8 |
1149 | 2024-07-11T23:24:31.895Z | Downloaded bitfield-struct v0.6.1 |
1150 | 2024-07-11T23:24:31.895Z | Downloaded ascii-canvas v3.0.0 |
1151 | 2024-07-11T23:24:31.898Z | Downloaded bitstruct v0.1.1 |
1152 | 2024-07-11T23:24:31.898Z | Downloaded mockall_derive v0.12.1 |
1153 | 2024-07-11T23:24:31.901Z | Downloaded bb8 v0.8.5 |
1154 | 2024-07-11T23:24:31.901Z | Downloaded peg v0.8.3 |
1155 | 2024-07-11T23:24:31.905Z | Downloaded nanorand v0.7.0 |
1156 | 2024-07-11T23:24:31.908Z | Downloaded defmt v0.3.8 |
1157 | 2024-07-11T23:24:31.908Z | Downloaded bit-vec v0.6.3 |
1158 | 2024-07-11T23:24:31.910Z | Downloaded bcs v0.1.6 |
1159 | 2024-07-11T23:24:31.910Z | Downloaded base16ct v0.2.0 |
1160 | 2024-07-11T23:24:31.910Z | Downloaded addr2line v0.21.0 |
1161 | 2024-07-11T23:24:31.914Z | Downloaded defmt-parser v0.3.4 |
1162 | 2024-07-11T23:24:31.914Z | Downloaded data-encoding v2.6.0 |
1163 | 2024-07-11T23:24:31.914Z | Downloaded bit-set v0.5.3 |
1164 | 2024-07-11T23:24:31.917Z | Downloaded corncobs v0.1.3 |
1165 | 2024-07-11T23:24:31.917Z | Downloaded ahash v0.8.11 |
1166 | 2024-07-11T23:24:31.920Z | Downloaded chacha20 v0.9.1 |
1167 | 2024-07-11T23:24:31.920Z | Downloaded num v0.4.3 |
1168 | 2024-07-11T23:24:31.922Z | Downloaded newtype-uuid v1.1.0 |
1169 | 2024-07-11T23:24:31.922Z | Downloaded crossbeam-deque v0.8.5 |
1170 | 2024-07-11T23:24:31.922Z | Downloaded convert_case v0.4.0 |
1171 | 2024-07-11T23:24:31.925Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2024-07-11T23:24:31.925Z | Downloaded block-padding v0.3.3 |
1173 | 2024-07-11T23:24:31.925Z | Downloaded bitstruct_derive v0.1.0 |
1174 | 2024-07-11T23:24:31.925Z | Downloaded atomicwrites v0.4.3 |
1175 | 2024-07-11T23:24:32.050Z | Compiling proc-macro2 v1.0.86 |
1176 | 2024-07-11T23:24:32.050Z | Compiling unicode-ident v1.0.12 |
1177 | 2024-07-11T23:24:32.051Z | Compiling libc v0.2.155 |
1178 | 2024-07-11T23:24:32.054Z | Compiling serde v1.0.204 |
1179 | 2024-07-11T23:24:32.054Z | Compiling autocfg v1.3.0 |
1180 | 2024-07-11T23:24:32.054Z | Compiling version_check v0.9.4 |
1181 | 2024-07-11T23:24:32.054Z | Compiling cfg-if v1.0.0 |
1182 | 2024-07-11T23:24:32.263Z | Compiling cc v1.0.97 |
1183 | 2024-07-11T23:24:32.285Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-07-11T23:24:32.299Z | Compiling once_cell v1.19.0 |
1185 | 2024-07-11T23:24:32.669Z | Compiling serde_json v1.0.120 |
1186 | 2024-07-11T23:24:32.717Z | Compiling libm v0.2.8 |
1187 | 2024-07-11T23:24:32.866Z | Compiling ahash v0.8.11 |
1188 | 2024-07-11T23:24:32.936Z | Compiling lock_api v0.4.12 |
1189 | 2024-07-11T23:24:32.952Z | Compiling byteorder v1.5.0 |
1190 | 2024-07-11T23:24:32.991Z | Compiling num-traits v0.2.19 |
1191 | 2024-07-11T23:24:33.151Z | Compiling memchr v2.7.2 |
1192 | 2024-07-11T23:24:33.195Z | Compiling thiserror v1.0.60 |
1193 | 2024-07-11T23:24:33.353Z | Compiling scopeguard v1.2.0 |
1194 | 2024-07-11T23:24:33.385Z | Compiling typenum v1.17.0 |
1195 | 2024-07-11T23:24:33.665Z | Compiling quote v1.0.36 |
1196 | 2024-07-11T23:24:34.008Z | Compiling getrandom v0.2.14 |
1197 | 2024-07-11T23:24:34.180Z | Compiling syn v2.0.68 |
1198 | 2024-07-11T23:24:34.304Z | Compiling itoa v1.0.11 |
1199 | 2024-07-11T23:24:34.330Z | Compiling log v0.4.21 |
1200 | 2024-07-11T23:24:34.345Z | Compiling generic-array v0.14.7 |
1201 | 2024-07-11T23:24:34.712Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-07-11T23:24:34.952Z | Compiling slab v0.4.9 |
1203 | 2024-07-11T23:24:35.085Z | Compiling ring v0.17.8 |
1204 | 2024-07-11T23:24:35.099Z | Compiling ryu v1.0.18 |
1205 | 2024-07-11T23:24:35.225Z | Compiling schemars v0.8.21 |
1206 | 2024-07-11T23:24:35.361Z | Compiling smallvec v1.13.2 |
1207 | 2024-07-11T23:24:35.441Z | Compiling pin-project-lite v0.2.14 |
1208 | 2024-07-11T23:24:35.525Z | Compiling semver v1.0.23 |
1209 | 2024-07-11T23:24:35.757Z | Compiling equivalent v1.0.1 |
1210 | 2024-07-11T23:24:35.909Z | Compiling vcpkg v0.2.15 |
1211 | 2024-07-11T23:24:36.012Z | Compiling pkg-config v0.3.30 |
1212 | 2024-07-11T23:24:36.113Z | Compiling signal-hook-registry v1.4.2 |
1213 | 2024-07-11T23:24:36.773Z | Compiling parking_lot v0.12.2 |
1214 | 2024-07-11T23:24:37.538Z | Compiling syn v1.0.109 |
1215 | 2024-07-11T23:24:37.701Z | Compiling openssl-sys v0.9.102 |
1216 | 2024-07-11T23:24:37.737Z | Compiling mio v0.8.11 |
1217 | 2024-07-11T23:24:38.195Z | Compiling spin v0.9.8 |
1218 | 2024-07-11T23:24:38.686Z | Compiling rand_core v0.6.4 |
1219 | 2024-07-11T23:24:39.040Z | Compiling num_cpus v1.16.0 |
1220 | 2024-07-11T23:24:39.085Z | Compiling socket2 v0.5.7 |
1221 | 2024-07-11T23:24:39.160Z | Compiling time-core v0.1.2 |
1222 | 2024-07-11T23:24:39.314Z | Compiling num-conv v0.1.0 |
1223 | 2024-07-11T23:24:39.581Z | Compiling time-macros v0.2.18 |
1224 | 2024-07-11T23:24:39.946Z | Compiling httparse v1.8.0 |
1225 | 2024-07-11T23:24:39.962Z | Compiling heck v0.5.0 |
1226 | 2024-07-11T23:24:40.390Z | Compiling futures-core v0.3.30 |
1227 | 2024-07-11T23:24:40.798Z | Compiling fnv v1.0.7 |
1228 | 2024-07-11T23:24:40.845Z | Compiling openssl v0.10.64 |
1229 | 2024-07-11T23:24:41.241Z | Compiling iana-time-zone v0.1.60 |
1230 | 2024-07-11T23:24:41.282Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-07-11T23:24:41.399Z | Compiling rustix v0.38.34 |
1232 | 2024-07-11T23:24:41.797Z | Compiling serde_derive_internals v0.29.1 |
1233 | 2024-07-11T23:24:42.024Z | Compiling native-tls v0.2.11 |
1234 | 2024-07-11T23:24:42.045Z | Compiling rustls v0.21.12 |
1235 | 2024-07-11T23:24:42.214Z | Compiling tinyvec_macros v0.1.1 |
1236 | 2024-07-11T23:24:42.283Z | Compiling tinyvec v1.6.0 |
1237 | 2024-07-11T23:24:42.679Z | Compiling futures-sink v0.3.30 |
1238 | 2024-07-11T23:24:43.021Z | Compiling const-oid v0.9.6 |
1239 | 2024-07-11T23:24:43.080Z | Compiling ucd-trie v0.1.6 |
1240 | 2024-07-11T23:24:43.480Z | Compiling subtle v2.5.0 |
1241 | 2024-07-11T23:24:43.483Z | Compiling unicode-normalization v0.1.23 |
1242 | 2024-07-11T23:24:43.908Z | Compiling backtrace v0.3.71 |
1243 | 2024-07-11T23:24:44.042Z | Compiling cookie v0.17.0 |
1244 | 2024-07-11T23:24:44.277Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-07-11T23:24:44.390Z | Compiling slog v2.7.0 |
1246 | 2024-07-11T23:24:44.447Z | Compiling unicode-bidi v0.3.15 |
1247 | 2024-07-11T23:24:44.689Z | Compiling futures-channel v0.3.30 |
1248 | 2024-07-11T23:24:44.948Z | Compiling futures-io v0.3.30 |
1249 | 2024-07-11T23:24:44.977Z | Compiling pin-utils v0.1.0 |
1250 | 2024-07-11T23:24:45.180Z | Compiling futures-task v0.3.30 |
1251 | 2024-07-11T23:24:45.549Z | Compiling aho-corasick v1.1.3 |
1252 | 2024-07-11T23:24:45.918Z | Compiling anyhow v1.0.86 |
1253 | 2024-07-11T23:24:46.033Z | Compiling regex-syntax v0.8.3 |
1254 | 2024-07-11T23:24:46.180Z | Compiling untrusted v0.9.0 |
1255 | 2024-07-11T23:24:46.370Z | Compiling winnow v0.5.40 |
1256 | 2024-07-11T23:24:47.516Z | Compiling serde_derive v1.0.204 |
1257 | 2024-07-11T23:24:48.226Z | Compiling zerocopy-derive v0.7.34 |
1258 | 2024-07-11T23:24:48.886Z | Compiling zeroize_derive v1.4.2 |
1259 | 2024-07-11T23:24:50.042Z | Compiling thiserror-impl v1.0.60 |
1260 | 2024-07-11T23:24:50.124Z | Compiling tokio-macros v2.3.0 |
1261 | 2024-07-11T23:24:50.215Z | Compiling zerocopy v0.7.34 |
1262 | 2024-07-11T23:24:50.254Z | Compiling futures-macro v0.3.30 |
1263 | 2024-07-11T23:24:51.146Z | Compiling schemars_derive v0.8.21 |
1264 | 2024-07-11T23:24:51.879Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-07-11T23:24:52.147Z | Compiling zeroize v1.7.0 |
1266 | 2024-07-11T23:24:52.385Z | Compiling hashbrown v0.14.5 |
1267 | 2024-07-11T23:24:52.971Z | Compiling openssl-macros v0.1.1 |
1268 | 2024-07-11T23:24:53.762Z | Compiling scroll_derive v0.12.0 |
1269 | 2024-07-11T23:24:53.959Z | Compiling pest v2.7.10 |
1270 | 2024-07-11T23:24:54.168Z | Compiling crypto-common v0.1.6 |
1271 | 2024-07-11T23:24:54.358Z | Compiling futures-util v0.3.30 |
1272 | 2024-07-11T23:24:55.103Z | Compiling der_derive v0.7.2 |
1273 | 2024-07-11T23:24:55.394Z | Compiling block-buffer v0.10.4 |
1274 | 2024-07-11T23:24:55.626Z | Compiling regex-automata v0.4.6 |
1275 | 2024-07-11T23:24:56.689Z | Compiling pest_meta v2.7.10 |
1276 | 2024-07-11T23:24:57.419Z | Compiling tracing-core v0.1.32 |
1277 | 2024-07-11T23:24:59.760Z | Compiling pest_generator v2.7.10 |
1278 | 2024-07-11T23:25:01.054Z | Compiling bytes v1.6.0 |
1279 | 2024-07-11T23:25:01.185Z | Compiling indexmap v2.2.6 |
1280 | 2024-07-11T23:25:01.927Z | Compiling bitflags v2.5.0 |
1281 | 2024-07-11T23:25:02.292Z | Compiling uuid v1.9.1 |
1282 | 2024-07-11T23:25:02.523Z | Compiling tokio v1.38.0 |
1283 | 2024-07-11T23:25:03.359Z | Compiling chrono v0.4.38 |
1284 | 2024-07-11T23:25:03.362Z | Compiling serde_tokenstream v0.2.1 |
1285 | 2024-07-11T23:25:04.345Z | Compiling toml_datetime v0.6.6 |
1286 | 2024-07-11T23:25:04.791Z | Compiling serde_spanned v0.6.6 |
1287 | 2024-07-11T23:25:05.001Z | Compiling http v0.2.12 |
1288 | 2024-07-11T23:25:05.455Z | Compiling toml_edit v0.19.15 |
1289 | 2024-07-11T23:25:07.258Z | Compiling rustc_version v0.4.0 |
1290 | 2024-07-11T23:25:07.895Z | Compiling pest_derive v2.7.10 |
1291 | 2024-07-11T23:25:08.635Z | Compiling usdt-impl v0.5.0 |
1292 | 2024-07-11T23:25:08.950Z | Compiling powerfmt v0.2.0 |
1293 | 2024-07-11T23:25:09.123Z | Compiling rustversion v1.0.17 |
1294 | 2024-07-11T23:25:09.443Z | Compiling deranged v0.3.11 |
1295 | 2024-07-11T23:25:09.792Z | Compiling heapless v0.7.17 |
1296 | 2024-07-11T23:25:10.167Z | Compiling tracing v0.1.40 |
1297 | 2024-07-11T23:25:10.183Z | Compiling digest v0.10.7 |
1298 | 2024-07-11T23:25:10.606Z | Compiling scroll v0.12.0 |
1299 | 2024-07-11T23:25:11.360Z | Compiling ppv-lite86 v0.2.17 |
1300 | 2024-07-11T23:25:11.655Z | Compiling percent-encoding v2.3.1 |
1301 | 2024-07-11T23:25:12.099Z | Compiling heck v0.4.1 |
1302 | 2024-07-11T23:25:12.115Z | Compiling plain v0.2.3 |
1303 | 2024-07-11T23:25:12.210Z | Compiling num_threads v0.1.7 |
1304 | 2024-07-11T23:25:12.325Z | Compiling signal-hook v0.3.17 |
1305 | 2024-07-11T23:25:12.481Z | Compiling time v0.3.36 |
1306 | 2024-07-11T23:25:12.568Z | Compiling goblin v0.8.2 |
1307 | 2024-07-11T23:25:12.583Z | Compiling rand_chacha v0.3.1 |
1308 | 2024-07-11T23:25:13.983Z | Compiling regex v1.10.5 |
1309 | 2024-07-11T23:25:14.958Z | Compiling strsim v0.11.1 |
1310 | 2024-07-11T23:25:15.589Z | Compiling crc32fast v1.4.0 |
1311 | 2024-07-11T23:25:15.904Z | Compiling pretty-hex v0.4.1 |
1312 | 2024-07-11T23:25:16.609Z | Compiling rand v0.8.5 |
1313 | 2024-07-11T23:25:17.471Z | Compiling tokio-util v0.7.11 |
1314 | 2024-07-11T23:25:18.077Z | Compiling dof v0.3.0 |
1315 | 2024-07-11T23:25:18.503Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-07-11T23:25:19.022Z | Compiling async-trait v0.1.81 |
1317 | 2024-07-11T23:25:19.519Z | Compiling thread-id v4.2.1 |
1318 | 2024-07-11T23:25:19.930Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1319 | 2024-07-11T23:25:19.980Z | Compiling base64ct v1.6.0 |
1320 | 2024-07-11T23:25:20.355Z | Compiling unicode-width v0.1.13 |
1321 | 2024-07-11T23:25:20.546Z | Compiling foreign-types-shared v0.1.1 |
1322 | 2024-07-11T23:25:20.574Z | Compiling smoltcp v0.9.1 |
1323 | 2024-07-11T23:25:20.591Z | Compiling pem-rfc7468 v0.7.0 |
1324 | 2024-07-11T23:25:20.750Z | Compiling foreign-types v0.3.2 |
1325 | 2024-07-11T23:25:22.263Z | Compiling form_urlencoded v1.2.1 |
1326 | 2024-07-11T23:25:22.590Z | Compiling hmac v0.12.1 |
1327 | 2024-07-11T23:25:22.631Z | Compiling base64 v0.21.7 |
1328 | 2024-07-11T23:25:22.809Z | Compiling siphasher v0.3.11 |
1329 | 2024-07-11T23:25:22.958Z | Compiling flagset v0.4.5 |
1330 | 2024-07-11T23:25:23.233Z | Compiling try-lock v0.2.5 |
1331 | 2024-07-11T23:25:23.303Z | Compiling adler v1.0.2 |
1332 | 2024-07-11T23:25:23.383Z | Compiling want v0.3.1 |
1333 | 2024-07-11T23:25:23.517Z | Compiling miniz_oxide v0.7.2 |
1334 | 2024-07-11T23:25:23.704Z | Compiling der v0.7.9 |
1335 | 2024-07-11T23:25:25.787Z | Compiling h2 v0.3.26 |
1336 | 2024-07-11T23:25:26.825Z | Compiling rustls-webpki v0.101.7 |
1337 | 2024-07-11T23:25:26.828Z | Compiling sct v0.7.1 |
1338 | 2024-07-11T23:25:26.943Z | Compiling http-body v0.4.6 |
1339 | 2024-07-11T23:25:27.995Z | Compiling openapiv3 v2.0.0 |
1340 | 2024-07-11T23:25:28.365Z | Compiling hubpack_derive v0.1.1 |
1341 | 2024-07-11T23:25:28.472Z | Compiling zerocopy-derive v0.6.6 |
1342 | 2024-07-11T23:25:28.584Z | Compiling idna v0.5.0 |
1343 | 2024-07-11T23:25:29.449Z | Compiling errno v0.3.9 |
1344 | 2024-07-11T23:25:29.829Z | Compiling fs-err v2.11.0 |
1345 | 2024-07-11T23:25:29.920Z | Compiling tower-service v0.3.2 |
1346 | 2024-07-11T23:25:29.971Z | Compiling httpdate v1.0.3 |
1347 | 2024-07-11T23:25:30.039Z | Compiling stable_deref_trait v1.2.0 |
1348 | 2024-07-11T23:25:30.415Z | Compiling finl_unicode v1.2.0 |
1349 | 2024-07-11T23:25:30.698Z | Compiling utf8parse v0.2.1 |
1350 | 2024-07-11T23:25:30.743Z | Compiling anstyle v1.0.7 |
1351 | 2024-07-11T23:25:30.855Z | Compiling cpufeatures v0.2.12 |
1352 | 2024-07-11T23:25:30.946Z | Compiling openssl-probe v0.1.5 |
1353 | 2024-07-11T23:25:31.193Z | Compiling gimli v0.28.1 |
1354 | 2024-07-11T23:25:31.370Z | Compiling stringprep v0.1.4 |
1355 | 2024-07-11T23:25:31.828Z | Compiling sha2 v0.10.8 |
1356 | 2024-07-11T23:25:32.162Z | Compiling anstyle-parse v0.2.4 |
1357 | 2024-07-11T23:25:32.549Z | Compiling url v2.5.0 |
1358 | 2024-07-11T23:25:33.494Z | Compiling hyper v0.14.28 |
1359 | 2024-07-11T23:25:35.642Z | Compiling spki v0.7.3 |
1360 | 2024-07-11T23:25:36.023Z | Compiling addr2line v0.21.0 |
1361 | 2024-07-11T23:25:37.145Z | Compiling usdt-attr-macro v0.5.0 |
1362 | 2024-07-11T23:25:37.762Z | Compiling usdt-macro v0.5.0 |
1363 | 2024-07-11T23:25:38.740Z | Compiling md-5 v0.10.6 |
1364 | 2024-07-11T23:25:42.740Z | Compiling idna v0.3.0 |
1365 | 2024-07-11T23:25:42.856Z | Compiling diesel_table_macro_syntax v0.1.0 |
1366 | 2024-07-11T23:25:43.218Z | Compiling num-integer v0.1.46 |
1367 | 2024-07-11T23:25:43.307Z | Compiling object v0.32.2 |
1368 | 2024-07-11T23:25:43.893Z | Compiling hash32 v0.2.1 |
1369 | 2024-07-11T23:25:44.103Z | Compiling is_terminal_polyfill v1.70.0 |
1370 | 2024-07-11T23:25:44.275Z | Compiling fallible-iterator v0.2.0 |
1371 | 2024-07-11T23:25:44.756Z | Compiling psl-types v2.0.11 |
1372 | 2024-07-11T23:25:44.938Z | Compiling colorchoice v1.0.1 |
1373 | 2024-07-11T23:25:46.182Z | Compiling rustc-demangle v0.1.24 |
1374 | 2024-07-11T23:25:48.401Z | Compiling anstyle-query v1.0.3 |
1375 | 2024-07-11T23:25:48.525Z | Compiling anstream v0.6.14 |
1376 | 2024-07-11T23:25:51.688Z | Compiling postgres-protocol v0.6.6 |
1377 | 2024-07-11T23:25:52.576Z | Compiling publicsuffix v2.2.3 |
1378 | 2024-07-11T23:25:52.851Z | Compiling diesel_derives v2.1.4 |
1379 | 2024-07-11T23:25:57.665Z | Compiling tokio-rustls v0.24.1 |
1380 | 2024-07-11T23:25:58.917Z | Compiling pkcs8 v0.10.2 |
1381 | 2024-07-11T23:25:59.437Z | Compiling terminal_size v0.3.0 |
1382 | 2024-07-11T23:25:59.913Z | Compiling tokio-native-tls v0.3.1 |
1383 | 2024-07-11T23:26:00.170Z | Compiling phf_shared v0.11.2 |
1384 | 2024-07-11T23:26:01.158Z | Compiling strum_macros v0.25.3 |
1385 | 2024-07-11T23:26:01.254Z | Compiling enum-as-inner v0.5.1 |
1386 | 2024-07-11T23:26:01.327Z | Compiling block-padding v0.3.3 |
1387 | 2024-07-11T23:26:01.547Z | Compiling regress v0.9.1 |
1388 | 2024-07-11T23:26:01.564Z | Compiling serde_repr v0.1.19 |
1389 | 2024-07-11T23:26:02.175Z | Compiling clap_derive v4.5.4 |
1390 | 2024-07-11T23:26:04.653Z | Compiling ff v0.13.0 |
1391 | 2024-07-11T23:26:04.848Z | Compiling lazy_static v1.5.0 |
1392 | 2024-07-11T23:26:04.946Z | Compiling scheduled-thread-pool v0.2.7 |
1393 | 2024-07-11T23:26:05.436Z | Compiling encoding_rs v0.8.34 |
1394 | 2024-07-11T23:26:06.127Z | Compiling managed v0.8.0 |
1395 | 2024-07-11T23:26:06.265Z | Compiling base16ct v0.2.0 |
1396 | 2024-07-11T23:26:06.552Z | Compiling either v1.12.0 |
1397 | 2024-07-11T23:26:06.555Z | Compiling mime v0.3.17 |
1398 | 2024-07-11T23:26:06.744Z | Compiling clap_lex v0.7.0 |
1399 | 2024-07-11T23:26:07.189Z | Compiling ipnet v2.9.0 |
1400 | 2024-07-11T23:26:07.669Z | Compiling bitflags v1.3.2 |
1401 | 2024-07-11T23:26:07.788Z | Compiling matches v0.1.10 |
1402 | 2024-07-11T23:26:08.057Z | Compiling bit-vec v0.6.3 |
1403 | 2024-07-11T23:26:08.471Z | Compiling idna v0.2.3 |
1404 | 2024-07-11T23:26:08.750Z | Compiling clap_builder v4.5.2 |
1405 | 2024-07-11T23:26:09.910Z | Compiling sec1 v0.7.3 |
1406 | 2024-07-11T23:26:10.477Z | Compiling r2d2 v0.8.10 |
1407 | 2024-07-11T23:26:10.769Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1408 | 2024-07-11T23:26:12.074Z | Compiling group v0.13.0 |
1409 | 2024-07-11T23:26:15.530Z | Compiling inout v0.1.3 |
1410 | 2024-07-11T23:26:16.112Z | Compiling phf v0.11.2 |
1411 | 2024-07-11T23:26:16.127Z | Compiling hyper-tls v0.5.0 |
1412 | 2024-07-11T23:26:16.385Z | Compiling signal-hook-mio v0.2.3 |
1413 | 2024-07-11T23:26:16.401Z | Compiling hyper-rustls v0.24.2 |
1414 | 2024-07-11T23:26:16.441Z | Compiling cookie_store v0.20.0 |
1415 | 2024-07-11T23:26:16.736Z | Compiling postgres-types v0.2.6 |
1416 | 2024-07-11T23:26:16.776Z | Compiling num-bigint v0.4.5 |
1417 | 2024-07-11T23:26:16.834Z | Compiling zerocopy v0.6.6 |
1418 | 2024-07-11T23:26:17.765Z | Compiling hubpack v0.1.2 |
1419 | 2024-07-11T23:26:17.811Z | Compiling phf_shared v0.10.0 |
1420 | 2024-07-11T23:26:18.143Z | Compiling rustls-pemfile v1.0.4 |
1421 | 2024-07-11T23:26:18.197Z | Compiling hkdf v0.12.4 |
1422 | 2024-07-11T23:26:18.212Z | Compiling serde_urlencoded v0.7.1 |
1423 | 2024-07-11T23:26:18.523Z | Compiling crossbeam-epoch v0.9.18 |
1424 | 2024-07-11T23:26:18.816Z | Compiling ipnetwork v0.20.0 |
1425 | 2024-07-11T23:26:20.015Z | Compiling futures-executor v0.3.30 |
1426 | 2024-07-11T23:26:20.299Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-07-11T23:26:20.564Z | Compiling float-cmp v0.9.0 |
1428 | 2024-07-11T23:26:20.713Z | Compiling memmap v0.7.0 |
1429 | 2024-07-11T23:26:21.035Z | Compiling data-encoding v2.6.0 |
1430 | 2024-07-11T23:26:21.162Z | Compiling unicode-segmentation v1.11.0 |
1431 | 2024-07-11T23:26:21.944Z | Compiling predicates-core v1.0.6 |
1432 | 2024-07-11T23:26:22.728Z | Compiling precomputed-hash v0.1.1 |
1433 | 2024-07-11T23:26:22.794Z | Compiling winnow v0.6.8 |
1434 | 2024-07-11T23:26:22.838Z | Compiling new_debug_unreachable v1.0.6 |
1435 | 2024-07-11T23:26:22.924Z | Compiling minimal-lexical v0.2.1 |
1436 | 2024-07-11T23:26:23.308Z | Compiling static_assertions v1.1.0 |
1437 | 2024-07-11T23:26:23.400Z | Compiling sync_wrapper v0.1.2 |
1438 | 2024-07-11T23:26:23.403Z | Compiling fixedbitset v0.4.2 |
1439 | 2024-07-11T23:26:23.529Z | Compiling webpki-roots v0.25.4 |
1440 | 2024-07-11T23:26:23.767Z | Compiling whoami v1.5.1 |
1441 | 2024-07-11T23:26:23.802Z | Compiling difflib v0.4.0 |
1442 | 2024-07-11T23:26:24.329Z | Compiling normalize-line-endings v0.3.0 |
1443 | 2024-07-11T23:26:24.447Z | Compiling predicates v3.1.0 |
1444 | 2024-07-11T23:26:24.465Z | Compiling tokio-postgres v0.7.10 |
1445 | 2024-07-11T23:26:25.097Z | Compiling petgraph v0.6.5 |
1446 | 2024-07-11T23:26:25.397Z | Compiling reqwest v0.11.27 |
1447 | 2024-07-11T23:26:25.896Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1448 | 2024-07-11T23:26:26.007Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1449 | 2024-07-11T23:26:26.550Z | Compiling toml_edit v0.22.14 |
1450 | 2024-07-11T23:26:29.071Z | Compiling nom v7.1.3 |
1451 | 2024-07-11T23:26:29.085Z | Compiling elliptic-curve v0.13.8 |
1452 | 2024-07-11T23:26:29.796Z | Compiling string_cache v0.8.7 |
1453 | 2024-07-11T23:26:29.924Z | Compiling similar v2.5.0 |
1454 | 2024-07-11T23:26:30.193Z | Compiling trust-dns-proto v0.22.0 |
1455 | 2024-07-11T23:26:31.937Z | Compiling usdt v0.5.0 |
1456 | 2024-07-11T23:26:32.397Z | Compiling futures v0.3.30 |
1457 | 2024-07-11T23:26:32.506Z | Compiling yasna v0.5.2 |
1458 | 2024-07-11T23:26:32.755Z | Compiling diesel v2.1.6 |
1459 | 2024-07-11T23:26:33.540Z | Compiling crossterm v0.27.0 |
1460 | 2024-07-11T23:26:33.707Z | Compiling flate2 v1.0.30 |
1461 | 2024-07-11T23:26:34.045Z | Compiling cipher v0.4.4 |
1462 | 2024-07-11T23:26:34.480Z | Compiling clap v4.5.4 |
1463 | 2024-07-11T23:26:34.597Z | Compiling bit-set v0.5.3 |
1464 | 2024-07-11T23:26:34.869Z | Compiling itertools v0.10.5 |
1465 | 2024-07-11T23:26:34.872Z | Compiling itertools v0.12.1 |
1466 | 2024-07-11T23:26:35.300Z | Compiling console v0.15.8 |
1467 | 2024-07-11T23:26:36.974Z | Compiling num-iter v0.1.45 |
1468 | 2024-07-11T23:26:37.675Z | Compiling tokio-stream v0.1.15 |
1469 | 2024-07-11T23:26:37.875Z | Compiling toml v0.7.8 |
1470 | 2024-07-11T23:26:37.903Z | Compiling hex v0.4.3 |
1471 | 2024-07-11T23:26:38.000Z | Compiling bstr v1.9.1 |
1472 | 2024-07-11T23:26:38.237Z | Compiling unicode-xid v0.2.4 |
1473 | 2024-07-11T23:26:38.532Z | Compiling camino v1.1.7 |
1474 | 2024-07-11T23:26:38.606Z | Compiling peg-runtime v0.8.3 |
1475 | 2024-07-11T23:26:38.922Z | Compiling lalrpop-util v0.19.12 |
1476 | 2024-07-11T23:26:39.459Z | Compiling proc-macro-crate v1.3.1 |
1477 | 2024-07-11T23:26:40.922Z | Compiling heapless v0.8.0 |
1478 | 2024-07-11T23:26:43.368Z | Compiling num_enum_derive v0.5.11 |
1479 | 2024-07-11T23:26:48.089Z | Compiling hash32 v0.3.1 |
1480 | 2024-07-11T23:26:48.859Z | Compiling ident_case v1.0.1 |
1481 | 2024-07-11T23:26:49.130Z | Compiling smoltcp v0.11.0 |
1482 | 2024-07-11T23:26:49.901Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1483 | 2024-07-11T23:26:50.216Z | Compiling rustls-pki-types v1.7.0 |
1484 | 2024-07-11T23:26:54.569Z | Compiling darling_core v0.20.9 |
1485 | 2024-07-11T23:27:03.563Z | Compiling num_enum v0.5.11 |
1486 | 2024-07-11T23:27:05.946Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1487 | 2024-07-11T23:27:06.138Z | Compiling getopts v0.2.21 |
1488 | 2024-07-11T23:27:07.168Z | Compiling dirs-sys-next v0.1.2 |
1489 | 2024-07-11T23:27:07.661Z | Compiling proc-macro-error-attr v1.0.4 |
1490 | 2024-07-11T23:27:07.938Z | Compiling cobs v0.2.3 |
1491 | 2024-07-11T23:27:08.414Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1492 | 2024-07-11T23:27:08.474Z | Compiling paste v1.0.15 |
1493 | 2024-07-11T23:27:08.920Z | Compiling unsafe-libyaml v0.2.11 |
1494 | 2024-07-11T23:27:08.984Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1495 | 2024-07-11T23:27:09.233Z | Compiling embedded-io v0.4.0 |
1496 | 2024-07-11T23:27:09.396Z | Compiling rustls v0.22.4 |
1497 | 2024-07-11T23:27:09.457Z | Compiling postcard v1.0.8 |
1498 | 2024-07-11T23:27:10.426Z | Compiling serde_yaml v0.9.34+deprecated |
1499 | 2024-07-11T23:27:14.203Z | Compiling dirs-next v2.0.0 |
1500 | 2024-07-11T23:27:14.743Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1501 | 2024-07-11T23:27:17.733Z | Compiling darling_macro v0.20.9 |
1502 | 2024-07-11T23:27:18.691Z | Compiling rustls-webpki v0.102.4 |
1503 | 2024-07-11T23:27:24.886Z | Compiling strum_macros v0.26.4 |
1504 | 2024-07-11T23:27:26.603Z | Compiling foreign-types-macros v0.2.3 |
1505 | 2024-07-11T23:27:27.021Z | Compiling structmeta-derive v0.3.0 |
1506 | 2024-07-11T23:27:27.912Z | Compiling thread_local v1.1.8 |
1507 | 2024-07-11T23:27:28.054Z | Compiling multer v3.1.0 |
1508 | 2024-07-11T23:27:28.329Z | Compiling proc-macro-error v1.0.4 |
1509 | 2024-07-11T23:27:28.606Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1510 | 2024-07-11T23:27:29.857Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1511 | 2024-07-11T23:27:30.012Z | Compiling foreign-types-shared v0.3.1 |
1512 | 2024-07-11T23:27:30.130Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1513 | 2024-07-11T23:27:31.002Z | Compiling slog-async v2.8.0 |
1514 | 2024-07-11T23:27:31.053Z | Compiling match_cfg v0.1.0 |
1515 | 2024-07-11T23:27:31.397Z | Compiling hostname v0.3.1 |
1516 | 2024-07-11T23:27:34.703Z | Compiling foreign-types v0.5.0 |
1517 | 2024-07-11T23:27:34.817Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1518 | 2024-07-11T23:27:35.520Z | Compiling structmeta v0.3.0 |
1519 | 2024-07-11T23:27:35.922Z | Compiling strum v0.26.2 |
1520 | 2024-07-11T23:27:40.168Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-11T23:27:42.256Z | Compiling darling v0.20.9 |
1522 | 2024-07-11T23:27:45.356Z | Compiling term v0.7.0 |
1523 | 2024-07-11T23:27:51.763Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1524 | 2024-07-11T23:27:55.607Z | Compiling slog-json v2.6.1 |
1525 | 2024-07-11T23:27:55.818Z | Compiling tabwriter v1.4.0 |
1526 | 2024-07-11T23:27:56.169Z | Compiling crossbeam-channel v0.5.12 |
1527 | 2024-07-11T23:27:56.879Z | Compiling http v1.1.0 |
1528 | 2024-07-11T23:27:57.098Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1529 | 2024-07-11T23:27:57.476Z | Compiling async-stream-impl v0.3.5 |
1530 | 2024-07-11T23:27:57.798Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1531 | 2024-07-11T23:27:57.832Z | Compiling cstr-argument v0.1.2 |
1532 | 2024-07-11T23:27:57.845Z | Compiling is-terminal v0.4.12 |
1533 | 2024-07-11T23:27:57.964Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1534 | 2024-07-11T23:27:58.085Z | Compiling pretty-hex v0.2.1 |
1535 | 2024-07-11T23:27:58.234Z | Compiling take_mut v0.2.2 |
1536 | 2024-07-11T23:27:58.298Z | Compiling atomic-waker v1.1.2 |
1537 | 2024-07-11T23:27:58.386Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-11T23:27:58.472Z | Compiling rayon-core v1.12.1 |
1539 | 2024-07-11T23:27:58.614Z | Compiling base64 v0.22.1 |
1540 | 2024-07-11T23:27:58.692Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1541 | 2024-07-11T23:27:58.960Z | Compiling crucible-workspace-hack v0.1.0 |
1542 | 2024-07-11T23:27:59.240Z | Compiling rustls-pemfile v2.1.2 |
1543 | 2024-07-11T23:27:59.486Z | Compiling tempfile v3.10.1 |
1544 | 2024-07-11T23:27:59.740Z | Compiling async-stream v0.3.5 |
1545 | 2024-07-11T23:27:59.973Z | Compiling waitgroup v0.1.2 |
1546 | 2024-07-11T23:28:00.211Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1547 | 2024-07-11T23:28:00.662Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1548 | 2024-07-11T23:28:01.296Z | Compiling slog-term v2.9.1 |
1549 | 2024-07-11T23:28:01.593Z | Compiling slog-bunyan v2.5.0 |
1550 | 2024-07-11T23:28:01.746Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1551 | 2024-07-11T23:28:01.979Z | Compiling tokio-rustls v0.25.0 |
1552 | 2024-07-11T23:28:02.432Z | Compiling serde_with_macros v3.8.3 |
1553 | 2024-07-11T23:28:02.585Z | Compiling parse-display-derive v0.9.1 |
1554 | 2024-07-11T23:28:02.723Z | Compiling toml v0.8.14 |
1555 | 2024-07-11T23:28:03.157Z | Compiling sha1 v0.10.6 |
1556 | 2024-07-11T23:28:03.927Z | Compiling colored v2.1.0 |
1557 | 2024-07-11T23:28:04.064Z | Compiling crossbeam-deque v0.8.5 |
1558 | 2024-07-11T23:28:04.451Z | Compiling newtype-uuid v1.1.0 |
1559 | 2024-07-11T23:28:04.780Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1560 | 2024-07-11T23:28:05.161Z | Compiling serde_path_to_error v0.1.16 |
1561 | 2024-07-11T23:28:05.177Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1562 | 2024-07-11T23:28:05.908Z | Compiling socket2 v0.4.10 |
1563 | 2024-07-11T23:28:06.200Z | Compiling hostname v0.4.0 |
1564 | 2024-07-11T23:28:06.451Z | Compiling instant v0.1.12 |
1565 | 2024-07-11T23:28:06.620Z | Compiling debug-ignore v1.0.5 |
1566 | 2024-07-11T23:28:06.681Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1567 | 2024-07-11T23:28:06.776Z | Compiling parse-display v0.9.1 |
1568 | 2024-07-11T23:28:07.055Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1569 | 2024-07-11T23:28:07.401Z | Compiling backoff v0.4.0 |
1570 | 2024-07-11T23:28:08.633Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1571 | 2024-07-11T23:28:08.840Z | Compiling serde_with v3.8.3 |
1572 | 2024-07-11T23:28:09.778Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1573 | 2024-07-11T23:28:10.279Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1574 | 2024-07-11T23:28:11.640Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1575 | 2024-07-11T23:28:11.872Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1576 | 2024-07-11T23:28:12.344Z | Compiling camino-tempfile v1.1.1 |
1577 | 2024-07-11T23:28:13.217Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1578 | 2024-07-11T23:28:13.457Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2024-07-11T23:28:13.634Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1580 | 2024-07-11T23:28:13.682Z | Compiling macaddr v1.0.1 |
1581 | 2024-07-11T23:28:13.698Z | Compiling num-derive v0.4.2 |
1582 | 2024-07-11T23:28:14.309Z | Compiling sigpipe v0.1.3 |
1583 | 2024-07-11T23:28:14.433Z | Compiling libefi-sys v0.1.0 |
1584 | 2024-07-11T23:28:14.731Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1585 | 2024-07-11T23:28:15.280Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1586 | 2024-07-11T23:28:15.903Z | Compiling rayon v1.10.0 |
1587 | 2024-07-11T23:28:16.024Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1588 | 2024-07-11T23:28:16.582Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1589 | 2024-07-11T23:28:17.352Z | Compiling smf v0.2.3 |
1590 | 2024-07-11T23:28:17.601Z | Compiling bitfield-struct v0.6.1 |
1591 | 2024-07-11T23:28:18.611Z | Compiling ring v0.16.20 |
1592 | 2024-07-11T23:28:18.923Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1593 | 2024-07-11T23:28:19.267Z | Compiling blake3 v1.5.1 |
1594 | 2024-07-11T23:28:19.562Z | Compiling portable-atomic v1.6.0 |
1595 | 2024-07-11T23:28:20.266Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1596 | 2024-07-11T23:28:20.590Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1597 | 2024-07-11T23:28:20.943Z | Compiling xattr v1.3.1 |
1598 | 2024-07-11T23:28:21.049Z | Compiling filetime v0.2.23 |
1599 | 2024-07-11T23:28:21.255Z | Compiling memmap2 v0.9.4 |
1600 | 2024-07-11T23:28:21.492Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1601 | 2024-07-11T23:28:21.786Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1602 | 2024-07-11T23:28:21.808Z | Compiling arrayref v0.3.7 |
1603 | 2024-07-11T23:28:21.824Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1604 | 2024-07-11T23:28:21.907Z | Compiling arrayvec v0.7.4 |
1605 | 2024-07-11T23:28:21.935Z | Compiling untrusted v0.7.1 |
1606 | 2024-07-11T23:28:22.107Z | Compiling spin v0.5.2 |
1607 | 2024-07-11T23:28:22.350Z | Compiling constant_time_eq v0.3.0 |
1608 | 2024-07-11T23:28:22.366Z | Compiling same-file v1.0.6 |
1609 | 2024-07-11T23:28:22.515Z | Compiling walkdir v2.5.0 |
1610 | 2024-07-11T23:28:23.990Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1611 | 2024-07-11T23:28:24.976Z | Compiling tar v0.4.40 |
1612 | 2024-07-11T23:28:25.272Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1613 | 2024-07-11T23:28:26.897Z | Compiling cargo-platform v0.1.8 |
1614 | 2024-07-11T23:28:27.613Z | Compiling gethostname v0.4.3 |
1615 | 2024-07-11T23:28:27.877Z | Compiling topological-sort v0.2.2 |
1616 | 2024-07-11T23:28:27.994Z | Compiling number_prefix v0.4.0 |
1617 | 2024-07-11T23:28:28.132Z | Compiling omicron-zone-package v0.11.0 |
1618 | 2024-07-11T23:28:28.238Z | Compiling indicatif v0.17.8 |
1619 | 2024-07-11T23:28:29.015Z | Compiling cargo_metadata v0.18.1 |
1620 | 2024-07-11T23:28:33.346Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1621 | 2024-07-11T23:28:36.774Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1622 | 2024-07-11T23:28:37.659Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1623 | 2024-07-11T23:28:42.302Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1624 | 2024-07-11T23:28:58.999Z | Finished `release` profile [optimized] target(s) in 4m 29s |
1625 | 2024-07-11T23:28:59.110Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1626 | 2024-07-11T23:28:59.150Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1627 | 2024-07-11T23:28:59.153Z | Created new build target 'test' and set it as active |
1628 | 2024-07-11T23:28:59.153Z | |
1629 | 2024-07-11T23:28:59.153Z | real 4:29.484595827 |
1630 | 2024-07-11T23:28:59.154Z | user 30:21.905620110 |
1631 | 2024-07-11T23:28:59.154Z | sys 3:51.844748733 |
1632 | 2024-07-11T23:28:59.154Z | trap 0.895011299 |
1633 | 2024-07-11T23:28:59.154Z | tflt 3.546517757 |
1634 | 2024-07-11T23:28:59.154Z | dflt 1.735836644 |
1635 | 2024-07-11T23:28:59.154Z | kflt 0.020369087 |
1636 | 2024-07-11T23:28:59.154Z | lock 1:03:51.212409047 |
1637 | 2024-07-11T23:28:59.154Z | slp 1:25:34.188270243 |
1638 | 2024-07-11T23:28:59.154Z | lat 1:58.584156736 |
1639 | 2024-07-11T23:28:59.154Z | stop 3:00.000826097 |
1640 | 2024-07-11T23:28:59.154Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1641 | 2024-07-11T23:28:59.996Z | Finished `release` profile [optimized] target(s) in 0.80s |
1642 | 2024-07-11T23:29:00.033Z | Running `target/release/omicron-package -t test package` |
1643 | 2024-07-11T23:29:00.065Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1644 | 2024-07-11T23:29:01.056Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1645 | 2024-07-11T23:29:01.155Z | Compiling humantime v2.1.0 |
1646 | 2024-07-11T23:29:01.162Z | Compiling newline-converter v0.3.0 |
1647 | 2024-07-11T23:29:01.165Z | Compiling derive-where v1.2.7 |
1648 | 2024-07-11T23:29:01.165Z | Compiling dirs-sys-next v0.1.2 |
1649 | 2024-07-11T23:29:01.183Z | Compiling convert_case v0.4.0 |
1650 | 2024-07-11T23:29:01.187Z | Compiling prettyplease v0.2.20 |
1651 | 2024-07-11T23:29:01.205Z | Compiling camino v1.1.7 |
1652 | 2024-07-11T23:29:01.304Z | Compiling expectorate v1.1.0 |
1653 | 2024-07-11T23:29:01.382Z | Compiling dirs-next v2.0.0 |
1654 | 2024-07-11T23:29:01.444Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1655 | 2024-07-11T23:29:01.515Z | Compiling term v0.7.0 |
1656 | 2024-07-11T23:29:01.553Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1657 | 2024-07-11T23:29:01.652Z | Compiling password-hash v0.5.0 |
1658 | 2024-07-11T23:29:01.953Z | Compiling blake2 v0.10.6 |
1659 | 2024-07-11T23:29:01.973Z | Compiling derive_more v0.99.18 |
1660 | 2024-07-11T23:29:02.077Z | Compiling is-terminal v0.4.12 |
1661 | 2024-07-11T23:29:02.195Z | Compiling toml v0.8.14 |
1662 | 2024-07-11T23:29:02.821Z | Compiling argon2 v0.5.3 |
1663 | 2024-07-11T23:29:03.185Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1664 | 2024-07-11T23:29:03.610Z | Compiling semver v0.1.20 |
1665 | 2024-07-11T23:29:03.779Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1666 | 2024-07-11T23:29:03.929Z | Compiling rustc_version v0.1.7 |
1667 | 2024-07-11T23:29:03.987Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1668 | 2024-07-11T23:29:04.201Z | Compiling linked-hash-map v0.5.6 |
1669 | 2024-07-11T23:29:04.334Z | Compiling newtype_derive v0.1.6 |
1670 | 2024-07-11T23:29:04.366Z | Compiling rustls-pki-types v1.7.0 |
1671 | 2024-07-11T23:29:04.581Z | Compiling lru-cache v0.1.2 |
1672 | 2024-07-11T23:29:04.779Z | Compiling rustls v0.22.4 |
1673 | 2024-07-11T23:29:04.792Z | Compiling thread_local v1.1.8 |
1674 | 2024-07-11T23:29:04.810Z | Compiling rustls-webpki v0.102.4 |
1675 | 2024-07-11T23:29:05.116Z | Compiling home v0.5.9 |
1676 | 2024-07-11T23:29:05.265Z | Compiling match_cfg v0.1.0 |
1677 | 2024-07-11T23:29:05.289Z | Compiling steno v0.4.1 |
1678 | 2024-07-11T23:29:05.347Z | Compiling hostname v0.3.1 |
1679 | 2024-07-11T23:29:05.361Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1680 | 2024-07-11T23:29:05.556Z | Compiling multer v3.1.0 |
1681 | 2024-07-11T23:29:05.616Z | Compiling slog-async v2.8.0 |
1682 | 2024-07-11T23:29:06.708Z | Compiling slog-json v2.6.1 |
1683 | 2024-07-11T23:29:07.069Z | Compiling crossbeam-channel v0.5.12 |
1684 | 2024-07-11T23:29:07.319Z | Compiling http v1.1.0 |
1685 | 2024-07-11T23:29:08.054Z | Compiling slog-dtrace v0.3.0 |
1686 | 2024-07-11T23:29:08.130Z | Compiling base64 v0.22.1 |
1687 | 2024-07-11T23:29:08.333Z | Compiling termcolor v1.4.1 |
1688 | 2024-07-11T23:29:08.836Z | Compiling take_mut v0.2.2 |
1689 | 2024-07-11T23:29:08.996Z | Compiling atomic-waker v1.1.2 |
1690 | 2024-07-11T23:29:09.170Z | Compiling waitgroup v0.1.2 |
1691 | 2024-07-11T23:29:09.423Z | Compiling rustls-pemfile v2.1.2 |
1692 | 2024-07-11T23:29:09.718Z | Compiling slog-bunyan v2.5.0 |
1693 | 2024-07-11T23:29:09.835Z | Compiling tokio-rustls v0.25.0 |
1694 | 2024-07-11T23:29:09.896Z | Compiling slog-term v2.9.1 |
1695 | 2024-07-11T23:29:10.249Z | Compiling async-stream v0.3.5 |
1696 | 2024-07-11T23:29:10.313Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1697 | 2024-07-11T23:29:10.374Z | Compiling sha1 v0.10.6 |
1698 | 2024-07-11T23:29:10.388Z | Compiling newtype-uuid v1.1.0 |
1699 | 2024-07-11T23:29:10.519Z | Compiling serde_path_to_error v0.1.16 |
1700 | 2024-07-11T23:29:10.690Z | Compiling hostname v0.4.0 |
1701 | 2024-07-11T23:29:10.777Z | Compiling instant v0.1.12 |
1702 | 2024-07-11T23:29:10.903Z | Compiling debug-ignore v1.0.5 |
1703 | 2024-07-11T23:29:10.923Z | Compiling backoff v0.4.0 |
1704 | 2024-07-11T23:29:11.033Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1705 | 2024-07-11T23:29:11.327Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1706 | 2024-07-11T23:29:11.366Z | Compiling parse-display v0.9.1 |
1707 | 2024-07-11T23:29:11.932Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1708 | 2024-07-11T23:29:12.100Z | Compiling serde_with v3.8.3 |
1709 | 2024-07-11T23:29:12.552Z | Compiling strum v0.26.2 |
1710 | 2024-07-11T23:29:12.727Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1711 | 2024-07-11T23:29:13.765Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1712 | 2024-07-11T23:29:14.454Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1713 | 2024-07-11T23:29:14.607Z | Compiling num-rational v0.4.2 |
1714 | 2024-07-11T23:29:14.619Z | Compiling num-complex v0.4.6 |
1715 | 2024-07-11T23:29:15.506Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1716 | 2024-07-11T23:29:15.658Z | Compiling macaddr v1.0.1 |
1717 | 2024-07-11T23:29:16.110Z | Compiling quick-error v1.2.3 |
1718 | 2024-07-11T23:29:16.124Z | Compiling num v0.4.3 |
1719 | 2024-07-11T23:29:16.223Z | Compiling resolv-conf v0.7.0 |
1720 | 2024-07-11T23:29:16.280Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1721 | 2024-07-11T23:29:18.653Z | Compiling float-ord v0.3.2 |
1722 | 2024-07-11T23:29:18.697Z | Compiling radium v0.7.0 |
1723 | 2024-07-11T23:29:18.810Z | Compiling utf-8 v0.7.6 |
1724 | 2024-07-11T23:29:18.896Z | Compiling swrite v0.1.0 |
1725 | 2024-07-11T23:29:19.082Z | Compiling trust-dns-resolver v0.22.0 |
1726 | 2024-07-11T23:29:19.155Z | Compiling tap v1.0.1 |
1727 | 2024-07-11T23:29:19.297Z | Compiling maybe-uninit v2.0.0 |
1728 | 2024-07-11T23:29:19.325Z | Compiling wyz v0.5.1 |
1729 | 2024-07-11T23:29:19.810Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1730 | 2024-07-11T23:29:20.280Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1731 | 2024-07-11T23:29:20.715Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1732 | 2024-07-11T23:29:25.473Z | Compiling display-error-chain v0.2.0 |
1733 | 2024-07-11T23:29:25.658Z | Compiling packed_struct v0.10.1 |
1734 | 2024-07-11T23:29:28.019Z | Compiling num-bigint-dig v0.8.4 |
1735 | 2024-07-11T23:29:28.293Z | Compiling crc-catalog v2.4.0 |
1736 | 2024-07-11T23:29:28.450Z | Compiling funty v2.0.0 |
1737 | 2024-07-11T23:29:30.676Z | Compiling bitvec v1.0.1 |
1738 | 2024-07-11T23:29:30.990Z | Compiling crc v3.2.1 |
1739 | 2024-07-11T23:29:35.192Z | Compiling nibble_vec v0.1.0 |
1740 | 2024-07-11T23:29:35.436Z | Compiling packed_struct_codegen v0.10.1 |
1741 | 2024-07-11T23:29:36.577Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1742 | 2024-07-11T23:29:38.071Z | Compiling indexmap v1.9.3 |
1743 | 2024-07-11T23:29:38.114Z | Compiling crunchy v0.2.2 |
1744 | 2024-07-11T23:29:38.336Z | Compiling endian-type v0.1.2 |
1745 | 2024-07-11T23:29:38.555Z | Compiling nodrop v0.1.14 |
1746 | 2024-07-11T23:29:38.569Z | Compiling glob v0.3.1 |
1747 | 2024-07-11T23:29:38.685Z | Compiling array-init v0.0.4 |
1748 | 2024-07-11T23:29:39.386Z | Compiling clang-sys v1.7.0 |
1749 | 2024-07-11T23:29:39.891Z | Compiling radix_trie v0.2.1 |
1750 | 2024-07-11T23:29:40.490Z | Compiling smallvec v0.6.14 |
1751 | 2024-07-11T23:29:40.967Z | Compiling pkcs1 v0.7.5 |
1752 | 2024-07-11T23:29:41.025Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1753 | 2024-07-11T23:29:41.435Z | Compiling signature v2.2.0 |
1754 | 2024-07-11T23:29:41.712Z | Compiling bitfield v0.14.0 |
1755 | 2024-07-11T23:29:41.992Z | Compiling cancel-safe-futures v0.1.5 |
1756 | 2024-07-11T23:29:42.009Z | Compiling hashbrown v0.12.3 |
1757 | 2024-07-11T23:29:42.313Z | Compiling tiny-keccak v2.0.2 |
1758 | 2024-07-11T23:29:42.574Z | Compiling maplit v1.0.2 |
1759 | 2024-07-11T23:29:42.734Z | Compiling serde-hex v0.1.0 |
1760 | 2024-07-11T23:29:43.273Z | Compiling rsa v0.9.6 |
1761 | 2024-07-11T23:29:44.435Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1762 | 2024-07-11T23:29:46.083Z | Compiling bzip2 v0.4.4 |
1763 | 2024-07-11T23:29:46.662Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1764 | 2024-07-11T23:29:46.964Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1765 | 2024-07-11T23:29:47.869Z | Compiling env_logger v0.10.2 |
1766 | 2024-07-11T23:29:47.872Z | Compiling x509-cert v0.2.5 |
1767 | 2024-07-11T23:29:48.836Z | Compiling ron v0.8.1 |
1768 | 2024-07-11T23:29:50.676Z | Compiling hashbrown v0.13.2 |
1769 | 2024-07-11T23:29:50.984Z | Compiling crc-any v2.5.0 |
1770 | 2024-07-11T23:29:51.899Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1771 | 2024-07-11T23:29:52.036Z | Compiling object v0.30.4 |
1772 | 2024-07-11T23:29:54.049Z | Compiling zip v0.6.6 |
1773 | 2024-07-11T23:29:55.883Z | Compiling rayon-core v1.12.1 |
1774 | 2024-07-11T23:29:55.908Z | Compiling ascii-canvas v3.0.0 |
1775 | 2024-07-11T23:29:56.404Z | Compiling crossbeam-deque v0.8.5 |
1776 | 2024-07-11T23:29:56.790Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1777 | 2024-07-11T23:29:56.881Z | Compiling ena v0.14.3 |
1778 | 2024-07-11T23:29:57.303Z | Compiling half v2.4.1 |
1779 | 2024-07-11T23:29:58.011Z | Compiling libloading v0.8.3 |
1780 | 2024-07-11T23:29:58.386Z | Compiling bindgen v0.69.4 |
1781 | 2024-07-11T23:29:58.777Z | Compiling path-slash v0.1.5 |
1782 | 2024-07-11T23:29:59.002Z | Compiling regex-syntax v0.6.29 |
1783 | 2024-07-11T23:30:00.102Z | Compiling arc-swap v1.7.1 |
1784 | 2024-07-11T23:30:00.776Z | Compiling diff v0.1.13 |
1785 | 2024-07-11T23:30:01.335Z | Compiling same-file v1.0.6 |
1786 | 2024-07-11T23:30:01.559Z | Compiling fastrand v2.1.0 |
1787 | 2024-07-11T23:30:01.953Z | Compiling ciborium-io v0.2.2 |
1788 | 2024-07-11T23:30:02.085Z | Compiling ciborium-ll v0.2.2 |
1789 | 2024-07-11T23:30:02.087Z | Compiling tempfile v3.10.1 |
1790 | 2024-07-11T23:30:02.587Z | Compiling lalrpop v0.19.12 |
1791 | 2024-07-11T23:30:02.854Z | Compiling walkdir v2.5.0 |
1792 | 2024-07-11T23:30:03.475Z | Compiling slog-scope v4.4.0 |
1793 | 2024-07-11T23:30:04.269Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1794 | 2024-07-11T23:30:06.734Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1795 | 2024-07-11T23:30:07.841Z | Compiling which v4.4.2 |
1796 | 2024-07-11T23:30:07.857Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1797 | 2024-07-11T23:30:08.080Z | Compiling cexpr v0.6.0 |
1798 | 2024-07-11T23:30:08.376Z | Compiling fxhash v0.2.1 |
1799 | 2024-07-11T23:30:08.599Z | Compiling rustc-hash v1.1.0 |
1800 | 2024-07-11T23:30:08.750Z | Compiling lazycell v1.3.0 |
1801 | 2024-07-11T23:30:08.912Z | Compiling shlex v1.3.0 |
1802 | 2024-07-11T23:30:09.288Z | Compiling ref-cast v1.0.23 |
1803 | 2024-07-11T23:30:09.782Z | Compiling ring v0.16.20 |
1804 | 2024-07-11T23:30:12.412Z | Compiling blake3 v1.5.1 |
1805 | 2024-07-11T23:30:12.805Z | Compiling rayon v1.10.0 |
1806 | 2024-07-11T23:30:14.219Z | Compiling slog-stdlog v4.1.1 |
1807 | 2024-07-11T23:30:15.098Z | Compiling ciborium v0.2.2 |
1808 | 2024-07-11T23:30:15.158Z | Compiling tungstenite v0.21.0 |
1809 | 2024-07-11T23:30:17.245Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1810 | 2024-07-11T23:30:17.510Z | Compiling derive_builder_core v0.20.0 |
1811 | 2024-07-11T23:30:17.637Z | Compiling headers-core v0.2.0 |
1812 | 2024-07-11T23:30:17.799Z | Compiling xattr v1.3.1 |
1813 | 2024-07-11T23:30:18.053Z | Compiling libxml v0.3.3 |
1814 | 2024-07-11T23:30:18.404Z | Compiling async-recursion v1.1.1 |
1815 | 2024-07-11T23:30:19.693Z | Compiling ref-cast-impl v1.0.23 |
1816 | 2024-07-11T23:30:19.828Z | Compiling filetime v0.2.23 |
1817 | 2024-07-11T23:30:20.130Z | Compiling memmap2 v0.9.4 |
1818 | 2024-07-11T23:30:20.306Z | Compiling atty v0.2.14 |
1819 | 2024-07-11T23:30:20.361Z | Compiling arrayvec v0.7.4 |
1820 | 2024-07-11T23:30:20.448Z | Compiling arrayref v0.3.7 |
1821 | 2024-07-11T23:30:20.523Z | Compiling spin v0.5.2 |
1822 | 2024-07-11T23:30:20.546Z | Compiling untrusted v0.7.1 |
1823 | 2024-07-11T23:30:20.742Z | Compiling constant_time_eq v0.3.0 |
1824 | 2024-07-11T23:30:20.783Z | Compiling tar v0.4.40 |
1825 | 2024-07-11T23:30:20.941Z | Compiling derive_builder_macro v0.20.0 |
1826 | 2024-07-11T23:30:21.784Z | Compiling headers v0.3.9 |
1827 | 2024-07-11T23:30:22.328Z | Compiling tokio-tungstenite v0.21.0 |
1828 | 2024-07-11T23:30:22.623Z | Compiling slog-envlogger v2.2.0 |
1829 | 2024-07-11T23:30:22.905Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1830 | 2024-07-11T23:30:23.872Z | Compiling samael v0.0.15 |
1831 | 2024-07-11T23:30:23.989Z | Compiling toolchain_find v0.4.0 |
1832 | 2024-07-11T23:30:24.205Z | Compiling camino-tempfile v1.1.1 |
1833 | 2024-07-11T23:30:24.564Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1834 | 2024-07-11T23:30:24.588Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1835 | 2024-07-11T23:30:24.838Z | Compiling pem v3.0.4 |
1836 | 2024-07-11T23:30:25.037Z | Compiling libsw v3.3.1 |
1837 | 2024-07-11T23:30:25.366Z | Compiling strum_macros v0.24.3 |
1838 | 2024-07-11T23:30:25.400Z | Compiling cookie v0.18.1 |
1839 | 2024-07-11T23:30:25.579Z | Compiling topological-sort v0.2.2 |
1840 | 2024-07-11T23:30:25.734Z | Compiling linear-map v1.2.0 |
1841 | 2024-07-11T23:30:25.839Z | Compiling indoc v1.0.9 |
1842 | 2024-07-11T23:30:26.033Z | Compiling cfg_aliases v0.1.1 |
1843 | 2024-07-11T23:30:26.141Z | Compiling owo-colors v4.0.0 |
1844 | 2024-07-11T23:30:26.168Z | Compiling nix v0.28.0 |
1845 | 2024-07-11T23:30:26.567Z | Compiling omicron-zone-package v0.11.0 |
1846 | 2024-07-11T23:30:26.907Z | Compiling rustfmt-wrapper v0.2.1 |
1847 | 2024-07-11T23:30:28.723Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1848 | 2024-07-11T23:30:28.981Z | Compiling derive_builder v0.20.0 |
1849 | 2024-07-11T23:30:29.148Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1850 | 2024-07-11T23:30:29.187Z | Compiling polar-core v0.27.3 |
1851 | 2024-07-11T23:30:29.521Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1852 | 2024-07-11T23:30:29.783Z | Compiling quick-xml v0.31.0 |
1853 | 2024-07-11T23:30:31.382Z | Compiling impl-trait-for-tuples v0.2.2 |
1854 | 2024-07-11T23:30:32.001Z | Compiling oso-derive v0.27.3 |
1855 | 2024-07-11T23:30:32.499Z | Compiling vte_generate_state_changes v0.1.1 |
1856 | 2024-07-11T23:30:32.941Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1857 | 2024-07-11T23:30:33.034Z | Compiling unicase v2.7.0 |
1858 | 2024-07-11T23:30:33.204Z | Compiling buf-list v1.0.3 |
1859 | 2024-07-11T23:30:33.395Z | Compiling vte v0.11.1 |
1860 | 2024-07-11T23:30:33.777Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1861 | 2024-07-11T23:30:35.926Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1862 | 2024-07-11T23:30:37.328Z | Compiling tungstenite v0.20.1 |
1863 | 2024-07-11T23:30:37.412Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1864 | 2024-07-11T23:30:37.669Z | Compiling fd-lock v4.0.2 |
1865 | 2024-07-11T23:30:37.868Z | Compiling bb8 v0.8.5 |
1866 | 2024-07-11T23:30:38.425Z | Compiling const_format_proc_macros v0.2.32 |
1867 | 2024-07-11T23:30:40.346Z | Compiling pin-project-internal v1.1.5 |
1868 | 2024-07-11T23:30:40.690Z | Compiling memoffset v0.9.1 |
1869 | 2024-07-11T23:30:40.989Z | Compiling bytecount v0.6.8 |
1870 | 2024-07-11T23:30:41.285Z | Compiling parking_lot_core v0.8.6 |
1871 | 2024-07-11T23:30:41.715Z | Compiling papergrid v0.11.0 |
1872 | 2024-07-11T23:30:42.668Z | Compiling const_format v0.2.32 |
1873 | 2024-07-11T23:30:43.062Z | Compiling pin-project v1.1.5 |
1874 | 2024-07-11T23:30:43.194Z | Compiling tokio-tungstenite v0.20.1 |
1875 | 2024-07-11T23:30:43.722Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1876 | 2024-07-11T23:30:44.348Z | Compiling strip-ansi-escapes v0.2.0 |
1877 | 2024-07-11T23:30:46.310Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1878 | 2024-07-11T23:30:46.452Z | Compiling tabled_derive v0.7.0 |
1879 | 2024-07-11T23:30:48.782Z | Compiling peg-macros v0.8.3 |
1880 | 2024-07-11T23:30:49.929Z | Compiling snafu-derive v0.8.2 |
1881 | 2024-07-11T23:30:52.187Z | Compiling sqlparser_derive v0.2.2 |
1882 | 2024-07-11T23:30:52.493Z | Compiling nu-ansi-term v0.50.0 |
1883 | 2024-07-11T23:30:53.204Z | Compiling unicode_categories v0.1.1 |
1884 | 2024-07-11T23:30:53.553Z | Compiling sqlformat v0.2.3 |
1885 | 2024-07-11T23:30:53.764Z | Compiling oso v0.27.3 |
1886 | 2024-07-11T23:30:53.767Z | Compiling sqlparser v0.45.0 |
1887 | 2024-07-11T23:30:54.818Z | Compiling snafu v0.8.2 |
1888 | 2024-07-11T23:30:56.095Z | Compiling reedline v0.31.0 |
1889 | 2024-07-11T23:31:04.553Z | Compiling rustyline v14.0.0 |
1890 | 2024-07-11T23:31:11.983Z | Compiling peg v0.8.3 |
1891 | 2024-07-11T23:31:12.095Z | Compiling tabled v0.15.0 |
1892 | 2024-07-11T23:31:19.993Z | Compiling env_logger v0.9.3 |
1893 | 2024-07-11T23:31:20.079Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1894 | 2024-07-11T23:31:22.788Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1895 | 2024-07-11T23:31:23.268Z | Compiling globset v0.4.14 |
1896 | 2024-07-11T23:31:24.494Z | Compiling olpc-cjson v0.1.3 |
1897 | 2024-07-11T23:31:24.820Z | Compiling bcs v0.1.6 |
1898 | 2024-07-11T23:31:25.717Z | Compiling bitstruct_derive v0.1.0 |
1899 | 2024-07-11T23:31:26.972Z | Compiling serde_plain v1.0.2 |
1900 | 2024-07-11T23:31:27.521Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-07-11T23:31:27.661Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1902 | 2024-07-11T23:31:27.956Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1903 | 2024-07-11T23:31:28.239Z | Compiling salty v0.2.0 |
1904 | 2024-07-11T23:31:28.627Z | Compiling signature v1.6.4 |
1905 | 2024-07-11T23:31:28.642Z | Compiling highway v1.1.0 |
1906 | 2024-07-11T23:31:28.795Z | Compiling ascii v1.1.0 |
1907 | 2024-07-11T23:31:29.548Z | Compiling typed-path v0.7.1 |
1908 | 2024-07-11T23:31:30.014Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1909 | 2024-07-11T23:31:30.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1910 | 2024-07-11T23:31:32.426Z | Compiling tough v0.17.1 |
1911 | 2024-07-11T23:31:32.814Z | Compiling ed25519 v1.5.3 |
1912 | 2024-07-11T23:31:33.228Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1913 | 2024-07-11T23:31:33.502Z | Compiling bitstruct v0.1.1 |
1914 | 2024-07-11T23:31:33.627Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-11T23:31:34.542Z | Compiling parking_lot v0.11.2 |
1916 | 2024-07-11T23:31:36.369Z | Compiling nix v0.27.1 |
1917 | 2024-07-11T23:31:36.671Z | Compiling trust-dns-client v0.22.0 |
1918 | 2024-07-11T23:31:39.409Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1919 | 2024-07-11T23:31:53.106Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1920 | 2024-07-11T23:31:58.268Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1921 | 2024-07-11T23:31:59.477Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1922 | 2024-07-11T23:32:01.655Z | Compiling curve25519-dalek v4.1.3 |
1923 | 2024-07-11T23:32:02.054Z | Compiling kstat-rs v0.2.4 |
1924 | 2024-07-11T23:32:02.066Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1925 | 2024-07-11T23:32:02.901Z | Compiling serde_arrays v0.1.0 |
1926 | 2024-07-11T23:32:02.989Z | Compiling toml v0.5.11 |
1927 | 2024-07-11T23:32:03.085Z | Compiling erased-serde v0.3.31 |
1928 | 2024-07-11T23:32:04.870Z | Compiling serde-big-array v0.5.1 |
1929 | 2024-07-11T23:32:05.127Z | Compiling keccak v0.1.5 |
1930 | 2024-07-11T23:32:06.070Z | Compiling parse-size v1.0.0 |
1931 | 2024-07-11T23:32:06.361Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1932 | 2024-07-11T23:32:08.194Z | Compiling sha3 v0.10.8 |
1933 | 2024-07-11T23:32:10.680Z | Compiling trust-dns-server v0.22.1 |
1934 | 2024-07-11T23:32:12.563Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1935 | 2024-07-11T23:32:12.845Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1936 | 2024-07-11T23:32:13.342Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1937 | 2024-07-11T23:32:24.074Z | Compiling sled v0.34.7 |
1938 | 2024-07-11T23:32:26.767Z | Compiling mime_guess v2.0.4 |
1939 | 2024-07-11T23:32:30.416Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1940 | 2024-07-11T23:32:31.785Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1941 | 2024-07-11T23:32:31.800Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
1942 | 2024-07-11T23:32:33.275Z | Compiling signal-hook-tokio v0.3.1 |
1943 | 2024-07-11T23:32:33.489Z | Compiling universal-hash v0.5.1 |
1944 | 2024-07-11T23:32:33.720Z | Compiling heck v0.3.3 |
1945 | 2024-07-11T23:32:34.091Z | Compiling secrecy v0.8.0 |
1946 | 2024-07-11T23:32:34.359Z | Compiling rand_seeder v0.2.3 |
1947 | 2024-07-11T23:32:34.760Z | Compiling castaway v0.2.2 |
1948 | 2024-07-11T23:32:34.952Z | Compiling thiserror-impl-no-std v2.0.2 |
1949 | 2024-07-11T23:32:37.076Z | Compiling serde-big-array v0.4.1 |
1950 | 2024-07-11T23:32:37.266Z | Compiling curve25519-dalek-derive v0.1.1 |
1951 | 2024-07-11T23:32:37.809Z | Compiling nanorand v0.7.0 |
1952 | 2024-07-11T23:32:38.580Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1953 | 2024-07-11T23:32:38.666Z | Compiling opaque-debug v0.3.1 |
1954 | 2024-07-11T23:32:38.769Z | Compiling poly1305 v0.8.0 |
1955 | 2024-07-11T23:32:40.235Z | Compiling flume v0.11.0 |
1956 | 2024-07-11T23:32:40.991Z | Compiling thiserror-no-std v2.0.2 |
1957 | 2024-07-11T23:32:41.123Z | Compiling sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1958 | 2024-07-11T23:32:42.510Z | Compiling compact_str v0.7.1 |
1959 | 2024-07-11T23:32:44.174Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1960 | 2024-07-11T23:32:44.376Z | Compiling zone_cfg_derive v0.1.2 |
1961 | 2024-07-11T23:32:45.725Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1962 | 2024-07-11T23:32:47.087Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1963 | 2024-07-11T23:32:50.898Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1964 | 2024-07-11T23:32:56.746Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1965 | 2024-07-11T23:32:57.381Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1966 | 2024-07-11T23:32:58.440Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1967 | 2024-07-11T23:33:01.320Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1968 | 2024-07-11T23:33:03.787Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1969 | 2024-07-11T23:33:04.063Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1970 | 2024-07-11T23:33:04.342Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1971 | 2024-07-11T23:33:04.616Z | Compiling chacha20 v0.9.1 |
1972 | 2024-07-11T23:33:05.079Z | Compiling unicode-truncate v1.0.0 |
1973 | 2024-07-11T23:33:05.345Z | Compiling itertools v0.13.0 |
1974 | 2024-07-11T23:33:09.275Z | Compiling aead v0.5.2 |
1975 | 2024-07-11T23:33:09.456Z | Compiling lru v0.12.3 |
1976 | 2024-07-11T23:33:09.625Z | Compiling stability v0.2.0 |
1977 | 2024-07-11T23:33:09.798Z | Compiling corncobs v0.1.3 |
1978 | 2024-07-11T23:33:10.175Z | Compiling base64 v0.13.1 |
1979 | 2024-07-11T23:33:10.577Z | Compiling cassowary v0.3.0 |
1980 | 2024-07-11T23:33:10.941Z | Compiling ron v0.7.1 |
1981 | 2024-07-11T23:33:13.004Z | Compiling ratatui v0.27.0 |
1982 | 2024-07-11T23:33:14.411Z | Compiling sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1983 | 2024-07-11T23:33:15.121Z | Compiling chacha20poly1305 v0.10.1 |
1984 | 2024-07-11T23:33:15.423Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1985 | 2024-07-11T23:33:16.357Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-07-11T23:33:17.006Z | Compiling zone v0.1.8 |
1987 | 2024-07-11T23:33:18.397Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1988 | 2024-07-11T23:33:20.240Z | Compiling vsss-rs v3.3.4 |
1989 | 2024-07-11T23:33:24.669Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1990 | 2024-07-11T23:33:25.401Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1991 | 2024-07-11T23:33:28.220Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1992 | 2024-07-11T23:33:29.516Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1993 | 2024-07-11T23:33:29.731Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1994 | 2024-07-11T23:33:30.007Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1995 | 2024-07-11T23:33:30.492Z | Compiling portpicker v0.1.1 |
1996 | 2024-07-11T23:33:30.984Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1997 | 2024-07-11T23:33:33.205Z | Compiling csv-core v0.1.11 |
1998 | 2024-07-11T23:33:34.047Z | Compiling smawk v0.3.2 |
1999 | 2024-07-11T23:33:34.290Z | Compiling unicode-linebreak v0.1.5 |
2000 | 2024-07-11T23:33:35.065Z | Compiling http-range v0.1.5 |
2001 | 2024-07-11T23:33:35.619Z | Compiling hyper-staticfile v0.9.5 |
2002 | 2024-07-11T23:33:36.708Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2003 | 2024-07-11T23:33:36.742Z | Compiling textwrap v0.16.1 |
2004 | 2024-07-11T23:33:37.278Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2005 | 2024-07-11T23:33:38.660Z | Compiling csv v1.3.0 |
2006 | 2024-07-11T23:33:40.476Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2007 | 2024-07-11T23:33:47.721Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2008 | 2024-07-11T23:33:48.713Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2009 | 2024-07-11T23:33:51.597Z | Compiling rcgen v0.12.1 |
2010 | 2024-07-11T23:33:58.852Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2011 | 2024-07-11T23:33:59.305Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2012 | 2024-07-11T23:33:59.573Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2013 | 2024-07-11T23:34:00.438Z | Compiling atomicwrites v0.4.3 |
2014 | 2024-07-11T23:34:00.979Z | Compiling fatfs v0.3.6 |
2015 | 2024-07-11T23:34:01.804Z | Compiling subprocess v0.2.9 |
2016 | 2024-07-11T23:34:02.171Z | Compiling rtoolbox v0.0.2 |
2017 | 2024-07-11T23:34:02.613Z | Compiling is_ci v1.2.0 |
2018 | 2024-07-11T23:34:02.908Z | Compiling assert_matches v1.5.0 |
2019 | 2024-07-11T23:34:02.922Z | Compiling supports-color v3.0.0 |
2020 | 2024-07-11T23:34:03.566Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2021 | 2024-07-11T23:34:03.715Z | Compiling rpassword v7.3.1 |
2022 | 2024-07-11T23:34:04.175Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2023 | 2024-07-11T23:34:06.483Z | Compiling tui-tree-widget v0.21.0 |
2024 | 2024-07-11T23:34:06.892Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2025 | 2024-07-11T23:34:06.921Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2026 | 2024-07-11T23:34:10.898Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2027 | 2024-07-11T23:34:11.170Z | Compiling shell-words v1.1.0 |
2028 | 2024-07-11T23:34:11.602Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2029 | 2024-07-11T23:34:12.952Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2030 | 2024-07-11T23:34:24.601Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2031 | 2024-07-11T23:34:37.145Z | Compiling uzers v0.11.3 |
2032 | 2024-07-11T23:34:40.045Z | Compiling multimap v0.10.0 |
2033 | 2024-07-11T23:35:32.341Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2034 | 2024-07-11T23:36:44.169Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2035 | 2024-07-11T23:37:08.934Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2036 | 2024-07-11T23:43:17.328Z | Finished `release` profile [optimized] target(s) in 14m 16s |
2037 | 2024-07-11T23:44:04.486Z | |
2038 | 2024-07-11T23:44:04.486Z | real 15:05.166967024 |
2039 | 2024-07-11T23:44:04.486Z | user 1:44:36.389053785 |
2040 | 2024-07-11T23:44:04.486Z | sys 5:44.979190172 |
2041 | 2024-07-11T23:44:04.486Z | trap 2.363855643 |
2042 | 2024-07-11T23:44:04.489Z | tflt 2.292131889 |
2043 | 2024-07-11T23:44:04.489Z | dflt 3.694019243 |
2044 | 2024-07-11T23:44:04.489Z | kflt 0.002153882 |
2045 | 2024-07-11T23:44:04.489Z | lock 6:19:07.251808978 |
2046 | 2024-07-11T23:44:04.489Z | slp 4:06:03.458313433 |
2047 | 2024-07-11T23:44:04.489Z | lat 2:32.168182002 |
2048 | 2024-07-11T23:44:04.489Z | stop 1:47.016709080 |
2049 | 2024-07-11T23:44:04.489Z | + mapfile -t packages |
2050 | 2024-07-11T23:44:04.489Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2051 | 2024-07-11T23:44:05.333Z | Finished `release` profile [optimized] target(s) in 0.80s |
2052 | 2024-07-11T23:44:05.370Z | Running `target/release/omicron-package -t test list-outputs` |
2053 | 2024-07-11T23:44:05.405Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2054 | 2024-07-11T23:44:05.408Z | + ptime -m cargo build --locked --release -p xtask |
2055 | 2024-07-11T23:44:06.000Z | Compiling serde v1.0.204 |
2056 | 2024-07-11T23:44:06.003Z | Compiling bitflags v2.5.0 |
2057 | 2024-07-11T23:44:06.003Z | Compiling syn v2.0.68 |
2058 | 2024-07-11T23:44:06.094Z | Compiling smallvec v1.13.2 |
2059 | 2024-07-11T23:44:06.096Z | Compiling scopeguard v1.2.0 |
2060 | 2024-07-11T23:44:06.096Z | Compiling bytes v1.6.0 |
2061 | 2024-07-11T23:44:06.117Z | Compiling serde_json v1.0.120 |
2062 | 2024-07-11T23:44:06.251Z | Compiling lock_api v0.4.12 |
2063 | 2024-07-11T23:44:06.446Z | Compiling log v0.4.21 |
2064 | 2024-07-11T23:44:06.565Z | Compiling parking_lot_core v0.9.10 |
2065 | 2024-07-11T23:44:06.590Z | Compiling hashbrown v0.14.5 |
2066 | 2024-07-11T23:44:06.628Z | Compiling mio v0.8.11 |
2067 | 2024-07-11T23:44:06.642Z | Compiling libc v0.2.155 |
2068 | 2024-07-11T23:44:06.914Z | Compiling parking_lot v0.12.2 |
2069 | 2024-07-11T23:44:07.095Z | Compiling generic-array v0.14.7 |
2070 | 2024-07-11T23:44:07.333Z | Compiling slog v2.7.0 |
2071 | 2024-07-11T23:44:07.461Z | Compiling rustix v0.38.34 |
2072 | 2024-07-11T23:44:07.866Z | Compiling http v0.2.12 |
2073 | 2024-07-11T23:44:07.899Z | Compiling usdt-impl v0.5.0 |
2074 | 2024-07-11T23:44:08.184Z | Compiling indexmap v2.2.6 |
2075 | 2024-07-11T23:44:08.187Z | Compiling syn v1.0.109 |
2076 | 2024-07-11T23:44:08.227Z | Compiling time-macros v0.2.18 |
2077 | 2024-07-11T23:44:08.702Z | Compiling thread-id v4.2.1 |
2078 | 2024-07-11T23:44:08.798Z | Compiling tracing v0.1.40 |
2079 | 2024-07-11T23:44:09.524Z | Compiling crossbeam-utils v0.8.19 |
2080 | 2024-07-11T23:44:09.819Z | Compiling http-body v0.4.6 |
2081 | 2024-07-11T23:44:10.138Z | Compiling unicode-normalization v0.1.23 |
2082 | 2024-07-11T23:44:10.234Z | Compiling unicode-bidi v0.3.15 |
2083 | 2024-07-11T23:44:11.304Z | Compiling time v0.3.36 |
2084 | 2024-07-11T23:44:11.412Z | Compiling idna v0.5.0 |
2085 | 2024-07-11T23:44:12.011Z | Compiling block-buffer v0.10.4 |
2086 | 2024-07-11T23:44:12.257Z | Compiling crypto-common v0.1.6 |
2087 | 2024-07-11T23:44:12.517Z | Compiling terminal_size v0.3.0 |
2088 | 2024-07-11T23:44:12.733Z | Compiling fs-err v2.11.0 |
2089 | 2024-07-11T23:44:13.011Z | Compiling proc-macro-error v1.0.4 |
2090 | 2024-07-11T23:44:13.220Z | Compiling anyhow v1.0.86 |
2091 | 2024-07-11T23:44:13.635Z | Compiling clap_builder v4.5.2 |
2092 | 2024-07-11T23:44:13.946Z | Compiling crossbeam-channel v0.5.12 |
2093 | 2024-07-11T23:44:14.416Z | Compiling digest v0.10.7 |
2094 | 2024-07-11T23:44:14.738Z | Compiling url v2.5.0 |
2095 | 2024-07-11T23:44:14.843Z | Compiling xattr v1.3.1 |
2096 | 2024-07-11T23:44:15.165Z | Compiling sha2 v0.10.8 |
2097 | 2024-07-11T23:44:15.652Z | Compiling slog-async v2.8.0 |
2098 | 2024-07-11T23:44:15.966Z | Compiling tabled_derive v0.7.0 |
2099 | 2024-07-11T23:44:17.929Z | Compiling serde_derive v1.0.204 |
2100 | 2024-07-11T23:44:18.084Z | Compiling thiserror-impl v1.0.60 |
2101 | 2024-07-11T23:44:18.233Z | Compiling zerocopy-derive v0.7.34 |
2102 | 2024-07-11T23:44:18.788Z | Compiling futures-macro v0.3.30 |
2103 | 2024-07-11T23:44:20.260Z | Compiling tokio-macros v2.3.0 |
2104 | 2024-07-11T23:44:20.337Z | Compiling zerocopy v0.7.34 |
2105 | 2024-07-11T23:44:20.567Z | Compiling scroll_derive v0.12.0 |
2106 | 2024-07-11T23:44:20.751Z | Compiling futures-util v0.3.30 |
2107 | 2024-07-11T23:44:20.963Z | Compiling thiserror v1.0.60 |
2108 | 2024-07-11T23:44:21.122Z | Compiling pest v2.7.10 |
2109 | 2024-07-11T23:44:21.829Z | Compiling tokio v1.38.0 |
2110 | 2024-07-11T23:44:22.056Z | Compiling openssl-macros v0.1.1 |
2111 | 2024-07-11T23:44:22.112Z | Compiling scroll v0.12.0 |
2112 | 2024-07-11T23:44:22.774Z | Compiling goblin v0.8.2 |
2113 | 2024-07-11T23:44:22.789Z | Compiling openssl v0.10.64 |
2114 | 2024-07-11T23:44:23.941Z | Compiling pest_meta v2.7.10 |
2115 | 2024-07-11T23:44:27.836Z | Compiling pest_generator v2.7.10 |
2116 | 2024-07-11T23:44:29.718Z | Compiling pest_derive v2.7.10 |
2117 | 2024-07-11T23:44:30.453Z | Compiling dtrace-parser v0.2.0 |
2118 | 2024-07-11T23:44:32.812Z | Compiling tokio-util v0.7.11 |
2119 | 2024-07-11T23:44:34.925Z | Compiling serde_tokenstream v0.2.1 |
2120 | 2024-07-11T23:44:35.472Z | Compiling h2 v0.3.26 |
2121 | 2024-07-11T23:44:37.418Z | Compiling dof v0.3.0 |
2122 | 2024-07-11T23:44:38.440Z | Compiling serde_spanned v0.6.6 |
2123 | 2024-07-11T23:44:38.704Z | Compiling toml_datetime v0.6.6 |
2124 | 2024-07-11T23:44:38.950Z | Compiling native-tls v0.2.11 |
2125 | 2024-07-11T23:44:39.856Z | Compiling tokio-native-tls v0.3.1 |
2126 | 2024-07-11T23:44:40.053Z | Compiling toml_edit v0.22.14 |
2127 | 2024-07-11T23:44:40.168Z | Compiling usdt-macro v0.5.0 |
2128 | 2024-07-11T23:44:41.375Z | Compiling hyper v0.14.28 |
2129 | 2024-07-11T23:44:46.539Z | Compiling hyper-tls v0.5.0 |
2130 | 2024-07-11T23:44:47.067Z | Compiling toml v0.8.14 |
2131 | 2024-07-11T23:44:48.058Z | Compiling usdt-attr-macro v0.5.0 |
2132 | 2024-07-11T23:44:48.949Z | Compiling slog-json v2.6.1 |
2133 | 2024-07-11T23:44:49.417Z | Compiling semver v1.0.23 |
2134 | 2024-07-11T23:44:49.446Z | Compiling camino v1.1.7 |
2135 | 2024-07-11T23:44:50.257Z | Compiling cargo-platform v0.1.8 |
2136 | 2024-07-11T23:44:50.814Z | Compiling serde_urlencoded v0.7.1 |
2137 | 2024-07-11T23:44:50.973Z | Compiling futures-executor v0.3.30 |
2138 | 2024-07-11T23:44:51.421Z | Compiling strum_macros v0.26.4 |
2139 | 2024-07-11T23:44:51.434Z | Compiling clap_derive v4.5.4 |
2140 | 2024-07-11T23:44:52.055Z | Compiling reqwest v0.11.27 |
2141 | 2024-07-11T23:44:53.923Z | Compiling futures v0.3.30 |
2142 | 2024-07-11T23:44:54.013Z | Compiling cargo_metadata v0.18.1 |
2143 | 2024-07-11T23:44:54.054Z | Compiling usdt v0.5.0 |
2144 | 2024-07-11T23:44:55.561Z | Compiling slog-bunyan v2.5.0 |
2145 | 2024-07-11T23:44:55.858Z | Compiling cargo_toml v0.20.3 |
2146 | 2024-07-11T23:44:56.084Z | Compiling clap v4.5.4 |
2147 | 2024-07-11T23:44:56.110Z | Compiling macaddr v1.0.1 |
2148 | 2024-07-11T23:44:56.210Z | Compiling tabled v0.15.0 |
2149 | 2024-07-11T23:44:56.270Z | Compiling strum v0.26.2 |
2150 | 2024-07-11T23:44:56.463Z | Compiling slog-term v2.9.1 |
2151 | 2024-07-11T23:44:56.704Z | Compiling tar v0.4.40 |
2152 | 2024-07-11T23:45:12.683Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2153 | 2024-07-11T23:45:26.553Z | Finished `release` profile [optimized] target(s) in 1m 21s |
2154 | 2024-07-11T23:45:26.646Z | |
2155 | 2024-07-11T23:45:26.646Z | real 1:21.201975664 |
2156 | 2024-07-11T23:45:26.646Z | user 8:52.851034891 |
2157 | 2024-07-11T23:45:26.646Z | sys 50.649779967 |
2158 | 2024-07-11T23:45:26.646Z | trap 0.247542926 |
2159 | 2024-07-11T23:45:26.646Z | tflt 0.446693457 |
2160 | 2024-07-11T23:45:26.646Z | dflt 0.209354872 |
2161 | 2024-07-11T23:45:26.646Z | kflt 0.000000000 |
2162 | 2024-07-11T23:45:26.646Z | lock 19:50.628093551 |
2163 | 2024-07-11T23:45:26.647Z | slp 22:31.834103435 |
2164 | 2024-07-11T23:45:26.647Z | lat 25.721869367 |
2165 | 2024-07-11T23:45:26.647Z | stop 22.230650152 |
2166 | 2024-07-11T23:45:26.649Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2167 | 2024-07-11T23:45:26.650Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2168 | 2024-07-11T23:45:26.650Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2169 | 2024-07-11T23:45:26.650Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2170 | 2024-07-11T23:45:26.650Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2171 | 2024-07-11T23:45:27.165Z | Downloading crates ... |
2172 | 2024-07-11T23:45:27.392Z | Downloaded cbc v0.1.2 |
2173 | 2024-07-11T23:45:27.402Z | Downloaded option-ext v0.2.0 |
2174 | 2024-07-11T23:45:27.411Z | Downloaded md5 v0.7.0 |
2175 | 2024-07-11T23:45:27.415Z | Downloaded dhcproto-macros v0.1.0 |
2176 | 2024-07-11T23:45:27.421Z | Downloaded russh-cryptovec v0.7.2 |
2177 | 2024-07-11T23:45:27.424Z | Downloaded dirs v5.0.1 |
2178 | 2024-07-11T23:45:27.427Z | Downloaded ghash v0.5.1 |
2179 | 2024-07-11T23:45:27.431Z | Downloaded polyval v0.6.2 |
2180 | 2024-07-11T23:45:27.434Z | Downloaded rand_core v0.5.1 |
2181 | 2024-07-11T23:45:27.436Z | Downloaded pbkdf2 v0.11.0 |
2182 | 2024-07-11T23:45:27.436Z | Downloaded internet-checksum v0.2.1 |
2183 | 2024-07-11T23:45:27.439Z | Downloaded pbkdf2 v0.12.2 |
2184 | 2024-07-11T23:45:27.439Z | Downloaded password-hash v0.4.2 |
2185 | 2024-07-11T23:45:27.444Z | Downloaded hex-literal v0.4.1 |
2186 | 2024-07-11T23:45:27.444Z | Downloaded ctr v0.9.2 |
2187 | 2024-07-11T23:45:27.447Z | Downloaded bcrypt-pbkdf v0.10.0 |
2188 | 2024-07-11T23:45:27.447Z | Downloaded rfc6979 v0.4.0 |
2189 | 2024-07-11T23:45:27.447Z | Downloaded ed25519 v2.2.3 |
2190 | 2024-07-11T23:45:27.447Z | Downloaded dirs-sys v0.4.1 |
2191 | 2024-07-11T23:45:27.447Z | Downloaded ecdsa v0.16.9 |
2192 | 2024-07-11T23:45:27.450Z | Downloaded blowfish v0.9.1 |
2193 | 2024-07-11T23:45:27.450Z | Downloaded aes v0.8.4 |
2194 | 2024-07-11T23:45:27.453Z | Downloaded rand_chacha v0.2.2 |
2195 | 2024-07-11T23:45:27.456Z | Downloaded getrandom v0.1.16 |
2196 | 2024-07-11T23:45:27.456Z | Downloaded dhcproto v0.11.0 |
2197 | 2024-07-11T23:45:27.459Z | Downloaded primeorder v0.13.6 |
2198 | 2024-07-11T23:45:27.462Z | Downloaded russh-keys v0.43.0 |
2199 | 2024-07-11T23:45:27.469Z | Downloaded p256 v0.13.2 |
2200 | 2024-07-11T23:45:27.472Z | Downloaded ed25519-dalek v2.1.1 |
2201 | 2024-07-11T23:45:27.482Z | Downloaded russh v0.43.0 |
2202 | 2024-07-11T23:45:27.487Z | Downloaded rand v0.7.3 |
2203 | 2024-07-11T23:45:27.492Z | Downloaded p521 v0.13.3 |
2204 | 2024-07-11T23:45:27.495Z | Downloaded aes-gcm v0.10.3 |
2205 | 2024-07-11T23:45:27.624Z | Compiling serde v1.0.204 |
2206 | 2024-07-11T23:45:27.720Z | Compiling scopeguard v1.2.0 |
2207 | 2024-07-11T23:45:27.723Z | Compiling log v0.4.21 |
2208 | 2024-07-11T23:45:27.726Z | Compiling smallvec v1.13.2 |
2209 | 2024-07-11T23:45:27.726Z | Compiling syn v2.0.68 |
2210 | 2024-07-11T23:45:27.727Z | Compiling getrandom v0.2.14 |
2211 | 2024-07-11T23:45:27.727Z | Compiling generic-array v0.14.7 |
2212 | 2024-07-11T23:45:27.733Z | Compiling libm v0.2.8 |
2213 | 2024-07-11T23:45:27.872Z | Compiling lock_api v0.4.12 |
2214 | 2024-07-11T23:45:28.042Z | Compiling rand_core v0.6.4 |
2215 | 2024-07-11T23:45:28.158Z | Compiling parking_lot_core v0.9.10 |
2216 | 2024-07-11T23:45:28.195Z | Compiling num-traits v0.2.19 |
2217 | 2024-07-11T23:45:28.223Z | Compiling subtle v2.5.0 |
2218 | 2024-07-11T23:45:28.269Z | Compiling mio v0.8.11 |
2219 | 2024-07-11T23:45:28.379Z | Compiling ahash v0.8.11 |
2220 | 2024-07-11T23:45:28.554Z | Compiling parking_lot v0.12.2 |
2221 | 2024-07-11T23:45:28.569Z | Compiling serde_json v1.0.120 |
2222 | 2024-07-11T23:45:28.674Z | Compiling spin v0.9.8 |
2223 | 2024-07-11T23:45:28.763Z | Compiling allocator-api2 v0.2.18 |
2224 | 2024-07-11T23:45:28.808Z | Compiling const-oid v0.9.6 |
2225 | 2024-07-11T23:45:28.909Z | Compiling iana-time-zone v0.1.60 |
2226 | 2024-07-11T23:45:29.102Z | Compiling syn v1.0.109 |
2227 | 2024-07-11T23:45:29.511Z | Compiling unicode-normalization v0.1.23 |
2228 | 2024-07-11T23:45:29.550Z | Compiling schemars v0.8.21 |
2229 | 2024-07-11T23:45:29.565Z | Compiling unicode-bidi v0.3.15 |
2230 | 2024-07-11T23:45:29.637Z | Compiling dyn-clone v1.0.17 |
2231 | 2024-07-11T23:45:29.857Z | Compiling ppv-lite86 v0.2.17 |
2232 | 2024-07-11T23:45:29.897Z | Compiling time-macros v0.2.18 |
2233 | 2024-07-11T23:45:30.556Z | Compiling ring v0.17.8 |
2234 | 2024-07-11T23:45:30.580Z | Compiling rand_chacha v0.3.1 |
2235 | 2024-07-11T23:45:30.751Z | Compiling aho-corasick v1.1.3 |
2236 | 2024-07-11T23:45:31.165Z | Compiling regex-syntax v0.8.3 |
2237 | 2024-07-11T23:45:31.543Z | Compiling rand v0.8.5 |
2238 | 2024-07-11T23:45:32.968Z | Compiling idna v0.5.0 |
2239 | 2024-07-11T23:45:33.546Z | Compiling time v0.3.36 |
2240 | 2024-07-11T23:45:33.618Z | Compiling slog v2.7.0 |
2241 | 2024-07-11T23:45:34.182Z | Compiling url v2.5.0 |
2242 | 2024-07-11T23:45:34.554Z | Compiling regex-automata v0.4.6 |
2243 | 2024-07-11T23:45:34.576Z | Compiling untrusted v0.9.0 |
2244 | 2024-07-11T23:45:36.054Z | Compiling serde_derive_internals v0.29.1 |
2245 | 2024-07-11T23:45:37.364Z | Compiling lazy_static v1.5.0 |
2246 | 2024-07-11T23:45:37.494Z | Compiling backtrace v0.3.71 |
2247 | 2024-07-11T23:45:37.938Z | Compiling gimli v0.28.1 |
2248 | 2024-07-11T23:45:37.996Z | Compiling object v0.32.2 |
2249 | 2024-07-11T23:45:38.680Z | Compiling anyhow v1.0.86 |
2250 | 2024-07-11T23:45:38.913Z | Compiling rustc-demangle v0.1.24 |
2251 | 2024-07-11T23:45:39.059Z | Compiling rustls v0.21.12 |
2252 | 2024-07-11T23:45:39.314Z | Compiling crossbeam-utils v0.8.19 |
2253 | 2024-07-11T23:45:39.443Z | Compiling winnow v0.5.40 |
2254 | 2024-07-11T23:45:39.873Z | Compiling regex v1.10.5 |
2255 | 2024-07-11T23:45:39.956Z | Compiling base64ct v1.6.0 |
2256 | 2024-07-11T23:45:40.623Z | Compiling sct v0.7.1 |
2257 | 2024-07-11T23:45:40.967Z | Compiling rustls-webpki v0.101.7 |
2258 | 2024-07-11T23:45:40.970Z | Compiling cookie v0.17.0 |
2259 | 2024-07-11T23:45:42.618Z | Compiling addr2line v0.21.0 |
2260 | 2024-07-11T23:45:42.766Z | Compiling serde_derive v1.0.204 |
2261 | 2024-07-11T23:45:42.879Z | Compiling zeroize_derive v1.4.2 |
2262 | 2024-07-11T23:45:42.922Z | Compiling zerocopy-derive v0.7.34 |
2263 | 2024-07-11T23:45:43.257Z | Compiling thiserror-impl v1.0.60 |
2264 | 2024-07-11T23:45:43.386Z | Compiling tokio-macros v2.3.0 |
2265 | 2024-07-11T23:45:44.561Z | Compiling zeroize v1.7.0 |
2266 | 2024-07-11T23:45:44.959Z | Compiling futures-macro v0.3.30 |
2267 | 2024-07-11T23:45:45.145Z | Compiling schemars_derive v0.8.21 |
2268 | 2024-07-11T23:45:45.271Z | Compiling tracing-attributes v0.1.27 |
2269 | 2024-07-11T23:45:45.337Z | Compiling zerocopy v0.7.34 |
2270 | 2024-07-11T23:45:46.322Z | Compiling crypto-common v0.1.6 |
2271 | 2024-07-11T23:45:46.570Z | Compiling block-buffer v0.10.4 |
2272 | 2024-07-11T23:45:46.740Z | Compiling thiserror v1.0.60 |
2273 | 2024-07-11T23:45:46.840Z | Compiling digest v0.10.7 |
2274 | 2024-07-11T23:45:46.880Z | Compiling async-trait v0.1.81 |
2275 | 2024-07-11T23:45:47.112Z | Compiling futures-util v0.3.30 |
2276 | 2024-07-11T23:45:47.715Z | Compiling hashbrown v0.14.5 |
2277 | 2024-07-11T23:45:48.035Z | Compiling openssl-macros v0.1.1 |
2278 | 2024-07-11T23:45:48.800Z | Compiling pest v2.7.10 |
2279 | 2024-07-11T23:45:49.352Z | Compiling tracing v0.1.40 |
2280 | 2024-07-11T23:45:49.587Z | Compiling idna v0.3.0 |
2281 | 2024-07-11T23:45:49.826Z | Compiling psl-types v2.0.11 |
2282 | 2024-07-11T23:45:49.922Z | Compiling data-encoding v2.6.0 |
2283 | 2024-07-11T23:45:50.014Z | Compiling hmac v0.12.1 |
2284 | 2024-07-11T23:45:50.252Z | Compiling scroll_derive v0.12.0 |
2285 | 2024-07-11T23:45:50.977Z | Compiling publicsuffix v2.2.3 |
2286 | 2024-07-11T23:45:51.239Z | Compiling pest_meta v2.7.10 |
2287 | 2024-07-11T23:45:51.662Z | Compiling bitflags v1.3.2 |
2288 | 2024-07-11T23:45:51.769Z | Compiling webpki-roots v0.25.4 |
2289 | 2024-07-11T23:45:51.838Z | Compiling scroll v0.12.0 |
2290 | 2024-07-11T23:45:51.919Z | Compiling block-padding v0.3.3 |
2291 | 2024-07-11T23:45:52.175Z | Compiling der_derive v0.7.2 |
2292 | 2024-07-11T23:45:52.382Z | Compiling goblin v0.8.2 |
2293 | 2024-07-11T23:45:52.385Z | Compiling pem-rfc7468 v0.7.0 |
2294 | 2024-07-11T23:45:52.412Z | Compiling pest_generator v2.7.10 |
2295 | 2024-07-11T23:45:53.160Z | Compiling futures-executor v0.3.30 |
2296 | 2024-07-11T23:45:53.352Z | Compiling flagset v0.4.5 |
2297 | 2024-07-11T23:45:53.556Z | Compiling futures v0.3.30 |
2298 | 2024-07-11T23:45:53.679Z | Compiling inout v0.1.3 |
2299 | 2024-07-11T23:45:53.771Z | Compiling sha2 v0.10.8 |
2300 | 2024-07-11T23:45:53.956Z | Compiling cipher v0.4.4 |
2301 | 2024-07-11T23:45:54.438Z | Compiling either v1.12.0 |
2302 | 2024-07-11T23:45:54.487Z | Compiling ff v0.13.0 |
2303 | 2024-07-11T23:45:54.714Z | Compiling stable_deref_trait v1.2.0 |
2304 | 2024-07-11T23:45:54.820Z | Compiling base16ct v0.2.0 |
2305 | 2024-07-11T23:45:54.836Z | Compiling group v0.13.0 |
2306 | 2024-07-11T23:45:54.882Z | Compiling der v0.7.9 |
2307 | 2024-07-11T23:45:55.151Z | Compiling hkdf v0.12.4 |
2308 | 2024-07-11T23:45:55.168Z | Compiling crypto-bigint v0.5.5 |
2309 | 2024-07-11T23:45:55.418Z | Compiling crossbeam-epoch v0.9.18 |
2310 | 2024-07-11T23:45:56.216Z | Compiling num-integer v0.1.46 |
2311 | 2024-07-11T23:45:56.608Z | Compiling pest_derive v2.7.10 |
2312 | 2024-07-11T23:45:57.003Z | Compiling managed v0.8.0 |
2313 | 2024-07-11T23:45:57.269Z | Compiling spki v0.7.3 |
2314 | 2024-07-11T23:45:57.410Z | Compiling bytes v1.6.0 |
2315 | 2024-07-11T23:45:57.647Z | Compiling indexmap v2.2.6 |
2316 | 2024-07-11T23:45:57.708Z | Compiling chrono v0.4.38 |
2317 | 2024-07-11T23:45:58.350Z | Compiling tokio v1.38.0 |
2318 | 2024-07-11T23:45:58.512Z | Compiling uuid v1.9.1 |
2319 | 2024-07-11T23:45:58.741Z | Compiling bitflags v2.5.0 |
2320 | 2024-07-11T23:45:59.100Z | Compiling semver v1.0.23 |
2321 | 2024-07-11T23:45:59.194Z | Compiling http v0.2.12 |
2322 | 2024-07-11T23:45:59.886Z | Compiling serde_tokenstream v0.2.1 |
2323 | 2024-07-11T23:46:00.040Z | Compiling toml_datetime v0.6.6 |
2324 | 2024-07-11T23:46:00.547Z | Compiling serde_spanned v0.6.6 |
2325 | 2024-07-11T23:46:00.572Z | Compiling openssl v0.10.64 |
2326 | 2024-07-11T23:46:00.785Z | Compiling http-body v0.4.6 |
2327 | 2024-07-11T23:46:01.247Z | Compiling toml_edit v0.19.15 |
2328 | 2024-07-11T23:46:01.318Z | Compiling rustix v0.38.34 |
2329 | 2024-07-11T23:46:01.637Z | Compiling serde_urlencoded v0.7.1 |
2330 | 2024-07-11T23:46:01.815Z | Compiling openapiv3 v2.0.0 |
2331 | 2024-07-11T23:46:02.176Z | Compiling cookie_store v0.20.0 |
2332 | 2024-07-11T23:46:02.934Z | Compiling rustc_version v0.4.0 |
2333 | 2024-07-11T23:46:03.708Z | Compiling dof v0.3.0 |
2334 | 2024-07-11T23:46:03.711Z | Compiling dtrace-parser v0.2.0 |
2335 | 2024-07-11T23:46:04.416Z | Compiling pkcs8 v0.10.2 |
2336 | 2024-07-11T23:46:04.481Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-07-11T23:46:04.991Z | Compiling sec1 v0.7.3 |
2338 | 2024-07-11T23:46:05.557Z | Compiling elliptic-curve v0.13.8 |
2339 | 2024-07-11T23:46:05.975Z | Compiling ipnetwork v0.20.0 |
2340 | 2024-07-11T23:46:05.989Z | Compiling unicode-segmentation v1.11.0 |
2341 | 2024-07-11T23:46:06.136Z | Compiling usdt-macro v0.5.0 |
2342 | 2024-07-11T23:46:06.379Z | Compiling tokio-util v0.7.11 |
2343 | 2024-07-11T23:46:06.414Z | Compiling tokio-rustls v0.24.1 |
2344 | 2024-07-11T23:46:06.836Z | Compiling native-tls v0.2.11 |
2345 | 2024-07-11T23:46:06.852Z | Compiling usdt-attr-macro v0.5.0 |
2346 | 2024-07-11T23:46:06.884Z | Compiling toml_edit v0.22.14 |
2347 | 2024-07-11T23:46:07.479Z | Compiling h2 v0.3.26 |
2348 | 2024-07-11T23:46:07.634Z | Compiling tokio-native-tls v0.3.1 |
2349 | 2024-07-11T23:46:07.786Z | Compiling toml v0.7.8 |
2350 | 2024-07-11T23:46:07.912Z | Compiling hex v0.4.3 |
2351 | 2024-07-11T23:46:08.532Z | Compiling usdt v0.5.0 |
2352 | 2024-07-11T23:46:08.561Z | Compiling matches v0.1.10 |
2353 | 2024-07-11T23:46:08.659Z | Compiling idna v0.2.3 |
2354 | 2024-07-11T23:46:09.048Z | Compiling enum-as-inner v0.5.1 |
2355 | 2024-07-11T23:46:09.382Z | Compiling bit-vec v0.6.3 |
2356 | 2024-07-11T23:46:09.495Z | Compiling siphasher v0.3.11 |
2357 | 2024-07-11T23:46:09.637Z | Compiling heapless v0.7.17 |
2358 | 2024-07-11T23:46:09.845Z | Compiling terminal_size v0.3.0 |
2359 | 2024-07-11T23:46:09.872Z | Compiling num-bigint v0.4.5 |
2360 | 2024-07-11T23:46:10.039Z | Compiling regress v0.9.1 |
2361 | 2024-07-11T23:46:10.067Z | Compiling finl_unicode v1.2.0 |
2362 | 2024-07-11T23:46:10.084Z | Compiling trust-dns-proto v0.22.0 |
2363 | 2024-07-11T23:46:10.247Z | Compiling signal-hook v0.3.17 |
2364 | 2024-07-11T23:46:10.516Z | Compiling clap_builder v4.5.2 |
2365 | 2024-07-11T23:46:10.641Z | Compiling stringprep v0.1.4 |
2366 | 2024-07-11T23:46:12.084Z | Compiling itertools v0.10.5 |
2367 | 2024-07-11T23:46:13.661Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2368 | 2024-07-11T23:46:14.984Z | Compiling hyper v0.14.28 |
2369 | 2024-07-11T23:46:15.177Z | Compiling yasna v0.5.2 |
2370 | 2024-07-11T23:46:15.767Z | Compiling md-5 v0.10.6 |
2371 | 2024-07-11T23:46:16.077Z | Compiling clap_derive v4.5.4 |
2372 | 2024-07-11T23:46:17.131Z | Compiling hash32 v0.2.1 |
2373 | 2024-07-11T23:46:17.522Z | Compiling fallible-iterator v0.2.0 |
2374 | 2024-07-11T23:46:18.155Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2375 | 2024-07-11T23:46:18.247Z | Compiling smoltcp v0.9.1 |
2376 | 2024-07-11T23:46:18.964Z | Compiling postgres-protocol v0.6.6 |
2377 | 2024-07-11T23:46:20.045Z | Compiling phf_shared v0.11.2 |
2378 | 2024-07-11T23:46:20.226Z | Compiling tokio-stream v0.1.15 |
2379 | 2024-07-11T23:46:20.308Z | Compiling hubpack_derive v0.1.1 |
2380 | 2024-07-11T23:46:20.367Z | Compiling zerocopy-derive v0.6.6 |
2381 | 2024-07-11T23:46:20.424Z | Compiling diesel_table_macro_syntax v0.1.0 |
2382 | 2024-07-11T23:46:20.649Z | Compiling scheduled-thread-pool v0.2.7 |
2383 | 2024-07-11T23:46:20.849Z | Compiling fs-err v2.11.0 |
2384 | 2024-07-11T23:46:21.129Z | Compiling fixedbitset v0.4.2 |
2385 | 2024-07-11T23:46:21.201Z | Compiling hubpack v0.1.2 |
2386 | 2024-07-11T23:46:21.265Z | Compiling r2d2 v0.8.10 |
2387 | 2024-07-11T23:46:21.287Z | Compiling clap v4.5.4 |
2388 | 2024-07-11T23:46:21.350Z | Compiling diesel_derives v2.1.4 |
2389 | 2024-07-11T23:46:21.409Z | Compiling petgraph v0.6.5 |
2390 | 2024-07-11T23:46:21.599Z | Compiling hyper-tls v0.5.0 |
2391 | 2024-07-11T23:46:21.629Z | Compiling hyper-rustls v0.24.2 |
2392 | 2024-07-11T23:46:21.657Z | Compiling phf v0.11.2 |
2393 | 2024-07-11T23:46:21.950Z | Compiling reqwest v0.11.27 |
2394 | 2024-07-11T23:46:21.984Z | Compiling postgres-types v0.2.6 |
2395 | 2024-07-11T23:46:22.616Z | Compiling zerocopy v0.6.6 |
2396 | 2024-07-11T23:46:23.461Z | Compiling signal-hook-mio v0.2.3 |
2397 | 2024-07-11T23:46:23.622Z | Compiling phf_shared v0.10.0 |
2398 | 2024-07-11T23:46:23.860Z | Compiling similar v2.5.0 |
2399 | 2024-07-11T23:46:24.062Z | Compiling num-iter v0.1.45 |
2400 | 2024-07-11T23:46:24.129Z | Compiling strum_macros v0.25.3 |
2401 | 2024-07-11T23:46:24.261Z | Compiling serde_repr v0.1.19 |
2402 | 2024-07-11T23:46:24.921Z | Compiling getopts v0.2.21 |
2403 | 2024-07-11T23:46:25.354Z | Compiling console v0.15.8 |
2404 | 2024-07-11T23:46:25.452Z | Compiling float-cmp v0.9.0 |
2405 | 2024-07-11T23:46:25.677Z | Compiling new_debug_unreachable v1.0.6 |
2406 | 2024-07-11T23:46:25.853Z | Compiling predicates-core v1.0.6 |
2407 | 2024-07-11T23:46:25.976Z | Compiling difflib v0.4.0 |
2408 | 2024-07-11T23:46:26.211Z | Compiling whoami v1.5.1 |
2409 | 2024-07-11T23:46:26.377Z | Compiling minimal-lexical v0.2.1 |
2410 | 2024-07-11T23:46:26.907Z | Compiling static_assertions v1.1.0 |
2411 | 2024-07-11T23:46:26.926Z | Compiling precomputed-hash v0.1.1 |
2412 | 2024-07-11T23:46:26.941Z | Compiling unsafe-libyaml v0.2.11 |
2413 | 2024-07-11T23:46:27.011Z | Compiling normalize-line-endings v0.3.0 |
2414 | 2024-07-11T23:46:27.047Z | Compiling string_cache v0.8.7 |
2415 | 2024-07-11T23:46:27.138Z | Compiling predicates v3.1.0 |
2416 | 2024-07-11T23:46:27.490Z | Compiling nom v7.1.3 |
2417 | 2024-07-11T23:46:27.653Z | Compiling tokio-postgres v0.7.10 |
2418 | 2024-07-11T23:46:28.480Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2419 | 2024-07-11T23:46:28.835Z | Compiling serde_yaml v0.9.34+deprecated |
2420 | 2024-07-11T23:46:28.936Z | Compiling crossterm v0.27.0 |
2421 | 2024-07-11T23:46:32.054Z | Compiling bit-set v0.5.3 |
2422 | 2024-07-11T23:46:32.348Z | Compiling itertools v0.12.1 |
2423 | 2024-07-11T23:46:32.665Z | Compiling bstr v1.9.1 |
2424 | 2024-07-11T23:46:32.722Z | Compiling unicode-xid v0.2.4 |
2425 | 2024-07-11T23:46:32.901Z | Compiling lalrpop-util v0.19.12 |
2426 | 2024-07-11T23:46:33.222Z | Compiling peg-runtime v0.8.3 |
2427 | 2024-07-11T23:46:33.269Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2428 | 2024-07-11T23:46:33.515Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2429 | 2024-07-11T23:46:33.710Z | Compiling sha1 v0.10.6 |
2430 | 2024-07-11T23:46:33.878Z | Compiling camino v1.1.7 |
2431 | 2024-07-11T23:46:34.143Z | Compiling strum_macros v0.26.4 |
2432 | 2024-07-11T23:46:34.502Z | Compiling http v1.1.0 |
2433 | 2024-07-11T23:46:34.777Z | Compiling diesel v2.1.6 |
2434 | 2024-07-11T23:46:34.865Z | Compiling base64 v0.22.1 |
2435 | 2024-07-11T23:46:35.008Z | Compiling toml v0.8.14 |
2436 | 2024-07-11T23:46:35.582Z | Compiling rustls-pki-types v1.7.0 |
2437 | 2024-07-11T23:46:35.663Z | Compiling ident_case v1.0.1 |
2438 | 2024-07-11T23:46:35.855Z | Compiling darling_core v0.20.9 |
2439 | 2024-07-11T23:46:36.464Z | Compiling crossbeam-channel v0.5.12 |
2440 | 2024-07-11T23:46:36.845Z | Compiling paste v1.0.15 |
2441 | 2024-07-11T23:46:37.084Z | Compiling rustls v0.22.4 |
2442 | 2024-07-11T23:46:37.375Z | Compiling slog-async v2.8.0 |
2443 | 2024-07-11T23:46:37.419Z | Compiling slog-term v2.9.1 |
2444 | 2024-07-11T23:46:37.611Z | Compiling rustls-webpki v0.102.4 |
2445 | 2024-07-11T23:46:37.650Z | Compiling instant v0.1.12 |
2446 | 2024-07-11T23:46:37.803Z | Compiling multer v3.1.0 |
2447 | 2024-07-11T23:46:38.025Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2448 | 2024-07-11T23:46:38.165Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2449 | 2024-07-11T23:46:38.646Z | Compiling slog-json v2.6.1 |
2450 | 2024-07-11T23:46:39.030Z | Compiling async-stream-impl v0.3.5 |
2451 | 2024-07-11T23:46:39.361Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2452 | 2024-07-11T23:46:39.610Z | Compiling strum v0.26.2 |
2453 | 2024-07-11T23:46:39.627Z | Compiling debug-ignore v1.0.5 |
2454 | 2024-07-11T23:46:39.773Z | Compiling atomic-waker v1.1.2 |
2455 | 2024-07-11T23:46:39.803Z | Compiling slog-bunyan v2.5.0 |
2456 | 2024-07-11T23:46:39.969Z | Compiling waitgroup v0.1.2 |
2457 | 2024-07-11T23:46:40.000Z | Compiling rustls-pemfile v2.1.2 |
2458 | 2024-07-11T23:46:40.202Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
2459 | 2024-07-11T23:46:40.416Z | Compiling async-stream v0.3.5 |
2460 | 2024-07-11T23:46:40.485Z | Compiling serde_path_to_error v0.1.16 |
2461 | 2024-07-11T23:46:40.749Z | Compiling structmeta-derive v0.3.0 |
2462 | 2024-07-11T23:46:41.027Z | Compiling hostname v0.4.0 |
2463 | 2024-07-11T23:46:41.302Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2464 | 2024-07-11T23:46:41.440Z | Compiling newtype-uuid v1.1.0 |
2465 | 2024-07-11T23:46:41.744Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2466 | 2024-07-11T23:46:42.080Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2467 | 2024-07-11T23:46:42.395Z | Compiling backoff v0.4.0 |
2468 | 2024-07-11T23:46:42.476Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2469 | 2024-07-11T23:46:42.665Z | Compiling tokio-rustls v0.25.0 |
2470 | 2024-07-11T23:46:42.747Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2471 | 2024-07-11T23:46:42.912Z | Compiling macaddr v1.0.1 |
2472 | 2024-07-11T23:46:43.070Z | Compiling proc-macro-crate v1.3.1 |
2473 | 2024-07-11T23:46:43.182Z | Compiling darling_macro v0.20.9 |
2474 | 2024-07-11T23:46:43.372Z | Compiling fastrand v2.1.0 |
2475 | 2024-07-11T23:46:43.896Z | Compiling structmeta v0.3.0 |
2476 | 2024-07-11T23:46:43.946Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2477 | 2024-07-11T23:46:44.168Z | Compiling num_enum_derive v0.5.11 |
2478 | 2024-07-11T23:46:44.217Z | Compiling darling v0.20.9 |
2479 | 2024-07-11T23:46:44.291Z | Compiling tempfile v3.10.1 |
2480 | 2024-07-11T23:46:44.306Z | Compiling parse-display-derive v0.9.1 |
2481 | 2024-07-11T23:46:44.337Z | Compiling serde_with_macros v3.8.3 |
2482 | 2024-07-11T23:46:45.219Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2483 | 2024-07-11T23:46:45.514Z | Compiling foreign-types-macros v0.2.3 |
2484 | 2024-07-11T23:46:46.714Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2485 | 2024-07-11T23:46:46.914Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2486 | 2024-07-11T23:46:47.030Z | Compiling num_enum v0.5.11 |
2487 | 2024-07-11T23:46:47.178Z | Compiling foreign-types-shared v0.3.1 |
2488 | 2024-07-11T23:46:47.195Z | Compiling heapless v0.8.0 |
2489 | 2024-07-11T23:46:47.309Z | Compiling foreign-types v0.5.0 |
2490 | 2024-07-11T23:46:47.460Z | Compiling proc-macro-error v1.0.4 |
2491 | 2024-07-11T23:46:47.634Z | Compiling serde_with v3.8.3 |
2492 | 2024-07-11T23:46:48.245Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2493 | 2024-07-11T23:46:48.343Z | Compiling cstr-argument v0.1.2 |
2494 | 2024-07-11T23:46:48.619Z | Compiling hash32 v0.3.1 |
2495 | 2024-07-11T23:46:48.872Z | Compiling pretty-hex v0.2.1 |
2496 | 2024-07-11T23:46:48.890Z | Compiling smoltcp v0.11.0 |
2497 | 2024-07-11T23:46:49.068Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2498 | 2024-07-11T23:46:49.252Z | Compiling parse-display v0.9.1 |
2499 | 2024-07-11T23:46:49.422Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2500 | 2024-07-11T23:46:49.653Z | Compiling camino-tempfile v1.1.1 |
2501 | 2024-07-11T23:46:49.970Z | Compiling tabwriter v1.4.0 |
2502 | 2024-07-11T23:46:50.040Z | Compiling colored v2.1.0 |
2503 | 2024-07-11T23:46:50.105Z | Compiling socket2 v0.4.10 |
2504 | 2024-07-11T23:46:50.337Z | Compiling cobs v0.2.3 |
2505 | 2024-07-11T23:46:50.507Z | Compiling embedded-io v0.4.0 |
2506 | 2024-07-11T23:46:50.742Z | Compiling postcard v1.0.8 |
2507 | 2024-07-11T23:46:50.817Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2508 | 2024-07-11T23:46:51.082Z | Compiling crucible-workspace-hack v0.1.0 |
2509 | 2024-07-11T23:46:51.131Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2510 | 2024-07-11T23:46:51.361Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2511 | 2024-07-11T23:46:51.384Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2512 | 2024-07-11T23:46:51.660Z | Compiling smf v0.2.3 |
2513 | 2024-07-11T23:46:51.680Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2514 | 2024-07-11T23:46:51.726Z | Compiling humantime v2.1.0 |
2515 | 2024-07-11T23:46:52.254Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2516 | 2024-07-11T23:46:52.271Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2517 | 2024-07-11T23:46:52.741Z | Compiling num-derive v0.4.2 |
2518 | 2024-07-11T23:46:53.098Z | Compiling sigpipe v0.1.3 |
2519 | 2024-07-11T23:46:53.224Z | Compiling utf-8 v0.7.6 |
2520 | 2024-07-11T23:46:53.269Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2521 | 2024-07-11T23:46:53.558Z | Compiling atty v0.2.14 |
2522 | 2024-07-11T23:46:53.695Z | Compiling semver v0.1.20 |
2523 | 2024-07-11T23:46:53.697Z | Compiling same-file v1.0.6 |
2524 | 2024-07-11T23:46:53.752Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2525 | 2024-07-11T23:46:53.936Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2526 | 2024-07-11T23:46:54.405Z | Compiling rayon-core v1.12.1 |
2527 | 2024-07-11T23:46:54.700Z | Compiling rustc_version v0.1.7 |
2528 | 2024-07-11T23:46:55.192Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2529 | 2024-07-11T23:46:55.230Z | Compiling walkdir v2.5.0 |
2530 | 2024-07-11T23:46:55.628Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2531 | 2024-07-11T23:46:55.678Z | Compiling newline-converter v0.3.0 |
2532 | 2024-07-11T23:46:55.891Z | Compiling curve25519-dalek v4.1.3 |
2533 | 2024-07-11T23:46:55.894Z | Compiling crossbeam-deque v0.8.5 |
2534 | 2024-07-11T23:46:56.012Z | Compiling universal-hash v0.5.1 |
2535 | 2024-07-11T23:46:56.060Z | Compiling prettyplease v0.2.20 |
2536 | 2024-07-11T23:46:56.215Z | Compiling opaque-debug v0.3.1 |
2537 | 2024-07-11T23:46:56.247Z | Compiling expectorate v1.1.0 |
2538 | 2024-07-11T23:46:56.312Z | Compiling newtype_derive v0.1.6 |
2539 | 2024-07-11T23:46:56.356Z | Compiling xattr v1.3.1 |
2540 | 2024-07-11T23:46:56.428Z | Compiling num-rational v0.4.2 |
2541 | 2024-07-11T23:46:56.613Z | Compiling signature v2.2.0 |
2542 | 2024-07-11T23:46:56.633Z | Compiling curve25519-dalek-derive v0.1.1 |
2543 | 2024-07-11T23:46:56.646Z | Compiling num-complex v0.4.6 |
2544 | 2024-07-11T23:46:56.911Z | Compiling blake3 v1.5.1 |
2545 | 2024-07-11T23:46:57.509Z | Compiling ring v0.16.20 |
2546 | 2024-07-11T23:46:57.723Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
2547 | 2024-07-11T23:46:57.877Z | Compiling unicase v2.7.0 |
2548 | 2024-07-11T23:46:58.043Z | Compiling getrandom v0.1.16 |
2549 | 2024-07-11T23:46:58.159Z | Compiling quick-error v1.2.3 |
2550 | 2024-07-11T23:46:58.173Z | Compiling linked-hash-map v0.5.6 |
2551 | 2024-07-11T23:46:58.306Z | Compiling convert_case v0.4.0 |
2552 | 2024-07-11T23:46:58.309Z | Compiling arc-swap v1.7.1 |
2553 | 2024-07-11T23:46:58.524Z | Compiling termcolor v1.4.1 |
2554 | 2024-07-11T23:46:58.817Z | Compiling slog-scope v4.4.0 |
2555 | 2024-07-11T23:46:58.980Z | Compiling env_logger v0.9.3 |
2556 | 2024-07-11T23:46:59.137Z | Compiling lru-cache v0.1.2 |
2557 | 2024-07-11T23:46:59.310Z | Compiling derive_more v0.99.18 |
2558 | 2024-07-11T23:46:59.347Z | Compiling resolv-conf v0.7.0 |
2559 | 2024-07-11T23:46:59.540Z | Compiling tar v0.4.40 |
2560 | 2024-07-11T23:47:00.204Z | Compiling num v0.4.3 |
2561 | 2024-07-11T23:47:00.414Z | Compiling rayon v1.10.0 |
2562 | 2024-07-11T23:47:01.317Z | Compiling tungstenite v0.21.0 |
2563 | 2024-07-11T23:47:01.715Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2564 | 2024-07-11T23:47:02.205Z | Compiling blake2 v0.10.6 |
2565 | 2024-07-11T23:47:03.517Z | Compiling bitstruct_derive v0.1.0 |
2566 | 2024-07-11T23:47:03.596Z | Compiling derive-where v1.2.7 |
2567 | 2024-07-11T23:47:03.970Z | Compiling password-hash v0.5.0 |
2568 | 2024-07-11T23:47:04.894Z | Compiling memmap2 v0.9.4 |
2569 | 2024-07-11T23:47:04.987Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2570 | 2024-07-11T23:47:05.124Z | Compiling arrayref v0.3.7 |
2571 | 2024-07-11T23:47:05.226Z | Compiling libefi-sys v0.1.0 |
2572 | 2024-07-11T23:47:05.312Z | Compiling parking_lot_core v0.8.6 |
2573 | 2024-07-11T23:47:05.344Z | Compiling float-ord v0.3.2 |
2574 | 2024-07-11T23:47:05.379Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2575 | 2024-07-11T23:47:05.490Z | Compiling home v0.5.9 |
2576 | 2024-07-11T23:47:05.509Z | Compiling untrusted v0.7.1 |
2577 | 2024-07-11T23:47:05.596Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2578 | 2024-07-11T23:47:05.694Z | Compiling ascii v1.1.0 |
2579 | 2024-07-11T23:47:05.741Z | Compiling constant_time_eq v0.3.0 |
2580 | 2024-07-11T23:47:05.775Z | Compiling arrayvec v0.7.4 |
2581 | 2024-07-11T23:47:05.973Z | Compiling spin v0.5.2 |
2582 | 2024-07-11T23:47:06.392Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2583 | 2024-07-11T23:47:07.226Z | Compiling toolchain_find v0.4.0 |
2584 | 2024-07-11T23:47:07.906Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-07-11T23:47:07.922Z | Compiling bitstruct v0.1.1 |
2586 | 2024-07-11T23:47:07.924Z | Compiling argon2 v0.5.3 |
2587 | 2024-07-11T23:47:08.042Z | Compiling tokio-tungstenite v0.21.0 |
2588 | 2024-07-11T23:47:08.058Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2589 | 2024-07-11T23:47:08.168Z | Compiling trust-dns-resolver v0.22.0 |
2590 | 2024-07-11T23:47:08.496Z | Compiling slog-stdlog v4.1.1 |
2591 | 2024-07-11T23:47:08.651Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2592 | 2024-07-11T23:47:08.881Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2593 | 2024-07-11T23:47:09.093Z | Compiling erased-serde v0.3.31 |
2594 | 2024-07-11T23:47:09.270Z | Compiling serde_arrays v0.1.0 |
2595 | 2024-07-11T23:47:09.415Z | Compiling rfc6979 v0.4.0 |
2596 | 2024-07-11T23:47:09.436Z | Compiling aead v0.5.2 |
2597 | 2024-07-11T23:47:09.616Z | Compiling bitfield-struct v0.6.1 |
2598 | 2024-07-11T23:47:09.807Z | Compiling nibble_vec v0.1.0 |
2599 | 2024-07-11T23:47:10.016Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2600 | 2024-07-11T23:47:10.019Z | Compiling slog-dtrace v0.3.0 |
2601 | 2024-07-11T23:47:10.295Z | Compiling cancel-safe-futures v0.1.5 |
2602 | 2024-07-11T23:47:10.348Z | Compiling keccak v0.1.5 |
2603 | 2024-07-11T23:47:10.552Z | Compiling endian-type v0.1.2 |
2604 | 2024-07-11T23:47:10.629Z | Compiling topological-sort v0.2.2 |
2605 | 2024-07-11T23:47:10.783Z | Compiling radix_trie v0.2.1 |
2606 | 2024-07-11T23:47:10.817Z | Compiling omicron-zone-package v0.11.0 |
2607 | 2024-07-11T23:47:10.863Z | Compiling sha3 v0.10.8 |
2608 | 2024-07-11T23:47:11.097Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2609 | 2024-07-11T23:47:11.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-07-11T23:47:11.519Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2611 | 2024-07-11T23:47:11.538Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2612 | 2024-07-11T23:47:11.541Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2613 | 2024-07-11T23:47:11.856Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2614 | 2024-07-11T23:47:11.971Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2615 | 2024-07-11T23:47:12.273Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2616 | 2024-07-11T23:47:12.308Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2617 | 2024-07-11T23:47:12.663Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2618 | 2024-07-11T23:47:12.719Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2619 | 2024-07-11T23:47:12.759Z | Compiling ecdsa v0.16.9 |
2620 | 2024-07-11T23:47:13.507Z | Compiling rand_core v0.5.1 |
2621 | 2024-07-11T23:47:13.629Z | Compiling mime_guess v2.0.4 |
2622 | 2024-07-11T23:47:13.868Z | Compiling slog-envlogger v2.2.0 |
2623 | 2024-07-11T23:47:14.032Z | Compiling steno v0.4.1 |
2624 | 2024-07-11T23:47:14.636Z | Compiling rustfmt-wrapper v0.2.1 |
2625 | 2024-07-11T23:47:15.041Z | Compiling poly1305 v0.8.0 |
2626 | 2024-07-11T23:47:15.223Z | Compiling tungstenite v0.20.1 |
2627 | 2024-07-11T23:47:15.677Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2628 | 2024-07-11T23:47:16.494Z | Compiling heck v0.3.3 |
2629 | 2024-07-11T23:47:16.857Z | Compiling primeorder v0.13.6 |
2630 | 2024-07-11T23:47:16.935Z | Compiling chacha20 v0.9.1 |
2631 | 2024-07-11T23:47:17.306Z | Compiling thiserror-impl-no-std v2.0.2 |
2632 | 2024-07-11T23:47:17.368Z | Compiling secrecy v0.8.0 |
2633 | 2024-07-11T23:47:17.384Z | Compiling half v2.4.1 |
2634 | 2024-07-11T23:47:17.453Z | Compiling ciborium-io v0.2.2 |
2635 | 2024-07-11T23:47:17.586Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2636 | 2024-07-11T23:47:17.648Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2637 | 2024-07-11T23:47:17.715Z | Compiling option-ext v0.2.0 |
2638 | 2024-07-11T23:47:17.848Z | Compiling dirs-sys v0.4.1 |
2639 | 2024-07-11T23:47:17.932Z | Compiling ciborium-ll v0.2.2 |
2640 | 2024-07-11T23:47:17.954Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2641 | 2024-07-11T23:47:18.370Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2642 | 2024-07-11T23:47:18.539Z | Compiling zone_cfg_derive v0.1.2 |
2643 | 2024-07-11T23:47:18.953Z | Compiling tokio-tungstenite v0.20.1 |
2644 | 2024-07-11T23:47:19.500Z | Compiling parking_lot v0.11.2 |
2645 | 2024-07-11T23:47:19.561Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2646 | 2024-07-11T23:47:19.964Z | Compiling rand_chacha v0.2.2 |
2647 | 2024-07-11T23:47:20.057Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2648 | 2024-07-11T23:47:20.678Z | Compiling thiserror-no-std v2.0.2 |
2649 | 2024-07-11T23:47:20.802Z | Compiling trust-dns-client v0.22.0 |
2650 | 2024-07-11T23:47:20.939Z | Compiling ed25519 v2.2.3 |
2651 | 2024-07-11T23:47:21.050Z | Compiling polyval v0.6.2 |
2652 | 2024-07-11T23:47:21.445Z | Compiling libsw v3.3.1 |
2653 | 2024-07-11T23:47:21.506Z | Compiling toml v0.5.11 |
2654 | 2024-07-11T23:47:21.751Z | Compiling aes v0.8.4 |
2655 | 2024-07-11T23:47:22.019Z | Compiling ctr v0.9.2 |
2656 | 2024-07-11T23:47:22.155Z | Compiling blowfish v0.9.1 |
2657 | 2024-07-11T23:47:22.361Z | Compiling pbkdf2 v0.12.2 |
2658 | 2024-07-11T23:47:22.535Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2659 | 2024-07-11T23:47:22.604Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2660 | 2024-07-11T23:47:24.100Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2661 | 2024-07-11T23:47:24.564Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2662 | 2024-07-11T23:47:24.996Z | Compiling password-hash v0.4.2 |
2663 | 2024-07-11T23:47:25.194Z | Compiling gethostname v0.4.3 |
2664 | 2024-07-11T23:47:25.491Z | Compiling fxhash v0.2.1 |
2665 | 2024-07-11T23:47:25.697Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2666 | 2024-07-11T23:47:25.976Z | Compiling linear-map v1.2.0 |
2667 | 2024-07-11T23:47:26.347Z | Compiling owo-colors v4.0.0 |
2668 | 2024-07-11T23:47:26.682Z | Compiling base64 v0.13.1 |
2669 | 2024-07-11T23:47:27.317Z | Compiling ron v0.7.1 |
2670 | 2024-07-11T23:47:28.120Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2671 | 2024-07-11T23:47:28.699Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2672 | 2024-07-11T23:47:29.656Z | Compiling sled v0.34.7 |
2673 | 2024-07-11T23:47:30.903Z | Compiling pbkdf2 v0.11.0 |
2674 | 2024-07-11T23:47:31.304Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2675 | 2024-07-11T23:47:32.029Z | Compiling trust-dns-server v0.22.1 |
2676 | 2024-07-11T23:47:32.097Z | Compiling bcrypt-pbkdf v0.10.0 |
2677 | 2024-07-11T23:47:32.454Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2678 | 2024-07-11T23:47:32.751Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2679 | 2024-07-11T23:47:33.314Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2680 | 2024-07-11T23:47:33.532Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2681 | 2024-07-11T23:47:35.203Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2682 | 2024-07-11T23:47:35.221Z | Compiling ghash v0.5.1 |
2683 | 2024-07-11T23:47:35.406Z | Compiling ed25519-dalek v2.1.1 |
2684 | 2024-07-11T23:47:36.623Z | Compiling vsss-rs v3.3.4 |
2685 | 2024-07-11T23:47:36.677Z | Compiling rand v0.7.3 |
2686 | 2024-07-11T23:47:38.701Z | Compiling zone v0.1.8 |
2687 | 2024-07-11T23:47:39.244Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2688 | 2024-07-11T23:47:39.939Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2689 | 2024-07-11T23:47:40.136Z | Compiling ciborium v0.2.2 |
2690 | 2024-07-11T23:47:40.321Z | Compiling dirs v5.0.1 |
2691 | 2024-07-11T23:47:40.531Z | Compiling p256 v0.13.2 |
2692 | 2024-07-11T23:47:41.309Z | Compiling p521 v0.13.3 |
2693 | 2024-07-11T23:47:41.469Z | Compiling chacha20poly1305 v0.10.1 |
2694 | 2024-07-11T23:47:41.640Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=1b385990e8648b221fd11f018f2a7ec425461c6c#1b385990) |
2695 | 2024-07-11T23:47:41.712Z | Compiling pem v3.0.4 |
2696 | 2024-07-11T23:47:41.722Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2697 | 2024-07-11T23:47:42.106Z | Compiling headers-core v0.2.0 |
2698 | 2024-07-11T23:47:42.277Z | Compiling cbc v0.1.2 |
2699 | 2024-07-11T23:47:42.527Z | Compiling kstat-rs v0.2.4 |
2700 | 2024-07-11T23:47:42.530Z | Compiling portpicker v0.1.1 |
2701 | 2024-07-11T23:47:42.876Z | Compiling nanorand v0.7.0 |
2702 | 2024-07-11T23:47:42.971Z | Compiling russh-cryptovec v0.7.2 |
2703 | 2024-07-11T23:47:43.170Z | Compiling glob v0.3.1 |
2704 | 2024-07-11T23:47:43.296Z | Compiling md5 v0.7.0 |
2705 | 2024-07-11T23:47:43.475Z | Compiling http-range v0.1.5 |
2706 | 2024-07-11T23:47:43.770Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2707 | 2024-07-11T23:47:43.793Z | Compiling hyper-staticfile v0.9.5 |
2708 | 2024-07-11T23:47:43.857Z | Compiling russh-keys v0.43.0 |
2709 | 2024-07-11T23:47:44.144Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2710 | 2024-07-11T23:47:44.295Z | Compiling flume v0.11.0 |
2711 | 2024-07-11T23:47:44.790Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2712 | 2024-07-11T23:47:45.026Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2713 | 2024-07-11T23:47:46.239Z | Compiling headers v0.3.9 |
2714 | 2024-07-11T23:47:47.284Z | Compiling rcgen v0.12.1 |
2715 | 2024-07-11T23:47:47.791Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2716 | 2024-07-11T23:47:48.300Z | Compiling aes-gcm v0.10.3 |
2717 | 2024-07-11T23:47:48.600Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2718 | 2024-07-11T23:47:49.830Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2719 | 2024-07-11T23:47:50.887Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2720 | 2024-07-11T23:47:51.575Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2721 | 2024-07-11T23:47:52.709Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
2722 | 2024-07-11T23:47:55.284Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2723 | 2024-07-11T23:47:56.551Z | Compiling atomicwrites v0.4.3 |
2724 | 2024-07-11T23:47:56.928Z | Compiling subprocess v0.2.9 |
2725 | 2024-07-11T23:47:57.060Z | Compiling display-error-chain v0.2.0 |
2726 | 2024-07-11T23:47:57.241Z | Compiling dhcproto-macros v0.1.0 |
2727 | 2024-07-11T23:47:58.228Z | Compiling hex-literal v0.4.1 |
2728 | 2024-07-11T23:47:58.390Z | Compiling russh v0.43.0 |
2729 | 2024-07-11T23:47:59.009Z | Compiling dhcproto v0.11.0 |
2730 | 2024-07-11T23:47:59.897Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2731 | 2024-07-11T23:48:00.019Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2732 | 2024-07-11T23:48:02.132Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2733 | 2024-07-11T23:48:02.478Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2734 | 2024-07-11T23:48:02.846Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2735 | 2024-07-11T23:48:03.324Z | Compiling internet-checksum v0.2.1 |
2736 | 2024-07-11T23:48:24.930Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2737 | 2024-07-11T23:49:08.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
2738 | 2024-07-11T23:49:08.243Z | |
2739 | 2024-07-11T23:49:08.243Z | real 3:41.524091721 |
2740 | 2024-07-11T23:49:08.243Z | user 19:45.801317055 |
2741 | 2024-07-11T23:49:08.243Z | sys 4:16.074230482 |
2742 | 2024-07-11T23:49:08.244Z | trap 0.563477339 |
2743 | 2024-07-11T23:49:08.244Z | tflt 0.545096435 |
2744 | 2024-07-11T23:49:08.244Z | dflt 2.247605439 |
2745 | 2024-07-11T23:49:08.244Z | kflt 0.000114902 |
2746 | 2024-07-11T23:49:08.244Z | lock 42:26.304316280 |
2747 | 2024-07-11T23:49:08.244Z | slp 57:00.258673497 |
2748 | 2024-07-11T23:49:08.247Z | lat 1:04.355929945 |
2749 | 2024-07-11T23:49:08.247Z | stop 2:17.535489988 |
2750 | 2024-07-11T23:49:08.247Z | + mkdir tests |
2751 | 2024-07-11T23:49:08.249Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2752 | 2024-07-11T23:49:08.249Z | + xargs -I '{}' -t cp '{}' tests/ |
2753 | 2024-07-11T23:49:09.384Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-76a2bb96383910cb tests/ |
2754 | 2024-07-11T23:49:09.410Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-527bae0e8d1c2191 tests/ |
2755 | 2024-07-11T23:49:09.434Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f2f4360aa307438d tests/ |
2756 | 2024-07-11T23:49:09.459Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-51c09b86071e0fb9 tests/ |
2757 | 2024-07-11T23:49:09.804Z | + 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/*) |
2758 | 2024-07-11T23:49:09.807Z | + 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-f2f4360aa307438d tests/commtest-527bae0e8d1c2191 tests/dhcp_server-76a2bb96383910cb tests/end_to_end_tests-51c09b86071e0fb9 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 |
2759 | 2024-07-11T23:50:14.593Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2760 | 2024-07-11T23:50:14.593Z | a out/target/test 1K |
2761 | 2024-07-11T23:50:14.593Z | a out/npuzone/npuzone 23144K |
2762 | 2024-07-11T23:50:14.593Z | a package-manifest.toml 29K |
2763 | 2024-07-11T23:50:14.593Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2764 | 2024-07-11T23:50:14.593Z | a target/release/omicron-package 32504K |
2765 | 2024-07-11T23:50:14.593Z | a target/release/xtask 18147K |
2766 | 2024-07-11T23:50:14.593Z | a target/debug/bootstrap 359030K |
2767 | 2024-07-11T23:50:14.593Z | a tests/bootstrap-f2f4360aa307438d 23983K |
2768 | 2024-07-11T23:50:14.593Z | a tests/commtest-527bae0e8d1c2191 23984K |
2769 | 2024-07-11T23:50:14.593Z | a tests/dhcp_server-76a2bb96383910cb 23983K |
2770 | 2024-07-11T23:50:14.594Z | a tests/end_to_end_tests-51c09b86071e0fb9 369828K |
2771 | 2024-07-11T23:50:14.594Z | a out/clickhouse.tar.gz 223111K |
2772 | 2024-07-11T23:50:14.594Z | a out/clickhouse_keeper.tar.gz 223087K |
2773 | 2024-07-11T23:50:14.594Z | a out/cockroachdb.tar.gz 131938K |
2774 | 2024-07-11T23:50:14.594Z | a out/crucible-dtrace.tar 85K |
2775 | 2024-07-11T23:50:14.594Z | a out/crucible-pantry-zone.tar.gz 27043K |
2776 | 2024-07-11T23:50:14.594Z | a out/crucible-zone.tar.gz 37413K |
2777 | 2024-07-11T23:50:14.594Z | a out/external-dns.tar.gz 25119K |
2778 | 2024-07-11T23:50:14.594Z | a out/internal-dns.tar.gz 25119K |
2779 | 2024-07-11T23:50:14.594Z | a out/mg-ddm-gz.tar 60617K |
2780 | 2024-07-11T23:50:14.594Z | a out/nexus.tar.gz 84981K |
2781 | 2024-07-11T23:50:14.594Z | a out/ntp.tar.gz 8922K |
2782 | 2024-07-11T23:50:14.594Z | a out/omicron-gateway-softnpu.tar.gz 13797K |
2783 | 2024-07-11T23:50:14.594Z | a out/omicron-sled-agent.tar 94623K |
2784 | 2024-07-11T23:50:14.594Z | a out/overlay.tar.gz 3K |
2785 | 2024-07-11T23:50:14.594Z | a out/oximeter.tar.gz 42112K |
2786 | 2024-07-11T23:50:14.594Z | a out/oxlog.tar 2955K |
2787 | 2024-07-11T23:50:14.594Z | a out/probe.tar.gz 2764K |
2788 | 2024-07-11T23:50:14.594Z | a out/propolis-server.tar.gz 64642K |
2789 | 2024-07-11T23:50:14.594Z | a out/pumpkind-gz.tar 26665K |
2790 | 2024-07-11T23:50:14.594Z | a out/switch-softnpu.tar.gz 198538K |
2791 | 2024-07-11T23:50:14.597Z | |
2792 | 2024-07-11T23:50:14.597Z | real 1:04.775741152 |
2793 | 2024-07-11T23:50:14.597Z | user 1:02.144901775 |
2794 | 2024-07-11T23:50:14.598Z | sys 3.689452507 |
2795 | 2024-07-11T23:50:14.598Z | trap 0.014562801 |
2796 | 2024-07-11T23:50:14.598Z | tflt 0.000000000 |
2797 | 2024-07-11T23:50:14.598Z | dflt 0.000000000 |
2798 | 2024-07-11T23:50:14.598Z | kflt 0.000000000 |
2799 | 2024-07-11T23:50:14.598Z | lock 0.000000000 |
2800 | 2024-07-11T23:50:14.598Z | slp 1:01.961197389 |
2801 | 2024-07-11T23:50:14.598Z | lat 1.736016492 |
2802 | 2024-07-11T23:50:14.598Z | stop 0.000531687 |
2803 | 2024-07-11T23:50:14.598Z | process exited: duration 1721623 ms, exit code 0 |
|
2804 | 2024-07-11T23:50:14.612Z | found 1 output files |
2805 | 2024-07-11T23:50:14.612Z | uploading: /work/package.tar.gz (1407338968 bytes) |
2806 | 2024-07-11T23:50:41.775Z | uploaded: /work/package.tar.gz |