|
|
|
1 | 2024-08-17T03:14:49.110Z | job assigned to worker 01J5F57KWHMK5AHF9E3HEYHWJ9 (queued for 57 s) |
|
2 | 2024-08-17T03:14:56.709Z | starting task 0: "setup" |
3 | 2024-08-17T03:14:56.735Z | ++ uname -s |
4 | 2024-08-17T03:14:56.738Z | + kern=SunOS |
5 | 2024-08-17T03:14:56.738Z | + case "$kern" in |
6 | 2024-08-17T03:14:56.738Z | + groupadd -g 12345 build |
7 | 2024-08-17T03:14:56.738Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-17T03:14:58.747Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-17T03:14:58.885Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-17T03:14:58.888Z | + home_fs=zfs |
11 | 2024-08-17T03:14:58.888Z | + [[ zfs == autofs ]] |
12 | 2024-08-17T03:14:58.888Z | + mkdir -p /home/build |
13 | 2024-08-17T03:14:58.891Z | + chown build:build /home/build /work |
14 | 2024-08-17T03:15:00.892Z | + chmod 0700 /home/build /work |
15 | 2024-08-17T03:15:00.895Z | process exited: duration 4187 ms, exit code 0 |
|
16 | 2024-08-17T03:15:00.900Z | starting task 1: "rust-toolchain" |
17 | 2024-08-17T03:15:00.906Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-17T03:15:00.906Z | ' 1.80.1 |
19 | 2024-08-17T03:15:00.909Z | * toolchain channel = "1.80.1" |
20 | 2024-08-17T03:15:00.909Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-17T03:15:00.909Z | ' default |
22 | 2024-08-17T03:15:00.909Z | * toolchain profile = "default" |
23 | 2024-08-17T03:15:00.909Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-17T03:15:00.909Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-17T03:15:01.024Z | info: downloading installer |
26 | 2024-08-17T03:15:02.823Z | info: profile set to 'default' |
27 | 2024-08-17T03:15:02.823Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-17T03:15:02.825Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-17T03:15:02.962Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-17T03:15:02.962Z | info: downloading component 'cargo' |
31 | 2024-08-17T03:15:03.698Z | info: downloading component 'clippy' |
32 | 2024-08-17T03:15:03.957Z | info: downloading component 'rust-docs' |
33 | 2024-08-17T03:15:04.975Z | info: downloading component 'rust-std' |
34 | 2024-08-17T03:15:06.421Z | info: downloading component 'rustc' |
35 | 2024-08-17T03:15:10.366Z | info: downloading component 'rustfmt' |
36 | 2024-08-17T03:15:10.581Z | info: installing component 'cargo' |
37 | 2024-08-17T03:15:11.443Z | info: installing component 'clippy' |
38 | 2024-08-17T03:15:11.838Z | info: installing component 'rust-docs' |
39 | 2024-08-17T03:15:13.456Z | info: installing component 'rust-std' |
40 | 2024-08-17T03:15:15.189Z | info: installing component 'rustc' |
41 | 2024-08-17T03:15:19.689Z | info: installing component 'rustfmt' |
42 | 2024-08-17T03:15:20.123Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-17T03:15:20.123Z | |
44 | 2024-08-17T03:15:20.346Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-17T03:15:20.346Z | |
46 | 2024-08-17T03:15:20.393Z | |
47 | 2024-08-17T03:15:20.393Z | Rust is installed now. Great! |
48 | 2024-08-17T03:15:20.394Z | |
49 | 2024-08-17T03:15:20.394Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-17T03:15:20.394Z | environment variable. This has not been done automatically. |
51 | 2024-08-17T03:15:20.394Z | |
52 | 2024-08-17T03:15:20.394Z | To configure your current shell, you need to source |
53 | 2024-08-17T03:15:20.394Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-17T03:15:20.394Z | |
55 | 2024-08-17T03:15:20.394Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-17T03:15:20.394Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-17T03:15:20.394Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-17T03:15:20.433Z | + rustc --version |
59 | 2024-08-17T03:15:20.469Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-17T03:15:20.469Z | process exited: duration 19531 ms, exit code 0 |
|
61 | 2024-08-17T03:15:20.566Z | starting task 2: "authentication" |
62 | 2024-08-17T03:15:20.627Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-08-17T03:15:24.658Z | process exited: duration 4107 ms, exit code 0 |
|
64 | 2024-08-17T03:15:24.678Z | starting task 3: "clone repository" |
65 | 2024-08-17T03:15:24.696Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-08-17T03:15:24.700Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-08-17T03:15:24.867Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-08-17T03:15:33.922Z | + cd /work/oxidecomputer/omicron |
69 | 2024-08-17T03:15:33.922Z | + git fetch origin da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
70 | 2024-08-17T03:15:34.185Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-08-17T03:15:34.185Z | * branch da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 -> FETCH_HEAD |
72 | 2024-08-17T03:15:34.195Z | + [[ -n sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
73 | 2024-08-17T03:15:34.198Z | ++ git branch --show-current |
74 | 2024-08-17T03:15:34.198Z | + current=main |
75 | 2024-08-17T03:15:34.198Z | + [[ main != sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate ]] |
76 | 2024-08-17T03:15:34.198Z | + git branch -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
77 | 2024-08-17T03:15:34.202Z | + git checkout -f sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate |
78 | 2024-08-17T03:15:34.348Z | Switched to branch 'sunshowers/spr/oxql-move-core-types-to-a-new-oxql-types-crate' |
79 | 2024-08-17T03:15:34.351Z | + git reset --hard da2e79ee00080e2d2f8b4e3cf3e438f72ad3a534 |
80 | 2024-08-17T03:15:34.498Z | HEAD is now at da2e79ee0 rebase on main |
81 | 2024-08-17T03:15:34.501Z | process exited: duration 9820 ms, exit code 0 |
|
82 | 2024-08-17T03:15:34.509Z | starting task 4: "build" |
83 | 2024-08-17T03:15:34.514Z | + cargo --version |
84 | 2024-08-17T03:15:34.566Z | cargo 1.80.1 (376290515 2024-07-16) |
85 | 2024-08-17T03:15:34.571Z | + rustc --version |
86 | 2024-08-17T03:15:34.625Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
87 | 2024-08-17T03:15:34.628Z | + cd /tmp |
88 | 2024-08-17T03:15:34.628Z | + cargo new --lib test-project |
89 | 2024-08-17T03:15:34.681Z | Creating library `test-project` package |
90 | 2024-08-17T03:15:34.756Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
91 | 2024-08-17T03:15:34.759Z | + cd test-project |
92 | 2024-08-17T03:15:34.759Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
93 | 2024-08-17T03:15:34.815Z | Adding omicron-common (local) to dependencies |
94 | 2024-08-17T03:15:34.815Z | Features: |
95 | 2024-08-17T03:15:34.815Z | - proptest |
96 | 2024-08-17T03:15:34.815Z | - test-strategy |
97 | 2024-08-17T03:15:34.815Z | - testing |
98 | 2024-08-17T03:15:34.817Z | Updating crates.io index |
99 | 2024-08-17T03:15:34.910Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
100 | 2024-08-17T03:15:35.749Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
101 | 2024-08-17T03:15:36.419Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
102 | 2024-08-17T03:15:36.763Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
103 | 2024-08-17T03:15:38.407Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-08-17T03:15:38.720Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-08-17T03:15:39.113Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2024-08-17T03:15:42.941Z | Locking 306 packages to latest compatible versions |
107 | 2024-08-17T03:15:42.943Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
108 | 2024-08-17T03:15:42.946Z | Adding base64 v0.21.7 (latest: v0.22.1) |
109 | 2024-08-17T03:15:42.947Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
110 | 2024-08-17T03:15:42.947Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
111 | 2024-08-17T03:15:42.947Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
112 | 2024-08-17T03:15:42.947Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
113 | 2024-08-17T03:15:42.947Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
114 | 2024-08-17T03:15:42.947Z | Adding gimli v0.29.0 (latest: v0.31.0) |
115 | 2024-08-17T03:15:42.951Z | Adding h2 v0.3.26 (latest: v0.4.5) |
116 | 2024-08-17T03:15:42.951Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
117 | 2024-08-17T03:15:42.951Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
118 | 2024-08-17T03:15:42.951Z | Adding hostname v0.3.1 (latest: v0.4.0) |
119 | 2024-08-17T03:15:42.951Z | Adding http v0.2.12 (latest: v1.1.0) |
120 | 2024-08-17T03:15:42.952Z | Adding http-body v0.4.6 (latest: v1.0.1) |
121 | 2024-08-17T03:15:42.952Z | Adding hyper v0.14.30 (latest: v1.4.1) |
122 | 2024-08-17T03:15:42.952Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
123 | 2024-08-17T03:15:42.952Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
124 | 2024-08-17T03:15:42.952Z | Adding idna v0.5.0 (latest: v1.0.2) |
125 | 2024-08-17T03:15:42.952Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
126 | 2024-08-17T03:15:42.953Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
127 | 2024-08-17T03:15:42.953Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
128 | 2024-08-17T03:15:42.958Z | Adding regress v0.9.1 (latest: v0.10.0) |
129 | 2024-08-17T03:15:42.958Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
130 | 2024-08-17T03:15:42.962Z | Adding rustls v0.21.12 (latest: v0.23.12) |
131 | 2024-08-17T03:15:42.962Z | Adding rustls v0.22.4 (latest: v0.23.12) |
132 | 2024-08-17T03:15:42.962Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
133 | 2024-08-17T03:15:42.962Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
134 | 2024-08-17T03:15:42.965Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
135 | 2024-08-17T03:15:42.965Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
136 | 2024-08-17T03:15:42.965Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
137 | 2024-08-17T03:15:42.966Z | Adding term v0.7.0 (latest: v1.0.0) |
138 | 2024-08-17T03:15:42.966Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
139 | 2024-08-17T03:15:42.966Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
140 | 2024-08-17T03:15:42.966Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
141 | 2024-08-17T03:15:42.972Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
142 | 2024-08-17T03:15:42.972Z | Adding windows v0.52.0 (latest: v0.58.0) |
143 | 2024-08-17T03:15:42.972Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
144 | 2024-08-17T03:15:42.972Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
145 | 2024-08-17T03:15:42.973Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2024-08-17T03:15:42.973Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
147 | 2024-08-17T03:15:42.974Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
148 | 2024-08-17T03:15:42.974Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
149 | 2024-08-17T03:15:42.974Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-08-17T03:15:42.974Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-08-17T03:15:42.974Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
152 | 2024-08-17T03:15:42.974Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
153 | 2024-08-17T03:15:42.974Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-08-17T03:15:42.974Z | Adding winreg v0.50.0 (latest: v0.52.0) |
155 | 2024-08-17T03:15:43.045Z | + cargo check |
156 | 2024-08-17T03:15:43.285Z | Downloading crates ... |
157 | 2024-08-17T03:15:43.362Z | Downloaded ahash v0.8.11 |
158 | 2024-08-17T03:15:43.375Z | Downloaded darling_macro v0.20.10 |
159 | 2024-08-17T03:15:43.379Z | Downloaded async-stream-impl v0.3.5 |
160 | 2024-08-17T03:15:43.382Z | Downloaded usdt-macro v0.5.0 |
161 | 2024-08-17T03:15:43.382Z | Downloaded foreign-types v0.3.2 |
162 | 2024-08-17T03:15:43.386Z | Downloaded waitgroup v0.1.2 |
163 | 2024-08-17T03:15:43.391Z | Downloaded futures-sink v0.3.30 |
164 | 2024-08-17T03:15:43.391Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-08-17T03:15:43.394Z | Downloaded openssl-macros v0.1.1 |
166 | 2024-08-17T03:15:43.394Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-08-17T03:15:43.397Z | Downloaded futures-io v0.3.30 |
168 | 2024-08-17T03:15:43.401Z | Downloaded form_urlencoded v1.2.1 |
169 | 2024-08-17T03:15:43.401Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-08-17T03:15:43.404Z | Downloaded hostname v0.3.1 |
171 | 2024-08-17T03:15:43.404Z | Downloaded dof v0.3.0 |
172 | 2024-08-17T03:15:43.404Z | Downloaded strum v0.26.3 |
173 | 2024-08-17T03:15:43.409Z | Downloaded byteorder v1.5.0 |
174 | 2024-08-17T03:15:43.409Z | Downloaded take_mut v0.2.2 |
175 | 2024-08-17T03:15:43.412Z | Downloaded futures-core v0.3.30 |
176 | 2024-08-17T03:15:43.412Z | Downloaded http-body v0.4.6 |
177 | 2024-08-17T03:15:43.412Z | Downloaded equivalent v1.0.1 |
178 | 2024-08-17T03:15:43.417Z | Downloaded scroll_derive v0.12.0 |
179 | 2024-08-17T03:15:43.417Z | Downloaded zeroize v1.8.1 |
180 | 2024-08-17T03:15:43.418Z | Downloaded cpufeatures v0.2.13 |
181 | 2024-08-17T03:15:43.418Z | Downloaded pest_generator v2.7.11 |
182 | 2024-08-17T03:15:43.421Z | Downloaded httpdate v1.0.3 |
183 | 2024-08-17T03:15:43.422Z | Downloaded dyn-clone v1.0.17 |
184 | 2024-08-17T03:15:43.427Z | Downloaded pkg-config v0.3.30 |
185 | 2024-08-17T03:15:43.427Z | Downloaded paste v1.0.15 |
186 | 2024-08-17T03:15:43.430Z | Downloaded hyper-tls v0.5.0 |
187 | 2024-08-17T03:15:43.430Z | Downloaded dtrace-parser v0.2.0 |
188 | 2024-08-17T03:15:43.430Z | Downloaded generic-array v0.14.7 |
189 | 2024-08-17T03:15:43.430Z | Downloaded untrusted v0.9.0 |
190 | 2024-08-17T03:15:43.433Z | Downloaded foreign-types-shared v0.1.1 |
191 | 2024-08-17T03:15:43.433Z | Downloaded dirs-next v2.0.0 |
192 | 2024-08-17T03:15:43.433Z | Downloaded pretty-hex v0.4.1 |
193 | 2024-08-17T03:15:43.437Z | Downloaded parse-display v0.10.0 |
194 | 2024-08-17T03:15:43.437Z | Downloaded deranged v0.3.11 |
195 | 2024-08-17T03:15:43.441Z | Downloaded rand_chacha v0.3.1 |
196 | 2024-08-17T03:15:43.441Z | Downloaded structmeta v0.3.0 |
197 | 2024-08-17T03:15:43.442Z | Downloaded slog-json v2.6.1 |
198 | 2024-08-17T03:15:43.442Z | Downloaded slab v0.4.9 |
199 | 2024-08-17T03:15:43.445Z | Downloaded sha1 v0.10.6 |
200 | 2024-08-17T03:15:43.445Z | Downloaded serde_urlencoded v0.7.1 |
201 | 2024-08-17T03:15:43.449Z | Downloaded scopeguard v1.2.0 |
202 | 2024-08-17T03:15:43.449Z | Downloaded openssl-probe v0.1.5 |
203 | 2024-08-17T03:15:43.449Z | Downloaded num_threads v0.1.7 |
204 | 2024-08-17T03:15:43.453Z | Downloaded schemars_derive v0.8.21 |
205 | 2024-08-17T03:15:43.453Z | Downloaded num-conv v0.1.0 |
206 | 2024-08-17T03:15:43.456Z | Downloaded itoa v1.0.11 |
207 | 2024-08-17T03:15:43.456Z | Downloaded ipnetwork v0.20.0 |
208 | 2024-08-17T03:15:43.456Z | Downloaded slog-async v2.8.0 |
209 | 2024-08-17T03:15:43.459Z | Downloaded newtype-uuid v1.1.0 |
210 | 2024-08-17T03:15:43.459Z | Downloaded mime v0.3.17 |
211 | 2024-08-17T03:15:43.461Z | Downloaded heck v0.5.0 |
212 | 2024-08-17T03:15:43.461Z | Downloaded futures-channel v0.3.30 |
213 | 2024-08-17T03:15:43.464Z | Downloaded cfg-if v1.0.0 |
214 | 2024-08-17T03:15:43.464Z | Downloaded time-core v0.1.2 |
215 | 2024-08-17T03:15:43.467Z | Downloaded macaddr v1.0.1 |
216 | 2024-08-17T03:15:43.467Z | Downloaded pin-project-lite v0.2.14 |
217 | 2024-08-17T03:15:43.471Z | Downloaded powerfmt v0.2.0 |
218 | 2024-08-17T03:15:43.474Z | Downloaded serde_path_to_error v0.1.16 |
219 | 2024-08-17T03:15:43.474Z | Downloaded rustls-pemfile v1.0.4 |
220 | 2024-08-17T03:15:43.477Z | Downloaded percent-encoding v2.3.1 |
221 | 2024-08-17T03:15:43.478Z | Downloaded darling v0.20.10 |
222 | 2024-08-17T03:15:43.483Z | Downloaded usdt-impl v0.5.0 |
223 | 2024-08-17T03:15:43.491Z | Downloaded try-lock v0.2.5 |
224 | 2024-08-17T03:15:43.492Z | Downloaded dirs-sys-next v0.1.2 |
225 | 2024-08-17T03:15:43.492Z | Downloaded strum_macros v0.26.4 |
226 | 2024-08-17T03:15:43.492Z | Downloaded spin v0.9.8 |
227 | 2024-08-17T03:15:43.492Z | Downloaded semver v1.0.23 |
228 | 2024-08-17T03:15:43.505Z | Downloaded futures-macro v0.3.30 |
229 | 2024-08-17T03:15:43.505Z | Downloaded crypto-common v0.1.6 |
230 | 2024-08-17T03:15:43.505Z | Downloaded autocfg v1.3.0 |
231 | 2024-08-17T03:15:43.505Z | Downloaded digest v0.10.7 |
232 | 2024-08-17T03:15:43.505Z | Downloaded sync_wrapper v0.1.2 |
233 | 2024-08-17T03:15:43.505Z | Downloaded futures-executor v0.3.30 |
234 | 2024-08-17T03:15:43.505Z | Downloaded thiserror-impl v1.0.63 |
235 | 2024-08-17T03:15:43.505Z | Downloaded memmap v0.7.0 |
236 | 2024-08-17T03:15:43.505Z | Downloaded smallvec v1.13.2 |
237 | 2024-08-17T03:15:43.505Z | Downloaded serde_with_macros v3.9.0 |
238 | 2024-08-17T03:15:43.508Z | Downloaded usdt v0.5.0 |
239 | 2024-08-17T03:15:43.508Z | Downloaded tower-service v0.3.3 |
240 | 2024-08-17T03:15:43.508Z | Downloaded unicode-ident v1.0.12 |
241 | 2024-08-17T03:15:43.511Z | Downloaded tinyvec_macros v0.1.1 |
242 | 2024-08-17T03:15:43.511Z | Downloaded backoff v0.4.0 |
243 | 2024-08-17T03:15:43.513Z | Downloaded parking_lot v0.12.3 |
244 | 2024-08-17T03:15:43.516Z | Downloaded debug-ignore v1.0.5 |
245 | 2024-08-17T03:15:43.518Z | Downloaded hostname v0.4.0 |
246 | 2024-08-17T03:15:43.521Z | Downloaded parse-display-derive v0.10.0 |
247 | 2024-08-17T03:15:43.521Z | Downloaded is-terminal v0.4.13 |
248 | 2024-08-17T03:15:43.521Z | Downloaded version_check v0.9.5 |
249 | 2024-08-17T03:15:43.524Z | Downloaded multer v3.1.0 |
250 | 2024-08-17T03:15:43.526Z | Downloaded rustls-pki-types v1.8.0 |
251 | 2024-08-17T03:15:43.528Z | Downloaded ppv-lite86 v0.2.20 |
252 | 2024-08-17T03:15:43.528Z | Downloaded term v0.7.0 |
253 | 2024-08-17T03:15:43.530Z | Downloaded anyhow v1.0.86 |
254 | 2024-08-17T03:15:43.535Z | Downloaded lock_api v0.4.12 |
255 | 2024-08-17T03:15:43.537Z | Downloaded serde_tokenstream v0.2.2 |
256 | 2024-08-17T03:15:43.539Z | Downloaded serde_derive v1.0.208 |
257 | 2024-08-17T03:15:43.541Z | Downloaded ryu v1.0.18 |
258 | 2024-08-17T03:15:43.545Z | Downloaded thread_local v1.1.8 |
259 | 2024-08-17T03:15:43.545Z | Downloaded serde_spanned v0.6.7 |
260 | 2024-08-17T03:15:43.547Z | Downloaded hex v0.4.3 |
261 | 2024-08-17T03:15:43.547Z | Downloaded async-trait v0.1.81 |
262 | 2024-08-17T03:15:43.550Z | Downloaded rand_core v0.6.4 |
263 | 2024-08-17T03:15:43.552Z | Downloaded once_cell v1.19.0 |
264 | 2024-08-17T03:15:43.554Z | Downloaded crossbeam-utils v0.8.20 |
265 | 2024-08-17T03:15:43.557Z | Downloaded iana-time-zone v0.1.60 |
266 | 2024-08-17T03:15:43.560Z | Downloaded strsim v0.11.1 |
267 | 2024-08-17T03:15:43.562Z | Downloaded unsafe-libyaml v0.2.11 |
268 | 2024-08-17T03:15:43.564Z | Downloaded thread-id v4.2.2 |
269 | 2024-08-17T03:15:43.567Z | Downloaded shlex v1.3.0 |
270 | 2024-08-17T03:15:43.567Z | Downloaded httparse v1.9.4 |
271 | 2024-08-17T03:15:43.570Z | Downloaded subtle v2.6.1 |
272 | 2024-08-17T03:15:43.572Z | Downloaded tokio-macros v2.4.0 |
273 | 2024-08-17T03:15:43.572Z | Downloaded toml_datetime v0.6.8 |
274 | 2024-08-17T03:15:43.572Z | Downloaded structmeta-derive v0.3.0 |
275 | 2024-08-17T03:15:43.574Z | Downloaded slog-bunyan v2.5.0 |
276 | 2024-08-17T03:15:43.574Z | Downloaded rustls-pemfile v2.1.3 |
277 | 2024-08-17T03:15:43.577Z | Downloaded unicode-bidi v0.3.15 |
278 | 2024-08-17T03:15:43.579Z | Downloaded plain v0.2.3 |
279 | 2024-08-17T03:15:43.581Z | Downloaded pest_derive v2.7.11 |
280 | 2024-08-17T03:15:43.584Z | Downloaded zerocopy-derive v0.7.35 |
281 | 2024-08-17T03:15:43.586Z | Downloaded native-tls v0.2.12 |
282 | 2024-08-17T03:15:43.589Z | Downloaded parking_lot_core v0.9.10 |
283 | 2024-08-17T03:15:43.592Z | Downloaded fnv v1.0.7 |
284 | 2024-08-17T03:15:43.592Z | Downloaded signal-hook-registry v1.4.2 |
285 | 2024-08-17T03:15:43.594Z | Downloaded sct v0.7.1 |
286 | 2024-08-17T03:15:43.597Z | Downloaded slog-term v2.9.1 |
287 | 2024-08-17T03:15:43.599Z | Downloaded tokio-native-tls v0.3.1 |
288 | 2024-08-17T03:15:43.602Z | Downloaded uuid v1.10.0 |
289 | 2024-08-17T03:15:43.604Z | Downloaded scroll v0.12.0 |
290 | 2024-08-17T03:15:43.604Z | Downloaded time-macros v0.2.18 |
291 | 2024-08-17T03:15:43.606Z | Downloaded sha2 v0.10.8 |
292 | 2024-08-17T03:15:43.609Z | Downloaded log v0.4.22 |
293 | 2024-08-17T03:15:43.611Z | Downloaded toml v0.8.19 |
294 | 2024-08-17T03:15:43.614Z | Downloaded thiserror v1.0.63 |
295 | 2024-08-17T03:15:43.620Z | Downloaded tokio-rustls v0.24.1 |
296 | 2024-08-17T03:15:43.622Z | Downloaded rand v0.8.5 |
297 | 2024-08-17T03:15:43.624Z | Downloaded proc-macro2 v1.0.86 |
298 | 2024-08-17T03:15:43.627Z | Downloaded slog v2.7.0 |
299 | 2024-08-17T03:15:43.629Z | Downloaded openssl-sys v0.9.103 |
300 | 2024-08-17T03:15:43.634Z | Downloaded num-traits v0.2.19 |
301 | 2024-08-17T03:15:43.637Z | Downloaded indexmap v2.4.0 |
302 | 2024-08-17T03:15:43.641Z | Downloaded allocator-api2 v0.2.18 |
303 | 2024-08-17T03:15:43.644Z | Downloaded base64 v0.21.7 |
304 | 2024-08-17T03:15:43.648Z | Downloaded darling_core v0.20.10 |
305 | 2024-08-17T03:15:43.652Z | Downloaded bytes v1.7.1 |
306 | 2024-08-17T03:15:43.656Z | Downloaded serde_derive_internals v0.29.1 |
307 | 2024-08-17T03:15:43.658Z | Downloaded tinyvec v1.8.0 |
308 | 2024-08-17T03:15:43.661Z | Downloaded socket2 v0.5.7 |
309 | 2024-08-17T03:15:43.663Z | Downloaded tokio-rustls v0.25.0 |
310 | 2024-08-17T03:15:43.665Z | Downloaded typenum v1.17.0 |
311 | 2024-08-17T03:15:43.667Z | Downloaded ucd-trie v0.1.6 |
312 | 2024-08-17T03:15:43.670Z | Downloaded serde v1.0.208 |
313 | 2024-08-17T03:15:43.672Z | Downloaded hashbrown v0.12.3 |
314 | 2024-08-17T03:15:43.676Z | Downloaded aho-corasick v1.1.3 |
315 | 2024-08-17T03:15:43.681Z | Downloaded tracing v0.1.40 |
316 | 2024-08-17T03:15:43.686Z | Downloaded memchr v2.7.4 |
317 | 2024-08-17T03:15:43.690Z | Downloaded indexmap v1.9.3 |
318 | 2024-08-17T03:15:43.694Z | Downloaded pest v2.7.11 |
319 | 2024-08-17T03:15:43.699Z | Downloaded http v0.2.12 |
320 | 2024-08-17T03:15:43.702Z | Downloaded unicode-normalization v0.1.23 |
321 | 2024-08-17T03:15:43.706Z | Downloaded tracing-core v0.1.32 |
322 | 2024-08-17T03:15:43.708Z | Downloaded mio v1.0.2 |
323 | 2024-08-17T03:15:43.714Z | Downloaded crossbeam-channel v0.5.13 |
324 | 2024-08-17T03:15:43.718Z | Downloaded cc v1.1.13 |
325 | 2024-08-17T03:15:43.721Z | Downloaded winnow v0.6.18 |
326 | 2024-08-17T03:15:43.729Z | Downloaded base64 v0.22.1 |
327 | 2024-08-17T03:15:43.733Z | Downloaded zerocopy v0.7.35 |
328 | 2024-08-17T03:15:43.749Z | Downloaded http v1.1.0 |
329 | 2024-08-17T03:15:43.752Z | Downloaded tokio-util v0.7.11 |
330 | 2024-08-17T03:15:43.759Z | Downloaded toml_edit v0.22.20 |
331 | 2024-08-17T03:15:43.780Z | Downloaded time v0.3.36 |
332 | 2024-08-17T03:15:43.787Z | Downloaded rustls-webpki v0.101.7 |
333 | 2024-08-17T03:15:43.800Z | Downloaded hashbrown v0.14.5 |
334 | 2024-08-17T03:15:43.806Z | Downloaded vcpkg v0.2.15 |
335 | 2024-08-17T03:15:43.846Z | Downloaded h2 v0.3.26 |
336 | 2024-08-17T03:15:43.849Z | Downloaded syn v2.0.74 |
337 | 2024-08-17T03:15:43.859Z | Downloaded regex v1.10.6 |
338 | 2024-08-17T03:15:43.871Z | Downloaded webpki-roots v0.25.4 |
339 | 2024-08-17T03:15:43.875Z | Downloaded rustls v0.21.12 |
340 | 2024-08-17T03:15:43.886Z | Downloaded openssl v0.10.66 |
341 | 2024-08-17T03:15:43.895Z | Downloaded regress v0.10.0 |
342 | 2024-08-17T03:15:43.903Z | Downloaded rustls v0.22.4 |
343 | 2024-08-17T03:15:43.915Z | Downloaded regress v0.9.1 |
344 | 2024-08-17T03:15:43.923Z | Downloaded openapiv3 v2.0.0 |
345 | 2024-08-17T03:15:43.934Z | Downloaded regex-syntax v0.8.4 |
346 | 2024-08-17T03:15:43.941Z | Downloaded idna v0.5.0 |
347 | 2024-08-17T03:15:43.948Z | Downloaded regex-automata v0.4.7 |
348 | 2024-08-17T03:15:43.964Z | Downloaded hyper v0.14.30 |
349 | 2024-08-17T03:15:43.971Z | Downloaded chrono v0.4.38 |
350 | 2024-08-17T03:15:43.978Z | Downloaded goblin v0.8.2 |
351 | 2024-08-17T03:15:43.983Z | Downloaded futures-util v0.3.30 |
352 | 2024-08-17T03:15:43.994Z | Downloaded serde_with v3.9.0 |
353 | 2024-08-17T03:15:44.003Z | Downloaded rustls-webpki v0.102.6 |
354 | 2024-08-17T03:15:44.021Z | Downloaded tokio v1.39.2 |
355 | 2024-08-17T03:15:44.056Z | Downloaded libc v0.2.156 |
356 | 2024-08-17T03:15:44.081Z | Downloaded reqwest v0.11.27 |
357 | 2024-08-17T03:15:44.088Z | Downloaded serde_json v1.0.125 |
358 | 2024-08-17T03:15:44.095Z | Downloaded encoding_rs v0.8.34 |
359 | 2024-08-17T03:15:44.115Z | Downloaded serde_yaml v0.9.34+deprecated |
360 | 2024-08-17T03:15:44.119Z | Downloaded schemars v0.8.21 |
361 | 2024-08-17T03:15:44.130Z | Downloaded pest_meta v2.7.11 |
362 | 2024-08-17T03:15:44.133Z | Downloaded quote v1.0.36 |
363 | 2024-08-17T03:15:44.136Z | Downloaded futures v0.3.30 |
364 | 2024-08-17T03:15:44.139Z | Downloaded url v2.5.2 |
365 | 2024-08-17T03:15:44.143Z | Downloaded hyper-rustls v0.24.2 |
366 | 2024-08-17T03:15:44.146Z | Downloaded getrandom v0.2.15 |
367 | 2024-08-17T03:15:44.146Z | Downloaded rustversion v1.0.17 |
368 | 2024-08-17T03:15:44.148Z | Downloaded bitflags v2.6.0 |
369 | 2024-08-17T03:15:44.156Z | Downloaded ipnet v2.9.0 |
370 | 2024-08-17T03:15:44.158Z | Downloaded pin-utils v0.1.0 |
371 | 2024-08-17T03:15:44.160Z | Downloaded futures-task v0.3.30 |
372 | 2024-08-17T03:15:44.160Z | Downloaded block-buffer v0.10.4 |
373 | 2024-08-17T03:15:44.160Z | Downloaded async-stream v0.3.5 |
374 | 2024-08-17T03:15:44.162Z | Downloaded camino v1.1.8 |
375 | 2024-08-17T03:15:44.165Z | Downloaded want v0.3.1 |
376 | 2024-08-17T03:15:44.165Z | Downloaded instant v0.1.13 |
377 | 2024-08-17T03:15:44.167Z | Downloaded match_cfg v0.1.0 |
378 | 2024-08-17T03:15:44.167Z | Downloaded ident_case v1.0.1 |
379 | 2024-08-17T03:15:44.216Z | Downloaded ring v0.17.8 |
380 | 2024-08-17T03:15:44.408Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-17T03:15:44.408Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-17T03:15:44.411Z | Compiling libc v0.2.156 |
383 | 2024-08-17T03:15:44.411Z | Checking cfg-if v1.0.0 |
384 | 2024-08-17T03:15:44.411Z | Compiling version_check v0.9.5 |
385 | 2024-08-17T03:15:44.411Z | Compiling autocfg v1.3.0 |
386 | 2024-08-17T03:15:44.422Z | Compiling serde v1.0.208 |
387 | 2024-08-17T03:15:44.425Z | Checking memchr v2.7.4 |
388 | 2024-08-17T03:15:44.493Z | Compiling serde_json v1.0.125 |
389 | 2024-08-17T03:15:44.603Z | Checking itoa v1.0.11 |
390 | 2024-08-17T03:15:44.998Z | Compiling ahash v0.8.11 |
391 | 2024-08-17T03:15:45.091Z | Compiling thiserror v1.0.63 |
392 | 2024-08-17T03:15:45.174Z | Compiling shlex v1.3.0 |
393 | 2024-08-17T03:15:45.415Z | Checking once_cell v1.19.0 |
394 | 2024-08-17T03:15:45.614Z | Checking byteorder v1.5.0 |
395 | 2024-08-17T03:15:45.815Z | Compiling cc v1.1.13 |
396 | 2024-08-17T03:15:46.203Z | Compiling num-traits v0.2.19 |
397 | 2024-08-17T03:15:46.244Z | Checking pin-project-lite v0.2.14 |
398 | 2024-08-17T03:15:46.298Z | Checking ryu v1.0.18 |
399 | 2024-08-17T03:15:46.334Z | Checking log v0.4.22 |
400 | 2024-08-17T03:15:46.681Z | Checking bytes v1.7.1 |
401 | 2024-08-17T03:15:46.734Z | Checking allocator-api2 v0.2.18 |
402 | 2024-08-17T03:15:46.769Z | Compiling lock_api v0.4.12 |
403 | 2024-08-17T03:15:46.887Z | Compiling schemars v0.8.21 |
404 | 2024-08-17T03:15:46.978Z | Checking getrandom v0.2.15 |
405 | 2024-08-17T03:15:47.014Z | Compiling parking_lot_core v0.9.10 |
406 | 2024-08-17T03:15:47.173Z | Compiling quote v1.0.36 |
407 | 2024-08-17T03:15:47.219Z | Checking scopeguard v1.2.0 |
408 | 2024-08-17T03:15:47.249Z | Checking smallvec v1.13.2 |
409 | 2024-08-17T03:15:47.351Z | Checking futures-core v0.3.30 |
410 | 2024-08-17T03:15:47.447Z | Checking mio v1.0.2 |
411 | 2024-08-17T03:15:47.483Z | Checking socket2 v0.5.7 |
412 | 2024-08-17T03:15:47.522Z | Compiling syn v2.0.74 |
413 | 2024-08-17T03:15:47.765Z | Checking signal-hook-registry v1.4.2 |
414 | 2024-08-17T03:15:47.780Z | Compiling slab v0.4.9 |
415 | 2024-08-17T03:15:47.922Z | Checking spin v0.9.8 |
416 | 2024-08-17T03:15:47.945Z | Checking parking_lot v0.12.3 |
417 | 2024-08-17T03:15:47.945Z | Checking futures-sink v0.3.30 |
418 | 2024-08-17T03:15:47.984Z | Checking fnv v1.0.7 |
419 | 2024-08-17T03:15:48.040Z | Checking untrusted v0.9.0 |
420 | 2024-08-17T03:15:48.085Z | Checking equivalent v1.0.1 |
421 | 2024-08-17T03:15:48.098Z | Checking futures-channel v0.3.30 |
422 | 2024-08-17T03:15:48.169Z | Compiling pkg-config v0.3.30 |
423 | 2024-08-17T03:15:48.172Z | Checking pin-utils v0.1.0 |
424 | 2024-08-17T03:15:48.241Z | Compiling vcpkg v0.2.15 |
425 | 2024-08-17T03:15:48.252Z | Compiling heck v0.5.0 |
426 | 2024-08-17T03:15:48.460Z | Compiling semver v1.0.23 |
427 | 2024-08-17T03:15:48.508Z | Checking futures-task v0.3.30 |
428 | 2024-08-17T03:15:48.719Z | Checking futures-io v0.3.30 |
429 | 2024-08-17T03:15:48.757Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-17T03:15:48.832Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-17T03:15:48.857Z | Compiling ring v0.17.8 |
432 | 2024-08-17T03:15:48.960Z | Checking http v0.2.12 |
433 | 2024-08-17T03:15:49.240Z | Compiling httparse v1.9.4 |
434 | 2024-08-17T03:15:49.424Z | Checking dyn-clone v1.0.17 |
435 | 2024-08-17T03:15:49.885Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-17T03:15:50.015Z | Checking tracing-core v0.1.32 |
437 | 2024-08-17T03:15:50.259Z | Compiling uuid v1.10.0 |
438 | 2024-08-17T03:15:50.660Z | Compiling chrono v0.4.38 |
439 | 2024-08-17T03:15:50.714Z | Checking tracing v0.1.40 |
440 | 2024-08-17T03:15:50.724Z | Compiling openssl v0.10.66 |
441 | 2024-08-17T03:15:50.802Z | Checking try-lock v0.2.5 |
442 | 2024-08-17T03:15:50.901Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-08-17T03:15:50.976Z | Compiling slog v2.7.0 |
444 | 2024-08-17T03:15:50.984Z | Checking foreign-types v0.3.2 |
445 | 2024-08-17T03:15:51.054Z | Checking want v0.3.1 |
446 | 2024-08-17T03:15:51.195Z | Checking http-body v0.4.6 |
447 | 2024-08-17T03:15:51.206Z | Compiling aho-corasick v1.1.3 |
448 | 2024-08-17T03:15:51.450Z | Checking httpdate v1.0.3 |
449 | 2024-08-17T03:15:51.567Z | Checking bitflags v2.6.0 |
450 | 2024-08-17T03:15:51.623Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-08-17T03:15:51.684Z | Checking percent-encoding v2.3.1 |
452 | 2024-08-17T03:15:51.773Z | Checking tower-service v0.3.3 |
453 | 2024-08-17T03:15:51.858Z | Compiling typenum v1.17.0 |
454 | 2024-08-17T03:15:51.873Z | Compiling regex-syntax v0.8.4 |
455 | 2024-08-17T03:15:52.554Z | Compiling rustls v0.21.12 |
456 | 2024-08-17T03:15:52.749Z | Compiling native-tls v0.2.12 |
457 | 2024-08-17T03:15:52.887Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-17T03:15:53.059Z | Checking tinyvec v1.8.0 |
459 | 2024-08-17T03:15:53.438Z | Compiling generic-array v0.14.7 |
460 | 2024-08-17T03:15:53.770Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-17T03:15:54.396Z | Checking openssl-probe v0.1.5 |
462 | 2024-08-17T03:15:54.528Z | Checking unicode-normalization v0.1.23 |
463 | 2024-08-17T03:15:55.363Z | Compiling regex-automata v0.4.7 |
464 | 2024-08-17T03:15:55.785Z | Compiling usdt-impl v0.5.0 |
465 | 2024-08-17T03:15:56.016Z | Checking encoding_rs v0.8.34 |
466 | 2024-08-17T03:15:56.077Z | Checking mime v0.3.17 |
467 | 2024-08-17T03:15:56.149Z | Checking powerfmt v0.2.0 |
468 | 2024-08-17T03:15:56.390Z | Compiling num-conv v0.1.0 |
469 | 2024-08-17T03:15:56.397Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-17T03:15:56.657Z | Compiling time-core v0.1.2 |
471 | 2024-08-17T03:15:56.987Z | Checking idna v0.5.0 |
472 | 2024-08-17T03:15:57.136Z | Compiling time-macros v0.2.18 |
473 | 2024-08-17T03:15:57.266Z | Checking deranged v0.3.11 |
474 | 2024-08-17T03:15:58.274Z | Compiling thread-id v4.2.2 |
475 | 2024-08-17T03:15:58.377Z | Checking num_threads v0.1.7 |
476 | 2024-08-17T03:15:58.834Z | Compiling ident_case v1.0.1 |
477 | 2024-08-17T03:15:58.994Z | Compiling serde_derive v1.0.208 |
478 | 2024-08-17T03:15:59.045Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-08-17T03:15:59.048Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-08-17T03:15:59.841Z | Compiling schemars_derive v0.8.21 |
481 | 2024-08-17T03:15:59.876Z | Compiling tokio-macros v2.4.0 |
482 | 2024-08-17T03:16:00.244Z | Compiling futures-macro v0.3.30 |
483 | 2024-08-17T03:16:01.086Z | Checking zerocopy v0.7.35 |
484 | 2024-08-17T03:16:01.803Z | Checking tokio v1.39.2 |
485 | 2024-08-17T03:16:01.899Z | Compiling pest v2.7.11 |
486 | 2024-08-17T03:16:02.173Z | Checking futures-util v0.3.30 |
487 | 2024-08-17T03:16:02.902Z | Checking hashbrown v0.14.5 |
488 | 2024-08-17T03:16:03.099Z | Compiling openssl-macros v0.1.1 |
489 | 2024-08-17T03:16:03.110Z | Checking sct v0.7.1 |
490 | 2024-08-17T03:16:03.349Z | Checking rustls-webpki v0.101.7 |
491 | 2024-08-17T03:16:04.086Z | Compiling regex v1.10.6 |
492 | 2024-08-17T03:16:04.710Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-17T03:16:04.769Z | Compiling regress v0.10.0 |
494 | 2024-08-17T03:16:05.105Z | Compiling scroll_derive v0.12.0 |
495 | 2024-08-17T03:16:07.415Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-17T03:16:07.518Z | Checking scroll v0.12.0 |
497 | 2024-08-17T03:16:09.078Z | Checking tokio-util v0.7.11 |
498 | 2024-08-17T03:16:09.220Z | Compiling pest_derive v2.7.11 |
499 | 2024-08-17T03:16:09.620Z | Checking tokio-rustls v0.24.1 |
500 | 2024-08-17T03:16:09.752Z | Checking tokio-native-tls v0.3.1 |
501 | 2024-08-17T03:16:09.948Z | Compiling strsim v0.11.1 |
502 | 2024-08-17T03:16:09.969Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-08-17T03:16:10.078Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-08-17T03:16:10.093Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-08-17T03:16:10.604Z | Checking base64 v0.21.7 |
506 | 2024-08-17T03:16:10.678Z | Checking plain v0.2.3 |
507 | 2024-08-17T03:16:10.769Z | Checking time v0.3.36 |
508 | 2024-08-17T03:16:10.802Z | Checking goblin v0.8.2 |
509 | 2024-08-17T03:16:11.021Z | Checking rustls-pemfile v1.0.4 |
510 | 2024-08-17T03:16:11.201Z | Compiling darling_core v0.20.10 |
511 | 2024-08-17T03:16:11.596Z | Checking indexmap v2.4.0 |
512 | 2024-08-17T03:16:12.793Z | Compiling serde_tokenstream v0.2.2 |
513 | 2024-08-17T03:16:12.849Z | Checking h2 v0.3.26 |
514 | 2024-08-17T03:16:13.343Z | Checking serde_urlencoded v0.7.1 |
515 | 2024-08-17T03:16:13.473Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-17T03:16:14.497Z | Compiling dof v0.3.0 |
517 | 2024-08-17T03:16:16.108Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
518 | 2024-08-17T03:16:17.094Z | Checking hyper v0.14.30 |
519 | 2024-08-17T03:16:17.409Z | Checking url v2.5.2 |
520 | 2024-08-17T03:16:17.667Z | Checking dirs-sys-next v0.1.2 |
521 | 2024-08-17T03:16:21.857Z | Compiling rustls v0.22.4 |
522 | 2024-08-17T03:16:21.857Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-08-17T03:16:21.857Z | Compiling rustversion v1.0.17 |
524 | 2024-08-17T03:16:21.857Z | Checking pretty-hex v0.4.1 |
525 | 2024-08-17T03:16:21.857Z | Checking sync_wrapper v0.1.2 |
526 | 2024-08-17T03:16:21.857Z | Checking webpki-roots v0.25.4 |
527 | 2024-08-17T03:16:21.857Z | Checking ipnet v2.9.0 |
528 | 2024-08-17T03:16:21.857Z | Compiling omicron-workspace-hack v0.1.0 |
529 | 2024-08-17T03:16:21.857Z | Compiling paste v1.0.15 |
530 | 2024-08-17T03:16:21.857Z | Checking dirs-next v2.0.0 |
531 | 2024-08-17T03:16:21.857Z | Compiling darling_macro v0.20.10 |
532 | 2024-08-17T03:16:21.857Z | Checking serde_spanned v0.6.7 |
533 | 2024-08-17T03:16:21.857Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-08-17T03:16:21.857Z | Checking toml_datetime v0.6.8 |
535 | 2024-08-17T03:16:21.857Z | Checking rustls-webpki v0.102.6 |
536 | 2024-08-17T03:16:21.857Z | Checking ppv-lite86 v0.2.20 |
537 | 2024-08-17T03:16:21.857Z | Checking crypto-common v0.1.6 |
538 | 2024-08-17T03:16:21.858Z | Checking block-buffer v0.10.4 |
539 | 2024-08-17T03:16:21.858Z | Compiling structmeta-derive v0.3.0 |
540 | 2024-08-17T03:16:21.858Z | Checking rand_core v0.6.4 |
541 | 2024-08-17T03:16:21.858Z | Checking thread_local v1.1.8 |
542 | 2024-08-17T03:16:21.858Z | Compiling multer v3.1.0 |
543 | 2024-08-17T03:16:21.858Z | Compiling slog-async v2.8.0 |
544 | 2024-08-17T03:16:21.858Z | Checking subtle v2.6.1 |
545 | 2024-08-17T03:16:21.858Z | Compiling camino v1.1.8 |
546 | 2024-08-17T03:16:21.858Z | Checking match_cfg v0.1.0 |
547 | 2024-08-17T03:16:21.858Z | Checking winnow v0.6.18 |
548 | 2024-08-17T03:16:21.858Z | Checking zeroize v1.8.1 |
549 | 2024-08-17T03:16:21.858Z | Compiling anyhow v1.0.86 |
550 | 2024-08-17T03:16:21.858Z | Checking hostname v0.3.1 |
551 | 2024-08-17T03:16:21.867Z | Checking hyper-tls v0.5.0 |
552 | 2024-08-17T03:16:21.867Z | Checking hyper-rustls v0.24.2 |
553 | 2024-08-17T03:16:21.960Z | Checking rand_chacha v0.3.1 |
554 | 2024-08-17T03:16:21.961Z | Checking reqwest v0.11.27 |
555 | 2024-08-17T03:16:22.236Z | Compiling darling v0.20.10 |
556 | 2024-08-17T03:16:22.335Z | Checking digest v0.10.7 |
557 | 2024-08-17T03:16:22.387Z | Checking crossbeam-channel v0.5.13 |
558 | 2024-08-17T03:16:22.638Z | Checking term v0.7.0 |
559 | 2024-08-17T03:16:23.062Z | Compiling structmeta v0.3.0 |
560 | 2024-08-17T03:16:23.212Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
561 | 2024-08-17T03:16:23.291Z | Compiling usdt-attr-macro v0.5.0 |
562 | 2024-08-17T03:16:23.439Z | Compiling usdt-macro v0.5.0 |
563 | 2024-08-17T03:16:23.489Z | Checking slog-json v2.6.1 |
564 | 2024-08-17T03:16:23.814Z | Checking futures-executor v0.3.30 |
565 | 2024-08-17T03:16:23.935Z | Compiling async-stream-impl v0.3.5 |
566 | 2024-08-17T03:16:23.998Z | Checking toml_edit v0.22.20 |
567 | 2024-08-17T03:16:24.121Z | Checking http v1.1.0 |
568 | 2024-08-17T03:16:24.378Z | Checking memmap v0.7.0 |
569 | 2024-08-17T03:16:24.573Z | Checking is-terminal v0.4.13 |
570 | 2024-08-17T03:16:24.689Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
571 | 2024-08-17T03:16:24.713Z | Checking cpufeatures v0.2.13 |
572 | 2024-08-17T03:16:24.727Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-17T03:16:24.850Z | Checking base64 v0.22.1 |
574 | 2024-08-17T03:16:24.901Z | Checking take_mut v0.2.2 |
575 | 2024-08-17T03:16:24.901Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-17T03:16:25.063Z | Checking waitgroup v0.1.2 |
577 | 2024-08-17T03:16:25.242Z | Checking sha1 v0.10.6 |
578 | 2024-08-17T03:16:25.276Z | Checking usdt v0.5.0 |
579 | 2024-08-17T03:16:25.276Z | Checking slog-term v2.9.1 |
580 | 2024-08-17T03:16:25.276Z | Checking async-stream v0.3.5 |
581 | 2024-08-17T03:16:25.276Z | Checking rustls-pemfile v2.1.3 |
582 | 2024-08-17T03:16:25.672Z | Compiling strum_macros v0.26.4 |
583 | 2024-08-17T03:16:26.126Z | Checking futures v0.3.30 |
584 | 2024-08-17T03:16:26.126Z | Checking slog-bunyan v2.5.0 |
585 | 2024-08-17T03:16:26.126Z | Compiling parse-display-derive v0.10.0 |
586 | 2024-08-17T03:16:26.127Z | Compiling serde_with_macros v3.9.0 |
587 | 2024-08-17T03:16:26.127Z | Checking rand v0.8.5 |
588 | 2024-08-17T03:16:26.681Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-17T03:16:27.234Z | Checking newtype-uuid v1.1.0 |
590 | 2024-08-17T03:16:27.234Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
591 | 2024-08-17T03:16:27.234Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-08-17T03:16:27.234Z | Checking toml v0.8.19 |
593 | 2024-08-17T03:16:27.669Z | Checking hex v0.4.3 |
594 | 2024-08-17T03:16:27.669Z | Compiling async-trait v0.1.81 |
595 | 2024-08-17T03:16:27.669Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
596 | 2024-08-17T03:16:27.669Z | Checking hostname v0.4.0 |
597 | 2024-08-17T03:16:28.158Z | Checking instant v0.1.13 |
598 | 2024-08-17T03:16:28.158Z | Checking debug-ignore v1.0.5 |
599 | 2024-08-17T03:16:28.158Z | Checking backoff v0.4.0 |
600 | 2024-08-17T03:16:28.439Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-17T03:16:28.439Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-08-17T03:16:28.439Z | Checking serde_with v3.9.0 |
603 | 2024-08-17T03:16:28.439Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
604 | 2024-08-17T03:16:28.612Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
605 | 2024-08-17T03:16:28.612Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
606 | 2024-08-17T03:16:28.712Z | Checking macaddr v1.0.1 |
607 | 2024-08-17T03:16:29.034Z | Checking regress v0.9.1 |
608 | 2024-08-17T03:16:29.408Z | Checking parse-display v0.10.0 |
609 | 2024-08-17T03:16:29.903Z | Checking strum v0.26.3 |
610 | 2024-08-17T03:16:30.080Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
611 | 2024-08-17T03:16:31.981Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
612 | 2024-08-17T03:16:32.018Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-17T03:16:34.656Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-17T03:16:39.705Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
615 | 2024-08-17T03:16:39.809Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
616 | 2024-08-17T03:16:42.555Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
617 | 2024-08-17T03:16:49.470Z | Checking test-project v0.1.0 (/tmp/test-project) |
618 | 2024-08-17T03:16:49.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
619 | 2024-08-17T03:16:49.590Z | + cargo build --release |
620 | 2024-08-17T03:16:49.859Z | Compiling proc-macro2 v1.0.86 |
621 | 2024-08-17T03:16:49.860Z | Compiling unicode-ident v1.0.12 |
622 | 2024-08-17T03:16:49.860Z | Compiling libc v0.2.156 |
623 | 2024-08-17T03:16:49.860Z | Compiling cfg-if v1.0.0 |
624 | 2024-08-17T03:16:49.860Z | Compiling version_check v0.9.5 |
625 | 2024-08-17T03:16:49.865Z | Compiling autocfg v1.3.0 |
626 | 2024-08-17T03:16:49.865Z | Compiling serde v1.0.208 |
627 | 2024-08-17T03:16:49.865Z | Compiling memchr v2.7.4 |
628 | 2024-08-17T03:16:49.964Z | Compiling serde_json v1.0.125 |
629 | 2024-08-17T03:16:50.069Z | Compiling itoa v1.0.11 |
630 | 2024-08-17T03:16:50.337Z | Compiling thiserror v1.0.63 |
631 | 2024-08-17T03:16:50.485Z | Compiling shlex v1.3.0 |
632 | 2024-08-17T03:16:50.489Z | Compiling ahash v0.8.11 |
633 | 2024-08-17T03:16:50.596Z | Compiling byteorder v1.5.0 |
634 | 2024-08-17T03:16:50.816Z | Compiling once_cell v1.19.0 |
635 | 2024-08-17T03:16:50.864Z | Compiling cc v1.1.13 |
636 | 2024-08-17T03:16:51.255Z | Compiling getrandom v0.2.15 |
637 | 2024-08-17T03:16:51.349Z | Compiling num-traits v0.2.19 |
638 | 2024-08-17T03:16:51.390Z | Compiling quote v1.0.36 |
639 | 2024-08-17T03:16:51.602Z | Compiling pin-project-lite v0.2.14 |
640 | 2024-08-17T03:16:51.684Z | Compiling ryu v1.0.18 |
641 | 2024-08-17T03:16:51.713Z | Compiling syn v2.0.74 |
642 | 2024-08-17T03:16:51.768Z | Compiling bytes v1.7.1 |
643 | 2024-08-17T03:16:51.989Z | Compiling log v0.4.22 |
644 | 2024-08-17T03:16:52.130Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-17T03:16:52.345Z | Compiling schemars v0.8.21 |
646 | 2024-08-17T03:16:52.457Z | Compiling lock_api v0.4.12 |
647 | 2024-08-17T03:16:52.543Z | Compiling parking_lot_core v0.9.10 |
648 | 2024-08-17T03:16:52.613Z | Compiling smallvec v1.13.2 |
649 | 2024-08-17T03:16:52.729Z | Compiling futures-core v0.3.30 |
650 | 2024-08-17T03:16:52.924Z | Compiling scopeguard v1.2.0 |
651 | 2024-08-17T03:16:53.463Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-17T03:16:53.483Z | Compiling socket2 v0.5.7 |
653 | 2024-08-17T03:16:53.483Z | Compiling mio v1.0.2 |
654 | 2024-08-17T03:16:53.591Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-17T03:16:53.650Z | Compiling slab v0.4.9 |
656 | 2024-08-17T03:16:53.920Z | Compiling ring v0.17.8 |
657 | 2024-08-17T03:16:54.035Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-17T03:16:54.046Z | Compiling spin v0.9.8 |
659 | 2024-08-17T03:16:54.305Z | Compiling semver v1.0.23 |
660 | 2024-08-17T03:16:54.313Z | Compiling equivalent v1.0.1 |
661 | 2024-08-17T03:16:54.414Z | Compiling fnv v1.0.7 |
662 | 2024-08-17T03:16:54.537Z | Compiling untrusted v0.9.0 |
663 | 2024-08-17T03:16:54.695Z | Compiling futures-channel v0.3.30 |
664 | 2024-08-17T03:16:54.826Z | Compiling futures-task v0.3.30 |
665 | 2024-08-17T03:16:54.919Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-17T03:16:54.957Z | Compiling futures-io v0.3.30 |
667 | 2024-08-17T03:16:55.106Z | Compiling pin-utils v0.1.0 |
668 | 2024-08-17T03:16:55.149Z | Compiling vcpkg v0.2.15 |
669 | 2024-08-17T03:16:55.190Z | Compiling heck v0.5.0 |
670 | 2024-08-17T03:16:55.582Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-17T03:16:55.607Z | Compiling iana-time-zone v0.1.60 |
672 | 2024-08-17T03:16:56.069Z | Compiling http v0.2.12 |
673 | 2024-08-17T03:16:56.284Z | Compiling httparse v1.9.4 |
674 | 2024-08-17T03:16:56.460Z | Compiling dyn-clone v1.0.17 |
675 | 2024-08-17T03:16:56.814Z | Compiling openssl-sys v0.9.103 |
676 | 2024-08-17T03:16:57.125Z | Compiling tracing-core v0.1.32 |
677 | 2024-08-17T03:16:57.464Z | Compiling chrono v0.4.38 |
678 | 2024-08-17T03:16:57.498Z | Compiling uuid v1.10.0 |
679 | 2024-08-17T03:16:58.054Z | Compiling tracing v0.1.40 |
680 | 2024-08-17T03:16:58.760Z | Compiling serde_derive_internals v0.29.1 |
681 | 2024-08-17T03:16:59.483Z | Compiling try-lock v0.2.5 |
682 | 2024-08-17T03:16:59.631Z | Compiling slog v2.7.0 |
683 | 2024-08-17T03:17:00.157Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-17T03:17:00.265Z | Compiling openssl v0.10.66 |
685 | 2024-08-17T03:17:00.516Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-17T03:17:00.637Z | Compiling want v0.3.1 |
687 | 2024-08-17T03:17:00.905Z | Compiling http-body v0.4.6 |
688 | 2024-08-17T03:17:00.939Z | Compiling aho-corasick v1.1.3 |
689 | 2024-08-17T03:17:01.060Z | Compiling httpdate v1.0.3 |
690 | 2024-08-17T03:17:01.373Z | Compiling bitflags v2.6.0 |
691 | 2024-08-17T03:17:01.736Z | Compiling regex-syntax v0.8.4 |
692 | 2024-08-17T03:17:01.796Z | Compiling typenum v1.17.0 |
693 | 2024-08-17T03:17:01.899Z | Compiling rustls v0.21.12 |
694 | 2024-08-17T03:17:02.120Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-08-17T03:17:02.198Z | Compiling percent-encoding v2.3.1 |
696 | 2024-08-17T03:17:02.232Z | Compiling tower-service v0.3.3 |
697 | 2024-08-17T03:17:02.349Z | Compiling native-tls v0.2.12 |
698 | 2024-08-17T03:17:02.678Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-08-17T03:17:02.788Z | Compiling tinyvec v1.8.0 |
700 | 2024-08-17T03:17:03.237Z | Compiling generic-array v0.14.7 |
701 | 2024-08-17T03:17:03.577Z | Compiling openssl-probe v0.1.5 |
702 | 2024-08-17T03:17:04.358Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-17T03:17:04.436Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-17T03:17:04.801Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-17T03:17:05.129Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-17T03:17:05.251Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-17T03:17:06.500Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-17T03:17:07.529Z | Compiling tokio v1.39.2 |
709 | 2024-08-17T03:17:07.801Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-17T03:17:08.188Z | Compiling pest v2.7.11 |
711 | 2024-08-17T03:17:08.684Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-17T03:17:09.705Z | Compiling futures-util v0.3.30 |
713 | 2024-08-17T03:17:10.286Z | Compiling regress v0.10.0 |
714 | 2024-08-17T03:17:10.427Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-17T03:17:11.073Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-17T03:17:15.165Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-17T03:17:15.203Z | Compiling sct v0.7.1 |
718 | 2024-08-17T03:17:15.644Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-08-17T03:17:16.839Z | Compiling tokio-util v0.7.11 |
720 | 2024-08-17T03:17:16.910Z | Compiling pest_derive v2.7.11 |
721 | 2024-08-17T03:17:17.804Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-17T03:17:19.227Z | Compiling indexmap v2.4.0 |
723 | 2024-08-17T03:17:19.864Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-08-17T03:17:22.973Z | Compiling h2 v0.3.26 |
725 | 2024-08-17T03:17:25.739Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
726 | 2024-08-17T03:17:25.882Z | Compiling regex v1.10.6 |
727 | 2024-08-17T03:17:28.219Z | Compiling hyper v0.14.30 |
728 | 2024-08-17T03:17:30.324Z | Compiling unicode-normalization v0.1.23 |
729 | 2024-08-17T03:17:31.638Z | Compiling scroll_derive v0.12.0 |
730 | 2024-08-17T03:17:37.165Z | Compiling usdt-impl v0.5.0 |
731 | 2024-08-17T03:17:37.489Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-17T03:17:37.614Z | Compiling time-core v0.1.2 |
733 | 2024-08-17T03:17:37.867Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
734 | 2024-08-17T03:17:38.774Z | Compiling num-conv v0.1.0 |
735 | 2024-08-17T03:17:39.035Z | Compiling powerfmt v0.2.0 |
736 | 2024-08-17T03:17:39.654Z | Compiling mime v0.3.17 |
737 | 2024-08-17T03:17:40.875Z | Compiling unicode-bidi v0.3.15 |
738 | 2024-08-17T03:17:41.872Z | Compiling idna v0.5.0 |
739 | 2024-08-17T03:17:45.394Z | Compiling deranged v0.3.11 |
740 | 2024-08-17T03:17:45.739Z | Compiling time-macros v0.2.18 |
741 | 2024-08-17T03:17:47.843Z | Compiling scroll v0.12.0 |
742 | 2024-08-17T03:17:48.171Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-17T03:17:48.423Z | Compiling tokio-native-tls v0.3.1 |
744 | 2024-08-17T03:17:48.580Z | Compiling dof v0.3.0 |
745 | 2024-08-17T03:17:48.669Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-08-17T03:17:48.796Z | Compiling dtrace-parser v0.2.0 |
747 | 2024-08-17T03:17:49.490Z | Compiling thread-id v4.2.2 |
748 | 2024-08-17T03:17:49.586Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-08-17T03:17:50.863Z | Compiling strsim v0.11.1 |
750 | 2024-08-17T03:17:51.046Z | Compiling plain v0.2.3 |
751 | 2024-08-17T03:17:51.046Z | Compiling base64 v0.21.7 |
752 | 2024-08-17T03:17:51.568Z | Compiling ident_case v1.0.1 |
753 | 2024-08-17T03:17:51.785Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-08-17T03:17:52.279Z | Compiling omicron-workspace-hack v0.1.0 |
755 | 2024-08-17T03:17:52.638Z | Compiling num_threads v0.1.7 |
756 | 2024-08-17T03:17:52.832Z | Compiling time v0.3.36 |
757 | 2024-08-17T03:17:55.121Z | Compiling darling_core v0.20.10 |
758 | 2024-08-17T03:17:55.694Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-08-17T03:17:56.531Z | Compiling goblin v0.8.2 |
760 | 2024-08-17T03:17:58.820Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-17T03:17:59.328Z | Compiling hyper-rustls v0.24.2 |
762 | 2024-08-17T03:17:59.806Z | Compiling url v2.5.2 |
763 | 2024-08-17T03:18:01.378Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#96f03dd1) |
764 | 2024-08-17T03:18:01.490Z | Compiling openapiv3 v2.0.0 |
765 | 2024-08-17T03:18:03.416Z | Compiling dirs-sys-next v0.1.2 |
766 | 2024-08-17T03:18:04.906Z | Compiling pretty-hex v0.4.1 |
767 | 2024-08-17T03:18:05.113Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-08-17T03:18:05.436Z | Compiling webpki-roots v0.25.4 |
769 | 2024-08-17T03:18:05.591Z | Compiling paste v1.0.15 |
770 | 2024-08-17T03:18:05.824Z | Compiling sync_wrapper v0.1.2 |
771 | 2024-08-17T03:18:05.940Z | Compiling ipnet v2.9.0 |
772 | 2024-08-17T03:18:06.111Z | Compiling rustversion v1.0.17 |
773 | 2024-08-17T03:18:06.792Z | Compiling rustls v0.22.4 |
774 | 2024-08-17T03:18:06.930Z | Compiling reqwest v0.11.27 |
775 | 2024-08-17T03:18:07.150Z | Compiling serde_yaml v0.9.34+deprecated |
776 | 2024-08-17T03:18:07.321Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
777 | 2024-08-17T03:18:08.833Z | Compiling dirs-next v2.0.0 |
778 | 2024-08-17T03:18:09.113Z | Compiling darling_macro v0.20.10 |
779 | 2024-08-17T03:18:12.964Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-17T03:18:13.190Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-17T03:18:13.402Z | Compiling rustls-webpki v0.102.6 |
782 | 2024-08-17T03:18:14.194Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-17T03:18:14.234Z | Compiling toml_datetime v0.6.8 |
784 | 2024-08-17T03:18:14.416Z | Compiling ppv-lite86 v0.2.20 |
785 | 2024-08-17T03:18:14.568Z | Compiling structmeta-derive v0.3.0 |
786 | 2024-08-17T03:18:14.916Z | Compiling rand_core v0.6.4 |
787 | 2024-08-17T03:18:15.362Z | Compiling thread_local v1.1.8 |
788 | 2024-08-17T03:18:15.429Z | Compiling multer v3.1.0 |
789 | 2024-08-17T03:18:15.798Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-17T03:18:15.890Z | Compiling zeroize v1.8.1 |
791 | 2024-08-17T03:18:16.103Z | Compiling subtle v2.6.1 |
792 | 2024-08-17T03:18:16.239Z | Compiling slog-async v2.8.0 |
793 | 2024-08-17T03:18:16.379Z | Compiling winnow v0.6.18 |
794 | 2024-08-17T03:18:16.658Z | Compiling anyhow v1.0.86 |
795 | 2024-08-17T03:18:16.771Z | Compiling camino v1.1.8 |
796 | 2024-08-17T03:18:17.351Z | Compiling structmeta v0.3.0 |
797 | 2024-08-17T03:18:17.476Z | Compiling hostname v0.3.1 |
798 | 2024-08-17T03:18:17.761Z | Compiling rand_chacha v0.3.1 |
799 | 2024-08-17T03:18:17.873Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
800 | 2024-08-17T03:18:19.562Z | Compiling digest v0.10.7 |
801 | 2024-08-17T03:18:19.982Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-17T03:18:20.843Z | Compiling toml_edit v0.22.20 |
803 | 2024-08-17T03:18:21.654Z | Compiling darling v0.20.10 |
804 | 2024-08-17T03:18:21.756Z | Compiling term v0.7.0 |
805 | 2024-08-17T03:18:26.362Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
806 | 2024-08-17T03:18:29.245Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-17T03:18:30.335Z | Compiling usdt-attr-macro v0.5.0 |
808 | 2024-08-17T03:18:30.539Z | Compiling slog-json v2.6.1 |
809 | 2024-08-17T03:18:31.047Z | Compiling futures-executor v0.3.30 |
810 | 2024-08-17T03:18:31.771Z | Compiling async-stream-impl v0.3.5 |
811 | 2024-08-17T03:18:32.208Z | Compiling http v1.1.0 |
812 | 2024-08-17T03:18:33.108Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-17T03:18:33.207Z | Compiling memmap v0.7.0 |
814 | 2024-08-17T03:18:33.424Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
815 | 2024-08-17T03:18:33.649Z | Compiling base64 v0.22.1 |
816 | 2024-08-17T03:18:33.795Z | Compiling cpufeatures v0.2.13 |
817 | 2024-08-17T03:18:33.874Z | Compiling take_mut v0.2.2 |
818 | 2024-08-17T03:18:34.021Z | Compiling atomic-waker v1.1.2 |
819 | 2024-08-17T03:18:34.219Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-08-17T03:18:34.731Z | Compiling waitgroup v0.1.2 |
821 | 2024-08-17T03:18:36.950Z | Compiling sha1 v0.10.6 |
822 | 2024-08-17T03:18:38.783Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
823 | 2024-08-17T03:18:38.786Z | Compiling usdt v0.5.0 |
824 | 2024-08-17T03:18:38.786Z | Compiling slog-term v2.9.1 |
825 | 2024-08-17T03:18:38.786Z | Compiling async-stream v0.3.5 |
826 | 2024-08-17T03:18:38.821Z | Compiling futures v0.3.30 |
827 | 2024-08-17T03:18:39.023Z | Compiling slog-bunyan v2.5.0 |
828 | 2024-08-17T03:18:39.293Z | Compiling strum_macros v0.26.4 |
829 | 2024-08-17T03:18:39.405Z | Compiling toml v0.8.19 |
830 | 2024-08-17T03:18:40.904Z | Compiling tokio-rustls v0.25.0 |
831 | 2024-08-17T03:18:41.341Z | Compiling serde_with_macros v3.9.0 |
832 | 2024-08-17T03:18:43.918Z | Compiling rand v0.8.5 |
833 | 2024-08-17T03:18:43.931Z | Compiling parse-display-derive v0.10.0 |
834 | 2024-08-17T03:18:45.878Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-17T03:18:46.206Z | Compiling ipnetwork v0.20.0 |
836 | 2024-08-17T03:18:47.066Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
837 | 2024-08-17T03:18:47.090Z | Compiling hex v0.4.3 |
838 | 2024-08-17T03:18:47.764Z | Compiling serde_path_to_error v0.1.16 |
839 | 2024-08-17T03:18:48.029Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-17T03:18:48.805Z | Compiling async-trait v0.1.81 |
841 | 2024-08-17T03:18:48.879Z | Compiling hostname v0.4.0 |
842 | 2024-08-17T03:18:49.126Z | Compiling instant v0.1.13 |
843 | 2024-08-17T03:18:49.279Z | Compiling debug-ignore v1.0.5 |
844 | 2024-08-17T03:18:49.423Z | Compiling backoff v0.4.0 |
845 | 2024-08-17T03:18:49.765Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
846 | 2024-08-17T03:18:49.969Z | Compiling parse-display v0.10.0 |
847 | 2024-08-17T03:18:51.048Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
848 | 2024-08-17T03:18:51.187Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-17T03:18:51.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
850 | 2024-08-17T03:18:51.212Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
851 | 2024-08-17T03:18:51.867Z | Compiling serde_with v3.9.0 |
852 | 2024-08-17T03:18:52.142Z | Compiling strum v0.26.3 |
853 | 2024-08-17T03:18:52.322Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
854 | 2024-08-17T03:18:53.144Z | Compiling macaddr v1.0.1 |
855 | 2024-08-17T03:18:53.769Z | Compiling regress v0.9.1 |
856 | 2024-08-17T03:19:00.204Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
857 | 2024-08-17T03:19:10.065Z | Compiling test-project v0.1.0 (/tmp/test-project) |
858 | 2024-08-17T03:19:18.765Z | Finished `release` profile [optimized] target(s) in 2m 29s |
859 | 2024-08-17T03:19:18.825Z | process exited: duration 224298 ms, exit code 0 |
|
860 | 2024-08-17T03:19:18.831Z | found 0 output files |