|
|
|
1 | 2024-08-15T04:57:11.530Z | job assigned to worker 01J5A6AGE1SB6F81MTDZ0B6S03 (queued for 26 s) |
|
2 | 2024-08-15T04:57:12.398Z | starting task 0: "setup" |
3 | 2024-08-15T04:57:12.423Z | ++ uname -s |
4 | 2024-08-15T04:57:12.423Z | + kern=SunOS |
5 | 2024-08-15T04:57:12.423Z | + case "$kern" in |
6 | 2024-08-15T04:57:12.423Z | + groupadd -g 12345 build |
7 | 2024-08-15T04:57:12.423Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-15T04:57:14.428Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-15T04:57:14.468Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-15T04:57:14.493Z | + home_fs=zfs |
11 | 2024-08-15T04:57:14.493Z | + [[ zfs == autofs ]] |
12 | 2024-08-15T04:57:14.493Z | + mkdir -p /home/build |
13 | 2024-08-15T04:57:14.493Z | + chown build:build /home/build /work |
14 | 2024-08-15T04:57:16.478Z | + chmod 0700 /home/build /work |
15 | 2024-08-15T04:57:16.502Z | process exited: duration 4084 ms, exit code 0 |
|
16 | 2024-08-15T04:57:16.551Z | starting task 1: "rust-toolchain" |
17 | 2024-08-15T04:57:16.576Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-15T04:57:16.576Z | * toolchain channel = "1.80.1" |
19 | 2024-08-15T04:57:16.576Z | ' 1.80.1 |
20 | 2024-08-15T04:57:16.576Z | * toolchain profile = "default" |
21 | 2024-08-15T04:57:16.576Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-15T04:57:16.576Z | ' default |
23 | 2024-08-15T04:57:16.576Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-15T04:57:16.576Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-15T04:57:16.677Z | info: downloading installer |
26 | 2024-08-15T04:57:17.229Z | info: profile set to 'default' |
27 | 2024-08-15T04:57:17.229Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-15T04:57:17.254Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-15T04:57:17.327Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-15T04:57:17.328Z | info: downloading component 'cargo' |
31 | 2024-08-15T04:57:17.480Z | info: downloading component 'clippy' |
32 | 2024-08-15T04:57:17.533Z | info: downloading component 'rust-docs' |
33 | 2024-08-15T04:57:17.741Z | info: downloading component 'rust-std' |
34 | 2024-08-15T04:57:18.030Z | info: downloading component 'rustc' |
35 | 2024-08-15T04:57:19.208Z | info: downloading component 'rustfmt' |
36 | 2024-08-15T04:57:19.725Z | info: installing component 'cargo' |
37 | 2024-08-15T04:57:20.404Z | info: installing component 'clippy' |
38 | 2024-08-15T04:57:20.855Z | info: installing component 'rust-docs' |
39 | 2024-08-15T04:57:23.581Z | info: installing component 'rust-std' |
40 | 2024-08-15T04:57:25.581Z | info: installing component 'rustc' |
41 | 2024-08-15T04:57:30.817Z | info: installing component 'rustfmt' |
42 | 2024-08-15T04:57:31.201Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-15T04:57:31.201Z | |
44 | 2024-08-15T04:57:31.318Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-15T04:57:31.318Z | |
46 | 2024-08-15T04:57:31.343Z | |
47 | 2024-08-15T04:57:31.343Z | Rust is installed now. Great! |
48 | 2024-08-15T04:57:31.343Z | |
49 | 2024-08-15T04:57:31.343Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-15T04:57:31.343Z | environment variable. This has not been done automatically. |
51 | 2024-08-15T04:57:31.343Z | |
52 | 2024-08-15T04:57:31.343Z | To configure your current shell, you need to source |
53 | 2024-08-15T04:57:31.343Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-15T04:57:31.343Z | |
55 | 2024-08-15T04:57:31.343Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-15T04:57:31.343Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-15T04:57:31.343Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-15T04:57:31.400Z | + rustc --version |
59 | 2024-08-15T04:57:31.484Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-15T04:57:31.508Z | process exited: duration 14937 ms, exit code 0 |
|
61 | 2024-08-15T04:57:31.557Z | starting task 2: "authentication" |
62 | 2024-08-15T04:57:31.613Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-08-15T04:57:31.662Z | starting task 3: "clone repository" |
64 | 2024-08-15T04:57:31.687Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-15T04:57:31.687Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-15T04:57:31.711Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-15T04:57:37.831Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-15T04:57:37.831Z | + git fetch origin 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
69 | 2024-08-15T04:57:38.178Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-15T04:57:38.179Z | * branch 4d6683a47c0509e3127dd73f2e1c7ea5495185dc -> FETCH_HEAD |
71 | 2024-08-15T04:57:38.203Z | + [[ -n dap/fix-main ]] |
72 | 2024-08-15T04:57:38.203Z | ++ git branch --show-current |
73 | 2024-08-15T04:57:38.203Z | + current=main |
74 | 2024-08-15T04:57:38.203Z | + [[ main != dap/fix-main ]] |
75 | 2024-08-15T04:57:38.203Z | + git branch -f dap/fix-main 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
76 | 2024-08-15T04:57:38.203Z | + git checkout -f dap/fix-main |
77 | 2024-08-15T04:57:38.381Z | Switched to branch 'dap/fix-main' |
78 | 2024-08-15T04:57:38.405Z | + git reset --hard 4d6683a47c0509e3127dd73f2e1c7ea5495185dc |
79 | 2024-08-15T04:57:38.405Z | HEAD is now at 4d6683a47 fix auto-mismerge of #6294 and #6327 |
80 | 2024-08-15T04:57:38.405Z | process exited: duration 6738 ms, exit code 0 |
|
81 | 2024-08-15T04:57:38.454Z | starting task 4: "build" |
82 | 2024-08-15T04:57:38.479Z | + cargo --version |
83 | 2024-08-15T04:57:38.528Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-15T04:57:38.553Z | + rustc --version |
85 | 2024-08-15T04:57:38.601Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-15T04:57:38.626Z | + cd /tmp |
87 | 2024-08-15T04:57:38.626Z | + cargo new --lib test-project |
88 | 2024-08-15T04:57:38.670Z | Creating library `test-project` package |
89 | 2024-08-15T04:57:38.768Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-15T04:57:38.792Z | + cd test-project |
91 | 2024-08-15T04:57:38.792Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-15T04:57:38.845Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-15T04:57:38.845Z | Features: |
94 | 2024-08-15T04:57:38.845Z | - proptest |
95 | 2024-08-15T04:57:38.845Z | - test-strategy |
96 | 2024-08-15T04:57:38.845Z | - testing |
97 | 2024-08-15T04:57:38.869Z | Updating crates.io index |
98 | 2024-08-15T04:57:38.911Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-15T04:57:39.931Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-15T04:57:40.740Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-15T04:57:41.212Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-15T04:57:43.138Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-15T04:57:43.542Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-15T04:57:43.994Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-15T04:57:47.553Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-15T04:57:47.578Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-15T04:57:47.578Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-15T04:57:47.578Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-15T04:57:47.578Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-15T04:57:47.578Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-15T04:57:47.578Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-15T04:57:47.578Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-15T04:57:47.578Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-15T04:57:47.578Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-15T04:57:47.578Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-15T04:57:47.578Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-15T04:57:47.578Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-15T04:57:47.579Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-15T04:57:47.579Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-15T04:57:47.579Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-15T04:57:47.579Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-15T04:57:47.579Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-15T04:57:47.579Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-15T04:57:47.579Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-15T04:57:47.579Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
126 | 2024-08-15T04:57:47.579Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-15T04:57:47.579Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-15T04:57:47.579Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-15T04:57:47.603Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-15T04:57:47.603Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-15T04:57:47.603Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-15T04:57:47.603Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-15T04:57:47.603Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-15T04:57:47.603Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-15T04:57:47.604Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-15T04:57:47.604Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-15T04:57:47.604Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-15T04:57:47.604Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-15T04:57:47.604Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-15T04:57:47.604Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-15T04:57:47.604Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-15T04:57:47.604Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-15T04:57:47.604Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-15T04:57:47.604Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-15T04:57:47.604Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-15T04:57:47.604Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-15T04:57:47.604Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-15T04:57:47.604Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-15T04:57:47.604Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-15T04:57:47.604Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-15T04:57:47.604Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-15T04:57:47.604Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-15T04:57:47.604Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-15T04:57:47.691Z | + cargo check |
155 | 2024-08-15T04:57:47.995Z | Downloading crates ... |
156 | 2024-08-15T04:57:48.093Z | Downloaded openssl-macros v0.1.1 |
157 | 2024-08-15T04:57:48.651Z | Downloaded omicron-workspace-hack v0.1.0 |
158 | 2024-08-15T04:57:48.651Z | Downloaded futures-sink v0.3.30 |
159 | 2024-08-15T04:57:48.651Z | Downloaded waitgroup v0.1.2 |
160 | 2024-08-15T04:57:48.651Z | Downloaded hostname v0.4.0 |
161 | 2024-08-15T04:57:48.651Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-08-15T04:57:48.651Z | Downloaded usdt-attr-macro v0.5.0 |
163 | 2024-08-15T04:57:48.651Z | Downloaded multer v3.1.0 |
164 | 2024-08-15T04:57:48.651Z | Downloaded want v0.3.1 |
165 | 2024-08-15T04:57:48.651Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-08-15T04:57:48.651Z | Downloaded rustversion v1.0.17 |
167 | 2024-08-15T04:57:48.651Z | Downloaded try-lock v0.2.5 |
168 | 2024-08-15T04:57:48.651Z | Downloaded tokio-native-tls v0.3.1 |
169 | 2024-08-15T04:57:48.651Z | Downloaded thread_local v1.1.8 |
170 | 2024-08-15T04:57:48.651Z | Downloaded time-core v0.1.2 |
171 | 2024-08-15T04:57:48.652Z | Downloaded tokio-macros v2.4.0 |
172 | 2024-08-15T04:57:48.652Z | Downloaded serde_tokenstream v0.2.2 |
173 | 2024-08-15T04:57:48.652Z | Downloaded tinyvec_macros v0.1.1 |
174 | 2024-08-15T04:57:48.652Z | Downloaded time-macros v0.2.18 |
175 | 2024-08-15T04:57:48.652Z | Downloaded term v0.7.0 |
176 | 2024-08-15T04:57:48.652Z | Downloaded tokio-rustls v0.25.0 |
177 | 2024-08-15T04:57:48.652Z | Downloaded smallvec v1.13.2 |
178 | 2024-08-15T04:57:48.652Z | Downloaded typenum v1.17.0 |
179 | 2024-08-15T04:57:48.652Z | Downloaded tinyvec v1.8.0 |
180 | 2024-08-15T04:57:48.652Z | Downloaded time v0.3.36 |
181 | 2024-08-15T04:57:48.652Z | Downloaded tracing v0.1.40 |
182 | 2024-08-15T04:57:48.652Z | Downloaded rustls v0.22.4 |
183 | 2024-08-15T04:57:48.652Z | Downloaded toml_edit v0.22.20 |
184 | 2024-08-15T04:57:48.652Z | Downloaded tokio-util v0.7.11 |
185 | 2024-08-15T04:57:48.652Z | Downloaded openssl v0.10.66 |
186 | 2024-08-15T04:57:48.652Z | Downloaded openapiv3 v2.0.0 |
187 | 2024-08-15T04:57:48.652Z | Downloaded tokio v1.39.2 |
188 | 2024-08-15T04:57:48.652Z | Downloaded libc v0.2.155 |
189 | 2024-08-15T04:57:48.652Z | Downloaded idna v0.5.0 |
190 | 2024-08-15T04:57:48.652Z | Downloaded regex-automata v0.4.7 |
191 | 2024-08-15T04:57:48.652Z | Downloaded encoding_rs v0.8.34 |
192 | 2024-08-15T04:57:48.652Z | Downloaded hyper v0.14.30 |
193 | 2024-08-15T04:57:48.652Z | Downloaded goblin v0.8.2 |
194 | 2024-08-15T04:57:48.652Z | Downloaded chrono v0.4.38 |
195 | 2024-08-15T04:57:48.652Z | Downloaded hashbrown v0.14.5 |
196 | 2024-08-15T04:57:48.652Z | Downloaded h2 v0.3.26 |
197 | 2024-08-15T04:57:48.652Z | Downloaded futures-util v0.3.30 |
198 | 2024-08-15T04:57:48.653Z | Downloaded aho-corasick v1.1.3 |
199 | 2024-08-15T04:57:48.653Z | Downloaded regress v0.10.0 |
200 | 2024-08-15T04:57:48.653Z | Downloaded regress v0.9.1 |
201 | 2024-08-15T04:57:48.653Z | Downloaded regex-syntax v0.8.4 |
202 | 2024-08-15T04:57:48.653Z | Downloaded webpki-roots v0.25.4 |
203 | 2024-08-15T04:57:48.653Z | Downloaded vcpkg v0.2.15 |
204 | 2024-08-15T04:57:48.653Z | Downloaded ring v0.17.8 |
205 | 2024-08-15T04:57:48.678Z | Downloaded syn v2.0.74 |
206 | 2024-08-15T04:57:48.678Z | Downloaded rustls-webpki v0.102.6 |
207 | 2024-08-15T04:57:48.678Z | Downloaded rustls v0.21.12 |
208 | 2024-08-15T04:57:48.678Z | Downloaded reqwest v0.11.27 |
209 | 2024-08-15T04:57:48.702Z | Downloaded regex v1.10.6 |
210 | 2024-08-15T04:57:48.702Z | Downloaded mio v1.0.2 |
211 | 2024-08-15T04:57:48.703Z | Downloaded indexmap v2.4.0 |
212 | 2024-08-15T04:57:48.703Z | Downloaded http v0.2.12 |
213 | 2024-08-15T04:57:48.727Z | Downloaded hashbrown v0.12.3 |
214 | 2024-08-15T04:57:48.727Z | Downloaded tracing-core v0.1.32 |
215 | 2024-08-15T04:57:48.727Z | Downloaded tokio-rustls v0.24.1 |
216 | 2024-08-15T04:57:48.727Z | Downloaded serde_with v3.9.0 |
217 | 2024-08-15T04:57:48.727Z | Downloaded rustls-webpki v0.101.7 |
218 | 2024-08-15T04:57:48.752Z | Downloaded zerocopy v0.7.35 |
219 | 2024-08-15T04:57:48.776Z | Downloaded winnow v0.6.18 |
220 | 2024-08-15T04:57:48.776Z | Downloaded ucd-trie v0.1.6 |
221 | 2024-08-15T04:57:48.776Z | Downloaded serde_json v1.0.124 |
222 | 2024-08-15T04:57:48.800Z | Downloaded pest v2.7.11 |
223 | 2024-08-15T04:57:48.801Z | Downloaded toml v0.8.19 |
224 | 2024-08-15T04:57:48.801Z | Downloaded serde_yaml v0.9.34+deprecated |
225 | 2024-08-15T04:57:48.801Z | Downloaded serde v1.0.207 |
226 | 2024-08-15T04:57:48.801Z | Downloaded unicode-normalization v0.1.23 |
227 | 2024-08-15T04:57:48.801Z | Downloaded memchr v2.7.4 |
228 | 2024-08-15T04:57:48.825Z | Downloaded rustls-pki-types v1.8.0 |
229 | 2024-08-15T04:57:48.825Z | Downloaded http v1.1.0 |
230 | 2024-08-15T04:57:48.825Z | Downloaded spin v0.9.8 |
231 | 2024-08-15T04:57:48.825Z | Downloaded slog v2.7.0 |
232 | 2024-08-15T04:57:48.825Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2024-08-15T04:57:48.825Z | Downloaded serde_derive_internals v0.29.1 |
234 | 2024-08-15T04:57:48.825Z | Downloaded rand v0.8.5 |
235 | 2024-08-15T04:57:48.825Z | Downloaded crossbeam-channel v0.5.13 |
236 | 2024-08-15T04:57:48.826Z | Downloaded ryu v1.0.18 |
237 | 2024-08-15T04:57:48.850Z | Downloaded log v0.4.22 |
238 | 2024-08-15T04:57:48.850Z | Downloaded toml_datetime v0.6.8 |
239 | 2024-08-15T04:57:48.850Z | Downloaded socket2 v0.5.7 |
240 | 2024-08-15T04:57:48.850Z | Downloaded sha2 v0.10.8 |
241 | 2024-08-15T04:57:48.850Z | Downloaded schemars v0.8.21 |
242 | 2024-08-15T04:57:48.850Z | Downloaded structmeta v0.3.0 |
243 | 2024-08-15T04:57:48.850Z | Downloaded sct v0.7.1 |
244 | 2024-08-15T04:57:48.875Z | Downloaded scroll v0.12.0 |
245 | 2024-08-15T04:57:48.875Z | Downloaded proc-macro2 v1.0.86 |
246 | 2024-08-15T04:57:48.875Z | Downloaded pest_meta v2.7.11 |
247 | 2024-08-15T04:57:48.875Z | Downloaded pest_derive v2.7.11 |
248 | 2024-08-15T04:57:48.875Z | Downloaded url v2.5.2 |
249 | 2024-08-15T04:57:48.875Z | Downloaded subtle v2.6.1 |
250 | 2024-08-15T04:57:48.875Z | Downloaded strum v0.26.3 |
251 | 2024-08-15T04:57:48.875Z | Downloaded uuid v1.10.0 |
252 | 2024-08-15T04:57:48.875Z | Downloaded base64 v0.21.7 |
253 | 2024-08-15T04:57:48.875Z | Downloaded thread-id v4.2.2 |
254 | 2024-08-15T04:57:48.900Z | Downloaded thiserror-impl v1.0.63 |
255 | 2024-08-15T04:57:48.900Z | Downloaded sync_wrapper v0.1.2 |
256 | 2024-08-15T04:57:48.900Z | Downloaded slog-bunyan v2.5.0 |
257 | 2024-08-15T04:57:48.900Z | Downloaded serde_with_macros v3.9.0 |
258 | 2024-08-15T04:57:48.900Z | Downloaded serde_derive v1.0.207 |
259 | 2024-08-15T04:57:48.900Z | Downloaded schemars_derive v0.8.21 |
260 | 2024-08-15T04:57:48.900Z | Downloaded rustls-pemfile v1.0.4 |
261 | 2024-08-15T04:57:48.900Z | Downloaded rand_core v0.6.4 |
262 | 2024-08-15T04:57:48.900Z | Downloaded parking_lot_core v0.9.10 |
263 | 2024-08-15T04:57:48.900Z | Downloaded zerocopy-derive v0.7.35 |
264 | 2024-08-15T04:57:48.900Z | Downloaded unsafe-libyaml v0.2.11 |
265 | 2024-08-15T04:57:48.900Z | Downloaded unicode-ident v1.0.12 |
266 | 2024-08-15T04:57:48.925Z | Downloaded parking_lot v0.12.3 |
267 | 2024-08-15T04:57:48.925Z | Downloaded openssl-sys v0.9.103 |
268 | 2024-08-15T04:57:48.925Z | Downloaded once_cell v1.19.0 |
269 | 2024-08-15T04:57:48.925Z | Downloaded native-tls v0.2.12 |
270 | 2024-08-15T04:57:48.925Z | Downloaded ipnet v2.9.0 |
271 | 2024-08-15T04:57:48.925Z | Downloaded futures-channel v0.3.30 |
272 | 2024-08-15T04:57:48.925Z | Downloaded base64 v0.22.1 |
273 | 2024-08-15T04:57:48.925Z | Downloaded allocator-api2 v0.2.18 |
274 | 2024-08-15T04:57:48.949Z | Downloaded tower-service v0.3.3 |
275 | 2024-08-15T04:57:48.949Z | Downloaded slog-term v2.9.1 |
276 | 2024-08-15T04:57:48.949Z | Downloaded serde_path_to_error v0.1.16 |
277 | 2024-08-15T04:57:48.949Z | Downloaded semver v1.0.23 |
278 | 2024-08-15T04:57:48.949Z | Downloaded plain v0.2.3 |
279 | 2024-08-15T04:57:48.949Z | Downloaded parse-display-derive v0.10.0 |
280 | 2024-08-15T04:57:48.949Z | Downloaded usdt-impl v0.5.0 |
281 | 2024-08-15T04:57:48.949Z | Downloaded hyper-rustls v0.24.2 |
282 | 2024-08-15T04:57:48.949Z | Downloaded darling_core v0.20.10 |
283 | 2024-08-15T04:57:48.949Z | Downloaded cc v1.1.11 |
284 | 2024-08-15T04:57:48.949Z | Downloaded thiserror v1.0.63 |
285 | 2024-08-15T04:57:48.974Z | Downloaded strum_macros v0.26.4 |
286 | 2024-08-15T04:57:48.974Z | Downloaded strsim v0.11.1 |
287 | 2024-08-15T04:57:48.974Z | Downloaded shlex v1.3.0 |
288 | 2024-08-15T04:57:48.974Z | Downloaded sha1 v0.10.6 |
289 | 2024-08-15T04:57:48.974Z | Downloaded rustls-pemfile v2.1.3 |
290 | 2024-08-15T04:57:48.974Z | Downloaded rand_chacha v0.3.1 |
291 | 2024-08-15T04:57:48.974Z | Downloaded quote v1.0.36 |
292 | 2024-08-15T04:57:48.974Z | Downloaded ppv-lite86 v0.2.20 |
293 | 2024-08-15T04:57:48.974Z | Downloaded pin-utils v0.1.0 |
294 | 2024-08-15T04:57:48.974Z | Downloaded pin-project-lite v0.2.14 |
295 | 2024-08-15T04:57:48.974Z | Downloaded percent-encoding v2.3.1 |
296 | 2024-08-15T04:57:48.974Z | Downloaded zeroize v1.8.1 |
297 | 2024-08-15T04:57:49.000Z | Downloaded is-terminal v0.4.13 |
298 | 2024-08-15T04:57:49.000Z | Downloaded iana-time-zone v0.1.60 |
299 | 2024-08-15T04:57:49.000Z | Downloaded hostname v0.3.1 |
300 | 2024-08-15T04:57:49.000Z | Downloaded crossbeam-utils v0.8.20 |
301 | 2024-08-15T04:57:49.000Z | Downloaded bytes v1.7.1 |
302 | 2024-08-15T04:57:49.000Z | Downloaded take_mut v0.2.2 |
303 | 2024-08-15T04:57:49.000Z | Downloaded structmeta-derive v0.3.0 |
304 | 2024-08-15T04:57:49.000Z | Downloaded slog-json v2.6.1 |
305 | 2024-08-15T04:57:49.000Z | Downloaded slog-async v2.8.0 |
306 | 2024-08-15T04:57:49.000Z | Downloaded slab v0.4.9 |
307 | 2024-08-15T04:57:49.000Z | Downloaded serde_urlencoded v0.7.1 |
308 | 2024-08-15T04:57:49.000Z | Downloaded serde_spanned v0.6.7 |
309 | 2024-08-15T04:57:49.000Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-08-15T04:57:49.000Z | Downloaded scopeguard v1.2.0 |
311 | 2024-08-15T04:57:49.000Z | Downloaded powerfmt v0.2.0 |
312 | 2024-08-15T04:57:49.027Z | Downloaded pest_generator v2.7.11 |
313 | 2024-08-15T04:57:49.027Z | Downloaded paste v1.0.15 |
314 | 2024-08-15T04:57:49.027Z | Downloaded parse-display v0.10.0 |
315 | 2024-08-15T04:57:49.027Z | Downloaded version_check v0.9.5 |
316 | 2024-08-15T04:57:49.027Z | Downloaded usdt v0.5.0 |
317 | 2024-08-15T04:57:49.027Z | Downloaded untrusted v0.9.0 |
318 | 2024-08-15T04:57:49.027Z | Downloaded unicode-bidi v0.3.15 |
319 | 2024-08-15T04:57:49.027Z | Downloaded memmap v0.7.0 |
320 | 2024-08-15T04:57:49.027Z | Downloaded lock_api v0.4.12 |
321 | 2024-08-15T04:57:49.027Z | Downloaded httpdate v1.0.3 |
322 | 2024-08-15T04:57:49.027Z | Downloaded http-body v0.4.6 |
323 | 2024-08-15T04:57:49.027Z | Downloaded darling v0.20.10 |
324 | 2024-08-15T04:57:49.027Z | Downloaded pkg-config v0.3.30 |
325 | 2024-08-15T04:57:49.027Z | Downloaded num-traits v0.2.19 |
326 | 2024-08-15T04:57:49.027Z | Downloaded indexmap v1.9.3 |
327 | 2024-08-15T04:57:49.052Z | Downloaded num-conv v0.1.0 |
328 | 2024-08-15T04:57:49.052Z | Downloaded generic-array v0.14.7 |
329 | 2024-08-15T04:57:49.052Z | Downloaded form_urlencoded v1.2.1 |
330 | 2024-08-15T04:57:49.052Z | Downloaded dirs-next v2.0.0 |
331 | 2024-08-15T04:57:49.052Z | Downloaded cpufeatures v0.2.13 |
332 | 2024-08-15T04:57:49.052Z | Downloaded num_threads v0.1.7 |
333 | 2024-08-15T04:57:49.052Z | Downloaded match_cfg v0.1.0 |
334 | 2024-08-15T04:57:49.052Z | Downloaded futures-executor v0.3.30 |
335 | 2024-08-15T04:57:49.052Z | Downloaded camino v1.1.7 |
336 | 2024-08-15T04:57:49.052Z | Downloaded ahash v0.8.11 |
337 | 2024-08-15T04:57:49.052Z | Downloaded hyper-tls v0.5.0 |
338 | 2024-08-15T04:57:49.052Z | Downloaded httparse v1.9.4 |
339 | 2024-08-15T04:57:49.052Z | Downloaded futures v0.3.30 |
340 | 2024-08-15T04:57:49.052Z | Downloaded dyn-clone v1.0.17 |
341 | 2024-08-15T04:57:49.077Z | Downloaded anyhow v1.0.86 |
342 | 2024-08-15T04:57:49.077Z | Downloaded heck v0.5.0 |
343 | 2024-08-15T04:57:49.077Z | Downloaded getrandom v0.2.15 |
344 | 2024-08-15T04:57:49.077Z | Downloaded futures-task v0.3.30 |
345 | 2024-08-15T04:57:49.077Z | Downloaded futures-macro v0.3.30 |
346 | 2024-08-15T04:57:49.077Z | Downloaded dof v0.3.0 |
347 | 2024-08-15T04:57:49.077Z | Downloaded digest v0.10.7 |
348 | 2024-08-15T04:57:49.077Z | Downloaded deranged v0.3.11 |
349 | 2024-08-15T04:57:49.077Z | Downloaded bitflags v2.6.0 |
350 | 2024-08-15T04:57:49.077Z | Downloaded newtype-uuid v1.1.0 |
351 | 2024-08-15T04:57:49.077Z | Downloaded mime v0.3.17 |
352 | 2024-08-15T04:57:49.077Z | Downloaded macaddr v1.0.1 |
353 | 2024-08-15T04:57:49.078Z | Downloaded itoa v1.0.11 |
354 | 2024-08-15T04:57:49.078Z | Downloaded ipnetwork v0.20.0 |
355 | 2024-08-15T04:57:49.102Z | Downloaded fnv v1.0.7 |
356 | 2024-08-15T04:57:49.103Z | Downloaded cfg-if v1.0.0 |
357 | 2024-08-15T04:57:49.103Z | Downloaded backoff v0.4.0 |
358 | 2024-08-15T04:57:49.103Z | Downloaded async-trait v0.1.81 |
359 | 2024-08-15T04:57:49.103Z | Downloaded hex v0.4.3 |
360 | 2024-08-15T04:57:49.103Z | Downloaded debug-ignore v1.0.5 |
361 | 2024-08-15T04:57:49.103Z | Downloaded crypto-common v0.1.6 |
362 | 2024-08-15T04:57:49.103Z | Downloaded byteorder v1.5.0 |
363 | 2024-08-15T04:57:49.103Z | Downloaded usdt-macro v0.5.0 |
364 | 2024-08-15T04:57:49.103Z | Downloaded futures-io v0.3.30 |
365 | 2024-08-15T04:57:49.103Z | Downloaded futures-core v0.3.30 |
366 | 2024-08-15T04:57:49.103Z | Downloaded autocfg v1.3.0 |
367 | 2024-08-15T04:57:49.103Z | Downloaded foreign-types v0.3.2 |
368 | 2024-08-15T04:57:49.103Z | Downloaded equivalent v1.0.1 |
369 | 2024-08-15T04:57:49.103Z | Downloaded dirs-sys-next v0.1.2 |
370 | 2024-08-15T04:57:49.103Z | Downloaded darling_macro v0.20.10 |
371 | 2024-08-15T04:57:49.103Z | Downloaded block-buffer v0.10.4 |
372 | 2024-08-15T04:57:49.103Z | Downloaded atomic-waker v1.1.2 |
373 | 2024-08-15T04:57:49.103Z | Downloaded ident_case v1.0.1 |
374 | 2024-08-15T04:57:49.103Z | Downloaded foreign-types-shared v0.1.1 |
375 | 2024-08-15T04:57:49.128Z | Downloaded dtrace-parser v0.2.0 |
376 | 2024-08-15T04:57:49.128Z | Downloaded async-stream-impl v0.3.5 |
377 | 2024-08-15T04:57:49.128Z | Downloaded async-stream v0.3.5 |
378 | 2024-08-15T04:57:49.128Z | Downloaded instant v0.1.13 |
379 | 2024-08-15T04:57:49.197Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-15T04:57:49.197Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-15T04:57:49.222Z | Compiling libc v0.2.155 |
382 | 2024-08-15T04:57:49.222Z | Checking cfg-if v1.0.0 |
383 | 2024-08-15T04:57:49.222Z | Compiling version_check v0.9.5 |
384 | 2024-08-15T04:57:49.222Z | Compiling autocfg v1.3.0 |
385 | 2024-08-15T04:57:49.222Z | Compiling serde v1.0.207 |
386 | 2024-08-15T04:57:49.222Z | Checking memchr v2.7.4 |
387 | 2024-08-15T04:57:49.322Z | Compiling serde_json v1.0.124 |
388 | 2024-08-15T04:57:49.382Z | Checking itoa v1.0.11 |
389 | 2024-08-15T04:57:49.702Z | Checking byteorder v1.5.0 |
390 | 2024-08-15T04:57:49.788Z | Checking once_cell v1.19.0 |
391 | 2024-08-15T04:57:49.823Z | Compiling ahash v0.8.11 |
392 | 2024-08-15T04:57:49.928Z | Compiling thiserror v1.0.63 |
393 | 2024-08-15T04:57:50.025Z | Compiling shlex v1.3.0 |
394 | 2024-08-15T04:57:50.294Z | Compiling cc v1.1.11 |
395 | 2024-08-15T04:57:50.377Z | Compiling num-traits v0.2.19 |
396 | 2024-08-15T04:57:50.541Z | Checking getrandom v0.2.15 |
397 | 2024-08-15T04:57:50.613Z | Checking pin-project-lite v0.2.14 |
398 | 2024-08-15T04:57:50.637Z | Compiling quote v1.0.36 |
399 | 2024-08-15T04:57:50.725Z | Checking ryu v1.0.18 |
400 | 2024-08-15T04:57:50.754Z | Checking log v0.4.22 |
401 | 2024-08-15T04:57:50.876Z | Checking bytes v1.7.1 |
402 | 2024-08-15T04:57:50.922Z | Checking allocator-api2 v0.2.18 |
403 | 2024-08-15T04:57:50.970Z | Compiling syn v2.0.74 |
404 | 2024-08-15T04:57:51.096Z | Compiling lock_api v0.4.12 |
405 | 2024-08-15T04:57:51.162Z | Compiling schemars v0.8.21 |
406 | 2024-08-15T04:57:51.187Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-08-15T04:57:51.244Z | Checking futures-core v0.3.30 |
408 | 2024-08-15T04:57:51.394Z | Checking smallvec v1.13.2 |
409 | 2024-08-15T04:57:51.476Z | Checking scopeguard v1.2.0 |
410 | 2024-08-15T04:57:51.504Z | Checking socket2 v0.5.7 |
411 | 2024-08-15T04:57:51.533Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-15T04:57:51.533Z | Checking mio v1.0.2 |
413 | 2024-08-15T04:57:51.589Z | Compiling slab v0.4.9 |
414 | 2024-08-15T04:57:51.788Z | Checking futures-sink v0.3.30 |
415 | 2024-08-15T04:57:51.886Z | Checking spin v0.9.8 |
416 | 2024-08-15T04:57:51.957Z | Checking equivalent v1.0.1 |
417 | 2024-08-15T04:57:51.994Z | Checking fnv v1.0.7 |
418 | 2024-08-15T04:57:52.019Z | Checking parking_lot v0.12.3 |
419 | 2024-08-15T04:57:52.019Z | Checking untrusted v0.9.0 |
420 | 2024-08-15T04:57:52.074Z | Checking futures-channel v0.3.30 |
421 | 2024-08-15T04:57:52.100Z | Compiling semver v1.0.23 |
422 | 2024-08-15T04:57:52.155Z | Compiling pkg-config v0.3.30 |
423 | 2024-08-15T04:57:52.256Z | Checking futures-task v0.3.30 |
424 | 2024-08-15T04:57:52.288Z | Compiling heck v0.5.0 |
425 | 2024-08-15T04:57:52.375Z | Checking futures-io v0.3.30 |
426 | 2024-08-15T04:57:52.447Z | Checking pin-utils v0.1.0 |
427 | 2024-08-15T04:57:52.518Z | Compiling vcpkg v0.2.15 |
428 | 2024-08-15T04:57:52.572Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-15T04:57:52.651Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-15T04:57:52.778Z | Checking http v0.2.12 |
431 | 2024-08-15T04:57:52.932Z | Compiling ring v0.17.8 |
432 | 2024-08-15T04:57:53.135Z | Compiling httparse v1.9.4 |
433 | 2024-08-15T04:57:53.345Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-15T04:57:53.789Z | Checking tracing-core v0.1.32 |
435 | 2024-08-15T04:57:54.006Z | Compiling uuid v1.10.0 |
436 | 2024-08-15T04:57:54.125Z | Compiling openssl-sys v0.9.103 |
437 | 2024-08-15T04:57:54.316Z | Compiling chrono v0.4.38 |
438 | 2024-08-15T04:57:54.352Z | Checking tracing v0.1.40 |
439 | 2024-08-15T04:57:54.462Z | Checking try-lock v0.2.5 |
440 | 2024-08-15T04:57:54.496Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-08-15T04:57:54.568Z | Compiling openssl v0.10.66 |
442 | 2024-08-15T04:57:54.594Z | Compiling slog v2.7.0 |
443 | 2024-08-15T04:57:54.619Z | Checking foreign-types v0.3.2 |
444 | 2024-08-15T04:57:54.688Z | Checking want v0.3.1 |
445 | 2024-08-15T04:57:54.844Z | Checking http-body v0.4.6 |
446 | 2024-08-15T04:57:54.937Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-15T04:57:55.072Z | Compiling regex-syntax v0.8.4 |
448 | 2024-08-15T04:57:55.165Z | Checking tinyvec_macros v0.1.1 |
449 | 2024-08-15T04:57:55.233Z | Checking bitflags v2.6.0 |
450 | 2024-08-15T04:57:55.438Z | Compiling native-tls v0.2.12 |
451 | 2024-08-15T04:57:55.728Z | Checking tower-service v0.3.3 |
452 | 2024-08-15T04:57:55.830Z | Checking percent-encoding v2.3.1 |
453 | 2024-08-15T04:57:55.941Z | Compiling typenum v1.17.0 |
454 | 2024-08-15T04:57:56.005Z | Compiling rustls v0.21.12 |
455 | 2024-08-15T04:57:56.095Z | Checking httpdate v1.0.3 |
456 | 2024-08-15T04:57:56.272Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-15T04:57:56.297Z | Checking tinyvec v1.8.0 |
458 | 2024-08-15T04:57:56.730Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-08-15T04:57:56.878Z | Compiling generic-array v0.14.7 |
460 | 2024-08-15T04:57:57.284Z | Checking openssl-probe v0.1.5 |
461 | 2024-08-15T04:57:57.387Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-15T04:57:57.914Z | Checking sct v0.7.1 |
463 | 2024-08-15T04:57:58.100Z | Checking rustls-webpki v0.101.7 |
464 | 2024-08-15T04:57:58.166Z | Compiling regex-automata v0.4.7 |
465 | 2024-08-15T04:57:58.671Z | Compiling usdt-impl v0.5.0 |
466 | 2024-08-15T04:57:58.886Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-15T04:57:59.025Z | Checking mime v0.3.17 |
468 | 2024-08-15T04:57:59.206Z | Compiling num-conv v0.1.0 |
469 | 2024-08-15T04:57:59.449Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-15T04:57:59.742Z | Compiling time-core v0.1.2 |
471 | 2024-08-15T04:57:59.892Z | Checking powerfmt v0.2.0 |
472 | 2024-08-15T04:57:59.948Z | Compiling time-macros v0.2.18 |
473 | 2024-08-15T04:57:59.972Z | Checking idna v0.5.0 |
474 | 2024-08-15T04:58:00.117Z | Checking deranged v0.3.11 |
475 | 2024-08-15T04:58:00.529Z | Compiling thread-id v4.2.2 |
476 | 2024-08-15T04:58:00.750Z | Compiling strsim v0.11.1 |
477 | 2024-08-15T04:58:01.093Z | Compiling serde_derive v1.0.207 |
478 | 2024-08-15T04:58:01.645Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-08-15T04:58:01.645Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-08-15T04:58:01.645Z | Compiling schemars_derive v0.8.21 |
481 | 2024-08-15T04:58:01.645Z | Compiling tokio-macros v2.4.0 |
482 | 2024-08-15T04:58:01.758Z | Compiling futures-macro v0.3.30 |
483 | 2024-08-15T04:58:02.137Z | Compiling openssl-macros v0.1.1 |
484 | 2024-08-15T04:58:02.816Z | Checking tokio v1.39.2 |
485 | 2024-08-15T04:58:02.922Z | Checking zerocopy v0.7.35 |
486 | 2024-08-15T04:58:03.685Z | Checking futures-util v0.3.30 |
487 | 2024-08-15T04:58:03.855Z | Compiling pest v2.7.11 |
488 | 2024-08-15T04:58:04.408Z | Checking hashbrown v0.14.5 |
489 | 2024-08-15T04:58:04.552Z | Compiling regex v1.10.6 |
490 | 2024-08-15T04:58:05.318Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-15T04:58:05.342Z | Checking regress v0.10.0 |
492 | 2024-08-15T04:58:05.956Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-15T04:58:06.407Z | Checking scroll v0.12.0 |
494 | 2024-08-15T04:58:07.060Z | Compiling pest_generator v2.7.11 |
495 | 2024-08-15T04:58:07.971Z | Checking plain v0.2.3 |
496 | 2024-08-15T04:58:08.100Z | Checking base64 v0.21.7 |
497 | 2024-08-15T04:58:08.373Z | Checking rustls-pki-types v1.8.0 |
498 | 2024-08-15T04:58:08.522Z | Checking tokio-util v0.7.11 |
499 | 2024-08-15T04:58:08.649Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-08-15T04:58:08.733Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-15T04:58:08.848Z | Compiling crossbeam-utils v0.8.20 |
502 | 2024-08-15T04:58:09.200Z | Compiling pest_derive v2.7.11 |
503 | 2024-08-15T04:58:09.312Z | Compiling ident_case v1.0.1 |
504 | 2024-08-15T04:58:09.345Z | Checking num_threads v0.1.7 |
505 | 2024-08-15T04:58:09.556Z | Compiling darling_core v0.20.10 |
506 | 2024-08-15T04:58:09.660Z | Checking time v0.3.36 |
507 | 2024-08-15T04:58:09.922Z | Compiling dtrace-parser v0.2.0 |
508 | 2024-08-15T04:58:11.060Z | Checking indexmap v2.4.0 |
509 | 2024-08-15T04:58:11.506Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-08-15T04:58:12.064Z | Checking h2 v0.3.26 |
511 | 2024-08-15T04:58:12.088Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-08-15T04:58:12.295Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-15T04:58:12.420Z | Checking rustls-pemfile v1.0.4 |
514 | 2024-08-15T04:58:12.444Z | Checking goblin v0.8.2 |
515 | 2024-08-15T04:58:12.573Z | Checking url v2.5.2 |
516 | 2024-08-15T04:58:13.210Z | Compiling dof v0.3.0 |
517 | 2024-08-15T04:58:14.054Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
518 | 2024-08-15T04:58:14.244Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-08-15T04:58:14.923Z | Checking ipnet v2.9.0 |
520 | 2024-08-15T04:58:15.027Z | Compiling rustversion v1.0.17 |
521 | 2024-08-15T04:58:15.285Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-08-15T04:58:15.310Z | Checking hyper v0.14.30 |
523 | 2024-08-15T04:58:15.577Z | Checking pretty-hex v0.4.1 |
524 | 2024-08-15T04:58:15.637Z | Compiling paste v1.0.15 |
525 | 2024-08-15T04:58:15.723Z | Checking webpki-roots v0.25.4 |
526 | 2024-08-15T04:58:15.850Z | Compiling rustls v0.22.4 |
527 | 2024-08-15T04:58:15.921Z | Compiling omicron-workspace-hack v0.1.0 |
528 | 2024-08-15T04:58:16.074Z | Checking sync_wrapper v0.1.2 |
529 | 2024-08-15T04:58:16.209Z | Checking dirs-next v2.0.0 |
530 | 2024-08-15T04:58:16.233Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-15T04:58:16.324Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-08-15T04:58:16.558Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-15T04:58:16.658Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-15T04:58:16.793Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-15T04:58:16.818Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-15T04:58:16.848Z | Checking crypto-common v0.1.6 |
537 | 2024-08-15T04:58:16.983Z | Checking block-buffer v0.10.4 |
538 | 2024-08-15T04:58:17.053Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-15T04:58:17.145Z | Checking rand_core v0.6.4 |
540 | 2024-08-15T04:58:17.369Z | Checking thread_local v1.1.8 |
541 | 2024-08-15T04:58:17.393Z | Compiling multer v3.1.0 |
542 | 2024-08-15T04:58:17.394Z | Compiling slog-async v2.8.0 |
543 | 2024-08-15T04:58:17.437Z | Checking subtle v2.6.1 |
544 | 2024-08-15T04:58:17.600Z | Checking winnow v0.6.18 |
545 | 2024-08-15T04:58:17.635Z | Compiling anyhow v1.0.86 |
546 | 2024-08-15T04:58:17.670Z | Compiling camino v1.1.7 |
547 | 2024-08-15T04:58:17.827Z | Checking zeroize v1.8.1 |
548 | 2024-08-15T04:58:18.027Z | Checking match_cfg v0.1.0 |
549 | 2024-08-15T04:58:18.103Z | Checking hostname v0.3.1 |
550 | 2024-08-15T04:58:18.288Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-15T04:58:18.575Z | Checking crossbeam-channel v0.5.13 |
552 | 2024-08-15T04:58:18.743Z | Checking digest v0.10.7 |
553 | 2024-08-15T04:58:18.937Z | Checking hyper-rustls v0.24.2 |
554 | 2024-08-15T04:58:18.995Z | Checking hyper-tls v0.5.0 |
555 | 2024-08-15T04:58:19.166Z | Compiling darling v0.20.10 |
556 | 2024-08-15T04:58:19.190Z | Compiling structmeta v0.3.0 |
557 | 2024-08-15T04:58:19.190Z | Checking term v0.7.0 |
558 | 2024-08-15T04:58:19.230Z | Checking reqwest v0.11.27 |
559 | 2024-08-15T04:58:19.497Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-15T04:58:19.537Z | Compiling usdt-macro v0.5.0 |
561 | 2024-08-15T04:58:19.949Z | Checking toml_edit v0.22.20 |
562 | 2024-08-15T04:58:20.191Z | Checking slog-json v2.6.1 |
563 | 2024-08-15T04:58:20.288Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
564 | 2024-08-15T04:58:20.313Z | Checking futures-executor v0.3.30 |
565 | 2024-08-15T04:58:20.399Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-08-15T04:58:20.481Z | Checking http v1.1.0 |
567 | 2024-08-15T04:58:20.533Z | Checking memmap v0.7.0 |
568 | 2024-08-15T04:58:20.634Z | Checking is-terminal v0.4.13 |
569 | 2024-08-15T04:58:20.705Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ea76a351) |
570 | 2024-08-15T04:58:20.729Z | Checking atomic-waker v1.1.2 |
571 | 2024-08-15T04:58:20.754Z | Checking base64 v0.22.1 |
572 | 2024-08-15T04:58:20.822Z | Checking take_mut v0.2.2 |
573 | 2024-08-15T04:58:20.949Z | Checking cpufeatures v0.2.13 |
574 | 2024-08-15T04:58:21.030Z | Checking sha1 v0.10.6 |
575 | 2024-08-15T04:58:21.147Z | Checking rustls-pemfile v2.1.3 |
576 | 2024-08-15T04:58:21.171Z | Checking tokio-rustls v0.25.0 |
577 | 2024-08-15T04:58:21.247Z | Checking waitgroup v0.1.2 |
578 | 2024-08-15T04:58:21.294Z | Checking slog-term v2.9.1 |
579 | 2024-08-15T04:58:21.349Z | Checking usdt v0.5.0 |
580 | 2024-08-15T04:58:21.374Z | Checking futures v0.3.30 |
581 | 2024-08-15T04:58:21.442Z | Checking slog-bunyan v2.5.0 |
582 | 2024-08-15T04:58:21.466Z | Compiling strum_macros v0.26.4 |
583 | 2024-08-15T04:58:21.492Z | Checking async-stream v0.3.5 |
584 | 2024-08-15T04:58:21.546Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-15T04:58:21.571Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-15T04:58:21.650Z | Checking rand v0.8.5 |
587 | 2024-08-15T04:58:22.090Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-15T04:58:22.114Z | Checking toml v0.8.19 |
589 | 2024-08-15T04:58:22.278Z | Checking ipnetwork v0.20.0 |
590 | 2024-08-15T04:58:22.420Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ea76a351) |
591 | 2024-08-15T04:58:22.574Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-08-15T04:58:22.599Z | Checking hex v0.4.3 |
593 | 2024-08-15T04:58:22.691Z | Compiling async-trait v0.1.81 |
594 | 2024-08-15T04:58:22.995Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-08-15T04:58:23.075Z | Checking hostname v0.4.0 |
596 | 2024-08-15T04:58:23.185Z | Checking instant v0.1.13 |
597 | 2024-08-15T04:58:23.284Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-15T04:58:23.402Z | Checking backoff v0.4.0 |
599 | 2024-08-15T04:58:23.634Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
600 | 2024-08-15T04:58:23.671Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-08-15T04:58:23.733Z | Checking serde_with v3.9.0 |
602 | 2024-08-15T04:58:23.766Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
603 | 2024-08-15T04:58:23.791Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-08-15T04:58:24.000Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-15T04:58:24.127Z | Checking macaddr v1.0.1 |
606 | 2024-08-15T04:58:24.384Z | Checking regress v0.9.1 |
607 | 2024-08-15T04:58:24.734Z | Checking parse-display v0.10.0 |
608 | 2024-08-15T04:58:24.937Z | Checking strum v0.26.3 |
609 | 2024-08-15T04:58:25.307Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
610 | 2024-08-15T04:58:27.467Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
611 | 2024-08-15T04:58:27.545Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-15T04:58:30.813Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-15T04:58:37.566Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-15T04:58:37.699Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-15T04:58:41.088Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-15T04:58:49.476Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-15T04:58:49.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
618 | 2024-08-15T04:58:49.609Z | + cargo build --release |
619 | 2024-08-15T04:58:49.938Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-15T04:58:49.938Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-15T04:58:49.938Z | Compiling libc v0.2.155 |
622 | 2024-08-15T04:58:49.938Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-15T04:58:49.938Z | Compiling version_check v0.9.5 |
624 | 2024-08-15T04:58:49.963Z | Compiling autocfg v1.3.0 |
625 | 2024-08-15T04:58:49.963Z | Compiling serde v1.0.207 |
626 | 2024-08-15T04:58:49.963Z | Compiling memchr v2.7.4 |
627 | 2024-08-15T04:58:50.042Z | Compiling serde_json v1.0.124 |
628 | 2024-08-15T04:58:50.104Z | Compiling itoa v1.0.11 |
629 | 2024-08-15T04:58:50.355Z | Compiling thiserror v1.0.63 |
630 | 2024-08-15T04:58:50.475Z | Compiling once_cell v1.19.0 |
631 | 2024-08-15T04:58:50.500Z | Compiling ahash v0.8.11 |
632 | 2024-08-15T04:58:50.581Z | Compiling shlex v1.3.0 |
633 | 2024-08-15T04:58:50.826Z | Compiling byteorder v1.5.0 |
634 | 2024-08-15T04:58:50.854Z | Compiling cc v1.1.11 |
635 | 2024-08-15T04:58:51.153Z | Compiling getrandom v0.2.15 |
636 | 2024-08-15T04:58:51.193Z | Compiling quote v1.0.36 |
637 | 2024-08-15T04:58:51.341Z | Compiling num-traits v0.2.19 |
638 | 2024-08-15T04:58:51.415Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-15T04:58:51.447Z | Compiling ryu v1.0.18 |
640 | 2024-08-15T04:58:51.513Z | Compiling syn v2.0.74 |
641 | 2024-08-15T04:58:51.701Z | Compiling bytes v1.7.1 |
642 | 2024-08-15T04:58:51.727Z | Compiling log v0.4.22 |
643 | 2024-08-15T04:58:51.769Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-15T04:58:51.885Z | Compiling schemars v0.8.21 |
645 | 2024-08-15T04:58:52.109Z | Compiling lock_api v0.4.12 |
646 | 2024-08-15T04:58:52.133Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-15T04:58:52.172Z | Compiling futures-core v0.3.30 |
648 | 2024-08-15T04:58:52.209Z | Compiling smallvec v1.13.2 |
649 | 2024-08-15T04:58:52.380Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-15T04:58:52.469Z | Compiling mio v1.0.2 |
651 | 2024-08-15T04:58:52.524Z | Compiling socket2 v0.5.7 |
652 | 2024-08-15T04:58:52.548Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-15T04:58:52.971Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-15T04:58:53.227Z | Compiling ring v0.17.8 |
655 | 2024-08-15T04:58:53.273Z | Compiling slab v0.4.9 |
656 | 2024-08-15T04:58:53.358Z | Compiling spin v0.9.8 |
657 | 2024-08-15T04:58:53.565Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-15T04:58:53.696Z | Compiling untrusted v0.9.0 |
659 | 2024-08-15T04:58:53.751Z | Compiling semver v1.0.23 |
660 | 2024-08-15T04:58:53.827Z | Compiling fnv v1.0.7 |
661 | 2024-08-15T04:58:53.854Z | Compiling equivalent v1.0.1 |
662 | 2024-08-15T04:58:53.936Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-15T04:58:54.147Z | Compiling heck v0.5.0 |
664 | 2024-08-15T04:58:54.173Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-15T04:58:54.200Z | Compiling futures-task v0.3.30 |
666 | 2024-08-15T04:58:54.339Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-15T04:58:54.444Z | Compiling pin-utils v0.1.0 |
668 | 2024-08-15T04:58:54.486Z | Compiling futures-io v0.3.30 |
669 | 2024-08-15T04:58:54.716Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-15T04:58:54.785Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-15T04:58:55.172Z | Compiling http v0.2.12 |
672 | 2024-08-15T04:58:55.434Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-15T04:58:55.495Z | Compiling httparse v1.9.4 |
674 | 2024-08-15T04:58:55.519Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-15T04:58:56.099Z | Compiling chrono v0.4.38 |
676 | 2024-08-15T04:58:56.238Z | Compiling tracing-core v0.1.32 |
677 | 2024-08-15T04:58:56.396Z | Compiling uuid v1.10.0 |
678 | 2024-08-15T04:58:56.852Z | Compiling tracing v0.1.40 |
679 | 2024-08-15T04:58:57.416Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-15T04:58:58.227Z | Compiling slog v2.7.0 |
681 | 2024-08-15T04:58:58.468Z | Compiling try-lock v0.2.5 |
682 | 2024-08-15T04:58:58.492Z | Compiling openssl v0.10.66 |
683 | 2024-08-15T04:58:58.597Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-15T04:58:58.687Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-15T04:58:58.711Z | Compiling want v0.3.1 |
686 | 2024-08-15T04:58:58.892Z | Compiling http-body v0.4.6 |
687 | 2024-08-15T04:58:59.023Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-15T04:58:59.201Z | Compiling rustls v0.21.12 |
689 | 2024-08-15T04:58:59.316Z | Compiling regex-syntax v0.8.4 |
690 | 2024-08-15T04:58:59.478Z | Compiling native-tls v0.2.12 |
691 | 2024-08-15T04:58:59.721Z | Compiling typenum v1.17.0 |
692 | 2024-08-15T04:58:59.795Z | Compiling percent-encoding v2.3.1 |
693 | 2024-08-15T04:59:00.096Z | Compiling tower-service v0.3.3 |
694 | 2024-08-15T04:59:00.178Z | Compiling httpdate v1.0.3 |
695 | 2024-08-15T04:59:00.204Z | Compiling bitflags v2.6.0 |
696 | 2024-08-15T04:59:00.514Z | Compiling tinyvec_macros v0.1.1 |
697 | 2024-08-15T04:59:00.565Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-15T04:59:00.595Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-15T04:59:01.037Z | Compiling generic-array v0.14.7 |
700 | 2024-08-15T04:59:01.348Z | Compiling serde_derive v1.0.207 |
701 | 2024-08-15T04:59:01.372Z | Compiling zerocopy-derive v0.7.35 |
702 | 2024-08-15T04:59:01.429Z | Compiling thiserror-impl v1.0.63 |
703 | 2024-08-15T04:59:01.698Z | Compiling schemars_derive v0.8.21 |
704 | 2024-08-15T04:59:01.899Z | Compiling tokio-macros v2.4.0 |
705 | 2024-08-15T04:59:02.991Z | Compiling zerocopy v0.7.35 |
706 | 2024-08-15T04:59:03.769Z | Compiling tokio v1.39.2 |
707 | 2024-08-15T04:59:03.836Z | Compiling futures-macro v0.3.30 |
708 | 2024-08-15T04:59:04.087Z | Compiling pest v2.7.11 |
709 | 2024-08-15T04:59:04.823Z | Compiling hashbrown v0.14.5 |
710 | 2024-08-15T04:59:05.318Z | Compiling futures-util v0.3.30 |
711 | 2024-08-15T04:59:06.160Z | Compiling pest_meta v2.7.11 |
712 | 2024-08-15T04:59:06.246Z | Compiling regress v0.10.0 |
713 | 2024-08-15T04:59:06.523Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-15T04:59:08.539Z | Compiling pest_generator v2.7.11 |
715 | 2024-08-15T04:59:09.756Z | Compiling rustls-webpki v0.101.7 |
716 | 2024-08-15T04:59:09.816Z | Compiling pest_derive v2.7.11 |
717 | 2024-08-15T04:59:10.530Z | Compiling tokio-util v0.7.11 |
718 | 2024-08-15T04:59:11.006Z | Compiling sct v0.7.1 |
719 | 2024-08-15T04:59:11.361Z | Compiling regex-automata v0.4.7 |
720 | 2024-08-15T04:59:12.345Z | Compiling indexmap v2.4.0 |
721 | 2024-08-15T04:59:12.953Z | Compiling serde_tokenstream v0.2.2 |
722 | 2024-08-15T04:59:14.967Z | Compiling h2 v0.3.26 |
723 | 2024-08-15T04:59:17.075Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
724 | 2024-08-15T04:59:17.649Z | Compiling openssl-probe v0.1.5 |
725 | 2024-08-15T04:59:20.581Z | Compiling hyper v0.14.30 |
726 | 2024-08-15T04:59:20.898Z | Compiling regex v1.10.6 |
727 | 2024-08-15T04:59:22.819Z | Compiling unicode-normalization v0.1.23 |
728 | 2024-08-15T04:59:23.845Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-15T04:59:26.724Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-15T04:59:26.749Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
731 | 2024-08-15T04:59:27.046Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-15T04:59:27.635Z | Compiling powerfmt v0.2.0 |
733 | 2024-08-15T04:59:28.034Z | Compiling num-conv v0.1.0 |
734 | 2024-08-15T04:59:28.292Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-15T04:59:29.943Z | Compiling mime v0.3.17 |
736 | 2024-08-15T04:59:30.803Z | Compiling time-core v0.1.2 |
737 | 2024-08-15T04:59:30.947Z | Compiling time-macros v0.2.18 |
738 | 2024-08-15T04:59:33.286Z | Compiling idna v0.5.0 |
739 | 2024-08-15T04:59:34.929Z | Compiling deranged v0.3.11 |
740 | 2024-08-15T04:59:36.326Z | Compiling thread-id v4.2.2 |
741 | 2024-08-15T04:59:36.421Z | Compiling scroll v0.12.0 |
742 | 2024-08-15T04:59:36.737Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-15T04:59:36.947Z | Compiling tokio-native-tls v0.3.1 |
744 | 2024-08-15T04:59:37.095Z | Compiling dof v0.3.0 |
745 | 2024-08-15T04:59:37.193Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-08-15T04:59:37.337Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-08-15T04:59:37.850Z | Compiling plain v0.2.3 |
748 | 2024-08-15T04:59:38.195Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-08-15T04:59:38.725Z | Compiling num_threads v0.1.7 |
750 | 2024-08-15T04:59:38.822Z | Compiling omicron-workspace-hack v0.1.0 |
751 | 2024-08-15T04:59:39.100Z | Compiling strsim v0.11.1 |
752 | 2024-08-15T04:59:39.297Z | Compiling ident_case v1.0.1 |
753 | 2024-08-15T04:59:39.925Z | Compiling base64 v0.21.7 |
754 | 2024-08-15T04:59:40.043Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-08-15T04:59:40.427Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-15T04:59:40.547Z | Compiling time v0.3.36 |
757 | 2024-08-15T04:59:41.660Z | Compiling darling_core v0.20.10 |
758 | 2024-08-15T04:59:42.798Z | Compiling goblin v0.8.2 |
759 | 2024-08-15T04:59:45.409Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-15T04:59:45.693Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-15T04:59:46.052Z | Compiling url v2.5.2 |
762 | 2024-08-15T04:59:46.423Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
763 | 2024-08-15T04:59:46.527Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-15T04:59:48.695Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-15T04:59:49.651Z | Compiling webpki-roots v0.25.4 |
766 | 2024-08-15T04:59:49.769Z | Compiling rustls v0.22.4 |
767 | 2024-08-15T04:59:49.893Z | Compiling paste v1.0.15 |
768 | 2024-08-15T04:59:50.039Z | Compiling pretty-hex v0.4.1 |
769 | 2024-08-15T04:59:50.239Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-08-15T04:59:50.264Z | Compiling ipnet v2.9.0 |
771 | 2024-08-15T04:59:50.310Z | Compiling rustversion v1.0.17 |
772 | 2024-08-15T04:59:50.351Z | Compiling unsafe-libyaml v0.2.11 |
773 | 2024-08-15T04:59:50.895Z | Compiling reqwest v0.11.27 |
774 | 2024-08-15T04:59:51.731Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-15T04:59:52.568Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
776 | 2024-08-15T04:59:52.727Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-15T04:59:52.941Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-15T04:59:55.277Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-15T04:59:55.830Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-15T04:59:56.026Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-15T04:59:56.198Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-15T04:59:56.395Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-15T04:59:56.598Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-15T04:59:56.935Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-15T04:59:57.312Z | Compiling rand_core v0.6.4 |
786 | 2024-08-15T04:59:57.804Z | Compiling thread_local v1.1.8 |
787 | 2024-08-15T04:59:57.995Z | Compiling multer v3.1.0 |
788 | 2024-08-15T04:59:58.317Z | Compiling subtle v2.6.1 |
789 | 2024-08-15T04:59:58.458Z | Compiling camino v1.1.7 |
790 | 2024-08-15T04:59:58.587Z | Compiling winnow v0.6.18 |
791 | 2024-08-15T04:59:58.979Z | Compiling zeroize v1.8.1 |
792 | 2024-08-15T04:59:59.004Z | Compiling anyhow v1.0.86 |
793 | 2024-08-15T04:59:59.211Z | Compiling slog-async v2.8.0 |
794 | 2024-08-15T04:59:59.241Z | Compiling match_cfg v0.1.0 |
795 | 2024-08-15T04:59:59.276Z | Compiling structmeta v0.3.0 |
796 | 2024-08-15T04:59:59.327Z | Compiling hostname v0.3.1 |
797 | 2024-08-15T04:59:59.681Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
798 | 2024-08-15T04:59:59.735Z | Compiling rand_chacha v0.3.1 |
799 | 2024-08-15T05:00:01.071Z | Compiling digest v0.10.7 |
800 | 2024-08-15T05:00:01.411Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-15T05:00:01.831Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-15T05:00:02.829Z | Compiling darling v0.20.10 |
803 | 2024-08-15T05:00:02.924Z | Compiling term v0.7.0 |
804 | 2024-08-15T05:00:06.729Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
805 | 2024-08-15T05:00:09.250Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-15T05:00:09.818Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-15T05:00:10.546Z | Compiling slog-json v2.6.1 |
808 | 2024-08-15T05:00:10.973Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-15T05:00:10.998Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-15T05:00:12.001Z | Compiling http v1.1.0 |
811 | 2024-08-15T05:00:12.084Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-15T05:00:12.143Z | Compiling memmap v0.7.0 |
813 | 2024-08-15T05:00:12.202Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ea76a351) |
814 | 2024-08-15T05:00:12.512Z | Compiling atomic-waker v1.1.2 |
815 | 2024-08-15T05:00:12.537Z | Compiling base64 v0.22.1 |
816 | 2024-08-15T05:00:12.684Z | Compiling take_mut v0.2.2 |
817 | 2024-08-15T05:00:12.813Z | Compiling cpufeatures v0.2.13 |
818 | 2024-08-15T05:00:12.901Z | Compiling sha1 v0.10.6 |
819 | 2024-08-15T05:00:13.587Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-08-15T05:00:15.872Z | Compiling waitgroup v0.1.2 |
821 | 2024-08-15T05:00:16.088Z | Compiling usdt v0.5.0 |
822 | 2024-08-15T05:00:16.113Z | Compiling slog-term v2.9.1 |
823 | 2024-08-15T05:00:17.264Z | Compiling async-stream v0.3.5 |
824 | 2024-08-15T05:00:17.436Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
825 | 2024-08-15T05:00:17.563Z | Compiling futures v0.3.30 |
826 | 2024-08-15T05:00:17.669Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-15T05:00:17.695Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-15T05:00:17.908Z | Compiling toml v0.8.19 |
829 | 2024-08-15T05:00:18.538Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-15T05:00:18.911Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-15T05:00:21.171Z | Compiling rand v0.8.5 |
832 | 2024-08-15T05:00:22.362Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-15T05:00:22.716Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-15T05:00:22.799Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-15T05:00:23.085Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ea76a351) |
836 | 2024-08-15T05:00:24.342Z | Compiling hex v0.4.3 |
837 | 2024-08-15T05:00:24.910Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-15T05:00:25.750Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-15T05:00:25.816Z | Compiling async-trait v0.1.81 |
840 | 2024-08-15T05:00:26.466Z | Compiling hostname v0.4.0 |
841 | 2024-08-15T05:00:26.544Z | Compiling instant v0.1.13 |
842 | 2024-08-15T05:00:26.689Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-15T05:00:26.713Z | Compiling backoff v0.4.0 |
844 | 2024-08-15T05:00:26.795Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-15T05:00:26.820Z | Compiling parse-display v0.10.0 |
846 | 2024-08-15T05:00:26.980Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-15T05:00:27.006Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-15T05:00:27.133Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-08-15T05:00:27.689Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-15T05:00:27.913Z | Compiling strum v0.26.3 |
851 | 2024-08-15T05:00:28.081Z | Compiling serde_with v3.9.0 |
852 | 2024-08-15T05:00:28.717Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-15T05:00:29.422Z | Compiling macaddr v1.0.1 |
854 | 2024-08-15T05:00:29.922Z | Compiling regress v0.9.1 |
855 | 2024-08-15T05:00:34.801Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-15T05:00:44.068Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-15T05:00:53.903Z | Finished `release` profile [optimized] target(s) in 2m 04s |
858 | 2024-08-15T05:00:53.961Z | process exited: duration 195522 ms, exit code 0 |
|
859 | 2024-08-15T05:00:54.011Z | found 0 output files |