|
|
|
1 | 2024-08-05T16:03:11.483Z | job assigned to worker 01J4HMDRP6BVN86NF8812F5KHF (queued for 59 s) |
|
2 | 2024-08-05T16:03:19.087Z | starting task 0: "setup" |
3 | 2024-08-05T16:03:19.142Z | ++ uname -s |
4 | 2024-08-05T16:03:19.145Z | + kern=SunOS |
5 | 2024-08-05T16:03:19.145Z | + case "$kern" in |
6 | 2024-08-05T16:03:19.145Z | + groupadd -g 12345 build |
7 | 2024-08-05T16:03:19.148Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-05T16:03:21.158Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-05T16:03:21.267Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-05T16:03:21.270Z | + home_fs=zfs |
11 | 2024-08-05T16:03:21.270Z | + [[ zfs == autofs ]] |
12 | 2024-08-05T16:03:21.270Z | + mkdir -p /home/build |
13 | 2024-08-05T16:03:21.273Z | + chown build:build /home/build /work |
14 | 2024-08-05T16:03:23.274Z | + chmod 0700 /home/build /work |
15 | 2024-08-05T16:03:23.277Z | process exited: duration 4189 ms, exit code 0 |
|
16 | 2024-08-05T16:03:23.283Z | starting task 1: "rust-toolchain" |
17 | 2024-08-05T16:03:23.290Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-05T16:03:23.290Z | ' 1.80.0 |
19 | 2024-08-05T16:03:23.290Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-05T16:03:23.290Z | ' default |
21 | 2024-08-05T16:03:23.293Z | * toolchain channel = "1.80.0" |
22 | 2024-08-05T16:03:23.293Z | * toolchain profile = "default" |
23 | 2024-08-05T16:03:23.293Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-05T16:03:23.293Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-05T16:03:23.404Z | info: downloading installer |
26 | 2024-08-05T16:03:24.674Z | info: profile set to 'default' |
27 | 2024-08-05T16:03:24.674Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-05T16:03:24.678Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-05T16:03:24.800Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-05T16:03:24.800Z | info: downloading component 'cargo' |
31 | 2024-08-05T16:03:25.437Z | info: downloading component 'clippy' |
32 | 2024-08-05T16:03:25.665Z | info: downloading component 'rust-docs' |
33 | 2024-08-05T16:03:26.564Z | info: downloading component 'rust-std' |
34 | 2024-08-05T16:03:27.815Z | info: downloading component 'rustc' |
35 | 2024-08-05T16:03:31.340Z | info: downloading component 'rustfmt' |
36 | 2024-08-05T16:03:31.527Z | info: installing component 'cargo' |
37 | 2024-08-05T16:03:32.364Z | info: installing component 'clippy' |
38 | 2024-08-05T16:03:32.743Z | info: installing component 'rust-docs' |
39 | 2024-08-05T16:03:34.353Z | info: installing component 'rust-std' |
40 | 2024-08-05T16:03:36.069Z | info: installing component 'rustc' |
41 | 2024-08-05T16:03:40.366Z | info: installing component 'rustfmt' |
42 | 2024-08-05T16:03:40.708Z | |
43 | 2024-08-05T16:03:40.708Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-05T16:03:40.985Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-05T16:03:40.985Z | |
46 | 2024-08-05T16:03:40.989Z | |
47 | 2024-08-05T16:03:40.989Z | Rust is installed now. Great! |
48 | 2024-08-05T16:03:40.989Z | |
49 | 2024-08-05T16:03:40.989Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-05T16:03:40.989Z | environment variable. This has not been done automatically. |
51 | 2024-08-05T16:03:40.989Z | |
52 | 2024-08-05T16:03:40.989Z | To configure your current shell, you need to source |
53 | 2024-08-05T16:03:40.989Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-05T16:03:40.989Z | |
55 | 2024-08-05T16:03:40.989Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-05T16:03:40.989Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-05T16:03:40.989Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-05T16:03:41.060Z | + rustc --version |
59 | 2024-08-05T16:03:41.122Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-05T16:03:41.126Z | process exited: duration 17839 ms, exit code 0 |
|
61 | 2024-08-05T16:03:41.131Z | starting task 2: "authentication" |
62 | 2024-08-05T16:03:41.153Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-05T16:03:41.159Z | starting task 3: "clone repository" |
64 | 2024-08-05T16:03:41.163Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-05T16:03:41.166Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-05T16:03:41.332Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-05T16:03:46.670Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-05T16:03:46.673Z | + git fetch origin 4678f7dc2df4e52c12bf30a498d9225c39297418 |
69 | 2024-08-05T16:03:46.992Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-05T16:03:46.992Z | * branch 4678f7dc2df4e52c12bf30a498d9225c39297418 -> FETCH_HEAD |
71 | 2024-08-05T16:03:47.004Z | + [[ -n john/reconfigurator-external-ip-allocator ]] |
72 | 2024-08-05T16:03:47.008Z | ++ git branch --show-current |
73 | 2024-08-05T16:03:47.008Z | + current=main |
74 | 2024-08-05T16:03:47.008Z | + [[ main != john/reconfigurator-external-ip-allocator ]] |
75 | 2024-08-05T16:03:47.008Z | + git branch -f john/reconfigurator-external-ip-allocator 4678f7dc2df4e52c12bf30a498d9225c39297418 |
76 | 2024-08-05T16:03:47.011Z | + git checkout -f john/reconfigurator-external-ip-allocator |
77 | 2024-08-05T16:03:47.122Z | Switched to branch 'john/reconfigurator-external-ip-allocator' |
78 | 2024-08-05T16:03:47.125Z | + git reset --hard 4678f7dc2df4e52c12bf30a498d9225c39297418 |
79 | 2024-08-05T16:03:47.230Z | HEAD is now at 4678f7dc2 Reconfigurator: Teach planner about SNAT IPs |
80 | 2024-08-05T16:03:47.233Z | process exited: duration 6072 ms, exit code 0 |
|
81 | 2024-08-05T16:03:47.242Z | starting task 4: "build" |
82 | 2024-08-05T16:03:47.248Z | + cargo --version |
83 | 2024-08-05T16:03:47.304Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-05T16:03:47.307Z | + rustc --version |
85 | 2024-08-05T16:03:47.363Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-05T16:03:47.366Z | + cd /tmp |
87 | 2024-08-05T16:03:47.366Z | + cargo new --lib test-project |
88 | 2024-08-05T16:03:47.420Z | Creating library `test-project` package |
89 | 2024-08-05T16:03:47.494Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-05T16:03:47.497Z | + cd test-project |
91 | 2024-08-05T16:03:47.498Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-05T16:03:47.553Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-05T16:03:47.556Z | Features: |
94 | 2024-08-05T16:03:47.556Z | - proptest |
95 | 2024-08-05T16:03:47.556Z | - test-strategy |
96 | 2024-08-05T16:03:47.556Z | - testing |
97 | 2024-08-05T16:03:47.556Z | Updating crates.io index |
98 | 2024-08-05T16:03:47.642Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-05T16:03:48.362Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-05T16:03:49.200Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-05T16:03:49.473Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-05T16:03:51.017Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-05T16:03:51.275Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-05T16:03:51.595Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-05T16:03:54.346Z | Locking 303 packages to latest compatible versions |
106 | 2024-08-05T16:03:54.351Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-05T16:03:54.354Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-05T16:03:54.354Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-05T16:03:54.354Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-05T16:03:54.354Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-05T16:03:54.354Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-05T16:03:54.354Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-05T16:03:54.354Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-05T16:03:54.354Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-05T16:03:54.354Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-05T16:03:54.354Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-05T16:03:54.354Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-05T16:03:54.354Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-05T16:03:54.354Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-05T16:03:54.355Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-05T16:03:54.355Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-05T16:03:54.355Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-05T16:03:54.355Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-05T16:03:54.355Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-05T16:03:54.358Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
126 | 2024-08-05T16:03:54.358Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
127 | 2024-08-05T16:03:54.358Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-05T16:03:54.358Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-05T16:03:54.362Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-05T16:03:54.362Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-05T16:03:54.366Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-05T16:03:54.366Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-05T16:03:54.369Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-05T16:03:54.369Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-05T16:03:54.369Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-05T16:03:54.369Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-05T16:03:54.369Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-05T16:03:54.369Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-05T16:03:54.373Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
140 | 2024-08-05T16:03:54.373Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-05T16:03:54.373Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-05T16:03:54.373Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-05T16:03:54.373Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-05T16:03:54.373Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-05T16:03:54.373Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-05T16:03:54.373Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-05T16:03:54.373Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-05T16:03:54.373Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-05T16:03:54.373Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-05T16:03:54.373Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-05T16:03:54.373Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-05T16:03:54.373Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-05T16:03:54.373Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-05T16:03:54.441Z | + cargo check |
155 | 2024-08-05T16:03:54.676Z | Downloading crates ... |
156 | 2024-08-05T16:03:54.776Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-05T16:03:54.784Z | Downloaded foreign-types v0.3.2 |
158 | 2024-08-05T16:03:54.790Z | Downloaded instant v0.1.13 |
159 | 2024-08-05T16:03:54.793Z | Downloaded ident_case v1.0.1 |
160 | 2024-08-05T16:03:54.793Z | Downloaded equivalent v1.0.1 |
161 | 2024-08-05T16:03:54.805Z | Downloaded crypto-common v0.1.6 |
162 | 2024-08-05T16:03:54.808Z | Downloaded byteorder v1.5.0 |
163 | 2024-08-05T16:03:54.810Z | Downloaded want v0.3.1 |
164 | 2024-08-05T16:03:54.813Z | Downloaded zerocopy-derive v0.7.35 |
165 | 2024-08-05T16:03:54.817Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2024-08-05T16:03:54.819Z | Downloaded dtrace-parser v0.2.0 |
167 | 2024-08-05T16:03:54.819Z | Downloaded darling_macro v0.20.10 |
168 | 2024-08-05T16:03:54.822Z | Downloaded async-stream v0.3.5 |
169 | 2024-08-05T16:03:54.822Z | Downloaded ipnetwork v0.20.0 |
170 | 2024-08-05T16:03:54.826Z | Downloaded scroll_derive v0.12.0 |
171 | 2024-08-05T16:03:54.826Z | Downloaded mime v0.3.17 |
172 | 2024-08-05T16:03:54.828Z | Downloaded dirs-next v2.0.0 |
173 | 2024-08-05T16:03:54.828Z | Downloaded hyper-tls v0.5.0 |
174 | 2024-08-05T16:03:54.831Z | Downloaded form_urlencoded v1.2.1 |
175 | 2024-08-05T16:03:54.831Z | Downloaded pretty-hex v0.4.1 |
176 | 2024-08-05T16:03:54.834Z | Downloaded take_mut v0.2.2 |
177 | 2024-08-05T16:03:54.834Z | Downloaded macaddr v1.0.1 |
178 | 2024-08-05T16:03:54.836Z | Downloaded dyn-clone v1.0.17 |
179 | 2024-08-05T16:03:54.836Z | Downloaded percent-encoding v2.3.1 |
180 | 2024-08-05T16:03:54.839Z | Downloaded parse-display-derive v0.9.1 |
181 | 2024-08-05T16:03:54.839Z | Downloaded parking_lot_core v0.9.10 |
182 | 2024-08-05T16:03:54.842Z | Downloaded strsim v0.11.1 |
183 | 2024-08-05T16:03:54.844Z | Downloaded http-body v0.4.6 |
184 | 2024-08-05T16:03:54.844Z | Downloaded version_check v0.9.5 |
185 | 2024-08-05T16:03:54.847Z | Downloaded usdt v0.5.0 |
186 | 2024-08-05T16:03:54.847Z | Downloaded is-terminal v0.4.12 |
187 | 2024-08-05T16:03:54.850Z | Downloaded rustls-pemfile v1.0.4 |
188 | 2024-08-05T16:03:54.852Z | Downloaded foreign-types-shared v0.1.1 |
189 | 2024-08-05T16:03:54.852Z | Downloaded rand_core v0.6.4 |
190 | 2024-08-05T16:03:54.855Z | Downloaded async-trait v0.1.81 |
191 | 2024-08-05T16:03:54.858Z | Downloaded openssl-macros v0.1.1 |
192 | 2024-08-05T16:03:54.858Z | Downloaded structmeta-derive v0.3.0 |
193 | 2024-08-05T16:03:54.860Z | Downloaded debug-ignore v1.0.5 |
194 | 2024-08-05T16:03:54.863Z | Downloaded sha1 v0.10.6 |
195 | 2024-08-05T16:03:54.863Z | Downloaded pkg-config v0.3.30 |
196 | 2024-08-05T16:03:54.865Z | Downloaded tinyvec_macros v0.1.1 |
197 | 2024-08-05T16:03:54.866Z | Downloaded openssl-probe v0.1.5 |
198 | 2024-08-05T16:03:54.868Z | Downloaded num_threads v0.1.7 |
199 | 2024-08-05T16:03:54.871Z | Downloaded pest_derive v2.7.11 |
200 | 2024-08-05T16:03:54.873Z | Downloaded usdt-macro v0.5.0 |
201 | 2024-08-05T16:03:54.873Z | Downloaded futures-channel v0.3.30 |
202 | 2024-08-05T16:03:54.876Z | Downloaded cfg-if v1.0.0 |
203 | 2024-08-05T16:03:54.876Z | Downloaded thread-id v4.2.2 |
204 | 2024-08-05T16:03:54.879Z | Downloaded schemars_derive v0.8.21 |
205 | 2024-08-05T16:03:54.879Z | Downloaded lock_api v0.4.12 |
206 | 2024-08-05T16:03:54.882Z | Downloaded waitgroup v0.1.2 |
207 | 2024-08-05T16:03:54.885Z | Downloaded ahash v0.8.11 |
208 | 2024-08-05T16:03:54.888Z | Downloaded usdt-attr-macro v0.5.0 |
209 | 2024-08-05T16:03:54.888Z | Downloaded serde_urlencoded v0.7.1 |
210 | 2024-08-05T16:03:54.891Z | Downloaded quote v1.0.36 |
211 | 2024-08-05T16:03:54.893Z | Downloaded strum_macros v0.26.4 |
212 | 2024-08-05T16:03:54.893Z | Downloaded hex v0.4.3 |
213 | 2024-08-05T16:03:54.896Z | Downloaded slog-bunyan v2.5.0 |
214 | 2024-08-05T16:03:54.898Z | Downloaded futures-core v0.3.30 |
215 | 2024-08-05T16:03:54.898Z | Downloaded generic-array v0.14.7 |
216 | 2024-08-05T16:03:54.901Z | Downloaded serde_with_macros v3.9.0 |
217 | 2024-08-05T16:03:54.904Z | Downloaded pest_meta v2.7.11 |
218 | 2024-08-05T16:03:54.904Z | Downloaded hostname v0.4.0 |
219 | 2024-08-05T16:03:54.907Z | Downloaded futures-executor v0.3.30 |
220 | 2024-08-05T16:03:54.909Z | Downloaded tower-service v0.3.2 |
221 | 2024-08-05T16:03:54.909Z | Downloaded strum v0.26.3 |
222 | 2024-08-05T16:03:54.909Z | Downloaded dirs-sys-next v0.1.2 |
223 | 2024-08-05T16:03:54.912Z | Downloaded try-lock v0.2.5 |
224 | 2024-08-05T16:03:54.912Z | Downloaded indexmap v1.9.3 |
225 | 2024-08-05T16:03:54.915Z | Downloaded darling v0.20.10 |
226 | 2024-08-05T16:03:54.920Z | Downloaded time-core v0.1.2 |
227 | 2024-08-05T16:03:54.923Z | Downloaded time-macros v0.2.18 |
228 | 2024-08-05T16:03:54.927Z | Downloaded semver v1.0.23 |
229 | 2024-08-05T16:03:54.927Z | Downloaded pest_generator v2.7.11 |
230 | 2024-08-05T16:03:54.929Z | Downloaded tokio-macros v2.4.0 |
231 | 2024-08-05T16:03:54.930Z | Downloaded pin-utils v0.1.0 |
232 | 2024-08-05T16:03:54.930Z | Downloaded iana-time-zone v0.1.60 |
233 | 2024-08-05T16:03:54.932Z | Downloaded num-traits v0.2.19 |
234 | 2024-08-05T16:03:54.935Z | Downloaded untrusted v0.9.0 |
235 | 2024-08-05T16:03:54.938Z | Downloaded ipnet v2.9.0 |
236 | 2024-08-05T16:03:54.940Z | Downloaded httparse v1.9.4 |
237 | 2024-08-05T16:03:54.943Z | Downloaded tokio-native-tls v0.3.1 |
238 | 2024-08-05T16:03:54.947Z | Downloaded slog-term v2.9.1 |
239 | 2024-08-05T16:03:54.949Z | Downloaded serde_path_to_error v0.1.16 |
240 | 2024-08-05T16:03:54.949Z | Downloaded memmap v0.7.0 |
241 | 2024-08-05T16:03:54.949Z | Downloaded slab v0.4.9 |
242 | 2024-08-05T16:03:54.952Z | Downloaded toml_datetime v0.6.8 |
243 | 2024-08-05T16:03:54.952Z | Downloaded serde_tokenstream v0.2.1 |
244 | 2024-08-05T16:03:54.956Z | Downloaded multer v3.1.0 |
245 | 2024-08-05T16:03:54.958Z | Downloaded tokio-rustls v0.25.0 |
246 | 2024-08-05T16:03:54.961Z | Downloaded thread_local v1.1.8 |
247 | 2024-08-05T16:03:54.964Z | Downloaded darling_core v0.20.10 |
248 | 2024-08-05T16:03:54.967Z | Downloaded unicode-ident v1.0.12 |
249 | 2024-08-05T16:03:54.970Z | Downloaded slog-async v2.8.0 |
250 | 2024-08-05T16:03:54.973Z | Downloaded base64 v0.21.7 |
251 | 2024-08-05T16:03:54.976Z | Downloaded sync_wrapper v0.1.2 |
252 | 2024-08-05T16:03:54.979Z | Downloaded thiserror-impl v1.0.63 |
253 | 2024-08-05T16:03:54.979Z | Downloaded bytes v1.7.1 |
254 | 2024-08-05T16:03:54.982Z | Downloaded structmeta v0.3.0 |
255 | 2024-08-05T16:03:54.985Z | Downloaded serde_derive v1.0.204 |
256 | 2024-08-05T16:03:54.988Z | Downloaded once_cell v1.19.0 |
257 | 2024-08-05T16:03:54.991Z | Downloaded tokio-rustls v0.24.1 |
258 | 2024-08-05T16:03:54.994Z | Downloaded sct v0.7.1 |
259 | 2024-08-05T16:03:54.997Z | Downloaded ucd-trie v0.1.6 |
260 | 2024-08-05T16:03:55.001Z | Downloaded serde_derive_internals v0.29.1 |
261 | 2024-08-05T16:03:55.001Z | Downloaded term v0.7.0 |
262 | 2024-08-05T16:03:55.004Z | Downloaded openssl-sys v0.9.103 |
263 | 2024-08-05T16:03:55.008Z | Downloaded parking_lot v0.12.3 |
264 | 2024-08-05T16:03:55.011Z | Downloaded memchr v2.7.4 |
265 | 2024-08-05T16:03:55.017Z | Downloaded toml v0.8.19 |
266 | 2024-08-05T16:03:55.020Z | Downloaded rand v0.8.5 |
267 | 2024-08-05T16:03:55.024Z | Downloaded unsafe-libyaml v0.2.11 |
268 | 2024-08-05T16:03:55.030Z | Downloaded hashbrown v0.12.3 |
269 | 2024-08-05T16:03:55.033Z | Downloaded tinyvec v1.8.0 |
270 | 2024-08-05T16:03:55.036Z | Downloaded unicode-bidi v0.3.15 |
271 | 2024-08-05T16:03:55.039Z | Downloaded url v2.5.2 |
272 | 2024-08-05T16:03:55.043Z | Downloaded http v1.1.0 |
273 | 2024-08-05T16:03:55.047Z | Downloaded proc-macro2 v1.0.86 |
274 | 2024-08-05T16:03:55.050Z | Downloaded mio v1.0.1 |
275 | 2024-08-05T16:03:55.056Z | Downloaded schemars v0.8.21 |
276 | 2024-08-05T16:03:55.069Z | Downloaded indexmap v2.3.0 |
277 | 2024-08-05T16:03:55.074Z | Downloaded toml_edit v0.22.20 |
278 | 2024-08-05T16:03:55.096Z | Downloaded tracing-core v0.1.32 |
279 | 2024-08-05T16:03:55.099Z | Downloaded unicode-normalization v0.1.23 |
280 | 2024-08-05T16:03:55.102Z | Downloaded tokio-util v0.7.11 |
281 | 2024-08-05T16:03:55.109Z | Downloaded serde v1.0.204 |
282 | 2024-08-05T16:03:55.113Z | Downloaded time v0.3.36 |
283 | 2024-08-05T16:03:55.120Z | Downloaded aho-corasick v1.1.3 |
284 | 2024-08-05T16:03:55.126Z | Downloaded hyper v0.14.30 |
285 | 2024-08-05T16:03:55.135Z | Downloaded pest v2.7.11 |
286 | 2024-08-05T16:03:55.140Z | Downloaded chrono v0.4.38 |
287 | 2024-08-05T16:03:55.148Z | Downloaded goblin v0.8.2 |
288 | 2024-08-05T16:03:55.155Z | Downloaded serde_json v1.0.122 |
289 | 2024-08-05T16:03:55.162Z | Downloaded zerocopy v0.7.35 |
290 | 2024-08-05T16:03:55.179Z | Downloaded openssl v0.10.66 |
291 | 2024-08-05T16:03:55.188Z | Downloaded serde_with v3.9.0 |
292 | 2024-08-05T16:03:55.197Z | Downloaded rustls-webpki v0.102.6 |
293 | 2024-08-05T16:03:55.216Z | Downloaded rustls-webpki v0.101.7 |
294 | 2024-08-05T16:03:55.231Z | Downloaded winnow v0.6.18 |
295 | 2024-08-05T16:03:55.240Z | Downloaded rustls v0.21.12 |
296 | 2024-08-05T16:03:55.252Z | Downloaded vcpkg v0.2.15 |
297 | 2024-08-05T16:03:55.290Z | Downloaded syn v2.0.72 |
298 | 2024-08-05T16:03:55.301Z | Downloaded regress v0.9.1 |
299 | 2024-08-05T16:03:55.310Z | Downloaded tokio v1.39.2 |
300 | 2024-08-05T16:03:55.346Z | Downloaded rustls v0.22.4 |
301 | 2024-08-05T16:03:55.358Z | Downloaded encoding_rs v0.8.34 |
302 | 2024-08-05T16:03:55.378Z | Downloaded regex-automata v0.4.7 |
303 | 2024-08-05T16:03:55.394Z | Downloaded regex-syntax v0.8.4 |
304 | 2024-08-05T16:03:55.402Z | Downloaded regress v0.10.0 |
305 | 2024-08-05T16:03:55.410Z | Downloaded libc v0.2.155 |
306 | 2024-08-05T16:03:55.435Z | Downloaded regex v1.10.6 |
307 | 2024-08-05T16:03:55.447Z | Downloaded webpki-roots v0.25.4 |
308 | 2024-08-05T16:03:55.451Z | Downloaded openapiv3 v2.0.0 |
309 | 2024-08-05T16:03:55.462Z | Downloaded idna v0.5.0 |
310 | 2024-08-05T16:03:55.468Z | Downloaded reqwest v0.11.27 |
311 | 2024-08-05T16:03:55.475Z | Downloaded h2 v0.3.26 |
312 | 2024-08-05T16:03:55.481Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-05T16:03:55.490Z | Downloaded futures-util v0.3.30 |
314 | 2024-08-05T16:03:55.502Z | Downloaded tracing v0.1.40 |
315 | 2024-08-05T16:03:55.506Z | Downloaded serde_yaml v0.9.34+deprecated |
316 | 2024-08-05T16:03:55.509Z | Downloaded http v0.2.12 |
317 | 2024-08-05T16:03:55.512Z | Downloaded crossbeam-channel v0.5.13 |
318 | 2024-08-05T16:03:55.516Z | Downloaded base64 v0.22.1 |
319 | 2024-08-05T16:03:55.520Z | Downloaded spin v0.9.8 |
320 | 2024-08-05T16:03:55.523Z | Downloaded smallvec v1.13.2 |
321 | 2024-08-05T16:03:55.526Z | Downloaded sha2 v0.10.8 |
322 | 2024-08-05T16:03:55.527Z | Downloaded typenum v1.17.0 |
323 | 2024-08-05T16:03:55.530Z | Downloaded futures v0.3.30 |
324 | 2024-08-05T16:03:55.533Z | Downloaded cc v1.1.7 |
325 | 2024-08-05T16:03:55.537Z | Downloaded rustls-pemfile v2.1.3 |
326 | 2024-08-05T16:03:55.540Z | Downloaded socket2 v0.5.7 |
327 | 2024-08-05T16:03:55.543Z | Downloaded slog-json v2.6.1 |
328 | 2024-08-05T16:03:55.543Z | Downloaded rand_chacha v0.3.1 |
329 | 2024-08-05T16:03:55.546Z | Downloaded log v0.4.22 |
330 | 2024-08-05T16:03:55.546Z | Downloaded subtle v2.6.1 |
331 | 2024-08-05T16:03:55.549Z | Downloaded scroll v0.12.0 |
332 | 2024-08-05T16:03:55.549Z | Downloaded rustversion v1.0.17 |
333 | 2024-08-05T16:03:55.551Z | Downloaded ppv-lite86 v0.2.20 |
334 | 2024-08-05T16:03:55.554Z | Downloaded plain v0.2.3 |
335 | 2024-08-05T16:03:55.554Z | Downloaded crossbeam-utils v0.8.20 |
336 | 2024-08-05T16:03:55.557Z | Downloaded slog v2.7.0 |
337 | 2024-08-05T16:03:55.560Z | Downloaded ryu v1.0.18 |
338 | 2024-08-05T16:03:55.563Z | Downloaded uuid v1.10.0 |
339 | 2024-08-05T16:03:55.566Z | Downloaded hyper-rustls v0.24.2 |
340 | 2024-08-05T16:03:55.569Z | Downloaded allocator-api2 v0.2.18 |
341 | 2024-08-05T16:03:55.571Z | Downloaded paste v1.0.15 |
342 | 2024-08-05T16:03:55.574Z | Downloaded parse-display v0.9.1 |
343 | 2024-08-05T16:03:55.574Z | Downloaded bitflags v2.6.0 |
344 | 2024-08-05T16:03:55.577Z | Downloaded scopeguard v1.2.0 |
345 | 2024-08-05T16:03:55.580Z | Downloaded backoff v0.4.0 |
346 | 2024-08-05T16:03:55.580Z | Downloaded rustls-pki-types v1.7.0 |
347 | 2024-08-05T16:03:55.583Z | Downloaded powerfmt v0.2.0 |
348 | 2024-08-05T16:03:55.583Z | Downloaded pin-project-lite v0.2.14 |
349 | 2024-08-05T16:03:55.587Z | Downloaded zeroize v1.8.1 |
350 | 2024-08-05T16:03:55.590Z | Downloaded native-tls v0.2.12 |
351 | 2024-08-05T16:03:55.592Z | Downloaded futures-macro v0.3.30 |
352 | 2024-08-05T16:03:55.593Z | Downloaded anyhow v1.0.86 |
353 | 2024-08-05T16:03:55.595Z | Downloaded thiserror v1.0.63 |
354 | 2024-08-05T16:03:55.599Z | Downloaded camino v1.1.7 |
355 | 2024-08-05T16:03:55.602Z | Downloaded autocfg v1.3.0 |
356 | 2024-08-05T16:03:55.605Z | Downloaded atomic-waker v1.1.2 |
357 | 2024-08-05T16:03:55.605Z | Downloaded getrandom v0.2.15 |
358 | 2024-08-05T16:03:55.608Z | Downloaded num-conv v0.1.0 |
359 | 2024-08-05T16:03:55.608Z | Downloaded match_cfg v0.1.0 |
360 | 2024-08-05T16:03:55.614Z | Downloaded futures-task v0.3.30 |
361 | 2024-08-05T16:03:55.614Z | Downloaded cpufeatures v0.2.12 |
362 | 2024-08-05T16:03:55.614Z | Downloaded serde_spanned v0.6.7 |
363 | 2024-08-05T16:03:55.614Z | Downloaded block-buffer v0.10.4 |
364 | 2024-08-05T16:03:55.615Z | Downloaded signal-hook-registry v1.4.2 |
365 | 2024-08-05T16:03:55.615Z | Downloaded fnv v1.0.7 |
366 | 2024-08-05T16:03:55.619Z | Downloaded digest v0.10.7 |
367 | 2024-08-05T16:03:55.619Z | Downloaded newtype-uuid v1.1.0 |
368 | 2024-08-05T16:03:55.620Z | Downloaded usdt-impl v0.5.0 |
369 | 2024-08-05T16:03:55.620Z | Downloaded httpdate v1.0.3 |
370 | 2024-08-05T16:03:55.623Z | Downloaded hostname v0.3.1 |
371 | 2024-08-05T16:03:55.623Z | Downloaded heck v0.5.0 |
372 | 2024-08-05T16:03:55.623Z | Downloaded deranged v0.3.11 |
373 | 2024-08-05T16:03:55.625Z | Downloaded dof v0.3.0 |
374 | 2024-08-05T16:03:55.626Z | Downloaded itoa v1.0.11 |
375 | 2024-08-05T16:03:55.628Z | Downloaded futures-sink v0.3.30 |
376 | 2024-08-05T16:03:55.628Z | Downloaded futures-io v0.3.30 |
377 | 2024-08-05T16:03:55.628Z | Downloaded ring v0.17.8 |
378 | 2024-08-05T16:03:55.832Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-05T16:03:55.832Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-05T16:03:55.835Z | Compiling libc v0.2.155 |
381 | 2024-08-05T16:03:55.835Z | Checking cfg-if v1.0.0 |
382 | 2024-08-05T16:03:55.835Z | Compiling version_check v0.9.5 |
383 | 2024-08-05T16:03:55.835Z | Compiling autocfg v1.3.0 |
384 | 2024-08-05T16:03:55.835Z | Compiling serde v1.0.204 |
385 | 2024-08-05T16:03:55.846Z | Checking memchr v2.7.4 |
386 | 2024-08-05T16:03:55.937Z | Compiling serde_json v1.0.122 |
387 | 2024-08-05T16:03:56.021Z | Checking itoa v1.0.11 |
388 | 2024-08-05T16:03:56.434Z | Compiling ahash v0.8.11 |
389 | 2024-08-05T16:03:56.515Z | Checking byteorder v1.5.0 |
390 | 2024-08-05T16:03:56.606Z | Compiling thiserror v1.0.63 |
391 | 2024-08-05T16:03:56.789Z | Checking once_cell v1.19.0 |
392 | 2024-08-05T16:03:57.001Z | Compiling cc v1.1.7 |
393 | 2024-08-05T16:03:58.199Z | Compiling num-traits v0.2.19 |
394 | 2024-08-05T16:03:58.229Z | Checking pin-project-lite v0.2.14 |
395 | 2024-08-05T16:03:58.244Z | Checking ryu v1.0.18 |
396 | 2024-08-05T16:03:58.306Z | Checking log v0.4.22 |
397 | 2024-08-05T16:03:58.329Z | Checking bytes v1.7.1 |
398 | 2024-08-05T16:03:58.682Z | Checking allocator-api2 v0.2.18 |
399 | 2024-08-05T16:03:58.690Z | Compiling lock_api v0.4.12 |
400 | 2024-08-05T16:03:58.755Z | Compiling parking_lot_core v0.9.10 |
401 | 2024-08-05T16:03:58.937Z | Checking getrandom v0.2.15 |
402 | 2024-08-05T16:03:58.940Z | Compiling schemars v0.8.21 |
403 | 2024-08-05T16:03:59.116Z | Compiling quote v1.0.36 |
404 | 2024-08-05T16:03:59.123Z | Checking scopeguard v1.2.0 |
405 | 2024-08-05T16:03:59.142Z | Checking futures-core v0.3.30 |
406 | 2024-08-05T16:03:59.208Z | Checking smallvec v1.13.2 |
407 | 2024-08-05T16:03:59.291Z | Checking mio v1.0.1 |
408 | 2024-08-05T16:03:59.300Z | Checking socket2 v0.5.7 |
409 | 2024-08-05T16:03:59.338Z | Checking signal-hook-registry v1.4.2 |
410 | 2024-08-05T16:03:59.387Z | Compiling ring v0.17.8 |
411 | 2024-08-05T16:03:59.564Z | Compiling syn v2.0.72 |
412 | 2024-08-05T16:03:59.645Z | Compiling slab v0.4.9 |
413 | 2024-08-05T16:03:59.717Z | Checking spin v0.9.8 |
414 | 2024-08-05T16:03:59.812Z | Checking futures-sink v0.3.30 |
415 | 2024-08-05T16:03:59.844Z | Checking equivalent v1.0.1 |
416 | 2024-08-05T16:03:59.885Z | Checking parking_lot v0.12.3 |
417 | 2024-08-05T16:03:59.908Z | Checking untrusted v0.9.0 |
418 | 2024-08-05T16:03:59.929Z | Checking fnv v1.0.7 |
419 | 2024-08-05T16:03:59.937Z | Checking futures-channel v0.3.30 |
420 | 2024-08-05T16:04:00.025Z | Checking futures-task v0.3.30 |
421 | 2024-08-05T16:04:00.040Z | Checking pin-utils v0.1.0 |
422 | 2024-08-05T16:04:00.103Z | Compiling semver v1.0.23 |
423 | 2024-08-05T16:04:00.204Z | Compiling heck v0.5.0 |
424 | 2024-08-05T16:04:00.231Z | Checking futures-io v0.3.30 |
425 | 2024-08-05T16:04:00.269Z | Compiling vcpkg v0.2.15 |
426 | 2024-08-05T16:04:00.324Z | Compiling pkg-config v0.3.30 |
427 | 2024-08-05T16:04:00.572Z | Compiling ucd-trie v0.1.6 |
428 | 2024-08-05T16:04:00.606Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-05T16:04:00.614Z | Checking http v0.2.12 |
430 | 2024-08-05T16:04:01.030Z | Compiling httparse v1.9.4 |
431 | 2024-08-05T16:04:01.424Z | Checking dyn-clone v1.0.17 |
432 | 2024-08-05T16:04:01.757Z | Checking tracing-core v0.1.32 |
433 | 2024-08-05T16:04:01.836Z | Compiling openssl-sys v0.9.103 |
434 | 2024-08-05T16:04:01.965Z | Compiling uuid v1.10.0 |
435 | 2024-08-05T16:04:02.293Z | Compiling chrono v0.4.38 |
436 | 2024-08-05T16:04:02.356Z | Checking tracing v0.1.40 |
437 | 2024-08-05T16:04:02.446Z | Compiling slog v2.7.0 |
438 | 2024-08-05T16:04:02.449Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-08-05T16:04:02.527Z | Compiling openssl v0.10.66 |
440 | 2024-08-05T16:04:02.674Z | Checking try-lock v0.2.5 |
441 | 2024-08-05T16:04:02.769Z | Checking want v0.3.1 |
442 | 2024-08-05T16:04:02.924Z | Checking foreign-types v0.3.2 |
443 | 2024-08-05T16:04:02.938Z | Checking http-body v0.4.6 |
444 | 2024-08-05T16:04:02.942Z | Compiling aho-corasick v1.1.3 |
445 | 2024-08-05T16:04:02.988Z | Compiling native-tls v0.2.12 |
446 | 2024-08-05T16:04:03.217Z | Compiling regex-syntax v0.8.4 |
447 | 2024-08-05T16:04:03.340Z | Compiling rustls v0.21.12 |
448 | 2024-08-05T16:04:03.623Z | Checking tower-service v0.3.2 |
449 | 2024-08-05T16:04:03.721Z | Compiling typenum v1.17.0 |
450 | 2024-08-05T16:04:04.109Z | Checking bitflags v2.6.0 |
451 | 2024-08-05T16:04:04.354Z | Checking percent-encoding v2.3.1 |
452 | 2024-08-05T16:04:04.503Z | Checking httpdate v1.0.3 |
453 | 2024-08-05T16:04:04.628Z | Checking tinyvec_macros v0.1.1 |
454 | 2024-08-05T16:04:04.696Z | Checking tinyvec v1.8.0 |
455 | 2024-08-05T16:04:04.747Z | Checking form_urlencoded v1.2.1 |
456 | 2024-08-05T16:04:05.345Z | Compiling generic-array v0.14.7 |
457 | 2024-08-05T16:04:05.655Z | Checking openssl-probe v0.1.5 |
458 | 2024-08-05T16:04:05.693Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-08-05T16:04:05.847Z | Checking unicode-normalization v0.1.23 |
460 | 2024-08-05T16:04:06.469Z | Compiling regex-automata v0.4.7 |
461 | 2024-08-05T16:04:07.627Z | Compiling usdt-impl v0.5.0 |
462 | 2024-08-05T16:04:07.918Z | Checking encoding_rs v0.8.34 |
463 | 2024-08-05T16:04:07.992Z | Checking mime v0.3.17 |
464 | 2024-08-05T16:04:08.007Z | Compiling num-conv v0.1.0 |
465 | 2024-08-05T16:04:08.284Z | Checking powerfmt v0.2.0 |
466 | 2024-08-05T16:04:08.305Z | Checking unicode-bidi v0.3.15 |
467 | 2024-08-05T16:04:08.524Z | Compiling time-core v0.1.2 |
468 | 2024-08-05T16:04:08.676Z | Compiling time-macros v0.2.18 |
469 | 2024-08-05T16:04:08.891Z | Checking deranged v0.3.11 |
470 | 2024-08-05T16:04:08.908Z | Checking idna v0.5.0 |
471 | 2024-08-05T16:04:09.804Z | Compiling thread-id v4.2.2 |
472 | 2024-08-05T16:04:10.061Z | Compiling crossbeam-utils v0.8.20 |
473 | 2024-08-05T16:04:10.494Z | Compiling regex v1.10.6 |
474 | 2024-08-05T16:04:10.621Z | Checking base64 v0.21.7 |
475 | 2024-08-05T16:04:10.651Z | Compiling serde_derive v1.0.204 |
476 | 2024-08-05T16:04:11.035Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-08-05T16:04:11.066Z | Compiling thiserror-impl v1.0.63 |
478 | 2024-08-05T16:04:11.357Z | Compiling schemars_derive v0.8.21 |
479 | 2024-08-05T16:04:11.498Z | Compiling tokio-macros v2.4.0 |
480 | 2024-08-05T16:04:11.620Z | Compiling futures-macro v0.3.30 |
481 | 2024-08-05T16:04:12.987Z | Checking tokio v1.39.2 |
482 | 2024-08-05T16:04:13.001Z | Checking zerocopy v0.7.35 |
483 | 2024-08-05T16:04:13.830Z | Checking futures-util v0.3.30 |
484 | 2024-08-05T16:04:13.962Z | Compiling pest v2.7.11 |
485 | 2024-08-05T16:04:14.425Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-05T16:04:14.811Z | Checking hashbrown v0.14.5 |
487 | 2024-08-05T16:04:15.576Z | Checking sct v0.7.1 |
488 | 2024-08-05T16:04:15.767Z | Checking rustls-webpki v0.101.7 |
489 | 2024-08-05T16:04:15.967Z | Compiling scroll_derive v0.12.0 |
490 | 2024-08-05T16:04:16.463Z | Compiling pest_meta v2.7.11 |
491 | 2024-08-05T16:04:16.803Z | Compiling regress v0.10.0 |
492 | 2024-08-05T16:04:17.434Z | Checking scroll v0.12.0 |
493 | 2024-08-05T16:04:19.158Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-05T16:04:20.100Z | Checking tokio-util v0.7.11 |
495 | 2024-08-05T16:04:20.168Z | Checking tokio-rustls v0.24.1 |
496 | 2024-08-05T16:04:20.845Z | Compiling pest_derive v2.7.11 |
497 | 2024-08-05T16:04:20.931Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-05T16:04:21.101Z | Checking num_threads v0.1.7 |
499 | 2024-08-05T16:04:21.203Z | Checking plain v0.2.3 |
500 | 2024-08-05T16:04:21.336Z | Compiling strsim v0.11.1 |
501 | 2024-08-05T16:04:21.525Z | Compiling ident_case v1.0.1 |
502 | 2024-08-05T16:04:21.669Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-08-05T16:04:21.691Z | Checking rustls-pki-types v1.7.0 |
504 | 2024-08-05T16:04:22.087Z | Compiling darling_core v0.20.10 |
505 | 2024-08-05T16:04:23.454Z | Checking indexmap v2.3.0 |
506 | 2024-08-05T16:04:23.946Z | Compiling serde_tokenstream v0.2.1 |
507 | 2024-08-05T16:04:24.707Z | Checking h2 v0.3.26 |
508 | 2024-08-05T16:04:24.892Z | Checking serde_urlencoded v0.7.1 |
509 | 2024-08-05T16:04:25.126Z | Checking openapiv3 v2.0.0 |
510 | 2024-08-05T16:04:25.351Z | Checking goblin v0.8.2 |
511 | 2024-08-05T16:04:26.102Z | Compiling dof v0.3.0 |
512 | 2024-08-05T16:04:27.843Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
513 | 2024-08-05T16:04:28.376Z | Checking time v0.3.36 |
514 | 2024-08-05T16:04:28.595Z | Checking rustls-pemfile v1.0.4 |
515 | 2024-08-05T16:04:28.776Z | Checking url v2.5.2 |
516 | 2024-08-05T16:04:28.891Z | Checking hyper v0.14.30 |
517 | 2024-08-05T16:04:29.184Z | Checking dirs-sys-next v0.1.2 |
518 | 2024-08-05T16:04:29.552Z | Compiling unsafe-libyaml v0.2.11 |
519 | 2024-08-05T16:04:29.727Z | Checking webpki-roots v0.25.4 |
520 | 2024-08-05T16:04:29.879Z | Compiling rustls v0.22.4 |
521 | 2024-08-05T16:04:30.123Z | Compiling paste v1.0.15 |
522 | 2024-08-05T16:04:30.158Z | Checking sync_wrapper v0.1.2 |
523 | 2024-08-05T16:04:30.260Z | Compiling rustversion v1.0.17 |
524 | 2024-08-05T16:04:30.446Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-08-05T16:04:30.493Z | Checking ipnet v2.9.0 |
526 | 2024-08-05T16:04:30.635Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-05T16:04:30.769Z | Checking dirs-next v2.0.0 |
528 | 2024-08-05T16:04:30.880Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-05T16:04:30.911Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-05T16:04:31.341Z | Checking toml_datetime v0.6.8 |
531 | 2024-08-05T16:04:31.361Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-05T16:04:31.432Z | Checking rustls-webpki v0.102.6 |
533 | 2024-08-05T16:04:31.522Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-05T16:04:31.533Z | Checking block-buffer v0.10.4 |
535 | 2024-08-05T16:04:31.606Z | Checking crypto-common v0.1.6 |
536 | 2024-08-05T16:04:31.715Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-05T16:04:31.764Z | Checking rand_core v0.6.4 |
538 | 2024-08-05T16:04:31.952Z | Checking thread_local v1.1.8 |
539 | 2024-08-05T16:04:32.041Z | Compiling multer v3.1.0 |
540 | 2024-08-05T16:04:32.164Z | Checking winnow v0.6.18 |
541 | 2024-08-05T16:04:32.221Z | Compiling anyhow v1.0.86 |
542 | 2024-08-05T16:04:32.292Z | Compiling slog-async v2.8.0 |
543 | 2024-08-05T16:04:32.368Z | Compiling camino v1.1.7 |
544 | 2024-08-05T16:04:32.792Z | Checking match_cfg v0.1.0 |
545 | 2024-08-05T16:04:32.800Z | Checking subtle v2.6.1 |
546 | 2024-08-05T16:04:32.865Z | Checking zeroize v1.8.1 |
547 | 2024-08-05T16:04:33.001Z | Checking hostname v0.3.1 |
548 | 2024-08-05T16:04:33.165Z | Checking rand_chacha v0.3.1 |
549 | 2024-08-05T16:04:33.343Z | Checking hyper-rustls v0.24.2 |
550 | 2024-08-05T16:04:33.506Z | Checking hyper-tls v0.5.0 |
551 | 2024-08-05T16:04:33.611Z | Compiling darling v0.20.10 |
552 | 2024-08-05T16:04:33.711Z | Checking digest v0.10.7 |
553 | 2024-08-05T16:04:33.718Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-08-05T16:04:33.777Z | Checking reqwest v0.11.27 |
555 | 2024-08-05T16:04:34.331Z | Compiling structmeta v0.3.0 |
556 | 2024-08-05T16:04:34.456Z | Checking term v0.7.0 |
557 | 2024-08-05T16:04:34.705Z | Checking slog-json v2.6.1 |
558 | 2024-08-05T16:04:34.854Z | Compiling usdt-macro v0.5.0 |
559 | 2024-08-05T16:04:34.947Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-05T16:04:35.064Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
561 | 2024-08-05T16:04:35.197Z | Checking toml_edit v0.22.20 |
562 | 2024-08-05T16:04:35.281Z | Checking futures-executor v0.3.30 |
563 | 2024-08-05T16:04:35.354Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-05T16:04:35.490Z | Checking http v1.1.0 |
565 | 2024-08-05T16:04:35.581Z | Checking is-terminal v0.4.12 |
566 | 2024-08-05T16:04:35.687Z | Checking memmap v0.7.0 |
567 | 2024-08-05T16:04:35.870Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
568 | 2024-08-05T16:04:36.077Z | Checking base64 v0.22.1 |
569 | 2024-08-05T16:04:36.203Z | Checking cpufeatures v0.2.12 |
570 | 2024-08-05T16:04:36.282Z | Checking take_mut v0.2.2 |
571 | 2024-08-05T16:04:36.337Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-05T16:04:36.452Z | Checking waitgroup v0.1.2 |
573 | 2024-08-05T16:04:36.535Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-08-05T16:04:36.568Z | Checking usdt v0.5.0 |
575 | 2024-08-05T16:04:36.606Z | Checking async-stream v0.3.5 |
576 | 2024-08-05T16:04:36.687Z | Checking sha1 v0.10.6 |
577 | 2024-08-05T16:04:36.747Z | Checking tokio-rustls v0.25.0 |
578 | 2024-08-05T16:04:36.762Z | Checking slog-term v2.9.1 |
579 | 2024-08-05T16:04:36.788Z | Checking futures v0.3.30 |
580 | 2024-08-05T16:04:36.803Z | Compiling strum_macros v0.26.4 |
581 | 2024-08-05T16:04:36.874Z | Checking slog-bunyan v2.5.0 |
582 | 2024-08-05T16:04:36.936Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-08-05T16:04:37.023Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-08-05T16:04:37.074Z | Checking rand v0.8.5 |
585 | 2024-08-05T16:04:37.685Z | Checking ipnetwork v0.20.0 |
586 | 2024-08-05T16:04:37.719Z | Checking toml v0.8.19 |
587 | 2024-08-05T16:04:37.803Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-05T16:04:38.021Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
589 | 2024-08-05T16:04:38.027Z | Checking hex v0.4.3 |
590 | 2024-08-05T16:04:38.313Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-05T16:04:38.474Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-08-05T16:04:38.551Z | Compiling async-trait v0.1.81 |
593 | 2024-08-05T16:04:38.913Z | Checking hostname v0.4.0 |
594 | 2024-08-05T16:04:39.030Z | Checking instant v0.1.13 |
595 | 2024-08-05T16:04:39.133Z | Checking debug-ignore v1.0.5 |
596 | 2024-08-05T16:04:39.250Z | Checking backoff v0.4.0 |
597 | 2024-08-05T16:04:39.275Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-08-05T16:04:39.403Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-08-05T16:04:39.523Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-08-05T16:04:39.531Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
601 | 2024-08-05T16:04:39.627Z | Checking serde_with v3.9.0 |
602 | 2024-08-05T16:04:39.754Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-08-05T16:04:39.936Z | Checking macaddr v1.0.1 |
604 | 2024-08-05T16:04:40.251Z | Checking regress v0.9.1 |
605 | 2024-08-05T16:04:40.846Z | Checking parse-display v0.9.1 |
606 | 2024-08-05T16:04:41.234Z | Checking strum v0.26.3 |
607 | 2024-08-05T16:04:41.357Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
608 | 2024-08-05T16:04:43.426Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
609 | 2024-08-05T16:04:43.489Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
610 | 2024-08-05T16:04:45.976Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
611 | 2024-08-05T16:04:50.868Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
612 | 2024-08-05T16:04:50.972Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
613 | 2024-08-05T16:04:53.701Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-08-05T16:05:00.231Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-08-05T16:05:00.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
616 | 2024-08-05T16:05:00.345Z | + cargo build --release |
617 | 2024-08-05T16:05:00.602Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-08-05T16:05:00.602Z | Compiling unicode-ident v1.0.12 |
619 | 2024-08-05T16:05:00.605Z | Compiling libc v0.2.155 |
620 | 2024-08-05T16:05:00.605Z | Compiling cfg-if v1.0.0 |
621 | 2024-08-05T16:05:00.605Z | Compiling version_check v0.9.5 |
622 | 2024-08-05T16:05:00.605Z | Compiling autocfg v1.3.0 |
623 | 2024-08-05T16:05:00.605Z | Compiling serde v1.0.204 |
624 | 2024-08-05T16:05:00.605Z | Compiling memchr v2.7.4 |
625 | 2024-08-05T16:05:00.705Z | Compiling serde_json v1.0.122 |
626 | 2024-08-05T16:05:00.788Z | Compiling itoa v1.0.11 |
627 | 2024-08-05T16:05:01.200Z | Compiling thiserror v1.0.63 |
628 | 2024-08-05T16:05:01.214Z | Compiling ahash v0.8.11 |
629 | 2024-08-05T16:05:01.256Z | Compiling once_cell v1.19.0 |
630 | 2024-08-05T16:05:01.335Z | Compiling byteorder v1.5.0 |
631 | 2024-08-05T16:05:01.599Z | Compiling cc v1.1.7 |
632 | 2024-08-05T16:05:01.931Z | Compiling num-traits v0.2.19 |
633 | 2024-08-05T16:05:02.049Z | Compiling getrandom v0.2.15 |
634 | 2024-08-05T16:05:02.071Z | Compiling quote v1.0.36 |
635 | 2024-08-05T16:05:02.264Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-08-05T16:05:02.373Z | Compiling ryu v1.0.18 |
637 | 2024-08-05T16:05:02.397Z | Compiling log v0.4.22 |
638 | 2024-08-05T16:05:02.427Z | Compiling syn v2.0.72 |
639 | 2024-08-05T16:05:02.685Z | Compiling bytes v1.7.1 |
640 | 2024-08-05T16:05:02.842Z | Compiling schemars v0.8.21 |
641 | 2024-08-05T16:05:02.909Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-08-05T16:05:02.928Z | Compiling lock_api v0.4.12 |
643 | 2024-08-05T16:05:03.025Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-08-05T16:05:03.217Z | Compiling futures-core v0.3.30 |
645 | 2024-08-05T16:05:03.322Z | Compiling smallvec v1.13.2 |
646 | 2024-08-05T16:05:03.393Z | Compiling scopeguard v1.2.0 |
647 | 2024-08-05T16:05:03.440Z | Compiling mio v1.0.1 |
648 | 2024-08-05T16:05:03.469Z | Compiling socket2 v0.5.7 |
649 | 2024-08-05T16:05:03.801Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-08-05T16:05:04.068Z | Compiling slab v0.4.9 |
651 | 2024-08-05T16:05:04.424Z | Compiling parking_lot v0.12.3 |
652 | 2024-08-05T16:05:04.555Z | Compiling futures-sink v0.3.30 |
653 | 2024-08-05T16:05:04.562Z | Compiling ring v0.17.8 |
654 | 2024-08-05T16:05:04.625Z | Compiling spin v0.9.8 |
655 | 2024-08-05T16:05:04.818Z | Compiling semver v1.0.23 |
656 | 2024-08-05T16:05:04.865Z | Compiling equivalent v1.0.1 |
657 | 2024-08-05T16:05:04.964Z | Compiling fnv v1.0.7 |
658 | 2024-08-05T16:05:05.068Z | Compiling untrusted v0.9.0 |
659 | 2024-08-05T16:05:05.249Z | Compiling futures-channel v0.3.30 |
660 | 2024-08-05T16:05:05.331Z | Compiling futures-task v0.3.30 |
661 | 2024-08-05T16:05:05.398Z | Compiling heck v0.5.0 |
662 | 2024-08-05T16:05:05.530Z | Compiling pin-utils v0.1.0 |
663 | 2024-08-05T16:05:05.595Z | Compiling vcpkg v0.2.15 |
664 | 2024-08-05T16:05:05.610Z | Compiling futures-io v0.3.30 |
665 | 2024-08-05T16:05:05.710Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-05T16:05:06.053Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-08-05T16:05:06.060Z | Compiling ucd-trie v0.1.6 |
668 | 2024-08-05T16:05:06.509Z | Compiling http v0.2.12 |
669 | 2024-08-05T16:05:06.778Z | Compiling httparse v1.9.4 |
670 | 2024-08-05T16:05:07.029Z | Compiling dyn-clone v1.0.17 |
671 | 2024-08-05T16:05:07.203Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-05T16:05:07.580Z | Compiling tracing-core v0.1.32 |
673 | 2024-08-05T16:05:07.954Z | Compiling uuid v1.10.0 |
674 | 2024-08-05T16:05:08.256Z | Compiling chrono v0.4.38 |
675 | 2024-08-05T16:05:08.482Z | Compiling tracing v0.1.40 |
676 | 2024-08-05T16:05:09.981Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-08-05T16:05:10.185Z | Compiling slog v2.7.0 |
678 | 2024-08-05T16:05:10.288Z | Compiling foreign-types-shared v0.1.1 |
679 | 2024-08-05T16:05:10.636Z | Compiling try-lock v0.2.5 |
680 | 2024-08-05T16:05:10.680Z | Compiling openssl v0.10.66 |
681 | 2024-08-05T16:05:10.742Z | Compiling want v0.3.1 |
682 | 2024-08-05T16:05:10.765Z | Compiling foreign-types v0.3.2 |
683 | 2024-08-05T16:05:11.128Z | Compiling http-body v0.4.6 |
684 | 2024-08-05T16:05:11.243Z | Compiling aho-corasick v1.1.3 |
685 | 2024-08-05T16:05:11.627Z | Compiling native-tls v0.2.12 |
686 | 2024-08-05T16:05:12.001Z | Compiling regex-syntax v0.8.4 |
687 | 2024-08-05T16:05:12.239Z | Compiling typenum v1.17.0 |
688 | 2024-08-05T16:05:12.290Z | Compiling rustls v0.21.12 |
689 | 2024-08-05T16:05:12.420Z | Compiling tower-service v0.3.2 |
690 | 2024-08-05T16:05:12.533Z | Compiling bitflags v2.6.0 |
691 | 2024-08-05T16:05:12.593Z | Compiling percent-encoding v2.3.1 |
692 | 2024-08-05T16:05:12.884Z | Compiling tinyvec_macros v0.1.1 |
693 | 2024-08-05T16:05:12.960Z | Compiling httpdate v1.0.3 |
694 | 2024-08-05T16:05:13.031Z | Compiling tinyvec v1.8.0 |
695 | 2024-08-05T16:05:13.268Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-08-05T16:05:13.831Z | Compiling generic-array v0.14.7 |
697 | 2024-08-05T16:05:14.162Z | Compiling openssl-probe v0.1.5 |
698 | 2024-08-05T16:05:14.707Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-08-05T16:05:14.909Z | Compiling serde_derive v1.0.204 |
700 | 2024-08-05T16:05:15.498Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-05T16:05:15.521Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-05T16:05:15.849Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-05T16:05:15.984Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-05T16:05:17.500Z | Compiling tokio v1.39.2 |
705 | 2024-08-05T16:05:17.521Z | Compiling zerocopy v0.7.35 |
706 | 2024-08-05T16:05:18.446Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-05T16:05:18.839Z | Compiling pest v2.7.11 |
708 | 2024-08-05T16:05:19.687Z | Compiling hashbrown v0.14.5 |
709 | 2024-08-05T16:05:20.250Z | Compiling futures-util v0.3.30 |
710 | 2024-08-05T16:05:21.164Z | Compiling regress v0.10.0 |
711 | 2024-08-05T16:05:21.224Z | Compiling openssl-macros v0.1.1 |
712 | 2024-08-05T16:05:21.730Z | Compiling pest_meta v2.7.11 |
713 | 2024-08-05T16:05:25.788Z | Compiling pest_generator v2.7.11 |
714 | 2024-08-05T16:05:25.959Z | Compiling sct v0.7.1 |
715 | 2024-08-05T16:05:26.375Z | Compiling tokio-util v0.7.11 |
716 | 2024-08-05T16:05:27.186Z | Compiling rustls-webpki v0.101.7 |
717 | 2024-08-05T16:05:27.468Z | Compiling pest_derive v2.7.11 |
718 | 2024-08-05T16:05:28.324Z | Compiling regex-automata v0.4.7 |
719 | 2024-08-05T16:05:31.222Z | Compiling serde_tokenstream v0.2.1 |
720 | 2024-08-05T16:05:31.700Z | Compiling indexmap v2.3.0 |
721 | 2024-08-05T16:05:36.208Z | Compiling h2 v0.3.26 |
722 | 2024-08-05T16:05:36.731Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
723 | 2024-08-05T16:05:38.083Z | Compiling regex v1.10.6 |
724 | 2024-08-05T16:05:41.471Z | Compiling hyper v0.14.30 |
725 | 2024-08-05T16:05:41.623Z | Compiling scroll_derive v0.12.0 |
726 | 2024-08-05T16:05:46.878Z | Compiling usdt-impl v0.5.0 |
727 | 2024-08-05T16:05:47.255Z | Compiling encoding_rs v0.8.34 |
728 | 2024-08-05T16:05:48.090Z | Compiling num-conv v0.1.0 |
729 | 2024-08-05T16:05:48.622Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
730 | 2024-08-05T16:05:51.808Z | Compiling time-core v0.1.2 |
731 | 2024-08-05T16:05:51.967Z | Compiling powerfmt v0.2.0 |
732 | 2024-08-05T16:05:52.431Z | Compiling mime v0.3.17 |
733 | 2024-08-05T16:05:52.533Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-08-05T16:05:53.613Z | Compiling idna v0.5.0 |
735 | 2024-08-05T16:05:55.603Z | Compiling deranged v0.3.11 |
736 | 2024-08-05T16:05:57.378Z | Compiling time-macros v0.2.18 |
737 | 2024-08-05T16:05:57.791Z | Compiling scroll v0.12.0 |
738 | 2024-08-05T16:05:57.911Z | Compiling tokio-native-tls v0.3.1 |
739 | 2024-08-05T16:05:58.188Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-08-05T16:05:58.399Z | Compiling dof v0.3.0 |
741 | 2024-08-05T16:05:58.594Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-08-05T16:05:58.789Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-08-05T16:05:59.275Z | Compiling thread-id v4.2.2 |
744 | 2024-08-05T16:06:00.329Z | Compiling base64 v0.21.7 |
745 | 2024-08-05T16:06:00.674Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-08-05T16:06:00.903Z | Compiling rustls-pki-types v1.7.0 |
747 | 2024-08-05T16:06:01.376Z | Compiling strsim v0.11.1 |
748 | 2024-08-05T16:06:01.727Z | Compiling plain v0.2.3 |
749 | 2024-08-05T16:06:01.877Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-08-05T16:06:02.095Z | Compiling ident_case v1.0.1 |
751 | 2024-08-05T16:06:02.247Z | Compiling num_threads v0.1.7 |
752 | 2024-08-05T16:06:02.261Z | Compiling darling_core v0.20.10 |
753 | 2024-08-05T16:06:02.305Z | Compiling goblin v0.8.2 |
754 | 2024-08-05T16:06:02.351Z | Compiling time v0.3.36 |
755 | 2024-08-05T16:06:06.120Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-05T16:06:09.750Z | Compiling hyper-rustls v0.24.2 |
757 | 2024-08-05T16:06:10.198Z | Compiling hyper-tls v0.5.0 |
758 | 2024-08-05T16:06:10.529Z | Compiling url v2.5.2 |
759 | 2024-08-05T16:06:10.678Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
760 | 2024-08-05T16:06:10.743Z | Compiling openapiv3 v2.0.0 |
761 | 2024-08-05T16:06:11.208Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-08-05T16:06:12.710Z | Compiling webpki-roots v0.25.4 |
763 | 2024-08-05T16:06:12.718Z | Compiling ipnet v2.9.0 |
764 | 2024-08-05T16:06:12.864Z | Compiling pretty-hex v0.4.1 |
765 | 2024-08-05T16:06:13.083Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-05T16:06:14.814Z | Compiling rustls v0.22.4 |
767 | 2024-08-05T16:06:15.048Z | Compiling rustversion v1.0.17 |
768 | 2024-08-05T16:06:15.133Z | Compiling paste v1.0.15 |
769 | 2024-08-05T16:06:15.319Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-08-05T16:06:15.437Z | Compiling reqwest v0.11.27 |
771 | 2024-08-05T16:06:15.696Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
772 | 2024-08-05T16:06:15.781Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-08-05T16:06:17.559Z | Compiling dirs-next v2.0.0 |
774 | 2024-08-05T16:06:19.565Z | Compiling darling_macro v0.20.10 |
775 | 2024-08-05T16:06:22.218Z | Compiling rustls-webpki v0.102.6 |
776 | 2024-08-05T16:06:22.306Z | Compiling block-buffer v0.10.4 |
777 | 2024-08-05T16:06:22.386Z | Compiling crypto-common v0.1.6 |
778 | 2024-08-05T16:06:22.523Z | Compiling serde_spanned v0.6.7 |
779 | 2024-08-05T16:06:22.581Z | Compiling toml_datetime v0.6.8 |
780 | 2024-08-05T16:06:22.746Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-08-05T16:06:23.227Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-08-05T16:06:23.669Z | Compiling rand_core v0.6.4 |
783 | 2024-08-05T16:06:24.140Z | Compiling thread_local v1.1.8 |
784 | 2024-08-05T16:06:24.224Z | Compiling multer v3.1.0 |
785 | 2024-08-05T16:06:24.560Z | Compiling subtle v2.6.1 |
786 | 2024-08-05T16:06:24.812Z | Compiling anyhow v1.0.86 |
787 | 2024-08-05T16:06:24.866Z | Compiling match_cfg v0.1.0 |
788 | 2024-08-05T16:06:24.948Z | Compiling zeroize v1.8.1 |
789 | 2024-08-05T16:06:25.278Z | Compiling camino v1.1.7 |
790 | 2024-08-05T16:06:25.398Z | Compiling winnow v0.6.18 |
791 | 2024-08-05T16:06:25.867Z | Compiling slog-async v2.8.0 |
792 | 2024-08-05T16:06:25.918Z | Compiling structmeta v0.3.0 |
793 | 2024-08-05T16:06:26.424Z | Compiling hostname v0.3.1 |
794 | 2024-08-05T16:06:26.526Z | Compiling rand_chacha v0.3.1 |
795 | 2024-08-05T16:06:26.649Z | Compiling digest v0.10.7 |
796 | 2024-08-05T16:06:27.056Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
797 | 2024-08-05T16:06:27.196Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-08-05T16:06:28.246Z | Compiling darling v0.20.10 |
799 | 2024-08-05T16:06:28.817Z | Compiling term v0.7.0 |
800 | 2024-08-05T16:06:29.774Z | Compiling toml_edit v0.22.20 |
801 | 2024-08-05T16:06:33.425Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
802 | 2024-08-05T16:06:37.499Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-08-05T16:06:37.711Z | Compiling usdt-macro v0.5.0 |
804 | 2024-08-05T16:06:38.982Z | Compiling slog-json v2.6.1 |
805 | 2024-08-05T16:06:38.997Z | Compiling futures-executor v0.3.30 |
806 | 2024-08-05T16:06:39.464Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-08-05T16:06:40.178Z | Compiling http v1.1.0 |
808 | 2024-08-05T16:06:40.813Z | Compiling is-terminal v0.4.12 |
809 | 2024-08-05T16:06:40.921Z | Compiling memmap v0.7.0 |
810 | 2024-08-05T16:06:41.354Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
811 | 2024-08-05T16:06:41.703Z | Compiling base64 v0.22.1 |
812 | 2024-08-05T16:06:42.149Z | Compiling atomic-waker v1.1.2 |
813 | 2024-08-05T16:06:42.320Z | Compiling cpufeatures v0.2.12 |
814 | 2024-08-05T16:06:42.408Z | Compiling take_mut v0.2.2 |
815 | 2024-08-05T16:06:42.804Z | Compiling sha1 v0.10.6 |
816 | 2024-08-05T16:06:43.575Z | Compiling waitgroup v0.1.2 |
817 | 2024-08-05T16:06:43.803Z | Compiling rustls-pemfile v2.1.3 |
818 | 2024-08-05T16:06:44.557Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
819 | 2024-08-05T16:06:44.933Z | Compiling usdt v0.5.0 |
820 | 2024-08-05T16:06:46.033Z | Compiling slog-term v2.9.1 |
821 | 2024-08-05T16:06:46.520Z | Compiling async-stream v0.3.5 |
822 | 2024-08-05T16:06:46.851Z | Compiling slog-bunyan v2.5.0 |
823 | 2024-08-05T16:06:47.107Z | Compiling futures v0.3.30 |
824 | 2024-08-05T16:06:47.298Z | Compiling strum_macros v0.26.4 |
825 | 2024-08-05T16:06:47.566Z | Compiling toml v0.8.19 |
826 | 2024-08-05T16:06:48.888Z | Compiling tokio-rustls v0.25.0 |
827 | 2024-08-05T16:06:49.306Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-08-05T16:06:51.853Z | Compiling rand v0.8.5 |
829 | 2024-08-05T16:06:53.513Z | Compiling parse-display-derive v0.9.1 |
830 | 2024-08-05T16:06:53.816Z | Compiling ipnetwork v0.20.0 |
831 | 2024-08-05T16:06:54.596Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-05T16:06:54.914Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
833 | 2024-08-05T16:06:55.143Z | Compiling serde_path_to_error v0.1.16 |
834 | 2024-08-05T16:06:56.169Z | Compiling hex v0.4.3 |
835 | 2024-08-05T16:06:56.865Z | Compiling async-trait v0.1.81 |
836 | 2024-08-05T16:06:57.644Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-08-05T16:06:58.451Z | Compiling hostname v0.4.0 |
838 | 2024-08-05T16:06:58.470Z | Compiling instant v0.1.13 |
839 | 2024-08-05T16:06:58.608Z | Compiling debug-ignore v1.0.5 |
840 | 2024-08-05T16:06:58.647Z | Compiling backoff v0.4.0 |
841 | 2024-08-05T16:06:58.684Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-08-05T16:06:58.733Z | Compiling parse-display v0.9.1 |
843 | 2024-08-05T16:06:58.871Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-08-05T16:06:58.960Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
845 | 2024-08-05T16:06:59.031Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-05T16:06:59.522Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
847 | 2024-08-05T16:06:59.566Z | Compiling serde_with v3.9.0 |
848 | 2024-08-05T16:07:00.752Z | Compiling strum v0.26.3 |
849 | 2024-08-05T16:07:00.932Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-08-05T16:07:01.741Z | Compiling macaddr v1.0.1 |
851 | 2024-08-05T16:07:02.352Z | Compiling regress v0.9.1 |
852 | 2024-08-05T16:07:08.092Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-08-05T16:07:17.654Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-08-05T16:07:25.833Z | Finished `release` profile [optimized] target(s) in 2m 25s |
855 | 2024-08-05T16:07:25.893Z | process exited: duration 218625 ms, exit code 0 |
|
856 | 2024-08-05T16:07:25.900Z | found 0 output files |