|
|
|
1 | 2024-08-19T17:55:46.843Z | job assigned to worker 01J5NWE7HWJG26ZP7BK4DS8WN4 (queued for 59 s) |
|
2 | 2024-08-19T17:55:55.405Z | starting task 0: "setup" |
3 | 2024-08-19T17:55:55.430Z | ++ uname -s |
4 | 2024-08-19T17:55:55.433Z | + kern=SunOS |
5 | 2024-08-19T17:55:55.433Z | + case "$kern" in |
6 | 2024-08-19T17:55:55.433Z | + groupadd -g 12345 build |
7 | 2024-08-19T17:55:55.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T17:55:57.446Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T17:55:57.763Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T17:55:57.775Z | + home_fs=zfs |
11 | 2024-08-19T17:55:57.775Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T17:55:57.775Z | + mkdir -p /home/build |
13 | 2024-08-19T17:55:57.776Z | + chown build:build /home/build /work |
14 | 2024-08-19T17:55:59.576Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T17:55:59.578Z | process exited: duration 4174 ms, exit code 0 |
|
16 | 2024-08-19T17:55:59.586Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T17:55:59.589Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T17:55:59.589Z | * toolchain channel = "1.80.1" |
19 | 2024-08-19T17:55:59.589Z | ' 1.80.1 |
20 | 2024-08-19T17:55:59.589Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-19T17:55:59.589Z | ' default |
22 | 2024-08-19T17:55:59.589Z | * toolchain profile = "default" |
23 | 2024-08-19T17:55:59.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T17:55:59.592Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T17:55:59.706Z | info: downloading installer |
26 | 2024-08-19T17:56:01.128Z | info: profile set to 'default' |
27 | 2024-08-19T17:56:01.128Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T17:56:01.130Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T17:56:01.286Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T17:56:01.286Z | info: downloading component 'cargo' |
31 | 2024-08-19T17:56:02.175Z | info: downloading component 'clippy' |
32 | 2024-08-19T17:56:02.485Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T17:56:03.698Z | info: downloading component 'rust-std' |
34 | 2024-08-19T17:56:05.416Z | info: downloading component 'rustc' |
35 | 2024-08-19T17:56:10.189Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T17:56:10.449Z | info: installing component 'cargo' |
37 | 2024-08-19T17:56:11.319Z | info: installing component 'clippy' |
38 | 2024-08-19T17:56:11.723Z | info: installing component 'rust-docs' |
39 | 2024-08-19T17:56:13.358Z | info: installing component 'rust-std' |
40 | 2024-08-19T17:56:15.098Z | info: installing component 'rustc' |
41 | 2024-08-19T17:56:19.670Z | info: installing component 'rustfmt' |
42 | 2024-08-19T17:56:20.030Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T17:56:20.030Z | |
44 | 2024-08-19T17:56:20.317Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T17:56:20.317Z | |
46 | 2024-08-19T17:56:20.319Z | |
47 | 2024-08-19T17:56:20.319Z | Rust is installed now. Great! |
48 | 2024-08-19T17:56:20.319Z | |
49 | 2024-08-19T17:56:20.319Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T17:56:20.319Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T17:56:20.319Z | |
52 | 2024-08-19T17:56:20.319Z | To configure your current shell, you need to source |
53 | 2024-08-19T17:56:20.319Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T17:56:20.319Z | |
55 | 2024-08-19T17:56:20.319Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T17:56:20.319Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T17:56:20.319Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T17:56:20.388Z | + rustc --version |
59 | 2024-08-19T17:56:20.453Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T17:56:20.456Z | process exited: duration 20868 ms, exit code 0 |
|
61 | 2024-08-19T17:56:20.464Z | starting task 2: "authentication" |
62 | 2024-08-19T17:56:20.481Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-19T17:56:20.487Z | starting task 3: "clone repository" |
64 | 2024-08-19T17:56:20.492Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T17:56:20.495Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T17:56:20.738Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T17:56:27.565Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T17:56:27.565Z | + git fetch origin d16bbb38740f28c321cbe676425ac4fc519ec11a |
69 | 2024-08-19T17:56:27.827Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T17:56:27.827Z | * branch d16bbb38740f28c321cbe676425ac4fc519ec11a -> FETCH_HEAD |
71 | 2024-08-19T17:56:27.836Z | + [[ -n sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
72 | 2024-08-19T17:56:27.838Z | ++ git branch --show-current |
73 | 2024-08-19T17:56:27.841Z | + current=main |
74 | 2024-08-19T17:56:27.841Z | + [[ main != sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate ]] |
75 | 2024-08-19T17:56:27.841Z | + git branch -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate d16bbb38740f28c321cbe676425ac4fc519ec11a |
76 | 2024-08-19T17:56:27.844Z | + git checkout -f sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate |
77 | 2024-08-19T17:56:27.991Z | Switched to branch 'sunshowers/spr/nexus-auth-move-some-types-into-an-auth-types-crate' |
78 | 2024-08-19T17:56:27.994Z | + git reset --hard d16bbb38740f28c321cbe676425ac4fc519ec11a |
79 | 2024-08-19T17:56:28.135Z | HEAD is now at d16bbb387 move into nexus-types |
80 | 2024-08-19T17:56:28.138Z | process exited: duration 7647 ms, exit code 0 |
|
81 | 2024-08-19T17:56:28.144Z | starting task 4: "build" |
82 | 2024-08-19T17:56:28.149Z | + cargo --version |
83 | 2024-08-19T17:56:28.202Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T17:56:28.205Z | + rustc --version |
85 | 2024-08-19T17:56:28.261Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T17:56:28.264Z | + cd /tmp |
87 | 2024-08-19T17:56:28.264Z | + cargo new --lib test-project |
88 | 2024-08-19T17:56:28.316Z | Creating library `test-project` package |
89 | 2024-08-19T17:56:28.391Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-19T17:56:28.394Z | + cd test-project |
91 | 2024-08-19T17:56:28.394Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-19T17:56:28.449Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-19T17:56:28.451Z | Features: |
94 | 2024-08-19T17:56:28.451Z | - proptest |
95 | 2024-08-19T17:56:28.451Z | - test-strategy |
96 | 2024-08-19T17:56:28.452Z | - testing |
97 | 2024-08-19T17:56:28.452Z | Updating crates.io index |
98 | 2024-08-19T17:56:28.548Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-19T17:56:29.402Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-19T17:56:30.155Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-19T17:56:30.539Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-19T17:56:32.504Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-19T17:56:32.874Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-19T17:56:33.242Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-19T17:56:36.819Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-19T17:56:36.822Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-19T17:56:36.823Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-19T17:56:36.823Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-19T17:56:36.823Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-19T17:56:36.823Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-19T17:56:36.823Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-19T17:56:36.823Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-19T17:56:36.827Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-19T17:56:36.827Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-19T17:56:36.827Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-19T17:56:36.827Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-19T17:56:36.827Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-19T17:56:36.827Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-19T17:56:36.827Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-19T17:56:36.827Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-19T17:56:36.827Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-19T17:56:36.827Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-19T17:56:36.827Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-19T17:56:36.827Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-19T17:56:36.830Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-19T17:56:36.830Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-19T17:56:36.830Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-19T17:56:36.832Z | Adding reqwest v0.11.27 (latest: v0.12.6) |
129 | 2024-08-19T17:56:36.837Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-19T17:56:36.837Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-19T17:56:36.840Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-19T17:56:36.840Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-19T17:56:36.842Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-19T17:56:36.842Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-19T17:56:36.842Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-19T17:56:36.842Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-19T17:56:36.842Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-19T17:56:36.842Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-19T17:56:36.845Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-19T17:56:36.845Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-19T17:56:36.845Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-19T17:56:36.845Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-19T17:56:36.845Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-19T17:56:36.845Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-19T17:56:36.845Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-19T17:56:36.845Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-19T17:56:36.845Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-19T17:56:36.845Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-19T17:56:36.845Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-19T17:56:36.845Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-19T17:56:36.845Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-19T17:56:36.845Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-19T17:56:36.848Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-19T17:56:36.922Z | + cargo check |
155 | 2024-08-19T17:56:37.171Z | Downloading crates ... |
156 | 2024-08-19T17:56:37.253Z | Downloaded digest v0.10.7 |
157 | 2024-08-19T17:56:37.257Z | Downloaded dtrace-parser v0.2.0 |
158 | 2024-08-19T17:56:37.260Z | Downloaded async-stream-impl v0.3.5 |
159 | 2024-08-19T17:56:37.274Z | Downloaded foreign-types-shared v0.1.1 |
160 | 2024-08-19T17:56:37.274Z | Downloaded ident_case v1.0.1 |
161 | 2024-08-19T17:56:37.274Z | Downloaded unicode-bidi v0.3.15 |
162 | 2024-08-19T17:56:37.274Z | Downloaded want v0.3.1 |
163 | 2024-08-19T17:56:37.274Z | Downloaded instant v0.1.13 |
164 | 2024-08-19T17:56:37.277Z | Downloaded parse-display-derive v0.10.0 |
165 | 2024-08-19T17:56:37.277Z | Downloaded match_cfg v0.1.0 |
166 | 2024-08-19T17:56:37.279Z | Downloaded openssl-macros v0.1.1 |
167 | 2024-08-19T17:56:37.279Z | Downloaded omicron-workspace-hack v0.1.0 |
168 | 2024-08-19T17:56:37.284Z | Downloaded sync_wrapper v0.1.2 |
169 | 2024-08-19T17:56:37.286Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-08-19T17:56:37.288Z | Downloaded pretty-hex v0.4.1 |
171 | 2024-08-19T17:56:37.291Z | Downloaded byteorder v1.5.0 |
172 | 2024-08-19T17:56:37.294Z | Downloaded untrusted v0.9.0 |
173 | 2024-08-19T17:56:37.296Z | Downloaded fnv v1.0.7 |
174 | 2024-08-19T17:56:37.296Z | Downloaded debug-ignore v1.0.5 |
175 | 2024-08-19T17:56:37.299Z | Downloaded block-buffer v0.10.4 |
176 | 2024-08-19T17:56:37.299Z | Downloaded version_check v0.9.5 |
177 | 2024-08-19T17:56:37.302Z | Downloaded itoa v1.0.11 |
178 | 2024-08-19T17:56:37.302Z | Downloaded futures-sink v0.3.30 |
179 | 2024-08-19T17:56:37.302Z | Downloaded usdt-macro v0.5.0 |
180 | 2024-08-19T17:56:37.305Z | Downloaded futures-io v0.3.30 |
181 | 2024-08-19T17:56:37.305Z | Downloaded dirs-sys-next v0.1.2 |
182 | 2024-08-19T17:56:37.305Z | Downloaded usdt v0.5.0 |
183 | 2024-08-19T17:56:37.307Z | Downloaded crypto-common v0.1.6 |
184 | 2024-08-19T17:56:37.307Z | Downloaded usdt-impl v0.5.0 |
185 | 2024-08-19T17:56:37.309Z | Downloaded pkg-config v0.3.30 |
186 | 2024-08-19T17:56:37.312Z | Downloaded hex v0.4.3 |
187 | 2024-08-19T17:56:37.312Z | Downloaded paste v1.0.15 |
188 | 2024-08-19T17:56:37.315Z | Downloaded schemars_derive v0.8.21 |
189 | 2024-08-19T17:56:37.317Z | Downloaded futures-core v0.3.30 |
190 | 2024-08-19T17:56:37.321Z | Downloaded rustls-pemfile v1.0.4 |
191 | 2024-08-19T17:56:37.323Z | Downloaded serde_tokenstream v0.2.2 |
192 | 2024-08-19T17:56:37.325Z | Downloaded rand_chacha v0.3.1 |
193 | 2024-08-19T17:56:37.325Z | Downloaded equivalent v1.0.1 |
194 | 2024-08-19T17:56:37.330Z | Downloaded pest_generator v2.7.11 |
195 | 2024-08-19T17:56:37.330Z | Downloaded camino v1.1.9 |
196 | 2024-08-19T17:56:37.330Z | Downloaded darling_macro v0.20.10 |
197 | 2024-08-19T17:56:37.330Z | Downloaded ipnetwork v0.20.0 |
198 | 2024-08-19T17:56:37.334Z | Downloaded parking_lot_core v0.9.10 |
199 | 2024-08-19T17:56:37.334Z | Downloaded strum v0.26.3 |
200 | 2024-08-19T17:56:37.336Z | Downloaded slog-bunyan v2.5.0 |
201 | 2024-08-19T17:56:37.336Z | Downloaded usdt-attr-macro v0.5.0 |
202 | 2024-08-19T17:56:37.339Z | Downloaded subtle v2.6.1 |
203 | 2024-08-19T17:56:37.341Z | Downloaded structmeta v0.3.0 |
204 | 2024-08-19T17:56:37.345Z | Downloaded is-terminal v0.4.13 |
205 | 2024-08-19T17:56:37.348Z | Downloaded num-conv v0.1.0 |
206 | 2024-08-19T17:56:37.351Z | Downloaded scroll_derive v0.12.0 |
207 | 2024-08-19T17:56:37.356Z | Downloaded openssl-probe v0.1.5 |
208 | 2024-08-19T17:56:37.359Z | Downloaded num_threads v0.1.7 |
209 | 2024-08-19T17:56:37.359Z | Downloaded try-lock v0.2.5 |
210 | 2024-08-19T17:56:37.362Z | Downloaded powerfmt v0.2.0 |
211 | 2024-08-19T17:56:37.362Z | Downloaded take_mut v0.2.2 |
212 | 2024-08-19T17:56:37.365Z | Downloaded zeroize v1.8.1 |
213 | 2024-08-19T17:56:37.365Z | Downloaded waitgroup v0.1.2 |
214 | 2024-08-19T17:56:37.368Z | Downloaded memmap v0.7.0 |
215 | 2024-08-19T17:56:37.368Z | Downloaded signal-hook-registry v1.4.2 |
216 | 2024-08-19T17:56:37.371Z | Downloaded pin-project-lite v0.2.14 |
217 | 2024-08-19T17:56:37.374Z | Downloaded newtype-uuid v1.1.0 |
218 | 2024-08-19T17:56:37.378Z | Downloaded slog-term v2.9.1 |
219 | 2024-08-19T17:56:37.378Z | Downloaded getrandom v0.2.15 |
220 | 2024-08-19T17:56:37.381Z | Downloaded scroll v0.12.0 |
221 | 2024-08-19T17:56:37.384Z | Downloaded toml_datetime v0.6.8 |
222 | 2024-08-19T17:56:37.384Z | Downloaded tokio-macros v2.4.0 |
223 | 2024-08-19T17:56:37.384Z | Downloaded term v0.7.0 |
224 | 2024-08-19T17:56:37.387Z | Downloaded sct v0.7.1 |
225 | 2024-08-19T17:56:37.390Z | Downloaded tower-service v0.3.3 |
226 | 2024-08-19T17:56:37.394Z | Downloaded time-core v0.1.2 |
227 | 2024-08-19T17:56:37.394Z | Downloaded parse-display v0.10.0 |
228 | 2024-08-19T17:56:37.394Z | Downloaded serde_path_to_error v0.1.16 |
229 | 2024-08-19T17:56:37.397Z | Downloaded pin-utils v0.1.0 |
230 | 2024-08-19T17:56:37.397Z | Downloaded form_urlencoded v1.2.1 |
231 | 2024-08-19T17:56:37.397Z | Downloaded dof v0.3.0 |
232 | 2024-08-19T17:56:37.400Z | Downloaded plain v0.2.3 |
233 | 2024-08-19T17:56:37.400Z | Downloaded zerocopy-derive v0.7.35 |
234 | 2024-08-19T17:56:37.403Z | Downloaded serde_spanned v0.6.7 |
235 | 2024-08-19T17:56:37.407Z | Downloaded rustversion v1.0.17 |
236 | 2024-08-19T17:56:37.410Z | Downloaded ppv-lite86 v0.2.20 |
237 | 2024-08-19T17:56:37.410Z | Downloaded percent-encoding v2.3.1 |
238 | 2024-08-19T17:56:37.410Z | Downloaded heck v0.5.0 |
239 | 2024-08-19T17:56:37.410Z | Downloaded slab v0.4.9 |
240 | 2024-08-19T17:56:37.413Z | Downloaded mime v0.3.17 |
241 | 2024-08-19T17:56:37.413Z | Downloaded futures-task v0.3.30 |
242 | 2024-08-19T17:56:37.413Z | Downloaded rand_core v0.6.4 |
243 | 2024-08-19T17:56:37.416Z | Downloaded strsim v0.11.1 |
244 | 2024-08-19T17:56:37.416Z | Downloaded shlex v1.3.0 |
245 | 2024-08-19T17:56:37.420Z | Downloaded hyper-tls v0.5.0 |
246 | 2024-08-19T17:56:37.420Z | Downloaded slog-json v2.6.1 |
247 | 2024-08-19T17:56:37.423Z | Downloaded slog-async v2.8.0 |
248 | 2024-08-19T17:56:37.423Z | Downloaded sha1 v0.10.6 |
249 | 2024-08-19T17:56:37.426Z | Downloaded structmeta-derive v0.3.0 |
250 | 2024-08-19T17:56:37.426Z | Downloaded http-body v0.4.6 |
251 | 2024-08-19T17:56:37.426Z | Downloaded uuid v1.10.0 |
252 | 2024-08-19T17:56:37.429Z | Downloaded thiserror v1.0.63 |
253 | 2024-08-19T17:56:37.433Z | Downloaded thiserror-impl v1.0.63 |
254 | 2024-08-19T17:56:37.436Z | Downloaded socket2 v0.5.7 |
255 | 2024-08-19T17:56:37.438Z | Downloaded slog v2.7.0 |
256 | 2024-08-19T17:56:37.440Z | Downloaded sha2 v0.10.8 |
257 | 2024-08-19T17:56:37.443Z | Downloaded rustls-pki-types v1.8.0 |
258 | 2024-08-19T17:56:37.445Z | Downloaded parking_lot v0.12.3 |
259 | 2024-08-19T17:56:37.447Z | Downloaded futures v0.3.30 |
260 | 2024-08-19T17:56:37.451Z | Downloaded backoff v0.4.0 |
261 | 2024-08-19T17:56:37.453Z | Downloaded httpdate v1.0.3 |
262 | 2024-08-19T17:56:37.455Z | Downloaded ryu v1.0.18 |
263 | 2024-08-19T17:56:37.458Z | Downloaded hostname v0.3.1 |
264 | 2024-08-19T17:56:37.461Z | Downloaded serde_with_macros v3.9.0 |
265 | 2024-08-19T17:56:37.461Z | Downloaded strum_macros v0.26.4 |
266 | 2024-08-19T17:56:37.464Z | Downloaded foreign-types v0.3.2 |
267 | 2024-08-19T17:56:37.464Z | Downloaded thread-id v4.2.2 |
268 | 2024-08-19T17:56:37.466Z | Downloaded smallvec v1.13.2 |
269 | 2024-08-19T17:56:37.469Z | Downloaded semver v1.0.23 |
270 | 2024-08-19T17:56:37.469Z | Downloaded futures-channel v0.3.30 |
271 | 2024-08-19T17:56:37.471Z | Downloaded darling v0.20.10 |
272 | 2024-08-19T17:56:37.474Z | Downloaded macaddr v1.0.1 |
273 | 2024-08-19T17:56:37.476Z | Downloaded hyper-rustls v0.24.2 |
274 | 2024-08-19T17:56:37.479Z | Downloaded ipnet v2.9.0 |
275 | 2024-08-19T17:56:37.482Z | Downloaded serde_yaml v0.9.34+deprecated |
276 | 2024-08-19T17:56:37.485Z | Downloaded tokio-native-tls v0.3.1 |
277 | 2024-08-19T17:56:37.487Z | Downloaded thread_local v1.1.8 |
278 | 2024-08-19T17:56:37.487Z | Downloaded once_cell v1.19.0 |
279 | 2024-08-19T17:56:37.490Z | Downloaded pest_meta v2.7.11 |
280 | 2024-08-19T17:56:37.492Z | Downloaded time-macros v0.2.18 |
281 | 2024-08-19T17:56:37.494Z | Downloaded pest_derive v2.7.11 |
282 | 2024-08-19T17:56:37.496Z | Downloaded indexmap v1.9.3 |
283 | 2024-08-19T17:56:37.500Z | Downloaded bitflags v2.6.0 |
284 | 2024-08-19T17:56:37.503Z | Downloaded ucd-trie v0.1.6 |
285 | 2024-08-19T17:56:37.505Z | Downloaded cc v1.1.13 |
286 | 2024-08-19T17:56:37.508Z | Downloaded async-trait v0.1.81 |
287 | 2024-08-19T17:56:37.510Z | Downloaded crossbeam-utils v0.8.20 |
288 | 2024-08-19T17:56:37.512Z | Downloaded openssl-sys v0.9.103 |
289 | 2024-08-19T17:56:37.517Z | Downloaded tokio-rustls v0.25.0 |
290 | 2024-08-19T17:56:37.519Z | Downloaded log v0.4.22 |
291 | 2024-08-19T17:56:37.521Z | Downloaded base64 v0.21.7 |
292 | 2024-08-19T17:56:37.525Z | Downloaded serde_derive v1.0.208 |
293 | 2024-08-19T17:56:37.527Z | Downloaded url v2.5.2 |
294 | 2024-08-19T17:56:37.530Z | Downloaded multer v3.1.0 |
295 | 2024-08-19T17:56:37.533Z | Downloaded serde v1.0.208 |
296 | 2024-08-19T17:56:37.536Z | Downloaded base64 v0.22.1 |
297 | 2024-08-19T17:56:37.540Z | Downloaded unsafe-libyaml v0.2.11 |
298 | 2024-08-19T17:56:37.543Z | Downloaded toml v0.8.19 |
299 | 2024-08-19T17:56:37.546Z | Downloaded tinyvec v1.8.0 |
300 | 2024-08-19T17:56:37.549Z | Downloaded rand v0.8.5 |
301 | 2024-08-19T17:56:37.553Z | Downloaded schemars v0.8.21 |
302 | 2024-08-19T17:56:37.564Z | Downloaded typenum v1.17.0 |
303 | 2024-08-19T17:56:37.566Z | Downloaded unicode-normalization v0.1.23 |
304 | 2024-08-19T17:56:37.570Z | Downloaded mio v1.0.2 |
305 | 2024-08-19T17:56:37.575Z | Downloaded bytes v1.7.1 |
306 | 2024-08-19T17:56:37.579Z | Downloaded tracing-core v0.1.32 |
307 | 2024-08-19T17:56:37.582Z | Downloaded http v1.1.0 |
308 | 2024-08-19T17:56:37.585Z | Downloaded pest v2.7.11 |
309 | 2024-08-19T17:56:37.591Z | Downloaded crossbeam-channel v0.5.13 |
310 | 2024-08-19T17:56:37.595Z | Downloaded tracing v0.1.40 |
311 | 2024-08-19T17:56:37.599Z | Downloaded time v0.3.36 |
312 | 2024-08-19T17:56:37.606Z | Downloaded memchr v2.7.4 |
313 | 2024-08-19T17:56:37.612Z | Downloaded http v0.2.12 |
314 | 2024-08-19T17:56:37.615Z | Downloaded toml_edit v0.22.20 |
315 | 2024-08-19T17:56:37.636Z | Downloaded winnow v0.6.18 |
316 | 2024-08-19T17:56:37.645Z | Downloaded tokio-util v0.7.11 |
317 | 2024-08-19T17:56:37.653Z | Downloaded serde_json v1.0.125 |
318 | 2024-08-19T17:56:37.658Z | Downloaded zerocopy v0.7.35 |
319 | 2024-08-19T17:56:37.672Z | Downloaded h2 v0.3.26 |
320 | 2024-08-19T17:56:37.679Z | Downloaded rustls-webpki v0.102.6 |
321 | 2024-08-19T17:56:37.702Z | Downloaded hyper v0.14.30 |
322 | 2024-08-19T17:56:37.705Z | Downloaded chrono v0.4.38 |
323 | 2024-08-19T17:56:37.712Z | Downloaded goblin v0.8.2 |
324 | 2024-08-19T17:56:37.717Z | Downloaded vcpkg v0.2.15 |
325 | 2024-08-19T17:56:37.753Z | Downloaded openssl v0.10.66 |
326 | 2024-08-19T17:56:37.761Z | Downloaded regex v1.10.6 |
327 | 2024-08-19T17:56:37.774Z | Downloaded webpki-roots v0.25.4 |
328 | 2024-08-19T17:56:37.778Z | Downloaded syn v2.0.75 |
329 | 2024-08-19T17:56:37.787Z | Downloaded rustls v0.21.12 |
330 | 2024-08-19T17:56:37.798Z | Downloaded openapiv3 v2.0.0 |
331 | 2024-08-19T17:56:37.809Z | Downloaded regress v0.10.0 |
332 | 2024-08-19T17:56:37.817Z | Downloaded rustls v0.22.4 |
333 | 2024-08-19T17:56:37.829Z | Downloaded libc v0.2.158 |
334 | 2024-08-19T17:56:37.854Z | Downloaded regex-syntax v0.8.4 |
335 | 2024-08-19T17:56:37.862Z | Downloaded regress v0.9.1 |
336 | 2024-08-19T17:56:37.870Z | Downloaded idna v0.5.0 |
337 | 2024-08-19T17:56:37.876Z | Downloaded regex-automata v0.4.7 |
338 | 2024-08-19T17:56:37.891Z | Downloaded encoding_rs v0.8.34 |
339 | 2024-08-19T17:56:37.911Z | Downloaded tokio v1.39.3 |
340 | 2024-08-19T17:56:37.945Z | Downloaded rustls-webpki v0.101.7 |
341 | 2024-08-19T17:56:37.958Z | Downloaded futures-util v0.3.30 |
342 | 2024-08-19T17:56:37.968Z | Downloaded serde_with v3.9.0 |
343 | 2024-08-19T17:56:37.976Z | Downloaded reqwest v0.11.27 |
344 | 2024-08-19T17:56:37.983Z | Downloaded hashbrown v0.14.5 |
345 | 2024-08-19T17:56:37.987Z | Downloaded indexmap v2.4.0 |
346 | 2024-08-19T17:56:37.991Z | Downloaded hashbrown v0.12.3 |
347 | 2024-08-19T17:56:37.995Z | Downloaded aho-corasick v1.1.3 |
348 | 2024-08-19T17:56:38.000Z | Downloaded allocator-api2 v0.2.18 |
349 | 2024-08-19T17:56:38.003Z | Downloaded anyhow v1.0.86 |
350 | 2024-08-19T17:56:38.006Z | Downloaded proc-macro2 v1.0.86 |
351 | 2024-08-19T17:56:38.010Z | Downloaded tokio-rustls v0.24.1 |
352 | 2024-08-19T17:56:38.013Z | Downloaded darling_core v0.20.10 |
353 | 2024-08-19T17:56:38.018Z | Downloaded scopeguard v1.2.0 |
354 | 2024-08-19T17:56:38.021Z | Downloaded unicode-ident v1.0.12 |
355 | 2024-08-19T17:56:38.024Z | Downloaded rustls-pemfile v2.1.3 |
356 | 2024-08-19T17:56:38.024Z | Downloaded num-traits v0.2.19 |
357 | 2024-08-19T17:56:38.027Z | Downloaded generic-array v0.14.7 |
358 | 2024-08-19T17:56:38.030Z | Downloaded futures-macro v0.3.30 |
359 | 2024-08-19T17:56:38.030Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2024-08-19T17:56:38.030Z | Downloaded futures-executor v0.3.30 |
361 | 2024-08-19T17:56:38.035Z | Downloaded dyn-clone v1.0.17 |
362 | 2024-08-19T17:56:38.035Z | Downloaded dirs-next v2.0.0 |
363 | 2024-08-19T17:56:38.035Z | Downloaded cpufeatures v0.2.13 |
364 | 2024-08-19T17:56:38.038Z | Downloaded ahash v0.8.11 |
365 | 2024-08-19T17:56:38.038Z | Downloaded spin v0.9.8 |
366 | 2024-08-19T17:56:38.038Z | Downloaded hostname v0.4.0 |
367 | 2024-08-19T17:56:38.041Z | Downloaded cfg-if v1.0.0 |
368 | 2024-08-19T17:56:38.041Z | Downloaded autocfg v1.3.0 |
369 | 2024-08-19T17:56:38.045Z | Downloaded tinyvec_macros v0.1.1 |
370 | 2024-08-19T17:56:38.045Z | Downloaded quote v1.0.36 |
371 | 2024-08-19T17:56:38.048Z | Downloaded deranged v0.3.11 |
372 | 2024-08-19T17:56:38.048Z | Downloaded async-stream v0.3.5 |
373 | 2024-08-19T17:56:38.048Z | Downloaded serde_derive_internals v0.29.1 |
374 | 2024-08-19T17:56:38.049Z | Downloaded native-tls v0.2.12 |
375 | 2024-08-19T17:56:38.051Z | Downloaded lock_api v0.4.12 |
376 | 2024-08-19T17:56:38.054Z | Downloaded iana-time-zone v0.1.60 |
377 | 2024-08-19T17:56:38.054Z | Downloaded httparse v1.9.4 |
378 | 2024-08-19T17:56:38.146Z | Downloaded ring v0.17.8 |
379 | 2024-08-19T17:56:38.345Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-19T17:56:38.351Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-19T17:56:38.351Z | Compiling libc v0.2.158 |
382 | 2024-08-19T17:56:38.351Z | Checking cfg-if v1.0.0 |
383 | 2024-08-19T17:56:38.351Z | Compiling version_check v0.9.5 |
384 | 2024-08-19T17:56:38.352Z | Compiling autocfg v1.3.0 |
385 | 2024-08-19T17:56:38.359Z | Compiling serde v1.0.208 |
386 | 2024-08-19T17:56:38.365Z | Checking memchr v2.7.4 |
387 | 2024-08-19T17:56:38.436Z | Compiling serde_json v1.0.125 |
388 | 2024-08-19T17:56:38.535Z | Checking itoa v1.0.11 |
389 | 2024-08-19T17:56:38.936Z | Compiling ahash v0.8.11 |
390 | 2024-08-19T17:56:38.999Z | Compiling thiserror v1.0.63 |
391 | 2024-08-19T17:56:39.097Z | Checking once_cell v1.19.0 |
392 | 2024-08-19T17:56:39.294Z | Checking byteorder v1.5.0 |
393 | 2024-08-19T17:56:39.549Z | Compiling shlex v1.3.0 |
394 | 2024-08-19T17:56:39.781Z | Compiling cc v1.1.13 |
395 | 2024-08-19T17:56:41.628Z | Compiling num-traits v0.2.19 |
396 | 2024-08-19T17:56:42.042Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-19T17:56:42.075Z | Checking ryu v1.0.18 |
398 | 2024-08-19T17:56:42.100Z | Checking bytes v1.7.1 |
399 | 2024-08-19T17:56:42.154Z | Checking log v0.4.22 |
400 | 2024-08-19T17:56:42.278Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-19T17:56:42.437Z | Compiling lock_api v0.4.12 |
402 | 2024-08-19T17:56:42.450Z | Compiling schemars v0.8.21 |
403 | 2024-08-19T17:56:42.691Z | Compiling parking_lot_core v0.9.10 |
404 | 2024-08-19T17:56:42.698Z | Compiling ring v0.17.8 |
405 | 2024-08-19T17:56:42.835Z | Checking smallvec v1.13.2 |
406 | 2024-08-19T17:56:42.851Z | Checking getrandom v0.2.15 |
407 | 2024-08-19T17:56:42.898Z | Checking scopeguard v1.2.0 |
408 | 2024-08-19T17:56:42.928Z | Checking futures-core v0.3.30 |
409 | 2024-08-19T17:56:42.955Z | Compiling quote v1.0.36 |
410 | 2024-08-19T17:56:43.027Z | Checking socket2 v0.5.7 |
411 | 2024-08-19T17:56:43.082Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-19T17:56:43.134Z | Checking mio v1.0.2 |
413 | 2024-08-19T17:56:43.290Z | Compiling syn v2.0.75 |
414 | 2024-08-19T17:56:43.405Z | Compiling slab v0.4.9 |
415 | 2024-08-19T17:56:43.469Z | Checking futures-sink v0.3.30 |
416 | 2024-08-19T17:56:43.471Z | Checking parking_lot v0.12.3 |
417 | 2024-08-19T17:56:43.549Z | Checking spin v0.9.8 |
418 | 2024-08-19T17:56:43.644Z | Checking untrusted v0.9.0 |
419 | 2024-08-19T17:56:43.660Z | Checking equivalent v1.0.1 |
420 | 2024-08-19T17:56:43.687Z | Checking fnv v1.0.7 |
421 | 2024-08-19T17:56:43.737Z | Checking futures-channel v0.3.30 |
422 | 2024-08-19T17:56:43.764Z | Checking futures-io v0.3.30 |
423 | 2024-08-19T17:56:43.771Z | Compiling vcpkg v0.2.15 |
424 | 2024-08-19T17:56:43.774Z | Checking futures-task v0.3.30 |
425 | 2024-08-19T17:56:43.912Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-19T17:56:43.963Z | Compiling semver v1.0.23 |
427 | 2024-08-19T17:56:44.038Z | Compiling heck v0.5.0 |
428 | 2024-08-19T17:56:44.075Z | Checking pin-utils v0.1.0 |
429 | 2024-08-19T17:56:44.370Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-19T17:56:44.407Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-19T17:56:44.463Z | Checking http v0.2.12 |
432 | 2024-08-19T17:56:45.056Z | Compiling httparse v1.9.4 |
433 | 2024-08-19T17:56:45.161Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-19T17:56:45.268Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-19T17:56:45.527Z | Checking tracing-core v0.1.32 |
436 | 2024-08-19T17:56:45.547Z | Compiling uuid v1.10.0 |
437 | 2024-08-19T17:56:45.950Z | Compiling chrono v0.4.38 |
438 | 2024-08-19T17:56:46.055Z | Compiling openssl v0.10.66 |
439 | 2024-08-19T17:56:46.158Z | Checking tracing v0.1.40 |
440 | 2024-08-19T17:56:46.205Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-08-19T17:56:46.282Z | Compiling slog v2.7.0 |
442 | 2024-08-19T17:56:46.397Z | Checking try-lock v0.2.5 |
443 | 2024-08-19T17:56:46.452Z | Checking foreign-types v0.3.2 |
444 | 2024-08-19T17:56:46.490Z | Checking want v0.3.1 |
445 | 2024-08-19T17:56:46.632Z | Checking http-body v0.4.6 |
446 | 2024-08-19T17:56:46.709Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-19T17:56:46.776Z | Compiling typenum v1.17.0 |
448 | 2024-08-19T17:56:46.943Z | Compiling regex-syntax v0.8.4 |
449 | 2024-08-19T17:56:47.562Z | Checking tower-service v0.3.3 |
450 | 2024-08-19T17:56:47.638Z | Compiling native-tls v0.2.12 |
451 | 2024-08-19T17:56:47.665Z | Checking tinyvec_macros v0.1.1 |
452 | 2024-08-19T17:56:47.708Z | Checking httpdate v1.0.3 |
453 | 2024-08-19T17:56:47.900Z | Compiling rustls v0.21.12 |
454 | 2024-08-19T17:56:47.964Z | Checking bitflags v2.6.0 |
455 | 2024-08-19T17:56:48.135Z | Checking percent-encoding v2.3.1 |
456 | 2024-08-19T17:56:48.178Z | Checking tinyvec v1.8.0 |
457 | 2024-08-19T17:56:48.285Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-19T17:56:49.001Z | Compiling generic-array v0.14.7 |
459 | 2024-08-19T17:56:49.306Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-19T17:56:49.569Z | Checking openssl-probe v0.1.5 |
461 | 2024-08-19T17:56:49.695Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-19T17:56:50.009Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-19T17:56:51.405Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-19T17:56:51.505Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-19T17:56:51.759Z | Compiling num-conv v0.1.0 |
466 | 2024-08-19T17:56:51.762Z | Compiling time-core v0.1.2 |
467 | 2024-08-19T17:56:51.912Z | Checking powerfmt v0.2.0 |
468 | 2024-08-19T17:56:51.994Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-19T17:56:52.124Z | Checking mime v0.3.17 |
470 | 2024-08-19T17:56:52.419Z | Checking deranged v0.3.11 |
471 | 2024-08-19T17:56:52.520Z | Checking idna v0.5.0 |
472 | 2024-08-19T17:56:52.524Z | Compiling time-macros v0.2.18 |
473 | 2024-08-19T17:56:53.675Z | Compiling thread-id v4.2.2 |
474 | 2024-08-19T17:56:53.766Z | Compiling regex v1.10.6 |
475 | 2024-08-19T17:56:54.312Z | Compiling crossbeam-utils v0.8.20 |
476 | 2024-08-19T17:56:54.422Z | Compiling ident_case v1.0.1 |
477 | 2024-08-19T17:56:54.452Z | Compiling serde_derive v1.0.208 |
478 | 2024-08-19T17:56:54.572Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-08-19T17:56:54.687Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-08-19T17:56:54.838Z | Compiling schemars_derive v0.8.21 |
481 | 2024-08-19T17:56:55.166Z | Compiling tokio-macros v2.4.0 |
482 | 2024-08-19T17:56:55.600Z | Compiling futures-macro v0.3.30 |
483 | 2024-08-19T17:56:56.542Z | Checking zerocopy v0.7.35 |
484 | 2024-08-19T17:56:56.965Z | Checking tokio v1.39.3 |
485 | 2024-08-19T17:56:57.457Z | Checking futures-util v0.3.30 |
486 | 2024-08-19T17:56:57.534Z | Compiling pest v2.7.11 |
487 | 2024-08-19T17:56:57.557Z | Compiling openssl-macros v0.1.1 |
488 | 2024-08-19T17:56:57.793Z | Checking rustls-webpki v0.101.7 |
489 | 2024-08-19T17:56:58.306Z | Checking hashbrown v0.14.5 |
490 | 2024-08-19T17:56:58.447Z | Checking sct v0.7.1 |
491 | 2024-08-19T17:56:59.484Z | Compiling scroll_derive v0.12.0 |
492 | 2024-08-19T17:56:59.960Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-19T17:57:00.289Z | Compiling regress v0.10.0 |
494 | 2024-08-19T17:57:00.959Z | Checking scroll v0.12.0 |
495 | 2024-08-19T17:57:01.419Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-19T17:57:03.973Z | Compiling pest_derive v2.7.11 |
497 | 2024-08-19T17:57:04.025Z | Checking tokio-util v0.7.11 |
498 | 2024-08-19T17:57:04.064Z | Checking tokio-native-tls v0.3.1 |
499 | 2024-08-19T17:57:04.290Z | Checking tokio-rustls v0.24.1 |
500 | 2024-08-19T17:57:04.604Z | Checking num_threads v0.1.7 |
501 | 2024-08-19T17:57:04.813Z | Compiling dtrace-parser v0.2.0 |
502 | 2024-08-19T17:57:04.962Z | Checking plain v0.2.3 |
503 | 2024-08-19T17:57:04.993Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-08-19T17:57:05.033Z | Checking base64 v0.21.7 |
505 | 2024-08-19T17:57:05.405Z | Compiling strsim v0.11.1 |
506 | 2024-08-19T17:57:05.480Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-19T17:57:05.657Z | Checking goblin v0.8.2 |
508 | 2024-08-19T17:57:06.170Z | Compiling darling_core v0.20.10 |
509 | 2024-08-19T17:57:06.214Z | Checking time v0.3.36 |
510 | 2024-08-19T17:57:06.915Z | Checking indexmap v2.4.0 |
511 | 2024-08-19T17:57:08.010Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-08-19T17:57:08.554Z | Checking h2 v0.3.26 |
513 | 2024-08-19T17:57:08.988Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-19T17:57:09.288Z | Checking openapiv3 v2.0.0 |
515 | 2024-08-19T17:57:09.412Z | Checking url v2.5.2 |
516 | 2024-08-19T17:57:10.172Z | Compiling dof v0.3.0 |
517 | 2024-08-19T17:57:11.088Z | Checking dirs-sys-next v0.1.2 |
518 | 2024-08-19T17:57:11.626Z | Checking ipnet v2.9.0 |
519 | 2024-08-19T17:57:11.943Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
520 | 2024-08-19T17:57:12.058Z | Compiling rustls v0.22.4 |
521 | 2024-08-19T17:57:12.264Z | Checking webpki-roots v0.25.4 |
522 | 2024-08-19T17:57:12.368Z | Compiling rustversion v1.0.17 |
523 | 2024-08-19T17:57:12.398Z | Compiling paste v1.0.15 |
524 | 2024-08-19T17:57:12.655Z | Checking hyper v0.14.30 |
525 | 2024-08-19T17:57:12.676Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-08-19T17:57:12.870Z | Compiling omicron-workspace-hack v0.1.0 |
527 | 2024-08-19T17:57:13.002Z | Checking pretty-hex v0.4.1 |
528 | 2024-08-19T17:57:13.157Z | Checking sync_wrapper v0.1.2 |
529 | 2024-08-19T17:57:13.372Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-19T17:57:13.509Z | Checking dirs-next v2.0.0 |
531 | 2024-08-19T17:57:14.178Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-08-19T17:57:14.299Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-19T17:57:14.302Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-19T17:57:14.313Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-19T17:57:14.418Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-19T17:57:14.453Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-19T17:57:14.541Z | Checking block-buffer v0.10.4 |
538 | 2024-08-19T17:57:14.559Z | Checking crypto-common v0.1.6 |
539 | 2024-08-19T17:57:14.699Z | Checking rand_core v0.6.4 |
540 | 2024-08-19T17:57:14.805Z | Checking thread_local v1.1.8 |
541 | 2024-08-19T17:57:14.960Z | Compiling multer v3.1.0 |
542 | 2024-08-19T17:57:15.041Z | Checking winnow v0.6.18 |
543 | 2024-08-19T17:57:15.065Z | Compiling anyhow v1.0.86 |
544 | 2024-08-19T17:57:15.155Z | Compiling slog-async v2.8.0 |
545 | 2024-08-19T17:57:15.274Z | Checking zeroize v1.8.1 |
546 | 2024-08-19T17:57:15.509Z | Compiling camino v1.1.9 |
547 | 2024-08-19T17:57:15.664Z | Checking subtle v2.6.1 |
548 | 2024-08-19T17:57:15.685Z | Checking match_cfg v0.1.0 |
549 | 2024-08-19T17:57:15.752Z | Checking hostname v0.3.1 |
550 | 2024-08-19T17:57:16.115Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-19T17:57:16.463Z | Checking digest v0.10.7 |
552 | 2024-08-19T17:57:16.613Z | Compiling darling v0.20.10 |
553 | 2024-08-19T17:57:16.711Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-08-19T17:57:16.758Z | Checking term v0.7.0 |
555 | 2024-08-19T17:57:17.031Z | Checking hyper-tls v0.5.0 |
556 | 2024-08-19T17:57:17.114Z | Checking hyper-rustls v0.24.2 |
557 | 2024-08-19T17:57:17.149Z | Compiling structmeta v0.3.0 |
558 | 2024-08-19T17:57:17.378Z | Checking reqwest v0.11.27 |
559 | 2024-08-19T17:57:17.510Z | Compiling usdt-macro v0.5.0 |
560 | 2024-08-19T17:57:17.795Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2024-08-19T17:57:18.069Z | Checking toml_edit v0.22.20 |
562 | 2024-08-19T17:57:18.357Z | Checking slog-json v2.6.1 |
563 | 2024-08-19T17:57:18.591Z | Checking futures-executor v0.3.30 |
564 | 2024-08-19T17:57:18.658Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
565 | 2024-08-19T17:57:18.666Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-08-19T17:57:18.783Z | Checking http v1.1.0 |
567 | 2024-08-19T17:57:18.792Z | Checking memmap v0.7.0 |
568 | 2024-08-19T17:57:18.920Z | Checking is-terminal v0.4.13 |
569 | 2024-08-19T17:57:18.972Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f129460d) |
570 | 2024-08-19T17:57:19.018Z | Checking base64 v0.22.1 |
571 | 2024-08-19T17:57:19.190Z | Checking cpufeatures v0.2.13 |
572 | 2024-08-19T17:57:19.264Z | Checking take_mut v0.2.2 |
573 | 2024-08-19T17:57:19.294Z | Checking atomic-waker v1.1.2 |
574 | 2024-08-19T17:57:19.404Z | Checking waitgroup v0.1.2 |
575 | 2024-08-19T17:57:19.426Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-19T17:57:19.474Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-19T17:57:19.561Z | Checking sha1 v0.10.6 |
578 | 2024-08-19T17:57:19.657Z | Checking usdt v0.5.0 |
579 | 2024-08-19T17:57:19.689Z | Checking slog-term v2.9.1 |
580 | 2024-08-19T17:57:19.749Z | Checking futures v0.3.30 |
581 | 2024-08-19T17:57:19.795Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-19T17:57:19.836Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-19T17:57:19.874Z | Compiling parse-display-derive v0.10.0 |
584 | 2024-08-19T17:57:19.924Z | Checking async-stream v0.3.5 |
585 | 2024-08-19T17:57:19.976Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-19T17:57:20.086Z | Checking rand v0.8.5 |
587 | 2024-08-19T17:57:20.626Z | Checking toml v0.8.19 |
588 | 2024-08-19T17:57:20.810Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-19T17:57:20.830Z | Checking ipnetwork v0.20.0 |
590 | 2024-08-19T17:57:21.037Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f129460d) |
591 | 2024-08-19T17:57:21.179Z | Checking hex v0.4.3 |
592 | 2024-08-19T17:57:21.317Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-19T17:57:21.355Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-19T17:57:21.670Z | Compiling async-trait v0.1.81 |
595 | 2024-08-19T17:57:21.927Z | Checking hostname v0.4.0 |
596 | 2024-08-19T17:57:22.040Z | Checking instant v0.1.13 |
597 | 2024-08-19T17:57:22.133Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-19T17:57:22.153Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-08-19T17:57:22.252Z | Checking backoff v0.4.0 |
600 | 2024-08-19T17:57:22.278Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-19T17:57:22.405Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-19T17:57:22.500Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-19T17:57:22.567Z | Checking serde_with v3.9.0 |
604 | 2024-08-19T17:57:22.724Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-19T17:57:22.805Z | Checking macaddr v1.0.1 |
606 | 2024-08-19T17:57:23.123Z | Checking regress v0.9.1 |
607 | 2024-08-19T17:57:23.710Z | Checking parse-display v0.10.0 |
608 | 2024-08-19T17:57:24.190Z | Checking strum v0.26.3 |
609 | 2024-08-19T17:57:24.966Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
610 | 2024-08-19T17:57:26.835Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
611 | 2024-08-19T17:57:26.893Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
612 | 2024-08-19T17:57:29.354Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
613 | 2024-08-19T17:57:34.277Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
614 | 2024-08-19T17:57:34.378Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-19T17:57:37.074Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-19T17:57:43.697Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-19T17:57:43.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-19T17:57:43.813Z | + cargo build --release |
619 | 2024-08-19T17:57:44.068Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-19T17:57:44.069Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-19T17:57:44.069Z | Compiling libc v0.2.158 |
622 | 2024-08-19T17:57:44.071Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-19T17:57:44.071Z | Compiling version_check v0.9.5 |
624 | 2024-08-19T17:57:44.071Z | Compiling autocfg v1.3.0 |
625 | 2024-08-19T17:57:44.071Z | Compiling serde v1.0.208 |
626 | 2024-08-19T17:57:44.071Z | Compiling memchr v2.7.4 |
627 | 2024-08-19T17:57:44.175Z | Compiling serde_json v1.0.125 |
628 | 2024-08-19T17:57:44.260Z | Compiling itoa v1.0.11 |
629 | 2024-08-19T17:57:44.539Z | Compiling thiserror v1.0.63 |
630 | 2024-08-19T17:57:44.653Z | Compiling byteorder v1.5.0 |
631 | 2024-08-19T17:57:44.678Z | Compiling ahash v0.8.11 |
632 | 2024-08-19T17:57:44.809Z | Compiling once_cell v1.19.0 |
633 | 2024-08-19T17:57:45.038Z | Compiling shlex v1.3.0 |
634 | 2024-08-19T17:57:45.252Z | Compiling cc v1.1.13 |
635 | 2024-08-19T17:57:45.460Z | Compiling getrandom v0.2.15 |
636 | 2024-08-19T17:57:45.485Z | Compiling num-traits v0.2.19 |
637 | 2024-08-19T17:57:45.563Z | Compiling quote v1.0.36 |
638 | 2024-08-19T17:57:45.679Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-19T17:57:45.787Z | Compiling ryu v1.0.18 |
640 | 2024-08-19T17:57:45.860Z | Compiling bytes v1.7.1 |
641 | 2024-08-19T17:57:45.866Z | Compiling log v0.4.22 |
642 | 2024-08-19T17:57:46.159Z | Compiling syn v2.0.75 |
643 | 2024-08-19T17:57:46.315Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-19T17:57:46.342Z | Compiling schemars v0.8.21 |
645 | 2024-08-19T17:57:46.406Z | Compiling lock_api v0.4.12 |
646 | 2024-08-19T17:57:46.488Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-19T17:57:46.724Z | Compiling futures-core v0.3.30 |
648 | 2024-08-19T17:57:46.812Z | Compiling smallvec v1.13.2 |
649 | 2024-08-19T17:57:46.865Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-19T17:57:46.953Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-19T17:57:46.960Z | Compiling mio v1.0.2 |
652 | 2024-08-19T17:57:47.115Z | Compiling socket2 v0.5.7 |
653 | 2024-08-19T17:57:47.537Z | Compiling slab v0.4.9 |
654 | 2024-08-19T17:57:47.617Z | Compiling spin v0.9.8 |
655 | 2024-08-19T17:57:47.871Z | Compiling parking_lot v0.12.3 |
656 | 2024-08-19T17:57:47.969Z | Compiling futures-sink v0.3.30 |
657 | 2024-08-19T17:57:48.171Z | Compiling ring v0.17.8 |
658 | 2024-08-19T17:57:48.171Z | Compiling equivalent v1.0.1 |
659 | 2024-08-19T17:57:48.233Z | Compiling untrusted v0.9.0 |
660 | 2024-08-19T17:57:48.407Z | Compiling semver v1.0.23 |
661 | 2024-08-19T17:57:48.444Z | Compiling fnv v1.0.7 |
662 | 2024-08-19T17:57:48.587Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-19T17:57:48.887Z | Compiling pin-utils v0.1.0 |
664 | 2024-08-19T17:57:48.911Z | Compiling pkg-config v0.3.30 |
665 | 2024-08-19T17:57:48.917Z | Compiling futures-io v0.3.30 |
666 | 2024-08-19T17:57:48.965Z | Compiling futures-task v0.3.30 |
667 | 2024-08-19T17:57:49.034Z | Compiling heck v0.5.0 |
668 | 2024-08-19T17:57:49.041Z | Compiling vcpkg v0.2.15 |
669 | 2024-08-19T17:57:49.453Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-19T17:57:49.544Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-19T17:57:50.020Z | Compiling http v0.2.12 |
672 | 2024-08-19T17:57:50.106Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-19T17:57:50.243Z | Compiling httparse v1.9.4 |
674 | 2024-08-19T17:57:50.674Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-19T17:57:51.040Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-19T17:57:51.668Z | Compiling chrono v0.4.38 |
677 | 2024-08-19T17:57:51.749Z | Compiling uuid v1.10.0 |
678 | 2024-08-19T17:57:51.771Z | Compiling tracing v0.1.40 |
679 | 2024-08-19T17:57:53.344Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-19T17:57:53.491Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-08-19T17:57:53.585Z | Compiling slog v2.7.0 |
682 | 2024-08-19T17:57:53.634Z | Compiling openssl v0.10.66 |
683 | 2024-08-19T17:57:54.062Z | Compiling try-lock v0.2.5 |
684 | 2024-08-19T17:57:54.200Z | Compiling want v0.3.1 |
685 | 2024-08-19T17:57:54.420Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-19T17:57:54.499Z | Compiling http-body v0.4.6 |
687 | 2024-08-19T17:57:54.708Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-19T17:57:54.981Z | Compiling tower-service v0.3.3 |
689 | 2024-08-19T17:57:55.089Z | Compiling httpdate v1.0.3 |
690 | 2024-08-19T17:57:55.539Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-08-19T17:57:55.542Z | Compiling regex-syntax v0.8.4 |
692 | 2024-08-19T17:57:55.617Z | Compiling typenum v1.17.0 |
693 | 2024-08-19T17:57:55.839Z | Compiling bitflags v2.6.0 |
694 | 2024-08-19T17:57:55.880Z | Compiling rustls v0.21.12 |
695 | 2024-08-19T17:57:56.182Z | Compiling percent-encoding v2.3.1 |
696 | 2024-08-19T17:57:56.203Z | Compiling native-tls v0.2.12 |
697 | 2024-08-19T17:57:56.605Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-19T17:57:56.625Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-19T17:57:57.161Z | Compiling generic-array v0.14.7 |
700 | 2024-08-19T17:57:57.503Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-19T17:57:58.305Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-19T17:57:58.408Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-19T17:57:58.611Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-19T17:57:58.898Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-19T17:57:59.006Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-19T17:57:59.381Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-19T17:58:00.642Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-19T17:58:01.109Z | Compiling tokio v1.39.3 |
709 | 2024-08-19T17:58:01.810Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-19T17:58:01.977Z | Compiling pest v2.7.11 |
711 | 2024-08-19T17:58:02.841Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-19T17:58:03.749Z | Compiling futures-util v0.3.30 |
713 | 2024-08-19T17:58:04.347Z | Compiling regress v0.10.0 |
714 | 2024-08-19T17:58:04.374Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-19T17:58:04.880Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-19T17:58:08.945Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-19T17:58:09.110Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-19T17:58:10.682Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-19T17:58:10.710Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-19T17:58:11.569Z | Compiling sct v0.7.1 |
721 | 2024-08-19T17:58:12.018Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-19T17:58:12.940Z | Compiling indexmap v2.4.0 |
723 | 2024-08-19T17:58:14.361Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-08-19T17:58:16.103Z | Compiling h2 v0.3.26 |
725 | 2024-08-19T17:58:19.218Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
726 | 2024-08-19T17:58:19.544Z | Compiling regex v1.10.6 |
727 | 2024-08-19T17:58:22.276Z | Compiling hyper v0.14.30 |
728 | 2024-08-19T17:58:23.336Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-19T17:58:30.261Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-19T17:58:30.641Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-19T17:58:30.986Z | Compiling num-conv v0.1.0 |
732 | 2024-08-19T17:58:31.255Z | Compiling mime v0.3.17 |
733 | 2024-08-19T17:58:31.263Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
734 | 2024-08-19T17:58:31.572Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-19T17:58:34.511Z | Compiling time-core v0.1.2 |
736 | 2024-08-19T17:58:34.677Z | Compiling powerfmt v0.2.0 |
737 | 2024-08-19T17:58:35.150Z | Compiling deranged v0.3.11 |
738 | 2024-08-19T17:58:35.157Z | Compiling time-macros v0.2.18 |
739 | 2024-08-19T17:58:38.121Z | Compiling idna v0.5.0 |
740 | 2024-08-19T17:58:39.431Z | Compiling scroll v0.12.0 |
741 | 2024-08-19T17:58:40.056Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-19T17:58:40.464Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-19T17:58:40.741Z | Compiling dof v0.3.0 |
744 | 2024-08-19T17:58:40.836Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-19T17:58:41.223Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-19T17:58:41.689Z | Compiling thread-id v4.2.2 |
747 | 2024-08-19T17:58:41.786Z | Compiling base64 v0.21.7 |
748 | 2024-08-19T17:58:42.898Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-08-19T17:58:42.908Z | Compiling plain v0.2.3 |
750 | 2024-08-19T17:58:43.037Z | Compiling ident_case v1.0.1 |
751 | 2024-08-19T17:58:43.191Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-08-19T17:58:43.230Z | Compiling strsim v0.11.1 |
753 | 2024-08-19T17:58:43.958Z | Compiling num_threads v0.1.7 |
754 | 2024-08-19T17:58:44.303Z | Compiling rustls-pki-types v1.8.0 |
755 | 2024-08-19T17:58:45.647Z | Compiling time v0.3.36 |
756 | 2024-08-19T17:58:49.252Z | Compiling darling_core v0.20.10 |
757 | 2024-08-19T17:58:49.627Z | Compiling goblin v0.8.2 |
758 | 2024-08-19T17:58:50.390Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-08-19T17:58:52.853Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-19T17:58:53.337Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-19T17:58:53.766Z | Compiling url v2.5.2 |
762 | 2024-08-19T17:58:54.532Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#2ce8f5b7) |
763 | 2024-08-19T17:58:54.657Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-19T17:58:55.463Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-19T17:58:56.949Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-08-19T17:58:57.070Z | Compiling rustversion v1.0.17 |
767 | 2024-08-19T17:58:57.736Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-08-19T17:58:58.821Z | Compiling paste v1.0.15 |
769 | 2024-08-19T17:58:59.302Z | Compiling ipnet v2.9.0 |
770 | 2024-08-19T17:58:59.318Z | Compiling rustls v0.22.4 |
771 | 2024-08-19T17:58:59.486Z | Compiling pretty-hex v0.4.1 |
772 | 2024-08-19T17:58:59.494Z | Compiling webpki-roots v0.25.4 |
773 | 2024-08-19T17:58:59.694Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-08-19T17:58:59.707Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
775 | 2024-08-19T17:59:01.154Z | Compiling reqwest v0.11.27 |
776 | 2024-08-19T17:59:02.132Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-19T17:59:02.386Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-19T17:59:05.228Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-19T17:59:05.851Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-19T17:59:06.054Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-19T17:59:06.286Z | Compiling toml_datetime v0.6.8 |
782 | 2024-08-19T17:59:06.361Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-19T17:59:06.813Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-19T17:59:06.946Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-19T17:59:07.375Z | Compiling rand_core v0.6.4 |
786 | 2024-08-19T17:59:07.622Z | Compiling thread_local v1.1.8 |
787 | 2024-08-19T17:59:07.827Z | Compiling multer v3.1.0 |
788 | 2024-08-19T17:59:08.184Z | Compiling winnow v0.6.18 |
789 | 2024-08-19T17:59:08.353Z | Compiling slog-async v2.8.0 |
790 | 2024-08-19T17:59:08.854Z | Compiling subtle v2.6.1 |
791 | 2024-08-19T17:59:09.116Z | Compiling anyhow v1.0.86 |
792 | 2024-08-19T17:59:09.613Z | Compiling camino v1.1.9 |
793 | 2024-08-19T17:59:09.662Z | Compiling zeroize v1.8.1 |
794 | 2024-08-19T17:59:09.686Z | Compiling match_cfg v0.1.0 |
795 | 2024-08-19T17:59:09.770Z | Compiling hostname v0.3.1 |
796 | 2024-08-19T17:59:10.005Z | Compiling structmeta v0.3.0 |
797 | 2024-08-19T17:59:10.146Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-19T17:59:10.377Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
799 | 2024-08-19T17:59:11.863Z | Compiling digest v0.10.7 |
800 | 2024-08-19T17:59:12.272Z | Compiling toml_edit v0.22.20 |
801 | 2024-08-19T17:59:12.540Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-19T17:59:14.155Z | Compiling darling v0.20.10 |
803 | 2024-08-19T17:59:14.254Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
804 | 2024-08-19T17:59:15.986Z | Compiling term v0.7.0 |
805 | 2024-08-19T17:59:21.879Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-19T17:59:22.579Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-19T17:59:23.327Z | Compiling slog-json v2.6.1 |
808 | 2024-08-19T17:59:23.804Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-19T17:59:23.936Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-19T17:59:24.939Z | Compiling http v1.1.0 |
811 | 2024-08-19T17:59:25.329Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-19T17:59:25.424Z | Compiling memmap v0.7.0 |
813 | 2024-08-19T17:59:25.436Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f129460d) |
814 | 2024-08-19T17:59:25.790Z | Compiling take_mut v0.2.2 |
815 | 2024-08-19T17:59:25.853Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-19T17:59:25.933Z | Compiling base64 v0.22.1 |
817 | 2024-08-19T17:59:25.943Z | Compiling atomic-waker v1.1.2 |
818 | 2024-08-19T17:59:26.115Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-19T17:59:26.351Z | Compiling sha1 v0.10.6 |
820 | 2024-08-19T17:59:27.107Z | Compiling rustls-pemfile v2.1.3 |
821 | 2024-08-19T17:59:29.749Z | Compiling usdt v0.5.0 |
822 | 2024-08-19T17:59:29.813Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#522de025) |
823 | 2024-08-19T17:59:29.996Z | Compiling slog-term v2.9.1 |
824 | 2024-08-19T17:59:31.275Z | Compiling async-stream v0.3.5 |
825 | 2024-08-19T17:59:31.387Z | Compiling futures v0.3.30 |
826 | 2024-08-19T17:59:31.578Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-19T17:59:31.611Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-19T17:59:31.850Z | Compiling toml v0.8.19 |
829 | 2024-08-19T17:59:32.900Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-19T17:59:33.304Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-19T17:59:35.408Z | Compiling rand v0.8.5 |
832 | 2024-08-19T17:59:36.006Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-19T17:59:37.446Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-08-19T17:59:37.768Z | Compiling ipnetwork v0.20.0 |
835 | 2024-08-19T17:59:38.816Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#f129460d) |
836 | 2024-08-19T17:59:39.434Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-08-19T17:59:40.043Z | Compiling hex v0.4.3 |
838 | 2024-08-19T17:59:40.458Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-19T17:59:40.716Z | Compiling async-trait v0.1.81 |
840 | 2024-08-19T17:59:41.285Z | Compiling hostname v0.4.0 |
841 | 2024-08-19T17:59:41.528Z | Compiling instant v0.1.13 |
842 | 2024-08-19T17:59:41.679Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-19T17:59:41.823Z | Compiling backoff v0.4.0 |
844 | 2024-08-19T17:59:42.153Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-19T17:59:42.351Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-19T17:59:42.499Z | Compiling parse-display v0.10.0 |
847 | 2024-08-19T17:59:42.543Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-19T17:59:42.859Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
849 | 2024-08-19T17:59:43.406Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
850 | 2024-08-19T17:59:44.046Z | Compiling strum v0.26.3 |
851 | 2024-08-19T17:59:44.222Z | Compiling serde_with v3.9.0 |
852 | 2024-08-19T17:59:44.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-19T17:59:45.491Z | Compiling macaddr v1.0.1 |
854 | 2024-08-19T17:59:46.091Z | Compiling regress v0.9.1 |
855 | 2024-08-19T17:59:52.816Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-19T18:00:02.012Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-19T18:00:10.522Z | Finished `release` profile [optimized] target(s) in 2m 26s |
858 | 2024-08-19T18:00:10.581Z | process exited: duration 222397 ms, exit code 0 |
|
859 | 2024-08-19T18:00:10.586Z | found 0 output files |